POST api/CIVET/SearchVets

Request Information

URI Parameters

None.

Body Parameters

CIVETVetsParameterModel
NameDescriptionTypeAdditional information
phone

string

None.

stateCode

string

None.

lastName

string

None.

firstName

string

None.

accreditedOnly

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "phone": "sample string 1",
  "stateCode": "sample string 2",
  "lastName": "sample string 3",
  "firstName": "sample string 4",
  "accreditedOnly": true
}

application/xml, text/xml

Sample:
<CIVETVetsParameterModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/USAHerds.API.Models">
  <accreditedOnly>true</accreditedOnly>
  <firstName>sample string 4</firstName>
  <lastName>sample string 3</lastName>
  <phone>sample string 1</phone>
  <stateCode>sample string 2</stateCode>
</CIVETVetsParameterModel>

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.