curl --location '/ACal/DUTService/Save' \
--header 'ApiKey: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"IDType": 0,
"Instruments": [
{
"InstrumentType": 0,
"ID": null,
"Category": null,
"Name": null,
"Model": null,
"FactoryNo": null,
"SampleNo": null,
"DUTNo": null,
"OrderNo": null,
"ReserveNoOne": null,
"ReserveNoTwo": null,
"Manufacturer": null,
"ManufactureDate": null,
"Remark": null,
"CreatedTime": null,
"UpdateDate": null,
"Uncertainty": null,
"EUncertainty": null,
"Operator": null,
"ConnectionType": null,
"OtherInformation": null,
"ExtendFieldsString": null,
"Condition": 1,
"CalCycle": {
"Enable": true,
"Value": 0,
"Unit": 3
},
"LatestCalDate": null,
"DueDate": null,
"TestProfile": {
"ProfileType": 0
},
"Owner": {
"OwnerID": null,
"Name": null,
"Address": null,
"Contacts": null,
"Telephone": null,
"ZipCode": null,
"Fax": null,
"Website": null,
"Email": null,
"Remark": null,
"CreatedDate": null,
"UpdateDate": null,
"Operator": null
},
"Installation": {
"Name": null,
"InstallMode": null
},
"ReceivedDate": null,
"CalFee": null,
"DataVersion": null
}
]
}'