Skip to main content

Basic LOS

Recipe Description

In this recipe

  1. Specify the checkin day
  2. Specify people
  3. Price object
cURL
"los": {
"2022-09-01": [
{
"currency": "EUR",
"guests": 5,
"price": [
0,
0,
0,
0,
0,
0,
140,
160,
180,
200,
220,
240,
260,
280,
300,
320,
340,
360,
380,
400,
420
]
},
{
"currency": "EUR",
"guests": 4,
"price": [
0,
...
]
}
],
"2022-09-08": [
{
"currency": "EUR",
"guests": 5,
"price": [
0,
0,
0,
0,
0,
0,
140,
160,
180,
200,
220,
240,
260,
280
]
}
],
....
}

Basic LOS

Recipe Description

10 steps

Recipe Title

Recipe Description

2 steps