Skip to main content

CreateCustomerRequest

ksuidstring

Unique KSUID identifier for the customer.

Example: 1y1d8h3n0e4z5k8ab1v03q4g7
namestringrequired

Full name of the customer.

Example: Jane Doe
emailstring

Email address of the customer.

Example: jane.doe@example.com
phonestring

Phone number for the customer.

Example: +447700900123
biostring

Short description or biography for the customer.

Example: Salsa dancer from Manchester.
versioninteger

Version number for concurrency control.

Example: 1
CreateCustomerRequest
{
"ksuid": "1y1d8h3n0e4z5k8ab1v03q4g7",
"name": "Jane Doe",
"email": "jane.doe@example.com",
"phone": "+447700900123",
"bio": "Salsa dancer from Manchester.",
"version": 1
}