POST Search/ApprovedInsuranceTows

Request Information

URI Parameters

None.

Body Parameters

SearchApprovedInsuranceModel
NameDescriptionTypeAdditional information
LicensePlate

string

None.

VIN

string

None.

RecordId

string

None.

UserId

integer

None.

BusinessId

integer

None.

SystemId

integer

None.

IsApproved

boolean

None.

Request Formats

application/json, text/json

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

application/xml, text/xml

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

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

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/" />