Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Status
colourGreen
titleget
https://ws.icnea.net/analytics/reservations/{booking_id}/

Use this endpoint to retireve an existing reservation.

...

PATH PARAMS

booking_id string required

Icnea’s booking ID.

QUERY PARAMS

usr string required

API_key for your company, provided by Icnea.

...

RESPONSES

Status
colourGreen
title200

...

Parameter

Type

Description

listing_id

integer

unit_id

integer

booking_id

string

status

string

guest_country

string

channel

string

booking_date

date

cancellation_date

date

arrival_date

date

departure_date

date

nights

integer

people

object

currency

string

total_amount

decimal

fees

object

discounts

object

extras

decimal

channel_comission

decimal

owner_comission

decimal

rate_name

string

dates

array of objects

people

Parameter

Type

Description

adults

integer

children

integer

infants

integer

fees

Parameter

Type

Description

booking_fee

decimal

cleaning_fee

decimal

towels_fee

decimal

bedlinen_fee

decimal

internet_fee

decimal

checkin_fee

decimal

shortstay_fee

decimal

tourist_tax

decimal

creditcard_fee

decimal

discounts

Parameter

Type

Description

early_booking

integer

long_stay

integer

last_minute

integer

standard

integer

promotion

integer

dates

Parameter

Type

Description

date

date

import

decimal

...