Get Housing Availability
The third party system will supply an event id and attendee code and optionally, a date range, to retrieve all lodging availability information for all relevant properties. When date range is supplied, availability pertains only to supply dates. If no date range is supplied, availability for all dates of the event is returned. The GetHousingAvailability includes values for Minimum Night Stay (MNS) and should be considered when using CreateReservation and CreateReservationFromBridge. Minimum nights stay (MNS) rules apply to the arrival date of the reservation. A MNS of 1 means no restrictions; a MNS of 0 means no arrivals on this night. A MNS value greater than 1 means that reservations arriving on this night must stay for the defined number of nights.
GetAvailabilityRQ
<?xml version="1.0" encoding="UTF-8"?>
<GetAvailabilityRQ xmlns="http://www.Cvent Passkey.com/apiSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Security>
<Login>
<UserName>reglinkapi</UserName>
<Password>passkey1</Password>
</Login>
<PartnerID>136260</PartnerID>
<Token> </Token>
</Security>
<Message>
<Version>4.00.03</Version>
<Mode>S</Mode>
<OP>GetHousingAvailability</OP>
<Service>GetHousingAvailability</Service>
<Locale>EN_US</Locale>
</Message>
<Data>
<GetAvailability>
<EventID>151592</EventID>
<AttendeeCode>RTEATT0117FBV</AttendeeCode>
<StartDate>2022-12-20</StartDate>
<EndDate>2022-12-22</EndDate>
</GetAvailability>
</Data>
</GetAvailabilityRQ>
GetAvailabilityRS
<?xml version="1.0" encoding="ISO-8859-1"?>
<PasskeyRS xmlns="http://www.passkey.com/apiSchema">
<Message GUID="1638e6bf162:-576520">
<Status ID="2">PROCESSED</Status>
</Message>
<Data>
<AvailableInventory>
<HotelInventory>
<EventID>151592</EventID>
<BlockID>104636889</BlockID>
<HotelName HotelId="136259">RegLink Training Hotel</HotelName>
<RoomName RoomTypeID="1">King</RoomName>
<RoomTypeDescription/>
<CurrencyID>840</CurrencyID>
<MinNightStay>1</MinNightStay>
<MaxPersons>5</MaxPersons>
<TaxDisclosure>This field is Tax Disclosure.</TaxDisclosure>
<TaxIncluded>0</TaxIncluded>
<AddPersonCharge>10.0</AddPersonCharge>
<RoomRate3rd>10.0</RoomRate3rd>
<RoomRate4th>0.0</RoomRate4th>
<RoomRate5thPlus>0.0</RoomRate5thPlus>
<NightlyRateAndAvailability>
<Date date="2022-12-20-05:00">
<RoomsAvailable>9999</RoomsAvailable>
<RoomRate>100.0</RoomRate>
</Date>
<Date date="2022-12-21-05:00">
<RoomsAvailable>9999</RoomsAvailable>
<RoomRate>100.0</RoomRate>
</Date>
</NightlyRateAndAvailability>
</HotelInventory>
<HotelInventory>
<EventID>151592</EventID>
<BlockID>104636892</BlockID>
<HotelName HotelId="136259">RegLink Training Hotel</HotelName>
<RoomName RoomTypeID="2">Queen</RoomName>
<RoomTypeDescription/>
<CurrencyID>840</CurrencyID>
<MinNightStay>1</MinNightStay>
<MaxPersons>5</MaxPersons>
<TaxDisclosure>This field is Tax Disclosure.</TaxDisclosure>
<TaxIncluded>0</TaxIncluded>
<AddPersonCharge>30.0</AddPersonCharge>
<RoomRate3rd>20.0</RoomRate3rd>
<RoomRate4th>10.0</RoomRate4th>
<RoomRate5thPlus>0.0</RoomRate5thPlus>
<NightlyRateAndAvailability>
<Date date="2022-12-20-05:00">
<RoomsAvailable>10000</RoomsAvailable>
<RoomRate>95.0</RoomRate>
</Date>
<Date date="2022-12-21-05:00">
<RoomsAvailable>10000</RoomsAvailable>
<RoomRate>95.0</RoomRate>
</Date>
</NightlyRateAndAvailability>
</HotelInventory>
</AvailableInventory>
</Data>
</PasskeyRS>