Create a new customer

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
namestringRequired
externalIdstringOptional
phonestringOptional
employeeCountdoubleOptional
annualRevenuedoubleOptional
taxExemptStatusenumOptional
creationSourceenumOptional
websitestringOptional
billingAddressobjectOptional
metadataobjectOptional
Flexible JSON field for storing custom metadata about the customer
contactslist of objectsOptional
Array of contacts to create for this customer

Response

Success response - customer already exists with this externalId

idstring
organizationIdstring
namestring
externalIdstring
phonestring
employeeCountdouble
annualRevenuedouble
taxExemptStatusenum
creationSourceenum
creationStateenum
websitestring
billingAddressobject
metadataobject
Flexible JSON field for storing custom metadata about the customer