PMS REST API
Online documentation
ReservationInfo
Inheritance: PmsOwnedEntity
ReservationInfo Definition
| Property Name | Type | Description |
| HotelCode | string | Unique id of hotel |
| ReservationID | long | Unique id of reservation |
| LocalID | long? |
Local database id of the reservation. ReservationID and LocalID are different values/meanings in opera myfidelio.net systems. Also this field can be null if it is not synchronized from crs system to the local hotel at the moment. |
| Arrival | DateTime | Date of arrival |
| Departure | DateTime | Date of departure |
| CancelledOn | DateTime? |
Cancellation date (if cancelled) This property is not supported for opera myfidleio.net |
| NumberOfRooms | int | Number of rooms |
| NumberOfAdults | int | Number of adults |
| ChildCount | int | On SetReservation request, this field Number of children for DefaultChildCategory |
| RoomTypeCode | string | Unique id or room type |
| RateCode | string | Unique id of rate |
| TotalPrice | decimal | Total price in currency given in CurrencyCode field |
| CurrencyCode | string | Unique id of currency |
| ProfileID | long | Unified Profile ID |
| LastName | string | Guest Last Name |
| FirstName | string | Guest First Name |
| MiddleName | string | Guest Middle Name |
| CompanyID | long | Unique id of company |
| TravelAgentID | long | Unique id of travel agent |
| BookerID | long | Unique id of booker |
| SourceID | long | Unique id of source |
| State | ReservationState | State of reservation (Check-in, Check-out, Cancelled, NoShow) |
| HasShare | bool | If true, reservation is shared |
| MarketCode | string | Market code of reservation |
| SourceCode | string | Source code of reservation |
| ChannelCode | string | Channel code of reservation |
| GuaranteeCode | string | Guarantee code of reservation |
| BlockCode | string | Block code of reservation |
| Status | ReservationStatus | Status of reservation (Tentative, Definitive, NotAffectingAvailability) |
| BillingInfo | string |
A note field that some pms systems (eg Suite8) can see this information on their main reservation window. On Suite8 systems, this field is written to BillingInfo of the reservation. On Opera, this is added as a note to the Notes list with prefix "BillingInfo: " in the text. |
| Remarks | string |
A note field that some pms systems (eg Suite8) can see this information on their main reservation window. On Suite8, this field is written to Reservation Remarks. On Opera, this is added as a note to the Notes list with prefix "Remarks: " in the text. |
| ChildOptions | List< ChildOption > | Number of child visitors with age group |
| Packages | List< PackageItem > |
Reservation packages (these are extra, their price are not included with room price). all linked packages (web only or not) will be returned |
| PackagesDaily | List< DailyPackageItem > |
Only for Suite8 Daily Reservation packages (these are extra, their price are not included with room price). All linked packages (web only or not) will be returned |
| Attributes | List< AttributeLink > | ? |
| Notes | List< NoteItem > |
List of guest viewable reservation notes (internal or non guest viewable notes do not to be fetched) If destination system is Myfidelio.Net, then only non internal web notes can be fetched. |
| MultiGuests | List< MultiGuestLink > |
Reservation multiguest links. Note that, only GuestRef fields will be set in the this list (Guest profile field will not be set) |
| PaymentTypeCode | string | The unique id of Payment type |
| RateRoomType | string | The unique id of room type used by rate calculation |
| RebateCodeCode | string |
Unique code of Rebate Only for Suite8 |
| RebateCodeName | string |
name of Rebate Only for Suite8 |
| BookingDate | DateTime? | Date of sale |
| RoomTypeSegmentCode | string |
RoomType segment unique code Only for Suite8 |
| RateRoomTypeSegmentCode | string |
RateRoomType segment unique code Only for Suite8 |
| CrsSystem | string |
Crs System Only for Suite8 |
| CrsNumber | string | Crs Number |
| CalcStatus | int? |
Calculated Status Only for Suite8 |
| RoomNumber | string | RoomNumber |
| IsManualRate | bool? | Only for Suite8 |
| CompanyName | string | Name of company |
| TravelAgentName | string | Name of travel agent |
| PrintRate | bool? | Only for Opera |
| ArrivalTime | string | Only for Opera |
| IsQueueRoom | bool? | Only for Opera |
| CreatedOn | DateTime? | Created date |
| CreatedBy | string | Created by who |
| ModifiedOn | DateTime? | Last updated date |
| ModifiedBy | string | Last updated by who |

