{
"configId": "string",
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"equId": "string",
"equModelId": "string",
"equengineerStatus": "string",
"fileManageNumber": "string",
"id": "string",
"imageView": "string",
"isCancel": true,
"operatorStatus": "string",
"sourceStandardId": "string",
"technicianStatus": "string",
"templateId": "string",
"type": "string",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z"
}
curl --location --request POST 'http://10.219.87.224:8080/veivo-boot/mat/matPlanTemp/editStandardCancel' \
--header 'Content-Type: application/json' \
--data-raw '{
"configId": "string",
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"equId": "string",
"equModelId": "string",
"equengineerStatus": "string",
"fileManageNumber": "string",
"id": "string",
"imageView": "string",
"isCancel": true,
"operatorStatus": "string",
"sourceStandardId": "string",
"technicianStatus": "string",
"templateId": "string",
"type": "string",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z"
}'
{
"code": 0,
"message": "string",
"result": {},
"success": true,
"timestamp": 0
}