CreateCustomerRequest

Request to create a customer record.

description
required
string

A brief description of the customer, such as an email address, name, or phone number.

externalReferenceId
required
string

Represents the customer's identity in your integration. This can be the primary key for your customer, a unique UUID, an email address, or any other value.

{
  • "externalReferenceId": "string",
  • "description": "string"
}