GET api/products

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Keyword

Keyword, fields matched depends on Search mode

string

None.

Search

ProductQuerySearch

None.

StoreID

integer

None.

BatchId

BatchId - for applying a filter to a already pre determined list of Plu's identified in this BatchId

integer

None.

PLU

PLU

integer

None.

APN

GTIN / APN / Barcode etc

string

None.

ItemNumber

Item number

string

None.

DirectNumber

PluOrderingDetail.ItemCode

string

None.

Name

string

None.

SalesMode

integer

None.

SalesModeMatch

If true, returns only products matching the sales mode. If false, returns only products NOT matching the sales mode

boolean

None.

LabelRequired

Only include products that require label printing

boolean

None.

Breaks

Only include products with price breaks

boolean

None.

Departments

Department IDs

Collection of integer

Deprecated. Deprecated in favor of DepartmentCode.

SubDepartments

Sub Department IDs

Collection of integer

Deprecated. Deprecated in favor of SubDepartmentCode.

DepartmentCode

string

None.

SubDepartmentCode

string

None.

MinorDepartmentCode

string

None.

LesserDepartmentCode

string

None.

Tags

Tag IDs, such as "2,3"

string

None.

IngredientsOnly

Only include products that are ingredients

boolean

None.

IncludeSecondDescription

Include the second Description field when searching by text

boolean

None.

ManufacturedOnly

Only include products that are manufactured

boolean

None.

SortBy

ProductQuerySort

None.

Sort

SortOrder

None.

Relations

Load relations

boolean

Deprecated. Not usedRemoved after 31 Aug 2024.

BarcodeRelations

Load a list of barcode relations

boolean

None.

ForeignScales

Load foreign scale items only

boolean

None.

ActiveOnly

Load Active products only

boolean

None.

InactiveOnly

Load Inactive products only

boolean

None.

ShelfLocationIdentifier

Products assigned to this location only

Collection of byte

None.

ShelfLocationGuid

globally unique identifier

None.

SupplierIdentifier

Products with this preffered supplier only

Collection of byte

None.

SupplierGuid

globally unique identifier

None.

SupplierGroupIdentifier

Products with preffered supplier in this suppliergroup only

Collection of byte

None.

SupplierGroupGuid

globally unique identifier

None.

GlutenFree

Product has a tobacco product type

boolean

None.

Tobacco

Product has a tobacco product type

boolean

None.

Liquor

Product has a liquor product type

boolean

Deprecated.

ExcludeTalkers

Product's Department is an ExcludeTalker or not

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

Product is (not) Slow Moving? (true or false option, matched to Product value)

boolean

None.

GeneralMerchandise

Product is (not) General Merchandise? (true or false option, matched to Product value)

boolean

None.

ComplianceIndicator

Product has this ComplianceIndicator/CoreRangeIndicator

string

None.

WarehouseIndicator

Product has this Warehouse Direct Indicator

WarehouseDirectIndicator

None.

EarnLoyaltyPoints

boolean

None.

QuantityOverride

boolean

None.

QuantityRequired

boolean

None.

PriceRequired

boolean

None.

AllowMarkdown

boolean

None.

AllowDiscounts

boolean

None.

AllowZeroPrice

boolean

None.

DiscountDiscounts

boolean

None.

ItemRecalled

boolean

None.

NoRefund

boolean

None.

FuelItem

boolean

None.

TrackSerialNumbers

boolean

None.

ModifierItem

boolean

None.

DoNotOrder

boolean

None.

NotForSale

boolean

None.

DoNotRange

boolean

None.

MinimumAgeCompare

Comparison

None.

MinimumAge

integer

None.

ProviderName

string

None.

DefaultGPCompare

Comparison

None.

DefaultGP

The default GP comparison value

decimal number

None.

ExtendedProduct

Load products with an altPLUG_UID

boolean

None.

AlternateProduct

Load products that are an altPLUG_UID

boolean

None.

PriceGST

boolean

None.

CostGST

boolean

None.

InventoryReady

Products that are ready to start tracking inventory

boolean

None.

InventoryTracked

Products that Have Inventory

boolean

None.

ParentOnly

Only get products that are not children

boolean

None.

AllowAutoOrderOnly

boolean

None.

OnHandCompare

Comparison

None.

OnHand

integer

None.

OnOrderCompare

Comparison

None.

OnOrder

integer

None.

AccuracyCompare

Comparison

None.

Accuracy

integer

None.

CartonQuantityCompare

Comparison

None.

CartonQuantity

decimal number

None.

BaseUnitsCompare

Comparison

None.

BaseUnits

decimal number

None.

MPLCompare

Comparison

None.

MPL

integer

None.

OrderGuid

Product exists within this specific order

Collection of byte

None.

OrderIdentifier

globally unique identifier

None.

CreatedSince

Days since created

integer

None.

LastManualUpdateStart

Last manual update timestamp greater than

date

None.

LastManualUpdateEnd

Last manual update timestamp less than

date

None.

LastUpdate

Last update timestamp greater than

date

None.

NotLastUpdatedByUser

Last update was not by the specified user

string

None.

IncludeDeleted

Include deleted products in search

boolean

None.

Deleted

Search deleted products

boolean

None.

IncludeHidden

Include products that are meant to be hidden from all users

boolean

None.

HighPriority

Makes this query high priority

boolean

None.

StartsWith

Whether to make searches starting with rather than anywhere.

boolean

None.

PartialMatch

Is partial match allowed during ItemCode/Apn/Plu/Tun etc searches

boolean

None.

ExcludeFromWebUpdate

Only include products that exclude from web updating

boolean

None.

ExcludeHostDeleted

Exclude host deleted products

boolean

None.

ExternalID

External ID

string

None.

UseLegacySearch

When true Product search and Product filtering will use the legacy code.

boolean

None.

IsDefaults

Query is all defaults

boolean

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.

Body Parameters

None.

Response Information

Resource Description

PageListOfProductDetails
NameDescriptionTypeAdditional information
Type

string

None.

List

Collection of ProductDetails

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": "ProductDetails",
  "list": [
    {
      "$id": "2",
      "g_UId": "8u5HxxYXuEOaSijwGeSw7A==",
      "guid": "c747eef2-1716-43b8-9a4a-28f019e4b0ec",
      "active": true,
      "doNotRange": true,
      "deleted": true,
      "plu": 1,
      "apn": "sample string 3",
      "itemNumber": "sample string 4",
      "salesMode": 1,
      "name": "sample string 5",
      "secondDescription": "sample string 6",
      "text1": "sample string 7",
      "text2": "sample string 8",
      "imageName": "sample string 9",
      "expiry": 1,
      "tare": 1,
      "hasModifiers": 1,
      "mpl": 1,
      "notForSale": 10,
      "packQty": 1,
      "priceOverride": 1,
      "fixedWeight": 1,
      "productGrade": "sample string 11",
      "complianceIndicatorType": "sample string 12",
      "warehouseDirectIndicator": "sample string 13",
      "allowZeroPrice": true,
      "priceRequired": true,
      "sendToScale": true,
      "cost": 1,
      "costCalcMethod": 1,
      "asEnteredCost": 1,
      "weightedAvgCost": 1,
      "lastCost": 1,
      "costDecimals": 16,
      "costGSTPercent": 1,
      "currentCost": 1,
      "currentCostDecimals": 1,
      "cartonCost": 1,
      "price": 1,
      "gstPercent": 1,
      "currentPrice": 1,
      "break1": 1,
      "price1": 1,
      "break2": 1,
      "price2": 1,
      "break3": 1,
      "price3": 1,
      "fuelItem": true,
      "alwaysApplyMargin": true,
      "margin": 1.1,
      "marginRanged": true,
      "minimumMargin": 1.1,
      "maximumMargin": 1.1,
      "grossProfit": 1.0,
      "labelShelfQty": 20,
      "labelSmall": true,
      "externalID": "sample string 22",
      "priceGroupG_UID": "oPYNMi63c0aNhRYlO2zcFQ==",
      "priceGroupGuid": "320df6a0-b72e-4673-8d85-16253b6cdc15",
      "priceGroupName": "sample string 23",
      "supplierIdentifier": "wbQGXRyfrUeOFdl/jhCmIw==",
      "supplierIdentifierGuid": "5d06b4c1-9f1c-47ad-8e15-d97f8e10a623",
      "preferredSupplier": "sample string 24",
      "directNumber": "sample string 25",
      "deptCode": "sample string 26",
      "subDeptCode": "sample string 27",
      "minorDeptCode": "sample string 28",
      "lesserDeptCode": "sample string 29",
      "deptName": "sample string 30",
      "subDeptName": "sample string 31",
      "minorDeptName": "sample string 32",
      "lesserDeptName": "sample string 33",
      "altDescription": "sample string 34",
      "altDeptCode": "sample string 35",
      "altSubDeptCode": "sample string 36",
      "altMinorDeptCode": "sample string 37",
      "altLesserDeptCode": "sample string 38",
      "cartonQuantity": 39,
      "baseUnits": 40,
      "aws": 1.0,
      "soh": 1,
      "soo": 1,
      "inventoryAccuracy": 1,
      "isNormalPriceChangesCampaign": true,
      "lastManualUpdate": "2025-06-14T06:38:07.5505604",
      "lastManualUpdatedByUser": "sample string 43",
      "activated": "2025-06-14T06:38:07.5505604",
      "lastOrdered": "2025-06-14T06:38:07.5505604",
      "lastCountedDate": "2025-06-14T06:38:07.5505604",
      "lastSold": "2025-06-14T06:38:07.5505604",
      "storeID": 1,
      "masterPluG_UID": "QEA=",
      "bins": [
        {
          "$id": "3",
          "pluG_UID": "raUBrKV1n0aJB35sDaeCtg==",
          "pluGuid": "ac01a5ad-75a5-469f-8907-7e6c0da782b6",
          "shelfLocationIdentifier": "oMr32KMsrkmFTzUf7vVYPg==",
          "shelfLocationGuid": "d8f7caa0-2ca3-49ae-854f-351feef5583e",
          "labelShelfDefault": 1,
          "labelTalkerDefault": 1,
          "labelSmall": true,
          "labelPageLayoutG_UID": "a/6grvPvdEK6W4asAlbMfQ==",
          "labelPageLayoutGuid": "aea0fe6b-eff3-4274-ba5b-86ac0256cc7d",
          "updated": "2025-06-14T06:38:07.5505604",
          "electronicShelfLabelIdentifier": "sample string 5",
          "electronicshelfLabelsConfigurationID": 6,
          "labelShelfChanged": true,
          "productName": "sample string 8",
          "locationText": "sample string 9",
          "product": {
            "$id": "4",
            "plu": 1,
            "storeID": 1,
            "masterPluG_UID": "QEA=",
            "storeIDs": [
              1,
              2
            ],
            "g_UId": "30s+4ysjd0+JF6+MQiftmQ==",
            "guid": "e33e4bdf-232b-4f77-8917-af8c4227ed99",
            "apn": "sample string 1",
            "apnChanged": true,
            "apnSwitched": true,
            "barcode": "sample string 4",
            "itemNumber": "sample string 5",
            "itemNumberChanged": true,
            "priceGroupG_UID": "PayxC89ce0yFhhJspZDEYQ==",
            "priceGroupGuid": "0bb1ac3d-5ccf-4c7b-8586-126ca590c461",
            "blueprintID": 1,
            "lastCountedDate": "2025-06-14T06:38:07.5505604",
            "externalID": "sample string 7",
            "active": true,
            "activated": "2025-06-14T06:38:07.5505604",
            "pluCreated": "2025-06-14T06:38:07.5505604",
            "createdByUser": "sample string 9",
            "name": "sample string 10",
            "nameChanged": true,
            "secondDescription": "sample string 12",
            "hostDescription": "sample string 13",
            "keepCartonQty": true,
            "keepDescription": true,
            "keepDepartments": true,
            "keepSuppliers": true,
            "markdownDescription": "sample string 18",
            "altDescription": "sample string 19",
            "bestOrExpire": 20,
            "lastUpdate": "2025-06-14T06:38:07.5505604",
            "lastManualUpdate": "2025-06-14T06:38:07.5505604",
            "imageName": "sample string 23",
            "showImageOnFlipCharts": true,
            "showTextOnFlipCharts": true,
            "overrideFlipChartText": true,
            "flipChartText": "sample string 27",
            "salesMode": 1,
            "eftCode": 1,
            "price": 1,
            "priceChanged": true,
            "rrp": 1,
            "gstPercent": 28,
            "gstPercentChanged": true,
            "costGSTPercent": 29,
            "costGSTPercentChanged": true,
            "wetPercent": 1,
            "priceOverride": 1,
            "cost": 1,
            "currentCost": 1,
            "currentCostDecimals": 1,
            "grossProfit": 1.0,
            "currentCostDesc": "sample string 30",
            "currentCostEnd": "2025-06-14T06:38:07.5505604",
            "currentCostUpdated": "2025-06-14T06:38:07.5505604",
            "costDecimals": 31,
            "costChanged": true,
            "dealCostIdentifier": "QEA=",
            "excludeFromRebate": true,
            "rebateOverride": 1,
            "costCalcMethod": 1,
            "costCalcMethodChanged": true,
            "costEffectiveDate": "2025-06-14T06:38:07.5505604",
            "defaultGP": 1,
            "breakTargetMode": 32,
            "break1": 1,
            "price1": 1,
            "target1": 33,
            "break2": 1,
            "price2": 1,
            "target2": 34,
            "break3": 1,
            "price3": 1,
            "target3": 35,
            "break1Changed": true,
            "price1Changed": true,
            "target1Changed": true,
            "break2Changed": true,
            "price2Changed": true,
            "target2Changed": true,
            "break3Changed": true,
            "price3Changed": true,
            "target3Changed": true,
            "breakTargetModeChanged": true,
            "margin": 1.1,
            "marginChanged": true,
            "marginRanged": true,
            "marginRangedChanged": true,
            "minimumMargin": 1.1,
            "minimumMarginChanged": true,
            "maximumMargin": 1.1,
            "maximumMarginChanged": true,
            "overrideHostWarehouseIndicator": true,
            "overrideHostWarehouseIndicatorChanged": true,
            "overrideHostPrice": true,
            "overrideHostPriceChanged": true,
            "overrideHostCost": true,
            "overrideHostCostChanged": true,
            "overrideHostMargin": true,
            "overrideHostMarginChanged": true,
            "alwaysApplyMargin": true,
            "alwaysApplyMarginChanged": true,
            "aws": 1.0,
            "awsUpdated": "2025-06-14T06:38:07.5505604",
            "posTare": 1,
            "altPrice": 1.0,
            "altPriceChanged": true,
            "altPriceMode": 52,
            "altPriceModeChanged": true,
            "altPLUG_UID": "p5ViDr12ckqr9fQA7W6TwQ==",
            "altPLUGuid": "0e6295a7-76bd-4a72-abf5-f400ed6e93c1",
            "altPLUGuidChanged": true,
            "altPriceDescription1": "sample string 53",
            "altPriceDescription2": "sample string 54",
            "cartonQuantity": 55,
            "cartonQuantityChanged": true,
            "trayID": 1,
            "promptID": 1,
            "tare": 1,
            "packQty": 1,
            "fixedWeight": 1,
            "extraMesg": 1,
            "text1": "sample string 57",
            "text2": "sample string 58",
            "text3": "sample string 59",
            "labelText": "sample string 60",
            "labelTextChanged": true,
            "sendToScale": true,
            "nonScaleWeigh": true,
            "labelFormat": "sample string 64",
            "barcodeFormat": "sample string 65",
            "austMade": 1,
            "coolCode": 66,
            "countryOfOrigin": "sample string 67",
            "percentContent": 68.1,
            "departmentID": 1,
            "subDepartmentID": 1,
            "minorDepartmentID": 1,
            "lesserDepartmentID": 1,
            "deptCode": "sample string 69",
            "subDeptCode": "sample string 70",
            "minorDeptCode": "sample string 71",
            "lesserDeptCode": "sample string 72",
            "deptName": "sample string 73",
            "subDeptName": "sample string 74",
            "minorDeptName": "sample string 75",
            "lesserDeptName": "sample string 76",
            "departmentChanged": true,
            "subCategoryID": 1,
            "expiry": 1,
            "showDays": 1,
            "datePrint": 1,
            "labelRequired": true,
            "labelShelfQty": 79,
            "labelShelfChanged": true,
            "labelTalkerQty": 81,
            "labelSmall": true,
            "labelLastPrinted": "2025-06-14T06:38:07.5505604",
            "labelLastPrice": 1,
            "shelfPageLayoutG_UID": "JqWKt4WSxUqiL8Hs6xy7uw==",
            "shelfPageLayoutGuid": "b78aa526-9285-4ac5-a22f-c1eceb1cbbbb",
            "talkerPageLayoutG_UID": "h+lWZlui5EqkL2iTjCpmRw==",
            "talkerPageLayoutGuid": "6656e987-a25b-4ae4-a42f-68938c2a6647",
            "unitMeasure": 1.1,
            "unitMeasureChanged": true,
            "unitMeasureKind": 84,
            "unitMeasureKindChanged": true,
            "signIQData": "sample string 86",
            "refresh": true,
            "earnLoyaltyPoints": true,
            "earnLoyaltyPointsChanged": true,
            "quantityOverride": true,
            "quantityOverrideChanged": true,
            "quantityRequired": true,
            "quantityRequiredChanged": true,
            "allowDiscounts": true,
            "allowDiscountsChanged": true,
            "discountDiscounts": true,
            "discountDiscountsChanged": true,
            "itemRecalled": true,
            "itemRecalledChanged": true,
            "noRefund": true,
            "noRefundChanged": true,
            "allowMarkdown": true,
            "allowMarkdownChanged": true,
            "priceRequired": true,
            "priceRequiredChanged": true,
            "fuelItem": true,
            "fuelItemChanged": true,
            "trackSerial": true,
            "trackSerialChanged": true,
            "allowZeroPrice": true,
            "allowZeroPriceChanged": true,
            "notForSale": 90,
            "notForSaleChanged": true,
            "excludeFromDeals": true,
            "excludeFromVoucher": true,
            "minimumAge": 93,
            "minimumAgeChanged": true,
            "buyingLimit": 1,
            "buyingLimitChanged": true,
            "buyingLimitIndependent": true,
            "buyingLimitIndependentChanged": true,
            "inventoryGuid": "uKj91C3khkuG/VkG79wT8Q==",
            "inventoryIdentifier": "d4fda8b8-e42d-4b86-86fd-5906efdc13f1",
            "inventoryAccuracy": 1,
            "baseUnits": 97,
            "orderPacked": 1,
            "isManufactured": true,
            "isIngredient": true,
            "isModifier": true,
            "isModifierChanged": true,
            "hasModifiers": 98,
            "defaultPrinter": "sample string 99",
            "defaultPrinterGroup": "sample string 100",
            "ingredientsOnManufacture": true,
            "manufactureUnitMeasure": 1,
            "mpl": 1,
            "maxShelfQty": 101,
            "allowAutoOrder": true,
            "warrantyPeriod": 1,
            "parentPluG_UId": "PK260Zk9VEWWIlpgnS7Mxg==",
            "parentPluGuid": "d1baad3c-3d99-4554-9622-5a609d2eccc6",
            "preferredHostVendor": 103,
            "preferredHostChanged": true,
            "code": "sample string 105",
            "supplierIdentifier": "yRm6vC9V/EKj+jXc1Ulixg==",
            "supplierIdentifierGuid": "bcba19c9-552f-42fc-a3fa-35dcd54962c6",
            "supplierChanged": true,
            "rebateSupplierIdentifier": "60IVEMMPx0ahI9gLHdsdvQ==",
            "rebateSupplierIdentifierGuid": "101542eb-0fc3-46c7-a123-d80b1ddb1dbd",
            "rebateSupplierChanged": true,
            "availableForOrder": true,
            "warehouseDirectIndicator": "sample string 107",
            "warehouseDirectIndicatorChanged": true,
            "productGrade": "sample string 109",
            "productType": "sample string 110",
            "productGroup": "sample string 111",
            "complianceIndicator": "sample string 112",
            "inhouseBrand": "sample string 113",
            "slowMoving": true,
            "generalMerchandise": true,
            "comment": "sample string 116",
            "lastUpdatedByUser": "sample string 117",
            "lastManualUpdatedByUser": "sample string 118",
            "lastUpdatedByUserOverride": true,
            "lastUpdatedByHost": "2025-06-14T06:38:07.5505604",
            "commodity": "sample string 120",
            "businessPillar": "sample string 121",
            "mscCommodity": "sample string 122",
            "hostIdentifier": "uvXUPddUC0GDU9pzTRGgAg==",
            "hostIdentifierGuid": "3dd4f5ba-54d7-410b-8353-da734d11a002",
            "serviceFeeID": 1,
            "serviceFeeIDChanged": true,
            "providerName": "sample string 124",
            "aisleEnds": "sample string 125",
            "deleted": true,
            "deletedChanged": true,
            "hidden": true,
            "doNotRange": true,
            "doNotRangeChanged": true,
            "doNotOrder": true,
            "doNotOrderChanged": true,
            "locked": true,
            "excludeFromWebUpdate": true,
            "excludeFromWebUpdateChanged": true,
            "webPriceBasedOn": 136,
            "webPriceRounding": true,
            "webMarkup": 138,
            "webPriceMode": 139,
            "altDepartmentID": 1,
            "altSubDepartmentID": 1,
            "altMinorDepartmentID": 1,
            "altLesserDepartmentID": 1,
            "altDeptCode": "sample string 140",
            "altSubDeptCode": "sample string 141",
            "altMinorDeptCode": "sample string 142",
            "altLesserDeptCode": "sample string 143",
            "altDepartmentChanged": true,
            "storeProducts": [
              {
                "$ref": "4"
              },
              {
                "$ref": "4"
              }
            ],
            "store": {
              "$id": "5",
              "id": 1,
              "isMaster": true,
              "shortName": "sample string 3",
              "url": "sample string 4",
              "sortOrder": 1,
              "name": "sample string 5",
              "phone": "sample string 6",
              "fax": "sample string 7",
              "email": "sample string 8",
              "address1": "sample string 9",
              "address2": "sample string 10",
              "city": "sample string 11",
              "state": "sample string 12",
              "country": "sample string 13",
              "postCode": "sample string 14",
              "delivery": 1,
              "exportAccounts": 1,
              "salesAccountFolder": "sample string 15",
              "purchaseAccountFolder": "sample string 16",
              "initLoad": 1,
              "initIDs": 1,
              "zoneID": 1,
              "actAsMaster": 1,
              "lastActiveUtc": "2025-06-14T06:38:07.5505604",
              "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": "QOyl3O7HcEClvNd22hALQg==",
              "hostIdentifierGuid": "dca5ec40-c7ee-4070-a5bc-d776da100b42",
              "hostName": 1,
              "hostAddress": "sample string 27",
              "hostUsername": "sample string 28",
              "hostPassword": "sample string 29",
              "excludeFromLeadInOut": true,
              "accountingProvider": 31,
              "accountingAddress": "sample string 32",
              "accountingUsername": "sample string 33",
              "accountingPassword": "sample string 34",
              "storeAccountingCode": "sample string 35",
              "softwareVariance": 36,
              "fuelWarningVariance": 37.0,
              "fuelErrorVariance": 38.0,
              "fuelAccumulatedWarningVariance": 39.0,
              "fuelAccumulatedErrorVariance": 40.0,
              "drawManagment": 41,
              "endOfDayManagment": true,
              "autoFillCashBalancing": true,
              "fuelDayVariance": 44,
              "accountingTradingTime": "00:00:00.1234567",
              "stockActivateProduct": 46,
              "giftCardSalesAccountingDeptCode": "sample string 47",
              "transactionDiscountAccountingDeptCode": "sample string 48",
              "size": 49,
              "updated": "2025-06-14T06:38:07.5505604",
              "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": "m+s6v1mJWECpOGBywJpi9A==",
                  "hostIdentifierGuid": "bf3aeb9b-8959-4058-a938-6072c09a62f4",
                  "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": "v3HqhuuLikOnRnGIM4I+/Q==",
                    "identifierGuid": "86ea71bf-8beb-438a-a746-718833823efd",
                    "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": "oPfdtvw76E2hyjuVq34PWg==",
                    "hostSupplierIdentifierGuid": "b6ddf7a0-3bfc-4de8-a1ca-3b95ab7e0f5a",
                    "loyaltyPriceLevelIdentifier": "IC2bd2XI1Ey8G7i9xZRyAQ==",
                    "loyaltyPriceLevelIdentifierGuid": "779b2d20-c865-4cd4-bc1b-b8bdc5947201",
                    "isGroup": true,
                    "description": "sample string 22",
                    "hostProvider": 23,
                    "hostTypeEnum": 24,
                    "hostType": "sample string 25",
                    "hostCode": "sample string 26",
                    "username": "sample string 27",
                    "password": "sample string 28",
                    "passwordPlain": "sample string 29",
                    "server": "sample string 30",
                    "url": "sample string 31",
                    "global": true,
                    "stateCode": "sample string 33",
                    "lastCollected": "2025-06-14T06:38:07.5505604",
                    "lastProcessed": "2025-06-14T06:38:07.5505604",
                    "hold": true,
                    "supplierName": "sample string 35",
                    "supplier": {
                      "$id": "9",
                      "identifier": "agWeFemKeU6vVVMmPkCuqw==",
                      "identifierGuid": "159e056a-8ae9-4e79-af55-53263e40aeab",
                      "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": "zB7GGc4tDE6xUhldVQcbuQ==",
                      "primaryContactID": "19c61ecc-2dce-4e0c-b152-195d55071bb9",
                      "storeID": 1,
                      "abn": "sample string 16",
                      "supplierGroupIdentifier": "VCzmt4KpAk6OI7SA4IZq8A==",
                      "supplierGroupGuid": "b7e62c54-a982-4e02-8e23-b480e0866af0",
                      "rebate": 1.0,
                      "rebateType": 1,
                      "rebateFrequency": 1,
                      "rebateSource": 1,
                      "rebateLastClaimed": "2025-06-14T06:38:07.5505604",
                      "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": "fc2ae2f0-f882-43e0-aced-e69b2cb6ac22",
                        "identifier": "RxHbprXvpkqhZDxCo2PhPw==",
                        "identifierGuid": "a6db1147-efb5-4aa6-a164-3c42a363e13f",
                        "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": "0fYQydKM8kCqAKCA67Hjtg==",
                          "supplierIdentifierGuid": "c910f6d1-8cd2-40f2-aa00-a080ebb1e3b6",
                          "contactGuid": "LGg3ZejabE2LKhNI4G5ieg==",
                          "contactID": "6537682c-dae8-4d6c-8b2a-1348e06e627a",
                          "contact": {
                            "$ref": "10"
                          },
                          "supplier": {
                            "$ref": "9"
                          }
                        },
                        {
                          "$ref": "11"
                        }
                      ],
                      "products": [
                        {
                          "$id": "12",
                          "pluG_UID": "fRv7/V9OmU+iPMrMRll5mw==",
                          "pluGuid": "fdfb1b7d-4e5f-4f99-a23c-cacc4659799b",
                          "supplierIdentifier": "IUU1gMeQ1kauDUShRQoE8w==",
                          "supplierIdentifierGuid": "80354521-90c7-46d6-ae0d-44a1450a04f3",
                          "cartonQuantity": 1,
                          "cartonQuantityChanged": true,
                          "productSize": "sample string 2",
                          "cigarettesPerSleeve": 1,
                          "randomWeight": true,
                          "piecesPerUnit": 4,
                          "averagePackSize": 5,
                          "effectiveDate": "2025-06-14T06:38:07.5505604",
                          "pricedByWeight": true,
                          "landedUnitCostEx": 8,
                          "landedUnitCostInc": 9,
                          "landedCartonCostInc": 10,
                          "landedCartonCostEx": 11,
                          "standardCost": 12,
                          "deliveryFee": 1,
                          "deliveryFeeBasis": "sample string 13",
                          "pickAndPackFee": 1,
                          "pickAndPackFeeBasis": "sample string 14",
                          "financeFee": 1,
                          "financeFeeBasis": "sample string 15",
                          "cartonLength": 1,
                          "cartonWidth": 1,
                          "cartonHeight": 1,
                          "palletLayerQuantity": 1,
                          "palletLayers": 1,
                          "itemCode": "sample string 16",
                          "invoiceCode": "sample string 17",
                          "invoiceDesc": "sample string 18",
                          "orderDirect": true,
                          "useCost": true,
                          "minimumQuantity": 19,
                          "hostType": 20,
                          "fromHost": 21,
                          "minimumReorder": 1,
                          "maximumReorder": 1,
                          "orderMultiple": 22.1,
                          "sellMultiple": 23.1,
                          "baseMultiple": 24.1,
                          "hostStandardCost": 25,
                          "hostTotalCost": 26,
                          "hostRetail": 27,
                          "hostLandedUnitCostEx": 28,
                          "hostLandedUnitCostInc": 29,
                          "hostDesc": "sample string 30",
                          "directIndicator": "sample string 31",
                          "availableToOrder": true,
                          "hostRangeIndicator": "sample string 33",
                          "hostProductType": "sample string 34",
                          "hostProductGrade": "sample string 35",
                          "hostProductGroup": "sample string 36",
                          "hostSlowMoving": true,
                          "hostGeneralMerchandise": true,
                          "hostPillar": "sample string 39",
                          "hostLastUpdated": "2025-06-14T06:38:07.5505604",
                          "rebate": 1.0,
                          "rebateExclude": true,
                          "invoiceCodes": [
                            {
                              "$id": "13",
                              "pluG_UID": "j0xo1m5LMEmyjCK1cRDN/Q==",
                              "pluGuid": "d6684c8f-4b6e-4930-b28c-22b57110cdfd",
                              "supplierIdentifier": "oTqDLYvmFUm+XlgViic4LQ==",
                              "supplierIdentifierGuid": "2d833aa1-e68b-4915-be5e-58158a27382d",
                              "invoiceCode": "sample string 1",
                              "storeIDs": [
                                1,
                                2
                              ]
                            },
                            {
                              "$ref": "13"
                            }
                          ],
                          "storeIDs": [
                            1,
                            2
                          ],
                          "preferredSupplier": true,
                          "preferredRebateSupplier": true,
                          "supplierName": "sample string 40",
                          "salesMode": 41,
                          "orderPacked": true,
                          "active": true,
                          "price": 1,
                          "costGstPercent": 43,
                          "parentPluG_UID": "jYa3gRxvPEqW9LZzkZg6SA==",
                          "parentPluGuid": "81b7868d-6f1c-4a3c-96f4-b67391983a48",
                          "freight": 44.0,
                          "freightType": 1,
                          "product": {
                            "$ref": "4"
                          },
                          "supplier": {
                            "$ref": "9"
                          },
                          "serviceFee": {
                            "$id": "14",
                            "id": 1,
                            "description": "sample string 1",
                            "fee": 1
                          },
                          "isPrimaryHost": true,
                          "hostVendor": 46
                        },
                        {
                          "$ref": "12"
                        }
                      ],
                      "orderCycleHeaders": [
                        {
                          "$id": "15",
                          "storeID": 1,
                          "supplierIdentifier": "/BJMdx25UU6UQ9sx6rk8Sg==",
                          "supplierGuid": "774c12fc-b91d-4e51-9443-db31eab93c4a",
                          "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": "fs4t3LRznUeskuZpHAzp9Q==",
                          "supplierGuid": "dc2dce7e-73b4-479d-ac92-e6691c0ce9f5",
                          "departmentCode": "sample string 2",
                          "warehouseDirectIndicator": "sample string 3",
                          "type": 4,
                          "cutOffWeek": 5,
                          "cutOffDay": 6,
                          "cutOffTime": "00:00:00.1234567",
                          "leadTime": 7,
                          "daysBuffer": 8,
                          "supplierName": "sample string 9",
                          "cutOffDate": "2025-06-14T06:38:07.5505604",
                          "deliveryDate": "2025-06-14T06:38:07.5505604",
                          "nextCutOffDate": "2025-06-14T06:38:07.5505604",
                          "nextDeliveryDate": "2025-06-14T06:38:07.5505604",
                          "nextDaysBuffer": 10
                        },
                        {
                          "$ref": "16"
                        }
                      ],
                      "store": {
                        "$ref": "5"
                      },
                      "updated": "2025-06-14T06:38:07.5505604",
                      "isHost": true
                    },
                    "files": [
                      {
                        "$id": "17",
                        "id": "sample string 1",
                        "fileName": "sample string 2",
                        "extension": "sample string 3",
                        "provider": 0,
                        "type": 0,
                        "hostType": "sample string 4",
                        "createdUtc": "2025-06-14T06:38:07.5505604",
                        "processed": "2025-06-14T06:38:07.5505604",
                        "isProcessing": true,
                        "processedCount": 6,
                        "processingTime": 1,
                        "collectedUtc": "2025-06-14T06:38:07.5505604",
                        "size": 1,
                        "sizeFormat": "sample string 7",
                        "isArchive": true,
                        "version": "sample string 9",
                        "reference": "sample string 10",
                        "digest": "sample string 11",
                        "contentType": "sample string 12",
                        "host": {
                          "$ref": "8"
                        },
                        "metcashHeader": {
                          "$id": "18",
                          "customerNumber": "sample string 1",
                          "creationDate": "2025-06-14T06:38:07.5505604",
                          "businessPillar": "sample string 3",
                          "fileType": "sample string 4"
                        }
                      },
                      {
                        "$ref": "17"
                      }
                    ],
                    "zoneMatrix": [
                      {
                        "$id": "19",
                        "id": 1,
                        "hostIdentifier": "aS7SWWn9/E6btWp6H2psuQ==",
                        "hostIdentifierGuid": "59d22e69-fd69-4efc-9bb5-6a7a1f6a6cb9",
                        "storeID": 1,
                        "departmentCode": "sample string 2",
                        "hostGuids": [
                          "9158451c-d5cc-4158-b873-8adc884ef3ea",
                          "a6700647-269a-4928-bc43-25a132f183be"
                        ]
                      },
                      {
                        "$ref": "19"
                      }
                    ],
                    "hostFileStoreSetting": {
                      "$ref": "7"
                    },
                    "hostStoreSettings": [
                      {
                        "$ref": "7"
                      },
                      {
                        "$ref": "7"
                      }
                    ],
                    "promotionPlacements": [
                      {
                        "$id": "20",
                        "identifier": "lysmsXn9REWccC/1LsdrGw==",
                        "identifierGuid": "b1262b97-fd79-4544-9c70-2ff52ec76b1b",
                        "code": "sample string 2",
                        "description": "sample string 3",
                        "isAdvertised": true
                      },
                      {
                        "$ref": "20"
                      }
                    ],
                    "promoTypeGuids": [
                      "84d13f3b-2222-486b-bc43-a2eb6433ad1a",
                      "99c11f40-0e65-4a11-97c3-f8b0abd4e5a2"
                    ],
                    "isPromotionOnly": false,
                    "isOrderable": false,
                    "vendor": 0
                  },
                  "groupIDs": [
                    1,
                    2
                  ],
                  "hostDescription": "sample string 24"
                },
                {
                  "$ref": "7"
                }
              ],
              "accounts": [
                {
                  "$id": "21",
                  "id": 1,
                  "storeID": 1,
                  "accountName": "sample string 2",
                  "bsb": "sample string 3",
                  "accountNumber": "sample string 4",
                  "accountDesignated": true
                },
                {
                  "$ref": "21"
                }
              ],
              "sales": [
                {
                  "$id": "22",
                  "id": 1,
                  "storeID": 1,
                  "externalSalesType": 2,
                  "ftpSiteID": 1,
                  "lastSaleProcessed": "2025-06-14T06:38:07.5505604",
                  "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": "d371d0ff-9d0c-4c41-9827-3254056e9e70",
              "updateStore": {
                "$id": "26",
                "id": "cbbc949d-01f9-4e3f-94a0-829c41e96f8f",
                "name": "sample string 1",
                "lastActivity": "2025-06-14T06:38:07.5505604",
                "zone": "sample string 2",
                "timeZoneOffset": 0.0,
                "businessHoursStart": "00:00:00.1234567",
                "businessHoursEnd": "00:00:00.1234567",
                "master": true,
                "lastIP": "sample string 10",
                "lastHostName": "sample string 11",
                "ping": 1,
                "pingStatus": "sample string 12",
                "lastUpdateCompleted": "2025-06-14T06:38:07.5505604"
              },
              "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": "iHO2SLnR/EOWe6mSh0pKOg==",
                "pluGuid": "48b67388-d1b9-43fc-967b-a992874a4a3a",
                "plu": 1,
                "storeID": 1,
                "zoneID": 2,
                "zoneName": "sample string 3",
                "store": "sample string 4",
                "priceNow": 5,
                "costNow": 6,
                "costNowDecimals": 7,
                "normalPrice": 8,
                "gstPercent": 9,
                "normalCost": 10,
                "normalCostDecimals": 11,
                "costGstPercent": 12,
                "costCalcMethod": 1,
                "currentCost": 13,
                "currentCostDecimals": 14,
                "break1": 15,
                "price1": 16,
                "break2": 17,
                "price2": 18,
                "break3": 19,
                "price3": 20,
                "fuelItem": 21,
                "fixedWeight": 22,
                "active": true,
                "complianceIndicator": "sample string 23",
                "doNotOrder": true,
                "doNotRange": true,
                "isNormalPriceChangesCampaign": true,
                "updated": "2025-06-14T06:38:07.5505604"
              },
              {
                "$ref": "28"
              }
            ],
            "currentPrices": {
              "$id": "29",
              "pluPrices": {
                "$id": "30",
                "plu": 1,
                "pluG_UID": "QEA=",
                "stores": [
                  1,
                  2
                ],
                "normalPrice": 1,
                "cost": 2,
                "break1": 3,
                "price1": 4,
                "break2": 5,
                "price2": 6,
                "break3": 7,
                "price3": 8,
                "discountPrice": 9,
                "acceptedUtc": "2025-06-14T06:38:07.5505604",
                "priceChangeType": 0,
                "costDecimals": 10
              },
              "normalPluPrices": {
                "$ref": "30"
              },
              "winningCampaign": 1,
              "winner": {
                "$id": "31",
                "campaignName": "sample string 1",
                "campaignDescription": "sample string 2",
                "startDate": "2025-06-14T06:38:07.5505604",
                "startTime": 3,
                "endDate": "2025-06-14T06:38:07.5505604",
                "endTime": 4,
                "newPrice": 5,
                "newCost": 6,
                "newCostDecimals": 7,
                "pctDiscount": 8,
                "promoType": 1,
                "promotionTypeCode": "sample string 9",
                "hostType": 10,
                "hostIdentifier": "r4GwfKTkMk+GWrtQM9o/xA==",
                "hostIdentifierGuid": "7cb081af-e4a4-4f32-865a-bb5033da3fc4",
                "storeNames": [
                  "sample string 1",
                  "sample string 2"
                ]
              },
              "details": [
                {
                  "$ref": "31"
                },
                {
                  "$ref": "31"
                }
              ]
            },
            "tray": {
              "$id": "32",
              "g_UId": "eJGnYIUXvEqgBrcjjGtpeg==",
              "guid": "60a79178-1785-4abc-a006-b7238c6b697a",
              "name": "sample string 1",
              "number": 1,
              "tare": 1
            },
            "priceGroup": {
              "$id": "33",
              "priceGroupG_UID": "MPPcAkINWUaBK0Vw3NpkEA==",
              "priceGroupGuid": "02dcf330-0d42-4659-812b-4570dcda6410",
              "name": "sample string 2",
              "code": 1,
              "modified": true,
              "updated": "2025-06-14T06:38:07.5505604",
              "buyingLimit": 1,
              "buyingLimitIndependent": true,
              "buyingLimitType": 0,
              "number": 1,
              "products": [
                {
                  "$ref": "4"
                },
                {
                  "$ref": "4"
                }
              ],
              "productCount": 1
            },
            "priceGroupName": "sample string 145",
            "nutrifacts": {
              "$id": "34",
              "pluG_UID": "bID/PCi1K0C9bfg9Swq+QQ==",
              "pluGuid": "3cff806c-b528-402b-bd6d-f83d4b0abe41",
              "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": "afb999ef-2607-43fc-8b60-e57d2d978f35",
              "created": "2025-06-14T06:38:07.5505604",
              "createdByUser": "sample string 1",
              "activated": "2025-06-14T06:38:07.5505604",
              "deactivated": "2025-06-14T06:38:07.5505604",
              "lastOrdered": "2025-06-14T06:38:07.5505604",
              "lastOrderedQty": 2.0,
              "lastReceived": "2025-06-14T06:38:07.5505604",
              "lastReceivedQty": 3.0,
              "lastInvoiceStatus": 1,
              "lastCounted": "2025-06-14T06:38:07.5505604",
              "lastSold": "2025-06-14T06:38:07.5505604",
              "firstSold": "2025-06-14T06:38:07.5505604",
              "awsUpdated": "2025-06-14T06:38:07.5505604",
              "lastManualUpdate": "2025-06-14T06:38:07.5505604",
              "lastManualUpdatedByUser": "sample string 5",
              "lastUpdated": "2025-06-14T06:38:07.5505604",
              "lastUpdatedByUser": "sample string 7",
              "lastUpdatedByHost": "2025-06-14T06:38:07.5505604",
              "doNotRangeUpdated": "2025-06-14T06:38:07.5505604",
              "doNotOrderUpdated": "2025-06-14T06:38:07.5505604",
              "tracked": "2025-06-14T06:38:07.5505604"
            },
            "allergens": [
              {
                "$id": "36",
                "allergenID": 1,
                "pluG_UID": "vINpPlMQcEKg3wQ99rUQGA==",
                "pluGuid": "3e6983bc-1053-4270-a0df-043df6b51018",
                "contains": 2,
                "allergenName": "sample string 3",
                "storeIDs": [
                  1,
                  2
                ]
              },
              {
                "$ref": "36"
              }
            ],
            "costs": {
              "$id": "37",
              "pluG_UID": "5ooCpl2YNUyY8dxcYLfm8w==",
              "pluGuid": "a6028ae6-985d-4c35-98f1-dc5c60b7e6f3",
              "enteredCost": 1,
              "weightedAvgCost": 1,
              "lastCost": 1,
              "rawEnteredCost": 2,
              "rawWeightedAvgCost": 3,
              "rawLastCost": 4,
              "freight": 5.0,
              "freightType": 6,
              "costDecimals": 7,
              "fifoCost": 1,
              "updated": "2025-06-14T06:38:07.5505604",
              "normalCost": 1,
              "currentCost": 1
            },
            "sales": [
              {
                "$id": "38",
                "saleHeaderID": 1,
                "created": "2025-06-14T06:38:07.5505604",
                "createdLocal": "2025-06-14T06:38:07.5505604",
                "storeID": 3,
                "storeName": "sample string 4",
                "operatorG_Uid": "JTiVxeCmtU+f5kfAYf9ZlA==",
                "operatorGuid": "c5953825-a6e0-4fb5-9fe6-47c061ff5994",
                "operatorName": "sample string 5",
                "tranType": 1,
                "plu": 1,
                "pluG_UId": "1R82yLew9kCzK+RO4koUMw==",
                "pluGuid": "c8361fd5-b0b7-40f6-b32b-e44ee24a1433",
                "normalPrice": 1,
                "totalCents": 1,
                "cost": 1,
                "grossProfit": 1,
                "quantity": 1,
                "operator": {
                  "$id": "39",
                  "id": 1,
                  "g_Uid": "lV41IA+sPUC7YCov9bHCng==",
                  "guid": "20355e95-ac0f-403d-bb60-2a2ff5b1c29e",
                  "operatorNumber": 1,
                  "shortName": "sample string 2",
                  "firstName": "sample string 3",
                  "lastName": "sample string 4",
                  "password": "sample string 5",
                  "hasPassword": true,
                  "passwordText": "sample string 6",
                  "rfidTagID": "sample string 7",
                  "blueprintID": 1,
                  "groupID": 1,
                  "groupName": "sample string 8",
                  "managerGroupID": 1,
                  "managerGroupName": "sample string 9",
                  "zoneID": 1,
                  "zoneName": "sample string 10",
                  "loggedIn": 1,
                  "lastUsedIP": "sample string 11",
                  "deleted": true,
                  "locked": true,
                  "allowOpenTill": true,
                  "webEmail": "sample string 14",
                  "simpleOperatorType": 0,
                  "webRole": "sample string 15",
                  "updated": "2025-06-14T06:38:07.5505604",
                  "passwordResetRequired": true,
                  "alteredInStore": true,
                  "startShift": "2025-06-14T06:38:07.5505604",
                  "endShift": "2025-06-14T06:38:07.5505604",
                  "machineName": "sample string 20",
                  "drawerID": 1,
                  "stores": [
                    {
                      "$id": "40",
                      "operatorG_UID": "YF0RrRgHekuKB0Kvi66e/w==",
                      "operatorGuid": "ad115d60-0718-4b7a-8a07-42af8bae9eff",
                      "storeID": 2,
                      "operator": {
                        "$ref": "39"
                      },
                      "store": {
                        "$ref": "5"
                      }
                    },
                    {
                      "$ref": "40"
                    }
                  ]
                }
              },
              {
                "$ref": "38"
              }
            ],
            "apns": [
              {
                "$id": "41",
                "pluID": 1,
                "pluG_UID": "m/qP3iJ7PEWfxSZAqmFmNg==",
                "pluGuid": "de8ffa9b-7b22-453c-9fc5-2640aa616636",
                "apn": "sample string 1",
                "deleted": true,
                "storeID": 1,
                "storeIDs": [
                  1,
                  2
                ]
              },
              {
                "$ref": "41"
              }
            ],
            "tuns": [
              {
                "$id": "42",
                "pluG_UId": "VwrbMsHbwUOslYsdfA/Fxw==",
                "pluGuid": "32db0a57-dbc1-43c1-ac95-8b1d7c0fc5c7",
                "apn": "sample string 1",
                "tun": "sample string 2",
                "cartonQuantity": 3,
                "product": {
                  "$ref": "4"
                },
                "storeIDs": [
                  1,
                  2
                ]
              },
              {
                "$ref": "42"
              }
            ],
            "competitionPricing": [
              {
                "$id": "43",
                "identifier": "+c2A45x4ok+BtJJebIZlLQ==",
                "identifierGuid": "e380cdf9-789c-4fa2-81b4-925e6c86652d",
                "pluG_UID": "tzo6GZz91k+4SajWXA/E+w==",
                "pluGuid": "193a3ab7-fd9c-4fd6-b849-a8d65c0fc4fb",
                "competitionID": 1,
                "name": "sample string 2",
                "sellMultiple": 3,
                "retailPrice": 4,
                "storeName": "sample string 5"
              },
              {
                "$ref": "43"
              }
            ],
            "supplier": {
              "$ref": "9"
            },
            "supplierName": "sample string 146",
            "children": [
              {
                "$ref": "4"
              },
              {
                "$ref": "4"
              }
            ],
            "ordering": {
              "$ref": "12"
            },
            "flipChartPages": [
              {
                "$id": "44",
                "identifier": "rmSSM2VN/k6SmXb8Eb4w0Q==",
                "groupName": "sample string 1",
                "identifierGuid": "339264ae-4d65-4efe-9299-76fc11be30d1",
                "exists": true,
                "flipChartIdentifier": "kzFdzT/o9EG8ALfbQoVbSA==",
                "flipChartIdentifierGuid": "cd5d3193-e83f-41f4-bc00-b7db42855b48",
                "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": "/Sy/dl5gy0eNE3uQy1lVKA==",
                "groupIdentifierGuid": "76bf2cfd-605e-47cb-8d13-7b90cb595528",
                "flipChart": {
                  "$id": "45",
                  "identifier": "IUAR2JA6zEu49veshqBCww==",
                  "identifierGuid": "d8114021-3a90-4bcc-b8f6-f7ac86a042c3",
                  "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": "hx3BxNYaTUazWoQnA5AbUw==",
                    "identifierGuid": "c4c11d87-1ad6-464d-b35a-842703901b53",
                    "name": "sample string 2",
                    "formType": "sample string 3",
                    "forms": [
                      {
                        "$id": "47",
                        "id": 1,
                        "g_UID": "BKDKaKQ+NU+DobXF7SjN9Q==",
                        "guid": "68caa004-3ea4-4f35-83a1-b5c5ed28cdf5",
                        "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": "r2/ifswyGkym2/G98HzCRw==",
                        "previousFormGuid": "7ee26faf-32cc-4c1a-a6db-f1bdf07cc247",
                        "nextForm": 1,
                        "nextFormG_UID": "T7JT+aGWbUWXO3HJB5j1QA==",
                        "nextFormGuid": "f953b24f-96a1-456d-973b-71c90798f540",
                        "attributes": "sample string 10",
                        "updated": "2025-06-14T06:38:07.5505604",
                        "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": "xD3otqO0VEGF0pDsn7LQlg==",
                            "checkoutFormGuid": "b6e83dc4-b4a3-4154-85d2-90ec9fb2d096",
                            "identifier": "kz0uO+FnKUitab9lhMbylA==",
                            "identifierGuid": "3b2e3d93-67e1-4829-ad69-bf6584c6f294",
                            "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": "1wn0cvj4Wk203IQ20tRbzA==",
                            "valueGuid": "72f409d7-f8f8-4d5a-b4dc-8436d2d45bcc",
                            "buttonText": "sample string 10",
                            "valueText": "sample string 11",
                            "drawImageAndButton": true,
                            "updated": "2025-06-14T06:38:07.5505604",
                            "action": "sample string 12",
                            "valueForm": {
                              "$ref": "47"
                            },
                            "image": {
                              "$id": "49",
                              "name": "sample string 3.sample string 4",
                              "imageID": 2,
                              "imageName": "sample string 3",
                              "imageExtension": "sample string 4",
                              "lastUpdate": "2025-06-14T06:38:07.5505604",
                              "imageData": "QEA=",
                              "readOnly": true
                            }
                          },
                          {
                            "$ref": "48"
                          }
                        ],
                        "panels": [
                          {
                            "$id": "50",
                            "id": 1,
                            "checkoutFormID": 2,
                            "checkoutFormG_UID": "h5D3Dbtj0ESgyWrXPtFghQ==",
                            "checkoutFormGuid": "0df79087-63bb-44d0-a0c9-6ad73ed16085",
                            "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": "OJRvFrzkkU2DNPQZgPy/dw==",
                    "flipChartPageIdentifierGuid": "166f9438-e4bc-4d91-8334-f41980fcbf77",
                    "pluG_UID": "e0GpmmbsrUmYuMgb8J2U9g==",
                    "pluGuid": "9aa9417b-ec66-49ad-98b8-c81bf09d94f6",
                    "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": "o9BM64UU/U23MASCq2LvLw==",
                "pluGuid": "eb4cd0a3-1485-4dfd-b730-0482ab62ef2f",
                "price": 1,
                "costCalcMethod": 1,
                "cost": 2,
                "weightedAvgCost": 3,
                "lastCost": 4,
                "rawCost": 5,
                "rawWeightedAvgCost": 6,
                "rawLastCost": 7,
                "costDecimals": 8,
                "serviceFeeID": 9,
                "freight": 10.0,
                "freightType": 11,
                "process": "sample string 12",
                "user": "sample string 13",
                "updated": "2025-06-14T06:38:07.5505604",
                "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": "tmmbFG8PnUK4A7kf4A1nLQ==",
                "ingredientGuid": "BA3MESpTfEy5LXwGcr0bjQ==",
                "ingredientIdentifier": "11cc0d04-532a-4c7c-b92d-7c0672bd1b8d",
                "quantity": 1.0,
                "storeIDs": [
                  1,
                  2
                ],
                "ingredientText": "sample string 1",
                "ingredient": {
                  "$ref": "4"
                }
              },
              {
                "$ref": "53"
              }
            ],
            "bins": [
              {
                "$ref": "3"
              },
              {
                "$ref": "3"
              }
            ],
            "bin": {
              "$ref": "3"
            },
            "scaleLocations": [
              {
                "$id": "54",
                "plu": 1,
                "pluG_UID": "y3D7yxMTUUClanov+SAFhQ==",
                "pluGuid": "cbfb70cb-1313-4051-a56a-7a2ff9200585",
                "deptNo": 1,
                "product": {
                  "$ref": "4"
                },
                "scaleLocation": {
                  "$id": "55",
                  "id": 1,
                  "deptNo": 1,
                  "deptCode": "sample string 2",
                  "name": "sample string 3",
                  "enabled": true,
                  "updated": "2025-06-14T06:38:07.5505604",
                  "department": {
                    "$id": "56",
                    "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": "55"
                    },
                    "subDepartments": [
                      {
                        "$id": "57",
                        "id": 1,
                        "departmentID": 2,
                        "name": "sample string 3",
                        "code": "sample string 4",
                        "departmentCode": "sample string 5",
                        "externalSales": true,
                        "minorDepartments": [
                          {
                            "$id": "58",
                            "id": 1,
                            "subDepartmentID": 2,
                            "departmentID": 3,
                            "name": "sample string 4",
                            "subDepartmentCode": "sample string 5",
                            "departmentCode": "sample string 6",
                            "code": "sample string 7",
                            "lesserDepartments": [
                              {
                                "$id": "59",
                                "id": 1,
                                "departmentID": 2,
                                "subDepartmentID": 3,
                                "minorDepartmentID": 4,
                                "name": "sample string 5",
                                "code": "sample string 6",
                                "departmentCode": "sample string 7",
                                "subDepartmentCode": "sample string 8",
                                "minorDepartmentCode": "sample string 9",
                                "updated": "2025-06-14T06:38:07.5505604",
                                "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": "Sxz8qjXEJkekOGz6ziqAAQ==",
                                "labelPageLayoutGuid": "aafc1c4b-c435-4726-a438-6cface2a8001",
                                "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": "60",
                                  "dept": 1,
                                  "category": 2,
                                  "name": "sample string 3",
                                  "active": true,
                                  "mscCommodities": [
                                    {
                                      "$id": "61",
                                      "dept": 1,
                                      "category": 2,
                                      "commodity": 3,
                                      "name": "sample string 4",
                                      "active": true,
                                      "mscSubCommodities": [
                                        {
                                          "$id": "62",
                                          "dept": 1,
                                          "category": 2,
                                          "commodity": 3,
                                          "subCommodity": 4,
                                          "name": "sample string 5",
                                          "active": true,
                                          "subCommodityCode": "sample string 7"
                                        },
                                        {
                                          "$ref": "62"
                                        }
                                      ],
                                      "commodityCode": "sample string 6"
                                    },
                                    {
                                      "$ref": "61"
                                    }
                                  ],
                                  "categoryCode": "sample string 5"
                                },
                                "mscCom": {
                                  "$ref": "61"
                                },
                                "mscDep": {
                                  "$id": "63",
                                  "dept": 1,
                                  "name": "sample string 2",
                                  "active": true,
                                  "mscCategories": [
                                    {
                                      "$ref": "60"
                                    },
                                    {
                                      "$ref": "60"
                                    }
                                  ],
                                  "deptCode": "sample string 4"
                                },
                                "mscSubCom": {
                                  "$ref": "62"
                                }
                              },
                              {
                                "$ref": "59"
                              }
                            ],
                            "updated": "2025-06-14T06:38:07.5505604",
                            "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": "vQCDy80XQEOMT6eGOMNH+A==",
                            "labelPageLayoutGuid": "cb8300bd-17cd-4340-8c4f-a78638c347f8",
                            "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": "60"
                            },
                            "mscCom": {
                              "$ref": "61"
                            },
                            "mscDep": {
                              "$ref": "63"
                            },
                            "mscSubCom": {
                              "$ref": "62"
                            }
                          },
                          {
                            "$ref": "58"
                          }
                        ],
                        "investmentBuyOverride": true,
                        "updated": "2025-06-14T06:38:07.5505604",
                        "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": "Wnk+gdBYu0CukydoC4fu1w==",
                        "labelPageLayoutGuid": "813e795a-58d0-40bb-ae93-27680b87eed7",
                        "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": "60"
                        },
                        "mscCom": {
                          "$ref": "61"
                        },
                        "mscDep": {
                          "$ref": "63"
                        },
                        "mscSubCom": {
                          "$ref": "62"
                        }
                      },
                      {
                        "$ref": "57"
                      }
                    ],
                    "stores": [
                      1,
                      2
                    ],
                    "investmentBuyOverride": true,
                    "updated": "2025-06-14T06:38:07.5505604",
                    "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": "oWv6f9rYvkCAkD8zdJXk1g==",
                    "labelPageLayoutGuid": "7ffa6ba1-d8da-40be-8090-3f337495e4d6",
                    "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": "60"
                    },
                    "mscCom": {
                      "$ref": "61"
                    },
                    "mscDep": {
                      "$ref": "63"
                    },
                    "mscSubCom": {
                      "$ref": "62"
                    }
                  }
                }
              },
              {
                "$ref": "54"
              }
            ],
            "nextPrice": {
              "$id": "64",
              "id": 1,
              "campaignID": 2,
              "campaignName": "sample string 3",
              "plu": 1,
              "hostOfferID": 1,
              "metcashPromotionID": "sample string 4",
              "metcashPromotionPlacement": "sample string 5",
              "pluG_UID": "j627OXdk906Q1Jk2fks+CQ==",
              "pluGuid": "39bbad8f-6477-4ef7-90d4-99367e4b3e09",
              "newPrice": 1,
              "pctDiscount": 1,
              "newCost": 1,
              "newCostDecimals": 6,
              "dealCostIdentifier": "+cKUkVXQ/keJfIMsJsVKaQ==",
              "dealCostGuid": "9194c2f9-d055-47fe-897c-832c26c54a69",
              "pluName": "sample string 7",
              "apn": "sample string 8",
              "fuelItem": true,
              "priceGroupG_UID": "j/kYHcgCO0azCEesMox95A==",
              "priceGroupGuid": "1d18f98f-02c8-463b-b308-47ac328c7de4",
              "itemNumber": "sample string 10",
              "cri": "sample string 11",
              "pluPrice": 12,
              "pluCost": 13,
              "pluCostIndicator": "sample string 14",
              "pluPriceGstPercent": 15,
              "pluCostGstPercent": 16,
              "pluActive": true,
              "cartonQty": 1.1,
              "baseUnits": 18.1,
              "salesMode": 1,
              "pluNormalCost": 19,
              "pluaws": 20.0,
              "directNumber": "sample string 21",
              "departmentName": "sample string 22",
              "subDepartmentName": "sample string 23",
              "priceGroupName": "sample string 24",
              "supplierName": "sample string 25",
              "stockOnHand": 1.1,
              "stockOnOrder": 1.1,
              "lastReceived": "2025-06-14T06:38:07.5505604",
              "rrp": 26,
              "campaignDescription": "sample string 27",
              "campaignComboPriceGroupG_UID": "N0OhqV2A7UiJCEKRUzNIPg==",
              "campaignComboPriceGroupIdentifier": "a9a14337-805d-48ed-8908-42915333483e",
              "promotionPlacementDescription": "sample string 28",
              "storeAcceptances": [
                {
                  "$id": "65",
                  "plu": 1,
                  "pluG_UId": "QEA=",
                  "campaignID": 1,
                  "campaignName": "sample string 2",
                  "storeID": 3,
                  "acceptedUtc": "2025-06-14T06:38:07.5505604",
                  "operatorG_UID": "Zjmz6/KrC0GC1GZWYLXPNQ==",
                  "operatorGuid": "ebb33966-abf2-410b-82d4-665660b5cf35",
                  "machineID": 1,
                  "processed": true,
                  "appliedUtc": "2025-06-14T06:38:07.5505604",
                  "signIqTicketFileMovedUtc": "2025-06-14T06:38:07.5505604",
                  "user": "sample string 6",
                  "campaignDescription": "sample string 7",
                  "productDesc": "sample string 8",
                  "storeName": "sample string 9",
                  "effectiveUtc": "2025-06-14T06:38:07.5505604",
                  "priceChangeType": 0,
                  "operatorName": "sample string 10",
                  "hostCampaign": true,
                  "product": {
                    "$ref": "4"
                  },
                  "campaignPlu": {
                    "$ref": "64"
                  }
                },
                {
                  "$ref": "65"
                }
              ],
              "campaign": {
                "$id": "66",
                "id": 1,
                "storeID": 2,
                "name": "0095291e-583f-4337-a43b-2340abec2357",
                "nameGuid": "0095291e-583f-4337-a43b-2340abec2357",
                "description": "sample string 4",
                "showDiscounts": true,
                "showTotals": true,
                "onlyEvaluateOnSubtotal": true,
                "useDescription": true,
                "campaignType": 1,
                "startDate": "2025-06-14T06:38:07.5505604",
                "startTime": 1,
                "endDate": "2025-06-14T06:38:07.5505604",
                "endTime": 1,
                "recurrence": 1,
                "recurrenceType": 1,
                "monthType": 1,
                "weekDays": 1,
                "months": 1,
                "monthWeeks": 1,
                "monthDays": "sample string 7",
                "printed": true,
                "talkerText": "sample string 8",
                "rangeDescription": "sample string 9",
                "dealDescription": "sample string 10",
                "labelQuantity": 11,
                "active": 1,
                "deactivated": "2025-06-14T06:38:07.5505604",
                "system": true,
                "created": "2025-06-14T06:38:07.5505604",
                "updated": "2025-06-14T06:38:07.5505604",
                "priceChangeNotifiedUtc": "2025-06-14T06:38:07.5505604",
                "promoType": 1,
                "promotionTypeCode": "sample string 13",
                "hostIdentifier": "5+GVjhle7UCumha8npEiKQ==",
                "hostIdentifierGuid": "8e95e1e7-5e19-40ed-ae9a-16bc9e912229",
                "hostType": 14,
                "createdByUser": "sample string 15",
                "fromHost": true,
                "deleted": true,
                "campaignDeleted": "2025-06-14T06:38:07.5505604",
                "updatedByUser": "sample string 18",
                "offerID": 1,
                "isPriceChangeCampaign": true,
                "stores": [
                  1,
                  2
                ],
                "storeNames": [
                  "sample string 1",
                  "sample string 2"
                ],
                "campaignPlus": [
                  {
                    "$ref": "64"
                  },
                  {
                    "$ref": "64"
                  }
                ],
                "campaignPools": [
                  {
                    "$id": "67",
                    "id": 1,
                    "campaignID": 2,
                    "campaignName": "sample string 3",
                    "plu": 4,
                    "pluG_UID": "HoZuSSWqK02u3E8QtbC+Ow==",
                    "pluGuid": "496e861e-aa25-4d2b-aedc-4f10b5b0be3b",
                    "hostOfferID": 1,
                    "priceGroupG_UID": "DtzENcm7p0K/C2gqWtqQtA==",
                    "priceGroupGuid": "35c4dc0e-bbc9-42a7-bf0b-682a5ada90b4",
                    "fuelItem": true,
                    "pluName": "sample string 6",
                    "apn": "sample string 7",
                    "pluActive": true,
                    "cartonQty": 1,
                    "baseUnits": 9.1,
                    "cri": "sample string 10",
                    "salesMode": 1,
                    "pluaws": 11.0,
                    "directNumber": "sample string 12",
                    "departmentName": "sample string 13",
                    "subDepartmentName": "sample string 14",
                    "priceGroupName": "sample string 15",
                    "supplierName": "sample string 16",
                    "stockOnHand": 1.1,
                    "stockOnOrder": 1.1,
                    "lastReceived": "2025-06-14T06:38:07.5505604",
                    "rrp": 17,
                    "campaignDescription": "sample string 18",
                    "product": {
                      "$ref": "4"
                    },
                    "campaign": {
                      "$ref": "66"
                    }
                  },
                  {
                    "$ref": "67"
                  }
                ],
                "sellingRules": [
                  {
                    "$id": "68",
                    "id": 1,
                    "identifier": "f6E8B94Wj0yb95QhTZiSxg==",
                    "identifierStr": "f6E8B94Wj0yb95QhTZiSxg==",
                    "identifierGuid": "073ca17f-16de-4c8f-9bf7-94214d9892c6",
                    "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": "66"
                    }
                  },
                  {
                    "$ref": "68"
                  }
                ],
                "customers": [
                  {
                    "$id": "69",
                    "id": 1,
                    "campaignID": 2,
                    "campaignName": "sample string 3",
                    "customerID": "5PyDNz00Dk6XakyfmdTxAw==",
                    "customerIDGuid": "3783fce4-343d-4e0e-976a-4c9f99d4f103",
                    "campaign": {
                      "$ref": "66"
                    },
                    "customer": {
                      "$id": "70",
                      "identifier": "vK7/sPP7pk+leUQF88lLzA==",
                      "identifierGuid": "b0ffaebc-fbf3-4fa6-a579-4405f3c94bcc",
                      "code": "sample string 2",
                      "familyName": "sample string 3",
                      "givenName": "sample string 4",
                      "otherName": "sample string 5",
                      "title": "sample string 6",
                      "dateOfBirth": "2025-06-14T06:38:07.5505604",
                      "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": "5MHU5CKPrEeu5HyQlx307A==",
                      "communityIdentifierGuid": "e4d4c1e4-8f22-47ac-aee4-7c90971df4ec",
                      "joined": "2025-06-14T06:38:07.5505604",
                      "updated": "2025-06-14T06:38:07.5505604",
                      "active": true,
                      "reasonInactive": 1,
                      "groupCustomer": true,
                      "loyaltyPoints": 1,
                      "homeStoreID": 1,
                      "availableSpend": 1,
                      "priceLevelIdentifier": "J9J63zuWaUqNhYG5ux4ivg==",
                      "priceLevelIdentifierGuid": "df7ad227-963b-4a69-8d85-81b9bb1e22be",
                      "marketingID": "sample string 18",
                      "hidden": true,
                      "registered": true,
                      "registeredOn": "2025-06-14T06:38:07.5505604",
                      "emailMarketing": true,
                      "smsMarketing": true,
                      "deleted": true,
                      "deletedUser": "sample string 24",
                      "homeStoreName": "sample string 25",
                      "customerCards": [
                        {
                          "$id": "71",
                          "cardType": 2,
                          "issueDate": "2025-06-14T06:38:07.5505604",
                          "expiry": "2025-06-14T06:38:07.5505604",
                          "customerID": "tLWeO4xBdE6I3THiVWq29w==",
                          "customerIDGuid": "3b9eb5b4-418c-4e74-88dd-31e2556ab6f7",
                          "initialValue": 1,
                          "currentValue": 1,
                          "maxLimit": 1,
                          "minTransaction": 1,
                          "maxTransaction": 1,
                          "multiplier": 1.1,
                          "active": true,
                          "reasonInactive": 1,
                          "idRequired": true,
                          "idType": 1,
                          "idValue": "sample string 5",
                          "updated": "2025-06-14T06:38:07.5505604",
                          "linkedAccount": "uIcnSxz62UmL6xZ7R3dZ3g==",
                          "linkedAccountGuid": "4b2787b8-fa1c-49d9-8beb-167b477759de",
                          "currentValueChanged": true,
                          "limitsChanged": true,
                          "customer": {
                            "$ref": "70"
                          },
                          "account": {
                            "$id": "72",
                            "id": 1,
                            "identifier": "+mL9YRA1eUSG7PRM4tE2Ww==",
                            "identifierGuid": "61fd62fa-3510-4479-86ec-f44ce2d1365b",
                            "referenceNo": "sample string 3",
                            "name": "sample string 4",
                            "created": "2025-06-14T06:38:07.5505604",
                            "owner": "o3fA6FjUwUSMV1OcsJr/dw==",
                            "ownerGuid": "e8c077a3-d458-44c1-8c57-539cb09aff77",
                            "accountStoreGroupIdentifier": "TwYpiNXq60WrfyGw7uhjmw==",
                            "accountStoreGroupGuid": "8829064f-ead5-45eb-ab7f-21b0eee8639b",
                            "accountType": 1,
                            "currentBalance": 1,
                            "externalID": "sample string 7",
                            "maximumLimit": 1,
                            "accruePoints": true,
                            "loyaltyPoints": 1,
                            "termsOfTrade": 1,
                            "signatureRequired": true,
                            "referenceRequired": true,
                            "statementSendType": 10,
                            "ageingPeriod": 1,
                            "monthlyAgeingPeriod": true,
                            "explodedInvoice": true,
                            "isFifoAllocation": true,
                            "lastStatementSent": "2025-06-14T06:38:07.5505604",
                            "active": true,
                            "updated": "2025-06-14T06:38:07.5505604",
                            "deleted": true,
                            "deletedUser": "sample string 16",
                            "currentBalanceChanged": true,
                            "maximumLimitChanged": true,
                            "loyaltyPointsChanged": true,
                            "projectedBalance": 17,
                            "accountStoreGroupStoreIDs": [
                              1,
                              2
                            ],
                            "customerEmail": "sample string 18",
                            "ownerCustomer": {
                              "$ref": "70"
                            },
                            "card": {
                              "$ref": "71"
                            },
                            "members": {
                              "$id": "73",
                              "sample string 1": [
                                {
                                  "$ref": "70"
                                },
                                {
                                  "$ref": "70"
                                }
                              ],
                              "sample string 2": [
                                {
                                  "$ref": "70"
                                },
                                {
                                  "$ref": "70"
                                }
                              ]
                            },
                            "customerGroups": [
                              {
                                "$id": "74",
                                "identifier": "MIRKlVZOOE+8sgAQULRC5Q==",
                                "identifierGuid": "954a8430-4e56-4f38-bcb2-001050b442e5",
                                "name": "sample string 2",
                                "primaryContact": "MNbPvuUuZ0SAtx5szfQgig==",
                                "primaryContactGuid": "becfd630-2ee5-4467-80b7-1e6ccdf4208a",
                                "accountID": "soYT/plKakaAZkDnyS7gFw==",
                                "accountIDGuid": "fe1386b2-4a99-466a-8066-40e7c92ee017",
                                "special": true,
                                "updated": "2025-06-14T06:38:07.5505604",
                                "active": true,
                                "reasonInactive": 1,
                                "priceLevelIdentifier": "yGK1dhQhDEywsLUZ3ooj4A==",
                                "priceLevelIdentifierGuid": "76b562c8-2114-4c0c-b0b0-b519de8a23e0",
                                "deleted": true,
                                "account": {
                                  "$ref": "72"
                                },
                                "primaryContactCustomer": {
                                  "$ref": "70"
                                },
                                "customerGroupMembers": [
                                  {
                                    "$id": "75",
                                    "id": 1,
                                    "groupID": "23H5IBpZx0ywohsz3AqBWA==",
                                    "groupIDGuid": "20f971db-591a-4cc7-b0a2-1b33dc0a8158",
                                    "customerID": "mIeESQkfeUmDSfKTsKutmw==",
                                    "customerIDGuid": "49848798-1f09-4979-8349-f293b0abad9b",
                                    "card": "sample string 4",
                                    "linkedAccount": "THMg+M0Dn02MABYTx2vtbg==",
                                    "linkedAccountGuid": "f820734c-03cd-4d9f-8c00-1613c76bed6e",
                                    "customer": {
                                      "$ref": "70"
                                    },
                                    "group": {
                                      "$ref": "74"
                                    },
                                    "customerCard": {
                                      "$ref": "71"
                                    }
                                  },
                                  {
                                    "$ref": "75"
                                  }
                                ]
                              },
                              {
                                "$ref": "74"
                              }
                            ]
                          },
                          "payments": [
                            {
                              "$id": "76",
                              "id": 1,
                              "identifier": "ySXXaWIOaEGq0w3N6WOWWg==",
                              "identifierGuid": "69d725c9-0e62-4168-aad3-0dcde963965a",
                              "storeID": 2,
                              "operatorName": "sample string 3",
                              "saleHeaderID": 4,
                              "paymentType": 5,
                              "amount": 6,
                              "account": "sample string 7",
                              "accountID": "rfEFZJcrAEmTiO4WYTtssA==",
                              "accountIDGuid": "6405f1ad-2b97-4900-9388-ee16613b6cb0",
                              "customerAccount": {
                                "$ref": "72"
                              },
                              "customerCard": {
                                "$ref": "71"
                              },
                              "accountType": 1,
                              "cardName": "sample string 8",
                              "authorisationNumber": "sample string 9",
                              "bankReference": "sample string 10",
                              "merchantID": "sample string 11",
                              "terminalID": "sample string 12",
                              "cardNumber": "sample string 13",
                              "paymentDate": "2025-06-14T06:38:07.5505604",
                              "invRocNo": "sample string 14",
                              "responseCode": "sample string 15",
                              "cashout": 1,
                              "tip": 16,
                              "idempotentVoid": "OlOx/w9N6Eur0fX86fGIDw==",
                              "idempotentVoidGuid": "ffb1533a-4d0f-4be8-abd1-f5fce9f1880f",
                              "offline": true,
                              "processed": 1,
                              "storeSaleHeader": {
                                "$id": "77",
                                "saleHeaderID": 1,
                                "saleHeaderGuid": "4JMINXINLEGpyqvv6vF9NA==",
                                "saleHeaderIdentifierGuid": "350893e0-0d72-412c-a9ca-abefeaf17d34",
                                "created": "2025-06-14T06:38:07.5505604",
                                "createdLocal": "2025-06-14T06:38:07.5505604",
                                "createdText": "sample string 4",
                                "itemCount": 5,
                                "totalAmount": 6,
                                "cashTender": 1,
                                "cardTender": 1,
                                "cheqTender": 1,
                                "acctTender": 1,
                                "voucherTender": 1,
                                "loyaltyPoints": 1,
                                "cashout": 1,
                                "changeAmount": 1,
                                "rounding": 1,
                                "gstAmount": 1,
                                "transactionDiscountTender": 1,
                                "totalTip": 7,
                                "tranType": 1,
                                "processed": 1,
                                "imported": "2025-06-14T06:38:07.5505604",
                                "storeID": 1,
                                "operatorG_Uid": "zgDuEE9d20+9ALgM+18Pkw==",
                                "operatorGuid": "10ee00ce-5d4f-4fdb-bd00-b80cfb5f0f93",
                                "customerG_Uid": "9h1UgxSprEWbiqVtKMDyNg==",
                                "customerGuid": "83541df6-a914-45ac-9b8a-a56d28c0f236",
                                "communityIdentifier": "IBX4S1ekMU+EavcVIQgjDw==",
                                "communityIdentifierGuid": "4bf81520-a457-4f31-846a-f7152108230f",
                                "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": "KQRpEUsCOUS2Kh7RBPoOWQ==",
                                "priceLevelIdentifierGuid": "11690429-024b-4439-b62a-1ed104fa0e59",
                                "locked": 36,
                                "relationChecksum": "sample string 37",
                                "loyaltyTender": 1,
                                "giftCardTender": 1,
                                "operator": {
                                  "$ref": "39"
                                },
                                "customer": {
                                  "$ref": "70"
                                },
                                "communityOrganisation": {
                                  "$id": "78",
                                  "id": 1,
                                  "identifier": "Lu3WHSJagkGgaAQUpuagHg==",
                                  "identifierGuid": "1dd6ed2e-5a22-4182-a068-0414a6e6a01e",
                                  "name": "sample string 3",
                                  "lookupIdentifier": "sample string 4",
                                  "externalID": "sample string 5",
                                  "phone": "sample string 6",
                                  "fax": "sample string 7",
                                  "email": "sample string 8",
                                  "address1": "sample string 9",
                                  "address2": "sample string 10",
                                  "city": "sample string 11",
                                  "postCode": "sample string 12",
                                  "state": "sample string 13",
                                  "country": "sample string 14",
                                  "totalAmountAwarded": 15.1,
                                  "updated": "2025-06-14T06:38:07.5505604",
                                  "deleted": true
                                },
                                "details": [
                                  {
                                    "$id": "79",
                                    "saleItemID": 1,
                                    "identifier": "6zYprtw6C0mE9uekIu5cCA==",
                                    "identifierGuid": "ae2936eb-3adc-490b-84f6-e7a422ee5c08",
                                    "saleHeaderID": 2,
                                    "plu": 1,
                                    "pluG_UId": "gpvewV6+eUitLT8pxLU0/g==",
                                    "pluGuid": "c1de9b82-be5e-4879-ad2d-3f29c4b534fe",
                                    "accountID": "nkZ1LkUi+UWaEDZWc9oBDQ==",
                                    "accountIDGuid": "2e75469e-2245-45f9-9a10-365673da010d",
                                    "normalPrice": 3,
                                    "originalSellingPrice": 4,
                                    "discountPrice": 5,
                                    "unit": 1,
                                    "quantity": 6,
                                    "totalCents": 7,
                                    "fixedPrice": 1,
                                    "tranType": 1,
                                    "discountType": 1,
                                    "cost": 1,
                                    "costDecimals": 8,
                                    "markdown": 1,
                                    "manualQuantity": 1,
                                    "manualPrice": 1,
                                    "manualMode": 1,
                                    "active": 1,
                                    "offline": true,
                                    "barcode": "sample string 9",
                                    "keyedSale": 1,
                                    "discountedID": 1,
                                    "fuelID": 1,
                                    "serialNumber": "sample string 10",
                                    "bestOrExpire": "2025-06-14T06:38:07.5505604",
                                    "bestOrExpireType": 1,
                                    "providerName": "sample string 11",
                                    "refundG_UID": "OCeLXp5IdkKaftODpSCrDg==",
                                    "refundGuid": "5e8b2738-489e-4276-9a7e-d383a520ab0e",
                                    "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": "yCQp2TvYFEuB41Uvc6QsVw==",
                                    "idempotentVoidGuid": "d92924c8-d83b-4b14-81e3-552f73a42c57",
                                    "priceLevelIdentifier": "SKgB+ACwLk+IwuyLB9O09w==",
                                    "priceLevelIdentifierGuid": "f801a848-b000-4f2e-88c2-ec8b07d3b4f7",
                                    "productName": "sample string 23",
                                    "apn": "sample string 24",
                                    "unknownScans": [
                                      {
                                        "$id": "80",
                                        "id": 1,
                                        "saleDetailID": 2,
                                        "storeID": 1,
                                        "scanned": "2025-06-14T06:38:07.5505604",
                                        "operatorG_UID": "QEA=",
                                        "barcode": "sample string 4",
                                        "processed": 1
                                      },
                                      {
                                        "$ref": "80"
                                      }
                                    ],
                                    "refund": {
                                      "$id": "81",
                                      "id": 1,
                                      "g_UID": "ccRLLcmxPEO0I5vpdjJ35A==",
                                      "guid": "2d4bc471-b1c9-433c-b423-9be9763277e4",
                                      "description": "sample string 1",
                                      "dumped": true,
                                      "inventoryReasonID": 1,
                                      "sortOrder": 1,
                                      "updated": "2025-06-14T06:38:07.5505604"
                                    },
                                    "modifier": {
                                      "$id": "82",
                                      "id": 1,
                                      "setG_UID": "jgreTekeLUGG2K+NWibLLg==",
                                      "modifierSetGuid": "4dde0a8e-1ee9-412d-86d8-af8d5a26cb2e",
                                      "name": "sample string 2",
                                      "price": 1,
                                      "quantity": 1,
                                      "modifierType": 1,
                                      "groupNumber": 1,
                                      "pageNumber": 1,
                                      "controlOrder": 1,
                                      "printToStation": true,
                                      "pluG_UID": "rGq7rG0V1UOPE4D+2yoIFA==",
                                      "pluGuid": "acbb6aac-156d-43d5-8f13-80fedb2a0814",
                                      "deleted": true,
                                      "g_UID": "uI6ZUnLafUCbqebp+rwtqg==",
                                      "guid": "52998eb8-da72-407d-9ba9-e6e9fabc2daa",
                                      "product": {
                                        "$ref": "4"
                                      }
                                    },
                                    "priceLevelName": "sample string 25",
                                    "pumpNumber": 1,
                                    "hoseNumber": 1
                                  },
                                  {
                                    "$ref": "79"
                                  }
                                ],
                                "eftReceipts": [
                                  {
                                    "$id": "83",
                                    "id": 1,
                                    "storeID": 1,
                                    "saleHeaderID": 2,
                                    "storeSaleHeader": {
                                      "$ref": "77"
                                    },
                                    "receipt": "sample string 3",
                                    "processed": 1
                                  },
                                  {
                                    "$ref": "83"
                                  }
                                ],
                                "payments": [
                                  {
                                    "$ref": "76"
                                  },
                                  {
                                    "$ref": "76"
                                  }
                                ],
                                "cards": [
                                  {
                                    "$id": "84",
                                    "id": 1,
                                    "saleHeaderID": 1,
                                    "identifier": "sample string 2",
                                    "cardType": 3,
                                    "providerName": "sample string 4"
                                  },
                                  {
                                    "$ref": "84"
                                  }
                                ],
                                "campaignHits": [
                                  {
                                    "$id": "85",
                                    "id": 1,
                                    "saleHeaderID": 2,
                                    "campaign": "sample string 3",
                                    "name": "sample string 4",
                                    "processed": 1,
                                    "campaignDescription": "sample string 5"
                                  },
                                  {
                                    "$ref": "85"
                                  }
                                ],
                                "fuel": [
                                  {
                                    "$id": "86",
                                    "id": 1,
                                    "plu": 1,
                                    "pluG_UID": "RhTiutXj9Uy0nzDlx9BQNQ==",
                                    "pluGuid": "bae21446-e3d5-4cf5-b49f-30e5c7d05035",
                                    "saleHeaderID": 2,
                                    "totalCents": 3,
                                    "grade": 1,
                                    "gradeDescription": "sample string 4",
                                    "dispenser": 1,
                                    "hose": 1,
                                    "quantity": 1,
                                    "cost": 1,
                                    "acquirerNum": 1,
                                    "attendant": 1,
                                    "ePurseBalance": 1.0,
                                    "cardSignature": "sample string 5",
                                    "compartmentNumber": 1,
                                    "contractNumber": 1,
                                    "discountCardPAN": "sample string 6",
                                    "discountID": 1,
                                    "discountName": "sample string 7",
                                    "discountNetValue": 1.0,
                                    "discountType": 1,
                                    "discountValue": 1.0,
                                    "discretionaryData": "sample string 8",
                                    "driverID": "sample string 9",
                                    "eftBatchNumber": 1,
                                    "eftResponseCode": "sample string 10",
                                    "endDateTime": "2025-06-14T06:38:07.5505604",
                                    "engineHours": 1.1,
                                    "fposNumber": 1,
                                    "loyaltyCardPAN": "sample string 11",
                                    "miscData1": 1,
                                    "miscData2": "sample string 12",
                                    "miscFlags": 1,
                                    "mop": 1,
                                    "odometer": 1,
                                    "panNumber": "sample string 13",
                                    "saleRefund": true,
                                    "saleStatus": 1,
                                    "sequenceNumber": 1,
                                    "stan": 1,
                                    "startDateTime": "2025-06-14T06:38:07.5505604",
                                    "tagNumber": "sample string 15",
                                    "trackTwoRem": "sample string 16",
                                    "transCode": 1,
                                    "transType": 1,
                                    "unitPrice": 1.0,
                                    "vehicleReg": "sample string 17",
                                    "offline": true,
                                    "processed": 1
                                  },
                                  {
                                    "$ref": "86"
                                  }
                                ],
                                "fuelResells": [
                                  {
                                    "$id": "87",
                                    "saleItemID": 1,
                                    "saleHeaderID": 2,
                                    "plu": 1,
                                    "pluG_UId": "WEqLyZiuXkKas7RV5AgNfg==",
                                    "pluGuid": "c98b4a58-ae98-425e-9ab3-b455e4080d7e",
                                    "accountID": "GmRey7xlik2zm30blcLBNA==",
                                    "accountIDGuid": "cb5e641a-65bc-4d8a-b39b-7d1b95c2c134",
                                    "normalPrice": 3,
                                    "originalSellingPrice": 4,
                                    "discountPrice": 5,
                                    "unit": 1,
                                    "quantity": 6,
                                    "totalCents": 7,
                                    "fixedPrice": 1,
                                    "tranType": 1,
                                    "processed": 1,
                                    "discountType": 1,
                                    "cost": 1,
                                    "costDecimals": 1,
                                    "markdown": 1,
                                    "manualQuantity": 1,
                                    "manualPrice": 1,
                                    "manualMode": 1,
                                    "active": 1,
                                    "barcode": "sample string 8",
                                    "offline": 1,
                                    "keyedSale": 1,
                                    "discountedID": 1,
                                    "fuelID": 1,
                                    "serialNumber": "sample string 9",
                                    "bestOrExpire": "2025-06-14T06:38:07.5505604",
                                    "bestOrExpireType": 1,
                                    "refundG_UID": "eWGdLNC8bEyi2sSImprExA==",
                                    "refundGuid": "2c9d6179-bcd0-4c6c-a2da-c4889a9ac4c4",
                                    "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": "87"
                                  }
                                ],
                                "customerOrder": [
                                  {
                                    "$id": "88",
                                    "identifier": "wSkK1cZF8E2KRAAOjx9onw==",
                                    "identifierGuid": "d50a29c1-45c6-4df0-8a44-000e8f1f689f",
                                    "id": 1,
                                    "orderNo": 2,
                                    "externalSaleIdentifier": "sample string 3",
                                    "storeID": 4,
                                    "zoneID": 5,
                                    "deptNo": 6,
                                    "customerIdentifier": "QIuenGhdxkuM3Amts5P6+A==",
                                    "customerIdentifierGuid": "9c9e8b40-5d68-4bc6-8cdc-09adb393faf8",
                                    "operatorNo": 1,
                                    "operatorG_UID": "mHV/gCrVAUa/O3cmjxSi5Q==",
                                    "operatorGuid": "807f7598-d52a-4601-bf3b-77268f14a2e5",
                                    "created": "2025-06-14T06:38:07.5505604",
                                    "ordered": "2025-06-14T06:38:07.5505604",
                                    "started": "2025-06-14T06:38:07.5505604",
                                    "completed": "2025-06-14T06:38:07.5505604",
                                    "supplied": "2025-06-14T06:38:07.5505604",
                                    "quickTicket": 1,
                                    "deleted": true,
                                    "walkAway": true,
                                    "approxWait": 1,
                                    "actualWait": 1,
                                    "deliveryMethod": 8,
                                    "externalSaleType": 9,
                                    "customer": {
                                      "$ref": "70"
                                    },
                                    "operator": {
                                      "$ref": "39"
                                    },
                                    "details": [
                                      {
                                        "$id": "89",
                                        "headerID": 1,
                                        "plu": 1,
                                        "pluG_UId": "b9FjZiPA8kqVu0b5wKgfFg==",
                                        "pluGuid": "6663d16f-c023-4af2-95bb-46f9c0a81f16",
                                        "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": "JZ9F/tiNUUGdnAfqVTU8DA==",
                                        "headerIdentifierGuid": "fe459f25-8dd8-4151-9d9c-07ea55353c0c",
                                        "product": {
                                          "$ref": "4"
                                        }
                                      },
                                      {
                                        "$ref": "89"
                                      }
                                    ],
                                    "storeName": "sample string 11",
                                    "customerName": "sample string 12",
                                    "storeReplyTo": "sample string 13",
                                    "storeSubjectLine": "sample string 14",
                                    "storeSaleHeader": {
                                      "$ref": "77"
                                    }
                                  },
                                  {
                                    "$ref": "88"
                                  }
                                ],
                                "surveyResponses": [
                                  {
                                    "$id": "90",
                                    "surveyG_UID": "UnEvPgXb8k6kZiXki1oe+w==",
                                    "surveyGuid": "3e2f7152-db05-4ef2-a466-25e48b5a1efb",
                                    "saleHeaderGuid": "SL8yX0l6vEW3LbIH60cLJw==",
                                    "saleGuid": "5f32bf48-7a49-45bc-b72d-b207eb470b27",
                                    "textResponse": "sample string 1",
                                    "integerResponse": 1,
                                    "g_UIDResponse": "W3xkHS9hhE2Gbw5DhT/M1w==",
                                    "guidResponse": "1d647c5b-612f-4d84-866f-0e43853fccd7",
                                    "whoAnswered": 2,
                                    "answeredAtUTC": "2025-06-14T06:38:07.5505604",
                                    "sale": {
                                      "$ref": "77"
                                    },
                                    "survey": {
                                      "$id": "91",
                                      "g_UID": "OjLrYRShu0y4XdTKpZWD5w==",
                                      "guid": "61eb323a-a114-4cbb-b85d-d4caa59583e7",
                                      "name": "sample string 1",
                                      "storeID": 2,
                                      "zoneID": 1,
                                      "checkoutFormG_UID": "HMncPWSVf0uiIM8VjiZ1BA==",
                                      "checkoutFormGuid": "3ddcc91c-9564-4b7f-a220-cf158e267504",
                                      "displayToWho": 3,
                                      "displayWhen": 4,
                                      "start": "2025-06-14T06:38:07.5505604",
                                      "end": "2025-06-14T06:38:07.5505604",
                                      "deleted": true,
                                      "updated": "2025-06-14T06:38:07.5505604",
                                      "possibleIntegerResponses": [
                                        1,
                                        2
                                      ],
                                      "possibleTextResponses": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "possibleGuidResponses": [
                                        "7a6e7422-1465-4ed9-9f4e-1a0d03375d5c",
                                        "441b422f-33d4-42e1-a7d7-f9a5cd52289a"
                                      ],
                                      "allowsAllTextResponses": true,
                                      "surveyForm": {
                                        "$ref": "47"
                                      }
                                    },
                                    "ingressId": "sample string 4"
                                  },
                                  {
                                    "$ref": "90"
                                  }
                                ],
                                "storeName": "sample string 38",
                                "machineName": "sample string 39",
                                "operatorName": "sample string 40",
                                "direction": 1,
                                "reason": "sample string 41",
                                "accountG_UID": "urnM//GLTU2ZwmYjh0BE/g==",
                                "accountIdentifier": "ffccb9ba-8bf1-4d4d-99c2-6623874044fe",
                                "accountName": "sample string 42",
                                "customerOrderIdentifier": "+YtrqQFEQ0+ZFlFAX3urjg==",
                                "customerOrderIdentifierGuid": "a96b8bf9-4401-4f43-9916-51405f7bab8e",
                                "priceLevelName": "sample string 43",
                                "revision": 44,
                                "ingressId": "sample string 45"
                              },
                              "metadata": {
                                "$id": "92",
                                "id": 1,
                                "paymentID": 2,
                                "paymentIdentifier": "InQBBwcvmEKi/huvDPPKew==",
                                "paymentIdentifierGuid": "07017422-2f07-4298-a2fe-1baf0cf3ca7b",
                                "identifier": "2feNeJBnOEG9qD3unncT7w==",
                                "identifierGuid": "788df7d9-6790-4138-bda8-3dee9e7713ef",
                                "metadata": "sample string 3",
                                "signatureImage": "QEA=",
                                "itemIdentifier": "LcP9YBnsTkSFitWgKHBs7A==",
                                "itemIdentifierGuid": "60fdc32d-ec19-444e-858a-d5a028706cec"
                              }
                            },
                            {
                              "$ref": "76"
                            }
                          ]
                        },
                        {
                          "$ref": "71"
                        }
                      ],
                      "customerGroupMembers": [
                        {
                          "$ref": "75"
                        },
                        {
                          "$ref": "75"
                        }
                      ],
                      "customerGroups": [
                        {
                          "$ref": "74"
                        },
                        {
                          "$ref": "74"
                        }
                      ],
                      "accounts": [
                        {
                          "$ref": "72"
                        },
                        {
                          "$ref": "72"
                        }
                      ],
                      "account": {
                        "$ref": "72"
                      },
                      "vouchers": [
                        {
                          "$id": "93",
                          "customerIdentifier": "lRDWY3eaiU6A2x/2kj2WnA==",
                          "customerIdentifierGuid": "63d61095-9a77-4e89-80db-1ff6923d969c",
                          "voucherName": "sample string 2",
                          "count": 3,
                          "storeID": 4,
                          "barcode": "sample string 5",
                          "redeemCount": 6,
                          "issueCount": 7,
                          "storeSalePaymentID": 1,
                          "idempotentID": "3krGAs+4vEm/uGHyvpgHOA==",
                          "idempotentGuid": "02c64ade-b8cf-49bc-bfb8-61f2be980738",
                          "offline": true,
                          "voucher": {
                            "$id": "94",
                            "id": 1,
                            "name": "sample string 2",
                            "description": "sample string 3",
                            "shortDescription": "sample string 4",
                            "url": "sample string 5",
                            "barcodeTemplateID": 1,
                            "expiry": 0,
                            "voucherType": 6,
                            "limitPerTransaction": 7,
                            "customerTracking": true,
                            "discountAccount": "sample string 9",
                            "endDate": "2025-06-14T06:38:07.5505604",
                            "barcodeTemplate": {
                              "$id": "95",
                              "templateID": 1,
                              "template": "sample string 1",
                              "bcFunction": "sample string 2",
                              "sortOrder": 3
                            },
                            "scaleLabel": {
                              "$id": "96",
                              "id": 1,
                              "uid": "sample string 2",
                              "name": "sample string 3",
                              "width": 1.1,
                              "height": 1.1,
                              "showBorder": true,
                              "borderWidth": 1.1,
                              "borderStyle": 1,
                              "borderColour": "sample string 5",
                              "updated": "2025-06-14T06:38:07.5505604",
                              "labelPageLayout": "Ri2sBo8XDkGGRQXSuMJKTQ==",
                              "pageLayoutGuid": "06ac2d46-178f-410e-8645-05d2b8c24a4d",
                              "labelType": 6,
                              "oldName": "sample string 7",
                              "voucher": {
                                "$ref": "94"
                              },
                              "elements": [
                                {
                                  "$id": "97",
                                  "id": 1,
                                  "scaleLabelID": 2,
                                  "showPercentDI": true,
                                  "showAvgPerHundred": true,
                                  "showAvgPerServe": true,
                                  "name": "sample string 6",
                                  "x": 1.1,
                                  "y": 1.1,
                                  "width": 1.1,
                                  "height": 1.1,
                                  "type": 1,
                                  "rotation": 1,
                                  "text": "sample string 7",
                                  "fontFamily": "sample string 8",
                                  "align": 1,
                                  "bold": true,
                                  "italic": true,
                                  "underline": true,
                                  "strikeout": true,
                                  "reverse": true,
                                  "textColour": "sample string 9",
                                  "fontSize": 1.1,
                                  "picture": "QEA=",
                                  "borderWidth": 10,
                                  "sortOrder": 11,
                                  "printOptions": 12,
                                  "superScriptTextFontSize": 1.1,
                                  "lineStyle": 1,
                                  "spacingStyle": 1,
                                  "interCharacterSpacing": 1.1,
                                  "superScriptOffset": 1.1,
                                  "lineSpacing": 1.1,
                                  "dateFormat": "sample string 13",
                                  "autoGrow": true,
                                  "fontAutoResize": true,
                                  "updated": "2025-06-14T06:38:07.5505604"
                                },
                                {
                                  "$ref": "97"
                                }
                              ]
                            },
                            "customerVouchers": [
                              {
                                "$id": "98",
                                "id": 1,
                                "customerIdentifier": "Da9rkERtrE2Hwio8WawNnQ==",
                                "customerIdentifierGuid": "906baf0d-6d44-4dac-87c2-2a3c59ac0d9d",
                                "voucherID": 3,
                                "voucherName": "sample string 4",
                                "storeID": 1,
                                "barcode": "sample string 5",
                                "dateOfIssue": "2025-06-14T06:38:07.5505604",
                                "issuedSaleHeaderID": 1,
                                "issuedSaleIdentifier": "sample string 7",
                                "issuedOfflinePaymentID": 1,
                                "issuedIdempotentID": "Uz4ya0Fbo0mgPmHC3B8u9w==",
                                "issuedIdempotentGuid": "6b323e53-5b41-49a3-a03e-61c2dc1f2ef7",
                                "issuedOffline": true,
                                "issuedUser": "sample string 9",
                                "issuedNotes": "sample string 10",
                                "expiryDate": "2025-06-14T06:38:07.5505604",
                                "expiredUser": "sample string 11",
                                "expiredNotes": "sample string 12",
                                "redeemed": "2025-06-14T06:38:07.5505604",
                                "redeemedSaleHeaderID": 1,
                                "redeemedSaleIdentifier": "sample string 13",
                                "redeemedOfflinePaymentID": 1,
                                "redeemedIdempotentID": "cdvY0R4erEOIQB1weYOBSA==",
                                "redeemedIdempotentGuid": "d1d8db71-1e1e-43ac-8840-1d7079838148",
                                "redeemedUser": "sample string 14",
                                "redeemedNotes": "sample string 15",
                                "redeemedOffline": true,
                                "updated": "2025-06-14T06:38:07.5505604",
                                "storeName": "sample string 17",
                                "scaleLabel": {
                                  "$ref": "96"
                                },
                                "voucher": {
                                  "$ref": "94"
                                },
                                "customer": {
                                  "$ref": "70"
                                },
                                "issuedOfflinePayment": {
                                  "$ref": "76"
                                },
                                "redeemedOfflinePayment": {
                                  "$ref": "76"
                                }
                              },
                              {
                                "$ref": "98"
                              }
                            ]
                          },
                          "customer": {
                            "$ref": "70"
                          }
                        },
                        {
                          "$ref": "93"
                        }
                      ]
                    }
                  },
                  {
                    "$ref": "69"
                  }
                ],
                "customerGroups": [
                  {
                    "$id": "99",
                    "id": 1,
                    "campaignID": 2,
                    "campaignName": "sample string 3",
                    "groupID": "U+BjhM8k5kqQFxhRnujexw==",
                    "groupIDGuid": "8463e053-24cf-4ae6-9017-18519ee8dec7",
                    "campaign": {
                      "$ref": "66"
                    },
                    "group": {
                      "$ref": "74"
                    }
                  },
                  {
                    "$ref": "99"
                  }
                ],
                "signIqTickets": [
                  {
                    "$id": "100",
                    "identifier": "6g/yOJxZPEeUpIHccM5zyQ==",
                    "identifierGuid": "38f20fea-599c-473c-94a4-81dc70ce73c9",
                    "campaignName": "sample string 2",
                    "message": "sample string 3",
                    "ticketFileSource": "sample string 4",
                    "ticketFileDestination": "sample string 5",
                    "storeID": 1
                  },
                  {
                    "$ref": "100"
                  }
                ],
                "comboPriceGroups": [
                  {
                    "$id": "101",
                    "id": 1,
                    "campaignID": 2,
                    "campaignName": "sample string 3",
                    "g_UID": "9rmn3vbHdkyGBj4j+pk1rQ==",
                    "guid": "dea7b9f6-c7f6-4c76-8606-3e23fa9935ad",
                    "description": "sample string 5",
                    "newPrice": 1,
                    "rangeDescription": "sample string 6",
                    "dealDescription": "sample string 7",
                    "labelQuantity": 8,
                    "hostProductCategoryID": 1,
                    "offerID": 1,
                    "dontUpdatePricePlus": true,
                    "campaign": {
                      "$ref": "66"
                    },
                    "comboPricePlus": [
                      {
                        "$id": "102",
                        "id": 1,
                        "campaignID": 2,
                        "campaignName": "sample string 3",
                        "groupG_UID": "a6hrC7TGok6ubohj+UMPwQ==",
                        "groupGuid": "0b6ba86b-c6b4-4ea2-ae6e-8863f9430fc1",
                        "comboPriceType": 5,
                        "priceType": 5,
                        "pluG_UID": "aChvyhTZ8UiPrQmL3GbUCg==",
                        "pluGuid": "ca6f2868-d914-48f1-8fad-098bdc66d40a",
                        "priceGroupG_UID": "Qk8V9/IisEWIRPOWxEWb2g==",
                        "priceGroupGuid": "f7154f42-22f2-45b0-8844-f396c4459bda",
                        "campaignPoolID": "sample string 7",
                        "quantity": 1,
                        "campaign": {
                          "$ref": "66"
                        },
                        "product": {
                          "$ref": "4"
                        },
                        "priceGroup": {
                          "$ref": "33"
                        },
                        "campaignPool": {
                          "$ref": "66"
                        }
                      },
                      {
                        "$ref": "102"
                      }
                    ]
                  },
                  {
                    "$ref": "101"
                  }
                ],
                "priceLevels": [
                  {
                    "$id": "103",
                    "id": 1,
                    "priceLevelIdentifier": "LYey1tAFJEG5bGo6dj1agA==",
                    "priceLevelIdentifierGuid": "d6b2872d-05d0-4124-b96c-6a3a763d5a80",
                    "campaignName": "sample string 3",
                    "priceLevelName": "sample string 4"
                  },
                  {
                    "$ref": "103"
                  }
                ]
              },
              "product": {
                "$ref": "4"
              },
              "dealCost": {
                "$id": "104",
                "headerIdentifier": "ldCwljQ/j0eYk6lUSUnVnw==",
                "headerIdentifierGuid": "96b0d095-3f34-478f-9893-a9544949d59f",
                "identifier": "T/DRJ8ne70yygayf/Wvh1g==",
                "identifierGuid": "27d1f04f-dec9-4cef-b281-ac9ffd6be1d6",
                "supplierIdentifier": "asJXnjJrJEey4zhSb7ko3A==",
                "supplierGuid": "9e57c26a-6b32-4724-b2e3-38526fb928dc",
                "pluG_UID": "HQkTwS+tmU+OQNocz2z0yQ==",
                "pluGuid": "c113091d-ad2f-4f99-8e40-da1ccf6cf4c9",
                "campaignName": "211586c5-f55e-4729-a5ce-c6d5965b8f39",
                "description": "sample string 4",
                "cost": 5,
                "costDecimals": 6,
                "start": "2025-06-14T06:38:07.5505604",
                "end": "2025-06-14T06:38:07.5505604",
                "type": 9,
                "promoType": 10,
                "bonusItemPLUG_UID": "DuRvsb/FJk+K/HX9g+fnZQ==",
                "bonusItemPluGuid": "b16fe40e-c5bf-4f26-8afc-75fd83e7e765",
                "bonusPurchaseUnits": 11,
                "bonusReceiveUnits": 12,
                "updated": "2025-06-14T06:38:07.5505604",
                "metcashPromotionID": "sample string 14",
                "fromHost": 15,
                "storeNames": "sample string 16",
                "storeIDs": [
                  1,
                  2
                ],
                "supplierName": "sample string 17",
                "campaignDescription": "sample string 18",
                "newPrice": 1,
                "campaignMetcashPromotionID": "sample string 19",
                "campaignActive": true,
                "campaignStartDate": "2025-06-14T06:38:07.5505604",
                "campaignEndDate": "2025-06-14T06:38:07.5505604",
                "masterPLUG_UID": "3lERq6aH9kSNSolGNqcxpg==",
                "masterID": "ab1151de-87a6-44f6-8d4a-894636a731a6",
                "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": "iKGYMx0y5UGyAjcmwANKYA==",
                "bonusMasterID": "3398a188-321d-41e5-b202-3726c0034a60",
                "bonusProductName": "sample string 34",
                "bonusProductAPN": "sample string 35",
                "bonusOrderCode": "sample string 36",
                "bonusNormalSell": 37,
                "bonusNormalCost": 38,
                "bonusNormalCostDecimals": 39,
                "bonusCartonQuantity": 40,
                "bonusSalesMode": 41,
                "bonusOrderPacked": 42,
                "bonusFuelItem": true,
                "bonusActive": true
              }
            },
            "currentCostStart": "2025-06-14T06:38:07.5505604",
            "dealCosts": [
              {
                "$ref": "104"
              },
              {
                "$ref": "104"
              }
            ],
            "tags": [
              {
                "$id": "105",
                "pluG_UID": "zLOeWo7gdUukql47wqwDMA==",
                "pluGuid": "5a9eb3cc-e08e-4b75-a4aa-5e3bc2ac0330",
                "tagID": 1,
                "description": "sample string 1",
                "storeIDs": [
                  1,
                  2
                ]
              },
              {
                "$ref": "105"
              }
            ],
            "alternateProductG_UID": "kbkVSdNoO0Sl3QxnkfUewA==",
            "alternateProduct": "4915b991-68d3-443b-a5dd-0c6791f51ec0",
            "productHostCode": {
              "$id": "106",
              "id": 1,
              "pluG_UID": "sLpM8vSdi0ynF8b12LInJw==",
              "pluGuid": "f24cbab0-9df4-4c8b-a717-c6f5d8b22727",
              "ibaCode": "sample string 2"
            },
            "mscCat": {
              "$ref": "60"
            },
            "mscCom": {
              "$ref": "61"
            },
            "mscDep": {
              "$ref": "63"
            },
            "mscSubCom": {
              "$ref": "62"
            },
            "isUserUpdate": true,
            "ignoreMasterProduct": true,
            "priceGroupLabelRequested": true,
            "firstSold": "2025-06-14T06:38:07.5505604",
            "inventoryTracked": "2025-06-14T06:38:07.5505604",
            "isNormalPriceChangesCampaign": true
          },
          "location": {
            "$id": "107",
            "identifier": "C0WDg0URb0WIMfceyMyaAw==",
            "storeID": 1,
            "identifierGuid": "8383450b-1145-456f-8831-f71ec8cc9a03",
            "name": "sample string 2",
            "haccp": true,
            "blueprintID": 1,
            "updated": "2025-06-14T06:38:07.5505604",
            "minTemp": 1,
            "maxTemp": 1,
            "checkFrequency": 1,
            "storeCaseConfiguration": 5,
            "storeName": "sample string 6",
            "bins": [
              {
                "$ref": "3"
              },
              {
                "$ref": "3"
              }
            ]
          }
        },
        {
          "$ref": "3"
        }
      ],
      "barcodes": [
        {
          "$ref": "41"
        },
        {
          "$ref": "41"
        }
      ]
    },
    {
      "$ref": "2"
    }
  ],
  "skip": 1,
  "take": 1,
  "totalCount": 1
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PK�4�Z,���5xl/workbook.xml �(�����0D�&�C����R8q����[i�-ik��H�yۙ�};b������G�箠]cΘo:��OvD3�u�,݋Y)U��m�M`�$�1�e�����J���G���1�aEiP���!bi�T8�(gc�����!���_DEh,h(�ν-hJ���<<8�Z	xɒT^k����a�m��/PK�4�Z����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
�4�Z��ҕ''_rels/.rels �(�<?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="R8794dc93023f42c1" /></Relationships>PK�4�ZA�L
�xl/worksheets/sheet1.xml �(����r� �_��~A�f�Nw���]��k���d��>�"Z��L�{����s�7ف3�F���a�!�}�j�
x�͏ޕ���i9����������咙@y�r�ҒY����FT|����E�i�1�2�88U�N-sԜ�ނ�R���y-\��=м)�}��P�{��������^�ş��سh?��5�y�N�}R�o.�uC���R��_ �8:${��AԶuQА�q�a�ٸ��d���s���$'��,�M�8�Y��Q�Pz[Og=]�YF8!�m]4���ų.�h7BJ҈�f��W�h���YV�Z
@���>F�.4�bܬ���s�st�3�sM��į5A.�ݚ���~MD����;��NV����5�|��N\�kw#������Oo�K��A)˵���u��PK�4�Z�*T:�Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞�iv��ݰa[z�i2N�&�e�@�Ƃ#q�"A*�`��h~OO��|�Xoߦ��P���5��F�q�`�N��i�n�;1��>��bc
}J~�ylz�0Γ��„)����#v�B<�0g�5��Ϟ�Ct�
=��4�M�����%`{�~J�_BYd*�����R�5H�������t)�z}�3�V��UIF
mn*�c��9�|�Ӽ<S��}��rq0�$VtQ�W��PK�4�ZЃc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK�4�Z�l�R��xl/sharedStrings.xml �(�e�OK�0ſJ�ݤ�AE�^,֓�tl�&�����ӛ�b����~ox��=x��\�JnT!���á���Ʌ�{�#B% )�uI�"G�*92O�Z�!Rq̗����,ӠiJ`z8x}Zg:�R�8#W�\���ͯ��.��	J�u��ۻu�k�~例י�Q��l�W��r�b?[�6��!����=X�[����:��y�}�֠ �6��I��F�PI��?��u^��PK-�4�Z,���5xl/workbook.xmlPK-�4�Z����	��[Content_Types].xmlPK-
�4�Z��ҕ''U_rels/.relsPK-�4�ZA�L
��xl/worksheets/sheet1.xmlPK-�4�Z�*T:�P�xl/_rels/workbook.xml.relsPK-�4�ZЃc'2E
�xl/styles.xmlPK-�4�Z�l�R��mxl/sharedStrings.xmlPK��	

application/vnd.ms-excel

Sample:
PK�4�Z@��h�5xl/workbook.xml �(�����0��&�C����N\�z�^�V�O�||K	$޼���~;t2nx3����\��lE��=(�Ƃ�;a�b!J�"Fɡ5��@r̲�8Y�F�^Z��?,o���A�J1�q��!D�f	�O2k��Dd	��M��")����,0��s�j�c�*���ډ����R�g^�xco0J���PK�4�Z����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
�4�Z_P�B''_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="R9b8605fd800e41ca" /></Relationships>PK�4�ZA�L
�xl/worksheets/sheet1.xml �(����r� �_��~A�f�Nw���]��k���d��>�"Z��L�{����s�7ف3�F���a�!�}�j�
x�͏ޕ���i9����������咙@y�r�ҒY����FT|����E�i�1�2�88U�N-sԜ�ނ�R���y-\��=м)�}��P�{��������^�ş��سh?��5�y�N�}R�o.�uC���R��_ �8:${��AԶuQА�q�a�ٸ��d���s���$'��,�M�8�Y��Q�Pz[Og=]�YF8!�m]4���ų.�h7BJ҈�f��W�h���YV�Z
@���>F�.4�bܬ���s�st�3�sM��į5A.�ݚ���~MD����;��NV����5�|��N\�kw#������Oo�K��A)˵���u��PK�4�Z�۽�Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞�	Q⠦ݰa[z��3��&vd�@�Ƃ#q�"A*�`��h~OO��|����扽���-�FV�~�C���$춛=M�D0�XZ�����yP�f�[Ȧ�v~ƘR?����k\3����N�QѣS��l��_�?C��[�)~	y�������M��N(YW�T��o��y������d����5(KTxS�����ӥ�N��J�@�i����(k%.j��/�_PK�4�ZЃc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK�4�Z�l�R��xl/sharedStrings.xml �(�e�OK�0ſJ�ݤ�AE�^,֓�tl�&�����ӛ�b����~ox��=x��\�JnT!���á���Ʌ�{�#B% )�uI�"G�*92O�Z�!Rq̗����,ӠiJ`z8x}Zg:�R�8#W�\���ͯ��.��	J�u��ۻu�k�~例י�Q��l�W��r�b?[�6��!����=X�[����:��y�}�֠ �6��I��F�PI��?��u^��PK-�4�Z@��h�5xl/workbook.xmlPK-�4�Z����	�[Content_Types].xmlPK-
�4�Z_P�B''V_rels/.relsPK-�4�ZA�L
��xl/worksheets/sheet1.xmlPK-�4�Z�۽�P�xl/_rels/workbook.xml.relsPK-�4�ZЃc'2E
�xl/styles.xmlPK-�4�Z�l�R��mxl/sharedStrings.xmlPK��