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-06-14T07:40:11.754299",
    "dispenser": {
      "$id": "2",
      "id": 1,
      "storeID": 2,
      "dispenserNumber": 3,
      "updated": "2025-06-14T07:40:11.754299"
    },
    "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-06-14T07:40:11.754299",
      "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-06-14T07:40:11.754299",
        "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": "ihCDYvFEx0GkPRlX8jC/xw==",
        "hostIdentifierGuid": "6283108a-44f1-41c7-a43d-1957f230bfc7",
        "hostName": 1,
        "hostAddress": "sample string 27",
        "hostUsername": "sample string 28",
        "hostPassword": "sample string 29",
        "excludeFromLeadInOut": true,
        "accountingProvider": 31,
        "accountingAddress": "sample string 32",
        "accountingUsername": "sample string 33",
        "accountingPassword": "sample string 34",
        "storeAccountingCode": "sample string 35",
        "softwareVariance": 36,
        "fuelWarningVariance": 37.0,
        "fuelErrorVariance": 38.0,
        "fuelAccumulatedWarningVariance": 39.0,
        "fuelAccumulatedErrorVariance": 40.0,
        "drawManagment": 41,
        "endOfDayManagment": true,
        "autoFillCashBalancing": true,
        "fuelDayVariance": 44,
        "accountingTradingTime": "00:00:00.1234567",
        "stockActivateProduct": 46,
        "giftCardSalesAccountingDeptCode": "sample string 47",
        "transactionDiscountAccountingDeptCode": "sample string 48",
        "size": 49,
        "updated": "2025-06-14T07:40:11.754299",
        "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": "SS6a3wJdWU2eymZPnb4GGw==",
            "hostIdentifierGuid": "df9a2e49-5d02-4d59-9eca-664f9dbe061b",
            "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": "AFvyVaFGtUyhp+TzMM37tw==",
              "identifierGuid": "55f25b00-46a1-4cb5-a1a7-e4f330cdfbb7",
              "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": "N5lpMwrGC0yhakLk8bJh6w==",
              "hostSupplierIdentifierGuid": "33699937-c60a-4c0b-a16a-42e4f1b261eb",
              "loyaltyPriceLevelIdentifier": "Va2JCjdhZEuoTpEV/jBf4A==",
              "loyaltyPriceLevelIdentifierGuid": "0a89ad55-6137-4b64-a84e-9115fe305fe0",
              "isGroup": true,
              "description": "sample string 22",
              "hostProvider": 23,
              "hostTypeEnum": 24,
              "hostType": "sample string 25",
              "hostCode": "sample string 26",
              "username": "sample string 27",
              "password": "sample string 28",
              "passwordPlain": "sample string 29",
              "server": "sample string 30",
              "url": "sample string 31",
              "global": true,
              "stateCode": "sample string 33",
              "lastCollected": "2025-06-14T07:40:11.754299",
              "lastProcessed": "2025-06-14T07:40:11.754299",
              "hold": true,
              "supplierName": "sample string 35",
              "supplier": {
                "$id": "8",
                "identifier": "sQ6Q4zan80SKgENVNm9scQ==",
                "identifierGuid": "e3900eb1-a736-44f3-8a80-4355366f6c71",
                "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": "c7wVCOAthEWp2MV3WWN+BA==",
                "primaryContactID": "0815bc73-2de0-4584-a9d8-c57759637e04",
                "storeID": 1,
                "abn": "sample string 16",
                "supplierGroupIdentifier": "Yxb16Q71ckaqcgduRDgxjQ==",
                "supplierGroupGuid": "e9f51663-f50e-4672-aa72-076e4438318d",
                "rebate": 1.0,
                "rebateType": 1,
                "rebateFrequency": 1,
                "rebateSource": 1,
                "rebateLastClaimed": "2025-06-14T07:40:11.754299",
                "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": "37c299a8-d657-4a93-8401-9908541d8a8a",
                  "identifier": "Gka4AuTuFk+dkfWjQMJCnA==",
                  "identifierGuid": "02b8461a-eee4-4f16-9d91-f5a340c2429c",
                  "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": "WYa3A3LrDkGO8zXPfEMUhA==",
                    "supplierIdentifierGuid": "03b78659-eb72-410e-8ef3-35cf7c431484",
                    "contactGuid": "63Dq7/bkGkeEDWiSxNVcPQ==",
                    "contactID": "efea70eb-e4f6-471a-840d-6892c4d55c3d",
                    "contact": {
                      "$ref": "9"
                    },
                    "supplier": {
                      "$ref": "8"
                    }
                  },
                  {
                    "$ref": "10"
                  }
                ],
                "products": [
                  {
                    "$id": "11",
                    "pluG_UID": "Bmk8Pc47P0SxUECpwd+JWA==",
                    "pluGuid": "3d3c6906-3bce-443f-b150-40a9c1df8958",
                    "supplierIdentifier": "reP2YDmVTUW95VO29N1OvQ==",
                    "supplierIdentifierGuid": "60f6e3ad-9539-454d-bde5-53b6f4dd4ebd",
                    "cartonQuantity": 1,
                    "cartonQuantityChanged": true,
                    "productSize": "sample string 2",
                    "cigarettesPerSleeve": 1,
                    "randomWeight": true,
                    "piecesPerUnit": 4,
                    "averagePackSize": 5,
                    "effectiveDate": "2025-06-14T07:40:11.754299",
                    "pricedByWeight": true,
                    "landedUnitCostEx": 8,
                    "landedUnitCostInc": 9,
                    "landedCartonCostInc": 10,
                    "landedCartonCostEx": 11,
                    "standardCost": 12,
                    "deliveryFee": 1,
                    "deliveryFeeBasis": "sample string 13",
                    "pickAndPackFee": 1,
                    "pickAndPackFeeBasis": "sample string 14",
                    "financeFee": 1,
                    "financeFeeBasis": "sample string 15",
                    "cartonLength": 1,
                    "cartonWidth": 1,
                    "cartonHeight": 1,
                    "palletLayerQuantity": 1,
                    "palletLayers": 1,
                    "itemCode": "sample string 16",
                    "invoiceCode": "sample string 17",
                    "invoiceDesc": "sample string 18",
                    "orderDirect": true,
                    "useCost": true,
                    "minimumQuantity": 19,
                    "hostType": 20,
                    "fromHost": 21,
                    "minimumReorder": 1,
                    "maximumReorder": 1,
                    "orderMultiple": 22.1,
                    "sellMultiple": 23.1,
                    "baseMultiple": 24.1,
                    "hostStandardCost": 25,
                    "hostTotalCost": 26,
                    "hostRetail": 27,
                    "hostLandedUnitCostEx": 28,
                    "hostLandedUnitCostInc": 29,
                    "hostDesc": "sample string 30",
                    "directIndicator": "sample string 31",
                    "availableToOrder": true,
                    "hostRangeIndicator": "sample string 33",
                    "hostProductType": "sample string 34",
                    "hostProductGrade": "sample string 35",
                    "hostProductGroup": "sample string 36",
                    "hostSlowMoving": true,
                    "hostGeneralMerchandise": true,
                    "hostPillar": "sample string 39",
                    "hostLastUpdated": "2025-06-14T07:40:11.754299",
                    "rebate": 1.0,
                    "rebateExclude": true,
                    "invoiceCodes": [
                      {
                        "$id": "12",
                        "pluG_UID": "5k/Dc2nKbE28ngwNcOPWmg==",
                        "pluGuid": "73c34fe6-ca69-4d6c-bc9e-0c0d70e3d69a",
                        "supplierIdentifier": "uQh6avvQ1UiAcjcMSd56GA==",
                        "supplierIdentifierGuid": "6a7a08b9-d0fb-48d5-8072-370c49de7a18",
                        "invoiceCode": "sample string 1",
                        "storeIDs": [
                          1,
                          2
                        ]
                      },
                      {
                        "$ref": "12"
                      }
                    ],
                    "storeIDs": [
                      1,
                      2
                    ],
                    "preferredSupplier": true,
                    "preferredRebateSupplier": true,
                    "supplierName": "sample string 40",
                    "salesMode": 41,
                    "orderPacked": true,
                    "active": true,
                    "price": 1,
                    "costGstPercent": 43,
                    "parentPluG_UID": "hpzoScMx7UaXgSBzAR7XDw==",
                    "parentPluGuid": "49e89c86-31c3-46ed-9781-2073011ed70f",
                    "freight": 44.0,
                    "freightType": 1,
                    "product": {
                      "$id": "13",
                      "plu": 1,
                      "storeID": 1,
                      "masterPluG_UID": "QEA=",
                      "storeIDs": [
                        1,
                        2
                      ],
                      "g_UId": "LGEovu2PHEOYv2tnpVPrdQ==",
                      "guid": "be28612c-8fed-431c-98bf-6b67a553eb75",
                      "apn": "sample string 1",
                      "apnChanged": true,
                      "apnSwitched": true,
                      "barcode": "sample string 4",
                      "itemNumber": "sample string 5",
                      "itemNumberChanged": true,
                      "priceGroupG_UID": "nPBpUCkkBEGPo4ItjcV5Rg==",
                      "priceGroupGuid": "5069f09c-2429-4104-8fa3-822d8dc57946",
                      "blueprintID": 1,
                      "lastCountedDate": "2025-06-14T07:40:11.754299",
                      "externalID": "sample string 7",
                      "active": true,
                      "activated": "2025-06-14T07:40:11.754299",
                      "pluCreated": "2025-06-14T07:40:11.754299",
                      "createdByUser": "sample string 9",
                      "name": "sample string 10",
                      "nameChanged": true,
                      "secondDescription": "sample string 12",
                      "hostDescription": "sample string 13",
                      "keepCartonQty": true,
                      "keepDescription": true,
                      "keepDepartments": true,
                      "keepSuppliers": true,
                      "markdownDescription": "sample string 18",
                      "altDescription": "sample string 19",
                      "bestOrExpire": 20,
                      "lastUpdate": "2025-06-14T07:40:11.754299",
                      "lastManualUpdate": "2025-06-14T07:40:11.754299",
                      "imageName": "sample string 23",
                      "showImageOnFlipCharts": true,
                      "showTextOnFlipCharts": true,
                      "overrideFlipChartText": true,
                      "flipChartText": "sample string 27",
                      "salesMode": 1,
                      "eftCode": 1,
                      "price": 1,
                      "priceChanged": true,
                      "rrp": 1,
                      "gstPercent": 28,
                      "gstPercentChanged": true,
                      "costGSTPercent": 29,
                      "costGSTPercentChanged": true,
                      "wetPercent": 1,
                      "priceOverride": 1,
                      "cost": 1,
                      "currentCost": 1,
                      "currentCostDecimals": 1,
                      "grossProfit": 1.0,
                      "currentCostDesc": "sample string 30",
                      "currentCostEnd": "2025-06-14T07:40:11.754299",
                      "currentCostUpdated": "2025-06-14T07:40:11.754299",
                      "costDecimals": 31,
                      "costChanged": true,
                      "dealCostIdentifier": "QEA=",
                      "excludeFromRebate": true,
                      "rebateOverride": 1,
                      "costCalcMethod": 1,
                      "costCalcMethodChanged": true,
                      "costEffectiveDate": "2025-06-14T07:40:11.754299",
                      "defaultGP": 1,
                      "breakTargetMode": 32,
                      "break1": 1,
                      "price1": 1,
                      "target1": 33,
                      "break2": 1,
                      "price2": 1,
                      "target2": 34,
                      "break3": 1,
                      "price3": 1,
                      "target3": 35,
                      "break1Changed": true,
                      "price1Changed": true,
                      "target1Changed": true,
                      "break2Changed": true,
                      "price2Changed": true,
                      "target2Changed": true,
                      "break3Changed": true,
                      "price3Changed": true,
                      "target3Changed": true,
                      "breakTargetModeChanged": true,
                      "margin": 1.1,
                      "marginChanged": true,
                      "marginRanged": true,
                      "marginRangedChanged": true,
                      "minimumMargin": 1.1,
                      "minimumMarginChanged": true,
                      "maximumMargin": 1.1,
                      "maximumMarginChanged": true,
                      "overrideHostWarehouseIndicator": true,
                      "overrideHostWarehouseIndicatorChanged": true,
                      "overrideHostPrice": true,
                      "overrideHostPriceChanged": true,
                      "overrideHostCost": true,
                      "overrideHostCostChanged": true,
                      "overrideHostMargin": true,
                      "overrideHostMarginChanged": true,
                      "alwaysApplyMargin": true,
                      "alwaysApplyMarginChanged": true,
                      "aws": 1.0,
                      "awsUpdated": "2025-06-14T07:40:11.754299",
                      "posTare": 1,
                      "altPrice": 1.0,
                      "altPriceChanged": true,
                      "altPriceMode": 52,
                      "altPriceModeChanged": true,
                      "altPLUG_UID": "yYImqaA1nUOEmiGEFTxnJQ==",
                      "altPLUGuid": "a92682c9-35a0-439d-849a-2184153c6725",
                      "altPLUGuidChanged": true,
                      "altPriceDescription1": "sample string 53",
                      "altPriceDescription2": "sample string 54",
                      "cartonQuantity": 55,
                      "cartonQuantityChanged": true,
                      "trayID": 1,
                      "promptID": 1,
                      "tare": 1,
                      "packQty": 1,
                      "fixedWeight": 1,
                      "extraMesg": 1,
                      "text1": "sample string 57",
                      "text2": "sample string 58",
                      "text3": "sample string 59",
                      "labelText": "sample string 60",
                      "labelTextChanged": true,
                      "sendToScale": true,
                      "nonScaleWeigh": true,
                      "labelFormat": "sample string 64",
                      "barcodeFormat": "sample string 65",
                      "austMade": 1,
                      "coolCode": 66,
                      "countryOfOrigin": "sample string 67",
                      "percentContent": 68.1,
                      "departmentID": 1,
                      "subDepartmentID": 1,
                      "minorDepartmentID": 1,
                      "lesserDepartmentID": 1,
                      "deptCode": "sample string 69",
                      "subDeptCode": "sample string 70",
                      "minorDeptCode": "sample string 71",
                      "lesserDeptCode": "sample string 72",
                      "deptName": "sample string 73",
                      "subDeptName": "sample string 74",
                      "minorDeptName": "sample string 75",
                      "lesserDeptName": "sample string 76",
                      "departmentChanged": true,
                      "subCategoryID": 1,
                      "expiry": 1,
                      "showDays": 1,
                      "datePrint": 1,
                      "labelRequired": true,
                      "labelShelfQty": 79,
                      "labelShelfChanged": true,
                      "labelTalkerQty": 81,
                      "labelSmall": true,
                      "labelLastPrinted": "2025-06-14T07:40:11.754299",
                      "labelLastPrice": 1,
                      "shelfPageLayoutG_UID": "QU4q5VUmH0uvn3nyyhPaJA==",
                      "shelfPageLayoutGuid": "e52a4e41-2655-4b1f-af9f-79f2ca13da24",
                      "talkerPageLayoutG_UID": "67YXgg5m50eiv3SkdadSnQ==",
                      "talkerPageLayoutGuid": "8217b6eb-660e-47e7-a2bf-74a475a7529d",
                      "unitMeasure": 1.1,
                      "unitMeasureChanged": true,
                      "unitMeasureKind": 84,
                      "unitMeasureKindChanged": true,
                      "signIQData": "sample string 86",
                      "refresh": true,
                      "earnLoyaltyPoints": true,
                      "earnLoyaltyPointsChanged": true,
                      "quantityOverride": true,
                      "quantityOverrideChanged": true,
                      "quantityRequired": true,
                      "quantityRequiredChanged": true,
                      "allowDiscounts": true,
                      "allowDiscountsChanged": true,
                      "discountDiscounts": true,
                      "discountDiscountsChanged": true,
                      "itemRecalled": true,
                      "itemRecalledChanged": true,
                      "noRefund": true,
                      "noRefundChanged": true,
                      "allowMarkdown": true,
                      "allowMarkdownChanged": true,
                      "priceRequired": true,
                      "priceRequiredChanged": true,
                      "fuelItem": true,
                      "fuelItemChanged": true,
                      "trackSerial": true,
                      "trackSerialChanged": true,
                      "allowZeroPrice": true,
                      "allowZeroPriceChanged": true,
                      "notForSale": 90,
                      "notForSaleChanged": true,
                      "excludeFromDeals": true,
                      "excludeFromVoucher": true,
                      "minimumAge": 93,
                      "minimumAgeChanged": true,
                      "buyingLimit": 1,
                      "buyingLimitChanged": true,
                      "buyingLimitIndependent": true,
                      "buyingLimitIndependentChanged": true,
                      "inventoryGuid": "xQXoPybwuUu+as5dMKu1ww==",
                      "inventoryIdentifier": "3fe805c5-f026-4bb9-be6a-ce5d30abb5c3",
                      "inventoryAccuracy": 1,
                      "baseUnits": 97,
                      "orderPacked": 1,
                      "isManufactured": true,
                      "isIngredient": true,
                      "isModifier": true,
                      "isModifierChanged": true,
                      "hasModifiers": 98,
                      "defaultPrinter": "sample string 99",
                      "defaultPrinterGroup": "sample string 100",
                      "ingredientsOnManufacture": true,
                      "manufactureUnitMeasure": 1,
                      "mpl": 1,
                      "maxShelfQty": 101,
                      "allowAutoOrder": true,
                      "warrantyPeriod": 1,
                      "parentPluG_UId": "WGdFOjEMZUKgOpnJx17auA==",
                      "parentPluGuid": "3a456758-0c31-4265-a03a-99c9c75edab8",
                      "preferredHostVendor": 103,
                      "preferredHostChanged": true,
                      "code": "sample string 105",
                      "supplierIdentifier": "uwYShiAvlEqXjQMQW9phkw==",
                      "supplierIdentifierGuid": "861206bb-2f20-4a94-978d-03105bda6193",
                      "supplierChanged": true,
                      "rebateSupplierIdentifier": "swlIW+t1LkaDEGO8QT1IAw==",
                      "rebateSupplierIdentifierGuid": "5b4809b3-75eb-462e-8310-63bc413d4803",
                      "rebateSupplierChanged": true,
                      "availableForOrder": true,
                      "warehouseDirectIndicator": "sample string 107",
                      "warehouseDirectIndicatorChanged": true,
                      "productGrade": "sample string 109",
                      "productType": "sample string 110",
                      "productGroup": "sample string 111",
                      "complianceIndicator": "sample string 112",
                      "inhouseBrand": "sample string 113",
                      "slowMoving": true,
                      "generalMerchandise": true,
                      "comment": "sample string 116",
                      "lastUpdatedByUser": "sample string 117",
                      "lastManualUpdatedByUser": "sample string 118",
                      "lastUpdatedByUserOverride": true,
                      "lastUpdatedByHost": "2025-06-14T07:40:11.754299",
                      "commodity": "sample string 120",
                      "businessPillar": "sample string 121",
                      "mscCommodity": "sample string 122",
                      "hostIdentifier": "4XCWeehJcUWp3ECso0qoow==",
                      "hostIdentifierGuid": "799670e1-49e8-4571-a9dc-40aca34aa8a3",
                      "serviceFeeID": 1,
                      "serviceFeeIDChanged": true,
                      "providerName": "sample string 124",
                      "aisleEnds": "sample string 125",
                      "deleted": true,
                      "deletedChanged": true,
                      "hidden": true,
                      "doNotRange": true,
                      "doNotRangeChanged": true,
                      "doNotOrder": true,
                      "doNotOrderChanged": true,
                      "locked": true,
                      "excludeFromWebUpdate": true,
                      "excludeFromWebUpdateChanged": true,
                      "webPriceBasedOn": 136,
                      "webPriceRounding": true,
                      "webMarkup": 138,
                      "webPriceMode": 139,
                      "altDepartmentID": 1,
                      "altSubDepartmentID": 1,
                      "altMinorDepartmentID": 1,
                      "altLesserDepartmentID": 1,
                      "altDeptCode": "sample string 140",
                      "altSubDeptCode": "sample string 141",
                      "altMinorDeptCode": "sample string 142",
                      "altLesserDeptCode": "sample string 143",
                      "altDepartmentChanged": true,
                      "storeProducts": [
                        {
                          "$ref": "13"
                        },
                        {
                          "$ref": "13"
                        }
                      ],
                      "store": {
                        "$ref": "4"
                      },
                      "storePrices": [
                        {
                          "$id": "14",
                          "pluG_UID": "QpoS8+99l0+He4DKcJDOxQ==",
                          "pluGuid": "f3129a42-7def-4f97-877b-80ca7090cec5",
                          "plu": 1,
                          "storeID": 1,
                          "zoneID": 2,
                          "zoneName": "sample string 3",
                          "store": "sample string 4",
                          "priceNow": 5,
                          "costNow": 6,
                          "costNowDecimals": 7,
                          "normalPrice": 8,
                          "gstPercent": 9,
                          "normalCost": 10,
                          "normalCostDecimals": 11,
                          "costGstPercent": 12,
                          "costCalcMethod": 1,
                          "currentCost": 13,
                          "currentCostDecimals": 14,
                          "break1": 15,
                          "price1": 16,
                          "break2": 17,
                          "price2": 18,
                          "break3": 19,
                          "price3": 20,
                          "fuelItem": 21,
                          "fixedWeight": 22,
                          "active": true,
                          "complianceIndicator": "sample string 23",
                          "doNotOrder": true,
                          "doNotRange": true,
                          "isNormalPriceChangesCampaign": true,
                          "updated": "2025-06-14T07:40:11.754299"
                        },
                        {
                          "$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-06-14T07:40:11.754299",
                          "priceChangeType": 0,
                          "costDecimals": 10
                        },
                        "normalPluPrices": {
                          "$ref": "16"
                        },
                        "winningCampaign": 1,
                        "winner": {
                          "$id": "17",
                          "campaignName": "sample string 1",
                          "campaignDescription": "sample string 2",
                          "startDate": "2025-06-14T07:40:11.754299",
                          "startTime": 3,
                          "endDate": "2025-06-14T07:40:11.754299",
                          "endTime": 4,
                          "newPrice": 5,
                          "newCost": 6,
                          "newCostDecimals": 7,
                          "pctDiscount": 8,
                          "promoType": 1,
                          "promotionTypeCode": "sample string 9",
                          "hostType": 10,
                          "hostIdentifier": "WJQVto0Qzkulg9e//UyqAA==",
                          "hostIdentifierGuid": "b6159458-108d-4bce-a583-d7bffd4caa00",
                          "storeNames": [
                            "sample string 1",
                            "sample string 2"
                          ]
                        },
                        "details": [
                          {
                            "$ref": "17"
                          },
                          {
                            "$ref": "17"
                          }
                        ]
                      },
                      "tray": {
                        "$id": "18",
                        "g_UId": "VHKazvjuO0eD+2S6VMA/MA==",
                        "guid": "ce9a7254-eef8-473b-83fb-64ba54c03f30",
                        "name": "sample string 1",
                        "number": 1,
                        "tare": 1
                      },
                      "priceGroup": {
                        "$id": "19",
                        "priceGroupG_UID": "Vn4nSpPQpEm8NurAt0tapw==",
                        "priceGroupGuid": "4a277e56-d093-49a4-bc36-eac0b74b5aa7",
                        "name": "sample string 2",
                        "code": 1,
                        "modified": true,
                        "updated": "2025-06-14T07:40:11.754299",
                        "buyingLimit": 1,
                        "buyingLimitIndependent": true,
                        "buyingLimitType": 0,
                        "number": 1,
                        "products": [
                          {
                            "$ref": "13"
                          },
                          {
                            "$ref": "13"
                          }
                        ],
                        "productCount": 1
                      },
                      "priceGroupName": "sample string 145",
                      "nutrifacts": {
                        "$id": "20",
                        "pluG_UID": "Zt8UEY9VpkuJ7n6qpMTM/Q==",
                        "pluGuid": "1114df66-558f-4ba6-89ee-7eaaa4c4ccfd",
                        "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": "9b26bf14-9824-4e81-846a-aff05f6a9505",
                        "created": "2025-06-14T07:40:11.754299",
                        "createdByUser": "sample string 1",
                        "activated": "2025-06-14T07:40:11.754299",
                        "deactivated": "2025-06-14T07:40:11.754299",
                        "lastOrdered": "2025-06-14T07:40:11.754299",
                        "lastOrderedQty": 2.0,
                        "lastReceived": "2025-06-14T07:40:11.754299",
                        "lastReceivedQty": 3.0,
                        "lastInvoiceStatus": 1,
                        "lastCounted": "2025-06-14T07:40:11.754299",
                        "lastSold": "2025-06-14T07:40:11.754299",
                        "firstSold": "2025-06-14T07:40:11.754299",
                        "awsUpdated": "2025-06-14T07:40:11.754299",
                        "lastManualUpdate": "2025-06-14T07:40:11.754299",
                        "lastManualUpdatedByUser": "sample string 5",
                        "lastUpdated": "2025-06-14T07:40:11.754299",
                        "lastUpdatedByUser": "sample string 7",
                        "lastUpdatedByHost": "2025-06-14T07:40:11.754299",
                        "doNotRangeUpdated": "2025-06-14T07:40:11.754299",
                        "doNotOrderUpdated": "2025-06-14T07:40:11.754299",
                        "tracked": "2025-06-14T07:40:11.754299"
                      },
                      "allergens": [
                        {
                          "$id": "22",
                          "allergenID": 1,
                          "pluG_UID": "eCzbe7aQOk+VOc85KArH4Q==",
                          "pluGuid": "7bdb2c78-90b6-4f3a-9539-cf39280ac7e1",
                          "contains": 2,
                          "allergenName": "sample string 3",
                          "storeIDs": [
                            1,
                            2
                          ]
                        },
                        {
                          "$ref": "22"
                        }
                      ],
                      "costs": {
                        "$id": "23",
                        "pluG_UID": "6uL9G2j1iEKhbvEnm9Rcrw==",
                        "pluGuid": "1bfde2ea-f568-4288-a16e-f1279bd45caf",
                        "enteredCost": 1,
                        "weightedAvgCost": 1,
                        "lastCost": 1,
                        "rawEnteredCost": 2,
                        "rawWeightedAvgCost": 3,
                        "rawLastCost": 4,
                        "freight": 5.0,
                        "freightType": 6,
                        "costDecimals": 7,
                        "fifoCost": 1,
                        "updated": "2025-06-14T07:40:11.754299",
                        "normalCost": 1,
                        "currentCost": 1
                      },
                      "sales": [
                        {
                          "$id": "24",
                          "saleHeaderID": 1,
                          "created": "2025-06-14T07:40:11.754299",
                          "createdLocal": "2025-06-14T07:40:11.754299",
                          "storeID": 3,
                          "storeName": "sample string 4",
                          "operatorG_Uid": "jRDrHOnWmEOY032TyxQa4Q==",
                          "operatorGuid": "1ceb108d-d6e9-4398-98d3-7d93cb141ae1",
                          "operatorName": "sample string 5",
                          "tranType": 1,
                          "plu": 1,
                          "pluG_UId": "ehGhrxMWvUyVv3bdLFx4yA==",
                          "pluGuid": "afa1117a-1613-4cbd-95bf-76dd2c5c78c8",
                          "normalPrice": 1,
                          "totalCents": 1,
                          "cost": 1,
                          "grossProfit": 1,
                          "quantity": 1,
                          "operator": {
                            "$id": "25",
                            "id": 1,
                            "g_Uid": "TGgSmgRbPU+lB9gO/vIMew==",
                            "guid": "9a12684c-5b04-4f3d-a507-d80efef20c7b",
                            "operatorNumber": 1,
                            "shortName": "sample string 2",
                            "firstName": "sample string 3",
                            "lastName": "sample string 4",
                            "password": "sample string 5",
                            "hasPassword": true,
                            "passwordText": "sample string 6",
                            "rfidTagID": "sample string 7",
                            "blueprintID": 1,
                            "groupID": 1,
                            "groupName": "sample string 8",
                            "managerGroupID": 1,
                            "managerGroupName": "sample string 9",
                            "zoneID": 1,
                            "zoneName": "sample string 10",
                            "loggedIn": 1,
                            "lastUsedIP": "sample string 11",
                            "deleted": true,
                            "locked": true,
                            "allowOpenTill": true,
                            "webEmail": "sample string 14",
                            "simpleOperatorType": 0,
                            "webRole": "sample string 15",
                            "updated": "2025-06-14T07:40:11.754299",
                            "passwordResetRequired": true,
                            "alteredInStore": true,
                            "startShift": "2025-06-14T07:40:11.754299",
                            "endShift": "2025-06-14T07:40:11.754299",
                            "machineName": "sample string 20",
                            "drawerID": 1,
                            "stores": [
                              {
                                "$id": "26",
                                "operatorG_UID": "catOAwolokuefx0mZ4j+Rw==",
                                "operatorGuid": "034eab71-250a-4ba2-9e7f-1d266788fe47",
                                "storeID": 2,
                                "operator": {
                                  "$ref": "25"
                                },
                                "store": {
                                  "$ref": "4"
                                }
                              },
                              {
                                "$ref": "26"
                              }
                            ]
                          }
                        },
                        {
                          "$ref": "24"
                        }
                      ],
                      "apns": [
                        {
                          "$id": "27",
                          "pluID": 1,
                          "pluG_UID": "vjrTk0S070mTFnmheK5Ecw==",
                          "pluGuid": "93d33abe-b444-49ef-9316-79a178ae4473",
                          "apn": "sample string 1",
                          "deleted": true,
                          "storeID": 1,
                          "storeIDs": [
                            1,
                            2
                          ]
                        },
                        {
                          "$ref": "27"
                        }
                      ],
                      "tuns": [
                        {
                          "$id": "28",
                          "pluG_UId": "u8+gKQf8pUOJ9YPrUJAccw==",
                          "pluGuid": "29a0cfbb-fc07-43a5-89f5-83eb50901c73",
                          "apn": "sample string 1",
                          "tun": "sample string 2",
                          "cartonQuantity": 3,
                          "product": {
                            "$ref": "13"
                          },
                          "storeIDs": [
                            1,
                            2
                          ]
                        },
                        {
                          "$ref": "28"
                        }
                      ],
                      "competitionPricing": [
                        {
                          "$id": "29",
                          "identifier": "JUW6tZwiFE+ZtkJhpLkDhw==",
                          "identifierGuid": "b5ba4525-229c-4f14-99b6-4261a4b90387",
                          "pluG_UID": "z5Eq1D53YUS6tMhYgUxNnw==",
                          "pluGuid": "d42a91cf-773e-4461-bab4-c858814c4d9f",
                          "competitionID": 1,
                          "name": "sample string 2",
                          "sellMultiple": 3,
                          "retailPrice": 4,
                          "storeName": "sample string 5"
                        },
                        {
                          "$ref": "29"
                        }
                      ],
                      "supplier": {
                        "$ref": "8"
                      },
                      "supplierName": "sample string 146",
                      "children": [
                        {
                          "$ref": "13"
                        },
                        {
                          "$ref": "13"
                        }
                      ],
                      "ordering": {
                        "$ref": "11"
                      },
                      "flipChartPages": [
                        {
                          "$id": "30",
                          "identifier": "bQeQuRXMr0WDx5MFWGtFcw==",
                          "groupName": "sample string 1",
                          "identifierGuid": "b990076d-cc15-45af-83c7-9305586b4573",
                          "exists": true,
                          "flipChartIdentifier": "7Wv4+ziI/0KE3ESGjW41Cg==",
                          "flipChartIdentifierGuid": "fbf86bed-8838-42ff-84dc-44868d6e350a",
                          "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": "H7qHAD8REk+f5v3ema/3XQ==",
                          "groupIdentifierGuid": "0087ba1f-113f-4f12-9fe6-fdde99aff75d",
                          "flipChart": {
                            "$id": "31",
                            "identifier": "YRn8X322qEeT7YsenewHVw==",
                            "identifierGuid": "5ffc1961-b67d-47a8-93ed-8b1e9dec0757",
                            "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": "AfIY/YADx0OOAV91Fl5aCQ==",
                              "identifierGuid": "fd18f201-0380-43c7-8e01-5f75165e5a09",
                              "name": "sample string 2",
                              "formType": "sample string 3",
                              "forms": [
                                {
                                  "$id": "33",
                                  "id": 1,
                                  "g_UID": "TX6vGyfnpkuJcb6GRtx3BQ==",
                                  "guid": "1baf7e4d-e727-4ba6-8971-be8646dc7705",
                                  "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": "fXsdbG4QOEO406WbAKKlCA==",
                                  "previousFormGuid": "6c1d7b7d-106e-4338-b8d3-a59b00a2a508",
                                  "nextForm": 1,
                                  "nextFormG_UID": "3MZrDIbUUk2M9+fHbSvnoQ==",
                                  "nextFormGuid": "0c6bc6dc-d486-4d52-8cf7-e7c76d2be7a1",
                                  "attributes": "sample string 10",
                                  "updated": "2025-06-14T07:40:11.754299",
                                  "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": "BivOtkk3KUG8xrTpKI3hdg==",
                                      "checkoutFormGuid": "b6ce2b06-3749-4129-bcc6-b4e9288de176",
                                      "identifier": "TtjzNSJcXkGjSX63cPoirg==",
                                      "identifierGuid": "35f3d84e-5c22-415e-a349-7eb770fa22ae",
                                      "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": "u1jWHlcZ+0Kf6sJwWNH2Bg==",
                                      "valueGuid": "1ed658bb-1957-42fb-9fea-c27058d1f606",
                                      "buttonText": "sample string 10",
                                      "valueText": "sample string 11",
                                      "drawImageAndButton": true,
                                      "updated": "2025-06-14T07:40:11.754299",
                                      "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-06-14T07:40:11.754299",
                                        "imageData": "QEA=",
                                        "readOnly": true
                                      }
                                    },
                                    {
                                      "$ref": "34"
                                    }
                                  ],
                                  "panels": [
                                    {
                                      "$id": "36",
                                      "id": 1,
                                      "checkoutFormID": 2,
                                      "checkoutFormG_UID": "EK+Mz8p5Ykafg2XxtiLnvw==",
                                      "checkoutFormGuid": "cf8caf10-79ca-4662-9f83-65f1b622e7bf",
                                      "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": "ex+t2Jkr40WWUTrbZvsNzA==",
                              "flipChartPageIdentifierGuid": "d8ad1f7b-2b99-45e3-9651-3adb66fb0dcc",
                              "pluG_UID": "FbSwYo9XZEStZynU7x5opQ==",
                              "pluGuid": "62b0b415-578f-4464-ad67-29d4ef1e68a5",
                              "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": "KIZw3c/9iky+ZQAID3dOhA==",
                          "pluGuid": "dd708628-fdcf-4c8a-be65-00080f774e84",
                          "price": 1,
                          "costCalcMethod": 1,
                          "cost": 2,
                          "weightedAvgCost": 3,
                          "lastCost": 4,
                          "rawCost": 5,
                          "rawWeightedAvgCost": 6,
                          "rawLastCost": 7,
                          "costDecimals": 8,
                          "serviceFeeID": 9,
                          "freight": 10.0,
                          "freightType": 11,
                          "process": "sample string 12",
                          "user": "sample string 13",
                          "updated": "2025-06-14T07:40:11.754299",
                          "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": "nibnpoTSQkCOBl4StPJKRw==",
                          "ingredientGuid": "3vF8G4flekKej1eUpcoC9g==",
                          "ingredientIdentifier": "1b7cf1de-e587-427a-9e8f-5794a5ca02f6",
                          "quantity": 1.0,
                          "storeIDs": [
                            1,
                            2
                          ],
                          "ingredientText": "sample string 1",
                          "ingredient": {
                            "$ref": "13"
                          }
                        },
                        {
                          "$ref": "39"
                        }
                      ],
                      "bins": [
                        {
                          "$id": "40",
                          "pluG_UID": "O08MBNQP8EiUKNCLaaOAOg==",
                          "pluGuid": "040c4f3b-0fd4-48f0-9428-d08b69a3803a",
                          "shelfLocationIdentifier": "cNWMSGME3Ea6Er3nL2XjEQ==",
                          "shelfLocationGuid": "488cd570-0463-46dc-ba12-bde72f65e311",
                          "labelShelfDefault": 1,
                          "labelTalkerDefault": 1,
                          "labelSmall": true,
                          "labelPageLayoutG_UID": "Epc3CXm+EE6vx8MebBN9Ig==",
                          "labelPageLayoutGuid": "09379712-be79-4e10-afc7-c31e6c137d22",
                          "updated": "2025-06-14T07:40:11.754299",
                          "electronicShelfLabelIdentifier": "sample string 5",
                          "electronicshelfLabelsConfigurationID": 6,
                          "labelShelfChanged": true,
                          "productName": "sample string 8",
                          "locationText": "sample string 9",
                          "product": {
                            "$ref": "13"
                          },
                          "location": {
                            "$id": "41",
                            "identifier": "78QmIus5MkSsZ/nDXhlJYg==",
                            "storeID": 1,
                            "identifierGuid": "2226c4ef-39eb-4432-ac67-f9c35e194962",
                            "name": "sample string 2",
                            "haccp": true,
                            "blueprintID": 1,
                            "updated": "2025-06-14T07:40:11.754299",
                            "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": "iU9oE6GhSkmIX5PZjbuJZQ==",
                          "pluGuid": "13684f89-a1a1-494a-885f-93d98dbb8965",
                          "deptNo": 1,
                          "product": {
                            "$ref": "13"
                          },
                          "scaleLocation": {
                            "$id": "43",
                            "id": 1,
                            "deptNo": 1,
                            "deptCode": "sample string 2",
                            "name": "sample string 3",
                            "enabled": true,
                            "updated": "2025-06-14T07:40:11.754299",
                            "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-06-14T07:40:11.754299",
                                          "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": "FML36Rt3D0aFgRHpkkMPbA==",
                                          "labelPageLayoutGuid": "e9f7c214-771b-460f-8581-11e992430f6c",
                                          "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-06-14T07:40:11.754299",
                                      "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": "dwy4PPz0YkK5oaxgU3kYPQ==",
                                      "labelPageLayoutGuid": "3cb80c77-f4fc-4262-b9a1-ac605379183d",
                                      "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-06-14T07:40:11.754299",
                                  "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": "a3bnCFSQhEi6ah8G5POA7g==",
                                  "labelPageLayoutGuid": "08e7766b-9054-4884-ba6a-1f06e4f380ee",
                                  "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-06-14T07:40:11.754299",
                              "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": "+n7Umm/qsEeqwfPe1jlWNA==",
                              "labelPageLayoutGuid": "9ad47efa-ea6f-47b0-aac1-f3ded6395634",
                              "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": "nvrkjyQ2iE6+mTEWa5kpyQ==",
                        "pluGuid": "8fe4fa9e-3624-4e88-be99-31166b9929c9",
                        "newPrice": 1,
                        "pctDiscount": 1,
                        "newCost": 1,
                        "newCostDecimals": 6,
                        "dealCostIdentifier": "oa48tLHUZE6U7gd5l8jtJQ==",
                        "dealCostGuid": "b43caea1-d4b1-4e64-94ee-077997c8ed25",
                        "pluName": "sample string 7",
                        "apn": "sample string 8",
                        "fuelItem": true,
                        "priceGroupG_UID": "bnKOPh3UWUmGKTxlrhM/YQ==",
                        "priceGroupGuid": "3e8e726e-d41d-4959-8629-3c65ae133f61",
                        "itemNumber": "sample string 10",
                        "cri": "sample string 11",
                        "pluPrice": 12,
                        "pluCost": 13,
                        "pluCostIndicator": "sample string 14",
                        "pluPriceGstPercent": 15,
                        "pluCostGstPercent": 16,
                        "pluActive": true,
                        "cartonQty": 1.1,
                        "baseUnits": 18.1,
                        "salesMode": 1,
                        "pluNormalCost": 19,
                        "pluaws": 20.0,
                        "directNumber": "sample string 21",
                        "departmentName": "sample string 22",
                        "subDepartmentName": "sample string 23",
                        "priceGroupName": "sample string 24",
                        "supplierName": "sample string 25",
                        "stockOnHand": 1.1,
                        "stockOnOrder": 1.1,
                        "lastReceived": "2025-06-14T07:40:11.754299",
                        "rrp": 26,
                        "campaignDescription": "sample string 27",
                        "campaignComboPriceGroupG_UID": "RlsQ3noy/EafytvDHFFp8A==",
                        "campaignComboPriceGroupIdentifier": "de105b46-327a-46fc-9fca-dbc31c5169f0",
                        "promotionPlacementDescription": "sample string 28",
                        "storeAcceptances": [
                          {
                            "$id": "53",
                            "plu": 1,
                            "pluG_UId": "QEA=",
                            "campaignID": 1,
                            "campaignName": "sample string 2",
                            "storeID": 3,
                            "acceptedUtc": "2025-06-14T07:40:11.754299",
                            "operatorG_UID": "LtgacnjUx0ySj6vZcHX1eg==",
                            "operatorGuid": "721ad82e-d478-4cc7-928f-abd97075f57a",
                            "machineID": 1,
                            "processed": true,
                            "appliedUtc": "2025-06-14T07:40:11.754299",
                            "signIqTicketFileMovedUtc": "2025-06-14T07:40:11.754299",
                            "user": "sample string 6",
                            "campaignDescription": "sample string 7",
                            "productDesc": "sample string 8",
                            "storeName": "sample string 9",
                            "effectiveUtc": "2025-06-14T07:40:11.754299",
                            "priceChangeType": 0,
                            "operatorName": "sample string 10",
                            "hostCampaign": true,
                            "product": {
                              "$ref": "13"
                            },
                            "campaignPlu": {
                              "$ref": "52"
                            }
                          },
                          {
                            "$ref": "53"
                          }
                        ],
                        "campaign": {
                          "$id": "54",
                          "id": 1,
                          "storeID": 2,
                          "name": "407404d2-85bd-4989-a8e0-4cf0371959ff",
                          "nameGuid": "407404d2-85bd-4989-a8e0-4cf0371959ff",
                          "description": "sample string 4",
                          "showDiscounts": true,
                          "showTotals": true,
                          "onlyEvaluateOnSubtotal": true,
                          "useDescription": true,
                          "campaignType": 1,
                          "startDate": "2025-06-14T07:40:11.754299",
                          "startTime": 1,
                          "endDate": "2025-06-14T07:40:11.754299",
                          "endTime": 1,
                          "recurrence": 1,
                          "recurrenceType": 1,
                          "monthType": 1,
                          "weekDays": 1,
                          "months": 1,
                          "monthWeeks": 1,
                          "monthDays": "sample string 7",
                          "printed": true,
                          "talkerText": "sample string 8",
                          "rangeDescription": "sample string 9",
                          "dealDescription": "sample string 10",
                          "labelQuantity": 11,
                          "active": 1,
                          "deactivated": "2025-06-14T07:40:11.754299",
                          "system": true,
                          "created": "2025-06-14T07:40:11.754299",
                          "updated": "2025-06-14T07:40:11.754299",
                          "priceChangeNotifiedUtc": "2025-06-14T07:40:11.754299",
                          "promoType": 1,
                          "promotionTypeCode": "sample string 13",
                          "hostIdentifier": "WKYvAm6Ck0uNeY4ZG50PkQ==",
                          "hostIdentifierGuid": "022fa658-826e-4b93-8d79-8e191b9d0f91",
                          "hostType": 14,
                          "createdByUser": "sample string 15",
                          "fromHost": true,
                          "deleted": true,
                          "campaignDeleted": "2025-06-14T07:40:11.754299",
                          "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": "iiB+2URqoUSI8sDIl5Krqw==",
                              "pluGuid": "d97e208a-6a44-44a1-88f2-c0c89792abab",
                              "hostOfferID": 1,
                              "priceGroupG_UID": "+hZGGEaH80uQpc9/9gsQrA==",
                              "priceGroupGuid": "184616fa-8746-4bf3-90a5-cf7ff60b10ac",
                              "fuelItem": true,
                              "pluName": "sample string 6",
                              "apn": "sample string 7",
                              "pluActive": true,
                              "cartonQty": 1,
                              "baseUnits": 9.1,
                              "cri": "sample string 10",
                              "salesMode": 1,
                              "pluaws": 11.0,
                              "directNumber": "sample string 12",
                              "departmentName": "sample string 13",
                              "subDepartmentName": "sample string 14",
                              "priceGroupName": "sample string 15",
                              "supplierName": "sample string 16",
                              "stockOnHand": 1.1,
                              "stockOnOrder": 1.1,
                              "lastReceived": "2025-06-14T07:40:11.754299",
                              "rrp": 17,
                              "campaignDescription": "sample string 18",
                              "product": {
                                "$ref": "13"
                              },
                              "campaign": {
                                "$ref": "54"
                              }
                            },
                            {
                              "$ref": "55"
                            }
                          ],
                          "sellingRules": [
                            {
                              "$id": "56",
                              "id": 1,
                              "identifier": "MKoKeWzOMkqr7jtHbp0UZA==",
                              "identifierStr": "MKoKeWzOMkqr7jtHbp0UZA==",
                              "identifierGuid": "790aaa30-ce6c-4a32-abee-3b476e9d1464",
                              "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": "h/3qx4WYGkez3YEK/znauQ==",
                              "customerIDGuid": "c7eafd87-9885-471a-b3dd-810aff39dab9",
                              "campaign": {
                                "$ref": "54"
                              },
                              "customer": {
                                "$id": "58",
                                "identifier": "ZAgWFNhog0iNSAvGLznvlA==",
                                "identifierGuid": "14160864-68d8-4883-8d48-0bc62f39ef94",
                                "code": "sample string 2",
                                "familyName": "sample string 3",
                                "givenName": "sample string 4",
                                "otherName": "sample string 5",
                                "title": "sample string 6",
                                "dateOfBirth": "2025-06-14T07:40:11.754299",
                                "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": "r3Uquy6CmUWzan5Tqg08kQ==",
                                "communityIdentifierGuid": "bb2a75af-822e-4599-b36a-7e53aa0d3c91",
                                "joined": "2025-06-14T07:40:11.754299",
                                "updated": "2025-06-14T07:40:11.754299",
                                "active": true,
                                "reasonInactive": 1,
                                "groupCustomer": true,
                                "loyaltyPoints": 1,
                                "homeStoreID": 1,
                                "availableSpend": 1,
                                "priceLevelIdentifier": "nvs89ImvNECCHJnLwt1erA==",
                                "priceLevelIdentifierGuid": "f43cfb9e-af89-4034-821c-99cbc2dd5eac",
                                "marketingID": "sample string 18",
                                "hidden": true,
                                "registered": true,
                                "registeredOn": "2025-06-14T07:40:11.754299",
                                "emailMarketing": true,
                                "smsMarketing": true,
                                "deleted": true,
                                "deletedUser": "sample string 24",
                                "homeStoreName": "sample string 25",
                                "customerCards": [
                                  {
                                    "$id": "59",
                                    "cardType": 2,
                                    "issueDate": "2025-06-14T07:40:11.754299",
                                    "expiry": "2025-06-14T07:40:11.754299",
                                    "customerID": "cFTNKESf0U60LnnDG47Lcw==",
                                    "customerIDGuid": "28cd5470-9f44-4ed1-b42e-79c31b8ecb73",
                                    "initialValue": 1,
                                    "currentValue": 1,
                                    "maxLimit": 1,
                                    "minTransaction": 1,
                                    "maxTransaction": 1,
                                    "multiplier": 1.1,
                                    "active": true,
                                    "reasonInactive": 1,
                                    "idRequired": true,
                                    "idType": 1,
                                    "idValue": "sample string 5",
                                    "updated": "2025-06-14T07:40:11.754299",
                                    "linkedAccount": "p6e3zGk/T0uA8yWc5IsCOA==",
                                    "linkedAccountGuid": "ccb7a7a7-3f69-4b4f-80f3-259ce48b0238",
                                    "currentValueChanged": true,
                                    "limitsChanged": true,
                                    "customer": {
                                      "$ref": "58"
                                    },
                                    "account": {
                                      "$id": "60",
                                      "id": 1,
                                      "identifier": "uh8O4FQPa0a19oitcDA7HA==",
                                      "identifierGuid": "e00e1fba-0f54-466b-b5f6-88ad70303b1c",
                                      "referenceNo": "sample string 3",
                                      "name": "sample string 4",
                                      "created": "2025-06-14T07:40:11.754299",
                                      "owner": "ofBSn1H700mtm2y/vnvn2g==",
                                      "ownerGuid": "9f52f0a1-fb51-49d3-ad9b-6cbfbe7be7da",
                                      "accountStoreGroupIdentifier": "kjNxAN7ZQkayxXfVZ2eLiA==",
                                      "accountStoreGroupGuid": "00713392-d9de-4642-b2c5-77d567678b88",
                                      "accountType": 1,
                                      "currentBalance": 1,
                                      "externalID": "sample string 7",
                                      "maximumLimit": 1,
                                      "accruePoints": true,
                                      "loyaltyPoints": 1,
                                      "termsOfTrade": 1,
                                      "signatureRequired": true,
                                      "referenceRequired": true,
                                      "statementSendType": 10,
                                      "ageingPeriod": 1,
                                      "monthlyAgeingPeriod": true,
                                      "explodedInvoice": true,
                                      "isFifoAllocation": true,
                                      "lastStatementSent": "2025-06-14T07:40:11.754299",
                                      "active": true,
                                      "updated": "2025-06-14T07:40:11.754299",
                                      "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": "L4j6c4781Uaugfap5AZaPQ==",
                                          "identifierGuid": "73fa882f-fc8e-46d5-ae81-f6a9e4065a3d",
                                          "name": "sample string 2",
                                          "primaryContact": "/XGxHXtpsEGQGk79hfT8bA==",
                                          "primaryContactGuid": "1db171fd-697b-41b0-901a-4efd85f4fc6c",
                                          "accountID": "MA93IdFiAEuz/1q1oHvvlw==",
                                          "accountIDGuid": "21770f30-62d1-4b00-b3ff-5ab5a07bef97",
                                          "special": true,
                                          "updated": "2025-06-14T07:40:11.754299",
                                          "active": true,
                                          "reasonInactive": 1,
                                          "priceLevelIdentifier": "Sr8GZWChx0qewogqe4Ptqw==",
                                          "priceLevelIdentifierGuid": "6506bf4a-a160-4ac7-9ec2-882a7b83edab",
                                          "deleted": true,
                                          "account": {
                                            "$ref": "60"
                                          },
                                          "primaryContactCustomer": {
                                            "$ref": "58"
                                          },
                                          "customerGroupMembers": [
                                            {
                                              "$id": "63",
                                              "id": 1,
                                              "groupID": "p1JB0DbKk0O1Y6KzsZQdqw==",
                                              "groupIDGuid": "d04152a7-ca36-4393-b563-a2b3b1941dab",
                                              "customerID": "9sb1WYE2+0S2pwyYEoz2Hw==",
                                              "customerIDGuid": "59f5c6f6-3681-44fb-b6a7-0c98128cf61f",
                                              "card": "sample string 4",
                                              "linkedAccount": "0AEXLLIRHE2ATVPlHz8/QA==",
                                              "linkedAccountGuid": "2c1701d0-11b2-4d1c-804d-53e51f3f3f40",
                                              "customer": {
                                                "$ref": "58"
                                              },
                                              "group": {
                                                "$ref": "62"
                                              },
                                              "customerCard": {
                                                "$ref": "59"
                                              }
                                            },
                                            {
                                              "$ref": "63"
                                            }
                                          ]
                                        },
                                        {
                                          "$ref": "62"
                                        }
                                      ]
                                    },
                                    "payments": [
                                      {
                                        "$id": "64",
                                        "id": 1,
                                        "identifier": "Qj5Upi/1ukiBWy5uiCxOUQ==",
                                        "identifierGuid": "a6543e42-f52f-48ba-815b-2e6e882c4e51",
                                        "storeID": 2,
                                        "operatorName": "sample string 3",
                                        "saleHeaderID": 4,
                                        "paymentType": 5,
                                        "amount": 6,
                                        "account": "sample string 7",
                                        "accountID": "KQZOXa4gCkGoEtPitI3ibg==",
                                        "accountIDGuid": "5d4e0629-20ae-410a-a812-d3e2b48de26e",
                                        "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-06-14T07:40:11.754299",
                                        "invRocNo": "sample string 14",
                                        "responseCode": "sample string 15",
                                        "cashout": 1,
                                        "tip": 16,
                                        "idempotentVoid": "Bd9NquTKE0iUmvbfuCsWLw==",
                                        "idempotentVoidGuid": "aa4ddf05-cae4-4813-949a-f6dfb82b162f",
                                        "offline": true,
                                        "processed": 1,
                                        "storeSaleHeader": {
                                          "$id": "65",
                                          "saleHeaderID": 1,
                                          "saleHeaderGuid": "c6four8KgkaJ7a2n0ohBRQ==",
                                          "saleHeaderIdentifierGuid": "bae8a773-0abf-4682-89ed-ada7d2884145",
                                          "created": "2025-06-14T07:40:11.754299",
                                          "createdLocal": "2025-06-14T07:40:11.754299",
                                          "createdText": "sample string 4",
                                          "itemCount": 5,
                                          "totalAmount": 6,
                                          "cashTender": 1,
                                          "cardTender": 1,
                                          "cheqTender": 1,
                                          "acctTender": 1,
                                          "voucherTender": 1,
                                          "loyaltyPoints": 1,
                                          "cashout": 1,
                                          "changeAmount": 1,
                                          "rounding": 1,
                                          "gstAmount": 1,
                                          "transactionDiscountTender": 1,
                                          "totalTip": 7,
                                          "tranType": 1,
                                          "processed": 1,
                                          "imported": "2025-06-14T07:40:11.754299",
                                          "storeID": 1,
                                          "operatorG_Uid": "68HGn2sdqEGk1QACL8Ez9g==",
                                          "operatorGuid": "9fc6c1eb-1d6b-41a8-a4d5-00022fc133f6",
                                          "customerG_Uid": "lmRrrNtYhUOlSmiE4DtGKw==",
                                          "customerGuid": "ac6b6496-58db-4385-a54a-6884e03b462b",
                                          "communityIdentifier": "FPnFUArKgUeSJunMTouJJA==",
                                          "communityIdentifierGuid": "50c5f914-ca0a-4781-9226-e9cc4e8b8924",
                                          "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": "cEwyBIUUnE+iyp+QnBT2dg==",
                                          "priceLevelIdentifierGuid": "04324c70-1485-4f9c-a2ca-9f909c14f676",
                                          "locked": 36,
                                          "relationChecksum": "sample string 37",
                                          "loyaltyTender": 1,
                                          "giftCardTender": 1,
                                          "operator": {
                                            "$ref": "25"
                                          },
                                          "customer": {
                                            "$ref": "58"
                                          },
                                          "communityOrganisation": {
                                            "$id": "66",
                                            "id": 1,
                                            "identifier": "hpYxThkAV0G2BvOcLS8Klw==",
                                            "identifierGuid": "4e319686-0019-4157-b606-f39c2d2f0a97",
                                            "name": "sample string 3",
                                            "lookupIdentifier": "sample string 4",
                                            "externalID": "sample string 5",
                                            "phone": "sample string 6",
                                            "fax": "sample string 7",
                                            "email": "sample string 8",
                                            "address1": "sample string 9",
                                            "address2": "sample string 10",
                                            "city": "sample string 11",
                                            "postCode": "sample string 12",
                                            "state": "sample string 13",
                                            "country": "sample string 14",
                                            "totalAmountAwarded": 15.1,
                                            "updated": "2025-06-14T07:40:11.754299",
                                            "deleted": true
                                          },
                                          "details": [
                                            {
                                              "$id": "67",
                                              "saleItemID": 1,
                                              "identifier": "h02MIWkcQUaerZoYWwBO+g==",
                                              "identifierGuid": "218c4d87-1c69-4641-9ead-9a185b004efa",
                                              "saleHeaderID": 2,
                                              "plu": 1,
                                              "pluG_UId": "/VPQfAk6AU2c5O/sFQHgdA==",
                                              "pluGuid": "7cd053fd-3a09-4d01-9ce4-efec1501e074",
                                              "accountID": "Vzq87RsYJE+9a2RsKQVNhw==",
                                              "accountIDGuid": "edbc3a57-181b-4f24-bd6b-646c29054d87",
                                              "normalPrice": 3,
                                              "originalSellingPrice": 4,
                                              "discountPrice": 5,
                                              "unit": 1,
                                              "quantity": 6,
                                              "totalCents": 7,
                                              "fixedPrice": 1,
                                              "tranType": 1,
                                              "discountType": 1,
                                              "cost": 1,
                                              "costDecimals": 8,
                                              "markdown": 1,
                                              "manualQuantity": 1,
                                              "manualPrice": 1,
                                              "manualMode": 1,
                                              "active": 1,
                                              "offline": true,
                                              "barcode": "sample string 9",
                                              "keyedSale": 1,
                                              "discountedID": 1,
                                              "fuelID": 1,
                                              "serialNumber": "sample string 10",
                                              "bestOrExpire": "2025-06-14T07:40:11.754299",
                                              "bestOrExpireType": 1,
                                              "providerName": "sample string 11",
                                              "refundG_UID": "swfTAPbqlEq2bMeonFBvzQ==",
                                              "refundGuid": "00d307b3-eaf6-4a94-b66c-c7a89c506fcd",
                                              "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": "eTLxYeyah0GbSUbBIktAiQ==",
                                              "idempotentVoidGuid": "61f13279-9aec-4187-9b49-46c1224b4089",
                                              "priceLevelIdentifier": "ejFVTm57ZE6dxWU1Ja2t3w==",
                                              "priceLevelIdentifierGuid": "4e55317a-7b6e-4e64-9dc5-653525adaddf",
                                              "productName": "sample string 23",
                                              "apn": "sample string 24",
                                              "unknownScans": [
                                                {
                                                  "$id": "68",
                                                  "id": 1,
                                                  "saleDetailID": 2,
                                                  "storeID": 1,
                                                  "scanned": "2025-06-14T07:40:11.754299",
                                                  "operatorG_UID": "QEA=",
                                                  "barcode": "sample string 4",
                                                  "processed": 1
                                                },
                                                {
                                                  "$ref": "68"
                                                }
                                              ],
                                              "refund": {
                                                "$id": "69",
                                                "id": 1,
                                                "g_UID": "Wq7dkEtfskSntcv4E5AVTA==",
                                                "guid": "90ddae5a-5f4b-44b2-a7b5-cbf81390154c",
                                                "description": "sample string 1",
                                                "dumped": true,
                                                "inventoryReasonID": 1,
                                                "sortOrder": 1,
                                                "updated": "2025-06-14T07:40:11.754299"
                                              },
                                              "modifier": {
                                                "$id": "70",
                                                "id": 1,
                                                "setG_UID": "tQfB5AuZ0Um480jcoYZnRQ==",
                                                "modifierSetGuid": "e4c107b5-990b-49d1-b8f3-48dca1866745",
                                                "name": "sample string 2",
                                                "price": 1,
                                                "quantity": 1,
                                                "modifierType": 1,
                                                "groupNumber": 1,
                                                "pageNumber": 1,
                                                "controlOrder": 1,
                                                "printToStation": true,
                                                "pluG_UID": "QdQbIG4AyUuGMYEghqHcLQ==",
                                                "pluGuid": "201bd441-006e-4bc9-8631-812086a1dc2d",
                                                "deleted": true,
                                                "g_UID": "oeXBVnsWjESpuGdIPVURgg==",
                                                "guid": "56c1e5a1-167b-448c-a9b8-67483d551182",
                                                "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": "XzF6JNtJFkmwJMpfpCL7ow==",
                                              "pluGuid": "247a315f-49db-4916-b024-ca5fa422fba3",
                                              "saleHeaderID": 2,
                                              "totalCents": 3,
                                              "grade": 1,
                                              "gradeDescription": "sample string 4",
                                              "dispenser": 1,
                                              "hose": 1,
                                              "quantity": 1,
                                              "cost": 1,
                                              "acquirerNum": 1,
                                              "attendant": 1,
                                              "ePurseBalance": 1.0,
                                              "cardSignature": "sample string 5",
                                              "compartmentNumber": 1,
                                              "contractNumber": 1,
                                              "discountCardPAN": "sample string 6",
                                              "discountID": 1,
                                              "discountName": "sample string 7",
                                              "discountNetValue": 1.0,
                                              "discountType": 1,
                                              "discountValue": 1.0,
                                              "discretionaryData": "sample string 8",
                                              "driverID": "sample string 9",
                                              "eftBatchNumber": 1,
                                              "eftResponseCode": "sample string 10",
                                              "endDateTime": "2025-06-14T07:40:11.754299",
                                              "engineHours": 1.1,
                                              "fposNumber": 1,
                                              "loyaltyCardPAN": "sample string 11",
                                              "miscData1": 1,
                                              "miscData2": "sample string 12",
                                              "miscFlags": 1,
                                              "mop": 1,
                                              "odometer": 1,
                                              "panNumber": "sample string 13",
                                              "saleRefund": true,
                                              "saleStatus": 1,
                                              "sequenceNumber": 1,
                                              "stan": 1,
                                              "startDateTime": "2025-06-14T07:40:11.754299",
                                              "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": "mlC2uUqA+U6Mswm8Dd++Cw==",
                                              "pluGuid": "b9b6509a-804a-4ef9-8cb3-09bc0ddfbe0b",
                                              "accountID": "9pXRu3x38EKf8UQO/6sUoA==",
                                              "accountIDGuid": "bbd195f6-777c-42f0-9ff1-440effab14a0",
                                              "normalPrice": 3,
                                              "originalSellingPrice": 4,
                                              "discountPrice": 5,
                                              "unit": 1,
                                              "quantity": 6,
                                              "totalCents": 7,
                                              "fixedPrice": 1,
                                              "tranType": 1,
                                              "processed": 1,
                                              "discountType": 1,
                                              "cost": 1,
                                              "costDecimals": 1,
                                              "markdown": 1,
                                              "manualQuantity": 1,
                                              "manualPrice": 1,
                                              "manualMode": 1,
                                              "active": 1,
                                              "barcode": "sample string 8",
                                              "offline": 1,
                                              "keyedSale": 1,
                                              "discountedID": 1,
                                              "fuelID": 1,
                                              "serialNumber": "sample string 9",
                                              "bestOrExpire": "2025-06-14T07:40:11.754299",
                                              "bestOrExpireType": 1,
                                              "refundG_UID": "7sOCVE+yj0GsRL9dWHHDug==",
                                              "refundGuid": "5482c3ee-b24f-418f-ac44-bf5d5871c3ba",
                                              "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": "iYzzqg5I70a5OSQhCeNT/Q==",
                                              "identifierGuid": "aaf38c89-480e-46ef-b939-242109e353fd",
                                              "id": 1,
                                              "orderNo": 2,
                                              "externalSaleIdentifier": "sample string 3",
                                              "storeID": 4,
                                              "zoneID": 5,
                                              "deptNo": 6,
                                              "customerIdentifier": "/FeTuM5+vEehjF3dGge2gA==",
                                              "customerIdentifierGuid": "b89357fc-7ece-47bc-a18c-5ddd1a07b680",
                                              "operatorNo": 1,
                                              "operatorG_UID": "l+0u8k6lwEi+eEXp9BIRCw==",
                                              "operatorGuid": "f22eed97-a54e-48c0-be78-45e9f412110b",
                                              "created": "2025-06-14T07:40:11.754299",
                                              "ordered": "2025-06-14T07:40:11.754299",
                                              "started": "2025-06-14T07:40:11.754299",
                                              "completed": "2025-06-14T07:40:11.754299",
                                              "supplied": "2025-06-14T07:40:11.754299",
                                              "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": "Zrry3SVjIEa2358QHJfeTQ==",
                                                  "pluGuid": "ddf2ba66-6325-4620-b6df-9f101c97de4d",
                                                  "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": "L1V5G+iwHUiUMpTr70l+KQ==",
                                                  "headerIdentifierGuid": "1b79552f-b0e8-481d-9432-94ebef497e29",
                                                  "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": "H/5BYgBSIU60SefcKJ/F/w==",
                                              "surveyGuid": "6241fe1f-5200-4e21-b449-e7dc289fc5ff",
                                              "saleHeaderGuid": "HZin3j2v8Eif8+VY8GOv3Q==",
                                              "saleGuid": "dea7981d-af3d-48f0-9ff3-e558f063afdd",
                                              "textResponse": "sample string 1",
                                              "integerResponse": 1,
                                              "g_UIDResponse": "WPoEfmvZXkGWfMFJZ+Bmcg==",
                                              "guidResponse": "7e04fa58-d96b-415e-967c-c14967e06672",
                                              "whoAnswered": 2,
                                              "answeredAtUTC": "2025-06-14T07:40:11.754299",
                                              "sale": {
                                                "$ref": "65"
                                              },
                                              "survey": {
                                                "$id": "79",
                                                "g_UID": "ojy2Ko24tke8GFQq/yRNww==",
                                                "guid": "2ab63ca2-b88d-47b6-bc18-542aff244dc3",
                                                "name": "sample string 1",
                                                "storeID": 2,
                                                "zoneID": 1,
                                                "checkoutFormG_UID": "eHZZ+jL4jUOxhCNOu9yqEA==",
                                                "checkoutFormGuid": "fa597678-f832-438d-b184-234ebbdcaa10",
                                                "displayToWho": 3,
                                                "displayWhen": 4,
                                                "start": "2025-06-14T07:40:11.754299",
                                                "end": "2025-06-14T07:40:11.754299",
                                                "deleted": true,
                                                "updated": "2025-06-14T07:40:11.754299",
                                                "possibleIntegerResponses": [
                                                  1,
                                                  2
                                                ],
                                                "possibleTextResponses": [
                                                  "sample string 1",
                                                  "sample string 2"
                                                ],
                                                "possibleGuidResponses": [
                                                  "e0ae1762-c744-4414-9f72-ee540c114861",
                                                  "cb4fde76-bed0-454b-985b-3ece00355c4c"
                                                ],
                                                "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": "57uMLDVlzUy2KFlk3kD0xA==",
                                          "accountIdentifier": "2c8cbbe7-6535-4ccd-b628-5964de40f4c4",
                                          "accountName": "sample string 42",
                                          "customerOrderIdentifier": "eGjqDrTE1Uqxl2aNnzpm2w==",
                                          "customerOrderIdentifierGuid": "0eea6878-c4b4-4ad5-b197-668d9f3a66db",
                                          "priceLevelName": "sample string 43",
                                          "revision": 44,
                                          "ingressId": "sample string 45"
                                        },
                                        "metadata": {
                                          "$id": "80",
                                          "id": 1,
                                          "paymentID": 2,
                                          "paymentIdentifier": "5x+4UoeH50G7NMkIPz8UgA==",
                                          "paymentIdentifierGuid": "52b81fe7-8787-41e7-bb34-c9083f3f1480",
                                          "identifier": "UfpMt6nTaEaWg0IZz0RNvg==",
                                          "identifierGuid": "b74cfa51-d3a9-4668-9683-4219cf444dbe",
                                          "metadata": "sample string 3",
                                          "signatureImage": "QEA=",
                                          "itemIdentifier": "ltMBYY51tE2djV9Oh1zC2w==",
                                          "itemIdentifierGuid": "6101d396-758e-4db4-9d8d-5f4e875cc2db"
                                        }
                                      },
                                      {
                                        "$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": "9i1gzG3YlEq0VYnmVrM2dA==",
                                    "customerIdentifierGuid": "cc602df6-d86d-4a94-b455-89e656b33674",
                                    "voucherName": "sample string 2",
                                    "count": 3,
                                    "storeID": 4,
                                    "barcode": "sample string 5",
                                    "redeemCount": 6,
                                    "issueCount": 7,
                                    "storeSalePaymentID": 1,
                                    "idempotentID": "B0SwEj0YXk68C7yy64HkFg==",
                                    "idempotentGuid": "12b04407-183d-4e5e-bc0b-bcb2eb81e416",
                                    "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-06-14T07:40:11.754299",
                                      "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-06-14T07:40:11.754299",
                                        "labelPageLayout": "YcPCr07FfkKZK/UpfxAPag==",
                                        "pageLayoutGuid": "afc2c361-c54e-427e-992b-f5297f100f6a",
                                        "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-06-14T07:40:11.754299"
                                          },
                                          {
                                            "$ref": "85"
                                          }
                                        ]
                                      },
                                      "customerVouchers": [
                                        {
                                          "$id": "86",
                                          "id": 1,
                                          "customerIdentifier": "N8Skl3zZHE+ERsyAITNrcg==",
                                          "customerIdentifierGuid": "97a4c437-d97c-4f1c-8446-cc8021336b72",
                                          "voucherID": 3,
                                          "voucherName": "sample string 4",
                                          "storeID": 1,
                                          "barcode": "sample string 5",
                                          "dateOfIssue": "2025-06-14T07:40:11.754299",
                                          "issuedSaleHeaderID": 1,
                                          "issuedSaleIdentifier": "sample string 7",
                                          "issuedOfflinePaymentID": 1,
                                          "issuedIdempotentID": "N8tPZPnPO0qm6zzrD3b2pQ==",
                                          "issuedIdempotentGuid": "644fcb37-cff9-4a3b-a6eb-3ceb0f76f6a5",
                                          "issuedOffline": true,
                                          "issuedUser": "sample string 9",
                                          "issuedNotes": "sample string 10",
                                          "expiryDate": "2025-06-14T07:40:11.754299",
                                          "expiredUser": "sample string 11",
                                          "expiredNotes": "sample string 12",
                                          "redeemed": "2025-06-14T07:40:11.754299",
                                          "redeemedSaleHeaderID": 1,
                                          "redeemedSaleIdentifier": "sample string 13",
                                          "redeemedOfflinePaymentID": 1,
                                          "redeemedIdempotentID": "eHdvmau9aU6+sMp8OxoMVg==",
                                          "redeemedIdempotentGuid": "996f7778-bdab-4e69-beb0-ca7c3b1a0c56",
                                          "redeemedUser": "sample string 14",
                                          "redeemedNotes": "sample string 15",
                                          "redeemedOffline": true,
                                          "updated": "2025-06-14T07:40:11.754299",
                                          "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": "p0oYu2gflUCwqb3tOmTrOA==",
                              "groupIDGuid": "bb184aa7-1f68-4095-b0a9-bded3a64eb38",
                              "campaign": {
                                "$ref": "54"
                              },
                              "group": {
                                "$ref": "62"
                              }
                            },
                            {
                              "$ref": "87"
                            }
                          ],
                          "signIqTickets": [
                            {
                              "$id": "88",
                              "identifier": "z9xoWbTPAkO83RzCqrJYmQ==",
                              "identifierGuid": "5968dccf-cfb4-4302-bcdd-1cc2aab25899",
                              "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": "JEoSSithCEKM8s8cmq7AgA==",
                              "guid": "4a124a24-612b-4208-8cf2-cf1c9aaec080",
                              "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": "CZqJ01BMuU6sdMvS+nzwmA==",
                                  "groupGuid": "d3899a09-4c50-4eb9-ac74-cbd2fa7cf098",
                                  "comboPriceType": 5,
                                  "priceType": 5,
                                  "pluG_UID": "Y1mI0O5s40KFfSrHQHLD0g==",
                                  "pluGuid": "d0885963-6cee-42e3-857d-2ac74072c3d2",
                                  "priceGroupG_UID": "ySlPOGCD1EOAgz7mawTtlg==",
                                  "priceGroupGuid": "384f29c9-8360-43d4-8083-3ee66b04ed96",
                                  "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": "oemWhVu8U0qpxu7bS1ShFg==",
                              "priceLevelIdentifierGuid": "8596e9a1-bc5b-4a53-a9c6-eedb4b54a116",
                              "campaignName": "sample string 3",
                              "priceLevelName": "sample string 4"
                            },
                            {
                              "$ref": "91"
                            }
                          ]
                        },
                        "product": {
                          "$ref": "13"
                        },
                        "dealCost": {
                          "$id": "92",
                          "headerIdentifier": "O7wgCraqVk25rryLKhhgbg==",
                          "headerIdentifierGuid": "0a20bc3b-aab6-4d56-b9ae-bc8b2a18606e",
                          "identifier": "19ggwBUGzkCUtLeF7AWpXA==",
                          "identifierGuid": "c020d8d7-0615-40ce-94b4-b785ec05a95c",
                          "supplierIdentifier": "WmMF65SLy0WqTVTSBsY0wA==",
                          "supplierGuid": "eb05635a-8b94-45cb-aa4d-54d206c634c0",
                          "pluG_UID": "bgKEJSWaHUaR0+PnXB0IDg==",
                          "pluGuid": "2584026e-9a25-461d-91d3-e3e75c1d080e",
                          "campaignName": "a24a4d74-a992-4cd9-a5c4-24645aeb57a3",
                          "description": "sample string 4",
                          "cost": 5,
                          "costDecimals": 6,
                          "start": "2025-06-14T07:40:11.754299",
                          "end": "2025-06-14T07:40:11.754299",
                          "type": 9,
                          "promoType": 10,
                          "bonusItemPLUG_UID": "Gid84xlMtEeCk8lkjP9rXQ==",
                          "bonusItemPluGuid": "e37c271a-4c19-47b4-8293-c9648cff6b5d",
                          "bonusPurchaseUnits": 11,
                          "bonusReceiveUnits": 12,
                          "updated": "2025-06-14T07:40:11.754299",
                          "metcashPromotionID": "sample string 14",
                          "fromHost": 15,
                          "storeNames": "sample string 16",
                          "storeIDs": [
                            1,
                            2
                          ],
                          "supplierName": "sample string 17",
                          "campaignDescription": "sample string 18",
                          "newPrice": 1,
                          "campaignMetcashPromotionID": "sample string 19",
                          "campaignActive": true,
                          "campaignStartDate": "2025-06-14T07:40:11.754299",
                          "campaignEndDate": "2025-06-14T07:40:11.754299",
                          "masterPLUG_UID": "YjH2onMvWEWXOhnseySnaQ==",
                          "masterID": "a2f63162-2f73-4558-973a-19ec7b24a769",
                          "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": "wv/q+lEVMk6q7hfHoThWDw==",
                          "bonusMasterID": "faeaffc2-1551-4e32-aaee-17c7a138560f",
                          "bonusProductName": "sample string 34",
                          "bonusProductAPN": "sample string 35",
                          "bonusOrderCode": "sample string 36",
                          "bonusNormalSell": 37,
                          "bonusNormalCost": 38,
                          "bonusNormalCostDecimals": 39,
                          "bonusCartonQuantity": 40,
                          "bonusSalesMode": 41,
                          "bonusOrderPacked": 42,
                          "bonusFuelItem": true,
                          "bonusActive": true
                        }
                      },
                      "currentCostStart": "2025-06-14T07:40:11.754299",
                      "dealCosts": [
                        {
                          "$ref": "92"
                        },
                        {
                          "$ref": "92"
                        }
                      ],
                      "tags": [
                        {
                          "$id": "93",
                          "pluG_UID": "irGoPk8UdkCQiwOIB5WsCw==",
                          "pluGuid": "3ea8b18a-144f-4076-908b-03880795ac0b",
                          "tagID": 1,
                          "description": "sample string 1",
                          "storeIDs": [
                            1,
                            2
                          ]
                        },
                        {
                          "$ref": "93"
                        }
                      ],
                      "alternateProductG_UID": "+dciN6tF7kWMH5FQ/SVYaA==",
                      "alternateProduct": "3722d7f9-45ab-45ee-8c1f-9150fd255868",
                      "productHostCode": {
                        "$id": "94",
                        "id": 1,
                        "pluG_UID": "Hacu4HyuL0K7i9UgSQnHKw==",
                        "pluGuid": "e02ea71d-ae7c-422f-bb8b-d5204909c72b",
                        "ibaCode": "sample string 2"
                      },
                      "mscCat": {
                        "$ref": "48"
                      },
                      "mscCom": {
                        "$ref": "49"
                      },
                      "mscDep": {
                        "$ref": "51"
                      },
                      "mscSubCom": {
                        "$ref": "50"
                      },
                      "isUserUpdate": true,
                      "ignoreMasterProduct": true,
                      "priceGroupLabelRequested": true,
                      "firstSold": "2025-06-14T07:40:11.754299",
                      "inventoryTracked": "2025-06-14T07:40:11.754299",
                      "isNormalPriceChangesCampaign": true
                    },
                    "supplier": {
                      "$ref": "8"
                    },
                    "serviceFee": {
                      "$id": "95",
                      "id": 1,
                      "description": "sample string 1",
                      "fee": 1
                    },
                    "isPrimaryHost": true,
                    "hostVendor": 46
                  },
                  {
                    "$ref": "11"
                  }
                ],
                "orderCycleHeaders": [
                  {
                    "$id": "96",
                    "storeID": 1,
                    "supplierIdentifier": "rxwww3fSgk+5a8zFjZ1Mbg==",
                    "supplierGuid": "c3301caf-d277-4f82-b96b-ccc58d9d4c6e",
                    "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": "2YtL21ADXE2SytVzRGjnCA==",
                    "supplierGuid": "db4b8bd9-0350-4d5c-92ca-d5734468e708",
                    "departmentCode": "sample string 2",
                    "warehouseDirectIndicator": "sample string 3",
                    "type": 4,
                    "cutOffWeek": 5,
                    "cutOffDay": 6,
                    "cutOffTime": "00:00:00.1234567",
                    "leadTime": 7,
                    "daysBuffer": 8,
                    "supplierName": "sample string 9",
                    "cutOffDate": "2025-06-14T07:40:11.754299",
                    "deliveryDate": "2025-06-14T07:40:11.754299",
                    "nextCutOffDate": "2025-06-14T07:40:11.754299",
                    "nextDeliveryDate": "2025-06-14T07:40:11.754299",
                    "nextDaysBuffer": 10
                  },
                  {
                    "$ref": "97"
                  }
                ],
                "store": {
                  "$ref": "4"
                },
                "updated": "2025-06-14T07:40:11.754299",
                "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-06-14T07:40:11.754299",
                  "processed": "2025-06-14T07:40:11.754299",
                  "isProcessing": true,
                  "processedCount": 6,
                  "processingTime": 1,
                  "collectedUtc": "2025-06-14T07:40:11.754299",
                  "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-06-14T07:40:11.754299",
                    "businessPillar": "sample string 3",
                    "fileType": "sample string 4"
                  }
                },
                {
                  "$ref": "98"
                }
              ],
              "zoneMatrix": [
                {
                  "$id": "100",
                  "id": 1,
                  "hostIdentifier": "C44uEU+6Y0ywLLFNEcm67g==",
                  "hostIdentifierGuid": "112e8e0b-ba4f-4c63-b02c-b14d11c9baee",
                  "storeID": 1,
                  "departmentCode": "sample string 2",
                  "hostGuids": [
                    "da432971-8aa0-497b-9904-bc9e4bdc30fe",
                    "4e279849-20ae-4ce5-8e71-5bc90a299249"
                  ]
                },
                {
                  "$ref": "100"
                }
              ],
              "hostFileStoreSetting": {
                "$ref": "6"
              },
              "hostStoreSettings": [
                {
                  "$ref": "6"
                },
                {
                  "$ref": "6"
                }
              ],
              "promotionPlacements": [
                {
                  "$id": "101",
                  "identifier": "B8Oj9FPUdUCD9dVwp7Wk9A==",
                  "identifierGuid": "f4a3c307-d453-4075-83f5-d570a7b5a4f4",
                  "code": "sample string 2",
                  "description": "sample string 3",
                  "isAdvertised": true
                },
                {
                  "$ref": "101"
                }
              ],
              "promoTypeGuids": [
                "7955119a-7c9b-4190-86a2-d60342e12175",
                "276ab8e8-a9d0-479e-9ca4-57004dea2e94"
              ],
              "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-06-14T07:40:11.754299",
            "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": "381232e6-0c89-4da3-8112-00487371fb28",
        "updateStore": {
          "$id": "107",
          "id": "0b8d071b-95ad-4f89-9146-057f16499694",
          "name": "sample string 1",
          "lastActivity": "2025-06-14T07:40:11.754299",
          "zone": "sample string 2",
          "timeZoneOffset": 0.0,
          "businessHoursStart": "00:00:00.1234567",
          "businessHoursEnd": "00:00:00.1234567",
          "master": true,
          "lastIP": "sample string 10",
          "lastHostName": "sample string 11",
          "ping": 1,
          "pingStatus": "sample string 12",
          "lastUpdateCompleted": "2025-06-14T07:40:11.754299"
        },
        "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": "SGN7i3Kp6k6PUBJFo8gn6Q==",
        "guid": "8b7b6348-a972-4eea-8f50-1245a3c827e9",
        "fuelGrade": "sample string 5",
        "price1": 1,
        "price2": 1,
        "price3": 1,
        "price4": 1,
        "effective": "2025-06-14T07:40:11.754299",
        "updated": "2025-06-14T07:40:11.754299",
        "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=�Z�A���5xl/workbook.xml �(���;�0D{$�`��@"JR�����8kl%��6
�'%�����)�ƹ�|LocJ�R�9cQ(4Σw�i��Ŝ�Z`��۠M�����!ig��>҅�+���F��L��hK����bj��8�Y��Zw2	[B�7Ṵ�bVĂ��֐��ٹ�%=Rr=��n�̐_3!%���`���PK=�Z����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
=�Z��+�''_rels/.rels �(�<?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="Rbc7428c05c98458f" /></Relationships>PK=�Z�j�!G�xl/worksheets/sheet1.xml �(���K��0F�
��@$K��n��jj3kF�P-�J��ϟ���,t6
�s�_]t����P:�� G[�d�~Nf�#/��"էN�0��=Q3�s�x�ަ"��+�����Tyl��{r�˶b.��\��2O�Cl�(�fG
�ݞ饏J�Iu��pm��Y�i�����%v3�&/�V��L\t��)��_)?˛u2�b�����TN"v��`~��Jd��ؐh�l�AW�N���'����K��t��|Ȱ��'md���1����=���=r�q!&>cA��߯}���@�1e����>�}���
�\�R�a��}V����r�S�j?h|������V��~X�a����C��|^����Х2��S�`>��os!E�'$@4�wx׽��t�8�*yqTU��˫W{��ն۪�3r���;�nM�
	�%އ��!A��ǐ��bH�.��K��D�%�C"��!�o�g�����q��I�]���ޮ���k��>F�-Fj�v���3Ϯv	�4�~�zm�x�2����A��I#����HFb$#1��[�Ԗd$F�|��q�w�~�^��O�?�P)�P�/���:�PK=�Z��&�Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞إjԴ�nؖ^`�����n�gc���V� �X��j4��'�|�,�oC/�S|
�J�`O�v�����֫�{�e"�ݘDY�6��Q�D-��0�/‹���#���J��8e�%S�N#����7���X���O-s���p�᧔�9̪B�dkآ�[4/N�z��y5��O=�_��|"c�ie��٫ʴ�>�X.=u��'jRN��5�9�ɋ�X}PK=�ZЃc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK=�ZG� �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-=�Z�A���5xl/workbook.xmlPK-=�Z����	��[Content_Types].xmlPK-
=�Z��+�''U_rels/.relsPK-=�Z�j�!G��xl/worksheets/sheet1.xmlPK-=�Z��&�PZxl/_rels/workbook.xml.relsPK-=�ZЃc'2E
�xl/styles.xmlPK-=�ZG� �	xl/sharedStrings.xmlPK�Z

application/vnd.ms-excel

Sample:
PK=�Z@S-��5xl/workbook.xml �(�����0��&�C��`�FR8q���{��m�?ik��-%�x�3;�����i�>z4��5�1����I�<��v�z�c��E����vo
&�cQP�a�QY�r/�X�y�}�Q�Jsep��!��fS�2k��Dd	��˰�"+d���<r��s�k\b�+��;���Z^�'�i��7#���PK=�Z����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
=�ZԝP�''_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="Rdc2ed9148a6b428f" /></Relationships>PK=�Z�j�!G�xl/worksheets/sheet1.xml �(���K��0F�
��@$K��n��jj3kF�P-�J��ϟ���,t6
�s�_]t����P:�� G[�d�~Nf�#/��"էN�0��=Q3�s�x�ަ"��+�����Tyl��{r�˶b.��\��2O�Cl�(�fG
�ݞ饏J�Iu��pm��Y�i�����%v3�&/�V��L\t��)��_)?˛u2�b�����TN"v��`~��Jd��ؐh�l�AW�N���'����K��t��|Ȱ��'md���1����=���=r�q!&>cA��߯}���@�1e����>�}���
�\�R�a��}V����r�S�j?h|������V��~X�a����C��|^����Х2��S�`>��os!E�'$@4�wx׽��t�8�*yqTU��˫W{��ն۪�3r���;�nM�
	�%އ��!A��ǐ��bH�.��K��D�%�C"��!�o�g�����q��I�]���ޮ���k��>F�-Fj�v���3Ϯv	�4�~�zm�x�2����A��I#����HFb$#1��[�Ԗd$F�|��q�w�~�^��O�?�P)�P�/���:�PK=�Z6%$'�Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞8N\���vÆm�\{GM��v���G�
XE�Tb�������4����ٽ�y�{�Z`E	��w]�dV��n�8Ȕ'��H�-ؔ�5�QYe,��.w��L9
��:�iU���9n��p��?DoL��ѫ�.���>��EL@2t�Z�)Ez
��T O����Eٰ���`@���b����L�X��f!�u�릹����s
��s�yy���K�7�ixY�����PK=�ZЃc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK=�ZG� �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-=�Z@S-��5xl/workbook.xmlPK-=�Z����	��[Content_Types].xmlPK-
=�ZԝP�''U_rels/.relsPK-=�Z�j�!G��xl/worksheets/sheet1.xmlPK-=�Z6%$'�PZxl/_rels/workbook.xml.relsPK-=�ZЃc'2E
�xl/styles.xmlPK-=�ZG� �	xl/sharedStrings.xmlPK�\