PreQualification Failed Reply

Method: HTTP POST method

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

Parameter content type: application/json

Sample of preQualificationFailedReply value is given below:

{
  "message": [
    {
      "lineNumber": "string",
      "type": "string",
      "code": "string",
      "description": "string",
      "udfs": [
        {
          "name": "string",
          "value": "string"
        }
      ]
    }
  ],
  "orderID": "string",
  "orderRef": "string",
  "action": "RETRYOPD",
  "businessTransactionID": "string",
  "correlationID": "string"
}