Bulk Action

Method: HTTP POST method

Endpoint: http://<host_address>:<port_address>/v1/orders/bulkaction

Parameter content type: application/json

Sample of bulkOrderActionRequest value is given below:

{
  "action": "string",
  "businessTransactionID": "string",
  "orderRef": [
    "string"
  ],
  "orderID": [
    "string"
  ]
 }