POST v1/Rating/GetQuoteCustomerLetter

Create Customer Letter from Rating Breakdown

Request Information

URI Parameters

None.

Body Parameters

Quote breakdown

QuoteBreakdownDTO
NameDescriptionTypeAdditional information
RequestId

Request ID

string

None.

OfficeId

Office ID

string

None.

CustomerId

Customer ID

string

None.

PolicyId

Policy ID

string

None.

IsSuccess

Whether success

boolean

None.

ErrorDescription

Error description

string

None.

StateAbbreviation

State abbreviation

string

None.

CompanysQuoteNumber

Company quote number

string

None.

NumDrivers

Number of drivers

integer

None.

NumVehicles

Number of vehicles

integer

None.

VertaforeSession

Vertafore session

string

None.

InsureFullName

Insurer full name

string

None.

HomePhone

Home phone

string

None.

MobilePhone

Mobile phone

string

None.

EmailAddress

Email address

string

None.

GarageAddress

Garage address

string

None.

GarageCityStateZip

Garage city state zip

string

None.

CompanyUnitId

Company unit ID

string

None.

CarrierName

Carrier name

string

None.

CatalystCarrierId

Catalyst carrier ID

string

None.

EffectiveDate

Effective date

string

None.

ExpirationDate

Expiration date

string

None.

PolicyTermWritten

Policy term written

string

None.

PolicyTermString

Policy term string

string

None.

PolicyTermUnit

Policy term unit

string

None.

Rated

Whether rated

boolean

None.

BasePremiumAmount

Base premium amount

string

None.

TotalPremiumAmount

Total premium amount

string

None.

TotalFees

Total fees

string

None.

BillingPlan

Billing plan

string

None.

PaymentPlanCd

Payment plan code

string

None.

MethodPaymentCd

Method payment code

string

None.

BridgeUrl

Bridge URL

string

None.

BridgeId

Bridge ID

string

None.

BrokerFee

Broker fee

integer

None.

BrokerFeeDisplay

Broker fee display

string

None.

GrandTotalPremium

Grand total premium

string

None.

SessionId

Session ID

string

None.

IsRenewal

Whether renewal

boolean

None.

PaymentOptions

Payment options

Collection of PaymentOptionDTO

None.

DiscountSurcharges

Discount surcharges

Collection of DiscountSurchargeDescriptionDTO

None.

UnderwritingMessages

Underwriting messages

Collection of UnderwritingMessageDTO

None.

ErrUnderwritingMessage

Whether error underwriting message

boolean

None.

DriverInfoBd

Driver info breakdowns

Collection of DriverInfoBreakdownDTO

None.

VehicleInfoBd

Vehicle info breakdowns

Collection of VehicleInfoBreakdownDTO

None.

DicAllCoverages

Dictionary of all coverages

Dictionary of string [key] and CoverageBdDetailsDTO [value]

None.

VehicleInfoReport

Vehicle info reports

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[]
NameDescriptionTypeAdditional information
Result

Collection of byte

None.

CreatedBy

string

None.

EntityID

integer

None.

RowSource

string

None.

PolicyID

integer

None.

IsSuccess

Signifies whether action is successful

boolean

None.

ErrorCode

Error code

string

None.

ErrorMessage

Error message

string

None.

InfoMessage

Information message

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>