Create a new customer with flexible data structure
OAuth2 access token obtained from POST /api/oauth/token/ using client credentials.
Write serializer for Customer creation with flexible JSON details.
255ID from the source system, for lookups.
255INDIVIDUAL - IndividualCOMPANY - CompanyINDIVIDUAL, COMPANY, , null Flexible JSON for inputting customer fields. Any format accepted.
Number of days until deletion. Use 0 for immediate deletion, or -1 for indefinite retention (never delete). Defaults to -1.
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.