Changes

Jump to navigation Jump to search

API V2.0

354 bytes added, 07:28, 26 April 2022
no edit summary
}
]
 
= Prices =
A room can have up to 16 prices.
 
In the control panel, these can be set under Prices -> Daily Price Setup.
 
In the API these can be accessed through
GET /inventory/calendar
{
 
"data": [
{
"calendar": [
{
"price1": 0,
"price2": 0,
"price3": 0,
...
}
]
}
]
}
= Examples =

Navigation menu