QueryElementGroups Test
Reporting/QueryElementGroups/{queryElementGroupId}
Update an existing query element group.
Http Verb PUT
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/Reporting/QueryElementGroups/{queryElementGroupId}

URI Parameters

Parameter Name Data Type Required Notes
queryElementGroupId integer Y

Request Body

Request object type : QueryElementGroup

Request object type QueryElementGroup has the following properties.
Property Name Data Type Length Required Readonly Notes
Category integer Y
CreatedBy string N Non-updatable
CreatedDateTime date N Non-updatable
CreateLocation string N Non-updatable
DataFrom string 1000 Y
DataWhere string 255 N
Description string 60 Y
Id integer Y Non-updatable
IsVirtual boolean Y
NumberOfParameters integer N
UpdatedBy string N Auto-assigned
UpdatedDateTime date Y Auto-assigned
{
  "Category": 1,
  "CreatedDateTime": "2025-04-24T03:59:10.0620105-07:00",
  "CreateLocation": "sample string 2",
  "CreatedBy": "sample string 3",
  "DataFrom": "sample string 4",
  "DataWhere": "sample string 5",
  "Description": "sample string 6",
  "Id": 1,
  "IsVirtual": true,
  "UpdatedDateTime": "2025-04-24T03:59:10.0620105-07:00",
  "UpdatedBy": "sample string 8",
  "NumberOfParameters": 9
}
<QueryElementGroup xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <Category>1</Category>
  <CreateLocation>sample string 2</CreateLocation>
  <CreatedBy>sample string 3</CreatedBy>
  <CreatedDateTime>2025-04-24T03:59:10.0620105-07:00</CreatedDateTime>
  <DataFrom>sample string 4</DataFrom>
  <DataWhere>sample string 5</DataWhere>
  <Description>sample string 6</Description>
  <Id>1</Id>
  <IsVirtual>true</IsVirtual>
  <NumberOfParameters>9</NumberOfParameters>
  <UpdatedBy>sample string 8</UpdatedBy>
  <UpdatedDateTime>2025-04-24T03:59:10.0620105-07:00</UpdatedDateTime>
</QueryElementGroup>

Response object type : QueryElementGroup

Response object type QueryElementGroup has the following properties.
Property Name Data Type Length Required Readonly Notes
Category integer Y
CreatedBy string N Non-updatable
CreatedDateTime date N Non-updatable
CreateLocation string N Non-updatable
DataFrom string 1000 Y
DataWhere string 255 N
Description string 60 Y
Id integer Y Non-updatable
IsVirtual boolean Y
NumberOfParameters integer N
UpdatedBy string N Auto-assigned
UpdatedDateTime date Y Auto-assigned
{
  "Category": 1,
  "CreatedDateTime": "2025-04-24T03:59:10.0620105-07:00",
  "CreateLocation": "sample string 2",
  "CreatedBy": "sample string 3",
  "DataFrom": "sample string 4",
  "DataWhere": "sample string 5",
  "Description": "sample string 6",
  "Id": 1,
  "IsVirtual": true,
  "UpdatedDateTime": "2025-04-24T03:59:10.0620105-07:00",
  "UpdatedBy": "sample string 8",
  "NumberOfParameters": 9
}
<QueryElementGroup xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <Category>1</Category>
  <CreateLocation>sample string 2</CreateLocation>
  <CreatedBy>sample string 3</CreatedBy>
  <CreatedDateTime>2025-04-24T03:59:10.0620105-07:00</CreatedDateTime>
  <DataFrom>sample string 4</DataFrom>
  <DataWhere>sample string 5</DataWhere>
  <Description>sample string 6</Description>
  <Id>1</Id>
  <IsVirtual>true</IsVirtual>
  <NumberOfParameters>9</NumberOfParameters>
  <UpdatedBy>sample string 8</UpdatedBy>
  <UpdatedDateTime>2025-04-24T03:59:10.0620105-07:00</UpdatedDateTime>
</QueryElementGroup>
Change Version Description Contract Old New
Parameter Changed 15.0.0 queryElementGroupId has been marked as required. Required