GET v1/Policies/{policyId}/Quotes
Get all of the quotes for the specified policy
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| policyId |
Policy Id to get quotes for |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
List of Quotes
Collection of QuoteDTO| 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. |
Response Formats
application/json, text/json
[
{
"QuoteID": 1,
"PolicyID": 2,
"QuoteNumber": "sample string 3",
"QuoteStatus": "sample string 4",
"QuoteSubStatus": "sample string 5",
"QuoteType": "sample string 6",
"CarrierID": 1,
"MGAID": 1,
"QuoteDate": "2026-08-14T18:25:21.8083306+00:00",
"QuoteExpirationDate": "2026-08-14T18:25:21.8083306+00:00",
"QuotedByID": 7,
"Conditions": "sample string 8",
"BasePremium": 1.0,
"IsDeleted": true,
"Preferred": true,
"QuoteCarrierFees": [
{
"QuoteID": 1,
"CarrierFeeID": 2,
"AmountIsPercent": true,
"Amount": 4.0
},
{
"QuoteID": 1,
"CarrierFeeID": 2,
"AmountIsPercent": true,
"Amount": 4.0
}
]
},
{
"QuoteID": 1,
"PolicyID": 2,
"QuoteNumber": "sample string 3",
"QuoteStatus": "sample string 4",
"QuoteSubStatus": "sample string 5",
"QuoteType": "sample string 6",
"CarrierID": 1,
"MGAID": 1,
"QuoteDate": "2026-08-14T18:25:21.8083306+00:00",
"QuoteExpirationDate": "2026-08-14T18:25:21.8083306+00:00",
"QuotedByID": 7,
"Conditions": "sample string 8",
"BasePremium": 1.0,
"IsDeleted": true,
"Preferred": true,
"QuoteCarrierFees": [
{
"QuoteID": 1,
"CarrierFeeID": 2,
"AmountIsPercent": true,
"Amount": 4.0
},
{
"QuoteID": 1,
"CarrierFeeID": 2,
"AmountIsPercent": true,
"Amount": 4.0
}
]
}
]
application/xml, text/xml
<ArrayOfQuoteDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QQSolutions.NextGen.ModelLibrary.DataTransferObjects.Policies">
<QuoteDTO>
<BasePremium>1</BasePremium>
<CarrierID>1</CarrierID>
<Conditions>sample string 8</Conditions>
<IsDeleted>true</IsDeleted>
<MGAID>1</MGAID>
<PolicyID>2</PolicyID>
<Preferred>true</Preferred>
<QuoteCarrierFees>
<QuoteCarrierFeeDTO>
<Amount>4</Amount>
<AmountIsPercent>true</AmountIsPercent>
<CarrierFeeID>2</CarrierFeeID>
<QuoteID>1</QuoteID>
</QuoteCarrierFeeDTO>
<QuoteCarrierFeeDTO>
<Amount>4</Amount>
<AmountIsPercent>true</AmountIsPercent>
<CarrierFeeID>2</CarrierFeeID>
<QuoteID>1</QuoteID>
</QuoteCarrierFeeDTO>
</QuoteCarrierFees>
<QuoteDate>2026-08-14T18:25:21.8083306+00:00</QuoteDate>
<QuoteExpirationDate>2026-08-14T18:25:21.8083306+00:00</QuoteExpirationDate>
<QuoteID>1</QuoteID>
<QuoteNumber>sample string 3</QuoteNumber>
<QuoteStatus>sample string 4</QuoteStatus>
<QuoteSubStatus>sample string 5</QuoteSubStatus>
<QuoteType>sample string 6</QuoteType>
<QuotedByID>7</QuotedByID>
</QuoteDTO>
<QuoteDTO>
<BasePremium>1</BasePremium>
<CarrierID>1</CarrierID>
<Conditions>sample string 8</Conditions>
<IsDeleted>true</IsDeleted>
<MGAID>1</MGAID>
<PolicyID>2</PolicyID>
<Preferred>true</Preferred>
<QuoteCarrierFees>
<QuoteCarrierFeeDTO>
<Amount>4</Amount>
<AmountIsPercent>true</AmountIsPercent>
<CarrierFeeID>2</CarrierFeeID>
<QuoteID>1</QuoteID>
</QuoteCarrierFeeDTO>
<QuoteCarrierFeeDTO>
<Amount>4</Amount>
<AmountIsPercent>true</AmountIsPercent>
<CarrierFeeID>2</CarrierFeeID>
<QuoteID>1</QuoteID>
</QuoteCarrierFeeDTO>
</QuoteCarrierFees>
<QuoteDate>2026-08-14T18:25:21.8083306+00:00</QuoteDate>
<QuoteExpirationDate>2026-08-14T18:25:21.8083306+00:00</QuoteExpirationDate>
<QuoteID>1</QuoteID>
<QuoteNumber>sample string 3</QuoteNumber>
<QuoteStatus>sample string 4</QuoteStatus>
<QuoteSubStatus>sample string 5</QuoteSubStatus>
<QuoteType>sample string 6</QuoteType>
<QuotedByID>7</QuotedByID>
</QuoteDTO>
</ArrayOfQuoteDTO>