Partially update an existing customer identified by external_id. Only fields included in the request body are updated; omitted fields are left unchanged.
OAuth2 access token obtained from POST /api/oauth/token/ using client credentials.
Partial update for an existing customer. Only provided fields are applied; omitted fields are left unchanged.
External ID to identify the customer to update.
Full name of the customer.
INDIVIDUAL - IndividualCOMPANY - CompanyINDIVIDUAL, COMPANY, , null Flexible JSON for customer fields.
Number of days until deletion. Use 0 for immediate, -1 for never.
Read-only serializer for Customer with computed fields.
ID from the source system, for lookups.
INDIVIDUAL - IndividualCOMPANY - CompanyINDIVIDUAL, COMPANY, null Flexible JSON for inputting customer fields such as first_name, address, etc. Any format accepted.
Days until deletion. -1 means never delete.
Parent customer ID.