Our system allows for automated availability and pricing information for accommodations.
For hotels and larger properties, this is normally done via a channel manager. If you are interested in integrating a hotel, please contact us for further information.
For villas and smaller properties, rates can be imported using the Tarifa XML rate sheet standard.
Tarifa rate sheets support a variety of pricing configurations, and the ability to feature discounts and specials.
Please note that overuse of specials may result in specials not being shown for your property.
This file must adhere strictly to the standard. Here’s a sample file.
<Tarifa>
<PropertyName>Villa Name. Not Used.</PropertyName>
<PropertyId>Your Id or Reference. Not Used.</PropertyId>
<Rates>
<Rate>
<Name>Optional</Name>
<DateFrom>2019-01-06</DateFrom>
<DateTo>2019-04-30</DateTo>
<RateNight>1400.00</RateNight>
<RateWeek>9800.00</RateWeek>
<CurrencyCode>USD</CurrencyCode>
<Rooms>4</Rooms>
<MaxOccupancy>8</MaxOccupancy>
<MinNights>7</MinNights>
</Rate>
<Rate>
<Name/>
<DateFrom>2019-05-01</DateFrom>
<DateTo>2019-07-31</DateTo>
<RateNight>914.29</RateNight>
<RateWeek>6400.00</RateWeek>
<RateNightOriginal>1142.86</RateNightOriginal>
<RateWeekOriginal>8000.00</RateWeekOriginal>
<IsSpecial>true</IsSpecial>
<CurrencyCode>USD</CurrencyCode>
<Rooms>4</Rooms>
<MaxOccupancy>8</MaxOccupancy>
<MinNights>5</MinNights>
</Rate>
<Rate>
<Name/>
<DateFrom>2019-08-01</DateFrom>
<DateTo>2019-11-22</DateTo>
<RateNight>1142.86</RateNight>
<RateWeek>8000.00</RateWeek>
<CurrencyCode>USD</CurrencyCode>
<Rooms>4</Rooms>
<MaxOccupancy>8</MaxOccupancy>
<MinNights>5</MinNights>
</Rate>
</Rates>
</Tarifa>
Key points about a Tarifa XML rate sheet:
- Only RateNight or RateWeek is required. If both are present, RateNight is used and the weekly rate is ignored.
- If you have a special, use the IsSpecial option and include the RateNightOriginal or RateWeekOriginal so the savings can be calculated and displayed.
- Currency code must be USD or not included. Foreign currencies are not currently accepted.
- Tax information, such as Government Accommodation Tax or Service Charge, is set up as part of adding and managing your accommodation listing.
Rates are updated every 8-16 hours.
If you have any questions, don’t hesitate to get in touch with us. We’re happy to help.