LogoLogo
  • Event Driven Webhook Notifications API
  • Glossary
  • Getting Started
    • Getting Started
  • Events and Delivery
    • When is Data Delivered
    • Event Notification Object
  • Event Data Payloads
    • Booking Data
    • Customer Data
    • Account Data
    • Contact Data
    • Employee Data
    • Check In Data
    • Package Data
    • Activity Data
    • Product Data
    • Inventory Data
Powered by GitBook
On this page

Was this helpful?

  1. Event Data Payloads

Check In Data

Description of the checked in data sent as payload to your endpoint.

The Check In Data model is delivered on: Check In Events, Scan Events

eventNotificationGroupId: 700

eventNotificationTypeId: 700. You will want to check the activity.checkedIn_currentCheckInStatus for the status fo the activity triggered by this event.

{
    "eventData": {
        "checkinData": {
            "activities": {
                "activity": {
                    "activityAccountingCode": {},
                    "activityDate": "Wednesday February 10 2021",
                    "activityId": "166",
                    "activityIsMultidayRental": "false",
                    "activityIsRental": "false",
                    "activityName": "Vancouver Sightseeing",
                    "activityNotes": {},
                    "activityRentalDuration_Hours": "0",
                    "activityRentalEndDateTime": {},
                    "activityRentalStartDateTime": {},
                    "activityStatus": "Active",
                    "activitySubTotal": "$230.00",
                    "activityTax": "$11.50",
                    "activityTime": "00:00:00",
                    "activityType": "Regular",
                    "equipmentAssignmentId": "0",
                    "freeEditField": {},
                    "packageId": "0",
                    "passengers": {
                        "adults": "1",
                        "children": "0",
                        "infants": "0",
                        "seniors": "0",
                        "students": "0"
                    },
                    "priceCodeDetails": {
                        "adultsPrice": "230.000000",
                        "adultsSurplusFee": "2.000000",
                        "childrenPrice": "0.000000",
                        "childrenSurplusFee": "0.000000",
                        "infantsPrice": "0.000000",
                        "infantsSurplusFee": "0.000000",
                        "priceCodeId": "425",
                        "seniorsPrice": "0.000000",
                        "seniorsSurplusFee": "0.000000",
                        "studentsPrice": "0.000000",
                        "studentsSurplusFee": "0.000000"
                    },
                    "pricingOptions": {}
                }
            },
            "bookingId": "705",
            "checkedIn_activityDate": "2021-02-10",
            "checkedIn_activityId": "166",
            "checkedIn_activityName": "Vancouver Sightseeing",
            "checkedIn_activityTime": "10:00",
            "checkedIn_checkInCurrentStatus": "true",
            "checkedIn_guestId": "601",
            "checkedIn_message": "Checked-in the guest for Vancouver Sightseeing on 2021-02-10 at 21:12:32",
            "checkedIn_systemUserId": "1",
            "checkedIn_systemUserIp": "66.183.253.14",
            "checkedIn_systemUsername": {},
            "customers": {
                "customer": {
                    "addressLine1": "Suite 423 119 W Pender",
                    "addressLine2": {},
                    "allowsPrivateDataSharing": "false",
                    "birthDate": "N/A",
                    "city": "Vancouver",
                    "country": "Canada",
                    "customerId": "601",
                    "email": "teddy@zaui.com",
                    "firstName": "Ted",
                    "homePhone": {},
                    "lastName": "Walters",
                    "loyaltyProgramOptIn": "false",
                    "mobilePhone": "6045669284",
                    "newsLetterOptIn": "false",
                    "state": {},
                    "username": "teddy@zaui.com",
                    "zipCode": "V6B1S5"
                }
            }
        }
    },
    "eventNotificationCompanyIdentifier": "b6589fc6ab",
    "eventNotificationCompanyName": "North Shore Seaplanes",
    "eventNotificationDateTime": "2021-02-10 21:12:32",
    "eventNotificationGroupId": "700",
    "eventNotificationId": "7",
    "eventNotificationIpAddress": "66.183.253.14",
    "eventNotificationName": "check in",
    "eventNotificationSystem": "support",
    "eventNotificationType": "Activity Check-in",
    "eventNotificationTypeId": "700"
}
PreviousEmployee DataNextPackage Data

Last updated 4 years ago

Was this helpful?