| Http Verb | GET |
| Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/PriceTypeReasons/{id}?maintenanceMode={maintenanceMode} |
URI Parameters
|
Request BodyNone. |
Response object type : PriceTypeReason
| Response object type PriceTypeReason has the following properties. |
| Property Name | Data Type | Length | Required | Readonly | Notes |
|---|---|---|---|---|---|
| CreatedBy | string | N | |||
| CreatedDateTime | date | N | |||
| CreateLocation | string | N | |||
| Description | string | N | |||
| Id | integer | N | |||
| Inactive | boolean | N | |||
| ShortDescription | string | N | |||
| TicketText | string | N | |||
| UpdatedBy | string | N | |||
| UpdatedDateTime | date | N |
{
"CreatedDateTime": "2025-10-28T12:52:38.8525046-07:00",
"CreateLocation": "sample string 1",
"CreatedBy": "sample string 2",
"Description": "sample string 3",
"Id": 1,
"Inactive": true,
"UpdatedDateTime": "2025-10-28T12:52:38.8525046-07:00",
"UpdatedBy": "sample string 4",
"ShortDescription": "sample string 5",
"TicketText": "sample string 6"
}
<PriceTypeReason xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<CreateLocation>sample string 1</CreateLocation>
<CreatedBy>sample string 2</CreatedBy>
<CreatedDateTime>2025-10-28T12:52:38.8525046-07:00</CreatedDateTime>
<Description>sample string 3</Description>
<Id>1</Id>
<Inactive>true</Inactive>
<ShortDescription>sample string 5</ShortDescription>
<TicketText>sample string 6</TicketText>
<UpdatedBy>sample string 4</UpdatedBy>
<UpdatedDateTime>2025-10-28T12:52:38.8525046-07:00</UpdatedDateTime>
</PriceTypeReason>
| Change | Version | Description | Contract | Old | New |
|---|---|---|---|---|---|
| Parameter Changed | 15.0.0 | id has been marked as required. | Required |