Pricing Process Execution Response
Output representation of the details of a pricing process execution.
- JSON example
-
{ "error": {}, "isSuccess": true, "pricingProcessExecutionList": [ { "executionId": "12345", "executionType": "Pricing_Line", "executionTypeId": "111_LineItem1", "message": "The Pricing API execution was successful.", "status": "Success" }, { "executionId": "12345", "executionType": "Api_Execution", "executionTypeId": "333", "status": "Partial_Success" }, { "executionId": "12345", "executionType": "Discovery", "executionTypeId": "222", "status": "Success" }, { "executionId": "12345", "executionType": "Pricing", "executionTypeId": "111", "status": "Failure" }, { "executionId": "12345", "executionType": "Discovery_Line", "executionTypeId": "222_LineItem1", "status": "Partial_Success" }, { "executionId": "12345", "executionType": "Pricing_Line", "executionTypeId": "111_LineItem2", "status": "Failure" } ] }
Property Name | Type | Description | Filter Group and Version | Available Version |
---|---|---|---|---|
error | Pricing Error Response | Error encountered during the processing of the API request. | Small, 63.0 | 63.0 |
isSuccess | Boolean | Indicates whether the response was generated successfully (true) or not (false). | Small, 63.0 | 63.0 |
pricingProcessExecutionList | Pricing Process Execution List [] | List of the execution details of the pricing process. | Small, 63.0 | 63.0 |