Operation Plan Item Suspend Request

Method: HTTP POST method

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

Parameter content type: application/json

The headers are mandatory parameters here.

Example of planItemSuspendRequest:

{
  "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"
  },
  "businessTransactionID": "string",
  "correlationID": "string"
}