ReportUserGroups Test
ReferenceData/ReportUserGroups
Create a new report/user group mapping.
Http Verb POST
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/ReportUserGroups

URI Parameters

This resource has no URI (Query) parameters.

Request Body

Request object type : ReportUserGroup

Request object type ReportUserGroup 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
Id integer N Auto-assigned
ReportId string 100 Y
RunRight string
UpdatedBy string N Auto-assigned
UpdatedDateTime date N Auto-assigned
UserGroupId string 8 Y
ViewRight string
{
  "CreatedDateTime": "2025-04-24T03:56:22.0998508-07:00",
  "CreateLocation": "sample string 1",
  "CreatedBy": "sample string 2",
  "Id": 3,
  "UpdatedDateTime": "2025-04-24T03:56:22.0998508-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-24T03:56:22.0998508-07:00</CreatedDateTime>
  <Id>3</Id>
  <ReportId>sample string 8</ReportId>
  <RunRight>sample string 5</RunRight>
  <UpdatedBy>sample string 4</UpdatedBy>
  <UpdatedDateTime>2025-04-24T03:56:22.0998508-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 Auto-assigned
CreatedDateTime date N Auto-assigned
CreateLocation string N Auto-assigned
Id integer N Auto-assigned
ReportId string 100 Y
RunRight string
UpdatedBy string N Auto-assigned
UpdatedDateTime date N Auto-assigned
UserGroupId string 8 Y
ViewRight string
{
  "CreatedDateTime": "2025-04-24T03:56:22.0998508-07:00",
  "CreateLocation": "sample string 1",
  "CreatedBy": "sample string 2",
  "Id": 3,
  "UpdatedDateTime": "2025-04-24T03:56:22.0998508-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-24T03:56:22.0998508-07:00</CreatedDateTime>
  <Id>3</Id>
  <ReportId>sample string 8</ReportId>
  <RunRight>sample string 5</RunRight>
  <UpdatedBy>sample string 4</UpdatedBy>
  <UpdatedDateTime>2025-04-24T03:56:22.0998508-07:00</UpdatedDateTime>
  <UserGroupId>sample string 7</UserGroupId>
  <ViewRight>sample string 6</ViewRight>
</ReportUserGroup>

No entries in change log for this operation.