POST api/store/{storeID}/product/{guid}/ingredients

Save an ingredient list to a product

Request Information

URI Parameters

NameDescriptionTypeAdditional information
storeID

Store identifier

integer

Required

guid

Product identifier

globally unique identifier

Required

Body Parameters

List of product ingredients to save

Collection of ProductIngredient
NameDescriptionTypeAdditional information
PLUG_UID

Collection of byte

None.

IngredientGuid

Collection of byte

None.

IngredientIdentifier

globally unique identifier

None.

Quantity

decimal number

None.

StoreIDs

Stores to apply the ingredient add/delete to if masterstore

Collection of integer

None.

IngredientText

string

None.

Ingredient

Product

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "pluG_UID": "OHgrooh9BkG9CFrr2cWWOg==",
    "ingredientGuid": "iHPH6+vnYU2ARydsXcdUlw==",
    "ingredientIdentifier": "ebc77388-e7eb-4d61-8047-276c5dc75497",
    "quantity": 1.0,
    "storeIDs": [
      1,
      2
    ],
    "ingredientText": "sample string 1",
    "ingredient": {
      "$id": "2",
      "plu": 1,
      "storeID": 1,
      "masterPluG_UID": "QEA=",
      "storeIDs": [
        1,
        2
      ],
      "g_UId": "gFvMHv6Tuk6bPgTPGUytzg==",
      "guid": "1ecc5b80-93fe-4eba-9b3e-04cf194cadce",
      "apn": "sample string 1",
      "apnChanged": true,
      "apnSwitched": true,
      "barcode": "sample string 4",
      "itemNumber": "sample string 5",
      "itemNumberChanged": true,
      "priceGroupG_UID": "LE6rqQ2l0UCQ+NbNTIMCHw==",
      "priceGroupGuid": "a9ab4e2c-a50d-40d1-90f8-d6cd4c83021f",
      "blueprintID": 1,
      "lastCountedDate": "2026-04-03T06:27:05.5045458",
      "externalID": "sample string 7",
      "active": true,
      "activated": "2026-04-03T06:27:05.5045458",
      "pluCreated": "2026-04-03T06:27:05.5045458",
      "createdByUser": "sample string 9",
      "name": "sample string 10",
      "nameChanged": true,
      "secondDescription": "sample string 12",
      "hostDescription": "sample string 13",
      "keepCartonQty": true,
      "keepDescription": true,
      "keepDepartments": true,
      "keepSuppliers": true,
      "markdownDescription": "sample string 18",
      "altDescription": "sample string 19",
      "bestOrExpire": 20,
      "lastUpdate": "2026-04-03T06:27:05.5045458",
      "lastManualUpdate": "2026-04-03T06:27:05.5045458",
      "imageName": "sample string 23",
      "showImageOnFlipCharts": true,
      "showTextOnFlipCharts": true,
      "overrideFlipChartText": true,
      "flipChartText": "sample string 27",
      "salesMode": 1,
      "eftCode": 1,
      "price": 1,
      "priceChanged": true,
      "rrp": 1,
      "gstPercent": 28,
      "gstPercentChanged": true,
      "costGSTPercent": 29,
      "costGSTPercentChanged": true,
      "wetPercent": 1,
      "priceOverride": 1,
      "cost": 1,
      "currentCost": 1,
      "currentCostDecimals": 1,
      "grossProfit": 1.0,
      "currentCostDesc": "sample string 30",
      "currentCostEnd": "2026-04-03T06:27:05.520166",
      "currentCostUpdated": "2026-04-03T06:27:05.520166",
      "costDecimals": 31,
      "costChanged": true,
      "dealCostIdentifier": "QEA=",
      "excludeFromRebate": true,
      "rebateOverride": 1,
      "costCalcMethod": 32,
      "costCalcMethodChanged": true,
      "costEffectiveDate": "2026-04-03T06:27:05.520166",
      "defaultGP": 1,
      "breakTargetMode": 33,
      "break1": 1,
      "price1": 1,
      "target1": 34,
      "break2": 1,
      "price2": 1,
      "target2": 35,
      "break3": 1,
      "price3": 1,
      "target3": 36,
      "break1Changed": true,
      "price1Changed": true,
      "target1Changed": true,
      "break2Changed": true,
      "price2Changed": true,
      "target2Changed": true,
      "break3Changed": true,
      "price3Changed": true,
      "target3Changed": true,
      "breakTargetModeChanged": true,
      "margin": 1.1,
      "marginChanged": true,
      "marginRanged": true,
      "marginRangedChanged": true,
      "minimumMargin": 1.1,
      "minimumMarginChanged": true,
      "maximumMargin": 1.1,
      "maximumMarginChanged": true,
      "overrideHostWarehouseIndicator": true,
      "overrideHostWarehouseIndicatorChanged": true,
      "overrideHostPrice": true,
      "overrideHostPriceChanged": true,
      "overrideHostCost": true,
      "overrideHostCostChanged": true,
      "overrideHostMargin": true,
      "overrideHostMarginChanged": true,
      "alwaysApplyMargin": true,
      "alwaysApplyMarginChanged": true,
      "aws": 1.0,
      "paws": 1.0,
      "awsUpdated": "2026-04-03T06:27:05.520166",
      "posTare": 1,
      "altPrice": 1.0,
      "altPriceChanged": true,
      "altPriceMode": 53,
      "altPriceModeChanged": true,
      "altPLUG_UID": "BPw0j0e3FE+X+qIE49gh/g==",
      "altPLUGuid": "8f34fc04-b747-4f14-97fa-a204e3d821fe",
      "altPLUGuidChanged": true,
      "altPriceDescription1": "sample string 54",
      "altPriceDescription2": "sample string 55",
      "cartonQuantity": 56,
      "cartonQuantityChanged": true,
      "trayID": 1,
      "promptID": 1,
      "tare": 1,
      "packQty": 1,
      "fixedWeight": 1,
      "extraMesg": 1,
      "text1": "sample string 58",
      "text2": "sample string 59",
      "text3": "sample string 60",
      "labelText": "sample string 61",
      "labelTextChanged": true,
      "sendToScale": true,
      "nonScaleWeigh": true,
      "labelFormat": "sample string 65",
      "barcodeFormat": "sample string 66",
      "austMade": 1,
      "coolCode": 67,
      "countryOfOrigin": "sample string 68",
      "percentContent": 69.1,
      "departmentID": 1,
      "subDepartmentID": 1,
      "minorDepartmentID": 1,
      "lesserDepartmentID": 1,
      "deptCode": "sample string 70",
      "subDeptCode": "sample string 71",
      "minorDeptCode": "sample string 72",
      "lesserDeptCode": "sample string 73",
      "deptName": "sample string 74",
      "subDeptName": "sample string 75",
      "minorDeptName": "sample string 76",
      "lesserDeptName": "sample string 77",
      "departmentChanged": true,
      "subCategoryID": 1,
      "expiry": 1,
      "showDays": 1,
      "datePrint": 1,
      "labelRequired": true,
      "labelShelfQty": 80,
      "labelShelfChanged": true,
      "labelTalkerQty": 82,
      "labelSmall": true,
      "labelLastPrinted": "2026-04-03T06:27:05.520166",
      "labelLastPrice": 1,
      "shelfPageLayoutG_UID": "uoklJK6pt0yK83xvttlnCg==",
      "shelfPageLayoutGuid": "242589ba-a9ae-4cb7-8af3-7c6fb6d9670a",
      "talkerPageLayoutG_UID": "SgmQTj9EPka2ColMPzy8Gw==",
      "talkerPageLayoutGuid": "4e90094a-443f-463e-b60a-894c3f3cbc1b",
      "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": "SZs7pS1C2kKYATXW7q1RMw==",
      "inventoryIdentifier": "a53b9b49-422d-42da-9801-35d6eead5133",
      "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": "mbJ4I9m8MUyRUvTlO9+n2g==",
      "parentPluGuid": "2378b299-bcd9-4c31-9152-f4e53bdfa7da",
      "preferredHostVendor": 105,
      "preferredHostChanged": true,
      "code": "sample string 107",
      "supplierIdentifier": "bsxMxEuwFkiLvK1HZCIWiQ==",
      "supplierIdentifierGuid": "c44ccc6e-b04b-4816-8bbc-ad4764221689",
      "supplierChanged": true,
      "rebateSupplierIdentifier": "udq2sVjN6UGg5otuAKJhCw==",
      "rebateSupplierIdentifierGuid": "b1b6dab9-cd58-41e9-a0e6-8b6e00a2610b",
      "rebateSupplierChanged": true,
      "availableForOrder": true,
      "warehouseDirectIndicator": "sample string 109",
      "warehouseDirectIndicatorChanged": true,
      "productGrade": "sample string 111",
      "productType": "sample string 112",
      "productGroup": "sample string 113",
      "complianceIndicator": "sample string 114",
      "inhouseBrand": "sample string 115",
      "slowMoving": true,
      "generalMerchandise": true,
      "comment": "sample string 118",
      "lastUpdatedByUser": "sample string 119",
      "lastManualUpdatedByUser": "sample string 120",
      "lastUpdatedByUserOverride": true,
      "lastUpdatedByHost": "2026-04-03T06:27:05.520166",
      "commodity": "sample string 122",
      "businessPillar": "sample string 123",
      "mscCommodity": "sample string 124",
      "hostIdentifier": "MBiOfLTnY067/T/vBH6lZg==",
      "hostIdentifierGuid": "7c8e1830-e7b4-4e63-bbfd-3fef047ea566",
      "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": "2"
        },
        {
          "$ref": "2"
        }
      ],
      "store": {
        "$id": "3",
        "id": 1,
        "isMaster": true,
        "isElectedMaster": true,
        "electedMasterStoreID": 1,
        "isZoneMaster": true,
        "shortName": "sample string 3",
        "url": "sample string 4",
        "sortOrder": 1,
        "name": "sample string 5",
        "phone": "sample string 6",
        "fax": "sample string 7",
        "email": "sample string 8",
        "address1": "sample string 9",
        "address2": "sample string 10",
        "city": "sample string 11",
        "state": "sample string 12",
        "country": "sample string 13",
        "postCode": "sample string 14",
        "delivery": 1,
        "exportAccounts": 1,
        "salesAccountFolder": "sample string 15",
        "purchaseAccountFolder": "sample string 16",
        "initLoad": 1,
        "initIDs": 1,
        "zoneID": 1,
        "actAsMaster": 1,
        "lastActiveUtc": "2026-04-03T06:27:05.520166",
        "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": "U+qbR4n+mE+i0YWeai8apw==",
        "hostIdentifierGuid": "479bea53-fe89-4f98-a2d1-859e6a2f1aa7",
        "hostName": 1,
        "hostAddress": "sample string 27",
        "hostUsername": "sample string 28",
        "hostPassword": "sample string 29",
        "excludeFromLeadInOut": true,
        "accountingProvider": 31,
        "accountingAddress": "sample string 32",
        "accountingUsername": "sample string 33",
        "accountingPassword": "sample string 34",
        "storeAccountingCode": "sample string 35",
        "softwareVariance": 36,
        "fuelWarningVariance": 37.0,
        "fuelErrorVariance": 38.0,
        "fuelAccumulatedWarningVariance": 39.0,
        "fuelAccumulatedErrorVariance": 40.0,
        "drawManagment": 41,
        "endOfDayManagment": true,
        "autoFillCashBalancing": true,
        "fuelDayVariance": 44,
        "accountingTradingTime": "00:00:00.1234567",
        "stockActivateProduct": 46,
        "defaultOrderDocumentId": 1,
        "defaultStockReceiveDocumentId": 1,
        "giftCardSalesAccountingDeptCode": "sample string 47",
        "transactionDiscountAccountingDeptCode": "sample string 48",
        "size": 49,
        "updated": "2026-04-03T06:27:05.520166",
        "priceZone": {
          "$id": "4",
          "id": 1,
          "name": "sample string 2",
          "hostIdentifier": "nI6jKtf9k0eCkMu9Xfl98w==",
          "hostIdentifierGuid": "2aa38e9c-fdd7-4793-8290-cbbd5df97df3",
          "sortOrder": 3,
          "zoneMasterStoreID": 1,
          "electedMasterStoreID": 1,
          "containsElectedMasterStore": true
        },
        "priceZoneName": "sample string 51",
        "storeFuelConfigured": true,
        "shippingAddressCopied": true,
        "shippingAddress": {
          "$id": "5",
          "storeID": 1,
          "addressType": 1,
          "address1": "sample string 1",
          "address2": "sample string 2",
          "city": "sample string 3",
          "state": "sample string 4",
          "country": "sample string 5",
          "postCode": "sample string 6"
        },
        "billingAddressCopied": true,
        "billingAddress": {
          "$ref": "5"
        },
        "hostStoreSettings": [
          {
            "$id": "6",
            "id": 1,
            "hostIdentifier": "v7qluGkULE2uCoWoF+mvzg==",
            "hostIdentifierGuid": "b8a5babf-1469-4d2c-ae0a-85a817e9afce",
            "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": "7",
              "identifier": "x+ANO91SsU6JHlWSWCprIw==",
              "identifierGuid": "3b0de0c7-52dd-4eb1-891e-5592582a6b23",
              "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": "FRji0M3PFUmiuNSvUvSdYg==",
              "hostSupplierIdentifierGuid": "d0e21815-cfcd-4915-a2b8-d4af52f49d62",
              "loyaltyPriceLevelIdentifier": "pq5WkKjChkGiL7wbYfiUcw==",
              "loyaltyPriceLevelIdentifierGuid": "9056aea6-c2a8-4186-a22f-bc1b61f89473",
              "isGroup": true,
              "description": "sample string 22",
              "hostProvider": 23,
              "hostTypeEnum": 24,
              "hostType": "sample string 25",
              "hostCode": "sample string 26",
              "username": "sample string 27",
              "password": "sample string 28",
              "passwordPlain": "sample string 29",
              "server": "sample string 30",
              "url": "sample string 31",
              "global": true,
              "stateCode": "sample string 33",
              "lastCollected": "2026-04-03T06:27:05.520166",
              "lastProcessed": "2026-04-03T06:27:05.520166",
              "hold": true,
              "supplierName": "sample string 35",
              "supplier": {
                "$id": "8",
                "identifier": "TFL/ou6yZEeu/94pPurhJA==",
                "identifierGuid": "a2ff524c-b2ee-4764-aeff-de293eeae124",
                "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": "2b0ltvpeEk6UM99iNMiOxQ==",
                "primaryContactID": "b625bdd9-5efa-4e12-9433-df6234c88ec5",
                "storeID": 1,
                "abn": "sample string 16",
                "supplierGroupIdentifier": "uWK8qUe8g0u2U8hOvqqXLg==",
                "supplierGroupGuid": "a9bc62b9-bc47-4b83-b653-c84ebeaa972e",
                "rebate": 1.0,
                "rebateType": 1,
                "rebateFrequency": 1,
                "rebateSource": 1,
                "rebateLastClaimed": "2026-04-03T06:27:05.520166",
                "rebateLastClaimedAmount": 1.0,
                "cartonsOnly": true,
                "minimumOrderValue": 1,
                "enforceMinimumQuantity": true,
                "freight": 19.0,
                "freightType": 20,
                "deleted": true,
                "deletedUser": "sample string 22",
                "storeName": "sample string 23",
                "primaryContact": {
                  "$id": "9",
                  "id": "ed27fe30-8162-4188-8b0b-ce9c19825ff2",
                  "identifier": "7c7eFeo8EEWa0cLcISuZWQ==",
                  "identifierGuid": "15deceed-3cea-4510-9ad1-c2dc212b9959",
                  "familyName": "sample string 1",
                  "givenNames": "sample string 2",
                  "otherNames": "sample string 3",
                  "title": "sample string 4",
                  "dateOfBirth": "sample string 5",
                  "sex": "sample string 6",
                  "address": "sample string 7",
                  "address1": "sample string 8",
                  "address2": "sample string 9",
                  "town": "sample string 10",
                  "state": "sample string 11",
                  "country": "sample string 12",
                  "postalCode": "sample string 13",
                  "telephone": "sample string 14",
                  "mobile": "sample string 15",
                  "email": "sample string 16",
                  "fax": "sample string 17",
                  "primary": true
                },
                "contacts": [
                  {
                    "$id": "10",
                    "supplierIdentifier": "4YuPi9difkuONmv0w5P2zQ==",
                    "supplierIdentifierGuid": "8b8f8be1-62d7-4b7e-8e36-6bf4c393f6cd",
                    "contactGuid": "pw7HznRMfEO8MtbYrYYhig==",
                    "contactID": "cec70ea7-4c74-437c-bc32-d6d8ad86218a",
                    "contact": {
                      "$ref": "9"
                    },
                    "supplier": {
                      "$ref": "8"
                    }
                  },
                  {
                    "$ref": "10"
                  }
                ],
                "products": [
                  {
                    "$id": "11",
                    "pluG_UID": "sK8mlBE4bUO+FeyfWwkkYQ==",
                    "pluGuid": "9426afb0-3811-436d-be15-ec9f5b092461",
                    "supplierIdentifier": "0R6hiSCtik2lTBK3jTn6RQ==",
                    "supplierIdentifierGuid": "89a11ed1-ad20-4d8a-a54c-12b78d39fa45",
                    "cartonQuantity": 1,
                    "cartonQuantityChanged": true,
                    "productSize": "sample string 3",
                    "cigarettesPerSleeve": 1,
                    "randomWeight": true,
                    "piecesPerUnit": 5,
                    "averagePackSize": 6,
                    "effectiveDate": "2026-04-03T06:27:05.520166",
                    "pricedByWeight": true,
                    "landedUnitCostEx": 9,
                    "landedUnitCostInc": 10,
                    "landedCartonCostInc": 12,
                    "landedCartonCostEx": 13,
                    "standardCost": 14,
                    "deliveryFee": 1,
                    "deliveryFeeBasis": "sample string 15",
                    "pickAndPackFee": 1,
                    "pickAndPackFeeBasis": "sample string 16",
                    "financeFee": 1,
                    "financeFeeBasis": "sample string 17",
                    "cartonLength": 1,
                    "cartonWidth": 1,
                    "cartonHeight": 1,
                    "palletLayerQuantity": 1,
                    "palletLayers": 1,
                    "itemCode": "sample string 18",
                    "invoiceCode": "sample string 19",
                    "invoiceDesc": "sample string 20",
                    "orderDirect": true,
                    "useCost": true,
                    "minimumQuantity": 21,
                    "hostType": 22,
                    "fromHost": 23,
                    "minimumReorder": 1,
                    "maximumReorder": 1,
                    "orderMultiple": 24.1,
                    "sellMultiple": 25.1,
                    "baseMultiple": 26.1,
                    "hostStandardCost": 27,
                    "hostTotalCost": 28,
                    "hostRetail": 29,
                    "hostLandedUnitCostEx": 30,
                    "hostLandedUnitCostInc": 31,
                    "hostDesc": "sample string 32",
                    "directIndicator": "sample string 33",
                    "availableToOrder": true,
                    "hostRangeIndicator": "sample string 35",
                    "hostProductType": "sample string 36",
                    "hostProductGrade": "sample string 37",
                    "hostProductGroup": "sample string 38",
                    "hostSlowMoving": true,
                    "hostGeneralMerchandise": true,
                    "hostPillar": "sample string 41",
                    "hostLastUpdated": "2026-04-03T06:27:05.520166",
                    "rebate": 1.0,
                    "rebateExclude": true,
                    "invoiceCodes": [
                      {
                        "$id": "12",
                        "pluG_UID": "+gk1o6mepUO2dzjPlEeuOg==",
                        "pluGuid": "a33509fa-9ea9-43a5-b677-38cf9447ae3a",
                        "supplierIdentifier": "cim9fIRmhUeCl82tmuvQ5Q==",
                        "supplierIdentifierGuid": "7cbd2972-6684-4785-8297-cdad9aebd0e5",
                        "invoiceCode": "sample string 1",
                        "storeIDs": [
                          1,
                          2
                        ]
                      },
                      {
                        "$ref": "12"
                      }
                    ],
                    "storeIDs": [
                      1,
                      2
                    ],
                    "preferredSupplier": true,
                    "preferredRebateSupplier": true,
                    "supplierName": "sample string 42",
                    "salesMode": 43,
                    "orderPacked": true,
                    "active": true,
                    "price": 1,
                    "costGstPercent": 45,
                    "parentPluG_UID": "0yusJiDGG0SYR4fQ1NCw7A==",
                    "parentPluGuid": "26ac2bd3-c620-441b-9847-87d0d4d0b0ec",
                    "freight": 46.0,
                    "freightType": 1,
                    "product": {
                      "$ref": "2"
                    },
                    "supplier": {
                      "$ref": "8"
                    },
                    "serviceFee": {
                      "$id": "13",
                      "id": 1,
                      "description": "sample string 1",
                      "fee": 1
                    },
                    "isPrimaryHost": true,
                    "hostVendor": 48
                  },
                  {
                    "$ref": "11"
                  }
                ],
                "orderCycleHeaders": [
                  {
                    "$id": "14",
                    "storeID": 1,
                    "supplierIdentifier": "TTVq4InmUkWrwYWBjkFuIg==",
                    "supplierGuid": "e06a354d-e689-4552-abc1-85818e416e22",
                    "departmentCode": "sample string 2",
                    "warehouseDirectIndicator": "sample string 3",
                    "type": 4,
                    "storeName": "sample string 5",
                    "departmentName": "sample string 6",
                    "orderDays": 7
                  },
                  {
                    "$ref": "14"
                  }
                ],
                "cycles": [
                  {
                    "$id": "15",
                    "storeID": 1,
                    "supplierIdentifier": "dZskLAKUEUy3NbARc+MiXg==",
                    "supplierGuid": "2c249b75-9402-4c11-b735-b01173e3225e",
                    "departmentCode": "sample string 2",
                    "warehouseDirectIndicator": "sample string 3",
                    "type": 4,
                    "cutOffWeek": 5,
                    "cutOffDay": 6,
                    "cutOffTime": "00:00:00.1234567",
                    "leadTime": 7,
                    "daysBuffer": 8,
                    "supplierName": "sample string 9",
                    "cutOffDate": "2026-04-03T06:27:05.520166",
                    "deliveryDate": "2026-04-03T06:27:05.520166",
                    "nextCutOffDate": "2026-04-03T06:27:05.520166",
                    "nextDeliveryDate": "2026-04-03T06:27:05.520166",
                    "nextDaysBuffer": 10
                  },
                  {
                    "$ref": "15"
                  }
                ],
                "store": {
                  "$ref": "3"
                },
                "updated": "2026-04-03T06:27:05.520166",
                "isHost": true
              },
              "files": [
                {
                  "$id": "16",
                  "id": "sample string 1",
                  "fileName": "sample string 2",
                  "extension": "sample string 3",
                  "provider": 0,
                  "type": 0,
                  "hostType": "sample string 4",
                  "createdUtc": "2026-04-03T06:27:05.520166",
                  "processed": "2026-04-03T06:27:05.520166",
                  "isProcessing": true,
                  "processedCount": 6,
                  "processingTime": 1,
                  "collectedUtc": "2026-04-03T06:27:05.520166",
                  "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": "7"
                  },
                  "metcashHeader": {
                    "$id": "17",
                    "customerNumber": "sample string 1",
                    "creationDate": "2026-04-03T06:27:05.520166",
                    "businessPillar": "sample string 3",
                    "fileType": "sample string 4"
                  }
                },
                {
                  "$ref": "16"
                }
              ],
              "zoneMatrix": [
                {
                  "$id": "18",
                  "id": 1,
                  "hostIdentifier": "Zyy3I4nmjkOHxcwpglT4Zg==",
                  "hostIdentifierGuid": "23b72c67-e689-438e-87c5-cc298254f866",
                  "storeID": 1,
                  "departmentCode": "sample string 2",
                  "hostGuids": [
                    "5caf4631-bed1-4ee6-bd59-0d79ae255e09",
                    "72971186-c382-40a4-926e-b721dadddc6f"
                  ]
                },
                {
                  "$ref": "18"
                }
              ],
              "hostFileStoreSetting": {
                "$ref": "6"
              },
              "hostStoreSettings": [
                {
                  "$ref": "6"
                },
                {
                  "$ref": "6"
                }
              ],
              "promotionPlacements": [
                {
                  "$id": "19",
                  "identifier": "I1N2qCMIbUyQxk4MZdADcg==",
                  "identifierGuid": "a8765323-0823-4c6d-90c6-4e0c65d00372",
                  "code": "sample string 2",
                  "description": "sample string 3",
                  "isAdvertised": true
                },
                {
                  "$ref": "19"
                }
              ],
              "promoTypeGuids": [
                "d5961b45-32c4-49cd-9667-466ce12ec045",
                "2ed826bb-7f56-49e9-b43f-2219b57e8dbd"
              ],
              "isPromotionOnly": false,
              "isOrderable": false,
              "vendor": 0
            },
            "groupIDs": [
              1,
              2
            ],
            "hostDescription": "sample string 27"
          },
          {
            "$ref": "6"
          }
        ],
        "accounts": [
          {
            "$id": "20",
            "id": 1,
            "storeID": 1,
            "accountName": "sample string 2",
            "bsb": "sample string 3",
            "accountNumber": "sample string 4",
            "accountDesignated": true
          },
          {
            "$ref": "20"
          }
        ],
        "sales": [
          {
            "$id": "21",
            "id": 1,
            "storeID": 1,
            "externalSalesType": 2,
            "ftpSiteID": 1,
            "lastSaleProcessed": "2026-04-03T06:27:05.520166",
            "ftpSite": {
              "$id": "22",
              "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": "21"
          }
        ],
        "zoneMatrix": [
          {
            "$ref": "18"
          },
          {
            "$ref": "18"
          }
        ],
        "cashManagements": [
          {
            "$id": "23",
            "id": 1,
            "storeID": 1,
            "cashManagementType": 2,
            "apiID": 1,
            "organisationID": "sample string 3",
            "siteName": "sample string 4",
            "thirdPartyAPI": {
              "$id": "24",
              "id": 1,
              "description": "sample string 2",
              "address": "sample string 3",
              "username": "sample string 4",
              "password": "sample string 5",
              "passwordPlain": "sample string 6",
              "token": "sample string 7",
              "apiType": 8,
              "apiSubType": 9
            }
          },
          {
            "$ref": "23"
          }
        ],
        "updateStoreID": "e506c21b-5d12-43e5-b320-d201fb5faa48",
        "updateStore": {
          "$id": "25",
          "id": "4aef983e-e901-42c2-ba6b-b1ae125a1926",
          "name": "sample string 1",
          "lastActivity": "2026-04-03T06:27:05.520166",
          "zone": "sample string 2",
          "timeZoneOffset": 0.0,
          "businessHoursStart": "00:00:00.1234567",
          "businessHoursEnd": "00:00:00.1234567",
          "master": true,
          "lastIP": "sample string 10",
          "lastHostName": "sample string 11",
          "ping": 1,
          "pingStatus": "sample string 12",
          "lastUpdateCompleted": "2026-04-03T06:27:05.520166"
        },
        "timeZoneId": "sample string 54",
        "securityOptions": {
          "$id": "26",
          "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": "27",
          "pluG_UID": "KZNAYpiFOE6vbRQ2tPMbXQ==",
          "pluGuid": "62409329-8598-4e38-af6d-1436b4f31b5d",
          "plu": 1,
          "storeID": 1,
          "zoneID": 2,
          "zoneName": "sample string 3",
          "store": "sample string 4",
          "isElectedMasterStore": true,
          "isZoneMasterStore": true,
          "priceNow": 7,
          "costNow": 8,
          "costNowDecimals": 9,
          "normalPrice": 10,
          "priceNext": 1,
          "costNext": 1,
          "costNextDecimals": 11,
          "nextCampaignName": "sample string 12",
          "gstPercent": 13,
          "normalCost": 14,
          "normalCostDecimals": 15,
          "costGstPercent": 16,
          "costCalcMethod": 1,
          "currentCost": 17,
          "currentCostDecimals": 18,
          "break1": 19,
          "price1": 20,
          "break2": 21,
          "price2": 22,
          "break3": 23,
          "price3": 24,
          "fuelItem": 25,
          "fixedWeight": 26,
          "active": true,
          "complianceIndicator": "sample string 27",
          "doNotOrder": true,
          "doNotRange": true,
          "isNormalPriceChangesCampaign": true,
          "updated": "2026-04-03T06:27:05.520166"
        },
        {
          "$ref": "27"
        }
      ],
      "currentPrices": {
        "$id": "28",
        "pluPrices": {
          "$id": "29",
          "plu": 1,
          "pluG_UID": "QEA=",
          "stores": [
            1,
            2
          ],
          "normalPrice": 1,
          "cost": 2,
          "break1": 3,
          "price1": 4,
          "break2": 5,
          "price2": 6,
          "break3": 7,
          "price3": 8,
          "discountPrice": 9,
          "memberDiscountPrice": 10,
          "acceptedUtc": "2026-04-03T06:27:05.520166",
          "priceChangeType": 0,
          "costDecimals": 11,
          "costCalcMethod": 12,
          "targetCampaignPriceGtOrEquNormal": true
        },
        "normalPluPrices": {
          "$ref": "29"
        },
        "winningCampaign": 1,
        "winner": {
          "$id": "30",
          "campaignName": "sample string 1",
          "campaignDescription": "sample string 2",
          "talkerText": "sample string 3",
          "disableWasSave": true,
          "startDate": "2026-04-03T06:27:05.520166",
          "startTime": 5,
          "endDate": "2026-04-03T06:27:05.520166",
          "endTime": 6,
          "newPrice": 7,
          "newCost": 8,
          "newCostDecimals": 9,
          "pctDiscount": 10,
          "promoType": 1,
          "promotionTypeCode": "sample string 11",
          "hostType": 12,
          "hostIdentifier": "TbAKiQVmIEq3SCKAcoPkGg==",
          "hostIdentifierGuid": "890ab04d-6605-4a20-b748-22807283e41a",
          "storeNames": [
            "sample string 1",
            "sample string 2"
          ]
        },
        "details": [
          {
            "$ref": "30"
          },
          {
            "$ref": "30"
          }
        ]
      },
      "tray": {
        "$id": "31",
        "g_UId": "chWldfMM0E+uReQK5wkNfA==",
        "guid": "75a51572-0cf3-4fd0-ae45-e40ae7090d7c",
        "name": "sample string 1",
        "number": 1,
        "tare": 1
      },
      "priceGroup": {
        "$id": "32",
        "priceGroupG_UID": "ZwfEA2RV5kuFsr/T2nZHVw==",
        "priceGroupGuid": "03c40767-5564-4be6-85b2-bfd3da764757",
        "name": "sample string 2",
        "code": 1,
        "modified": true,
        "updated": "2026-04-03T06:27:05.520166",
        "buyingLimit": 1,
        "buyingLimitIndependent": true,
        "buyingLimitType": 0,
        "number": 1,
        "products": [
          {
            "$ref": "2"
          },
          {
            "$ref": "2"
          }
        ],
        "productCount": 1
      },
      "priceGroupName": "sample string 147",
      "nutrifacts": {
        "$id": "33",
        "pluG_UID": "LQX7ZsPIQ0WfnGH0ZUMIrg==",
        "pluGuid": "66fb052d-c8c3-4543-9f9c-61f4654308ae",
        "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": "34",
        "pluGuid": "4b1676e9-6309-4d52-8b52-f2ad46d43279",
        "created": "2026-04-03T06:27:05.520166",
        "createdByUser": "sample string 1",
        "activated": "2026-04-03T06:27:05.520166",
        "activatedByUser": "sample string 2",
        "deactivated": "2026-04-03T06:27:05.520166",
        "deactivatedByUser": "sample string 3",
        "lastOrdered": "2026-04-03T06:27:05.520166",
        "lastOrderedQty": 4.0,
        "lastReceived": "2026-04-03T06:27:05.520166",
        "lastReceivedQty": 5.0,
        "lastInvoiceStatus": 1,
        "lastCounted": "2026-04-03T06:27:05.520166",
        "lastSold": "2026-04-03T06:27:05.520166",
        "firstSold": "2026-04-03T06:27:05.520166",
        "awsUpdated": "2026-04-03T06:27:05.520166",
        "lastManualUpdate": "2026-04-03T06:27:05.520166",
        "lastManualUpdatedByUser": "sample string 7",
        "lastUpdated": "2026-04-03T06:27:05.520166",
        "lastUpdatedByUser": "sample string 9",
        "lastUpdatedByHost": "2026-04-03T06:27:05.520166",
        "doNotRangeUpdated": "2026-04-03T06:27:05.520166",
        "doNotOrderUpdated": "2026-04-03T06:27:05.520166",
        "tracked": "2026-04-03T06:27:05.520166"
      },
      "allergens": [
        {
          "$id": "35",
          "primaryKey": {
            "$id": "36",
            "pluGuid": "e7b96fc0-80d6-4dd9-b948-1a5b6cb51e82",
            "contains": 2
          },
          "allergenID": 1,
          "pluG_UID": "wG+559aA2U25SBpbbLUegg==",
          "pluGuid": "e7b96fc0-80d6-4dd9-b948-1a5b6cb51e82",
          "contains": 2,
          "allergenName": "sample string 3",
          "storeIDs": [
            1,
            2
          ]
        },
        {
          "$ref": "35"
        }
      ],
      "costs": {
        "$id": "37",
        "pluG_UID": "jAVfWQowEkSVzmd0syqATA==",
        "pluGuid": "595f058c-300a-4412-95ce-6774b32a804c",
        "enteredCost": 1,
        "weightedAvgCost": 1,
        "lastCost": 1,
        "rawEnteredCost": 2,
        "rawWeightedAvgCost": 3,
        "rawLastCost": 4,
        "freight": 5.0,
        "freightType": 6,
        "costDecimals": 7,
        "fifoCost": 1,
        "updated": "2026-04-03T06:27:05.520166",
        "normalCost": 1,
        "currentCost": 1
      },
      "sales": [
        {
          "$id": "38",
          "saleHeaderID": 1,
          "created": "2026-04-03T06:27:05.520166",
          "createdLocal": "2026-04-03T06:27:05.520166",
          "storeID": 3,
          "storeName": "sample string 4",
          "operatorG_Uid": "UeJ9qWd0mUyjtjCjRj5Rug==",
          "operatorGuid": "a97de251-7467-4c99-a3b6-30a3463e51ba",
          "operatorName": "sample string 5",
          "tranType": 1,
          "plu": 1,
          "pluG_UId": "gcZeOj+x10iHjL4qhfcKOw==",
          "pluGuid": "3a5ec681-b13f-48d7-878c-be2a85f70a3b",
          "normalPrice": 1,
          "totalCents": 1,
          "cost": 1,
          "grossProfit": 1,
          "quantity": 1,
          "operator": {
            "$id": "39",
            "id": 1,
            "g_Uid": "9LHRWMZrgUeXZB/KKEs59A==",
            "guid": "58d1b1f4-6bc6-4781-9764-1fca284b39f4",
            "operatorNumber": 1,
            "shortName": "sample string 2",
            "firstName": "sample string 3",
            "lastName": "sample string 4",
            "password": "sample string 5",
            "hasPassword": true,
            "passwordText": "sample string 6",
            "rfidTagID": "sample string 7",
            "blueprintID": 1,
            "groupID": 1,
            "groupName": "sample string 8",
            "managerGroupID": 1,
            "managerGroupName": "sample string 9",
            "zoneID": 1,
            "zoneName": "sample string 10",
            "loggedIn": 1,
            "lastUsedIP": "sample string 11",
            "deleted": true,
            "locked": true,
            "allowOpenTill": true,
            "webEmail": "sample string 14",
            "simpleOperatorType": 0,
            "webRole": "sample string 15",
            "updated": "2026-04-03T06:27:05.520166",
            "passwordResetRequired": true,
            "alteredInStore": true,
            "startShift": "2026-04-03T06:27:05.520166",
            "endShift": "2026-04-03T06:27:05.520166",
            "machineName": "sample string 20",
            "drawerID": 1,
            "stores": [
              {
                "$id": "40",
                "operatorG_UID": "XyJ+1aLqU0eH6MzIc2A8qA==",
                "operatorGuid": "d57e225f-eaa2-4753-87e8-ccc873603ca8",
                "storeID": 2,
                "operator": {
                  "$ref": "39"
                },
                "store": {
                  "$ref": "3"
                }
              },
              {
                "$ref": "40"
              }
            ]
          }
        },
        {
          "$ref": "38"
        }
      ],
      "apns": [
        {
          "$id": "41",
          "pluID": 1,
          "pluG_UID": "4JJmpD/n/U+TsrKkxqiVTQ==",
          "pluGuid": "a46692e0-e73f-4ffd-93b2-b2a4c6a8954d",
          "apn": "sample string 1",
          "deleted": true,
          "storeID": 1,
          "storeIDs": [
            1,
            2
          ]
        },
        {
          "$ref": "41"
        }
      ],
      "tuns": [
        {
          "$id": "42",
          "pluG_UId": "Do4NWjJA3U2sXV8oXz+gpw==",
          "pluGuid": "5a0d8e0e-4032-4ddd-ac5d-5f285f3fa0a7",
          "apn": "sample string 1",
          "tun": "sample string 2",
          "cartonQuantity": 3,
          "product": {
            "$ref": "2"
          },
          "storeIDs": [
            1,
            2
          ]
        },
        {
          "$ref": "42"
        }
      ],
      "competitionPricing": [
        {
          "$id": "43",
          "identifier": "vaxFUT6mPk6UMH/3h9ZzXg==",
          "identifierGuid": "5145acbd-a63e-4e3e-9430-7ff787d6735e",
          "pluG_UID": "pd5+JWB+YkKbFV4d7H3kgA==",
          "pluGuid": "257edea5-7e60-4262-9b15-5e1dec7de480",
          "competitionID": 1,
          "name": "sample string 2",
          "sellMultiple": 3,
          "retailPrice": 4,
          "storeName": "sample string 5"
        },
        {
          "$ref": "43"
        }
      ],
      "supplier": {
        "$ref": "8"
      },
      "supplierName": "sample string 148",
      "children": [
        {
          "$ref": "2"
        },
        {
          "$ref": "2"
        }
      ],
      "ordering": {
        "$ref": "11"
      },
      "flipChartPages": [
        {
          "$id": "44",
          "identifier": "lHorXTcQ+kqp/bG78AZi8g==",
          "groupName": "sample string 1",
          "identifierGuid": "5d2b7a94-1037-4afa-a9fd-b1bbf00662f2",
          "exists": true,
          "flipChartIdentifier": "xnmjjRLwjUSmnKcfSTIJrg==",
          "flipChartIdentifierGuid": "8da379c6-f012-448d-a69c-a71f493209ae",
          "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": "CudBSWRSYEKm7fq4VM0dbw==",
          "groupIdentifierGuid": "4941e70a-5264-4260-a6ed-fab854cd1d6f",
          "flipChart": {
            "$id": "45",
            "identifier": "tdsjq9YFiEu/TfAoOuYvuw==",
            "identifierGuid": "ab23dbb5-05d6-4b88-bf4d-f0283ae62fbb",
            "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": "46",
              "identifier": "X4IVO8za1EeNO3lKqZqoeQ==",
              "identifierGuid": "3b15825f-dacc-47d4-8d3b-794aa99aa879",
              "name": "sample string 2",
              "formType": "sample string 3",
              "forms": [
                {
                  "$id": "47",
                  "id": 1,
                  "g_UID": "p7UgNpxmDE+3vXKc//okmA==",
                  "guid": "3620b5a7-669c-4f0c-b7bd-729cfffa2498",
                  "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": "rlr4/+dlQki1Pkk0+5Q71g==",
                  "previousFormGuid": "fff85aae-65e7-4842-b53e-4934fb943bd6",
                  "nextForm": 1,
                  "nextFormG_UID": "x7DfS86f8kyOiXNS8IRDyQ==",
                  "nextFormGuid": "4bdfb0c7-9fce-4cf2-8e89-7352f08443c9",
                  "attributes": "sample string 10",
                  "updated": "2026-04-03T06:27:05.520166",
                  "positioning": 1,
                  "contentPanel": "sample string 11",
                  "selectionMode": 1,
                  "maximumSelections": 1,
                  "alteredInStore": true,
                  "deleted": true,
                  "blueprintID": 1,
                  "preserveLayout": true,
                  "mainCheckoutFormName": "sample string 13",
                  "nextCheckoutForm": {
                    "$ref": "47"
                  },
                  "previousCheckoutForm": {
                    "$ref": "47"
                  },
                  "buttons": [
                    {
                      "$id": "48",
                      "id": 1,
                      "checkoutFormID": 2,
                      "checkoutFormG_UID": "JIozl9uwq0+TvTrcQ+XzLA==",
                      "checkoutFormGuid": "97338a24-b0db-4fab-93bd-3adc43e5f32c",
                      "identifier": "JdxQiuq/a0iSFakM2O6n3w==",
                      "identifierGuid": "8a50dc25-bfea-486b-9215-a90cd8eea7df",
                      "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": "AYZkYAmoOU2OkNkPzg335w==",
                      "valueGuid": "60648601-a809-4d39-8e90-d90fce0df7e7",
                      "buttonText": "sample string 10",
                      "valueText": "sample string 11",
                      "drawImageAndButton": true,
                      "updated": "2026-04-03T06:27:05.520166",
                      "action": "sample string 12",
                      "valueForm": {
                        "$ref": "47"
                      },
                      "image": {
                        "$id": "49",
                        "name": "sample string 3.sample string 4",
                        "imageID": 2,
                        "imageName": "sample string 3",
                        "imageExtension": "sample string 4",
                        "lastUpdate": "2026-04-03T06:27:05.520166",
                        "imageData": "QEA=",
                        "readOnly": true
                      }
                    },
                    {
                      "$ref": "48"
                    }
                  ],
                  "panels": [
                    {
                      "$id": "50",
                      "id": 1,
                      "checkoutFormID": 2,
                      "checkoutFormG_UID": "oDQQN3fyCEaOvOkcSjGAvg==",
                      "checkoutFormGuid": "371034a0-f277-4608-8ebc-e91c4a3180be",
                      "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": "50"
                    }
                  ]
                },
                {
                  "$ref": "47"
                }
              ],
              "panels": [
                {
                  "$ref": "50"
                },
                {
                  "$ref": "50"
                }
              ]
            },
            "pages": [
              {
                "$ref": "44"
              },
              {
                "$ref": "44"
              }
            ]
          },
          "contentPanel": {
            "$ref": "50"
          },
          "products": [
            {
              "$id": "51",
              "flipChartPageIdentifier": "DGVDAoflL061ak2TbeXthQ==",
              "flipChartPageIdentifierGuid": "0243650c-e587-4e2f-b56a-4d936de5ed85",
              "pluG_UID": "KVxcZDEn/UOKZ8wJnDAUPg==",
              "pluGuid": "645c5c29-2731-43fd-8a67-cc099c30143e",
              "sortOrder": 3,
              "sent": true,
              "productChanged": true,
              "productImageName": "sample string 6",
              "productShowImageOnFlipCharts": true,
              "productShowTextOnFlipCharts": true,
              "productOverrideFlipChartText": true,
              "productFlipChartText": "sample string 10",
              "product": {
                "$ref": "2"
              },
              "departmentSortOrder": 11,
              "subDepartmentName": "sample string 12"
            },
            {
              "$ref": "51"
            }
          ],
          "productCount": 27,
          "pages": [
            {
              "$ref": "44"
            },
            {
              "$ref": "44"
            }
          ]
        },
        {
          "$ref": "44"
        }
      ],
      "priceHistory": [
        {
          "$id": "52",
          "pluG_UID": "UTFg7cp9MkymdZ6JhOs+nA==",
          "pluGuid": "ed603151-7dca-4c32-a675-9e8984eb3e9c",
          "price": 1,
          "costCalcMethod": 1,
          "cost": 2,
          "weightedAvgCost": 3,
          "lastCost": 4,
          "rawCost": 5,
          "rawWeightedAvgCost": 6,
          "rawLastCost": 7,
          "costDecimals": 8,
          "serviceFeeID": 9,
          "freight": 10.0,
          "freightType": 11,
          "process": "sample string 12",
          "user": "sample string 13",
          "updated": "2026-04-03T06:27:05.520166",
          "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": "52"
        }
      ],
      "ingredients": [
        {
          "$ref": "1"
        },
        {
          "$ref": "1"
        }
      ],
      "bins": [
        {
          "$id": "53",
          "pluG_UID": "1tSoV1w0sUmFflzYJsYKaA==",
          "pluGuid": "57a8d4d6-345c-49b1-857e-5cd826c60a68",
          "shelfLocationIdentifier": "SHtV8PABm0CKdyUct/g+HA==",
          "shelfLocationGuid": "f0557b48-01f0-409b-8a77-251cb7f83e1c",
          "labelShelfDefault": 1,
          "labelTalkerDefault": 1,
          "labelSmall": true,
          "labelPageLayoutG_UID": "kttxPTknFkGmTHke8jKZ4w==",
          "labelPageLayoutGuid": "3d71db92-2739-4116-a64c-791ef23299e3",
          "updated": "2026-04-03T06:27:05.520166",
          "electronicShelfLabelIdentifier": "sample string 5",
          "electronicshelfLabelsConfigurationID": 6,
          "labelShelfChanged": true,
          "productName": "sample string 8",
          "locationText": "sample string 9",
          "product": {
            "$ref": "2"
          },
          "location": {
            "$id": "54",
            "identifier": "3A4aHbrUhEaaTQpqQmmxtg==",
            "storeID": 1,
            "identifierGuid": "1d1a0edc-d4ba-4684-9a4d-0a6a4269b1b6",
            "name": "sample string 2",
            "haccp": true,
            "blueprintID": 1,
            "updated": "2026-04-03T06:27:05.520166",
            "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": "nUOjd6TIv0qiRp3nW3ZggA==",
          "pluGuid": "77a3439d-c8a4-4abf-a246-9de75b766080",
          "deptNo": 1,
          "product": {
            "$ref": "2"
          },
          "scaleLocation": {
            "$id": "56",
            "id": 1,
            "deptNo": 1,
            "deptCode": "sample string 2",
            "name": "sample string 3",
            "enabled": true,
            "updated": "2026-04-03T06:27:05.520166",
            "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-04-03T06:27:05.520166",
                          "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": "HujPpKtgY0S/uQCYl/6NbA==",
                          "labelPageLayoutGuid": "a4cfe81e-60ab-4463-bfb9-009897fe8d6c",
                          "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-04-03T06:27:05.520166",
                      "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": "+pdMfDZhJ0CwI0vYbb6vng==",
                      "labelPageLayoutGuid": "7c4c97fa-6136-4027-b023-4bd86dbeaf9e",
                      "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-04-03T06:27:05.520166",
                  "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": "VjcQP7RPGE+5QwYzFsN2oA==",
                  "labelPageLayoutGuid": "3f103756-4fb4-4f18-b943-063316c376a0",
                  "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-04-03T06:27:05.520166",
              "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": "NmYOTsxBUU+dln1y3OCw6Q==",
              "labelPageLayoutGuid": "4e0e6636-41cc-4f51-9d96-7d72dce0b0e9",
              "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": "YVN6Fok/9UOS5qJX7fBVSA==",
        "pluGuid": "167a5361-3f89-43f5-92e6-a257edf05548",
        "newPrice": 1,
        "pctDiscount": 1,
        "newCost": 1,
        "newCostDecimals": 6,
        "dealCostIdentifier": "AVWw3GZvZUqMKO3aM81qkg==",
        "dealCostGuid": "dcb05501-6f66-4a65-8c28-edda33cd6a92",
        "pluName": "sample string 7",
        "apn": "sample string 8",
        "fuelItem": true,
        "priceGroupG_UID": "RGRsZnWu/kGYOepzPorE/A==",
        "priceGroupGuid": "666c6444-ae75-41fe-9839-ea733e8ac4fc",
        "itemNumber": "sample string 10",
        "cri": "sample string 11",
        "pluPrice": 12,
        "costCalcMethod": 13,
        "pluCost": 14,
        "pluCostIndicator": "sample string 15",
        "pluPriceGstPercent": 16,
        "pluCostGstPercent": 17,
        "pluActive": true,
        "cartonQty": 1.1,
        "baseUnits": 19.1,
        "salesMode": 1,
        "pluNormalCost": 20,
        "pluaws": 21.0,
        "directNumber": "sample string 22",
        "departmentName": "sample string 23",
        "subDepartmentName": "sample string 24",
        "priceGroupName": "sample string 25",
        "supplierName": "sample string 26",
        "stockOnHand": 1.1,
        "stockOnOrder": 1.1,
        "lastReceived": "2026-04-03T06:27:05.520166",
        "rrp": 27,
        "campaignDescription": "sample string 28",
        "hostCampaign": true,
        "hostIdentifier": "QEA=",
        "hostIdentifierGuid": "4f27c164-819a-41ed-ba1b-9973ec5d1b3a",
        "campaignComboPriceGroupG_UID": "n14MVJQTc02GQlnCnEtC0A==",
        "campaignComboPriceGroupIdentifier": "540c5e9f-1394-4d73-8642-59c29c4b42d0",
        "promotionPlacementDescription": "sample string 30",
        "storeAcceptances": [
          {
            "$id": "66",
            "plu": 1,
            "pluG_UId": "QEA=",
            "campaignID": 1,
            "campaignName": "sample string 2",
            "storeID": 3,
            "acceptedUtc": "2026-04-03T06:27:05.520166",
            "operatorG_UID": "8ZvUi/U4fEOzGC5VfpP/Hg==",
            "operatorGuid": "8bd49bf1-38f5-437c-b318-2e557e93ff1e",
            "machineID": 1,
            "processed": true,
            "appliedUtc": "2026-04-03T06:27:05.520166",
            "signIqTicketFileMovedUtc": "2026-04-03T06:27:05.520166",
            "user": "sample string 6",
            "campaignDescription": "sample string 7",
            "productDesc": "sample string 8",
            "storeName": "sample string 9",
            "effectiveUtc": "2026-04-03T06:27:05.520166",
            "priceChangeType": 0,
            "operatorName": "sample string 10",
            "hostCampaign": true,
            "hostIdentifier": "QEA=",
            "hostIdentifierGuid": "0b7201f6-e179-4bab-982a-bcc4ef691abc",
            "product": {
              "$ref": "2"
            },
            "campaignPlu": {
              "$ref": "65"
            },
            "fuelItem": true
          },
          {
            "$ref": "66"
          }
        ],
        "campaign": {
          "$id": "67",
          "id": 1,
          "storeID": 2,
          "name": "65a646d3-83b9-4f7e-b489-3f61aed858fa",
          "nameGuid": "65a646d3-83b9-4f7e-b489-3f61aed858fa",
          "description": "sample string 4",
          "showDiscounts": true,
          "showTotals": true,
          "onlyEvaluateOnSubtotal": true,
          "useDescription": true,
          "campaignType": 1,
          "startDate": "2026-04-03T06:27:05.520166",
          "startTime": 1,
          "endDate": "2026-04-03T06:27:05.520166",
          "endTime": 1,
          "recurrence": 1,
          "recurrenceType": 1,
          "monthType": 1,
          "weekDays": 1,
          "months": 1,
          "monthWeeks": 1,
          "monthDays": "sample string 7",
          "printed": true,
          "talkerText": "sample string 8",
          "rangeDescription": "sample string 9",
          "dealDescription": "sample string 10",
          "labelQuantity": 11,
          "active": 1,
          "deactivated": "2026-04-03T06:27:05.520166",
          "system": true,
          "created": "2026-04-03T06:27:05.520166",
          "updated": "2026-04-03T06:27:05.520166",
          "priceChangeNotifiedUtc": "2026-04-03T06:27:05.520166",
          "promoType": 1,
          "promotionTypeCode": "sample string 13",
          "hostIdentifier": "p1XjLUmuzk60Mv8U9OOjtQ==",
          "hostIdentifierGuid": "2de355a7-ae49-4ece-b432-ff14f4e3a3b5",
          "hostType": 14,
          "createdByUser": "sample string 15",
          "fromHost": true,
          "deleted": true,
          "campaignDeleted": "2026-04-03T06:27:05.520166",
          "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": "a7D2J6joPkiWcKyqszfuCQ==",
              "pluGuid": "27f6b06b-e8a8-483e-9670-acaab337ee09",
              "hostOfferID": 1,
              "priceGroupG_UID": "al/BBTHGwEmbv3o88QX3bQ==",
              "priceGroupGuid": "05c15f6a-c631-49c0-9bbf-7a3cf105f76d",
              "fuelItem": true,
              "pluName": "sample string 6",
              "apn": "sample string 7",
              "pluActive": true,
              "cartonQty": 1,
              "baseUnits": 9.1,
              "cri": "sample string 10",
              "salesMode": 1,
              "pluaws": 11.0,
              "directNumber": "sample string 12",
              "departmentName": "sample string 13",
              "subDepartmentName": "sample string 14",
              "priceGroupName": "sample string 15",
              "supplierName": "sample string 16",
              "stockOnHand": 1.1,
              "stockOnOrder": 1.1,
              "lastReceived": "2026-04-03T06:27:05.520166",
              "rrp": 17,
              "campaignDescription": "sample string 18",
              "product": {
                "$ref": "2"
              },
              "campaign": {
                "$ref": "67"
              }
            },
            {
              "$ref": "68"
            }
          ],
          "sellingRules": [
            {
              "$id": "69",
              "id": 1,
              "identifier": "Atl12GJyL0GKH11pVcc6CQ==",
              "identifierStr": "Atl12GJyL0GKH11pVcc6CQ==",
              "identifierGuid": "d875d902-7262-412f-8a1f-5d6955c73a09",
              "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": "4E7hgxJf4UebDc/0CqgwAg==",
              "customerIDGuid": "83e14ee0-5f12-47e1-9b0d-cff40aa83002",
              "campaign": {
                "$ref": "67"
              },
              "customer": {
                "$id": "71",
                "identifier": "pSeYz96NV0CiPiUeZrQofA==",
                "identifierGuid": "cf9827a5-8dde-4057-a23e-251e66b4287c",
                "code": "sample string 2",
                "familyName": "sample string 3",
                "givenName": "sample string 4",
                "otherName": "sample string 5",
                "title": "sample string 6",
                "dateOfBirth": "2026-04-03T06:27:05.520166",
                "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": "7ZDjJd/E202Toix5zlc4Hg==",
                "communityIdentifierGuid": "25e390ed-c4df-4ddb-93a2-2c79ce57381e",
                "joined": "2026-04-03T06:27:05.520166",
                "updated": "2026-04-03T06:27:05.520166",
                "active": true,
                "reasonInactive": 1,
                "groupCustomer": true,
                "loyaltyPoints": 1,
                "homeStoreID": 1,
                "availableSpend": 1,
                "priceLevelIdentifier": "7K23yKMRpUqwVTmXSoDguQ==",
                "priceLevelIdentifierGuid": "c8b7adec-11a3-4aa5-b055-39974a80e0b9",
                "marketingID": "sample string 18",
                "receiptPrintOptions": 1,
                "hidden": true,
                "registered": true,
                "registeredOn": "2026-04-03T06:27:05.520166",
                "emailMarketing": true,
                "smsMarketing": true,
                "deleted": true,
                "deletedUser": "sample string 24",
                "homeStoreName": "sample string 25",
                "customerCards": [
                  {
                    "$id": "72",
                    "cardType": 2,
                    "issueDate": "2026-04-03T06:27:05.520166",
                    "expiry": "2026-04-03T06:27:05.520166",
                    "customerID": "kvy/VOWHfEKUCE68mRpV1g==",
                    "customerIDGuid": "54bffc92-87e5-427c-9408-4ebc991a55d6",
                    "initialValue": 1,
                    "currentValue": 1,
                    "maxLimit": 1,
                    "minTransaction": 1,
                    "maxTransaction": 1,
                    "multiplier": 1.1,
                    "active": true,
                    "reasonInactive": 1,
                    "idRequired": true,
                    "idType": 1,
                    "idValue": "sample string 5",
                    "updated": "2026-04-03T06:27:05.520166",
                    "linkedAccount": "ObjOyPsXy0+0bIWV98ICwg==",
                    "linkedAccountGuid": "c8ceb839-17fb-4fcb-b46c-8595f7c202c2",
                    "currentValueChanged": true,
                    "limitsChanged": true,
                    "customer": {
                      "$ref": "71"
                    },
                    "account": {
                      "$id": "73",
                      "id": 1,
                      "identifier": "AoBvWHU+RUWf4iGyHqarMw==",
                      "identifierGuid": "586f8002-3e75-4545-9fe2-21b21ea6ab33",
                      "referenceNo": "sample string 3",
                      "name": "sample string 4",
                      "created": "2026-04-03T06:27:05.520166",
                      "owner": "/5z4cQjb20GCM+l5O0yZwQ==",
                      "ownerGuid": "71f89cff-db08-41db-8233-e9793b4c99c1",
                      "accountStoreGroupIdentifier": "GAqwJ3VRCUSz/IiMF//O6A==",
                      "accountStoreGroupGuid": "27b00a18-5175-4409-b3fc-888c17ffcee8",
                      "accountType": 1,
                      "currentBalance": 1,
                      "externalID": "sample string 7",
                      "maximumLimit": 1,
                      "accruePoints": true,
                      "loyaltyPoints": 1,
                      "termsOfTrade": 1,
                      "signatureRequired": true,
                      "referenceRequired": true,
                      "statementSendType": 10,
                      "ageingPeriod": 1,
                      "monthlyAgeingPeriod": true,
                      "explodedInvoice": true,
                      "isFifoAllocation": true,
                      "lastStatementSent": "2026-04-03T06:27:05.520166",
                      "active": true,
                      "updated": "2026-04-03T06:27:05.520166",
                      "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": "+Q+Grpr6zEWUIB+DoBKn4A==",
                          "identifierGuid": "ae860ff9-fa9a-45cc-9420-1f83a012a7e0",
                          "name": "sample string 2",
                          "primaryContact": "ItxmAkmonES9CFO40MtQAQ==",
                          "primaryContactGuid": "0266dc22-a849-449c-bd08-53b8d0cb5001",
                          "accountID": "gLsJHbhGiEidmq1HWjInVA==",
                          "accountIDGuid": "1d09bb80-46b8-4888-9d9a-ad475a322754",
                          "special": true,
                          "updated": "2026-04-03T06:27:05.520166",
                          "active": true,
                          "reasonInactive": 1,
                          "priceLevelIdentifier": "xcNN3P81E0mql/R/8EdYgA==",
                          "priceLevelIdentifierGuid": "dc4dc3c5-35ff-4913-aa97-f47ff0475880",
                          "marketingListID": "sample string 7",
                          "deleted": true,
                          "account": {
                            "$ref": "73"
                          },
                          "primaryContactCustomer": {
                            "$ref": "71"
                          },
                          "customerGroupMembers": [
                            {
                              "$id": "76",
                              "id": 1,
                              "groupID": "pOVG/Ku2eEORPD+LEsPaEg==",
                              "groupIDGuid": "fc46e5a4-b6ab-4378-913c-3f8b12c3da12",
                              "customerID": "L3Ud+av7+UiqPDqpIhtsyQ==",
                              "customerIDGuid": "f91d752f-fbab-48f9-aa3c-3aa9221b6cc9",
                              "card": "sample string 4",
                              "linkedAccount": "HZ1r3R1W8kCNK5h6u3tWmQ==",
                              "linkedAccountGuid": "dd6b9d1d-561d-40f2-8d2b-987abb7b5699",
                              "customer": {
                                "$ref": "71"
                              },
                              "group": {
                                "$ref": "75"
                              },
                              "customerCard": {
                                "$ref": "72"
                              }
                            },
                            {
                              "$ref": "76"
                            }
                          ]
                        },
                        {
                          "$ref": "75"
                        }
                      ]
                    },
                    "payments": [
                      {
                        "$id": "77",
                        "id": 1,
                        "identifier": "prpx6ziCV0iRUZLnziE87Q==",
                        "identifierGuid": "eb71baa6-8238-4857-9151-92e7ce213ced",
                        "storeID": 2,
                        "operatorName": "sample string 3",
                        "saleHeaderID": 4,
                        "paymentType": 5,
                        "amount": 6,
                        "account": "sample string 7",
                        "accountID": "lfzu6r6P2kihqZHaiupz8A==",
                        "accountIDGuid": "eaeefc95-8fbe-48da-a1a9-91da8aea73f0",
                        "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-04-03T06:27:05.520166",
                        "invRocNo": "sample string 14",
                        "responseCode": "sample string 15",
                        "cashout": 1,
                        "tip": 16,
                        "idempotentVoid": "Wpv5EsoqqkOseF0A3t/qkw==",
                        "idempotentVoidGuid": "12f99b5a-2aca-43aa-ac78-5d00dedfea93",
                        "offline": true,
                        "processed": 1,
                        "storeSaleHeader": {
                          "$id": "78",
                          "saleHeaderID": 1,
                          "saleHeaderGuid": "Wqtadk25HE6Vq04NQNCZwQ==",
                          "saleHeaderIdentifierGuid": "765aab5a-b94d-4e1c-95ab-4e0d40d099c1",
                          "created": "2026-04-03T06:27:05.520166",
                          "createdLocal": "2026-04-03T06:27:05.520166",
                          "createdText": "sample string 4",
                          "itemCount": 5,
                          "totalAmount": 6,
                          "cashTender": 1,
                          "cardTender": 1,
                          "cheqTender": 1,
                          "acctTender": 1,
                          "voucherTender": 1,
                          "loyaltyPoints": 1,
                          "cashout": 1,
                          "changeAmount": 1,
                          "rounding": 1,
                          "gstAmount": 1,
                          "transactionDiscountTender": 1,
                          "totalTip": 7,
                          "tranType": 1,
                          "processed": 1,
                          "imported": "2026-04-03T06:27:05.520166",
                          "storeID": 1,
                          "operatorG_Uid": "1LhfYRZ8EUCnTo469yYhTQ==",
                          "operatorGuid": "615fb8d4-7c16-4011-a74e-8e3af726214d",
                          "customerG_Uid": "YbTXGUbNREGVeGcQG6qYkw==",
                          "customerGuid": "19d7b461-cd46-4144-9578-67101baa9893",
                          "communityIdentifier": "g/75HPCQY0a5y4dRjtQXmg==",
                          "communityIdentifierGuid": "1cf9fe83-90f0-4663-b9cb-87518ed4179a",
                          "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": "H9KagLJmGE+qDr7hwTHS6A==",
                          "priceLevelIdentifierGuid": "809ad21f-66b2-4f18-aa0e-bee1c131d2e8",
                          "locked": 36,
                          "orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-04-03T06:27:05.520166+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-04-03T06:27:05.520166",
                            "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": "39"
                          },
                          "customer": {
                            "$ref": "71"
                          },
                          "communityOrganisation": {
                            "$id": "80",
                            "id": 1,
                            "identifier": "RqsmUxOLn0+rK1xyZV+4jg==",
                            "identifierGuid": "5326ab46-8b13-4f9f-ab2b-5c72655fb88e",
                            "name": "sample string 3",
                            "lookupIdentifier": "sample string 4",
                            "externalID": "sample string 5",
                            "phone": "sample string 6",
                            "fax": "sample string 7",
                            "email": "sample string 8",
                            "address1": "sample string 9",
                            "address2": "sample string 10",
                            "city": "sample string 11",
                            "postCode": "sample string 12",
                            "state": "sample string 13",
                            "country": "sample string 14",
                            "abn": "sample string 15",
                            "promoPeriodStart": "2026-04-03T06:27:05.520166",
                            "promoPeriodEnd": "2026-04-03T06:27:05.520166",
                            "allowDonations": true,
                            "logoImageName": "sample string 17",
                            "totalAmountAwarded": 18.1,
                            "updated": "2026-04-03T06:27:05.520166",
                            "deleted": true
                          },
                          "details": [
                            {
                              "$id": "81",
                              "saleItemID": 1,
                              "identifier": "5o7tQp2bL0SFi1tVBfygqA==",
                              "identifierGuid": "42ed8ee6-9b9d-442f-858b-5b5505fca0a8",
                              "saleHeaderID": 2,
                              "plu": 1,
                              "pluG_UId": "DPmNKBAZXEmuPUXeFiO4gQ==",
                              "pluGuid": "288df90c-1910-495c-ae3d-45de1623b881",
                              "accountID": "U82TeTYFN066+lFskaCE2w==",
                              "accountIDGuid": "7993cd53-0536-4e37-bafa-516c91a084db",
                              "normalPrice": 3,
                              "originalSellingPrice": 4,
                              "discountPrice": 5,
                              "unit": 1,
                              "quantity": 6,
                              "totalCents": 7,
                              "fixedPrice": 1,
                              "tranType": 1,
                              "discountType": 1,
                              "cost": 1,
                              "costDecimals": 8,
                              "markdown": 1,
                              "manualQuantity": 1,
                              "manualPrice": 1,
                              "manualMode": 1,
                              "active": 1,
                              "offline": true,
                              "barcode": "sample string 9",
                              "keyedSale": 1,
                              "discountedID": 1,
                              "fuelID": 1,
                              "serialNumber": "sample string 10",
                              "bestOrExpire": "2026-04-03T06:27:05.520166",
                              "bestOrExpireType": 1,
                              "providerName": "sample string 11",
                              "refundG_UID": "sZe1bX89wkOxxpMspYXqWw==",
                              "refundGuid": "6db597b1-3d7f-43c2-b1c6-932ca585ea5b",
                              "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": "FeAC3+Kiw0GLGOs7vbdFJQ==",
                              "idempotentVoidGuid": "df02e015-a2e2-41c3-8b18-eb3bbdb74525",
                              "priceLevelIdentifier": "VysVcLb4t0+lem83ArdoGw==",
                              "priceLevelIdentifierGuid": "70152b57-f8b6-4fb7-a57a-6f3702b7681b",
                              "communityIdentifier": "wwJxL8ov6EGF/qMedsuS2w==",
                              "communityIdentifierGuid": "2f7102c3-2fca-41e8-85fe-a31e76cb92db",
                              "productName": "sample string 23",
                              "apn": "sample string 24",
                              "unknownScans": [
                                {
                                  "$id": "82",
                                  "id": 1,
                                  "saleDetailID": 2,
                                  "storeID": 1,
                                  "scanned": "2026-04-03T06:27:05.520166",
                                  "operatorG_UID": "QEA=",
                                  "barcode": "sample string 4",
                                  "processed": 1
                                },
                                {
                                  "$ref": "82"
                                }
                              ],
                              "refund": {
                                "$id": "83",
                                "id": 1,
                                "g_UID": "T5bKf71TFU21VCYxq74iwg==",
                                "guid": "7fca964f-53bd-4d15-b554-2631abbe22c2",
                                "description": "sample string 1",
                                "dumped": true,
                                "inventoryReasonID": 1,
                                "sortOrder": 1,
                                "updated": "2026-04-03T06:27:05.520166"
                              },
                              "modifier": {
                                "$id": "84",
                                "id": 1,
                                "setG_UID": "6cdSfjZqtU6i4RnDDslgmg==",
                                "modifierSetGuid": "7e52c7e9-6a36-4eb5-a2e1-19c30ec9609a",
                                "name": "sample string 2",
                                "price": 1,
                                "quantity": 1,
                                "modifierType": 1,
                                "groupNumber": 1,
                                "pageNumber": 1,
                                "controlOrder": 1,
                                "printToStation": true,
                                "pluG_UID": "O1APvkxRfEqWYSb1Uetdyw==",
                                "pluGuid": "be0f503b-514c-4a7c-9661-26f551eb5dcb",
                                "deleted": true,
                                "g_UID": "shlelJ2jBkmbmg4ziRNssg==",
                                "guid": "945e19b2-a39d-4906-9b9a-0e3389136cb2",
                                "product": {
                                  "$ref": "2"
                                }
                              },
                              "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": "sRJy3AaDJkmUWDUVxA8dvg==",
                              "pluGuid": "dc7212b1-8306-4926-9458-3515c40f1dbe",
                              "saleHeaderID": 2,
                              "totalCents": 3,
                              "grade": 1,
                              "gradeDescription": "sample string 4",
                              "dispenser": 1,
                              "hose": 1,
                              "quantity": 1,
                              "cost": 1,
                              "acquirerNum": 1,
                              "attendant": 1,
                              "ePurseBalance": 1.0,
                              "cardSignature": "sample string 5",
                              "compartmentNumber": 1,
                              "contractNumber": 1,
                              "discountCardPAN": "sample string 6",
                              "discountID": 1,
                              "discountName": "sample string 7",
                              "discountNetValue": 1.0,
                              "discountType": 1,
                              "discountValue": 1.0,
                              "discretionaryData": "sample string 8",
                              "driverID": "sample string 9",
                              "eftBatchNumber": 1,
                              "eftResponseCode": "sample string 10",
                              "endDateTime": "2026-04-03T06:27:05.520166",
                              "engineHours": 1.1,
                              "fposNumber": 1,
                              "loyaltyCardPAN": "sample string 11",
                              "miscData1": 1,
                              "miscData2": "sample string 12",
                              "miscFlags": 1,
                              "mop": 1,
                              "odometer": 1,
                              "panNumber": "sample string 13",
                              "saleRefund": true,
                              "saleStatus": 1,
                              "sequenceNumber": 1,
                              "stan": 1,
                              "startDateTime": "2026-04-03T06:27:05.520166",
                              "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": "DeUwWORd9kST0M+TYwuNPA==",
                              "pluGuid": "5830e50d-5de4-44f6-93d0-cf93630b8d3c",
                              "accountID": "RLoXrlH3skWQvpcEUvmD6g==",
                              "accountIDGuid": "ae17ba44-f751-45b2-90be-970452f983ea",
                              "normalPrice": 3,
                              "originalSellingPrice": 4,
                              "discountPrice": 5,
                              "unit": 1,
                              "quantity": 6,
                              "totalCents": 7,
                              "fixedPrice": 1,
                              "tranType": 1,
                              "processed": 1,
                              "discountType": 1,
                              "cost": 1,
                              "costDecimals": 1,
                              "markdown": 1,
                              "manualQuantity": 1,
                              "manualPrice": 1,
                              "manualMode": 1,
                              "active": 1,
                              "barcode": "sample string 8",
                              "offline": 1,
                              "keyedSale": 1,
                              "discountedID": 1,
                              "fuelID": 1,
                              "serialNumber": "sample string 9",
                              "bestOrExpire": "2026-04-03T06:27:05.520166",
                              "bestOrExpireType": 1,
                              "refundG_UID": "NovbqRnfO0OfLDRmf8MUnQ==",
                              "refundGuid": "a9db8b36-df19-433b-9f2c-34667fc3149d",
                              "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": "CS5H9M7t/kaFVeoZzT8hhg==",
                              "identifierGuid": "f4472e09-edce-46fe-8555-ea19cd3f2186",
                              "id": 1,
                              "orderNo": 2,
                              "externalSaleIdentifier": "sample string 3",
                              "storeID": 4,
                              "zoneID": 5,
                              "deptNo": 6,
                              "customerIdentifier": "AJ0SFNXe2kelXxfZ2gR0/A==",
                              "customerIdentifierGuid": "14129d00-ded5-47da-a55f-17d9da0474fc",
                              "operatorNo": 1,
                              "operatorG_UID": "mWM0uX6+2Ua1x+7hcHaMXw==",
                              "operatorGuid": "b9346399-be7e-46d9-b5c7-eee170768c5f",
                              "created": "2026-04-03T06:27:05.520166",
                              "ordered": "2026-04-03T06:27:05.520166",
                              "started": "2026-04-03T06:27:05.520166",
                              "completed": "2026-04-03T06:27:05.520166",
                              "supplied": "2026-04-03T06:27:05.520166",
                              "quickTicket": 1,
                              "deleted": true,
                              "walkAway": true,
                              "approxWait": 1,
                              "actualWait": 1,
                              "deliveryMethod": 8,
                              "externalSaleType": 9,
                              "customer": {
                                "$ref": "71"
                              },
                              "operator": {
                                "$ref": "39"
                              },
                              "details": [
                                {
                                  "$id": "91",
                                  "headerID": 1,
                                  "plu": 1,
                                  "pluG_UId": "5j1Fc9+7h0uOPuJfOC7rUw==",
                                  "pluGuid": "73453de6-bbdf-4b87-8e3e-e25f382eeb53",
                                  "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": "5p59v/ngD0+yCMy+9RJ/uA==",
                                  "headerIdentifierGuid": "bf7d9ee6-e0f9-4f0f-b208-ccbef5127fb8",
                                  "product": {
                                    "$ref": "2"
                                  }
                                },
                                {
                                  "$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": "3l8JkP9fK066II9AYDSHew==",
                              "surveyGuid": "90095fde-5fff-4e2b-ba20-8f406034877b",
                              "saleHeaderGuid": "INJ6r4WRS022KfHrOUE6Rg==",
                              "saleGuid": "af7ad220-9185-4d4b-b629-f1eb39413a46",
                              "textResponse": "sample string 1",
                              "integerResponse": 1,
                              "g_UIDResponse": "DwleTA6JnEqM01bgqTYzZA==",
                              "guidResponse": "4c5e090f-890e-4a9c-8cd3-56e0a9363364",
                              "whoAnswered": 2,
                              "answeredAtUTC": "2026-04-03T06:27:05.520166",
                              "sale": {
                                "$ref": "78"
                              },
                              "survey": {
                                "$id": "93",
                                "g_UID": "35NcAuZpHUODA0U5PTT74A==",
                                "guid": "025c93df-69e6-431d-8303-45393d34fbe0",
                                "name": "sample string 1",
                                "storeID": 2,
                                "zoneID": 1,
                                "checkoutFormG_UID": "hK6Jqiqt20GtzgWLTJ5byg==",
                                "checkoutFormGuid": "aa89ae84-ad2a-41db-adce-058b4c9e5bca",
                                "displayToWho": 3,
                                "displayWhen": 4,
                                "start": "2026-04-03T06:27:05.520166",
                                "end": "2026-04-03T06:27:05.520166",
                                "deleted": true,
                                "updated": "2026-04-03T06:27:05.520166",
                                "possibleIntegerResponses": [
                                  1,
                                  2
                                ],
                                "possibleTextResponses": [
                                  "sample string 1",
                                  "sample string 2"
                                ],
                                "possibleGuidResponses": [
                                  "f88300fa-ca75-412b-bd7b-bd760b5967a9",
                                  "cf0d7cd7-9b61-4491-91d0-db25ee98ff18"
                                ],
                                "allowsAllTextResponses": true,
                                "surveyForm": {
                                  "$ref": "47"
                                }
                              },
                              "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": "uzihwLzYQU2QsNg5m+EgFA==",
                          "accountIdentifier": "c0a138bb-d8bc-4d41-90b0-d8399be12014",
                          "accountName": "sample string 44",
                          "customerOrderIdentifier": "dExn0IT7vkuHJkuLJpCujA==",
                          "customerOrderIdentifierGuid": "d0674c74-fb84-4bbe-8726-4b8b2690ae8c",
                          "priceLevelName": "sample string 45",
                          "revision": 46,
                          "ingressId": "sample string 47"
                        },
                        "metadata": {
                          "$id": "94",
                          "id": 1,
                          "paymentID": 2,
                          "paymentIdentifier": "E9gx5TS8TkKeEIv22xk4rw==",
                          "paymentIdentifierGuid": "e531d813-bc34-424e-9e10-8bf6db1938af",
                          "identifier": "eOzJPXrgOkCP/yObqXdH7g==",
                          "identifierGuid": "3dc9ec78-e07a-403a-8fff-239ba97747ee",
                          "metadata": "sample string 3",
                          "signatureImage": "QEA=",
                          "itemIdentifier": "mkp95ma5t0S5hDk7PQaIuw==",
                          "itemIdentifierGuid": "e67d4a9a-b966-44b7-b984-393b3d0688bb"
                        }
                      },
                      {
                        "$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": "dSCawa4IjkiFET0RcHdJ5g==",
                    "customerIdentifierGuid": "c19a2075-08ae-488e-8511-3d11707749e6",
                    "voucherName": "sample string 2",
                    "count": 3,
                    "storeID": 4,
                    "barcode": "sample string 5",
                    "redeemCount": 6,
                    "issueCount": 7,
                    "storeSalePaymentID": 1,
                    "idempotentID": "pRom8T1d8k+RYnycVl015w==",
                    "idempotentGuid": "f1261aa5-5d3d-4ff2-9162-7c9c565d35e7",
                    "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-04-03T06:27:05.520166",
                      "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-04-03T06:27:05.520166",
                        "labelPageLayout": "awAEBrWvOEWrc3ZBQT4ATQ==",
                        "pageLayoutGuid": "0604006b-afb5-4538-ab73-7641413e004d",
                        "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-04-03T06:27:05.520166"
                          },
                          {
                            "$ref": "99"
                          }
                        ]
                      },
                      "customerVouchers": [
                        {
                          "$id": "100",
                          "id": 1,
                          "customerIdentifier": "QGa0K5E4L0ePQEZCfS1Xaw==",
                          "customerIdentifierGuid": "2bb46640-3891-472f-8f40-46427d2d576b",
                          "voucherID": 3,
                          "voucherName": "sample string 4",
                          "storeID": 1,
                          "barcode": "sample string 5",
                          "dateOfIssue": "2026-04-03T06:27:05.520166",
                          "issuedSaleHeaderID": 1,
                          "issuedSaleIdentifier": "sample string 7",
                          "issuedOfflinePaymentID": 1,
                          "issuedIdempotentID": "WkFnn7vTgUOCa09ImKc5jw==",
                          "issuedIdempotentGuid": "9f67415a-d3bb-4381-826b-4f4898a7398f",
                          "issuedOffline": true,
                          "issuedUser": "sample string 9",
                          "issuedNotes": "sample string 10",
                          "expiryDate": "2026-04-03T06:27:05.520166",
                          "expiredUser": "sample string 11",
                          "expiredNotes": "sample string 12",
                          "redeemed": "2026-04-03T06:27:05.520166",
                          "redeemedSaleHeaderID": 1,
                          "redeemedSaleIdentifier": "sample string 13",
                          "redeemedOfflinePaymentID": 1,
                          "redeemedIdempotentID": "Bxv69y8F2ECEJkF03RmZVg==",
                          "redeemedIdempotentGuid": "f7fa1b07-052f-40d8-8426-4174dd199956",
                          "redeemedUser": "sample string 14",
                          "redeemedNotes": "sample string 15",
                          "redeemedOffline": true,
                          "updated": "2026-04-03T06:27:05.520166",
                          "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": "6/8hDC2IHUOm1H9dzlewtg==",
              "groupIDGuid": "0c21ffeb-882d-431d-a6d4-7f5dce57b0b6",
              "campaign": {
                "$ref": "67"
              },
              "group": {
                "$ref": "75"
              }
            },
            {
              "$ref": "101"
            }
          ],
          "signIqTickets": [
            {
              "$id": "102",
              "identifier": "xmmmhhSE/kGyNVCT9sZ5wA==",
              "identifierGuid": "86a669c6-8414-41fe-b235-5093f6c679c0",
              "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": "Bt+8a/Iac0yE7WbHtkLqmw==",
              "guid": "6bbcdf06-1af2-4c73-84ed-66c7b642ea9b",
              "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": "BtKkqcmm6kGQQkW2aYlFvw==",
                  "groupGuid": "a9a4d206-a6c9-41ea-9042-45b6698945bf",
                  "comboPriceType": 5,
                  "priceType": 5,
                  "pluG_UID": "YKfdNO5NKE6MJg93cOVGPA==",
                  "pluGuid": "34dda760-4dee-4e28-8c26-0f7770e5463c",
                  "priceGroupG_UID": "Ea1toMy7fUOGRiHTSid+1A==",
                  "priceGroupGuid": "a06dad11-bbcc-437d-8646-21d34a277ed4",
                  "campaignPoolID": "sample string 7",
                  "quantity": 1,
                  "campaign": {
                    "$ref": "67"
                  },
                  "product": {
                    "$ref": "2"
                  },
                  "priceGroup": {
                    "$ref": "32"
                  },
                  "campaignPool": {
                    "$ref": "67"
                  }
                },
                {
                  "$ref": "104"
                }
              ]
            },
            {
              "$ref": "103"
            }
          ],
          "priceLevels": [
            {
              "$id": "105",
              "id": 1,
              "priceLevelIdentifier": "ZrdGbv4crU+3xYAR3Vwaog==",
              "priceLevelIdentifierGuid": "6e46b766-1cfe-4fad-b7c5-8011dd5c1aa2",
              "campaignName": "sample string 3",
              "priceLevelName": "sample string 4"
            },
            {
              "$ref": "105"
            }
          ],
          "promotionType": {
            "$id": "106",
            "identifier": "igJhmFovhUmCUorWreF0WA==",
            "identifierGuid": "9861028a-2f5a-4985-8252-8ad6ade17458",
            "hostType": 2,
            "code": "sample string 3",
            "description": "sample string 4",
            "isLiquor": true,
            "isAdvertised": true,
            "disableWasSave": true,
            "excludeFromPromoSales": true,
            "labelPageLayoutG_UID": "cm1HY3LxfEOGdXAoc60RsQ==",
            "labelPageLayoutGuid": "63476d72-f172-437c-8675-702873ad11b1",
            "priceLevelIdentifier": "ckjF7fQrA0CZDBdkGm865g==",
            "priceLevelIdentifierGuid": "edc54872-2bf4-4003-990c-17641a6f3ae6",
            "active": true,
            "updated": "2026-04-03T06:27:05.520166",
            "hostName": "sample string 11"
          }
        },
        "product": {
          "$ref": "2"
        },
        "dealCost": {
          "$id": "107",
          "headerIdentifier": "58A6wE4J3EuX9Hdh4VXCsA==",
          "headerIdentifierGuid": "c03ac0e7-094e-4bdc-97f4-7761e155c2b0",
          "identifier": "FXgEQ6fYVEetyLis1u5pYg==",
          "identifierGuid": "43047815-d8a7-4754-adc8-b8acd6ee6962",
          "supplierIdentifier": "AOzS50fe3Ui+jmhK03LdiQ==",
          "supplierGuid": "e7d2ec00-de47-48dd-be8e-684ad372dd89",
          "pluG_UID": "mrMylxA8yUimGzaEPWMf+Q==",
          "pluGuid": "9732b39a-3c10-48c9-a61b-36843d631ff9",
          "campaignName": "a077725b-0e29-493f-9bc4-2064d28a9158",
          "description": "sample string 4",
          "cost": 5,
          "costDecimals": 6,
          "start": "2026-04-03T06:27:05.520166",
          "end": "2026-04-03T06:27:05.520166",
          "type": 9,
          "promoType": 10,
          "bonusItemPLUG_UID": "x74fh5hHHk6Mq38tjHcTyg==",
          "bonusItemPluGuid": "871fbec7-4798-4e1e-8cab-7f2d8c7713ca",
          "bonusPurchaseUnits": 11,
          "bonusReceiveUnits": 12,
          "updated": "2026-04-03T06:27:05.520166",
          "metcashPromotionID": "sample string 14",
          "fromHost": 15,
          "storeNames": "sample string 16",
          "storeIDs": [
            1,
            2
          ],
          "supplierName": "sample string 17",
          "campaignDescription": "sample string 18",
          "newPrice": 1,
          "campaignMetcashPromotionID": "sample string 19",
          "campaignActive": true,
          "campaignStartDate": "2026-04-03T06:27:05.520166",
          "campaignEndDate": "2026-04-03T06:27:05.520166",
          "masterPLUG_UID": "QMg01Vki+kGVCpk7yP7+Tw==",
          "masterID": "d534c840-2259-41fa-950a-993bc8fefe4f",
          "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": "rO1J+tNO4EWx6LdQFfMhzw==",
          "bonusMasterID": "fa49edac-4ed3-45e0-b1e8-b75015f321cf",
          "bonusProductName": "sample string 34",
          "bonusProductAPN": "sample string 35",
          "bonusOrderCode": "sample string 36",
          "bonusNormalSell": 37,
          "bonusNormalCost": 38,
          "bonusNormalCostDecimals": 39,
          "bonusCartonQuantity": 40,
          "bonusSalesMode": 41,
          "bonusOrderPacked": 42,
          "bonusFuelItem": true,
          "bonusActive": true
        }
      },
      "currentCostStart": "2026-04-03T06:27:05.520166",
      "dealCosts": [
        {
          "$ref": "107"
        },
        {
          "$ref": "107"
        }
      ],
      "tags": [
        {
          "$id": "108",
          "pluG_UID": "4I645iZT4kevItjg2C47cA==",
          "pluGuid": "e6b88ee0-5326-47e2-af22-d8e0d82e3b70",
          "tagID": 1,
          "description": "sample string 1",
          "storeIDs": [
            1,
            2
          ]
        },
        {
          "$ref": "108"
        }
      ],
      "alternateProductG_UID": "Z9NnbqUCMkSGO4Hcnn4w7g==",
      "alternateProduct": "6e67d367-02a5-4432-863b-81dc9e7e30ee",
      "altProduct": {
        "$ref": "2"
      },
      "productHostCode": {
        "$id": "109",
        "id": 1,
        "pluG_UID": "IWYYg9avzEqhzWsP/ZdO0g==",
        "pluGuid": "83186621-afd6-4acc-a1cd-6b0ffd974ed2",
        "ibaCode": "sample string 2"
      },
      "mscCat": {
        "$ref": "61"
      },
      "mscCom": {
        "$ref": "62"
      },
      "mscDep": {
        "$ref": "64"
      },
      "mscSubCom": {
        "$ref": "63"
      },
      "isUserUpdate": true,
      "ignoreMasterProduct": true,
      "priceGroupLabelRequested": true,
      "firstSold": "2026-04-03T06:27:05.520166",
      "inventoryTracked": "2026-04-03T06:27:05.520166",
      "isNormalPriceChangesCampaign": true,
      "baseProductFuel": {
        "$id": "110",
        "pluG_UID": "teb8zRKLcEq8wJESRIO57A==",
        "pluGuid": "cdfce6b5-8b12-4a70-bcc0-91124483b9ec",
        "fuelPluG_UID": "SOlaGa6ouE64/JSfWcyiuw==",
        "fuelPluGuid": "195ae948-a8ae-4eb8-b8fc-949f59cca2bb",
        "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"
        }
      ]
    }
  },
  {
    "$ref": "1"
  }
]

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.