Skip to main content
Skip to main content

CreateCustomerDTO

The customer to be created.

company_namestring
The company name of the customer.
first_namestring
The first name of the customer.
last_namestring
The last name of the customer.
emailstring
The email of the customer.
phonestring
The phone of the customer.
created_bystring
Who created the customer.
addressesOmit<CreateCustomerAddressDTO, "customer_id">[]
The addresses of the customer.
metadataRecord<string, unknown>
Holds custom data in key-value pairs.
Was this section helpful?