/
CE
centeredge
/
Advantage API
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v3
latest
OpenAPI 3.0.1
raw.githubusercontent.com
2026-08-03
84
241
293.2 KB
Customers
Create a customer.
post
/api/v1/customers
Request body
CreateCustomerRequest
required
firstName
string
nullable
lastName
string
required
dateOfBirth
string
date-time
nullable
gender
'Male'
|
'Female'
|
'Other'
phoneNumber
string
nullable
address
MailingAddress
email
string
nullable
driverLicenseState
string
nullable
driverLicenseNumber
string
nullable
parentIds
string[]
nullable
childIds
string[]
nullable
Response
Created
Customer
required
firstName
string
nullable
lastName
string
nullable
customerId
string
uuid
required
dateOfBirth
string
date-time
nullable
gender
'Male'
|
'Female'
|
'Other'
phoneNumber
string
nullable
address
MailingAddress
email
string
nullable
driverLicenseState
string
nullable
driverLicenseNumber
string
nullable
pictureId
string
nullable
parentIds
string[]
nullable
childIds
string[]
nullable