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

URI Parameters

Parameter Name Data Type Required Notes
id integer Y

Request Body

Request object type : Printer

Request object type Printer has the following properties.
Property Name Data Type Length Required Readonly Notes
CreatedBy string N Non-updatable
CreatedDateTime date N Non-updatable
CreateLocation string N Non-updatable
Description string 30 N
Id integer Y Non-updatable
MaxCol integer N
MaxRow integer N
MaxX2val integer N
MaxY2val integer N
Type string N
UpdatedBy string N Auto-assigned
UpdatedDateTime date Y Auto-assigned
{
  "Description": "sample string 1",
  "MaxCol": 2,
  "MaxRow": 3,
  "MaxX2val": 1,
  "MaxY2val": 1,
  "Id": 1,
  "Type": "sample string 4",
  "CreatedDateTime": "2025-04-24T04:33:20.3273608-07:00",
  "CreateLocation": "sample string 5",
  "CreatedBy": "sample string 6",
  "UpdatedDateTime": "2025-04-24T04:33:20.3273608-07:00",
  "UpdatedBy": "sample string 7"
}
<Printer xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <CreateLocation>sample string 5</CreateLocation>
  <CreatedBy>sample string 6</CreatedBy>
  <CreatedDateTime>2025-04-24T04:33:20.3273608-07:00</CreatedDateTime>
  <Description>sample string 1</Description>
  <Id>1</Id>
  <MaxCol>2</MaxCol>
  <MaxRow>3</MaxRow>
  <MaxX2val>1</MaxX2val>
  <MaxY2val>1</MaxY2val>
  <Type>sample string 4</Type>
  <UpdatedBy>sample string 7</UpdatedBy>
  <UpdatedDateTime>2025-04-24T04:33:20.3273608-07:00</UpdatedDateTime>
</Printer>

Response object type : Printer

Response object type Printer has the following properties.
Property Name Data Type Length Required Readonly Notes
CreatedBy string N Non-updatable
CreatedDateTime date N Non-updatable
CreateLocation string N Non-updatable
Description string 30 N
Id integer Y Non-updatable
MaxCol integer N
MaxRow integer N
MaxX2val integer N
MaxY2val integer N
Type string N
UpdatedBy string N Auto-assigned
UpdatedDateTime date Y Auto-assigned
{
  "Description": "sample string 1",
  "MaxCol": 2,
  "MaxRow": 3,
  "MaxX2val": 1,
  "MaxY2val": 1,
  "Id": 1,
  "Type": "sample string 4",
  "CreatedDateTime": "2025-04-24T04:33:20.3273608-07:00",
  "CreateLocation": "sample string 5",
  "CreatedBy": "sample string 6",
  "UpdatedDateTime": "2025-04-24T04:33:20.3273608-07:00",
  "UpdatedBy": "sample string 7"
}
<Printer xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <CreateLocation>sample string 5</CreateLocation>
  <CreatedBy>sample string 6</CreatedBy>
  <CreatedDateTime>2025-04-24T04:33:20.3273608-07:00</CreatedDateTime>
  <Description>sample string 1</Description>
  <Id>1</Id>
  <MaxCol>2</MaxCol>
  <MaxRow>3</MaxRow>
  <MaxX2val>1</MaxX2val>
  <MaxY2val>1</MaxY2val>
  <Type>sample string 4</Type>
  <UpdatedBy>sample string 7</UpdatedBy>
  <UpdatedDateTime>2025-04-24T04:33:20.3273608-07:00</UpdatedDateTime>
</Printer>
Change Version Description Contract Old New
Parameter Changed 15.0.0 id has been marked as required. Required