AccountTypes Test
ReferenceData/AccountTypes/{id}?maintenanceMode={maintenanceMode}
Get the details of an account type by id.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/AccountTypes/{id}?maintenanceMode={maintenanceMode}

URI Parameters

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

Request Body

None.

No request body.

Response object type : AccountType

Response object type 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-24T08:19:19.1005244-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-24T08:19:19.1005244-07:00",
  "UpdatedBy": "sample string 8",
  "Mod10Indicator": "sample string 9",
  "CardtypeIndicator": "sample string 10"
}
<AccountType xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <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-24T08:19:19.1005244-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-24T08:19:19.1005244-07:00</UpdatedDateTime>
</AccountType>
Change Version Description Contract Old New
Parameter Changed 15.0.0 id has been marked as required. Required