PriceTypes Test
TXN/PriceTypes
Create a new price type.
Http Verb POST
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/TXN/PriceTypes

URI Parameters

This resource has no URI (Query) parameters.

Request Body

Request object type : PriceType

Request object type PriceType has the following properties.
Property Name Data Type Length Required Readonly Notes
AliasDescription string 30 N
CreatedBy string N Auto-assigned
CreatedDateTime date N Auto-assigned
CreateLocation string N Auto-assigned
DefaultTicketDesign TicketDesign N
FK: T_DESIGN.design_no
Description string 30 N
EditableIndicator boolean N
EditIndicator boolean
Id integer N Auto-assigned
Inactive boolean Y
PriceTypeCategory PriceTypeCategorySummary N
FK: TR_PRICE_TYPE_CATEGORY.id   Resource: PriceTypeCategories
PriceTypeGroup PriceTypeGroupSummary Y
ReasonIndicator boolean N
ShortDescription string 10 N
UpdatedBy string N Auto-assigned
UpdatedDateTime date N Auto-assigned
{
  "CreatedDateTime": "2025-04-24T05:09:52.3896856-07:00",
  "CreateLocation": "sample string 1",
  "CreatedBy": "sample string 2",
  "Description": "sample string 3",
  "AliasDescription": "sample string 4",
  "EditableIndicator": true,
  "Id": 1,
  "Inactive": true,
  "UpdatedDateTime": "2025-04-24T05:09:52.3896856-07:00",
  "UpdatedBy": "sample string 7",
  "PriceTypeGroup": {
    "Id": 1,
    "Description": "sample string 1"
  },
  "EditIndicator": true,
  "ReasonIndicator": true,
  "ShortDescription": "sample string 9",
  "DefaultTicketDesign": {
    "Id": 1,
    "Description": "sample string 1"
  },
  "PriceTypeCategory": {
    "Description": "sample string 1",
    "Id": 1
  }
}
<PriceType xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <AliasDescription>sample string 4</AliasDescription>
  <CreateLocation>sample string 1</CreateLocation>
  <CreatedBy>sample string 2</CreatedBy>
  <CreatedDateTime>2025-04-24T05:09:52.3896856-07:00</CreatedDateTime>
  <DefaultTicketDesign>
    <Description>sample string 1</Description>
    <Id>1</Id>
  </DefaultTicketDesign>
  <Description>sample string 3</Description>
  <EditIndicator>true</EditIndicator>
  <EditableIndicator>true</EditableIndicator>
  <Id>1</Id>
  <Inactive>true</Inactive>
  <PriceTypeCategory>
    <Description>sample string 1</Description>
    <Id>1</Id>
  </PriceTypeCategory>
  <PriceTypeGroup>
    <Description>sample string 1</Description>
    <Id>1</Id>
  </PriceTypeGroup>
  <ReasonIndicator>true</ReasonIndicator>
  <ShortDescription>sample string 9</ShortDescription>
  <UpdatedBy>sample string 7</UpdatedBy>
  <UpdatedDateTime>2025-04-24T05:09:52.3896856-07:00</UpdatedDateTime>
</PriceType>

Response object type : PriceType

Response object type PriceType has the following properties.
Property Name Data Type Length Required Readonly Notes
AliasDescription string 30 N
CreatedBy string N Auto-assigned
CreatedDateTime date N Auto-assigned
CreateLocation string N Auto-assigned
DefaultTicketDesign TicketDesign N
FK: T_DESIGN.design_no
Description string 30 N
EditableIndicator boolean N
EditIndicator boolean
Id integer N Auto-assigned
Inactive boolean Y
PriceTypeCategory PriceTypeCategorySummary N
FK: TR_PRICE_TYPE_CATEGORY.id   Resource: PriceTypeCategories
PriceTypeGroup PriceTypeGroupSummary Y
ReasonIndicator boolean N
ShortDescription string 10 N
UpdatedBy string N Auto-assigned
UpdatedDateTime date N Auto-assigned
{
  "CreatedDateTime": "2025-04-24T05:09:52.4053116-07:00",
  "CreateLocation": "sample string 1",
  "CreatedBy": "sample string 2",
  "Description": "sample string 3",
  "AliasDescription": "sample string 4",
  "EditableIndicator": true,
  "Id": 1,
  "Inactive": true,
  "UpdatedDateTime": "2025-04-24T05:09:52.4053116-07:00",
  "UpdatedBy": "sample string 7",
  "PriceTypeGroup": {
    "Id": 1,
    "Description": "sample string 1"
  },
  "EditIndicator": true,
  "ReasonIndicator": true,
  "ShortDescription": "sample string 9",
  "DefaultTicketDesign": {
    "Id": 1,
    "Description": "sample string 1"
  },
  "PriceTypeCategory": {
    "Description": "sample string 1",
    "Id": 1
  }
}
<PriceType xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <AliasDescription>sample string 4</AliasDescription>
  <CreateLocation>sample string 1</CreateLocation>
  <CreatedBy>sample string 2</CreatedBy>
  <CreatedDateTime>2025-04-24T05:09:52.4053116-07:00</CreatedDateTime>
  <DefaultTicketDesign>
    <Description>sample string 1</Description>
    <Id>1</Id>
  </DefaultTicketDesign>
  <Description>sample string 3</Description>
  <EditIndicator>true</EditIndicator>
  <EditableIndicator>true</EditableIndicator>
  <Id>1</Id>
  <Inactive>true</Inactive>
  <PriceTypeCategory>
    <Description>sample string 1</Description>
    <Id>1</Id>
  </PriceTypeCategory>
  <PriceTypeGroup>
    <Description>sample string 1</Description>
    <Id>1</Id>
  </PriceTypeGroup>
  <ReasonIndicator>true</ReasonIndicator>
  <ShortDescription>sample string 9</ShortDescription>
  <UpdatedBy>sample string 7</UpdatedBy>
  <UpdatedDateTime>2025-04-24T05:09:52.4053116-07:00</UpdatedDateTime>
</PriceType>
Change Version Description Contract Old New
Property Added 15.1.0 AliasDescription has been added to PriceType PriceType PriceType.AliasDescription
Property Added 15.1.0 AliasDescription has been added to PriceType PriceType PriceType.AliasDescription