AccountTypes Test
ReferenceData/AccountTypes
Create a new account type.
Http Verb POST
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/AccountTypes

URI Parameters

This resource has no URI (Query) parameters.

Request Body

Request object type : AccountType

Request object type AccountType has the following properties.
Property Name Data Type Length Required Readonly Notes
CardLength string 32 N
CardPrefix string 32 N
CardtypeIndicator string 20 N
CreatedBy string N Auto-assigned
CreatedDateTime date N Auto-assigned
CreateLocation string N Auto-assigned
Description string 30 N
EditMask string 30 N
Id integer N Auto-assigned
Inactive boolean Y
Mod10Indicator string N
UpdatedBy string N Auto-assigned
UpdatedDateTime date N Auto-assigned
{
  "CardLength": "sample string 1",
  "CardPrefix": "sample string 2",
  "CreatedDateTime": "2025-04-24T04:03:27.0771465-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-24T04:03:27.0771465-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-24T04:03:27.0771465-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-24T04:03:27.0771465-07:00</UpdatedDateTime>
</AccountType>

Response object type : AccountType

Response object type AccountType has the following properties.
Property Name Data Type Length Required Readonly Notes
CardLength string 32 N
CardPrefix string 32 N
CardtypeIndicator string 20 N
CreatedBy string N Auto-assigned
CreatedDateTime date N Auto-assigned
CreateLocation string N Auto-assigned
Description string 30 N
EditMask string 30 N
Id integer N Auto-assigned
Inactive boolean Y
Mod10Indicator string N
UpdatedBy string N Auto-assigned
UpdatedDateTime date N Auto-assigned
{
  "CardLength": "sample string 1",
  "CardPrefix": "sample string 2",
  "CreatedDateTime": "2025-04-24T04:03:27.0771465-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-24T04:03:27.0771465-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-24T04:03:27.0771465-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-24T04:03:27.0771465-07:00</UpdatedDateTime>
</AccountType>

No entries in change log for this operation.