LOS
los object<date>required
Length of Stay
checkInDate object<date>[]
Length of Stay
Array [
currencystringrequired
Example:
EURguestsinteger<int32>required
Number of guests
Example:
2pricenumber[]required
List of prices
Example:
[100,200,300,400,500,600,700]]
rateIdstring<string>
Rate identifier
Possible values: Value must match regular expression DEFAULT|REFUNDABLE|NON_REFUNDABLE
Example:
NON_REFUNDABLELOS
{
"los": {
"2019-05-13": [
{
"currency": "EUR",
"guests": 2,
"price": [
100,
200
]
},
{
"currency": "EUR",
"guests": 3,
"price": [
150,
250
]
}
],
"2019-05-14": {
"currency": "EUR",
"guests": 2,
"price": [
300
]
}
},
"rateId": "NON_REFUNDABLE"
}