POST api/CIVET/SearchPremises

Request Information

URI Parameters

None.

Body Parameters

CIVETPremisesParameterModel
NameDescriptionTypeAdditional information
phone

string

None.

stateCode

string

None.

premId

string

None.

address

string

None.

city

string

None.

county

string

None.

zipCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "phone": "sample string 1",
  "stateCode": "sample string 2",
  "premId": "sample string 3",
  "address": "sample string 4",
  "city": "sample string 5",
  "county": "sample string 6",
  "zipCode": "sample string 7"
}

application/xml, text/xml

Sample:
<CIVETPremisesParameterModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/USAHerds.API.Models">
  <address>sample string 4</address>
  <city>sample string 5</city>
  <county>sample string 6</county>
  <phone>sample string 1</phone>
  <premId>sample string 3</premId>
  <stateCode>sample string 2</stateCode>
  <zipCode>sample string 7</zipCode>
</CIVETPremisesParameterModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.