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

IN Control

URL

Verbs

Function

Available

/INControl

GET

Query the IN Module Control for the current company

2021.2

Supported modifiers

Query String

Definition

Sample

Security Linked Menu

Menu Item
Located
Module Control System / Inventory

Sample XML Response

<?xml version="1.0" encoding="UTF-8"?>
<INControl>
<DefaultPriceLevel>RETAIL</DefaultPriceLevel>
<PricingDecimalPlaces>2</PricingDecimalPlaces>
<Edition>81</Edition>
<DefaultCalendar>JUN</DefaultCalendar>
<DefaultCurrency>AUD</DefaultCurrency>
<CurrentPeriod>
<StartDate>2011-06-01</StartDate>
<EndDate>2011-06-30</EndDate>
</CurrentPeriod>
<FirstOpenPeriod>
<StartDate>2007-07-01</StartDate>
<EndDate>2007-07-31</EndDate>
</FirstOpenPeriod>
<LastOpenPeriod>
<StartDate>2016-06-01</StartDate>
<EndDate>2016-06-30</EndDate>
</LastOpenPeriod>
</INControl>