Operation OpdErrorHandlerReply

Method: HTTP POST method

Endpoint: http://<host_address>:<port_address>/v1/plan/opd-error-handler-reply

Example:

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