GET api/operator/{id}/{password}

Check operator, returning if Operator number and password match

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Operator number

integer

Required

password

Password to test

string

Required

Body Parameters

None.

Response Information

Resource Description

Matching operator

Operator
NameDescriptionTypeAdditional information
ID

Local ID

integer

None.

G_Uid

GUID data

Collection of byte

None.

Guid

globally unique identifier

None.

OperatorNumber

Used with number and PIN login

integer

None.

ShortName

string

String length: inclusive between 0 and 60

FirstName

string

String length: inclusive between 0 and 60

LastName

string

String length: inclusive between 0 and 60

Password

Password MD5 hash

string

String length: inclusive between 0 and 60

HasPassword

Operator has a password

boolean

None.

PasswordText

string

None.

RFIDTagID

string

String length: inclusive between 0 and 40

BlueprintID

integer

None.

GroupID

integer

None.

GroupName

string

None.

ManagerGroupID

integer

None.

ManagerGroupName

string

None.

ZoneID

integer

None.

ZoneName

string

None.

LoggedIn

integer

None.

LastUsedIP

string

String length: inclusive between 0 and 15

Deleted

boolean

None.

Locked

boolean

None.

AllowOpenTill

boolean

None.

WebEmail

string

None.

SimpleOperatorType

LimitedOperatorType

None.

WebRole

string

None.

Updated

date

None.

PasswordResetRequired

boolean

None.

AlteredInStore

boolean

None.

StartShift

date

None.

EndShift

date

None.

MachineName

string

None.

DrawerID

integer

None.

Stores

Collection of OperatorStore

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "g_Uid": "7xZnoQlan0ek5+YSdQtx1g==",
  "guid": "a16716ef-5a09-479f-a4e7-e612750b71d6",
  "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-14T06:15:02.0840584",
  "passwordResetRequired": true,
  "alteredInStore": true,
  "startShift": "2025-06-14T06:15:02.0840584",
  "endShift": "2025-06-14T06:15:02.0840584",
  "machineName": "sample string 20",
  "drawerID": 1,
  "stores": [
    {
      "$id": "2",
      "operatorG_UID": "zuO9i7g8V0SkWAc382fm4A==",
      "operatorGuid": "8bbde3ce-3cb8-4457-a458-0737f367e6e0",
      "storeID": 2,
      "operator": {
        "$ref": "1"
      },
      "store": {
        "$id": "3",
        "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-14T06:15:02.0840584",
        "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": "DRdXLF/xPEyNyyckLgfnog==",
        "hostIdentifierGuid": "2c57170d-f15f-4c3c-8dcb-27242e07e7a2",
        "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-14T06:15:02.0840584",
        "priceZoneName": "sample string 51",
        "storeFuelConfigured": true,
        "shippingAddressCopied": true,
        "shippingAddress": {
          "$id": "4",
          "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": "4"
        },
        "hostStoreSettings": [
          {
            "$id": "5",
            "id": 1,
            "hostIdentifier": "rGMxjKvefUmTdETeAM3aMw==",
            "hostIdentifierGuid": "8c3163ac-deab-497d-9374-44de00cdda33",
            "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": "6",
              "identifier": "EQETbxv0nUyOQiHdj0DsTg==",
              "identifierGuid": "6f130111-f41b-4c9d-8e42-21dd8f40ec4e",
              "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": "SLgHq7nqh06I47EecMoLRg==",
              "hostSupplierIdentifierGuid": "ab07b848-eab9-4e87-88e3-b11e70ca0b46",
              "loyaltyPriceLevelIdentifier": "Tl8jFG6bYkG43NBZgZ8Dkw==",
              "loyaltyPriceLevelIdentifierGuid": "14235f4e-9b6e-4162-b8dc-d059819f0393",
              "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-14T06:15:02.0840584",
              "lastProcessed": "2025-06-14T06:15:02.0840584",
              "hold": true,
              "supplierName": "sample string 35",
              "supplier": {
                "$id": "7",
                "identifier": "8InoKH9uZkK9VhzV8/adiw==",
                "identifierGuid": "28e889f0-6e7f-4266-bd56-1cd5f3f69d8b",
                "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": "wkASwkIKvES4FA4Viag9ig==",
                "primaryContactID": "c21240c2-0a42-44bc-b814-0e1589a83d8a",
                "storeID": 1,
                "abn": "sample string 16",
                "supplierGroupIdentifier": "4buikVFJkUah/xI/4T/P2Q==",
                "supplierGroupGuid": "91a2bbe1-4951-4691-a1ff-123fe13fcfd9",
                "rebate": 1.0,
                "rebateType": 1,
                "rebateFrequency": 1,
                "rebateSource": 1,
                "rebateLastClaimed": "2025-06-14T06:15:02.0840584",
                "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": "8",
                  "id": "0f93465a-9b72-445e-855b-3eda69707356",
                  "identifier": "2xsCr82brkiEwH1SnNiwqw==",
                  "identifierGuid": "af021bdb-9bcd-48ae-84c0-7d529cd8b0ab",
                  "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": "9",
                    "supplierIdentifier": "fVOkvP8WnEy7cH2weFzQcg==",
                    "supplierIdentifierGuid": "bca4537d-16ff-4c9c-bb70-7db0785cd072",
                    "contactGuid": "KHO8x0PchE2nOn2CH7F6Mg==",
                    "contactID": "c7bc7328-dc43-4d84-a73a-7d821fb17a32",
                    "contact": {
                      "$ref": "8"
                    },
                    "supplier": {
                      "$ref": "7"
                    }
                  },
                  {
                    "$ref": "9"
                  }
                ],
                "products": [
                  {
                    "$id": "10",
                    "pluG_UID": "YcdTzP66EE+ht0dWJOFbgQ==",
                    "pluGuid": "cc53c761-bafe-4f10-a1b7-475624e15b81",
                    "supplierIdentifier": "IZVtwOJ7H065ehdsh2KtSw==",
                    "supplierIdentifierGuid": "c06d9521-7be2-4e1f-b97a-176c8762ad4b",
                    "cartonQuantity": 1,
                    "cartonQuantityChanged": true,
                    "productSize": "sample string 2",
                    "cigarettesPerSleeve": 1,
                    "randomWeight": true,
                    "piecesPerUnit": 4,
                    "averagePackSize": 5,
                    "effectiveDate": "2025-06-14T06:15:02.0840584",
                    "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-14T06:15:02.0840584",
                    "rebate": 1.0,
                    "rebateExclude": true,
                    "invoiceCodes": [
                      {
                        "$id": "11",
                        "pluG_UID": "o0bItDoh+0mCUKotaqx1cg==",
                        "pluGuid": "b4c846a3-213a-49fb-8250-aa2d6aac7572",
                        "supplierIdentifier": "brPmoGTIbUG93UmJk3f+GQ==",
                        "supplierIdentifierGuid": "a0e6b36e-c864-416d-bddd-49899377fe19",
                        "invoiceCode": "sample string 1",
                        "storeIDs": [
                          1,
                          2
                        ]
                      },
                      {
                        "$ref": "11"
                      }
                    ],
                    "storeIDs": [
                      1,
                      2
                    ],
                    "preferredSupplier": true,
                    "preferredRebateSupplier": true,
                    "supplierName": "sample string 40",
                    "salesMode": 41,
                    "orderPacked": true,
                    "active": true,
                    "price": 1,
                    "costGstPercent": 43,
                    "parentPluG_UID": "Ze8Ko0jsZ0esQlZ+wSGVZA==",
                    "parentPluGuid": "a30aef65-ec48-4767-ac42-567ec1219564",
                    "freight": 44.0,
                    "freightType": 1,
                    "product": {
                      "$id": "12",
                      "plu": 1,
                      "storeID": 1,
                      "masterPluG_UID": "QEA=",
                      "storeIDs": [
                        1,
                        2
                      ],
                      "g_UId": "rdPRaWoRxkC1TYVlkMeRDw==",
                      "guid": "69d1d3ad-116a-40c6-b54d-856590c7910f",
                      "apn": "sample string 1",
                      "apnChanged": true,
                      "apnSwitched": true,
                      "barcode": "sample string 4",
                      "itemNumber": "sample string 5",
                      "itemNumberChanged": true,
                      "priceGroupG_UID": "HJ0RrcHqz0GUtg0Eo4zEWg==",
                      "priceGroupGuid": "ad119d1c-eac1-41cf-94b6-0d04a38cc45a",
                      "blueprintID": 1,
                      "lastCountedDate": "2025-06-14T06:15:02.0840584",
                      "externalID": "sample string 7",
                      "active": true,
                      "activated": "2025-06-14T06:15:02.0840584",
                      "pluCreated": "2025-06-14T06:15:02.0840584",
                      "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-14T06:15:02.0840584",
                      "lastManualUpdate": "2025-06-14T06:15:02.0840584",
                      "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-14T06:15:02.0840584",
                      "currentCostUpdated": "2025-06-14T06:15:02.0840584",
                      "costDecimals": 31,
                      "costChanged": true,
                      "dealCostIdentifier": "QEA=",
                      "excludeFromRebate": true,
                      "rebateOverride": 1,
                      "costCalcMethod": 1,
                      "costCalcMethodChanged": true,
                      "costEffectiveDate": "2025-06-14T06:15:02.0840584",
                      "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-14T06:15:02.0840584",
                      "posTare": 1,
                      "altPrice": 1.0,
                      "altPriceChanged": true,
                      "altPriceMode": 52,
                      "altPriceModeChanged": true,
                      "altPLUG_UID": "7AOBk+t0jU2kSFqtLBQS1Q==",
                      "altPLUGuid": "938103ec-74eb-4d8d-a448-5aad2c1412d5",
                      "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-14T06:15:02.0840584",
                      "labelLastPrice": 1,
                      "shelfPageLayoutG_UID": "rh95VmRrVkOHa438F4jaHA==",
                      "shelfPageLayoutGuid": "56791fae-6b64-4356-876b-8dfc1788da1c",
                      "talkerPageLayoutG_UID": "oAB9VfbagkylpgmXI35NMg==",
                      "talkerPageLayoutGuid": "557d00a0-daf6-4c82-a5a6-0997237e4d32",
                      "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": "C/uUqhjNDUOawL+TfZWf/w==",
                      "inventoryIdentifier": "aa94fb0b-cd18-430d-9ac0-bf937d959fff",
                      "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": "yo8lKIup9kmObkg+f6ohMw==",
                      "parentPluGuid": "28258fca-a98b-49f6-8e6e-483e7faa2133",
                      "preferredHostVendor": 103,
                      "preferredHostChanged": true,
                      "code": "sample string 105",
                      "supplierIdentifier": "yJsWk8e/G0+RQO+qA3lMdg==",
                      "supplierIdentifierGuid": "93169bc8-bfc7-4f1b-9140-efaa03794c76",
                      "supplierChanged": true,
                      "rebateSupplierIdentifier": "uEU2dmOQSUqXymkNd3zEBA==",
                      "rebateSupplierIdentifierGuid": "763645b8-9063-4a49-97ca-690d777cc404",
                      "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-14T06:15:02.0840584",
                      "commodity": "sample string 120",
                      "businessPillar": "sample string 121",
                      "mscCommodity": "sample string 122",
                      "hostIdentifier": "pqUdP/HQ2EmUt+mqS7Mzsw==",
                      "hostIdentifierGuid": "3f1da5a6-d0f1-49d8-94b7-e9aa4bb333b3",
                      "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": "12"
                        },
                        {
                          "$ref": "12"
                        }
                      ],
                      "store": {
                        "$ref": "3"
                      },
                      "storePrices": [
                        {
                          "$id": "13",
                          "pluG_UID": "PhLP2X7vSU2X/DU6JWlFAg==",
                          "pluGuid": "d9cf123e-ef7e-4d49-97fc-353a25694502",
                          "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-14T06:15:02.0840584"
                        },
                        {
                          "$ref": "13"
                        }
                      ],
                      "currentPrices": {
                        "$id": "14",
                        "pluPrices": {
                          "$id": "15",
                          "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-14T06:15:02.0840584",
                          "priceChangeType": 0,
                          "costDecimals": 10
                        },
                        "normalPluPrices": {
                          "$ref": "15"
                        },
                        "winningCampaign": 1,
                        "winner": {
                          "$id": "16",
                          "campaignName": "sample string 1",
                          "campaignDescription": "sample string 2",
                          "startDate": "2025-06-14T06:15:02.0840584",
                          "startTime": 3,
                          "endDate": "2025-06-14T06:15:02.0840584",
                          "endTime": 4,
                          "newPrice": 5,
                          "newCost": 6,
                          "newCostDecimals": 7,
                          "pctDiscount": 8,
                          "promoType": 1,
                          "promotionTypeCode": "sample string 9",
                          "hostType": 10,
                          "hostIdentifier": "VvX0NvOFz0aXh7xAmbWG0w==",
                          "hostIdentifierGuid": "36f4f556-85f3-46cf-9787-bc4099b586d3",
                          "storeNames": [
                            "sample string 1",
                            "sample string 2"
                          ]
                        },
                        "details": [
                          {
                            "$ref": "16"
                          },
                          {
                            "$ref": "16"
                          }
                        ]
                      },
                      "tray": {
                        "$id": "17",
                        "g_UId": "DZmWo9GM9EGc7Evx6xTkEw==",
                        "guid": "a396990d-8cd1-41f4-9cec-4bf1eb14e413",
                        "name": "sample string 1",
                        "number": 1,
                        "tare": 1
                      },
                      "priceGroup": {
                        "$id": "18",
                        "priceGroupG_UID": "DfQVMJfoOk2fQ/iG1bzeVw==",
                        "priceGroupGuid": "3015f40d-e897-4d3a-9f43-f886d5bcde57",
                        "name": "sample string 2",
                        "code": 1,
                        "modified": true,
                        "updated": "2025-06-14T06:15:02.0840584",
                        "buyingLimit": 1,
                        "buyingLimitIndependent": true,
                        "buyingLimitType": 0,
                        "number": 1,
                        "products": [
                          {
                            "$ref": "12"
                          },
                          {
                            "$ref": "12"
                          }
                        ],
                        "productCount": 1
                      },
                      "priceGroupName": "sample string 145",
                      "nutrifacts": {
                        "$id": "19",
                        "pluG_UID": "1AONHaqCKEWGIwj1EsMMWA==",
                        "pluGuid": "1d8d03d4-82aa-4528-8623-08f512c30c58",
                        "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": "20",
                        "pluGuid": "748a8635-125f-404c-872d-a9cbcae35a27",
                        "created": "2025-06-14T06:15:02.0840584",
                        "createdByUser": "sample string 1",
                        "activated": "2025-06-14T06:15:02.0840584",
                        "deactivated": "2025-06-14T06:15:02.0840584",
                        "lastOrdered": "2025-06-14T06:15:02.0840584",
                        "lastOrderedQty": 2.0,
                        "lastReceived": "2025-06-14T06:15:02.0840584",
                        "lastReceivedQty": 3.0,
                        "lastInvoiceStatus": 1,
                        "lastCounted": "2025-06-14T06:15:02.0840584",
                        "lastSold": "2025-06-14T06:15:02.0840584",
                        "firstSold": "2025-06-14T06:15:02.0840584",
                        "awsUpdated": "2025-06-14T06:15:02.0840584",
                        "lastManualUpdate": "2025-06-14T06:15:02.0840584",
                        "lastManualUpdatedByUser": "sample string 5",
                        "lastUpdated": "2025-06-14T06:15:02.0840584",
                        "lastUpdatedByUser": "sample string 7",
                        "lastUpdatedByHost": "2025-06-14T06:15:02.0840584",
                        "doNotRangeUpdated": "2025-06-14T06:15:02.0840584",
                        "doNotOrderUpdated": "2025-06-14T06:15:02.0840584",
                        "tracked": "2025-06-14T06:15:02.0840584"
                      },
                      "allergens": [
                        {
                          "$id": "21",
                          "allergenID": 1,
                          "pluG_UID": "wn0E5Ao07EOml/8bWGGMmA==",
                          "pluGuid": "e4047dc2-340a-43ec-a697-ff1b58618c98",
                          "contains": 2,
                          "allergenName": "sample string 3",
                          "storeIDs": [
                            1,
                            2
                          ]
                        },
                        {
                          "$ref": "21"
                        }
                      ],
                      "costs": {
                        "$id": "22",
                        "pluG_UID": "5gO9H9YxY0Ofkv4OWxjkIA==",
                        "pluGuid": "1fbd03e6-31d6-4363-9f92-fe0e5b18e420",
                        "enteredCost": 1,
                        "weightedAvgCost": 1,
                        "lastCost": 1,
                        "rawEnteredCost": 2,
                        "rawWeightedAvgCost": 3,
                        "rawLastCost": 4,
                        "freight": 5.0,
                        "freightType": 6,
                        "costDecimals": 7,
                        "fifoCost": 1,
                        "updated": "2025-06-14T06:15:02.0840584",
                        "normalCost": 1,
                        "currentCost": 1
                      },
                      "sales": [
                        {
                          "$id": "23",
                          "saleHeaderID": 1,
                          "created": "2025-06-14T06:15:02.0840584",
                          "createdLocal": "2025-06-14T06:15:02.0840584",
                          "storeID": 3,
                          "storeName": "sample string 4",
                          "operatorG_Uid": "lFErGNvh80G0QmfOOwCT1g==",
                          "operatorGuid": "182b5194-e1db-41f3-b442-67ce3b0093d6",
                          "operatorName": "sample string 5",
                          "tranType": 1,
                          "plu": 1,
                          "pluG_UId": "0Nj4Z36LpEest31EjSDQkA==",
                          "pluGuid": "67f8d8d0-8b7e-47a4-acb7-7d448d20d090",
                          "normalPrice": 1,
                          "totalCents": 1,
                          "cost": 1,
                          "grossProfit": 1,
                          "quantity": 1,
                          "operator": {
                            "$ref": "1"
                          }
                        },
                        {
                          "$ref": "23"
                        }
                      ],
                      "apns": [
                        {
                          "$id": "24",
                          "pluID": 1,
                          "pluG_UID": "aQssZZqNj0u6FeVe+L9Lrw==",
                          "pluGuid": "652c0b69-8d9a-4b8f-ba15-e55ef8bf4baf",
                          "apn": "sample string 1",
                          "deleted": true,
                          "storeID": 1,
                          "storeIDs": [
                            1,
                            2
                          ]
                        },
                        {
                          "$ref": "24"
                        }
                      ],
                      "tuns": [
                        {
                          "$id": "25",
                          "pluG_UId": "/giOX7bj9ESxDBsrXkFQXw==",
                          "pluGuid": "5f8e08fe-e3b6-44f4-b10c-1b2b5e41505f",
                          "apn": "sample string 1",
                          "tun": "sample string 2",
                          "cartonQuantity": 3,
                          "product": {
                            "$ref": "12"
                          },
                          "storeIDs": [
                            1,
                            2
                          ]
                        },
                        {
                          "$ref": "25"
                        }
                      ],
                      "competitionPricing": [
                        {
                          "$id": "26",
                          "identifier": "ugtyoYGm+06dVleyvasYVw==",
                          "identifierGuid": "a1720bba-a681-4efb-9d56-57b2bdab1857",
                          "pluG_UID": "l+Rmkyb7Xkm06g7xx7InGA==",
                          "pluGuid": "9366e497-fb26-495e-b4ea-0ef1c7b22718",
                          "competitionID": 1,
                          "name": "sample string 2",
                          "sellMultiple": 3,
                          "retailPrice": 4,
                          "storeName": "sample string 5"
                        },
                        {
                          "$ref": "26"
                        }
                      ],
                      "supplier": {
                        "$ref": "7"
                      },
                      "supplierName": "sample string 146",
                      "children": [
                        {
                          "$ref": "12"
                        },
                        {
                          "$ref": "12"
                        }
                      ],
                      "ordering": {
                        "$ref": "10"
                      },
                      "flipChartPages": [
                        {
                          "$id": "27",
                          "identifier": "4lqQwEZXgUC2wu2YgHl8TA==",
                          "groupName": "sample string 1",
                          "identifierGuid": "c0905ae2-5746-4081-b6c2-ed9880797c4c",
                          "exists": true,
                          "flipChartIdentifier": "3Kxk3QxHqU+yvVINYaBklQ==",
                          "flipChartIdentifierGuid": "dd64acdc-470c-4fa9-b2bd-520d61a06495",
                          "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": "q6ZvgiVPo06yRkGsRyWpZg==",
                          "groupIdentifierGuid": "826fa6ab-4f25-4ea3-b246-41ac4725a966",
                          "flipChart": {
                            "$id": "28",
                            "identifier": "JtBnSlHhEUCYH6IhqGNd/g==",
                            "identifierGuid": "4a67d026-e151-4011-981f-a221a8635dfe",
                            "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": "29",
                              "identifier": "9vyrJhEYdUasgyekatlLjg==",
                              "identifierGuid": "26abfcf6-1811-4675-ac83-27a46ad94b8e",
                              "name": "sample string 2",
                              "formType": "sample string 3",
                              "forms": [
                                {
                                  "$id": "30",
                                  "id": 1,
                                  "g_UID": "WGl19KdW+EWnhge+27wZeg==",
                                  "guid": "f4756958-56a7-45f8-a786-07bedbbc197a",
                                  "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": "Ym14mqQlXkS1yB7K9mVsdw==",
                                  "previousFormGuid": "9a786d62-25a4-445e-b5c8-1ecaf6656c77",
                                  "nextForm": 1,
                                  "nextFormG_UID": "xKrKaKLM8kW0QIZA+5QNcg==",
                                  "nextFormGuid": "68caaac4-cca2-45f2-b440-8640fb940d72",
                                  "attributes": "sample string 10",
                                  "updated": "2025-06-14T06:15:02.0840584",
                                  "positioning": 1,
                                  "contentPanel": "sample string 11",
                                  "selectionMode": 1,
                                  "maximumSelections": 1,
                                  "alteredInStore": true,
                                  "deleted": true,
                                  "blueprintID": 1,
                                  "preserveLayout": true,
                                  "mainCheckoutFormName": "sample string 13",
                                  "nextCheckoutForm": {
                                    "$ref": "30"
                                  },
                                  "previousCheckoutForm": {
                                    "$ref": "30"
                                  },
                                  "buttons": [
                                    {
                                      "$id": "31",
                                      "id": 1,
                                      "checkoutFormID": 2,
                                      "checkoutFormG_UID": "+o8Mb1LqjEWCAi5GnI+m5g==",
                                      "checkoutFormGuid": "6f0c8ffa-ea52-458c-8202-2e469c8fa6e6",
                                      "identifier": "OOlZSH0ey0iH0WswqZoGIA==",
                                      "identifierGuid": "4859e938-1e7d-48cb-87d1-6b30a99a0620",
                                      "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": "UzoEWHgEn0u5BNz3L1+TkA==",
                                      "valueGuid": "58043a53-0478-4b9f-b904-dcf72f5f9390",
                                      "buttonText": "sample string 10",
                                      "valueText": "sample string 11",
                                      "drawImageAndButton": true,
                                      "updated": "2025-06-14T06:15:02.0840584",
                                      "action": "sample string 12",
                                      "valueForm": {
                                        "$ref": "30"
                                      },
                                      "image": {
                                        "$id": "32",
                                        "name": "sample string 3.sample string 4",
                                        "imageID": 2,
                                        "imageName": "sample string 3",
                                        "imageExtension": "sample string 4",
                                        "lastUpdate": "2025-06-14T06:15:02.0840584",
                                        "imageData": "QEA=",
                                        "readOnly": true
                                      }
                                    },
                                    {
                                      "$ref": "31"
                                    }
                                  ],
                                  "panels": [
                                    {
                                      "$id": "33",
                                      "id": 1,
                                      "checkoutFormID": 2,
                                      "checkoutFormG_UID": "nhu28IlPDEyVRn4WqYzCLw==",
                                      "checkoutFormGuid": "f0b61b9e-4f89-4c0c-9546-7e16a98cc22f",
                                      "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": "33"
                                    }
                                  ]
                                },
                                {
                                  "$ref": "30"
                                }
                              ],
                              "panels": [
                                {
                                  "$ref": "33"
                                },
                                {
                                  "$ref": "33"
                                }
                              ]
                            },
                            "pages": [
                              {
                                "$ref": "27"
                              },
                              {
                                "$ref": "27"
                              }
                            ]
                          },
                          "contentPanel": {
                            "$ref": "33"
                          },
                          "products": [
                            {
                              "$id": "34",
                              "flipChartPageIdentifier": "Yn3O5FbkfEWfD8vO+JWI0Q==",
                              "flipChartPageIdentifierGuid": "e4ce7d62-e456-457c-9f0f-cbcef89588d1",
                              "pluG_UID": "N2dkGYbALkq1NyjiCdrrYA==",
                              "pluGuid": "19646737-c086-4a2e-b537-28e209daeb60",
                              "sortOrder": 3,
                              "sent": true,
                              "productChanged": true,
                              "productImageName": "sample string 6",
                              "productShowImageOnFlipCharts": true,
                              "productShowTextOnFlipCharts": true,
                              "productOverrideFlipChartText": true,
                              "productFlipChartText": "sample string 10",
                              "product": {
                                "$ref": "12"
                              },
                              "departmentSortOrder": 11,
                              "subDepartmentName": "sample string 12"
                            },
                            {
                              "$ref": "34"
                            }
                          ],
                          "productCount": 27,
                          "pages": [
                            {
                              "$ref": "27"
                            },
                            {
                              "$ref": "27"
                            }
                          ]
                        },
                        {
                          "$ref": "27"
                        }
                      ],
                      "priceHistory": [
                        {
                          "$id": "35",
                          "pluG_UID": "zpE3W6vvi0K9RPCyjDzwow==",
                          "pluGuid": "5b3791ce-efab-428b-bd44-f0b28c3cf0a3",
                          "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-14T06:15:02.0840584",
                          "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": "35"
                        }
                      ],
                      "ingredients": [
                        {
                          "$id": "36",
                          "pluG_UID": "zlnXFa8zNkSA4alX0lnODA==",
                          "ingredientGuid": "ZqOqkQY9VUmTFDBsgEVXiw==",
                          "ingredientIdentifier": "91aaa366-3d06-4955-9314-306c8045578b",
                          "quantity": 1.0,
                          "storeIDs": [
                            1,
                            2
                          ],
                          "ingredientText": "sample string 1",
                          "ingredient": {
                            "$ref": "12"
                          }
                        },
                        {
                          "$ref": "36"
                        }
                      ],
                      "bins": [
                        {
                          "$id": "37",
                          "pluG_UID": "rYZouKqSwU6nT7ZuFF7K1A==",
                          "pluGuid": "b86886ad-92aa-4ec1-a74f-b66e145ecad4",
                          "shelfLocationIdentifier": "9nFRF7uoBEKp+CIqV8eDjg==",
                          "shelfLocationGuid": "175171f6-a8bb-4204-a9f8-222a57c7838e",
                          "labelShelfDefault": 1,
                          "labelTalkerDefault": 1,
                          "labelSmall": true,
                          "labelPageLayoutG_UID": "Souwp63pe0yT+OMJZs5KEQ==",
                          "labelPageLayoutGuid": "a7b08b4a-e9ad-4c7b-93f8-e30966ce4a11",
                          "updated": "2025-06-14T06:15:02.0840584",
                          "electronicShelfLabelIdentifier": "sample string 5",
                          "electronicshelfLabelsConfigurationID": 6,
                          "labelShelfChanged": true,
                          "productName": "sample string 8",
                          "locationText": "sample string 9",
                          "product": {
                            "$ref": "12"
                          },
                          "location": {
                            "$id": "38",
                            "identifier": "G9CE9iaxfkKXkdC7BLSfwA==",
                            "storeID": 1,
                            "identifierGuid": "f684d01b-b126-427e-9791-d0bb04b49fc0",
                            "name": "sample string 2",
                            "haccp": true,
                            "blueprintID": 1,
                            "updated": "2025-06-14T06:15:02.0840584",
                            "minTemp": 1,
                            "maxTemp": 1,
                            "checkFrequency": 1,
                            "storeCaseConfiguration": 5,
                            "storeName": "sample string 6",
                            "bins": [
                              {
                                "$ref": "37"
                              },
                              {
                                "$ref": "37"
                              }
                            ]
                          }
                        },
                        {
                          "$ref": "37"
                        }
                      ],
                      "bin": {
                        "$ref": "37"
                      },
                      "scaleLocations": [
                        {
                          "$id": "39",
                          "plu": 1,
                          "pluG_UID": "yOrFJY8DE0C01LExfKQwZg==",
                          "pluGuid": "25c5eac8-038f-4013-b4d4-b1317ca43066",
                          "deptNo": 1,
                          "product": {
                            "$ref": "12"
                          },
                          "scaleLocation": {
                            "$id": "40",
                            "id": 1,
                            "deptNo": 1,
                            "deptCode": "sample string 2",
                            "name": "sample string 3",
                            "enabled": true,
                            "updated": "2025-06-14T06:15:02.0840584",
                            "department": {
                              "$id": "41",
                              "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": "40"
                              },
                              "subDepartments": [
                                {
                                  "$id": "42",
                                  "id": 1,
                                  "departmentID": 2,
                                  "name": "sample string 3",
                                  "code": "sample string 4",
                                  "departmentCode": "sample string 5",
                                  "externalSales": true,
                                  "minorDepartments": [
                                    {
                                      "$id": "43",
                                      "id": 1,
                                      "subDepartmentID": 2,
                                      "departmentID": 3,
                                      "name": "sample string 4",
                                      "subDepartmentCode": "sample string 5",
                                      "departmentCode": "sample string 6",
                                      "code": "sample string 7",
                                      "lesserDepartments": [
                                        {
                                          "$id": "44",
                                          "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-14T06:15:02.0840584",
                                          "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": "quV1eW47zUu02Vg5PzMNeQ==",
                                          "labelPageLayoutGuid": "7975e5aa-3b6e-4bcd-b4d9-58393f330d79",
                                          "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": "45",
                                            "dept": 1,
                                            "category": 2,
                                            "name": "sample string 3",
                                            "active": true,
                                            "mscCommodities": [
                                              {
                                                "$id": "46",
                                                "dept": 1,
                                                "category": 2,
                                                "commodity": 3,
                                                "name": "sample string 4",
                                                "active": true,
                                                "mscSubCommodities": [
                                                  {
                                                    "$id": "47",
                                                    "dept": 1,
                                                    "category": 2,
                                                    "commodity": 3,
                                                    "subCommodity": 4,
                                                    "name": "sample string 5",
                                                    "active": true,
                                                    "subCommodityCode": "sample string 7"
                                                  },
                                                  {
                                                    "$ref": "47"
                                                  }
                                                ],
                                                "commodityCode": "sample string 6"
                                              },
                                              {
                                                "$ref": "46"
                                              }
                                            ],
                                            "categoryCode": "sample string 5"
                                          },
                                          "mscCom": {
                                            "$ref": "46"
                                          },
                                          "mscDep": {
                                            "$id": "48",
                                            "dept": 1,
                                            "name": "sample string 2",
                                            "active": true,
                                            "mscCategories": [
                                              {
                                                "$ref": "45"
                                              },
                                              {
                                                "$ref": "45"
                                              }
                                            ],
                                            "deptCode": "sample string 4"
                                          },
                                          "mscSubCom": {
                                            "$ref": "47"
                                          }
                                        },
                                        {
                                          "$ref": "44"
                                        }
                                      ],
                                      "updated": "2025-06-14T06:15:02.0840584",
                                      "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": "+NHKhoYAu0iHA0bCnTXtlw==",
                                      "labelPageLayoutGuid": "86cad1f8-0086-48bb-8703-46c29d35ed97",
                                      "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": "45"
                                      },
                                      "mscCom": {
                                        "$ref": "46"
                                      },
                                      "mscDep": {
                                        "$ref": "48"
                                      },
                                      "mscSubCom": {
                                        "$ref": "47"
                                      }
                                    },
                                    {
                                      "$ref": "43"
                                    }
                                  ],
                                  "investmentBuyOverride": true,
                                  "updated": "2025-06-14T06:15:02.0840584",
                                  "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": "1FF6VPbwaEySvzoVqFbAMw==",
                                  "labelPageLayoutGuid": "547a51d4-f0f6-4c68-92bf-3a15a856c033",
                                  "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": "45"
                                  },
                                  "mscCom": {
                                    "$ref": "46"
                                  },
                                  "mscDep": {
                                    "$ref": "48"
                                  },
                                  "mscSubCom": {
                                    "$ref": "47"
                                  }
                                },
                                {
                                  "$ref": "42"
                                }
                              ],
                              "stores": [
                                1,
                                2
                              ],
                              "investmentBuyOverride": true,
                              "updated": "2025-06-14T06:15:02.0840584",
                              "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": "MAqAnlBm+ESkMlj3y1Yfeg==",
                              "labelPageLayoutGuid": "9e800a30-6650-44f8-a432-58f7cb561f7a",
                              "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": "45"
                              },
                              "mscCom": {
                                "$ref": "46"
                              },
                              "mscDep": {
                                "$ref": "48"
                              },
                              "mscSubCom": {
                                "$ref": "47"
                              }
                            }
                          }
                        },
                        {
                          "$ref": "39"
                        }
                      ],
                      "nextPrice": {
                        "$id": "49",
                        "id": 1,
                        "campaignID": 2,
                        "campaignName": "sample string 3",
                        "plu": 1,
                        "hostOfferID": 1,
                        "metcashPromotionID": "sample string 4",
                        "metcashPromotionPlacement": "sample string 5",
                        "pluG_UID": "+RCgp/8a20+JymUWhexgOw==",
                        "pluGuid": "a7a010f9-1aff-4fdb-89ca-651685ec603b",
                        "newPrice": 1,
                        "pctDiscount": 1,
                        "newCost": 1,
                        "newCostDecimals": 6,
                        "dealCostIdentifier": "u2qkeXVkBkKbp+J9e34EsA==",
                        "dealCostGuid": "79a46abb-6475-4206-9ba7-e27d7b7e04b0",
                        "pluName": "sample string 7",
                        "apn": "sample string 8",
                        "fuelItem": true,
                        "priceGroupG_UID": "9a7/NZPzDUWQyswcWf3t4w==",
                        "priceGroupGuid": "35ffaef5-f393-450d-90ca-cc1c59fdede3",
                        "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-14T06:15:02.0840584",
                        "rrp": 26,
                        "campaignDescription": "sample string 27",
                        "campaignComboPriceGroupG_UID": "TxlEvc8gi0KFxZlilV3ATA==",
                        "campaignComboPriceGroupIdentifier": "bd44194f-20cf-428b-85c5-9962955dc04c",
                        "promotionPlacementDescription": "sample string 28",
                        "storeAcceptances": [
                          {
                            "$id": "50",
                            "plu": 1,
                            "pluG_UId": "QEA=",
                            "campaignID": 1,
                            "campaignName": "sample string 2",
                            "storeID": 3,
                            "acceptedUtc": "2025-06-14T06:15:02.0840584",
                            "operatorG_UID": "6ay9a7Gj6kOCrmxAnCKsig==",
                            "operatorGuid": "6bbdace9-a3b1-43ea-82ae-6c409c22ac8a",
                            "machineID": 1,
                            "processed": true,
                            "appliedUtc": "2025-06-14T06:15:02.0840584",
                            "signIqTicketFileMovedUtc": "2025-06-14T06:15:02.0840584",
                            "user": "sample string 6",
                            "campaignDescription": "sample string 7",
                            "productDesc": "sample string 8",
                            "storeName": "sample string 9",
                            "effectiveUtc": "2025-06-14T06:15:02.0840584",
                            "priceChangeType": 0,
                            "operatorName": "sample string 10",
                            "hostCampaign": true,
                            "product": {
                              "$ref": "12"
                            },
                            "campaignPlu": {
                              "$ref": "49"
                            }
                          },
                          {
                            "$ref": "50"
                          }
                        ],
                        "campaign": {
                          "$id": "51",
                          "id": 1,
                          "storeID": 2,
                          "name": "49390e3f-9bd8-4960-bbeb-3d36e41b55fd",
                          "nameGuid": "49390e3f-9bd8-4960-bbeb-3d36e41b55fd",
                          "description": "sample string 4",
                          "showDiscounts": true,
                          "showTotals": true,
                          "onlyEvaluateOnSubtotal": true,
                          "useDescription": true,
                          "campaignType": 1,
                          "startDate": "2025-06-14T06:15:02.0840584",
                          "startTime": 1,
                          "endDate": "2025-06-14T06:15:02.0840584",
                          "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-14T06:15:02.0840584",
                          "system": true,
                          "created": "2025-06-14T06:15:02.0840584",
                          "updated": "2025-06-14T06:15:02.0840584",
                          "priceChangeNotifiedUtc": "2025-06-14T06:15:02.0840584",
                          "promoType": 1,
                          "promotionTypeCode": "sample string 13",
                          "hostIdentifier": "Ge0YqQ56Y0azVyAScYqTPw==",
                          "hostIdentifierGuid": "a918ed19-7a0e-4663-b357-2012718a933f",
                          "hostType": 14,
                          "createdByUser": "sample string 15",
                          "fromHost": true,
                          "deleted": true,
                          "campaignDeleted": "2025-06-14T06:15:02.0840584",
                          "updatedByUser": "sample string 18",
                          "offerID": 1,
                          "isPriceChangeCampaign": true,
                          "stores": [
                            1,
                            2
                          ],
                          "storeNames": [
                            "sample string 1",
                            "sample string 2"
                          ],
                          "campaignPlus": [
                            {
                              "$ref": "49"
                            },
                            {
                              "$ref": "49"
                            }
                          ],
                          "campaignPools": [
                            {
                              "$id": "52",
                              "id": 1,
                              "campaignID": 2,
                              "campaignName": "sample string 3",
                              "plu": 4,
                              "pluG_UID": "cMRcD2JQ6EC+8ouTcFa56w==",
                              "pluGuid": "0f5cc470-5062-40e8-bef2-8b937056b9eb",
                              "hostOfferID": 1,
                              "priceGroupG_UID": "5UliFZBcmEy6b4DlJkoGGg==",
                              "priceGroupGuid": "156249e5-5c90-4c98-ba6f-80e5264a061a",
                              "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-14T06:15:02.0840584",
                              "rrp": 17,
                              "campaignDescription": "sample string 18",
                              "product": {
                                "$ref": "12"
                              },
                              "campaign": {
                                "$ref": "51"
                              }
                            },
                            {
                              "$ref": "52"
                            }
                          ],
                          "sellingRules": [
                            {
                              "$id": "53",
                              "id": 1,
                              "identifier": "tk29XglFVk2WxFNU/+hRMw==",
                              "identifierStr": "tk29XglFVk2WxFNU/+hRMw==",
                              "identifierGuid": "5ebd4db6-4509-4d56-96c4-5354ffe85133",
                              "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": "51"
                              }
                            },
                            {
                              "$ref": "53"
                            }
                          ],
                          "customers": [
                            {
                              "$id": "54",
                              "id": 1,
                              "campaignID": 2,
                              "campaignName": "sample string 3",
                              "customerID": "s7qM/eHQ7ECHB0rfSGSwKw==",
                              "customerIDGuid": "fd8cbab3-d0e1-40ec-8707-4adf4864b02b",
                              "campaign": {
                                "$ref": "51"
                              },
                              "customer": {
                                "$id": "55",
                                "identifier": "tXxbK12wZU6qJHr1Pm6jFw==",
                                "identifierGuid": "2b5b7cb5-b05d-4e65-aa24-7af53e6ea317",
                                "code": "sample string 2",
                                "familyName": "sample string 3",
                                "givenName": "sample string 4",
                                "otherName": "sample string 5",
                                "title": "sample string 6",
                                "dateOfBirth": "2025-06-14T06:15:02.0840584",
                                "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": "EOK0rgKqJ0yb58Bkutwebg==",
                                "communityIdentifierGuid": "aeb4e210-aa02-4c27-9be7-c064badc1e6e",
                                "joined": "2025-06-14T06:15:02.0840584",
                                "updated": "2025-06-14T06:15:02.0840584",
                                "active": true,
                                "reasonInactive": 1,
                                "groupCustomer": true,
                                "loyaltyPoints": 1,
                                "homeStoreID": 1,
                                "availableSpend": 1,
                                "priceLevelIdentifier": "doskLukj5ki3GY1kMcDX7A==",
                                "priceLevelIdentifierGuid": "2e248b76-23e9-48e6-b719-8d6431c0d7ec",
                                "marketingID": "sample string 18",
                                "hidden": true,
                                "registered": true,
                                "registeredOn": "2025-06-14T06:15:02.0840584",
                                "emailMarketing": true,
                                "smsMarketing": true,
                                "deleted": true,
                                "deletedUser": "sample string 24",
                                "homeStoreName": "sample string 25",
                                "customerCards": [
                                  {
                                    "$id": "56",
                                    "cardType": 2,
                                    "issueDate": "2025-06-14T06:15:02.0840584",
                                    "expiry": "2025-06-14T06:15:02.0840584",
                                    "customerID": "l39jTbjsvkGFPnDAn0mSHw==",
                                    "customerIDGuid": "4d637f97-ecb8-41be-853e-70c09f49921f",
                                    "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-14T06:15:02.0840584",
                                    "linkedAccount": "O178Y068IkCcif0y/L6oSQ==",
                                    "linkedAccountGuid": "63fc5e3b-bc4e-4022-9c89-fd32fcbea849",
                                    "currentValueChanged": true,
                                    "limitsChanged": true,
                                    "customer": {
                                      "$ref": "55"
                                    },
                                    "account": {
                                      "$id": "57",
                                      "id": 1,
                                      "identifier": "QIGLQypeMkm0V12qp02owQ==",
                                      "identifierGuid": "438b8140-5e2a-4932-b457-5daaa74da8c1",
                                      "referenceNo": "sample string 3",
                                      "name": "sample string 4",
                                      "created": "2025-06-14T06:15:02.0840584",
                                      "owner": "TAw0ZRAoHkeq2fZTMGT/uQ==",
                                      "ownerGuid": "65340c4c-2810-471e-aad9-f6533064ffb9",
                                      "accountStoreGroupIdentifier": "DtZPv3xExUqmfwJ2bNKe8g==",
                                      "accountStoreGroupGuid": "bf4fd60e-447c-4ac5-a67f-02766cd29ef2",
                                      "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-14T06:15:02.0840584",
                                      "active": true,
                                      "updated": "2025-06-14T06:15:02.0840584",
                                      "deleted": true,
                                      "deletedUser": "sample string 16",
                                      "currentBalanceChanged": true,
                                      "maximumLimitChanged": true,
                                      "loyaltyPointsChanged": true,
                                      "projectedBalance": 17,
                                      "accountStoreGroupStoreIDs": [
                                        1,
                                        2
                                      ],
                                      "customerEmail": "sample string 18",
                                      "ownerCustomer": {
                                        "$ref": "55"
                                      },
                                      "card": {
                                        "$ref": "56"
                                      },
                                      "members": {
                                        "$id": "58",
                                        "sample string 1": [
                                          {
                                            "$ref": "55"
                                          },
                                          {
                                            "$ref": "55"
                                          }
                                        ],
                                        "sample string 2": [
                                          {
                                            "$ref": "55"
                                          },
                                          {
                                            "$ref": "55"
                                          }
                                        ]
                                      },
                                      "customerGroups": [
                                        {
                                          "$id": "59",
                                          "identifier": "oVFK1WSH0Eeu/dPRKWE8iA==",
                                          "identifierGuid": "d54a51a1-8764-47d0-aefd-d3d129613c88",
                                          "name": "sample string 2",
                                          "primaryContact": "YcV29ErQtUa7WjVteu5Gdg==",
                                          "primaryContactGuid": "f476c561-d04a-46b5-bb5a-356d7aee4676",
                                          "accountID": "f9FztV7E+0Wttw/54BmTSQ==",
                                          "accountIDGuid": "b573d17f-c45e-45fb-adb7-0ff9e0199349",
                                          "special": true,
                                          "updated": "2025-06-14T06:15:02.0840584",
                                          "active": true,
                                          "reasonInactive": 1,
                                          "priceLevelIdentifier": "q2sTmWCNrEStB8fGF/A9lw==",
                                          "priceLevelIdentifierGuid": "99136bab-8d60-44ac-ad07-c7c617f03d97",
                                          "deleted": true,
                                          "account": {
                                            "$ref": "57"
                                          },
                                          "primaryContactCustomer": {
                                            "$ref": "55"
                                          },
                                          "customerGroupMembers": [
                                            {
                                              "$id": "60",
                                              "id": 1,
                                              "groupID": "/r9mPVVjrEGrGFcv/s+4Mw==",
                                              "groupIDGuid": "3d66bffe-6355-41ac-ab18-572ffecfb833",
                                              "customerID": "tM9NbVlx6USSVn5444yb2g==",
                                              "customerIDGuid": "6d4dcfb4-7159-44e9-9256-7e78e38c9bda",
                                              "card": "sample string 4",
                                              "linkedAccount": "mnwYxCABxEyLA49qA9+W0A==",
                                              "linkedAccountGuid": "c4187c9a-0120-4cc4-8b03-8f6a03df96d0",
                                              "customer": {
                                                "$ref": "55"
                                              },
                                              "group": {
                                                "$ref": "59"
                                              },
                                              "customerCard": {
                                                "$ref": "56"
                                              }
                                            },
                                            {
                                              "$ref": "60"
                                            }
                                          ]
                                        },
                                        {
                                          "$ref": "59"
                                        }
                                      ]
                                    },
                                    "payments": [
                                      {
                                        "$id": "61",
                                        "id": 1,
                                        "identifier": "Yh8zkuWZWkKJo4zuD5VAvA==",
                                        "identifierGuid": "92331f62-99e5-425a-89a3-8cee0f9540bc",
                                        "storeID": 2,
                                        "operatorName": "sample string 3",
                                        "saleHeaderID": 4,
                                        "paymentType": 5,
                                        "amount": 6,
                                        "account": "sample string 7",
                                        "accountID": "9uJMHOSkjkq64TjG6coCAw==",
                                        "accountIDGuid": "1c4ce2f6-a4e4-4a8e-bae1-38c6e9ca0203",
                                        "customerAccount": {
                                          "$ref": "57"
                                        },
                                        "customerCard": {
                                          "$ref": "56"
                                        },
                                        "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-14T06:15:02.0840584",
                                        "invRocNo": "sample string 14",
                                        "responseCode": "sample string 15",
                                        "cashout": 1,
                                        "tip": 16,
                                        "idempotentVoid": "3OkJXxKjVUWmN12ATRhw0Q==",
                                        "idempotentVoidGuid": "5f09e9dc-a312-4555-a637-5d804d1870d1",
                                        "offline": true,
                                        "processed": 1,
                                        "storeSaleHeader": {
                                          "$id": "62",
                                          "saleHeaderID": 1,
                                          "saleHeaderGuid": "r1Gtb0TJxECFya2sfPoM+Q==",
                                          "saleHeaderIdentifierGuid": "6fad51af-c944-40c4-85c9-adac7cfa0cf9",
                                          "created": "2025-06-14T06:15:02.0840584",
                                          "createdLocal": "2025-06-14T06:15:02.0840584",
                                          "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-14T06:15:02.0840584",
                                          "storeID": 1,
                                          "operatorG_Uid": "+7Tf3RbsLEi6EYLmM0Dxxg==",
                                          "operatorGuid": "dddfb4fb-ec16-482c-ba11-82e63340f1c6",
                                          "customerG_Uid": "J43oFO6lpkO7GgdtZ0v3nA==",
                                          "customerGuid": "14e88d27-a5ee-43a6-bb1a-076d674bf79c",
                                          "communityIdentifier": "rP/QSm4jFES3eAUPlNHSNw==",
                                          "communityIdentifierGuid": "4ad0ffac-236e-4414-b778-050f94d1d237",
                                          "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": "TNF7cqhCeEC49ZYzFFcEMQ==",
                                          "priceLevelIdentifierGuid": "727bd14c-42a8-4078-b8f5-963314570431",
                                          "locked": 36,
                                          "relationChecksum": "sample string 37",
                                          "loyaltyTender": 1,
                                          "giftCardTender": 1,
                                          "operator": {
                                            "$ref": "1"
                                          },
                                          "customer": {
                                            "$ref": "55"
                                          },
                                          "communityOrganisation": {
                                            "$id": "63",
                                            "id": 1,
                                            "identifier": "GergEweL7UO+CKgy7je/xA==",
                                            "identifierGuid": "13e0ea19-8b07-43ed-be08-a832ee37bfc4",
                                            "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-14T06:15:02.0840584",
                                            "deleted": true
                                          },
                                          "details": [
                                            {
                                              "$id": "64",
                                              "saleItemID": 1,
                                              "identifier": "2C0sW2T4KUGa8yF3t1rRyQ==",
                                              "identifierGuid": "5b2c2dd8-f864-4129-9af3-2177b75ad1c9",
                                              "saleHeaderID": 2,
                                              "plu": 1,
                                              "pluG_UId": "atAy/eml60qW9byhmWchTg==",
                                              "pluGuid": "fd32d06a-a5e9-4aeb-96f5-bca19967214e",
                                              "accountID": "Vn+RfeLZzUSSdSwlEaTM2A==",
                                              "accountIDGuid": "7d917f56-d9e2-44cd-9275-2c2511a4ccd8",
                                              "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-14T06:15:02.0840584",
                                              "bestOrExpireType": 1,
                                              "providerName": "sample string 11",
                                              "refundG_UID": "ekf9spZ0tkirsC9mYP54jg==",
                                              "refundGuid": "b2fd477a-7496-48b6-abb0-2f6660fe788e",
                                              "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": "IZSxczY2/UmwdIwtlwp0cw==",
                                              "idempotentVoidGuid": "73b19421-3636-49fd-b074-8c2d970a7473",
                                              "priceLevelIdentifier": "JcGh+K1drkKnRo1BGMpPQQ==",
                                              "priceLevelIdentifierGuid": "f8a1c125-5dad-42ae-a746-8d4118ca4f41",
                                              "productName": "sample string 23",
                                              "apn": "sample string 24",
                                              "unknownScans": [
                                                {
                                                  "$id": "65",
                                                  "id": 1,
                                                  "saleDetailID": 2,
                                                  "storeID": 1,
                                                  "scanned": "2025-06-14T06:15:02.0840584",
                                                  "operatorG_UID": "QEA=",
                                                  "barcode": "sample string 4",
                                                  "processed": 1
                                                },
                                                {
                                                  "$ref": "65"
                                                }
                                              ],
                                              "refund": {
                                                "$id": "66",
                                                "id": 1,
                                                "g_UID": "wfX/9XEphEigOskkdyUysQ==",
                                                "guid": "f5fff5c1-2971-4884-a03a-c924772532b1",
                                                "description": "sample string 1",
                                                "dumped": true,
                                                "inventoryReasonID": 1,
                                                "sortOrder": 1,
                                                "updated": "2025-06-14T06:15:02.0840584"
                                              },
                                              "modifier": {
                                                "$id": "67",
                                                "id": 1,
                                                "setG_UID": "TWsYvn/0XUihrcU1ivth7w==",
                                                "modifierSetGuid": "be186b4d-f47f-485d-a1ad-c5358afb61ef",
                                                "name": "sample string 2",
                                                "price": 1,
                                                "quantity": 1,
                                                "modifierType": 1,
                                                "groupNumber": 1,
                                                "pageNumber": 1,
                                                "controlOrder": 1,
                                                "printToStation": true,
                                                "pluG_UID": "ppKxJOMvLUi6rmvzdoeqpg==",
                                                "pluGuid": "24b192a6-2fe3-482d-baae-6bf37687aaa6",
                                                "deleted": true,
                                                "g_UID": "bTp795RUy06XL2rVnNansQ==",
                                                "guid": "f77b3a6d-5494-4ecb-972f-6ad59cd6a7b1",
                                                "product": {
                                                  "$ref": "12"
                                                }
                                              },
                                              "priceLevelName": "sample string 25",
                                              "pumpNumber": 1,
                                              "hoseNumber": 1
                                            },
                                            {
                                              "$ref": "64"
                                            }
                                          ],
                                          "eftReceipts": [
                                            {
                                              "$id": "68",
                                              "id": 1,
                                              "storeID": 1,
                                              "saleHeaderID": 2,
                                              "storeSaleHeader": {
                                                "$ref": "62"
                                              },
                                              "receipt": "sample string 3",
                                              "processed": 1
                                            },
                                            {
                                              "$ref": "68"
                                            }
                                          ],
                                          "payments": [
                                            {
                                              "$ref": "61"
                                            },
                                            {
                                              "$ref": "61"
                                            }
                                          ],
                                          "cards": [
                                            {
                                              "$id": "69",
                                              "id": 1,
                                              "saleHeaderID": 1,
                                              "identifier": "sample string 2",
                                              "cardType": 3,
                                              "providerName": "sample string 4"
                                            },
                                            {
                                              "$ref": "69"
                                            }
                                          ],
                                          "campaignHits": [
                                            {
                                              "$id": "70",
                                              "id": 1,
                                              "saleHeaderID": 2,
                                              "campaign": "sample string 3",
                                              "name": "sample string 4",
                                              "processed": 1,
                                              "campaignDescription": "sample string 5"
                                            },
                                            {
                                              "$ref": "70"
                                            }
                                          ],
                                          "fuel": [
                                            {
                                              "$id": "71",
                                              "id": 1,
                                              "plu": 1,
                                              "pluG_UID": "TCP+K4Cq2k+oqq/wUvq6EA==",
                                              "pluGuid": "2bfe234c-aa80-4fda-a8aa-aff052faba10",
                                              "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-14T06:15:02.0840584",
                                              "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-14T06:15:02.0840584",
                                              "tagNumber": "sample string 15",
                                              "trackTwoRem": "sample string 16",
                                              "transCode": 1,
                                              "transType": 1,
                                              "unitPrice": 1.0,
                                              "vehicleReg": "sample string 17",
                                              "offline": true,
                                              "processed": 1
                                            },
                                            {
                                              "$ref": "71"
                                            }
                                          ],
                                          "fuelResells": [
                                            {
                                              "$id": "72",
                                              "saleItemID": 1,
                                              "saleHeaderID": 2,
                                              "plu": 1,
                                              "pluG_UId": "Smjv1lTwpE+/7Ee3INuvMw==",
                                              "pluGuid": "d6ef684a-f054-4fa4-bfec-47b720dbaf33",
                                              "accountID": "whCivM4w9EGQ4GjcGZjURQ==",
                                              "accountIDGuid": "bca210c2-30ce-41f4-90e0-68dc1998d445",
                                              "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-14T06:15:02.0840584",
                                              "bestOrExpireType": 1,
                                              "refundG_UID": "0wFaImgdtEyhPy/EeDtf9g==",
                                              "refundGuid": "225a01d3-1d68-4cb4-a13f-2fc4783b5ff6",
                                              "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": "72"
                                            }
                                          ],
                                          "customerOrder": [
                                            {
                                              "$id": "73",
                                              "identifier": "sq9P3j4q5EaH6cOx/m2Vgw==",
                                              "identifierGuid": "de4fafb2-2a3e-46e4-87e9-c3b1fe6d9583",
                                              "id": 1,
                                              "orderNo": 2,
                                              "externalSaleIdentifier": "sample string 3",
                                              "storeID": 4,
                                              "zoneID": 5,
                                              "deptNo": 6,
                                              "customerIdentifier": "aTIs+GGtU0W7f/h6H/Ze3A==",
                                              "customerIdentifierGuid": "f82c3269-ad61-4553-bb7f-f87a1ff65edc",
                                              "operatorNo": 1,
                                              "operatorG_UID": "qOXR9HCmTU+FHJ4EuHczWw==",
                                              "operatorGuid": "f4d1e5a8-a670-4f4d-851c-9e04b877335b",
                                              "created": "2025-06-14T06:15:02.0840584",
                                              "ordered": "2025-06-14T06:15:02.0840584",
                                              "started": "2025-06-14T06:15:02.0840584",
                                              "completed": "2025-06-14T06:15:02.0840584",
                                              "supplied": "2025-06-14T06:15:02.0840584",
                                              "quickTicket": 1,
                                              "deleted": true,
                                              "walkAway": true,
                                              "approxWait": 1,
                                              "actualWait": 1,
                                              "deliveryMethod": 8,
                                              "externalSaleType": 9,
                                              "customer": {
                                                "$ref": "55"
                                              },
                                              "operator": {
                                                "$ref": "1"
                                              },
                                              "details": [
                                                {
                                                  "$id": "74",
                                                  "headerID": 1,
                                                  "plu": 1,
                                                  "pluG_UId": "hpugSvbBz0qbgaACt2HHkQ==",
                                                  "pluGuid": "4aa09b86-c1f6-4acf-9b81-a002b761c791",
                                                  "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": "YPoXMpyn+UKbBS7hEzXZpA==",
                                                  "headerIdentifierGuid": "3217fa60-a79c-42f9-9b05-2ee11335d9a4",
                                                  "product": {
                                                    "$ref": "12"
                                                  }
                                                },
                                                {
                                                  "$ref": "74"
                                                }
                                              ],
                                              "storeName": "sample string 11",
                                              "customerName": "sample string 12",
                                              "storeReplyTo": "sample string 13",
                                              "storeSubjectLine": "sample string 14",
                                              "storeSaleHeader": {
                                                "$ref": "62"
                                              }
                                            },
                                            {
                                              "$ref": "73"
                                            }
                                          ],
                                          "surveyResponses": [
                                            {
                                              "$id": "75",
                                              "surveyG_UID": "/R5C2dktQEuwFNGKld2GKg==",
                                              "surveyGuid": "d9421efd-2dd9-4b40-b014-d18a95dd862a",
                                              "saleHeaderGuid": "CK2+Y340zEi9z7bSLCjqYg==",
                                              "saleGuid": "63bead08-347e-48cc-bdcf-b6d22c28ea62",
                                              "textResponse": "sample string 1",
                                              "integerResponse": 1,
                                              "g_UIDResponse": "/zIIatxuwkSM1eaexdC3iw==",
                                              "guidResponse": "6a0832ff-6edc-44c2-8cd5-e69ec5d0b78b",
                                              "whoAnswered": 2,
                                              "answeredAtUTC": "2025-06-14T06:15:02.0840584",
                                              "sale": {
                                                "$ref": "62"
                                              },
                                              "survey": {
                                                "$id": "76",
                                                "g_UID": "/mqf788B5UiGFU+WErQoRQ==",
                                                "guid": "ef9f6afe-01cf-48e5-8615-4f9612b42845",
                                                "name": "sample string 1",
                                                "storeID": 2,
                                                "zoneID": 1,
                                                "checkoutFormG_UID": "FO4xIBWRnkqWp0aktKNcBg==",
                                                "checkoutFormGuid": "2031ee14-9115-4a9e-96a7-46a4b4a35c06",
                                                "displayToWho": 3,
                                                "displayWhen": 4,
                                                "start": "2025-06-14T06:15:02.0840584",
                                                "end": "2025-06-14T06:15:02.0840584",
                                                "deleted": true,
                                                "updated": "2025-06-14T06:15:02.0840584",
                                                "possibleIntegerResponses": [
                                                  1,
                                                  2
                                                ],
                                                "possibleTextResponses": [
                                                  "sample string 1",
                                                  "sample string 2"
                                                ],
                                                "possibleGuidResponses": [
                                                  "f25cbbd9-570a-4adb-b19c-076bb232a956",
                                                  "1444a4c6-8ffe-406d-9272-6cae2baf2e35"
                                                ],
                                                "allowsAllTextResponses": true,
                                                "surveyForm": {
                                                  "$ref": "30"
                                                }
                                              },
                                              "ingressId": "sample string 4"
                                            },
                                            {
                                              "$ref": "75"
                                            }
                                          ],
                                          "storeName": "sample string 38",
                                          "machineName": "sample string 39",
                                          "operatorName": "sample string 40",
                                          "direction": 1,
                                          "reason": "sample string 41",
                                          "accountG_UID": "MVE+6ZHxd0a0OUht+oU9lw==",
                                          "accountIdentifier": "e93e5131-f191-4677-b439-486dfa853d97",
                                          "accountName": "sample string 42",
                                          "customerOrderIdentifier": "AYJPvgUmeEmGYiUehji4+A==",
                                          "customerOrderIdentifierGuid": "be4f8201-2605-4978-8662-251e8638b8f8",
                                          "priceLevelName": "sample string 43",
                                          "revision": 44,
                                          "ingressId": "sample string 45"
                                        },
                                        "metadata": {
                                          "$id": "77",
                                          "id": 1,
                                          "paymentID": 2,
                                          "paymentIdentifier": "KflaVjTndU6XWqRaHbUAXQ==",
                                          "paymentIdentifierGuid": "565af929-e734-4e75-975a-a45a1db5005d",
                                          "identifier": "5fy7YoEWEUG30NyFBAnQtw==",
                                          "identifierGuid": "62bbfce5-1681-4111-b7d0-dc850409d0b7",
                                          "metadata": "sample string 3",
                                          "signatureImage": "QEA=",
                                          "itemIdentifier": "uRPi9lcjV0KaFK5/bcPi3A==",
                                          "itemIdentifierGuid": "f6e213b9-2357-4257-9a14-ae7f6dc3e2dc"
                                        }
                                      },
                                      {
                                        "$ref": "61"
                                      }
                                    ]
                                  },
                                  {
                                    "$ref": "56"
                                  }
                                ],
                                "customerGroupMembers": [
                                  {
                                    "$ref": "60"
                                  },
                                  {
                                    "$ref": "60"
                                  }
                                ],
                                "customerGroups": [
                                  {
                                    "$ref": "59"
                                  },
                                  {
                                    "$ref": "59"
                                  }
                                ],
                                "accounts": [
                                  {
                                    "$ref": "57"
                                  },
                                  {
                                    "$ref": "57"
                                  }
                                ],
                                "account": {
                                  "$ref": "57"
                                },
                                "vouchers": [
                                  {
                                    "$id": "78",
                                    "customerIdentifier": "TcUeWOdUGU+5YdD59G5OhA==",
                                    "customerIdentifierGuid": "581ec54d-54e7-4f19-b961-d0f9f46e4e84",
                                    "voucherName": "sample string 2",
                                    "count": 3,
                                    "storeID": 4,
                                    "barcode": "sample string 5",
                                    "redeemCount": 6,
                                    "issueCount": 7,
                                    "storeSalePaymentID": 1,
                                    "idempotentID": "iq6YiNdlN020zQwufP3MAQ==",
                                    "idempotentGuid": "8898ae8a-65d7-4d37-b4cd-0c2e7cfdcc01",
                                    "offline": true,
                                    "voucher": {
                                      "$id": "79",
                                      "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-14T06:15:02.0840584",
                                      "barcodeTemplate": {
                                        "$id": "80",
                                        "templateID": 1,
                                        "template": "sample string 1",
                                        "bcFunction": "sample string 2",
                                        "sortOrder": 3
                                      },
                                      "scaleLabel": {
                                        "$id": "81",
                                        "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-14T06:15:02.0840584",
                                        "labelPageLayout": "W2DKNsfjAkeYhAhm5y+CRA==",
                                        "pageLayoutGuid": "36ca605b-e3c7-4702-9884-0866e72f8244",
                                        "labelType": 6,
                                        "oldName": "sample string 7",
                                        "voucher": {
                                          "$ref": "79"
                                        },
                                        "elements": [
                                          {
                                            "$id": "82",
                                            "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-14T06:15:02.0840584"
                                          },
                                          {
                                            "$ref": "82"
                                          }
                                        ]
                                      },
                                      "customerVouchers": [
                                        {
                                          "$id": "83",
                                          "id": 1,
                                          "customerIdentifier": "d0mm1jxlWEaFdqlU8zBsBQ==",
                                          "customerIdentifierGuid": "d6a64977-653c-4658-8576-a954f3306c05",
                                          "voucherID": 3,
                                          "voucherName": "sample string 4",
                                          "storeID": 1,
                                          "barcode": "sample string 5",
                                          "dateOfIssue": "2025-06-14T06:15:02.0840584",
                                          "issuedSaleHeaderID": 1,
                                          "issuedSaleIdentifier": "sample string 7",
                                          "issuedOfflinePaymentID": 1,
                                          "issuedIdempotentID": "4pPh+jYuUUyRZs1l/VuavQ==",
                                          "issuedIdempotentGuid": "fae193e2-2e36-4c51-9166-cd65fd5b9abd",
                                          "issuedOffline": true,
                                          "issuedUser": "sample string 9",
                                          "issuedNotes": "sample string 10",
                                          "expiryDate": "2025-06-14T06:15:02.0840584",
                                          "expiredUser": "sample string 11",
                                          "expiredNotes": "sample string 12",
                                          "redeemed": "2025-06-14T06:15:02.0840584",
                                          "redeemedSaleHeaderID": 1,
                                          "redeemedSaleIdentifier": "sample string 13",
                                          "redeemedOfflinePaymentID": 1,
                                          "redeemedIdempotentID": "BcLFVZxlo0SPTJGKeT75pg==",
                                          "redeemedIdempotentGuid": "55c5c205-659c-44a3-8f4c-918a793ef9a6",
                                          "redeemedUser": "sample string 14",
                                          "redeemedNotes": "sample string 15",
                                          "redeemedOffline": true,
                                          "updated": "2025-06-14T06:15:02.0840584",
                                          "storeName": "sample string 17",
                                          "scaleLabel": {
                                            "$ref": "81"
                                          },
                                          "voucher": {
                                            "$ref": "79"
                                          },
                                          "customer": {
                                            "$ref": "55"
                                          },
                                          "issuedOfflinePayment": {
                                            "$ref": "61"
                                          },
                                          "redeemedOfflinePayment": {
                                            "$ref": "61"
                                          }
                                        },
                                        {
                                          "$ref": "83"
                                        }
                                      ]
                                    },
                                    "customer": {
                                      "$ref": "55"
                                    }
                                  },
                                  {
                                    "$ref": "78"
                                  }
                                ]
                              }
                            },
                            {
                              "$ref": "54"
                            }
                          ],
                          "customerGroups": [
                            {
                              "$id": "84",
                              "id": 1,
                              "campaignID": 2,
                              "campaignName": "sample string 3",
                              "groupID": "KUPeIJux2Eq13YeP0KfPKg==",
                              "groupIDGuid": "20de4329-b19b-4ad8-b5dd-878fd0a7cf2a",
                              "campaign": {
                                "$ref": "51"
                              },
                              "group": {
                                "$ref": "59"
                              }
                            },
                            {
                              "$ref": "84"
                            }
                          ],
                          "signIqTickets": [
                            {
                              "$id": "85",
                              "identifier": "zFNoRrS9A0CFKBM99OHu7w==",
                              "identifierGuid": "466853cc-bdb4-4003-8528-133df4e1eeef",
                              "campaignName": "sample string 2",
                              "message": "sample string 3",
                              "ticketFileSource": "sample string 4",
                              "ticketFileDestination": "sample string 5",
                              "storeID": 1
                            },
                            {
                              "$ref": "85"
                            }
                          ],
                          "comboPriceGroups": [
                            {
                              "$id": "86",
                              "id": 1,
                              "campaignID": 2,
                              "campaignName": "sample string 3",
                              "g_UID": "2u4aKlX8lUmKQC5qMQi5aA==",
                              "guid": "2a1aeeda-fc55-4995-8a40-2e6a3108b968",
                              "description": "sample string 5",
                              "newPrice": 1,
                              "rangeDescription": "sample string 6",
                              "dealDescription": "sample string 7",
                              "labelQuantity": 8,
                              "hostProductCategoryID": 1,
                              "offerID": 1,
                              "dontUpdatePricePlus": true,
                              "campaign": {
                                "$ref": "51"
                              },
                              "comboPricePlus": [
                                {
                                  "$id": "87",
                                  "id": 1,
                                  "campaignID": 2,
                                  "campaignName": "sample string 3",
                                  "groupG_UID": "eue3WSi6g0q4DgsBhuVsbw==",
                                  "groupGuid": "59b7e77a-ba28-4a83-b80e-0b0186e56c6f",
                                  "comboPriceType": 5,
                                  "priceType": 5,
                                  "pluG_UID": "Lc4guZ4Bm0aDxpCzJ1DO6A==",
                                  "pluGuid": "b920ce2d-019e-469b-83c6-90b32750cee8",
                                  "priceGroupG_UID": "AHdTU1hV7US+SASfzNlrHw==",
                                  "priceGroupGuid": "53537700-5558-44ed-be48-049fccd96b1f",
                                  "campaignPoolID": "sample string 7",
                                  "quantity": 1,
                                  "campaign": {
                                    "$ref": "51"
                                  },
                                  "product": {
                                    "$ref": "12"
                                  },
                                  "priceGroup": {
                                    "$ref": "18"
                                  },
                                  "campaignPool": {
                                    "$ref": "51"
                                  }
                                },
                                {
                                  "$ref": "87"
                                }
                              ]
                            },
                            {
                              "$ref": "86"
                            }
                          ],
                          "priceLevels": [
                            {
                              "$id": "88",
                              "id": 1,
                              "priceLevelIdentifier": "Y+g7XmIzLE26LS6NkUhWkQ==",
                              "priceLevelIdentifierGuid": "5e3be863-3362-4d2c-ba2d-2e8d91485691",
                              "campaignName": "sample string 3",
                              "priceLevelName": "sample string 4"
                            },
                            {
                              "$ref": "88"
                            }
                          ]
                        },
                        "product": {
                          "$ref": "12"
                        },
                        "dealCost": {
                          "$id": "89",
                          "headerIdentifier": "XAzjNtQz8Um15TZcQZll9w==",
                          "headerIdentifierGuid": "36e30c5c-33d4-49f1-b5e5-365c419965f7",
                          "identifier": "q3Au3IxMBEyph9JNx7hHKg==",
                          "identifierGuid": "dc2e70ab-4c8c-4c04-a987-d24dc7b8472a",
                          "supplierIdentifier": "3HaJ6pAvmEeG870RnPyJng==",
                          "supplierGuid": "ea8976dc-2f90-4798-86f3-bd119cfc899e",
                          "pluG_UID": "HERWB9rzlUWtLl8VYduyPg==",
                          "pluGuid": "0756441c-f3da-4595-ad2e-5f1561dbb23e",
                          "campaignName": "9e547fbb-ccf3-4a9a-86c7-faa0fc0ac472",
                          "description": "sample string 4",
                          "cost": 5,
                          "costDecimals": 6,
                          "start": "2025-06-14T06:15:02.0840584",
                          "end": "2025-06-14T06:15:02.0840584",
                          "type": 9,
                          "promoType": 10,
                          "bonusItemPLUG_UID": "bcMJmuY1ekCoxuYYpqLDWw==",
                          "bonusItemPluGuid": "9a09c36d-35e6-407a-a8c6-e618a6a2c35b",
                          "bonusPurchaseUnits": 11,
                          "bonusReceiveUnits": 12,
                          "updated": "2025-06-14T06:15:02.0840584",
                          "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-14T06:15:02.0840584",
                          "campaignEndDate": "2025-06-14T06:15:02.0840584",
                          "masterPLUG_UID": "bhpcOPqFmUKN1e3Iv7qY5Q==",
                          "masterID": "385c1a6e-85fa-4299-8dd5-edc8bfba98e5",
                          "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": "tsIMnM9pS0WKV4b1xB2/sA==",
                          "bonusMasterID": "9c0cc2b6-69cf-454b-8a57-86f5c41dbfb0",
                          "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-14T06:15:02.0840584",
                      "dealCosts": [
                        {
                          "$ref": "89"
                        },
                        {
                          "$ref": "89"
                        }
                      ],
                      "tags": [
                        {
                          "$id": "90",
                          "pluG_UID": "pR4EPjuoWk6u71UfQ+jBvA==",
                          "pluGuid": "3e041ea5-a83b-4e5a-aeef-551f43e8c1bc",
                          "tagID": 1,
                          "description": "sample string 1",
                          "storeIDs": [
                            1,
                            2
                          ]
                        },
                        {
                          "$ref": "90"
                        }
                      ],
                      "alternateProductG_UID": "KtTi5d57BEGccX/VXQ28Hw==",
                      "alternateProduct": "e5e2d42a-7bde-4104-9c71-7fd55d0dbc1f",
                      "productHostCode": {
                        "$id": "91",
                        "id": 1,
                        "pluG_UID": "Yu+d3nSlQUGHUtr8i/oCTA==",
                        "pluGuid": "de9def62-a574-4141-8752-dafc8bfa024c",
                        "ibaCode": "sample string 2"
                      },
                      "mscCat": {
                        "$ref": "45"
                      },
                      "mscCom": {
                        "$ref": "46"
                      },
                      "mscDep": {
                        "$ref": "48"
                      },
                      "mscSubCom": {
                        "$ref": "47"
                      },
                      "isUserUpdate": true,
                      "ignoreMasterProduct": true,
                      "priceGroupLabelRequested": true,
                      "firstSold": "2025-06-14T06:15:02.0840584",
                      "inventoryTracked": "2025-06-14T06:15:02.0840584",
                      "isNormalPriceChangesCampaign": true
                    },
                    "supplier": {
                      "$ref": "7"
                    },
                    "serviceFee": {
                      "$id": "92",
                      "id": 1,
                      "description": "sample string 1",
                      "fee": 1
                    },
                    "isPrimaryHost": true,
                    "hostVendor": 46
                  },
                  {
                    "$ref": "10"
                  }
                ],
                "orderCycleHeaders": [
                  {
                    "$id": "93",
                    "storeID": 1,
                    "supplierIdentifier": "4PayLekIGU+3W2j08Lv6eg==",
                    "supplierGuid": "2db2f6e0-08e9-4f19-b75b-68f4f0bbfa7a",
                    "departmentCode": "sample string 2",
                    "warehouseDirectIndicator": "sample string 3",
                    "type": 4,
                    "storeName": "sample string 5",
                    "departmentName": "sample string 6",
                    "orderDays": 7
                  },
                  {
                    "$ref": "93"
                  }
                ],
                "cycles": [
                  {
                    "$id": "94",
                    "storeID": 1,
                    "supplierIdentifier": "crxYcBeuHUSDdXZeaJ1iZg==",
                    "supplierGuid": "7058bc72-ae17-441d-8375-765e689d6266",
                    "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-14T06:15:02.0840584",
                    "deliveryDate": "2025-06-14T06:15:02.0840584",
                    "nextCutOffDate": "2025-06-14T06:15:02.0840584",
                    "nextDeliveryDate": "2025-06-14T06:15:02.0840584",
                    "nextDaysBuffer": 10
                  },
                  {
                    "$ref": "94"
                  }
                ],
                "store": {
                  "$ref": "3"
                },
                "updated": "2025-06-14T06:15:02.0840584",
                "isHost": true
              },
              "files": [
                {
                  "$id": "95",
                  "id": "sample string 1",
                  "fileName": "sample string 2",
                  "extension": "sample string 3",
                  "provider": 0,
                  "type": 0,
                  "hostType": "sample string 4",
                  "createdUtc": "2025-06-14T06:15:02.0840584",
                  "processed": "2025-06-14T06:15:02.0840584",
                  "isProcessing": true,
                  "processedCount": 6,
                  "processingTime": 1,
                  "collectedUtc": "2025-06-14T06:15:02.0840584",
                  "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": "6"
                  },
                  "metcashHeader": {
                    "$id": "96",
                    "customerNumber": "sample string 1",
                    "creationDate": "2025-06-14T06:15:02.0840584",
                    "businessPillar": "sample string 3",
                    "fileType": "sample string 4"
                  }
                },
                {
                  "$ref": "95"
                }
              ],
              "zoneMatrix": [
                {
                  "$id": "97",
                  "id": 1,
                  "hostIdentifier": "vpv0nAvPVEOaMkdkOlo1MQ==",
                  "hostIdentifierGuid": "9cf49bbe-cf0b-4354-9a32-47643a5a3531",
                  "storeID": 1,
                  "departmentCode": "sample string 2",
                  "hostGuids": [
                    "8e607b49-a901-46d3-b3d4-ceb63c500971",
                    "81648579-007e-46fe-b07c-396abec8a327"
                  ]
                },
                {
                  "$ref": "97"
                }
              ],
              "hostFileStoreSetting": {
                "$ref": "5"
              },
              "hostStoreSettings": [
                {
                  "$ref": "5"
                },
                {
                  "$ref": "5"
                }
              ],
              "promotionPlacements": [
                {
                  "$id": "98",
                  "identifier": "pTFYkptERE+scWlydCNF6g==",
                  "identifierGuid": "925831a5-449b-4f44-ac71-6972742345ea",
                  "code": "sample string 2",
                  "description": "sample string 3",
                  "isAdvertised": true
                },
                {
                  "$ref": "98"
                }
              ],
              "promoTypeGuids": [
                "79838ce8-30b0-454f-b056-3da4b8645743",
                "1cf28f47-70c3-41ed-9a3c-98765e6fcd9e"
              ],
              "isPromotionOnly": false,
              "isOrderable": false,
              "vendor": 0
            },
            "groupIDs": [
              1,
              2
            ],
            "hostDescription": "sample string 24"
          },
          {
            "$ref": "5"
          }
        ],
        "accounts": [
          {
            "$id": "99",
            "id": 1,
            "storeID": 1,
            "accountName": "sample string 2",
            "bsb": "sample string 3",
            "accountNumber": "sample string 4",
            "accountDesignated": true
          },
          {
            "$ref": "99"
          }
        ],
        "sales": [
          {
            "$id": "100",
            "id": 1,
            "storeID": 1,
            "externalSalesType": 2,
            "ftpSiteID": 1,
            "lastSaleProcessed": "2025-06-14T06:15:02.0840584",
            "ftpSite": {
              "$id": "101",
              "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": "100"
          }
        ],
        "zoneMatrix": [
          {
            "$ref": "97"
          },
          {
            "$ref": "97"
          }
        ],
        "cashManagements": [
          {
            "$id": "102",
            "id": 1,
            "storeID": 1,
            "cashManagementType": 2,
            "apiID": 1,
            "organisationID": "sample string 3",
            "siteName": "sample string 4",
            "thirdPartyAPI": {
              "$id": "103",
              "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": "102"
          }
        ],
        "updateStoreID": "02e81cd3-d566-4057-86e5-323873544d96",
        "updateStore": {
          "$id": "104",
          "id": "535d9f42-4912-48ca-8dbb-844013afdff7",
          "name": "sample string 1",
          "lastActivity": "2025-06-14T06:15:02.0840584",
          "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-14T06:15:02.0840584"
        },
        "timeZoneId": "sample string 53",
        "securityOptions": {
          "$id": "105",
          "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": "2"
    }
  ]
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PK�1�Z�F|g�5xl/workbook.xml �(�����0��&�C���R8q����R�������Ǘ�@�������G^�s/�1��U��J�W�E��@<9�v�I�I�'sRj��o�6�s��,�I;�����X��>*�d�e@[����C�9[��$l
��_`���5m!%�s�k�S*=
�d.@^:q-�Bftg�0�PK�1�Z����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
�1�ZN��''_rels/.rels �(�<?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="R7fd756ac37e1456a" /></Relationships>PK�1�Z�N�Vxl/worksheets/sheet1.xml �(���[s�H��������3.I)�r]�I�$oZ	Y�X����_�	�.�y�%�;3��ӭ)����܏��4['ۉ�}���<Y��w�1_�c�7��s���Vq��
|���o��'A��W�f���C�->[&�f�oӻ Y.���4�?n�mc:H��Y^l�����_�%kei<[�G������[o:^���w���r�E�$�oL�%}��������Q�K�?�7���lЂ��ݯ��"^������2^߭��%Uj��}V�m�;��f�����^䫉g}.����?fy�����;�^�:.|���R2�Cv�E��0>ə1F�ܘn������2��������ҫ�^��b�qi�1!t�u���a��M�7����z��С�LHͻ���ఁ'���+��Z
�/lh�,�)b${Vp1����.�\=�� W�[�p�9�gB~L!0�IJ���}+������k	T�)�_������"�mm���-����xp	�WO�����*]�@�;OK�{r#��=�\�@}n�<�%��ʆ�H���{
�<�C���	��R)��3��1����J����w�@��m_z�2(���.��]�eQ��Z�×q}
�	@W����@�L�c&C�w(ƙ.FЩ�ב��r:�g�q�<����b�ݫ�x��7���w��)O;mE�m�I�k�$NۄhgmB6��6���E��M�M�M�}�0M�C��M�#�2�� W?��� _�%d�� g����@������@��?��!wo�{K �ݟ���E ����܍�&doD�! #���ъ���f��hG�<�����hIqt9(�aj�qjA%"��[h/�j�@PMN;v8#�\���uA �X��j���HT����#��B}�0�s�g_����_rTͯ�kB�*��C����J��/�M?rۏ�$�_�"��@p�7�K*S��@���<q�f�玈nk1�/����(х
�|�Q��h@ud��)�]�V�l��I��iy;��l�?PK�1�Z*N��Pxl/_rels/workbook.xml.rels �(���Mn� F����@L���&�n�\`��b�$m��E��+�R�H]t��o�鍆�����m��C켫�(8%�םkkzN�iIw��{H�F��I~�bMmJ㚱�,?����)��e#���f�W,L�I���C��t
�^�t�0{��-b����Tӟ(��!�L��Y��Ѐ
L٨E%��㳇��t�1�z}��z�G��Jʕx�����%����4���Jsh�)�������PK�1�ZЃc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK�1�Z�P�xxl/sharedStrings.xml �(���mo�0��J���)�Zy鐠�HФU�f�KbͱS_������T]·�<:�͹�����`�H�����x�<)�Yho�y�ʶP�&8��ж��#Dei+��Ε*?�.&9Q�d'dA�^���RI1Ps��7pB�m%��*��]۪8}�`�&�-�x�Ƌ��U�{\�Snnhj���})A%�]UlA�i���Hu0���4��q/���g���I��Y��z���$3?��UPJ�UC&RT�����$y���6���Q0]G�16�e�.xS���N��@��R$�M�cb�[�c�X~��L���G�(�$>�F�ڹ̐7eJJ;�s
j
��M�*��$"����H�����Q_�$�͙O%ك4{�3���A�Ï:$� ����7���Czt`�w���
�tP� 9ƫ/=���m��q���8���������۱�]��nġ�]p)�:dT�:�$J�й�&Β���?����{�Y�:���9)|{z�wS��_��/PK-�1�Z�F|g�5xl/workbook.xmlPK-�1�Z����	��[Content_Types].xmlPK-
�1�ZN��''U_rels/.relsPK-�1�Z�N�V�xl/worksheets/sheet1.xmlPK-�1�Z*N��Pxl/_rels/workbook.xml.relsPK-�1�ZЃc'2E
f	xl/styles.xmlPK-�1�Z�P�x�
xl/sharedStrings.xmlPK�;

application/vnd.ms-excel

Sample:
PK�1�ZQ���5xl/workbook.xml �(�����0��&�C��BR8q���{�[i�?ik��H�yۙ��v�d��v@=�P��1������y8Yf�I�5���/b�T��{k0���sA<�<*kB�\�+�Vp�=@���\����C������b"���o�%�~�2\C�[9Fɹ�g�J��=+)�J�e..�
��w#���PK�1�Z����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
�1�Z���>''_rels/.rels �(�<?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="R2dc11fd2fd6b48ec" /></Relationships>PK�1�Z�N�Vxl/worksheets/sheet1.xml �(���[s�H��������3.I)�r]�I�$oZ	Y�X����_�	�.�y�%�;3��ӭ)����܏��4['ۉ�}���<Y��w�1_�c�7��s���Vq��
|���o��'A��W�f���C�->[&�f�oӻ Y.���4�?n�mc:H��Y^l�����_�%kei<[�G������[o:^���w���r�E�$�oL�%}��������Q�K�?�7���lЂ��ݯ��"^������2^߭��%Uj��}V�m�;��f�����^䫉g}.����?fy�����;�^�:.|���R2�Cv�E��0>ə1F�ܘn������2��������ҫ�^��b�qi�1!t�u���a��M�7����z��С�LHͻ���ఁ'���+��Z
�/lh�,�)b${Vp1����.�\=�� W�[�p�9�gB~L!0�IJ���}+������k	T�)�_������"�mm���-����xp	�WO�����*]�@�;OK�{r#��=�\�@}n�<�%��ʆ�H���{
�<�C���	��R)��3��1����J����w�@��m_z�2(���.��]�eQ��Z�×q}
�	@W����@�L�c&C�w(ƙ.FЩ�ב��r:�g�q�<����b�ݫ�x��7���w��)O;mE�m�I�k�$NۄhgmB6��6���E��M�M�M�}�0M�C��M�#�2�� W?��� _�%d�� g����@������@��?��!wo�{K �ݟ���E ����܍�&doD�! #���ъ���f��hG�<�����hIqt9(�aj�qjA%"��[h/�j�@PMN;v8#�\���uA �X��j���HT����#��B}�0�s�g_����_rTͯ�kB�*��C����J��/�M?rۏ�$�_�"��@p�7�K*S��@���<q�f�玈nk1�/����(х
�|�Q��h@ud��)�]�V�l��I��iy;��l�?PK�1�Z�֣(�Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞رӤAM�aö��'Q۲]�gc���V� �X��j4��'�|�lvo�D^0���ʂA��m��)��5춛=N2�8�>��bcCJ��Ҩ�e,�G�;ƅY����z���G��iX2�Ig��!:cF�N�f��0}u��� C����R��P�
�Qw�/!x-Ī�2B�7S��<a����25�Z�ƴ���ۛ�2�~J!_z�,/�X��ҰU�V��/j��/�_PK�1�ZЃc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK�1�Z�P�xxl/sharedStrings.xml �(���mo�0��J���)�Zy鐠�HФU�f�KbͱS_������T]·�<:�͹�����`�H�����x�<)�Yho�y�ʶP�&8��ж��#Dei+��Ε*?�.&9Q�d'dA�^���RI1Ps��7pB�m%��*��]۪8}�`�&�-�x�Ƌ��U�{\�Snnhj���})A%�]UlA�i���Hu0���4��q/���g���I��Y��z���$3?��UPJ�UC&RT�����$y���6���Q0]G�16�e�.xS���N��@��R$�M�cb�[�c�X~��L���G�(�$>�F�ڹ̐7eJJ;�s
j
��M�*��$"����H�����Q_�$�͙O%ك4{�3���A�Ï:$� ����7���Czt`�w���
�tP� 9ƫ/=���m��q���8���������۱�]��nġ�]p)�:dT�:�$J�й�&Β���?����{�Y�:���9)|{z�wS��_��/PK-�1�ZQ���5xl/workbook.xmlPK-�1�Z����	�[Content_Types].xmlPK-
�1�Z���>''V_rels/.relsPK-�1�Z�N�V�xl/worksheets/sheet1.xmlPK-�1�Z�֣(�P xl/_rels/workbook.xml.relsPK-�1�ZЃc'2E
f	xl/styles.xmlPK-�1�Z�P�x�
xl/sharedStrings.xmlPK�;