PaymentGatewayNotifications Test
PaymentGateway/Notifications/Events
Create a new notification event.
Http Verb POST
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/PaymentGateway/Notifications/Events

URI Parameters

This resource has no URI (Query) parameters.

Request Body

Request object type : NotificationEvent

Request object type NotificationEvent has the following properties.
Property Name Data Type Length Required Readonly Notes
CreatedBy string
CreatedDateTime date
CreateLocation string
EventType string
Id integer
Payload string
ProcessedDate date
ReceivedDate date
Reference string
Topic string
UpdatedBy string
UpdatedDateTime date
{
  "Id": 1,
  "Topic": "sample string 2",
  "ReceivedDate": "2025-04-24T08:31:38.7338678-07:00",
  "EventType": "sample string 4",
  "Reference": "sample string 5",
  "Payload": "sample string 6",
  "ProcessedDate": "2025-04-24T08:31:38.7338678-07:00",
  "CreatedDateTime": "2025-04-24T08:31:38.7338678-07:00",
  "CreateLocation": "sample string 7",
  "CreatedBy": "sample string 8",
  "UpdatedDateTime": "2025-04-24T08:31:38.7338678-07:00",
  "UpdatedBy": "sample string 9"
}
<NotificationEvent xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <CreateLocation>sample string 7</CreateLocation>
  <CreatedBy>sample string 8</CreatedBy>
  <CreatedDateTime>2025-04-24T08:31:38.7338678-07:00</CreatedDateTime>
  <EventType>sample string 4</EventType>
  <Id>1</Id>
  <Payload>sample string 6</Payload>
  <ProcessedDate>2025-04-24T08:31:38.7338678-07:00</ProcessedDate>
  <ReceivedDate>2025-04-24T08:31:38.7338678-07:00</ReceivedDate>
  <Reference>sample string 5</Reference>
  <Topic>sample string 2</Topic>
  <UpdatedBy>sample string 9</UpdatedBy>
  <UpdatedDateTime>2025-04-24T08:31:38.7338678-07:00</UpdatedDateTime>
</NotificationEvent>

Response object type : NotificationEvent

Response object type NotificationEvent has the following properties.
Property Name Data Type Length Required Readonly Notes
CreatedBy string
CreatedDateTime date
CreateLocation string
EventType string
Id integer
Payload string
ProcessedDate date
ReceivedDate date
Reference string
Topic string
UpdatedBy string
UpdatedDateTime date
{
  "Id": 1,
  "Topic": "sample string 2",
  "ReceivedDate": "2025-04-24T08:31:38.7338678-07:00",
  "EventType": "sample string 4",
  "Reference": "sample string 5",
  "Payload": "sample string 6",
  "ProcessedDate": "2025-04-24T08:31:38.7338678-07:00",
  "CreatedDateTime": "2025-04-24T08:31:38.7338678-07:00",
  "CreateLocation": "sample string 7",
  "CreatedBy": "sample string 8",
  "UpdatedDateTime": "2025-04-24T08:31:38.7338678-07:00",
  "UpdatedBy": "sample string 9"
}
<NotificationEvent xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <CreateLocation>sample string 7</CreateLocation>
  <CreatedBy>sample string 8</CreatedBy>
  <CreatedDateTime>2025-04-24T08:31:38.7338678-07:00</CreatedDateTime>
  <EventType>sample string 4</EventType>
  <Id>1</Id>
  <Payload>sample string 6</Payload>
  <ProcessedDate>2025-04-24T08:31:38.7338678-07:00</ProcessedDate>
  <ReceivedDate>2025-04-24T08:31:38.7338678-07:00</ReceivedDate>
  <Reference>sample string 5</Reference>
  <Topic>sample string 2</Topic>
  <UpdatedBy>sample string 9</UpdatedBy>
  <UpdatedDateTime>2025-04-24T08:31:38.7338678-07:00</UpdatedDateTime>
</NotificationEvent>
Change Version Description Contract Old New
Operation Added 15.2.33 CreateNotificationEvent has been added. CreateNotificationEvent