POST VSPRateFinder

Request Information

URI Parameters

None.

Body Parameters

VSPRateFinderRequest
NameDescriptionTypeAdditional information
StateCode

string

None.

ZipCode

string

None.

ExgState

string

None.

SmartLinkCode

string

None.

IsDVH

string

None.

Referralcode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "StateCode": "sample string 1",
  "ZipCode": "sample string 2",
  "ExgState": "sample string 3",
  "SmartLinkCode": "sample string 4",
  "IsDVH": "sample string 5",
  "Referralcode": "sample string 6"
}

application/xml, text/xml

Sample:
<VSPRateFinderRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VSPService.Data.Entities">
  <ExgState>sample string 3</ExgState>
  <IsDVH>sample string 5</IsDVH>
  <Referralcode>sample string 6</Referralcode>
  <SmartLinkCode>sample string 4</SmartLinkCode>
  <StateCode>sample string 1</StateCode>
  <ZipCode>sample string 2</ZipCode>
</VSPRateFinderRequest>

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 'VSPRateFinderRequest'.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:

Sample not available.