SpecialActivities Test
CRM/SpecialActivities
Create a new activity record.
Http Verb POST
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/CRM/SpecialActivities

URI Parameters

This resource has no URI (Query) parameters.

Request Body

Request object type : SpecialActivity

Request object type SpecialActivity has the following properties.
Property Name Data Type Length Required Readonly Notes
ConstituentId integer N
CreatedBy string N Auto-assigned
CreatedDateTime date N Auto-assigned
CreateLocation string N Auto-assigned
Id integer N Auto-assigned
Notes string 255 N
NumberOfAttendees integer N
Performance string 20 N
SpecialActivityDateTime date N
Status SpecialActivityStatusSummary N
FK: TR_SPECIAL_ACTIVITY_STATUS.id   Resource: SpecialActivityStatuses
Type SpecialActivityTypeSummary N
FK: TR_SPECIAL_ACTIVITY.id   Resource: SpecialActivityTypes
UpdatedBy string N Auto-assigned
UpdatedDateTime date N Auto-assigned
WorkerConstituentId integer N
FK: T_CUSTOMER.customer_no   Resource: Constituents
{
  "CreatedDateTime": "2025-04-24T05:18:58.0470565-07:00",
  "CreateLocation": "sample string 1",
  "CreatedBy": "sample string 2",
  "ConstituentId": 1,
  "UpdatedDateTime": "2025-04-24T05:18:58.0470565-07:00",
  "UpdatedBy": "sample string 3",
  "Notes": "sample string 4",
  "NumberOfAttendees": 1,
  "Performance": "sample string 5",
  "Id": 1,
  "SpecialActivityDateTime": "2025-04-24T05:18:58.0470565-07:00",
  "Status": {
    "Id": 1,
    "Description": "sample string 1",
    "Inactive": true
  },
  "Type": {
    "Id": 1,
    "Description": "sample string 1",
    "Inactive": true
  },
  "WorkerConstituentId": 1
}
<SpecialActivity xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <ConstituentId>1</ConstituentId>
  <CreateLocation>sample string 1</CreateLocation>
  <CreatedBy>sample string 2</CreatedBy>
  <CreatedDateTime>2025-04-24T05:18:58.0470565-07:00</CreatedDateTime>
  <Id>1</Id>
  <Notes>sample string 4</Notes>
  <NumberOfAttendees>1</NumberOfAttendees>
  <Performance>sample string 5</Performance>
  <SpecialActivityDateTime>2025-04-24T05:18:58.0470565-07:00</SpecialActivityDateTime>
  <Status>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
  </Status>
  <Type>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
  </Type>
  <UpdatedBy>sample string 3</UpdatedBy>
  <UpdatedDateTime>2025-04-24T05:18:58.0470565-07:00</UpdatedDateTime>
  <WorkerConstituentId>1</WorkerConstituentId>
</SpecialActivity>

Response object type : SpecialActivity

Response object type SpecialActivity has the following properties.
Property Name Data Type Length Required Readonly Notes
ConstituentId integer N
CreatedBy string N Auto-assigned
CreatedDateTime date N Auto-assigned
CreateLocation string N Auto-assigned
Id integer N Auto-assigned
Notes string 255 N
NumberOfAttendees integer N
Performance string 20 N
SpecialActivityDateTime date N
Status SpecialActivityStatusSummary N
FK: TR_SPECIAL_ACTIVITY_STATUS.id   Resource: SpecialActivityStatuses
Type SpecialActivityTypeSummary N
FK: TR_SPECIAL_ACTIVITY.id   Resource: SpecialActivityTypes
UpdatedBy string N Auto-assigned
UpdatedDateTime date N Auto-assigned
WorkerConstituentId integer N
FK: T_CUSTOMER.customer_no   Resource: Constituents
{
  "CreatedDateTime": "2025-04-24T05:18:58.0470565-07:00",
  "CreateLocation": "sample string 1",
  "CreatedBy": "sample string 2",
  "ConstituentId": 1,
  "UpdatedDateTime": "2025-04-24T05:18:58.0470565-07:00",
  "UpdatedBy": "sample string 3",
  "Notes": "sample string 4",
  "NumberOfAttendees": 1,
  "Performance": "sample string 5",
  "Id": 1,
  "SpecialActivityDateTime": "2025-04-24T05:18:58.0470565-07:00",
  "Status": {
    "Id": 1,
    "Description": "sample string 1",
    "Inactive": true
  },
  "Type": {
    "Id": 1,
    "Description": "sample string 1",
    "Inactive": true
  },
  "WorkerConstituentId": 1
}
<SpecialActivity xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <ConstituentId>1</ConstituentId>
  <CreateLocation>sample string 1</CreateLocation>
  <CreatedBy>sample string 2</CreatedBy>
  <CreatedDateTime>2025-04-24T05:18:58.0470565-07:00</CreatedDateTime>
  <Id>1</Id>
  <Notes>sample string 4</Notes>
  <NumberOfAttendees>1</NumberOfAttendees>
  <Performance>sample string 5</Performance>
  <SpecialActivityDateTime>2025-04-24T05:18:58.0470565-07:00</SpecialActivityDateTime>
  <Status>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
  </Status>
  <Type>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
  </Type>
  <UpdatedBy>sample string 3</UpdatedBy>
  <UpdatedDateTime>2025-04-24T05:18:58.0470565-07:00</UpdatedDateTime>
  <WorkerConstituentId>1</WorkerConstituentId>
</SpecialActivity>

No entries in change log for this operation.