‘Include_price_details’ is a feature that you can activate for your reservations. It allows you to see extra price information in your XML messages.
This information includes VAT and city taxes, as well as a maximum of five extra charges per property. The property determines which extra charges are applied.
If you don’t have this feature activated, you won’t see these extra charges, although they will appear in the respective confirmation emails to the guests and the property.
To see how it would look in the XML message, let’s imagine a property with the following extra charges.
Tourism fee
A tourism fee of €2.80 per person per night is excluded
Cleaning fee
A cleaning fee of €27 per stay is excluded
A guest makes a reservation for one room for four guests and four nights. The fees are reflected in the XML message as follows:
B.XML format
<price_details>
<guest>
<extracomponent amount="27.000000"
currency="EUR"
included="yes"
per_night="no"
per_person="no"
percentage="no"
text="Cleaning fee" />
<extracomponent amount="44.800000"
currency="EUR"
included="no"
per_night="yes"
per_person="yes"
percentage="no"
text="Tourism fee" />
<total>623.00</total>
</guest>
<hotel>
<extracomponent amount="27.000000"
currency="EUR"
included="no"
per_night="no"
per_person="no"
percentage="no"
text="Cleaning fee" />
<extracomponent amount="44.800000"
currency="EUR"
included="no"
per_night="yes"
per_person="yes"
percentage="no"
text="Tourism fee" />
<total>596</total>
</hotel>
</price_details>
OTA format
<RoomRates>
<RoomRate EffectiveDate="2019-05-01" RatePlanCode="121546">
<Rates>
<Rate>
<Total AmountBeforeTax="10000" DecimalPlaces="2" CurrencyCode="EUR" />
</Rate>
<RoomRate EffectiveDate="2019-05-02" RatePlanCode="121546">
<Rates>
<Rate>
<Total AmountBeforeTax="10000" DecimalPlaces="2" CurrencyCode="EUR" />
</Rate>
<RoomRate EffectiveDate="2019-05-03" RatePlanCode="121546">
<Rates>
<Rate>
<Total AmountBeforeTax="10000" DecimalPlaces="2" CurrencyCode="EUR" />
</Rate>
<RoomRate EffectiveDate="2019-05-04" RatePlanCode="121546">
<Rates>
<Rate>
<Total AmountBeforeTax="10000" DecimalPlaces="2" CurrencyCode="EUR" />
</Rates>
</Rates>
</RoomRate>
</RoomRates>
How can I activate the ‘include_price_details’ feature?
It can be activated on the Provider Portal. Just go to the ‘Administration’ tab and click ‘Feature Management’. Then toggle the option to > ON
Comments
0 comments
Article is closed for comments.