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"
        }
    }
}

Last updated