HoldCodes Test
TXN/HoldCodes/{holdCodeId}
Get details of a Hold Code.
Http Verb GET
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 retrieved.

Request Body

None.

No request body.

Response object type : HoldCode

Response object type HoldCode has the following properties.
Property Name Data Type Length Required Readonly Notes
BlackoutIndicator boolean N
CreatedBy string N
CreatedDateTime date N
CreateLocation string N
Description string N
EditIndicator boolean N
Id integer N
Legend string N
Type HoldCodeCategorySummary N
FK: TR_HC_CATEGORY.id   Resource: HoldCodeCategories
UpdatedBy string N
UpdatedDateTime date N
{
  "BlackoutIndicator": true,
  "CreatedDateTime": "2025-04-24T08:56:36.1686099-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-24T08:56:36.1686099-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-24T08:56:36.1686099-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-24T08:56:36.1686099-07:00</UpdatedDateTime>
</HoldCode>
Change Version Description Contract Old New
Parameter Changed 15.0.0 holdCodeId has been marked as required. Required