Plan Item Suspend Response

Method: HTTP POST method

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

Parameter content type: application/json

Sample of planItemSuspendReply value is given below:

{
  "resultStatus": {
    "code": "string",
    "component": "string",
    "deployment": "string",
    "message": "string",
    "operation": "string",
    "service": "string",
    "severity": "string"
  },
  "orderID": "string",
  "orderRef": "string",
  "planID": "string",
  "planItemID": "string",
  "completed": true,
  "success": true,
  "businessTransactionID": "string",
  "correlationID": "string"
}