Activate Order

Method: HTTP POST method

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

Parameter content type: application/json

Sample of activateOrderRequest value is given below:

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