GET api/store/{storeID}/tank/{tankID}/hoses

Gets all hoses for a selected tank

Request Information

URI Parameters

NameDescriptionTypeAdditional information
storeID

Store ID

integer

Required

tankID

Tank number

integer

Required

Body Parameters

None.

Response Information

Resource Description

LIst of matching fuel hoses

Collection of FuelHose
NameDescriptionTypeAdditional information
ID

Fuel Hose ID

integer

None.

StoreID

The Store ID that this Hose is located at

integer

None.

HoseNumber

The Hose Number

integer

None.

DispenserNumber

The Dispenser (pump) number this hose is attached to

integer

None.

TankNumber

The Tank ID that this hose is ultamently attached to

integer

None.

AccumulatedVolume

integer

None.

RolloverVolume

Maximum meter reading, value to use during automatic rollover adjustments

decimal number

None.

Updated

Last time this record was updated

date

None.

Dispenser

Fuel Dispenser object that this Hose is connected to

FuelDispenser

None.

Tank

The Tank object that this Hose is connected to

FuelTank

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "id": 1,
    "storeID": 2,
    "hoseNumber": 3,
    "dispenserNumber": 4,
    "tankNumber": 1,
    "accumulatedVolume": 1,
    "rolloverVolume": 5.0,
    "updated": "2025-08-02T23:23:51.0197811",
    "dispenser": {
      "$id": "2",
      "id": 1,
      "storeID": 2,
      "dispenserNumber": 3,
      "updated": "2025-08-02T23:23:51.0197811"
    },
    "tank": {
      "$id": "3",
      "id": 1,
      "storeID": 2,
      "tankNumber": 3,
      "fuelGrade": "sample string 4",
      "fuelGradeID": 1,
      "capacity": 5.0,
      "lpg": true,
      "waterLevel": 7.0,
      "updated": "2025-08-02T23:23:51.0197811",
      "storeName": "sample string 9",
      "store": {
        "$id": "4",
        "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-08-02T23:23:51.0197811",
        "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": "p5xXD48IckGlmg+B3nuXYw==",
        "hostIdentifierGuid": "0f579ca7-088f-4172-a59a-0f81de7b9763",
        "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-08-02T23:23:51.0197811",
        "priceZoneName": "sample string 51",
        "storeFuelConfigured": true,
        "shippingAddressCopied": true,
        "shippingAddress": {
          "$id": "5",
          "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": "5"
        },
        "hostStoreSettings": [
          {
            "$id": "6",
            "id": 1,
            "hostIdentifier": "RNY3QlHnH0mFe1aAnj5cVg==",
            "hostIdentifierGuid": "4237d644-e751-491f-857b-56809e3e5c56",
            "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": "7",
              "identifier": "50zhLKIjlE2eYX4/ct5uyA==",
              "identifierGuid": "2ce14ce7-23a2-4d94-9e61-7e3f72de6ec8",
              "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": "9mBexgt0fEK1vGroZtkiOw==",
              "hostSupplierIdentifierGuid": "c65e60f6-740b-427c-b5bc-6ae866d9223b",
              "loyaltyPriceLevelIdentifier": "7Ja5eWJlpEiYZzyk0ZX6cA==",
              "loyaltyPriceLevelIdentifierGuid": "79b996ec-6562-48a4-9867-3ca4d195fa70",
              "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-08-02T23:23:51.0197811",
              "lastProcessed": "2025-08-02T23:23:51.0197811",
              "hold": true,
              "supplierName": "sample string 35",
              "supplier": {
                "$id": "8",
                "identifier": "SoPLERRsjUaA1U2PNWFXAQ==",
                "identifierGuid": "11cb834a-6c14-468d-80d5-4d8f35615701",
                "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": "DRieG+j4lE2ksr9pLXVdVw==",
                "primaryContactID": "1b9e180d-f8e8-4d94-a4b2-bf692d755d57",
                "storeID": 1,
                "abn": "sample string 16",
                "supplierGroupIdentifier": "G7y0F5XFq0WoFdpMF40DUQ==",
                "supplierGroupGuid": "17b4bc1b-c595-45ab-a815-da4c178d0351",
                "rebate": 1.0,
                "rebateType": 1,
                "rebateFrequency": 1,
                "rebateSource": 1,
                "rebateLastClaimed": "2025-08-02T23:23:51.0197811",
                "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": "9",
                  "id": "e7c390c5-f567-4453-924e-cd7ba1768f8a",
                  "identifier": "0Ke2KPxnqkW3I43dI0pnKw==",
                  "identifierGuid": "28b6a7d0-67fc-45aa-b723-8ddd234a672b",
                  "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": "10",
                    "supplierIdentifier": "8yeC76cTzk2UkGb7Eibblg==",
                    "supplierIdentifierGuid": "ef8227f3-13a7-4dce-9490-66fb1226db96",
                    "contactGuid": "jfEsbpMHw06RJLkXtix5iw==",
                    "contactID": "6e2cf18d-0793-4ec3-9124-b917b62c798b",
                    "contact": {
                      "$ref": "9"
                    },
                    "supplier": {
                      "$ref": "8"
                    }
                  },
                  {
                    "$ref": "10"
                  }
                ],
                "products": [
                  {
                    "$id": "11",
                    "pluG_UID": "PIRNH3KxTEu0hTIo6x03VQ==",
                    "pluGuid": "1f4d843c-b172-4b4c-b485-3228eb1d3755",
                    "supplierIdentifier": "GMhikr2SLUmNfgVT2ZCibg==",
                    "supplierIdentifierGuid": "9262c818-92bd-492d-8d7e-0553d990a26e",
                    "cartonQuantity": 1,
                    "cartonQuantityChanged": true,
                    "productSize": "sample string 3",
                    "cigarettesPerSleeve": 1,
                    "randomWeight": true,
                    "piecesPerUnit": 5,
                    "averagePackSize": 6,
                    "effectiveDate": "2025-08-02T23:23:51.0197811",
                    "pricedByWeight": true,
                    "landedUnitCostEx": 9,
                    "landedUnitCostInc": 10,
                    "landedCartonCostInc": 11,
                    "landedCartonCostEx": 12,
                    "standardCost": 13,
                    "deliveryFee": 1,
                    "deliveryFeeBasis": "sample string 14",
                    "pickAndPackFee": 1,
                    "pickAndPackFeeBasis": "sample string 15",
                    "financeFee": 1,
                    "financeFeeBasis": "sample string 16",
                    "cartonLength": 1,
                    "cartonWidth": 1,
                    "cartonHeight": 1,
                    "palletLayerQuantity": 1,
                    "palletLayers": 1,
                    "itemCode": "sample string 17",
                    "invoiceCode": "sample string 18",
                    "invoiceDesc": "sample string 19",
                    "orderDirect": true,
                    "useCost": true,
                    "minimumQuantity": 20,
                    "hostType": 21,
                    "fromHost": 22,
                    "minimumReorder": 1,
                    "maximumReorder": 1,
                    "orderMultiple": 23.1,
                    "sellMultiple": 24.1,
                    "baseMultiple": 25.1,
                    "hostStandardCost": 26,
                    "hostTotalCost": 27,
                    "hostRetail": 28,
                    "hostLandedUnitCostEx": 29,
                    "hostLandedUnitCostInc": 30,
                    "hostDesc": "sample string 31",
                    "directIndicator": "sample string 32",
                    "availableToOrder": true,
                    "hostRangeIndicator": "sample string 34",
                    "hostProductType": "sample string 35",
                    "hostProductGrade": "sample string 36",
                    "hostProductGroup": "sample string 37",
                    "hostSlowMoving": true,
                    "hostGeneralMerchandise": true,
                    "hostPillar": "sample string 40",
                    "hostLastUpdated": "2025-08-02T23:23:51.0197811",
                    "rebate": 1.0,
                    "rebateExclude": true,
                    "invoiceCodes": [
                      {
                        "$id": "12",
                        "pluG_UID": "HQA0YAdoO0yBpY/RSxo9HQ==",
                        "pluGuid": "6034001d-6807-4c3b-81a5-8fd14b1a3d1d",
                        "supplierIdentifier": "k/TY7iZNMUCUzIYM65qDMQ==",
                        "supplierIdentifierGuid": "eed8f493-4d26-4031-94cc-860ceb9a8331",
                        "invoiceCode": "sample string 1",
                        "storeIDs": [
                          1,
                          2
                        ]
                      },
                      {
                        "$ref": "12"
                      }
                    ],
                    "storeIDs": [
                      1,
                      2
                    ],
                    "preferredSupplier": true,
                    "preferredRebateSupplier": true,
                    "supplierName": "sample string 41",
                    "salesMode": 42,
                    "orderPacked": true,
                    "active": true,
                    "price": 1,
                    "costGstPercent": 44,
                    "parentPluG_UID": "84deu+wP40qUqSXaursKRg==",
                    "parentPluGuid": "bb5e87f3-0fec-4ae3-94a9-25dababb0a46",
                    "freight": 45.0,
                    "freightType": 1,
                    "product": {
                      "$id": "13",
                      "plu": 1,
                      "storeID": 1,
                      "masterPluG_UID": "QEA=",
                      "storeIDs": [
                        1,
                        2
                      ],
                      "g_UId": "JYmvDnDx/UKynJY7rV+NkA==",
                      "guid": "0eaf8925-f170-42fd-b29c-963bad5f8d90",
                      "apn": "sample string 1",
                      "apnChanged": true,
                      "apnSwitched": true,
                      "barcode": "sample string 4",
                      "itemNumber": "sample string 5",
                      "itemNumberChanged": true,
                      "priceGroupG_UID": "u6h9efSMUUG/WzHbmH6PAA==",
                      "priceGroupGuid": "797da8bb-8cf4-4151-bf5b-31db987e8f00",
                      "blueprintID": 1,
                      "lastCountedDate": "2025-08-02T23:23:51.0197811",
                      "externalID": "sample string 7",
                      "active": true,
                      "activated": "2025-08-02T23:23:51.0197811",
                      "pluCreated": "2025-08-02T23:23:51.0197811",
                      "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-08-02T23:23:51.0197811",
                      "lastManualUpdate": "2025-08-02T23:23:51.0197811",
                      "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-08-02T23:23:51.0197811",
                      "currentCostUpdated": "2025-08-02T23:23:51.0197811",
                      "costDecimals": 31,
                      "costChanged": true,
                      "dealCostIdentifier": "QEA=",
                      "excludeFromRebate": true,
                      "rebateOverride": 1,
                      "costCalcMethod": 32,
                      "costCalcMethodChanged": true,
                      "costEffectiveDate": "2025-08-02T23:23:51.0197811",
                      "defaultGP": 1,
                      "breakTargetMode": 33,
                      "break1": 1,
                      "price1": 1,
                      "target1": 34,
                      "break2": 1,
                      "price2": 1,
                      "target2": 35,
                      "break3": 1,
                      "price3": 1,
                      "target3": 36,
                      "break1Changed": true,
                      "price1Changed": true,
                      "target1Changed": true,
                      "break2Changed": true,
                      "price2Changed": true,
                      "target2Changed": true,
                      "break3Changed": true,
                      "price3Changed": true,
                      "target3Changed": true,
                      "breakTargetModeChanged": true,
                      "margin": 1.1,
                      "marginChanged": true,
                      "marginRanged": true,
                      "marginRangedChanged": true,
                      "minimumMargin": 1.1,
                      "minimumMarginChanged": true,
                      "maximumMargin": 1.1,
                      "maximumMarginChanged": true,
                      "overrideHostWarehouseIndicator": true,
                      "overrideHostWarehouseIndicatorChanged": true,
                      "overrideHostPrice": true,
                      "overrideHostPriceChanged": true,
                      "overrideHostCost": true,
                      "overrideHostCostChanged": true,
                      "overrideHostMargin": true,
                      "overrideHostMarginChanged": true,
                      "alwaysApplyMargin": true,
                      "alwaysApplyMarginChanged": true,
                      "aws": 1.0,
                      "awsUpdated": "2025-08-02T23:23:51.0197811",
                      "posTare": 1,
                      "altPrice": 1.0,
                      "altPriceChanged": true,
                      "altPriceMode": 53,
                      "altPriceModeChanged": true,
                      "altPLUG_UID": "YpY1qqrRfUyF2mxQV+FlJQ==",
                      "altPLUGuid": "aa359662-d1aa-4c7d-85da-6c5057e16525",
                      "altPLUGuidChanged": true,
                      "altPriceDescription1": "sample string 54",
                      "altPriceDescription2": "sample string 55",
                      "cartonQuantity": 56,
                      "cartonQuantityChanged": true,
                      "trayID": 1,
                      "promptID": 1,
                      "tare": 1,
                      "packQty": 1,
                      "fixedWeight": 1,
                      "extraMesg": 1,
                      "text1": "sample string 58",
                      "text2": "sample string 59",
                      "text3": "sample string 60",
                      "labelText": "sample string 61",
                      "labelTextChanged": true,
                      "sendToScale": true,
                      "nonScaleWeigh": true,
                      "labelFormat": "sample string 65",
                      "barcodeFormat": "sample string 66",
                      "austMade": 1,
                      "coolCode": 67,
                      "countryOfOrigin": "sample string 68",
                      "percentContent": 69.1,
                      "departmentID": 1,
                      "subDepartmentID": 1,
                      "minorDepartmentID": 1,
                      "lesserDepartmentID": 1,
                      "deptCode": "sample string 70",
                      "subDeptCode": "sample string 71",
                      "minorDeptCode": "sample string 72",
                      "lesserDeptCode": "sample string 73",
                      "deptName": "sample string 74",
                      "subDeptName": "sample string 75",
                      "minorDeptName": "sample string 76",
                      "lesserDeptName": "sample string 77",
                      "departmentChanged": true,
                      "subCategoryID": 1,
                      "expiry": 1,
                      "showDays": 1,
                      "datePrint": 1,
                      "labelRequired": true,
                      "labelShelfQty": 80,
                      "labelShelfChanged": true,
                      "labelTalkerQty": 82,
                      "labelSmall": true,
                      "labelLastPrinted": "2025-08-02T23:23:51.0197811",
                      "labelLastPrice": 1,
                      "shelfPageLayoutG_UID": "IUbLKtXyt0q/MyXTnLD4xw==",
                      "shelfPageLayoutGuid": "2acb4621-f2d5-4ab7-bf33-25d39cb0f8c7",
                      "talkerPageLayoutG_UID": "qSd6RyUIeEK/DN8fN+hHvg==",
                      "talkerPageLayoutGuid": "477a27a9-0825-4278-bf0c-df1f37e847be",
                      "unitMeasure": 1.1,
                      "unitMeasureChanged": true,
                      "unitMeasureKind": 85,
                      "unitMeasureKindChanged": true,
                      "signIQData": "sample string 87",
                      "refresh": true,
                      "earnLoyaltyPoints": true,
                      "earnLoyaltyPointsChanged": true,
                      "quantityOverride": true,
                      "quantityOverrideChanged": true,
                      "quantityRequired": true,
                      "quantityRequiredChanged": true,
                      "allowDiscounts": true,
                      "allowDiscountsChanged": true,
                      "discountDiscounts": true,
                      "discountDiscountsChanged": true,
                      "itemRecalled": true,
                      "itemRecalledChanged": true,
                      "noRefund": true,
                      "noRefundChanged": true,
                      "allowMarkdown": true,
                      "allowMarkdownChanged": true,
                      "priceRequired": true,
                      "priceRequiredChanged": true,
                      "fuelItem": true,
                      "fuelItemChanged": true,
                      "trackSerial": true,
                      "trackSerialChanged": true,
                      "allowZeroPrice": true,
                      "allowZeroPriceChanged": true,
                      "notForSale": 91,
                      "notForSaleChanged": true,
                      "excludeFromDeals": true,
                      "excludeFromVoucher": true,
                      "minimumAge": 94,
                      "minimumAgeChanged": true,
                      "buyingLimit": 1,
                      "buyingLimitChanged": true,
                      "buyingLimitIndependent": true,
                      "buyingLimitIndependentChanged": true,
                      "inventoryGuid": "BoVa/ST+Y0+yweUnVsAX9w==",
                      "inventoryIdentifier": "fd5a8506-fe24-4f63-b2c1-e52756c017f7",
                      "inventoryAccuracy": 1,
                      "baseUnits": 98,
                      "orderPacked": 1,
                      "isManufactured": true,
                      "isIngredient": true,
                      "isModifier": true,
                      "isModifierChanged": true,
                      "hasModifiers": 99,
                      "defaultPrinter": "sample string 100",
                      "defaultPrinterGroup": "sample string 101",
                      "ingredientsOnManufacture": true,
                      "manufactureUnitMeasure": 1,
                      "mpl": 1,
                      "maxShelfQty": 102,
                      "allowAutoOrder": true,
                      "warrantyPeriod": 1,
                      "parentPluG_UId": "t80rgVRfcky4oEbI4WLx5w==",
                      "parentPluGuid": "812bcdb7-5f54-4c72-b8a0-46c8e162f1e7",
                      "preferredHostVendor": 104,
                      "preferredHostChanged": true,
                      "code": "sample string 106",
                      "supplierIdentifier": "id6YoCCJBESebKdAwh+ZAA==",
                      "supplierIdentifierGuid": "a098de89-8920-4404-9e6c-a740c21f9900",
                      "supplierChanged": true,
                      "rebateSupplierIdentifier": "R08i6I4t00anYgJLrT2FRw==",
                      "rebateSupplierIdentifierGuid": "e8224f47-2d8e-46d3-a762-024bad3d8547",
                      "rebateSupplierChanged": true,
                      "availableForOrder": true,
                      "warehouseDirectIndicator": "sample string 108",
                      "warehouseDirectIndicatorChanged": true,
                      "productGrade": "sample string 110",
                      "productType": "sample string 111",
                      "productGroup": "sample string 112",
                      "complianceIndicator": "sample string 113",
                      "inhouseBrand": "sample string 114",
                      "slowMoving": true,
                      "generalMerchandise": true,
                      "comment": "sample string 117",
                      "lastUpdatedByUser": "sample string 118",
                      "lastManualUpdatedByUser": "sample string 119",
                      "lastUpdatedByUserOverride": true,
                      "lastUpdatedByHost": "2025-08-02T23:23:51.0197811",
                      "commodity": "sample string 121",
                      "businessPillar": "sample string 122",
                      "mscCommodity": "sample string 123",
                      "hostIdentifier": "tN6TKnV8bEG6dw2pFRqB+A==",
                      "hostIdentifierGuid": "2a93deb4-7c75-416c-ba77-0da9151a81f8",
                      "serviceFeeID": 1,
                      "serviceFeeIDChanged": true,
                      "providerName": "sample string 125",
                      "aisleEnds": "sample string 126",
                      "deleted": true,
                      "deletedChanged": true,
                      "hidden": true,
                      "doNotRange": true,
                      "doNotRangeChanged": true,
                      "doNotOrder": true,
                      "doNotOrderChanged": true,
                      "locked": true,
                      "excludeFromWebUpdate": true,
                      "excludeFromWebUpdateChanged": true,
                      "webPriceBasedOn": 137,
                      "webPriceRounding": true,
                      "webMarkup": 139,
                      "webPriceMode": 140,
                      "altDepartmentID": 1,
                      "altSubDepartmentID": 1,
                      "altMinorDepartmentID": 1,
                      "altLesserDepartmentID": 1,
                      "altDeptCode": "sample string 141",
                      "altSubDeptCode": "sample string 142",
                      "altMinorDeptCode": "sample string 143",
                      "altLesserDeptCode": "sample string 144",
                      "altDepartmentChanged": true,
                      "storeProducts": [
                        {
                          "$ref": "13"
                        },
                        {
                          "$ref": "13"
                        }
                      ],
                      "store": {
                        "$ref": "4"
                      },
                      "storePrices": [
                        {
                          "$id": "14",
                          "pluG_UID": "j2GTHa7pWk+Hnjf8ILHrHQ==",
                          "pluGuid": "1d93618f-e9ae-4f5a-879e-37fc20b1eb1d",
                          "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-08-02T23:23:51.0197811"
                        },
                        {
                          "$ref": "14"
                        }
                      ],
                      "currentPrices": {
                        "$id": "15",
                        "pluPrices": {
                          "$id": "16",
                          "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-08-02T23:23:51.0197811",
                          "priceChangeType": 0,
                          "costDecimals": 10
                        },
                        "normalPluPrices": {
                          "$ref": "16"
                        },
                        "winningCampaign": 1,
                        "winner": {
                          "$id": "17",
                          "campaignName": "sample string 1",
                          "campaignDescription": "sample string 2",
                          "startDate": "2025-08-02T23:23:51.0197811",
                          "startTime": 3,
                          "endDate": "2025-08-02T23:23:51.0197811",
                          "endTime": 4,
                          "newPrice": 5,
                          "newCost": 6,
                          "newCostDecimals": 7,
                          "pctDiscount": 8,
                          "promoType": 1,
                          "promotionTypeCode": "sample string 9",
                          "hostType": 10,
                          "hostIdentifier": "GojttWw3G0aZ+EzJMeX+uA==",
                          "hostIdentifierGuid": "b5ed881a-376c-461b-99f8-4cc931e5feb8",
                          "storeNames": [
                            "sample string 1",
                            "sample string 2"
                          ]
                        },
                        "details": [
                          {
                            "$ref": "17"
                          },
                          {
                            "$ref": "17"
                          }
                        ]
                      },
                      "tray": {
                        "$id": "18",
                        "g_UId": "949wZlo+PUalq2HpBc5XYA==",
                        "guid": "66708ff7-3e5a-463d-a5ab-61e905ce5760",
                        "name": "sample string 1",
                        "number": 1,
                        "tare": 1
                      },
                      "priceGroup": {
                        "$id": "19",
                        "priceGroupG_UID": "tLa6jR63jUCzLhnYc6Mugg==",
                        "priceGroupGuid": "8dbab6b4-b71e-408d-b32e-19d873a32e82",
                        "name": "sample string 2",
                        "code": 1,
                        "modified": true,
                        "updated": "2025-08-02T23:23:51.0197811",
                        "buyingLimit": 1,
                        "buyingLimitIndependent": true,
                        "buyingLimitType": 0,
                        "number": 1,
                        "products": [
                          {
                            "$ref": "13"
                          },
                          {
                            "$ref": "13"
                          }
                        ],
                        "productCount": 1
                      },
                      "priceGroupName": "sample string 146",
                      "nutrifacts": {
                        "$id": "20",
                        "pluG_UID": "s1NZvdBYDU+0sYVhWovgDA==",
                        "pluGuid": "bd5953b3-58d0-4f0d-b4b1-85615a8be00c",
                        "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": "21",
                        "pluGuid": "8627cd2e-2cde-4e48-a527-cf3d86ceffdb",
                        "created": "2025-08-02T23:23:51.0197811",
                        "createdByUser": "sample string 1",
                        "activated": "2025-08-02T23:23:51.0197811",
                        "deactivated": "2025-08-02T23:23:51.0197811",
                        "lastOrdered": "2025-08-02T23:23:51.0197811",
                        "lastOrderedQty": 2.0,
                        "lastReceived": "2025-08-02T23:23:51.0197811",
                        "lastReceivedQty": 3.0,
                        "lastInvoiceStatus": 1,
                        "lastCounted": "2025-08-02T23:23:51.0197811",
                        "lastSold": "2025-08-02T23:23:51.0197811",
                        "firstSold": "2025-08-02T23:23:51.0197811",
                        "awsUpdated": "2025-08-02T23:23:51.0197811",
                        "lastManualUpdate": "2025-08-02T23:23:51.0197811",
                        "lastManualUpdatedByUser": "sample string 5",
                        "lastUpdated": "2025-08-02T23:23:51.0197811",
                        "lastUpdatedByUser": "sample string 7",
                        "lastUpdatedByHost": "2025-08-02T23:23:51.0197811",
                        "doNotRangeUpdated": "2025-08-02T23:23:51.0197811",
                        "doNotOrderUpdated": "2025-08-02T23:23:51.0197811",
                        "tracked": "2025-08-02T23:23:51.0197811"
                      },
                      "allergens": [
                        {
                          "$id": "22",
                          "allergenID": 1,
                          "pluG_UID": "bIsI2PpKNEOpQecAbvdsPA==",
                          "pluGuid": "d8088b6c-4afa-4334-a941-e7006ef76c3c",
                          "contains": 2,
                          "allergenName": "sample string 3",
                          "storeIDs": [
                            1,
                            2
                          ]
                        },
                        {
                          "$ref": "22"
                        }
                      ],
                      "costs": {
                        "$id": "23",
                        "pluG_UID": "KEfEfDz+SUm3Mz7EuSSWww==",
                        "pluGuid": "7cc44728-fe3c-4949-b733-3ec4b92496c3",
                        "enteredCost": 1,
                        "weightedAvgCost": 1,
                        "lastCost": 1,
                        "rawEnteredCost": 2,
                        "rawWeightedAvgCost": 3,
                        "rawLastCost": 4,
                        "freight": 5.0,
                        "freightType": 6,
                        "costDecimals": 7,
                        "fifoCost": 1,
                        "updated": "2025-08-02T23:23:51.0197811",
                        "normalCost": 1,
                        "currentCost": 1
                      },
                      "sales": [
                        {
                          "$id": "24",
                          "saleHeaderID": 1,
                          "created": "2025-08-02T23:23:51.0197811",
                          "createdLocal": "2025-08-02T23:23:51.0197811",
                          "storeID": 3,
                          "storeName": "sample string 4",
                          "operatorG_Uid": "P37HWRjX60mI/oWYVWR7vQ==",
                          "operatorGuid": "59c77e3f-d718-49eb-88fe-859855647bbd",
                          "operatorName": "sample string 5",
                          "tranType": 1,
                          "plu": 1,
                          "pluG_UId": "p3SpTx4BnU+8YFoZzw+kNg==",
                          "pluGuid": "4fa974a7-011e-4f9d-bc60-5a19cf0fa436",
                          "normalPrice": 1,
                          "totalCents": 1,
                          "cost": 1,
                          "grossProfit": 1,
                          "quantity": 1,
                          "operator": {
                            "$id": "25",
                            "id": 1,
                            "g_Uid": "vGxI7FjRDUKkBkCW7o5Iig==",
                            "guid": "ec486cbc-d158-420d-a406-4096ee8e488a",
                            "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-08-02T23:23:51.0197811",
                            "passwordResetRequired": true,
                            "alteredInStore": true,
                            "startShift": "2025-08-02T23:23:51.0197811",
                            "endShift": "2025-08-02T23:23:51.0197811",
                            "machineName": "sample string 20",
                            "drawerID": 1,
                            "stores": [
                              {
                                "$id": "26",
                                "operatorG_UID": "Ktg63hBg8kC3rzUHJzbzng==",
                                "operatorGuid": "de3ad82a-6010-40f2-b7af-35072736f39e",
                                "storeID": 2,
                                "operator": {
                                  "$ref": "25"
                                },
                                "store": {
                                  "$ref": "4"
                                }
                              },
                              {
                                "$ref": "26"
                              }
                            ]
                          }
                        },
                        {
                          "$ref": "24"
                        }
                      ],
                      "apns": [
                        {
                          "$id": "27",
                          "pluID": 1,
                          "pluG_UID": "AT6qsRZxn0aNfbre0zom0g==",
                          "pluGuid": "b1aa3e01-7116-469f-8d7d-baded33a26d2",
                          "apn": "sample string 1",
                          "deleted": true,
                          "storeID": 1,
                          "storeIDs": [
                            1,
                            2
                          ]
                        },
                        {
                          "$ref": "27"
                        }
                      ],
                      "tuns": [
                        {
                          "$id": "28",
                          "pluG_UId": "naFe4tqJw0GHVwmYqFaMFQ==",
                          "pluGuid": "e25ea19d-89da-41c3-8757-0998a8568c15",
                          "apn": "sample string 1",
                          "tun": "sample string 2",
                          "cartonQuantity": 3,
                          "product": {
                            "$ref": "13"
                          },
                          "storeIDs": [
                            1,
                            2
                          ]
                        },
                        {
                          "$ref": "28"
                        }
                      ],
                      "competitionPricing": [
                        {
                          "$id": "29",
                          "identifier": "P/7ReeKUw0WCBnzWDVy+kQ==",
                          "identifierGuid": "79d1fe3f-94e2-45c3-8206-7cd60d5cbe91",
                          "pluG_UID": "JUDB+t94g0miUfO2ro/E7w==",
                          "pluGuid": "fac14025-78df-4983-a251-f3b6ae8fc4ef",
                          "competitionID": 1,
                          "name": "sample string 2",
                          "sellMultiple": 3,
                          "retailPrice": 4,
                          "storeName": "sample string 5"
                        },
                        {
                          "$ref": "29"
                        }
                      ],
                      "supplier": {
                        "$ref": "8"
                      },
                      "supplierName": "sample string 147",
                      "children": [
                        {
                          "$ref": "13"
                        },
                        {
                          "$ref": "13"
                        }
                      ],
                      "ordering": {
                        "$ref": "11"
                      },
                      "flipChartPages": [
                        {
                          "$id": "30",
                          "identifier": "8qgeaKZU80qtAQKGzfWYaQ==",
                          "groupName": "sample string 1",
                          "identifierGuid": "681ea8f2-54a6-4af3-ad01-0286cdf59869",
                          "exists": true,
                          "flipChartIdentifier": "B8q9jkxfw0WE5UJgs0wAdQ==",
                          "flipChartIdentifierGuid": "8ebdca07-5f4c-45c3-84e5-4260b34c0075",
                          "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": "jeTYDaD6yUWSYKl1ssCR9Q==",
                          "groupIdentifierGuid": "0dd8e48d-faa0-45c9-9260-a975b2c091f5",
                          "flipChart": {
                            "$id": "31",
                            "identifier": "Vk5KN0OdS0ippKNx3hPpjw==",
                            "identifierGuid": "374a4e56-9d43-484b-a9a4-a371de13e98f",
                            "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": "32",
                              "identifier": "94Y3bq8y80W8BK8BlTpfJA==",
                              "identifierGuid": "6e3786f7-32af-45f3-bc04-af01953a5f24",
                              "name": "sample string 2",
                              "formType": "sample string 3",
                              "forms": [
                                {
                                  "$id": "33",
                                  "id": 1,
                                  "g_UID": "wLaMnbhv0k6CyGFLDcdU9Q==",
                                  "guid": "9d8cb6c0-6fb8-4ed2-82c8-614b0dc754f5",
                                  "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": "+bxROZLFZkORycr/0zuaRQ==",
                                  "previousFormGuid": "3951bcf9-c592-4366-91c9-caffd33b9a45",
                                  "nextForm": 1,
                                  "nextFormG_UID": "NSzMq6TIj0im81GtvOJi+g==",
                                  "nextFormGuid": "abcc2c35-c8a4-488f-a6f3-51adbce262fa",
                                  "attributes": "sample string 10",
                                  "updated": "2025-08-02T23:23:51.0197811",
                                  "positioning": 1,
                                  "contentPanel": "sample string 11",
                                  "selectionMode": 1,
                                  "maximumSelections": 1,
                                  "alteredInStore": true,
                                  "deleted": true,
                                  "blueprintID": 1,
                                  "preserveLayout": true,
                                  "mainCheckoutFormName": "sample string 13",
                                  "nextCheckoutForm": {
                                    "$ref": "33"
                                  },
                                  "previousCheckoutForm": {
                                    "$ref": "33"
                                  },
                                  "buttons": [
                                    {
                                      "$id": "34",
                                      "id": 1,
                                      "checkoutFormID": 2,
                                      "checkoutFormG_UID": "PEuXifNt3UqV0enBidlC5w==",
                                      "checkoutFormGuid": "89974b3c-6df3-4add-95d1-e9c189d942e7",
                                      "identifier": "SjiX8HQuZUymDhAYqhfEIg==",
                                      "identifierGuid": "f097384a-2e74-4c65-a60e-1018aa17c422",
                                      "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": "QL0gkePnu0qL2vtrE5HbUA==",
                                      "valueGuid": "9120bd40-e7e3-4abb-8bda-fb6b1391db50",
                                      "buttonText": "sample string 10",
                                      "valueText": "sample string 11",
                                      "drawImageAndButton": true,
                                      "updated": "2025-08-02T23:23:51.0197811",
                                      "action": "sample string 12",
                                      "valueForm": {
                                        "$ref": "33"
                                      },
                                      "image": {
                                        "$id": "35",
                                        "name": "sample string 3.sample string 4",
                                        "imageID": 2,
                                        "imageName": "sample string 3",
                                        "imageExtension": "sample string 4",
                                        "lastUpdate": "2025-08-02T23:23:51.0197811",
                                        "imageData": "QEA=",
                                        "readOnly": true
                                      }
                                    },
                                    {
                                      "$ref": "34"
                                    }
                                  ],
                                  "panels": [
                                    {
                                      "$id": "36",
                                      "id": 1,
                                      "checkoutFormID": 2,
                                      "checkoutFormG_UID": "IxUm77oNvEavSHjFNE8+iQ==",
                                      "checkoutFormGuid": "ef261523-0dba-46bc-af48-78c5344f3e89",
                                      "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": "36"
                                    }
                                  ]
                                },
                                {
                                  "$ref": "33"
                                }
                              ],
                              "panels": [
                                {
                                  "$ref": "36"
                                },
                                {
                                  "$ref": "36"
                                }
                              ]
                            },
                            "pages": [
                              {
                                "$ref": "30"
                              },
                              {
                                "$ref": "30"
                              }
                            ]
                          },
                          "contentPanel": {
                            "$ref": "36"
                          },
                          "products": [
                            {
                              "$id": "37",
                              "flipChartPageIdentifier": "iRkZfUkInE2+912rYuYsQQ==",
                              "flipChartPageIdentifierGuid": "7d191989-0849-4d9c-bef7-5dab62e62c41",
                              "pluG_UID": "69T+a6ODgkuKojDOXSe8qg==",
                              "pluGuid": "6bfed4eb-83a3-4b82-8aa2-30ce5d27bcaa",
                              "sortOrder": 3,
                              "sent": true,
                              "productChanged": true,
                              "productImageName": "sample string 6",
                              "productShowImageOnFlipCharts": true,
                              "productShowTextOnFlipCharts": true,
                              "productOverrideFlipChartText": true,
                              "productFlipChartText": "sample string 10",
                              "product": {
                                "$ref": "13"
                              },
                              "departmentSortOrder": 11,
                              "subDepartmentName": "sample string 12"
                            },
                            {
                              "$ref": "37"
                            }
                          ],
                          "productCount": 27,
                          "pages": [
                            {
                              "$ref": "30"
                            },
                            {
                              "$ref": "30"
                            }
                          ]
                        },
                        {
                          "$ref": "30"
                        }
                      ],
                      "priceHistory": [
                        {
                          "$id": "38",
                          "pluG_UID": "VUMchQsD3kem7rZN923t1w==",
                          "pluGuid": "851c4355-030b-47de-a6ee-b64df76dedd7",
                          "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-08-02T23:23:51.0197811",
                          "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": "38"
                        }
                      ],
                      "ingredients": [
                        {
                          "$id": "39",
                          "pluG_UID": "08izhT4FoEiKqL4Sw8mppw==",
                          "ingredientGuid": "DHZNIfNyVku7XjEKDTUzjg==",
                          "ingredientIdentifier": "214d760c-72f3-4b56-bb5e-310a0d35338e",
                          "quantity": 1.0,
                          "storeIDs": [
                            1,
                            2
                          ],
                          "ingredientText": "sample string 1",
                          "ingredient": {
                            "$ref": "13"
                          }
                        },
                        {
                          "$ref": "39"
                        }
                      ],
                      "bins": [
                        {
                          "$id": "40",
                          "pluG_UID": "banjvTuy4U6+8kHDo+JJXQ==",
                          "pluGuid": "bde3a96d-b23b-4ee1-bef2-41c3a3e2495d",
                          "shelfLocationIdentifier": "JnHEIBE/XEK/4jIavcMnAw==",
                          "shelfLocationGuid": "20c47126-3f11-425c-bfe2-321abdc32703",
                          "labelShelfDefault": 1,
                          "labelTalkerDefault": 1,
                          "labelSmall": true,
                          "labelPageLayoutG_UID": "0NMOQlI3yEei4edZAV21dw==",
                          "labelPageLayoutGuid": "420ed3d0-3752-47c8-a2e1-e759015db577",
                          "updated": "2025-08-02T23:23:51.0197811",
                          "electronicShelfLabelIdentifier": "sample string 5",
                          "electronicshelfLabelsConfigurationID": 6,
                          "labelShelfChanged": true,
                          "productName": "sample string 8",
                          "locationText": "sample string 9",
                          "product": {
                            "$ref": "13"
                          },
                          "location": {
                            "$id": "41",
                            "identifier": "YM8eSbKALUi6YzRCNpBqxw==",
                            "storeID": 1,
                            "identifierGuid": "491ecf60-80b2-482d-ba63-344236906ac7",
                            "name": "sample string 2",
                            "haccp": true,
                            "blueprintID": 1,
                            "updated": "2025-08-02T23:23:51.0197811",
                            "minTemp": 1,
                            "maxTemp": 1,
                            "checkFrequency": 1,
                            "storeCaseConfiguration": 5,
                            "storeName": "sample string 6",
                            "bins": [
                              {
                                "$ref": "40"
                              },
                              {
                                "$ref": "40"
                              }
                            ]
                          }
                        },
                        {
                          "$ref": "40"
                        }
                      ],
                      "bin": {
                        "$ref": "40"
                      },
                      "scaleLocations": [
                        {
                          "$id": "42",
                          "plu": 1,
                          "pluG_UID": "lc3goqxCJ02GHt5saLrEDg==",
                          "pluGuid": "a2e0cd95-42ac-4d27-861e-de6c68bac40e",
                          "deptNo": 1,
                          "product": {
                            "$ref": "13"
                          },
                          "scaleLocation": {
                            "$id": "43",
                            "id": 1,
                            "deptNo": 1,
                            "deptCode": "sample string 2",
                            "name": "sample string 3",
                            "enabled": true,
                            "updated": "2025-08-02T23:23:51.0197811",
                            "department": {
                              "$id": "44",
                              "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": "43"
                              },
                              "subDepartments": [
                                {
                                  "$id": "45",
                                  "id": 1,
                                  "departmentID": 2,
                                  "name": "sample string 3",
                                  "code": "sample string 4",
                                  "departmentCode": "sample string 5",
                                  "externalSales": true,
                                  "minorDepartments": [
                                    {
                                      "$id": "46",
                                      "id": 1,
                                      "subDepartmentID": 2,
                                      "departmentID": 3,
                                      "name": "sample string 4",
                                      "subDepartmentCode": "sample string 5",
                                      "departmentCode": "sample string 6",
                                      "code": "sample string 7",
                                      "lesserDepartments": [
                                        {
                                          "$id": "47",
                                          "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-08-02T23:23:51.0197811",
                                          "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": "LfVrMGcuxUCZcPrT3k5AfQ==",
                                          "labelPageLayoutGuid": "306bf52d-2e67-40c5-9970-fad3de4e407d",
                                          "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": "48",
                                            "dept": 1,
                                            "category": 2,
                                            "name": "sample string 3",
                                            "active": true,
                                            "mscCommodities": [
                                              {
                                                "$id": "49",
                                                "dept": 1,
                                                "category": 2,
                                                "commodity": 3,
                                                "name": "sample string 4",
                                                "active": true,
                                                "mscSubCommodities": [
                                                  {
                                                    "$id": "50",
                                                    "dept": 1,
                                                    "category": 2,
                                                    "commodity": 3,
                                                    "subCommodity": 4,
                                                    "name": "sample string 5",
                                                    "active": true,
                                                    "subCommodityCode": "sample string 7"
                                                  },
                                                  {
                                                    "$ref": "50"
                                                  }
                                                ],
                                                "commodityCode": "sample string 6"
                                              },
                                              {
                                                "$ref": "49"
                                              }
                                            ],
                                            "categoryCode": "sample string 5"
                                          },
                                          "mscCom": {
                                            "$ref": "49"
                                          },
                                          "mscDep": {
                                            "$id": "51",
                                            "dept": 1,
                                            "name": "sample string 2",
                                            "active": true,
                                            "mscCategories": [
                                              {
                                                "$ref": "48"
                                              },
                                              {
                                                "$ref": "48"
                                              }
                                            ],
                                            "deptCode": "sample string 4"
                                          },
                                          "mscSubCom": {
                                            "$ref": "50"
                                          }
                                        },
                                        {
                                          "$ref": "47"
                                        }
                                      ],
                                      "updated": "2025-08-02T23:23:51.0197811",
                                      "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": "Y+n2tM+O2UmHS+lEgLf9Vw==",
                                      "labelPageLayoutGuid": "b4f6e963-8ecf-49d9-874b-e94480b7fd57",
                                      "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": "48"
                                      },
                                      "mscCom": {
                                        "$ref": "49"
                                      },
                                      "mscDep": {
                                        "$ref": "51"
                                      },
                                      "mscSubCom": {
                                        "$ref": "50"
                                      }
                                    },
                                    {
                                      "$ref": "46"
                                    }
                                  ],
                                  "investmentBuyOverride": true,
                                  "updated": "2025-08-02T23:23:51.0197811",
                                  "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": "oxqokneqO0qXziyTiISr2Q==",
                                  "labelPageLayoutGuid": "92a81aa3-aa77-4a3b-97ce-2c938884abd9",
                                  "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": "48"
                                  },
                                  "mscCom": {
                                    "$ref": "49"
                                  },
                                  "mscDep": {
                                    "$ref": "51"
                                  },
                                  "mscSubCom": {
                                    "$ref": "50"
                                  }
                                },
                                {
                                  "$ref": "45"
                                }
                              ],
                              "stores": [
                                1,
                                2
                              ],
                              "investmentBuyOverride": true,
                              "updated": "2025-08-02T23:23:51.0197811",
                              "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": "b9KMy0rc5U+naJwvHAEIyg==",
                              "labelPageLayoutGuid": "cb8cd26f-dc4a-4fe5-a768-9c2f1c0108ca",
                              "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": "48"
                              },
                              "mscCom": {
                                "$ref": "49"
                              },
                              "mscDep": {
                                "$ref": "51"
                              },
                              "mscSubCom": {
                                "$ref": "50"
                              }
                            }
                          }
                        },
                        {
                          "$ref": "42"
                        }
                      ],
                      "nextPrice": {
                        "$id": "52",
                        "id": 1,
                        "campaignID": 2,
                        "campaignName": "sample string 3",
                        "plu": 1,
                        "hostOfferID": 1,
                        "metcashPromotionID": "sample string 4",
                        "metcashPromotionPlacement": "sample string 5",
                        "pluG_UID": "WOUXeDslkUi5TXSRpv4ZZw==",
                        "pluGuid": "7817e558-253b-4891-b94d-7491a6fe1967",
                        "newPrice": 1,
                        "pctDiscount": 1,
                        "newCost": 1,
                        "newCostDecimals": 6,
                        "dealCostIdentifier": "mAkfAyRN7EO1v2N6D57FEQ==",
                        "dealCostGuid": "031f0998-4d24-43ec-b5bf-637a0f9ec511",
                        "pluName": "sample string 7",
                        "apn": "sample string 8",
                        "fuelItem": true,
                        "priceGroupG_UID": "8Hbt74doNkS9Oa8pjAF7BQ==",
                        "priceGroupGuid": "efed76f0-6887-4436-bd39-af298c017b05",
                        "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-08-02T23:23:51.0197811",
                        "rrp": 26,
                        "campaignDescription": "sample string 27",
                        "campaignComboPriceGroupG_UID": "o0SCmTVVAEG4m39bVGPIFw==",
                        "campaignComboPriceGroupIdentifier": "998244a3-5535-4100-b89b-7f5b5463c817",
                        "promotionPlacementDescription": "sample string 28",
                        "storeAcceptances": [
                          {
                            "$id": "53",
                            "plu": 1,
                            "pluG_UId": "QEA=",
                            "campaignID": 1,
                            "campaignName": "sample string 2",
                            "storeID": 3,
                            "acceptedUtc": "2025-08-02T23:23:51.0197811",
                            "operatorG_UID": "Gc4E5Cdpz0msM4a1zcipAA==",
                            "operatorGuid": "e404ce19-6927-49cf-ac33-86b5cdc8a900",
                            "machineID": 1,
                            "processed": true,
                            "appliedUtc": "2025-08-02T23:23:51.0197811",
                            "signIqTicketFileMovedUtc": "2025-08-02T23:23:51.0197811",
                            "user": "sample string 6",
                            "campaignDescription": "sample string 7",
                            "productDesc": "sample string 8",
                            "storeName": "sample string 9",
                            "effectiveUtc": "2025-08-02T23:23:51.0197811",
                            "priceChangeType": 0,
                            "operatorName": "sample string 10",
                            "hostCampaign": true,
                            "product": {
                              "$ref": "13"
                            },
                            "campaignPlu": {
                              "$ref": "52"
                            }
                          },
                          {
                            "$ref": "53"
                          }
                        ],
                        "campaign": {
                          "$id": "54",
                          "id": 1,
                          "storeID": 2,
                          "name": "4906a702-4c06-4357-92cc-ec92bc8509d7",
                          "nameGuid": "4906a702-4c06-4357-92cc-ec92bc8509d7",
                          "description": "sample string 4",
                          "showDiscounts": true,
                          "showTotals": true,
                          "onlyEvaluateOnSubtotal": true,
                          "useDescription": true,
                          "campaignType": 1,
                          "startDate": "2025-08-02T23:23:51.0197811",
                          "startTime": 1,
                          "endDate": "2025-08-02T23:23:51.0197811",
                          "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-08-02T23:23:51.0197811",
                          "system": true,
                          "created": "2025-08-02T23:23:51.0197811",
                          "updated": "2025-08-02T23:23:51.0197811",
                          "priceChangeNotifiedUtc": "2025-08-02T23:23:51.0197811",
                          "promoType": 1,
                          "promotionTypeCode": "sample string 13",
                          "hostIdentifier": "0+yE29dBCEizyf8q5+X22g==",
                          "hostIdentifierGuid": "db84ecd3-41d7-4808-b3c9-ff2ae7e5f6da",
                          "hostType": 14,
                          "createdByUser": "sample string 15",
                          "fromHost": true,
                          "deleted": true,
                          "campaignDeleted": "2025-08-02T23:23:51.0197811",
                          "updatedByUser": "sample string 18",
                          "offerID": 1,
                          "isPriceChangeCampaign": true,
                          "stores": [
                            1,
                            2
                          ],
                          "storeNames": [
                            "sample string 1",
                            "sample string 2"
                          ],
                          "campaignPlus": [
                            {
                              "$ref": "52"
                            },
                            {
                              "$ref": "52"
                            }
                          ],
                          "campaignPools": [
                            {
                              "$id": "55",
                              "id": 1,
                              "campaignID": 2,
                              "campaignName": "sample string 3",
                              "plu": 4,
                              "pluG_UID": "gqzykXJ/n0qHsocDTHAuVQ==",
                              "pluGuid": "91f2ac82-7f72-4a9f-87b2-87034c702e55",
                              "hostOfferID": 1,
                              "priceGroupG_UID": "W7MTwkHmS0mKAHGsROMl4g==",
                              "priceGroupGuid": "c213b35b-e641-494b-8a00-71ac44e325e2",
                              "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-08-02T23:23:51.0197811",
                              "rrp": 17,
                              "campaignDescription": "sample string 18",
                              "product": {
                                "$ref": "13"
                              },
                              "campaign": {
                                "$ref": "54"
                              }
                            },
                            {
                              "$ref": "55"
                            }
                          ],
                          "sellingRules": [
                            {
                              "$id": "56",
                              "id": 1,
                              "identifier": "l8od5fDBRUGm+ObIk4NJBg==",
                              "identifierStr": "l8od5fDBRUGm+ObIk4NJBg==",
                              "identifierGuid": "e51dca97-c1f0-4145-a6f8-e6c893834906",
                              "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": "54"
                              }
                            },
                            {
                              "$ref": "56"
                            }
                          ],
                          "customers": [
                            {
                              "$id": "57",
                              "id": 1,
                              "campaignID": 2,
                              "campaignName": "sample string 3",
                              "customerID": "FsWmux0w2UGS2fRZttNSTw==",
                              "customerIDGuid": "bba6c516-301d-41d9-92d9-f459b6d3524f",
                              "campaign": {
                                "$ref": "54"
                              },
                              "customer": {
                                "$id": "58",
                                "identifier": "M2TC73bX+U6D3LgCn2ssDQ==",
                                "identifierGuid": "efc26433-d776-4ef9-83dc-b8029f6b2c0d",
                                "code": "sample string 2",
                                "familyName": "sample string 3",
                                "givenName": "sample string 4",
                                "otherName": "sample string 5",
                                "title": "sample string 6",
                                "dateOfBirth": "2025-08-02T23:23:51.0197811",
                                "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": "MJiHpCnzQU+u/wYWXAnfLg==",
                                "communityIdentifierGuid": "a4879830-f329-4f41-aeff-06165c09df2e",
                                "joined": "2025-08-02T23:23:51.0197811",
                                "updated": "2025-08-02T23:23:51.0197811",
                                "active": true,
                                "reasonInactive": 1,
                                "groupCustomer": true,
                                "loyaltyPoints": 1,
                                "homeStoreID": 1,
                                "availableSpend": 1,
                                "priceLevelIdentifier": "QEZcj4qxVkGgGcURizSYyQ==",
                                "priceLevelIdentifierGuid": "8f5c4640-b18a-4156-a019-c5118b3498c9",
                                "marketingID": "sample string 18",
                                "hidden": true,
                                "registered": true,
                                "registeredOn": "2025-08-02T23:23:51.0197811",
                                "emailMarketing": true,
                                "smsMarketing": true,
                                "deleted": true,
                                "deletedUser": "sample string 24",
                                "homeStoreName": "sample string 25",
                                "customerCards": [
                                  {
                                    "$id": "59",
                                    "cardType": 2,
                                    "issueDate": "2025-08-02T23:23:51.0197811",
                                    "expiry": "2025-08-02T23:23:51.0197811",
                                    "customerID": "fCoPPWOfvkyzj+UFwixulQ==",
                                    "customerIDGuid": "3d0f2a7c-9f63-4cbe-b38f-e505c22c6e95",
                                    "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-08-02T23:23:51.0197811",
                                    "linkedAccount": "B3tfFNcVoEu5QppPtaxRyg==",
                                    "linkedAccountGuid": "145f7b07-15d7-4ba0-b942-9a4fb5ac51ca",
                                    "currentValueChanged": true,
                                    "limitsChanged": true,
                                    "customer": {
                                      "$ref": "58"
                                    },
                                    "account": {
                                      "$id": "60",
                                      "id": 1,
                                      "identifier": "rROp5XaKbkWI5bGy/sOvIg==",
                                      "identifierGuid": "e5a913ad-8a76-456e-88e5-b1b2fec3af22",
                                      "referenceNo": "sample string 3",
                                      "name": "sample string 4",
                                      "created": "2025-08-02T23:23:51.0197811",
                                      "owner": "m9hdeMRtJ0eaxiIWWkNMOw==",
                                      "ownerGuid": "785dd89b-6dc4-4727-9ac6-22165a434c3b",
                                      "accountStoreGroupIdentifier": "f03qmyhopEKY//lAl3pHVA==",
                                      "accountStoreGroupGuid": "9bea4d7f-6828-42a4-98ff-f940977a4754",
                                      "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-08-02T23:23:51.0197811",
                                      "active": true,
                                      "updated": "2025-08-02T23:23:51.0197811",
                                      "deleted": true,
                                      "deletedUser": "sample string 16",
                                      "currentBalanceChanged": true,
                                      "maximumLimitChanged": true,
                                      "loyaltyPointsChanged": true,
                                      "projectedBalance": 17,
                                      "accountStoreGroupStoreIDs": [
                                        1,
                                        2
                                      ],
                                      "customerEmail": "sample string 18",
                                      "ownerCustomer": {
                                        "$ref": "58"
                                      },
                                      "card": {
                                        "$ref": "59"
                                      },
                                      "members": {
                                        "$id": "61",
                                        "sample string 1": [
                                          {
                                            "$ref": "58"
                                          },
                                          {
                                            "$ref": "58"
                                          }
                                        ],
                                        "sample string 2": [
                                          {
                                            "$ref": "58"
                                          },
                                          {
                                            "$ref": "58"
                                          }
                                        ]
                                      },
                                      "customerGroups": [
                                        {
                                          "$id": "62",
                                          "identifier": "w6cESSTfTUGunWyBU4CLlg==",
                                          "identifierGuid": "4904a7c3-df24-414d-ae9d-6c8153808b96",
                                          "name": "sample string 2",
                                          "primaryContact": "nYHwcgdyTkGgTI8rhL8F/Q==",
                                          "primaryContactGuid": "72f0819d-7207-414e-a04c-8f2b84bf05fd",
                                          "accountID": "RmZyj88ywkuoq3ar4ssCtg==",
                                          "accountIDGuid": "8f726646-32cf-4bc2-a8ab-76abe2cb02b6",
                                          "special": true,
                                          "updated": "2025-08-02T23:23:51.0197811",
                                          "active": true,
                                          "reasonInactive": 1,
                                          "priceLevelIdentifier": "ecS6OXdpWUqeEUr890M6EA==",
                                          "priceLevelIdentifierGuid": "39bac479-6977-4a59-9e11-4afcf7433a10",
                                          "deleted": true,
                                          "account": {
                                            "$ref": "60"
                                          },
                                          "primaryContactCustomer": {
                                            "$ref": "58"
                                          },
                                          "customerGroupMembers": [
                                            {
                                              "$id": "63",
                                              "id": 1,
                                              "groupID": "QXoZblkX0E+vW+DzlLA/Qg==",
                                              "groupIDGuid": "6e197a41-1759-4fd0-af5b-e0f394b03f42",
                                              "customerID": "9DAmS7GncEeK0eFhZmx3wg==",
                                              "customerIDGuid": "4b2630f4-a7b1-4770-8ad1-e161666c77c2",
                                              "card": "sample string 4",
                                              "linkedAccount": "VNFxSfmOTEuZFqvtx4vcCA==",
                                              "linkedAccountGuid": "4971d154-8ef9-4b4c-9916-abedc78bdc08",
                                              "customer": {
                                                "$ref": "58"
                                              },
                                              "group": {
                                                "$ref": "62"
                                              },
                                              "customerCard": {
                                                "$ref": "59"
                                              }
                                            },
                                            {
                                              "$ref": "63"
                                            }
                                          ]
                                        },
                                        {
                                          "$ref": "62"
                                        }
                                      ]
                                    },
                                    "payments": [
                                      {
                                        "$id": "64",
                                        "id": 1,
                                        "identifier": "nMF/d1eYv02Nv8WYJdztFg==",
                                        "identifierGuid": "777fc19c-9857-4dbf-8dbf-c59825dced16",
                                        "storeID": 2,
                                        "operatorName": "sample string 3",
                                        "saleHeaderID": 4,
                                        "paymentType": 5,
                                        "amount": 6,
                                        "account": "sample string 7",
                                        "accountID": "hDXhGvldi0aZfV7yukhiBA==",
                                        "accountIDGuid": "1ae13584-5df9-468b-997d-5ef2ba486204",
                                        "customerAccount": {
                                          "$ref": "60"
                                        },
                                        "customerCard": {
                                          "$ref": "59"
                                        },
                                        "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-08-02T23:23:51.0197811",
                                        "invRocNo": "sample string 14",
                                        "responseCode": "sample string 15",
                                        "cashout": 1,
                                        "tip": 16,
                                        "idempotentVoid": "XVdldtZec0ClmlvnwUPEBg==",
                                        "idempotentVoidGuid": "7665575d-5ed6-4073-a59a-5be7c143c406",
                                        "offline": true,
                                        "processed": 1,
                                        "storeSaleHeader": {
                                          "$id": "65",
                                          "saleHeaderID": 1,
                                          "saleHeaderGuid": "or7xbhM6/Ee996AwHWlH6Q==",
                                          "saleHeaderIdentifierGuid": "6ef1bea2-3a13-47fc-bdf7-a0301d6947e9",
                                          "created": "2025-08-02T23:23:51.0197811",
                                          "createdLocal": "2025-08-02T23:23:51.0197811",
                                          "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-08-02T23:23:51.0197811",
                                          "storeID": 1,
                                          "operatorG_Uid": "+WgnigXFe0ylIrd1giZirQ==",
                                          "operatorGuid": "8a2768f9-c505-4c7b-a522-b775822662ad",
                                          "customerG_Uid": "UjZ8hRLJuEGu9eY+bziXqw==",
                                          "customerGuid": "857c3652-c912-41b8-aef5-e63e6f3897ab",
                                          "communityIdentifier": "kB7oDcd9QUyhyhEqh+qwng==",
                                          "communityIdentifierGuid": "0de81e90-7dc7-4c41-a1ca-112a87eab09e",
                                          "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": "B2yN/GvsjUmqpVqGMKkmUw==",
                                          "priceLevelIdentifierGuid": "fc8d6c07-ec6b-498d-aaa5-5a8630a92653",
                                          "locked": 36,
                                          "relationChecksum": "sample string 37",
                                          "loyaltyTender": 1,
                                          "giftCardTender": 1,
                                          "operator": {
                                            "$ref": "25"
                                          },
                                          "customer": {
                                            "$ref": "58"
                                          },
                                          "communityOrganisation": {
                                            "$id": "66",
                                            "id": 1,
                                            "identifier": "Pv86g3f890WMFLqylxxqug==",
                                            "identifierGuid": "833aff3e-fc77-45f7-8c14-bab2971c6aba",
                                            "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-08-02T23:23:51.0197811",
                                            "deleted": true
                                          },
                                          "details": [
                                            {
                                              "$id": "67",
                                              "saleItemID": 1,
                                              "identifier": "Qec4FeCIj06wVhxBPpZ1rQ==",
                                              "identifierGuid": "1538e741-88e0-4e8f-b056-1c413e9675ad",
                                              "saleHeaderID": 2,
                                              "plu": 1,
                                              "pluG_UId": "H9uOl5aNvEe22vHFyXL/NA==",
                                              "pluGuid": "978edb1f-8d96-47bc-b6da-f1c5c972ff34",
                                              "accountID": "PQ5B5Sz3l02Ag4YByqv+dg==",
                                              "accountIDGuid": "e5410e3d-f72c-4d97-8083-8601caabfe76",
                                              "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-08-02T23:23:51.0197811",
                                              "bestOrExpireType": 1,
                                              "providerName": "sample string 11",
                                              "refundG_UID": "JLkA7kD9fU6H/ZYlNqSFRg==",
                                              "refundGuid": "ee00b924-fd40-4e7d-87fd-962536a48546",
                                              "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": "yqaXI8x7+0qLjMRohLekWA==",
                                              "idempotentVoidGuid": "2397a6ca-7bcc-4afb-8b8c-c46884b7a458",
                                              "priceLevelIdentifier": "agQmj7e0lki8MwOBZySjDA==",
                                              "priceLevelIdentifierGuid": "8f26046a-b4b7-4896-bc33-03816724a30c",
                                              "productName": "sample string 23",
                                              "apn": "sample string 24",
                                              "unknownScans": [
                                                {
                                                  "$id": "68",
                                                  "id": 1,
                                                  "saleDetailID": 2,
                                                  "storeID": 1,
                                                  "scanned": "2025-08-02T23:23:51.0197811",
                                                  "operatorG_UID": "QEA=",
                                                  "barcode": "sample string 4",
                                                  "processed": 1
                                                },
                                                {
                                                  "$ref": "68"
                                                }
                                              ],
                                              "refund": {
                                                "$id": "69",
                                                "id": 1,
                                                "g_UID": "qJBOzg1gDU+Hp3p4uUkarA==",
                                                "guid": "ce4e90a8-600d-4f0d-87a7-7a78b9491aac",
                                                "description": "sample string 1",
                                                "dumped": true,
                                                "inventoryReasonID": 1,
                                                "sortOrder": 1,
                                                "updated": "2025-08-02T23:23:51.0197811"
                                              },
                                              "modifier": {
                                                "$id": "70",
                                                "id": 1,
                                                "setG_UID": "G9Xe753pikegvYR9KTfZYQ==",
                                                "modifierSetGuid": "efded51b-e99d-478a-a0bd-847d2937d961",
                                                "name": "sample string 2",
                                                "price": 1,
                                                "quantity": 1,
                                                "modifierType": 1,
                                                "groupNumber": 1,
                                                "pageNumber": 1,
                                                "controlOrder": 1,
                                                "printToStation": true,
                                                "pluG_UID": "AyfeiLSVEUiGG52I1lh3EQ==",
                                                "pluGuid": "88de2703-95b4-4811-861b-9d88d6587711",
                                                "deleted": true,
                                                "g_UID": "hFZ++Xw5gk+jNJa3QXqTLQ==",
                                                "guid": "f97e5684-397c-4f82-a334-96b7417a932d",
                                                "product": {
                                                  "$ref": "13"
                                                }
                                              },
                                              "priceLevelName": "sample string 25",
                                              "pumpNumber": 1,
                                              "hoseNumber": 1
                                            },
                                            {
                                              "$ref": "67"
                                            }
                                          ],
                                          "eftReceipts": [
                                            {
                                              "$id": "71",
                                              "id": 1,
                                              "storeID": 1,
                                              "saleHeaderID": 2,
                                              "storeSaleHeader": {
                                                "$ref": "65"
                                              },
                                              "receipt": "sample string 3",
                                              "processed": 1
                                            },
                                            {
                                              "$ref": "71"
                                            }
                                          ],
                                          "payments": [
                                            {
                                              "$ref": "64"
                                            },
                                            {
                                              "$ref": "64"
                                            }
                                          ],
                                          "cards": [
                                            {
                                              "$id": "72",
                                              "id": 1,
                                              "saleHeaderID": 1,
                                              "identifier": "sample string 2",
                                              "cardType": 3,
                                              "providerName": "sample string 4"
                                            },
                                            {
                                              "$ref": "72"
                                            }
                                          ],
                                          "campaignHits": [
                                            {
                                              "$id": "73",
                                              "id": 1,
                                              "saleHeaderID": 2,
                                              "campaign": "sample string 3",
                                              "name": "sample string 4",
                                              "processed": 1,
                                              "campaignDescription": "sample string 5"
                                            },
                                            {
                                              "$ref": "73"
                                            }
                                          ],
                                          "fuel": [
                                            {
                                              "$id": "74",
                                              "id": 1,
                                              "plu": 1,
                                              "pluG_UID": "M8LQB/x680uz2BDhDFvjsg==",
                                              "pluGuid": "07d0c233-7afc-4bf3-b3d8-10e10c5be3b2",
                                              "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-08-02T23:23:51.0197811",
                                              "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-08-02T23:23:51.0197811",
                                              "tagNumber": "sample string 15",
                                              "trackTwoRem": "sample string 16",
                                              "transCode": 1,
                                              "transType": 1,
                                              "unitPrice": 1.0,
                                              "vehicleReg": "sample string 17",
                                              "offline": true,
                                              "processed": 1
                                            },
                                            {
                                              "$ref": "74"
                                            }
                                          ],
                                          "fuelResells": [
                                            {
                                              "$id": "75",
                                              "saleItemID": 1,
                                              "saleHeaderID": 2,
                                              "plu": 1,
                                              "pluG_UId": "f9PUUB+2wUC9oU7KinOTTw==",
                                              "pluGuid": "50d4d37f-b61f-40c1-bda1-4eca8a73934f",
                                              "accountID": "CiPNqtfr4EWkpEoQ/6vHJg==",
                                              "accountIDGuid": "aacd230a-ebd7-45e0-a4a4-4a10ffabc726",
                                              "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-08-02T23:23:51.0197811",
                                              "bestOrExpireType": 1,
                                              "refundG_UID": "SH83mqNSbUGirsXw5Eglrg==",
                                              "refundGuid": "9a377f48-52a3-416d-a2ae-c5f0e44825ae",
                                              "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": "75"
                                            }
                                          ],
                                          "customerOrder": [
                                            {
                                              "$id": "76",
                                              "identifier": "/iXMR4/7gkKf2+Q35KP9Fg==",
                                              "identifierGuid": "47cc25fe-fb8f-4282-9fdb-e437e4a3fd16",
                                              "id": 1,
                                              "orderNo": 2,
                                              "externalSaleIdentifier": "sample string 3",
                                              "storeID": 4,
                                              "zoneID": 5,
                                              "deptNo": 6,
                                              "customerIdentifier": "Xey+ZJhl80WajN2y5Z83yA==",
                                              "customerIdentifierGuid": "64beec5d-6598-45f3-9a8c-ddb2e59f37c8",
                                              "operatorNo": 1,
                                              "operatorG_UID": "UZW/qb+N3Um/0PnmKFpXUA==",
                                              "operatorGuid": "a9bf9551-8dbf-49dd-bfd0-f9e6285a5750",
                                              "created": "2025-08-02T23:23:51.0197811",
                                              "ordered": "2025-08-02T23:23:51.0197811",
                                              "started": "2025-08-02T23:23:51.0197811",
                                              "completed": "2025-08-02T23:23:51.0197811",
                                              "supplied": "2025-08-02T23:23:51.0197811",
                                              "quickTicket": 1,
                                              "deleted": true,
                                              "walkAway": true,
                                              "approxWait": 1,
                                              "actualWait": 1,
                                              "deliveryMethod": 8,
                                              "externalSaleType": 9,
                                              "customer": {
                                                "$ref": "58"
                                              },
                                              "operator": {
                                                "$ref": "25"
                                              },
                                              "details": [
                                                {
                                                  "$id": "77",
                                                  "headerID": 1,
                                                  "plu": 1,
                                                  "pluG_UId": "/+yENyHGikKKSbYo63/vVw==",
                                                  "pluGuid": "3784ecff-c621-428a-8a49-b628eb7fef57",
                                                  "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": "styo0IkotUO4rHuxSbSeUg==",
                                                  "headerIdentifierGuid": "d0a8dcb2-2889-43b5-b8ac-7bb149b49e52",
                                                  "product": {
                                                    "$ref": "13"
                                                  }
                                                },
                                                {
                                                  "$ref": "77"
                                                }
                                              ],
                                              "storeName": "sample string 11",
                                              "customerName": "sample string 12",
                                              "storeReplyTo": "sample string 13",
                                              "storeSubjectLine": "sample string 14",
                                              "storeSaleHeader": {
                                                "$ref": "65"
                                              }
                                            },
                                            {
                                              "$ref": "76"
                                            }
                                          ],
                                          "surveyResponses": [
                                            {
                                              "$id": "78",
                                              "surveyG_UID": "YsK+ViQVNUeAU9x9E6sYhQ==",
                                              "surveyGuid": "56bec262-1524-4735-8053-dc7d13ab1885",
                                              "saleHeaderGuid": "zoz4Y8pptEmuUlfVDRWR+Q==",
                                              "saleGuid": "63f88cce-69ca-49b4-ae52-57d50d1591f9",
                                              "textResponse": "sample string 1",
                                              "integerResponse": 1,
                                              "g_UIDResponse": "xbg5ZNhlA0aygdu+QOiiUg==",
                                              "guidResponse": "6439b8c5-65d8-4603-b281-dbbe40e8a252",
                                              "whoAnswered": 2,
                                              "answeredAtUTC": "2025-08-02T23:23:51.0197811",
                                              "sale": {
                                                "$ref": "65"
                                              },
                                              "survey": {
                                                "$id": "79",
                                                "g_UID": "YZipt73yn0+6+mmouB1EzQ==",
                                                "guid": "b7a99861-f2bd-4f9f-bafa-69a8b81d44cd",
                                                "name": "sample string 1",
                                                "storeID": 2,
                                                "zoneID": 1,
                                                "checkoutFormG_UID": "vqvn6VwQLkCuTmoR5O7E0g==",
                                                "checkoutFormGuid": "e9e7abbe-105c-402e-ae4e-6a11e4eec4d2",
                                                "displayToWho": 3,
                                                "displayWhen": 4,
                                                "start": "2025-08-02T23:23:51.0197811",
                                                "end": "2025-08-02T23:23:51.0197811",
                                                "deleted": true,
                                                "updated": "2025-08-02T23:23:51.0197811",
                                                "possibleIntegerResponses": [
                                                  1,
                                                  2
                                                ],
                                                "possibleTextResponses": [
                                                  "sample string 1",
                                                  "sample string 2"
                                                ],
                                                "possibleGuidResponses": [
                                                  "dd398eb2-ed2b-493d-855f-0a616dbed99d",
                                                  "f28bf8c4-c73c-4fb1-9afc-ba15e301a440"
                                                ],
                                                "allowsAllTextResponses": true,
                                                "surveyForm": {
                                                  "$ref": "33"
                                                }
                                              },
                                              "ingressId": "sample string 4"
                                            },
                                            {
                                              "$ref": "78"
                                            }
                                          ],
                                          "storeName": "sample string 38",
                                          "machineName": "sample string 39",
                                          "operatorName": "sample string 40",
                                          "direction": 1,
                                          "reason": "sample string 41",
                                          "accountG_UID": "c0Z+ZsbHk0aKSOkGNng8PA==",
                                          "accountIdentifier": "667e4673-c7c6-4693-8a48-e90636783c3c",
                                          "accountName": "sample string 42",
                                          "customerOrderIdentifier": "yzfziPE6BUSfGEcxpmZnjQ==",
                                          "customerOrderIdentifierGuid": "88f337cb-3af1-4405-9f18-4731a666678d",
                                          "priceLevelName": "sample string 43",
                                          "revision": 44,
                                          "ingressId": "sample string 45"
                                        },
                                        "metadata": {
                                          "$id": "80",
                                          "id": 1,
                                          "paymentID": 2,
                                          "paymentIdentifier": "4jgiEaDSbk+C9NIriSfA7A==",
                                          "paymentIdentifierGuid": "112238e2-d2a0-4f6e-82f4-d22b8927c0ec",
                                          "identifier": "jWKu8EgBpkWNFMCBEqTjgA==",
                                          "identifierGuid": "f0ae628d-0148-45a6-8d14-c08112a4e380",
                                          "metadata": "sample string 3",
                                          "signatureImage": "QEA=",
                                          "itemIdentifier": "YT9YdwayVE68etAFdhSEWQ==",
                                          "itemIdentifierGuid": "77583f61-b206-4e54-bc7a-d00576148459"
                                        }
                                      },
                                      {
                                        "$ref": "64"
                                      }
                                    ]
                                  },
                                  {
                                    "$ref": "59"
                                  }
                                ],
                                "customerGroupMembers": [
                                  {
                                    "$ref": "63"
                                  },
                                  {
                                    "$ref": "63"
                                  }
                                ],
                                "customerGroups": [
                                  {
                                    "$ref": "62"
                                  },
                                  {
                                    "$ref": "62"
                                  }
                                ],
                                "accounts": [
                                  {
                                    "$ref": "60"
                                  },
                                  {
                                    "$ref": "60"
                                  }
                                ],
                                "account": {
                                  "$ref": "60"
                                },
                                "vouchers": [
                                  {
                                    "$id": "81",
                                    "customerIdentifier": "IYzXOV9nH0u+qeZWlGTlsg==",
                                    "customerIdentifierGuid": "39d78c21-675f-4b1f-bea9-e6569464e5b2",
                                    "voucherName": "sample string 2",
                                    "count": 3,
                                    "storeID": 4,
                                    "barcode": "sample string 5",
                                    "redeemCount": 6,
                                    "issueCount": 7,
                                    "storeSalePaymentID": 1,
                                    "idempotentID": "4O+aZSM+qUuovHGzSTGBIg==",
                                    "idempotentGuid": "659aefe0-3e23-4ba9-a8bc-71b349318122",
                                    "offline": true,
                                    "voucher": {
                                      "$id": "82",
                                      "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-08-02T23:23:51.0197811",
                                      "barcodeTemplate": {
                                        "$id": "83",
                                        "templateID": 1,
                                        "template": "sample string 1",
                                        "bcFunction": "sample string 2",
                                        "sortOrder": 3
                                      },
                                      "scaleLabel": {
                                        "$id": "84",
                                        "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-08-02T23:23:51.0197811",
                                        "labelPageLayout": "LlbGRq4swkCSr/rXngFKsg==",
                                        "pageLayoutGuid": "46c6562e-2cae-40c2-92af-fad79e014ab2",
                                        "labelType": 6,
                                        "oldName": "sample string 7",
                                        "voucher": {
                                          "$ref": "82"
                                        },
                                        "elements": [
                                          {
                                            "$id": "85",
                                            "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-08-02T23:23:51.0197811"
                                          },
                                          {
                                            "$ref": "85"
                                          }
                                        ]
                                      },
                                      "customerVouchers": [
                                        {
                                          "$id": "86",
                                          "id": 1,
                                          "customerIdentifier": "+x8M9JkEskm5Bn8cIZ6amw==",
                                          "customerIdentifierGuid": "f40c1ffb-0499-49b2-b906-7f1c219e9a9b",
                                          "voucherID": 3,
                                          "voucherName": "sample string 4",
                                          "storeID": 1,
                                          "barcode": "sample string 5",
                                          "dateOfIssue": "2025-08-02T23:23:51.0197811",
                                          "issuedSaleHeaderID": 1,
                                          "issuedSaleIdentifier": "sample string 7",
                                          "issuedOfflinePaymentID": 1,
                                          "issuedIdempotentID": "oZ9c7RhOZECvU08+obAw6Q==",
                                          "issuedIdempotentGuid": "ed5c9fa1-4e18-4064-af53-4f3ea1b030e9",
                                          "issuedOffline": true,
                                          "issuedUser": "sample string 9",
                                          "issuedNotes": "sample string 10",
                                          "expiryDate": "2025-08-02T23:23:51.0197811",
                                          "expiredUser": "sample string 11",
                                          "expiredNotes": "sample string 12",
                                          "redeemed": "2025-08-02T23:23:51.0197811",
                                          "redeemedSaleHeaderID": 1,
                                          "redeemedSaleIdentifier": "sample string 13",
                                          "redeemedOfflinePaymentID": 1,
                                          "redeemedIdempotentID": "/3HMDk0HykiNRGCGU5kAdQ==",
                                          "redeemedIdempotentGuid": "0ecc71ff-074d-48ca-8d44-608653990075",
                                          "redeemedUser": "sample string 14",
                                          "redeemedNotes": "sample string 15",
                                          "redeemedOffline": true,
                                          "updated": "2025-08-02T23:23:51.0197811",
                                          "storeName": "sample string 17",
                                          "scaleLabel": {
                                            "$ref": "84"
                                          },
                                          "voucher": {
                                            "$ref": "82"
                                          },
                                          "customer": {
                                            "$ref": "58"
                                          },
                                          "issuedOfflinePayment": {
                                            "$ref": "64"
                                          },
                                          "redeemedOfflinePayment": {
                                            "$ref": "64"
                                          }
                                        },
                                        {
                                          "$ref": "86"
                                        }
                                      ]
                                    },
                                    "customer": {
                                      "$ref": "58"
                                    }
                                  },
                                  {
                                    "$ref": "81"
                                  }
                                ]
                              }
                            },
                            {
                              "$ref": "57"
                            }
                          ],
                          "customerGroups": [
                            {
                              "$id": "87",
                              "id": 1,
                              "campaignID": 2,
                              "campaignName": "sample string 3",
                              "groupID": "xSdI9o/j6EWADOtCtijp8Q==",
                              "groupIDGuid": "f64827c5-e38f-45e8-800c-eb42b628e9f1",
                              "campaign": {
                                "$ref": "54"
                              },
                              "group": {
                                "$ref": "62"
                              }
                            },
                            {
                              "$ref": "87"
                            }
                          ],
                          "signIqTickets": [
                            {
                              "$id": "88",
                              "identifier": "1gpKb79kG0+fi9rJkTJ4Fw==",
                              "identifierGuid": "6f4a0ad6-64bf-4f1b-9f8b-dac991327817",
                              "campaignName": "sample string 2",
                              "message": "sample string 3",
                              "ticketFileSource": "sample string 4",
                              "ticketFileDestination": "sample string 5",
                              "storeID": 1
                            },
                            {
                              "$ref": "88"
                            }
                          ],
                          "comboPriceGroups": [
                            {
                              "$id": "89",
                              "id": 1,
                              "campaignID": 2,
                              "campaignName": "sample string 3",
                              "g_UID": "ZrXQR7r9cEa1j3UNNMxCQw==",
                              "guid": "47d0b566-fdba-4670-b58f-750d34cc4243",
                              "description": "sample string 5",
                              "newPrice": 1,
                              "rangeDescription": "sample string 6",
                              "dealDescription": "sample string 7",
                              "labelQuantity": 8,
                              "hostProductCategoryID": 1,
                              "offerID": 1,
                              "dontUpdatePricePlus": true,
                              "campaign": {
                                "$ref": "54"
                              },
                              "comboPricePlus": [
                                {
                                  "$id": "90",
                                  "id": 1,
                                  "campaignID": 2,
                                  "campaignName": "sample string 3",
                                  "groupG_UID": "//35g9W7Vk60uiosCzrYgw==",
                                  "groupGuid": "83f9fdff-bbd5-4e56-b4ba-2a2c0b3ad883",
                                  "comboPriceType": 5,
                                  "priceType": 5,
                                  "pluG_UID": "cX43o5jUrEmODMu4xoHW8g==",
                                  "pluGuid": "a3377e71-d498-49ac-8e0c-cbb8c681d6f2",
                                  "priceGroupG_UID": "1/2Q1setR06RgPjUaE2b3A==",
                                  "priceGroupGuid": "d690fdd7-adc7-4e47-9180-f8d4684d9bdc",
                                  "campaignPoolID": "sample string 7",
                                  "quantity": 1,
                                  "campaign": {
                                    "$ref": "54"
                                  },
                                  "product": {
                                    "$ref": "13"
                                  },
                                  "priceGroup": {
                                    "$ref": "19"
                                  },
                                  "campaignPool": {
                                    "$ref": "54"
                                  }
                                },
                                {
                                  "$ref": "90"
                                }
                              ]
                            },
                            {
                              "$ref": "89"
                            }
                          ],
                          "priceLevels": [
                            {
                              "$id": "91",
                              "id": 1,
                              "priceLevelIdentifier": "hNUzOfzaEEOf8CN9R9+XJA==",
                              "priceLevelIdentifierGuid": "3933d584-dafc-4310-9ff0-237d47df9724",
                              "campaignName": "sample string 3",
                              "priceLevelName": "sample string 4"
                            },
                            {
                              "$ref": "91"
                            }
                          ]
                        },
                        "product": {
                          "$ref": "13"
                        },
                        "dealCost": {
                          "$id": "92",
                          "headerIdentifier": "co5d1+y1qkixNbcRL75mVg==",
                          "headerIdentifierGuid": "d75d8e72-b5ec-48aa-b135-b7112fbe6656",
                          "identifier": "HNPX7NqPa0eh72iXL9pMag==",
                          "identifierGuid": "ecd7d31c-8fda-476b-a1ef-68972fda4c6a",
                          "supplierIdentifier": "ASw/dkfPykmFQkqAZYmmpw==",
                          "supplierGuid": "763f2c01-cf47-49ca-8542-4a806589a6a7",
                          "pluG_UID": "HP87290LJEC3WeHPZGmnHg==",
                          "pluGuid": "db3bff1c-0bdd-4024-b759-e1cf6469a71e",
                          "campaignName": "965768d2-c5f3-4004-b68f-bf6f9d17b0ad",
                          "description": "sample string 4",
                          "cost": 5,
                          "costDecimals": 6,
                          "start": "2025-08-02T23:23:51.0197811",
                          "end": "2025-08-02T23:23:51.0197811",
                          "type": 9,
                          "promoType": 10,
                          "bonusItemPLUG_UID": "9AQDKrYmykOSKyJihi+zDA==",
                          "bonusItemPluGuid": "2a0304f4-26b6-43ca-922b-2262862fb30c",
                          "bonusPurchaseUnits": 11,
                          "bonusReceiveUnits": 12,
                          "updated": "2025-08-02T23:23:51.0197811",
                          "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-08-02T23:23:51.0197811",
                          "campaignEndDate": "2025-08-02T23:23:51.0197811",
                          "masterPLUG_UID": "lTTL75mLHUOMfNm4DI4MVg==",
                          "masterID": "efcb3495-8b99-431d-8c7c-d9b80c8e0c56",
                          "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": "WNlgW5KT7kywTQl/vBF7wQ==",
                          "bonusMasterID": "5b60d958-9392-4cee-b04d-097fbc117bc1",
                          "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-08-02T23:23:51.0197811",
                      "dealCosts": [
                        {
                          "$ref": "92"
                        },
                        {
                          "$ref": "92"
                        }
                      ],
                      "tags": [
                        {
                          "$id": "93",
                          "pluG_UID": "rJxpnHuIUUWhQZCXhnCC0Q==",
                          "pluGuid": "9c699cac-887b-4551-a141-9097867082d1",
                          "tagID": 1,
                          "description": "sample string 1",
                          "storeIDs": [
                            1,
                            2
                          ]
                        },
                        {
                          "$ref": "93"
                        }
                      ],
                      "alternateProductG_UID": "Wu68i0Jcw0mDWJiEtm6fGg==",
                      "alternateProduct": "8bbcee5a-5c42-49c3-8358-9884b66e9f1a",
                      "productHostCode": {
                        "$id": "94",
                        "id": 1,
                        "pluG_UID": "nNsnJ8xM/Uy6C9pHCLbWAA==",
                        "pluGuid": "2727db9c-4ccc-4cfd-ba0b-da4708b6d600",
                        "ibaCode": "sample string 2"
                      },
                      "mscCat": {
                        "$ref": "48"
                      },
                      "mscCom": {
                        "$ref": "49"
                      },
                      "mscDep": {
                        "$ref": "51"
                      },
                      "mscSubCom": {
                        "$ref": "50"
                      },
                      "isUserUpdate": true,
                      "ignoreMasterProduct": true,
                      "priceGroupLabelRequested": true,
                      "firstSold": "2025-08-02T23:23:51.0197811",
                      "inventoryTracked": "2025-08-02T23:23:51.0197811",
                      "isNormalPriceChangesCampaign": true
                    },
                    "supplier": {
                      "$ref": "8"
                    },
                    "serviceFee": {
                      "$id": "95",
                      "id": 1,
                      "description": "sample string 1",
                      "fee": 1
                    },
                    "isPrimaryHost": true,
                    "hostVendor": 47
                  },
                  {
                    "$ref": "11"
                  }
                ],
                "orderCycleHeaders": [
                  {
                    "$id": "96",
                    "storeID": 1,
                    "supplierIdentifier": "NAx7NFFGr02Zlc8bcm16hA==",
                    "supplierGuid": "347b0c34-4651-4daf-9995-cf1b726d7a84",
                    "departmentCode": "sample string 2",
                    "warehouseDirectIndicator": "sample string 3",
                    "type": 4,
                    "storeName": "sample string 5",
                    "departmentName": "sample string 6",
                    "orderDays": 7
                  },
                  {
                    "$ref": "96"
                  }
                ],
                "cycles": [
                  {
                    "$id": "97",
                    "storeID": 1,
                    "supplierIdentifier": "iLmJL13cVkeeULxsftn4IA==",
                    "supplierGuid": "2f89b988-dc5d-4756-9e50-bc6c7ed9f820",
                    "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-08-02T23:23:51.0197811",
                    "deliveryDate": "2025-08-02T23:23:51.0197811",
                    "nextCutOffDate": "2025-08-02T23:23:51.0197811",
                    "nextDeliveryDate": "2025-08-02T23:23:51.0197811",
                    "nextDaysBuffer": 10
                  },
                  {
                    "$ref": "97"
                  }
                ],
                "store": {
                  "$ref": "4"
                },
                "updated": "2025-08-02T23:23:51.0197811",
                "isHost": true
              },
              "files": [
                {
                  "$id": "98",
                  "id": "sample string 1",
                  "fileName": "sample string 2",
                  "extension": "sample string 3",
                  "provider": 0,
                  "type": 0,
                  "hostType": "sample string 4",
                  "createdUtc": "2025-08-02T23:23:51.0197811",
                  "processed": "2025-08-02T23:23:51.0197811",
                  "isProcessing": true,
                  "processedCount": 6,
                  "processingTime": 1,
                  "collectedUtc": "2025-08-02T23:23:51.0197811",
                  "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": "7"
                  },
                  "metcashHeader": {
                    "$id": "99",
                    "customerNumber": "sample string 1",
                    "creationDate": "2025-08-02T23:23:51.0197811",
                    "businessPillar": "sample string 3",
                    "fileType": "sample string 4"
                  }
                },
                {
                  "$ref": "98"
                }
              ],
              "zoneMatrix": [
                {
                  "$id": "100",
                  "id": 1,
                  "hostIdentifier": "6cR2izs+SkCTSViv/lr0Yg==",
                  "hostIdentifierGuid": "8b76c4e9-3e3b-404a-9349-58affe5af462",
                  "storeID": 1,
                  "departmentCode": "sample string 2",
                  "hostGuids": [
                    "39b6e9fb-947d-4a87-9ce9-0ec91a1b0102",
                    "59785271-141f-4348-ae0d-bf6e755dee48"
                  ]
                },
                {
                  "$ref": "100"
                }
              ],
              "hostFileStoreSetting": {
                "$ref": "6"
              },
              "hostStoreSettings": [
                {
                  "$ref": "6"
                },
                {
                  "$ref": "6"
                }
              ],
              "promotionPlacements": [
                {
                  "$id": "101",
                  "identifier": "xBxNVj6GAUmyKGiDip8a/Q==",
                  "identifierGuid": "564d1cc4-863e-4901-b228-68838a9f1afd",
                  "code": "sample string 2",
                  "description": "sample string 3",
                  "isAdvertised": true
                },
                {
                  "$ref": "101"
                }
              ],
              "promoTypeGuids": [
                "372df5e7-fa05-4fa8-81aa-569d7deae8a1",
                "5269194b-a230-4437-96af-2308a6d2311d"
              ],
              "isPromotionOnly": false,
              "isOrderable": false,
              "vendor": 0
            },
            "groupIDs": [
              1,
              2
            ],
            "hostDescription": "sample string 24"
          },
          {
            "$ref": "6"
          }
        ],
        "accounts": [
          {
            "$id": "102",
            "id": 1,
            "storeID": 1,
            "accountName": "sample string 2",
            "bsb": "sample string 3",
            "accountNumber": "sample string 4",
            "accountDesignated": true
          },
          {
            "$ref": "102"
          }
        ],
        "sales": [
          {
            "$id": "103",
            "id": 1,
            "storeID": 1,
            "externalSalesType": 2,
            "ftpSiteID": 1,
            "lastSaleProcessed": "2025-08-02T23:23:51.0197811",
            "ftpSite": {
              "$id": "104",
              "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": "103"
          }
        ],
        "zoneMatrix": [
          {
            "$ref": "100"
          },
          {
            "$ref": "100"
          }
        ],
        "cashManagements": [
          {
            "$id": "105",
            "id": 1,
            "storeID": 1,
            "cashManagementType": 2,
            "apiID": 1,
            "organisationID": "sample string 3",
            "siteName": "sample string 4",
            "thirdPartyAPI": {
              "$id": "106",
              "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": "105"
          }
        ],
        "updateStoreID": "3f42cb66-a787-4d08-b54c-6a5f3c735a3e",
        "updateStore": {
          "$id": "107",
          "id": "03cf7b90-8ef0-4eef-be8b-a47ec72ccfac",
          "name": "sample string 1",
          "lastActivity": "2025-08-02T23:23:51.0197811",
          "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-08-02T23:23:51.0197811"
        },
        "timeZoneId": "sample string 53",
        "securityOptions": {
          "$id": "108",
          "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"
        }
      },
      "grade": {
        "$id": "109",
        "id": 1,
        "gradeID": 2,
        "storeID": 3,
        "g_UID": "KuHjv6hp7EyZes8UQF4zqg==",
        "guid": "bfe3e12a-69a8-4cec-997a-cf14405e33aa",
        "fuelGrade": "sample string 5",
        "price1": 1,
        "price2": 1,
        "price3": 1,
        "price4": 1,
        "effective": "2025-08-02T23:23:51.0197811",
        "updated": "2025-08-02T23:23:51.0197811",
        "margin": 1,
        "product": {
          "$ref": "13"
        }
      }
    }
  },
  {
    "$ref": "1"
  }
]

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

text/csv

Sample:

Sample not available.

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PK��[B���5xl/workbook.xml �(�����0��&�C��(ȁN\�z�ޖ�m�?ik��-H�yۙ��v��‹;�B3�؄��|CH
�'���t���ex'��;�6`�EM�,ig��>��+�l�
 �qE�-�����a����Vw6YC�7E�~�(d���,1��6���Qht�U�k�y)�RT�❽�(�~w_PK��[����	�[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
��[#Thv''_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="R30e53177e724433b" /></Relationships>PK��[c��kL�xl/worksheets/sheet1.xml �(������0�_�⾐�IB,ujfu洵��3�Q�b%Q��7 #�����_�����w��d���8@�'��Zg�v���G�?M�'�?M*��^�������Q�U*��j/W�(�'���m�6�l%gju�eaC���%֍2i�7���#��^�d]!ߝ[�IV���:s���{Zn&�3}���q����\]{�7���gy���b�<�����Zn����R��̶�u!��Y���^�<+��<���O�ڦ_8B�8zu0V���o���#��A���� c#B�?����yB�>��ڧ�O��͍(�9�Y��'����k�7>
"n6&���~��8�� ����/.~�
�a�"����{aХ�Q�"�iLn6�{W-�,��t����Uٵ/��ݥ�V�m�q��q���tk�O�6��'H���	ho}"j�>A�ĢO�6���M����M|�	q!B�%eҤLj�Fz/׵Nn�׵Nb��Z'���y����IwٚGc���X0D�s�w�_��V}�@����b��a F�q`�|�������~�7�n����F��JY��_�˿��PK��[���Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞�I���ݰa[z{<����.г��H\�H�J,�t5��ӓf>�?6��id/���ly&��Eg�5p��]
��fO��i"��XZ���>�y�y��&27�M���IŔ���
��#^Qq�d�5��3����v@ztx���?����c�"����~J�_B�%*�'��^J]��e+K�B��񛩅x)�z}���Z�5�ܔh�*��L�<���ӥ�N��B��Ʋ(�\hY*uQ�W��PK��[Ѓ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��[G� �xl/sharedStrings.xml �(���OK�0ſJ�ݦ�AD�.��C=��،m0���D�OoVA�v�K`�//�1���މ7l	ky^�Rvd,����g�Rp�h�#�Z~K�l*�(���C��R�
�54f�L����+h�@�N-��BymQ�����"�}M��r�m��ܮ+�J��!R���
1�%�aJ֖s'�0�w_��u�%���`�%��������h֣u�L�ͧm5�Bђ�Ŧ]���8��	��(���PK-��[B���5xl/workbook.xmlPK-��[����	��[Content_Types].xmlPK-
��[#Thv''U_rels/.relsPK-��[c��kL��xl/worksheets/sheet1.xmlPK-��[���P_xl/_rels/workbook.xml.relsPK-��[Ѓc'2E
�xl/styles.xmlPK-��[G� �	xl/sharedStrings.xmlPK�a

application/vnd.ms-excel

Sample:
PK��[Ѡ���5xl/workbook.xml �(���;�0D�H���Ą����I�"����d;"Ǐ��.����ۡ��]cm�>�7��%�1����J�,��v�z�b��E���ڶo
&�<���CϢ�&H��i�����x�Q�3J3ep�� D�fOC�d2�����"�):�֋I!�4��f�a49w^�=F�Pix�M~����ys̮��F���PK��[����	�[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
��[�ζ''_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="R3e41360eae494e9e" /></Relationships>PK��[c��kL�xl/worksheets/sheet1.xml �(������0�_�⾐�IB,ujfu洵��3�Q�b%Q��7 #�����_�����w��d���8@�'��Zg�v���G�?M�'�?M*��^�������Q�U*��j/W�(�'���m�6�l%gju�eaC���%֍2i�7���#��^�d]!ߝ[�IV���:s���{Zn&�3}���q����\]{�7���gy���b�<�����Zn����R��̶�u!��Y���^�<+��<���O�ڦ_8B�8zu0V���o���#��A���� c#B�?����yB�>��ڧ�O��͍(�9�Y��'����k�7>
"n6&���~��8�� ����/.~�
�a�"����{aХ�Q�"�iLn6�{W-�,��t����Uٵ/��ݥ�V�m�q��q���tk�O�6��'H���	ho}"j�>A�ĢO�6���M����M|�	q!B�%eҤLj�Fz/׵Nn�׵Nb��Z'���y����IwٚGc���X0D�s�w�_��V}�@����b��a F�q`�|�������~�7�n����F��JY��_�˿��PK��[�1��Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞�I�|��ݰa[zמ�Q۲]�gc���V� �X��j4��'�|�lvo�D^Їњ�A#����9�
춛=N"���GHZ1��[S��Y��:4��[?��R?P'�IH�*��e�������G��V�g4�0}��4br~���O)�kȳD�:�Ǣl�JՕ:r��@���B�L~���L�E]Ɇq�2.��2ZxT�ѧK/���Z�V�&�%��d�U�����PK��[Ѓ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��[G� �xl/sharedStrings.xml �(���OK�0ſJ�ݦ�AD�.��C=��،m0���D�OoVA�v�K`�//�1���މ7l	ky^�Rvd,����g�Rp�h�#�Z~K�l*�(���C��R�
�54f�L����+h�@�N-��BymQ�����"�}M��r�m��ܮ+�J��!R���
1�%�aJ֖s'�0�w_��u�%���`�%��������h֣u�L�ͧm5�Bђ�Ŧ]���8��	��(���PK-��[Ѡ���5xl/workbook.xmlPK-��[����	�[Content_Types].xmlPK-
��[�ζ''V_rels/.relsPK-��[c��kL��xl/worksheets/sheet1.xmlPK-��[�1��P`xl/_rels/workbook.xml.relsPK-��[Ѓc'2E
�xl/styles.xmlPK-��[G� � 	xl/sharedStrings.xmlPK�c