v1
latestOpenAPI 3.0.12026-07-24310590875.6 KBcustomers
Update a customer contact
Update details about an existing customer contact.
patch/v3/customers/{customerId}/contacts/{contactId}
Path parameters
customerIdstring required
BILL-generated ID of the customer. The value begins with 0cu.
Example:{{customer_id}}
contactIdstring required
BILL-generated ID of the customer contact. The value begins with cpu.
Example:{{customer_contact_id}}
Headers
sessionIdstring nullable
API session ID generated with /v3/login
Example:{{session_id}}
devKeystring nullable
Developer key generated with your BILL developer account
Example:{{developer_key}}
Request body
Example request
{
"firstName": "Janet",
"phone": "8889996543"
}Response
Update a customer contact response