<s:Envelope xmlns:s = "http://schemas.xmlsoap.org/soap/envelope/" xmlns:u = "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
    <s:Header>
        <o:Security s:mustUnderstand = "1" xmlns:o = "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
            <o:UsernameToken u:Id = "uuid-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx-x">
                <o:Username>username</o:Username>
                <o:Password Type = "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">password</o:Password>
            </o:UsernameToken>
        </o:Security>
    </s:Header>
    <s:Body xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd = "http://www.w3.org/2001/XMLSchema">
        <HotelRatePlanNotif xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd = "http://www.w3.org/2001/XMLSchema" xmlns = "http://schemas.xmltravelgate.com/hubpush/provider/2012/10">
            <request>
                <POS xmlns = "http://www.opentravel.org/OTA/2003/05">
                    <Source>
                        <RequestorID ID = "PTEST"/>
                        <BookingChannel>
                            <CompanyName Code = "CTEST"/>
                        </BookingChannel>
                    </Source>
                </POS>
                <RatePlans HotelCode = "2" xmlns = "http://www.opentravel.org/OTA/2003/05">
                    <RatePlan CurrencyCode = "EUR" RatePlanCode = "BAR" RateReturn = "false" FreeChild = "false" FreeBaby = "false" RatePlanStatusType = "Active">
                        <Rates>
                            <Rate Start = "2024-02-01" End = "2024-02-01">
                                <BaseByGuestAmts>
                                    <BaseByGuestAmt AmountAfterTax = "100" Type = "35" AgeQualifyingCode = "10"/>
                                    <BaseByGuestAmt AmountAfterTax = "20" Type = "35" NumberOfGuests = "1" MinAge = "0" MaxAge = "2"/>
                                    <BaseByGuestAmt AmountAfterTax = "40" Type = "35" NumberOfGuests = "1" MinAge = "3" MaxAge = "10"/>
                                    <BaseByGuestAmt AmountAfterTax = "70" Type = "35" NumberOfGuests = "2" MinAge = "3" MaxAge = "10"/>
                                    <BaseByGuestAmt AmountAfterTax = "50" Type = "35" NumberOfGuests = "1" MinAge = "11" MaxAge = "15"/>
                                    <BaseByGuestAmt AmountAfterTax = "90" Type = "35" NumberOfGuests = "2" MinAge = "11" MaxAge = "15"/>
                                    <BaseByGuestAmt AmountAfterTax = "60" Type = "35" NumberOfGuests = "1" MinAge = "16" MaxAge = "17"/>
                                    <BaseByGuestAmt AmountAfterTax = "110" Type = "35" NumberOfGuests = "2" MinAge = "16" MaxAge = "17"/>
                                </BaseByGuestAmts>
                            </Rate>
                        </Rates>
                        <SellableProducts>
                            <SellableProduct InvCode = "STD" InvType = "ROOM"/>
                        </SellableProducts>
                    </RatePlan>
                </RatePlans>
            </request>
        </HotelRatePlanNotif>
    </s:Body>
</s:Envelope>
