Customers
Merge customers
Merges one customer into another
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The UUID of the business the customers belong to
The UUID of the customer to merge into (target customer)
Body
application/json
UUID of the customer that will be archived after merging
Response
200 - application/json
Customers merged successfully
Unique identifier for the customer.
Unique ID of the customer in your system for linking purposes. Idempotency key.
Full name of the individual customer or contact at a corporate customer.
Name of the company customer.
Email address of the customer.
Mobile phone number of the customer.
Office phone number of the customer.
Address of the customer.
Notes about the customer.
Status of the customer. Possible values: ACTIVE
, ARCHIVED
.