TemplatePriceTypes Test
TXN/TemplatePriceTypes/{templatePriceTypeId}
Update an existing template price type.
Http Verb PUT
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/TXN/TemplatePriceTypes/{templatePriceTypeId}

URI Parameters

Parameter Name Data Type Required Notes
templatePriceTypeId integer Y

Request Body

Request object type : TemplatePriceType

Request object type TemplatePriceType 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
DesignationCode DesignationCodeSummary Y
FK: TR_DESIG_CODE.id   Resource: DesignationCodes
GlAccount GlAccountSummary Y
FK: T_GL_ACCOUNT.id
Id integer Y Non-updatable
PriceTemplate PriceTemplateSummary Y
FK: T_PRICE_TEMPLATE.id   Resource: PriceTemplates
PriceType PriceTypeSummary Y
FK: TR_PRICE_TYPE.id   Resource: PriceTypes
ResaleAccount GlAccountSummary Y
FK: T_GL_ACCOUNT.id
TemplatePrices Collection of TemplatePrice
UpdatedBy string N Auto-assigned
UpdatedDateTime date Y Auto-assigned
{
  "Id": 1,
  "CreatedDateTime": "2025-04-24T05:08:02.1802588-07:00",
  "CreateLocation": "sample string 1",
  "CreatedBy": "sample string 2",
  "DesignationCode": {
    "Id": 1,
    "Description": "sample string 1",
    "Inactive": true
  },
  "ResaleAccount": {
    "Description": "sample string 1",
    "Id": 1,
    "Inactive": true,
    "AccountNumber": "sample string 2"
  },
  "GlAccount": {
    "Description": "sample string 1",
    "Id": 1,
    "Inactive": true,
    "AccountNumber": "sample string 2"
  },
  "UpdatedDateTime": "2025-04-24T05:08:02.1802588-07:00",
  "UpdatedBy": "sample string 3",
  "PriceType": {
    "Description": "sample string 1",
    "AliasDescription": "sample string 2",
    "Id": 1,
    "DefaultTicketDesign": {
      "Id": 1
    },
    "Inactive": true,
    "ShortDescription": "sample string 3"
  },
  "PriceTemplate": {
    "Id": 1,
    "Description": "sample string 1",
    "Name": "sample string 2",
    "Inactive": true,
    "ZoneMap": {
      "Description": "sample string 1",
      "Id": 1,
      "Inactive": true,
      "SeatMap": {
        "Description": "sample string 1",
        "Id": 1
      }
    },
    "PriceCategory": {
      "Id": 1,
      "Description": "sample string 1",
      "Inactive": true,
      "Rank": 2
    }
  },
  "TemplatePrices": [
    {
      "Id": 1,
      "CreatedDateTime": "2025-04-24T05:08:02.1802588-07:00",
      "CreateLocation": "sample string 1",
      "CreatedBy": "sample string 2",
      "EditIndicator": true,
      "Enabled": true,
      "UpdatedDateTime": "2025-04-24T05:08:02.1802588-07:00",
      "UpdatedBy": "sample string 4",
      "MinPrice": 5.0,
      "Price": 6.0,
      "Zone": {
        "Id": 1,
        "Description": "sample string 2",
        "ShortDescription": "sample string 3",
        "Rank": 4,
        "ZoneMapId": 5,
        "ZoneTime": "sample string 6",
        "Abbreviation": "sample string 7",
        "ZoneLegend": "sample string 8",
        "ZoneGroup": {
          "Id": 1,
          "Description": "sample string 1",
          "AliasDescription": "sample string 2",
          "Inactive": true,
          "Rank": 3
        }
      },
      "TemplatePriceType": {
        "Id": 1
      }
    },
    {
      "Id": 1,
      "CreatedDateTime": "2025-04-24T05:08:02.1802588-07:00",
      "CreateLocation": "sample string 1",
      "CreatedBy": "sample string 2",
      "EditIndicator": true,
      "Enabled": true,
      "UpdatedDateTime": "2025-04-24T05:08:02.1802588-07:00",
      "UpdatedBy": "sample string 4",
      "MinPrice": 5.0,
      "Price": 6.0,
      "Zone": {
        "Id": 1,
        "Description": "sample string 2",
        "ShortDescription": "sample string 3",
        "Rank": 4,
        "ZoneMapId": 5,
        "ZoneTime": "sample string 6",
        "Abbreviation": "sample string 7",
        "ZoneLegend": "sample string 8",
        "ZoneGroup": {
          "Id": 1,
          "Description": "sample string 1",
          "AliasDescription": "sample string 2",
          "Inactive": true,
          "Rank": 3
        }
      },
      "TemplatePriceType": {
        "Id": 1
      }
    }
  ]
}
<TemplatePriceType xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <CreateLocation>sample string 1</CreateLocation>
  <CreatedBy>sample string 2</CreatedBy>
  <CreatedDateTime>2025-04-24T05:08:02.1802588-07:00</CreatedDateTime>
  <DesignationCode>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
  </DesignationCode>
  <GlAccount>
    <AccountNumber>sample string 2</AccountNumber>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
  </GlAccount>
  <Id>1</Id>
  <PriceTemplate>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <Name>sample string 2</Name>
    <PriceCategory>
      <Description>sample string 1</Description>
      <Id>1</Id>
      <Inactive>true</Inactive>
      <Rank>2</Rank>
    </PriceCategory>
    <ZoneMap>
      <Description>sample string 1</Description>
      <Id>1</Id>
      <Inactive>true</Inactive>
      <SeatMap>
        <Description>sample string 1</Description>
        <Id>1</Id>
      </SeatMap>
    </ZoneMap>
  </PriceTemplate>
  <PriceType>
    <AliasDescription>sample string 2</AliasDescription>
    <DefaultTicketDesign>
      <Id>1</Id>
    </DefaultTicketDesign>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <ShortDescription>sample string 3</ShortDescription>
  </PriceType>
  <ResaleAccount>
    <AccountNumber>sample string 2</AccountNumber>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
  </ResaleAccount>
  <TemplatePrices>
    <TemplatePrice>
      <CreateLocation>sample string 1</CreateLocation>
      <CreatedBy>sample string 2</CreatedBy>
      <CreatedDateTime>2025-04-24T05:08:02.1802588-07:00</CreatedDateTime>
      <EditIndicator>true</EditIndicator>
      <Enabled>true</Enabled>
      <Id>1</Id>
      <MinPrice>5</MinPrice>
      <Price>6</Price>
      <TemplatePriceType>
        <Id>1</Id>
      </TemplatePriceType>
      <UpdatedBy>sample string 4</UpdatedBy>
      <UpdatedDateTime>2025-04-24T05:08:02.1802588-07:00</UpdatedDateTime>
      <Zone>
        <Abbreviation>sample string 7</Abbreviation>
        <Description>sample string 2</Description>
        <Id>1</Id>
        <Rank>4</Rank>
        <ShortDescription>sample string 3</ShortDescription>
        <ZoneGroup>
          <AliasDescription>sample string 2</AliasDescription>
          <Description>sample string 1</Description>
          <Id>1</Id>
          <Inactive>true</Inactive>
          <Rank>3</Rank>
        </ZoneGroup>
        <ZoneLegend>sample string 8</ZoneLegend>
        <ZoneMapId>5</ZoneMapId>
        <ZoneTime>sample string 6</ZoneTime>
      </Zone>
    </TemplatePrice>
    <TemplatePrice>
      <CreateLocation>sample string 1</CreateLocation>
      <CreatedBy>sample string 2</CreatedBy>
      <CreatedDateTime>2025-04-24T05:08:02.1802588-07:00</CreatedDateTime>
      <EditIndicator>true</EditIndicator>
      <Enabled>true</Enabled>
      <Id>1</Id>
      <MinPrice>5</MinPrice>
      <Price>6</Price>
      <TemplatePriceType>
        <Id>1</Id>
      </TemplatePriceType>
      <UpdatedBy>sample string 4</UpdatedBy>
      <UpdatedDateTime>2025-04-24T05:08:02.1802588-07:00</UpdatedDateTime>
      <Zone>
        <Abbreviation>sample string 7</Abbreviation>
        <Description>sample string 2</Description>
        <Id>1</Id>
        <Rank>4</Rank>
        <ShortDescription>sample string 3</ShortDescription>
        <ZoneGroup>
          <AliasDescription>sample string 2</AliasDescription>
          <Description>sample string 1</Description>
          <Id>1</Id>
          <Inactive>true</Inactive>
          <Rank>3</Rank>
        </ZoneGroup>
        <ZoneLegend>sample string 8</ZoneLegend>
        <ZoneMapId>5</ZoneMapId>
        <ZoneTime>sample string 6</ZoneTime>
      </Zone>
    </TemplatePrice>
  </TemplatePrices>
  <UpdatedBy>sample string 3</UpdatedBy>
  <UpdatedDateTime>2025-04-24T05:08:02.1802588-07:00</UpdatedDateTime>
</TemplatePriceType>

Response object type : TemplatePriceType

Response object type TemplatePriceType 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
DesignationCode DesignationCodeSummary Y
FK: TR_DESIG_CODE.id   Resource: DesignationCodes
GlAccount GlAccountSummary Y
FK: T_GL_ACCOUNT.id
Id integer Y Non-updatable
PriceTemplate PriceTemplateSummary Y
FK: T_PRICE_TEMPLATE.id   Resource: PriceTemplates
PriceType PriceTypeSummary Y
FK: TR_PRICE_TYPE.id   Resource: PriceTypes
ResaleAccount GlAccountSummary Y
FK: T_GL_ACCOUNT.id
TemplatePrices Collection of TemplatePrice
UpdatedBy string N Auto-assigned
UpdatedDateTime date Y Auto-assigned
{
  "Id": 1,
  "CreatedDateTime": "2025-04-24T05:08:02.2122609-07:00",
  "CreateLocation": "sample string 1",
  "CreatedBy": "sample string 2",
  "DesignationCode": {
    "Id": 1,
    "Description": "sample string 1",
    "Inactive": true
  },
  "ResaleAccount": {
    "Description": "sample string 1",
    "Id": 1,
    "Inactive": true,
    "AccountNumber": "sample string 2"
  },
  "GlAccount": {
    "Description": "sample string 1",
    "Id": 1,
    "Inactive": true,
    "AccountNumber": "sample string 2"
  },
  "UpdatedDateTime": "2025-04-24T05:08:02.2122609-07:00",
  "UpdatedBy": "sample string 3",
  "PriceType": {
    "Description": "sample string 1",
    "AliasDescription": "sample string 2",
    "Id": 1,
    "DefaultTicketDesign": {
      "Id": 1
    },
    "Inactive": true,
    "ShortDescription": "sample string 3"
  },
  "PriceTemplate": {
    "Id": 1,
    "Description": "sample string 1",
    "Name": "sample string 2",
    "Inactive": true,
    "ZoneMap": {
      "Description": "sample string 1",
      "Id": 1,
      "Inactive": true,
      "SeatMap": {
        "Description": "sample string 1",
        "Id": 1
      }
    },
    "PriceCategory": {
      "Id": 1,
      "Description": "sample string 1",
      "Inactive": true,
      "Rank": 2
    }
  },
  "TemplatePrices": [
    {
      "Id": 1,
      "CreatedDateTime": "2025-04-24T05:08:02.2122609-07:00",
      "CreateLocation": "sample string 1",
      "CreatedBy": "sample string 2",
      "EditIndicator": true,
      "Enabled": true,
      "UpdatedDateTime": "2025-04-24T05:08:02.2122609-07:00",
      "UpdatedBy": "sample string 4",
      "MinPrice": 5.0,
      "Price": 6.0,
      "Zone": {
        "Id": 1,
        "Description": "sample string 2",
        "ShortDescription": "sample string 3",
        "Rank": 4,
        "ZoneMapId": 5,
        "ZoneTime": "sample string 6",
        "Abbreviation": "sample string 7",
        "ZoneLegend": "sample string 8",
        "ZoneGroup": {
          "Id": 1,
          "Description": "sample string 1",
          "AliasDescription": "sample string 2",
          "Inactive": true,
          "Rank": 3
        }
      },
      "TemplatePriceType": {
        "Id": 1
      }
    },
    {
      "Id": 1,
      "CreatedDateTime": "2025-04-24T05:08:02.2122609-07:00",
      "CreateLocation": "sample string 1",
      "CreatedBy": "sample string 2",
      "EditIndicator": true,
      "Enabled": true,
      "UpdatedDateTime": "2025-04-24T05:08:02.2122609-07:00",
      "UpdatedBy": "sample string 4",
      "MinPrice": 5.0,
      "Price": 6.0,
      "Zone": {
        "Id": 1,
        "Description": "sample string 2",
        "ShortDescription": "sample string 3",
        "Rank": 4,
        "ZoneMapId": 5,
        "ZoneTime": "sample string 6",
        "Abbreviation": "sample string 7",
        "ZoneLegend": "sample string 8",
        "ZoneGroup": {
          "Id": 1,
          "Description": "sample string 1",
          "AliasDescription": "sample string 2",
          "Inactive": true,
          "Rank": 3
        }
      },
      "TemplatePriceType": {
        "Id": 1
      }
    }
  ]
}
<TemplatePriceType xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <CreateLocation>sample string 1</CreateLocation>
  <CreatedBy>sample string 2</CreatedBy>
  <CreatedDateTime>2025-04-24T05:08:02.2122609-07:00</CreatedDateTime>
  <DesignationCode>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
  </DesignationCode>
  <GlAccount>
    <AccountNumber>sample string 2</AccountNumber>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
  </GlAccount>
  <Id>1</Id>
  <PriceTemplate>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <Name>sample string 2</Name>
    <PriceCategory>
      <Description>sample string 1</Description>
      <Id>1</Id>
      <Inactive>true</Inactive>
      <Rank>2</Rank>
    </PriceCategory>
    <ZoneMap>
      <Description>sample string 1</Description>
      <Id>1</Id>
      <Inactive>true</Inactive>
      <SeatMap>
        <Description>sample string 1</Description>
        <Id>1</Id>
      </SeatMap>
    </ZoneMap>
  </PriceTemplate>
  <PriceType>
    <AliasDescription>sample string 2</AliasDescription>
    <DefaultTicketDesign>
      <Id>1</Id>
    </DefaultTicketDesign>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <ShortDescription>sample string 3</ShortDescription>
  </PriceType>
  <ResaleAccount>
    <AccountNumber>sample string 2</AccountNumber>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
  </ResaleAccount>
  <TemplatePrices>
    <TemplatePrice>
      <CreateLocation>sample string 1</CreateLocation>
      <CreatedBy>sample string 2</CreatedBy>
      <CreatedDateTime>2025-04-24T05:08:02.2122609-07:00</CreatedDateTime>
      <EditIndicator>true</EditIndicator>
      <Enabled>true</Enabled>
      <Id>1</Id>
      <MinPrice>5</MinPrice>
      <Price>6</Price>
      <TemplatePriceType>
        <Id>1</Id>
      </TemplatePriceType>
      <UpdatedBy>sample string 4</UpdatedBy>
      <UpdatedDateTime>2025-04-24T05:08:02.2122609-07:00</UpdatedDateTime>
      <Zone>
        <Abbreviation>sample string 7</Abbreviation>
        <Description>sample string 2</Description>
        <Id>1</Id>
        <Rank>4</Rank>
        <ShortDescription>sample string 3</ShortDescription>
        <ZoneGroup>
          <AliasDescription>sample string 2</AliasDescription>
          <Description>sample string 1</Description>
          <Id>1</Id>
          <Inactive>true</Inactive>
          <Rank>3</Rank>
        </ZoneGroup>
        <ZoneLegend>sample string 8</ZoneLegend>
        <ZoneMapId>5</ZoneMapId>
        <ZoneTime>sample string 6</ZoneTime>
      </Zone>
    </TemplatePrice>
    <TemplatePrice>
      <CreateLocation>sample string 1</CreateLocation>
      <CreatedBy>sample string 2</CreatedBy>
      <CreatedDateTime>2025-04-24T05:08:02.2122609-07:00</CreatedDateTime>
      <EditIndicator>true</EditIndicator>
      <Enabled>true</Enabled>
      <Id>1</Id>
      <MinPrice>5</MinPrice>
      <Price>6</Price>
      <TemplatePriceType>
        <Id>1</Id>
      </TemplatePriceType>
      <UpdatedBy>sample string 4</UpdatedBy>
      <UpdatedDateTime>2025-04-24T05:08:02.2122609-07:00</UpdatedDateTime>
      <Zone>
        <Abbreviation>sample string 7</Abbreviation>
        <Description>sample string 2</Description>
        <Id>1</Id>
        <Rank>4</Rank>
        <ShortDescription>sample string 3</ShortDescription>
        <ZoneGroup>
          <AliasDescription>sample string 2</AliasDescription>
          <Description>sample string 1</Description>
          <Id>1</Id>
          <Inactive>true</Inactive>
          <Rank>3</Rank>
        </ZoneGroup>
        <ZoneLegend>sample string 8</ZoneLegend>
        <ZoneMapId>5</ZoneMapId>
        <ZoneTime>sample string 6</ZoneTime>
      </Zone>
    </TemplatePrice>
  </TemplatePrices>
  <UpdatedBy>sample string 3</UpdatedBy>
  <UpdatedDateTime>2025-04-24T05:08:02.2122609-07:00</UpdatedDateTime>
</TemplatePriceType>
Change Version Description Contract Old New
Property Removed 15.0.0 TicketDesign has been removed from TemplatePriceType TemplatePriceType TicketDesign
Parameter Changed 15.0.0 templatePriceTypeId has been marked as required. Required
Property Removed 15.0.0 TicketDesign has been removed from TemplatePriceType TemplatePriceType TicketDesign