Fresh Single Visitor Registration
Only one registration per customer is accepted for a particular date. If you wish to get it modified, please get in touch with the support team.
Fresh Registration
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"message": "success",
"status": 200,
"booking": {
"bookingUUID": "0543958b-5857-4292-a44c-a644fc01b62d",
"userUUID": "b7b7d17c-41ef-44b2-ac74-ddc4cb978864",
"visitorCount": 2,
"date": "2020-06-22",
"bookingNumber": "IC4R19",
"ts": "2020-06-19 01:42:22"
}
}{
"message": "error",
"status": 402,
"description": "User already have a booking for the same date"
}{
"message": "error",
"status": 400,
"description": "Unable to book"
}Last updated