03/05/2023: Airship REST release

👌 Upgrades and improvements

Updates to pop API responses The booking, purchase and WIFI response objects have been updated to contain more data. They now look like: Booking:

        {
            "booking_contact_id": "60512865",
            "booking_reference": null,
            "id": 18104263,
            "account_id": "806",
            "contact_id": "60512865",
            "unit_id": "13835",
            "stage_value": "69",
            "type_id": "51",
            "datetime": "2021-04-27 20:30:00",
            "source_id": "16",
            "party_datetime": "2021-04-21 20:30:00",
            "party_size": "10",
            "deposit_paid": "0.01",
            "hpbr_food": "0.00",
            "hpbr_drink": "0.00",
            "hpbr_entertainment": "0.00",
            "updated_at": "2021-04-27 20:30:00"
        }

Purchase:

WIFI:

🧑‍💻Lee

Last updated