Get Booking Room Reservation List
Get Booking Room Reservation List
Request Body
Name
Type
Description
{
"meta": {
"totalResults": 1,
"start": 0,
"perPage": 5,
"count": 1
},
"results": [{
"id": 3241,
"venueId": 131,
"bookingId": 4248,
"reference": 164,
"mainGuestId": 542,
"mainGuest": {
"id": 542,
"guestContact": {
"id": 431,
"firstName": "Test1",
"lastName": "Com1",
"email": "[email protected]",
"phone": "071234567890",
"createdDate": "2018-08-17 14:51:35 UTC",
"modifiedDate": "2018-08-17 14:51:35 UTC"
},
"primaryPhone": "071234567890",
"address": null,
"createdDate": "2018-08-17 14:51:35 UTC",
"modifiedDate": "2018-08-17 14:51:35 UTC"
},
"currentStatus": 2,
"isFromGroup": true,
"totalAmount": 745.00,
"rooms": [
{
"id": 123,
"guestId": 542,
"guest": {
"id": 542,
"guestContact": {
"id": 431,
"firstName": "Test1",
"lastName": "Com1",
"email": "[email protected]",
"phone": "071234567890",
"createdDate": "2018-08-17 14:51:35 UTC",
"modifiedDate": "2018-08-17 14:51:35 UTC"
},
"primaryPhone": "071234567890",
"address": null,
"createdDate": "2018-08-17 14:51:35 UTC",
"modifiedDate": "2018-08-17 14:51:35 UTC"
},
"barId": 57,
"roomId": 14,
"groupId": 7589,
"currentStatus": 3,
"numRooms": 1,
"arrivalDate": "2018-09-01",
"departureDate": "2018-09-04",
"totalAmount": 545.00,
"excludedTaxIds": [],
"numAdultGuests": 1,
"numChildGuests": 0,
"createdDate": "2018-08-17 14:51:35 UTC",
"modifiedDate": "2018-08-17 14:51:35 UTC",
"isCancelled": false,
"cancelledDate": null,
"dayRates": [
{
"dayDate": "2018-09-01",
"barId": 57,
"cost": 180.00
"totalAmount": 180.00
"totalTaxAmount": 18.00
},
{
"dayDate": "2018-09-02",
"barId": 57,
"cost": 190.00
"totalAmount": 190.00
"totalTaxAmount": 19.00
},
{
"dayDate": "2018-09-03",
"barId": 57,
"cost": 175.00
"totalAmount": 175.00
"totalTaxAmount": 17.00
}
],
"additionalGuests": []
},
{
"id": 124,
"guestId": 543,
"guest": {
"id": 543,
"guestContact": {
"id": 432,
"firstName": "Test2",
"lastName": "Com2",
"email": "[email protected]",
"phone": "",
"createdDate": "2018-08-17 14:52:21 UTC",
"modifiedDate": "2018-08-17 14:52:21 UTC"
},
"primaryPhone": "070987654321",
"address": {
"line1": "123 Some Street",
"line2": "",
"line3": "",
"line4": "",
"city": "Brisbane",
"postalCode": "4001",
"countryCode": "AU",
"stateCode": "QLD",
"stateName": ""
},
"createdDate": "2018-08-17 14:52:21 UTC",
"modifiedDate": "2018-08-17 14:52:21 UTC"
},
"barId": 57,
"roomId": 14,
"groupId": 7589,
"currentStatus": 3,
"numRooms": 1,
"arrivalDate": "2018-09-02",
"departureDate": "2018-09-03",
"totalAmount": 200.00,
"excludedTaxIds": [],
"numAdultGuests": 1,
"numChildGuests": 0,
"createdDate": "2018-08-17 14:52:21 UTC",
"modifiedDate": "2018-08-17 14:52:21 UTC",
"isCancelled": false,
"cancelledDate": null,
"dayRates": [
{
"date": "2018-09-02",
"barId": 57,
"cost": 200.00
"totalAmount": 200.00
"totalTaxAmount": 20.00
}
],
"additionalGuests": [
{
"guestId": 601,
"guest": {
"id": 601,
"guestContact": {
"id": 800,
"firstName": "Jane",
"lastName": "Doe",
"email": "[email protected]",
"phone": "123654789",
"createdDate": "2018-08-17 18:43:33 UTC",
"modifiedDate": "2018-08-17 18:43:33 UTC"
},
"primaryPhone": "123654789",
"address": null,
"createdDate": "2018-08-17 18:43:33 UTC",
"modifiedDate": "2018-08-17 18:43:33 UTC"
},
"arrivalDate": "2018-09-02",
"departureDate": "2018-09-03",
"guestType": 2
}
],
"overrideBlockCapacity": true
}
]
}]
}Booking Room Reservation
Property
Type
Description
Room Reservation Status
Status
Description
Reserved Room
Property
Type
Description
Reserved Room Status
Status
Description
Reserved Room Day Rates
Property
Type
Description
Reserved Room Additional Guests
Property
Type
Description
Guest
Property
Type
Description
Guest Contact Details
Property
Type
Description
Last updated