PUT 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

Hose to be saved

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.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "storeID": 2,
  "hoseNumber": 3,
  "dispenserNumber": 4,
  "tankNumber": 1,
  "accumulatedVolume": 1,
  "rolloverVolume": 5.0,
  "updated": "2025-08-02T23:25:26.2348973",
  "dispenser": {
    "$id": "2",
    "id": 1,
    "storeID": 2,
    "dispenserNumber": 3,
    "updated": "2025-08-02T23:25:26.2348973"
  },
  "tank": {
    "$id": "3",
    "id": 1,
    "storeID": 2,
    "tankNumber": 3,
    "fuelGrade": "sample string 4",
    "fuelGradeID": 1,
    "capacity": 5.0,
    "lpg": true,
    "waterLevel": 7.0,
    "updated": "2025-08-02T23:25:26.2348973",
    "storeName": "sample string 9",
    "store": {
      "$id": "4",
      "id": 1,
      "isMaster": true,
      "shortName": "sample string 3",
      "url": "sample string 4",
      "sortOrder": 1,
      "name": "sample string 5",
      "phone": "sample string 6",
      "fax": "sample string 7",
      "email": "sample string 8",
      "address1": "sample string 9",
      "address2": "sample string 10",
      "city": "sample string 11",
      "state": "sample string 12",
      "country": "sample string 13",
      "postCode": "sample string 14",
      "delivery": 1,
      "exportAccounts": 1,
      "salesAccountFolder": "sample string 15",
      "purchaseAccountFolder": "sample string 16",
      "initLoad": 1,
      "initIDs": 1,
      "zoneID": 1,
      "actAsMaster": 1,
      "lastActiveUtc": "2025-08-02T23:25:26.2348973",
      "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": "H74fl4Xah06e6Fo6c3qBSA==",
      "hostIdentifierGuid": "971fbe1f-da85-4e87-9ee8-5a3a737a8148",
      "hostName": 1,
      "hostAddress": "sample string 27",
      "hostUsername": "sample string 28",
      "hostPassword": "sample string 29",
      "excludeFromLeadInOut": true,
      "accountingProvider": 31,
      "accountingAddress": "sample string 32",
      "accountingUsername": "sample string 33",
      "accountingPassword": "sample string 34",
      "storeAccountingCode": "sample string 35",
      "softwareVariance": 36,
      "fuelWarningVariance": 37.0,
      "fuelErrorVariance": 38.0,
      "fuelAccumulatedWarningVariance": 39.0,
      "fuelAccumulatedErrorVariance": 40.0,
      "drawManagment": 41,
      "endOfDayManagment": true,
      "autoFillCashBalancing": true,
      "fuelDayVariance": 44,
      "accountingTradingTime": "00:00:00.1234567",
      "stockActivateProduct": 46,
      "giftCardSalesAccountingDeptCode": "sample string 47",
      "transactionDiscountAccountingDeptCode": "sample string 48",
      "size": 49,
      "updated": "2025-08-02T23:25:26.2348973",
      "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": "a6AHu1JQNkW/nqPxFZdYBQ==",
          "hostIdentifierGuid": "bb07a06b-5052-4536-bf9e-a3f115975805",
          "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": "oYAch4bn5ke/gCRaQcelcA==",
            "identifierGuid": "871c80a1-e786-47e6-bf80-245a41c7a570",
            "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": "yvcrFAC0EUaIsC0x0kb4dA==",
            "hostSupplierIdentifierGuid": "142bf7ca-b400-4611-88b0-2d31d246f874",
            "loyaltyPriceLevelIdentifier": "Dv3hZ0PAK0WWdAhX3haeyg==",
            "loyaltyPriceLevelIdentifierGuid": "67e1fd0e-c043-452b-9674-0857de169eca",
            "isGroup": true,
            "description": "sample string 22",
            "hostProvider": 23,
            "hostTypeEnum": 24,
            "hostType": "sample string 25",
            "hostCode": "sample string 26",
            "username": "sample string 27",
            "password": "sample string 28",
            "passwordPlain": "sample string 29",
            "server": "sample string 30",
            "url": "sample string 31",
            "global": true,
            "stateCode": "sample string 33",
            "lastCollected": "2025-08-02T23:25:26.2348973",
            "lastProcessed": "2025-08-02T23:25:26.2348973",
            "hold": true,
            "supplierName": "sample string 35",
            "supplier": {
              "$id": "8",
              "identifier": "JGSYmxtADUaZfdjPrsuN3g==",
              "identifierGuid": "9b986424-401b-460d-997d-d8cfaecb8dde",
              "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": "xMLTuHG1S0ScuM9mUxlksA==",
              "primaryContactID": "b8d3c2c4-b571-444b-9cb8-cf66531964b0",
              "storeID": 1,
              "abn": "sample string 16",
              "supplierGroupIdentifier": "AbaFi5yK5UGGH/juHfOQOA==",
              "supplierGroupGuid": "8b85b601-8a9c-41e5-861f-f8ee1df39038",
              "rebate": 1.0,
              "rebateType": 1,
              "rebateFrequency": 1,
              "rebateSource": 1,
              "rebateLastClaimed": "2025-08-02T23:25:26.2348973",
              "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": "9b39e318-59a6-43a0-a532-111cab236a1a",
                "identifier": "Lo0ivOHQDEa9COOBHWH5sA==",
                "identifierGuid": "bc228d2e-d0e1-460c-bd08-e3811d61f9b0",
                "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": "RgQVcHmjVU2WofrQg/UnNQ==",
                  "supplierIdentifierGuid": "70150446-a379-4d55-96a1-fad083f52735",
                  "contactGuid": "a8xRY8j7F0OADKqACpHlDQ==",
                  "contactID": "6351cc6b-fbc8-4317-800c-aa800a91e50d",
                  "contact": {
                    "$ref": "9"
                  },
                  "supplier": {
                    "$ref": "8"
                  }
                },
                {
                  "$ref": "10"
                }
              ],
              "products": [
                {
                  "$id": "11",
                  "pluG_UID": "TfRdxJBApkOAGDSRvTEomA==",
                  "pluGuid": "c45df44d-4090-43a6-8018-3491bd312898",
                  "supplierIdentifier": "wKhjKiqB8kGsfTYr2TSNgg==",
                  "supplierIdentifierGuid": "2a63a8c0-812a-41f2-ac7d-362bd9348d82",
                  "cartonQuantity": 1,
                  "cartonQuantityChanged": true,
                  "productSize": "sample string 3",
                  "cigarettesPerSleeve": 1,
                  "randomWeight": true,
                  "piecesPerUnit": 5,
                  "averagePackSize": 6,
                  "effectiveDate": "2025-08-02T23:25:26.2348973",
                  "pricedByWeight": true,
                  "landedUnitCostEx": 9,
                  "landedUnitCostInc": 10,
                  "landedCartonCostInc": 11,
                  "landedCartonCostEx": 12,
                  "standardCost": 13,
                  "deliveryFee": 1,
                  "deliveryFeeBasis": "sample string 14",
                  "pickAndPackFee": 1,
                  "pickAndPackFeeBasis": "sample string 15",
                  "financeFee": 1,
                  "financeFeeBasis": "sample string 16",
                  "cartonLength": 1,
                  "cartonWidth": 1,
                  "cartonHeight": 1,
                  "palletLayerQuantity": 1,
                  "palletLayers": 1,
                  "itemCode": "sample string 17",
                  "invoiceCode": "sample string 18",
                  "invoiceDesc": "sample string 19",
                  "orderDirect": true,
                  "useCost": true,
                  "minimumQuantity": 20,
                  "hostType": 21,
                  "fromHost": 22,
                  "minimumReorder": 1,
                  "maximumReorder": 1,
                  "orderMultiple": 23.1,
                  "sellMultiple": 24.1,
                  "baseMultiple": 25.1,
                  "hostStandardCost": 26,
                  "hostTotalCost": 27,
                  "hostRetail": 28,
                  "hostLandedUnitCostEx": 29,
                  "hostLandedUnitCostInc": 30,
                  "hostDesc": "sample string 31",
                  "directIndicator": "sample string 32",
                  "availableToOrder": true,
                  "hostRangeIndicator": "sample string 34",
                  "hostProductType": "sample string 35",
                  "hostProductGrade": "sample string 36",
                  "hostProductGroup": "sample string 37",
                  "hostSlowMoving": true,
                  "hostGeneralMerchandise": true,
                  "hostPillar": "sample string 40",
                  "hostLastUpdated": "2025-08-02T23:25:26.2348973",
                  "rebate": 1.0,
                  "rebateExclude": true,
                  "invoiceCodes": [
                    {
                      "$id": "12",
                      "pluG_UID": "cPaqaHghN0CFiw9RGUhV/Q==",
                      "pluGuid": "68aaf670-2178-4037-858b-0f51194855fd",
                      "supplierIdentifier": "F/lsTr2hKECMtoMJ27hbCw==",
                      "supplierIdentifierGuid": "4e6cf917-a1bd-4028-8cb6-8309dbb85b0b",
                      "invoiceCode": "sample string 1",
                      "storeIDs": [
                        1,
                        2
                      ]
                    },
                    {
                      "$ref": "12"
                    }
                  ],
                  "storeIDs": [
                    1,
                    2
                  ],
                  "preferredSupplier": true,
                  "preferredRebateSupplier": true,
                  "supplierName": "sample string 41",
                  "salesMode": 42,
                  "orderPacked": true,
                  "active": true,
                  "price": 1,
                  "costGstPercent": 44,
                  "parentPluG_UID": "ZkioC0w1JEOAWtyZokw5kg==",
                  "parentPluGuid": "0ba84866-354c-4324-805a-dc99a24c3992",
                  "freight": 45.0,
                  "freightType": 1,
                  "product": {
                    "$id": "13",
                    "plu": 1,
                    "storeID": 1,
                    "masterPluG_UID": "QEA=",
                    "storeIDs": [
                      1,
                      2
                    ],
                    "g_UId": "40ef8FESukyUvURrA7jSCA==",
                    "guid": "f09f47e3-1251-4cba-94bd-446b03b8d208",
                    "apn": "sample string 1",
                    "apnChanged": true,
                    "apnSwitched": true,
                    "barcode": "sample string 4",
                    "itemNumber": "sample string 5",
                    "itemNumberChanged": true,
                    "priceGroupG_UID": "KftTeTtOmki3mFCl7YXyNg==",
                    "priceGroupGuid": "7953fb29-4e3b-489a-b798-50a5ed85f236",
                    "blueprintID": 1,
                    "lastCountedDate": "2025-08-02T23:25:26.2504923",
                    "externalID": "sample string 7",
                    "active": true,
                    "activated": "2025-08-02T23:25:26.2504923",
                    "pluCreated": "2025-08-02T23:25:26.2504923",
                    "createdByUser": "sample string 9",
                    "name": "sample string 10",
                    "nameChanged": true,
                    "secondDescription": "sample string 12",
                    "hostDescription": "sample string 13",
                    "keepCartonQty": true,
                    "keepDescription": true,
                    "keepDepartments": true,
                    "keepSuppliers": true,
                    "markdownDescription": "sample string 18",
                    "altDescription": "sample string 19",
                    "bestOrExpire": 20,
                    "lastUpdate": "2025-08-02T23:25:26.2504923",
                    "lastManualUpdate": "2025-08-02T23:25:26.2504923",
                    "imageName": "sample string 23",
                    "showImageOnFlipCharts": true,
                    "showTextOnFlipCharts": true,
                    "overrideFlipChartText": true,
                    "flipChartText": "sample string 27",
                    "salesMode": 1,
                    "eftCode": 1,
                    "price": 1,
                    "priceChanged": true,
                    "rrp": 1,
                    "gstPercent": 28,
                    "gstPercentChanged": true,
                    "costGSTPercent": 29,
                    "costGSTPercentChanged": true,
                    "wetPercent": 1,
                    "priceOverride": 1,
                    "cost": 1,
                    "currentCost": 1,
                    "currentCostDecimals": 1,
                    "grossProfit": 1.0,
                    "currentCostDesc": "sample string 30",
                    "currentCostEnd": "2025-08-02T23:25:26.2504923",
                    "currentCostUpdated": "2025-08-02T23:25:26.2504923",
                    "costDecimals": 31,
                    "costChanged": true,
                    "dealCostIdentifier": "QEA=",
                    "excludeFromRebate": true,
                    "rebateOverride": 1,
                    "costCalcMethod": 32,
                    "costCalcMethodChanged": true,
                    "costEffectiveDate": "2025-08-02T23:25:26.2504923",
                    "defaultGP": 1,
                    "breakTargetMode": 33,
                    "break1": 1,
                    "price1": 1,
                    "target1": 34,
                    "break2": 1,
                    "price2": 1,
                    "target2": 35,
                    "break3": 1,
                    "price3": 1,
                    "target3": 36,
                    "break1Changed": true,
                    "price1Changed": true,
                    "target1Changed": true,
                    "break2Changed": true,
                    "price2Changed": true,
                    "target2Changed": true,
                    "break3Changed": true,
                    "price3Changed": true,
                    "target3Changed": true,
                    "breakTargetModeChanged": true,
                    "margin": 1.1,
                    "marginChanged": true,
                    "marginRanged": true,
                    "marginRangedChanged": true,
                    "minimumMargin": 1.1,
                    "minimumMarginChanged": true,
                    "maximumMargin": 1.1,
                    "maximumMarginChanged": true,
                    "overrideHostWarehouseIndicator": true,
                    "overrideHostWarehouseIndicatorChanged": true,
                    "overrideHostPrice": true,
                    "overrideHostPriceChanged": true,
                    "overrideHostCost": true,
                    "overrideHostCostChanged": true,
                    "overrideHostMargin": true,
                    "overrideHostMarginChanged": true,
                    "alwaysApplyMargin": true,
                    "alwaysApplyMarginChanged": true,
                    "aws": 1.0,
                    "awsUpdated": "2025-08-02T23:25:26.2504923",
                    "posTare": 1,
                    "altPrice": 1.0,
                    "altPriceChanged": true,
                    "altPriceMode": 53,
                    "altPriceModeChanged": true,
                    "altPLUG_UID": "yFsmAsAKlUWUBeAQgetKnw==",
                    "altPLUGuid": "02265bc8-0ac0-4595-9405-e01081eb4a9f",
                    "altPLUGuidChanged": true,
                    "altPriceDescription1": "sample string 54",
                    "altPriceDescription2": "sample string 55",
                    "cartonQuantity": 56,
                    "cartonQuantityChanged": true,
                    "trayID": 1,
                    "promptID": 1,
                    "tare": 1,
                    "packQty": 1,
                    "fixedWeight": 1,
                    "extraMesg": 1,
                    "text1": "sample string 58",
                    "text2": "sample string 59",
                    "text3": "sample string 60",
                    "labelText": "sample string 61",
                    "labelTextChanged": true,
                    "sendToScale": true,
                    "nonScaleWeigh": true,
                    "labelFormat": "sample string 65",
                    "barcodeFormat": "sample string 66",
                    "austMade": 1,
                    "coolCode": 67,
                    "countryOfOrigin": "sample string 68",
                    "percentContent": 69.1,
                    "departmentID": 1,
                    "subDepartmentID": 1,
                    "minorDepartmentID": 1,
                    "lesserDepartmentID": 1,
                    "deptCode": "sample string 70",
                    "subDeptCode": "sample string 71",
                    "minorDeptCode": "sample string 72",
                    "lesserDeptCode": "sample string 73",
                    "deptName": "sample string 74",
                    "subDeptName": "sample string 75",
                    "minorDeptName": "sample string 76",
                    "lesserDeptName": "sample string 77",
                    "departmentChanged": true,
                    "subCategoryID": 1,
                    "expiry": 1,
                    "showDays": 1,
                    "datePrint": 1,
                    "labelRequired": true,
                    "labelShelfQty": 80,
                    "labelShelfChanged": true,
                    "labelTalkerQty": 82,
                    "labelSmall": true,
                    "labelLastPrinted": "2025-08-02T23:25:26.2504923",
                    "labelLastPrice": 1,
                    "shelfPageLayoutG_UID": "S2VW/tNvt0SKqNmpMsVKvw==",
                    "shelfPageLayoutGuid": "fe56654b-6fd3-44b7-8aa8-d9a932c54abf",
                    "talkerPageLayoutG_UID": "ucNthNYgL0+813tPojHxvA==",
                    "talkerPageLayoutGuid": "846dc3b9-20d6-4f2f-bcd7-7b4fa231f1bc",
                    "unitMeasure": 1.1,
                    "unitMeasureChanged": true,
                    "unitMeasureKind": 85,
                    "unitMeasureKindChanged": true,
                    "signIQData": "sample string 87",
                    "refresh": true,
                    "earnLoyaltyPoints": true,
                    "earnLoyaltyPointsChanged": true,
                    "quantityOverride": true,
                    "quantityOverrideChanged": true,
                    "quantityRequired": true,
                    "quantityRequiredChanged": true,
                    "allowDiscounts": true,
                    "allowDiscountsChanged": true,
                    "discountDiscounts": true,
                    "discountDiscountsChanged": true,
                    "itemRecalled": true,
                    "itemRecalledChanged": true,
                    "noRefund": true,
                    "noRefundChanged": true,
                    "allowMarkdown": true,
                    "allowMarkdownChanged": true,
                    "priceRequired": true,
                    "priceRequiredChanged": true,
                    "fuelItem": true,
                    "fuelItemChanged": true,
                    "trackSerial": true,
                    "trackSerialChanged": true,
                    "allowZeroPrice": true,
                    "allowZeroPriceChanged": true,
                    "notForSale": 91,
                    "notForSaleChanged": true,
                    "excludeFromDeals": true,
                    "excludeFromVoucher": true,
                    "minimumAge": 94,
                    "minimumAgeChanged": true,
                    "buyingLimit": 1,
                    "buyingLimitChanged": true,
                    "buyingLimitIndependent": true,
                    "buyingLimitIndependentChanged": true,
                    "inventoryGuid": "UYiW5f4RvkCQ2slLCg5uPw==",
                    "inventoryIdentifier": "e5968851-11fe-40be-90da-c94b0a0e6e3f",
                    "inventoryAccuracy": 1,
                    "baseUnits": 98,
                    "orderPacked": 1,
                    "isManufactured": true,
                    "isIngredient": true,
                    "isModifier": true,
                    "isModifierChanged": true,
                    "hasModifiers": 99,
                    "defaultPrinter": "sample string 100",
                    "defaultPrinterGroup": "sample string 101",
                    "ingredientsOnManufacture": true,
                    "manufactureUnitMeasure": 1,
                    "mpl": 1,
                    "maxShelfQty": 102,
                    "allowAutoOrder": true,
                    "warrantyPeriod": 1,
                    "parentPluG_UId": "qSGzbsRPkUWksygeWWsgrQ==",
                    "parentPluGuid": "6eb321a9-4fc4-4591-a4b3-281e596b20ad",
                    "preferredHostVendor": 104,
                    "preferredHostChanged": true,
                    "code": "sample string 106",
                    "supplierIdentifier": "Ckz8NeNgBE+YhiM99Zfrag==",
                    "supplierIdentifierGuid": "35fc4c0a-60e3-4f04-9886-233df597eb6a",
                    "supplierChanged": true,
                    "rebateSupplierIdentifier": "YuJYEdvmB0SySLiGAaQQjw==",
                    "rebateSupplierIdentifierGuid": "1158e262-e6db-4407-b248-b88601a4108f",
                    "rebateSupplierChanged": true,
                    "availableForOrder": true,
                    "warehouseDirectIndicator": "sample string 108",
                    "warehouseDirectIndicatorChanged": true,
                    "productGrade": "sample string 110",
                    "productType": "sample string 111",
                    "productGroup": "sample string 112",
                    "complianceIndicator": "sample string 113",
                    "inhouseBrand": "sample string 114",
                    "slowMoving": true,
                    "generalMerchandise": true,
                    "comment": "sample string 117",
                    "lastUpdatedByUser": "sample string 118",
                    "lastManualUpdatedByUser": "sample string 119",
                    "lastUpdatedByUserOverride": true,
                    "lastUpdatedByHost": "2025-08-02T23:25:26.2504923",
                    "commodity": "sample string 121",
                    "businessPillar": "sample string 122",
                    "mscCommodity": "sample string 123",
                    "hostIdentifier": "yGBrqAAZCki5KBGQdPaMdQ==",
                    "hostIdentifierGuid": "a86b60c8-1900-480a-b928-119074f68c75",
                    "serviceFeeID": 1,
                    "serviceFeeIDChanged": true,
                    "providerName": "sample string 125",
                    "aisleEnds": "sample string 126",
                    "deleted": true,
                    "deletedChanged": true,
                    "hidden": true,
                    "doNotRange": true,
                    "doNotRangeChanged": true,
                    "doNotOrder": true,
                    "doNotOrderChanged": true,
                    "locked": true,
                    "excludeFromWebUpdate": true,
                    "excludeFromWebUpdateChanged": true,
                    "webPriceBasedOn": 137,
                    "webPriceRounding": true,
                    "webMarkup": 139,
                    "webPriceMode": 140,
                    "altDepartmentID": 1,
                    "altSubDepartmentID": 1,
                    "altMinorDepartmentID": 1,
                    "altLesserDepartmentID": 1,
                    "altDeptCode": "sample string 141",
                    "altSubDeptCode": "sample string 142",
                    "altMinorDeptCode": "sample string 143",
                    "altLesserDeptCode": "sample string 144",
                    "altDepartmentChanged": true,
                    "storeProducts": [
                      {
                        "$ref": "13"
                      },
                      {
                        "$ref": "13"
                      }
                    ],
                    "store": {
                      "$ref": "4"
                    },
                    "storePrices": [
                      {
                        "$id": "14",
                        "pluG_UID": "+KauZTOIlEu4aTXFRSGFZg==",
                        "pluGuid": "65aea6f8-8833-4b94-b869-35c545218566",
                        "plu": 1,
                        "storeID": 1,
                        "zoneID": 2,
                        "zoneName": "sample string 3",
                        "store": "sample string 4",
                        "priceNow": 5,
                        "costNow": 6,
                        "costNowDecimals": 7,
                        "normalPrice": 8,
                        "gstPercent": 9,
                        "normalCost": 10,
                        "normalCostDecimals": 11,
                        "costGstPercent": 12,
                        "costCalcMethod": 1,
                        "currentCost": 13,
                        "currentCostDecimals": 14,
                        "break1": 15,
                        "price1": 16,
                        "break2": 17,
                        "price2": 18,
                        "break3": 19,
                        "price3": 20,
                        "fuelItem": 21,
                        "fixedWeight": 22,
                        "active": true,
                        "complianceIndicator": "sample string 23",
                        "doNotOrder": true,
                        "doNotRange": true,
                        "isNormalPriceChangesCampaign": true,
                        "updated": "2025-08-02T23:25:26.2504923"
                      },
                      {
                        "$ref": "14"
                      }
                    ],
                    "currentPrices": {
                      "$id": "15",
                      "pluPrices": {
                        "$id": "16",
                        "plu": 1,
                        "pluG_UID": "QEA=",
                        "stores": [
                          1,
                          2
                        ],
                        "normalPrice": 1,
                        "cost": 2,
                        "break1": 3,
                        "price1": 4,
                        "break2": 5,
                        "price2": 6,
                        "break3": 7,
                        "price3": 8,
                        "discountPrice": 9,
                        "acceptedUtc": "2025-08-02T23:25:26.2504923",
                        "priceChangeType": 0,
                        "costDecimals": 10
                      },
                      "normalPluPrices": {
                        "$ref": "16"
                      },
                      "winningCampaign": 1,
                      "winner": {
                        "$id": "17",
                        "campaignName": "sample string 1",
                        "campaignDescription": "sample string 2",
                        "startDate": "2025-08-02T23:25:26.2504923",
                        "startTime": 3,
                        "endDate": "2025-08-02T23:25:26.2504923",
                        "endTime": 4,
                        "newPrice": 5,
                        "newCost": 6,
                        "newCostDecimals": 7,
                        "pctDiscount": 8,
                        "promoType": 1,
                        "promotionTypeCode": "sample string 9",
                        "hostType": 10,
                        "hostIdentifier": "Yx4UZAfakUS2ljP4KJhiZA==",
                        "hostIdentifierGuid": "64141e63-da07-4491-b696-33f828986264",
                        "storeNames": [
                          "sample string 1",
                          "sample string 2"
                        ]
                      },
                      "details": [
                        {
                          "$ref": "17"
                        },
                        {
                          "$ref": "17"
                        }
                      ]
                    },
                    "tray": {
                      "$id": "18",
                      "g_UId": "8pZIDotumU6p5VdtcrTNng==",
                      "guid": "0e4896f2-6e8b-4e99-a9e5-576d72b4cd9e",
                      "name": "sample string 1",
                      "number": 1,
                      "tare": 1
                    },
                    "priceGroup": {
                      "$id": "19",
                      "priceGroupG_UID": "WvQzZ32ZbE6pXzIKQ39W+w==",
                      "priceGroupGuid": "6733f45a-997d-4e6c-a95f-320a437f56fb",
                      "name": "sample string 2",
                      "code": 1,
                      "modified": true,
                      "updated": "2025-08-02T23:25:26.2504923",
                      "buyingLimit": 1,
                      "buyingLimitIndependent": true,
                      "buyingLimitType": 0,
                      "number": 1,
                      "products": [
                        {
                          "$ref": "13"
                        },
                        {
                          "$ref": "13"
                        }
                      ],
                      "productCount": 1
                    },
                    "priceGroupName": "sample string 146",
                    "nutrifacts": {
                      "$id": "20",
                      "pluG_UID": "veUpYMHfDEuASM0qIimTlw==",
                      "pluGuid": "6029e5bd-dfc1-4b0c-8048-cd2a22299397",
                      "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": "4b42493f-a553-4b83-9b2d-36bc2d678b96",
                      "created": "2025-08-02T23:25:26.2504923",
                      "createdByUser": "sample string 1",
                      "activated": "2025-08-02T23:25:26.2504923",
                      "deactivated": "2025-08-02T23:25:26.2504923",
                      "lastOrdered": "2025-08-02T23:25:26.2504923",
                      "lastOrderedQty": 2.0,
                      "lastReceived": "2025-08-02T23:25:26.2504923",
                      "lastReceivedQty": 3.0,
                      "lastInvoiceStatus": 1,
                      "lastCounted": "2025-08-02T23:25:26.2504923",
                      "lastSold": "2025-08-02T23:25:26.2504923",
                      "firstSold": "2025-08-02T23:25:26.2504923",
                      "awsUpdated": "2025-08-02T23:25:26.2504923",
                      "lastManualUpdate": "2025-08-02T23:25:26.2504923",
                      "lastManualUpdatedByUser": "sample string 5",
                      "lastUpdated": "2025-08-02T23:25:26.2504923",
                      "lastUpdatedByUser": "sample string 7",
                      "lastUpdatedByHost": "2025-08-02T23:25:26.2504923",
                      "doNotRangeUpdated": "2025-08-02T23:25:26.2504923",
                      "doNotOrderUpdated": "2025-08-02T23:25:26.2504923",
                      "tracked": "2025-08-02T23:25:26.2504923"
                    },
                    "allergens": [
                      {
                        "$id": "22",
                        "allergenID": 1,
                        "pluG_UID": "d6Dc/iFUF0CLNwdUBbZpqg==",
                        "pluGuid": "fedca077-5421-4017-8b37-075405b669aa",
                        "contains": 2,
                        "allergenName": "sample string 3",
                        "storeIDs": [
                          1,
                          2
                        ]
                      },
                      {
                        "$ref": "22"
                      }
                    ],
                    "costs": {
                      "$id": "23",
                      "pluG_UID": "nPIGrMU3nEGzIig1rm3iuw==",
                      "pluGuid": "ac06f29c-37c5-419c-b322-2835ae6de2bb",
                      "enteredCost": 1,
                      "weightedAvgCost": 1,
                      "lastCost": 1,
                      "rawEnteredCost": 2,
                      "rawWeightedAvgCost": 3,
                      "rawLastCost": 4,
                      "freight": 5.0,
                      "freightType": 6,
                      "costDecimals": 7,
                      "fifoCost": 1,
                      "updated": "2025-08-02T23:25:26.2504923",
                      "normalCost": 1,
                      "currentCost": 1
                    },
                    "sales": [
                      {
                        "$id": "24",
                        "saleHeaderID": 1,
                        "created": "2025-08-02T23:25:26.2504923",
                        "createdLocal": "2025-08-02T23:25:26.2504923",
                        "storeID": 3,
                        "storeName": "sample string 4",
                        "operatorG_Uid": "Rx3i6RBERUeNzqe3NuYyvA==",
                        "operatorGuid": "e9e21d47-4410-4745-8dce-a7b736e632bc",
                        "operatorName": "sample string 5",
                        "tranType": 1,
                        "plu": 1,
                        "pluG_UId": "FbllT4phREKfHJNFOqguEQ==",
                        "pluGuid": "4f65b915-618a-4244-9f1c-93453aa82e11",
                        "normalPrice": 1,
                        "totalCents": 1,
                        "cost": 1,
                        "grossProfit": 1,
                        "quantity": 1,
                        "operator": {
                          "$id": "25",
                          "id": 1,
                          "g_Uid": "+heJ9+Q7xEKkzfI5HjQb5A==",
                          "guid": "f78917fa-3be4-42c4-a4cd-f2391e341be4",
                          "operatorNumber": 1,
                          "shortName": "sample string 2",
                          "firstName": "sample string 3",
                          "lastName": "sample string 4",
                          "password": "sample string 5",
                          "hasPassword": true,
                          "passwordText": "sample string 6",
                          "rfidTagID": "sample string 7",
                          "blueprintID": 1,
                          "groupID": 1,
                          "groupName": "sample string 8",
                          "managerGroupID": 1,
                          "managerGroupName": "sample string 9",
                          "zoneID": 1,
                          "zoneName": "sample string 10",
                          "loggedIn": 1,
                          "lastUsedIP": "sample string 11",
                          "deleted": true,
                          "locked": true,
                          "allowOpenTill": true,
                          "webEmail": "sample string 14",
                          "simpleOperatorType": 0,
                          "webRole": "sample string 15",
                          "updated": "2025-08-02T23:25:26.2504923",
                          "passwordResetRequired": true,
                          "alteredInStore": true,
                          "startShift": "2025-08-02T23:25:26.2504923",
                          "endShift": "2025-08-02T23:25:26.2504923",
                          "machineName": "sample string 20",
                          "drawerID": 1,
                          "stores": [
                            {
                              "$id": "26",
                              "operatorG_UID": "GMJ1qobfj0euin+tUOFEfQ==",
                              "operatorGuid": "aa75c218-df86-478f-ae8a-7fad50e1447d",
                              "storeID": 2,
                              "operator": {
                                "$ref": "25"
                              },
                              "store": {
                                "$ref": "4"
                              }
                            },
                            {
                              "$ref": "26"
                            }
                          ]
                        }
                      },
                      {
                        "$ref": "24"
                      }
                    ],
                    "apns": [
                      {
                        "$id": "27",
                        "pluID": 1,
                        "pluG_UID": "vvfaJ/eKH06SuR93elrXuQ==",
                        "pluGuid": "27daf7be-8af7-4e1f-92b9-1f777a5ad7b9",
                        "apn": "sample string 1",
                        "deleted": true,
                        "storeID": 1,
                        "storeIDs": [
                          1,
                          2
                        ]
                      },
                      {
                        "$ref": "27"
                      }
                    ],
                    "tuns": [
                      {
                        "$id": "28",
                        "pluG_UId": "cdbRzovc1kaFdBDbLfA5nQ==",
                        "pluGuid": "ced1d671-dc8b-46d6-8574-10db2df0399d",
                        "apn": "sample string 1",
                        "tun": "sample string 2",
                        "cartonQuantity": 3,
                        "product": {
                          "$ref": "13"
                        },
                        "storeIDs": [
                          1,
                          2
                        ]
                      },
                      {
                        "$ref": "28"
                      }
                    ],
                    "competitionPricing": [
                      {
                        "$id": "29",
                        "identifier": "B7wumJusW0uU9cDAmdjYKw==",
                        "identifierGuid": "982ebc07-ac9b-4b5b-94f5-c0c099d8d82b",
                        "pluG_UID": "3bdk6jV5Ikyaak1407RXkQ==",
                        "pluGuid": "ea64b7dd-7935-4c22-9a6a-4d78d3b45791",
                        "competitionID": 1,
                        "name": "sample string 2",
                        "sellMultiple": 3,
                        "retailPrice": 4,
                        "storeName": "sample string 5"
                      },
                      {
                        "$ref": "29"
                      }
                    ],
                    "supplier": {
                      "$ref": "8"
                    },
                    "supplierName": "sample string 147",
                    "children": [
                      {
                        "$ref": "13"
                      },
                      {
                        "$ref": "13"
                      }
                    ],
                    "ordering": {
                      "$ref": "11"
                    },
                    "flipChartPages": [
                      {
                        "$id": "30",
                        "identifier": "j3hOG3npgk2pyVuXgRknHg==",
                        "groupName": "sample string 1",
                        "identifierGuid": "1b4e788f-e979-4d82-a9c9-5b978119271e",
                        "exists": true,
                        "flipChartIdentifier": "5iQPNlxyl0Ok7Fja69FtmQ==",
                        "flipChartIdentifierGuid": "360f24e6-725c-4397-a4ec-58daebd16d99",
                        "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": "fgLMWk5QK0+SfwMSjl1ivQ==",
                        "groupIdentifierGuid": "5acc027e-504e-4f2b-927f-03128e5d62bd",
                        "flipChart": {
                          "$id": "31",
                          "identifier": "H6JKukjW5UijDWzGk9HDyw==",
                          "identifierGuid": "ba4aa21f-d648-48e5-a30d-6cc693d1c3cb",
                          "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": "h/W/A86iskqjvQ9LomkMZQ==",
                            "identifierGuid": "03bff587-a2ce-4ab2-a3bd-0f4ba2690c65",
                            "name": "sample string 2",
                            "formType": "sample string 3",
                            "forms": [
                              {
                                "$id": "33",
                                "id": 1,
                                "g_UID": "v/7WoRtVTUy6udzUqqrz+w==",
                                "guid": "a1d6febf-551b-4c4d-bab9-dcd4aaaaf3fb",
                                "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": "sDitfK3xQ0a+v6Qe9zyjpQ==",
                                "previousFormGuid": "7cad38b0-f1ad-4643-bebf-a41ef73ca3a5",
                                "nextForm": 1,
                                "nextFormG_UID": "Kxd+xyCEUUiZFY9H07/Gug==",
                                "nextFormGuid": "c77e172b-8420-4851-9915-8f47d3bfc6ba",
                                "attributes": "sample string 10",
                                "updated": "2025-08-02T23:25:26.2504923",
                                "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": "fgK4XlJwqEKPKVjz98stjQ==",
                                    "checkoutFormGuid": "5eb8027e-7052-42a8-8f29-58f3f7cb2d8d",
                                    "identifier": "P3+G1RtX7EmbdlHvNQGgQQ==",
                                    "identifierGuid": "d5867f3f-571b-49ec-9b76-51ef3501a041",
                                    "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": "Bm82oceZIky4sDQB7fH3hQ==",
                                    "valueGuid": "a1366f06-99c7-4c22-b8b0-3401edf1f785",
                                    "buttonText": "sample string 10",
                                    "valueText": "sample string 11",
                                    "drawImageAndButton": true,
                                    "updated": "2025-08-02T23:25:26.2504923",
                                    "action": "sample string 12",
                                    "valueForm": {
                                      "$ref": "33"
                                    },
                                    "image": {
                                      "$id": "35",
                                      "name": "sample string 3.sample string 4",
                                      "imageID": 2,
                                      "imageName": "sample string 3",
                                      "imageExtension": "sample string 4",
                                      "lastUpdate": "2025-08-02T23:25:26.2504923",
                                      "imageData": "QEA=",
                                      "readOnly": true
                                    }
                                  },
                                  {
                                    "$ref": "34"
                                  }
                                ],
                                "panels": [
                                  {
                                    "$id": "36",
                                    "id": 1,
                                    "checkoutFormID": 2,
                                    "checkoutFormG_UID": "GCPcGYq+JUeGPsPcOLeTWw==",
                                    "checkoutFormGuid": "19dc2318-be8a-4725-863e-c3dc38b7935b",
                                    "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": "0ovjJjPVtUqVCKkAq87qfg==",
                            "flipChartPageIdentifierGuid": "26e38bd2-d533-4ab5-9508-a900abceea7e",
                            "pluG_UID": "6dWSmpW7p0GJwLIIIa43ew==",
                            "pluGuid": "9a92d5e9-bb95-41a7-89c0-b20821ae377b",
                            "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": "YTB5Nenij0yQ1B6N/XO4sw==",
                        "pluGuid": "35793061-e2e9-4c8f-90d4-1e8dfd73b8b3",
                        "price": 1,
                        "costCalcMethod": 1,
                        "cost": 2,
                        "weightedAvgCost": 3,
                        "lastCost": 4,
                        "rawCost": 5,
                        "rawWeightedAvgCost": 6,
                        "rawLastCost": 7,
                        "costDecimals": 8,
                        "serviceFeeID": 9,
                        "freight": 10.0,
                        "freightType": 11,
                        "process": "sample string 12",
                        "user": "sample string 13",
                        "updated": "2025-08-02T23:25:26.2504923",
                        "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": "+IcFjM1iH0ubal5zJv9FWw==",
                        "ingredientGuid": "qXKQSqU37UiErV0suovqlA==",
                        "ingredientIdentifier": "4a9072a9-37a5-48ed-84ad-5d2cba8bea94",
                        "quantity": 1.0,
                        "storeIDs": [
                          1,
                          2
                        ],
                        "ingredientText": "sample string 1",
                        "ingredient": {
                          "$ref": "13"
                        }
                      },
                      {
                        "$ref": "39"
                      }
                    ],
                    "bins": [
                      {
                        "$id": "40",
                        "pluG_UID": "z8D3F4S3OEqimqkaTTyzcg==",
                        "pluGuid": "17f7c0cf-b784-4a38-a29a-a91a4d3cb372",
                        "shelfLocationIdentifier": "V8cGmKcu8UCM/aLnuND2FQ==",
                        "shelfLocationGuid": "9806c757-2ea7-40f1-8cfd-a2e7b8d0f615",
                        "labelShelfDefault": 1,
                        "labelTalkerDefault": 1,
                        "labelSmall": true,
                        "labelPageLayoutG_UID": "KTt3GrE6OUuTOsxrHJCJ5Q==",
                        "labelPageLayoutGuid": "1a773b29-3ab1-4b39-933a-cc6b1c9089e5",
                        "updated": "2025-08-02T23:25:26.2504923",
                        "electronicShelfLabelIdentifier": "sample string 5",
                        "electronicshelfLabelsConfigurationID": 6,
                        "labelShelfChanged": true,
                        "productName": "sample string 8",
                        "locationText": "sample string 9",
                        "product": {
                          "$ref": "13"
                        },
                        "location": {
                          "$id": "41",
                          "identifier": "jCiLut6XmESUiJ7xyDVvmQ==",
                          "storeID": 1,
                          "identifierGuid": "ba8b288c-97de-4498-9488-9ef1c8356f99",
                          "name": "sample string 2",
                          "haccp": true,
                          "blueprintID": 1,
                          "updated": "2025-08-02T23:25:26.2504923",
                          "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": "RYBmMqllKEajrW39pdmMcA==",
                        "pluGuid": "32668045-65a9-4628-a3ad-6dfda5d98c70",
                        "deptNo": 1,
                        "product": {
                          "$ref": "13"
                        },
                        "scaleLocation": {
                          "$id": "43",
                          "id": 1,
                          "deptNo": 1,
                          "deptCode": "sample string 2",
                          "name": "sample string 3",
                          "enabled": true,
                          "updated": "2025-08-02T23:25:26.2504923",
                          "department": {
                            "$id": "44",
                            "id": 1,
                            "name": "sample string 2",
                            "code": "sample string 3",
                            "sortOrder": 4,
                            "isLiquor": true,
                            "isTobacco": true,
                            "excludeTalker": true,
                            "externalSales": true,
                            "saleGLCode": "sample string 9",
                            "cogsglCode": "sample string 10",
                            "accountingCategoryID": 11,
                            "maximumMarkdownPercentage": 12.0,
                            "accountingOnly": true,
                            "generateExternalID": 1,
                            "useNonReportableTaxCode": true,
                            "minPLU": 15,
                            "maxPLU": 16,
                            "scaleLocation": {
                              "$ref": "43"
                            },
                            "subDepartments": [
                              {
                                "$id": "45",
                                "id": 1,
                                "departmentID": 2,
                                "name": "sample string 3",
                                "code": "sample string 4",
                                "departmentCode": "sample string 5",
                                "externalSales": true,
                                "minorDepartments": [
                                  {
                                    "$id": "46",
                                    "id": 1,
                                    "subDepartmentID": 2,
                                    "departmentID": 3,
                                    "name": "sample string 4",
                                    "subDepartmentCode": "sample string 5",
                                    "departmentCode": "sample string 6",
                                    "code": "sample string 7",
                                    "lesserDepartments": [
                                      {
                                        "$id": "47",
                                        "id": 1,
                                        "departmentID": 2,
                                        "subDepartmentID": 3,
                                        "minorDepartmentID": 4,
                                        "name": "sample string 5",
                                        "code": "sample string 6",
                                        "departmentCode": "sample string 7",
                                        "subDepartmentCode": "sample string 8",
                                        "minorDepartmentCode": "sample string 9",
                                        "updated": "2025-08-02T23:25:26.2504923",
                                        "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": "mKjHbrcW1U+HL/AQO1KatA==",
                                        "labelPageLayoutGuid": "6ec7a898-16b7-4fd5-872f-f0103b529ab4",
                                        "minimumAge": 17,
                                        "countryOfOrigin": "sample string 18",
                                        "serviceFeeID": 1,
                                        "eftCode": 19,
                                        "defaultPrinter": "sample string 20",
                                        "defaultPrinterGroup": "sample string 21",
                                        "buyingLimit": 1,
                                        "buyingLimitIndependent": true,
                                        "buyingLimitType": 0,
                                        "includeInDistinctLimit": true,
                                        "defaultsEmpty": false,
                                        "mscCat": {
                                          "$id": "48",
                                          "dept": 1,
                                          "category": 2,
                                          "name": "sample string 3",
                                          "active": true,
                                          "mscCommodities": [
                                            {
                                              "$id": "49",
                                              "dept": 1,
                                              "category": 2,
                                              "commodity": 3,
                                              "name": "sample string 4",
                                              "active": true,
                                              "mscSubCommodities": [
                                                {
                                                  "$id": "50",
                                                  "dept": 1,
                                                  "category": 2,
                                                  "commodity": 3,
                                                  "subCommodity": 4,
                                                  "name": "sample string 5",
                                                  "active": true,
                                                  "subCommodityCode": "sample string 7"
                                                },
                                                {
                                                  "$ref": "50"
                                                }
                                              ],
                                              "commodityCode": "sample string 6"
                                            },
                                            {
                                              "$ref": "49"
                                            }
                                          ],
                                          "categoryCode": "sample string 5"
                                        },
                                        "mscCom": {
                                          "$ref": "49"
                                        },
                                        "mscDep": {
                                          "$id": "51",
                                          "dept": 1,
                                          "name": "sample string 2",
                                          "active": true,
                                          "mscCategories": [
                                            {
                                              "$ref": "48"
                                            },
                                            {
                                              "$ref": "48"
                                            }
                                          ],
                                          "deptCode": "sample string 4"
                                        },
                                        "mscSubCom": {
                                          "$ref": "50"
                                        }
                                      },
                                      {
                                        "$ref": "47"
                                      }
                                    ],
                                    "updated": "2025-08-02T23:25:26.2504923",
                                    "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": "zuI3CIs2Xk+Nbp6u1amGiw==",
                                    "labelPageLayoutGuid": "0837e2ce-368b-4f5e-8d6e-9eaed5a9868b",
                                    "minimumAge": 15,
                                    "countryOfOrigin": "sample string 16",
                                    "serviceFeeID": 1,
                                    "eftCode": 17,
                                    "defaultPrinter": "sample string 18",
                                    "defaultPrinterGroup": "sample string 19",
                                    "buyingLimit": 1,
                                    "buyingLimitIndependent": true,
                                    "buyingLimitType": 0,
                                    "includeInDistinctLimit": true,
                                    "defaultsEmpty": false,
                                    "mscCat": {
                                      "$ref": "48"
                                    },
                                    "mscCom": {
                                      "$ref": "49"
                                    },
                                    "mscDep": {
                                      "$ref": "51"
                                    },
                                    "mscSubCom": {
                                      "$ref": "50"
                                    }
                                  },
                                  {
                                    "$ref": "46"
                                  }
                                ],
                                "investmentBuyOverride": true,
                                "updated": "2025-08-02T23:25:26.2504923",
                                "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": "3lPaPYh8cUeiNXW/dgsSvg==",
                                "labelPageLayoutGuid": "3dda53de-7c88-4771-a235-75bf760b12be",
                                "minimumAge": 15,
                                "countryOfOrigin": "sample string 16",
                                "serviceFeeID": 1,
                                "eftCode": 17,
                                "defaultPrinter": "sample string 18",
                                "defaultPrinterGroup": "sample string 19",
                                "buyingLimit": 1,
                                "buyingLimitIndependent": true,
                                "buyingLimitType": 0,
                                "includeInDistinctLimit": true,
                                "defaultsEmpty": false,
                                "mscCat": {
                                  "$ref": "48"
                                },
                                "mscCom": {
                                  "$ref": "49"
                                },
                                "mscDep": {
                                  "$ref": "51"
                                },
                                "mscSubCom": {
                                  "$ref": "50"
                                }
                              },
                              {
                                "$ref": "45"
                              }
                            ],
                            "stores": [
                              1,
                              2
                            ],
                            "investmentBuyOverride": true,
                            "updated": "2025-08-02T23:25:26.2504923",
                            "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": "Bc7uaHReYUK1J6FfyICT6g==",
                            "labelPageLayoutGuid": "68eece05-5e74-4261-b527-a15fc88093ea",
                            "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": "Ap1eW7pv30mVS10EBxEbcw==",
                      "pluGuid": "5b5e9d02-6fba-49df-954b-5d0407111b73",
                      "newPrice": 1,
                      "pctDiscount": 1,
                      "newCost": 1,
                      "newCostDecimals": 6,
                      "dealCostIdentifier": "sCIonHTygUqftmeyyPPTqg==",
                      "dealCostGuid": "9c2822b0-f274-4a81-9fb6-67b2c8f3d3aa",
                      "pluName": "sample string 7",
                      "apn": "sample string 8",
                      "fuelItem": true,
                      "priceGroupG_UID": "gI6uDc6HVE6FwAus0g1ZzA==",
                      "priceGroupGuid": "0dae8e80-87ce-4e54-85c0-0bacd20d59cc",
                      "itemNumber": "sample string 10",
                      "cri": "sample string 11",
                      "pluPrice": 12,
                      "pluCost": 13,
                      "pluCostIndicator": "sample string 14",
                      "pluPriceGstPercent": 15,
                      "pluCostGstPercent": 16,
                      "pluActive": true,
                      "cartonQty": 1.1,
                      "baseUnits": 18.1,
                      "salesMode": 1,
                      "pluNormalCost": 19,
                      "pluaws": 20.0,
                      "directNumber": "sample string 21",
                      "departmentName": "sample string 22",
                      "subDepartmentName": "sample string 23",
                      "priceGroupName": "sample string 24",
                      "supplierName": "sample string 25",
                      "stockOnHand": 1.1,
                      "stockOnOrder": 1.1,
                      "lastReceived": "2025-08-02T23:25:26.2504923",
                      "rrp": 26,
                      "campaignDescription": "sample string 27",
                      "campaignComboPriceGroupG_UID": "XqFQ1+4VDkWhsxP+jfabnQ==",
                      "campaignComboPriceGroupIdentifier": "d750a15e-15ee-450e-a1b3-13fe8df69b9d",
                      "promotionPlacementDescription": "sample string 28",
                      "storeAcceptances": [
                        {
                          "$id": "53",
                          "plu": 1,
                          "pluG_UId": "QEA=",
                          "campaignID": 1,
                          "campaignName": "sample string 2",
                          "storeID": 3,
                          "acceptedUtc": "2025-08-02T23:25:26.2504923",
                          "operatorG_UID": "bFoXb7m7PU+9fIsdIXQp5A==",
                          "operatorGuid": "6f175a6c-bbb9-4f3d-bd7c-8b1d217429e4",
                          "machineID": 1,
                          "processed": true,
                          "appliedUtc": "2025-08-02T23:25:26.2504923",
                          "signIqTicketFileMovedUtc": "2025-08-02T23:25:26.2504923",
                          "user": "sample string 6",
                          "campaignDescription": "sample string 7",
                          "productDesc": "sample string 8",
                          "storeName": "sample string 9",
                          "effectiveUtc": "2025-08-02T23:25:26.2504923",
                          "priceChangeType": 0,
                          "operatorName": "sample string 10",
                          "hostCampaign": true,
                          "product": {
                            "$ref": "13"
                          },
                          "campaignPlu": {
                            "$ref": "52"
                          }
                        },
                        {
                          "$ref": "53"
                        }
                      ],
                      "campaign": {
                        "$id": "54",
                        "id": 1,
                        "storeID": 2,
                        "name": "d1277bed-4d4e-4cde-8761-a4f39b61b761",
                        "nameGuid": "d1277bed-4d4e-4cde-8761-a4f39b61b761",
                        "description": "sample string 4",
                        "showDiscounts": true,
                        "showTotals": true,
                        "onlyEvaluateOnSubtotal": true,
                        "useDescription": true,
                        "campaignType": 1,
                        "startDate": "2025-08-02T23:25:26.2504923",
                        "startTime": 1,
                        "endDate": "2025-08-02T23:25:26.2504923",
                        "endTime": 1,
                        "recurrence": 1,
                        "recurrenceType": 1,
                        "monthType": 1,
                        "weekDays": 1,
                        "months": 1,
                        "monthWeeks": 1,
                        "monthDays": "sample string 7",
                        "printed": true,
                        "talkerText": "sample string 8",
                        "rangeDescription": "sample string 9",
                        "dealDescription": "sample string 10",
                        "labelQuantity": 11,
                        "active": 1,
                        "deactivated": "2025-08-02T23:25:26.2504923",
                        "system": true,
                        "created": "2025-08-02T23:25:26.2504923",
                        "updated": "2025-08-02T23:25:26.2504923",
                        "priceChangeNotifiedUtc": "2025-08-02T23:25:26.2504923",
                        "promoType": 1,
                        "promotionTypeCode": "sample string 13",
                        "hostIdentifier": "BgRyBswmrESdkPzdWS59JQ==",
                        "hostIdentifierGuid": "06720406-26cc-44ac-9d90-fcdd592e7d25",
                        "hostType": 14,
                        "createdByUser": "sample string 15",
                        "fromHost": true,
                        "deleted": true,
                        "campaignDeleted": "2025-08-02T23:25:26.2504923",
                        "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": "yPUfh5T59ke8SFoMmhH/hw==",
                            "pluGuid": "871ff5c8-f994-47f6-bc48-5a0c9a11ff87",
                            "hostOfferID": 1,
                            "priceGroupG_UID": "aAoSR9BqIkm+H2jUhB+NhQ==",
                            "priceGroupGuid": "47120a68-6ad0-4922-be1f-68d4841f8d85",
                            "fuelItem": true,
                            "pluName": "sample string 6",
                            "apn": "sample string 7",
                            "pluActive": true,
                            "cartonQty": 1,
                            "baseUnits": 9.1,
                            "cri": "sample string 10",
                            "salesMode": 1,
                            "pluaws": 11.0,
                            "directNumber": "sample string 12",
                            "departmentName": "sample string 13",
                            "subDepartmentName": "sample string 14",
                            "priceGroupName": "sample string 15",
                            "supplierName": "sample string 16",
                            "stockOnHand": 1.1,
                            "stockOnOrder": 1.1,
                            "lastReceived": "2025-08-02T23:25:26.2504923",
                            "rrp": 17,
                            "campaignDescription": "sample string 18",
                            "product": {
                              "$ref": "13"
                            },
                            "campaign": {
                              "$ref": "54"
                            }
                          },
                          {
                            "$ref": "55"
                          }
                        ],
                        "sellingRules": [
                          {
                            "$id": "56",
                            "id": 1,
                            "identifier": "ql8xwOt/zkSUlHHK5nCK4g==",
                            "identifierStr": "ql8xwOt/zkSUlHHK5nCK4g==",
                            "identifierGuid": "c0315faa-7feb-44ce-9494-71cae6708ae2",
                            "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": "me/+7H4FsU+x8Tf07P8YKg==",
                            "customerIDGuid": "ecfeef99-057e-4fb1-b1f1-37f4ecff182a",
                            "campaign": {
                              "$ref": "54"
                            },
                            "customer": {
                              "$id": "58",
                              "identifier": "mug3Q4lrdkm/Zr2loClRYw==",
                              "identifierGuid": "4337e89a-6b89-4976-bf66-bda5a0295163",
                              "code": "sample string 2",
                              "familyName": "sample string 3",
                              "givenName": "sample string 4",
                              "otherName": "sample string 5",
                              "title": "sample string 6",
                              "dateOfBirth": "2025-08-02T23:25:26.2504923",
                              "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": "r0kdEYhvg0+E6lcARc3+cQ==",
                              "communityIdentifierGuid": "111d49af-6f88-4f83-84ea-570045cdfe71",
                              "joined": "2025-08-02T23:25:26.2504923",
                              "updated": "2025-08-02T23:25:26.2504923",
                              "active": true,
                              "reasonInactive": 1,
                              "groupCustomer": true,
                              "loyaltyPoints": 1,
                              "homeStoreID": 1,
                              "availableSpend": 1,
                              "priceLevelIdentifier": "6N+MGzOb40ahSEJps3QgmQ==",
                              "priceLevelIdentifierGuid": "1b8cdfe8-9b33-46e3-a148-4269b3742099",
                              "marketingID": "sample string 18",
                              "hidden": true,
                              "registered": true,
                              "registeredOn": "2025-08-02T23:25:26.2504923",
                              "emailMarketing": true,
                              "smsMarketing": true,
                              "deleted": true,
                              "deletedUser": "sample string 24",
                              "homeStoreName": "sample string 25",
                              "customerCards": [
                                {
                                  "$id": "59",
                                  "cardType": 2,
                                  "issueDate": "2025-08-02T23:25:26.2504923",
                                  "expiry": "2025-08-02T23:25:26.2504923",
                                  "customerID": "7DvxtNBgokOIgaSCOyFPow==",
                                  "customerIDGuid": "b4f13bec-60d0-43a2-8881-a4823b214fa3",
                                  "initialValue": 1,
                                  "currentValue": 1,
                                  "maxLimit": 1,
                                  "minTransaction": 1,
                                  "maxTransaction": 1,
                                  "multiplier": 1.1,
                                  "active": true,
                                  "reasonInactive": 1,
                                  "idRequired": true,
                                  "idType": 1,
                                  "idValue": "sample string 5",
                                  "updated": "2025-08-02T23:25:26.2504923",
                                  "linkedAccount": "gj3NpyJwwUyyATbbNRdqUQ==",
                                  "linkedAccountGuid": "a7cd3d82-7022-4cc1-b201-36db35176a51",
                                  "currentValueChanged": true,
                                  "limitsChanged": true,
                                  "customer": {
                                    "$ref": "58"
                                  },
                                  "account": {
                                    "$id": "60",
                                    "id": 1,
                                    "identifier": "jpstSV/U6kicCk7YfSEFJA==",
                                    "identifierGuid": "492d9b8e-d45f-48ea-9c0a-4ed87d210524",
                                    "referenceNo": "sample string 3",
                                    "name": "sample string 4",
                                    "created": "2025-08-02T23:25:26.2504923",
                                    "owner": "oYARcFxHLEOQPPBf5NDeuQ==",
                                    "ownerGuid": "701180a1-475c-432c-903c-f05fe4d0deb9",
                                    "accountStoreGroupIdentifier": "W3KR3t+4BE+xbaH6sbmHkg==",
                                    "accountStoreGroupGuid": "de91725b-b8df-4f04-b16d-a1fab1b98792",
                                    "accountType": 1,
                                    "currentBalance": 1,
                                    "externalID": "sample string 7",
                                    "maximumLimit": 1,
                                    "accruePoints": true,
                                    "loyaltyPoints": 1,
                                    "termsOfTrade": 1,
                                    "signatureRequired": true,
                                    "referenceRequired": true,
                                    "statementSendType": 10,
                                    "ageingPeriod": 1,
                                    "monthlyAgeingPeriod": true,
                                    "explodedInvoice": true,
                                    "isFifoAllocation": true,
                                    "lastStatementSent": "2025-08-02T23:25:26.2504923",
                                    "active": true,
                                    "updated": "2025-08-02T23:25:26.2504923",
                                    "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": "B9OSbdoEyEubQeMNS+BFVw==",
                                        "identifierGuid": "6d92d307-04da-4bc8-9b41-e30d4be04557",
                                        "name": "sample string 2",
                                        "primaryContact": "6KwabHBNZkK4KKAKRbUqgQ==",
                                        "primaryContactGuid": "6c1aace8-4d70-4266-b828-a00a45b52a81",
                                        "accountID": "0Ge903aFOEq4L2ocgt2zSg==",
                                        "accountIDGuid": "d3bd67d0-8576-4a38-b82f-6a1c82ddb34a",
                                        "special": true,
                                        "updated": "2025-08-02T23:25:26.2504923",
                                        "active": true,
                                        "reasonInactive": 1,
                                        "priceLevelIdentifier": "yrCz97d6nEu0UaNNZ+3XeQ==",
                                        "priceLevelIdentifierGuid": "f7b3b0ca-7ab7-4b9c-b451-a34d67edd779",
                                        "deleted": true,
                                        "account": {
                                          "$ref": "60"
                                        },
                                        "primaryContactCustomer": {
                                          "$ref": "58"
                                        },
                                        "customerGroupMembers": [
                                          {
                                            "$id": "63",
                                            "id": 1,
                                            "groupID": "eICphAZiwkGJQeoEd2h57g==",
                                            "groupIDGuid": "84a98078-6206-41c2-8941-ea04776879ee",
                                            "customerID": "vVgA0niPOEKNCzdtE5S1pQ==",
                                            "customerIDGuid": "d20058bd-8f78-4238-8d0b-376d1394b5a5",
                                            "card": "sample string 4",
                                            "linkedAccount": "8xilM4Is0kuwbR2FEH013g==",
                                            "linkedAccountGuid": "33a518f3-2c82-4bd2-b06d-1d85107d35de",
                                            "customer": {
                                              "$ref": "58"
                                            },
                                            "group": {
                                              "$ref": "62"
                                            },
                                            "customerCard": {
                                              "$ref": "59"
                                            }
                                          },
                                          {
                                            "$ref": "63"
                                          }
                                        ]
                                      },
                                      {
                                        "$ref": "62"
                                      }
                                    ]
                                  },
                                  "payments": [
                                    {
                                      "$id": "64",
                                      "id": 1,
                                      "identifier": "rPdU5R6RvU2sHeTWP8ofmw==",
                                      "identifierGuid": "e554f7ac-911e-4dbd-ac1d-e4d63fca1f9b",
                                      "storeID": 2,
                                      "operatorName": "sample string 3",
                                      "saleHeaderID": 4,
                                      "paymentType": 5,
                                      "amount": 6,
                                      "account": "sample string 7",
                                      "accountID": "LrXT9nj/MkuKPlMLrQVJ8w==",
                                      "accountIDGuid": "f6d3b52e-ff78-4b32-8a3e-530bad0549f3",
                                      "customerAccount": {
                                        "$ref": "60"
                                      },
                                      "customerCard": {
                                        "$ref": "59"
                                      },
                                      "accountType": 1,
                                      "cardName": "sample string 8",
                                      "authorisationNumber": "sample string 9",
                                      "bankReference": "sample string 10",
                                      "merchantID": "sample string 11",
                                      "terminalID": "sample string 12",
                                      "cardNumber": "sample string 13",
                                      "paymentDate": "2025-08-02T23:25:26.2504923",
                                      "invRocNo": "sample string 14",
                                      "responseCode": "sample string 15",
                                      "cashout": 1,
                                      "tip": 16,
                                      "idempotentVoid": "j5q2EqGmbkqkUxflUfPXfg==",
                                      "idempotentVoidGuid": "12b69a8f-a6a1-4a6e-a453-17e551f3d77e",
                                      "offline": true,
                                      "processed": 1,
                                      "storeSaleHeader": {
                                        "$id": "65",
                                        "saleHeaderID": 1,
                                        "saleHeaderGuid": "cwUUit70qUCFZVjdsk+czg==",
                                        "saleHeaderIdentifierGuid": "8a140573-f4de-40a9-8565-58ddb24f9cce",
                                        "created": "2025-08-02T23:25:26.2504923",
                                        "createdLocal": "2025-08-02T23:25:26.2504923",
                                        "createdText": "sample string 4",
                                        "itemCount": 5,
                                        "totalAmount": 6,
                                        "cashTender": 1,
                                        "cardTender": 1,
                                        "cheqTender": 1,
                                        "acctTender": 1,
                                        "voucherTender": 1,
                                        "loyaltyPoints": 1,
                                        "cashout": 1,
                                        "changeAmount": 1,
                                        "rounding": 1,
                                        "gstAmount": 1,
                                        "transactionDiscountTender": 1,
                                        "totalTip": 7,
                                        "tranType": 1,
                                        "processed": 1,
                                        "imported": "2025-08-02T23:25:26.2504923",
                                        "storeID": 1,
                                        "operatorG_Uid": "S/QulBuFbEq1RBRMJz6W1g==",
                                        "operatorGuid": "942ef44b-851b-4a6c-b544-144c273e96d6",
                                        "customerG_Uid": "VDTyXQeod0ScW83CTOxFmg==",
                                        "customerGuid": "5df23454-a807-4477-9c5b-cdc24cec459a",
                                        "communityIdentifier": "xjPupUIaWke+dz66pgiFMw==",
                                        "communityIdentifierGuid": "a5ee33c6-1a42-475a-be77-3ebaa6088533",
                                        "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": "8vtkYm433UKoqlONP6/9Uw==",
                                        "priceLevelIdentifierGuid": "6264fbf2-376e-42dd-a8aa-538d3faffd53",
                                        "locked": 36,
                                        "relationChecksum": "sample string 37",
                                        "loyaltyTender": 1,
                                        "giftCardTender": 1,
                                        "operator": {
                                          "$ref": "25"
                                        },
                                        "customer": {
                                          "$ref": "58"
                                        },
                                        "communityOrganisation": {
                                          "$id": "66",
                                          "id": 1,
                                          "identifier": "5z4nq/0HLEGaROFkchAVtA==",
                                          "identifierGuid": "ab273ee7-07fd-412c-9a44-e164721015b4",
                                          "name": "sample string 3",
                                          "lookupIdentifier": "sample string 4",
                                          "externalID": "sample string 5",
                                          "phone": "sample string 6",
                                          "fax": "sample string 7",
                                          "email": "sample string 8",
                                          "address1": "sample string 9",
                                          "address2": "sample string 10",
                                          "city": "sample string 11",
                                          "postCode": "sample string 12",
                                          "state": "sample string 13",
                                          "country": "sample string 14",
                                          "totalAmountAwarded": 15.1,
                                          "updated": "2025-08-02T23:25:26.2504923",
                                          "deleted": true
                                        },
                                        "details": [
                                          {
                                            "$id": "67",
                                            "saleItemID": 1,
                                            "identifier": "+oH+n7ZOHUeVzzgZ44ZlJg==",
                                            "identifierGuid": "9ffe81fa-4eb6-471d-95cf-3819e3866526",
                                            "saleHeaderID": 2,
                                            "plu": 1,
                                            "pluG_UId": "8pa/pVgBX0iJfeVM3YqdLQ==",
                                            "pluGuid": "a5bf96f2-0158-485f-897d-e54cdd8a9d2d",
                                            "accountID": "xNEoCY/yCUarGgH1XQ+jOg==",
                                            "accountIDGuid": "0928d1c4-f28f-4609-ab1a-01f55d0fa33a",
                                            "normalPrice": 3,
                                            "originalSellingPrice": 4,
                                            "discountPrice": 5,
                                            "unit": 1,
                                            "quantity": 6,
                                            "totalCents": 7,
                                            "fixedPrice": 1,
                                            "tranType": 1,
                                            "discountType": 1,
                                            "cost": 1,
                                            "costDecimals": 8,
                                            "markdown": 1,
                                            "manualQuantity": 1,
                                            "manualPrice": 1,
                                            "manualMode": 1,
                                            "active": 1,
                                            "offline": true,
                                            "barcode": "sample string 9",
                                            "keyedSale": 1,
                                            "discountedID": 1,
                                            "fuelID": 1,
                                            "serialNumber": "sample string 10",
                                            "bestOrExpire": "2025-08-02T23:25:26.2504923",
                                            "bestOrExpireType": 1,
                                            "providerName": "sample string 11",
                                            "refundG_UID": "kqf/2yC6e0KLly31Ua0Wtg==",
                                            "refundGuid": "dbffa792-ba20-427b-8b97-2df551ad16b6",
                                            "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": "VsgDU9wX/kyRTC038hgK5A==",
                                            "idempotentVoidGuid": "5303c856-17dc-4cfe-914c-2d37f2180ae4",
                                            "priceLevelIdentifier": "HzNlV5G0CECXJk6fS9NkBQ==",
                                            "priceLevelIdentifierGuid": "5765331f-b491-4008-9726-4e9f4bd36405",
                                            "productName": "sample string 23",
                                            "apn": "sample string 24",
                                            "unknownScans": [
                                              {
                                                "$id": "68",
                                                "id": 1,
                                                "saleDetailID": 2,
                                                "storeID": 1,
                                                "scanned": "2025-08-02T23:25:26.2504923",
                                                "operatorG_UID": "QEA=",
                                                "barcode": "sample string 4",
                                                "processed": 1
                                              },
                                              {
                                                "$ref": "68"
                                              }
                                            ],
                                            "refund": {
                                              "$id": "69",
                                              "id": 1,
                                              "g_UID": "flj63MoiFk+eQYdQbLlcaQ==",
                                              "guid": "dcfa587e-22ca-4f16-9e41-87506cb95c69",
                                              "description": "sample string 1",
                                              "dumped": true,
                                              "inventoryReasonID": 1,
                                              "sortOrder": 1,
                                              "updated": "2025-08-02T23:25:26.2504923"
                                            },
                                            "modifier": {
                                              "$id": "70",
                                              "id": 1,
                                              "setG_UID": "ES7uAu3fqkCA36VendRtHA==",
                                              "modifierSetGuid": "02ee2e11-dfed-40aa-80df-a55e9dd46d1c",
                                              "name": "sample string 2",
                                              "price": 1,
                                              "quantity": 1,
                                              "modifierType": 1,
                                              "groupNumber": 1,
                                              "pageNumber": 1,
                                              "controlOrder": 1,
                                              "printToStation": true,
                                              "pluG_UID": "w95EnXDcfUiuLBMir/fGdw==",
                                              "pluGuid": "9d44dec3-dc70-487d-ae2c-1322aff7c677",
                                              "deleted": true,
                                              "g_UID": "Xq7R5CqP4Ey6+9p438U3KA==",
                                              "guid": "e4d1ae5e-8f2a-4ce0-bafb-da78dfc53728",
                                              "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": "9jS8qG6hgESzYbxHnVMKcQ==",
                                            "pluGuid": "a8bc34f6-a16e-4480-b361-bc479d530a71",
                                            "saleHeaderID": 2,
                                            "totalCents": 3,
                                            "grade": 1,
                                            "gradeDescription": "sample string 4",
                                            "dispenser": 1,
                                            "hose": 1,
                                            "quantity": 1,
                                            "cost": 1,
                                            "acquirerNum": 1,
                                            "attendant": 1,
                                            "ePurseBalance": 1.0,
                                            "cardSignature": "sample string 5",
                                            "compartmentNumber": 1,
                                            "contractNumber": 1,
                                            "discountCardPAN": "sample string 6",
                                            "discountID": 1,
                                            "discountName": "sample string 7",
                                            "discountNetValue": 1.0,
                                            "discountType": 1,
                                            "discountValue": 1.0,
                                            "discretionaryData": "sample string 8",
                                            "driverID": "sample string 9",
                                            "eftBatchNumber": 1,
                                            "eftResponseCode": "sample string 10",
                                            "endDateTime": "2025-08-02T23:25:26.2504923",
                                            "engineHours": 1.1,
                                            "fposNumber": 1,
                                            "loyaltyCardPAN": "sample string 11",
                                            "miscData1": 1,
                                            "miscData2": "sample string 12",
                                            "miscFlags": 1,
                                            "mop": 1,
                                            "odometer": 1,
                                            "panNumber": "sample string 13",
                                            "saleRefund": true,
                                            "saleStatus": 1,
                                            "sequenceNumber": 1,
                                            "stan": 1,
                                            "startDateTime": "2025-08-02T23:25:26.2504923",
                                            "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": "c0KpRJ7FU0W6mcw6GywhFA==",
                                            "pluGuid": "44a94273-c59e-4553-ba99-cc3a1b2c2114",
                                            "accountID": "5vhFzSrgp0SY27tRW55S/g==",
                                            "accountIDGuid": "cd45f8e6-e02a-44a7-98db-bb515b9e52fe",
                                            "normalPrice": 3,
                                            "originalSellingPrice": 4,
                                            "discountPrice": 5,
                                            "unit": 1,
                                            "quantity": 6,
                                            "totalCents": 7,
                                            "fixedPrice": 1,
                                            "tranType": 1,
                                            "processed": 1,
                                            "discountType": 1,
                                            "cost": 1,
                                            "costDecimals": 1,
                                            "markdown": 1,
                                            "manualQuantity": 1,
                                            "manualPrice": 1,
                                            "manualMode": 1,
                                            "active": 1,
                                            "barcode": "sample string 8",
                                            "offline": 1,
                                            "keyedSale": 1,
                                            "discountedID": 1,
                                            "fuelID": 1,
                                            "serialNumber": "sample string 9",
                                            "bestOrExpire": "2025-08-02T23:25:26.2504923",
                                            "bestOrExpireType": 1,
                                            "refundG_UID": "dKRMgJsRyUuhAmr6bCfq5g==",
                                            "refundGuid": "804ca474-119b-4bc9-a102-6afa6c27eae6",
                                            "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": "hoA4W5j9Mk+dZ0CNkEh25A==",
                                            "identifierGuid": "5b388086-fd98-4f32-9d67-408d904876e4",
                                            "id": 1,
                                            "orderNo": 2,
                                            "externalSaleIdentifier": "sample string 3",
                                            "storeID": 4,
                                            "zoneID": 5,
                                            "deptNo": 6,
                                            "customerIdentifier": "8ofdJ1cI/0mbgWb+Rb3+/g==",
                                            "customerIdentifierGuid": "27dd87f2-0857-49ff-9b81-66fe45bdfefe",
                                            "operatorNo": 1,
                                            "operatorG_UID": "phgJ18ZNek2ooOBW8sxGLw==",
                                            "operatorGuid": "d70918a6-4dc6-4d7a-a8a0-e056f2cc462f",
                                            "created": "2025-08-02T23:25:26.2504923",
                                            "ordered": "2025-08-02T23:25:26.2504923",
                                            "started": "2025-08-02T23:25:26.2504923",
                                            "completed": "2025-08-02T23:25:26.2504923",
                                            "supplied": "2025-08-02T23:25:26.2504923",
                                            "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": "gVfOY0BPR0GkMfCTJCCQVw==",
                                                "pluGuid": "63ce5781-4f40-4147-a431-f09324209057",
                                                "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": "/iSiyMQoIUGL0W/EsmmViw==",
                                                "headerIdentifierGuid": "c8a224fe-28c4-4121-8bd1-6fc4b269958b",
                                                "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": "LfaPWKT8mUaWTXzKPbZESQ==",
                                            "surveyGuid": "588ff62d-fca4-4699-964d-7cca3db64449",
                                            "saleHeaderGuid": "ruvGRHf3ckSVq9NWuxtP4g==",
                                            "saleGuid": "44c6ebae-f777-4472-95ab-d356bb1b4fe2",
                                            "textResponse": "sample string 1",
                                            "integerResponse": 1,
                                            "g_UIDResponse": "d+u1FfMa5k+q0lJjEy3QzQ==",
                                            "guidResponse": "15b5eb77-1af3-4fe6-aad2-5263132dd0cd",
                                            "whoAnswered": 2,
                                            "answeredAtUTC": "2025-08-02T23:25:26.2504923",
                                            "sale": {
                                              "$ref": "65"
                                            },
                                            "survey": {
                                              "$id": "79",
                                              "g_UID": "lZ6JJiHuUkaxedCIFpU+NQ==",
                                              "guid": "26899e95-ee21-4652-b179-d08816953e35",
                                              "name": "sample string 1",
                                              "storeID": 2,
                                              "zoneID": 1,
                                              "checkoutFormG_UID": "BYfThRYOmU23dyq3akb3Ow==",
                                              "checkoutFormGuid": "85d38705-0e16-4d99-b777-2ab76a46f73b",
                                              "displayToWho": 3,
                                              "displayWhen": 4,
                                              "start": "2025-08-02T23:25:26.2504923",
                                              "end": "2025-08-02T23:25:26.2504923",
                                              "deleted": true,
                                              "updated": "2025-08-02T23:25:26.2504923",
                                              "possibleIntegerResponses": [
                                                1,
                                                2
                                              ],
                                              "possibleTextResponses": [
                                                "sample string 1",
                                                "sample string 2"
                                              ],
                                              "possibleGuidResponses": [
                                                "de3c9735-003f-4a24-9b63-5317bb36272e",
                                                "0d68a55c-aa12-48f7-bbef-feb5df6ff3a7"
                                              ],
                                              "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": "w+LE17+P90ea3tEHX8poxw==",
                                        "accountIdentifier": "d7c4e2c3-8fbf-47f7-9ade-d1075fca68c7",
                                        "accountName": "sample string 42",
                                        "customerOrderIdentifier": "tM/CJsujh0aZEJJIMn9bUA==",
                                        "customerOrderIdentifierGuid": "26c2cfb4-a3cb-4687-9910-9248327f5b50",
                                        "priceLevelName": "sample string 43",
                                        "revision": 44,
                                        "ingressId": "sample string 45"
                                      },
                                      "metadata": {
                                        "$id": "80",
                                        "id": 1,
                                        "paymentID": 2,
                                        "paymentIdentifier": "lEdg1xCNykyV6efZDpWJdA==",
                                        "paymentIdentifierGuid": "d7604794-8d10-4cca-95e9-e7d90e958974",
                                        "identifier": "oS+jh2l2h0mUOqtMG/7O5w==",
                                        "identifierGuid": "87a32fa1-7669-4987-943a-ab4c1bfecee7",
                                        "metadata": "sample string 3",
                                        "signatureImage": "QEA=",
                                        "itemIdentifier": "0ngT+IWW9EWPZyQ2DadQsA==",
                                        "itemIdentifierGuid": "f81378d2-9685-45f4-8f67-24360da750b0"
                                      }
                                    },
                                    {
                                      "$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": "lygZ6jfteUigvS/ku2ewaQ==",
                                  "customerIdentifierGuid": "ea192897-ed37-4879-a0bd-2fe4bb67b069",
                                  "voucherName": "sample string 2",
                                  "count": 3,
                                  "storeID": 4,
                                  "barcode": "sample string 5",
                                  "redeemCount": 6,
                                  "issueCount": 7,
                                  "storeSalePaymentID": 1,
                                  "idempotentID": "9Cdo0efGjEidtqNpptxtZQ==",
                                  "idempotentGuid": "d16827f4-c6e7-488c-9db6-a369a6dc6d65",
                                  "offline": true,
                                  "voucher": {
                                    "$id": "82",
                                    "id": 1,
                                    "name": "sample string 2",
                                    "description": "sample string 3",
                                    "shortDescription": "sample string 4",
                                    "url": "sample string 5",
                                    "barcodeTemplateID": 1,
                                    "expiry": 0,
                                    "voucherType": 6,
                                    "limitPerTransaction": 7,
                                    "customerTracking": true,
                                    "discountAccount": "sample string 9",
                                    "endDate": "2025-08-02T23:25:26.2504923",
                                    "barcodeTemplate": {
                                      "$id": "83",
                                      "templateID": 1,
                                      "template": "sample string 1",
                                      "bcFunction": "sample string 2",
                                      "sortOrder": 3
                                    },
                                    "scaleLabel": {
                                      "$id": "84",
                                      "id": 1,
                                      "uid": "sample string 2",
                                      "name": "sample string 3",
                                      "width": 1.1,
                                      "height": 1.1,
                                      "showBorder": true,
                                      "borderWidth": 1.1,
                                      "borderStyle": 1,
                                      "borderColour": "sample string 5",
                                      "updated": "2025-08-02T23:25:26.2504923",
                                      "labelPageLayout": "EUIKD5l5LUi7ZmadE7Yfng==",
                                      "pageLayoutGuid": "0f0a4211-7999-482d-bb66-669d13b61f9e",
                                      "labelType": 6,
                                      "oldName": "sample string 7",
                                      "voucher": {
                                        "$ref": "82"
                                      },
                                      "elements": [
                                        {
                                          "$id": "85",
                                          "id": 1,
                                          "scaleLabelID": 2,
                                          "showPercentDI": true,
                                          "showAvgPerHundred": true,
                                          "showAvgPerServe": true,
                                          "name": "sample string 6",
                                          "x": 1.1,
                                          "y": 1.1,
                                          "width": 1.1,
                                          "height": 1.1,
                                          "type": 1,
                                          "rotation": 1,
                                          "text": "sample string 7",
                                          "fontFamily": "sample string 8",
                                          "align": 1,
                                          "bold": true,
                                          "italic": true,
                                          "underline": true,
                                          "strikeout": true,
                                          "reverse": true,
                                          "textColour": "sample string 9",
                                          "fontSize": 1.1,
                                          "picture": "QEA=",
                                          "borderWidth": 10,
                                          "sortOrder": 11,
                                          "printOptions": 12,
                                          "superScriptTextFontSize": 1.1,
                                          "lineStyle": 1,
                                          "spacingStyle": 1,
                                          "interCharacterSpacing": 1.1,
                                          "superScriptOffset": 1.1,
                                          "lineSpacing": 1.1,
                                          "dateFormat": "sample string 13",
                                          "autoGrow": true,
                                          "fontAutoResize": true,
                                          "updated": "2025-08-02T23:25:26.2504923"
                                        },
                                        {
                                          "$ref": "85"
                                        }
                                      ]
                                    },
                                    "customerVouchers": [
                                      {
                                        "$id": "86",
                                        "id": 1,
                                        "customerIdentifier": "OBk3NNFdV0yVr+c3uFrhpg==",
                                        "customerIdentifierGuid": "34371938-5dd1-4c57-95af-e737b85ae1a6",
                                        "voucherID": 3,
                                        "voucherName": "sample string 4",
                                        "storeID": 1,
                                        "barcode": "sample string 5",
                                        "dateOfIssue": "2025-08-02T23:25:26.2504923",
                                        "issuedSaleHeaderID": 1,
                                        "issuedSaleIdentifier": "sample string 7",
                                        "issuedOfflinePaymentID": 1,
                                        "issuedIdempotentID": "dHNGdEuMVUObNbXkzUvM/Q==",
                                        "issuedIdempotentGuid": "74467374-8c4b-4355-9b35-b5e4cd4bccfd",
                                        "issuedOffline": true,
                                        "issuedUser": "sample string 9",
                                        "issuedNotes": "sample string 10",
                                        "expiryDate": "2025-08-02T23:25:26.2504923",
                                        "expiredUser": "sample string 11",
                                        "expiredNotes": "sample string 12",
                                        "redeemed": "2025-08-02T23:25:26.2504923",
                                        "redeemedSaleHeaderID": 1,
                                        "redeemedSaleIdentifier": "sample string 13",
                                        "redeemedOfflinePaymentID": 1,
                                        "redeemedIdempotentID": "iWw08zPA+E2NRqMGSFMJCw==",
                                        "redeemedIdempotentGuid": "f3346c89-c033-4df8-8d46-a3064853090b",
                                        "redeemedUser": "sample string 14",
                                        "redeemedNotes": "sample string 15",
                                        "redeemedOffline": true,
                                        "updated": "2025-08-02T23:25:26.2504923",
                                        "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": "Qjj/zQqQQkitYsjt8GLlvQ==",
                            "groupIDGuid": "cdff3842-900a-4842-ad62-c8edf062e5bd",
                            "campaign": {
                              "$ref": "54"
                            },
                            "group": {
                              "$ref": "62"
                            }
                          },
                          {
                            "$ref": "87"
                          }
                        ],
                        "signIqTickets": [
                          {
                            "$id": "88",
                            "identifier": "BWi5c8J/8kadgwobSXa72Q==",
                            "identifierGuid": "73b96805-7fc2-46f2-9d83-0a1b4976bbd9",
                            "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": "6CsIB6oTA0C2FTlvctKNVQ==",
                            "guid": "07082be8-13aa-4003-b615-396f72d28d55",
                            "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": "i8BL/A1Pv0y6eg7viXr/gQ==",
                                "groupGuid": "fc4bc08b-4f0d-4cbf-ba7a-0eef897aff81",
                                "comboPriceType": 5,
                                "priceType": 5,
                                "pluG_UID": "HbNHvEwXUE2XwMGVL2ZueQ==",
                                "pluGuid": "bc47b31d-174c-4d50-97c0-c1952f666e79",
                                "priceGroupG_UID": "itaRqdGmDU+kUlwIQ0wxAg==",
                                "priceGroupGuid": "a991d68a-a6d1-4f0d-a452-5c08434c3102",
                                "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": "L2KCoMfG5ECU53PeIeFFCg==",
                            "priceLevelIdentifierGuid": "a082622f-c6c7-40e4-94e7-73de21e1450a",
                            "campaignName": "sample string 3",
                            "priceLevelName": "sample string 4"
                          },
                          {
                            "$ref": "91"
                          }
                        ]
                      },
                      "product": {
                        "$ref": "13"
                      },
                      "dealCost": {
                        "$id": "92",
                        "headerIdentifier": "MAMA46MeEkqnBkhG554Wvw==",
                        "headerIdentifierGuid": "e3000330-1ea3-4a12-a706-4846e79e16bf",
                        "identifier": "UhfAA9o0r0WZ9Dc9iBVYjA==",
                        "identifierGuid": "03c01752-34da-45af-99f4-373d8815588c",
                        "supplierIdentifier": "7oIkMsk4rU2nGUQixZ06rw==",
                        "supplierGuid": "322482ee-38c9-4dad-a719-4422c59d3aaf",
                        "pluG_UID": "THI9SXOlaUqNXdHv/hJCOg==",
                        "pluGuid": "493d724c-a573-4a69-8d5d-d1effe12423a",
                        "campaignName": "f57c85b1-501a-446b-9360-9f796edd0683",
                        "description": "sample string 4",
                        "cost": 5,
                        "costDecimals": 6,
                        "start": "2025-08-02T23:25:26.2504923",
                        "end": "2025-08-02T23:25:26.2504923",
                        "type": 9,
                        "promoType": 10,
                        "bonusItemPLUG_UID": "R0VnWNfR5kmHWbF2gW7MUQ==",
                        "bonusItemPluGuid": "58674547-d1d7-49e6-8759-b176816ecc51",
                        "bonusPurchaseUnits": 11,
                        "bonusReceiveUnits": 12,
                        "updated": "2025-08-02T23:25:26.2504923",
                        "metcashPromotionID": "sample string 14",
                        "fromHost": 15,
                        "storeNames": "sample string 16",
                        "storeIDs": [
                          1,
                          2
                        ],
                        "supplierName": "sample string 17",
                        "campaignDescription": "sample string 18",
                        "newPrice": 1,
                        "campaignMetcashPromotionID": "sample string 19",
                        "campaignActive": true,
                        "campaignStartDate": "2025-08-02T23:25:26.2504923",
                        "campaignEndDate": "2025-08-02T23:25:26.2504923",
                        "masterPLUG_UID": "cVvHfGYVKkGFSmGssoxfqQ==",
                        "masterID": "7cc75b71-1566-412a-854a-61acb28c5fa9",
                        "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": "5vq3O6dD2USO9IFOUIuHCg==",
                        "bonusMasterID": "3bb7fae6-43a7-44d9-8ef4-814e508b870a",
                        "bonusProductName": "sample string 34",
                        "bonusProductAPN": "sample string 35",
                        "bonusOrderCode": "sample string 36",
                        "bonusNormalSell": 37,
                        "bonusNormalCost": 38,
                        "bonusNormalCostDecimals": 39,
                        "bonusCartonQuantity": 40,
                        "bonusSalesMode": 41,
                        "bonusOrderPacked": 42,
                        "bonusFuelItem": true,
                        "bonusActive": true
                      }
                    },
                    "currentCostStart": "2025-08-02T23:25:26.2504923",
                    "dealCosts": [
                      {
                        "$ref": "92"
                      },
                      {
                        "$ref": "92"
                      }
                    ],
                    "tags": [
                      {
                        "$id": "93",
                        "pluG_UID": "WWL3TaF02EKoZGCOpwJh9A==",
                        "pluGuid": "4df76259-74a1-42d8-a864-608ea70261f4",
                        "tagID": 1,
                        "description": "sample string 1",
                        "storeIDs": [
                          1,
                          2
                        ]
                      },
                      {
                        "$ref": "93"
                      }
                    ],
                    "alternateProductG_UID": "zzFlTYXUA0eML4k2QG5Eag==",
                    "alternateProduct": "4d6531cf-d485-4703-8c2f-8936406e446a",
                    "productHostCode": {
                      "$id": "94",
                      "id": 1,
                      "pluG_UID": "Ik3PbjfhGEO+uP5l7c+JXg==",
                      "pluGuid": "6ecf4d22-e137-4318-beb8-fe65edcf895e",
                      "ibaCode": "sample string 2"
                    },
                    "mscCat": {
                      "$ref": "48"
                    },
                    "mscCom": {
                      "$ref": "49"
                    },
                    "mscDep": {
                      "$ref": "51"
                    },
                    "mscSubCom": {
                      "$ref": "50"
                    },
                    "isUserUpdate": true,
                    "ignoreMasterProduct": true,
                    "priceGroupLabelRequested": true,
                    "firstSold": "2025-08-02T23:25:26.2504923",
                    "inventoryTracked": "2025-08-02T23:25:26.2504923",
                    "isNormalPriceChangesCampaign": true
                  },
                  "supplier": {
                    "$ref": "8"
                  },
                  "serviceFee": {
                    "$id": "95",
                    "id": 1,
                    "description": "sample string 1",
                    "fee": 1
                  },
                  "isPrimaryHost": true,
                  "hostVendor": 47
                },
                {
                  "$ref": "11"
                }
              ],
              "orderCycleHeaders": [
                {
                  "$id": "96",
                  "storeID": 1,
                  "supplierIdentifier": "IMJj9yg5MkCrq3VQgwA/8Q==",
                  "supplierGuid": "f763c220-3928-4032-abab-755083003ff1",
                  "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": "xE3w4c84pUic013Db72isQ==",
                  "supplierGuid": "e1f04dc4-38cf-48a5-9cd3-5dc36fbda2b1",
                  "departmentCode": "sample string 2",
                  "warehouseDirectIndicator": "sample string 3",
                  "type": 4,
                  "cutOffWeek": 5,
                  "cutOffDay": 6,
                  "cutOffTime": "00:00:00.1234567",
                  "leadTime": 7,
                  "daysBuffer": 8,
                  "supplierName": "sample string 9",
                  "cutOffDate": "2025-08-02T23:25:26.2504923",
                  "deliveryDate": "2025-08-02T23:25:26.2504923",
                  "nextCutOffDate": "2025-08-02T23:25:26.2504923",
                  "nextDeliveryDate": "2025-08-02T23:25:26.2504923",
                  "nextDaysBuffer": 10
                },
                {
                  "$ref": "97"
                }
              ],
              "store": {
                "$ref": "4"
              },
              "updated": "2025-08-02T23:25:26.2504923",
              "isHost": true
            },
            "files": [
              {
                "$id": "98",
                "id": "sample string 1",
                "fileName": "sample string 2",
                "extension": "sample string 3",
                "provider": 0,
                "type": 0,
                "hostType": "sample string 4",
                "createdUtc": "2025-08-02T23:25:26.2504923",
                "processed": "2025-08-02T23:25:26.2504923",
                "isProcessing": true,
                "processedCount": 6,
                "processingTime": 1,
                "collectedUtc": "2025-08-02T23:25:26.2504923",
                "size": 1,
                "sizeFormat": "sample string 7",
                "isArchive": true,
                "version": "sample string 9",
                "reference": "sample string 10",
                "digest": "sample string 11",
                "contentType": "sample string 12",
                "host": {
                  "$ref": "7"
                },
                "metcashHeader": {
                  "$id": "99",
                  "customerNumber": "sample string 1",
                  "creationDate": "2025-08-02T23:25:26.2504923",
                  "businessPillar": "sample string 3",
                  "fileType": "sample string 4"
                }
              },
              {
                "$ref": "98"
              }
            ],
            "zoneMatrix": [
              {
                "$id": "100",
                "id": 1,
                "hostIdentifier": "unrupFICJUG9soZL/ua6gA==",
                "hostIdentifierGuid": "a4ee7aba-0252-4125-bdb2-864bfee6ba80",
                "storeID": 1,
                "departmentCode": "sample string 2",
                "hostGuids": [
                  "1274210c-e261-437d-8b01-1c9b9fa096e9",
                  "bba7cd8c-7626-467e-8bbf-ad6f6c878155"
                ]
              },
              {
                "$ref": "100"
              }
            ],
            "hostFileStoreSetting": {
              "$ref": "6"
            },
            "hostStoreSettings": [
              {
                "$ref": "6"
              },
              {
                "$ref": "6"
              }
            ],
            "promotionPlacements": [
              {
                "$id": "101",
                "identifier": "Ok39bqv5JESDL7MphqHqPg==",
                "identifierGuid": "6efd4d3a-f9ab-4424-832f-b32986a1ea3e",
                "code": "sample string 2",
                "description": "sample string 3",
                "isAdvertised": true
              },
              {
                "$ref": "101"
              }
            ],
            "promoTypeGuids": [
              "9b6782ac-1737-4754-bf55-3ce752909ce0",
              "eb7b57e4-ab61-4da0-ab9f-33abc7afade0"
            ],
            "isPromotionOnly": false,
            "isOrderable": false,
            "vendor": 0
          },
          "groupIDs": [
            1,
            2
          ],
          "hostDescription": "sample string 24"
        },
        {
          "$ref": "6"
        }
      ],
      "accounts": [
        {
          "$id": "102",
          "id": 1,
          "storeID": 1,
          "accountName": "sample string 2",
          "bsb": "sample string 3",
          "accountNumber": "sample string 4",
          "accountDesignated": true
        },
        {
          "$ref": "102"
        }
      ],
      "sales": [
        {
          "$id": "103",
          "id": 1,
          "storeID": 1,
          "externalSalesType": 2,
          "ftpSiteID": 1,
          "lastSaleProcessed": "2025-08-02T23:25:26.2504923",
          "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": "b4f0118b-3683-44c0-b0ce-a52ff345faee",
      "updateStore": {
        "$id": "107",
        "id": "b5356e0c-0d61-4aae-910f-842cca748d37",
        "name": "sample string 1",
        "lastActivity": "2025-08-02T23:25:26.2504923",
        "zone": "sample string 2",
        "timeZoneOffset": 0.0,
        "businessHoursStart": "00:00:00.1234567",
        "businessHoursEnd": "00:00:00.1234567",
        "master": true,
        "lastIP": "sample string 10",
        "lastHostName": "sample string 11",
        "ping": 1,
        "pingStatus": "sample string 12",
        "lastUpdateCompleted": "2025-08-02T23:25:26.2504923"
      },
      "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": "GqMOKL2oiUeAl+n3OwdgCA==",
      "guid": "280ea31a-a8bd-4789-8097-e9f73b076008",
      "fuelGrade": "sample string 5",
      "price1": 1,
      "price2": 1,
      "price3": 1,
      "price4": 1,
      "effective": "2025-08-02T23:25:26.2504923",
      "updated": "2025-08-02T23:25:26.2504923",
      "margin": 1,
      "product": {
        "$ref": "13"
      }
    }
  }
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.