| Name | Description | Type | Additional information |
|---|---|---|---|
| QuoteID |
The unique identifier for the quote. |
integer |
None. |
| PolicyID |
The unique identifier for the policy the quote is attached to. |
integer |
None. |
| QuoteNumber |
The user identifier for the quote. |
string |
None. |
| QuoteStatus |
The current status of the quote. |
string |
None. |
| QuoteSubStatus |
The current status of the quote. |
string |
None. |
| QuoteType |
The type of quote. |
string |
None. |
| CarrierID |
The unique identifier for the underwriting carrier. |
integer |
None. |
| MGAID |
The unique identifier for the MGA (if available). |
integer |
None. |
| QuoteDate |
The optional date the quote was created. |
date |
None. |
| QuoteExpirationDate |
The optional date the quote is set to expire. |
date |
None. |
| QuotedByID |
The unique identifier for the person who created the quote. |
integer |
None. |
| Conditions |
Optionally, any conditions, endorsements, or exclusions to the quote. |
string |
None. |
| BasePremium |
The base premium amount for the quote. |
decimal number |
None. |
| IsDeleted |
Indicates if the quote has been flagged for deletion. |
boolean |
None. |
| Preferred |
Indicates if it is preferred. |
boolean |
None. |
| QuoteCarrierFees |
A collection of carrier fees associated with the quote. |
Collection of QuoteCarrierFeeDTO |
None. |