Get Booking Release Schedule
Get Booking Release Schedule
Request Body
Name
Type
Description
{
"meta": {
"totalResults": 3,
"start": 0,
"perPage": 5,
"count": 3
},
"results": [{
"bookingId": 4288,
"venueId": 166,
"type": 1,
"numDaysFromEvent": 10,
"numOfRooms": 0,
"percentageOfRooms": 5
}, {
"bookingId": 4288,
"venueId": 166,
"type": 0,
"numDaysFromEvent": 15,
"numOfRooms": 5,
"percentageOfRooms": 0
}, {
"bookingId": 4289,
"venueId": 166,
"type": 0,
"numDaysFromEvent": 15,
"numOfRooms": 5,
"percentageOfRooms": 0
}]
}Last updated