GET api/store/{storeID}/stocktakerequest/{dueDate}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
storeID

integer

Required

dueDate

date

Required

Body Parameters

None.

Response Information

Resource Description

Collection of StocktakeRequest
NameDescriptionTypeAdditional information
Identifier

Collection of byte

None.

IdentifierGuid

globally unique identifier

None.

Name

string

String length: inclusive between 0 and 20

StoreID

integer

None.

DueDate

date

Data type: Date

Description

string

String length: inclusive between 0 and 20

Created

date

Data type: DateTime

CreatedLineItems

integer

None.

InsertedLineItems

integer

None.

Products

Collection of StocktakeRequestProduct

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

StocktakeHeader

StocktakeHeader

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

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "identifier": "vlWuvf5nmEe0Z8QnNY7hhg==",
    "identifierGuid": "bdae55be-67fe-4798-b467-c427358ee186",
    "name": "sample string 2",
    "storeID": 3,
    "dueDate": "2026-04-03T06:18:50.3209486",
    "description": "sample string 5",
    "created": "2026-04-03T06:18:50.3209486",
    "createdLineItems": 7,
    "insertedLineItems": 8,
    "products": [
      {
        "$id": "2",
        "stocktakeRequestIdentifier": "qv6XX5br1kye0HknNoaUSA==",
        "pluG_UID": "IUdJmv+MjUCzzpQvO6819Q==",
        "stocktakeRequestIdentifierGuid": "5f97feaa-eb96-4cd6-9ed0-792736869448",
        "pluGuid": "9a494721-8cff-408d-b3ce-942f3baf35f5",
        "lineNo": 1,
        "itemNo": "sample string 3",
        "uomCode": "sample string 4",
        "confirmed": true,
        "processed": true,
        "qtyCalculated": 1.0,
        "itemDescription": "sample string 5",
        "uomDescription": "sample string 6",
        "departmentCode": "sample string 7",
        "subDepartmentCode": "sample string 8",
        "minorDepartmentCode": "sample string 9",
        "comment": "sample string 10",
        "displayUom1": "sample string 11",
        "displayUom2": "sample string 12",
        "displayUom3": "sample string 13",
        "displayUom4": "sample string 14",
        "displayUom5": "sample string 15",
        "displayUom6": "sample string 16",
        "product": {
          "$id": "3",
          "plu": 1,
          "storeID": 1,
          "masterPluG_UID": "QEA=",
          "storeIDs": [
            1,
            2
          ],
          "g_UId": "Wwvz7VhGEkOyRP/i/vgmVg==",
          "guid": "edf30b5b-4658-4312-b244-ffe2fef82656",
          "apn": "sample string 1",
          "apnChanged": true,
          "apnSwitched": true,
          "barcode": "sample string 4",
          "itemNumber": "sample string 5",
          "itemNumberChanged": true,
          "priceGroupG_UID": "C06Anr9ob02eHYeNGvWZ3A==",
          "priceGroupGuid": "9e804e0b-68bf-4d6f-9e1d-878d1af599dc",
          "blueprintID": 1,
          "lastCountedDate": "2026-04-03T06:18:50.3209486",
          "externalID": "sample string 7",
          "active": true,
          "activated": "2026-04-03T06:18:50.3209486",
          "pluCreated": "2026-04-03T06:18:50.3209486",
          "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": "2026-04-03T06:18:50.3209486",
          "lastManualUpdate": "2026-04-03T06:18:50.3209486",
          "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": "2026-04-03T06:18:50.3209486",
          "currentCostUpdated": "2026-04-03T06:18:50.3209486",
          "costDecimals": 31,
          "costChanged": true,
          "dealCostIdentifier": "QEA=",
          "excludeFromRebate": true,
          "rebateOverride": 1,
          "costCalcMethod": 32,
          "costCalcMethodChanged": true,
          "costEffectiveDate": "2026-04-03T06:18:50.3209486",
          "defaultGP": 1,
          "breakTargetMode": 33,
          "break1": 1,
          "price1": 1,
          "target1": 34,
          "break2": 1,
          "price2": 1,
          "target2": 35,
          "break3": 1,
          "price3": 1,
          "target3": 36,
          "break1Changed": true,
          "price1Changed": true,
          "target1Changed": true,
          "break2Changed": true,
          "price2Changed": true,
          "target2Changed": true,
          "break3Changed": true,
          "price3Changed": true,
          "target3Changed": true,
          "breakTargetModeChanged": true,
          "margin": 1.1,
          "marginChanged": true,
          "marginRanged": true,
          "marginRangedChanged": true,
          "minimumMargin": 1.1,
          "minimumMarginChanged": true,
          "maximumMargin": 1.1,
          "maximumMarginChanged": true,
          "overrideHostWarehouseIndicator": true,
          "overrideHostWarehouseIndicatorChanged": true,
          "overrideHostPrice": true,
          "overrideHostPriceChanged": true,
          "overrideHostCost": true,
          "overrideHostCostChanged": true,
          "overrideHostMargin": true,
          "overrideHostMarginChanged": true,
          "alwaysApplyMargin": true,
          "alwaysApplyMarginChanged": true,
          "aws": 1.0,
          "paws": 1.0,
          "awsUpdated": "2026-04-03T06:18:50.3209486",
          "posTare": 1,
          "altPrice": 1.0,
          "altPriceChanged": true,
          "altPriceMode": 53,
          "altPriceModeChanged": true,
          "altPLUG_UID": "61G3eJTTGkisJeJRi63ecQ==",
          "altPLUGuid": "78b751eb-d394-481a-ac25-e2518badde71",
          "altPLUGuidChanged": true,
          "altPriceDescription1": "sample string 54",
          "altPriceDescription2": "sample string 55",
          "cartonQuantity": 56,
          "cartonQuantityChanged": true,
          "trayID": 1,
          "promptID": 1,
          "tare": 1,
          "packQty": 1,
          "fixedWeight": 1,
          "extraMesg": 1,
          "text1": "sample string 58",
          "text2": "sample string 59",
          "text3": "sample string 60",
          "labelText": "sample string 61",
          "labelTextChanged": true,
          "sendToScale": true,
          "nonScaleWeigh": true,
          "labelFormat": "sample string 65",
          "barcodeFormat": "sample string 66",
          "austMade": 1,
          "coolCode": 67,
          "countryOfOrigin": "sample string 68",
          "percentContent": 69.1,
          "departmentID": 1,
          "subDepartmentID": 1,
          "minorDepartmentID": 1,
          "lesserDepartmentID": 1,
          "deptCode": "sample string 70",
          "subDeptCode": "sample string 71",
          "minorDeptCode": "sample string 72",
          "lesserDeptCode": "sample string 73",
          "deptName": "sample string 74",
          "subDeptName": "sample string 75",
          "minorDeptName": "sample string 76",
          "lesserDeptName": "sample string 77",
          "departmentChanged": true,
          "subCategoryID": 1,
          "expiry": 1,
          "showDays": 1,
          "datePrint": 1,
          "labelRequired": true,
          "labelShelfQty": 80,
          "labelShelfChanged": true,
          "labelTalkerQty": 82,
          "labelSmall": true,
          "labelLastPrinted": "2026-04-03T06:18:50.3209486",
          "labelLastPrice": 1,
          "shelfPageLayoutG_UID": "Ww8cmTYHNEGmCmYQmRv27g==",
          "shelfPageLayoutGuid": "991c0f5b-0736-4134-a60a-6610991bf6ee",
          "talkerPageLayoutG_UID": "EL98Ft5MPU6Pa5wJUaPcQQ==",
          "talkerPageLayoutGuid": "167cbf10-4cde-4e3d-8f6b-9c0951a3dc41",
          "unitMeasure": 1.1,
          "unitMeasureChanged": true,
          "unitMeasureKind": 85,
          "unitMeasureKindChanged": true,
          "signIQData": "sample string 87",
          "refresh": true,
          "earnLoyaltyPoints": true,
          "earnLoyaltyPointsChanged": true,
          "quantityOverride": true,
          "quantityOverrideChanged": true,
          "quantityRequired": true,
          "quantityRequiredChanged": true,
          "allowDiscounts": true,
          "allowDiscountsChanged": true,
          "discountDiscounts": true,
          "discountDiscountsChanged": true,
          "itemRecalled": true,
          "itemRecalledChanged": true,
          "noRefund": true,
          "noRefundChanged": true,
          "allowMarkdown": true,
          "allowMarkdownChanged": true,
          "priceRequired": true,
          "priceRequiredChanged": true,
          "fuelItem": true,
          "fuelItemChanged": true,
          "liabilityItem": true,
          "trackSerial": true,
          "trackSerialChanged": true,
          "allowZeroPrice": true,
          "allowZeroPriceChanged": true,
          "notForSale": 92,
          "notForSaleChanged": true,
          "excludeFromDeals": true,
          "excludeFromVoucher": true,
          "minimumAge": 95,
          "minimumAgeChanged": true,
          "buyingLimit": 1,
          "buyingLimitChanged": true,
          "buyingLimitIndependent": true,
          "buyingLimitIndependentChanged": true,
          "inventoryGuid": "1jE7oKZxZkarzuhfwoLg6A==",
          "inventoryIdentifier": "a03b31d6-71a6-4666-abce-e85fc282e0e8",
          "inventoryAccuracy": 1,
          "baseUnits": 99,
          "orderPacked": 1,
          "isManufactured": true,
          "isIngredient": true,
          "isModifier": true,
          "isModifierChanged": true,
          "hasModifiers": 100,
          "defaultPrinter": "sample string 101",
          "defaultPrinterGroup": "sample string 102",
          "ingredientsOnManufacture": true,
          "manufactureUnitMeasure": 1,
          "mpl": 1,
          "maxShelfQty": 103,
          "allowAutoOrder": true,
          "warrantyPeriod": 1,
          "parentPluG_UId": "KL9tHCtWm06SwAsfJsgqRQ==",
          "parentPluGuid": "1c6dbf28-562b-4e9b-92c0-0b1f26c82a45",
          "preferredHostVendor": 105,
          "preferredHostChanged": true,
          "code": "sample string 107",
          "supplierIdentifier": "lI+MHQdJbEm1ttE4mSp/9A==",
          "supplierIdentifierGuid": "1d8c8f94-4907-496c-b5b6-d138992a7ff4",
          "supplierChanged": true,
          "rebateSupplierIdentifier": "5Fy1qBP9xUOdUZAavc8LrA==",
          "rebateSupplierIdentifierGuid": "a8b55ce4-fd13-43c5-9d51-901abdcf0bac",
          "rebateSupplierChanged": true,
          "availableForOrder": true,
          "warehouseDirectIndicator": "sample string 109",
          "warehouseDirectIndicatorChanged": true,
          "productGrade": "sample string 111",
          "productType": "sample string 112",
          "productGroup": "sample string 113",
          "complianceIndicator": "sample string 114",
          "inhouseBrand": "sample string 115",
          "slowMoving": true,
          "generalMerchandise": true,
          "comment": "sample string 118",
          "lastUpdatedByUser": "sample string 119",
          "lastManualUpdatedByUser": "sample string 120",
          "lastUpdatedByUserOverride": true,
          "lastUpdatedByHost": "2026-04-03T06:18:50.3209486",
          "commodity": "sample string 122",
          "businessPillar": "sample string 123",
          "mscCommodity": "sample string 124",
          "hostIdentifier": "evuLoBytJk2VpvUWbqkArQ==",
          "hostIdentifierGuid": "a08bfb7a-ad1c-4d26-95a6-f5166ea900ad",
          "serviceFeeID": 1,
          "serviceFeeIDChanged": true,
          "providerName": "sample string 126",
          "aisleEnds": "sample string 127",
          "deleted": true,
          "deletedChanged": true,
          "hidden": true,
          "doNotRange": true,
          "doNotRangeChanged": true,
          "doNotOrder": true,
          "doNotOrderChanged": true,
          "locked": true,
          "excludeFromWebUpdate": true,
          "excludeFromWebUpdateChanged": true,
          "webPriceBasedOn": 138,
          "webPriceRounding": true,
          "webMarkup": 140,
          "webPriceMode": 141,
          "altDepartmentID": 1,
          "altSubDepartmentID": 1,
          "altMinorDepartmentID": 1,
          "altLesserDepartmentID": 1,
          "altDeptCode": "sample string 142",
          "altSubDeptCode": "sample string 143",
          "altMinorDeptCode": "sample string 144",
          "altLesserDeptCode": "sample string 145",
          "altDepartmentChanged": true,
          "storeProducts": [
            {
              "$ref": "3"
            },
            {
              "$ref": "3"
            }
          ],
          "store": {
            "$id": "4",
            "id": 1,
            "isMaster": true,
            "isElectedMaster": true,
            "electedMasterStoreID": 1,
            "isZoneMaster": 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": "2026-04-03T06:18:50.3209486",
            "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": "UXMu6c2hpEe0HwDNlNLsWA==",
            "hostIdentifierGuid": "e92e7351-a1cd-47a4-b41f-00cd94d2ec58",
            "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,
            "defaultOrderDocumentId": 1,
            "defaultStockReceiveDocumentId": 1,
            "giftCardSalesAccountingDeptCode": "sample string 47",
            "transactionDiscountAccountingDeptCode": "sample string 48",
            "size": 49,
            "updated": "2026-04-03T06:18:50.3209486",
            "priceZone": {
              "$id": "5",
              "id": 1,
              "name": "sample string 2",
              "hostIdentifier": "HqXE2a69p0uMMSRFoDzTNQ==",
              "hostIdentifierGuid": "d9c4a51e-bdae-4ba7-8c31-2445a03cd335",
              "sortOrder": 3,
              "zoneMasterStoreID": 1,
              "electedMasterStoreID": 1,
              "containsElectedMasterStore": true
            },
            "priceZoneName": "sample string 51",
            "storeFuelConfigured": true,
            "shippingAddressCopied": true,
            "shippingAddress": {
              "$id": "6",
              "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"
            },
            "billingAddressCopied": true,
            "billingAddress": {
              "$ref": "6"
            },
            "hostStoreSettings": [
              {
                "$id": "7",
                "id": 1,
                "hostIdentifier": "1zRgSzRxmE2PGVLZtFq6Iw==",
                "hostIdentifierGuid": "4b6034d7-7134-4d98-8f19-52d9b45aba23",
                "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,
                "secondPassword": "sample string 23",
                "secondPasswordPlain": "sample string 24",
                "secondServerAddress": "sample string 25",
                "processPromotions": true,
                "hostProvider": 0,
                "host": {
                  "$id": "8",
                  "identifier": "b4cj+OHGwEmi3UaleuQrZg==",
                  "identifierGuid": "f823876f-c6e1-49c0-a2dd-46a57ae42b66",
                  "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": "QwcN7dqin0650bQdINedag==",
                  "hostSupplierIdentifierGuid": "ed0d0743-a2da-4e9f-b9d1-b41d20d79d6a",
                  "loyaltyPriceLevelIdentifier": "4PgZ6E6Wf0Gnaq3x0Amk7Q==",
                  "loyaltyPriceLevelIdentifierGuid": "e819f8e0-964e-417f-a76a-adf1d009a4ed",
                  "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": "2026-04-03T06:18:50.3209486",
                  "lastProcessed": "2026-04-03T06:18:50.3209486",
                  "hold": true,
                  "supplierName": "sample string 35",
                  "supplier": {
                    "$id": "9",
                    "identifier": "vUenyfP4cUOUhtzyanWnvw==",
                    "identifierGuid": "c9a747bd-f8f3-4371-9486-dcf26a75a7bf",
                    "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": "s9rHkbG5vUy+GWYJVxZm/A==",
                    "primaryContactID": "91c7dab3-b9b1-4cbd-be19-6609571666fc",
                    "storeID": 1,
                    "abn": "sample string 16",
                    "supplierGroupIdentifier": "QltfWpxWS06mtCGPGUzD2Q==",
                    "supplierGroupGuid": "5a5f5b42-569c-4e4b-a6b4-218f194cc3d9",
                    "rebate": 1.0,
                    "rebateType": 1,
                    "rebateFrequency": 1,
                    "rebateSource": 1,
                    "rebateLastClaimed": "2026-04-03T06:18:50.3209486",
                    "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": "10",
                      "id": "c5ee0f66-5ab5-4adb-abe0-6b12abd39a30",
                      "identifier": "pQmW7Q281UitaQ4SNEXm5g==",
                      "identifierGuid": "ed9609a5-bc0d-48d5-ad69-0e123445e6e6",
                      "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": "11",
                        "supplierIdentifier": "qNVb0EGI5ku8xhjYbvaaRg==",
                        "supplierIdentifierGuid": "d05bd5a8-8841-4be6-bcc6-18d86ef69a46",
                        "contactGuid": "nSUTtND69Ue/CKWOP2Bsrg==",
                        "contactID": "b413259d-fad0-47f5-bf08-a58e3f606cae",
                        "contact": {
                          "$ref": "10"
                        },
                        "supplier": {
                          "$ref": "9"
                        }
                      },
                      {
                        "$ref": "11"
                      }
                    ],
                    "products": [
                      {
                        "$id": "12",
                        "pluG_UID": "71Z1K1mNIUeN8c1bJI02Gg==",
                        "pluGuid": "2b7556ef-8d59-4721-8df1-cd5b248d361a",
                        "supplierIdentifier": "tsGNlFAH3k+sI3umYkMiSw==",
                        "supplierIdentifierGuid": "948dc1b6-0750-4fde-ac23-7ba66243224b",
                        "cartonQuantity": 1,
                        "cartonQuantityChanged": true,
                        "productSize": "sample string 3",
                        "cigarettesPerSleeve": 1,
                        "randomWeight": true,
                        "piecesPerUnit": 5,
                        "averagePackSize": 6,
                        "effectiveDate": "2026-04-03T06:18:50.3209486",
                        "pricedByWeight": true,
                        "landedUnitCostEx": 9,
                        "landedUnitCostInc": 10,
                        "landedCartonCostInc": 12,
                        "landedCartonCostEx": 13,
                        "standardCost": 14,
                        "deliveryFee": 1,
                        "deliveryFeeBasis": "sample string 15",
                        "pickAndPackFee": 1,
                        "pickAndPackFeeBasis": "sample string 16",
                        "financeFee": 1,
                        "financeFeeBasis": "sample string 17",
                        "cartonLength": 1,
                        "cartonWidth": 1,
                        "cartonHeight": 1,
                        "palletLayerQuantity": 1,
                        "palletLayers": 1,
                        "itemCode": "sample string 18",
                        "invoiceCode": "sample string 19",
                        "invoiceDesc": "sample string 20",
                        "orderDirect": true,
                        "useCost": true,
                        "minimumQuantity": 21,
                        "hostType": 22,
                        "fromHost": 23,
                        "minimumReorder": 1,
                        "maximumReorder": 1,
                        "orderMultiple": 24.1,
                        "sellMultiple": 25.1,
                        "baseMultiple": 26.1,
                        "hostStandardCost": 27,
                        "hostTotalCost": 28,
                        "hostRetail": 29,
                        "hostLandedUnitCostEx": 30,
                        "hostLandedUnitCostInc": 31,
                        "hostDesc": "sample string 32",
                        "directIndicator": "sample string 33",
                        "availableToOrder": true,
                        "hostRangeIndicator": "sample string 35",
                        "hostProductType": "sample string 36",
                        "hostProductGrade": "sample string 37",
                        "hostProductGroup": "sample string 38",
                        "hostSlowMoving": true,
                        "hostGeneralMerchandise": true,
                        "hostPillar": "sample string 41",
                        "hostLastUpdated": "2026-04-03T06:18:50.3209486",
                        "rebate": 1.0,
                        "rebateExclude": true,
                        "invoiceCodes": [
                          {
                            "$id": "13",
                            "pluG_UID": "WDvH5zMDcUKOR3m4L9qQmw==",
                            "pluGuid": "e7c73b58-0333-4271-8e47-79b82fda909b",
                            "supplierIdentifier": "e/g7Uh+MgU2UJPW8+sDeXA==",
                            "supplierIdentifierGuid": "523bf87b-8c1f-4d81-9424-f5bcfac0de5c",
                            "invoiceCode": "sample string 1",
                            "storeIDs": [
                              1,
                              2
                            ]
                          },
                          {
                            "$ref": "13"
                          }
                        ],
                        "storeIDs": [
                          1,
                          2
                        ],
                        "preferredSupplier": true,
                        "preferredRebateSupplier": true,
                        "supplierName": "sample string 42",
                        "salesMode": 43,
                        "orderPacked": true,
                        "active": true,
                        "price": 1,
                        "costGstPercent": 45,
                        "parentPluG_UID": "F9DjEJBHZkaSTtxPx8ZHMA==",
                        "parentPluGuid": "10e3d017-4790-4666-924e-dc4fc7c64730",
                        "freight": 46.0,
                        "freightType": 1,
                        "product": {
                          "$ref": "3"
                        },
                        "supplier": {
                          "$ref": "9"
                        },
                        "serviceFee": {
                          "$id": "14",
                          "id": 1,
                          "description": "sample string 1",
                          "fee": 1
                        },
                        "isPrimaryHost": true,
                        "hostVendor": 48
                      },
                      {
                        "$ref": "12"
                      }
                    ],
                    "orderCycleHeaders": [
                      {
                        "$id": "15",
                        "storeID": 1,
                        "supplierIdentifier": "OSSYAnUFNEyb98/nXAcDaw==",
                        "supplierGuid": "02982439-0575-4c34-9bf7-cfe75c07036b",
                        "departmentCode": "sample string 2",
                        "warehouseDirectIndicator": "sample string 3",
                        "type": 4,
                        "storeName": "sample string 5",
                        "departmentName": "sample string 6",
                        "orderDays": 7
                      },
                      {
                        "$ref": "15"
                      }
                    ],
                    "cycles": [
                      {
                        "$id": "16",
                        "storeID": 1,
                        "supplierIdentifier": "rQ6+80S9eU+wrAbmhlq8pw==",
                        "supplierGuid": "f3be0ead-bd44-4f79-b0ac-06e6865abca7",
                        "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": "2026-04-03T06:18:50.3209486",
                        "deliveryDate": "2026-04-03T06:18:50.3209486",
                        "nextCutOffDate": "2026-04-03T06:18:50.3209486",
                        "nextDeliveryDate": "2026-04-03T06:18:50.3209486",
                        "nextDaysBuffer": 10
                      },
                      {
                        "$ref": "16"
                      }
                    ],
                    "store": {
                      "$ref": "4"
                    },
                    "updated": "2026-04-03T06:18:50.3209486",
                    "isHost": true
                  },
                  "files": [
                    {
                      "$id": "17",
                      "id": "sample string 1",
                      "fileName": "sample string 2",
                      "extension": "sample string 3",
                      "provider": 0,
                      "type": 0,
                      "hostType": "sample string 4",
                      "createdUtc": "2026-04-03T06:18:50.3209486",
                      "processed": "2026-04-03T06:18:50.3209486",
                      "isProcessing": true,
                      "processedCount": 6,
                      "processingTime": 1,
                      "collectedUtc": "2026-04-03T06:18:50.3209486",
                      "size": 1,
                      "sizeFormat": "sample string 7",
                      "isArchive": true,
                      "customerNumber": "sample string 9",
                      "businessPillar": "sample string 10",
                      "fileType": "sample string 11",
                      "version": "sample string 12",
                      "reference": "sample string 13",
                      "digest": "sample string 14",
                      "contentType": "sample string 15",
                      "host": {
                        "$ref": "8"
                      },
                      "metcashHeader": {
                        "$id": "18",
                        "customerNumber": "sample string 1",
                        "creationDate": "2026-04-03T06:18:50.3209486",
                        "businessPillar": "sample string 3",
                        "fileType": "sample string 4"
                      }
                    },
                    {
                      "$ref": "17"
                    }
                  ],
                  "zoneMatrix": [
                    {
                      "$id": "19",
                      "id": 1,
                      "hostIdentifier": "HKVVr4NgNkSS+a1eF2stmQ==",
                      "hostIdentifierGuid": "af55a51c-6083-4436-92f9-ad5e176b2d99",
                      "storeID": 1,
                      "departmentCode": "sample string 2",
                      "hostGuids": [
                        "ba9a29a9-1fb3-4c1d-a375-a43e1e1935d3",
                        "2867b443-a678-4efa-ac3d-4cb9565b4cbe"
                      ]
                    },
                    {
                      "$ref": "19"
                    }
                  ],
                  "hostFileStoreSetting": {
                    "$ref": "7"
                  },
                  "hostStoreSettings": [
                    {
                      "$ref": "7"
                    },
                    {
                      "$ref": "7"
                    }
                  ],
                  "promotionPlacements": [
                    {
                      "$id": "20",
                      "identifier": "9vDRTv6CxEW3rLnMGmmqYA==",
                      "identifierGuid": "4ed1f0f6-82fe-45c4-b7ac-b9cc1a69aa60",
                      "code": "sample string 2",
                      "description": "sample string 3",
                      "isAdvertised": true
                    },
                    {
                      "$ref": "20"
                    }
                  ],
                  "promoTypeGuids": [
                    "3c85f73b-1ba0-4299-b78d-d943ad9acd76",
                    "f5437de1-f661-4356-8134-1ce616268ef7"
                  ],
                  "isPromotionOnly": false,
                  "isOrderable": false,
                  "vendor": 0
                },
                "groupIDs": [
                  1,
                  2
                ],
                "hostDescription": "sample string 27"
              },
              {
                "$ref": "7"
              }
            ],
            "accounts": [
              {
                "$id": "21",
                "id": 1,
                "storeID": 1,
                "accountName": "sample string 2",
                "bsb": "sample string 3",
                "accountNumber": "sample string 4",
                "accountDesignated": true
              },
              {
                "$ref": "21"
              }
            ],
            "sales": [
              {
                "$id": "22",
                "id": 1,
                "storeID": 1,
                "externalSalesType": 2,
                "ftpSiteID": 1,
                "lastSaleProcessed": "2026-04-03T06:18:50.3209486",
                "ftpSite": {
                  "$id": "23",
                  "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": "22"
              }
            ],
            "zoneMatrix": [
              {
                "$ref": "19"
              },
              {
                "$ref": "19"
              }
            ],
            "cashManagements": [
              {
                "$id": "24",
                "id": 1,
                "storeID": 1,
                "cashManagementType": 2,
                "apiID": 1,
                "organisationID": "sample string 3",
                "siteName": "sample string 4",
                "thirdPartyAPI": {
                  "$id": "25",
                  "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": "24"
              }
            ],
            "updateStoreID": "b1c3b632-edbf-430e-b0da-2aa95e96439f",
            "updateStore": {
              "$id": "26",
              "id": "f3fba8bb-f458-42d6-8210-8199fb905f3c",
              "name": "sample string 1",
              "lastActivity": "2026-04-03T06:18:50.3209486",
              "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": "2026-04-03T06:18:50.3209486"
            },
            "timeZoneId": "sample string 54",
            "securityOptions": {
              "$id": "27",
              "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"
            }
          },
          "storePrices": [
            {
              "$id": "28",
              "pluG_UID": "tI08OQaSOUOE/mgRr3CMkA==",
              "pluGuid": "393c8db4-9206-4339-84fe-6811af708c90",
              "plu": 1,
              "storeID": 1,
              "zoneID": 2,
              "zoneName": "sample string 3",
              "store": "sample string 4",
              "isElectedMasterStore": true,
              "isZoneMasterStore": true,
              "priceNow": 7,
              "costNow": 8,
              "costNowDecimals": 9,
              "normalPrice": 10,
              "priceNext": 1,
              "costNext": 1,
              "costNextDecimals": 11,
              "nextCampaignName": "sample string 12",
              "gstPercent": 13,
              "normalCost": 14,
              "normalCostDecimals": 15,
              "costGstPercent": 16,
              "costCalcMethod": 1,
              "currentCost": 17,
              "currentCostDecimals": 18,
              "break1": 19,
              "price1": 20,
              "break2": 21,
              "price2": 22,
              "break3": 23,
              "price3": 24,
              "fuelItem": 25,
              "fixedWeight": 26,
              "active": true,
              "complianceIndicator": "sample string 27",
              "doNotOrder": true,
              "doNotRange": true,
              "isNormalPriceChangesCampaign": true,
              "updated": "2026-04-03T06:18:50.3209486"
            },
            {
              "$ref": "28"
            }
          ],
          "currentPrices": {
            "$id": "29",
            "pluPrices": {
              "$id": "30",
              "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,
              "memberDiscountPrice": 10,
              "acceptedUtc": "2026-04-03T06:18:50.3209486",
              "priceChangeType": 0,
              "costDecimals": 11,
              "costCalcMethod": 12,
              "targetCampaignPriceGtOrEquNormal": true
            },
            "normalPluPrices": {
              "$ref": "30"
            },
            "winningCampaign": 1,
            "winner": {
              "$id": "31",
              "campaignName": "sample string 1",
              "campaignDescription": "sample string 2",
              "talkerText": "sample string 3",
              "disableWasSave": true,
              "startDate": "2026-04-03T06:18:50.3209486",
              "startTime": 5,
              "endDate": "2026-04-03T06:18:50.3209486",
              "endTime": 6,
              "newPrice": 7,
              "newCost": 8,
              "newCostDecimals": 9,
              "pctDiscount": 10,
              "promoType": 1,
              "promotionTypeCode": "sample string 11",
              "hostType": 12,
              "hostIdentifier": "zVFstHOosk6fhMXYodTMEQ==",
              "hostIdentifierGuid": "b46c51cd-a873-4eb2-9f84-c5d8a1d4cc11",
              "storeNames": [
                "sample string 1",
                "sample string 2"
              ]
            },
            "details": [
              {
                "$ref": "31"
              },
              {
                "$ref": "31"
              }
            ]
          },
          "tray": {
            "$id": "32",
            "g_UId": "M7kqVpZBvEqcgIpWpmIrSQ==",
            "guid": "562ab933-4196-4abc-9c80-8a56a6622b49",
            "name": "sample string 1",
            "number": 1,
            "tare": 1
          },
          "priceGroup": {
            "$id": "33",
            "priceGroupG_UID": "CA8oTlj7eUqCeQtWessy1Q==",
            "priceGroupGuid": "4e280f08-fb58-4a79-8279-0b567acb32d5",
            "name": "sample string 2",
            "code": 1,
            "modified": true,
            "updated": "2026-04-03T06:18:50.3209486",
            "buyingLimit": 1,
            "buyingLimitIndependent": true,
            "buyingLimitType": 0,
            "number": 1,
            "products": [
              {
                "$ref": "3"
              },
              {
                "$ref": "3"
              }
            ],
            "productCount": 1
          },
          "priceGroupName": "sample string 147",
          "nutrifacts": {
            "$id": "34",
            "pluG_UID": "2+UNyJsQRkKEd/J/rUqL5A==",
            "pluGuid": "c80de5db-109b-4246-8477-f27fad4a8be4",
            "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": "35",
            "pluGuid": "9e453148-71a2-4e24-968b-d48d378cbc0f",
            "created": "2026-04-03T06:18:50.3209486",
            "createdByUser": "sample string 1",
            "activated": "2026-04-03T06:18:50.3209486",
            "activatedByUser": "sample string 2",
            "deactivated": "2026-04-03T06:18:50.3209486",
            "deactivatedByUser": "sample string 3",
            "lastOrdered": "2026-04-03T06:18:50.3209486",
            "lastOrderedQty": 4.0,
            "lastReceived": "2026-04-03T06:18:50.3209486",
            "lastReceivedQty": 5.0,
            "lastInvoiceStatus": 1,
            "lastCounted": "2026-04-03T06:18:50.3209486",
            "lastSold": "2026-04-03T06:18:50.3209486",
            "firstSold": "2026-04-03T06:18:50.3209486",
            "awsUpdated": "2026-04-03T06:18:50.3209486",
            "lastManualUpdate": "2026-04-03T06:18:50.3209486",
            "lastManualUpdatedByUser": "sample string 7",
            "lastUpdated": "2026-04-03T06:18:50.3209486",
            "lastUpdatedByUser": "sample string 9",
            "lastUpdatedByHost": "2026-04-03T06:18:50.3209486",
            "doNotRangeUpdated": "2026-04-03T06:18:50.3209486",
            "doNotOrderUpdated": "2026-04-03T06:18:50.3209486",
            "tracked": "2026-04-03T06:18:50.3209486"
          },
          "allergens": [
            {
              "$id": "36",
              "primaryKey": {
                "$id": "37",
                "pluGuid": "f626e972-7448-48ab-af25-61b12298f104",
                "contains": 2
              },
              "allergenID": 1,
              "pluG_UID": "cukm9kh0q0ivJWGxIpjxBA==",
              "pluGuid": "f626e972-7448-48ab-af25-61b12298f104",
              "contains": 2,
              "allergenName": "sample string 3",
              "storeIDs": [
                1,
                2
              ]
            },
            {
              "$ref": "36"
            }
          ],
          "costs": {
            "$id": "38",
            "pluG_UID": "TwrIOBSO10iES0WZLORltQ==",
            "pluGuid": "38c80a4f-8e14-48d7-844b-45992ce465b5",
            "enteredCost": 1,
            "weightedAvgCost": 1,
            "lastCost": 1,
            "rawEnteredCost": 2,
            "rawWeightedAvgCost": 3,
            "rawLastCost": 4,
            "freight": 5.0,
            "freightType": 6,
            "costDecimals": 7,
            "fifoCost": 1,
            "updated": "2026-04-03T06:18:50.3209486",
            "normalCost": 1,
            "currentCost": 1
          },
          "sales": [
            {
              "$id": "39",
              "saleHeaderID": 1,
              "created": "2026-04-03T06:18:50.3209486",
              "createdLocal": "2026-04-03T06:18:50.3209486",
              "storeID": 3,
              "storeName": "sample string 4",
              "operatorG_Uid": "7bMd6eE3CECiCY9zMynAUA==",
              "operatorGuid": "e91db3ed-37e1-4008-a209-8f733329c050",
              "operatorName": "sample string 5",
              "tranType": 1,
              "plu": 1,
              "pluG_UId": "YbvQxZ+5ak+hQJdLqxMZZQ==",
              "pluGuid": "c5d0bb61-b99f-4f6a-a140-974bab131965",
              "normalPrice": 1,
              "totalCents": 1,
              "cost": 1,
              "grossProfit": 1,
              "quantity": 1,
              "operator": {
                "$id": "40",
                "id": 1,
                "g_Uid": "h5tzSbZUQEqiulcX34PycA==",
                "guid": "49739b87-54b6-4a40-a2ba-5717df83f270",
                "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": "2026-04-03T06:18:50.3209486",
                "passwordResetRequired": true,
                "alteredInStore": true,
                "startShift": "2026-04-03T06:18:50.3209486",
                "endShift": "2026-04-03T06:18:50.3209486",
                "machineName": "sample string 20",
                "drawerID": 1,
                "stores": [
                  {
                    "$id": "41",
                    "operatorG_UID": "Yw1GUbav7EiAXV5bs0bEhA==",
                    "operatorGuid": "51460d63-afb6-48ec-805d-5e5bb346c484",
                    "storeID": 2,
                    "operator": {
                      "$ref": "40"
                    },
                    "store": {
                      "$ref": "4"
                    }
                  },
                  {
                    "$ref": "41"
                  }
                ]
              }
            },
            {
              "$ref": "39"
            }
          ],
          "apns": [
            {
              "$id": "42",
              "pluID": 1,
              "pluG_UID": "Gz2OzqeRYEmmtIqlDHeP9g==",
              "pluGuid": "ce8e3d1b-91a7-4960-a6b4-8aa50c778ff6",
              "apn": "sample string 1",
              "deleted": true,
              "storeID": 1,
              "storeIDs": [
                1,
                2
              ]
            },
            {
              "$ref": "42"
            }
          ],
          "tuns": [
            {
              "$id": "43",
              "pluG_UId": "6dNKBa59dE2Jacv6Su3j/A==",
              "pluGuid": "054ad3e9-7dae-4d74-8969-cbfa4aede3fc",
              "apn": "sample string 1",
              "tun": "sample string 2",
              "cartonQuantity": 3,
              "product": {
                "$ref": "3"
              },
              "storeIDs": [
                1,
                2
              ]
            },
            {
              "$ref": "43"
            }
          ],
          "competitionPricing": [
            {
              "$id": "44",
              "identifier": "CpjZTok2dEqwT2PfuNefjg==",
              "identifierGuid": "4ed9980a-3689-4a74-b04f-63dfb8d79f8e",
              "pluG_UID": "Dk9bDfIyVUqa8KVYA8rrcg==",
              "pluGuid": "0d5b4f0e-32f2-4a55-9af0-a55803caeb72",
              "competitionID": 1,
              "name": "sample string 2",
              "sellMultiple": 3,
              "retailPrice": 4,
              "storeName": "sample string 5"
            },
            {
              "$ref": "44"
            }
          ],
          "supplier": {
            "$ref": "9"
          },
          "supplierName": "sample string 148",
          "children": [
            {
              "$ref": "3"
            },
            {
              "$ref": "3"
            }
          ],
          "ordering": {
            "$ref": "12"
          },
          "flipChartPages": [
            {
              "$id": "45",
              "identifier": "sUxk0nE/ikG7I8Sdu5gZOA==",
              "groupName": "sample string 1",
              "identifierGuid": "d2644cb1-3f71-418a-bb23-c49dbb981938",
              "exists": true,
              "flipChartIdentifier": "KxCiLRvKJ0e2fNa9C19X7w==",
              "flipChartIdentifierGuid": "2da2102b-ca1b-4727-b67c-d6bd0b5f57ef",
              "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": "qaUEtJXH9EmgjTrh1+iEvg==",
              "groupIdentifierGuid": "b404a5a9-c795-49f4-a08d-3ae1d7e884be",
              "flipChart": {
                "$id": "46",
                "identifier": "TZFCCgN1mEi46ZwAxva1YQ==",
                "identifierGuid": "0a42914d-7503-4898-b8e9-9c00c6f6b561",
                "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": "47",
                  "identifier": "Ajz7V+EVwUa3pu4owDHzyQ==",
                  "identifierGuid": "57fb3c02-15e1-46c1-b7a6-ee28c031f3c9",
                  "name": "sample string 2",
                  "formType": "sample string 3",
                  "forms": [
                    {
                      "$id": "48",
                      "id": 1,
                      "g_UID": "EEek9JOS+kONeRpqb17Vcg==",
                      "guid": "f4a44710-9293-43fa-8d79-1a6a6f5ed572",
                      "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": "Mo4myZ4WkEulXnF3L8ggdg==",
                      "previousFormGuid": "c9268e32-169e-4b90-a55e-71772fc82076",
                      "nextForm": 1,
                      "nextFormG_UID": "/lGpeCajEEeK2fGu5PIkGg==",
                      "nextFormGuid": "78a951fe-a326-4710-8ad9-f1aee4f2241a",
                      "attributes": "sample string 10",
                      "updated": "2026-04-03T06:18:50.3209486",
                      "positioning": 1,
                      "contentPanel": "sample string 11",
                      "selectionMode": 1,
                      "maximumSelections": 1,
                      "alteredInStore": true,
                      "deleted": true,
                      "blueprintID": 1,
                      "preserveLayout": true,
                      "mainCheckoutFormName": "sample string 13",
                      "nextCheckoutForm": {
                        "$ref": "48"
                      },
                      "previousCheckoutForm": {
                        "$ref": "48"
                      },
                      "buttons": [
                        {
                          "$id": "49",
                          "id": 1,
                          "checkoutFormID": 2,
                          "checkoutFormG_UID": "SfoeRABCxEug2VU7NijZjg==",
                          "checkoutFormGuid": "441efa49-4200-4bc4-a0d9-553b3628d98e",
                          "identifier": "/qwD6G1xukeMXZYk5Jlqxw==",
                          "identifierGuid": "e803acfe-716d-47ba-8c5d-9624e4996ac7",
                          "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": "rcDD7rkY60arGsC1znjwLA==",
                          "valueGuid": "eec3c0ad-18b9-46eb-ab1a-c0b5ce78f02c",
                          "buttonText": "sample string 10",
                          "valueText": "sample string 11",
                          "drawImageAndButton": true,
                          "updated": "2026-04-03T06:18:50.3209486",
                          "action": "sample string 12",
                          "valueForm": {
                            "$ref": "48"
                          },
                          "image": {
                            "$id": "50",
                            "name": "sample string 3.sample string 4",
                            "imageID": 2,
                            "imageName": "sample string 3",
                            "imageExtension": "sample string 4",
                            "lastUpdate": "2026-04-03T06:18:50.3209486",
                            "imageData": "QEA=",
                            "readOnly": true
                          }
                        },
                        {
                          "$ref": "49"
                        }
                      ],
                      "panels": [
                        {
                          "$id": "51",
                          "id": 1,
                          "checkoutFormID": 2,
                          "checkoutFormG_UID": "FTu9/tcvKkC+GJvReQnzSQ==",
                          "checkoutFormGuid": "febd3b15-2fd7-402a-be18-9bd17909f349",
                          "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": "51"
                        }
                      ]
                    },
                    {
                      "$ref": "48"
                    }
                  ],
                  "panels": [
                    {
                      "$ref": "51"
                    },
                    {
                      "$ref": "51"
                    }
                  ]
                },
                "pages": [
                  {
                    "$ref": "45"
                  },
                  {
                    "$ref": "45"
                  }
                ]
              },
              "contentPanel": {
                "$ref": "51"
              },
              "products": [
                {
                  "$id": "52",
                  "flipChartPageIdentifier": "wj8mUYD3e0aQP7CUUsbcIg==",
                  "flipChartPageIdentifierGuid": "51263fc2-f780-467b-903f-b09452c6dc22",
                  "pluG_UID": "K4XTG5M4IEmdqGvFLW8caQ==",
                  "pluGuid": "1bd3852b-3893-4920-9da8-6bc52d6f1c69",
                  "sortOrder": 3,
                  "sent": true,
                  "productChanged": true,
                  "productImageName": "sample string 6",
                  "productShowImageOnFlipCharts": true,
                  "productShowTextOnFlipCharts": true,
                  "productOverrideFlipChartText": true,
                  "productFlipChartText": "sample string 10",
                  "product": {
                    "$ref": "3"
                  },
                  "departmentSortOrder": 11,
                  "subDepartmentName": "sample string 12"
                },
                {
                  "$ref": "52"
                }
              ],
              "productCount": 27,
              "pages": [
                {
                  "$ref": "45"
                },
                {
                  "$ref": "45"
                }
              ]
            },
            {
              "$ref": "45"
            }
          ],
          "priceHistory": [
            {
              "$id": "53",
              "pluG_UID": "sMY5aBwJBUmD8h6ht8pY+g==",
              "pluGuid": "6839c6b0-091c-4905-83f2-1ea1b7ca58fa",
              "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": "2026-04-03T06:18:50.3209486",
              "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": "53"
            }
          ],
          "ingredients": [
            {
              "$id": "54",
              "pluG_UID": "BC3PsHovoUuDupS/SWil/w==",
              "ingredientGuid": "7C3yaEHoM0a/nbveWdzyFg==",
              "ingredientIdentifier": "68f22dec-e841-4633-bf9d-bbde59dcf216",
              "quantity": 1.0,
              "storeIDs": [
                1,
                2
              ],
              "ingredientText": "sample string 1",
              "ingredient": {
                "$ref": "3"
              }
            },
            {
              "$ref": "54"
            }
          ],
          "bins": [
            {
              "$id": "55",
              "pluG_UID": "bTGapIiXGUqN5PsY/A0O7A==",
              "pluGuid": "a49a316d-9788-4a19-8de4-fb18fc0d0eec",
              "shelfLocationIdentifier": "LXFv1M3YPEmDv3aF5GM1TQ==",
              "shelfLocationGuid": "d46f712d-d8cd-493c-83bf-7685e463354d",
              "labelShelfDefault": 1,
              "labelTalkerDefault": 1,
              "labelSmall": true,
              "labelPageLayoutG_UID": "A9n7yR8RKUS/1e76JF9BjA==",
              "labelPageLayoutGuid": "c9fbd903-111f-4429-bfd5-eefa245f418c",
              "updated": "2026-04-03T06:18:50.3209486",
              "electronicShelfLabelIdentifier": "sample string 5",
              "electronicshelfLabelsConfigurationID": 6,
              "labelShelfChanged": true,
              "productName": "sample string 8",
              "locationText": "sample string 9",
              "product": {
                "$ref": "3"
              },
              "location": {
                "$id": "56",
                "identifier": "98DeqaJUeUuS1EEvA6fM+g==",
                "storeID": 1,
                "identifierGuid": "a9dec0f7-54a2-4b79-92d4-412f03a7ccfa",
                "name": "sample string 2",
                "haccp": true,
                "blueprintID": 1,
                "updated": "2026-04-03T06:18:50.3209486",
                "minTemp": 1,
                "maxTemp": 1,
                "checkFrequency": 1,
                "storeCaseConfiguration": 5,
                "storeName": "sample string 6",
                "bins": [
                  {
                    "$ref": "55"
                  },
                  {
                    "$ref": "55"
                  }
                ]
              }
            },
            {
              "$ref": "55"
            }
          ],
          "bin": {
            "$ref": "55"
          },
          "scaleLocations": [
            {
              "$id": "57",
              "plu": 1,
              "pluG_UID": "drp1KaNpBUWN2YokorzBfQ==",
              "pluGuid": "2975ba76-69a3-4505-8dd9-8a24a2bcc17d",
              "deptNo": 1,
              "product": {
                "$ref": "3"
              },
              "scaleLocation": {
                "$id": "58",
                "id": 1,
                "deptNo": 1,
                "deptCode": "sample string 2",
                "name": "sample string 3",
                "enabled": true,
                "updated": "2026-04-03T06:18:50.3209486",
                "department": {
                  "$id": "59",
                  "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": "58"
                  },
                  "subDepartments": [
                    {
                      "$id": "60",
                      "id": 1,
                      "departmentID": 2,
                      "name": "sample string 3",
                      "code": "sample string 4",
                      "departmentCode": "sample string 5",
                      "externalSales": true,
                      "minorDepartments": [
                        {
                          "$id": "61",
                          "id": 1,
                          "subDepartmentID": 2,
                          "departmentID": 3,
                          "name": "sample string 4",
                          "subDepartmentCode": "sample string 5",
                          "departmentCode": "sample string 6",
                          "code": "sample string 7",
                          "lesserDepartments": [
                            {
                              "$id": "62",
                              "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": "2026-04-03T06:18:50.3209486",
                              "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": "Z1eFkXKtXEKFhTDNNYdAOA==",
                              "labelPageLayoutGuid": "91855767-ad72-425c-8585-30cd35874038",
                              "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": "63",
                                "dept": 1,
                                "category": 2,
                                "name": "sample string 3",
                                "active": true,
                                "mscCommodities": [
                                  {
                                    "$id": "64",
                                    "dept": 1,
                                    "category": 2,
                                    "commodity": 3,
                                    "name": "sample string 4",
                                    "active": true,
                                    "mscSubCommodities": [
                                      {
                                        "$id": "65",
                                        "dept": 1,
                                        "category": 2,
                                        "commodity": 3,
                                        "subCommodity": 4,
                                        "name": "sample string 5",
                                        "active": true,
                                        "subCommodityCode": "sample string 7"
                                      },
                                      {
                                        "$ref": "65"
                                      }
                                    ],
                                    "commodityCode": "sample string 6"
                                  },
                                  {
                                    "$ref": "64"
                                  }
                                ],
                                "categoryCode": "sample string 5"
                              },
                              "mscCom": {
                                "$ref": "64"
                              },
                              "mscDep": {
                                "$id": "66",
                                "dept": 1,
                                "name": "sample string 2",
                                "active": true,
                                "mscCategories": [
                                  {
                                    "$ref": "63"
                                  },
                                  {
                                    "$ref": "63"
                                  }
                                ],
                                "deptCode": "sample string 4"
                              },
                              "mscSubCom": {
                                "$ref": "65"
                              }
                            },
                            {
                              "$ref": "62"
                            }
                          ],
                          "updated": "2026-04-03T06:18:50.3209486",
                          "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": "NHYPhxvRGUOcnw8L/FMklg==",
                          "labelPageLayoutGuid": "870f7634-d11b-4319-9c9f-0f0bfc532496",
                          "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": "63"
                          },
                          "mscCom": {
                            "$ref": "64"
                          },
                          "mscDep": {
                            "$ref": "66"
                          },
                          "mscSubCom": {
                            "$ref": "65"
                          }
                        },
                        {
                          "$ref": "61"
                        }
                      ],
                      "investmentBuyOverride": true,
                      "updated": "2026-04-03T06:18:50.3209486",
                      "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": "e8h/xLqGKU2Jg7wWwOdDFA==",
                      "labelPageLayoutGuid": "c47fc87b-86ba-4d29-8983-bc16c0e74314",
                      "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": "63"
                      },
                      "mscCom": {
                        "$ref": "64"
                      },
                      "mscDep": {
                        "$ref": "66"
                      },
                      "mscSubCom": {
                        "$ref": "65"
                      }
                    },
                    {
                      "$ref": "60"
                    }
                  ],
                  "stores": [
                    1,
                    2
                  ],
                  "investmentBuyOverride": true,
                  "updated": "2026-04-03T06:18:50.3209486",
                  "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": "V9q6HFWibUyJxykl0OcMlA==",
                  "labelPageLayoutGuid": "1cbada57-a255-4c6d-89c7-2925d0e70c94",
                  "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": "63"
                  },
                  "mscCom": {
                    "$ref": "64"
                  },
                  "mscDep": {
                    "$ref": "66"
                  },
                  "mscSubCom": {
                    "$ref": "65"
                  }
                }
              }
            },
            {
              "$ref": "57"
            }
          ],
          "nextPrice": {
            "$id": "67",
            "id": 1,
            "campaignID": 2,
            "campaignName": "sample string 3",
            "plu": 1,
            "hostOfferID": 1,
            "metcashPromotionID": "sample string 4",
            "metcashPromotionPlacement": "sample string 5",
            "pluG_UID": "LAioeMkifkSWh4pG4Olv3Q==",
            "pluGuid": "78a8082c-22c9-447e-9687-8a46e0e96fdd",
            "newPrice": 1,
            "pctDiscount": 1,
            "newCost": 1,
            "newCostDecimals": 6,
            "dealCostIdentifier": "Da0bcSeDTEOq8kqpH3QvCw==",
            "dealCostGuid": "711bad0d-8327-434c-aaf2-4aa91f742f0b",
            "pluName": "sample string 7",
            "apn": "sample string 8",
            "fuelItem": true,
            "priceGroupG_UID": "O/fYdetkN0CvptfGeuW4VA==",
            "priceGroupGuid": "75d8f73b-64eb-4037-afa6-d7c67ae5b854",
            "itemNumber": "sample string 10",
            "cri": "sample string 11",
            "pluPrice": 12,
            "costCalcMethod": 13,
            "pluCost": 14,
            "pluCostIndicator": "sample string 15",
            "pluPriceGstPercent": 16,
            "pluCostGstPercent": 17,
            "pluActive": true,
            "cartonQty": 1.1,
            "baseUnits": 19.1,
            "salesMode": 1,
            "pluNormalCost": 20,
            "pluaws": 21.0,
            "directNumber": "sample string 22",
            "departmentName": "sample string 23",
            "subDepartmentName": "sample string 24",
            "priceGroupName": "sample string 25",
            "supplierName": "sample string 26",
            "stockOnHand": 1.1,
            "stockOnOrder": 1.1,
            "lastReceived": "2026-04-03T06:18:50.3209486",
            "rrp": 27,
            "campaignDescription": "sample string 28",
            "hostCampaign": true,
            "hostIdentifier": "QEA=",
            "hostIdentifierGuid": "a97f5356-5312-443b-b7ec-6b77e4c6d538",
            "campaignComboPriceGroupG_UID": "7JPgn7fXD0SMMbVkuJsaRQ==",
            "campaignComboPriceGroupIdentifier": "9fe093ec-d7b7-440f-8c31-b564b89b1a45",
            "promotionPlacementDescription": "sample string 30",
            "storeAcceptances": [
              {
                "$id": "68",
                "plu": 1,
                "pluG_UId": "QEA=",
                "campaignID": 1,
                "campaignName": "sample string 2",
                "storeID": 3,
                "acceptedUtc": "2026-04-03T06:18:50.3209486",
                "operatorG_UID": "VFzsKGgCU0mwMJ5LcMIT/w==",
                "operatorGuid": "28ec5c54-0268-4953-b030-9e4b70c213ff",
                "machineID": 1,
                "processed": true,
                "appliedUtc": "2026-04-03T06:18:50.3209486",
                "signIqTicketFileMovedUtc": "2026-04-03T06:18:50.3209486",
                "user": "sample string 6",
                "campaignDescription": "sample string 7",
                "productDesc": "sample string 8",
                "storeName": "sample string 9",
                "effectiveUtc": "2026-04-03T06:18:50.3209486",
                "priceChangeType": 0,
                "operatorName": "sample string 10",
                "hostCampaign": true,
                "hostIdentifier": "QEA=",
                "hostIdentifierGuid": "5adf7b22-02f5-4148-bc95-450abe604bf7",
                "product": {
                  "$ref": "3"
                },
                "campaignPlu": {
                  "$ref": "67"
                },
                "fuelItem": true
              },
              {
                "$ref": "68"
              }
            ],
            "campaign": {
              "$id": "69",
              "id": 1,
              "storeID": 2,
              "name": "f27aa2c9-0a94-4e8d-8fe8-d7bfe4d28d09",
              "nameGuid": "f27aa2c9-0a94-4e8d-8fe8-d7bfe4d28d09",
              "description": "sample string 4",
              "showDiscounts": true,
              "showTotals": true,
              "onlyEvaluateOnSubtotal": true,
              "useDescription": true,
              "campaignType": 1,
              "startDate": "2026-04-03T06:18:50.3209486",
              "startTime": 1,
              "endDate": "2026-04-03T06:18:50.3209486",
              "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": "2026-04-03T06:18:50.3209486",
              "system": true,
              "created": "2026-04-03T06:18:50.3209486",
              "updated": "2026-04-03T06:18:50.3209486",
              "priceChangeNotifiedUtc": "2026-04-03T06:18:50.3209486",
              "promoType": 1,
              "promotionTypeCode": "sample string 13",
              "hostIdentifier": "gXf1ceyTmUSsvylBwH1iKQ==",
              "hostIdentifierGuid": "71f57781-93ec-4499-acbf-2941c07d6229",
              "hostType": 14,
              "createdByUser": "sample string 15",
              "fromHost": true,
              "deleted": true,
              "campaignDeleted": "2026-04-03T06:18:50.3209486",
              "updatedByUser": "sample string 18",
              "offerID": 1,
              "isPriceChangeCampaign": true,
              "stores": [
                1,
                2
              ],
              "storeNames": [
                "sample string 1",
                "sample string 2"
              ],
              "campaignPlus": [
                {
                  "$ref": "67"
                },
                {
                  "$ref": "67"
                }
              ],
              "campaignPools": [
                {
                  "$id": "70",
                  "id": 1,
                  "campaignID": 2,
                  "campaignName": "sample string 3",
                  "plu": 4,
                  "pluG_UID": "fsfSfTCc6kaSBKKC4AI+iA==",
                  "pluGuid": "7dd2c77e-9c30-46ea-9204-a282e0023e88",
                  "hostOfferID": 1,
                  "priceGroupG_UID": "iumIpqHuQE2MnRd9BphCSQ==",
                  "priceGroupGuid": "a688e98a-eea1-4d40-8c9d-177d06984249",
                  "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": "2026-04-03T06:18:50.3209486",
                  "rrp": 17,
                  "campaignDescription": "sample string 18",
                  "product": {
                    "$ref": "3"
                  },
                  "campaign": {
                    "$ref": "69"
                  }
                },
                {
                  "$ref": "70"
                }
              ],
              "sellingRules": [
                {
                  "$id": "71",
                  "id": 1,
                  "identifier": "CA4OBcTTSESMzZE/adipyw==",
                  "identifierStr": "CA4OBcTTSESMzZE/adipyw==",
                  "identifierGuid": "050e0e08-d3c4-4448-8ccd-913f69d8a9cb",
                  "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": "69"
                  }
                },
                {
                  "$ref": "71"
                }
              ],
              "customers": [
                {
                  "$id": "72",
                  "id": 1,
                  "campaignID": 2,
                  "campaignName": "sample string 3",
                  "customerID": "vpW8aDFVJ02oAEmRfYiGtA==",
                  "customerIDGuid": "68bc95be-5531-4d27-a800-49917d8886b4",
                  "campaign": {
                    "$ref": "69"
                  },
                  "customer": {
                    "$id": "73",
                    "identifier": "DKxQUnxELE2PVzF+R7RpkQ==",
                    "identifierGuid": "5250ac0c-447c-4d2c-8f57-317e47b46991",
                    "code": "sample string 2",
                    "familyName": "sample string 3",
                    "givenName": "sample string 4",
                    "otherName": "sample string 5",
                    "title": "sample string 6",
                    "dateOfBirth": "2026-04-03T06:18:50.3209486",
                    "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": "RtSlzrAbQ0eZGV0cqrnJ1A==",
                    "communityIdentifierGuid": "cea5d446-1bb0-4743-9919-5d1caab9c9d4",
                    "joined": "2026-04-03T06:18:50.3209486",
                    "updated": "2026-04-03T06:18:50.3209486",
                    "active": true,
                    "reasonInactive": 1,
                    "groupCustomer": true,
                    "loyaltyPoints": 1,
                    "homeStoreID": 1,
                    "availableSpend": 1,
                    "priceLevelIdentifier": "sT1tX+GH00myeVNPHjGvKg==",
                    "priceLevelIdentifierGuid": "5f6d3db1-87e1-49d3-b279-534f1e31af2a",
                    "marketingID": "sample string 18",
                    "receiptPrintOptions": 1,
                    "hidden": true,
                    "registered": true,
                    "registeredOn": "2026-04-03T06:18:50.3209486",
                    "emailMarketing": true,
                    "smsMarketing": true,
                    "deleted": true,
                    "deletedUser": "sample string 24",
                    "homeStoreName": "sample string 25",
                    "customerCards": [
                      {
                        "$id": "74",
                        "cardType": 2,
                        "issueDate": "2026-04-03T06:18:50.3209486",
                        "expiry": "2026-04-03T06:18:50.3209486",
                        "customerID": "lrYBWzl36k+fOzGE3Q7dEg==",
                        "customerIDGuid": "5b01b696-7739-4fea-9f3b-3184dd0edd12",
                        "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": "2026-04-03T06:18:50.3209486",
                        "linkedAccount": "cl6K2v2dEk250cf9VhSFog==",
                        "linkedAccountGuid": "da8a5e72-9dfd-4d12-b9d1-c7fd561485a2",
                        "currentValueChanged": true,
                        "limitsChanged": true,
                        "customer": {
                          "$ref": "73"
                        },
                        "account": {
                          "$id": "75",
                          "id": 1,
                          "identifier": "a7eALWUg5E+DEEFiabNALQ==",
                          "identifierGuid": "2d80b76b-2065-4fe4-8310-416269b3402d",
                          "referenceNo": "sample string 3",
                          "name": "sample string 4",
                          "created": "2026-04-03T06:18:50.3209486",
                          "owner": "YOAOniBVEUGGGIDBX/KVyw==",
                          "ownerGuid": "9e0ee060-5520-4111-8618-80c15ff295cb",
                          "accountStoreGroupIdentifier": "g9JJjLAmoEuCPX7G0WzibQ==",
                          "accountStoreGroupGuid": "8c49d283-26b0-4ba0-823d-7ec6d16ce26d",
                          "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": "2026-04-03T06:18:50.3209486",
                          "active": true,
                          "updated": "2026-04-03T06:18:50.3209486",
                          "deleted": true,
                          "deletedUser": "sample string 16",
                          "currentBalanceChanged": true,
                          "maximumLimitChanged": true,
                          "loyaltyPointsChanged": true,
                          "projectedBalance": 17,
                          "accountStoreGroupStoreIDs": [
                            1,
                            2
                          ],
                          "customerEmail": "sample string 18",
                          "ownerCustomer": {
                            "$ref": "73"
                          },
                          "card": {
                            "$ref": "74"
                          },
                          "members": {
                            "$id": "76",
                            "sample string 1": [
                              {
                                "$ref": "73"
                              },
                              {
                                "$ref": "73"
                              }
                            ],
                            "sample string 2": [
                              {
                                "$ref": "73"
                              },
                              {
                                "$ref": "73"
                              }
                            ]
                          },
                          "customerGroups": [
                            {
                              "$id": "77",
                              "identifier": "tgh8P4g5iE6Uz5TuU2jN+Q==",
                              "identifierGuid": "3f7c08b6-3988-4e88-94cf-94ee5368cdf9",
                              "name": "sample string 2",
                              "primaryContact": "4AFJJr5JC0SmwGqJCY1mMg==",
                              "primaryContactGuid": "264901e0-49be-440b-a6c0-6a89098d6632",
                              "accountID": "F1Em2FJamkCOw9SMlTA+NQ==",
                              "accountIDGuid": "d8265117-5a52-409a-8ec3-d48c95303e35",
                              "special": true,
                              "updated": "2026-04-03T06:18:50.3209486",
                              "active": true,
                              "reasonInactive": 1,
                              "priceLevelIdentifier": "3qCj22W6YU6qK7aHp35ncg==",
                              "priceLevelIdentifierGuid": "dba3a0de-ba65-4e61-aa2b-b687a77e6772",
                              "marketingListID": "sample string 7",
                              "deleted": true,
                              "account": {
                                "$ref": "75"
                              },
                              "primaryContactCustomer": {
                                "$ref": "73"
                              },
                              "customerGroupMembers": [
                                {
                                  "$id": "78",
                                  "id": 1,
                                  "groupID": "eDePI1IYQ06kY99/e41EJQ==",
                                  "groupIDGuid": "238f3778-1852-4e43-a463-df7f7b8d4425",
                                  "customerID": "FFplBcJuv0O8h2rf+YFD2g==",
                                  "customerIDGuid": "05655a14-6ec2-43bf-bc87-6adff98143da",
                                  "card": "sample string 4",
                                  "linkedAccount": "NAmo+YPfU0ed+gYGuyOyeg==",
                                  "linkedAccountGuid": "f9a80934-df83-4753-9dfa-0606bb23b27a",
                                  "customer": {
                                    "$ref": "73"
                                  },
                                  "group": {
                                    "$ref": "77"
                                  },
                                  "customerCard": {
                                    "$ref": "74"
                                  }
                                },
                                {
                                  "$ref": "78"
                                }
                              ]
                            },
                            {
                              "$ref": "77"
                            }
                          ]
                        },
                        "payments": [
                          {
                            "$id": "79",
                            "id": 1,
                            "identifier": "/tB11rmqoEC35yTVzd4YVQ==",
                            "identifierGuid": "d675d0fe-aab9-40a0-b7e7-24d5cdde1855",
                            "storeID": 2,
                            "operatorName": "sample string 3",
                            "saleHeaderID": 4,
                            "paymentType": 5,
                            "amount": 6,
                            "account": "sample string 7",
                            "accountID": "NntXUOR1JUiUc8Sz4CH8Hw==",
                            "accountIDGuid": "50577b36-75e4-4825-9473-c4b3e021fc1f",
                            "customerAccount": {
                              "$ref": "75"
                            },
                            "customerCard": {
                              "$ref": "74"
                            },
                            "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": "2026-04-03T06:18:50.3209486",
                            "invRocNo": "sample string 14",
                            "responseCode": "sample string 15",
                            "cashout": 1,
                            "tip": 16,
                            "idempotentVoid": "fjEC370l+EG7/+T/aVHCkw==",
                            "idempotentVoidGuid": "df02317e-25bd-41f8-bbff-e4ff6951c293",
                            "offline": true,
                            "processed": 1,
                            "storeSaleHeader": {
                              "$id": "80",
                              "saleHeaderID": 1,
                              "saleHeaderGuid": "sSlGWZiDIUKYrg8p7m6V8w==",
                              "saleHeaderIdentifierGuid": "594629b1-8398-4221-98ae-0f29ee6e95f3",
                              "created": "2026-04-03T06:18:50.3209486",
                              "createdLocal": "2026-04-03T06:18:50.3209486",
                              "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": "2026-04-03T06:18:50.3209486",
                              "storeID": 1,
                              "operatorG_Uid": "VET2Gbu+80eFrTDc2To3HA==",
                              "operatorGuid": "19f64454-bebb-47f3-85ad-30dcd93a371c",
                              "customerG_Uid": "/PJhuIMl2ku/hRZSUC4kaw==",
                              "customerGuid": "b861f2fc-2583-4bda-bf85-1652502e246b",
                              "communityIdentifier": "akaSOLHzXEGK6A9GNgIlcg==",
                              "communityIdentifierGuid": "3892466a-f3b1-415c-8ae8-0f4636022572",
                              "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": "S2WYwUoEHUmuZOhDfGbFdw==",
                              "priceLevelIdentifierGuid": "c198654b-044a-491d-ae64-e8437c66c577",
                              "locked": 36,
                              "orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-04-03T06:18:50.3209486+00:00\",\"DeliveryAddress1\":\"sample string 2\",\"DeliveryAddress2\":\"sample string 3\",\"CustomerPhoneNumber\":\"sample string 4\",\"OrderType\":0,\"ExternalOrderID\":\"sample string 5\",\"ExternalDisplayableOrderID\":\"sample string 6\",\"TableName\":\"sample string 7\",\"CreatedBy\":0,\"OrderingAppName\":\"sample string 8\"}",
                              "deserialisedOrderMetadata": {
                                "$id": "81",
                                "customerName": "sample string 1",
                                "pickupAt": "2026-04-03T06:18:50.3209486",
                                "deliveryAddress1": "sample string 2",
                                "deliveryAddress2": "sample string 3",
                                "customerPhoneNumber": "sample string 4",
                                "orderType": 0,
                                "externalOrderID": "sample string 5",
                                "externalDisplayableOrderID": "sample string 6",
                                "tableName": "sample string 7",
                                "createdBy": 0,
                                "orderingAppName": "sample string 8"
                              },
                              "relationChecksum": "sample string 38",
                              "loyaltyTender": 1,
                              "giftCardTender": 1,
                              "operator": {
                                "$ref": "40"
                              },
                              "customer": {
                                "$ref": "73"
                              },
                              "communityOrganisation": {
                                "$id": "82",
                                "id": 1,
                                "identifier": "Xze3eL0+tk6tgoesmb2OPg==",
                                "identifierGuid": "78b7375f-3ebd-4eb6-ad82-87ac99bd8e3e",
                                "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",
                                "abn": "sample string 15",
                                "promoPeriodStart": "2026-04-03T06:18:50.3209486",
                                "promoPeriodEnd": "2026-04-03T06:18:50.3209486",
                                "allowDonations": true,
                                "logoImageName": "sample string 17",
                                "totalAmountAwarded": 18.1,
                                "updated": "2026-04-03T06:18:50.3209486",
                                "deleted": true
                              },
                              "details": [
                                {
                                  "$id": "83",
                                  "saleItemID": 1,
                                  "identifier": "KkAOH1PBKky7q5ghttBG9w==",
                                  "identifierGuid": "1f0e402a-c153-4c2a-bbab-9821b6d046f7",
                                  "saleHeaderID": 2,
                                  "plu": 1,
                                  "pluG_UId": "V5d+gJEszUC1XRBWRul44A==",
                                  "pluGuid": "807e9757-2c91-40cd-b55d-105646e978e0",
                                  "accountID": "xvgj9bNZQEudIs1tQaQhcg==",
                                  "accountIDGuid": "f523f8c6-59b3-4b40-9d22-cd6d41a42172",
                                  "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": "2026-04-03T06:18:50.3209486",
                                  "bestOrExpireType": 1,
                                  "providerName": "sample string 11",
                                  "refundG_UID": "o0QlaDKvyEeRmmy/O2oCBQ==",
                                  "refundGuid": "682544a3-af32-47c8-919a-6cbf3b6a0205",
                                  "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": "t852lxMsUkK6xxmPyq8Szg==",
                                  "idempotentVoidGuid": "9776ceb7-2c13-4252-bac7-198fcaaf12ce",
                                  "priceLevelIdentifier": "6MTA21h/nk+VtfooiM18EA==",
                                  "priceLevelIdentifierGuid": "dbc0c4e8-7f58-4f9e-95b5-fa2888cd7c10",
                                  "communityIdentifier": "g/0Q7ZtQtkiJEEStMCElGw==",
                                  "communityIdentifierGuid": "ed10fd83-509b-48b6-8910-44ad3021251b",
                                  "productName": "sample string 23",
                                  "apn": "sample string 24",
                                  "unknownScans": [
                                    {
                                      "$id": "84",
                                      "id": 1,
                                      "saleDetailID": 2,
                                      "storeID": 1,
                                      "scanned": "2026-04-03T06:18:50.3209486",
                                      "operatorG_UID": "QEA=",
                                      "barcode": "sample string 4",
                                      "processed": 1
                                    },
                                    {
                                      "$ref": "84"
                                    }
                                  ],
                                  "refund": {
                                    "$id": "85",
                                    "id": 1,
                                    "g_UID": "4RMc4eyJk0S146pCXPnrRQ==",
                                    "guid": "e11c13e1-89ec-4493-b5e3-aa425cf9eb45",
                                    "description": "sample string 1",
                                    "dumped": true,
                                    "inventoryReasonID": 1,
                                    "sortOrder": 1,
                                    "updated": "2026-04-03T06:18:50.3209486"
                                  },
                                  "modifier": {
                                    "$id": "86",
                                    "id": 1,
                                    "setG_UID": "7N594/vti0ybVvs0G4wB3Q==",
                                    "modifierSetGuid": "e37ddeec-edfb-4c8b-9b56-fb341b8c01dd",
                                    "name": "sample string 2",
                                    "price": 1,
                                    "quantity": 1,
                                    "modifierType": 1,
                                    "groupNumber": 1,
                                    "pageNumber": 1,
                                    "controlOrder": 1,
                                    "printToStation": true,
                                    "pluG_UID": "mAWm6kaRjUa8dLLtUzIeuQ==",
                                    "pluGuid": "eaa60598-9146-468d-bc74-b2ed53321eb9",
                                    "deleted": true,
                                    "g_UID": "P4i508CRU0StNGCAjz24Kg==",
                                    "guid": "d3b9883f-91c0-4453-ad34-60808f3db82a",
                                    "product": {
                                      "$ref": "3"
                                    }
                                  },
                                  "priceLevelName": "sample string 25",
                                  "pumpNumber": 1,
                                  "hoseNumber": 1
                                },
                                {
                                  "$ref": "83"
                                }
                              ],
                              "eftReceipts": [
                                {
                                  "$id": "87",
                                  "id": 1,
                                  "storeID": 1,
                                  "saleHeaderID": 2,
                                  "storeSaleHeader": {
                                    "$ref": "80"
                                  },
                                  "receipt": "sample string 3",
                                  "processed": 1
                                },
                                {
                                  "$ref": "87"
                                }
                              ],
                              "payments": [
                                {
                                  "$ref": "79"
                                },
                                {
                                  "$ref": "79"
                                }
                              ],
                              "cards": [
                                {
                                  "$id": "88",
                                  "id": 1,
                                  "saleHeaderID": 1,
                                  "identifier": "sample string 2",
                                  "cardType": 3,
                                  "providerName": "sample string 4"
                                },
                                {
                                  "$ref": "88"
                                }
                              ],
                              "campaignHits": [
                                {
                                  "$id": "89",
                                  "id": 1,
                                  "saleHeaderID": 2,
                                  "campaign": "sample string 3",
                                  "name": "sample string 4",
                                  "processed": 1,
                                  "campaignDescription": "sample string 5"
                                },
                                {
                                  "$ref": "89"
                                }
                              ],
                              "fuel": [
                                {
                                  "$id": "90",
                                  "id": 1,
                                  "plu": 1,
                                  "pluG_UID": "hIqhjR6ZmkGcSUScKd6D2g==",
                                  "pluGuid": "8da18a84-991e-419a-9c49-449c29de83da",
                                  "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": "2026-04-03T06:18:50.3209486",
                                  "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": "2026-04-03T06:18:50.3209486",
                                  "tagNumber": "sample string 15",
                                  "trackTwoRem": "sample string 16",
                                  "transCode": 1,
                                  "transType": 1,
                                  "unitPrice": 1.0,
                                  "vehicleReg": "sample string 17",
                                  "offline": true,
                                  "processed": 1
                                },
                                {
                                  "$ref": "90"
                                }
                              ],
                              "fuelResells": [
                                {
                                  "$id": "91",
                                  "saleItemID": 1,
                                  "saleHeaderID": 2,
                                  "plu": 1,
                                  "pluG_UId": "BrQsMfVSYkaym9dQ2COgbA==",
                                  "pluGuid": "312cb406-52f5-4662-b29b-d750d823a06c",
                                  "accountID": "OSJ5OWAKp0eZtE2GSJb9aw==",
                                  "accountIDGuid": "39792239-0a60-47a7-99b4-4d864896fd6b",
                                  "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": "2026-04-03T06:18:50.3209486",
                                  "bestOrExpireType": 1,
                                  "refundG_UID": "AT/EHV0nzkSzeD5TRLf9Ig==",
                                  "refundGuid": "1dc43f01-275d-44ce-b378-3e5344b7fd22",
                                  "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": "91"
                                }
                              ],
                              "customerOrder": [
                                {
                                  "$id": "92",
                                  "identifier": "icaE1Yr/U0O85pSUaXZ4fA==",
                                  "identifierGuid": "d584c689-ff8a-4353-bce6-94946976787c",
                                  "id": 1,
                                  "orderNo": 2,
                                  "externalSaleIdentifier": "sample string 3",
                                  "storeID": 4,
                                  "zoneID": 5,
                                  "deptNo": 6,
                                  "customerIdentifier": "mGq63BczNUKOLoQt4y53xQ==",
                                  "customerIdentifierGuid": "dcba6a98-3317-4235-8e2e-842de32e77c5",
                                  "operatorNo": 1,
                                  "operatorG_UID": "ehYzrWM/CkyM0ADjtL6Fbg==",
                                  "operatorGuid": "ad33167a-3f63-4c0a-8cd0-00e3b4be856e",
                                  "created": "2026-04-03T06:18:50.3209486",
                                  "ordered": "2026-04-03T06:18:50.3209486",
                                  "started": "2026-04-03T06:18:50.3209486",
                                  "completed": "2026-04-03T06:18:50.3209486",
                                  "supplied": "2026-04-03T06:18:50.3209486",
                                  "quickTicket": 1,
                                  "deleted": true,
                                  "walkAway": true,
                                  "approxWait": 1,
                                  "actualWait": 1,
                                  "deliveryMethod": 8,
                                  "externalSaleType": 9,
                                  "customer": {
                                    "$ref": "73"
                                  },
                                  "operator": {
                                    "$ref": "40"
                                  },
                                  "details": [
                                    {
                                      "$id": "93",
                                      "headerID": 1,
                                      "plu": 1,
                                      "pluG_UId": "9ftXgqdnuU+C7tyQiljzXQ==",
                                      "pluGuid": "8257fbf5-67a7-4fb9-82ee-dc908a58f35d",
                                      "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": "0G9gf3E+aUaN3XFrApA76g==",
                                      "headerIdentifierGuid": "7f606fd0-3e71-4669-8ddd-716b02903bea",
                                      "product": {
                                        "$ref": "3"
                                      }
                                    },
                                    {
                                      "$ref": "93"
                                    }
                                  ],
                                  "storeName": "sample string 11",
                                  "customerName": "sample string 12",
                                  "storeReplyTo": "sample string 13",
                                  "storeSubjectLine": "sample string 14",
                                  "storeSaleHeader": {
                                    "$ref": "80"
                                  }
                                },
                                {
                                  "$ref": "92"
                                }
                              ],
                              "surveyResponses": [
                                {
                                  "$id": "94",
                                  "surveyG_UID": "IjhTSIzJvkqNI+PNibTcmg==",
                                  "surveyGuid": "48533822-c98c-4abe-8d23-e3cd89b4dc9a",
                                  "saleHeaderGuid": "/2o0MFZZy0SVu3qjWhUk+g==",
                                  "saleGuid": "30346aff-5956-44cb-95bb-7aa35a1524fa",
                                  "textResponse": "sample string 1",
                                  "integerResponse": 1,
                                  "g_UIDResponse": "ppU1MIPwCUyMWIBStVH3gA==",
                                  "guidResponse": "303595a6-f083-4c09-8c58-8052b551f780",
                                  "whoAnswered": 2,
                                  "answeredAtUTC": "2026-04-03T06:18:50.3209486",
                                  "sale": {
                                    "$ref": "80"
                                  },
                                  "survey": {
                                    "$id": "95",
                                    "g_UID": "pDpGpdPkp0+K9eD1Nn9B6g==",
                                    "guid": "a5463aa4-e4d3-4fa7-8af5-e0f5367f41ea",
                                    "name": "sample string 1",
                                    "storeID": 2,
                                    "zoneID": 1,
                                    "checkoutFormG_UID": "QHO+9CJmh0aD2aFGmhVGYA==",
                                    "checkoutFormGuid": "f4be7340-6622-4687-83d9-a1469a154660",
                                    "displayToWho": 3,
                                    "displayWhen": 4,
                                    "start": "2026-04-03T06:18:50.3209486",
                                    "end": "2026-04-03T06:18:50.3209486",
                                    "deleted": true,
                                    "updated": "2026-04-03T06:18:50.3209486",
                                    "possibleIntegerResponses": [
                                      1,
                                      2
                                    ],
                                    "possibleTextResponses": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "possibleGuidResponses": [
                                      "53332cdc-f687-4ae9-ba78-8f31cc2aefac",
                                      "6970f4ee-c71c-45b4-a767-9dafc77bb960"
                                    ],
                                    "allowsAllTextResponses": true,
                                    "surveyForm": {
                                      "$ref": "48"
                                    }
                                  },
                                  "ingressId": "sample string 4"
                                },
                                {
                                  "$ref": "94"
                                }
                              ],
                              "storeName": "sample string 39",
                              "terminalNumber": 40,
                              "machineName": "sample string 41",
                              "operatorName": "sample string 42",
                              "direction": 1,
                              "reason": "sample string 43",
                              "accountG_UID": "/MZwXsRqOkqdUshTj3qacQ==",
                              "accountIdentifier": "5e70c6fc-6ac4-4a3a-9d52-c8538f7a9a71",
                              "accountName": "sample string 44",
                              "customerOrderIdentifier": "61aWY6IBL0WCTtrlRASfLw==",
                              "customerOrderIdentifierGuid": "639656eb-01a2-452f-824e-dae544049f2f",
                              "priceLevelName": "sample string 45",
                              "revision": 46,
                              "ingressId": "sample string 47"
                            },
                            "metadata": {
                              "$id": "96",
                              "id": 1,
                              "paymentID": 2,
                              "paymentIdentifier": "u8lm9qgJjkCCnSEubZd7mg==",
                              "paymentIdentifierGuid": "f666c9bb-09a8-408e-829d-212e6d977b9a",
                              "identifier": "0wpa0Ro1mkKfq5sgwu/EEA==",
                              "identifierGuid": "d15a0ad3-351a-429a-9fab-9b20c2efc410",
                              "metadata": "sample string 3",
                              "signatureImage": "QEA=",
                              "itemIdentifier": "TXrA05K8TEyMvNNkoxDO0A==",
                              "itemIdentifierGuid": "d3c07a4d-bc92-4c4c-8cbc-d364a310ced0"
                            }
                          },
                          {
                            "$ref": "79"
                          }
                        ]
                      },
                      {
                        "$ref": "74"
                      }
                    ],
                    "customerGroupMembers": [
                      {
                        "$ref": "78"
                      },
                      {
                        "$ref": "78"
                      }
                    ],
                    "customerGroups": [
                      {
                        "$ref": "77"
                      },
                      {
                        "$ref": "77"
                      }
                    ],
                    "accounts": [
                      {
                        "$ref": "75"
                      },
                      {
                        "$ref": "75"
                      }
                    ],
                    "account": {
                      "$ref": "75"
                    },
                    "vouchers": [
                      {
                        "$id": "97",
                        "customerIdentifier": "dXbPfDMJekuTkZanMVDxQg==",
                        "customerIdentifierGuid": "7ccf7675-0933-4b7a-9391-96a73150f142",
                        "voucherName": "sample string 2",
                        "count": 3,
                        "storeID": 4,
                        "barcode": "sample string 5",
                        "redeemCount": 6,
                        "issueCount": 7,
                        "storeSalePaymentID": 1,
                        "idempotentID": "Mu/9bn6CC0y0/jfuiS+WLA==",
                        "idempotentGuid": "6efdef32-827e-4c0b-b4fe-37ee892f962c",
                        "offline": true,
                        "voucher": {
                          "$id": "98",
                          "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": "2026-04-03T06:18:50.3209486",
                          "barcodeTemplate": {
                            "$id": "99",
                            "templateID": 1,
                            "template": "sample string 1",
                            "bcFunction": "sample string 2",
                            "sortOrder": 3
                          },
                          "scaleLabel": {
                            "$id": "100",
                            "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": "2026-04-03T06:18:50.3209486",
                            "labelPageLayout": "3Y5BiKxGH0eVplr+WGRvwg==",
                            "pageLayoutGuid": "88418edd-46ac-471f-95a6-5afe58646fc2",
                            "labelType": 6,
                            "oldName": "sample string 7",
                            "voucher": {
                              "$ref": "98"
                            },
                            "elements": [
                              {
                                "$id": "101",
                                "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": "2026-04-03T06:18:50.3209486"
                              },
                              {
                                "$ref": "101"
                              }
                            ]
                          },
                          "customerVouchers": [
                            {
                              "$id": "102",
                              "id": 1,
                              "customerIdentifier": "tKS3elZA7kSrp7taTgE6kw==",
                              "customerIdentifierGuid": "7ab7a4b4-4056-44ee-aba7-bb5a4e013a93",
                              "voucherID": 3,
                              "voucherName": "sample string 4",
                              "storeID": 1,
                              "barcode": "sample string 5",
                              "dateOfIssue": "2026-04-03T06:18:50.3209486",
                              "issuedSaleHeaderID": 1,
                              "issuedSaleIdentifier": "sample string 7",
                              "issuedOfflinePaymentID": 1,
                              "issuedIdempotentID": "TIrVJwIockmzsS80JpEalQ==",
                              "issuedIdempotentGuid": "27d58a4c-2802-4972-b3b1-2f3426911a95",
                              "issuedOffline": true,
                              "issuedUser": "sample string 9",
                              "issuedNotes": "sample string 10",
                              "expiryDate": "2026-04-03T06:18:50.3209486",
                              "expiredUser": "sample string 11",
                              "expiredNotes": "sample string 12",
                              "redeemed": "2026-04-03T06:18:50.3209486",
                              "redeemedSaleHeaderID": 1,
                              "redeemedSaleIdentifier": "sample string 13",
                              "redeemedOfflinePaymentID": 1,
                              "redeemedIdempotentID": "hSfbWK5AtU+zf3UEm97oNw==",
                              "redeemedIdempotentGuid": "58db2785-40ae-4fb5-b37f-75049bdee837",
                              "redeemedUser": "sample string 14",
                              "redeemedNotes": "sample string 15",
                              "redeemedOffline": true,
                              "updated": "2026-04-03T06:18:50.3209486",
                              "storeName": "sample string 17",
                              "scaleLabel": {
                                "$ref": "100"
                              },
                              "voucher": {
                                "$ref": "98"
                              },
                              "customer": {
                                "$ref": "73"
                              },
                              "issuedOfflinePayment": {
                                "$ref": "79"
                              },
                              "redeemedOfflinePayment": {
                                "$ref": "79"
                              }
                            },
                            {
                              "$ref": "102"
                            }
                          ]
                        },
                        "customer": {
                          "$ref": "73"
                        }
                      },
                      {
                        "$ref": "97"
                      }
                    ]
                  }
                },
                {
                  "$ref": "72"
                }
              ],
              "customerGroups": [
                {
                  "$id": "103",
                  "id": 1,
                  "campaignID": 2,
                  "campaignName": "sample string 3",
                  "groupID": "iy63W9GxkUOUr0J69iTYUg==",
                  "groupIDGuid": "5bb72e8b-b1d1-4391-94af-427af624d852",
                  "campaign": {
                    "$ref": "69"
                  },
                  "group": {
                    "$ref": "77"
                  }
                },
                {
                  "$ref": "103"
                }
              ],
              "signIqTickets": [
                {
                  "$id": "104",
                  "identifier": "319MxyBX7Uu7K81n2UDq9A==",
                  "identifierGuid": "c74c5fdf-5720-4bed-bb2b-cd67d940eaf4",
                  "campaignName": "sample string 2",
                  "message": "sample string 3",
                  "ticketFileSource": "sample string 4",
                  "ticketFileDestination": "sample string 5",
                  "storeID": 1
                },
                {
                  "$ref": "104"
                }
              ],
              "comboPriceGroups": [
                {
                  "$id": "105",
                  "id": 1,
                  "campaignID": 2,
                  "campaignName": "sample string 3",
                  "g_UID": "1kWOfeeVp0KtpAGq1YaYlA==",
                  "guid": "7d8e45d6-95e7-42a7-ada4-01aad5869894",
                  "description": "sample string 5",
                  "newPrice": 1,
                  "rangeDescription": "sample string 6",
                  "dealDescription": "sample string 7",
                  "labelQuantity": 8,
                  "hostProductCategoryID": 1,
                  "offerID": 1,
                  "dontUpdatePricePlus": true,
                  "campaign": {
                    "$ref": "69"
                  },
                  "comboPricePlus": [
                    {
                      "$id": "106",
                      "id": 1,
                      "campaignID": 2,
                      "campaignName": "sample string 3",
                      "groupG_UID": "7kTj44S7V0+vSpqMP6+Clg==",
                      "groupGuid": "e3e344ee-bb84-4f57-af4a-9a8c3faf8296",
                      "comboPriceType": 5,
                      "priceType": 5,
                      "pluG_UID": "W2lT+sZxX0y5anXHb1QSSA==",
                      "pluGuid": "fa53695b-71c6-4c5f-b96a-75c76f541248",
                      "priceGroupG_UID": "Z8gEPiEW/0WtIC+pSlbMXA==",
                      "priceGroupGuid": "3e04c867-1621-45ff-ad20-2fa94a56cc5c",
                      "campaignPoolID": "sample string 7",
                      "quantity": 1,
                      "campaign": {
                        "$ref": "69"
                      },
                      "product": {
                        "$ref": "3"
                      },
                      "priceGroup": {
                        "$ref": "33"
                      },
                      "campaignPool": {
                        "$ref": "69"
                      }
                    },
                    {
                      "$ref": "106"
                    }
                  ]
                },
                {
                  "$ref": "105"
                }
              ],
              "priceLevels": [
                {
                  "$id": "107",
                  "id": 1,
                  "priceLevelIdentifier": "mtDAUinGEUmf8Fh7+0Erww==",
                  "priceLevelIdentifierGuid": "52c0d09a-c629-4911-9ff0-587bfb412bc3",
                  "campaignName": "sample string 3",
                  "priceLevelName": "sample string 4"
                },
                {
                  "$ref": "107"
                }
              ],
              "promotionType": {
                "$id": "108",
                "identifier": "Tp82LfqWwEuj6qDfGvgyeQ==",
                "identifierGuid": "2d369f4e-96fa-4bc0-a3ea-a0df1af83279",
                "hostType": 2,
                "code": "sample string 3",
                "description": "sample string 4",
                "isLiquor": true,
                "isAdvertised": true,
                "disableWasSave": true,
                "excludeFromPromoSales": true,
                "labelPageLayoutG_UID": "2DpqXvKdB0CNcz8GOCErMQ==",
                "labelPageLayoutGuid": "5e6a3ad8-9df2-4007-8d73-3f0638212b31",
                "priceLevelIdentifier": "yLftT7H0gUuWaHLEW2zxAA==",
                "priceLevelIdentifierGuid": "4fedb7c8-f4b1-4b81-9668-72c45b6cf100",
                "active": true,
                "updated": "2026-04-03T06:18:50.3209486",
                "hostName": "sample string 11"
              }
            },
            "product": {
              "$ref": "3"
            },
            "dealCost": {
              "$id": "109",
              "headerIdentifier": "X0AK9UKtPkOTSORrTR2lQQ==",
              "headerIdentifierGuid": "f50a405f-ad42-433e-9348-e46b4d1da541",
              "identifier": "ErzLmFX9zkW4dk3uEn3zrQ==",
              "identifierGuid": "98cbbc12-fd55-45ce-b876-4dee127df3ad",
              "supplierIdentifier": "VEYG4Cyr6k6OtOqa7pTmdw==",
              "supplierGuid": "e0064654-ab2c-4eea-8eb4-ea9aee94e677",
              "pluG_UID": "JDJuU6fPgUivBIrVe8hRNA==",
              "pluGuid": "536e3224-cfa7-4881-af04-8ad57bc85134",
              "campaignName": "d7686a2b-9ea4-44cb-a3ca-fbb561ef28e5",
              "description": "sample string 4",
              "cost": 5,
              "costDecimals": 6,
              "start": "2026-04-03T06:18:50.3209486",
              "end": "2026-04-03T06:18:50.3209486",
              "type": 9,
              "promoType": 10,
              "bonusItemPLUG_UID": "jQqCh2ZXOkas/08DMBYQSA==",
              "bonusItemPluGuid": "87820a8d-5766-463a-acff-4f0330161048",
              "bonusPurchaseUnits": 11,
              "bonusReceiveUnits": 12,
              "updated": "2026-04-03T06:18:50.3209486",
              "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": "2026-04-03T06:18:50.3209486",
              "campaignEndDate": "2026-04-03T06:18:50.3209486",
              "masterPLUG_UID": "6y+zXcEXvkiciCFoEYr2Kw==",
              "masterID": "5db32feb-17c1-48be-9c88-2168118af62b",
              "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": "DydN83DYlUe8WR80Idbh3Q==",
              "bonusMasterID": "f34d270f-d870-4795-bc59-1f3421d6e1dd",
              "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": "2026-04-03T06:18:50.3209486",
          "dealCosts": [
            {
              "$ref": "109"
            },
            {
              "$ref": "109"
            }
          ],
          "tags": [
            {
              "$id": "110",
              "pluG_UID": "aSpO0UBjpUCVY5fJTOXExg==",
              "pluGuid": "d14e2a69-6340-40a5-9563-97c94ce5c4c6",
              "tagID": 1,
              "description": "sample string 1",
              "storeIDs": [
                1,
                2
              ]
            },
            {
              "$ref": "110"
            }
          ],
          "alternateProductG_UID": "Sebam7FEYk64cZakukdcIA==",
          "alternateProduct": "9bdae649-44b1-4e62-b871-96a4ba475c20",
          "altProduct": {
            "$ref": "3"
          },
          "productHostCode": {
            "$id": "111",
            "id": 1,
            "pluG_UID": "N2wkJyERdUOFZW2BR0AeIg==",
            "pluGuid": "27246c37-1121-4375-8565-6d8147401e22",
            "ibaCode": "sample string 2"
          },
          "mscCat": {
            "$ref": "63"
          },
          "mscCom": {
            "$ref": "64"
          },
          "mscDep": {
            "$ref": "66"
          },
          "mscSubCom": {
            "$ref": "65"
          },
          "isUserUpdate": true,
          "ignoreMasterProduct": true,
          "priceGroupLabelRequested": true,
          "firstSold": "2026-04-03T06:18:50.3209486",
          "inventoryTracked": "2026-04-03T06:18:50.3209486",
          "isNormalPriceChangesCampaign": true,
          "baseProductFuel": {
            "$id": "112",
            "pluG_UID": "7cWAAT4OR0CBzHvzRIlDow==",
            "pluGuid": "0180c5ed-0e3e-4047-81cc-7bf3448943a3",
            "fuelPluG_UID": "7My2jnoQrk6Yqctqls1ZUw==",
            "fuelPluGuid": "8eb6ccec-107a-4eae-98a9-cb6a96cd5953",
            "price": 3,
            "productDescription": "sample string 4",
            "productBarcode": "sample string 5",
            "fuelProductDescription": "sample string 6",
            "fuelProductBarcode": "sample string 7",
            "fuelProductPrice": 8
          },
          "productFuelLinks": [
            {
              "$ref": "112"
            },
            {
              "$ref": "112"
            }
          ]
        }
      },
      {
        "$ref": "2"
      }
    ],
    "stocktakeHeader": {
      "$id": "113",
      "id": 1,
      "identifier": "DfKlQUlwrkGg3GhHI0Vshg==",
      "identifierGuid": "41a5f20d-7049-41ae-a0dc-684723456c86",
      "stocktakeRequest": {
        "$ref": "1"
      },
      "storeID": 1,
      "name": "sample string 2",
      "forDate": "2026-04-03T06:18:50.3209486",
      "createDate": "2026-04-03T06:18:50.3209486",
      "closed": true,
      "closedDate": "2026-04-03T06:18:50.3209486",
      "outOfStock": true,
      "live": true,
      "deleted": true,
      "processed": true,
      "processCounted": "2026-04-03T06:18:50.3209486",
      "processCountedUser": "sample string 8",
      "updateInventorySetting": "sample string 9",
      "stocktakeRequestIdentifier": "oXo3axawKkKizbt1oRvVEw==",
      "stocktakeRequestIdentifierGuid": "6b377aa1-b016-422a-a2cd-bb75a11bd513",
      "inputs": [
        {
          "$id": "114",
          "id": 1,
          "identifier": "LLRC/YP9fk+lvmONBEo2lA==",
          "identifierGuid": "fd42b42c-fd83-4f7e-a5be-638d044a3694",
          "headerID": 1,
          "headerIdentifier": "f88aU5R0ykK7QeLY0us7nA==",
          "headerIdentifierGuid": "531acf7f-7494-42ca-bb41-e2d8d2eb3b9c",
          "sectionG_UID": "jhxr49YOoUeqi+l/Jj1d9Q==",
          "sectionGuid": "e36b1c8e-0ed6-47a1-aa8b-e97f263d5df5",
          "operatorG_UID": "dYVX9yJx6EuzfK5fRf1vuw==",
          "operatorGuid": "f7578575-7122-4be8-b37c-ae5f45fd6fbb",
          "operatorID": 1,
          "comment": "sample string 2",
          "inputType": 1,
          "date": "2026-04-03T06:18:50.3209486",
          "inProgress": 3,
          "setCount": "2026-04-03T06:18:50.3209486",
          "deleted": true,
          "operatorName": "sample string 4",
          "sectionName": "sample string 5",
          "canDelete": 6,
          "details": [
            {
              "$id": "115",
              "id": 1,
              "headerID": 1,
              "headerIdentifier": "/l+bTleB+EqYgqU0tCqNLg==",
              "headerIdentifierGuid": "4e9b5ffe-8157-4af8-9882-a534b42a8d2e",
              "inputID": 1,
              "inputIdentifier": "VhNVV5QnOkGGx0Ulry71zw==",
              "inputIdentifierGuid": "57551356-2794-413a-86c7-4525af2ef5cf",
              "created": "2026-04-03T06:18:50.3209486",
              "apn": "sample string 2",
              "plu": 1,
              "pluG_UID": "tRwcW5QDYEiwVmUus3uq2w==",
              "pluGuid": "5b1c1cb5-0394-4860-b056-652eb37baadb",
              "longDesc": "sample string 3",
              "salesMode": 1,
              "quantity": 1,
              "weight": 1,
              "cartons": 1.0,
              "cartonQuantity": 1,
              "baseUnits": 4,
              "orderPacked": 5,
              "onHand": 1,
              "onHandPacks": 1,
              "onHandEnd": 1,
              "onHandPacksEnd": 1,
              "inventoryAccuracy": 6,
              "costGst": 1,
              "sellGst": 1,
              "scaleItem": true,
              "cost": 1,
              "currentCost": 1,
              "costDecimals": 1,
              "price": 1,
              "currentPrice": 1,
              "stockUnitMeasureCode": "sample string 7",
              "notes": "sample string 8",
              "editID": 9,
              "deleted": true,
              "update": true,
              "inputComment": "sample string 12",
              "sectionName": "sample string 13",
              "inputType": 1,
              "itemNumber": "sample string 14",
              "active": true,
              "parentPluG_UID": "603GPQa5eEmP2vqBM260Lg==",
              "parentPluGuid": "3dc64deb-b906-4978-8fda-fa81336eb42e",
              "edited": true,
              "product": {
                "$ref": "3"
              },
              "input": {
                "$ref": "114"
              },
              "unknownScan": {
                "$id": "116",
                "id": 1,
                "headerIdentifier": "bVhF/fXRjUaYW5QbwLAk9A==",
                "headerIdentifierGuid": "fd45586d-d1f5-468d-985b-941bc0b024f4",
                "inputIdentifier": "/a1qs36hk0KA8Kd6uMgW9A==",
                "inputIdentifierGuid": "b36aadfd-a17e-4293-80f0-a77ab8c816f4",
                "detailID": 1,
                "pluG_UID": "VBm4Lb0EvEqbTl7pQ32aSg==",
                "pluGuid": "2db81954-04bd-4abc-9b4e-5ee9437d9a4a",
                "barcode": "sample string 2",
                "scanned": "2026-04-03T06:18:50.3209486"
              }
            },
            {
              "$ref": "115"
            }
          ]
        },
        {
          "$ref": "114"
        }
      ]
    }
  },
  {
    "$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:
PKY2�\��*�5xl/workbook.xml �(�����0��&�C��ňQ��x��}��m�?ik��-L�yۙ��v�����v o=�P���]�X�$j�Ф��^CL�?�Bu����Dv���<��5A*�J���G�D�z\Q���~GH97{(��"��՝M���M��{�(b@cE�@�����f��B��..מ�m��c
m�/�d���PKY2�\����	�[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
Y2�\2I
�''_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="Rc417fd19ea754a9e" /></Relationships>PKY2�\��M�o�xl/worksheets/sheet1.xml �(���Ko�0��
b?���JR�ʹ�tS�bf�$NA
8�Nӟ?�!�D�$F�ι�br�Yn�U�BW�& �T�ԫ�z��;��!���d��w�+e#�W榞ƹ�ۛ45�\��I�VUno��2��~K�z],�\/w��l�`i�6�u�L^lM|t���lk���#���U�U<��
�~8}T��4��7/8��٤��jo����N�i�~�x^Mcа�~l����J��������*�r�D�RoL��šuqTf����X�ܭpBf� !�<��;cu����r9�Q�G'=	��p ��q=n���ON�H&G�z���I/HCt\G[��DHB� $/�Y�g�<7o����E���%�c�KzA/[���<A@

0��K<���kp��A� �%�C$����u�Gx"%�B�àCz�f���f�Z�v��՝[��)q�o���1���m��!��Ð@}b>$p��9$H�x�O<
	�'C����!!�į!!��K�c]SS��)���"����k�C�:=�BB)��!M�@�'��q*y���n�sԏ�|�#p
o*^���4��4��F���#i���T�Ӹ�m�G��#iN�@�4ҳV�
T���Uu�J;}���PKY2�\(OW�Pxl/_rels/workbook.xml.rels �(���Kn� @��f_�-�M'�l�Ms��Ɗ
�&9[=R�P�J�#u�MV��==i���c��L#yCg�3�v�`�N�{�a�^�pT1M3́�01�ϔmpR!s3��霟TL����Q�H�J��g��u��]�
�N�&��0=;1�+�cl��-�Y�yi�u�j�2q�r�
}�Z��ï�w��)�AZr�J�Q�1�c�}���iY^�UJ�����J������PKY2�\Ѓ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��PKY2�\K��[�xl/sharedStrings.xml �(��R�N�@�����ESJ"���1�O���:�����n��������ƷۙݝݹM'�e����f,�QG0��������*��X�\�`,� L���_jh,���E�ڣ��
�3[�J�>t��*��ಈ{��0.�6"P�6�e�F�֘�/����E�z��Ҙ�4�B��u��&{'K4�[�Ŭ	�j�$��g �t�ޙ&5��0Z���6X0JjMl{g�Zq����n��m'VG�ݢ�#c��$7��`�A8L����(��I����l0��a��dY�������/�LmQ@}�G�5�Vѭ&~��z)���EK���h��F�-^�GA��Kk��i����>PK-Y2�\��*�5xl/workbook.xmlPK-Y2�\����	��[Content_Types].xmlPK-
Y2�\2I
�''U_rels/.relsPK-Y2�\��M�o��xl/worksheets/sheet1.xmlPK-Y2�\(OW�P�xl/_rels/workbook.xml.relsPK-Y2�\Ѓc'2E
�xl/styles.xmlPK-Y2�\K��[�A	xl/sharedStrings.xmlPK��

application/vnd.ms-excel

Sample:
PKY2�\Q��Ϸ5xl/workbook.xml �(�����0��&�C��H@)��x���b�O�||K	$޼���~;t�v괞�G��U���{S�z���6��n�V2�}=���V�o	ʓ4In��̼��qa�h��������7�dB��|B��͞e0�����"�)a�ETH1	5n�gE�>�����Di���y�A�]���d��|PKY2�\����	�[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
Y2�\��U@''_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="Rc6d1cfe387964858" /></Relationships>PKY2�\��M�o�xl/worksheets/sheet1.xml �(���Ko�0��
b?���JR�ʹ�tS�bf�$NA
8�Nӟ?�!�D�$F�ι�br�Yn�U�BW�& �T�ԫ�z��;��!���d��w�+e#�W榞ƹ�ۛ45�\��I�VUno��2��~K�z],�\/w��l�`i�6�u�L^lM|t���lk���#���U�U<��
�~8}T��4��7/8��٤��jo����N�i�~�x^Mcа�~l����J��������*�r�D�RoL��šuqTf����X�ܭpBf� !�<��;cu����r9�Q�G'=	��p ��q=n���ON�H&G�z���I/HCt\G[��DHB� $/�Y�g�<7o����E���%�c�KzA/[���<A@

0��K<���kp��A� �%�C$����u�Gx"%�B�àCz�f���f�Z�v��՝[��)q�o���1���m��!��Ð@}b>$p��9$H�x�O<
	�'C����!!�į!!��K�c]SS��)���"����k�C�:=�BB)��!M�@�'��q*y���n�sԏ�|�#p
o*^���4��4��F���#i���T�Ӹ�m�G��#iN�@�4ҳV�
T���Uu�J;}���PKY2�\>S}a�Pxl/_rels/workbook.xml.rels �(���An� E��f_c[�*N6�t��Ɗ
Hۜ���W(J��H]t��?��4����f����C����j h�&;�pJ�N�n���,S���#�Ol�����)���"c�<���.,2�2��Ku�#Ҷ�;J\3����?D������ӂ6���.�AL@2��z��"�M��@��-�+��[= �fj1�g��^�u!��Z�l5�1��Me�8<��7]:�q9���l�1�֊5���ѫ��PKY2�\Ѓ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��PKY2�\K��[�xl/sharedStrings.xml �(��R�N�@�����ESJ"���1�O���:�����n��������ƷۙݝݹM'�e����f,�QG0��������*��X�\�`,� L���_jh,���E�ڣ��
�3[�J�>t��*��ಈ{��0.�6"P�6�e�F�֘�/����E�z��Ҙ�4�B��u��&{'K4�[�Ŭ	�j�$��g �t�ޙ&5��0Z���6X0JjMl{g�Zq����n��m'VG�ݢ�#c��$7��`�A8L����(��I����l0��a��dY�������/�LmQ@}�G�5�Vѭ&~��z)���EK���h��F�-^�GA��Kk��i����>PK-Y2�\Q��Ϸ5xl/workbook.xmlPK-Y2�\����	�[Content_Types].xmlPK-
Y2�\��U@''V_rels/.relsPK-Y2�\��M�o��xl/worksheets/sheet1.xmlPK-Y2�\>S}a�P�xl/_rels/workbook.xml.relsPK-Y2�\Ѓc'2E
�xl/styles.xmlPK-Y2�\K��[�B	xl/sharedStrings.xmlPK��