Plan Item Error Handler
Method: HTTP POST method
Endpoint: http://<host_address>:<port_address>/v1/planitem/errorHandlerreply
Parameter content type: application/json
Sample of
planItemFailedReply
value is given below:
{ "orderID": "string", "orderRef": "string", "completed": true, "passed": true, "message": [ { "code": "string", "description": "string", "lineNumber": "string", "type": "string", "udfs": [ { "name": "string", "value": "string" } ] } ], "businessTransactionID": "string", }