POST v1/Rating/GetQuoteCustomerLetter
Create Customer Letter from Rating Breakdown
Request Information
URI Parameters
None.
Body Parameters
Quote breakdown
QuoteBreakdownDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| RequestId | string |
None. |
|
| OfficeId | string |
None. |
|
| CustomerId | string |
None. |
|
| PolicyId | string |
None. |
|
| IsSuccess | boolean |
None. |
|
| ErrorDescription | string |
None. |
|
| StateAbbreviation | string |
None. |
|
| CompanysQuoteNumber | string |
None. |
|
| NumDrivers | integer |
None. |
|
| NumVehicles | integer |
None. |
|
| VertaforeSession | string |
None. |
|
| InsureFullName | string |
None. |
|
| HomePhone | string |
None. |
|
| MobilePhone | string |
None. |
|
| EmailAddress | string |
None. |
|
| GarageAddress | string |
None. |
|
| GarageCityStateZip | string |
None. |
|
| CompanyUnitId | string |
None. |
|
| CarrierName | string |
None. |
|
| CatalystCarrierId | string |
None. |
|
| EffectiveDate | string |
None. |
|
| ExpirationDate | string |
None. |
|
| PolicyTermWritten | string |
None. |
|
| PolicyTermString | string |
None. |
|
| PolicyTermUnit | string |
None. |
|
| Rated | boolean |
None. |
|
| BasePremiumAmount | string |
None. |
|
| TotalPremiumAmount | string |
None. |
|
| TotalFees | string |
None. |
|
| BillingPlan | string |
None. |
|
| PaymentPlanCd | string |
None. |
|
| MethodPaymentCd | string |
None. |
|
| BridgeUrl | string |
None. |
|
| BridgeId | string |
None. |
|
| BrokerFee | integer |
None. |
|
| BrokerFeeDisplay | string |
None. |
|
| GrandTotalPremium | string |
None. |
|
| SessionId | string |
None. |
|
| IsRenewal | boolean |
None. |
|
| PaymentOptions | Collection of PaymentOptionDTO |
None. |
|
| DiscountSurcharges | Collection of DiscountSurchargeDescriptionDTO |
None. |
|
| UnderwritingMessages | Collection of UnderwritingMessageDTO |
None. |
|
| ErrUnderwritingMessage | boolean |
None. |
|
| DriverInfoBd | Collection of DriverInfoBreakdownDTO |
None. |
|
| VehicleInfoBd | Collection of VehicleInfoBreakdownDTO |
None. |
|
| DicAllCoverages | Dictionary of string [key] and CoverageBdDetailsDTO [value] |
None. |
|
| VehicleInfoReport | Collection of VehicleInfoReportDTO |
None. |
Request Formats
application/json, text/json, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Action result
ActionResultDTOOfByte[]| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | Collection of byte |
None. |
|
| CreatedBy | string |
None. |
|
| EntityID | integer |
None. |
|
| RowSource | string |
None. |
|
| PolicyID | integer |
None. |
|
| IsSuccess | boolean |
None. |
|
| ErrorCode | string |
None. |
|
| ErrorMessage | string |
None. |
|
| InfoMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Result": "QEA=",
"CreatedBy": "sample string 1",
"EntityID": 2,
"RowSource": "sample string 3",
"PolicyID": 4,
"IsSuccess": true,
"ErrorCode": "sample string 6",
"ErrorMessage": "sample string 7",
"InfoMessage": "sample string 8"
}
application/xml, text/xml
Sample:
<ActionResultOfbase64Binary xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QQSolutions.NextGen.ModelLibrary.DataTransferObjects"> <ErrorCode>sample string 6</ErrorCode> <ErrorMessage>sample string 7</ErrorMessage> <InfoMessage>sample string 8</InfoMessage> <IsSuccess>true</IsSuccess> <CreatedBy>sample string 1</CreatedBy> <EntityID>2</EntityID> <PolicyID>4</PolicyID> <Result>QEA=</Result> <RowSource>sample string 3</RowSource> </ActionResultOfbase64Binary>