PUT | /customers/{customerId}/citycenters/{id} | Updates an existing City Center entry for this Customer. |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
CustomerId | path | Guid | Yes | The customer Id. |
Id | path | Guid | Yes | The City Center Id. |
Name | body | string | Yes | The label or name of the City Center |
PhoneNumber | body | string | No | The phone number associated with the City Center. |
PhoneNumber2 | body | string | No | The alternate phone number associated with the City Center. |
Address1 | body | string | No | The address1 associated with the City Center. |
Address2 | body | string | No | The address2 associated with the City Center. |
City | body | string | No | The city associated with the City Center. |
State | body | string | No | The 2 digit state code associated with the City Center. |
Zip | body | string | No | The zipcode associated with the City Center. |
CrossStreet | body | string | No | The City Center Cross Street |
Latitude | body | string | No | The Website URL |
Longitude | body | decimal | No | Longitude |
Website | body | string | No | |
Hours | body | string | No | The City Center hours |
TypesOfPayment | body | string | No | Zipcode |
PaymentPlans | body | string | No | Payment Plan details |
ImportantNotes | body | string | No | Important Notes |
AdditionalInformation | body | string | No | Additional Information |
IsDeleted | body | bool | No | Is Deleted |
To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
PUT /customers/{customerId}/citycenters/{id} HTTP/1.1
Host: api.paylock.com
Accept: text/csv
Content-Type: text/csv
Content-Length: length
{"customerId":"00000000000000000000000000000000","id":"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":false}
HTTP/1.1 200 OK Content-Type: text/csv Content-Length: length "00000000000000000000000000000000"