GET 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
200
{ "analytics_reservation_response": { "listing_id": 12341001, "unit_id": 1, "booking_id": 100001, "status": "confirmed", "guest_country": "DE", "channel": "", "booking_date": "2024-12-20", "cancel_date": "", "arrival_date": "2025-06-02", "departure_date": "2025-06-04", "nights": 2, "people": { "adults": 2, "children": 1, "infants": 0 }, "currency": "EUR", "total_amount": 150.00, "fees": { "booking_fee": 10.00, "cleaning_fee": 40.00, "towels_fee": 0.00, "bedlinen_fee": 0.00, "internet_fee": 0.00, "checkin_fee": 0.00, "shortstay_fee": 0.00, "tourist_tax": 0.00, "creditcard_fee": 0.00 }, "discounts": { "early_booking": 0, "long_stay": 0, "last_minute": 0, "standard": 0, "promotion": 0 }, "extras": 20.00, "channel_comission": 0.00, "owner_comission": 0.00, "rate_name": "Standard 2 pax", "dates": [ { "date": "2025-06-02", "import": 40.00 },{ "date": "2025-06-03", "import": 40.00 } ] } }
Parameter | Type | Description |
---|---|---|