CheckInCheckOutTimes
Check-ins and check-outs details
checkIn object[]required
List of possible check in times
Array [
checkInFromstring<time>required
Check in from (24h format)
Example:
12:00checkInTostring<time>required
Check in to (24h format)
Example:
21:00]
checkOutUntilstringrequired
Check out time (24h format)
Example:
14:30CheckInCheckOutTimes
{
"checkIn": [
{
"checkInFrom": "12:00",
"checkInTo": "21:00"
}
],
"checkOutUntil": "14:30"
}