Newer Version Available

This content describes an older version of this product. View Latest

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
Type
String
Description
The ID of the insurance quote to get the details for.
filters
Type
String
Description
Optional. The filters used to filter the insurance quote or line items associated with the insurance quote.

Example

Sample Request

1{
2  "inputs": 
3  [
4      {
5        "quoteId": "0Q0xx0000004CXECA2"
6      }
7  ]
8}