GET api/store/{storeID}/tank/{tankID}/hose/{hoseID}/dispenser/{dispenserNo}

Save FuelHose record

Request Information

URI Parameters

NameDescriptionTypeAdditional information
storeID

Store ID

integer

Required

tankID

Tank number

integer

Required

hoseID

Hose number

integer

Required

dispenserNo

Dispenser number

integer

Required

Body Parameters

None.

Response Information

Resource Description

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,
  "storeID": 2,
  "hoseNumber": 3,
  "dispenserNumber": 4,
  "tankNumber": 1,
  "accumulatedVolume": 1,
  "rolloverVolume": 5.0,
  "updated": "2025-06-14T07:47:41.995412",
  "dispenser": {
    "$id": "2",
    "id": 1,
    "storeID": 2,
    "dispenserNumber": 3,
    "updated": "2025-06-14T07:47:41.995412"
  },
  "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:47:41.995412",
    "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:47:41.995412",
      "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": "DV27XVTmAkOUa4bQsdS9dw==",
      "hostIdentifierGuid": "5dbb5d0d-e654-4302-946b-86d0b1d4bd77",
      "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:47:41.995412",
      "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": "7VJE4N/pdEuOgmL0xqIpIg==",
          "hostIdentifierGuid": "e04452ed-e9df-4b74-8e82-62f4c6a22922",
          "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": "NOTotEhsD0+GHRW++qMLmg==",
            "identifierGuid": "b4e8e434-6c48-4f0f-861d-15befaa30b9a",
            "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": "UueEYM/EnU2j5vf9YXLSBA==",
            "hostSupplierIdentifierGuid": "6084e752-c4cf-4d9d-a3e6-f7fd6172d204",
            "loyaltyPriceLevelIdentifier": "omjXdESFl0WismV2d+noqg==",
            "loyaltyPriceLevelIdentifierGuid": "74d768a2-8544-4597-a2b2-657677e9e8aa",
            "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:47:41.995412",
            "lastProcessed": "2025-06-14T07:47:41.995412",
            "hold": true,
            "supplierName": "sample string 35",
            "supplier": {
              "$id": "8",
              "identifier": "q4OdtwQfQEa3J/Cj1BpRdw==",
              "identifierGuid": "b79d83ab-1f04-4640-b727-f0a3d41a5177",
              "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": "XJ//G15Hp0WccrHj2wQ9hQ==",
              "primaryContactID": "1bff9f5c-475e-45a7-9c72-b1e3db043d85",
              "storeID": 1,
              "abn": "sample string 16",
              "supplierGroupIdentifier": "sDTPI14XeUSEqoW0QxpUgA==",
              "supplierGroupGuid": "23cf34b0-175e-4479-84aa-85b4431a5480",
              "rebate": 1.0,
              "rebateType": 1,
              "rebateFrequency": 1,
              "rebateSource": 1,
              "rebateLastClaimed": "2025-06-14T07:47:41.995412",
              "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": "157c65e8-7fd7-4cc9-a5e7-e93772fd985b",
                "identifier": "SrPcy33trUOrblKYH+1CfA==",
                "identifierGuid": "cbdcb34a-ed7d-43ad-ab6e-52981fed427c",
                "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": "ieRVwGA7ckmu3LB7NOigkQ==",
                  "supplierIdentifierGuid": "c055e489-3b60-4972-aedc-b07b34e8a091",
                  "contactGuid": "Xd7hXnma6EOYKCysYUJlIw==",
                  "contactID": "5ee1de5d-9a79-43e8-9828-2cac61426523",
                  "contact": {
                    "$ref": "9"
                  },
                  "supplier": {
                    "$ref": "8"
                  }
                },
                {
                  "$ref": "10"
                }
              ],
              "products": [
                {
                  "$id": "11",
                  "pluG_UID": "FSYzHHKMF0OBxCB05f/BxQ==",
                  "pluGuid": "1c332615-8c72-4317-81c4-2074e5ffc1c5",
                  "supplierIdentifier": "4uK34EAGC0aja1BkbN4PXw==",
                  "supplierIdentifierGuid": "e0b7e2e2-0640-460b-a36b-50646cde0f5f",
                  "cartonQuantity": 1,
                  "cartonQuantityChanged": true,
                  "productSize": "sample string 2",
                  "cigarettesPerSleeve": 1,
                  "randomWeight": true,
                  "piecesPerUnit": 4,
                  "averagePackSize": 5,
                  "effectiveDate": "2025-06-14T07:47:41.995412",
                  "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:47:41.995412",
                  "rebate": 1.0,
                  "rebateExclude": true,
                  "invoiceCodes": [
                    {
                      "$id": "12",
                      "pluG_UID": "75uh2ZJBMk2VpRd9tn0x6g==",
                      "pluGuid": "d9a19bef-4192-4d32-95a5-177db67d31ea",
                      "supplierIdentifier": "tb8dl9JjZE6cXKnbIrveeA==",
                      "supplierIdentifierGuid": "971dbfb5-63d2-4e64-9c5c-a9db22bbde78",
                      "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": "70qbro0GOkqKUkFkWBxVcQ==",
                  "parentPluGuid": "ae9b4aef-068d-4a3a-8a52-4164581c5571",
                  "freight": 44.0,
                  "freightType": 1,
                  "product": {
                    "$id": "13",
                    "plu": 1,
                    "storeID": 1,
                    "masterPluG_UID": "QEA=",
                    "storeIDs": [
                      1,
                      2
                    ],
                    "g_UId": "U23Xq+/SnEqaKY6pampXQg==",
                    "guid": "abd76d53-d2ef-4a9c-9a29-8ea96a6a5742",
                    "apn": "sample string 1",
                    "apnChanged": true,
                    "apnSwitched": true,
                    "barcode": "sample string 4",
                    "itemNumber": "sample string 5",
                    "itemNumberChanged": true,
                    "priceGroupG_UID": "g4aq28XW10aKKYT94WwJLw==",
                    "priceGroupGuid": "dbaa8683-d6c5-46d7-8a29-84fde16c092f",
                    "blueprintID": 1,
                    "lastCountedDate": "2025-06-14T07:47:41.995412",
                    "externalID": "sample string 7",
                    "active": true,
                    "activated": "2025-06-14T07:47:41.995412",
                    "pluCreated": "2025-06-14T07:47:41.995412",
                    "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:47:42.0110337",
                    "lastManualUpdate": "2025-06-14T07:47:42.0110337",
                    "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:47:42.0110337",
                    "currentCostUpdated": "2025-06-14T07:47:42.0110337",
                    "costDecimals": 31,
                    "costChanged": true,
                    "dealCostIdentifier": "QEA=",
                    "excludeFromRebate": true,
                    "rebateOverride": 1,
                    "costCalcMethod": 1,
                    "costCalcMethodChanged": true,
                    "costEffectiveDate": "2025-06-14T07:47:42.0110337",
                    "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:47:42.0110337",
                    "posTare": 1,
                    "altPrice": 1.0,
                    "altPriceChanged": true,
                    "altPriceMode": 52,
                    "altPriceModeChanged": true,
                    "altPLUG_UID": "wOuAxmoUfkSV8gnkwZOgSg==",
                    "altPLUGuid": "c680ebc0-146a-447e-95f2-09e4c193a04a",
                    "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:47:42.0110337",
                    "labelLastPrice": 1,
                    "shelfPageLayoutG_UID": "q3wZMc6I2UyY4lD1dNfV8w==",
                    "shelfPageLayoutGuid": "31197cab-88ce-4cd9-98e2-50f574d7d5f3",
                    "talkerPageLayoutG_UID": "De4QHa6ek0Chp3eZP1fzCQ==",
                    "talkerPageLayoutGuid": "1d10ee0d-9eae-4093-a1a7-77993f57f309",
                    "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": "Wq5p/kZFmECBxjchdhTHOQ==",
                    "inventoryIdentifier": "fe69ae5a-4546-4098-81c6-37217614c739",
                    "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": "vAAYVdm3jU2vuiqKxdGOqQ==",
                    "parentPluGuid": "551800bc-b7d9-4d8d-afba-2a8ac5d18ea9",
                    "preferredHostVendor": 103,
                    "preferredHostChanged": true,
                    "code": "sample string 105",
                    "supplierIdentifier": "Mi5mdhPUDEGL8ZkdHk4Ziw==",
                    "supplierIdentifierGuid": "76662e32-d413-410c-8bf1-991d1e4e198b",
                    "supplierChanged": true,
                    "rebateSupplierIdentifier": "9BU7GPBWrUqJuKZ9MGGYhQ==",
                    "rebateSupplierIdentifierGuid": "183b15f4-56f0-4aad-89b8-a67d30619885",
                    "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:47:42.0110337",
                    "commodity": "sample string 120",
                    "businessPillar": "sample string 121",
                    "mscCommodity": "sample string 122",
                    "hostIdentifier": "Tt/6o9H+20KULy+wNsFiQQ==",
                    "hostIdentifierGuid": "a3fadf4e-fed1-42db-942f-2fb036c16241",
                    "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": "XQXeuSGuvkGo/RYd/BkEgA==",
                        "pluGuid": "b9de055d-ae21-41be-a8fd-161dfc190480",
                        "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:47:42.0110337"
                      },
                      {
                        "$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:47:42.0110337",
                        "priceChangeType": 0,
                        "costDecimals": 10
                      },
                      "normalPluPrices": {
                        "$ref": "16"
                      },
                      "winningCampaign": 1,
                      "winner": {
                        "$id": "17",
                        "campaignName": "sample string 1",
                        "campaignDescription": "sample string 2",
                        "startDate": "2025-06-14T07:47:42.0110337",
                        "startTime": 3,
                        "endDate": "2025-06-14T07:47:42.0110337",
                        "endTime": 4,
                        "newPrice": 5,
                        "newCost": 6,
                        "newCostDecimals": 7,
                        "pctDiscount": 8,
                        "promoType": 1,
                        "promotionTypeCode": "sample string 9",
                        "hostType": 10,
                        "hostIdentifier": "6Uu1K+sUz0GuW8tSgoPOuQ==",
                        "hostIdentifierGuid": "2bb54be9-14eb-41cf-ae5b-cb528283ceb9",
                        "storeNames": [
                          "sample string 1",
                          "sample string 2"
                        ]
                      },
                      "details": [
                        {
                          "$ref": "17"
                        },
                        {
                          "$ref": "17"
                        }
                      ]
                    },
                    "tray": {
                      "$id": "18",
                      "g_UId": "APh62WqITUqvHJrnn33BOQ==",
                      "guid": "d97af800-886a-4a4d-af1c-9ae79f7dc139",
                      "name": "sample string 1",
                      "number": 1,
                      "tare": 1
                    },
                    "priceGroup": {
                      "$id": "19",
                      "priceGroupG_UID": "CuzPZV1KPkO9iKxrnCBI5A==",
                      "priceGroupGuid": "65cfec0a-4a5d-433e-bd88-ac6b9c2048e4",
                      "name": "sample string 2",
                      "code": 1,
                      "modified": true,
                      "updated": "2025-06-14T07:47:42.0110337",
                      "buyingLimit": 1,
                      "buyingLimitIndependent": true,
                      "buyingLimitType": 0,
                      "number": 1,
                      "products": [
                        {
                          "$ref": "13"
                        },
                        {
                          "$ref": "13"
                        }
                      ],
                      "productCount": 1
                    },
                    "priceGroupName": "sample string 145",
                    "nutrifacts": {
                      "$id": "20",
                      "pluG_UID": "b4Jx8E8nsU6S0BTc/CUxDw==",
                      "pluGuid": "f071826f-274f-4eb1-92d0-14dcfc25310f",
                      "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": "3f9792fb-647b-48c2-9961-1047c8f4ba7e",
                      "created": "2025-06-14T07:47:42.0110337",
                      "createdByUser": "sample string 1",
                      "activated": "2025-06-14T07:47:42.0110337",
                      "deactivated": "2025-06-14T07:47:42.0110337",
                      "lastOrdered": "2025-06-14T07:47:42.0110337",
                      "lastOrderedQty": 2.0,
                      "lastReceived": "2025-06-14T07:47:42.0110337",
                      "lastReceivedQty": 3.0,
                      "lastInvoiceStatus": 1,
                      "lastCounted": "2025-06-14T07:47:42.0110337",
                      "lastSold": "2025-06-14T07:47:42.0110337",
                      "firstSold": "2025-06-14T07:47:42.0110337",
                      "awsUpdated": "2025-06-14T07:47:42.0110337",
                      "lastManualUpdate": "2025-06-14T07:47:42.0110337",
                      "lastManualUpdatedByUser": "sample string 5",
                      "lastUpdated": "2025-06-14T07:47:42.0110337",
                      "lastUpdatedByUser": "sample string 7",
                      "lastUpdatedByHost": "2025-06-14T07:47:42.0110337",
                      "doNotRangeUpdated": "2025-06-14T07:47:42.0110337",
                      "doNotOrderUpdated": "2025-06-14T07:47:42.0110337",
                      "tracked": "2025-06-14T07:47:42.0110337"
                    },
                    "allergens": [
                      {
                        "$id": "22",
                        "allergenID": 1,
                        "pluG_UID": "z3c6tJmP9kibMmh+rRke6A==",
                        "pluGuid": "b43a77cf-8f99-48f6-9b32-687ead191ee8",
                        "contains": 2,
                        "allergenName": "sample string 3",
                        "storeIDs": [
                          1,
                          2
                        ]
                      },
                      {
                        "$ref": "22"
                      }
                    ],
                    "costs": {
                      "$id": "23",
                      "pluG_UID": "KSgFnb5dtEeXcveXG6i4Vg==",
                      "pluGuid": "9d052829-5dbe-47b4-9772-f7971ba8b856",
                      "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:47:42.0110337",
                      "normalCost": 1,
                      "currentCost": 1
                    },
                    "sales": [
                      {
                        "$id": "24",
                        "saleHeaderID": 1,
                        "created": "2025-06-14T07:47:42.0110337",
                        "createdLocal": "2025-06-14T07:47:42.0110337",
                        "storeID": 3,
                        "storeName": "sample string 4",
                        "operatorG_Uid": "4yD9hJxa/kCRmWYNkFJnag==",
                        "operatorGuid": "84fd20e3-5a9c-40fe-9199-660d9052676a",
                        "operatorName": "sample string 5",
                        "tranType": 1,
                        "plu": 1,
                        "pluG_UId": "vcb4wT70iUOg6YJkAt/bmA==",
                        "pluGuid": "c1f8c6bd-f43e-4389-a0e9-826402dfdb98",
                        "normalPrice": 1,
                        "totalCents": 1,
                        "cost": 1,
                        "grossProfit": 1,
                        "quantity": 1,
                        "operator": {
                          "$id": "25",
                          "id": 1,
                          "g_Uid": "gjw1BfVhNUeM3zLkoJzmnA==",
                          "guid": "05353c82-61f5-4735-8cdf-32e4a09ce69c",
                          "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:47:42.0110337",
                          "passwordResetRequired": true,
                          "alteredInStore": true,
                          "startShift": "2025-06-14T07:47:42.0110337",
                          "endShift": "2025-06-14T07:47:42.0110337",
                          "machineName": "sample string 20",
                          "drawerID": 1,
                          "stores": [
                            {
                              "$id": "26",
                              "operatorG_UID": "lJuhkclIpkSEuIE4uZjDLw==",
                              "operatorGuid": "91a19b94-48c9-44a6-84b8-8138b998c32f",
                              "storeID": 2,
                              "operator": {
                                "$ref": "25"
                              },
                              "store": {
                                "$ref": "4"
                              }
                            },
                            {
                              "$ref": "26"
                            }
                          ]
                        }
                      },
                      {
                        "$ref": "24"
                      }
                    ],
                    "apns": [
                      {
                        "$id": "27",
                        "pluID": 1,
                        "pluG_UID": "nHluaN259Eq+ZvWY3s26rg==",
                        "pluGuid": "686e799c-b9dd-4af4-be66-f598decdbaae",
                        "apn": "sample string 1",
                        "deleted": true,
                        "storeID": 1,
                        "storeIDs": [
                          1,
                          2
                        ]
                      },
                      {
                        "$ref": "27"
                      }
                    ],
                    "tuns": [
                      {
                        "$id": "28",
                        "pluG_UId": "neuQz0/rvE+p1vZAPc1t2w==",
                        "pluGuid": "cf90eb9d-eb4f-4fbc-a9d6-f6403dcd6ddb",
                        "apn": "sample string 1",
                        "tun": "sample string 2",
                        "cartonQuantity": 3,
                        "product": {
                          "$ref": "13"
                        },
                        "storeIDs": [
                          1,
                          2
                        ]
                      },
                      {
                        "$ref": "28"
                      }
                    ],
                    "competitionPricing": [
                      {
                        "$id": "29",
                        "identifier": "6SYi0eADqECj/vyf1SWBlg==",
                        "identifierGuid": "d12226e9-03e0-40a8-a3fe-fc9fd5258196",
                        "pluG_UID": "oWnOOT99VU+19iKJLQelEQ==",
                        "pluGuid": "39ce69a1-7d3f-4f55-b5f6-22892d07a511",
                        "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": "jLAzDvId1U6CqV1ZM3qiTg==",
                        "groupName": "sample string 1",
                        "identifierGuid": "0e33b08c-1df2-4ed5-82a9-5d59337aa24e",
                        "exists": true,
                        "flipChartIdentifier": "/zukW5sEOEGzheK69PSimw==",
                        "flipChartIdentifierGuid": "5ba43bff-049b-4138-b385-e2baf4f4a29b",
                        "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": "tqsuD3VByEyt60LoJkP+kQ==",
                        "groupIdentifierGuid": "0f2eabb6-4175-4cc8-adeb-42e82643fe91",
                        "flipChart": {
                          "$id": "31",
                          "identifier": "b5uatWcU0UCenws8Tk7jeA==",
                          "identifierGuid": "b59a9b6f-1467-40d1-9e9f-0b3c4e4ee378",
                          "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": "D3kSMQ7EfEiAXCQtm8wUgw==",
                            "identifierGuid": "3112790f-c40e-487c-805c-242d9bcc1483",
                            "name": "sample string 2",
                            "formType": "sample string 3",
                            "forms": [
                              {
                                "$id": "33",
                                "id": 1,
                                "g_UID": "MrOTA+AnM0+92HNC42kT+g==",
                                "guid": "0393b332-27e0-4f33-bdd8-7342e36913fa",
                                "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": "eTbxzbUI8ka1jBjxgwxEjw==",
                                "previousFormGuid": "cdf13679-08b5-46f2-b58c-18f1830c448f",
                                "nextForm": 1,
                                "nextFormG_UID": "Q4GheIJhSUiRKkEGeJZI3w==",
                                "nextFormGuid": "78a18143-6182-4849-912a-4106789648df",
                                "attributes": "sample string 10",
                                "updated": "2025-06-14T07:47:42.0110337",
                                "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": "XnnYNQuwTk2i0EYq8IBQDA==",
                                    "checkoutFormGuid": "35d8795e-b00b-4d4e-a2d0-462af080500c",
                                    "identifier": "a+i6dhs8IEu7J14dZt3iWA==",
                                    "identifierGuid": "76bae86b-3c1b-4b20-bb27-5e1d66dde258",
                                    "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": "yQAvFrhSyEuUdTgy50Zkcw==",
                                    "valueGuid": "162f00c9-52b8-4bc8-9475-3832e7466473",
                                    "buttonText": "sample string 10",
                                    "valueText": "sample string 11",
                                    "drawImageAndButton": true,
                                    "updated": "2025-06-14T07:47:42.0110337",
                                    "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:47:42.0110337",
                                      "imageData": "QEA=",
                                      "readOnly": true
                                    }
                                  },
                                  {
                                    "$ref": "34"
                                  }
                                ],
                                "panels": [
                                  {
                                    "$id": "36",
                                    "id": 1,
                                    "checkoutFormID": 2,
                                    "checkoutFormG_UID": "wFFAnNkX4UaYOZdkUTZ1FQ==",
                                    "checkoutFormGuid": "9c4051c0-17d9-46e1-9839-976451367515",
                                    "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": "pWQMGdjey0Se+oTzx5L1rQ==",
                            "flipChartPageIdentifierGuid": "190c64a5-ded8-44cb-9efa-84f3c792f5ad",
                            "pluG_UID": "1VuDg2pVR0uJm+/7/EdlKQ==",
                            "pluGuid": "83835bd5-556a-4b47-899b-effbfc476529",
                            "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": "EOs8SgnX+0aOH+vawp9RPw==",
                        "pluGuid": "4a3ceb10-d709-46fb-8e1f-ebdac29f513f",
                        "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:47:42.0110337",
                        "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": "ApkMu+abkk2j0pTXZ1LxXQ==",
                        "ingredientGuid": "L91rvK5Bs0iF4D/FsmjvnA==",
                        "ingredientIdentifier": "bc6bdd2f-41ae-48b3-85e0-3fc5b268ef9c",
                        "quantity": 1.0,
                        "storeIDs": [
                          1,
                          2
                        ],
                        "ingredientText": "sample string 1",
                        "ingredient": {
                          "$ref": "13"
                        }
                      },
                      {
                        "$ref": "39"
                      }
                    ],
                    "bins": [
                      {
                        "$id": "40",
                        "pluG_UID": "GeDTKUSHAkCo5wR1hc6AwA==",
                        "pluGuid": "29d3e019-8744-4002-a8e7-047585ce80c0",
                        "shelfLocationIdentifier": "ye9Whdx2mkesWtNeFTNiRA==",
                        "shelfLocationGuid": "8556efc9-76dc-479a-ac5a-d35e15336244",
                        "labelShelfDefault": 1,
                        "labelTalkerDefault": 1,
                        "labelSmall": true,
                        "labelPageLayoutG_UID": "Y/xUIivJ20GQOfyXyGnogg==",
                        "labelPageLayoutGuid": "2254fc63-c92b-41db-9039-fc97c869e882",
                        "updated": "2025-06-14T07:47:42.0110337",
                        "electronicShelfLabelIdentifier": "sample string 5",
                        "electronicshelfLabelsConfigurationID": 6,
                        "labelShelfChanged": true,
                        "productName": "sample string 8",
                        "locationText": "sample string 9",
                        "product": {
                          "$ref": "13"
                        },
                        "location": {
                          "$id": "41",
                          "identifier": "a+jK185gfk+O2AK7pkaPRA==",
                          "storeID": 1,
                          "identifierGuid": "d7cae86b-60ce-4f7e-8ed8-02bba6468f44",
                          "name": "sample string 2",
                          "haccp": true,
                          "blueprintID": 1,
                          "updated": "2025-06-14T07:47:42.0110337",
                          "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": "kDtXzZo6YkaVnWSwqVeIrg==",
                        "pluGuid": "cd573b90-3a9a-4662-959d-64b0a95788ae",
                        "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:47:42.0110337",
                          "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:47:42.0110337",
                                        "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": "67cD0YHD5kyKbFIAGhAnlA==",
                                        "labelPageLayoutGuid": "d103b7eb-c381-4ce6-8a6c-52001a102794",
                                        "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:47:42.0110337",
                                    "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": "RoCJ9gwyYEan6fEHobouog==",
                                    "labelPageLayoutGuid": "f6898046-320c-4660-a7e9-f107a1ba2ea2",
                                    "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:47:42.0110337",
                                "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": "6FhCs2b/I0SkC2C2ZTOVwQ==",
                                "labelPageLayoutGuid": "b34258e8-ff66-4423-a40b-60b6653395c1",
                                "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:47:42.0110337",
                            "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": "PKfANCq2PUqddYDF1cfiOQ==",
                            "labelPageLayoutGuid": "34c0a73c-b62a-4a3d-9d75-80c5d5c7e239",
                            "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": "q7UMzD5SYEuJ+0H6HzOtKQ==",
                      "pluGuid": "cc0cb5ab-523e-4b60-89fb-41fa1f33ad29",
                      "newPrice": 1,
                      "pctDiscount": 1,
                      "newCost": 1,
                      "newCostDecimals": 6,
                      "dealCostIdentifier": "3HJPuMhc40Gd+yMMHRNWNg==",
                      "dealCostGuid": "b84f72dc-5cc8-41e3-9dfb-230c1d135636",
                      "pluName": "sample string 7",
                      "apn": "sample string 8",
                      "fuelItem": true,
                      "priceGroupG_UID": "m8xEB9+MVEOxm9HvITKkkA==",
                      "priceGroupGuid": "0744cc9b-8cdf-4354-b19b-d1ef2132a490",
                      "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:47:42.0110337",
                      "rrp": 26,
                      "campaignDescription": "sample string 27",
                      "campaignComboPriceGroupG_UID": "jzruh1cF6EaLAi9yAp9E0A==",
                      "campaignComboPriceGroupIdentifier": "87ee3a8f-0557-46e8-8b02-2f72029f44d0",
                      "promotionPlacementDescription": "sample string 28",
                      "storeAcceptances": [
                        {
                          "$id": "53",
                          "plu": 1,
                          "pluG_UId": "QEA=",
                          "campaignID": 1,
                          "campaignName": "sample string 2",
                          "storeID": 3,
                          "acceptedUtc": "2025-06-14T07:47:42.0110337",
                          "operatorG_UID": "GNtDMCvX5022tKPQqc8W5Q==",
                          "operatorGuid": "3043db18-d72b-4de7-b6b4-a3d0a9cf16e5",
                          "machineID": 1,
                          "processed": true,
                          "appliedUtc": "2025-06-14T07:47:42.0110337",
                          "signIqTicketFileMovedUtc": "2025-06-14T07:47:42.0110337",
                          "user": "sample string 6",
                          "campaignDescription": "sample string 7",
                          "productDesc": "sample string 8",
                          "storeName": "sample string 9",
                          "effectiveUtc": "2025-06-14T07:47:42.0110337",
                          "priceChangeType": 0,
                          "operatorName": "sample string 10",
                          "hostCampaign": true,
                          "product": {
                            "$ref": "13"
                          },
                          "campaignPlu": {
                            "$ref": "52"
                          }
                        },
                        {
                          "$ref": "53"
                        }
                      ],
                      "campaign": {
                        "$id": "54",
                        "id": 1,
                        "storeID": 2,
                        "name": "7262c202-a480-46f8-b0e2-c4926c5bc7de",
                        "nameGuid": "7262c202-a480-46f8-b0e2-c4926c5bc7de",
                        "description": "sample string 4",
                        "showDiscounts": true,
                        "showTotals": true,
                        "onlyEvaluateOnSubtotal": true,
                        "useDescription": true,
                        "campaignType": 1,
                        "startDate": "2025-06-14T07:47:42.0110337",
                        "startTime": 1,
                        "endDate": "2025-06-14T07:47:42.0110337",
                        "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:47:42.0110337",
                        "system": true,
                        "created": "2025-06-14T07:47:42.0110337",
                        "updated": "2025-06-14T07:47:42.0110337",
                        "priceChangeNotifiedUtc": "2025-06-14T07:47:42.0110337",
                        "promoType": 1,
                        "promotionTypeCode": "sample string 13",
                        "hostIdentifier": "NDiQaSXKM06n5fvj1sWcVg==",
                        "hostIdentifierGuid": "69903834-ca25-4e33-a7e5-fbe3d6c59c56",
                        "hostType": 14,
                        "createdByUser": "sample string 15",
                        "fromHost": true,
                        "deleted": true,
                        "campaignDeleted": "2025-06-14T07:47:42.0110337",
                        "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": "l1YnK5PZ/kqwQM84Fnib4Q==",
                            "pluGuid": "2b275697-d993-4afe-b040-cf3816789be1",
                            "hostOfferID": 1,
                            "priceGroupG_UID": "mpHSiaMve0GrwNHxfzfPbw==",
                            "priceGroupGuid": "89d2919a-2fa3-417b-abc0-d1f17f37cf6f",
                            "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:47:42.0110337",
                            "rrp": 17,
                            "campaignDescription": "sample string 18",
                            "product": {
                              "$ref": "13"
                            },
                            "campaign": {
                              "$ref": "54"
                            }
                          },
                          {
                            "$ref": "55"
                          }
                        ],
                        "sellingRules": [
                          {
                            "$id": "56",
                            "id": 1,
                            "identifier": "e8zkBMmBh0SEyXCV/lmJ6A==",
                            "identifierStr": "e8zkBMmBh0SEyXCV/lmJ6A==",
                            "identifierGuid": "04e4cc7b-81c9-4487-84c9-7095fe5989e8",
                            "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": "HKGXmNccAU2UGrZdUmd30w==",
                            "customerIDGuid": "9897a11c-1cd7-4d01-941a-b65d526777d3",
                            "campaign": {
                              "$ref": "54"
                            },
                            "customer": {
                              "$id": "58",
                              "identifier": "eH6U3A2RtEm8WwE4OLq6rg==",
                              "identifierGuid": "dc947e78-910d-49b4-bc5b-013838babaae",
                              "code": "sample string 2",
                              "familyName": "sample string 3",
                              "givenName": "sample string 4",
                              "otherName": "sample string 5",
                              "title": "sample string 6",
                              "dateOfBirth": "2025-06-14T07:47:42.0110337",
                              "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": "DnSP8Mmhc0evWAVdVLHg6A==",
                              "communityIdentifierGuid": "f08f740e-a1c9-4773-af58-055d54b1e0e8",
                              "joined": "2025-06-14T07:47:42.0110337",
                              "updated": "2025-06-14T07:47:42.0110337",
                              "active": true,
                              "reasonInactive": 1,
                              "groupCustomer": true,
                              "loyaltyPoints": 1,
                              "homeStoreID": 1,
                              "availableSpend": 1,
                              "priceLevelIdentifier": "72wBkC9Q+0W85jsIvBK1mg==",
                              "priceLevelIdentifierGuid": "90016cef-502f-45fb-bce6-3b08bc12b59a",
                              "marketingID": "sample string 18",
                              "hidden": true,
                              "registered": true,
                              "registeredOn": "2025-06-14T07:47:42.0110337",
                              "emailMarketing": true,
                              "smsMarketing": true,
                              "deleted": true,
                              "deletedUser": "sample string 24",
                              "homeStoreName": "sample string 25",
                              "customerCards": [
                                {
                                  "$id": "59",
                                  "cardType": 2,
                                  "issueDate": "2025-06-14T07:47:42.0110337",
                                  "expiry": "2025-06-14T07:47:42.0110337",
                                  "customerID": "Fo3yYxBcMU2GUoJMD23a5A==",
                                  "customerIDGuid": "63f28d16-5c10-4d31-8652-824c0f6ddae4",
                                  "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:47:42.0110337",
                                  "linkedAccount": "R1PROUndkEWcUDCtoYG9zA==",
                                  "linkedAccountGuid": "39d15347-dd49-4590-9c50-30ada181bdcc",
                                  "currentValueChanged": true,
                                  "limitsChanged": true,
                                  "customer": {
                                    "$ref": "58"
                                  },
                                  "account": {
                                    "$id": "60",
                                    "id": 1,
                                    "identifier": "NScU3wSxtkC9d81fAhyAGw==",
                                    "identifierGuid": "df142735-b104-40b6-bd77-cd5f021c801b",
                                    "referenceNo": "sample string 3",
                                    "name": "sample string 4",
                                    "created": "2025-06-14T07:47:42.0110337",
                                    "owner": "c6zid/H9SkiMPpr+inr73Q==",
                                    "ownerGuid": "77e2ac73-fdf1-484a-8c3e-9afe8a7afbdd",
                                    "accountStoreGroupIdentifier": "iNEM18F6j0G/Bm8hF9RNlg==",
                                    "accountStoreGroupGuid": "d70cd188-7ac1-418f-bf06-6f2117d44d96",
                                    "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:47:42.0110337",
                                    "active": true,
                                    "updated": "2025-06-14T07:47:42.0110337",
                                    "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": "OPmwCJ9fEU+M3lPMW8OhfQ==",
                                        "identifierGuid": "08b0f938-5f9f-4f11-8cde-53cc5bc3a17d",
                                        "name": "sample string 2",
                                        "primaryContact": "tm3iLu92uU2/5N07xDvaQQ==",
                                        "primaryContactGuid": "2ee26db6-76ef-4db9-bfe4-dd3bc43bda41",
                                        "accountID": "e8y7qp3sGE2ojgVhe+vfmw==",
                                        "accountIDGuid": "aabbcc7b-ec9d-4d18-a88e-05617bebdf9b",
                                        "special": true,
                                        "updated": "2025-06-14T07:47:42.0110337",
                                        "active": true,
                                        "reasonInactive": 1,
                                        "priceLevelIdentifier": "cleU/0hGF0qMGiWiMoc9sw==",
                                        "priceLevelIdentifierGuid": "ff945772-4648-4a17-8c1a-25a232873db3",
                                        "deleted": true,
                                        "account": {
                                          "$ref": "60"
                                        },
                                        "primaryContactCustomer": {
                                          "$ref": "58"
                                        },
                                        "customerGroupMembers": [
                                          {
                                            "$id": "63",
                                            "id": 1,
                                            "groupID": "j6l0GP/TQk6k1FWMEMhnjA==",
                                            "groupIDGuid": "1874a98f-d3ff-4e42-a4d4-558c10c8678c",
                                            "customerID": "Nt0O1QuCp02uaVtPvhRimg==",
                                            "customerIDGuid": "d50edd36-820b-4da7-ae69-5b4fbe14629a",
                                            "card": "sample string 4",
                                            "linkedAccount": "GmZI5XSwTk6qQVWxCtpuNg==",
                                            "linkedAccountGuid": "e548661a-b074-4e4e-aa41-55b10ada6e36",
                                            "customer": {
                                              "$ref": "58"
                                            },
                                            "group": {
                                              "$ref": "62"
                                            },
                                            "customerCard": {
                                              "$ref": "59"
                                            }
                                          },
                                          {
                                            "$ref": "63"
                                          }
                                        ]
                                      },
                                      {
                                        "$ref": "62"
                                      }
                                    ]
                                  },
                                  "payments": [
                                    {
                                      "$id": "64",
                                      "id": 1,
                                      "identifier": "NybqNKt3vEC/88jhucdT9A==",
                                      "identifierGuid": "34ea2637-77ab-40bc-bff3-c8e1b9c753f4",
                                      "storeID": 2,
                                      "operatorName": "sample string 3",
                                      "saleHeaderID": 4,
                                      "paymentType": 5,
                                      "amount": 6,
                                      "account": "sample string 7",
                                      "accountID": "urqQDZqWvk2jQwa562sR2Q==",
                                      "accountIDGuid": "0d90baba-969a-4dbe-a343-06b9eb6b11d9",
                                      "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:47:42.0110337",
                                      "invRocNo": "sample string 14",
                                      "responseCode": "sample string 15",
                                      "cashout": 1,
                                      "tip": 16,
                                      "idempotentVoid": "oTSESqDgek61QbRsT2Tosw==",
                                      "idempotentVoidGuid": "4a8434a1-e0a0-4e7a-b541-b46c4f64e8b3",
                                      "offline": true,
                                      "processed": 1,
                                      "storeSaleHeader": {
                                        "$id": "65",
                                        "saleHeaderID": 1,
                                        "saleHeaderGuid": "9f73RTvk5ki46mV0FcuGyw==",
                                        "saleHeaderIdentifierGuid": "45f7fef5-e43b-48e6-b8ea-657415cb86cb",
                                        "created": "2025-06-14T07:47:42.0110337",
                                        "createdLocal": "2025-06-14T07:47:42.0110337",
                                        "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:47:42.0110337",
                                        "storeID": 1,
                                        "operatorG_Uid": "1i7XzhOJ/UWrS1e1C8pn5w==",
                                        "operatorGuid": "ced72ed6-8913-45fd-ab4b-57b50bca67e7",
                                        "customerG_Uid": "3WGBdeC7d0yTJzxk4MRTIw==",
                                        "customerGuid": "758161dd-bbe0-4c77-9327-3c64e0c45323",
                                        "communityIdentifier": "S5h0lh0a4UCFLzjjB7KWAg==",
                                        "communityIdentifierGuid": "9674984b-1a1d-40e1-852f-38e307b29602",
                                        "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": "kps53ktWOE+8Xha8daTRgw==",
                                        "priceLevelIdentifierGuid": "de399b92-564b-4f38-bc5e-16bc75a4d183",
                                        "locked": 36,
                                        "relationChecksum": "sample string 37",
                                        "loyaltyTender": 1,
                                        "giftCardTender": 1,
                                        "operator": {
                                          "$ref": "25"
                                        },
                                        "customer": {
                                          "$ref": "58"
                                        },
                                        "communityOrganisation": {
                                          "$id": "66",
                                          "id": 1,
                                          "identifier": "XG3XyM7aXki4Viq9krpd2w==",
                                          "identifierGuid": "c8d76d5c-dace-485e-b856-2abd92ba5ddb",
                                          "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:47:42.0110337",
                                          "deleted": true
                                        },
                                        "details": [
                                          {
                                            "$id": "67",
                                            "saleItemID": 1,
                                            "identifier": "5FoGAJQITUq70urnECA0YA==",
                                            "identifierGuid": "00065ae4-0894-4a4d-bbd2-eae710203460",
                                            "saleHeaderID": 2,
                                            "plu": 1,
                                            "pluG_UId": "TiL1LjQXdUGCJxwKdwvL2w==",
                                            "pluGuid": "2ef5224e-1734-4175-8227-1c0a770bcbdb",
                                            "accountID": "m8RNL0ur1ECkM0m7RS5WiQ==",
                                            "accountIDGuid": "2f4dc49b-ab4b-40d4-a433-49bb452e5689",
                                            "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:47:42.0110337",
                                            "bestOrExpireType": 1,
                                            "providerName": "sample string 11",
                                            "refundG_UID": "G5YtYC6hQkG65WrKaz1NXw==",
                                            "refundGuid": "602d961b-a12e-4142-bae5-6aca6b3d4d5f",
                                            "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": "+if1O65eL0W5CqfLz+27XA==",
                                            "idempotentVoidGuid": "3bf527fa-5eae-452f-b90a-a7cbcfedbb5c",
                                            "priceLevelIdentifier": "42QBxHliikOUpsUVIz22ng==",
                                            "priceLevelIdentifierGuid": "c40164e3-6279-438a-94a6-c515233db69e",
                                            "productName": "sample string 23",
                                            "apn": "sample string 24",
                                            "unknownScans": [
                                              {
                                                "$id": "68",
                                                "id": 1,
                                                "saleDetailID": 2,
                                                "storeID": 1,
                                                "scanned": "2025-06-14T07:47:42.0110337",
                                                "operatorG_UID": "QEA=",
                                                "barcode": "sample string 4",
                                                "processed": 1
                                              },
                                              {
                                                "$ref": "68"
                                              }
                                            ],
                                            "refund": {
                                              "$id": "69",
                                              "id": 1,
                                              "g_UID": "g4vQb0X7aUylxzhExoZzhw==",
                                              "guid": "6fd08b83-fb45-4c69-a5c7-3844c6867387",
                                              "description": "sample string 1",
                                              "dumped": true,
                                              "inventoryReasonID": 1,
                                              "sortOrder": 1,
                                              "updated": "2025-06-14T07:47:42.0110337"
                                            },
                                            "modifier": {
                                              "$id": "70",
                                              "id": 1,
                                              "setG_UID": "Udpd5JnDP0KKdGSmjMZesg==",
                                              "modifierSetGuid": "e45dda51-c399-423f-8a74-64a68cc65eb2",
                                              "name": "sample string 2",
                                              "price": 1,
                                              "quantity": 1,
                                              "modifierType": 1,
                                              "groupNumber": 1,
                                              "pageNumber": 1,
                                              "controlOrder": 1,
                                              "printToStation": true,
                                              "pluG_UID": "PAPj2I3aVEOc771g28RTHQ==",
                                              "pluGuid": "d8e3033c-da8d-4354-9cef-bd60dbc4531d",
                                              "deleted": true,
                                              "g_UID": "lvyCu7/erk6cjeQK73EQwA==",
                                              "guid": "bb82fc96-debf-4eae-9c8d-e40aef7110c0",
                                              "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": "Ep/HLTe7cU6n8t/qstNXkg==",
                                            "pluGuid": "2dc79f12-bb37-4e71-a7f2-dfeab2d35792",
                                            "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:47:42.0110337",
                                            "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:47:42.0110337",
                                            "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": "Sttpt4GEaUC4fEc7q2f/5A==",
                                            "pluGuid": "b769db4a-8481-4069-b87c-473bab67ffe4",
                                            "accountID": "iu2ulMwC30GyP6HSRUks3g==",
                                            "accountIDGuid": "94aeed8a-02cc-41df-b23f-a1d245492cde",
                                            "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:47:42.0110337",
                                            "bestOrExpireType": 1,
                                            "refundG_UID": "khxPFZG2mEGauW7jKU3lZg==",
                                            "refundGuid": "154f1c92-b691-4198-9ab9-6ee3294de566",
                                            "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": "QOIkD9kdR0CpSx6oGE5uVw==",
                                            "identifierGuid": "0f24e240-1dd9-4047-a94b-1ea8184e6e57",
                                            "id": 1,
                                            "orderNo": 2,
                                            "externalSaleIdentifier": "sample string 3",
                                            "storeID": 4,
                                            "zoneID": 5,
                                            "deptNo": 6,
                                            "customerIdentifier": "sgrveQfm4kWQ9Yt7pL9oJA==",
                                            "customerIdentifierGuid": "79ef0ab2-e607-45e2-90f5-8b7ba4bf6824",
                                            "operatorNo": 1,
                                            "operatorG_UID": "TPAKPiRN2US8mYd2uyh2rA==",
                                            "operatorGuid": "3e0af04c-4d24-44d9-bc99-8776bb2876ac",
                                            "created": "2025-06-14T07:47:42.0110337",
                                            "ordered": "2025-06-14T07:47:42.0110337",
                                            "started": "2025-06-14T07:47:42.0110337",
                                            "completed": "2025-06-14T07:47:42.0110337",
                                            "supplied": "2025-06-14T07:47:42.0110337",
                                            "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": "Szlhdo9lskGZFbi0rEo0+A==",
                                                "pluGuid": "7661394b-658f-41b2-9915-b8b4ac4a34f8",
                                                "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": "qv755eG6cUaO/z/rZPrqjQ==",
                                                "headerIdentifierGuid": "e5f9feaa-bae1-4671-8eff-3feb64faea8d",
                                                "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": "zWshx3kGV0qkxR0k8O8qnw==",
                                            "surveyGuid": "c7216bcd-0679-4a57-a4c5-1d24f0ef2a9f",
                                            "saleHeaderGuid": "n3S4okyq4UylcfoYhwh8vw==",
                                            "saleGuid": "a2b8749f-aa4c-4ce1-a571-fa1887087cbf",
                                            "textResponse": "sample string 1",
                                            "integerResponse": 1,
                                            "g_UIDResponse": "AqjpJztF8EethzfJkL4OtA==",
                                            "guidResponse": "27e9a802-453b-47f0-ad87-37c990be0eb4",
                                            "whoAnswered": 2,
                                            "answeredAtUTC": "2025-06-14T07:47:42.0110337",
                                            "sale": {
                                              "$ref": "65"
                                            },
                                            "survey": {
                                              "$id": "79",
                                              "g_UID": "CuhWRkTXIECFVMNVIO9/YQ==",
                                              "guid": "4656e80a-d744-4020-8554-c35520ef7f61",
                                              "name": "sample string 1",
                                              "storeID": 2,
                                              "zoneID": 1,
                                              "checkoutFormG_UID": "Z5cIPWpVuk6i/lxj8KLMNQ==",
                                              "checkoutFormGuid": "3d089767-556a-4eba-a2fe-5c63f0a2cc35",
                                              "displayToWho": 3,
                                              "displayWhen": 4,
                                              "start": "2025-06-14T07:47:42.0110337",
                                              "end": "2025-06-14T07:47:42.0110337",
                                              "deleted": true,
                                              "updated": "2025-06-14T07:47:42.0110337",
                                              "possibleIntegerResponses": [
                                                1,
                                                2
                                              ],
                                              "possibleTextResponses": [
                                                "sample string 1",
                                                "sample string 2"
                                              ],
                                              "possibleGuidResponses": [
                                                "8c5fc3d8-2e6a-4d63-a25c-5e6b9506261c",
                                                "4722f09d-615d-4026-bded-5b476ed25641"
                                              ],
                                              "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": "FrM0wJuQ8kqRrr559iZPQg==",
                                        "accountIdentifier": "c034b316-909b-4af2-91ae-be79f6264f42",
                                        "accountName": "sample string 42",
                                        "customerOrderIdentifier": "cFrwmCCoc0yrxaok5Ch/7A==",
                                        "customerOrderIdentifierGuid": "98f05a70-a820-4c73-abc5-aa24e4287fec",
                                        "priceLevelName": "sample string 43",
                                        "revision": 44,
                                        "ingressId": "sample string 45"
                                      },
                                      "metadata": {
                                        "$id": "80",
                                        "id": 1,
                                        "paymentID": 2,
                                        "paymentIdentifier": "3dh53oK6M0q1ow0KriZizg==",
                                        "paymentIdentifierGuid": "de79d8dd-ba82-4a33-b5a3-0d0aae2662ce",
                                        "identifier": "C89uwUKb+EaI81PKv7MdOQ==",
                                        "identifierGuid": "c16ecf0b-9b42-46f8-88f3-53cabfb31d39",
                                        "metadata": "sample string 3",
                                        "signatureImage": "QEA=",
                                        "itemIdentifier": "SyV4sCIqJk6/1I+W2hK86A==",
                                        "itemIdentifierGuid": "b078254b-2a22-4e26-bfd4-8f96da12bce8"
                                      }
                                    },
                                    {
                                      "$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": "gG7ZLelGNEui8m9Y9NA48w==",
                                  "customerIdentifierGuid": "2dd96e80-46e9-4b34-a2f2-6f58f4d038f3",
                                  "voucherName": "sample string 2",
                                  "count": 3,
                                  "storeID": 4,
                                  "barcode": "sample string 5",
                                  "redeemCount": 6,
                                  "issueCount": 7,
                                  "storeSalePaymentID": 1,
                                  "idempotentID": "aXKk6HVh6kWUapwTkbeoMg==",
                                  "idempotentGuid": "e8a47269-6175-45ea-946a-9c1391b7a832",
                                  "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:47:42.0110337",
                                    "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:47:42.0110337",
                                      "labelPageLayout": "i93OhMLjfEqLiBwA07QsUA==",
                                      "pageLayoutGuid": "84cedd8b-e3c2-4a7c-8b88-1c00d3b42c50",
                                      "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:47:42.0110337"
                                        },
                                        {
                                          "$ref": "85"
                                        }
                                      ]
                                    },
                                    "customerVouchers": [
                                      {
                                        "$id": "86",
                                        "id": 1,
                                        "customerIdentifier": "sqJTjcskOEmTGWzMCP11Yw==",
                                        "customerIdentifierGuid": "8d53a2b2-24cb-4938-9319-6ccc08fd7563",
                                        "voucherID": 3,
                                        "voucherName": "sample string 4",
                                        "storeID": 1,
                                        "barcode": "sample string 5",
                                        "dateOfIssue": "2025-06-14T07:47:42.0110337",
                                        "issuedSaleHeaderID": 1,
                                        "issuedSaleIdentifier": "sample string 7",
                                        "issuedOfflinePaymentID": 1,
                                        "issuedIdempotentID": "DvXgWPZCNESXT4tk+/Wfhg==",
                                        "issuedIdempotentGuid": "58e0f50e-42f6-4434-974f-8b64fbf59f86",
                                        "issuedOffline": true,
                                        "issuedUser": "sample string 9",
                                        "issuedNotes": "sample string 10",
                                        "expiryDate": "2025-06-14T07:47:42.0110337",
                                        "expiredUser": "sample string 11",
                                        "expiredNotes": "sample string 12",
                                        "redeemed": "2025-06-14T07:47:42.0110337",
                                        "redeemedSaleHeaderID": 1,
                                        "redeemedSaleIdentifier": "sample string 13",
                                        "redeemedOfflinePaymentID": 1,
                                        "redeemedIdempotentID": "QITIN7ikm0+rTB2SmEWF8w==",
                                        "redeemedIdempotentGuid": "37c88440-a4b8-4f9b-ab4c-1d92984585f3",
                                        "redeemedUser": "sample string 14",
                                        "redeemedNotes": "sample string 15",
                                        "redeemedOffline": true,
                                        "updated": "2025-06-14T07:47:42.0110337",
                                        "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": "bzsvSTftBUyocLlhRDJJvQ==",
                            "groupIDGuid": "492f3b6f-ed37-4c05-a870-b961443249bd",
                            "campaign": {
                              "$ref": "54"
                            },
                            "group": {
                              "$ref": "62"
                            }
                          },
                          {
                            "$ref": "87"
                          }
                        ],
                        "signIqTickets": [
                          {
                            "$id": "88",
                            "identifier": "sjRsofdJ6kqWkE1fGpXtkg==",
                            "identifierGuid": "a16c34b2-49f7-4aea-9690-4d5f1a95ed92",
                            "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": "h1C4wcGfsU+zZx2hrBIChQ==",
                            "guid": "c1b85087-9fc1-4fb1-b367-1da1ac120285",
                            "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": "UTIib6hmaU2gNRLYwo9unA==",
                                "groupGuid": "6f223251-66a8-4d69-a035-12d8c28f6e9c",
                                "comboPriceType": 5,
                                "priceType": 5,
                                "pluG_UID": "j5XSK4Ex7Ee3IEYTpiqNXw==",
                                "pluGuid": "2bd2958f-3181-47ec-b720-4613a62a8d5f",
                                "priceGroupG_UID": "FkCrPAASkkWIyxv0R5I9ZA==",
                                "priceGroupGuid": "3cab4016-1200-4592-88cb-1bf447923d64",
                                "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": "8QpXzH2EV0+JBQVkwXIM2A==",
                            "priceLevelIdentifierGuid": "cc570af1-847d-4f57-8905-0564c1720cd8",
                            "campaignName": "sample string 3",
                            "priceLevelName": "sample string 4"
                          },
                          {
                            "$ref": "91"
                          }
                        ]
                      },
                      "product": {
                        "$ref": "13"
                      },
                      "dealCost": {
                        "$id": "92",
                        "headerIdentifier": "V5f8Q4ddD0OPRgcHEqHjTA==",
                        "headerIdentifierGuid": "43fc9757-5d87-430f-8f46-070712a1e34c",
                        "identifier": "1Fi6WjYvj0CGkTtw3h9ZQg==",
                        "identifierGuid": "5aba58d4-2f36-408f-8691-3b70de1f5942",
                        "supplierIdentifier": "Qx2f85gf20+F8/6st1qzag==",
                        "supplierGuid": "f39f1d43-1f98-4fdb-85f3-feacb75ab36a",
                        "pluG_UID": "IsnjHT1wBUumpIv7rY28aQ==",
                        "pluGuid": "1de3c922-703d-4b05-a6a4-8bfbad8dbc69",
                        "campaignName": "9e034584-c3dd-4cf8-aac3-0d6e82a43cd9",
                        "description": "sample string 4",
                        "cost": 5,
                        "costDecimals": 6,
                        "start": "2025-06-14T07:47:42.0110337",
                        "end": "2025-06-14T07:47:42.0110337",
                        "type": 9,
                        "promoType": 10,
                        "bonusItemPLUG_UID": "IkmVYQpN3UOsrh+JJu0ybQ==",
                        "bonusItemPluGuid": "61954922-4d0a-43dd-acae-1f8926ed326d",
                        "bonusPurchaseUnits": 11,
                        "bonusReceiveUnits": 12,
                        "updated": "2025-06-14T07:47:42.0110337",
                        "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:47:42.0110337",
                        "campaignEndDate": "2025-06-14T07:47:42.0110337",
                        "masterPLUG_UID": "6q9p2F5gH0qgpDc2fgCg8A==",
                        "masterID": "d869afea-605e-4a1f-a0a4-37367e00a0f0",
                        "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": "+qvO3o6kdkWnbDpq/nQxmg==",
                        "bonusMasterID": "deceabfa-a48e-4576-a76c-3a6afe74319a",
                        "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:47:42.0110337",
                    "dealCosts": [
                      {
                        "$ref": "92"
                      },
                      {
                        "$ref": "92"
                      }
                    ],
                    "tags": [
                      {
                        "$id": "93",
                        "pluG_UID": "kSHCOwZpVU+306i7tsJZCg==",
                        "pluGuid": "3bc22191-6906-4f55-b7d3-a8bbb6c2590a",
                        "tagID": 1,
                        "description": "sample string 1",
                        "storeIDs": [
                          1,
                          2
                        ]
                      },
                      {
                        "$ref": "93"
                      }
                    ],
                    "alternateProductG_UID": "2dQFHOu88EqijMBy9JWvlQ==",
                    "alternateProduct": "1c05d4d9-bceb-4af0-a28c-c072f495af95",
                    "productHostCode": {
                      "$id": "94",
                      "id": 1,
                      "pluG_UID": "i9JeEEilJE6c0Y4rKh48Qw==",
                      "pluGuid": "105ed28b-a548-4e24-9cd1-8e2b2a1e3c43",
                      "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:47:42.0110337",
                    "inventoryTracked": "2025-06-14T07:47:42.0110337",
                    "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": "ezr9EwdSukuyoiIG2WUtQw==",
                  "supplierGuid": "13fd3a7b-5207-4bba-b2a2-2206d9652d43",
                  "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": "9vA6UICRTkKcOtmDIMsZhQ==",
                  "supplierGuid": "503af0f6-9180-424e-9c3a-d98320cb1985",
                  "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:47:42.0110337",
                  "deliveryDate": "2025-06-14T07:47:42.0110337",
                  "nextCutOffDate": "2025-06-14T07:47:42.0110337",
                  "nextDeliveryDate": "2025-06-14T07:47:42.0110337",
                  "nextDaysBuffer": 10
                },
                {
                  "$ref": "97"
                }
              ],
              "store": {
                "$ref": "4"
              },
              "updated": "2025-06-14T07:47:42.0110337",
              "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:47:42.0110337",
                "processed": "2025-06-14T07:47:42.0110337",
                "isProcessing": true,
                "processedCount": 6,
                "processingTime": 1,
                "collectedUtc": "2025-06-14T07:47:42.0110337",
                "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:47:42.0110337",
                  "businessPillar": "sample string 3",
                  "fileType": "sample string 4"
                }
              },
              {
                "$ref": "98"
              }
            ],
            "zoneMatrix": [
              {
                "$id": "100",
                "id": 1,
                "hostIdentifier": "SvnfGXvwakq1WTbOj5I3QQ==",
                "hostIdentifierGuid": "19dff94a-f07b-4a6a-b559-36ce8f923741",
                "storeID": 1,
                "departmentCode": "sample string 2",
                "hostGuids": [
                  "baa0009c-0075-4b16-ab8d-dd9aa2de8f55",
                  "13f085cd-894e-41b3-a83e-67338824e3ae"
                ]
              },
              {
                "$ref": "100"
              }
            ],
            "hostFileStoreSetting": {
              "$ref": "6"
            },
            "hostStoreSettings": [
              {
                "$ref": "6"
              },
              {
                "$ref": "6"
              }
            ],
            "promotionPlacements": [
              {
                "$id": "101",
                "identifier": "r2PT8mOaKkeBLno1mIfyYQ==",
                "identifierGuid": "f2d363af-9a63-472a-812e-7a359887f261",
                "code": "sample string 2",
                "description": "sample string 3",
                "isAdvertised": true
              },
              {
                "$ref": "101"
              }
            ],
            "promoTypeGuids": [
              "559fda1d-e35a-40a1-b1d4-2de7edfa76b4",
              "41db3532-1418-49ba-b052-a2d1b61b4eee"
            ],
            "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:47:42.0110337",
          "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": "68d0eb75-babc-4eed-8c4e-be831fd2d6c2",
      "updateStore": {
        "$id": "107",
        "id": "9d1ea873-80ac-40cd-b941-f6f0313569c3",
        "name": "sample string 1",
        "lastActivity": "2025-06-14T07:47:42.0110337",
        "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:47:42.0110337"
      },
      "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": "ATujqEDuxkCE2y5qnzLXOg==",
      "guid": "a8a33b01-ee40-40c6-84db-2e6a9f32d73a",
      "fuelGrade": "sample string 5",
      "price1": 1,
      "price2": 1,
      "price3": 1,
      "price4": 1,
      "effective": "2025-06-14T07:47:42.0110337",
      "updated": "2025-06-14T07:47:42.0110337",
      "margin": 1,
      "product": {
        "$ref": "13"
      }
    }
  }
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PK�=�Z���5xl/workbook.xml �(�����0��&�C���	)��x��-�4П�5���H�yۙ��v�l�ȍ�GM�W��C�"ċ�'cA�]o�b!J�"�鹿ֈ�H~>_���i���x�������Դ��7�Bti��0�$���]LD��M��/�B�)�q��(9���F��qx�,J~�<+�Et9��;���w�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
�=�ZZ''_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="Re5b56cc4eb5a436f" /></Relationships>PK�=�Z�z	%�xl/worksheets/sheet1.xml �(���]s�0��
��B>H �ik�z����,a*�I���o@�|8ֽQ�<�9�#�O���:q�JQG6t�m�:YY�"������g!?T���^����B���uUZ�*Q�8���r!�D�[�sE��)_��X�Z��J�O�����K�Gz���I���_ZUIY�q���{szK�<���b�lˍ��]�\[�7�+�Gs��"��;�W����x����8�y�+�	��N*��}����ζ��}?��."�9�:=*-�?���}�P���p��ރ�{�Bb��^�{W�w0�J��'�O�>r3�#�y~���>�|z���f�C��;߿���03�!
����A�����Y����C0����'���|-�;`����I�n6p/{�.�2�IJq�d[6훫gs���6۪�o���=5nG��	8&^��9���ۜ���jN�1�>'�X�	Ll�D0&�s���k�SFהQ��H�eX���:�M[k�����[ݩ�k�tףyf吃��3HA0�h��+3٪�
Nbt�[�G:�+!4��j�3�?PK�=�Z��^-�Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞��8�P�n�a[z{2����.г��H\�H�J,�t5��ӓf>�?6��yb/��hMi"��Aێ�o���v�́&��ų�b|C�#���O�B&v:�fb�z�(<��x&D�ݚ�Lv�,���io�<�	���u'?`G�z

��<��4�T`Om�e.u�u�����������w������%�E%���Q�\���i]^��1ϱ��,d*�j��/�_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���5xl/workbook.xmlPK-�=�Z����	�[Content_Types].xmlPK-
�=�ZZ''V_rels/.relsPK-�=�Z�z	%��xl/worksheets/sheet1.xmlPK-�=�Z��^-�P9xl/_rels/workbook.xml.relsPK-�=�ZЃc'2E
xl/styles.xmlPK-�=�ZG� ��xl/sharedStrings.xmlPK�;

application/vnd.ms-excel

Sample:
PK�=�Zb�y��5xl/workbook.xml �(�����0��&�C�� �'.^=x_�V�O�||K	$޼���~;�lܫ7�E>jҾr
C�c������Ew�8!J�dFɱ3��Pvβ+s8A�F�QZOW�?,o��GĠ��@j���K����'���b���o�N��")�AaC;@IrnCCsJ\%�pϋ��a(�K��tgﰚm��/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
�=�ZG1�''_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="Re86954ec40f546e0" /></Relationships>PK�=�Z�z	%�xl/worksheets/sheet1.xml �(���]s�0��
��B>H �ik�z����,a*�I���o@�|8ֽQ�<�9�#�O���:q�JQG6t�m�:YY�"������g!?T���^����B���uUZ�*Q�8���r!�D�[�sE��)_��X�Z��J�O�����K�Gz���I���_ZUIY�q���{szK�<���b�lˍ��]�\[�7�+�Gs��"��;�W����x����8�y�+�	��N*��}����ζ��}?��."�9�:=*-�?���}�P���p��ރ�{�Bb��^�{W�w0�J��'�O�>r3�#�y~���>�|z���f�C��;߿���03�!
����A�����Y����C0����'���|-�;`����I�n6p/{�.�2�IJq�d[6훫gs���6۪�o���=5nG��	8&^��9���ۜ���jN�1�>'�X�	Ll�D0&�s���k�SFהQ��H�eX���:�M[k�����[ݩ�k�tףyf吃��3HA0�h��+3٪�
Nbt�[�G:�+!4��j�3�?PK�=�Z��^,�Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞�&I���ݰa[z��3��&vd�@�Ƃ#q�"A*�`��h~OO��|���ަ�����
�L#�\7ؾ�S�w5춛=��D0�XZ�����yP�&��ɦ�v~˜R���{��B��_2����CtZ��:Md�`���1�쀾���O)�K�Y�{���</�P-ve^HQ�7S�<R����2+�m]�˶ YuwS�����ӥ�N��B�D�R�(�
�
�5~��/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-�=�Zb�y��5xl/workbook.xmlPK-�=�Z����	��[Content_Types].xmlPK-
�=�ZG1�''U_rels/.relsPK-�=�Z�z	%��xl/worksheets/sheet1.xmlPK-�=�Z��^,�P8xl/_rels/workbook.xml.relsPK-�=�ZЃc'2E
~xl/styles.xmlPK-�=�ZG� ��xl/sharedStrings.xmlPK�: