{
"expOrderId": "string",
"employeeUndertakeAmount": 0,
"enterpriseUndertakeAmount": 0,
"cid": "string",
"name": "string",
"appSource": "string",
"reqSource": "string",
"taskInstId": "string",
"taskNodeType": "string"
}
curl --location --request POST '/app/exp/updateUndertakeAmount' \
--header 'Content-Type: application/json' \
--data-raw '{
"expOrderId": "string",
"employeeUndertakeAmount": 0,
"enterpriseUndertakeAmount": 0,
"cid": "string",
"name": "string",
"appSource": "string",
"reqSource": "string",
"taskInstId": "string",
"taskNodeType": "string"
}'
{
"msgCode": "",
"message": "",
"sysMessage": "",
"responseData": {},
"ext": {},
"iTotalRecords": 0,
"iTotalDisplayRecords": 0
}