Update client

Helps you to easier update your clients

post-api /clients/{contact_id}/update

https://api.oauth.pabau.com/{api_key}/clients/{contact_id}/update

Request

 

Query Parameters:  
api_key *  
contact_id * System ID of the client
first_name First name of the client (optional)
last_name Last name of the client (optional)
mobile Mobile phone of the client (optional)
city City for the client (optional)
street Street for the client (optional)
label String, (comma separated)

Response sample

application/json

{
"success": true,
  "message": "Contact updated successfully."
}