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:
{
"businessTransactionId": "string",
"cancelled": true,
"completed": true,
"correlationId": "string",
"maximumSLAViolated": {},
"messages": [
{
"code": "string",
"description": "string",
"lineNumber": "string",
"type": "string",
"udfs": [
{
"name": "string",
"value": "string"
}
]
}
],
"orderId": "string",
"orderRef": "string",
"planId": "string",
"planItemId": "string",
"resultStatus": "string",
"success": true,
"typicalSLAViolated": {}
}
Copyright © Cloud Software Group, Inc. All rights reserved.
