UpgradeCategories Test
ReferenceData/UpgradeCategories/Summary
Get a summary representation of all Upgrade Categories.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/UpgradeCategories/Summary

URI Parameters

This resource has no URI (Query) parameters.

Request Body

None.

No request body.

Response object type : Collection of UpgradeCategorySummary

Response object type Collection of UpgradeCategorySummary 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"
  }
]
<UpgradeCategorySummaries xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <UpgradeCategory>
    <Description>sample string 1</Description>
    <Id>1</Id>
  </UpgradeCategory>
  <UpgradeCategory>
    <Description>sample string 1</Description>
    <Id>1</Id>
  </UpgradeCategory>
</UpgradeCategorySummaries>

No entries in change log for this operation.