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

Save a list of hoses for a specific store and tank

Request Information

URI Parameters

NameDescriptionTypeAdditional information
storeID

Store ID

integer

Required

tankID

Tank number

integer

Required

Body Parameters

List of hoses to save

Collection of FuelHose
NameDescriptionTypeAdditional information
ID

Fuel Hose ID

integer

None.

StoreID

The Store ID that this Hose is located at

integer

None.

HoseNumber

The Hose Number

integer

None.

DispenserNumber

The Dispenser (pump) number this hose is attached to

integer

None.

TankNumber

The Tank ID that this hose is ultamently attached to

integer

None.

AccumulatedVolume

integer

None.

RolloverVolume

Maximum meter reading, value to use during automatic rollover adjustments

decimal number

None.

Updated

Last time this record was updated

date

None.

Dispenser

Fuel Dispenser object that this Hose is connected to

FuelDispenser

None.

Tank

The Tank object that this Hose is connected to

FuelTank

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "id": 1,
    "storeID": 2,
    "hoseNumber": 3,
    "dispenserNumber": 4,
    "tankNumber": 1,
    "accumulatedVolume": 1,
    "rolloverVolume": 5.0,
    "updated": "2025-06-14T07:37:12.9937347",
    "dispenser": {
      "$id": "2",
      "id": 1,
      "storeID": 2,
      "dispenserNumber": 3,
      "updated": "2025-06-14T07:37:12.9937347"
    },
    "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:37:12.9937347",
      "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:37:12.9937347",
        "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": "WkNqWkQ2kU6/nMtSW2aCWQ==",
        "hostIdentifierGuid": "5a6a435a-3644-4e91-bf9c-cb525b668259",
        "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:37:12.9937347",
        "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": "PU8LhORMZUKZ6Bhbq5vhwA==",
            "hostIdentifierGuid": "840b4f3d-4ce4-4265-99e8-185bab9be1c0",
            "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": "jAu6r+NcH0eGc2LrAAxBfw==",
              "identifierGuid": "afba0b8c-5ce3-471f-8673-62eb000c417f",
              "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": "6UYCV9KRdESyyupxIu0/lg==",
              "hostSupplierIdentifierGuid": "570246e9-91d2-4474-b2ca-ea7122ed3f96",
              "loyaltyPriceLevelIdentifier": "8B4/05lrIE+STur/YtA8OQ==",
              "loyaltyPriceLevelIdentifierGuid": "d33f1ef0-6b99-4f20-924e-eaff62d03c39",
              "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:37:12.9937347",
              "lastProcessed": "2025-06-14T07:37:12.9937347",
              "hold": true,
              "supplierName": "sample string 35",
              "supplier": {
                "$id": "8",
                "identifier": "sPLUBeH7hkyzr7GJC+iX2A==",
                "identifierGuid": "05d4f2b0-fbe1-4c86-b3af-b1890be897d8",
                "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": "xhN1ZBvg9UW90fwWGydSVg==",
                "primaryContactID": "647513c6-e01b-45f5-bdd1-fc161b275256",
                "storeID": 1,
                "abn": "sample string 16",
                "supplierGroupIdentifier": "MzIhtgefw0ef8X2cDllynQ==",
                "supplierGroupGuid": "b6213233-9f07-47c3-9ff1-7d9c0e59729d",
                "rebate": 1.0,
                "rebateType": 1,
                "rebateFrequency": 1,
                "rebateSource": 1,
                "rebateLastClaimed": "2025-06-14T07:37:12.9937347",
                "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": "6487f5b1-92ce-43dd-8037-5fdc527087ca",
                  "identifier": "aAoph17KFkmZ/qQhTcEooQ==",
                  "identifierGuid": "87290a68-ca5e-4916-99fe-a4214dc128a1",
                  "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": "NX/StrW1hUGAc8Adn2CeOw==",
                    "supplierIdentifierGuid": "b6d27f35-b5b5-4185-8073-c01d9f609e3b",
                    "contactGuid": "DEcKXj5MREemgAMWfVfzwA==",
                    "contactID": "5e0a470c-4c3e-4744-a680-03167d57f3c0",
                    "contact": {
                      "$ref": "9"
                    },
                    "supplier": {
                      "$ref": "8"
                    }
                  },
                  {
                    "$ref": "10"
                  }
                ],
                "products": [
                  {
                    "$id": "11",
                    "pluG_UID": "9dYtJdczhUCfY5Ajpay1zA==",
                    "pluGuid": "252dd6f5-33d7-4085-9f63-9023a5acb5cc",
                    "supplierIdentifier": "wWyiKDtOBEKEG4KVrtilrQ==",
                    "supplierIdentifierGuid": "28a26cc1-4e3b-4204-841b-8295aed8a5ad",
                    "cartonQuantity": 1,
                    "cartonQuantityChanged": true,
                    "productSize": "sample string 2",
                    "cigarettesPerSleeve": 1,
                    "randomWeight": true,
                    "piecesPerUnit": 4,
                    "averagePackSize": 5,
                    "effectiveDate": "2025-06-14T07:37:12.9937347",
                    "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:37:12.9937347",
                    "rebate": 1.0,
                    "rebateExclude": true,
                    "invoiceCodes": [
                      {
                        "$id": "12",
                        "pluG_UID": "xMoDxeXHtkGiPuX6pQXs2w==",
                        "pluGuid": "c503cac4-c7e5-41b6-a23e-e5faa505ecdb",
                        "supplierIdentifier": "2eGs0j3X20C9/dNhr3tjjw==",
                        "supplierIdentifierGuid": "d2ace1d9-d73d-40db-bdfd-d361af7b638f",
                        "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": "dvGF8IAIVEqMg9U3z7D9vw==",
                    "parentPluGuid": "f085f176-0880-4a54-8c83-d537cfb0fdbf",
                    "freight": 44.0,
                    "freightType": 1,
                    "product": {
                      "$id": "13",
                      "plu": 1,
                      "storeID": 1,
                      "masterPluG_UID": "QEA=",
                      "storeIDs": [
                        1,
                        2
                      ],
                      "g_UId": "8oNmprAO7k+4L/6kHSSq0Q==",
                      "guid": "a66683f2-0eb0-4fee-b82f-fea41d24aad1",
                      "apn": "sample string 1",
                      "apnChanged": true,
                      "apnSwitched": true,
                      "barcode": "sample string 4",
                      "itemNumber": "sample string 5",
                      "itemNumberChanged": true,
                      "priceGroupG_UID": "WI7Zf3VWnkG+BGAr1AJ9hw==",
                      "priceGroupGuid": "7fd98e58-5675-419e-be04-602bd4027d87",
                      "blueprintID": 1,
                      "lastCountedDate": "2025-06-14T07:37:12.9937347",
                      "externalID": "sample string 7",
                      "active": true,
                      "activated": "2025-06-14T07:37:12.9937347",
                      "pluCreated": "2025-06-14T07:37:12.9937347",
                      "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:37:12.9937347",
                      "lastManualUpdate": "2025-06-14T07:37:12.9937347",
                      "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:37:12.9937347",
                      "currentCostUpdated": "2025-06-14T07:37:12.9937347",
                      "costDecimals": 31,
                      "costChanged": true,
                      "dealCostIdentifier": "QEA=",
                      "excludeFromRebate": true,
                      "rebateOverride": 1,
                      "costCalcMethod": 1,
                      "costCalcMethodChanged": true,
                      "costEffectiveDate": "2025-06-14T07:37:12.9937347",
                      "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:37:12.9937347",
                      "posTare": 1,
                      "altPrice": 1.0,
                      "altPriceChanged": true,
                      "altPriceMode": 52,
                      "altPriceModeChanged": true,
                      "altPLUG_UID": "gwWQDrR8bU+W69fmtPxtQA==",
                      "altPLUGuid": "0e900583-7cb4-4f6d-96eb-d7e6b4fc6d40",
                      "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:37:12.9937347",
                      "labelLastPrice": 1,
                      "shelfPageLayoutG_UID": "VX9CapcnIEe9u1aQ9P9FhA==",
                      "shelfPageLayoutGuid": "6a427f55-2797-4720-bdbb-5690f4ff4584",
                      "talkerPageLayoutG_UID": "z4HwfpVquE6BO1MThOGsrg==",
                      "talkerPageLayoutGuid": "7ef081cf-6a95-4eb8-813b-531384e1acae",
                      "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": "Pru62PU2XEym9dpL79sPDg==",
                      "inventoryIdentifier": "d8babb3e-36f5-4c5c-a6f5-da4befdb0f0e",
                      "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": "R4jVlD5un0CdLPxCHBcZpg==",
                      "parentPluGuid": "94d58847-6e3e-409f-9d2c-fc421c1719a6",
                      "preferredHostVendor": 103,
                      "preferredHostChanged": true,
                      "code": "sample string 105",
                      "supplierIdentifier": "YnqD8qFPeUC3skko+Xio4A==",
                      "supplierIdentifierGuid": "f2837a62-4fa1-4079-b7b2-4928f978a8e0",
                      "supplierChanged": true,
                      "rebateSupplierIdentifier": "CQRKfeyv5Uy5nwkqz82jwA==",
                      "rebateSupplierIdentifierGuid": "7d4a0409-afec-4ce5-b99f-092acfcda3c0",
                      "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:37:12.9937347",
                      "commodity": "sample string 120",
                      "businessPillar": "sample string 121",
                      "mscCommodity": "sample string 122",
                      "hostIdentifier": "4zf5fSZCCUaLYq+Y1WgsTw==",
                      "hostIdentifierGuid": "7df937e3-4226-4609-8b62-af98d5682c4f",
                      "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": "RQ9eRIteCECebWAE5KvmMg==",
                          "pluGuid": "445e0f45-5e8b-4008-9e6d-6004e4abe632",
                          "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:37:12.9937347"
                        },
                        {
                          "$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:37:12.9937347",
                          "priceChangeType": 0,
                          "costDecimals": 10
                        },
                        "normalPluPrices": {
                          "$ref": "16"
                        },
                        "winningCampaign": 1,
                        "winner": {
                          "$id": "17",
                          "campaignName": "sample string 1",
                          "campaignDescription": "sample string 2",
                          "startDate": "2025-06-14T07:37:12.9937347",
                          "startTime": 3,
                          "endDate": "2025-06-14T07:37:12.9937347",
                          "endTime": 4,
                          "newPrice": 5,
                          "newCost": 6,
                          "newCostDecimals": 7,
                          "pctDiscount": 8,
                          "promoType": 1,
                          "promotionTypeCode": "sample string 9",
                          "hostType": 10,
                          "hostIdentifier": "LxYyLg6TXk2QUeF7xEpcQg==",
                          "hostIdentifierGuid": "2e32162f-930e-4d5e-9051-e17bc44a5c42",
                          "storeNames": [
                            "sample string 1",
                            "sample string 2"
                          ]
                        },
                        "details": [
                          {
                            "$ref": "17"
                          },
                          {
                            "$ref": "17"
                          }
                        ]
                      },
                      "tray": {
                        "$id": "18",
                        "g_UId": "OAygHNfiw02wL1D+6sBpiw==",
                        "guid": "1ca00c38-e2d7-4dc3-b02f-50feeac0698b",
                        "name": "sample string 1",
                        "number": 1,
                        "tare": 1
                      },
                      "priceGroup": {
                        "$id": "19",
                        "priceGroupG_UID": "ZovgYnA4RkmnJacNwDzkIg==",
                        "priceGroupGuid": "62e08b66-3870-4946-a725-a70dc03ce422",
                        "name": "sample string 2",
                        "code": 1,
                        "modified": true,
                        "updated": "2025-06-14T07:37:12.9937347",
                        "buyingLimit": 1,
                        "buyingLimitIndependent": true,
                        "buyingLimitType": 0,
                        "number": 1,
                        "products": [
                          {
                            "$ref": "13"
                          },
                          {
                            "$ref": "13"
                          }
                        ],
                        "productCount": 1
                      },
                      "priceGroupName": "sample string 145",
                      "nutrifacts": {
                        "$id": "20",
                        "pluG_UID": "g7XMnyzLX0C/bpe1av4vdA==",
                        "pluGuid": "9fccb583-cb2c-405f-bf6e-97b56afe2f74",
                        "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": "8279618d-bf52-4062-9a59-3a45a588ada4",
                        "created": "2025-06-14T07:37:12.9937347",
                        "createdByUser": "sample string 1",
                        "activated": "2025-06-14T07:37:12.9937347",
                        "deactivated": "2025-06-14T07:37:12.9937347",
                        "lastOrdered": "2025-06-14T07:37:12.9937347",
                        "lastOrderedQty": 2.0,
                        "lastReceived": "2025-06-14T07:37:12.9937347",
                        "lastReceivedQty": 3.0,
                        "lastInvoiceStatus": 1,
                        "lastCounted": "2025-06-14T07:37:12.9937347",
                        "lastSold": "2025-06-14T07:37:12.9937347",
                        "firstSold": "2025-06-14T07:37:12.9937347",
                        "awsUpdated": "2025-06-14T07:37:12.9937347",
                        "lastManualUpdate": "2025-06-14T07:37:12.9937347",
                        "lastManualUpdatedByUser": "sample string 5",
                        "lastUpdated": "2025-06-14T07:37:12.9937347",
                        "lastUpdatedByUser": "sample string 7",
                        "lastUpdatedByHost": "2025-06-14T07:37:12.9937347",
                        "doNotRangeUpdated": "2025-06-14T07:37:12.9937347",
                        "doNotOrderUpdated": "2025-06-14T07:37:12.9937347",
                        "tracked": "2025-06-14T07:37:12.9937347"
                      },
                      "allergens": [
                        {
                          "$id": "22",
                          "allergenID": 1,
                          "pluG_UID": "sQ3JMVDCqkK4nG105fXBgQ==",
                          "pluGuid": "31c90db1-c250-42aa-b89c-6d74e5f5c181",
                          "contains": 2,
                          "allergenName": "sample string 3",
                          "storeIDs": [
                            1,
                            2
                          ]
                        },
                        {
                          "$ref": "22"
                        }
                      ],
                      "costs": {
                        "$id": "23",
                        "pluG_UID": "xn5O0aHkRESzxKjzCghAUA==",
                        "pluGuid": "d14e7ec6-e4a1-4444-b3c4-a8f30a084050",
                        "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:37:12.9937347",
                        "normalCost": 1,
                        "currentCost": 1
                      },
                      "sales": [
                        {
                          "$id": "24",
                          "saleHeaderID": 1,
                          "created": "2025-06-14T07:37:12.9937347",
                          "createdLocal": "2025-06-14T07:37:12.9937347",
                          "storeID": 3,
                          "storeName": "sample string 4",
                          "operatorG_Uid": "lLEJB936lUSa2tMLe+VvkQ==",
                          "operatorGuid": "0709b194-fadd-4495-9ada-d30b7be56f91",
                          "operatorName": "sample string 5",
                          "tranType": 1,
                          "plu": 1,
                          "pluG_UId": "HbEO1c1xBUu+zZjFhKpJgw==",
                          "pluGuid": "d50eb11d-71cd-4b05-becd-98c584aa4983",
                          "normalPrice": 1,
                          "totalCents": 1,
                          "cost": 1,
                          "grossProfit": 1,
                          "quantity": 1,
                          "operator": {
                            "$id": "25",
                            "id": 1,
                            "g_Uid": "D1fdseql30yJ2xWHijxFhg==",
                            "guid": "b1dd570f-a5ea-4cdf-89db-15878a3c4586",
                            "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:37:12.9937347",
                            "passwordResetRequired": true,
                            "alteredInStore": true,
                            "startShift": "2025-06-14T07:37:12.9937347",
                            "endShift": "2025-06-14T07:37:12.9937347",
                            "machineName": "sample string 20",
                            "drawerID": 1,
                            "stores": [
                              {
                                "$id": "26",
                                "operatorG_UID": "mjMO1bowrUy3VzlSSMbWgw==",
                                "operatorGuid": "d50e339a-30ba-4cad-b757-395248c6d683",
                                "storeID": 2,
                                "operator": {
                                  "$ref": "25"
                                },
                                "store": {
                                  "$ref": "4"
                                }
                              },
                              {
                                "$ref": "26"
                              }
                            ]
                          }
                        },
                        {
                          "$ref": "24"
                        }
                      ],
                      "apns": [
                        {
                          "$id": "27",
                          "pluID": 1,
                          "pluG_UID": "l0zdzk87b0G8gP0PnShpsQ==",
                          "pluGuid": "cedd4c97-3b4f-416f-bc80-fd0f9d2869b1",
                          "apn": "sample string 1",
                          "deleted": true,
                          "storeID": 1,
                          "storeIDs": [
                            1,
                            2
                          ]
                        },
                        {
                          "$ref": "27"
                        }
                      ],
                      "tuns": [
                        {
                          "$id": "28",
                          "pluG_UId": "irPmtTTAHUeEJYQNTsKFwg==",
                          "pluGuid": "b5e6b38a-c034-471d-8425-840d4ec285c2",
                          "apn": "sample string 1",
                          "tun": "sample string 2",
                          "cartonQuantity": 3,
                          "product": {
                            "$ref": "13"
                          },
                          "storeIDs": [
                            1,
                            2
                          ]
                        },
                        {
                          "$ref": "28"
                        }
                      ],
                      "competitionPricing": [
                        {
                          "$id": "29",
                          "identifier": "hYl27E81dUWm1uVsf0+uSw==",
                          "identifierGuid": "ec768985-354f-4575-a6d6-e56c7f4fae4b",
                          "pluG_UID": "B/zytaI+okWPw1J3DPkFfg==",
                          "pluGuid": "b5f2fc07-3ea2-45a2-8fc3-52770cf9057e",
                          "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": "CaHRe+kxZEax6nVNNF9oCQ==",
                          "groupName": "sample string 1",
                          "identifierGuid": "7bd1a109-31e9-4664-b1ea-754d345f6809",
                          "exists": true,
                          "flipChartIdentifier": "PEClbSWPQ0CIOe2xzsFRgA==",
                          "flipChartIdentifierGuid": "6da5403c-8f25-4043-8839-edb1cec15180",
                          "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": "SsC/k2T/XEa5Jo5yrQXkUg==",
                          "groupIdentifierGuid": "93bfc04a-ff64-465c-b926-8e72ad05e452",
                          "flipChart": {
                            "$id": "31",
                            "identifier": "qIBfLj1M40+E6+EYzWXDRQ==",
                            "identifierGuid": "2e5f80a8-4c3d-4fe3-84eb-e118cd65c345",
                            "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": "5fSayeiWUUSyG45acybvJA==",
                              "identifierGuid": "c99af4e5-96e8-4451-b21b-8e5a7326ef24",
                              "name": "sample string 2",
                              "formType": "sample string 3",
                              "forms": [
                                {
                                  "$id": "33",
                                  "id": 1,
                                  "g_UID": "x+hWrlIWKEev3KGRs87hwg==",
                                  "guid": "ae56e8c7-1652-4728-afdc-a191b3cee1c2",
                                  "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": "YSWfO9Pxc0O3I4NKpEKJ1A==",
                                  "previousFormGuid": "3b9f2561-f1d3-4373-b723-834aa44289d4",
                                  "nextForm": 1,
                                  "nextFormG_UID": "DxTaoHBl1U6UrYjHydOpag==",
                                  "nextFormGuid": "a0da140f-6570-4ed5-94ad-88c7c9d3a96a",
                                  "attributes": "sample string 10",
                                  "updated": "2025-06-14T07:37:12.9937347",
                                  "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": "C1BHs+me5keCxmrSgDlutQ==",
                                      "checkoutFormGuid": "b347500b-9ee9-47e6-82c6-6ad280396eb5",
                                      "identifier": "M7/Acln2bkmwBi04EVACMw==",
                                      "identifierGuid": "72c0bf33-f659-496e-b006-2d3811500233",
                                      "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": "zYWPL6bXyEmijLTOG92aSw==",
                                      "valueGuid": "2f8f85cd-d7a6-49c8-a28c-b4ce1bdd9a4b",
                                      "buttonText": "sample string 10",
                                      "valueText": "sample string 11",
                                      "drawImageAndButton": true,
                                      "updated": "2025-06-14T07:37:12.9937347",
                                      "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:37:12.9937347",
                                        "imageData": "QEA=",
                                        "readOnly": true
                                      }
                                    },
                                    {
                                      "$ref": "34"
                                    }
                                  ],
                                  "panels": [
                                    {
                                      "$id": "36",
                                      "id": 1,
                                      "checkoutFormID": 2,
                                      "checkoutFormG_UID": "WBGva95chkaFdljh3nXXqQ==",
                                      "checkoutFormGuid": "6baf1158-5cde-4686-8576-58e1de75d7a9",
                                      "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": "dBPqQmgmukG96iigFLZi2Q==",
                              "flipChartPageIdentifierGuid": "42ea1374-2668-41ba-bdea-28a014b662d9",
                              "pluG_UID": "qn0a2nSBmkOS2RzGK4v6iQ==",
                              "pluGuid": "da1a7daa-8174-439a-92d9-1cc62b8bfa89",
                              "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": "yRP9tzzaq0qOYE6E/Kbyag==",
                          "pluGuid": "b7fd13c9-da3c-4aab-8e60-4e84fca6f26a",
                          "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:37:12.9937347",
                          "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": "KvEUXPCjkUSA+IgA73HzEw==",
                          "ingredientGuid": "N8w6fs1XC0WjwVZRLQNJvw==",
                          "ingredientIdentifier": "7e3acc37-57cd-450b-a3c1-56512d0349bf",
                          "quantity": 1.0,
                          "storeIDs": [
                            1,
                            2
                          ],
                          "ingredientText": "sample string 1",
                          "ingredient": {
                            "$ref": "13"
                          }
                        },
                        {
                          "$ref": "39"
                        }
                      ],
                      "bins": [
                        {
                          "$id": "40",
                          "pluG_UID": "b0WaUhPVf0eF8mFGXLXjVw==",
                          "pluGuid": "529a456f-d513-477f-85f2-61465cb5e357",
                          "shelfLocationIdentifier": "b3pUeXXRoUeHMZ5ZN916tg==",
                          "shelfLocationGuid": "79547a6f-d175-47a1-8731-9e5937dd7ab6",
                          "labelShelfDefault": 1,
                          "labelTalkerDefault": 1,
                          "labelSmall": true,
                          "labelPageLayoutG_UID": "PRKAc/N2y0O32ZiIrpC6Rw==",
                          "labelPageLayoutGuid": "7380123d-76f3-43cb-b7d9-9888ae90ba47",
                          "updated": "2025-06-14T07:37:12.9937347",
                          "electronicShelfLabelIdentifier": "sample string 5",
                          "electronicshelfLabelsConfigurationID": 6,
                          "labelShelfChanged": true,
                          "productName": "sample string 8",
                          "locationText": "sample string 9",
                          "product": {
                            "$ref": "13"
                          },
                          "location": {
                            "$id": "41",
                            "identifier": "VlFpjaTWukeqaS6C7urF7g==",
                            "storeID": 1,
                            "identifierGuid": "8d695156-d6a4-47ba-aa69-2e82eeeac5ee",
                            "name": "sample string 2",
                            "haccp": true,
                            "blueprintID": 1,
                            "updated": "2025-06-14T07:37:12.9937347",
                            "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": "I3cLTXfrqka+vI5MqKPTWw==",
                          "pluGuid": "4d0b7723-eb77-46aa-bebc-8e4ca8a3d35b",
                          "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:37:12.9937347",
                            "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:37:12.9937347",
                                          "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": "T7MA62oLWUy/nZg4V6YIIQ==",
                                          "labelPageLayoutGuid": "eb00b34f-0b6a-4c59-bf9d-983857a60821",
                                          "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:37:12.9937347",
                                      "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": "K5jtm9t2nEWcr+3o2ZcJjQ==",
                                      "labelPageLayoutGuid": "9bed982b-76db-459c-9caf-ede8d997098d",
                                      "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:37:12.9937347",
                                  "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": "l+HWwHb5TUqOn37SnYYHGw==",
                                  "labelPageLayoutGuid": "c0d6e197-f976-4a4d-8e9f-7ed29d86071b",
                                  "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:37:12.9937347",
                              "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": "HvwpxALYnUGUrDDlxsAw4g==",
                              "labelPageLayoutGuid": "c429fc1e-d802-419d-94ac-30e5c6c030e2",
                              "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": "+pWKQZXeh0aWPtmqSivQsw==",
                        "pluGuid": "418a95fa-de95-4687-963e-d9aa4a2bd0b3",
                        "newPrice": 1,
                        "pctDiscount": 1,
                        "newCost": 1,
                        "newCostDecimals": 6,
                        "dealCostIdentifier": "qrX+3UNvF0+VubuTV+MzDw==",
                        "dealCostGuid": "ddfeb5aa-6f43-4f17-95b9-bb9357e3330f",
                        "pluName": "sample string 7",
                        "apn": "sample string 8",
                        "fuelItem": true,
                        "priceGroupG_UID": "WMXjecw5bEyI6CWGMqcaFQ==",
                        "priceGroupGuid": "79e3c558-39cc-4c6c-88e8-258632a71a15",
                        "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:37:12.9937347",
                        "rrp": 26,
                        "campaignDescription": "sample string 27",
                        "campaignComboPriceGroupG_UID": "FPzpbPTTJEy0TziwGumpKw==",
                        "campaignComboPriceGroupIdentifier": "6ce9fc14-d3f4-4c24-b44f-38b01ae9a92b",
                        "promotionPlacementDescription": "sample string 28",
                        "storeAcceptances": [
                          {
                            "$id": "53",
                            "plu": 1,
                            "pluG_UId": "QEA=",
                            "campaignID": 1,
                            "campaignName": "sample string 2",
                            "storeID": 3,
                            "acceptedUtc": "2025-06-14T07:37:12.9937347",
                            "operatorG_UID": "aP1OV2iGTk6AYpCHEJztFQ==",
                            "operatorGuid": "574efd68-8668-4e4e-8062-9087109ced15",
                            "machineID": 1,
                            "processed": true,
                            "appliedUtc": "2025-06-14T07:37:12.9937347",
                            "signIqTicketFileMovedUtc": "2025-06-14T07:37:12.9937347",
                            "user": "sample string 6",
                            "campaignDescription": "sample string 7",
                            "productDesc": "sample string 8",
                            "storeName": "sample string 9",
                            "effectiveUtc": "2025-06-14T07:37:12.9937347",
                            "priceChangeType": 0,
                            "operatorName": "sample string 10",
                            "hostCampaign": true,
                            "product": {
                              "$ref": "13"
                            },
                            "campaignPlu": {
                              "$ref": "52"
                            }
                          },
                          {
                            "$ref": "53"
                          }
                        ],
                        "campaign": {
                          "$id": "54",
                          "id": 1,
                          "storeID": 2,
                          "name": "f9d868be-ca1c-45f2-b456-d4148760cfca",
                          "nameGuid": "f9d868be-ca1c-45f2-b456-d4148760cfca",
                          "description": "sample string 4",
                          "showDiscounts": true,
                          "showTotals": true,
                          "onlyEvaluateOnSubtotal": true,
                          "useDescription": true,
                          "campaignType": 1,
                          "startDate": "2025-06-14T07:37:12.9937347",
                          "startTime": 1,
                          "endDate": "2025-06-14T07:37:12.9937347",
                          "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:37:12.9937347",
                          "system": true,
                          "created": "2025-06-14T07:37:12.9937347",
                          "updated": "2025-06-14T07:37:12.9937347",
                          "priceChangeNotifiedUtc": "2025-06-14T07:37:12.9937347",
                          "promoType": 1,
                          "promotionTypeCode": "sample string 13",
                          "hostIdentifier": "Ay6C+WXwsEayrm0WcsmqkA==",
                          "hostIdentifierGuid": "f9822e03-f065-46b0-b2ae-6d1672c9aa90",
                          "hostType": 14,
                          "createdByUser": "sample string 15",
                          "fromHost": true,
                          "deleted": true,
                          "campaignDeleted": "2025-06-14T07:37:12.9937347",
                          "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": "6hdG/d7joUqFlGSANZEtZg==",
                              "pluGuid": "fd4617ea-e3de-4aa1-8594-648035912d66",
                              "hostOfferID": 1,
                              "priceGroupG_UID": "jE2OEP62yUuy7vGdIXxmog==",
                              "priceGroupGuid": "108e4d8c-b6fe-4bc9-b2ee-f19d217c66a2",
                              "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:37:12.9937347",
                              "rrp": 17,
                              "campaignDescription": "sample string 18",
                              "product": {
                                "$ref": "13"
                              },
                              "campaign": {
                                "$ref": "54"
                              }
                            },
                            {
                              "$ref": "55"
                            }
                          ],
                          "sellingRules": [
                            {
                              "$id": "56",
                              "id": 1,
                              "identifier": "RGaKl3wqWka8NazuNS4Vmw==",
                              "identifierStr": "RGaKl3wqWka8NazuNS4Vmw==",
                              "identifierGuid": "978a6644-2a7c-465a-bc35-acee352e159b",
                              "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": "y5HO0tX0tEm213Yn//XnRA==",
                              "customerIDGuid": "d2ce91cb-f4d5-49b4-b6d7-7627fff5e744",
                              "campaign": {
                                "$ref": "54"
                              },
                              "customer": {
                                "$id": "58",
                                "identifier": "Qv4M0rgAFUSQ6Sc/5gtYtA==",
                                "identifierGuid": "d20cfe42-00b8-4415-90e9-273fe60b58b4",
                                "code": "sample string 2",
                                "familyName": "sample string 3",
                                "givenName": "sample string 4",
                                "otherName": "sample string 5",
                                "title": "sample string 6",
                                "dateOfBirth": "2025-06-14T07:37:13.009351",
                                "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": "UPc6fz+pzEivUDO+a/Au4A==",
                                "communityIdentifierGuid": "7f3af750-a93f-48cc-af50-33be6bf02ee0",
                                "joined": "2025-06-14T07:37:13.009351",
                                "updated": "2025-06-14T07:37:13.009351",
                                "active": true,
                                "reasonInactive": 1,
                                "groupCustomer": true,
                                "loyaltyPoints": 1,
                                "homeStoreID": 1,
                                "availableSpend": 1,
                                "priceLevelIdentifier": "7N7bpHR0+kiTP55PB9GvWw==",
                                "priceLevelIdentifierGuid": "a4dbdeec-7474-48fa-933f-9e4f07d1af5b",
                                "marketingID": "sample string 18",
                                "hidden": true,
                                "registered": true,
                                "registeredOn": "2025-06-14T07:37:13.009351",
                                "emailMarketing": true,
                                "smsMarketing": true,
                                "deleted": true,
                                "deletedUser": "sample string 24",
                                "homeStoreName": "sample string 25",
                                "customerCards": [
                                  {
                                    "$id": "59",
                                    "cardType": 2,
                                    "issueDate": "2025-06-14T07:37:13.009351",
                                    "expiry": "2025-06-14T07:37:13.009351",
                                    "customerID": "rOZ4jLNqu0W7hF7RtVerAQ==",
                                    "customerIDGuid": "8c78e6ac-6ab3-45bb-bb84-5ed1b557ab01",
                                    "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:37:13.009351",
                                    "linkedAccount": "Y7WeH6+l2kqmKlj5HWUI9A==",
                                    "linkedAccountGuid": "1f9eb563-a5af-4ada-a62a-58f91d6508f4",
                                    "currentValueChanged": true,
                                    "limitsChanged": true,
                                    "customer": {
                                      "$ref": "58"
                                    },
                                    "account": {
                                      "$id": "60",
                                      "id": 1,
                                      "identifier": "6aj2BtfinEOb87mxmMnpow==",
                                      "identifierGuid": "06f6a8e9-e2d7-439c-9bf3-b9b198c9e9a3",
                                      "referenceNo": "sample string 3",
                                      "name": "sample string 4",
                                      "created": "2025-06-14T07:37:13.009351",
                                      "owner": "MBNFiynZc0mjNy8UJo/CQw==",
                                      "ownerGuid": "8b451330-d929-4973-a337-2f14268fc243",
                                      "accountStoreGroupIdentifier": "s1f3ZKFD1k2HP9OZ1Gh7sg==",
                                      "accountStoreGroupGuid": "64f757b3-43a1-4dd6-873f-d399d4687bb2",
                                      "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:37:13.009351",
                                      "active": true,
                                      "updated": "2025-06-14T07:37:13.009351",
                                      "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": "BrH2jWTlsEK4gh7N2gO6RQ==",
                                          "identifierGuid": "8df6b106-e564-42b0-b882-1ecdda03ba45",
                                          "name": "sample string 2",
                                          "primaryContact": "fRxJjZygwEymk0NlEvpLxw==",
                                          "primaryContactGuid": "8d491c7d-a09c-4cc0-a693-436512fa4bc7",
                                          "accountID": "sJOjzlkZ7UKdkAVCN75anw==",
                                          "accountIDGuid": "cea393b0-1959-42ed-9d90-054237be5a9f",
                                          "special": true,
                                          "updated": "2025-06-14T07:37:13.009351",
                                          "active": true,
                                          "reasonInactive": 1,
                                          "priceLevelIdentifier": "CKMnUotgSUyG2iE9XTkv1Q==",
                                          "priceLevelIdentifierGuid": "5227a308-608b-4c49-86da-213d5d392fd5",
                                          "deleted": true,
                                          "account": {
                                            "$ref": "60"
                                          },
                                          "primaryContactCustomer": {
                                            "$ref": "58"
                                          },
                                          "customerGroupMembers": [
                                            {
                                              "$id": "63",
                                              "id": 1,
                                              "groupID": "dXig/9xr9EKjnw3L4/3N5A==",
                                              "groupIDGuid": "ffa07875-6bdc-42f4-a39f-0dcbe3fdcde4",
                                              "customerID": "mXHcxWjxiESH12iU4OeT6w==",
                                              "customerIDGuid": "c5dc7199-f168-4488-87d7-6894e0e793eb",
                                              "card": "sample string 4",
                                              "linkedAccount": "xt7Q71EwxUmYs6aMWYLFMg==",
                                              "linkedAccountGuid": "efd0dec6-3051-49c5-98b3-a68c5982c532",
                                              "customer": {
                                                "$ref": "58"
                                              },
                                              "group": {
                                                "$ref": "62"
                                              },
                                              "customerCard": {
                                                "$ref": "59"
                                              }
                                            },
                                            {
                                              "$ref": "63"
                                            }
                                          ]
                                        },
                                        {
                                          "$ref": "62"
                                        }
                                      ]
                                    },
                                    "payments": [
                                      {
                                        "$id": "64",
                                        "id": 1,
                                        "identifier": "BguopL5+sUmRcTeF3o436g==",
                                        "identifierGuid": "a4a80b06-7ebe-49b1-9171-3785de8e37ea",
                                        "storeID": 2,
                                        "operatorName": "sample string 3",
                                        "saleHeaderID": 4,
                                        "paymentType": 5,
                                        "amount": 6,
                                        "account": "sample string 7",
                                        "accountID": "6PXlI/hqGk+x/LbkZm3G+g==",
                                        "accountIDGuid": "23e5f5e8-6af8-4f1a-b1fc-b6e4666dc6fa",
                                        "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:37:13.009351",
                                        "invRocNo": "sample string 14",
                                        "responseCode": "sample string 15",
                                        "cashout": 1,
                                        "tip": 16,
                                        "idempotentVoid": "UesQRaDsLkmYjkLkKudlxg==",
                                        "idempotentVoidGuid": "4510eb51-eca0-492e-988e-42e42ae765c6",
                                        "offline": true,
                                        "processed": 1,
                                        "storeSaleHeader": {
                                          "$id": "65",
                                          "saleHeaderID": 1,
                                          "saleHeaderGuid": "zSlQpZuNxUu86f2iwVQ6QQ==",
                                          "saleHeaderIdentifierGuid": "a55029cd-8d9b-4bc5-bce9-fda2c1543a41",
                                          "created": "2025-06-14T07:37:13.009351",
                                          "createdLocal": "2025-06-14T07:37:13.009351",
                                          "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:37:13.009351",
                                          "storeID": 1,
                                          "operatorG_Uid": "m06urtv230eKPJarlGVDpg==",
                                          "operatorGuid": "aeae4e9b-f6db-47df-8a3c-96ab946543a6",
                                          "customerG_Uid": "SCWYgc2pFU6ivbhNVXxR/w==",
                                          "customerGuid": "81982548-a9cd-4e15-a2bd-b84d557c51ff",
                                          "communityIdentifier": "pEYLdrjq8Umt4W6fQW5gVw==",
                                          "communityIdentifierGuid": "760b46a4-eab8-49f1-ade1-6e9f416e6057",
                                          "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": "t9gKWaY9eEukMdHP9a9C5A==",
                                          "priceLevelIdentifierGuid": "590ad8b7-3da6-4b78-a431-d1cff5af42e4",
                                          "locked": 36,
                                          "relationChecksum": "sample string 37",
                                          "loyaltyTender": 1,
                                          "giftCardTender": 1,
                                          "operator": {
                                            "$ref": "25"
                                          },
                                          "customer": {
                                            "$ref": "58"
                                          },
                                          "communityOrganisation": {
                                            "$id": "66",
                                            "id": 1,
                                            "identifier": "xRY2ljdq/0+FUUEQ6ZEKDA==",
                                            "identifierGuid": "963616c5-6a37-4fff-8551-4110e9910a0c",
                                            "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:37:13.009351",
                                            "deleted": true
                                          },
                                          "details": [
                                            {
                                              "$id": "67",
                                              "saleItemID": 1,
                                              "identifier": "rkeTEBETxU2d/f86Y7TzBQ==",
                                              "identifierGuid": "109347ae-1311-4dc5-9dfd-ff3a63b4f305",
                                              "saleHeaderID": 2,
                                              "plu": 1,
                                              "pluG_UId": "2oPFhdEYqkOaoU/yCVb4Hw==",
                                              "pluGuid": "85c583da-18d1-43aa-9aa1-4ff20956f81f",
                                              "accountID": "NWTMdZOzNkuiePuzXrMdTw==",
                                              "accountIDGuid": "75cc6435-b393-4b36-a278-fbb35eb31d4f",
                                              "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:37:13.009351",
                                              "bestOrExpireType": 1,
                                              "providerName": "sample string 11",
                                              "refundG_UID": "5RfJX5qUYE+R6gq0sVwKqQ==",
                                              "refundGuid": "5fc917e5-949a-4f60-91ea-0ab4b15c0aa9",
                                              "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": "my0aLW+mZEy7L3mxLxNyUA==",
                                              "idempotentVoidGuid": "2d1a2d9b-a66f-4c64-bb2f-79b12f137250",
                                              "priceLevelIdentifier": "yDowOB17DEyWnOSFxGDA4Q==",
                                              "priceLevelIdentifierGuid": "38303ac8-7b1d-4c0c-969c-e485c460c0e1",
                                              "productName": "sample string 23",
                                              "apn": "sample string 24",
                                              "unknownScans": [
                                                {
                                                  "$id": "68",
                                                  "id": 1,
                                                  "saleDetailID": 2,
                                                  "storeID": 1,
                                                  "scanned": "2025-06-14T07:37:13.009351",
                                                  "operatorG_UID": "QEA=",
                                                  "barcode": "sample string 4",
                                                  "processed": 1
                                                },
                                                {
                                                  "$ref": "68"
                                                }
                                              ],
                                              "refund": {
                                                "$id": "69",
                                                "id": 1,
                                                "g_UID": "UGzWuMW8RE6u6nf3GIcWNw==",
                                                "guid": "b8d66c50-bcc5-4e44-aeea-77f718871637",
                                                "description": "sample string 1",
                                                "dumped": true,
                                                "inventoryReasonID": 1,
                                                "sortOrder": 1,
                                                "updated": "2025-06-14T07:37:13.009351"
                                              },
                                              "modifier": {
                                                "$id": "70",
                                                "id": 1,
                                                "setG_UID": "ijL/qQ0N7UOd0SwCwBjIGQ==",
                                                "modifierSetGuid": "a9ff328a-0d0d-43ed-9dd1-2c02c018c819",
                                                "name": "sample string 2",
                                                "price": 1,
                                                "quantity": 1,
                                                "modifierType": 1,
                                                "groupNumber": 1,
                                                "pageNumber": 1,
                                                "controlOrder": 1,
                                                "printToStation": true,
                                                "pluG_UID": "gw5cwY+eWE2Cs3C1eSdM/Q==",
                                                "pluGuid": "c15c0e83-9e8f-4d58-82b3-70b579274cfd",
                                                "deleted": true,
                                                "g_UID": "j8ObWB8N30C1vgaR3er4Gg==",
                                                "guid": "589bc38f-0d1f-40df-b5be-0691ddeaf81a",
                                                "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": "4tVNFYeDpU2HEbkrbwQejw==",
                                              "pluGuid": "154dd5e2-8387-4da5-8711-b92b6f041e8f",
                                              "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:37:13.009351",
                                              "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:37:13.009351",
                                              "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": "w5Mt1FBTe0iMxhhdRv5BFA==",
                                              "pluGuid": "d42d93c3-5350-487b-8cc6-185d46fe4114",
                                              "accountID": "bys8JYrlv0eBrCucKqFoRg==",
                                              "accountIDGuid": "253c2b6f-e58a-47bf-81ac-2b9c2aa16846",
                                              "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:37:13.009351",
                                              "bestOrExpireType": 1,
                                              "refundG_UID": "2qn+GiUeMEiSnGLxfK47Pw==",
                                              "refundGuid": "1afea9da-1e25-4830-929c-62f17cae3b3f",
                                              "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": "ladi0I+Ex02wLf/nOM37ew==",
                                              "identifierGuid": "d062a795-848f-4dc7-b02d-ffe738cdfb7b",
                                              "id": 1,
                                              "orderNo": 2,
                                              "externalSaleIdentifier": "sample string 3",
                                              "storeID": 4,
                                              "zoneID": 5,
                                              "deptNo": 6,
                                              "customerIdentifier": "uAkuJpdjzkexggils8k6Zw==",
                                              "customerIdentifierGuid": "262e09b8-6397-47ce-b182-08a5b3c93a67",
                                              "operatorNo": 1,
                                              "operatorG_UID": "vO0ZdnY0CEa0kLYw0oqNUQ==",
                                              "operatorGuid": "7619edbc-3476-4608-b490-b630d28a8d51",
                                              "created": "2025-06-14T07:37:13.009351",
                                              "ordered": "2025-06-14T07:37:13.009351",
                                              "started": "2025-06-14T07:37:13.009351",
                                              "completed": "2025-06-14T07:37:13.009351",
                                              "supplied": "2025-06-14T07:37:13.009351",
                                              "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": "u0XpOEMRa06d5Fk23dJYMg==",
                                                  "pluGuid": "38e945bb-1143-4e6b-9de4-5936ddd25832",
                                                  "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": "r60fnOPtOkeapQIGoCmrTQ==",
                                                  "headerIdentifierGuid": "9c1fadaf-ede3-473a-9aa5-0206a029ab4d",
                                                  "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": "jqbX5TuOy06CQzwfIN2zyw==",
                                              "surveyGuid": "e5d7a68e-8e3b-4ecb-8243-3c1f20ddb3cb",
                                              "saleHeaderGuid": "juaVUZIthEeMv5F4pyAniA==",
                                              "saleGuid": "5195e68e-2d92-4784-8cbf-9178a7202788",
                                              "textResponse": "sample string 1",
                                              "integerResponse": 1,
                                              "g_UIDResponse": "acEj+7xAMUSF76enHoDRgw==",
                                              "guidResponse": "fb23c169-40bc-4431-85ef-a7a71e80d183",
                                              "whoAnswered": 2,
                                              "answeredAtUTC": "2025-06-14T07:37:13.009351",
                                              "sale": {
                                                "$ref": "65"
                                              },
                                              "survey": {
                                                "$id": "79",
                                                "g_UID": "kFBX8NHufEGPwOtWPcm6qQ==",
                                                "guid": "f0575090-eed1-417c-8fc0-eb563dc9baa9",
                                                "name": "sample string 1",
                                                "storeID": 2,
                                                "zoneID": 1,
                                                "checkoutFormG_UID": "xXPT0GKREUmZAy50FFtRgA==",
                                                "checkoutFormGuid": "d0d373c5-9162-4911-9903-2e74145b5180",
                                                "displayToWho": 3,
                                                "displayWhen": 4,
                                                "start": "2025-06-14T07:37:13.009351",
                                                "end": "2025-06-14T07:37:13.009351",
                                                "deleted": true,
                                                "updated": "2025-06-14T07:37:13.009351",
                                                "possibleIntegerResponses": [
                                                  1,
                                                  2
                                                ],
                                                "possibleTextResponses": [
                                                  "sample string 1",
                                                  "sample string 2"
                                                ],
                                                "possibleGuidResponses": [
                                                  "28bcd4a7-2ffa-4dbd-99e5-71679f482736",
                                                  "6f2b8994-84b9-4a98-816e-5988e52ef459"
                                                ],
                                                "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": "Ys6BnhN9oka7KBcBxku/kA==",
                                          "accountIdentifier": "9e81ce62-7d13-46a2-bb28-1701c64bbf90",
                                          "accountName": "sample string 42",
                                          "customerOrderIdentifier": "rN2nsoi+H0yK7/qjFX0ymA==",
                                          "customerOrderIdentifierGuid": "b2a7ddac-be88-4c1f-8aef-faa3157d3298",
                                          "priceLevelName": "sample string 43",
                                          "revision": 44,
                                          "ingressId": "sample string 45"
                                        },
                                        "metadata": {
                                          "$id": "80",
                                          "id": 1,
                                          "paymentID": 2,
                                          "paymentIdentifier": "s/FFYpZf2ky2bAcl35V4kQ==",
                                          "paymentIdentifierGuid": "6245f1b3-5f96-4cda-b66c-0725df957891",
                                          "identifier": "Et6dj+RNh0aIIgWiPJw8zQ==",
                                          "identifierGuid": "8f9dde12-4de4-4687-8822-05a23c9c3ccd",
                                          "metadata": "sample string 3",
                                          "signatureImage": "QEA=",
                                          "itemIdentifier": "bDmXSgW7YEWdcs4WDRGW+Q==",
                                          "itemIdentifierGuid": "4a97396c-bb05-4560-9d72-ce160d1196f9"
                                        }
                                      },
                                      {
                                        "$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": "d7Y9c5leHU6lISh6eiqYdQ==",
                                    "customerIdentifierGuid": "733db677-5e99-4e1d-a521-287a7a2a9875",
                                    "voucherName": "sample string 2",
                                    "count": 3,
                                    "storeID": 4,
                                    "barcode": "sample string 5",
                                    "redeemCount": 6,
                                    "issueCount": 7,
                                    "storeSalePaymentID": 1,
                                    "idempotentID": "ilXwHzZuPk6ZxLeM/f1j6w==",
                                    "idempotentGuid": "1ff0558a-6e36-4e3e-99c4-b78cfdfd63eb",
                                    "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:37:13.009351",
                                      "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:37:13.009351",
                                        "labelPageLayout": "kFJ0MFLpmUK3CPOL02KX/w==",
                                        "pageLayoutGuid": "30745290-e952-4299-b708-f38bd36297ff",
                                        "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:37:13.009351"
                                          },
                                          {
                                            "$ref": "85"
                                          }
                                        ]
                                      },
                                      "customerVouchers": [
                                        {
                                          "$id": "86",
                                          "id": 1,
                                          "customerIdentifier": "5g9gUrHfTE2faYyuo3iEzA==",
                                          "customerIdentifierGuid": "52600fe6-dfb1-4d4c-9f69-8caea37884cc",
                                          "voucherID": 3,
                                          "voucherName": "sample string 4",
                                          "storeID": 1,
                                          "barcode": "sample string 5",
                                          "dateOfIssue": "2025-06-14T07:37:13.009351",
                                          "issuedSaleHeaderID": 1,
                                          "issuedSaleIdentifier": "sample string 7",
                                          "issuedOfflinePaymentID": 1,
                                          "issuedIdempotentID": "M01j6qEMRECZuBtSv0exbw==",
                                          "issuedIdempotentGuid": "ea634d33-0ca1-4044-99b8-1b52bf47b16f",
                                          "issuedOffline": true,
                                          "issuedUser": "sample string 9",
                                          "issuedNotes": "sample string 10",
                                          "expiryDate": "2025-06-14T07:37:13.009351",
                                          "expiredUser": "sample string 11",
                                          "expiredNotes": "sample string 12",
                                          "redeemed": "2025-06-14T07:37:13.009351",
                                          "redeemedSaleHeaderID": 1,
                                          "redeemedSaleIdentifier": "sample string 13",
                                          "redeemedOfflinePaymentID": 1,
                                          "redeemedIdempotentID": "Jh7RP+/AU0G9fQgSyp97Vg==",
                                          "redeemedIdempotentGuid": "3fd11e26-c0ef-4153-bd7d-0812ca9f7b56",
                                          "redeemedUser": "sample string 14",
                                          "redeemedNotes": "sample string 15",
                                          "redeemedOffline": true,
                                          "updated": "2025-06-14T07:37:13.009351",
                                          "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": "cJANKVr2s02QKvImgFUsuw==",
                              "groupIDGuid": "290d9070-f65a-4db3-902a-f22680552cbb",
                              "campaign": {
                                "$ref": "54"
                              },
                              "group": {
                                "$ref": "62"
                              }
                            },
                            {
                              "$ref": "87"
                            }
                          ],
                          "signIqTickets": [
                            {
                              "$id": "88",
                              "identifier": "Bws9MGDDMk6KfqS59ZhgXw==",
                              "identifierGuid": "303d0b07-c360-4e32-8a7e-a4b9f598605f",
                              "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": "hXszgHfKpUy8MhlH9eq/Yg==",
                              "guid": "80337b85-ca77-4ca5-bc32-1947f5eabf62",
                              "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": "m1lzOAsWgUmbhhUoHZmqiA==",
                                  "groupGuid": "3873599b-160b-4981-9b86-15281d99aa88",
                                  "comboPriceType": 5,
                                  "priceType": 5,
                                  "pluG_UID": "9xyMIWKFFUOxuHRNDL3I/g==",
                                  "pluGuid": "218c1cf7-8562-4315-b1b8-744d0cbdc8fe",
                                  "priceGroupG_UID": "5LL7+gops0qX+kxvUZ9F+A==",
                                  "priceGroupGuid": "fafbb2e4-290a-4ab3-97fa-4c6f519f45f8",
                                  "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": "iKpwTaWh00W116sMsc8U4A==",
                              "priceLevelIdentifierGuid": "4d70aa88-a1a5-45d3-b5d7-ab0cb1cf14e0",
                              "campaignName": "sample string 3",
                              "priceLevelName": "sample string 4"
                            },
                            {
                              "$ref": "91"
                            }
                          ]
                        },
                        "product": {
                          "$ref": "13"
                        },
                        "dealCost": {
                          "$id": "92",
                          "headerIdentifier": "JTyfn4sjLUC5ataNCSJxVA==",
                          "headerIdentifierGuid": "9f9f3c25-238b-402d-b96a-d68d09227154",
                          "identifier": "NFgnipiNmUyJpgEJrxq3kg==",
                          "identifierGuid": "8a275834-8d98-4c99-89a6-0109af1ab792",
                          "supplierIdentifier": "gSNa6tV3f02Pw5x3fj3iJQ==",
                          "supplierGuid": "ea5a2381-77d5-4d7f-8fc3-9c777e3de225",
                          "pluG_UID": "noyuInD//keyC/lvqQEQbA==",
                          "pluGuid": "22ae8c9e-ff70-47fe-b20b-f96fa901106c",
                          "campaignName": "11a58646-2e57-4639-9d96-5fd26494787f",
                          "description": "sample string 4",
                          "cost": 5,
                          "costDecimals": 6,
                          "start": "2025-06-14T07:37:13.009351",
                          "end": "2025-06-14T07:37:13.009351",
                          "type": 9,
                          "promoType": 10,
                          "bonusItemPLUG_UID": "vIfxhTEqZEerePeVx2JkLA==",
                          "bonusItemPluGuid": "85f187bc-2a31-4764-ab78-f795c762642c",
                          "bonusPurchaseUnits": 11,
                          "bonusReceiveUnits": 12,
                          "updated": "2025-06-14T07:37:13.009351",
                          "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:37:13.009351",
                          "campaignEndDate": "2025-06-14T07:37:13.009351",
                          "masterPLUG_UID": "qUS+JnUSeUqWk7Lf0R+weA==",
                          "masterID": "26be44a9-1275-4a79-9693-b2dfd11fb078",
                          "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": "nFoflpMuHEyt5QoQA+D2/g==",
                          "bonusMasterID": "961f5a9c-2e93-4c1c-ade5-0a1003e0f6fe",
                          "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:37:13.009351",
                      "dealCosts": [
                        {
                          "$ref": "92"
                        },
                        {
                          "$ref": "92"
                        }
                      ],
                      "tags": [
                        {
                          "$id": "93",
                          "pluG_UID": "TBnrZ6yRO0C/UMA3KqE7vg==",
                          "pluGuid": "67eb194c-91ac-403b-bf50-c0372aa13bbe",
                          "tagID": 1,
                          "description": "sample string 1",
                          "storeIDs": [
                            1,
                            2
                          ]
                        },
                        {
                          "$ref": "93"
                        }
                      ],
                      "alternateProductG_UID": "uQTn9C2u4UqJ4HTi/pr59w==",
                      "alternateProduct": "f4e704b9-ae2d-4ae1-89e0-74e2fe9af9f7",
                      "productHostCode": {
                        "$id": "94",
                        "id": 1,
                        "pluG_UID": "uF5t+YYjiUG7fRdVsu9Oqg==",
                        "pluGuid": "f96d5eb8-2386-4189-bb7d-1755b2ef4eaa",
                        "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:37:13.009351",
                      "inventoryTracked": "2025-06-14T07:37:13.009351",
                      "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": "+2UgmiArUUi4ZwHVlbtyfg==",
                    "supplierGuid": "9a2065fb-2b20-4851-b867-01d595bb727e",
                    "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": "0iCx7ZgkRkuiF0dVb817eg==",
                    "supplierGuid": "edb120d2-2498-4b46-a217-47556fcd7b7a",
                    "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:37:13.009351",
                    "deliveryDate": "2025-06-14T07:37:13.009351",
                    "nextCutOffDate": "2025-06-14T07:37:13.009351",
                    "nextDeliveryDate": "2025-06-14T07:37:13.009351",
                    "nextDaysBuffer": 10
                  },
                  {
                    "$ref": "97"
                  }
                ],
                "store": {
                  "$ref": "4"
                },
                "updated": "2025-06-14T07:37:13.009351",
                "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:37:13.009351",
                  "processed": "2025-06-14T07:37:13.009351",
                  "isProcessing": true,
                  "processedCount": 6,
                  "processingTime": 1,
                  "collectedUtc": "2025-06-14T07:37:13.009351",
                  "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:37:13.009351",
                    "businessPillar": "sample string 3",
                    "fileType": "sample string 4"
                  }
                },
                {
                  "$ref": "98"
                }
              ],
              "zoneMatrix": [
                {
                  "$id": "100",
                  "id": 1,
                  "hostIdentifier": "z0Hkd9BV3k2HMczKSmH8lQ==",
                  "hostIdentifierGuid": "77e441cf-55d0-4dde-8731-ccca4a61fc95",
                  "storeID": 1,
                  "departmentCode": "sample string 2",
                  "hostGuids": [
                    "80b01366-df9e-4888-bbee-2c3f33ee8d39",
                    "4528fd5d-6248-4981-a551-281578f7d265"
                  ]
                },
                {
                  "$ref": "100"
                }
              ],
              "hostFileStoreSetting": {
                "$ref": "6"
              },
              "hostStoreSettings": [
                {
                  "$ref": "6"
                },
                {
                  "$ref": "6"
                }
              ],
              "promotionPlacements": [
                {
                  "$id": "101",
                  "identifier": "Rm0CviJIikCxnhUm8kbusA==",
                  "identifierGuid": "be026d46-4822-408a-b19e-1526f246eeb0",
                  "code": "sample string 2",
                  "description": "sample string 3",
                  "isAdvertised": true
                },
                {
                  "$ref": "101"
                }
              ],
              "promoTypeGuids": [
                "121b5283-8891-4f8e-ac49-740bc44530b6",
                "2a4a13b7-f1cf-438d-98fa-e58b3c9c2025"
              ],
              "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:37:13.009351",
            "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": "e14d61fb-4d69-46a2-9d6f-89e04c548b7f",
        "updateStore": {
          "$id": "107",
          "id": "60cc99e1-5be5-4589-be72-73fecb296783",
          "name": "sample string 1",
          "lastActivity": "2025-06-14T07:37:13.009351",
          "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:37:13.009351"
        },
        "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": "elYsZhu0HkyzxAGxdkQsfA==",
        "guid": "662c567a-b41b-4c1e-b3c4-01b176442c7c",
        "fuelGrade": "sample string 5",
        "price1": 1,
        "price2": 1,
        "price3": 1,
        "price4": 1,
        "effective": "2025-06-14T07:37:13.009351",
        "updated": "2025-06-14T07:37:13.009351",
        "margin": 1,
        "product": {
          "$ref": "13"
        }
      }
    }
  },
  {
    "$ref": "1"
  }
]

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.