GET insurance/application/quote/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
IQuoteDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ApplicationId | globally unique identifier |
None. |
|
| QuotePriceTierId | QuotePriceTier |
None. |
|
| BrokerName | string |
None. |
|
| DomiciledState | string |
None. |
|
| GrossPremium | decimal number |
None. |
|
| DepositPremium | decimal number |
None. |
|
| MaxSubLimit | decimal number |
None. |
|
| MaxLimit | decimal number |
None. |
|
| SIR | decimal number |
None. |
|
| DomesticOrForeignId | DomesticOrForeign |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.