Hotel Content
Robust descriptive information can be retrieved from the SynXis Platform using the Hotel Details or Hotel List methods.
The responses between the two methods are identical with the only exception that pagination is included in Hotel List.
- Hotel Details - retrieve information for a specific hotel
- Hotel List - retrieve information for one or more hotels
REST Method/Endpoint
Method | Endpoint |
---|---|
GET | https://[environment]/v1/api/hotel/{{hotel_Id}}/details |
GET | https://[environment]/v1/api/hotel/list |
REST API Tokens
How to Construct and Use security tokens
Header Parameters
Header Parameters
Parameter | Description | Type | Example |
---|---|---|---|
Accept-Language | Language code with optional culture code. Use to request content in the specified language. | String | en-US |
Context | Business context for caller | String | WBSVC |
ActivityID | Unique Id per request for system tracing | String | MyCompany_123sdjwiiw456 |