Http Verb | POST |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/Printers |
URI ParametersThis resource has no URI (Query) parameters. |
Request BodyRequest object type : Printer
|
{
"Description": "sample string 1",
"MaxCol": 2,
"MaxRow": 3,
"MaxX2val": 1,
"MaxY2val": 1,
"Id": 1,
"Type": "sample string 4",
"CreatedDateTime": "2025-04-24T04:18:32.7071845-07:00",
"CreateLocation": "sample string 5",
"CreatedBy": "sample string 6",
"UpdatedDateTime": "2025-04-24T04:18:32.7071845-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:18:32.7071845-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:18:32.7071845-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 | Auto-assigned | ||
CreatedDateTime | date | N | Auto-assigned | ||
CreateLocation | string | N | Auto-assigned | ||
Description | string | 30 | N | ||
Id | integer | N | Auto-assigned | ||
MaxCol | integer | N | |||
MaxRow | integer | N | |||
MaxX2val | integer | N | |||
MaxY2val | integer | N | |||
Type | string | N | |||
UpdatedBy | string | N | Auto-assigned | ||
UpdatedDateTime | date | N | Auto-assigned |
{
"Description": "sample string 1",
"MaxCol": 2,
"MaxRow": 3,
"MaxX2val": 1,
"MaxY2val": 1,
"Id": 1,
"Type": "sample string 4",
"CreatedDateTime": "2025-04-24T04:18:32.7071845-07:00",
"CreateLocation": "sample string 5",
"CreatedBy": "sample string 6",
"UpdatedDateTime": "2025-04-24T04:18:32.7071845-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:18:32.7071845-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:18:32.7071845-07:00</UpdatedDateTime>
</Printer>
No entries in change log for this operation.