GET api/supplierGroups?Skip={Skip}&Take={Take}&Name={Name}

Get a list of supplier groups

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Skip

integer

None.

Take

integer

None.

Name

string

None.

Body Parameters

None.

Response Information

Resource Description

PageList of matching Supplier Groups

PageListOfSupplierGroup
NameDescriptionTypeAdditional information
Type

string

None.

List

Collection of SupplierGroup

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.

Response Formats

application/json, text/json

Sample:
{
  "type": "SupplierGroup",
  "list": [
    {
      "$id": "2",
      "identifier": "2iAJVYHXfEm6s3JSwVUqsw==",
      "identifierGuid": "550920da-d781-497c-bab3-7252c1552ab3",
      "name": "sample string 1",
      "rebate": 1.0,
      "rebateType": 1,
      "rebateFrequency": 1,
      "rebateSource": 1,
      "rebateLastClaimed": "2026-06-03T18:32:28.0509069",
      "rebateLastClaimedAmount": 1.0,
      "suppliers": [
        {
          "$id": "3",
          "identifier": "O/1okqbKhE+QndVZf2N3qQ==",
          "identifierGuid": "9268fd3b-caa6-4f84-909d-d5597f6377a9",
          "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": "cS0wg+D26kO2BeW96+mmRA==",
          "primaryContactID": "83302d71-f6e0-43ea-b605-e5bdebe9a644",
          "storeID": 1,
          "abn": "sample string 16",
          "supplierGroupIdentifier": "r2xFCPKOmU27ez2x2XHs/A==",
          "supplierGroupGuid": "08456caf-8ef2-4d99-bb7b-3db1d971ecfc",
          "rebate": 1.0,
          "rebateType": 1,
          "rebateFrequency": 1,
          "rebateSource": 1,
          "rebateLastClaimed": "2026-06-03T18:32:28.0509069",
          "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": "4",
            "id": "0067c2d5-b18d-4a93-87f6-ef20769444d7",
            "identifier": "64W5Zco9/0KAfQ6MYHM7KA==",
            "identifierGuid": "65b985eb-3dca-42ff-807d-0e8c60733b28",
            "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": "5",
              "supplierIdentifier": "Qvh9irQI+U253VTl+t6N0w==",
              "supplierIdentifierGuid": "8a7df842-08b4-4df9-b9dd-54e5fade8dd3",
              "contactGuid": "StGbk8zRMUyCWJN7tQmmHw==",
              "contactID": "939bd14a-d1cc-4c31-8258-937bb509a61f",
              "contact": {
                "$ref": "4"
              },
              "supplier": {
                "$ref": "3"
              }
            },
            {
              "$ref": "5"
            }
          ],
          "products": [
            {
              "$id": "6",
              "pluG_UID": "tuTsLpUn/0WOxRsvsI6EZg==",
              "pluGuid": "2eece4b6-2795-45ff-8ec5-1b2fb08e8466",
              "supplierIdentifier": "RPeNaObanEO/EEGmSW3E8g==",
              "supplierIdentifierGuid": "688df744-dae6-439c-bf10-41a6496dc4f2",
              "cartonQuantity": 1,
              "cartonQuantityChanged": true,
              "productSize": "sample string 3",
              "cigarettesPerSleeve": 1,
              "randomWeight": true,
              "piecesPerUnit": 5,
              "averagePackSize": 6,
              "effectiveDate": "2026-06-03T18:32:28.0509069",
              "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:28.0509069",
              "rebate": 1.0,
              "rebateExclude": true,
              "invoiceCodes": [
                {
                  "$id": "7",
                  "pluG_UID": "45tR4jU7CUyI3/dCoIkyzg==",
                  "pluGuid": "e2519be3-3b35-4c09-88df-f742a08932ce",
                  "supplierIdentifier": "8LKSzlvMzUWcuxRfqSUR1Q==",
                  "supplierIdentifierGuid": "ce92b2f0-cc5b-45cd-9cbb-145fa92511d5",
                  "invoiceCode": "sample string 1",
                  "storeIDs": [
                    1,
                    2
                  ]
                },
                {
                  "$ref": "7"
                }
              ],
              "storeIDs": [
                1,
                2
              ],
              "preferredSupplier": true,
              "preferredRebateSupplier": true,
              "supplierName": "sample string 42",
              "salesMode": 43,
              "orderPacked": true,
              "active": true,
              "price": 1,
              "costGstPercent": 45,
              "parentPluG_UID": "d95z1SR6cEWHpRlimf17iA==",
              "parentPluGuid": "d573de77-7a24-4570-87a5-196299fd7b88",
              "freight": 46.0,
              "freightType": 1,
              "product": {
                "$id": "8",
                "plu": 1,
                "storeID": 1,
                "masterPluG_UID": "QEA=",
                "storeIDs": [
                  1,
                  2
                ],
                "g_UId": "oyb/4rF5+EebKJwLVE+VKw==",
                "guid": "e2ff26a3-79b1-47f8-9b28-9c0b544f952b",
                "apn": "sample string 1",
                "apnChanged": true,
                "apnSwitched": true,
                "barcode": "sample string 4",
                "itemNumber": "sample string 5",
                "itemNumberChanged": true,
                "priceGroupG_UID": "7rJ5tGDZY0iIa9ze82whUQ==",
                "priceGroupGuid": "b479b2ee-d960-4863-886b-dcdef36c2151",
                "blueprintID": 1,
                "lastCountedDate": "2026-06-03T18:32:28.0509069",
                "externalID": "sample string 7",
                "active": true,
                "activated": "2026-06-03T18:32:28.0509069",
                "pluCreated": "2026-06-03T18:32:28.0509069",
                "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:28.0509069",
                "lastManualUpdate": "2026-06-03T18:32:28.0509069",
                "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:28.0509069",
                "currentCostUpdated": "2026-06-03T18:32:28.0509069",
                "costDecimals": 31,
                "costChanged": true,
                "dealCostIdentifier": "QEA=",
                "excludeFromRebate": true,
                "rebateOverride": 1,
                "costCalcMethod": 32,
                "costCalcMethodChanged": true,
                "costEffectiveDate": "2026-06-03T18:32:28.0509069",
                "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:28.0509069",
                "posTare": 1,
                "altPrice": 1.0,
                "altPriceChanged": true,
                "altPriceMode": 53,
                "altPriceModeChanged": true,
                "altPLUG_UID": "CHzgUQqunEiBTN9q0Bcecw==",
                "altPLUGuid": "51e07c08-ae0a-489c-814c-df6ad0171e73",
                "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:28.0509069",
                "labelLastPrice": 1,
                "shelfPageLayoutG_UID": "yBoAxOREdEaxGl+FVzXoqQ==",
                "shelfPageLayoutGuid": "c4001ac8-44e4-4674-b11a-5f855735e8a9",
                "talkerPageLayoutG_UID": "pok2nGDBbku50kR/gs67Xg==",
                "talkerPageLayoutGuid": "9c3689a6-c160-4b6e-b9d2-447f82cebb5e",
                "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": "iDsGnX/w2UiSqQLqwKpqnA==",
                "inventoryIdentifier": "9d063b88-f07f-48d9-92a9-02eac0aa6a9c",
                "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": "F3sSU0c1kEGHaChtsU5VqA==",
                "parentPluGuid": "53127b17-3547-4190-8768-286db14e55a8",
                "preferredHostVendor": 105,
                "preferredHostChanged": true,
                "code": "sample string 107",
                "supplierIdentifier": "zkBfS2ixVk2cJn6T0imUuw==",
                "supplierIdentifierGuid": "4b5f40ce-b168-4d56-9c26-7e93d22994bb",
                "supplierChanged": true,
                "rebateSupplierIdentifier": "SLo+helKvUqjOHF/MDz+Hw==",
                "rebateSupplierIdentifierGuid": "853eba48-4ae9-4abd-a338-717f303cfe1f",
                "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:28.0509069",
                "commodity": "sample string 122",
                "businessPillar": "sample string 123",
                "mscCommodity": "sample string 124",
                "hostIdentifier": "EvbbxdOTd0+HUgVpSFrCcw==",
                "hostIdentifierGuid": "c5dbf612-93d3-4f77-8752-0569485ac273",
                "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": "8"
                  },
                  {
                    "$ref": "8"
                  }
                ],
                "store": {
                  "$id": "9",
                  "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:28.0509069",
                  "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": "2wAhxP+NqkWxbTlKSEdrgw==",
                  "hostIdentifierGuid": "c42100db-8dff-45aa-b16d-394a48476b83",
                  "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:28.0509069",
                  "priceZone": {
                    "$id": "10",
                    "id": 1,
                    "name": "sample string 2",
                    "hostIdentifier": "bdo/GhX6v0m1ASReenq07w==",
                    "hostIdentifierGuid": "1a3fda6d-fa15-49bf-b501-245e7a7ab4ef",
                    "sortOrder": 3,
                    "zoneMasterStoreID": 1,
                    "electedMasterStoreID": 1,
                    "containsElectedMasterStore": true
                  },
                  "priceZoneName": "sample string 51",
                  "storeFuelConfigured": true,
                  "shippingAddressCopied": true,
                  "shippingAddress": {
                    "$id": "11",
                    "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": "11"
                  },
                  "warehouseStore": {
                    "$id": "12",
                    "storeID": 1,
                    "warehouseStoreID": 2,
                    "storeName": "sample string 3",
                    "warehouseName": "sample string 4"
                  },
                  "hostStoreSettings": [
                    {
                      "$id": "13",
                      "id": 1,
                      "hostIdentifier": "eIwPc07yPUuBAOgcnIgdzg==",
                      "hostIdentifierGuid": "730f8c78-f24e-4b3d-8100-e81c9c881dce",
                      "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": "14",
                        "identifier": "UpXNuD02PUKmeblwitMWKg==",
                        "identifierGuid": "b8cd9552-363d-423d-a679-b9708ad3162a",
                        "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": "k0LWj3fDdUqugsiNi3eBSQ==",
                        "hostSupplierIdentifierGuid": "8fd64293-c377-4a75-ae82-c88d8b778149",
                        "loyaltyPriceLevelIdentifier": "Ut1YjmhNSU+1nsNVpMcJ1A==",
                        "loyaltyPriceLevelIdentifierGuid": "8e58dd52-4d68-4f49-b59e-c355a4c709d4",
                        "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:28.0509069",
                        "lastProcessed": "2026-06-03T18:32:28.0509069",
                        "hold": true,
                        "supplierName": "sample string 35",
                        "supplier": {
                          "$ref": "3"
                        },
                        "files": [
                          {
                            "$id": "15",
                            "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:28.0509069",
                            "processed": "2026-06-03T18:32:28.0509069",
                            "isProcessing": true,
                            "processedCount": 6,
                            "processingTime": 1,
                            "collectedUtc": "2026-06-03T18:32:28.0509069",
                            "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": "14"
                            },
                            "metcashHeader": {
                              "$id": "16",
                              "customerNumber": "sample string 1",
                              "creationDate": "2026-06-03T18:32:28.0509069",
                              "businessPillar": "sample string 3",
                              "fileType": "sample string 4"
                            }
                          },
                          {
                            "$ref": "15"
                          }
                        ],
                        "zoneMatrix": [
                          {
                            "$id": "17",
                            "id": 1,
                            "hostIdentifier": "1LCESW7+hEqsN3kJZDqKfA==",
                            "hostIdentifierGuid": "4984b0d4-fe6e-4a84-ac37-7909643a8a7c",
                            "storeID": 1,
                            "departmentCode": "sample string 2",
                            "hostGuids": [
                              "b7390f7a-5f4a-4770-8516-4bd959e21c8b",
                              "e7e60457-50b1-4389-a91c-bc7c3f512429"
                            ]
                          },
                          {
                            "$ref": "17"
                          }
                        ],
                        "hostFileStoreSetting": {
                          "$ref": "13"
                        },
                        "hostStoreSettings": [
                          {
                            "$ref": "13"
                          },
                          {
                            "$ref": "13"
                          }
                        ],
                        "promotionPlacements": [
                          {
                            "$id": "18",
                            "identifier": "w+/GZ9Q3S0eTNzQgWYCMqg==",
                            "identifierGuid": "67c6efc3-37d4-474b-9337-342059808caa",
                            "code": "sample string 2",
                            "description": "sample string 3",
                            "isAdvertised": true
                          },
                          {
                            "$ref": "18"
                          }
                        ],
                        "promoTypeGuids": [
                          "2b9f4519-8a4b-4718-b965-3a3517b8a053",
                          "a7852fca-dc46-4ee8-b8e7-e46d9fd80abc"
                        ],
                        "isPromotionOnly": false,
                        "isOrderable": false,
                        "vendor": 0
                      },
                      "groupIDs": [
                        1,
                        2
                      ],
                      "hostDescription": "sample string 27"
                    },
                    {
                      "$ref": "13"
                    }
                  ],
                  "accounts": [
                    {
                      "$id": "19",
                      "id": 1,
                      "storeID": 1,
                      "accountName": "sample string 2",
                      "bsb": "sample string 3",
                      "accountNumber": "sample string 4",
                      "accountDesignated": true
                    },
                    {
                      "$ref": "19"
                    }
                  ],
                  "sales": [
                    {
                      "$id": "20",
                      "id": 1,
                      "storeID": 1,
                      "externalSalesType": 2,
                      "ftpSiteID": 1,
                      "lastSaleProcessed": "2026-06-03T18:32:28.0509069",
                      "ftpSite": {
                        "$id": "21",
                        "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": "20"
                    }
                  ],
                  "suppliedStores": [
                    1,
                    2
                  ],
                  "zoneMatrix": [
                    {
                      "$ref": "17"
                    },
                    {
                      "$ref": "17"
                    }
                  ],
                  "cashManagements": [
                    {
                      "$id": "22",
                      "id": 1,
                      "storeID": 1,
                      "cashManagementType": 2,
                      "apiID": 1,
                      "organisationID": "sample string 3",
                      "siteName": "sample string 4",
                      "thirdPartyAPI": {
                        "$id": "23",
                        "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": "22"
                    }
                  ],
                  "updateStoreID": "46e10fa4-f444-43c7-b2ea-98ebf3a49236",
                  "updateStore": {
                    "$id": "24",
                    "id": "49901290-c756-437b-87f6-7d869c35a6ad",
                    "name": "sample string 1",
                    "lastActivity": "2026-06-03T18:32:28.0509069",
                    "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:28.0509069"
                  },
                  "timeZoneId": "sample string 54",
                  "securityOptions": {
                    "$id": "25",
                    "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": "26",
                    "pluG_UID": "UmRn+zmj0EOkQahRyI6snQ==",
                    "pluGuid": "fb676452-a339-43d0-a441-a851c88eac9d",
                    "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:28.0509069"
                  },
                  {
                    "$ref": "26"
                  }
                ],
                "currentPrices": {
                  "$id": "27",
                  "pluPrices": {
                    "$id": "28",
                    "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:28.0509069",
                    "priceChangeType": 0,
                    "costDecimals": 11,
                    "costCalcMethod": 12,
                    "targetCampaignPriceGtOrEquNormal": true
                  },
                  "normalPluPrices": {
                    "$ref": "28"
                  },
                  "winningCampaign": 1,
                  "winner": {
                    "$id": "29",
                    "campaignName": "sample string 1",
                    "campaignDescription": "sample string 2",
                    "talkerText": "sample string 3",
                    "disableWasSave": true,
                    "startDate": "2026-06-03T18:32:28.0509069",
                    "startTime": 5,
                    "endDate": "2026-06-03T18:32:28.0509069",
                    "endTime": 6,
                    "newPrice": 7,
                    "newCost": 8,
                    "newCostDecimals": 9,
                    "pctDiscount": 10,
                    "promoType": 1,
                    "promotionTypeCode": "sample string 11",
                    "hostType": 12,
                    "hostIdentifier": "cozgMYevsE+Oj7UiDTphzQ==",
                    "hostIdentifierGuid": "31e08c72-af87-4fb0-8e8f-b5220d3a61cd",
                    "storeNames": [
                      "sample string 1",
                      "sample string 2"
                    ]
                  },
                  "details": [
                    {
                      "$ref": "29"
                    },
                    {
                      "$ref": "29"
                    }
                  ]
                },
                "tray": {
                  "$id": "30",
                  "g_UId": "VB7ZsK7xwkKu2dJjCz4nlw==",
                  "guid": "b0d91e54-f1ae-42c2-aed9-d2630b3e2797",
                  "name": "sample string 1",
                  "number": 1,
                  "tare": 1
                },
                "priceGroup": {
                  "$id": "31",
                  "priceGroupG_UID": "9xnRzxBG60qYv1OSMQBRqg==",
                  "priceGroupGuid": "cfd119f7-4610-4aeb-98bf-5392310051aa",
                  "name": "sample string 2",
                  "code": 1,
                  "modified": true,
                  "updated": "2026-06-03T18:32:28.0509069",
                  "buyingLimit": 1,
                  "buyingLimitIndependent": true,
                  "buyingLimitType": 0,
                  "number": 1,
                  "products": [
                    {
                      "$ref": "8"
                    },
                    {
                      "$ref": "8"
                    }
                  ],
                  "productCount": 1
                },
                "priceGroupName": "sample string 147",
                "nutrifacts": {
                  "$id": "32",
                  "pluG_UID": "wRBcxJJkSEOmjeQDyLb5uw==",
                  "pluGuid": "c45c10c1-6492-4348-a68d-e403c8b6f9bb",
                  "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": "33",
                  "pluGuid": "8ccc0eaa-3135-432f-b591-49154aa75597",
                  "created": "2026-06-03T18:32:28.0509069",
                  "createdByUser": "sample string 1",
                  "activated": "2026-06-03T18:32:28.0509069",
                  "activatedByUser": "sample string 2",
                  "deactivated": "2026-06-03T18:32:28.0509069",
                  "deactivatedByUser": "sample string 3",
                  "lastOrdered": "2026-06-03T18:32:28.0509069",
                  "lastOrderedQty": 4.0,
                  "lastReceived": "2026-06-03T18:32:28.0509069",
                  "lastReceivedQty": 5.0,
                  "lastInvoiceStatus": 1,
                  "lastCounted": "2026-06-03T18:32:28.0509069",
                  "lastSold": "2026-06-03T18:32:28.0509069",
                  "firstSold": "2026-06-03T18:32:28.0509069",
                  "awsUpdated": "2026-06-03T18:32:28.0509069",
                  "lastManualUpdate": "2026-06-03T18:32:28.0509069",
                  "lastManualUpdatedByUser": "sample string 7",
                  "lastUpdated": "2026-06-03T18:32:28.0509069",
                  "lastUpdatedByUser": "sample string 9",
                  "lastUpdatedByHost": "2026-06-03T18:32:28.0509069",
                  "doNotRangeUpdated": "2026-06-03T18:32:28.0509069",
                  "doNotOrderUpdated": "2026-06-03T18:32:28.0509069",
                  "tracked": "2026-06-03T18:32:28.0509069"
                },
                "allergens": [
                  {
                    "$id": "34",
                    "primaryKey": {
                      "$id": "35",
                      "pluGuid": "242d8dea-4d89-4b73-9dee-844659501e57",
                      "contains": 2
                    },
                    "allergenID": 1,
                    "pluG_UID": "6o0tJIlNc0ud7oRGWVAeVw==",
                    "pluGuid": "242d8dea-4d89-4b73-9dee-844659501e57",
                    "contains": 2,
                    "allergenName": "sample string 3",
                    "storeIDs": [
                      1,
                      2
                    ]
                  },
                  {
                    "$ref": "34"
                  }
                ],
                "costs": {
                  "$id": "36",
                  "pluG_UID": "++1cINXcE0Oa6nKmQNLlHw==",
                  "pluGuid": "205cedfb-dcd5-4313-9aea-72a640d2e51f",
                  "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:28.0509069",
                  "normalCost": 1,
                  "currentCost": 1
                },
                "sales": [
                  {
                    "$id": "37",
                    "saleHeaderID": 1,
                    "created": "2026-06-03T18:32:28.0509069",
                    "createdLocal": "2026-06-03T18:32:28.0509069",
                    "storeID": 3,
                    "storeName": "sample string 4",
                    "operatorG_Uid": "jnL/RV9BRUS9HiDWXkOOIg==",
                    "operatorGuid": "45ff728e-415f-4445-bd1e-20d65e438e22",
                    "operatorName": "sample string 5",
                    "tranType": 1,
                    "plu": 1,
                    "pluG_UId": "olJRYOAWL0mvUgOhTQhzOQ==",
                    "pluGuid": "605152a2-16e0-492f-af52-03a14d087339",
                    "normalPrice": 1,
                    "totalCents": 1,
                    "cost": 1,
                    "grossProfit": 1,
                    "quantity": 1,
                    "operator": {
                      "$id": "38",
                      "id": 1,
                      "g_Uid": "1mpg5Z6Vs0iiiEH4I0kEGA==",
                      "guid": "e5606ad6-959e-48b3-a288-41f823490418",
                      "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:28.0509069",
                      "passwordResetRequired": true,
                      "alteredInStore": true,
                      "startShift": "2026-06-03T18:32:28.0509069",
                      "endShift": "2026-06-03T18:32:28.0509069",
                      "machineName": "sample string 20",
                      "drawerID": 1,
                      "stores": [
                        {
                          "$id": "39",
                          "operatorG_UID": "dyxbHwrgAEmedk+s8NqiJA==",
                          "operatorGuid": "1f5b2c77-e00a-4900-9e76-4facf0daa224",
                          "storeID": 2,
                          "operator": {
                            "$ref": "38"
                          },
                          "store": {
                            "$ref": "9"
                          }
                        },
                        {
                          "$ref": "39"
                        }
                      ]
                    }
                  },
                  {
                    "$ref": "37"
                  }
                ],
                "apns": [
                  {
                    "$id": "40",
                    "pluID": 1,
                    "pluG_UID": "HNyb0buzUUWO/OrojwsBeQ==",
                    "pluGuid": "d19bdc1c-b3bb-4551-8efc-eae88f0b0179",
                    "apn": "sample string 1",
                    "deleted": true,
                    "storeID": 1,
                    "storeIDs": [
                      1,
                      2
                    ]
                  },
                  {
                    "$ref": "40"
                  }
                ],
                "tuns": [
                  {
                    "$id": "41",
                    "pluG_UId": "6IsdwoeXC0aeDBkCvVdtbw==",
                    "pluGuid": "c21d8be8-9787-460b-9e0c-1902bd576d6f",
                    "apn": "sample string 1",
                    "tun": "sample string 2",
                    "cartonQuantity": 3,
                    "product": {
                      "$ref": "8"
                    },
                    "storeIDs": [
                      1,
                      2
                    ]
                  },
                  {
                    "$ref": "41"
                  }
                ],
                "competitionPricing": [
                  {
                    "$id": "42",
                    "identifier": "PlcoK6FvuU+1mACbeXl0rA==",
                    "identifierGuid": "2b28573e-6fa1-4fb9-b598-009b797974ac",
                    "pluG_UID": "QuFmx9m4CEqDiw7KgyAqdg==",
                    "pluGuid": "c766e142-b8d9-4a08-838b-0eca83202a76",
                    "competitionID": 1,
                    "name": "sample string 2",
                    "sellMultiple": 3,
                    "retailPrice": 4,
                    "storeName": "sample string 5"
                  },
                  {
                    "$ref": "42"
                  }
                ],
                "supplier": {
                  "$ref": "3"
                },
                "supplierName": "sample string 148",
                "children": [
                  {
                    "$ref": "8"
                  },
                  {
                    "$ref": "8"
                  }
                ],
                "ordering": {
                  "$ref": "6"
                },
                "flipChartPages": [
                  {
                    "$id": "43",
                    "identifier": "g/3PHgZFGku9qEmZK/1t1Q==",
                    "groupName": "sample string 1",
                    "identifierGuid": "1ecffd83-4506-4b1a-bda8-49992bfd6dd5",
                    "exists": true,
                    "flipChartIdentifier": "jw0V8jlZZ0yij0CzKaXjPQ==",
                    "flipChartIdentifierGuid": "f2150d8f-5939-4c67-a28f-40b329a5e33d",
                    "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": "NKfeFeioIEu3cXfd281ZgA==",
                    "groupIdentifierGuid": "15dea734-a8e8-4b20-b771-77dddbcd5980",
                    "flipChart": {
                      "$id": "44",
                      "identifier": "XqmaR33dc0SUwi2+LdEyjw==",
                      "identifierGuid": "479aa95e-dd7d-4473-94c2-2dbe2dd1328f",
                      "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": "45",
                        "identifier": "uyhGk4lyg0qzWHtVxP0b7Q==",
                        "identifierGuid": "934628bb-7289-4a83-b358-7b55c4fd1bed",
                        "name": "sample string 2",
                        "formType": "sample string 3",
                        "forms": [
                          {
                            "$id": "46",
                            "id": 1,
                            "g_UID": "Q8Kbd6PgaEmLJ5mRqMFLpQ==",
                            "guid": "779bc243-e0a3-4968-8b27-9991a8c14ba5",
                            "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": "Oj6aKy6zkEG/V92Bc/8suw==",
                            "previousFormGuid": "2b9a3e3a-b32e-4190-bf57-dd8173ff2cbb",
                            "nextForm": 1,
                            "nextFormG_UID": "VL/vHympUUyavf1bvObudQ==",
                            "nextFormGuid": "1fefbf54-a929-4c51-9abd-fd5bbce6ee75",
                            "attributes": "sample string 10",
                            "updated": "2026-06-03T18:32:28.0509069",
                            "positioning": 1,
                            "contentPanel": "sample string 11",
                            "selectionMode": 1,
                            "maximumSelections": 1,
                            "alteredInStore": true,
                            "deleted": true,
                            "blueprintID": 1,
                            "preserveLayout": true,
                            "mainCheckoutFormName": "sample string 13",
                            "nextCheckoutForm": {
                              "$ref": "46"
                            },
                            "previousCheckoutForm": {
                              "$ref": "46"
                            },
                            "buttons": [
                              {
                                "$id": "47",
                                "id": 1,
                                "checkoutFormID": 2,
                                "checkoutFormG_UID": "FFRBo38EckqYO5Y4HBNSnA==",
                                "checkoutFormGuid": "a3415414-047f-4a72-983b-96381c13529c",
                                "identifier": "oFBQCDmJtkCDb7RiXGWM3w==",
                                "identifierGuid": "085050a0-8939-40b6-836f-b4625c658cdf",
                                "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": "G3ntbJJ9ME22Uv7Mv+Y+lQ==",
                                "valueGuid": "6ced791b-7d92-4d30-b652-feccbfe63e95",
                                "buttonText": "sample string 10",
                                "valueText": "sample string 11",
                                "drawImageAndButton": true,
                                "updated": "2026-06-03T18:32:28.0509069",
                                "action": "sample string 12",
                                "valueForm": {
                                  "$ref": "46"
                                },
                                "image": {
                                  "$id": "48",
                                  "name": "sample string 3.sample string 4",
                                  "imageID": 2,
                                  "imageName": "sample string 3",
                                  "imageExtension": "sample string 4",
                                  "lastUpdate": "2026-06-03T18:32:28.0509069",
                                  "imageData": "QEA=",
                                  "readOnly": true
                                }
                              },
                              {
                                "$ref": "47"
                              }
                            ],
                            "panels": [
                              {
                                "$id": "49",
                                "id": 1,
                                "checkoutFormID": 2,
                                "checkoutFormG_UID": "curEWjxin06nJoT9WqM/Fw==",
                                "checkoutFormGuid": "5ac4ea72-623c-4e9f-a726-84fd5aa33f17",
                                "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": "49"
                              }
                            ]
                          },
                          {
                            "$ref": "46"
                          }
                        ],
                        "panels": [
                          {
                            "$ref": "49"
                          },
                          {
                            "$ref": "49"
                          }
                        ]
                      },
                      "pages": [
                        {
                          "$ref": "43"
                        },
                        {
                          "$ref": "43"
                        }
                      ]
                    },
                    "contentPanel": {
                      "$ref": "49"
                    },
                    "products": [
                      {
                        "$id": "50",
                        "flipChartPageIdentifier": "ffs1vc5InkSut196apx6gQ==",
                        "flipChartPageIdentifierGuid": "bd35fb7d-48ce-449e-aeb7-5f7a6a9c7a81",
                        "pluG_UID": "TWGWWFgvzE2PMzRx4Nrx0g==",
                        "pluGuid": "5896614d-2f58-4dcc-8f33-3471e0daf1d2",
                        "sortOrder": 3,
                        "sent": true,
                        "productChanged": true,
                        "productImageName": "sample string 6",
                        "productShowImageOnFlipCharts": true,
                        "productShowTextOnFlipCharts": true,
                        "productOverrideFlipChartText": true,
                        "productFlipChartText": "sample string 10",
                        "product": {
                          "$ref": "8"
                        },
                        "departmentSortOrder": 11,
                        "subDepartmentName": "sample string 12"
                      },
                      {
                        "$ref": "50"
                      }
                    ],
                    "productCount": 27,
                    "pages": [
                      {
                        "$ref": "43"
                      },
                      {
                        "$ref": "43"
                      }
                    ]
                  },
                  {
                    "$ref": "43"
                  }
                ],
                "priceHistory": [
                  {
                    "$id": "51",
                    "pluG_UID": "eu7tpWe6yUqC6paRdXvoEg==",
                    "pluGuid": "a5edee7a-ba67-4ac9-82ea-9691757be812",
                    "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:28.0509069",
                    "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": "51"
                  }
                ],
                "ingredients": [
                  {
                    "$id": "52",
                    "pluG_UID": "t3xyaUpbSkuoxipqJ0iONg==",
                    "ingredientGuid": "cBBbsYQa5E6MTBwEkgOGRg==",
                    "ingredientIdentifier": "b15b1070-1a84-4ee4-8c4c-1c0492038646",
                    "quantity": 1.0,
                    "storeIDs": [
                      1,
                      2
                    ],
                    "ingredientText": "sample string 1",
                    "ingredient": {
                      "$ref": "8"
                    }
                  },
                  {
                    "$ref": "52"
                  }
                ],
                "bins": [
                  {
                    "$id": "53",
                    "pluG_UID": "EOMieXIaLkus76kJQPsAww==",
                    "pluGuid": "7922e310-1a72-4b2e-acef-a90940fb00c3",
                    "shelfLocationIdentifier": "IiZ4RaJfBUieFQKdi/qMQA==",
                    "shelfLocationGuid": "45782622-5fa2-4805-9e15-029d8bfa8c40",
                    "labelShelfDefault": 1,
                    "labelTalkerDefault": 1,
                    "labelSmall": true,
                    "labelPageLayoutG_UID": "M/nUD6efNUaxZFNA2Zykeg==",
                    "labelPageLayoutGuid": "0fd4f933-9fa7-4635-b164-5340d99ca47a",
                    "updated": "2026-06-03T18:32:28.0509069",
                    "electronicShelfLabelIdentifier": "sample string 5",
                    "electronicshelfLabelsConfigurationID": 6,
                    "labelShelfChanged": true,
                    "productName": "sample string 8",
                    "locationText": "sample string 9",
                    "product": {
                      "$ref": "8"
                    },
                    "location": {
                      "$id": "54",
                      "identifier": "ZkVsPFgpjUqb85f3DwJROg==",
                      "storeID": 1,
                      "identifierGuid": "3c6c4566-2958-4a8d-9bf3-97f70f02513a",
                      "name": "sample string 2",
                      "haccp": true,
                      "blueprintID": 1,
                      "updated": "2026-06-03T18:32:28.0509069",
                      "minTemp": 1,
                      "maxTemp": 1,
                      "checkFrequency": 1,
                      "storeCaseConfiguration": 5,
                      "storeName": "sample string 6",
                      "bins": [
                        {
                          "$ref": "53"
                        },
                        {
                          "$ref": "53"
                        }
                      ]
                    }
                  },
                  {
                    "$ref": "53"
                  }
                ],
                "bin": {
                  "$ref": "53"
                },
                "scaleLocations": [
                  {
                    "$id": "55",
                    "plu": 1,
                    "pluG_UID": "lg3vQQsuEkijkhcN1p8ZDA==",
                    "pluGuid": "41ef0d96-2e0b-4812-a392-170dd69f190c",
                    "deptNo": 1,
                    "product": {
                      "$ref": "8"
                    },
                    "scaleLocation": {
                      "$id": "56",
                      "id": 1,
                      "deptNo": 1,
                      "deptCode": "sample string 2",
                      "name": "sample string 3",
                      "enabled": true,
                      "updated": "2026-06-03T18:32:28.0509069",
                      "department": {
                        "$id": "57",
                        "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": "56"
                        },
                        "subDepartments": [
                          {
                            "$id": "58",
                            "id": 1,
                            "departmentID": 2,
                            "name": "sample string 3",
                            "code": "sample string 4",
                            "departmentCode": "sample string 5",
                            "externalSales": true,
                            "minorDepartments": [
                              {
                                "$id": "59",
                                "id": 1,
                                "subDepartmentID": 2,
                                "departmentID": 3,
                                "name": "sample string 4",
                                "subDepartmentCode": "sample string 5",
                                "departmentCode": "sample string 6",
                                "code": "sample string 7",
                                "lesserDepartments": [
                                  {
                                    "$id": "60",
                                    "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:28.0509069",
                                    "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": "ATzwGFW2vEyzEb2hRseEnw==",
                                    "labelPageLayoutGuid": "18f03c01-b655-4cbc-b311-bda146c7849f",
                                    "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": "61",
                                      "dept": 1,
                                      "category": 2,
                                      "name": "sample string 3",
                                      "active": true,
                                      "mscCommodities": [
                                        {
                                          "$id": "62",
                                          "dept": 1,
                                          "category": 2,
                                          "commodity": 3,
                                          "name": "sample string 4",
                                          "active": true,
                                          "mscSubCommodities": [
                                            {
                                              "$id": "63",
                                              "dept": 1,
                                              "category": 2,
                                              "commodity": 3,
                                              "subCommodity": 4,
                                              "name": "sample string 5",
                                              "active": true,
                                              "subCommodityCode": "sample string 7"
                                            },
                                            {
                                              "$ref": "63"
                                            }
                                          ],
                                          "commodityCode": "sample string 6"
                                        },
                                        {
                                          "$ref": "62"
                                        }
                                      ],
                                      "categoryCode": "sample string 5"
                                    },
                                    "mscCom": {
                                      "$ref": "62"
                                    },
                                    "mscDep": {
                                      "$id": "64",
                                      "dept": 1,
                                      "name": "sample string 2",
                                      "active": true,
                                      "mscCategories": [
                                        {
                                          "$ref": "61"
                                        },
                                        {
                                          "$ref": "61"
                                        }
                                      ],
                                      "deptCode": "sample string 4"
                                    },
                                    "mscSubCom": {
                                      "$ref": "63"
                                    }
                                  },
                                  {
                                    "$ref": "60"
                                  }
                                ],
                                "updated": "2026-06-03T18:32:28.0509069",
                                "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": "0JL4mBUgt0yQeMMDStIgvA==",
                                "labelPageLayoutGuid": "98f892d0-2015-4cb7-9078-c3034ad220bc",
                                "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": "61"
                                },
                                "mscCom": {
                                  "$ref": "62"
                                },
                                "mscDep": {
                                  "$ref": "64"
                                },
                                "mscSubCom": {
                                  "$ref": "63"
                                }
                              },
                              {
                                "$ref": "59"
                              }
                            ],
                            "investmentBuyOverride": true,
                            "updated": "2026-06-03T18:32:28.0509069",
                            "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": "Oajptr0yg0OqtLAFLLV2zQ==",
                            "labelPageLayoutGuid": "b6e9a839-32bd-4383-aab4-b0052cb576cd",
                            "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": "61"
                            },
                            "mscCom": {
                              "$ref": "62"
                            },
                            "mscDep": {
                              "$ref": "64"
                            },
                            "mscSubCom": {
                              "$ref": "63"
                            }
                          },
                          {
                            "$ref": "58"
                          }
                        ],
                        "stores": [
                          1,
                          2
                        ],
                        "investmentBuyOverride": true,
                        "updated": "2026-06-03T18:32:28.0509069",
                        "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": "0SJJ44g3lk6cB+hKE5+XsQ==",
                        "labelPageLayoutGuid": "e34922d1-3788-4e96-9c07-e84a139f97b1",
                        "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": "61"
                        },
                        "mscCom": {
                          "$ref": "62"
                        },
                        "mscDep": {
                          "$ref": "64"
                        },
                        "mscSubCom": {
                          "$ref": "63"
                        }
                      }
                    }
                  },
                  {
                    "$ref": "55"
                  }
                ],
                "nextPrice": {
                  "$id": "65",
                  "id": 1,
                  "campaignID": 2,
                  "campaignName": "sample string 3",
                  "plu": 1,
                  "hostOfferID": 1,
                  "metcashPromotionID": "sample string 4",
                  "metcashPromotionPlacement": "sample string 5",
                  "pluG_UID": "CTbf+kmoDU6ZOrGvhIbL1A==",
                  "pluGuid": "fadf3609-a849-4e0d-993a-b1af8486cbd4",
                  "newPrice": 1,
                  "pctDiscount": 1,
                  "newCost": 1,
                  "newCostDecimals": 6,
                  "dealCostIdentifier": "0WenlPR31Ead5/CfEj3Aig==",
                  "dealCostGuid": "94a767d1-77f4-46d4-9de7-f09f123dc08a",
                  "pluName": "sample string 7",
                  "apn": "sample string 8",
                  "fuelItem": true,
                  "priceGroupG_UID": "HkVSP00QnkaSQHi8HI9htw==",
                  "priceGroupGuid": "3f52451e-104d-469e-9240-78bc1c8f61b7",
                  "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:28.0509069",
                  "rrp": 28,
                  "campaignDescription": "sample string 29",
                  "hostCampaign": true,
                  "hostIdentifier": "QEA=",
                  "hostIdentifierGuid": "b40f7119-8e11-4ef4-a02c-d23bff824c89",
                  "campaignComboPriceGroupG_UID": "Qpb2Nff0C0CjJP4oUxQMkQ==",
                  "campaignComboPriceGroupIdentifier": "35f69642-f4f7-400b-a324-fe2853140c91",
                  "promotionPlacementDescription": "sample string 31",
                  "storeAcceptances": [
                    {
                      "$id": "66",
                      "plu": 1,
                      "pluG_UId": "QEA=",
                      "campaignID": 1,
                      "campaignName": "sample string 2",
                      "storeID": 3,
                      "acceptedUtc": "2026-06-03T18:32:28.0509069",
                      "operatorG_UID": "VuSyCZNnT0mJaX4hJhiCTA==",
                      "operatorGuid": "09b2e456-6793-494f-8969-7e212618824c",
                      "machineID": 1,
                      "processed": true,
                      "appliedUtc": "2026-06-03T18:32:28.0509069",
                      "signIqTicketFileMovedUtc": "2026-06-03T18:32:28.0509069",
                      "user": "sample string 6",
                      "campaignDescription": "sample string 7",
                      "productDesc": "sample string 8",
                      "storeName": "sample string 9",
                      "effectiveUtc": "2026-06-03T18:32:28.0509069",
                      "priceChangeType": 0,
                      "operatorName": "sample string 10",
                      "hostCampaign": true,
                      "hostIdentifier": "QEA=",
                      "hostIdentifierGuid": "2ad99a6f-5434-4e4f-a78a-cbbe46e767e8",
                      "product": {
                        "$ref": "8"
                      },
                      "campaignPlu": {
                        "$ref": "65"
                      },
                      "fuelItem": true
                    },
                    {
                      "$ref": "66"
                    }
                  ],
                  "campaign": {
                    "$id": "67",
                    "id": 1,
                    "storeID": 2,
                    "name": "d769a999-1548-4d72-84c2-6c373fa3273f",
                    "nameGuid": "d769a999-1548-4d72-84c2-6c373fa3273f",
                    "description": "sample string 4",
                    "showDiscounts": true,
                    "showTotals": true,
                    "onlyEvaluateOnSubtotal": true,
                    "useDescription": true,
                    "campaignType": 1,
                    "startDate": "2026-06-03T18:32:28.0509069",
                    "startTime": 1,
                    "endDate": "2026-06-03T18:32:28.0509069",
                    "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:28.0509069",
                    "system": true,
                    "created": "2026-06-03T18:32:28.0509069",
                    "updated": "2026-06-03T18:32:28.0509069",
                    "priceChangeNotifiedUtc": "2026-06-03T18:32:28.0509069",
                    "promoType": 1,
                    "promotionTypeCode": "sample string 13",
                    "hostIdentifier": "vxpLRPTIK0KsjNSH3E0dAw==",
                    "hostIdentifierGuid": "444b1abf-c8f4-422b-ac8c-d487dc4d1d03",
                    "hostType": 14,
                    "createdByUser": "sample string 15",
                    "fromHost": true,
                    "deleted": true,
                    "campaignDeleted": "2026-06-03T18:32:28.0509069",
                    "updatedByUser": "sample string 18",
                    "offerID": 1,
                    "isPriceChangeCampaign": true,
                    "stores": [
                      1,
                      2
                    ],
                    "storeNames": [
                      "sample string 1",
                      "sample string 2"
                    ],
                    "campaignPlus": [
                      {
                        "$ref": "65"
                      },
                      {
                        "$ref": "65"
                      }
                    ],
                    "campaignPools": [
                      {
                        "$id": "68",
                        "id": 1,
                        "campaignID": 2,
                        "campaignName": "sample string 3",
                        "plu": 4,
                        "pluG_UID": "5cFYcqE9LkGUoDzYbM8+cA==",
                        "pluGuid": "7258c1e5-3da1-412e-94a0-3cd86ccf3e70",
                        "hostOfferID": 1,
                        "priceGroupG_UID": "chmVdUzyIEWmsj1G4sI7Ng==",
                        "priceGroupGuid": "75951972-f24c-4520-a6b2-3d46e2c23b36",
                        "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:28.0509069",
                        "rrp": 18,
                        "campaignDescription": "sample string 19",
                        "product": {
                          "$ref": "8"
                        },
                        "campaign": {
                          "$ref": "67"
                        }
                      },
                      {
                        "$ref": "68"
                      }
                    ],
                    "sellingRules": [
                      {
                        "$id": "69",
                        "id": 1,
                        "identifier": "SlOGltXh00m8wT6QoL+qWg==",
                        "identifierStr": "SlOGltXh00m8wT6QoL+qWg==",
                        "identifierGuid": "9686534a-e1d5-49d3-bcc1-3e90a0bfaa5a",
                        "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": "67"
                        }
                      },
                      {
                        "$ref": "69"
                      }
                    ],
                    "customers": [
                      {
                        "$id": "70",
                        "id": 1,
                        "campaignID": 2,
                        "campaignName": "sample string 3",
                        "customerID": "ryb9VyuQTU2QImI32XK3Kg==",
                        "customerIDGuid": "57fd26af-902b-4d4d-9022-6237d972b72a",
                        "campaign": {
                          "$ref": "67"
                        },
                        "customer": {
                          "$id": "71",
                          "identifier": "l5rsSdNmak+xT55fTZ+W4w==",
                          "identifierGuid": "49ec9a97-66d3-4f6a-b14f-9e5f4d9f96e3",
                          "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:28.0509069",
                          "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": "YJiEdCBGQ0SZxg9FC3C4KA==",
                          "communityIdentifierGuid": "74849860-4620-4443-99c6-0f450b70b828",
                          "joined": "2026-06-03T18:32:28.0509069",
                          "updated": "2026-06-03T18:32:28.0509069",
                          "active": true,
                          "reasonInactive": 1,
                          "groupCustomer": true,
                          "loyaltyPoints": 1,
                          "homeStoreID": 1,
                          "availableSpend": 1,
                          "priceLevelIdentifier": "IrVKrBav+0q/kDQVhPK5zQ==",
                          "priceLevelIdentifierGuid": "ac4ab522-af16-4afb-bf90-341584f2b9cd",
                          "marketingID": "sample string 18",
                          "receiptPrintOptions": 1,
                          "hidden": true,
                          "registered": true,
                          "registeredOn": "2026-06-03T18:32:28.0509069",
                          "emailMarketing": true,
                          "smsMarketing": true,
                          "deleted": true,
                          "deletedUser": "sample string 24",
                          "homeStoreName": "sample string 25",
                          "customerCards": [
                            {
                              "$id": "72",
                              "cardType": 2,
                              "issueDate": "2026-06-03T18:32:28.0509069",
                              "expiry": "2026-06-03T18:32:28.0509069",
                              "customerID": "qWNl4jQAPECSVAGe1KvsoA==",
                              "customerIDGuid": "e26563a9-0034-403c-9254-019ed4abeca0",
                              "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:28.0509069",
                              "linkedAccount": "eYdYFA0MmUSDq886SNcW0Q==",
                              "linkedAccountGuid": "14588779-0c0d-4499-83ab-cf3a48d716d1",
                              "currentValueChanged": true,
                              "limitsChanged": true,
                              "customer": {
                                "$ref": "71"
                              },
                              "account": {
                                "$id": "73",
                                "id": 1,
                                "identifier": "Vmy6n+Hkkkyjc4C3tq+zNg==",
                                "identifierGuid": "9fba6c56-e4e1-4c92-a373-80b7b6afb336",
                                "referenceNo": "sample string 3",
                                "name": "sample string 4",
                                "created": "2026-06-03T18:32:28.0509069",
                                "owner": "XIpxWBx4GkK6W+Fgz126cA==",
                                "ownerGuid": "58718a5c-781c-421a-ba5b-e160cf5dba70",
                                "accountStoreGroupIdentifier": "f8hxpkTJ50CRRvVBoOxHsA==",
                                "accountStoreGroupGuid": "a671c87f-c944-40e7-9146-f541a0ec47b0",
                                "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:28.0509069",
                                "active": true,
                                "updated": "2026-06-03T18:32:28.0509069",
                                "deleted": true,
                                "deletedUser": "sample string 16",
                                "currentBalanceChanged": true,
                                "maximumLimitChanged": true,
                                "loyaltyPointsChanged": true,
                                "projectedBalance": 17,
                                "accountStoreGroupStoreIDs": [
                                  1,
                                  2
                                ],
                                "customerEmail": "sample string 18",
                                "ownerCustomer": {
                                  "$ref": "71"
                                },
                                "card": {
                                  "$ref": "72"
                                },
                                "members": {
                                  "$id": "74",
                                  "sample string 1": [
                                    {
                                      "$ref": "71"
                                    },
                                    {
                                      "$ref": "71"
                                    }
                                  ],
                                  "sample string 2": [
                                    {
                                      "$ref": "71"
                                    },
                                    {
                                      "$ref": "71"
                                    }
                                  ]
                                },
                                "customerGroups": [
                                  {
                                    "$id": "75",
                                    "identifier": "mqK8m82C7USr14tWkvAAdg==",
                                    "identifierGuid": "9bbca29a-82cd-44ed-abd7-8b5692f00076",
                                    "name": "sample string 2",
                                    "primaryContact": "xFh6i+LLB0qHOufM0QShDA==",
                                    "primaryContactGuid": "8b7a58c4-cbe2-4a07-873a-e7ccd104a10c",
                                    "accountID": "uyyaAIwcKE6vLkazIUJ2lQ==",
                                    "accountIDGuid": "009a2cbb-1c8c-4e28-af2e-46b321427695",
                                    "special": true,
                                    "updated": "2026-06-03T18:32:28.0509069",
                                    "active": true,
                                    "reasonInactive": 1,
                                    "priceLevelIdentifier": "ar042LKStESxrOw9AJJ9zg==",
                                    "priceLevelIdentifierGuid": "d838bd6a-92b2-44b4-b1ac-ec3d00927dce",
                                    "marketingListID": "sample string 7",
                                    "deleted": true,
                                    "account": {
                                      "$ref": "73"
                                    },
                                    "primaryContactCustomer": {
                                      "$ref": "71"
                                    },
                                    "customerGroupMembers": [
                                      {
                                        "$id": "76",
                                        "id": 1,
                                        "groupID": "caul5YysnEeHX4SXya6t5A==",
                                        "groupIDGuid": "e5a5ab71-ac8c-479c-875f-8497c9aeade4",
                                        "customerID": "Gb1kfIwTGkSyk+zIDJKlXA==",
                                        "customerIDGuid": "7c64bd19-138c-441a-b293-ecc80c92a55c",
                                        "card": "sample string 4",
                                        "linkedAccount": "uuFcOfJik02hli7ndGeB9g==",
                                        "linkedAccountGuid": "395ce1ba-62f2-4d93-a196-2ee7746781f6",
                                        "customer": {
                                          "$ref": "71"
                                        },
                                        "group": {
                                          "$ref": "75"
                                        },
                                        "customerCard": {
                                          "$ref": "72"
                                        }
                                      },
                                      {
                                        "$ref": "76"
                                      }
                                    ]
                                  },
                                  {
                                    "$ref": "75"
                                  }
                                ]
                              },
                              "payments": [
                                {
                                  "$id": "77",
                                  "id": 1,
                                  "identifier": "jMt7Kc84uk2x2LNtBB9Q2A==",
                                  "identifierGuid": "297bcb8c-38cf-4dba-b1d8-b36d041f50d8",
                                  "storeID": 2,
                                  "operatorName": "sample string 3",
                                  "saleHeaderID": 4,
                                  "paymentType": 5,
                                  "amount": 6,
                                  "account": "sample string 7",
                                  "accountID": "FztRMcxTjEiGsHDuBt5S1Q==",
                                  "accountIDGuid": "31513b17-53cc-488c-86b0-70ee06de52d5",
                                  "customerAccount": {
                                    "$ref": "73"
                                  },
                                  "customerCard": {
                                    "$ref": "72"
                                  },
                                  "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:28.0509069",
                                  "invRocNo": "sample string 14",
                                  "responseCode": "sample string 15",
                                  "cashout": 1,
                                  "tip": 16,
                                  "idempotentVoid": "Hcd1uOc3m021Ooq/vS7gsQ==",
                                  "idempotentVoidGuid": "b875c71d-37e7-4d9b-b53a-8abfbd2ee0b1",
                                  "offline": true,
                                  "processed": 1,
                                  "storeSaleHeader": {
                                    "$id": "78",
                                    "saleHeaderID": 1,
                                    "saleHeaderGuid": "M15x1AKJLE6YuswHQ3TipA==",
                                    "saleHeaderIdentifierGuid": "d4715e33-8902-4e2c-98ba-cc074374e2a4",
                                    "created": "2026-06-03T18:32:28.0509069",
                                    "createdLocal": "2026-06-03T18:32:28.0509069",
                                    "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:28.0509069",
                                    "storeID": 1,
                                    "operatorG_Uid": "JRQBhI203E6+dIq06pJUMg==",
                                    "operatorGuid": "84011425-b48d-4edc-be74-8ab4ea925432",
                                    "customerG_Uid": "RKEsxR6rxkKqs8ZU3qSyCA==",
                                    "customerGuid": "c52ca144-ab1e-42c6-aab3-c654dea4b208",
                                    "communityIdentifier": "bv1yOwEimk65zHnp/sPfzw==",
                                    "communityIdentifierGuid": "3b72fd6e-2201-4e9a-b9cc-79e9fec3dfcf",
                                    "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": "x0zI17VP0U2CZZQbtSEp6A==",
                                    "priceLevelIdentifierGuid": "d7c84cc7-4fb5-4dd1-8265-941bb52129e8",
                                    "locked": 36,
                                    "orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-06-03T18:32:28.0509069+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": "79",
                                      "customerName": "sample string 1",
                                      "pickupAt": "2026-06-03T18:32:28.0509069",
                                      "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": "38"
                                    },
                                    "customer": {
                                      "$ref": "71"
                                    },
                                    "communityOrganisation": {
                                      "$id": "80",
                                      "id": 1,
                                      "identifier": "t/XzWf4sgUeqi5zlcVYDpw==",
                                      "identifierGuid": "59f3f5b7-2cfe-4781-aa8b-9ce5715603a7",
                                      "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:28.0509069",
                                      "promoPeriodEnd": "2026-06-03T18:32:28.0509069",
                                      "allowDonations": true,
                                      "logoImageName": "sample string 17",
                                      "totalAmountAwarded": 18.1,
                                      "updated": "2026-06-03T18:32:28.0509069",
                                      "deleted": true
                                    },
                                    "details": [
                                      {
                                        "$id": "81",
                                        "saleItemID": 1,
                                        "identifier": "en6fV3zwz0aqODmqfsepxg==",
                                        "identifierGuid": "579f7e7a-f07c-46cf-aa38-39aa7ec7a9c6",
                                        "saleHeaderID": 2,
                                        "plu": 1,
                                        "pluG_UId": "G5HukgpQcU+SjvlVSVXA1Q==",
                                        "pluGuid": "92ee911b-500a-4f71-928e-f9554955c0d5",
                                        "accountID": "PdWLuvl8mkOTJhP6+sXpwg==",
                                        "accountIDGuid": "ba8bd53d-7cf9-439a-9326-13fafac5e9c2",
                                        "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:28.0509069",
                                        "bestOrExpireType": 1,
                                        "providerName": "sample string 11",
                                        "refundG_UID": "jznvGS6dq0embpD13BO29A==",
                                        "refundGuid": "19ef398f-9d2e-47ab-a66e-90f5dc13b6f4",
                                        "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": "ua9NiBZpIU6e+D40ZKpnqA==",
                                        "idempotentVoidGuid": "884dafb9-6916-4e21-9ef8-3e3464aa67a8",
                                        "priceLevelIdentifier": "cjdlS1F7VUqmUoti3fQiuQ==",
                                        "priceLevelIdentifierGuid": "4b653772-7b51-4a55-a652-8b62ddf422b9",
                                        "communityIdentifier": "peQA6/hFyUmUZ2otvt/zVg==",
                                        "communityIdentifierGuid": "eb00e4a5-45f8-49c9-9467-6a2dbedff356",
                                        "productName": "sample string 23",
                                        "apn": "sample string 24",
                                        "unknownScans": [
                                          {
                                            "$id": "82",
                                            "id": 1,
                                            "saleDetailID": 2,
                                            "storeID": 1,
                                            "scanned": "2026-06-03T18:32:28.0509069",
                                            "operatorG_UID": "QEA=",
                                            "barcode": "sample string 4",
                                            "processed": 1
                                          },
                                          {
                                            "$ref": "82"
                                          }
                                        ],
                                        "refund": {
                                          "$id": "83",
                                          "id": 1,
                                          "g_UID": "LZ+75K00O0i21oWkyIZSBw==",
                                          "guid": "e4bb9f2d-34ad-483b-b6d6-85a4c8865207",
                                          "description": "sample string 1",
                                          "dumped": true,
                                          "inventoryReasonID": 1,
                                          "sortOrder": 1,
                                          "updated": "2026-06-03T18:32:28.0509069"
                                        },
                                        "modifier": {
                                          "$id": "84",
                                          "id": 1,
                                          "setG_UID": "tnbK5w13mEO+RKDgdGwL4w==",
                                          "modifierSetGuid": "e7ca76b6-770d-4398-be44-a0e0746c0be3",
                                          "name": "sample string 2",
                                          "price": 1,
                                          "quantity": 1,
                                          "modifierType": 1,
                                          "groupNumber": 1,
                                          "pageNumber": 1,
                                          "controlOrder": 1,
                                          "printToStation": true,
                                          "pluG_UID": "Li++XrlxH0qE8o7F53yGaA==",
                                          "pluGuid": "5ebe2f2e-71b9-4a1f-84f2-8ec5e77c8668",
                                          "deleted": true,
                                          "g_UID": "4I7S/HtEr0iOWQ6KO6oCGA==",
                                          "guid": "fcd28ee0-447b-48af-8e59-0e8a3baa0218",
                                          "product": {
                                            "$ref": "8"
                                          }
                                        },
                                        "priceLevelName": "sample string 25",
                                        "pumpNumber": 1,
                                        "hoseNumber": 1
                                      },
                                      {
                                        "$ref": "81"
                                      }
                                    ],
                                    "eftReceipts": [
                                      {
                                        "$id": "85",
                                        "id": 1,
                                        "storeID": 1,
                                        "saleHeaderID": 2,
                                        "storeSaleHeader": {
                                          "$ref": "78"
                                        },
                                        "receipt": "sample string 3",
                                        "processed": 1
                                      },
                                      {
                                        "$ref": "85"
                                      }
                                    ],
                                    "payments": [
                                      {
                                        "$ref": "77"
                                      },
                                      {
                                        "$ref": "77"
                                      }
                                    ],
                                    "cards": [
                                      {
                                        "$id": "86",
                                        "id": 1,
                                        "saleHeaderID": 1,
                                        "identifier": "sample string 2",
                                        "cardType": 3,
                                        "providerName": "sample string 4"
                                      },
                                      {
                                        "$ref": "86"
                                      }
                                    ],
                                    "campaignHits": [
                                      {
                                        "$id": "87",
                                        "id": 1,
                                        "saleHeaderID": 2,
                                        "campaign": "sample string 3",
                                        "name": "sample string 4",
                                        "processed": 1,
                                        "campaignDescription": "sample string 5"
                                      },
                                      {
                                        "$ref": "87"
                                      }
                                    ],
                                    "fuel": [
                                      {
                                        "$id": "88",
                                        "id": 1,
                                        "plu": 1,
                                        "pluG_UID": "Vt9MMN3+K0yVWgGpeJ0UnA==",
                                        "pluGuid": "304cdf56-fedd-4c2b-955a-01a9789d149c",
                                        "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:28.0509069",
                                        "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:28.0509069",
                                        "tagNumber": "sample string 15",
                                        "trackTwoRem": "sample string 16",
                                        "transCode": 1,
                                        "transType": 1,
                                        "unitPrice": 1.0,
                                        "vehicleReg": "sample string 17",
                                        "offline": true,
                                        "processed": 1
                                      },
                                      {
                                        "$ref": "88"
                                      }
                                    ],
                                    "fuelResells": [
                                      {
                                        "$id": "89",
                                        "saleItemID": 1,
                                        "saleHeaderID": 2,
                                        "plu": 1,
                                        "pluG_UId": "4RELb9+zAE+wnz9yIW6nJA==",
                                        "pluGuid": "6f0b11e1-b3df-4f00-b09f-3f72216ea724",
                                        "accountID": "toYvhiDYcUyBmZdmpw+4rQ==",
                                        "accountIDGuid": "862f86b6-d820-4c71-8199-9766a70fb8ad",
                                        "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:28.0509069",
                                        "bestOrExpireType": 1,
                                        "refundG_UID": "Y1Y1M5QKsEmnKdLoXDcPnw==",
                                        "refundGuid": "33355663-0a94-49b0-a729-d2e85c370f9f",
                                        "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": "89"
                                      }
                                    ],
                                    "customerOrder": [
                                      {
                                        "$id": "90",
                                        "identifier": "Ib5CgpHTyEeFetA1xBQX2w==",
                                        "identifierGuid": "8242be21-d391-47c8-857a-d035c41417db",
                                        "id": 1,
                                        "orderNo": 2,
                                        "externalSaleIdentifier": "sample string 3",
                                        "storeID": 4,
                                        "zoneID": 5,
                                        "deptNo": 6,
                                        "customerIdentifier": "ZqnHkugQWEy73X1k1B+ETA==",
                                        "customerIdentifierGuid": "92c7a966-10e8-4c58-bbdd-7d64d41f844c",
                                        "operatorNo": 1,
                                        "operatorG_UID": "3UrFc7ZQY0mNTxHXydalcQ==",
                                        "operatorGuid": "73c54add-50b6-4963-8d4f-11d7c9d6a571",
                                        "created": "2026-06-03T18:32:28.0509069",
                                        "ordered": "2026-06-03T18:32:28.0509069",
                                        "started": "2026-06-03T18:32:28.0509069",
                                        "completed": "2026-06-03T18:32:28.0509069",
                                        "supplied": "2026-06-03T18:32:28.0509069",
                                        "quickTicket": 1,
                                        "deleted": true,
                                        "walkAway": true,
                                        "approxWait": 1,
                                        "actualWait": 1,
                                        "deliveryMethod": 8,
                                        "externalSaleType": 9,
                                        "customer": {
                                          "$ref": "71"
                                        },
                                        "operator": {
                                          "$ref": "38"
                                        },
                                        "details": [
                                          {
                                            "$id": "91",
                                            "headerID": 1,
                                            "plu": 1,
                                            "pluG_UId": "yUXXhAS9b0iAz1Rbq1C/Pw==",
                                            "pluGuid": "84d745c9-bd04-486f-80cf-545bab50bf3f",
                                            "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": "yCTFhzls1Eqw1JGuoTpB9g==",
                                            "headerIdentifierGuid": "87c524c8-6c39-4ad4-b0d4-91aea13a41f6",
                                            "product": {
                                              "$ref": "8"
                                            }
                                          },
                                          {
                                            "$ref": "91"
                                          }
                                        ],
                                        "storeName": "sample string 11",
                                        "customerName": "sample string 12",
                                        "storeReplyTo": "sample string 13",
                                        "storeSubjectLine": "sample string 14",
                                        "storeSaleHeader": {
                                          "$ref": "78"
                                        }
                                      },
                                      {
                                        "$ref": "90"
                                      }
                                    ],
                                    "surveyResponses": [
                                      {
                                        "$id": "92",
                                        "surveyG_UID": "0jwJGh+U6UWv5Y/kU3a73g==",
                                        "surveyGuid": "1a093cd2-941f-45e9-afe5-8fe45376bbde",
                                        "saleHeaderGuid": "Nw+YISrrRU+oYg0kDlndSQ==",
                                        "saleGuid": "21980f37-eb2a-4f45-a862-0d240e59dd49",
                                        "textResponse": "sample string 1",
                                        "integerResponse": 1,
                                        "g_UIDResponse": "cMTlQIt2d0OEXXW/f+GTig==",
                                        "guidResponse": "40e5c470-768b-4377-845d-75bf7fe1938a",
                                        "whoAnswered": 2,
                                        "answeredAtUTC": "2026-06-03T18:32:28.0509069",
                                        "sale": {
                                          "$ref": "78"
                                        },
                                        "survey": {
                                          "$id": "93",
                                          "g_UID": "T6yuLc5R9EGAJbZPU/l01A==",
                                          "guid": "2daeac4f-51ce-41f4-8025-b64f53f974d4",
                                          "name": "sample string 1",
                                          "storeID": 2,
                                          "zoneID": 1,
                                          "checkoutFormG_UID": "gerRR84OqUiBFgURWZVuxw==",
                                          "checkoutFormGuid": "47d1ea81-0ece-48a9-8116-051159956ec7",
                                          "displayToWho": 3,
                                          "displayWhen": 4,
                                          "start": "2026-06-03T18:32:28.0509069",
                                          "end": "2026-06-03T18:32:28.0509069",
                                          "deleted": true,
                                          "updated": "2026-06-03T18:32:28.0509069",
                                          "possibleIntegerResponses": [
                                            1,
                                            2
                                          ],
                                          "possibleTextResponses": [
                                            "sample string 1",
                                            "sample string 2"
                                          ],
                                          "possibleGuidResponses": [
                                            "5c586572-5799-4c08-b7ff-e89b90b8c67f",
                                            "64ad9558-4fb9-46c9-8553-bb4837b1d6e1"
                                          ],
                                          "allowsAllTextResponses": true,
                                          "surveyForm": {
                                            "$ref": "46"
                                          }
                                        },
                                        "ingressId": "sample string 4"
                                      },
                                      {
                                        "$ref": "92"
                                      }
                                    ],
                                    "storeName": "sample string 39",
                                    "terminalNumber": 40,
                                    "machineName": "sample string 41",
                                    "operatorName": "sample string 42",
                                    "direction": 1,
                                    "reason": "sample string 43",
                                    "accountG_UID": "G90K4o1A20aKiQOx/u6TzQ==",
                                    "accountIdentifier": "e20add1b-408d-46db-8a89-03b1feee93cd",
                                    "accountName": "sample string 44",
                                    "customerOrderIdentifier": "FBwZ8tKrmEuQ4jnlPXtUIQ==",
                                    "customerOrderIdentifierGuid": "f2191c14-abd2-4b98-90e2-39e53d7b5421",
                                    "priceLevelName": "sample string 45",
                                    "revision": 46,
                                    "ingressId": "sample string 47"
                                  },
                                  "metadata": {
                                    "$id": "94",
                                    "id": 1,
                                    "paymentID": 2,
                                    "paymentIdentifier": "PctjwUAzaES61rJcEGBB1A==",
                                    "paymentIdentifierGuid": "c163cb3d-3340-4468-bad6-b25c106041d4",
                                    "identifier": "xl5aNpYxg02zr08yVRaewg==",
                                    "identifierGuid": "365a5ec6-3196-4d83-b3af-4f3255169ec2",
                                    "metadata": "sample string 3",
                                    "signatureImage": "QEA=",
                                    "itemIdentifier": "EoCqkKAfDE6ZJXrLDJhAug==",
                                    "itemIdentifierGuid": "90aa8012-1fa0-4e0c-9925-7acb0c9840ba"
                                  }
                                },
                                {
                                  "$ref": "77"
                                }
                              ]
                            },
                            {
                              "$ref": "72"
                            }
                          ],
                          "customerGroupMembers": [
                            {
                              "$ref": "76"
                            },
                            {
                              "$ref": "76"
                            }
                          ],
                          "customerGroups": [
                            {
                              "$ref": "75"
                            },
                            {
                              "$ref": "75"
                            }
                          ],
                          "accounts": [
                            {
                              "$ref": "73"
                            },
                            {
                              "$ref": "73"
                            }
                          ],
                          "account": {
                            "$ref": "73"
                          },
                          "vouchers": [
                            {
                              "$id": "95",
                              "customerIdentifier": "6I1VP0GtqkqLef9m2CauqQ==",
                              "customerIdentifierGuid": "3f558de8-ad41-4aaa-8b79-ff66d826aea9",
                              "voucherName": "sample string 2",
                              "count": 3,
                              "storeID": 4,
                              "barcode": "sample string 5",
                              "redeemCount": 6,
                              "issueCount": 7,
                              "storeSalePaymentID": 1,
                              "idempotentID": "VhJp8iCNR0CosoK4h0t16g==",
                              "idempotentGuid": "f2691256-8d20-4047-a8b2-82b8874b75ea",
                              "offline": true,
                              "voucher": {
                                "$id": "96",
                                "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:28.0509069",
                                "barcodeTemplate": {
                                  "$id": "97",
                                  "templateID": 1,
                                  "template": "sample string 1",
                                  "bcFunction": "sample string 2",
                                  "sortOrder": 3
                                },
                                "scaleLabel": {
                                  "$id": "98",
                                  "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:28.0509069",
                                  "labelPageLayout": "rvvDUDsysEOv89CDZ857eA==",
                                  "pageLayoutGuid": "50c3fbae-323b-43b0-aff3-d08367ce7b78",
                                  "labelType": 6,
                                  "oldName": "sample string 7",
                                  "voucher": {
                                    "$ref": "96"
                                  },
                                  "elements": [
                                    {
                                      "$id": "99",
                                      "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:28.0509069"
                                    },
                                    {
                                      "$ref": "99"
                                    }
                                  ]
                                },
                                "customerVouchers": [
                                  {
                                    "$id": "100",
                                    "id": 1,
                                    "customerIdentifier": "F8yDZWI6pUC750EmLmzItQ==",
                                    "customerIdentifierGuid": "6583cc17-3a62-40a5-bbe7-41262e6cc8b5",
                                    "voucherID": 3,
                                    "voucherName": "sample string 4",
                                    "storeID": 1,
                                    "barcode": "sample string 5",
                                    "dateOfIssue": "2026-06-03T18:32:28.0509069",
                                    "issuedSaleHeaderID": 1,
                                    "issuedSaleIdentifier": "sample string 7",
                                    "issuedOfflinePaymentID": 1,
                                    "issuedIdempotentID": "socfGFhf10yBTrufKMxEyg==",
                                    "issuedIdempotentGuid": "181f87b2-5f58-4cd7-814e-bb9f28cc44ca",
                                    "issuedOffline": true,
                                    "issuedUser": "sample string 9",
                                    "issuedNotes": "sample string 10",
                                    "expiryDate": "2026-06-03T18:32:28.0509069",
                                    "expiredUser": "sample string 11",
                                    "expiredNotes": "sample string 12",
                                    "redeemed": "2026-06-03T18:32:28.0509069",
                                    "redeemedSaleHeaderID": 1,
                                    "redeemedSaleIdentifier": "sample string 13",
                                    "redeemedOfflinePaymentID": 1,
                                    "redeemedIdempotentID": "fwpgCnAdLkef5Ew6OunJGw==",
                                    "redeemedIdempotentGuid": "0a600a7f-1d70-472e-9fe4-4c3a3ae9c91b",
                                    "redeemedUser": "sample string 14",
                                    "redeemedNotes": "sample string 15",
                                    "redeemedOffline": true,
                                    "updated": "2026-06-03T18:32:28.0509069",
                                    "storeName": "sample string 17",
                                    "scaleLabel": {
                                      "$ref": "98"
                                    },
                                    "voucher": {
                                      "$ref": "96"
                                    },
                                    "customer": {
                                      "$ref": "71"
                                    },
                                    "issuedOfflinePayment": {
                                      "$ref": "77"
                                    },
                                    "redeemedOfflinePayment": {
                                      "$ref": "77"
                                    }
                                  },
                                  {
                                    "$ref": "100"
                                  }
                                ]
                              },
                              "customer": {
                                "$ref": "71"
                              }
                            },
                            {
                              "$ref": "95"
                            }
                          ]
                        }
                      },
                      {
                        "$ref": "70"
                      }
                    ],
                    "customerGroups": [
                      {
                        "$id": "101",
                        "id": 1,
                        "campaignID": 2,
                        "campaignName": "sample string 3",
                        "groupID": "0x9AxdX/lEq5yiIY6w+FGA==",
                        "groupIDGuid": "c5401fd3-ffd5-4a94-b9ca-2218eb0f8518",
                        "campaign": {
                          "$ref": "67"
                        },
                        "group": {
                          "$ref": "75"
                        }
                      },
                      {
                        "$ref": "101"
                      }
                    ],
                    "signIqTickets": [
                      {
                        "$id": "102",
                        "identifier": "6bWWwPXSDUuL9TTy8O3TUg==",
                        "identifierGuid": "c096b5e9-d2f5-4b0d-8bf5-34f2f0edd352",
                        "campaignName": "sample string 2",
                        "message": "sample string 3",
                        "ticketFileSource": "sample string 4",
                        "ticketFileDestination": "sample string 5",
                        "storeID": 1
                      },
                      {
                        "$ref": "102"
                      }
                    ],
                    "comboPriceGroups": [
                      {
                        "$id": "103",
                        "id": 1,
                        "campaignID": 2,
                        "campaignName": "sample string 3",
                        "g_UID": "bqvRK37NkkucwspzP+FURQ==",
                        "guid": "2bd1ab6e-cd7e-4b92-9cc2-ca733fe15445",
                        "description": "sample string 5",
                        "newPrice": 1,
                        "rangeDescription": "sample string 6",
                        "dealDescription": "sample string 7",
                        "labelQuantity": 8,
                        "hostProductCategoryID": 1,
                        "offerID": 1,
                        "dontUpdatePricePlus": true,
                        "campaign": {
                          "$ref": "67"
                        },
                        "comboPricePlus": [
                          {
                            "$id": "104",
                            "id": 1,
                            "campaignID": 2,
                            "campaignName": "sample string 3",
                            "groupG_UID": "BgB/vqi6BUijSi6jghIA4A==",
                            "groupGuid": "be7f0006-baa8-4805-a34a-2ea3821200e0",
                            "comboPriceType": 5,
                            "priceType": 5,
                            "pluG_UID": "PJANNBByJEC49T7DE+5qkQ==",
                            "pluGuid": "340d903c-7210-4024-b8f5-3ec313ee6a91",
                            "priceGroupG_UID": "yjz7n8lf3E6oKU/wJME9VA==",
                            "priceGroupGuid": "9ffb3cca-5fc9-4edc-a829-4ff024c13d54",
                            "campaignPoolID": "sample string 7",
                            "quantity": 1,
                            "campaign": {
                              "$ref": "67"
                            },
                            "product": {
                              "$ref": "8"
                            },
                            "priceGroup": {
                              "$ref": "31"
                            },
                            "campaignPool": {
                              "$ref": "67"
                            }
                          },
                          {
                            "$ref": "104"
                          }
                        ]
                      },
                      {
                        "$ref": "103"
                      }
                    ],
                    "priceLevels": [
                      {
                        "$id": "105",
                        "id": 1,
                        "priceLevelIdentifier": "EteMVW9EikeoFHhrm2z1xg==",
                        "priceLevelIdentifierGuid": "558cd712-446f-478a-a814-786b9b6cf5c6",
                        "campaignName": "sample string 3",
                        "priceLevelName": "sample string 4"
                      },
                      {
                        "$ref": "105"
                      }
                    ],
                    "promotionType": {
                      "$id": "106",
                      "identifier": "NlDSSFHRw0yErM+3god67w==",
                      "identifierGuid": "48d25036-d151-4cc3-84ac-cfb782877aef",
                      "hostType": 2,
                      "code": "sample string 3",
                      "description": "sample string 4",
                      "isLiquor": true,
                      "isAdvertised": true,
                      "disableWasSave": true,
                      "excludeFromPromoSales": true,
                      "labelPageLayoutG_UID": "r7nutES8JEeFnCBsSPMCeg==",
                      "labelPageLayoutGuid": "b4eeb9af-bc44-4724-859c-206c48f3027a",
                      "priceLevelIdentifier": "tcdN1naR2EO/rDfpoZcMpQ==",
                      "priceLevelIdentifierGuid": "d64dc7b5-9176-43d8-bfac-37e9a1970ca5",
                      "active": true,
                      "updated": "2026-06-03T18:32:28.0509069",
                      "hostName": "sample string 11"
                    }
                  },
                  "product": {
                    "$ref": "8"
                  },
                  "dealCost": {
                    "$id": "107",
                    "headerIdentifier": "28WPoDn4jU+FQjP3D4CpKQ==",
                    "headerIdentifierGuid": "a08fc5db-f839-4f8d-8542-33f70f80a929",
                    "identifier": "llhyQ6o7EEKpGckXfyT8uA==",
                    "identifierGuid": "43725896-3baa-4210-a919-c9177f24fcb8",
                    "supplierIdentifier": "IkXarYL+dEq1fuUFlpJJHQ==",
                    "supplierGuid": "adda4522-fe82-4a74-b57e-e5059692491d",
                    "pluG_UID": "hG/2awlukE+perixG3OWSw==",
                    "pluGuid": "6bf66f84-6e09-4f90-a97a-b8b11b73964b",
                    "campaignName": "4db9e966-1129-42bc-bbca-26c7cd0b0303",
                    "description": "sample string 4",
                    "cost": 5,
                    "costDecimals": 6,
                    "start": "2026-06-03T18:32:28.0509069",
                    "end": "2026-06-03T18:32:28.0509069",
                    "type": 9,
                    "promoType": 10,
                    "bonusItemPLUG_UID": "3a2Q7fCnfEWt/m7lYi/HTg==",
                    "bonusItemPluGuid": "ed90addd-a7f0-457c-adfe-6ee5622fc74e",
                    "bonusPurchaseUnits": 11,
                    "bonusReceiveUnits": 12,
                    "updated": "2026-06-03T18:32:28.0509069",
                    "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:28.0509069",
                    "campaignEndDate": "2026-06-03T18:32:28.0509069",
                    "masterPLUG_UID": "n3YpvUtLhUKmgKJOOssD+g==",
                    "masterID": "bd29769f-4b4b-4285-a680-a24e3acb03fa",
                    "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": "Y9a53db5g0+MeJQTHL//mQ==",
                    "bonusMasterID": "ddb9d663-f9d6-4f83-8c78-94131cbfff99",
                    "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:28.0509069",
                "dealCosts": [
                  {
                    "$ref": "107"
                  },
                  {
                    "$ref": "107"
                  }
                ],
                "tags": [
                  {
                    "$id": "108",
                    "pluG_UID": "88kBm7wDjUGc5oIaRHgi/A==",
                    "pluGuid": "9b01c9f3-03bc-418d-9ce6-821a447822fc",
                    "tagID": 1,
                    "description": "sample string 1",
                    "storeIDs": [
                      1,
                      2
                    ]
                  },
                  {
                    "$ref": "108"
                  }
                ],
                "alternateProductG_UID": "vSVfykxGU0Sod+H+tXlchQ==",
                "alternateProduct": "ca5f25bd-464c-4453-a877-e1feb5795c85",
                "altProduct": {
                  "$ref": "8"
                },
                "productHostCode": {
                  "$id": "109",
                  "id": 1,
                  "pluG_UID": "W4F5fk3ISUa6XxD5SMaoRg==",
                  "pluGuid": "7e79815b-c84d-4649-ba5f-10f948c6a846",
                  "ibaCode": "sample string 2"
                },
                "mscCat": {
                  "$ref": "61"
                },
                "mscCom": {
                  "$ref": "62"
                },
                "mscDep": {
                  "$ref": "64"
                },
                "mscSubCom": {
                  "$ref": "63"
                },
                "isUserUpdate": true,
                "ignoreMasterProduct": true,
                "priceGroupLabelRequested": true,
                "firstSold": "2026-06-03T18:32:28.0509069",
                "inventoryTracked": "2026-06-03T18:32:28.0509069",
                "isNormalPriceChangesCampaign": true,
                "baseProductFuel": {
                  "$id": "110",
                  "pluG_UID": "xtIla825BUCiTOL/dy7vcQ==",
                  "pluGuid": "6b25d2c6-b9cd-4005-a24c-e2ff772eef71",
                  "fuelPluG_UID": "ZroKEamWp0+CT44CL3M58A==",
                  "fuelPluGuid": "110aba66-96a9-4fa7-824f-8e022f7339f0",
                  "price": 3,
                  "productDescription": "sample string 4",
                  "productBarcode": "sample string 5",
                  "fuelProductDescription": "sample string 6",
                  "fuelProductBarcode": "sample string 7",
                  "fuelProductPrice": 8
                },
                "productFuelLinks": [
                  {
                    "$ref": "110"
                  },
                  {
                    "$ref": "110"
                  }
                ]
              },
              "supplier": {
                "$ref": "3"
              },
              "serviceFee": {
                "$id": "111",
                "id": 1,
                "description": "sample string 1",
                "fee": 1
              },
              "isPrimaryHost": true,
              "hostVendor": 48
            },
            {
              "$ref": "6"
            }
          ],
          "orderCycleHeaders": [
            {
              "$id": "112",
              "storeID": 1,
              "supplierIdentifier": "7Al2Df2dqkyMJN0KjZ6HgQ==",
              "supplierGuid": "0d7609ec-9dfd-4caa-8c24-dd0a8d9e8781",
              "departmentCode": "sample string 2",
              "warehouseDirectIndicator": "sample string 3",
              "type": 4,
              "storeName": "sample string 5",
              "departmentName": "sample string 6",
              "orderDays": 7
            },
            {
              "$ref": "112"
            }
          ],
          "cycles": [
            {
              "$id": "113",
              "storeID": 1,
              "supplierIdentifier": "ANcuClHfXEumYNOUfK4fFg==",
              "supplierGuid": "0a2ed700-df51-4b5c-a660-d3947cae1f16",
              "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:28.0509069",
              "deliveryDate": "2026-06-03T18:32:28.0509069",
              "nextCutOffDate": "2026-06-03T18:32:28.0509069",
              "nextDeliveryDate": "2026-06-03T18:32:28.0509069",
              "nextDaysBuffer": 10
            },
            {
              "$ref": "113"
            }
          ],
          "store": {
            "$ref": "9"
          },
          "updated": "2026-06-03T18:32:28.0509069",
          "isHost": true
        },
        {
          "$ref": "3"
        }
      ]
    },
    {
      "$ref": "2"
    }
  ],
  "skip": 1,
  "take": 1,
  "totalCount": 1
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PK��\�b��5xl/workbook.xml �(�����0��&�C��E	FR8q���{��m�]�����O ��mgv��#��F����.侠:�!g,4�'�M;���8I�b��i���m�Ev�<cz
����J���
 �~EYi-�B���i`�����l���oJ,��bQ�I�d��,ν-hB���4<�,�e5�k�/)(Nw�l�]~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
��\���''_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="R454b1d8de7a74c0a" /></Relationships>PK��\ֹ�{�xl/worksheets/sheet1.xml �(����n�0�_��}1�1����T��������l'���J�E��5�?�gF��޺��6R�9�A��KU���Ó�$���_M#���V簱��EȔ��	�Q�.W+�q���T]�R�Ty�Do	�i�r�2�<8U�N-sԂW�B�N�:.{Xd�t�G�@�:��x�'�"��_)�)c'/J���?UCϢ��/Ԡ5?��I
��<4�
�yM�Z㿠��� ����������4��l0�	��<���9�^eғYO��1
S�0��$Io�鬧�>
pƄ��E�.�O�u�_��%ID˜�!M���46?���ȴ��iW}��]h�fܰ�[�3t�3�sM�K�ך ��nM�Kb�&��@���|x'+
��}M�_��W������&�������~P�
�w�<��PK��\��N�Pxl/_rels/workbook.xml.rels �(���An� E����@L�]�d�M�i.��`�؀���ٺ�z��Tj��n�B���h�|�����	�@L�w��bN�~t�ħl���n�0�\n$;����$�9�B��0�T��t���ʥ�	J�dE� q���Lt8��3jx��4���ɫ��d2F��D�\V*FO��{.D+:0���L��L-�����^ʴ����Z�k�0uS�"��9�M/���BM+�X�t_qQ#W�b�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 �(�e��N�0D��;�%�!*��S�	!a%Kb�^��T!���jެ��~z'> �
Xɍ*���`q��S�pu'�����P�H�m]��Q�JN��^k�'�T�����7�e5�f�	����Eq���(Ef�J�J1�}��9�\`��n�Pj�K}ҿޣ%��G/��W�.�q?-+�����)�+�a!�����"��d{u��u����A3BRm��ڵ�:CI�ÿ��u��PK-��\�b��5xl/workbook.xmlPK-��\����	�[Content_Types].xmlPK-
��\���''V_rels/.relsPK-��\ֹ�{��xl/worksheets/sheet1.xmlPK-��\��N�P�xl/_rels/workbook.xml.relsPK-��\Ѓc'2E
�xl/styles.xmlPK-��\�{����nxl/sharedStrings.xmlPK��	

application/vnd.ms-excel

Sample:
PK��\����5xl/workbook.xml �(�����0��&�C����J���/�H�I[��o)�ě����o'��j�����)h���M��Ai�~�)#�yi^Luo�R�[�t,����q%mϵ������=���%-�;B�ٓ�d���Zw6	[B�7��v� ��8�$8���GJL����8�55^ϗ���+{��l�]~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
��\D}��''_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="R0e394eae53e34cf3" /></Relationships>PK��\ֹ�{�xl/worksheets/sheet1.xml �(����n�0�_��}1�1����T��������l'���J�E��5�?�gF��޺��6R�9�A��KU���Ó�$���_M#���V簱��EȔ��	�Q�.W+�q���T]�R�Ty�Do	�i�r�2�<8U�N-sԂW�B�N�:.{Xd�t�G�@�:��x�'�"��_)�)c'/J���?UCϢ��/Ԡ5?��I
��<4�
�yM�Z㿠��� ����������4��l0�	��<���9�^eғYO��1
S�0��$Io�鬧�>
pƄ��E�.�O�u�_��%ID˜�!M���46?���ȴ��iW}��]h�fܰ�[�3t�3�sM�K�ך ��nM�Kb�&��@���|x'+
��}M�_��W������&�������~P�
�w�<��PK��\�3���Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞8N����vÆm�\{GM��v���G�
XEWb�������4����ٽM#yAg;`E	�tj�}�V��n�8��&��@Ҋ
��5�A�D(܌6u��)�=��<�iU�
�9n��p��?D�� ����6����A�@��;�)z
�HT O��=VU+����\�f��л��x1�z}�̢�d��K�9��]e�𨞣O�Ν�r�&�F�Z�rDqU�7��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 �(�e��N�0D��;�%�!*��S�	!a%Kb�^��T!���jެ��~z'> �
Xɍ*���`q��S�pu'�����P�H�m]��Q�JN��^k�'�T�����7�e5�f�	����Eq���(Ef�J�J1�}��9�\`��n�Pj�K}ҿޣ%��G/��W�.�q?-+�����)�+�a!�����"��d{u��u����A3BRm��ڵ�:CI�ÿ��u��PK-��\����5xl/workbook.xmlPK-��\����	�[Content_Types].xmlPK-
��\D}��''V_rels/.relsPK-��\ֹ�{��xl/worksheets/sheet1.xmlPK-��\�3���P�xl/_rels/workbook.xml.relsPK-��\Ѓc'2E
�xl/styles.xmlPK-��\�{����nxl/sharedStrings.xmlPK��