PerformanceGroups Test
TXN/PerformanceGroups
Create a new Performance Group.
Http Verb POST
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/TXN/PerformanceGroups

URI Parameters

This resource has no URI (Query) parameters.

Request Body

Request object type : PerformanceGroup

Request object type PerformanceGroup 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
Description string 30 N
DisplayByZone boolean Y
Facility FacilitySummary N
FixedSeatIndicator boolean Y
Id integer N Auto-assigned
Season SeasonSummary N
UpdatedBy string N Auto-assigned
UpdatedDateTime date N Auto-assigned
ZoneMap ZoneMapSummary N
{
  "CreatedDateTime": "2025-04-24T05:03:17.3016904-07:00",
  "CreateLocation": "sample string 1",
  "CreatedBy": "sample string 2",
  "Description": "sample string 3",
  "DisplayByZone": true,
  "Facility": {
    "Description": "sample string 1",
    "Id": 1,
    "SeatMap": {
      "Description": "sample string 1",
      "Id": 1
    }
  },
  "FixedSeatIndicator": true,
  "Id": 1,
  "Season": {
    "Id": 1,
    "Description": "sample string 1",
    "FYear": 1,
    "Inactive": true
  },
  "ZoneMap": {
    "Description": "sample string 1",
    "Id": 1,
    "Inactive": true,
    "SeatMap": {
      "Description": "sample string 1",
      "Id": 1
    }
  },
  "UpdatedDateTime": "2025-04-24T05:03:17.3016904-07:00",
  "UpdatedBy": "sample string 6"
}
<PerformanceGroup xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <CreateLocation>sample string 1</CreateLocation>
  <CreatedBy>sample string 2</CreatedBy>
  <CreatedDateTime>2025-04-24T05:03:17.3016904-07:00</CreatedDateTime>
  <Description>sample string 3</Description>
  <DisplayByZone>true</DisplayByZone>
  <Facility>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <SeatMap>
      <Description>sample string 1</Description>
      <Id>1</Id>
    </SeatMap>
  </Facility>
  <FixedSeatIndicator>true</FixedSeatIndicator>
  <Id>1</Id>
  <Season>
    <Description>sample string 1</Description>
    <FYear>1</FYear>
    <Id>1</Id>
    <Inactive>true</Inactive>
  </Season>
  <UpdatedBy>sample string 6</UpdatedBy>
  <UpdatedDateTime>2025-04-24T05:03:17.3016904-07:00</UpdatedDateTime>
  <ZoneMap>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <SeatMap>
      <Description>sample string 1</Description>
      <Id>1</Id>
    </SeatMap>
  </ZoneMap>
</PerformanceGroup>

Response object type : PerformanceGroup

Response object type PerformanceGroup 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
Description string 30 N
DisplayByZone boolean Y
Facility FacilitySummary N
FixedSeatIndicator boolean Y
Id integer N Auto-assigned
Season SeasonSummary N
UpdatedBy string N Auto-assigned
UpdatedDateTime date N Auto-assigned
ZoneMap ZoneMapSummary N
{
  "CreatedDateTime": "2025-04-24T05:03:17.3173097-07:00",
  "CreateLocation": "sample string 1",
  "CreatedBy": "sample string 2",
  "Description": "sample string 3",
  "DisplayByZone": true,
  "Facility": {
    "Description": "sample string 1",
    "Id": 1,
    "SeatMap": {
      "Description": "sample string 1",
      "Id": 1
    }
  },
  "FixedSeatIndicator": true,
  "Id": 1,
  "Season": {
    "Id": 1,
    "Description": "sample string 1",
    "FYear": 1,
    "Inactive": true
  },
  "ZoneMap": {
    "Description": "sample string 1",
    "Id": 1,
    "Inactive": true,
    "SeatMap": {
      "Description": "sample string 1",
      "Id": 1
    }
  },
  "UpdatedDateTime": "2025-04-24T05:03:17.3173097-07:00",
  "UpdatedBy": "sample string 6"
}
<PerformanceGroup xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <CreateLocation>sample string 1</CreateLocation>
  <CreatedBy>sample string 2</CreatedBy>
  <CreatedDateTime>2025-04-24T05:03:17.3173097-07:00</CreatedDateTime>
  <Description>sample string 3</Description>
  <DisplayByZone>true</DisplayByZone>
  <Facility>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <SeatMap>
      <Description>sample string 1</Description>
      <Id>1</Id>
    </SeatMap>
  </Facility>
  <FixedSeatIndicator>true</FixedSeatIndicator>
  <Id>1</Id>
  <Season>
    <Description>sample string 1</Description>
    <FYear>1</FYear>
    <Id>1</Id>
    <Inactive>true</Inactive>
  </Season>
  <UpdatedBy>sample string 6</UpdatedBy>
  <UpdatedDateTime>2025-04-24T05:03:17.3173097-07:00</UpdatedDateTime>
  <ZoneMap>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <SeatMap>
      <Description>sample string 1</Description>
      <Id>1</Id>
    </SeatMap>
  </ZoneMap>
</PerformanceGroup>

No entries in change log for this operation.