Skip to main content
Skip table of contents

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
periodEndDateSpecify the period end date to fetch the Period Summaries for; Default value is the current date if not specifiedperiodEndDate=2019-02-282020.1
accountNoFetch a Period Summary for a particular GL AccountaccountNo=10.10.10102020.1

Security Linked Menu

Menu Item
Located
Account MaintenanceData 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>
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.