HoldCodeUserGroups Test
TXN/HoldCodeUserGroups/Summary/{holdCodeUserGroupId}
Get summary representation of a hold code/user group mapping by id.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/TXN/HoldCodeUserGroups/Summary/{holdCodeUserGroupId}

URI Parameters

Parameter Name Data Type Required Notes
holdCodeUserGroupId integer N

Request Body

None.

No request body.

Response object type : HoldCodeUserGroupSummary

Response object type HoldCodeUserGroupSummary has the following properties.
Property Name Data Type Length Required Readonly Notes
HoldCode HoldCodeSummary N
FK: T_HC.hc_no
Id integer N
UserGroupId string N
{
  "Id": 1,
  "HoldCode": {
    "BlackoutIndicator": true,
    "Description": "sample string 2",
    "Legend": "sample string 3",
    "Id": 1
  },
  "UserGroupId": "sample string 1"
}
<HoldCodeUserGroupSummary xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <HoldCode>
    <BlackoutIndicator>true</BlackoutIndicator>
    <Description>sample string 2</Description>
    <Id>1</Id>
    <Legend>sample string 3</Legend>
  </HoldCode>
  <Id>1</Id>
  <UserGroupId>sample string 1</UserGroupId>
</HoldCodeUserGroupSummary>

No entries in change log for this operation.