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

URI Parameters

This resource has no URI (Query) parameters.

Request Body

Request object type : SeatCode

Request object type SeatCode has the following properties.
Property Name Data Type Length Required Readonly Notes
BackColor integer N
Context string 3 N
CreatedBy string N Auto-assigned
CreatedDateTime date N Auto-assigned
CreateLocation string N Auto-assigned
Description string Y
DisplayLetter string N
ForeColor integer N
Id integer N Auto-assigned
Inactive boolean Y
IsSeat byte N
TicketText string 30 N
UpdatedBy string N Auto-assigned
UpdatedDateTime date N Auto-assigned
{
  "BackColor": 1,
  "Context": "sample string 1",
  "CreatedDateTime": "2025-04-24T04:21:42.4368042-07:00",
  "CreateLocation": "sample string 2",
  "CreatedBy": "sample string 3",
  "Description": "sample string 4",
  "DisplayLetter": "sample string 5",
  "ForeColor": 1,
  "Id": 1,
  "Inactive": true,
  "IsSeat": 64,
  "UpdatedDateTime": "2025-04-24T04:21:42.4368042-07:00",
  "UpdatedBy": "sample string 7",
  "TicketText": "sample string 8"
}
<SeatCode xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <BackColor>1</BackColor>
  <Context>sample string 1</Context>
  <CreateLocation>sample string 2</CreateLocation>
  <CreatedBy>sample string 3</CreatedBy>
  <CreatedDateTime>2025-04-24T04:21:42.4368042-07:00</CreatedDateTime>
  <Description>sample string 4</Description>
  <DisplayLetter>sample string 5</DisplayLetter>
  <ForeColor>1</ForeColor>
  <Id>1</Id>
  <Inactive>true</Inactive>
  <IsSeat>64</IsSeat>
  <TicketText>sample string 8</TicketText>
  <UpdatedBy>sample string 7</UpdatedBy>
  <UpdatedDateTime>2025-04-24T04:21:42.4368042-07:00</UpdatedDateTime>
</SeatCode>

Response object type : SeatCode

Response object type SeatCode has the following properties.
Property Name Data Type Length Required Readonly Notes
BackColor integer N
Context string 3 N
CreatedBy string N Auto-assigned
CreatedDateTime date N Auto-assigned
CreateLocation string N Auto-assigned
Description string Y
DisplayLetter string N
ForeColor integer N
Id integer N Auto-assigned
Inactive boolean Y
IsSeat byte N
TicketText string 30 N
UpdatedBy string N Auto-assigned
UpdatedDateTime date N Auto-assigned
{
  "BackColor": 1,
  "Context": "sample string 1",
  "CreatedDateTime": "2025-04-24T04:21:42.4525784-07:00",
  "CreateLocation": "sample string 2",
  "CreatedBy": "sample string 3",
  "Description": "sample string 4",
  "DisplayLetter": "sample string 5",
  "ForeColor": 1,
  "Id": 1,
  "Inactive": true,
  "IsSeat": 64,
  "UpdatedDateTime": "2025-04-24T04:21:42.4525784-07:00",
  "UpdatedBy": "sample string 7",
  "TicketText": "sample string 8"
}
<SeatCode xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <BackColor>1</BackColor>
  <Context>sample string 1</Context>
  <CreateLocation>sample string 2</CreateLocation>
  <CreatedBy>sample string 3</CreatedBy>
  <CreatedDateTime>2025-04-24T04:21:42.4525784-07:00</CreatedDateTime>
  <Description>sample string 4</Description>
  <DisplayLetter>sample string 5</DisplayLetter>
  <ForeColor>1</ForeColor>
  <Id>1</Id>
  <Inactive>true</Inactive>
  <IsSeat>64</IsSeat>
  <TicketText>sample string 8</TicketText>
  <UpdatedBy>sample string 7</UpdatedBy>
  <UpdatedDateTime>2025-04-24T04:21:42.4525784-07:00</UpdatedDateTime>
</SeatCode>

No entries in change log for this operation.