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

Check operator, returning if Operator number and password match

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Operator number

integer

Required

password

Password to test

string

Required

Body Parameters

None.

Response Information

Resource Description

Matching operator

Operator
NameDescriptionTypeAdditional information
ID

Local ID

integer

None.

G_Uid

GUID data

Collection of byte

None.

Guid

globally unique identifier

None.

OperatorNumber

Used with number and PIN login

integer

None.

ShortName

string

String length: inclusive between 0 and 60

FirstName

string

String length: inclusive between 0 and 60

LastName

string

String length: inclusive between 0 and 60

Password

Password MD5 hash

string

String length: inclusive between 0 and 60

HasPassword

Operator has a password

boolean

None.

PasswordText

string

None.

RFIDTagID

string

String length: inclusive between 0 and 40

BlueprintID

integer

None.

GroupID

integer

None.

GroupName

string

None.

ManagerGroupID

integer

None.

ManagerGroupName

string

None.

ZoneID

integer

None.

ZoneName

string

None.

LoggedIn

integer

None.

LastUsedIP

string

String length: inclusive between 0 and 15

Deleted

boolean

None.

Locked

boolean

None.

AllowOpenTill

boolean

None.

WebEmail

string

None.

SimpleOperatorType

LimitedOperatorType

None.

WebRole

string

None.

Updated

date

None.

PasswordResetRequired

boolean

None.

AlteredInStore

boolean

None.

StartShift

date

None.

EndShift

date

None.

MachineName

string

None.

DrawerID

integer

None.

Stores

Collection of OperatorStore

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "g_Uid": "fg5gBESLK0yQPhT+2OlbfA==",
  "guid": "04600e7e-8b44-4c2b-903e-14fed8e95b7c",
  "operatorNumber": 1,
  "shortName": "sample string 2",
  "firstName": "sample string 3",
  "lastName": "sample string 4",
  "password": "sample string 5",
  "hasPassword": true,
  "passwordText": "sample string 6",
  "rfidTagID": "sample string 7",
  "blueprintID": 1,
  "groupID": 1,
  "groupName": "sample string 8",
  "managerGroupID": 1,
  "managerGroupName": "sample string 9",
  "zoneID": 1,
  "zoneName": "sample string 10",
  "loggedIn": 1,
  "lastUsedIP": "sample string 11",
  "deleted": true,
  "locked": true,
  "allowOpenTill": true,
  "webEmail": "sample string 14",
  "simpleOperatorType": 0,
  "webRole": "sample string 15",
  "updated": "2025-10-04T23:56:31.1910256",
  "passwordResetRequired": true,
  "alteredInStore": true,
  "startShift": "2025-10-04T23:56:31.1910256",
  "endShift": "2025-10-04T23:56:31.1910256",
  "machineName": "sample string 20",
  "drawerID": 1,
  "stores": [
    {
      "$id": "2",
      "operatorG_UID": "Ezr2KwjrKUGOTtnLRqYd3g==",
      "operatorGuid": "2bf63a13-eb08-4129-8e4e-d9cb46a61dde",
      "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-10-04T23:56:31.1910256",
        "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": "ZiVNXhAN8U2LucMUSiII9g==",
        "hostIdentifierGuid": "5e4d2566-0d10-4df1-8bb9-c3144a2208f6",
        "hostName": 1,
        "hostAddress": "sample string 27",
        "hostUsername": "sample string 28",
        "hostPassword": "sample string 29",
        "excludeFromLeadInOut": true,
        "accountingProvider": 31,
        "accountingAddress": "sample string 32",
        "accountingUsername": "sample string 33",
        "accountingPassword": "sample string 34",
        "storeAccountingCode": "sample string 35",
        "softwareVariance": 36,
        "fuelWarningVariance": 37.0,
        "fuelErrorVariance": 38.0,
        "fuelAccumulatedWarningVariance": 39.0,
        "fuelAccumulatedErrorVariance": 40.0,
        "drawManagment": 41,
        "endOfDayManagment": true,
        "autoFillCashBalancing": true,
        "fuelDayVariance": 44,
        "accountingTradingTime": "00:00:00.1234567",
        "stockActivateProduct": 46,
        "giftCardSalesAccountingDeptCode": "sample string 47",
        "transactionDiscountAccountingDeptCode": "sample string 48",
        "size": 49,
        "updated": "2025-10-04T23:56:31.1910256",
        "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": "VcHsLFPC8UyzxsBAAl05Kw==",
            "hostIdentifierGuid": "2cecc155-c253-4cf1-b3c6-c040025d392b",
            "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": "tS6iI7apRU6gPLR//n/0Qg==",
              "identifierGuid": "23a22eb5-a9b6-4e45-a03c-b47ffe7ff442",
              "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": "hUr8qUHll0+yjrN5p8y9tA==",
              "hostSupplierIdentifierGuid": "a9fc4a85-e541-4f97-b28e-b379a7ccbdb4",
              "loyaltyPriceLevelIdentifier": "eWUNzWdqTUSuYeu3KPc+dg==",
              "loyaltyPriceLevelIdentifierGuid": "cd0d6579-6a67-444d-ae61-ebb728f73e76",
              "isGroup": true,
              "description": "sample string 22",
              "hostProvider": 23,
              "hostTypeEnum": 24,
              "hostType": "sample string 25",
              "hostCode": "sample string 26",
              "username": "sample string 27",
              "password": "sample string 28",
              "passwordPlain": "sample string 29",
              "server": "sample string 30",
              "url": "sample string 31",
              "global": true,
              "stateCode": "sample string 33",
              "lastCollected": "2025-10-04T23:56:31.1910256",
              "lastProcessed": "2025-10-04T23:56:31.1910256",
              "hold": true,
              "supplierName": "sample string 35",
              "supplier": {
                "$id": "7",
                "identifier": "qhXLlpqLqkaz4acdDRhe/w==",
                "identifierGuid": "96cb15aa-8b9a-46aa-b3e1-a71d0d185eff",
                "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": "HuF4ztzFBUqjLJkYrRwy/A==",
                "primaryContactID": "ce78e11e-c5dc-4a05-a32c-9918ad1c32fc",
                "storeID": 1,
                "abn": "sample string 16",
                "supplierGroupIdentifier": "+PRmPtOOhUaI9qVrWCUSVw==",
                "supplierGroupGuid": "3e66f4f8-8ed3-4685-88f6-a56b58251257",
                "rebate": 1.0,
                "rebateType": 1,
                "rebateFrequency": 1,
                "rebateSource": 1,
                "rebateLastClaimed": "2025-10-04T23:56:31.1910256",
                "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": "41e067f2-821a-4433-9d02-64ea8c30aff1",
                  "identifier": "Ct7VjzPSn0Km3EtVKBcXwA==",
                  "identifierGuid": "8fd5de0a-d233-429f-a6dc-4b55281717c0",
                  "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": "4kXyqYZWMkyCXfD/ssXY9Q==",
                    "supplierIdentifierGuid": "a9f245e2-5686-4c32-825d-f0ffb2c5d8f5",
                    "contactGuid": "zQXePxbDXk+3ebiaS98dlA==",
                    "contactID": "3fde05cd-c316-4f5e-b779-b89a4bdf1d94",
                    "contact": {
                      "$ref": "8"
                    },
                    "supplier": {
                      "$ref": "7"
                    }
                  },
                  {
                    "$ref": "9"
                  }
                ],
                "products": [
                  {
                    "$id": "10",
                    "pluG_UID": "zvp0otmIUUanIfiW9jBVVA==",
                    "pluGuid": "a274face-88d9-4651-a721-f896f6305554",
                    "supplierIdentifier": "NocrC6VX6UOOo2fLxphtCQ==",
                    "supplierIdentifierGuid": "0b2b8736-57a5-43e9-8ea3-67cbc6986d09",
                    "cartonQuantity": 1,
                    "cartonQuantityChanged": true,
                    "productSize": "sample string 3",
                    "cigarettesPerSleeve": 1,
                    "randomWeight": true,
                    "piecesPerUnit": 5,
                    "averagePackSize": 6,
                    "effectiveDate": "2025-10-04T23:56:31.1910256",
                    "pricedByWeight": true,
                    "landedUnitCostEx": 9,
                    "landedUnitCostInc": 10,
                    "landedCartonCostInc": 11,
                    "landedCartonCostEx": 12,
                    "standardCost": 13,
                    "deliveryFee": 1,
                    "deliveryFeeBasis": "sample string 14",
                    "pickAndPackFee": 1,
                    "pickAndPackFeeBasis": "sample string 15",
                    "financeFee": 1,
                    "financeFeeBasis": "sample string 16",
                    "cartonLength": 1,
                    "cartonWidth": 1,
                    "cartonHeight": 1,
                    "palletLayerQuantity": 1,
                    "palletLayers": 1,
                    "itemCode": "sample string 17",
                    "invoiceCode": "sample string 18",
                    "invoiceDesc": "sample string 19",
                    "orderDirect": true,
                    "useCost": true,
                    "minimumQuantity": 20,
                    "hostType": 21,
                    "fromHost": 22,
                    "minimumReorder": 1,
                    "maximumReorder": 1,
                    "orderMultiple": 23.1,
                    "sellMultiple": 24.1,
                    "baseMultiple": 25.1,
                    "hostStandardCost": 26,
                    "hostTotalCost": 27,
                    "hostRetail": 28,
                    "hostLandedUnitCostEx": 29,
                    "hostLandedUnitCostInc": 30,
                    "hostDesc": "sample string 31",
                    "directIndicator": "sample string 32",
                    "availableToOrder": true,
                    "hostRangeIndicator": "sample string 34",
                    "hostProductType": "sample string 35",
                    "hostProductGrade": "sample string 36",
                    "hostProductGroup": "sample string 37",
                    "hostSlowMoving": true,
                    "hostGeneralMerchandise": true,
                    "hostPillar": "sample string 40",
                    "hostLastUpdated": "2025-10-04T23:56:31.1910256",
                    "rebate": 1.0,
                    "rebateExclude": true,
                    "invoiceCodes": [
                      {
                        "$id": "11",
                        "pluG_UID": "kzDr+XE+/06WygBs+Gn2Jg==",
                        "pluGuid": "f9eb3093-3e71-4eff-96ca-006cf869f626",
                        "supplierIdentifier": "wZpiYt/3vEGpVEtXPxfkgg==",
                        "supplierIdentifierGuid": "62629ac1-f7df-41bc-a954-4b573f17e482",
                        "invoiceCode": "sample string 1",
                        "storeIDs": [
                          1,
                          2
                        ]
                      },
                      {
                        "$ref": "11"
                      }
                    ],
                    "storeIDs": [
                      1,
                      2
                    ],
                    "preferredSupplier": true,
                    "preferredRebateSupplier": true,
                    "supplierName": "sample string 41",
                    "salesMode": 42,
                    "orderPacked": true,
                    "active": true,
                    "price": 1,
                    "costGstPercent": 44,
                    "parentPluG_UID": "HNMM4cLQWEacWvQpx2jRHA==",
                    "parentPluGuid": "e10cd31c-d0c2-4658-9c5a-f429c768d11c",
                    "freight": 45.0,
                    "freightType": 1,
                    "product": {
                      "$id": "12",
                      "plu": 1,
                      "storeID": 1,
                      "masterPluG_UID": "QEA=",
                      "storeIDs": [
                        1,
                        2
                      ],
                      "g_UId": "6UOziFfjUk+8iL7A5kddgg==",
                      "guid": "88b343e9-e357-4f52-bc88-bec0e6475d82",
                      "apn": "sample string 1",
                      "apnChanged": true,
                      "apnSwitched": true,
                      "barcode": "sample string 4",
                      "itemNumber": "sample string 5",
                      "itemNumberChanged": true,
                      "priceGroupG_UID": "0NFddLPwuE+hvJLry1NoAg==",
                      "priceGroupGuid": "745dd1d0-f0b3-4fb8-a1bc-92ebcb536802",
                      "blueprintID": 1,
                      "lastCountedDate": "2025-10-04T23:56:31.1910256",
                      "externalID": "sample string 7",
                      "active": true,
                      "activated": "2025-10-04T23:56:31.1910256",
                      "pluCreated": "2025-10-04T23:56:31.1910256",
                      "createdByUser": "sample string 9",
                      "name": "sample string 10",
                      "nameChanged": true,
                      "secondDescription": "sample string 12",
                      "hostDescription": "sample string 13",
                      "keepCartonQty": true,
                      "keepDescription": true,
                      "keepDepartments": true,
                      "keepSuppliers": true,
                      "markdownDescription": "sample string 18",
                      "altDescription": "sample string 19",
                      "bestOrExpire": 20,
                      "lastUpdate": "2025-10-04T23:56:31.1910256",
                      "lastManualUpdate": "2025-10-04T23:56:31.1910256",
                      "imageName": "sample string 23",
                      "showImageOnFlipCharts": true,
                      "showTextOnFlipCharts": true,
                      "overrideFlipChartText": true,
                      "flipChartText": "sample string 27",
                      "salesMode": 1,
                      "eftCode": 1,
                      "price": 1,
                      "priceChanged": true,
                      "rrp": 1,
                      "gstPercent": 28,
                      "gstPercentChanged": true,
                      "costGSTPercent": 29,
                      "costGSTPercentChanged": true,
                      "wetPercent": 1,
                      "priceOverride": 1,
                      "cost": 1,
                      "currentCost": 1,
                      "currentCostDecimals": 1,
                      "grossProfit": 1.0,
                      "currentCostDesc": "sample string 30",
                      "currentCostEnd": "2025-10-04T23:56:31.1910256",
                      "currentCostUpdated": "2025-10-04T23:56:31.1910256",
                      "costDecimals": 31,
                      "costChanged": true,
                      "dealCostIdentifier": "QEA=",
                      "excludeFromRebate": true,
                      "rebateOverride": 1,
                      "costCalcMethod": 32,
                      "costCalcMethodChanged": true,
                      "costEffectiveDate": "2025-10-04T23:56:31.1910256",
                      "defaultGP": 1,
                      "breakTargetMode": 33,
                      "break1": 1,
                      "price1": 1,
                      "target1": 34,
                      "break2": 1,
                      "price2": 1,
                      "target2": 35,
                      "break3": 1,
                      "price3": 1,
                      "target3": 36,
                      "break1Changed": true,
                      "price1Changed": true,
                      "target1Changed": true,
                      "break2Changed": true,
                      "price2Changed": true,
                      "target2Changed": true,
                      "break3Changed": true,
                      "price3Changed": true,
                      "target3Changed": true,
                      "breakTargetModeChanged": true,
                      "margin": 1.1,
                      "marginChanged": true,
                      "marginRanged": true,
                      "marginRangedChanged": true,
                      "minimumMargin": 1.1,
                      "minimumMarginChanged": true,
                      "maximumMargin": 1.1,
                      "maximumMarginChanged": true,
                      "overrideHostWarehouseIndicator": true,
                      "overrideHostWarehouseIndicatorChanged": true,
                      "overrideHostPrice": true,
                      "overrideHostPriceChanged": true,
                      "overrideHostCost": true,
                      "overrideHostCostChanged": true,
                      "overrideHostMargin": true,
                      "overrideHostMarginChanged": true,
                      "alwaysApplyMargin": true,
                      "alwaysApplyMarginChanged": true,
                      "aws": 1.0,
                      "paws": 1.0,
                      "awsUpdated": "2025-10-04T23:56:31.1910256",
                      "posTare": 1,
                      "altPrice": 1.0,
                      "altPriceChanged": true,
                      "altPriceMode": 53,
                      "altPriceModeChanged": true,
                      "altPLUG_UID": "OQBzwK9irkSBA8pDEOK4iw==",
                      "altPLUGuid": "c0730039-62af-44ae-8103-ca4310e2b88b",
                      "altPLUGuidChanged": true,
                      "altPriceDescription1": "sample string 54",
                      "altPriceDescription2": "sample string 55",
                      "cartonQuantity": 56,
                      "cartonQuantityChanged": true,
                      "trayID": 1,
                      "promptID": 1,
                      "tare": 1,
                      "packQty": 1,
                      "fixedWeight": 1,
                      "extraMesg": 1,
                      "text1": "sample string 58",
                      "text2": "sample string 59",
                      "text3": "sample string 60",
                      "labelText": "sample string 61",
                      "labelTextChanged": true,
                      "sendToScale": true,
                      "nonScaleWeigh": true,
                      "labelFormat": "sample string 65",
                      "barcodeFormat": "sample string 66",
                      "austMade": 1,
                      "coolCode": 67,
                      "countryOfOrigin": "sample string 68",
                      "percentContent": 69.1,
                      "departmentID": 1,
                      "subDepartmentID": 1,
                      "minorDepartmentID": 1,
                      "lesserDepartmentID": 1,
                      "deptCode": "sample string 70",
                      "subDeptCode": "sample string 71",
                      "minorDeptCode": "sample string 72",
                      "lesserDeptCode": "sample string 73",
                      "deptName": "sample string 74",
                      "subDeptName": "sample string 75",
                      "minorDeptName": "sample string 76",
                      "lesserDeptName": "sample string 77",
                      "departmentChanged": true,
                      "subCategoryID": 1,
                      "expiry": 1,
                      "showDays": 1,
                      "datePrint": 1,
                      "labelRequired": true,
                      "labelShelfQty": 80,
                      "labelShelfChanged": true,
                      "labelTalkerQty": 82,
                      "labelSmall": true,
                      "labelLastPrinted": "2025-10-04T23:56:31.1910256",
                      "labelLastPrice": 1,
                      "shelfPageLayoutG_UID": "n8bi57ViYEypcnehWS+Hig==",
                      "shelfPageLayoutGuid": "e7e2c69f-62b5-4c60-a972-77a1592f878a",
                      "talkerPageLayoutG_UID": "IjvUOsR0/kKHVVAo2TPKZA==",
                      "talkerPageLayoutGuid": "3ad43b22-74c4-42fe-8755-5028d933ca64",
                      "unitMeasure": 1.1,
                      "unitMeasureChanged": true,
                      "unitMeasureKind": 85,
                      "unitMeasureKindChanged": true,
                      "signIQData": "sample string 87",
                      "refresh": true,
                      "earnLoyaltyPoints": true,
                      "earnLoyaltyPointsChanged": true,
                      "quantityOverride": true,
                      "quantityOverrideChanged": true,
                      "quantityRequired": true,
                      "quantityRequiredChanged": true,
                      "allowDiscounts": true,
                      "allowDiscountsChanged": true,
                      "discountDiscounts": true,
                      "discountDiscountsChanged": true,
                      "itemRecalled": true,
                      "itemRecalledChanged": true,
                      "noRefund": true,
                      "noRefundChanged": true,
                      "allowMarkdown": true,
                      "allowMarkdownChanged": true,
                      "priceRequired": true,
                      "priceRequiredChanged": true,
                      "fuelItem": true,
                      "fuelItemChanged": true,
                      "trackSerial": true,
                      "trackSerialChanged": true,
                      "allowZeroPrice": true,
                      "allowZeroPriceChanged": true,
                      "notForSale": 91,
                      "notForSaleChanged": true,
                      "excludeFromDeals": true,
                      "excludeFromVoucher": true,
                      "minimumAge": 94,
                      "minimumAgeChanged": true,
                      "buyingLimit": 1,
                      "buyingLimitChanged": true,
                      "buyingLimitIndependent": true,
                      "buyingLimitIndependentChanged": true,
                      "inventoryGuid": "osgUgWC4TEOQ3tc8Ahjtqg==",
                      "inventoryIdentifier": "8114c8a2-b860-434c-90de-d73c0218edaa",
                      "inventoryAccuracy": 1,
                      "baseUnits": 98,
                      "orderPacked": 1,
                      "isManufactured": true,
                      "isIngredient": true,
                      "isModifier": true,
                      "isModifierChanged": true,
                      "hasModifiers": 99,
                      "defaultPrinter": "sample string 100",
                      "defaultPrinterGroup": "sample string 101",
                      "ingredientsOnManufacture": true,
                      "manufactureUnitMeasure": 1,
                      "mpl": 1,
                      "maxShelfQty": 102,
                      "allowAutoOrder": true,
                      "warrantyPeriod": 1,
                      "parentPluG_UId": "MtROWdNo7kyJdI+MqGvtzw==",
                      "parentPluGuid": "594ed432-68d3-4cee-8974-8f8ca86bedcf",
                      "preferredHostVendor": 104,
                      "preferredHostChanged": true,
                      "code": "sample string 106",
                      "supplierIdentifier": "cLWGru3B50SLIKIAuNoqSA==",
                      "supplierIdentifierGuid": "ae86b570-c1ed-44e7-8b20-a200b8da2a48",
                      "supplierChanged": true,
                      "rebateSupplierIdentifier": "FrSHNyoyQ0ya5Z4+Fzhw9w==",
                      "rebateSupplierIdentifierGuid": "3787b416-322a-4c43-9ae5-9e3e173870f7",
                      "rebateSupplierChanged": true,
                      "availableForOrder": true,
                      "warehouseDirectIndicator": "sample string 108",
                      "warehouseDirectIndicatorChanged": true,
                      "productGrade": "sample string 110",
                      "productType": "sample string 111",
                      "productGroup": "sample string 112",
                      "complianceIndicator": "sample string 113",
                      "inhouseBrand": "sample string 114",
                      "slowMoving": true,
                      "generalMerchandise": true,
                      "comment": "sample string 117",
                      "lastUpdatedByUser": "sample string 118",
                      "lastManualUpdatedByUser": "sample string 119",
                      "lastUpdatedByUserOverride": true,
                      "lastUpdatedByHost": "2025-10-04T23:56:31.1910256",
                      "commodity": "sample string 121",
                      "businessPillar": "sample string 122",
                      "mscCommodity": "sample string 123",
                      "hostIdentifier": "T+PVQlUXGkGP50Xh2JjWbQ==",
                      "hostIdentifierGuid": "42d5e34f-1755-411a-8fe7-45e1d898d66d",
                      "serviceFeeID": 1,
                      "serviceFeeIDChanged": true,
                      "providerName": "sample string 125",
                      "aisleEnds": "sample string 126",
                      "deleted": true,
                      "deletedChanged": true,
                      "hidden": true,
                      "doNotRange": true,
                      "doNotRangeChanged": true,
                      "doNotOrder": true,
                      "doNotOrderChanged": true,
                      "locked": true,
                      "excludeFromWebUpdate": true,
                      "excludeFromWebUpdateChanged": true,
                      "webPriceBasedOn": 137,
                      "webPriceRounding": true,
                      "webMarkup": 139,
                      "webPriceMode": 140,
                      "altDepartmentID": 1,
                      "altSubDepartmentID": 1,
                      "altMinorDepartmentID": 1,
                      "altLesserDepartmentID": 1,
                      "altDeptCode": "sample string 141",
                      "altSubDeptCode": "sample string 142",
                      "altMinorDeptCode": "sample string 143",
                      "altLesserDeptCode": "sample string 144",
                      "altDepartmentChanged": true,
                      "storeProducts": [
                        {
                          "$ref": "12"
                        },
                        {
                          "$ref": "12"
                        }
                      ],
                      "store": {
                        "$ref": "3"
                      },
                      "storePrices": [
                        {
                          "$id": "13",
                          "pluG_UID": "AIIN2j/i4E2IZBD92ii2iQ==",
                          "pluGuid": "da0d8200-e23f-4de0-8864-10fdda28b689",
                          "plu": 1,
                          "storeID": 1,
                          "zoneID": 2,
                          "zoneName": "sample string 3",
                          "store": "sample string 4",
                          "priceNow": 5,
                          "costNow": 6,
                          "costNowDecimals": 7,
                          "normalPrice": 8,
                          "priceNext": 1,
                          "costNext": 1,
                          "costNextDecimals": 9,
                          "nextCampaignName": "sample string 10",
                          "gstPercent": 11,
                          "normalCost": 12,
                          "normalCostDecimals": 13,
                          "costGstPercent": 14,
                          "costCalcMethod": 1,
                          "currentCost": 15,
                          "currentCostDecimals": 16,
                          "break1": 17,
                          "price1": 18,
                          "break2": 19,
                          "price2": 20,
                          "break3": 21,
                          "price3": 22,
                          "fuelItem": 23,
                          "fixedWeight": 24,
                          "active": true,
                          "complianceIndicator": "sample string 25",
                          "doNotOrder": true,
                          "doNotRange": true,
                          "isNormalPriceChangesCampaign": true,
                          "updated": "2025-10-04T23:56:31.1910256"
                        },
                        {
                          "$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-10-04T23:56:31.1910256",
                          "priceChangeType": 0,
                          "costDecimals": 10
                        },
                        "normalPluPrices": {
                          "$ref": "15"
                        },
                        "winningCampaign": 1,
                        "winner": {
                          "$id": "16",
                          "campaignName": "sample string 1",
                          "campaignDescription": "sample string 2",
                          "startDate": "2025-10-04T23:56:31.1910256",
                          "startTime": 3,
                          "endDate": "2025-10-04T23:56:31.1910256",
                          "endTime": 4,
                          "newPrice": 5,
                          "newCost": 6,
                          "newCostDecimals": 7,
                          "pctDiscount": 8,
                          "promoType": 1,
                          "promotionTypeCode": "sample string 9",
                          "hostType": 10,
                          "hostIdentifier": "sEh2n/HlDkKNe1RtljRJfg==",
                          "hostIdentifierGuid": "9f7648b0-e5f1-420e-8d7b-546d9634497e",
                          "storeNames": [
                            "sample string 1",
                            "sample string 2"
                          ]
                        },
                        "details": [
                          {
                            "$ref": "16"
                          },
                          {
                            "$ref": "16"
                          }
                        ]
                      },
                      "tray": {
                        "$id": "17",
                        "g_UId": "J7QVZfhGiUWowmcB6By8Xw==",
                        "guid": "6515b427-46f8-4589-a8c2-6701e81cbc5f",
                        "name": "sample string 1",
                        "number": 1,
                        "tare": 1
                      },
                      "priceGroup": {
                        "$id": "18",
                        "priceGroupG_UID": "OY+Y1t2E9UKwWytvEOt71A==",
                        "priceGroupGuid": "d6988f39-84dd-42f5-b05b-2b6f10eb7bd4",
                        "name": "sample string 2",
                        "code": 1,
                        "modified": true,
                        "updated": "2025-10-04T23:56:31.1910256",
                        "buyingLimit": 1,
                        "buyingLimitIndependent": true,
                        "buyingLimitType": 0,
                        "number": 1,
                        "products": [
                          {
                            "$ref": "12"
                          },
                          {
                            "$ref": "12"
                          }
                        ],
                        "productCount": 1
                      },
                      "priceGroupName": "sample string 146",
                      "nutrifacts": {
                        "$id": "19",
                        "pluG_UID": "trzHip4520Sk6ZcPUrQ9VQ==",
                        "pluGuid": "8ac7bcb6-399e-44db-a4e9-970f52b43d55",
                        "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": "7dba9f4f-9872-45ac-8335-04a8c575610a",
                        "created": "2025-10-04T23:56:31.1910256",
                        "createdByUser": "sample string 1",
                        "activated": "2025-10-04T23:56:31.1910256",
                        "deactivated": "2025-10-04T23:56:31.1910256",
                        "lastOrdered": "2025-10-04T23:56:31.1910256",
                        "lastOrderedQty": 2.0,
                        "lastReceived": "2025-10-04T23:56:31.1910256",
                        "lastReceivedQty": 3.0,
                        "lastInvoiceStatus": 1,
                        "lastCounted": "2025-10-04T23:56:31.1910256",
                        "lastSold": "2025-10-04T23:56:31.1910256",
                        "firstSold": "2025-10-04T23:56:31.1910256",
                        "awsUpdated": "2025-10-04T23:56:31.1910256",
                        "lastManualUpdate": "2025-10-04T23:56:31.1910256",
                        "lastManualUpdatedByUser": "sample string 5",
                        "lastUpdated": "2025-10-04T23:56:31.1910256",
                        "lastUpdatedByUser": "sample string 7",
                        "lastUpdatedByHost": "2025-10-04T23:56:31.1910256",
                        "doNotRangeUpdated": "2025-10-04T23:56:31.1910256",
                        "doNotOrderUpdated": "2025-10-04T23:56:31.1910256",
                        "tracked": "2025-10-04T23:56:31.1910256"
                      },
                      "allergens": [
                        {
                          "$id": "21",
                          "allergenID": 1,
                          "pluG_UID": "kQQ5opJb7ke6L2qbYhcayw==",
                          "pluGuid": "a2390491-5b92-47ee-ba2f-6a9b62171acb",
                          "contains": 2,
                          "allergenName": "sample string 3",
                          "storeIDs": [
                            1,
                            2
                          ]
                        },
                        {
                          "$ref": "21"
                        }
                      ],
                      "costs": {
                        "$id": "22",
                        "pluG_UID": "6IkAJZZHq0qiXq7tbAnjxw==",
                        "pluGuid": "250089e8-4796-4aab-a25e-aeed6c09e3c7",
                        "enteredCost": 1,
                        "weightedAvgCost": 1,
                        "lastCost": 1,
                        "rawEnteredCost": 2,
                        "rawWeightedAvgCost": 3,
                        "rawLastCost": 4,
                        "freight": 5.0,
                        "freightType": 6,
                        "costDecimals": 7,
                        "fifoCost": 1,
                        "updated": "2025-10-04T23:56:31.1910256",
                        "normalCost": 1,
                        "currentCost": 1
                      },
                      "sales": [
                        {
                          "$id": "23",
                          "saleHeaderID": 1,
                          "created": "2025-10-04T23:56:31.1910256",
                          "createdLocal": "2025-10-04T23:56:31.1910256",
                          "storeID": 3,
                          "storeName": "sample string 4",
                          "operatorG_Uid": "7RH9KBqPVkmADuv4yrKzgw==",
                          "operatorGuid": "28fd11ed-8f1a-4956-800e-ebf8cab2b383",
                          "operatorName": "sample string 5",
                          "tranType": 1,
                          "plu": 1,
                          "pluG_UId": "7IOwmpQ710mAPTQBxX3I/A==",
                          "pluGuid": "9ab083ec-3b94-49d7-803d-3401c57dc8fc",
                          "normalPrice": 1,
                          "totalCents": 1,
                          "cost": 1,
                          "grossProfit": 1,
                          "quantity": 1,
                          "operator": {
                            "$ref": "1"
                          }
                        },
                        {
                          "$ref": "23"
                        }
                      ],
                      "apns": [
                        {
                          "$id": "24",
                          "pluID": 1,
                          "pluG_UID": "HtG3CQVu80ife9B8aVCNNw==",
                          "pluGuid": "09b7d11e-6e05-48f3-9f7b-d07c69508d37",
                          "apn": "sample string 1",
                          "deleted": true,
                          "storeID": 1,
                          "storeIDs": [
                            1,
                            2
                          ]
                        },
                        {
                          "$ref": "24"
                        }
                      ],
                      "tuns": [
                        {
                          "$id": "25",
                          "pluG_UId": "MBHEaVBqS0O5+8iDQhrtwg==",
                          "pluGuid": "69c41130-6a50-434b-b9fb-c883421aedc2",
                          "apn": "sample string 1",
                          "tun": "sample string 2",
                          "cartonQuantity": 3,
                          "product": {
                            "$ref": "12"
                          },
                          "storeIDs": [
                            1,
                            2
                          ]
                        },
                        {
                          "$ref": "25"
                        }
                      ],
                      "competitionPricing": [
                        {
                          "$id": "26",
                          "identifier": "/3PvO8cn5kmknCn9iY/o0g==",
                          "identifierGuid": "3bef73ff-27c7-49e6-a49c-29fd898fe8d2",
                          "pluG_UID": "Xc4h99X9CEK+zoY6gOMJng==",
                          "pluGuid": "f721ce5d-fdd5-4208-bece-863a80e3099e",
                          "competitionID": 1,
                          "name": "sample string 2",
                          "sellMultiple": 3,
                          "retailPrice": 4,
                          "storeName": "sample string 5"
                        },
                        {
                          "$ref": "26"
                        }
                      ],
                      "supplier": {
                        "$ref": "7"
                      },
                      "supplierName": "sample string 147",
                      "children": [
                        {
                          "$ref": "12"
                        },
                        {
                          "$ref": "12"
                        }
                      ],
                      "ordering": {
                        "$ref": "10"
                      },
                      "flipChartPages": [
                        {
                          "$id": "27",
                          "identifier": "soIkVbK3s0GdVma4awWw3Q==",
                          "groupName": "sample string 1",
                          "identifierGuid": "552482b2-b7b2-41b3-9d56-66b86b05b0dd",
                          "exists": true,
                          "flipChartIdentifier": "KLtyNodLKEeJagmThZmKZA==",
                          "flipChartIdentifierGuid": "3672bb28-4b87-4728-896a-099385998a64",
                          "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": "VZSxVHH7FU2id0YyvlJwKA==",
                          "groupIdentifierGuid": "54b19455-fb71-4d15-a277-4632be527028",
                          "flipChart": {
                            "$id": "28",
                            "identifier": "F3tkQpRnaE6Au2S15SfOLA==",
                            "identifierGuid": "42647b17-6794-4e68-80bb-64b5e527ce2c",
                            "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": "Z0N2/hYxZ02m0IM7eCEptQ==",
                              "identifierGuid": "fe764367-3116-4d67-a6d0-833b782129b5",
                              "name": "sample string 2",
                              "formType": "sample string 3",
                              "forms": [
                                {
                                  "$id": "30",
                                  "id": 1,
                                  "g_UID": "dORsU/1YEk2mXOy7D+G9mQ==",
                                  "guid": "536ce474-58fd-4d12-a65c-ecbb0fe1bd99",
                                  "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": "uuM6Y/Wn+0KQOvJ3G/KdmQ==",
                                  "previousFormGuid": "633ae3ba-a7f5-42fb-903a-f2771bf29d99",
                                  "nextForm": 1,
                                  "nextFormG_UID": "O4hriASA4UOM7ZBOVB0PzQ==",
                                  "nextFormGuid": "886b883b-8004-43e1-8ced-904e541d0fcd",
                                  "attributes": "sample string 10",
                                  "updated": "2025-10-04T23:56:31.1910256",
                                  "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": "r3nMCv+RcEeKS0oJ57lUtw==",
                                      "checkoutFormGuid": "0acc79af-91ff-4770-8a4b-4a09e7b954b7",
                                      "identifier": "IHoxwnnccU2uZBG5I7n5kQ==",
                                      "identifierGuid": "c2317a20-dc79-4d71-ae64-11b923b9f991",
                                      "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": "lReMn3O/oEWJr6HeR6eLyg==",
                                      "valueGuid": "9f8c1795-bf73-45a0-89af-a1de47a78bca",
                                      "buttonText": "sample string 10",
                                      "valueText": "sample string 11",
                                      "drawImageAndButton": true,
                                      "updated": "2025-10-04T23:56:31.1910256",
                                      "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-10-04T23:56:31.1910256",
                                        "imageData": "QEA=",
                                        "readOnly": true
                                      }
                                    },
                                    {
                                      "$ref": "31"
                                    }
                                  ],
                                  "panels": [
                                    {
                                      "$id": "33",
                                      "id": 1,
                                      "checkoutFormID": 2,
                                      "checkoutFormG_UID": "J0paVJ4s2kC7e+QXpJH8qA==",
                                      "checkoutFormGuid": "545a4a27-2c9e-40da-bb7b-e417a491fca8",
                                      "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": "at0XnKeodEGXK5ccGP3/aQ==",
                              "flipChartPageIdentifierGuid": "9c17dd6a-a8a7-4174-972b-971c18fdff69",
                              "pluG_UID": "y2SIcJof20S1VaIKt4q/YQ==",
                              "pluGuid": "708864cb-1f9a-44db-b555-a20ab78abf61",
                              "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": "BYJIi3JwSkKDzBlLQ6F5PA==",
                          "pluGuid": "8b488205-7072-424a-83cc-194b43a1793c",
                          "price": 1,
                          "costCalcMethod": 1,
                          "cost": 2,
                          "weightedAvgCost": 3,
                          "lastCost": 4,
                          "rawCost": 5,
                          "rawWeightedAvgCost": 6,
                          "rawLastCost": 7,
                          "costDecimals": 8,
                          "serviceFeeID": 9,
                          "freight": 10.0,
                          "freightType": 11,
                          "process": "sample string 12",
                          "user": "sample string 13",
                          "updated": "2025-10-04T23:56:31.1910256",
                          "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": "1N4Xuv3ylkm1usjB7KvuBA==",
                          "ingredientGuid": "KuLooLP970KMMDM5zG46zw==",
                          "ingredientIdentifier": "a0e8e22a-fdb3-42ef-8c30-3339cc6e3acf",
                          "quantity": 1.0,
                          "storeIDs": [
                            1,
                            2
                          ],
                          "ingredientText": "sample string 1",
                          "ingredient": {
                            "$ref": "12"
                          }
                        },
                        {
                          "$ref": "36"
                        }
                      ],
                      "bins": [
                        {
                          "$id": "37",
                          "pluG_UID": "SDKqJ47aZUCX+Xrfbr4VdA==",
                          "pluGuid": "27aa3248-da8e-4065-97f9-7adf6ebe1574",
                          "shelfLocationIdentifier": "1J+1Ip/rE02l79F/dgsepg==",
                          "shelfLocationGuid": "22b59fd4-eb9f-4d13-a5ef-d17f760b1ea6",
                          "labelShelfDefault": 1,
                          "labelTalkerDefault": 1,
                          "labelSmall": true,
                          "labelPageLayoutG_UID": "3dCVojyqL0CbwseosUeUwQ==",
                          "labelPageLayoutGuid": "a295d0dd-aa3c-402f-9bc2-c7a8b14794c1",
                          "updated": "2025-10-04T23:56:31.1910256",
                          "electronicShelfLabelIdentifier": "sample string 5",
                          "electronicshelfLabelsConfigurationID": 6,
                          "labelShelfChanged": true,
                          "productName": "sample string 8",
                          "locationText": "sample string 9",
                          "product": {
                            "$ref": "12"
                          },
                          "location": {
                            "$id": "38",
                            "identifier": "HJFP7P2O20CymaJi3cpJFQ==",
                            "storeID": 1,
                            "identifierGuid": "ec4f911c-8efd-40db-b299-a262ddca4915",
                            "name": "sample string 2",
                            "haccp": true,
                            "blueprintID": 1,
                            "updated": "2025-10-04T23:56:31.1910256",
                            "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": "hArpvnPix0aDU8Dlih8o2Q==",
                          "pluGuid": "bee90a84-e273-46c7-8353-c0e58a1f28d9",
                          "deptNo": 1,
                          "product": {
                            "$ref": "12"
                          },
                          "scaleLocation": {
                            "$id": "40",
                            "id": 1,
                            "deptNo": 1,
                            "deptCode": "sample string 2",
                            "name": "sample string 3",
                            "enabled": true,
                            "updated": "2025-10-04T23:56:31.1910256",
                            "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-10-04T23:56:31.1910256",
                                          "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": "L0mqqFdhq0Sa3VNBYmfcfw==",
                                          "labelPageLayoutGuid": "a8aa492f-6157-44ab-9add-53416267dc7f",
                                          "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-10-04T23:56:31.1910256",
                                      "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": "DzRCltuPY0WB1OlAWgj0pw==",
                                      "labelPageLayoutGuid": "9642340f-8fdb-4563-81d4-e9405a08f4a7",
                                      "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-10-04T23:56:31.1910256",
                                  "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": "TUqxGai35EuFEglWflUjgA==",
                                  "labelPageLayoutGuid": "19b14a4d-b7a8-4be4-8512-09567e552380",
                                  "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-10-04T23:56:31.1910256",
                              "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": "SwSbSVwmsEu/BjvJWGzD2Q==",
                              "labelPageLayoutGuid": "499b044b-265c-4bb0-bf06-3bc9586cc3d9",
                              "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": "rR/J7xB//kC9XymfM/1kdg==",
                        "pluGuid": "efc91fad-7f10-40fe-bd5f-299f33fd6476",
                        "newPrice": 1,
                        "pctDiscount": 1,
                        "newCost": 1,
                        "newCostDecimals": 6,
                        "dealCostIdentifier": "6qIIbibsZkWyrze4wtj5lg==",
                        "dealCostGuid": "6e08a2ea-ec26-4566-b2af-37b8c2d8f996",
                        "pluName": "sample string 7",
                        "apn": "sample string 8",
                        "fuelItem": true,
                        "priceGroupG_UID": "omILX9ubiE+XhfqwZe8MtQ==",
                        "priceGroupGuid": "5f0b62a2-9bdb-4f88-9785-fab065ef0cb5",
                        "itemNumber": "sample string 10",
                        "cri": "sample string 11",
                        "pluPrice": 12,
                        "pluCost": 13,
                        "pluCostIndicator": "sample string 14",
                        "pluPriceGstPercent": 15,
                        "pluCostGstPercent": 16,
                        "pluActive": true,
                        "cartonQty": 1.1,
                        "baseUnits": 18.1,
                        "salesMode": 1,
                        "pluNormalCost": 19,
                        "pluaws": 20.0,
                        "directNumber": "sample string 21",
                        "departmentName": "sample string 22",
                        "subDepartmentName": "sample string 23",
                        "priceGroupName": "sample string 24",
                        "supplierName": "sample string 25",
                        "stockOnHand": 1.1,
                        "stockOnOrder": 1.1,
                        "lastReceived": "2025-10-04T23:56:31.1910256",
                        "rrp": 26,
                        "campaignDescription": "sample string 27",
                        "campaignComboPriceGroupG_UID": "c/HyXHxvm0q990+n3Ptl0g==",
                        "campaignComboPriceGroupIdentifier": "5cf2f173-6f7c-4a9b-bdf7-4fa7dcfb65d2",
                        "promotionPlacementDescription": "sample string 28",
                        "storeAcceptances": [
                          {
                            "$id": "50",
                            "plu": 1,
                            "pluG_UId": "QEA=",
                            "campaignID": 1,
                            "campaignName": "sample string 2",
                            "storeID": 3,
                            "acceptedUtc": "2025-10-04T23:56:31.1910256",
                            "operatorG_UID": "J09y/YptIEunh5LdzeOO8g==",
                            "operatorGuid": "fd724f27-6d8a-4b20-a787-92ddcde38ef2",
                            "machineID": 1,
                            "processed": true,
                            "appliedUtc": "2025-10-04T23:56:31.1910256",
                            "signIqTicketFileMovedUtc": "2025-10-04T23:56:31.1910256",
                            "user": "sample string 6",
                            "campaignDescription": "sample string 7",
                            "productDesc": "sample string 8",
                            "storeName": "sample string 9",
                            "effectiveUtc": "2025-10-04T23:56:31.1910256",
                            "priceChangeType": 0,
                            "operatorName": "sample string 10",
                            "hostCampaign": true,
                            "product": {
                              "$ref": "12"
                            },
                            "campaignPlu": {
                              "$ref": "49"
                            }
                          },
                          {
                            "$ref": "50"
                          }
                        ],
                        "campaign": {
                          "$id": "51",
                          "id": 1,
                          "storeID": 2,
                          "name": "0b85742a-5cfb-4569-b76c-753a6a8d9487",
                          "nameGuid": "0b85742a-5cfb-4569-b76c-753a6a8d9487",
                          "description": "sample string 4",
                          "showDiscounts": true,
                          "showTotals": true,
                          "onlyEvaluateOnSubtotal": true,
                          "useDescription": true,
                          "campaignType": 1,
                          "startDate": "2025-10-04T23:56:31.1910256",
                          "startTime": 1,
                          "endDate": "2025-10-04T23:56:31.1910256",
                          "endTime": 1,
                          "recurrence": 1,
                          "recurrenceType": 1,
                          "monthType": 1,
                          "weekDays": 1,
                          "months": 1,
                          "monthWeeks": 1,
                          "monthDays": "sample string 7",
                          "printed": true,
                          "talkerText": "sample string 8",
                          "rangeDescription": "sample string 9",
                          "dealDescription": "sample string 10",
                          "labelQuantity": 11,
                          "active": 1,
                          "deactivated": "2025-10-04T23:56:31.1910256",
                          "system": true,
                          "created": "2025-10-04T23:56:31.1910256",
                          "updated": "2025-10-04T23:56:31.1910256",
                          "priceChangeNotifiedUtc": "2025-10-04T23:56:31.1910256",
                          "promoType": 1,
                          "promotionTypeCode": "sample string 13",
                          "hostIdentifier": "fH/LpIoJN0Ka/gRlhK3rQA==",
                          "hostIdentifierGuid": "a4cb7f7c-098a-4237-9afe-046584adeb40",
                          "hostType": 14,
                          "createdByUser": "sample string 15",
                          "fromHost": true,
                          "deleted": true,
                          "campaignDeleted": "2025-10-04T23:56:31.1910256",
                          "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": "Vfe+teEzbUmngls3S1oqcA==",
                              "pluGuid": "b5bef755-33e1-496d-a782-5b374b5a2a70",
                              "hostOfferID": 1,
                              "priceGroupG_UID": "x2iHE6I1Ok+fGI4++XD0FQ==",
                              "priceGroupGuid": "138768c7-35a2-4f3a-9f18-8e3ef970f415",
                              "fuelItem": true,
                              "pluName": "sample string 6",
                              "apn": "sample string 7",
                              "pluActive": true,
                              "cartonQty": 1,
                              "baseUnits": 9.1,
                              "cri": "sample string 10",
                              "salesMode": 1,
                              "pluaws": 11.0,
                              "directNumber": "sample string 12",
                              "departmentName": "sample string 13",
                              "subDepartmentName": "sample string 14",
                              "priceGroupName": "sample string 15",
                              "supplierName": "sample string 16",
                              "stockOnHand": 1.1,
                              "stockOnOrder": 1.1,
                              "lastReceived": "2025-10-04T23:56:31.1910256",
                              "rrp": 17,
                              "campaignDescription": "sample string 18",
                              "product": {
                                "$ref": "12"
                              },
                              "campaign": {
                                "$ref": "51"
                              }
                            },
                            {
                              "$ref": "52"
                            }
                          ],
                          "sellingRules": [
                            {
                              "$id": "53",
                              "id": 1,
                              "identifier": "qaiTtAtx50q142XfksS7FQ==",
                              "identifierStr": "qaiTtAtx50q142XfksS7FQ==",
                              "identifierGuid": "b493a8a9-710b-4ae7-b5e3-65df92c4bb15",
                              "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": "n6xviFyC5kyR3bdVgx/NaA==",
                              "customerIDGuid": "886fac9f-825c-4ce6-91dd-b755831fcd68",
                              "campaign": {
                                "$ref": "51"
                              },
                              "customer": {
                                "$id": "55",
                                "identifier": "laEzDg7+mUi25kX/4WxFDg==",
                                "identifierGuid": "0e33a195-fe0e-4899-b6e6-45ffe16c450e",
                                "code": "sample string 2",
                                "familyName": "sample string 3",
                                "givenName": "sample string 4",
                                "otherName": "sample string 5",
                                "title": "sample string 6",
                                "dateOfBirth": "2025-10-04T23:56:31.1910256",
                                "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": "tIAHvrSRhU+CCVYxtFKPVQ==",
                                "communityIdentifierGuid": "be0780b4-91b4-4f85-8209-5631b4528f55",
                                "joined": "2025-10-04T23:56:31.1910256",
                                "updated": "2025-10-04T23:56:31.1910256",
                                "active": true,
                                "reasonInactive": 1,
                                "groupCustomer": true,
                                "loyaltyPoints": 1,
                                "homeStoreID": 1,
                                "availableSpend": 1,
                                "priceLevelIdentifier": "0UWtwjtrP0qfO08JSkc/MA==",
                                "priceLevelIdentifierGuid": "c2ad45d1-6b3b-4a3f-9f3b-4f094a473f30",
                                "marketingID": "sample string 18",
                                "hidden": true,
                                "registered": true,
                                "registeredOn": "2025-10-04T23:56:31.1910256",
                                "emailMarketing": true,
                                "smsMarketing": true,
                                "deleted": true,
                                "deletedUser": "sample string 24",
                                "homeStoreName": "sample string 25",
                                "customerCards": [
                                  {
                                    "$id": "56",
                                    "cardType": 2,
                                    "issueDate": "2025-10-04T23:56:31.1910256",
                                    "expiry": "2025-10-04T23:56:31.1910256",
                                    "customerID": "PmS3gHti1Ea7FJUeZd2g9w==",
                                    "customerIDGuid": "80b7643e-627b-46d4-bb14-951e65dda0f7",
                                    "initialValue": 1,
                                    "currentValue": 1,
                                    "maxLimit": 1,
                                    "minTransaction": 1,
                                    "maxTransaction": 1,
                                    "multiplier": 1.1,
                                    "active": true,
                                    "reasonInactive": 1,
                                    "idRequired": true,
                                    "idType": 1,
                                    "idValue": "sample string 5",
                                    "updated": "2025-10-04T23:56:31.1910256",
                                    "linkedAccount": "VsI8Vk1NFkOyLOsIri2qmA==",
                                    "linkedAccountGuid": "563cc256-4d4d-4316-b22c-eb08ae2daa98",
                                    "currentValueChanged": true,
                                    "limitsChanged": true,
                                    "customer": {
                                      "$ref": "55"
                                    },
                                    "account": {
                                      "$id": "57",
                                      "id": 1,
                                      "identifier": "IqlpLEJihkem2xp+5+ZVJg==",
                                      "identifierGuid": "2c69a922-6242-4786-a6db-1a7ee7e65526",
                                      "referenceNo": "sample string 3",
                                      "name": "sample string 4",
                                      "created": "2025-10-04T23:56:31.1910256",
                                      "owner": "e5qnAHepekK45kNPyMvX5g==",
                                      "ownerGuid": "00a79a7b-a977-427a-b8e6-434fc8cbd7e6",
                                      "accountStoreGroupIdentifier": "2PWkyNTwE0KbFyv+SSh3Gw==",
                                      "accountStoreGroupGuid": "c8a4f5d8-f0d4-4213-9b17-2bfe4928771b",
                                      "accountType": 1,
                                      "currentBalance": 1,
                                      "externalID": "sample string 7",
                                      "maximumLimit": 1,
                                      "accruePoints": true,
                                      "loyaltyPoints": 1,
                                      "termsOfTrade": 1,
                                      "signatureRequired": true,
                                      "referenceRequired": true,
                                      "statementSendType": 10,
                                      "ageingPeriod": 1,
                                      "monthlyAgeingPeriod": true,
                                      "explodedInvoice": true,
                                      "isFifoAllocation": true,
                                      "lastStatementSent": "2025-10-04T23:56:31.1910256",
                                      "active": true,
                                      "updated": "2025-10-04T23:56:31.1910256",
                                      "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": "FhrEhM1Y3keiF+8ztlMweA==",
                                          "identifierGuid": "84c41a16-58cd-47de-a217-ef33b6533078",
                                          "name": "sample string 2",
                                          "primaryContact": "CVBWJ+IqME2ylIOnmDFNvw==",
                                          "primaryContactGuid": "27565009-2ae2-4d30-b294-83a798314dbf",
                                          "accountID": "2vRw/S0xO0GECZ6PLH7NWg==",
                                          "accountIDGuid": "fd70f4da-312d-413b-8409-9e8f2c7ecd5a",
                                          "special": true,
                                          "updated": "2025-10-04T23:56:31.1910256",
                                          "active": true,
                                          "reasonInactive": 1,
                                          "priceLevelIdentifier": "xwbQID8y10eG6NCuU1+5eA==",
                                          "priceLevelIdentifierGuid": "20d006c7-323f-47d7-86e8-d0ae535fb978",
                                          "deleted": true,
                                          "account": {
                                            "$ref": "57"
                                          },
                                          "primaryContactCustomer": {
                                            "$ref": "55"
                                          },
                                          "customerGroupMembers": [
                                            {
                                              "$id": "60",
                                              "id": 1,
                                              "groupID": "mHozWuQ21UWoB6gejV87tA==",
                                              "groupIDGuid": "5a337a98-36e4-45d5-a807-a81e8d5f3bb4",
                                              "customerID": "/H7WbGmGsESi7P2LGbNAZA==",
                                              "customerIDGuid": "6cd67efc-8669-44b0-a2ec-fd8b19b34064",
                                              "card": "sample string 4",
                                              "linkedAccount": "Tp7OcxiXfk2wUfQFunDrcg==",
                                              "linkedAccountGuid": "73ce9e4e-9718-4d7e-b051-f405ba70eb72",
                                              "customer": {
                                                "$ref": "55"
                                              },
                                              "group": {
                                                "$ref": "59"
                                              },
                                              "customerCard": {
                                                "$ref": "56"
                                              }
                                            },
                                            {
                                              "$ref": "60"
                                            }
                                          ]
                                        },
                                        {
                                          "$ref": "59"
                                        }
                                      ]
                                    },
                                    "payments": [
                                      {
                                        "$id": "61",
                                        "id": 1,
                                        "identifier": "HYbjQdbZ9kWi978KJO9Sqw==",
                                        "identifierGuid": "41e3861d-d9d6-45f6-a2f7-bf0a24ef52ab",
                                        "storeID": 2,
                                        "operatorName": "sample string 3",
                                        "saleHeaderID": 4,
                                        "paymentType": 5,
                                        "amount": 6,
                                        "account": "sample string 7",
                                        "accountID": "t7u1jRMozEWLT4Dwa/ao1w==",
                                        "accountIDGuid": "8db5bbb7-2813-45cc-8b4f-80f06bf6a8d7",
                                        "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-10-04T23:56:31.1910256",
                                        "invRocNo": "sample string 14",
                                        "responseCode": "sample string 15",
                                        "cashout": 1,
                                        "tip": 16,
                                        "idempotentVoid": "I8h8CVB3D0+OwapjEmWKAA==",
                                        "idempotentVoidGuid": "097cc823-7750-4f0f-8ec1-aa6312658a00",
                                        "offline": true,
                                        "processed": 1,
                                        "storeSaleHeader": {
                                          "$id": "62",
                                          "saleHeaderID": 1,
                                          "saleHeaderGuid": "OY0kSqoajkeBqj4PdyIkuQ==",
                                          "saleHeaderIdentifierGuid": "4a248d39-1aaa-478e-81aa-3e0f772224b9",
                                          "created": "2025-10-04T23:56:31.1910256",
                                          "createdLocal": "2025-10-04T23:56:31.1910256",
                                          "createdText": "sample string 4",
                                          "itemCount": 5,
                                          "totalAmount": 6,
                                          "cashTender": 1,
                                          "cardTender": 1,
                                          "cheqTender": 1,
                                          "acctTender": 1,
                                          "voucherTender": 1,
                                          "loyaltyPoints": 1,
                                          "cashout": 1,
                                          "changeAmount": 1,
                                          "rounding": 1,
                                          "gstAmount": 1,
                                          "transactionDiscountTender": 1,
                                          "totalTip": 7,
                                          "tranType": 1,
                                          "processed": 1,
                                          "imported": "2025-10-04T23:56:31.1910256",
                                          "storeID": 1,
                                          "operatorG_Uid": "6B6U0nrpyEixluuA8gcZlA==",
                                          "operatorGuid": "d2941ee8-e97a-48c8-b196-eb80f2071994",
                                          "customerG_Uid": "nLDz9R25+ke9dwiB1CwKCw==",
                                          "customerGuid": "f5f3b09c-b91d-47fa-bd77-0881d42c0a0b",
                                          "communityIdentifier": "oRdwpCo/kEKCcqpbn1UR8g==",
                                          "communityIdentifierGuid": "a47017a1-3f2a-4290-8272-aa5b9f5511f2",
                                          "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": "RNz/FhxxqEeruRFH4r8JHg==",
                                          "priceLevelIdentifierGuid": "16ffdc44-711c-47a8-abb9-1147e2bf091e",
                                          "locked": 36,
                                          "relationChecksum": "sample string 37",
                                          "loyaltyTender": 1,
                                          "giftCardTender": 1,
                                          "operator": {
                                            "$ref": "1"
                                          },
                                          "customer": {
                                            "$ref": "55"
                                          },
                                          "communityOrganisation": {
                                            "$id": "63",
                                            "id": 1,
                                            "identifier": "AzV5cApHjE6xh1/VY74QfQ==",
                                            "identifierGuid": "70793503-470a-4e8c-b187-5fd563be107d",
                                            "name": "sample string 3",
                                            "lookupIdentifier": "sample string 4",
                                            "externalID": "sample string 5",
                                            "phone": "sample string 6",
                                            "fax": "sample string 7",
                                            "email": "sample string 8",
                                            "address1": "sample string 9",
                                            "address2": "sample string 10",
                                            "city": "sample string 11",
                                            "postCode": "sample string 12",
                                            "state": "sample string 13",
                                            "country": "sample string 14",
                                            "totalAmountAwarded": 15.1,
                                            "updated": "2025-10-04T23:56:31.1910256",
                                            "deleted": true
                                          },
                                          "details": [
                                            {
                                              "$id": "64",
                                              "saleItemID": 1,
                                              "identifier": "LXxoh3/RKkqc9lZ3HWSp8w==",
                                              "identifierGuid": "87687c2d-d17f-4a2a-9cf6-56771d64a9f3",
                                              "saleHeaderID": 2,
                                              "plu": 1,
                                              "pluG_UId": "GfJUl4en20+J2XuQM2Bu4A==",
                                              "pluGuid": "9754f219-a787-4fdb-89d9-7b9033606ee0",
                                              "accountID": "I8ZV/0eMvkGE3jQKCQEKXQ==",
                                              "accountIDGuid": "ff55c623-8c47-41be-84de-340a09010a5d",
                                              "normalPrice": 3,
                                              "originalSellingPrice": 4,
                                              "discountPrice": 5,
                                              "unit": 1,
                                              "quantity": 6,
                                              "totalCents": 7,
                                              "fixedPrice": 1,
                                              "tranType": 1,
                                              "discountType": 1,
                                              "cost": 1,
                                              "costDecimals": 8,
                                              "markdown": 1,
                                              "manualQuantity": 1,
                                              "manualPrice": 1,
                                              "manualMode": 1,
                                              "active": 1,
                                              "offline": true,
                                              "barcode": "sample string 9",
                                              "keyedSale": 1,
                                              "discountedID": 1,
                                              "fuelID": 1,
                                              "serialNumber": "sample string 10",
                                              "bestOrExpire": "2025-10-04T23:56:31.1910256",
                                              "bestOrExpireType": 1,
                                              "providerName": "sample string 11",
                                              "refundG_UID": "9NIbc8LMn0+WTO8LcD3gUg==",
                                              "refundGuid": "731bd2f4-ccc2-4f9f-964c-ef0b703de052",
                                              "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": "uJkxm4Y2mkeNSQDF2oke3g==",
                                              "idempotentVoidGuid": "9b3199b8-3686-479a-8d49-00c5da891ede",
                                              "priceLevelIdentifier": "1mNybLlX4k6k2GqQZKutdQ==",
                                              "priceLevelIdentifierGuid": "6c7263d6-57b9-4ee2-a4d8-6a9064abad75",
                                              "productName": "sample string 23",
                                              "apn": "sample string 24",
                                              "unknownScans": [
                                                {
                                                  "$id": "65",
                                                  "id": 1,
                                                  "saleDetailID": 2,
                                                  "storeID": 1,
                                                  "scanned": "2025-10-04T23:56:31.1910256",
                                                  "operatorG_UID": "QEA=",
                                                  "barcode": "sample string 4",
                                                  "processed": 1
                                                },
                                                {
                                                  "$ref": "65"
                                                }
                                              ],
                                              "refund": {
                                                "$id": "66",
                                                "id": 1,
                                                "g_UID": "RX9pfjPiyEKjEHqbFyNvSg==",
                                                "guid": "7e697f45-e233-42c8-a310-7a9b17236f4a",
                                                "description": "sample string 1",
                                                "dumped": true,
                                                "inventoryReasonID": 1,
                                                "sortOrder": 1,
                                                "updated": "2025-10-04T23:56:31.1910256"
                                              },
                                              "modifier": {
                                                "$id": "67",
                                                "id": 1,
                                                "setG_UID": "tfr1t8T3xE+fDQLmBCXgQw==",
                                                "modifierSetGuid": "b7f5fab5-f7c4-4fc4-9f0d-02e60425e043",
                                                "name": "sample string 2",
                                                "price": 1,
                                                "quantity": 1,
                                                "modifierType": 1,
                                                "groupNumber": 1,
                                                "pageNumber": 1,
                                                "controlOrder": 1,
                                                "printToStation": true,
                                                "pluG_UID": "4OMRmUbh7EiZfpIJ/r8Www==",
                                                "pluGuid": "9911e3e0-e146-48ec-997e-9209febf16c3",
                                                "deleted": true,
                                                "g_UID": "Db80+qZFiU2spN+UJNMFrw==",
                                                "guid": "fa34bf0d-45a6-4d89-aca4-df9424d305af",
                                                "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": "3DUrA5rIYkOLP8AQ/bPPFg==",
                                              "pluGuid": "032b35dc-c89a-4362-8b3f-c010fdb3cf16",
                                              "saleHeaderID": 2,
                                              "totalCents": 3,
                                              "grade": 1,
                                              "gradeDescription": "sample string 4",
                                              "dispenser": 1,
                                              "hose": 1,
                                              "quantity": 1,
                                              "cost": 1,
                                              "acquirerNum": 1,
                                              "attendant": 1,
                                              "ePurseBalance": 1.0,
                                              "cardSignature": "sample string 5",
                                              "compartmentNumber": 1,
                                              "contractNumber": 1,
                                              "discountCardPAN": "sample string 6",
                                              "discountID": 1,
                                              "discountName": "sample string 7",
                                              "discountNetValue": 1.0,
                                              "discountType": 1,
                                              "discountValue": 1.0,
                                              "discretionaryData": "sample string 8",
                                              "driverID": "sample string 9",
                                              "eftBatchNumber": 1,
                                              "eftResponseCode": "sample string 10",
                                              "endDateTime": "2025-10-04T23:56:31.1910256",
                                              "engineHours": 1.1,
                                              "fposNumber": 1,
                                              "loyaltyCardPAN": "sample string 11",
                                              "miscData1": 1,
                                              "miscData2": "sample string 12",
                                              "miscFlags": 1,
                                              "mop": 1,
                                              "odometer": 1,
                                              "panNumber": "sample string 13",
                                              "saleRefund": true,
                                              "saleStatus": 1,
                                              "sequenceNumber": 1,
                                              "stan": 1,
                                              "startDateTime": "2025-10-04T23:56:31.1910256",
                                              "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": "h8Gz1TwMWEixdyIXWm3rcg==",
                                              "pluGuid": "d5b3c187-0c3c-4858-b177-22175a6deb72",
                                              "accountID": "i3MHbaWz/Uax9zBjyMeewg==",
                                              "accountIDGuid": "6d07738b-b3a5-46fd-b1f7-3063c8c79ec2",
                                              "normalPrice": 3,
                                              "originalSellingPrice": 4,
                                              "discountPrice": 5,
                                              "unit": 1,
                                              "quantity": 6,
                                              "totalCents": 7,
                                              "fixedPrice": 1,
                                              "tranType": 1,
                                              "processed": 1,
                                              "discountType": 1,
                                              "cost": 1,
                                              "costDecimals": 1,
                                              "markdown": 1,
                                              "manualQuantity": 1,
                                              "manualPrice": 1,
                                              "manualMode": 1,
                                              "active": 1,
                                              "barcode": "sample string 8",
                                              "offline": 1,
                                              "keyedSale": 1,
                                              "discountedID": 1,
                                              "fuelID": 1,
                                              "serialNumber": "sample string 9",
                                              "bestOrExpire": "2025-10-04T23:56:31.1910256",
                                              "bestOrExpireType": 1,
                                              "refundG_UID": "TvaFQq4NqEi1NhYSN14Wmw==",
                                              "refundGuid": "4285f64e-0dae-48a8-b536-1612375e169b",
                                              "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": "kC4d9s+WrEufXNQ/3CPbEw==",
                                              "identifierGuid": "f61d2e90-96cf-4bac-9f5c-d43fdc23db13",
                                              "id": 1,
                                              "orderNo": 2,
                                              "externalSaleIdentifier": "sample string 3",
                                              "storeID": 4,
                                              "zoneID": 5,
                                              "deptNo": 6,
                                              "customerIdentifier": "HXr/zOYVDEu9JfVgUkF6YQ==",
                                              "customerIdentifierGuid": "ccff7a1d-15e6-4b0c-bd25-f56052417a61",
                                              "operatorNo": 1,
                                              "operatorG_UID": "YAGeTBn1gkWuZdgIvpADog==",
                                              "operatorGuid": "4c9e0160-f519-4582-ae65-d808be9003a2",
                                              "created": "2025-10-04T23:56:31.1910256",
                                              "ordered": "2025-10-04T23:56:31.1910256",
                                              "started": "2025-10-04T23:56:31.1910256",
                                              "completed": "2025-10-04T23:56:31.1910256",
                                              "supplied": "2025-10-04T23:56:31.1910256",
                                              "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": "qMMnpxzM7kyUvpeS0IF7Qg==",
                                                  "pluGuid": "a727c3a8-cc1c-4cee-94be-9792d0817b42",
                                                  "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": "/byn6AqawEaGvEcQoyKRDA==",
                                                  "headerIdentifierGuid": "e8a7bcfd-9a0a-46c0-86bc-4710a322910c",
                                                  "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": "uRc/VgovxUKqKEJAYzvULA==",
                                              "surveyGuid": "563f17b9-2f0a-42c5-aa28-4240633bd42c",
                                              "saleHeaderGuid": "Yb33glFha065w4LyCPT5Kg==",
                                              "saleGuid": "82f7bd61-6151-4e6b-b9c3-82f208f4f92a",
                                              "textResponse": "sample string 1",
                                              "integerResponse": 1,
                                              "g_UIDResponse": "qCMEzpvpbE2uNYkbJfbrEA==",
                                              "guidResponse": "ce0423a8-e99b-4d6c-ae35-891b25f6eb10",
                                              "whoAnswered": 2,
                                              "answeredAtUTC": "2025-10-04T23:56:31.1910256",
                                              "sale": {
                                                "$ref": "62"
                                              },
                                              "survey": {
                                                "$id": "76",
                                                "g_UID": "0c+p37YhUkCvnqOGdsdkMw==",
                                                "guid": "dfa9cfd1-21b6-4052-af9e-a38676c76433",
                                                "name": "sample string 1",
                                                "storeID": 2,
                                                "zoneID": 1,
                                                "checkoutFormG_UID": "TsmWtcY4gUeqFxlyWeGu+g==",
                                                "checkoutFormGuid": "b596c94e-38c6-4781-aa17-197259e1aefa",
                                                "displayToWho": 3,
                                                "displayWhen": 4,
                                                "start": "2025-10-04T23:56:31.1910256",
                                                "end": "2025-10-04T23:56:31.1910256",
                                                "deleted": true,
                                                "updated": "2025-10-04T23:56:31.1910256",
                                                "possibleIntegerResponses": [
                                                  1,
                                                  2
                                                ],
                                                "possibleTextResponses": [
                                                  "sample string 1",
                                                  "sample string 2"
                                                ],
                                                "possibleGuidResponses": [
                                                  "73ce0868-a9fc-442a-a811-8f499e934fb9",
                                                  "954de268-4032-4810-99fa-9484557ed65f"
                                                ],
                                                "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": "n7nD5VfpCEaiNPd/hwkroA==",
                                          "accountIdentifier": "e5c3b99f-e957-4608-a234-f77f87092ba0",
                                          "accountName": "sample string 42",
                                          "customerOrderIdentifier": "g0ND3fZePEWwqiGErFSOUg==",
                                          "customerOrderIdentifierGuid": "dd434383-5ef6-453c-b0aa-2184ac548e52",
                                          "priceLevelName": "sample string 43",
                                          "revision": 44,
                                          "ingressId": "sample string 45"
                                        },
                                        "metadata": {
                                          "$id": "77",
                                          "id": 1,
                                          "paymentID": 2,
                                          "paymentIdentifier": "HnANMm0BZ0mjLuDGLaRNlA==",
                                          "paymentIdentifierGuid": "320d701e-016d-4967-a32e-e0c62da44d94",
                                          "identifier": "Iq5DXDdgfkisnaYYM8QG4g==",
                                          "identifierGuid": "5c43ae22-6037-487e-ac9d-a61833c406e2",
                                          "metadata": "sample string 3",
                                          "signatureImage": "QEA=",
                                          "itemIdentifier": "A8zdDdItrEKM3pu0FlCaGg==",
                                          "itemIdentifierGuid": "0dddcc03-2dd2-42ac-8cde-9bb416509a1a"
                                        }
                                      },
                                      {
                                        "$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": "kwSX8Y8IGEWuPi+/wHRlQQ==",
                                    "customerIdentifierGuid": "f1970493-088f-4518-ae3e-2fbfc0746541",
                                    "voucherName": "sample string 2",
                                    "count": 3,
                                    "storeID": 4,
                                    "barcode": "sample string 5",
                                    "redeemCount": 6,
                                    "issueCount": 7,
                                    "storeSalePaymentID": 1,
                                    "idempotentID": "yfZcJdZkUUqYZrRVK6s8vg==",
                                    "idempotentGuid": "255cf6c9-64d6-4a51-9866-b4552bab3cbe",
                                    "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-10-04T23:56:31.1910256",
                                      "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-10-04T23:56:31.1910256",
                                        "labelPageLayout": "S8fJqv3eCEKrb2SLq5gszA==",
                                        "pageLayoutGuid": "aac9c74b-defd-4208-ab6f-648bab982ccc",
                                        "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-10-04T23:56:31.1910256"
                                          },
                                          {
                                            "$ref": "82"
                                          }
                                        ]
                                      },
                                      "customerVouchers": [
                                        {
                                          "$id": "83",
                                          "id": 1,
                                          "customerIdentifier": "paTGqP39bUifOXulLS989Q==",
                                          "customerIdentifierGuid": "a8c6a4a5-fdfd-486d-9f39-7ba52d2f7cf5",
                                          "voucherID": 3,
                                          "voucherName": "sample string 4",
                                          "storeID": 1,
                                          "barcode": "sample string 5",
                                          "dateOfIssue": "2025-10-04T23:56:31.1910256",
                                          "issuedSaleHeaderID": 1,
                                          "issuedSaleIdentifier": "sample string 7",
                                          "issuedOfflinePaymentID": 1,
                                          "issuedIdempotentID": "WN45v3VHH0+ZEdJOy64pvQ==",
                                          "issuedIdempotentGuid": "bf39de58-4775-4f1f-9911-d24ecbae29bd",
                                          "issuedOffline": true,
                                          "issuedUser": "sample string 9",
                                          "issuedNotes": "sample string 10",
                                          "expiryDate": "2025-10-04T23:56:31.1910256",
                                          "expiredUser": "sample string 11",
                                          "expiredNotes": "sample string 12",
                                          "redeemed": "2025-10-04T23:56:31.1910256",
                                          "redeemedSaleHeaderID": 1,
                                          "redeemedSaleIdentifier": "sample string 13",
                                          "redeemedOfflinePaymentID": 1,
                                          "redeemedIdempotentID": "up167/hjnkar4wTCRxQiYQ==",
                                          "redeemedIdempotentGuid": "ef7a9dba-63f8-469e-abe3-04c247142261",
                                          "redeemedUser": "sample string 14",
                                          "redeemedNotes": "sample string 15",
                                          "redeemedOffline": true,
                                          "updated": "2025-10-04T23:56:31.1910256",
                                          "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": "y4a4YCJhOE6kVix0iBZ9Jw==",
                              "groupIDGuid": "60b886cb-6122-4e38-a456-2c7488167d27",
                              "campaign": {
                                "$ref": "51"
                              },
                              "group": {
                                "$ref": "59"
                              }
                            },
                            {
                              "$ref": "84"
                            }
                          ],
                          "signIqTickets": [
                            {
                              "$id": "85",
                              "identifier": "pLWlPFHSKkuZvJuXyI57iQ==",
                              "identifierGuid": "3ca5b5a4-d251-4b2a-99bc-9b97c88e7b89",
                              "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": "9NfhHpn7EUy0tYuMZs4Blg==",
                              "guid": "1ee1d7f4-fb99-4c11-b4b5-8b8c66ce0196",
                              "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": "YNf6ysYBmkuCcIgg/r+aeA==",
                                  "groupGuid": "cafad760-01c6-4b9a-8270-8820febf9a78",
                                  "comboPriceType": 5,
                                  "priceType": 5,
                                  "pluG_UID": "+K5Z0azI7kq0dkkAjITnfw==",
                                  "pluGuid": "d159aef8-c8ac-4aee-b476-49008c84e77f",
                                  "priceGroupG_UID": "8Z8GnjWSSE+ShOYCNpprgQ==",
                                  "priceGroupGuid": "9e069ff1-9235-4f48-9284-e602369a6b81",
                                  "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": "bVBuWbUnwk2PmxZTdE/6iA==",
                              "priceLevelIdentifierGuid": "596e506d-27b5-4dc2-8f9b-1653744ffa88",
                              "campaignName": "sample string 3",
                              "priceLevelName": "sample string 4"
                            },
                            {
                              "$ref": "88"
                            }
                          ]
                        },
                        "product": {
                          "$ref": "12"
                        },
                        "dealCost": {
                          "$id": "89",
                          "headerIdentifier": "kQzkA5XM9UGNslHKQvtDTw==",
                          "headerIdentifierGuid": "03e40c91-cc95-41f5-8db2-51ca42fb434f",
                          "identifier": "963jUMHT9kisK+bptzOxKQ==",
                          "identifierGuid": "50e3adf7-d3c1-48f6-ac2b-e6e9b733b129",
                          "supplierIdentifier": "29YB0Q7mQESqC32ViJfAOA==",
                          "supplierGuid": "d101d6db-e60e-4440-aa0b-7d958897c038",
                          "pluG_UID": "C8caJIe0Dk2w/Bpma6//7A==",
                          "pluGuid": "241ac70b-b487-4d0e-b0fc-1a666bafffec",
                          "campaignName": "780ac190-51f3-482a-9308-766c27ca4806",
                          "description": "sample string 4",
                          "cost": 5,
                          "costDecimals": 6,
                          "start": "2025-10-04T23:56:31.1910256",
                          "end": "2025-10-04T23:56:31.1910256",
                          "type": 9,
                          "promoType": 10,
                          "bonusItemPLUG_UID": "ldCelOzhRE+S67tPU24d3Q==",
                          "bonusItemPluGuid": "949ed095-e1ec-4f44-92eb-bb4f536e1ddd",
                          "bonusPurchaseUnits": 11,
                          "bonusReceiveUnits": 12,
                          "updated": "2025-10-04T23:56:31.1910256",
                          "metcashPromotionID": "sample string 14",
                          "fromHost": 15,
                          "storeNames": "sample string 16",
                          "storeIDs": [
                            1,
                            2
                          ],
                          "supplierName": "sample string 17",
                          "campaignDescription": "sample string 18",
                          "newPrice": 1,
                          "campaignMetcashPromotionID": "sample string 19",
                          "campaignActive": true,
                          "campaignStartDate": "2025-10-04T23:56:31.1910256",
                          "campaignEndDate": "2025-10-04T23:56:31.1910256",
                          "masterPLUG_UID": "jjcDTIzNN0qxQ4S1lOmKUA==",
                          "masterID": "4c03378e-cd8c-4a37-b143-84b594e98a50",
                          "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": "OXFYxHDHykSfNQL7GMpu7w==",
                          "bonusMasterID": "c4587139-c770-44ca-9f35-02fb18ca6eef",
                          "bonusProductName": "sample string 34",
                          "bonusProductAPN": "sample string 35",
                          "bonusOrderCode": "sample string 36",
                          "bonusNormalSell": 37,
                          "bonusNormalCost": 38,
                          "bonusNormalCostDecimals": 39,
                          "bonusCartonQuantity": 40,
                          "bonusSalesMode": 41,
                          "bonusOrderPacked": 42,
                          "bonusFuelItem": true,
                          "bonusActive": true
                        }
                      },
                      "currentCostStart": "2025-10-04T23:56:31.1910256",
                      "dealCosts": [
                        {
                          "$ref": "89"
                        },
                        {
                          "$ref": "89"
                        }
                      ],
                      "tags": [
                        {
                          "$id": "90",
                          "pluG_UID": "4gjHyvMFOUqkaDoEmShC7Q==",
                          "pluGuid": "cac708e2-05f3-4a39-a468-3a04992842ed",
                          "tagID": 1,
                          "description": "sample string 1",
                          "storeIDs": [
                            1,
                            2
                          ]
                        },
                        {
                          "$ref": "90"
                        }
                      ],
                      "alternateProductG_UID": "EGI7SHdDYkO8y/rL71IWQw==",
                      "alternateProduct": "483b6210-4377-4362-bccb-facbef521643",
                      "productHostCode": {
                        "$id": "91",
                        "id": 1,
                        "pluG_UID": "AdV8QEwH60msLsFx+NlaGw==",
                        "pluGuid": "407cd501-074c-49eb-ac2e-c171f8d95a1b",
                        "ibaCode": "sample string 2"
                      },
                      "mscCat": {
                        "$ref": "45"
                      },
                      "mscCom": {
                        "$ref": "46"
                      },
                      "mscDep": {
                        "$ref": "48"
                      },
                      "mscSubCom": {
                        "$ref": "47"
                      },
                      "isUserUpdate": true,
                      "ignoreMasterProduct": true,
                      "priceGroupLabelRequested": true,
                      "firstSold": "2025-10-04T23:56:31.1910256",
                      "inventoryTracked": "2025-10-04T23:56:31.1910256",
                      "isNormalPriceChangesCampaign": true
                    },
                    "supplier": {
                      "$ref": "7"
                    },
                    "serviceFee": {
                      "$id": "92",
                      "id": 1,
                      "description": "sample string 1",
                      "fee": 1
                    },
                    "isPrimaryHost": true,
                    "hostVendor": 47
                  },
                  {
                    "$ref": "10"
                  }
                ],
                "orderCycleHeaders": [
                  {
                    "$id": "93",
                    "storeID": 1,
                    "supplierIdentifier": "OA7twZ+nD06CUFlzIP8kNg==",
                    "supplierGuid": "c1ed0e38-a79f-4e0f-8250-597320ff2436",
                    "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": "8ajIPrGtvkyKOi8MDIHUoA==",
                    "supplierGuid": "3ec8a8f1-adb1-4cbe-8a3a-2f0c0c81d4a0",
                    "departmentCode": "sample string 2",
                    "warehouseDirectIndicator": "sample string 3",
                    "type": 4,
                    "cutOffWeek": 5,
                    "cutOffDay": 6,
                    "cutOffTime": "00:00:00.1234567",
                    "leadTime": 7,
                    "daysBuffer": 8,
                    "supplierName": "sample string 9",
                    "cutOffDate": "2025-10-04T23:56:31.1910256",
                    "deliveryDate": "2025-10-04T23:56:31.1910256",
                    "nextCutOffDate": "2025-10-04T23:56:31.1910256",
                    "nextDeliveryDate": "2025-10-04T23:56:31.1910256",
                    "nextDaysBuffer": 10
                  },
                  {
                    "$ref": "94"
                  }
                ],
                "store": {
                  "$ref": "3"
                },
                "updated": "2025-10-04T23:56:31.1910256",
                "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-10-04T23:56:31.1910256",
                  "processed": "2025-10-04T23:56:31.1910256",
                  "isProcessing": true,
                  "processedCount": 6,
                  "processingTime": 1,
                  "collectedUtc": "2025-10-04T23:56:31.1910256",
                  "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-10-04T23:56:31.1910256",
                    "businessPillar": "sample string 3",
                    "fileType": "sample string 4"
                  }
                },
                {
                  "$ref": "95"
                }
              ],
              "zoneMatrix": [
                {
                  "$id": "97",
                  "id": 1,
                  "hostIdentifier": "WEmOySG0CEyLVPHerm2Cvg==",
                  "hostIdentifierGuid": "c98e4958-b421-4c08-8b54-f1deae6d82be",
                  "storeID": 1,
                  "departmentCode": "sample string 2",
                  "hostGuids": [
                    "c646174c-ec86-4de4-82d6-1999feebb634",
                    "4ebbaff8-795e-40a7-8dd3-57572c671866"
                  ]
                },
                {
                  "$ref": "97"
                }
              ],
              "hostFileStoreSetting": {
                "$ref": "5"
              },
              "hostStoreSettings": [
                {
                  "$ref": "5"
                },
                {
                  "$ref": "5"
                }
              ],
              "promotionPlacements": [
                {
                  "$id": "98",
                  "identifier": "qWSfwjsD10657F7Pabzuyw==",
                  "identifierGuid": "c29f64a9-033b-4ed7-b9ec-5ecf69bceecb",
                  "code": "sample string 2",
                  "description": "sample string 3",
                  "isAdvertised": true
                },
                {
                  "$ref": "98"
                }
              ],
              "promoTypeGuids": [
                "2c0d7674-750f-4ef8-bc07-f22332085c85",
                "0790bdd7-88d6-46f8-b6c5-177b193b2a3c"
              ],
              "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-10-04T23:56:31.1910256",
            "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": "165f96d8-99d9-4928-85ee-320eec2a5bdf",
        "updateStore": {
          "$id": "104",
          "id": "85e80017-057f-4ad3-ab19-a2d3c4dcc4b8",
          "name": "sample string 1",
          "lastActivity": "2025-10-04T23:56:31.1910256",
          "zone": "sample string 2",
          "timeZoneOffset": 0.0,
          "businessHoursStart": "00:00:00.1234567",
          "businessHoursEnd": "00:00:00.1234567",
          "master": true,
          "lastIP": "sample string 10",
          "lastHostName": "sample string 11",
          "ping": 1,
          "pingStatus": "sample string 12",
          "lastUpdateCompleted": "2025-10-04T23:56:31.1910256"
        },
        "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�D[�� �5xl/workbook.xml �(�����0D�&�C���J�'.^=x/ekhK��|K	$޼��ξ�j6v��G�ڕ�����$�1����@�7VQ�}ùd��V�=I�$#F��N�����Mh��W�RTj�UK����E���b"���o����"*�����S��s�k|�Ȗ2^� /x�\���s�w������PK�D[����	�[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
�D[�&_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="Rc60b66b5ddb04741" /></Relationships>PK�D[�.�dYxl/worksheets/sheet1.xml �(���[s�<��
��iu��:ns��K�6i{G��gl'������^���7	��]��+4���~<GI��7c���D�Y<_m���S�xc����K��M�Q�
r|��$co�e�'�a:[F�i�Ǐ�&�l'�i��M��b��E���im�!0��I�0�����1�v�^S+}L�����aWj=]m��h�ʫow?H����Ix	�`8��*zI+��G���o��c����_'�y��>=d7��e��_f�K���⇴�9X���y���_��e5ϖc��\2
9={J�x}��3w�J�u\�J-�d�6h׋R/�za|�M��1��v�,����2�����c��ԫ�^��b�qi�1��u��=�A�z�M�7=����j��Ё�,o�Լ]ϙ����[���WR�}a�e^G�#E�Ő�#��]��{A�j���s.DGB~H!0�IH���]\yp���J�o��W3���\����ݺ�Q��@`=w.�p��?��X�K���iɶOn�V�tTp����]�<�+h#�f��)\�@�݃KTN@��J����%	�Vư�=����0h��=�A�z>�p�o�E={!�_��Sp�M�<�:�
�ˤ8d2�~~��8��Qt����Hqw9�f��(�_I�q^�*�_�ō'�Ĥ���y�F�筶$�5	^'�7	��MBԉ�&!��y�Pu�I�:q�$�:q�$L���$l��H8�L�D ����l�B ���{M �ٯ���!��7A�~'��"m��[A��r�'� wr�7� wCb�c�ߐDdpH�" �Cb�8$�Q �Cb 29$FR\���Ԃé��8��A� ��{A=9mYጐ�v�����f]��U��U=�GA���b��Ͼ���"�&䨛_[�7�u�[��;!G���݀�n��I (R�E�7���M�TVH��@�_���ӆ7��`N�X���D�׾hI@H̠:0��iX�a-��<J��8�����?��PK�D[���Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞�uL�TM�aö���Q;�]�gc���V� �X��j4��'�|�lvo�H^0���V�N�np}�d�$춛=�*�h�9���b6�yMi�'?���äRNCOg���G��hX2�I��C���>M��`���1Z��B����R���*2�c���4�(�Y�\	#5z3���#�_��|!�0.E͛���d}S�vO)�K/��党4����J�R�5z��/PK�D[Ѓ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�D[:T��xxl/sharedStrings.xml �(���mo�0��
�{���S�j�K)�@4iմ9p֌M}�����險���ϣ�/�^���s��� �
>r�^�:��R���M<o
\�)a���=���x��m�8rs����IAO��5�	Y��2�@R�T��N���P�:����ݎ�T�>U0y�t<T��t���?��)w?645���>� ��*� �4ʅT���:�S�V�$v�� �4��D�:�1<�:[�Әd�߲
JI��d"EU��m%�'�3������G�tUkl"� ]p[���N��@��R$�L�#cb�[�c�X~��L���G�(�$>�F�ڹ̐7eJ,��������J[�
�1�H�i�9RD�(�;c f<��+��Ԟ�T�=H�G/;��PA��<~�� ��5؆a+L:��up�v��t��m?�{��������4�f6�nDz2����k��f<h��͸\��܈C�%��2R�uȨ�u$&�1H��9�w$M�%E���8�C_�	o%R`��V�t����e��M���PK-�D[�� �5xl/workbook.xmlPK-�D[����	�[Content_Types].xmlPK-
�D[�&_T''V_rels/.relsPK-�D[�.�dY�xl/worksheets/sheet1.xmlPK-�D[���Pxl/_rels/workbook.xml.relsPK-�D[Ѓc'2E
e	xl/styles.xmlPK-�D[:T��x�
xl/sharedStrings.xmlPK�:

application/vnd.ms-excel

Sample:
PK�D[zwf�5xl/workbook.xml �(�����0��&�C��`)��x��}�E�O�||K	$޼���~;|�v|j=����+mE�Mɘk��Nڠ
�^[	>H�b��E��n��g�$ə�	���
�8���a9c:7 z9�(	B��x �/�ge0���I�b�)a�ETD�Ċ6���ܺ����R��c�_1��I�^��wg���PK�D[����	�[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
�D[B���''_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="R2d952aaa2991452f" /></Relationships>PK�D[�.�dYxl/worksheets/sheet1.xml �(���[s�<��
��iu��:ns��K�6i{G��gl'������^���7	��]��+4���~<GI��7c���D�Y<_m���S�xc����K��M�Q�
r|��$co�e�'�a:[F�i�Ǐ�&�l'�i��M��b��E���im�!0��I�0�����1�v�^S+}L�����aWj=]m��h�ʫow?H����Ix	�`8��*zI+��G���o��c����_'�y��>=d7��e��_f�K���⇴�9X���y���_��e5ϖc��\2
9={J�x}��3w�J�u\�J-�d�6h׋R/�za|�M��1��v�,����2�����c��ԫ�^��b�qi�1��u��=�A�z�M�7=����j��Ё�,o�Լ]ϙ����[���WR�}a�e^G�#E�Ő�#��]��{A�j���s.DGB~H!0�IH���]\yp���J�o��W3���\����ݺ�Q��@`=w.�p��?��X�K���iɶOn�V�tTp����]�<�+h#�f��)\�@�݃KTN@��J����%	�Vư�=����0h��=�A�z>�p�o�E={!�_��Sp�M�<�:�
�ˤ8d2�~~��8��Qt����Hqw9�f��(�_I�q^�*�_�ō'�Ĥ���y�F�筶$�5	^'�7	��MBԉ�&!��y�Pu�I�:q�$�:q�$L���$l��H8�L�D ����l�B ���{M �ٯ���!��7A�~'��"m��[A��r�'� wr�7� wCb�c�ߐDdpH�" �Cb�8$�Q �Cb 29$FR\���Ԃé��8��A� ��{A=9mYጐ�v�����f]��U��U=�GA���b��Ͼ���"�&䨛_[�7�u�[��;!G���݀�n��I (R�E�7���M�TVH��@�_���ӆ7��`N�X���D�׾hI@H̠:0��iX�a-��<J��8�����?��PK�D[[D��Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞�����ݰa[z��3���m�.г��H\�H�J,�t5��ӓf>�?�۷id/��l
�������ڻ
����FLy"���,��XC���<��&���ds�ua”��q���R�Ü�L�?{�ѵ�`�љ�D6��.cO���1t�j�)E~	��T`OM
;MK]�jqAB�j	��L-��H���;���)�F�VB!�Mez�<��/=w��gj�4x�\)-�B.j��/6_PK�D[Ѓ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�D[:T��xxl/sharedStrings.xml �(���mo�0��
�{���S�j�K)�@4iմ9p֌M}�����險���ϣ�/�^���s��� �
>r�^�:��R���M<o
\�)a���=���x��m�8rs����IAO��5�	Y��2�@R�T��N���P�:����ݎ�T�>U0y�t<T��t���?��)w?645���>� ��*� �4ʅT���:�S�V�$v�� �4��D�:�1<�:[�Әd�߲
JI��d"EU��m%�'�3������G�tUkl"� ]p[���N��@��R$�L�#cb�[�c�X~��L���G�(�$>�F�ڹ̐7eJ,��������J[�
�1�H�i�9RD�(�;c f<��+��Ԟ�T�=H�G/;��PA��<~�� ��5؆a+L:��up�v��t��m?�{��������4�f6�nDz2����k��f<h��͸\��܈C�%��2R�uȨ�u$&�1H��9�w$M�%E���8�C_�	o%R`��V�t����e��M���PK-�D[zwf�5xl/workbook.xmlPK-�D[����	��[Content_Types].xmlPK-
�D[B���''U_rels/.relsPK-�D[�.�dY�xl/worksheets/sheet1.xmlPK-�D[[D��Pxl/_rels/workbook.xml.relsPK-�D[Ѓc'2E
b	xl/styles.xmlPK-�D[:T��x�
xl/sharedStrings.xmlPK�7