null

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3

Prices shown on holidu are also influenced by extra costs. You can send them either in the apartment endpoint or use the separate extra costs endpoint.

Here are some useful information on how to send us extra costs for them to be displayed properly on holidu:

The "typeOfExtraCost": "TAX" should only be used for "visitor’s tax / tourist tax"

To make our offers comparable, we always exclude the visitors tax from the total price (although it is mandatory) and show it on a separate section on the page. 

Make sure boolean fields are set to either "true" or "false" and are never null

Most fields are threated as false if you provide not information, but to be sure that is intendent, please always set them active to false

Use "isMandatory":true only if the price has to be paid by any customer independent of usage

All extraCosts that are send to us as isMandatory:true are automatic added to the total price (except for TAX). To make sure this 

Every usage based price should be sent as "isMandatory":false

Usage based cost like electricity, water, etc. should be always send as "isMandatory":false, although the customer has to pay something in the end. If the price is fixed and has always to be paid, you can send it as "isMandatory":true


  • No labels