Customers
Update a customer
Update an existing customer within Layer.
PUT
/
v1
/
businesses
/
{business_id}
/
customers
/
{customer_id}
The PUT
endpoint updates an existing customer.
Path Parameters
business_id
string
requiredID of the Business the customer is associated with.
customer_id
string
requiredID of the Customer to be updated.
Body
external_id
string
External ID for the customer within your platform. Idempotency key.
individual_name
string
Name of the individual customer.
company_name
string
Name of the company customer.
email
string
Email address of the customer.
mobile_phone
string
Mobile phone number of the customer.
office_phone
string
Office phone number of the customer.
address_string
string
Full address of the customer.
notes
string
Notes about the customer.
Response
Returns the udpated Customer object