POST insurance/application/quote

Request Information

URI Parameters

None.

Body Parameters

QuoteDto
NameDescriptionTypeAdditional 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.

Request Formats

application/json, text/json

Sample:
{
  "ApplicationId": "f5259995-02d8-4d50-88d7-032640913f4d",
  "QuotePriceTierId": 0,
  "BrokerName": "sample string 2",
  "DomiciledState": "sample string 3",
  "GrossPremium": 1.0,
  "DepositPremium": 1.0,
  "MaxSubLimit": 1.0,
  "MaxLimit": 1.0,
  "SIR": 1.0,
  "DomesticOrForeignId": 0
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.