Theaters Test
ReferenceData/Theaters
Create a new theater.
Http Verb POST
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/Theaters

URI Parameters

This resource has no URI (Query) parameters.

Request Body

Request object type : Theater

Request object type Theater has the following properties.
Property Name Data Type Length Required Readonly Notes
City string 30 N
CreatedBy string N Auto-assigned
CreatedDateTime date N Auto-assigned
CreateLocation string N Auto-assigned
DataWindowDefinition string 16 N
Description string 30 N
DrivingDirections string 255 N
Id integer N Auto-assigned
Inactive boolean Y
MaximumNumberOfSeats integer N
Phone string 32 N
PostalCode string 10 N
State string 20 N
Street string 55 N
UpdatedBy string N Auto-assigned
UpdatedDateTime date N Auto-assigned
{
  "City": "sample string 1",
  "CreatedDateTime": "2025-04-24T04:26:06.6242705-07:00",
  "CreateLocation": "sample string 2",
  "CreatedBy": "sample string 3",
  "Description": "sample string 4",
  "DrivingDirections": "sample string 5",
  "DataWindowDefinition": "sample string 6",
  "Id": 1,
  "Inactive": true,
  "UpdatedDateTime": "2025-04-24T04:26:06.6242705-07:00",
  "UpdatedBy": "sample string 7",
  "MaximumNumberOfSeats": 1,
  "Phone": "sample string 8",
  "PostalCode": "sample string 9",
  "State": "sample string 10",
  "Street": "sample string 11"
}
<Theater xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <City>sample string 1</City>
  <CreateLocation>sample string 2</CreateLocation>
  <CreatedBy>sample string 3</CreatedBy>
  <CreatedDateTime>2025-04-24T04:26:06.6242705-07:00</CreatedDateTime>
  <DataWindowDefinition>sample string 6</DataWindowDefinition>
  <Description>sample string 4</Description>
  <DrivingDirections>sample string 5</DrivingDirections>
  <Id>1</Id>
  <Inactive>true</Inactive>
  <MaximumNumberOfSeats>1</MaximumNumberOfSeats>
  <Phone>sample string 8</Phone>
  <PostalCode>sample string 9</PostalCode>
  <State>sample string 10</State>
  <Street>sample string 11</Street>
  <UpdatedBy>sample string 7</UpdatedBy>
  <UpdatedDateTime>2025-04-24T04:26:06.6242705-07:00</UpdatedDateTime>
</Theater>

Response object type : Theater

Response object type Theater has the following properties.
Property Name Data Type Length Required Readonly Notes
City string 30 N
CreatedBy string N Auto-assigned
CreatedDateTime date N Auto-assigned
CreateLocation string N Auto-assigned
DataWindowDefinition string 16 N
Description string 30 N
DrivingDirections string 255 N
Id integer N Auto-assigned
Inactive boolean Y
MaximumNumberOfSeats integer N
Phone string 32 N
PostalCode string 10 N
State string 20 N
Street string 55 N
UpdatedBy string N Auto-assigned
UpdatedDateTime date N Auto-assigned
{
  "City": "sample string 1",
  "CreatedDateTime": "2025-04-24T04:26:06.6399095-07:00",
  "CreateLocation": "sample string 2",
  "CreatedBy": "sample string 3",
  "Description": "sample string 4",
  "DrivingDirections": "sample string 5",
  "DataWindowDefinition": "sample string 6",
  "Id": 1,
  "Inactive": true,
  "UpdatedDateTime": "2025-04-24T04:26:06.6399095-07:00",
  "UpdatedBy": "sample string 7",
  "MaximumNumberOfSeats": 1,
  "Phone": "sample string 8",
  "PostalCode": "sample string 9",
  "State": "sample string 10",
  "Street": "sample string 11"
}
<Theater xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <City>sample string 1</City>
  <CreateLocation>sample string 2</CreateLocation>
  <CreatedBy>sample string 3</CreatedBy>
  <CreatedDateTime>2025-04-24T04:26:06.6399095-07:00</CreatedDateTime>
  <DataWindowDefinition>sample string 6</DataWindowDefinition>
  <Description>sample string 4</Description>
  <DrivingDirections>sample string 5</DrivingDirections>
  <Id>1</Id>
  <Inactive>true</Inactive>
  <MaximumNumberOfSeats>1</MaximumNumberOfSeats>
  <Phone>sample string 8</Phone>
  <PostalCode>sample string 9</PostalCode>
  <State>sample string 10</State>
  <Street>sample string 11</Street>
  <UpdatedBy>sample string 7</UpdatedBy>
  <UpdatedDateTime>2025-04-24T04:26:06.6399095-07:00</UpdatedDateTime>
</Theater>

No entries in change log for this operation.