Skip to main content

Daily Rate

List of daily rates

datestring<date>required

Date

Example: 2023-05-01
pricenumberrequired

Daily price

Example: 95
priceForExtraPersonnumber

Additional cost per extra person

Example: 20
checkinAllowedbooleanrequired

Check in is possible on this day

Example: true
checkoutAllowedbooleanrequired

Check out is possible on this day

Example: false
Daily Rate
{
"date": "2023-05-01",
"price": 95,
"priceForExtraPerson": 20,
"checkinAllowed": true,
"checkoutAllowed": false
}