API V2.0: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 209: | Line 209: | ||
} | } | ||
] | ] | ||
= 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 = | = Examples = | ||