{
"status": 0,
"createdTime": 0,
"creatorId": 0,
"updatedTime": 0,
"productId": 0,
"recordId": 0,
"productName": "string",
"productModel": "string",
"modifyContent": "string",
"announceBatch": "string",
"productTrademark": "string",
"originalTrademark": "string",
"applyStatus": 0,
"productionAddress": "string",
"originalAddr": "string",
"companyCode": 0,
"originalCompanyCode": 0,
"modifyStatus": 0,
"assignee": 0,
"companyName": "string"
}
curl --location --request POST '/amc/modelMaintenance/retract' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": 0,
"createdTime": 0,
"creatorId": 0,
"updatedTime": 0,
"productId": 0,
"recordId": 0,
"productName": "string",
"productModel": "string",
"modifyContent": "string",
"announceBatch": "string",
"productTrademark": "string",
"originalTrademark": "string",
"applyStatus": 0,
"productionAddress": "string",
"originalAddr": "string",
"companyCode": 0,
"originalCompanyCode": 0,
"modifyStatus": 0,
"assignee": 0,
"companyName": "string"
}'
{
"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
}