SeatStatuses Test
ReferenceData/SeatStatuses/{id}
Update an existing seat status.
Http Verb PUT
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/SeatStatuses/{id}

URI Parameters

Parameter Name Data Type Required Notes
id integer Y

Request Body

Request object type : SeatStatus

Request object type SeatStatus has the following properties.
Property Name Data Type Length Required Readonly Notes
BackColor integer N
CreatedBy string N Non-updatable
CreatedDateTime date N Non-updatable
CreateLocation string N Non-updatable
Description string Y
ForeColor integer N
Id integer Y Non-updatable
Inactive boolean Y
StatusCode string 3 N
StatusLegend string N
StatusPriority byte N
Tck string 20 N
UpdatedBy string N Auto-assigned
UpdatedDateTime date Y Auto-assigned
{
  "BackColor": 1,
  "CreatedDateTime": "2025-04-24T09:03:32.9655109-07:00",
  "CreateLocation": "sample string 2",
  "CreatedBy": "sample string 3",
  "Description": "sample string 4",
  "ForeColor": 5,
  "Id": 1,
  "Inactive": true,
  "UpdatedDateTime": "2025-04-24T09:03:32.9655109-07:00",
  "UpdatedBy": "sample string 7",
  "StatusCode": "sample string 8",
  "StatusLegend": "sample string 9",
  "StatusPriority": 64,
  "Tck": "sample string 11"
}
<SeatStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <BackColor>1</BackColor>
  <CreateLocation>sample string 2</CreateLocation>
  <CreatedBy>sample string 3</CreatedBy>
  <CreatedDateTime>2025-04-24T09:03:32.9655109-07:00</CreatedDateTime>
  <Description>sample string 4</Description>
  <ForeColor>5</ForeColor>
  <Id>1</Id>
  <Inactive>true</Inactive>
  <StatusCode>sample string 8</StatusCode>
  <StatusLegend>sample string 9</StatusLegend>
  <StatusPriority>64</StatusPriority>
  <Tck>sample string 11</Tck>
  <UpdatedBy>sample string 7</UpdatedBy>
  <UpdatedDateTime>2025-04-24T09:03:32.9655109-07:00</UpdatedDateTime>
</SeatStatus>

Response object type : SeatStatus

Response object type SeatStatus has the following properties.
Property Name Data Type Length Required Readonly Notes
BackColor integer N
CreatedBy string N Non-updatable
CreatedDateTime date N Non-updatable
CreateLocation string N Non-updatable
Description string Y
ForeColor integer N
Id integer Y Non-updatable
Inactive boolean Y
StatusCode string 3 N
StatusLegend string N
StatusPriority byte N
Tck string 20 N
UpdatedBy string N Auto-assigned
UpdatedDateTime date Y Auto-assigned
{
  "BackColor": 1,
  "CreatedDateTime": "2025-04-24T09:03:32.9655109-07:00",
  "CreateLocation": "sample string 2",
  "CreatedBy": "sample string 3",
  "Description": "sample string 4",
  "ForeColor": 5,
  "Id": 1,
  "Inactive": true,
  "UpdatedDateTime": "2025-04-24T09:03:32.9655109-07:00",
  "UpdatedBy": "sample string 7",
  "StatusCode": "sample string 8",
  "StatusLegend": "sample string 9",
  "StatusPriority": 64,
  "Tck": "sample string 11"
}
<SeatStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <BackColor>1</BackColor>
  <CreateLocation>sample string 2</CreateLocation>
  <CreatedBy>sample string 3</CreatedBy>
  <CreatedDateTime>2025-04-24T09:03:32.9655109-07:00</CreatedDateTime>
  <Description>sample string 4</Description>
  <ForeColor>5</ForeColor>
  <Id>1</Id>
  <Inactive>true</Inactive>
  <StatusCode>sample string 8</StatusCode>
  <StatusLegend>sample string 9</StatusLegend>
  <StatusPriority>64</StatusPriority>
  <Tck>sample string 11</Tck>
  <UpdatedBy>sample string 7</UpdatedBy>
  <UpdatedDateTime>2025-04-24T09:03:32.9655109-07:00</UpdatedDateTime>
</SeatStatus>
Change Version Description Contract Old New
Parameter Changed 15.0.0 id has been marked as required. Required