AccountTypes Test
ReferenceData/AccountTypes?maintenanceMode={maintenanceMode}
Get all account types. For filtering on specific property value, pass the property name with value as query parameter. If the property is another non primitive object, pass PropertyName.Id and its value as query parameter.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/AccountTypes?maintenanceMode={maintenanceMode}

URI Parameters

Parameter Name Data Type Required Notes
maintenanceMode boolean N Ignore control grouping (default: false).

Request Body

None.

No request body.

Response object type : Collection of AccountType

Response object type Collection of AccountType has the following properties.
Property Name Data Type Length Required Readonly Notes
CardLength string N
CardPrefix string N
CardtypeIndicator string N
CreatedBy string N
CreatedDateTime date N
CreateLocation string N
Description string N
EditMask string N
Id integer N
Inactive boolean N
Mod10Indicator string N
UpdatedBy string N
UpdatedDateTime date N
[
  {
    "CardLength": "sample string 1",
    "CardPrefix": "sample string 2",
    "CreatedDateTime": "2025-04-24T03:59:06.7801752-07:00",
    "CreateLocation": "sample string 3",
    "CreatedBy": "sample string 4",
    "Description": "sample string 5",
    "EditMask": "sample string 6",
    "Id": 1,
    "Inactive": true,
    "UpdatedDateTime": "2025-04-24T03:59:06.7801752-07:00",
    "UpdatedBy": "sample string 8",
    "Mod10Indicator": "sample string 9",
    "CardtypeIndicator": "sample string 10"
  },
  {
    "CardLength": "sample string 1",
    "CardPrefix": "sample string 2",
    "CreatedDateTime": "2025-04-24T03:59:06.7801752-07:00",
    "CreateLocation": "sample string 3",
    "CreatedBy": "sample string 4",
    "Description": "sample string 5",
    "EditMask": "sample string 6",
    "Id": 1,
    "Inactive": true,
    "UpdatedDateTime": "2025-04-24T03:59:06.7801752-07:00",
    "UpdatedBy": "sample string 8",
    "Mod10Indicator": "sample string 9",
    "CardtypeIndicator": "sample string 10"
  }
]
<AccountTypes xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <AccountType>
    <CardLength>sample string 1</CardLength>
    <CardPrefix>sample string 2</CardPrefix>
    <CardtypeIndicator>sample string 10</CardtypeIndicator>
    <CreateLocation>sample string 3</CreateLocation>
    <CreatedBy>sample string 4</CreatedBy>
    <CreatedDateTime>2025-04-24T03:59:06.7801752-07:00</CreatedDateTime>
    <Description>sample string 5</Description>
    <EditMask>sample string 6</EditMask>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <Mod10Indicator>sample string 9</Mod10Indicator>
    <UpdatedBy>sample string 8</UpdatedBy>
    <UpdatedDateTime>2025-04-24T03:59:06.7801752-07:00</UpdatedDateTime>
  </AccountType>
  <AccountType>
    <CardLength>sample string 1</CardLength>
    <CardPrefix>sample string 2</CardPrefix>
    <CardtypeIndicator>sample string 10</CardtypeIndicator>
    <CreateLocation>sample string 3</CreateLocation>
    <CreatedBy>sample string 4</CreatedBy>
    <CreatedDateTime>2025-04-24T03:59:06.7801752-07:00</CreatedDateTime>
    <Description>sample string 5</Description>
    <EditMask>sample string 6</EditMask>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <Mod10Indicator>sample string 9</Mod10Indicator>
    <UpdatedBy>sample string 8</UpdatedBy>
    <UpdatedDateTime>2025-04-24T03:59:06.7801752-07:00</UpdatedDateTime>
  </AccountType>
</AccountTypes>

No entries in change log for this operation.