HoldCodes Test
TXN/HoldCodes/{holdCodeId}
Update an existing Hold Code.
Http Verb PUT
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/TXN/HoldCodes/{holdCodeId}

URI Parameters

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

The updated resource to be saved

Request Body

Request object type : HoldCode

Request object type HoldCode has the following properties.
Property Name Data Type Length Required Readonly Notes
BlackoutIndicator boolean Y
CreatedBy string N Non-updatable
CreatedDateTime date N Non-updatable
CreateLocation string N Non-updatable
Description string 30 N
EditIndicator boolean N Auto-assigned
Id integer Y Non-updatable
Legend string 3 N
Type HoldCodeCategorySummary Y
FK: TR_HC_CATEGORY.id   Resource: HoldCodeCategories
UpdatedBy string N Auto-assigned
UpdatedDateTime date Y Auto-assigned
{
  "BlackoutIndicator": true,
  "CreatedDateTime": "2025-04-24T09:20:36.6779924-07:00",
  "CreateLocation": "sample string 1",
  "CreatedBy": "sample string 2",
  "Description": "sample string 3",
  "Legend": "sample string 4",
  "Id": 1,
  "EditIndicator": true,
  "UpdatedDateTime": "2025-04-24T09:20:36.6779924-07:00",
  "UpdatedBy": "sample string 6",
  "Type": {
    "Id": 1,
    "Description": "sample string 1"
  }
}
<HoldCode xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <BlackoutIndicator>true</BlackoutIndicator>
  <CreateLocation>sample string 1</CreateLocation>
  <CreatedBy>sample string 2</CreatedBy>
  <CreatedDateTime>2025-04-24T09:20:36.6779924-07:00</CreatedDateTime>
  <Description>sample string 3</Description>
  <EditIndicator>true</EditIndicator>
  <Id>1</Id>
  <Legend>sample string 4</Legend>
  <Type>
    <Description>sample string 1</Description>
    <Id>1</Id>
  </Type>
  <UpdatedBy>sample string 6</UpdatedBy>
  <UpdatedDateTime>2025-04-24T09:20:36.6779924-07:00</UpdatedDateTime>
</HoldCode>

Response object type : HoldCode

Response object type HoldCode has the following properties.
Property Name Data Type Length Required Readonly Notes
BlackoutIndicator boolean Y
CreatedBy string N Non-updatable
CreatedDateTime date N Non-updatable
CreateLocation string N Non-updatable
Description string 30 N
EditIndicator boolean N Auto-assigned
Id integer Y Non-updatable
Legend string 3 N
Type HoldCodeCategorySummary Y
FK: TR_HC_CATEGORY.id   Resource: HoldCodeCategories
UpdatedBy string N Auto-assigned
UpdatedDateTime date Y Auto-assigned
{
  "BlackoutIndicator": true,
  "CreatedDateTime": "2025-04-24T09:20:36.6779924-07:00",
  "CreateLocation": "sample string 1",
  "CreatedBy": "sample string 2",
  "Description": "sample string 3",
  "Legend": "sample string 4",
  "Id": 1,
  "EditIndicator": true,
  "UpdatedDateTime": "2025-04-24T09:20:36.6779924-07:00",
  "UpdatedBy": "sample string 6",
  "Type": {
    "Id": 1,
    "Description": "sample string 1"
  }
}
<HoldCode xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <BlackoutIndicator>true</BlackoutIndicator>
  <CreateLocation>sample string 1</CreateLocation>
  <CreatedBy>sample string 2</CreatedBy>
  <CreatedDateTime>2025-04-24T09:20:36.6779924-07:00</CreatedDateTime>
  <Description>sample string 3</Description>
  <EditIndicator>true</EditIndicator>
  <Id>1</Id>
  <Legend>sample string 4</Legend>
  <Type>
    <Description>sample string 1</Description>
    <Id>1</Id>
  </Type>
  <UpdatedBy>sample string 6</UpdatedBy>
  <UpdatedDateTime>2025-04-24T09:20:36.6779924-07:00</UpdatedDateTime>
</HoldCode>
Change Version Description Contract Old New
Parameter Changed 15.0.0 holdCodeId has been marked as required. Required