Show property
const url = 'https://integrations.wink.travel/api/managing-entity/e2c7b4d3-1a8f-4e9c-b5d6-3a9f0e7c2b18/channel-manager';const options = { method: 'GET', headers: {'Wink-Version': '2.0', Authorization: 'Bearer <token>'}};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://integrations.wink.travel/api/managing-entity/e2c7b4d3-1a8f-4e9c-b5d6-3a9f0e7c2b18/channel-manager \ --header 'Authorization: Bearer <token>' \ --header 'Wink-Version: 2.0'Returns the given property’s details together with its full list of room-level master rates.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”Property identifier (UUID)
Example
e2c7b4d3-1a8f-4e9c-b5d6-3a9f0e7c2b18Header Parameters
Section titled “Header Parameters ”Responses
Section titled “ Responses ”OK
object
Property details
object
Property ID
Property name
City property is located in or near
Country code property is located in
Currency code property uses
Timezone property is located in
List of master rates (room type + rate plan combinations) for this property
object
Master rate identifier
Property identifier
Master rate name (room type + rate plan)
Room type identifier
Rate plan identifier
Room type name for display
Rate plan name for display
Minimum occupancy for this room type
Maximum occupancy for this room type
Maximum number of adults allowed in this room type
Maximum number of children allowed in this room type
Number of adults the base rate price is calculated for
Number of children the base rate price is calculated for
Base nightly rate in high-demand period
object
Rate modifier for single occupancy (JSON representation of VariableCharge)
object
When the type is FIXED, fixedAmount is required. When the type is PERCENTAGE, percent is required.
A percentage of the total stay amount for an early check-in or late check-out
A localized amount
object
Rate modifier for extra occupants (JSON representation of VariableCharge)
object
When the type is FIXED, fixedAmount is required. When the type is PERCENTAGE, percent is required.
A percentage of the total stay amount for an early check-in or late check-out
A localized amount
object
Rate modifier for extra children (JSON representation of VariableCharge)
object
When the type is FIXED, fixedAmount is required. When the type is PERCENTAGE, percent is required.
A percentage of the total stay amount for an early check-in or late check-out
A localized amount
object
Example
{ "property": "", "list": ""}Bad Request
object
object
Example generated
{ "type": "https://example.com", "title": "example", "status": 1, "detail": "example", "instance": "https://example.com", "properties": { "additionalProperty": "example" }}object
object
object
object
object
object
object
object
Unauthorized
object
object
Forbidden
object
object
Internal Server Error
object
Example generated
{}