Parameters | Type | Mandatory | Description |
TaskId | string | Yes | The taskId returned by the Custom API |
Operate | string | Yes | Operations: AGREE: Approve REJECT: Reject |
Reason | string | No | Reason to reject, required when Operate: REJECT, and up to 300 characters |
{"Header": {},"Payload": {"TaskId": 666,"Operate": "REJECT","Reason": "The video character has a green outline, so the effect is not satisfactory."}}
{"Header": {"Code": 0,"Message": "","RequestID": "123"},"Payload": {}}
Was this page helpful?