AccountTypes Test
ReferenceData/AccountTypes/{id}
Update an existing account type.
Http Verb PUT
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/AccountTypes/{id}

URI Parameters

Parameter Name Data Type Required Notes
id integer Y

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 Non-updatable
CreatedDateTime date N Non-updatable
CreateLocation string N Non-updatable
Description string 30 N
EditMask string 30 N
Id integer Y Non-updatable
Inactive boolean Y
Mod10Indicator string N
UpdatedBy string N Auto-assigned
UpdatedDateTime date Y Auto-assigned
{
  "CardLength": "sample string 1",
  "CardPrefix": "sample string 2",
  "CreatedDateTime": "2025-04-24T08:26:41.7648895-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:26:41.7648895-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:26:41.7648895-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:26:41.7648895-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 Non-updatable
CreatedDateTime date N Non-updatable
CreateLocation string N Non-updatable
Description string 30 N
EditMask string 30 N
Id integer Y Non-updatable
Inactive boolean Y
Mod10Indicator string N
UpdatedBy string N Auto-assigned
UpdatedDateTime date Y Auto-assigned
{
  "CardLength": "sample string 1",
  "CardPrefix": "sample string 2",
  "CreatedDateTime": "2025-04-24T08:26:41.7805022-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:26:41.7805022-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:26:41.7805022-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:26:41.7805022-07:00</UpdatedDateTime>
</AccountType>
Change Version Description Contract Old New
Parameter Changed 15.0.0 id has been marked as required. Required