Newer Version Available
Create Insurance Quote Action
Create an Insurance quote by using a context ID or a set of user inputs that represent
quote details.
This action is available in API version 63.0 and later.
Supported REST HTTP Methods
- URI
- /services/data/v65.0/actions/standard/createInsuranceQuote
- Formats
- JSON
- HTTP Methods
- GET, POST
- Authentication
- Bearer Token
Inputs
| Input | Details |
|---|---|
| quoteName |
|
| accountId |
|
| effectiveDate |
|
| opportunityId |
|
| contextId |
|
| quoteInputs |
|
| quoteOptions |
|
| pricingProcedureApiName |
|
| pricebookId |
|
| expirationDate |
|
| ratingDate |
|
| additionalFields |
|
Outputs
| Output | Details |
|---|---|
| contextId |
Type String DescriptionThe context ID of the created insurance quote. |
| quoteId |
Type String DescriptionThe ID of the insurance quote that's created. |
Example
Sample Request
Sample Response