Http Verb | PUT |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/TXN/TemplatePrices/{templatePriceId} |
URI Parameters
|
Request BodyRequest object type : TemplatePrice
|
{
"Id": 1,
"CreatedDateTime": "2025-04-24T05:23:07.5028898-07:00",
"CreateLocation": "sample string 1",
"CreatedBy": "sample string 2",
"EditIndicator": true,
"Enabled": true,
"UpdatedDateTime": "2025-04-24T05:23:07.5028898-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
}
}
<TemplatePrice xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<CreateLocation>sample string 1</CreateLocation>
<CreatedBy>sample string 2</CreatedBy>
<CreatedDateTime>2025-04-24T05:23:07.5028898-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:23:07.5028898-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>
Response object type : TemplatePrice
Response object type TemplatePrice 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 | ||
EditIndicator | boolean | Y | |||
Enabled | boolean | Y | |||
Id | integer | Y | Non-updatable | ||
MinPrice | decimal number | Y | |||
Price | decimal number | Y | |||
TemplatePriceType | TemplatePriceTypeSummary | Y | |||
FK: TX_TEMPLATE_PRICE_TYPE.id   Resource: TemplatePriceTypes | |||||
UpdatedBy | string | N | Auto-assigned | ||
UpdatedDateTime | date | Y | Auto-assigned | ||
Zone | ZoneSummary |
{
"Id": 1,
"CreatedDateTime": "2025-04-24T05:23:07.5028898-07:00",
"CreateLocation": "sample string 1",
"CreatedBy": "sample string 2",
"EditIndicator": true,
"Enabled": true,
"UpdatedDateTime": "2025-04-24T05:23:07.5028898-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
}
}
<TemplatePrice xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<CreateLocation>sample string 1</CreateLocation>
<CreatedBy>sample string 2</CreatedBy>
<CreatedDateTime>2025-04-24T05:23:07.5028898-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:23:07.5028898-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>
Change | Version | Description | Contract | Old | New |
---|---|---|---|---|---|
Parameter Changed | 15.0.0 | templatePriceId has been marked as required. | Required |