Authorization: Bearer ********************
{
"projectSectionId": "string",
"logTime": "2019-08-24T14:15:22Z",
"weatherCondition": "string",
"maxTemperature": 0,
"minTemperature": 0,
"constructionProgress": "string",
"supervisionWork": "string",
"problemAndCondition": "string",
"otherCondition": "string",
"fileList": [
{
"path": "string",
"url": "string",
"name": "string",
"size": 0,
"type": "string",
"sort": 0,
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
],
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
curl --location --request POST '/api/services/app/behaviorManage/supervisionLog/crOrUp' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"projectSectionId": "string",
"logTime": "2019-08-24T14:15:22Z",
"weatherCondition": "string",
"maxTemperature": 0,
"minTemperature": 0,
"constructionProgress": "string",
"supervisionWork": "string",
"problemAndCondition": "string",
"otherCondition": "string",
"fileList": [
{
"path": "string",
"url": "string",
"name": "string",
"size": 0,
"type": "string",
"sort": 0,
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
],
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}'