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 .jsv suffix or ?format=jsv

HTTP + JSV

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/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	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
}