Feasibility Reply

Method: HTTP POST method

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

Parameter content type: application/json

Sample of feasibilityReply value is given below:

  "orderID": "string",
  "orderRef": "string",
  "completed": true,
  "passed": true,
  "message": [
    {
      "lineNumber": "string",
      "type": "string",
      "code": "string",
      "description": "string",
      "udfs": [
        {
          "name": "string",
          "value": "string"
        }
      ]
    }
  ],
  "businessTransactionID": "string",
}