{
"status": 0,
"createdTime": 0,
"creatorId": 0,
"updatedTime": 0,
"procDefId": "string",
"variables": {
"property1": {},
"property2": {}
},
"instanceId": "string",
"recordId": 0,
"taskId": "string",
"comment": "string",
"fileIds": "string",
"taskType": 0
}
curl --location --request POST '/amc/company/start' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": 0,
"createdTime": 0,
"creatorId": 0,
"updatedTime": 0,
"procDefId": "string",
"variables": {
"property1": {},
"property2": {}
},
"instanceId": "string",
"recordId": 0,
"taskId": "string",
"comment": "string",
"fileIds": "string",
"taskType": 0
}'
{
"code": 0,
"message": "string",
"data": {
"status": 0,
"createdTime": 0,
"creatorId": 0,
"updatedTime": 0,
"procDefId": "string",
"variables": {
"property1": {},
"property2": {}
},
"instanceId": "string",
"recordId": 0,
"taskId": "string",
"comment": "string",
"fileIds": "string",
"taskType": 0
},
"success": true
}