This resource allows you to retrieve and manipulate Activity Customers, which contain customer information related to activities.
When you define an activity or project you can assign it to a customer and include contact names, addresses and contact phone numbers. Customer assignments are for reporting only. They do not affect any other Activity-related data.
Refer to the Activity Customers topic for example calls and a tutorial.
Operations
Create Customer
POST /v1/work/customers
Create Customers
POST /v1/work/customers/multi_create
Delete Customer by ID
DELETE /v1/work/customers/{id}
Delete Customers
POST /v1/work/customers/multi_delete
Retrieve All Customers or by Name
GET /v1/work/customers
Retrieve Customer by ID
GET /v1/work/customers/{id}
Retrieve Customers
POST /v1/work/customers/multi_read
Update Customer by ID
PUT /v1/work/customers/{id}
Update Customers
POST /v1/work/customers/multi_update