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