Minor Update Notification - Hotel Buyers API (legacy) v1.2.93

Dear Partner,

Please be advised that we are updating our DescriptiveInfo response to provide more precise information regarding hotel rooms.

Minor changes on version v1.2.93

  • Added new “Rooms” node in DescriptiveInfo response.

Rooms

In order to allow clients to benefit from this specific information, we’ve added extra fields that provide room information from the Seller.

Before:

      ...
            </Picture>
        </Images>
        <LocationType>City</LocationType>
        <PaymentOptions cash="false" bankAcct="false">
            <Cards>
      ...

After:

            ...
            </Picture>
        </Images>
        <Rooms>
            <Room code = "821">
                <Beds>
                    <Bed numberOfBeds = "1" type = "SINGLE"/>
                </Beds>
                <RoomOccupancy>
                    <Adults>
                        <Min>1</Min>
                        <Max>1</Max>
                    </Adults>
                    <Children>
                        <Min>0</Min>
                        <Max>0</Max>
                    </Children>
                    <Infants>
                        <Min>0</Min>
                        <Max>0</Max>
                    </Infants>
                    <Total>
                        <Min>1</Min>
                        <Max>1</Max>
                    </Total>
                </RoomOccupancy>
                <Attributes>
                    <Attribute>
                        <Code>a1</Code>
                        <Classification>HAB</Classification>
                        <Description>Amenity</Description>
                    </Attribute>
                </Attributes>
                <Images>
                    <Picture>
                        <Code>tgx</Code>
                        <URL>https://www.travelgatex.com/assets/img/logo_travelgatex_claim_white.svg</URL>
                        <Classification>HAB</Classification>
                        <Ordered>1</Ordered>
                        <Description>tgx logo</Description>
                        <UpgradeUTCDate>0001-01-01T00:00:00</UpgradeUTCDate>
                    </Picture>
                </Images>
                <Description>Standard Single room</Description>
                <Views>
                    <View>
                        <Code>id</Code>
                        <Name>Sea</Name>
                    </View>
                </Views>
                <Area>TODO</Area>
            </Room>
        </Rooms>
        <LocationType>City</LocationType>
        <PaymentOptions cash="false" bankAcct="false">
            <Cards>
            ...