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

Package Data

Description of the package data sent as payload to your endpoint.

The Package Data model is delivered on: Creation, Amendment or Removal

eventNotificationGroupId: 800

eventNotificationTypeId: 800 or 801 or 802 (Create, Amend or Cancel)

{
    "eventData": {
        "packageData": {
            "packageId": "21",
            "packageName": "Fly Whales Fly"
        }
    },
    "eventNotificationCompanyIdentifier": "b6589fc6ab",
    "eventNotificationCompanyName": "North Shore Seaplanes",
    "eventNotificationDateTime": "2021-02-04 13:42:40",
    "eventNotificationGroupId": "800",
    "eventNotificationId": "8",
    "eventNotificationIpAddress": "66.183.253.14",
    "eventNotificationName": "package create",
    "eventNotificationSystem": "support",
    "eventNotificationType": "Package Created",
    "eventNotificationTypeId": "800"
}

PreviousCheck In DataNextActivity Data

Last updated 4 years ago

Was this helpful?