GLAccounts Test
ReferenceData/GLAccounts/Summary
Get a summary representation of all gl accounts.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/GLAccounts/Summary

URI Parameters

This resource has no URI (Query) parameters.

Request Body

None.

No request body.

Response object type : Collection of GlAccountSummary

Response object type Collection of GlAccountSummary has the following properties.
Property Name Data Type Length Required Readonly Notes
AccountNumber string
Description string
Id integer
Inactive boolean
[
  {
    "Description": "sample string 1",
    "Id": 1,
    "Inactive": true,
    "AccountNumber": "sample string 2"
  },
  {
    "Description": "sample string 1",
    "Id": 1,
    "Inactive": true,
    "AccountNumber": "sample string 2"
  }
]
<GlAccountSummaries xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <GlAccount>
    <AccountNumber>sample string 2</AccountNumber>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
  </GlAccount>
  <GlAccount>
    <AccountNumber>sample string 2</AccountNumber>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
  </GlAccount>
</GlAccountSummaries>

No entries in change log for this operation.