POST Search/Vehicle

Request Information

URI Parameters

None.

Body Parameters

SearchModel
NameDescriptionTypeAdditional information
LicensePlate

string

None.

VIN

string

None.

RecordId

string

None.

UserId

integer

None.

BusinessId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "LicensePlate": "sample string 1",
  "VIN": "sample string 2",
  "RecordId": "sample string 3",
  "UserId": 4,
  "BusinessId": 5
}

application/xml, text/xml

Sample:
<SearchModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TowPaymentsAPI.Models">
  <BusinessId>5</BusinessId>
  <LicensePlate>sample string 1</LicensePlate>
  <RecordId>sample string 3</RecordId>
  <UserId>4</UserId>
  <VIN>sample string 2</VIN>
</SearchModel>

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

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />