ItemSubgroup - accountsIQ/API-Wiki GitHub Wiki

Item groups and sub-groups can be used to classify stock items into a two-level "hierarchy". This allows for a per item, sub-group or group reporting.

Note: Item group and sub-group are independent from each other. They do not form a real hierarchy.

For example, using the following groups: food and drink; and using the following sub-groups: hot and cold. The stock items can now be categorised into (food,hot), (food, cold), (drink, hot), (drink, cold).

ItemSubgroup

ItemSubgroup members

This is only stored at creation time and never updated. The identifier used is the one used by the user for login. Cannot be null or empty. Cannot be longer than 8 characters long.

Caution: The latest modification date does not exists before creation.

Name Type Description Constraints
ItemSubgroupID String Get the identifier of an item sub-group.
  • Cannot be null or empty.
  • Cannot be longer than 50 characters long.
  • Must be upper case.
Description String Get/Set the description of an item sub-group.
  • Cannot be null.
  • Cannot be longer than 50 characters long.
AuthorUserID String Get the user identifier of the creator of the item sub-group. This is only stored at creation time and never updated. The identifier used is the one used by the user for login.
  • Cannot be null or empty.
  • Cannot be longer than 8 characters long.
LastChangedDate DateTime Get the latest modification date. `Caution` The latest modification date does not exists before creation.
    ⚠️ **GitHub.com Fallback** ⚠️