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

Customer Data

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

The event data model delivered for this category:

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

eventNotificationGroupId: 200

eventNotificationTypeId: 200 or 201 or 202 (Create, Amend or Cancel)

{
    "eventNotificationCompanyIdentifier": "b6589fc6ab",
    "eventNotificationCompanyName": "North Shore Seaplanes",
    "eventNotificationDateTime": "2021-02-04 12:35:41",
    "eventNotificationId":"7",
    "eventNotificationName":"customer update",
    "eventNotificationType":"Customer Amendment",
    "eventNotificationGroupId": "300",
    "eventNotificationTypeId": "300",
    "eventNotificationSystem": "support",
    "eventNotificationIpAddress": "66.183.253.14",
    "eventData":{
    "customer":{
        "customerId":"1099",
        "firstName":"Wanna",
        "lastName":"Bet",
        "birthDate":"N\/A",
        "homePhone":{ },
        "mobilePhone":{ },
        "email":"wanna@zaui.com",
        "addressLine1":{ },
        "addressLine2":{ },
        "city":{ },
        "state":{ },
        "zipCode":{ },
        "country":{ },
        "username":"wanna@zaui.com",
        "newsLetterOptIn":"false",
        "loyaltyProgramOptIn":"false",
        "allowsPrivateDataSharing":"false"
        }
    }
}

Field

Description

PreviousBooking DataNextAccount Data

Last updated 4 years ago

Was this helpful?