Http Verb | PUT |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/TXN/HoldCodeUserGroups/{holdCodeUserGroupId} |
URI Parameters
|
Request BodyRequest object type : HoldCodeUserGroup
|
{
"Id": 1,
"HoldCode": {
"BlackoutIndicator": true,
"Description": "sample string 2",
"Legend": "sample string 3",
"Id": 1
},
"UserGroupId": "sample string 1",
"CreatedDateTime": "2025-04-24T04:26:49.6866695-07:00",
"CreateLocation": "sample string 2",
"CreatedBy": "sample string 3",
"UpdatedDateTime": "2025-04-24T04:26:49.6866695-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:26:49.6866695-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:26:49.6866695-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 | Non-updatable | ||
CreatedDateTime | date | N | Non-updatable | ||
CreateLocation | string | N | Non-updatable | ||
HoldCode | HoldCodeSummary | Y | |||
FK: T_HC.hc_no | |||||
Id | integer | Y | Non-updatable | ||
UpdatedBy | string | N | Auto-assigned | ||
UpdatedDateTime | date | Y | 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:26:49.6866695-07:00",
"CreateLocation": "sample string 2",
"CreatedBy": "sample string 3",
"UpdatedDateTime": "2025-04-24T04:26:49.6866695-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:26:49.6866695-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:26:49.6866695-07:00</UpdatedDateTime>
<UserGroupId>sample string 1</UserGroupId>
</HoldCodeUserGroup>
Change | Version | Description | Contract | Old | New |
---|---|---|---|---|---|
Parameter Changed | 15.0.0 | holdCodeUserGroupId has been marked as required. | Required |