GET api/stocktake/{id}/inputs

Get header inputs

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Header identifier

globally unique identifier

Required

HeaderIdentifier

Collection of byte

None.

HeaderIdentifierGuid

globally unique identifier

None.

HeaderID

integer

Deprecated.

Name

string

None.

SortBy

StocktakeInputSortBy

None.

SortOrder

SortOrder

None.

Relations

boolean

None.

Skip

Number of records to skip over

integer

None.

Take

Number of records to take

integer

None.

TotalCount

integer

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

Body Parameters

None.

Response Information

Resource Description

List of matching inputs

Collection of StocktakeInput
NameDescriptionTypeAdditional information
ID

integer

None.

Identifier

Collection of byte

None.

IdentifierGuid

globally unique identifier

None.

HeaderID

integer

None.

HeaderIdentifier

Collection of byte

None.

HeaderIdentifierGuid

globally unique identifier

None.

SectionG_UID

Collection of byte

None.

SectionGuid

globally unique identifier

None.

OperatorG_UID

Collection of byte

None.

OperatorGuid

globally unique identifier

None.

OperatorID

Determined via SELECT ID FROM Operator WHERE G_UID=@G_UID

integer

None.

Comment

string

None.

InputType

StocktakeInputType

None.

Date

date

None.

InProgress

integer

None.

SetCount

date

None.

Deleted

boolean

None.

OperatorName

First and Last Name of the PDE operator concatenated.

string

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

SectionName

string

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

CanDelete

integer

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

Details

Collection of StocktakeDetail

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

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "id": 1,
    "identifier": "jURnGwfScU+CsoueZywyCQ==",
    "identifierGuid": "1b67448d-d207-4f71-82b2-8b9e672c3209",
    "headerID": 1,
    "headerIdentifier": "W25kUfhw20mNnNOfsvo9uA==",
    "headerIdentifierGuid": "51646e5b-70f8-49db-8d9c-d39fb2fa3db8",
    "sectionG_UID": "I16OZYLzgk2zI0mIgLOq7Q==",
    "sectionGuid": "658e5e23-f382-4d82-b323-498880b3aaed",
    "operatorG_UID": "OhUabC/sck+QrjMf5h2dVg==",
    "operatorGuid": "6c1a153a-ec2f-4f72-90ae-331fe61d9d56",
    "operatorID": 1,
    "comment": "sample string 2",
    "inputType": 1,
    "date": "2026-06-03T18:32:48.9834905",
    "inProgress": 3,
    "setCount": "2026-06-03T18:32:48.9834905",
    "deleted": true,
    "operatorName": "sample string 4",
    "sectionName": "sample string 5",
    "canDelete": 6,
    "details": [
      {
        "$id": "2",
        "id": 1,
        "headerID": 1,
        "headerIdentifier": "MT+bvhPR10KElTFeZNs+IQ==",
        "headerIdentifierGuid": "be9b3f31-d113-42d7-8495-315e64db3e21",
        "inputID": 1,
        "inputIdentifier": "4oK7I+OvbEa6G2GWW0z94g==",
        "inputIdentifierGuid": "23bb82e2-afe3-466c-ba1b-61965b4cfde2",
        "created": "2026-06-03T18:32:48.9834905",
        "apn": "sample string 2",
        "plu": 1,
        "pluG_UID": "CgFyFNbktUmfX/O215vgBQ==",
        "pluGuid": "1472010a-e4d6-49b5-9f5f-f3b6d79be005",
        "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": "BOh2itYIQUSwffq0wJgsfg==",
        "parentPluGuid": "8a76e804-08d6-4441-b07d-fab4c0982c7e",
        "edited": true,
        "product": {
          "$id": "3",
          "plu": 1,
          "storeID": 1,
          "masterPluG_UID": "QEA=",
          "storeIDs": [
            1,
            2
          ],
          "g_UId": "rJozWbZSvEiCkGZaXve3IQ==",
          "guid": "59339aac-52b6-48bc-8290-665a5ef7b721",
          "apn": "sample string 1",
          "apnChanged": true,
          "apnSwitched": true,
          "barcode": "sample string 4",
          "itemNumber": "sample string 5",
          "itemNumberChanged": true,
          "priceGroupG_UID": "PyjGM3GyEUOSr2F6XhluWw==",
          "priceGroupGuid": "33c6283f-b271-4311-92af-617a5e196e5b",
          "blueprintID": 1,
          "lastCountedDate": "2026-06-03T18:32:48.9834905",
          "externalID": "sample string 7",
          "active": true,
          "activated": "2026-06-03T18:32:48.9834905",
          "pluCreated": "2026-06-03T18:32:48.9834905",
          "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-06-03T18:32:48.9834905",
          "lastManualUpdate": "2026-06-03T18:32:48.9834905",
          "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-06-03T18:32:48.9834905",
          "currentCostUpdated": "2026-06-03T18:32:48.9834905",
          "costDecimals": 31,
          "costChanged": true,
          "dealCostIdentifier": "QEA=",
          "excludeFromRebate": true,
          "rebateOverride": 1,
          "costCalcMethod": 32,
          "costCalcMethodChanged": true,
          "costEffectiveDate": "2026-06-03T18:32:48.9834905",
          "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-06-03T18:32:48.9834905",
          "posTare": 1,
          "altPrice": 1.0,
          "altPriceChanged": true,
          "altPriceMode": 53,
          "altPriceModeChanged": true,
          "altPLUG_UID": "PgdavnlS2kGTY4xvE0Z2dg==",
          "altPLUGuid": "be5a073e-5279-41da-9363-8c6f13467676",
          "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-06-03T18:32:48.9834905",
          "labelLastPrice": 1,
          "shelfPageLayoutG_UID": "7RzCkJIuuk+vfgP9csFcEQ==",
          "shelfPageLayoutGuid": "90c21ced-2e92-4fba-af7e-03fd72c15c11",
          "talkerPageLayoutG_UID": "b6DbT0oWt0+0p1NduV7Y3Q==",
          "talkerPageLayoutGuid": "4fdba06f-164a-4fb7-b4a7-535db95ed8dd",
          "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": "nde0sLwgCk21OoBEWlJivA==",
          "inventoryIdentifier": "b0b4d79d-20bc-4d0a-b53a-80445a5262bc",
          "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": "FL/6AQxKUU2QhjV4a9042A==",
          "parentPluGuid": "01fabf14-4a0c-4d51-9086-35786bdd38d8",
          "preferredHostVendor": 105,
          "preferredHostChanged": true,
          "code": "sample string 107",
          "supplierIdentifier": "O6QszBL9NkGYw9pcHaOt4g==",
          "supplierIdentifierGuid": "cc2ca43b-fd12-4136-98c3-da5c1da3ade2",
          "supplierChanged": true,
          "rebateSupplierIdentifier": "/OXLAfYVSkuj7/2Ukj3aLg==",
          "rebateSupplierIdentifierGuid": "01cbe5fc-15f6-4b4a-a3ef-fd94923dda2e",
          "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-06-03T18:32:48.9834905",
          "commodity": "sample string 122",
          "businessPillar": "sample string 123",
          "mscCommodity": "sample string 124",
          "hostIdentifier": "/3X0/fzIr0OsX+soZMS1kA==",
          "hostIdentifierGuid": "fdf475ff-c8fc-43af-ac5f-eb2864c4b590",
          "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-06-03T18:32:48.9834905",
            "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": "ozoU3ttoe0q9R7viEl94nQ==",
            "hostIdentifierGuid": "de143aa3-68db-4a7b-bd47-bbe2125f789d",
            "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-06-03T18:32:48.9834905",
            "priceZone": {
              "$id": "5",
              "id": 1,
              "name": "sample string 2",
              "hostIdentifier": "Ng1CjHSu+Ee//0ynYIP+eg==",
              "hostIdentifierGuid": "8c420d36-ae74-47f8-bfff-4ca76083fe7a",
              "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"
            },
            "warehouseStore": {
              "$id": "7",
              "storeID": 1,
              "warehouseStoreID": 2,
              "storeName": "sample string 3",
              "warehouseName": "sample string 4"
            },
            "hostStoreSettings": [
              {
                "$id": "8",
                "id": 1,
                "hostIdentifier": "w5GxNaTiAUSaQAnG/Gn2gA==",
                "hostIdentifierGuid": "35b191c3-e2a4-4401-9a40-09c6fc69f680",
                "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": "9",
                  "identifier": "5/tXA3EPNUKJccdeKZgrPg==",
                  "identifierGuid": "0357fbe7-0f71-4235-8971-c75e29982b3e",
                  "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": "sDODutG3m0GOSJXvyO9ALw==",
                  "hostSupplierIdentifierGuid": "ba8333b0-b7d1-419b-8e48-95efc8ef402f",
                  "loyaltyPriceLevelIdentifier": "sxgCpmJVUkirrcOnUmaPuQ==",
                  "loyaltyPriceLevelIdentifierGuid": "a60218b3-5562-4852-abad-c3a752668fb9",
                  "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-06-03T18:32:48.9834905",
                  "lastProcessed": "2026-06-03T18:32:48.9834905",
                  "hold": true,
                  "supplierName": "sample string 35",
                  "supplier": {
                    "$id": "10",
                    "identifier": "tDQMubiQxUuSUXUSsNq7SA==",
                    "identifierGuid": "b90c34b4-90b8-4bc5-9251-7512b0dabb48",
                    "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": "gnfNyhatMk2mpPzrrcNVrQ==",
                    "primaryContactID": "cacd7782-ad16-4d32-a6a4-fcebadc355ad",
                    "storeID": 1,
                    "abn": "sample string 16",
                    "supplierGroupIdentifier": "Ek2372SCWEmOD7wDPfjskQ==",
                    "supplierGroupGuid": "efb74d12-8264-4958-8e0f-bc033df8ec91",
                    "rebate": 1.0,
                    "rebateType": 1,
                    "rebateFrequency": 1,
                    "rebateSource": 1,
                    "rebateLastClaimed": "2026-06-03T18:32:48.9834905",
                    "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": "11",
                      "id": "b7bb3d88-a7af-42d1-af29-b569dae1e36d",
                      "identifier": "QWgol9ZDfEGCfcxNfNLsUg==",
                      "identifierGuid": "97286841-43d6-417c-827d-cc4d7cd2ec52",
                      "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": "12",
                        "supplierIdentifier": "yvFEOhpCNEqu55gqAxpFug==",
                        "supplierIdentifierGuid": "3a44f1ca-421a-4a34-aee7-982a031a45ba",
                        "contactGuid": "Vo4PnSIYcU2d6pH/Dfj/Sg==",
                        "contactID": "9d0f8e56-1822-4d71-9dea-91ff0df8ff4a",
                        "contact": {
                          "$ref": "11"
                        },
                        "supplier": {
                          "$ref": "10"
                        }
                      },
                      {
                        "$ref": "12"
                      }
                    ],
                    "products": [
                      {
                        "$id": "13",
                        "pluG_UID": "KtO/bOD21kycOnAy73I/Nw==",
                        "pluGuid": "6cbfd32a-f6e0-4cd6-9c3a-7032ef723f37",
                        "supplierIdentifier": "WfgpNKgdRUa59HX/mKhpew==",
                        "supplierIdentifierGuid": "3429f859-1da8-4645-b9f4-75ff98a8697b",
                        "cartonQuantity": 1,
                        "cartonQuantityChanged": true,
                        "productSize": "sample string 3",
                        "cigarettesPerSleeve": 1,
                        "randomWeight": true,
                        "piecesPerUnit": 5,
                        "averagePackSize": 6,
                        "effectiveDate": "2026-06-03T18:32:48.9834905",
                        "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-06-03T18:32:48.9834905",
                        "rebate": 1.0,
                        "rebateExclude": true,
                        "invoiceCodes": [
                          {
                            "$id": "14",
                            "pluG_UID": "5XuyIQUx40KJHRXnxqfWrA==",
                            "pluGuid": "21b27be5-3105-42e3-891d-15e7c6a7d6ac",
                            "supplierIdentifier": "HHPHaXbASkyuQdQqNai73g==",
                            "supplierIdentifierGuid": "69c7731c-c076-4c4a-ae41-d42a35a8bbde",
                            "invoiceCode": "sample string 1",
                            "storeIDs": [
                              1,
                              2
                            ]
                          },
                          {
                            "$ref": "14"
                          }
                        ],
                        "storeIDs": [
                          1,
                          2
                        ],
                        "preferredSupplier": true,
                        "preferredRebateSupplier": true,
                        "supplierName": "sample string 42",
                        "salesMode": 43,
                        "orderPacked": true,
                        "active": true,
                        "price": 1,
                        "costGstPercent": 45,
                        "parentPluG_UID": "pJ0vx5D8GEm5sRnxp4dfHA==",
                        "parentPluGuid": "c72f9da4-fc90-4918-b9b1-19f1a7875f1c",
                        "freight": 46.0,
                        "freightType": 1,
                        "product": {
                          "$ref": "3"
                        },
                        "supplier": {
                          "$ref": "10"
                        },
                        "serviceFee": {
                          "$id": "15",
                          "id": 1,
                          "description": "sample string 1",
                          "fee": 1
                        },
                        "isPrimaryHost": true,
                        "hostVendor": 48
                      },
                      {
                        "$ref": "13"
                      }
                    ],
                    "orderCycleHeaders": [
                      {
                        "$id": "16",
                        "storeID": 1,
                        "supplierIdentifier": "f6ipHUp0Kkuqm1cvqAxJmw==",
                        "supplierGuid": "1da9a87f-744a-4b2a-aa9b-572fa80c499b",
                        "departmentCode": "sample string 2",
                        "warehouseDirectIndicator": "sample string 3",
                        "type": 4,
                        "storeName": "sample string 5",
                        "departmentName": "sample string 6",
                        "orderDays": 7
                      },
                      {
                        "$ref": "16"
                      }
                    ],
                    "cycles": [
                      {
                        "$id": "17",
                        "storeID": 1,
                        "supplierIdentifier": "HKhBXBHNFUOLqZTS739GvQ==",
                        "supplierGuid": "5c41a81c-cd11-4315-8ba9-94d2ef7f46bd",
                        "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-06-03T18:32:48.9834905",
                        "deliveryDate": "2026-06-03T18:32:48.9834905",
                        "nextCutOffDate": "2026-06-03T18:32:48.9834905",
                        "nextDeliveryDate": "2026-06-03T18:32:48.9834905",
                        "nextDaysBuffer": 10
                      },
                      {
                        "$ref": "17"
                      }
                    ],
                    "store": {
                      "$ref": "4"
                    },
                    "updated": "2026-06-03T18:32:48.9834905",
                    "isHost": true
                  },
                  "files": [
                    {
                      "$id": "18",
                      "id": "sample string 1",
                      "fileName": "sample string 2",
                      "extension": "sample string 3",
                      "provider": 0,
                      "type": 0,
                      "hostType": "sample string 4",
                      "createdUtc": "2026-06-03T18:32:48.9834905",
                      "processed": "2026-06-03T18:32:48.9834905",
                      "isProcessing": true,
                      "processedCount": 6,
                      "processingTime": 1,
                      "collectedUtc": "2026-06-03T18:32:48.9834905",
                      "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": "9"
                      },
                      "metcashHeader": {
                        "$id": "19",
                        "customerNumber": "sample string 1",
                        "creationDate": "2026-06-03T18:32:48.9834905",
                        "businessPillar": "sample string 3",
                        "fileType": "sample string 4"
                      }
                    },
                    {
                      "$ref": "18"
                    }
                  ],
                  "zoneMatrix": [
                    {
                      "$id": "20",
                      "id": 1,
                      "hostIdentifier": "wuPct9i6d0ekJalo+YV1eA==",
                      "hostIdentifierGuid": "b7dce3c2-bad8-4777-a425-a968f9857578",
                      "storeID": 1,
                      "departmentCode": "sample string 2",
                      "hostGuids": [
                        "0373378d-f390-485b-9bcd-2df7ba7961c7",
                        "c4f9caa9-ca77-42ce-8007-26e97072d1f0"
                      ]
                    },
                    {
                      "$ref": "20"
                    }
                  ],
                  "hostFileStoreSetting": {
                    "$ref": "8"
                  },
                  "hostStoreSettings": [
                    {
                      "$ref": "8"
                    },
                    {
                      "$ref": "8"
                    }
                  ],
                  "promotionPlacements": [
                    {
                      "$id": "21",
                      "identifier": "kaLzIna5BkOOBBzviBYXow==",
                      "identifierGuid": "22f3a291-b976-4306-8e04-1cef881617a3",
                      "code": "sample string 2",
                      "description": "sample string 3",
                      "isAdvertised": true
                    },
                    {
                      "$ref": "21"
                    }
                  ],
                  "promoTypeGuids": [
                    "11b1e14b-c978-48a3-9875-68efc608e162",
                    "d1b2434c-13d1-42eb-bb2a-e16a20548ffc"
                  ],
                  "isPromotionOnly": false,
                  "isOrderable": false,
                  "vendor": 0
                },
                "groupIDs": [
                  1,
                  2
                ],
                "hostDescription": "sample string 27"
              },
              {
                "$ref": "8"
              }
            ],
            "accounts": [
              {
                "$id": "22",
                "id": 1,
                "storeID": 1,
                "accountName": "sample string 2",
                "bsb": "sample string 3",
                "accountNumber": "sample string 4",
                "accountDesignated": true
              },
              {
                "$ref": "22"
              }
            ],
            "sales": [
              {
                "$id": "23",
                "id": 1,
                "storeID": 1,
                "externalSalesType": 2,
                "ftpSiteID": 1,
                "lastSaleProcessed": "2026-06-03T18:32:48.9834905",
                "ftpSite": {
                  "$id": "24",
                  "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": "23"
              }
            ],
            "suppliedStores": [
              1,
              2
            ],
            "zoneMatrix": [
              {
                "$ref": "20"
              },
              {
                "$ref": "20"
              }
            ],
            "cashManagements": [
              {
                "$id": "25",
                "id": 1,
                "storeID": 1,
                "cashManagementType": 2,
                "apiID": 1,
                "organisationID": "sample string 3",
                "siteName": "sample string 4",
                "thirdPartyAPI": {
                  "$id": "26",
                  "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,
                  "config": "sample string 10"
                }
              },
              {
                "$ref": "25"
              }
            ],
            "updateStoreID": "30bffc1f-eb9b-4161-9769-7780fa91c81f",
            "updateStore": {
              "$id": "27",
              "id": "2c02af6b-e862-493e-827c-7daa2a30f4c6",
              "name": "sample string 1",
              "lastActivity": "2026-06-03T18:32:48.9834905",
              "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-06-03T18:32:48.9834905"
            },
            "timeZoneId": "sample string 54",
            "securityOptions": {
              "$id": "28",
              "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": "29",
              "pluG_UID": "K5NlWDonRECnmeHj2AKrBQ==",
              "pluGuid": "5865932b-273a-4044-a799-e1e3d802ab05",
              "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-06-03T18:32:48.9834905"
            },
            {
              "$ref": "29"
            }
          ],
          "currentPrices": {
            "$id": "30",
            "pluPrices": {
              "$id": "31",
              "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-06-03T18:32:48.9834905",
              "priceChangeType": 0,
              "costDecimals": 11,
              "costCalcMethod": 12,
              "targetCampaignPriceGtOrEquNormal": true
            },
            "normalPluPrices": {
              "$ref": "31"
            },
            "winningCampaign": 1,
            "winner": {
              "$id": "32",
              "campaignName": "sample string 1",
              "campaignDescription": "sample string 2",
              "talkerText": "sample string 3",
              "disableWasSave": true,
              "startDate": "2026-06-03T18:32:48.9834905",
              "startTime": 5,
              "endDate": "2026-06-03T18:32:48.9834905",
              "endTime": 6,
              "newPrice": 7,
              "newCost": 8,
              "newCostDecimals": 9,
              "pctDiscount": 10,
              "promoType": 1,
              "promotionTypeCode": "sample string 11",
              "hostType": 12,
              "hostIdentifier": "40e/lJRmRUS0idH6Lda2jA==",
              "hostIdentifierGuid": "94bf47e3-6694-4445-b489-d1fa2dd6b68c",
              "storeNames": [
                "sample string 1",
                "sample string 2"
              ]
            },
            "details": [
              {
                "$ref": "32"
              },
              {
                "$ref": "32"
              }
            ]
          },
          "tray": {
            "$id": "33",
            "g_UId": "q6FZ+XlQ00uAtnTm6wlMTQ==",
            "guid": "f959a1ab-5079-4bd3-80b6-74e6eb094c4d",
            "name": "sample string 1",
            "number": 1,
            "tare": 1
          },
          "priceGroup": {
            "$id": "34",
            "priceGroupG_UID": "65IWVTrDnEmvTvSqaBR7tA==",
            "priceGroupGuid": "551692eb-c33a-499c-af4e-f4aa68147bb4",
            "name": "sample string 2",
            "code": 1,
            "modified": true,
            "updated": "2026-06-03T18:32:48.9834905",
            "buyingLimit": 1,
            "buyingLimitIndependent": true,
            "buyingLimitType": 0,
            "number": 1,
            "products": [
              {
                "$ref": "3"
              },
              {
                "$ref": "3"
              }
            ],
            "productCount": 1
          },
          "priceGroupName": "sample string 147",
          "nutrifacts": {
            "$id": "35",
            "pluG_UID": "6TFXOdJ2JEuGcevzB02Xug==",
            "pluGuid": "395731e9-76d2-4b24-8671-ebf3074d97ba",
            "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": "36",
            "pluGuid": "a742264b-ab39-49bb-94cf-02f091eb8a21",
            "created": "2026-06-03T18:32:48.9834905",
            "createdByUser": "sample string 1",
            "activated": "2026-06-03T18:32:48.9834905",
            "activatedByUser": "sample string 2",
            "deactivated": "2026-06-03T18:32:48.9834905",
            "deactivatedByUser": "sample string 3",
            "lastOrdered": "2026-06-03T18:32:48.9834905",
            "lastOrderedQty": 4.0,
            "lastReceived": "2026-06-03T18:32:48.9834905",
            "lastReceivedQty": 5.0,
            "lastInvoiceStatus": 1,
            "lastCounted": "2026-06-03T18:32:48.9834905",
            "lastSold": "2026-06-03T18:32:48.9834905",
            "firstSold": "2026-06-03T18:32:48.9834905",
            "awsUpdated": "2026-06-03T18:32:48.9834905",
            "lastManualUpdate": "2026-06-03T18:32:48.9834905",
            "lastManualUpdatedByUser": "sample string 7",
            "lastUpdated": "2026-06-03T18:32:48.9834905",
            "lastUpdatedByUser": "sample string 9",
            "lastUpdatedByHost": "2026-06-03T18:32:48.9834905",
            "doNotRangeUpdated": "2026-06-03T18:32:48.9834905",
            "doNotOrderUpdated": "2026-06-03T18:32:48.9834905",
            "tracked": "2026-06-03T18:32:48.9834905"
          },
          "allergens": [
            {
              "$id": "37",
              "primaryKey": {
                "$id": "38",
                "pluGuid": "2d828e0a-a317-4c59-bc1f-35c6664765a1",
                "contains": 2
              },
              "allergenID": 1,
              "pluG_UID": "Co6CLRejWUy8HzXGZkdloQ==",
              "pluGuid": "2d828e0a-a317-4c59-bc1f-35c6664765a1",
              "contains": 2,
              "allergenName": "sample string 3",
              "storeIDs": [
                1,
                2
              ]
            },
            {
              "$ref": "37"
            }
          ],
          "costs": {
            "$id": "39",
            "pluG_UID": "WjT5cnp30km4b9FjXsQZjA==",
            "pluGuid": "72f9345a-777a-49d2-b86f-d1635ec4198c",
            "enteredCost": 1,
            "weightedAvgCost": 1,
            "lastCost": 1,
            "rawEnteredCost": 2,
            "rawWeightedAvgCost": 3,
            "rawLastCost": 4,
            "freight": 5.0,
            "freightType": 6,
            "costDecimals": 7,
            "fifoCost": 1,
            "updated": "2026-06-03T18:32:48.9834905",
            "normalCost": 1,
            "currentCost": 1
          },
          "sales": [
            {
              "$id": "40",
              "saleHeaderID": 1,
              "created": "2026-06-03T18:32:48.9834905",
              "createdLocal": "2026-06-03T18:32:48.9834905",
              "storeID": 3,
              "storeName": "sample string 4",
              "operatorG_Uid": "FMzjSgiYgEG1RKKQu1ZeGw==",
              "operatorGuid": "4ae3cc14-9808-4180-b544-a290bb565e1b",
              "operatorName": "sample string 5",
              "tranType": 1,
              "plu": 1,
              "pluG_UId": "tH9Gy9GTpEOH7/h5kHZLmg==",
              "pluGuid": "cb467fb4-93d1-43a4-87ef-f87990764b9a",
              "normalPrice": 1,
              "totalCents": 1,
              "cost": 1,
              "grossProfit": 1,
              "quantity": 1,
              "operator": {
                "$id": "41",
                "id": 1,
                "g_Uid": "7t2Vl3DdRkO15dhwsW1cFA==",
                "guid": "9795ddee-dd70-4346-b5e5-d870b16d5c14",
                "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-06-03T18:32:48.9834905",
                "passwordResetRequired": true,
                "alteredInStore": true,
                "startShift": "2026-06-03T18:32:48.9834905",
                "endShift": "2026-06-03T18:32:48.9834905",
                "machineName": "sample string 20",
                "drawerID": 1,
                "stores": [
                  {
                    "$id": "42",
                    "operatorG_UID": "9Qc5ge7Evkuf2oQOh0ukJA==",
                    "operatorGuid": "813907f5-c4ee-4bbe-9fda-840e874ba424",
                    "storeID": 2,
                    "operator": {
                      "$ref": "41"
                    },
                    "store": {
                      "$ref": "4"
                    }
                  },
                  {
                    "$ref": "42"
                  }
                ]
              }
            },
            {
              "$ref": "40"
            }
          ],
          "apns": [
            {
              "$id": "43",
              "pluID": 1,
              "pluG_UID": "18ze9BuJSku2TtS3km6Wmg==",
              "pluGuid": "f4deccd7-891b-4b4a-b64e-d4b7926e969a",
              "apn": "sample string 1",
              "deleted": true,
              "storeID": 1,
              "storeIDs": [
                1,
                2
              ]
            },
            {
              "$ref": "43"
            }
          ],
          "tuns": [
            {
              "$id": "44",
              "pluG_UId": "4rogjDPmEkKQtIpaQACU2A==",
              "pluGuid": "8c20bae2-e633-4212-90b4-8a5a400094d8",
              "apn": "sample string 1",
              "tun": "sample string 2",
              "cartonQuantity": 3,
              "product": {
                "$ref": "3"
              },
              "storeIDs": [
                1,
                2
              ]
            },
            {
              "$ref": "44"
            }
          ],
          "competitionPricing": [
            {
              "$id": "45",
              "identifier": "sZ3Ot/kkQEe/Df4PKjLPLA==",
              "identifierGuid": "b7ce9db1-24f9-4740-bf0d-fe0f2a32cf2c",
              "pluG_UID": "m2Y/XEM88U2iCLW7wbFF2Q==",
              "pluGuid": "5c3f669b-3c43-4df1-a208-b5bbc1b145d9",
              "competitionID": 1,
              "name": "sample string 2",
              "sellMultiple": 3,
              "retailPrice": 4,
              "storeName": "sample string 5"
            },
            {
              "$ref": "45"
            }
          ],
          "supplier": {
            "$ref": "10"
          },
          "supplierName": "sample string 148",
          "children": [
            {
              "$ref": "3"
            },
            {
              "$ref": "3"
            }
          ],
          "ordering": {
            "$ref": "13"
          },
          "flipChartPages": [
            {
              "$id": "46",
              "identifier": "vDX9jBr4tk6oYFLfHrWusw==",
              "groupName": "sample string 1",
              "identifierGuid": "8cfd35bc-f81a-4eb6-a860-52df1eb5aeb3",
              "exists": true,
              "flipChartIdentifier": "+ukQ0dDOcUuP4Ppw2uKhog==",
              "flipChartIdentifierGuid": "d110e9fa-ced0-4b71-8fe0-fa70dae2a1a2",
              "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": "SoBxdd7XwUCaVwZP2lUsqg==",
              "groupIdentifierGuid": "7571804a-d7de-40c1-9a57-064fda552caa",
              "flipChart": {
                "$id": "47",
                "identifier": "2b0di1DaT0SsT9+fcLtC2Q==",
                "identifierGuid": "8b1dbdd9-da50-444f-ac4f-df9f70bb42d9",
                "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": "48",
                  "identifier": "Y1tlAt6mTUaXPZPckVqycw==",
                  "identifierGuid": "02655b63-a6de-464d-973d-93dc915ab273",
                  "name": "sample string 2",
                  "formType": "sample string 3",
                  "forms": [
                    {
                      "$id": "49",
                      "id": 1,
                      "g_UID": "/Jj4aOXOpkGxgbYNiUtpAg==",
                      "guid": "68f898fc-cee5-41a6-b181-b60d894b6902",
                      "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": "3hnk6deqJ0+nouIiEZ+uYg==",
                      "previousFormGuid": "e9e419de-aad7-4f27-a7a2-e222119fae62",
                      "nextForm": 1,
                      "nextFormG_UID": "x1dT7EmmoUKgfosJpVCu+g==",
                      "nextFormGuid": "ec5357c7-a649-42a1-a07e-8b09a550aefa",
                      "attributes": "sample string 10",
                      "updated": "2026-06-03T18:32:48.9834905",
                      "positioning": 1,
                      "contentPanel": "sample string 11",
                      "selectionMode": 1,
                      "maximumSelections": 1,
                      "alteredInStore": true,
                      "deleted": true,
                      "blueprintID": 1,
                      "preserveLayout": true,
                      "mainCheckoutFormName": "sample string 13",
                      "nextCheckoutForm": {
                        "$ref": "49"
                      },
                      "previousCheckoutForm": {
                        "$ref": "49"
                      },
                      "buttons": [
                        {
                          "$id": "50",
                          "id": 1,
                          "checkoutFormID": 2,
                          "checkoutFormG_UID": "2Y7KWj5l3EerKjCNf/BZCQ==",
                          "checkoutFormGuid": "5aca8ed9-653e-47dc-ab2a-308d7ff05909",
                          "identifier": "G20gLdjoCUGF4VCthZhZjg==",
                          "identifierGuid": "2d206d1b-e8d8-4109-85e1-50ad8598598e",
                          "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": "q/4lZHBtoUOlKJvJqSqBng==",
                          "valueGuid": "6425feab-6d70-43a1-a528-9bc9a92a819e",
                          "buttonText": "sample string 10",
                          "valueText": "sample string 11",
                          "drawImageAndButton": true,
                          "updated": "2026-06-03T18:32:48.9834905",
                          "action": "sample string 12",
                          "valueForm": {
                            "$ref": "49"
                          },
                          "image": {
                            "$id": "51",
                            "name": "sample string 3.sample string 4",
                            "imageID": 2,
                            "imageName": "sample string 3",
                            "imageExtension": "sample string 4",
                            "lastUpdate": "2026-06-03T18:32:48.9834905",
                            "imageData": "QEA=",
                            "readOnly": true
                          }
                        },
                        {
                          "$ref": "50"
                        }
                      ],
                      "panels": [
                        {
                          "$id": "52",
                          "id": 1,
                          "checkoutFormID": 2,
                          "checkoutFormG_UID": "b1QLZPtAjk2ctdbmSUT6WA==",
                          "checkoutFormGuid": "640b546f-40fb-4d8e-9cb5-d6e64944fa58",
                          "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": "52"
                        }
                      ]
                    },
                    {
                      "$ref": "49"
                    }
                  ],
                  "panels": [
                    {
                      "$ref": "52"
                    },
                    {
                      "$ref": "52"
                    }
                  ]
                },
                "pages": [
                  {
                    "$ref": "46"
                  },
                  {
                    "$ref": "46"
                  }
                ]
              },
              "contentPanel": {
                "$ref": "52"
              },
              "products": [
                {
                  "$id": "53",
                  "flipChartPageIdentifier": "JOZ18FwXMEuiyz4CBLnDPg==",
                  "flipChartPageIdentifierGuid": "f075e624-175c-4b30-a2cb-3e0204b9c33e",
                  "pluG_UID": "SPNQVJ5rhU6etbaOda/7Mg==",
                  "pluGuid": "5450f348-6b9e-4e85-9eb5-b68e75affb32",
                  "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": "53"
                }
              ],
              "productCount": 27,
              "pages": [
                {
                  "$ref": "46"
                },
                {
                  "$ref": "46"
                }
              ]
            },
            {
              "$ref": "46"
            }
          ],
          "priceHistory": [
            {
              "$id": "54",
              "pluG_UID": "9ttEQzITNE+8Jg4eVIE6UQ==",
              "pluGuid": "4344dbf6-1332-4f34-bc26-0e1e54813a51",
              "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-06-03T18:32:48.9834905",
              "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": "54"
            }
          ],
          "ingredients": [
            {
              "$id": "55",
              "pluG_UID": "NQ9jCz40V02y/z3gjtxB3A==",
              "ingredientGuid": "1Zdpye7UTUWMAQ5enDqkVg==",
              "ingredientIdentifier": "c96997d5-d4ee-454d-8c01-0e5e9c3aa456",
              "quantity": 1.0,
              "storeIDs": [
                1,
                2
              ],
              "ingredientText": "sample string 1",
              "ingredient": {
                "$ref": "3"
              }
            },
            {
              "$ref": "55"
            }
          ],
          "bins": [
            {
              "$id": "56",
              "pluG_UID": "5kQehOCDzkykwVtr6ty3Bg==",
              "pluGuid": "841e44e6-83e0-4cce-a4c1-5b6beadcb706",
              "shelfLocationIdentifier": "D6LHwELCTEObMcI8l+2sYQ==",
              "shelfLocationGuid": "c0c7a20f-c242-434c-9b31-c23c97edac61",
              "labelShelfDefault": 1,
              "labelTalkerDefault": 1,
              "labelSmall": true,
              "labelPageLayoutG_UID": "gNgLd36l006azT8dF/Nesg==",
              "labelPageLayoutGuid": "770bd880-a57e-4ed3-9acd-3f1d17f35eb2",
              "updated": "2026-06-03T18:32:48.9834905",
              "electronicShelfLabelIdentifier": "sample string 5",
              "electronicshelfLabelsConfigurationID": 6,
              "labelShelfChanged": true,
              "productName": "sample string 8",
              "locationText": "sample string 9",
              "product": {
                "$ref": "3"
              },
              "location": {
                "$id": "57",
                "identifier": "aQaQrPJEpUGdvWNceta+YA==",
                "storeID": 1,
                "identifierGuid": "ac900669-44f2-41a5-9dbd-635c7ad6be60",
                "name": "sample string 2",
                "haccp": true,
                "blueprintID": 1,
                "updated": "2026-06-03T18:32:48.9834905",
                "minTemp": 1,
                "maxTemp": 1,
                "checkFrequency": 1,
                "storeCaseConfiguration": 5,
                "storeName": "sample string 6",
                "bins": [
                  {
                    "$ref": "56"
                  },
                  {
                    "$ref": "56"
                  }
                ]
              }
            },
            {
              "$ref": "56"
            }
          ],
          "bin": {
            "$ref": "56"
          },
          "scaleLocations": [
            {
              "$id": "58",
              "plu": 1,
              "pluG_UID": "3r00MKql5E2WYxIoQiBREQ==",
              "pluGuid": "3034bdde-a5aa-4de4-9663-122842205111",
              "deptNo": 1,
              "product": {
                "$ref": "3"
              },
              "scaleLocation": {
                "$id": "59",
                "id": 1,
                "deptNo": 1,
                "deptCode": "sample string 2",
                "name": "sample string 3",
                "enabled": true,
                "updated": "2026-06-03T18:32:48.9834905",
                "department": {
                  "$id": "60",
                  "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": "59"
                  },
                  "subDepartments": [
                    {
                      "$id": "61",
                      "id": 1,
                      "departmentID": 2,
                      "name": "sample string 3",
                      "code": "sample string 4",
                      "departmentCode": "sample string 5",
                      "externalSales": true,
                      "minorDepartments": [
                        {
                          "$id": "62",
                          "id": 1,
                          "subDepartmentID": 2,
                          "departmentID": 3,
                          "name": "sample string 4",
                          "subDepartmentCode": "sample string 5",
                          "departmentCode": "sample string 6",
                          "code": "sample string 7",
                          "lesserDepartments": [
                            {
                              "$id": "63",
                              "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-06-03T18:32:48.9834905",
                              "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": "yTWDBGIPpEmt1kBvEqrKtg==",
                              "labelPageLayoutGuid": "048335c9-0f62-49a4-add6-406f12aacab6",
                              "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": "64",
                                "dept": 1,
                                "category": 2,
                                "name": "sample string 3",
                                "active": true,
                                "mscCommodities": [
                                  {
                                    "$id": "65",
                                    "dept": 1,
                                    "category": 2,
                                    "commodity": 3,
                                    "name": "sample string 4",
                                    "active": true,
                                    "mscSubCommodities": [
                                      {
                                        "$id": "66",
                                        "dept": 1,
                                        "category": 2,
                                        "commodity": 3,
                                        "subCommodity": 4,
                                        "name": "sample string 5",
                                        "active": true,
                                        "subCommodityCode": "sample string 7"
                                      },
                                      {
                                        "$ref": "66"
                                      }
                                    ],
                                    "commodityCode": "sample string 6"
                                  },
                                  {
                                    "$ref": "65"
                                  }
                                ],
                                "categoryCode": "sample string 5"
                              },
                              "mscCom": {
                                "$ref": "65"
                              },
                              "mscDep": {
                                "$id": "67",
                                "dept": 1,
                                "name": "sample string 2",
                                "active": true,
                                "mscCategories": [
                                  {
                                    "$ref": "64"
                                  },
                                  {
                                    "$ref": "64"
                                  }
                                ],
                                "deptCode": "sample string 4"
                              },
                              "mscSubCom": {
                                "$ref": "66"
                              }
                            },
                            {
                              "$ref": "63"
                            }
                          ],
                          "updated": "2026-06-03T18:32:48.9834905",
                          "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": "SOcQwxsFXkK9fO16nw7n9A==",
                          "labelPageLayoutGuid": "c310e748-051b-425e-bd7c-ed7a9f0ee7f4",
                          "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": "64"
                          },
                          "mscCom": {
                            "$ref": "65"
                          },
                          "mscDep": {
                            "$ref": "67"
                          },
                          "mscSubCom": {
                            "$ref": "66"
                          }
                        },
                        {
                          "$ref": "62"
                        }
                      ],
                      "investmentBuyOverride": true,
                      "updated": "2026-06-03T18:32:48.9834905",
                      "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": "eVsHIXuUo0KIAZrrncxXcQ==",
                      "labelPageLayoutGuid": "21075b79-947b-42a3-8801-9aeb9dcc5771",
                      "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": "64"
                      },
                      "mscCom": {
                        "$ref": "65"
                      },
                      "mscDep": {
                        "$ref": "67"
                      },
                      "mscSubCom": {
                        "$ref": "66"
                      }
                    },
                    {
                      "$ref": "61"
                    }
                  ],
                  "stores": [
                    1,
                    2
                  ],
                  "investmentBuyOverride": true,
                  "updated": "2026-06-03T18:32:48.9834905",
                  "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": "k67Qbanxr0yEQXqzTDzkPw==",
                  "labelPageLayoutGuid": "6dd0ae93-f1a9-4caf-8441-7ab34c3ce43f",
                  "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": "64"
                  },
                  "mscCom": {
                    "$ref": "65"
                  },
                  "mscDep": {
                    "$ref": "67"
                  },
                  "mscSubCom": {
                    "$ref": "66"
                  }
                }
              }
            },
            {
              "$ref": "58"
            }
          ],
          "nextPrice": {
            "$id": "68",
            "id": 1,
            "campaignID": 2,
            "campaignName": "sample string 3",
            "plu": 1,
            "hostOfferID": 1,
            "metcashPromotionID": "sample string 4",
            "metcashPromotionPlacement": "sample string 5",
            "pluG_UID": "7z0BPp/yFUCr6ksaMixrNA==",
            "pluGuid": "3e013def-f29f-4015-abea-4b1a322c6b34",
            "newPrice": 1,
            "pctDiscount": 1,
            "newCost": 1,
            "newCostDecimals": 6,
            "dealCostIdentifier": "sTHyxz72V02T7kShAIhhwg==",
            "dealCostGuid": "c7f231b1-f63e-4d57-93ee-44a1008861c2",
            "pluName": "sample string 7",
            "apn": "sample string 8",
            "fuelItem": true,
            "priceGroupG_UID": "tRNHqEIyO0+tGqUees6EGA==",
            "priceGroupGuid": "a84713b5-3242-4f3b-ad1a-a51e7ace8418",
            "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,
            "orderPacked": 20,
            "pluNormalCost": 21,
            "pluaws": 22.0,
            "directNumber": "sample string 23",
            "departmentName": "sample string 24",
            "subDepartmentName": "sample string 25",
            "priceGroupName": "sample string 26",
            "supplierName": "sample string 27",
            "stockOnHand": 1.1,
            "stockOnOrder": 1.1,
            "lastReceived": "2026-06-03T18:32:48.9834905",
            "rrp": 28,
            "campaignDescription": "sample string 29",
            "hostCampaign": true,
            "hostIdentifier": "QEA=",
            "hostIdentifierGuid": "adbab6b9-830a-4035-bb8c-992e38f8f1fc",
            "campaignComboPriceGroupG_UID": "otliMqDIkUOBYjoISOScPw==",
            "campaignComboPriceGroupIdentifier": "3262d9a2-c8a0-4391-8162-3a0848e49c3f",
            "promotionPlacementDescription": "sample string 31",
            "storeAcceptances": [
              {
                "$id": "69",
                "plu": 1,
                "pluG_UId": "QEA=",
                "campaignID": 1,
                "campaignName": "sample string 2",
                "storeID": 3,
                "acceptedUtc": "2026-06-03T18:32:48.9834905",
                "operatorG_UID": "SSTHemHmGUqpaxf50HHEgw==",
                "operatorGuid": "7ac72449-e661-4a19-a96b-17f9d071c483",
                "machineID": 1,
                "processed": true,
                "appliedUtc": "2026-06-03T18:32:48.9834905",
                "signIqTicketFileMovedUtc": "2026-06-03T18:32:48.9834905",
                "user": "sample string 6",
                "campaignDescription": "sample string 7",
                "productDesc": "sample string 8",
                "storeName": "sample string 9",
                "effectiveUtc": "2026-06-03T18:32:48.9834905",
                "priceChangeType": 0,
                "operatorName": "sample string 10",
                "hostCampaign": true,
                "hostIdentifier": "QEA=",
                "hostIdentifierGuid": "647650f8-96fe-41de-8aaa-19feea4a9a63",
                "product": {
                  "$ref": "3"
                },
                "campaignPlu": {
                  "$ref": "68"
                },
                "fuelItem": true
              },
              {
                "$ref": "69"
              }
            ],
            "campaign": {
              "$id": "70",
              "id": 1,
              "storeID": 2,
              "name": "9d820a66-cf1d-41b1-968e-69d76132c60f",
              "nameGuid": "9d820a66-cf1d-41b1-968e-69d76132c60f",
              "description": "sample string 4",
              "showDiscounts": true,
              "showTotals": true,
              "onlyEvaluateOnSubtotal": true,
              "useDescription": true,
              "campaignType": 1,
              "startDate": "2026-06-03T18:32:48.9834905",
              "startTime": 1,
              "endDate": "2026-06-03T18:32:48.9834905",
              "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-06-03T18:32:48.9834905",
              "system": true,
              "created": "2026-06-03T18:32:48.9834905",
              "updated": "2026-06-03T18:32:48.9834905",
              "priceChangeNotifiedUtc": "2026-06-03T18:32:48.9834905",
              "promoType": 1,
              "promotionTypeCode": "sample string 13",
              "hostIdentifier": "lV+JCyn16UiHm1w4o7aL7w==",
              "hostIdentifierGuid": "0b895f95-f529-48e9-879b-5c38a3b68bef",
              "hostType": 14,
              "createdByUser": "sample string 15",
              "fromHost": true,
              "deleted": true,
              "campaignDeleted": "2026-06-03T18:32:48.9834905",
              "updatedByUser": "sample string 18",
              "offerID": 1,
              "isPriceChangeCampaign": true,
              "stores": [
                1,
                2
              ],
              "storeNames": [
                "sample string 1",
                "sample string 2"
              ],
              "campaignPlus": [
                {
                  "$ref": "68"
                },
                {
                  "$ref": "68"
                }
              ],
              "campaignPools": [
                {
                  "$id": "71",
                  "id": 1,
                  "campaignID": 2,
                  "campaignName": "sample string 3",
                  "plu": 4,
                  "pluG_UID": "/N4UWvphJUCN55XzaB4aeA==",
                  "pluGuid": "5a14defc-61fa-4025-8de7-95f3681e1a78",
                  "hostOfferID": 1,
                  "priceGroupG_UID": "yFM10ieOVU2bbPiMBMAPIw==",
                  "priceGroupGuid": "d23553c8-8e27-4d55-9b6c-f88c04c00f23",
                  "fuelItem": true,
                  "pluName": "sample string 6",
                  "apn": "sample string 7",
                  "pluActive": true,
                  "cartonQty": 1,
                  "baseUnits": 9.1,
                  "cri": "sample string 10",
                  "salesMode": 1,
                  "orderPacked": 11,
                  "pluaws": 12.0,
                  "directNumber": "sample string 13",
                  "departmentName": "sample string 14",
                  "subDepartmentName": "sample string 15",
                  "priceGroupName": "sample string 16",
                  "supplierName": "sample string 17",
                  "stockOnHand": 1.1,
                  "stockOnOrder": 1.1,
                  "lastReceived": "2026-06-03T18:32:48.9834905",
                  "rrp": 18,
                  "campaignDescription": "sample string 19",
                  "product": {
                    "$ref": "3"
                  },
                  "campaign": {
                    "$ref": "70"
                  }
                },
                {
                  "$ref": "71"
                }
              ],
              "sellingRules": [
                {
                  "$id": "72",
                  "id": 1,
                  "identifier": "Q4vO9ch5lU22dxEVhLm1MQ==",
                  "identifierStr": "Q4vO9ch5lU22dxEVhLm1MQ==",
                  "identifierGuid": "f5ce8b43-79c8-4d95-b677-111584b9b531",
                  "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": "70"
                  }
                },
                {
                  "$ref": "72"
                }
              ],
              "customers": [
                {
                  "$id": "73",
                  "id": 1,
                  "campaignID": 2,
                  "campaignName": "sample string 3",
                  "customerID": "Lo80V6kUaEisXQL5zVcqYA==",
                  "customerIDGuid": "57348f2e-14a9-4868-ac5d-02f9cd572a60",
                  "campaign": {
                    "$ref": "70"
                  },
                  "customer": {
                    "$id": "74",
                    "identifier": "Q9GleygRo0e087zBeZzCgg==",
                    "identifierGuid": "7ba5d143-1128-47a3-b4f3-bcc1799cc282",
                    "code": "sample string 2",
                    "familyName": "sample string 3",
                    "givenName": "sample string 4",
                    "otherName": "sample string 5",
                    "title": "sample string 6",
                    "dateOfBirth": "2026-06-03T18:32:48.9834905",
                    "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": "b4OrEMdTA0q4E2IhlzMHow==",
                    "communityIdentifierGuid": "10ab836f-53c7-4a03-b813-6221973307a3",
                    "joined": "2026-06-03T18:32:48.9834905",
                    "updated": "2026-06-03T18:32:48.9834905",
                    "active": true,
                    "reasonInactive": 1,
                    "groupCustomer": true,
                    "loyaltyPoints": 1,
                    "homeStoreID": 1,
                    "availableSpend": 1,
                    "priceLevelIdentifier": "12SonMss3EiJA29bFQRK3A==",
                    "priceLevelIdentifierGuid": "9ca864d7-2ccb-48dc-8903-6f5b15044adc",
                    "marketingID": "sample string 18",
                    "receiptPrintOptions": 1,
                    "hidden": true,
                    "registered": true,
                    "registeredOn": "2026-06-03T18:32:48.9834905",
                    "emailMarketing": true,
                    "smsMarketing": true,
                    "deleted": true,
                    "deletedUser": "sample string 24",
                    "homeStoreName": "sample string 25",
                    "customerCards": [
                      {
                        "$id": "75",
                        "cardType": 2,
                        "issueDate": "2026-06-03T18:32:48.9834905",
                        "expiry": "2026-06-03T18:32:48.9834905",
                        "customerID": "rVqFABgcYU2Dpu7en3Q6dw==",
                        "customerIDGuid": "00855aad-1c18-4d61-83a6-eede9f743a77",
                        "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-06-03T18:32:48.9834905",
                        "linkedAccount": "2EScR/QeU0Oxs7qsISX4Eg==",
                        "linkedAccountGuid": "479c44d8-1ef4-4353-b1b3-baac2125f812",
                        "currentValueChanged": true,
                        "limitsChanged": true,
                        "customer": {
                          "$ref": "74"
                        },
                        "account": {
                          "$id": "76",
                          "id": 1,
                          "identifier": "OSzXxGWb1kO2gUawE45aTA==",
                          "identifierGuid": "c4d72c39-9b65-43d6-b681-46b0138e5a4c",
                          "referenceNo": "sample string 3",
                          "name": "sample string 4",
                          "created": "2026-06-03T18:32:48.9834905",
                          "owner": "hqjePA06O0eB7M+/owd3EQ==",
                          "ownerGuid": "3cdea886-3a0d-473b-81ec-cfbfa3077711",
                          "accountStoreGroupIdentifier": "wYseeDlrGUKcVAIgOMNo6w==",
                          "accountStoreGroupGuid": "781e8bc1-6b39-4219-9c54-022038c368eb",
                          "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-06-03T18:32:48.9834905",
                          "active": true,
                          "updated": "2026-06-03T18:32:48.9834905",
                          "deleted": true,
                          "deletedUser": "sample string 16",
                          "currentBalanceChanged": true,
                          "maximumLimitChanged": true,
                          "loyaltyPointsChanged": true,
                          "projectedBalance": 17,
                          "accountStoreGroupStoreIDs": [
                            1,
                            2
                          ],
                          "customerEmail": "sample string 18",
                          "ownerCustomer": {
                            "$ref": "74"
                          },
                          "card": {
                            "$ref": "75"
                          },
                          "members": {
                            "$id": "77",
                            "sample string 1": [
                              {
                                "$ref": "74"
                              },
                              {
                                "$ref": "74"
                              }
                            ],
                            "sample string 2": [
                              {
                                "$ref": "74"
                              },
                              {
                                "$ref": "74"
                              }
                            ]
                          },
                          "customerGroups": [
                            {
                              "$id": "78",
                              "identifier": "7W50Bx2dsUG5BfY60s8gCA==",
                              "identifierGuid": "07746eed-9d1d-41b1-b905-f63ad2cf2008",
                              "name": "sample string 2",
                              "primaryContact": "arE7nzOzJkyuA7gINRIT+A==",
                              "primaryContactGuid": "9f3bb16a-b333-4c26-ae03-b808351213f8",
                              "accountID": "Eck7V9Jsd0iyrxipQejaeQ==",
                              "accountIDGuid": "573bc911-6cd2-4877-b2af-18a941e8da79",
                              "special": true,
                              "updated": "2026-06-03T18:32:48.9834905",
                              "active": true,
                              "reasonInactive": 1,
                              "priceLevelIdentifier": "ZkAs2J/tq0GPyNeUFU19yw==",
                              "priceLevelIdentifierGuid": "d82c4066-ed9f-41ab-8fc8-d794154d7dcb",
                              "marketingListID": "sample string 7",
                              "deleted": true,
                              "account": {
                                "$ref": "76"
                              },
                              "primaryContactCustomer": {
                                "$ref": "74"
                              },
                              "customerGroupMembers": [
                                {
                                  "$id": "79",
                                  "id": 1,
                                  "groupID": "ThCOpwVOY0eK5a6AeDWi5A==",
                                  "groupIDGuid": "a78e104e-4e05-4763-8ae5-ae807835a2e4",
                                  "customerID": "ViXvu5gWM0aNJW4NZq0ZQQ==",
                                  "customerIDGuid": "bbef2556-1698-4633-8d25-6e0d66ad1941",
                                  "card": "sample string 4",
                                  "linkedAccount": "N61DnKVlxE22BQLZL/OZoA==",
                                  "linkedAccountGuid": "9c43ad37-65a5-4dc4-b605-02d92ff399a0",
                                  "customer": {
                                    "$ref": "74"
                                  },
                                  "group": {
                                    "$ref": "78"
                                  },
                                  "customerCard": {
                                    "$ref": "75"
                                  }
                                },
                                {
                                  "$ref": "79"
                                }
                              ]
                            },
                            {
                              "$ref": "78"
                            }
                          ]
                        },
                        "payments": [
                          {
                            "$id": "80",
                            "id": 1,
                            "identifier": "x9SVvf0hDUWU8IRy710JFA==",
                            "identifierGuid": "bd95d4c7-21fd-450d-94f0-8472ef5d0914",
                            "storeID": 2,
                            "operatorName": "sample string 3",
                            "saleHeaderID": 4,
                            "paymentType": 5,
                            "amount": 6,
                            "account": "sample string 7",
                            "accountID": "5fxkny4oa0qn9yiTxfdang==",
                            "accountIDGuid": "9f64fce5-282e-4a6b-a7f7-2893c5f75a9e",
                            "customerAccount": {
                              "$ref": "76"
                            },
                            "customerCard": {
                              "$ref": "75"
                            },
                            "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-06-03T18:32:48.9834905",
                            "invRocNo": "sample string 14",
                            "responseCode": "sample string 15",
                            "cashout": 1,
                            "tip": 16,
                            "idempotentVoid": "SkIysBszxU+y9PAf8tBVlQ==",
                            "idempotentVoidGuid": "b032424a-331b-4fc5-b2f4-f01ff2d05595",
                            "offline": true,
                            "processed": 1,
                            "storeSaleHeader": {
                              "$id": "81",
                              "saleHeaderID": 1,
                              "saleHeaderGuid": "hsD+LSgANEi94ox0zozptg==",
                              "saleHeaderIdentifierGuid": "2dfec086-0028-4834-bde2-8c74ce8ce9b6",
                              "created": "2026-06-03T18:32:48.9834905",
                              "createdLocal": "2026-06-03T18:32:48.9834905",
                              "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-06-03T18:32:48.9834905",
                              "storeID": 1,
                              "operatorG_Uid": "BcrDdAgqLkKvRtjUUa7XhQ==",
                              "operatorGuid": "74c3ca05-2a08-422e-af46-d8d451aed785",
                              "customerG_Uid": "ithVW12ojEa+isGpbldTxg==",
                              "customerGuid": "5b55d88a-a85d-468c-be8a-c1a96e5753c6",
                              "communityIdentifier": "caQVwKVhukuIg8n8gyfH+A==",
                              "communityIdentifierGuid": "c015a471-61a5-4bba-8883-c9fc8327c7f8",
                              "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": "DN608NGQ+UeZD1S2ag+mjA==",
                              "priceLevelIdentifierGuid": "f0b4de0c-90d1-47f9-990f-54b66a0fa68c",
                              "locked": 36,
                              "orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-06-03T18:32:48.9834905+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": "82",
                                "customerName": "sample string 1",
                                "pickupAt": "2026-06-03T18:32:48.9834905",
                                "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": "41"
                              },
                              "customer": {
                                "$ref": "74"
                              },
                              "communityOrganisation": {
                                "$id": "83",
                                "id": 1,
                                "identifier": "5MtuGpeXHEOFySM4L2ZkZQ==",
                                "identifierGuid": "1a6ecbe4-9797-431c-85c9-23382f666465",
                                "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-06-03T18:32:48.9834905",
                                "promoPeriodEnd": "2026-06-03T18:32:48.9834905",
                                "allowDonations": true,
                                "logoImageName": "sample string 17",
                                "totalAmountAwarded": 18.1,
                                "updated": "2026-06-03T18:32:48.9834905",
                                "deleted": true
                              },
                              "details": [
                                {
                                  "$id": "84",
                                  "saleItemID": 1,
                                  "identifier": "FVSBTu4DGUSF1CdK9E9HnA==",
                                  "identifierGuid": "4e815415-03ee-4419-85d4-274af44f479c",
                                  "saleHeaderID": 2,
                                  "plu": 1,
                                  "pluG_UId": "fG3hSXU7NUODh4LPQCM+kg==",
                                  "pluGuid": "49e16d7c-3b75-4335-8387-82cf40233e92",
                                  "accountID": "0k7jJRqpy06fi+YR6V3O/A==",
                                  "accountIDGuid": "25e34ed2-a91a-4ecb-9f8b-e611e95dcefc",
                                  "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-06-03T18:32:48.9834905",
                                  "bestOrExpireType": 1,
                                  "providerName": "sample string 11",
                                  "refundG_UID": "nUJ7RKqivE6Kr9gVQRb20A==",
                                  "refundGuid": "447b429d-a2aa-4ebc-8aaf-d8154116f6d0",
                                  "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": "gw0cA++MxkSgetytMfl0BQ==",
                                  "idempotentVoidGuid": "031c0d83-8cef-44c6-a07a-dcad31f97405",
                                  "priceLevelIdentifier": "zxx2nd71oUG+PhAEpmA4Ig==",
                                  "priceLevelIdentifierGuid": "9d761ccf-f5de-41a1-be3e-1004a6603822",
                                  "communityIdentifier": "E10ao9I3dUOqYhsZ+GHnlQ==",
                                  "communityIdentifierGuid": "a31a5d13-37d2-4375-aa62-1b19f861e795",
                                  "productName": "sample string 23",
                                  "apn": "sample string 24",
                                  "unknownScans": [
                                    {
                                      "$id": "85",
                                      "id": 1,
                                      "saleDetailID": 2,
                                      "storeID": 1,
                                      "scanned": "2026-06-03T18:32:48.9834905",
                                      "operatorG_UID": "QEA=",
                                      "barcode": "sample string 4",
                                      "processed": 1
                                    },
                                    {
                                      "$ref": "85"
                                    }
                                  ],
                                  "refund": {
                                    "$id": "86",
                                    "id": 1,
                                    "g_UID": "gliOGGu8mkGVzKzMwl275g==",
                                    "guid": "188e5882-bc6b-419a-95cc-acccc25dbbe6",
                                    "description": "sample string 1",
                                    "dumped": true,
                                    "inventoryReasonID": 1,
                                    "sortOrder": 1,
                                    "updated": "2026-06-03T18:32:48.9834905"
                                  },
                                  "modifier": {
                                    "$id": "87",
                                    "id": 1,
                                    "setG_UID": "P+h4tzEIQUCWA8ytx+X2mw==",
                                    "modifierSetGuid": "b778e83f-0831-4041-9603-ccadc7e5f69b",
                                    "name": "sample string 2",
                                    "price": 1,
                                    "quantity": 1,
                                    "modifierType": 1,
                                    "groupNumber": 1,
                                    "pageNumber": 1,
                                    "controlOrder": 1,
                                    "printToStation": true,
                                    "pluG_UID": "02PzsxzH10SiCRMb1+B6ag==",
                                    "pluGuid": "b3f363d3-c71c-44d7-a209-131bd7e07a6a",
                                    "deleted": true,
                                    "g_UID": "3muAGfaId0KhNJpL8IjtCw==",
                                    "guid": "19806bde-88f6-4277-a134-9a4bf088ed0b",
                                    "product": {
                                      "$ref": "3"
                                    }
                                  },
                                  "priceLevelName": "sample string 25",
                                  "pumpNumber": 1,
                                  "hoseNumber": 1
                                },
                                {
                                  "$ref": "84"
                                }
                              ],
                              "eftReceipts": [
                                {
                                  "$id": "88",
                                  "id": 1,
                                  "storeID": 1,
                                  "saleHeaderID": 2,
                                  "storeSaleHeader": {
                                    "$ref": "81"
                                  },
                                  "receipt": "sample string 3",
                                  "processed": 1
                                },
                                {
                                  "$ref": "88"
                                }
                              ],
                              "payments": [
                                {
                                  "$ref": "80"
                                },
                                {
                                  "$ref": "80"
                                }
                              ],
                              "cards": [
                                {
                                  "$id": "89",
                                  "id": 1,
                                  "saleHeaderID": 1,
                                  "identifier": "sample string 2",
                                  "cardType": 3,
                                  "providerName": "sample string 4"
                                },
                                {
                                  "$ref": "89"
                                }
                              ],
                              "campaignHits": [
                                {
                                  "$id": "90",
                                  "id": 1,
                                  "saleHeaderID": 2,
                                  "campaign": "sample string 3",
                                  "name": "sample string 4",
                                  "processed": 1,
                                  "campaignDescription": "sample string 5"
                                },
                                {
                                  "$ref": "90"
                                }
                              ],
                              "fuel": [
                                {
                                  "$id": "91",
                                  "id": 1,
                                  "plu": 1,
                                  "pluG_UID": "/RNPjjprVEaYe72kQeDSvg==",
                                  "pluGuid": "8e4f13fd-6b3a-4654-987b-bda441e0d2be",
                                  "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-06-03T18:32:48.9834905",
                                  "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-06-03T18:32:48.9834905",
                                  "tagNumber": "sample string 15",
                                  "trackTwoRem": "sample string 16",
                                  "transCode": 1,
                                  "transType": 1,
                                  "unitPrice": 1.0,
                                  "vehicleReg": "sample string 17",
                                  "offline": true,
                                  "processed": 1
                                },
                                {
                                  "$ref": "91"
                                }
                              ],
                              "fuelResells": [
                                {
                                  "$id": "92",
                                  "saleItemID": 1,
                                  "saleHeaderID": 2,
                                  "plu": 1,
                                  "pluG_UId": "eYHzchHumkyc9sbMdtyW5Q==",
                                  "pluGuid": "72f38179-ee11-4c9a-9cf6-c6cc76dc96e5",
                                  "accountID": "xFFeYvstwUmRfQVrs3/r/w==",
                                  "accountIDGuid": "625e51c4-2dfb-49c1-917d-056bb37febff",
                                  "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-06-03T18:32:48.9834905",
                                  "bestOrExpireType": 1,
                                  "refundG_UID": "B/fPWekd402PI0LjyV/5HA==",
                                  "refundGuid": "59cff707-1de9-4de3-8f23-42e3c95ff91c",
                                  "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": "92"
                                }
                              ],
                              "customerOrder": [
                                {
                                  "$id": "93",
                                  "identifier": "o3noEKhiTEO+GrWb57roLA==",
                                  "identifierGuid": "10e879a3-62a8-434c-be1a-b59be7bae82c",
                                  "id": 1,
                                  "orderNo": 2,
                                  "externalSaleIdentifier": "sample string 3",
                                  "storeID": 4,
                                  "zoneID": 5,
                                  "deptNo": 6,
                                  "customerIdentifier": "zyEdtYSeiEKxGDr9uyokWg==",
                                  "customerIdentifierGuid": "b51d21cf-9e84-4288-b118-3afdbb2a245a",
                                  "operatorNo": 1,
                                  "operatorG_UID": "N6iZES0n1EuI1Bk8K2g6+w==",
                                  "operatorGuid": "1199a837-272d-4bd4-88d4-193c2b683afb",
                                  "created": "2026-06-03T18:32:48.9834905",
                                  "ordered": "2026-06-03T18:32:48.9834905",
                                  "started": "2026-06-03T18:32:48.9834905",
                                  "completed": "2026-06-03T18:32:48.9834905",
                                  "supplied": "2026-06-03T18:32:48.9834905",
                                  "quickTicket": 1,
                                  "deleted": true,
                                  "walkAway": true,
                                  "approxWait": 1,
                                  "actualWait": 1,
                                  "deliveryMethod": 8,
                                  "externalSaleType": 9,
                                  "customer": {
                                    "$ref": "74"
                                  },
                                  "operator": {
                                    "$ref": "41"
                                  },
                                  "details": [
                                    {
                                      "$id": "94",
                                      "headerID": 1,
                                      "plu": 1,
                                      "pluG_UId": "Bpw8MVxodEmR6psAluHCRQ==",
                                      "pluGuid": "313c9c06-685c-4974-91ea-9b0096e1c245",
                                      "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": "mNHmE85FPEuB+qCIrq1T4Q==",
                                      "headerIdentifierGuid": "13e6d198-45ce-4b3c-81fa-a088aead53e1",
                                      "product": {
                                        "$ref": "3"
                                      }
                                    },
                                    {
                                      "$ref": "94"
                                    }
                                  ],
                                  "storeName": "sample string 11",
                                  "customerName": "sample string 12",
                                  "storeReplyTo": "sample string 13",
                                  "storeSubjectLine": "sample string 14",
                                  "storeSaleHeader": {
                                    "$ref": "81"
                                  }
                                },
                                {
                                  "$ref": "93"
                                }
                              ],
                              "surveyResponses": [
                                {
                                  "$id": "95",
                                  "surveyG_UID": "bKOQqqlJwkKVGR9g8bESqg==",
                                  "surveyGuid": "aa90a36c-49a9-42c2-9519-1f60f1b112aa",
                                  "saleHeaderGuid": "4xR/VdODkkqJA8uJFxYmiA==",
                                  "saleGuid": "557f14e3-83d3-4a92-8903-cb8917162688",
                                  "textResponse": "sample string 1",
                                  "integerResponse": 1,
                                  "g_UIDResponse": "tgSn8KlEG06bLnA13Uyd/A==",
                                  "guidResponse": "f0a704b6-44a9-4e1b-9b2e-7035dd4c9dfc",
                                  "whoAnswered": 2,
                                  "answeredAtUTC": "2026-06-03T18:32:48.9834905",
                                  "sale": {
                                    "$ref": "81"
                                  },
                                  "survey": {
                                    "$id": "96",
                                    "g_UID": "t/+/V5R+MkeqhIiWCDrtrQ==",
                                    "guid": "57bfffb7-7e94-4732-aa84-8896083aedad",
                                    "name": "sample string 1",
                                    "storeID": 2,
                                    "zoneID": 1,
                                    "checkoutFormG_UID": "aGcMPbk7ckegPCSY8UYcuw==",
                                    "checkoutFormGuid": "3d0c6768-3bb9-4772-a03c-2498f1461cbb",
                                    "displayToWho": 3,
                                    "displayWhen": 4,
                                    "start": "2026-06-03T18:32:48.9834905",
                                    "end": "2026-06-03T18:32:48.9834905",
                                    "deleted": true,
                                    "updated": "2026-06-03T18:32:48.9834905",
                                    "possibleIntegerResponses": [
                                      1,
                                      2
                                    ],
                                    "possibleTextResponses": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "possibleGuidResponses": [
                                      "d2a8ba5c-2b4e-402d-bbf6-def34e29738c",
                                      "ba9ea366-d309-43fa-95cf-71e8926dc53e"
                                    ],
                                    "allowsAllTextResponses": true,
                                    "surveyForm": {
                                      "$ref": "49"
                                    }
                                  },
                                  "ingressId": "sample string 4"
                                },
                                {
                                  "$ref": "95"
                                }
                              ],
                              "storeName": "sample string 39",
                              "terminalNumber": 40,
                              "machineName": "sample string 41",
                              "operatorName": "sample string 42",
                              "direction": 1,
                              "reason": "sample string 43",
                              "accountG_UID": "xTY/oA/ZokWHE0Rv7CP/1Q==",
                              "accountIdentifier": "a03f36c5-d90f-45a2-8713-446fec23ffd5",
                              "accountName": "sample string 44",
                              "customerOrderIdentifier": "fBQN/eSslUqxBJiTJ1ommQ==",
                              "customerOrderIdentifierGuid": "fd0d147c-ace4-4a95-b104-9893275a2699",
                              "priceLevelName": "sample string 45",
                              "revision": 46,
                              "ingressId": "sample string 47"
                            },
                            "metadata": {
                              "$id": "97",
                              "id": 1,
                              "paymentID": 2,
                              "paymentIdentifier": "cssZuOBmkUqxgJpFhoKy9g==",
                              "paymentIdentifierGuid": "b819cb72-66e0-4a91-b180-9a458682b2f6",
                              "identifier": "/HDoTQ++X0Wg5BaJfJPL3g==",
                              "identifierGuid": "4de870fc-be0f-455f-a0e4-16897c93cbde",
                              "metadata": "sample string 3",
                              "signatureImage": "QEA=",
                              "itemIdentifier": "vziBc7+BO0OLroBp7XECTA==",
                              "itemIdentifierGuid": "738138bf-81bf-433b-8bae-8069ed71024c"
                            }
                          },
                          {
                            "$ref": "80"
                          }
                        ]
                      },
                      {
                        "$ref": "75"
                      }
                    ],
                    "customerGroupMembers": [
                      {
                        "$ref": "79"
                      },
                      {
                        "$ref": "79"
                      }
                    ],
                    "customerGroups": [
                      {
                        "$ref": "78"
                      },
                      {
                        "$ref": "78"
                      }
                    ],
                    "accounts": [
                      {
                        "$ref": "76"
                      },
                      {
                        "$ref": "76"
                      }
                    ],
                    "account": {
                      "$ref": "76"
                    },
                    "vouchers": [
                      {
                        "$id": "98",
                        "customerIdentifier": "7TTEFThI8UuGThKimm9sJA==",
                        "customerIdentifierGuid": "15c434ed-4838-4bf1-864e-12a29a6f6c24",
                        "voucherName": "sample string 2",
                        "count": 3,
                        "storeID": 4,
                        "barcode": "sample string 5",
                        "redeemCount": 6,
                        "issueCount": 7,
                        "storeSalePaymentID": 1,
                        "idempotentID": "gTksTlsFFUuyBLJ1wFzo2g==",
                        "idempotentGuid": "4e2c3981-055b-4b15-b204-b275c05ce8da",
                        "offline": true,
                        "voucher": {
                          "$id": "99",
                          "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-06-03T18:32:48.9834905",
                          "barcodeTemplate": {
                            "$id": "100",
                            "templateID": 1,
                            "template": "sample string 1",
                            "bcFunction": "sample string 2",
                            "sortOrder": 3
                          },
                          "scaleLabel": {
                            "$id": "101",
                            "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-06-03T18:32:48.9834905",
                            "labelPageLayout": "LG0E52xB9kivE87QI5vihg==",
                            "pageLayoutGuid": "e7046d2c-416c-48f6-af13-ced0239be286",
                            "labelType": 6,
                            "oldName": "sample string 7",
                            "voucher": {
                              "$ref": "99"
                            },
                            "elements": [
                              {
                                "$id": "102",
                                "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-06-03T18:32:48.9834905"
                              },
                              {
                                "$ref": "102"
                              }
                            ]
                          },
                          "customerVouchers": [
                            {
                              "$id": "103",
                              "id": 1,
                              "customerIdentifier": "efLV4TYH6k2s3Aya7636pw==",
                              "customerIdentifierGuid": "e1d5f279-0736-4dea-acdc-0c9aefadfaa7",
                              "voucherID": 3,
                              "voucherName": "sample string 4",
                              "storeID": 1,
                              "barcode": "sample string 5",
                              "dateOfIssue": "2026-06-03T18:32:48.9834905",
                              "issuedSaleHeaderID": 1,
                              "issuedSaleIdentifier": "sample string 7",
                              "issuedOfflinePaymentID": 1,
                              "issuedIdempotentID": "KXCG+INHBEWVeR0+NLDBFg==",
                              "issuedIdempotentGuid": "f8867029-4783-4504-9579-1d3e34b0c116",
                              "issuedOffline": true,
                              "issuedUser": "sample string 9",
                              "issuedNotes": "sample string 10",
                              "expiryDate": "2026-06-03T18:32:48.9834905",
                              "expiredUser": "sample string 11",
                              "expiredNotes": "sample string 12",
                              "redeemed": "2026-06-03T18:32:48.9834905",
                              "redeemedSaleHeaderID": 1,
                              "redeemedSaleIdentifier": "sample string 13",
                              "redeemedOfflinePaymentID": 1,
                              "redeemedIdempotentID": "4WKCeC+oR02DSgdyn8XUeA==",
                              "redeemedIdempotentGuid": "788262e1-a82f-4d47-834a-07729fc5d478",
                              "redeemedUser": "sample string 14",
                              "redeemedNotes": "sample string 15",
                              "redeemedOffline": true,
                              "updated": "2026-06-03T18:32:48.9834905",
                              "storeName": "sample string 17",
                              "scaleLabel": {
                                "$ref": "101"
                              },
                              "voucher": {
                                "$ref": "99"
                              },
                              "customer": {
                                "$ref": "74"
                              },
                              "issuedOfflinePayment": {
                                "$ref": "80"
                              },
                              "redeemedOfflinePayment": {
                                "$ref": "80"
                              }
                            },
                            {
                              "$ref": "103"
                            }
                          ]
                        },
                        "customer": {
                          "$ref": "74"
                        }
                      },
                      {
                        "$ref": "98"
                      }
                    ]
                  }
                },
                {
                  "$ref": "73"
                }
              ],
              "customerGroups": [
                {
                  "$id": "104",
                  "id": 1,
                  "campaignID": 2,
                  "campaignName": "sample string 3",
                  "groupID": "Ve5F/1FWqUKabVucduBYvA==",
                  "groupIDGuid": "ff45ee55-5651-42a9-9a6d-5b9c76e058bc",
                  "campaign": {
                    "$ref": "70"
                  },
                  "group": {
                    "$ref": "78"
                  }
                },
                {
                  "$ref": "104"
                }
              ],
              "signIqTickets": [
                {
                  "$id": "105",
                  "identifier": "K7KSGMkCJEaIAflEamn4TQ==",
                  "identifierGuid": "1892b22b-02c9-4624-8801-f9446a69f84d",
                  "campaignName": "sample string 2",
                  "message": "sample string 3",
                  "ticketFileSource": "sample string 4",
                  "ticketFileDestination": "sample string 5",
                  "storeID": 1
                },
                {
                  "$ref": "105"
                }
              ],
              "comboPriceGroups": [
                {
                  "$id": "106",
                  "id": 1,
                  "campaignID": 2,
                  "campaignName": "sample string 3",
                  "g_UID": "3uBvmwOBCkWmfrnS5S73Og==",
                  "guid": "9b6fe0de-8103-450a-a67e-b9d2e52ef73a",
                  "description": "sample string 5",
                  "newPrice": 1,
                  "rangeDescription": "sample string 6",
                  "dealDescription": "sample string 7",
                  "labelQuantity": 8,
                  "hostProductCategoryID": 1,
                  "offerID": 1,
                  "dontUpdatePricePlus": true,
                  "campaign": {
                    "$ref": "70"
                  },
                  "comboPricePlus": [
                    {
                      "$id": "107",
                      "id": 1,
                      "campaignID": 2,
                      "campaignName": "sample string 3",
                      "groupG_UID": "ex4IMao2+0Oey+HsXminxw==",
                      "groupGuid": "31081e7b-36aa-43fb-9ecb-e1ec5e68a7c7",
                      "comboPriceType": 5,
                      "priceType": 5,
                      "pluG_UID": "97xS7dDc6UKlprLPFqzP3A==",
                      "pluGuid": "ed52bcf7-dcd0-42e9-a5a6-b2cf16accfdc",
                      "priceGroupG_UID": "ww+GZtykyU+iDBy8AltanA==",
                      "priceGroupGuid": "66860fc3-a4dc-4fc9-a20c-1cbc025b5a9c",
                      "campaignPoolID": "sample string 7",
                      "quantity": 1,
                      "campaign": {
                        "$ref": "70"
                      },
                      "product": {
                        "$ref": "3"
                      },
                      "priceGroup": {
                        "$ref": "34"
                      },
                      "campaignPool": {
                        "$ref": "70"
                      }
                    },
                    {
                      "$ref": "107"
                    }
                  ]
                },
                {
                  "$ref": "106"
                }
              ],
              "priceLevels": [
                {
                  "$id": "108",
                  "id": 1,
                  "priceLevelIdentifier": "dyoyPUzGRUSsnqMKcjnxEA==",
                  "priceLevelIdentifierGuid": "3d322a77-c64c-4445-ac9e-a30a7239f110",
                  "campaignName": "sample string 3",
                  "priceLevelName": "sample string 4"
                },
                {
                  "$ref": "108"
                }
              ],
              "promotionType": {
                "$id": "109",
                "identifier": "c94tMLCjoUiSrCo6Kk23gg==",
                "identifierGuid": "302dde73-a3b0-48a1-92ac-2a3a2a4db782",
                "hostType": 2,
                "code": "sample string 3",
                "description": "sample string 4",
                "isLiquor": true,
                "isAdvertised": true,
                "disableWasSave": true,
                "excludeFromPromoSales": true,
                "labelPageLayoutG_UID": "xEJPglQjaU+Gl5kaHQEMlw==",
                "labelPageLayoutGuid": "824f42c4-2354-4f69-8697-991a1d010c97",
                "priceLevelIdentifier": "qeDZx7C5vUWiH6tKSrGBKw==",
                "priceLevelIdentifierGuid": "c7d9e0a9-b9b0-45bd-a21f-ab4a4ab1812b",
                "active": true,
                "updated": "2026-06-03T18:32:48.9834905",
                "hostName": "sample string 11"
              }
            },
            "product": {
              "$ref": "3"
            },
            "dealCost": {
              "$id": "110",
              "headerIdentifier": "A/JkobiCmk6r+PCx4fP3tA==",
              "headerIdentifierGuid": "a164f203-82b8-4e9a-abf8-f0b1e1f3f7b4",
              "identifier": "gLzMEcblzkGJNPhazsdWzA==",
              "identifierGuid": "11ccbc80-e5c6-41ce-8934-f85acec756cc",
              "supplierIdentifier": "IkGfcxP/dk2EF+hNW1JrGg==",
              "supplierGuid": "739f4122-ff13-4d76-8417-e84d5b526b1a",
              "pluG_UID": "YSi5a9hewkuUQ/he++QleQ==",
              "pluGuid": "6bb92861-5ed8-4bc2-9443-f85efbe42579",
              "campaignName": "59e5af95-12ea-4699-8a5a-a1b771137371",
              "description": "sample string 4",
              "cost": 5,
              "costDecimals": 6,
              "start": "2026-06-03T18:32:48.9834905",
              "end": "2026-06-03T18:32:48.9834905",
              "type": 9,
              "promoType": 10,
              "bonusItemPLUG_UID": "eGadLkzw8kWoRpqKwwlkTg==",
              "bonusItemPluGuid": "2e9d6678-f04c-45f2-a846-9a8ac309644e",
              "bonusPurchaseUnits": 11,
              "bonusReceiveUnits": 12,
              "updated": "2026-06-03T18:32:48.9834905",
              "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-06-03T18:32:48.9834905",
              "campaignEndDate": "2026-06-03T18:32:48.9834905",
              "masterPLUG_UID": "CVgMToHmmUmk2294GptmWw==",
              "masterID": "4e0c5809-e681-4999-a4db-6f781a9b665b",
              "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": "57xfiaw6M0W4w4Q/12+hkQ==",
              "bonusMasterID": "895fbce7-3aac-4533-b8c3-843fd76fa191",
              "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-06-03T18:32:48.9834905",
          "dealCosts": [
            {
              "$ref": "110"
            },
            {
              "$ref": "110"
            }
          ],
          "tags": [
            {
              "$id": "111",
              "pluG_UID": "RGXjt0oCjECp7S5v8mKjmw==",
              "pluGuid": "b7e36544-024a-408c-a9ed-2e6ff262a39b",
              "tagID": 1,
              "description": "sample string 1",
              "storeIDs": [
                1,
                2
              ]
            },
            {
              "$ref": "111"
            }
          ],
          "alternateProductG_UID": "3alTeyzKAUWnS9GyJg5e3A==",
          "alternateProduct": "7b53a9dd-ca2c-4501-a74b-d1b2260e5edc",
          "altProduct": {
            "$ref": "3"
          },
          "productHostCode": {
            "$id": "112",
            "id": 1,
            "pluG_UID": "zT0Wpk6FEE64WCA6yZsj6w==",
            "pluGuid": "a6163dcd-854e-4e10-b858-203ac99b23eb",
            "ibaCode": "sample string 2"
          },
          "mscCat": {
            "$ref": "64"
          },
          "mscCom": {
            "$ref": "65"
          },
          "mscDep": {
            "$ref": "67"
          },
          "mscSubCom": {
            "$ref": "66"
          },
          "isUserUpdate": true,
          "ignoreMasterProduct": true,
          "priceGroupLabelRequested": true,
          "firstSold": "2026-06-03T18:32:48.9834905",
          "inventoryTracked": "2026-06-03T18:32:48.9834905",
          "isNormalPriceChangesCampaign": true,
          "baseProductFuel": {
            "$id": "113",
            "pluG_UID": "BZLFTnugmUyBIgmx+52FBw==",
            "pluGuid": "4ec59205-a07b-4c99-8122-09b1fb9d8507",
            "fuelPluG_UID": "qUyK0apb/kuKGtfL0nOT0g==",
            "fuelPluGuid": "d18a4ca9-5baa-4bfe-8a1a-d7cbd27393d2",
            "price": 3,
            "productDescription": "sample string 4",
            "productBarcode": "sample string 5",
            "fuelProductDescription": "sample string 6",
            "fuelProductBarcode": "sample string 7",
            "fuelProductPrice": 8
          },
          "productFuelLinks": [
            {
              "$ref": "113"
            },
            {
              "$ref": "113"
            }
          ]
        },
        "input": {
          "$ref": "1"
        },
        "unknownScan": {
          "$id": "114",
          "id": 1,
          "headerIdentifier": "JXkIFIcZXEyXa/Hw74Uxbw==",
          "headerIdentifierGuid": "14087925-1987-4c5c-976b-f1f0ef85316f",
          "inputIdentifier": "qZcTWDBSPkOJl2jPAu7Kdg==",
          "inputIdentifierGuid": "581397a9-5230-433e-8997-68cf02eeca76",
          "detailID": 1,
          "pluG_UID": "E4977TGfv02J22eyay1cHA==",
          "pluGuid": "ed7b8f13-9f31-4dbf-89db-67b26b2d5c1c",
          "barcode": "sample string 2",
          "scanned": "2026-06-03T18:32:48.9834905"
        }
      },
      {
        "$ref": "2"
      }
    ]
  },
  {
    "$ref": "1"
  }
]

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

text/csv

Sample:

Sample not available.

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PK��\�2ٵ5xl/workbook.xml �(�����0�w$�!����U�ԅ��ݤ���(	*�O�����|�����ӹ�|�dc:�R�-cQ(4OΣ�;邁�ex1'��;�6h�TU�N���Qi�J��}@�BLfZQ�����4{h�c����.&ak���x��E;�CJ�s:z�$�:wY���D]C=ȼ��;�����PK��\����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
��\�+B[''_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="R8418f425aa144ff1" /></Relationships>PK��\++��}Uxl/worksheets/sheet1.xml �(���]S�@��
�}a�~����VS�֪��5M�a�h����lY�&�yϞ=<�!��/��{��"ɶS�{�v�-����*W��~6�e��bǥ��mq�O�uY>��a�X�iT�c���VY�F�~�?��j�,��l���2��0�7Q��*��c����V��Ѳj!�J�Q��g�e�����x5�?��=�p6��I�+:���N~gٟ�����G�y��M�-�U�)��y�<�K=$Ve٦��zi����K��,���WPı�OE���C�>�p�����q�)�H�Pb<O�<9�8*��$��:N;ms�(�L ��Ygm�,PH��0&]��:���E ��Q&������7=�%�@�@���e����1�wa.�c��Ϋ���m)1���mPw��%8vG�Z�
E(R�*4
B�A��>��R
��H���t�&��V��B�!�"���)���q'�QX��)3�8\�FF�o����Ј���Q�+��E���J1NA I�c��q�.
���
J� �>��p�V'�iTF�I�������_}�/���Gp�������lM|�'>
	�'N��gC�����`}���}�|H�>q1$d���O|�L��1��Ղc�� �\�Yc�7Ę�1F{gA��~� �pXc����������!���i�1Y�̽�܂��ʹ1����ʥ1��2��+Kܐ��H��{M[�o!�>���Ӻy}�[KÆ�w�P��1�������0N��5i�&#Z����zd�3�
sbj�rnAL��U.-����n�,qS��5y��dD�ח��4ljmAL�-��5�zhvP���h�ϳ������y�PK��\i�Pxl/_rels/workbook.xml.rels �(���Kn� @��f_1vP�M6ݦ����b��m��E��+�R�H]t��h~OO��|���ަ��`LC�
xŀ�7��Sp��A�n�9�s�H�0'RV|R��<?R�L��NU�ї�qҹ����6'�!]1�Ҹd�-�/3����9O��`��)���Q����R����B�d3-:ÌZXǁл��|1�z}��׵����:���]ez�>�X.�tZ�j��R6������U�����PK��\Ѓc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK��\� ���xl/sharedStrings.xml �(�}�]o�0��J�{������N�e�uW'>i�%v�Oݯǣe@��&�ϣ�='�3���w�0Vj��(	P�R����aa`�+�;�`����rn-N��"�#o��6{蹍�ʑV���;�]l\�=�]L���{.U4zT��4F%���z)�r9����<��<~>�*�V��L֣S�����;�/�N�9�;h�%��z���agd�0�9�{��}�J���ԋF
#nL�5G�v�>�3`��-�{E�t�pq̏����b9�V\
�6�e�Ou�}�����e
Ӻ��9D�dF�v�FkJX]A9�MF�j�)�2/���,i�+Q&����jk��L�l�)Ќ��$�Qg�W����8��)���E�	4�}���*�@�,m�LE%�r���:p�Ҹ;�)ޚы�I�:..���]w\��֠��&� -~Kn��+�m���F7�Ut��yD�ߎ��gE���,PK-��\�2ٵ5xl/workbook.xmlPK-��\����	��[Content_Types].xmlPK-
��\�+B[''T_rels/.relsPK-��\++��}U�xl/worksheets/sheet1.xmlPK-��\i�P�xl/_rels/workbook.xml.relsPK-��\Ѓc'2E
�xl/styles.xmlPK-��\� ���M
xl/sharedStrings.xmlPK�t

application/vnd.ms-excel

Sample:
PK��\�?x�5xl/workbook.xml �(�����0D�&�C���`�N\�z𾖭4Ж�5��$޼��ξ>Z�=���G����mC��-j�;��;i���{1+�X[��h;&ə9�!(k|�O�?,?8�Ʒ�A�J�2����S�����2k��$l	���a�Ŭ��%�!%�skJ�R�
�{����L\QdY�Ѝ��8[W_PK��\����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
��\k\�''_rels/.rels �(�<?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="Rf7e91f2713d9485b" /></Relationships>PK��\++��}Uxl/worksheets/sheet1.xml �(���]S�@��
�}a�~����VS�֪��5M�a�h����lY�&�yϞ=<�!��/��{��"ɶS�{�v�-����*W��~6�e��bǥ��mq�O�uY>��a�X�iT�c���VY�F�~�?��j�,��l���2��0�7Q��*��c����V��Ѳj!�J�Q��g�e�����x5�?��=�p6��I�+:���N~gٟ�����G�y��M�-�U�)��y�<�K=$Ve٦��zi����K��,���WPı�OE���C�>�p�����q�)�H�Pb<O�<9�8*��$��:N;ms�(�L ��Ygm�,PH��0&]��:���E ��Q&������7=�%�@�@���e����1�wa.�c��Ϋ���m)1���mPw��%8vG�Z�
E(R�*4
B�A��>��R
��H���t�&��V��B�!�"���)���q'�QX��)3�8\�FF�o����Ј���Q�+��E���J1NA I�c��q�.
���
J� �>��p�V'�iTF�I�������_}�/���Gp�������lM|�'>
	�'N��gC�����`}���}�|H�>q1$d���O|�L��1��Ղc�� �\�Yc�7Ę�1F{gA��~� �pXc����������!���i�1Y�̽�܂��ʹ1����ʥ1��2��+Kܐ��H��{M[�o!�>���Ӻy}�[KÆ�w�P��1�������0N��5i�&#Z����zd�3�
sbj�rnAL��U.-����n�,qS��5y��dD�ח��4ljmAL�-��5�zhvP���h�ϳ������y�PK��\��)�Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞8n���ݰ���=��&vd����G�
XEWb�������4����ڼM#9������V:5ؾ�S�
l֫�"��`�9��bC&���� 
N"nF�:��IĔ���BE�tQ�����L������z����iB��W�� F {�{����V$*���`W3�,u)E���j��M-�ˈ���;�dd�p�y����jxW#<���ӥs����1�\.�ʃ�Z��j��/�_PK��\Ѓc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK��\� ���xl/sharedStrings.xml �(�}�]o�0��J�{������N�e�uW'>i�%v�Oݯǣe@��&�ϣ�='�3���w�0Vj��(	P�R����aa`�+�;�`����rn-N��"�#o��6{蹍�ʑV���;�]l\�=�]L���{.U4zT��4F%���z)�r9����<��<~>�*�V��L֣S�����;�/�N�9�;h�%��z���agd�0�9�{��}�J���ԋF
#nL�5G�v�>�3`��-�{E�t�pq̏����b9�V\
�6�e�Ou�}�����e
Ӻ��9D�dF�v�FkJX]A9�MF�j�)�2/���,i�+Q&����jk��L�l�)Ќ��$�Qg�W����8��)���E�	4�}���*�@�,m�LE%�r���:p�Ҹ;�)ޚы�I�:..���]w\��֠��&� -~Kn��+�m���F7�Ut��yD�ߎ��gE���,PK-��\�?x�5xl/workbook.xmlPK-��\����	��[Content_Types].xmlPK-
��\k\�''U_rels/.relsPK-��\++��}U�xl/worksheets/sheet1.xmlPK-��\��)�P�xl/_rels/workbook.xml.relsPK-��\Ѓc'2E
�xl/styles.xmlPK-��\� ���O
xl/sharedStrings.xmlPK�v