GET api/operator/tag/{rfid}/find

Search for operator using rfid tag

Request Information

URI Parameters

NameDescriptionTypeAdditional information
rfid

Operator RFID tag to check

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": "eRZfK4x8VUmi15lV8Jr07g==",
  "guid": "2b5f1679-7c8c-4955-a2d7-9955f09af4ee",
  "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:14:59.7062314",
  "passwordResetRequired": true,
  "alteredInStore": true,
  "startShift": "2025-06-14T06:14:59.7062314",
  "endShift": "2025-06-14T06:14:59.7062314",
  "machineName": "sample string 20",
  "drawerID": 1,
  "stores": [
    {
      "$id": "2",
      "operatorG_UID": "sgVC+SUE/0255YwvEKBLLA==",
      "operatorGuid": "f94205b2-0425-4dff-b9e5-8c2f10a04b2c",
      "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:14:59.7062314",
        "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": "mgzgjEJ1aECyoqi/p2RBSg==",
        "hostIdentifierGuid": "8ce00c9a-7542-4068-b2a2-a8bfa764414a",
        "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:14:59.7062314",
        "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": "NzGucmRbz0ihAMCrky/rsg==",
            "hostIdentifierGuid": "72ae3137-5b64-48cf-a100-c0ab932febb2",
            "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": "iVyeGeK/TkKnWuW7kenZvg==",
              "identifierGuid": "199e5c89-bfe2-424e-a75a-e5bb91e9d9be",
              "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": "HU++STfLJU2opMcOFQJ+MQ==",
              "hostSupplierIdentifierGuid": "49be4f1d-cb37-4d25-a8a4-c70e15027e31",
              "loyaltyPriceLevelIdentifier": "dhl3vhgsFEKR+EEGmkDjdQ==",
              "loyaltyPriceLevelIdentifierGuid": "be771976-2c18-4214-91f8-41069a40e375",
              "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:14:59.7062314",
              "lastProcessed": "2025-06-14T06:14:59.7062314",
              "hold": true,
              "supplierName": "sample string 35",
              "supplier": {
                "$id": "7",
                "identifier": "91DffIzkIEaAmu9liU5Y/Q==",
                "identifierGuid": "7cdf50f7-e48c-4620-809a-ef65894e58fd",
                "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": "p0YhmG0GNkC3YqnIR1xNkw==",
                "primaryContactID": "982146a7-066d-4036-b762-a9c8475c4d93",
                "storeID": 1,
                "abn": "sample string 16",
                "supplierGroupIdentifier": "QlzKMAposEO8BYpGWJvp3Q==",
                "supplierGroupGuid": "30ca5c42-680a-43b0-bc05-8a46589be9dd",
                "rebate": 1.0,
                "rebateType": 1,
                "rebateFrequency": 1,
                "rebateSource": 1,
                "rebateLastClaimed": "2025-06-14T06:14:59.7062314",
                "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": "3ac8f5bb-1f4f-4261-9c87-2c6b1b54f613",
                  "identifier": "m8ie0sLFT0yRrxqPH+5V6w==",
                  "identifierGuid": "d29ec89b-c5c2-4c4f-91af-1a8f1fee55eb",
                  "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": "zTNFOwuTZUazMX92FgfWaw==",
                    "supplierIdentifierGuid": "3b4533cd-930b-4665-b331-7f761607d66b",
                    "contactGuid": "Z/OJZ1OlmEaockSqlvvw5A==",
                    "contactID": "6789f367-a553-4698-a872-44aa96fbf0e4",
                    "contact": {
                      "$ref": "8"
                    },
                    "supplier": {
                      "$ref": "7"
                    }
                  },
                  {
                    "$ref": "9"
                  }
                ],
                "products": [
                  {
                    "$id": "10",
                    "pluG_UID": "3/qtakeTfUuX8GoKP+5Asg==",
                    "pluGuid": "6aadfadf-9347-4b7d-97f0-6a0a3fee40b2",
                    "supplierIdentifier": "ZhyTdx3kckKqrqge4MuUpQ==",
                    "supplierIdentifierGuid": "77931c66-e41d-4272-aaae-a81ee0cb94a5",
                    "cartonQuantity": 1,
                    "cartonQuantityChanged": true,
                    "productSize": "sample string 2",
                    "cigarettesPerSleeve": 1,
                    "randomWeight": true,
                    "piecesPerUnit": 4,
                    "averagePackSize": 5,
                    "effectiveDate": "2025-06-14T06:14:59.7062314",
                    "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:14:59.7062314",
                    "rebate": 1.0,
                    "rebateExclude": true,
                    "invoiceCodes": [
                      {
                        "$id": "11",
                        "pluG_UID": "9PNu4zRli0mPCcAqA8FWIg==",
                        "pluGuid": "e36ef3f4-6534-498b-8f09-c02a03c15622",
                        "supplierIdentifier": "T0nN4/43NkiFmaE5hPMe/w==",
                        "supplierIdentifierGuid": "e3cd494f-37fe-4836-8599-a13984f31eff",
                        "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": "SK2KJ1dDTkCtCIGt1cTsmg==",
                    "parentPluGuid": "278aad48-4357-404e-ad08-81add5c4ec9a",
                    "freight": 44.0,
                    "freightType": 1,
                    "product": {
                      "$id": "12",
                      "plu": 1,
                      "storeID": 1,
                      "masterPluG_UID": "QEA=",
                      "storeIDs": [
                        1,
                        2
                      ],
                      "g_UId": "KtqGkhWatUWI18soEEU/CA==",
                      "guid": "9286da2a-9a15-45b5-88d7-cb2810453f08",
                      "apn": "sample string 1",
                      "apnChanged": true,
                      "apnSwitched": true,
                      "barcode": "sample string 4",
                      "itemNumber": "sample string 5",
                      "itemNumberChanged": true,
                      "priceGroupG_UID": "Od8lj3C6NEuNl+57zWs6KQ==",
                      "priceGroupGuid": "8f25df39-ba70-4b34-8d97-ee7bcd6b3a29",
                      "blueprintID": 1,
                      "lastCountedDate": "2025-06-14T06:14:59.7062314",
                      "externalID": "sample string 7",
                      "active": true,
                      "activated": "2025-06-14T06:14:59.7062314",
                      "pluCreated": "2025-06-14T06:14:59.7062314",
                      "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:14:59.7062314",
                      "lastManualUpdate": "2025-06-14T06:14:59.7062314",
                      "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:14:59.7062314",
                      "currentCostUpdated": "2025-06-14T06:14:59.7062314",
                      "costDecimals": 31,
                      "costChanged": true,
                      "dealCostIdentifier": "QEA=",
                      "excludeFromRebate": true,
                      "rebateOverride": 1,
                      "costCalcMethod": 1,
                      "costCalcMethodChanged": true,
                      "costEffectiveDate": "2025-06-14T06:14:59.7062314",
                      "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:14:59.7062314",
                      "posTare": 1,
                      "altPrice": 1.0,
                      "altPriceChanged": true,
                      "altPriceMode": 52,
                      "altPriceModeChanged": true,
                      "altPLUG_UID": "tuQaYBXV20Gsp4VrqEj5cA==",
                      "altPLUGuid": "601ae4b6-d515-41db-aca7-856ba848f970",
                      "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:14:59.7062314",
                      "labelLastPrice": 1,
                      "shelfPageLayoutG_UID": "lGilPreSGU6rjSwDIzSTyw==",
                      "shelfPageLayoutGuid": "3ea56894-92b7-4e19-ab8d-2c03233493cb",
                      "talkerPageLayoutG_UID": "SLHQ9D5jVUKFN0/PSE6H3g==",
                      "talkerPageLayoutGuid": "f4d0b148-633e-4255-8537-4fcf484e87de",
                      "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": "/lHsN0X9I02uXmNoFvAvCA==",
                      "inventoryIdentifier": "37ec51fe-fd45-4d23-ae5e-636816f02f08",
                      "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": "hdSKTmI4vEygmN7ibLy/fA==",
                      "parentPluGuid": "4e8ad485-3862-4cbc-a098-dee26cbcbf7c",
                      "preferredHostVendor": 103,
                      "preferredHostChanged": true,
                      "code": "sample string 105",
                      "supplierIdentifier": "Agy7Qv6qs0ezoaxwxWDwuA==",
                      "supplierIdentifierGuid": "42bb0c02-aafe-47b3-b3a1-ac70c560f0b8",
                      "supplierChanged": true,
                      "rebateSupplierIdentifier": "PE+bvKZhFkCIRb6rbbt5RQ==",
                      "rebateSupplierIdentifierGuid": "bc9b4f3c-61a6-4016-8845-beab6dbb7945",
                      "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:14:59.7062314",
                      "commodity": "sample string 120",
                      "businessPillar": "sample string 121",
                      "mscCommodity": "sample string 122",
                      "hostIdentifier": "TiLoJR2oaUmhojoOWt+pdQ==",
                      "hostIdentifierGuid": "25e8224e-a81d-4969-a1a2-3a0e5adfa975",
                      "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": "xP1cNx5j5kS2KUlCRrzMCA==",
                          "pluGuid": "375cfdc4-631e-44e6-b629-494246bccc08",
                          "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:14:59.7062314"
                        },
                        {
                          "$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:14:59.7062314",
                          "priceChangeType": 0,
                          "costDecimals": 10
                        },
                        "normalPluPrices": {
                          "$ref": "15"
                        },
                        "winningCampaign": 1,
                        "winner": {
                          "$id": "16",
                          "campaignName": "sample string 1",
                          "campaignDescription": "sample string 2",
                          "startDate": "2025-06-14T06:14:59.7062314",
                          "startTime": 3,
                          "endDate": "2025-06-14T06:14:59.7062314",
                          "endTime": 4,
                          "newPrice": 5,
                          "newCost": 6,
                          "newCostDecimals": 7,
                          "pctDiscount": 8,
                          "promoType": 1,
                          "promotionTypeCode": "sample string 9",
                          "hostType": 10,
                          "hostIdentifier": "I4q9y1K2pUK1gGZsMC5wDQ==",
                          "hostIdentifierGuid": "cbbd8a23-b652-42a5-b580-666c302e700d",
                          "storeNames": [
                            "sample string 1",
                            "sample string 2"
                          ]
                        },
                        "details": [
                          {
                            "$ref": "16"
                          },
                          {
                            "$ref": "16"
                          }
                        ]
                      },
                      "tray": {
                        "$id": "17",
                        "g_UId": "ZYGYBhtOHkWbwERjfnO+Yg==",
                        "guid": "06988165-4e1b-451e-9bc0-44637e73be62",
                        "name": "sample string 1",
                        "number": 1,
                        "tare": 1
                      },
                      "priceGroup": {
                        "$id": "18",
                        "priceGroupG_UID": "KrZZmCE0p0Oh3spL8aizYQ==",
                        "priceGroupGuid": "9859b62a-3421-43a7-a1de-ca4bf1a8b361",
                        "name": "sample string 2",
                        "code": 1,
                        "modified": true,
                        "updated": "2025-06-14T06:14:59.7062314",
                        "buyingLimit": 1,
                        "buyingLimitIndependent": true,
                        "buyingLimitType": 0,
                        "number": 1,
                        "products": [
                          {
                            "$ref": "12"
                          },
                          {
                            "$ref": "12"
                          }
                        ],
                        "productCount": 1
                      },
                      "priceGroupName": "sample string 145",
                      "nutrifacts": {
                        "$id": "19",
                        "pluG_UID": "CMoNhSonJUKjxP/EuFAyvw==",
                        "pluGuid": "850dca08-272a-4225-a3c4-ffc4b85032bf",
                        "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": "ed1cf997-431a-4324-ba6c-0f49e3480cb2",
                        "created": "2025-06-14T06:14:59.7062314",
                        "createdByUser": "sample string 1",
                        "activated": "2025-06-14T06:14:59.7062314",
                        "deactivated": "2025-06-14T06:14:59.7062314",
                        "lastOrdered": "2025-06-14T06:14:59.7062314",
                        "lastOrderedQty": 2.0,
                        "lastReceived": "2025-06-14T06:14:59.7062314",
                        "lastReceivedQty": 3.0,
                        "lastInvoiceStatus": 1,
                        "lastCounted": "2025-06-14T06:14:59.7062314",
                        "lastSold": "2025-06-14T06:14:59.7062314",
                        "firstSold": "2025-06-14T06:14:59.7062314",
                        "awsUpdated": "2025-06-14T06:14:59.7062314",
                        "lastManualUpdate": "2025-06-14T06:14:59.7062314",
                        "lastManualUpdatedByUser": "sample string 5",
                        "lastUpdated": "2025-06-14T06:14:59.7062314",
                        "lastUpdatedByUser": "sample string 7",
                        "lastUpdatedByHost": "2025-06-14T06:14:59.7062314",
                        "doNotRangeUpdated": "2025-06-14T06:14:59.7062314",
                        "doNotOrderUpdated": "2025-06-14T06:14:59.7062314",
                        "tracked": "2025-06-14T06:14:59.7062314"
                      },
                      "allergens": [
                        {
                          "$id": "21",
                          "allergenID": 1,
                          "pluG_UID": "zyVhbfA+dUysFSmXn7uqHQ==",
                          "pluGuid": "6d6125cf-3ef0-4c75-ac15-29979fbbaa1d",
                          "contains": 2,
                          "allergenName": "sample string 3",
                          "storeIDs": [
                            1,
                            2
                          ]
                        },
                        {
                          "$ref": "21"
                        }
                      ],
                      "costs": {
                        "$id": "22",
                        "pluG_UID": "1ZGwiHIoaUikK/aBqRIHDw==",
                        "pluGuid": "88b091d5-2872-4869-a42b-f681a912070f",
                        "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:14:59.7062314",
                        "normalCost": 1,
                        "currentCost": 1
                      },
                      "sales": [
                        {
                          "$id": "23",
                          "saleHeaderID": 1,
                          "created": "2025-06-14T06:14:59.7062314",
                          "createdLocal": "2025-06-14T06:14:59.7062314",
                          "storeID": 3,
                          "storeName": "sample string 4",
                          "operatorG_Uid": "6wxTn541TkqMMpOTyppbww==",
                          "operatorGuid": "9f530ceb-359e-4a4e-8c32-9393ca9a5bc3",
                          "operatorName": "sample string 5",
                          "tranType": 1,
                          "plu": 1,
                          "pluG_UId": "psDeBqviKUSxsqVuTGmo/Q==",
                          "pluGuid": "06dec0a6-e2ab-4429-b1b2-a56e4c69a8fd",
                          "normalPrice": 1,
                          "totalCents": 1,
                          "cost": 1,
                          "grossProfit": 1,
                          "quantity": 1,
                          "operator": {
                            "$ref": "1"
                          }
                        },
                        {
                          "$ref": "23"
                        }
                      ],
                      "apns": [
                        {
                          "$id": "24",
                          "pluID": 1,
                          "pluG_UID": "o0loC//JpU205OZxkwYUFA==",
                          "pluGuid": "0b6849a3-c9ff-4da5-b4e4-e67193061414",
                          "apn": "sample string 1",
                          "deleted": true,
                          "storeID": 1,
                          "storeIDs": [
                            1,
                            2
                          ]
                        },
                        {
                          "$ref": "24"
                        }
                      ],
                      "tuns": [
                        {
                          "$id": "25",
                          "pluG_UId": "ttACfVtbuEia8vTYT0wEPw==",
                          "pluGuid": "7d02d0b6-5b5b-48b8-9af2-f4d84f4c043f",
                          "apn": "sample string 1",
                          "tun": "sample string 2",
                          "cartonQuantity": 3,
                          "product": {
                            "$ref": "12"
                          },
                          "storeIDs": [
                            1,
                            2
                          ]
                        },
                        {
                          "$ref": "25"
                        }
                      ],
                      "competitionPricing": [
                        {
                          "$id": "26",
                          "identifier": "In52NaACYUyrnT8qLAnn5g==",
                          "identifierGuid": "35767e22-02a0-4c61-ab9d-3f2a2c09e7e6",
                          "pluG_UID": "8CtaNU6tDEOxQlD69T8s1A==",
                          "pluGuid": "355a2bf0-ad4e-430c-b142-50faf53f2cd4",
                          "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": "1uX3cf5jOk2rF6xzIVxDeg==",
                          "groupName": "sample string 1",
                          "identifierGuid": "71f7e5d6-63fe-4d3a-ab17-ac73215c437a",
                          "exists": true,
                          "flipChartIdentifier": "JE2Q8HApGk6aR1r2YfAcdw==",
                          "flipChartIdentifierGuid": "f0904d24-2970-4e1a-9a47-5af661f01c77",
                          "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": "VBLeMNlXK0G3mMHVR4favQ==",
                          "groupIdentifierGuid": "30de1254-57d9-412b-b798-c1d54787dabd",
                          "flipChart": {
                            "$id": "28",
                            "identifier": "KPaYWpJXf0eiOKKNSnaqrQ==",
                            "identifierGuid": "5a98f628-5792-477f-a238-a28d4a76aaad",
                            "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": "LdPZ3igSPEaxppj30Qmz2g==",
                              "identifierGuid": "ded9d32d-1228-463c-b1a6-98f7d109b3da",
                              "name": "sample string 2",
                              "formType": "sample string 3",
                              "forms": [
                                {
                                  "$id": "30",
                                  "id": 1,
                                  "g_UID": "MsGyQAwYfUGbwhfR7HOuOA==",
                                  "guid": "40b2c132-180c-417d-9bc2-17d1ec73ae38",
                                  "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": "Oc+yge70mUe4YinT6TmGBQ==",
                                  "previousFormGuid": "81b2cf39-f4ee-4799-b862-29d3e9398605",
                                  "nextForm": 1,
                                  "nextFormG_UID": "oiOa3wu22EuoSP4BOViNDA==",
                                  "nextFormGuid": "df9a23a2-b60b-4bd8-a848-fe0139588d0c",
                                  "attributes": "sample string 10",
                                  "updated": "2025-06-14T06:14:59.7062314",
                                  "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": "vlkwsULWpE2jdRXMECO9SQ==",
                                      "checkoutFormGuid": "b13059be-d642-4da4-a375-15cc1023bd49",
                                      "identifier": "YHCcDyDL2E6u3hVij+khjw==",
                                      "identifierGuid": "0f9c7060-cb20-4ed8-aede-15628fe9218f",
                                      "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": "nrNGDdBU4UiyjTl2faejLQ==",
                                      "valueGuid": "0d46b39e-54d0-48e1-b28d-39767da7a32d",
                                      "buttonText": "sample string 10",
                                      "valueText": "sample string 11",
                                      "drawImageAndButton": true,
                                      "updated": "2025-06-14T06:14:59.7062314",
                                      "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:14:59.7062314",
                                        "imageData": "QEA=",
                                        "readOnly": true
                                      }
                                    },
                                    {
                                      "$ref": "31"
                                    }
                                  ],
                                  "panels": [
                                    {
                                      "$id": "33",
                                      "id": 1,
                                      "checkoutFormID": 2,
                                      "checkoutFormG_UID": "p9Iij6enikSu5lK0BoypDQ==",
                                      "checkoutFormGuid": "8f22d2a7-a7a7-448a-aee6-52b4068ca90d",
                                      "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": "VltMlDC4L0aBTeDyu5gGcQ==",
                              "flipChartPageIdentifierGuid": "944c5b56-b830-462f-814d-e0f2bb980671",
                              "pluG_UID": "xpH2VCXzkE600IDo3aPjaw==",
                              "pluGuid": "54f691c6-f325-4e90-b4d0-80e8dda3e36b",
                              "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": "unk5nRHS+0OMToO2T3PcLw==",
                          "pluGuid": "9d3979ba-d211-43fb-8c4e-83b64f73dc2f",
                          "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:14:59.7062314",
                          "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": "zWVrt7uO/0y0xJm/OS6hjA==",
                          "ingredientGuid": "QLu/YbEA80WTKzC/GdWNSQ==",
                          "ingredientIdentifier": "61bfbb40-00b1-45f3-932b-30bf19d58d49",
                          "quantity": 1.0,
                          "storeIDs": [
                            1,
                            2
                          ],
                          "ingredientText": "sample string 1",
                          "ingredient": {
                            "$ref": "12"
                          }
                        },
                        {
                          "$ref": "36"
                        }
                      ],
                      "bins": [
                        {
                          "$id": "37",
                          "pluG_UID": "g2XyvOKNFU6VrhkhAsV2AQ==",
                          "pluGuid": "bcf26583-8de2-4e15-95ae-192102c57601",
                          "shelfLocationIdentifier": "RiNYY2ziokWFBFx/Ogznjw==",
                          "shelfLocationGuid": "63582346-e26c-45a2-8504-5c7f3a0ce78f",
                          "labelShelfDefault": 1,
                          "labelTalkerDefault": 1,
                          "labelSmall": true,
                          "labelPageLayoutG_UID": "VhaysPf/hkKPcUXUiHndjQ==",
                          "labelPageLayoutGuid": "b0b21656-fff7-4286-8f71-45d48879dd8d",
                          "updated": "2025-06-14T06:14:59.7062314",
                          "electronicShelfLabelIdentifier": "sample string 5",
                          "electronicshelfLabelsConfigurationID": 6,
                          "labelShelfChanged": true,
                          "productName": "sample string 8",
                          "locationText": "sample string 9",
                          "product": {
                            "$ref": "12"
                          },
                          "location": {
                            "$id": "38",
                            "identifier": "HmoW7IyddkGzbMvQM6CsXQ==",
                            "storeID": 1,
                            "identifierGuid": "ec166a1e-9d8c-4176-b36c-cbd033a0ac5d",
                            "name": "sample string 2",
                            "haccp": true,
                            "blueprintID": 1,
                            "updated": "2025-06-14T06:14:59.7062314",
                            "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": "cDe1h4UKh0eTe78VrTTlLA==",
                          "pluGuid": "87b53770-0a85-4787-937b-bf15ad34e52c",
                          "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:14:59.7062314",
                            "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:14:59.7062314",
                                          "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": "kLiBMlCZFU2B+HVod40Gzw==",
                                          "labelPageLayoutGuid": "3281b890-9950-4d15-81f8-7568778d06cf",
                                          "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:14:59.7062314",
                                      "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": "yrROE/z3wk+vmS5fe6cdhQ==",
                                      "labelPageLayoutGuid": "134eb4ca-f7fc-4fc2-af99-2e5f7ba71d85",
                                      "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:14:59.7062314",
                                  "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": "Z+iaRZI7z0mfqtXkbWSwMw==",
                                  "labelPageLayoutGuid": "459ae867-3b92-49cf-9faa-d5e46d64b033",
                                  "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:14:59.7062314",
                              "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": "cOaJa4mgNkutHUh0QJzhgg==",
                              "labelPageLayoutGuid": "6b89e670-a089-4b36-ad1d-4874409ce182",
                              "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": "hPpV2leEcUa3VKHXSTPkMA==",
                        "pluGuid": "da55fa84-8457-4671-b754-a1d74933e430",
                        "newPrice": 1,
                        "pctDiscount": 1,
                        "newCost": 1,
                        "newCostDecimals": 6,
                        "dealCostIdentifier": "G8cIFWNvyUi6VKoM3JuTDA==",
                        "dealCostGuid": "1508c71b-6f63-48c9-ba54-aa0cdc9b930c",
                        "pluName": "sample string 7",
                        "apn": "sample string 8",
                        "fuelItem": true,
                        "priceGroupG_UID": "gYzUaONvCk2YQZ+Vwn7qpw==",
                        "priceGroupGuid": "68d48c81-6fe3-4d0a-9841-9f95c27eeaa7",
                        "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:14:59.7062314",
                        "rrp": 26,
                        "campaignDescription": "sample string 27",
                        "campaignComboPriceGroupG_UID": "a3M+Un/CP02NQjSnPO/EYA==",
                        "campaignComboPriceGroupIdentifier": "523e736b-c27f-4d3f-8d42-34a73cefc460",
                        "promotionPlacementDescription": "sample string 28",
                        "storeAcceptances": [
                          {
                            "$id": "50",
                            "plu": 1,
                            "pluG_UId": "QEA=",
                            "campaignID": 1,
                            "campaignName": "sample string 2",
                            "storeID": 3,
                            "acceptedUtc": "2025-06-14T06:14:59.7062314",
                            "operatorG_UID": "pWJQPonXzkmbX21jByYHSQ==",
                            "operatorGuid": "3e5062a5-d789-49ce-9b5f-6d6307260749",
                            "machineID": 1,
                            "processed": true,
                            "appliedUtc": "2025-06-14T06:14:59.7062314",
                            "signIqTicketFileMovedUtc": "2025-06-14T06:14:59.7062314",
                            "user": "sample string 6",
                            "campaignDescription": "sample string 7",
                            "productDesc": "sample string 8",
                            "storeName": "sample string 9",
                            "effectiveUtc": "2025-06-14T06:14:59.7062314",
                            "priceChangeType": 0,
                            "operatorName": "sample string 10",
                            "hostCampaign": true,
                            "product": {
                              "$ref": "12"
                            },
                            "campaignPlu": {
                              "$ref": "49"
                            }
                          },
                          {
                            "$ref": "50"
                          }
                        ],
                        "campaign": {
                          "$id": "51",
                          "id": 1,
                          "storeID": 2,
                          "name": "b15115b7-fd66-40a0-b21a-9c5e523c6b18",
                          "nameGuid": "b15115b7-fd66-40a0-b21a-9c5e523c6b18",
                          "description": "sample string 4",
                          "showDiscounts": true,
                          "showTotals": true,
                          "onlyEvaluateOnSubtotal": true,
                          "useDescription": true,
                          "campaignType": 1,
                          "startDate": "2025-06-14T06:14:59.7062314",
                          "startTime": 1,
                          "endDate": "2025-06-14T06:14:59.7062314",
                          "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:14:59.7062314",
                          "system": true,
                          "created": "2025-06-14T06:14:59.7062314",
                          "updated": "2025-06-14T06:14:59.7062314",
                          "priceChangeNotifiedUtc": "2025-06-14T06:14:59.7062314",
                          "promoType": 1,
                          "promotionTypeCode": "sample string 13",
                          "hostIdentifier": "5fo1vwVsGk2vKaM8bRt4Ow==",
                          "hostIdentifierGuid": "bf35fae5-6c05-4d1a-af29-a33c6d1b783b",
                          "hostType": 14,
                          "createdByUser": "sample string 15",
                          "fromHost": true,
                          "deleted": true,
                          "campaignDeleted": "2025-06-14T06:14:59.7062314",
                          "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": "6JbxwuRHVE+cfhZR/JG66Q==",
                              "pluGuid": "c2f196e8-47e4-4f54-9c7e-1651fc91bae9",
                              "hostOfferID": 1,
                              "priceGroupG_UID": "D7cRHiFn7E6LIH8XE1NMmg==",
                              "priceGroupGuid": "1e11b70f-6721-4eec-8b20-7f1713534c9a",
                              "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:14:59.7062314",
                              "rrp": 17,
                              "campaignDescription": "sample string 18",
                              "product": {
                                "$ref": "12"
                              },
                              "campaign": {
                                "$ref": "51"
                              }
                            },
                            {
                              "$ref": "52"
                            }
                          ],
                          "sellingRules": [
                            {
                              "$id": "53",
                              "id": 1,
                              "identifier": "ciN3NJNDEEuJDoDriC5GMQ==",
                              "identifierStr": "ciN3NJNDEEuJDoDriC5GMQ==",
                              "identifierGuid": "34772372-4393-4b10-890e-80eb882e4631",
                              "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": "rXdxTuELxEWMNsdu9ao2fw==",
                              "customerIDGuid": "4e7177ad-0be1-45c4-8c36-c76ef5aa367f",
                              "campaign": {
                                "$ref": "51"
                              },
                              "customer": {
                                "$id": "55",
                                "identifier": "ybGfZdwGP0mBCKelS3bKJw==",
                                "identifierGuid": "659fb1c9-06dc-493f-8108-a7a54b76ca27",
                                "code": "sample string 2",
                                "familyName": "sample string 3",
                                "givenName": "sample string 4",
                                "otherName": "sample string 5",
                                "title": "sample string 6",
                                "dateOfBirth": "2025-06-14T06:14:59.7062314",
                                "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": "qkxGW9RyQEm1LNfCfd6qNA==",
                                "communityIdentifierGuid": "5b464caa-72d4-4940-b52c-d7c27ddeaa34",
                                "joined": "2025-06-14T06:14:59.7062314",
                                "updated": "2025-06-14T06:14:59.7062314",
                                "active": true,
                                "reasonInactive": 1,
                                "groupCustomer": true,
                                "loyaltyPoints": 1,
                                "homeStoreID": 1,
                                "availableSpend": 1,
                                "priceLevelIdentifier": "HPD3oK0cB0OPgcVu6RrR5A==",
                                "priceLevelIdentifierGuid": "a0f7f01c-1cad-4307-8f81-c56ee91ad1e4",
                                "marketingID": "sample string 18",
                                "hidden": true,
                                "registered": true,
                                "registeredOn": "2025-06-14T06:14:59.7062314",
                                "emailMarketing": true,
                                "smsMarketing": true,
                                "deleted": true,
                                "deletedUser": "sample string 24",
                                "homeStoreName": "sample string 25",
                                "customerCards": [
                                  {
                                    "$id": "56",
                                    "cardType": 2,
                                    "issueDate": "2025-06-14T06:14:59.7062314",
                                    "expiry": "2025-06-14T06:14:59.7062314",
                                    "customerID": "uRspfQAIjEKGNu/Q3UmgZQ==",
                                    "customerIDGuid": "7d291bb9-0800-428c-8636-efd0dd49a065",
                                    "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:14:59.7062314",
                                    "linkedAccount": "km5Ga0sLLUeQAEMfO6WVLw==",
                                    "linkedAccountGuid": "6b466e92-0b4b-472d-9000-431f3ba5952f",
                                    "currentValueChanged": true,
                                    "limitsChanged": true,
                                    "customer": {
                                      "$ref": "55"
                                    },
                                    "account": {
                                      "$id": "57",
                                      "id": 1,
                                      "identifier": "pOKm9g/9GE+dTvCWqY7vSA==",
                                      "identifierGuid": "f6a6e2a4-fd0f-4f18-9d4e-f096a98eef48",
                                      "referenceNo": "sample string 3",
                                      "name": "sample string 4",
                                      "created": "2025-06-14T06:14:59.7062314",
                                      "owner": "tUeBkjvS3kaCaOJOO2GhlQ==",
                                      "ownerGuid": "928147b5-d23b-46de-8268-e24e3b61a195",
                                      "accountStoreGroupIdentifier": "z/UtNIYq4kSsPTcUWJHKhw==",
                                      "accountStoreGroupGuid": "342df5cf-2a86-44e2-ac3d-37145891ca87",
                                      "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:14:59.7062314",
                                      "active": true,
                                      "updated": "2025-06-14T06:14:59.7062314",
                                      "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": "RN7+HtlU6k2U4AOs8KjbNA==",
                                          "identifierGuid": "1efede44-54d9-4dea-94e0-03acf0a8db34",
                                          "name": "sample string 2",
                                          "primaryContact": "Vhz8ZH6BSkGi5DY/hsTeCw==",
                                          "primaryContactGuid": "64fc1c56-817e-414a-a2e4-363f86c4de0b",
                                          "accountID": "MOLGWDzIKEW0QTCGiNLMYQ==",
                                          "accountIDGuid": "58c6e230-c83c-4528-b441-308688d2cc61",
                                          "special": true,
                                          "updated": "2025-06-14T06:14:59.7062314",
                                          "active": true,
                                          "reasonInactive": 1,
                                          "priceLevelIdentifier": "tscIEgVNBk+OhlMZc1oBYw==",
                                          "priceLevelIdentifierGuid": "1208c7b6-4d05-4f06-8e86-5319735a0163",
                                          "deleted": true,
                                          "account": {
                                            "$ref": "57"
                                          },
                                          "primaryContactCustomer": {
                                            "$ref": "55"
                                          },
                                          "customerGroupMembers": [
                                            {
                                              "$id": "60",
                                              "id": 1,
                                              "groupID": "vFTvkSoyGUWtGxNwudXp7g==",
                                              "groupIDGuid": "91ef54bc-322a-4519-ad1b-1370b9d5e9ee",
                                              "customerID": "hWch/DrpwUqGvMGHJJKHnA==",
                                              "customerIDGuid": "fc216785-e93a-4ac1-86bc-c1872492879c",
                                              "card": "sample string 4",
                                              "linkedAccount": "7FAWh6HrOkGKXVl1EQcitA==",
                                              "linkedAccountGuid": "871650ec-eba1-413a-8a5d-5975110722b4",
                                              "customer": {
                                                "$ref": "55"
                                              },
                                              "group": {
                                                "$ref": "59"
                                              },
                                              "customerCard": {
                                                "$ref": "56"
                                              }
                                            },
                                            {
                                              "$ref": "60"
                                            }
                                          ]
                                        },
                                        {
                                          "$ref": "59"
                                        }
                                      ]
                                    },
                                    "payments": [
                                      {
                                        "$id": "61",
                                        "id": 1,
                                        "identifier": "XLEjVeu8jUSq+5SuCLpn6Q==",
                                        "identifierGuid": "5523b15c-bceb-448d-aafb-94ae08ba67e9",
                                        "storeID": 2,
                                        "operatorName": "sample string 3",
                                        "saleHeaderID": 4,
                                        "paymentType": 5,
                                        "amount": 6,
                                        "account": "sample string 7",
                                        "accountID": "Ze0WBKMVn0iEFXLbDd1tFA==",
                                        "accountIDGuid": "0416ed65-15a3-489f-8415-72db0ddd6d14",
                                        "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:14:59.7062314",
                                        "invRocNo": "sample string 14",
                                        "responseCode": "sample string 15",
                                        "cashout": 1,
                                        "tip": 16,
                                        "idempotentVoid": "O+FN8uUiFUKeC60R4Ptisg==",
                                        "idempotentVoidGuid": "f24de13b-22e5-4215-9e0b-ad11e0fb62b2",
                                        "offline": true,
                                        "processed": 1,
                                        "storeSaleHeader": {
                                          "$id": "62",
                                          "saleHeaderID": 1,
                                          "saleHeaderGuid": "ZGKYDQLX1UGH4B6b++5UQg==",
                                          "saleHeaderIdentifierGuid": "0d986264-d702-41d5-87e0-1e9bfbee5442",
                                          "created": "2025-06-14T06:14:59.7062314",
                                          "createdLocal": "2025-06-14T06:14:59.7062314",
                                          "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:14:59.7062314",
                                          "storeID": 1,
                                          "operatorG_Uid": "JWEMATaRg0SOXT1kTnsLwg==",
                                          "operatorGuid": "010c6125-9136-4483-8e5d-3d644e7b0bc2",
                                          "customerG_Uid": "pwjJDNFoFkOg2gO1ZxQa3A==",
                                          "customerGuid": "0cc908a7-68d1-4316-a0da-03b567141adc",
                                          "communityIdentifier": "J0ZvFNYKvkqi9k69uYJJmQ==",
                                          "communityIdentifierGuid": "146f4627-0ad6-4abe-a2f6-4ebdb9824999",
                                          "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": "zmixEn61W0aP2m1cEZ9fwg==",
                                          "priceLevelIdentifierGuid": "12b168ce-b57e-465b-8fda-6d5c119f5fc2",
                                          "locked": 36,
                                          "relationChecksum": "sample string 37",
                                          "loyaltyTender": 1,
                                          "giftCardTender": 1,
                                          "operator": {
                                            "$ref": "1"
                                          },
                                          "customer": {
                                            "$ref": "55"
                                          },
                                          "communityOrganisation": {
                                            "$id": "63",
                                            "id": 1,
                                            "identifier": "Mi5J/gCmq0qz12IIDMDP0Q==",
                                            "identifierGuid": "fe492e32-a600-4aab-b3d7-62080cc0cfd1",
                                            "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:14:59.7062314",
                                            "deleted": true
                                          },
                                          "details": [
                                            {
                                              "$id": "64",
                                              "saleItemID": 1,
                                              "identifier": "v9/HPyQkdUq4IXlzrePrEg==",
                                              "identifierGuid": "3fc7dfbf-2424-4a75-b821-7973ade3eb12",
                                              "saleHeaderID": 2,
                                              "plu": 1,
                                              "pluG_UId": "fVcSrO2sfUOy1ZOob1JCkA==",
                                              "pluGuid": "ac12577d-aced-437d-b2d5-93a86f524290",
                                              "accountID": "VVeJB5M6T0qKISUO6qNtdw==",
                                              "accountIDGuid": "07895755-3a93-4a4f-8a21-250eeaa36d77",
                                              "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:14:59.7062314",
                                              "bestOrExpireType": 1,
                                              "providerName": "sample string 11",
                                              "refundG_UID": "t4gS2LTTn0yZn6DpB2Gveg==",
                                              "refundGuid": "d81288b7-d3b4-4c9f-999f-a0e90761af7a",
                                              "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": "6S42oejKNEymS3Z0xrR+IQ==",
                                              "idempotentVoidGuid": "a1362ee9-cae8-4c34-a64b-7674c6b47e21",
                                              "priceLevelIdentifier": "5ZNsUnYs2kuLU9zddA6TTQ==",
                                              "priceLevelIdentifierGuid": "526c93e5-2c76-4bda-8b53-dcdd740e934d",
                                              "productName": "sample string 23",
                                              "apn": "sample string 24",
                                              "unknownScans": [
                                                {
                                                  "$id": "65",
                                                  "id": 1,
                                                  "saleDetailID": 2,
                                                  "storeID": 1,
                                                  "scanned": "2025-06-14T06:14:59.7062314",
                                                  "operatorG_UID": "QEA=",
                                                  "barcode": "sample string 4",
                                                  "processed": 1
                                                },
                                                {
                                                  "$ref": "65"
                                                }
                                              ],
                                              "refund": {
                                                "$id": "66",
                                                "id": 1,
                                                "g_UID": "t/0qauTvJ02pQ4gIvVaYXg==",
                                                "guid": "6a2afdb7-efe4-4d27-a943-8808bd56985e",
                                                "description": "sample string 1",
                                                "dumped": true,
                                                "inventoryReasonID": 1,
                                                "sortOrder": 1,
                                                "updated": "2025-06-14T06:14:59.7062314"
                                              },
                                              "modifier": {
                                                "$id": "67",
                                                "id": 1,
                                                "setG_UID": "T30yuwV4wkeIDLU9Yc9+FQ==",
                                                "modifierSetGuid": "bb327d4f-7805-47c2-880c-b53d61cf7e15",
                                                "name": "sample string 2",
                                                "price": 1,
                                                "quantity": 1,
                                                "modifierType": 1,
                                                "groupNumber": 1,
                                                "pageNumber": 1,
                                                "controlOrder": 1,
                                                "printToStation": true,
                                                "pluG_UID": "V1yAY2x8xEmbKHqTEtFwKg==",
                                                "pluGuid": "63805c57-7c6c-49c4-9b28-7a9312d1702a",
                                                "deleted": true,
                                                "g_UID": "nPVZbFA1qkiVQIYIxSiNiQ==",
                                                "guid": "6c59f59c-3550-48aa-9540-8608c5288d89",
                                                "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": "UQZXXMl5GEay2zpVJEFjxQ==",
                                              "pluGuid": "5c570651-79c9-4618-b2db-3a55244163c5",
                                              "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:14:59.7062314",
                                              "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:14:59.7062314",
                                              "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": "NEiO2+RKdUWT0uTkuDlfiA==",
                                              "pluGuid": "db8e4834-4ae4-4575-93d2-e4e4b8395f88",
                                              "accountID": "m6DGwAADrE6NjSFpxkz+0g==",
                                              "accountIDGuid": "c0c6a09b-0300-4eac-8d8d-2169c64cfed2",
                                              "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:14:59.7062314",
                                              "bestOrExpireType": 1,
                                              "refundG_UID": "No8+61q8TkuuVBmq4a9Row==",
                                              "refundGuid": "eb3e8f36-bc5a-4b4e-ae54-19aae1af51a3",
                                              "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": "/mYiYzh9HkSkDIhGB3k7GA==",
                                              "identifierGuid": "632266fe-7d38-441e-a40c-884607793b18",
                                              "id": 1,
                                              "orderNo": 2,
                                              "externalSaleIdentifier": "sample string 3",
                                              "storeID": 4,
                                              "zoneID": 5,
                                              "deptNo": 6,
                                              "customerIdentifier": "j+a7qSHVvEW4h1OwcjMQag==",
                                              "customerIdentifierGuid": "a9bbe68f-d521-45bc-b887-53b07233106a",
                                              "operatorNo": 1,
                                              "operatorG_UID": "OvBHSZpoCkeMw5uOwN0tLQ==",
                                              "operatorGuid": "4947f03a-689a-470a-8cc3-9b8ec0dd2d2d",
                                              "created": "2025-06-14T06:14:59.7062314",
                                              "ordered": "2025-06-14T06:14:59.7062314",
                                              "started": "2025-06-14T06:14:59.7062314",
                                              "completed": "2025-06-14T06:14:59.7062314",
                                              "supplied": "2025-06-14T06:14:59.7062314",
                                              "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": "KyM0m9GzS0mB3d2SdKWSIA==",
                                                  "pluGuid": "9b34232b-b3d1-494b-81dd-dd9274a59220",
                                                  "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": "z4Tk4yy2JE+vWT68YLtRbw==",
                                                  "headerIdentifierGuid": "e3e484cf-b62c-4f24-af59-3ebc60bb516f",
                                                  "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": "3b9fvzIbv0i0xp+W0xp1/w==",
                                              "surveyGuid": "bf5fbfdd-1b32-48bf-b4c6-9f96d31a75ff",
                                              "saleHeaderGuid": "fc/Yk54DvU6gggYuE7QFVA==",
                                              "saleGuid": "93d8cf7d-039e-4ebd-a082-062e13b40554",
                                              "textResponse": "sample string 1",
                                              "integerResponse": 1,
                                              "g_UIDResponse": "fEV2b1YCcUWjMfHwvNbzlg==",
                                              "guidResponse": "6f76457c-0256-4571-a331-f1f0bcd6f396",
                                              "whoAnswered": 2,
                                              "answeredAtUTC": "2025-06-14T06:14:59.7062314",
                                              "sale": {
                                                "$ref": "62"
                                              },
                                              "survey": {
                                                "$id": "76",
                                                "g_UID": "js8IJkrl4kidWKEXcPEZ7Q==",
                                                "guid": "2608cf8e-e54a-48e2-9d58-a11770f119ed",
                                                "name": "sample string 1",
                                                "storeID": 2,
                                                "zoneID": 1,
                                                "checkoutFormG_UID": "+fHGUobDyEiKJ3CXBAJx6w==",
                                                "checkoutFormGuid": "52c6f1f9-c386-48c8-8a27-7097040271eb",
                                                "displayToWho": 3,
                                                "displayWhen": 4,
                                                "start": "2025-06-14T06:14:59.7062314",
                                                "end": "2025-06-14T06:14:59.7062314",
                                                "deleted": true,
                                                "updated": "2025-06-14T06:14:59.7062314",
                                                "possibleIntegerResponses": [
                                                  1,
                                                  2
                                                ],
                                                "possibleTextResponses": [
                                                  "sample string 1",
                                                  "sample string 2"
                                                ],
                                                "possibleGuidResponses": [
                                                  "e12f80fc-3884-4db6-b086-858f3fd90ad7",
                                                  "c71707c9-beba-49aa-bd02-314c6d909020"
                                                ],
                                                "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": "MaIgLjEe7kqgtiCT3QEG8g==",
                                          "accountIdentifier": "2e20a231-1e31-4aee-a0b6-2093dd0106f2",
                                          "accountName": "sample string 42",
                                          "customerOrderIdentifier": "jD3VmqCd6EipaND3dI6vkg==",
                                          "customerOrderIdentifierGuid": "9ad53d8c-9da0-48e8-a968-d0f7748eaf92",
                                          "priceLevelName": "sample string 43",
                                          "revision": 44,
                                          "ingressId": "sample string 45"
                                        },
                                        "metadata": {
                                          "$id": "77",
                                          "id": 1,
                                          "paymentID": 2,
                                          "paymentIdentifier": "HTc09T1C70O1CjxUO+axpg==",
                                          "paymentIdentifierGuid": "f534371d-423d-43ef-b50a-3c543be6b1a6",
                                          "identifier": "hUMxvSO3tECnDJdurUuqyQ==",
                                          "identifierGuid": "bd314385-b723-40b4-a70c-976ead4baac9",
                                          "metadata": "sample string 3",
                                          "signatureImage": "QEA=",
                                          "itemIdentifier": "b8p9WZh1vUKAOZ+4bLjvGQ==",
                                          "itemIdentifierGuid": "597dca6f-7598-42bd-8039-9fb86cb8ef19"
                                        }
                                      },
                                      {
                                        "$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": "J3nLpIqp/kWNM1UeqUnqEQ==",
                                    "customerIdentifierGuid": "a4cb7927-a98a-45fe-8d33-551ea949ea11",
                                    "voucherName": "sample string 2",
                                    "count": 3,
                                    "storeID": 4,
                                    "barcode": "sample string 5",
                                    "redeemCount": 6,
                                    "issueCount": 7,
                                    "storeSalePaymentID": 1,
                                    "idempotentID": "sub2l2wwCECYorViLBpuuA==",
                                    "idempotentGuid": "97f6e6b2-306c-4008-98a2-b5622c1a6eb8",
                                    "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:14:59.7062314",
                                      "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:14:59.7062314",
                                        "labelPageLayout": "zEsjguiyj0uJf/q80xQVGQ==",
                                        "pageLayoutGuid": "82234bcc-b2e8-4b8f-897f-fabcd3141519",
                                        "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:14:59.7062314"
                                          },
                                          {
                                            "$ref": "82"
                                          }
                                        ]
                                      },
                                      "customerVouchers": [
                                        {
                                          "$id": "83",
                                          "id": 1,
                                          "customerIdentifier": "APTBxS+CckWV++gMZwSVOQ==",
                                          "customerIdentifierGuid": "c5c1f400-822f-4572-95fb-e80c67049539",
                                          "voucherID": 3,
                                          "voucherName": "sample string 4",
                                          "storeID": 1,
                                          "barcode": "sample string 5",
                                          "dateOfIssue": "2025-06-14T06:14:59.7062314",
                                          "issuedSaleHeaderID": 1,
                                          "issuedSaleIdentifier": "sample string 7",
                                          "issuedOfflinePaymentID": 1,
                                          "issuedIdempotentID": "8XxxbOInukeXgIdTiXy+xA==",
                                          "issuedIdempotentGuid": "6c717cf1-27e2-47ba-9780-8753897cbec4",
                                          "issuedOffline": true,
                                          "issuedUser": "sample string 9",
                                          "issuedNotes": "sample string 10",
                                          "expiryDate": "2025-06-14T06:14:59.7062314",
                                          "expiredUser": "sample string 11",
                                          "expiredNotes": "sample string 12",
                                          "redeemed": "2025-06-14T06:14:59.7062314",
                                          "redeemedSaleHeaderID": 1,
                                          "redeemedSaleIdentifier": "sample string 13",
                                          "redeemedOfflinePaymentID": 1,
                                          "redeemedIdempotentID": "Moo/IoLgG02RUMRr8oEx9A==",
                                          "redeemedIdempotentGuid": "223f8a32-e082-4d1b-9150-c46bf28131f4",
                                          "redeemedUser": "sample string 14",
                                          "redeemedNotes": "sample string 15",
                                          "redeemedOffline": true,
                                          "updated": "2025-06-14T06:14:59.7062314",
                                          "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": "glSUhJjzfUy6c+zQu89enA==",
                              "groupIDGuid": "84945482-f398-4c7d-ba73-ecd0bbcf5e9c",
                              "campaign": {
                                "$ref": "51"
                              },
                              "group": {
                                "$ref": "59"
                              }
                            },
                            {
                              "$ref": "84"
                            }
                          ],
                          "signIqTickets": [
                            {
                              "$id": "85",
                              "identifier": "Cy7i0ZXhYUGT/oxCq6m2rg==",
                              "identifierGuid": "d1e22e0b-e195-4161-93fe-8c42aba9b6ae",
                              "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": "B51PPorXMkaXOlVNdzHhXA==",
                              "guid": "3e4f9d07-d78a-4632-973a-554d7731e15c",
                              "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": "WkaoJRYi70WtGNjfLUV6WQ==",
                                  "groupGuid": "25a8465a-2216-45ef-ad18-d8df2d457a59",
                                  "comboPriceType": 5,
                                  "priceType": 5,
                                  "pluG_UID": "+u7e5pZsk0GBZgMghMtYqA==",
                                  "pluGuid": "e6deeefa-6c96-4193-8166-032084cb58a8",
                                  "priceGroupG_UID": "zlPYjCJt2EiNVs1ortAf7A==",
                                  "priceGroupGuid": "8cd853ce-6d22-48d8-8d56-cd68aed01fec",
                                  "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": "/4N9MK9eb0mIogpjJmXI9g==",
                              "priceLevelIdentifierGuid": "307d83ff-5eaf-496f-88a2-0a632665c8f6",
                              "campaignName": "sample string 3",
                              "priceLevelName": "sample string 4"
                            },
                            {
                              "$ref": "88"
                            }
                          ]
                        },
                        "product": {
                          "$ref": "12"
                        },
                        "dealCost": {
                          "$id": "89",
                          "headerIdentifier": "5TethNYlXUeHssUxFyTbcA==",
                          "headerIdentifierGuid": "84ad37e5-25d6-475d-87b2-c5311724db70",
                          "identifier": "XoXYdRS6aUKzhhJcUjub1w==",
                          "identifierGuid": "75d8855e-ba14-4269-b386-125c523b9bd7",
                          "supplierIdentifier": "mknImC6h2E299t3pFlQygQ==",
                          "supplierGuid": "98c8499a-a12e-4dd8-bdf6-dde916543281",
                          "pluG_UID": "2mp9F3wpaU6bia3DLqicDA==",
                          "pluGuid": "177d6ada-297c-4e69-9b89-adc32ea89c0c",
                          "campaignName": "e5fd3b98-081e-4ad0-abee-9b6a4154e80c",
                          "description": "sample string 4",
                          "cost": 5,
                          "costDecimals": 6,
                          "start": "2025-06-14T06:14:59.7062314",
                          "end": "2025-06-14T06:14:59.7062314",
                          "type": 9,
                          "promoType": 10,
                          "bonusItemPLUG_UID": "g9ZOdeBLrUyRfotaY2gf/Q==",
                          "bonusItemPluGuid": "754ed683-4be0-4cad-917e-8b5a63681ffd",
                          "bonusPurchaseUnits": 11,
                          "bonusReceiveUnits": 12,
                          "updated": "2025-06-14T06:14:59.7062314",
                          "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:14:59.7062314",
                          "campaignEndDate": "2025-06-14T06:14:59.7062314",
                          "masterPLUG_UID": "mRJfSWit0ESkU0o9QAtMLg==",
                          "masterID": "495f1299-ad68-44d0-a453-4a3d400b4c2e",
                          "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": "t8YfJL9TDE2oO9fdsic0QQ==",
                          "bonusMasterID": "241fc6b7-53bf-4d0c-a83b-d7ddb2273441",
                          "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:14:59.7062314",
                      "dealCosts": [
                        {
                          "$ref": "89"
                        },
                        {
                          "$ref": "89"
                        }
                      ],
                      "tags": [
                        {
                          "$id": "90",
                          "pluG_UID": "IOYrcsBtyEGTHbZtkxqkmA==",
                          "pluGuid": "722be620-6dc0-41c8-931d-b66d931aa498",
                          "tagID": 1,
                          "description": "sample string 1",
                          "storeIDs": [
                            1,
                            2
                          ]
                        },
                        {
                          "$ref": "90"
                        }
                      ],
                      "alternateProductG_UID": "VfdUXzoMRUegVOnc8KKpbw==",
                      "alternateProduct": "5f54f755-0c3a-4745-a054-e9dcf0a2a96f",
                      "productHostCode": {
                        "$id": "91",
                        "id": 1,
                        "pluG_UID": "MWt0Tgb7RUakh4wCTzKzhA==",
                        "pluGuid": "4e746b31-fb06-4645-a487-8c024f32b384",
                        "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:14:59.7062314",
                      "inventoryTracked": "2025-06-14T06:14:59.7062314",
                      "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": "saCHlk4kXEajBlo82dx6SA==",
                    "supplierGuid": "9687a0b1-244e-465c-a306-5a3cd9dc7a48",
                    "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": "ISUQHWsUGUikAhED2Dp9nQ==",
                    "supplierGuid": "1d102521-146b-4819-a402-1103d83a7d9d",
                    "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:14:59.7062314",
                    "deliveryDate": "2025-06-14T06:14:59.7062314",
                    "nextCutOffDate": "2025-06-14T06:14:59.7062314",
                    "nextDeliveryDate": "2025-06-14T06:14:59.7062314",
                    "nextDaysBuffer": 10
                  },
                  {
                    "$ref": "94"
                  }
                ],
                "store": {
                  "$ref": "3"
                },
                "updated": "2025-06-14T06:14:59.7062314",
                "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:14:59.7062314",
                  "processed": "2025-06-14T06:14:59.7062314",
                  "isProcessing": true,
                  "processedCount": 6,
                  "processingTime": 1,
                  "collectedUtc": "2025-06-14T06:14:59.7062314",
                  "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:14:59.7062314",
                    "businessPillar": "sample string 3",
                    "fileType": "sample string 4"
                  }
                },
                {
                  "$ref": "95"
                }
              ],
              "zoneMatrix": [
                {
                  "$id": "97",
                  "id": 1,
                  "hostIdentifier": "WCixNAtDOk6ccZrdkOy/iA==",
                  "hostIdentifierGuid": "34b12858-430b-4e3a-9c71-9add90ecbf88",
                  "storeID": 1,
                  "departmentCode": "sample string 2",
                  "hostGuids": [
                    "12c1dc44-fc9b-4fa4-8827-c4636a59613b",
                    "55d7c30e-1909-4925-81bb-e4a98477a870"
                  ]
                },
                {
                  "$ref": "97"
                }
              ],
              "hostFileStoreSetting": {
                "$ref": "5"
              },
              "hostStoreSettings": [
                {
                  "$ref": "5"
                },
                {
                  "$ref": "5"
                }
              ],
              "promotionPlacements": [
                {
                  "$id": "98",
                  "identifier": "yd5mTylwQUmqDPRz0tpDog==",
                  "identifierGuid": "4f66dec9-7029-4941-aa0c-f473d2da43a2",
                  "code": "sample string 2",
                  "description": "sample string 3",
                  "isAdvertised": true
                },
                {
                  "$ref": "98"
                }
              ],
              "promoTypeGuids": [
                "2b0b461c-0c5a-40a2-817a-39ed516889ee",
                "d5a02551-bbbc-4d5e-beb8-8762d503cc64"
              ],
              "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:14:59.7062314",
            "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": "56523fdb-cc9f-467b-84a5-95d2a299634a",
        "updateStore": {
          "$id": "104",
          "id": "0afc13a0-3639-4172-8f89-c58077f9e3cf",
          "name": "sample string 1",
          "lastActivity": "2025-06-14T06:14:59.7062314",
          "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:14:59.7062314"
        },
        "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�ZA�2�5xl/workbook.xml �(�����0��&�C��h��x��-[�H����[J ��mgv��ig�_����Ʉ�wX��B��i8Y&����$��X!���ɥ(*�a�QY�r��X�y�c�QO+JSep< �.�
�e2�����"��6������:<�H1��m��#ߨ4�KV�qe/Y����a-�~�_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�T�''_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="Rbb6c46e8136148de" /></Relationships>PK�1�Zu���
Yxl/worksheets/sheet1.xml �(���[s�:��
������R�%��N��I�7
&0
8c;�?�c�-ﱃ_ߒ���h2|�o�8x��l�lF��7�7�d��<���|�Fyo��m��͖q����ґ��� �f�x=���)ޘ�I����m�$��jO���:��"�4~��f�l�zʼ�j�Y+{J��8��q��z��x��|eVߝ~�Ƌ�ѳ�
�A0��*�f�׃ݣ�I���7��G
6h���7�`/�Ϗ�m���W�ܸ$
�,ẙ���j�7XO����y�yڧ�H0��9˓����Ԫ�:(up�Q��$�h�]�J=;�Y�3"5��PQ֮神����S%�`Zt�_�zq�s?�ʵT*�v�,���>,�aO�*���^�z]�a2��.i�����=�wBZI!��6��fRޱ��!e'��R���6�T�2�	e@9��u��!���	g!��jٵ��!
O}~@ZI���~�(hݱ�� Օ�wG�,T��v`��	�&N�~���*m�U;Or�{rŤ�c�<�}��&*�ӾСT\I����&d�3��Ae�����ug�	�c|)��J��R��6���=R���f���O�l���"���`�/���}�,GYǷ��d�L��7w0�L�Qx���u���L��t<L�� ->6��^E�eV�x�%&3w��1/;mI�k�N�oP'&M�Չ�&���E�u�I�:q�$�:q�$T���$t���8��	AW?#�c�q|�Aco�q�+�8��"���7q��� ��?��9��!���=�8��D��_��Aw#�	��7B�#��#��q8B��9GH;2��iH�!-Ɏ.f`���"d���NM�#�S�I���)��8պD�XW��꺉p�T�y����S�!�[>��,�Ψ�
"w���E~�ȝJk�G�N�t���F~"��_�D�7���_�..����$�\3���6���n
frž�'�H#
w�˖DH�#��OA况���8�H�<N�;���d��PK�1�ZG1��Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞��u��ݰa[z�'Q۲]�gc���V� �X��j4��'�|�lvo�H^0����Ag|;���S�wv��G��DꇐHYq��>簦4�'�*Е��qR����A����3&h�3�I��!zk��ޜ&t�0}��z��b����R��PW�
�m`ϵ��]ja����Z��ӯ�w>�a��Y��d�?XvS�^El�s,��;��3����s�o�����F��b�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����xxl/sharedStrings.xml �(���mo�0ǿJ��$�x��j�C��#A�VM�I�Ěc���(��3]��8�w����]�w�G7ϙp��F���myM����d�n�Ec�:HL�L(	c��:7�"9&T��M�򏾏Q
CO� 
�+�12[���k`1��	��l���q�:�*$��n�u
ɟ
��	&��h���|�����r�s�cK,l�K����E�]�A�4ݳ�`�5V����Ai+�g���Y��l�X�B��?~+
�5�T�VE~A�*y�$K@_{O����Q��Nj�m*I ^�*;�h�C��@�e�JE�m���`Z-C.D~��܌��<��$<�V�&r��%o�U�v��hO�U����i}9 �)H�����+�5�R^��L�h�G/��R�H�y�G��e��u��^��G���v�
֎���Y�C���^sq�iM�v=�P�;��[ơ.��ӫ��z<���z�j^�+ܲ��5�e�T�U��HL��yл	�Gފ#�j=����{�[�z���;)|[��ܻ����1�PK-�1�ZA�2�5xl/workbook.xmlPK-�1�Z����	��[Content_Types].xmlPK-
�1�Z�T�''U_rels/.relsPK-�1�Zu���
Y�xl/worksheets/sheet1.xmlPK-�1�ZG1��P xl/_rels/workbook.xml.relsPK-�1�ZЃc'2E
f	xl/styles.xmlPK-�1�Z����x�
xl/sharedStrings.xmlPK�8

application/vnd.ms-excel

Sample:
PK�1�Z��t�5xl/workbook.xml �(�����0��&�C��E	!8q���{ii�?ik��-%�x�3;��ԋqSō>j־r
C�!�����:��Q�1� 9t���@����̂4ڏ�z���ay�	?5o(Ť����P�6{JX|����&"[����;.�B�)hp��(9w��#W�8<xޗ�-���E.
�������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="R955e67e91ac043a7" /></Relationships>PK�1�Zu���
Yxl/worksheets/sheet1.xml �(���[s�:��
������R�%��N��I�7
&0
8c;�?�c�-ﱃ_ߒ���h2|�o�8x��l�lF��7�7�d��<���|�Fyo��m��͖q����ґ��� �f�x=���)ޘ�I����m�$��jO���:��"�4~��f�l�zʼ�j�Y+{J��8��q��z��x��|eVߝ~�Ƌ�ѳ�
�A0��*�f�׃ݣ�I���7��G
6h���7�`/�Ϗ�m���W�ܸ$
�,ẙ���j�7XO����y�yڧ�H0��9˓����Ԫ�:(up�Q��$�h�]�J=;�Y�3"5��PQ֮神����S%�`Zt�_�zq�s?�ʵT*�v�,���>,�aO�*���^�z]�a2��.i�����=�wBZI!��6��fRޱ��!e'��R���6�T�2�	e@9��u��!���	g!��jٵ��!
O}~@ZI���~�(hݱ�� Օ�wG�,T��v`��	�&N�~���*m�U;Or�{rŤ�c�<�}��&*�ӾСT\I����&d�3��Ae�����ug�	�c|)��J��R��6���=R���f���O�l���"���`�/���}�,GYǷ��d�L��7w0�L�Qx���u���L��t<L�� ->6��^E�eV�x�%&3w��1/;mI�k�N�oP'&M�Չ�&���E�u�I�:q�$�:q�$T���$t���8��	AW?#�c�q|�Aco�q�+�8��"���7q��� ��?��9��!���=�8��D��_��Aw#�	��7B�#��#��q8B��9GH;2��iH�!-Ɏ.f`���"d���NM�#�S�I���)��8պD�XW��꺉p�T�y����S�!�[>��,�Ψ�
"w���E~�ȝJk�G�N�t���F~"��_�D�7���_�..����$�\3���6���n
frž�'�H#
w�˖DH�#��OA况���8�H�<N�;���d��PK�1�Z��ў�Pxl/_rels/workbook.xml.rels �(���An� E��f_�c�q�8�t�m��a0Vl����ٺ�z��Tj��n�B3OO�|����Ɓ����
�FV:�ۮ�s�5�w�
Ӎ`�)��ĆL�ӆ� 
�27�M���1����v�BT��p�d��D�!:�{I�N�G��0u�QvD�Ql���ȳD��8Ȳ��"�U�*��M-��@��뻞���Wq��e�^�WƠ'�}���iޞ�T���q�R^Xʫ���/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����xxl/sharedStrings.xml �(���mo�0ǿJ��$�x��j�C��#A�VM�I�Ěc���(��3]��8�w����]�w�G7ϙp��F���myM����d�n�Ec�:HL�L(	c��:7�"9&T��M�򏾏Q
CO� 
�+�12[���k`1��	��l���q�:�*$��n�u
ɟ
��	&��h���|�����r�s�cK,l�K����E�]�A�4ݳ�`�5V����Ai+�g���Y��l�X�B��?~+
�5�T�VE~A�*y�$K@_{O����Q��Nj�m*I ^�*;�h�C��@�e�JE�m���`Z-C.D~��܌��<��$<�V�&r��%o�U�v��hO�U����i}9 �)H�����+�5�R^��L�h�G/��R�H�y�G��e��u��^��G���v�
֎���Y�C���^sq�iM�v=�P�;��[ơ.��ӫ��z<���z�j^�+ܲ��5�e�T�U��HL��yл	�Gފ#�j=����{�[�z���;)|[��ܻ����1�PK-�1�Z��t�5xl/workbook.xmlPK-�1�Z����	�[Content_Types].xmlPK-
�1�Z����''V_rels/.relsPK-�1�Zu���
Y�xl/worksheets/sheet1.xmlPK-�1�Z��ў�P!xl/_rels/workbook.xml.relsPK-�1�ZЃc'2E
h	xl/styles.xmlPK-�1�Z����x�
xl/sharedStrings.xmlPK�: