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

URI Parameters

This resource has no URI (Query) parameters.

Request Body

Request object type : PackagePriceType

Request object type PackagePriceType 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
Id integer N Auto-assigned
PackageId integer Y
FK: T_PKG.pkg_no
PriceTypeId integer Y
FK: TR_PRICE_TYPE.id   Resource: PriceTypes
UpdatedBy string N Auto-assigned
UpdatedDateTime date N Auto-assigned
{
  "CreatedDateTime": "2025-04-24T05:05:40.5775484-07:00",
  "CreateLocation": "sample string 1",
  "CreatedBy": "sample string 2",
  "Id": 1,
  "UpdatedDateTime": "2025-04-24T05:05:40.5775484-07:00",
  "UpdatedBy": "sample string 3",
  "PackageId": 4,
  "PriceTypeId": 5
}
<PackagePriceType xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <CreateLocation>sample string 1</CreateLocation>
  <CreatedBy>sample string 2</CreatedBy>
  <CreatedDateTime>2025-04-24T05:05:40.5775484-07:00</CreatedDateTime>
  <Id>1</Id>
  <PackageId>4</PackageId>
  <PriceTypeId>5</PriceTypeId>
  <UpdatedBy>sample string 3</UpdatedBy>
  <UpdatedDateTime>2025-04-24T05:05:40.5775484-07:00</UpdatedDateTime>
</PackagePriceType>

Response object type : PackagePriceType

Response object type PackagePriceType 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
Id integer N Auto-assigned
PackageId integer Y
FK: T_PKG.pkg_no
PriceTypeId integer Y
FK: TR_PRICE_TYPE.id   Resource: PriceTypes
UpdatedBy string N Auto-assigned
UpdatedDateTime date N Auto-assigned
{
  "CreatedDateTime": "2025-04-24T05:05:40.5775484-07:00",
  "CreateLocation": "sample string 1",
  "CreatedBy": "sample string 2",
  "Id": 1,
  "UpdatedDateTime": "2025-04-24T05:05:40.5775484-07:00",
  "UpdatedBy": "sample string 3",
  "PackageId": 4,
  "PriceTypeId": 5
}
<PackagePriceType xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <CreateLocation>sample string 1</CreateLocation>
  <CreatedBy>sample string 2</CreatedBy>
  <CreatedDateTime>2025-04-24T05:05:40.5775484-07:00</CreatedDateTime>
  <Id>1</Id>
  <PackageId>4</PackageId>
  <PriceTypeId>5</PriceTypeId>
  <UpdatedBy>sample string 3</UpdatedBy>
  <UpdatedDateTime>2025-04-24T05:05:40.5775484-07:00</UpdatedDateTime>
</PackagePriceType>

No entries in change log for this operation.