Daily Rate
List of daily rates
datestring<date>required
Date
Example:
2023-05-01pricenumberrequired
Daily price
Example:
95priceForExtraPersonnumber
Additional cost per extra person
Example:
20checkinAllowedbooleanrequired
Check in is possible on this day
Example:
truecheckoutAllowedbooleanrequired
Check out is possible on this day
Example:
falseDaily Rate
{
"date": "2023-05-01",
"price": 95,
"priceForExtraPerson": 20,
"checkinAllowed": true,
"checkoutAllowed": false
}