GET api/product

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": "2IMA9AVYNEynz/xqEz95kQ==",
      "guid": "f40083d8-5805-4c34-a7cf-fc6a133f7991",
      "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": "TRtbPz2po0ChhYWBhJSJAA==",
      "priceGroupGuid": "3f5b1b4d-a93d-40a3-a185-858184948900",
      "priceGroupName": "sample string 23",
      "supplierIdentifier": "wyW+Vl7/p02yVHinMg1c4A==",
      "supplierIdentifierGuid": "56be25c3-ff5e-4da7-b254-78a7320d5ce0",
      "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-14T07:04:33.7600385",
      "lastManualUpdatedByUser": "sample string 43",
      "activated": "2025-06-14T07:04:33.7600385",
      "lastOrdered": "2025-06-14T07:04:33.7600385",
      "lastCountedDate": "2025-06-14T07:04:33.7600385",
      "lastSold": "2025-06-14T07:04:33.7600385",
      "storeID": 1,
      "masterPluG_UID": "QEA=",
      "bins": [
        {
          "$id": "3",
          "pluG_UID": "PdMDMiRlbU6ckHFwapG7tQ==",
          "pluGuid": "3203d33d-6524-4e6d-9c90-71706a91bbb5",
          "shelfLocationIdentifier": "RLjBf6zKOEa7KJRw6lCFZA==",
          "shelfLocationGuid": "7fc1b844-caac-4638-bb28-9470ea508564",
          "labelShelfDefault": 1,
          "labelTalkerDefault": 1,
          "labelSmall": true,
          "labelPageLayoutG_UID": "MAX6x8Jt4EWji6xzy1PLTg==",
          "labelPageLayoutGuid": "c7fa0530-6dc2-45e0-a38b-ac73cb53cb4e",
          "updated": "2025-06-14T07:04:33.7600385",
          "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": "moA3KjSmiUKHzzw91tywRQ==",
            "guid": "2a37809a-a634-4289-87cf-3c3dd6dcb045",
            "apn": "sample string 1",
            "apnChanged": true,
            "apnSwitched": true,
            "barcode": "sample string 4",
            "itemNumber": "sample string 5",
            "itemNumberChanged": true,
            "priceGroupG_UID": "gRPELRbloUGmIMg3HL8sww==",
            "priceGroupGuid": "2dc41381-e516-41a1-a620-c8371cbf2cc3",
            "blueprintID": 1,
            "lastCountedDate": "2025-06-14T07:04:33.7600385",
            "externalID": "sample string 7",
            "active": true,
            "activated": "2025-06-14T07:04:33.7600385",
            "pluCreated": "2025-06-14T07:04:33.7600385",
            "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-14T07:04:33.7600385",
            "lastManualUpdate": "2025-06-14T07:04:33.7600385",
            "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-14T07:04:33.7600385",
            "currentCostUpdated": "2025-06-14T07:04:33.7600385",
            "costDecimals": 31,
            "costChanged": true,
            "dealCostIdentifier": "QEA=",
            "excludeFromRebate": true,
            "rebateOverride": 1,
            "costCalcMethod": 1,
            "costCalcMethodChanged": true,
            "costEffectiveDate": "2025-06-14T07:04:33.7600385",
            "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-14T07:04:33.7600385",
            "posTare": 1,
            "altPrice": 1.0,
            "altPriceChanged": true,
            "altPriceMode": 52,
            "altPriceModeChanged": true,
            "altPLUG_UID": "C2uef97y2E2cm5vx/iFbQw==",
            "altPLUGuid": "7f9e6b0b-f2de-4dd8-9c9b-9bf1fe215b43",
            "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-14T07:04:33.7600385",
            "labelLastPrice": 1,
            "shelfPageLayoutG_UID": "D/iYKfvIF06yCbbw8OFyvQ==",
            "shelfPageLayoutGuid": "2998f80f-c8fb-4e17-b209-b6f0f0e172bd",
            "talkerPageLayoutG_UID": "nBpSvLa6MUuu1mqnzQmT4g==",
            "talkerPageLayoutGuid": "bc521a9c-bab6-4b31-aed6-6aa7cd0993e2",
            "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": "atyW6kVVUkOiy0W412PxrA==",
            "inventoryIdentifier": "ea96dc6a-5545-4352-a2cb-45b8d763f1ac",
            "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": "mfQCQ5OymUqQK1T5h35tmA==",
            "parentPluGuid": "4302f499-b293-4a99-902b-54f9877e6d98",
            "preferredHostVendor": 103,
            "preferredHostChanged": true,
            "code": "sample string 105",
            "supplierIdentifier": "mQW5qJ98s0mxVbBfl573nQ==",
            "supplierIdentifierGuid": "a8b90599-7c9f-49b3-b155-b05f979ef79d",
            "supplierChanged": true,
            "rebateSupplierIdentifier": "23TU2usun0mgkjhSlgXc0w==",
            "rebateSupplierIdentifierGuid": "dad474db-2eeb-499f-a092-38529605dcd3",
            "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-14T07:04:33.7600385",
            "commodity": "sample string 120",
            "businessPillar": "sample string 121",
            "mscCommodity": "sample string 122",
            "hostIdentifier": "b6HxwJqLGUSXTjPf9LcO0g==",
            "hostIdentifierGuid": "c0f1a16f-8b9a-4419-974e-33dff4b70ed2",
            "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-14T07:04:33.7600385",
              "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": "jS5lKHkvo0OIqS84zzOSBA==",
              "hostIdentifierGuid": "28652e8d-2f79-43a3-88a9-2f38cf339204",
              "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-14T07:04:33.7600385",
              "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": "s11ynzGYh0WsQDe3v/vIng==",
                  "hostIdentifierGuid": "9f725db3-9831-4587-ac40-37b7bffbc89e",
                  "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": "5JDEzD9OaUezuQJA6h9Ysw==",
                    "identifierGuid": "ccc490e4-4e3f-4769-b3b9-0240ea1f58b3",
                    "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": "tbZyw3NKZEWiEI6rDXhD9Q==",
                    "hostSupplierIdentifierGuid": "c372b6b5-4a73-4564-a210-8eab0d7843f5",
                    "loyaltyPriceLevelIdentifier": "NkMi8as0pECuCQeh0bg1DA==",
                    "loyaltyPriceLevelIdentifierGuid": "f1224336-34ab-40a4-ae09-07a1d1b8350c",
                    "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-14T07:04:33.7600385",
                    "lastProcessed": "2025-06-14T07:04:33.7600385",
                    "hold": true,
                    "supplierName": "sample string 35",
                    "supplier": {
                      "$id": "9",
                      "identifier": "MgGgY4cW602dCfHHxQD6lg==",
                      "identifierGuid": "63a00132-1687-4deb-9d09-f1c7c500fa96",
                      "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": "yMAits2t6Ua0UC2LsUFymg==",
                      "primaryContactID": "b622c0c8-adcd-46e9-b450-2d8bb141729a",
                      "storeID": 1,
                      "abn": "sample string 16",
                      "supplierGroupIdentifier": "8IDxMg/W60eFvzLbhbJ6bw==",
                      "supplierGroupGuid": "32f180f0-d60f-47eb-85bf-32db85b27a6f",
                      "rebate": 1.0,
                      "rebateType": 1,
                      "rebateFrequency": 1,
                      "rebateSource": 1,
                      "rebateLastClaimed": "2025-06-14T07:04:33.7600385",
                      "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": "2aa9e007-fac2-45b8-a4ea-5a927471df23",
                        "identifier": "OPDh1gdokUilkGWXF4bx3Q==",
                        "identifierGuid": "d6e1f038-6807-4891-a590-65971786f1dd",
                        "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": "YZgTS5qR10KynKo37xWI7A==",
                          "supplierIdentifierGuid": "4b139861-919a-42d7-b29c-aa37ef1588ec",
                          "contactGuid": "8qLS0hbYPUuJhVowHYYkWQ==",
                          "contactID": "d2d2a2f2-d816-4b3d-8985-5a301d862459",
                          "contact": {
                            "$ref": "10"
                          },
                          "supplier": {
                            "$ref": "9"
                          }
                        },
                        {
                          "$ref": "11"
                        }
                      ],
                      "products": [
                        {
                          "$id": "12",
                          "pluG_UID": "FmrtBph8h0mZaVPFP/05cg==",
                          "pluGuid": "06ed6a16-7c98-4987-9969-53c53ffd3972",
                          "supplierIdentifier": "zqJJY84qpU2Jy3TKC4sugw==",
                          "supplierIdentifierGuid": "6349a2ce-2ace-4da5-89cb-74ca0b8b2e83",
                          "cartonQuantity": 1,
                          "cartonQuantityChanged": true,
                          "productSize": "sample string 2",
                          "cigarettesPerSleeve": 1,
                          "randomWeight": true,
                          "piecesPerUnit": 4,
                          "averagePackSize": 5,
                          "effectiveDate": "2025-06-14T07:04:33.7600385",
                          "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-14T07:04:33.7600385",
                          "rebate": 1.0,
                          "rebateExclude": true,
                          "invoiceCodes": [
                            {
                              "$id": "13",
                              "pluG_UID": "szZFYx4M8Ua9hSbDel2SPA==",
                              "pluGuid": "634536b3-0c1e-46f1-bd85-26c37a5d923c",
                              "supplierIdentifier": "8fTqXVAx8Eq6RTiE1i9ZBA==",
                              "supplierIdentifierGuid": "5deaf4f1-3150-4af0-ba45-3884d62f5904",
                              "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": "rm+4c/gfKEeWLwn7Thwocw==",
                          "parentPluGuid": "73b86fae-1ff8-4728-962f-09fb4e1c2873",
                          "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": "PLzI8Nh6f0KyXZfs/Q/BJw==",
                          "supplierGuid": "f0c8bc3c-7ad8-427f-b25d-97ecfd0fc127",
                          "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": "S+FoYoyJsUaKzhHWhkG8DA==",
                          "supplierGuid": "6268e14b-898c-46b1-8ace-11d68641bc0c",
                          "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-14T07:04:33.7600385",
                          "deliveryDate": "2025-06-14T07:04:33.7600385",
                          "nextCutOffDate": "2025-06-14T07:04:33.7600385",
                          "nextDeliveryDate": "2025-06-14T07:04:33.7600385",
                          "nextDaysBuffer": 10
                        },
                        {
                          "$ref": "16"
                        }
                      ],
                      "store": {
                        "$ref": "5"
                      },
                      "updated": "2025-06-14T07:04:33.7600385",
                      "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-14T07:04:33.7600385",
                        "processed": "2025-06-14T07:04:33.7600385",
                        "isProcessing": true,
                        "processedCount": 6,
                        "processingTime": 1,
                        "collectedUtc": "2025-06-14T07:04:33.7600385",
                        "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-14T07:04:33.7600385",
                          "businessPillar": "sample string 3",
                          "fileType": "sample string 4"
                        }
                      },
                      {
                        "$ref": "17"
                      }
                    ],
                    "zoneMatrix": [
                      {
                        "$id": "19",
                        "id": 1,
                        "hostIdentifier": "FOSBxGg88EeWH1QH87HNvA==",
                        "hostIdentifierGuid": "c481e414-3c68-47f0-961f-5407f3b1cdbc",
                        "storeID": 1,
                        "departmentCode": "sample string 2",
                        "hostGuids": [
                          "312a684a-9e4f-4f13-be39-ab3923b4533e",
                          "bb6b22ec-ba77-4630-ad5b-c896fb1eb127"
                        ]
                      },
                      {
                        "$ref": "19"
                      }
                    ],
                    "hostFileStoreSetting": {
                      "$ref": "7"
                    },
                    "hostStoreSettings": [
                      {
                        "$ref": "7"
                      },
                      {
                        "$ref": "7"
                      }
                    ],
                    "promotionPlacements": [
                      {
                        "$id": "20",
                        "identifier": "6ddHiUBYSEKk4uIjxnI3zw==",
                        "identifierGuid": "8947d7e9-5840-4248-a4e2-e223c67237cf",
                        "code": "sample string 2",
                        "description": "sample string 3",
                        "isAdvertised": true
                      },
                      {
                        "$ref": "20"
                      }
                    ],
                    "promoTypeGuids": [
                      "48a884fd-effc-45ad-9508-9067df443cbc",
                      "85c429e2-4993-4a18-b656-fb972ef2ae11"
                    ],
                    "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-14T07:04:33.7600385",
                  "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": "349c99d6-3184-4fe9-9143-a61393f5407a",
              "updateStore": {
                "$id": "26",
                "id": "fd47bade-b8e2-49b4-81da-75cabd0e686f",
                "name": "sample string 1",
                "lastActivity": "2025-06-14T07:04:33.7600385",
                "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-14T07:04:33.7600385"
              },
              "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": "dWg4MWVrCU6nJSRG8oHUxg==",
                "pluGuid": "31386875-6b65-4e09-a725-2446f281d4c6",
                "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-14T07:04:33.7600385"
              },
              {
                "$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-14T07:04:33.7600385",
                "priceChangeType": 0,
                "costDecimals": 10
              },
              "normalPluPrices": {
                "$ref": "30"
              },
              "winningCampaign": 1,
              "winner": {
                "$id": "31",
                "campaignName": "sample string 1",
                "campaignDescription": "sample string 2",
                "startDate": "2025-06-14T07:04:33.7600385",
                "startTime": 3,
                "endDate": "2025-06-14T07:04:33.7600385",
                "endTime": 4,
                "newPrice": 5,
                "newCost": 6,
                "newCostDecimals": 7,
                "pctDiscount": 8,
                "promoType": 1,
                "promotionTypeCode": "sample string 9",
                "hostType": 10,
                "hostIdentifier": "Xphpf72290uxgzrXNkHCBg==",
                "hostIdentifierGuid": "7f69985e-b6bd-4bf7-b183-3ad73641c206",
                "storeNames": [
                  "sample string 1",
                  "sample string 2"
                ]
              },
              "details": [
                {
                  "$ref": "31"
                },
                {
                  "$ref": "31"
                }
              ]
            },
            "tray": {
              "$id": "32",
              "g_UId": "UeTGblHpA0W6pdct5dok3g==",
              "guid": "6ec6e451-e951-4503-baa5-d72de5da24de",
              "name": "sample string 1",
              "number": 1,
              "tare": 1
            },
            "priceGroup": {
              "$id": "33",
              "priceGroupG_UID": "C37GwGSkVU+rQcCNHNslBw==",
              "priceGroupGuid": "c0c67e0b-a464-4f55-ab41-c08d1cdb2507",
              "name": "sample string 2",
              "code": 1,
              "modified": true,
              "updated": "2025-06-14T07:04:33.7600385",
              "buyingLimit": 1,
              "buyingLimitIndependent": true,
              "buyingLimitType": 0,
              "number": 1,
              "products": [
                {
                  "$ref": "4"
                },
                {
                  "$ref": "4"
                }
              ],
              "productCount": 1
            },
            "priceGroupName": "sample string 145",
            "nutrifacts": {
              "$id": "34",
              "pluG_UID": "obqk7zRpuEeusnZuH6Yx5Q==",
              "pluGuid": "efa4baa1-6934-47b8-aeb2-766e1fa631e5",
              "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": "8d35fa61-7fe6-43b0-baef-337840245915",
              "created": "2025-06-14T07:04:33.7600385",
              "createdByUser": "sample string 1",
              "activated": "2025-06-14T07:04:33.7600385",
              "deactivated": "2025-06-14T07:04:33.7600385",
              "lastOrdered": "2025-06-14T07:04:33.7600385",
              "lastOrderedQty": 2.0,
              "lastReceived": "2025-06-14T07:04:33.7600385",
              "lastReceivedQty": 3.0,
              "lastInvoiceStatus": 1,
              "lastCounted": "2025-06-14T07:04:33.7600385",
              "lastSold": "2025-06-14T07:04:33.7600385",
              "firstSold": "2025-06-14T07:04:33.7600385",
              "awsUpdated": "2025-06-14T07:04:33.7600385",
              "lastManualUpdate": "2025-06-14T07:04:33.7600385",
              "lastManualUpdatedByUser": "sample string 5",
              "lastUpdated": "2025-06-14T07:04:33.7600385",
              "lastUpdatedByUser": "sample string 7",
              "lastUpdatedByHost": "2025-06-14T07:04:33.7600385",
              "doNotRangeUpdated": "2025-06-14T07:04:33.7600385",
              "doNotOrderUpdated": "2025-06-14T07:04:33.7600385",
              "tracked": "2025-06-14T07:04:33.7600385"
            },
            "allergens": [
              {
                "$id": "36",
                "allergenID": 1,
                "pluG_UID": "IrnFoasRAkqSDD9M8rbKrA==",
                "pluGuid": "a1c5b922-11ab-4a02-920c-3f4cf2b6caac",
                "contains": 2,
                "allergenName": "sample string 3",
                "storeIDs": [
                  1,
                  2
                ]
              },
              {
                "$ref": "36"
              }
            ],
            "costs": {
              "$id": "37",
              "pluG_UID": "a3x1RmrhhUKLQEU3u+7ghA==",
              "pluGuid": "46757c6b-e16a-4285-8b40-4537bbeee084",
              "enteredCost": 1,
              "weightedAvgCost": 1,
              "lastCost": 1,
              "rawEnteredCost": 2,
              "rawWeightedAvgCost": 3,
              "rawLastCost": 4,
              "freight": 5.0,
              "freightType": 6,
              "costDecimals": 7,
              "fifoCost": 1,
              "updated": "2025-06-14T07:04:33.7600385",
              "normalCost": 1,
              "currentCost": 1
            },
            "sales": [
              {
                "$id": "38",
                "saleHeaderID": 1,
                "created": "2025-06-14T07:04:33.7600385",
                "createdLocal": "2025-06-14T07:04:33.7600385",
                "storeID": 3,
                "storeName": "sample string 4",
                "operatorG_Uid": "IFcKjgulMUaCNjw8/UhRaQ==",
                "operatorGuid": "8e0a5720-a50b-4631-8236-3c3cfd485169",
                "operatorName": "sample string 5",
                "tranType": 1,
                "plu": 1,
                "pluG_UId": "t1KxYRszgUicOirR1PJP3w==",
                "pluGuid": "61b152b7-331b-4881-9c3a-2ad1d4f24fdf",
                "normalPrice": 1,
                "totalCents": 1,
                "cost": 1,
                "grossProfit": 1,
                "quantity": 1,
                "operator": {
                  "$id": "39",
                  "id": 1,
                  "g_Uid": "IlyaPEONGEG+8+z668n6Hg==",
                  "guid": "3c9a5c22-8d43-4118-bef3-ecfaebc9fa1e",
                  "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-14T07:04:33.7600385",
                  "passwordResetRequired": true,
                  "alteredInStore": true,
                  "startShift": "2025-06-14T07:04:33.7600385",
                  "endShift": "2025-06-14T07:04:33.7600385",
                  "machineName": "sample string 20",
                  "drawerID": 1,
                  "stores": [
                    {
                      "$id": "40",
                      "operatorG_UID": "9Jmr4TSxHE2uhmODR69L1g==",
                      "operatorGuid": "e1ab99f4-b134-4d1c-ae86-638347af4bd6",
                      "storeID": 2,
                      "operator": {
                        "$ref": "39"
                      },
                      "store": {
                        "$ref": "5"
                      }
                    },
                    {
                      "$ref": "40"
                    }
                  ]
                }
              },
              {
                "$ref": "38"
              }
            ],
            "apns": [
              {
                "$id": "41",
                "pluID": 1,
                "pluG_UID": "0BPBylEuqESWrmog51d+GQ==",
                "pluGuid": "cac113d0-2e51-44a8-96ae-6a20e7577e19",
                "apn": "sample string 1",
                "deleted": true,
                "storeID": 1,
                "storeIDs": [
                  1,
                  2
                ]
              },
              {
                "$ref": "41"
              }
            ],
            "tuns": [
              {
                "$id": "42",
                "pluG_UId": "xN7cPvr2jU+j3JuKyasP3A==",
                "pluGuid": "3edcdec4-f6fa-4f8d-a3dc-9b8ac9ab0fdc",
                "apn": "sample string 1",
                "tun": "sample string 2",
                "cartonQuantity": 3,
                "product": {
                  "$ref": "4"
                },
                "storeIDs": [
                  1,
                  2
                ]
              },
              {
                "$ref": "42"
              }
            ],
            "competitionPricing": [
              {
                "$id": "43",
                "identifier": "3Oe33cxFVkel8RI5gcztmA==",
                "identifierGuid": "ddb7e7dc-45cc-4756-a5f1-123981cced98",
                "pluG_UID": "pR2Xmhtrq0SDPULgBf87rw==",
                "pluGuid": "9a971da5-6b1b-44ab-833d-42e005ff3baf",
                "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": "xyg5X0/SZE6jRmnDqkZLaA==",
                "groupName": "sample string 1",
                "identifierGuid": "5f3928c7-d24f-4e64-a346-69c3aa464b68",
                "exists": true,
                "flipChartIdentifier": "1WpLqY4umkCYbBVpDTK4bg==",
                "flipChartIdentifierGuid": "a94b6ad5-2e8e-409a-986c-15690d32b86e",
                "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": "89ALIKA4k0Ks9dQRtkXYYQ==",
                "groupIdentifierGuid": "200bd0f3-38a0-4293-acf5-d411b645d861",
                "flipChart": {
                  "$id": "45",
                  "identifier": "QbKBd5PP2EGDSgC98nBRMA==",
                  "identifierGuid": "7781b241-cf93-41d8-834a-00bdf2705130",
                  "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": "ufqK/005sU+t+/VtdfaW5g==",
                    "identifierGuid": "ff8afab9-394d-4fb1-adfb-f56d75f696e6",
                    "name": "sample string 2",
                    "formType": "sample string 3",
                    "forms": [
                      {
                        "$id": "47",
                        "id": 1,
                        "g_UID": "8VmkB8CP6E+tyHCkWmc+qA==",
                        "guid": "07a459f1-8fc0-4fe8-adc8-70a45a673ea8",
                        "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": "z+ZPyFpYNEuw1qynakl1bA==",
                        "previousFormGuid": "c84fe6cf-585a-4b34-b0d6-aca76a49756c",
                        "nextForm": 1,
                        "nextFormG_UID": "ErPVpKjxOUq/9nEIm7arkQ==",
                        "nextFormGuid": "a4d5b312-f1a8-4a39-bff6-71089bb6ab91",
                        "attributes": "sample string 10",
                        "updated": "2025-06-14T07:04:33.7600385",
                        "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": "tWi58aywLU+gKBPYEHquKQ==",
                            "checkoutFormGuid": "f1b968b5-b0ac-4f2d-a028-13d8107aae29",
                            "identifier": "XOi6hPosPE6+E7Lcl9gQQQ==",
                            "identifierGuid": "84bae85c-2cfa-4e3c-be13-b2dc97d81041",
                            "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": "7gEgIHX7AEO6E/Ezd0W2dA==",
                            "valueGuid": "202001ee-fb75-4300-ba13-f1337745b674",
                            "buttonText": "sample string 10",
                            "valueText": "sample string 11",
                            "drawImageAndButton": true,
                            "updated": "2025-06-14T07:04:33.7600385",
                            "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-14T07:04:33.7600385",
                              "imageData": "QEA=",
                              "readOnly": true
                            }
                          },
                          {
                            "$ref": "48"
                          }
                        ],
                        "panels": [
                          {
                            "$id": "50",
                            "id": 1,
                            "checkoutFormID": 2,
                            "checkoutFormG_UID": "ST8Hf7JSEkGnn32YdpryPA==",
                            "checkoutFormGuid": "7f073f49-52b2-4112-a79f-7d98769af23c",
                            "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": "GuwB2yke0Eu/tuH0S2AmnA==",
                    "flipChartPageIdentifierGuid": "db01ec1a-1e29-4bd0-bfb6-e1f44b60269c",
                    "pluG_UID": "jdjVuhlbfUe7nWnJ1nz7VQ==",
                    "pluGuid": "bad5d88d-5b19-477d-bb9d-69c9d67cfb55",
                    "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": "EcBohZtOkEmspC9scNzTzg==",
                "pluGuid": "8568c011-4e9b-4990-aca4-2f6c70dcd3ce",
                "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-14T07:04:33.7600385",
                "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": "QqmvkyqdDUOkdDy8qQ9xeA==",
                "ingredientGuid": "y3FAlRXBC0ixwR6Ii8duDA==",
                "ingredientIdentifier": "954071cb-c115-480b-b1c1-1e888bc76e0c",
                "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": "AxGb3qh580qph1qfYyg7nQ==",
                "pluGuid": "de9b1103-79a8-4af3-a987-5a9f63283b9d",
                "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-14T07:04:33.7600385",
                  "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-14T07:04:33.7600385",
                                "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": "hbrnIvjm0k62K1sePQ4Iag==",
                                "labelPageLayoutGuid": "22e7ba85-e6f8-4ed2-b62b-5b1e3d0e086a",
                                "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-14T07:04:33.7756723",
                            "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": "rtTST4FuyUmls413wMs4qg==",
                            "labelPageLayoutGuid": "4fd2d4ae-6e81-49c9-a5b3-8d77c0cb38aa",
                            "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-14T07:04:33.7756723",
                        "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": "oFxsycbHokezZqriVbSJlQ==",
                        "labelPageLayoutGuid": "c96c5ca0-c7c6-47a2-b366-aae255b48995",
                        "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-14T07:04:33.7756723",
                    "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": "Dt8M78lW7kGtShDlvL8Dig==",
                    "labelPageLayoutGuid": "ef0cdf0e-56c9-41ee-ad4a-10e5bcbf038a",
                    "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": "FfzYfYsr40yfhucFpVgR/A==",
              "pluGuid": "7dd8fc15-2b8b-4ce3-9f86-e705a55811fc",
              "newPrice": 1,
              "pctDiscount": 1,
              "newCost": 1,
              "newCostDecimals": 6,
              "dealCostIdentifier": "tES56BKyBUiUmzHR67XnRw==",
              "dealCostGuid": "e8b944b4-b212-4805-949b-31d1ebb5e747",
              "pluName": "sample string 7",
              "apn": "sample string 8",
              "fuelItem": true,
              "priceGroupG_UID": "TxEm+IpDc0uSFu/VxJVJqA==",
              "priceGroupGuid": "f826114f-438a-4b73-9216-efd5c49549a8",
              "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-14T07:04:33.7756723",
              "rrp": 26,
              "campaignDescription": "sample string 27",
              "campaignComboPriceGroupG_UID": "hizWYyQ7gUerU0drXSWnnQ==",
              "campaignComboPriceGroupIdentifier": "63d62c86-3b24-4781-ab53-476b5d25a79d",
              "promotionPlacementDescription": "sample string 28",
              "storeAcceptances": [
                {
                  "$id": "65",
                  "plu": 1,
                  "pluG_UId": "QEA=",
                  "campaignID": 1,
                  "campaignName": "sample string 2",
                  "storeID": 3,
                  "acceptedUtc": "2025-06-14T07:04:33.7756723",
                  "operatorG_UID": "edImSqT9BU2PxhkfRywklA==",
                  "operatorGuid": "4a26d279-fda4-4d05-8fc6-191f472c2494",
                  "machineID": 1,
                  "processed": true,
                  "appliedUtc": "2025-06-14T07:04:33.7756723",
                  "signIqTicketFileMovedUtc": "2025-06-14T07:04:33.7756723",
                  "user": "sample string 6",
                  "campaignDescription": "sample string 7",
                  "productDesc": "sample string 8",
                  "storeName": "sample string 9",
                  "effectiveUtc": "2025-06-14T07:04:33.7756723",
                  "priceChangeType": 0,
                  "operatorName": "sample string 10",
                  "hostCampaign": true,
                  "product": {
                    "$ref": "4"
                  },
                  "campaignPlu": {
                    "$ref": "64"
                  }
                },
                {
                  "$ref": "65"
                }
              ],
              "campaign": {
                "$id": "66",
                "id": 1,
                "storeID": 2,
                "name": "b4e4e752-013e-446d-bb30-1545700067d4",
                "nameGuid": "b4e4e752-013e-446d-bb30-1545700067d4",
                "description": "sample string 4",
                "showDiscounts": true,
                "showTotals": true,
                "onlyEvaluateOnSubtotal": true,
                "useDescription": true,
                "campaignType": 1,
                "startDate": "2025-06-14T07:04:33.7756723",
                "startTime": 1,
                "endDate": "2025-06-14T07:04:33.7756723",
                "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-14T07:04:33.7756723",
                "system": true,
                "created": "2025-06-14T07:04:33.7756723",
                "updated": "2025-06-14T07:04:33.7756723",
                "priceChangeNotifiedUtc": "2025-06-14T07:04:33.7756723",
                "promoType": 1,
                "promotionTypeCode": "sample string 13",
                "hostIdentifier": "qjkIeOsK0k25eGkZ6dB/Aw==",
                "hostIdentifierGuid": "780839aa-0aeb-4dd2-b978-6919e9d07f03",
                "hostType": 14,
                "createdByUser": "sample string 15",
                "fromHost": true,
                "deleted": true,
                "campaignDeleted": "2025-06-14T07:04:33.7756723",
                "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": "DZQEWURHR0G3pP6ONOJY7w==",
                    "pluGuid": "5904940d-4744-4147-b7a4-fe8e34e258ef",
                    "hostOfferID": 1,
                    "priceGroupG_UID": "JJSqz37pdkeO0I5891tn0g==",
                    "priceGroupGuid": "cfaa9424-e97e-4776-8ed0-8e7cf75b67d2",
                    "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-14T07:04:33.7756723",
                    "rrp": 17,
                    "campaignDescription": "sample string 18",
                    "product": {
                      "$ref": "4"
                    },
                    "campaign": {
                      "$ref": "66"
                    }
                  },
                  {
                    "$ref": "67"
                  }
                ],
                "sellingRules": [
                  {
                    "$id": "68",
                    "id": 1,
                    "identifier": "fThQ4Apgg06vrTrngeNfeg==",
                    "identifierStr": "fThQ4Apgg06vrTrngeNfeg==",
                    "identifierGuid": "e050387d-600a-4e83-afad-3ae781e35f7a",
                    "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": "7I6qIiUwF0C+DwSqIKigWQ==",
                    "customerIDGuid": "22aa8eec-3025-4017-be0f-04aa20a8a059",
                    "campaign": {
                      "$ref": "66"
                    },
                    "customer": {
                      "$id": "70",
                      "identifier": "b3Ar2ljsREGwwrV6IFzK5g==",
                      "identifierGuid": "da2b706f-ec58-4144-b0c2-b57a205ccae6",
                      "code": "sample string 2",
                      "familyName": "sample string 3",
                      "givenName": "sample string 4",
                      "otherName": "sample string 5",
                      "title": "sample string 6",
                      "dateOfBirth": "2025-06-14T07:04:33.7756723",
                      "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": "m24Zztz+cEeUh/aWhKBMBg==",
                      "communityIdentifierGuid": "ce196e9b-fedc-4770-9487-f69684a04c06",
                      "joined": "2025-06-14T07:04:33.7756723",
                      "updated": "2025-06-14T07:04:33.7756723",
                      "active": true,
                      "reasonInactive": 1,
                      "groupCustomer": true,
                      "loyaltyPoints": 1,
                      "homeStoreID": 1,
                      "availableSpend": 1,
                      "priceLevelIdentifier": "Yx3b6kQsiEqqBZAhHujZeQ==",
                      "priceLevelIdentifierGuid": "eadb1d63-2c44-4a88-aa05-90211ee8d979",
                      "marketingID": "sample string 18",
                      "hidden": true,
                      "registered": true,
                      "registeredOn": "2025-06-14T07:04:33.7756723",
                      "emailMarketing": true,
                      "smsMarketing": true,
                      "deleted": true,
                      "deletedUser": "sample string 24",
                      "homeStoreName": "sample string 25",
                      "customerCards": [
                        {
                          "$id": "71",
                          "cardType": 2,
                          "issueDate": "2025-06-14T07:04:33.7756723",
                          "expiry": "2025-06-14T07:04:33.7756723",
                          "customerID": "ImTeRQOCKk2QYlLXhwONXw==",
                          "customerIDGuid": "45de6422-8203-4d2a-9062-52d787038d5f",
                          "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-14T07:04:33.7756723",
                          "linkedAccount": "QJkkb19wpEyOywyPUrrixw==",
                          "linkedAccountGuid": "6f249940-705f-4ca4-8ecb-0c8f52bae2c7",
                          "currentValueChanged": true,
                          "limitsChanged": true,
                          "customer": {
                            "$ref": "70"
                          },
                          "account": {
                            "$id": "72",
                            "id": 1,
                            "identifier": "enxpJC0vmUOKj3RbiAPPJg==",
                            "identifierGuid": "24697c7a-2f2d-4399-8a8f-745b8803cf26",
                            "referenceNo": "sample string 3",
                            "name": "sample string 4",
                            "created": "2025-06-14T07:04:33.7756723",
                            "owner": "YJOYhHoFwE6QZfS0TjPmHQ==",
                            "ownerGuid": "84989360-057a-4ec0-9065-f4b44e33e61d",
                            "accountStoreGroupIdentifier": "nA6pL/oMyE6FvzXhbgGUgw==",
                            "accountStoreGroupGuid": "2fa90e9c-0cfa-4ec8-85bf-35e16e019483",
                            "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-14T07:04:33.7756723",
                            "active": true,
                            "updated": "2025-06-14T07:04:33.7756723",
                            "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": "y32lB4lJ20mwkNPyf16fxg==",
                                "identifierGuid": "07a57dcb-4989-49db-b090-d3f27f5e9fc6",
                                "name": "sample string 2",
                                "primaryContact": "EW1fX+2QPUSx14ggs3sExg==",
                                "primaryContactGuid": "5f5f6d11-90ed-443d-b1d7-8820b37b04c6",
                                "accountID": "69FQuxljfk+GEtujI6WYGA==",
                                "accountIDGuid": "bb50d1eb-6319-4f7e-8612-dba323a59818",
                                "special": true,
                                "updated": "2025-06-14T07:04:33.7756723",
                                "active": true,
                                "reasonInactive": 1,
                                "priceLevelIdentifier": "XAZ6aXgB80m0pTtJzDmZEQ==",
                                "priceLevelIdentifierGuid": "697a065c-0178-49f3-b4a5-3b49cc399911",
                                "deleted": true,
                                "account": {
                                  "$ref": "72"
                                },
                                "primaryContactCustomer": {
                                  "$ref": "70"
                                },
                                "customerGroupMembers": [
                                  {
                                    "$id": "75",
                                    "id": 1,
                                    "groupID": "4laddr1PRkie8lTGT+V6Rg==",
                                    "groupIDGuid": "769d56e2-4fbd-4846-9ef2-54c64fe57a46",
                                    "customerID": "Mb+t9pXsjEeXE3VxN/6RlA==",
                                    "customerIDGuid": "f6adbf31-ec95-478c-9713-757137fe9194",
                                    "card": "sample string 4",
                                    "linkedAccount": "lC1H2ubSk0GhU65GO7K+PQ==",
                                    "linkedAccountGuid": "da472d94-d2e6-4193-a153-ae463bb2be3d",
                                    "customer": {
                                      "$ref": "70"
                                    },
                                    "group": {
                                      "$ref": "74"
                                    },
                                    "customerCard": {
                                      "$ref": "71"
                                    }
                                  },
                                  {
                                    "$ref": "75"
                                  }
                                ]
                              },
                              {
                                "$ref": "74"
                              }
                            ]
                          },
                          "payments": [
                            {
                              "$id": "76",
                              "id": 1,
                              "identifier": "2lmxC43E4Uqcsk79wqLY6A==",
                              "identifierGuid": "0bb159da-c48d-4ae1-9cb2-4efdc2a2d8e8",
                              "storeID": 2,
                              "operatorName": "sample string 3",
                              "saleHeaderID": 4,
                              "paymentType": 5,
                              "amount": 6,
                              "account": "sample string 7",
                              "accountID": "yGOhtOToTka+LIfXEVUkDw==",
                              "accountIDGuid": "b4a163c8-e8e4-464e-be2c-87d71155240f",
                              "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-14T07:04:33.7756723",
                              "invRocNo": "sample string 14",
                              "responseCode": "sample string 15",
                              "cashout": 1,
                              "tip": 16,
                              "idempotentVoid": "yVLlcjOKg0C+gLwSFs3p1Q==",
                              "idempotentVoidGuid": "72e552c9-8a33-4083-be80-bc1216cde9d5",
                              "offline": true,
                              "processed": 1,
                              "storeSaleHeader": {
                                "$id": "77",
                                "saleHeaderID": 1,
                                "saleHeaderGuid": "TNTVQZ8cB0mEndO7AG8v9g==",
                                "saleHeaderIdentifierGuid": "41d5d44c-1c9f-4907-849d-d3bb006f2ff6",
                                "created": "2025-06-14T07:04:33.7756723",
                                "createdLocal": "2025-06-14T07:04:33.7756723",
                                "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-14T07:04:33.7756723",
                                "storeID": 1,
                                "operatorG_Uid": "ucQQLG3xJEeTSXVcS42iJg==",
                                "operatorGuid": "2c10c4b9-f16d-4724-9349-755c4b8da226",
                                "customerG_Uid": "3vgcsCKnvkmKEHNhrEB/9Q==",
                                "customerGuid": "b01cf8de-a722-49be-8a10-7361ac407ff5",
                                "communityIdentifier": "6nSAUAXa2ECA5bugOq9hNg==",
                                "communityIdentifierGuid": "508074ea-da05-40d8-80e5-bba03aaf6136",
                                "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": "4NcduINyjEyXqqGFHtexRA==",
                                "priceLevelIdentifierGuid": "b81dd7e0-7283-4c8c-97aa-a1851ed7b144",
                                "locked": 36,
                                "relationChecksum": "sample string 37",
                                "loyaltyTender": 1,
                                "giftCardTender": 1,
                                "operator": {
                                  "$ref": "39"
                                },
                                "customer": {
                                  "$ref": "70"
                                },
                                "communityOrganisation": {
                                  "$id": "78",
                                  "id": 1,
                                  "identifier": "Mbv9xhNUYEq7mkgafatTDA==",
                                  "identifierGuid": "c6fdbb31-5413-4a60-bb9a-481a7dab530c",
                                  "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-14T07:04:33.7756723",
                                  "deleted": true
                                },
                                "details": [
                                  {
                                    "$id": "79",
                                    "saleItemID": 1,
                                    "identifier": "tXNbuPaBHk+qdwYh+otMuw==",
                                    "identifierGuid": "b85b73b5-81f6-4f1e-aa77-0621fa8b4cbb",
                                    "saleHeaderID": 2,
                                    "plu": 1,
                                    "pluG_UId": "UjmxFPXWfkGwVt/s82ZxFw==",
                                    "pluGuid": "14b13952-d6f5-417e-b056-dfecf3667117",
                                    "accountID": "5qGKZYa6CU6fxjb+FsSv2Q==",
                                    "accountIDGuid": "658aa1e6-ba86-4e09-9fc6-36fe16c4afd9",
                                    "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-14T07:04:33.7756723",
                                    "bestOrExpireType": 1,
                                    "providerName": "sample string 11",
                                    "refundG_UID": "w12AP1yXMUaBMuOAP2t1NA==",
                                    "refundGuid": "3f805dc3-975c-4631-8132-e3803f6b7534",
                                    "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": "3QVC8VblCUaVFys1DMMyZQ==",
                                    "idempotentVoidGuid": "f14205dd-e556-4609-9517-2b350cc33265",
                                    "priceLevelIdentifier": "VczN6v0ZvUmizB4fV5WcJQ==",
                                    "priceLevelIdentifierGuid": "eacdcc55-19fd-49bd-a2cc-1e1f57959c25",
                                    "productName": "sample string 23",
                                    "apn": "sample string 24",
                                    "unknownScans": [
                                      {
                                        "$id": "80",
                                        "id": 1,
                                        "saleDetailID": 2,
                                        "storeID": 1,
                                        "scanned": "2025-06-14T07:04:33.7756723",
                                        "operatorG_UID": "QEA=",
                                        "barcode": "sample string 4",
                                        "processed": 1
                                      },
                                      {
                                        "$ref": "80"
                                      }
                                    ],
                                    "refund": {
                                      "$id": "81",
                                      "id": 1,
                                      "g_UID": "22CDQ801/kK9u/YtW+HTCw==",
                                      "guid": "438360db-35cd-42fe-bdbb-f62d5be1d30b",
                                      "description": "sample string 1",
                                      "dumped": true,
                                      "inventoryReasonID": 1,
                                      "sortOrder": 1,
                                      "updated": "2025-06-14T07:04:33.7756723"
                                    },
                                    "modifier": {
                                      "$id": "82",
                                      "id": 1,
                                      "setG_UID": "bxSZHkMlaEuBlKAyLrI5QQ==",
                                      "modifierSetGuid": "1e99146f-2543-4b68-8194-a0322eb23941",
                                      "name": "sample string 2",
                                      "price": 1,
                                      "quantity": 1,
                                      "modifierType": 1,
                                      "groupNumber": 1,
                                      "pageNumber": 1,
                                      "controlOrder": 1,
                                      "printToStation": true,
                                      "pluG_UID": "6F61COe04EGPrRRFgVobSA==",
                                      "pluGuid": "08b55ee8-b4e7-41e0-8fad-1445815a1b48",
                                      "deleted": true,
                                      "g_UID": "xyAaIHQ0x0Ktqk7zhL1klw==",
                                      "guid": "201a20c7-3474-42c7-adaa-4ef384bd6497",
                                      "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": "V5WyXGnxgUacpQfNHpPeyA==",
                                    "pluGuid": "5cb29557-f169-4681-9ca5-07cd1e93dec8",
                                    "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-14T07:04:33.7756723",
                                    "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-14T07:04:33.7756723",
                                    "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": "C4jziBqvhkiN8d4Nrg+U1g==",
                                    "pluGuid": "88f3880b-af1a-4886-8df1-de0dae0f94d6",
                                    "accountID": "tpfyk6fzW0ePD+09iiCz1Q==",
                                    "accountIDGuid": "93f297b6-f3a7-475b-8f0f-ed3d8a20b3d5",
                                    "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-14T07:04:33.7756723",
                                    "bestOrExpireType": 1,
                                    "refundG_UID": "JQP3hJuqOUqG/X7bTA0PXA==",
                                    "refundGuid": "84f70325-aa9b-4a39-86fd-7edb4c0d0f5c",
                                    "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": "q4gUn7OQ2UyXTJmaZcWICg==",
                                    "identifierGuid": "9f1488ab-90b3-4cd9-974c-999a65c5880a",
                                    "id": 1,
                                    "orderNo": 2,
                                    "externalSaleIdentifier": "sample string 3",
                                    "storeID": 4,
                                    "zoneID": 5,
                                    "deptNo": 6,
                                    "customerIdentifier": "SeM+JjhGREGomywWVcXLgA==",
                                    "customerIdentifierGuid": "263ee349-4638-4144-a89b-2c1655c5cb80",
                                    "operatorNo": 1,
                                    "operatorG_UID": "Ssh1isfUb06y06GEUl5hbw==",
                                    "operatorGuid": "8a75c84a-d4c7-4e6f-b2d3-a184525e616f",
                                    "created": "2025-06-14T07:04:33.7756723",
                                    "ordered": "2025-06-14T07:04:33.7756723",
                                    "started": "2025-06-14T07:04:33.7756723",
                                    "completed": "2025-06-14T07:04:33.7756723",
                                    "supplied": "2025-06-14T07:04:33.7756723",
                                    "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": "/C7FN55KAUOdaCOQqfEc2g==",
                                        "pluGuid": "37c52efc-4a9e-4301-9d68-2390a9f11cda",
                                        "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": "rQEUvIFYwUCJsSzd1yft0A==",
                                        "headerIdentifierGuid": "bc1401ad-5881-40c1-89b1-2cddd727edd0",
                                        "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": "7Uqyz/gUr0GwhuY8/HztZw==",
                                    "surveyGuid": "cfb24aed-14f8-41af-b086-e63cfc7ced67",
                                    "saleHeaderGuid": "ddo/Ic8bsUq3hNDRBUgLzA==",
                                    "saleGuid": "213fda75-1bcf-4ab1-b784-d0d105480bcc",
                                    "textResponse": "sample string 1",
                                    "integerResponse": 1,
                                    "g_UIDResponse": "FMZIudefT0GiUmssT8Y7oQ==",
                                    "guidResponse": "b948c614-9fd7-414f-a252-6b2c4fc63ba1",
                                    "whoAnswered": 2,
                                    "answeredAtUTC": "2025-06-14T07:04:33.7756723",
                                    "sale": {
                                      "$ref": "77"
                                    },
                                    "survey": {
                                      "$id": "91",
                                      "g_UID": "q4bWZMSqxEKOq+NuyDZ8sQ==",
                                      "guid": "64d686ab-aac4-42c4-8eab-e36ec8367cb1",
                                      "name": "sample string 1",
                                      "storeID": 2,
                                      "zoneID": 1,
                                      "checkoutFormG_UID": "qvmVCbv4U0iwJ2LLe7KzrA==",
                                      "checkoutFormGuid": "0995f9aa-f8bb-4853-b027-62cb7bb2b3ac",
                                      "displayToWho": 3,
                                      "displayWhen": 4,
                                      "start": "2025-06-14T07:04:33.7756723",
                                      "end": "2025-06-14T07:04:33.7756723",
                                      "deleted": true,
                                      "updated": "2025-06-14T07:04:33.7756723",
                                      "possibleIntegerResponses": [
                                        1,
                                        2
                                      ],
                                      "possibleTextResponses": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "possibleGuidResponses": [
                                        "7c8d000c-6b72-48b7-8fa7-c3103486f8b5",
                                        "e2b8168e-5f34-43af-bb01-56fa4f784215"
                                      ],
                                      "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": "V2OKsUMic02JZgrIYMWxbw==",
                                "accountIdentifier": "b18a6357-2243-4d73-8966-0ac860c5b16f",
                                "accountName": "sample string 42",
                                "customerOrderIdentifier": "TJyxFxgoQ0KLB+WYe9yAWA==",
                                "customerOrderIdentifierGuid": "17b19c4c-2818-4243-8b07-e5987bdc8058",
                                "priceLevelName": "sample string 43",
                                "revision": 44,
                                "ingressId": "sample string 45"
                              },
                              "metadata": {
                                "$id": "92",
                                "id": 1,
                                "paymentID": 2,
                                "paymentIdentifier": "P09OCqBpHkmX5N3mOn28KQ==",
                                "paymentIdentifierGuid": "0a4e4f3f-69a0-491e-97e4-dde63a7dbc29",
                                "identifier": "awxGnIYN4k+U1JhfUMDlkw==",
                                "identifierGuid": "9c460c6b-0d86-4fe2-94d4-985f50c0e593",
                                "metadata": "sample string 3",
                                "signatureImage": "QEA=",
                                "itemIdentifier": "mLnTOO8yoU+49Ij04V+L4g==",
                                "itemIdentifierGuid": "38d3b998-32ef-4fa1-b8f4-88f4e15f8be2"
                              }
                            },
                            {
                              "$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": "HJqT0wdLhkOMRCf1UiXy+A==",
                          "customerIdentifierGuid": "d3939a1c-4b07-4386-8c44-27f55225f2f8",
                          "voucherName": "sample string 2",
                          "count": 3,
                          "storeID": 4,
                          "barcode": "sample string 5",
                          "redeemCount": 6,
                          "issueCount": 7,
                          "storeSalePaymentID": 1,
                          "idempotentID": "yVfLdNjl90qRTkhKpK0A4A==",
                          "idempotentGuid": "74cb57c9-e5d8-4af7-914e-484aa4ad00e0",
                          "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-14T07:04:33.7756723",
                            "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-14T07:04:33.7756723",
                              "labelPageLayout": "+Z/LEdTKW0aHxSaK4IgZZQ==",
                              "pageLayoutGuid": "11cb9ff9-cad4-465b-87c5-268ae0881965",
                              "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-14T07:04:33.7756723"
                                },
                                {
                                  "$ref": "97"
                                }
                              ]
                            },
                            "customerVouchers": [
                              {
                                "$id": "98",
                                "id": 1,
                                "customerIdentifier": "0YQ3syCKOU+ae+W8ugPhbw==",
                                "customerIdentifierGuid": "b33784d1-8a20-4f39-9a7b-e5bcba03e16f",
                                "voucherID": 3,
                                "voucherName": "sample string 4",
                                "storeID": 1,
                                "barcode": "sample string 5",
                                "dateOfIssue": "2025-06-14T07:04:33.7756723",
                                "issuedSaleHeaderID": 1,
                                "issuedSaleIdentifier": "sample string 7",
                                "issuedOfflinePaymentID": 1,
                                "issuedIdempotentID": "zXZH2pXMCkSFOkL0p6H06Q==",
                                "issuedIdempotentGuid": "da4776cd-cc95-440a-853a-42f4a7a1f4e9",
                                "issuedOffline": true,
                                "issuedUser": "sample string 9",
                                "issuedNotes": "sample string 10",
                                "expiryDate": "2025-06-14T07:04:33.7756723",
                                "expiredUser": "sample string 11",
                                "expiredNotes": "sample string 12",
                                "redeemed": "2025-06-14T07:04:33.7756723",
                                "redeemedSaleHeaderID": 1,
                                "redeemedSaleIdentifier": "sample string 13",
                                "redeemedOfflinePaymentID": 1,
                                "redeemedIdempotentID": "D5DC/P2T0USL0iKxohQGVw==",
                                "redeemedIdempotentGuid": "fcc2900f-93fd-44d1-8bd2-22b1a2140657",
                                "redeemedUser": "sample string 14",
                                "redeemedNotes": "sample string 15",
                                "redeemedOffline": true,
                                "updated": "2025-06-14T07:04:33.7756723",
                                "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": "ajqEWN9O9E6cbcmz/ZNL/g==",
                    "groupIDGuid": "58843a6a-4edf-4ef4-9c6d-c9b3fd934bfe",
                    "campaign": {
                      "$ref": "66"
                    },
                    "group": {
                      "$ref": "74"
                    }
                  },
                  {
                    "$ref": "99"
                  }
                ],
                "signIqTickets": [
                  {
                    "$id": "100",
                    "identifier": "eJaEMLFxykS0s7NthagHcQ==",
                    "identifierGuid": "30849678-71b1-44ca-b4b3-b36d85a80771",
                    "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": "2w6yJ1d57EGsG893/VA3KA==",
                    "guid": "27b20edb-7957-41ec-ac1b-cf77fd503728",
                    "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": "e0UakM2fRkOzRzlNuqS4fQ==",
                        "groupGuid": "901a457b-9fcd-4346-b347-394dbaa4b87d",
                        "comboPriceType": 5,
                        "priceType": 5,
                        "pluG_UID": "zB85pMq91UW8NGXlHHnw6w==",
                        "pluGuid": "a4391fcc-bdca-45d5-bc34-65e51c79f0eb",
                        "priceGroupG_UID": "/ohsuAkWbk6oMuNIdEbIeA==",
                        "priceGroupGuid": "b86c88fe-1609-4e6e-a832-e3487446c878",
                        "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": "7z9SkzRA40ur8UN4ZITLXA==",
                    "priceLevelIdentifierGuid": "93523fef-4034-4be3-abf1-43786484cb5c",
                    "campaignName": "sample string 3",
                    "priceLevelName": "sample string 4"
                  },
                  {
                    "$ref": "103"
                  }
                ]
              },
              "product": {
                "$ref": "4"
              },
              "dealCost": {
                "$id": "104",
                "headerIdentifier": "ZmEXuN15f0GkGYb48hCToA==",
                "headerIdentifierGuid": "b8176166-79dd-417f-a419-86f8f21093a0",
                "identifier": "dnsKociAJ0WnwAuYCyQPaA==",
                "identifierGuid": "a10a7b76-80c8-4527-a7c0-0b980b240f68",
                "supplierIdentifier": "O9uxGFNaGEyZuphAi9nssQ==",
                "supplierGuid": "18b1db3b-5a53-4c18-99ba-98408bd9ecb1",
                "pluG_UID": "0/yOqY+0IkqW2mcHtkxqug==",
                "pluGuid": "a98efcd3-b48f-4a22-96da-6707b64c6aba",
                "campaignName": "503d365a-a36c-40cb-b61e-b19da0686fe7",
                "description": "sample string 4",
                "cost": 5,
                "costDecimals": 6,
                "start": "2025-06-14T07:04:33.7756723",
                "end": "2025-06-14T07:04:33.7756723",
                "type": 9,
                "promoType": 10,
                "bonusItemPLUG_UID": "JT3Nu9nWJkS6pfWv9ldzPA==",
                "bonusItemPluGuid": "bbcd3d25-d6d9-4426-baa5-f5aff657733c",
                "bonusPurchaseUnits": 11,
                "bonusReceiveUnits": 12,
                "updated": "2025-06-14T07:04:33.7756723",
                "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-14T07:04:33.7756723",
                "campaignEndDate": "2025-06-14T07:04:33.7756723",
                "masterPLUG_UID": "1TVPNBEXfE2RUfnp+K43yA==",
                "masterID": "344f35d5-1711-4d7c-9151-f9e9f8ae37c8",
                "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": "31MDcIb5502TqN4e/TBwOw==",
                "bonusMasterID": "700353df-f986-4de7-93a8-de1efd30703b",
                "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-14T07:04:33.7756723",
            "dealCosts": [
              {
                "$ref": "104"
              },
              {
                "$ref": "104"
              }
            ],
            "tags": [
              {
                "$id": "105",
                "pluG_UID": "HiEh5v4t/kioHZTGrnjb7A==",
                "pluGuid": "e621211e-2dfe-48fe-a81d-94c6ae78dbec",
                "tagID": 1,
                "description": "sample string 1",
                "storeIDs": [
                  1,
                  2
                ]
              },
              {
                "$ref": "105"
              }
            ],
            "alternateProductG_UID": "3QcWf6ofr06pcxYeaIq39w==",
            "alternateProduct": "7f1607dd-1faa-4eaf-a973-161e688ab7f7",
            "productHostCode": {
              "$id": "106",
              "id": 1,
              "pluG_UID": "nnaR1i+6UESszFFIL025zg==",
              "pluGuid": "d691769e-ba2f-4450-accc-51482f4db9ce",
              "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-14T07:04:33.7756723",
            "inventoryTracked": "2025-06-14T07:04:33.7756723",
            "isNormalPriceChangesCampaign": true
          },
          "location": {
            "$id": "107",
            "identifier": "HmCHn5TUu02RhvvEXzBY/g==",
            "storeID": 1,
            "identifierGuid": "9f87601e-d494-4dbb-9186-fbc45f3058fe",
            "name": "sample string 2",
            "haccp": true,
            "blueprintID": 1,
            "updated": "2025-06-14T07:04:33.7756723",
            "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�8�Z0^��5xl/workbook.xml �(�����0��&�C��ՠ$8q����Z��H����[J ��mgv�۩'�_k_�G*��!FW1Ā��:4i'����Of�T;+�Md'�/��QY�]h����}��eh��R���
��e2ֺ�I�b��:ö����
� %ٹ�
=R�+��Y\Q�(�Ӎ��j��n�PK�8�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
�8�ZJ��A''_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="R1c9887391b1f4cda" /></Relationships>PK�8�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�8�Z�� ��Pxl/_rels/workbook.xml.rels �(����n� @���;���K�4?p���b��m��C?��P�J-�:t�t�;������޾�yAFg;Z�����=������z��t"�q	$���Q�b,(�3��-hS�w~��R?��d�����z�$���!��>:u���?����c0���=�cGJ�]BY$*%O��;�\)%�AH볛��x�0�z}癌jU+˪����Mex��ѧ�Ν�r~O��nt
B�5v�/6_PK�8�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�8�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-�8�Z0^��5xl/workbook.xmlPK-�8�Z����	��[Content_Types].xmlPK-
�8�ZJ��A''T_rels/.relsPK-�8�ZA�L
��xl/worksheets/sheet1.xmlPK-�8�Z�� ��P�xl/_rels/workbook.xml.relsPK-�8�ZЃc'2E
�xl/styles.xmlPK-�8�Z�l�R��lxl/sharedStrings.xmlPK��	

application/vnd.ms-excel

Sample:
PK�8�Z�&���5xl/workbook.xml �(�����0��&�C���
&8q�����m�?ik��-%�x�3;��T�q�Θ��I���T�`K�|/P�?�:�F��(ݓ�q�=��+ԁ�YV0�i��z���ay�/��V��is<R-�g�d4���I�b��*������5m!%ɹ
5=S�J�;�p�v׌c�ѝ��*��n�PK�8�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
�8�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="R0b9a82a598714cef" /></Relationships>PK�8�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�8�Z�W!��Pxl/_rels/workbook.xml.rels �(���Kn�0@�b;qL�
�n)�ē8"�#��r�.z�^��Z#u�
��h>~z����c�{�Fv!��kȒ���A�5�}�T�n�9Ј>l85̎�'�ՠ��ל�Vф.13�0錝Ї��|���=�<Mnc�3��:���놖��=O��`�j��)"숶'_�O��[ʒ@�,k8��@TPS������בܯ�w�T�EVV]#V!+�В|�6�t��#5��*+E���R�R����]l�PK�8�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�8�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-�8�Z�&���5xl/workbook.xmlPK-�8�Z����	��[Content_Types].xmlPK-
�8�Z�̖''T_rels/.relsPK-�8�ZA�L
��xl/worksheets/sheet1.xmlPK-�8�Z�W!��P�xl/_rels/workbook.xml.relsPK-�8�ZЃc'2E
�xl/styles.xmlPK-�8�Z�l�R��mxl/sharedStrings.xmlPK��