curl --location '/ACal/ReferenceService/Save' \
--header 'ApiKey: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"IDType": 0,
"Instruments": [
{
"ID": null,
"SystemDeviceID": null,
"DeviceNo": null,
"DeviceName": null,
"AssetNo": null,
"Manufacturer": null,
"Model": null,
"ManufactureDate": null,
"IsCycleCal": true,
"CalCycle": {
"Enable": true,
"Value": 0,
"Unit": 3
},
"Reserve1": null,
"Reserve2": null,
"Reserve3": null,
"Reserve4": null,
"Reserve5": null,
"Remark": null,
"CreateDate": null,
"UpdateDate": null,
"Operator": null,
"CertNo": null,
"CalDate": null,
"DueDate": null,
"Uncertainty": null,
"ExtendUncertainty": null,
"TraceabilityInstitution": null,
"TraceabilityStandard": null,
"STDTraceabilityInstitution": null,
"STDTraceabilityStandard": null,
"SocialPubSTDCertNo": null,
"CertificateMeasuringRange": null,
"CertificateAccuracyClass": null,
"Properties": [
{
"Type": 0
}
]
}
]
}'