PlanItem Execute Response
Method: HTTP POST method
Endpoint: http://<host_address>:<port_address>/v1/planitem/executionreply
Parameter content type: application/json
Sample of planItemExecuteReply value is given below:
Note: Database does not store the number of retries for plan items, so the retry count for plan item is not available.
{ "businessTransactionId": "string", "cancelled": true, "completed": true, "messages": [ { "code": "string", "description": "string", "lineNumber": "string", "type": "string", "udfs": [ { "name": "string", "value": "string" } ] } ], "orderId": "string", "orderRef": "string", "planId": "string", "planItemId": "string", "success": true, }