Authorization: Bearer ********************
{
"deviceId": "4de4adb9-21ee-47e3-aeb4-8cf8ed6c109a",
"beginTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z"
}
curl --location --request POST '/api/services/app/device/screen/massConcrete/waterTemperature' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"deviceId": "4de4adb9-21ee-47e3-aeb4-8cf8ed6c109a",
"beginTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z"
}'
[
{
"acquisitionTime": "2019-08-24T14:15:22Z",
"injectionTemperature": "string"
}
]