BatchOrderOperation
Batch operations performed on orders
Fields
Field | Description |
---|---|
ids int[] | Restrict operation to supplied IDs, if these ids are not specified all events are updated. Example value:[ 1, 34, 29 ] |
operation string (required) | Operation to perform, possible values are: "update" |
parameters | Operation-specific parameters |
Example
1{
2 "ids": [ 1, 34, 29 ],
3 "operation": "update",
4 "parameters": {
5
6 }
7}