Skip to content

Property Booking Overview

GET
/api/managing-entity/{managingEntityIdentifier}/extranet/booking/overview
curl --request GET \
--url https://api.wink.travel/api/managing-entity/hotel-1/extranet/booking/overview \
--header 'Wink-Version: 2.0'

Basic booking overview data

managingEntityIdentifier
required
string
""

Show booking owned by this hotel

Example
hotel-1
Wink-Version
string
default: 2.0.0
Allowed values: 2.0

OK

Media type application/json
object
type
string
Allowed values: BY_TOTAL BY_COUNTRY BY_PROPERTY
typeName
string
typeIdentifier
string
bookings
integer format: int64
totalPriceAmount
number format: double
averageBookingAmount
number format: double
currencyCode
string
Example
{
"type": "BY_TOTAL"
}

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
{}