Request to create a customer record.
description | string A brief description of the customer, such as an email address, name, or phone number. |
externalReferenceId | string Represents the customer's identity in your integration. This can be the primary key for your customer, an unique UUID, an email address, or any other value. |
{- "externalReferenceId": "string",
- "description": "string"
}