Authorization: Bearer ********************
{
"id": "string",
"taskType": "SpotCheck",
"checkType": 0,
"deviceDynamicInfoId": [
"string"
],
"number": "string",
"maintenanceContent": "string",
"maintenanceMethods": "string",
"maintenanceStandards": "string",
"maintenanceTime": "2019-08-24T14:15:22Z",
"leader": [
"string"
],
"taskStatus": "NotChecked",
"craneId": "string",
"processRecords": "string",
"knowledgeAccumulation": "string",
"appendixPath": [
"string"
],
"appendixOrigin": [
"string"
],
"endTime": "2019-08-24T14:15:22Z",
"isReplaceDevice": true,
"isQualified": true,
"remark": "string",
"uiType": "string"
}
curl --location --request POST 'https://jiugang.mhiiot.cn/openapi/project/api/TaskTable/update' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"taskType": "SpotCheck",
"checkType": 0,
"deviceDynamicInfoId": [
"string"
],
"number": "string",
"maintenanceContent": "string",
"maintenanceMethods": "string",
"maintenanceStandards": "string",
"maintenanceTime": "2019-08-24T14:15:22Z",
"leader": [
"string"
],
"taskStatus": "NotChecked",
"craneId": "string",
"processRecords": "string",
"knowledgeAccumulation": "string",
"appendixPath": [
"string"
],
"appendixOrigin": [
"string"
],
"endTime": "2019-08-24T14:15:22Z",
"isReplaceDevice": true,
"isQualified": true,
"remark": "string",
"uiType": "string"
}'