Skip to content
  • There are no suggestions because the search field is empty.

GL Control

URL

Verbs

Function

Available

GLControl

GET

Query the GL Module Control for the current company

2021.2

Supported modifiers

Query String

Definition

Sample

Security Linked Menu

Menu Item
Located

Module Control

System / General Ledger

Sample XML Response

<?xml version="1.0" encoding="UTF-8"?>
<GLControl>
    <Edition>410</Edition>
    <DefaultCalendar>JUN</DefaultCalendar>
    <DefaultCurrency>AUD</DefaultCurrency>
    <CurrentPeriod>
        <StartDate>2011-05-01</StartDate>
        <EndDate>2011-05-31</EndDate>
    </CurrentPeriod>
    <FirstOpenPeriod>
        <StartDate>2010-08-01</StartDate>
        <EndDate>2010-08-31</EndDate>
    </FirstOpenPeriod>
    <LastOpenPeriod>
        <StartDate>2023-06-01</StartDate>
        <EndDate>2023-06-30</EndDate>
    </LastOpenPeriod>
</GLControl>