Skip to main content

CreateCustomerRequest

customer objectrequired
ksuidstring

ID of the customer

namestringrequired

The name of the customer.

emailstring

The email of the customer.

phonestring

Phone number for the customer.

biostring

Short description or biography for the customer.

ticketsobject[]

List of tickets associated with the customer.

versioninteger
CreateCustomerRequest
{
"customer": {
"ksuid": "string",
"name": "string",
"email": "string",
"phone": "string",
"bio": "string",
"tickets": [
{}
],
"version": 0
}
}