Place Quote
Output representation of the request to create or update a quote.
- JSON Example
- This example shows a sample response of the place quote request.
-
{ "quoteId": "0Q0xx0000004E2mCAE", "requestIdentifier": "95Txx0000004Cx2", "responseError": [], "statusURL": "/services/data/v60.0/sobjects/RevenueAsyncOperation/95Txx0000004Cx2EAE", "success": true }
Property Name | Type | Description | Filter Group and Version | Available Version |
---|---|---|---|---|
quoteId | String | ID of the quote created after a successful request. | Small, 60.0 | 60.0 |
requestIdentifier | String | Unique request identifier that can be used to poll the async request. | Big, 60.0 | 60.0 |
responseError | Place Quote Error Response [] | List of errors encountered during the synchronous processing. | Small, 60.0 | 60.0 |
statusURL | String | Asynchronous status URL to track the operation, if available. | Big, 60.0 | 60.0 |
success | Boolean | Indicates whether the synchronous part of the processing is successful (true) or not (false). | Small, 60.0 | 60.0 |