POST api/printBatch/details

This is a GET request masked as a POST request to get around query string limits for location filtering. Lists all print batch products and is written/added for react app

Request Information

URI Parameters

None.

Body Parameters

Filtering options for print batch details(mostly focused on Store, Shelf Location, Department and Campaign)

PrintBatchDetailQuery
NameDescriptionTypeAdditional information
Take

integer

None.

Skip

integer

None.

HeaderIdentifier

Collection of byte

None.

HeaderGuid

globally unique identifier

None.

PrintRequestType

PrintRequestType

None.

SortKind

PrintBatchSortKind

None.

Sort

SortOrder

None.

Printed

Whether to include the print batch details that have been printed

boolean

None.

PrintDate

The date that a print batch detail was printed, incompatible with printed filter being set to false

date

None.

UTCOffset

UTC offset to be used with the single date to get the results accurately

decimal number

None.

UseExactPrintDateTime

boolean

None.

Keyword

string

None.

Search

ProductQuerySearch

None.

ShelfLocationGuids

Print Batch Details assigned to these location only

Collection of globally unique identifier

None.

SupplierIdentifier

Print Batch Details with product with this preffered supplier only

Collection of byte

None.

SupplierGuid

globally unique identifier

None.

StoreID

integer

None.

PLU

PLU

integer

None.

APN

string

None.

Name

string

None.

ItemNumber

Item number

string

None.

DirectNumber

PluOrderingDetail.ItemCode

string

None.

DepartmentCode

Print Batch Details with product in this department

string

None.

SubDepartmentCode

Print Batch Details with product in this sub department Added for react app

string

None.

MinorDepartmentCode

Print Batch Details with product in this minor department Added for react app

string

None.

Tobacco

Print Batch Details with product has a tobacco product type

boolean

None.

Liquor

Print Batch Details with product has a liquor product type

boolean

Deprecated.

GlutenFree

Print Batch Details with product that is gluten free

boolean

None.

ExcludeTalkers

Print Batch details with a product that has departments with matching ExcludeTalkers values

boolean

None.

Direct

Print Batch details with a product that has a SupplierDirect Warehouse Indicator

boolean

None.

Variety

Print Batch details with a product that has a Variety Warehouse Indicator

boolean

None.

Warehouse

Print Batch details with a product that has a WarehouseLine Warehouse Indicator

boolean

None.

SlowMoving

Print Batch Details with product is (not) Slow Moving? (true or false option, matched to Product value)

boolean

None.

GeneralMerchandise

Print Batch Details with product is (not) General Merchandise? (true or false option, matched to Product value)

boolean

None.

HasCampaign

Print Batch Details with products that has a campaign (when it's set to true)

boolean

None.

ComplianceIndicator

Print Batch Details with product has this ComplianceIndicator/CoreRangeIndicator

string

None.

ComplianceIndicators

Print Batch Details with product has these ComplianceIndicators/CoreRangeIndicators

Collection of string

None.

Grades

Print Batch Details with product has these ProductGrade(s)

Collection of string

None.

StartsWith

Whether to make searches starting with rather than anywhere.

boolean

None.

ExcludeZeroQty

Excludes any talkers with zero quantity

boolean

None.

CampaignNames

Filter batch details by campaign names. Added for react app

Collection of string

None.

DepartmentCodes

Filter batch details by department codes. Added for react app

Collection of string

None.

SubDepartmentCodes

Filter batch details by subdepartment codes Added for react app

Collection of string

None.

MinorDepartmentCodes

Filter batch details by minordepartment codes Added for react app

Collection of string

None.

LesserDepartmentCodes

Filter batch details by lesserdepartment codes Added for react app

Collection of string

None.

WarehouseDirectIndicators

filter by warehouse indicator of PLU

Collection of string

None.

Users

Filter print batch details by users

Collection of string

None.

PrintBatchTypes

filter by PrintBatchtypes

Collection of integer

None.

IncludeZeroQtyOnly

filter labels having 0 Qty only - for react app

boolean

None.

LabelPageLayoutG_UID

Collection of byte

None.

LabelPageLayoutGuid

globally unique identifier

None.

CampaignStartDate

The detail campaign will starts after this date

date

None.

CampaignEndDate

The detail campaign will starts before this date

date

None.

Relations

Load all product, location, bin and operator models

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "take": 1,
  "skip": 1,
  "headerIdentifier": "ZIU08TzFYEq0dr/S9GOjAA==",
  "headerGuid": "f1348564-c53c-4a60-b476-bfd2f463a300",
  "printRequestType": 1,
  "sortKind": 0,
  "sort": 0,
  "printed": true,
  "printDate": "2025-06-14T06:37:08.9546195",
  "utcOffset": 3.1,
  "useExactPrintDateTime": true,
  "keyword": "sample string 5",
  "search": 0,
  "shelfLocationGuids": [
    "4d53ec7b-3f0c-46c6-94a7-10494fc6827c",
    "69c8632a-6c10-4f9e-bcdb-d697b6c6cfeb"
  ],
  "supplierIdentifier": "wy0qNyicXkOWJ2s1UztFvg==",
  "supplierGuid": "372a2dc3-9c28-435e-9627-6b35533b45be",
  "storeID": 1,
  "plu": 1,
  "apn": "sample string 6",
  "name": "sample string 7",
  "itemNumber": "sample string 8",
  "directNumber": "sample string 9",
  "departmentCode": "sample string 10",
  "subDepartmentCode": "sample string 11",
  "minorDepartmentCode": "sample string 12",
  "tobacco": true,
  "liquor": true,
  "glutenFree": true,
  "excludeTalkers": true,
  "direct": true,
  "variety": true,
  "warehouse": true,
  "slowMoving": true,
  "generalMerchandise": true,
  "hasCampaign": true,
  "complianceIndicator": "sample string 14",
  "complianceIndicators": [
    "sample string 1",
    "sample string 2"
  ],
  "grades": [
    "sample string 1",
    "sample string 2"
  ],
  "startsWith": true,
  "excludeZeroQty": true,
  "campaignNames": [
    "sample string 1",
    "sample string 2"
  ],
  "departmentCodes": [
    "sample string 1",
    "sample string 2"
  ],
  "subDepartmentCodes": [
    "sample string 1",
    "sample string 2"
  ],
  "minorDepartmentCodes": [
    "sample string 1",
    "sample string 2"
  ],
  "lesserDepartmentCodes": [
    "sample string 1",
    "sample string 2"
  ],
  "warehouseDirectIndicators": [
    "sample string 1",
    "sample string 2"
  ],
  "users": [
    "sample string 1",
    "sample string 2"
  ],
  "printBatchTypes": [
    1,
    2
  ],
  "includeZeroQtyOnly": true,
  "labelPageLayoutG_UID": "9/88SEX6HkyiNH5VMHhqTQ==",
  "labelPageLayoutGuid": "483cfff7-fa45-4c1e-a234-7e5530786a4d",
  "campaignStartDate": "2025-06-14T06:37:08.9546195",
  "campaignEndDate": "2025-06-14T06:37:08.9546195",
  "relations": true
}

application/xml, text/xml

Sample:
<PrintBatchDetailQuery xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.EMC.Labels">
  <APN>sample string 6</APN>
  <CampaignEndDate>2025-06-14T06:37:08.9546195+00:00</CampaignEndDate>
  <CampaignNames xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </CampaignNames>
  <CampaignStartDate>2025-06-14T06:37:08.9546195+00:00</CampaignStartDate>
  <ComplianceIndicator>sample string 14</ComplianceIndicator>
  <ComplianceIndicators xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </ComplianceIndicators>
  <DepartmentCode>sample string 10</DepartmentCode>
  <DepartmentCodes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </DepartmentCodes>
  <Direct>true</Direct>
  <DirectNumber>sample string 9</DirectNumber>
  <ExcludeTalkers>true</ExcludeTalkers>
  <ExcludeZeroQty>true</ExcludeZeroQty>
  <GeneralMerchandise>true</GeneralMerchandise>
  <GlutenFree>true</GlutenFree>
  <Grades xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </Grades>
  <HasCampaign>true</HasCampaign>
  <HeaderGuid>f1348564-c53c-4a60-b476-bfd2f463a300</HeaderGuid>
  <HeaderIdentifier>ZIU08TzFYEq0dr/S9GOjAA==</HeaderIdentifier>
  <IncludeZeroQtyOnly>true</IncludeZeroQtyOnly>
  <ItemNumber>sample string 8</ItemNumber>
  <Keyword>sample string 5</Keyword>
  <LabelPageLayoutG_UID>9/88SEX6HkyiNH5VMHhqTQ==</LabelPageLayoutG_UID>
  <LabelPageLayoutGuid>483cfff7-fa45-4c1e-a234-7e5530786a4d</LabelPageLayoutGuid>
  <LesserDepartmentCodes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </LesserDepartmentCodes>
  <Liquor>true</Liquor>
  <MinorDepartmentCode>sample string 12</MinorDepartmentCode>
  <MinorDepartmentCodes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </MinorDepartmentCodes>
  <Name>sample string 7</Name>
  <PLU>1</PLU>
  <PrintBatchTypes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </PrintBatchTypes>
  <PrintDate>2025-06-14T06:37:08.9546195+00:00</PrintDate>
  <PrintRequestType>1</PrintRequestType>
  <Printed>true</Printed>
  <Relations>true</Relations>
  <Search>Default</Search>
  <ShelfLocationGuids xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>4d53ec7b-3f0c-46c6-94a7-10494fc6827c</d2p1:guid>
    <d2p1:guid>69c8632a-6c10-4f9e-bcdb-d697b6c6cfeb</d2p1:guid>
  </ShelfLocationGuids>
  <Skip>1</Skip>
  <SlowMoving>true</SlowMoving>
  <Sort>Asc</Sort>
  <SortKind>Location</SortKind>
  <StartsWith>true</StartsWith>
  <StoreID>1</StoreID>
  <SubDepartmentCode>sample string 11</SubDepartmentCode>
  <SubDepartmentCodes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </SubDepartmentCodes>
  <SupplierGuid>372a2dc3-9c28-435e-9627-6b35533b45be</SupplierGuid>
  <SupplierIdentifier>wy0qNyicXkOWJ2s1UztFvg==</SupplierIdentifier>
  <Take>1</Take>
  <Tobacco>true</Tobacco>
  <UTCOffset>3.1</UTCOffset>
  <UseExactPrintDateTime>true</UseExactPrintDateTime>
  <Users xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </Users>
  <Variety>true</Variety>
  <Warehouse>true</Warehouse>
  <WarehouseDirectIndicators xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </WarehouseDirectIndicators>
</PrintBatchDetailQuery>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

List of matching print batch details

PageListOfPrintBatchDetail
NameDescriptionTypeAdditional information
Type

string

None.

List

Collection of PrintBatchDetail

None.

Skip

Number of records to skip over

integer

None.

Take

Number of records to take

integer

None.

TotalCount

integer

Relation. This field may not always be loaded or used for updates.

Response Formats

application/json, text/json

Sample:
{
  "type": "PrintBatchDetail",
  "list": [
    {
      "$id": "2",
      "identifier": "8yPWfD0drE6tEr4JuUqh4Q==",
      "identifierGuid": "7cd623f3-1d3d-4eac-ad12-be09b94aa1e1",
      "headerIdentifier": "1Qzl7V+Nv0mD54a33DwqxA==",
      "headerGuid": "ede50cd5-8d5f-49bf-83e7-86b7dc3c2ac4",
      "shelfLocationIdentifier": "oW/RpkqqbUG6h0ufd3zg1w==",
      "shelfLocationGuid": "a6d16fa1-aa4a-416d-ba87-4b9f777ce0d7",
      "pluG_UID": "gAmIVsAS5EK4ANafCX+20Q==",
      "pluGuid": "56880980-12c0-42e4-b800-d69f097fb6d1",
      "operatorG_UID": "LcqYUeYdAESWhQ1VM4V1Qg==",
      "operatorGuid": "5198ca2d-1de6-4400-9685-0d5533857542",
      "campaignName": "sample string 2",
      "comboGroupIdentifier": "g02ciZUXWECYuCHa6ZU2NA==",
      "comboGroupGuid": "899c4d83-1795-4058-98b8-21dae9953634",
      "created": "2025-06-14T06:37:08.9858763",
      "labelQuantity": 3,
      "talkerQuantity": 4,
      "labelSmall": true,
      "printed": "2025-06-14T06:37:08.9858763",
      "detailMetaList": [
        {
          "$id": "3",
          "id": 1,
          "printBatchType": 2,
          "user": "sample string 3",
          "detailIdentifier": "Hmb0+ATTkkakev+4xYRZ7g==",
          "detailGuid": "f8f4661e-d304-4692-a47a-ffb8c58459ee"
        },
        {
          "$ref": "3"
        }
      ],
      "users": "sample string 6",
      "printBatchTypes": "sample string 7",
      "product": {
        "$id": "4",
        "plu": 1,
        "storeID": 1,
        "masterPluG_UID": "QEA=",
        "storeIDs": [
          1,
          2
        ],
        "g_UId": "ePacMKoG8kGH24tNpN7cfw==",
        "guid": "309cf678-06aa-41f2-87db-8b4da4dedc7f",
        "apn": "sample string 1",
        "apnChanged": true,
        "apnSwitched": true,
        "barcode": "sample string 4",
        "itemNumber": "sample string 5",
        "itemNumberChanged": true,
        "priceGroupG_UID": "gmG/zPlcXku90CHoduQhAw==",
        "priceGroupGuid": "ccbf6182-5cf9-4b5e-bdd0-21e876e42103",
        "blueprintID": 1,
        "lastCountedDate": "2025-06-14T06:37:08.9858763",
        "externalID": "sample string 7",
        "active": true,
        "activated": "2025-06-14T06:37:08.9858763",
        "pluCreated": "2025-06-14T06:37:08.9858763",
        "createdByUser": "sample string 9",
        "name": "sample string 10",
        "nameChanged": true,
        "secondDescription": "sample string 12",
        "hostDescription": "sample string 13",
        "keepCartonQty": true,
        "keepDescription": true,
        "keepDepartments": true,
        "keepSuppliers": true,
        "markdownDescription": "sample string 18",
        "altDescription": "sample string 19",
        "bestOrExpire": 20,
        "lastUpdate": "2025-06-14T06:37:08.9858763",
        "lastManualUpdate": "2025-06-14T06:37:08.9858763",
        "imageName": "sample string 23",
        "showImageOnFlipCharts": true,
        "showTextOnFlipCharts": true,
        "overrideFlipChartText": true,
        "flipChartText": "sample string 27",
        "salesMode": 1,
        "eftCode": 1,
        "price": 1,
        "priceChanged": true,
        "rrp": 1,
        "gstPercent": 28,
        "gstPercentChanged": true,
        "costGSTPercent": 29,
        "costGSTPercentChanged": true,
        "wetPercent": 1,
        "priceOverride": 1,
        "cost": 1,
        "currentCost": 1,
        "currentCostDecimals": 1,
        "grossProfit": 1.0,
        "currentCostDesc": "sample string 30",
        "currentCostEnd": "2025-06-14T06:37:08.9858763",
        "currentCostUpdated": "2025-06-14T06:37:08.9858763",
        "costDecimals": 31,
        "costChanged": true,
        "dealCostIdentifier": "QEA=",
        "excludeFromRebate": true,
        "rebateOverride": 1,
        "costCalcMethod": 1,
        "costCalcMethodChanged": true,
        "costEffectiveDate": "2025-06-14T06:37:08.9858763",
        "defaultGP": 1,
        "breakTargetMode": 32,
        "break1": 1,
        "price1": 1,
        "target1": 33,
        "break2": 1,
        "price2": 1,
        "target2": 34,
        "break3": 1,
        "price3": 1,
        "target3": 35,
        "break1Changed": true,
        "price1Changed": true,
        "target1Changed": true,
        "break2Changed": true,
        "price2Changed": true,
        "target2Changed": true,
        "break3Changed": true,
        "price3Changed": true,
        "target3Changed": true,
        "breakTargetModeChanged": true,
        "margin": 1.1,
        "marginChanged": true,
        "marginRanged": true,
        "marginRangedChanged": true,
        "minimumMargin": 1.1,
        "minimumMarginChanged": true,
        "maximumMargin": 1.1,
        "maximumMarginChanged": true,
        "overrideHostWarehouseIndicator": true,
        "overrideHostWarehouseIndicatorChanged": true,
        "overrideHostPrice": true,
        "overrideHostPriceChanged": true,
        "overrideHostCost": true,
        "overrideHostCostChanged": true,
        "overrideHostMargin": true,
        "overrideHostMarginChanged": true,
        "alwaysApplyMargin": true,
        "alwaysApplyMarginChanged": true,
        "aws": 1.0,
        "awsUpdated": "2025-06-14T06:37:08.9858763",
        "posTare": 1,
        "altPrice": 1.0,
        "altPriceChanged": true,
        "altPriceMode": 52,
        "altPriceModeChanged": true,
        "altPLUG_UID": "THmAKrJY50eKIFKSEMyqVg==",
        "altPLUGuid": "2a80794c-58b2-47e7-8a20-529210ccaa56",
        "altPLUGuidChanged": true,
        "altPriceDescription1": "sample string 53",
        "altPriceDescription2": "sample string 54",
        "cartonQuantity": 55,
        "cartonQuantityChanged": true,
        "trayID": 1,
        "promptID": 1,
        "tare": 1,
        "packQty": 1,
        "fixedWeight": 1,
        "extraMesg": 1,
        "text1": "sample string 57",
        "text2": "sample string 58",
        "text3": "sample string 59",
        "labelText": "sample string 60",
        "labelTextChanged": true,
        "sendToScale": true,
        "nonScaleWeigh": true,
        "labelFormat": "sample string 64",
        "barcodeFormat": "sample string 65",
        "austMade": 1,
        "coolCode": 66,
        "countryOfOrigin": "sample string 67",
        "percentContent": 68.1,
        "departmentID": 1,
        "subDepartmentID": 1,
        "minorDepartmentID": 1,
        "lesserDepartmentID": 1,
        "deptCode": "sample string 69",
        "subDeptCode": "sample string 70",
        "minorDeptCode": "sample string 71",
        "lesserDeptCode": "sample string 72",
        "deptName": "sample string 73",
        "subDeptName": "sample string 74",
        "minorDeptName": "sample string 75",
        "lesserDeptName": "sample string 76",
        "departmentChanged": true,
        "subCategoryID": 1,
        "expiry": 1,
        "showDays": 1,
        "datePrint": 1,
        "labelRequired": true,
        "labelShelfQty": 79,
        "labelShelfChanged": true,
        "labelTalkerQty": 81,
        "labelSmall": true,
        "labelLastPrinted": "2025-06-14T06:37:08.9858763",
        "labelLastPrice": 1,
        "shelfPageLayoutG_UID": "j+5jHb6oyUi9YlUz3DuVIw==",
        "shelfPageLayoutGuid": "1d63ee8f-a8be-48c9-bd62-5533dc3b9523",
        "talkerPageLayoutG_UID": "8DeLqzVd4UCAR1qTq5OONA==",
        "talkerPageLayoutGuid": "ab8b37f0-5d35-40e1-8047-5a93ab938e34",
        "unitMeasure": 1.1,
        "unitMeasureChanged": true,
        "unitMeasureKind": 84,
        "unitMeasureKindChanged": true,
        "signIQData": "sample string 86",
        "refresh": true,
        "earnLoyaltyPoints": true,
        "earnLoyaltyPointsChanged": true,
        "quantityOverride": true,
        "quantityOverrideChanged": true,
        "quantityRequired": true,
        "quantityRequiredChanged": true,
        "allowDiscounts": true,
        "allowDiscountsChanged": true,
        "discountDiscounts": true,
        "discountDiscountsChanged": true,
        "itemRecalled": true,
        "itemRecalledChanged": true,
        "noRefund": true,
        "noRefundChanged": true,
        "allowMarkdown": true,
        "allowMarkdownChanged": true,
        "priceRequired": true,
        "priceRequiredChanged": true,
        "fuelItem": true,
        "fuelItemChanged": true,
        "trackSerial": true,
        "trackSerialChanged": true,
        "allowZeroPrice": true,
        "allowZeroPriceChanged": true,
        "notForSale": 90,
        "notForSaleChanged": true,
        "excludeFromDeals": true,
        "excludeFromVoucher": true,
        "minimumAge": 93,
        "minimumAgeChanged": true,
        "buyingLimit": 1,
        "buyingLimitChanged": true,
        "buyingLimitIndependent": true,
        "buyingLimitIndependentChanged": true,
        "inventoryGuid": "PBBVLLRUQ0qCaoF/8W07Mw==",
        "inventoryIdentifier": "2c55103c-54b4-4a43-826a-817ff16d3b33",
        "inventoryAccuracy": 1,
        "baseUnits": 97,
        "orderPacked": 1,
        "isManufactured": true,
        "isIngredient": true,
        "isModifier": true,
        "isModifierChanged": true,
        "hasModifiers": 98,
        "defaultPrinter": "sample string 99",
        "defaultPrinterGroup": "sample string 100",
        "ingredientsOnManufacture": true,
        "manufactureUnitMeasure": 1,
        "mpl": 1,
        "maxShelfQty": 101,
        "allowAutoOrder": true,
        "warrantyPeriod": 1,
        "parentPluG_UId": "kZ66x1ssIkGi2hyJyQRKaw==",
        "parentPluGuid": "c7ba9e91-2c5b-4122-a2da-1c89c9044a6b",
        "preferredHostVendor": 103,
        "preferredHostChanged": true,
        "code": "sample string 105",
        "supplierIdentifier": "YmY2yNgKX02IgHCicpo/sg==",
        "supplierIdentifierGuid": "c8366662-0ad8-4d5f-8880-70a2729a3fb2",
        "supplierChanged": true,
        "rebateSupplierIdentifier": "oZPKvG+jGEqYRqCzROs0lQ==",
        "rebateSupplierIdentifierGuid": "bcca93a1-a36f-4a18-9846-a0b344eb3495",
        "rebateSupplierChanged": true,
        "availableForOrder": true,
        "warehouseDirectIndicator": "sample string 107",
        "warehouseDirectIndicatorChanged": true,
        "productGrade": "sample string 109",
        "productType": "sample string 110",
        "productGroup": "sample string 111",
        "complianceIndicator": "sample string 112",
        "inhouseBrand": "sample string 113",
        "slowMoving": true,
        "generalMerchandise": true,
        "comment": "sample string 116",
        "lastUpdatedByUser": "sample string 117",
        "lastManualUpdatedByUser": "sample string 118",
        "lastUpdatedByUserOverride": true,
        "lastUpdatedByHost": "2025-06-14T06:37:08.9858763",
        "commodity": "sample string 120",
        "businessPillar": "sample string 121",
        "mscCommodity": "sample string 122",
        "hostIdentifier": "/O7GE7/Of0a/G0yttsrQtQ==",
        "hostIdentifierGuid": "13c6eefc-cebf-467f-bf1b-4cadb6cad0b5",
        "serviceFeeID": 1,
        "serviceFeeIDChanged": true,
        "providerName": "sample string 124",
        "aisleEnds": "sample string 125",
        "deleted": true,
        "deletedChanged": true,
        "hidden": true,
        "doNotRange": true,
        "doNotRangeChanged": true,
        "doNotOrder": true,
        "doNotOrderChanged": true,
        "locked": true,
        "excludeFromWebUpdate": true,
        "excludeFromWebUpdateChanged": true,
        "webPriceBasedOn": 136,
        "webPriceRounding": true,
        "webMarkup": 138,
        "webPriceMode": 139,
        "altDepartmentID": 1,
        "altSubDepartmentID": 1,
        "altMinorDepartmentID": 1,
        "altLesserDepartmentID": 1,
        "altDeptCode": "sample string 140",
        "altSubDeptCode": "sample string 141",
        "altMinorDeptCode": "sample string 142",
        "altLesserDeptCode": "sample string 143",
        "altDepartmentChanged": true,
        "storeProducts": [
          {
            "$ref": "4"
          },
          {
            "$ref": "4"
          }
        ],
        "store": {
          "$id": "5",
          "id": 1,
          "isMaster": true,
          "shortName": "sample string 3",
          "url": "sample string 4",
          "sortOrder": 1,
          "name": "sample string 5",
          "phone": "sample string 6",
          "fax": "sample string 7",
          "email": "sample string 8",
          "address1": "sample string 9",
          "address2": "sample string 10",
          "city": "sample string 11",
          "state": "sample string 12",
          "country": "sample string 13",
          "postCode": "sample string 14",
          "delivery": 1,
          "exportAccounts": 1,
          "salesAccountFolder": "sample string 15",
          "purchaseAccountFolder": "sample string 16",
          "initLoad": 1,
          "initIDs": 1,
          "zoneID": 1,
          "actAsMaster": 1,
          "lastActiveUtc": "2025-06-14T06:37:08.9858763",
          "active": true,
          "warehouse": true,
          "abn": "sample string 19",
          "phoneOrderSubjectLine": "sample string 20",
          "caseConfiguration": 21,
          "isNormalPriceChangesCampaign": true,
          "generatePrintLabels": true,
          "headerLogo": "sample string 24",
          "custNo": "sample string 25",
          "stateCode": "sample string 26",
          "hostIdentifier": "hdUGgwRxEEGtQs47PdKkKQ==",
          "hostIdentifierGuid": "8306d585-7104-4110-ad42-ce3b3dd2a429",
          "hostName": 1,
          "hostAddress": "sample string 27",
          "hostUsername": "sample string 28",
          "hostPassword": "sample string 29",
          "excludeFromLeadInOut": true,
          "accountingProvider": 31,
          "accountingAddress": "sample string 32",
          "accountingUsername": "sample string 33",
          "accountingPassword": "sample string 34",
          "storeAccountingCode": "sample string 35",
          "softwareVariance": 36,
          "fuelWarningVariance": 37.0,
          "fuelErrorVariance": 38.0,
          "fuelAccumulatedWarningVariance": 39.0,
          "fuelAccumulatedErrorVariance": 40.0,
          "drawManagment": 41,
          "endOfDayManagment": true,
          "autoFillCashBalancing": true,
          "fuelDayVariance": 44,
          "accountingTradingTime": "00:00:00.1234567",
          "stockActivateProduct": 46,
          "giftCardSalesAccountingDeptCode": "sample string 47",
          "transactionDiscountAccountingDeptCode": "sample string 48",
          "size": 49,
          "updated": "2025-06-14T06:37:08.9858763",
          "priceZoneName": "sample string 51",
          "storeFuelConfigured": true,
          "shippingAddressCopied": true,
          "shippingAddress": {
            "$id": "6",
            "storeID": 1,
            "addressType": 1,
            "address1": "sample string 1",
            "address2": "sample string 2",
            "city": "sample string 3",
            "state": "sample string 4",
            "country": "sample string 5",
            "postCode": "sample string 6"
          },
          "billingAddress": {
            "$ref": "6"
          },
          "hostStoreSettings": [
            {
              "$id": "7",
              "id": 1,
              "hostIdentifier": "Qun9X9xi/E+sSvuToS3JQQ==",
              "hostIdentifierGuid": "5ffde942-62dc-4ffc-ac4a-fb93a12dc941",
              "storeID": 2,
              "username": "sample string 3",
              "password": "sample string 4",
              "passwordPlain": "sample string 5",
              "serverAddress": "sample string 6",
              "serverPort": 1,
              "excludeFromLeadInOut": true,
              "useForHostFile": true,
              "metcashPillarID": "sample string 9",
              "metcashStateCode": "sample string 10",
              "metcashCustomerID": "sample string 11",
              "metcashTradingPartnerID": "sample string 12",
              "drakesCustomerNumber": 1,
              "sparCustomerNumber": "sample string 13",
              "sparOrderUsername": "sample string 14",
              "sparOrderPassword": "sample string 15",
              "sparOrderPasswordPlain": "sample string 16",
              "pharmXSiteID": 1,
              "ibaZoneID": 1,
              "ibaState": "sample string 17",
              "foodlandStoreCode": "sample string 18",
              "ilgMemberNumber": "sample string 19",
              "ilgOutletLocation": 1,
              "ilgBaseCost": 1,
              "ilgApplyNonAdvertisedPromos": true,
              "ilgExemptFromFreight": true,
              "ilgOrderDealReview": true,
              "ilgFinanceFee": 1,
              "processPromotions": true,
              "hostProvider": 0,
              "host": {
                "$id": "8",
                "identifier": "eOc+nMkJE0qWINLTnb/GtQ==",
                "identifierGuid": "9c3ee778-09c9-4a13-9620-d2d39dbfc6b5",
                "isPrimary": true,
                "obeyPreferredHost": true,
                "loadCampaigns": true,
                "isHostOwnedGroup": true,
                "serviceFeeID": 1,
                "deletedDiscountRate": 1,
                "deletedDiscountDuration": 1,
                "doNotRange": true,
                "doNotOrder": true,
                "updateMaster": true,
                "ignoreHostPriceGroups": true,
                "ignoreNormalSellIncrease": true,
                "ignoreNormalSellIncreaseRange": 11,
                "ignoreNormalSellDecrease": true,
                "ignoreNormalSellDecreaseRange": 13,
                "roundNormalSell": true,
                "ignorePromotionSell": true,
                "ignoreNonAdvertisedPromotionSell": true,
                "splitAdvertisedAndNonAdvertisedPromotions": true,
                "ignoreLeadInOut": true,
                "hostSupplierIdentifier": "Glt9voIvP0SLnvIfdH6guQ==",
                "hostSupplierIdentifierGuid": "be7d5b1a-2f82-443f-8b9e-f21f747ea0b9",
                "loyaltyPriceLevelIdentifier": "4VMDl2onYU+vOpkIESsFag==",
                "loyaltyPriceLevelIdentifierGuid": "970353e1-276a-4f61-af3a-9908112b056a",
                "isGroup": true,
                "description": "sample string 22",
                "hostProvider": 23,
                "hostTypeEnum": 24,
                "hostType": "sample string 25",
                "hostCode": "sample string 26",
                "username": "sample string 27",
                "password": "sample string 28",
                "passwordPlain": "sample string 29",
                "server": "sample string 30",
                "url": "sample string 31",
                "global": true,
                "stateCode": "sample string 33",
                "lastCollected": "2025-06-14T06:37:08.9858763",
                "lastProcessed": "2025-06-14T06:37:08.9858763",
                "hold": true,
                "supplierName": "sample string 35",
                "supplier": {
                  "$id": "9",
                  "identifier": "KYWDhxc+vk2QuhwdyJU6+w==",
                  "identifierGuid": "87838529-3e17-4dbe-90ba-1c1dc8953afb",
                  "code": "sample string 1",
                  "name": "sample string 2",
                  "fuelSupplier": true,
                  "isSupplier": true,
                  "isHostedSupplier": true,
                  "hostID": 1,
                  "accountCode": "sample string 6",
                  "invoiceSuffix": "sample string 7",
                  "orderEmail": "sample string 8",
                  "orderEmailBcc": "sample string 9",
                  "orderFax": "sample string 10",
                  "showOrderCost": true,
                  "receiptCostUpdate": true,
                  "sendReceipt": true,
                  "receiptEmail": "sample string 14",
                  "receiptEmailBcc": "sample string 15",
                  "primaryContactGuid": "8KcqsivVy02osV+vrcKouw==",
                  "primaryContactID": "b22aa7f0-d52b-4dcb-a8b1-5fafadc2a8bb",
                  "storeID": 1,
                  "abn": "sample string 16",
                  "supplierGroupIdentifier": "V2YCu1MxLkmmAbENphq6JA==",
                  "supplierGroupGuid": "bb026657-3153-492e-a601-b10da61aba24",
                  "rebate": 1.0,
                  "rebateType": 1,
                  "rebateFrequency": 1,
                  "rebateSource": 1,
                  "rebateLastClaimed": "2025-06-14T06:37:08.9858763",
                  "rebateLastClaimedAmount": 1.0,
                  "cartonsOnly": true,
                  "minimumOrderValue": 1,
                  "enforceMinimumQuantity": true,
                  "freight": 19.0,
                  "freightType": 20,
                  "deleted": true,
                  "deletedUser": "sample string 22",
                  "storeName": "sample string 23",
                  "primaryContact": {
                    "$id": "10",
                    "id": "d51b7eec-273e-45a9-aa38-812a8f692c43",
                    "identifier": "ieI9PXF6/USgJkUvoFsEqw==",
                    "identifierGuid": "3d3de289-7a71-44fd-a026-452fa05b04ab",
                    "familyName": "sample string 1",
                    "givenNames": "sample string 2",
                    "otherNames": "sample string 3",
                    "title": "sample string 4",
                    "dateOfBirth": "sample string 5",
                    "sex": "sample string 6",
                    "address": "sample string 7",
                    "address1": "sample string 8",
                    "address2": "sample string 9",
                    "town": "sample string 10",
                    "state": "sample string 11",
                    "country": "sample string 12",
                    "postalCode": "sample string 13",
                    "telephone": "sample string 14",
                    "mobile": "sample string 15",
                    "email": "sample string 16",
                    "fax": "sample string 17",
                    "primary": true
                  },
                  "contacts": [
                    {
                      "$id": "11",
                      "supplierIdentifier": "oCC2QeH5jk6/SDVEmBCwsQ==",
                      "supplierIdentifierGuid": "41b620a0-f9e1-4e8e-bf48-35449810b0b1",
                      "contactGuid": "8gBjL+tOBEaWuywNLOFZyw==",
                      "contactID": "2f6300f2-4eeb-4604-96bb-2c0d2ce159cb",
                      "contact": {
                        "$ref": "10"
                      },
                      "supplier": {
                        "$ref": "9"
                      }
                    },
                    {
                      "$ref": "11"
                    }
                  ],
                  "products": [
                    {
                      "$id": "12",
                      "pluG_UID": "+dfgFKoVpUWJMMEfRrD2mg==",
                      "pluGuid": "14e0d7f9-15aa-45a5-8930-c11f46b0f69a",
                      "supplierIdentifier": "N1iji+gKMUS1tqvYeZBv2A==",
                      "supplierIdentifierGuid": "8ba35837-0ae8-4431-b5b6-abd879906fd8",
                      "cartonQuantity": 1,
                      "cartonQuantityChanged": true,
                      "productSize": "sample string 2",
                      "cigarettesPerSleeve": 1,
                      "randomWeight": true,
                      "piecesPerUnit": 4,
                      "averagePackSize": 5,
                      "effectiveDate": "2025-06-14T06:37:08.9858763",
                      "pricedByWeight": true,
                      "landedUnitCostEx": 8,
                      "landedUnitCostInc": 9,
                      "landedCartonCostInc": 10,
                      "landedCartonCostEx": 11,
                      "standardCost": 12,
                      "deliveryFee": 1,
                      "deliveryFeeBasis": "sample string 13",
                      "pickAndPackFee": 1,
                      "pickAndPackFeeBasis": "sample string 14",
                      "financeFee": 1,
                      "financeFeeBasis": "sample string 15",
                      "cartonLength": 1,
                      "cartonWidth": 1,
                      "cartonHeight": 1,
                      "palletLayerQuantity": 1,
                      "palletLayers": 1,
                      "itemCode": "sample string 16",
                      "invoiceCode": "sample string 17",
                      "invoiceDesc": "sample string 18",
                      "orderDirect": true,
                      "useCost": true,
                      "minimumQuantity": 19,
                      "hostType": 20,
                      "fromHost": 21,
                      "minimumReorder": 1,
                      "maximumReorder": 1,
                      "orderMultiple": 22.1,
                      "sellMultiple": 23.1,
                      "baseMultiple": 24.1,
                      "hostStandardCost": 25,
                      "hostTotalCost": 26,
                      "hostRetail": 27,
                      "hostLandedUnitCostEx": 28,
                      "hostLandedUnitCostInc": 29,
                      "hostDesc": "sample string 30",
                      "directIndicator": "sample string 31",
                      "availableToOrder": true,
                      "hostRangeIndicator": "sample string 33",
                      "hostProductType": "sample string 34",
                      "hostProductGrade": "sample string 35",
                      "hostProductGroup": "sample string 36",
                      "hostSlowMoving": true,
                      "hostGeneralMerchandise": true,
                      "hostPillar": "sample string 39",
                      "hostLastUpdated": "2025-06-14T06:37:08.9858763",
                      "rebate": 1.0,
                      "rebateExclude": true,
                      "invoiceCodes": [
                        {
                          "$id": "13",
                          "pluG_UID": "6SGBgtLFHE+rMdErSlMTVg==",
                          "pluGuid": "828121e9-c5d2-4f1c-ab31-d12b4a531356",
                          "supplierIdentifier": "NF3hg8vCk0OsUkMjzcciLQ==",
                          "supplierIdentifierGuid": "83e15d34-c2cb-4393-ac52-4323cdc7222d",
                          "invoiceCode": "sample string 1",
                          "storeIDs": [
                            1,
                            2
                          ]
                        },
                        {
                          "$ref": "13"
                        }
                      ],
                      "storeIDs": [
                        1,
                        2
                      ],
                      "preferredSupplier": true,
                      "preferredRebateSupplier": true,
                      "supplierName": "sample string 40",
                      "salesMode": 41,
                      "orderPacked": true,
                      "active": true,
                      "price": 1,
                      "costGstPercent": 43,
                      "parentPluG_UID": "7VgiQLLWLEycui2sfvUyoQ==",
                      "parentPluGuid": "402258ed-d6b2-4c2c-9cba-2dac7ef532a1",
                      "freight": 44.0,
                      "freightType": 1,
                      "product": {
                        "$ref": "4"
                      },
                      "supplier": {
                        "$ref": "9"
                      },
                      "serviceFee": {
                        "$id": "14",
                        "id": 1,
                        "description": "sample string 1",
                        "fee": 1
                      },
                      "isPrimaryHost": true,
                      "hostVendor": 46
                    },
                    {
                      "$ref": "12"
                    }
                  ],
                  "orderCycleHeaders": [
                    {
                      "$id": "15",
                      "storeID": 1,
                      "supplierIdentifier": "O9Okle0ETESX1diD/RN4Dg==",
                      "supplierGuid": "95a4d33b-04ed-444c-97d5-d883fd13780e",
                      "departmentCode": "sample string 2",
                      "warehouseDirectIndicator": "sample string 3",
                      "type": 4,
                      "storeName": "sample string 5",
                      "departmentName": "sample string 6",
                      "orderDays": 7
                    },
                    {
                      "$ref": "15"
                    }
                  ],
                  "cycles": [
                    {
                      "$id": "16",
                      "storeID": 1,
                      "supplierIdentifier": "ZELgtoNVsU+Z0i2fSqHUuQ==",
                      "supplierGuid": "b6e04264-5583-4fb1-99d2-2d9f4aa1d4b9",
                      "departmentCode": "sample string 2",
                      "warehouseDirectIndicator": "sample string 3",
                      "type": 4,
                      "cutOffWeek": 5,
                      "cutOffDay": 6,
                      "cutOffTime": "00:00:00.1234567",
                      "leadTime": 7,
                      "daysBuffer": 8,
                      "supplierName": "sample string 9",
                      "cutOffDate": "2025-06-14T06:37:08.9858763",
                      "deliveryDate": "2025-06-14T06:37:08.9858763",
                      "nextCutOffDate": "2025-06-14T06:37:08.9858763",
                      "nextDeliveryDate": "2025-06-14T06:37:08.9858763",
                      "nextDaysBuffer": 10
                    },
                    {
                      "$ref": "16"
                    }
                  ],
                  "store": {
                    "$ref": "5"
                  },
                  "updated": "2025-06-14T06:37:08.9858763",
                  "isHost": true
                },
                "files": [
                  {
                    "$id": "17",
                    "id": "sample string 1",
                    "fileName": "sample string 2",
                    "extension": "sample string 3",
                    "provider": 0,
                    "type": 0,
                    "hostType": "sample string 4",
                    "createdUtc": "2025-06-14T06:37:08.9858763",
                    "processed": "2025-06-14T06:37:08.9858763",
                    "isProcessing": true,
                    "processedCount": 6,
                    "processingTime": 1,
                    "collectedUtc": "2025-06-14T06:37:08.9858763",
                    "size": 1,
                    "sizeFormat": "sample string 7",
                    "isArchive": true,
                    "version": "sample string 9",
                    "reference": "sample string 10",
                    "digest": "sample string 11",
                    "contentType": "sample string 12",
                    "host": {
                      "$ref": "8"
                    },
                    "metcashHeader": {
                      "$id": "18",
                      "customerNumber": "sample string 1",
                      "creationDate": "2025-06-14T06:37:08.9858763",
                      "businessPillar": "sample string 3",
                      "fileType": "sample string 4"
                    }
                  },
                  {
                    "$ref": "17"
                  }
                ],
                "zoneMatrix": [
                  {
                    "$id": "19",
                    "id": 1,
                    "hostIdentifier": "ZTGJefHSUk2dHhCGfw9LKQ==",
                    "hostIdentifierGuid": "79893165-d2f1-4d52-9d1e-10867f0f4b29",
                    "storeID": 1,
                    "departmentCode": "sample string 2",
                    "hostGuids": [
                      "0c0eaff2-0108-41f1-8b97-cb5c53f26ae3",
                      "d05b4cac-195c-40f7-ad0f-615d18c2ad34"
                    ]
                  },
                  {
                    "$ref": "19"
                  }
                ],
                "hostFileStoreSetting": {
                  "$ref": "7"
                },
                "hostStoreSettings": [
                  {
                    "$ref": "7"
                  },
                  {
                    "$ref": "7"
                  }
                ],
                "promotionPlacements": [
                  {
                    "$id": "20",
                    "identifier": "17LHkC/jrE6Ku2IaPrglzQ==",
                    "identifierGuid": "90c7b2d7-e32f-4eac-8abb-621a3eb825cd",
                    "code": "sample string 2",
                    "description": "sample string 3",
                    "isAdvertised": true
                  },
                  {
                    "$ref": "20"
                  }
                ],
                "promoTypeGuids": [
                  "c7ce010e-7ccf-458b-a4d5-25fc2d21f970",
                  "f89a66c2-5050-4a87-a765-4eb1f41a2531"
                ],
                "isPromotionOnly": false,
                "isOrderable": false,
                "vendor": 0
              },
              "groupIDs": [
                1,
                2
              ],
              "hostDescription": "sample string 24"
            },
            {
              "$ref": "7"
            }
          ],
          "accounts": [
            {
              "$id": "21",
              "id": 1,
              "storeID": 1,
              "accountName": "sample string 2",
              "bsb": "sample string 3",
              "accountNumber": "sample string 4",
              "accountDesignated": true
            },
            {
              "$ref": "21"
            }
          ],
          "sales": [
            {
              "$id": "22",
              "id": 1,
              "storeID": 1,
              "externalSalesType": 2,
              "ftpSiteID": 1,
              "lastSaleProcessed": "2025-06-14T06:37:08.9858763",
              "ftpSite": {
                "$id": "23",
                "id": 1,
                "description": "sample string 2",
                "address": "sample string 3",
                "username": "sample string 4",
                "password": "sample string 5",
                "path": "sample string 7",
                "protocol": 8
              }
            },
            {
              "$ref": "22"
            }
          ],
          "zoneMatrix": [
            {
              "$ref": "19"
            },
            {
              "$ref": "19"
            }
          ],
          "cashManagements": [
            {
              "$id": "24",
              "id": 1,
              "storeID": 1,
              "cashManagementType": 2,
              "apiID": 1,
              "organisationID": "sample string 3",
              "siteName": "sample string 4",
              "thirdPartyAPI": {
                "$id": "25",
                "id": 1,
                "description": "sample string 2",
                "address": "sample string 3",
                "username": "sample string 4",
                "password": "sample string 5",
                "passwordPlain": "sample string 6",
                "token": "sample string 7",
                "apiType": 8,
                "apiSubType": 9
              }
            },
            {
              "$ref": "24"
            }
          ],
          "updateStoreID": "75fdddff-d007-4211-b0c8-cb1ed17d9512",
          "updateStore": {
            "$id": "26",
            "id": "e029c095-272b-4259-8579-f04f4d054729",
            "name": "sample string 1",
            "lastActivity": "2025-06-14T06:37:08.9858763",
            "zone": "sample string 2",
            "timeZoneOffset": 0.0,
            "businessHoursStart": "00:00:00.1234567",
            "businessHoursEnd": "00:00:00.1234567",
            "master": true,
            "lastIP": "sample string 10",
            "lastHostName": "sample string 11",
            "ping": 1,
            "pingStatus": "sample string 12",
            "lastUpdateCompleted": "2025-06-14T06:37:08.9858763"
          },
          "timeZoneId": "sample string 53",
          "securityOptions": {
            "$id": "27",
            "loginMode": 1,
            "allowSelfVerification": true,
            "verifierEmail": "sample string 3",
            "source": "sample string 4",
            "loginModeInherited": 5,
            "loginModeSource": "sample string 6",
            "selfVerifyInherited": true,
            "selfVerifySource": "sample string 8",
            "verifyEmailInherited": "sample string 9",
            "verifyEmailSource": "sample string 10"
          }
        },
        "storePrices": [
          {
            "$id": "28",
            "pluG_UID": "N4qtFgp0yk2U0PSNtvEk9Q==",
            "pluGuid": "16ad8a37-740a-4dca-94d0-f48db6f124f5",
            "plu": 1,
            "storeID": 1,
            "zoneID": 2,
            "zoneName": "sample string 3",
            "store": "sample string 4",
            "priceNow": 5,
            "costNow": 6,
            "costNowDecimals": 7,
            "normalPrice": 8,
            "gstPercent": 9,
            "normalCost": 10,
            "normalCostDecimals": 11,
            "costGstPercent": 12,
            "costCalcMethod": 1,
            "currentCost": 13,
            "currentCostDecimals": 14,
            "break1": 15,
            "price1": 16,
            "break2": 17,
            "price2": 18,
            "break3": 19,
            "price3": 20,
            "fuelItem": 21,
            "fixedWeight": 22,
            "active": true,
            "complianceIndicator": "sample string 23",
            "doNotOrder": true,
            "doNotRange": true,
            "isNormalPriceChangesCampaign": true,
            "updated": "2025-06-14T06:37:08.9858763"
          },
          {
            "$ref": "28"
          }
        ],
        "currentPrices": {
          "$id": "29",
          "pluPrices": {
            "$id": "30",
            "plu": 1,
            "pluG_UID": "QEA=",
            "stores": [
              1,
              2
            ],
            "normalPrice": 1,
            "cost": 2,
            "break1": 3,
            "price1": 4,
            "break2": 5,
            "price2": 6,
            "break3": 7,
            "price3": 8,
            "discountPrice": 9,
            "acceptedUtc": "2025-06-14T06:37:08.9858763",
            "priceChangeType": 0,
            "costDecimals": 10
          },
          "normalPluPrices": {
            "$ref": "30"
          },
          "winningCampaign": 1,
          "winner": {
            "$id": "31",
            "campaignName": "sample string 1",
            "campaignDescription": "sample string 2",
            "startDate": "2025-06-14T06:37:08.9858763",
            "startTime": 3,
            "endDate": "2025-06-14T06:37:08.9858763",
            "endTime": 4,
            "newPrice": 5,
            "newCost": 6,
            "newCostDecimals": 7,
            "pctDiscount": 8,
            "promoType": 1,
            "promotionTypeCode": "sample string 9",
            "hostType": 10,
            "hostIdentifier": "NCMYDZ3m00eRPbG21BrlAw==",
            "hostIdentifierGuid": "0d182334-e69d-47d3-913d-b1b6d41ae503",
            "storeNames": [
              "sample string 1",
              "sample string 2"
            ]
          },
          "details": [
            {
              "$ref": "31"
            },
            {
              "$ref": "31"
            }
          ]
        },
        "tray": {
          "$id": "32",
          "g_UId": "nseQVYWiak+HMpS8wVpGDQ==",
          "guid": "5590c79e-a285-4f6a-8732-94bcc15a460d",
          "name": "sample string 1",
          "number": 1,
          "tare": 1
        },
        "priceGroup": {
          "$id": "33",
          "priceGroupG_UID": "Kpfw6RaKUEecYY5zssTADg==",
          "priceGroupGuid": "e9f0972a-8a16-4750-9c61-8e73b2c4c00e",
          "name": "sample string 2",
          "code": 1,
          "modified": true,
          "updated": "2025-06-14T06:37:08.9858763",
          "buyingLimit": 1,
          "buyingLimitIndependent": true,
          "buyingLimitType": 0,
          "number": 1,
          "products": [
            {
              "$ref": "4"
            },
            {
              "$ref": "4"
            }
          ],
          "productCount": 1
        },
        "priceGroupName": "sample string 145",
        "nutrifacts": {
          "$id": "34",
          "pluG_UID": "5bDRzTLKFkGKFbhG6oxCog==",
          "pluGuid": "cdd1b0e5-ca32-4116-8a15-b846ea8c42a2",
          "plu": 1,
          "servingsPerPack": 1,
          "servingSize": 1,
          "showAllergens": 1,
          "energy": 1,
          "protein": 1,
          "fat": 1,
          "saturated": 1,
          "carbo": 1,
          "sugars": 1,
          "sodium": 1,
          "potasium": 1,
          "calcium": 1,
          "fibre": 1,
          "soya": 1,
          "nutsSeeds": 1,
          "shells": 1,
          "eggs": 1,
          "dairy": 1,
          "gluten": 1,
          "sulphites": 1,
          "peanuts": 1,
          "sesame": 1,
          "fish": 1,
          "lupins": 1
        },
        "dates": {
          "$id": "35",
          "pluGuid": "65b5ee1e-1cac-4902-87ed-9fbf5030a5be",
          "created": "2025-06-14T06:37:08.9858763",
          "createdByUser": "sample string 1",
          "activated": "2025-06-14T06:37:08.9858763",
          "deactivated": "2025-06-14T06:37:08.9858763",
          "lastOrdered": "2025-06-14T06:37:08.9858763",
          "lastOrderedQty": 2.0,
          "lastReceived": "2025-06-14T06:37:08.9858763",
          "lastReceivedQty": 3.0,
          "lastInvoiceStatus": 1,
          "lastCounted": "2025-06-14T06:37:08.9858763",
          "lastSold": "2025-06-14T06:37:08.9858763",
          "firstSold": "2025-06-14T06:37:08.9858763",
          "awsUpdated": "2025-06-14T06:37:08.9858763",
          "lastManualUpdate": "2025-06-14T06:37:08.9858763",
          "lastManualUpdatedByUser": "sample string 5",
          "lastUpdated": "2025-06-14T06:37:08.9858763",
          "lastUpdatedByUser": "sample string 7",
          "lastUpdatedByHost": "2025-06-14T06:37:08.9858763",
          "doNotRangeUpdated": "2025-06-14T06:37:08.9858763",
          "doNotOrderUpdated": "2025-06-14T06:37:08.9858763",
          "tracked": "2025-06-14T06:37:08.9858763"
        },
        "allergens": [
          {
            "$id": "36",
            "allergenID": 1,
            "pluG_UID": "gEEodQkrpk630vMiAI8WCQ==",
            "pluGuid": "75284180-2b09-4ea6-b7d2-f322008f1609",
            "contains": 2,
            "allergenName": "sample string 3",
            "storeIDs": [
              1,
              2
            ]
          },
          {
            "$ref": "36"
          }
        ],
        "costs": {
          "$id": "37",
          "pluG_UID": "SIFFWsi6rUGpCET9PahhkA==",
          "pluGuid": "5a458148-bac8-41ad-a908-44fd3da86190",
          "enteredCost": 1,
          "weightedAvgCost": 1,
          "lastCost": 1,
          "rawEnteredCost": 2,
          "rawWeightedAvgCost": 3,
          "rawLastCost": 4,
          "freight": 5.0,
          "freightType": 6,
          "costDecimals": 7,
          "fifoCost": 1,
          "updated": "2025-06-14T06:37:08.9858763",
          "normalCost": 1,
          "currentCost": 1
        },
        "sales": [
          {
            "$id": "38",
            "saleHeaderID": 1,
            "created": "2025-06-14T06:37:08.9858763",
            "createdLocal": "2025-06-14T06:37:08.9858763",
            "storeID": 3,
            "storeName": "sample string 4",
            "operatorG_Uid": "VEF+2d0b+E2sEk0LN9SN6w==",
            "operatorGuid": "d97e4154-1bdd-4df8-ac12-4d0b37d48deb",
            "operatorName": "sample string 5",
            "tranType": 1,
            "plu": 1,
            "pluG_UId": "8mUiXYMfd0mc4nDPXjHNxg==",
            "pluGuid": "5d2265f2-1f83-4977-9ce2-70cf5e31cdc6",
            "normalPrice": 1,
            "totalCents": 1,
            "cost": 1,
            "grossProfit": 1,
            "quantity": 1,
            "operator": {
              "$id": "39",
              "id": 1,
              "g_Uid": "Q68/8NX9rk24EnBW3cPTlA==",
              "guid": "f03faf43-fdd5-4dae-b812-7056ddc3d394",
              "operatorNumber": 1,
              "shortName": "sample string 2",
              "firstName": "sample string 3",
              "lastName": "sample string 4",
              "password": "sample string 5",
              "hasPassword": true,
              "passwordText": "sample string 6",
              "rfidTagID": "sample string 7",
              "blueprintID": 1,
              "groupID": 1,
              "groupName": "sample string 8",
              "managerGroupID": 1,
              "managerGroupName": "sample string 9",
              "zoneID": 1,
              "zoneName": "sample string 10",
              "loggedIn": 1,
              "lastUsedIP": "sample string 11",
              "deleted": true,
              "locked": true,
              "allowOpenTill": true,
              "webEmail": "sample string 14",
              "simpleOperatorType": 0,
              "webRole": "sample string 15",
              "updated": "2025-06-14T06:37:08.9858763",
              "passwordResetRequired": true,
              "alteredInStore": true,
              "startShift": "2025-06-14T06:37:08.9858763",
              "endShift": "2025-06-14T06:37:08.9858763",
              "machineName": "sample string 20",
              "drawerID": 1,
              "stores": [
                {
                  "$id": "40",
                  "operatorG_UID": "XsE0qFgBJUqYmTr1jM8fNA==",
                  "operatorGuid": "a834c15e-0158-4a25-9899-3af58ccf1f34",
                  "storeID": 2,
                  "operator": {
                    "$ref": "39"
                  },
                  "store": {
                    "$ref": "5"
                  }
                },
                {
                  "$ref": "40"
                }
              ]
            }
          },
          {
            "$ref": "38"
          }
        ],
        "apns": [
          {
            "$id": "41",
            "pluID": 1,
            "pluG_UID": "byvdEshAJ0We7Ia2wa8awA==",
            "pluGuid": "12dd2b6f-40c8-4527-9eec-86b6c1af1ac0",
            "apn": "sample string 1",
            "deleted": true,
            "storeID": 1,
            "storeIDs": [
              1,
              2
            ]
          },
          {
            "$ref": "41"
          }
        ],
        "tuns": [
          {
            "$id": "42",
            "pluG_UId": "b73P8+ZNfEmK8YV4zr1w2g==",
            "pluGuid": "f3cfbd6f-4de6-497c-8af1-8578cebd70da",
            "apn": "sample string 1",
            "tun": "sample string 2",
            "cartonQuantity": 3,
            "product": {
              "$ref": "4"
            },
            "storeIDs": [
              1,
              2
            ]
          },
          {
            "$ref": "42"
          }
        ],
        "competitionPricing": [
          {
            "$id": "43",
            "identifier": "YHRUtJmKW0iPS2a4sWTljg==",
            "identifierGuid": "b4547460-8a99-485b-8f4b-66b8b164e58e",
            "pluG_UID": "tu8A3FRGyUaM3Y/MMKD2Qw==",
            "pluGuid": "dc00efb6-4654-46c9-8cdd-8fcc30a0f643",
            "competitionID": 1,
            "name": "sample string 2",
            "sellMultiple": 3,
            "retailPrice": 4,
            "storeName": "sample string 5"
          },
          {
            "$ref": "43"
          }
        ],
        "supplier": {
          "$ref": "9"
        },
        "supplierName": "sample string 146",
        "children": [
          {
            "$ref": "4"
          },
          {
            "$ref": "4"
          }
        ],
        "ordering": {
          "$ref": "12"
        },
        "flipChartPages": [
          {
            "$id": "44",
            "identifier": "U4geYQRnF0iz7Q9toxRWHA==",
            "groupName": "sample string 1",
            "identifierGuid": "611e8853-6704-4817-b3ed-0f6da314561c",
            "exists": true,
            "flipChartIdentifier": "w6iDEJpI/k+aujWdX82FSg==",
            "flipChartIdentifierGuid": "1083a8c3-489a-4ffe-9aba-359d5fcd854a",
            "contentPanelName": "sample string 5",
            "selectionMode": 1,
            "maximumSelections": 1,
            "enableProductRecogniser": true,
            "displayName": "sample string 7",
            "sortOrder": 8,
            "storeID": 1,
            "productsPerRow": 9,
            "rows": 10,
            "showButtonText": true,
            "showButtonImage": true,
            "buttonWidth": 13,
            "buttonHeight": 14,
            "autoSizeButtons": true,
            "autoSizeGrid": true,
            "buttonAnchor": 17,
            "buttonBackgroundImage": "sample string 18",
            "buttonTopColour": 1,
            "buttonTextColour": 1,
            "buttonBottomColour": 1,
            "buttonBorderColour": 1,
            "buttonBorderWidth": 1,
            "buttonRadius": 1,
            "buttonGradientMode": 1,
            "buttonDropShadow": true,
            "buttonShadowWidth": 1,
            "buttonHighLightOnPush": true,
            "buttonFontFamily": "sample string 19",
            "buttonFontSize": 1.1,
            "buttonFontStyle": 1,
            "buttonTextAlign": 1,
            "buttonWordBreak": true,
            "buttonDrawImageAndButton": true,
            "buttonVerticalText": true,
            "buttonImageAlign": 1,
            "buttonMarginX": 20,
            "buttonMarginY": 21,
            "beginButtonsX": 22,
            "beginButtonsY": 23,
            "manualSortProducts": true,
            "sortProductsKind": 25,
            "groupIdentifier": "ln2QWdHCH0GcUhQ55heFKA==",
            "groupIdentifierGuid": "59907d96-c2d1-411f-9c52-1439e6178528",
            "flipChart": {
              "$id": "45",
              "identifier": "rHZM68xqOk6pyx6hiEbP+A==",
              "identifierGuid": "eb4c76ac-6acc-4e3a-a9cb-1ea18846cff8",
              "displayName": "sample string 2",
              "sortOrder": 3,
              "productsPerRow": 4,
              "rowsPerPage": 5,
              "buttonMarginX": 6,
              "buttonMarginY": 7,
              "beginButtonsX": 8,
              "beginButtonsY": 9,
              "autoSizeButtons": true,
              "autoSizeGrid": true,
              "showButtonText": true,
              "showButtonImage": true,
              "formLocationX": 1,
              "formLocationY": 1,
              "formWidth": 14,
              "formHeight": 15,
              "formMaximised": true,
              "formResizable": true,
              "formBackgroundImage": "sample string 16",
              "formBackgroundColourA": 1,
              "formBackgroundColourR": 1,
              "formBackgroundColourG": 1,
              "formBackgroundColourB": 1,
              "formFontFamily": "sample string 17",
              "formFontSize": 1.1,
              "formFontStyle": 1,
              "formAttributes": "sample string 18",
              "buttonWidth": 19,
              "buttonHeight": 20,
              "buttonAnchor": 21,
              "buttonBackgroundImage": "sample string 22",
              "buttonTopColour": 1,
              "buttonTextColour": 1,
              "buttonBottomColour": 1,
              "buttonBorderColour": 1,
              "buttonBorderWidth": 1,
              "buttonRadius": 1,
              "buttonGradientMode": 1,
              "buttonDropShadow": true,
              "buttonShadowWidth": 1,
              "buttonHighLightOnPush": true,
              "buttonFontFamily": "sample string 23",
              "buttonFontSize": 1.1,
              "buttonFontStyle": 1,
              "buttonTextAlign": 1,
              "buttonWordBreak": true,
              "buttonDrawImageAndButton": true,
              "buttonVerticalText": true,
              "buttonImageAlign": 1,
              "panelLocationX": 1,
              "panelLocationY": 1,
              "panelWidth": 1,
              "panelHeight": 1,
              "panelAnchor": 1,
              "panelFontFamily": "sample string 24",
              "panelFontSize": 1.1,
              "panelFontStyle": 1,
              "panelBackgroundColour": 1,
              "panelTextColour": 1,
              "panelAttributes": "sample string 25",
              "unsentCount": 26,
              "group": {
                "$id": "46",
                "identifier": "9cTbzvoS2k2bhxTWcWJMkA==",
                "identifierGuid": "cedbc4f5-12fa-4dda-9b87-14d671624c90",
                "name": "sample string 2",
                "formType": "sample string 3",
                "forms": [
                  {
                    "$id": "47",
                    "id": 1,
                    "g_UID": "huXTdfqXwEqe4nsyz4TF3Q==",
                    "guid": "75d3e586-97fa-4ac0-9ee2-7b32cf84c5dd",
                    "zoneID": 3,
                    "storeID": 4,
                    "name": "sample string 5",
                    "formType": "sample string 6",
                    "locationX": 1,
                    "locationY": 1,
                    "width": 1,
                    "height": 1,
                    "maximised": true,
                    "resizable": true,
                    "backgroundImage": "sample string 7",
                    "backgroundColour": "sample string 8",
                    "backgroundColourA": 1,
                    "backgroundColourR": 1,
                    "backgroundColourG": 1,
                    "backgroundColourB": 1,
                    "fontFamily": "sample string 9",
                    "fontSize": 1.1,
                    "fontStyle": 1,
                    "previousForm": 1,
                    "previousFormG_UID": "f7CWzpwAKU+sgp8vWNZL5Q==",
                    "previousFormGuid": "ce96b07f-009c-4f29-ac82-9f2f58d64be5",
                    "nextForm": 1,
                    "nextFormG_UID": "zJ0+U1KOuUC6e+EmZPVmfQ==",
                    "nextFormGuid": "533e9dcc-8e52-40b9-ba7b-e12664f5667d",
                    "attributes": "sample string 10",
                    "updated": "2025-06-14T06:37:08.9858763",
                    "positioning": 1,
                    "contentPanel": "sample string 11",
                    "selectionMode": 1,
                    "maximumSelections": 1,
                    "alteredInStore": true,
                    "deleted": true,
                    "blueprintID": 1,
                    "preserveLayout": true,
                    "mainCheckoutFormName": "sample string 13",
                    "nextCheckoutForm": {
                      "$ref": "47"
                    },
                    "previousCheckoutForm": {
                      "$ref": "47"
                    },
                    "buttons": [
                      {
                        "$id": "48",
                        "id": 1,
                        "checkoutFormID": 2,
                        "checkoutFormG_UID": "DDd9S/gSOkOZRlEd+syjZg==",
                        "checkoutFormGuid": "4b7d370c-12f8-433a-9946-511dfacca366",
                        "identifier": "gTub6HZLmU2Dy22SuLw9dw==",
                        "identifierGuid": "e89b3b81-4b76-4d99-83cb-6d92b8bc3d77",
                        "name": "sample string 5",
                        "plu": 1,
                        "locationX": 1,
                        "locationY": 1,
                        "width": 1,
                        "height": 1,
                        "anchor": 1,
                        "backgroundImage": "sample string 6",
                        "backgroundImageID": 1,
                        "backgroundImageUrl": "sample string 7",
                        "topColour": 1,
                        "textColour": 1,
                        "bottomColour": 1,
                        "borderColour": 1,
                        "borderWidth": 1,
                        "radius": 1,
                        "gradientMode": 1,
                        "dropShadow": true,
                        "shadowWidth": 1,
                        "highLightOnPush": true,
                        "fontFamily": "sample string 8",
                        "fontSize": 1.1,
                        "fontStyle": 1,
                        "textAlign": 1,
                        "imageAlign": 1,
                        "wordBreak": true,
                        "verticalText": true,
                        "buttonFunction": 1,
                        "buttonValue": 1,
                        "valueG_UID": "6HwNZ5JMfkyxSxNKjhmZHQ==",
                        "valueGuid": "670d7ce8-4c92-4c7e-b14b-134a8e19991d",
                        "buttonText": "sample string 10",
                        "valueText": "sample string 11",
                        "drawImageAndButton": true,
                        "updated": "2025-06-14T06:37:08.9858763",
                        "action": "sample string 12",
                        "valueForm": {
                          "$ref": "47"
                        },
                        "image": {
                          "$id": "49",
                          "name": "sample string 3.sample string 4",
                          "imageID": 2,
                          "imageName": "sample string 3",
                          "imageExtension": "sample string 4",
                          "lastUpdate": "2025-06-14T06:37:08.9858763",
                          "imageData": "QEA=",
                          "readOnly": true
                        }
                      },
                      {
                        "$ref": "48"
                      }
                    ],
                    "panels": [
                      {
                        "$id": "50",
                        "id": 1,
                        "checkoutFormID": 2,
                        "checkoutFormG_UID": "+aitES/FUkWCH7PHAtEmGQ==",
                        "checkoutFormGuid": "11ada8f9-c52f-4552-821f-b3c702d12619",
                        "panelType": "sample string 4",
                        "name": "sample string 5",
                        "locationX": 6,
                        "locationY": 7,
                        "width": 8,
                        "height": 9,
                        "anchor": 10,
                        "fontFamily": "sample string 11",
                        "fontSize": 12.1,
                        "fontStyle": 13,
                        "backgroundColour": 14,
                        "textColour": 15,
                        "attributes": "sample string 16"
                      },
                      {
                        "$ref": "50"
                      }
                    ]
                  },
                  {
                    "$ref": "47"
                  }
                ],
                "panels": [
                  {
                    "$ref": "50"
                  },
                  {
                    "$ref": "50"
                  }
                ]
              },
              "pages": [
                {
                  "$ref": "44"
                },
                {
                  "$ref": "44"
                }
              ]
            },
            "contentPanel": {
              "$ref": "50"
            },
            "products": [
              {
                "$id": "51",
                "flipChartPageIdentifier": "eB1xto0b40K4DQjXm5v91Q==",
                "flipChartPageIdentifierGuid": "b6711d78-1b8d-42e3-b80d-08d79b9bfdd5",
                "pluG_UID": "NXB+k1+5TEKq6sZejPKVTQ==",
                "pluGuid": "937e7035-b95f-424c-aaea-c65e8cf2954d",
                "sortOrder": 3,
                "sent": true,
                "productChanged": true,
                "productImageName": "sample string 6",
                "productShowImageOnFlipCharts": true,
                "productShowTextOnFlipCharts": true,
                "productOverrideFlipChartText": true,
                "productFlipChartText": "sample string 10",
                "product": {
                  "$ref": "4"
                },
                "departmentSortOrder": 11,
                "subDepartmentName": "sample string 12"
              },
              {
                "$ref": "51"
              }
            ],
            "productCount": 27,
            "pages": [
              {
                "$ref": "44"
              },
              {
                "$ref": "44"
              }
            ]
          },
          {
            "$ref": "44"
          }
        ],
        "priceHistory": [
          {
            "$id": "52",
            "pluG_UID": "oCxlhszaKUWAES8YNssatQ==",
            "pluGuid": "86652ca0-dacc-4529-8011-2f1836cb1ab5",
            "price": 1,
            "costCalcMethod": 1,
            "cost": 2,
            "weightedAvgCost": 3,
            "lastCost": 4,
            "rawCost": 5,
            "rawWeightedAvgCost": 6,
            "rawLastCost": 7,
            "costDecimals": 8,
            "serviceFeeID": 9,
            "freight": 10.0,
            "freightType": 11,
            "process": "sample string 12",
            "user": "sample string 13",
            "updated": "2025-06-14T06:37:08.9858763",
            "previousPrice": 1,
            "previousCostCalcMethod": 1,
            "previousCost": 1,
            "previousWeightedAvgCost": 1,
            "previousLastCost": 1,
            "previousRawCost": 15,
            "previousRawWeightedAvgCost": 16,
            "previousRawLastCost": 17,
            "previousCostDecimals": 1,
            "previousServiceFeeID": 18,
            "previousFreight": 19.0,
            "previousFreightType": 20,
            "storeID": 21,
            "storeName": "sample string 22",
            "serviceFeeDescription": "sample string 23",
            "previousServiceFeeDescription": "sample string 24"
          },
          {
            "$ref": "52"
          }
        ],
        "ingredients": [
          {
            "$id": "53",
            "pluG_UID": "jtm/ktJLHEaBx+DYeJaEjA==",
            "ingredientGuid": "OuEoslHqxk6HK9FjJ3YKiA==",
            "ingredientIdentifier": "b228e13a-ea51-4ec6-872b-d16327760a88",
            "quantity": 1.0,
            "storeIDs": [
              1,
              2
            ],
            "ingredientText": "sample string 1",
            "ingredient": {
              "$ref": "4"
            }
          },
          {
            "$ref": "53"
          }
        ],
        "bins": [
          {
            "$id": "54",
            "pluG_UID": "WB/zAB18ZU2SOHSY5eJQxg==",
            "pluGuid": "00f31f58-7c1d-4d65-9238-7498e5e250c6",
            "shelfLocationIdentifier": "uY7728raUU6WdNVGqX0ibA==",
            "shelfLocationGuid": "dbfb8eb9-daca-4e51-9674-d546a97d226c",
            "labelShelfDefault": 1,
            "labelTalkerDefault": 1,
            "labelSmall": true,
            "labelPageLayoutG_UID": "LGRZ8QS/EUi3HRz7AE3GlQ==",
            "labelPageLayoutGuid": "f159642c-bf04-4811-b71d-1cfb004dc695",
            "updated": "2025-06-14T06:37:08.9858763",
            "electronicShelfLabelIdentifier": "sample string 5",
            "electronicshelfLabelsConfigurationID": 6,
            "labelShelfChanged": true,
            "productName": "sample string 8",
            "locationText": "sample string 9",
            "product": {
              "$ref": "4"
            },
            "location": {
              "$id": "55",
              "identifier": "Ds8W/4QvS0mD7mgPNo0dCQ==",
              "storeID": 1,
              "identifierGuid": "ff16cf0e-2f84-494b-83ee-680f368d1d09",
              "name": "sample string 2",
              "haccp": true,
              "blueprintID": 1,
              "updated": "2025-06-14T06:37:08.9858763",
              "minTemp": 1,
              "maxTemp": 1,
              "checkFrequency": 1,
              "storeCaseConfiguration": 5,
              "storeName": "sample string 6",
              "bins": [
                {
                  "$ref": "54"
                },
                {
                  "$ref": "54"
                }
              ]
            }
          },
          {
            "$ref": "54"
          }
        ],
        "bin": {
          "$ref": "54"
        },
        "scaleLocations": [
          {
            "$id": "56",
            "plu": 1,
            "pluG_UID": "2bSMZ5GV3UyuADlUoa1Otg==",
            "pluGuid": "678cb4d9-9591-4cdd-ae00-3954a1ad4eb6",
            "deptNo": 1,
            "product": {
              "$ref": "4"
            },
            "scaleLocation": {
              "$id": "57",
              "id": 1,
              "deptNo": 1,
              "deptCode": "sample string 2",
              "name": "sample string 3",
              "enabled": true,
              "updated": "2025-06-14T06:37:08.9858763",
              "department": {
                "$id": "58",
                "id": 1,
                "name": "sample string 2",
                "code": "sample string 3",
                "sortOrder": 4,
                "isLiquor": true,
                "isTobacco": true,
                "excludeTalker": true,
                "externalSales": true,
                "saleGLCode": "sample string 9",
                "cogsglCode": "sample string 10",
                "accountingCategoryID": 11,
                "maximumMarkdownPercentage": 12.0,
                "accountingOnly": true,
                "generateExternalID": 1,
                "useNonReportableTaxCode": true,
                "minPLU": 15,
                "maxPLU": 16,
                "scaleLocation": {
                  "$ref": "57"
                },
                "subDepartments": [
                  {
                    "$id": "59",
                    "id": 1,
                    "departmentID": 2,
                    "name": "sample string 3",
                    "code": "sample string 4",
                    "departmentCode": "sample string 5",
                    "externalSales": true,
                    "minorDepartments": [
                      {
                        "$id": "60",
                        "id": 1,
                        "subDepartmentID": 2,
                        "departmentID": 3,
                        "name": "sample string 4",
                        "subDepartmentCode": "sample string 5",
                        "departmentCode": "sample string 6",
                        "code": "sample string 7",
                        "lesserDepartments": [
                          {
                            "$id": "61",
                            "id": 1,
                            "departmentID": 2,
                            "subDepartmentID": 3,
                            "minorDepartmentID": 4,
                            "name": "sample string 5",
                            "code": "sample string 6",
                            "departmentCode": "sample string 7",
                            "subDepartmentCode": "sample string 8",
                            "minorDepartmentCode": "sample string 9",
                            "updated": "2025-06-14T06:37:08.9858763",
                            "salesMode": 1,
                            "gstPercent": 1,
                            "costGSTPercent": 1,
                            "earnLoyaltyPoints": true,
                            "quantityOverride": true,
                            "quantityRequired": true,
                            "allowDiscounts": true,
                            "discountDiscounts": true,
                            "itemRecalled": true,
                            "noRefund": true,
                            "active": true,
                            "allowMarkdown": true,
                            "defaultGP": 1.1,
                            "labelShelfDefault": 1,
                            "labelTalkerDefault": 1,
                            "labelSmall": true,
                            "tags": "sample string 11",
                            "unitMeasureKind": 1,
                            "fuelItem": true,
                            "trackSerial": true,
                            "warrantyPeriod": 1,
                            "costCalcMethod": 1,
                            "providerName": "sample string 12",
                            "overrideHostMargin": true,
                            "keepDescription": true,
                            "mscCommodity": "sample string 15",
                            "allowAutoOrder": true,
                            "excludeFromWebUpdate": true,
                            "webPriceBasedOn": true,
                            "labelFormat": "sample string 16",
                            "sendToScale": true,
                            "labelPageLayoutG_UID": "m8z3USR4QES6Mcg2R5IdfA==",
                            "labelPageLayoutGuid": "51f7cc9b-7824-4440-ba31-c83647921d7c",
                            "minimumAge": 17,
                            "countryOfOrigin": "sample string 18",
                            "serviceFeeID": 1,
                            "eftCode": 19,
                            "defaultPrinter": "sample string 20",
                            "defaultPrinterGroup": "sample string 21",
                            "buyingLimit": 1,
                            "buyingLimitIndependent": true,
                            "buyingLimitType": 0,
                            "includeInDistinctLimit": true,
                            "defaultsEmpty": false,
                            "mscCat": {
                              "$id": "62",
                              "dept": 1,
                              "category": 2,
                              "name": "sample string 3",
                              "active": true,
                              "mscCommodities": [
                                {
                                  "$id": "63",
                                  "dept": 1,
                                  "category": 2,
                                  "commodity": 3,
                                  "name": "sample string 4",
                                  "active": true,
                                  "mscSubCommodities": [
                                    {
                                      "$id": "64",
                                      "dept": 1,
                                      "category": 2,
                                      "commodity": 3,
                                      "subCommodity": 4,
                                      "name": "sample string 5",
                                      "active": true,
                                      "subCommodityCode": "sample string 7"
                                    },
                                    {
                                      "$ref": "64"
                                    }
                                  ],
                                  "commodityCode": "sample string 6"
                                },
                                {
                                  "$ref": "63"
                                }
                              ],
                              "categoryCode": "sample string 5"
                            },
                            "mscCom": {
                              "$ref": "63"
                            },
                            "mscDep": {
                              "$id": "65",
                              "dept": 1,
                              "name": "sample string 2",
                              "active": true,
                              "mscCategories": [
                                {
                                  "$ref": "62"
                                },
                                {
                                  "$ref": "62"
                                }
                              ],
                              "deptCode": "sample string 4"
                            },
                            "mscSubCom": {
                              "$ref": "64"
                            }
                          },
                          {
                            "$ref": "61"
                          }
                        ],
                        "updated": "2025-06-14T06:37:08.9858763",
                        "salesMode": 1,
                        "gstPercent": 1,
                        "costGSTPercent": 1,
                        "earnLoyaltyPoints": true,
                        "quantityOverride": true,
                        "quantityRequired": true,
                        "allowDiscounts": true,
                        "discountDiscounts": true,
                        "itemRecalled": true,
                        "noRefund": true,
                        "active": true,
                        "allowMarkdown": true,
                        "defaultGP": 1.1,
                        "labelShelfDefault": 1,
                        "labelTalkerDefault": 1,
                        "labelSmall": true,
                        "tags": "sample string 9",
                        "unitMeasureKind": 1,
                        "fuelItem": true,
                        "trackSerial": true,
                        "warrantyPeriod": 1,
                        "costCalcMethod": 1,
                        "providerName": "sample string 10",
                        "overrideHostMargin": true,
                        "keepDescription": true,
                        "mscCommodity": "sample string 13",
                        "allowAutoOrder": true,
                        "excludeFromWebUpdate": true,
                        "webPriceBasedOn": true,
                        "labelFormat": "sample string 14",
                        "sendToScale": true,
                        "labelPageLayoutG_UID": "JMeAZmz8vkmX73BJg9bCng==",
                        "labelPageLayoutGuid": "6680c724-fc6c-49be-97ef-704983d6c29e",
                        "minimumAge": 15,
                        "countryOfOrigin": "sample string 16",
                        "serviceFeeID": 1,
                        "eftCode": 17,
                        "defaultPrinter": "sample string 18",
                        "defaultPrinterGroup": "sample string 19",
                        "buyingLimit": 1,
                        "buyingLimitIndependent": true,
                        "buyingLimitType": 0,
                        "includeInDistinctLimit": true,
                        "defaultsEmpty": false,
                        "mscCat": {
                          "$ref": "62"
                        },
                        "mscCom": {
                          "$ref": "63"
                        },
                        "mscDep": {
                          "$ref": "65"
                        },
                        "mscSubCom": {
                          "$ref": "64"
                        }
                      },
                      {
                        "$ref": "60"
                      }
                    ],
                    "investmentBuyOverride": true,
                    "updated": "2025-06-14T06:37:08.9858763",
                    "salesMode": 1,
                    "gstPercent": 1,
                    "costGSTPercent": 1,
                    "earnLoyaltyPoints": true,
                    "quantityOverride": true,
                    "quantityRequired": true,
                    "allowDiscounts": true,
                    "discountDiscounts": true,
                    "itemRecalled": true,
                    "noRefund": true,
                    "active": true,
                    "allowMarkdown": true,
                    "defaultGP": 1.1,
                    "labelShelfDefault": 1,
                    "labelTalkerDefault": 1,
                    "labelSmall": true,
                    "tags": "sample string 9",
                    "unitMeasureKind": 1,
                    "fuelItem": true,
                    "trackSerial": true,
                    "warrantyPeriod": 1,
                    "costCalcMethod": 1,
                    "providerName": "sample string 10",
                    "overrideHostMargin": true,
                    "keepDescription": true,
                    "mscCommodity": "sample string 13",
                    "allowAutoOrder": true,
                    "excludeFromWebUpdate": true,
                    "webPriceBasedOn": true,
                    "labelFormat": "sample string 14",
                    "sendToScale": true,
                    "labelPageLayoutG_UID": "aq64flT+ykO3sVEzdscujA==",
                    "labelPageLayoutGuid": "7eb8ae6a-fe54-43ca-b7b1-513376c72e8c",
                    "minimumAge": 15,
                    "countryOfOrigin": "sample string 16",
                    "serviceFeeID": 1,
                    "eftCode": 17,
                    "defaultPrinter": "sample string 18",
                    "defaultPrinterGroup": "sample string 19",
                    "buyingLimit": 1,
                    "buyingLimitIndependent": true,
                    "buyingLimitType": 0,
                    "includeInDistinctLimit": true,
                    "defaultsEmpty": false,
                    "mscCat": {
                      "$ref": "62"
                    },
                    "mscCom": {
                      "$ref": "63"
                    },
                    "mscDep": {
                      "$ref": "65"
                    },
                    "mscSubCom": {
                      "$ref": "64"
                    }
                  },
                  {
                    "$ref": "59"
                  }
                ],
                "stores": [
                  1,
                  2
                ],
                "investmentBuyOverride": true,
                "updated": "2025-06-14T06:37:08.9858763",
                "salesMode": 1,
                "gstPercent": 1,
                "costGSTPercent": 1,
                "earnLoyaltyPoints": true,
                "quantityOverride": true,
                "quantityRequired": true,
                "allowDiscounts": true,
                "discountDiscounts": true,
                "itemRecalled": true,
                "noRefund": true,
                "active": true,
                "allowMarkdown": true,
                "defaultGP": 1.1,
                "labelShelfDefault": 1,
                "labelTalkerDefault": 1,
                "labelSmall": true,
                "tags": "sample string 19",
                "unitMeasureKind": 1,
                "fuelItem": true,
                "trackSerial": true,
                "warrantyPeriod": 1,
                "costCalcMethod": 1,
                "providerName": "sample string 20",
                "overrideHostMargin": true,
                "keepDescription": true,
                "mscCommodity": "sample string 23",
                "allowAutoOrder": true,
                "excludeFromWebUpdate": true,
                "webPriceBasedOn": true,
                "labelFormat": "sample string 24",
                "sendToScale": true,
                "labelPageLayoutG_UID": "jz/b1FqvGUG83n4NrA4UUQ==",
                "labelPageLayoutGuid": "d4db3f8f-af5a-4119-bcde-7e0dac0e1451",
                "minimumAge": 25,
                "countryOfOrigin": "sample string 26",
                "serviceFeeID": 1,
                "eftCode": 27,
                "defaultPrinter": "sample string 28",
                "defaultPrinterGroup": "sample string 29",
                "buyingLimit": 1,
                "buyingLimitIndependent": true,
                "buyingLimitType": 0,
                "includeInDistinctLimit": true,
                "defaultsEmpty": false,
                "mscCat": {
                  "$ref": "62"
                },
                "mscCom": {
                  "$ref": "63"
                },
                "mscDep": {
                  "$ref": "65"
                },
                "mscSubCom": {
                  "$ref": "64"
                }
              }
            }
          },
          {
            "$ref": "56"
          }
        ],
        "nextPrice": {
          "$id": "66",
          "id": 1,
          "campaignID": 2,
          "campaignName": "sample string 3",
          "plu": 1,
          "hostOfferID": 1,
          "metcashPromotionID": "sample string 4",
          "metcashPromotionPlacement": "sample string 5",
          "pluG_UID": "f524rrGYEU+2DSJsayqGnQ==",
          "pluGuid": "aeb89d7f-98b1-4f11-b60d-226c6b2a869d",
          "newPrice": 1,
          "pctDiscount": 1,
          "newCost": 1,
          "newCostDecimals": 6,
          "dealCostIdentifier": "vQ/wcDFsxkmz5tC221IpDg==",
          "dealCostGuid": "70f00fbd-6c31-49c6-b3e6-d0b6db52290e",
          "pluName": "sample string 7",
          "apn": "sample string 8",
          "fuelItem": true,
          "priceGroupG_UID": "83KAClS/eUK0cL3TzksykA==",
          "priceGroupGuid": "0a8072f3-bf54-4279-b470-bdd3ce4b3290",
          "itemNumber": "sample string 10",
          "cri": "sample string 11",
          "pluPrice": 12,
          "pluCost": 13,
          "pluCostIndicator": "sample string 14",
          "pluPriceGstPercent": 15,
          "pluCostGstPercent": 16,
          "pluActive": true,
          "cartonQty": 1.1,
          "baseUnits": 18.1,
          "salesMode": 1,
          "pluNormalCost": 19,
          "pluaws": 20.0,
          "directNumber": "sample string 21",
          "departmentName": "sample string 22",
          "subDepartmentName": "sample string 23",
          "priceGroupName": "sample string 24",
          "supplierName": "sample string 25",
          "stockOnHand": 1.1,
          "stockOnOrder": 1.1,
          "lastReceived": "2025-06-14T06:37:08.9858763",
          "rrp": 26,
          "campaignDescription": "sample string 27",
          "campaignComboPriceGroupG_UID": "ZnrCr6X03USTeRbk9J/Taw==",
          "campaignComboPriceGroupIdentifier": "afc27a66-f4a5-44dd-9379-16e4f49fd36b",
          "promotionPlacementDescription": "sample string 28",
          "storeAcceptances": [
            {
              "$id": "67",
              "plu": 1,
              "pluG_UId": "QEA=",
              "campaignID": 1,
              "campaignName": "sample string 2",
              "storeID": 3,
              "acceptedUtc": "2025-06-14T06:37:08.9858763",
              "operatorG_UID": "epW8a4TiE0iLT3n9s4Y4sA==",
              "operatorGuid": "6bbc957a-e284-4813-8b4f-79fdb38638b0",
              "machineID": 1,
              "processed": true,
              "appliedUtc": "2025-06-14T06:37:08.9858763",
              "signIqTicketFileMovedUtc": "2025-06-14T06:37:08.9858763",
              "user": "sample string 6",
              "campaignDescription": "sample string 7",
              "productDesc": "sample string 8",
              "storeName": "sample string 9",
              "effectiveUtc": "2025-06-14T06:37:08.9858763",
              "priceChangeType": 0,
              "operatorName": "sample string 10",
              "hostCampaign": true,
              "product": {
                "$ref": "4"
              },
              "campaignPlu": {
                "$ref": "66"
              }
            },
            {
              "$ref": "67"
            }
          ],
          "campaign": {
            "$id": "68",
            "id": 1,
            "storeID": 2,
            "name": "6b511baf-f37d-447d-aa25-53c9fd50704c",
            "nameGuid": "6b511baf-f37d-447d-aa25-53c9fd50704c",
            "description": "sample string 4",
            "showDiscounts": true,
            "showTotals": true,
            "onlyEvaluateOnSubtotal": true,
            "useDescription": true,
            "campaignType": 1,
            "startDate": "2025-06-14T06:37:08.9858763",
            "startTime": 1,
            "endDate": "2025-06-14T06:37:08.9858763",
            "endTime": 1,
            "recurrence": 1,
            "recurrenceType": 1,
            "monthType": 1,
            "weekDays": 1,
            "months": 1,
            "monthWeeks": 1,
            "monthDays": "sample string 7",
            "printed": true,
            "talkerText": "sample string 8",
            "rangeDescription": "sample string 9",
            "dealDescription": "sample string 10",
            "labelQuantity": 11,
            "active": 1,
            "deactivated": "2025-06-14T06:37:08.9858763",
            "system": true,
            "created": "2025-06-14T06:37:08.9858763",
            "updated": "2025-06-14T06:37:08.9858763",
            "priceChangeNotifiedUtc": "2025-06-14T06:37:08.9858763",
            "promoType": 1,
            "promotionTypeCode": "sample string 13",
            "hostIdentifier": "a0WhZT1sLE+OOX1X4gRrkQ==",
            "hostIdentifierGuid": "65a1456b-6c3d-4f2c-8e39-7d57e2046b91",
            "hostType": 14,
            "createdByUser": "sample string 15",
            "fromHost": true,
            "deleted": true,
            "campaignDeleted": "2025-06-14T06:37:08.9858763",
            "updatedByUser": "sample string 18",
            "offerID": 1,
            "isPriceChangeCampaign": true,
            "stores": [
              1,
              2
            ],
            "storeNames": [
              "sample string 1",
              "sample string 2"
            ],
            "campaignPlus": [
              {
                "$ref": "66"
              },
              {
                "$ref": "66"
              }
            ],
            "campaignPools": [
              {
                "$id": "69",
                "id": 1,
                "campaignID": 2,
                "campaignName": "sample string 3",
                "plu": 4,
                "pluG_UID": "gD+LIsjZqUCv3lw9PshBvA==",
                "pluGuid": "228b3f80-d9c8-40a9-afde-5c3d3ec841bc",
                "hostOfferID": 1,
                "priceGroupG_UID": "3lxmfy7wSki2CDiR2tkO0g==",
                "priceGroupGuid": "7f665cde-f02e-484a-b608-3891dad90ed2",
                "fuelItem": true,
                "pluName": "sample string 6",
                "apn": "sample string 7",
                "pluActive": true,
                "cartonQty": 1,
                "baseUnits": 9.1,
                "cri": "sample string 10",
                "salesMode": 1,
                "pluaws": 11.0,
                "directNumber": "sample string 12",
                "departmentName": "sample string 13",
                "subDepartmentName": "sample string 14",
                "priceGroupName": "sample string 15",
                "supplierName": "sample string 16",
                "stockOnHand": 1.1,
                "stockOnOrder": 1.1,
                "lastReceived": "2025-06-14T06:37:08.9858763",
                "rrp": 17,
                "campaignDescription": "sample string 18",
                "product": {
                  "$ref": "4"
                },
                "campaign": {
                  "$ref": "68"
                }
              },
              {
                "$ref": "69"
              }
            ],
            "sellingRules": [
              {
                "$id": "70",
                "id": 1,
                "identifier": "5qtTnfmMtEOSiTCVJ16jCQ==",
                "identifierStr": "5qtTnfmMtEOSiTCVJ16jCQ==",
                "identifierGuid": "9d53abe6-8cf9-43b4-9289-3095275ea309",
                "campaignID": 4,
                "campaignName": "sample string 5",
                "ruleJoin": 1,
                "ruleType": 6,
                "operand0": "sample string 7",
                "comparisonOp": 1,
                "operand1": "sample string 8",
                "action": 1,
                "operand2": "sample string 9",
                "operand3": "sample string 10",
                "includeExcludedItems": true,
                "noFurtherDiscounts": true,
                "description": "sample string 11",
                "sortOrder": 1,
                "isItemRule": false,
                "prevDept": "sample string 12",
                "campaign": {
                  "$ref": "68"
                }
              },
              {
                "$ref": "70"
              }
            ],
            "customers": [
              {
                "$id": "71",
                "id": 1,
                "campaignID": 2,
                "campaignName": "sample string 3",
                "customerID": "L3l7OWdumE2o/Sh4qz6tgQ==",
                "customerIDGuid": "397b792f-6e67-4d98-a8fd-2878ab3ead81",
                "campaign": {
                  "$ref": "68"
                },
                "customer": {
                  "$id": "72",
                  "identifier": "BM36TjqDS0GIKVV/gt183g==",
                  "identifierGuid": "4efacd04-833a-414b-8829-557f82dd7cde",
                  "code": "sample string 2",
                  "familyName": "sample string 3",
                  "givenName": "sample string 4",
                  "otherName": "sample string 5",
                  "title": "sample string 6",
                  "dateOfBirth": "2025-06-14T06:37:08.9858763",
                  "sex": "sample string 7",
                  "address1": "sample string 8",
                  "address2": "sample string 9",
                  "town": "sample string 10",
                  "state": "sample string 11",
                  "country": "sample string 12",
                  "postalCode": "sample string 13",
                  "email": "sample string 14",
                  "telephone": "sample string 15",
                  "mobile": "sample string 16",
                  "communityIdentifier": "letV5WRQhk6JSDLWEGZ/9Q==",
                  "communityIdentifierGuid": "e555eb95-5064-4e86-8948-32d610667ff5",
                  "joined": "2025-06-14T06:37:08.9858763",
                  "updated": "2025-06-14T06:37:08.9858763",
                  "active": true,
                  "reasonInactive": 1,
                  "groupCustomer": true,
                  "loyaltyPoints": 1,
                  "homeStoreID": 1,
                  "availableSpend": 1,
                  "priceLevelIdentifier": "mX5T7Lu7oEW1qX1TJuAEyg==",
                  "priceLevelIdentifierGuid": "ec537e99-bbbb-45a0-b5a9-7d5326e004ca",
                  "marketingID": "sample string 18",
                  "hidden": true,
                  "registered": true,
                  "registeredOn": "2025-06-14T06:37:08.9858763",
                  "emailMarketing": true,
                  "smsMarketing": true,
                  "deleted": true,
                  "deletedUser": "sample string 24",
                  "homeStoreName": "sample string 25",
                  "customerCards": [
                    {
                      "$id": "73",
                      "cardType": 2,
                      "issueDate": "2025-06-14T06:37:08.9858763",
                      "expiry": "2025-06-14T06:37:08.9858763",
                      "customerID": "+CawxmppcUaV+UYzK6Xdyg==",
                      "customerIDGuid": "c6b026f8-696a-4671-95f9-46332ba5ddca",
                      "initialValue": 1,
                      "currentValue": 1,
                      "maxLimit": 1,
                      "minTransaction": 1,
                      "maxTransaction": 1,
                      "multiplier": 1.1,
                      "active": true,
                      "reasonInactive": 1,
                      "idRequired": true,
                      "idType": 1,
                      "idValue": "sample string 5",
                      "updated": "2025-06-14T06:37:08.9858763",
                      "linkedAccount": "vFgiVx8O7UCvg2lTO5HIsQ==",
                      "linkedAccountGuid": "572258bc-0e1f-40ed-af83-69533b91c8b1",
                      "currentValueChanged": true,
                      "limitsChanged": true,
                      "customer": {
                        "$ref": "72"
                      },
                      "account": {
                        "$id": "74",
                        "id": 1,
                        "identifier": "x5tPtDoEqk+PcfcfxhK7gA==",
                        "identifierGuid": "b44f9bc7-043a-4faa-8f71-f71fc612bb80",
                        "referenceNo": "sample string 3",
                        "name": "sample string 4",
                        "created": "2025-06-14T06:37:08.9858763",
                        "owner": "xZcOixxb0ESQblcKT2VywQ==",
                        "ownerGuid": "8b0e97c5-5b1c-44d0-906e-570a4f6572c1",
                        "accountStoreGroupIdentifier": "qsU+lHKTEUaQeCNG51dO/Q==",
                        "accountStoreGroupGuid": "943ec5aa-9372-4611-9078-2346e7574efd",
                        "accountType": 1,
                        "currentBalance": 1,
                        "externalID": "sample string 7",
                        "maximumLimit": 1,
                        "accruePoints": true,
                        "loyaltyPoints": 1,
                        "termsOfTrade": 1,
                        "signatureRequired": true,
                        "referenceRequired": true,
                        "statementSendType": 10,
                        "ageingPeriod": 1,
                        "monthlyAgeingPeriod": true,
                        "explodedInvoice": true,
                        "isFifoAllocation": true,
                        "lastStatementSent": "2025-06-14T06:37:08.9858763",
                        "active": true,
                        "updated": "2025-06-14T06:37:08.9858763",
                        "deleted": true,
                        "deletedUser": "sample string 16",
                        "currentBalanceChanged": true,
                        "maximumLimitChanged": true,
                        "loyaltyPointsChanged": true,
                        "projectedBalance": 17,
                        "accountStoreGroupStoreIDs": [
                          1,
                          2
                        ],
                        "customerEmail": "sample string 18",
                        "ownerCustomer": {
                          "$ref": "72"
                        },
                        "card": {
                          "$ref": "73"
                        },
                        "members": {
                          "$id": "75",
                          "sample string 1": [
                            {
                              "$ref": "72"
                            },
                            {
                              "$ref": "72"
                            }
                          ],
                          "sample string 2": [
                            {
                              "$ref": "72"
                            },
                            {
                              "$ref": "72"
                            }
                          ]
                        },
                        "customerGroups": [
                          {
                            "$id": "76",
                            "identifier": "GLK4aqLGk0S14WwlRJ1bhw==",
                            "identifierGuid": "6ab8b218-c6a2-4493-b5e1-6c25449d5b87",
                            "name": "sample string 2",
                            "primaryContact": "R9iGyICsN06vyjdCl1G1kg==",
                            "primaryContactGuid": "c886d847-ac80-4e37-afca-37429751b592",
                            "accountID": "Xbj9wCqVN06mVFxFVLaY/w==",
                            "accountIDGuid": "c0fdb85d-952a-4e37-a654-5c4554b698ff",
                            "special": true,
                            "updated": "2025-06-14T06:37:08.9858763",
                            "active": true,
                            "reasonInactive": 1,
                            "priceLevelIdentifier": "IRu2fZ1ezUG7yu4cLxYEFA==",
                            "priceLevelIdentifierGuid": "7db61b21-5e9d-41cd-bbca-ee1c2f160414",
                            "deleted": true,
                            "account": {
                              "$ref": "74"
                            },
                            "primaryContactCustomer": {
                              "$ref": "72"
                            },
                            "customerGroupMembers": [
                              {
                                "$id": "77",
                                "id": 1,
                                "groupID": "41VnkKOgHEy6XrklrXPyyA==",
                                "groupIDGuid": "906755e3-a0a3-4c1c-ba5e-b925ad73f2c8",
                                "customerID": "Zwp3ba5NVUmeiQ4+kyImmg==",
                                "customerIDGuid": "6d770a67-4dae-4955-9e89-0e3e9322269a",
                                "card": "sample string 4",
                                "linkedAccount": "MaXmcIk7qEuLaZsGDpJ7/A==",
                                "linkedAccountGuid": "70e6a531-3b89-4ba8-8b69-9b060e927bfc",
                                "customer": {
                                  "$ref": "72"
                                },
                                "group": {
                                  "$ref": "76"
                                },
                                "customerCard": {
                                  "$ref": "73"
                                }
                              },
                              {
                                "$ref": "77"
                              }
                            ]
                          },
                          {
                            "$ref": "76"
                          }
                        ]
                      },
                      "payments": [
                        {
                          "$id": "78",
                          "id": 1,
                          "identifier": "KlaUKlVJU0G9kaFMrXz/Vw==",
                          "identifierGuid": "2a94562a-4955-4153-bd91-a14cad7cff57",
                          "storeID": 2,
                          "operatorName": "sample string 3",
                          "saleHeaderID": 4,
                          "paymentType": 5,
                          "amount": 6,
                          "account": "sample string 7",
                          "accountID": "ZnjKTbJfOUaCFQ2ywo5frg==",
                          "accountIDGuid": "4dca7866-5fb2-4639-8215-0db2c28e5fae",
                          "customerAccount": {
                            "$ref": "74"
                          },
                          "customerCard": {
                            "$ref": "73"
                          },
                          "accountType": 1,
                          "cardName": "sample string 8",
                          "authorisationNumber": "sample string 9",
                          "bankReference": "sample string 10",
                          "merchantID": "sample string 11",
                          "terminalID": "sample string 12",
                          "cardNumber": "sample string 13",
                          "paymentDate": "2025-06-14T06:37:08.9858763",
                          "invRocNo": "sample string 14",
                          "responseCode": "sample string 15",
                          "cashout": 1,
                          "tip": 16,
                          "idempotentVoid": "LB/efCIykU2jWKs9NlRh4Q==",
                          "idempotentVoidGuid": "7cde1f2c-3222-4d91-a358-ab3d365461e1",
                          "offline": true,
                          "processed": 1,
                          "storeSaleHeader": {
                            "$id": "79",
                            "saleHeaderID": 1,
                            "saleHeaderGuid": "ibMRiN1HcEyaqw+ymsyqTg==",
                            "saleHeaderIdentifierGuid": "8811b389-47dd-4c70-9aab-0fb29accaa4e",
                            "created": "2025-06-14T06:37:08.9858763",
                            "createdLocal": "2025-06-14T06:37:08.9858763",
                            "createdText": "sample string 4",
                            "itemCount": 5,
                            "totalAmount": 6,
                            "cashTender": 1,
                            "cardTender": 1,
                            "cheqTender": 1,
                            "acctTender": 1,
                            "voucherTender": 1,
                            "loyaltyPoints": 1,
                            "cashout": 1,
                            "changeAmount": 1,
                            "rounding": 1,
                            "gstAmount": 1,
                            "transactionDiscountTender": 1,
                            "totalTip": 7,
                            "tranType": 1,
                            "processed": 1,
                            "imported": "2025-06-14T06:37:08.9858763",
                            "storeID": 1,
                            "operatorG_Uid": "Wirs//kSRkismYqLEx+ytA==",
                            "operatorGuid": "ffec2a5a-12f9-4846-ac99-8a8b131fb2b4",
                            "customerG_Uid": "8/Guriw0vUGJaGD26++JUA==",
                            "customerGuid": "aeaef1f3-342c-41bd-8968-60f6ebef8950",
                            "communityIdentifier": "Q8JXHwDFF0evKSx/iBBdOA==",
                            "communityIdentifierGuid": "1f57c243-c500-4717-af29-2c7f88105d38",
                            "saleIdentifier": "sample string 8",
                            "deptNo": 9,
                            "zoneID": 10,
                            "operatorID": 11,
                            "voucherForegone": 12,
                            "cardName": "sample string 13",
                            "accountType": 14,
                            "authID": "sample string 15",
                            "bankRef": "sample string 16",
                            "invRoc": "sample string 17",
                            "responseCode": "sample string 18",
                            "orderNo": 19,
                            "accountNo": 20,
                            "machineID": 21,
                            "timeInSale": "00:00:00.1234567",
                            "timeInSubtotal": "00:00:00.1234567",
                            "newID": 22,
                            "totalTaxInclusive": 23,
                            "totalTaxExempt": 24,
                            "taxTransactionDiscount": 25,
                            "taxTransactionDiscountTender": 1,
                            "tableNumber": 1,
                            "note": "sample string 26",
                            "source": "sample string 27",
                            "customerReference": "sample string 28",
                            "receiptPrinted": true,
                            "drawerID": 1,
                            "demoID": "sample string 30",
                            "externalTransNo": "sample string 31",
                            "externalSale": 32,
                            "smartReceiptStatus": 33,
                            "requiredExports": 34,
                            "loyaltyMetadata": "sample string 35",
                            "priceLevelIdentifier": "irI7t4NhDkCxihPS+pQ/8Q==",
                            "priceLevelIdentifierGuid": "b73bb28a-6183-400e-b18a-13d2fa943ff1",
                            "locked": 36,
                            "relationChecksum": "sample string 37",
                            "loyaltyTender": 1,
                            "giftCardTender": 1,
                            "operator": {
                              "$ref": "39"
                            },
                            "customer": {
                              "$ref": "72"
                            },
                            "communityOrganisation": {
                              "$id": "80",
                              "id": 1,
                              "identifier": "0PauyYpWJE+yvzWa8DN36Q==",
                              "identifierGuid": "c9aef6d0-568a-4f24-b2bf-359af03377e9",
                              "name": "sample string 3",
                              "lookupIdentifier": "sample string 4",
                              "externalID": "sample string 5",
                              "phone": "sample string 6",
                              "fax": "sample string 7",
                              "email": "sample string 8",
                              "address1": "sample string 9",
                              "address2": "sample string 10",
                              "city": "sample string 11",
                              "postCode": "sample string 12",
                              "state": "sample string 13",
                              "country": "sample string 14",
                              "totalAmountAwarded": 15.1,
                              "updated": "2025-06-14T06:37:08.9858763",
                              "deleted": true
                            },
                            "details": [
                              {
                                "$id": "81",
                                "saleItemID": 1,
                                "identifier": "jcbHVkXxiE2JbOMdgbKIqw==",
                                "identifierGuid": "56c7c68d-f145-4d88-896c-e31d81b288ab",
                                "saleHeaderID": 2,
                                "plu": 1,
                                "pluG_UId": "HZlYX8GzZEm3gVZngA6Lrw==",
                                "pluGuid": "5f58991d-b3c1-4964-b781-5667800e8baf",
                                "accountID": "IuPDtOGLykWvEiQNF3kMig==",
                                "accountIDGuid": "b4c3e322-8be1-45ca-af12-240d17790c8a",
                                "normalPrice": 3,
                                "originalSellingPrice": 4,
                                "discountPrice": 5,
                                "unit": 1,
                                "quantity": 6,
                                "totalCents": 7,
                                "fixedPrice": 1,
                                "tranType": 1,
                                "discountType": 1,
                                "cost": 1,
                                "costDecimals": 8,
                                "markdown": 1,
                                "manualQuantity": 1,
                                "manualPrice": 1,
                                "manualMode": 1,
                                "active": 1,
                                "offline": true,
                                "barcode": "sample string 9",
                                "keyedSale": 1,
                                "discountedID": 1,
                                "fuelID": 1,
                                "serialNumber": "sample string 10",
                                "bestOrExpire": "2025-06-14T06:37:08.9858763",
                                "bestOrExpireType": 1,
                                "providerName": "sample string 11",
                                "refundG_UID": "MY0Ewg0unUuJJ28tlj5sIg==",
                                "refundGuid": "c2048d31-2e0d-4b9d-8927-6f2d963e6c22",
                                "campaign": "sample string 12",
                                "campaignType": 13,
                                "modifiedID": 1,
                                "omittedIngredient": true,
                                "taxPercent": 1.0,
                                "taxAmount": 1.0,
                                "refundablePrice": 1.0,
                                "showDiscounts": true,
                                "orderPrinted": true,
                                "note": "sample string 16",
                                "modifierName": "sample string 17",
                                "modifierSetName": "sample string 18",
                                "totalValueWasScanned": true,
                                "sold": true,
                                "campaignPrice": true,
                                "scannedValue": 1,
                                "campaignName": "sample string 22",
                                "comboDiscount": 1,
                                "idempotentVoid": "wE+x2Al1oUOtguIyCYoXDA==",
                                "idempotentVoidGuid": "d8b14fc0-7509-43a1-ad82-e232098a170c",
                                "priceLevelIdentifier": "XMgCk+k7N0Wxj0YvjJe0nQ==",
                                "priceLevelIdentifierGuid": "9302c85c-3be9-4537-b18f-462f8c97b49d",
                                "productName": "sample string 23",
                                "apn": "sample string 24",
                                "unknownScans": [
                                  {
                                    "$id": "82",
                                    "id": 1,
                                    "saleDetailID": 2,
                                    "storeID": 1,
                                    "scanned": "2025-06-14T06:37:08.9858763",
                                    "operatorG_UID": "QEA=",
                                    "barcode": "sample string 4",
                                    "processed": 1
                                  },
                                  {
                                    "$ref": "82"
                                  }
                                ],
                                "refund": {
                                  "$id": "83",
                                  "id": 1,
                                  "g_UID": "DnIYK+NhRUil8Rtk5r2gjg==",
                                  "guid": "2b18720e-61e3-4845-a5f1-1b64e6bda08e",
                                  "description": "sample string 1",
                                  "dumped": true,
                                  "inventoryReasonID": 1,
                                  "sortOrder": 1,
                                  "updated": "2025-06-14T06:37:08.9858763"
                                },
                                "modifier": {
                                  "$id": "84",
                                  "id": 1,
                                  "setG_UID": "6Yk24AcUhk2QN5EYn7/KtQ==",
                                  "modifierSetGuid": "e03689e9-1407-4d86-9037-91189fbfcab5",
                                  "name": "sample string 2",
                                  "price": 1,
                                  "quantity": 1,
                                  "modifierType": 1,
                                  "groupNumber": 1,
                                  "pageNumber": 1,
                                  "controlOrder": 1,
                                  "printToStation": true,
                                  "pluG_UID": "cSMBvZgMAE6lLxHr5/P03w==",
                                  "pluGuid": "bd012371-0c98-4e00-a52f-11ebe7f3f4df",
                                  "deleted": true,
                                  "g_UID": "L8rni28eaE6+iHJ2ppPQng==",
                                  "guid": "8be7ca2f-1e6f-4e68-be88-7276a693d09e",
                                  "product": {
                                    "$ref": "4"
                                  }
                                },
                                "priceLevelName": "sample string 25",
                                "pumpNumber": 1,
                                "hoseNumber": 1
                              },
                              {
                                "$ref": "81"
                              }
                            ],
                            "eftReceipts": [
                              {
                                "$id": "85",
                                "id": 1,
                                "storeID": 1,
                                "saleHeaderID": 2,
                                "storeSaleHeader": {
                                  "$ref": "79"
                                },
                                "receipt": "sample string 3",
                                "processed": 1
                              },
                              {
                                "$ref": "85"
                              }
                            ],
                            "payments": [
                              {
                                "$ref": "78"
                              },
                              {
                                "$ref": "78"
                              }
                            ],
                            "cards": [
                              {
                                "$id": "86",
                                "id": 1,
                                "saleHeaderID": 1,
                                "identifier": "sample string 2",
                                "cardType": 3,
                                "providerName": "sample string 4"
                              },
                              {
                                "$ref": "86"
                              }
                            ],
                            "campaignHits": [
                              {
                                "$id": "87",
                                "id": 1,
                                "saleHeaderID": 2,
                                "campaign": "sample string 3",
                                "name": "sample string 4",
                                "processed": 1,
                                "campaignDescription": "sample string 5"
                              },
                              {
                                "$ref": "87"
                              }
                            ],
                            "fuel": [
                              {
                                "$id": "88",
                                "id": 1,
                                "plu": 1,
                                "pluG_UID": "mpambZO260+2T2Xh7jhQvw==",
                                "pluGuid": "6da6969a-b693-4feb-b64f-65e1ee3850bf",
                                "saleHeaderID": 2,
                                "totalCents": 3,
                                "grade": 1,
                                "gradeDescription": "sample string 4",
                                "dispenser": 1,
                                "hose": 1,
                                "quantity": 1,
                                "cost": 1,
                                "acquirerNum": 1,
                                "attendant": 1,
                                "ePurseBalance": 1.0,
                                "cardSignature": "sample string 5",
                                "compartmentNumber": 1,
                                "contractNumber": 1,
                                "discountCardPAN": "sample string 6",
                                "discountID": 1,
                                "discountName": "sample string 7",
                                "discountNetValue": 1.0,
                                "discountType": 1,
                                "discountValue": 1.0,
                                "discretionaryData": "sample string 8",
                                "driverID": "sample string 9",
                                "eftBatchNumber": 1,
                                "eftResponseCode": "sample string 10",
                                "endDateTime": "2025-06-14T06:37:08.9858763",
                                "engineHours": 1.1,
                                "fposNumber": 1,
                                "loyaltyCardPAN": "sample string 11",
                                "miscData1": 1,
                                "miscData2": "sample string 12",
                                "miscFlags": 1,
                                "mop": 1,
                                "odometer": 1,
                                "panNumber": "sample string 13",
                                "saleRefund": true,
                                "saleStatus": 1,
                                "sequenceNumber": 1,
                                "stan": 1,
                                "startDateTime": "2025-06-14T06:37:08.9858763",
                                "tagNumber": "sample string 15",
                                "trackTwoRem": "sample string 16",
                                "transCode": 1,
                                "transType": 1,
                                "unitPrice": 1.0,
                                "vehicleReg": "sample string 17",
                                "offline": true,
                                "processed": 1
                              },
                              {
                                "$ref": "88"
                              }
                            ],
                            "fuelResells": [
                              {
                                "$id": "89",
                                "saleItemID": 1,
                                "saleHeaderID": 2,
                                "plu": 1,
                                "pluG_UId": "a+url6E9hEaUI7AK4RNYxw==",
                                "pluGuid": "97abeb6b-3da1-4684-9423-b00ae11358c7",
                                "accountID": "3PXgaK80yk+ptaW1JPAxXg==",
                                "accountIDGuid": "68e0f5dc-34af-4fca-a9b5-a5b524f0315e",
                                "normalPrice": 3,
                                "originalSellingPrice": 4,
                                "discountPrice": 5,
                                "unit": 1,
                                "quantity": 6,
                                "totalCents": 7,
                                "fixedPrice": 1,
                                "tranType": 1,
                                "processed": 1,
                                "discountType": 1,
                                "cost": 1,
                                "costDecimals": 1,
                                "markdown": 1,
                                "manualQuantity": 1,
                                "manualPrice": 1,
                                "manualMode": 1,
                                "active": 1,
                                "barcode": "sample string 8",
                                "offline": 1,
                                "keyedSale": 1,
                                "discountedID": 1,
                                "fuelID": 1,
                                "serialNumber": "sample string 9",
                                "bestOrExpire": "2025-06-14T06:37:08.9858763",
                                "bestOrExpireType": 1,
                                "refundG_UID": "YabalS4kQka0/H6NRNpOeA==",
                                "refundGuid": "95daa661-242e-4642-b4fc-7e8d44da4e78",
                                "providerName": "sample string 10",
                                "campaign": "sample string 11",
                                "campaignType": 1,
                                "modifiedID": 1,
                                "omittedIngredient": 1,
                                "taxPercent": 1.0,
                                "taxAmount": 1.0,
                                "refundablePrice": 1.0,
                                "showDiscounts": true,
                                "orderPrinted": true,
                                "note": "sample string 14",
                                "modifierName": "sample string 15",
                                "modifierSetName": "sample string 16",
                                "totalValueWasScanned": true,
                                "sold": true,
                                "campaignPrice": true,
                                "scannedValue": 1,
                                "campaignName": "sample string 20",
                                "comboDiscount": 1
                              },
                              {
                                "$ref": "89"
                              }
                            ],
                            "customerOrder": [
                              {
                                "$id": "90",
                                "identifier": "vUAv27cBCE+88bxcRvmyUQ==",
                                "identifierGuid": "db2f40bd-01b7-4f08-bcf1-bc5c46f9b251",
                                "id": 1,
                                "orderNo": 2,
                                "externalSaleIdentifier": "sample string 3",
                                "storeID": 4,
                                "zoneID": 5,
                                "deptNo": 6,
                                "customerIdentifier": "FDt7verP8UaBFlTx9iLYzw==",
                                "customerIdentifierGuid": "bd7b3b14-cfea-46f1-8116-54f1f622d8cf",
                                "operatorNo": 1,
                                "operatorG_UID": "JZy9y20dZU2KCvbixHEkEA==",
                                "operatorGuid": "cbbd9c25-1d6d-4d65-8a0a-f6e2c4712410",
                                "created": "2025-06-14T06:37:08.9858763",
                                "ordered": "2025-06-14T06:37:08.9858763",
                                "started": "2025-06-14T06:37:08.9858763",
                                "completed": "2025-06-14T06:37:08.9858763",
                                "supplied": "2025-06-14T06:37:08.9858763",
                                "quickTicket": 1,
                                "deleted": true,
                                "walkAway": true,
                                "approxWait": 1,
                                "actualWait": 1,
                                "deliveryMethod": 8,
                                "externalSaleType": 9,
                                "customer": {
                                  "$ref": "72"
                                },
                                "operator": {
                                  "$ref": "39"
                                },
                                "details": [
                                  {
                                    "$id": "91",
                                    "headerID": 1,
                                    "plu": 1,
                                    "pluG_UId": "FynccQxlr0G5OXFy2qsT3g==",
                                    "pluGuid": "71dc2917-650c-41af-b939-7172daab13de",
                                    "quantity": 1,
                                    "unit": 1,
                                    "status": 1,
                                    "soldQuantity": 1,
                                    "soldWeight": 1,
                                    "soldCents": 1,
                                    "soldGstCents": 1,
                                    "soldFixedPrice": 1,
                                    "soldSalesMode": 1,
                                    "promptDetailID": 1,
                                    "groupID": 1,
                                    "menuPath": "sample string 1",
                                    "promptPath": "sample string 2",
                                    "notes": "sample string 3",
                                    "headerIdentifier": "Olyh3lZPdUqi/6OQKj7Qfw==",
                                    "headerIdentifierGuid": "dea15c3a-4f56-4a75-a2ff-a3902a3ed07f",
                                    "product": {
                                      "$ref": "4"
                                    }
                                  },
                                  {
                                    "$ref": "91"
                                  }
                                ],
                                "storeName": "sample string 11",
                                "customerName": "sample string 12",
                                "storeReplyTo": "sample string 13",
                                "storeSubjectLine": "sample string 14",
                                "storeSaleHeader": {
                                  "$ref": "79"
                                }
                              },
                              {
                                "$ref": "90"
                              }
                            ],
                            "surveyResponses": [
                              {
                                "$id": "92",
                                "surveyG_UID": "eHEiXTDVZkKYvQouVLONEQ==",
                                "surveyGuid": "5d227178-d530-4266-98bd-0a2e54b38d11",
                                "saleHeaderGuid": "8/tzNmRkOkG12WZ7X/duLg==",
                                "saleGuid": "3673fbf3-6464-413a-b5d9-667b5ff76e2e",
                                "textResponse": "sample string 1",
                                "integerResponse": 1,
                                "g_UIDResponse": "S1Vr8LYEHECNTn+6ViWZCQ==",
                                "guidResponse": "f06b554b-04b6-401c-8d4e-7fba56259909",
                                "whoAnswered": 2,
                                "answeredAtUTC": "2025-06-14T06:37:08.9858763",
                                "sale": {
                                  "$ref": "79"
                                },
                                "survey": {
                                  "$id": "93",
                                  "g_UID": "U+q68gVI8kmJfzpBKqpoig==",
                                  "guid": "f2baea53-4805-49f2-897f-3a412aaa688a",
                                  "name": "sample string 1",
                                  "storeID": 2,
                                  "zoneID": 1,
                                  "checkoutFormG_UID": "RfqwPUkJwEagGaV/Ch7XRQ==",
                                  "checkoutFormGuid": "3db0fa45-0949-46c0-a019-a57f0a1ed745",
                                  "displayToWho": 3,
                                  "displayWhen": 4,
                                  "start": "2025-06-14T06:37:08.9858763",
                                  "end": "2025-06-14T06:37:08.9858763",
                                  "deleted": true,
                                  "updated": "2025-06-14T06:37:08.9858763",
                                  "possibleIntegerResponses": [
                                    1,
                                    2
                                  ],
                                  "possibleTextResponses": [
                                    "sample string 1",
                                    "sample string 2"
                                  ],
                                  "possibleGuidResponses": [
                                    "55363832-917d-48b3-995a-40fe45731a69",
                                    "a60a2b27-1742-4415-aea1-16f9a71abc28"
                                  ],
                                  "allowsAllTextResponses": true,
                                  "surveyForm": {
                                    "$ref": "47"
                                  }
                                },
                                "ingressId": "sample string 4"
                              },
                              {
                                "$ref": "92"
                              }
                            ],
                            "storeName": "sample string 38",
                            "machineName": "sample string 39",
                            "operatorName": "sample string 40",
                            "direction": 1,
                            "reason": "sample string 41",
                            "accountG_UID": "M8MS/Xusy0GQlyh6TMq05w==",
                            "accountIdentifier": "fd12c333-ac7b-41cb-9097-287a4ccab4e7",
                            "accountName": "sample string 42",
                            "customerOrderIdentifier": "XtDLa5GzYUOjkmPMcL5MgQ==",
                            "customerOrderIdentifierGuid": "6bcbd05e-b391-4361-a392-63cc70be4c81",
                            "priceLevelName": "sample string 43",
                            "revision": 44,
                            "ingressId": "sample string 45"
                          },
                          "metadata": {
                            "$id": "94",
                            "id": 1,
                            "paymentID": 2,
                            "paymentIdentifier": "Ip9b9i24QUaxibTEh0QbdA==",
                            "paymentIdentifierGuid": "f65b9f22-b82d-4641-b189-b4c487441b74",
                            "identifier": "87XmUDKE+Ei60tZOZcDBAQ==",
                            "identifierGuid": "50e6b5f3-8432-48f8-bad2-d64e65c0c101",
                            "metadata": "sample string 3",
                            "signatureImage": "QEA=",
                            "itemIdentifier": "D7n+heGl9UyU9DFBQ4whhQ==",
                            "itemIdentifierGuid": "85feb90f-a5e1-4cf5-94f4-3141438c2185"
                          }
                        },
                        {
                          "$ref": "78"
                        }
                      ]
                    },
                    {
                      "$ref": "73"
                    }
                  ],
                  "customerGroupMembers": [
                    {
                      "$ref": "77"
                    },
                    {
                      "$ref": "77"
                    }
                  ],
                  "customerGroups": [
                    {
                      "$ref": "76"
                    },
                    {
                      "$ref": "76"
                    }
                  ],
                  "accounts": [
                    {
                      "$ref": "74"
                    },
                    {
                      "$ref": "74"
                    }
                  ],
                  "account": {
                    "$ref": "74"
                  },
                  "vouchers": [
                    {
                      "$id": "95",
                      "customerIdentifier": "5hAW3x1RyUCrQQsQ36+NhA==",
                      "customerIdentifierGuid": "df1610e6-511d-40c9-ab41-0b10dfaf8d84",
                      "voucherName": "sample string 2",
                      "count": 3,
                      "storeID": 4,
                      "barcode": "sample string 5",
                      "redeemCount": 6,
                      "issueCount": 7,
                      "storeSalePaymentID": 1,
                      "idempotentID": "1RzaHd+J2Eycl548nw5TTw==",
                      "idempotentGuid": "1dda1cd5-89df-4cd8-9c97-9e3c9f0e534f",
                      "offline": true,
                      "voucher": {
                        "$id": "96",
                        "id": 1,
                        "name": "sample string 2",
                        "description": "sample string 3",
                        "shortDescription": "sample string 4",
                        "url": "sample string 5",
                        "barcodeTemplateID": 1,
                        "expiry": 0,
                        "voucherType": 6,
                        "limitPerTransaction": 7,
                        "customerTracking": true,
                        "discountAccount": "sample string 9",
                        "endDate": "2025-06-14T06:37:08.9858763",
                        "barcodeTemplate": {
                          "$id": "97",
                          "templateID": 1,
                          "template": "sample string 1",
                          "bcFunction": "sample string 2",
                          "sortOrder": 3
                        },
                        "scaleLabel": {
                          "$id": "98",
                          "id": 1,
                          "uid": "sample string 2",
                          "name": "sample string 3",
                          "width": 1.1,
                          "height": 1.1,
                          "showBorder": true,
                          "borderWidth": 1.1,
                          "borderStyle": 1,
                          "borderColour": "sample string 5",
                          "updated": "2025-06-14T06:37:08.9858763",
                          "labelPageLayout": "XurxAAy3TUOmQw664jyzWA==",
                          "pageLayoutGuid": "00f1ea5e-b70c-434d-a643-0ebae23cb358",
                          "labelType": 6,
                          "oldName": "sample string 7",
                          "voucher": {
                            "$ref": "96"
                          },
                          "elements": [
                            {
                              "$id": "99",
                              "id": 1,
                              "scaleLabelID": 2,
                              "showPercentDI": true,
                              "showAvgPerHundred": true,
                              "showAvgPerServe": true,
                              "name": "sample string 6",
                              "x": 1.1,
                              "y": 1.1,
                              "width": 1.1,
                              "height": 1.1,
                              "type": 1,
                              "rotation": 1,
                              "text": "sample string 7",
                              "fontFamily": "sample string 8",
                              "align": 1,
                              "bold": true,
                              "italic": true,
                              "underline": true,
                              "strikeout": true,
                              "reverse": true,
                              "textColour": "sample string 9",
                              "fontSize": 1.1,
                              "picture": "QEA=",
                              "borderWidth": 10,
                              "sortOrder": 11,
                              "printOptions": 12,
                              "superScriptTextFontSize": 1.1,
                              "lineStyle": 1,
                              "spacingStyle": 1,
                              "interCharacterSpacing": 1.1,
                              "superScriptOffset": 1.1,
                              "lineSpacing": 1.1,
                              "dateFormat": "sample string 13",
                              "autoGrow": true,
                              "fontAutoResize": true,
                              "updated": "2025-06-14T06:37:08.9858763"
                            },
                            {
                              "$ref": "99"
                            }
                          ]
                        },
                        "customerVouchers": [
                          {
                            "$id": "100",
                            "id": 1,
                            "customerIdentifier": "/Tw8pWY5gkaK7aYoIXntkA==",
                            "customerIdentifierGuid": "a53c3cfd-3966-4682-8aed-a6282179ed90",
                            "voucherID": 3,
                            "voucherName": "sample string 4",
                            "storeID": 1,
                            "barcode": "sample string 5",
                            "dateOfIssue": "2025-06-14T06:37:08.9858763",
                            "issuedSaleHeaderID": 1,
                            "issuedSaleIdentifier": "sample string 7",
                            "issuedOfflinePaymentID": 1,
                            "issuedIdempotentID": "IaA9+rs3DkWZuRfU86ca+g==",
                            "issuedIdempotentGuid": "fa3da021-37bb-450e-99b9-17d4f3a71afa",
                            "issuedOffline": true,
                            "issuedUser": "sample string 9",
                            "issuedNotes": "sample string 10",
                            "expiryDate": "2025-06-14T06:37:08.9858763",
                            "expiredUser": "sample string 11",
                            "expiredNotes": "sample string 12",
                            "redeemed": "2025-06-14T06:37:08.9858763",
                            "redeemedSaleHeaderID": 1,
                            "redeemedSaleIdentifier": "sample string 13",
                            "redeemedOfflinePaymentID": 1,
                            "redeemedIdempotentID": "jrXa3Od4+02hrUCQOerpkg==",
                            "redeemedIdempotentGuid": "dcdab58e-78e7-4dfb-a1ad-409039eae992",
                            "redeemedUser": "sample string 14",
                            "redeemedNotes": "sample string 15",
                            "redeemedOffline": true,
                            "updated": "2025-06-14T06:37:08.9858763",
                            "storeName": "sample string 17",
                            "scaleLabel": {
                              "$ref": "98"
                            },
                            "voucher": {
                              "$ref": "96"
                            },
                            "customer": {
                              "$ref": "72"
                            },
                            "issuedOfflinePayment": {
                              "$ref": "78"
                            },
                            "redeemedOfflinePayment": {
                              "$ref": "78"
                            }
                          },
                          {
                            "$ref": "100"
                          }
                        ]
                      },
                      "customer": {
                        "$ref": "72"
                      }
                    },
                    {
                      "$ref": "95"
                    }
                  ]
                }
              },
              {
                "$ref": "71"
              }
            ],
            "customerGroups": [
              {
                "$id": "101",
                "id": 1,
                "campaignID": 2,
                "campaignName": "sample string 3",
                "groupID": "LERuz77tDEyku8jj1hYeuA==",
                "groupIDGuid": "cf6e442c-edbe-4c0c-a4bb-c8e3d6161eb8",
                "campaign": {
                  "$ref": "68"
                },
                "group": {
                  "$ref": "76"
                }
              },
              {
                "$ref": "101"
              }
            ],
            "signIqTickets": [
              {
                "$id": "102",
                "identifier": "6oyvrWY11E636AF03UMGIQ==",
                "identifierGuid": "adaf8cea-3566-4ed4-b7e8-0174dd430621",
                "campaignName": "sample string 2",
                "message": "sample string 3",
                "ticketFileSource": "sample string 4",
                "ticketFileDestination": "sample string 5",
                "storeID": 1
              },
              {
                "$ref": "102"
              }
            ],
            "comboPriceGroups": [
              {
                "$id": "103",
                "id": 1,
                "campaignID": 2,
                "campaignName": "sample string 3",
                "g_UID": "CgnJS7jirk2IZWdiYpGnTg==",
                "guid": "4bc9090a-e2b8-4dae-8865-67626291a74e",
                "description": "sample string 5",
                "newPrice": 1,
                "rangeDescription": "sample string 6",
                "dealDescription": "sample string 7",
                "labelQuantity": 8,
                "hostProductCategoryID": 1,
                "offerID": 1,
                "dontUpdatePricePlus": true,
                "campaign": {
                  "$ref": "68"
                },
                "comboPricePlus": [
                  {
                    "$id": "104",
                    "id": 1,
                    "campaignID": 2,
                    "campaignName": "sample string 3",
                    "groupG_UID": "w6d+WggF9kevTwG8gf2lOg==",
                    "groupGuid": "5a7ea7c3-0508-47f6-af4f-01bc81fda53a",
                    "comboPriceType": 5,
                    "priceType": 5,
                    "pluG_UID": "Inh8HOJu2kqf2/PQgDZ46Q==",
                    "pluGuid": "1c7c7822-6ee2-4ada-9fdb-f3d0803678e9",
                    "priceGroupG_UID": "IuOKsNKmVkSWk8HafAaB/w==",
                    "priceGroupGuid": "b08ae322-a6d2-4456-9693-c1da7c0681ff",
                    "campaignPoolID": "sample string 7",
                    "quantity": 1,
                    "campaign": {
                      "$ref": "68"
                    },
                    "product": {
                      "$ref": "4"
                    },
                    "priceGroup": {
                      "$ref": "33"
                    },
                    "campaignPool": {
                      "$ref": "68"
                    }
                  },
                  {
                    "$ref": "104"
                  }
                ]
              },
              {
                "$ref": "103"
              }
            ],
            "priceLevels": [
              {
                "$id": "105",
                "id": 1,
                "priceLevelIdentifier": "EN9Dvi2ykUKviHYyuUNleQ==",
                "priceLevelIdentifierGuid": "be43df10-b22d-4291-af88-7632b9436579",
                "campaignName": "sample string 3",
                "priceLevelName": "sample string 4"
              },
              {
                "$ref": "105"
              }
            ]
          },
          "product": {
            "$ref": "4"
          },
          "dealCost": {
            "$id": "106",
            "headerIdentifier": "+5Kn7RAQBE2En0uBX6Gbrw==",
            "headerIdentifierGuid": "eda792fb-1010-4d04-849f-4b815fa19baf",
            "identifier": "Uo0nPFoDj06Oifl3IFC6wg==",
            "identifierGuid": "3c278d52-035a-4e8f-8e89-f9772050bac2",
            "supplierIdentifier": "d9cImvpvhkeVphLd3yN17g==",
            "supplierGuid": "9a08d777-6ffa-4786-95a6-12dddf2375ee",
            "pluG_UID": "GcdTYdCFMUePli8R7r2zhg==",
            "pluGuid": "6153c719-85d0-4731-8f96-2f11eebdb386",
            "campaignName": "ce6cbb16-47fc-4a25-8ed3-f6102e9ae943",
            "description": "sample string 4",
            "cost": 5,
            "costDecimals": 6,
            "start": "2025-06-14T06:37:08.9858763",
            "end": "2025-06-14T06:37:08.9858763",
            "type": 9,
            "promoType": 10,
            "bonusItemPLUG_UID": "fqcnkSWeLEGpPWmZUo8vTQ==",
            "bonusItemPluGuid": "9127a77e-9e25-412c-a93d-6999528f2f4d",
            "bonusPurchaseUnits": 11,
            "bonusReceiveUnits": 12,
            "updated": "2025-06-14T06:37:08.9858763",
            "metcashPromotionID": "sample string 14",
            "fromHost": 15,
            "storeNames": "sample string 16",
            "storeIDs": [
              1,
              2
            ],
            "supplierName": "sample string 17",
            "campaignDescription": "sample string 18",
            "newPrice": 1,
            "campaignMetcashPromotionID": "sample string 19",
            "campaignActive": true,
            "campaignStartDate": "2025-06-14T06:37:08.9858763",
            "campaignEndDate": "2025-06-14T06:37:08.9858763",
            "masterPLUG_UID": "bMo4JIl9yUKOsuJQ4gYvJg==",
            "masterID": "2438ca6c-7d89-42c9-8eb2-e250e2062f26",
            "productName": "sample string 22",
            "productAPN": "sample string 23",
            "orderCode": "sample string 24",
            "normalSell": 25,
            "normalCost": 26,
            "normalCostDecimals": 27,
            "cartonQuantity": 28,
            "salesMode": 29,
            "orderPacked": 30,
            "fuelItem": true,
            "active": true,
            "bonusMasterPLUG_UID": "ScJHl/Pg7UaJ+kYmbiukOA==",
            "bonusMasterID": "9747c249-e0f3-46ed-89fa-46266e2ba438",
            "bonusProductName": "sample string 34",
            "bonusProductAPN": "sample string 35",
            "bonusOrderCode": "sample string 36",
            "bonusNormalSell": 37,
            "bonusNormalCost": 38,
            "bonusNormalCostDecimals": 39,
            "bonusCartonQuantity": 40,
            "bonusSalesMode": 41,
            "bonusOrderPacked": 42,
            "bonusFuelItem": true,
            "bonusActive": true
          }
        },
        "currentCostStart": "2025-06-14T06:37:08.9858763",
        "dealCosts": [
          {
            "$ref": "106"
          },
          {
            "$ref": "106"
          }
        ],
        "tags": [
          {
            "$id": "107",
            "pluG_UID": "t9snroQEtUmrl5rTfQ3HEg==",
            "pluGuid": "ae27dbb7-0484-49b5-ab97-9ad37d0dc712",
            "tagID": 1,
            "description": "sample string 1",
            "storeIDs": [
              1,
              2
            ]
          },
          {
            "$ref": "107"
          }
        ],
        "alternateProductG_UID": "VVq+0txphUmQspRF6y7VVg==",
        "alternateProduct": "d2be5a55-69dc-4985-90b2-9445eb2ed556",
        "productHostCode": {
          "$id": "108",
          "id": 1,
          "pluG_UID": "t+s4gPWyPkCJdd2dKxOtNw==",
          "pluGuid": "8038ebb7-b2f5-403e-8975-dd9d2b13ad37",
          "ibaCode": "sample string 2"
        },
        "mscCat": {
          "$ref": "62"
        },
        "mscCom": {
          "$ref": "63"
        },
        "mscDep": {
          "$ref": "65"
        },
        "mscSubCom": {
          "$ref": "64"
        },
        "isUserUpdate": true,
        "ignoreMasterProduct": true,
        "priceGroupLabelRequested": true,
        "firstSold": "2025-06-14T06:37:08.9858763",
        "inventoryTracked": "2025-06-14T06:37:08.9858763",
        "isNormalPriceChangesCampaign": true
      },
      "location": {
        "$ref": "55"
      },
      "operator": {
        "$ref": "39"
      },
      "productDescription": "sample string 8",
      "productActive": true,
      "productBarcode": "sample string 10",
      "succeeded": true,
      "printRunID": "S4RqKBopPEesyaPnijcMSQ==",
      "printRunGuid": "286a844b-291a-473c-acc9-a3e78a370c49",
      "departmentName": "sample string 12",
      "subDepartmentName": "sample string 13",
      "minorDepartmentName": "sample string 14",
      "lesserDepartmentName": "sample string 15",
      "storeName": "sample string 16",
      "campaignDescription": "sample string 17",
      "campaignStartDate": "2025-06-14T06:37:08.9858763",
      "campaignEndDate": "2025-06-14T06:37:08.9858763",
      "campaignPrice": 1,
      "campaignCost": 1,
      "campaignCostDecimals": 1,
      "printRequestType": 18,
      "isTobacco": true,
      "isLiquor": true,
      "shelfLocationName": "sample string 21",
      "operatorName": "sample string 22",
      "printBatchType": 23,
      "createdBy": "sample string 24",
      "pageLayoutName": "sample string 25",
      "complianceIndicatorName": "sample string 26",
      "warehouseDirectIndicator": "sample string 27",
      "productGrade": "sample string 28"
    },
    {
      "$ref": "2"
    }
  ],
  "skip": 1,
  "take": 1,
  "totalCount": 1
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PK�4�Z�:��5xl/workbook.xml �(�����0D�&�C���B)��x��}��m�-ik��-H�yۙ�};|��o���GƗ��2��d���Ɏh⮳NC�ҽ��:%�����%I��5^��ӕ�ˏ��%b�ÊҠ��B���p��Vw6	[C�7��~�(b@cE@��ܞM)q�����'yۊ"�Bv)���;���w�PK�4�Z����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
�4�Z����''_rels/.rels �(�<?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="R2f99ab77a6de43ed" /></Relationships>PK�4�Z�`�Śxl/worksheets/sheet1.xml �(���]o� ��
�~A��Mۙf�n��׬�H*2f��/���:�Ǎb��^1�y�8sm���W����'��H�M�J?��sޛ�.`k�q���Z.�	ԑ���(-�u���Tӈ��Tu����`� �;f�V�G�n_�e����G���J2��2���>��7�
�{*s�|0o�`<��Ǐ_u�g�
~��֠�
;u��~rqh�R�Ju�?��� ��ɿQ�v�M��YB2�iAu2V�s�����'����$�	�&�Y��٧��a���^�M/�����aR�F'4�4��il~�;fY�k5�ˮ���uK�o�
۸+>�8G�ѝ��5^�k�\�5A/������Kv򚝬��]�5����B\9����zmJ��L�u��JY���,�w�PK�4�Z��,��Pxl/_rels/workbook.xml.rels �(����n� @����)K�����k�p�	Q��v��O�/u�F�v��d��OO������mٙ��i��r`d�U��8��f��C���0{G�o@�0?q	}fg2��Y7a������=�2�w)n��p��?D�u��g+O����Zw�(;��)4�S���,R��T��2_��e�e%
����e$����'2�%R�ZTXų��+�ёz	.n:uJ��;	��R�D*��ȯj��_l�PK�4�ZЃc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK�4�Zg�[��xl/sharedStrings.xml �(�eP�J�0���w��*���z�r��$�{�چK75����*"��vf��e��g��Fv�2�1�VHuh��~��ή�bj��LO�Zm�Y�l%�t'2\[�u�=�	Ҭ��؃�0�����p�(���Ira{p�UF�L_j5�{���s��Sɫi��J���r{Dz��nXsO�U�?-k�!:����E�O&�M��Z���#at�Yz�<�\	-FS�=�]Y�=�s��o�-�oPK-�4�Z�:��5xl/workbook.xmlPK-�4�Z����	�[Content_Types].xmlPK-
�4�Z����''V_rels/.relsPK-�4�Z�`�Ś�xl/worksheets/sheet1.xmlPK-�4�Z��,��P�xl/_rels/workbook.xml.relsPK-�4�ZЃc'2E
�xl/styles.xmlPK-�4�Zg�[��nxl/sharedStrings.xmlPK��	

application/vnd.ms-excel

Sample:
PK�4�ZN$��5xl/workbook.xml �(�����0��&�C����)��x�བ�4П�5���H�yۙ��v�l��4fD5i_�!ؚ�P̟�w�8�B��E��Cg�[��e%q0� ������X�:`���V�bR��x@�.�f�d4�����"�)�`�ERH3
�X`%��78���2����" ˯/DQ❽�(�~�_PK�4�Z����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
�4�Z�G��''_rels/.rels �(�<?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="R76a4b178d5754c8e" /></Relationships>PK�4�Z�`�Śxl/worksheets/sheet1.xml �(���]o� ��
�~A��Mۙf�n��׬�H*2f��/���:�Ǎb��^1�y�8sm���W����'��H�M�J?��sޛ�.`k�q���Z.�	ԑ���(-�u���Tӈ��Tu����`� �;f�V�G�n_�e����G���J2��2���>��7�
�{*s�|0o�`<��Ǐ_u�g�
~��֠�
;u��~rqh�R�Ju�?��� ��ɿQ�v�M��YB2�iAu2V�s�����'����$�	�&�Y��٧��a���^�M/�����aR�F'4�4��il~�;fY�k5�ˮ���uK�o�
۸+>�8G�ѝ��5^�k�\�5A/������Kv򚝬��]�5����B\9����zmJ��L�u��JY���,�w�PK�4�Z׹at�Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞�	N䠦ݰa[z�'Q۲]�gc���V� �X��j4��'�|�lvo�L^0���ʂA������)�;��f��Ly"���$�������4����qa�)�a�^���V�54�p�$�����1��G�N�����p�#br�a���O)�K(�L�;���{����7@���b:����L_��Խ�3Y�Tf��s
��k�uy�fte��uo��7�]���_l�PK�4�ZЃc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK�4�Zg�[��xl/sharedStrings.xml �(�eP�J�0���w��*���z�r��$�{�چK75����*"��vf��e��g��Fv�2�1�VHuh��~��ή�bj��LO�Zm�Y�l%�t'2\[�u�=�	Ҭ��؃�0�����p�(���Ira{p�UF�L_j5�{���s��Sɫi��J���r{Dz��nXsO�U�?-k�!:����E�O&�M��Z���#at�Yz�<�\	-FS�=�]Y�=�s��o�-�oPK-�4�ZN$��5xl/workbook.xmlPK-�4�Z����	��[Content_Types].xmlPK-
�4�Z�G��''U_rels/.relsPK-�4�Z�`�Ś�xl/worksheets/sheet1.xmlPK-�4�Z׹at�P�xl/_rels/workbook.xml.relsPK-�4�ZЃc'2E
�xl/styles.xmlPK-�4�Zg�[��lxl/sharedStrings.xmlPK��