PriceTypeReasons Test
ReferenceData/PriceTypeReasons/Summary
Get a summary representation of all price type categories.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/PriceTypeReasons/Summary

URI Parameters

This resource has no URI (Query) parameters.

Request Body

None.

No request body.

Response object type : Collection of PriceTypeReasonSummary

Response object type Collection of PriceTypeReasonSummary has the following properties.
Property Name Data Type Length Required Readonly Notes
Description string
Id integer
[
  {
    "Id": 1,
    "Description": "sample string 1"
  },
  {
    "Id": 1,
    "Description": "sample string 1"
  }
]
<PriceTypeReasonSummaries xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <PriceTypeReason>
    <Description>sample string 1</Description>
    <Id>1</Id>
  </PriceTypeReason>
  <PriceTypeReason>
    <Description>sample string 1</Description>
    <Id>1</Id>
  </PriceTypeReason>
</PriceTypeReasonSummaries>

No entries in change log for this operation.