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:
[ { "resultStatus": { "code": "string", "component": "string", "deployment": "string", "message": "string", "operation": "string", "service": "string", "severity": "string" }, "orderID": "string", "orderRef": "string", "planID": "string", "planItemID": "string", "retry": {}, "resume": {}, "complete": {}, "error": {}, "message": [ { "code": "string", "description": "string", "lineNumber": "string", "type": "string", "udfs": [ { "name": "string", "value": "string" } ] } ], "businessTransactionID": "string", "correlationID": "string" } ]
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.