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

URI Parameters

This resource has no URI (Query) parameters.

Request Body

None.

No request body.

Response object type : Collection of PriceLayerTypeSummary

Response object type Collection of PriceLayerTypeSummary has the following properties.
Property Name Data Type Length Required Readonly Notes
Description string
Id integer
Inactive boolean
PriceCategory PriceCategorySummary
Rank integer
[
  {
    "Id": 1,
    "Description": "sample string 1",
    "PriceCategory": {
      "Id": 1,
      "Description": "sample string 1",
      "Inactive": true,
      "Rank": 2
    },
    "Inactive": true,
    "Rank": 2
  },
  {
    "Id": 1,
    "Description": "sample string 1",
    "PriceCategory": {
      "Id": 1,
      "Description": "sample string 1",
      "Inactive": true,
      "Rank": 2
    },
    "Inactive": true,
    "Rank": 2
  }
]
<PriceLayerTypeSummaries xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <PriceLayerType>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <PriceCategory>
      <Description>sample string 1</Description>
      <Id>1</Id>
      <Inactive>true</Inactive>
      <Rank>2</Rank>
    </PriceCategory>
    <Rank>2</Rank>
  </PriceLayerType>
  <PriceLayerType>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <PriceCategory>
      <Description>sample string 1</Description>
      <Id>1</Id>
      <Inactive>true</Inactive>
      <Rank>2</Rank>
    </PriceCategory>
    <Rank>2</Rank>
  </PriceLayerType>
</PriceLayerTypeSummaries>

No entries in change log for this operation.