Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Basic authentication where:

  • user-id is a partner account ID
  • user-password is an API key token associated with the partner account

Body

application/json
booking_code
string
required

Unique booking code

Example:

"2QN57JU"

chain_code
string
required

Hotel chain code

Example:

"HI"

channel_code
string
required

Channel code

Example:

"SBT1"

check_in_date
string
required

ISO 8601

Example:

"2024-05-20"

check_out_date
string
required

ISO 8601

Example:

"2024-05-25"

guests
object
required

Number of guests

property_code
string
required

Hotel property code

Example:

"E8597"

Response

OK

booking_code
string

Unique booking code.

Example:

"2QN57JU"

channel_code
string

Channel code.

Example:

"SBT1"

check_in_date
string

ISO 8601.

Example:

"2024-05-20"

check_out_date
string

ISO 8601.

Example:

"2024-05-25"

hotel
object
max_occupancy
integer

The max occupancy of the room.

Example:

3

price
object
terms
object[]