POST api/store/{storeID}/tank/{tankID}/hoses

Save a list of hoses for a specific store and tank

Request Information

URI Parameters

NameDescriptionTypeAdditional information
storeID

Store ID

integer

Required

tankID

Tank number

integer

Required

Body Parameters

List of hoses to save

Collection of FuelHose
NameDescriptionTypeAdditional information
ID

Fuel Hose ID

integer

None.

StoreID

The Store ID that this Hose is located at

integer

None.

HoseNumber

The Hose Number

integer

None.

DispenserNumber

The Dispenser (pump) number this hose is attached to

integer

None.

TankNumber

The Tank ID that this hose is ultamently attached to

integer

None.

AccumulatedVolume

integer

None.

RolloverVolume

Maximum meter reading, value to use during automatic rollover adjustments

decimal number

None.

Updated

Last time this record was updated

date

None.

Dispenser

Fuel Dispenser object that this Hose is connected to

FuelDispenser

None.

Tank

The Tank object that this Hose is connected to

FuelTank

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "id": 1,
    "storeID": 2,
    "hoseNumber": 3,
    "dispenserNumber": 4,
    "tankNumber": 1,
    "accumulatedVolume": 1,
    "rolloverVolume": 5.0,
    "updated": "2026-06-03T18:34:43.7078747",
    "dispenser": {
      "$id": "2",
      "id": 1,
      "storeID": 2,
      "dispenserNumber": 3,
      "updated": "2026-06-03T18:34:43.7078747"
    },
    "tank": {
      "$id": "3",
      "id": 1,
      "storeID": 2,
      "tankNumber": 3,
      "fuelGrade": "sample string 4",
      "fuelGradeID": 1,
      "capacity": 5.0,
      "lpg": true,
      "waterLevel": 7.0,
      "updated": "2026-06-03T18:34:43.7078747",
      "storeName": "sample string 9",
      "store": {
        "$id": "4",
        "id": 1,
        "isMaster": true,
        "isElectedMaster": true,
        "electedMasterStoreID": 1,
        "isZoneMaster": true,
        "shortName": "sample string 3",
        "url": "sample string 4",
        "sortOrder": 1,
        "name": "sample string 5",
        "phone": "sample string 6",
        "fax": "sample string 7",
        "email": "sample string 8",
        "address1": "sample string 9",
        "address2": "sample string 10",
        "city": "sample string 11",
        "state": "sample string 12",
        "country": "sample string 13",
        "postCode": "sample string 14",
        "delivery": 1,
        "exportAccounts": 1,
        "salesAccountFolder": "sample string 15",
        "purchaseAccountFolder": "sample string 16",
        "initLoad": 1,
        "initIDs": 1,
        "zoneID": 1,
        "actAsMaster": 1,
        "lastActiveUtc": "2026-06-03T18:34:43.7078747",
        "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": "geWGIlDHC0WC/MzaprcL6g==",
        "hostIdentifierGuid": "2286e581-c750-450b-82fc-ccdaa6b70bea",
        "hostName": 1,
        "hostAddress": "sample string 27",
        "hostUsername": "sample string 28",
        "hostPassword": "sample string 29",
        "excludeFromLeadInOut": true,
        "accountingProvider": 31,
        "accountingAddress": "sample string 32",
        "accountingUsername": "sample string 33",
        "accountingPassword": "sample string 34",
        "storeAccountingCode": "sample string 35",
        "softwareVariance": 36,
        "fuelWarningVariance": 37.0,
        "fuelErrorVariance": 38.0,
        "fuelAccumulatedWarningVariance": 39.0,
        "fuelAccumulatedErrorVariance": 40.0,
        "drawManagment": 41,
        "endOfDayManagment": true,
        "autoFillCashBalancing": true,
        "fuelDayVariance": 44,
        "accountingTradingTime": "00:00:00.1234567",
        "stockActivateProduct": 46,
        "defaultOrderDocumentId": 1,
        "defaultStockReceiveDocumentId": 1,
        "giftCardSalesAccountingDeptCode": "sample string 47",
        "transactionDiscountAccountingDeptCode": "sample string 48",
        "size": 49,
        "updated": "2026-06-03T18:34:43.7078747",
        "priceZone": {
          "$id": "5",
          "id": 1,
          "name": "sample string 2",
          "hostIdentifier": "1x5W2B2n4U2CDF+TM3GsNw==",
          "hostIdentifierGuid": "d8561ed7-a71d-4de1-820c-5f933371ac37",
          "sortOrder": 3,
          "zoneMasterStoreID": 1,
          "electedMasterStoreID": 1,
          "containsElectedMasterStore": true
        },
        "priceZoneName": "sample string 51",
        "storeFuelConfigured": true,
        "shippingAddressCopied": true,
        "shippingAddress": {
          "$id": "6",
          "storeID": 1,
          "addressType": 1,
          "address1": "sample string 1",
          "address2": "sample string 2",
          "city": "sample string 3",
          "state": "sample string 4",
          "country": "sample string 5",
          "postCode": "sample string 6"
        },
        "billingAddressCopied": true,
        "billingAddress": {
          "$ref": "6"
        },
        "warehouseStore": {
          "$id": "7",
          "storeID": 1,
          "warehouseStoreID": 2,
          "storeName": "sample string 3",
          "warehouseName": "sample string 4"
        },
        "hostStoreSettings": [
          {
            "$id": "8",
            "id": 1,
            "hostIdentifier": "FTnRreKR+ES07IZOt/8mXg==",
            "hostIdentifierGuid": "add13915-91e2-44f8-b4ec-864eb7ff265e",
            "storeID": 2,
            "username": "sample string 3",
            "password": "sample string 4",
            "passwordPlain": "sample string 5",
            "serverAddress": "sample string 6",
            "serverPort": 1,
            "excludeFromLeadInOut": true,
            "useForHostFile": true,
            "metcashPillarID": "sample string 9",
            "metcashStateCode": "sample string 10",
            "metcashCustomerID": "sample string 11",
            "metcashTradingPartnerID": "sample string 12",
            "drakesCustomerNumber": 1,
            "sparCustomerNumber": "sample string 13",
            "sparOrderUsername": "sample string 14",
            "sparOrderPassword": "sample string 15",
            "sparOrderPasswordPlain": "sample string 16",
            "pharmXSiteID": 1,
            "ibaZoneID": 1,
            "ibaState": "sample string 17",
            "foodlandStoreCode": "sample string 18",
            "ilgMemberNumber": "sample string 19",
            "ilgOutletLocation": 1,
            "ilgBaseCost": 1,
            "ilgApplyNonAdvertisedPromos": true,
            "ilgExemptFromFreight": true,
            "ilgOrderDealReview": true,
            "ilgFinanceFee": 1,
            "secondPassword": "sample string 23",
            "secondPasswordPlain": "sample string 24",
            "secondServerAddress": "sample string 25",
            "processPromotions": true,
            "hostProvider": 0,
            "host": {
              "$id": "9",
              "identifier": "AOAzDN7tiUmuFDsm+dCujg==",
              "identifierGuid": "0c33e000-edde-4989-ae14-3b26f9d0ae8e",
              "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": "a1nyxHbBZkyRae1j3SJYfw==",
              "hostSupplierIdentifierGuid": "c4f2596b-c176-4c66-9169-ed63dd22587f",
              "loyaltyPriceLevelIdentifier": "GjsnlKcEwEW5knUt/EBZDw==",
              "loyaltyPriceLevelIdentifierGuid": "94273b1a-04a7-45c0-b992-752dfc40590f",
              "isGroup": true,
              "description": "sample string 22",
              "hostProvider": 23,
              "hostTypeEnum": 24,
              "hostType": "sample string 25",
              "hostCode": "sample string 26",
              "username": "sample string 27",
              "password": "sample string 28",
              "passwordPlain": "sample string 29",
              "server": "sample string 30",
              "url": "sample string 31",
              "global": true,
              "stateCode": "sample string 33",
              "lastCollected": "2026-06-03T18:34:43.7078747",
              "lastProcessed": "2026-06-03T18:34:43.7078747",
              "hold": true,
              "supplierName": "sample string 35",
              "supplier": {
                "$id": "10",
                "identifier": "igE3l3glrk2FTgLcyox9pA==",
                "identifierGuid": "9737018a-2578-4dae-854e-02dcca8c7da4",
                "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": "L93Yk4qiFEKCzVEsa1TdAg==",
                "primaryContactID": "93d8dd2f-a28a-4214-82cd-512c6b54dd02",
                "storeID": 1,
                "abn": "sample string 16",
                "supplierGroupIdentifier": "EE/oK14b8EWSK+wkYco6aQ==",
                "supplierGroupGuid": "2be84f10-1b5e-45f0-922b-ec2461ca3a69",
                "rebate": 1.0,
                "rebateType": 1,
                "rebateFrequency": 1,
                "rebateSource": 1,
                "rebateLastClaimed": "2026-06-03T18:34:43.7078747",
                "rebateLastClaimedAmount": 1.0,
                "cartonsOnly": true,
                "minimumOrderValue": 1,
                "enforceMinimumQuantity": true,
                "freight": 19.0,
                "freightType": 20,
                "deleted": true,
                "deletedUser": "sample string 22",
                "storeName": "sample string 23",
                "primaryContact": {
                  "$id": "11",
                  "id": "d8929756-1f3c-422e-a02b-c96d6553ed16",
                  "identifier": "k26HiJMp3kKibG1aC8FhBQ==",
                  "identifierGuid": "88876e93-2993-42de-a26c-6d5a0bc16105",
                  "familyName": "sample string 1",
                  "givenNames": "sample string 2",
                  "otherNames": "sample string 3",
                  "title": "sample string 4",
                  "dateOfBirth": "sample string 5",
                  "sex": "sample string 6",
                  "address": "sample string 7",
                  "address1": "sample string 8",
                  "address2": "sample string 9",
                  "town": "sample string 10",
                  "state": "sample string 11",
                  "country": "sample string 12",
                  "postalCode": "sample string 13",
                  "telephone": "sample string 14",
                  "mobile": "sample string 15",
                  "email": "sample string 16",
                  "fax": "sample string 17",
                  "primary": true
                },
                "contacts": [
                  {
                    "$id": "12",
                    "supplierIdentifier": "5VODtJASF0SfcMcB9MWswg==",
                    "supplierIdentifierGuid": "b48353e5-1290-4417-9f70-c701f4c5acc2",
                    "contactGuid": "R0qdQ/nCS0O5BA/yyz/hUg==",
                    "contactID": "439d4a47-c2f9-434b-b904-0ff2cb3fe152",
                    "contact": {
                      "$ref": "11"
                    },
                    "supplier": {
                      "$ref": "10"
                    }
                  },
                  {
                    "$ref": "12"
                  }
                ],
                "products": [
                  {
                    "$id": "13",
                    "pluG_UID": "V9Dufh0XCkiBvbMTzRVfBA==",
                    "pluGuid": "7eeed057-171d-480a-81bd-b313cd155f04",
                    "supplierIdentifier": "1rUUBNv1/UmUm5JwusqfTg==",
                    "supplierIdentifierGuid": "0414b5d6-f5db-49fd-949b-9270baca9f4e",
                    "cartonQuantity": 1,
                    "cartonQuantityChanged": true,
                    "productSize": "sample string 3",
                    "cigarettesPerSleeve": 1,
                    "randomWeight": true,
                    "piecesPerUnit": 5,
                    "averagePackSize": 6,
                    "effectiveDate": "2026-06-03T18:34:43.7078747",
                    "pricedByWeight": true,
                    "landedUnitCostEx": 9,
                    "landedUnitCostInc": 10,
                    "landedCartonCostInc": 12,
                    "landedCartonCostEx": 13,
                    "standardCost": 14,
                    "deliveryFee": 1,
                    "deliveryFeeBasis": "sample string 15",
                    "pickAndPackFee": 1,
                    "pickAndPackFeeBasis": "sample string 16",
                    "financeFee": 1,
                    "financeFeeBasis": "sample string 17",
                    "cartonLength": 1,
                    "cartonWidth": 1,
                    "cartonHeight": 1,
                    "palletLayerQuantity": 1,
                    "palletLayers": 1,
                    "itemCode": "sample string 18",
                    "invoiceCode": "sample string 19",
                    "invoiceDesc": "sample string 20",
                    "orderDirect": true,
                    "useCost": true,
                    "minimumQuantity": 21,
                    "hostType": 22,
                    "fromHost": 23,
                    "minimumReorder": 1,
                    "maximumReorder": 1,
                    "orderMultiple": 24.1,
                    "sellMultiple": 25.1,
                    "baseMultiple": 26.1,
                    "hostStandardCost": 27,
                    "hostTotalCost": 28,
                    "hostRetail": 29,
                    "hostLandedUnitCostEx": 30,
                    "hostLandedUnitCostInc": 31,
                    "hostDesc": "sample string 32",
                    "directIndicator": "sample string 33",
                    "availableToOrder": true,
                    "hostRangeIndicator": "sample string 35",
                    "hostProductType": "sample string 36",
                    "hostProductGrade": "sample string 37",
                    "hostProductGroup": "sample string 38",
                    "hostSlowMoving": true,
                    "hostGeneralMerchandise": true,
                    "hostPillar": "sample string 41",
                    "hostLastUpdated": "2026-06-03T18:34:43.7078747",
                    "rebate": 1.0,
                    "rebateExclude": true,
                    "invoiceCodes": [
                      {
                        "$id": "14",
                        "pluG_UID": "MmgUX7F6jEKJYbnllbJt9Q==",
                        "pluGuid": "5f146832-7ab1-428c-8961-b9e595b26df5",
                        "supplierIdentifier": "y8qLQiQ8mE6kRO0llX7X1g==",
                        "supplierIdentifierGuid": "428bcacb-3c24-4e98-a444-ed25957ed7d6",
                        "invoiceCode": "sample string 1",
                        "storeIDs": [
                          1,
                          2
                        ]
                      },
                      {
                        "$ref": "14"
                      }
                    ],
                    "storeIDs": [
                      1,
                      2
                    ],
                    "preferredSupplier": true,
                    "preferredRebateSupplier": true,
                    "supplierName": "sample string 42",
                    "salesMode": 43,
                    "orderPacked": true,
                    "active": true,
                    "price": 1,
                    "costGstPercent": 45,
                    "parentPluG_UID": "M5n10Ohweku+lPFCbJe7oQ==",
                    "parentPluGuid": "d0f59933-70e8-4b7a-be94-f1426c97bba1",
                    "freight": 46.0,
                    "freightType": 1,
                    "product": {
                      "$id": "15",
                      "plu": 1,
                      "storeID": 1,
                      "masterPluG_UID": "QEA=",
                      "storeIDs": [
                        1,
                        2
                      ],
                      "g_UId": "Ct6cgGgCaEaXoTQibGHH4w==",
                      "guid": "809cde0a-0268-4668-97a1-34226c61c7e3",
                      "apn": "sample string 1",
                      "apnChanged": true,
                      "apnSwitched": true,
                      "barcode": "sample string 4",
                      "itemNumber": "sample string 5",
                      "itemNumberChanged": true,
                      "priceGroupG_UID": "6nX05F2q+kiZtKhaAjpe8g==",
                      "priceGroupGuid": "e4f475ea-aa5d-48fa-99b4-a85a023a5ef2",
                      "blueprintID": 1,
                      "lastCountedDate": "2026-06-03T18:34:43.7078747",
                      "externalID": "sample string 7",
                      "active": true,
                      "activated": "2026-06-03T18:34:43.7078747",
                      "pluCreated": "2026-06-03T18:34:43.7078747",
                      "createdByUser": "sample string 9",
                      "name": "sample string 10",
                      "nameChanged": true,
                      "secondDescription": "sample string 12",
                      "hostDescription": "sample string 13",
                      "keepCartonQty": true,
                      "keepDescription": true,
                      "keepDepartments": true,
                      "keepSuppliers": true,
                      "markdownDescription": "sample string 18",
                      "altDescription": "sample string 19",
                      "bestOrExpire": 20,
                      "lastUpdate": "2026-06-03T18:34:43.7078747",
                      "lastManualUpdate": "2026-06-03T18:34:43.7078747",
                      "imageName": "sample string 23",
                      "showImageOnFlipCharts": true,
                      "showTextOnFlipCharts": true,
                      "overrideFlipChartText": true,
                      "flipChartText": "sample string 27",
                      "salesMode": 1,
                      "eftCode": 1,
                      "price": 1,
                      "priceChanged": true,
                      "rrp": 1,
                      "gstPercent": 28,
                      "gstPercentChanged": true,
                      "costGSTPercent": 29,
                      "costGSTPercentChanged": true,
                      "wetPercent": 1,
                      "priceOverride": 1,
                      "cost": 1,
                      "currentCost": 1,
                      "currentCostDecimals": 1,
                      "grossProfit": 1.0,
                      "currentCostDesc": "sample string 30",
                      "currentCostEnd": "2026-06-03T18:34:43.7078747",
                      "currentCostUpdated": "2026-06-03T18:34:43.7078747",
                      "costDecimals": 31,
                      "costChanged": true,
                      "dealCostIdentifier": "QEA=",
                      "excludeFromRebate": true,
                      "rebateOverride": 1,
                      "costCalcMethod": 32,
                      "costCalcMethodChanged": true,
                      "costEffectiveDate": "2026-06-03T18:34:43.7078747",
                      "defaultGP": 1,
                      "breakTargetMode": 33,
                      "break1": 1,
                      "price1": 1,
                      "target1": 34,
                      "break2": 1,
                      "price2": 1,
                      "target2": 35,
                      "break3": 1,
                      "price3": 1,
                      "target3": 36,
                      "break1Changed": true,
                      "price1Changed": true,
                      "target1Changed": true,
                      "break2Changed": true,
                      "price2Changed": true,
                      "target2Changed": true,
                      "break3Changed": true,
                      "price3Changed": true,
                      "target3Changed": true,
                      "breakTargetModeChanged": true,
                      "margin": 1.1,
                      "marginChanged": true,
                      "marginRanged": true,
                      "marginRangedChanged": true,
                      "minimumMargin": 1.1,
                      "minimumMarginChanged": true,
                      "maximumMargin": 1.1,
                      "maximumMarginChanged": true,
                      "overrideHostWarehouseIndicator": true,
                      "overrideHostWarehouseIndicatorChanged": true,
                      "overrideHostPrice": true,
                      "overrideHostPriceChanged": true,
                      "overrideHostCost": true,
                      "overrideHostCostChanged": true,
                      "overrideHostMargin": true,
                      "overrideHostMarginChanged": true,
                      "alwaysApplyMargin": true,
                      "alwaysApplyMarginChanged": true,
                      "aws": 1.0,
                      "paws": 1.0,
                      "awsUpdated": "2026-06-03T18:34:43.7078747",
                      "posTare": 1,
                      "altPrice": 1.0,
                      "altPriceChanged": true,
                      "altPriceMode": 53,
                      "altPriceModeChanged": true,
                      "altPLUG_UID": "YqJlTTbnx0KREnAojjT29A==",
                      "altPLUGuid": "4d65a262-e736-42c7-9112-70288e34f6f4",
                      "altPLUGuidChanged": true,
                      "altPriceDescription1": "sample string 54",
                      "altPriceDescription2": "sample string 55",
                      "cartonQuantity": 56,
                      "cartonQuantityChanged": true,
                      "trayID": 1,
                      "promptID": 1,
                      "tare": 1,
                      "packQty": 1,
                      "fixedWeight": 1,
                      "extraMesg": 1,
                      "text1": "sample string 58",
                      "text2": "sample string 59",
                      "text3": "sample string 60",
                      "labelText": "sample string 61",
                      "labelTextChanged": true,
                      "sendToScale": true,
                      "nonScaleWeigh": true,
                      "labelFormat": "sample string 65",
                      "barcodeFormat": "sample string 66",
                      "austMade": 1,
                      "coolCode": 67,
                      "countryOfOrigin": "sample string 68",
                      "percentContent": 69.1,
                      "departmentID": 1,
                      "subDepartmentID": 1,
                      "minorDepartmentID": 1,
                      "lesserDepartmentID": 1,
                      "deptCode": "sample string 70",
                      "subDeptCode": "sample string 71",
                      "minorDeptCode": "sample string 72",
                      "lesserDeptCode": "sample string 73",
                      "deptName": "sample string 74",
                      "subDeptName": "sample string 75",
                      "minorDeptName": "sample string 76",
                      "lesserDeptName": "sample string 77",
                      "departmentChanged": true,
                      "subCategoryID": 1,
                      "expiry": 1,
                      "showDays": 1,
                      "datePrint": 1,
                      "labelRequired": true,
                      "labelShelfQty": 80,
                      "labelShelfChanged": true,
                      "labelTalkerQty": 82,
                      "labelSmall": true,
                      "labelLastPrinted": "2026-06-03T18:34:43.7078747",
                      "labelLastPrice": 1,
                      "shelfPageLayoutG_UID": "jWoC74HKtEWDisQXCwHXkQ==",
                      "shelfPageLayoutGuid": "ef026a8d-ca81-45b4-838a-c4170b01d791",
                      "talkerPageLayoutG_UID": "vNJEyXhxoEi8PJOW3xlcbQ==",
                      "talkerPageLayoutGuid": "c944d2bc-7178-48a0-bc3c-9396df195c6d",
                      "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": "au6JT6OUz0mSavemkitKFw==",
                      "inventoryIdentifier": "4f89ee6a-94a3-49cf-926a-f7a6922b4a17",
                      "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": "IVjEEglrt0Ku66O/WqoXyw==",
                      "parentPluGuid": "12c45821-6b09-42b7-aeeb-a3bf5aaa17cb",
                      "preferredHostVendor": 105,
                      "preferredHostChanged": true,
                      "code": "sample string 107",
                      "supplierIdentifier": "CH+/nB1xmUKlVNMEAvm4Mw==",
                      "supplierIdentifierGuid": "9cbf7f08-711d-4299-a554-d30402f9b833",
                      "supplierChanged": true,
                      "rebateSupplierIdentifier": "Sdkm1lObbkKAAvTgiGo8zg==",
                      "rebateSupplierIdentifierGuid": "d626d949-9b53-426e-8002-f4e0886a3cce",
                      "rebateSupplierChanged": true,
                      "availableForOrder": true,
                      "warehouseDirectIndicator": "sample string 109",
                      "warehouseDirectIndicatorChanged": true,
                      "productGrade": "sample string 111",
                      "productType": "sample string 112",
                      "productGroup": "sample string 113",
                      "complianceIndicator": "sample string 114",
                      "inhouseBrand": "sample string 115",
                      "slowMoving": true,
                      "generalMerchandise": true,
                      "comment": "sample string 118",
                      "lastUpdatedByUser": "sample string 119",
                      "lastManualUpdatedByUser": "sample string 120",
                      "lastUpdatedByUserOverride": true,
                      "lastUpdatedByHost": "2026-06-03T18:34:43.7078747",
                      "commodity": "sample string 122",
                      "businessPillar": "sample string 123",
                      "mscCommodity": "sample string 124",
                      "hostIdentifier": "BgiZry3ZXk+iEt5m3DmKAA==",
                      "hostIdentifierGuid": "af990806-d92d-4f5e-a212-de66dc398a00",
                      "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": "15"
                        },
                        {
                          "$ref": "15"
                        }
                      ],
                      "store": {
                        "$ref": "4"
                      },
                      "storePrices": [
                        {
                          "$id": "16",
                          "pluG_UID": "VxlAc+rtT0iLwnHqQ4h8dA==",
                          "pluGuid": "73401957-edea-484f-8bc2-71ea43887c74",
                          "plu": 1,
                          "storeID": 1,
                          "zoneID": 2,
                          "zoneName": "sample string 3",
                          "store": "sample string 4",
                          "isElectedMasterStore": true,
                          "isZoneMasterStore": true,
                          "priceNow": 7,
                          "costNow": 8,
                          "costNowDecimals": 9,
                          "normalPrice": 10,
                          "priceNext": 1,
                          "costNext": 1,
                          "costNextDecimals": 11,
                          "nextCampaignName": "sample string 12",
                          "gstPercent": 13,
                          "normalCost": 14,
                          "normalCostDecimals": 15,
                          "costGstPercent": 16,
                          "costCalcMethod": 1,
                          "currentCost": 17,
                          "currentCostDecimals": 18,
                          "break1": 19,
                          "price1": 20,
                          "break2": 21,
                          "price2": 22,
                          "break3": 23,
                          "price3": 24,
                          "fuelItem": 25,
                          "fixedWeight": 26,
                          "active": true,
                          "complianceIndicator": "sample string 27",
                          "doNotOrder": true,
                          "doNotRange": true,
                          "isNormalPriceChangesCampaign": true,
                          "updated": "2026-06-03T18:34:43.7078747"
                        },
                        {
                          "$ref": "16"
                        }
                      ],
                      "currentPrices": {
                        "$id": "17",
                        "pluPrices": {
                          "$id": "18",
                          "plu": 1,
                          "pluG_UID": "QEA=",
                          "stores": [
                            1,
                            2
                          ],
                          "normalPrice": 1,
                          "cost": 2,
                          "break1": 3,
                          "price1": 4,
                          "break2": 5,
                          "price2": 6,
                          "break3": 7,
                          "price3": 8,
                          "discountPrice": 9,
                          "memberDiscountPrice": 10,
                          "acceptedUtc": "2026-06-03T18:34:43.7078747",
                          "priceChangeType": 0,
                          "costDecimals": 11,
                          "costCalcMethod": 12,
                          "targetCampaignPriceGtOrEquNormal": true
                        },
                        "normalPluPrices": {
                          "$ref": "18"
                        },
                        "winningCampaign": 1,
                        "winner": {
                          "$id": "19",
                          "campaignName": "sample string 1",
                          "campaignDescription": "sample string 2",
                          "talkerText": "sample string 3",
                          "disableWasSave": true,
                          "startDate": "2026-06-03T18:34:43.7078747",
                          "startTime": 5,
                          "endDate": "2026-06-03T18:34:43.7078747",
                          "endTime": 6,
                          "newPrice": 7,
                          "newCost": 8,
                          "newCostDecimals": 9,
                          "pctDiscount": 10,
                          "promoType": 1,
                          "promotionTypeCode": "sample string 11",
                          "hostType": 12,
                          "hostIdentifier": "2+wV0dK4VUWnAkqh7+BwSg==",
                          "hostIdentifierGuid": "d115ecdb-b8d2-4555-a702-4aa1efe0704a",
                          "storeNames": [
                            "sample string 1",
                            "sample string 2"
                          ]
                        },
                        "details": [
                          {
                            "$ref": "19"
                          },
                          {
                            "$ref": "19"
                          }
                        ]
                      },
                      "tray": {
                        "$id": "20",
                        "g_UId": "l2UXw06BOECrc6Jz9VhmnA==",
                        "guid": "c3176597-814e-4038-ab73-a273f558669c",
                        "name": "sample string 1",
                        "number": 1,
                        "tare": 1
                      },
                      "priceGroup": {
                        "$id": "21",
                        "priceGroupG_UID": "pM/P9j+c2UyrQJI/J89Aag==",
                        "priceGroupGuid": "f6cfcfa4-9c3f-4cd9-ab40-923f27cf406a",
                        "name": "sample string 2",
                        "code": 1,
                        "modified": true,
                        "updated": "2026-06-03T18:34:43.7078747",
                        "buyingLimit": 1,
                        "buyingLimitIndependent": true,
                        "buyingLimitType": 0,
                        "number": 1,
                        "products": [
                          {
                            "$ref": "15"
                          },
                          {
                            "$ref": "15"
                          }
                        ],
                        "productCount": 1
                      },
                      "priceGroupName": "sample string 147",
                      "nutrifacts": {
                        "$id": "22",
                        "pluG_UID": "wkWJ5Hz91kGWSH7TA2YPlQ==",
                        "pluGuid": "e48945c2-fd7c-41d6-9648-7ed303660f95",
                        "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": "23",
                        "pluGuid": "d9823870-e221-4139-9610-11911693968a",
                        "created": "2026-06-03T18:34:43.7078747",
                        "createdByUser": "sample string 1",
                        "activated": "2026-06-03T18:34:43.7078747",
                        "activatedByUser": "sample string 2",
                        "deactivated": "2026-06-03T18:34:43.7078747",
                        "deactivatedByUser": "sample string 3",
                        "lastOrdered": "2026-06-03T18:34:43.7078747",
                        "lastOrderedQty": 4.0,
                        "lastReceived": "2026-06-03T18:34:43.7078747",
                        "lastReceivedQty": 5.0,
                        "lastInvoiceStatus": 1,
                        "lastCounted": "2026-06-03T18:34:43.7078747",
                        "lastSold": "2026-06-03T18:34:43.7078747",
                        "firstSold": "2026-06-03T18:34:43.7078747",
                        "awsUpdated": "2026-06-03T18:34:43.7078747",
                        "lastManualUpdate": "2026-06-03T18:34:43.7078747",
                        "lastManualUpdatedByUser": "sample string 7",
                        "lastUpdated": "2026-06-03T18:34:43.7078747",
                        "lastUpdatedByUser": "sample string 9",
                        "lastUpdatedByHost": "2026-06-03T18:34:43.7078747",
                        "doNotRangeUpdated": "2026-06-03T18:34:43.7078747",
                        "doNotOrderUpdated": "2026-06-03T18:34:43.7078747",
                        "tracked": "2026-06-03T18:34:43.7078747"
                      },
                      "allergens": [
                        {
                          "$id": "24",
                          "primaryKey": {
                            "$id": "25",
                            "pluGuid": "0b336884-e3d0-4f82-8ee4-c069aef455e9",
                            "contains": 2
                          },
                          "allergenID": 1,
                          "pluG_UID": "hGgzC9Djgk+O5MBprvRV6Q==",
                          "pluGuid": "0b336884-e3d0-4f82-8ee4-c069aef455e9",
                          "contains": 2,
                          "allergenName": "sample string 3",
                          "storeIDs": [
                            1,
                            2
                          ]
                        },
                        {
                          "$ref": "24"
                        }
                      ],
                      "costs": {
                        "$id": "26",
                        "pluG_UID": "a2O3y6aQ1Ee0f6Eptea20g==",
                        "pluGuid": "cbb7636b-90a6-47d4-b47f-a129b5e6b6d2",
                        "enteredCost": 1,
                        "weightedAvgCost": 1,
                        "lastCost": 1,
                        "rawEnteredCost": 2,
                        "rawWeightedAvgCost": 3,
                        "rawLastCost": 4,
                        "freight": 5.0,
                        "freightType": 6,
                        "costDecimals": 7,
                        "fifoCost": 1,
                        "updated": "2026-06-03T18:34:43.7078747",
                        "normalCost": 1,
                        "currentCost": 1
                      },
                      "sales": [
                        {
                          "$id": "27",
                          "saleHeaderID": 1,
                          "created": "2026-06-03T18:34:43.7078747",
                          "createdLocal": "2026-06-03T18:34:43.7078747",
                          "storeID": 3,
                          "storeName": "sample string 4",
                          "operatorG_Uid": "wc7iLzK5Ok6+7T8bGZjaLA==",
                          "operatorGuid": "2fe2cec1-b932-4e3a-beed-3f1b1998da2c",
                          "operatorName": "sample string 5",
                          "tranType": 1,
                          "plu": 1,
                          "pluG_UId": "lCQJZctf60q3Yg7udxHE3A==",
                          "pluGuid": "65092494-5fcb-4aeb-b762-0eee7711c4dc",
                          "normalPrice": 1,
                          "totalCents": 1,
                          "cost": 1,
                          "grossProfit": 1,
                          "quantity": 1,
                          "operator": {
                            "$id": "28",
                            "id": 1,
                            "g_Uid": "Eaq7ZacWeU2Dzqtdhy56Aw==",
                            "guid": "65bbaa11-16a7-4d79-83ce-ab5d872e7a03",
                            "operatorNumber": 1,
                            "shortName": "sample string 2",
                            "firstName": "sample string 3",
                            "lastName": "sample string 4",
                            "password": "sample string 5",
                            "hasPassword": true,
                            "passwordText": "sample string 6",
                            "rfidTagID": "sample string 7",
                            "blueprintID": 1,
                            "groupID": 1,
                            "groupName": "sample string 8",
                            "managerGroupID": 1,
                            "managerGroupName": "sample string 9",
                            "zoneID": 1,
                            "zoneName": "sample string 10",
                            "loggedIn": 1,
                            "lastUsedIP": "sample string 11",
                            "deleted": true,
                            "locked": true,
                            "allowOpenTill": true,
                            "webEmail": "sample string 14",
                            "simpleOperatorType": 0,
                            "webRole": "sample string 15",
                            "updated": "2026-06-03T18:34:43.7078747",
                            "passwordResetRequired": true,
                            "alteredInStore": true,
                            "startShift": "2026-06-03T18:34:43.7078747",
                            "endShift": "2026-06-03T18:34:43.7078747",
                            "machineName": "sample string 20",
                            "drawerID": 1,
                            "stores": [
                              {
                                "$id": "29",
                                "operatorG_UID": "csyViro4L0+jE8C4M4DOTw==",
                                "operatorGuid": "8a95cc72-38ba-4f2f-a313-c0b83380ce4f",
                                "storeID": 2,
                                "operator": {
                                  "$ref": "28"
                                },
                                "store": {
                                  "$ref": "4"
                                }
                              },
                              {
                                "$ref": "29"
                              }
                            ]
                          }
                        },
                        {
                          "$ref": "27"
                        }
                      ],
                      "apns": [
                        {
                          "$id": "30",
                          "pluID": 1,
                          "pluG_UID": "bNu5OqHVaUi/UOTnzqtFCQ==",
                          "pluGuid": "3ab9db6c-d5a1-4869-bf50-e4e7ceab4509",
                          "apn": "sample string 1",
                          "deleted": true,
                          "storeID": 1,
                          "storeIDs": [
                            1,
                            2
                          ]
                        },
                        {
                          "$ref": "30"
                        }
                      ],
                      "tuns": [
                        {
                          "$id": "31",
                          "pluG_UId": "1pvj7OcpOkWx+lRQdB+inw==",
                          "pluGuid": "ece39bd6-29e7-453a-b1fa-5450741fa29f",
                          "apn": "sample string 1",
                          "tun": "sample string 2",
                          "cartonQuantity": 3,
                          "product": {
                            "$ref": "15"
                          },
                          "storeIDs": [
                            1,
                            2
                          ]
                        },
                        {
                          "$ref": "31"
                        }
                      ],
                      "competitionPricing": [
                        {
                          "$id": "32",
                          "identifier": "Mh4WJhtaD0yep4iTaqkCYA==",
                          "identifierGuid": "26161e32-5a1b-4c0f-9ea7-88936aa90260",
                          "pluG_UID": "xeINfpCBrUKp42tQi1mpQQ==",
                          "pluGuid": "7e0de2c5-8190-42ad-a9e3-6b508b59a941",
                          "competitionID": 1,
                          "name": "sample string 2",
                          "sellMultiple": 3,
                          "retailPrice": 4,
                          "storeName": "sample string 5"
                        },
                        {
                          "$ref": "32"
                        }
                      ],
                      "supplier": {
                        "$ref": "10"
                      },
                      "supplierName": "sample string 148",
                      "children": [
                        {
                          "$ref": "15"
                        },
                        {
                          "$ref": "15"
                        }
                      ],
                      "ordering": {
                        "$ref": "13"
                      },
                      "flipChartPages": [
                        {
                          "$id": "33",
                          "identifier": "h+zHGI0r6EW8EsNanZDJoQ==",
                          "groupName": "sample string 1",
                          "identifierGuid": "18c7ec87-2b8d-45e8-bc12-c35a9d90c9a1",
                          "exists": true,
                          "flipChartIdentifier": "HfJoej68fka//4z+nu0T7A==",
                          "flipChartIdentifierGuid": "7a68f21d-bc3e-467e-bfff-8cfe9eed13ec",
                          "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": "QgTpHRd3Y0iI9noIPAsHRw==",
                          "groupIdentifierGuid": "1de90442-7717-4863-88f6-7a083c0b0747",
                          "flipChart": {
                            "$id": "34",
                            "identifier": "7h4x0xUEKEmFR5Xqmm+f3Q==",
                            "identifierGuid": "d3311eee-0415-4928-8547-95ea9a6f9fdd",
                            "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": "35",
                              "identifier": "/e0W1cngxE6gNkDwBDVbWg==",
                              "identifierGuid": "d516edfd-e0c9-4ec4-a036-40f004355b5a",
                              "name": "sample string 2",
                              "formType": "sample string 3",
                              "forms": [
                                {
                                  "$id": "36",
                                  "id": 1,
                                  "g_UID": "lHvOG7LTdUyZYyw4R6SDXw==",
                                  "guid": "1bce7b94-d3b2-4c75-9963-2c3847a4835f",
                                  "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": "6QxXe2RlvUyS5hWvfQ8feA==",
                                  "previousFormGuid": "7b570ce9-6564-4cbd-92e6-15af7d0f1f78",
                                  "nextForm": 1,
                                  "nextFormG_UID": "+q10eG0TO0GaIDcX0S86RA==",
                                  "nextFormGuid": "7874adfa-136d-413b-9a20-3717d12f3a44",
                                  "attributes": "sample string 10",
                                  "updated": "2026-06-03T18:34:43.7078747",
                                  "positioning": 1,
                                  "contentPanel": "sample string 11",
                                  "selectionMode": 1,
                                  "maximumSelections": 1,
                                  "alteredInStore": true,
                                  "deleted": true,
                                  "blueprintID": 1,
                                  "preserveLayout": true,
                                  "mainCheckoutFormName": "sample string 13",
                                  "nextCheckoutForm": {
                                    "$ref": "36"
                                  },
                                  "previousCheckoutForm": {
                                    "$ref": "36"
                                  },
                                  "buttons": [
                                    {
                                      "$id": "37",
                                      "id": 1,
                                      "checkoutFormID": 2,
                                      "checkoutFormG_UID": "QmSGpbAt6ka1Z02z/RwVsA==",
                                      "checkoutFormGuid": "a5866442-2db0-46ea-b567-4db3fd1c15b0",
                                      "identifier": "xWcfJiYTn0S8S8lxqUDmxQ==",
                                      "identifierGuid": "261f67c5-1326-449f-bc4b-c971a940e6c5",
                                      "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": "1BPQ/5m2jkO7NJajp/u+nw==",
                                      "valueGuid": "ffd013d4-b699-438e-bb34-96a3a7fbbe9f",
                                      "buttonText": "sample string 10",
                                      "valueText": "sample string 11",
                                      "drawImageAndButton": true,
                                      "updated": "2026-06-03T18:34:43.7078747",
                                      "action": "sample string 12",
                                      "valueForm": {
                                        "$ref": "36"
                                      },
                                      "image": {
                                        "$id": "38",
                                        "name": "sample string 3.sample string 4",
                                        "imageID": 2,
                                        "imageName": "sample string 3",
                                        "imageExtension": "sample string 4",
                                        "lastUpdate": "2026-06-03T18:34:43.7078747",
                                        "imageData": "QEA=",
                                        "readOnly": true
                                      }
                                    },
                                    {
                                      "$ref": "37"
                                    }
                                  ],
                                  "panels": [
                                    {
                                      "$id": "39",
                                      "id": 1,
                                      "checkoutFormID": 2,
                                      "checkoutFormG_UID": "GHWsdsswVku3+JQ1cZDS2Q==",
                                      "checkoutFormGuid": "76ac7518-30cb-4b56-b7f8-94357190d2d9",
                                      "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": "39"
                                    }
                                  ]
                                },
                                {
                                  "$ref": "36"
                                }
                              ],
                              "panels": [
                                {
                                  "$ref": "39"
                                },
                                {
                                  "$ref": "39"
                                }
                              ]
                            },
                            "pages": [
                              {
                                "$ref": "33"
                              },
                              {
                                "$ref": "33"
                              }
                            ]
                          },
                          "contentPanel": {
                            "$ref": "39"
                          },
                          "products": [
                            {
                              "$id": "40",
                              "flipChartPageIdentifier": "tAMANR0BXE6Odupezd9Aaw==",
                              "flipChartPageIdentifierGuid": "350003b4-011d-4e5c-8e76-ea5ecddf406b",
                              "pluG_UID": "oog/ct1kR06m7E+rGWOJGQ==",
                              "pluGuid": "723f88a2-64dd-4e47-a6ec-4fab19638919",
                              "sortOrder": 3,
                              "sent": true,
                              "productChanged": true,
                              "productImageName": "sample string 6",
                              "productShowImageOnFlipCharts": true,
                              "productShowTextOnFlipCharts": true,
                              "productOverrideFlipChartText": true,
                              "productFlipChartText": "sample string 10",
                              "product": {
                                "$ref": "15"
                              },
                              "departmentSortOrder": 11,
                              "subDepartmentName": "sample string 12"
                            },
                            {
                              "$ref": "40"
                            }
                          ],
                          "productCount": 27,
                          "pages": [
                            {
                              "$ref": "33"
                            },
                            {
                              "$ref": "33"
                            }
                          ]
                        },
                        {
                          "$ref": "33"
                        }
                      ],
                      "priceHistory": [
                        {
                          "$id": "41",
                          "pluG_UID": "UTR9u0uY/kuFHdw5XOYfbw==",
                          "pluGuid": "bb7d3451-984b-4bfe-851d-dc395ce61f6f",
                          "price": 1,
                          "costCalcMethod": 1,
                          "cost": 2,
                          "weightedAvgCost": 3,
                          "lastCost": 4,
                          "rawCost": 5,
                          "rawWeightedAvgCost": 6,
                          "rawLastCost": 7,
                          "costDecimals": 8,
                          "serviceFeeID": 9,
                          "freight": 10.0,
                          "freightType": 11,
                          "process": "sample string 12",
                          "user": "sample string 13",
                          "updated": "2026-06-03T18:34:43.7078747",
                          "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": "41"
                        }
                      ],
                      "ingredients": [
                        {
                          "$id": "42",
                          "pluG_UID": "1bz3uU8Yuk+cxzg1lh+GLw==",
                          "ingredientGuid": "YjMIcyiVnkyqw79MUj7gCQ==",
                          "ingredientIdentifier": "73083362-9528-4c9e-aac3-bf4c523ee009",
                          "quantity": 1.0,
                          "storeIDs": [
                            1,
                            2
                          ],
                          "ingredientText": "sample string 1",
                          "ingredient": {
                            "$ref": "15"
                          }
                        },
                        {
                          "$ref": "42"
                        }
                      ],
                      "bins": [
                        {
                          "$id": "43",
                          "pluG_UID": "tPaJichOLEC6c1PI86Flmw==",
                          "pluGuid": "8989f6b4-4ec8-402c-ba73-53c8f3a1659b",
                          "shelfLocationIdentifier": "2h00Aoza0EuHGF6tUnSnKQ==",
                          "shelfLocationGuid": "02341dda-da8c-4bd0-8718-5ead5274a729",
                          "labelShelfDefault": 1,
                          "labelTalkerDefault": 1,
                          "labelSmall": true,
                          "labelPageLayoutG_UID": "ixuxqCQ+KUKQ5l2YHiggzQ==",
                          "labelPageLayoutGuid": "a8b11b8b-3e24-4229-90e6-5d981e2820cd",
                          "updated": "2026-06-03T18:34:43.7078747",
                          "electronicShelfLabelIdentifier": "sample string 5",
                          "electronicshelfLabelsConfigurationID": 6,
                          "labelShelfChanged": true,
                          "productName": "sample string 8",
                          "locationText": "sample string 9",
                          "product": {
                            "$ref": "15"
                          },
                          "location": {
                            "$id": "44",
                            "identifier": "/QyGz/Xo+k+pBMIy5BXYiQ==",
                            "storeID": 1,
                            "identifierGuid": "cf860cfd-e8f5-4ffa-a904-c232e415d889",
                            "name": "sample string 2",
                            "haccp": true,
                            "blueprintID": 1,
                            "updated": "2026-06-03T18:34:43.7078747",
                            "minTemp": 1,
                            "maxTemp": 1,
                            "checkFrequency": 1,
                            "storeCaseConfiguration": 5,
                            "storeName": "sample string 6",
                            "bins": [
                              {
                                "$ref": "43"
                              },
                              {
                                "$ref": "43"
                              }
                            ]
                          }
                        },
                        {
                          "$ref": "43"
                        }
                      ],
                      "bin": {
                        "$ref": "43"
                      },
                      "scaleLocations": [
                        {
                          "$id": "45",
                          "plu": 1,
                          "pluG_UID": "fVeaVjPNr065hItQuIqOag==",
                          "pluGuid": "569a577d-cd33-4eaf-b984-8b50b88a8e6a",
                          "deptNo": 1,
                          "product": {
                            "$ref": "15"
                          },
                          "scaleLocation": {
                            "$id": "46",
                            "id": 1,
                            "deptNo": 1,
                            "deptCode": "sample string 2",
                            "name": "sample string 3",
                            "enabled": true,
                            "updated": "2026-06-03T18:34:43.7078747",
                            "department": {
                              "$id": "47",
                              "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": "46"
                              },
                              "subDepartments": [
                                {
                                  "$id": "48",
                                  "id": 1,
                                  "departmentID": 2,
                                  "name": "sample string 3",
                                  "code": "sample string 4",
                                  "departmentCode": "sample string 5",
                                  "externalSales": true,
                                  "minorDepartments": [
                                    {
                                      "$id": "49",
                                      "id": 1,
                                      "subDepartmentID": 2,
                                      "departmentID": 3,
                                      "name": "sample string 4",
                                      "subDepartmentCode": "sample string 5",
                                      "departmentCode": "sample string 6",
                                      "code": "sample string 7",
                                      "lesserDepartments": [
                                        {
                                          "$id": "50",
                                          "id": 1,
                                          "departmentID": 2,
                                          "subDepartmentID": 3,
                                          "minorDepartmentID": 4,
                                          "name": "sample string 5",
                                          "code": "sample string 6",
                                          "departmentCode": "sample string 7",
                                          "subDepartmentCode": "sample string 8",
                                          "minorDepartmentCode": "sample string 9",
                                          "updated": "2026-06-03T18:34:43.7078747",
                                          "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": "3OKSvu5HFUWSw/qlvIvbcA==",
                                          "labelPageLayoutGuid": "be92e2dc-47ee-4515-92c3-faa5bc8bdb70",
                                          "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": "51",
                                            "dept": 1,
                                            "category": 2,
                                            "name": "sample string 3",
                                            "active": true,
                                            "mscCommodities": [
                                              {
                                                "$id": "52",
                                                "dept": 1,
                                                "category": 2,
                                                "commodity": 3,
                                                "name": "sample string 4",
                                                "active": true,
                                                "mscSubCommodities": [
                                                  {
                                                    "$id": "53",
                                                    "dept": 1,
                                                    "category": 2,
                                                    "commodity": 3,
                                                    "subCommodity": 4,
                                                    "name": "sample string 5",
                                                    "active": true,
                                                    "subCommodityCode": "sample string 7"
                                                  },
                                                  {
                                                    "$ref": "53"
                                                  }
                                                ],
                                                "commodityCode": "sample string 6"
                                              },
                                              {
                                                "$ref": "52"
                                              }
                                            ],
                                            "categoryCode": "sample string 5"
                                          },
                                          "mscCom": {
                                            "$ref": "52"
                                          },
                                          "mscDep": {
                                            "$id": "54",
                                            "dept": 1,
                                            "name": "sample string 2",
                                            "active": true,
                                            "mscCategories": [
                                              {
                                                "$ref": "51"
                                              },
                                              {
                                                "$ref": "51"
                                              }
                                            ],
                                            "deptCode": "sample string 4"
                                          },
                                          "mscSubCom": {
                                            "$ref": "53"
                                          }
                                        },
                                        {
                                          "$ref": "50"
                                        }
                                      ],
                                      "updated": "2026-06-03T18:34:43.7078747",
                                      "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": "SiOgfoWh2UWv/uaG1eOw7A==",
                                      "labelPageLayoutGuid": "7ea0234a-a185-45d9-affe-e686d5e3b0ec",
                                      "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": "51"
                                      },
                                      "mscCom": {
                                        "$ref": "52"
                                      },
                                      "mscDep": {
                                        "$ref": "54"
                                      },
                                      "mscSubCom": {
                                        "$ref": "53"
                                      }
                                    },
                                    {
                                      "$ref": "49"
                                    }
                                  ],
                                  "investmentBuyOverride": true,
                                  "updated": "2026-06-03T18:34:43.7078747",
                                  "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": "Lh+WYmJv4UuzbPK3LVc+pg==",
                                  "labelPageLayoutGuid": "62961f2e-6f62-4be1-b36c-f2b72d573ea6",
                                  "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": "51"
                                  },
                                  "mscCom": {
                                    "$ref": "52"
                                  },
                                  "mscDep": {
                                    "$ref": "54"
                                  },
                                  "mscSubCom": {
                                    "$ref": "53"
                                  }
                                },
                                {
                                  "$ref": "48"
                                }
                              ],
                              "stores": [
                                1,
                                2
                              ],
                              "investmentBuyOverride": true,
                              "updated": "2026-06-03T18:34:43.7078747",
                              "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": "eJazE/nobECKYqWibD658A==",
                              "labelPageLayoutGuid": "13b39678-e8f9-406c-8a62-a5a26c3eb9f0",
                              "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": "51"
                              },
                              "mscCom": {
                                "$ref": "52"
                              },
                              "mscDep": {
                                "$ref": "54"
                              },
                              "mscSubCom": {
                                "$ref": "53"
                              }
                            }
                          }
                        },
                        {
                          "$ref": "45"
                        }
                      ],
                      "nextPrice": {
                        "$id": "55",
                        "id": 1,
                        "campaignID": 2,
                        "campaignName": "sample string 3",
                        "plu": 1,
                        "hostOfferID": 1,
                        "metcashPromotionID": "sample string 4",
                        "metcashPromotionPlacement": "sample string 5",
                        "pluG_UID": "EaO8cxyE5EmcjmVGmbfJag==",
                        "pluGuid": "73bca311-841c-49e4-9c8e-654699b7c96a",
                        "newPrice": 1,
                        "pctDiscount": 1,
                        "newCost": 1,
                        "newCostDecimals": 6,
                        "dealCostIdentifier": "fZbUype5p0WE8gqfLSmMOg==",
                        "dealCostGuid": "cad4967d-b997-45a7-84f2-0a9f2d298c3a",
                        "pluName": "sample string 7",
                        "apn": "sample string 8",
                        "fuelItem": true,
                        "priceGroupG_UID": "bJW86BajUk+kTAiltmmmFQ==",
                        "priceGroupGuid": "e8bc956c-a316-4f52-a44c-08a5b669a615",
                        "itemNumber": "sample string 10",
                        "cri": "sample string 11",
                        "pluPrice": 12,
                        "costCalcMethod": 13,
                        "pluCost": 14,
                        "pluCostIndicator": "sample string 15",
                        "pluPriceGstPercent": 16,
                        "pluCostGstPercent": 17,
                        "pluActive": true,
                        "cartonQty": 1.1,
                        "baseUnits": 19.1,
                        "salesMode": 1,
                        "orderPacked": 20,
                        "pluNormalCost": 21,
                        "pluaws": 22.0,
                        "directNumber": "sample string 23",
                        "departmentName": "sample string 24",
                        "subDepartmentName": "sample string 25",
                        "priceGroupName": "sample string 26",
                        "supplierName": "sample string 27",
                        "stockOnHand": 1.1,
                        "stockOnOrder": 1.1,
                        "lastReceived": "2026-06-03T18:34:43.7078747",
                        "rrp": 28,
                        "campaignDescription": "sample string 29",
                        "hostCampaign": true,
                        "hostIdentifier": "QEA=",
                        "hostIdentifierGuid": "0b27eee3-3404-4788-b144-0c0f4fd9f69a",
                        "campaignComboPriceGroupG_UID": "B8RL9Y23ZkKAxjZXJLGlvw==",
                        "campaignComboPriceGroupIdentifier": "f54bc407-b78d-4266-80c6-365724b1a5bf",
                        "promotionPlacementDescription": "sample string 31",
                        "storeAcceptances": [
                          {
                            "$id": "56",
                            "plu": 1,
                            "pluG_UId": "QEA=",
                            "campaignID": 1,
                            "campaignName": "sample string 2",
                            "storeID": 3,
                            "acceptedUtc": "2026-06-03T18:34:43.7078747",
                            "operatorG_UID": "NPiWvbqWzkCAX2XbtPIhHw==",
                            "operatorGuid": "bd96f834-96ba-40ce-805f-65dbb4f2211f",
                            "machineID": 1,
                            "processed": true,
                            "appliedUtc": "2026-06-03T18:34:43.7078747",
                            "signIqTicketFileMovedUtc": "2026-06-03T18:34:43.7078747",
                            "user": "sample string 6",
                            "campaignDescription": "sample string 7",
                            "productDesc": "sample string 8",
                            "storeName": "sample string 9",
                            "effectiveUtc": "2026-06-03T18:34:43.7078747",
                            "priceChangeType": 0,
                            "operatorName": "sample string 10",
                            "hostCampaign": true,
                            "hostIdentifier": "QEA=",
                            "hostIdentifierGuid": "7b84482a-ff2d-4754-b11e-482cbfd38121",
                            "product": {
                              "$ref": "15"
                            },
                            "campaignPlu": {
                              "$ref": "55"
                            },
                            "fuelItem": true
                          },
                          {
                            "$ref": "56"
                          }
                        ],
                        "campaign": {
                          "$id": "57",
                          "id": 1,
                          "storeID": 2,
                          "name": "8a01c866-2a78-4742-aae1-17de79e6ef70",
                          "nameGuid": "8a01c866-2a78-4742-aae1-17de79e6ef70",
                          "description": "sample string 4",
                          "showDiscounts": true,
                          "showTotals": true,
                          "onlyEvaluateOnSubtotal": true,
                          "useDescription": true,
                          "campaignType": 1,
                          "startDate": "2026-06-03T18:34:43.7078747",
                          "startTime": 1,
                          "endDate": "2026-06-03T18:34:43.7078747",
                          "endTime": 1,
                          "recurrence": 1,
                          "recurrenceType": 1,
                          "monthType": 1,
                          "weekDays": 1,
                          "months": 1,
                          "monthWeeks": 1,
                          "monthDays": "sample string 7",
                          "printed": true,
                          "talkerText": "sample string 8",
                          "rangeDescription": "sample string 9",
                          "dealDescription": "sample string 10",
                          "labelQuantity": 11,
                          "active": 1,
                          "deactivated": "2026-06-03T18:34:43.7078747",
                          "system": true,
                          "created": "2026-06-03T18:34:43.7078747",
                          "updated": "2026-06-03T18:34:43.7078747",
                          "priceChangeNotifiedUtc": "2026-06-03T18:34:43.7078747",
                          "promoType": 1,
                          "promotionTypeCode": "sample string 13",
                          "hostIdentifier": "5GdhtpQrr06mWcRk6n/DHA==",
                          "hostIdentifierGuid": "b66167e4-2b94-4eaf-a659-c464ea7fc31c",
                          "hostType": 14,
                          "createdByUser": "sample string 15",
                          "fromHost": true,
                          "deleted": true,
                          "campaignDeleted": "2026-06-03T18:34:43.7078747",
                          "updatedByUser": "sample string 18",
                          "offerID": 1,
                          "isPriceChangeCampaign": true,
                          "stores": [
                            1,
                            2
                          ],
                          "storeNames": [
                            "sample string 1",
                            "sample string 2"
                          ],
                          "campaignPlus": [
                            {
                              "$ref": "55"
                            },
                            {
                              "$ref": "55"
                            }
                          ],
                          "campaignPools": [
                            {
                              "$id": "58",
                              "id": 1,
                              "campaignID": 2,
                              "campaignName": "sample string 3",
                              "plu": 4,
                              "pluG_UID": "U/0jhS5OuE+UngzV69IFDA==",
                              "pluGuid": "8523fd53-4e2e-4fb8-949e-0cd5ebd2050c",
                              "hostOfferID": 1,
                              "priceGroupG_UID": "3GhUDKo2fUK1FEm+KB/ERQ==",
                              "priceGroupGuid": "0c5468dc-36aa-427d-b514-49be281fc445",
                              "fuelItem": true,
                              "pluName": "sample string 6",
                              "apn": "sample string 7",
                              "pluActive": true,
                              "cartonQty": 1,
                              "baseUnits": 9.1,
                              "cri": "sample string 10",
                              "salesMode": 1,
                              "orderPacked": 11,
                              "pluaws": 12.0,
                              "directNumber": "sample string 13",
                              "departmentName": "sample string 14",
                              "subDepartmentName": "sample string 15",
                              "priceGroupName": "sample string 16",
                              "supplierName": "sample string 17",
                              "stockOnHand": 1.1,
                              "stockOnOrder": 1.1,
                              "lastReceived": "2026-06-03T18:34:43.7078747",
                              "rrp": 18,
                              "campaignDescription": "sample string 19",
                              "product": {
                                "$ref": "15"
                              },
                              "campaign": {
                                "$ref": "57"
                              }
                            },
                            {
                              "$ref": "58"
                            }
                          ],
                          "sellingRules": [
                            {
                              "$id": "59",
                              "id": 1,
                              "identifier": "1cskGLklhk+DDU1lSUnYrw==",
                              "identifierStr": "1cskGLklhk+DDU1lSUnYrw==",
                              "identifierGuid": "1824cbd5-25b9-4f86-830d-4d654949d8af",
                              "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": "57"
                              }
                            },
                            {
                              "$ref": "59"
                            }
                          ],
                          "customers": [
                            {
                              "$id": "60",
                              "id": 1,
                              "campaignID": 2,
                              "campaignName": "sample string 3",
                              "customerID": "5XXij4QfXkyiSlcKMsRqNw==",
                              "customerIDGuid": "8fe275e5-1f84-4c5e-a24a-570a32c46a37",
                              "campaign": {
                                "$ref": "57"
                              },
                              "customer": {
                                "$id": "61",
                                "identifier": "qWnb6Sum2kueCLoD+WcSIQ==",
                                "identifierGuid": "e9db69a9-a62b-4bda-9e08-ba03f9671221",
                                "code": "sample string 2",
                                "familyName": "sample string 3",
                                "givenName": "sample string 4",
                                "otherName": "sample string 5",
                                "title": "sample string 6",
                                "dateOfBirth": "2026-06-03T18:34:43.7078747",
                                "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": "jc0J6bJ0uEiIEEMk96bOQQ==",
                                "communityIdentifierGuid": "e909cd8d-74b2-48b8-8810-4324f7a6ce41",
                                "joined": "2026-06-03T18:34:43.7078747",
                                "updated": "2026-06-03T18:34:43.7078747",
                                "active": true,
                                "reasonInactive": 1,
                                "groupCustomer": true,
                                "loyaltyPoints": 1,
                                "homeStoreID": 1,
                                "availableSpend": 1,
                                "priceLevelIdentifier": "zhS/iIR6n0qXSTTWzWqDYw==",
                                "priceLevelIdentifierGuid": "88bf14ce-7a84-4a9f-9749-34d6cd6a8363",
                                "marketingID": "sample string 18",
                                "receiptPrintOptions": 1,
                                "hidden": true,
                                "registered": true,
                                "registeredOn": "2026-06-03T18:34:43.7078747",
                                "emailMarketing": true,
                                "smsMarketing": true,
                                "deleted": true,
                                "deletedUser": "sample string 24",
                                "homeStoreName": "sample string 25",
                                "customerCards": [
                                  {
                                    "$id": "62",
                                    "cardType": 2,
                                    "issueDate": "2026-06-03T18:34:43.7078747",
                                    "expiry": "2026-06-03T18:34:43.7078747",
                                    "customerID": "/ZKvXek48UOtUDK9gQbxwg==",
                                    "customerIDGuid": "5daf92fd-38e9-43f1-ad50-32bd8106f1c2",
                                    "initialValue": 1,
                                    "currentValue": 1,
                                    "maxLimit": 1,
                                    "minTransaction": 1,
                                    "maxTransaction": 1,
                                    "multiplier": 1.1,
                                    "active": true,
                                    "reasonInactive": 1,
                                    "idRequired": true,
                                    "idType": 1,
                                    "idValue": "sample string 5",
                                    "updated": "2026-06-03T18:34:43.7078747",
                                    "linkedAccount": "+3f5ZmM/nUq0b5UepL2ovg==",
                                    "linkedAccountGuid": "66f977fb-3f63-4a9d-b46f-951ea4bda8be",
                                    "currentValueChanged": true,
                                    "limitsChanged": true,
                                    "customer": {
                                      "$ref": "61"
                                    },
                                    "account": {
                                      "$id": "63",
                                      "id": 1,
                                      "identifier": "w8G4mcalmUmkm/MSzN3Kzg==",
                                      "identifierGuid": "99b8c1c3-a5c6-4999-a49b-f312ccddcace",
                                      "referenceNo": "sample string 3",
                                      "name": "sample string 4",
                                      "created": "2026-06-03T18:34:43.7078747",
                                      "owner": "qOpXqiJy+k6lMb0jIKFV6Q==",
                                      "ownerGuid": "aa57eaa8-7222-4efa-a531-bd2320a155e9",
                                      "accountStoreGroupIdentifier": "3wSlQM2FpEKQGL9RwJOLqg==",
                                      "accountStoreGroupGuid": "40a504df-85cd-42a4-9018-bf51c0938baa",
                                      "accountType": 1,
                                      "currentBalance": 1,
                                      "externalID": "sample string 7",
                                      "maximumLimit": 1,
                                      "accruePoints": true,
                                      "loyaltyPoints": 1,
                                      "termsOfTrade": 1,
                                      "signatureRequired": true,
                                      "referenceRequired": true,
                                      "statementSendType": 10,
                                      "ageingPeriod": 1,
                                      "monthlyAgeingPeriod": true,
                                      "explodedInvoice": true,
                                      "isFifoAllocation": true,
                                      "lastStatementSent": "2026-06-03T18:34:43.7078747",
                                      "active": true,
                                      "updated": "2026-06-03T18:34:43.7078747",
                                      "deleted": true,
                                      "deletedUser": "sample string 16",
                                      "currentBalanceChanged": true,
                                      "maximumLimitChanged": true,
                                      "loyaltyPointsChanged": true,
                                      "projectedBalance": 17,
                                      "accountStoreGroupStoreIDs": [
                                        1,
                                        2
                                      ],
                                      "customerEmail": "sample string 18",
                                      "ownerCustomer": {
                                        "$ref": "61"
                                      },
                                      "card": {
                                        "$ref": "62"
                                      },
                                      "members": {
                                        "$id": "64",
                                        "sample string 1": [
                                          {
                                            "$ref": "61"
                                          },
                                          {
                                            "$ref": "61"
                                          }
                                        ],
                                        "sample string 2": [
                                          {
                                            "$ref": "61"
                                          },
                                          {
                                            "$ref": "61"
                                          }
                                        ]
                                      },
                                      "customerGroups": [
                                        {
                                          "$id": "65",
                                          "identifier": "4kcpyKFhhUKQ2dVjrYVRZQ==",
                                          "identifierGuid": "c82947e2-61a1-4285-90d9-d563ad855165",
                                          "name": "sample string 2",
                                          "primaryContact": "Y5jWJ6diZk+i6X9QY8e+eA==",
                                          "primaryContactGuid": "27d69863-62a7-4f66-a2e9-7f5063c7be78",
                                          "accountID": "/Y/vN2pWwUG/uKzbo3T79Q==",
                                          "accountIDGuid": "37ef8ffd-566a-41c1-bfb8-acdba374fbf5",
                                          "special": true,
                                          "updated": "2026-06-03T18:34:43.7078747",
                                          "active": true,
                                          "reasonInactive": 1,
                                          "priceLevelIdentifier": "vT2jKJ8cKk2temPwXSOxUg==",
                                          "priceLevelIdentifierGuid": "28a33dbd-1c9f-4d2a-ad7a-63f05d23b152",
                                          "marketingListID": "sample string 7",
                                          "deleted": true,
                                          "account": {
                                            "$ref": "63"
                                          },
                                          "primaryContactCustomer": {
                                            "$ref": "61"
                                          },
                                          "customerGroupMembers": [
                                            {
                                              "$id": "66",
                                              "id": 1,
                                              "groupID": "9ImxDDqDZkmGvzbs/rWXMQ==",
                                              "groupIDGuid": "0cb189f4-833a-4966-86bf-36ecfeb59731",
                                              "customerID": "TnOritsd7U262IblClb8Hw==",
                                              "customerIDGuid": "8aab734e-1ddb-4ded-bad8-86e50a56fc1f",
                                              "card": "sample string 4",
                                              "linkedAccount": "fNcWoUeaFUiG9WmvJOlL2Q==",
                                              "linkedAccountGuid": "a116d77c-9a47-4815-86f5-69af24e94bd9",
                                              "customer": {
                                                "$ref": "61"
                                              },
                                              "group": {
                                                "$ref": "65"
                                              },
                                              "customerCard": {
                                                "$ref": "62"
                                              }
                                            },
                                            {
                                              "$ref": "66"
                                            }
                                          ]
                                        },
                                        {
                                          "$ref": "65"
                                        }
                                      ]
                                    },
                                    "payments": [
                                      {
                                        "$id": "67",
                                        "id": 1,
                                        "identifier": "4eElFkmM906Jo8vuCP5LSg==",
                                        "identifierGuid": "1625e1e1-8c49-4ef7-89a3-cbee08fe4b4a",
                                        "storeID": 2,
                                        "operatorName": "sample string 3",
                                        "saleHeaderID": 4,
                                        "paymentType": 5,
                                        "amount": 6,
                                        "account": "sample string 7",
                                        "accountID": "BEE21IlHMkasvI5Xa4eGDw==",
                                        "accountIDGuid": "d4364104-4789-4632-acbc-8e576b87860f",
                                        "customerAccount": {
                                          "$ref": "63"
                                        },
                                        "customerCard": {
                                          "$ref": "62"
                                        },
                                        "accountType": 1,
                                        "cardName": "sample string 8",
                                        "authorisationNumber": "sample string 9",
                                        "bankReference": "sample string 10",
                                        "merchantID": "sample string 11",
                                        "terminalID": "sample string 12",
                                        "cardNumber": "sample string 13",
                                        "paymentDate": "2026-06-03T18:34:43.7078747",
                                        "invRocNo": "sample string 14",
                                        "responseCode": "sample string 15",
                                        "cashout": 1,
                                        "tip": 16,
                                        "idempotentVoid": "yKpGsGUAW0myD6V+Yie5Vg==",
                                        "idempotentVoidGuid": "b046aac8-0065-495b-b20f-a57e6227b956",
                                        "offline": true,
                                        "processed": 1,
                                        "storeSaleHeader": {
                                          "$id": "68",
                                          "saleHeaderID": 1,
                                          "saleHeaderGuid": "MkK8XPGJ5EiluM6fNui8dw==",
                                          "saleHeaderIdentifierGuid": "5cbc4232-89f1-48e4-a5b8-ce9f36e8bc77",
                                          "created": "2026-06-03T18:34:43.7078747",
                                          "createdLocal": "2026-06-03T18:34:43.7078747",
                                          "createdText": "sample string 4",
                                          "itemCount": 5,
                                          "totalAmount": 6,
                                          "cashTender": 1,
                                          "cardTender": 1,
                                          "cheqTender": 1,
                                          "acctTender": 1,
                                          "voucherTender": 1,
                                          "loyaltyPoints": 1,
                                          "cashout": 1,
                                          "changeAmount": 1,
                                          "rounding": 1,
                                          "gstAmount": 1,
                                          "transactionDiscountTender": 1,
                                          "totalTip": 7,
                                          "tranType": 1,
                                          "processed": 1,
                                          "imported": "2026-06-03T18:34:43.7078747",
                                          "storeID": 1,
                                          "operatorG_Uid": "005s5gRS2kedVXqnXAlG0Q==",
                                          "operatorGuid": "e66c4ed3-5204-47da-9d55-7aa75c0946d1",
                                          "customerG_Uid": "iGrnnZ/4G06Agw81iV7ZHA==",
                                          "customerGuid": "9de76a88-f89f-4e1b-8083-0f35895ed91c",
                                          "communityIdentifier": "jkm6Cg8/UUOO6Knra9z4/Q==",
                                          "communityIdentifierGuid": "0aba498e-3f0f-4351-8ee8-a9eb6bdcf8fd",
                                          "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": "eep+9QwKAkuzVlCyftD9Tw==",
                                          "priceLevelIdentifierGuid": "f57eea79-0a0c-4b02-b356-50b27ed0fd4f",
                                          "locked": 36,
                                          "orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-06-03T18:34:43.7078747+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": "69",
                                            "customerName": "sample string 1",
                                            "pickupAt": "2026-06-03T18:34:43.7078747",
                                            "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": "28"
                                          },
                                          "customer": {
                                            "$ref": "61"
                                          },
                                          "communityOrganisation": {
                                            "$id": "70",
                                            "id": 1,
                                            "identifier": "gKBymO+Z6k20JJIv6lUG5A==",
                                            "identifierGuid": "9872a080-99ef-4dea-b424-922fea5506e4",
                                            "name": "sample string 3",
                                            "lookupIdentifier": "sample string 4",
                                            "externalID": "sample string 5",
                                            "phone": "sample string 6",
                                            "fax": "sample string 7",
                                            "email": "sample string 8",
                                            "address1": "sample string 9",
                                            "address2": "sample string 10",
                                            "city": "sample string 11",
                                            "postCode": "sample string 12",
                                            "state": "sample string 13",
                                            "country": "sample string 14",
                                            "abn": "sample string 15",
                                            "promoPeriodStart": "2026-06-03T18:34:43.7078747",
                                            "promoPeriodEnd": "2026-06-03T18:34:43.7078747",
                                            "allowDonations": true,
                                            "logoImageName": "sample string 17",
                                            "totalAmountAwarded": 18.1,
                                            "updated": "2026-06-03T18:34:43.7078747",
                                            "deleted": true
                                          },
                                          "details": [
                                            {
                                              "$id": "71",
                                              "saleItemID": 1,
                                              "identifier": "JlLk5FY6jECI3tTua4BdBA==",
                                              "identifierGuid": "e4e45226-3a56-408c-88de-d4ee6b805d04",
                                              "saleHeaderID": 2,
                                              "plu": 1,
                                              "pluG_UId": "+VLXiCqJX0eIPs45EfeKbQ==",
                                              "pluGuid": "88d752f9-892a-475f-883e-ce3911f78a6d",
                                              "accountID": "zuzm6Sf+gkC6d/nxGeABkw==",
                                              "accountIDGuid": "e9e6ecce-fe27-4082-ba77-f9f119e00193",
                                              "normalPrice": 3,
                                              "originalSellingPrice": 4,
                                              "discountPrice": 5,
                                              "unit": 1,
                                              "quantity": 6,
                                              "totalCents": 7,
                                              "fixedPrice": 1,
                                              "tranType": 1,
                                              "discountType": 1,
                                              "cost": 1,
                                              "costDecimals": 8,
                                              "markdown": 1,
                                              "manualQuantity": 1,
                                              "manualPrice": 1,
                                              "manualMode": 1,
                                              "active": 1,
                                              "offline": true,
                                              "barcode": "sample string 9",
                                              "keyedSale": 1,
                                              "discountedID": 1,
                                              "fuelID": 1,
                                              "serialNumber": "sample string 10",
                                              "bestOrExpire": "2026-06-03T18:34:43.7078747",
                                              "bestOrExpireType": 1,
                                              "providerName": "sample string 11",
                                              "refundG_UID": "wedyTXmfLkCb+6xHZSGSGA==",
                                              "refundGuid": "4d72e7c1-9f79-402e-9bfb-ac4765219218",
                                              "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": "2MwQSrUy0U+yVmBf+DwDYw==",
                                              "idempotentVoidGuid": "4a10ccd8-32b5-4fd1-b256-605ff83c0363",
                                              "priceLevelIdentifier": "pDOrYscbeUuo3Zwhe89eRg==",
                                              "priceLevelIdentifierGuid": "62ab33a4-1bc7-4b79-a8dd-9c217bcf5e46",
                                              "communityIdentifier": "o5WgonRsL0u6U4l6uVsyQA==",
                                              "communityIdentifierGuid": "a2a095a3-6c74-4b2f-ba53-897ab95b3240",
                                              "productName": "sample string 23",
                                              "apn": "sample string 24",
                                              "unknownScans": [
                                                {
                                                  "$id": "72",
                                                  "id": 1,
                                                  "saleDetailID": 2,
                                                  "storeID": 1,
                                                  "scanned": "2026-06-03T18:34:43.7078747",
                                                  "operatorG_UID": "QEA=",
                                                  "barcode": "sample string 4",
                                                  "processed": 1
                                                },
                                                {
                                                  "$ref": "72"
                                                }
                                              ],
                                              "refund": {
                                                "$id": "73",
                                                "id": 1,
                                                "g_UID": "jUZRS/x/nE274JQ+vn104A==",
                                                "guid": "4b51468d-7ffc-4d9c-bbe0-943ebe7d74e0",
                                                "description": "sample string 1",
                                                "dumped": true,
                                                "inventoryReasonID": 1,
                                                "sortOrder": 1,
                                                "updated": "2026-06-03T18:34:43.7078747"
                                              },
                                              "modifier": {
                                                "$id": "74",
                                                "id": 1,
                                                "setG_UID": "pcSwK6c2IUqFJBLsFQh+Ew==",
                                                "modifierSetGuid": "2bb0c4a5-36a7-4a21-8524-12ec15087e13",
                                                "name": "sample string 2",
                                                "price": 1,
                                                "quantity": 1,
                                                "modifierType": 1,
                                                "groupNumber": 1,
                                                "pageNumber": 1,
                                                "controlOrder": 1,
                                                "printToStation": true,
                                                "pluG_UID": "90VLoFKtMkqhe0INzVBU4w==",
                                                "pluGuid": "a04b45f7-ad52-4a32-a17b-420dcd5054e3",
                                                "deleted": true,
                                                "g_UID": "T7lMHqkIfEawNiyg/YRZBg==",
                                                "guid": "1e4cb94f-08a9-467c-b036-2ca0fd845906",
                                                "product": {
                                                  "$ref": "15"
                                                }
                                              },
                                              "priceLevelName": "sample string 25",
                                              "pumpNumber": 1,
                                              "hoseNumber": 1
                                            },
                                            {
                                              "$ref": "71"
                                            }
                                          ],
                                          "eftReceipts": [
                                            {
                                              "$id": "75",
                                              "id": 1,
                                              "storeID": 1,
                                              "saleHeaderID": 2,
                                              "storeSaleHeader": {
                                                "$ref": "68"
                                              },
                                              "receipt": "sample string 3",
                                              "processed": 1
                                            },
                                            {
                                              "$ref": "75"
                                            }
                                          ],
                                          "payments": [
                                            {
                                              "$ref": "67"
                                            },
                                            {
                                              "$ref": "67"
                                            }
                                          ],
                                          "cards": [
                                            {
                                              "$id": "76",
                                              "id": 1,
                                              "saleHeaderID": 1,
                                              "identifier": "sample string 2",
                                              "cardType": 3,
                                              "providerName": "sample string 4"
                                            },
                                            {
                                              "$ref": "76"
                                            }
                                          ],
                                          "campaignHits": [
                                            {
                                              "$id": "77",
                                              "id": 1,
                                              "saleHeaderID": 2,
                                              "campaign": "sample string 3",
                                              "name": "sample string 4",
                                              "processed": 1,
                                              "campaignDescription": "sample string 5"
                                            },
                                            {
                                              "$ref": "77"
                                            }
                                          ],
                                          "fuel": [
                                            {
                                              "$id": "78",
                                              "id": 1,
                                              "plu": 1,
                                              "pluG_UID": "3MI+mAzKA0am+ydc6LfUqA==",
                                              "pluGuid": "983ec2dc-ca0c-4603-a6fb-275ce8b7d4a8",
                                              "saleHeaderID": 2,
                                              "totalCents": 3,
                                              "grade": 1,
                                              "gradeDescription": "sample string 4",
                                              "dispenser": 1,
                                              "hose": 1,
                                              "quantity": 1,
                                              "cost": 1,
                                              "acquirerNum": 1,
                                              "attendant": 1,
                                              "ePurseBalance": 1.0,
                                              "cardSignature": "sample string 5",
                                              "compartmentNumber": 1,
                                              "contractNumber": 1,
                                              "discountCardPAN": "sample string 6",
                                              "discountID": 1,
                                              "discountName": "sample string 7",
                                              "discountNetValue": 1.0,
                                              "discountType": 1,
                                              "discountValue": 1.0,
                                              "discretionaryData": "sample string 8",
                                              "driverID": "sample string 9",
                                              "eftBatchNumber": 1,
                                              "eftResponseCode": "sample string 10",
                                              "endDateTime": "2026-06-03T18:34:43.7078747",
                                              "engineHours": 1.1,
                                              "fposNumber": 1,
                                              "loyaltyCardPAN": "sample string 11",
                                              "miscData1": 1,
                                              "miscData2": "sample string 12",
                                              "miscFlags": 1,
                                              "mop": 1,
                                              "odometer": 1,
                                              "panNumber": "sample string 13",
                                              "saleRefund": true,
                                              "saleStatus": 1,
                                              "sequenceNumber": 1,
                                              "stan": 1,
                                              "startDateTime": "2026-06-03T18:34:43.7078747",
                                              "tagNumber": "sample string 15",
                                              "trackTwoRem": "sample string 16",
                                              "transCode": 1,
                                              "transType": 1,
                                              "unitPrice": 1.0,
                                              "vehicleReg": "sample string 17",
                                              "offline": true,
                                              "processed": 1
                                            },
                                            {
                                              "$ref": "78"
                                            }
                                          ],
                                          "fuelResells": [
                                            {
                                              "$id": "79",
                                              "saleItemID": 1,
                                              "saleHeaderID": 2,
                                              "plu": 1,
                                              "pluG_UId": "a+4GsvGFak+w6UJ7y2ifrg==",
                                              "pluGuid": "b206ee6b-85f1-4f6a-b0e9-427bcb689fae",
                                              "accountID": "N7EZlfBAAE63bQp9uP4/GQ==",
                                              "accountIDGuid": "9519b137-40f0-4e00-b76d-0a7db8fe3f19",
                                              "normalPrice": 3,
                                              "originalSellingPrice": 4,
                                              "discountPrice": 5,
                                              "unit": 1,
                                              "quantity": 6,
                                              "totalCents": 7,
                                              "fixedPrice": 1,
                                              "tranType": 1,
                                              "processed": 1,
                                              "discountType": 1,
                                              "cost": 1,
                                              "costDecimals": 1,
                                              "markdown": 1,
                                              "manualQuantity": 1,
                                              "manualPrice": 1,
                                              "manualMode": 1,
                                              "active": 1,
                                              "barcode": "sample string 8",
                                              "offline": 1,
                                              "keyedSale": 1,
                                              "discountedID": 1,
                                              "fuelID": 1,
                                              "serialNumber": "sample string 9",
                                              "bestOrExpire": "2026-06-03T18:34:43.7078747",
                                              "bestOrExpireType": 1,
                                              "refundG_UID": "0+EuwJymNkaLuqPZXdQ/HA==",
                                              "refundGuid": "c02ee1d3-a69c-4636-8bba-a3d95dd43f1c",
                                              "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": "79"
                                            }
                                          ],
                                          "customerOrder": [
                                            {
                                              "$id": "80",
                                              "identifier": "FqYAhPmc3UC0t/Muh7Z8hg==",
                                              "identifierGuid": "8400a616-9cf9-40dd-b4b7-f32e87b67c86",
                                              "id": 1,
                                              "orderNo": 2,
                                              "externalSaleIdentifier": "sample string 3",
                                              "storeID": 4,
                                              "zoneID": 5,
                                              "deptNo": 6,
                                              "customerIdentifier": "GJWT4jZAvE2mkPAgVGKyHA==",
                                              "customerIdentifierGuid": "e2939518-4036-4dbc-a690-f0205462b21c",
                                              "operatorNo": 1,
                                              "operatorG_UID": "0t8wovBZJk2vPUYdqUIpsw==",
                                              "operatorGuid": "a230dfd2-59f0-4d26-af3d-461da94229b3",
                                              "created": "2026-06-03T18:34:43.7078747",
                                              "ordered": "2026-06-03T18:34:43.7078747",
                                              "started": "2026-06-03T18:34:43.7078747",
                                              "completed": "2026-06-03T18:34:43.7078747",
                                              "supplied": "2026-06-03T18:34:43.7078747",
                                              "quickTicket": 1,
                                              "deleted": true,
                                              "walkAway": true,
                                              "approxWait": 1,
                                              "actualWait": 1,
                                              "deliveryMethod": 8,
                                              "externalSaleType": 9,
                                              "customer": {
                                                "$ref": "61"
                                              },
                                              "operator": {
                                                "$ref": "28"
                                              },
                                              "details": [
                                                {
                                                  "$id": "81",
                                                  "headerID": 1,
                                                  "plu": 1,
                                                  "pluG_UId": "RFJwE6RDZUiGnMoJXHEycg==",
                                                  "pluGuid": "13705244-43a4-4865-869c-ca095c713272",
                                                  "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": "C5P//zV6rE+1FAHeXQhJaA==",
                                                  "headerIdentifierGuid": "ffff930b-7a35-4fac-b514-01de5d084968",
                                                  "product": {
                                                    "$ref": "15"
                                                  }
                                                },
                                                {
                                                  "$ref": "81"
                                                }
                                              ],
                                              "storeName": "sample string 11",
                                              "customerName": "sample string 12",
                                              "storeReplyTo": "sample string 13",
                                              "storeSubjectLine": "sample string 14",
                                              "storeSaleHeader": {
                                                "$ref": "68"
                                              }
                                            },
                                            {
                                              "$ref": "80"
                                            }
                                          ],
                                          "surveyResponses": [
                                            {
                                              "$id": "82",
                                              "surveyG_UID": "K5BtORIqDkaxW+97aMrepw==",
                                              "surveyGuid": "396d902b-2a12-460e-b15b-ef7b68cadea7",
                                              "saleHeaderGuid": "YcPjkFU88EOwU/UWDze0TQ==",
                                              "saleGuid": "90e3c361-3c55-43f0-b053-f5160f37b44d",
                                              "textResponse": "sample string 1",
                                              "integerResponse": 1,
                                              "g_UIDResponse": "ZXyHBdi790y4OLwrAGz9Dw==",
                                              "guidResponse": "05877c65-bbd8-4cf7-b838-bc2b006cfd0f",
                                              "whoAnswered": 2,
                                              "answeredAtUTC": "2026-06-03T18:34:43.7078747",
                                              "sale": {
                                                "$ref": "68"
                                              },
                                              "survey": {
                                                "$id": "83",
                                                "g_UID": "YRSvbPHxRkiBExWnNwu8fw==",
                                                "guid": "6caf1461-f1f1-4846-8113-15a7370bbc7f",
                                                "name": "sample string 1",
                                                "storeID": 2,
                                                "zoneID": 1,
                                                "checkoutFormG_UID": "ZN5vL2YToEmHMmM/2QNzuQ==",
                                                "checkoutFormGuid": "2f6fde64-1366-49a0-8732-633fd90373b9",
                                                "displayToWho": 3,
                                                "displayWhen": 4,
                                                "start": "2026-06-03T18:34:43.7078747",
                                                "end": "2026-06-03T18:34:43.7078747",
                                                "deleted": true,
                                                "updated": "2026-06-03T18:34:43.7078747",
                                                "possibleIntegerResponses": [
                                                  1,
                                                  2
                                                ],
                                                "possibleTextResponses": [
                                                  "sample string 1",
                                                  "sample string 2"
                                                ],
                                                "possibleGuidResponses": [
                                                  "d20c7179-a2d0-4fba-9178-e1d5cdb4e543",
                                                  "2a9a276a-f0a7-47d1-b4c6-8bf97c18009c"
                                                ],
                                                "allowsAllTextResponses": true,
                                                "surveyForm": {
                                                  "$ref": "36"
                                                }
                                              },
                                              "ingressId": "sample string 4"
                                            },
                                            {
                                              "$ref": "82"
                                            }
                                          ],
                                          "storeName": "sample string 39",
                                          "terminalNumber": 40,
                                          "machineName": "sample string 41",
                                          "operatorName": "sample string 42",
                                          "direction": 1,
                                          "reason": "sample string 43",
                                          "accountG_UID": "O/foueufuEG8m+q9bRM+6w==",
                                          "accountIdentifier": "b9e8f73b-9feb-41b8-bc9b-eabd6d133eeb",
                                          "accountName": "sample string 44",
                                          "customerOrderIdentifier": "2vNUikK9mkiG9TSBknTnkw==",
                                          "customerOrderIdentifierGuid": "8a54f3da-bd42-489a-86f5-34819274e793",
                                          "priceLevelName": "sample string 45",
                                          "revision": 46,
                                          "ingressId": "sample string 47"
                                        },
                                        "metadata": {
                                          "$id": "84",
                                          "id": 1,
                                          "paymentID": 2,
                                          "paymentIdentifier": "fESkjVTy7EaZ2RpVud/pjQ==",
                                          "paymentIdentifierGuid": "8da4447c-f254-46ec-99d9-1a55b9dfe98d",
                                          "identifier": "bM2KhcLk6UuVg5s1XGqpQA==",
                                          "identifierGuid": "858acd6c-e4c2-4be9-9583-9b355c6aa940",
                                          "metadata": "sample string 3",
                                          "signatureImage": "QEA=",
                                          "itemIdentifier": "MrOHk/6I/k+KxrvToR40+Q==",
                                          "itemIdentifierGuid": "9387b332-88fe-4ffe-8ac6-bbd3a11e34f9"
                                        }
                                      },
                                      {
                                        "$ref": "67"
                                      }
                                    ]
                                  },
                                  {
                                    "$ref": "62"
                                  }
                                ],
                                "customerGroupMembers": [
                                  {
                                    "$ref": "66"
                                  },
                                  {
                                    "$ref": "66"
                                  }
                                ],
                                "customerGroups": [
                                  {
                                    "$ref": "65"
                                  },
                                  {
                                    "$ref": "65"
                                  }
                                ],
                                "accounts": [
                                  {
                                    "$ref": "63"
                                  },
                                  {
                                    "$ref": "63"
                                  }
                                ],
                                "account": {
                                  "$ref": "63"
                                },
                                "vouchers": [
                                  {
                                    "$id": "85",
                                    "customerIdentifier": "8nkM5KqnjUCVU7a0IBw8CA==",
                                    "customerIdentifierGuid": "e40c79f2-a7aa-408d-9553-b6b4201c3c08",
                                    "voucherName": "sample string 2",
                                    "count": 3,
                                    "storeID": 4,
                                    "barcode": "sample string 5",
                                    "redeemCount": 6,
                                    "issueCount": 7,
                                    "storeSalePaymentID": 1,
                                    "idempotentID": "rlCqYdSnXE6poJAOJ9LDuA==",
                                    "idempotentGuid": "61aa50ae-a7d4-4e5c-a9a0-900e27d2c3b8",
                                    "offline": true,
                                    "voucher": {
                                      "$id": "86",
                                      "id": 1,
                                      "name": "sample string 2",
                                      "description": "sample string 3",
                                      "shortDescription": "sample string 4",
                                      "url": "sample string 5",
                                      "barcodeTemplateID": 1,
                                      "expiry": 0,
                                      "voucherType": 6,
                                      "limitPerTransaction": 7,
                                      "customerTracking": true,
                                      "discountAccount": "sample string 9",
                                      "endDate": "2026-06-03T18:34:43.7078747",
                                      "barcodeTemplate": {
                                        "$id": "87",
                                        "templateID": 1,
                                        "template": "sample string 1",
                                        "bcFunction": "sample string 2",
                                        "sortOrder": 3
                                      },
                                      "scaleLabel": {
                                        "$id": "88",
                                        "id": 1,
                                        "uid": "sample string 2",
                                        "name": "sample string 3",
                                        "width": 1.1,
                                        "height": 1.1,
                                        "showBorder": true,
                                        "borderWidth": 1.1,
                                        "borderStyle": 1,
                                        "borderColour": "sample string 5",
                                        "updated": "2026-06-03T18:34:43.7078747",
                                        "labelPageLayout": "0sfw89m5Z0WlaYUi77zzMA==",
                                        "pageLayoutGuid": "f3f0c7d2-b9d9-4567-a569-8522efbcf330",
                                        "labelType": 6,
                                        "oldName": "sample string 7",
                                        "voucher": {
                                          "$ref": "86"
                                        },
                                        "elements": [
                                          {
                                            "$id": "89",
                                            "id": 1,
                                            "scaleLabelID": 2,
                                            "showPercentDI": true,
                                            "showAvgPerHundred": true,
                                            "showAvgPerServe": true,
                                            "name": "sample string 6",
                                            "x": 1.1,
                                            "y": 1.1,
                                            "width": 1.1,
                                            "height": 1.1,
                                            "type": 1,
                                            "rotation": 1,
                                            "text": "sample string 7",
                                            "fontFamily": "sample string 8",
                                            "align": 1,
                                            "bold": true,
                                            "italic": true,
                                            "underline": true,
                                            "strikeout": true,
                                            "reverse": true,
                                            "textColour": "sample string 9",
                                            "fontSize": 1.1,
                                            "picture": "QEA=",
                                            "borderWidth": 10,
                                            "sortOrder": 11,
                                            "printOptions": 12,
                                            "superScriptTextFontSize": 1.1,
                                            "lineStyle": 1,
                                            "spacingStyle": 1,
                                            "interCharacterSpacing": 1.1,
                                            "superScriptOffset": 1.1,
                                            "lineSpacing": 1.1,
                                            "dateFormat": "sample string 13",
                                            "autoGrow": true,
                                            "fontAutoResize": true,
                                            "updated": "2026-06-03T18:34:43.7078747"
                                          },
                                          {
                                            "$ref": "89"
                                          }
                                        ]
                                      },
                                      "customerVouchers": [
                                        {
                                          "$id": "90",
                                          "id": 1,
                                          "customerIdentifier": "PqFJBEj950+I0NLtd57wzg==",
                                          "customerIdentifierGuid": "0449a13e-fd48-4fe7-88d0-d2ed779ef0ce",
                                          "voucherID": 3,
                                          "voucherName": "sample string 4",
                                          "storeID": 1,
                                          "barcode": "sample string 5",
                                          "dateOfIssue": "2026-06-03T18:34:43.7078747",
                                          "issuedSaleHeaderID": 1,
                                          "issuedSaleIdentifier": "sample string 7",
                                          "issuedOfflinePaymentID": 1,
                                          "issuedIdempotentID": "A2oKgc2DSkmVbFRlGN/xsA==",
                                          "issuedIdempotentGuid": "810a6a03-83cd-494a-956c-546518dff1b0",
                                          "issuedOffline": true,
                                          "issuedUser": "sample string 9",
                                          "issuedNotes": "sample string 10",
                                          "expiryDate": "2026-06-03T18:34:43.7078747",
                                          "expiredUser": "sample string 11",
                                          "expiredNotes": "sample string 12",
                                          "redeemed": "2026-06-03T18:34:43.7078747",
                                          "redeemedSaleHeaderID": 1,
                                          "redeemedSaleIdentifier": "sample string 13",
                                          "redeemedOfflinePaymentID": 1,
                                          "redeemedIdempotentID": "5Zi+Yq7960eFOHMXVHP4gA==",
                                          "redeemedIdempotentGuid": "62be98e5-fdae-47eb-8538-73175473f880",
                                          "redeemedUser": "sample string 14",
                                          "redeemedNotes": "sample string 15",
                                          "redeemedOffline": true,
                                          "updated": "2026-06-03T18:34:43.7078747",
                                          "storeName": "sample string 17",
                                          "scaleLabel": {
                                            "$ref": "88"
                                          },
                                          "voucher": {
                                            "$ref": "86"
                                          },
                                          "customer": {
                                            "$ref": "61"
                                          },
                                          "issuedOfflinePayment": {
                                            "$ref": "67"
                                          },
                                          "redeemedOfflinePayment": {
                                            "$ref": "67"
                                          }
                                        },
                                        {
                                          "$ref": "90"
                                        }
                                      ]
                                    },
                                    "customer": {
                                      "$ref": "61"
                                    }
                                  },
                                  {
                                    "$ref": "85"
                                  }
                                ]
                              }
                            },
                            {
                              "$ref": "60"
                            }
                          ],
                          "customerGroups": [
                            {
                              "$id": "91",
                              "id": 1,
                              "campaignID": 2,
                              "campaignName": "sample string 3",
                              "groupID": "DqaS+hzoRkaI4ZLQyqkoNw==",
                              "groupIDGuid": "fa92a60e-e81c-4646-88e1-92d0caa92837",
                              "campaign": {
                                "$ref": "57"
                              },
                              "group": {
                                "$ref": "65"
                              }
                            },
                            {
                              "$ref": "91"
                            }
                          ],
                          "signIqTickets": [
                            {
                              "$id": "92",
                              "identifier": "OKDCBCdVWEWpeMkZE/jnTg==",
                              "identifierGuid": "04c2a038-5527-4558-a978-c91913f8e74e",
                              "campaignName": "sample string 2",
                              "message": "sample string 3",
                              "ticketFileSource": "sample string 4",
                              "ticketFileDestination": "sample string 5",
                              "storeID": 1
                            },
                            {
                              "$ref": "92"
                            }
                          ],
                          "comboPriceGroups": [
                            {
                              "$id": "93",
                              "id": 1,
                              "campaignID": 2,
                              "campaignName": "sample string 3",
                              "g_UID": "Rh0CytuR8EybANhlyMsPzg==",
                              "guid": "ca021d46-91db-4cf0-9b00-d865c8cb0fce",
                              "description": "sample string 5",
                              "newPrice": 1,
                              "rangeDescription": "sample string 6",
                              "dealDescription": "sample string 7",
                              "labelQuantity": 8,
                              "hostProductCategoryID": 1,
                              "offerID": 1,
                              "dontUpdatePricePlus": true,
                              "campaign": {
                                "$ref": "57"
                              },
                              "comboPricePlus": [
                                {
                                  "$id": "94",
                                  "id": 1,
                                  "campaignID": 2,
                                  "campaignName": "sample string 3",
                                  "groupG_UID": "5t+8mWaBukS1qZJAzg0ahg==",
                                  "groupGuid": "99bcdfe6-8166-44ba-b5a9-9240ce0d1a86",
                                  "comboPriceType": 5,
                                  "priceType": 5,
                                  "pluG_UID": "xLZZHAlzkku1U32lvcIY8Q==",
                                  "pluGuid": "1c59b6c4-7309-4b92-b553-7da5bdc218f1",
                                  "priceGroupG_UID": "OS/qVRJET06ZJXPF+ahqfw==",
                                  "priceGroupGuid": "55ea2f39-4412-4e4f-9925-73c5f9a86a7f",
                                  "campaignPoolID": "sample string 7",
                                  "quantity": 1,
                                  "campaign": {
                                    "$ref": "57"
                                  },
                                  "product": {
                                    "$ref": "15"
                                  },
                                  "priceGroup": {
                                    "$ref": "21"
                                  },
                                  "campaignPool": {
                                    "$ref": "57"
                                  }
                                },
                                {
                                  "$ref": "94"
                                }
                              ]
                            },
                            {
                              "$ref": "93"
                            }
                          ],
                          "priceLevels": [
                            {
                              "$id": "95",
                              "id": 1,
                              "priceLevelIdentifier": "lTxyaHJG9UWbWKvMOKaNmA==",
                              "priceLevelIdentifierGuid": "68723c95-4672-45f5-9b58-abcc38a68d98",
                              "campaignName": "sample string 3",
                              "priceLevelName": "sample string 4"
                            },
                            {
                              "$ref": "95"
                            }
                          ],
                          "promotionType": {
                            "$id": "96",
                            "identifier": "H3Y8dB3hmkC+Keqc2sUnJg==",
                            "identifierGuid": "743c761f-e11d-409a-be29-ea9cdac52726",
                            "hostType": 2,
                            "code": "sample string 3",
                            "description": "sample string 4",
                            "isLiquor": true,
                            "isAdvertised": true,
                            "disableWasSave": true,
                            "excludeFromPromoSales": true,
                            "labelPageLayoutG_UID": "7yWdK5Cz7UGlwedJeZk8MA==",
                            "labelPageLayoutGuid": "2b9d25ef-b390-41ed-a5c1-e74979993c30",
                            "priceLevelIdentifier": "Y0pGVxVP0k6Ob36N9u9uSw==",
                            "priceLevelIdentifierGuid": "57464a63-4f15-4ed2-8e6f-7e8df6ef6e4b",
                            "active": true,
                            "updated": "2026-06-03T18:34:43.7078747",
                            "hostName": "sample string 11"
                          }
                        },
                        "product": {
                          "$ref": "15"
                        },
                        "dealCost": {
                          "$id": "97",
                          "headerIdentifier": "kSHovgm7x0yOX6rT7odjlA==",
                          "headerIdentifierGuid": "bee82191-bb09-4cc7-8e5f-aad3ee876394",
                          "identifier": "bRitiNTZGkqcRb2lCb5IwA==",
                          "identifierGuid": "88ad186d-d9d4-4a1a-9c45-bda509be48c0",
                          "supplierIdentifier": "2tL7MOukcUql8GLQrEpHGQ==",
                          "supplierGuid": "30fbd2da-a4eb-4a71-a5f0-62d0ac4a4719",
                          "pluG_UID": "bOCQ4E+jZUSDZNNXwf2RQQ==",
                          "pluGuid": "e090e06c-a34f-4465-8364-d357c1fd9141",
                          "campaignName": "ce31231a-c4fc-4504-bf8a-8ef18ee4db09",
                          "description": "sample string 4",
                          "cost": 5,
                          "costDecimals": 6,
                          "start": "2026-06-03T18:34:43.7078747",
                          "end": "2026-06-03T18:34:43.7078747",
                          "type": 9,
                          "promoType": 10,
                          "bonusItemPLUG_UID": "y/OTWXu3LEONgqmuoATB+Q==",
                          "bonusItemPluGuid": "5993f3cb-b77b-432c-8d82-a9aea004c1f9",
                          "bonusPurchaseUnits": 11,
                          "bonusReceiveUnits": 12,
                          "updated": "2026-06-03T18:34:43.7078747",
                          "metcashPromotionID": "sample string 14",
                          "fromHost": 15,
                          "storeNames": "sample string 16",
                          "storeIDs": [
                            1,
                            2
                          ],
                          "supplierName": "sample string 17",
                          "campaignDescription": "sample string 18",
                          "newPrice": 1,
                          "campaignMetcashPromotionID": "sample string 19",
                          "campaignActive": true,
                          "campaignStartDate": "2026-06-03T18:34:43.7078747",
                          "campaignEndDate": "2026-06-03T18:34:43.7078747",
                          "masterPLUG_UID": "CD+V52uCakuGuIjxkaJ8Cw==",
                          "masterID": "e7953f08-826b-4b6a-86b8-88f191a27c0b",
                          "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": "5em952W5u0myhs1BmrF5sA==",
                          "bonusMasterID": "e7bde9e5-b965-49bb-b286-cd419ab179b0",
                          "bonusProductName": "sample string 34",
                          "bonusProductAPN": "sample string 35",
                          "bonusOrderCode": "sample string 36",
                          "bonusNormalSell": 37,
                          "bonusNormalCost": 38,
                          "bonusNormalCostDecimals": 39,
                          "bonusCartonQuantity": 40,
                          "bonusSalesMode": 41,
                          "bonusOrderPacked": 42,
                          "bonusFuelItem": true,
                          "bonusActive": true
                        }
                      },
                      "currentCostStart": "2026-06-03T18:34:43.7078747",
                      "dealCosts": [
                        {
                          "$ref": "97"
                        },
                        {
                          "$ref": "97"
                        }
                      ],
                      "tags": [
                        {
                          "$id": "98",
                          "pluG_UID": "mWQhvjyw/UOSMJ9YxeY2uw==",
                          "pluGuid": "be216499-b03c-43fd-9230-9f58c5e636bb",
                          "tagID": 1,
                          "description": "sample string 1",
                          "storeIDs": [
                            1,
                            2
                          ]
                        },
                        {
                          "$ref": "98"
                        }
                      ],
                      "alternateProductG_UID": "0zGrF6DqjUWhg8E+ldBWTQ==",
                      "alternateProduct": "17ab31d3-eaa0-458d-a183-c13e95d0564d",
                      "altProduct": {
                        "$ref": "15"
                      },
                      "productHostCode": {
                        "$id": "99",
                        "id": 1,
                        "pluG_UID": "bi1yXHLCsUa/zPkQwhXSOw==",
                        "pluGuid": "5c722d6e-c272-46b1-bfcc-f910c215d23b",
                        "ibaCode": "sample string 2"
                      },
                      "mscCat": {
                        "$ref": "51"
                      },
                      "mscCom": {
                        "$ref": "52"
                      },
                      "mscDep": {
                        "$ref": "54"
                      },
                      "mscSubCom": {
                        "$ref": "53"
                      },
                      "isUserUpdate": true,
                      "ignoreMasterProduct": true,
                      "priceGroupLabelRequested": true,
                      "firstSold": "2026-06-03T18:34:43.7078747",
                      "inventoryTracked": "2026-06-03T18:34:43.7078747",
                      "isNormalPriceChangesCampaign": true,
                      "baseProductFuel": {
                        "$id": "100",
                        "pluG_UID": "SXBe7R8vt0ORqmVLJjiDqg==",
                        "pluGuid": "ed5e7049-2f1f-43b7-91aa-654b263883aa",
                        "fuelPluG_UID": "wNfVvzq2Q0mtUajpAJQe9Q==",
                        "fuelPluGuid": "bfd5d7c0-b63a-4943-ad51-a8e900941ef5",
                        "price": 3,
                        "productDescription": "sample string 4",
                        "productBarcode": "sample string 5",
                        "fuelProductDescription": "sample string 6",
                        "fuelProductBarcode": "sample string 7",
                        "fuelProductPrice": 8
                      },
                      "productFuelLinks": [
                        {
                          "$ref": "100"
                        },
                        {
                          "$ref": "100"
                        }
                      ]
                    },
                    "supplier": {
                      "$ref": "10"
                    },
                    "serviceFee": {
                      "$id": "101",
                      "id": 1,
                      "description": "sample string 1",
                      "fee": 1
                    },
                    "isPrimaryHost": true,
                    "hostVendor": 48
                  },
                  {
                    "$ref": "13"
                  }
                ],
                "orderCycleHeaders": [
                  {
                    "$id": "102",
                    "storeID": 1,
                    "supplierIdentifier": "5uEDdKlnk0KUdkQAsRGJcg==",
                    "supplierGuid": "7403e1e6-67a9-4293-9476-4400b1118972",
                    "departmentCode": "sample string 2",
                    "warehouseDirectIndicator": "sample string 3",
                    "type": 4,
                    "storeName": "sample string 5",
                    "departmentName": "sample string 6",
                    "orderDays": 7
                  },
                  {
                    "$ref": "102"
                  }
                ],
                "cycles": [
                  {
                    "$id": "103",
                    "storeID": 1,
                    "supplierIdentifier": "Cg+zRJ9cakGTezDWhsc4FQ==",
                    "supplierGuid": "44b30f0a-5c9f-416a-937b-30d686c73815",
                    "departmentCode": "sample string 2",
                    "warehouseDirectIndicator": "sample string 3",
                    "type": 4,
                    "cutOffWeek": 5,
                    "cutOffDay": 6,
                    "cutOffTime": "00:00:00.1234567",
                    "leadTime": 7,
                    "daysBuffer": 8,
                    "supplierName": "sample string 9",
                    "cutOffDate": "2026-06-03T18:34:43.7078747",
                    "deliveryDate": "2026-06-03T18:34:43.7078747",
                    "nextCutOffDate": "2026-06-03T18:34:43.7078747",
                    "nextDeliveryDate": "2026-06-03T18:34:43.7078747",
                    "nextDaysBuffer": 10
                  },
                  {
                    "$ref": "103"
                  }
                ],
                "store": {
                  "$ref": "4"
                },
                "updated": "2026-06-03T18:34:43.7078747",
                "isHost": true
              },
              "files": [
                {
                  "$id": "104",
                  "id": "sample string 1",
                  "fileName": "sample string 2",
                  "extension": "sample string 3",
                  "provider": 0,
                  "type": 0,
                  "hostType": "sample string 4",
                  "createdUtc": "2026-06-03T18:34:43.7078747",
                  "processed": "2026-06-03T18:34:43.7078747",
                  "isProcessing": true,
                  "processedCount": 6,
                  "processingTime": 1,
                  "collectedUtc": "2026-06-03T18:34:43.7078747",
                  "size": 1,
                  "sizeFormat": "sample string 7",
                  "isArchive": true,
                  "customerNumber": "sample string 9",
                  "businessPillar": "sample string 10",
                  "fileType": "sample string 11",
                  "version": "sample string 12",
                  "reference": "sample string 13",
                  "digest": "sample string 14",
                  "contentType": "sample string 15",
                  "host": {
                    "$ref": "9"
                  },
                  "metcashHeader": {
                    "$id": "105",
                    "customerNumber": "sample string 1",
                    "creationDate": "2026-06-03T18:34:43.7078747",
                    "businessPillar": "sample string 3",
                    "fileType": "sample string 4"
                  }
                },
                {
                  "$ref": "104"
                }
              ],
              "zoneMatrix": [
                {
                  "$id": "106",
                  "id": 1,
                  "hostIdentifier": "AD5gyQ+WH06EYA/uta0EaQ==",
                  "hostIdentifierGuid": "c9603e00-960f-4e1f-8460-0feeb5ad0469",
                  "storeID": 1,
                  "departmentCode": "sample string 2",
                  "hostGuids": [
                    "6ff7bf38-85d1-423f-9514-c57b4a256d5f",
                    "0b87fd62-7c90-4a99-b0f2-75ef42897f32"
                  ]
                },
                {
                  "$ref": "106"
                }
              ],
              "hostFileStoreSetting": {
                "$ref": "8"
              },
              "hostStoreSettings": [
                {
                  "$ref": "8"
                },
                {
                  "$ref": "8"
                }
              ],
              "promotionPlacements": [
                {
                  "$id": "107",
                  "identifier": "CQu6h3LkvkaWlGLIyEO+Ng==",
                  "identifierGuid": "87ba0b09-e472-46be-9694-62c8c843be36",
                  "code": "sample string 2",
                  "description": "sample string 3",
                  "isAdvertised": true
                },
                {
                  "$ref": "107"
                }
              ],
              "promoTypeGuids": [
                "342e0130-b8c3-459b-90b8-0c93e6cdb3b1",
                "93980428-71c8-4bac-be31-29b8705b9efc"
              ],
              "isPromotionOnly": false,
              "isOrderable": false,
              "vendor": 0
            },
            "groupIDs": [
              1,
              2
            ],
            "hostDescription": "sample string 27"
          },
          {
            "$ref": "8"
          }
        ],
        "accounts": [
          {
            "$id": "108",
            "id": 1,
            "storeID": 1,
            "accountName": "sample string 2",
            "bsb": "sample string 3",
            "accountNumber": "sample string 4",
            "accountDesignated": true
          },
          {
            "$ref": "108"
          }
        ],
        "sales": [
          {
            "$id": "109",
            "id": 1,
            "storeID": 1,
            "externalSalesType": 2,
            "ftpSiteID": 1,
            "lastSaleProcessed": "2026-06-03T18:34:43.7078747",
            "ftpSite": {
              "$id": "110",
              "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": "109"
          }
        ],
        "suppliedStores": [
          1,
          2
        ],
        "zoneMatrix": [
          {
            "$ref": "106"
          },
          {
            "$ref": "106"
          }
        ],
        "cashManagements": [
          {
            "$id": "111",
            "id": 1,
            "storeID": 1,
            "cashManagementType": 2,
            "apiID": 1,
            "organisationID": "sample string 3",
            "siteName": "sample string 4",
            "thirdPartyAPI": {
              "$id": "112",
              "id": 1,
              "description": "sample string 2",
              "address": "sample string 3",
              "username": "sample string 4",
              "password": "sample string 5",
              "passwordPlain": "sample string 6",
              "token": "sample string 7",
              "apiType": 8,
              "apiSubType": 9,
              "config": "sample string 10"
            }
          },
          {
            "$ref": "111"
          }
        ],
        "updateStoreID": "a82bdca6-ed74-462b-9138-ecfb1cceffbd",
        "updateStore": {
          "$id": "113",
          "id": "3de99076-c962-4333-bed4-fbdee4dbe275",
          "name": "sample string 1",
          "lastActivity": "2026-06-03T18:34:43.7078747",
          "zone": "sample string 2",
          "timeZoneOffset": 0.0,
          "businessHoursStart": "00:00:00.1234567",
          "businessHoursEnd": "00:00:00.1234567",
          "master": true,
          "lastIP": "sample string 10",
          "lastHostName": "sample string 11",
          "ping": 1,
          "pingStatus": "sample string 12",
          "lastUpdateCompleted": "2026-06-03T18:34:43.7078747"
        },
        "timeZoneId": "sample string 54",
        "securityOptions": {
          "$id": "114",
          "loginMode": 1,
          "allowSelfVerification": true,
          "verifierEmail": "sample string 3",
          "source": "sample string 4",
          "loginModeInherited": 5,
          "loginModeSource": "sample string 6",
          "selfVerifyInherited": true,
          "selfVerifySource": "sample string 8",
          "verifyEmailInherited": "sample string 9",
          "verifyEmailSource": "sample string 10"
        }
      },
      "grade": {
        "$id": "115",
        "id": 1,
        "gradeID": 2,
        "storeID": 3,
        "g_UID": "BCeDUNkN1Uam/b1R5YC7NQ==",
        "guid": "50832704-0dd9-46d5-a6fd-bd51e580bb35",
        "fuelGrade": "sample string 5",
        "price1": 1,
        "price2": 1,
        "price3": 1,
        "price4": 1,
        "effective": "2026-06-03T18:34:43.7078747",
        "updated": "2026-06-03T18:34:43.7078747",
        "margin": 1,
        "product": {
          "$ref": "15"
        }
      }
    }
  },
  {
    "$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.