POST api/store/{storeID}/dispenser/{dispenserNo}/hose/{hoseID}/reading

*Adds* a new hose reading record for a particular hose and dispenser

Request Information

URI Parameters

NameDescriptionTypeAdditional information
storeID

Store ID

integer

Required

dispenserNo

Dispenser number

integer

Required

hoseID

Hose number

integer

Required

Body Parameters

Fuel Hose Reading to be saved

FuelHoseReading
NameDescriptionTypeAdditional information
ID

integer

None.

StoreID

integer

None.

DispenserNumber

integer

None.

HoseNumber

integer

None.

Reading

decimal number

None.

Taken

date

None.

RecordedAt

date

None.

OperatorG_UID

Collection of byte

None.

OperatorGuid

globally unique identifier

None.

User

string

None.

Manual

boolean

None.

Processed

integer

None.

TakenText

string

None.

RecordedAtText

string

None.

Operator

Operator

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "storeID": 2,
  "dispenserNumber": 3,
  "hoseNumber": 4,
  "reading": 5.0,
  "taken": "2025-10-05T00:02:30.6438604",
  "recordedAt": "2025-10-05T00:02:30.6438604",
  "operatorG_UID": "ynvFPB3FNU6F3hTglReXJQ==",
  "operatorGuid": "3cc57bca-c51d-4e35-85de-14e095179725",
  "user": "sample string 8",
  "manual": true,
  "processed": 1,
  "takenText": "sample string 10",
  "recordedAtText": "sample string 11",
  "operator": {
    "$id": "2",
    "id": 1,
    "g_Uid": "Umih/qLJS02o0GkVsbhBPA==",
    "guid": "fea16852-c9a2-4d4b-a8d0-6915b1b8413c",
    "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": "2025-10-05T00:02:30.6438604",
    "passwordResetRequired": true,
    "alteredInStore": true,
    "startShift": "2025-10-05T00:02:30.6438604",
    "endShift": "2025-10-05T00:02:30.6438604",
    "machineName": "sample string 20",
    "drawerID": 1,
    "stores": [
      {
        "$id": "3",
        "operatorG_UID": "pn3HDJ3Ofk2Ni1iocdZTag==",
        "operatorGuid": "0cc77da6-ce9d-4d7e-8d8b-58a871d6536a",
        "storeID": 2,
        "operator": {
          "$ref": "2"
        },
        "store": {
          "$id": "4",
          "id": 1,
          "isMaster": 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": "2025-10-05T00:02:30.6438604",
          "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": "s3ssL1RIm02lyKu5dY568A==",
          "hostIdentifierGuid": "2f2c7bb3-4854-4d9b-a5c8-abb9758e7af0",
          "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,
          "giftCardSalesAccountingDeptCode": "sample string 47",
          "transactionDiscountAccountingDeptCode": "sample string 48",
          "size": 49,
          "updated": "2025-10-05T00:02:30.6438604",
          "priceZoneName": "sample string 51",
          "storeFuelConfigured": true,
          "shippingAddressCopied": true,
          "shippingAddress": {
            "$id": "5",
            "storeID": 1,
            "addressType": 1,
            "address1": "sample string 1",
            "address2": "sample string 2",
            "city": "sample string 3",
            "state": "sample string 4",
            "country": "sample string 5",
            "postCode": "sample string 6"
          },
          "billingAddress": {
            "$ref": "5"
          },
          "hostStoreSettings": [
            {
              "$id": "6",
              "id": 1,
              "hostIdentifier": "9Ihjy/OD9Ue0S1UeDqtKwA==",
              "hostIdentifierGuid": "cb6388f4-83f3-47f5-b44b-551e0eab4ac0",
              "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,
              "processPromotions": true,
              "hostProvider": 0,
              "host": {
                "$id": "7",
                "identifier": "bbX/YjWs+kWiQfVUWU4WXQ==",
                "identifierGuid": "62ffb56d-ac35-45fa-a241-f554594e165d",
                "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": "VJRYLonRekC8kX2J+jRk4w==",
                "hostSupplierIdentifierGuid": "2e589454-d189-407a-bc91-7d89fa3464e3",
                "loyaltyPriceLevelIdentifier": "D9Z1X2ZPHE2S9ziA3o53YA==",
                "loyaltyPriceLevelIdentifierGuid": "5f75d60f-4f66-4d1c-92f7-3880de8e7760",
                "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": "2025-10-05T00:02:30.6438604",
                "lastProcessed": "2025-10-05T00:02:30.6438604",
                "hold": true,
                "supplierName": "sample string 35",
                "supplier": {
                  "$id": "8",
                  "identifier": "BNRQBkaEUkmIY0OqnOsoiQ==",
                  "identifierGuid": "0650d404-8446-4952-8863-43aa9ceb2889",
                  "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": "64iVopP3aEuhZpCQh3AggA==",
                  "primaryContactID": "a29588eb-f793-4b68-a166-909087702080",
                  "storeID": 1,
                  "abn": "sample string 16",
                  "supplierGroupIdentifier": "+A/7/z15fECIMnVD+8PzAw==",
                  "supplierGroupGuid": "fffb0ff8-793d-407c-8832-7543fbc3f303",
                  "rebate": 1.0,
                  "rebateType": 1,
                  "rebateFrequency": 1,
                  "rebateSource": 1,
                  "rebateLastClaimed": "2025-10-05T00:02:30.6438604",
                  "rebateLastClaimedAmount": 1.0,
                  "cartonsOnly": true,
                  "minimumOrderValue": 1,
                  "enforceMinimumQuantity": true,
                  "freight": 19.0,
                  "freightType": 20,
                  "deleted": true,
                  "deletedUser": "sample string 22",
                  "storeName": "sample string 23",
                  "primaryContact": {
                    "$id": "9",
                    "id": "c4bf20ff-a23c-43a1-9954-79ab0788f3ec",
                    "identifier": "lb7j1C1ttUKTKt394zk9fA==",
                    "identifierGuid": "d4e3be95-6d2d-42b5-932a-ddfde3393d7c",
                    "familyName": "sample string 1",
                    "givenNames": "sample string 2",
                    "otherNames": "sample string 3",
                    "title": "sample string 4",
                    "dateOfBirth": "sample string 5",
                    "sex": "sample string 6",
                    "address": "sample string 7",
                    "address1": "sample string 8",
                    "address2": "sample string 9",
                    "town": "sample string 10",
                    "state": "sample string 11",
                    "country": "sample string 12",
                    "postalCode": "sample string 13",
                    "telephone": "sample string 14",
                    "mobile": "sample string 15",
                    "email": "sample string 16",
                    "fax": "sample string 17",
                    "primary": true
                  },
                  "contacts": [
                    {
                      "$id": "10",
                      "supplierIdentifier": "x9m11oYYl0uKF76xWSEOqg==",
                      "supplierIdentifierGuid": "d6b5d9c7-1886-4b97-8a17-beb159210eaa",
                      "contactGuid": "/8NUMll4vEKe6MhcJPA/TQ==",
                      "contactID": "3254c3ff-7859-42bc-9ee8-c85c24f03f4d",
                      "contact": {
                        "$ref": "9"
                      },
                      "supplier": {
                        "$ref": "8"
                      }
                    },
                    {
                      "$ref": "10"
                    }
                  ],
                  "products": [
                    {
                      "$id": "11",
                      "pluG_UID": "Hcz5q5xH2USZRRLoJj9hOw==",
                      "pluGuid": "abf9cc1d-479c-44d9-9945-12e8263f613b",
                      "supplierIdentifier": "zbJA/Si22E+xr86Yz5lRcw==",
                      "supplierIdentifierGuid": "fd40b2cd-b628-4fd8-b1af-ce98cf995173",
                      "cartonQuantity": 1,
                      "cartonQuantityChanged": true,
                      "productSize": "sample string 3",
                      "cigarettesPerSleeve": 1,
                      "randomWeight": true,
                      "piecesPerUnit": 5,
                      "averagePackSize": 6,
                      "effectiveDate": "2025-10-05T00:02:30.6438604",
                      "pricedByWeight": true,
                      "landedUnitCostEx": 9,
                      "landedUnitCostInc": 10,
                      "landedCartonCostInc": 11,
                      "landedCartonCostEx": 12,
                      "standardCost": 13,
                      "deliveryFee": 1,
                      "deliveryFeeBasis": "sample string 14",
                      "pickAndPackFee": 1,
                      "pickAndPackFeeBasis": "sample string 15",
                      "financeFee": 1,
                      "financeFeeBasis": "sample string 16",
                      "cartonLength": 1,
                      "cartonWidth": 1,
                      "cartonHeight": 1,
                      "palletLayerQuantity": 1,
                      "palletLayers": 1,
                      "itemCode": "sample string 17",
                      "invoiceCode": "sample string 18",
                      "invoiceDesc": "sample string 19",
                      "orderDirect": true,
                      "useCost": true,
                      "minimumQuantity": 20,
                      "hostType": 21,
                      "fromHost": 22,
                      "minimumReorder": 1,
                      "maximumReorder": 1,
                      "orderMultiple": 23.1,
                      "sellMultiple": 24.1,
                      "baseMultiple": 25.1,
                      "hostStandardCost": 26,
                      "hostTotalCost": 27,
                      "hostRetail": 28,
                      "hostLandedUnitCostEx": 29,
                      "hostLandedUnitCostInc": 30,
                      "hostDesc": "sample string 31",
                      "directIndicator": "sample string 32",
                      "availableToOrder": true,
                      "hostRangeIndicator": "sample string 34",
                      "hostProductType": "sample string 35",
                      "hostProductGrade": "sample string 36",
                      "hostProductGroup": "sample string 37",
                      "hostSlowMoving": true,
                      "hostGeneralMerchandise": true,
                      "hostPillar": "sample string 40",
                      "hostLastUpdated": "2025-10-05T00:02:30.6438604",
                      "rebate": 1.0,
                      "rebateExclude": true,
                      "invoiceCodes": [
                        {
                          "$id": "12",
                          "pluG_UID": "6Xcy0UKqZkymlGgAEiK1dw==",
                          "pluGuid": "d13277e9-aa42-4c66-a694-68001222b577",
                          "supplierIdentifier": "JJhTnFDLfUKTSyNtdvfHnw==",
                          "supplierIdentifierGuid": "9c539824-cb50-427d-934b-236d76f7c79f",
                          "invoiceCode": "sample string 1",
                          "storeIDs": [
                            1,
                            2
                          ]
                        },
                        {
                          "$ref": "12"
                        }
                      ],
                      "storeIDs": [
                        1,
                        2
                      ],
                      "preferredSupplier": true,
                      "preferredRebateSupplier": true,
                      "supplierName": "sample string 41",
                      "salesMode": 42,
                      "orderPacked": true,
                      "active": true,
                      "price": 1,
                      "costGstPercent": 44,
                      "parentPluG_UID": "tsOvD968cEu+cCQNiltP4w==",
                      "parentPluGuid": "0fafc3b6-bcde-4b70-be70-240d8a5b4fe3",
                      "freight": 45.0,
                      "freightType": 1,
                      "product": {
                        "$id": "13",
                        "plu": 1,
                        "storeID": 1,
                        "masterPluG_UID": "QEA=",
                        "storeIDs": [
                          1,
                          2
                        ],
                        "g_UId": "tbfKBdkuvUeQfWQ4a3jMrw==",
                        "guid": "05cab7b5-2ed9-47bd-907d-64386b78ccaf",
                        "apn": "sample string 1",
                        "apnChanged": true,
                        "apnSwitched": true,
                        "barcode": "sample string 4",
                        "itemNumber": "sample string 5",
                        "itemNumberChanged": true,
                        "priceGroupG_UID": "HM7HyoBFS0a/1ZtDu2NIpQ==",
                        "priceGroupGuid": "cac7ce1c-4580-464b-bfd5-9b43bb6348a5",
                        "blueprintID": 1,
                        "lastCountedDate": "2025-10-05T00:02:30.6438604",
                        "externalID": "sample string 7",
                        "active": true,
                        "activated": "2025-10-05T00:02:30.6438604",
                        "pluCreated": "2025-10-05T00:02:30.6438604",
                        "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": "2025-10-05T00:02:30.6438604",
                        "lastManualUpdate": "2025-10-05T00:02:30.6438604",
                        "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": "2025-10-05T00:02:30.6438604",
                        "currentCostUpdated": "2025-10-05T00:02:30.6438604",
                        "costDecimals": 31,
                        "costChanged": true,
                        "dealCostIdentifier": "QEA=",
                        "excludeFromRebate": true,
                        "rebateOverride": 1,
                        "costCalcMethod": 32,
                        "costCalcMethodChanged": true,
                        "costEffectiveDate": "2025-10-05T00:02:30.6438604",
                        "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": "2025-10-05T00:02:30.6438604",
                        "posTare": 1,
                        "altPrice": 1.0,
                        "altPriceChanged": true,
                        "altPriceMode": 53,
                        "altPriceModeChanged": true,
                        "altPLUG_UID": "bmmMwCpuKUmDkjSCSZbvYg==",
                        "altPLUGuid": "c08c696e-6e2a-4929-8392-34824996ef62",
                        "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": "2025-10-05T00:02:30.6438604",
                        "labelLastPrice": 1,
                        "shelfPageLayoutG_UID": "46VrwB8j8E+MCQ1Z6LWD3g==",
                        "shelfPageLayoutGuid": "c06ba5e3-231f-4ff0-8c09-0d59e8b583de",
                        "talkerPageLayoutG_UID": "flPDwllm1k2ndB49tX3NiQ==",
                        "talkerPageLayoutGuid": "c2c3537e-6659-4dd6-a774-1e3db57dcd89",
                        "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,
                        "trackSerial": true,
                        "trackSerialChanged": true,
                        "allowZeroPrice": true,
                        "allowZeroPriceChanged": true,
                        "notForSale": 91,
                        "notForSaleChanged": true,
                        "excludeFromDeals": true,
                        "excludeFromVoucher": true,
                        "minimumAge": 94,
                        "minimumAgeChanged": true,
                        "buyingLimit": 1,
                        "buyingLimitChanged": true,
                        "buyingLimitIndependent": true,
                        "buyingLimitIndependentChanged": true,
                        "inventoryGuid": "z93VW9+SokekLiNRl4UVRw==",
                        "inventoryIdentifier": "5bd5ddcf-92df-47a2-a42e-235197851547",
                        "inventoryAccuracy": 1,
                        "baseUnits": 98,
                        "orderPacked": 1,
                        "isManufactured": true,
                        "isIngredient": true,
                        "isModifier": true,
                        "isModifierChanged": true,
                        "hasModifiers": 99,
                        "defaultPrinter": "sample string 100",
                        "defaultPrinterGroup": "sample string 101",
                        "ingredientsOnManufacture": true,
                        "manufactureUnitMeasure": 1,
                        "mpl": 1,
                        "maxShelfQty": 102,
                        "allowAutoOrder": true,
                        "warrantyPeriod": 1,
                        "parentPluG_UId": "ZAoctgY3LEipWgiwAmkSoQ==",
                        "parentPluGuid": "b61c0a64-3706-482c-a95a-08b0026912a1",
                        "preferredHostVendor": 104,
                        "preferredHostChanged": true,
                        "code": "sample string 106",
                        "supplierIdentifier": "ig4BmeyMVkmcH58HmHqm3Q==",
                        "supplierIdentifierGuid": "99010e8a-8cec-4956-9c1f-9f07987aa6dd",
                        "supplierChanged": true,
                        "rebateSupplierIdentifier": "EABlWKVUZUqq9PKmSoGe5g==",
                        "rebateSupplierIdentifierGuid": "58650010-54a5-4a65-aaf4-f2a64a819ee6",
                        "rebateSupplierChanged": true,
                        "availableForOrder": true,
                        "warehouseDirectIndicator": "sample string 108",
                        "warehouseDirectIndicatorChanged": true,
                        "productGrade": "sample string 110",
                        "productType": "sample string 111",
                        "productGroup": "sample string 112",
                        "complianceIndicator": "sample string 113",
                        "inhouseBrand": "sample string 114",
                        "slowMoving": true,
                        "generalMerchandise": true,
                        "comment": "sample string 117",
                        "lastUpdatedByUser": "sample string 118",
                        "lastManualUpdatedByUser": "sample string 119",
                        "lastUpdatedByUserOverride": true,
                        "lastUpdatedByHost": "2025-10-05T00:02:30.6438604",
                        "commodity": "sample string 121",
                        "businessPillar": "sample string 122",
                        "mscCommodity": "sample string 123",
                        "hostIdentifier": "3hqKuvQur0aAOhEiJ/gFDA==",
                        "hostIdentifierGuid": "ba8a1ade-2ef4-46af-803a-112227f8050c",
                        "serviceFeeID": 1,
                        "serviceFeeIDChanged": true,
                        "providerName": "sample string 125",
                        "aisleEnds": "sample string 126",
                        "deleted": true,
                        "deletedChanged": true,
                        "hidden": true,
                        "doNotRange": true,
                        "doNotRangeChanged": true,
                        "doNotOrder": true,
                        "doNotOrderChanged": true,
                        "locked": true,
                        "excludeFromWebUpdate": true,
                        "excludeFromWebUpdateChanged": true,
                        "webPriceBasedOn": 137,
                        "webPriceRounding": true,
                        "webMarkup": 139,
                        "webPriceMode": 140,
                        "altDepartmentID": 1,
                        "altSubDepartmentID": 1,
                        "altMinorDepartmentID": 1,
                        "altLesserDepartmentID": 1,
                        "altDeptCode": "sample string 141",
                        "altSubDeptCode": "sample string 142",
                        "altMinorDeptCode": "sample string 143",
                        "altLesserDeptCode": "sample string 144",
                        "altDepartmentChanged": true,
                        "storeProducts": [
                          {
                            "$ref": "13"
                          },
                          {
                            "$ref": "13"
                          }
                        ],
                        "store": {
                          "$ref": "4"
                        },
                        "storePrices": [
                          {
                            "$id": "14",
                            "pluG_UID": "gfbuJnbUgU2WZtZYIr87lQ==",
                            "pluGuid": "26eef681-d476-4d81-9666-d65822bf3b95",
                            "plu": 1,
                            "storeID": 1,
                            "zoneID": 2,
                            "zoneName": "sample string 3",
                            "store": "sample string 4",
                            "priceNow": 5,
                            "costNow": 6,
                            "costNowDecimals": 7,
                            "normalPrice": 8,
                            "priceNext": 1,
                            "costNext": 1,
                            "costNextDecimals": 9,
                            "nextCampaignName": "sample string 10",
                            "gstPercent": 11,
                            "normalCost": 12,
                            "normalCostDecimals": 13,
                            "costGstPercent": 14,
                            "costCalcMethod": 1,
                            "currentCost": 15,
                            "currentCostDecimals": 16,
                            "break1": 17,
                            "price1": 18,
                            "break2": 19,
                            "price2": 20,
                            "break3": 21,
                            "price3": 22,
                            "fuelItem": 23,
                            "fixedWeight": 24,
                            "active": true,
                            "complianceIndicator": "sample string 25",
                            "doNotOrder": true,
                            "doNotRange": true,
                            "isNormalPriceChangesCampaign": true,
                            "updated": "2025-10-05T00:02:30.6438604"
                          },
                          {
                            "$ref": "14"
                          }
                        ],
                        "currentPrices": {
                          "$id": "15",
                          "pluPrices": {
                            "$id": "16",
                            "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,
                            "acceptedUtc": "2025-10-05T00:02:30.6438604",
                            "priceChangeType": 0,
                            "costDecimals": 10
                          },
                          "normalPluPrices": {
                            "$ref": "16"
                          },
                          "winningCampaign": 1,
                          "winner": {
                            "$id": "17",
                            "campaignName": "sample string 1",
                            "campaignDescription": "sample string 2",
                            "startDate": "2025-10-05T00:02:30.6438604",
                            "startTime": 3,
                            "endDate": "2025-10-05T00:02:30.6438604",
                            "endTime": 4,
                            "newPrice": 5,
                            "newCost": 6,
                            "newCostDecimals": 7,
                            "pctDiscount": 8,
                            "promoType": 1,
                            "promotionTypeCode": "sample string 9",
                            "hostType": 10,
                            "hostIdentifier": "+6E0MdyPoUSCilX4WT9lEg==",
                            "hostIdentifierGuid": "3134a1fb-8fdc-44a1-828a-55f8593f6512",
                            "storeNames": [
                              "sample string 1",
                              "sample string 2"
                            ]
                          },
                          "details": [
                            {
                              "$ref": "17"
                            },
                            {
                              "$ref": "17"
                            }
                          ]
                        },
                        "tray": {
                          "$id": "18",
                          "g_UId": "A7Wt9Zi41UmgOsO8sPJBfg==",
                          "guid": "f5adb503-b898-49d5-a03a-c3bcb0f2417e",
                          "name": "sample string 1",
                          "number": 1,
                          "tare": 1
                        },
                        "priceGroup": {
                          "$id": "19",
                          "priceGroupG_UID": "H4rl3ID3VkSC0Ujwlj4O1g==",
                          "priceGroupGuid": "dce58a1f-f780-4456-82d1-48f0963e0ed6",
                          "name": "sample string 2",
                          "code": 1,
                          "modified": true,
                          "updated": "2025-10-05T00:02:30.659487",
                          "buyingLimit": 1,
                          "buyingLimitIndependent": true,
                          "buyingLimitType": 0,
                          "number": 1,
                          "products": [
                            {
                              "$ref": "13"
                            },
                            {
                              "$ref": "13"
                            }
                          ],
                          "productCount": 1
                        },
                        "priceGroupName": "sample string 146",
                        "nutrifacts": {
                          "$id": "20",
                          "pluG_UID": "OqzsYohy/kuRDYLI9iTcMQ==",
                          "pluGuid": "62ecac3a-7288-4bfe-910d-82c8f624dc31",
                          "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": "21",
                          "pluGuid": "ce45e3a2-1047-43e0-806c-2af0d8dc1447",
                          "created": "2025-10-05T00:02:30.659487",
                          "createdByUser": "sample string 1",
                          "activated": "2025-10-05T00:02:30.659487",
                          "deactivated": "2025-10-05T00:02:30.659487",
                          "lastOrdered": "2025-10-05T00:02:30.659487",
                          "lastOrderedQty": 2.0,
                          "lastReceived": "2025-10-05T00:02:30.659487",
                          "lastReceivedQty": 3.0,
                          "lastInvoiceStatus": 1,
                          "lastCounted": "2025-10-05T00:02:30.659487",
                          "lastSold": "2025-10-05T00:02:30.659487",
                          "firstSold": "2025-10-05T00:02:30.659487",
                          "awsUpdated": "2025-10-05T00:02:30.659487",
                          "lastManualUpdate": "2025-10-05T00:02:30.659487",
                          "lastManualUpdatedByUser": "sample string 5",
                          "lastUpdated": "2025-10-05T00:02:30.659487",
                          "lastUpdatedByUser": "sample string 7",
                          "lastUpdatedByHost": "2025-10-05T00:02:30.659487",
                          "doNotRangeUpdated": "2025-10-05T00:02:30.659487",
                          "doNotOrderUpdated": "2025-10-05T00:02:30.659487",
                          "tracked": "2025-10-05T00:02:30.659487"
                        },
                        "allergens": [
                          {
                            "$id": "22",
                            "allergenID": 1,
                            "pluG_UID": "ef67wFFLSUi2NG4hK/C4VQ==",
                            "pluGuid": "c0bbfe79-4b51-4849-b634-6e212bf0b855",
                            "contains": 2,
                            "allergenName": "sample string 3",
                            "storeIDs": [
                              1,
                              2
                            ]
                          },
                          {
                            "$ref": "22"
                          }
                        ],
                        "costs": {
                          "$id": "23",
                          "pluG_UID": "hhbdw0QSPk68SoQ+j91uww==",
                          "pluGuid": "c3dd1686-1244-4e3e-bc4a-843e8fdd6ec3",
                          "enteredCost": 1,
                          "weightedAvgCost": 1,
                          "lastCost": 1,
                          "rawEnteredCost": 2,
                          "rawWeightedAvgCost": 3,
                          "rawLastCost": 4,
                          "freight": 5.0,
                          "freightType": 6,
                          "costDecimals": 7,
                          "fifoCost": 1,
                          "updated": "2025-10-05T00:02:30.659487",
                          "normalCost": 1,
                          "currentCost": 1
                        },
                        "sales": [
                          {
                            "$id": "24",
                            "saleHeaderID": 1,
                            "created": "2025-10-05T00:02:30.659487",
                            "createdLocal": "2025-10-05T00:02:30.659487",
                            "storeID": 3,
                            "storeName": "sample string 4",
                            "operatorG_Uid": "1d5G3sBPWUSjlpuj094j7w==",
                            "operatorGuid": "de46ded5-4fc0-4459-a396-9ba3d3de23ef",
                            "operatorName": "sample string 5",
                            "tranType": 1,
                            "plu": 1,
                            "pluG_UId": "kwwgNtmSE0CIUJp7weiZog==",
                            "pluGuid": "36200c93-92d9-4013-8850-9a7bc1e899a2",
                            "normalPrice": 1,
                            "totalCents": 1,
                            "cost": 1,
                            "grossProfit": 1,
                            "quantity": 1,
                            "operator": {
                              "$ref": "2"
                            }
                          },
                          {
                            "$ref": "24"
                          }
                        ],
                        "apns": [
                          {
                            "$id": "25",
                            "pluID": 1,
                            "pluG_UID": "hp6yTBGxS0exeFqHbTGctg==",
                            "pluGuid": "4cb29e86-b111-474b-b178-5a876d319cb6",
                            "apn": "sample string 1",
                            "deleted": true,
                            "storeID": 1,
                            "storeIDs": [
                              1,
                              2
                            ]
                          },
                          {
                            "$ref": "25"
                          }
                        ],
                        "tuns": [
                          {
                            "$id": "26",
                            "pluG_UId": "gYsMVP3tG0CgYnmxz+IKdQ==",
                            "pluGuid": "540c8b81-edfd-401b-a062-79b1cfe20a75",
                            "apn": "sample string 1",
                            "tun": "sample string 2",
                            "cartonQuantity": 3,
                            "product": {
                              "$ref": "13"
                            },
                            "storeIDs": [
                              1,
                              2
                            ]
                          },
                          {
                            "$ref": "26"
                          }
                        ],
                        "competitionPricing": [
                          {
                            "$id": "27",
                            "identifier": "HI6UQqNGQ0GmUD2pszkBQw==",
                            "identifierGuid": "42948e1c-46a3-4143-a650-3da9b3390143",
                            "pluG_UID": "UbL5NZtJYkCh5FlHycZ5Ig==",
                            "pluGuid": "35f9b251-499b-4062-a1e4-5947c9c67922",
                            "competitionID": 1,
                            "name": "sample string 2",
                            "sellMultiple": 3,
                            "retailPrice": 4,
                            "storeName": "sample string 5"
                          },
                          {
                            "$ref": "27"
                          }
                        ],
                        "supplier": {
                          "$ref": "8"
                        },
                        "supplierName": "sample string 147",
                        "children": [
                          {
                            "$ref": "13"
                          },
                          {
                            "$ref": "13"
                          }
                        ],
                        "ordering": {
                          "$ref": "11"
                        },
                        "flipChartPages": [
                          {
                            "$id": "28",
                            "identifier": "c530il20tkyL36QYqYO6Hw==",
                            "groupName": "sample string 1",
                            "identifierGuid": "8af49d73-b45d-4cb6-8bdf-a418a983ba1f",
                            "exists": true,
                            "flipChartIdentifier": "8sJcWM4eK02aYv74fIcq6w==",
                            "flipChartIdentifierGuid": "585cc2f2-1ece-4d2b-9a62-fef87c872aeb",
                            "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": "MIXCIlyq/E+k9dOuMd7KFg==",
                            "groupIdentifierGuid": "22c28530-aa5c-4ffc-a4f5-d3ae31deca16",
                            "flipChart": {
                              "$id": "29",
                              "identifier": "VMWKTovM4EePHuL7AAlIsQ==",
                              "identifierGuid": "4e8ac554-cc8b-47e0-8f1e-e2fb000948b1",
                              "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": "30",
                                "identifier": "aR05J6W/f02tMEO+IqXYeg==",
                                "identifierGuid": "27391d69-bfa5-4d7f-ad30-43be22a5d87a",
                                "name": "sample string 2",
                                "formType": "sample string 3",
                                "forms": [
                                  {
                                    "$id": "31",
                                    "id": 1,
                                    "g_UID": "GJ5OXfAoBUKcPiiWEjzvcQ==",
                                    "guid": "5d4e9e18-28f0-4205-9c3e-2896123cef71",
                                    "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": "UY2dicwMMUmL8I0Cnj8vmw==",
                                    "previousFormGuid": "899d8d51-0ccc-4931-8bf0-8d029e3f2f9b",
                                    "nextForm": 1,
                                    "nextFormG_UID": "xP9C9C14lkKNpmDkOjyA1g==",
                                    "nextFormGuid": "f442ffc4-782d-4296-8da6-60e43a3c80d6",
                                    "attributes": "sample string 10",
                                    "updated": "2025-10-05T00:02:30.659487",
                                    "positioning": 1,
                                    "contentPanel": "sample string 11",
                                    "selectionMode": 1,
                                    "maximumSelections": 1,
                                    "alteredInStore": true,
                                    "deleted": true,
                                    "blueprintID": 1,
                                    "preserveLayout": true,
                                    "mainCheckoutFormName": "sample string 13",
                                    "nextCheckoutForm": {
                                      "$ref": "31"
                                    },
                                    "previousCheckoutForm": {
                                      "$ref": "31"
                                    },
                                    "buttons": [
                                      {
                                        "$id": "32",
                                        "id": 1,
                                        "checkoutFormID": 2,
                                        "checkoutFormG_UID": "Jv27f/6/10mqBRb2IiqtUA==",
                                        "checkoutFormGuid": "7fbbfd26-bffe-49d7-aa05-16f6222aad50",
                                        "identifier": "pzVPAstxTU6Qh71XgGKr/g==",
                                        "identifierGuid": "024f35a7-71cb-4e4d-9087-bd578062abfe",
                                        "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": "TamTnF016UOO/8NdZHyrsw==",
                                        "valueGuid": "9c93a94d-355d-43e9-8eff-c35d647cabb3",
                                        "buttonText": "sample string 10",
                                        "valueText": "sample string 11",
                                        "drawImageAndButton": true,
                                        "updated": "2025-10-05T00:02:30.659487",
                                        "action": "sample string 12",
                                        "valueForm": {
                                          "$ref": "31"
                                        },
                                        "image": {
                                          "$id": "33",
                                          "name": "sample string 3.sample string 4",
                                          "imageID": 2,
                                          "imageName": "sample string 3",
                                          "imageExtension": "sample string 4",
                                          "lastUpdate": "2025-10-05T00:02:30.659487",
                                          "imageData": "QEA=",
                                          "readOnly": true
                                        }
                                      },
                                      {
                                        "$ref": "32"
                                      }
                                    ],
                                    "panels": [
                                      {
                                        "$id": "34",
                                        "id": 1,
                                        "checkoutFormID": 2,
                                        "checkoutFormG_UID": "//iDKQoHP0iNYeegsf+6Cw==",
                                        "checkoutFormGuid": "2983f8ff-070a-483f-8d61-e7a0b1ffba0b",
                                        "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": "34"
                                      }
                                    ]
                                  },
                                  {
                                    "$ref": "31"
                                  }
                                ],
                                "panels": [
                                  {
                                    "$ref": "34"
                                  },
                                  {
                                    "$ref": "34"
                                  }
                                ]
                              },
                              "pages": [
                                {
                                  "$ref": "28"
                                },
                                {
                                  "$ref": "28"
                                }
                              ]
                            },
                            "contentPanel": {
                              "$ref": "34"
                            },
                            "products": [
                              {
                                "$id": "35",
                                "flipChartPageIdentifier": "nTeBDz8zNkmlff9JwSsfQw==",
                                "flipChartPageIdentifierGuid": "0f81379d-333f-4936-a57d-ff49c12b1f43",
                                "pluG_UID": "bASY9gqqVkeyVK15A7lYmw==",
                                "pluGuid": "f698046c-aa0a-4756-b254-ad7903b9589b",
                                "sortOrder": 3,
                                "sent": true,
                                "productChanged": true,
                                "productImageName": "sample string 6",
                                "productShowImageOnFlipCharts": true,
                                "productShowTextOnFlipCharts": true,
                                "productOverrideFlipChartText": true,
                                "productFlipChartText": "sample string 10",
                                "product": {
                                  "$ref": "13"
                                },
                                "departmentSortOrder": 11,
                                "subDepartmentName": "sample string 12"
                              },
                              {
                                "$ref": "35"
                              }
                            ],
                            "productCount": 27,
                            "pages": [
                              {
                                "$ref": "28"
                              },
                              {
                                "$ref": "28"
                              }
                            ]
                          },
                          {
                            "$ref": "28"
                          }
                        ],
                        "priceHistory": [
                          {
                            "$id": "36",
                            "pluG_UID": "xD2u0SjGIkaTK0iEoOuhPg==",
                            "pluGuid": "d1ae3dc4-c628-4622-932b-4884a0eba13e",
                            "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": "2025-10-05T00:02:30.659487",
                            "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": "36"
                          }
                        ],
                        "ingredients": [
                          {
                            "$id": "37",
                            "pluG_UID": "cbPCly+cukKcP/SpyLBYCg==",
                            "ingredientGuid": "ZOY1VN/4q0eVPQaK4f4c+A==",
                            "ingredientIdentifier": "5435e664-f8df-47ab-953d-068ae1fe1cf8",
                            "quantity": 1.0,
                            "storeIDs": [
                              1,
                              2
                            ],
                            "ingredientText": "sample string 1",
                            "ingredient": {
                              "$ref": "13"
                            }
                          },
                          {
                            "$ref": "37"
                          }
                        ],
                        "bins": [
                          {
                            "$id": "38",
                            "pluG_UID": "DrjSizdkl0GJJvsDxMbQ6A==",
                            "pluGuid": "8bd2b80e-6437-4197-8926-fb03c4c6d0e8",
                            "shelfLocationIdentifier": "lsMfmM42xUChYBXCUWG10Q==",
                            "shelfLocationGuid": "981fc396-36ce-40c5-a160-15c25161b5d1",
                            "labelShelfDefault": 1,
                            "labelTalkerDefault": 1,
                            "labelSmall": true,
                            "labelPageLayoutG_UID": "YL6ma5+bp0eSQFm3qpMCQA==",
                            "labelPageLayoutGuid": "6ba6be60-9b9f-47a7-9240-59b7aa930240",
                            "updated": "2025-10-05T00:02:30.659487",
                            "electronicShelfLabelIdentifier": "sample string 5",
                            "electronicshelfLabelsConfigurationID": 6,
                            "labelShelfChanged": true,
                            "productName": "sample string 8",
                            "locationText": "sample string 9",
                            "product": {
                              "$ref": "13"
                            },
                            "location": {
                              "$id": "39",
                              "identifier": "vd9DIzEDnUWXbi75f7uJ/g==",
                              "storeID": 1,
                              "identifierGuid": "2343dfbd-0331-459d-976e-2ef97fbb89fe",
                              "name": "sample string 2",
                              "haccp": true,
                              "blueprintID": 1,
                              "updated": "2025-10-05T00:02:30.659487",
                              "minTemp": 1,
                              "maxTemp": 1,
                              "checkFrequency": 1,
                              "storeCaseConfiguration": 5,
                              "storeName": "sample string 6",
                              "bins": [
                                {
                                  "$ref": "38"
                                },
                                {
                                  "$ref": "38"
                                }
                              ]
                            }
                          },
                          {
                            "$ref": "38"
                          }
                        ],
                        "bin": {
                          "$ref": "38"
                        },
                        "scaleLocations": [
                          {
                            "$id": "40",
                            "plu": 1,
                            "pluG_UID": "ZNUMXfD8EEqcqhT3tz07Kg==",
                            "pluGuid": "5d0cd564-fcf0-4a10-9caa-14f7b73d3b2a",
                            "deptNo": 1,
                            "product": {
                              "$ref": "13"
                            },
                            "scaleLocation": {
                              "$id": "41",
                              "id": 1,
                              "deptNo": 1,
                              "deptCode": "sample string 2",
                              "name": "sample string 3",
                              "enabled": true,
                              "updated": "2025-10-05T00:02:30.659487",
                              "department": {
                                "$id": "42",
                                "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": "41"
                                },
                                "subDepartments": [
                                  {
                                    "$id": "43",
                                    "id": 1,
                                    "departmentID": 2,
                                    "name": "sample string 3",
                                    "code": "sample string 4",
                                    "departmentCode": "sample string 5",
                                    "externalSales": true,
                                    "minorDepartments": [
                                      {
                                        "$id": "44",
                                        "id": 1,
                                        "subDepartmentID": 2,
                                        "departmentID": 3,
                                        "name": "sample string 4",
                                        "subDepartmentCode": "sample string 5",
                                        "departmentCode": "sample string 6",
                                        "code": "sample string 7",
                                        "lesserDepartments": [
                                          {
                                            "$id": "45",
                                            "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": "2025-10-05T00:02:30.659487",
                                            "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": "8ZqiQg/1HUOrgvgG7S4Xew==",
                                            "labelPageLayoutGuid": "42a29af1-f50f-431d-ab82-f806ed2e177b",
                                            "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": "46",
                                              "dept": 1,
                                              "category": 2,
                                              "name": "sample string 3",
                                              "active": true,
                                              "mscCommodities": [
                                                {
                                                  "$id": "47",
                                                  "dept": 1,
                                                  "category": 2,
                                                  "commodity": 3,
                                                  "name": "sample string 4",
                                                  "active": true,
                                                  "mscSubCommodities": [
                                                    {
                                                      "$id": "48",
                                                      "dept": 1,
                                                      "category": 2,
                                                      "commodity": 3,
                                                      "subCommodity": 4,
                                                      "name": "sample string 5",
                                                      "active": true,
                                                      "subCommodityCode": "sample string 7"
                                                    },
                                                    {
                                                      "$ref": "48"
                                                    }
                                                  ],
                                                  "commodityCode": "sample string 6"
                                                },
                                                {
                                                  "$ref": "47"
                                                }
                                              ],
                                              "categoryCode": "sample string 5"
                                            },
                                            "mscCom": {
                                              "$ref": "47"
                                            },
                                            "mscDep": {
                                              "$id": "49",
                                              "dept": 1,
                                              "name": "sample string 2",
                                              "active": true,
                                              "mscCategories": [
                                                {
                                                  "$ref": "46"
                                                },
                                                {
                                                  "$ref": "46"
                                                }
                                              ],
                                              "deptCode": "sample string 4"
                                            },
                                            "mscSubCom": {
                                              "$ref": "48"
                                            }
                                          },
                                          {
                                            "$ref": "45"
                                          }
                                        ],
                                        "updated": "2025-10-05T00:02:30.659487",
                                        "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": "0xrUvh+naUqkAfPwB2Rk/Q==",
                                        "labelPageLayoutGuid": "bed41ad3-a71f-4a69-a401-f3f0076464fd",
                                        "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": "46"
                                        },
                                        "mscCom": {
                                          "$ref": "47"
                                        },
                                        "mscDep": {
                                          "$ref": "49"
                                        },
                                        "mscSubCom": {
                                          "$ref": "48"
                                        }
                                      },
                                      {
                                        "$ref": "44"
                                      }
                                    ],
                                    "investmentBuyOverride": true,
                                    "updated": "2025-10-05T00:02:30.659487",
                                    "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": "SlJoL3rpfUK2rCeChi9O4A==",
                                    "labelPageLayoutGuid": "2f68524a-e97a-427d-b6ac-2782862f4ee0",
                                    "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": "46"
                                    },
                                    "mscCom": {
                                      "$ref": "47"
                                    },
                                    "mscDep": {
                                      "$ref": "49"
                                    },
                                    "mscSubCom": {
                                      "$ref": "48"
                                    }
                                  },
                                  {
                                    "$ref": "43"
                                  }
                                ],
                                "stores": [
                                  1,
                                  2
                                ],
                                "investmentBuyOverride": true,
                                "updated": "2025-10-05T00:02:30.659487",
                                "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": "I57gaTgxWEq30sFIgc7BdQ==",
                                "labelPageLayoutGuid": "69e09e23-3138-4a58-b7d2-c14881cec175",
                                "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": "46"
                                },
                                "mscCom": {
                                  "$ref": "47"
                                },
                                "mscDep": {
                                  "$ref": "49"
                                },
                                "mscSubCom": {
                                  "$ref": "48"
                                }
                              }
                            }
                          },
                          {
                            "$ref": "40"
                          }
                        ],
                        "nextPrice": {
                          "$id": "50",
                          "id": 1,
                          "campaignID": 2,
                          "campaignName": "sample string 3",
                          "plu": 1,
                          "hostOfferID": 1,
                          "metcashPromotionID": "sample string 4",
                          "metcashPromotionPlacement": "sample string 5",
                          "pluG_UID": "auYDgcKIvkqX9Ip0tQRZGw==",
                          "pluGuid": "8103e66a-88c2-4abe-97f4-8a74b504591b",
                          "newPrice": 1,
                          "pctDiscount": 1,
                          "newCost": 1,
                          "newCostDecimals": 6,
                          "dealCostIdentifier": "7zQA47rAGkuEgdCEry2bCQ==",
                          "dealCostGuid": "e30034ef-c0ba-4b1a-8481-d084af2d9b09",
                          "pluName": "sample string 7",
                          "apn": "sample string 8",
                          "fuelItem": true,
                          "priceGroupG_UID": "04wWLyh0KkiX7b9tcW3okg==",
                          "priceGroupGuid": "2f168cd3-7428-482a-97ed-bf6d716de892",
                          "itemNumber": "sample string 10",
                          "cri": "sample string 11",
                          "pluPrice": 12,
                          "pluCost": 13,
                          "pluCostIndicator": "sample string 14",
                          "pluPriceGstPercent": 15,
                          "pluCostGstPercent": 16,
                          "pluActive": true,
                          "cartonQty": 1.1,
                          "baseUnits": 18.1,
                          "salesMode": 1,
                          "pluNormalCost": 19,
                          "pluaws": 20.0,
                          "directNumber": "sample string 21",
                          "departmentName": "sample string 22",
                          "subDepartmentName": "sample string 23",
                          "priceGroupName": "sample string 24",
                          "supplierName": "sample string 25",
                          "stockOnHand": 1.1,
                          "stockOnOrder": 1.1,
                          "lastReceived": "2025-10-05T00:02:30.659487",
                          "rrp": 26,
                          "campaignDescription": "sample string 27",
                          "campaignComboPriceGroupG_UID": "+NBEgCSBzUKXf+qU3hCaEQ==",
                          "campaignComboPriceGroupIdentifier": "8044d0f8-8124-42cd-977f-ea94de109a11",
                          "promotionPlacementDescription": "sample string 28",
                          "storeAcceptances": [
                            {
                              "$id": "51",
                              "plu": 1,
                              "pluG_UId": "QEA=",
                              "campaignID": 1,
                              "campaignName": "sample string 2",
                              "storeID": 3,
                              "acceptedUtc": "2025-10-05T00:02:30.659487",
                              "operatorG_UID": "0h5k0sbP70+HtzZCtL7V6w==",
                              "operatorGuid": "d2641ed2-cfc6-4fef-87b7-3642b4bed5eb",
                              "machineID": 1,
                              "processed": true,
                              "appliedUtc": "2025-10-05T00:02:30.659487",
                              "signIqTicketFileMovedUtc": "2025-10-05T00:02:30.659487",
                              "user": "sample string 6",
                              "campaignDescription": "sample string 7",
                              "productDesc": "sample string 8",
                              "storeName": "sample string 9",
                              "effectiveUtc": "2025-10-05T00:02:30.659487",
                              "priceChangeType": 0,
                              "operatorName": "sample string 10",
                              "hostCampaign": true,
                              "product": {
                                "$ref": "13"
                              },
                              "campaignPlu": {
                                "$ref": "50"
                              }
                            },
                            {
                              "$ref": "51"
                            }
                          ],
                          "campaign": {
                            "$id": "52",
                            "id": 1,
                            "storeID": 2,
                            "name": "915d5e6d-7f78-4ccc-b9ad-42066ae976fe",
                            "nameGuid": "915d5e6d-7f78-4ccc-b9ad-42066ae976fe",
                            "description": "sample string 4",
                            "showDiscounts": true,
                            "showTotals": true,
                            "onlyEvaluateOnSubtotal": true,
                            "useDescription": true,
                            "campaignType": 1,
                            "startDate": "2025-10-05T00:02:30.659487",
                            "startTime": 1,
                            "endDate": "2025-10-05T00:02:30.659487",
                            "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": "2025-10-05T00:02:30.659487",
                            "system": true,
                            "created": "2025-10-05T00:02:30.659487",
                            "updated": "2025-10-05T00:02:30.659487",
                            "priceChangeNotifiedUtc": "2025-10-05T00:02:30.659487",
                            "promoType": 1,
                            "promotionTypeCode": "sample string 13",
                            "hostIdentifier": "Xs3HTB+RT0mzeJFFZ7VWtg==",
                            "hostIdentifierGuid": "4cc7cd5e-911f-494f-b378-914567b556b6",
                            "hostType": 14,
                            "createdByUser": "sample string 15",
                            "fromHost": true,
                            "deleted": true,
                            "campaignDeleted": "2025-10-05T00:02:30.659487",
                            "updatedByUser": "sample string 18",
                            "offerID": 1,
                            "isPriceChangeCampaign": true,
                            "stores": [
                              1,
                              2
                            ],
                            "storeNames": [
                              "sample string 1",
                              "sample string 2"
                            ],
                            "campaignPlus": [
                              {
                                "$ref": "50"
                              },
                              {
                                "$ref": "50"
                              }
                            ],
                            "campaignPools": [
                              {
                                "$id": "53",
                                "id": 1,
                                "campaignID": 2,
                                "campaignName": "sample string 3",
                                "plu": 4,
                                "pluG_UID": "9e95ml2X9kOuWV4ShrtMPg==",
                                "pluGuid": "9a79eff5-975d-43f6-ae59-5e1286bb4c3e",
                                "hostOfferID": 1,
                                "priceGroupG_UID": "GE+WyenmdEutNAYr13vp/g==",
                                "priceGroupGuid": "c9964f18-e6e9-4b74-ad34-062bd77be9fe",
                                "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": "2025-10-05T00:02:30.659487",
                                "rrp": 17,
                                "campaignDescription": "sample string 18",
                                "product": {
                                  "$ref": "13"
                                },
                                "campaign": {
                                  "$ref": "52"
                                }
                              },
                              {
                                "$ref": "53"
                              }
                            ],
                            "sellingRules": [
                              {
                                "$id": "54",
                                "id": 1,
                                "identifier": "fR+1wwpWpUWszmCsn8h3yg==",
                                "identifierStr": "fR+1wwpWpUWszmCsn8h3yg==",
                                "identifierGuid": "c3b51f7d-560a-45a5-acce-60ac9fc877ca",
                                "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": "52"
                                }
                              },
                              {
                                "$ref": "54"
                              }
                            ],
                            "customers": [
                              {
                                "$id": "55",
                                "id": 1,
                                "campaignID": 2,
                                "campaignName": "sample string 3",
                                "customerID": "/PmLkqprgEOLjQ1B9HoWaA==",
                                "customerIDGuid": "928bf9fc-6baa-4380-8b8d-0d41f47a1668",
                                "campaign": {
                                  "$ref": "52"
                                },
                                "customer": {
                                  "$id": "56",
                                  "identifier": "gERsN0L6Q06EKg9qLedkjg==",
                                  "identifierGuid": "376c4480-fa42-4e43-842a-0f6a2de7648e",
                                  "code": "sample string 2",
                                  "familyName": "sample string 3",
                                  "givenName": "sample string 4",
                                  "otherName": "sample string 5",
                                  "title": "sample string 6",
                                  "dateOfBirth": "2025-10-05T00:02:30.659487",
                                  "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": "BXGpxqaPrE2v2YLDxBr7YQ==",
                                  "communityIdentifierGuid": "c6a97105-8fa6-4dac-afd9-82c3c41afb61",
                                  "joined": "2025-10-05T00:02:30.659487",
                                  "updated": "2025-10-05T00:02:30.659487",
                                  "active": true,
                                  "reasonInactive": 1,
                                  "groupCustomer": true,
                                  "loyaltyPoints": 1,
                                  "homeStoreID": 1,
                                  "availableSpend": 1,
                                  "priceLevelIdentifier": "PJ7NUh+YLUyO1fs6Reqcbg==",
                                  "priceLevelIdentifierGuid": "52cd9e3c-981f-4c2d-8ed5-fb3a45ea9c6e",
                                  "marketingID": "sample string 18",
                                  "hidden": true,
                                  "registered": true,
                                  "registeredOn": "2025-10-05T00:02:30.659487",
                                  "emailMarketing": true,
                                  "smsMarketing": true,
                                  "deleted": true,
                                  "deletedUser": "sample string 24",
                                  "homeStoreName": "sample string 25",
                                  "customerCards": [
                                    {
                                      "$id": "57",
                                      "cardType": 2,
                                      "issueDate": "2025-10-05T00:02:30.659487",
                                      "expiry": "2025-10-05T00:02:30.659487",
                                      "customerID": "7qioemeTXEa9OrCg4q26wQ==",
                                      "customerIDGuid": "7aa8a8ee-9367-465c-bd3a-b0a0e2adbac1",
                                      "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": "2025-10-05T00:02:30.659487",
                                      "linkedAccount": "26JCLu1cJUmfDcZENm3meg==",
                                      "linkedAccountGuid": "2e42a2db-5ced-4925-9f0d-c644366de67a",
                                      "currentValueChanged": true,
                                      "limitsChanged": true,
                                      "customer": {
                                        "$ref": "56"
                                      },
                                      "account": {
                                        "$id": "58",
                                        "id": 1,
                                        "identifier": "eYofJf6sb0Ktd6rzCIT/QQ==",
                                        "identifierGuid": "251f8a79-acfe-426f-ad77-aaf30884ff41",
                                        "referenceNo": "sample string 3",
                                        "name": "sample string 4",
                                        "created": "2025-10-05T00:02:30.659487",
                                        "owner": "Vf35q5Egh02959dj3D7aPA==",
                                        "ownerGuid": "abf9fd55-2091-4d87-bde7-d763dc3eda3c",
                                        "accountStoreGroupIdentifier": "iTq7Tk0SBU2XPswqtpdl7Q==",
                                        "accountStoreGroupGuid": "4ebb3a89-124d-4d05-973e-cc2ab69765ed",
                                        "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": "2025-10-05T00:02:30.659487",
                                        "active": true,
                                        "updated": "2025-10-05T00:02:30.659487",
                                        "deleted": true,
                                        "deletedUser": "sample string 16",
                                        "currentBalanceChanged": true,
                                        "maximumLimitChanged": true,
                                        "loyaltyPointsChanged": true,
                                        "projectedBalance": 17,
                                        "accountStoreGroupStoreIDs": [
                                          1,
                                          2
                                        ],
                                        "customerEmail": "sample string 18",
                                        "ownerCustomer": {
                                          "$ref": "56"
                                        },
                                        "card": {
                                          "$ref": "57"
                                        },
                                        "members": {
                                          "$id": "59",
                                          "sample string 1": [
                                            {
                                              "$ref": "56"
                                            },
                                            {
                                              "$ref": "56"
                                            }
                                          ],
                                          "sample string 2": [
                                            {
                                              "$ref": "56"
                                            },
                                            {
                                              "$ref": "56"
                                            }
                                          ]
                                        },
                                        "customerGroups": [
                                          {
                                            "$id": "60",
                                            "identifier": "ghLSxzeHnE+ZqDRFP9f6qw==",
                                            "identifierGuid": "c7d21282-8737-4f9c-99a8-34453fd7faab",
                                            "name": "sample string 2",
                                            "primaryContact": "/kwYASk9zUqSu5oSLJUERg==",
                                            "primaryContactGuid": "01184cfe-3d29-4acd-92bb-9a122c950446",
                                            "accountID": "yAK4M5auCEe0cs0xV5NWzQ==",
                                            "accountIDGuid": "33b802c8-ae96-4708-b472-cd31579356cd",
                                            "special": true,
                                            "updated": "2025-10-05T00:02:30.659487",
                                            "active": true,
                                            "reasonInactive": 1,
                                            "priceLevelIdentifier": "LInDqoKBAUWTVEUqQi/1Iw==",
                                            "priceLevelIdentifierGuid": "aac3892c-8182-4501-9354-452a422ff523",
                                            "deleted": true,
                                            "account": {
                                              "$ref": "58"
                                            },
                                            "primaryContactCustomer": {
                                              "$ref": "56"
                                            },
                                            "customerGroupMembers": [
                                              {
                                                "$id": "61",
                                                "id": 1,
                                                "groupID": "L/lfv86pukOgu1+7MI6bXA==",
                                                "groupIDGuid": "bf5ff92f-a9ce-43ba-a0bb-5fbb308e9b5c",
                                                "customerID": "YkUJz4+VQU6H6ZUMd8aunQ==",
                                                "customerIDGuid": "cf094562-958f-4e41-87e9-950c77c6ae9d",
                                                "card": "sample string 4",
                                                "linkedAccount": "GpWRhEK+Gku8UqJXSMey3Q==",
                                                "linkedAccountGuid": "8491951a-be42-4b1a-bc52-a25748c7b2dd",
                                                "customer": {
                                                  "$ref": "56"
                                                },
                                                "group": {
                                                  "$ref": "60"
                                                },
                                                "customerCard": {
                                                  "$ref": "57"
                                                }
                                              },
                                              {
                                                "$ref": "61"
                                              }
                                            ]
                                          },
                                          {
                                            "$ref": "60"
                                          }
                                        ]
                                      },
                                      "payments": [
                                        {
                                          "$id": "62",
                                          "id": 1,
                                          "identifier": "fa3HMJhp9UOBJEsbdj4Pow==",
                                          "identifierGuid": "30c7ad7d-6998-43f5-8124-4b1b763e0fa3",
                                          "storeID": 2,
                                          "operatorName": "sample string 3",
                                          "saleHeaderID": 4,
                                          "paymentType": 5,
                                          "amount": 6,
                                          "account": "sample string 7",
                                          "accountID": "ay5bl7rX+UiuEKdnk8FLBA==",
                                          "accountIDGuid": "975b2e6b-d7ba-48f9-ae10-a76793c14b04",
                                          "customerAccount": {
                                            "$ref": "58"
                                          },
                                          "customerCard": {
                                            "$ref": "57"
                                          },
                                          "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": "2025-10-05T00:02:30.659487",
                                          "invRocNo": "sample string 14",
                                          "responseCode": "sample string 15",
                                          "cashout": 1,
                                          "tip": 16,
                                          "idempotentVoid": "WtDs4tdFjUeMqYVY8YHHsQ==",
                                          "idempotentVoidGuid": "e2ecd05a-45d7-478d-8ca9-8558f181c7b1",
                                          "offline": true,
                                          "processed": 1,
                                          "storeSaleHeader": {
                                            "$id": "63",
                                            "saleHeaderID": 1,
                                            "saleHeaderGuid": "8KgNffnAj0i0o0PuwaL8Uw==",
                                            "saleHeaderIdentifierGuid": "7d0da8f0-c0f9-488f-b4a3-43eec1a2fc53",
                                            "created": "2025-10-05T00:02:30.659487",
                                            "createdLocal": "2025-10-05T00:02:30.659487",
                                            "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": "2025-10-05T00:02:30.659487",
                                            "storeID": 1,
                                            "operatorG_Uid": "4yXrKyhXY0+gDlFJexJT8w==",
                                            "operatorGuid": "2beb25e3-5728-4f63-a00e-51497b1253f3",
                                            "customerG_Uid": "SScU3sk/S0CspbSCyP3L0A==",
                                            "customerGuid": "de142749-3fc9-404b-aca5-b482c8fdcbd0",
                                            "communityIdentifier": "2I7H7o2M/EOH9FoirU5t+w==",
                                            "communityIdentifierGuid": "eec78ed8-8c8d-43fc-87f4-5a22ad4e6dfb",
                                            "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": "CWkG0LZnf0S2sPHeB7wOMA==",
                                            "priceLevelIdentifierGuid": "d0066909-67b6-447f-b6b0-f1de07bc0e30",
                                            "locked": 36,
                                            "relationChecksum": "sample string 37",
                                            "loyaltyTender": 1,
                                            "giftCardTender": 1,
                                            "operator": {
                                              "$ref": "2"
                                            },
                                            "customer": {
                                              "$ref": "56"
                                            },
                                            "communityOrganisation": {
                                              "$id": "64",
                                              "id": 1,
                                              "identifier": "EzNgBhBscUCpet3L0HQzxA==",
                                              "identifierGuid": "06603313-6c10-4071-a97a-ddcbd07433c4",
                                              "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",
                                              "totalAmountAwarded": 15.1,
                                              "updated": "2025-10-05T00:02:30.659487",
                                              "deleted": true
                                            },
                                            "details": [
                                              {
                                                "$id": "65",
                                                "saleItemID": 1,
                                                "identifier": "FkgiPUJvLUe6TkegeOzrBQ==",
                                                "identifierGuid": "3d224816-6f42-472d-ba4e-47a078eceb05",
                                                "saleHeaderID": 2,
                                                "plu": 1,
                                                "pluG_UId": "5cHGDNCeo0u9kb/J5F/h9A==",
                                                "pluGuid": "0cc6c1e5-9ed0-4ba3-bd91-bfc9e45fe1f4",
                                                "accountID": "lvlnGlZ6/kCiCrVSUQeGxQ==",
                                                "accountIDGuid": "1a67f996-7a56-40fe-a20a-b552510786c5",
                                                "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": "2025-10-05T00:02:30.659487",
                                                "bestOrExpireType": 1,
                                                "providerName": "sample string 11",
                                                "refundG_UID": "P471nQvWdkK4Md/d19PBNw==",
                                                "refundGuid": "9df58e3f-d60b-4276-b831-dfddd7d3c137",
                                                "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": "EsO+DRW4sk2JD46+AoGQTA==",
                                                "idempotentVoidGuid": "0dbec312-b815-4db2-890f-8ebe0281904c",
                                                "priceLevelIdentifier": "1KsAaTOBJEirgCzx1Q+emw==",
                                                "priceLevelIdentifierGuid": "6900abd4-8133-4824-ab80-2cf1d50f9e9b",
                                                "productName": "sample string 23",
                                                "apn": "sample string 24",
                                                "unknownScans": [
                                                  {
                                                    "$id": "66",
                                                    "id": 1,
                                                    "saleDetailID": 2,
                                                    "storeID": 1,
                                                    "scanned": "2025-10-05T00:02:30.659487",
                                                    "operatorG_UID": "QEA=",
                                                    "barcode": "sample string 4",
                                                    "processed": 1
                                                  },
                                                  {
                                                    "$ref": "66"
                                                  }
                                                ],
                                                "refund": {
                                                  "$id": "67",
                                                  "id": 1,
                                                  "g_UID": "/f94Asg0gUGNpLNxOyLfJQ==",
                                                  "guid": "0278fffd-34c8-4181-8da4-b3713b22df25",
                                                  "description": "sample string 1",
                                                  "dumped": true,
                                                  "inventoryReasonID": 1,
                                                  "sortOrder": 1,
                                                  "updated": "2025-10-05T00:02:30.659487"
                                                },
                                                "modifier": {
                                                  "$id": "68",
                                                  "id": 1,
                                                  "setG_UID": "21Gf7MbRNEqLr+WrSzvsvw==",
                                                  "modifierSetGuid": "ec9f51db-d1c6-4a34-8baf-e5ab4b3becbf",
                                                  "name": "sample string 2",
                                                  "price": 1,
                                                  "quantity": 1,
                                                  "modifierType": 1,
                                                  "groupNumber": 1,
                                                  "pageNumber": 1,
                                                  "controlOrder": 1,
                                                  "printToStation": true,
                                                  "pluG_UID": "msADYRhBAkuouWkIu9PoIQ==",
                                                  "pluGuid": "6103c09a-4118-4b02-a8b9-6908bbd3e821",
                                                  "deleted": true,
                                                  "g_UID": "RSmXszCj10+dEB9AihWBFQ==",
                                                  "guid": "b3972945-a330-4fd7-9d10-1f408a158115",
                                                  "product": {
                                                    "$ref": "13"
                                                  }
                                                },
                                                "priceLevelName": "sample string 25",
                                                "pumpNumber": 1,
                                                "hoseNumber": 1
                                              },
                                              {
                                                "$ref": "65"
                                              }
                                            ],
                                            "eftReceipts": [
                                              {
                                                "$id": "69",
                                                "id": 1,
                                                "storeID": 1,
                                                "saleHeaderID": 2,
                                                "storeSaleHeader": {
                                                  "$ref": "63"
                                                },
                                                "receipt": "sample string 3",
                                                "processed": 1
                                              },
                                              {
                                                "$ref": "69"
                                              }
                                            ],
                                            "payments": [
                                              {
                                                "$ref": "62"
                                              },
                                              {
                                                "$ref": "62"
                                              }
                                            ],
                                            "cards": [
                                              {
                                                "$id": "70",
                                                "id": 1,
                                                "saleHeaderID": 1,
                                                "identifier": "sample string 2",
                                                "cardType": 3,
                                                "providerName": "sample string 4"
                                              },
                                              {
                                                "$ref": "70"
                                              }
                                            ],
                                            "campaignHits": [
                                              {
                                                "$id": "71",
                                                "id": 1,
                                                "saleHeaderID": 2,
                                                "campaign": "sample string 3",
                                                "name": "sample string 4",
                                                "processed": 1,
                                                "campaignDescription": "sample string 5"
                                              },
                                              {
                                                "$ref": "71"
                                              }
                                            ],
                                            "fuel": [
                                              {
                                                "$id": "72",
                                                "id": 1,
                                                "plu": 1,
                                                "pluG_UID": "ZVdZh5yATk64Hm4XozSq6A==",
                                                "pluGuid": "87595765-809c-4e4e-b81e-6e17a334aae8",
                                                "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": "2025-10-05T00:02:30.659487",
                                                "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": "2025-10-05T00:02:30.659487",
                                                "tagNumber": "sample string 15",
                                                "trackTwoRem": "sample string 16",
                                                "transCode": 1,
                                                "transType": 1,
                                                "unitPrice": 1.0,
                                                "vehicleReg": "sample string 17",
                                                "offline": true,
                                                "processed": 1
                                              },
                                              {
                                                "$ref": "72"
                                              }
                                            ],
                                            "fuelResells": [
                                              {
                                                "$id": "73",
                                                "saleItemID": 1,
                                                "saleHeaderID": 2,
                                                "plu": 1,
                                                "pluG_UId": "oUGRXwy5CEapUeNtD/1oHw==",
                                                "pluGuid": "5f9141a1-b90c-4608-a951-e36d0ffd681f",
                                                "accountID": "h/5G/jlJV0uVY7w7ifuDXA==",
                                                "accountIDGuid": "fe46fe87-4939-4b57-9563-bc3b89fb835c",
                                                "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": "2025-10-05T00:02:30.659487",
                                                "bestOrExpireType": 1,
                                                "refundG_UID": "nG2QibUuI0Co4zHBrKKYtQ==",
                                                "refundGuid": "89906d9c-2eb5-4023-a8e3-31c1aca298b5",
                                                "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": "73"
                                              }
                                            ],
                                            "customerOrder": [
                                              {
                                                "$id": "74",
                                                "identifier": "0i5138G9yECAjUZ+7BOyNw==",
                                                "identifierGuid": "df752ed2-bdc1-40c8-808d-467eec13b237",
                                                "id": 1,
                                                "orderNo": 2,
                                                "externalSaleIdentifier": "sample string 3",
                                                "storeID": 4,
                                                "zoneID": 5,
                                                "deptNo": 6,
                                                "customerIdentifier": "s9Dju+Zunk2bS2mPjpX3wQ==",
                                                "customerIdentifierGuid": "bbe3d0b3-6ee6-4d9e-9b4b-698f8e95f7c1",
                                                "operatorNo": 1,
                                                "operatorG_UID": "MABl+V+2oUewllx7uDx43A==",
                                                "operatorGuid": "f9650030-b65f-47a1-b096-5c7bb83c78dc",
                                                "created": "2025-10-05T00:02:30.659487",
                                                "ordered": "2025-10-05T00:02:30.659487",
                                                "started": "2025-10-05T00:02:30.659487",
                                                "completed": "2025-10-05T00:02:30.659487",
                                                "supplied": "2025-10-05T00:02:30.659487",
                                                "quickTicket": 1,
                                                "deleted": true,
                                                "walkAway": true,
                                                "approxWait": 1,
                                                "actualWait": 1,
                                                "deliveryMethod": 8,
                                                "externalSaleType": 9,
                                                "customer": {
                                                  "$ref": "56"
                                                },
                                                "operator": {
                                                  "$ref": "2"
                                                },
                                                "details": [
                                                  {
                                                    "$id": "75",
                                                    "headerID": 1,
                                                    "plu": 1,
                                                    "pluG_UId": "ndwfWCnFPkKKa3yB23YCUw==",
                                                    "pluGuid": "581fdc9d-c529-423e-8a6b-7c81db760253",
                                                    "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": "zuHZJqHxsUuJ943bcfazbQ==",
                                                    "headerIdentifierGuid": "26d9e1ce-f1a1-4bb1-89f7-8ddb71f6b36d",
                                                    "product": {
                                                      "$ref": "13"
                                                    }
                                                  },
                                                  {
                                                    "$ref": "75"
                                                  }
                                                ],
                                                "storeName": "sample string 11",
                                                "customerName": "sample string 12",
                                                "storeReplyTo": "sample string 13",
                                                "storeSubjectLine": "sample string 14",
                                                "storeSaleHeader": {
                                                  "$ref": "63"
                                                }
                                              },
                                              {
                                                "$ref": "74"
                                              }
                                            ],
                                            "surveyResponses": [
                                              {
                                                "$id": "76",
                                                "surveyG_UID": "GONFVmx7eU+QD3OOf0SCdw==",
                                                "surveyGuid": "5645e318-7b6c-4f79-900f-738e7f448277",
                                                "saleHeaderGuid": "ehwPwgifJUSGLH5/68dVnw==",
                                                "saleGuid": "c20f1c7a-9f08-4425-862c-7e7febc7559f",
                                                "textResponse": "sample string 1",
                                                "integerResponse": 1,
                                                "g_UIDResponse": "kBAnWGBs/kyAYltXsQH7Bg==",
                                                "guidResponse": "58271090-6c60-4cfe-8062-5b57b101fb06",
                                                "whoAnswered": 2,
                                                "answeredAtUTC": "2025-10-05T00:02:30.659487",
                                                "sale": {
                                                  "$ref": "63"
                                                },
                                                "survey": {
                                                  "$id": "77",
                                                  "g_UID": "fDD8xoDv1k+QMvX1Ut+CXg==",
                                                  "guid": "c6fc307c-ef80-4fd6-9032-f5f552df825e",
                                                  "name": "sample string 1",
                                                  "storeID": 2,
                                                  "zoneID": 1,
                                                  "checkoutFormG_UID": "WoZh92sIYkCzFdJyFYXsWg==",
                                                  "checkoutFormGuid": "f761865a-086b-4062-b315-d2721585ec5a",
                                                  "displayToWho": 3,
                                                  "displayWhen": 4,
                                                  "start": "2025-10-05T00:02:30.659487",
                                                  "end": "2025-10-05T00:02:30.659487",
                                                  "deleted": true,
                                                  "updated": "2025-10-05T00:02:30.659487",
                                                  "possibleIntegerResponses": [
                                                    1,
                                                    2
                                                  ],
                                                  "possibleTextResponses": [
                                                    "sample string 1",
                                                    "sample string 2"
                                                  ],
                                                  "possibleGuidResponses": [
                                                    "a2027cb6-efa8-4901-95be-2dff80867181",
                                                    "679b7931-e712-4430-888d-e26b30039888"
                                                  ],
                                                  "allowsAllTextResponses": true,
                                                  "surveyForm": {
                                                    "$ref": "31"
                                                  }
                                                },
                                                "ingressId": "sample string 4"
                                              },
                                              {
                                                "$ref": "76"
                                              }
                                            ],
                                            "storeName": "sample string 38",
                                            "machineName": "sample string 39",
                                            "operatorName": "sample string 40",
                                            "direction": 1,
                                            "reason": "sample string 41",
                                            "accountG_UID": "XwWs6301FEi2r9yN3ZhvJg==",
                                            "accountIdentifier": "ebac055f-357d-4814-b6af-dc8ddd986f26",
                                            "accountName": "sample string 42",
                                            "customerOrderIdentifier": "mYFdQa2hjU280zcTj2lF1A==",
                                            "customerOrderIdentifierGuid": "415d8199-a1ad-4d8d-bcd3-37138f6945d4",
                                            "priceLevelName": "sample string 43",
                                            "revision": 44,
                                            "ingressId": "sample string 45"
                                          },
                                          "metadata": {
                                            "$id": "78",
                                            "id": 1,
                                            "paymentID": 2,
                                            "paymentIdentifier": "Dc5mRmZ/fkWzSFDgWogq7g==",
                                            "paymentIdentifierGuid": "4666ce0d-7f66-457e-b348-50e05a882aee",
                                            "identifier": "RVNMYbxzd0GYsVJFFV8Llw==",
                                            "identifierGuid": "614c5345-73bc-4177-98b1-5245155f0b97",
                                            "metadata": "sample string 3",
                                            "signatureImage": "QEA=",
                                            "itemIdentifier": "5UprAXoGcUiUw+WU69qzbg==",
                                            "itemIdentifierGuid": "016b4ae5-067a-4871-94c3-e594ebdab36e"
                                          }
                                        },
                                        {
                                          "$ref": "62"
                                        }
                                      ]
                                    },
                                    {
                                      "$ref": "57"
                                    }
                                  ],
                                  "customerGroupMembers": [
                                    {
                                      "$ref": "61"
                                    },
                                    {
                                      "$ref": "61"
                                    }
                                  ],
                                  "customerGroups": [
                                    {
                                      "$ref": "60"
                                    },
                                    {
                                      "$ref": "60"
                                    }
                                  ],
                                  "accounts": [
                                    {
                                      "$ref": "58"
                                    },
                                    {
                                      "$ref": "58"
                                    }
                                  ],
                                  "account": {
                                    "$ref": "58"
                                  },
                                  "vouchers": [
                                    {
                                      "$id": "79",
                                      "customerIdentifier": "Xx9SpO8MWEK6Jyqvqh2png==",
                                      "customerIdentifierGuid": "a4521f5f-0cef-4258-ba27-2aafaa1da99e",
                                      "voucherName": "sample string 2",
                                      "count": 3,
                                      "storeID": 4,
                                      "barcode": "sample string 5",
                                      "redeemCount": 6,
                                      "issueCount": 7,
                                      "storeSalePaymentID": 1,
                                      "idempotentID": "7mL1HgXVg0WgfhJWQXzfOA==",
                                      "idempotentGuid": "1ef562ee-d505-4583-a07e-1256417cdf38",
                                      "offline": true,
                                      "voucher": {
                                        "$id": "80",
                                        "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": "2025-10-05T00:02:30.659487",
                                        "barcodeTemplate": {
                                          "$id": "81",
                                          "templateID": 1,
                                          "template": "sample string 1",
                                          "bcFunction": "sample string 2",
                                          "sortOrder": 3
                                        },
                                        "scaleLabel": {
                                          "$id": "82",
                                          "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": "2025-10-05T00:02:30.659487",
                                          "labelPageLayout": "yF/M6YKnakOCPu7HZZUmlw==",
                                          "pageLayoutGuid": "e9cc5fc8-a782-436a-823e-eec765952697",
                                          "labelType": 6,
                                          "oldName": "sample string 7",
                                          "voucher": {
                                            "$ref": "80"
                                          },
                                          "elements": [
                                            {
                                              "$id": "83",
                                              "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": "2025-10-05T00:02:30.659487"
                                            },
                                            {
                                              "$ref": "83"
                                            }
                                          ]
                                        },
                                        "customerVouchers": [
                                          {
                                            "$id": "84",
                                            "id": 1,
                                            "customerIdentifier": "3maq4JxDBEuoC4mpIWUcUQ==",
                                            "customerIdentifierGuid": "e0aa66de-439c-4b04-a80b-89a921651c51",
                                            "voucherID": 3,
                                            "voucherName": "sample string 4",
                                            "storeID": 1,
                                            "barcode": "sample string 5",
                                            "dateOfIssue": "2025-10-05T00:02:30.659487",
                                            "issuedSaleHeaderID": 1,
                                            "issuedSaleIdentifier": "sample string 7",
                                            "issuedOfflinePaymentID": 1,
                                            "issuedIdempotentID": "ehdpsmXrE0mMCfgbVhWdGQ==",
                                            "issuedIdempotentGuid": "b269177a-eb65-4913-8c09-f81b56159d19",
                                            "issuedOffline": true,
                                            "issuedUser": "sample string 9",
                                            "issuedNotes": "sample string 10",
                                            "expiryDate": "2025-10-05T00:02:30.659487",
                                            "expiredUser": "sample string 11",
                                            "expiredNotes": "sample string 12",
                                            "redeemed": "2025-10-05T00:02:30.659487",
                                            "redeemedSaleHeaderID": 1,
                                            "redeemedSaleIdentifier": "sample string 13",
                                            "redeemedOfflinePaymentID": 1,
                                            "redeemedIdempotentID": "+oRsOr1RVEqH6zi72U/LeA==",
                                            "redeemedIdempotentGuid": "3a6c84fa-51bd-4a54-87eb-38bbd94fcb78",
                                            "redeemedUser": "sample string 14",
                                            "redeemedNotes": "sample string 15",
                                            "redeemedOffline": true,
                                            "updated": "2025-10-05T00:02:30.659487",
                                            "storeName": "sample string 17",
                                            "scaleLabel": {
                                              "$ref": "82"
                                            },
                                            "voucher": {
                                              "$ref": "80"
                                            },
                                            "customer": {
                                              "$ref": "56"
                                            },
                                            "issuedOfflinePayment": {
                                              "$ref": "62"
                                            },
                                            "redeemedOfflinePayment": {
                                              "$ref": "62"
                                            }
                                          },
                                          {
                                            "$ref": "84"
                                          }
                                        ]
                                      },
                                      "customer": {
                                        "$ref": "56"
                                      }
                                    },
                                    {
                                      "$ref": "79"
                                    }
                                  ]
                                }
                              },
                              {
                                "$ref": "55"
                              }
                            ],
                            "customerGroups": [
                              {
                                "$id": "85",
                                "id": 1,
                                "campaignID": 2,
                                "campaignName": "sample string 3",
                                "groupID": "ys1TEhyybkqYyZTuBavPYg==",
                                "groupIDGuid": "1253cdca-b21c-4a6e-98c9-94ee05abcf62",
                                "campaign": {
                                  "$ref": "52"
                                },
                                "group": {
                                  "$ref": "60"
                                }
                              },
                              {
                                "$ref": "85"
                              }
                            ],
                            "signIqTickets": [
                              {
                                "$id": "86",
                                "identifier": "RY+R4NbDjk2gSzJHxyuzLA==",
                                "identifierGuid": "e0918f45-c3d6-4d8e-a04b-3247c72bb32c",
                                "campaignName": "sample string 2",
                                "message": "sample string 3",
                                "ticketFileSource": "sample string 4",
                                "ticketFileDestination": "sample string 5",
                                "storeID": 1
                              },
                              {
                                "$ref": "86"
                              }
                            ],
                            "comboPriceGroups": [
                              {
                                "$id": "87",
                                "id": 1,
                                "campaignID": 2,
                                "campaignName": "sample string 3",
                                "g_UID": "XNLJh5ZrWEemfcYqfX2RAw==",
                                "guid": "87c9d25c-6b96-4758-a67d-c62a7d7d9103",
                                "description": "sample string 5",
                                "newPrice": 1,
                                "rangeDescription": "sample string 6",
                                "dealDescription": "sample string 7",
                                "labelQuantity": 8,
                                "hostProductCategoryID": 1,
                                "offerID": 1,
                                "dontUpdatePricePlus": true,
                                "campaign": {
                                  "$ref": "52"
                                },
                                "comboPricePlus": [
                                  {
                                    "$id": "88",
                                    "id": 1,
                                    "campaignID": 2,
                                    "campaignName": "sample string 3",
                                    "groupG_UID": "2x/F5+kuuEeDsMvC7qRfCQ==",
                                    "groupGuid": "e7c51fdb-2ee9-47b8-83b0-cbc2eea45f09",
                                    "comboPriceType": 5,
                                    "priceType": 5,
                                    "pluG_UID": "Jl9yiCfs7UyXpTzr88AYuQ==",
                                    "pluGuid": "88725f26-ec27-4ced-97a5-3cebf3c018b9",
                                    "priceGroupG_UID": "hNoh9vpa8k+rcMtuki9Hvw==",
                                    "priceGroupGuid": "f621da84-5afa-4ff2-ab70-cb6e922f47bf",
                                    "campaignPoolID": "sample string 7",
                                    "quantity": 1,
                                    "campaign": {
                                      "$ref": "52"
                                    },
                                    "product": {
                                      "$ref": "13"
                                    },
                                    "priceGroup": {
                                      "$ref": "19"
                                    },
                                    "campaignPool": {
                                      "$ref": "52"
                                    }
                                  },
                                  {
                                    "$ref": "88"
                                  }
                                ]
                              },
                              {
                                "$ref": "87"
                              }
                            ],
                            "priceLevels": [
                              {
                                "$id": "89",
                                "id": 1,
                                "priceLevelIdentifier": "at1kGUQkAkGm8QoEYw+XkQ==",
                                "priceLevelIdentifierGuid": "1964dd6a-2444-4102-a6f1-0a04630f9791",
                                "campaignName": "sample string 3",
                                "priceLevelName": "sample string 4"
                              },
                              {
                                "$ref": "89"
                              }
                            ]
                          },
                          "product": {
                            "$ref": "13"
                          },
                          "dealCost": {
                            "$id": "90",
                            "headerIdentifier": "aw9asZhPJEa0R2wYZpOYEQ==",
                            "headerIdentifierGuid": "b15a0f6b-4f98-4624-b447-6c1866939811",
                            "identifier": "JaIjQdA0G0qDtxb4MDahOg==",
                            "identifierGuid": "4123a225-34d0-4a1b-83b7-16f83036a13a",
                            "supplierIdentifier": "IXZQ7vqpo0G36tj8TLOA7Q==",
                            "supplierGuid": "ee507621-a9fa-41a3-b7ea-d8fc4cb380ed",
                            "pluG_UID": "axBw4QIfDkq9AHZ2bD3sgw==",
                            "pluGuid": "e170106b-1f02-4a0e-bd00-76766c3dec83",
                            "campaignName": "aee288c8-5f59-4a67-921b-f21249da1690",
                            "description": "sample string 4",
                            "cost": 5,
                            "costDecimals": 6,
                            "start": "2025-10-05T00:02:30.659487",
                            "end": "2025-10-05T00:02:30.659487",
                            "type": 9,
                            "promoType": 10,
                            "bonusItemPLUG_UID": "Ptz7F2jOkk6Cu8JQVBPGkQ==",
                            "bonusItemPluGuid": "17fbdc3e-ce68-4e92-82bb-c2505413c691",
                            "bonusPurchaseUnits": 11,
                            "bonusReceiveUnits": 12,
                            "updated": "2025-10-05T00:02:30.659487",
                            "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": "2025-10-05T00:02:30.659487",
                            "campaignEndDate": "2025-10-05T00:02:30.659487",
                            "masterPLUG_UID": "ZtP1O/sKSU60KfpRI4K5fw==",
                            "masterID": "3bf5d366-0afb-4e49-b429-fa512382b97f",
                            "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": "GWvNsSEPJEqkVOBTpDUZuw==",
                            "bonusMasterID": "b1cd6b19-0f21-4a24-a454-e053a43519bb",
                            "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": "2025-10-05T00:02:30.659487",
                        "dealCosts": [
                          {
                            "$ref": "90"
                          },
                          {
                            "$ref": "90"
                          }
                        ],
                        "tags": [
                          {
                            "$id": "91",
                            "pluG_UID": "sBKZuTvm50Wfkx+aWLma0Q==",
                            "pluGuid": "b99912b0-e63b-45e7-9f93-1f9a58b99ad1",
                            "tagID": 1,
                            "description": "sample string 1",
                            "storeIDs": [
                              1,
                              2
                            ]
                          },
                          {
                            "$ref": "91"
                          }
                        ],
                        "alternateProductG_UID": "kG03YP/XFkG0aorhQgb62w==",
                        "alternateProduct": "60376d90-d7ff-4116-b46a-8ae14206fadb",
                        "productHostCode": {
                          "$id": "92",
                          "id": 1,
                          "pluG_UID": "5PUX5M+KfUaOjWPscbXlDQ==",
                          "pluGuid": "e417f5e4-8acf-467d-8e8d-63ec71b5e50d",
                          "ibaCode": "sample string 2"
                        },
                        "mscCat": {
                          "$ref": "46"
                        },
                        "mscCom": {
                          "$ref": "47"
                        },
                        "mscDep": {
                          "$ref": "49"
                        },
                        "mscSubCom": {
                          "$ref": "48"
                        },
                        "isUserUpdate": true,
                        "ignoreMasterProduct": true,
                        "priceGroupLabelRequested": true,
                        "firstSold": "2025-10-05T00:02:30.659487",
                        "inventoryTracked": "2025-10-05T00:02:30.659487",
                        "isNormalPriceChangesCampaign": true
                      },
                      "supplier": {
                        "$ref": "8"
                      },
                      "serviceFee": {
                        "$id": "93",
                        "id": 1,
                        "description": "sample string 1",
                        "fee": 1
                      },
                      "isPrimaryHost": true,
                      "hostVendor": 47
                    },
                    {
                      "$ref": "11"
                    }
                  ],
                  "orderCycleHeaders": [
                    {
                      "$id": "94",
                      "storeID": 1,
                      "supplierIdentifier": "459ZghejSEaJ2pQiBMGuoA==",
                      "supplierGuid": "82599fe3-a317-4648-89da-942204c1aea0",
                      "departmentCode": "sample string 2",
                      "warehouseDirectIndicator": "sample string 3",
                      "type": 4,
                      "storeName": "sample string 5",
                      "departmentName": "sample string 6",
                      "orderDays": 7
                    },
                    {
                      "$ref": "94"
                    }
                  ],
                  "cycles": [
                    {
                      "$id": "95",
                      "storeID": 1,
                      "supplierIdentifier": "gDsR7NoXCEqu1SebHfskSw==",
                      "supplierGuid": "ec113b80-17da-4a08-aed5-279b1dfb244b",
                      "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": "2025-10-05T00:02:30.659487",
                      "deliveryDate": "2025-10-05T00:02:30.659487",
                      "nextCutOffDate": "2025-10-05T00:02:30.659487",
                      "nextDeliveryDate": "2025-10-05T00:02:30.659487",
                      "nextDaysBuffer": 10
                    },
                    {
                      "$ref": "95"
                    }
                  ],
                  "store": {
                    "$ref": "4"
                  },
                  "updated": "2025-10-05T00:02:30.659487",
                  "isHost": true
                },
                "files": [
                  {
                    "$id": "96",
                    "id": "sample string 1",
                    "fileName": "sample string 2",
                    "extension": "sample string 3",
                    "provider": 0,
                    "type": 0,
                    "hostType": "sample string 4",
                    "createdUtc": "2025-10-05T00:02:30.659487",
                    "processed": "2025-10-05T00:02:30.659487",
                    "isProcessing": true,
                    "processedCount": 6,
                    "processingTime": 1,
                    "collectedUtc": "2025-10-05T00:02:30.659487",
                    "size": 1,
                    "sizeFormat": "sample string 7",
                    "isArchive": true,
                    "version": "sample string 9",
                    "reference": "sample string 10",
                    "digest": "sample string 11",
                    "contentType": "sample string 12",
                    "host": {
                      "$ref": "7"
                    },
                    "metcashHeader": {
                      "$id": "97",
                      "customerNumber": "sample string 1",
                      "creationDate": "2025-10-05T00:02:30.659487",
                      "businessPillar": "sample string 3",
                      "fileType": "sample string 4"
                    }
                  },
                  {
                    "$ref": "96"
                  }
                ],
                "zoneMatrix": [
                  {
                    "$id": "98",
                    "id": 1,
                    "hostIdentifier": "e1isgASfMkyKhVEqZ69IyA==",
                    "hostIdentifierGuid": "80ac587b-9f04-4c32-8a85-512a67af48c8",
                    "storeID": 1,
                    "departmentCode": "sample string 2",
                    "hostGuids": [
                      "835a1de2-701b-4215-8054-dbad7aed5821",
                      "3d8af0a8-dfb3-469d-87d5-ebaca7635c3e"
                    ]
                  },
                  {
                    "$ref": "98"
                  }
                ],
                "hostFileStoreSetting": {
                  "$ref": "6"
                },
                "hostStoreSettings": [
                  {
                    "$ref": "6"
                  },
                  {
                    "$ref": "6"
                  }
                ],
                "promotionPlacements": [
                  {
                    "$id": "99",
                    "identifier": "jJNUhW0/DkG2YjcUTRu7Ng==",
                    "identifierGuid": "8554938c-3f6d-410e-b662-37144d1bbb36",
                    "code": "sample string 2",
                    "description": "sample string 3",
                    "isAdvertised": true
                  },
                  {
                    "$ref": "99"
                  }
                ],
                "promoTypeGuids": [
                  "249e51f6-e940-4f8e-aa5a-05a0dbfcee30",
                  "29e33d82-216e-4995-9f79-4b1e1a02a392"
                ],
                "isPromotionOnly": false,
                "isOrderable": false,
                "vendor": 0
              },
              "groupIDs": [
                1,
                2
              ],
              "hostDescription": "sample string 24"
            },
            {
              "$ref": "6"
            }
          ],
          "accounts": [
            {
              "$id": "100",
              "id": 1,
              "storeID": 1,
              "accountName": "sample string 2",
              "bsb": "sample string 3",
              "accountNumber": "sample string 4",
              "accountDesignated": true
            },
            {
              "$ref": "100"
            }
          ],
          "sales": [
            {
              "$id": "101",
              "id": 1,
              "storeID": 1,
              "externalSalesType": 2,
              "ftpSiteID": 1,
              "lastSaleProcessed": "2025-10-05T00:02:30.659487",
              "ftpSite": {
                "$id": "102",
                "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": "101"
            }
          ],
          "zoneMatrix": [
            {
              "$ref": "98"
            },
            {
              "$ref": "98"
            }
          ],
          "cashManagements": [
            {
              "$id": "103",
              "id": 1,
              "storeID": 1,
              "cashManagementType": 2,
              "apiID": 1,
              "organisationID": "sample string 3",
              "siteName": "sample string 4",
              "thirdPartyAPI": {
                "$id": "104",
                "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": "103"
            }
          ],
          "updateStoreID": "c327cc64-342b-4aa1-b609-6d61593ac4f8",
          "updateStore": {
            "$id": "105",
            "id": "ab461b7e-69ef-41ca-9d07-45bd0d20c989",
            "name": "sample string 1",
            "lastActivity": "2025-10-05T00:02:30.659487",
            "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": "2025-10-05T00:02:30.659487"
          },
          "timeZoneId": "sample string 53",
          "securityOptions": {
            "$id": "106",
            "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"
          }
        }
      },
      {
        "$ref": "3"
      }
    ]
  }
}

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.