POST api/printBatch/{id}/details

This is a GET request masked as a POST request to get around query string limits for location filtering. Lists print batch products/locations in request

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

PrintBatch header identifier to get print batch details for

globally unique identifier

Required

Body Parameters

Filtering options for print batch details (mostly focused on product filtering)

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": "ZaxE5/2mw0OnQ1htNIQtng==",
  "headerGuid": "e744ac65-a6fd-43c3-a743-586d34842d9e",
  "printRequestType": 1,
  "sortKind": 0,
  "sort": 0,
  "printed": true,
  "printDate": "2025-10-05T00:01:06.5216154",
  "utcOffset": 3.1,
  "useExactPrintDateTime": true,
  "keyword": "sample string 5",
  "search": 0,
  "shelfLocationGuids": [
    "ef966fef-806b-482e-a981-352a45cb2fde",
    "793a8394-ad63-4be2-97f8-c763897f45a9"
  ],
  "supplierIdentifier": "9i/7Sb6ohUaAqN7MjLUuyA==",
  "supplierGuid": "49fb2ff6-a8be-4685-80a8-decc8cb52ec8",
  "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": "zxok7utWVkKQ2EH3HfK+TA==",
  "labelPageLayoutGuid": "ee241acf-56eb-4256-90d8-41f71df2be4c",
  "campaignStartDate": "2025-10-05T00:01:06.5684653",
  "campaignEndDate": "2025-10-05T00:01:06.5684653",
  "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-10-05T00:01:06.5684653+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-10-05T00:01:06.5684653+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>e744ac65-a6fd-43c3-a743-586d34842d9e</HeaderGuid>
  <HeaderIdentifier>ZaxE5/2mw0OnQ1htNIQtng==</HeaderIdentifier>
  <IncludeZeroQtyOnly>true</IncludeZeroQtyOnly>
  <ItemNumber>sample string 8</ItemNumber>
  <Keyword>sample string 5</Keyword>
  <LabelPageLayoutG_UID>zxok7utWVkKQ2EH3HfK+TA==</LabelPageLayoutG_UID>
  <LabelPageLayoutGuid>ee241acf-56eb-4256-90d8-41f71df2be4c</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-10-05T00:01:06.5216154+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>ef966fef-806b-482e-a981-352a45cb2fde</d2p1:guid>
    <d2p1:guid>793a8394-ad63-4be2-97f8-c763897f45a9</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>49fb2ff6-a8be-4685-80a8-decc8cb52ec8</SupplierGuid>
  <SupplierIdentifier>9i/7Sb6ohUaAqN7MjLUuyA==</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": "bz7WuiY+6UiIhT6bKRMCZg==",
      "identifierGuid": "bad63e6f-3e26-48e9-8885-3e9b29130266",
      "headerIdentifier": "dMGK7ncZ90iUnb4wIrhOUA==",
      "headerGuid": "ee8ac174-1977-48f7-949d-be3022b84e50",
      "shelfLocationIdentifier": "ERCX+PaBS0aQ7cWLeQM+Vg==",
      "shelfLocationGuid": "f8971011-81f6-464b-90ed-c58b79033e56",
      "pluG_UID": "kyHNrZS4S026flkXnyyl9w==",
      "pluGuid": "adcd2193-b894-4d4b-ba7e-59179f2ca5f7",
      "operatorG_UID": "CQ7J0EicVEa8xzoRfUKTOQ==",
      "operatorGuid": "d0c90e09-9c48-4654-bcc7-3a117d429339",
      "campaignName": "sample string 2",
      "comboGroupIdentifier": "ZBjyjb2hMk+yJb3Es16kTQ==",
      "comboGroupGuid": "8df21864-a1bd-4f32-b225-bdc4b35ea44d",
      "created": "2025-10-05T00:01:06.6622449",
      "labelQuantity": 3,
      "talkerQuantity": 4,
      "labelSmall": true,
      "printed": "2025-10-05T00:01:06.6622449",
      "detailMetaList": [
        {
          "$id": "3",
          "id": 1,
          "printBatchType": 2,
          "user": "sample string 3",
          "detailIdentifier": "IwKAJuuV9kWppxk+u6E2QA==",
          "detailGuid": "26800223-95eb-45f6-a9a7-193ebba13640"
        },
        {
          "$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": "H2jCexU4lE6xo43sYoJ2ig==",
        "guid": "7bc2681f-3815-4e94-b1a3-8dec6282768a",
        "apn": "sample string 1",
        "apnChanged": true,
        "apnSwitched": true,
        "barcode": "sample string 4",
        "itemNumber": "sample string 5",
        "itemNumberChanged": true,
        "priceGroupG_UID": "ZBDuLPZN50WknNACFBwi3Q==",
        "priceGroupGuid": "2cee1064-4df6-45e7-a49c-d002141c22dd",
        "blueprintID": 1,
        "lastCountedDate": "2025-10-05T00:01:06.6622449",
        "externalID": "sample string 7",
        "active": true,
        "activated": "2025-10-05T00:01:06.6622449",
        "pluCreated": "2025-10-05T00:01:06.6622449",
        "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-10-05T00:01:06.6622449",
        "lastManualUpdate": "2025-10-05T00:01:06.6622449",
        "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-10-05T00:01:06.6622449",
        "currentCostUpdated": "2025-10-05T00:01:06.6622449",
        "costDecimals": 31,
        "costChanged": true,
        "dealCostIdentifier": "QEA=",
        "excludeFromRebate": true,
        "rebateOverride": 1,
        "costCalcMethod": 32,
        "costCalcMethodChanged": true,
        "costEffectiveDate": "2025-10-05T00:01:06.6622449",
        "defaultGP": 1,
        "breakTargetMode": 33,
        "break1": 1,
        "price1": 1,
        "target1": 34,
        "break2": 1,
        "price2": 1,
        "target2": 35,
        "break3": 1,
        "price3": 1,
        "target3": 36,
        "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,
        "paws": 1.0,
        "awsUpdated": "2025-10-05T00:01:06.6622449",
        "posTare": 1,
        "altPrice": 1.0,
        "altPriceChanged": true,
        "altPriceMode": 53,
        "altPriceModeChanged": true,
        "altPLUG_UID": "+RLGvFGVr02hGMM+6dRhrQ==",
        "altPLUGuid": "bcc612f9-9551-4daf-a118-c33ee9d461ad",
        "altPLUGuidChanged": true,
        "altPriceDescription1": "sample string 54",
        "altPriceDescription2": "sample string 55",
        "cartonQuantity": 56,
        "cartonQuantityChanged": true,
        "trayID": 1,
        "promptID": 1,
        "tare": 1,
        "packQty": 1,
        "fixedWeight": 1,
        "extraMesg": 1,
        "text1": "sample string 58",
        "text2": "sample string 59",
        "text3": "sample string 60",
        "labelText": "sample string 61",
        "labelTextChanged": true,
        "sendToScale": true,
        "nonScaleWeigh": true,
        "labelFormat": "sample string 65",
        "barcodeFormat": "sample string 66",
        "austMade": 1,
        "coolCode": 67,
        "countryOfOrigin": "sample string 68",
        "percentContent": 69.1,
        "departmentID": 1,
        "subDepartmentID": 1,
        "minorDepartmentID": 1,
        "lesserDepartmentID": 1,
        "deptCode": "sample string 70",
        "subDeptCode": "sample string 71",
        "minorDeptCode": "sample string 72",
        "lesserDeptCode": "sample string 73",
        "deptName": "sample string 74",
        "subDeptName": "sample string 75",
        "minorDeptName": "sample string 76",
        "lesserDeptName": "sample string 77",
        "departmentChanged": true,
        "subCategoryID": 1,
        "expiry": 1,
        "showDays": 1,
        "datePrint": 1,
        "labelRequired": true,
        "labelShelfQty": 80,
        "labelShelfChanged": true,
        "labelTalkerQty": 82,
        "labelSmall": true,
        "labelLastPrinted": "2025-10-05T00:01:06.6622449",
        "labelLastPrice": 1,
        "shelfPageLayoutG_UID": "yF/GtSholEmiFzlfBS4ITw==",
        "shelfPageLayoutGuid": "b5c65fc8-6828-4994-a217-395f052e084f",
        "talkerPageLayoutG_UID": "9nja3MAKxEeSVphiyzCnCQ==",
        "talkerPageLayoutGuid": "dcda78f6-0ac0-47c4-9256-9862cb30a709",
        "unitMeasure": 1.1,
        "unitMeasureChanged": true,
        "unitMeasureKind": 85,
        "unitMeasureKindChanged": true,
        "signIQData": "sample string 87",
        "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": 91,
        "notForSaleChanged": true,
        "excludeFromDeals": true,
        "excludeFromVoucher": true,
        "minimumAge": 94,
        "minimumAgeChanged": true,
        "buyingLimit": 1,
        "buyingLimitChanged": true,
        "buyingLimitIndependent": true,
        "buyingLimitIndependentChanged": true,
        "inventoryGuid": "jc+JzG8ZWUiOEFYbHWYODg==",
        "inventoryIdentifier": "cc89cf8d-196f-4859-8e10-561b1d660e0e",
        "inventoryAccuracy": 1,
        "baseUnits": 98,
        "orderPacked": 1,
        "isManufactured": true,
        "isIngredient": true,
        "isModifier": true,
        "isModifierChanged": true,
        "hasModifiers": 99,
        "defaultPrinter": "sample string 100",
        "defaultPrinterGroup": "sample string 101",
        "ingredientsOnManufacture": true,
        "manufactureUnitMeasure": 1,
        "mpl": 1,
        "maxShelfQty": 102,
        "allowAutoOrder": true,
        "warrantyPeriod": 1,
        "parentPluG_UId": "qbiOWxnS/UqncKwLiC3I3w==",
        "parentPluGuid": "5b8eb8a9-d219-4afd-a770-ac0b882dc8df",
        "preferredHostVendor": 104,
        "preferredHostChanged": true,
        "code": "sample string 106",
        "supplierIdentifier": "5Eku58gfX0+CoBL1yBI9Dg==",
        "supplierIdentifierGuid": "e72e49e4-1fc8-4f5f-82a0-12f5c8123d0e",
        "supplierChanged": true,
        "rebateSupplierIdentifier": "Y/B96Bsx1EiAK6G8IlWTKA==",
        "rebateSupplierIdentifierGuid": "e87df063-311b-48d4-802b-a1bc22559328",
        "rebateSupplierChanged": true,
        "availableForOrder": true,
        "warehouseDirectIndicator": "sample string 108",
        "warehouseDirectIndicatorChanged": true,
        "productGrade": "sample string 110",
        "productType": "sample string 111",
        "productGroup": "sample string 112",
        "complianceIndicator": "sample string 113",
        "inhouseBrand": "sample string 114",
        "slowMoving": true,
        "generalMerchandise": true,
        "comment": "sample string 117",
        "lastUpdatedByUser": "sample string 118",
        "lastManualUpdatedByUser": "sample string 119",
        "lastUpdatedByUserOverride": true,
        "lastUpdatedByHost": "2025-10-05T00:01:06.6622449",
        "commodity": "sample string 121",
        "businessPillar": "sample string 122",
        "mscCommodity": "sample string 123",
        "hostIdentifier": "lxLUKSrFpU2GliYc/EfMKA==",
        "hostIdentifierGuid": "29d41297-c52a-4da5-8696-261cfc47cc28",
        "serviceFeeID": 1,
        "serviceFeeIDChanged": true,
        "providerName": "sample string 125",
        "aisleEnds": "sample string 126",
        "deleted": true,
        "deletedChanged": true,
        "hidden": true,
        "doNotRange": true,
        "doNotRangeChanged": true,
        "doNotOrder": true,
        "doNotOrderChanged": true,
        "locked": true,
        "excludeFromWebUpdate": true,
        "excludeFromWebUpdateChanged": true,
        "webPriceBasedOn": 137,
        "webPriceRounding": true,
        "webMarkup": 139,
        "webPriceMode": 140,
        "altDepartmentID": 1,
        "altSubDepartmentID": 1,
        "altMinorDepartmentID": 1,
        "altLesserDepartmentID": 1,
        "altDeptCode": "sample string 141",
        "altSubDeptCode": "sample string 142",
        "altMinorDeptCode": "sample string 143",
        "altLesserDeptCode": "sample string 144",
        "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-10-05T00:01:06.6622449",
          "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": "ClPzhWZSMkyF+F68CgqcHA==",
          "hostIdentifierGuid": "85f3530a-5266-4c32-85f8-5ebc0a0a9c1c",
          "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-10-05T00:01:06.6622449",
          "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": "tYVyZ5OoKUmR4fxDTPhu4w==",
              "hostIdentifierGuid": "677285b5-a893-4929-91e1-fc434cf86ee3",
              "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": "zsjzCBB39E+Ie6YWzD86JA==",
                "identifierGuid": "08f3c8ce-7710-4ff4-887b-a616cc3f3a24",
                "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": "093Yg8dGqUW02jw2N1vKow==",
                "hostSupplierIdentifierGuid": "83d8ddd3-46c7-45a9-b4da-3c36375bcaa3",
                "loyaltyPriceLevelIdentifier": "z2Cx4LgD90ShVLh+askyWg==",
                "loyaltyPriceLevelIdentifierGuid": "e0b160cf-03b8-44f7-a154-b87e6ac9325a",
                "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-10-05T00:01:06.6622449",
                "lastProcessed": "2025-10-05T00:01:06.6622449",
                "hold": true,
                "supplierName": "sample string 35",
                "supplier": {
                  "$id": "9",
                  "identifier": "4UrQlImUDE+eimY4/f51yA==",
                  "identifierGuid": "94d04ae1-9489-4f0c-9e8a-6638fdfe75c8",
                  "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": "pG//wwOR1EWL6//Y2+nclA==",
                  "primaryContactID": "c3ff6fa4-9103-45d4-8beb-ffd8dbe9dc94",
                  "storeID": 1,
                  "abn": "sample string 16",
                  "supplierGroupIdentifier": "sK3pFMWnMUiYQubMPlISPg==",
                  "supplierGroupGuid": "14e9adb0-a7c5-4831-9842-e6cc3e52123e",
                  "rebate": 1.0,
                  "rebateType": 1,
                  "rebateFrequency": 1,
                  "rebateSource": 1,
                  "rebateLastClaimed": "2025-10-05T00:01:06.6622449",
                  "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": "d6a3ca9e-2954-4a7f-99dd-bc1fa72b27df",
                    "identifier": "uh4ljoxQSkCEFeZjydzXFw==",
                    "identifierGuid": "8e251eba-508c-404a-8415-e663c9dcd717",
                    "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": "33IZQa9DYUuirAzOucPzdQ==",
                      "supplierIdentifierGuid": "411972df-43af-4b61-a2ac-0cceb9c3f375",
                      "contactGuid": "Fp1IxKRuEEmd//QpqKD2EA==",
                      "contactID": "c4489d16-6ea4-4910-9dff-f429a8a0f610",
                      "contact": {
                        "$ref": "10"
                      },
                      "supplier": {
                        "$ref": "9"
                      }
                    },
                    {
                      "$ref": "11"
                    }
                  ],
                  "products": [
                    {
                      "$id": "12",
                      "pluG_UID": "P6AedtfDC0uyvitxR7fKoQ==",
                      "pluGuid": "761ea03f-c3d7-4b0b-b2be-2b7147b7caa1",
                      "supplierIdentifier": "Ksjury4o0kC5XtCie7PCwg==",
                      "supplierIdentifierGuid": "afeec82a-282e-40d2-b95e-d0a27bb3c2c2",
                      "cartonQuantity": 1,
                      "cartonQuantityChanged": true,
                      "productSize": "sample string 3",
                      "cigarettesPerSleeve": 1,
                      "randomWeight": true,
                      "piecesPerUnit": 5,
                      "averagePackSize": 6,
                      "effectiveDate": "2025-10-05T00:01:06.6622449",
                      "pricedByWeight": true,
                      "landedUnitCostEx": 9,
                      "landedUnitCostInc": 10,
                      "landedCartonCostInc": 11,
                      "landedCartonCostEx": 12,
                      "standardCost": 13,
                      "deliveryFee": 1,
                      "deliveryFeeBasis": "sample string 14",
                      "pickAndPackFee": 1,
                      "pickAndPackFeeBasis": "sample string 15",
                      "financeFee": 1,
                      "financeFeeBasis": "sample string 16",
                      "cartonLength": 1,
                      "cartonWidth": 1,
                      "cartonHeight": 1,
                      "palletLayerQuantity": 1,
                      "palletLayers": 1,
                      "itemCode": "sample string 17",
                      "invoiceCode": "sample string 18",
                      "invoiceDesc": "sample string 19",
                      "orderDirect": true,
                      "useCost": true,
                      "minimumQuantity": 20,
                      "hostType": 21,
                      "fromHost": 22,
                      "minimumReorder": 1,
                      "maximumReorder": 1,
                      "orderMultiple": 23.1,
                      "sellMultiple": 24.1,
                      "baseMultiple": 25.1,
                      "hostStandardCost": 26,
                      "hostTotalCost": 27,
                      "hostRetail": 28,
                      "hostLandedUnitCostEx": 29,
                      "hostLandedUnitCostInc": 30,
                      "hostDesc": "sample string 31",
                      "directIndicator": "sample string 32",
                      "availableToOrder": true,
                      "hostRangeIndicator": "sample string 34",
                      "hostProductType": "sample string 35",
                      "hostProductGrade": "sample string 36",
                      "hostProductGroup": "sample string 37",
                      "hostSlowMoving": true,
                      "hostGeneralMerchandise": true,
                      "hostPillar": "sample string 40",
                      "hostLastUpdated": "2025-10-05T00:01:06.6622449",
                      "rebate": 1.0,
                      "rebateExclude": true,
                      "invoiceCodes": [
                        {
                          "$id": "13",
                          "pluG_UID": "1hyEHOmUPUynOWYxAclshg==",
                          "pluGuid": "1c841cd6-94e9-4c3d-a739-663101c96c86",
                          "supplierIdentifier": "PecptDlJxUGh4S8tsz2g+w==",
                          "supplierIdentifierGuid": "b429e73d-4939-41c5-a1e1-2f2db33da0fb",
                          "invoiceCode": "sample string 1",
                          "storeIDs": [
                            1,
                            2
                          ]
                        },
                        {
                          "$ref": "13"
                        }
                      ],
                      "storeIDs": [
                        1,
                        2
                      ],
                      "preferredSupplier": true,
                      "preferredRebateSupplier": true,
                      "supplierName": "sample string 41",
                      "salesMode": 42,
                      "orderPacked": true,
                      "active": true,
                      "price": 1,
                      "costGstPercent": 44,
                      "parentPluG_UID": "0fpDyn+8JkGX/hF1xA2rXw==",
                      "parentPluGuid": "ca43fad1-bc7f-4126-97fe-1175c40dab5f",
                      "freight": 45.0,
                      "freightType": 1,
                      "product": {
                        "$ref": "4"
                      },
                      "supplier": {
                        "$ref": "9"
                      },
                      "serviceFee": {
                        "$id": "14",
                        "id": 1,
                        "description": "sample string 1",
                        "fee": 1
                      },
                      "isPrimaryHost": true,
                      "hostVendor": 47
                    },
                    {
                      "$ref": "12"
                    }
                  ],
                  "orderCycleHeaders": [
                    {
                      "$id": "15",
                      "storeID": 1,
                      "supplierIdentifier": "aYBViVJtK0SYuBVQuy8J/A==",
                      "supplierGuid": "89558069-6d52-442b-98b8-1550bb2f09fc",
                      "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": "Kzq2Tu+IzE6uQmL5Yjd7Sg==",
                      "supplierGuid": "4eb63a2b-88ef-4ecc-ae42-62f962377b4a",
                      "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-10-05T00:01:06.6622449",
                      "deliveryDate": "2025-10-05T00:01:06.6622449",
                      "nextCutOffDate": "2025-10-05T00:01:06.6622449",
                      "nextDeliveryDate": "2025-10-05T00:01:06.6622449",
                      "nextDaysBuffer": 10
                    },
                    {
                      "$ref": "16"
                    }
                  ],
                  "store": {
                    "$ref": "5"
                  },
                  "updated": "2025-10-05T00:01:06.6622449",
                  "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-10-05T00:01:06.6622449",
                    "processed": "2025-10-05T00:01:06.6622449",
                    "isProcessing": true,
                    "processedCount": 6,
                    "processingTime": 1,
                    "collectedUtc": "2025-10-05T00:01:06.6622449",
                    "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-10-05T00:01:06.6622449",
                      "businessPillar": "sample string 3",
                      "fileType": "sample string 4"
                    }
                  },
                  {
                    "$ref": "17"
                  }
                ],
                "zoneMatrix": [
                  {
                    "$id": "19",
                    "id": 1,
                    "hostIdentifier": "zl0ica5vN0iAMaCz9ga0bg==",
                    "hostIdentifierGuid": "71225dce-6fae-4837-8031-a0b3f606b46e",
                    "storeID": 1,
                    "departmentCode": "sample string 2",
                    "hostGuids": [
                      "49d2031f-0039-420a-b968-215f3002318a",
                      "27a7cbeb-cb1f-45a3-84ba-57c64a6ca69e"
                    ]
                  },
                  {
                    "$ref": "19"
                  }
                ],
                "hostFileStoreSetting": {
                  "$ref": "7"
                },
                "hostStoreSettings": [
                  {
                    "$ref": "7"
                  },
                  {
                    "$ref": "7"
                  }
                ],
                "promotionPlacements": [
                  {
                    "$id": "20",
                    "identifier": "rLEQiCvdO0ehGjUUoHkVhw==",
                    "identifierGuid": "8810b1ac-dd2b-473b-a11a-3514a0791587",
                    "code": "sample string 2",
                    "description": "sample string 3",
                    "isAdvertised": true
                  },
                  {
                    "$ref": "20"
                  }
                ],
                "promoTypeGuids": [
                  "e886269d-a1d4-4bcf-b539-de8cac42088f",
                  "d8381f57-716d-45ad-8b2b-3d989cc13328"
                ],
                "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-10-05T00:01:06.6622449",
              "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": "233c0318-17e2-46cb-81d6-a8a6ef922cec",
          "updateStore": {
            "$id": "26",
            "id": "80fc4d7a-c6c1-409e-a87e-58f56b28985c",
            "name": "sample string 1",
            "lastActivity": "2025-10-05T00:01:06.6622449",
            "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-10-05T00:01:06.6622449"
          },
          "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": "FCh4itWEfUOuH6rlCk2nnA==",
            "pluGuid": "8a782814-84d5-437d-ae1f-aae50a4da79c",
            "plu": 1,
            "storeID": 1,
            "zoneID": 2,
            "zoneName": "sample string 3",
            "store": "sample string 4",
            "priceNow": 5,
            "costNow": 6,
            "costNowDecimals": 7,
            "normalPrice": 8,
            "priceNext": 1,
            "costNext": 1,
            "costNextDecimals": 9,
            "nextCampaignName": "sample string 10",
            "gstPercent": 11,
            "normalCost": 12,
            "normalCostDecimals": 13,
            "costGstPercent": 14,
            "costCalcMethod": 1,
            "currentCost": 15,
            "currentCostDecimals": 16,
            "break1": 17,
            "price1": 18,
            "break2": 19,
            "price2": 20,
            "break3": 21,
            "price3": 22,
            "fuelItem": 23,
            "fixedWeight": 24,
            "active": true,
            "complianceIndicator": "sample string 25",
            "doNotOrder": true,
            "doNotRange": true,
            "isNormalPriceChangesCampaign": true,
            "updated": "2025-10-05T00:01:06.6622449"
          },
          {
            "$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-10-05T00:01:06.6622449",
            "priceChangeType": 0,
            "costDecimals": 10
          },
          "normalPluPrices": {
            "$ref": "30"
          },
          "winningCampaign": 1,
          "winner": {
            "$id": "31",
            "campaignName": "sample string 1",
            "campaignDescription": "sample string 2",
            "startDate": "2025-10-05T00:01:06.6622449",
            "startTime": 3,
            "endDate": "2025-10-05T00:01:06.6622449",
            "endTime": 4,
            "newPrice": 5,
            "newCost": 6,
            "newCostDecimals": 7,
            "pctDiscount": 8,
            "promoType": 1,
            "promotionTypeCode": "sample string 9",
            "hostType": 10,
            "hostIdentifier": "7f9rBY6f40GaBvAr7HeM3g==",
            "hostIdentifierGuid": "056bffed-9f8e-41e3-9a06-f02bec778cde",
            "storeNames": [
              "sample string 1",
              "sample string 2"
            ]
          },
          "details": [
            {
              "$ref": "31"
            },
            {
              "$ref": "31"
            }
          ]
        },
        "tray": {
          "$id": "32",
          "g_UId": "PwGwkogU6ECKK33cmftStQ==",
          "guid": "92b0013f-1488-40e8-8a2b-7ddc99fb52b5",
          "name": "sample string 1",
          "number": 1,
          "tare": 1
        },
        "priceGroup": {
          "$id": "33",
          "priceGroupG_UID": "G6LieFctTUChfye+39MZRA==",
          "priceGroupGuid": "78e2a21b-2d57-404d-a17f-27bedfd31944",
          "name": "sample string 2",
          "code": 1,
          "modified": true,
          "updated": "2025-10-05T00:01:06.6622449",
          "buyingLimit": 1,
          "buyingLimitIndependent": true,
          "buyingLimitType": 0,
          "number": 1,
          "products": [
            {
              "$ref": "4"
            },
            {
              "$ref": "4"
            }
          ],
          "productCount": 1
        },
        "priceGroupName": "sample string 146",
        "nutrifacts": {
          "$id": "34",
          "pluG_UID": "ugahelLzWUa07w+Oo7p8gQ==",
          "pluGuid": "7aa106ba-f352-4659-b4ef-0f8ea3ba7c81",
          "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": "279d25ee-dd0b-43f7-b641-f3fe3fc4e3f9",
          "created": "2025-10-05T00:01:06.6622449",
          "createdByUser": "sample string 1",
          "activated": "2025-10-05T00:01:06.6622449",
          "deactivated": "2025-10-05T00:01:06.6622449",
          "lastOrdered": "2025-10-05T00:01:06.6622449",
          "lastOrderedQty": 2.0,
          "lastReceived": "2025-10-05T00:01:06.6622449",
          "lastReceivedQty": 3.0,
          "lastInvoiceStatus": 1,
          "lastCounted": "2025-10-05T00:01:06.6622449",
          "lastSold": "2025-10-05T00:01:06.6622449",
          "firstSold": "2025-10-05T00:01:06.6622449",
          "awsUpdated": "2025-10-05T00:01:06.6622449",
          "lastManualUpdate": "2025-10-05T00:01:06.6622449",
          "lastManualUpdatedByUser": "sample string 5",
          "lastUpdated": "2025-10-05T00:01:06.6622449",
          "lastUpdatedByUser": "sample string 7",
          "lastUpdatedByHost": "2025-10-05T00:01:06.6622449",
          "doNotRangeUpdated": "2025-10-05T00:01:06.6622449",
          "doNotOrderUpdated": "2025-10-05T00:01:06.6622449",
          "tracked": "2025-10-05T00:01:06.6622449"
        },
        "allergens": [
          {
            "$id": "36",
            "allergenID": 1,
            "pluG_UID": "FQ1PBbc98U6ysvAJNxBgRA==",
            "pluGuid": "054f0d15-3db7-4ef1-b2b2-f00937106044",
            "contains": 2,
            "allergenName": "sample string 3",
            "storeIDs": [
              1,
              2
            ]
          },
          {
            "$ref": "36"
          }
        ],
        "costs": {
          "$id": "37",
          "pluG_UID": "SmqT9Bcqc0K0+YqE36lGiw==",
          "pluGuid": "f4936a4a-2a17-4273-b4f9-8a84dfa9468b",
          "enteredCost": 1,
          "weightedAvgCost": 1,
          "lastCost": 1,
          "rawEnteredCost": 2,
          "rawWeightedAvgCost": 3,
          "rawLastCost": 4,
          "freight": 5.0,
          "freightType": 6,
          "costDecimals": 7,
          "fifoCost": 1,
          "updated": "2025-10-05T00:01:06.6622449",
          "normalCost": 1,
          "currentCost": 1
        },
        "sales": [
          {
            "$id": "38",
            "saleHeaderID": 1,
            "created": "2025-10-05T00:01:06.6622449",
            "createdLocal": "2025-10-05T00:01:06.6622449",
            "storeID": 3,
            "storeName": "sample string 4",
            "operatorG_Uid": "5F40ktML0kiwnaI+300oDg==",
            "operatorGuid": "92345ee4-0bd3-48d2-b09d-a23edf4d280e",
            "operatorName": "sample string 5",
            "tranType": 1,
            "plu": 1,
            "pluG_UId": "2BA3kJNv0kOzPSVknZaiGg==",
            "pluGuid": "903710d8-6f93-43d2-b33d-25649d96a21a",
            "normalPrice": 1,
            "totalCents": 1,
            "cost": 1,
            "grossProfit": 1,
            "quantity": 1,
            "operator": {
              "$id": "39",
              "id": 1,
              "g_Uid": "IWG9dKIA2kaSezVnOiWfVQ==",
              "guid": "74bd6121-00a2-46da-927b-35673a259f55",
              "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-10-05T00:01:06.6622449",
              "passwordResetRequired": true,
              "alteredInStore": true,
              "startShift": "2025-10-05T00:01:06.6622449",
              "endShift": "2025-10-05T00:01:06.6622449",
              "machineName": "sample string 20",
              "drawerID": 1,
              "stores": [
                {
                  "$id": "40",
                  "operatorG_UID": "RWzD4m3l80CtaetIL8LNsg==",
                  "operatorGuid": "e2c36c45-e56d-40f3-ad69-eb482fc2cdb2",
                  "storeID": 2,
                  "operator": {
                    "$ref": "39"
                  },
                  "store": {
                    "$ref": "5"
                  }
                },
                {
                  "$ref": "40"
                }
              ]
            }
          },
          {
            "$ref": "38"
          }
        ],
        "apns": [
          {
            "$id": "41",
            "pluID": 1,
            "pluG_UID": "qk8XXiiYCUmJa8L9YAFY2A==",
            "pluGuid": "5e174faa-9828-4909-896b-c2fd600158d8",
            "apn": "sample string 1",
            "deleted": true,
            "storeID": 1,
            "storeIDs": [
              1,
              2
            ]
          },
          {
            "$ref": "41"
          }
        ],
        "tuns": [
          {
            "$id": "42",
            "pluG_UId": "Xi3Al753y0OxfshHnhD6rA==",
            "pluGuid": "97c02d5e-77be-43cb-b17e-c8479e10faac",
            "apn": "sample string 1",
            "tun": "sample string 2",
            "cartonQuantity": 3,
            "product": {
              "$ref": "4"
            },
            "storeIDs": [
              1,
              2
            ]
          },
          {
            "$ref": "42"
          }
        ],
        "competitionPricing": [
          {
            "$id": "43",
            "identifier": "RyOHFQHzuEe+Lm//wyLeJA==",
            "identifierGuid": "15872347-f301-47b8-be2e-6fffc322de24",
            "pluG_UID": "Cyos5otLwUC4LdXgzPScRw==",
            "pluGuid": "e62c2a0b-4b8b-40c1-b82d-d5e0ccf49c47",
            "competitionID": 1,
            "name": "sample string 2",
            "sellMultiple": 3,
            "retailPrice": 4,
            "storeName": "sample string 5"
          },
          {
            "$ref": "43"
          }
        ],
        "supplier": {
          "$ref": "9"
        },
        "supplierName": "sample string 147",
        "children": [
          {
            "$ref": "4"
          },
          {
            "$ref": "4"
          }
        ],
        "ordering": {
          "$ref": "12"
        },
        "flipChartPages": [
          {
            "$id": "44",
            "identifier": "eOBSzSlP5Uu3zWFg6oJPuQ==",
            "groupName": "sample string 1",
            "identifierGuid": "cd52e078-4f29-4be5-b7cd-6160ea824fb9",
            "exists": true,
            "flipChartIdentifier": "KHzEZql8kkiwisdcPxJIgw==",
            "flipChartIdentifierGuid": "66c47c28-7ca9-4892-b08a-c75c3f124883",
            "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": "JKve6LntuUOs5HyG4Scnzw==",
            "groupIdentifierGuid": "e8deab24-edb9-43b9-ace4-7c86e12727cf",
            "flipChart": {
              "$id": "45",
              "identifier": "o9xhW9onr02n/m+L1UtIOg==",
              "identifierGuid": "5b61dca3-27da-4daf-a7fe-6f8bd54b483a",
              "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": "0JqnW60xbEGoiYIYwraxSg==",
                "identifierGuid": "5ba79ad0-31ad-416c-a889-8218c2b6b14a",
                "name": "sample string 2",
                "formType": "sample string 3",
                "forms": [
                  {
                    "$id": "47",
                    "id": 1,
                    "g_UID": "11M8uF9TEE6s9uenKRQmLg==",
                    "guid": "b83c53d7-535f-4e10-acf6-e7a72914262e",
                    "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": "VbzCKo3Ro02+Dk3U6KD98g==",
                    "previousFormGuid": "2ac2bc55-d18d-4da3-be0e-4dd4e8a0fdf2",
                    "nextForm": 1,
                    "nextFormG_UID": "oYi31+uAik+z4vm2BzYgkg==",
                    "nextFormGuid": "d7b788a1-80eb-4f8a-b3e2-f9b607362092",
                    "attributes": "sample string 10",
                    "updated": "2025-10-05T00:01:06.6622449",
                    "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": "ZhHMNAzAAEu2zxYuQS4nFg==",
                        "checkoutFormGuid": "34cc1166-c00c-4b00-b6cf-162e412e2716",
                        "identifier": "+IyVoCR/1ESv13j2LhqiWQ==",
                        "identifierGuid": "a0958cf8-7f24-44d4-afd7-78f62e1aa259",
                        "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": "OojKG7FX/02DlJ21N5HNUw==",
                        "valueGuid": "1bca883a-57b1-4dff-8394-9db53791cd53",
                        "buttonText": "sample string 10",
                        "valueText": "sample string 11",
                        "drawImageAndButton": true,
                        "updated": "2025-10-05T00:01:06.6622449",
                        "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-10-05T00:01:06.6622449",
                          "imageData": "QEA=",
                          "readOnly": true
                        }
                      },
                      {
                        "$ref": "48"
                      }
                    ],
                    "panels": [
                      {
                        "$id": "50",
                        "id": 1,
                        "checkoutFormID": 2,
                        "checkoutFormG_UID": "dZb71EuP9kipx1/vKxx0lQ==",
                        "checkoutFormGuid": "d4fb9675-8f4b-48f6-a9c7-5fef2b1c7495",
                        "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": "ZprFQDLQqEG/9exAJY6Mgg==",
                "flipChartPageIdentifierGuid": "40c59a66-d032-41a8-bff5-ec40258e8c82",
                "pluG_UID": "q4g3lZ0S9kSUZ/zfzrsX0Q==",
                "pluGuid": "953788ab-129d-44f6-9467-fcdfcebb17d1",
                "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": "UGC5DRf0xE+HohJRatmX+Q==",
            "pluGuid": "0db96050-f417-4fc4-87a2-12516ad997f9",
            "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-10-05T00:01:06.6622449",
            "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": "EbNhD58s7EG3MjW+3lCEdA==",
            "ingredientGuid": "4Y9nmpCcSkCfuctNwHVDDA==",
            "ingredientIdentifier": "9a678fe1-9c90-404a-9fb9-cb4dc075430c",
            "quantity": 1.0,
            "storeIDs": [
              1,
              2
            ],
            "ingredientText": "sample string 1",
            "ingredient": {
              "$ref": "4"
            }
          },
          {
            "$ref": "53"
          }
        ],
        "bins": [
          {
            "$id": "54",
            "pluG_UID": "fWim+K12VkeceUGRBuQejA==",
            "pluGuid": "f8a6687d-76ad-4756-9c79-419106e41e8c",
            "shelfLocationIdentifier": "09xCEwtmpE+vb7oNy95+ug==",
            "shelfLocationGuid": "1342dcd3-660b-4fa4-af6f-ba0dcbde7eba",
            "labelShelfDefault": 1,
            "labelTalkerDefault": 1,
            "labelSmall": true,
            "labelPageLayoutG_UID": "nWQATrv5VEayiLbQNL5FJw==",
            "labelPageLayoutGuid": "4e00649d-f9bb-4654-b288-b6d034be4527",
            "updated": "2025-10-05T00:01:06.6622449",
            "electronicShelfLabelIdentifier": "sample string 5",
            "electronicshelfLabelsConfigurationID": 6,
            "labelShelfChanged": true,
            "productName": "sample string 8",
            "locationText": "sample string 9",
            "product": {
              "$ref": "4"
            },
            "location": {
              "$id": "55",
              "identifier": "d8BSyF9CMUKYovCfM7Y7mw==",
              "storeID": 1,
              "identifierGuid": "c852c077-425f-4231-98a2-f09f33b63b9b",
              "name": "sample string 2",
              "haccp": true,
              "blueprintID": 1,
              "updated": "2025-10-05T00:01:06.6622449",
              "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": "cR1Yei/Xr0iXIW0IadkwOw==",
            "pluGuid": "7a581d71-d72f-48af-9721-6d0869d9303b",
            "deptNo": 1,
            "product": {
              "$ref": "4"
            },
            "scaleLocation": {
              "$id": "57",
              "id": 1,
              "deptNo": 1,
              "deptCode": "sample string 2",
              "name": "sample string 3",
              "enabled": true,
              "updated": "2025-10-05T00:01:06.6622449",
              "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-10-05T00:01:06.6622449",
                            "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": "oPDH14xhd0eog8FVmdq/7Q==",
                            "labelPageLayoutGuid": "d7c7f0a0-618c-4777-a883-c15599dabfed",
                            "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-10-05T00:01:06.6622449",
                        "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": "0OlFdErv7kma6MHz9f0llw==",
                        "labelPageLayoutGuid": "7445e9d0-ef4a-49ee-9ae8-c1f3f5fd2597",
                        "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-10-05T00:01:06.6622449",
                    "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": "N3b4CJdZEUyjmTYoBjHv8w==",
                    "labelPageLayoutGuid": "08f87637-5997-4c11-a399-36280631eff3",
                    "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-10-05T00:01:06.6622449",
                "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": "2xtQ1QwVXUmpRmJlrqlgqw==",
                "labelPageLayoutGuid": "d5501bdb-150c-495d-a946-6265aea960ab",
                "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": "I5HUxaqyTk2olehebEKL3Q==",
          "pluGuid": "c5d49123-b2aa-4d4e-a895-e85e6c428bdd",
          "newPrice": 1,
          "pctDiscount": 1,
          "newCost": 1,
          "newCostDecimals": 6,
          "dealCostIdentifier": "duwpb/YO1UKfrDnVN7OlBw==",
          "dealCostGuid": "6f29ec76-0ef6-42d5-9fac-39d537b3a507",
          "pluName": "sample string 7",
          "apn": "sample string 8",
          "fuelItem": true,
          "priceGroupG_UID": "yQITroFyPkGZsGh+ryizKg==",
          "priceGroupGuid": "ae1302c9-7281-413e-99b0-687eaf28b32a",
          "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-10-05T00:01:06.6622449",
          "rrp": 26,
          "campaignDescription": "sample string 27",
          "campaignComboPriceGroupG_UID": "uLewAdE2Dk6kJa2YnJV0Hw==",
          "campaignComboPriceGroupIdentifier": "01b0b7b8-36d1-4e0e-a425-ad989c95741f",
          "promotionPlacementDescription": "sample string 28",
          "storeAcceptances": [
            {
              "$id": "67",
              "plu": 1,
              "pluG_UId": "QEA=",
              "campaignID": 1,
              "campaignName": "sample string 2",
              "storeID": 3,
              "acceptedUtc": "2025-10-05T00:01:06.6622449",
              "operatorG_UID": "WTejS5jCn0i/ozm4pTVRJA==",
              "operatorGuid": "4ba33759-c298-489f-bfa3-39b8a5355124",
              "machineID": 1,
              "processed": true,
              "appliedUtc": "2025-10-05T00:01:06.6622449",
              "signIqTicketFileMovedUtc": "2025-10-05T00:01:06.6622449",
              "user": "sample string 6",
              "campaignDescription": "sample string 7",
              "productDesc": "sample string 8",
              "storeName": "sample string 9",
              "effectiveUtc": "2025-10-05T00:01:06.6622449",
              "priceChangeType": 0,
              "operatorName": "sample string 10",
              "hostCampaign": true,
              "product": {
                "$ref": "4"
              },
              "campaignPlu": {
                "$ref": "66"
              }
            },
            {
              "$ref": "67"
            }
          ],
          "campaign": {
            "$id": "68",
            "id": 1,
            "storeID": 2,
            "name": "699728c4-e4b7-49d7-87f2-f62ae391d507",
            "nameGuid": "699728c4-e4b7-49d7-87f2-f62ae391d507",
            "description": "sample string 4",
            "showDiscounts": true,
            "showTotals": true,
            "onlyEvaluateOnSubtotal": true,
            "useDescription": true,
            "campaignType": 1,
            "startDate": "2025-10-05T00:01:06.6622449",
            "startTime": 1,
            "endDate": "2025-10-05T00:01:06.6622449",
            "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-10-05T00:01:06.6622449",
            "system": true,
            "created": "2025-10-05T00:01:06.6622449",
            "updated": "2025-10-05T00:01:06.6622449",
            "priceChangeNotifiedUtc": "2025-10-05T00:01:06.6622449",
            "promoType": 1,
            "promotionTypeCode": "sample string 13",
            "hostIdentifier": "iiKaIvWJ+UeX/cEAwACshQ==",
            "hostIdentifierGuid": "229a228a-89f5-47f9-97fd-c100c000ac85",
            "hostType": 14,
            "createdByUser": "sample string 15",
            "fromHost": true,
            "deleted": true,
            "campaignDeleted": "2025-10-05T00:01:06.6622449",
            "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": "k5w6mY3k+UqCN100CMhAyA==",
                "pluGuid": "993a9c93-e48d-4af9-8237-5d3408c840c8",
                "hostOfferID": 1,
                "priceGroupG_UID": "zyOM9kD8XkiZu8SfrjMK6A==",
                "priceGroupGuid": "f68c23cf-fc40-485e-99bb-c49fae330ae8",
                "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-10-05T00:01:06.6622449",
                "rrp": 17,
                "campaignDescription": "sample string 18",
                "product": {
                  "$ref": "4"
                },
                "campaign": {
                  "$ref": "68"
                }
              },
              {
                "$ref": "69"
              }
            ],
            "sellingRules": [
              {
                "$id": "70",
                "id": 1,
                "identifier": "H/Hw58zU+kqBKkHiVkYVgg==",
                "identifierStr": "H/Hw58zU+kqBKkHiVkYVgg==",
                "identifierGuid": "e7f0f11f-d4cc-4afa-812a-41e256461582",
                "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": "724GH5OBcUuciZTBs1oKJw==",
                "customerIDGuid": "1f066eef-8193-4b71-9c89-94c1b35a0a27",
                "campaign": {
                  "$ref": "68"
                },
                "customer": {
                  "$id": "72",
                  "identifier": "qKUdyCRnE0iozwWMG6qukA==",
                  "identifierGuid": "c81da5a8-6724-4813-a8cf-058c1baaae90",
                  "code": "sample string 2",
                  "familyName": "sample string 3",
                  "givenName": "sample string 4",
                  "otherName": "sample string 5",
                  "title": "sample string 6",
                  "dateOfBirth": "2025-10-05T00:01:06.6622449",
                  "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": "fa3k2jMMXka1PdzriYT8dg==",
                  "communityIdentifierGuid": "dae4ad7d-0c33-465e-b53d-dceb8984fc76",
                  "joined": "2025-10-05T00:01:06.6622449",
                  "updated": "2025-10-05T00:01:06.6622449",
                  "active": true,
                  "reasonInactive": 1,
                  "groupCustomer": true,
                  "loyaltyPoints": 1,
                  "homeStoreID": 1,
                  "availableSpend": 1,
                  "priceLevelIdentifier": "DajNp4v2R0OoSaOqAXr9Xg==",
                  "priceLevelIdentifierGuid": "a7cda80d-f68b-4347-a849-a3aa017afd5e",
                  "marketingID": "sample string 18",
                  "hidden": true,
                  "registered": true,
                  "registeredOn": "2025-10-05T00:01:06.6622449",
                  "emailMarketing": true,
                  "smsMarketing": true,
                  "deleted": true,
                  "deletedUser": "sample string 24",
                  "homeStoreName": "sample string 25",
                  "customerCards": [
                    {
                      "$id": "73",
                      "cardType": 2,
                      "issueDate": "2025-10-05T00:01:06.6622449",
                      "expiry": "2025-10-05T00:01:06.6622449",
                      "customerID": "JMnmewhrqkKZzO136vQysw==",
                      "customerIDGuid": "7be6c924-6b08-42aa-99cc-ed77eaf432b3",
                      "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-10-05T00:01:06.6622449",
                      "linkedAccount": "At7Owe1K9kO/5Om1e2As1g==",
                      "linkedAccountGuid": "c1cede02-4aed-43f6-bfe4-e9b57b602cd6",
                      "currentValueChanged": true,
                      "limitsChanged": true,
                      "customer": {
                        "$ref": "72"
                      },
                      "account": {
                        "$id": "74",
                        "id": 1,
                        "identifier": "e//DzP5YmUKvq6Z6q86IZg==",
                        "identifierGuid": "ccc3ff7b-58fe-4299-afab-a67aabce8866",
                        "referenceNo": "sample string 3",
                        "name": "sample string 4",
                        "created": "2025-10-05T00:01:06.6622449",
                        "owner": "MaGXCO1MIkeXd8cWNNtv9A==",
                        "ownerGuid": "0897a131-4ced-4722-9777-c71634db6ff4",
                        "accountStoreGroupIdentifier": "YeN36v78/kG4/LxSR/anSQ==",
                        "accountStoreGroupGuid": "ea77e361-fcfe-41fe-b8fc-bc5247f6a749",
                        "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-10-05T00:01:06.6622449",
                        "active": true,
                        "updated": "2025-10-05T00:01:06.6622449",
                        "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": "zpv+VZrR6kumCKVVVDmljQ==",
                            "identifierGuid": "55fe9bce-d19a-4bea-a608-a5555439a58d",
                            "name": "sample string 2",
                            "primaryContact": "TDvSdGot2EyfTABQ74rghw==",
                            "primaryContactGuid": "74d23b4c-2d6a-4cd8-9f4c-0050ef8ae087",
                            "accountID": "2sW+Jh5zJkWmcVEhvdaFww==",
                            "accountIDGuid": "26bec5da-731e-4526-a671-5121bdd685c3",
                            "special": true,
                            "updated": "2025-10-05T00:01:06.6622449",
                            "active": true,
                            "reasonInactive": 1,
                            "priceLevelIdentifier": "RpupFV1C7Uu4v0uKYLhh5A==",
                            "priceLevelIdentifierGuid": "15a99b46-425d-4bed-b8bf-4b8a60b861e4",
                            "deleted": true,
                            "account": {
                              "$ref": "74"
                            },
                            "primaryContactCustomer": {
                              "$ref": "72"
                            },
                            "customerGroupMembers": [
                              {
                                "$id": "77",
                                "id": 1,
                                "groupID": "u2veyzLiQ0q3X1gHNhtp0w==",
                                "groupIDGuid": "cbde6bbb-e232-4a43-b75f-5807361b69d3",
                                "customerID": "+Xiw7yeurEuaJrHg5aV4ww==",
                                "customerIDGuid": "efb078f9-ae27-4bac-9a26-b1e0e5a578c3",
                                "card": "sample string 4",
                                "linkedAccount": "0mAIjLzsuk2bF66vJo40Zw==",
                                "linkedAccountGuid": "8c0860d2-ecbc-4dba-9b17-aeaf268e3467",
                                "customer": {
                                  "$ref": "72"
                                },
                                "group": {
                                  "$ref": "76"
                                },
                                "customerCard": {
                                  "$ref": "73"
                                }
                              },
                              {
                                "$ref": "77"
                              }
                            ]
                          },
                          {
                            "$ref": "76"
                          }
                        ]
                      },
                      "payments": [
                        {
                          "$id": "78",
                          "id": 1,
                          "identifier": "4obo6kU/vUK7I5O0n8uqcQ==",
                          "identifierGuid": "eae886e2-3f45-42bd-bb23-93b49fcbaa71",
                          "storeID": 2,
                          "operatorName": "sample string 3",
                          "saleHeaderID": 4,
                          "paymentType": 5,
                          "amount": 6,
                          "account": "sample string 7",
                          "accountID": "KxKXILG1KkaOUuQhhTOO3w==",
                          "accountIDGuid": "2097122b-b5b1-462a-8e52-e42185338edf",
                          "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-10-05T00:01:06.6622449",
                          "invRocNo": "sample string 14",
                          "responseCode": "sample string 15",
                          "cashout": 1,
                          "tip": 16,
                          "idempotentVoid": "EtQtp2one0eV4142z+IqMA==",
                          "idempotentVoidGuid": "a72dd412-276a-477b-95e3-5e36cfe22a30",
                          "offline": true,
                          "processed": 1,
                          "storeSaleHeader": {
                            "$id": "79",
                            "saleHeaderID": 1,
                            "saleHeaderGuid": "w4S0gKyaO0mQfp7i+aTKzQ==",
                            "saleHeaderIdentifierGuid": "80b484c3-9aac-493b-907e-9ee2f9a4cacd",
                            "created": "2025-10-05T00:01:06.6622449",
                            "createdLocal": "2025-10-05T00:01:06.6622449",
                            "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-10-05T00:01:06.6622449",
                            "storeID": 1,
                            "operatorG_Uid": "Vd8biI5EwUW9jM9Joblxxg==",
                            "operatorGuid": "881bdf55-448e-45c1-bd8c-cf49a1b971c6",
                            "customerG_Uid": "aoGvJ738Gkyoy3NslTV2XA==",
                            "customerGuid": "27af816a-fcbd-4c1a-a8cb-736c9535765c",
                            "communityIdentifier": "cE0ptAAqLUSYmTCvK6JgBQ==",
                            "communityIdentifierGuid": "b4294d70-2a00-442d-9899-30af2ba26005",
                            "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": "q1kHUUj6HUeg/6FI3NJqJQ==",
                            "priceLevelIdentifierGuid": "510759ab-fa48-471d-a0ff-a148dcd26a25",
                            "locked": 36,
                            "relationChecksum": "sample string 37",
                            "loyaltyTender": 1,
                            "giftCardTender": 1,
                            "operator": {
                              "$ref": "39"
                            },
                            "customer": {
                              "$ref": "72"
                            },
                            "communityOrganisation": {
                              "$id": "80",
                              "id": 1,
                              "identifier": "zBy/fcLlEU2l4snqCZnPkw==",
                              "identifierGuid": "7dbf1ccc-e5c2-4d11-a5e2-c9ea0999cf93",
                              "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-10-05T00:01:06.6622449",
                              "deleted": true
                            },
                            "details": [
                              {
                                "$id": "81",
                                "saleItemID": 1,
                                "identifier": "t76FEzThHEeCfRmOm8M6iQ==",
                                "identifierGuid": "1385beb7-e134-471c-827d-198e9bc33a89",
                                "saleHeaderID": 2,
                                "plu": 1,
                                "pluG_UId": "RfmknahwEEiRYjI797DXnw==",
                                "pluGuid": "9da4f945-70a8-4810-9162-323bf7b0d79f",
                                "accountID": "0Npb4GqekE6tklkyFal4Lg==",
                                "accountIDGuid": "e05bdad0-9e6a-4e90-ad92-593215a9782e",
                                "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-10-05T00:01:06.6622449",
                                "bestOrExpireType": 1,
                                "providerName": "sample string 11",
                                "refundG_UID": "6myOS/GQ9UyElST25wW8qw==",
                                "refundGuid": "4b8e6cea-90f1-4cf5-8495-24f6e705bcab",
                                "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": "8/cp1BzrFky/sBAdb7aBKQ==",
                                "idempotentVoidGuid": "d429f7f3-eb1c-4c16-bfb0-101d6fb68129",
                                "priceLevelIdentifier": "Cfi3bo9DrUexTQgo1uAiSg==",
                                "priceLevelIdentifierGuid": "6eb7f809-438f-47ad-b14d-0828d6e0224a",
                                "productName": "sample string 23",
                                "apn": "sample string 24",
                                "unknownScans": [
                                  {
                                    "$id": "82",
                                    "id": 1,
                                    "saleDetailID": 2,
                                    "storeID": 1,
                                    "scanned": "2025-10-05T00:01:06.6622449",
                                    "operatorG_UID": "QEA=",
                                    "barcode": "sample string 4",
                                    "processed": 1
                                  },
                                  {
                                    "$ref": "82"
                                  }
                                ],
                                "refund": {
                                  "$id": "83",
                                  "id": 1,
                                  "g_UID": "Iozc0sjXxk+Wzqe9WsH/TA==",
                                  "guid": "d2dc8c22-d7c8-4fc6-96ce-a7bd5ac1ff4c",
                                  "description": "sample string 1",
                                  "dumped": true,
                                  "inventoryReasonID": 1,
                                  "sortOrder": 1,
                                  "updated": "2025-10-05T00:01:06.6622449"
                                },
                                "modifier": {
                                  "$id": "84",
                                  "id": 1,
                                  "setG_UID": "FLXaSqF6DUez/si7MAYGHg==",
                                  "modifierSetGuid": "4adab514-7aa1-470d-b3fe-c8bb3006061e",
                                  "name": "sample string 2",
                                  "price": 1,
                                  "quantity": 1,
                                  "modifierType": 1,
                                  "groupNumber": 1,
                                  "pageNumber": 1,
                                  "controlOrder": 1,
                                  "printToStation": true,
                                  "pluG_UID": "xG7GJOly60WjphXbeMRqJg==",
                                  "pluGuid": "24c66ec4-72e9-45eb-a3a6-15db78c46a26",
                                  "deleted": true,
                                  "g_UID": "Lp5RVRhF3UycpytoakWd7A==",
                                  "guid": "55519e2e-4518-4cdd-9ca7-2b686a459dec",
                                  "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": "TeLeWkQiOUKMImGueZlHqg==",
                                "pluGuid": "5adee24d-2244-4239-8c22-61ae799947aa",
                                "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-10-05T00:01:06.6622449",
                                "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-10-05T00:01:06.6622449",
                                "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": "boAeVsrgLkCHeTUZ0cqorQ==",
                                "pluGuid": "561e806e-e0ca-402e-8779-3519d1caa8ad",
                                "accountID": "fN8M6tMvR02onMeaCCdT3Q==",
                                "accountIDGuid": "ea0cdf7c-2fd3-4d47-a89c-c79a082753dd",
                                "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-10-05T00:01:06.6622449",
                                "bestOrExpireType": 1,
                                "refundG_UID": "QGzAqdqNrUWJRYwGf/sECQ==",
                                "refundGuid": "a9c06c40-8dda-45ad-8945-8c067ffb0409",
                                "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": "4CSgkcx2ykWsni0HXZUP9g==",
                                "identifierGuid": "91a024e0-76cc-45ca-ac9e-2d075d950ff6",
                                "id": 1,
                                "orderNo": 2,
                                "externalSaleIdentifier": "sample string 3",
                                "storeID": 4,
                                "zoneID": 5,
                                "deptNo": 6,
                                "customerIdentifier": "lFSaqOKqlUCnDTye2mfwhg==",
                                "customerIdentifierGuid": "a89a5494-aae2-4095-a70d-3c9eda67f086",
                                "operatorNo": 1,
                                "operatorG_UID": "PPJrvfVM50a3QYK+pNJQgg==",
                                "operatorGuid": "bd6bf23c-4cf5-46e7-b741-82bea4d25082",
                                "created": "2025-10-05T00:01:06.6622449",
                                "ordered": "2025-10-05T00:01:06.6622449",
                                "started": "2025-10-05T00:01:06.6622449",
                                "completed": "2025-10-05T00:01:06.6622449",
                                "supplied": "2025-10-05T00:01:06.6622449",
                                "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": "0bTVzq3kDESTKDIRXDM8Rw==",
                                    "pluGuid": "ced5b4d1-e4ad-440c-9328-32115c333c47",
                                    "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": "wllXtB9aOkyXI/+5xE4A6g==",
                                    "headerIdentifierGuid": "b45759c2-5a1f-4c3a-9723-ffb9c44e00ea",
                                    "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": "7svklWgsJ0GI0hHavkd9qA==",
                                "surveyGuid": "95e4cbee-2c68-4127-88d2-11dabe477da8",
                                "saleHeaderGuid": "eHnXr9moT0KT46b3hu36jA==",
                                "saleGuid": "afd77978-a8d9-424f-93e3-a6f786edfa8c",
                                "textResponse": "sample string 1",
                                "integerResponse": 1,
                                "g_UIDResponse": "NKx5Et+a+kGbDL66Zen5bg==",
                                "guidResponse": "1279ac34-9adf-41fa-9b0c-beba65e9f96e",
                                "whoAnswered": 2,
                                "answeredAtUTC": "2025-10-05T00:01:06.6622449",
                                "sale": {
                                  "$ref": "79"
                                },
                                "survey": {
                                  "$id": "93",
                                  "g_UID": "9nCRK09v2k+Zg267XBCyQg==",
                                  "guid": "2b9170f6-6f4f-4fda-9983-6ebb5c10b242",
                                  "name": "sample string 1",
                                  "storeID": 2,
                                  "zoneID": 1,
                                  "checkoutFormG_UID": "n9v5SOzv0kGzXvSdUEIj4Q==",
                                  "checkoutFormGuid": "48f9db9f-efec-41d2-b35e-f49d504223e1",
                                  "displayToWho": 3,
                                  "displayWhen": 4,
                                  "start": "2025-10-05T00:01:06.6622449",
                                  "end": "2025-10-05T00:01:06.6622449",
                                  "deleted": true,
                                  "updated": "2025-10-05T00:01:06.6622449",
                                  "possibleIntegerResponses": [
                                    1,
                                    2
                                  ],
                                  "possibleTextResponses": [
                                    "sample string 1",
                                    "sample string 2"
                                  ],
                                  "possibleGuidResponses": [
                                    "d771dd47-d363-447b-9079-6f8f8616b7f9",
                                    "f11cbff9-c85e-45d1-9ca5-7942d0245d43"
                                  ],
                                  "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": "hv7Obb51nU6pETT57dlKgA==",
                            "accountIdentifier": "6dcefe86-75be-4e9d-a911-34f9edd94a80",
                            "accountName": "sample string 42",
                            "customerOrderIdentifier": "wB+9HTFCD0C6/bSK5YQCNg==",
                            "customerOrderIdentifierGuid": "1dbd1fc0-4231-400f-bafd-b48ae5840236",
                            "priceLevelName": "sample string 43",
                            "revision": 44,
                            "ingressId": "sample string 45"
                          },
                          "metadata": {
                            "$id": "94",
                            "id": 1,
                            "paymentID": 2,
                            "paymentIdentifier": "8nzn4HaA0UWEnawQwWUQDw==",
                            "paymentIdentifierGuid": "e0e77cf2-8076-45d1-849d-ac10c165100f",
                            "identifier": "khMRL2gRHEy48x9wdh6EtQ==",
                            "identifierGuid": "2f111392-1168-4c1c-b8f3-1f70761e84b5",
                            "metadata": "sample string 3",
                            "signatureImage": "QEA=",
                            "itemIdentifier": "wO7mOzcrgUGs5+chYBNd6Q==",
                            "itemIdentifierGuid": "3be6eec0-2b37-4181-ace7-e72160135de9"
                          }
                        },
                        {
                          "$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": "PXs5TcPD50eB8WDr0cPlWw==",
                      "customerIdentifierGuid": "4d397b3d-c3c3-47e7-81f1-60ebd1c3e55b",
                      "voucherName": "sample string 2",
                      "count": 3,
                      "storeID": 4,
                      "barcode": "sample string 5",
                      "redeemCount": 6,
                      "issueCount": 7,
                      "storeSalePaymentID": 1,
                      "idempotentID": "9vyszTGKIU2J6EnRF7nXDg==",
                      "idempotentGuid": "cdacfcf6-8a31-4d21-89e8-49d117b9d70e",
                      "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-10-05T00:01:06.6622449",
                        "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-10-05T00:01:06.6622449",
                          "labelPageLayout": "3A4d+1wyQUiOvTkNMx8twA==",
                          "pageLayoutGuid": "fb1d0edc-325c-4841-8ebd-390d331f2dc0",
                          "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-10-05T00:01:06.6622449"
                            },
                            {
                              "$ref": "99"
                            }
                          ]
                        },
                        "customerVouchers": [
                          {
                            "$id": "100",
                            "id": 1,
                            "customerIdentifier": "ujcGi3DorUqg8OpJhH+nZQ==",
                            "customerIdentifierGuid": "8b0637ba-e870-4aad-a0f0-ea49847fa765",
                            "voucherID": 3,
                            "voucherName": "sample string 4",
                            "storeID": 1,
                            "barcode": "sample string 5",
                            "dateOfIssue": "2025-10-05T00:01:06.6622449",
                            "issuedSaleHeaderID": 1,
                            "issuedSaleIdentifier": "sample string 7",
                            "issuedOfflinePaymentID": 1,
                            "issuedIdempotentID": "xp1QK916Uk+gGa4Fu0yB/g==",
                            "issuedIdempotentGuid": "2b509dc6-7add-4f52-a019-ae05bb4c81fe",
                            "issuedOffline": true,
                            "issuedUser": "sample string 9",
                            "issuedNotes": "sample string 10",
                            "expiryDate": "2025-10-05T00:01:06.6622449",
                            "expiredUser": "sample string 11",
                            "expiredNotes": "sample string 12",
                            "redeemed": "2025-10-05T00:01:06.6622449",
                            "redeemedSaleHeaderID": 1,
                            "redeemedSaleIdentifier": "sample string 13",
                            "redeemedOfflinePaymentID": 1,
                            "redeemedIdempotentID": "jLN01SrU/UeSGG1TojB76g==",
                            "redeemedIdempotentGuid": "d574b38c-d42a-47fd-9218-6d53a2307bea",
                            "redeemedUser": "sample string 14",
                            "redeemedNotes": "sample string 15",
                            "redeemedOffline": true,
                            "updated": "2025-10-05T00:01:06.6622449",
                            "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": "yPYvgwtzlEe4eKuAbssQGg==",
                "groupIDGuid": "832ff6c8-730b-4794-b878-ab806ecb101a",
                "campaign": {
                  "$ref": "68"
                },
                "group": {
                  "$ref": "76"
                }
              },
              {
                "$ref": "101"
              }
            ],
            "signIqTickets": [
              {
                "$id": "102",
                "identifier": "3O/0lIku5UmIErFId5uj0A==",
                "identifierGuid": "94f4efdc-2e89-49e5-8812-b148779ba3d0",
                "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": "GxSvjtvVIkyUvL2gAq+a5Q==",
                "guid": "8eaf141b-d5db-4c22-94bc-bda002af9ae5",
                "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": "glq053thD0iFWWeofFiMzA==",
                    "groupGuid": "e7b45a82-617b-480f-8559-67a87c588ccc",
                    "comboPriceType": 5,
                    "priceType": 5,
                    "pluG_UID": "JzHsBScwe0SN9TFCMULodg==",
                    "pluGuid": "05ec3127-3027-447b-8df5-31423142e876",
                    "priceGroupG_UID": "7kGEytTw8kWKdJzLVxGu7A==",
                    "priceGroupGuid": "ca8441ee-f0d4-45f2-8a74-9ccb5711aeec",
                    "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": "A8H5vKuMsU6BN7IuXRTV9Q==",
                "priceLevelIdentifierGuid": "bcf9c103-8cab-4eb1-8137-b22e5d14d5f5",
                "campaignName": "sample string 3",
                "priceLevelName": "sample string 4"
              },
              {
                "$ref": "105"
              }
            ]
          },
          "product": {
            "$ref": "4"
          },
          "dealCost": {
            "$id": "106",
            "headerIdentifier": "YcJpUYjx0ES3pZh4CI0lJA==",
            "headerIdentifierGuid": "5169c261-f188-44d0-b7a5-9878088d2524",
            "identifier": "jmJPuBO4K0GTzLWJvE9XlA==",
            "identifierGuid": "b84f628e-b813-412b-93cc-b589bc4f5794",
            "supplierIdentifier": "AXiWZW5pDUykhdZC6sCjLg==",
            "supplierGuid": "65967801-696e-4c0d-a485-d642eac0a32e",
            "pluG_UID": "Mq/aS7TKdkK+mF1Uite6HQ==",
            "pluGuid": "4bdaaf32-cab4-4276-be98-5d548ad7ba1d",
            "campaignName": "6038d65c-2eab-47f3-909b-0258592ade1a",
            "description": "sample string 4",
            "cost": 5,
            "costDecimals": 6,
            "start": "2025-10-05T00:01:06.6622449",
            "end": "2025-10-05T00:01:06.6622449",
            "type": 9,
            "promoType": 10,
            "bonusItemPLUG_UID": "CFHGVqfdM0O4a1JusJfXDA==",
            "bonusItemPluGuid": "56c65108-dda7-4333-b86b-526eb097d70c",
            "bonusPurchaseUnits": 11,
            "bonusReceiveUnits": 12,
            "updated": "2025-10-05T00:01:06.6622449",
            "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-10-05T00:01:06.6622449",
            "campaignEndDate": "2025-10-05T00:01:06.6622449",
            "masterPLUG_UID": "sDvEAJkRQ0mxi/EiXut+8A==",
            "masterID": "00c43bb0-1199-4943-b18b-f1225eeb7ef0",
            "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": "ZFk3V2YjJEqlRe9v7ezs9A==",
            "bonusMasterID": "57375964-2366-4a24-a545-ef6fedececf4",
            "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-10-05T00:01:06.6622449",
        "dealCosts": [
          {
            "$ref": "106"
          },
          {
            "$ref": "106"
          }
        ],
        "tags": [
          {
            "$id": "107",
            "pluG_UID": "DYDOwB7D0kKNoMLwDAEV2A==",
            "pluGuid": "c0ce800d-c31e-42d2-8da0-c2f00c0115d8",
            "tagID": 1,
            "description": "sample string 1",
            "storeIDs": [
              1,
              2
            ]
          },
          {
            "$ref": "107"
          }
        ],
        "alternateProductG_UID": "X1dmsmcjV0mYdSEZcuFNVA==",
        "alternateProduct": "b266575f-2367-4957-9875-211972e14d54",
        "productHostCode": {
          "$id": "108",
          "id": 1,
          "pluG_UID": "kH1mFoGGRUmPuOjPczQ58Q==",
          "pluGuid": "16667d90-8681-4945-8fb8-e8cf733439f1",
          "ibaCode": "sample string 2"
        },
        "mscCat": {
          "$ref": "62"
        },
        "mscCom": {
          "$ref": "63"
        },
        "mscDep": {
          "$ref": "65"
        },
        "mscSubCom": {
          "$ref": "64"
        },
        "isUserUpdate": true,
        "ignoreMasterProduct": true,
        "priceGroupLabelRequested": true,
        "firstSold": "2025-10-05T00:01:06.6622449",
        "inventoryTracked": "2025-10-05T00:01:06.6622449",
        "isNormalPriceChangesCampaign": true
      },
      "location": {
        "$ref": "55"
      },
      "operator": {
        "$ref": "39"
      },
      "productDescription": "sample string 8",
      "productActive": true,
      "productBarcode": "sample string 10",
      "succeeded": true,
      "printRunID": "veXRZ91bAkaGqDrHX3qVlg==",
      "printRunGuid": "67d1e5bd-5bdd-4602-86a8-3ac75f7a9596",
      "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-10-05T00:01:06.6622449",
      "campaignEndDate": "2025-10-05T00:01:06.6622449",
      "campaignPrice": 1,
      "campaignCost": 1,
      "campaignCostDecimals": 1,
      "comboGroupDescription": "sample string 18",
      "comboGroupSell": 1,
      "printRequestType": 19,
      "isTobacco": true,
      "isLiquor": true,
      "shelfLocationName": "sample string 22",
      "operatorName": "sample string 23",
      "printBatchType": 24,
      "createdBy": "sample string 25",
      "pageLayoutName": "sample string 26",
      "complianceIndicatorName": "sample string 27",
      "warehouseDirectIndicator": "sample string 28",
      "productGrade": "sample string 29"
    },
    {
      "$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#E[�`���5xl/workbook.xml �(�����0��&�C��Ѐ&�p��Ճ��H����[ �x�3;���������ф��T��*�B'QC8Y�&��5�$���aP��{k4��,;3�#DeM�����a�� �W�ehs<"�fw�SXd2���I�b�)����Ek�BJ���4��W*
���yQE�/tg�0����PK#E[����	�[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
#E[��W''_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="R9555454554484fb1" /></Relationships>PK#E[�`�Ś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#E[���Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞8q�j�
�nK/0ؓ��ؑ�z6�+`	R���F�{z�����z�6��L��4�%)02���t
�B�P�v��ӈ!N�~�=�+�7Ї0?r�UO���db��n�S���;�"M��e��e��m����:Md�`�j���D�]G�����א%�
l��k̔�Q�K����������w��YɬH˼�+���2=:����K/��党�J�5�d����.�j��/6_PK#E[Ѓ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#E[g�[��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-#E[�`���5xl/workbook.xmlPK-#E[����	��[Content_Types].xmlPK-
#E[��W''U_rels/.relsPK-#E[�`�Ś�xl/worksheets/sheet1.xmlPK-#E[���P�xl/_rels/workbook.xml.relsPK-#E[Ѓc'2E
�xl/styles.xmlPK-#E[g�[��lxl/sharedStrings.xmlPK��	

application/vnd.ms-excel

Sample:
PK#E[�N���5xl/workbook.xml �(�����0��&�C�� 	)��x���V�O�||K	$޼���~;t�v괞�G��U�ƣ��"��#H�.ڀ
;��d>H�"�s�C�����5I
baf^h�Fa�h�����7x9o(Ʉ����]�=,.�`�uW�-D~S4Ž���bj�2�0��}�q���DYޕiq�J�Ҽ���d��|PK#E[����	�[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
#E[�xuK''_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="Rc173991b290f4fee" /></Relationships>PK#E[�`�Ś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#E[Q55a�Pxl/_rels/workbook.xml.rels �(���Kn�0@�b;���
�&�n�\`0c@�Nۜ���W��J	���&�����4�����~L#{#�kjI
����`�NA?�`�Y�i�'|?̞��k�C��9���	}bg2����0��u|FuĎx��%wK�3��<��V�A�Ϊ�D&����}O��uj��<��D*����}.�J�E^Q.dI������7_Ȩ�!�"Z�|�L�����⥗N��B-�J�Bh�W(E)/j��/6?PK#E[Ѓ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#E[g�[��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-#E[�N���5xl/workbook.xmlPK-#E[����	�[Content_Types].xmlPK-
#E[�xuK''V_rels/.relsPK-#E[�`�Ś�xl/worksheets/sheet1.xmlPK-#E[Q55a�P�xl/_rels/workbook.xml.relsPK-#E[Ѓc'2E
�xl/styles.xmlPK-#E[g�[��lxl/sharedStrings.xmlPK��