Plan Item Error Handler

Method: HTTP POST method

Endpoint: http://<host_address>:<port_address>/v1/planitem/errorHandlerreply

Parameter content type: application/json

Sample of planItemFailedReply value is given below:

{
  "resultStatus": {
    "code": "string",
    "component": "string",
    "deployment": "string",
    "message": "string",
    "operation": "string",
    "service": "string",
    "severity": "string"
  },
  "orderID": "string",
  "orderRef": "string",
  "completed": true,
  "passed": true,
  "message": [
    {
      "code": "string",
      "description": "string",
      "lineNumber": "string",
      "type": "string",
      "udfs": [
        {
          "name": "string",
          "value": "string"
        }
      ]
    }
  ],
  "businessTransactionID": "string",
  "correlationID": "string"
}