Suspend Order

Method: HTTP POST method

Endpoint: http://<host_address>:<port_address>/v1/order/suspend

Parameter content type: application/json

Sample of suspendOrderRequest value is given below:

{
  "externalBusinessTransactionID": "string",
  "orderID": "string",
  "orderRef": "string"
}