Bulk Action
Method: HTTP POST method
Endpoint: http://<host_address>:<port_address>/v1/order/bulkaction
Parameter content type: application/json
Sample of
bulkOrderActionRequest
value is given below:
{ "action": "string", "businessTransactionID": "string", "orderRef": [ "string" ], "orderID": [ "string" ] }