v1

latestOpenAPI 3.0.42026-07-2499260182.5 KB
customers

update individual customer.

update individual customer by id, The 'Gender' paramater indicates the gender of the customer and accepts 'male', or 'female', the 'TimeSlot' paramater indicates time slot preference and accepts 'morning','afternoon', or 'evening',the 'DeliveryPreference' paramater indicates delivery preference and accepts 'home', or 'pickup-point' .

put/api/v{version}/customers/individual/{id}

Path parameters

versionstring required

The requested API version

idstring uuid required

Headers

X-Tenantstring required

Input your tenant Id to access this API

Request body

idstring uuid
namestring nullable
timeSlotstring nullable
instructionstring nullable
deliveryPreferencestring nullable
dateOfBirthstring date-time nullable

Response

OK

idstring uuid