{
"processInstanceId": "string",
"businessKey": "string",
"comment": "string",
"userId": "string",
"variables": {
"property1": {},
"property2": {}
},
"taskId": "string",
"workType": "string",
"activityId": "string",
"nodeName": "string",
"procureInvoiceId": "string",
"consumablesRemark": "string",
"restAreaId": "string"
}curl --location --request POST '/admin-api/inspection/work/order/recepitWorkOrderProcess' \
--header 'Content-Type: application/json' \
--data-raw '{
"processInstanceId": "string",
"businessKey": "string",
"comment": "string",
"userId": "string",
"variables": {
"property1": {},
"property2": {}
},
"taskId": "string",
"workType": "string",
"activityId": "string",
"nodeName": "string",
"procureInvoiceId": "string",
"consumablesRemark": "string",
"restAreaId": "string"
}'{
"code": 0,
"data": {},
"msg": "string"
}