EmailResponses Test
TXN/EmailResponses
Updates an appeal with customer data in response to an email event. EventName should be one of open, click, hard-bounce, soft-bounce or opt-out.
Http Verb POST
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/TXN/EmailResponses

URI Parameters

This resource has no URI (Query) parameters.

Request Body

Request object type : EmailPromotionUpdateRequest

Request object type EmailPromotionUpdateRequest has the following properties.
Property Name Data Type Length Required Readonly Notes
ConstituentId integer
DownloadNumber integer
EventDateTime date
EventName string
{
  "DownloadNumber": 1,
  "ConstituentId": 2,
  "EventName": "sample string 3",
  "EventDateTime": "2025-04-24T05:18:59.6868113-07:00"
}
<EmailPromotionUpdateRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <ConstituentId>2</ConstituentId>
  <DownloadNumber>1</DownloadNumber>
  <EventDateTime>2025-04-24T05:18:59.6868113-07:00</EventDateTime>
  <EventName>sample string 3</EventName>
</EmailPromotionUpdateRequest>

No response body. Please check http status code header for success (200 OK) or failure. It there are error(s), a collection of ErrorMessages will be returned.

No response body. Please check http status code header for success (200 OK) or failure. It there are error(s), a collection of ErrorMessages will be returned.

No entries in change log for this operation.