POST api/Data/GetPremiumsList

Request Information

URI Parameters

None.

Body Parameters

PremiumsListRequestAPIMessage
NameDescriptionTypeAdditional information
Token

string

None.

State

string

None.

Underwriter

string

None.

OwnersInsurance

decimal number

None.

MortgageInsurance

decimal number

None.

PropType

string

None.

ApplicationDate

string

None.

ClosingDate

string

None.

OwnerEnhanced

boolean

None.

MortgageEnhanced

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Token": "sample string 1",
  "State": "sample string 2",
  "Underwriter": "sample string 3",
  "OwnersInsurance": 4.1,
  "MortgageInsurance": 5.1,
  "PropType": "sample string 6",
  "ApplicationDate": "sample string 7",
  "ClosingDate": "sample string 8",
  "OwnerEnhanced": true,
  "MortgageEnhanced": true
}

application/xml, text/xml

Sample:
<DataController.PremiumsListRequestAPIMessage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AccuAPI">
  <ApplicationDate>sample string 7</ApplicationDate>
  <ClosingDate>sample string 8</ClosingDate>
  <MortgageEnhanced>true</MortgageEnhanced>
  <MortgageInsurance>5.1</MortgageInsurance>
  <OwnerEnhanced>true</OwnerEnhanced>
  <OwnersInsurance>4.1</OwnersInsurance>
  <PropType>sample string 6</PropType>
  <State>sample string 2</State>
  <Token>sample string 1</Token>
  <Underwriter>sample string 3</Underwriter>
</DataController.PremiumsListRequestAPIMessage>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'PremiumsListRequestAPIMessage'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.