Authorization: Bearer ********************
[
{
"keyTaskType": 0,
"createdTime": "2019-08-24T14:15:22Z",
"updatedTime": "2019-08-24T14:15:22Z",
"createdUserId": "string",
"createdUserName": "string",
"updatedUserId": "string",
"updatedUserName": "string",
"isDeleted": true,
"tenantId": "string",
"craneId": "string",
"taskType": "SpotCheck",
"deviceDynamicInfoId": "string",
"number": "string",
"maintenanceContent": "string",
"maintenanceMethods": "string",
"maintenanceStandards": "string",
"maintenanceTime": "2019-08-24T14:15:22Z",
"leader": "string",
"taskStatus": "NotChecked",
"processRecords": "string",
"knowledgeAccumulation": "string",
"appendixPath": "string",
"appendixOrigin": "string",
"endTime": "2019-08-24T14:15:22Z",
"isReplaceDevice": true,
"isQualified": true,
"remark": "string",
"triggerEventId": "string",
"triggerEventCode": "string",
"rootEventId": "string",
"rootEventCode": "string",
"uiType": "string",
"deviceType": "string"
}
]
curl --location --request POST 'https://jiugang.mhiiot.cn/openapi/project/api/TaskTable/task-tables' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"keyTaskType": 0,
"createdTime": "2019-08-24T14:15:22Z",
"updatedTime": "2019-08-24T14:15:22Z",
"createdUserId": "string",
"createdUserName": "string",
"updatedUserId": "string",
"updatedUserName": "string",
"isDeleted": true,
"tenantId": "string",
"craneId": "string",
"taskType": "SpotCheck",
"deviceDynamicInfoId": "string",
"number": "string",
"maintenanceContent": "string",
"maintenanceMethods": "string",
"maintenanceStandards": "string",
"maintenanceTime": "2019-08-24T14:15:22Z",
"leader": "string",
"taskStatus": "NotChecked",
"processRecords": "string",
"knowledgeAccumulation": "string",
"appendixPath": "string",
"appendixOrigin": "string",
"endTime": "2019-08-24T14:15:22Z",
"isReplaceDevice": true,
"isQualified": true,
"remark": "string",
"triggerEventId": "string",
"triggerEventCode": "string",
"rootEventId": "string",
"rootEventCode": "string",
"uiType": "string",
"deviceType": "string"
}
]'