CreateCustomerRequest
ksuidstring
Unique KSUID identifier for the customer.
Example:
1y1d8h3n0e4z5k8ab1v03q4g7namestringrequired
Full name of the customer.
Example:
Jane Doeemailstring
Email address of the customer.
Example:
jane.doe@example.comphonestring
Phone number for the customer.
Example:
+447700900123biostring
Short description or biography for the customer.
Example:
Salsa dancer from Manchester.versioninteger
Version number for concurrency control.
Example:
1CreateCustomerRequest
{
"ksuid": "1y1d8h3n0e4z5k8ab1v03q4g7",
"name": "Jane Doe",
"email": "jane.doe@example.com",
"phone": "+447700900123",
"bio": "Salsa dancer from Manchester.",
"version": 1
}