Http Verb | GET |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/HoldCodeCategories/Summary |
URI ParametersThis resource has no URI (Query) parameters. |
Request BodyNone. |
Response object type : Collection of HoldCodeCategorySummary
Response object type Collection of HoldCodeCategorySummary has the following properties. |
Property Name | Data Type | Length | Required | Readonly | Notes |
---|---|---|---|---|---|
Description | string | N | |||
Id | integer | N |
[
{
"Id": 1,
"Description": "sample string 1"
},
{
"Id": 1,
"Description": "sample string 1"
}
]
<HoldCodeCategorySummaries xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<HoldCodeCategory>
<Description>sample string 1</Description>
<Id>1</Id>
</HoldCodeCategory>
<HoldCodeCategory>
<Description>sample string 1</Description>
<Id>1</Id>
</HoldCodeCategory>
</HoldCodeCategorySummaries>
No entries in change log for this operation.