v1
latestOpenAPI 3.0.02026-07-24102143224.1 KBCustomers
Update customer contact
patch/v3/customers/{id}/contacts/{contactId}
Path parameters
idstring required
contactIdstring required
Request body
Example request
{
"firstName": "John",
"lastName": "Doe",
"email": "john.doe@example.com",
"isPrimaryContact": true
}Response
Updated contact