Operation Send Plan Item Execute Response
Method: HTTP POST method
Endpoint: http://<host_address>:<port_address>/v1/planitem/sendexecutionresponse
Parameter content type: application/json
The headersService is mandatory parameter here.
Example of planItemExecuteRequest:
{ "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" }, "sla": { "maximumDuration": 0, "typicalDuration": 0 }, "waitAtMilestoneIds": [ "string" ], "notifyAtMilestoneIds": [ "string" ], "businessTransactionId": "string", "correlationId": "string" }
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.