| ReservationID |
Int32 |
✓ |
N/A |
The Id of Reservation |
| RoomType |
String |
|
15 |
The Id (Code) of the Room Type i.e. 1BR |
| RoomNumber |
String |
|
10 |
The Room Number. Optional, only needed if reserving a specific room. |
| BuildingName |
String |
✓ |
50 |
The Building Name. Optional, only needed if reserving a specific room. This will not be set unless the Room Number is included as well. |
| Adults |
Int32 |
✓ |
N/A |
The number of adults staying in this room. |
| Children |
Int32 |
✓ |
N/A |
The number of children staying in this room. |
| Other |
Int32 |
✓ |
N/A |
The number of guests, not considered adults or children, staying in this room. |
| Arrival |
DateTime |
✓ |
N/A |
The arrival date of this reservation room. Arrival and departure dates are set at the room-level not the reservation level. This allows for greater flexibility when there are multiple rooms per reservation. |
| Departure |
DateTime |
✓ |
N/A |
The departure date of this reservation room. |
| HousekeepID |
Int32 |
✓ |
N/A |
The id of the housekeeping specification for this room |
| InventoryGroupId |
Int32 |
✓ |
N/A |
The inventory group where this room was pulled from. This is determined on creation by the InterfaceId in the GDSGroupsRate. |
| OwnerUsageYear |
Int32 |
|
N/A |
Indicates whether the owner can use their future years' weeks in advance. |
| StayCost |
Decimal |
|
N/A |
Stay Cost for Reservation |
| ReservationRoomID |
Int32 |
|
N/A |
Id of Reservation Room. |
| IsParentUnit |
Boolean |
|
N/A |
It's true when it's a Lock Off Unit |
| IsOwnerPrimaryGuest |
Boolean |
|
N/A |
If value is true then the owner's info will be used as the primary guest info. If False the info provided on the Guest Model will be used. |
| Comment |
String |
|
7000 |
If the field has a value then a note with this description will be added to the reservation. |