Location - accountsIQ/API-Wiki GitHub Wiki

Stock items can be put into different locations. A location is usually something similar to a warehouse or a shop. For a more refined classification, it is necessary to use the combination of locations and sub-locations.

Location

Location members

Name Type Description Constraints
LocationID String Get the identifier of an item 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 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.
UpdateOnHand Boolean Get/Set the flag indicating whether stock movement should be tracked on the location. If the UpdateOnHand flag is not set, any stock movement on any stock item involving the location will not update the on hand quantity.
    LastChangedDate DateTime Get the latest modification date. `Caution:` The latest modification date does not exists before creation.
      ⚠️ **GitHub.com Fallback** ⚠️