ResourceSchedules Test
EventsManagement/ResourceSchedules/{resourceScheduleId}
Update a specific resource schedule. Only Busy or Available types can be updated.
Http Verb PUT
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/EventsManagement/ResourceSchedules/{resourceScheduleId}

URI Parameters

Parameter Name Data Type Required Notes
resourceScheduleId integer Y

Request Body

Request object type : ResourceSchedule

Request object type ResourceSchedule has the following properties.
Property Name Data Type Length Required Readonly Notes
BookingAssignmentId integer N
FK: T_BOOKING_ASSIGNMENT.id
ConstituentId integer N
FK: T_CUSTOMER.id   Resource: Constituents
Count integer N
CreatedBy string N Non-updatable
CreatedDateTime date N Non-updatable
CreateLocation string N Non-updatable
Description string 30 Y
EndDateTime date Y
Id integer Y Non-updatable
OverrideConflicts boolean
RecurrenceDayOfWeek string N
RecurrenceEndDate date N
RecurrenceInterval integer N
RecurrenceOrdinal integer N
RecurrencePattern integer Y
ResourceId integer Y
StartDateTime date Y
Type ScheduleTypeSummary Y
FK: TR_SCHEDULE_TYPE.id   Resource: ScheduleTypes
UpdatedBy string N Auto-assigned
UpdatedDateTime date Y Auto-assigned
{
  "CreatedDateTime": "2025-04-24T04:46:22.6240561-07:00",
  "CreateLocation": "sample string 1",
  "CreatedBy": "sample string 2",
  "Description": "sample string 3",
  "EndDateTime": "2025-04-24T04:46:22.6240561-07:00",
  "Id": 1,
  "UpdatedDateTime": "2025-04-24T04:46:22.6240561-07:00",
  "UpdatedBy": "sample string 4",
  "RecurrenceEndDate": "2025-04-24T04:46:22.6240561-07:00",
  "RecurrencePattern": 5,
  "RecurrenceInterval": 1,
  "RecurrenceOrdinal": 1,
  "RecurrenceDayOfWeek": "sample string 6",
  "ResourceId": 1,
  "StartDateTime": "2025-04-24T04:46:22.6240561-07:00",
  "BookingAssignmentId": 1,
  "ConstituentId": 1,
  "Type": {
    "Id": 1,
    "Description": "sample string 1"
  },
  "Count": 1,
  "OverrideConflicts": true
}
<ResourceSchedule xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <BookingAssignmentId>1</BookingAssignmentId>
  <ConstituentId>1</ConstituentId>
  <Count>1</Count>
  <CreateLocation>sample string 1</CreateLocation>
  <CreatedBy>sample string 2</CreatedBy>
  <CreatedDateTime>2025-04-24T04:46:22.6240561-07:00</CreatedDateTime>
  <Description>sample string 3</Description>
  <EndDateTime>2025-04-24T04:46:22.6240561-07:00</EndDateTime>
  <Id>1</Id>
  <OverrideConflicts>true</OverrideConflicts>
  <RecurrenceDayOfWeek>sample string 6</RecurrenceDayOfWeek>
  <RecurrenceEndDate>2025-04-24T04:46:22.6240561-07:00</RecurrenceEndDate>
  <RecurrenceInterval>1</RecurrenceInterval>
  <RecurrenceOrdinal>1</RecurrenceOrdinal>
  <RecurrencePattern>5</RecurrencePattern>
  <ResourceId>1</ResourceId>
  <StartDateTime>2025-04-24T04:46:22.6240561-07:00</StartDateTime>
  <Type>
    <Description>sample string 1</Description>
    <Id>1</Id>
  </Type>
  <UpdatedBy>sample string 4</UpdatedBy>
  <UpdatedDateTime>2025-04-24T04:46:22.6240561-07:00</UpdatedDateTime>
</ResourceSchedule>

Response object type : ResourceSchedule

Response object type ResourceSchedule has the following properties.
Property Name Data Type Length Required Readonly Notes
BookingAssignmentId integer N
FK: T_BOOKING_ASSIGNMENT.id
ConstituentId integer N
FK: T_CUSTOMER.id   Resource: Constituents
Count integer N
CreatedBy string N Non-updatable
CreatedDateTime date N Non-updatable
CreateLocation string N Non-updatable
Description string 30 Y
EndDateTime date Y
Id integer Y Non-updatable
OverrideConflicts boolean
RecurrenceDayOfWeek string N
RecurrenceEndDate date N
RecurrenceInterval integer N
RecurrenceOrdinal integer N
RecurrencePattern integer Y
ResourceId integer Y
StartDateTime date Y
Type ScheduleTypeSummary Y
FK: TR_SCHEDULE_TYPE.id   Resource: ScheduleTypes
UpdatedBy string N Auto-assigned
UpdatedDateTime date Y Auto-assigned
{
  "CreatedDateTime": "2025-04-24T04:46:22.6240561-07:00",
  "CreateLocation": "sample string 1",
  "CreatedBy": "sample string 2",
  "Description": "sample string 3",
  "EndDateTime": "2025-04-24T04:46:22.6240561-07:00",
  "Id": 1,
  "UpdatedDateTime": "2025-04-24T04:46:22.6240561-07:00",
  "UpdatedBy": "sample string 4",
  "RecurrenceEndDate": "2025-04-24T04:46:22.6240561-07:00",
  "RecurrencePattern": 5,
  "RecurrenceInterval": 1,
  "RecurrenceOrdinal": 1,
  "RecurrenceDayOfWeek": "sample string 6",
  "ResourceId": 1,
  "StartDateTime": "2025-04-24T04:46:22.6240561-07:00",
  "BookingAssignmentId": 1,
  "ConstituentId": 1,
  "Type": {
    "Id": 1,
    "Description": "sample string 1"
  },
  "Count": 1,
  "OverrideConflicts": true
}
<ResourceSchedule xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <BookingAssignmentId>1</BookingAssignmentId>
  <ConstituentId>1</ConstituentId>
  <Count>1</Count>
  <CreateLocation>sample string 1</CreateLocation>
  <CreatedBy>sample string 2</CreatedBy>
  <CreatedDateTime>2025-04-24T04:46:22.6240561-07:00</CreatedDateTime>
  <Description>sample string 3</Description>
  <EndDateTime>2025-04-24T04:46:22.6240561-07:00</EndDateTime>
  <Id>1</Id>
  <OverrideConflicts>true</OverrideConflicts>
  <RecurrenceDayOfWeek>sample string 6</RecurrenceDayOfWeek>
  <RecurrenceEndDate>2025-04-24T04:46:22.6240561-07:00</RecurrenceEndDate>
  <RecurrenceInterval>1</RecurrenceInterval>
  <RecurrenceOrdinal>1</RecurrenceOrdinal>
  <RecurrencePattern>5</RecurrencePattern>
  <ResourceId>1</ResourceId>
  <StartDateTime>2025-04-24T04:46:22.6240561-07:00</StartDateTime>
  <Type>
    <Description>sample string 1</Description>
    <Id>1</Id>
  </Type>
  <UpdatedBy>sample string 4</UpdatedBy>
  <UpdatedDateTime>2025-04-24T04:46:22.6240561-07:00</UpdatedDateTime>
</ResourceSchedule>
Change Version Description Contract Old New
Parameter Changed 15.0.0 resourceScheduleId has been marked as required. Required