CreateCustomerDTO
The customer to be created.
company_name
stringThe company name of the customer.
first_name
stringThe first name of the customer.
last_name
stringThe last name of the customer.
email
stringThe email of the customer.
phone
stringThe phone of the customer.
created_by
stringWho created the customer.
addresses
Omit<CreateCustomerAddressDTO, "customer_id">[]The addresses of the customer.
addresses
Omit<CreateCustomerAddressDTO, "customer_id">[]metadata
Record<string, unknown>Holds custom data in key-value pairs.
Was this section helpful?