Plan Item Suspend Response
Use this API to initiate plan item suspend reply.
Method: HTTP POST
Endpoint: http://<host_address>:<port_address>/v1/planitem/suspendreply
Input parameters:
A sample of a planItemSuspendReply
value is given as follows:
{ "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" }
Note: You can provide any one parameter from orderID, orderRef, or planID in the request body.