POST v1/api/GetUpSellQuote?caseId={caseId}
Retrieve UpSell Quotes for a SBLI policy
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| caseId |
(optional - but recommended) a unique identifier to both group calls, and to tie a Case to an Agency. |
string |
None. |
Body Parameters
UpSellQuoteRequestDto
UpSellQuoteRequestDto| Name | Description | Type | Additional information |
|---|---|---|---|
| PolicyId | string |
Required |
|
| UpSellDto | Collection of UpSellDto |
None. |
Response Information
Resource Description
List of QuotesDto
Collection of QuotesDto| Name | Description | Type | Additional information |
|---|---|---|---|
| CovProductCode | string |
None. |
|
| FaceAmount | decimal number |
None. |
|
| PaymentMethod | PaymentMethodEnum |
None. |
|
| PaymentMode | PaymentModesEnum |
None. |
|
| UwClass | UnderwritingClassEnum |
None. |
|
| Premium | decimal number |
None. |
|
| RidersPremium | decimal number |
None. |
|
| Riders | Collection of QuotedRiderDto |
None. |
|
| EncodedDocument | string |
None. |