HoldCodes Test
TXN/HoldCodes
Get details of all Hold Codes.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/TXN/HoldCodes

URI Parameters

This resource has no URI (Query) parameters.

Request Body

None.

No request body.

Response object type : Collection of HoldCode

Response object type Collection of 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-24T05:09:44.9361627-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-24T05:09:44.9361627-07:00",
    "UpdatedBy": "sample string 6",
    "Type": {
      "Id": 1,
      "Description": "sample string 1"
    }
  },
  {
    "BlackoutIndicator": true,
    "CreatedDateTime": "2025-04-24T05:09:44.9361627-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-24T05:09:44.9361627-07:00",
    "UpdatedBy": "sample string 6",
    "Type": {
      "Id": 1,
      "Description": "sample string 1"
    }
  }
]
<HoldCodes xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <HoldCode>
    <BlackoutIndicator>true</BlackoutIndicator>
    <CreateLocation>sample string 1</CreateLocation>
    <CreatedBy>sample string 2</CreatedBy>
    <CreatedDateTime>2025-04-24T05:09:44.9361627-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-24T05:09:44.9361627-07:00</UpdatedDateTime>
  </HoldCode>
  <HoldCode>
    <BlackoutIndicator>true</BlackoutIndicator>
    <CreateLocation>sample string 1</CreateLocation>
    <CreatedBy>sample string 2</CreatedBy>
    <CreatedDateTime>2025-04-24T05:09:44.9361627-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-24T05:09:44.9361627-07:00</UpdatedDateTime>
  </HoldCode>
</HoldCodes>

No entries in change log for this operation.