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": "2DoKr8YcO0aCylehn+m1Vw==",
    "headerIdentifierGuid": "af0a3ad8-1cc6-463b-82ca-57a19fe9b557",
    "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": "VR8xtgU1Z0yZSWb16l0pcg==",
        "headerIdentifierGuid": "b6311f55-3505-4c67-9949-66f5ea5d2972",
        "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-06-14T07:46:47.4221949",
          "storeName": "sample string 9",
          "store": {
            "$id": "4",
            "id": 1,
            "isMaster": true,
            "shortName": "sample string 3",
            "url": "sample string 4",
            "sortOrder": 1,
            "name": "sample string 5",
            "phone": "sample string 6",
            "fax": "sample string 7",
            "email": "sample string 8",
            "address1": "sample string 9",
            "address2": "sample string 10",
            "city": "sample string 11",
            "state": "sample string 12",
            "country": "sample string 13",
            "postCode": "sample string 14",
            "delivery": 1,
            "exportAccounts": 1,
            "salesAccountFolder": "sample string 15",
            "purchaseAccountFolder": "sample string 16",
            "initLoad": 1,
            "initIDs": 1,
            "zoneID": 1,
            "actAsMaster": 1,
            "lastActiveUtc": "2025-06-14T07:46:47.4221949",
            "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": "VKCfTfpwLEeNPOVcKmCUdQ==",
            "hostIdentifierGuid": "4d9fa054-70fa-472c-8d3c-e55c2a609475",
            "hostName": 1,
            "hostAddress": "sample string 27",
            "hostUsername": "sample string 28",
            "hostPassword": "sample string 29",
            "excludeFromLeadInOut": true,
            "accountingProvider": 31,
            "accountingAddress": "sample string 32",
            "accountingUsername": "sample string 33",
            "accountingPassword": "sample string 34",
            "storeAccountingCode": "sample string 35",
            "softwareVariance": 36,
            "fuelWarningVariance": 37.0,
            "fuelErrorVariance": 38.0,
            "fuelAccumulatedWarningVariance": 39.0,
            "fuelAccumulatedErrorVariance": 40.0,
            "drawManagment": 41,
            "endOfDayManagment": true,
            "autoFillCashBalancing": true,
            "fuelDayVariance": 44,
            "accountingTradingTime": "00:00:00.1234567",
            "stockActivateProduct": 46,
            "giftCardSalesAccountingDeptCode": "sample string 47",
            "transactionDiscountAccountingDeptCode": "sample string 48",
            "size": 49,
            "updated": "2025-06-14T07:46:47.4221949",
            "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": "wjoVJxnnCEiLd/p533cZWQ==",
                "hostIdentifierGuid": "27153ac2-e719-4808-8b77-fa79df771959",
                "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": "SdXTC/G4Tk6FT8lSD2pPyA==",
                  "identifierGuid": "0bd3d549-b8f1-4e4e-854f-c9520f6a4fc8",
                  "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": "RNc4aaFcJE+jX7TXKjvYZA==",
                  "hostSupplierIdentifierGuid": "6938d744-5ca1-4f24-a35f-b4d72a3bd864",
                  "loyaltyPriceLevelIdentifier": "bK3Z5qiYUUuf1aVx8YIJJA==",
                  "loyaltyPriceLevelIdentifierGuid": "e6d9ad6c-98a8-4b51-9fd5-a571f1820924",
                  "isGroup": true,
                  "description": "sample string 22",
                  "hostProvider": 23,
                  "hostTypeEnum": 24,
                  "hostType": "sample string 25",
                  "hostCode": "sample string 26",
                  "username": "sample string 27",
                  "password": "sample string 28",
                  "passwordPlain": "sample string 29",
                  "server": "sample string 30",
                  "url": "sample string 31",
                  "global": true,
                  "stateCode": "sample string 33",
                  "lastCollected": "2025-06-14T07:46:47.4221949",
                  "lastProcessed": "2025-06-14T07:46:47.4221949",
                  "hold": true,
                  "supplierName": "sample string 35",
                  "supplier": {
                    "$id": "8",
                    "identifier": "fMTO1Ui6wkKGdx6AVMacOQ==",
                    "identifierGuid": "d5cec47c-ba48-42c2-8677-1e8054c69c39",
                    "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": "LchTGzX1UkivKDOKKI/yFw==",
                    "primaryContactID": "1b53c82d-f535-4852-af28-338a288ff217",
                    "storeID": 1,
                    "abn": "sample string 16",
                    "supplierGroupIdentifier": "zGo5OOU6lk6Kg4JkHd0o8g==",
                    "supplierGroupGuid": "38396acc-3ae5-4e96-8a83-82641ddd28f2",
                    "rebate": 1.0,
                    "rebateType": 1,
                    "rebateFrequency": 1,
                    "rebateSource": 1,
                    "rebateLastClaimed": "2025-06-14T07:46:47.4221949",
                    "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": "f8ce4c46-0c95-4c2d-ba27-80536f541189",
                      "identifier": "wX5TqiA/Okim62lcgsy4NA==",
                      "identifierGuid": "aa537ec1-3f20-483a-a6eb-695c82ccb834",
                      "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": "fd8j7tGznkiMPtoMOwh9SA==",
                        "supplierIdentifierGuid": "ee23df7d-b3d1-489e-8c3e-da0c3b087d48",
                        "contactGuid": "fHzvc23Uw0aXMeKhnSRpqw==",
                        "contactID": "73ef7c7c-d46d-46c3-9731-e2a19d2469ab",
                        "contact": {
                          "$ref": "9"
                        },
                        "supplier": {
                          "$ref": "8"
                        }
                      },
                      {
                        "$ref": "10"
                      }
                    ],
                    "products": [
                      {
                        "$id": "11",
                        "pluG_UID": "1Sid6PQ/IUqJTT+KcjQuMQ==",
                        "pluGuid": "e89d28d5-3ff4-4a21-894d-3f8a72342e31",
                        "supplierIdentifier": "l0FGQQBzCk6duS3NX1N+mg==",
                        "supplierIdentifierGuid": "41464197-7300-4e0a-9db9-2dcd5f537e9a",
                        "cartonQuantity": 1,
                        "cartonQuantityChanged": true,
                        "productSize": "sample string 2",
                        "cigarettesPerSleeve": 1,
                        "randomWeight": true,
                        "piecesPerUnit": 4,
                        "averagePackSize": 5,
                        "effectiveDate": "2025-06-14T07:46:47.4221949",
                        "pricedByWeight": true,
                        "landedUnitCostEx": 8,
                        "landedUnitCostInc": 9,
                        "landedCartonCostInc": 10,
                        "landedCartonCostEx": 11,
                        "standardCost": 12,
                        "deliveryFee": 1,
                        "deliveryFeeBasis": "sample string 13",
                        "pickAndPackFee": 1,
                        "pickAndPackFeeBasis": "sample string 14",
                        "financeFee": 1,
                        "financeFeeBasis": "sample string 15",
                        "cartonLength": 1,
                        "cartonWidth": 1,
                        "cartonHeight": 1,
                        "palletLayerQuantity": 1,
                        "palletLayers": 1,
                        "itemCode": "sample string 16",
                        "invoiceCode": "sample string 17",
                        "invoiceDesc": "sample string 18",
                        "orderDirect": true,
                        "useCost": true,
                        "minimumQuantity": 19,
                        "hostType": 20,
                        "fromHost": 21,
                        "minimumReorder": 1,
                        "maximumReorder": 1,
                        "orderMultiple": 22.1,
                        "sellMultiple": 23.1,
                        "baseMultiple": 24.1,
                        "hostStandardCost": 25,
                        "hostTotalCost": 26,
                        "hostRetail": 27,
                        "hostLandedUnitCostEx": 28,
                        "hostLandedUnitCostInc": 29,
                        "hostDesc": "sample string 30",
                        "directIndicator": "sample string 31",
                        "availableToOrder": true,
                        "hostRangeIndicator": "sample string 33",
                        "hostProductType": "sample string 34",
                        "hostProductGrade": "sample string 35",
                        "hostProductGroup": "sample string 36",
                        "hostSlowMoving": true,
                        "hostGeneralMerchandise": true,
                        "hostPillar": "sample string 39",
                        "hostLastUpdated": "2025-06-14T07:46:47.4221949",
                        "rebate": 1.0,
                        "rebateExclude": true,
                        "invoiceCodes": [
                          {
                            "$id": "12",
                            "pluG_UID": "O/sQ0+umO0K9uVYzzrGDoQ==",
                            "pluGuid": "d310fb3b-a6eb-423b-bdb9-5633ceb183a1",
                            "supplierIdentifier": "qmIFj5pPOk62PNI8dhmpKg==",
                            "supplierIdentifierGuid": "8f0562aa-4f9a-4e3a-b63c-d23c7619a92a",
                            "invoiceCode": "sample string 1",
                            "storeIDs": [
                              1,
                              2
                            ]
                          },
                          {
                            "$ref": "12"
                          }
                        ],
                        "storeIDs": [
                          1,
                          2
                        ],
                        "preferredSupplier": true,
                        "preferredRebateSupplier": true,
                        "supplierName": "sample string 40",
                        "salesMode": 41,
                        "orderPacked": true,
                        "active": true,
                        "price": 1,
                        "costGstPercent": 43,
                        "parentPluG_UID": "7xFBM1SqxEiRxNq4yYNxNg==",
                        "parentPluGuid": "334111ef-aa54-48c4-91c4-dab8c9837136",
                        "freight": 44.0,
                        "freightType": 1,
                        "product": {
                          "$id": "13",
                          "plu": 1,
                          "storeID": 1,
                          "masterPluG_UID": "QEA=",
                          "storeIDs": [
                            1,
                            2
                          ],
                          "g_UId": "KgRxnIHXOU+tM/caEGoHAA==",
                          "guid": "9c71042a-d781-4f39-ad33-f71a106a0700",
                          "apn": "sample string 1",
                          "apnChanged": true,
                          "apnSwitched": true,
                          "barcode": "sample string 4",
                          "itemNumber": "sample string 5",
                          "itemNumberChanged": true,
                          "priceGroupG_UID": "MxCs1kdkWkGUE343R3UZFg==",
                          "priceGroupGuid": "d6ac1033-6447-415a-9413-7e3747751916",
                          "blueprintID": 1,
                          "lastCountedDate": "2025-06-14T07:46:47.4221949",
                          "externalID": "sample string 7",
                          "active": true,
                          "activated": "2025-06-14T07:46:47.4221949",
                          "pluCreated": "2025-06-14T07:46:47.4221949",
                          "createdByUser": "sample string 9",
                          "name": "sample string 10",
                          "nameChanged": true,
                          "secondDescription": "sample string 12",
                          "hostDescription": "sample string 13",
                          "keepCartonQty": true,
                          "keepDescription": true,
                          "keepDepartments": true,
                          "keepSuppliers": true,
                          "markdownDescription": "sample string 18",
                          "altDescription": "sample string 19",
                          "bestOrExpire": 20,
                          "lastUpdate": "2025-06-14T07:46:47.4378383",
                          "lastManualUpdate": "2025-06-14T07:46:47.4378383",
                          "imageName": "sample string 23",
                          "showImageOnFlipCharts": true,
                          "showTextOnFlipCharts": true,
                          "overrideFlipChartText": true,
                          "flipChartText": "sample string 27",
                          "salesMode": 1,
                          "eftCode": 1,
                          "price": 1,
                          "priceChanged": true,
                          "rrp": 1,
                          "gstPercent": 28,
                          "gstPercentChanged": true,
                          "costGSTPercent": 29,
                          "costGSTPercentChanged": true,
                          "wetPercent": 1,
                          "priceOverride": 1,
                          "cost": 1,
                          "currentCost": 1,
                          "currentCostDecimals": 1,
                          "grossProfit": 1.0,
                          "currentCostDesc": "sample string 30",
                          "currentCostEnd": "2025-06-14T07:46:47.4378383",
                          "currentCostUpdated": "2025-06-14T07:46:47.4378383",
                          "costDecimals": 31,
                          "costChanged": true,
                          "dealCostIdentifier": "QEA=",
                          "excludeFromRebate": true,
                          "rebateOverride": 1,
                          "costCalcMethod": 1,
                          "costCalcMethodChanged": true,
                          "costEffectiveDate": "2025-06-14T07:46:47.4378383",
                          "defaultGP": 1,
                          "breakTargetMode": 32,
                          "break1": 1,
                          "price1": 1,
                          "target1": 33,
                          "break2": 1,
                          "price2": 1,
                          "target2": 34,
                          "break3": 1,
                          "price3": 1,
                          "target3": 35,
                          "break1Changed": true,
                          "price1Changed": true,
                          "target1Changed": true,
                          "break2Changed": true,
                          "price2Changed": true,
                          "target2Changed": true,
                          "break3Changed": true,
                          "price3Changed": true,
                          "target3Changed": true,
                          "breakTargetModeChanged": true,
                          "margin": 1.1,
                          "marginChanged": true,
                          "marginRanged": true,
                          "marginRangedChanged": true,
                          "minimumMargin": 1.1,
                          "minimumMarginChanged": true,
                          "maximumMargin": 1.1,
                          "maximumMarginChanged": true,
                          "overrideHostWarehouseIndicator": true,
                          "overrideHostWarehouseIndicatorChanged": true,
                          "overrideHostPrice": true,
                          "overrideHostPriceChanged": true,
                          "overrideHostCost": true,
                          "overrideHostCostChanged": true,
                          "overrideHostMargin": true,
                          "overrideHostMarginChanged": true,
                          "alwaysApplyMargin": true,
                          "alwaysApplyMarginChanged": true,
                          "aws": 1.0,
                          "awsUpdated": "2025-06-14T07:46:47.4378383",
                          "posTare": 1,
                          "altPrice": 1.0,
                          "altPriceChanged": true,
                          "altPriceMode": 52,
                          "altPriceModeChanged": true,
                          "altPLUG_UID": "tRo2U4ac+kCsnqcqbrfjIg==",
                          "altPLUGuid": "53361ab5-9c86-40fa-ac9e-a72a6eb7e322",
                          "altPLUGuidChanged": true,
                          "altPriceDescription1": "sample string 53",
                          "altPriceDescription2": "sample string 54",
                          "cartonQuantity": 55,
                          "cartonQuantityChanged": true,
                          "trayID": 1,
                          "promptID": 1,
                          "tare": 1,
                          "packQty": 1,
                          "fixedWeight": 1,
                          "extraMesg": 1,
                          "text1": "sample string 57",
                          "text2": "sample string 58",
                          "text3": "sample string 59",
                          "labelText": "sample string 60",
                          "labelTextChanged": true,
                          "sendToScale": true,
                          "nonScaleWeigh": true,
                          "labelFormat": "sample string 64",
                          "barcodeFormat": "sample string 65",
                          "austMade": 1,
                          "coolCode": 66,
                          "countryOfOrigin": "sample string 67",
                          "percentContent": 68.1,
                          "departmentID": 1,
                          "subDepartmentID": 1,
                          "minorDepartmentID": 1,
                          "lesserDepartmentID": 1,
                          "deptCode": "sample string 69",
                          "subDeptCode": "sample string 70",
                          "minorDeptCode": "sample string 71",
                          "lesserDeptCode": "sample string 72",
                          "deptName": "sample string 73",
                          "subDeptName": "sample string 74",
                          "minorDeptName": "sample string 75",
                          "lesserDeptName": "sample string 76",
                          "departmentChanged": true,
                          "subCategoryID": 1,
                          "expiry": 1,
                          "showDays": 1,
                          "datePrint": 1,
                          "labelRequired": true,
                          "labelShelfQty": 79,
                          "labelShelfChanged": true,
                          "labelTalkerQty": 81,
                          "labelSmall": true,
                          "labelLastPrinted": "2025-06-14T07:46:47.4378383",
                          "labelLastPrice": 1,
                          "shelfPageLayoutG_UID": "1eBvYQMUC0iB0tOfJ96jEA==",
                          "shelfPageLayoutGuid": "616fe0d5-1403-480b-81d2-d39f27dea310",
                          "talkerPageLayoutG_UID": "hQUfv4BHlkaRqzYBFd01KQ==",
                          "talkerPageLayoutGuid": "bf1f0585-4780-4696-91ab-360115dd3529",
                          "unitMeasure": 1.1,
                          "unitMeasureChanged": true,
                          "unitMeasureKind": 84,
                          "unitMeasureKindChanged": true,
                          "signIQData": "sample string 86",
                          "refresh": true,
                          "earnLoyaltyPoints": true,
                          "earnLoyaltyPointsChanged": true,
                          "quantityOverride": true,
                          "quantityOverrideChanged": true,
                          "quantityRequired": true,
                          "quantityRequiredChanged": true,
                          "allowDiscounts": true,
                          "allowDiscountsChanged": true,
                          "discountDiscounts": true,
                          "discountDiscountsChanged": true,
                          "itemRecalled": true,
                          "itemRecalledChanged": true,
                          "noRefund": true,
                          "noRefundChanged": true,
                          "allowMarkdown": true,
                          "allowMarkdownChanged": true,
                          "priceRequired": true,
                          "priceRequiredChanged": true,
                          "fuelItem": true,
                          "fuelItemChanged": true,
                          "trackSerial": true,
                          "trackSerialChanged": true,
                          "allowZeroPrice": true,
                          "allowZeroPriceChanged": true,
                          "notForSale": 90,
                          "notForSaleChanged": true,
                          "excludeFromDeals": true,
                          "excludeFromVoucher": true,
                          "minimumAge": 93,
                          "minimumAgeChanged": true,
                          "buyingLimit": 1,
                          "buyingLimitChanged": true,
                          "buyingLimitIndependent": true,
                          "buyingLimitIndependentChanged": true,
                          "inventoryGuid": "h7TqwIT8sUStv3NlWeG1Dw==",
                          "inventoryIdentifier": "c0eab487-fc84-44b1-adbf-736559e1b50f",
                          "inventoryAccuracy": 1,
                          "baseUnits": 97,
                          "orderPacked": 1,
                          "isManufactured": true,
                          "isIngredient": true,
                          "isModifier": true,
                          "isModifierChanged": true,
                          "hasModifiers": 98,
                          "defaultPrinter": "sample string 99",
                          "defaultPrinterGroup": "sample string 100",
                          "ingredientsOnManufacture": true,
                          "manufactureUnitMeasure": 1,
                          "mpl": 1,
                          "maxShelfQty": 101,
                          "allowAutoOrder": true,
                          "warrantyPeriod": 1,
                          "parentPluG_UId": "RzvZUdWMAUmDXH1Q9vyaBw==",
                          "parentPluGuid": "51d93b47-8cd5-4901-835c-7d50f6fc9a07",
                          "preferredHostVendor": 103,
                          "preferredHostChanged": true,
                          "code": "sample string 105",
                          "supplierIdentifier": "CelvKPbeVEWnvGD9IZXGpA==",
                          "supplierIdentifierGuid": "286fe909-def6-4554-a7bc-60fd2195c6a4",
                          "supplierChanged": true,
                          "rebateSupplierIdentifier": "lSYkBiEQUUmfC2p161X1XQ==",
                          "rebateSupplierIdentifierGuid": "06242695-1021-4951-9f0b-6a75eb55f55d",
                          "rebateSupplierChanged": true,
                          "availableForOrder": true,
                          "warehouseDirectIndicator": "sample string 107",
                          "warehouseDirectIndicatorChanged": true,
                          "productGrade": "sample string 109",
                          "productType": "sample string 110",
                          "productGroup": "sample string 111",
                          "complianceIndicator": "sample string 112",
                          "inhouseBrand": "sample string 113",
                          "slowMoving": true,
                          "generalMerchandise": true,
                          "comment": "sample string 116",
                          "lastUpdatedByUser": "sample string 117",
                          "lastManualUpdatedByUser": "sample string 118",
                          "lastUpdatedByUserOverride": true,
                          "lastUpdatedByHost": "2025-06-14T07:46:47.4378383",
                          "commodity": "sample string 120",
                          "businessPillar": "sample string 121",
                          "mscCommodity": "sample string 122",
                          "hostIdentifier": "6cumlH9J3kCiKSOZKj+zHg==",
                          "hostIdentifierGuid": "94a6cbe9-497f-40de-a229-23992a3fb31e",
                          "serviceFeeID": 1,
                          "serviceFeeIDChanged": true,
                          "providerName": "sample string 124",
                          "aisleEnds": "sample string 125",
                          "deleted": true,
                          "deletedChanged": true,
                          "hidden": true,
                          "doNotRange": true,
                          "doNotRangeChanged": true,
                          "doNotOrder": true,
                          "doNotOrderChanged": true,
                          "locked": true,
                          "excludeFromWebUpdate": true,
                          "excludeFromWebUpdateChanged": true,
                          "webPriceBasedOn": 136,
                          "webPriceRounding": true,
                          "webMarkup": 138,
                          "webPriceMode": 139,
                          "altDepartmentID": 1,
                          "altSubDepartmentID": 1,
                          "altMinorDepartmentID": 1,
                          "altLesserDepartmentID": 1,
                          "altDeptCode": "sample string 140",
                          "altSubDeptCode": "sample string 141",
                          "altMinorDeptCode": "sample string 142",
                          "altLesserDeptCode": "sample string 143",
                          "altDepartmentChanged": true,
                          "storeProducts": [
                            {
                              "$ref": "13"
                            },
                            {
                              "$ref": "13"
                            }
                          ],
                          "store": {
                            "$ref": "4"
                          },
                          "storePrices": [
                            {
                              "$id": "14",
                              "pluG_UID": "ijnSWfPLfUOhYw2HA1TReA==",
                              "pluGuid": "59d2398a-cbf3-437d-a163-0d870354d178",
                              "plu": 1,
                              "storeID": 1,
                              "zoneID": 2,
                              "zoneName": "sample string 3",
                              "store": "sample string 4",
                              "priceNow": 5,
                              "costNow": 6,
                              "costNowDecimals": 7,
                              "normalPrice": 8,
                              "gstPercent": 9,
                              "normalCost": 10,
                              "normalCostDecimals": 11,
                              "costGstPercent": 12,
                              "costCalcMethod": 1,
                              "currentCost": 13,
                              "currentCostDecimals": 14,
                              "break1": 15,
                              "price1": 16,
                              "break2": 17,
                              "price2": 18,
                              "break3": 19,
                              "price3": 20,
                              "fuelItem": 21,
                              "fixedWeight": 22,
                              "active": true,
                              "complianceIndicator": "sample string 23",
                              "doNotOrder": true,
                              "doNotRange": true,
                              "isNormalPriceChangesCampaign": true,
                              "updated": "2025-06-14T07:46:47.4378383"
                            },
                            {
                              "$ref": "14"
                            }
                          ],
                          "currentPrices": {
                            "$id": "15",
                            "pluPrices": {
                              "$id": "16",
                              "plu": 1,
                              "pluG_UID": "QEA=",
                              "stores": [
                                1,
                                2
                              ],
                              "normalPrice": 1,
                              "cost": 2,
                              "break1": 3,
                              "price1": 4,
                              "break2": 5,
                              "price2": 6,
                              "break3": 7,
                              "price3": 8,
                              "discountPrice": 9,
                              "acceptedUtc": "2025-06-14T07:46:47.4378383",
                              "priceChangeType": 0,
                              "costDecimals": 10
                            },
                            "normalPluPrices": {
                              "$ref": "16"
                            },
                            "winningCampaign": 1,
                            "winner": {
                              "$id": "17",
                              "campaignName": "sample string 1",
                              "campaignDescription": "sample string 2",
                              "startDate": "2025-06-14T07:46:47.4378383",
                              "startTime": 3,
                              "endDate": "2025-06-14T07:46:47.4378383",
                              "endTime": 4,
                              "newPrice": 5,
                              "newCost": 6,
                              "newCostDecimals": 7,
                              "pctDiscount": 8,
                              "promoType": 1,
                              "promotionTypeCode": "sample string 9",
                              "hostType": 10,
                              "hostIdentifier": "i/UYrNo6102kseqPHbLGyQ==",
                              "hostIdentifierGuid": "ac18f58b-3ada-4dd7-a4b1-ea8f1db2c6c9",
                              "storeNames": [
                                "sample string 1",
                                "sample string 2"
                              ]
                            },
                            "details": [
                              {
                                "$ref": "17"
                              },
                              {
                                "$ref": "17"
                              }
                            ]
                          },
                          "tray": {
                            "$id": "18",
                            "g_UId": "y/uve3TKF0Gsiwb+QOnCiw==",
                            "guid": "7baffbcb-ca74-4117-ac8b-06fe40e9c28b",
                            "name": "sample string 1",
                            "number": 1,
                            "tare": 1
                          },
                          "priceGroup": {
                            "$id": "19",
                            "priceGroupG_UID": "lCsaT9qs9kCsTrShWqBDxA==",
                            "priceGroupGuid": "4f1a2b94-acda-40f6-ac4e-b4a15aa043c4",
                            "name": "sample string 2",
                            "code": 1,
                            "modified": true,
                            "updated": "2025-06-14T07:46:47.4378383",
                            "buyingLimit": 1,
                            "buyingLimitIndependent": true,
                            "buyingLimitType": 0,
                            "number": 1,
                            "products": [
                              {
                                "$ref": "13"
                              },
                              {
                                "$ref": "13"
                              }
                            ],
                            "productCount": 1
                          },
                          "priceGroupName": "sample string 145",
                          "nutrifacts": {
                            "$id": "20",
                            "pluG_UID": "PdQvng1Nd0KLEA6F7yYU8Q==",
                            "pluGuid": "9e2fd43d-4d0d-4277-8b10-0e85ef2614f1",
                            "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": "7755293f-e1fa-4770-8272-b4734738eb34",
                            "created": "2025-06-14T07:46:47.4378383",
                            "createdByUser": "sample string 1",
                            "activated": "2025-06-14T07:46:47.4378383",
                            "deactivated": "2025-06-14T07:46:47.4378383",
                            "lastOrdered": "2025-06-14T07:46:47.4378383",
                            "lastOrderedQty": 2.0,
                            "lastReceived": "2025-06-14T07:46:47.4378383",
                            "lastReceivedQty": 3.0,
                            "lastInvoiceStatus": 1,
                            "lastCounted": "2025-06-14T07:46:47.4378383",
                            "lastSold": "2025-06-14T07:46:47.4378383",
                            "firstSold": "2025-06-14T07:46:47.4378383",
                            "awsUpdated": "2025-06-14T07:46:47.4378383",
                            "lastManualUpdate": "2025-06-14T07:46:47.4378383",
                            "lastManualUpdatedByUser": "sample string 5",
                            "lastUpdated": "2025-06-14T07:46:47.4378383",
                            "lastUpdatedByUser": "sample string 7",
                            "lastUpdatedByHost": "2025-06-14T07:46:47.4378383",
                            "doNotRangeUpdated": "2025-06-14T07:46:47.4378383",
                            "doNotOrderUpdated": "2025-06-14T07:46:47.4378383",
                            "tracked": "2025-06-14T07:46:47.4378383"
                          },
                          "allergens": [
                            {
                              "$id": "22",
                              "allergenID": 1,
                              "pluG_UID": "g2bzb80QIESVIKlkLh6+bQ==",
                              "pluGuid": "6ff36683-10cd-4420-9520-a9642e1ebe6d",
                              "contains": 2,
                              "allergenName": "sample string 3",
                              "storeIDs": [
                                1,
                                2
                              ]
                            },
                            {
                              "$ref": "22"
                            }
                          ],
                          "costs": {
                            "$id": "23",
                            "pluG_UID": "qvVpj+LRG0mmQPk0mvvAjw==",
                            "pluGuid": "8f69f5aa-d1e2-491b-a640-f9349afbc08f",
                            "enteredCost": 1,
                            "weightedAvgCost": 1,
                            "lastCost": 1,
                            "rawEnteredCost": 2,
                            "rawWeightedAvgCost": 3,
                            "rawLastCost": 4,
                            "freight": 5.0,
                            "freightType": 6,
                            "costDecimals": 7,
                            "fifoCost": 1,
                            "updated": "2025-06-14T07:46:47.4378383",
                            "normalCost": 1,
                            "currentCost": 1
                          },
                          "sales": [
                            {
                              "$id": "24",
                              "saleHeaderID": 1,
                              "created": "2025-06-14T07:46:47.4378383",
                              "createdLocal": "2025-06-14T07:46:47.4378383",
                              "storeID": 3,
                              "storeName": "sample string 4",
                              "operatorG_Uid": "3Di6q+myAEemiEmrCyzZQA==",
                              "operatorGuid": "abba38dc-b2e9-4700-a688-49ab0b2cd940",
                              "operatorName": "sample string 5",
                              "tranType": 1,
                              "plu": 1,
                              "pluG_UId": "cDJozdbiIU6mSGPa0q1xkA==",
                              "pluGuid": "cd683270-e2d6-4e21-a648-63dad2ad7190",
                              "normalPrice": 1,
                              "totalCents": 1,
                              "cost": 1,
                              "grossProfit": 1,
                              "quantity": 1,
                              "operator": {
                                "$id": "25",
                                "id": 1,
                                "g_Uid": "JWYwdgvVLkGC0a0joqH8wQ==",
                                "guid": "76306625-d50b-412e-82d1-ad23a2a1fcc1",
                                "operatorNumber": 1,
                                "shortName": "sample string 2",
                                "firstName": "sample string 3",
                                "lastName": "sample string 4",
                                "password": "sample string 5",
                                "hasPassword": true,
                                "passwordText": "sample string 6",
                                "rfidTagID": "sample string 7",
                                "blueprintID": 1,
                                "groupID": 1,
                                "groupName": "sample string 8",
                                "managerGroupID": 1,
                                "managerGroupName": "sample string 9",
                                "zoneID": 1,
                                "zoneName": "sample string 10",
                                "loggedIn": 1,
                                "lastUsedIP": "sample string 11",
                                "deleted": true,
                                "locked": true,
                                "allowOpenTill": true,
                                "webEmail": "sample string 14",
                                "simpleOperatorType": 0,
                                "webRole": "sample string 15",
                                "updated": "2025-06-14T07:46:47.4378383",
                                "passwordResetRequired": true,
                                "alteredInStore": true,
                                "startShift": "2025-06-14T07:46:47.4378383",
                                "endShift": "2025-06-14T07:46:47.4378383",
                                "machineName": "sample string 20",
                                "drawerID": 1,
                                "stores": [
                                  {
                                    "$id": "26",
                                    "operatorG_UID": "pvz+PiLuwk6gZ2QIaZUU+g==",
                                    "operatorGuid": "3efefca6-ee22-4ec2-a067-6408699514fa",
                                    "storeID": 2,
                                    "operator": {
                                      "$ref": "25"
                                    },
                                    "store": {
                                      "$ref": "4"
                                    }
                                  },
                                  {
                                    "$ref": "26"
                                  }
                                ]
                              }
                            },
                            {
                              "$ref": "24"
                            }
                          ],
                          "apns": [
                            {
                              "$id": "27",
                              "pluID": 1,
                              "pluG_UID": "vwhoQW6Muk+g2Tgspw2F+w==",
                              "pluGuid": "416808bf-8c6e-4fba-a0d9-382ca70d85fb",
                              "apn": "sample string 1",
                              "deleted": true,
                              "storeID": 1,
                              "storeIDs": [
                                1,
                                2
                              ]
                            },
                            {
                              "$ref": "27"
                            }
                          ],
                          "tuns": [
                            {
                              "$id": "28",
                              "pluG_UId": "YT5nCsL4cUSOcBaWquPTmg==",
                              "pluGuid": "0a673e61-f8c2-4471-8e70-1696aae3d39a",
                              "apn": "sample string 1",
                              "tun": "sample string 2",
                              "cartonQuantity": 3,
                              "product": {
                                "$ref": "13"
                              },
                              "storeIDs": [
                                1,
                                2
                              ]
                            },
                            {
                              "$ref": "28"
                            }
                          ],
                          "competitionPricing": [
                            {
                              "$id": "29",
                              "identifier": "T26HNAimjUOvCIQd94SdVw==",
                              "identifierGuid": "34876e4f-a608-438d-af08-841df7849d57",
                              "pluG_UID": "UBvLKS2To06j5wfb+Gu2/g==",
                              "pluGuid": "29cb1b50-932d-4ea3-a3e7-07dbf86bb6fe",
                              "competitionID": 1,
                              "name": "sample string 2",
                              "sellMultiple": 3,
                              "retailPrice": 4,
                              "storeName": "sample string 5"
                            },
                            {
                              "$ref": "29"
                            }
                          ],
                          "supplier": {
                            "$ref": "8"
                          },
                          "supplierName": "sample string 146",
                          "children": [
                            {
                              "$ref": "13"
                            },
                            {
                              "$ref": "13"
                            }
                          ],
                          "ordering": {
                            "$ref": "11"
                          },
                          "flipChartPages": [
                            {
                              "$id": "30",
                              "identifier": "41KCn8bUZEyN+mUaRbs2Kg==",
                              "groupName": "sample string 1",
                              "identifierGuid": "9f8252e3-d4c6-4c64-8dfa-651a45bb362a",
                              "exists": true,
                              "flipChartIdentifier": "h5aYt23Cs0KSddj6JptR1g==",
                              "flipChartIdentifierGuid": "b7989687-c26d-42b3-9275-d8fa269b51d6",
                              "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": "UEHKNuiPKU2MRCGPF5QXdw==",
                              "groupIdentifierGuid": "36ca4150-8fe8-4d29-8c44-218f17941777",
                              "flipChart": {
                                "$id": "31",
                                "identifier": "B4Ez0uykGUSaCbBtT+gA8A==",
                                "identifierGuid": "d2338107-a4ec-4419-9a09-b06d4fe800f0",
                                "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": "zFkPrn3PVkCApZ50dVk/oQ==",
                                  "identifierGuid": "ae0f59cc-cf7d-4056-80a5-9e7475593fa1",
                                  "name": "sample string 2",
                                  "formType": "sample string 3",
                                  "forms": [
                                    {
                                      "$id": "33",
                                      "id": 1,
                                      "g_UID": "bCtjW7g6F0KG1l08+dX+cA==",
                                      "guid": "5b632b6c-3ab8-4217-86d6-5d3cf9d5fe70",
                                      "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": "m3EkOpWPn0+dOfhK1D+LCg==",
                                      "previousFormGuid": "3a24719b-8f95-4f9f-9d39-f84ad43f8b0a",
                                      "nextForm": 1,
                                      "nextFormG_UID": "xrdEayYXVUmC9FWy6ok0+g==",
                                      "nextFormGuid": "6b44b7c6-1726-4955-82f4-55b2ea8934fa",
                                      "attributes": "sample string 10",
                                      "updated": "2025-06-14T07:46:47.4378383",
                                      "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": "U1oiHL5Z0kyWyFBbjd+jFw==",
                                          "checkoutFormGuid": "1c225a53-59be-4cd2-96c8-505b8ddfa317",
                                          "identifier": "PlAa7Mp92UOrJISwvAX4aQ==",
                                          "identifierGuid": "ec1a503e-7dca-43d9-ab24-84b0bc05f869",
                                          "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": "y+eeVnlOiU+9I+ui4Ph1aQ==",
                                          "valueGuid": "569ee7cb-4e79-4f89-bd23-eba2e0f87569",
                                          "buttonText": "sample string 10",
                                          "valueText": "sample string 11",
                                          "drawImageAndButton": true,
                                          "updated": "2025-06-14T07:46:47.4378383",
                                          "action": "sample string 12",
                                          "valueForm": {
                                            "$ref": "33"
                                          },
                                          "image": {
                                            "$id": "35",
                                            "name": "sample string 3.sample string 4",
                                            "imageID": 2,
                                            "imageName": "sample string 3",
                                            "imageExtension": "sample string 4",
                                            "lastUpdate": "2025-06-14T07:46:47.4378383",
                                            "imageData": "QEA=",
                                            "readOnly": true
                                          }
                                        },
                                        {
                                          "$ref": "34"
                                        }
                                      ],
                                      "panels": [
                                        {
                                          "$id": "36",
                                          "id": 1,
                                          "checkoutFormID": 2,
                                          "checkoutFormG_UID": "/i/qIANi8kmYl4CMDeXYow==",
                                          "checkoutFormGuid": "20ea2ffe-6203-49f2-9897-808c0de5d8a3",
                                          "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": "857aY8yPWEGTkGWtcGMQtQ==",
                                  "flipChartPageIdentifierGuid": "63da9ef3-8fcc-4158-9390-65ad706310b5",
                                  "pluG_UID": "P1ql2NEFqUKdG2yId+z/RA==",
                                  "pluGuid": "d8a55a3f-05d1-42a9-9d1b-6c8877ecff44",
                                  "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": "GMenOqS8xU2a2h9TvD4W9w==",
                              "pluGuid": "3aa7c718-bca4-4dc5-9ada-1f53bc3e16f7",
                              "price": 1,
                              "costCalcMethod": 1,
                              "cost": 2,
                              "weightedAvgCost": 3,
                              "lastCost": 4,
                              "rawCost": 5,
                              "rawWeightedAvgCost": 6,
                              "rawLastCost": 7,
                              "costDecimals": 8,
                              "serviceFeeID": 9,
                              "freight": 10.0,
                              "freightType": 11,
                              "process": "sample string 12",
                              "user": "sample string 13",
                              "updated": "2025-06-14T07:46:47.4378383",
                              "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": "gPWAaKX8ekqqiezWruUcww==",
                              "ingredientGuid": "nktby60tEUiMDw/bbYqJ7A==",
                              "ingredientIdentifier": "cb5b4b9e-2dad-4811-8c0f-0fdb6d8a89ec",
                              "quantity": 1.0,
                              "storeIDs": [
                                1,
                                2
                              ],
                              "ingredientText": "sample string 1",
                              "ingredient": {
                                "$ref": "13"
                              }
                            },
                            {
                              "$ref": "39"
                            }
                          ],
                          "bins": [
                            {
                              "$id": "40",
                              "pluG_UID": "2bmsc49pOU2YW2No24Xq8w==",
                              "pluGuid": "73acb9d9-698f-4d39-985b-6368db85eaf3",
                              "shelfLocationIdentifier": "amJmw2LLak+kUo3e6S5gug==",
                              "shelfLocationGuid": "c366626a-cb62-4f6a-a452-8ddee92e60ba",
                              "labelShelfDefault": 1,
                              "labelTalkerDefault": 1,
                              "labelSmall": true,
                              "labelPageLayoutG_UID": "Bvjnxzv1u0W7l/sB+sQk5A==",
                              "labelPageLayoutGuid": "c7e7f806-f53b-45bb-bb97-fb01fac424e4",
                              "updated": "2025-06-14T07:46:47.4378383",
                              "electronicShelfLabelIdentifier": "sample string 5",
                              "electronicshelfLabelsConfigurationID": 6,
                              "labelShelfChanged": true,
                              "productName": "sample string 8",
                              "locationText": "sample string 9",
                              "product": {
                                "$ref": "13"
                              },
                              "location": {
                                "$id": "41",
                                "identifier": "eVpOWWL0mESPBgZhRqN2qg==",
                                "storeID": 1,
                                "identifierGuid": "594e5a79-f462-4498-8f06-066146a376aa",
                                "name": "sample string 2",
                                "haccp": true,
                                "blueprintID": 1,
                                "updated": "2025-06-14T07:46:47.4378383",
                                "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": "7WjGnPYHqEKRYBwxG9dL4Q==",
                              "pluGuid": "9cc668ed-07f6-42a8-9160-1c311bd74be1",
                              "deptNo": 1,
                              "product": {
                                "$ref": "13"
                              },
                              "scaleLocation": {
                                "$id": "43",
                                "id": 1,
                                "deptNo": 1,
                                "deptCode": "sample string 2",
                                "name": "sample string 3",
                                "enabled": true,
                                "updated": "2025-06-14T07:46:47.4378383",
                                "department": {
                                  "$id": "44",
                                  "id": 1,
                                  "name": "sample string 2",
                                  "code": "sample string 3",
                                  "sortOrder": 4,
                                  "isLiquor": true,
                                  "isTobacco": true,
                                  "excludeTalker": true,
                                  "externalSales": true,
                                  "saleGLCode": "sample string 9",
                                  "cogsglCode": "sample string 10",
                                  "accountingCategoryID": 11,
                                  "maximumMarkdownPercentage": 12.0,
                                  "accountingOnly": true,
                                  "generateExternalID": 1,
                                  "useNonReportableTaxCode": true,
                                  "minPLU": 15,
                                  "maxPLU": 16,
                                  "scaleLocation": {
                                    "$ref": "43"
                                  },
                                  "subDepartments": [
                                    {
                                      "$id": "45",
                                      "id": 1,
                                      "departmentID": 2,
                                      "name": "sample string 3",
                                      "code": "sample string 4",
                                      "departmentCode": "sample string 5",
                                      "externalSales": true,
                                      "minorDepartments": [
                                        {
                                          "$id": "46",
                                          "id": 1,
                                          "subDepartmentID": 2,
                                          "departmentID": 3,
                                          "name": "sample string 4",
                                          "subDepartmentCode": "sample string 5",
                                          "departmentCode": "sample string 6",
                                          "code": "sample string 7",
                                          "lesserDepartments": [
                                            {
                                              "$id": "47",
                                              "id": 1,
                                              "departmentID": 2,
                                              "subDepartmentID": 3,
                                              "minorDepartmentID": 4,
                                              "name": "sample string 5",
                                              "code": "sample string 6",
                                              "departmentCode": "sample string 7",
                                              "subDepartmentCode": "sample string 8",
                                              "minorDepartmentCode": "sample string 9",
                                              "updated": "2025-06-14T07:46:47.4378383",
                                              "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": "wdCdFFoTv0CDMleQmtnz0Q==",
                                              "labelPageLayoutGuid": "149dd0c1-135a-40bf-8332-57909ad9f3d1",
                                              "minimumAge": 17,
                                              "countryOfOrigin": "sample string 18",
                                              "serviceFeeID": 1,
                                              "eftCode": 19,
                                              "defaultPrinter": "sample string 20",
                                              "defaultPrinterGroup": "sample string 21",
                                              "buyingLimit": 1,
                                              "buyingLimitIndependent": true,
                                              "buyingLimitType": 0,
                                              "includeInDistinctLimit": true,
                                              "defaultsEmpty": false,
                                              "mscCat": {
                                                "$id": "48",
                                                "dept": 1,
                                                "category": 2,
                                                "name": "sample string 3",
                                                "active": true,
                                                "mscCommodities": [
                                                  {
                                                    "$id": "49",
                                                    "dept": 1,
                                                    "category": 2,
                                                    "commodity": 3,
                                                    "name": "sample string 4",
                                                    "active": true,
                                                    "mscSubCommodities": [
                                                      {
                                                        "$id": "50",
                                                        "dept": 1,
                                                        "category": 2,
                                                        "commodity": 3,
                                                        "subCommodity": 4,
                                                        "name": "sample string 5",
                                                        "active": true,
                                                        "subCommodityCode": "sample string 7"
                                                      },
                                                      {
                                                        "$ref": "50"
                                                      }
                                                    ],
                                                    "commodityCode": "sample string 6"
                                                  },
                                                  {
                                                    "$ref": "49"
                                                  }
                                                ],
                                                "categoryCode": "sample string 5"
                                              },
                                              "mscCom": {
                                                "$ref": "49"
                                              },
                                              "mscDep": {
                                                "$id": "51",
                                                "dept": 1,
                                                "name": "sample string 2",
                                                "active": true,
                                                "mscCategories": [
                                                  {
                                                    "$ref": "48"
                                                  },
                                                  {
                                                    "$ref": "48"
                                                  }
                                                ],
                                                "deptCode": "sample string 4"
                                              },
                                              "mscSubCom": {
                                                "$ref": "50"
                                              }
                                            },
                                            {
                                              "$ref": "47"
                                            }
                                          ],
                                          "updated": "2025-06-14T07:46:47.4378383",
                                          "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": "MZxxIeH8dUahJUmFO/tXpA==",
                                          "labelPageLayoutGuid": "21719c31-fce1-4675-a125-49853bfb57a4",
                                          "minimumAge": 15,
                                          "countryOfOrigin": "sample string 16",
                                          "serviceFeeID": 1,
                                          "eftCode": 17,
                                          "defaultPrinter": "sample string 18",
                                          "defaultPrinterGroup": "sample string 19",
                                          "buyingLimit": 1,
                                          "buyingLimitIndependent": true,
                                          "buyingLimitType": 0,
                                          "includeInDistinctLimit": true,
                                          "defaultsEmpty": false,
                                          "mscCat": {
                                            "$ref": "48"
                                          },
                                          "mscCom": {
                                            "$ref": "49"
                                          },
                                          "mscDep": {
                                            "$ref": "51"
                                          },
                                          "mscSubCom": {
                                            "$ref": "50"
                                          }
                                        },
                                        {
                                          "$ref": "46"
                                        }
                                      ],
                                      "investmentBuyOverride": true,
                                      "updated": "2025-06-14T07:46:47.4378383",
                                      "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": "xgNMJipuHkiPaegy/4eRTw==",
                                      "labelPageLayoutGuid": "264c03c6-6e2a-481e-8f69-e832ff87914f",
                                      "minimumAge": 15,
                                      "countryOfOrigin": "sample string 16",
                                      "serviceFeeID": 1,
                                      "eftCode": 17,
                                      "defaultPrinter": "sample string 18",
                                      "defaultPrinterGroup": "sample string 19",
                                      "buyingLimit": 1,
                                      "buyingLimitIndependent": true,
                                      "buyingLimitType": 0,
                                      "includeInDistinctLimit": true,
                                      "defaultsEmpty": false,
                                      "mscCat": {
                                        "$ref": "48"
                                      },
                                      "mscCom": {
                                        "$ref": "49"
                                      },
                                      "mscDep": {
                                        "$ref": "51"
                                      },
                                      "mscSubCom": {
                                        "$ref": "50"
                                      }
                                    },
                                    {
                                      "$ref": "45"
                                    }
                                  ],
                                  "stores": [
                                    1,
                                    2
                                  ],
                                  "investmentBuyOverride": true,
                                  "updated": "2025-06-14T07:46:47.4378383",
                                  "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": "8hzRU2PA8E6RRUbnf1hVDA==",
                                  "labelPageLayoutGuid": "53d11cf2-c063-4ef0-9145-46e77f58550c",
                                  "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": "0vh/5QWkhUOqJoKeLiHGCA==",
                            "pluGuid": "e57ff8d2-a405-4385-aa26-829e2e21c608",
                            "newPrice": 1,
                            "pctDiscount": 1,
                            "newCost": 1,
                            "newCostDecimals": 6,
                            "dealCostIdentifier": "K1Eyk2O7Wk++kYcbJUCTeg==",
                            "dealCostGuid": "9332512b-bb63-4f5a-be91-871b2540937a",
                            "pluName": "sample string 7",
                            "apn": "sample string 8",
                            "fuelItem": true,
                            "priceGroupG_UID": "zwU/OgcRMkC1urZIKuS09w==",
                            "priceGroupGuid": "3a3f05cf-1107-4032-b5ba-b6482ae4b4f7",
                            "itemNumber": "sample string 10",
                            "cri": "sample string 11",
                            "pluPrice": 12,
                            "pluCost": 13,
                            "pluCostIndicator": "sample string 14",
                            "pluPriceGstPercent": 15,
                            "pluCostGstPercent": 16,
                            "pluActive": true,
                            "cartonQty": 1.1,
                            "baseUnits": 18.1,
                            "salesMode": 1,
                            "pluNormalCost": 19,
                            "pluaws": 20.0,
                            "directNumber": "sample string 21",
                            "departmentName": "sample string 22",
                            "subDepartmentName": "sample string 23",
                            "priceGroupName": "sample string 24",
                            "supplierName": "sample string 25",
                            "stockOnHand": 1.1,
                            "stockOnOrder": 1.1,
                            "lastReceived": "2025-06-14T07:46:47.4378383",
                            "rrp": 26,
                            "campaignDescription": "sample string 27",
                            "campaignComboPriceGroupG_UID": "UGkjnB+sj06Bk8yOwdR4YA==",
                            "campaignComboPriceGroupIdentifier": "9c236950-ac1f-4e8f-8193-cc8ec1d47860",
                            "promotionPlacementDescription": "sample string 28",
                            "storeAcceptances": [
                              {
                                "$id": "53",
                                "plu": 1,
                                "pluG_UId": "QEA=",
                                "campaignID": 1,
                                "campaignName": "sample string 2",
                                "storeID": 3,
                                "acceptedUtc": "2025-06-14T07:46:47.4378383",
                                "operatorG_UID": "QcRVt8vPm0OMfS9hTGVsQg==",
                                "operatorGuid": "b755c441-cfcb-439b-8c7d-2f614c656c42",
                                "machineID": 1,
                                "processed": true,
                                "appliedUtc": "2025-06-14T07:46:47.4378383",
                                "signIqTicketFileMovedUtc": "2025-06-14T07:46:47.4378383",
                                "user": "sample string 6",
                                "campaignDescription": "sample string 7",
                                "productDesc": "sample string 8",
                                "storeName": "sample string 9",
                                "effectiveUtc": "2025-06-14T07:46:47.4378383",
                                "priceChangeType": 0,
                                "operatorName": "sample string 10",
                                "hostCampaign": true,
                                "product": {
                                  "$ref": "13"
                                },
                                "campaignPlu": {
                                  "$ref": "52"
                                }
                              },
                              {
                                "$ref": "53"
                              }
                            ],
                            "campaign": {
                              "$id": "54",
                              "id": 1,
                              "storeID": 2,
                              "name": "f9bfb4ac-f604-4269-a22d-c9bcc20d1f5b",
                              "nameGuid": "f9bfb4ac-f604-4269-a22d-c9bcc20d1f5b",
                              "description": "sample string 4",
                              "showDiscounts": true,
                              "showTotals": true,
                              "onlyEvaluateOnSubtotal": true,
                              "useDescription": true,
                              "campaignType": 1,
                              "startDate": "2025-06-14T07:46:47.4378383",
                              "startTime": 1,
                              "endDate": "2025-06-14T07:46:47.4378383",
                              "endTime": 1,
                              "recurrence": 1,
                              "recurrenceType": 1,
                              "monthType": 1,
                              "weekDays": 1,
                              "months": 1,
                              "monthWeeks": 1,
                              "monthDays": "sample string 7",
                              "printed": true,
                              "talkerText": "sample string 8",
                              "rangeDescription": "sample string 9",
                              "dealDescription": "sample string 10",
                              "labelQuantity": 11,
                              "active": 1,
                              "deactivated": "2025-06-14T07:46:47.4378383",
                              "system": true,
                              "created": "2025-06-14T07:46:47.4378383",
                              "updated": "2025-06-14T07:46:47.4378383",
                              "priceChangeNotifiedUtc": "2025-06-14T07:46:47.4378383",
                              "promoType": 1,
                              "promotionTypeCode": "sample string 13",
                              "hostIdentifier": "44gRDsPPo0eHyvjIvWO/XQ==",
                              "hostIdentifierGuid": "0e1188e3-cfc3-47a3-87ca-f8c8bd63bf5d",
                              "hostType": 14,
                              "createdByUser": "sample string 15",
                              "fromHost": true,
                              "deleted": true,
                              "campaignDeleted": "2025-06-14T07:46:47.4378383",
                              "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": "eai0rA27A0KWQHt/4DoBaA==",
                                  "pluGuid": "acb4a879-bb0d-4203-9640-7b7fe03a0168",
                                  "hostOfferID": 1,
                                  "priceGroupG_UID": "uZdZe6oa/UiLXsqD7SaVLg==",
                                  "priceGroupGuid": "7b5997b9-1aaa-48fd-8b5e-ca83ed26952e",
                                  "fuelItem": true,
                                  "pluName": "sample string 6",
                                  "apn": "sample string 7",
                                  "pluActive": true,
                                  "cartonQty": 1,
                                  "baseUnits": 9.1,
                                  "cri": "sample string 10",
                                  "salesMode": 1,
                                  "pluaws": 11.0,
                                  "directNumber": "sample string 12",
                                  "departmentName": "sample string 13",
                                  "subDepartmentName": "sample string 14",
                                  "priceGroupName": "sample string 15",
                                  "supplierName": "sample string 16",
                                  "stockOnHand": 1.1,
                                  "stockOnOrder": 1.1,
                                  "lastReceived": "2025-06-14T07:46:47.4378383",
                                  "rrp": 17,
                                  "campaignDescription": "sample string 18",
                                  "product": {
                                    "$ref": "13"
                                  },
                                  "campaign": {
                                    "$ref": "54"
                                  }
                                },
                                {
                                  "$ref": "55"
                                }
                              ],
                              "sellingRules": [
                                {
                                  "$id": "56",
                                  "id": 1,
                                  "identifier": "Shuzmt2Qs0eMNY/+pYLHrg==",
                                  "identifierStr": "Shuzmt2Qs0eMNY/+pYLHrg==",
                                  "identifierGuid": "9ab31b4a-90dd-47b3-8c35-8ffea582c7ae",
                                  "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": "RBZSgDERNkKEK/0jl9vlcA==",
                                  "customerIDGuid": "80521644-1131-4236-842b-fd2397dbe570",
                                  "campaign": {
                                    "$ref": "54"
                                  },
                                  "customer": {
                                    "$id": "58",
                                    "identifier": "HGzxYFg4XkSmX4wr7z8gFA==",
                                    "identifierGuid": "60f16c1c-3858-445e-a65f-8c2bef3f2014",
                                    "code": "sample string 2",
                                    "familyName": "sample string 3",
                                    "givenName": "sample string 4",
                                    "otherName": "sample string 5",
                                    "title": "sample string 6",
                                    "dateOfBirth": "2025-06-14T07:46:47.4378383",
                                    "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": "SaRB7aQGlEeFM6aqgCe0gQ==",
                                    "communityIdentifierGuid": "ed41a449-06a4-4794-8533-a6aa8027b481",
                                    "joined": "2025-06-14T07:46:47.4378383",
                                    "updated": "2025-06-14T07:46:47.4378383",
                                    "active": true,
                                    "reasonInactive": 1,
                                    "groupCustomer": true,
                                    "loyaltyPoints": 1,
                                    "homeStoreID": 1,
                                    "availableSpend": 1,
                                    "priceLevelIdentifier": "AABFix4QtkiU7R1cT5BqiQ==",
                                    "priceLevelIdentifierGuid": "8b450000-101e-48b6-94ed-1d5c4f906a89",
                                    "marketingID": "sample string 18",
                                    "hidden": true,
                                    "registered": true,
                                    "registeredOn": "2025-06-14T07:46:47.4378383",
                                    "emailMarketing": true,
                                    "smsMarketing": true,
                                    "deleted": true,
                                    "deletedUser": "sample string 24",
                                    "homeStoreName": "sample string 25",
                                    "customerCards": [
                                      {
                                        "$id": "59",
                                        "cardType": 2,
                                        "issueDate": "2025-06-14T07:46:47.4378383",
                                        "expiry": "2025-06-14T07:46:47.4378383",
                                        "customerID": "ggwjUYUSG0GybP08GuiGpw==",
                                        "customerIDGuid": "51230c82-1285-411b-b26c-fd3c1ae886a7",
                                        "initialValue": 1,
                                        "currentValue": 1,
                                        "maxLimit": 1,
                                        "minTransaction": 1,
                                        "maxTransaction": 1,
                                        "multiplier": 1.1,
                                        "active": true,
                                        "reasonInactive": 1,
                                        "idRequired": true,
                                        "idType": 1,
                                        "idValue": "sample string 5",
                                        "updated": "2025-06-14T07:46:47.4378383",
                                        "linkedAccount": "LbN8hFluSEm8GJbvX8V7Vg==",
                                        "linkedAccountGuid": "847cb32d-6e59-4948-bc18-96ef5fc57b56",
                                        "currentValueChanged": true,
                                        "limitsChanged": true,
                                        "customer": {
                                          "$ref": "58"
                                        },
                                        "account": {
                                          "$id": "60",
                                          "id": 1,
                                          "identifier": "wha31XBGQE6Gl//2d6Z2SA==",
                                          "identifierGuid": "d5b716c2-4670-4e40-8697-fff677a67648",
                                          "referenceNo": "sample string 3",
                                          "name": "sample string 4",
                                          "created": "2025-06-14T07:46:47.4378383",
                                          "owner": "mJTnr3DmqUie3Von4z9jlg==",
                                          "ownerGuid": "afe79498-e670-48a9-9edd-5a27e33f6396",
                                          "accountStoreGroupIdentifier": "M9hE97jf6UaRopwaOMzhAg==",
                                          "accountStoreGroupGuid": "f744d833-dfb8-46e9-91a2-9c1a38cce102",
                                          "accountType": 1,
                                          "currentBalance": 1,
                                          "externalID": "sample string 7",
                                          "maximumLimit": 1,
                                          "accruePoints": true,
                                          "loyaltyPoints": 1,
                                          "termsOfTrade": 1,
                                          "signatureRequired": true,
                                          "referenceRequired": true,
                                          "statementSendType": 10,
                                          "ageingPeriod": 1,
                                          "monthlyAgeingPeriod": true,
                                          "explodedInvoice": true,
                                          "isFifoAllocation": true,
                                          "lastStatementSent": "2025-06-14T07:46:47.4378383",
                                          "active": true,
                                          "updated": "2025-06-14T07:46:47.4378383",
                                          "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": "gGTsyD01aUKwFkPwzyYsGw==",
                                              "identifierGuid": "c8ec6480-353d-4269-b016-43f0cf262c1b",
                                              "name": "sample string 2",
                                              "primaryContact": "PH7e42BbEEWvJJfrCw/ncQ==",
                                              "primaryContactGuid": "e3de7e3c-5b60-4510-af24-97eb0b0fe771",
                                              "accountID": "368IWLD8mk2l+3BtFQWXBw==",
                                              "accountIDGuid": "5808afdf-fcb0-4d9a-a5fb-706d15059707",
                                              "special": true,
                                              "updated": "2025-06-14T07:46:47.4378383",
                                              "active": true,
                                              "reasonInactive": 1,
                                              "priceLevelIdentifier": "Y90mbj2kwkyKuuIHbM9NPw==",
                                              "priceLevelIdentifierGuid": "6e26dd63-a43d-4cc2-8aba-e2076ccf4d3f",
                                              "deleted": true,
                                              "account": {
                                                "$ref": "60"
                                              },
                                              "primaryContactCustomer": {
                                                "$ref": "58"
                                              },
                                              "customerGroupMembers": [
                                                {
                                                  "$id": "63",
                                                  "id": 1,
                                                  "groupID": "K6HtVLOOw0yWn17EqTeKKg==",
                                                  "groupIDGuid": "54eda12b-8eb3-4cc3-969f-5ec4a9378a2a",
                                                  "customerID": "pyEa521PdUGpTvi/4bYPXA==",
                                                  "customerIDGuid": "e71a21a7-4f6d-4175-a94e-f8bfe1b60f5c",
                                                  "card": "sample string 4",
                                                  "linkedAccount": "1C3lmWOG+k6SyFEOl8OmaA==",
                                                  "linkedAccountGuid": "99e52dd4-8663-4efa-92c8-510e97c3a668",
                                                  "customer": {
                                                    "$ref": "58"
                                                  },
                                                  "group": {
                                                    "$ref": "62"
                                                  },
                                                  "customerCard": {
                                                    "$ref": "59"
                                                  }
                                                },
                                                {
                                                  "$ref": "63"
                                                }
                                              ]
                                            },
                                            {
                                              "$ref": "62"
                                            }
                                          ]
                                        },
                                        "payments": [
                                          {
                                            "$id": "64",
                                            "id": 1,
                                            "identifier": "JVVZOFvOekmMv6/z+KayfQ==",
                                            "identifierGuid": "38595525-ce5b-497a-8cbf-aff3f8a6b27d",
                                            "storeID": 2,
                                            "operatorName": "sample string 3",
                                            "saleHeaderID": 4,
                                            "paymentType": 5,
                                            "amount": 6,
                                            "account": "sample string 7",
                                            "accountID": "bnyXz7oWeE6OIleYGwi2OA==",
                                            "accountIDGuid": "cf977c6e-16ba-4e78-8e22-57981b08b638",
                                            "customerAccount": {
                                              "$ref": "60"
                                            },
                                            "customerCard": {
                                              "$ref": "59"
                                            },
                                            "accountType": 1,
                                            "cardName": "sample string 8",
                                            "authorisationNumber": "sample string 9",
                                            "bankReference": "sample string 10",
                                            "merchantID": "sample string 11",
                                            "terminalID": "sample string 12",
                                            "cardNumber": "sample string 13",
                                            "paymentDate": "2025-06-14T07:46:47.4378383",
                                            "invRocNo": "sample string 14",
                                            "responseCode": "sample string 15",
                                            "cashout": 1,
                                            "tip": 16,
                                            "idempotentVoid": "kqUvOb36dEym4+pRBE8GSQ==",
                                            "idempotentVoidGuid": "392fa592-fabd-4c74-a6e3-ea51044f0649",
                                            "offline": true,
                                            "processed": 1,
                                            "storeSaleHeader": {
                                              "$id": "65",
                                              "saleHeaderID": 1,
                                              "saleHeaderGuid": "G9lWPiLU70OTu3a4l7S3xQ==",
                                              "saleHeaderIdentifierGuid": "3e56d91b-d422-43ef-93bb-76b897b4b7c5",
                                              "created": "2025-06-14T07:46:47.4378383",
                                              "createdLocal": "2025-06-14T07:46:47.4378383",
                                              "createdText": "sample string 4",
                                              "itemCount": 5,
                                              "totalAmount": 6,
                                              "cashTender": 1,
                                              "cardTender": 1,
                                              "cheqTender": 1,
                                              "acctTender": 1,
                                              "voucherTender": 1,
                                              "loyaltyPoints": 1,
                                              "cashout": 1,
                                              "changeAmount": 1,
                                              "rounding": 1,
                                              "gstAmount": 1,
                                              "transactionDiscountTender": 1,
                                              "totalTip": 7,
                                              "tranType": 1,
                                              "processed": 1,
                                              "imported": "2025-06-14T07:46:47.4378383",
                                              "storeID": 1,
                                              "operatorG_Uid": "t8AUQ87hFUScRW+pa8oJrQ==",
                                              "operatorGuid": "4314c0b7-e1ce-4415-9c45-6fa96bca09ad",
                                              "customerG_Uid": "W0DYwVZpzU6/RfdO4F/VOA==",
                                              "customerGuid": "c1d8405b-6956-4ecd-bf45-f74ee05fd538",
                                              "communityIdentifier": "mosglSS/LkyVrkZQ6gryNg==",
                                              "communityIdentifierGuid": "95208b9a-bf24-4c2e-95ae-4650ea0af236",
                                              "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": "GJYAFoEWMEuGWbDjlYcPtA==",
                                              "priceLevelIdentifierGuid": "16009618-1681-4b30-8659-b0e395870fb4",
                                              "locked": 36,
                                              "relationChecksum": "sample string 37",
                                              "loyaltyTender": 1,
                                              "giftCardTender": 1,
                                              "operator": {
                                                "$ref": "25"
                                              },
                                              "customer": {
                                                "$ref": "58"
                                              },
                                              "communityOrganisation": {
                                                "$id": "66",
                                                "id": 1,
                                                "identifier": "3Zm4UGbSBEqyPzrOhgGEKw==",
                                                "identifierGuid": "50b899dd-d266-4a04-b23f-3ace8601842b",
                                                "name": "sample string 3",
                                                "lookupIdentifier": "sample string 4",
                                                "externalID": "sample string 5",
                                                "phone": "sample string 6",
                                                "fax": "sample string 7",
                                                "email": "sample string 8",
                                                "address1": "sample string 9",
                                                "address2": "sample string 10",
                                                "city": "sample string 11",
                                                "postCode": "sample string 12",
                                                "state": "sample string 13",
                                                "country": "sample string 14",
                                                "totalAmountAwarded": 15.1,
                                                "updated": "2025-06-14T07:46:47.4378383",
                                                "deleted": true
                                              },
                                              "details": [
                                                {
                                                  "$id": "67",
                                                  "saleItemID": 1,
                                                  "identifier": "x3Chmikihkqfrh2NjG/CuA==",
                                                  "identifierGuid": "9aa170c7-2229-4a86-9fae-1d8d8c6fc2b8",
                                                  "saleHeaderID": 2,
                                                  "plu": 1,
                                                  "pluG_UId": "sjZvNsDGMUyTQtiOBMBdkQ==",
                                                  "pluGuid": "366f36b2-c6c0-4c31-9342-d88e04c05d91",
                                                  "accountID": "/+/E12o4u0iIJgV/K5NWSg==",
                                                  "accountIDGuid": "d7c4efff-386a-48bb-8826-057f2b93564a",
                                                  "normalPrice": 3,
                                                  "originalSellingPrice": 4,
                                                  "discountPrice": 5,
                                                  "unit": 1,
                                                  "quantity": 6,
                                                  "totalCents": 7,
                                                  "fixedPrice": 1,
                                                  "tranType": 1,
                                                  "discountType": 1,
                                                  "cost": 1,
                                                  "costDecimals": 8,
                                                  "markdown": 1,
                                                  "manualQuantity": 1,
                                                  "manualPrice": 1,
                                                  "manualMode": 1,
                                                  "active": 1,
                                                  "offline": true,
                                                  "barcode": "sample string 9",
                                                  "keyedSale": 1,
                                                  "discountedID": 1,
                                                  "fuelID": 1,
                                                  "serialNumber": "sample string 10",
                                                  "bestOrExpire": "2025-06-14T07:46:47.4378383",
                                                  "bestOrExpireType": 1,
                                                  "providerName": "sample string 11",
                                                  "refundG_UID": "RTQFQcX0wEumi1LNXbdraQ==",
                                                  "refundGuid": "41053445-f4c5-4bc0-a68b-52cd5db76b69",
                                                  "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": "YmlMx/1IBk+Ejh6bbSmaxA==",
                                                  "idempotentVoidGuid": "c74c6962-48fd-4f06-848e-1e9b6d299ac4",
                                                  "priceLevelIdentifier": "RCIbmHM+rkSYs6ZRPLKZKg==",
                                                  "priceLevelIdentifierGuid": "981b2244-3e73-44ae-98b3-a6513cb2992a",
                                                  "productName": "sample string 23",
                                                  "apn": "sample string 24",
                                                  "unknownScans": [
                                                    {
                                                      "$id": "68",
                                                      "id": 1,
                                                      "saleDetailID": 2,
                                                      "storeID": 1,
                                                      "scanned": "2025-06-14T07:46:47.4378383",
                                                      "operatorG_UID": "QEA=",
                                                      "barcode": "sample string 4",
                                                      "processed": 1
                                                    },
                                                    {
                                                      "$ref": "68"
                                                    }
                                                  ],
                                                  "refund": {
                                                    "$id": "69",
                                                    "id": 1,
                                                    "g_UID": "hErsLd/gfkiMkCEVVGViyQ==",
                                                    "guid": "2dec4a84-e0df-487e-8c90-2115546562c9",
                                                    "description": "sample string 1",
                                                    "dumped": true,
                                                    "inventoryReasonID": 1,
                                                    "sortOrder": 1,
                                                    "updated": "2025-06-14T07:46:47.4378383"
                                                  },
                                                  "modifier": {
                                                    "$id": "70",
                                                    "id": 1,
                                                    "setG_UID": "jft9ucmZlE6cF2ipZQWDEw==",
                                                    "modifierSetGuid": "b97dfb8d-99c9-4e94-9c17-68a965058313",
                                                    "name": "sample string 2",
                                                    "price": 1,
                                                    "quantity": 1,
                                                    "modifierType": 1,
                                                    "groupNumber": 1,
                                                    "pageNumber": 1,
                                                    "controlOrder": 1,
                                                    "printToStation": true,
                                                    "pluG_UID": "1LE3GW8WREGBl4/vwqfu+Q==",
                                                    "pluGuid": "1937b1d4-166f-4144-8197-8fefc2a7eef9",
                                                    "deleted": true,
                                                    "g_UID": "h+SRXt4DxUq5d5lrkT+Khg==",
                                                    "guid": "5e91e487-03de-4ac5-b977-996b913f8a86",
                                                    "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": "7Pw3WRBu20yNLv7E3fcJLQ==",
                                                  "pluGuid": "5937fcec-6e10-4cdb-8d2e-fec4ddf7092d",
                                                  "saleHeaderID": 2,
                                                  "totalCents": 3,
                                                  "grade": 1,
                                                  "gradeDescription": "sample string 4",
                                                  "dispenser": 1,
                                                  "hose": 1,
                                                  "quantity": 1,
                                                  "cost": 1,
                                                  "acquirerNum": 1,
                                                  "attendant": 1,
                                                  "ePurseBalance": 1.0,
                                                  "cardSignature": "sample string 5",
                                                  "compartmentNumber": 1,
                                                  "contractNumber": 1,
                                                  "discountCardPAN": "sample string 6",
                                                  "discountID": 1,
                                                  "discountName": "sample string 7",
                                                  "discountNetValue": 1.0,
                                                  "discountType": 1,
                                                  "discountValue": 1.0,
                                                  "discretionaryData": "sample string 8",
                                                  "driverID": "sample string 9",
                                                  "eftBatchNumber": 1,
                                                  "eftResponseCode": "sample string 10",
                                                  "endDateTime": "2025-06-14T07:46:47.4378383",
                                                  "engineHours": 1.1,
                                                  "fposNumber": 1,
                                                  "loyaltyCardPAN": "sample string 11",
                                                  "miscData1": 1,
                                                  "miscData2": "sample string 12",
                                                  "miscFlags": 1,
                                                  "mop": 1,
                                                  "odometer": 1,
                                                  "panNumber": "sample string 13",
                                                  "saleRefund": true,
                                                  "saleStatus": 1,
                                                  "sequenceNumber": 1,
                                                  "stan": 1,
                                                  "startDateTime": "2025-06-14T07:46:47.4378383",
                                                  "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": "x0jUT4e7Rku00RytJzxygA==",
                                                  "pluGuid": "4fd448c7-bb87-4b46-b4d1-1cad273c7280",
                                                  "accountID": "WbQLMA8D4U2uRUCvkbKRtA==",
                                                  "accountIDGuid": "300bb459-030f-4de1-ae45-40af91b291b4",
                                                  "normalPrice": 3,
                                                  "originalSellingPrice": 4,
                                                  "discountPrice": 5,
                                                  "unit": 1,
                                                  "quantity": 6,
                                                  "totalCents": 7,
                                                  "fixedPrice": 1,
                                                  "tranType": 1,
                                                  "processed": 1,
                                                  "discountType": 1,
                                                  "cost": 1,
                                                  "costDecimals": 1,
                                                  "markdown": 1,
                                                  "manualQuantity": 1,
                                                  "manualPrice": 1,
                                                  "manualMode": 1,
                                                  "active": 1,
                                                  "barcode": "sample string 8",
                                                  "offline": 1,
                                                  "keyedSale": 1,
                                                  "discountedID": 1,
                                                  "fuelID": 1,
                                                  "serialNumber": "sample string 9",
                                                  "bestOrExpire": "2025-06-14T07:46:47.4378383",
                                                  "bestOrExpireType": 1,
                                                  "refundG_UID": "GEjs+cNbekS0h/nfBuEtlw==",
                                                  "refundGuid": "f9ec4818-5bc3-447a-b487-f9df06e12d97",
                                                  "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": "NuGI91sK4EyoSpdA5iOhtg==",
                                                  "identifierGuid": "f788e136-0a5b-4ce0-a84a-9740e623a1b6",
                                                  "id": 1,
                                                  "orderNo": 2,
                                                  "externalSaleIdentifier": "sample string 3",
                                                  "storeID": 4,
                                                  "zoneID": 5,
                                                  "deptNo": 6,
                                                  "customerIdentifier": "50daEXyNo06m4pIrAStEJA==",
                                                  "customerIdentifierGuid": "115a47e7-8d7c-4ea3-a6e2-922b012b4424",
                                                  "operatorNo": 1,
                                                  "operatorG_UID": "0q7B35Ako0ytTRbA5/eEbw==",
                                                  "operatorGuid": "dfc1aed2-2490-4ca3-ad4d-16c0e7f7846f",
                                                  "created": "2025-06-14T07:46:47.4378383",
                                                  "ordered": "2025-06-14T07:46:47.4378383",
                                                  "started": "2025-06-14T07:46:47.4378383",
                                                  "completed": "2025-06-14T07:46:47.4378383",
                                                  "supplied": "2025-06-14T07:46:47.4378383",
                                                  "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": "bD3IJo5IBEaW8UeD0T4LSQ==",
                                                      "pluGuid": "26c83d6c-488e-4604-96f1-4783d13e0b49",
                                                      "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": "SPwUWRMfsUq+btpLG8E0/A==",
                                                      "headerIdentifierGuid": "5914fc48-1f13-4ab1-be6e-da4b1bc134fc",
                                                      "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": "z0NM3Iky9U+XHO+MieV4Qg==",
                                                  "surveyGuid": "dc4c43cf-3289-4ff5-971c-ef8c89e57842",
                                                  "saleHeaderGuid": "ddXfTKciZ0e85S4fflF7Xw==",
                                                  "saleGuid": "4cdfd575-22a7-4767-bce5-2e1f7e517b5f",
                                                  "textResponse": "sample string 1",
                                                  "integerResponse": 1,
                                                  "g_UIDResponse": "q7yCwyqT3UiPyakYPgiicA==",
                                                  "guidResponse": "c382bcab-932a-48dd-8fc9-a9183e08a270",
                                                  "whoAnswered": 2,
                                                  "answeredAtUTC": "2025-06-14T07:46:47.4378383",
                                                  "sale": {
                                                    "$ref": "65"
                                                  },
                                                  "survey": {
                                                    "$id": "79",
                                                    "g_UID": "4fBn2jtsrkSyOLr4qHZ8Xw==",
                                                    "guid": "da67f0e1-6c3b-44ae-b238-baf8a8767c5f",
                                                    "name": "sample string 1",
                                                    "storeID": 2,
                                                    "zoneID": 1,
                                                    "checkoutFormG_UID": "jv34DjaEs0CfZu6apS9MYQ==",
                                                    "checkoutFormGuid": "0ef8fd8e-8436-40b3-9f66-ee9aa52f4c61",
                                                    "displayToWho": 3,
                                                    "displayWhen": 4,
                                                    "start": "2025-06-14T07:46:47.4378383",
                                                    "end": "2025-06-14T07:46:47.4378383",
                                                    "deleted": true,
                                                    "updated": "2025-06-14T07:46:47.4378383",
                                                    "possibleIntegerResponses": [
                                                      1,
                                                      2
                                                    ],
                                                    "possibleTextResponses": [
                                                      "sample string 1",
                                                      "sample string 2"
                                                    ],
                                                    "possibleGuidResponses": [
                                                      "afeca5c1-e972-46ed-8d74-50d72a411f86",
                                                      "6ce866fa-0a7b-451f-8595-28b43ffaf518"
                                                    ],
                                                    "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": "ApmpkBKbxEW9Dw8D+eB25Q==",
                                              "accountIdentifier": "90a99902-9b12-45c4-bd0f-0f03f9e076e5",
                                              "accountName": "sample string 42",
                                              "customerOrderIdentifier": "6e6iWqMlxEuddB0f8SL+rQ==",
                                              "customerOrderIdentifierGuid": "5aa2eee9-25a3-4bc4-9d74-1d1ff122fead",
                                              "priceLevelName": "sample string 43",
                                              "revision": 44,
                                              "ingressId": "sample string 45"
                                            },
                                            "metadata": {
                                              "$id": "80",
                                              "id": 1,
                                              "paymentID": 2,
                                              "paymentIdentifier": "WUkrjrGd60e4JWOG+h+dTw==",
                                              "paymentIdentifierGuid": "8e2b4959-9db1-47eb-b825-6386fa1f9d4f",
                                              "identifier": "IWDEPRA/rEu+VDOJWOYocA==",
                                              "identifierGuid": "3dc46021-3f10-4bac-be54-338958e62870",
                                              "metadata": "sample string 3",
                                              "signatureImage": "QEA=",
                                              "itemIdentifier": "hhiVjK5pqkePTHCnapPRXg==",
                                              "itemIdentifierGuid": "8c951886-69ae-47aa-8f4c-70a76a93d15e"
                                            }
                                          },
                                          {
                                            "$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": "Hf+q9sw+60GmeXSdYWhyfw==",
                                        "customerIdentifierGuid": "f6aaff1d-3ecc-41eb-a679-749d6168727f",
                                        "voucherName": "sample string 2",
                                        "count": 3,
                                        "storeID": 4,
                                        "barcode": "sample string 5",
                                        "redeemCount": 6,
                                        "issueCount": 7,
                                        "storeSalePaymentID": 1,
                                        "idempotentID": "pwr54WyRZU+nGnCBu0jsVg==",
                                        "idempotentGuid": "e1f90aa7-916c-4f65-a71a-7081bb48ec56",
                                        "offline": true,
                                        "voucher": {
                                          "$id": "82",
                                          "id": 1,
                                          "name": "sample string 2",
                                          "description": "sample string 3",
                                          "shortDescription": "sample string 4",
                                          "url": "sample string 5",
                                          "barcodeTemplateID": 1,
                                          "expiry": 0,
                                          "voucherType": 6,
                                          "limitPerTransaction": 7,
                                          "customerTracking": true,
                                          "discountAccount": "sample string 9",
                                          "endDate": "2025-06-14T07:46:47.4378383",
                                          "barcodeTemplate": {
                                            "$id": "83",
                                            "templateID": 1,
                                            "template": "sample string 1",
                                            "bcFunction": "sample string 2",
                                            "sortOrder": 3
                                          },
                                          "scaleLabel": {
                                            "$id": "84",
                                            "id": 1,
                                            "uid": "sample string 2",
                                            "name": "sample string 3",
                                            "width": 1.1,
                                            "height": 1.1,
                                            "showBorder": true,
                                            "borderWidth": 1.1,
                                            "borderStyle": 1,
                                            "borderColour": "sample string 5",
                                            "updated": "2025-06-14T07:46:47.4378383",
                                            "labelPageLayout": "nQMzo47Qv0mOFU4IXcpsMQ==",
                                            "pageLayoutGuid": "a333039d-d08e-49bf-8e15-4e085dca6c31",
                                            "labelType": 6,
                                            "oldName": "sample string 7",
                                            "voucher": {
                                              "$ref": "82"
                                            },
                                            "elements": [
                                              {
                                                "$id": "85",
                                                "id": 1,
                                                "scaleLabelID": 2,
                                                "showPercentDI": true,
                                                "showAvgPerHundred": true,
                                                "showAvgPerServe": true,
                                                "name": "sample string 6",
                                                "x": 1.1,
                                                "y": 1.1,
                                                "width": 1.1,
                                                "height": 1.1,
                                                "type": 1,
                                                "rotation": 1,
                                                "text": "sample string 7",
                                                "fontFamily": "sample string 8",
                                                "align": 1,
                                                "bold": true,
                                                "italic": true,
                                                "underline": true,
                                                "strikeout": true,
                                                "reverse": true,
                                                "textColour": "sample string 9",
                                                "fontSize": 1.1,
                                                "picture": "QEA=",
                                                "borderWidth": 10,
                                                "sortOrder": 11,
                                                "printOptions": 12,
                                                "superScriptTextFontSize": 1.1,
                                                "lineStyle": 1,
                                                "spacingStyle": 1,
                                                "interCharacterSpacing": 1.1,
                                                "superScriptOffset": 1.1,
                                                "lineSpacing": 1.1,
                                                "dateFormat": "sample string 13",
                                                "autoGrow": true,
                                                "fontAutoResize": true,
                                                "updated": "2025-06-14T07:46:47.4378383"
                                              },
                                              {
                                                "$ref": "85"
                                              }
                                            ]
                                          },
                                          "customerVouchers": [
                                            {
                                              "$id": "86",
                                              "id": 1,
                                              "customerIdentifier": "y4MXvwY7YEy3Dwtn7LKxcQ==",
                                              "customerIdentifierGuid": "bf1783cb-3b06-4c60-b70f-0b67ecb2b171",
                                              "voucherID": 3,
                                              "voucherName": "sample string 4",
                                              "storeID": 1,
                                              "barcode": "sample string 5",
                                              "dateOfIssue": "2025-06-14T07:46:47.4378383",
                                              "issuedSaleHeaderID": 1,
                                              "issuedSaleIdentifier": "sample string 7",
                                              "issuedOfflinePaymentID": 1,
                                              "issuedIdempotentID": "lg6IwoAG3EaKtDM6tZkpDw==",
                                              "issuedIdempotentGuid": "c2880e96-0680-46dc-8ab4-333ab599290f",
                                              "issuedOffline": true,
                                              "issuedUser": "sample string 9",
                                              "issuedNotes": "sample string 10",
                                              "expiryDate": "2025-06-14T07:46:47.4378383",
                                              "expiredUser": "sample string 11",
                                              "expiredNotes": "sample string 12",
                                              "redeemed": "2025-06-14T07:46:47.4378383",
                                              "redeemedSaleHeaderID": 1,
                                              "redeemedSaleIdentifier": "sample string 13",
                                              "redeemedOfflinePaymentID": 1,
                                              "redeemedIdempotentID": "y2xcoLw9XUeZ1EdJpGaSlA==",
                                              "redeemedIdempotentGuid": "a05c6ccb-3dbc-475d-99d4-4749a4669294",
                                              "redeemedUser": "sample string 14",
                                              "redeemedNotes": "sample string 15",
                                              "redeemedOffline": true,
                                              "updated": "2025-06-14T07:46:47.4378383",
                                              "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": "65xDxPOErkmMaZ5K56gyag==",
                                  "groupIDGuid": "c4439ceb-84f3-49ae-8c69-9e4ae7a8326a",
                                  "campaign": {
                                    "$ref": "54"
                                  },
                                  "group": {
                                    "$ref": "62"
                                  }
                                },
                                {
                                  "$ref": "87"
                                }
                              ],
                              "signIqTickets": [
                                {
                                  "$id": "88",
                                  "identifier": "slPA3/xpr0uS2m8AouJ6Cg==",
                                  "identifierGuid": "dfc053b2-69fc-4baf-92da-6f00a2e27a0a",
                                  "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": "gZLsdgBgn0utUY1yy9fiBw==",
                                  "guid": "76ec9281-6000-4b9f-ad51-8d72cbd7e207",
                                  "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": "q6cvnqQ61Umxyw8ca21N+A==",
                                      "groupGuid": "9e2fa7ab-3aa4-49d5-b1cb-0f1c6b6d4df8",
                                      "comboPriceType": 5,
                                      "priceType": 5,
                                      "pluG_UID": "aE28Bz5wPEWb3tHfv0QsNQ==",
                                      "pluGuid": "07bc4d68-703e-453c-9bde-d1dfbf442c35",
                                      "priceGroupG_UID": "usPoyhDxQUCn2pb8Xz1hfQ==",
                                      "priceGroupGuid": "cae8c3ba-f110-4041-a7da-96fc5f3d617d",
                                      "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": "VVFY2pgRlEOS5WsQof3eJg==",
                                  "priceLevelIdentifierGuid": "da585155-1198-4394-92e5-6b10a1fdde26",
                                  "campaignName": "sample string 3",
                                  "priceLevelName": "sample string 4"
                                },
                                {
                                  "$ref": "91"
                                }
                              ]
                            },
                            "product": {
                              "$ref": "13"
                            },
                            "dealCost": {
                              "$id": "92",
                              "headerIdentifier": "NmzxInURH0GgSrPyx90rvA==",
                              "headerIdentifierGuid": "22f16c36-1175-411f-a04a-b3f2c7dd2bbc",
                              "identifier": "OFI4CfTHRkaO8glRHe2ELg==",
                              "identifierGuid": "09385238-c7f4-4646-8ef2-09511ded842e",
                              "supplierIdentifier": "RzXzmzeBEkSvW8MqMGnqpQ==",
                              "supplierGuid": "9bf33547-8137-4412-af5b-c32a3069eaa5",
                              "pluG_UID": "PAdzLFKfgkCTSxRg85SYjg==",
                              "pluGuid": "2c73073c-9f52-4082-934b-1460f394988e",
                              "campaignName": "61bda0ca-e9df-4d71-bde2-c5afb73466d3",
                              "description": "sample string 4",
                              "cost": 5,
                              "costDecimals": 6,
                              "start": "2025-06-14T07:46:47.4378383",
                              "end": "2025-06-14T07:46:47.4378383",
                              "type": 9,
                              "promoType": 10,
                              "bonusItemPLUG_UID": "f4gGl96940i4YwRdpU5DSA==",
                              "bonusItemPluGuid": "9706887f-bdde-48e3-b863-045da54e4348",
                              "bonusPurchaseUnits": 11,
                              "bonusReceiveUnits": 12,
                              "updated": "2025-06-14T07:46:47.4378383",
                              "metcashPromotionID": "sample string 14",
                              "fromHost": 15,
                              "storeNames": "sample string 16",
                              "storeIDs": [
                                1,
                                2
                              ],
                              "supplierName": "sample string 17",
                              "campaignDescription": "sample string 18",
                              "newPrice": 1,
                              "campaignMetcashPromotionID": "sample string 19",
                              "campaignActive": true,
                              "campaignStartDate": "2025-06-14T07:46:47.4378383",
                              "campaignEndDate": "2025-06-14T07:46:47.4378383",
                              "masterPLUG_UID": "qY+Q1SAez0WJ7EHRqH0+JA==",
                              "masterID": "d5908fa9-1e20-45cf-89ec-41d1a87d3e24",
                              "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": "n5aPI3w770e38V/1JwqMvA==",
                              "bonusMasterID": "238f969f-3b7c-47ef-b7f1-5ff5270a8cbc",
                              "bonusProductName": "sample string 34",
                              "bonusProductAPN": "sample string 35",
                              "bonusOrderCode": "sample string 36",
                              "bonusNormalSell": 37,
                              "bonusNormalCost": 38,
                              "bonusNormalCostDecimals": 39,
                              "bonusCartonQuantity": 40,
                              "bonusSalesMode": 41,
                              "bonusOrderPacked": 42,
                              "bonusFuelItem": true,
                              "bonusActive": true
                            }
                          },
                          "currentCostStart": "2025-06-14T07:46:47.4378383",
                          "dealCosts": [
                            {
                              "$ref": "92"
                            },
                            {
                              "$ref": "92"
                            }
                          ],
                          "tags": [
                            {
                              "$id": "93",
                              "pluG_UID": "FwVyK+JIgk+dti6Xys9f9g==",
                              "pluGuid": "2b720517-48e2-4f82-9db6-2e97cacf5ff6",
                              "tagID": 1,
                              "description": "sample string 1",
                              "storeIDs": [
                                1,
                                2
                              ]
                            },
                            {
                              "$ref": "93"
                            }
                          ],
                          "alternateProductG_UID": "KG33uLt13Eye9gCUU8yqMA==",
                          "alternateProduct": "b8f76d28-75bb-4cdc-9ef6-009453ccaa30",
                          "productHostCode": {
                            "$id": "94",
                            "id": 1,
                            "pluG_UID": "8EznF81ai0qG9SkMHiQyoQ==",
                            "pluGuid": "17e74cf0-5acd-4a8b-86f5-290c1e2432a1",
                            "ibaCode": "sample string 2"
                          },
                          "mscCat": {
                            "$ref": "48"
                          },
                          "mscCom": {
                            "$ref": "49"
                          },
                          "mscDep": {
                            "$ref": "51"
                          },
                          "mscSubCom": {
                            "$ref": "50"
                          },
                          "isUserUpdate": true,
                          "ignoreMasterProduct": true,
                          "priceGroupLabelRequested": true,
                          "firstSold": "2025-06-14T07:46:47.4378383",
                          "inventoryTracked": "2025-06-14T07:46:47.4378383",
                          "isNormalPriceChangesCampaign": true
                        },
                        "supplier": {
                          "$ref": "8"
                        },
                        "serviceFee": {
                          "$id": "95",
                          "id": 1,
                          "description": "sample string 1",
                          "fee": 1
                        },
                        "isPrimaryHost": true,
                        "hostVendor": 46
                      },
                      {
                        "$ref": "11"
                      }
                    ],
                    "orderCycleHeaders": [
                      {
                        "$id": "96",
                        "storeID": 1,
                        "supplierIdentifier": "Tw7PnU0PqUKEIi8UCaUy3w==",
                        "supplierGuid": "9dcf0e4f-0f4d-42a9-8422-2f1409a532df",
                        "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": "hekdOKF+9USBe182zdJFug==",
                        "supplierGuid": "381de985-7ea1-44f5-817b-5f36cdd245ba",
                        "departmentCode": "sample string 2",
                        "warehouseDirectIndicator": "sample string 3",
                        "type": 4,
                        "cutOffWeek": 5,
                        "cutOffDay": 6,
                        "cutOffTime": "00:00:00.1234567",
                        "leadTime": 7,
                        "daysBuffer": 8,
                        "supplierName": "sample string 9",
                        "cutOffDate": "2025-06-14T07:46:47.4378383",
                        "deliveryDate": "2025-06-14T07:46:47.4378383",
                        "nextCutOffDate": "2025-06-14T07:46:47.4378383",
                        "nextDeliveryDate": "2025-06-14T07:46:47.4378383",
                        "nextDaysBuffer": 10
                      },
                      {
                        "$ref": "97"
                      }
                    ],
                    "store": {
                      "$ref": "4"
                    },
                    "updated": "2025-06-14T07:46:47.4378383",
                    "isHost": true
                  },
                  "files": [
                    {
                      "$id": "98",
                      "id": "sample string 1",
                      "fileName": "sample string 2",
                      "extension": "sample string 3",
                      "provider": 0,
                      "type": 0,
                      "hostType": "sample string 4",
                      "createdUtc": "2025-06-14T07:46:47.4378383",
                      "processed": "2025-06-14T07:46:47.4378383",
                      "isProcessing": true,
                      "processedCount": 6,
                      "processingTime": 1,
                      "collectedUtc": "2025-06-14T07:46:47.4378383",
                      "size": 1,
                      "sizeFormat": "sample string 7",
                      "isArchive": true,
                      "version": "sample string 9",
                      "reference": "sample string 10",
                      "digest": "sample string 11",
                      "contentType": "sample string 12",
                      "host": {
                        "$ref": "7"
                      },
                      "metcashHeader": {
                        "$id": "99",
                        "customerNumber": "sample string 1",
                        "creationDate": "2025-06-14T07:46:47.4378383",
                        "businessPillar": "sample string 3",
                        "fileType": "sample string 4"
                      }
                    },
                    {
                      "$ref": "98"
                    }
                  ],
                  "zoneMatrix": [
                    {
                      "$id": "100",
                      "id": 1,
                      "hostIdentifier": "Za1NU2VfhkKjVDmluKds/g==",
                      "hostIdentifierGuid": "534dad65-5f65-4286-a354-39a5b8a76cfe",
                      "storeID": 1,
                      "departmentCode": "sample string 2",
                      "hostGuids": [
                        "deb90f58-bcc3-41b7-97a9-53d4ab68e52b",
                        "8cac8476-20a1-4593-8578-7f5f56465fc5"
                      ]
                    },
                    {
                      "$ref": "100"
                    }
                  ],
                  "hostFileStoreSetting": {
                    "$ref": "6"
                  },
                  "hostStoreSettings": [
                    {
                      "$ref": "6"
                    },
                    {
                      "$ref": "6"
                    }
                  ],
                  "promotionPlacements": [
                    {
                      "$id": "101",
                      "identifier": "tQBmu4ZYgkSLQpjmbro8MQ==",
                      "identifierGuid": "bb6600b5-5886-4482-8b42-98e66eba3c31",
                      "code": "sample string 2",
                      "description": "sample string 3",
                      "isAdvertised": true
                    },
                    {
                      "$ref": "101"
                    }
                  ],
                  "promoTypeGuids": [
                    "883761fa-ffe3-4829-aab9-82dc8014b123",
                    "a88375b6-e4c7-4eb2-a195-95fb267e665f"
                  ],
                  "isPromotionOnly": false,
                  "isOrderable": false,
                  "vendor": 0
                },
                "groupIDs": [
                  1,
                  2
                ],
                "hostDescription": "sample string 24"
              },
              {
                "$ref": "6"
              }
            ],
            "accounts": [
              {
                "$id": "102",
                "id": 1,
                "storeID": 1,
                "accountName": "sample string 2",
                "bsb": "sample string 3",
                "accountNumber": "sample string 4",
                "accountDesignated": true
              },
              {
                "$ref": "102"
              }
            ],
            "sales": [
              {
                "$id": "103",
                "id": 1,
                "storeID": 1,
                "externalSalesType": 2,
                "ftpSiteID": 1,
                "lastSaleProcessed": "2025-06-14T07:46:47.4378383",
                "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": "a6b9c3eb-904c-42e1-9155-afd97043c519",
            "updateStore": {
              "$id": "107",
              "id": "fa74890c-7ee2-4ac3-8cb7-60a2b1421fb9",
              "name": "sample string 1",
              "lastActivity": "2025-06-14T07:46:47.4378383",
              "zone": "sample string 2",
              "timeZoneOffset": 0.0,
              "businessHoursStart": "00:00:00.1234567",
              "businessHoursEnd": "00:00:00.1234567",
              "master": true,
              "lastIP": "sample string 10",
              "lastHostName": "sample string 11",
              "ping": 1,
              "pingStatus": "sample string 12",
              "lastUpdateCompleted": "2025-06-14T07:46:47.4378383"
            },
            "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": "ejPgpjr5H0ieujPP2aeDog==",
            "guid": "a6e0337a-f93a-481f-9eba-33cfd9a783a2",
            "fuelGrade": "sample string 5",
            "price1": 1,
            "price2": 1,
            "price3": 1,
            "price4": 1,
            "effective": "2025-06-14T07:46:47.4378383",
            "updated": "2025-06-14T07:46:47.4378383",
            "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�=�Z�jB�5xl/workbook.xml �(�����0D�&�C��J#N\�z�Э4Ж�5���H�yۙ�};�l��3���+lE{蓼1�����̄:성
|��Ō���to�ڳ�|Ι��4��rrt���r�E�G�j\Q
����@H�4{J�]����.&ak�����/�"V��D��+z��2�.Y�9oS̮tgﰒm��/PK�=�Z����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
�=�Z�;#''_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="Re67fa18151c94252" /></Relationships>PK�=�Z��Dxl/worksheets/sheet1.xml �(���]s�0��
�}!_䣣v�Z��սؽf5V�b�ڟ�A d��Q��'��ut�o�O���ڍ]�ב��ZE���{��ܽ���*�H7Rf��w�e2v7Y����t��q�zj/w��VIf�e���:ZʩZb��|��
3�T����{���^�>���B�=���h�NF�Hw�w�$r=v�����?�H�Ƶ���?�>����
����b�y��:<l���� ��M����ڦţG��\'���c��69�	����u��4S�߲\u9�Q�G�<f�\ �9��<.�^y#.(ˆ��?N�8���c A9g�?���$���ui���m
��N��2��<���;y^���-ʜh��Wq�x0�nCP�~�0<�����cz8�4!�Fb�1XIqS�@/�:ԡ�6D�Ł�`�`*�`�dG�qH��*� m~V���� m�@�J:X['�'�rT����:3�ff�d����e�?��֗iq,�&�������<[7]���.��ĴK�6q�%H��u��M�w	�&�k�]����.!�ijeb�P_,�1�Wb���1��fA���-�1م�G�k��j�Z-�
Ӿ� Ƹo+�"��7ދ�fܘͬY3�r߬�xh���5�n��5�6��5�^Z#0Lzm/LA�BF�m�#��Z<,�1�=�X� �G�#���{�=��Ap� �O��:�#�adaALA���F����L�L&�W��/��?PK�=�ZuɫD�Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞�	�C��ݰ���=��&vd����G�
XE�Tb�������4����޾�9c��w
��Nyݻ��S2O�ݬ�8Ȕ'��H�
ؔ��QYe,��.w��L9
��:�iŘ�a΀[&9\&���+|��4�K���h���~J�^CYd*��n`��YTr)P��B��e������eT��0u%����U�ʀ�%�|�Ӽ<SkY�l�f���dW5z��/PK�=�ZЃc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK�=�Z�Ց��cxl/sharedStrings.xml �(�uS]O�@�+ֽ���&��6)Q���*u9o�k�ý=����M@�����jgF{��_k�g��+�X�D�N�F�u)�/oҙH(�k�x���"��*�b£�J�����e�6h��o�1���B�gXg���6�њ,����D�|�b)�\$��:��^��"V_x�m�.��Pd�*�w��w��kn:4���۫�T���1��>|���(Z�F}�
��&5�o`[3��;�.��P~@\O�,0b88�g hp�X��48(��c�7;��%����,��r��G���N���c�����S:���S����i29��оW���V�|`"t��ojo��GOr���*y�)�?^��p�� �AC�zQ���U�#w'#k��%�K|��h>$���T/PK-�=�Z�jB�5xl/workbook.xmlPK-�=�Z����	��[Content_Types].xmlPK-
�=�Z�;#''U_rels/.relsPK-�=�Z��D�xl/worksheets/sheet1.xmlPK-�=�ZuɫD�Pxl/_rels/workbook.xml.relsPK-�=�ZЃc'2E
Yxl/styles.xmlPK-�=�Z�Ց��c�	xl/sharedStrings.xmlPK��

application/vnd.ms-excel

Sample:
PK�=�Z�ܡl�5xl/workbook.xml �(�����0��&�C���Mp��Ճ��,�@[����[J ��mgv��)gc��1��Q��V��~*s�G�d&�a���i_�t���V�=K8�0�#xi�����J���&�кѫqE)����!���!qvQc�����!��*#l���hPX�<P�[[�3%��a����<�I�dW�ӝ��J����PK�=�Z����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
�=�Zf��F''_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="R581c376342064f16" /></Relationships>PK�=�Z��Dxl/worksheets/sheet1.xml �(���]s�0��
�}!_䣣v�Z��սؽf5V�b�ڟ�A d��Q��'��ut�o�O���ڍ]�ב��ZE���{��ܽ���*�H7Rf��w�e2v7Y����t��q�zj/w��VIf�e���:ZʩZb��|��
3�T����{���^�>���B�=���h�NF�Hw�w�$r=v�����?�H�Ƶ���?�>����
����b�y��:<l���� ��M����ڦţG��\'���c��69�	����u��4S�߲\u9�Q�G�<f�\ �9��<.�^y#.(ˆ��?N�8���c A9g�?���$���ui���m
��N��2��<���;y^���-ʜh��Wq�x0�nCP�~�0<�����cz8�4!�Fb�1XIqS�@/�:ԡ�6D�Ł�`�`*�`�dG�qH��*� m~V���� m�@�J:X['�'�rT����:3�ff�d����e�?��֗iq,�&�������<[7]���.��ĴK�6q�%H��u��M�w	�&�k�]����.!�ijeb�P_,�1�Wb���1��fA���-�1م�G�k��j�Z-�
Ӿ� Ƹo+�"��7ދ�fܘͬY3�r߬�xh���5�n��5�6��5�^Z#0Lzm/LA�BF�m�#��Z<,�1�=�X� �G�#���{�=��Ap� �O��:�#�adaALA���F����L�L&�W��/��?PK�=�Zy>���Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞�N��P�n�a[z�'Q۲]�gc���V� �X��j4��'�|���o�D^0���x���UN�����C��z��Ly"��$�������4�g���qa�)���^��쑖��4,p�$�����1�S�m�L_]8�19��c���5�"S�<���0U�X�B!E�* �nj1]&��^��BFY�=b������ ���N��B��G�Z^��7��xU�7��PK�=�ZЃc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK�=�Z�Ց��cxl/sharedStrings.xml �(�uS]O�@�+ֽ���&��6)Q���*u9o�k�ý=����M@�����jgF{��_k�g��+�X�D�N�F�u)�/oҙH(�k�x���"��*�b£�J�����e�6h��o�1���B�gXg���6�њ,����D�|�b)�\$��:��^��"V_x�m�.��Pd�*�w��w��kn:4���۫�T���1��>|���(Z�F}�
��&5�o`[3��;�.��P~@\O�,0b88�g hp�X��48(��c�7;��%����,��r��G���N���c�����S:���S����i29��оW���V�|`"t��ojo��GOr���*y�)�?^��p�� �AC�zQ���U�#w'#k��%�K|��h>$���T/PK-�=�Z�ܡl�5xl/workbook.xmlPK-�=�Z����	��[Content_Types].xmlPK-
�=�Zf��F''U_rels/.relsPK-�=�Z��D�xl/worksheets/sheet1.xmlPK-�=�Zy>���Pxl/_rels/workbook.xml.relsPK-�=�ZЃc'2E
Zxl/styles.xmlPK-�=�Z�Ց��c�	xl/sharedStrings.xmlPK��