PriceTypes Test
TXN/PriceTypes/Reasons?priceTypeId={priceTypeId}
Gets valid price type reasons for the specified price type
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/TXN/PriceTypes/Reasons?priceTypeId={priceTypeId}

URI Parameters

Parameter Name Data Type Required Notes
priceTypeId integer N

Request Body

None.

No request body.

Response object type : Collection of PriceTypeReasonMap

Response object type Collection of PriceTypeReasonMap has the following properties.
Property Name Data Type Length Required Readonly Notes
CreatedBy string N
CreatedDateTime date N
CreateLocation string N
Id integer N
Inactive boolean N
PriceTypeId integer N
PriceTypeReason PriceTypeReason
UpdatedBy string N
UpdatedDateTime date N
[
  {
    "Id": 1,
    "PriceTypeReason": {
      "CreatedDateTime": "2025-04-24T05:28:03.6554022-07:00",
      "CreateLocation": "sample string 1",
      "CreatedBy": "sample string 2",
      "Description": "sample string 3",
      "Id": 1,
      "Inactive": true,
      "UpdatedDateTime": "2025-04-24T05:28:03.6554022-07:00",
      "UpdatedBy": "sample string 4",
      "ShortDescription": "sample string 5",
      "TicketText": "sample string 6"
    },
    "PriceTypeId": 2,
    "CreatedDateTime": "2025-04-24T05:28:03.6554022-07:00",
    "CreateLocation": "sample string 3",
    "CreatedBy": "sample string 4",
    "UpdatedDateTime": "2025-04-24T05:28:03.6554022-07:00",
    "UpdatedBy": "sample string 5",
    "Inactive": true
  },
  {
    "Id": 1,
    "PriceTypeReason": {
      "CreatedDateTime": "2025-04-24T05:28:03.6554022-07:00",
      "CreateLocation": "sample string 1",
      "CreatedBy": "sample string 2",
      "Description": "sample string 3",
      "Id": 1,
      "Inactive": true,
      "UpdatedDateTime": "2025-04-24T05:28:03.6554022-07:00",
      "UpdatedBy": "sample string 4",
      "ShortDescription": "sample string 5",
      "TicketText": "sample string 6"
    },
    "PriceTypeId": 2,
    "CreatedDateTime": "2025-04-24T05:28:03.6554022-07:00",
    "CreateLocation": "sample string 3",
    "CreatedBy": "sample string 4",
    "UpdatedDateTime": "2025-04-24T05:28:03.6554022-07:00",
    "UpdatedBy": "sample string 5",
    "Inactive": true
  }
]
<PriceTypeReasonMaps xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <PriceTypeReasonMap>
    <CreateLocation>sample string 3</CreateLocation>
    <CreatedBy>sample string 4</CreatedBy>
    <CreatedDateTime>2025-04-24T05:28:03.6554022-07:00</CreatedDateTime>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <PriceTypeId>2</PriceTypeId>
    <PriceTypeReason>
      <CreateLocation>sample string 1</CreateLocation>
      <CreatedBy>sample string 2</CreatedBy>
      <CreatedDateTime>2025-04-24T05:28:03.6554022-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-04-24T05:28:03.6554022-07:00</UpdatedDateTime>
    </PriceTypeReason>
    <UpdatedBy>sample string 5</UpdatedBy>
    <UpdatedDateTime>2025-04-24T05:28:03.6554022-07:00</UpdatedDateTime>
  </PriceTypeReasonMap>
  <PriceTypeReasonMap>
    <CreateLocation>sample string 3</CreateLocation>
    <CreatedBy>sample string 4</CreatedBy>
    <CreatedDateTime>2025-04-24T05:28:03.6554022-07:00</CreatedDateTime>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <PriceTypeId>2</PriceTypeId>
    <PriceTypeReason>
      <CreateLocation>sample string 1</CreateLocation>
      <CreatedBy>sample string 2</CreatedBy>
      <CreatedDateTime>2025-04-24T05:28:03.6554022-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-04-24T05:28:03.6554022-07:00</UpdatedDateTime>
    </PriceTypeReason>
    <UpdatedBy>sample string 5</UpdatedBy>
    <UpdatedDateTime>2025-04-24T05:28:03.6554022-07:00</UpdatedDateTime>
  </PriceTypeReasonMap>
</PriceTypeReasonMaps>

No entries in change log for this operation.