BootView WebApi

<back to all web services

GetCustomerCityCenters

The following routes are available for this service:
GET/customers/{customerId}/citycentersGets the City Centers for a given customer.
GetCustomerCityCenters Parameters:
NameParameterData TypeRequiredDescription
CustomerIdpathGuidYesThe customer Id.
CustomerCityCenter Parameters:
NameParameterData TypeRequiredDescription
IdformGuidNo
CustomerIdformGuidNo
NameformstringNo
PhoneNumberformstringNo
PhoneNumber2formstringNo
Address1formstringNo
Address2formstringNo
CityformstringNo
StateformstringNo
ZipformstringNo
CrossStreetformstringNo
LatitudeformdecimalNo
LongitudeformdecimalNo
WebsiteformstringNo
HoursformstringNo
TypesOfPaymentformstringNo
PaymentPlansformstringNo
ImportantNotesformstringNo
AdditionalInformationformstringNo
IsDeletedformstringNo

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}/citycenters 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","phoneNumber":"String","phoneNumber2":"String","address1":"String","address2":"String","city":"String","state":"String","zip":"String","crossStreet":"String","latitude":0,"longitude":0,"website":"String","hours":"String","typesOfPayment":"String","paymentPlans":"String","importantNotes":"String","additionalInformation":"String","isDeleted":"String"}