{ "request": { "agentid": 111, "process_instance_id": "b6a42e32-1867-499c-94f2-e0b221423313", "tasks": [ { "result": "AGREE", "task_id": 65429579088, "status": "COMPLETED" } ] } }
curl --location --request POST 'http://127.0.0.1/topapi/process/workrecord/task/update?access_token=6d1bxxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "request": { "agentid": 111, "process_instance_id": "b6a42e32-1867-499c-94f2-e0b221423313", "tasks": [ { "result": "AGREE", "task_id": 65429579088, "status": "COMPLETED" } ] } }'
{ "errcode": 0, "errmsg": "string", "request_id": "string" }