v3

latestOpenAPI 3.0.1raw.githubusercontent.com2026-08-0384241293.2 KB
Customers

Create a customer.

post/api/v1/customers

Request body

firstNamestring nullable
lastNamestring required
dateOfBirthstring date-time nullable
gender'Male' | 'Female' | 'Other'
phoneNumberstring nullable
emailstring nullable
driverLicenseStatestring nullable
driverLicenseNumberstring nullable
parentIdsstring[] nullable
childIdsstring[] nullable

Response

Created

firstNamestring nullable
lastNamestring nullable
customerIdstring uuid required
dateOfBirthstring date-time nullable
gender'Male' | 'Female' | 'Other'
phoneNumberstring nullable
emailstring nullable
driverLicenseStatestring nullable
driverLicenseNumberstring nullable
pictureIdstring nullable
parentIdsstring[] nullable
childIdsstring[] nullable