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-08-02T23:25:29.1757527",
  "recordedAt": "2025-08-02T23:25:29.1757527",
  "operatorG_UID": "PHEkCcEk8ES6xTDrjIQ9NQ==",
  "operatorGuid": "0924713c-24c1-44f0-bac5-30eb8c843d35",
  "user": "sample string 8",
  "manual": true,
  "processed": 1,
  "takenText": "sample string 10",
  "recordedAtText": "sample string 11",
  "operator": {
    "$id": "2",
    "id": 1,
    "g_Uid": "lhD0mS/LOUeNbjw5UW2gzA==",
    "guid": "99f41096-cb2f-4739-8d6e-3c39516da0cc",
    "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-08-02T23:25:29.1757527",
    "passwordResetRequired": true,
    "alteredInStore": true,
    "startShift": "2025-08-02T23:25:29.1757527",
    "endShift": "2025-08-02T23:25:29.1757527",
    "machineName": "sample string 20",
    "drawerID": 1,
    "stores": [
      {
        "$id": "3",
        "operatorG_UID": "jhdwXzWufU2tASqLgdlkNw==",
        "operatorGuid": "5f70178e-ae35-4d7d-ad01-2a8b81d96437",
        "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-08-02T23:25:29.1757527",
          "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": "9jfFjUhl7Eu/mKkugU1mZQ==",
          "hostIdentifierGuid": "8dc537f6-6548-4bec-bf98-a92e814d6665",
          "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-08-02T23:25:29.1757527",
          "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": "J+4UVxNJ00WTqeH6cYGdlg==",
              "hostIdentifierGuid": "5714ee27-4913-45d3-93a9-e1fa71819d96",
              "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": "VLXzSBQmKEary04Sx+Y5aA==",
                "identifierGuid": "48f3b554-2614-4628-abcb-4e12c7e63968",
                "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": "QeiFYpWewEC73eZtMnDbCw==",
                "hostSupplierIdentifierGuid": "6285e841-9e95-40c0-bbdd-e66d3270db0b",
                "loyaltyPriceLevelIdentifier": "cl0hy5B3Q0m9J2lKFACwZQ==",
                "loyaltyPriceLevelIdentifierGuid": "cb215d72-7790-4943-bd27-694a1400b065",
                "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-08-02T23:25:29.1757527",
                "lastProcessed": "2025-08-02T23:25:29.1757527",
                "hold": true,
                "supplierName": "sample string 35",
                "supplier": {
                  "$id": "8",
                  "identifier": "1QKk+QBABEiUfScm8cOySA==",
                  "identifierGuid": "f9a402d5-4000-4804-947d-2726f1c3b248",
                  "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": "Onzl2IAW9k647F1I4J79Ag==",
                  "primaryContactID": "d8e57c3a-1680-4ef6-b8ec-5d48e09efd02",
                  "storeID": 1,
                  "abn": "sample string 16",
                  "supplierGroupIdentifier": "Sd9GAvj9G0Gv/sCNF5Iq1A==",
                  "supplierGroupGuid": "0246df49-fdf8-411b-affe-c08d17922ad4",
                  "rebate": 1.0,
                  "rebateType": 1,
                  "rebateFrequency": 1,
                  "rebateSource": 1,
                  "rebateLastClaimed": "2025-08-02T23:25:29.1757527",
                  "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": "187ff512-2ce5-4ec1-9f09-d76a6585b0ad",
                    "identifier": "5f65OLlqhE26gUgijc29zg==",
                    "identifierGuid": "38b9fee5-6ab9-4d84-ba81-48228dcdbdce",
                    "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": "zcY/ZKRwcU2worPJVd/bIA==",
                      "supplierIdentifierGuid": "643fc6cd-70a4-4d71-b0a2-b3c955dfdb20",
                      "contactGuid": "QP6qgOujfkmZIc2QbyZAhA==",
                      "contactID": "80aafe40-a3eb-497e-9921-cd906f264084",
                      "contact": {
                        "$ref": "9"
                      },
                      "supplier": {
                        "$ref": "8"
                      }
                    },
                    {
                      "$ref": "10"
                    }
                  ],
                  "products": [
                    {
                      "$id": "11",
                      "pluG_UID": "Kf98iFUZkUGwtvEemZHowA==",
                      "pluGuid": "887cff29-1955-4191-b0b6-f11e9991e8c0",
                      "supplierIdentifier": "Mo1JynqMckyoTcQS78xjaQ==",
                      "supplierIdentifierGuid": "ca498d32-8c7a-4c72-a84d-c412efcc6369",
                      "cartonQuantity": 1,
                      "cartonQuantityChanged": true,
                      "productSize": "sample string 3",
                      "cigarettesPerSleeve": 1,
                      "randomWeight": true,
                      "piecesPerUnit": 5,
                      "averagePackSize": 6,
                      "effectiveDate": "2025-08-02T23:25:29.1757527",
                      "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-08-02T23:25:29.1757527",
                      "rebate": 1.0,
                      "rebateExclude": true,
                      "invoiceCodes": [
                        {
                          "$id": "12",
                          "pluG_UID": "RVkAJEU02UiS2Cuwp+fnHQ==",
                          "pluGuid": "24005945-3445-48d9-92d8-2bb0a7e7e71d",
                          "supplierIdentifier": "ahVpZM4elECxg7d/ohQdqw==",
                          "supplierIdentifierGuid": "6469156a-1ece-4094-b183-b77fa2141dab",
                          "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": "1agVPWH2UkGnYvyBYpdO0Q==",
                      "parentPluGuid": "3d15a8d5-f661-4152-a762-fc8162974ed1",
                      "freight": 45.0,
                      "freightType": 1,
                      "product": {
                        "$id": "13",
                        "plu": 1,
                        "storeID": 1,
                        "masterPluG_UID": "QEA=",
                        "storeIDs": [
                          1,
                          2
                        ],
                        "g_UId": "x9PEIcj2Lkqj4TnaG4g5bQ==",
                        "guid": "21c4d3c7-f6c8-4a2e-a3e1-39da1b88396d",
                        "apn": "sample string 1",
                        "apnChanged": true,
                        "apnSwitched": true,
                        "barcode": "sample string 4",
                        "itemNumber": "sample string 5",
                        "itemNumberChanged": true,
                        "priceGroupG_UID": "GjvI15keSk2tiuYqkScfEQ==",
                        "priceGroupGuid": "d7c83b1a-1e99-4d4a-ad8a-e62a91271f11",
                        "blueprintID": 1,
                        "lastCountedDate": "2025-08-02T23:25:29.1757527",
                        "externalID": "sample string 7",
                        "active": true,
                        "activated": "2025-08-02T23:25:29.1757527",
                        "pluCreated": "2025-08-02T23:25:29.1757527",
                        "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-08-02T23:25:29.1757527",
                        "lastManualUpdate": "2025-08-02T23:25:29.1757527",
                        "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-08-02T23:25:29.1757527",
                        "currentCostUpdated": "2025-08-02T23:25:29.1757527",
                        "costDecimals": 31,
                        "costChanged": true,
                        "dealCostIdentifier": "QEA=",
                        "excludeFromRebate": true,
                        "rebateOverride": 1,
                        "costCalcMethod": 32,
                        "costCalcMethodChanged": true,
                        "costEffectiveDate": "2025-08-02T23:25:29.1757527",
                        "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,
                        "awsUpdated": "2025-08-02T23:25:29.1757527",
                        "posTare": 1,
                        "altPrice": 1.0,
                        "altPriceChanged": true,
                        "altPriceMode": 53,
                        "altPriceModeChanged": true,
                        "altPLUG_UID": "GTiL2bnagEmXdqKoC1kjBg==",
                        "altPLUGuid": "d98b3819-dab9-4980-9776-a2a80b592306",
                        "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-08-02T23:25:29.1757527",
                        "labelLastPrice": 1,
                        "shelfPageLayoutG_UID": "+LzS/AC5AEa38BvXSXyTsw==",
                        "shelfPageLayoutGuid": "fcd2bcf8-b900-4600-b7f0-1bd7497c93b3",
                        "talkerPageLayoutG_UID": "vN8/XdkmuEyefTdZ3N42sg==",
                        "talkerPageLayoutGuid": "5d3fdfbc-26d9-4cb8-9e7d-3759dcde36b2",
                        "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": "jc/0B30X/EqPCjIWNvwhsQ==",
                        "inventoryIdentifier": "07f4cf8d-177d-4afc-8f0a-321636fc21b1",
                        "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": "2qS3zQXzsEKD6uCu9uLaSQ==",
                        "parentPluGuid": "cdb7a4da-f305-42b0-83ea-e0aef6e2da49",
                        "preferredHostVendor": 104,
                        "preferredHostChanged": true,
                        "code": "sample string 106",
                        "supplierIdentifier": "tK1tgesxE0qHqzeQMQefBg==",
                        "supplierIdentifierGuid": "816dadb4-31eb-4a13-87ab-379031079f06",
                        "supplierChanged": true,
                        "rebateSupplierIdentifier": "nMLsdrUIP0aTKsu/QnHEaA==",
                        "rebateSupplierIdentifierGuid": "76ecc29c-08b5-463f-932a-cbbf4271c468",
                        "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-08-02T23:25:29.1757527",
                        "commodity": "sample string 121",
                        "businessPillar": "sample string 122",
                        "mscCommodity": "sample string 123",
                        "hostIdentifier": "BxL347u6c0itrPxosImlQw==",
                        "hostIdentifierGuid": "e3f71207-babb-4873-adac-fc68b089a543",
                        "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": "/ZqxWJ2KpkGtvKrQxxqVkw==",
                            "pluGuid": "58b19afd-8a9d-41a6-adbc-aad0c71a9593",
                            "plu": 1,
                            "storeID": 1,
                            "zoneID": 2,
                            "zoneName": "sample string 3",
                            "store": "sample string 4",
                            "priceNow": 5,
                            "costNow": 6,
                            "costNowDecimals": 7,
                            "normalPrice": 8,
                            "gstPercent": 9,
                            "normalCost": 10,
                            "normalCostDecimals": 11,
                            "costGstPercent": 12,
                            "costCalcMethod": 1,
                            "currentCost": 13,
                            "currentCostDecimals": 14,
                            "break1": 15,
                            "price1": 16,
                            "break2": 17,
                            "price2": 18,
                            "break3": 19,
                            "price3": 20,
                            "fuelItem": 21,
                            "fixedWeight": 22,
                            "active": true,
                            "complianceIndicator": "sample string 23",
                            "doNotOrder": true,
                            "doNotRange": true,
                            "isNormalPriceChangesCampaign": true,
                            "updated": "2025-08-02T23:25:29.1757527"
                          },
                          {
                            "$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-08-02T23:25:29.1757527",
                            "priceChangeType": 0,
                            "costDecimals": 10
                          },
                          "normalPluPrices": {
                            "$ref": "16"
                          },
                          "winningCampaign": 1,
                          "winner": {
                            "$id": "17",
                            "campaignName": "sample string 1",
                            "campaignDescription": "sample string 2",
                            "startDate": "2025-08-02T23:25:29.1757527",
                            "startTime": 3,
                            "endDate": "2025-08-02T23:25:29.1757527",
                            "endTime": 4,
                            "newPrice": 5,
                            "newCost": 6,
                            "newCostDecimals": 7,
                            "pctDiscount": 8,
                            "promoType": 1,
                            "promotionTypeCode": "sample string 9",
                            "hostType": 10,
                            "hostIdentifier": "10SmiUXLjU2J7bG6lI0hZg==",
                            "hostIdentifierGuid": "89a644d7-cb45-4d8d-89ed-b1ba948d2166",
                            "storeNames": [
                              "sample string 1",
                              "sample string 2"
                            ]
                          },
                          "details": [
                            {
                              "$ref": "17"
                            },
                            {
                              "$ref": "17"
                            }
                          ]
                        },
                        "tray": {
                          "$id": "18",
                          "g_UId": "LgUVJ2YXwk6H0yhCNw7FaQ==",
                          "guid": "2715052e-1766-4ec2-87d3-2842370ec569",
                          "name": "sample string 1",
                          "number": 1,
                          "tare": 1
                        },
                        "priceGroup": {
                          "$id": "19",
                          "priceGroupG_UID": "AGtRqin74Uea578/rVGzKA==",
                          "priceGroupGuid": "aa516b00-fb29-47e1-9ae7-bf3fad51b328",
                          "name": "sample string 2",
                          "code": 1,
                          "modified": true,
                          "updated": "2025-08-02T23:25:29.1757527",
                          "buyingLimit": 1,
                          "buyingLimitIndependent": true,
                          "buyingLimitType": 0,
                          "number": 1,
                          "products": [
                            {
                              "$ref": "13"
                            },
                            {
                              "$ref": "13"
                            }
                          ],
                          "productCount": 1
                        },
                        "priceGroupName": "sample string 146",
                        "nutrifacts": {
                          "$id": "20",
                          "pluG_UID": "hmnJyaIlCEuTcbVqMzHaCw==",
                          "pluGuid": "c9c96986-25a2-4b08-9371-b56a3331da0b",
                          "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": "61af5de7-ae23-4cbf-a009-d9aece5197ae",
                          "created": "2025-08-02T23:25:29.1757527",
                          "createdByUser": "sample string 1",
                          "activated": "2025-08-02T23:25:29.1757527",
                          "deactivated": "2025-08-02T23:25:29.1757527",
                          "lastOrdered": "2025-08-02T23:25:29.1757527",
                          "lastOrderedQty": 2.0,
                          "lastReceived": "2025-08-02T23:25:29.1757527",
                          "lastReceivedQty": 3.0,
                          "lastInvoiceStatus": 1,
                          "lastCounted": "2025-08-02T23:25:29.1757527",
                          "lastSold": "2025-08-02T23:25:29.1757527",
                          "firstSold": "2025-08-02T23:25:29.1757527",
                          "awsUpdated": "2025-08-02T23:25:29.1757527",
                          "lastManualUpdate": "2025-08-02T23:25:29.1757527",
                          "lastManualUpdatedByUser": "sample string 5",
                          "lastUpdated": "2025-08-02T23:25:29.1757527",
                          "lastUpdatedByUser": "sample string 7",
                          "lastUpdatedByHost": "2025-08-02T23:25:29.1757527",
                          "doNotRangeUpdated": "2025-08-02T23:25:29.1757527",
                          "doNotOrderUpdated": "2025-08-02T23:25:29.1757527",
                          "tracked": "2025-08-02T23:25:29.1757527"
                        },
                        "allergens": [
                          {
                            "$id": "22",
                            "allergenID": 1,
                            "pluG_UID": "H73gLCSfAkqDrDt2fi9a3g==",
                            "pluGuid": "2ce0bd1f-9f24-4a02-83ac-3b767e2f5ade",
                            "contains": 2,
                            "allergenName": "sample string 3",
                            "storeIDs": [
                              1,
                              2
                            ]
                          },
                          {
                            "$ref": "22"
                          }
                        ],
                        "costs": {
                          "$id": "23",
                          "pluG_UID": "kQYWv4OGGEutx+MH74Qfvw==",
                          "pluGuid": "bf160691-8683-4b18-adc7-e307ef841fbf",
                          "enteredCost": 1,
                          "weightedAvgCost": 1,
                          "lastCost": 1,
                          "rawEnteredCost": 2,
                          "rawWeightedAvgCost": 3,
                          "rawLastCost": 4,
                          "freight": 5.0,
                          "freightType": 6,
                          "costDecimals": 7,
                          "fifoCost": 1,
                          "updated": "2025-08-02T23:25:29.1757527",
                          "normalCost": 1,
                          "currentCost": 1
                        },
                        "sales": [
                          {
                            "$id": "24",
                            "saleHeaderID": 1,
                            "created": "2025-08-02T23:25:29.1757527",
                            "createdLocal": "2025-08-02T23:25:29.1757527",
                            "storeID": 3,
                            "storeName": "sample string 4",
                            "operatorG_Uid": "gY597nFZ2EG3Jh/7dT6Aiw==",
                            "operatorGuid": "ee7d8e81-5971-41d8-b726-1ffb753e808b",
                            "operatorName": "sample string 5",
                            "tranType": 1,
                            "plu": 1,
                            "pluG_UId": "Ml87GzdgfEe4adqnXtNnYw==",
                            "pluGuid": "1b3b5f32-6037-477c-b869-daa75ed36763",
                            "normalPrice": 1,
                            "totalCents": 1,
                            "cost": 1,
                            "grossProfit": 1,
                            "quantity": 1,
                            "operator": {
                              "$ref": "2"
                            }
                          },
                          {
                            "$ref": "24"
                          }
                        ],
                        "apns": [
                          {
                            "$id": "25",
                            "pluID": 1,
                            "pluG_UID": "c+LDpn2Z7UubJm9JCCXnWw==",
                            "pluGuid": "a6c3e273-997d-4bed-9b26-6f490825e75b",
                            "apn": "sample string 1",
                            "deleted": true,
                            "storeID": 1,
                            "storeIDs": [
                              1,
                              2
                            ]
                          },
                          {
                            "$ref": "25"
                          }
                        ],
                        "tuns": [
                          {
                            "$id": "26",
                            "pluG_UId": "SOXmViiAz0WNMnGFlnp0yA==",
                            "pluGuid": "56e6e548-8028-45cf-8d32-7185967a74c8",
                            "apn": "sample string 1",
                            "tun": "sample string 2",
                            "cartonQuantity": 3,
                            "product": {
                              "$ref": "13"
                            },
                            "storeIDs": [
                              1,
                              2
                            ]
                          },
                          {
                            "$ref": "26"
                          }
                        ],
                        "competitionPricing": [
                          {
                            "$id": "27",
                            "identifier": "wFSsJYhHR0O/3AkJVvPgtg==",
                            "identifierGuid": "25ac54c0-4788-4347-bfdc-090956f3e0b6",
                            "pluG_UID": "Jtv21TI+B0uj0BXb1M5qPw==",
                            "pluGuid": "d5f6db26-3e32-4b07-a3d0-15dbd4ce6a3f",
                            "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": "cjP6Dd1650WR2Dw9PkyVVA==",
                            "groupName": "sample string 1",
                            "identifierGuid": "0dfa3372-7add-45e7-91d8-3c3d3e4c9554",
                            "exists": true,
                            "flipChartIdentifier": "IWEKaOzDv0WifiLzZqqEKA==",
                            "flipChartIdentifierGuid": "680a6121-c3ec-45bf-a27e-22f366aa8428",
                            "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": "LEfiO3TRBEG3JaWhFafhPg==",
                            "groupIdentifierGuid": "3be2472c-d174-4104-b725-a5a115a7e13e",
                            "flipChart": {
                              "$id": "29",
                              "identifier": "6AxCtpqj80CeimLyNaUe7w==",
                              "identifierGuid": "b6420ce8-a39a-40f3-9e8a-62f235a51eef",
                              "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": "gSe9dq6Abkq6RbDK9JEYaw==",
                                "identifierGuid": "76bd2781-80ae-4a6e-ba45-b0caf491186b",
                                "name": "sample string 2",
                                "formType": "sample string 3",
                                "forms": [
                                  {
                                    "$id": "31",
                                    "id": 1,
                                    "g_UID": "hqVFQUfoc0qUiSDxx1pMlA==",
                                    "guid": "4145a586-e847-4a73-9489-20f1c75a4c94",
                                    "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": "I2n38hUwy06cZCgTpLA7tg==",
                                    "previousFormGuid": "f2f76923-3015-4ecb-9c64-2813a4b03bb6",
                                    "nextForm": 1,
                                    "nextFormG_UID": "PqQwRZ4+g0KKoFbnkNky0w==",
                                    "nextFormGuid": "4530a43e-3e9e-4283-8aa0-56e790d932d3",
                                    "attributes": "sample string 10",
                                    "updated": "2025-08-02T23:25:29.1829046",
                                    "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": "NDwaQfBMo0SXeMcgsCToMQ==",
                                        "checkoutFormGuid": "411a3c34-4cf0-44a3-9778-c720b024e831",
                                        "identifier": "mhd3BFSR1Ui1BBCFOyNVrA==",
                                        "identifierGuid": "0477179a-9154-48d5-b504-10853b2355ac",
                                        "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": "FXrB/buSAkCThgLA1YB/4w==",
                                        "valueGuid": "fdc17a15-92bb-4002-9386-02c0d5807fe3",
                                        "buttonText": "sample string 10",
                                        "valueText": "sample string 11",
                                        "drawImageAndButton": true,
                                        "updated": "2025-08-02T23:25:29.1829046",
                                        "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-08-02T23:25:29.1829046",
                                          "imageData": "QEA=",
                                          "readOnly": true
                                        }
                                      },
                                      {
                                        "$ref": "32"
                                      }
                                    ],
                                    "panels": [
                                      {
                                        "$id": "34",
                                        "id": 1,
                                        "checkoutFormID": 2,
                                        "checkoutFormG_UID": "w2LhecsOXk2hGtMZbUWukw==",
                                        "checkoutFormGuid": "79e162c3-0ecb-4d5e-a11a-d3196d45ae93",
                                        "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": "SCl8OLIR00ycVSGiaWgMEg==",
                                "flipChartPageIdentifierGuid": "387c2948-11b2-4cd3-9c55-21a269680c12",
                                "pluG_UID": "Z4l4RgytDkGZvw3NxvLdBg==",
                                "pluGuid": "46788967-ad0c-410e-99bf-0dcdc6f2dd06",
                                "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": "2F1/cEEloUySZ98MozH5ig==",
                            "pluGuid": "707f5dd8-2541-4ca1-9267-df0ca331f98a",
                            "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-08-02T23:25:29.1829046",
                            "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": "qKxr8MCacUGnjKboegoLmQ==",
                            "ingredientGuid": "Ne9/CWzSdEWaHKF0HZrZhg==",
                            "ingredientIdentifier": "097fef35-d26c-4574-9a1c-a1741d9ad986",
                            "quantity": 1.0,
                            "storeIDs": [
                              1,
                              2
                            ],
                            "ingredientText": "sample string 1",
                            "ingredient": {
                              "$ref": "13"
                            }
                          },
                          {
                            "$ref": "37"
                          }
                        ],
                        "bins": [
                          {
                            "$id": "38",
                            "pluG_UID": "ZBLAfkwsUUO5fB/ajHXmgw==",
                            "pluGuid": "7ec01264-2c4c-4351-b97c-1fda8c75e683",
                            "shelfLocationIdentifier": "2bPlQdT4eEyEh7tfoALsuA==",
                            "shelfLocationGuid": "41e5b3d9-f8d4-4c78-8487-bb5fa002ecb8",
                            "labelShelfDefault": 1,
                            "labelTalkerDefault": 1,
                            "labelSmall": true,
                            "labelPageLayoutG_UID": "B5KuK8XwIUCdHeY6Aa793g==",
                            "labelPageLayoutGuid": "2bae9207-f0c5-4021-9d1d-e63a01aefdde",
                            "updated": "2025-08-02T23:25:29.1829046",
                            "electronicShelfLabelIdentifier": "sample string 5",
                            "electronicshelfLabelsConfigurationID": 6,
                            "labelShelfChanged": true,
                            "productName": "sample string 8",
                            "locationText": "sample string 9",
                            "product": {
                              "$ref": "13"
                            },
                            "location": {
                              "$id": "39",
                              "identifier": "uWaM0NafukCfgFJbESKYnA==",
                              "storeID": 1,
                              "identifierGuid": "d08c66b9-9fd6-40ba-9f80-525b1122989c",
                              "name": "sample string 2",
                              "haccp": true,
                              "blueprintID": 1,
                              "updated": "2025-08-02T23:25:29.1829046",
                              "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": "bYH/XaZxz0KymXNpHzUx9Q==",
                            "pluGuid": "5dff816d-71a6-42cf-b299-73691f3531f5",
                            "deptNo": 1,
                            "product": {
                              "$ref": "13"
                            },
                            "scaleLocation": {
                              "$id": "41",
                              "id": 1,
                              "deptNo": 1,
                              "deptCode": "sample string 2",
                              "name": "sample string 3",
                              "enabled": true,
                              "updated": "2025-08-02T23:25:29.1829046",
                              "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-08-02T23:25:29.1834408",
                                            "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": "nIaoZQwuEkm6m9Ner0Tizw==",
                                            "labelPageLayoutGuid": "65a8869c-2e0c-4912-ba9b-d35eaf44e2cf",
                                            "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-08-02T23:25:29.1834959",
                                        "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": "i0fO0gdCH0irbhhV0PsHbg==",
                                        "labelPageLayoutGuid": "d2ce478b-4207-481f-ab6e-1855d0fb076e",
                                        "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-08-02T23:25:29.1834959",
                                    "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": "w+/K0OjZKk2kc6/WBQsEow==",
                                    "labelPageLayoutGuid": "d0caefc3-d9e8-4d2a-a473-afd6050b04a3",
                                    "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-08-02T23:25:29.1834959",
                                "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": "f1SzNMPsDk+HMA2W6Gu32A==",
                                "labelPageLayoutGuid": "34b3547f-ecc3-4f0e-8730-0d96e86bb7d8",
                                "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": "ZdWyZAuqGkeNSegpq32aqw==",
                          "pluGuid": "64b2d565-aa0b-471a-8d49-e829ab7d9aab",
                          "newPrice": 1,
                          "pctDiscount": 1,
                          "newCost": 1,
                          "newCostDecimals": 6,
                          "dealCostIdentifier": "phALENWnLUWzowMHG2jFhg==",
                          "dealCostGuid": "100b10a6-a7d5-452d-b3a3-03071b68c586",
                          "pluName": "sample string 7",
                          "apn": "sample string 8",
                          "fuelItem": true,
                          "priceGroupG_UID": "2e9LcaG6Dk2Kny2wy4GeUw==",
                          "priceGroupGuid": "714befd9-baa1-4d0e-8a9f-2db0cb819e53",
                          "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-08-02T23:25:29.1834959",
                          "rrp": 26,
                          "campaignDescription": "sample string 27",
                          "campaignComboPriceGroupG_UID": "JRcijOpSz0KKxbZDnN9nNA==",
                          "campaignComboPriceGroupIdentifier": "8c221725-52ea-42cf-8ac5-b6439cdf6734",
                          "promotionPlacementDescription": "sample string 28",
                          "storeAcceptances": [
                            {
                              "$id": "51",
                              "plu": 1,
                              "pluG_UId": "QEA=",
                              "campaignID": 1,
                              "campaignName": "sample string 2",
                              "storeID": 3,
                              "acceptedUtc": "2025-08-02T23:25:29.1834959",
                              "operatorG_UID": "BQSUwzZcD0G28GbU68yNQQ==",
                              "operatorGuid": "c3940405-5c36-410f-b6f0-66d4ebcc8d41",
                              "machineID": 1,
                              "processed": true,
                              "appliedUtc": "2025-08-02T23:25:29.1834959",
                              "signIqTicketFileMovedUtc": "2025-08-02T23:25:29.1834959",
                              "user": "sample string 6",
                              "campaignDescription": "sample string 7",
                              "productDesc": "sample string 8",
                              "storeName": "sample string 9",
                              "effectiveUtc": "2025-08-02T23:25:29.1834959",
                              "priceChangeType": 0,
                              "operatorName": "sample string 10",
                              "hostCampaign": true,
                              "product": {
                                "$ref": "13"
                              },
                              "campaignPlu": {
                                "$ref": "50"
                              }
                            },
                            {
                              "$ref": "51"
                            }
                          ],
                          "campaign": {
                            "$id": "52",
                            "id": 1,
                            "storeID": 2,
                            "name": "b774a82d-5741-47f3-b145-ad88f4557d42",
                            "nameGuid": "b774a82d-5741-47f3-b145-ad88f4557d42",
                            "description": "sample string 4",
                            "showDiscounts": true,
                            "showTotals": true,
                            "onlyEvaluateOnSubtotal": true,
                            "useDescription": true,
                            "campaignType": 1,
                            "startDate": "2025-08-02T23:25:29.1834959",
                            "startTime": 1,
                            "endDate": "2025-08-02T23:25:29.1834959",
                            "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-08-02T23:25:29.1834959",
                            "system": true,
                            "created": "2025-08-02T23:25:29.1834959",
                            "updated": "2025-08-02T23:25:29.1834959",
                            "priceChangeNotifiedUtc": "2025-08-02T23:25:29.1834959",
                            "promoType": 1,
                            "promotionTypeCode": "sample string 13",
                            "hostIdentifier": "k14rN7xrZUWyua915gXxfw==",
                            "hostIdentifierGuid": "372b5e93-6bbc-4565-b2b9-af75e605f17f",
                            "hostType": 14,
                            "createdByUser": "sample string 15",
                            "fromHost": true,
                            "deleted": true,
                            "campaignDeleted": "2025-08-02T23:25:29.1834959",
                            "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": "1kRd8VMV5UynTvH003c5aw==",
                                "pluGuid": "f15d44d6-1553-4ce5-a74e-f1f4d377396b",
                                "hostOfferID": 1,
                                "priceGroupG_UID": "4Fmb4nQerEOPNdmwsACW8A==",
                                "priceGroupGuid": "e29b59e0-1e74-43ac-8f35-d9b0b00096f0",
                                "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-08-02T23:25:29.1834959",
                                "rrp": 17,
                                "campaignDescription": "sample string 18",
                                "product": {
                                  "$ref": "13"
                                },
                                "campaign": {
                                  "$ref": "52"
                                }
                              },
                              {
                                "$ref": "53"
                              }
                            ],
                            "sellingRules": [
                              {
                                "$id": "54",
                                "id": 1,
                                "identifier": "oXvx9APnKUya9D0SwEJvzQ==",
                                "identifierStr": "oXvx9APnKUya9D0SwEJvzQ==",
                                "identifierGuid": "f4f17ba1-e703-4c29-9af4-3d12c0426fcd",
                                "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": "jr4fgjkiqE6xfwgZ+Opjsw==",
                                "customerIDGuid": "821fbe8e-2239-4ea8-b17f-0819f8ea63b3",
                                "campaign": {
                                  "$ref": "52"
                                },
                                "customer": {
                                  "$id": "56",
                                  "identifier": "9MS8JSkuk06gZY6n3cF7sg==",
                                  "identifierGuid": "25bcc4f4-2e29-4e93-a065-8ea7ddc17bb2",
                                  "code": "sample string 2",
                                  "familyName": "sample string 3",
                                  "givenName": "sample string 4",
                                  "otherName": "sample string 5",
                                  "title": "sample string 6",
                                  "dateOfBirth": "2025-08-02T23:25:29.1834959",
                                  "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": "3G0vSauOd0uuZz2tYJ66Jw==",
                                  "communityIdentifierGuid": "492f6ddc-8eab-4b77-ae67-3dad609eba27",
                                  "joined": "2025-08-02T23:25:29.1840154",
                                  "updated": "2025-08-02T23:25:29.1840154",
                                  "active": true,
                                  "reasonInactive": 1,
                                  "groupCustomer": true,
                                  "loyaltyPoints": 1,
                                  "homeStoreID": 1,
                                  "availableSpend": 1,
                                  "priceLevelIdentifier": "3lyWPCWz8E6k8Ko3Mxi02Q==",
                                  "priceLevelIdentifierGuid": "3c965cde-b325-4ef0-a4f0-aa373318b4d9",
                                  "marketingID": "sample string 18",
                                  "hidden": true,
                                  "registered": true,
                                  "registeredOn": "2025-08-02T23:25:29.1840154",
                                  "emailMarketing": true,
                                  "smsMarketing": true,
                                  "deleted": true,
                                  "deletedUser": "sample string 24",
                                  "homeStoreName": "sample string 25",
                                  "customerCards": [
                                    {
                                      "$id": "57",
                                      "cardType": 2,
                                      "issueDate": "2025-08-02T23:25:29.1840629",
                                      "expiry": "2025-08-02T23:25:29.1840629",
                                      "customerID": "+VJPkhLEHke5AE0vU083Vw==",
                                      "customerIDGuid": "924f52f9-c412-471e-b900-4d2f534f3757",
                                      "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-08-02T23:25:29.1840629",
                                      "linkedAccount": "Fl57mRWYXkWjxDe99O265w==",
                                      "linkedAccountGuid": "997b5e16-9815-455e-a3c4-37bdf4edbae7",
                                      "currentValueChanged": true,
                                      "limitsChanged": true,
                                      "customer": {
                                        "$ref": "56"
                                      },
                                      "account": {
                                        "$id": "58",
                                        "id": 1,
                                        "identifier": "Wq2aqFJrYkeZNXkjL4E1dg==",
                                        "identifierGuid": "a89aad5a-6b52-4762-9935-79232f813576",
                                        "referenceNo": "sample string 3",
                                        "name": "sample string 4",
                                        "created": "2025-08-02T23:25:29.1840629",
                                        "owner": "fA9Et+3RLkCSbLlVij/nhg==",
                                        "ownerGuid": "b7440f7c-d1ed-402e-926c-b9558a3fe786",
                                        "accountStoreGroupIdentifier": "kQrKkNdVPU2VJpsQQDokXA==",
                                        "accountStoreGroupGuid": "90ca0a91-55d7-4d3d-9526-9b10403a245c",
                                        "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-08-02T23:25:29.1840629",
                                        "active": true,
                                        "updated": "2025-08-02T23:25:29.1840629",
                                        "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": "gAHwIcz4TUimnH4lMZb05g==",
                                            "identifierGuid": "21f00180-f8cc-484d-a69c-7e253196f4e6",
                                            "name": "sample string 2",
                                            "primaryContact": "MCUzvKdqz0WxB3+JCHTMmg==",
                                            "primaryContactGuid": "bc332530-6aa7-45cf-b107-7f890874cc9a",
                                            "accountID": "iNj5eBoYw0ixcRS2fm4flg==",
                                            "accountIDGuid": "78f9d888-181a-48c3-b171-14b67e6e1f96",
                                            "special": true,
                                            "updated": "2025-08-02T23:25:29.1840629",
                                            "active": true,
                                            "reasonInactive": 1,
                                            "priceLevelIdentifier": "cH2ZHT2pMkOfiu/luBAkUQ==",
                                            "priceLevelIdentifierGuid": "1d997d70-a93d-4332-9f8a-efe5b8102451",
                                            "deleted": true,
                                            "account": {
                                              "$ref": "58"
                                            },
                                            "primaryContactCustomer": {
                                              "$ref": "56"
                                            },
                                            "customerGroupMembers": [
                                              {
                                                "$id": "61",
                                                "id": 1,
                                                "groupID": "4IdnUtTbBkep4VPAyKMNzQ==",
                                                "groupIDGuid": "526787e0-dbd4-4706-a9e1-53c0c8a30dcd",
                                                "customerID": "xPmhJ8whAUmHeZCl3mt81Q==",
                                                "customerIDGuid": "27a1f9c4-21cc-4901-8779-90a5de6b7cd5",
                                                "card": "sample string 4",
                                                "linkedAccount": "UF6NOxDEH0WB2Y6uw68nRA==",
                                                "linkedAccountGuid": "3b8d5e50-c410-451f-81d9-8eaec3af2744",
                                                "customer": {
                                                  "$ref": "56"
                                                },
                                                "group": {
                                                  "$ref": "60"
                                                },
                                                "customerCard": {
                                                  "$ref": "57"
                                                }
                                              },
                                              {
                                                "$ref": "61"
                                              }
                                            ]
                                          },
                                          {
                                            "$ref": "60"
                                          }
                                        ]
                                      },
                                      "payments": [
                                        {
                                          "$id": "62",
                                          "id": 1,
                                          "identifier": "yxQ8b6GHZUSIzlOhlvfR+w==",
                                          "identifierGuid": "6f3c14cb-87a1-4465-88ce-53a196f7d1fb",
                                          "storeID": 2,
                                          "operatorName": "sample string 3",
                                          "saleHeaderID": 4,
                                          "paymentType": 5,
                                          "amount": 6,
                                          "account": "sample string 7",
                                          "accountID": "SzUqmAN9dU6mWjVrvcPgtQ==",
                                          "accountIDGuid": "982a354b-7d03-4e75-a65a-356bbdc3e0b5",
                                          "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-08-02T23:25:29.1840629",
                                          "invRocNo": "sample string 14",
                                          "responseCode": "sample string 15",
                                          "cashout": 1,
                                          "tip": 16,
                                          "idempotentVoid": "TXJZCYuZ+k6WlOcBV/mv6w==",
                                          "idempotentVoidGuid": "0959724d-998b-4efa-9694-e70157f9afeb",
                                          "offline": true,
                                          "processed": 1,
                                          "storeSaleHeader": {
                                            "$id": "63",
                                            "saleHeaderID": 1,
                                            "saleHeaderGuid": "/+P/IvzDWE62JpngxeH69g==",
                                            "saleHeaderIdentifierGuid": "22ffe3ff-c3fc-4e58-b626-99e0c5e1faf6",
                                            "created": "2025-08-02T23:25:29.1840629",
                                            "createdLocal": "2025-08-02T23:25:29.1840629",
                                            "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-08-02T23:25:29.1840629",
                                            "storeID": 1,
                                            "operatorG_Uid": "N2PHVaeWq0637uqAWG9uFw==",
                                            "operatorGuid": "55c76337-96a7-4eab-b7ee-ea80586f6e17",
                                            "customerG_Uid": "AdRpMK6OTEOqvVAjd+bQUg==",
                                            "customerGuid": "3069d401-8eae-434c-aabd-502377e6d052",
                                            "communityIdentifier": "HfTqZOT/hEGzqDB+mjrgYg==",
                                            "communityIdentifierGuid": "64eaf41d-ffe4-4184-b3a8-307e9a3ae062",
                                            "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": "KWhjj0THf0OKdvGSZvTMLA==",
                                            "priceLevelIdentifierGuid": "8f636829-c744-437f-8a76-f19266f4cc2c",
                                            "locked": 36,
                                            "relationChecksum": "sample string 37",
                                            "loyaltyTender": 1,
                                            "giftCardTender": 1,
                                            "operator": {
                                              "$ref": "2"
                                            },
                                            "customer": {
                                              "$ref": "56"
                                            },
                                            "communityOrganisation": {
                                              "$id": "64",
                                              "id": 1,
                                              "identifier": "jyRURyRiPkObWYguFcRsAw==",
                                              "identifierGuid": "4754248f-6224-433e-9b59-882e15c46c03",
                                              "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-08-02T23:25:29.1840629",
                                              "deleted": true
                                            },
                                            "details": [
                                              {
                                                "$id": "65",
                                                "saleItemID": 1,
                                                "identifier": "o5w+MKU6J0qwbCGGWuM6Sg==",
                                                "identifierGuid": "303e9ca3-3aa5-4a27-b06c-21865ae33a4a",
                                                "saleHeaderID": 2,
                                                "plu": 1,
                                                "pluG_UId": "860YxSw3zEakaGxc7otmVw==",
                                                "pluGuid": "c518adf3-372c-46cc-a468-6c5cee8b6657",
                                                "accountID": "aneWePtgiUeD8qGWnWac3Q==",
                                                "accountIDGuid": "7896776a-60fb-4789-83f2-a1969d669cdd",
                                                "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-08-02T23:25:29.1840629",
                                                "bestOrExpireType": 1,
                                                "providerName": "sample string 11",
                                                "refundG_UID": "++UXyeZU4U+ULxOlUMdTVQ==",
                                                "refundGuid": "c917e5fb-54e6-4fe1-942f-13a550c75355",
                                                "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": "9PE4R8RKe0S7mPO592+7Fw==",
                                                "idempotentVoidGuid": "4738f1f4-4ac4-447b-bb98-f3b9f76fbb17",
                                                "priceLevelIdentifier": "m1UiDYWRe0uEev1JSi5pjQ==",
                                                "priceLevelIdentifierGuid": "0d22559b-9185-4b7b-847a-fd494a2e698d",
                                                "productName": "sample string 23",
                                                "apn": "sample string 24",
                                                "unknownScans": [
                                                  {
                                                    "$id": "66",
                                                    "id": 1,
                                                    "saleDetailID": 2,
                                                    "storeID": 1,
                                                    "scanned": "2025-08-02T23:25:29.1840629",
                                                    "operatorG_UID": "QEA=",
                                                    "barcode": "sample string 4",
                                                    "processed": 1
                                                  },
                                                  {
                                                    "$ref": "66"
                                                  }
                                                ],
                                                "refund": {
                                                  "$id": "67",
                                                  "id": 1,
                                                  "g_UID": "vYtB51zBnUir68KvnDzJJg==",
                                                  "guid": "e7418bbd-c15c-489d-abeb-c2af9c3cc926",
                                                  "description": "sample string 1",
                                                  "dumped": true,
                                                  "inventoryReasonID": 1,
                                                  "sortOrder": 1,
                                                  "updated": "2025-08-02T23:25:29.1845807"
                                                },
                                                "modifier": {
                                                  "$id": "68",
                                                  "id": 1,
                                                  "setG_UID": "dEgYk9dICEaeyAiLW9rh/w==",
                                                  "modifierSetGuid": "93184874-48d7-4608-9ec8-088b5bdae1ff",
                                                  "name": "sample string 2",
                                                  "price": 1,
                                                  "quantity": 1,
                                                  "modifierType": 1,
                                                  "groupNumber": 1,
                                                  "pageNumber": 1,
                                                  "controlOrder": 1,
                                                  "printToStation": true,
                                                  "pluG_UID": "3WDvXHUDFkS4Gef7l4mDww==",
                                                  "pluGuid": "5cef60dd-0375-4416-b819-e7fb978983c3",
                                                  "deleted": true,
                                                  "g_UID": "DucpXTtq3UWoQfYYmVY0Lw==",
                                                  "guid": "5d29e70e-6a3b-45dd-a841-f6189956342f",
                                                  "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": "xm64qdeU4UOS9rGqZvLMeQ==",
                                                "pluGuid": "a9b86ec6-94d7-43e1-92f6-b1aa66f2cc79",
                                                "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-08-02T23:25:29.1846249",
                                                "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-08-02T23:25:29.1846249",
                                                "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": "R46SX1Ebq0yphn5hBgKNBQ==",
                                                "pluGuid": "5f928e47-1b51-4cab-a986-7e6106028d05",
                                                "accountID": "5uYZgXw7Cku6c+gpz9e7ZQ==",
                                                "accountIDGuid": "8119e6e6-3b7c-4b0a-ba73-e829cfd7bb65",
                                                "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-08-02T23:25:29.1846249",
                                                "bestOrExpireType": 1,
                                                "refundG_UID": "5ul/SMv7gESlp9iHtqbIxQ==",
                                                "refundGuid": "487fe9e6-fbcb-4480-a5a7-d887b6a6c8c5",
                                                "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": "1Lxi/03dA0SECEUJb1vtdw==",
                                                "identifierGuid": "ff62bcd4-dd4d-4403-8408-45096f5bed77",
                                                "id": 1,
                                                "orderNo": 2,
                                                "externalSaleIdentifier": "sample string 3",
                                                "storeID": 4,
                                                "zoneID": 5,
                                                "deptNo": 6,
                                                "customerIdentifier": "6SPwunMzKkCwVX6FO/Ajdw==",
                                                "customerIdentifierGuid": "baf023e9-3373-402a-b055-7e853bf02377",
                                                "operatorNo": 1,
                                                "operatorG_UID": "BWn73CF8y0KSy9LYJZyIFg==",
                                                "operatorGuid": "dcfb6905-7c21-42cb-92cb-d2d8259c8816",
                                                "created": "2025-08-02T23:25:29.1846249",
                                                "ordered": "2025-08-02T23:25:29.1846249",
                                                "started": "2025-08-02T23:25:29.1846249",
                                                "completed": "2025-08-02T23:25:29.1846249",
                                                "supplied": "2025-08-02T23:25:29.1846249",
                                                "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": "E0c5l0xJDk+nKpvsoUNrnQ==",
                                                    "pluGuid": "97394713-494c-4f0e-a72a-9beca1436b9d",
                                                    "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": "WAfB9phwrkm/X4jm6PWA7Q==",
                                                    "headerIdentifierGuid": "f6c10758-7098-49ae-bf5f-88e6e8f580ed",
                                                    "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": "hiC8jrceW0Oi0VIGoIi62A==",
                                                "surveyGuid": "8ebc2086-1eb7-435b-a2d1-5206a088bad8",
                                                "saleHeaderGuid": "IqDlmmqWTU2/kaXMm9CW0g==",
                                                "saleGuid": "9ae5a022-966a-4d4d-bf91-a5cc9bd096d2",
                                                "textResponse": "sample string 1",
                                                "integerResponse": 1,
                                                "g_UIDResponse": "rw7LFbMfiUeMQoAF3mSd9A==",
                                                "guidResponse": "15cb0eaf-1fb3-4789-8c42-8005de649df4",
                                                "whoAnswered": 2,
                                                "answeredAtUTC": "2025-08-02T23:25:29.1846249",
                                                "sale": {
                                                  "$ref": "63"
                                                },
                                                "survey": {
                                                  "$id": "77",
                                                  "g_UID": "cBsslVioxkuYrMktFyCMeQ==",
                                                  "guid": "952c1b70-a858-4bc6-98ac-c92d17208c79",
                                                  "name": "sample string 1",
                                                  "storeID": 2,
                                                  "zoneID": 1,
                                                  "checkoutFormG_UID": "QBg6/3XTvUWVIGRob0ltHQ==",
                                                  "checkoutFormGuid": "ff3a1840-d375-45bd-9520-64686f496d1d",
                                                  "displayToWho": 3,
                                                  "displayWhen": 4,
                                                  "start": "2025-08-02T23:25:29.1846249",
                                                  "end": "2025-08-02T23:25:29.1846249",
                                                  "deleted": true,
                                                  "updated": "2025-08-02T23:25:29.1846249",
                                                  "possibleIntegerResponses": [
                                                    1,
                                                    2
                                                  ],
                                                  "possibleTextResponses": [
                                                    "sample string 1",
                                                    "sample string 2"
                                                  ],
                                                  "possibleGuidResponses": [
                                                    "4a78e9b6-682b-4815-9136-f941d29e9c36",
                                                    "3f82fb5b-8750-401c-bc2f-77d4fc05b61b"
                                                  ],
                                                  "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": "4ZOK1/rP0EyLnHHjYojcpw==",
                                            "accountIdentifier": "d78a93e1-cffa-4cd0-8b9c-71e36288dca7",
                                            "accountName": "sample string 42",
                                            "customerOrderIdentifier": "6B5SzRG/7UyiooAZkvPTnQ==",
                                            "customerOrderIdentifierGuid": "cd521ee8-bf11-4ced-a2a2-801992f3d39d",
                                            "priceLevelName": "sample string 43",
                                            "revision": 44,
                                            "ingressId": "sample string 45"
                                          },
                                          "metadata": {
                                            "$id": "78",
                                            "id": 1,
                                            "paymentID": 2,
                                            "paymentIdentifier": "HmOu0v4b3kexpZy3o66Euw==",
                                            "paymentIdentifierGuid": "d2ae631e-1bfe-47de-b1a5-9cb7a3ae84bb",
                                            "identifier": "aa/z4LZHIk692a+w/ONmFw==",
                                            "identifierGuid": "e0f3af69-47b6-4e22-bdd9-afb0fce36617",
                                            "metadata": "sample string 3",
                                            "signatureImage": "QEA=",
                                            "itemIdentifier": "nVZnEGvNY0yymq/TOhWG4Q==",
                                            "itemIdentifierGuid": "1067569d-cd6b-4c63-b29a-afd33a1586e1"
                                          }
                                        },
                                        {
                                          "$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": "OFjLZl9lYE610gF24nZB8Q==",
                                      "customerIdentifierGuid": "66cb5838-655f-4e60-b5d2-0176e27641f1",
                                      "voucherName": "sample string 2",
                                      "count": 3,
                                      "storeID": 4,
                                      "barcode": "sample string 5",
                                      "redeemCount": 6,
                                      "issueCount": 7,
                                      "storeSalePaymentID": 1,
                                      "idempotentID": "y5SQ/slURkKQoq0AIqvZrg==",
                                      "idempotentGuid": "fe9094cb-54c9-4246-90a2-ad0022abd9ae",
                                      "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-08-02T23:25:29.1846249",
                                        "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-08-02T23:25:29.1846249",
                                          "labelPageLayout": "K92lNAPmpEKWvbsaBPabfA==",
                                          "pageLayoutGuid": "34a5dd2b-e603-42a4-96bd-bb1a04f69b7c",
                                          "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-08-02T23:25:29.1846249"
                                            },
                                            {
                                              "$ref": "83"
                                            }
                                          ]
                                        },
                                        "customerVouchers": [
                                          {
                                            "$id": "84",
                                            "id": 1,
                                            "customerIdentifier": "tVx8vPCXa0Wzo2Z2ZhCpZA==",
                                            "customerIdentifierGuid": "bc7c5cb5-97f0-456b-b3a3-66766610a964",
                                            "voucherID": 3,
                                            "voucherName": "sample string 4",
                                            "storeID": 1,
                                            "barcode": "sample string 5",
                                            "dateOfIssue": "2025-08-02T23:25:29.1846249",
                                            "issuedSaleHeaderID": 1,
                                            "issuedSaleIdentifier": "sample string 7",
                                            "issuedOfflinePaymentID": 1,
                                            "issuedIdempotentID": "dKmPHO7qRE6OCUbYMxgsIw==",
                                            "issuedIdempotentGuid": "1c8fa974-eaee-4e44-8e09-46d833182c23",
                                            "issuedOffline": true,
                                            "issuedUser": "sample string 9",
                                            "issuedNotes": "sample string 10",
                                            "expiryDate": "2025-08-02T23:25:29.1846249",
                                            "expiredUser": "sample string 11",
                                            "expiredNotes": "sample string 12",
                                            "redeemed": "2025-08-02T23:25:29.1846249",
                                            "redeemedSaleHeaderID": 1,
                                            "redeemedSaleIdentifier": "sample string 13",
                                            "redeemedOfflinePaymentID": 1,
                                            "redeemedIdempotentID": "ntM8RsI0NEKFs0UEhh9UoQ==",
                                            "redeemedIdempotentGuid": "463cd39e-34c2-4234-85b3-4504861f54a1",
                                            "redeemedUser": "sample string 14",
                                            "redeemedNotes": "sample string 15",
                                            "redeemedOffline": true,
                                            "updated": "2025-08-02T23:25:29.1846249",
                                            "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": "hBgTfPUef0m5wHwWeAsdqQ==",
                                "groupIDGuid": "7c131884-1ef5-497f-b9c0-7c16780b1da9",
                                "campaign": {
                                  "$ref": "52"
                                },
                                "group": {
                                  "$ref": "60"
                                }
                              },
                              {
                                "$ref": "85"
                              }
                            ],
                            "signIqTickets": [
                              {
                                "$id": "86",
                                "identifier": "KHrTMvaIyEWWI5UMfpKjUw==",
                                "identifierGuid": "32d37a28-88f6-45c8-9623-950c7e92a353",
                                "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": "CHCcoPcQekaOmf02sPQ0XQ==",
                                "guid": "a09c7008-10f7-467a-8e99-fd36b0f4345d",
                                "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": "OxjT0cdaDUaV+/G9NV7ZTg==",
                                    "groupGuid": "d1d3183b-5ac7-460d-95fb-f1bd355ed94e",
                                    "comboPriceType": 5,
                                    "priceType": 5,
                                    "pluG_UID": "CsHKqsSnU0acPNyk3HRTXA==",
                                    "pluGuid": "aacac10a-a7c4-4653-9c3c-dca4dc74535c",
                                    "priceGroupG_UID": "Q58+BALHYkKT8Yc8yLXADQ==",
                                    "priceGroupGuid": "043e9f43-c702-4262-93f1-873cc8b5c00d",
                                    "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": "zP5qcVCyTUeesaJNTM8ELA==",
                                "priceLevelIdentifierGuid": "716afecc-b250-474d-9eb1-a24d4ccf042c",
                                "campaignName": "sample string 3",
                                "priceLevelName": "sample string 4"
                              },
                              {
                                "$ref": "89"
                              }
                            ]
                          },
                          "product": {
                            "$ref": "13"
                          },
                          "dealCost": {
                            "$id": "90",
                            "headerIdentifier": "UQsZtvpxpE+Ho51R2tbP/g==",
                            "headerIdentifierGuid": "b6190b51-71fa-4fa4-87a3-9d51dad6cffe",
                            "identifier": "+LwkmcAe0kOAxStPl23Zcg==",
                            "identifierGuid": "9924bcf8-1ec0-43d2-80c5-2b4f976dd972",
                            "supplierIdentifier": "dJf24yWk20Gi1wpRw58Eww==",
                            "supplierGuid": "e3f69774-a425-41db-a2d7-0a51c39f04c3",
                            "pluG_UID": "RFubk4G0YEWbo/InSiy4ag==",
                            "pluGuid": "939b5b44-b481-4560-9ba3-f2274a2cb86a",
                            "campaignName": "d41daa2d-f03e-4e3f-9c48-020f73f4a92a",
                            "description": "sample string 4",
                            "cost": 5,
                            "costDecimals": 6,
                            "start": "2025-08-02T23:25:29.1851611",
                            "end": "2025-08-02T23:25:29.1851611",
                            "type": 9,
                            "promoType": 10,
                            "bonusItemPLUG_UID": "MBXe9CluFki/7XvarwHtNg==",
                            "bonusItemPluGuid": "f4de1530-6e29-4816-bfed-7bdaaf01ed36",
                            "bonusPurchaseUnits": 11,
                            "bonusReceiveUnits": 12,
                            "updated": "2025-08-02T23:25:29.1851611",
                            "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-08-02T23:25:29.1851611",
                            "campaignEndDate": "2025-08-02T23:25:29.1851611",
                            "masterPLUG_UID": "WLyVJBcpvkuGHuHFAo3opg==",
                            "masterID": "2495bc58-2917-4bbe-861e-e1c5028de8a6",
                            "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": "qRPnHC68sU21KPQYkId6+g==",
                            "bonusMasterID": "1ce713a9-bc2e-4db1-b528-f41890877afa",
                            "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-08-02T23:25:29.1852329",
                        "dealCosts": [
                          {
                            "$ref": "90"
                          },
                          {
                            "$ref": "90"
                          }
                        ],
                        "tags": [
                          {
                            "$id": "91",
                            "pluG_UID": "VHaC3uXTKEKq31pf8LD3FQ==",
                            "pluGuid": "de827654-d3e5-4228-aadf-5a5ff0b0f715",
                            "tagID": 1,
                            "description": "sample string 1",
                            "storeIDs": [
                              1,
                              2
                            ]
                          },
                          {
                            "$ref": "91"
                          }
                        ],
                        "alternateProductG_UID": "G5R1gzXEZ029FpUMQ+gUsQ==",
                        "alternateProduct": "8375941b-c435-4d67-bd16-950c43e814b1",
                        "productHostCode": {
                          "$id": "92",
                          "id": 1,
                          "pluG_UID": "wDJizOzV+EWjTBBPpNpNCw==",
                          "pluGuid": "cc6232c0-d5ec-45f8-a34c-104fa4da4d0b",
                          "ibaCode": "sample string 2"
                        },
                        "mscCat": {
                          "$ref": "46"
                        },
                        "mscCom": {
                          "$ref": "47"
                        },
                        "mscDep": {
                          "$ref": "49"
                        },
                        "mscSubCom": {
                          "$ref": "48"
                        },
                        "isUserUpdate": true,
                        "ignoreMasterProduct": true,
                        "priceGroupLabelRequested": true,
                        "firstSold": "2025-08-02T23:25:29.1852329",
                        "inventoryTracked": "2025-08-02T23:25:29.1852329",
                        "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": "r54XV+fH1kqe1rnu+YTErQ==",
                      "supplierGuid": "57179eaf-c7e7-4ad6-9ed6-b9eef984c4ad",
                      "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": "3NEurRrs+0aXO7PkUCEWbw==",
                      "supplierGuid": "ad2ed1dc-ec1a-46fb-973b-b3e45021166f",
                      "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-08-02T23:25:29.1852329",
                      "deliveryDate": "2025-08-02T23:25:29.1852329",
                      "nextCutOffDate": "2025-08-02T23:25:29.1852329",
                      "nextDeliveryDate": "2025-08-02T23:25:29.1852329",
                      "nextDaysBuffer": 10
                    },
                    {
                      "$ref": "95"
                    }
                  ],
                  "store": {
                    "$ref": "4"
                  },
                  "updated": "2025-08-02T23:25:29.1852329",
                  "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-08-02T23:25:29.1852329",
                    "processed": "2025-08-02T23:25:29.1852329",
                    "isProcessing": true,
                    "processedCount": 6,
                    "processingTime": 1,
                    "collectedUtc": "2025-08-02T23:25:29.1852329",
                    "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-08-02T23:25:29.1852329",
                      "businessPillar": "sample string 3",
                      "fileType": "sample string 4"
                    }
                  },
                  {
                    "$ref": "96"
                  }
                ],
                "zoneMatrix": [
                  {
                    "$id": "98",
                    "id": 1,
                    "hostIdentifier": "flT9wJAHxUSs5Xm2XwBPRg==",
                    "hostIdentifierGuid": "c0fd547e-0790-44c5-ace5-79b65f004f46",
                    "storeID": 1,
                    "departmentCode": "sample string 2",
                    "hostGuids": [
                      "9e1eb976-b602-4365-af40-c1bc5f7687d0",
                      "53547386-843c-4864-8964-1d4b8ab66f3b"
                    ]
                  },
                  {
                    "$ref": "98"
                  }
                ],
                "hostFileStoreSetting": {
                  "$ref": "6"
                },
                "hostStoreSettings": [
                  {
                    "$ref": "6"
                  },
                  {
                    "$ref": "6"
                  }
                ],
                "promotionPlacements": [
                  {
                    "$id": "99",
                    "identifier": "P00QDeH4jUWWl57GqqFoUA==",
                    "identifierGuid": "0d104d3f-f8e1-458d-9697-9ec6aaa16850",
                    "code": "sample string 2",
                    "description": "sample string 3",
                    "isAdvertised": true
                  },
                  {
                    "$ref": "99"
                  }
                ],
                "promoTypeGuids": [
                  "75e6d4f7-cc64-4b9c-b2a9-f09ab1425dab",
                  "8a3d76bb-e6c7-4736-ab22-9da36f5a42c0"
                ],
                "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-08-02T23:25:29.1852329",
              "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": "b1e5daf4-abcb-4935-80c8-200f0487de32",
          "updateStore": {
            "$id": "105",
            "id": "075adb55-1478-48cd-92c2-418161fa8416",
            "name": "sample string 1",
            "lastActivity": "2025-08-02T23:25:29.1852329",
            "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-08-02T23:25:29.1852329"
          },
          "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.