BootView WebApi

<back to all web services

UpdateCustomerTowCompany

The following routes are available for this service:
PUT/customers/{customerId}/towcompanies/{id}Updates an exising Tow Company entry for this Customer.
UpdateCustomerTowCompany Parameters:
NameParameterData TypeRequiredDescription
CustomerIdpathGuidYesThe customer Id.
IdpathGuidYesThe tow company Id.
NamebodystringYesThe label or name of the new Parking Area.
TowingFeebodydecimalNoThe tow fee associated with the Tow Company.
ImpoundingFeebodydecimalNoThe impound fee associated with the Tow Company.
IsActivebodyboolNoWhether the Tow Company is active.
PhoneNumberbodystringNoThe phone number associated with the Tow Company.
PhoneNumber2bodystringNoThe alternate phone number associated with the Tow Company.
Address1bodystringNoThe address1 associated with the Tow Company.
Address2bodystringNoThe address2 associated with the Tow Company.
CitybodystringNoThe city associated with the Tow Company.
StateCodebodystringNoThe 2 digit state code associated with the Tow Company.
ZipbodystringNoThe zipcode associated with the Tow Company.
CrossStreetbodystringNoThe location Cross Street description
LatitudebodydecimalNoLatitude
LongitudebodydecimalNoLongitude
IsDeletedbodyboolNoWhether the Tow Company is active.
FaxNumberbodystringNoThe fax number associated with the Tow Company.
EmailbodystringNoThe email associated with the Tow Company.
ExportIdbodystringNoThe export id associated with the Tow Company.
PropertyReleaseHoursbodystringNoThe property release hours.
VehicleReleaseHoursbodystringNoThe vehicle release hours
DocumentsNeededForVehicleReleasebodystringNoDescription of the documents needed for vehicle release
FeesbodystringNoThe description of the fees

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.

PUT /customers/{customerId}/towcompanies/{id} HTTP/1.1 
Host: api.paylock.com 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	customerId: 00000000000000000000000000000000,
	id: 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
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

00000000-0000-0000-0000-000000000000