POST api/store/{id}/operators/import

Import a list of operators from a store

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Store Identifier

integer

Required

Body Parameters

List of operators to import

Collection of 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.

Request Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "id": 1,
    "g_Uid": "ZeQ0zIR4oUagK/MHysFpSQ==",
    "guid": "cc34e465-7884-46a1-a02b-f307cac16949",
    "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:57:21.4444671",
    "passwordResetRequired": true,
    "alteredInStore": true,
    "startShift": "2025-10-04T23:57:21.4444671",
    "endShift": "2025-10-04T23:57:21.4444671",
    "machineName": "sample string 20",
    "drawerID": 1,
    "stores": [
      {
        "$id": "2",
        "operatorG_UID": "pzEgr/CUUkWACrQJL4bY5w==",
        "operatorGuid": "af2031a7-94f0-4552-800a-b4092f86d8e7",
        "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:57:21.4444671",
          "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": "NkEEdDCnGEqFjBHigernhQ==",
          "hostIdentifierGuid": "74044136-a730-4a18-858c-11e281eae785",
          "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:57:21.4444671",
          "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": "VDLspsfHRUCWa93vprCQOw==",
              "hostIdentifierGuid": "a6ec3254-c7c7-4045-966b-ddefa6b0903b",
              "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": "9wmNlNgZdka1oXyZEWrMgA==",
                "identifierGuid": "948d09f7-19d8-4676-b5a1-7c99116acc80",
                "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": "7k/b9jlFAkWj+ca5U5jBtw==",
                "hostSupplierIdentifierGuid": "f6db4fee-4539-4502-a3f9-c6b95398c1b7",
                "loyaltyPriceLevelIdentifier": "wP+n+ni+FEeT4ilbBAn1rQ==",
                "loyaltyPriceLevelIdentifierGuid": "faa7ffc0-be78-4714-93e2-295b0409f5ad",
                "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:57:21.4444671",
                "lastProcessed": "2025-10-04T23:57:21.4444671",
                "hold": true,
                "supplierName": "sample string 35",
                "supplier": {
                  "$id": "7",
                  "identifier": "8uLCuVhM5UuzDaFABK40dA==",
                  "identifierGuid": "b9c2e2f2-4c58-4be5-b30d-a14004ae3474",
                  "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": "NIhBHM0MyUefhOY7qxdrSA==",
                  "primaryContactID": "1c418834-0ccd-47c9-9f84-e63bab176b48",
                  "storeID": 1,
                  "abn": "sample string 16",
                  "supplierGroupIdentifier": "9s8+OAfn7E+jkOVPjuIJhg==",
                  "supplierGroupGuid": "383ecff6-e707-4fec-a390-e54f8ee20986",
                  "rebate": 1.0,
                  "rebateType": 1,
                  "rebateFrequency": 1,
                  "rebateSource": 1,
                  "rebateLastClaimed": "2025-10-04T23:57:21.4444671",
                  "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": "24336951-fa28-44c0-a884-3c7ef70237f0",
                    "identifier": "yTkwrvxOIUGKIdGEfIPWug==",
                    "identifierGuid": "ae3039c9-4efc-4121-8a21-d1847c83d6ba",
                    "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": "p1aKX6bjyUqzgM9Aq/sTYQ==",
                      "supplierIdentifierGuid": "5f8a56a7-e3a6-4ac9-b380-cf40abfb1361",
                      "contactGuid": "mbsJRttQq0GIJehkgYEtGA==",
                      "contactID": "4609bb99-50db-41ab-8825-e86481812d18",
                      "contact": {
                        "$ref": "8"
                      },
                      "supplier": {
                        "$ref": "7"
                      }
                    },
                    {
                      "$ref": "9"
                    }
                  ],
                  "products": [
                    {
                      "$id": "10",
                      "pluG_UID": "ZReOy0iy7kCtwD8JlCkusQ==",
                      "pluGuid": "cb8e1765-b248-40ee-adc0-3f0994292eb1",
                      "supplierIdentifier": "aJ/axLKybUe3iybghbZqGA==",
                      "supplierIdentifierGuid": "c4da9f68-b2b2-476d-b78b-26e085b66a18",
                      "cartonQuantity": 1,
                      "cartonQuantityChanged": true,
                      "productSize": "sample string 3",
                      "cigarettesPerSleeve": 1,
                      "randomWeight": true,
                      "piecesPerUnit": 5,
                      "averagePackSize": 6,
                      "effectiveDate": "2025-10-04T23:57:21.4444671",
                      "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:57:21.4444671",
                      "rebate": 1.0,
                      "rebateExclude": true,
                      "invoiceCodes": [
                        {
                          "$id": "11",
                          "pluG_UID": "Z7M1E1SUuUKd2zLQ+BcCrg==",
                          "pluGuid": "1335b367-9454-42b9-9ddb-32d0f81702ae",
                          "supplierIdentifier": "2snzUi/pUkaMAqVopQixSw==",
                          "supplierIdentifierGuid": "52f3c9da-e92f-4652-8c02-a568a508b14b",
                          "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": "yvG3PELX+E+QdeQAkuhOug==",
                      "parentPluGuid": "3cb7f1ca-d742-4ff8-9075-e40092e84eba",
                      "freight": 45.0,
                      "freightType": 1,
                      "product": {
                        "$id": "12",
                        "plu": 1,
                        "storeID": 1,
                        "masterPluG_UID": "QEA=",
                        "storeIDs": [
                          1,
                          2
                        ],
                        "g_UId": "QWDL7Yg7tU+kY5BiriGvCg==",
                        "guid": "edcb6041-3b88-4fb5-a463-9062ae21af0a",
                        "apn": "sample string 1",
                        "apnChanged": true,
                        "apnSwitched": true,
                        "barcode": "sample string 4",
                        "itemNumber": "sample string 5",
                        "itemNumberChanged": true,
                        "priceGroupG_UID": "6TaO5pagz02MugbpOx+bbg==",
                        "priceGroupGuid": "e68e36e9-a096-4dcf-8cba-06e93b1f9b6e",
                        "blueprintID": 1,
                        "lastCountedDate": "2025-10-04T23:57:21.4444671",
                        "externalID": "sample string 7",
                        "active": true,
                        "activated": "2025-10-04T23:57:21.4444671",
                        "pluCreated": "2025-10-04T23:57:21.4444671",
                        "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:57:21.4444671",
                        "lastManualUpdate": "2025-10-04T23:57:21.4444671",
                        "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:57:21.4444671",
                        "currentCostUpdated": "2025-10-04T23:57:21.4444671",
                        "costDecimals": 31,
                        "costChanged": true,
                        "dealCostIdentifier": "QEA=",
                        "excludeFromRebate": true,
                        "rebateOverride": 1,
                        "costCalcMethod": 32,
                        "costCalcMethodChanged": true,
                        "costEffectiveDate": "2025-10-04T23:57:21.4444671",
                        "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:57:21.4444671",
                        "posTare": 1,
                        "altPrice": 1.0,
                        "altPriceChanged": true,
                        "altPriceMode": 53,
                        "altPriceModeChanged": true,
                        "altPLUG_UID": "IVoVdLeIMkOJ6aQoKCWWnA==",
                        "altPLUGuid": "74155a21-88b7-4332-89e9-a4282825969c",
                        "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:57:21.4444671",
                        "labelLastPrice": 1,
                        "shelfPageLayoutG_UID": "lBRJJk6X+0+9zCWmZUXmPQ==",
                        "shelfPageLayoutGuid": "26491494-974e-4ffb-bdcc-25a66545e63d",
                        "talkerPageLayoutG_UID": "NuJ4yVmQlUiv213EHoC/HQ==",
                        "talkerPageLayoutGuid": "c978e236-9059-4895-afdb-5dc41e80bf1d",
                        "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": "kaCdeYl0ykWBT5M6SqUpXQ==",
                        "inventoryIdentifier": "799da091-7489-45ca-814f-933a4aa5295d",
                        "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": "idsFjWvvP0O4UaHcDXtB0g==",
                        "parentPluGuid": "8d05db89-ef6b-433f-b851-a1dc0d7b41d2",
                        "preferredHostVendor": 104,
                        "preferredHostChanged": true,
                        "code": "sample string 106",
                        "supplierIdentifier": "0Sozq2CXZUuOLGANVVdJlA==",
                        "supplierIdentifierGuid": "ab332ad1-9760-4b65-8e2c-600d55574994",
                        "supplierChanged": true,
                        "rebateSupplierIdentifier": "GYKvaZ0Sqk+hORk/zCOF7Q==",
                        "rebateSupplierIdentifierGuid": "69af8219-129d-4faa-a139-193fcc2385ed",
                        "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:57:21.4444671",
                        "commodity": "sample string 121",
                        "businessPillar": "sample string 122",
                        "mscCommodity": "sample string 123",
                        "hostIdentifier": "koSlaZEHZEi/NTrxXy4/Cw==",
                        "hostIdentifierGuid": "69a58492-0791-4864-bf35-3af15f2e3f0b",
                        "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": "BxlbNJjDk0em26IWkycLzA==",
                            "pluGuid": "345b1907-c398-4793-a6db-a21693270bcc",
                            "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:57:21.4444671"
                          },
                          {
                            "$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:57:21.4444671",
                            "priceChangeType": 0,
                            "costDecimals": 10
                          },
                          "normalPluPrices": {
                            "$ref": "15"
                          },
                          "winningCampaign": 1,
                          "winner": {
                            "$id": "16",
                            "campaignName": "sample string 1",
                            "campaignDescription": "sample string 2",
                            "startDate": "2025-10-04T23:57:21.4444671",
                            "startTime": 3,
                            "endDate": "2025-10-04T23:57:21.4444671",
                            "endTime": 4,
                            "newPrice": 5,
                            "newCost": 6,
                            "newCostDecimals": 7,
                            "pctDiscount": 8,
                            "promoType": 1,
                            "promotionTypeCode": "sample string 9",
                            "hostType": 10,
                            "hostIdentifier": "6AvuOCjYm0SC24jaxvyTEA==",
                            "hostIdentifierGuid": "38ee0be8-d828-449b-82db-88dac6fc9310",
                            "storeNames": [
                              "sample string 1",
                              "sample string 2"
                            ]
                          },
                          "details": [
                            {
                              "$ref": "16"
                            },
                            {
                              "$ref": "16"
                            }
                          ]
                        },
                        "tray": {
                          "$id": "17",
                          "g_UId": "XPeb6JaAjkiKAsUvoQvypg==",
                          "guid": "e89bf75c-8096-488e-8a02-c52fa10bf2a6",
                          "name": "sample string 1",
                          "number": 1,
                          "tare": 1
                        },
                        "priceGroup": {
                          "$id": "18",
                          "priceGroupG_UID": "J6g6bfaOvUKxLHWzHLzhiA==",
                          "priceGroupGuid": "6d3aa827-8ef6-42bd-b12c-75b31cbce188",
                          "name": "sample string 2",
                          "code": 1,
                          "modified": true,
                          "updated": "2025-10-04T23:57:21.4444671",
                          "buyingLimit": 1,
                          "buyingLimitIndependent": true,
                          "buyingLimitType": 0,
                          "number": 1,
                          "products": [
                            {
                              "$ref": "12"
                            },
                            {
                              "$ref": "12"
                            }
                          ],
                          "productCount": 1
                        },
                        "priceGroupName": "sample string 146",
                        "nutrifacts": {
                          "$id": "19",
                          "pluG_UID": "8WmNh4a8a0SFiEuE+7NS8A==",
                          "pluGuid": "878d69f1-bc86-446b-8588-4b84fbb352f0",
                          "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": "e6529d55-ba17-47ef-bd5c-a44a9ecf9682",
                          "created": "2025-10-04T23:57:21.4444671",
                          "createdByUser": "sample string 1",
                          "activated": "2025-10-04T23:57:21.4444671",
                          "deactivated": "2025-10-04T23:57:21.4444671",
                          "lastOrdered": "2025-10-04T23:57:21.4444671",
                          "lastOrderedQty": 2.0,
                          "lastReceived": "2025-10-04T23:57:21.4444671",
                          "lastReceivedQty": 3.0,
                          "lastInvoiceStatus": 1,
                          "lastCounted": "2025-10-04T23:57:21.4444671",
                          "lastSold": "2025-10-04T23:57:21.4444671",
                          "firstSold": "2025-10-04T23:57:21.4444671",
                          "awsUpdated": "2025-10-04T23:57:21.4444671",
                          "lastManualUpdate": "2025-10-04T23:57:21.4444671",
                          "lastManualUpdatedByUser": "sample string 5",
                          "lastUpdated": "2025-10-04T23:57:21.4444671",
                          "lastUpdatedByUser": "sample string 7",
                          "lastUpdatedByHost": "2025-10-04T23:57:21.4444671",
                          "doNotRangeUpdated": "2025-10-04T23:57:21.4444671",
                          "doNotOrderUpdated": "2025-10-04T23:57:21.4444671",
                          "tracked": "2025-10-04T23:57:21.4444671"
                        },
                        "allergens": [
                          {
                            "$id": "21",
                            "allergenID": 1,
                            "pluG_UID": "rTyxyE4nHEGDFlTnrrgzyQ==",
                            "pluGuid": "c8b13cad-274e-411c-8316-54e7aeb833c9",
                            "contains": 2,
                            "allergenName": "sample string 3",
                            "storeIDs": [
                              1,
                              2
                            ]
                          },
                          {
                            "$ref": "21"
                          }
                        ],
                        "costs": {
                          "$id": "22",
                          "pluG_UID": "8/EWLRjmB0+btb/8rAFT7w==",
                          "pluGuid": "2d16f1f3-e618-4f07-9bb5-bffcac0153ef",
                          "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:57:21.4444671",
                          "normalCost": 1,
                          "currentCost": 1
                        },
                        "sales": [
                          {
                            "$id": "23",
                            "saleHeaderID": 1,
                            "created": "2025-10-04T23:57:21.4444671",
                            "createdLocal": "2025-10-04T23:57:21.4444671",
                            "storeID": 3,
                            "storeName": "sample string 4",
                            "operatorG_Uid": "adz7OZ1ElkiUzYhmPtNlYQ==",
                            "operatorGuid": "39fbdc69-449d-4896-94cd-88663ed36561",
                            "operatorName": "sample string 5",
                            "tranType": 1,
                            "plu": 1,
                            "pluG_UId": "+fyBI8qkGEW3nnlrnrqoOA==",
                            "pluGuid": "2381fcf9-a4ca-4518-b79e-796b9ebaa838",
                            "normalPrice": 1,
                            "totalCents": 1,
                            "cost": 1,
                            "grossProfit": 1,
                            "quantity": 1,
                            "operator": {
                              "$ref": "1"
                            }
                          },
                          {
                            "$ref": "23"
                          }
                        ],
                        "apns": [
                          {
                            "$id": "24",
                            "pluID": 1,
                            "pluG_UID": "uYNsJsnlXEGdKHWLOfMw/w==",
                            "pluGuid": "266c83b9-e5c9-415c-9d28-758b39f330ff",
                            "apn": "sample string 1",
                            "deleted": true,
                            "storeID": 1,
                            "storeIDs": [
                              1,
                              2
                            ]
                          },
                          {
                            "$ref": "24"
                          }
                        ],
                        "tuns": [
                          {
                            "$id": "25",
                            "pluG_UId": "8fH0R39y+UWCNS16jEYrdw==",
                            "pluGuid": "47f4f1f1-727f-45f9-8235-2d7a8c462b77",
                            "apn": "sample string 1",
                            "tun": "sample string 2",
                            "cartonQuantity": 3,
                            "product": {
                              "$ref": "12"
                            },
                            "storeIDs": [
                              1,
                              2
                            ]
                          },
                          {
                            "$ref": "25"
                          }
                        ],
                        "competitionPricing": [
                          {
                            "$id": "26",
                            "identifier": "V2Iem8+BokOtA4cIof3pKw==",
                            "identifierGuid": "9b1e6257-81cf-43a2-ad03-8708a1fde92b",
                            "pluG_UID": "yUW/nujxmUeIyk5WNiOzJw==",
                            "pluGuid": "9ebf45c9-f1e8-4799-88ca-4e563623b327",
                            "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": "bVJyYSPcCU2gWyHWzFi4aA==",
                            "groupName": "sample string 1",
                            "identifierGuid": "6172526d-dc23-4d09-a05b-21d6cc58b868",
                            "exists": true,
                            "flipChartIdentifier": "eYfTiNZhIUmGjIIcOHBogQ==",
                            "flipChartIdentifierGuid": "88d38779-61d6-4921-868c-821c38706881",
                            "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": "7vLp15PAY0OXkUuTpXX7kA==",
                            "groupIdentifierGuid": "d7e9f2ee-c093-4363-9791-4b93a575fb90",
                            "flipChart": {
                              "$id": "28",
                              "identifier": "sQWw5VCj30a/vNnD2xufxw==",
                              "identifierGuid": "e5b005b1-a350-46df-bfbc-d9c3db1b9fc7",
                              "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": "IohW6lSRSEal/rJODIACqw==",
                                "identifierGuid": "ea568822-9154-4648-a5fe-b24e0c8002ab",
                                "name": "sample string 2",
                                "formType": "sample string 3",
                                "forms": [
                                  {
                                    "$id": "30",
                                    "id": 1,
                                    "g_UID": "xssgz5UXrkKuffTLNrMpAg==",
                                    "guid": "cf20cbc6-1795-42ae-ae7d-f4cb36b32902",
                                    "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": "3BmUCAX37UilYYUB59lG9g==",
                                    "previousFormGuid": "089419dc-f705-48ed-a561-8501e7d946f6",
                                    "nextForm": 1,
                                    "nextFormG_UID": "yMBTGdLCPkmK5E+9CQrqIg==",
                                    "nextFormGuid": "1953c0c8-c2d2-493e-8ae4-4fbd090aea22",
                                    "attributes": "sample string 10",
                                    "updated": "2025-10-04T23:57:21.4444671",
                                    "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": "S6RdEDELSEioFzUulvV97A==",
                                        "checkoutFormGuid": "105da44b-0b31-4848-a817-352e96f57dec",
                                        "identifier": "HAvXAa2Gbkiu+oBmAf8eVQ==",
                                        "identifierGuid": "01d70b1c-86ad-486e-aefa-806601ff1e55",
                                        "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": "oDm4bRX3vEyT3zdrF/a+RQ==",
                                        "valueGuid": "6db839a0-f715-4cbc-93df-376b17f6be45",
                                        "buttonText": "sample string 10",
                                        "valueText": "sample string 11",
                                        "drawImageAndButton": true,
                                        "updated": "2025-10-04T23:57:21.4444671",
                                        "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:57:21.4444671",
                                          "imageData": "QEA=",
                                          "readOnly": true
                                        }
                                      },
                                      {
                                        "$ref": "31"
                                      }
                                    ],
                                    "panels": [
                                      {
                                        "$id": "33",
                                        "id": 1,
                                        "checkoutFormID": 2,
                                        "checkoutFormG_UID": "ZND7gHwCUkq4x5VDMYh+fg==",
                                        "checkoutFormGuid": "80fbd064-027c-4a52-b8c7-954331887e7e",
                                        "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": "ljIdqSDFdEurshzvtx9qag==",
                                "flipChartPageIdentifierGuid": "a91d3296-c520-4b74-abb2-1cefb71f6a6a",
                                "pluG_UID": "c1po9qa1ukykkI75BLmRrA==",
                                "pluGuid": "f6685a73-b5a6-4cba-a490-8ef904b991ac",
                                "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": "OPjiXYPvwUGG7t+gUnullg==",
                            "pluGuid": "5de2f838-ef83-41c1-86ee-dfa0527ba596",
                            "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:57:21.4444671",
                            "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": "LPXfDT/9MUetJrN8fZFC8w==",
                            "ingredientGuid": "pethnVke8UCOLgi3Y9X//w==",
                            "ingredientIdentifier": "9d61eba5-1e59-40f1-8e2e-08b763d5ffff",
                            "quantity": 1.0,
                            "storeIDs": [
                              1,
                              2
                            ],
                            "ingredientText": "sample string 1",
                            "ingredient": {
                              "$ref": "12"
                            }
                          },
                          {
                            "$ref": "36"
                          }
                        ],
                        "bins": [
                          {
                            "$id": "37",
                            "pluG_UID": "AuIA2EOhfkWKpmPbXIlotQ==",
                            "pluGuid": "d800e202-a143-457e-8aa6-63db5c8968b5",
                            "shelfLocationIdentifier": "XBMEYc+bZkiPH/zjSTD9eA==",
                            "shelfLocationGuid": "6104135c-9bcf-4866-8f1f-fce34930fd78",
                            "labelShelfDefault": 1,
                            "labelTalkerDefault": 1,
                            "labelSmall": true,
                            "labelPageLayoutG_UID": "QEFPRDC2oEGmlsNlBh8zfw==",
                            "labelPageLayoutGuid": "444f4140-b630-41a0-a696-c365061f337f",
                            "updated": "2025-10-04T23:57:21.4444671",
                            "electronicShelfLabelIdentifier": "sample string 5",
                            "electronicshelfLabelsConfigurationID": 6,
                            "labelShelfChanged": true,
                            "productName": "sample string 8",
                            "locationText": "sample string 9",
                            "product": {
                              "$ref": "12"
                            },
                            "location": {
                              "$id": "38",
                              "identifier": "xkW7LGk0lkyiyjWgwtp8bw==",
                              "storeID": 1,
                              "identifierGuid": "2cbb45c6-3469-4c96-a2ca-35a0c2da7c6f",
                              "name": "sample string 2",
                              "haccp": true,
                              "blueprintID": 1,
                              "updated": "2025-10-04T23:57:21.4444671",
                              "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": "RkPfkOnAH0CRz3Jbf5Lfsg==",
                            "pluGuid": "90df4346-c0e9-401f-91cf-725b7f92dfb2",
                            "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:57:21.4444671",
                              "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:57:21.4444671",
                                            "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": "zXKnEC65qEKH4jm436bjMg==",
                                            "labelPageLayoutGuid": "10a772cd-b92e-42a8-87e2-39b8dfa6e332",
                                            "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:57:21.4444671",
                                        "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": "ZNEO46nxxUq9G52ihCbdpA==",
                                        "labelPageLayoutGuid": "e30ed164-f1a9-4ac5-bd1b-9da28426dda4",
                                        "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:57:21.4444671",
                                    "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": "1meaCHsrK0Oki5zdbgonZA==",
                                    "labelPageLayoutGuid": "089a67d6-2b7b-432b-a48b-9cdd6e0a2764",
                                    "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:57:21.4444671",
                                "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": "1q3hZO++4UKm0z5Hzv1B/w==",
                                "labelPageLayoutGuid": "64e1add6-beef-42e1-a6d3-3e47cefd41ff",
                                "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": "pTnfvgQfk0eSFEJWfQnSBA==",
                          "pluGuid": "bedf39a5-1f04-4793-9214-42567d09d204",
                          "newPrice": 1,
                          "pctDiscount": 1,
                          "newCost": 1,
                          "newCostDecimals": 6,
                          "dealCostIdentifier": "2uiM6PIyn0asITLeTiaykw==",
                          "dealCostGuid": "e88ce8da-32f2-469f-ac21-32de4e26b293",
                          "pluName": "sample string 7",
                          "apn": "sample string 8",
                          "fuelItem": true,
                          "priceGroupG_UID": "1F8xtBkNp0GD3E/RVxZ5tQ==",
                          "priceGroupGuid": "b4315fd4-0d19-41a7-83dc-4fd1571679b5",
                          "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:57:21.4444671",
                          "rrp": 26,
                          "campaignDescription": "sample string 27",
                          "campaignComboPriceGroupG_UID": "VcZsvfvab0eXoy8SiQGx4g==",
                          "campaignComboPriceGroupIdentifier": "bd6cc655-dafb-476f-97a3-2f128901b1e2",
                          "promotionPlacementDescription": "sample string 28",
                          "storeAcceptances": [
                            {
                              "$id": "50",
                              "plu": 1,
                              "pluG_UId": "QEA=",
                              "campaignID": 1,
                              "campaignName": "sample string 2",
                              "storeID": 3,
                              "acceptedUtc": "2025-10-04T23:57:21.4444671",
                              "operatorG_UID": "TebD+5AbT0uoZOODAuONkw==",
                              "operatorGuid": "fbc3e64d-1b90-4b4f-a864-e38302e38d93",
                              "machineID": 1,
                              "processed": true,
                              "appliedUtc": "2025-10-04T23:57:21.4444671",
                              "signIqTicketFileMovedUtc": "2025-10-04T23:57:21.4444671",
                              "user": "sample string 6",
                              "campaignDescription": "sample string 7",
                              "productDesc": "sample string 8",
                              "storeName": "sample string 9",
                              "effectiveUtc": "2025-10-04T23:57:21.4444671",
                              "priceChangeType": 0,
                              "operatorName": "sample string 10",
                              "hostCampaign": true,
                              "product": {
                                "$ref": "12"
                              },
                              "campaignPlu": {
                                "$ref": "49"
                              }
                            },
                            {
                              "$ref": "50"
                            }
                          ],
                          "campaign": {
                            "$id": "51",
                            "id": 1,
                            "storeID": 2,
                            "name": "d268837b-b659-4874-b158-6b1f50d4e213",
                            "nameGuid": "d268837b-b659-4874-b158-6b1f50d4e213",
                            "description": "sample string 4",
                            "showDiscounts": true,
                            "showTotals": true,
                            "onlyEvaluateOnSubtotal": true,
                            "useDescription": true,
                            "campaignType": 1,
                            "startDate": "2025-10-04T23:57:21.4444671",
                            "startTime": 1,
                            "endDate": "2025-10-04T23:57:21.4444671",
                            "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:57:21.4444671",
                            "system": true,
                            "created": "2025-10-04T23:57:21.4444671",
                            "updated": "2025-10-04T23:57:21.4444671",
                            "priceChangeNotifiedUtc": "2025-10-04T23:57:21.4444671",
                            "promoType": 1,
                            "promotionTypeCode": "sample string 13",
                            "hostIdentifier": "JsFMUiYfYku0Q+sbvWB2mA==",
                            "hostIdentifierGuid": "524cc126-1f26-4b62-b443-eb1bbd607698",
                            "hostType": 14,
                            "createdByUser": "sample string 15",
                            "fromHost": true,
                            "deleted": true,
                            "campaignDeleted": "2025-10-04T23:57:21.4444671",
                            "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": "2l/MUg3210eQKbGsur4Mxg==",
                                "pluGuid": "52cc5fda-f60d-47d7-9029-b1acbabe0cc6",
                                "hostOfferID": 1,
                                "priceGroupG_UID": "/dhb/8Pbxk+o8np6lNHMvw==",
                                "priceGroupGuid": "ff5bd8fd-dbc3-4fc6-a8f2-7a7a94d1ccbf",
                                "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:57:21.4444671",
                                "rrp": 17,
                                "campaignDescription": "sample string 18",
                                "product": {
                                  "$ref": "12"
                                },
                                "campaign": {
                                  "$ref": "51"
                                }
                              },
                              {
                                "$ref": "52"
                              }
                            ],
                            "sellingRules": [
                              {
                                "$id": "53",
                                "id": 1,
                                "identifier": "zY3W/2cSE0OKpd7ArG0Ctg==",
                                "identifierStr": "zY3W/2cSE0OKpd7ArG0Ctg==",
                                "identifierGuid": "ffd68dcd-1267-4313-8aa5-dec0ac6d02b6",
                                "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": "U2Ow/YINaEuiDlPaqyoARw==",
                                "customerIDGuid": "fdb06353-0d82-4b68-a20e-53daab2a0047",
                                "campaign": {
                                  "$ref": "51"
                                },
                                "customer": {
                                  "$id": "55",
                                  "identifier": "tyieea3m4Em7QFGEqeM74Q==",
                                  "identifierGuid": "799e28b7-e6ad-49e0-bb40-5184a9e33be1",
                                  "code": "sample string 2",
                                  "familyName": "sample string 3",
                                  "givenName": "sample string 4",
                                  "otherName": "sample string 5",
                                  "title": "sample string 6",
                                  "dateOfBirth": "2025-10-04T23:57:21.4444671",
                                  "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": "ev2PictZqU2T36bd0HOpCQ==",
                                  "communityIdentifierGuid": "898ffd7a-59cb-4da9-93df-a6ddd073a909",
                                  "joined": "2025-10-04T23:57:21.4444671",
                                  "updated": "2025-10-04T23:57:21.4444671",
                                  "active": true,
                                  "reasonInactive": 1,
                                  "groupCustomer": true,
                                  "loyaltyPoints": 1,
                                  "homeStoreID": 1,
                                  "availableSpend": 1,
                                  "priceLevelIdentifier": "lt9am7vGkEmA313SlieZDg==",
                                  "priceLevelIdentifierGuid": "9b5adf96-c6bb-4990-80df-5dd29627990e",
                                  "marketingID": "sample string 18",
                                  "hidden": true,
                                  "registered": true,
                                  "registeredOn": "2025-10-04T23:57:21.4444671",
                                  "emailMarketing": true,
                                  "smsMarketing": true,
                                  "deleted": true,
                                  "deletedUser": "sample string 24",
                                  "homeStoreName": "sample string 25",
                                  "customerCards": [
                                    {
                                      "$id": "56",
                                      "cardType": 2,
                                      "issueDate": "2025-10-04T23:57:21.4444671",
                                      "expiry": "2025-10-04T23:57:21.4444671",
                                      "customerID": "Fmd+/V6FxUqNcben/oKHOQ==",
                                      "customerIDGuid": "fd7e6716-855e-4ac5-8d71-b7a7fe828739",
                                      "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:57:21.4444671",
                                      "linkedAccount": "3bMQFPcIxEW/3Nman890sw==",
                                      "linkedAccountGuid": "1410b3dd-08f7-45c4-bfdc-d99a9fcf74b3",
                                      "currentValueChanged": true,
                                      "limitsChanged": true,
                                      "customer": {
                                        "$ref": "55"
                                      },
                                      "account": {
                                        "$id": "57",
                                        "id": 1,
                                        "identifier": "+Kix5P1UCES9dE4WCMaX0w==",
                                        "identifierGuid": "e4b1a8f8-54fd-4408-bd74-4e1608c697d3",
                                        "referenceNo": "sample string 3",
                                        "name": "sample string 4",
                                        "created": "2025-10-04T23:57:21.4444671",
                                        "owner": "/N418vV5vkOdGBeNH1p7+A==",
                                        "ownerGuid": "f235defc-79f5-43be-9d18-178d1f5a7bf8",
                                        "accountStoreGroupIdentifier": "JO3hLJzgLEa86SqfVoEaYA==",
                                        "accountStoreGroupGuid": "2ce1ed24-e09c-462c-bce9-2a9f56811a60",
                                        "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:57:21.4444671",
                                        "active": true,
                                        "updated": "2025-10-04T23:57:21.4444671",
                                        "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": "xAGmU51SxUaltKeVNzI1Hg==",
                                            "identifierGuid": "53a601c4-529d-46c5-a5b4-a7953732351e",
                                            "name": "sample string 2",
                                            "primaryContact": "JeJvumRAOkSCHq+ktYKzgg==",
                                            "primaryContactGuid": "ba6fe225-4064-443a-821e-afa4b582b382",
                                            "accountID": "MYf8wNf6dE6j1WH+3ZIEJQ==",
                                            "accountIDGuid": "c0fc8731-fad7-4e74-a3d5-61fedd920425",
                                            "special": true,
                                            "updated": "2025-10-04T23:57:21.4444671",
                                            "active": true,
                                            "reasonInactive": 1,
                                            "priceLevelIdentifier": "DCmRuwi+OEq3nBe6+CWbpQ==",
                                            "priceLevelIdentifierGuid": "bb91290c-be08-4a38-b79c-17baf8259ba5",
                                            "deleted": true,
                                            "account": {
                                              "$ref": "57"
                                            },
                                            "primaryContactCustomer": {
                                              "$ref": "55"
                                            },
                                            "customerGroupMembers": [
                                              {
                                                "$id": "60",
                                                "id": 1,
                                                "groupID": "V1b56Bppd0arrP0IPraRTQ==",
                                                "groupIDGuid": "e8f95657-691a-4677-abac-fd083eb6914d",
                                                "customerID": "HEOhbRhRzECUJtth6OOWIA==",
                                                "customerIDGuid": "6da1431c-5118-40cc-9426-db61e8e39620",
                                                "card": "sample string 4",
                                                "linkedAccount": "PcC4Emues02/mspkmjZ69A==",
                                                "linkedAccountGuid": "12b8c03d-9e6b-4db3-bf9a-ca649a367af4",
                                                "customer": {
                                                  "$ref": "55"
                                                },
                                                "group": {
                                                  "$ref": "59"
                                                },
                                                "customerCard": {
                                                  "$ref": "56"
                                                }
                                              },
                                              {
                                                "$ref": "60"
                                              }
                                            ]
                                          },
                                          {
                                            "$ref": "59"
                                          }
                                        ]
                                      },
                                      "payments": [
                                        {
                                          "$id": "61",
                                          "id": 1,
                                          "identifier": "RIxOajN8yUGWUUvNsde9wg==",
                                          "identifierGuid": "6a4e8c44-7c33-41c9-9651-4bcdb1d7bdc2",
                                          "storeID": 2,
                                          "operatorName": "sample string 3",
                                          "saleHeaderID": 4,
                                          "paymentType": 5,
                                          "amount": 6,
                                          "account": "sample string 7",
                                          "accountID": "rdlU5btGKU6zolY52fb04A==",
                                          "accountIDGuid": "e554d9ad-46bb-4e29-b3a2-5639d9f6f4e0",
                                          "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:57:21.4444671",
                                          "invRocNo": "sample string 14",
                                          "responseCode": "sample string 15",
                                          "cashout": 1,
                                          "tip": 16,
                                          "idempotentVoid": "BPNUUobyr0mjm8ECOG/02w==",
                                          "idempotentVoidGuid": "5254f304-f286-49af-a39b-c102386ff4db",
                                          "offline": true,
                                          "processed": 1,
                                          "storeSaleHeader": {
                                            "$id": "62",
                                            "saleHeaderID": 1,
                                            "saleHeaderGuid": "bdEZkaNcPUqsVDlZQkZH3g==",
                                            "saleHeaderIdentifierGuid": "9119d16d-5ca3-4a3d-ac54-3959424647de",
                                            "created": "2025-10-04T23:57:21.4444671",
                                            "createdLocal": "2025-10-04T23:57:21.4444671",
                                            "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:57:21.4444671",
                                            "storeID": 1,
                                            "operatorG_Uid": "hqI7nvwuhkijvWoh2RpRQg==",
                                            "operatorGuid": "9e3ba286-2efc-4886-a3bd-6a21d91a5142",
                                            "customerG_Uid": "N46HyyJltUCYxox0uevolg==",
                                            "customerGuid": "cb878e37-6522-40b5-98c6-8c74b9ebe896",
                                            "communityIdentifier": "/ya+n+3wHUSqeIrcP2jCcg==",
                                            "communityIdentifierGuid": "9fbe26ff-f0ed-441d-aa78-8adc3f68c272",
                                            "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": "8dEv4ZnaG0e11BWHnw2pVg==",
                                            "priceLevelIdentifierGuid": "e12fd1f1-da99-471b-b5d4-15879f0da956",
                                            "locked": 36,
                                            "relationChecksum": "sample string 37",
                                            "loyaltyTender": 1,
                                            "giftCardTender": 1,
                                            "operator": {
                                              "$ref": "1"
                                            },
                                            "customer": {
                                              "$ref": "55"
                                            },
                                            "communityOrganisation": {
                                              "$id": "63",
                                              "id": 1,
                                              "identifier": "PGPI/C9zHUe3fDDOr7bBaw==",
                                              "identifierGuid": "fcc8633c-732f-471d-b77c-30ceafb6c16b",
                                              "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:57:21.4444671",
                                              "deleted": true
                                            },
                                            "details": [
                                              {
                                                "$id": "64",
                                                "saleItemID": 1,
                                                "identifier": "dj70zBCxl0+JuIShq8NWig==",
                                                "identifierGuid": "ccf43e76-b110-4f97-89b8-84a1abc3568a",
                                                "saleHeaderID": 2,
                                                "plu": 1,
                                                "pluG_UId": "7UD9ihhVd0mkDt/1ctDDoQ==",
                                                "pluGuid": "8afd40ed-5518-4977-a40e-dff572d0c3a1",
                                                "accountID": "BUy4ROpAzEuKeU2Y/x30rg==",
                                                "accountIDGuid": "44b84c05-40ea-4bcc-8a79-4d98ff1df4ae",
                                                "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:57:21.4444671",
                                                "bestOrExpireType": 1,
                                                "providerName": "sample string 11",
                                                "refundG_UID": "GR4+SLiSEUOKYpugRyQiBg==",
                                                "refundGuid": "483e1e19-92b8-4311-8a62-9ba047242206",
                                                "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": "A5n2UZ1W2EOSM76L3PQCNQ==",
                                                "idempotentVoidGuid": "51f69903-569d-43d8-9233-be8bdcf40235",
                                                "priceLevelIdentifier": "OR25mLLeEUuKlj2UAqL+pQ==",
                                                "priceLevelIdentifierGuid": "98b91d39-deb2-4b11-8a96-3d9402a2fea5",
                                                "productName": "sample string 23",
                                                "apn": "sample string 24",
                                                "unknownScans": [
                                                  {
                                                    "$id": "65",
                                                    "id": 1,
                                                    "saleDetailID": 2,
                                                    "storeID": 1,
                                                    "scanned": "2025-10-04T23:57:21.4444671",
                                                    "operatorG_UID": "QEA=",
                                                    "barcode": "sample string 4",
                                                    "processed": 1
                                                  },
                                                  {
                                                    "$ref": "65"
                                                  }
                                                ],
                                                "refund": {
                                                  "$id": "66",
                                                  "id": 1,
                                                  "g_UID": "GixIOSY4bU+sgZYa+xSMsQ==",
                                                  "guid": "39482c1a-3826-4f6d-ac81-961afb148cb1",
                                                  "description": "sample string 1",
                                                  "dumped": true,
                                                  "inventoryReasonID": 1,
                                                  "sortOrder": 1,
                                                  "updated": "2025-10-04T23:57:21.4444671"
                                                },
                                                "modifier": {
                                                  "$id": "67",
                                                  "id": 1,
                                                  "setG_UID": "ufd3zEt2dUyqBqWZleMGVQ==",
                                                  "modifierSetGuid": "cc77f7b9-764b-4c75-aa06-a59995e30655",
                                                  "name": "sample string 2",
                                                  "price": 1,
                                                  "quantity": 1,
                                                  "modifierType": 1,
                                                  "groupNumber": 1,
                                                  "pageNumber": 1,
                                                  "controlOrder": 1,
                                                  "printToStation": true,
                                                  "pluG_UID": "+gl7u1sXtEirTv9E8YRs9Q==",
                                                  "pluGuid": "bb7b09fa-175b-48b4-ab4e-ff44f1846cf5",
                                                  "deleted": true,
                                                  "g_UID": "vTGvMd4BX0eLTo0yNBy8hA==",
                                                  "guid": "31af31bd-01de-475f-8b4e-8d32341cbc84",
                                                  "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": "+ezselhfa0a5Pze0hgB0Fw==",
                                                "pluGuid": "7aececf9-5f58-466b-b93f-37b486007417",
                                                "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:57:21.4444671",
                                                "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:57:21.4444671",
                                                "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": "bjuRBxLEZkWU29qLtdAVZw==",
                                                "pluGuid": "07913b6e-c412-4566-94db-da8bb5d01567",
                                                "accountID": "t4kI+haWOE+udftbliTBcQ==",
                                                "accountIDGuid": "fa0889b7-9616-4f38-ae75-fb5b9624c171",
                                                "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:57:21.4444671",
                                                "bestOrExpireType": 1,
                                                "refundG_UID": "Tn9B6++EDkiTYN6g4GBJHA==",
                                                "refundGuid": "eb417f4e-84ef-480e-9360-dea0e060491c",
                                                "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": "Y0aTNLveNEuVsfDeg0VvyA==",
                                                "identifierGuid": "34934663-debb-4b34-95b1-f0de83456fc8",
                                                "id": 1,
                                                "orderNo": 2,
                                                "externalSaleIdentifier": "sample string 3",
                                                "storeID": 4,
                                                "zoneID": 5,
                                                "deptNo": 6,
                                                "customerIdentifier": "UB4nfjHU9UCKC/IC95b5Aw==",
                                                "customerIdentifierGuid": "7e271e50-d431-40f5-8a0b-f202f796f903",
                                                "operatorNo": 1,
                                                "operatorG_UID": "YorwIqueoEaMRPlEb/W5jw==",
                                                "operatorGuid": "22f08a62-9eab-46a0-8c44-f9446ff5b98f",
                                                "created": "2025-10-04T23:57:21.4444671",
                                                "ordered": "2025-10-04T23:57:21.4444671",
                                                "started": "2025-10-04T23:57:21.4444671",
                                                "completed": "2025-10-04T23:57:21.4444671",
                                                "supplied": "2025-10-04T23:57:21.4444671",
                                                "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": "XH0rNdqvzUexOzqzdeVodA==",
                                                    "pluGuid": "352b7d5c-afda-47cd-b13b-3ab375e56874",
                                                    "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": "4rRGBBap7UWLOXJzN+48cQ==",
                                                    "headerIdentifierGuid": "0446b4e2-a916-45ed-8b39-727337ee3c71",
                                                    "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": "khy6sl/qG0S4GGsTfRbSCg==",
                                                "surveyGuid": "b2ba1c92-ea5f-441b-b818-6b137d16d20a",
                                                "saleHeaderGuid": "KWln85+1lEG0NrjQ3tkdbw==",
                                                "saleGuid": "f3676929-b59f-4194-b436-b8d0ded91d6f",
                                                "textResponse": "sample string 1",
                                                "integerResponse": 1,
                                                "g_UIDResponse": "if9S26J7vkagDBKSHiwCZw==",
                                                "guidResponse": "db52ff89-7ba2-46be-a00c-12921e2c0267",
                                                "whoAnswered": 2,
                                                "answeredAtUTC": "2025-10-04T23:57:21.4444671",
                                                "sale": {
                                                  "$ref": "62"
                                                },
                                                "survey": {
                                                  "$id": "76",
                                                  "g_UID": "IW2I8c0u5UmrH0VaVImQUg==",
                                                  "guid": "f1886d21-2ecd-49e5-ab1f-455a54899052",
                                                  "name": "sample string 1",
                                                  "storeID": 2,
                                                  "zoneID": 1,
                                                  "checkoutFormG_UID": "C676cMlXYkOrxNdGHRmflg==",
                                                  "checkoutFormGuid": "70faae0b-57c9-4362-abc4-d7461d199f96",
                                                  "displayToWho": 3,
                                                  "displayWhen": 4,
                                                  "start": "2025-10-04T23:57:21.4444671",
                                                  "end": "2025-10-04T23:57:21.4444671",
                                                  "deleted": true,
                                                  "updated": "2025-10-04T23:57:21.4444671",
                                                  "possibleIntegerResponses": [
                                                    1,
                                                    2
                                                  ],
                                                  "possibleTextResponses": [
                                                    "sample string 1",
                                                    "sample string 2"
                                                  ],
                                                  "possibleGuidResponses": [
                                                    "de88c918-a2d1-4df4-9ef3-460c25d4c283",
                                                    "471f8c65-5738-4eb9-8b10-9577075e56bf"
                                                  ],
                                                  "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": "qqghLmL4gk+SKa5OnKo8ag==",
                                            "accountIdentifier": "2e21a8aa-f862-4f82-9229-ae4e9caa3c6a",
                                            "accountName": "sample string 42",
                                            "customerOrderIdentifier": "CsjM7+TUy0i9gozfEXd/Jg==",
                                            "customerOrderIdentifierGuid": "efccc80a-d4e4-48cb-bd82-8cdf11777f26",
                                            "priceLevelName": "sample string 43",
                                            "revision": 44,
                                            "ingressId": "sample string 45"
                                          },
                                          "metadata": {
                                            "$id": "77",
                                            "id": 1,
                                            "paymentID": 2,
                                            "paymentIdentifier": "qfTzu4gHH062h99XA9eRhg==",
                                            "paymentIdentifierGuid": "bbf3f4a9-0788-4e1f-b687-df5703d79186",
                                            "identifier": "p84zdt+k4E6r6Qjeyt3R7A==",
                                            "identifierGuid": "7633cea7-a4df-4ee0-abe9-08decaddd1ec",
                                            "metadata": "sample string 3",
                                            "signatureImage": "QEA=",
                                            "itemIdentifier": "WHin0QwkOkO5nyC4yzcYoQ==",
                                            "itemIdentifierGuid": "d1a77858-240c-433a-b99f-20b8cb3718a1"
                                          }
                                        },
                                        {
                                          "$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": "fGH6TRu2xk+MnIXBbt0sjw==",
                                      "customerIdentifierGuid": "4dfa617c-b61b-4fc6-8c9c-85c16edd2c8f",
                                      "voucherName": "sample string 2",
                                      "count": 3,
                                      "storeID": 4,
                                      "barcode": "sample string 5",
                                      "redeemCount": 6,
                                      "issueCount": 7,
                                      "storeSalePaymentID": 1,
                                      "idempotentID": "AmxvaNB/R0+x2b9yPBImsw==",
                                      "idempotentGuid": "686f6c02-7fd0-4f47-b1d9-bf723c1226b3",
                                      "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:57:21.4444671",
                                        "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:57:21.4444671",
                                          "labelPageLayout": "NyZxkjSBdkKRxco1QttK0g==",
                                          "pageLayoutGuid": "92712637-8134-4276-91c5-ca3542db4ad2",
                                          "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:57:21.4444671"
                                            },
                                            {
                                              "$ref": "82"
                                            }
                                          ]
                                        },
                                        "customerVouchers": [
                                          {
                                            "$id": "83",
                                            "id": 1,
                                            "customerIdentifier": "wMq20bmBME2oOzTfllvK0w==",
                                            "customerIdentifierGuid": "d1b6cac0-81b9-4d30-a83b-34df965bcad3",
                                            "voucherID": 3,
                                            "voucherName": "sample string 4",
                                            "storeID": 1,
                                            "barcode": "sample string 5",
                                            "dateOfIssue": "2025-10-04T23:57:21.4444671",
                                            "issuedSaleHeaderID": 1,
                                            "issuedSaleIdentifier": "sample string 7",
                                            "issuedOfflinePaymentID": 1,
                                            "issuedIdempotentID": "OmVh/3JiPECdLNuQcngJGg==",
                                            "issuedIdempotentGuid": "ff61653a-6272-403c-9d2c-db907278091a",
                                            "issuedOffline": true,
                                            "issuedUser": "sample string 9",
                                            "issuedNotes": "sample string 10",
                                            "expiryDate": "2025-10-04T23:57:21.4444671",
                                            "expiredUser": "sample string 11",
                                            "expiredNotes": "sample string 12",
                                            "redeemed": "2025-10-04T23:57:21.4444671",
                                            "redeemedSaleHeaderID": 1,
                                            "redeemedSaleIdentifier": "sample string 13",
                                            "redeemedOfflinePaymentID": 1,
                                            "redeemedIdempotentID": "vjL9dtTKNkanDt57PFRS3Q==",
                                            "redeemedIdempotentGuid": "76fd32be-cad4-4636-a70e-de7b3c5452dd",
                                            "redeemedUser": "sample string 14",
                                            "redeemedNotes": "sample string 15",
                                            "redeemedOffline": true,
                                            "updated": "2025-10-04T23:57:21.4444671",
                                            "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": "l/2hgZr3iEGR/9WqztCYBQ==",
                                "groupIDGuid": "81a1fd97-f79a-4188-91ff-d5aaced09805",
                                "campaign": {
                                  "$ref": "51"
                                },
                                "group": {
                                  "$ref": "59"
                                }
                              },
                              {
                                "$ref": "84"
                              }
                            ],
                            "signIqTickets": [
                              {
                                "$id": "85",
                                "identifier": "yGhLvcmjxkiIe1MLbtFcBA==",
                                "identifierGuid": "bd4b68c8-a3c9-48c6-887b-530b6ed15c04",
                                "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": "Q5zUechb8EmsPNt8ySWD8w==",
                                "guid": "79d49c43-5bc8-49f0-ac3c-db7cc92583f3",
                                "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": "owFyAdVw5kqIikJmz+jo9w==",
                                    "groupGuid": "017201a3-70d5-4ae6-888a-4266cfe8e8f7",
                                    "comboPriceType": 5,
                                    "priceType": 5,
                                    "pluG_UID": "ZGDJMKFGmEi0Ll/1pJ/zpQ==",
                                    "pluGuid": "30c96064-46a1-4898-b42e-5ff5a49ff3a5",
                                    "priceGroupG_UID": "EHQP5hzGIUqBdl+s6N/JJQ==",
                                    "priceGroupGuid": "e60f7410-c61c-4a21-8176-5face8dfc925",
                                    "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": "EJQlJkftJUWz072TmEujlg==",
                                "priceLevelIdentifierGuid": "26259410-ed47-4525-b3d3-bd93984ba396",
                                "campaignName": "sample string 3",
                                "priceLevelName": "sample string 4"
                              },
                              {
                                "$ref": "88"
                              }
                            ]
                          },
                          "product": {
                            "$ref": "12"
                          },
                          "dealCost": {
                            "$id": "89",
                            "headerIdentifier": "g7eIESDZckmgow8K8t9sZQ==",
                            "headerIdentifierGuid": "1188b783-d920-4972-a0a3-0f0af2df6c65",
                            "identifier": "tLi1/F/Go0SY6VJd3q1kiQ==",
                            "identifierGuid": "fcb5b8b4-c65f-44a3-98e9-525ddead6489",
                            "supplierIdentifier": "OGSb2mTqEkqQo0oqwcMC2w==",
                            "supplierGuid": "da9b6438-ea64-4a12-90a3-4a2ac1c302db",
                            "pluG_UID": "0lKQ++Lvd0CdvWfR8f3hTA==",
                            "pluGuid": "fb9052d2-efe2-4077-9dbd-67d1f1fde14c",
                            "campaignName": "3c929385-8caa-4327-8f75-3dac45b36a6e",
                            "description": "sample string 4",
                            "cost": 5,
                            "costDecimals": 6,
                            "start": "2025-10-04T23:57:21.4444671",
                            "end": "2025-10-04T23:57:21.4444671",
                            "type": 9,
                            "promoType": 10,
                            "bonusItemPLUG_UID": "prXwAIlz8EOaw2B751KFrA==",
                            "bonusItemPluGuid": "00f0b5a6-7389-43f0-9ac3-607be75285ac",
                            "bonusPurchaseUnits": 11,
                            "bonusReceiveUnits": 12,
                            "updated": "2025-10-04T23:57:21.4444671",
                            "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:57:21.4444671",
                            "campaignEndDate": "2025-10-04T23:57:21.4444671",
                            "masterPLUG_UID": "rVzFH+Iy+Eqr3qRRK507uA==",
                            "masterID": "1fc55cad-32e2-4af8-abde-a4512b9d3bb8",
                            "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": "fYhyS+TPg0yOTok51+D6mA==",
                            "bonusMasterID": "4b72887d-cfe4-4c83-8e4e-8939d7e0fa98",
                            "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:57:21.4444671",
                        "dealCosts": [
                          {
                            "$ref": "89"
                          },
                          {
                            "$ref": "89"
                          }
                        ],
                        "tags": [
                          {
                            "$id": "90",
                            "pluG_UID": "Q94qqSQqBkWSvn2lhd2Z5Q==",
                            "pluGuid": "a92ade43-2a24-4506-92be-7da585dd99e5",
                            "tagID": 1,
                            "description": "sample string 1",
                            "storeIDs": [
                              1,
                              2
                            ]
                          },
                          {
                            "$ref": "90"
                          }
                        ],
                        "alternateProductG_UID": "oXPfxYCTJkyFnGS27PN17A==",
                        "alternateProduct": "c5df73a1-9380-4c26-859c-64b6ecf375ec",
                        "productHostCode": {
                          "$id": "91",
                          "id": 1,
                          "pluG_UID": "ouPVRhp0q0OplI6e+sEuWA==",
                          "pluGuid": "46d5e3a2-741a-43ab-a994-8e9efac12e58",
                          "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:57:21.4444671",
                        "inventoryTracked": "2025-10-04T23:57:21.4444671",
                        "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": "Gh4nNetMjUypYJOHIZVmvQ==",
                      "supplierGuid": "35271e1a-4ceb-4c8d-a960-9387219566bd",
                      "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": "+kYG3pA8fkytW7SNoSa37Q==",
                      "supplierGuid": "de0646fa-3c90-4c7e-ad5b-b48da126b7ed",
                      "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:57:21.4444671",
                      "deliveryDate": "2025-10-04T23:57:21.4444671",
                      "nextCutOffDate": "2025-10-04T23:57:21.4444671",
                      "nextDeliveryDate": "2025-10-04T23:57:21.4444671",
                      "nextDaysBuffer": 10
                    },
                    {
                      "$ref": "94"
                    }
                  ],
                  "store": {
                    "$ref": "3"
                  },
                  "updated": "2025-10-04T23:57:21.4444671",
                  "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:57:21.4444671",
                    "processed": "2025-10-04T23:57:21.4444671",
                    "isProcessing": true,
                    "processedCount": 6,
                    "processingTime": 1,
                    "collectedUtc": "2025-10-04T23:57:21.4444671",
                    "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:57:21.4444671",
                      "businessPillar": "sample string 3",
                      "fileType": "sample string 4"
                    }
                  },
                  {
                    "$ref": "95"
                  }
                ],
                "zoneMatrix": [
                  {
                    "$id": "97",
                    "id": 1,
                    "hostIdentifier": "clxDgwNGlk60ksfHLXSGSA==",
                    "hostIdentifierGuid": "83435c72-4603-4e96-b492-c7c72d748648",
                    "storeID": 1,
                    "departmentCode": "sample string 2",
                    "hostGuids": [
                      "eb0eaa61-c751-4dcc-85ea-898abd2934ae",
                      "aaae55b2-0bd7-4517-a449-331bb347b466"
                    ]
                  },
                  {
                    "$ref": "97"
                  }
                ],
                "hostFileStoreSetting": {
                  "$ref": "5"
                },
                "hostStoreSettings": [
                  {
                    "$ref": "5"
                  },
                  {
                    "$ref": "5"
                  }
                ],
                "promotionPlacements": [
                  {
                    "$id": "98",
                    "identifier": "CRgvQNMxyU+yto8j4UN6pA==",
                    "identifierGuid": "402f1809-31d3-4fc9-b2b6-8f23e1437aa4",
                    "code": "sample string 2",
                    "description": "sample string 3",
                    "isAdvertised": true
                  },
                  {
                    "$ref": "98"
                  }
                ],
                "promoTypeGuids": [
                  "9815cb37-a9dc-4ed7-b037-78b05a3f1757",
                  "f544a00d-5064-468d-b9c6-eeb0fc9f4c82"
                ],
                "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:57:21.4444671",
              "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": "e9e489f9-a00d-4b0d-95f0-63b697ff6ce8",
          "updateStore": {
            "$id": "104",
            "id": "9347db96-8c0a-4396-9b57-162dbac8b877",
            "name": "sample string 1",
            "lastActivity": "2025-10-04T23:57:21.4444671",
            "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:57:21.4444671"
          },
          "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"
      }
    ]
  },
  {
    "$ref": "1"
  }
]

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.