ConfigurationExport Model

The top level export format for a POS configuration export

Required
revisionID : number (int)

published revision identifier for the configuration that this export has been generated from

Required
outletID : string (GUID)

Unique (within organisation) identifier for the outlet that this configuration is for

Nullable
groups : Group []

All published groups for the specified outlet + revision

Nullable
mainGroups : MainGroup []

All published main groups for the specified outlet + revision

Nullable
plUs : PLU []

All published PLUs for the specified outlet + revision

Example
{
  "revisionID": 321,
  "outletID": "3f49efe7-ea42-4f21-8718-7e6ce9a33512",
  "groups": [],
  "mainGroups": [],
  "plUs": []
}