Http Verb | PUT |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/ReportUserGroups/{id} |
URI Parameters
|
Request BodyRequest object type : ReportUserGroup
|
{
"CreatedDateTime": "2025-04-24T04:04:03.1102327-07:00",
"CreateLocation": "sample string 1",
"CreatedBy": "sample string 2",
"Id": 3,
"UpdatedDateTime": "2025-04-24T04:04:03.1102327-07:00",
"UpdatedBy": "sample string 4",
"RunRight": "sample string 5",
"ViewRight": "sample string 6",
"UserGroupId": "sample string 7",
"ReportId": "sample string 8"
}
<ReportUserGroup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tessitura.Service.Client.Common">
<CreateLocation>sample string 1</CreateLocation>
<CreatedBy>sample string 2</CreatedBy>
<CreatedDateTime>2025-04-24T04:04:03.1102327-07:00</CreatedDateTime>
<Id>3</Id>
<ReportId>sample string 8</ReportId>
<RunRight>sample string 5</RunRight>
<UpdatedBy>sample string 4</UpdatedBy>
<UpdatedDateTime>2025-04-24T04:04:03.1102327-07:00</UpdatedDateTime>
<UserGroupId>sample string 7</UserGroupId>
<ViewRight>sample string 6</ViewRight>
</ReportUserGroup>
Response object type : ReportUserGroup
Response object type ReportUserGroup 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 | ||
Id | integer | Y | Non-updatable | ||
ReportId | string | 100 | Y | ||
RunRight | string | ||||
UpdatedBy | string | N | Auto-assigned | ||
UpdatedDateTime | date | Y | Auto-assigned | ||
UserGroupId | string | 8 | Y | ||
ViewRight | string |
{
"CreatedDateTime": "2025-04-24T04:04:03.1102327-07:00",
"CreateLocation": "sample string 1",
"CreatedBy": "sample string 2",
"Id": 3,
"UpdatedDateTime": "2025-04-24T04:04:03.1102327-07:00",
"UpdatedBy": "sample string 4",
"RunRight": "sample string 5",
"ViewRight": "sample string 6",
"UserGroupId": "sample string 7",
"ReportId": "sample string 8"
}
<ReportUserGroup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tessitura.Service.Client.Common">
<CreateLocation>sample string 1</CreateLocation>
<CreatedBy>sample string 2</CreatedBy>
<CreatedDateTime>2025-04-24T04:04:03.1102327-07:00</CreatedDateTime>
<Id>3</Id>
<ReportId>sample string 8</ReportId>
<RunRight>sample string 5</RunRight>
<UpdatedBy>sample string 4</UpdatedBy>
<UpdatedDateTime>2025-04-24T04:04:03.1102327-07:00</UpdatedDateTime>
<UserGroupId>sample string 7</UserGroupId>
<ViewRight>sample string 6</ViewRight>
</ReportUserGroup>
Change | Version | Description | Contract | Old | New |
---|---|---|---|---|---|
Parameter Changed | 15.0.0 | id has been marked as required. | Required |