POST Search/ApprovedInsuranceTows
Request Information
URI Parameters
None.
Body Parameters
SearchApprovedInsuranceModelName | Description | Type | Additional 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:
Response Information
Resource Description
ObjectNone.
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/" />