<script>alert(1)</script> <script>alert(2)</script> | Page 12

1 2 HotelReservations HotelReservation @CreateDateTime C O M @ResStatus M UniqueID M @ID M @Type M 4 CompanyName O 3 RoomStays C 4 RoomStay @RoomStayStatus O M RoomTypes RoomType @IsRoom C C M @RoomID @Configuration M O @PromotionCode O RoomDescription @Name AdditionalDetails AdditionalDetail DetailDescription Text M M C C C O RatePlans RatePlan @EffectiveDate @RatePlanID @RatePlanName @Amount GuestCounts GuestCount C M M M M M C M 3 5 6 7 7 8 9 10 5 6 5 6 PMS Connectivity Pagina 12 van 16 Grouping of HotelReservation. Information about the reservation. The date on which the reservation was made. Format yyyyMM-ddTHH:mm:ss. The status of the reservation. The value can be: “new”, “cancelled”, “modified” or “deleted”. A reservation with status “cancelled” or “modified” doesn’t have to be preceded by a reservation with status “new”. Cubilis will send at least the status and the id of the reservation to the pms system, all other fields can be empty. The ID of the reservation. Cubilis will send at least the status and the id of the reservation to the pms system, all other fields can be empty. When Type = PAR, ID contains the ID of the booking site. When Type = HOT, ID contains the ID of the hotel. When Type = PAR, ID contains the ID of the booking site. When Type = HOT, ID contains the ID of the hotel. The attribute is mandatory when Type = PAR. The attribute contains the name of the booking site. Grouping of RoomStay. For each room there will be an element RoomStay. The status of the room. The value can be: “Reserved” or “Cancelled”. Grouping of RoomType. Indicates if the roomtype is a room. There could be a roomtype meeting room, then the value of IsRoom is false. The ID of the roomtype. If the room is booked in a package then the value of Configuration is Package. If the room is booked in a package then PromotionCode contains the ID of the Package. The name of the roomtype. Grouping of AdditionalDetail. If the room is booked in a package then Text contains the name of the package. Grouping of RatePlan. Information about the price per night. The date of the relevant night. Format yyyy-MM-dd. The ID of the rateplan. The name of the rateplan. The price of the relevant night. Grouping of GuestCount.