Skip to main content

BookingUpsertExtraCost

Breakdown of extra costs for the booking.

namestringrequired

Name of the cost

Possible values: [FINAL_CLEANING, EXTRA_CLEANING, REFUNDABLE_SECURITY_DEPOSIT, TOURIST_OR_CITY_TAX, ECO_TAX, VAT_OF_RENTAL_PRICE, BOOKING_FEE, HYGIENE_SURCHARGE, PET, TRAVEL_INSURANCE, TOWEL, BEDLINEN, TOWEL_BEDLINEN_PACKAGE, KITCHEN_TOWELS, BEDLINEN_AND_BEDMAKING, BABY_BED, BABY_CHAIR, BABY_COT, BABY_BUGGY, BABY_HIGH_CHAIR, EXTRA_BED, HEATING, AIRCONDITION, FIREWOOD, ELECTRICITY, WATER, GAS, SAUNA, POOL, HOT_TUB, WASHING_MACHINE, BEACH_SERVICES, CLUB_CARD, INTERNET, PARKING, AIRPORT_SHUTTLE, BREAKFAST, SERVICE_COSTS]

Example: FINAL_CLEANING
paymentTimestring

When the cost is paid. Treated as paid with the booking if omitted.

Possible values: [ON_BOOKING, WITH_RATES, ONSITE]

Example: WITH_RATES
totalPrice objectrequired

Price with amount and currency

amountnumberrequired

Price value

Example: 100
currencystringrequired

Price currency

Example: EUR
BookingUpsertExtraCost
{
"name": "FINAL_CLEANING",
"paymentTime": "WITH_RATES",
"totalPrice": {
"amount": 100,
"currency": "EUR"
}
}