GET api/cashBalancing/{id}/fuelGrades

Get the fuel grade records

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Cash balancing header identifier

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Matching Cash Balancing Fuel Grade summaries

Collection of CashBalancingFuelGrade
NameDescriptionTypeAdditional information
HeaderIdentifier

Collection of byte

None.

HeaderIdentifierGuid

globally unique identifier

None.

FuelGradeID

integer

None.

FuelGrade

string

None.

Opening

decimal number

None.

Adjustments

decimal number

None.

Deliveries

decimal number

None.

Samples

decimal number

None.

PumpTest

decimal number

Deprecated. Deprecated due to not necessary for fuel tanks.

Sales

decimal number

None.

Closing

decimal number

None.

MeterSales

decimal number

Relation. This field may not always be loaded or used for updates.

MeterVariance

decimal number

Relation. This field may not always be loaded or used for updates.

OpeningAdjusted

boolean

Relation. This field may not always be loaded or used for updates.

DeliveriesAdjusted

boolean

Relation. This field may not always be loaded or used for updates.

ClosingAdjusted

boolean

Relation. This field may not always be loaded or used for updates.

Tanks

Collection of CashBalancingFuelTankLevel

Relation. This field may not always be loaded or used for updates.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "headerIdentifier": "cjXGcNiWA0KCMV4K1Wz52w==",
    "headerIdentifierGuid": "70c63572-96d8-4203-8231-5e0ad56cf9db",
    "fuelGradeID": 1,
    "fuelGrade": "sample string 2",
    "opening": 3.0,
    "adjustments": 4.0,
    "deliveries": 5.0,
    "samples": 6.0,
    "pumpTest": 7.0,
    "sales": 8.0,
    "closing": 9.0,
    "meterSales": 10.0,
    "meterVariance": -2.0,
    "openingAdjusted": true,
    "deliveriesAdjusted": true,
    "closingAdjusted": true,
    "tanks": [
      {
        "$id": "2",
        "headerIdentifier": "12IID9qDPU6+77o2EL/vhA==",
        "headerIdentifierGuid": "0f0862d7-83da-4e3d-beef-ba3610bfef84",
        "fuelTankNumber": 2,
        "fuelGradeID": 1,
        "fuelGrade": "sample string 3",
        "opening": 4.0,
        "openingAdjusted": true,
        "adjustments": 6.0,
        "deliveries": 7.0,
        "deliveriesAdjusted": true,
        "samples": 9.0,
        "pumpTest": 10.0,
        "sales": 11.0,
        "closing": 12.0,
        "closingAdjusted": true,
        "dailyVariance": 14.0,
        "waterLevel": 15.0,
        "meterSales": 16.0,
        "meterVariance": -5.0,
        "twentyEightDayVariance": 17.0,
        "fuelTank": {
          "$id": "3",
          "id": 1,
          "storeID": 2,
          "tankNumber": 3,
          "fuelGrade": "sample string 4",
          "fuelGradeID": 1,
          "capacity": 5.0,
          "lpg": true,
          "waterLevel": 7.0,
          "updated": "2025-08-02T23:25:27.0942175",
          "storeName": "sample string 9",
          "store": {
            "$id": "4",
            "id": 1,
            "isMaster": true,
            "shortName": "sample string 3",
            "url": "sample string 4",
            "sortOrder": 1,
            "name": "sample string 5",
            "phone": "sample string 6",
            "fax": "sample string 7",
            "email": "sample string 8",
            "address1": "sample string 9",
            "address2": "sample string 10",
            "city": "sample string 11",
            "state": "sample string 12",
            "country": "sample string 13",
            "postCode": "sample string 14",
            "delivery": 1,
            "exportAccounts": 1,
            "salesAccountFolder": "sample string 15",
            "purchaseAccountFolder": "sample string 16",
            "initLoad": 1,
            "initIDs": 1,
            "zoneID": 1,
            "actAsMaster": 1,
            "lastActiveUtc": "2025-08-02T23:25:27.0942175",
            "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": "nkz2WozME0ugl5pL87CCrw==",
            "hostIdentifierGuid": "5af64c9e-cc8c-4b13-a097-9a4bf3b082af",
            "hostName": 1,
            "hostAddress": "sample string 27",
            "hostUsername": "sample string 28",
            "hostPassword": "sample string 29",
            "excludeFromLeadInOut": true,
            "accountingProvider": 31,
            "accountingAddress": "sample string 32",
            "accountingUsername": "sample string 33",
            "accountingPassword": "sample string 34",
            "storeAccountingCode": "sample string 35",
            "softwareVariance": 36,
            "fuelWarningVariance": 37.0,
            "fuelErrorVariance": 38.0,
            "fuelAccumulatedWarningVariance": 39.0,
            "fuelAccumulatedErrorVariance": 40.0,
            "drawManagment": 41,
            "endOfDayManagment": true,
            "autoFillCashBalancing": true,
            "fuelDayVariance": 44,
            "accountingTradingTime": "00:00:00.1234567",
            "stockActivateProduct": 46,
            "giftCardSalesAccountingDeptCode": "sample string 47",
            "transactionDiscountAccountingDeptCode": "sample string 48",
            "size": 49,
            "updated": "2025-08-02T23:25:27.0942175",
            "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": "vc9C/BWdXU6XoiXWicvB4w==",
                "hostIdentifierGuid": "fc42cfbd-9d15-4e5d-97a2-25d689cbc1e3",
                "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": "7O9jEAIbokmoVzaTUOFqXg==",
                  "identifierGuid": "1063efec-1b02-49a2-a857-369350e16a5e",
                  "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": "C1lCYuGYCkywM95WOH4WcQ==",
                  "hostSupplierIdentifierGuid": "6242590b-98e1-4c0a-b033-de56387e1671",
                  "loyaltyPriceLevelIdentifier": "nEXIyjk+a06AIwUt+oNM/Q==",
                  "loyaltyPriceLevelIdentifierGuid": "cac8459c-3e39-4e6b-8023-052dfa834cfd",
                  "isGroup": true,
                  "description": "sample string 22",
                  "hostProvider": 23,
                  "hostTypeEnum": 24,
                  "hostType": "sample string 25",
                  "hostCode": "sample string 26",
                  "username": "sample string 27",
                  "password": "sample string 28",
                  "passwordPlain": "sample string 29",
                  "server": "sample string 30",
                  "url": "sample string 31",
                  "global": true,
                  "stateCode": "sample string 33",
                  "lastCollected": "2025-08-02T23:25:27.0942175",
                  "lastProcessed": "2025-08-02T23:25:27.0942175",
                  "hold": true,
                  "supplierName": "sample string 35",
                  "supplier": {
                    "$id": "8",
                    "identifier": "QV5xIyuBeEyD5dVmpBeyxw==",
                    "identifierGuid": "23715e41-812b-4c78-83e5-d566a417b2c7",
                    "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": "pdv+SuKbW0aDfAkeSRPbJQ==",
                    "primaryContactID": "4afedba5-9be2-465b-837c-091e4913db25",
                    "storeID": 1,
                    "abn": "sample string 16",
                    "supplierGroupIdentifier": "/GKUCyE2dE2E4u7E/QmTnQ==",
                    "supplierGroupGuid": "0b9462fc-3621-4d74-84e2-eec4fd09939d",
                    "rebate": 1.0,
                    "rebateType": 1,
                    "rebateFrequency": 1,
                    "rebateSource": 1,
                    "rebateLastClaimed": "2025-08-02T23:25:27.0942175",
                    "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": "410c6294-65ba-4369-9dfb-1ef6acdbd10c",
                      "identifier": "n+pNNnGQM0yanIBHqq4DFw==",
                      "identifierGuid": "364dea9f-9071-4c33-9a9c-8047aaae0317",
                      "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": "OuX6IwD0VUmqKfaPD0B1qA==",
                        "supplierIdentifierGuid": "23fae53a-f400-4955-aa29-f68f0f4075a8",
                        "contactGuid": "/LMOQr82MESWuH61iu18Qg==",
                        "contactID": "420eb3fc-36bf-4430-96b8-7eb58aed7c42",
                        "contact": {
                          "$ref": "9"
                        },
                        "supplier": {
                          "$ref": "8"
                        }
                      },
                      {
                        "$ref": "10"
                      }
                    ],
                    "products": [
                      {
                        "$id": "11",
                        "pluG_UID": "M8FX8NrXRUaf9DjkHwO76A==",
                        "pluGuid": "f057c133-d7da-4645-9ff4-38e41f03bbe8",
                        "supplierIdentifier": "tJFwQak4MUmYXDdLNgJdGw==",
                        "supplierIdentifierGuid": "417091b4-38a9-4931-985c-374b36025d1b",
                        "cartonQuantity": 1,
                        "cartonQuantityChanged": true,
                        "productSize": "sample string 3",
                        "cigarettesPerSleeve": 1,
                        "randomWeight": true,
                        "piecesPerUnit": 5,
                        "averagePackSize": 6,
                        "effectiveDate": "2025-08-02T23:25:27.0942175",
                        "pricedByWeight": true,
                        "landedUnitCostEx": 9,
                        "landedUnitCostInc": 10,
                        "landedCartonCostInc": 11,
                        "landedCartonCostEx": 12,
                        "standardCost": 13,
                        "deliveryFee": 1,
                        "deliveryFeeBasis": "sample string 14",
                        "pickAndPackFee": 1,
                        "pickAndPackFeeBasis": "sample string 15",
                        "financeFee": 1,
                        "financeFeeBasis": "sample string 16",
                        "cartonLength": 1,
                        "cartonWidth": 1,
                        "cartonHeight": 1,
                        "palletLayerQuantity": 1,
                        "palletLayers": 1,
                        "itemCode": "sample string 17",
                        "invoiceCode": "sample string 18",
                        "invoiceDesc": "sample string 19",
                        "orderDirect": true,
                        "useCost": true,
                        "minimumQuantity": 20,
                        "hostType": 21,
                        "fromHost": 22,
                        "minimumReorder": 1,
                        "maximumReorder": 1,
                        "orderMultiple": 23.1,
                        "sellMultiple": 24.1,
                        "baseMultiple": 25.1,
                        "hostStandardCost": 26,
                        "hostTotalCost": 27,
                        "hostRetail": 28,
                        "hostLandedUnitCostEx": 29,
                        "hostLandedUnitCostInc": 30,
                        "hostDesc": "sample string 31",
                        "directIndicator": "sample string 32",
                        "availableToOrder": true,
                        "hostRangeIndicator": "sample string 34",
                        "hostProductType": "sample string 35",
                        "hostProductGrade": "sample string 36",
                        "hostProductGroup": "sample string 37",
                        "hostSlowMoving": true,
                        "hostGeneralMerchandise": true,
                        "hostPillar": "sample string 40",
                        "hostLastUpdated": "2025-08-02T23:25:27.0942175",
                        "rebate": 1.0,
                        "rebateExclude": true,
                        "invoiceCodes": [
                          {
                            "$id": "12",
                            "pluG_UID": "tgQiL6OAsEqfPRmZBvW1Yg==",
                            "pluGuid": "2f2204b6-80a3-4ab0-9f3d-199906f5b562",
                            "supplierIdentifier": "ksz1FIrKzkugXuOyMFwQVA==",
                            "supplierIdentifierGuid": "14f5cc92-ca8a-4bce-a05e-e3b2305c1054",
                            "invoiceCode": "sample string 1",
                            "storeIDs": [
                              1,
                              2
                            ]
                          },
                          {
                            "$ref": "12"
                          }
                        ],
                        "storeIDs": [
                          1,
                          2
                        ],
                        "preferredSupplier": true,
                        "preferredRebateSupplier": true,
                        "supplierName": "sample string 41",
                        "salesMode": 42,
                        "orderPacked": true,
                        "active": true,
                        "price": 1,
                        "costGstPercent": 44,
                        "parentPluG_UID": "3zLWOipGuEiN7DnRG5BZ+Q==",
                        "parentPluGuid": "3ad632df-462a-48b8-8dec-39d11b9059f9",
                        "freight": 45.0,
                        "freightType": 1,
                        "product": {
                          "$id": "13",
                          "plu": 1,
                          "storeID": 1,
                          "masterPluG_UID": "QEA=",
                          "storeIDs": [
                            1,
                            2
                          ],
                          "g_UId": "w4XsWkJ+J0acQynCahzq5g==",
                          "guid": "5aec85c3-7e42-4627-9c43-29c26a1ceae6",
                          "apn": "sample string 1",
                          "apnChanged": true,
                          "apnSwitched": true,
                          "barcode": "sample string 4",
                          "itemNumber": "sample string 5",
                          "itemNumberChanged": true,
                          "priceGroupG_UID": "cvzndHE8NkCBaT6XX7pg5A==",
                          "priceGroupGuid": "74e7fc72-3c71-4036-8169-3e975fba60e4",
                          "blueprintID": 1,
                          "lastCountedDate": "2025-08-02T23:25:27.0942175",
                          "externalID": "sample string 7",
                          "active": true,
                          "activated": "2025-08-02T23:25:27.0942175",
                          "pluCreated": "2025-08-02T23:25:27.0942175",
                          "createdByUser": "sample string 9",
                          "name": "sample string 10",
                          "nameChanged": true,
                          "secondDescription": "sample string 12",
                          "hostDescription": "sample string 13",
                          "keepCartonQty": true,
                          "keepDescription": true,
                          "keepDepartments": true,
                          "keepSuppliers": true,
                          "markdownDescription": "sample string 18",
                          "altDescription": "sample string 19",
                          "bestOrExpire": 20,
                          "lastUpdate": "2025-08-02T23:25:27.0942175",
                          "lastManualUpdate": "2025-08-02T23:25:27.0942175",
                          "imageName": "sample string 23",
                          "showImageOnFlipCharts": true,
                          "showTextOnFlipCharts": true,
                          "overrideFlipChartText": true,
                          "flipChartText": "sample string 27",
                          "salesMode": 1,
                          "eftCode": 1,
                          "price": 1,
                          "priceChanged": true,
                          "rrp": 1,
                          "gstPercent": 28,
                          "gstPercentChanged": true,
                          "costGSTPercent": 29,
                          "costGSTPercentChanged": true,
                          "wetPercent": 1,
                          "priceOverride": 1,
                          "cost": 1,
                          "currentCost": 1,
                          "currentCostDecimals": 1,
                          "grossProfit": 1.0,
                          "currentCostDesc": "sample string 30",
                          "currentCostEnd": "2025-08-02T23:25:27.0942175",
                          "currentCostUpdated": "2025-08-02T23:25:27.0942175",
                          "costDecimals": 31,
                          "costChanged": true,
                          "dealCostIdentifier": "QEA=",
                          "excludeFromRebate": true,
                          "rebateOverride": 1,
                          "costCalcMethod": 32,
                          "costCalcMethodChanged": true,
                          "costEffectiveDate": "2025-08-02T23:25:27.0942175",
                          "defaultGP": 1,
                          "breakTargetMode": 33,
                          "break1": 1,
                          "price1": 1,
                          "target1": 34,
                          "break2": 1,
                          "price2": 1,
                          "target2": 35,
                          "break3": 1,
                          "price3": 1,
                          "target3": 36,
                          "break1Changed": true,
                          "price1Changed": true,
                          "target1Changed": true,
                          "break2Changed": true,
                          "price2Changed": true,
                          "target2Changed": true,
                          "break3Changed": true,
                          "price3Changed": true,
                          "target3Changed": true,
                          "breakTargetModeChanged": true,
                          "margin": 1.1,
                          "marginChanged": true,
                          "marginRanged": true,
                          "marginRangedChanged": true,
                          "minimumMargin": 1.1,
                          "minimumMarginChanged": true,
                          "maximumMargin": 1.1,
                          "maximumMarginChanged": true,
                          "overrideHostWarehouseIndicator": true,
                          "overrideHostWarehouseIndicatorChanged": true,
                          "overrideHostPrice": true,
                          "overrideHostPriceChanged": true,
                          "overrideHostCost": true,
                          "overrideHostCostChanged": true,
                          "overrideHostMargin": true,
                          "overrideHostMarginChanged": true,
                          "alwaysApplyMargin": true,
                          "alwaysApplyMarginChanged": true,
                          "aws": 1.0,
                          "awsUpdated": "2025-08-02T23:25:27.0942175",
                          "posTare": 1,
                          "altPrice": 1.0,
                          "altPriceChanged": true,
                          "altPriceMode": 53,
                          "altPriceModeChanged": true,
                          "altPLUG_UID": "jLFNRHM8QkuXBs9T9Nu4OA==",
                          "altPLUGuid": "444db18c-3c73-4b42-9706-cf53f4dbb838",
                          "altPLUGuidChanged": true,
                          "altPriceDescription1": "sample string 54",
                          "altPriceDescription2": "sample string 55",
                          "cartonQuantity": 56,
                          "cartonQuantityChanged": true,
                          "trayID": 1,
                          "promptID": 1,
                          "tare": 1,
                          "packQty": 1,
                          "fixedWeight": 1,
                          "extraMesg": 1,
                          "text1": "sample string 58",
                          "text2": "sample string 59",
                          "text3": "sample string 60",
                          "labelText": "sample string 61",
                          "labelTextChanged": true,
                          "sendToScale": true,
                          "nonScaleWeigh": true,
                          "labelFormat": "sample string 65",
                          "barcodeFormat": "sample string 66",
                          "austMade": 1,
                          "coolCode": 67,
                          "countryOfOrigin": "sample string 68",
                          "percentContent": 69.1,
                          "departmentID": 1,
                          "subDepartmentID": 1,
                          "minorDepartmentID": 1,
                          "lesserDepartmentID": 1,
                          "deptCode": "sample string 70",
                          "subDeptCode": "sample string 71",
                          "minorDeptCode": "sample string 72",
                          "lesserDeptCode": "sample string 73",
                          "deptName": "sample string 74",
                          "subDeptName": "sample string 75",
                          "minorDeptName": "sample string 76",
                          "lesserDeptName": "sample string 77",
                          "departmentChanged": true,
                          "subCategoryID": 1,
                          "expiry": 1,
                          "showDays": 1,
                          "datePrint": 1,
                          "labelRequired": true,
                          "labelShelfQty": 80,
                          "labelShelfChanged": true,
                          "labelTalkerQty": 82,
                          "labelSmall": true,
                          "labelLastPrinted": "2025-08-02T23:25:27.0942175",
                          "labelLastPrice": 1,
                          "shelfPageLayoutG_UID": "VtIPI1ZwTk+gNgRbPYtmFw==",
                          "shelfPageLayoutGuid": "230fd256-7056-4f4e-a036-045b3d8b6617",
                          "talkerPageLayoutG_UID": "oYLYUJ15gUuwzPK6oZFMCQ==",
                          "talkerPageLayoutGuid": "50d882a1-799d-4b81-b0cc-f2baa1914c09",
                          "unitMeasure": 1.1,
                          "unitMeasureChanged": true,
                          "unitMeasureKind": 85,
                          "unitMeasureKindChanged": true,
                          "signIQData": "sample string 87",
                          "refresh": true,
                          "earnLoyaltyPoints": true,
                          "earnLoyaltyPointsChanged": true,
                          "quantityOverride": true,
                          "quantityOverrideChanged": true,
                          "quantityRequired": true,
                          "quantityRequiredChanged": true,
                          "allowDiscounts": true,
                          "allowDiscountsChanged": true,
                          "discountDiscounts": true,
                          "discountDiscountsChanged": true,
                          "itemRecalled": true,
                          "itemRecalledChanged": true,
                          "noRefund": true,
                          "noRefundChanged": true,
                          "allowMarkdown": true,
                          "allowMarkdownChanged": true,
                          "priceRequired": true,
                          "priceRequiredChanged": true,
                          "fuelItem": true,
                          "fuelItemChanged": true,
                          "trackSerial": true,
                          "trackSerialChanged": true,
                          "allowZeroPrice": true,
                          "allowZeroPriceChanged": true,
                          "notForSale": 91,
                          "notForSaleChanged": true,
                          "excludeFromDeals": true,
                          "excludeFromVoucher": true,
                          "minimumAge": 94,
                          "minimumAgeChanged": true,
                          "buyingLimit": 1,
                          "buyingLimitChanged": true,
                          "buyingLimitIndependent": true,
                          "buyingLimitIndependentChanged": true,
                          "inventoryGuid": "Siy/AS2RX0OW5cMKZk6bvQ==",
                          "inventoryIdentifier": "01bf2c4a-912d-435f-96e5-c30a664e9bbd",
                          "inventoryAccuracy": 1,
                          "baseUnits": 98,
                          "orderPacked": 1,
                          "isManufactured": true,
                          "isIngredient": true,
                          "isModifier": true,
                          "isModifierChanged": true,
                          "hasModifiers": 99,
                          "defaultPrinter": "sample string 100",
                          "defaultPrinterGroup": "sample string 101",
                          "ingredientsOnManufacture": true,
                          "manufactureUnitMeasure": 1,
                          "mpl": 1,
                          "maxShelfQty": 102,
                          "allowAutoOrder": true,
                          "warrantyPeriod": 1,
                          "parentPluG_UId": "zSJ0JyiwOE2q4a32TGoehg==",
                          "parentPluGuid": "277422cd-b028-4d38-aae1-adf64c6a1e86",
                          "preferredHostVendor": 104,
                          "preferredHostChanged": true,
                          "code": "sample string 106",
                          "supplierIdentifier": "5TI6+a4+bUedX5yFbZfghQ==",
                          "supplierIdentifierGuid": "f93a32e5-3eae-476d-9d5f-9c856d97e085",
                          "supplierChanged": true,
                          "rebateSupplierIdentifier": "E7AP6nJ2b023ZaApvoy73Q==",
                          "rebateSupplierIdentifierGuid": "ea0fb013-7672-4d6f-b765-a029be8cbbdd",
                          "rebateSupplierChanged": true,
                          "availableForOrder": true,
                          "warehouseDirectIndicator": "sample string 108",
                          "warehouseDirectIndicatorChanged": true,
                          "productGrade": "sample string 110",
                          "productType": "sample string 111",
                          "productGroup": "sample string 112",
                          "complianceIndicator": "sample string 113",
                          "inhouseBrand": "sample string 114",
                          "slowMoving": true,
                          "generalMerchandise": true,
                          "comment": "sample string 117",
                          "lastUpdatedByUser": "sample string 118",
                          "lastManualUpdatedByUser": "sample string 119",
                          "lastUpdatedByUserOverride": true,
                          "lastUpdatedByHost": "2025-08-02T23:25:27.0942175",
                          "commodity": "sample string 121",
                          "businessPillar": "sample string 122",
                          "mscCommodity": "sample string 123",
                          "hostIdentifier": "stEnw/89202cwqu5ylEADw==",
                          "hostIdentifierGuid": "c327d1b2-3dff-4ddb-9cc2-abb9ca51000f",
                          "serviceFeeID": 1,
                          "serviceFeeIDChanged": true,
                          "providerName": "sample string 125",
                          "aisleEnds": "sample string 126",
                          "deleted": true,
                          "deletedChanged": true,
                          "hidden": true,
                          "doNotRange": true,
                          "doNotRangeChanged": true,
                          "doNotOrder": true,
                          "doNotOrderChanged": true,
                          "locked": true,
                          "excludeFromWebUpdate": true,
                          "excludeFromWebUpdateChanged": true,
                          "webPriceBasedOn": 137,
                          "webPriceRounding": true,
                          "webMarkup": 139,
                          "webPriceMode": 140,
                          "altDepartmentID": 1,
                          "altSubDepartmentID": 1,
                          "altMinorDepartmentID": 1,
                          "altLesserDepartmentID": 1,
                          "altDeptCode": "sample string 141",
                          "altSubDeptCode": "sample string 142",
                          "altMinorDeptCode": "sample string 143",
                          "altLesserDeptCode": "sample string 144",
                          "altDepartmentChanged": true,
                          "storeProducts": [
                            {
                              "$ref": "13"
                            },
                            {
                              "$ref": "13"
                            }
                          ],
                          "store": {
                            "$ref": "4"
                          },
                          "storePrices": [
                            {
                              "$id": "14",
                              "pluG_UID": "Pr5kgDB3zU6AXQdaF7wTwg==",
                              "pluGuid": "8064be3e-7730-4ecd-805d-075a17bc13c2",
                              "plu": 1,
                              "storeID": 1,
                              "zoneID": 2,
                              "zoneName": "sample string 3",
                              "store": "sample string 4",
                              "priceNow": 5,
                              "costNow": 6,
                              "costNowDecimals": 7,
                              "normalPrice": 8,
                              "gstPercent": 9,
                              "normalCost": 10,
                              "normalCostDecimals": 11,
                              "costGstPercent": 12,
                              "costCalcMethod": 1,
                              "currentCost": 13,
                              "currentCostDecimals": 14,
                              "break1": 15,
                              "price1": 16,
                              "break2": 17,
                              "price2": 18,
                              "break3": 19,
                              "price3": 20,
                              "fuelItem": 21,
                              "fixedWeight": 22,
                              "active": true,
                              "complianceIndicator": "sample string 23",
                              "doNotOrder": true,
                              "doNotRange": true,
                              "isNormalPriceChangesCampaign": true,
                              "updated": "2025-08-02T23:25:27.0942175"
                            },
                            {
                              "$ref": "14"
                            }
                          ],
                          "currentPrices": {
                            "$id": "15",
                            "pluPrices": {
                              "$id": "16",
                              "plu": 1,
                              "pluG_UID": "QEA=",
                              "stores": [
                                1,
                                2
                              ],
                              "normalPrice": 1,
                              "cost": 2,
                              "break1": 3,
                              "price1": 4,
                              "break2": 5,
                              "price2": 6,
                              "break3": 7,
                              "price3": 8,
                              "discountPrice": 9,
                              "acceptedUtc": "2025-08-02T23:25:27.0942175",
                              "priceChangeType": 0,
                              "costDecimals": 10
                            },
                            "normalPluPrices": {
                              "$ref": "16"
                            },
                            "winningCampaign": 1,
                            "winner": {
                              "$id": "17",
                              "campaignName": "sample string 1",
                              "campaignDescription": "sample string 2",
                              "startDate": "2025-08-02T23:25:27.0942175",
                              "startTime": 3,
                              "endDate": "2025-08-02T23:25:27.0942175",
                              "endTime": 4,
                              "newPrice": 5,
                              "newCost": 6,
                              "newCostDecimals": 7,
                              "pctDiscount": 8,
                              "promoType": 1,
                              "promotionTypeCode": "sample string 9",
                              "hostType": 10,
                              "hostIdentifier": "9PLsJezuhU+3U6DRp+5dzg==",
                              "hostIdentifierGuid": "25ecf2f4-eeec-4f85-b753-a0d1a7ee5dce",
                              "storeNames": [
                                "sample string 1",
                                "sample string 2"
                              ]
                            },
                            "details": [
                              {
                                "$ref": "17"
                              },
                              {
                                "$ref": "17"
                              }
                            ]
                          },
                          "tray": {
                            "$id": "18",
                            "g_UId": "8BKf3X101UGBCTkII1ChYA==",
                            "guid": "dd9f12f0-747d-41d5-8109-39082350a160",
                            "name": "sample string 1",
                            "number": 1,
                            "tare": 1
                          },
                          "priceGroup": {
                            "$id": "19",
                            "priceGroupG_UID": "Q3mVV2UWrkKv9LuwAjTDTw==",
                            "priceGroupGuid": "57957943-1665-42ae-aff4-bbb00234c34f",
                            "name": "sample string 2",
                            "code": 1,
                            "modified": true,
                            "updated": "2025-08-02T23:25:27.0942175",
                            "buyingLimit": 1,
                            "buyingLimitIndependent": true,
                            "buyingLimitType": 0,
                            "number": 1,
                            "products": [
                              {
                                "$ref": "13"
                              },
                              {
                                "$ref": "13"
                              }
                            ],
                            "productCount": 1
                          },
                          "priceGroupName": "sample string 146",
                          "nutrifacts": {
                            "$id": "20",
                            "pluG_UID": "IrilToSPSkK3S+dUTG70TQ==",
                            "pluGuid": "4ea5b822-8f84-424a-b74b-e7544c6ef44d",
                            "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": "b16b8a76-fc02-4614-8a18-869c2d8bcbdf",
                            "created": "2025-08-02T23:25:27.0942175",
                            "createdByUser": "sample string 1",
                            "activated": "2025-08-02T23:25:27.0942175",
                            "deactivated": "2025-08-02T23:25:27.0942175",
                            "lastOrdered": "2025-08-02T23:25:27.0942175",
                            "lastOrderedQty": 2.0,
                            "lastReceived": "2025-08-02T23:25:27.0942175",
                            "lastReceivedQty": 3.0,
                            "lastInvoiceStatus": 1,
                            "lastCounted": "2025-08-02T23:25:27.0942175",
                            "lastSold": "2025-08-02T23:25:27.0942175",
                            "firstSold": "2025-08-02T23:25:27.0942175",
                            "awsUpdated": "2025-08-02T23:25:27.0942175",
                            "lastManualUpdate": "2025-08-02T23:25:27.0942175",
                            "lastManualUpdatedByUser": "sample string 5",
                            "lastUpdated": "2025-08-02T23:25:27.0942175",
                            "lastUpdatedByUser": "sample string 7",
                            "lastUpdatedByHost": "2025-08-02T23:25:27.0942175",
                            "doNotRangeUpdated": "2025-08-02T23:25:27.0942175",
                            "doNotOrderUpdated": "2025-08-02T23:25:27.0942175",
                            "tracked": "2025-08-02T23:25:27.0942175"
                          },
                          "allergens": [
                            {
                              "$id": "22",
                              "allergenID": 1,
                              "pluG_UID": "NjlSoOQHDkmyL6jVgpq8Ew==",
                              "pluGuid": "a0523936-07e4-490e-b22f-a8d5829abc13",
                              "contains": 2,
                              "allergenName": "sample string 3",
                              "storeIDs": [
                                1,
                                2
                              ]
                            },
                            {
                              "$ref": "22"
                            }
                          ],
                          "costs": {
                            "$id": "23",
                            "pluG_UID": "waRHkN7TEUmE6NDTpt5FFw==",
                            "pluGuid": "9047a4c1-d3de-4911-84e8-d0d3a6de4517",
                            "enteredCost": 1,
                            "weightedAvgCost": 1,
                            "lastCost": 1,
                            "rawEnteredCost": 2,
                            "rawWeightedAvgCost": 3,
                            "rawLastCost": 4,
                            "freight": 5.0,
                            "freightType": 6,
                            "costDecimals": 7,
                            "fifoCost": 1,
                            "updated": "2025-08-02T23:25:27.0942175",
                            "normalCost": 1,
                            "currentCost": 1
                          },
                          "sales": [
                            {
                              "$id": "24",
                              "saleHeaderID": 1,
                              "created": "2025-08-02T23:25:27.0942175",
                              "createdLocal": "2025-08-02T23:25:27.0942175",
                              "storeID": 3,
                              "storeName": "sample string 4",
                              "operatorG_Uid": "WoC/K7Y1jki+qWnkoyLyXA==",
                              "operatorGuid": "2bbf805a-35b6-488e-bea9-69e4a322f25c",
                              "operatorName": "sample string 5",
                              "tranType": 1,
                              "plu": 1,
                              "pluG_UId": "UhE3YRjTD0OgSJ/uk7SrSA==",
                              "pluGuid": "61371152-d318-430f-a048-9fee93b4ab48",
                              "normalPrice": 1,
                              "totalCents": 1,
                              "cost": 1,
                              "grossProfit": 1,
                              "quantity": 1,
                              "operator": {
                                "$id": "25",
                                "id": 1,
                                "g_Uid": "uroRV4ahp0uM9Vzow3h7nQ==",
                                "guid": "5711baba-a186-4ba7-8cf5-5ce8c3787b9d",
                                "operatorNumber": 1,
                                "shortName": "sample string 2",
                                "firstName": "sample string 3",
                                "lastName": "sample string 4",
                                "password": "sample string 5",
                                "hasPassword": true,
                                "passwordText": "sample string 6",
                                "rfidTagID": "sample string 7",
                                "blueprintID": 1,
                                "groupID": 1,
                                "groupName": "sample string 8",
                                "managerGroupID": 1,
                                "managerGroupName": "sample string 9",
                                "zoneID": 1,
                                "zoneName": "sample string 10",
                                "loggedIn": 1,
                                "lastUsedIP": "sample string 11",
                                "deleted": true,
                                "locked": true,
                                "allowOpenTill": true,
                                "webEmail": "sample string 14",
                                "simpleOperatorType": 0,
                                "webRole": "sample string 15",
                                "updated": "2025-08-02T23:25:27.0942175",
                                "passwordResetRequired": true,
                                "alteredInStore": true,
                                "startShift": "2025-08-02T23:25:27.0942175",
                                "endShift": "2025-08-02T23:25:27.0942175",
                                "machineName": "sample string 20",
                                "drawerID": 1,
                                "stores": [
                                  {
                                    "$id": "26",
                                    "operatorG_UID": "5dUXtHPKiEm6R5IRcPd4xw==",
                                    "operatorGuid": "b417d5e5-ca73-4988-ba47-921170f778c7",
                                    "storeID": 2,
                                    "operator": {
                                      "$ref": "25"
                                    },
                                    "store": {
                                      "$ref": "4"
                                    }
                                  },
                                  {
                                    "$ref": "26"
                                  }
                                ]
                              }
                            },
                            {
                              "$ref": "24"
                            }
                          ],
                          "apns": [
                            {
                              "$id": "27",
                              "pluID": 1,
                              "pluG_UID": "I2EkHCUgJk2R8zm6E+tpBA==",
                              "pluGuid": "1c246123-2025-4d26-91f3-39ba13eb6904",
                              "apn": "sample string 1",
                              "deleted": true,
                              "storeID": 1,
                              "storeIDs": [
                                1,
                                2
                              ]
                            },
                            {
                              "$ref": "27"
                            }
                          ],
                          "tuns": [
                            {
                              "$id": "28",
                              "pluG_UId": "fnuS5ooIskyYFTg93RZetA==",
                              "pluGuid": "e6927b7e-088a-4cb2-9815-383ddd165eb4",
                              "apn": "sample string 1",
                              "tun": "sample string 2",
                              "cartonQuantity": 3,
                              "product": {
                                "$ref": "13"
                              },
                              "storeIDs": [
                                1,
                                2
                              ]
                            },
                            {
                              "$ref": "28"
                            }
                          ],
                          "competitionPricing": [
                            {
                              "$id": "29",
                              "identifier": "XeHhIqMDR0WI7QdHUMmcXA==",
                              "identifierGuid": "22e1e15d-03a3-4547-88ed-074750c99c5c",
                              "pluG_UID": "1jqcG6Z2qkS1wizFgSpOtQ==",
                              "pluGuid": "1b9c3ad6-76a6-44aa-b5c2-2cc5812a4eb5",
                              "competitionID": 1,
                              "name": "sample string 2",
                              "sellMultiple": 3,
                              "retailPrice": 4,
                              "storeName": "sample string 5"
                            },
                            {
                              "$ref": "29"
                            }
                          ],
                          "supplier": {
                            "$ref": "8"
                          },
                          "supplierName": "sample string 147",
                          "children": [
                            {
                              "$ref": "13"
                            },
                            {
                              "$ref": "13"
                            }
                          ],
                          "ordering": {
                            "$ref": "11"
                          },
                          "flipChartPages": [
                            {
                              "$id": "30",
                              "identifier": "GksMbppASECCzbyL9H+97g==",
                              "groupName": "sample string 1",
                              "identifierGuid": "6e0c4b1a-409a-4048-82cd-bc8bf47fbdee",
                              "exists": true,
                              "flipChartIdentifier": "DulQaBznrEuqUxW1nTBNdg==",
                              "flipChartIdentifierGuid": "6850e90e-e71c-4bac-aa53-15b59d304d76",
                              "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": "gnlUjq+m70CyaQPEdoZLDQ==",
                              "groupIdentifierGuid": "8e547982-a6af-40ef-b269-03c476864b0d",
                              "flipChart": {
                                "$id": "31",
                                "identifier": "Yx5hhx99pUG7uGlGh8Zxmw==",
                                "identifierGuid": "87611e63-7d1f-41a5-bbb8-694687c6719b",
                                "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": "580rayyXnUC2/sC0PNDskA==",
                                  "identifierGuid": "6b2bcde7-972c-409d-b6fe-c0b43cd0ec90",
                                  "name": "sample string 2",
                                  "formType": "sample string 3",
                                  "forms": [
                                    {
                                      "$id": "33",
                                      "id": 1,
                                      "g_UID": "8tchV5qooUWhs3H8+SHuQQ==",
                                      "guid": "5721d7f2-a89a-45a1-a1b3-71fcf921ee41",
                                      "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": "rbj4c0bBIECjq8ROJZb2bQ==",
                                      "previousFormGuid": "73f8b8ad-c146-4020-a3ab-c44e2596f66d",
                                      "nextForm": 1,
                                      "nextFormG_UID": "Lh/P26b5tUWWqyd0VUZ0Uw==",
                                      "nextFormGuid": "dbcf1f2e-f9a6-45b5-96ab-277455467453",
                                      "attributes": "sample string 10",
                                      "updated": "2025-08-02T23:25:27.0942175",
                                      "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": "WT2qrVJGV0u0Hrz2hb/1YQ==",
                                          "checkoutFormGuid": "adaa3d59-4652-4b57-b41e-bcf685bff561",
                                          "identifier": "SlT6YZtnK0SwKbhUbuLXkg==",
                                          "identifierGuid": "61fa544a-679b-442b-b029-b8546ee2d792",
                                          "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": "85YW+Oj/7UyZ39/zIr61fw==",
                                          "valueGuid": "f81696f3-ffe8-4ced-99df-dff322beb57f",
                                          "buttonText": "sample string 10",
                                          "valueText": "sample string 11",
                                          "drawImageAndButton": true,
                                          "updated": "2025-08-02T23:25:27.0942175",
                                          "action": "sample string 12",
                                          "valueForm": {
                                            "$ref": "33"
                                          },
                                          "image": {
                                            "$id": "35",
                                            "name": "sample string 3.sample string 4",
                                            "imageID": 2,
                                            "imageName": "sample string 3",
                                            "imageExtension": "sample string 4",
                                            "lastUpdate": "2025-08-02T23:25:27.0942175",
                                            "imageData": "QEA=",
                                            "readOnly": true
                                          }
                                        },
                                        {
                                          "$ref": "34"
                                        }
                                      ],
                                      "panels": [
                                        {
                                          "$id": "36",
                                          "id": 1,
                                          "checkoutFormID": 2,
                                          "checkoutFormG_UID": "iV2wAO9WDUq4e0qsks5jyg==",
                                          "checkoutFormGuid": "00b05d89-56ef-4a0d-b87b-4aac92ce63ca",
                                          "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": "W2NBYEEXzki2ODcg6my6cQ==",
                                  "flipChartPageIdentifierGuid": "6041635b-1741-48ce-b638-3720ea6cba71",
                                  "pluG_UID": "4Kdz13PthUGjROLq6ykoGA==",
                                  "pluGuid": "d773a7e0-ed73-4185-a344-e2eaeb292818",
                                  "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": "8/JPCQ2FekqVzr9Svv1WSQ==",
                              "pluGuid": "094ff2f3-850d-4a7a-95ce-bf52befd5649",
                              "price": 1,
                              "costCalcMethod": 1,
                              "cost": 2,
                              "weightedAvgCost": 3,
                              "lastCost": 4,
                              "rawCost": 5,
                              "rawWeightedAvgCost": 6,
                              "rawLastCost": 7,
                              "costDecimals": 8,
                              "serviceFeeID": 9,
                              "freight": 10.0,
                              "freightType": 11,
                              "process": "sample string 12",
                              "user": "sample string 13",
                              "updated": "2025-08-02T23:25:27.0942175",
                              "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": "KnJJcBNqLEaN1A4R1ZpUiQ==",
                              "ingredientGuid": "FTJ7ALGaykOoW+yxSppnOg==",
                              "ingredientIdentifier": "007b3215-9ab1-43ca-a85b-ecb14a9a673a",
                              "quantity": 1.0,
                              "storeIDs": [
                                1,
                                2
                              ],
                              "ingredientText": "sample string 1",
                              "ingredient": {
                                "$ref": "13"
                              }
                            },
                            {
                              "$ref": "39"
                            }
                          ],
                          "bins": [
                            {
                              "$id": "40",
                              "pluG_UID": "Ca5TxrvmHECLOM1is3U6DQ==",
                              "pluGuid": "c653ae09-e6bb-401c-8b38-cd62b3753a0d",
                              "shelfLocationIdentifier": "KhjVGW7QzE+DwuQLxjlOhw==",
                              "shelfLocationGuid": "19d5182a-d06e-4fcc-83c2-e40bc6394e87",
                              "labelShelfDefault": 1,
                              "labelTalkerDefault": 1,
                              "labelSmall": true,
                              "labelPageLayoutG_UID": "ODjSM5NHbEKN2DTWkUFPjw==",
                              "labelPageLayoutGuid": "33d23838-4793-426c-8dd8-34d691414f8f",
                              "updated": "2025-08-02T23:25:27.0942175",
                              "electronicShelfLabelIdentifier": "sample string 5",
                              "electronicshelfLabelsConfigurationID": 6,
                              "labelShelfChanged": true,
                              "productName": "sample string 8",
                              "locationText": "sample string 9",
                              "product": {
                                "$ref": "13"
                              },
                              "location": {
                                "$id": "41",
                                "identifier": "XcNFzfmG5UamVvJkvFuw+Q==",
                                "storeID": 1,
                                "identifierGuid": "cd45c35d-86f9-46e5-a656-f264bc5bb0f9",
                                "name": "sample string 2",
                                "haccp": true,
                                "blueprintID": 1,
                                "updated": "2025-08-02T23:25:27.0942175",
                                "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": "SPJIGGaOeUatAhtRJrZmlQ==",
                              "pluGuid": "1848f248-8e66-4679-ad02-1b5126b66695",
                              "deptNo": 1,
                              "product": {
                                "$ref": "13"
                              },
                              "scaleLocation": {
                                "$id": "43",
                                "id": 1,
                                "deptNo": 1,
                                "deptCode": "sample string 2",
                                "name": "sample string 3",
                                "enabled": true,
                                "updated": "2025-08-02T23:25:27.0942175",
                                "department": {
                                  "$id": "44",
                                  "id": 1,
                                  "name": "sample string 2",
                                  "code": "sample string 3",
                                  "sortOrder": 4,
                                  "isLiquor": true,
                                  "isTobacco": true,
                                  "excludeTalker": true,
                                  "externalSales": true,
                                  "saleGLCode": "sample string 9",
                                  "cogsglCode": "sample string 10",
                                  "accountingCategoryID": 11,
                                  "maximumMarkdownPercentage": 12.0,
                                  "accountingOnly": true,
                                  "generateExternalID": 1,
                                  "useNonReportableTaxCode": true,
                                  "minPLU": 15,
                                  "maxPLU": 16,
                                  "scaleLocation": {
                                    "$ref": "43"
                                  },
                                  "subDepartments": [
                                    {
                                      "$id": "45",
                                      "id": 1,
                                      "departmentID": 2,
                                      "name": "sample string 3",
                                      "code": "sample string 4",
                                      "departmentCode": "sample string 5",
                                      "externalSales": true,
                                      "minorDepartments": [
                                        {
                                          "$id": "46",
                                          "id": 1,
                                          "subDepartmentID": 2,
                                          "departmentID": 3,
                                          "name": "sample string 4",
                                          "subDepartmentCode": "sample string 5",
                                          "departmentCode": "sample string 6",
                                          "code": "sample string 7",
                                          "lesserDepartments": [
                                            {
                                              "$id": "47",
                                              "id": 1,
                                              "departmentID": 2,
                                              "subDepartmentID": 3,
                                              "minorDepartmentID": 4,
                                              "name": "sample string 5",
                                              "code": "sample string 6",
                                              "departmentCode": "sample string 7",
                                              "subDepartmentCode": "sample string 8",
                                              "minorDepartmentCode": "sample string 9",
                                              "updated": "2025-08-02T23:25:27.0942175",
                                              "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": "s60ByHICxUypzqdcZj04Xw==",
                                              "labelPageLayoutGuid": "c801adb3-0272-4cc5-a9ce-a75c663d385f",
                                              "minimumAge": 17,
                                              "countryOfOrigin": "sample string 18",
                                              "serviceFeeID": 1,
                                              "eftCode": 19,
                                              "defaultPrinter": "sample string 20",
                                              "defaultPrinterGroup": "sample string 21",
                                              "buyingLimit": 1,
                                              "buyingLimitIndependent": true,
                                              "buyingLimitType": 0,
                                              "includeInDistinctLimit": true,
                                              "defaultsEmpty": false,
                                              "mscCat": {
                                                "$id": "48",
                                                "dept": 1,
                                                "category": 2,
                                                "name": "sample string 3",
                                                "active": true,
                                                "mscCommodities": [
                                                  {
                                                    "$id": "49",
                                                    "dept": 1,
                                                    "category": 2,
                                                    "commodity": 3,
                                                    "name": "sample string 4",
                                                    "active": true,
                                                    "mscSubCommodities": [
                                                      {
                                                        "$id": "50",
                                                        "dept": 1,
                                                        "category": 2,
                                                        "commodity": 3,
                                                        "subCommodity": 4,
                                                        "name": "sample string 5",
                                                        "active": true,
                                                        "subCommodityCode": "sample string 7"
                                                      },
                                                      {
                                                        "$ref": "50"
                                                      }
                                                    ],
                                                    "commodityCode": "sample string 6"
                                                  },
                                                  {
                                                    "$ref": "49"
                                                  }
                                                ],
                                                "categoryCode": "sample string 5"
                                              },
                                              "mscCom": {
                                                "$ref": "49"
                                              },
                                              "mscDep": {
                                                "$id": "51",
                                                "dept": 1,
                                                "name": "sample string 2",
                                                "active": true,
                                                "mscCategories": [
                                                  {
                                                    "$ref": "48"
                                                  },
                                                  {
                                                    "$ref": "48"
                                                  }
                                                ],
                                                "deptCode": "sample string 4"
                                              },
                                              "mscSubCom": {
                                                "$ref": "50"
                                              }
                                            },
                                            {
                                              "$ref": "47"
                                            }
                                          ],
                                          "updated": "2025-08-02T23:25:27.0942175",
                                          "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": "JwdttqYs0U+w+TqVKbKqSQ==",
                                          "labelPageLayoutGuid": "b66d0727-2ca6-4fd1-b0f9-3a9529b2aa49",
                                          "minimumAge": 15,
                                          "countryOfOrigin": "sample string 16",
                                          "serviceFeeID": 1,
                                          "eftCode": 17,
                                          "defaultPrinter": "sample string 18",
                                          "defaultPrinterGroup": "sample string 19",
                                          "buyingLimit": 1,
                                          "buyingLimitIndependent": true,
                                          "buyingLimitType": 0,
                                          "includeInDistinctLimit": true,
                                          "defaultsEmpty": false,
                                          "mscCat": {
                                            "$ref": "48"
                                          },
                                          "mscCom": {
                                            "$ref": "49"
                                          },
                                          "mscDep": {
                                            "$ref": "51"
                                          },
                                          "mscSubCom": {
                                            "$ref": "50"
                                          }
                                        },
                                        {
                                          "$ref": "46"
                                        }
                                      ],
                                      "investmentBuyOverride": true,
                                      "updated": "2025-08-02T23:25:27.0942175",
                                      "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": "cN0kvri7o06xW9ouan7bZA==",
                                      "labelPageLayoutGuid": "be24dd70-bbb8-4ea3-b15b-da2e6a7edb64",
                                      "minimumAge": 15,
                                      "countryOfOrigin": "sample string 16",
                                      "serviceFeeID": 1,
                                      "eftCode": 17,
                                      "defaultPrinter": "sample string 18",
                                      "defaultPrinterGroup": "sample string 19",
                                      "buyingLimit": 1,
                                      "buyingLimitIndependent": true,
                                      "buyingLimitType": 0,
                                      "includeInDistinctLimit": true,
                                      "defaultsEmpty": false,
                                      "mscCat": {
                                        "$ref": "48"
                                      },
                                      "mscCom": {
                                        "$ref": "49"
                                      },
                                      "mscDep": {
                                        "$ref": "51"
                                      },
                                      "mscSubCom": {
                                        "$ref": "50"
                                      }
                                    },
                                    {
                                      "$ref": "45"
                                    }
                                  ],
                                  "stores": [
                                    1,
                                    2
                                  ],
                                  "investmentBuyOverride": true,
                                  "updated": "2025-08-02T23:25:27.0942175",
                                  "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": "pTJV4b3eAE2i4IgCclbodQ==",
                                  "labelPageLayoutGuid": "e15532a5-debd-4d00-a2e0-88027256e875",
                                  "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": "wwsluyhytkCz+1QR5rH8Dg==",
                            "pluGuid": "bb250bc3-7228-40b6-b3fb-5411e6b1fc0e",
                            "newPrice": 1,
                            "pctDiscount": 1,
                            "newCost": 1,
                            "newCostDecimals": 6,
                            "dealCostIdentifier": "XIZMtydB0kOiMldlB60GTg==",
                            "dealCostGuid": "b74c865c-4127-43d2-a232-576507ad064e",
                            "pluName": "sample string 7",
                            "apn": "sample string 8",
                            "fuelItem": true,
                            "priceGroupG_UID": "+LNH8Trvtk+jnF3edXgw4w==",
                            "priceGroupGuid": "f147b3f8-ef3a-4fb6-a39c-5dde757830e3",
                            "itemNumber": "sample string 10",
                            "cri": "sample string 11",
                            "pluPrice": 12,
                            "pluCost": 13,
                            "pluCostIndicator": "sample string 14",
                            "pluPriceGstPercent": 15,
                            "pluCostGstPercent": 16,
                            "pluActive": true,
                            "cartonQty": 1.1,
                            "baseUnits": 18.1,
                            "salesMode": 1,
                            "pluNormalCost": 19,
                            "pluaws": 20.0,
                            "directNumber": "sample string 21",
                            "departmentName": "sample string 22",
                            "subDepartmentName": "sample string 23",
                            "priceGroupName": "sample string 24",
                            "supplierName": "sample string 25",
                            "stockOnHand": 1.1,
                            "stockOnOrder": 1.1,
                            "lastReceived": "2025-08-02T23:25:27.0942175",
                            "rrp": 26,
                            "campaignDescription": "sample string 27",
                            "campaignComboPriceGroupG_UID": "lHhbYgnmhEy/550MTv9Kqw==",
                            "campaignComboPriceGroupIdentifier": "625b7894-e609-4c84-bfe7-9d0c4eff4aab",
                            "promotionPlacementDescription": "sample string 28",
                            "storeAcceptances": [
                              {
                                "$id": "53",
                                "plu": 1,
                                "pluG_UId": "QEA=",
                                "campaignID": 1,
                                "campaignName": "sample string 2",
                                "storeID": 3,
                                "acceptedUtc": "2025-08-02T23:25:27.0942175",
                                "operatorG_UID": "vraMFy24bUa4ogdSyFykcA==",
                                "operatorGuid": "178cb6be-b82d-466d-b8a2-0752c85ca470",
                                "machineID": 1,
                                "processed": true,
                                "appliedUtc": "2025-08-02T23:25:27.0942175",
                                "signIqTicketFileMovedUtc": "2025-08-02T23:25:27.0942175",
                                "user": "sample string 6",
                                "campaignDescription": "sample string 7",
                                "productDesc": "sample string 8",
                                "storeName": "sample string 9",
                                "effectiveUtc": "2025-08-02T23:25:27.0942175",
                                "priceChangeType": 0,
                                "operatorName": "sample string 10",
                                "hostCampaign": true,
                                "product": {
                                  "$ref": "13"
                                },
                                "campaignPlu": {
                                  "$ref": "52"
                                }
                              },
                              {
                                "$ref": "53"
                              }
                            ],
                            "campaign": {
                              "$id": "54",
                              "id": 1,
                              "storeID": 2,
                              "name": "fff9f6f1-73e5-49ac-92cb-92472df897a0",
                              "nameGuid": "fff9f6f1-73e5-49ac-92cb-92472df897a0",
                              "description": "sample string 4",
                              "showDiscounts": true,
                              "showTotals": true,
                              "onlyEvaluateOnSubtotal": true,
                              "useDescription": true,
                              "campaignType": 1,
                              "startDate": "2025-08-02T23:25:27.0942175",
                              "startTime": 1,
                              "endDate": "2025-08-02T23:25:27.0942175",
                              "endTime": 1,
                              "recurrence": 1,
                              "recurrenceType": 1,
                              "monthType": 1,
                              "weekDays": 1,
                              "months": 1,
                              "monthWeeks": 1,
                              "monthDays": "sample string 7",
                              "printed": true,
                              "talkerText": "sample string 8",
                              "rangeDescription": "sample string 9",
                              "dealDescription": "sample string 10",
                              "labelQuantity": 11,
                              "active": 1,
                              "deactivated": "2025-08-02T23:25:27.0942175",
                              "system": true,
                              "created": "2025-08-02T23:25:27.0942175",
                              "updated": "2025-08-02T23:25:27.0942175",
                              "priceChangeNotifiedUtc": "2025-08-02T23:25:27.0942175",
                              "promoType": 1,
                              "promotionTypeCode": "sample string 13",
                              "hostIdentifier": "gOeyE2BHI0+EFX4aQvezXg==",
                              "hostIdentifierGuid": "13b2e780-4760-4f23-8415-7e1a42f7b35e",
                              "hostType": 14,
                              "createdByUser": "sample string 15",
                              "fromHost": true,
                              "deleted": true,
                              "campaignDeleted": "2025-08-02T23:25:27.0942175",
                              "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": "j1yAZUzz7UiZPXDtJ9Xrxg==",
                                  "pluGuid": "65805c8f-f34c-48ed-993d-70ed27d5ebc6",
                                  "hostOfferID": 1,
                                  "priceGroupG_UID": "iQI63WRjd0KAf9e9cqSDTg==",
                                  "priceGroupGuid": "dd3a0289-6364-4277-807f-d7bd72a4834e",
                                  "fuelItem": true,
                                  "pluName": "sample string 6",
                                  "apn": "sample string 7",
                                  "pluActive": true,
                                  "cartonQty": 1,
                                  "baseUnits": 9.1,
                                  "cri": "sample string 10",
                                  "salesMode": 1,
                                  "pluaws": 11.0,
                                  "directNumber": "sample string 12",
                                  "departmentName": "sample string 13",
                                  "subDepartmentName": "sample string 14",
                                  "priceGroupName": "sample string 15",
                                  "supplierName": "sample string 16",
                                  "stockOnHand": 1.1,
                                  "stockOnOrder": 1.1,
                                  "lastReceived": "2025-08-02T23:25:27.0942175",
                                  "rrp": 17,
                                  "campaignDescription": "sample string 18",
                                  "product": {
                                    "$ref": "13"
                                  },
                                  "campaign": {
                                    "$ref": "54"
                                  }
                                },
                                {
                                  "$ref": "55"
                                }
                              ],
                              "sellingRules": [
                                {
                                  "$id": "56",
                                  "id": 1,
                                  "identifier": "RT1IgQwRaUKWB9PuAl0J2g==",
                                  "identifierStr": "RT1IgQwRaUKWB9PuAl0J2g==",
                                  "identifierGuid": "81483d45-110c-4269-9607-d3ee025d09da",
                                  "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": "Np2Je8jZkUSnktlnxJn8eg==",
                                  "customerIDGuid": "7b899d36-d9c8-4491-a792-d967c499fc7a",
                                  "campaign": {
                                    "$ref": "54"
                                  },
                                  "customer": {
                                    "$id": "58",
                                    "identifier": "1CzcRhNwGkO8qdLZaUWA4w==",
                                    "identifierGuid": "46dc2cd4-7013-431a-bca9-d2d9694580e3",
                                    "code": "sample string 2",
                                    "familyName": "sample string 3",
                                    "givenName": "sample string 4",
                                    "otherName": "sample string 5",
                                    "title": "sample string 6",
                                    "dateOfBirth": "2025-08-02T23:25:27.0942175",
                                    "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": "pIEILtwNZk6O3yd10IJKFg==",
                                    "communityIdentifierGuid": "2e0881a4-0ddc-4e66-8edf-2775d0824a16",
                                    "joined": "2025-08-02T23:25:27.0942175",
                                    "updated": "2025-08-02T23:25:27.0942175",
                                    "active": true,
                                    "reasonInactive": 1,
                                    "groupCustomer": true,
                                    "loyaltyPoints": 1,
                                    "homeStoreID": 1,
                                    "availableSpend": 1,
                                    "priceLevelIdentifier": "iwy5m4cNq0qNrrGLYzA+yg==",
                                    "priceLevelIdentifierGuid": "9bb90c8b-0d87-4aab-8dae-b18b63303eca",
                                    "marketingID": "sample string 18",
                                    "hidden": true,
                                    "registered": true,
                                    "registeredOn": "2025-08-02T23:25:27.0942175",
                                    "emailMarketing": true,
                                    "smsMarketing": true,
                                    "deleted": true,
                                    "deletedUser": "sample string 24",
                                    "homeStoreName": "sample string 25",
                                    "customerCards": [
                                      {
                                        "$id": "59",
                                        "cardType": 2,
                                        "issueDate": "2025-08-02T23:25:27.0942175",
                                        "expiry": "2025-08-02T23:25:27.0942175",
                                        "customerID": "3stJ+ogf7Ey1/cW+sxeKQQ==",
                                        "customerIDGuid": "fa49cbde-1f88-4cec-b5fd-c5beb3178a41",
                                        "initialValue": 1,
                                        "currentValue": 1,
                                        "maxLimit": 1,
                                        "minTransaction": 1,
                                        "maxTransaction": 1,
                                        "multiplier": 1.1,
                                        "active": true,
                                        "reasonInactive": 1,
                                        "idRequired": true,
                                        "idType": 1,
                                        "idValue": "sample string 5",
                                        "updated": "2025-08-02T23:25:27.0942175",
                                        "linkedAccount": "+FDBPMZopUiB2dJ7JI5hwQ==",
                                        "linkedAccountGuid": "3cc150f8-68c6-48a5-81d9-d27b248e61c1",
                                        "currentValueChanged": true,
                                        "limitsChanged": true,
                                        "customer": {
                                          "$ref": "58"
                                        },
                                        "account": {
                                          "$id": "60",
                                          "id": 1,
                                          "identifier": "PyvqE+6bY0aVwwUcBprJrA==",
                                          "identifierGuid": "13ea2b3f-9bee-4663-95c3-051c069ac9ac",
                                          "referenceNo": "sample string 3",
                                          "name": "sample string 4",
                                          "created": "2025-08-02T23:25:27.0942175",
                                          "owner": "Cn0XcvDwX0+qkqsyExAM+w==",
                                          "ownerGuid": "72177d0a-f0f0-4f5f-aa92-ab3213100cfb",
                                          "accountStoreGroupIdentifier": "q8D9M6wA30eaxNLnTRKGvw==",
                                          "accountStoreGroupGuid": "33fdc0ab-00ac-47df-9ac4-d2e74d1286bf",
                                          "accountType": 1,
                                          "currentBalance": 1,
                                          "externalID": "sample string 7",
                                          "maximumLimit": 1,
                                          "accruePoints": true,
                                          "loyaltyPoints": 1,
                                          "termsOfTrade": 1,
                                          "signatureRequired": true,
                                          "referenceRequired": true,
                                          "statementSendType": 10,
                                          "ageingPeriod": 1,
                                          "monthlyAgeingPeriod": true,
                                          "explodedInvoice": true,
                                          "isFifoAllocation": true,
                                          "lastStatementSent": "2025-08-02T23:25:27.0942175",
                                          "active": true,
                                          "updated": "2025-08-02T23:25:27.0942175",
                                          "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": "L87cOFtWtUCHim+pYWLNxA==",
                                              "identifierGuid": "38dcce2f-565b-40b5-878a-6fa96162cdc4",
                                              "name": "sample string 2",
                                              "primaryContact": "gSfvySYhtkq1CoWa3YYeXQ==",
                                              "primaryContactGuid": "c9ef2781-2126-4ab6-b50a-859add861e5d",
                                              "accountID": "CWPJqEB+zkyi5yhRYzbOpA==",
                                              "accountIDGuid": "a8c96309-7e40-4cce-a2e7-28516336cea4",
                                              "special": true,
                                              "updated": "2025-08-02T23:25:27.0942175",
                                              "active": true,
                                              "reasonInactive": 1,
                                              "priceLevelIdentifier": "fByt8rm9kkmuXmIF9liI1A==",
                                              "priceLevelIdentifierGuid": "f2ad1c7c-bdb9-4992-ae5e-6205f65888d4",
                                              "deleted": true,
                                              "account": {
                                                "$ref": "60"
                                              },
                                              "primaryContactCustomer": {
                                                "$ref": "58"
                                              },
                                              "customerGroupMembers": [
                                                {
                                                  "$id": "63",
                                                  "id": 1,
                                                  "groupID": "TAk9SqnT0kGG5C4B4rVIQw==",
                                                  "groupIDGuid": "4a3d094c-d3a9-41d2-86e4-2e01e2b54843",
                                                  "customerID": "xFT4/97JvkGnvOQCAhBnKg==",
                                                  "customerIDGuid": "fff854c4-c9de-41be-a7bc-e4020210672a",
                                                  "card": "sample string 4",
                                                  "linkedAccount": "1ady8OJ3skafAwBewPuLpg==",
                                                  "linkedAccountGuid": "f072a7d5-77e2-46b2-9f03-005ec0fb8ba6",
                                                  "customer": {
                                                    "$ref": "58"
                                                  },
                                                  "group": {
                                                    "$ref": "62"
                                                  },
                                                  "customerCard": {
                                                    "$ref": "59"
                                                  }
                                                },
                                                {
                                                  "$ref": "63"
                                                }
                                              ]
                                            },
                                            {
                                              "$ref": "62"
                                            }
                                          ]
                                        },
                                        "payments": [
                                          {
                                            "$id": "64",
                                            "id": 1,
                                            "identifier": "5m/83jGDvUih4mAamZE/Aw==",
                                            "identifierGuid": "defc6fe6-8331-48bd-a1e2-601a99913f03",
                                            "storeID": 2,
                                            "operatorName": "sample string 3",
                                            "saleHeaderID": 4,
                                            "paymentType": 5,
                                            "amount": 6,
                                            "account": "sample string 7",
                                            "accountID": "AZuhLRuPJECis6O9x5Qe9g==",
                                            "accountIDGuid": "2da19b01-8f1b-4024-a2b3-a3bdc7941ef6",
                                            "customerAccount": {
                                              "$ref": "60"
                                            },
                                            "customerCard": {
                                              "$ref": "59"
                                            },
                                            "accountType": 1,
                                            "cardName": "sample string 8",
                                            "authorisationNumber": "sample string 9",
                                            "bankReference": "sample string 10",
                                            "merchantID": "sample string 11",
                                            "terminalID": "sample string 12",
                                            "cardNumber": "sample string 13",
                                            "paymentDate": "2025-08-02T23:25:27.0942175",
                                            "invRocNo": "sample string 14",
                                            "responseCode": "sample string 15",
                                            "cashout": 1,
                                            "tip": 16,
                                            "idempotentVoid": "uIMvWtx+Mkqv+3O9T5N9cA==",
                                            "idempotentVoidGuid": "5a2f83b8-7edc-4a32-affb-73bd4f937d70",
                                            "offline": true,
                                            "processed": 1,
                                            "storeSaleHeader": {
                                              "$id": "65",
                                              "saleHeaderID": 1,
                                              "saleHeaderGuid": "pipRXntyj0aXVVfYRwrcoQ==",
                                              "saleHeaderIdentifierGuid": "5e512aa6-727b-468f-9755-57d8470adca1",
                                              "created": "2025-08-02T23:25:27.0942175",
                                              "createdLocal": "2025-08-02T23:25:27.0942175",
                                              "createdText": "sample string 4",
                                              "itemCount": 5,
                                              "totalAmount": 6,
                                              "cashTender": 1,
                                              "cardTender": 1,
                                              "cheqTender": 1,
                                              "acctTender": 1,
                                              "voucherTender": 1,
                                              "loyaltyPoints": 1,
                                              "cashout": 1,
                                              "changeAmount": 1,
                                              "rounding": 1,
                                              "gstAmount": 1,
                                              "transactionDiscountTender": 1,
                                              "totalTip": 7,
                                              "tranType": 1,
                                              "processed": 1,
                                              "imported": "2025-08-02T23:25:27.0942175",
                                              "storeID": 1,
                                              "operatorG_Uid": "Xs0Bg/4H+0yIcDDN6nFosA==",
                                              "operatorGuid": "8301cd5e-07fe-4cfb-8870-30cdea7168b0",
                                              "customerG_Uid": "uD7GDcW6k0i8ePxVz4Sw/w==",
                                              "customerGuid": "0dc63eb8-bac5-4893-bc78-fc55cf84b0ff",
                                              "communityIdentifier": "pivWAOP5OkSMfDJDeCdjZw==",
                                              "communityIdentifierGuid": "00d62ba6-f9e3-443a-8c7c-324378276367",
                                              "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": "7w+/+9c+o0a32DVGH1nf8w==",
                                              "priceLevelIdentifierGuid": "fbbf0fef-3ed7-46a3-b7d8-35461f59dff3",
                                              "locked": 36,
                                              "relationChecksum": "sample string 37",
                                              "loyaltyTender": 1,
                                              "giftCardTender": 1,
                                              "operator": {
                                                "$ref": "25"
                                              },
                                              "customer": {
                                                "$ref": "58"
                                              },
                                              "communityOrganisation": {
                                                "$id": "66",
                                                "id": 1,
                                                "identifier": "zOGlEX5FkUisUAaXqMarAg==",
                                                "identifierGuid": "11a5e1cc-457e-4891-ac50-0697a8c6ab02",
                                                "name": "sample string 3",
                                                "lookupIdentifier": "sample string 4",
                                                "externalID": "sample string 5",
                                                "phone": "sample string 6",
                                                "fax": "sample string 7",
                                                "email": "sample string 8",
                                                "address1": "sample string 9",
                                                "address2": "sample string 10",
                                                "city": "sample string 11",
                                                "postCode": "sample string 12",
                                                "state": "sample string 13",
                                                "country": "sample string 14",
                                                "totalAmountAwarded": 15.1,
                                                "updated": "2025-08-02T23:25:27.0942175",
                                                "deleted": true
                                              },
                                              "details": [
                                                {
                                                  "$id": "67",
                                                  "saleItemID": 1,
                                                  "identifier": "DQ7QlW/dHEyL393v6XD2hw==",
                                                  "identifierGuid": "95d00e0d-dd6f-4c1c-8bdf-ddefe970f687",
                                                  "saleHeaderID": 2,
                                                  "plu": 1,
                                                  "pluG_UId": "VNkjPr8WqEe2dtklRLWmKQ==",
                                                  "pluGuid": "3e23d954-16bf-47a8-b676-d92544b5a629",
                                                  "accountID": "tyCSm9zwwU2WtOZdEhwBtA==",
                                                  "accountIDGuid": "9b9220b7-f0dc-4dc1-96b4-e65d121c01b4",
                                                  "normalPrice": 3,
                                                  "originalSellingPrice": 4,
                                                  "discountPrice": 5,
                                                  "unit": 1,
                                                  "quantity": 6,
                                                  "totalCents": 7,
                                                  "fixedPrice": 1,
                                                  "tranType": 1,
                                                  "discountType": 1,
                                                  "cost": 1,
                                                  "costDecimals": 8,
                                                  "markdown": 1,
                                                  "manualQuantity": 1,
                                                  "manualPrice": 1,
                                                  "manualMode": 1,
                                                  "active": 1,
                                                  "offline": true,
                                                  "barcode": "sample string 9",
                                                  "keyedSale": 1,
                                                  "discountedID": 1,
                                                  "fuelID": 1,
                                                  "serialNumber": "sample string 10",
                                                  "bestOrExpire": "2025-08-02T23:25:27.0942175",
                                                  "bestOrExpireType": 1,
                                                  "providerName": "sample string 11",
                                                  "refundG_UID": "YI6DYmf4sE+tpCctsF4z3g==",
                                                  "refundGuid": "62838e60-f867-4fb0-ada4-272db05e33de",
                                                  "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": "gKDDM4ElvEK6oSIMsVa/lA==",
                                                  "idempotentVoidGuid": "33c3a080-2581-42bc-baa1-220cb156bf94",
                                                  "priceLevelIdentifier": "BW2+H40F7kSzvi/Lv7yXAg==",
                                                  "priceLevelIdentifierGuid": "1fbe6d05-058d-44ee-b3be-2fcbbfbc9702",
                                                  "productName": "sample string 23",
                                                  "apn": "sample string 24",
                                                  "unknownScans": [
                                                    {
                                                      "$id": "68",
                                                      "id": 1,
                                                      "saleDetailID": 2,
                                                      "storeID": 1,
                                                      "scanned": "2025-08-02T23:25:27.0942175",
                                                      "operatorG_UID": "QEA=",
                                                      "barcode": "sample string 4",
                                                      "processed": 1
                                                    },
                                                    {
                                                      "$ref": "68"
                                                    }
                                                  ],
                                                  "refund": {
                                                    "$id": "69",
                                                    "id": 1,
                                                    "g_UID": "zmLTOlHB/ECIg9DNWJdZ+A==",
                                                    "guid": "3ad362ce-c151-40fc-8883-d0cd589759f8",
                                                    "description": "sample string 1",
                                                    "dumped": true,
                                                    "inventoryReasonID": 1,
                                                    "sortOrder": 1,
                                                    "updated": "2025-08-02T23:25:27.0942175"
                                                  },
                                                  "modifier": {
                                                    "$id": "70",
                                                    "id": 1,
                                                    "setG_UID": "8L+8kFm6OUaCAAzMq48gdA==",
                                                    "modifierSetGuid": "90bcbff0-ba59-4639-8200-0cccab8f2074",
                                                    "name": "sample string 2",
                                                    "price": 1,
                                                    "quantity": 1,
                                                    "modifierType": 1,
                                                    "groupNumber": 1,
                                                    "pageNumber": 1,
                                                    "controlOrder": 1,
                                                    "printToStation": true,
                                                    "pluG_UID": "Nz0RxzeZWUWGhrOVzSeSpw==",
                                                    "pluGuid": "c7113d37-9937-4559-8686-b395cd2792a7",
                                                    "deleted": true,
                                                    "g_UID": "V0VY2NQ0LE+2MlgSOLNKcA==",
                                                    "guid": "d8584557-34d4-4f2c-b632-581238b34a70",
                                                    "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": "7DkNrmg4YESvBSZVIkLeCQ==",
                                                  "pluGuid": "ae0d39ec-3868-4460-af05-26552242de09",
                                                  "saleHeaderID": 2,
                                                  "totalCents": 3,
                                                  "grade": 1,
                                                  "gradeDescription": "sample string 4",
                                                  "dispenser": 1,
                                                  "hose": 1,
                                                  "quantity": 1,
                                                  "cost": 1,
                                                  "acquirerNum": 1,
                                                  "attendant": 1,
                                                  "ePurseBalance": 1.0,
                                                  "cardSignature": "sample string 5",
                                                  "compartmentNumber": 1,
                                                  "contractNumber": 1,
                                                  "discountCardPAN": "sample string 6",
                                                  "discountID": 1,
                                                  "discountName": "sample string 7",
                                                  "discountNetValue": 1.0,
                                                  "discountType": 1,
                                                  "discountValue": 1.0,
                                                  "discretionaryData": "sample string 8",
                                                  "driverID": "sample string 9",
                                                  "eftBatchNumber": 1,
                                                  "eftResponseCode": "sample string 10",
                                                  "endDateTime": "2025-08-02T23:25:27.0942175",
                                                  "engineHours": 1.1,
                                                  "fposNumber": 1,
                                                  "loyaltyCardPAN": "sample string 11",
                                                  "miscData1": 1,
                                                  "miscData2": "sample string 12",
                                                  "miscFlags": 1,
                                                  "mop": 1,
                                                  "odometer": 1,
                                                  "panNumber": "sample string 13",
                                                  "saleRefund": true,
                                                  "saleStatus": 1,
                                                  "sequenceNumber": 1,
                                                  "stan": 1,
                                                  "startDateTime": "2025-08-02T23:25:27.0942175",
                                                  "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": "7DRdOKYmyk2tRkI9bRyDFw==",
                                                  "pluGuid": "385d34ec-26a6-4dca-ad46-423d6d1c8317",
                                                  "accountID": "RhWi0+IPpUKylyFGXfMdoQ==",
                                                  "accountIDGuid": "d3a21546-0fe2-42a5-b297-21465df31da1",
                                                  "normalPrice": 3,
                                                  "originalSellingPrice": 4,
                                                  "discountPrice": 5,
                                                  "unit": 1,
                                                  "quantity": 6,
                                                  "totalCents": 7,
                                                  "fixedPrice": 1,
                                                  "tranType": 1,
                                                  "processed": 1,
                                                  "discountType": 1,
                                                  "cost": 1,
                                                  "costDecimals": 1,
                                                  "markdown": 1,
                                                  "manualQuantity": 1,
                                                  "manualPrice": 1,
                                                  "manualMode": 1,
                                                  "active": 1,
                                                  "barcode": "sample string 8",
                                                  "offline": 1,
                                                  "keyedSale": 1,
                                                  "discountedID": 1,
                                                  "fuelID": 1,
                                                  "serialNumber": "sample string 9",
                                                  "bestOrExpire": "2025-08-02T23:25:27.0942175",
                                                  "bestOrExpireType": 1,
                                                  "refundG_UID": "mIEPinMj5UGTa1NARQHiNQ==",
                                                  "refundGuid": "8a0f8198-2373-41e5-936b-53404501e235",
                                                  "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": "I9ww6ql+zU2xmxEQG13oaA==",
                                                  "identifierGuid": "ea30dc23-7ea9-4dcd-b19b-11101b5de868",
                                                  "id": 1,
                                                  "orderNo": 2,
                                                  "externalSaleIdentifier": "sample string 3",
                                                  "storeID": 4,
                                                  "zoneID": 5,
                                                  "deptNo": 6,
                                                  "customerIdentifier": "btbTi9ckS06VUNPhTKmhqA==",
                                                  "customerIdentifierGuid": "8bd3d66e-24d7-4e4b-9550-d3e14ca9a1a8",
                                                  "operatorNo": 1,
                                                  "operatorG_UID": "za9jBjqpQUWHHuG6oACnWQ==",
                                                  "operatorGuid": "0663afcd-a93a-4541-871e-e1baa000a759",
                                                  "created": "2025-08-02T23:25:27.0942175",
                                                  "ordered": "2025-08-02T23:25:27.0942175",
                                                  "started": "2025-08-02T23:25:27.0942175",
                                                  "completed": "2025-08-02T23:25:27.0942175",
                                                  "supplied": "2025-08-02T23:25:27.0942175",
                                                  "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": "vvs99FyFo0aK850Gp6NY8g==",
                                                      "pluGuid": "f43dfbbe-855c-46a3-8af3-9d06a7a358f2",
                                                      "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": "JlFdcS9Ph0aHOBLq93bIvA==",
                                                      "headerIdentifierGuid": "715d5126-4f2f-4687-8738-12eaf776c8bc",
                                                      "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": "haQyeXl2GEWJ5t78x/4vWg==",
                                                  "surveyGuid": "7932a485-7679-4518-89e6-defcc7fe2f5a",
                                                  "saleHeaderGuid": "QrGXeaKC70q4Yd0X5D2SWA==",
                                                  "saleGuid": "7997b142-82a2-4aef-b861-dd17e43d9258",
                                                  "textResponse": "sample string 1",
                                                  "integerResponse": 1,
                                                  "g_UIDResponse": "p85A/3VZ10m7Xg6GanjRgg==",
                                                  "guidResponse": "ff40cea7-5975-49d7-bb5e-0e866a78d182",
                                                  "whoAnswered": 2,
                                                  "answeredAtUTC": "2025-08-02T23:25:27.0942175",
                                                  "sale": {
                                                    "$ref": "65"
                                                  },
                                                  "survey": {
                                                    "$id": "79",
                                                    "g_UID": "rtf/qJAz8EeEa3q/tYRnoQ==",
                                                    "guid": "a8ffd7ae-3390-47f0-846b-7abfb58467a1",
                                                    "name": "sample string 1",
                                                    "storeID": 2,
                                                    "zoneID": 1,
                                                    "checkoutFormG_UID": "PkCw/pWb8UGf0CmMfa7t3w==",
                                                    "checkoutFormGuid": "feb0403e-9b95-41f1-9fd0-298c7daeeddf",
                                                    "displayToWho": 3,
                                                    "displayWhen": 4,
                                                    "start": "2025-08-02T23:25:27.0942175",
                                                    "end": "2025-08-02T23:25:27.0942175",
                                                    "deleted": true,
                                                    "updated": "2025-08-02T23:25:27.0942175",
                                                    "possibleIntegerResponses": [
                                                      1,
                                                      2
                                                    ],
                                                    "possibleTextResponses": [
                                                      "sample string 1",
                                                      "sample string 2"
                                                    ],
                                                    "possibleGuidResponses": [
                                                      "8f71569b-71dc-4944-b9c3-7dbb2679e609",
                                                      "a61c13a2-3363-4118-b601-e13ece5c0a69"
                                                    ],
                                                    "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": "iqeTwkyGNUSTITlBpRU2zw==",
                                              "accountIdentifier": "c293a78a-864c-4435-9321-3941a51536cf",
                                              "accountName": "sample string 42",
                                              "customerOrderIdentifier": "ry8XewfCiUKfJNbfx4gb2Q==",
                                              "customerOrderIdentifierGuid": "7b172faf-c207-4289-9f24-d6dfc7881bd9",
                                              "priceLevelName": "sample string 43",
                                              "revision": 44,
                                              "ingressId": "sample string 45"
                                            },
                                            "metadata": {
                                              "$id": "80",
                                              "id": 1,
                                              "paymentID": 2,
                                              "paymentIdentifier": "Gj335Jbfa0qr3gZszpz9gw==",
                                              "paymentIdentifierGuid": "e4f73d1a-df96-4a6b-abde-066cce9cfd83",
                                              "identifier": "0ILy0TsWtkS9KTHiG6lv7g==",
                                              "identifierGuid": "d1f282d0-163b-44b6-bd29-31e21ba96fee",
                                              "metadata": "sample string 3",
                                              "signatureImage": "QEA=",
                                              "itemIdentifier": "Vj6+p61gQEm3PQoL7mDbDg==",
                                              "itemIdentifierGuid": "a7be3e56-60ad-4940-b73d-0a0bee60db0e"
                                            }
                                          },
                                          {
                                            "$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": "16P98yKuVkGrSXH9lopQBw==",
                                        "customerIdentifierGuid": "f3fda3d7-ae22-4156-ab49-71fd968a5007",
                                        "voucherName": "sample string 2",
                                        "count": 3,
                                        "storeID": 4,
                                        "barcode": "sample string 5",
                                        "redeemCount": 6,
                                        "issueCount": 7,
                                        "storeSalePaymentID": 1,
                                        "idempotentID": "+UTQTbrot0uyzEsW+FwERA==",
                                        "idempotentGuid": "4dd044f9-e8ba-4bb7-b2cc-4b16f85c0444",
                                        "offline": true,
                                        "voucher": {
                                          "$id": "82",
                                          "id": 1,
                                          "name": "sample string 2",
                                          "description": "sample string 3",
                                          "shortDescription": "sample string 4",
                                          "url": "sample string 5",
                                          "barcodeTemplateID": 1,
                                          "expiry": 0,
                                          "voucherType": 6,
                                          "limitPerTransaction": 7,
                                          "customerTracking": true,
                                          "discountAccount": "sample string 9",
                                          "endDate": "2025-08-02T23:25:27.0942175",
                                          "barcodeTemplate": {
                                            "$id": "83",
                                            "templateID": 1,
                                            "template": "sample string 1",
                                            "bcFunction": "sample string 2",
                                            "sortOrder": 3
                                          },
                                          "scaleLabel": {
                                            "$id": "84",
                                            "id": 1,
                                            "uid": "sample string 2",
                                            "name": "sample string 3",
                                            "width": 1.1,
                                            "height": 1.1,
                                            "showBorder": true,
                                            "borderWidth": 1.1,
                                            "borderStyle": 1,
                                            "borderColour": "sample string 5",
                                            "updated": "2025-08-02T23:25:27.0942175",
                                            "labelPageLayout": "kB+qdvJQC0uxktKFH9Ylvg==",
                                            "pageLayoutGuid": "76aa1f90-50f2-4b0b-b192-d2851fd625be",
                                            "labelType": 6,
                                            "oldName": "sample string 7",
                                            "voucher": {
                                              "$ref": "82"
                                            },
                                            "elements": [
                                              {
                                                "$id": "85",
                                                "id": 1,
                                                "scaleLabelID": 2,
                                                "showPercentDI": true,
                                                "showAvgPerHundred": true,
                                                "showAvgPerServe": true,
                                                "name": "sample string 6",
                                                "x": 1.1,
                                                "y": 1.1,
                                                "width": 1.1,
                                                "height": 1.1,
                                                "type": 1,
                                                "rotation": 1,
                                                "text": "sample string 7",
                                                "fontFamily": "sample string 8",
                                                "align": 1,
                                                "bold": true,
                                                "italic": true,
                                                "underline": true,
                                                "strikeout": true,
                                                "reverse": true,
                                                "textColour": "sample string 9",
                                                "fontSize": 1.1,
                                                "picture": "QEA=",
                                                "borderWidth": 10,
                                                "sortOrder": 11,
                                                "printOptions": 12,
                                                "superScriptTextFontSize": 1.1,
                                                "lineStyle": 1,
                                                "spacingStyle": 1,
                                                "interCharacterSpacing": 1.1,
                                                "superScriptOffset": 1.1,
                                                "lineSpacing": 1.1,
                                                "dateFormat": "sample string 13",
                                                "autoGrow": true,
                                                "fontAutoResize": true,
                                                "updated": "2025-08-02T23:25:27.0942175"
                                              },
                                              {
                                                "$ref": "85"
                                              }
                                            ]
                                          },
                                          "customerVouchers": [
                                            {
                                              "$id": "86",
                                              "id": 1,
                                              "customerIdentifier": "TBW1zfnVPUKuCuuCbKtF6w==",
                                              "customerIdentifierGuid": "cdb5154c-d5f9-423d-ae0a-eb826cab45eb",
                                              "voucherID": 3,
                                              "voucherName": "sample string 4",
                                              "storeID": 1,
                                              "barcode": "sample string 5",
                                              "dateOfIssue": "2025-08-02T23:25:27.0942175",
                                              "issuedSaleHeaderID": 1,
                                              "issuedSaleIdentifier": "sample string 7",
                                              "issuedOfflinePaymentID": 1,
                                              "issuedIdempotentID": "IlzztWCVgEqAVL8jUQdU3g==",
                                              "issuedIdempotentGuid": "b5f35c22-9560-4a80-8054-bf23510754de",
                                              "issuedOffline": true,
                                              "issuedUser": "sample string 9",
                                              "issuedNotes": "sample string 10",
                                              "expiryDate": "2025-08-02T23:25:27.0942175",
                                              "expiredUser": "sample string 11",
                                              "expiredNotes": "sample string 12",
                                              "redeemed": "2025-08-02T23:25:27.0942175",
                                              "redeemedSaleHeaderID": 1,
                                              "redeemedSaleIdentifier": "sample string 13",
                                              "redeemedOfflinePaymentID": 1,
                                              "redeemedIdempotentID": "bf4htlPRk06Xgnj+SZlasA==",
                                              "redeemedIdempotentGuid": "b621fe6d-d153-4e93-9782-78fe49995ab0",
                                              "redeemedUser": "sample string 14",
                                              "redeemedNotes": "sample string 15",
                                              "redeemedOffline": true,
                                              "updated": "2025-08-02T23:25:27.0942175",
                                              "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": "PTJcmpo28kqY+KsUiEZxsw==",
                                  "groupIDGuid": "9a5c323d-369a-4af2-98f8-ab14884671b3",
                                  "campaign": {
                                    "$ref": "54"
                                  },
                                  "group": {
                                    "$ref": "62"
                                  }
                                },
                                {
                                  "$ref": "87"
                                }
                              ],
                              "signIqTickets": [
                                {
                                  "$id": "88",
                                  "identifier": "CMp93+2gHk+81eBMtg7hgw==",
                                  "identifierGuid": "df7dca08-a0ed-4f1e-bcd5-e04cb60ee183",
                                  "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": "iYQh5NxWGUGTfUxmlsFNvg==",
                                  "guid": "e4218489-56dc-4119-937d-4c6696c14dbe",
                                  "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": "hZr/nTsHXEahf51K6zFICg==",
                                      "groupGuid": "9dff9a85-073b-465c-a17f-9d4aeb31480a",
                                      "comboPriceType": 5,
                                      "priceType": 5,
                                      "pluG_UID": "6CLgKe3cnkG3elYzQnbFkQ==",
                                      "pluGuid": "29e022e8-dced-419e-b77a-56334276c591",
                                      "priceGroupG_UID": "Kqc9bZ80D0yXdsqdm0af+w==",
                                      "priceGroupGuid": "6d3da72a-349f-4c0f-9776-ca9d9b469ffb",
                                      "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": "EDyYf5cx10qlk5BfcK5Dcw==",
                                  "priceLevelIdentifierGuid": "7f983c10-3197-4ad7-a593-905f70ae4373",
                                  "campaignName": "sample string 3",
                                  "priceLevelName": "sample string 4"
                                },
                                {
                                  "$ref": "91"
                                }
                              ]
                            },
                            "product": {
                              "$ref": "13"
                            },
                            "dealCost": {
                              "$id": "92",
                              "headerIdentifier": "l3aw+APnOUeZJy/QgaCKEw==",
                              "headerIdentifierGuid": "f8b07697-e703-4739-9927-2fd081a08a13",
                              "identifier": "ExOpvQ0rTEyPjM6IOCyrag==",
                              "identifierGuid": "bda91313-2b0d-4c4c-8f8c-ce88382cab6a",
                              "supplierIdentifier": "FGcXeeRErEyQcANy7/VVHg==",
                              "supplierGuid": "79176714-44e4-4cac-9070-0372eff5551e",
                              "pluG_UID": "QQls/DAwBEqtbYEFl6312w==",
                              "pluGuid": "fc6c0941-3030-4a04-ad6d-810597adf5db",
                              "campaignName": "240f618d-a4ed-4d2e-a5d5-d77bd3c02ed6",
                              "description": "sample string 4",
                              "cost": 5,
                              "costDecimals": 6,
                              "start": "2025-08-02T23:25:27.0942175",
                              "end": "2025-08-02T23:25:27.0942175",
                              "type": 9,
                              "promoType": 10,
                              "bonusItemPLUG_UID": "Rm5MGoKrI02Wd6ycogue+w==",
                              "bonusItemPluGuid": "1a4c6e46-ab82-4d23-9677-ac9ca20b9efb",
                              "bonusPurchaseUnits": 11,
                              "bonusReceiveUnits": 12,
                              "updated": "2025-08-02T23:25:27.0942175",
                              "metcashPromotionID": "sample string 14",
                              "fromHost": 15,
                              "storeNames": "sample string 16",
                              "storeIDs": [
                                1,
                                2
                              ],
                              "supplierName": "sample string 17",
                              "campaignDescription": "sample string 18",
                              "newPrice": 1,
                              "campaignMetcashPromotionID": "sample string 19",
                              "campaignActive": true,
                              "campaignStartDate": "2025-08-02T23:25:27.0942175",
                              "campaignEndDate": "2025-08-02T23:25:27.0942175",
                              "masterPLUG_UID": "iiGdfwgFS0u81MvsSWoddQ==",
                              "masterID": "7f9d218a-0508-4b4b-bcd4-cbec496a1d75",
                              "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": "bVX3KNVogky5gXdovJ7ESg==",
                              "bonusMasterID": "28f7556d-68d5-4c82-b981-7768bc9ec44a",
                              "bonusProductName": "sample string 34",
                              "bonusProductAPN": "sample string 35",
                              "bonusOrderCode": "sample string 36",
                              "bonusNormalSell": 37,
                              "bonusNormalCost": 38,
                              "bonusNormalCostDecimals": 39,
                              "bonusCartonQuantity": 40,
                              "bonusSalesMode": 41,
                              "bonusOrderPacked": 42,
                              "bonusFuelItem": true,
                              "bonusActive": true
                            }
                          },
                          "currentCostStart": "2025-08-02T23:25:27.0942175",
                          "dealCosts": [
                            {
                              "$ref": "92"
                            },
                            {
                              "$ref": "92"
                            }
                          ],
                          "tags": [
                            {
                              "$id": "93",
                              "pluG_UID": "BQHOr59/B0Kezy1YQeDxFA==",
                              "pluGuid": "afce0105-7f9f-4207-9ecf-2d5841e0f114",
                              "tagID": 1,
                              "description": "sample string 1",
                              "storeIDs": [
                                1,
                                2
                              ]
                            },
                            {
                              "$ref": "93"
                            }
                          ],
                          "alternateProductG_UID": "5mfxyBxW90+vD2/Mgt9lAA==",
                          "alternateProduct": "c8f167e6-561c-4ff7-af0f-6fcc82df6500",
                          "productHostCode": {
                            "$id": "94",
                            "id": 1,
                            "pluG_UID": "D8t01V8vqkauiGOQuho8dg==",
                            "pluGuid": "d574cb0f-2f5f-46aa-ae88-6390ba1a3c76",
                            "ibaCode": "sample string 2"
                          },
                          "mscCat": {
                            "$ref": "48"
                          },
                          "mscCom": {
                            "$ref": "49"
                          },
                          "mscDep": {
                            "$ref": "51"
                          },
                          "mscSubCom": {
                            "$ref": "50"
                          },
                          "isUserUpdate": true,
                          "ignoreMasterProduct": true,
                          "priceGroupLabelRequested": true,
                          "firstSold": "2025-08-02T23:25:27.0942175",
                          "inventoryTracked": "2025-08-02T23:25:27.0942175",
                          "isNormalPriceChangesCampaign": true
                        },
                        "supplier": {
                          "$ref": "8"
                        },
                        "serviceFee": {
                          "$id": "95",
                          "id": 1,
                          "description": "sample string 1",
                          "fee": 1
                        },
                        "isPrimaryHost": true,
                        "hostVendor": 47
                      },
                      {
                        "$ref": "11"
                      }
                    ],
                    "orderCycleHeaders": [
                      {
                        "$id": "96",
                        "storeID": 1,
                        "supplierIdentifier": "dM+p8+r6tE+p+3fUZj5Ybg==",
                        "supplierGuid": "f3a9cf74-faea-4fb4-a9fb-77d4663e586e",
                        "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": "7CLWQfLZNE+AgPUhLZx+kQ==",
                        "supplierGuid": "41d622ec-d9f2-4f34-8080-f5212d9c7e91",
                        "departmentCode": "sample string 2",
                        "warehouseDirectIndicator": "sample string 3",
                        "type": 4,
                        "cutOffWeek": 5,
                        "cutOffDay": 6,
                        "cutOffTime": "00:00:00.1234567",
                        "leadTime": 7,
                        "daysBuffer": 8,
                        "supplierName": "sample string 9",
                        "cutOffDate": "2025-08-02T23:25:27.0942175",
                        "deliveryDate": "2025-08-02T23:25:27.0942175",
                        "nextCutOffDate": "2025-08-02T23:25:27.0942175",
                        "nextDeliveryDate": "2025-08-02T23:25:27.0942175",
                        "nextDaysBuffer": 10
                      },
                      {
                        "$ref": "97"
                      }
                    ],
                    "store": {
                      "$ref": "4"
                    },
                    "updated": "2025-08-02T23:25:27.0942175",
                    "isHost": true
                  },
                  "files": [
                    {
                      "$id": "98",
                      "id": "sample string 1",
                      "fileName": "sample string 2",
                      "extension": "sample string 3",
                      "provider": 0,
                      "type": 0,
                      "hostType": "sample string 4",
                      "createdUtc": "2025-08-02T23:25:27.0942175",
                      "processed": "2025-08-02T23:25:27.0942175",
                      "isProcessing": true,
                      "processedCount": 6,
                      "processingTime": 1,
                      "collectedUtc": "2025-08-02T23:25:27.0942175",
                      "size": 1,
                      "sizeFormat": "sample string 7",
                      "isArchive": true,
                      "version": "sample string 9",
                      "reference": "sample string 10",
                      "digest": "sample string 11",
                      "contentType": "sample string 12",
                      "host": {
                        "$ref": "7"
                      },
                      "metcashHeader": {
                        "$id": "99",
                        "customerNumber": "sample string 1",
                        "creationDate": "2025-08-02T23:25:27.0942175",
                        "businessPillar": "sample string 3",
                        "fileType": "sample string 4"
                      }
                    },
                    {
                      "$ref": "98"
                    }
                  ],
                  "zoneMatrix": [
                    {
                      "$id": "100",
                      "id": 1,
                      "hostIdentifier": "DdnhSZpfQkGh5Q/3RpGHig==",
                      "hostIdentifierGuid": "49e1d90d-5f9a-4142-a1e5-0ff74691878a",
                      "storeID": 1,
                      "departmentCode": "sample string 2",
                      "hostGuids": [
                        "7b1732b0-8392-4c34-9ff4-4d7670703f8c",
                        "e21d167b-f2cc-4725-a968-fcbaa9db2e61"
                      ]
                    },
                    {
                      "$ref": "100"
                    }
                  ],
                  "hostFileStoreSetting": {
                    "$ref": "6"
                  },
                  "hostStoreSettings": [
                    {
                      "$ref": "6"
                    },
                    {
                      "$ref": "6"
                    }
                  ],
                  "promotionPlacements": [
                    {
                      "$id": "101",
                      "identifier": "IGv7v8P290+vTGwb8HzDzA==",
                      "identifierGuid": "bffb6b20-f6c3-4ff7-af4c-6c1bf07cc3cc",
                      "code": "sample string 2",
                      "description": "sample string 3",
                      "isAdvertised": true
                    },
                    {
                      "$ref": "101"
                    }
                  ],
                  "promoTypeGuids": [
                    "005411b6-adf2-4d1c-bc41-bd3df0701b38",
                    "aa5dfda0-ec4d-4663-80c5-0f93dec7b122"
                  ],
                  "isPromotionOnly": false,
                  "isOrderable": false,
                  "vendor": 0
                },
                "groupIDs": [
                  1,
                  2
                ],
                "hostDescription": "sample string 24"
              },
              {
                "$ref": "6"
              }
            ],
            "accounts": [
              {
                "$id": "102",
                "id": 1,
                "storeID": 1,
                "accountName": "sample string 2",
                "bsb": "sample string 3",
                "accountNumber": "sample string 4",
                "accountDesignated": true
              },
              {
                "$ref": "102"
              }
            ],
            "sales": [
              {
                "$id": "103",
                "id": 1,
                "storeID": 1,
                "externalSalesType": 2,
                "ftpSiteID": 1,
                "lastSaleProcessed": "2025-08-02T23:25:27.0942175",
                "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": "165fb1a1-3f40-4f9e-9499-c6fd0273a421",
            "updateStore": {
              "$id": "107",
              "id": "92e00900-8db9-43d0-ad53-d4bd9749ac6f",
              "name": "sample string 1",
              "lastActivity": "2025-08-02T23:25:27.0942175",
              "zone": "sample string 2",
              "timeZoneOffset": 0.0,
              "businessHoursStart": "00:00:00.1234567",
              "businessHoursEnd": "00:00:00.1234567",
              "master": true,
              "lastIP": "sample string 10",
              "lastHostName": "sample string 11",
              "ping": 1,
              "pingStatus": "sample string 12",
              "lastUpdateCompleted": "2025-08-02T23:25:27.0942175"
            },
            "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": "MTNpA6eov0CT55GnJBZfHQ==",
            "guid": "03693331-a8a7-40bf-93e7-91a724165f1d",
            "fuelGrade": "sample string 5",
            "price1": 1,
            "price2": 1,
            "price3": 1,
            "price4": 1,
            "effective": "2025-08-02T23:25:27.0942175",
            "updated": "2025-08-02T23:25:27.0942175",
            "margin": 1,
            "product": {
              "$ref": "13"
            }
          }
        }
      },
      {
        "$ref": "2"
      }
    ]
  },
  {
    "$ref": "1"
  }
]

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

text/csv

Sample:

Sample not available.

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PK-�[H��5xl/workbook.xml �(���M�0��&ޡ��h#B
+6n]��e�����o)�ĝ�����7�&ㆧ1��Q��U����xу��`,�8�S<D�^�t���V�9��`�A�{i=^h���u�[�5.(ť��~��?{H�|��XߝMD��M��6�B�+�p��(9���F����g�ǢmFsz-�����v�PK-�[����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
-�[��W*''_rels/.rels �(�<?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="R7ea1382bf6d042f1" /></Relationships>PK-�[�WDxl/worksheets/sheet1.xml �(���]s�0��
�}!�	�訝��~ou/v�Y����X��7 ��s��$�]}�[�S�I��6v�m��2Z���}H�¾���Q��l�J-���xlo�t��r�B?q�����:�C?�o�w7Z����F�C�v�Kbn��~��J6�>�Oݾ�+���_�[��V����h����X���5�\�m��Q�	�1�][ٝ�������jl��u[�,_|[+����wt|P��&�C���2�&����l+���`�n2Α�S�$�<!�m-I��r��'E��� �)P	�#П�"��D牐�a���"N�8u��(�T2!8��{E�;祃)bd`]V�X}����'x`]^�y�G’SO|'/����e���u�jH���>m�J]��g��O��b�rc���0�@$�PJ������!�
u(=�5ј���!��K>С4
W�a�¹���o�t�����2L=I��}�A)����H��T�"���=��3�S2����e�?��֗I~,�&�������,[7m7��6A�ĴM@��k�I�ڄ�$��km�7��6!��S��M�cb�P_:c���1�_�1׷��1&��@�Ѻڪ�Z�R��Cƴo:cܷ%�!޴#n|w��1�Y�f�^3��P��=�k��>�k�m>�k�=�4F`��Z/^���D���02F�*A`X��z鈛�@� �#�=�@� �#�}�@� ��F��Ȣ1qk_T��[ų(JU����%��PK-�[�

��Pxl/_rels/workbook.xml.rels �(���Kn� @��f_�b;U�l��6�(Ɗ
��9[=R�P�J-���&�͇�'1�����4�3�08�AY0 h�S��;8E���v���(b�f�IOl���8?R��I���h�D;?��J��Yȣ�V�����e��e���փ�''O����:19�c���5�E�٩��oRpU�+	��M-�ˈ����d��b��E����*c�G�}���)ogjKY	�l׼UxU�7w��PK-�[Ѓc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK-�[����cxl/sharedStrings.xml �(�uS]o�@�+ֽ�lL!������HA�ڗ�R�w\{��9*��]H�T6<�̬vf�W��Z�<A@�]�F<g	8�vۊ}]ߦ3�`N	�TlȒy]"ƄFVlc�1�P��
�G��+"=�6�6�P���dE�O3+�c���+
�tN��yh���X�Iw
\�
��b]f�4���kn;0�@���T��L1��>�P�:���a����I
�A���/�m׀q(?!n��~V!�82�D���s�^�����(��v��k�~kؓ��}���}�"����H/�j�~(�q:+ƣt�P���\���<�J��JRL�n��C���/�QT��5��Ǜg�Nl!�W`�߬���[�=�p2�����%������e�K�PK--�[H��5xl/workbook.xmlPK--�[����	�[Content_Types].xmlPK-
-�[��W*''V_rels/.relsPK--�[�WD�xl/worksheets/sheet1.xmlPK--�[�

��Pxl/_rels/workbook.xml.relsPK--�[Ѓc'2E
\xl/styles.xmlPK--�[����c�	xl/sharedStrings.xmlPK��

application/vnd.ms-excel

Sample:
PK-�[W���5xl/workbook.xml �(�����0��&�C���()��x�བE�O�||K	$޼���~;l2nx3���/]��lI�=(�Ƃ���8�C��EL�I�o:�<����ȃ4���z���ay뀷�j\P�K���!67{H�|��X��&"K���X�mI!�T��c��[[�#F��q��_�"�mA/�'�����Y�_PK-�[����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
-�[k�Ϛ''_rels/.rels �(�<?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="R95d9451d0af643ef" /></Relationships>PK-�[�WDxl/worksheets/sheet1.xml �(���]s�0��
�}!�	�訝��~ou/v�Y����X��7 ��s��$�]}�[�S�I��6v�m��2Z���}H�¾���Q��l�J-���xlo�t��r�B?q�����:�C?�o�w7Z����F�C�v�Kbn��~��J6�>�Oݾ�+���_�[��V����h����X���5�\�m��Q�	�1�][ٝ�������jl��u[�,_|[+����wt|P��&�C���2�&����l+���`�n2Α�S�$�<!�m-I��r��'E��� �)P	�#П�"��D牐�a���"N�8u��(�T2!8��{E�;祃)bd`]V�X}����'x`]^�y�G’SO|'/����e���u�jH���>m�J]��g��O��b�rc���0�@$�PJ������!�
u(=�5ј���!��K>С4
W�a�¹���o�t�����2L=I��}�A)����H��T�"���=��3�S2����e�?��֗I~,�&�������,[7m7��6A�ĴM@��k�I�ڄ�$��km�7��6!��S��M�cb�P_:c���1�_�1׷��1&��@�Ѻڪ�Z�R��Cƴo:cܷ%�!޴#n|w��1�Y�f�^3��P��=�k��>�k�m>�k�=�4F`��Z/^���D���02F�*A`X��z鈛�@� �#�=�@� �#�}�@� ��F��Ȣ1qk_T��[ų(JU����%��PK-�['�7�Pxl/_rels/workbook.xml.rels �(���Kn� @��f_�mp>��M7٦����b��i��E��+�R�H]t��h~OO��|����Ɓ����5��V9�ۮ�sl����n8Ș&��@Ҋ
5��5�Ae�܄6uZ�GS�;:Iu�҂���9��x��?D׶��g��#���^�?����0��S
��,Q��u
%�UQ2�K�䍐@���B�~�����E.�h8�q�P#=��ӥ�N��L����Ԭag���ѻ��~PK-�[Ѓc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK-�[����cxl/sharedStrings.xml �(�uS]o�@�+ֽ�lL!������HA�ڗ�R�w\{��9*��]H�T6<�̬vf�W��Z�<A@�]�F<g	8�vۊ}]ߦ3�`N	�TlȒy]"ƄFVlc�1�P��
�G��+"=�6�6�P���dE�O3+�c���+
�tN��yh���X�Iw
\�
��b]f�4���kn;0�@���T��L1��>�P�:���a����I
�A���/�m׀q(?!n��~V!�82�D���s�^�����(��v��k�~kؓ��}���}�"����H/�j�~(�q:+ƣt�P���\���<�J��JRL�n��C���/�QT��5��Ǜg�Nl!�W`�߬���[�=�p2�����%������e�K�PK--�[W���5xl/workbook.xmlPK--�[����	�[Content_Types].xmlPK-
-�[k�Ϛ''V_rels/.relsPK--�[�WD�xl/worksheets/sheet1.xmlPK--�['�7�Pxl/_rels/workbook.xml.relsPK--�[Ѓc'2E
]xl/styles.xmlPK--�[����c�	xl/sharedStrings.xmlPK��