Customers
Create a customer
Create a new customer within Layer.
POST
/
v1
/
businesses
/
{business_id}
/
customers
This endpoint is idempotent using the external_id
field.
If a customer with the same external_id
already exists, the existing customer will be updated and returned.
Path Parameters
Body
External ID for the customer within your platform. Idempotency key.
Name of the individual customer.
Name of the company customer.
Email address of the customer.
Mobile phone number of the customer.
Office phone number of the customer.
Full address of the customer.
Notes about the customer.
Response
Returns the created Customer object