HoldCodeUserGroups Test
TXN/HoldCodeUserGroups
Create a new hold code/user group mapping.
Http Verb POST
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/TXN/HoldCodeUserGroups

URI Parameters

This resource has no URI (Query) parameters.

Request Body

Request object type : HoldCodeUserGroup

Request object type HoldCodeUserGroup has the following properties.
Property Name Data Type Length Required Readonly Notes
CreatedBy string N Auto-assigned
CreatedDateTime date N Auto-assigned
CreateLocation string N Auto-assigned
HoldCode HoldCodeSummary Y
FK: T_HC.hc_no
Id integer N Auto-assigned
UpdatedBy string N Auto-assigned
UpdatedDateTime date N Auto-assigned
UserGroupId string 8 Y
{
  "Id": 1,
  "HoldCode": {
    "BlackoutIndicator": true,
    "Description": "sample string 2",
    "Legend": "sample string 3",
    "Id": 1
  },
  "UserGroupId": "sample string 1",
  "CreatedDateTime": "2025-04-24T04:50:28.5298623-07:00",
  "CreateLocation": "sample string 2",
  "CreatedBy": "sample string 3",
  "UpdatedDateTime": "2025-04-24T04:50:28.5298623-07:00",
  "UpdatedBy": "sample string 4"
}
<HoldCodeUserGroup xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <CreateLocation>sample string 2</CreateLocation>
  <CreatedBy>sample string 3</CreatedBy>
  <CreatedDateTime>2025-04-24T04:50:28.5298623-07:00</CreatedDateTime>
  <HoldCode>
    <BlackoutIndicator>true</BlackoutIndicator>
    <Description>sample string 2</Description>
    <Id>1</Id>
    <Legend>sample string 3</Legend>
  </HoldCode>
  <Id>1</Id>
  <UpdatedBy>sample string 4</UpdatedBy>
  <UpdatedDateTime>2025-04-24T04:50:28.5298623-07:00</UpdatedDateTime>
  <UserGroupId>sample string 1</UserGroupId>
</HoldCodeUserGroup>

Response object type : HoldCodeUserGroup

Response object type HoldCodeUserGroup has the following properties.
Property Name Data Type Length Required Readonly Notes
CreatedBy string N Auto-assigned
CreatedDateTime date N Auto-assigned
CreateLocation string N Auto-assigned
HoldCode HoldCodeSummary Y
FK: T_HC.hc_no
Id integer N Auto-assigned
UpdatedBy string N Auto-assigned
UpdatedDateTime date N Auto-assigned
UserGroupId string 8 Y
{
  "Id": 1,
  "HoldCode": {
    "BlackoutIndicator": true,
    "Description": "sample string 2",
    "Legend": "sample string 3",
    "Id": 1
  },
  "UserGroupId": "sample string 1",
  "CreatedDateTime": "2025-04-24T04:50:28.5298623-07:00",
  "CreateLocation": "sample string 2",
  "CreatedBy": "sample string 3",
  "UpdatedDateTime": "2025-04-24T04:50:28.5298623-07:00",
  "UpdatedBy": "sample string 4"
}
<HoldCodeUserGroup xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <CreateLocation>sample string 2</CreateLocation>
  <CreatedBy>sample string 3</CreatedBy>
  <CreatedDateTime>2025-04-24T04:50:28.5298623-07:00</CreatedDateTime>
  <HoldCode>
    <BlackoutIndicator>true</BlackoutIndicator>
    <Description>sample string 2</Description>
    <Id>1</Id>
    <Legend>sample string 3</Legend>
  </HoldCode>
  <Id>1</Id>
  <UpdatedBy>sample string 4</UpdatedBy>
  <UpdatedDateTime>2025-04-24T04:50:28.5298623-07:00</UpdatedDateTime>
  <UserGroupId>sample string 1</UserGroupId>
</HoldCodeUserGroup>

No entries in change log for this operation.