10.36 | August 07, 2025
New functionality from the following enhancement: Seasonal Taxes.
Read more
Seasonal Taxes (FEA99064)
With the introduction of Seasonal Taxes, changes have been made to APIs that impact the management of taxes and shopping for room availability. The Manage Taxes API now contains five new endpoints related to Seasonal Taxes:
Operation | Endpoint | Description |
---|---|---|
POST | /v1/api/admin/tax/{taxCode}/seasons | Create seasons for a tax |
PATCH | /v1/api/admin/tax/{taxCode}/seasons | Update seasons for a tax |
DELETE | /v1/api/admin/tax/{taxCode}/season/cancel | Delete seasons for a tax |
GET | /v1/api/admin/hotel/{hotelID}/taxes/{taxCode}/seasons | Retrieve seasons for a specific tax |
GET | /v1/api/admin/hotel/{hotelID}/tax/seasons | Retrieve seasons for all taxes for a hotel |
Additionally, the following existing endpoints were enhanced to allow you to set, or retrieve, if a Tax is enabled for seasons. The new optional multiSeason attribute (boolean data type) will have a false value by default.
Operation | Endpoint | Description |
---|---|---|
GET | /v1/api/admin/hotels/{id}/taxes | Retrieve a list of taxes configured for a specific hotel |
GET | /v1/api/admin/hotels/{id}/taxes/{code} | Retrieve a specific tax configuration for a hotel |
POST | /v1/api/admin/tax | Create tax or fee configured for a specific hotel |
PATCH | /v1/api/admin/tax | Update tax or fee configured for a specific hotel |