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

Activity Data

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

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

eventNotificationGroupId: 900

eventNotificationTypeId: 900 or 901 or 902 (Create, Amend or Cancel)

{
	"eventNotificationCompanyIdentifier": "b6589fc6ab",
	"eventNotificationCompanyName": "North Shore Seaplanes",
	"eventNotificationDateTime": "2021-02-04 13:18:57",
	"eventNotificationGroupId": "900",
	"eventNotificationId": "9",
	"eventNotificationIpAddress": "66.183.253.14",
	"eventNotificationName": "activity create",
	"eventNotificationSystem": "support",
	"eventNotificationType": "Activity Created",
	"eventNotificationTypeId": "900",
	"eventData": {
		"activityData": {
			"activityId": "168",
			"activityName": "Spirit Bear Tour",
			"activityShortDescription": "Lorem Ipsum is simply dummy ",
			"activityDescription": "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy",
			"activityAdditionalInfo": "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy.Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy",
			"activityImageURL": "https:\/\/zaui.azureedge.net\/application\/pachena\/data\/tourImagesVideo\/3015_1104_tourImage.jpeg?v=1643247385",
			"activityPricePerPax": "5.000000",
			"activityDuration": "03:00",
			"activityCategory": "Holiday Category",
			"activityCategoryImageURL": "https:\/\/zaui.azureedge.net\/application\/pachena\/data\/tourGroups\/518-22330.jpg?v=1642645467",
			"activityCategoryDescription": "All holiday activities are listed under this",
			"activityLocation": "Burnaby, BC, Canada",
			"activityNotesAndRestriction": "All Guests must be 18 or older"
		}
	}
}

PreviousPackage DataNextProduct Data

Last updated 3 years ago

Was this helpful?