Operation Plan Item Error Handler

Method: HTTP POST method

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

Parameter content type: application/json

The headers are mandatory parameters here.

Example of planItemFailedRequest:

{
  "orderID": "string",
  "orderRef": "string",
  "planID": "string",
  "planItem": {
    "planItemID": "string",
    "description": "string",
    "processComponentID": "string",
    "processComponentName": "string",
    "processComponentVersion": "string",
    "processComponentType": "string",
    "processComponentRecordType": "string",
    "orderLine": [
      {
        "orderLineNumber": "string",
        "productID": "string",
        "productVersion": "string",
        "action": "string",
        "actionMode": "string",
        "quantity": 0,
        "uom": "string",
        "subscriberID": "string",
        "linkID": "string",
        "inventoryID": "string",
        "eol": true
      }
    ],
    "action": "string",
    "actionMode": "string"
  },
  "errorHandler": "string",
  "businessTransactionID": "string",
  "correlationID": "string",
  "message": [
    {
      "code": "string",
      "description": "string",
      "lineNumber": "string",
      "type": "string",
      "udfs": [
        {
          "name": "string",
          "value": "string"
        }
      ]
    }
  ]
}