Money fields
API v1 returns decimal price amounts.amount_per_night:
POST /booking accepts a currency value. If you omit it, API v1 defaults to
CZK.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Understand money and currency fields in API v1.
| Code | Currency |
|---|---|
CZK | Czech koruna |
EUR | Euro |
{
"amount": 18924,
"currency": "CZK"
}
amount_per_night:
{
"amount_per_night": 1024.5,
"currency": "CZK"
}
POST /booking accepts a currency value. If you omit it, API v1 defaults to
CZK.