This endpoint is deprecated. Use v2/book-property instead.

Params

NameTypeRequirenessDefault valueDescription
property_uidstringrequirednoneUID of property.
checkin_datestringrequirednoneYYYY-MM-DD Check-in date.
checkout_datestringrequirednoneYYYY-MM-DD Checkout date.
guest_namestringrequirednoneGuest name.
guestsintrequirednoneNumber of guests.
price_totalfloatrequirednoneTotal payout.
currencystringrequirednoneCurrency code (3 symbols).
descriptionstringoptionalnoneAdditional information.
reservation_codestringoptionalnoneReservation code to update existing booking

Description

Create or update (by reservation_code) existing booking (airgms platform only).

Returns reservation code and platform type (see the corresponding filters section) of the booking.

This endpoint requires the following scope: direct-bookings

Response sample

{
    "data": {
        "reservation_code": "AIRGMS5BHJ1F75W2",
        "platform_type": "airgms"
    }
}