Authorization: Bearer ********************[
{
"deviceSerialNo": "string",
"acquisitionTime": "2019-08-24T14:15:22.123Z",
"calculatedValue": "string",
"cumulativeValue": "string",
"changeRate": "string",
"calculatedControlValue": "string",
"cumulativeControlValue": "string",
"changeRateControlValue": "string"
}
]curl --location --request POST '/api/services/app/device/foundationPitRecord/cr' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '[
{
"deviceSerialNo": "string",
"acquisitionTime": "2019-08-24T14:15:22.123Z",
"calculatedValue": "string",
"cumulativeValue": "string",
"changeRate": "string",
"calculatedControlValue": "string",
"cumulativeControlValue": "string",
"changeRateControlValue": "string"
}
]'