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-06-14T07:47:42.1360359",
  "dispenser": {
    "$id": "2",
    "id": 1,
    "storeID": 2,
    "dispenserNumber": 3,
    "updated": "2025-06-14T07:47:42.1360359"
  },
  "tank": {
    "$id": "3",
    "id": 1,
    "storeID": 2,
    "tankNumber": 3,
    "fuelGrade": "sample string 4",
    "fuelGradeID": 1,
    "capacity": 5.0,
    "lpg": true,
    "waterLevel": 7.0,
    "updated": "2025-06-14T07:47:42.1360359",
    "storeName": "sample string 9",
    "store": {
      "$id": "4",
      "id": 1,
      "isMaster": true,
      "shortName": "sample string 3",
      "url": "sample string 4",
      "sortOrder": 1,
      "name": "sample string 5",
      "phone": "sample string 6",
      "fax": "sample string 7",
      "email": "sample string 8",
      "address1": "sample string 9",
      "address2": "sample string 10",
      "city": "sample string 11",
      "state": "sample string 12",
      "country": "sample string 13",
      "postCode": "sample string 14",
      "delivery": 1,
      "exportAccounts": 1,
      "salesAccountFolder": "sample string 15",
      "purchaseAccountFolder": "sample string 16",
      "initLoad": 1,
      "initIDs": 1,
      "zoneID": 1,
      "actAsMaster": 1,
      "lastActiveUtc": "2025-06-14T07:47:42.1360359",
      "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": "QvrAmo4lf06S/GqjHXHcbg==",
      "hostIdentifierGuid": "9ac0fa42-258e-4e7f-92fc-6aa31d71dc6e",
      "hostName": 1,
      "hostAddress": "sample string 27",
      "hostUsername": "sample string 28",
      "hostPassword": "sample string 29",
      "excludeFromLeadInOut": true,
      "accountingProvider": 31,
      "accountingAddress": "sample string 32",
      "accountingUsername": "sample string 33",
      "accountingPassword": "sample string 34",
      "storeAccountingCode": "sample string 35",
      "softwareVariance": 36,
      "fuelWarningVariance": 37.0,
      "fuelErrorVariance": 38.0,
      "fuelAccumulatedWarningVariance": 39.0,
      "fuelAccumulatedErrorVariance": 40.0,
      "drawManagment": 41,
      "endOfDayManagment": true,
      "autoFillCashBalancing": true,
      "fuelDayVariance": 44,
      "accountingTradingTime": "00:00:00.1234567",
      "stockActivateProduct": 46,
      "giftCardSalesAccountingDeptCode": "sample string 47",
      "transactionDiscountAccountingDeptCode": "sample string 48",
      "size": 49,
      "updated": "2025-06-14T07:47:42.1360359",
      "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": "3uM/Prpq1kW+Zwdt5MWsBQ==",
          "hostIdentifierGuid": "3e3fe3de-6aba-45d6-be67-076de4c5ac05",
          "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": "eu8fWEkOI0G3ZokwnZp9gw==",
            "identifierGuid": "581fef7a-0e49-4123-b766-89309d9a7d83",
            "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": "ZGuIA/JFDEuZujB5YokXYw==",
            "hostSupplierIdentifierGuid": "03886b64-45f2-4b0c-99ba-307962891763",
            "loyaltyPriceLevelIdentifier": "y5oYmVbrU0adqAsmU7w78A==",
            "loyaltyPriceLevelIdentifierGuid": "99189acb-eb56-4653-9da8-0b2653bc3bf0",
            "isGroup": true,
            "description": "sample string 22",
            "hostProvider": 23,
            "hostTypeEnum": 24,
            "hostType": "sample string 25",
            "hostCode": "sample string 26",
            "username": "sample string 27",
            "password": "sample string 28",
            "passwordPlain": "sample string 29",
            "server": "sample string 30",
            "url": "sample string 31",
            "global": true,
            "stateCode": "sample string 33",
            "lastCollected": "2025-06-14T07:47:42.1360359",
            "lastProcessed": "2025-06-14T07:47:42.1360359",
            "hold": true,
            "supplierName": "sample string 35",
            "supplier": {
              "$id": "8",
              "identifier": "Nq3c6KfMAESdOreD9zWBhg==",
              "identifierGuid": "e8dcad36-cca7-4400-9d3a-b783f7358186",
              "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": "MiTKVErlSEa95LNDNfUVOA==",
              "primaryContactID": "54ca2432-e54a-4648-bde4-b34335f51538",
              "storeID": 1,
              "abn": "sample string 16",
              "supplierGroupIdentifier": "cheBNnAayE+NvIx9wKrTsA==",
              "supplierGroupGuid": "36811772-1a70-4fc8-8dbc-8c7dc0aad3b0",
              "rebate": 1.0,
              "rebateType": 1,
              "rebateFrequency": 1,
              "rebateSource": 1,
              "rebateLastClaimed": "2025-06-14T07:47:42.1360359",
              "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": "fdcc7098-e046-4aa3-b5af-848664c71a15",
                "identifier": "QuUjArNlD0m/sXrTlnMAWQ==",
                "identifierGuid": "0223e542-65b3-490f-bfb1-7ad396730059",
                "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": "Ral8LLmVfka8HEu1y4ieeA==",
                  "supplierIdentifierGuid": "2c7ca945-95b9-467e-bc1c-4bb5cb889e78",
                  "contactGuid": "igc9twfZ3Um6vQRxma9SMA==",
                  "contactID": "b73d078a-d907-49dd-babd-047199af5230",
                  "contact": {
                    "$ref": "9"
                  },
                  "supplier": {
                    "$ref": "8"
                  }
                },
                {
                  "$ref": "10"
                }
              ],
              "products": [
                {
                  "$id": "11",
                  "pluG_UID": "hlyx7WeNnUKweniNbhXdqA==",
                  "pluGuid": "edb15c86-8d67-429d-b07a-788d6e15dda8",
                  "supplierIdentifier": "RtM/JyiZBk67GPUV2uQgbQ==",
                  "supplierIdentifierGuid": "273fd346-9928-4e06-bb18-f515dae4206d",
                  "cartonQuantity": 1,
                  "cartonQuantityChanged": true,
                  "productSize": "sample string 2",
                  "cigarettesPerSleeve": 1,
                  "randomWeight": true,
                  "piecesPerUnit": 4,
                  "averagePackSize": 5,
                  "effectiveDate": "2025-06-14T07:47:42.1360359",
                  "pricedByWeight": true,
                  "landedUnitCostEx": 8,
                  "landedUnitCostInc": 9,
                  "landedCartonCostInc": 10,
                  "landedCartonCostEx": 11,
                  "standardCost": 12,
                  "deliveryFee": 1,
                  "deliveryFeeBasis": "sample string 13",
                  "pickAndPackFee": 1,
                  "pickAndPackFeeBasis": "sample string 14",
                  "financeFee": 1,
                  "financeFeeBasis": "sample string 15",
                  "cartonLength": 1,
                  "cartonWidth": 1,
                  "cartonHeight": 1,
                  "palletLayerQuantity": 1,
                  "palletLayers": 1,
                  "itemCode": "sample string 16",
                  "invoiceCode": "sample string 17",
                  "invoiceDesc": "sample string 18",
                  "orderDirect": true,
                  "useCost": true,
                  "minimumQuantity": 19,
                  "hostType": 20,
                  "fromHost": 21,
                  "minimumReorder": 1,
                  "maximumReorder": 1,
                  "orderMultiple": 22.1,
                  "sellMultiple": 23.1,
                  "baseMultiple": 24.1,
                  "hostStandardCost": 25,
                  "hostTotalCost": 26,
                  "hostRetail": 27,
                  "hostLandedUnitCostEx": 28,
                  "hostLandedUnitCostInc": 29,
                  "hostDesc": "sample string 30",
                  "directIndicator": "sample string 31",
                  "availableToOrder": true,
                  "hostRangeIndicator": "sample string 33",
                  "hostProductType": "sample string 34",
                  "hostProductGrade": "sample string 35",
                  "hostProductGroup": "sample string 36",
                  "hostSlowMoving": true,
                  "hostGeneralMerchandise": true,
                  "hostPillar": "sample string 39",
                  "hostLastUpdated": "2025-06-14T07:47:42.1360359",
                  "rebate": 1.0,
                  "rebateExclude": true,
                  "invoiceCodes": [
                    {
                      "$id": "12",
                      "pluG_UID": "9DxxfU4pR0C+P6GcC8V19w==",
                      "pluGuid": "7d713cf4-294e-4047-be3f-a19c0bc575f7",
                      "supplierIdentifier": "zhA1+YVxD0e65wpDR0ieuw==",
                      "supplierIdentifierGuid": "f93510ce-7185-470f-bae7-0a4347489ebb",
                      "invoiceCode": "sample string 1",
                      "storeIDs": [
                        1,
                        2
                      ]
                    },
                    {
                      "$ref": "12"
                    }
                  ],
                  "storeIDs": [
                    1,
                    2
                  ],
                  "preferredSupplier": true,
                  "preferredRebateSupplier": true,
                  "supplierName": "sample string 40",
                  "salesMode": 41,
                  "orderPacked": true,
                  "active": true,
                  "price": 1,
                  "costGstPercent": 43,
                  "parentPluG_UID": "1g12CTCosUqoDQeHfyFAlQ==",
                  "parentPluGuid": "09760dd6-a830-4ab1-a80d-07877f214095",
                  "freight": 44.0,
                  "freightType": 1,
                  "product": {
                    "$id": "13",
                    "plu": 1,
                    "storeID": 1,
                    "masterPluG_UID": "QEA=",
                    "storeIDs": [
                      1,
                      2
                    ],
                    "g_UId": "9/L2eMpt6k65MyZXAZJ2Qw==",
                    "guid": "78f6f2f7-6dca-4eea-b933-265701927643",
                    "apn": "sample string 1",
                    "apnChanged": true,
                    "apnSwitched": true,
                    "barcode": "sample string 4",
                    "itemNumber": "sample string 5",
                    "itemNumberChanged": true,
                    "priceGroupG_UID": "fq0+E7+RBUmLqLqqMaOiRA==",
                    "priceGroupGuid": "133ead7e-91bf-4905-8ba8-baaa31a3a244",
                    "blueprintID": 1,
                    "lastCountedDate": "2025-06-14T07:47:42.1360359",
                    "externalID": "sample string 7",
                    "active": true,
                    "activated": "2025-06-14T07:47:42.1360359",
                    "pluCreated": "2025-06-14T07:47:42.1360359",
                    "createdByUser": "sample string 9",
                    "name": "sample string 10",
                    "nameChanged": true,
                    "secondDescription": "sample string 12",
                    "hostDescription": "sample string 13",
                    "keepCartonQty": true,
                    "keepDescription": true,
                    "keepDepartments": true,
                    "keepSuppliers": true,
                    "markdownDescription": "sample string 18",
                    "altDescription": "sample string 19",
                    "bestOrExpire": 20,
                    "lastUpdate": "2025-06-14T07:47:42.1360359",
                    "lastManualUpdate": "2025-06-14T07:47:42.1360359",
                    "imageName": "sample string 23",
                    "showImageOnFlipCharts": true,
                    "showTextOnFlipCharts": true,
                    "overrideFlipChartText": true,
                    "flipChartText": "sample string 27",
                    "salesMode": 1,
                    "eftCode": 1,
                    "price": 1,
                    "priceChanged": true,
                    "rrp": 1,
                    "gstPercent": 28,
                    "gstPercentChanged": true,
                    "costGSTPercent": 29,
                    "costGSTPercentChanged": true,
                    "wetPercent": 1,
                    "priceOverride": 1,
                    "cost": 1,
                    "currentCost": 1,
                    "currentCostDecimals": 1,
                    "grossProfit": 1.0,
                    "currentCostDesc": "sample string 30",
                    "currentCostEnd": "2025-06-14T07:47:42.1360359",
                    "currentCostUpdated": "2025-06-14T07:47:42.1360359",
                    "costDecimals": 31,
                    "costChanged": true,
                    "dealCostIdentifier": "QEA=",
                    "excludeFromRebate": true,
                    "rebateOverride": 1,
                    "costCalcMethod": 1,
                    "costCalcMethodChanged": true,
                    "costEffectiveDate": "2025-06-14T07:47:42.1360359",
                    "defaultGP": 1,
                    "breakTargetMode": 32,
                    "break1": 1,
                    "price1": 1,
                    "target1": 33,
                    "break2": 1,
                    "price2": 1,
                    "target2": 34,
                    "break3": 1,
                    "price3": 1,
                    "target3": 35,
                    "break1Changed": true,
                    "price1Changed": true,
                    "target1Changed": true,
                    "break2Changed": true,
                    "price2Changed": true,
                    "target2Changed": true,
                    "break3Changed": true,
                    "price3Changed": true,
                    "target3Changed": true,
                    "breakTargetModeChanged": true,
                    "margin": 1.1,
                    "marginChanged": true,
                    "marginRanged": true,
                    "marginRangedChanged": true,
                    "minimumMargin": 1.1,
                    "minimumMarginChanged": true,
                    "maximumMargin": 1.1,
                    "maximumMarginChanged": true,
                    "overrideHostWarehouseIndicator": true,
                    "overrideHostWarehouseIndicatorChanged": true,
                    "overrideHostPrice": true,
                    "overrideHostPriceChanged": true,
                    "overrideHostCost": true,
                    "overrideHostCostChanged": true,
                    "overrideHostMargin": true,
                    "overrideHostMarginChanged": true,
                    "alwaysApplyMargin": true,
                    "alwaysApplyMarginChanged": true,
                    "aws": 1.0,
                    "awsUpdated": "2025-06-14T07:47:42.1360359",
                    "posTare": 1,
                    "altPrice": 1.0,
                    "altPriceChanged": true,
                    "altPriceMode": 52,
                    "altPriceModeChanged": true,
                    "altPLUG_UID": "xlTWwU93yUqtZN7WC07Ojw==",
                    "altPLUGuid": "c1d654c6-774f-4ac9-ad64-ded60b4ece8f",
                    "altPLUGuidChanged": true,
                    "altPriceDescription1": "sample string 53",
                    "altPriceDescription2": "sample string 54",
                    "cartonQuantity": 55,
                    "cartonQuantityChanged": true,
                    "trayID": 1,
                    "promptID": 1,
                    "tare": 1,
                    "packQty": 1,
                    "fixedWeight": 1,
                    "extraMesg": 1,
                    "text1": "sample string 57",
                    "text2": "sample string 58",
                    "text3": "sample string 59",
                    "labelText": "sample string 60",
                    "labelTextChanged": true,
                    "sendToScale": true,
                    "nonScaleWeigh": true,
                    "labelFormat": "sample string 64",
                    "barcodeFormat": "sample string 65",
                    "austMade": 1,
                    "coolCode": 66,
                    "countryOfOrigin": "sample string 67",
                    "percentContent": 68.1,
                    "departmentID": 1,
                    "subDepartmentID": 1,
                    "minorDepartmentID": 1,
                    "lesserDepartmentID": 1,
                    "deptCode": "sample string 69",
                    "subDeptCode": "sample string 70",
                    "minorDeptCode": "sample string 71",
                    "lesserDeptCode": "sample string 72",
                    "deptName": "sample string 73",
                    "subDeptName": "sample string 74",
                    "minorDeptName": "sample string 75",
                    "lesserDeptName": "sample string 76",
                    "departmentChanged": true,
                    "subCategoryID": 1,
                    "expiry": 1,
                    "showDays": 1,
                    "datePrint": 1,
                    "labelRequired": true,
                    "labelShelfQty": 79,
                    "labelShelfChanged": true,
                    "labelTalkerQty": 81,
                    "labelSmall": true,
                    "labelLastPrinted": "2025-06-14T07:47:42.1360359",
                    "labelLastPrice": 1,
                    "shelfPageLayoutG_UID": "qhVxvmeJ1kmHi1YFLPxhFw==",
                    "shelfPageLayoutGuid": "be7115aa-8967-49d6-878b-56052cfc6117",
                    "talkerPageLayoutG_UID": "1kddJXjOZECYN+SGtzzYfA==",
                    "talkerPageLayoutGuid": "255d47d6-ce78-4064-9837-e486b73cd87c",
                    "unitMeasure": 1.1,
                    "unitMeasureChanged": true,
                    "unitMeasureKind": 84,
                    "unitMeasureKindChanged": true,
                    "signIQData": "sample string 86",
                    "refresh": true,
                    "earnLoyaltyPoints": true,
                    "earnLoyaltyPointsChanged": true,
                    "quantityOverride": true,
                    "quantityOverrideChanged": true,
                    "quantityRequired": true,
                    "quantityRequiredChanged": true,
                    "allowDiscounts": true,
                    "allowDiscountsChanged": true,
                    "discountDiscounts": true,
                    "discountDiscountsChanged": true,
                    "itemRecalled": true,
                    "itemRecalledChanged": true,
                    "noRefund": true,
                    "noRefundChanged": true,
                    "allowMarkdown": true,
                    "allowMarkdownChanged": true,
                    "priceRequired": true,
                    "priceRequiredChanged": true,
                    "fuelItem": true,
                    "fuelItemChanged": true,
                    "trackSerial": true,
                    "trackSerialChanged": true,
                    "allowZeroPrice": true,
                    "allowZeroPriceChanged": true,
                    "notForSale": 90,
                    "notForSaleChanged": true,
                    "excludeFromDeals": true,
                    "excludeFromVoucher": true,
                    "minimumAge": 93,
                    "minimumAgeChanged": true,
                    "buyingLimit": 1,
                    "buyingLimitChanged": true,
                    "buyingLimitIndependent": true,
                    "buyingLimitIndependentChanged": true,
                    "inventoryGuid": "KBB5GJ4Y40yqRrUCdsJfrw==",
                    "inventoryIdentifier": "18791028-189e-4ce3-aa46-b50276c25faf",
                    "inventoryAccuracy": 1,
                    "baseUnits": 97,
                    "orderPacked": 1,
                    "isManufactured": true,
                    "isIngredient": true,
                    "isModifier": true,
                    "isModifierChanged": true,
                    "hasModifiers": 98,
                    "defaultPrinter": "sample string 99",
                    "defaultPrinterGroup": "sample string 100",
                    "ingredientsOnManufacture": true,
                    "manufactureUnitMeasure": 1,
                    "mpl": 1,
                    "maxShelfQty": 101,
                    "allowAutoOrder": true,
                    "warrantyPeriod": 1,
                    "parentPluG_UId": "1TbMFQrgVUqGHXPSUUi0Zg==",
                    "parentPluGuid": "15cc36d5-e00a-4a55-861d-73d25148b466",
                    "preferredHostVendor": 103,
                    "preferredHostChanged": true,
                    "code": "sample string 105",
                    "supplierIdentifier": "LNXvNkFj3E+VO1X+x8BNiQ==",
                    "supplierIdentifierGuid": "36efd52c-6341-4fdc-953b-55fec7c04d89",
                    "supplierChanged": true,
                    "rebateSupplierIdentifier": "sQ0aU6sluE2bXNKqS+X7oA==",
                    "rebateSupplierIdentifierGuid": "531a0db1-25ab-4db8-9b5c-d2aa4be5fba0",
                    "rebateSupplierChanged": true,
                    "availableForOrder": true,
                    "warehouseDirectIndicator": "sample string 107",
                    "warehouseDirectIndicatorChanged": true,
                    "productGrade": "sample string 109",
                    "productType": "sample string 110",
                    "productGroup": "sample string 111",
                    "complianceIndicator": "sample string 112",
                    "inhouseBrand": "sample string 113",
                    "slowMoving": true,
                    "generalMerchandise": true,
                    "comment": "sample string 116",
                    "lastUpdatedByUser": "sample string 117",
                    "lastManualUpdatedByUser": "sample string 118",
                    "lastUpdatedByUserOverride": true,
                    "lastUpdatedByHost": "2025-06-14T07:47:42.1360359",
                    "commodity": "sample string 120",
                    "businessPillar": "sample string 121",
                    "mscCommodity": "sample string 122",
                    "hostIdentifier": "gsgnVcAOpECGBMYAZxGckA==",
                    "hostIdentifierGuid": "5527c882-0ec0-40a4-8604-c60067119c90",
                    "serviceFeeID": 1,
                    "serviceFeeIDChanged": true,
                    "providerName": "sample string 124",
                    "aisleEnds": "sample string 125",
                    "deleted": true,
                    "deletedChanged": true,
                    "hidden": true,
                    "doNotRange": true,
                    "doNotRangeChanged": true,
                    "doNotOrder": true,
                    "doNotOrderChanged": true,
                    "locked": true,
                    "excludeFromWebUpdate": true,
                    "excludeFromWebUpdateChanged": true,
                    "webPriceBasedOn": 136,
                    "webPriceRounding": true,
                    "webMarkup": 138,
                    "webPriceMode": 139,
                    "altDepartmentID": 1,
                    "altSubDepartmentID": 1,
                    "altMinorDepartmentID": 1,
                    "altLesserDepartmentID": 1,
                    "altDeptCode": "sample string 140",
                    "altSubDeptCode": "sample string 141",
                    "altMinorDeptCode": "sample string 142",
                    "altLesserDeptCode": "sample string 143",
                    "altDepartmentChanged": true,
                    "storeProducts": [
                      {
                        "$ref": "13"
                      },
                      {
                        "$ref": "13"
                      }
                    ],
                    "store": {
                      "$ref": "4"
                    },
                    "storePrices": [
                      {
                        "$id": "14",
                        "pluG_UID": "PKuoW/lExEGKt8/dhQRHwQ==",
                        "pluGuid": "5ba8ab3c-44f9-41c4-8ab7-cfdd850447c1",
                        "plu": 1,
                        "storeID": 1,
                        "zoneID": 2,
                        "zoneName": "sample string 3",
                        "store": "sample string 4",
                        "priceNow": 5,
                        "costNow": 6,
                        "costNowDecimals": 7,
                        "normalPrice": 8,
                        "gstPercent": 9,
                        "normalCost": 10,
                        "normalCostDecimals": 11,
                        "costGstPercent": 12,
                        "costCalcMethod": 1,
                        "currentCost": 13,
                        "currentCostDecimals": 14,
                        "break1": 15,
                        "price1": 16,
                        "break2": 17,
                        "price2": 18,
                        "break3": 19,
                        "price3": 20,
                        "fuelItem": 21,
                        "fixedWeight": 22,
                        "active": true,
                        "complianceIndicator": "sample string 23",
                        "doNotOrder": true,
                        "doNotRange": true,
                        "isNormalPriceChangesCampaign": true,
                        "updated": "2025-06-14T07:47:42.1360359"
                      },
                      {
                        "$ref": "14"
                      }
                    ],
                    "currentPrices": {
                      "$id": "15",
                      "pluPrices": {
                        "$id": "16",
                        "plu": 1,
                        "pluG_UID": "QEA=",
                        "stores": [
                          1,
                          2
                        ],
                        "normalPrice": 1,
                        "cost": 2,
                        "break1": 3,
                        "price1": 4,
                        "break2": 5,
                        "price2": 6,
                        "break3": 7,
                        "price3": 8,
                        "discountPrice": 9,
                        "acceptedUtc": "2025-06-14T07:47:42.1360359",
                        "priceChangeType": 0,
                        "costDecimals": 10
                      },
                      "normalPluPrices": {
                        "$ref": "16"
                      },
                      "winningCampaign": 1,
                      "winner": {
                        "$id": "17",
                        "campaignName": "sample string 1",
                        "campaignDescription": "sample string 2",
                        "startDate": "2025-06-14T07:47:42.1360359",
                        "startTime": 3,
                        "endDate": "2025-06-14T07:47:42.1360359",
                        "endTime": 4,
                        "newPrice": 5,
                        "newCost": 6,
                        "newCostDecimals": 7,
                        "pctDiscount": 8,
                        "promoType": 1,
                        "promotionTypeCode": "sample string 9",
                        "hostType": 10,
                        "hostIdentifier": "NB9W5m8EV0OBjgDcGLplhQ==",
                        "hostIdentifierGuid": "e6561f34-046f-4357-818e-00dc18ba6585",
                        "storeNames": [
                          "sample string 1",
                          "sample string 2"
                        ]
                      },
                      "details": [
                        {
                          "$ref": "17"
                        },
                        {
                          "$ref": "17"
                        }
                      ]
                    },
                    "tray": {
                      "$id": "18",
                      "g_UId": "8ZcnuIRRcUGTkN36H/ECng==",
                      "guid": "b82797f1-5184-4171-9390-ddfa1ff1029e",
                      "name": "sample string 1",
                      "number": 1,
                      "tare": 1
                    },
                    "priceGroup": {
                      "$id": "19",
                      "priceGroupG_UID": "Cy7TZfrVykOmfSEHNDivng==",
                      "priceGroupGuid": "65d32e0b-d5fa-43ca-a67d-21073438af9e",
                      "name": "sample string 2",
                      "code": 1,
                      "modified": true,
                      "updated": "2025-06-14T07:47:42.1360359",
                      "buyingLimit": 1,
                      "buyingLimitIndependent": true,
                      "buyingLimitType": 0,
                      "number": 1,
                      "products": [
                        {
                          "$ref": "13"
                        },
                        {
                          "$ref": "13"
                        }
                      ],
                      "productCount": 1
                    },
                    "priceGroupName": "sample string 145",
                    "nutrifacts": {
                      "$id": "20",
                      "pluG_UID": "hog3DAntAU2HEI+HKqIDRw==",
                      "pluGuid": "0c378886-ed09-4d01-8710-8f872aa20347",
                      "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": "9b9c8cfa-d6b0-49a0-a749-4a3ce268070e",
                      "created": "2025-06-14T07:47:42.1360359",
                      "createdByUser": "sample string 1",
                      "activated": "2025-06-14T07:47:42.1360359",
                      "deactivated": "2025-06-14T07:47:42.1360359",
                      "lastOrdered": "2025-06-14T07:47:42.1360359",
                      "lastOrderedQty": 2.0,
                      "lastReceived": "2025-06-14T07:47:42.1360359",
                      "lastReceivedQty": 3.0,
                      "lastInvoiceStatus": 1,
                      "lastCounted": "2025-06-14T07:47:42.1360359",
                      "lastSold": "2025-06-14T07:47:42.1360359",
                      "firstSold": "2025-06-14T07:47:42.1360359",
                      "awsUpdated": "2025-06-14T07:47:42.1360359",
                      "lastManualUpdate": "2025-06-14T07:47:42.1360359",
                      "lastManualUpdatedByUser": "sample string 5",
                      "lastUpdated": "2025-06-14T07:47:42.1360359",
                      "lastUpdatedByUser": "sample string 7",
                      "lastUpdatedByHost": "2025-06-14T07:47:42.1360359",
                      "doNotRangeUpdated": "2025-06-14T07:47:42.1360359",
                      "doNotOrderUpdated": "2025-06-14T07:47:42.1360359",
                      "tracked": "2025-06-14T07:47:42.1360359"
                    },
                    "allergens": [
                      {
                        "$id": "22",
                        "allergenID": 1,
                        "pluG_UID": "skzkisRxqEWMFSF1qmowQA==",
                        "pluGuid": "8ae44cb2-71c4-45a8-8c15-2175aa6a3040",
                        "contains": 2,
                        "allergenName": "sample string 3",
                        "storeIDs": [
                          1,
                          2
                        ]
                      },
                      {
                        "$ref": "22"
                      }
                    ],
                    "costs": {
                      "$id": "23",
                      "pluG_UID": "3YEbDNsRCk6j70edVNDn9A==",
                      "pluGuid": "0c1b81dd-11db-4e0a-a3ef-479d54d0e7f4",
                      "enteredCost": 1,
                      "weightedAvgCost": 1,
                      "lastCost": 1,
                      "rawEnteredCost": 2,
                      "rawWeightedAvgCost": 3,
                      "rawLastCost": 4,
                      "freight": 5.0,
                      "freightType": 6,
                      "costDecimals": 7,
                      "fifoCost": 1,
                      "updated": "2025-06-14T07:47:42.1360359",
                      "normalCost": 1,
                      "currentCost": 1
                    },
                    "sales": [
                      {
                        "$id": "24",
                        "saleHeaderID": 1,
                        "created": "2025-06-14T07:47:42.1360359",
                        "createdLocal": "2025-06-14T07:47:42.1360359",
                        "storeID": 3,
                        "storeName": "sample string 4",
                        "operatorG_Uid": "FERtt+cqM0qWvTI7Q0Vx8w==",
                        "operatorGuid": "b76d4414-2ae7-4a33-96bd-323b434571f3",
                        "operatorName": "sample string 5",
                        "tranType": 1,
                        "plu": 1,
                        "pluG_UId": "FqjNT+rP40qB7YsEL616zw==",
                        "pluGuid": "4fcda816-cfea-4ae3-81ed-8b042fad7acf",
                        "normalPrice": 1,
                        "totalCents": 1,
                        "cost": 1,
                        "grossProfit": 1,
                        "quantity": 1,
                        "operator": {
                          "$id": "25",
                          "id": 1,
                          "g_Uid": "1lxOLArUG0WlCO0LYlBq7A==",
                          "guid": "2c4e5cd6-d40a-451b-a508-ed0b62506aec",
                          "operatorNumber": 1,
                          "shortName": "sample string 2",
                          "firstName": "sample string 3",
                          "lastName": "sample string 4",
                          "password": "sample string 5",
                          "hasPassword": true,
                          "passwordText": "sample string 6",
                          "rfidTagID": "sample string 7",
                          "blueprintID": 1,
                          "groupID": 1,
                          "groupName": "sample string 8",
                          "managerGroupID": 1,
                          "managerGroupName": "sample string 9",
                          "zoneID": 1,
                          "zoneName": "sample string 10",
                          "loggedIn": 1,
                          "lastUsedIP": "sample string 11",
                          "deleted": true,
                          "locked": true,
                          "allowOpenTill": true,
                          "webEmail": "sample string 14",
                          "simpleOperatorType": 0,
                          "webRole": "sample string 15",
                          "updated": "2025-06-14T07:47:42.1360359",
                          "passwordResetRequired": true,
                          "alteredInStore": true,
                          "startShift": "2025-06-14T07:47:42.1360359",
                          "endShift": "2025-06-14T07:47:42.1360359",
                          "machineName": "sample string 20",
                          "drawerID": 1,
                          "stores": [
                            {
                              "$id": "26",
                              "operatorG_UID": "vFR4ZwC3gUKL73CC1nKeQw==",
                              "operatorGuid": "677854bc-b700-4281-8bef-7082d6729e43",
                              "storeID": 2,
                              "operator": {
                                "$ref": "25"
                              },
                              "store": {
                                "$ref": "4"
                              }
                            },
                            {
                              "$ref": "26"
                            }
                          ]
                        }
                      },
                      {
                        "$ref": "24"
                      }
                    ],
                    "apns": [
                      {
                        "$id": "27",
                        "pluID": 1,
                        "pluG_UID": "29OesE4yVkyOyI8d/5mpSg==",
                        "pluGuid": "b09ed3db-324e-4c56-8ec8-8f1dff99a94a",
                        "apn": "sample string 1",
                        "deleted": true,
                        "storeID": 1,
                        "storeIDs": [
                          1,
                          2
                        ]
                      },
                      {
                        "$ref": "27"
                      }
                    ],
                    "tuns": [
                      {
                        "$id": "28",
                        "pluG_UId": "HXQIF9eMYkK+m/z7iEs3Vg==",
                        "pluGuid": "1708741d-8cd7-4262-be9b-fcfb884b3756",
                        "apn": "sample string 1",
                        "tun": "sample string 2",
                        "cartonQuantity": 3,
                        "product": {
                          "$ref": "13"
                        },
                        "storeIDs": [
                          1,
                          2
                        ]
                      },
                      {
                        "$ref": "28"
                      }
                    ],
                    "competitionPricing": [
                      {
                        "$id": "29",
                        "identifier": "ecqoyEc450+/lpC37vp1Ew==",
                        "identifierGuid": "c8a8ca79-3847-4fe7-bf96-90b7eefa7513",
                        "pluG_UID": "gtA/Nj1n9UOkqw87Esn02g==",
                        "pluGuid": "363fd082-673d-43f5-a4ab-0f3b12c9f4da",
                        "competitionID": 1,
                        "name": "sample string 2",
                        "sellMultiple": 3,
                        "retailPrice": 4,
                        "storeName": "sample string 5"
                      },
                      {
                        "$ref": "29"
                      }
                    ],
                    "supplier": {
                      "$ref": "8"
                    },
                    "supplierName": "sample string 146",
                    "children": [
                      {
                        "$ref": "13"
                      },
                      {
                        "$ref": "13"
                      }
                    ],
                    "ordering": {
                      "$ref": "11"
                    },
                    "flipChartPages": [
                      {
                        "$id": "30",
                        "identifier": "nAghjT3KTUmS2Y6XBxp19g==",
                        "groupName": "sample string 1",
                        "identifierGuid": "8d21089c-ca3d-494d-92d9-8e97071a75f6",
                        "exists": true,
                        "flipChartIdentifier": "A4Dyec4Oqkq2BHvj4RsTFw==",
                        "flipChartIdentifierGuid": "79f28003-0ece-4aaa-b604-7be3e11b1317",
                        "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": "eeTXUWFz9k2TKoZVOS+8IA==",
                        "groupIdentifierGuid": "51d7e479-7361-4df6-932a-8655392fbc20",
                        "flipChart": {
                          "$id": "31",
                          "identifier": "l6ybj2n8+02kmw5d7aFZlQ==",
                          "identifierGuid": "8f9bac97-fc69-4dfb-a49b-0e5deda15995",
                          "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": "dj7kJphSaUWzC+VcmQMrpA==",
                            "identifierGuid": "26e43e76-5298-4569-b30b-e55c99032ba4",
                            "name": "sample string 2",
                            "formType": "sample string 3",
                            "forms": [
                              {
                                "$id": "33",
                                "id": 1,
                                "g_UID": "LkCbCBllGkimHXrPGJ7KgA==",
                                "guid": "089b402e-6519-481a-a61d-7acf189eca80",
                                "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": "N7uYlHw/VUaWQ70qD4qhvQ==",
                                "previousFormGuid": "9498bb37-3f7c-4655-9643-bd2a0f8aa1bd",
                                "nextForm": 1,
                                "nextFormG_UID": "l2T0aHrN/06MZLs5Eekqgg==",
                                "nextFormGuid": "68f46497-cd7a-4eff-8c64-bb3911e92a82",
                                "attributes": "sample string 10",
                                "updated": "2025-06-14T07:47:42.1360359",
                                "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": "EttDVoxZpUq8WvDFCXVV/A==",
                                    "checkoutFormGuid": "5643db12-598c-4aa5-bc5a-f0c5097555fc",
                                    "identifier": "MjJgFTY7TUOtG5FgUPXA6g==",
                                    "identifierGuid": "15603232-3b36-434d-ad1b-916050f5c0ea",
                                    "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": "e82uWrGkT02dt1F0h0EvRQ==",
                                    "valueGuid": "5aaecd7b-a4b1-4d4f-9db7-517487412f45",
                                    "buttonText": "sample string 10",
                                    "valueText": "sample string 11",
                                    "drawImageAndButton": true,
                                    "updated": "2025-06-14T07:47:42.1360359",
                                    "action": "sample string 12",
                                    "valueForm": {
                                      "$ref": "33"
                                    },
                                    "image": {
                                      "$id": "35",
                                      "name": "sample string 3.sample string 4",
                                      "imageID": 2,
                                      "imageName": "sample string 3",
                                      "imageExtension": "sample string 4",
                                      "lastUpdate": "2025-06-14T07:47:42.1360359",
                                      "imageData": "QEA=",
                                      "readOnly": true
                                    }
                                  },
                                  {
                                    "$ref": "34"
                                  }
                                ],
                                "panels": [
                                  {
                                    "$id": "36",
                                    "id": 1,
                                    "checkoutFormID": 2,
                                    "checkoutFormG_UID": "HwcTUHg2s0qeZqGED3HBFg==",
                                    "checkoutFormGuid": "5013071f-3678-4ab3-9e66-a1840f71c116",
                                    "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": "WJqn9HXhRU6K/Xw4xSZh+g==",
                            "flipChartPageIdentifierGuid": "f4a79a58-e175-4e45-8afd-7c38c52661fa",
                            "pluG_UID": "j7b1kN0XfUWc7SfO20yvjQ==",
                            "pluGuid": "90f5b68f-17dd-457d-9ced-27cedb4caf8d",
                            "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": "XbRDOPySoU27p+uKlVdbCg==",
                        "pluGuid": "3843b45d-92fc-4da1-bba7-eb8a95575b0a",
                        "price": 1,
                        "costCalcMethod": 1,
                        "cost": 2,
                        "weightedAvgCost": 3,
                        "lastCost": 4,
                        "rawCost": 5,
                        "rawWeightedAvgCost": 6,
                        "rawLastCost": 7,
                        "costDecimals": 8,
                        "serviceFeeID": 9,
                        "freight": 10.0,
                        "freightType": 11,
                        "process": "sample string 12",
                        "user": "sample string 13",
                        "updated": "2025-06-14T07:47:42.1360359",
                        "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": "ToadT4L8/k2IAdhdNwVkPA==",
                        "ingredientGuid": "Rgi7G9tQhU2etfPDXQgnow==",
                        "ingredientIdentifier": "1bbb0846-50db-4d85-9eb5-f3c35d0827a3",
                        "quantity": 1.0,
                        "storeIDs": [
                          1,
                          2
                        ],
                        "ingredientText": "sample string 1",
                        "ingredient": {
                          "$ref": "13"
                        }
                      },
                      {
                        "$ref": "39"
                      }
                    ],
                    "bins": [
                      {
                        "$id": "40",
                        "pluG_UID": "hWFFVM/OoUSuFaR1Km9reg==",
                        "pluGuid": "54456185-cecf-44a1-ae15-a4752a6f6b7a",
                        "shelfLocationIdentifier": "OozFCTyLYEK/BluAvnHj6Q==",
                        "shelfLocationGuid": "09c58c3a-8b3c-4260-bf06-5b80be71e3e9",
                        "labelShelfDefault": 1,
                        "labelTalkerDefault": 1,
                        "labelSmall": true,
                        "labelPageLayoutG_UID": "NC5M77iMokqse3BNsbqUTw==",
                        "labelPageLayoutGuid": "ef4c2e34-8cb8-4aa2-ac7b-704db1ba944f",
                        "updated": "2025-06-14T07:47:42.1360359",
                        "electronicShelfLabelIdentifier": "sample string 5",
                        "electronicshelfLabelsConfigurationID": 6,
                        "labelShelfChanged": true,
                        "productName": "sample string 8",
                        "locationText": "sample string 9",
                        "product": {
                          "$ref": "13"
                        },
                        "location": {
                          "$id": "41",
                          "identifier": "Q5IjMVf37kmbFomvV88k6w==",
                          "storeID": 1,
                          "identifierGuid": "31239243-f757-49ee-9b16-89af57cf24eb",
                          "name": "sample string 2",
                          "haccp": true,
                          "blueprintID": 1,
                          "updated": "2025-06-14T07:47:42.1360359",
                          "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": "WPG1LOv8m0m/4E7EWapbiA==",
                        "pluGuid": "2cb5f158-fceb-499b-bfe0-4ec459aa5b88",
                        "deptNo": 1,
                        "product": {
                          "$ref": "13"
                        },
                        "scaleLocation": {
                          "$id": "43",
                          "id": 1,
                          "deptNo": 1,
                          "deptCode": "sample string 2",
                          "name": "sample string 3",
                          "enabled": true,
                          "updated": "2025-06-14T07:47:42.1360359",
                          "department": {
                            "$id": "44",
                            "id": 1,
                            "name": "sample string 2",
                            "code": "sample string 3",
                            "sortOrder": 4,
                            "isLiquor": true,
                            "isTobacco": true,
                            "excludeTalker": true,
                            "externalSales": true,
                            "saleGLCode": "sample string 9",
                            "cogsglCode": "sample string 10",
                            "accountingCategoryID": 11,
                            "maximumMarkdownPercentage": 12.0,
                            "accountingOnly": true,
                            "generateExternalID": 1,
                            "useNonReportableTaxCode": true,
                            "minPLU": 15,
                            "maxPLU": 16,
                            "scaleLocation": {
                              "$ref": "43"
                            },
                            "subDepartments": [
                              {
                                "$id": "45",
                                "id": 1,
                                "departmentID": 2,
                                "name": "sample string 3",
                                "code": "sample string 4",
                                "departmentCode": "sample string 5",
                                "externalSales": true,
                                "minorDepartments": [
                                  {
                                    "$id": "46",
                                    "id": 1,
                                    "subDepartmentID": 2,
                                    "departmentID": 3,
                                    "name": "sample string 4",
                                    "subDepartmentCode": "sample string 5",
                                    "departmentCode": "sample string 6",
                                    "code": "sample string 7",
                                    "lesserDepartments": [
                                      {
                                        "$id": "47",
                                        "id": 1,
                                        "departmentID": 2,
                                        "subDepartmentID": 3,
                                        "minorDepartmentID": 4,
                                        "name": "sample string 5",
                                        "code": "sample string 6",
                                        "departmentCode": "sample string 7",
                                        "subDepartmentCode": "sample string 8",
                                        "minorDepartmentCode": "sample string 9",
                                        "updated": "2025-06-14T07:47:42.1360359",
                                        "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": "Cjavi5OohkmBWIOesA1tmg==",
                                        "labelPageLayoutGuid": "8baf360a-a893-4986-8158-839eb00d6d9a",
                                        "minimumAge": 17,
                                        "countryOfOrigin": "sample string 18",
                                        "serviceFeeID": 1,
                                        "eftCode": 19,
                                        "defaultPrinter": "sample string 20",
                                        "defaultPrinterGroup": "sample string 21",
                                        "buyingLimit": 1,
                                        "buyingLimitIndependent": true,
                                        "buyingLimitType": 0,
                                        "includeInDistinctLimit": true,
                                        "defaultsEmpty": false,
                                        "mscCat": {
                                          "$id": "48",
                                          "dept": 1,
                                          "category": 2,
                                          "name": "sample string 3",
                                          "active": true,
                                          "mscCommodities": [
                                            {
                                              "$id": "49",
                                              "dept": 1,
                                              "category": 2,
                                              "commodity": 3,
                                              "name": "sample string 4",
                                              "active": true,
                                              "mscSubCommodities": [
                                                {
                                                  "$id": "50",
                                                  "dept": 1,
                                                  "category": 2,
                                                  "commodity": 3,
                                                  "subCommodity": 4,
                                                  "name": "sample string 5",
                                                  "active": true,
                                                  "subCommodityCode": "sample string 7"
                                                },
                                                {
                                                  "$ref": "50"
                                                }
                                              ],
                                              "commodityCode": "sample string 6"
                                            },
                                            {
                                              "$ref": "49"
                                            }
                                          ],
                                          "categoryCode": "sample string 5"
                                        },
                                        "mscCom": {
                                          "$ref": "49"
                                        },
                                        "mscDep": {
                                          "$id": "51",
                                          "dept": 1,
                                          "name": "sample string 2",
                                          "active": true,
                                          "mscCategories": [
                                            {
                                              "$ref": "48"
                                            },
                                            {
                                              "$ref": "48"
                                            }
                                          ],
                                          "deptCode": "sample string 4"
                                        },
                                        "mscSubCom": {
                                          "$ref": "50"
                                        }
                                      },
                                      {
                                        "$ref": "47"
                                      }
                                    ],
                                    "updated": "2025-06-14T07:47:42.1360359",
                                    "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": "uy8iYdZwCEWUHfvzuwiC0Q==",
                                    "labelPageLayoutGuid": "61222fbb-70d6-4508-941d-fbf3bb0882d1",
                                    "minimumAge": 15,
                                    "countryOfOrigin": "sample string 16",
                                    "serviceFeeID": 1,
                                    "eftCode": 17,
                                    "defaultPrinter": "sample string 18",
                                    "defaultPrinterGroup": "sample string 19",
                                    "buyingLimit": 1,
                                    "buyingLimitIndependent": true,
                                    "buyingLimitType": 0,
                                    "includeInDistinctLimit": true,
                                    "defaultsEmpty": false,
                                    "mscCat": {
                                      "$ref": "48"
                                    },
                                    "mscCom": {
                                      "$ref": "49"
                                    },
                                    "mscDep": {
                                      "$ref": "51"
                                    },
                                    "mscSubCom": {
                                      "$ref": "50"
                                    }
                                  },
                                  {
                                    "$ref": "46"
                                  }
                                ],
                                "investmentBuyOverride": true,
                                "updated": "2025-06-14T07:47:42.1360359",
                                "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": "B/DdfZZcLkiqQ/vpw+IbpQ==",
                                "labelPageLayoutGuid": "7dddf007-5c96-482e-aa43-fbe9c3e21ba5",
                                "minimumAge": 15,
                                "countryOfOrigin": "sample string 16",
                                "serviceFeeID": 1,
                                "eftCode": 17,
                                "defaultPrinter": "sample string 18",
                                "defaultPrinterGroup": "sample string 19",
                                "buyingLimit": 1,
                                "buyingLimitIndependent": true,
                                "buyingLimitType": 0,
                                "includeInDistinctLimit": true,
                                "defaultsEmpty": false,
                                "mscCat": {
                                  "$ref": "48"
                                },
                                "mscCom": {
                                  "$ref": "49"
                                },
                                "mscDep": {
                                  "$ref": "51"
                                },
                                "mscSubCom": {
                                  "$ref": "50"
                                }
                              },
                              {
                                "$ref": "45"
                              }
                            ],
                            "stores": [
                              1,
                              2
                            ],
                            "investmentBuyOverride": true,
                            "updated": "2025-06-14T07:47:42.1360359",
                            "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": "0jX96ocaIUSPgf0uE0OVtA==",
                            "labelPageLayoutGuid": "eafd35d2-1a87-4421-8f81-fd2e134395b4",
                            "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": "htIiAflF6UGLu9JSareqfA==",
                      "pluGuid": "0122d286-45f9-41e9-8bbb-d2526ab7aa7c",
                      "newPrice": 1,
                      "pctDiscount": 1,
                      "newCost": 1,
                      "newCostDecimals": 6,
                      "dealCostIdentifier": "vRei9s0UIUeu2kjhLu9Mrw==",
                      "dealCostGuid": "f6a217bd-14cd-4721-aeda-48e12eef4caf",
                      "pluName": "sample string 7",
                      "apn": "sample string 8",
                      "fuelItem": true,
                      "priceGroupG_UID": "6c/IW4keFEmM2GJR+UUB6w==",
                      "priceGroupGuid": "5bc8cfe9-1e89-4914-8cd8-6251f94501eb",
                      "itemNumber": "sample string 10",
                      "cri": "sample string 11",
                      "pluPrice": 12,
                      "pluCost": 13,
                      "pluCostIndicator": "sample string 14",
                      "pluPriceGstPercent": 15,
                      "pluCostGstPercent": 16,
                      "pluActive": true,
                      "cartonQty": 1.1,
                      "baseUnits": 18.1,
                      "salesMode": 1,
                      "pluNormalCost": 19,
                      "pluaws": 20.0,
                      "directNumber": "sample string 21",
                      "departmentName": "sample string 22",
                      "subDepartmentName": "sample string 23",
                      "priceGroupName": "sample string 24",
                      "supplierName": "sample string 25",
                      "stockOnHand": 1.1,
                      "stockOnOrder": 1.1,
                      "lastReceived": "2025-06-14T07:47:42.1360359",
                      "rrp": 26,
                      "campaignDescription": "sample string 27",
                      "campaignComboPriceGroupG_UID": "HyeV7RhxL0uKRHNBDSKUgQ==",
                      "campaignComboPriceGroupIdentifier": "ed95271f-7118-4b2f-8a44-73410d229481",
                      "promotionPlacementDescription": "sample string 28",
                      "storeAcceptances": [
                        {
                          "$id": "53",
                          "plu": 1,
                          "pluG_UId": "QEA=",
                          "campaignID": 1,
                          "campaignName": "sample string 2",
                          "storeID": 3,
                          "acceptedUtc": "2025-06-14T07:47:42.1360359",
                          "operatorG_UID": "Qk5kQJKdNUuJaNcW100ptA==",
                          "operatorGuid": "40644e42-9d92-4b35-8968-d716d74d29b4",
                          "machineID": 1,
                          "processed": true,
                          "appliedUtc": "2025-06-14T07:47:42.1360359",
                          "signIqTicketFileMovedUtc": "2025-06-14T07:47:42.1360359",
                          "user": "sample string 6",
                          "campaignDescription": "sample string 7",
                          "productDesc": "sample string 8",
                          "storeName": "sample string 9",
                          "effectiveUtc": "2025-06-14T07:47:42.1360359",
                          "priceChangeType": 0,
                          "operatorName": "sample string 10",
                          "hostCampaign": true,
                          "product": {
                            "$ref": "13"
                          },
                          "campaignPlu": {
                            "$ref": "52"
                          }
                        },
                        {
                          "$ref": "53"
                        }
                      ],
                      "campaign": {
                        "$id": "54",
                        "id": 1,
                        "storeID": 2,
                        "name": "f10a9a88-b14e-4143-bc73-203f5ef20803",
                        "nameGuid": "f10a9a88-b14e-4143-bc73-203f5ef20803",
                        "description": "sample string 4",
                        "showDiscounts": true,
                        "showTotals": true,
                        "onlyEvaluateOnSubtotal": true,
                        "useDescription": true,
                        "campaignType": 1,
                        "startDate": "2025-06-14T07:47:42.1360359",
                        "startTime": 1,
                        "endDate": "2025-06-14T07:47:42.1360359",
                        "endTime": 1,
                        "recurrence": 1,
                        "recurrenceType": 1,
                        "monthType": 1,
                        "weekDays": 1,
                        "months": 1,
                        "monthWeeks": 1,
                        "monthDays": "sample string 7",
                        "printed": true,
                        "talkerText": "sample string 8",
                        "rangeDescription": "sample string 9",
                        "dealDescription": "sample string 10",
                        "labelQuantity": 11,
                        "active": 1,
                        "deactivated": "2025-06-14T07:47:42.1360359",
                        "system": true,
                        "created": "2025-06-14T07:47:42.1360359",
                        "updated": "2025-06-14T07:47:42.1360359",
                        "priceChangeNotifiedUtc": "2025-06-14T07:47:42.1360359",
                        "promoType": 1,
                        "promotionTypeCode": "sample string 13",
                        "hostIdentifier": "puznI2b6NkSNw2G012UhAQ==",
                        "hostIdentifierGuid": "23e7eca6-fa66-4436-8dc3-61b4d7652101",
                        "hostType": 14,
                        "createdByUser": "sample string 15",
                        "fromHost": true,
                        "deleted": true,
                        "campaignDeleted": "2025-06-14T07:47:42.1360359",
                        "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": "iemcLb9EKk+/fOVKW+IVOg==",
                            "pluGuid": "2d9ce989-44bf-4f2a-bf7c-e54a5be2153a",
                            "hostOfferID": 1,
                            "priceGroupG_UID": "6vBVrsbZiUG/DMaJeuEL9A==",
                            "priceGroupGuid": "ae55f0ea-d9c6-4189-bf0c-c6897ae10bf4",
                            "fuelItem": true,
                            "pluName": "sample string 6",
                            "apn": "sample string 7",
                            "pluActive": true,
                            "cartonQty": 1,
                            "baseUnits": 9.1,
                            "cri": "sample string 10",
                            "salesMode": 1,
                            "pluaws": 11.0,
                            "directNumber": "sample string 12",
                            "departmentName": "sample string 13",
                            "subDepartmentName": "sample string 14",
                            "priceGroupName": "sample string 15",
                            "supplierName": "sample string 16",
                            "stockOnHand": 1.1,
                            "stockOnOrder": 1.1,
                            "lastReceived": "2025-06-14T07:47:42.1360359",
                            "rrp": 17,
                            "campaignDescription": "sample string 18",
                            "product": {
                              "$ref": "13"
                            },
                            "campaign": {
                              "$ref": "54"
                            }
                          },
                          {
                            "$ref": "55"
                          }
                        ],
                        "sellingRules": [
                          {
                            "$id": "56",
                            "id": 1,
                            "identifier": "3k7zQkA1K0aog0cRO7ewTw==",
                            "identifierStr": "3k7zQkA1K0aog0cRO7ewTw==",
                            "identifierGuid": "42f34ede-3540-462b-a883-47113bb7b04f",
                            "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": "F9VQZc5HaEuD9gXEp64Nig==",
                            "customerIDGuid": "6550d517-47ce-4b68-83f6-05c4a7ae0d8a",
                            "campaign": {
                              "$ref": "54"
                            },
                            "customer": {
                              "$id": "58",
                              "identifier": "6e/PzxRGCE2T62lwbWIH7A==",
                              "identifierGuid": "cfcfefe9-4614-4d08-93eb-69706d6207ec",
                              "code": "sample string 2",
                              "familyName": "sample string 3",
                              "givenName": "sample string 4",
                              "otherName": "sample string 5",
                              "title": "sample string 6",
                              "dateOfBirth": "2025-06-14T07:47:42.1360359",
                              "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": "ZwBwD8Gp30aQusljw4jJKg==",
                              "communityIdentifierGuid": "0f700067-a9c1-46df-90ba-c963c388c92a",
                              "joined": "2025-06-14T07:47:42.1360359",
                              "updated": "2025-06-14T07:47:42.1360359",
                              "active": true,
                              "reasonInactive": 1,
                              "groupCustomer": true,
                              "loyaltyPoints": 1,
                              "homeStoreID": 1,
                              "availableSpend": 1,
                              "priceLevelIdentifier": "F4VvUEfxn0iHw03616JQlA==",
                              "priceLevelIdentifierGuid": "506f8517-f147-489f-87c3-4dfad7a25094",
                              "marketingID": "sample string 18",
                              "hidden": true,
                              "registered": true,
                              "registeredOn": "2025-06-14T07:47:42.1360359",
                              "emailMarketing": true,
                              "smsMarketing": true,
                              "deleted": true,
                              "deletedUser": "sample string 24",
                              "homeStoreName": "sample string 25",
                              "customerCards": [
                                {
                                  "$id": "59",
                                  "cardType": 2,
                                  "issueDate": "2025-06-14T07:47:42.1360359",
                                  "expiry": "2025-06-14T07:47:42.1360359",
                                  "customerID": "zDVnmAxfL0GQRv57MaIVjQ==",
                                  "customerIDGuid": "986735cc-5f0c-412f-9046-fe7b31a2158d",
                                  "initialValue": 1,
                                  "currentValue": 1,
                                  "maxLimit": 1,
                                  "minTransaction": 1,
                                  "maxTransaction": 1,
                                  "multiplier": 1.1,
                                  "active": true,
                                  "reasonInactive": 1,
                                  "idRequired": true,
                                  "idType": 1,
                                  "idValue": "sample string 5",
                                  "updated": "2025-06-14T07:47:42.1360359",
                                  "linkedAccount": "+/JrLSooE0S6HhTTaAQvmw==",
                                  "linkedAccountGuid": "2d6bf2fb-282a-4413-ba1e-14d368042f9b",
                                  "currentValueChanged": true,
                                  "limitsChanged": true,
                                  "customer": {
                                    "$ref": "58"
                                  },
                                  "account": {
                                    "$id": "60",
                                    "id": 1,
                                    "identifier": "UnlFNawWG0uEsGmo3T/K2A==",
                                    "identifierGuid": "35457952-16ac-4b1b-84b0-69a8dd3fcad8",
                                    "referenceNo": "sample string 3",
                                    "name": "sample string 4",
                                    "created": "2025-06-14T07:47:42.1360359",
                                    "owner": "89QxXJpXt0O+JMGY3W5cGg==",
                                    "ownerGuid": "5c31d4f3-579a-43b7-be24-c198dd6e5c1a",
                                    "accountStoreGroupIdentifier": "qRBgg8kYUkmtRfVDliPkNw==",
                                    "accountStoreGroupGuid": "836010a9-18c9-4952-ad45-f5439623e437",
                                    "accountType": 1,
                                    "currentBalance": 1,
                                    "externalID": "sample string 7",
                                    "maximumLimit": 1,
                                    "accruePoints": true,
                                    "loyaltyPoints": 1,
                                    "termsOfTrade": 1,
                                    "signatureRequired": true,
                                    "referenceRequired": true,
                                    "statementSendType": 10,
                                    "ageingPeriod": 1,
                                    "monthlyAgeingPeriod": true,
                                    "explodedInvoice": true,
                                    "isFifoAllocation": true,
                                    "lastStatementSent": "2025-06-14T07:47:42.1360359",
                                    "active": true,
                                    "updated": "2025-06-14T07:47:42.1360359",
                                    "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": "vcI+cm0i8EGR7YiFM1TFNw==",
                                        "identifierGuid": "723ec2bd-226d-41f0-91ed-88853354c537",
                                        "name": "sample string 2",
                                        "primaryContact": "yrkPtwJECUKOM3wxR3cRPw==",
                                        "primaryContactGuid": "b70fb9ca-4402-4209-8e33-7c314777113f",
                                        "accountID": "ie71ZTomtEi5wZ6IN5qYXQ==",
                                        "accountIDGuid": "65f5ee89-263a-48b4-b9c1-9e88379a985d",
                                        "special": true,
                                        "updated": "2025-06-14T07:47:42.1360359",
                                        "active": true,
                                        "reasonInactive": 1,
                                        "priceLevelIdentifier": "Z2vVoz93xU6SM6E5kBh1eg==",
                                        "priceLevelIdentifierGuid": "a3d56b67-773f-4ec5-9233-a1399018757a",
                                        "deleted": true,
                                        "account": {
                                          "$ref": "60"
                                        },
                                        "primaryContactCustomer": {
                                          "$ref": "58"
                                        },
                                        "customerGroupMembers": [
                                          {
                                            "$id": "63",
                                            "id": 1,
                                            "groupID": "PNyFpsm9Y0WVTZ0FxySgUw==",
                                            "groupIDGuid": "a685dc3c-bdc9-4563-954d-9d05c724a053",
                                            "customerID": "xYRwrccYmUiuD9g9yGpe+w==",
                                            "customerIDGuid": "ad7084c5-18c7-4899-ae0f-d83dc86a5efb",
                                            "card": "sample string 4",
                                            "linkedAccount": "HAo8ggT9e0ehfUngUh/1Ng==",
                                            "linkedAccountGuid": "823c0a1c-fd04-477b-a17d-49e0521ff536",
                                            "customer": {
                                              "$ref": "58"
                                            },
                                            "group": {
                                              "$ref": "62"
                                            },
                                            "customerCard": {
                                              "$ref": "59"
                                            }
                                          },
                                          {
                                            "$ref": "63"
                                          }
                                        ]
                                      },
                                      {
                                        "$ref": "62"
                                      }
                                    ]
                                  },
                                  "payments": [
                                    {
                                      "$id": "64",
                                      "id": 1,
                                      "identifier": "++DUbHdWCk6rXXzV8+IucQ==",
                                      "identifierGuid": "6cd4e0fb-5677-4e0a-ab5d-7cd5f3e22e71",
                                      "storeID": 2,
                                      "operatorName": "sample string 3",
                                      "saleHeaderID": 4,
                                      "paymentType": 5,
                                      "amount": 6,
                                      "account": "sample string 7",
                                      "accountID": "tYg9SpuLw0axNsZEMq5AFQ==",
                                      "accountIDGuid": "4a3d88b5-8b9b-46c3-b136-c64432ae4015",
                                      "customerAccount": {
                                        "$ref": "60"
                                      },
                                      "customerCard": {
                                        "$ref": "59"
                                      },
                                      "accountType": 1,
                                      "cardName": "sample string 8",
                                      "authorisationNumber": "sample string 9",
                                      "bankReference": "sample string 10",
                                      "merchantID": "sample string 11",
                                      "terminalID": "sample string 12",
                                      "cardNumber": "sample string 13",
                                      "paymentDate": "2025-06-14T07:47:42.1360359",
                                      "invRocNo": "sample string 14",
                                      "responseCode": "sample string 15",
                                      "cashout": 1,
                                      "tip": 16,
                                      "idempotentVoid": "dYFIvj/b+UGzS/CjD05CCA==",
                                      "idempotentVoidGuid": "be488175-db3f-41f9-b34b-f0a30f4e4208",
                                      "offline": true,
                                      "processed": 1,
                                      "storeSaleHeader": {
                                        "$id": "65",
                                        "saleHeaderID": 1,
                                        "saleHeaderGuid": "2PtnbQCP9Uu9DuGKDJRB1A==",
                                        "saleHeaderIdentifierGuid": "6d67fbd8-8f00-4bf5-bd0e-e18a0c9441d4",
                                        "created": "2025-06-14T07:47:42.1360359",
                                        "createdLocal": "2025-06-14T07:47:42.1360359",
                                        "createdText": "sample string 4",
                                        "itemCount": 5,
                                        "totalAmount": 6,
                                        "cashTender": 1,
                                        "cardTender": 1,
                                        "cheqTender": 1,
                                        "acctTender": 1,
                                        "voucherTender": 1,
                                        "loyaltyPoints": 1,
                                        "cashout": 1,
                                        "changeAmount": 1,
                                        "rounding": 1,
                                        "gstAmount": 1,
                                        "transactionDiscountTender": 1,
                                        "totalTip": 7,
                                        "tranType": 1,
                                        "processed": 1,
                                        "imported": "2025-06-14T07:47:42.1360359",
                                        "storeID": 1,
                                        "operatorG_Uid": "SREDE82jmUS4HR95Kv9/wQ==",
                                        "operatorGuid": "13031149-a3cd-4499-b81d-1f792aff7fc1",
                                        "customerG_Uid": "uRIW542DF0ifuwuZMKZ+Zg==",
                                        "customerGuid": "e71612b9-838d-4817-9fbb-0b9930a67e66",
                                        "communityIdentifier": "sAKsi/9EJ06aIkxzB7bkfA==",
                                        "communityIdentifierGuid": "8bac02b0-44ff-4e27-9a22-4c7307b6e47c",
                                        "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": "roymLL/1E0KtZe0wFPohLA==",
                                        "priceLevelIdentifierGuid": "2ca68cae-f5bf-4213-ad65-ed3014fa212c",
                                        "locked": 36,
                                        "relationChecksum": "sample string 37",
                                        "loyaltyTender": 1,
                                        "giftCardTender": 1,
                                        "operator": {
                                          "$ref": "25"
                                        },
                                        "customer": {
                                          "$ref": "58"
                                        },
                                        "communityOrganisation": {
                                          "$id": "66",
                                          "id": 1,
                                          "identifier": "Whuzwa0axEa3z6q6Iojf1A==",
                                          "identifierGuid": "c1b31b5a-1aad-46c4-b7cf-aaba2288dfd4",
                                          "name": "sample string 3",
                                          "lookupIdentifier": "sample string 4",
                                          "externalID": "sample string 5",
                                          "phone": "sample string 6",
                                          "fax": "sample string 7",
                                          "email": "sample string 8",
                                          "address1": "sample string 9",
                                          "address2": "sample string 10",
                                          "city": "sample string 11",
                                          "postCode": "sample string 12",
                                          "state": "sample string 13",
                                          "country": "sample string 14",
                                          "totalAmountAwarded": 15.1,
                                          "updated": "2025-06-14T07:47:42.1360359",
                                          "deleted": true
                                        },
                                        "details": [
                                          {
                                            "$id": "67",
                                            "saleItemID": 1,
                                            "identifier": "tjP6lzVmd0OwjV5Gv7Dk+g==",
                                            "identifierGuid": "97fa33b6-6635-4377-b08d-5e46bfb0e4fa",
                                            "saleHeaderID": 2,
                                            "plu": 1,
                                            "pluG_UId": "OqgFFIFTCkGdlq97YNZT5A==",
                                            "pluGuid": "1405a83a-5381-410a-9d96-af7b60d653e4",
                                            "accountID": "1Ys9yzEDckmJhEB7j0DHzQ==",
                                            "accountIDGuid": "cb3d8bd5-0331-4972-8984-407b8f40c7cd",
                                            "normalPrice": 3,
                                            "originalSellingPrice": 4,
                                            "discountPrice": 5,
                                            "unit": 1,
                                            "quantity": 6,
                                            "totalCents": 7,
                                            "fixedPrice": 1,
                                            "tranType": 1,
                                            "discountType": 1,
                                            "cost": 1,
                                            "costDecimals": 8,
                                            "markdown": 1,
                                            "manualQuantity": 1,
                                            "manualPrice": 1,
                                            "manualMode": 1,
                                            "active": 1,
                                            "offline": true,
                                            "barcode": "sample string 9",
                                            "keyedSale": 1,
                                            "discountedID": 1,
                                            "fuelID": 1,
                                            "serialNumber": "sample string 10",
                                            "bestOrExpire": "2025-06-14T07:47:42.1360359",
                                            "bestOrExpireType": 1,
                                            "providerName": "sample string 11",
                                            "refundG_UID": "Vjz1Os3zwkGEelpOoHPMBQ==",
                                            "refundGuid": "3af53c56-f3cd-41c2-847a-5a4ea073cc05",
                                            "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": "bRwTx55svUqnnqvCnwi9Gg==",
                                            "idempotentVoidGuid": "c7131c6d-6c9e-4abd-a79e-abc29f08bd1a",
                                            "priceLevelIdentifier": "ti3jLeQ38U6oh819i4FqKw==",
                                            "priceLevelIdentifierGuid": "2de32db6-37e4-4ef1-a887-cd7d8b816a2b",
                                            "productName": "sample string 23",
                                            "apn": "sample string 24",
                                            "unknownScans": [
                                              {
                                                "$id": "68",
                                                "id": 1,
                                                "saleDetailID": 2,
                                                "storeID": 1,
                                                "scanned": "2025-06-14T07:47:42.1360359",
                                                "operatorG_UID": "QEA=",
                                                "barcode": "sample string 4",
                                                "processed": 1
                                              },
                                              {
                                                "$ref": "68"
                                              }
                                            ],
                                            "refund": {
                                              "$id": "69",
                                              "id": 1,
                                              "g_UID": "qMTcfPVBlUyiCITuW5RAwg==",
                                              "guid": "7cdcc4a8-41f5-4c95-a208-84ee5b9440c2",
                                              "description": "sample string 1",
                                              "dumped": true,
                                              "inventoryReasonID": 1,
                                              "sortOrder": 1,
                                              "updated": "2025-06-14T07:47:42.1360359"
                                            },
                                            "modifier": {
                                              "$id": "70",
                                              "id": 1,
                                              "setG_UID": "LGyZMaLQZ0qXAaw/7HCHoQ==",
                                              "modifierSetGuid": "31996c2c-d0a2-4a67-9701-ac3fec7087a1",
                                              "name": "sample string 2",
                                              "price": 1,
                                              "quantity": 1,
                                              "modifierType": 1,
                                              "groupNumber": 1,
                                              "pageNumber": 1,
                                              "controlOrder": 1,
                                              "printToStation": true,
                                              "pluG_UID": "nWn9pqimeE6CxI50w768CQ==",
                                              "pluGuid": "a6fd699d-a6a8-4e78-82c4-8e74c3bebc09",
                                              "deleted": true,
                                              "g_UID": "7yv8BI4CQUOJgXgbuUHlcQ==",
                                              "guid": "04fc2bef-028e-4341-8981-781bb941e571",
                                              "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": "3WaxdNbkvkeRpdVAVZQloA==",
                                            "pluGuid": "74b166dd-e4d6-47be-91a5-d540559425a0",
                                            "saleHeaderID": 2,
                                            "totalCents": 3,
                                            "grade": 1,
                                            "gradeDescription": "sample string 4",
                                            "dispenser": 1,
                                            "hose": 1,
                                            "quantity": 1,
                                            "cost": 1,
                                            "acquirerNum": 1,
                                            "attendant": 1,
                                            "ePurseBalance": 1.0,
                                            "cardSignature": "sample string 5",
                                            "compartmentNumber": 1,
                                            "contractNumber": 1,
                                            "discountCardPAN": "sample string 6",
                                            "discountID": 1,
                                            "discountName": "sample string 7",
                                            "discountNetValue": 1.0,
                                            "discountType": 1,
                                            "discountValue": 1.0,
                                            "discretionaryData": "sample string 8",
                                            "driverID": "sample string 9",
                                            "eftBatchNumber": 1,
                                            "eftResponseCode": "sample string 10",
                                            "endDateTime": "2025-06-14T07:47:42.1360359",
                                            "engineHours": 1.1,
                                            "fposNumber": 1,
                                            "loyaltyCardPAN": "sample string 11",
                                            "miscData1": 1,
                                            "miscData2": "sample string 12",
                                            "miscFlags": 1,
                                            "mop": 1,
                                            "odometer": 1,
                                            "panNumber": "sample string 13",
                                            "saleRefund": true,
                                            "saleStatus": 1,
                                            "sequenceNumber": 1,
                                            "stan": 1,
                                            "startDateTime": "2025-06-14T07:47:42.1360359",
                                            "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": "lOpbLidHJkmYz0NzN6B0Bw==",
                                            "pluGuid": "2e5bea94-4727-4926-98cf-437337a07407",
                                            "accountID": "8zNLcaemZU67nZPApDoObQ==",
                                            "accountIDGuid": "714b33f3-a6a7-4e65-bb9d-93c0a43a0e6d",
                                            "normalPrice": 3,
                                            "originalSellingPrice": 4,
                                            "discountPrice": 5,
                                            "unit": 1,
                                            "quantity": 6,
                                            "totalCents": 7,
                                            "fixedPrice": 1,
                                            "tranType": 1,
                                            "processed": 1,
                                            "discountType": 1,
                                            "cost": 1,
                                            "costDecimals": 1,
                                            "markdown": 1,
                                            "manualQuantity": 1,
                                            "manualPrice": 1,
                                            "manualMode": 1,
                                            "active": 1,
                                            "barcode": "sample string 8",
                                            "offline": 1,
                                            "keyedSale": 1,
                                            "discountedID": 1,
                                            "fuelID": 1,
                                            "serialNumber": "sample string 9",
                                            "bestOrExpire": "2025-06-14T07:47:42.1360359",
                                            "bestOrExpireType": 1,
                                            "refundG_UID": "XsJzShwKhEGqPp82lVynhQ==",
                                            "refundGuid": "4a73c25e-0a1c-4184-aa3e-9f36955ca785",
                                            "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": "QRLWxjsM90inY5jboLTX/Q==",
                                            "identifierGuid": "c6d61241-0c3b-48f7-a763-98dba0b4d7fd",
                                            "id": 1,
                                            "orderNo": 2,
                                            "externalSaleIdentifier": "sample string 3",
                                            "storeID": 4,
                                            "zoneID": 5,
                                            "deptNo": 6,
                                            "customerIdentifier": "nVap+rOyGkGIIwzcN+n1ZA==",
                                            "customerIdentifierGuid": "faa9569d-b2b3-411a-8823-0cdc37e9f564",
                                            "operatorNo": 1,
                                            "operatorG_UID": "6zCUcpGqw0OGL0cHLXKnZQ==",
                                            "operatorGuid": "729430eb-aa91-43c3-862f-47072d72a765",
                                            "created": "2025-06-14T07:47:42.1360359",
                                            "ordered": "2025-06-14T07:47:42.1360359",
                                            "started": "2025-06-14T07:47:42.1360359",
                                            "completed": "2025-06-14T07:47:42.1360359",
                                            "supplied": "2025-06-14T07:47:42.1360359",
                                            "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": "C7eD86BL2k+6kiSYyAEyBg==",
                                                "pluGuid": "f383b70b-4ba0-4fda-ba92-2498c8013206",
                                                "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": "17zd0CxvSEmkLZPSt4kGIQ==",
                                                "headerIdentifierGuid": "d0ddbcd7-6f2c-4948-a42d-93d2b7890621",
                                                "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": "HyKARfmb8UauwOSNTKMFsA==",
                                            "surveyGuid": "4580221f-9bf9-46f1-aec0-e48d4ca305b0",
                                            "saleHeaderGuid": "PQnI7Vv9f0W3JHfQR27wZw==",
                                            "saleGuid": "edc8093d-fd5b-457f-b724-77d0476ef067",
                                            "textResponse": "sample string 1",
                                            "integerResponse": 1,
                                            "g_UIDResponse": "PxxOrYzoAkaKiHFdnHoTEg==",
                                            "guidResponse": "ad4e1c3f-e88c-4602-8a88-715d9c7a1312",
                                            "whoAnswered": 2,
                                            "answeredAtUTC": "2025-06-14T07:47:42.1360359",
                                            "sale": {
                                              "$ref": "65"
                                            },
                                            "survey": {
                                              "$id": "79",
                                              "g_UID": "IcoS+m7A9kyPcnvcFbXzgw==",
                                              "guid": "fa12ca21-c06e-4cf6-8f72-7bdc15b5f383",
                                              "name": "sample string 1",
                                              "storeID": 2,
                                              "zoneID": 1,
                                              "checkoutFormG_UID": "7sCn2PI/Wkq/G7wxkXBmCQ==",
                                              "checkoutFormGuid": "d8a7c0ee-3ff2-4a5a-bf1b-bc3191706609",
                                              "displayToWho": 3,
                                              "displayWhen": 4,
                                              "start": "2025-06-14T07:47:42.1360359",
                                              "end": "2025-06-14T07:47:42.1360359",
                                              "deleted": true,
                                              "updated": "2025-06-14T07:47:42.1360359",
                                              "possibleIntegerResponses": [
                                                1,
                                                2
                                              ],
                                              "possibleTextResponses": [
                                                "sample string 1",
                                                "sample string 2"
                                              ],
                                              "possibleGuidResponses": [
                                                "b89f297e-dd53-4b2f-a6c1-cb9881e484d6",
                                                "6b6505b5-e857-413e-aa84-9c790febfd4c"
                                              ],
                                              "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": "aINX0eFPDEOcR5irmhW4xg==",
                                        "accountIdentifier": "d1578368-4fe1-430c-9c47-98ab9a15b8c6",
                                        "accountName": "sample string 42",
                                        "customerOrderIdentifier": "pxwBtL2bhkGLucKzbp3zkw==",
                                        "customerOrderIdentifierGuid": "b4011ca7-9bbd-4186-8bb9-c2b36e9df393",
                                        "priceLevelName": "sample string 43",
                                        "revision": 44,
                                        "ingressId": "sample string 45"
                                      },
                                      "metadata": {
                                        "$id": "80",
                                        "id": 1,
                                        "paymentID": 2,
                                        "paymentIdentifier": "XpNM4wzlb06biJWLv+N8qw==",
                                        "paymentIdentifierGuid": "e34c935e-e50c-4e6f-9b88-958bbfe37cab",
                                        "identifier": "RFGb17X85kWKWvzlgZ28hw==",
                                        "identifierGuid": "d79b5144-fcb5-45e6-8a5a-fce5819dbc87",
                                        "metadata": "sample string 3",
                                        "signatureImage": "QEA=",
                                        "itemIdentifier": "8SSCGNm92UqYRpOeqBv+iQ==",
                                        "itemIdentifierGuid": "188224f1-bdd9-4ad9-9846-939ea81bfe89"
                                      }
                                    },
                                    {
                                      "$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": "hROEWeZr4Ey6WAMN/+fmUA==",
                                  "customerIdentifierGuid": "59841385-6be6-4ce0-ba58-030dffe7e650",
                                  "voucherName": "sample string 2",
                                  "count": 3,
                                  "storeID": 4,
                                  "barcode": "sample string 5",
                                  "redeemCount": 6,
                                  "issueCount": 7,
                                  "storeSalePaymentID": 1,
                                  "idempotentID": "t8ztq5Tudk2EuhE63gvtmA==",
                                  "idempotentGuid": "abedccb7-ee94-4d76-84ba-113ade0bed98",
                                  "offline": true,
                                  "voucher": {
                                    "$id": "82",
                                    "id": 1,
                                    "name": "sample string 2",
                                    "description": "sample string 3",
                                    "shortDescription": "sample string 4",
                                    "url": "sample string 5",
                                    "barcodeTemplateID": 1,
                                    "expiry": 0,
                                    "voucherType": 6,
                                    "limitPerTransaction": 7,
                                    "customerTracking": true,
                                    "discountAccount": "sample string 9",
                                    "endDate": "2025-06-14T07:47:42.1360359",
                                    "barcodeTemplate": {
                                      "$id": "83",
                                      "templateID": 1,
                                      "template": "sample string 1",
                                      "bcFunction": "sample string 2",
                                      "sortOrder": 3
                                    },
                                    "scaleLabel": {
                                      "$id": "84",
                                      "id": 1,
                                      "uid": "sample string 2",
                                      "name": "sample string 3",
                                      "width": 1.1,
                                      "height": 1.1,
                                      "showBorder": true,
                                      "borderWidth": 1.1,
                                      "borderStyle": 1,
                                      "borderColour": "sample string 5",
                                      "updated": "2025-06-14T07:47:42.1360359",
                                      "labelPageLayout": "jZrtqSh2rUCjRE8v7Ml5Hw==",
                                      "pageLayoutGuid": "a9ed9a8d-7628-40ad-a344-4f2fecc9791f",
                                      "labelType": 6,
                                      "oldName": "sample string 7",
                                      "voucher": {
                                        "$ref": "82"
                                      },
                                      "elements": [
                                        {
                                          "$id": "85",
                                          "id": 1,
                                          "scaleLabelID": 2,
                                          "showPercentDI": true,
                                          "showAvgPerHundred": true,
                                          "showAvgPerServe": true,
                                          "name": "sample string 6",
                                          "x": 1.1,
                                          "y": 1.1,
                                          "width": 1.1,
                                          "height": 1.1,
                                          "type": 1,
                                          "rotation": 1,
                                          "text": "sample string 7",
                                          "fontFamily": "sample string 8",
                                          "align": 1,
                                          "bold": true,
                                          "italic": true,
                                          "underline": true,
                                          "strikeout": true,
                                          "reverse": true,
                                          "textColour": "sample string 9",
                                          "fontSize": 1.1,
                                          "picture": "QEA=",
                                          "borderWidth": 10,
                                          "sortOrder": 11,
                                          "printOptions": 12,
                                          "superScriptTextFontSize": 1.1,
                                          "lineStyle": 1,
                                          "spacingStyle": 1,
                                          "interCharacterSpacing": 1.1,
                                          "superScriptOffset": 1.1,
                                          "lineSpacing": 1.1,
                                          "dateFormat": "sample string 13",
                                          "autoGrow": true,
                                          "fontAutoResize": true,
                                          "updated": "2025-06-14T07:47:42.1360359"
                                        },
                                        {
                                          "$ref": "85"
                                        }
                                      ]
                                    },
                                    "customerVouchers": [
                                      {
                                        "$id": "86",
                                        "id": 1,
                                        "customerIdentifier": "PWL0Vcq7wEqNpEhOGrGOYA==",
                                        "customerIdentifierGuid": "55f4623d-bbca-4ac0-8da4-484e1ab18e60",
                                        "voucherID": 3,
                                        "voucherName": "sample string 4",
                                        "storeID": 1,
                                        "barcode": "sample string 5",
                                        "dateOfIssue": "2025-06-14T07:47:42.1360359",
                                        "issuedSaleHeaderID": 1,
                                        "issuedSaleIdentifier": "sample string 7",
                                        "issuedOfflinePaymentID": 1,
                                        "issuedIdempotentID": "TiPnp1GnCU2Mk+IlAJXIWQ==",
                                        "issuedIdempotentGuid": "a7e7234e-a751-4d09-8c93-e2250095c859",
                                        "issuedOffline": true,
                                        "issuedUser": "sample string 9",
                                        "issuedNotes": "sample string 10",
                                        "expiryDate": "2025-06-14T07:47:42.1360359",
                                        "expiredUser": "sample string 11",
                                        "expiredNotes": "sample string 12",
                                        "redeemed": "2025-06-14T07:47:42.1360359",
                                        "redeemedSaleHeaderID": 1,
                                        "redeemedSaleIdentifier": "sample string 13",
                                        "redeemedOfflinePaymentID": 1,
                                        "redeemedIdempotentID": "VB1O329VfkG1lBDxtuSmRw==",
                                        "redeemedIdempotentGuid": "df4e1d54-556f-417e-b594-10f1b6e4a647",
                                        "redeemedUser": "sample string 14",
                                        "redeemedNotes": "sample string 15",
                                        "redeemedOffline": true,
                                        "updated": "2025-06-14T07:47:42.1360359",
                                        "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": "y8t9JvjM1UuImlBBXoe3JQ==",
                            "groupIDGuid": "267dcbcb-ccf8-4bd5-889a-50415e87b725",
                            "campaign": {
                              "$ref": "54"
                            },
                            "group": {
                              "$ref": "62"
                            }
                          },
                          {
                            "$ref": "87"
                          }
                        ],
                        "signIqTickets": [
                          {
                            "$id": "88",
                            "identifier": "TKkrDYWwXE69/CPWKhQokw==",
                            "identifierGuid": "0d2ba94c-b085-4e5c-bdfc-23d62a142893",
                            "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": "7uFGnd1btUCiIxdTr1x3Hg==",
                            "guid": "9d46e1ee-5bdd-40b5-a223-1753af5c771e",
                            "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": "LT4hRVoNsECj8s9GNXDFyA==",
                                "groupGuid": "45213e2d-0d5a-40b0-a3f2-cf463570c5c8",
                                "comboPriceType": 5,
                                "priceType": 5,
                                "pluG_UID": "LH7BZWHEvUCfQCyp1yS3WQ==",
                                "pluGuid": "65c17e2c-c461-40bd-9f40-2ca9d724b759",
                                "priceGroupG_UID": "A1JekImA4EW3lIgo0d3FYA==",
                                "priceGroupGuid": "905e5203-8089-45e0-b794-8828d1ddc560",
                                "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": "1zLtnvm9R0CpXfJyc8MYbg==",
                            "priceLevelIdentifierGuid": "9eed32d7-bdf9-4047-a95d-f27273c3186e",
                            "campaignName": "sample string 3",
                            "priceLevelName": "sample string 4"
                          },
                          {
                            "$ref": "91"
                          }
                        ]
                      },
                      "product": {
                        "$ref": "13"
                      },
                      "dealCost": {
                        "$id": "92",
                        "headerIdentifier": "tf0wP46KuEOMo+F3BAROAw==",
                        "headerIdentifierGuid": "3f30fdb5-8a8e-43b8-8ca3-e17704044e03",
                        "identifier": "40J7WiOv0kqzfPPFH3FDAQ==",
                        "identifierGuid": "5a7b42e3-af23-4ad2-b37c-f3c51f714301",
                        "supplierIdentifier": "1RBAKbPZ5kSG+x1DHvjGBg==",
                        "supplierGuid": "294010d5-d9b3-44e6-86fb-1d431ef8c606",
                        "pluG_UID": "O3AnWqDz+kqF5Jm4YuS2LA==",
                        "pluGuid": "5a27703b-f3a0-4afa-85e4-99b862e4b62c",
                        "campaignName": "a40fe9e6-94c9-431c-81b6-316db677a6a4",
                        "description": "sample string 4",
                        "cost": 5,
                        "costDecimals": 6,
                        "start": "2025-06-14T07:47:42.1360359",
                        "end": "2025-06-14T07:47:42.1360359",
                        "type": 9,
                        "promoType": 10,
                        "bonusItemPLUG_UID": "2kd/VXU5pU+qSAXqT34q9w==",
                        "bonusItemPluGuid": "557f47da-3975-4fa5-aa48-05ea4f7e2af7",
                        "bonusPurchaseUnits": 11,
                        "bonusReceiveUnits": 12,
                        "updated": "2025-06-14T07:47:42.1360359",
                        "metcashPromotionID": "sample string 14",
                        "fromHost": 15,
                        "storeNames": "sample string 16",
                        "storeIDs": [
                          1,
                          2
                        ],
                        "supplierName": "sample string 17",
                        "campaignDescription": "sample string 18",
                        "newPrice": 1,
                        "campaignMetcashPromotionID": "sample string 19",
                        "campaignActive": true,
                        "campaignStartDate": "2025-06-14T07:47:42.1360359",
                        "campaignEndDate": "2025-06-14T07:47:42.1360359",
                        "masterPLUG_UID": "hOCCP4Cl90GDa5KO83vGeg==",
                        "masterID": "3f82e084-a580-41f7-836b-928ef37bc67a",
                        "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": "HECif5wZmEyKrWmMDmrV2w==",
                        "bonusMasterID": "7fa2401c-199c-4c98-8aad-698c0e6ad5db",
                        "bonusProductName": "sample string 34",
                        "bonusProductAPN": "sample string 35",
                        "bonusOrderCode": "sample string 36",
                        "bonusNormalSell": 37,
                        "bonusNormalCost": 38,
                        "bonusNormalCostDecimals": 39,
                        "bonusCartonQuantity": 40,
                        "bonusSalesMode": 41,
                        "bonusOrderPacked": 42,
                        "bonusFuelItem": true,
                        "bonusActive": true
                      }
                    },
                    "currentCostStart": "2025-06-14T07:47:42.1360359",
                    "dealCosts": [
                      {
                        "$ref": "92"
                      },
                      {
                        "$ref": "92"
                      }
                    ],
                    "tags": [
                      {
                        "$id": "93",
                        "pluG_UID": "v2/JUko43UOd6K5wicPyPg==",
                        "pluGuid": "52c96fbf-384a-43dd-9de8-ae7089c3f23e",
                        "tagID": 1,
                        "description": "sample string 1",
                        "storeIDs": [
                          1,
                          2
                        ]
                      },
                      {
                        "$ref": "93"
                      }
                    ],
                    "alternateProductG_UID": "XN0vai140k6Qd6QzIZ+FFw==",
                    "alternateProduct": "6a2fdd5c-782d-4ed2-9077-a433219f8517",
                    "productHostCode": {
                      "$id": "94",
                      "id": 1,
                      "pluG_UID": "NmNU82SCbkO00jSO0W5+5A==",
                      "pluGuid": "f3546336-8264-436e-b4d2-348ed16e7ee4",
                      "ibaCode": "sample string 2"
                    },
                    "mscCat": {
                      "$ref": "48"
                    },
                    "mscCom": {
                      "$ref": "49"
                    },
                    "mscDep": {
                      "$ref": "51"
                    },
                    "mscSubCom": {
                      "$ref": "50"
                    },
                    "isUserUpdate": true,
                    "ignoreMasterProduct": true,
                    "priceGroupLabelRequested": true,
                    "firstSold": "2025-06-14T07:47:42.1360359",
                    "inventoryTracked": "2025-06-14T07:47:42.1360359",
                    "isNormalPriceChangesCampaign": true
                  },
                  "supplier": {
                    "$ref": "8"
                  },
                  "serviceFee": {
                    "$id": "95",
                    "id": 1,
                    "description": "sample string 1",
                    "fee": 1
                  },
                  "isPrimaryHost": true,
                  "hostVendor": 46
                },
                {
                  "$ref": "11"
                }
              ],
              "orderCycleHeaders": [
                {
                  "$id": "96",
                  "storeID": 1,
                  "supplierIdentifier": "k8R/NVD4V0ycH3OmZA15Ag==",
                  "supplierGuid": "357fc493-f850-4c57-9c1f-73a6640d7902",
                  "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": "48gRaPZQSkaigXmQ0GwgMg==",
                  "supplierGuid": "6811c8e3-50f6-464a-a281-7990d06c2032",
                  "departmentCode": "sample string 2",
                  "warehouseDirectIndicator": "sample string 3",
                  "type": 4,
                  "cutOffWeek": 5,
                  "cutOffDay": 6,
                  "cutOffTime": "00:00:00.1234567",
                  "leadTime": 7,
                  "daysBuffer": 8,
                  "supplierName": "sample string 9",
                  "cutOffDate": "2025-06-14T07:47:42.1360359",
                  "deliveryDate": "2025-06-14T07:47:42.1360359",
                  "nextCutOffDate": "2025-06-14T07:47:42.1360359",
                  "nextDeliveryDate": "2025-06-14T07:47:42.1360359",
                  "nextDaysBuffer": 10
                },
                {
                  "$ref": "97"
                }
              ],
              "store": {
                "$ref": "4"
              },
              "updated": "2025-06-14T07:47:42.1360359",
              "isHost": true
            },
            "files": [
              {
                "$id": "98",
                "id": "sample string 1",
                "fileName": "sample string 2",
                "extension": "sample string 3",
                "provider": 0,
                "type": 0,
                "hostType": "sample string 4",
                "createdUtc": "2025-06-14T07:47:42.1360359",
                "processed": "2025-06-14T07:47:42.1360359",
                "isProcessing": true,
                "processedCount": 6,
                "processingTime": 1,
                "collectedUtc": "2025-06-14T07:47:42.1360359",
                "size": 1,
                "sizeFormat": "sample string 7",
                "isArchive": true,
                "version": "sample string 9",
                "reference": "sample string 10",
                "digest": "sample string 11",
                "contentType": "sample string 12",
                "host": {
                  "$ref": "7"
                },
                "metcashHeader": {
                  "$id": "99",
                  "customerNumber": "sample string 1",
                  "creationDate": "2025-06-14T07:47:42.1360359",
                  "businessPillar": "sample string 3",
                  "fileType": "sample string 4"
                }
              },
              {
                "$ref": "98"
              }
            ],
            "zoneMatrix": [
              {
                "$id": "100",
                "id": 1,
                "hostIdentifier": "GvkjYcjbPUWxmyAA770UiQ==",
                "hostIdentifierGuid": "6123f91a-dbc8-453d-b19b-2000efbd1489",
                "storeID": 1,
                "departmentCode": "sample string 2",
                "hostGuids": [
                  "c7921d4e-9bc2-49dd-b194-cfc5490d8aa0",
                  "e9f906ef-56e6-4c3f-a9ec-ada481ffdf34"
                ]
              },
              {
                "$ref": "100"
              }
            ],
            "hostFileStoreSetting": {
              "$ref": "6"
            },
            "hostStoreSettings": [
              {
                "$ref": "6"
              },
              {
                "$ref": "6"
              }
            ],
            "promotionPlacements": [
              {
                "$id": "101",
                "identifier": "z0MaQMqEkEC+poAZsk9OvQ==",
                "identifierGuid": "401a43cf-84ca-4090-bea6-8019b24f4ebd",
                "code": "sample string 2",
                "description": "sample string 3",
                "isAdvertised": true
              },
              {
                "$ref": "101"
              }
            ],
            "promoTypeGuids": [
              "0cc756a0-6015-4ba5-bedf-610731c886a2",
              "8e1d3f2a-985f-4778-9dca-6a87fee69ece"
            ],
            "isPromotionOnly": false,
            "isOrderable": false,
            "vendor": 0
          },
          "groupIDs": [
            1,
            2
          ],
          "hostDescription": "sample string 24"
        },
        {
          "$ref": "6"
        }
      ],
      "accounts": [
        {
          "$id": "102",
          "id": 1,
          "storeID": 1,
          "accountName": "sample string 2",
          "bsb": "sample string 3",
          "accountNumber": "sample string 4",
          "accountDesignated": true
        },
        {
          "$ref": "102"
        }
      ],
      "sales": [
        {
          "$id": "103",
          "id": 1,
          "storeID": 1,
          "externalSalesType": 2,
          "ftpSiteID": 1,
          "lastSaleProcessed": "2025-06-14T07:47:42.1360359",
          "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": "d644cb23-649a-4dab-b9a7-191bb0922070",
      "updateStore": {
        "$id": "107",
        "id": "f96b3953-9547-4eff-bb64-e5a275191f9d",
        "name": "sample string 1",
        "lastActivity": "2025-06-14T07:47:42.1360359",
        "zone": "sample string 2",
        "timeZoneOffset": 0.0,
        "businessHoursStart": "00:00:00.1234567",
        "businessHoursEnd": "00:00:00.1234567",
        "master": true,
        "lastIP": "sample string 10",
        "lastHostName": "sample string 11",
        "ping": 1,
        "pingStatus": "sample string 12",
        "lastUpdateCompleted": "2025-06-14T07:47:42.1360359"
      },
      "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": "2MKqlvlII0iMRUmV67mYNg==",
      "guid": "96aac2d8-48f9-4823-8c45-4995ebb99836",
      "fuelGrade": "sample string 5",
      "price1": 1,
      "price2": 1,
      "price3": 1,
      "price4": 1,
      "effective": "2025-06-14T07:47:42.1360359",
      "updated": "2025-06-14T07:47:42.1360359",
      "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.