Cancell batch order
Type: DELETE Description: /v4/batch-order
Parameters
name | type | mandatory | default | description | ranges |
---|---|---|---|---|---|
clientBatchId | string | false | client batch id | ||
orderIds | array | true | 6216559590087220004, 6216559590087220005 |
Note: The parameters should be placed in the request body in the form of JSON.
Response Example
Response
{
"rc": 0,
"mc": "string",
"ma": [{}],
"result": {}
}