GL Period Summary
|
URL |
Verbs |
Function |
Available |
|---|---|---|---|
|
GLPeriodSummary |
GET |
Query a list of GL Period Summaries for the nearest Period to the current server date for all GL Accounts that have activity |
2020.1 |
Supported modifiers
|
Query String |
Definition |
Sample
|
Available |
|---|---|---|---|
|
periodEndDate |
Specify the period end date to fetch the Period Summaries for; Default value is the current date if not specified |
periodEndDate=2019-02-28 |
2020.1 |
|
accountNo |
Fetch a Period Summary for a particular GL Account |
accountNo=10.10.1010 |
2020.1 |
Security Linked Menu
|
Menu Item
|
Located
|
|---|---|
| Account Maintenance | Data Entry / General Ledger |
Sample XML Response
<?xml version="1.0" encoding="UTF-8"?>
<GLPeriodSummaries collection='true' count='1'>
<GLPeriodSummary>
<Edition>4</Edition>
<OidString>2607.665</OidString>
<StartDate>2009-07-01</StartDate>
<EndDate>2009-07-31</EndDate>
<Description>July</Description>
<Year>2009/2010</Year>
<IsOpen>false</IsOpen>
<GLAccount>10.10.1010</GLAccount>
<Quantity>0.0000</Quantity>
<TotalAccountCredits>-35418.12</TotalAccountCredits>
<TotalAccountDebits>0.00</TotalAccountDebits>
<TotalHeldCheques>0.00</TotalHeldCheques>
<TotalLedgerCredits>-35418.12</TotalLedgerCredits>
<TotalLedgerDebits>0.00</TotalLedgerDebits>
<TotalUnreconciledCheques>-35418.12</TotalUnreconciledCheques>
<TotalUnreconciledDeposits>0.00</TotalUnreconciledDeposits>
</GLPeriodSummary>
</GLPeriodSummaries>