Plan Item Bulk Error Handler
Method: HTTP POST method
Endpoint: http://<host_address>:<port_address>/v1/planitem/bulkErrorHandlerreply
Parameter content type: application/json
Sample of
planItemFailedReplyList
value is given below:
[ "orderID": "string", "orderRef": "string", "planID": "string", "planItemID": "string", "retry": {}, "resume": {}, "complete": {}, "message": [ { "code": "string", "description": "string", "lineNumber": "string", "type": "string", "udfs": [ { "name": "string", "value": "string" } ] } ], "businessTransactionID": "string", } ]