Group Model

Export of a POS_Group

Required MaxLength(32)
name : string

Descriptive name of this group

Nullable
groupID : string (GUID)

Unique (within parent organisation) identifier for this group

Nullable
mainGroupID : string (GUID)

Reference to a parent MainGroup.MainGroupID

isReportingGroup : bool

Whether or not that this group is used as a reporting grouping

isPrintingGroup : bool

Whether or not that this group is used as a printing grouping

isDisplayGroup : bool

Whether or not that this group is used as a display grouping

Nullable
flags1 : GroupFlags

Any group specific flags that apply to this Group.

Nullable
kpSortOrder : number (int)

The sorting order that's used when displayed on a kitchen printer docket

Example
{
  "name": "string value",
  "groupID": "3f49efe7-ea42-4f21-8718-7e6ce9a33512",
  "mainGroupID": "3f49efe7-ea42-4f21-8718-7e6ce9a33512",
  "isReportingGroup": true,
  "isPrintingGroup": true,
  "isDisplayGroup": true,
  "flags1": 1,
  "kpSortOrder": 321
}