Skip to content

Show daily rates

GET
/api/managing-entity/{managingEntityIdentifier}/channel-manager/master-rate/{masterRateIdentifier}
curl --request GET \
--url 'https://integrations.wink.travel/api/managing-entity/e2c7b4d3-1a8f-4e9c-b5d6-3a9f0e7c2b18/channel-manager/master-rate/5e8a3b7c-0d4f-4a2b-8c1d-9e6f2a0b4c73?startDate=2026-02-15&endDate=2026-02-28' \
--header 'Authorization: Bearer <token>' \
--header 'Wink-Version: 2.0'

Returns the room rate plus every daily rate and availability entry for the given property and master rate within the requested startDate-to-endDate range.

managingEntityIdentifier
required
string
""

Property identifier (UUID)

Example
e2c7b4d3-1a8f-4e9c-b5d6-3a9f0e7c2b18
masterRateIdentifier
required
string
""

Master rate identifier (UUID)

Example
5e8a3b7c-0d4f-4a2b-8c1d-9e6f2a0b4c73
startDate
required
string
""

Start date for rate query range (inclusive)

Example
2026-02-15
endDate
required
string
""

End date for rate query range (inclusive)

Example
2026-02-28
Wink-Version
string
default: 2.0.0
Allowed values: 2.0

OK

Media type application/json
object
room
required

Master rate details (room type + rate plan)

object
identifier
required

Master rate identifier

string format: uuid
"" >= 1 characters
propertyIdentifier
required

Property identifier

string format: uuid
"" >= 1 characters
name
required

Master rate name (room type + rate plan)

string
"" >= 1 characters
roomTypeIdentifier
required

Room type identifier

string format: uuid
"" >= 1 characters
ratePlanIdentifier
required

Rate plan identifier

string format: uuid
"" >= 1 characters
guestRoomName
required

Room type name for display

string
"" >= 1 characters
ratePlanName
required

Rate plan name for display

string
"" >= 1 characters
minOccupancy
required

Minimum occupancy for this room type

integer format: int32
""
maxOccupancy
required

Maximum occupancy for this room type

integer format: int32
""
maxAdultOccupancy
required

Maximum number of adults allowed in this room type

integer format: int32
""
maxChildOccupancy
required

Maximum number of children allowed in this room type

integer format: int32
""
includedAdultOccupancy
required

Number of adults the base rate price is calculated for

integer format: int32
""
includedChildOccupancy
required

Number of children the base rate price is calculated for

integer format: int32
""
baseRate
required

Base nightly rate in high-demand period

object
amount
required
number
currency
required
string
>= 1 characters
singleOccupancyRateModifier
required

Rate modifier for single occupancy (JSON representation of VariableCharge)

object
type
required

When the type is FIXED, fixedAmount is required. When the type is PERCENTAGE, percent is required.

string
""
Allowed values: FIXED PERCENTAGE
percent

A percentage of the total stay amount for an early check-in or late check-out

number format: float
""
fixedAmount

A localized amount

object
amount
required
number
currency
required
string
>= 1 characters
extraPaxRateModifier
required

Rate modifier for extra occupants (JSON representation of VariableCharge)

object
type
required

When the type is FIXED, fixedAmount is required. When the type is PERCENTAGE, percent is required.

string
""
Allowed values: FIXED PERCENTAGE
percent

A percentage of the total stay amount for an early check-in or late check-out

number format: float
""
fixedAmount

A localized amount

object
amount
required
number
currency
required
string
>= 1 characters
extraChildRateModifier
required

Rate modifier for extra children (JSON representation of VariableCharge)

object
type
required

When the type is FIXED, fixedAmount is required. When the type is PERCENTAGE, percent is required.

string
""
Allowed values: FIXED PERCENTAGE
percent

A percentage of the total stay amount for an early check-in or late check-out

number format: float
""
fixedAmount

A localized amount

object
amount
required
number
currency
required
string
>= 1 characters
rates

Daily rates for the queried date range

Array<object>
""
object
identifier

Daily rate identifier

string format: uuid
""
propertyIdentifier
required

Property identifier

string format: uuid
"" >= 1 characters
roomRateIdentifier
required

Master rate identifier

string format: uuid
"" >= 1 characters
guestRoomIdentifier
required

Guest room (room type) identifier

string format: uuid
"" >= 1 characters
ratePlanIdentifier
required

Rate plan identifier

string format: uuid
"" >= 1 characters
amount
required

Daily rate amount

number
""
currencyCode
required

Currency code for rate amount

string
"" >= 1 characters
master
required

Whether this is a master (template) rate

boolean
closedOnArrival
required

Whether the rate is closed on arrival

boolean
closedOnDeparture
required

Whether the rate is closed on departure

boolean
date
required

Date for this daily rate

string format: date
""
quantity

Available quantity/inventory on this date

integer format: int32
""
minOccupancy

Minimum occupancy required for this date

integer format: int32
""
maxOccupancy

Maximum occupancy allowed for this date

integer format: int32
""
minLengthOfStay

Minimum length of stay (in nights) for this date

integer format: int32
""
maxLengthOfStay

Maximum length of stay (in nights) for this date

integer format: int32
""
singleOccupancyRateModifier

Single occupancy rate modifier (JSON representation of VariableCharge)

object
type
required

When the type is FIXED, fixedAmount is required. When the type is PERCENTAGE, percent is required.

string
""
Allowed values: FIXED PERCENTAGE
percent

A percentage of the total stay amount for an early check-in or late check-out

number format: float
""
fixedAmount

A localized amount

object
amount
required
number
currency
required
string
>= 1 characters
extraPaxRateModifier

Extra occupant rate modifier (JSON representation of VariableCharge)

object
type
required

When the type is FIXED, fixedAmount is required. When the type is PERCENTAGE, percent is required.

string
""
Allowed values: FIXED PERCENTAGE
percent

A percentage of the total stay amount for an early check-in or late check-out

number format: float
""
fixedAmount

A localized amount

object
amount
required
number
currency
required
string
>= 1 characters
extraChildRateModifier

Extra child rate modifier (JSON representation of VariableCharge)

object
type
required

When the type is FIXED, fixedAmount is required. When the type is PERCENTAGE, percent is required.

string
""
Allowed values: FIXED PERCENTAGE
percent

A percentage of the total stay amount for an early check-in or late check-out

number format: float
""
fixedAmount

A localized amount

object
amount
required
number
currency
required
string
>= 1 characters
startDate

Start date of the queried range (inclusive)

string format: date
""
endDate

End date of the queried range (inclusive)

string format: date
""
Example
{
"room": "",
"rates": "",
"startDate": "",
"endDate": ""
}

Bad Request

object
type
string format: uri
title
string
status
integer format: int32
detail
string
instance
string format: uri
properties
object
key
additional properties
Example generated
{
"type": "https://example.com",
"title": "example",
"status": 1,
"detail": "example",
"instance": "https://example.com",
"properties": {
"additionalProperty": "example"
}
}

Unauthorized

Media type */*
object
type
string format: uri
title
string
status
integer format: int32
detail
string
instance
string format: uri
properties
object
key
additional properties

Forbidden

Media type */*
object
type
string format: uri
title
string
status
integer format: int32
detail
string
instance
string format: uri
properties
object
key
additional properties

Internal Server Error

object
Example generated
{}