Airship Developers
HomeAcademy
  • Welcome
  • Rest API
    • Overview
    • Authentication
    • API Reference
    • Accreditation
  • Basics
    • Contacts
      • Write a contact
      • Append feedback
      • Append purchase history
      • Append booking data
      • Append WiFi data
      • Append Stay data
      • Append Loyalty data
      • Append ticket data
      • Append other PoPs
    • Bookings
      • Booking Search by reference
      • Booking Search by data_element
      • Booking Update
    • Search Contact
      • Search PoPs by contact
      • Search contact by Email, Mobile, Name
      • Search contact by voucher
    • Vouchers
      • Redeem voucher code
      • Check voucher code
      • Create Unique Code Group
    • Anonymous purchase data
      • Add anonymous purchase data
    • Units
    • Postman collection
  • SOAP API (legacy)
    • Overview
Powered by GitBook
On this page
  • Booking search
  • Booking Update
  1. Basics

Bookings

Working with bookings in Airship

PreviousAppend other PoPsNextBooking Search by reference

Last updated 2 years ago

Booking search

Our booking search endpoint allows you to query table bookings on a specific field (i.e. booking reference) to return the booking payload. The Booking ID returned from this call can then be used as a parameter update the booking.

Booking Update

Our booking update enables partners to provide an update to an existing booking within Airship, for status changes (i.e. cancelations) / reservation updates. In order to update a booking within Airship, the Airship Booking ID is required to be passed as a parameter.

Note, endpoint will automatically update an existing booking based on if the Booking_reference is already in Airship.

Airships Contacts + Append booking data