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-06-14T07:45:59.1402641",
  "recordedAt": "2025-06-14T07:45:59.1402641",
  "operatorG_UID": "IlJ3r7C6Rkeev1sDF0mdjA==",
  "operatorGuid": "af775222-bab0-4746-9ebf-5b0317499d8c",
  "user": "sample string 8",
  "manual": true,
  "processed": 1,
  "takenText": "sample string 10",
  "recordedAtText": "sample string 11",
  "operator": {
    "$id": "2",
    "id": 1,
    "g_Uid": "bGCnpSdSpkCkgbap1dTi9Q==",
    "guid": "a5a7606c-5227-40a6-a481-b6a9d5d4e2f5",
    "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-06-14T07:45:59.1402641",
    "passwordResetRequired": true,
    "alteredInStore": true,
    "startShift": "2025-06-14T07:45:59.1402641",
    "endShift": "2025-06-14T07:45:59.1402641",
    "machineName": "sample string 20",
    "drawerID": 1,
    "stores": [
      {
        "$id": "3",
        "operatorG_UID": "pgpS9jnZa0alQkgWoexrVA==",
        "operatorGuid": "f6520aa6-d939-466b-a542-4816a1ec6b54",
        "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-06-14T07:45:59.1402641",
          "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": "TaE1PhIi90GBuQEoFDmX1A==",
          "hostIdentifierGuid": "3e35a14d-2212-41f7-81b9-0128143997d4",
          "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-06-14T07:45:59.1402641",
          "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": "a3q67SPLYUyJyWrTnymw+w==",
              "hostIdentifierGuid": "edba7a6b-cb23-4c61-89c9-6ad39f29b0fb",
              "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": "nSQqQJoVbUKffgkjRZO3YQ==",
                "identifierGuid": "402a249d-159a-426d-9f7e-09234593b761",
                "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": "S/b4fsnJ7kyBCkN+NxKeig==",
                "hostSupplierIdentifierGuid": "7ef8f64b-c9c9-4cee-810a-437e37129e8a",
                "loyaltyPriceLevelIdentifier": "Badch0oTRkSq1qgpJJWbcg==",
                "loyaltyPriceLevelIdentifierGuid": "875ca705-134a-4446-aad6-a82924959b72",
                "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-06-14T07:45:59.1402641",
                "lastProcessed": "2025-06-14T07:45:59.1402641",
                "hold": true,
                "supplierName": "sample string 35",
                "supplier": {
                  "$id": "8",
                  "identifier": "+p7ahQADwUKl0VyeZYkb+Q==",
                  "identifierGuid": "85da9efa-0300-42c1-a5d1-5c9e65891bf9",
                  "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": "TFysN/GMdEqVzmSF431trw==",
                  "primaryContactID": "37ac5c4c-8cf1-4a74-95ce-6485e37d6daf",
                  "storeID": 1,
                  "abn": "sample string 16",
                  "supplierGroupIdentifier": "ezK4b1EEVE+vNhApi0KOMw==",
                  "supplierGroupGuid": "6fb8327b-0451-4f54-af36-10298b428e33",
                  "rebate": 1.0,
                  "rebateType": 1,
                  "rebateFrequency": 1,
                  "rebateSource": 1,
                  "rebateLastClaimed": "2025-06-14T07:45:59.1402641",
                  "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": "8e0f9f1e-0f9c-46a9-ae9d-a0d71f5de0fc",
                    "identifier": "xbotc2OS20mMZDyUI1E3dA==",
                    "identifierGuid": "732dbac5-9263-49db-8c64-3c9423513774",
                    "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": "wFS3FToJKEyP96dh/LzKXQ==",
                      "supplierIdentifierGuid": "15b754c0-093a-4c28-8ff7-a761fcbcca5d",
                      "contactGuid": "j34FBDz9ykC/zgmc3ktLOg==",
                      "contactID": "04057e8f-fd3c-40ca-bfce-099cde4b4b3a",
                      "contact": {
                        "$ref": "9"
                      },
                      "supplier": {
                        "$ref": "8"
                      }
                    },
                    {
                      "$ref": "10"
                    }
                  ],
                  "products": [
                    {
                      "$id": "11",
                      "pluG_UID": "y7tDT4kpkEOc3A1L/zlpvQ==",
                      "pluGuid": "4f43bbcb-2989-4390-9cdc-0d4bff3969bd",
                      "supplierIdentifier": "cNg2mhl7V0WRGt3C0kDR6Q==",
                      "supplierIdentifierGuid": "9a36d870-7b19-4557-911a-ddc2d240d1e9",
                      "cartonQuantity": 1,
                      "cartonQuantityChanged": true,
                      "productSize": "sample string 2",
                      "cigarettesPerSleeve": 1,
                      "randomWeight": true,
                      "piecesPerUnit": 4,
                      "averagePackSize": 5,
                      "effectiveDate": "2025-06-14T07:45:59.1402641",
                      "pricedByWeight": true,
                      "landedUnitCostEx": 8,
                      "landedUnitCostInc": 9,
                      "landedCartonCostInc": 10,
                      "landedCartonCostEx": 11,
                      "standardCost": 12,
                      "deliveryFee": 1,
                      "deliveryFeeBasis": "sample string 13",
                      "pickAndPackFee": 1,
                      "pickAndPackFeeBasis": "sample string 14",
                      "financeFee": 1,
                      "financeFeeBasis": "sample string 15",
                      "cartonLength": 1,
                      "cartonWidth": 1,
                      "cartonHeight": 1,
                      "palletLayerQuantity": 1,
                      "palletLayers": 1,
                      "itemCode": "sample string 16",
                      "invoiceCode": "sample string 17",
                      "invoiceDesc": "sample string 18",
                      "orderDirect": true,
                      "useCost": true,
                      "minimumQuantity": 19,
                      "hostType": 20,
                      "fromHost": 21,
                      "minimumReorder": 1,
                      "maximumReorder": 1,
                      "orderMultiple": 22.1,
                      "sellMultiple": 23.1,
                      "baseMultiple": 24.1,
                      "hostStandardCost": 25,
                      "hostTotalCost": 26,
                      "hostRetail": 27,
                      "hostLandedUnitCostEx": 28,
                      "hostLandedUnitCostInc": 29,
                      "hostDesc": "sample string 30",
                      "directIndicator": "sample string 31",
                      "availableToOrder": true,
                      "hostRangeIndicator": "sample string 33",
                      "hostProductType": "sample string 34",
                      "hostProductGrade": "sample string 35",
                      "hostProductGroup": "sample string 36",
                      "hostSlowMoving": true,
                      "hostGeneralMerchandise": true,
                      "hostPillar": "sample string 39",
                      "hostLastUpdated": "2025-06-14T07:45:59.1402641",
                      "rebate": 1.0,
                      "rebateExclude": true,
                      "invoiceCodes": [
                        {
                          "$id": "12",
                          "pluG_UID": "h692IoIFUUCIZwTGXjrOtA==",
                          "pluGuid": "2276af87-0582-4051-8867-04c65e3aceb4",
                          "supplierIdentifier": "XbdAbwRT002IbRrYAP7pkg==",
                          "supplierIdentifierGuid": "6f40b75d-5304-4dd3-886d-1ad800fee992",
                          "invoiceCode": "sample string 1",
                          "storeIDs": [
                            1,
                            2
                          ]
                        },
                        {
                          "$ref": "12"
                        }
                      ],
                      "storeIDs": [
                        1,
                        2
                      ],
                      "preferredSupplier": true,
                      "preferredRebateSupplier": true,
                      "supplierName": "sample string 40",
                      "salesMode": 41,
                      "orderPacked": true,
                      "active": true,
                      "price": 1,
                      "costGstPercent": 43,
                      "parentPluG_UID": "JgPFdDKPZ0ey9wh5uEQY7w==",
                      "parentPluGuid": "74c50326-8f32-4767-b2f7-0879b84418ef",
                      "freight": 44.0,
                      "freightType": 1,
                      "product": {
                        "$id": "13",
                        "plu": 1,
                        "storeID": 1,
                        "masterPluG_UID": "QEA=",
                        "storeIDs": [
                          1,
                          2
                        ],
                        "g_UId": "DbnpWcCW6UOzR35C9Ta1Hw==",
                        "guid": "59e9b90d-96c0-43e9-b347-7e42f536b51f",
                        "apn": "sample string 1",
                        "apnChanged": true,
                        "apnSwitched": true,
                        "barcode": "sample string 4",
                        "itemNumber": "sample string 5",
                        "itemNumberChanged": true,
                        "priceGroupG_UID": "9MtTRcds60ynYnywVL8hVQ==",
                        "priceGroupGuid": "4553cbf4-6cc7-4ceb-a762-7cb054bf2155",
                        "blueprintID": 1,
                        "lastCountedDate": "2025-06-14T07:45:59.1402641",
                        "externalID": "sample string 7",
                        "active": true,
                        "activated": "2025-06-14T07:45:59.1402641",
                        "pluCreated": "2025-06-14T07:45:59.1402641",
                        "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-06-14T07:45:59.1402641",
                        "lastManualUpdate": "2025-06-14T07:45:59.1402641",
                        "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-06-14T07:45:59.1402641",
                        "currentCostUpdated": "2025-06-14T07:45:59.1402641",
                        "costDecimals": 31,
                        "costChanged": true,
                        "dealCostIdentifier": "QEA=",
                        "excludeFromRebate": true,
                        "rebateOverride": 1,
                        "costCalcMethod": 1,
                        "costCalcMethodChanged": true,
                        "costEffectiveDate": "2025-06-14T07:45:59.1402641",
                        "defaultGP": 1,
                        "breakTargetMode": 32,
                        "break1": 1,
                        "price1": 1,
                        "target1": 33,
                        "break2": 1,
                        "price2": 1,
                        "target2": 34,
                        "break3": 1,
                        "price3": 1,
                        "target3": 35,
                        "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-06-14T07:45:59.1402641",
                        "posTare": 1,
                        "altPrice": 1.0,
                        "altPriceChanged": true,
                        "altPriceMode": 52,
                        "altPriceModeChanged": true,
                        "altPLUG_UID": "9pYBgC/jOUeNf2KyqYOVAg==",
                        "altPLUGuid": "800196f6-e32f-4739-8d7f-62b2a9839502",
                        "altPLUGuidChanged": true,
                        "altPriceDescription1": "sample string 53",
                        "altPriceDescription2": "sample string 54",
                        "cartonQuantity": 55,
                        "cartonQuantityChanged": true,
                        "trayID": 1,
                        "promptID": 1,
                        "tare": 1,
                        "packQty": 1,
                        "fixedWeight": 1,
                        "extraMesg": 1,
                        "text1": "sample string 57",
                        "text2": "sample string 58",
                        "text3": "sample string 59",
                        "labelText": "sample string 60",
                        "labelTextChanged": true,
                        "sendToScale": true,
                        "nonScaleWeigh": true,
                        "labelFormat": "sample string 64",
                        "barcodeFormat": "sample string 65",
                        "austMade": 1,
                        "coolCode": 66,
                        "countryOfOrigin": "sample string 67",
                        "percentContent": 68.1,
                        "departmentID": 1,
                        "subDepartmentID": 1,
                        "minorDepartmentID": 1,
                        "lesserDepartmentID": 1,
                        "deptCode": "sample string 69",
                        "subDeptCode": "sample string 70",
                        "minorDeptCode": "sample string 71",
                        "lesserDeptCode": "sample string 72",
                        "deptName": "sample string 73",
                        "subDeptName": "sample string 74",
                        "minorDeptName": "sample string 75",
                        "lesserDeptName": "sample string 76",
                        "departmentChanged": true,
                        "subCategoryID": 1,
                        "expiry": 1,
                        "showDays": 1,
                        "datePrint": 1,
                        "labelRequired": true,
                        "labelShelfQty": 79,
                        "labelShelfChanged": true,
                        "labelTalkerQty": 81,
                        "labelSmall": true,
                        "labelLastPrinted": "2025-06-14T07:45:59.1402641",
                        "labelLastPrice": 1,
                        "shelfPageLayoutG_UID": "gjIGMqS5bUm1+JDi4DUjTw==",
                        "shelfPageLayoutGuid": "32063282-b9a4-496d-b5f8-90e2e035234f",
                        "talkerPageLayoutG_UID": "HKx8ZImU2kyqFa2N6ONMXg==",
                        "talkerPageLayoutGuid": "647cac1c-9489-4cda-aa15-ad8de8e34c5e",
                        "unitMeasure": 1.1,
                        "unitMeasureChanged": true,
                        "unitMeasureKind": 84,
                        "unitMeasureKindChanged": true,
                        "signIQData": "sample string 86",
                        "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": 90,
                        "notForSaleChanged": true,
                        "excludeFromDeals": true,
                        "excludeFromVoucher": true,
                        "minimumAge": 93,
                        "minimumAgeChanged": true,
                        "buyingLimit": 1,
                        "buyingLimitChanged": true,
                        "buyingLimitIndependent": true,
                        "buyingLimitIndependentChanged": true,
                        "inventoryGuid": "gVUQ32QDskeLSxL5Xnmatw==",
                        "inventoryIdentifier": "df105581-0364-47b2-8b4b-12f95e799ab7",
                        "inventoryAccuracy": 1,
                        "baseUnits": 97,
                        "orderPacked": 1,
                        "isManufactured": true,
                        "isIngredient": true,
                        "isModifier": true,
                        "isModifierChanged": true,
                        "hasModifiers": 98,
                        "defaultPrinter": "sample string 99",
                        "defaultPrinterGroup": "sample string 100",
                        "ingredientsOnManufacture": true,
                        "manufactureUnitMeasure": 1,
                        "mpl": 1,
                        "maxShelfQty": 101,
                        "allowAutoOrder": true,
                        "warrantyPeriod": 1,
                        "parentPluG_UId": "SyskpfA/u0WI1AR4FcKNXQ==",
                        "parentPluGuid": "a5242b4b-3ff0-45bb-88d4-047815c28d5d",
                        "preferredHostVendor": 103,
                        "preferredHostChanged": true,
                        "code": "sample string 105",
                        "supplierIdentifier": "HOSwcn0Pj0SPUlIuk8HaYA==",
                        "supplierIdentifierGuid": "72b0e41c-0f7d-448f-8f52-522e93c1da60",
                        "supplierChanged": true,
                        "rebateSupplierIdentifier": "mzFrBTJwtkG6YMRVD+aslA==",
                        "rebateSupplierIdentifierGuid": "056b319b-7032-41b6-ba60-c4550fe6ac94",
                        "rebateSupplierChanged": true,
                        "availableForOrder": true,
                        "warehouseDirectIndicator": "sample string 107",
                        "warehouseDirectIndicatorChanged": true,
                        "productGrade": "sample string 109",
                        "productType": "sample string 110",
                        "productGroup": "sample string 111",
                        "complianceIndicator": "sample string 112",
                        "inhouseBrand": "sample string 113",
                        "slowMoving": true,
                        "generalMerchandise": true,
                        "comment": "sample string 116",
                        "lastUpdatedByUser": "sample string 117",
                        "lastManualUpdatedByUser": "sample string 118",
                        "lastUpdatedByUserOverride": true,
                        "lastUpdatedByHost": "2025-06-14T07:45:59.1402641",
                        "commodity": "sample string 120",
                        "businessPillar": "sample string 121",
                        "mscCommodity": "sample string 122",
                        "hostIdentifier": "EctaI0Qf3US7Nz+QWMC1QA==",
                        "hostIdentifierGuid": "235acb11-1f44-44dd-bb37-3f9058c0b540",
                        "serviceFeeID": 1,
                        "serviceFeeIDChanged": true,
                        "providerName": "sample string 124",
                        "aisleEnds": "sample string 125",
                        "deleted": true,
                        "deletedChanged": true,
                        "hidden": true,
                        "doNotRange": true,
                        "doNotRangeChanged": true,
                        "doNotOrder": true,
                        "doNotOrderChanged": true,
                        "locked": true,
                        "excludeFromWebUpdate": true,
                        "excludeFromWebUpdateChanged": true,
                        "webPriceBasedOn": 136,
                        "webPriceRounding": true,
                        "webMarkup": 138,
                        "webPriceMode": 139,
                        "altDepartmentID": 1,
                        "altSubDepartmentID": 1,
                        "altMinorDepartmentID": 1,
                        "altLesserDepartmentID": 1,
                        "altDeptCode": "sample string 140",
                        "altSubDeptCode": "sample string 141",
                        "altMinorDeptCode": "sample string 142",
                        "altLesserDeptCode": "sample string 143",
                        "altDepartmentChanged": true,
                        "storeProducts": [
                          {
                            "$ref": "13"
                          },
                          {
                            "$ref": "13"
                          }
                        ],
                        "store": {
                          "$ref": "4"
                        },
                        "storePrices": [
                          {
                            "$id": "14",
                            "pluG_UID": "oMgfiLgy10KfXMqj77uCRw==",
                            "pluGuid": "881fc8a0-32b8-42d7-9f5c-caa3efbb8247",
                            "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-06-14T07:45:59.1402641"
                          },
                          {
                            "$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-06-14T07:45:59.1402641",
                            "priceChangeType": 0,
                            "costDecimals": 10
                          },
                          "normalPluPrices": {
                            "$ref": "16"
                          },
                          "winningCampaign": 1,
                          "winner": {
                            "$id": "17",
                            "campaignName": "sample string 1",
                            "campaignDescription": "sample string 2",
                            "startDate": "2025-06-14T07:45:59.1402641",
                            "startTime": 3,
                            "endDate": "2025-06-14T07:45:59.1402641",
                            "endTime": 4,
                            "newPrice": 5,
                            "newCost": 6,
                            "newCostDecimals": 7,
                            "pctDiscount": 8,
                            "promoType": 1,
                            "promotionTypeCode": "sample string 9",
                            "hostType": 10,
                            "hostIdentifier": "og6glenXakmKTkPkZ0Nl7Q==",
                            "hostIdentifierGuid": "95a00ea2-d7e9-496a-8a4e-43e4674365ed",
                            "storeNames": [
                              "sample string 1",
                              "sample string 2"
                            ]
                          },
                          "details": [
                            {
                              "$ref": "17"
                            },
                            {
                              "$ref": "17"
                            }
                          ]
                        },
                        "tray": {
                          "$id": "18",
                          "g_UId": "4yIqzNHSFE66Q0gmIOdY3g==",
                          "guid": "cc2a22e3-d2d1-4e14-ba43-482620e758de",
                          "name": "sample string 1",
                          "number": 1,
                          "tare": 1
                        },
                        "priceGroup": {
                          "$id": "19",
                          "priceGroupG_UID": "W0/T4c+4UEK2yi2SBZwswg==",
                          "priceGroupGuid": "e1d34f5b-b8cf-4250-b6ca-2d92059c2cc2",
                          "name": "sample string 2",
                          "code": 1,
                          "modified": true,
                          "updated": "2025-06-14T07:45:59.1402641",
                          "buyingLimit": 1,
                          "buyingLimitIndependent": true,
                          "buyingLimitType": 0,
                          "number": 1,
                          "products": [
                            {
                              "$ref": "13"
                            },
                            {
                              "$ref": "13"
                            }
                          ],
                          "productCount": 1
                        },
                        "priceGroupName": "sample string 145",
                        "nutrifacts": {
                          "$id": "20",
                          "pluG_UID": "ZpqMvXrZZ0WxHJ3PXXCy/g==",
                          "pluGuid": "bd8c9a66-d97a-4567-b11c-9dcf5d70b2fe",
                          "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": "c3c459ec-7c09-4054-a464-3588567fbaf9",
                          "created": "2025-06-14T07:45:59.1402641",
                          "createdByUser": "sample string 1",
                          "activated": "2025-06-14T07:45:59.1402641",
                          "deactivated": "2025-06-14T07:45:59.1402641",
                          "lastOrdered": "2025-06-14T07:45:59.1402641",
                          "lastOrderedQty": 2.0,
                          "lastReceived": "2025-06-14T07:45:59.1402641",
                          "lastReceivedQty": 3.0,
                          "lastInvoiceStatus": 1,
                          "lastCounted": "2025-06-14T07:45:59.1402641",
                          "lastSold": "2025-06-14T07:45:59.1402641",
                          "firstSold": "2025-06-14T07:45:59.1402641",
                          "awsUpdated": "2025-06-14T07:45:59.1402641",
                          "lastManualUpdate": "2025-06-14T07:45:59.1402641",
                          "lastManualUpdatedByUser": "sample string 5",
                          "lastUpdated": "2025-06-14T07:45:59.1402641",
                          "lastUpdatedByUser": "sample string 7",
                          "lastUpdatedByHost": "2025-06-14T07:45:59.1402641",
                          "doNotRangeUpdated": "2025-06-14T07:45:59.1402641",
                          "doNotOrderUpdated": "2025-06-14T07:45:59.1402641",
                          "tracked": "2025-06-14T07:45:59.1402641"
                        },
                        "allergens": [
                          {
                            "$id": "22",
                            "allergenID": 1,
                            "pluG_UID": "Lh1jookQC0C87zF5ssuH+A==",
                            "pluGuid": "a2631d2e-1089-400b-bcef-3179b2cb87f8",
                            "contains": 2,
                            "allergenName": "sample string 3",
                            "storeIDs": [
                              1,
                              2
                            ]
                          },
                          {
                            "$ref": "22"
                          }
                        ],
                        "costs": {
                          "$id": "23",
                          "pluG_UID": "kHeiHcrJj0elFyavhk1kLA==",
                          "pluGuid": "1da27790-c9ca-478f-a517-26af864d642c",
                          "enteredCost": 1,
                          "weightedAvgCost": 1,
                          "lastCost": 1,
                          "rawEnteredCost": 2,
                          "rawWeightedAvgCost": 3,
                          "rawLastCost": 4,
                          "freight": 5.0,
                          "freightType": 6,
                          "costDecimals": 7,
                          "fifoCost": 1,
                          "updated": "2025-06-14T07:45:59.1402641",
                          "normalCost": 1,
                          "currentCost": 1
                        },
                        "sales": [
                          {
                            "$id": "24",
                            "saleHeaderID": 1,
                            "created": "2025-06-14T07:45:59.1402641",
                            "createdLocal": "2025-06-14T07:45:59.1402641",
                            "storeID": 3,
                            "storeName": "sample string 4",
                            "operatorG_Uid": "06DK7j11DkGMQ+rRfbwaRw==",
                            "operatorGuid": "eecaa0d3-753d-410e-8c43-ead17dbc1a47",
                            "operatorName": "sample string 5",
                            "tranType": 1,
                            "plu": 1,
                            "pluG_UId": "0BA9Dc5DZkqN+Ay0pd1i1w==",
                            "pluGuid": "0d3d10d0-43ce-4a66-8df8-0cb4a5dd62d7",
                            "normalPrice": 1,
                            "totalCents": 1,
                            "cost": 1,
                            "grossProfit": 1,
                            "quantity": 1,
                            "operator": {
                              "$ref": "2"
                            }
                          },
                          {
                            "$ref": "24"
                          }
                        ],
                        "apns": [
                          {
                            "$id": "25",
                            "pluID": 1,
                            "pluG_UID": "TmPvCF2oykSrEgT0MVP/Yg==",
                            "pluGuid": "08ef634e-a85d-44ca-ab12-04f43153ff62",
                            "apn": "sample string 1",
                            "deleted": true,
                            "storeID": 1,
                            "storeIDs": [
                              1,
                              2
                            ]
                          },
                          {
                            "$ref": "25"
                          }
                        ],
                        "tuns": [
                          {
                            "$id": "26",
                            "pluG_UId": "qLb1D62QXkCEFMu0+XVNrw==",
                            "pluGuid": "0ff5b6a8-90ad-405e-8414-cbb4f9754daf",
                            "apn": "sample string 1",
                            "tun": "sample string 2",
                            "cartonQuantity": 3,
                            "product": {
                              "$ref": "13"
                            },
                            "storeIDs": [
                              1,
                              2
                            ]
                          },
                          {
                            "$ref": "26"
                          }
                        ],
                        "competitionPricing": [
                          {
                            "$id": "27",
                            "identifier": "XQEmwZRqV0qsmaux9xyg2A==",
                            "identifierGuid": "c126015d-6a94-4a57-ac99-abb1f71ca0d8",
                            "pluG_UID": "+J9/gZ+sHEOQtUhYun7egw==",
                            "pluGuid": "817f9ff8-ac9f-431c-90b5-4858ba7ede83",
                            "competitionID": 1,
                            "name": "sample string 2",
                            "sellMultiple": 3,
                            "retailPrice": 4,
                            "storeName": "sample string 5"
                          },
                          {
                            "$ref": "27"
                          }
                        ],
                        "supplier": {
                          "$ref": "8"
                        },
                        "supplierName": "sample string 146",
                        "children": [
                          {
                            "$ref": "13"
                          },
                          {
                            "$ref": "13"
                          }
                        ],
                        "ordering": {
                          "$ref": "11"
                        },
                        "flipChartPages": [
                          {
                            "$id": "28",
                            "identifier": "pOQQOfqWukmsudHYHCma7A==",
                            "groupName": "sample string 1",
                            "identifierGuid": "3910e4a4-96fa-49ba-acb9-d1d81c299aec",
                            "exists": true,
                            "flipChartIdentifier": "CiTTAPWanECBhrFN9uVz3w==",
                            "flipChartIdentifierGuid": "00d3240a-9af5-409c-8186-b14df6e573df",
                            "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": "SGku/oOrZ0mWhsQlUcH/CQ==",
                            "groupIdentifierGuid": "fe2e6948-ab83-4967-9686-c42551c1ff09",
                            "flipChart": {
                              "$id": "29",
                              "identifier": "kqVc3RSDMEG+8Fuo4fnJjg==",
                              "identifierGuid": "dd5ca592-8314-4130-bef0-5ba8e1f9c98e",
                              "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": "zA3PXTJtdUKl1YsSdaDUQw==",
                                "identifierGuid": "5dcf0dcc-6d32-4275-a5d5-8b1275a0d443",
                                "name": "sample string 2",
                                "formType": "sample string 3",
                                "forms": [
                                  {
                                    "$id": "31",
                                    "id": 1,
                                    "g_UID": "xED33ezDqEm+2xjsrZVgAQ==",
                                    "guid": "ddf740c4-c3ec-49a8-bedb-18ecad956001",
                                    "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": "O4Sg9Dg8vkub9NKTh7nGAw==",
                                    "previousFormGuid": "f4a0843b-3c38-4bbe-9bf4-d29387b9c603",
                                    "nextForm": 1,
                                    "nextFormG_UID": "dhaRYoXr20qfyW6V84E+ug==",
                                    "nextFormGuid": "62911676-eb85-4adb-9fc9-6e95f3813eba",
                                    "attributes": "sample string 10",
                                    "updated": "2025-06-14T07:45:59.1402641",
                                    "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": "mBBwFXhZZ0qOlQzTJmID9w==",
                                        "checkoutFormGuid": "15701098-5978-4a67-8e95-0cd3266203f7",
                                        "identifier": "Dupg6obdaU2unHe5tU1/iA==",
                                        "identifierGuid": "ea60ea0e-dd86-4d69-ae9c-77b9b54d7f88",
                                        "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": "4fcS6d1sXESGp3Fh6dpI3w==",
                                        "valueGuid": "e912f7e1-6cdd-445c-86a7-7161e9da48df",
                                        "buttonText": "sample string 10",
                                        "valueText": "sample string 11",
                                        "drawImageAndButton": true,
                                        "updated": "2025-06-14T07:45:59.1402641",
                                        "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-06-14T07:45:59.1402641",
                                          "imageData": "QEA=",
                                          "readOnly": true
                                        }
                                      },
                                      {
                                        "$ref": "32"
                                      }
                                    ],
                                    "panels": [
                                      {
                                        "$id": "34",
                                        "id": 1,
                                        "checkoutFormID": 2,
                                        "checkoutFormG_UID": "scC4PJJRmUinUVNaSmBw6g==",
                                        "checkoutFormGuid": "3cb8c0b1-5192-4899-a751-535a4a6070ea",
                                        "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": "k9svpQ4kUU2oWPOyxfHCdQ==",
                                "flipChartPageIdentifierGuid": "a52fdb93-240e-4d51-a858-f3b2c5f1c275",
                                "pluG_UID": "BbyMjoS+r0ShjBK32mHXBQ==",
                                "pluGuid": "8e8cbc05-be84-44af-a18c-12b7da61d705",
                                "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": "uh9XvqYcz0GlF3SfrNPAqA==",
                            "pluGuid": "be571fba-1ca6-41cf-a517-749facd3c0a8",
                            "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-06-14T07:45:59.1402641",
                            "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": "qOGyIFGnIE+BIfsUsIRH2w==",
                            "ingredientGuid": "r1bkDbYFEUSh9KwpjD+8gA==",
                            "ingredientIdentifier": "0de456af-05b6-4411-a1f4-ac298c3fbc80",
                            "quantity": 1.0,
                            "storeIDs": [
                              1,
                              2
                            ],
                            "ingredientText": "sample string 1",
                            "ingredient": {
                              "$ref": "13"
                            }
                          },
                          {
                            "$ref": "37"
                          }
                        ],
                        "bins": [
                          {
                            "$id": "38",
                            "pluG_UID": "fWMx125mW0qYcZB9poaimw==",
                            "pluGuid": "d731637d-666e-4a5b-9871-907da686a29b",
                            "shelfLocationIdentifier": "CCVzdGeRwE64vCPJv1hqCA==",
                            "shelfLocationGuid": "74732508-9167-4ec0-b8bc-23c9bf586a08",
                            "labelShelfDefault": 1,
                            "labelTalkerDefault": 1,
                            "labelSmall": true,
                            "labelPageLayoutG_UID": "jYoZomw62UeD+7QHkfAcnQ==",
                            "labelPageLayoutGuid": "a2198a8d-3a6c-47d9-83fb-b40791f01c9d",
                            "updated": "2025-06-14T07:45:59.1402641",
                            "electronicShelfLabelIdentifier": "sample string 5",
                            "electronicshelfLabelsConfigurationID": 6,
                            "labelShelfChanged": true,
                            "productName": "sample string 8",
                            "locationText": "sample string 9",
                            "product": {
                              "$ref": "13"
                            },
                            "location": {
                              "$id": "39",
                              "identifier": "35VtinXkbk20seiwrthqrQ==",
                              "storeID": 1,
                              "identifierGuid": "8a6d95df-e475-4d6e-b4b1-e8b0aed86aad",
                              "name": "sample string 2",
                              "haccp": true,
                              "blueprintID": 1,
                              "updated": "2025-06-14T07:45:59.1402641",
                              "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": "CqEuhUhUVkGeenXf4z6xzA==",
                            "pluGuid": "852ea10a-5448-4156-9e7a-75dfe33eb1cc",
                            "deptNo": 1,
                            "product": {
                              "$ref": "13"
                            },
                            "scaleLocation": {
                              "$id": "41",
                              "id": 1,
                              "deptNo": 1,
                              "deptCode": "sample string 2",
                              "name": "sample string 3",
                              "enabled": true,
                              "updated": "2025-06-14T07:45:59.1402641",
                              "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-06-14T07:45:59.1402641",
                                            "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": "YgDcQtg6TkGdkuUfdGScCg==",
                                            "labelPageLayoutGuid": "42dc0062-3ad8-414e-9d92-e51f74649c0a",
                                            "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-06-14T07:45:59.1402641",
                                        "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": "MGAMcw7qSkyGDTPjyqNZow==",
                                        "labelPageLayoutGuid": "730c6030-ea0e-4c4a-860d-33e3caa359a3",
                                        "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-06-14T07:45:59.1402641",
                                    "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": "3zVPKKf0xEG3Z6FO0NonzA==",
                                    "labelPageLayoutGuid": "284f35df-f4a7-41c4-b767-a14ed0da27cc",
                                    "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-06-14T07:45:59.1402641",
                                "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": "KizqLP0Dv0qi7O74Q+SQKw==",
                                "labelPageLayoutGuid": "2cea2c2a-03fd-4abf-a2ec-eef843e4902b",
                                "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": "KXxUN+nT9kmn1bZJldj6MA==",
                          "pluGuid": "37547c29-d3e9-49f6-a7d5-b64995d8fa30",
                          "newPrice": 1,
                          "pctDiscount": 1,
                          "newCost": 1,
                          "newCostDecimals": 6,
                          "dealCostIdentifier": "t1voib8bmUWX6sp7BFRVEA==",
                          "dealCostGuid": "89e85bb7-1bbf-4599-97ea-ca7b04545510",
                          "pluName": "sample string 7",
                          "apn": "sample string 8",
                          "fuelItem": true,
                          "priceGroupG_UID": "eukmY6dBUU2g+29WOkPngw==",
                          "priceGroupGuid": "6326e97a-41a7-4d51-a0fb-6f563a43e783",
                          "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-06-14T07:45:59.1402641",
                          "rrp": 26,
                          "campaignDescription": "sample string 27",
                          "campaignComboPriceGroupG_UID": "hO86/934kkaSjF1Dsu6r9Q==",
                          "campaignComboPriceGroupIdentifier": "ff3aef84-f8dd-4692-928c-5d43b2eeabf5",
                          "promotionPlacementDescription": "sample string 28",
                          "storeAcceptances": [
                            {
                              "$id": "51",
                              "plu": 1,
                              "pluG_UId": "QEA=",
                              "campaignID": 1,
                              "campaignName": "sample string 2",
                              "storeID": 3,
                              "acceptedUtc": "2025-06-14T07:45:59.1402641",
                              "operatorG_UID": "m/kYTLBuykaC5EfqiFZEIA==",
                              "operatorGuid": "4c18f99b-6eb0-46ca-82e4-47ea88564420",
                              "machineID": 1,
                              "processed": true,
                              "appliedUtc": "2025-06-14T07:45:59.1402641",
                              "signIqTicketFileMovedUtc": "2025-06-14T07:45:59.1402641",
                              "user": "sample string 6",
                              "campaignDescription": "sample string 7",
                              "productDesc": "sample string 8",
                              "storeName": "sample string 9",
                              "effectiveUtc": "2025-06-14T07:45:59.1402641",
                              "priceChangeType": 0,
                              "operatorName": "sample string 10",
                              "hostCampaign": true,
                              "product": {
                                "$ref": "13"
                              },
                              "campaignPlu": {
                                "$ref": "50"
                              }
                            },
                            {
                              "$ref": "51"
                            }
                          ],
                          "campaign": {
                            "$id": "52",
                            "id": 1,
                            "storeID": 2,
                            "name": "eaf89e5c-5ab0-46a2-9924-beb1f27507da",
                            "nameGuid": "eaf89e5c-5ab0-46a2-9924-beb1f27507da",
                            "description": "sample string 4",
                            "showDiscounts": true,
                            "showTotals": true,
                            "onlyEvaluateOnSubtotal": true,
                            "useDescription": true,
                            "campaignType": 1,
                            "startDate": "2025-06-14T07:45:59.1402641",
                            "startTime": 1,
                            "endDate": "2025-06-14T07:45:59.1402641",
                            "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-06-14T07:45:59.1402641",
                            "system": true,
                            "created": "2025-06-14T07:45:59.1402641",
                            "updated": "2025-06-14T07:45:59.1402641",
                            "priceChangeNotifiedUtc": "2025-06-14T07:45:59.1402641",
                            "promoType": 1,
                            "promotionTypeCode": "sample string 13",
                            "hostIdentifier": "e9zCMosIzUOtIZaykIcIkg==",
                            "hostIdentifierGuid": "32c2dc7b-088b-43cd-ad21-96b290870892",
                            "hostType": 14,
                            "createdByUser": "sample string 15",
                            "fromHost": true,
                            "deleted": true,
                            "campaignDeleted": "2025-06-14T07:45:59.1402641",
                            "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": "RDobESuJ40aovLfkGjdsPg==",
                                "pluGuid": "111b3a44-892b-46e3-a8bc-b7e41a376c3e",
                                "hostOfferID": 1,
                                "priceGroupG_UID": "/NLQBszHD0qzOKxqbytDwQ==",
                                "priceGroupGuid": "06d0d2fc-c7cc-4a0f-b338-ac6a6f2b43c1",
                                "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-06-14T07:45:59.1402641",
                                "rrp": 17,
                                "campaignDescription": "sample string 18",
                                "product": {
                                  "$ref": "13"
                                },
                                "campaign": {
                                  "$ref": "52"
                                }
                              },
                              {
                                "$ref": "53"
                              }
                            ],
                            "sellingRules": [
                              {
                                "$id": "54",
                                "id": 1,
                                "identifier": "jk+rAhMI7EKr1dBviUP8dA==",
                                "identifierStr": "jk+rAhMI7EKr1dBviUP8dA==",
                                "identifierGuid": "02ab4f8e-0813-42ec-abd5-d06f8943fc74",
                                "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": "zrIVgP7mrUiXv8zFLCKTQg==",
                                "customerIDGuid": "8015b2ce-e6fe-48ad-97bf-ccc52c229342",
                                "campaign": {
                                  "$ref": "52"
                                },
                                "customer": {
                                  "$id": "56",
                                  "identifier": "oUnJ38F2DUuSqim2lqf8DQ==",
                                  "identifierGuid": "dfc949a1-76c1-4b0d-92aa-29b696a7fc0d",
                                  "code": "sample string 2",
                                  "familyName": "sample string 3",
                                  "givenName": "sample string 4",
                                  "otherName": "sample string 5",
                                  "title": "sample string 6",
                                  "dateOfBirth": "2025-06-14T07:45:59.1402641",
                                  "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": "ciYtsrNPSEO87M54jr981w==",
                                  "communityIdentifierGuid": "b22d2672-4fb3-4348-bcec-ce788ebf7cd7",
                                  "joined": "2025-06-14T07:45:59.1402641",
                                  "updated": "2025-06-14T07:45:59.1402641",
                                  "active": true,
                                  "reasonInactive": 1,
                                  "groupCustomer": true,
                                  "loyaltyPoints": 1,
                                  "homeStoreID": 1,
                                  "availableSpend": 1,
                                  "priceLevelIdentifier": "JNsGp2V8bUqPJiXuexOcYg==",
                                  "priceLevelIdentifierGuid": "a706db24-7c65-4a6d-8f26-25ee7b139c62",
                                  "marketingID": "sample string 18",
                                  "hidden": true,
                                  "registered": true,
                                  "registeredOn": "2025-06-14T07:45:59.1402641",
                                  "emailMarketing": true,
                                  "smsMarketing": true,
                                  "deleted": true,
                                  "deletedUser": "sample string 24",
                                  "homeStoreName": "sample string 25",
                                  "customerCards": [
                                    {
                                      "$id": "57",
                                      "cardType": 2,
                                      "issueDate": "2025-06-14T07:45:59.1402641",
                                      "expiry": "2025-06-14T07:45:59.1402641",
                                      "customerID": "PaxBG+otR0uGvS7JcCHAUQ==",
                                      "customerIDGuid": "1b41ac3d-2dea-4b47-86bd-2ec97021c051",
                                      "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-06-14T07:45:59.1402641",
                                      "linkedAccount": "Uuj65VkHwE6hGPX/ipxBvA==",
                                      "linkedAccountGuid": "e5fae852-0759-4ec0-a118-f5ff8a9c41bc",
                                      "currentValueChanged": true,
                                      "limitsChanged": true,
                                      "customer": {
                                        "$ref": "56"
                                      },
                                      "account": {
                                        "$id": "58",
                                        "id": 1,
                                        "identifier": "VSkYPWAVFECZ/FUOirD3DA==",
                                        "identifierGuid": "3d182955-1560-4014-99fc-550e8ab0f70c",
                                        "referenceNo": "sample string 3",
                                        "name": "sample string 4",
                                        "created": "2025-06-14T07:45:59.1402641",
                                        "owner": "9+/tBVL2YUmD6j0KAIHO2Q==",
                                        "ownerGuid": "05edeff7-f652-4961-83ea-3d0a0081ced9",
                                        "accountStoreGroupIdentifier": "z6PBUIGh80GY+76LAjDK7A==",
                                        "accountStoreGroupGuid": "50c1a3cf-a181-41f3-98fb-be8b0230caec",
                                        "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-06-14T07:45:59.1402641",
                                        "active": true,
                                        "updated": "2025-06-14T07:45:59.1402641",
                                        "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": "69/hfcMk106ErpU5h7mBmw==",
                                            "identifierGuid": "7de1dfeb-24c3-4ed7-84ae-953987b9819b",
                                            "name": "sample string 2",
                                            "primaryContact": "UTTZ5GsGukOpoJPMwxn7fQ==",
                                            "primaryContactGuid": "e4d93451-066b-43ba-a9a0-93ccc319fb7d",
                                            "accountID": "JySwxdJbV0ewa/nk0eOh5w==",
                                            "accountIDGuid": "c5b02427-5bd2-4757-b06b-f9e4d1e3a1e7",
                                            "special": true,
                                            "updated": "2025-06-14T07:45:59.1402641",
                                            "active": true,
                                            "reasonInactive": 1,
                                            "priceLevelIdentifier": "tHW+83ixSk+9mm0v55kSyw==",
                                            "priceLevelIdentifierGuid": "f3be75b4-b178-4f4a-bd9a-6d2fe79912cb",
                                            "deleted": true,
                                            "account": {
                                              "$ref": "58"
                                            },
                                            "primaryContactCustomer": {
                                              "$ref": "56"
                                            },
                                            "customerGroupMembers": [
                                              {
                                                "$id": "61",
                                                "id": 1,
                                                "groupID": "m9lq57VNVEiZDvh6DxQ24w==",
                                                "groupIDGuid": "e76ad99b-4db5-4854-990e-f87a0f1436e3",
                                                "customerID": "0mEvbVZDAUm66dSLJv0C4g==",
                                                "customerIDGuid": "6d2f61d2-4356-4901-bae9-d48b26fd02e2",
                                                "card": "sample string 4",
                                                "linkedAccount": "g+UPNL6wnUa8XIUIui4lzQ==",
                                                "linkedAccountGuid": "340fe583-b0be-469d-bc5c-8508ba2e25cd",
                                                "customer": {
                                                  "$ref": "56"
                                                },
                                                "group": {
                                                  "$ref": "60"
                                                },
                                                "customerCard": {
                                                  "$ref": "57"
                                                }
                                              },
                                              {
                                                "$ref": "61"
                                              }
                                            ]
                                          },
                                          {
                                            "$ref": "60"
                                          }
                                        ]
                                      },
                                      "payments": [
                                        {
                                          "$id": "62",
                                          "id": 1,
                                          "identifier": "1WF0GkRnyUSOpv5zP1iQCQ==",
                                          "identifierGuid": "1a7461d5-6744-44c9-8ea6-fe733f589009",
                                          "storeID": 2,
                                          "operatorName": "sample string 3",
                                          "saleHeaderID": 4,
                                          "paymentType": 5,
                                          "amount": 6,
                                          "account": "sample string 7",
                                          "accountID": "U1LUppmUlkySrUCeGdYciw==",
                                          "accountIDGuid": "a6d45253-9499-4c96-92ad-409e19d61c8b",
                                          "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-06-14T07:45:59.1402641",
                                          "invRocNo": "sample string 14",
                                          "responseCode": "sample string 15",
                                          "cashout": 1,
                                          "tip": 16,
                                          "idempotentVoid": "ywA72O8LGUGvw649Rk3kzA==",
                                          "idempotentVoidGuid": "d83b00cb-0bef-4119-afc3-ae3d464de4cc",
                                          "offline": true,
                                          "processed": 1,
                                          "storeSaleHeader": {
                                            "$id": "63",
                                            "saleHeaderID": 1,
                                            "saleHeaderGuid": "dsLnmEAF80GHCDeoe5DYkA==",
                                            "saleHeaderIdentifierGuid": "98e7c276-0540-41f3-8708-37a87b90d890",
                                            "created": "2025-06-14T07:45:59.1402641",
                                            "createdLocal": "2025-06-14T07:45:59.1402641",
                                            "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-06-14T07:45:59.1402641",
                                            "storeID": 1,
                                            "operatorG_Uid": "ugQjrFEwGk2EQuK8NLALyw==",
                                            "operatorGuid": "ac2304ba-3051-4d1a-8442-e2bc34b00bcb",
                                            "customerG_Uid": "PvBAjPhdwkavZsmgfzd9pA==",
                                            "customerGuid": "8c40f03e-5df8-46c2-af66-c9a07f377da4",
                                            "communityIdentifier": "TAklLD0xZkW5eYlNQ4yo5A==",
                                            "communityIdentifierGuid": "2c25094c-313d-4566-b979-894d438ca8e4",
                                            "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": "rnqyztvGNEqc9Ac6QNQS4A==",
                                            "priceLevelIdentifierGuid": "ceb27aae-c6db-4a34-9cf4-073a40d412e0",
                                            "locked": 36,
                                            "relationChecksum": "sample string 37",
                                            "loyaltyTender": 1,
                                            "giftCardTender": 1,
                                            "operator": {
                                              "$ref": "2"
                                            },
                                            "customer": {
                                              "$ref": "56"
                                            },
                                            "communityOrganisation": {
                                              "$id": "64",
                                              "id": 1,
                                              "identifier": "nd9DLcvZIU2MjIHtvpMDwg==",
                                              "identifierGuid": "2d43df9d-d9cb-4d21-8c8c-81edbe9303c2",
                                              "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-06-14T07:45:59.1402641",
                                              "deleted": true
                                            },
                                            "details": [
                                              {
                                                "$id": "65",
                                                "saleItemID": 1,
                                                "identifier": "0bl1vtc8RES1+JJgUJfXNw==",
                                                "identifierGuid": "be75b9d1-3cd7-4444-b5f8-92605097d737",
                                                "saleHeaderID": 2,
                                                "plu": 1,
                                                "pluG_UId": "3YzchBR/FEii73ekVNCyvA==",
                                                "pluGuid": "84dc8cdd-7f14-4814-a2ef-77a454d0b2bc",
                                                "accountID": "1LSGr2ZI6kmGLjJi44X9lg==",
                                                "accountIDGuid": "af86b4d4-4866-49ea-862e-3262e385fd96",
                                                "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-06-14T07:45:59.1402641",
                                                "bestOrExpireType": 1,
                                                "providerName": "sample string 11",
                                                "refundG_UID": "HlBxdNl6qkGAHXzihY2CFQ==",
                                                "refundGuid": "7471501e-7ad9-41aa-801d-7ce2858d8215",
                                                "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": "/WaMVbJas02XdUEkXcbwQA==",
                                                "idempotentVoidGuid": "558c66fd-5ab2-4db3-9775-41245dc6f040",
                                                "priceLevelIdentifier": "gXUYkZehNUy4tRmRUuVUBQ==",
                                                "priceLevelIdentifierGuid": "91187581-a197-4c35-b8b5-199152e55405",
                                                "productName": "sample string 23",
                                                "apn": "sample string 24",
                                                "unknownScans": [
                                                  {
                                                    "$id": "66",
                                                    "id": 1,
                                                    "saleDetailID": 2,
                                                    "storeID": 1,
                                                    "scanned": "2025-06-14T07:45:59.1402641",
                                                    "operatorG_UID": "QEA=",
                                                    "barcode": "sample string 4",
                                                    "processed": 1
                                                  },
                                                  {
                                                    "$ref": "66"
                                                  }
                                                ],
                                                "refund": {
                                                  "$id": "67",
                                                  "id": 1,
                                                  "g_UID": "GJGCjpIRYkmvxFYq5t7uzA==",
                                                  "guid": "8e829118-1192-4962-afc4-562ae6deeecc",
                                                  "description": "sample string 1",
                                                  "dumped": true,
                                                  "inventoryReasonID": 1,
                                                  "sortOrder": 1,
                                                  "updated": "2025-06-14T07:45:59.1402641"
                                                },
                                                "modifier": {
                                                  "$id": "68",
                                                  "id": 1,
                                                  "setG_UID": "vOlFBh40XUC2ZxwHuL3g/g==",
                                                  "modifierSetGuid": "0645e9bc-341e-405d-b667-1c07b8bde0fe",
                                                  "name": "sample string 2",
                                                  "price": 1,
                                                  "quantity": 1,
                                                  "modifierType": 1,
                                                  "groupNumber": 1,
                                                  "pageNumber": 1,
                                                  "controlOrder": 1,
                                                  "printToStation": true,
                                                  "pluG_UID": "jlpP0iuS+k6uT8pb1T34CQ==",
                                                  "pluGuid": "d24f5a8e-922b-4efa-ae4f-ca5bd53df809",
                                                  "deleted": true,
                                                  "g_UID": "XSwwSd+jQkusYl8+Zd40RQ==",
                                                  "guid": "49302c5d-a3df-4b42-ac62-5f3e65de3445",
                                                  "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": "37OepqiMREijZZK9Z3wIFA==",
                                                "pluGuid": "a69eb3df-8ca8-4844-a365-92bd677c0814",
                                                "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-06-14T07:45:59.1402641",
                                                "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-06-14T07:45:59.1402641",
                                                "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": "mvaFwYFgkEKLlPa2vvereQ==",
                                                "pluGuid": "c185f69a-6081-4290-8b94-f6b6bef7ab79",
                                                "accountID": "fMaF2jVF2E2v5Cx24phBpQ==",
                                                "accountIDGuid": "da85c67c-4535-4dd8-afe4-2c76e29841a5",
                                                "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-06-14T07:45:59.1402641",
                                                "bestOrExpireType": 1,
                                                "refundG_UID": "zVurSvGysEO5mkLQSUYC5A==",
                                                "refundGuid": "4aab5bcd-b2f1-43b0-b99a-42d0494602e4",
                                                "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": "B471eH8rM0KHvJIOeDLc6w==",
                                                "identifierGuid": "78f58e07-2b7f-4233-87bc-920e7832dceb",
                                                "id": 1,
                                                "orderNo": 2,
                                                "externalSaleIdentifier": "sample string 3",
                                                "storeID": 4,
                                                "zoneID": 5,
                                                "deptNo": 6,
                                                "customerIdentifier": "Q+l8qyo3V0CMZSH6LeW6lQ==",
                                                "customerIdentifierGuid": "ab7ce943-372a-4057-8c65-21fa2de5ba95",
                                                "operatorNo": 1,
                                                "operatorG_UID": "iGU2e/0QI0auc94mxEZGXg==",
                                                "operatorGuid": "7b366588-10fd-4623-ae73-de26c446465e",
                                                "created": "2025-06-14T07:45:59.1402641",
                                                "ordered": "2025-06-14T07:45:59.1402641",
                                                "started": "2025-06-14T07:45:59.1402641",
                                                "completed": "2025-06-14T07:45:59.1402641",
                                                "supplied": "2025-06-14T07:45:59.1402641",
                                                "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": "BBkifHBJ20m3ZH/cH4dchA==",
                                                    "pluGuid": "7c221904-4970-49db-b764-7fdc1f875c84",
                                                    "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": "xxWGkkWb7UiT7ZUcM5rnsQ==",
                                                    "headerIdentifierGuid": "928615c7-9b45-48ed-93ed-951c339ae7b1",
                                                    "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": "QtS+w9FRBEWRkcQgKKDkkg==",
                                                "surveyGuid": "c3bed442-51d1-4504-9191-c42028a0e492",
                                                "saleHeaderGuid": "nA0nPV+sE06hoNFo9+VAxg==",
                                                "saleGuid": "3d270d9c-ac5f-4e13-a1a0-d168f7e540c6",
                                                "textResponse": "sample string 1",
                                                "integerResponse": 1,
                                                "g_UIDResponse": "N5doHrTDREywsvtbwJStNQ==",
                                                "guidResponse": "1e689737-c3b4-4c44-b0b2-fb5bc094ad35",
                                                "whoAnswered": 2,
                                                "answeredAtUTC": "2025-06-14T07:45:59.1402641",
                                                "sale": {
                                                  "$ref": "63"
                                                },
                                                "survey": {
                                                  "$id": "77",
                                                  "g_UID": "Dn53QcTKfEK/6PM4JRWkMA==",
                                                  "guid": "41777e0e-cac4-427c-bfe8-f3382515a430",
                                                  "name": "sample string 1",
                                                  "storeID": 2,
                                                  "zoneID": 1,
                                                  "checkoutFormG_UID": "yjCa0ixSGkWsSrRI1NI3lg==",
                                                  "checkoutFormGuid": "d29a30ca-522c-451a-ac4a-b448d4d23796",
                                                  "displayToWho": 3,
                                                  "displayWhen": 4,
                                                  "start": "2025-06-14T07:45:59.1402641",
                                                  "end": "2025-06-14T07:45:59.1402641",
                                                  "deleted": true,
                                                  "updated": "2025-06-14T07:45:59.1402641",
                                                  "possibleIntegerResponses": [
                                                    1,
                                                    2
                                                  ],
                                                  "possibleTextResponses": [
                                                    "sample string 1",
                                                    "sample string 2"
                                                  ],
                                                  "possibleGuidResponses": [
                                                    "1f9c9b89-4bda-45b3-b155-fb371d1565bd",
                                                    "94f866dd-5568-42a9-8ccb-52c74ccf79be"
                                                  ],
                                                  "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": "WA/QPxAYbEa2qFi2JOoTfg==",
                                            "accountIdentifier": "3fd00f58-1810-466c-b6a8-58b624ea137e",
                                            "accountName": "sample string 42",
                                            "customerOrderIdentifier": "wdCoG8XyhE6qn/qSMP0cnA==",
                                            "customerOrderIdentifierGuid": "1ba8d0c1-f2c5-4e84-aa9f-fa9230fd1c9c",
                                            "priceLevelName": "sample string 43",
                                            "revision": 44,
                                            "ingressId": "sample string 45"
                                          },
                                          "metadata": {
                                            "$id": "78",
                                            "id": 1,
                                            "paymentID": 2,
                                            "paymentIdentifier": "pOd8mqKOIUeOf3A7ggYS6A==",
                                            "paymentIdentifierGuid": "9a7ce7a4-8ea2-4721-8e7f-703b820612e8",
                                            "identifier": "/T45JODPp020Wr1j+CkI9g==",
                                            "identifierGuid": "24393efd-cfe0-4da7-b45a-bd63f82908f6",
                                            "metadata": "sample string 3",
                                            "signatureImage": "QEA=",
                                            "itemIdentifier": "Gw+XRjd6OUCZNKSvhuvoIg==",
                                            "itemIdentifierGuid": "46970f1b-7a37-4039-9934-a4af86ebe822"
                                          }
                                        },
                                        {
                                          "$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": "xLaWpEzo9UW1JjNiKiR+qQ==",
                                      "customerIdentifierGuid": "a496b6c4-e84c-45f5-b526-33622a247ea9",
                                      "voucherName": "sample string 2",
                                      "count": 3,
                                      "storeID": 4,
                                      "barcode": "sample string 5",
                                      "redeemCount": 6,
                                      "issueCount": 7,
                                      "storeSalePaymentID": 1,
                                      "idempotentID": "FF+MW/TRDkajjngciga3nQ==",
                                      "idempotentGuid": "5b8c5f14-d1f4-460e-a38e-781c8a06b79d",
                                      "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-06-14T07:45:59.1402641",
                                        "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-06-14T07:45:59.1402641",
                                          "labelPageLayout": "h85/e70xnE2LT41bu8jQtg==",
                                          "pageLayoutGuid": "7b7fce87-31bd-4d9c-8b4f-8d5bbbc8d0b6",
                                          "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-06-14T07:45:59.1402641"
                                            },
                                            {
                                              "$ref": "83"
                                            }
                                          ]
                                        },
                                        "customerVouchers": [
                                          {
                                            "$id": "84",
                                            "id": 1,
                                            "customerIdentifier": "MhsCb/R1J0Kp5nGZMRJjsg==",
                                            "customerIdentifierGuid": "6f021b32-75f4-4227-a9e6-7199311263b2",
                                            "voucherID": 3,
                                            "voucherName": "sample string 4",
                                            "storeID": 1,
                                            "barcode": "sample string 5",
                                            "dateOfIssue": "2025-06-14T07:45:59.1402641",
                                            "issuedSaleHeaderID": 1,
                                            "issuedSaleIdentifier": "sample string 7",
                                            "issuedOfflinePaymentID": 1,
                                            "issuedIdempotentID": "k7oYcz6ISUupm2JAYcs+ag==",
                                            "issuedIdempotentGuid": "7318ba93-883e-4b49-a99b-624061cb3e6a",
                                            "issuedOffline": true,
                                            "issuedUser": "sample string 9",
                                            "issuedNotes": "sample string 10",
                                            "expiryDate": "2025-06-14T07:45:59.1402641",
                                            "expiredUser": "sample string 11",
                                            "expiredNotes": "sample string 12",
                                            "redeemed": "2025-06-14T07:45:59.1402641",
                                            "redeemedSaleHeaderID": 1,
                                            "redeemedSaleIdentifier": "sample string 13",
                                            "redeemedOfflinePaymentID": 1,
                                            "redeemedIdempotentID": "A6g/BoJ060aLJ+Xslb1CUA==",
                                            "redeemedIdempotentGuid": "063fa803-7482-46eb-8b27-e5ec95bd4250",
                                            "redeemedUser": "sample string 14",
                                            "redeemedNotes": "sample string 15",
                                            "redeemedOffline": true,
                                            "updated": "2025-06-14T07:45:59.1402641",
                                            "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": "eVJfhVEt4U+i/lb/rIijsA==",
                                "groupIDGuid": "855f5279-2d51-4fe1-a2fe-56ffac88a3b0",
                                "campaign": {
                                  "$ref": "52"
                                },
                                "group": {
                                  "$ref": "60"
                                }
                              },
                              {
                                "$ref": "85"
                              }
                            ],
                            "signIqTickets": [
                              {
                                "$id": "86",
                                "identifier": "qT28ylNFt0aMVvxHXPK3dw==",
                                "identifierGuid": "cabc3da9-4553-46b7-8c56-fc475cf2b777",
                                "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": "/ZACxgXgMUay6+01SFCCiw==",
                                "guid": "c60290fd-e005-4631-b2eb-ed354850828b",
                                "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": "SvQqvlobJkifL2MAUjNGZg==",
                                    "groupGuid": "be2af44a-1b5a-4826-9f2f-630052334666",
                                    "comboPriceType": 5,
                                    "priceType": 5,
                                    "pluG_UID": "MApq6lvcuEeGr5fwT4xKhg==",
                                    "pluGuid": "ea6a0a30-dc5b-47b8-86af-97f04f8c4a86",
                                    "priceGroupG_UID": "ZqgwRCGAYU+UEmwRLt7jZQ==",
                                    "priceGroupGuid": "4430a866-8021-4f61-9412-6c112edee365",
                                    "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": "OANuXjm6X0ezvjMxjaMbhg==",
                                "priceLevelIdentifierGuid": "5e6e0338-ba39-475f-b3be-33318da31b86",
                                "campaignName": "sample string 3",
                                "priceLevelName": "sample string 4"
                              },
                              {
                                "$ref": "89"
                              }
                            ]
                          },
                          "product": {
                            "$ref": "13"
                          },
                          "dealCost": {
                            "$id": "90",
                            "headerIdentifier": "v+CTAUSE306Qltjze1dy3Q==",
                            "headerIdentifierGuid": "0193e0bf-8444-4edf-9096-d8f37b5772dd",
                            "identifier": "NdaqaFFBzECWfgHpjSaqKg==",
                            "identifierGuid": "68aad635-4151-40cc-967e-01e98d26aa2a",
                            "supplierIdentifier": "aADFr+avnU67VcuVZ6V2HA==",
                            "supplierGuid": "afc50068-afe6-4e9d-bb55-cb9567a5761c",
                            "pluG_UID": "O/Mg9j3bEU237WxBxlNIVg==",
                            "pluGuid": "f620f33b-db3d-4d11-b7ed-6c41c6534856",
                            "campaignName": "744e6d8d-29d3-4eab-bf39-c3c4a5054a84",
                            "description": "sample string 4",
                            "cost": 5,
                            "costDecimals": 6,
                            "start": "2025-06-14T07:45:59.1402641",
                            "end": "2025-06-14T07:45:59.1402641",
                            "type": 9,
                            "promoType": 10,
                            "bonusItemPLUG_UID": "3IB1rMEc/kGUaBzvPpAE8w==",
                            "bonusItemPluGuid": "ac7580dc-1cc1-41fe-9468-1cef3e9004f3",
                            "bonusPurchaseUnits": 11,
                            "bonusReceiveUnits": 12,
                            "updated": "2025-06-14T07:45:59.1402641",
                            "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-06-14T07:45:59.1402641",
                            "campaignEndDate": "2025-06-14T07:45:59.1402641",
                            "masterPLUG_UID": "XFLidAYKm06gP90bZ9ZV7A==",
                            "masterID": "74e2525c-0a06-4e9b-a03f-dd1b67d655ec",
                            "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": "vcoq69kLZ0WZhaZv0wTRQg==",
                            "bonusMasterID": "eb2acabd-0bd9-4567-9985-a66fd304d142",
                            "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-06-14T07:45:59.1402641",
                        "dealCosts": [
                          {
                            "$ref": "90"
                          },
                          {
                            "$ref": "90"
                          }
                        ],
                        "tags": [
                          {
                            "$id": "91",
                            "pluG_UID": "7UjjKgb3pkqwFm+rvERV9A==",
                            "pluGuid": "2ae348ed-f706-4aa6-b016-6fabbc4455f4",
                            "tagID": 1,
                            "description": "sample string 1",
                            "storeIDs": [
                              1,
                              2
                            ]
                          },
                          {
                            "$ref": "91"
                          }
                        ],
                        "alternateProductG_UID": "Sy0FJQacdUWx0fhAONtUBw==",
                        "alternateProduct": "25052d4b-9c06-4575-b1d1-f84038db5407",
                        "productHostCode": {
                          "$id": "92",
                          "id": 1,
                          "pluG_UID": "LKNFXCXQDkuRplqOAIMcYA==",
                          "pluGuid": "5c45a32c-d025-4b0e-91a6-5a8e00831c60",
                          "ibaCode": "sample string 2"
                        },
                        "mscCat": {
                          "$ref": "46"
                        },
                        "mscCom": {
                          "$ref": "47"
                        },
                        "mscDep": {
                          "$ref": "49"
                        },
                        "mscSubCom": {
                          "$ref": "48"
                        },
                        "isUserUpdate": true,
                        "ignoreMasterProduct": true,
                        "priceGroupLabelRequested": true,
                        "firstSold": "2025-06-14T07:45:59.1402641",
                        "inventoryTracked": "2025-06-14T07:45:59.1402641",
                        "isNormalPriceChangesCampaign": true
                      },
                      "supplier": {
                        "$ref": "8"
                      },
                      "serviceFee": {
                        "$id": "93",
                        "id": 1,
                        "description": "sample string 1",
                        "fee": 1
                      },
                      "isPrimaryHost": true,
                      "hostVendor": 46
                    },
                    {
                      "$ref": "11"
                    }
                  ],
                  "orderCycleHeaders": [
                    {
                      "$id": "94",
                      "storeID": 1,
                      "supplierIdentifier": "3dh/kK8S6UaWILOie3I/IA==",
                      "supplierGuid": "907fd8dd-12af-46e9-9620-b3a27b723f20",
                      "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": "YKlYH3dDkk+weQTj4oBEHw==",
                      "supplierGuid": "1f58a960-4377-4f92-b079-04e3e280441f",
                      "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-06-14T07:45:59.1402641",
                      "deliveryDate": "2025-06-14T07:45:59.1402641",
                      "nextCutOffDate": "2025-06-14T07:45:59.1402641",
                      "nextDeliveryDate": "2025-06-14T07:45:59.1402641",
                      "nextDaysBuffer": 10
                    },
                    {
                      "$ref": "95"
                    }
                  ],
                  "store": {
                    "$ref": "4"
                  },
                  "updated": "2025-06-14T07:45:59.1402641",
                  "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-06-14T07:45:59.1402641",
                    "processed": "2025-06-14T07:45:59.1402641",
                    "isProcessing": true,
                    "processedCount": 6,
                    "processingTime": 1,
                    "collectedUtc": "2025-06-14T07:45:59.1402641",
                    "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-06-14T07:45:59.1402641",
                      "businessPillar": "sample string 3",
                      "fileType": "sample string 4"
                    }
                  },
                  {
                    "$ref": "96"
                  }
                ],
                "zoneMatrix": [
                  {
                    "$id": "98",
                    "id": 1,
                    "hostIdentifier": "eTQonhQofEiRNfY6/xTK/g==",
                    "hostIdentifierGuid": "9e283479-2814-487c-9135-f63aff14cafe",
                    "storeID": 1,
                    "departmentCode": "sample string 2",
                    "hostGuids": [
                      "64be0120-3bfd-44bd-b6c9-6d02f10d5d18",
                      "00b93662-2886-4541-a1b0-aeb6a1982479"
                    ]
                  },
                  {
                    "$ref": "98"
                  }
                ],
                "hostFileStoreSetting": {
                  "$ref": "6"
                },
                "hostStoreSettings": [
                  {
                    "$ref": "6"
                  },
                  {
                    "$ref": "6"
                  }
                ],
                "promotionPlacements": [
                  {
                    "$id": "99",
                    "identifier": "nNy1KMzPCUCHNmb5TOmMgg==",
                    "identifierGuid": "28b5dc9c-cfcc-4009-8736-66f94ce98c82",
                    "code": "sample string 2",
                    "description": "sample string 3",
                    "isAdvertised": true
                  },
                  {
                    "$ref": "99"
                  }
                ],
                "promoTypeGuids": [
                  "92bbf124-db7c-41c8-a6cc-754f4db9bc0f",
                  "7b040724-ee1c-4066-9f06-f0bfa5e24e74"
                ],
                "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-06-14T07:45:59.1402641",
              "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": "61fb4d67-fd65-4c60-8193-377ef3d41ea9",
          "updateStore": {
            "$id": "105",
            "id": "3b81d0f2-04e9-4a08-856f-aee9363460c3",
            "name": "sample string 1",
            "lastActivity": "2025-06-14T07:45:59.1402641",
            "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-06-14T07:45:59.1402641"
          },
          "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.