SpecialActivities Test
CRM/SpecialActivities/{specialActivityId}
Update an activity record.
Http Verb PUT
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/CRM/SpecialActivities/{specialActivityId}

URI Parameters

Parameter Name Data Type Required Notes
specialActivityId integer Y The ID of the resource to be updated.

The updated resource to be saved

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 Non-updatable
CreatedDateTime date N Non-updatable
CreateLocation string N Non-updatable
Id integer Y Non-updatable
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 Y Auto-assigned
WorkerConstituentId integer N
FK: T_CUSTOMER.customer_no   Resource: Constituents
{
  "CreatedDateTime": "2025-04-24T05:25:23.7335579-07:00",
  "CreateLocation": "sample string 1",
  "CreatedBy": "sample string 2",
  "ConstituentId": 1,
  "UpdatedDateTime": "2025-04-24T05:25:23.7335579-07:00",
  "UpdatedBy": "sample string 3",
  "Notes": "sample string 4",
  "NumberOfAttendees": 1,
  "Performance": "sample string 5",
  "Id": 1,
  "SpecialActivityDateTime": "2025-04-24T05:25:23.7335579-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:25:23.7335579-07:00</CreatedDateTime>
  <Id>1</Id>
  <Notes>sample string 4</Notes>
  <NumberOfAttendees>1</NumberOfAttendees>
  <Performance>sample string 5</Performance>
  <SpecialActivityDateTime>2025-04-24T05:25:23.7335579-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:25:23.7335579-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 Non-updatable
CreatedDateTime date N Non-updatable
CreateLocation string N Non-updatable
Id integer Y Non-updatable
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 Y Auto-assigned
WorkerConstituentId integer N
FK: T_CUSTOMER.customer_no   Resource: Constituents
{
  "CreatedDateTime": "2025-04-24T05:25:23.7335579-07:00",
  "CreateLocation": "sample string 1",
  "CreatedBy": "sample string 2",
  "ConstituentId": 1,
  "UpdatedDateTime": "2025-04-24T05:25:23.7335579-07:00",
  "UpdatedBy": "sample string 3",
  "Notes": "sample string 4",
  "NumberOfAttendees": 1,
  "Performance": "sample string 5",
  "Id": 1,
  "SpecialActivityDateTime": "2025-04-24T05:25:23.7335579-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:25:23.7335579-07:00</CreatedDateTime>
  <Id>1</Id>
  <Notes>sample string 4</Notes>
  <NumberOfAttendees>1</NumberOfAttendees>
  <Performance>sample string 5</Performance>
  <SpecialActivityDateTime>2025-04-24T05:25:23.7335579-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:25:23.7335579-07:00</UpdatedDateTime>
  <WorkerConstituentId>1</WorkerConstituentId>
</SpecialActivity>
Change Version Description Contract Old New
Parameter Changed 15.0.0 specialActivityId has been marked as required. Required