BootView WebApi

<back to all web services

GetCustomerTowCompanies

The following routes are available for this service:
GET/customers/{customerId}/towcompaniesGets the Tow Companies for a given customer.
GetCustomerTowCompanies Parameters:
NameParameterData TypeRequiredDescription
CustomerIdpathGuidYesThe customer Id.
CustomerTowCompany Parameters:
NameParameterData TypeRequiredDescription
IdformGuidNo
CustomerIdformGuidNo
NameformstringNo
TowingFeeformdecimalNo
ImpoundingFeeformdecimalNo
IsActiveformboolNo
PhoneNumberformstringNo
PhoneNumber2formstringNo
Address1formstringNo
Address2formstringNo
CityformstringNo
StateCodeformstringNo
ZipformstringNo
CrossStreetformstringNo
LatitudeformdecimalNo
LongitudeformdecimalNo
IsDeletedformboolNo
FaxNumberformstringNo
EmailformstringNo
ExportIdformstringNo
PropertyReleaseHoursformstringNo
VehicleReleaseHoursformstringNo
DocumentsNeededForVehicleReleaseformstringNo
FeesformstringNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv

HTTP + CSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /customers/{customerId}/towcompanies HTTP/1.1 
Host: api.paylock.com 
Accept: text/csv
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{"id":"00000000000000000000000000000000","customerId":"00000000000000000000000000000000","name":"String","towingFee":0,"impoundingFee":0,"isActive":false,"phoneNumber":"String","phoneNumber2":"String","address1":"String","address2":"String","city":"String","stateCode":"String","zip":"String","crossStreet":"String","latitude":0,"longitude":0,"isDeleted":false,"faxNumber":"String","email":"String","exportId":"String","propertyReleaseHours":"String","vehicleReleaseHours":"String","documentsNeededForVehicleRelease":"String","fees":"String"}