ItemGroup - 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, per sub-group or per 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).

ItemGroup

ItemGroup members

Name Type Description Constraints
ItemGroupID String Get the identifier of an item group.
  • Cannot be null or empty.
  • Cannot be longer than 50 characters long.
  • Must Be Uppercase
Description String Get/Set the description of an item group.
  • Cannot be null.
  • Cannot be longer than 50 characters long.
AuthorUserID String Get the user identifier of the creator of the item 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** ⚠️