Http Verb | GET |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/AccountTypes/Summary |
URI ParametersThis resource has no URI (Query) parameters. |
Request BodyNone. |
Response object type : Collection of AccountTypeSummary
Response object type Collection of AccountTypeSummary has the following properties. |
Property Name | Data Type | Length | Required | Readonly | Notes |
---|---|---|---|---|---|
CardPrefix | string | N | |||
CardtypeIndicator | string | N | |||
Description | string | ||||
EditMask | string | N | |||
Id | integer | ||||
Inactive | boolean | N |
[
{
"Id": 1,
"Description": "sample string 1",
"CardPrefix": "sample string 2",
"CardtypeIndicator": "sample string 3",
"EditMask": "sample string 4",
"Inactive": true
},
{
"Id": 1,
"Description": "sample string 1",
"CardPrefix": "sample string 2",
"CardtypeIndicator": "sample string 3",
"EditMask": "sample string 4",
"Inactive": true
}
]
<AccountTypeSummaries xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<AccountType>
<CardPrefix>sample string 2</CardPrefix>
<CardtypeIndicator>sample string 3</CardtypeIndicator>
<Description>sample string 1</Description>
<EditMask>sample string 4</EditMask>
<Id>1</Id>
<Inactive>true</Inactive>
</AccountType>
<AccountType>
<CardPrefix>sample string 2</CardPrefix>
<CardtypeIndicator>sample string 3</CardtypeIndicator>
<Description>sample string 1</Description>
<EditMask>sample string 4</EditMask>
<Id>1</Id>
<Inactive>true</Inactive>
</AccountType>
</AccountTypeSummaries>
Change | Version | Description | Contract | Old | New |
---|---|---|---|---|---|
Property Added | 15.0.0 | Inactive has been added to AccountTypeSummary | AccountTypeSummary | AccountTypeSummary.Inactive |