Skip to main content

Manage Taxes

SynXis CRS
Taxes
REST API
CRS Administration

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:

OperationEndpointDescription
POST/v1/api/admin/tax/{taxCode}/seasonsCreate seasons for a tax
PATCH/v1/api/admin/tax/{taxCode}/seasonsUpdate seasons for a tax
DELETE/v1/api/admin/tax/{taxCode}/season/cancelDelete seasons for a tax
GET/v1/api/admin/hotel/{hotelID}/taxes/{taxCode}/seasonsRetrieve seasons for a specific tax
GET/v1/api/admin/hotel/{hotelID}/tax/seasonsRetrieve 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.  

OperationEndpointDescription
GET/v1/api/admin/hotels/{id}/taxesRetrieve 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/taxCreate tax or fee configured for a specific hotel
PATCH/v1/api/admin/taxUpdate tax or fee configured for a specific hotel