PUT api/store/{storeID}/tank/{tankID}/hose/{hoseID}/dispenser/{dispenserNo}

Save FuelHose record

Request Information

URI Parameters

NameDescriptionTypeAdditional information
storeID

Store ID

integer

Required

tankID

Tank number

integer

Required

hoseID

Hose number

integer

Required

dispenserNo

Dispenser number

integer

Required

Body Parameters

Hose to be saved

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,
  "storeID": 2,
  "hoseNumber": 3,
  "dispenserNumber": 4,
  "tankNumber": 1,
  "accumulatedVolume": 1,
  "rolloverVolume": 5.0,
  "updated": "2026-04-03T06:23:12.3951237",
  "dispenser": {
    "$id": "2",
    "id": 1,
    "storeID": 2,
    "dispenserNumber": 3,
    "updated": "2026-04-03T06:23:12.3951237"
  },
  "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-04-03T06:23:12.3951237",
    "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-04-03T06:23:12.3951237",
      "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": "Ej0GF0xliU6GdOEfC0pyTQ==",
      "hostIdentifierGuid": "17063d12-654c-4e89-8674-e11f0b4a724d",
      "hostName": 1,
      "hostAddress": "sample string 27",
      "hostUsername": "sample string 28",
      "hostPassword": "sample string 29",
      "excludeFromLeadInOut": true,
      "accountingProvider": 31,
      "accountingAddress": "sample string 32",
      "accountingUsername": "sample string 33",
      "accountingPassword": "sample string 34",
      "storeAccountingCode": "sample string 35",
      "softwareVariance": 36,
      "fuelWarningVariance": 37.0,
      "fuelErrorVariance": 38.0,
      "fuelAccumulatedWarningVariance": 39.0,
      "fuelAccumulatedErrorVariance": 40.0,
      "drawManagment": 41,
      "endOfDayManagment": true,
      "autoFillCashBalancing": true,
      "fuelDayVariance": 44,
      "accountingTradingTime": "00:00:00.1234567",
      "stockActivateProduct": 46,
      "defaultOrderDocumentId": 1,
      "defaultStockReceiveDocumentId": 1,
      "giftCardSalesAccountingDeptCode": "sample string 47",
      "transactionDiscountAccountingDeptCode": "sample string 48",
      "size": 49,
      "updated": "2026-04-03T06:23:12.3951237",
      "priceZone": {
        "$id": "5",
        "id": 1,
        "name": "sample string 2",
        "hostIdentifier": "aAyOFdWbtkOikjRPYNPlHw==",
        "hostIdentifierGuid": "158e0c68-9bd5-43b6-a292-344f60d3e51f",
        "sortOrder": 3,
        "zoneMasterStoreID": 1,
        "electedMasterStoreID": 1,
        "containsElectedMasterStore": true
      },
      "priceZoneName": "sample string 51",
      "storeFuelConfigured": true,
      "shippingAddressCopied": true,
      "shippingAddress": {
        "$id": "6",
        "storeID": 1,
        "addressType": 1,
        "address1": "sample string 1",
        "address2": "sample string 2",
        "city": "sample string 3",
        "state": "sample string 4",
        "country": "sample string 5",
        "postCode": "sample string 6"
      },
      "billingAddressCopied": true,
      "billingAddress": {
        "$ref": "6"
      },
      "hostStoreSettings": [
        {
          "$id": "7",
          "id": 1,
          "hostIdentifier": "gctWNjIM0EyUsJaQ3yb2DQ==",
          "hostIdentifierGuid": "3656cb81-0c32-4cd0-94b0-9690df26f60d",
          "storeID": 2,
          "username": "sample string 3",
          "password": "sample string 4",
          "passwordPlain": "sample string 5",
          "serverAddress": "sample string 6",
          "serverPort": 1,
          "excludeFromLeadInOut": true,
          "useForHostFile": true,
          "metcashPillarID": "sample string 9",
          "metcashStateCode": "sample string 10",
          "metcashCustomerID": "sample string 11",
          "metcashTradingPartnerID": "sample string 12",
          "drakesCustomerNumber": 1,
          "sparCustomerNumber": "sample string 13",
          "sparOrderUsername": "sample string 14",
          "sparOrderPassword": "sample string 15",
          "sparOrderPasswordPlain": "sample string 16",
          "pharmXSiteID": 1,
          "ibaZoneID": 1,
          "ibaState": "sample string 17",
          "foodlandStoreCode": "sample string 18",
          "ilgMemberNumber": "sample string 19",
          "ilgOutletLocation": 1,
          "ilgBaseCost": 1,
          "ilgApplyNonAdvertisedPromos": true,
          "ilgExemptFromFreight": true,
          "ilgOrderDealReview": true,
          "ilgFinanceFee": 1,
          "secondPassword": "sample string 23",
          "secondPasswordPlain": "sample string 24",
          "secondServerAddress": "sample string 25",
          "processPromotions": true,
          "hostProvider": 0,
          "host": {
            "$id": "8",
            "identifier": "Y0QGUeDMf0qq/r7WB0P+kw==",
            "identifierGuid": "51064463-cce0-4a7f-aafe-bed60743fe93",
            "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": "YSHbT6BNu0CFqxDOCwBKdg==",
            "hostSupplierIdentifierGuid": "4fdb2161-4da0-40bb-85ab-10ce0b004a76",
            "loyaltyPriceLevelIdentifier": "mO+8R89ySEyOonqN3l7yuQ==",
            "loyaltyPriceLevelIdentifierGuid": "47bcef98-72cf-4c48-8ea2-7a8dde5ef2b9",
            "isGroup": true,
            "description": "sample string 22",
            "hostProvider": 23,
            "hostTypeEnum": 24,
            "hostType": "sample string 25",
            "hostCode": "sample string 26",
            "username": "sample string 27",
            "password": "sample string 28",
            "passwordPlain": "sample string 29",
            "server": "sample string 30",
            "url": "sample string 31",
            "global": true,
            "stateCode": "sample string 33",
            "lastCollected": "2026-04-03T06:23:12.3951237",
            "lastProcessed": "2026-04-03T06:23:12.3951237",
            "hold": true,
            "supplierName": "sample string 35",
            "supplier": {
              "$id": "9",
              "identifier": "z10IJfJ/OkmTn7DAJtgRzA==",
              "identifierGuid": "25085dcf-7ff2-493a-939f-b0c026d811cc",
              "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": "mtkVSNsg6E6fPX8wXERGKQ==",
              "primaryContactID": "4815d99a-20db-4ee8-9f3d-7f305c444629",
              "storeID": 1,
              "abn": "sample string 16",
              "supplierGroupIdentifier": "9LubhDzLU0CiJUpE19FmiA==",
              "supplierGroupGuid": "849bbbf4-cb3c-4053-a225-4a44d7d16688",
              "rebate": 1.0,
              "rebateType": 1,
              "rebateFrequency": 1,
              "rebateSource": 1,
              "rebateLastClaimed": "2026-04-03T06:23:12.3951237",
              "rebateLastClaimedAmount": 1.0,
              "cartonsOnly": true,
              "minimumOrderValue": 1,
              "enforceMinimumQuantity": true,
              "freight": 19.0,
              "freightType": 20,
              "deleted": true,
              "deletedUser": "sample string 22",
              "storeName": "sample string 23",
              "primaryContact": {
                "$id": "10",
                "id": "1a724812-308e-43e9-b924-876883d0e3d2",
                "identifier": "+jajZeORMU2Df08ltZMzCA==",
                "identifierGuid": "65a336fa-91e3-4d31-837f-4f25b5933308",
                "familyName": "sample string 1",
                "givenNames": "sample string 2",
                "otherNames": "sample string 3",
                "title": "sample string 4",
                "dateOfBirth": "sample string 5",
                "sex": "sample string 6",
                "address": "sample string 7",
                "address1": "sample string 8",
                "address2": "sample string 9",
                "town": "sample string 10",
                "state": "sample string 11",
                "country": "sample string 12",
                "postalCode": "sample string 13",
                "telephone": "sample string 14",
                "mobile": "sample string 15",
                "email": "sample string 16",
                "fax": "sample string 17",
                "primary": true
              },
              "contacts": [
                {
                  "$id": "11",
                  "supplierIdentifier": "UwPBVcXIX0iPyecsPGmd+A==",
                  "supplierIdentifierGuid": "55c10353-c8c5-485f-8fc9-e72c3c699df8",
                  "contactGuid": "D+huux0Z0kGxYLiWZouZmw==",
                  "contactID": "bb6ee80f-191d-41d2-b160-b896668b999b",
                  "contact": {
                    "$ref": "10"
                  },
                  "supplier": {
                    "$ref": "9"
                  }
                },
                {
                  "$ref": "11"
                }
              ],
              "products": [
                {
                  "$id": "12",
                  "pluG_UID": "FbrqquK7/0aQiVN4kmRJ/Q==",
                  "pluGuid": "aaeaba15-bbe2-46ff-9089-5378926449fd",
                  "supplierIdentifier": "Hrm5zjBEiEKFW4ceIAfExg==",
                  "supplierIdentifierGuid": "ceb9b91e-4430-4288-855b-871e2007c4c6",
                  "cartonQuantity": 1,
                  "cartonQuantityChanged": true,
                  "productSize": "sample string 3",
                  "cigarettesPerSleeve": 1,
                  "randomWeight": true,
                  "piecesPerUnit": 5,
                  "averagePackSize": 6,
                  "effectiveDate": "2026-04-03T06:23:12.3951237",
                  "pricedByWeight": true,
                  "landedUnitCostEx": 9,
                  "landedUnitCostInc": 10,
                  "landedCartonCostInc": 12,
                  "landedCartonCostEx": 13,
                  "standardCost": 14,
                  "deliveryFee": 1,
                  "deliveryFeeBasis": "sample string 15",
                  "pickAndPackFee": 1,
                  "pickAndPackFeeBasis": "sample string 16",
                  "financeFee": 1,
                  "financeFeeBasis": "sample string 17",
                  "cartonLength": 1,
                  "cartonWidth": 1,
                  "cartonHeight": 1,
                  "palletLayerQuantity": 1,
                  "palletLayers": 1,
                  "itemCode": "sample string 18",
                  "invoiceCode": "sample string 19",
                  "invoiceDesc": "sample string 20",
                  "orderDirect": true,
                  "useCost": true,
                  "minimumQuantity": 21,
                  "hostType": 22,
                  "fromHost": 23,
                  "minimumReorder": 1,
                  "maximumReorder": 1,
                  "orderMultiple": 24.1,
                  "sellMultiple": 25.1,
                  "baseMultiple": 26.1,
                  "hostStandardCost": 27,
                  "hostTotalCost": 28,
                  "hostRetail": 29,
                  "hostLandedUnitCostEx": 30,
                  "hostLandedUnitCostInc": 31,
                  "hostDesc": "sample string 32",
                  "directIndicator": "sample string 33",
                  "availableToOrder": true,
                  "hostRangeIndicator": "sample string 35",
                  "hostProductType": "sample string 36",
                  "hostProductGrade": "sample string 37",
                  "hostProductGroup": "sample string 38",
                  "hostSlowMoving": true,
                  "hostGeneralMerchandise": true,
                  "hostPillar": "sample string 41",
                  "hostLastUpdated": "2026-04-03T06:23:12.3951237",
                  "rebate": 1.0,
                  "rebateExclude": true,
                  "invoiceCodes": [
                    {
                      "$id": "13",
                      "pluG_UID": "stAQLGT42Um5ANrq9luovw==",
                      "pluGuid": "2c10d0b2-f864-49d9-b900-daeaf65ba8bf",
                      "supplierIdentifier": "JjNlzS2yLk+UJ5ilYIY4sw==",
                      "supplierIdentifierGuid": "cd653326-b22d-4f2e-9427-98a5608638b3",
                      "invoiceCode": "sample string 1",
                      "storeIDs": [
                        1,
                        2
                      ]
                    },
                    {
                      "$ref": "13"
                    }
                  ],
                  "storeIDs": [
                    1,
                    2
                  ],
                  "preferredSupplier": true,
                  "preferredRebateSupplier": true,
                  "supplierName": "sample string 42",
                  "salesMode": 43,
                  "orderPacked": true,
                  "active": true,
                  "price": 1,
                  "costGstPercent": 45,
                  "parentPluG_UID": "qDjTEwOlP0SGidi0/b49PA==",
                  "parentPluGuid": "13d338a8-a503-443f-8689-d8b4fdbe3d3c",
                  "freight": 46.0,
                  "freightType": 1,
                  "product": {
                    "$id": "14",
                    "plu": 1,
                    "storeID": 1,
                    "masterPluG_UID": "QEA=",
                    "storeIDs": [
                      1,
                      2
                    ],
                    "g_UId": "F2jeb4Avu0ScVE549zITIQ==",
                    "guid": "6fde6817-2f80-44bb-9c54-4e78f7321321",
                    "apn": "sample string 1",
                    "apnChanged": true,
                    "apnSwitched": true,
                    "barcode": "sample string 4",
                    "itemNumber": "sample string 5",
                    "itemNumberChanged": true,
                    "priceGroupG_UID": "qrwSIk99d0axuPZBv9cRMg==",
                    "priceGroupGuid": "2212bcaa-7d4f-4677-b1b8-f641bfd71132",
                    "blueprintID": 1,
                    "lastCountedDate": "2026-04-03T06:23:12.3951237",
                    "externalID": "sample string 7",
                    "active": true,
                    "activated": "2026-04-03T06:23:12.3951237",
                    "pluCreated": "2026-04-03T06:23:12.3951237",
                    "createdByUser": "sample string 9",
                    "name": "sample string 10",
                    "nameChanged": true,
                    "secondDescription": "sample string 12",
                    "hostDescription": "sample string 13",
                    "keepCartonQty": true,
                    "keepDescription": true,
                    "keepDepartments": true,
                    "keepSuppliers": true,
                    "markdownDescription": "sample string 18",
                    "altDescription": "sample string 19",
                    "bestOrExpire": 20,
                    "lastUpdate": "2026-04-03T06:23:12.3951237",
                    "lastManualUpdate": "2026-04-03T06:23:12.3951237",
                    "imageName": "sample string 23",
                    "showImageOnFlipCharts": true,
                    "showTextOnFlipCharts": true,
                    "overrideFlipChartText": true,
                    "flipChartText": "sample string 27",
                    "salesMode": 1,
                    "eftCode": 1,
                    "price": 1,
                    "priceChanged": true,
                    "rrp": 1,
                    "gstPercent": 28,
                    "gstPercentChanged": true,
                    "costGSTPercent": 29,
                    "costGSTPercentChanged": true,
                    "wetPercent": 1,
                    "priceOverride": 1,
                    "cost": 1,
                    "currentCost": 1,
                    "currentCostDecimals": 1,
                    "grossProfit": 1.0,
                    "currentCostDesc": "sample string 30",
                    "currentCostEnd": "2026-04-03T06:23:12.3951237",
                    "currentCostUpdated": "2026-04-03T06:23:12.3951237",
                    "costDecimals": 31,
                    "costChanged": true,
                    "dealCostIdentifier": "QEA=",
                    "excludeFromRebate": true,
                    "rebateOverride": 1,
                    "costCalcMethod": 32,
                    "costCalcMethodChanged": true,
                    "costEffectiveDate": "2026-04-03T06:23:12.3951237",
                    "defaultGP": 1,
                    "breakTargetMode": 33,
                    "break1": 1,
                    "price1": 1,
                    "target1": 34,
                    "break2": 1,
                    "price2": 1,
                    "target2": 35,
                    "break3": 1,
                    "price3": 1,
                    "target3": 36,
                    "break1Changed": true,
                    "price1Changed": true,
                    "target1Changed": true,
                    "break2Changed": true,
                    "price2Changed": true,
                    "target2Changed": true,
                    "break3Changed": true,
                    "price3Changed": true,
                    "target3Changed": true,
                    "breakTargetModeChanged": true,
                    "margin": 1.1,
                    "marginChanged": true,
                    "marginRanged": true,
                    "marginRangedChanged": true,
                    "minimumMargin": 1.1,
                    "minimumMarginChanged": true,
                    "maximumMargin": 1.1,
                    "maximumMarginChanged": true,
                    "overrideHostWarehouseIndicator": true,
                    "overrideHostWarehouseIndicatorChanged": true,
                    "overrideHostPrice": true,
                    "overrideHostPriceChanged": true,
                    "overrideHostCost": true,
                    "overrideHostCostChanged": true,
                    "overrideHostMargin": true,
                    "overrideHostMarginChanged": true,
                    "alwaysApplyMargin": true,
                    "alwaysApplyMarginChanged": true,
                    "aws": 1.0,
                    "paws": 1.0,
                    "awsUpdated": "2026-04-03T06:23:12.3951237",
                    "posTare": 1,
                    "altPrice": 1.0,
                    "altPriceChanged": true,
                    "altPriceMode": 53,
                    "altPriceModeChanged": true,
                    "altPLUG_UID": "E2ITSA3iVkaqcP3O68+qWw==",
                    "altPLUGuid": "48136213-e20d-4656-aa70-fdceebcfaa5b",
                    "altPLUGuidChanged": true,
                    "altPriceDescription1": "sample string 54",
                    "altPriceDescription2": "sample string 55",
                    "cartonQuantity": 56,
                    "cartonQuantityChanged": true,
                    "trayID": 1,
                    "promptID": 1,
                    "tare": 1,
                    "packQty": 1,
                    "fixedWeight": 1,
                    "extraMesg": 1,
                    "text1": "sample string 58",
                    "text2": "sample string 59",
                    "text3": "sample string 60",
                    "labelText": "sample string 61",
                    "labelTextChanged": true,
                    "sendToScale": true,
                    "nonScaleWeigh": true,
                    "labelFormat": "sample string 65",
                    "barcodeFormat": "sample string 66",
                    "austMade": 1,
                    "coolCode": 67,
                    "countryOfOrigin": "sample string 68",
                    "percentContent": 69.1,
                    "departmentID": 1,
                    "subDepartmentID": 1,
                    "minorDepartmentID": 1,
                    "lesserDepartmentID": 1,
                    "deptCode": "sample string 70",
                    "subDeptCode": "sample string 71",
                    "minorDeptCode": "sample string 72",
                    "lesserDeptCode": "sample string 73",
                    "deptName": "sample string 74",
                    "subDeptName": "sample string 75",
                    "minorDeptName": "sample string 76",
                    "lesserDeptName": "sample string 77",
                    "departmentChanged": true,
                    "subCategoryID": 1,
                    "expiry": 1,
                    "showDays": 1,
                    "datePrint": 1,
                    "labelRequired": true,
                    "labelShelfQty": 80,
                    "labelShelfChanged": true,
                    "labelTalkerQty": 82,
                    "labelSmall": true,
                    "labelLastPrinted": "2026-04-03T06:23:12.3951237",
                    "labelLastPrice": 1,
                    "shelfPageLayoutG_UID": "5JjUK/2z/EGjtT0P4pitKA==",
                    "shelfPageLayoutGuid": "2bd498e4-b3fd-41fc-a3b5-3d0fe298ad28",
                    "talkerPageLayoutG_UID": "ryDvP9z5JU2HXqU5ZPU10g==",
                    "talkerPageLayoutGuid": "3fef20af-f9dc-4d25-875e-a53964f535d2",
                    "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": "NlK8Qq5nkEGrLkbvI0WTcQ==",
                    "inventoryIdentifier": "42bc5236-67ae-4190-ab2e-46ef23459371",
                    "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": "Vzt9nApqeUuxfy6l/MgjpQ==",
                    "parentPluGuid": "9c7d3b57-6a0a-4b79-b17f-2ea5fcc823a5",
                    "preferredHostVendor": 105,
                    "preferredHostChanged": true,
                    "code": "sample string 107",
                    "supplierIdentifier": "KsiQ1jx+AkuIsFADhojQCw==",
                    "supplierIdentifierGuid": "d690c82a-7e3c-4b02-88b0-50038688d00b",
                    "supplierChanged": true,
                    "rebateSupplierIdentifier": "0GM86fLH6EmDFmxE68bWSA==",
                    "rebateSupplierIdentifierGuid": "e93c63d0-c7f2-49e8-8316-6c44ebc6d648",
                    "rebateSupplierChanged": true,
                    "availableForOrder": true,
                    "warehouseDirectIndicator": "sample string 109",
                    "warehouseDirectIndicatorChanged": true,
                    "productGrade": "sample string 111",
                    "productType": "sample string 112",
                    "productGroup": "sample string 113",
                    "complianceIndicator": "sample string 114",
                    "inhouseBrand": "sample string 115",
                    "slowMoving": true,
                    "generalMerchandise": true,
                    "comment": "sample string 118",
                    "lastUpdatedByUser": "sample string 119",
                    "lastManualUpdatedByUser": "sample string 120",
                    "lastUpdatedByUserOverride": true,
                    "lastUpdatedByHost": "2026-04-03T06:23:12.3951237",
                    "commodity": "sample string 122",
                    "businessPillar": "sample string 123",
                    "mscCommodity": "sample string 124",
                    "hostIdentifier": "uybcRTLa1Uq+/EKLc1M2+Q==",
                    "hostIdentifierGuid": "45dc26bb-da32-4ad5-befc-428b735336f9",
                    "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": "14"
                      },
                      {
                        "$ref": "14"
                      }
                    ],
                    "store": {
                      "$ref": "4"
                    },
                    "storePrices": [
                      {
                        "$id": "15",
                        "pluG_UID": "EQHvXDZrf0aIpdopTWw+Kg==",
                        "pluGuid": "5cef0111-6b36-467f-88a5-da294d6c3e2a",
                        "plu": 1,
                        "storeID": 1,
                        "zoneID": 2,
                        "zoneName": "sample string 3",
                        "store": "sample string 4",
                        "isElectedMasterStore": true,
                        "isZoneMasterStore": true,
                        "priceNow": 7,
                        "costNow": 8,
                        "costNowDecimals": 9,
                        "normalPrice": 10,
                        "priceNext": 1,
                        "costNext": 1,
                        "costNextDecimals": 11,
                        "nextCampaignName": "sample string 12",
                        "gstPercent": 13,
                        "normalCost": 14,
                        "normalCostDecimals": 15,
                        "costGstPercent": 16,
                        "costCalcMethod": 1,
                        "currentCost": 17,
                        "currentCostDecimals": 18,
                        "break1": 19,
                        "price1": 20,
                        "break2": 21,
                        "price2": 22,
                        "break3": 23,
                        "price3": 24,
                        "fuelItem": 25,
                        "fixedWeight": 26,
                        "active": true,
                        "complianceIndicator": "sample string 27",
                        "doNotOrder": true,
                        "doNotRange": true,
                        "isNormalPriceChangesCampaign": true,
                        "updated": "2026-04-03T06:23:12.3951237"
                      },
                      {
                        "$ref": "15"
                      }
                    ],
                    "currentPrices": {
                      "$id": "16",
                      "pluPrices": {
                        "$id": "17",
                        "plu": 1,
                        "pluG_UID": "QEA=",
                        "stores": [
                          1,
                          2
                        ],
                        "normalPrice": 1,
                        "cost": 2,
                        "break1": 3,
                        "price1": 4,
                        "break2": 5,
                        "price2": 6,
                        "break3": 7,
                        "price3": 8,
                        "discountPrice": 9,
                        "memberDiscountPrice": 10,
                        "acceptedUtc": "2026-04-03T06:23:12.3951237",
                        "priceChangeType": 0,
                        "costDecimals": 11,
                        "costCalcMethod": 12,
                        "targetCampaignPriceGtOrEquNormal": true
                      },
                      "normalPluPrices": {
                        "$ref": "17"
                      },
                      "winningCampaign": 1,
                      "winner": {
                        "$id": "18",
                        "campaignName": "sample string 1",
                        "campaignDescription": "sample string 2",
                        "talkerText": "sample string 3",
                        "disableWasSave": true,
                        "startDate": "2026-04-03T06:23:12.3951237",
                        "startTime": 5,
                        "endDate": "2026-04-03T06:23:12.3951237",
                        "endTime": 6,
                        "newPrice": 7,
                        "newCost": 8,
                        "newCostDecimals": 9,
                        "pctDiscount": 10,
                        "promoType": 1,
                        "promotionTypeCode": "sample string 11",
                        "hostType": 12,
                        "hostIdentifier": "5UaIW65qLUWkzpwhiznKlw==",
                        "hostIdentifierGuid": "5b8846e5-6aae-452d-a4ce-9c218b39ca97",
                        "storeNames": [
                          "sample string 1",
                          "sample string 2"
                        ]
                      },
                      "details": [
                        {
                          "$ref": "18"
                        },
                        {
                          "$ref": "18"
                        }
                      ]
                    },
                    "tray": {
                      "$id": "19",
                      "g_UId": "bBJr/FbkikuUz5qs592ZVA==",
                      "guid": "fc6b126c-e456-4b8a-94cf-9aace7dd9954",
                      "name": "sample string 1",
                      "number": 1,
                      "tare": 1
                    },
                    "priceGroup": {
                      "$id": "20",
                      "priceGroupG_UID": "FDrWOVVdGUyZ8aTR+N+ZOQ==",
                      "priceGroupGuid": "39d63a14-5d55-4c19-99f1-a4d1f8df9939",
                      "name": "sample string 2",
                      "code": 1,
                      "modified": true,
                      "updated": "2026-04-03T06:23:12.3951237",
                      "buyingLimit": 1,
                      "buyingLimitIndependent": true,
                      "buyingLimitType": 0,
                      "number": 1,
                      "products": [
                        {
                          "$ref": "14"
                        },
                        {
                          "$ref": "14"
                        }
                      ],
                      "productCount": 1
                    },
                    "priceGroupName": "sample string 147",
                    "nutrifacts": {
                      "$id": "21",
                      "pluG_UID": "lKr/W57VkkSs0ACgPeNg+w==",
                      "pluGuid": "5bffaa94-d59e-4492-acd0-00a03de360fb",
                      "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": "22",
                      "pluGuid": "2f664755-05c6-4135-a054-f9ca9841a013",
                      "created": "2026-04-03T06:23:12.3951237",
                      "createdByUser": "sample string 1",
                      "activated": "2026-04-03T06:23:12.3951237",
                      "activatedByUser": "sample string 2",
                      "deactivated": "2026-04-03T06:23:12.3951237",
                      "deactivatedByUser": "sample string 3",
                      "lastOrdered": "2026-04-03T06:23:12.3951237",
                      "lastOrderedQty": 4.0,
                      "lastReceived": "2026-04-03T06:23:12.3951237",
                      "lastReceivedQty": 5.0,
                      "lastInvoiceStatus": 1,
                      "lastCounted": "2026-04-03T06:23:12.3951237",
                      "lastSold": "2026-04-03T06:23:12.3951237",
                      "firstSold": "2026-04-03T06:23:12.3951237",
                      "awsUpdated": "2026-04-03T06:23:12.3951237",
                      "lastManualUpdate": "2026-04-03T06:23:12.3951237",
                      "lastManualUpdatedByUser": "sample string 7",
                      "lastUpdated": "2026-04-03T06:23:12.3951237",
                      "lastUpdatedByUser": "sample string 9",
                      "lastUpdatedByHost": "2026-04-03T06:23:12.3951237",
                      "doNotRangeUpdated": "2026-04-03T06:23:12.3951237",
                      "doNotOrderUpdated": "2026-04-03T06:23:12.3951237",
                      "tracked": "2026-04-03T06:23:12.3951237"
                    },
                    "allergens": [
                      {
                        "$id": "23",
                        "primaryKey": {
                          "$id": "24",
                          "pluGuid": "56a29daa-89c1-4ca7-a312-a08347f94208",
                          "contains": 2
                        },
                        "allergenID": 1,
                        "pluG_UID": "qp2iVsGJp0yjEqCDR/lCCA==",
                        "pluGuid": "56a29daa-89c1-4ca7-a312-a08347f94208",
                        "contains": 2,
                        "allergenName": "sample string 3",
                        "storeIDs": [
                          1,
                          2
                        ]
                      },
                      {
                        "$ref": "23"
                      }
                    ],
                    "costs": {
                      "$id": "25",
                      "pluG_UID": "YLkgqfswtU2J3Ra18i6Y0A==",
                      "pluGuid": "a920b960-30fb-4db5-89dd-16b5f22e98d0",
                      "enteredCost": 1,
                      "weightedAvgCost": 1,
                      "lastCost": 1,
                      "rawEnteredCost": 2,
                      "rawWeightedAvgCost": 3,
                      "rawLastCost": 4,
                      "freight": 5.0,
                      "freightType": 6,
                      "costDecimals": 7,
                      "fifoCost": 1,
                      "updated": "2026-04-03T06:23:12.3951237",
                      "normalCost": 1,
                      "currentCost": 1
                    },
                    "sales": [
                      {
                        "$id": "26",
                        "saleHeaderID": 1,
                        "created": "2026-04-03T06:23:12.3951237",
                        "createdLocal": "2026-04-03T06:23:12.3951237",
                        "storeID": 3,
                        "storeName": "sample string 4",
                        "operatorG_Uid": "TtcO4uncDUGuY1CjOTPFgQ==",
                        "operatorGuid": "e20ed74e-dce9-410d-ae63-50a33933c581",
                        "operatorName": "sample string 5",
                        "tranType": 1,
                        "plu": 1,
                        "pluG_UId": "K3t1McHz7EO6FS/Gajwsbw==",
                        "pluGuid": "31757b2b-f3c1-43ec-ba15-2fc66a3c2c6f",
                        "normalPrice": 1,
                        "totalCents": 1,
                        "cost": 1,
                        "grossProfit": 1,
                        "quantity": 1,
                        "operator": {
                          "$id": "27",
                          "id": 1,
                          "g_Uid": "wSGafCdH1E67rolUjoeuSQ==",
                          "guid": "7c9a21c1-4727-4ed4-bbae-89548e87ae49",
                          "operatorNumber": 1,
                          "shortName": "sample string 2",
                          "firstName": "sample string 3",
                          "lastName": "sample string 4",
                          "password": "sample string 5",
                          "hasPassword": true,
                          "passwordText": "sample string 6",
                          "rfidTagID": "sample string 7",
                          "blueprintID": 1,
                          "groupID": 1,
                          "groupName": "sample string 8",
                          "managerGroupID": 1,
                          "managerGroupName": "sample string 9",
                          "zoneID": 1,
                          "zoneName": "sample string 10",
                          "loggedIn": 1,
                          "lastUsedIP": "sample string 11",
                          "deleted": true,
                          "locked": true,
                          "allowOpenTill": true,
                          "webEmail": "sample string 14",
                          "simpleOperatorType": 0,
                          "webRole": "sample string 15",
                          "updated": "2026-04-03T06:23:12.3951237",
                          "passwordResetRequired": true,
                          "alteredInStore": true,
                          "startShift": "2026-04-03T06:23:12.3951237",
                          "endShift": "2026-04-03T06:23:12.3951237",
                          "machineName": "sample string 20",
                          "drawerID": 1,
                          "stores": [
                            {
                              "$id": "28",
                              "operatorG_UID": "uGi2aIQ6CEqHoSSe3XfNmQ==",
                              "operatorGuid": "68b668b8-3a84-4a08-87a1-249edd77cd99",
                              "storeID": 2,
                              "operator": {
                                "$ref": "27"
                              },
                              "store": {
                                "$ref": "4"
                              }
                            },
                            {
                              "$ref": "28"
                            }
                          ]
                        }
                      },
                      {
                        "$ref": "26"
                      }
                    ],
                    "apns": [
                      {
                        "$id": "29",
                        "pluID": 1,
                        "pluG_UID": "PNNo7lTwkkSkeNOSXWmwnA==",
                        "pluGuid": "ee68d33c-f054-4492-a478-d3925d69b09c",
                        "apn": "sample string 1",
                        "deleted": true,
                        "storeID": 1,
                        "storeIDs": [
                          1,
                          2
                        ]
                      },
                      {
                        "$ref": "29"
                      }
                    ],
                    "tuns": [
                      {
                        "$id": "30",
                        "pluG_UId": "6/3pVVmR00u4S9m/OQO15w==",
                        "pluGuid": "55e9fdeb-9159-4bd3-b84b-d9bf3903b5e7",
                        "apn": "sample string 1",
                        "tun": "sample string 2",
                        "cartonQuantity": 3,
                        "product": {
                          "$ref": "14"
                        },
                        "storeIDs": [
                          1,
                          2
                        ]
                      },
                      {
                        "$ref": "30"
                      }
                    ],
                    "competitionPricing": [
                      {
                        "$id": "31",
                        "identifier": "RLIb6K/sak6wgj205qNe7g==",
                        "identifierGuid": "e81bb244-ecaf-4e6a-b082-3db4e6a35eee",
                        "pluG_UID": "QowAkGgwVE6ukFTrNG8Afg==",
                        "pluGuid": "90008c42-3068-4e54-ae90-54eb346f007e",
                        "competitionID": 1,
                        "name": "sample string 2",
                        "sellMultiple": 3,
                        "retailPrice": 4,
                        "storeName": "sample string 5"
                      },
                      {
                        "$ref": "31"
                      }
                    ],
                    "supplier": {
                      "$ref": "9"
                    },
                    "supplierName": "sample string 148",
                    "children": [
                      {
                        "$ref": "14"
                      },
                      {
                        "$ref": "14"
                      }
                    ],
                    "ordering": {
                      "$ref": "12"
                    },
                    "flipChartPages": [
                      {
                        "$id": "32",
                        "identifier": "ZHZiQ+EVxUyrv1RH0KLBPg==",
                        "groupName": "sample string 1",
                        "identifierGuid": "43627664-15e1-4cc5-abbf-5447d0a2c13e",
                        "exists": true,
                        "flipChartIdentifier": "GySCpUysqU2chZAoxOG+Xg==",
                        "flipChartIdentifierGuid": "a582241b-ac4c-4da9-9c85-9028c4e1be5e",
                        "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": "RLTrx3260Eak9KMEOoF4MA==",
                        "groupIdentifierGuid": "c7ebb444-ba7d-46d0-a4f4-a3043a817830",
                        "flipChart": {
                          "$id": "33",
                          "identifier": "98/DQW+VPEmEOpr946aM1A==",
                          "identifierGuid": "41c3cff7-956f-493c-843a-9afde3a68cd4",
                          "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": "34",
                            "identifier": "XyuPcsuoU0iYslKkGE4gow==",
                            "identifierGuid": "728f2b5f-a8cb-4853-98b2-52a4184e20a3",
                            "name": "sample string 2",
                            "formType": "sample string 3",
                            "forms": [
                              {
                                "$id": "35",
                                "id": 1,
                                "g_UID": "Q4y1DSm67kKOr3odwJXZjw==",
                                "guid": "0db58c43-ba29-42ee-8eaf-7a1dc095d98f",
                                "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": "+iyJftzfB0CvgLileWoq2w==",
                                "previousFormGuid": "7e892cfa-dfdc-4007-af80-b8a5796a2adb",
                                "nextForm": 1,
                                "nextFormG_UID": "LtHHKg6lmEq8omC8I8W1hQ==",
                                "nextFormGuid": "2ac7d12e-a50e-4a98-bca2-60bc23c5b585",
                                "attributes": "sample string 10",
                                "updated": "2026-04-03T06:23:12.3951237",
                                "positioning": 1,
                                "contentPanel": "sample string 11",
                                "selectionMode": 1,
                                "maximumSelections": 1,
                                "alteredInStore": true,
                                "deleted": true,
                                "blueprintID": 1,
                                "preserveLayout": true,
                                "mainCheckoutFormName": "sample string 13",
                                "nextCheckoutForm": {
                                  "$ref": "35"
                                },
                                "previousCheckoutForm": {
                                  "$ref": "35"
                                },
                                "buttons": [
                                  {
                                    "$id": "36",
                                    "id": 1,
                                    "checkoutFormID": 2,
                                    "checkoutFormG_UID": "2FkDbrUMzkm4p5zrpB/MBQ==",
                                    "checkoutFormGuid": "6e0359d8-0cb5-49ce-b8a7-9ceba41fcc05",
                                    "identifier": "dKV81nPu5UOo4O/0mNqfrQ==",
                                    "identifierGuid": "d67ca574-ee73-43e5-a8e0-eff498da9fad",
                                    "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": "AIEUk2JFgkSRHK/3hyE0gw==",
                                    "valueGuid": "93148100-4562-4482-911c-aff787213483",
                                    "buttonText": "sample string 10",
                                    "valueText": "sample string 11",
                                    "drawImageAndButton": true,
                                    "updated": "2026-04-03T06:23:12.3951237",
                                    "action": "sample string 12",
                                    "valueForm": {
                                      "$ref": "35"
                                    },
                                    "image": {
                                      "$id": "37",
                                      "name": "sample string 3.sample string 4",
                                      "imageID": 2,
                                      "imageName": "sample string 3",
                                      "imageExtension": "sample string 4",
                                      "lastUpdate": "2026-04-03T06:23:12.3951237",
                                      "imageData": "QEA=",
                                      "readOnly": true
                                    }
                                  },
                                  {
                                    "$ref": "36"
                                  }
                                ],
                                "panels": [
                                  {
                                    "$id": "38",
                                    "id": 1,
                                    "checkoutFormID": 2,
                                    "checkoutFormG_UID": "VsNRDfR3OUWY0ptXatGKOA==",
                                    "checkoutFormGuid": "0d51c356-77f4-4539-98d2-9b576ad18a38",
                                    "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": "38"
                                  }
                                ]
                              },
                              {
                                "$ref": "35"
                              }
                            ],
                            "panels": [
                              {
                                "$ref": "38"
                              },
                              {
                                "$ref": "38"
                              }
                            ]
                          },
                          "pages": [
                            {
                              "$ref": "32"
                            },
                            {
                              "$ref": "32"
                            }
                          ]
                        },
                        "contentPanel": {
                          "$ref": "38"
                        },
                        "products": [
                          {
                            "$id": "39",
                            "flipChartPageIdentifier": "SZgcA6fQv0+E+5HIGVyeNw==",
                            "flipChartPageIdentifierGuid": "031c9849-d0a7-4fbf-84fb-91c8195c9e37",
                            "pluG_UID": "o+Xr0wyEok6DzW9l99Bzuw==",
                            "pluGuid": "d3ebe5a3-840c-4ea2-83cd-6f65f7d073bb",
                            "sortOrder": 3,
                            "sent": true,
                            "productChanged": true,
                            "productImageName": "sample string 6",
                            "productShowImageOnFlipCharts": true,
                            "productShowTextOnFlipCharts": true,
                            "productOverrideFlipChartText": true,
                            "productFlipChartText": "sample string 10",
                            "product": {
                              "$ref": "14"
                            },
                            "departmentSortOrder": 11,
                            "subDepartmentName": "sample string 12"
                          },
                          {
                            "$ref": "39"
                          }
                        ],
                        "productCount": 27,
                        "pages": [
                          {
                            "$ref": "32"
                          },
                          {
                            "$ref": "32"
                          }
                        ]
                      },
                      {
                        "$ref": "32"
                      }
                    ],
                    "priceHistory": [
                      {
                        "$id": "40",
                        "pluG_UID": "9c49YOrWdEOChYciRoV07w==",
                        "pluGuid": "603dcef5-d6ea-4374-8285-8722468574ef",
                        "price": 1,
                        "costCalcMethod": 1,
                        "cost": 2,
                        "weightedAvgCost": 3,
                        "lastCost": 4,
                        "rawCost": 5,
                        "rawWeightedAvgCost": 6,
                        "rawLastCost": 7,
                        "costDecimals": 8,
                        "serviceFeeID": 9,
                        "freight": 10.0,
                        "freightType": 11,
                        "process": "sample string 12",
                        "user": "sample string 13",
                        "updated": "2026-04-03T06:23:12.3951237",
                        "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": "40"
                      }
                    ],
                    "ingredients": [
                      {
                        "$id": "41",
                        "pluG_UID": "b1xTlY7B00ilKBot2jIf1A==",
                        "ingredientGuid": "Woq7UDht8ESZ3v5Kpe9RJA==",
                        "ingredientIdentifier": "50bb8a5a-6d38-44f0-99de-fe4aa5ef5124",
                        "quantity": 1.0,
                        "storeIDs": [
                          1,
                          2
                        ],
                        "ingredientText": "sample string 1",
                        "ingredient": {
                          "$ref": "14"
                        }
                      },
                      {
                        "$ref": "41"
                      }
                    ],
                    "bins": [
                      {
                        "$id": "42",
                        "pluG_UID": "9mT2VgJ1zUyNow0pOCETPw==",
                        "pluGuid": "56f664f6-7502-4ccd-8da3-0d293821133f",
                        "shelfLocationIdentifier": "ixU1f3HpnUCDWa9RpQ4CYQ==",
                        "shelfLocationGuid": "7f35158b-e971-409d-8359-af51a50e0261",
                        "labelShelfDefault": 1,
                        "labelTalkerDefault": 1,
                        "labelSmall": true,
                        "labelPageLayoutG_UID": "/Wyt6my6vEigVgpy/MdUgA==",
                        "labelPageLayoutGuid": "eaad6cfd-ba6c-48bc-a056-0a72fcc75480",
                        "updated": "2026-04-03T06:23:12.3951237",
                        "electronicShelfLabelIdentifier": "sample string 5",
                        "electronicshelfLabelsConfigurationID": 6,
                        "labelShelfChanged": true,
                        "productName": "sample string 8",
                        "locationText": "sample string 9",
                        "product": {
                          "$ref": "14"
                        },
                        "location": {
                          "$id": "43",
                          "identifier": "FEcY7dtMik2lhTEEQKLpFA==",
                          "storeID": 1,
                          "identifierGuid": "ed184714-4cdb-4d8a-a585-310440a2e914",
                          "name": "sample string 2",
                          "haccp": true,
                          "blueprintID": 1,
                          "updated": "2026-04-03T06:23:12.3951237",
                          "minTemp": 1,
                          "maxTemp": 1,
                          "checkFrequency": 1,
                          "storeCaseConfiguration": 5,
                          "storeName": "sample string 6",
                          "bins": [
                            {
                              "$ref": "42"
                            },
                            {
                              "$ref": "42"
                            }
                          ]
                        }
                      },
                      {
                        "$ref": "42"
                      }
                    ],
                    "bin": {
                      "$ref": "42"
                    },
                    "scaleLocations": [
                      {
                        "$id": "44",
                        "plu": 1,
                        "pluG_UID": "WtZr393zMkCFMDLzEZxf9g==",
                        "pluGuid": "df6bd65a-f3dd-4032-8530-32f3119c5ff6",
                        "deptNo": 1,
                        "product": {
                          "$ref": "14"
                        },
                        "scaleLocation": {
                          "$id": "45",
                          "id": 1,
                          "deptNo": 1,
                          "deptCode": "sample string 2",
                          "name": "sample string 3",
                          "enabled": true,
                          "updated": "2026-04-03T06:23:12.3951237",
                          "department": {
                            "$id": "46",
                            "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": "45"
                            },
                            "subDepartments": [
                              {
                                "$id": "47",
                                "id": 1,
                                "departmentID": 2,
                                "name": "sample string 3",
                                "code": "sample string 4",
                                "departmentCode": "sample string 5",
                                "externalSales": true,
                                "minorDepartments": [
                                  {
                                    "$id": "48",
                                    "id": 1,
                                    "subDepartmentID": 2,
                                    "departmentID": 3,
                                    "name": "sample string 4",
                                    "subDepartmentCode": "sample string 5",
                                    "departmentCode": "sample string 6",
                                    "code": "sample string 7",
                                    "lesserDepartments": [
                                      {
                                        "$id": "49",
                                        "id": 1,
                                        "departmentID": 2,
                                        "subDepartmentID": 3,
                                        "minorDepartmentID": 4,
                                        "name": "sample string 5",
                                        "code": "sample string 6",
                                        "departmentCode": "sample string 7",
                                        "subDepartmentCode": "sample string 8",
                                        "minorDepartmentCode": "sample string 9",
                                        "updated": "2026-04-03T06:23:12.3951237",
                                        "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": "aXuUmnHv10mEgCOOmjrhbg==",
                                        "labelPageLayoutGuid": "9a947b69-ef71-49d7-8480-238e9a3ae16e",
                                        "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": "50",
                                          "dept": 1,
                                          "category": 2,
                                          "name": "sample string 3",
                                          "active": true,
                                          "mscCommodities": [
                                            {
                                              "$id": "51",
                                              "dept": 1,
                                              "category": 2,
                                              "commodity": 3,
                                              "name": "sample string 4",
                                              "active": true,
                                              "mscSubCommodities": [
                                                {
                                                  "$id": "52",
                                                  "dept": 1,
                                                  "category": 2,
                                                  "commodity": 3,
                                                  "subCommodity": 4,
                                                  "name": "sample string 5",
                                                  "active": true,
                                                  "subCommodityCode": "sample string 7"
                                                },
                                                {
                                                  "$ref": "52"
                                                }
                                              ],
                                              "commodityCode": "sample string 6"
                                            },
                                            {
                                              "$ref": "51"
                                            }
                                          ],
                                          "categoryCode": "sample string 5"
                                        },
                                        "mscCom": {
                                          "$ref": "51"
                                        },
                                        "mscDep": {
                                          "$id": "53",
                                          "dept": 1,
                                          "name": "sample string 2",
                                          "active": true,
                                          "mscCategories": [
                                            {
                                              "$ref": "50"
                                            },
                                            {
                                              "$ref": "50"
                                            }
                                          ],
                                          "deptCode": "sample string 4"
                                        },
                                        "mscSubCom": {
                                          "$ref": "52"
                                        }
                                      },
                                      {
                                        "$ref": "49"
                                      }
                                    ],
                                    "updated": "2026-04-03T06:23:12.3951237",
                                    "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": "GlG9jBkDTUun2jim0+GGUA==",
                                    "labelPageLayoutGuid": "8cbd511a-0319-4b4d-a7da-38a6d3e18650",
                                    "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": "50"
                                    },
                                    "mscCom": {
                                      "$ref": "51"
                                    },
                                    "mscDep": {
                                      "$ref": "53"
                                    },
                                    "mscSubCom": {
                                      "$ref": "52"
                                    }
                                  },
                                  {
                                    "$ref": "48"
                                  }
                                ],
                                "investmentBuyOverride": true,
                                "updated": "2026-04-03T06:23:12.3951237",
                                "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": "6quMK8sbyE2ntDtmBtRBQA==",
                                "labelPageLayoutGuid": "2b8cabea-1bcb-4dc8-a7b4-3b6606d44140",
                                "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": "50"
                                },
                                "mscCom": {
                                  "$ref": "51"
                                },
                                "mscDep": {
                                  "$ref": "53"
                                },
                                "mscSubCom": {
                                  "$ref": "52"
                                }
                              },
                              {
                                "$ref": "47"
                              }
                            ],
                            "stores": [
                              1,
                              2
                            ],
                            "investmentBuyOverride": true,
                            "updated": "2026-04-03T06:23:12.3951237",
                            "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": "WBFR2yIFHEKj2+zF6IGC/Q==",
                            "labelPageLayoutGuid": "db511158-0522-421c-a3db-ecc5e88182fd",
                            "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": "50"
                            },
                            "mscCom": {
                              "$ref": "51"
                            },
                            "mscDep": {
                              "$ref": "53"
                            },
                            "mscSubCom": {
                              "$ref": "52"
                            }
                          }
                        }
                      },
                      {
                        "$ref": "44"
                      }
                    ],
                    "nextPrice": {
                      "$id": "54",
                      "id": 1,
                      "campaignID": 2,
                      "campaignName": "sample string 3",
                      "plu": 1,
                      "hostOfferID": 1,
                      "metcashPromotionID": "sample string 4",
                      "metcashPromotionPlacement": "sample string 5",
                      "pluG_UID": "2hynUVWyfkyjS6FYPukkZw==",
                      "pluGuid": "51a71cda-b255-4c7e-a34b-a1583ee92467",
                      "newPrice": 1,
                      "pctDiscount": 1,
                      "newCost": 1,
                      "newCostDecimals": 6,
                      "dealCostIdentifier": "OJwOKpCrAUqQnlsh8mc7YQ==",
                      "dealCostGuid": "2a0e9c38-ab90-4a01-909e-5b21f2673b61",
                      "pluName": "sample string 7",
                      "apn": "sample string 8",
                      "fuelItem": true,
                      "priceGroupG_UID": "/mNKqWhztESuQqNL8rNEZQ==",
                      "priceGroupGuid": "a94a63fe-7368-44b4-ae42-a34bf2b34465",
                      "itemNumber": "sample string 10",
                      "cri": "sample string 11",
                      "pluPrice": 12,
                      "costCalcMethod": 13,
                      "pluCost": 14,
                      "pluCostIndicator": "sample string 15",
                      "pluPriceGstPercent": 16,
                      "pluCostGstPercent": 17,
                      "pluActive": true,
                      "cartonQty": 1.1,
                      "baseUnits": 19.1,
                      "salesMode": 1,
                      "pluNormalCost": 20,
                      "pluaws": 21.0,
                      "directNumber": "sample string 22",
                      "departmentName": "sample string 23",
                      "subDepartmentName": "sample string 24",
                      "priceGroupName": "sample string 25",
                      "supplierName": "sample string 26",
                      "stockOnHand": 1.1,
                      "stockOnOrder": 1.1,
                      "lastReceived": "2026-04-03T06:23:12.3951237",
                      "rrp": 27,
                      "campaignDescription": "sample string 28",
                      "hostCampaign": true,
                      "hostIdentifier": "QEA=",
                      "hostIdentifierGuid": "4a5bfebe-64fe-4b5b-8765-0eec8fc58c57",
                      "campaignComboPriceGroupG_UID": "BlNW/uQrXECMSIvEzOH3sQ==",
                      "campaignComboPriceGroupIdentifier": "fe565306-2be4-405c-8c48-8bc4cce1f7b1",
                      "promotionPlacementDescription": "sample string 30",
                      "storeAcceptances": [
                        {
                          "$id": "55",
                          "plu": 1,
                          "pluG_UId": "QEA=",
                          "campaignID": 1,
                          "campaignName": "sample string 2",
                          "storeID": 3,
                          "acceptedUtc": "2026-04-03T06:23:12.3951237",
                          "operatorG_UID": "0JP2Y1pB1k6Gk9zNuelyOg==",
                          "operatorGuid": "63f693d0-415a-4ed6-8693-dccdb9e9723a",
                          "machineID": 1,
                          "processed": true,
                          "appliedUtc": "2026-04-03T06:23:12.3951237",
                          "signIqTicketFileMovedUtc": "2026-04-03T06:23:12.3951237",
                          "user": "sample string 6",
                          "campaignDescription": "sample string 7",
                          "productDesc": "sample string 8",
                          "storeName": "sample string 9",
                          "effectiveUtc": "2026-04-03T06:23:12.3951237",
                          "priceChangeType": 0,
                          "operatorName": "sample string 10",
                          "hostCampaign": true,
                          "hostIdentifier": "QEA=",
                          "hostIdentifierGuid": "bc30c6f5-b9ef-412e-9253-249d355315ff",
                          "product": {
                            "$ref": "14"
                          },
                          "campaignPlu": {
                            "$ref": "54"
                          },
                          "fuelItem": true
                        },
                        {
                          "$ref": "55"
                        }
                      ],
                      "campaign": {
                        "$id": "56",
                        "id": 1,
                        "storeID": 2,
                        "name": "3d4e5624-95b4-4920-b89e-3c9ffcc25fa4",
                        "nameGuid": "3d4e5624-95b4-4920-b89e-3c9ffcc25fa4",
                        "description": "sample string 4",
                        "showDiscounts": true,
                        "showTotals": true,
                        "onlyEvaluateOnSubtotal": true,
                        "useDescription": true,
                        "campaignType": 1,
                        "startDate": "2026-04-03T06:23:12.3951237",
                        "startTime": 1,
                        "endDate": "2026-04-03T06:23:12.3951237",
                        "endTime": 1,
                        "recurrence": 1,
                        "recurrenceType": 1,
                        "monthType": 1,
                        "weekDays": 1,
                        "months": 1,
                        "monthWeeks": 1,
                        "monthDays": "sample string 7",
                        "printed": true,
                        "talkerText": "sample string 8",
                        "rangeDescription": "sample string 9",
                        "dealDescription": "sample string 10",
                        "labelQuantity": 11,
                        "active": 1,
                        "deactivated": "2026-04-03T06:23:12.3951237",
                        "system": true,
                        "created": "2026-04-03T06:23:12.3951237",
                        "updated": "2026-04-03T06:23:12.3951237",
                        "priceChangeNotifiedUtc": "2026-04-03T06:23:12.3951237",
                        "promoType": 1,
                        "promotionTypeCode": "sample string 13",
                        "hostIdentifier": "JUGvovfvC0WfM9iZzqSM0g==",
                        "hostIdentifierGuid": "a2af4125-eff7-450b-9f33-d899cea48cd2",
                        "hostType": 14,
                        "createdByUser": "sample string 15",
                        "fromHost": true,
                        "deleted": true,
                        "campaignDeleted": "2026-04-03T06:23:12.3951237",
                        "updatedByUser": "sample string 18",
                        "offerID": 1,
                        "isPriceChangeCampaign": true,
                        "stores": [
                          1,
                          2
                        ],
                        "storeNames": [
                          "sample string 1",
                          "sample string 2"
                        ],
                        "campaignPlus": [
                          {
                            "$ref": "54"
                          },
                          {
                            "$ref": "54"
                          }
                        ],
                        "campaignPools": [
                          {
                            "$id": "57",
                            "id": 1,
                            "campaignID": 2,
                            "campaignName": "sample string 3",
                            "plu": 4,
                            "pluG_UID": "iauhfGPASEuyWiRM2bWWTA==",
                            "pluGuid": "7ca1ab89-c063-4b48-b25a-244cd9b5964c",
                            "hostOfferID": 1,
                            "priceGroupG_UID": "YAFkmihs0EGaoSJc2GwYQg==",
                            "priceGroupGuid": "9a640160-6c28-41d0-9aa1-225cd86c1842",
                            "fuelItem": true,
                            "pluName": "sample string 6",
                            "apn": "sample string 7",
                            "pluActive": true,
                            "cartonQty": 1,
                            "baseUnits": 9.1,
                            "cri": "sample string 10",
                            "salesMode": 1,
                            "pluaws": 11.0,
                            "directNumber": "sample string 12",
                            "departmentName": "sample string 13",
                            "subDepartmentName": "sample string 14",
                            "priceGroupName": "sample string 15",
                            "supplierName": "sample string 16",
                            "stockOnHand": 1.1,
                            "stockOnOrder": 1.1,
                            "lastReceived": "2026-04-03T06:23:12.3951237",
                            "rrp": 17,
                            "campaignDescription": "sample string 18",
                            "product": {
                              "$ref": "14"
                            },
                            "campaign": {
                              "$ref": "56"
                            }
                          },
                          {
                            "$ref": "57"
                          }
                        ],
                        "sellingRules": [
                          {
                            "$id": "58",
                            "id": 1,
                            "identifier": "+UHDTogggUSs4GixCiCoww==",
                            "identifierStr": "+UHDTogggUSs4GixCiCoww==",
                            "identifierGuid": "4ec341f9-2088-4481-ace0-68b10a20a8c3",
                            "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": "56"
                            }
                          },
                          {
                            "$ref": "58"
                          }
                        ],
                        "customers": [
                          {
                            "$id": "59",
                            "id": 1,
                            "campaignID": 2,
                            "campaignName": "sample string 3",
                            "customerID": "MCUoNOyUzEeYkrO1veZOdg==",
                            "customerIDGuid": "34282530-94ec-47cc-9892-b3b5bde64e76",
                            "campaign": {
                              "$ref": "56"
                            },
                            "customer": {
                              "$id": "60",
                              "identifier": "lbfWFWpu/kS5i4LoE/3C4g==",
                              "identifierGuid": "15d6b795-6e6a-44fe-b98b-82e813fdc2e2",
                              "code": "sample string 2",
                              "familyName": "sample string 3",
                              "givenName": "sample string 4",
                              "otherName": "sample string 5",
                              "title": "sample string 6",
                              "dateOfBirth": "2026-04-03T06:23:12.3951237",
                              "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": "X+8wZHvrk0eY0YpMYDWz8w==",
                              "communityIdentifierGuid": "6430ef5f-eb7b-4793-98d1-8a4c6035b3f3",
                              "joined": "2026-04-03T06:23:12.3951237",
                              "updated": "2026-04-03T06:23:12.3951237",
                              "active": true,
                              "reasonInactive": 1,
                              "groupCustomer": true,
                              "loyaltyPoints": 1,
                              "homeStoreID": 1,
                              "availableSpend": 1,
                              "priceLevelIdentifier": "vvUhxcsNx0K2yLDxXZJs2A==",
                              "priceLevelIdentifierGuid": "c521f5be-0dcb-42c7-b6c8-b0f15d926cd8",
                              "marketingID": "sample string 18",
                              "receiptPrintOptions": 1,
                              "hidden": true,
                              "registered": true,
                              "registeredOn": "2026-04-03T06:23:12.3951237",
                              "emailMarketing": true,
                              "smsMarketing": true,
                              "deleted": true,
                              "deletedUser": "sample string 24",
                              "homeStoreName": "sample string 25",
                              "customerCards": [
                                {
                                  "$id": "61",
                                  "cardType": 2,
                                  "issueDate": "2026-04-03T06:23:12.3951237",
                                  "expiry": "2026-04-03T06:23:12.3951237",
                                  "customerID": "4U6LZicXoU+h45RNMRR3Eg==",
                                  "customerIDGuid": "668b4ee1-1727-4fa1-a1e3-944d31147712",
                                  "initialValue": 1,
                                  "currentValue": 1,
                                  "maxLimit": 1,
                                  "minTransaction": 1,
                                  "maxTransaction": 1,
                                  "multiplier": 1.1,
                                  "active": true,
                                  "reasonInactive": 1,
                                  "idRequired": true,
                                  "idType": 1,
                                  "idValue": "sample string 5",
                                  "updated": "2026-04-03T06:23:12.3951237",
                                  "linkedAccount": "JYKFqnbJ8UuOxXexUopJrg==",
                                  "linkedAccountGuid": "aa858225-c976-4bf1-8ec5-77b1528a49ae",
                                  "currentValueChanged": true,
                                  "limitsChanged": true,
                                  "customer": {
                                    "$ref": "60"
                                  },
                                  "account": {
                                    "$id": "62",
                                    "id": 1,
                                    "identifier": "5LkwgwjjKEGZJM8PLHmllA==",
                                    "identifierGuid": "8330b9e4-e308-4128-9924-cf0f2c79a594",
                                    "referenceNo": "sample string 3",
                                    "name": "sample string 4",
                                    "created": "2026-04-03T06:23:12.3951237",
                                    "owner": "mmD9Zs5o10KM9QoAOD9zXQ==",
                                    "ownerGuid": "66fd609a-68ce-42d7-8cf5-0a00383f735d",
                                    "accountStoreGroupIdentifier": "5D/3hCYTxkaRvKXDKLTo2A==",
                                    "accountStoreGroupGuid": "84f73fe4-1326-46c6-91bc-a5c328b4e8d8",
                                    "accountType": 1,
                                    "currentBalance": 1,
                                    "externalID": "sample string 7",
                                    "maximumLimit": 1,
                                    "accruePoints": true,
                                    "loyaltyPoints": 1,
                                    "termsOfTrade": 1,
                                    "signatureRequired": true,
                                    "referenceRequired": true,
                                    "statementSendType": 10,
                                    "ageingPeriod": 1,
                                    "monthlyAgeingPeriod": true,
                                    "explodedInvoice": true,
                                    "isFifoAllocation": true,
                                    "lastStatementSent": "2026-04-03T06:23:12.3951237",
                                    "active": true,
                                    "updated": "2026-04-03T06:23:12.3951237",
                                    "deleted": true,
                                    "deletedUser": "sample string 16",
                                    "currentBalanceChanged": true,
                                    "maximumLimitChanged": true,
                                    "loyaltyPointsChanged": true,
                                    "projectedBalance": 17,
                                    "accountStoreGroupStoreIDs": [
                                      1,
                                      2
                                    ],
                                    "customerEmail": "sample string 18",
                                    "ownerCustomer": {
                                      "$ref": "60"
                                    },
                                    "card": {
                                      "$ref": "61"
                                    },
                                    "members": {
                                      "$id": "63",
                                      "sample string 1": [
                                        {
                                          "$ref": "60"
                                        },
                                        {
                                          "$ref": "60"
                                        }
                                      ],
                                      "sample string 2": [
                                        {
                                          "$ref": "60"
                                        },
                                        {
                                          "$ref": "60"
                                        }
                                      ]
                                    },
                                    "customerGroups": [
                                      {
                                        "$id": "64",
                                        "identifier": "MT2AwaW2pUuV4/4MWVU/iw==",
                                        "identifierGuid": "c1803d31-b6a5-4ba5-95e3-fe0c59553f8b",
                                        "name": "sample string 2",
                                        "primaryContact": "Yvma7wH25kOy9BSz8NGHtg==",
                                        "primaryContactGuid": "ef9af962-f601-43e6-b2f4-14b3f0d187b6",
                                        "accountID": "EpXzeKQW50OuDVKr5QOFZw==",
                                        "accountIDGuid": "78f39512-16a4-43e7-ae0d-52abe5038567",
                                        "special": true,
                                        "updated": "2026-04-03T06:23:12.3951237",
                                        "active": true,
                                        "reasonInactive": 1,
                                        "priceLevelIdentifier": "g96k0rrmc0+cx8iTBjX4mg==",
                                        "priceLevelIdentifierGuid": "d2a4de83-e6ba-4f73-9cc7-c8930635f89a",
                                        "marketingListID": "sample string 7",
                                        "deleted": true,
                                        "account": {
                                          "$ref": "62"
                                        },
                                        "primaryContactCustomer": {
                                          "$ref": "60"
                                        },
                                        "customerGroupMembers": [
                                          {
                                            "$id": "65",
                                            "id": 1,
                                            "groupID": "xAy0NIAj1Eq7OD57H0C4hQ==",
                                            "groupIDGuid": "34b40cc4-2380-4ad4-bb38-3e7b1f40b885",
                                            "customerID": "B++qmqU8cUqELKXN/g92iQ==",
                                            "customerIDGuid": "9aaaef07-3ca5-4a71-842c-a5cdfe0f7689",
                                            "card": "sample string 4",
                                            "linkedAccount": "iGPpYmgUU0+ZZD2wl1bqnA==",
                                            "linkedAccountGuid": "62e96388-1468-4f53-9964-3db09756ea9c",
                                            "customer": {
                                              "$ref": "60"
                                            },
                                            "group": {
                                              "$ref": "64"
                                            },
                                            "customerCard": {
                                              "$ref": "61"
                                            }
                                          },
                                          {
                                            "$ref": "65"
                                          }
                                        ]
                                      },
                                      {
                                        "$ref": "64"
                                      }
                                    ]
                                  },
                                  "payments": [
                                    {
                                      "$id": "66",
                                      "id": 1,
                                      "identifier": "CjISloGEP0661z16FXi4MA==",
                                      "identifierGuid": "9612320a-8481-4e3f-bad7-3d7a1578b830",
                                      "storeID": 2,
                                      "operatorName": "sample string 3",
                                      "saleHeaderID": 4,
                                      "paymentType": 5,
                                      "amount": 6,
                                      "account": "sample string 7",
                                      "accountID": "kDWwTV1XlUW+RWrw7zLD2A==",
                                      "accountIDGuid": "4db03590-575d-4595-be45-6af0ef32c3d8",
                                      "customerAccount": {
                                        "$ref": "62"
                                      },
                                      "customerCard": {
                                        "$ref": "61"
                                      },
                                      "accountType": 1,
                                      "cardName": "sample string 8",
                                      "authorisationNumber": "sample string 9",
                                      "bankReference": "sample string 10",
                                      "merchantID": "sample string 11",
                                      "terminalID": "sample string 12",
                                      "cardNumber": "sample string 13",
                                      "paymentDate": "2026-04-03T06:23:12.3951237",
                                      "invRocNo": "sample string 14",
                                      "responseCode": "sample string 15",
                                      "cashout": 1,
                                      "tip": 16,
                                      "idempotentVoid": "pYCr0V0zmUGAZqOEJUYqUw==",
                                      "idempotentVoidGuid": "d1ab80a5-335d-4199-8066-a38425462a53",
                                      "offline": true,
                                      "processed": 1,
                                      "storeSaleHeader": {
                                        "$id": "67",
                                        "saleHeaderID": 1,
                                        "saleHeaderGuid": "2mqTHB/XXkSZPJkI/8I7CQ==",
                                        "saleHeaderIdentifierGuid": "1c936ada-d71f-445e-993c-9908ffc23b09",
                                        "created": "2026-04-03T06:23:12.3951237",
                                        "createdLocal": "2026-04-03T06:23:12.3951237",
                                        "createdText": "sample string 4",
                                        "itemCount": 5,
                                        "totalAmount": 6,
                                        "cashTender": 1,
                                        "cardTender": 1,
                                        "cheqTender": 1,
                                        "acctTender": 1,
                                        "voucherTender": 1,
                                        "loyaltyPoints": 1,
                                        "cashout": 1,
                                        "changeAmount": 1,
                                        "rounding": 1,
                                        "gstAmount": 1,
                                        "transactionDiscountTender": 1,
                                        "totalTip": 7,
                                        "tranType": 1,
                                        "processed": 1,
                                        "imported": "2026-04-03T06:23:12.3951237",
                                        "storeID": 1,
                                        "operatorG_Uid": "3wBPmfzCiU2yFoJYzzQoow==",
                                        "operatorGuid": "994f00df-c2fc-4d89-b216-8258cf3428a3",
                                        "customerG_Uid": "3v57vPC1nU+xmqgZwMrxgw==",
                                        "customerGuid": "bc7bfede-b5f0-4f9d-b19a-a819c0caf183",
                                        "communityIdentifier": "ALcaxbbNNkm9QQDBHd8JTA==",
                                        "communityIdentifierGuid": "c51ab700-cdb6-4936-bd41-00c11ddf094c",
                                        "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": "esHVljKw8kSjGuD5X7/9qw==",
                                        "priceLevelIdentifierGuid": "96d5c17a-b032-44f2-a31a-e0f95fbffdab",
                                        "locked": 36,
                                        "orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-04-03T06:23:12.3951237+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": "68",
                                          "customerName": "sample string 1",
                                          "pickupAt": "2026-04-03T06:23:12.3951237",
                                          "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": "27"
                                        },
                                        "customer": {
                                          "$ref": "60"
                                        },
                                        "communityOrganisation": {
                                          "$id": "69",
                                          "id": 1,
                                          "identifier": "r+2moczPU0Wxi2CuVmciIA==",
                                          "identifierGuid": "a1a6edaf-cfcc-4553-b18b-60ae56672220",
                                          "name": "sample string 3",
                                          "lookupIdentifier": "sample string 4",
                                          "externalID": "sample string 5",
                                          "phone": "sample string 6",
                                          "fax": "sample string 7",
                                          "email": "sample string 8",
                                          "address1": "sample string 9",
                                          "address2": "sample string 10",
                                          "city": "sample string 11",
                                          "postCode": "sample string 12",
                                          "state": "sample string 13",
                                          "country": "sample string 14",
                                          "abn": "sample string 15",
                                          "promoPeriodStart": "2026-04-03T06:23:12.3951237",
                                          "promoPeriodEnd": "2026-04-03T06:23:12.3951237",
                                          "allowDonations": true,
                                          "logoImageName": "sample string 17",
                                          "totalAmountAwarded": 18.1,
                                          "updated": "2026-04-03T06:23:12.3951237",
                                          "deleted": true
                                        },
                                        "details": [
                                          {
                                            "$id": "70",
                                            "saleItemID": 1,
                                            "identifier": "NMisoywsSUWK9Znpv/R/lg==",
                                            "identifierGuid": "a3acc834-2c2c-4549-8af5-99e9bff47f96",
                                            "saleHeaderID": 2,
                                            "plu": 1,
                                            "pluG_UId": "h0Kwav8qkk+4Uc5v496rxw==",
                                            "pluGuid": "6ab04287-2aff-4f92-b851-ce6fe3deabc7",
                                            "accountID": "4a54qCFbCkCT4M9xxzk4zQ==",
                                            "accountIDGuid": "a878aee1-5b21-400a-93e0-cf71c73938cd",
                                            "normalPrice": 3,
                                            "originalSellingPrice": 4,
                                            "discountPrice": 5,
                                            "unit": 1,
                                            "quantity": 6,
                                            "totalCents": 7,
                                            "fixedPrice": 1,
                                            "tranType": 1,
                                            "discountType": 1,
                                            "cost": 1,
                                            "costDecimals": 8,
                                            "markdown": 1,
                                            "manualQuantity": 1,
                                            "manualPrice": 1,
                                            "manualMode": 1,
                                            "active": 1,
                                            "offline": true,
                                            "barcode": "sample string 9",
                                            "keyedSale": 1,
                                            "discountedID": 1,
                                            "fuelID": 1,
                                            "serialNumber": "sample string 10",
                                            "bestOrExpire": "2026-04-03T06:23:12.3951237",
                                            "bestOrExpireType": 1,
                                            "providerName": "sample string 11",
                                            "refundG_UID": "DcpR0QruBEiev5qu4bkBEA==",
                                            "refundGuid": "d151ca0d-ee0a-4804-9ebf-9aaee1b90110",
                                            "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": "L6gURPw8dUuN9/8Ko69jfA==",
                                            "idempotentVoidGuid": "4414a82f-3cfc-4b75-8df7-ff0aa3af637c",
                                            "priceLevelIdentifier": "XtjOOOqOC02M/vkTVSw20g==",
                                            "priceLevelIdentifierGuid": "38ced85e-8eea-4d0b-8cfe-f913552c36d2",
                                            "communityIdentifier": "UBwIxSZ/PEGNAANhf6Nm9Q==",
                                            "communityIdentifierGuid": "c5081c50-7f26-413c-8d00-03617fa366f5",
                                            "productName": "sample string 23",
                                            "apn": "sample string 24",
                                            "unknownScans": [
                                              {
                                                "$id": "71",
                                                "id": 1,
                                                "saleDetailID": 2,
                                                "storeID": 1,
                                                "scanned": "2026-04-03T06:23:12.3951237",
                                                "operatorG_UID": "QEA=",
                                                "barcode": "sample string 4",
                                                "processed": 1
                                              },
                                              {
                                                "$ref": "71"
                                              }
                                            ],
                                            "refund": {
                                              "$id": "72",
                                              "id": 1,
                                              "g_UID": "MH+xrLX92Uuw5YMoa5Q3EQ==",
                                              "guid": "acb17f30-fdb5-4bd9-b0e5-83286b943711",
                                              "description": "sample string 1",
                                              "dumped": true,
                                              "inventoryReasonID": 1,
                                              "sortOrder": 1,
                                              "updated": "2026-04-03T06:23:12.3951237"
                                            },
                                            "modifier": {
                                              "$id": "73",
                                              "id": 1,
                                              "setG_UID": "s6bddHdswE+EpmBrUGsFYg==",
                                              "modifierSetGuid": "74dda6b3-6c77-4fc0-84a6-606b506b0562",
                                              "name": "sample string 2",
                                              "price": 1,
                                              "quantity": 1,
                                              "modifierType": 1,
                                              "groupNumber": 1,
                                              "pageNumber": 1,
                                              "controlOrder": 1,
                                              "printToStation": true,
                                              "pluG_UID": "92677jAX7kex4R2PRYZWVA==",
                                              "pluGuid": "eebb6ef7-1730-47ee-b1e1-1d8f45865654",
                                              "deleted": true,
                                              "g_UID": "0LYO49Vzj0K4vRMX/wrfXw==",
                                              "guid": "e30eb6d0-73d5-428f-b8bd-1317ff0adf5f",
                                              "product": {
                                                "$ref": "14"
                                              }
                                            },
                                            "priceLevelName": "sample string 25",
                                            "pumpNumber": 1,
                                            "hoseNumber": 1
                                          },
                                          {
                                            "$ref": "70"
                                          }
                                        ],
                                        "eftReceipts": [
                                          {
                                            "$id": "74",
                                            "id": 1,
                                            "storeID": 1,
                                            "saleHeaderID": 2,
                                            "storeSaleHeader": {
                                              "$ref": "67"
                                            },
                                            "receipt": "sample string 3",
                                            "processed": 1
                                          },
                                          {
                                            "$ref": "74"
                                          }
                                        ],
                                        "payments": [
                                          {
                                            "$ref": "66"
                                          },
                                          {
                                            "$ref": "66"
                                          }
                                        ],
                                        "cards": [
                                          {
                                            "$id": "75",
                                            "id": 1,
                                            "saleHeaderID": 1,
                                            "identifier": "sample string 2",
                                            "cardType": 3,
                                            "providerName": "sample string 4"
                                          },
                                          {
                                            "$ref": "75"
                                          }
                                        ],
                                        "campaignHits": [
                                          {
                                            "$id": "76",
                                            "id": 1,
                                            "saleHeaderID": 2,
                                            "campaign": "sample string 3",
                                            "name": "sample string 4",
                                            "processed": 1,
                                            "campaignDescription": "sample string 5"
                                          },
                                          {
                                            "$ref": "76"
                                          }
                                        ],
                                        "fuel": [
                                          {
                                            "$id": "77",
                                            "id": 1,
                                            "plu": 1,
                                            "pluG_UID": "hZeNf+Uc4EWG8Qzy5FDFqg==",
                                            "pluGuid": "7f8d9785-1ce5-45e0-86f1-0cf2e450c5aa",
                                            "saleHeaderID": 2,
                                            "totalCents": 3,
                                            "grade": 1,
                                            "gradeDescription": "sample string 4",
                                            "dispenser": 1,
                                            "hose": 1,
                                            "quantity": 1,
                                            "cost": 1,
                                            "acquirerNum": 1,
                                            "attendant": 1,
                                            "ePurseBalance": 1.0,
                                            "cardSignature": "sample string 5",
                                            "compartmentNumber": 1,
                                            "contractNumber": 1,
                                            "discountCardPAN": "sample string 6",
                                            "discountID": 1,
                                            "discountName": "sample string 7",
                                            "discountNetValue": 1.0,
                                            "discountType": 1,
                                            "discountValue": 1.0,
                                            "discretionaryData": "sample string 8",
                                            "driverID": "sample string 9",
                                            "eftBatchNumber": 1,
                                            "eftResponseCode": "sample string 10",
                                            "endDateTime": "2026-04-03T06:23:12.3951237",
                                            "engineHours": 1.1,
                                            "fposNumber": 1,
                                            "loyaltyCardPAN": "sample string 11",
                                            "miscData1": 1,
                                            "miscData2": "sample string 12",
                                            "miscFlags": 1,
                                            "mop": 1,
                                            "odometer": 1,
                                            "panNumber": "sample string 13",
                                            "saleRefund": true,
                                            "saleStatus": 1,
                                            "sequenceNumber": 1,
                                            "stan": 1,
                                            "startDateTime": "2026-04-03T06:23:12.3951237",
                                            "tagNumber": "sample string 15",
                                            "trackTwoRem": "sample string 16",
                                            "transCode": 1,
                                            "transType": 1,
                                            "unitPrice": 1.0,
                                            "vehicleReg": "sample string 17",
                                            "offline": true,
                                            "processed": 1
                                          },
                                          {
                                            "$ref": "77"
                                          }
                                        ],
                                        "fuelResells": [
                                          {
                                            "$id": "78",
                                            "saleItemID": 1,
                                            "saleHeaderID": 2,
                                            "plu": 1,
                                            "pluG_UId": "unVgySOLeEeH9PPcVG4kxQ==",
                                            "pluGuid": "c96075ba-8b23-4778-87f4-f3dc546e24c5",
                                            "accountID": "NaDE+BFkgkqG0VIgTSoVKQ==",
                                            "accountIDGuid": "f8c4a035-6411-4a82-86d1-52204d2a1529",
                                            "normalPrice": 3,
                                            "originalSellingPrice": 4,
                                            "discountPrice": 5,
                                            "unit": 1,
                                            "quantity": 6,
                                            "totalCents": 7,
                                            "fixedPrice": 1,
                                            "tranType": 1,
                                            "processed": 1,
                                            "discountType": 1,
                                            "cost": 1,
                                            "costDecimals": 1,
                                            "markdown": 1,
                                            "manualQuantity": 1,
                                            "manualPrice": 1,
                                            "manualMode": 1,
                                            "active": 1,
                                            "barcode": "sample string 8",
                                            "offline": 1,
                                            "keyedSale": 1,
                                            "discountedID": 1,
                                            "fuelID": 1,
                                            "serialNumber": "sample string 9",
                                            "bestOrExpire": "2026-04-03T06:23:12.3951237",
                                            "bestOrExpireType": 1,
                                            "refundG_UID": "QbAJHjHwEU6CY4Vgpv65VA==",
                                            "refundGuid": "1e09b041-f031-4e11-8263-8560a6feb954",
                                            "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": "78"
                                          }
                                        ],
                                        "customerOrder": [
                                          {
                                            "$id": "79",
                                            "identifier": "ho/KMaUVfke7ePRp5odz5A==",
                                            "identifierGuid": "31ca8f86-15a5-477e-bb78-f469e68773e4",
                                            "id": 1,
                                            "orderNo": 2,
                                            "externalSaleIdentifier": "sample string 3",
                                            "storeID": 4,
                                            "zoneID": 5,
                                            "deptNo": 6,
                                            "customerIdentifier": "I5oKjcQrv0mhLUmqzseRHg==",
                                            "customerIdentifierGuid": "8d0a9a23-2bc4-49bf-a12d-49aacec7911e",
                                            "operatorNo": 1,
                                            "operatorG_UID": "CEXaHGn2f0GHLE9B5y7FJA==",
                                            "operatorGuid": "1cda4508-f669-417f-872c-4f41e72ec524",
                                            "created": "2026-04-03T06:23:12.3951237",
                                            "ordered": "2026-04-03T06:23:12.3951237",
                                            "started": "2026-04-03T06:23:12.3951237",
                                            "completed": "2026-04-03T06:23:12.3951237",
                                            "supplied": "2026-04-03T06:23:12.3951237",
                                            "quickTicket": 1,
                                            "deleted": true,
                                            "walkAway": true,
                                            "approxWait": 1,
                                            "actualWait": 1,
                                            "deliveryMethod": 8,
                                            "externalSaleType": 9,
                                            "customer": {
                                              "$ref": "60"
                                            },
                                            "operator": {
                                              "$ref": "27"
                                            },
                                            "details": [
                                              {
                                                "$id": "80",
                                                "headerID": 1,
                                                "plu": 1,
                                                "pluG_UId": "6DA0N8V/2EOtFaoOGLtDYQ==",
                                                "pluGuid": "373430e8-7fc5-43d8-ad15-aa0e18bb4361",
                                                "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": "pD5Un/fE7UeIX1enBGiLmg==",
                                                "headerIdentifierGuid": "9f543ea4-c4f7-47ed-885f-57a704688b9a",
                                                "product": {
                                                  "$ref": "14"
                                                }
                                              },
                                              {
                                                "$ref": "80"
                                              }
                                            ],
                                            "storeName": "sample string 11",
                                            "customerName": "sample string 12",
                                            "storeReplyTo": "sample string 13",
                                            "storeSubjectLine": "sample string 14",
                                            "storeSaleHeader": {
                                              "$ref": "67"
                                            }
                                          },
                                          {
                                            "$ref": "79"
                                          }
                                        ],
                                        "surveyResponses": [
                                          {
                                            "$id": "81",
                                            "surveyG_UID": "gu+yZA8kl0q0CFg4DxZsVA==",
                                            "surveyGuid": "64b2ef82-240f-4a97-b408-58380f166c54",
                                            "saleHeaderGuid": "+ZeVZfpxM0SI5ZE4f7KCwA==",
                                            "saleGuid": "659597f9-71fa-4433-88e5-91387fb282c0",
                                            "textResponse": "sample string 1",
                                            "integerResponse": 1,
                                            "g_UIDResponse": "XLOW/CNmTEWhxBWtWA9/Yw==",
                                            "guidResponse": "fc96b35c-6623-454c-a1c4-15ad580f7f63",
                                            "whoAnswered": 2,
                                            "answeredAtUTC": "2026-04-03T06:23:12.3951237",
                                            "sale": {
                                              "$ref": "67"
                                            },
                                            "survey": {
                                              "$id": "82",
                                              "g_UID": "YRnnDhGUxEqBjGO5zs2hGg==",
                                              "guid": "0ee71961-9411-4ac4-818c-63b9cecda11a",
                                              "name": "sample string 1",
                                              "storeID": 2,
                                              "zoneID": 1,
                                              "checkoutFormG_UID": "FD2Ja00D90+bMG/q3/UnLA==",
                                              "checkoutFormGuid": "6b893d14-034d-4ff7-9b30-6feadff5272c",
                                              "displayToWho": 3,
                                              "displayWhen": 4,
                                              "start": "2026-04-03T06:23:12.3951237",
                                              "end": "2026-04-03T06:23:12.3951237",
                                              "deleted": true,
                                              "updated": "2026-04-03T06:23:12.3951237",
                                              "possibleIntegerResponses": [
                                                1,
                                                2
                                              ],
                                              "possibleTextResponses": [
                                                "sample string 1",
                                                "sample string 2"
                                              ],
                                              "possibleGuidResponses": [
                                                "7f1f3857-2cfa-4be3-a529-66ad9f4e3704",
                                                "f4787fc5-483f-4d5b-bea5-aa971c028630"
                                              ],
                                              "allowsAllTextResponses": true,
                                              "surveyForm": {
                                                "$ref": "35"
                                              }
                                            },
                                            "ingressId": "sample string 4"
                                          },
                                          {
                                            "$ref": "81"
                                          }
                                        ],
                                        "storeName": "sample string 39",
                                        "terminalNumber": 40,
                                        "machineName": "sample string 41",
                                        "operatorName": "sample string 42",
                                        "direction": 1,
                                        "reason": "sample string 43",
                                        "accountG_UID": "5gvI7b+ey0eWRHo86pCwHg==",
                                        "accountIdentifier": "edc80be6-9ebf-47cb-9644-7a3cea90b01e",
                                        "accountName": "sample string 44",
                                        "customerOrderIdentifier": "aTVPOQFcV0+ktsBOLPfyVA==",
                                        "customerOrderIdentifierGuid": "394f3569-5c01-4f57-a4b6-c04e2cf7f254",
                                        "priceLevelName": "sample string 45",
                                        "revision": 46,
                                        "ingressId": "sample string 47"
                                      },
                                      "metadata": {
                                        "$id": "83",
                                        "id": 1,
                                        "paymentID": 2,
                                        "paymentIdentifier": "oGB/19Og5U6COj1hQSVIJA==",
                                        "paymentIdentifierGuid": "d77f60a0-a0d3-4ee5-823a-3d6141254824",
                                        "identifier": "5p99GYnkcEqLxrmckaPJAA==",
                                        "identifierGuid": "197d9fe6-e489-4a70-8bc6-b99c91a3c900",
                                        "metadata": "sample string 3",
                                        "signatureImage": "QEA=",
                                        "itemIdentifier": "5KRS3DHTXkWJlrwbOB342A==",
                                        "itemIdentifierGuid": "dc52a4e4-d331-455e-8996-bc1b381df8d8"
                                      }
                                    },
                                    {
                                      "$ref": "66"
                                    }
                                  ]
                                },
                                {
                                  "$ref": "61"
                                }
                              ],
                              "customerGroupMembers": [
                                {
                                  "$ref": "65"
                                },
                                {
                                  "$ref": "65"
                                }
                              ],
                              "customerGroups": [
                                {
                                  "$ref": "64"
                                },
                                {
                                  "$ref": "64"
                                }
                              ],
                              "accounts": [
                                {
                                  "$ref": "62"
                                },
                                {
                                  "$ref": "62"
                                }
                              ],
                              "account": {
                                "$ref": "62"
                              },
                              "vouchers": [
                                {
                                  "$id": "84",
                                  "customerIdentifier": "Tq5WpIt3pUm7o004Icy9Tg==",
                                  "customerIdentifierGuid": "a456ae4e-778b-49a5-bba3-4d3821ccbd4e",
                                  "voucherName": "sample string 2",
                                  "count": 3,
                                  "storeID": 4,
                                  "barcode": "sample string 5",
                                  "redeemCount": 6,
                                  "issueCount": 7,
                                  "storeSalePaymentID": 1,
                                  "idempotentID": "S7TOtLhQ8UKGqAqGKNWOIQ==",
                                  "idempotentGuid": "b4ceb44b-50b8-42f1-86a8-0a8628d58e21",
                                  "offline": true,
                                  "voucher": {
                                    "$id": "85",
                                    "id": 1,
                                    "name": "sample string 2",
                                    "description": "sample string 3",
                                    "shortDescription": "sample string 4",
                                    "url": "sample string 5",
                                    "barcodeTemplateID": 1,
                                    "expiry": 0,
                                    "voucherType": 6,
                                    "limitPerTransaction": 7,
                                    "customerTracking": true,
                                    "discountAccount": "sample string 9",
                                    "endDate": "2026-04-03T06:23:12.3951237",
                                    "barcodeTemplate": {
                                      "$id": "86",
                                      "templateID": 1,
                                      "template": "sample string 1",
                                      "bcFunction": "sample string 2",
                                      "sortOrder": 3
                                    },
                                    "scaleLabel": {
                                      "$id": "87",
                                      "id": 1,
                                      "uid": "sample string 2",
                                      "name": "sample string 3",
                                      "width": 1.1,
                                      "height": 1.1,
                                      "showBorder": true,
                                      "borderWidth": 1.1,
                                      "borderStyle": 1,
                                      "borderColour": "sample string 5",
                                      "updated": "2026-04-03T06:23:12.3951237",
                                      "labelPageLayout": "9OxjJ6z4gUq2DalZ3UZToA==",
                                      "pageLayoutGuid": "2763ecf4-f8ac-4a81-b60d-a959dd4653a0",
                                      "labelType": 6,
                                      "oldName": "sample string 7",
                                      "voucher": {
                                        "$ref": "85"
                                      },
                                      "elements": [
                                        {
                                          "$id": "88",
                                          "id": 1,
                                          "scaleLabelID": 2,
                                          "showPercentDI": true,
                                          "showAvgPerHundred": true,
                                          "showAvgPerServe": true,
                                          "name": "sample string 6",
                                          "x": 1.1,
                                          "y": 1.1,
                                          "width": 1.1,
                                          "height": 1.1,
                                          "type": 1,
                                          "rotation": 1,
                                          "text": "sample string 7",
                                          "fontFamily": "sample string 8",
                                          "align": 1,
                                          "bold": true,
                                          "italic": true,
                                          "underline": true,
                                          "strikeout": true,
                                          "reverse": true,
                                          "textColour": "sample string 9",
                                          "fontSize": 1.1,
                                          "picture": "QEA=",
                                          "borderWidth": 10,
                                          "sortOrder": 11,
                                          "printOptions": 12,
                                          "superScriptTextFontSize": 1.1,
                                          "lineStyle": 1,
                                          "spacingStyle": 1,
                                          "interCharacterSpacing": 1.1,
                                          "superScriptOffset": 1.1,
                                          "lineSpacing": 1.1,
                                          "dateFormat": "sample string 13",
                                          "autoGrow": true,
                                          "fontAutoResize": true,
                                          "updated": "2026-04-03T06:23:12.3951237"
                                        },
                                        {
                                          "$ref": "88"
                                        }
                                      ]
                                    },
                                    "customerVouchers": [
                                      {
                                        "$id": "89",
                                        "id": 1,
                                        "customerIdentifier": "aW35ylJCq0eSkP4EJ3w49g==",
                                        "customerIdentifierGuid": "caf96d69-4252-47ab-9290-fe04277c38f6",
                                        "voucherID": 3,
                                        "voucherName": "sample string 4",
                                        "storeID": 1,
                                        "barcode": "sample string 5",
                                        "dateOfIssue": "2026-04-03T06:23:12.3951237",
                                        "issuedSaleHeaderID": 1,
                                        "issuedSaleIdentifier": "sample string 7",
                                        "issuedOfflinePaymentID": 1,
                                        "issuedIdempotentID": "sZ+32o2mtkiBfb4NdE0QVA==",
                                        "issuedIdempotentGuid": "dab79fb1-a68d-48b6-817d-be0d744d1054",
                                        "issuedOffline": true,
                                        "issuedUser": "sample string 9",
                                        "issuedNotes": "sample string 10",
                                        "expiryDate": "2026-04-03T06:23:12.3951237",
                                        "expiredUser": "sample string 11",
                                        "expiredNotes": "sample string 12",
                                        "redeemed": "2026-04-03T06:23:12.3951237",
                                        "redeemedSaleHeaderID": 1,
                                        "redeemedSaleIdentifier": "sample string 13",
                                        "redeemedOfflinePaymentID": 1,
                                        "redeemedIdempotentID": "bIiqfMKIoEKvLAC0ZqbONQ==",
                                        "redeemedIdempotentGuid": "7caa886c-88c2-42a0-af2c-00b466a6ce35",
                                        "redeemedUser": "sample string 14",
                                        "redeemedNotes": "sample string 15",
                                        "redeemedOffline": true,
                                        "updated": "2026-04-03T06:23:12.3951237",
                                        "storeName": "sample string 17",
                                        "scaleLabel": {
                                          "$ref": "87"
                                        },
                                        "voucher": {
                                          "$ref": "85"
                                        },
                                        "customer": {
                                          "$ref": "60"
                                        },
                                        "issuedOfflinePayment": {
                                          "$ref": "66"
                                        },
                                        "redeemedOfflinePayment": {
                                          "$ref": "66"
                                        }
                                      },
                                      {
                                        "$ref": "89"
                                      }
                                    ]
                                  },
                                  "customer": {
                                    "$ref": "60"
                                  }
                                },
                                {
                                  "$ref": "84"
                                }
                              ]
                            }
                          },
                          {
                            "$ref": "59"
                          }
                        ],
                        "customerGroups": [
                          {
                            "$id": "90",
                            "id": 1,
                            "campaignID": 2,
                            "campaignName": "sample string 3",
                            "groupID": "6fagmc8Rg0uEYZpn5dgXAA==",
                            "groupIDGuid": "99a0f6e9-11cf-4b83-8461-9a67e5d81700",
                            "campaign": {
                              "$ref": "56"
                            },
                            "group": {
                              "$ref": "64"
                            }
                          },
                          {
                            "$ref": "90"
                          }
                        ],
                        "signIqTickets": [
                          {
                            "$id": "91",
                            "identifier": "vK6NF943yUalfBajZ2aaPQ==",
                            "identifierGuid": "178daebc-37de-46c9-a57c-16a367669a3d",
                            "campaignName": "sample string 2",
                            "message": "sample string 3",
                            "ticketFileSource": "sample string 4",
                            "ticketFileDestination": "sample string 5",
                            "storeID": 1
                          },
                          {
                            "$ref": "91"
                          }
                        ],
                        "comboPriceGroups": [
                          {
                            "$id": "92",
                            "id": 1,
                            "campaignID": 2,
                            "campaignName": "sample string 3",
                            "g_UID": "mO7gLFzeZEy2GN6AEIvP1A==",
                            "guid": "2ce0ee98-de5c-4c64-b618-de80108bcfd4",
                            "description": "sample string 5",
                            "newPrice": 1,
                            "rangeDescription": "sample string 6",
                            "dealDescription": "sample string 7",
                            "labelQuantity": 8,
                            "hostProductCategoryID": 1,
                            "offerID": 1,
                            "dontUpdatePricePlus": true,
                            "campaign": {
                              "$ref": "56"
                            },
                            "comboPricePlus": [
                              {
                                "$id": "93",
                                "id": 1,
                                "campaignID": 2,
                                "campaignName": "sample string 3",
                                "groupG_UID": "MbiDT3CuxE+HAa/J6UnesQ==",
                                "groupGuid": "4f83b831-ae70-4fc4-8701-afc9e949deb1",
                                "comboPriceType": 5,
                                "priceType": 5,
                                "pluG_UID": "qSXqeVeh60SEz7kEjz9jFw==",
                                "pluGuid": "79ea25a9-a157-44eb-84cf-b9048f3f6317",
                                "priceGroupG_UID": "xqFm6L8GGkajpjoGC6NmSw==",
                                "priceGroupGuid": "e866a1c6-06bf-461a-a3a6-3a060ba3664b",
                                "campaignPoolID": "sample string 7",
                                "quantity": 1,
                                "campaign": {
                                  "$ref": "56"
                                },
                                "product": {
                                  "$ref": "14"
                                },
                                "priceGroup": {
                                  "$ref": "20"
                                },
                                "campaignPool": {
                                  "$ref": "56"
                                }
                              },
                              {
                                "$ref": "93"
                              }
                            ]
                          },
                          {
                            "$ref": "92"
                          }
                        ],
                        "priceLevels": [
                          {
                            "$id": "94",
                            "id": 1,
                            "priceLevelIdentifier": "IxtUfL0jL0iAIJHPOwfV8w==",
                            "priceLevelIdentifierGuid": "7c541b23-23bd-482f-8020-91cf3b07d5f3",
                            "campaignName": "sample string 3",
                            "priceLevelName": "sample string 4"
                          },
                          {
                            "$ref": "94"
                          }
                        ],
                        "promotionType": {
                          "$id": "95",
                          "identifier": "PiuDt7dsTkCCtOZYyvcgdg==",
                          "identifierGuid": "b7832b3e-6cb7-404e-82b4-e658caf72076",
                          "hostType": 2,
                          "code": "sample string 3",
                          "description": "sample string 4",
                          "isLiquor": true,
                          "isAdvertised": true,
                          "disableWasSave": true,
                          "excludeFromPromoSales": true,
                          "labelPageLayoutG_UID": "oCRk4jSwCEK19viYkyj1OA==",
                          "labelPageLayoutGuid": "e26424a0-b034-4208-b5f6-f8989328f538",
                          "priceLevelIdentifier": "eTFjCVhHX0W27Rcbe1yOCg==",
                          "priceLevelIdentifierGuid": "09633179-4758-455f-b6ed-171b7b5c8e0a",
                          "active": true,
                          "updated": "2026-04-03T06:23:12.3951237",
                          "hostName": "sample string 11"
                        }
                      },
                      "product": {
                        "$ref": "14"
                      },
                      "dealCost": {
                        "$id": "96",
                        "headerIdentifier": "328iLzh+jEWlliYip4LoCQ==",
                        "headerIdentifierGuid": "2f226fdf-7e38-458c-a596-2622a782e809",
                        "identifier": "+9JFpEOjkUmb26Nhvl9uVQ==",
                        "identifierGuid": "a445d2fb-a343-4991-9bdb-a361be5f6e55",
                        "supplierIdentifier": "E8N4YcB6+02QAoESVDefZg==",
                        "supplierGuid": "6178c313-7ac0-4dfb-9002-811254379f66",
                        "pluG_UID": "PR/s6x3K4Ui7cQIhyZ93/Q==",
                        "pluGuid": "ebec1f3d-ca1d-48e1-bb71-0221c99f77fd",
                        "campaignName": "60c4ec2c-4897-4621-8202-e505aeea2b5e",
                        "description": "sample string 4",
                        "cost": 5,
                        "costDecimals": 6,
                        "start": "2026-04-03T06:23:12.3951237",
                        "end": "2026-04-03T06:23:12.3951237",
                        "type": 9,
                        "promoType": 10,
                        "bonusItemPLUG_UID": "6Ep7du4x70qqA5/uVtTNBw==",
                        "bonusItemPluGuid": "767b4ae8-31ee-4aef-aa03-9fee56d4cd07",
                        "bonusPurchaseUnits": 11,
                        "bonusReceiveUnits": 12,
                        "updated": "2026-04-03T06:23:12.3951237",
                        "metcashPromotionID": "sample string 14",
                        "fromHost": 15,
                        "storeNames": "sample string 16",
                        "storeIDs": [
                          1,
                          2
                        ],
                        "supplierName": "sample string 17",
                        "campaignDescription": "sample string 18",
                        "newPrice": 1,
                        "campaignMetcashPromotionID": "sample string 19",
                        "campaignActive": true,
                        "campaignStartDate": "2026-04-03T06:23:12.3951237",
                        "campaignEndDate": "2026-04-03T06:23:12.3951237",
                        "masterPLUG_UID": "mD4QZTgazEiZPZhw4xqCjg==",
                        "masterID": "65103e98-1a38-48cc-993d-9870e31a828e",
                        "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": "bUFo5YG5vU6UcPtc1GLzhw==",
                        "bonusMasterID": "e568416d-b981-4ebd-9470-fb5cd462f387",
                        "bonusProductName": "sample string 34",
                        "bonusProductAPN": "sample string 35",
                        "bonusOrderCode": "sample string 36",
                        "bonusNormalSell": 37,
                        "bonusNormalCost": 38,
                        "bonusNormalCostDecimals": 39,
                        "bonusCartonQuantity": 40,
                        "bonusSalesMode": 41,
                        "bonusOrderPacked": 42,
                        "bonusFuelItem": true,
                        "bonusActive": true
                      }
                    },
                    "currentCostStart": "2026-04-03T06:23:12.3951237",
                    "dealCosts": [
                      {
                        "$ref": "96"
                      },
                      {
                        "$ref": "96"
                      }
                    ],
                    "tags": [
                      {
                        "$id": "97",
                        "pluG_UID": "ij7A/XV01kCOsu/NRSMY0g==",
                        "pluGuid": "fdc03e8a-7475-40d6-8eb2-efcd452318d2",
                        "tagID": 1,
                        "description": "sample string 1",
                        "storeIDs": [
                          1,
                          2
                        ]
                      },
                      {
                        "$ref": "97"
                      }
                    ],
                    "alternateProductG_UID": "lbU4AWq57U2gwy4ku2qypw==",
                    "alternateProduct": "0138b595-b96a-4ded-a0c3-2e24bb6ab2a7",
                    "altProduct": {
                      "$ref": "14"
                    },
                    "productHostCode": {
                      "$id": "98",
                      "id": 1,
                      "pluG_UID": "Wo6XOLJyC0mcv9pMELBNMQ==",
                      "pluGuid": "38978e5a-72b2-490b-9cbf-da4c10b04d31",
                      "ibaCode": "sample string 2"
                    },
                    "mscCat": {
                      "$ref": "50"
                    },
                    "mscCom": {
                      "$ref": "51"
                    },
                    "mscDep": {
                      "$ref": "53"
                    },
                    "mscSubCom": {
                      "$ref": "52"
                    },
                    "isUserUpdate": true,
                    "ignoreMasterProduct": true,
                    "priceGroupLabelRequested": true,
                    "firstSold": "2026-04-03T06:23:12.3951237",
                    "inventoryTracked": "2026-04-03T06:23:12.3951237",
                    "isNormalPriceChangesCampaign": true,
                    "baseProductFuel": {
                      "$id": "99",
                      "pluG_UID": "Y82dQQHdAUOUMisswWQGXw==",
                      "pluGuid": "419dcd63-dd01-4301-9432-2b2cc164065f",
                      "fuelPluG_UID": "S1NkdVwYvU+Jx9FUJLQ4Hw==",
                      "fuelPluGuid": "7564534b-185c-4fbd-89c7-d15424b4381f",
                      "price": 3,
                      "productDescription": "sample string 4",
                      "productBarcode": "sample string 5",
                      "fuelProductDescription": "sample string 6",
                      "fuelProductBarcode": "sample string 7",
                      "fuelProductPrice": 8
                    },
                    "productFuelLinks": [
                      {
                        "$ref": "99"
                      },
                      {
                        "$ref": "99"
                      }
                    ]
                  },
                  "supplier": {
                    "$ref": "9"
                  },
                  "serviceFee": {
                    "$id": "100",
                    "id": 1,
                    "description": "sample string 1",
                    "fee": 1
                  },
                  "isPrimaryHost": true,
                  "hostVendor": 48
                },
                {
                  "$ref": "12"
                }
              ],
              "orderCycleHeaders": [
                {
                  "$id": "101",
                  "storeID": 1,
                  "supplierIdentifier": "KuS9daFqZ0aknQcxUprErg==",
                  "supplierGuid": "75bde42a-6aa1-4667-a49d-0731529ac4ae",
                  "departmentCode": "sample string 2",
                  "warehouseDirectIndicator": "sample string 3",
                  "type": 4,
                  "storeName": "sample string 5",
                  "departmentName": "sample string 6",
                  "orderDays": 7
                },
                {
                  "$ref": "101"
                }
              ],
              "cycles": [
                {
                  "$id": "102",
                  "storeID": 1,
                  "supplierIdentifier": "j4GvA35Wi0qLyxfeBNS1gg==",
                  "supplierGuid": "03af818f-567e-4a8b-8bcb-17de04d4b582",
                  "departmentCode": "sample string 2",
                  "warehouseDirectIndicator": "sample string 3",
                  "type": 4,
                  "cutOffWeek": 5,
                  "cutOffDay": 6,
                  "cutOffTime": "00:00:00.1234567",
                  "leadTime": 7,
                  "daysBuffer": 8,
                  "supplierName": "sample string 9",
                  "cutOffDate": "2026-04-03T06:23:12.3951237",
                  "deliveryDate": "2026-04-03T06:23:12.3951237",
                  "nextCutOffDate": "2026-04-03T06:23:12.3951237",
                  "nextDeliveryDate": "2026-04-03T06:23:12.3951237",
                  "nextDaysBuffer": 10
                },
                {
                  "$ref": "102"
                }
              ],
              "store": {
                "$ref": "4"
              },
              "updated": "2026-04-03T06:23:12.3951237",
              "isHost": true
            },
            "files": [
              {
                "$id": "103",
                "id": "sample string 1",
                "fileName": "sample string 2",
                "extension": "sample string 3",
                "provider": 0,
                "type": 0,
                "hostType": "sample string 4",
                "createdUtc": "2026-04-03T06:23:12.3951237",
                "processed": "2026-04-03T06:23:12.3951237",
                "isProcessing": true,
                "processedCount": 6,
                "processingTime": 1,
                "collectedUtc": "2026-04-03T06:23:12.3951237",
                "size": 1,
                "sizeFormat": "sample string 7",
                "isArchive": true,
                "customerNumber": "sample string 9",
                "businessPillar": "sample string 10",
                "fileType": "sample string 11",
                "version": "sample string 12",
                "reference": "sample string 13",
                "digest": "sample string 14",
                "contentType": "sample string 15",
                "host": {
                  "$ref": "8"
                },
                "metcashHeader": {
                  "$id": "104",
                  "customerNumber": "sample string 1",
                  "creationDate": "2026-04-03T06:23:12.3951237",
                  "businessPillar": "sample string 3",
                  "fileType": "sample string 4"
                }
              },
              {
                "$ref": "103"
              }
            ],
            "zoneMatrix": [
              {
                "$id": "105",
                "id": 1,
                "hostIdentifier": "Zrm6Z2+WFEa4kKFAZJdcUA==",
                "hostIdentifierGuid": "67bab966-966f-4614-b890-a14064975c50",
                "storeID": 1,
                "departmentCode": "sample string 2",
                "hostGuids": [
                  "fbe40176-9e38-464d-9a81-2d7d53b96db1",
                  "ac0ac085-002b-48de-a20a-5f5bff638198"
                ]
              },
              {
                "$ref": "105"
              }
            ],
            "hostFileStoreSetting": {
              "$ref": "7"
            },
            "hostStoreSettings": [
              {
                "$ref": "7"
              },
              {
                "$ref": "7"
              }
            ],
            "promotionPlacements": [
              {
                "$id": "106",
                "identifier": "mqxprX5AF0WS5OUlxjkaTA==",
                "identifierGuid": "ad69ac9a-407e-4517-92e4-e525c6391a4c",
                "code": "sample string 2",
                "description": "sample string 3",
                "isAdvertised": true
              },
              {
                "$ref": "106"
              }
            ],
            "promoTypeGuids": [
              "203ffd82-b2c8-4d34-87ab-1a9e0dfdc02c",
              "8f269f06-abaf-4adc-832d-03e9f792cf01"
            ],
            "isPromotionOnly": false,
            "isOrderable": false,
            "vendor": 0
          },
          "groupIDs": [
            1,
            2
          ],
          "hostDescription": "sample string 27"
        },
        {
          "$ref": "7"
        }
      ],
      "accounts": [
        {
          "$id": "107",
          "id": 1,
          "storeID": 1,
          "accountName": "sample string 2",
          "bsb": "sample string 3",
          "accountNumber": "sample string 4",
          "accountDesignated": true
        },
        {
          "$ref": "107"
        }
      ],
      "sales": [
        {
          "$id": "108",
          "id": 1,
          "storeID": 1,
          "externalSalesType": 2,
          "ftpSiteID": 1,
          "lastSaleProcessed": "2026-04-03T06:23:12.3951237",
          "ftpSite": {
            "$id": "109",
            "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": "108"
        }
      ],
      "zoneMatrix": [
        {
          "$ref": "105"
        },
        {
          "$ref": "105"
        }
      ],
      "cashManagements": [
        {
          "$id": "110",
          "id": 1,
          "storeID": 1,
          "cashManagementType": 2,
          "apiID": 1,
          "organisationID": "sample string 3",
          "siteName": "sample string 4",
          "thirdPartyAPI": {
            "$id": "111",
            "id": 1,
            "description": "sample string 2",
            "address": "sample string 3",
            "username": "sample string 4",
            "password": "sample string 5",
            "passwordPlain": "sample string 6",
            "token": "sample string 7",
            "apiType": 8,
            "apiSubType": 9
          }
        },
        {
          "$ref": "110"
        }
      ],
      "updateStoreID": "0c04d93e-75f8-4276-9cf2-e54675aff295",
      "updateStore": {
        "$id": "112",
        "id": "785ed421-5811-4191-b100-ab1529221ad4",
        "name": "sample string 1",
        "lastActivity": "2026-04-03T06:23:12.3951237",
        "zone": "sample string 2",
        "timeZoneOffset": 0.0,
        "businessHoursStart": "00:00:00.1234567",
        "businessHoursEnd": "00:00:00.1234567",
        "master": true,
        "lastIP": "sample string 10",
        "lastHostName": "sample string 11",
        "ping": 1,
        "pingStatus": "sample string 12",
        "lastUpdateCompleted": "2026-04-03T06:23:12.3951237"
      },
      "timeZoneId": "sample string 54",
      "securityOptions": {
        "$id": "113",
        "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": "114",
      "id": 1,
      "gradeID": 2,
      "storeID": 3,
      "g_UID": "GSkF+bzgtkeQPjkNSr3iWg==",
      "guid": "f9052919-e0bc-47b6-903e-390d4abde25a",
      "fuelGrade": "sample string 5",
      "price1": 1,
      "price2": 1,
      "price3": 1,
      "price4": 1,
      "effective": "2026-04-03T06:23:12.3951237",
      "updated": "2026-04-03T06:23:12.3951237",
      "margin": 1,
      "product": {
        "$ref": "14"
      }
    }
  }
}

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.