Newer Version Available
Get Insurance Quote Details Action
Get the details of an insurance quote.
This action is available in API version 63.0 and later.
Supported REST HTTP Methods
- URI
- /services/data/v63.0/actions/standard/getInsuranceQuoteDetails
- Formats
- JSON
- HTTP Methods
- GET, POST
- Authentication
- Bearer Token
Inputs
| Input | Details |
|---|---|
| quoteId |
|
| filters |
|
Example
Sample Request
1{
2 "inputs":
3 [
4 {
5 "quoteId": "0Q0xx0000004CXECA2"
6 }
7 ]
8}