GET api/cashBalancing/store/{storeID}/operator/{guid}/headers

Find open cash balancing headers for an operator at a particular store

Request Information

URI Parameters

NameDescriptionTypeAdditional information
storeID

Store operator worked at

integer

Required

guid

Operator identifier

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

List of cash balancing headers, with date

Collection of CashBalancingHeader
NameDescriptionTypeAdditional information
Identifier

Collection of byte

None.

IdentifierGuid

globally unique identifier

None.

StoreID

integer

None.

Date

date

None.

Started

date

None.

Ended

date

None.

CashFinalised

boolean

None.

CashTotalAmount

integer

None.

EftFinalised

boolean

None.

EftTotalAmount

integer

None.

BankFinalised

boolean

None.

BankTotalAmount

integer

None.

BankingOpened

boolean

None.

FuelRequired

Indicates that fuel finalisation is required for total finalisation

boolean

None.

FuelFinalised

Indicates whether fuel has been finalised for this date

boolean

None.

CreatedDuringTradingDay

Indicates that the records were last generated before the day had ended

boolean

None.

AccountingFinalised

AccountStatus

None.

EndOfDayID

integer

None.

StoreName

string

Relation. This field may not always be loaded or used for updates.

AutoFill

Indicate to other internal methods the header's stores auto fill setting

boolean

Relation. This field may not always be loaded or used for updates.

CreateRelations

Indicate to Generate Cash Balancing Header method whether relational records are needed

boolean

Relation. This field may not always be loaded or used for updates.

InvalidDates

Ended can only be null for current end of day generated records (-1) and started can not be null unless this is a new end of day header (-1 current end of day WILL have a started)

boolean

Relation. This field may not always be loaded or used for updates.

CashDetails

Collection of CashBalancing

Relation. This field may not always be loaded or used for updates.

EftDetails

Collection of CashBalancingEft

Relation. This field may not always be loaded or used for updates.

BankDetailSummary

CashBalancingBanking

Relation. This field may not always be loaded or used for updates.

CashBalancingBankingAccounts

Collection of CashBalancingBankingAccount

Relation. This field may not always be loaded or used for updates.

CashBalancingFuelTankLevels

Collection of CashBalancingFuelTankLevel

Relation. This field may not always be loaded or used for updates.

CashBalancingFuelMeters

Collection of CashBalancingFuelMeter

Relation. This field may not always be loaded or used for updates.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "identifier": "r8UAfCW+O0G202ypmH4Z5A==",
    "identifierGuid": "7c00c5af-be25-413b-b6d3-6ca9987e19e4",
    "storeID": 2,
    "date": "2025-08-02T23:15:55.5321382",
    "started": "2025-08-02T23:15:55.5321382",
    "ended": "2025-08-02T23:15:55.5321382",
    "cashFinalised": true,
    "cashTotalAmount": 4,
    "eftFinalised": true,
    "eftTotalAmount": 6,
    "bankFinalised": true,
    "bankTotalAmount": 8,
    "bankingOpened": true,
    "fuelRequired": true,
    "fuelFinalised": true,
    "createdDuringTradingDay": true,
    "accountingFinalised": 13,
    "endOfDayID": 14,
    "storeName": "sample string 15",
    "autoFill": true,
    "createRelations": true,
    "invalidDates": false,
    "cashDetails": [
      {
        "$id": "2",
        "id": 1,
        "headerIdentifier": "qdFr4q1PXkOmJIXDTTkSjw==",
        "headerIdentifierGuid": "e26bd1a9-4fad-435e-a624-85c34d39128f",
        "operatorG_UID": "SIywjwgi/kSorjXG0UFQ0Q==",
        "operatorGuid": "8fb08c48-2208-44fe-a8ae-35c6d14150d1",
        "date": "2025-08-02T23:15:55.5321382",
        "operatorCash": 4,
        "drawerID": 5,
        "machineID": 6,
        "managerCash": 7,
        "expectedCash": 8,
        "finalisedCash": 9,
        "operatorCashNote": "sample string 10",
        "managerCashNote": "sample string 11",
        "expectedPickup": 12,
        "pickupCash": 13,
        "start": "2025-08-02T23:15:55.5321382",
        "end": "2025-08-02T23:15:55.5321382",
        "operatorName": "sample string 16",
        "operatorNumber": "sample string 17",
        "machineName": "sample string 18",
        "operators": "sample string 19"
      },
      {
        "$ref": "2"
      }
    ],
    "eftDetails": [
      {
        "$id": "3",
        "id": 1,
        "headerIdentifier": "A2d20T/73UuVxQ56L5W8tw==",
        "headerIdentifierGuid": "d1766703-fb3f-4bdd-95c5-0e7a2f95bcb7",
        "date": "2025-08-02T23:15:55.5321382",
        "machineID": 1,
        "cardID": 3,
        "cardName": "sample string 4",
        "expectedAmount": 1,
        "managerDeclared": 1,
        "eftTenderCount": 1,
        "machineName": "sample string 5"
      },
      {
        "$ref": "3"
      }
    ],
    "bankDetailSummary": {
      "$id": "4",
      "id": 1,
      "headerIdentifier": "M9jcgdfzHEiqLgAUGKPIvw==",
      "headerIdentifierGuid": "81dcd833-f3d7-481c-aa2e-001418a3c8bf",
      "bankName": "sample string 3",
      "expectedCash": 4,
      "cashDeclared": 1,
      "expectedPickup": 5,
      "pickupDeclared": 1,
      "expectedCheque": 6,
      "chequeDeclared": 1
    },
    "cashBalancingBankingAccounts": [
      {
        "$id": "5",
        "id": 1,
        "headerIdentifier": "hgnT4z6rt0S94KP/ZsIwyw==",
        "headerIdentifierGuid": "e3d30986-ab3e-44b7-bde0-a3ff66c230cb",
        "storeAccountID": 3,
        "cashDeclared": 4,
        "pickupDeclared": 5,
        "chequeDeclared": 6,
        "accountName": "sample string 7",
        "storeAccount": {
          "$id": "6",
          "id": 1,
          "storeID": 1,
          "accountName": "sample string 2",
          "bsb": "sample string 3",
          "accountNumber": "sample string 4",
          "accountDesignated": true
        }
      },
      {
        "$ref": "5"
      }
    ],
    "cashBalancingFuelTankLevels": [
      {
        "$id": "7",
        "headerIdentifier": "lfHTK6Mwk0uazJMBcRCTgg==",
        "headerIdentifierGuid": "2bd3f195-30a3-4b93-9acc-930171109382",
        "fuelTankNumber": 2,
        "fuelGradeID": 1,
        "fuelGrade": "sample string 3",
        "opening": 4.0,
        "openingAdjusted": true,
        "adjustments": 6.0,
        "deliveries": 7.0,
        "deliveriesAdjusted": true,
        "samples": 9.0,
        "pumpTest": 10.0,
        "sales": 11.0,
        "closing": 12.0,
        "closingAdjusted": true,
        "dailyVariance": 14.0,
        "waterLevel": 15.0,
        "meterSales": 16.0,
        "meterVariance": -5.0,
        "twentyEightDayVariance": 17.0,
        "fuelTank": {
          "$id": "8",
          "id": 1,
          "storeID": 2,
          "tankNumber": 3,
          "fuelGrade": "sample string 4",
          "fuelGradeID": 1,
          "capacity": 5.0,
          "lpg": true,
          "waterLevel": 7.0,
          "updated": "2025-08-02T23:15:55.5321382",
          "storeName": "sample string 9",
          "store": {
            "$id": "9",
            "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-08-02T23:15:55.5321382",
            "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": "QuT6Kz6D6EuRjc45xDoetg==",
            "hostIdentifierGuid": "2bfae442-833e-4be8-918d-ce39c43a1eb6",
            "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-08-02T23:15:55.5321382",
            "priceZoneName": "sample string 51",
            "storeFuelConfigured": true,
            "shippingAddressCopied": true,
            "shippingAddress": {
              "$id": "10",
              "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": "10"
            },
            "hostStoreSettings": [
              {
                "$id": "11",
                "id": 1,
                "hostIdentifier": "4EJXLNa3pUyf2UHuIl/Svg==",
                "hostIdentifierGuid": "2c5742e0-b7d6-4ca5-9fd9-41ee225fd2be",
                "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": "12",
                  "identifier": "S2SJmkRIMkO9/AF48JiE2w==",
                  "identifierGuid": "9a89644b-4844-4332-bdfc-0178f09884db",
                  "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": "jT9XOZ20XEymg1YM8N6lHg==",
                  "hostSupplierIdentifierGuid": "39573f8d-b49d-4c5c-a683-560cf0dea51e",
                  "loyaltyPriceLevelIdentifier": "aqRHMUkecUCdyAcPH/DXzA==",
                  "loyaltyPriceLevelIdentifierGuid": "3147a46a-1e49-4071-9dc8-070f1ff0d7cc",
                  "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-08-02T23:15:55.5321382",
                  "lastProcessed": "2025-08-02T23:15:55.5321382",
                  "hold": true,
                  "supplierName": "sample string 35",
                  "supplier": {
                    "$id": "13",
                    "identifier": "cVj1Ot2rV0Wn0Fo/2fd2SQ==",
                    "identifierGuid": "3af55871-abdd-4557-a7d0-5a3fd9f77649",
                    "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": "XUa/lW+WOkKr4rRMm0Ak0g==",
                    "primaryContactID": "95bf465d-966f-423a-abe2-b44c9b4024d2",
                    "storeID": 1,
                    "abn": "sample string 16",
                    "supplierGroupIdentifier": "+DEwYAgwVUqjGj11D2RzLA==",
                    "supplierGroupGuid": "603031f8-3008-4a55-a31a-3d750f64732c",
                    "rebate": 1.0,
                    "rebateType": 1,
                    "rebateFrequency": 1,
                    "rebateSource": 1,
                    "rebateLastClaimed": "2025-08-02T23:15:55.5321382",
                    "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": "14",
                      "id": "75a418e2-84fb-4ec5-b8f2-2754efd6d811",
                      "identifier": "IAfbNLGMr0mU+s2lm8T1sA==",
                      "identifierGuid": "34db0720-8cb1-49af-94fa-cda59bc4f5b0",
                      "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": "15",
                        "supplierIdentifier": "UEr1a6KzaUu3p+jQh9WuCg==",
                        "supplierIdentifierGuid": "6bf54a50-b3a2-4b69-b7a7-e8d087d5ae0a",
                        "contactGuid": "3Npj2dQKGkWNNo+TgFB9Fw==",
                        "contactID": "d963dadc-0ad4-451a-8d36-8f9380507d17",
                        "contact": {
                          "$ref": "14"
                        },
                        "supplier": {
                          "$ref": "13"
                        }
                      },
                      {
                        "$ref": "15"
                      }
                    ],
                    "products": [
                      {
                        "$id": "16",
                        "pluG_UID": "YiTWXNB4g0WISCT0ugg8iA==",
                        "pluGuid": "5cd62462-78d0-4583-8848-24f4ba083c88",
                        "supplierIdentifier": "0HO1RJZHI02X2HX+vnJpFw==",
                        "supplierIdentifierGuid": "44b573d0-4796-4d23-97d8-75febe726917",
                        "cartonQuantity": 1,
                        "cartonQuantityChanged": true,
                        "productSize": "sample string 3",
                        "cigarettesPerSleeve": 1,
                        "randomWeight": true,
                        "piecesPerUnit": 5,
                        "averagePackSize": 6,
                        "effectiveDate": "2025-08-02T23:15:55.5321382",
                        "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-08-02T23:15:55.5321382",
                        "rebate": 1.0,
                        "rebateExclude": true,
                        "invoiceCodes": [
                          {
                            "$id": "17",
                            "pluG_UID": "rzoxvCJ6g0i89siPIffqdw==",
                            "pluGuid": "bc313aaf-7a22-4883-bcf6-c88f21f7ea77",
                            "supplierIdentifier": "YsL1zExJp0CIuO8expG8dw==",
                            "supplierIdentifierGuid": "ccf5c262-494c-40a7-88b8-ef1ec691bc77",
                            "invoiceCode": "sample string 1",
                            "storeIDs": [
                              1,
                              2
                            ]
                          },
                          {
                            "$ref": "17"
                          }
                        ],
                        "storeIDs": [
                          1,
                          2
                        ],
                        "preferredSupplier": true,
                        "preferredRebateSupplier": true,
                        "supplierName": "sample string 41",
                        "salesMode": 42,
                        "orderPacked": true,
                        "active": true,
                        "price": 1,
                        "costGstPercent": 44,
                        "parentPluG_UID": "cXnlwccvSkOGsvWE3LRbxw==",
                        "parentPluGuid": "c1e57971-2fc7-434a-86b2-f584dcb45bc7",
                        "freight": 45.0,
                        "freightType": 1,
                        "product": {
                          "$id": "18",
                          "plu": 1,
                          "storeID": 1,
                          "masterPluG_UID": "QEA=",
                          "storeIDs": [
                            1,
                            2
                          ],
                          "g_UId": "cK4B2LbRPEW9V41ep0xIDw==",
                          "guid": "d801ae70-d1b6-453c-bd57-8d5ea74c480f",
                          "apn": "sample string 1",
                          "apnChanged": true,
                          "apnSwitched": true,
                          "barcode": "sample string 4",
                          "itemNumber": "sample string 5",
                          "itemNumberChanged": true,
                          "priceGroupG_UID": "OwhLMROwh0KNzwqVT4xBFA==",
                          "priceGroupGuid": "314b083b-b013-4287-8dcf-0a954f8c4114",
                          "blueprintID": 1,
                          "lastCountedDate": "2025-08-02T23:15:55.5477643",
                          "externalID": "sample string 7",
                          "active": true,
                          "activated": "2025-08-02T23:15:55.5477643",
                          "pluCreated": "2025-08-02T23:15:55.5477643",
                          "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-08-02T23:15:55.5477643",
                          "lastManualUpdate": "2025-08-02T23:15:55.5477643",
                          "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-08-02T23:15:55.5477643",
                          "currentCostUpdated": "2025-08-02T23:15:55.5477643",
                          "costDecimals": 31,
                          "costChanged": true,
                          "dealCostIdentifier": "QEA=",
                          "excludeFromRebate": true,
                          "rebateOverride": 1,
                          "costCalcMethod": 32,
                          "costCalcMethodChanged": true,
                          "costEffectiveDate": "2025-08-02T23:15:55.5477643",
                          "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,
                          "awsUpdated": "2025-08-02T23:15:55.5477643",
                          "posTare": 1,
                          "altPrice": 1.0,
                          "altPriceChanged": true,
                          "altPriceMode": 53,
                          "altPriceModeChanged": true,
                          "altPLUG_UID": "T2zN5lFJWUSK7Hpp3jbelA==",
                          "altPLUGuid": "e6cd6c4f-4951-4459-8aec-7a69de36de94",
                          "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-08-02T23:15:55.5477643",
                          "labelLastPrice": 1,
                          "shelfPageLayoutG_UID": "eRjfXqBSUUyVvt+/Lvf+lA==",
                          "shelfPageLayoutGuid": "5edf1879-52a0-4c51-95be-dfbf2ef7fe94",
                          "talkerPageLayoutG_UID": "Hfl8OMyzmUOjXkaMhqMl9g==",
                          "talkerPageLayoutGuid": "387cf91d-b3cc-4399-a35e-468c86a325f6",
                          "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": "1c23tpSLfESRCoVOtCF7ng==",
                          "inventoryIdentifier": "b6b7cdd5-8b94-447c-910a-854eb4217b9e",
                          "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": "0ZPUCkZjF0SVi/SdD/AdzA==",
                          "parentPluGuid": "0ad493d1-6346-4417-958b-f49d0ff01dcc",
                          "preferredHostVendor": 104,
                          "preferredHostChanged": true,
                          "code": "sample string 106",
                          "supplierIdentifier": "l+VNYPg+iU6+YI6anDPoHw==",
                          "supplierIdentifierGuid": "604de597-3ef8-4e89-be60-8e9a9c33e81f",
                          "supplierChanged": true,
                          "rebateSupplierIdentifier": "Awq3IYLZsUm8bD3gFD7pug==",
                          "rebateSupplierIdentifierGuid": "21b70a03-d982-49b1-bc6c-3de0143ee9ba",
                          "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-08-02T23:15:55.5477643",
                          "commodity": "sample string 121",
                          "businessPillar": "sample string 122",
                          "mscCommodity": "sample string 123",
                          "hostIdentifier": "USLIrd/Tw0i5vwojwDg4RQ==",
                          "hostIdentifierGuid": "adc82251-d3df-48c3-b9bf-0a23c0383845",
                          "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": "18"
                            },
                            {
                              "$ref": "18"
                            }
                          ],
                          "store": {
                            "$ref": "9"
                          },
                          "storePrices": [
                            {
                              "$id": "19",
                              "pluG_UID": "nYfCmgsByky2bw/Bei4aUQ==",
                              "pluGuid": "9ac2879d-010b-4cca-b66f-0fc17a2e1a51",
                              "plu": 1,
                              "storeID": 1,
                              "zoneID": 2,
                              "zoneName": "sample string 3",
                              "store": "sample string 4",
                              "priceNow": 5,
                              "costNow": 6,
                              "costNowDecimals": 7,
                              "normalPrice": 8,
                              "gstPercent": 9,
                              "normalCost": 10,
                              "normalCostDecimals": 11,
                              "costGstPercent": 12,
                              "costCalcMethod": 1,
                              "currentCost": 13,
                              "currentCostDecimals": 14,
                              "break1": 15,
                              "price1": 16,
                              "break2": 17,
                              "price2": 18,
                              "break3": 19,
                              "price3": 20,
                              "fuelItem": 21,
                              "fixedWeight": 22,
                              "active": true,
                              "complianceIndicator": "sample string 23",
                              "doNotOrder": true,
                              "doNotRange": true,
                              "isNormalPriceChangesCampaign": true,
                              "updated": "2025-08-02T23:15:55.5477643"
                            },
                            {
                              "$ref": "19"
                            }
                          ],
                          "currentPrices": {
                            "$id": "20",
                            "pluPrices": {
                              "$id": "21",
                              "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-08-02T23:15:55.5477643",
                              "priceChangeType": 0,
                              "costDecimals": 10
                            },
                            "normalPluPrices": {
                              "$ref": "21"
                            },
                            "winningCampaign": 1,
                            "winner": {
                              "$id": "22",
                              "campaignName": "sample string 1",
                              "campaignDescription": "sample string 2",
                              "startDate": "2025-08-02T23:15:55.5477643",
                              "startTime": 3,
                              "endDate": "2025-08-02T23:15:55.5477643",
                              "endTime": 4,
                              "newPrice": 5,
                              "newCost": 6,
                              "newCostDecimals": 7,
                              "pctDiscount": 8,
                              "promoType": 1,
                              "promotionTypeCode": "sample string 9",
                              "hostType": 10,
                              "hostIdentifier": "o83lpNTWFUWgqcL9qDNMwg==",
                              "hostIdentifierGuid": "a4e5cda3-d6d4-4515-a0a9-c2fda8334cc2",
                              "storeNames": [
                                "sample string 1",
                                "sample string 2"
                              ]
                            },
                            "details": [
                              {
                                "$ref": "22"
                              },
                              {
                                "$ref": "22"
                              }
                            ]
                          },
                          "tray": {
                            "$id": "23",
                            "g_UId": "gDiwQnufiE61kK3UhVFo8A==",
                            "guid": "42b03880-9f7b-4e88-b590-add4855168f0",
                            "name": "sample string 1",
                            "number": 1,
                            "tare": 1
                          },
                          "priceGroup": {
                            "$id": "24",
                            "priceGroupG_UID": "3Ac2NApYnEy0xDObK6VlsA==",
                            "priceGroupGuid": "343607dc-580a-4c9c-b4c4-339b2ba565b0",
                            "name": "sample string 2",
                            "code": 1,
                            "modified": true,
                            "updated": "2025-08-02T23:15:55.5477643",
                            "buyingLimit": 1,
                            "buyingLimitIndependent": true,
                            "buyingLimitType": 0,
                            "number": 1,
                            "products": [
                              {
                                "$ref": "18"
                              },
                              {
                                "$ref": "18"
                              }
                            ],
                            "productCount": 1
                          },
                          "priceGroupName": "sample string 146",
                          "nutrifacts": {
                            "$id": "25",
                            "pluG_UID": "jILW72nBP0icLTbhDN7vOw==",
                            "pluGuid": "efd6828c-c169-483f-9c2d-36e10cdeef3b",
                            "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": "26",
                            "pluGuid": "2cb3f4a2-993d-4d6c-ae3f-2a190f95feea",
                            "created": "2025-08-02T23:15:55.5477643",
                            "createdByUser": "sample string 1",
                            "activated": "2025-08-02T23:15:55.5477643",
                            "deactivated": "2025-08-02T23:15:55.5477643",
                            "lastOrdered": "2025-08-02T23:15:55.5477643",
                            "lastOrderedQty": 2.0,
                            "lastReceived": "2025-08-02T23:15:55.5477643",
                            "lastReceivedQty": 3.0,
                            "lastInvoiceStatus": 1,
                            "lastCounted": "2025-08-02T23:15:55.5477643",
                            "lastSold": "2025-08-02T23:15:55.5477643",
                            "firstSold": "2025-08-02T23:15:55.5477643",
                            "awsUpdated": "2025-08-02T23:15:55.5477643",
                            "lastManualUpdate": "2025-08-02T23:15:55.5477643",
                            "lastManualUpdatedByUser": "sample string 5",
                            "lastUpdated": "2025-08-02T23:15:55.5477643",
                            "lastUpdatedByUser": "sample string 7",
                            "lastUpdatedByHost": "2025-08-02T23:15:55.5477643",
                            "doNotRangeUpdated": "2025-08-02T23:15:55.5477643",
                            "doNotOrderUpdated": "2025-08-02T23:15:55.5477643",
                            "tracked": "2025-08-02T23:15:55.5477643"
                          },
                          "allergens": [
                            {
                              "$id": "27",
                              "allergenID": 1,
                              "pluG_UID": "hZLlKJTof0myU/SNU5m+fQ==",
                              "pluGuid": "28e59285-e894-497f-b253-f48d5399be7d",
                              "contains": 2,
                              "allergenName": "sample string 3",
                              "storeIDs": [
                                1,
                                2
                              ]
                            },
                            {
                              "$ref": "27"
                            }
                          ],
                          "costs": {
                            "$id": "28",
                            "pluG_UID": "8+Dtv0049kqpgGb/xhdRMQ==",
                            "pluGuid": "bfede0f3-384d-4af6-a980-66ffc6175131",
                            "enteredCost": 1,
                            "weightedAvgCost": 1,
                            "lastCost": 1,
                            "rawEnteredCost": 2,
                            "rawWeightedAvgCost": 3,
                            "rawLastCost": 4,
                            "freight": 5.0,
                            "freightType": 6,
                            "costDecimals": 7,
                            "fifoCost": 1,
                            "updated": "2025-08-02T23:15:55.5477643",
                            "normalCost": 1,
                            "currentCost": 1
                          },
                          "sales": [
                            {
                              "$id": "29",
                              "saleHeaderID": 1,
                              "created": "2025-08-02T23:15:55.5477643",
                              "createdLocal": "2025-08-02T23:15:55.5477643",
                              "storeID": 3,
                              "storeName": "sample string 4",
                              "operatorG_Uid": "9jXUM4ecXEuBPFyH0AvZvg==",
                              "operatorGuid": "33d435f6-9c87-4b5c-813c-5c87d00bd9be",
                              "operatorName": "sample string 5",
                              "tranType": 1,
                              "plu": 1,
                              "pluG_UId": "uyt9DVisu0iP0I5ItyoLwA==",
                              "pluGuid": "0d7d2bbb-ac58-48bb-8fd0-8e48b72a0bc0",
                              "normalPrice": 1,
                              "totalCents": 1,
                              "cost": 1,
                              "grossProfit": 1,
                              "quantity": 1,
                              "operator": {
                                "$id": "30",
                                "id": 1,
                                "g_Uid": "VpL5slIcjUmaXrjI0dyFwA==",
                                "guid": "b2f99256-1c52-498d-9a5e-b8c8d1dc85c0",
                                "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-08-02T23:15:55.5477643",
                                "passwordResetRequired": true,
                                "alteredInStore": true,
                                "startShift": "2025-08-02T23:15:55.5477643",
                                "endShift": "2025-08-02T23:15:55.5477643",
                                "machineName": "sample string 20",
                                "drawerID": 1,
                                "stores": [
                                  {
                                    "$id": "31",
                                    "operatorG_UID": "5HCwTOtH4k2e6TlqYXH9QQ==",
                                    "operatorGuid": "4cb070e4-47eb-4de2-9ee9-396a6171fd41",
                                    "storeID": 2,
                                    "operator": {
                                      "$ref": "30"
                                    },
                                    "store": {
                                      "$ref": "9"
                                    }
                                  },
                                  {
                                    "$ref": "31"
                                  }
                                ]
                              }
                            },
                            {
                              "$ref": "29"
                            }
                          ],
                          "apns": [
                            {
                              "$id": "32",
                              "pluID": 1,
                              "pluG_UID": "oefBSfi87UKWTcOPJ/7wvA==",
                              "pluGuid": "49c1e7a1-bcf8-42ed-964d-c38f27fef0bc",
                              "apn": "sample string 1",
                              "deleted": true,
                              "storeID": 1,
                              "storeIDs": [
                                1,
                                2
                              ]
                            },
                            {
                              "$ref": "32"
                            }
                          ],
                          "tuns": [
                            {
                              "$id": "33",
                              "pluG_UId": "VYOGUJfRNU+JqWPRnJzy/g==",
                              "pluGuid": "50868355-d197-4f35-89a9-63d19c9cf2fe",
                              "apn": "sample string 1",
                              "tun": "sample string 2",
                              "cartonQuantity": 3,
                              "product": {
                                "$ref": "18"
                              },
                              "storeIDs": [
                                1,
                                2
                              ]
                            },
                            {
                              "$ref": "33"
                            }
                          ],
                          "competitionPricing": [
                            {
                              "$id": "34",
                              "identifier": "QTiEwSfjUE+O2TZkLkxrLg==",
                              "identifierGuid": "c1843841-e327-4f50-8ed9-36642e4c6b2e",
                              "pluG_UID": "RCshk5MulUShT0t8PNlotg==",
                              "pluGuid": "93212b44-2e93-4495-a14f-4b7c3cd968b6",
                              "competitionID": 1,
                              "name": "sample string 2",
                              "sellMultiple": 3,
                              "retailPrice": 4,
                              "storeName": "sample string 5"
                            },
                            {
                              "$ref": "34"
                            }
                          ],
                          "supplier": {
                            "$ref": "13"
                          },
                          "supplierName": "sample string 147",
                          "children": [
                            {
                              "$ref": "18"
                            },
                            {
                              "$ref": "18"
                            }
                          ],
                          "ordering": {
                            "$ref": "16"
                          },
                          "flipChartPages": [
                            {
                              "$id": "35",
                              "identifier": "rDmZwfbtOk2XKqqufUX4+A==",
                              "groupName": "sample string 1",
                              "identifierGuid": "c19939ac-edf6-4d3a-972a-aaae7d45f8f8",
                              "exists": true,
                              "flipChartIdentifier": "DZxSFMXeAEOrryLcjKl6pA==",
                              "flipChartIdentifierGuid": "14529c0d-dec5-4300-abaf-22dc8ca97aa4",
                              "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": "wB3SP0zK/UmejpWOc1sYnA==",
                              "groupIdentifierGuid": "3fd21dc0-ca4c-49fd-9e8e-958e735b189c",
                              "flipChart": {
                                "$id": "36",
                                "identifier": "zlyaH0cZJ0qKt0UtYHw+tQ==",
                                "identifierGuid": "1f9a5cce-1947-4a27-8ab7-452d607c3eb5",
                                "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": "37",
                                  "identifier": "Z0otoYVpg0u1EtJAHeAxoQ==",
                                  "identifierGuid": "a12d4a67-6985-4b83-b512-d2401de031a1",
                                  "name": "sample string 2",
                                  "formType": "sample string 3",
                                  "forms": [
                                    {
                                      "$id": "38",
                                      "id": 1,
                                      "g_UID": "SDw+VJaCPUSnWfMmbvHQmw==",
                                      "guid": "543e3c48-8296-443d-a759-f3266ef1d09b",
                                      "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": "3DytYviPt0qDrkeFT6ZmgA==",
                                      "previousFormGuid": "62ad3cdc-8ff8-4ab7-83ae-47854fa66680",
                                      "nextForm": 1,
                                      "nextFormG_UID": "2UwxwOErwEm14OJ+TeaBVA==",
                                      "nextFormGuid": "c0314cd9-2be1-49c0-b5e0-e27e4de68154",
                                      "attributes": "sample string 10",
                                      "updated": "2025-08-02T23:15:55.5477643",
                                      "positioning": 1,
                                      "contentPanel": "sample string 11",
                                      "selectionMode": 1,
                                      "maximumSelections": 1,
                                      "alteredInStore": true,
                                      "deleted": true,
                                      "blueprintID": 1,
                                      "preserveLayout": true,
                                      "mainCheckoutFormName": "sample string 13",
                                      "nextCheckoutForm": {
                                        "$ref": "38"
                                      },
                                      "previousCheckoutForm": {
                                        "$ref": "38"
                                      },
                                      "buttons": [
                                        {
                                          "$id": "39",
                                          "id": 1,
                                          "checkoutFormID": 2,
                                          "checkoutFormG_UID": "4Pn2Ir15uEyOUFk1KCIxeg==",
                                          "checkoutFormGuid": "22f6f9e0-79bd-4cb8-8e50-59352822317a",
                                          "identifier": "kcYmdDl4mE+tB0gPdbC6Ng==",
                                          "identifierGuid": "7426c691-7839-4f98-ad07-480f75b0ba36",
                                          "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": "DjIiG3yDSkGvcRKA8b4ErA==",
                                          "valueGuid": "1b22320e-837c-414a-af71-1280f1be04ac",
                                          "buttonText": "sample string 10",
                                          "valueText": "sample string 11",
                                          "drawImageAndButton": true,
                                          "updated": "2025-08-02T23:15:55.5477643",
                                          "action": "sample string 12",
                                          "valueForm": {
                                            "$ref": "38"
                                          },
                                          "image": {
                                            "$id": "40",
                                            "name": "sample string 3.sample string 4",
                                            "imageID": 2,
                                            "imageName": "sample string 3",
                                            "imageExtension": "sample string 4",
                                            "lastUpdate": "2025-08-02T23:15:55.5477643",
                                            "imageData": "QEA=",
                                            "readOnly": true
                                          }
                                        },
                                        {
                                          "$ref": "39"
                                        }
                                      ],
                                      "panels": [
                                        {
                                          "$id": "41",
                                          "id": 1,
                                          "checkoutFormID": 2,
                                          "checkoutFormG_UID": "1oqzxhWxIUGHDLu+BTyCwQ==",
                                          "checkoutFormGuid": "c6b38ad6-b115-4121-870c-bbbe053c82c1",
                                          "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": "41"
                                        }
                                      ]
                                    },
                                    {
                                      "$ref": "38"
                                    }
                                  ],
                                  "panels": [
                                    {
                                      "$ref": "41"
                                    },
                                    {
                                      "$ref": "41"
                                    }
                                  ]
                                },
                                "pages": [
                                  {
                                    "$ref": "35"
                                  },
                                  {
                                    "$ref": "35"
                                  }
                                ]
                              },
                              "contentPanel": {
                                "$ref": "41"
                              },
                              "products": [
                                {
                                  "$id": "42",
                                  "flipChartPageIdentifier": "ERh+EUGbbkeSzAA+lrG7NA==",
                                  "flipChartPageIdentifierGuid": "117e1811-9b41-476e-92cc-003e96b1bb34",
                                  "pluG_UID": "Vk4znpZdzUe99bTg24rZfQ==",
                                  "pluGuid": "9e334e56-5d96-47cd-bdf5-b4e0db8ad97d",
                                  "sortOrder": 3,
                                  "sent": true,
                                  "productChanged": true,
                                  "productImageName": "sample string 6",
                                  "productShowImageOnFlipCharts": true,
                                  "productShowTextOnFlipCharts": true,
                                  "productOverrideFlipChartText": true,
                                  "productFlipChartText": "sample string 10",
                                  "product": {
                                    "$ref": "18"
                                  },
                                  "departmentSortOrder": 11,
                                  "subDepartmentName": "sample string 12"
                                },
                                {
                                  "$ref": "42"
                                }
                              ],
                              "productCount": 27,
                              "pages": [
                                {
                                  "$ref": "35"
                                },
                                {
                                  "$ref": "35"
                                }
                              ]
                            },
                            {
                              "$ref": "35"
                            }
                          ],
                          "priceHistory": [
                            {
                              "$id": "43",
                              "pluG_UID": "ZjrDUABsV0unPHfdMYkqww==",
                              "pluGuid": "50c33a66-6c00-4b57-a73c-77dd31892ac3",
                              "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-08-02T23:15:55.5477643",
                              "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": "43"
                            }
                          ],
                          "ingredients": [
                            {
                              "$id": "44",
                              "pluG_UID": "P4R4nDqquE+u8ZuGZk6aIQ==",
                              "ingredientGuid": "eVErGr4mokiieSdcQgt9+w==",
                              "ingredientIdentifier": "1a2b5179-26be-48a2-a279-275c420b7dfb",
                              "quantity": 1.0,
                              "storeIDs": [
                                1,
                                2
                              ],
                              "ingredientText": "sample string 1",
                              "ingredient": {
                                "$ref": "18"
                              }
                            },
                            {
                              "$ref": "44"
                            }
                          ],
                          "bins": [
                            {
                              "$id": "45",
                              "pluG_UID": "M5cAjF4RwUOi9r3pyMvR3w==",
                              "pluGuid": "8c009733-115e-43c1-a2f6-bde9c8cbd1df",
                              "shelfLocationIdentifier": "Z2RV6slgAEyGEkcYnZgsqw==",
                              "shelfLocationGuid": "ea556467-60c9-4c00-8612-47189d982cab",
                              "labelShelfDefault": 1,
                              "labelTalkerDefault": 1,
                              "labelSmall": true,
                              "labelPageLayoutG_UID": "9ggG122D9kyyhD0Dmfot9g==",
                              "labelPageLayoutGuid": "d70608f6-836d-4cf6-b284-3d0399fa2df6",
                              "updated": "2025-08-02T23:15:55.5477643",
                              "electronicShelfLabelIdentifier": "sample string 5",
                              "electronicshelfLabelsConfigurationID": 6,
                              "labelShelfChanged": true,
                              "productName": "sample string 8",
                              "locationText": "sample string 9",
                              "product": {
                                "$ref": "18"
                              },
                              "location": {
                                "$id": "46",
                                "identifier": "pEkZ1VEJW06A5oNVx//wdA==",
                                "storeID": 1,
                                "identifierGuid": "d51949a4-0951-4e5b-80e6-8355c7fff074",
                                "name": "sample string 2",
                                "haccp": true,
                                "blueprintID": 1,
                                "updated": "2025-08-02T23:15:55.5477643",
                                "minTemp": 1,
                                "maxTemp": 1,
                                "checkFrequency": 1,
                                "storeCaseConfiguration": 5,
                                "storeName": "sample string 6",
                                "bins": [
                                  {
                                    "$ref": "45"
                                  },
                                  {
                                    "$ref": "45"
                                  }
                                ]
                              }
                            },
                            {
                              "$ref": "45"
                            }
                          ],
                          "bin": {
                            "$ref": "45"
                          },
                          "scaleLocations": [
                            {
                              "$id": "47",
                              "plu": 1,
                              "pluG_UID": "DJTwS+tiXUG4NH0BLWC1NA==",
                              "pluGuid": "4bf0940c-62eb-415d-b834-7d012d60b534",
                              "deptNo": 1,
                              "product": {
                                "$ref": "18"
                              },
                              "scaleLocation": {
                                "$id": "48",
                                "id": 1,
                                "deptNo": 1,
                                "deptCode": "sample string 2",
                                "name": "sample string 3",
                                "enabled": true,
                                "updated": "2025-08-02T23:15:55.5477643",
                                "department": {
                                  "$id": "49",
                                  "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": "48"
                                  },
                                  "subDepartments": [
                                    {
                                      "$id": "50",
                                      "id": 1,
                                      "departmentID": 2,
                                      "name": "sample string 3",
                                      "code": "sample string 4",
                                      "departmentCode": "sample string 5",
                                      "externalSales": true,
                                      "minorDepartments": [
                                        {
                                          "$id": "51",
                                          "id": 1,
                                          "subDepartmentID": 2,
                                          "departmentID": 3,
                                          "name": "sample string 4",
                                          "subDepartmentCode": "sample string 5",
                                          "departmentCode": "sample string 6",
                                          "code": "sample string 7",
                                          "lesserDepartments": [
                                            {
                                              "$id": "52",
                                              "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-08-02T23:15:55.5477643",
                                              "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": "tJQPrArs40KJPa/jNBSmvQ==",
                                              "labelPageLayoutGuid": "ac0f94b4-ec0a-42e3-893d-afe33414a6bd",
                                              "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": "53",
                                                "dept": 1,
                                                "category": 2,
                                                "name": "sample string 3",
                                                "active": true,
                                                "mscCommodities": [
                                                  {
                                                    "$id": "54",
                                                    "dept": 1,
                                                    "category": 2,
                                                    "commodity": 3,
                                                    "name": "sample string 4",
                                                    "active": true,
                                                    "mscSubCommodities": [
                                                      {
                                                        "$id": "55",
                                                        "dept": 1,
                                                        "category": 2,
                                                        "commodity": 3,
                                                        "subCommodity": 4,
                                                        "name": "sample string 5",
                                                        "active": true,
                                                        "subCommodityCode": "sample string 7"
                                                      },
                                                      {
                                                        "$ref": "55"
                                                      }
                                                    ],
                                                    "commodityCode": "sample string 6"
                                                  },
                                                  {
                                                    "$ref": "54"
                                                  }
                                                ],
                                                "categoryCode": "sample string 5"
                                              },
                                              "mscCom": {
                                                "$ref": "54"
                                              },
                                              "mscDep": {
                                                "$id": "56",
                                                "dept": 1,
                                                "name": "sample string 2",
                                                "active": true,
                                                "mscCategories": [
                                                  {
                                                    "$ref": "53"
                                                  },
                                                  {
                                                    "$ref": "53"
                                                  }
                                                ],
                                                "deptCode": "sample string 4"
                                              },
                                              "mscSubCom": {
                                                "$ref": "55"
                                              }
                                            },
                                            {
                                              "$ref": "52"
                                            }
                                          ],
                                          "updated": "2025-08-02T23:15:55.5477643",
                                          "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": "IWywfg2rF0+Xk1fVtLmMHg==",
                                          "labelPageLayoutGuid": "7eb06c21-ab0d-4f17-9793-57d5b4b98c1e",
                                          "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": "53"
                                          },
                                          "mscCom": {
                                            "$ref": "54"
                                          },
                                          "mscDep": {
                                            "$ref": "56"
                                          },
                                          "mscSubCom": {
                                            "$ref": "55"
                                          }
                                        },
                                        {
                                          "$ref": "51"
                                        }
                                      ],
                                      "investmentBuyOverride": true,
                                      "updated": "2025-08-02T23:15:55.5477643",
                                      "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": "svOMuQuT5kefCqPxzfgumQ==",
                                      "labelPageLayoutGuid": "b98cf3b2-930b-47e6-9f0a-a3f1cdf82e99",
                                      "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": "53"
                                      },
                                      "mscCom": {
                                        "$ref": "54"
                                      },
                                      "mscDep": {
                                        "$ref": "56"
                                      },
                                      "mscSubCom": {
                                        "$ref": "55"
                                      }
                                    },
                                    {
                                      "$ref": "50"
                                    }
                                  ],
                                  "stores": [
                                    1,
                                    2
                                  ],
                                  "investmentBuyOverride": true,
                                  "updated": "2025-08-02T23:15:55.5477643",
                                  "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": "QTAxS/0EX0yXqw4vo0y6Lw==",
                                  "labelPageLayoutGuid": "4b313041-04fd-4c5f-97ab-0e2fa34cba2f",
                                  "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": "53"
                                  },
                                  "mscCom": {
                                    "$ref": "54"
                                  },
                                  "mscDep": {
                                    "$ref": "56"
                                  },
                                  "mscSubCom": {
                                    "$ref": "55"
                                  }
                                }
                              }
                            },
                            {
                              "$ref": "47"
                            }
                          ],
                          "nextPrice": {
                            "$id": "57",
                            "id": 1,
                            "campaignID": 2,
                            "campaignName": "sample string 3",
                            "plu": 1,
                            "hostOfferID": 1,
                            "metcashPromotionID": "sample string 4",
                            "metcashPromotionPlacement": "sample string 5",
                            "pluG_UID": "feZBegQfvkKlUf5rxARIvw==",
                            "pluGuid": "7a41e67d-1f04-42be-a551-fe6bc40448bf",
                            "newPrice": 1,
                            "pctDiscount": 1,
                            "newCost": 1,
                            "newCostDecimals": 6,
                            "dealCostIdentifier": "r6tHOsxD7EOjRM+fbH/eIg==",
                            "dealCostGuid": "3a47abaf-43cc-43ec-a344-cf9f6c7fde22",
                            "pluName": "sample string 7",
                            "apn": "sample string 8",
                            "fuelItem": true,
                            "priceGroupG_UID": "kCQyCkYX4kGnnwpDPS6pmQ==",
                            "priceGroupGuid": "0a322490-1746-41e2-a79f-0a433d2ea999",
                            "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-08-02T23:15:55.5477643",
                            "rrp": 26,
                            "campaignDescription": "sample string 27",
                            "campaignComboPriceGroupG_UID": "61ObSmaoSkyjsDVSzVpzRw==",
                            "campaignComboPriceGroupIdentifier": "4a9b53eb-a866-4c4a-a3b0-3552cd5a7347",
                            "promotionPlacementDescription": "sample string 28",
                            "storeAcceptances": [
                              {
                                "$id": "58",
                                "plu": 1,
                                "pluG_UId": "QEA=",
                                "campaignID": 1,
                                "campaignName": "sample string 2",
                                "storeID": 3,
                                "acceptedUtc": "2025-08-02T23:15:55.5477643",
                                "operatorG_UID": "rTQvIIT5vUCeA4xm4cVPlA==",
                                "operatorGuid": "202f34ad-f984-40bd-9e03-8c66e1c54f94",
                                "machineID": 1,
                                "processed": true,
                                "appliedUtc": "2025-08-02T23:15:55.5477643",
                                "signIqTicketFileMovedUtc": "2025-08-02T23:15:55.5477643",
                                "user": "sample string 6",
                                "campaignDescription": "sample string 7",
                                "productDesc": "sample string 8",
                                "storeName": "sample string 9",
                                "effectiveUtc": "2025-08-02T23:15:55.5477643",
                                "priceChangeType": 0,
                                "operatorName": "sample string 10",
                                "hostCampaign": true,
                                "product": {
                                  "$ref": "18"
                                },
                                "campaignPlu": {
                                  "$ref": "57"
                                }
                              },
                              {
                                "$ref": "58"
                              }
                            ],
                            "campaign": {
                              "$id": "59",
                              "id": 1,
                              "storeID": 2,
                              "name": "0b364a80-658d-4561-bf70-e02a41140fb9",
                              "nameGuid": "0b364a80-658d-4561-bf70-e02a41140fb9",
                              "description": "sample string 4",
                              "showDiscounts": true,
                              "showTotals": true,
                              "onlyEvaluateOnSubtotal": true,
                              "useDescription": true,
                              "campaignType": 1,
                              "startDate": "2025-08-02T23:15:55.5477643",
                              "startTime": 1,
                              "endDate": "2025-08-02T23:15:55.5477643",
                              "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-08-02T23:15:55.5477643",
                              "system": true,
                              "created": "2025-08-02T23:15:55.5477643",
                              "updated": "2025-08-02T23:15:55.5477643",
                              "priceChangeNotifiedUtc": "2025-08-02T23:15:55.5477643",
                              "promoType": 1,
                              "promotionTypeCode": "sample string 13",
                              "hostIdentifier": "olK8wZlv3kGN0rp87wzXJA==",
                              "hostIdentifierGuid": "c1bc52a2-6f99-41de-8dd2-ba7cef0cd724",
                              "hostType": 14,
                              "createdByUser": "sample string 15",
                              "fromHost": true,
                              "deleted": true,
                              "campaignDeleted": "2025-08-02T23:15:55.5477643",
                              "updatedByUser": "sample string 18",
                              "offerID": 1,
                              "isPriceChangeCampaign": true,
                              "stores": [
                                1,
                                2
                              ],
                              "storeNames": [
                                "sample string 1",
                                "sample string 2"
                              ],
                              "campaignPlus": [
                                {
                                  "$ref": "57"
                                },
                                {
                                  "$ref": "57"
                                }
                              ],
                              "campaignPools": [
                                {
                                  "$id": "60",
                                  "id": 1,
                                  "campaignID": 2,
                                  "campaignName": "sample string 3",
                                  "plu": 4,
                                  "pluG_UID": "9Gnvp/UfRkiYkvZv1GfMwQ==",
                                  "pluGuid": "a7ef69f4-1ff5-4846-9892-f66fd467ccc1",
                                  "hostOfferID": 1,
                                  "priceGroupG_UID": "SiU372lrJEWP5HofgtR6Lw==",
                                  "priceGroupGuid": "ef37254a-6b69-4524-8fe4-7a1f82d47a2f",
                                  "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-08-02T23:15:55.5477643",
                                  "rrp": 17,
                                  "campaignDescription": "sample string 18",
                                  "product": {
                                    "$ref": "18"
                                  },
                                  "campaign": {
                                    "$ref": "59"
                                  }
                                },
                                {
                                  "$ref": "60"
                                }
                              ],
                              "sellingRules": [
                                {
                                  "$id": "61",
                                  "id": 1,
                                  "identifier": "n9ojHW2j2Eyxs9MaUuLvZw==",
                                  "identifierStr": "n9ojHW2j2Eyxs9MaUuLvZw==",
                                  "identifierGuid": "1d23da9f-a36d-4cd8-b1b3-d31a52e2ef67",
                                  "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": "59"
                                  }
                                },
                                {
                                  "$ref": "61"
                                }
                              ],
                              "customers": [
                                {
                                  "$id": "62",
                                  "id": 1,
                                  "campaignID": 2,
                                  "campaignName": "sample string 3",
                                  "customerID": "jiDmS6vgZk2N60AcUDMr0A==",
                                  "customerIDGuid": "4be6208e-e0ab-4d66-8deb-401c50332bd0",
                                  "campaign": {
                                    "$ref": "59"
                                  },
                                  "customer": {
                                    "$id": "63",
                                    "identifier": "If2XX10xsUy+6TGonbtHYQ==",
                                    "identifierGuid": "5f97fd21-315d-4cb1-bee9-31a89dbb4761",
                                    "code": "sample string 2",
                                    "familyName": "sample string 3",
                                    "givenName": "sample string 4",
                                    "otherName": "sample string 5",
                                    "title": "sample string 6",
                                    "dateOfBirth": "2025-08-02T23:15:55.5477643",
                                    "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": "E+CHKJFBGk27TdUNqblqjw==",
                                    "communityIdentifierGuid": "2887e013-4191-4d1a-bb4d-d50da9b96a8f",
                                    "joined": "2025-08-02T23:15:55.5477643",
                                    "updated": "2025-08-02T23:15:55.5477643",
                                    "active": true,
                                    "reasonInactive": 1,
                                    "groupCustomer": true,
                                    "loyaltyPoints": 1,
                                    "homeStoreID": 1,
                                    "availableSpend": 1,
                                    "priceLevelIdentifier": "yP2dRS9aSkqpnAnwgPA9tw==",
                                    "priceLevelIdentifierGuid": "459dfdc8-5a2f-4a4a-a99c-09f080f03db7",
                                    "marketingID": "sample string 18",
                                    "hidden": true,
                                    "registered": true,
                                    "registeredOn": "2025-08-02T23:15:55.5477643",
                                    "emailMarketing": true,
                                    "smsMarketing": true,
                                    "deleted": true,
                                    "deletedUser": "sample string 24",
                                    "homeStoreName": "sample string 25",
                                    "customerCards": [
                                      {
                                        "$id": "64",
                                        "cardType": 2,
                                        "issueDate": "2025-08-02T23:15:55.5477643",
                                        "expiry": "2025-08-02T23:15:55.5477643",
                                        "customerID": "c0cpb2VrxkyfP62+CH7cUg==",
                                        "customerIDGuid": "6f294773-6b65-4cc6-9f3f-adbe087edc52",
                                        "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-08-02T23:15:55.5477643",
                                        "linkedAccount": "NKpU5X66FUSFN5AeIcxkYA==",
                                        "linkedAccountGuid": "e554aa34-ba7e-4415-8537-901e21cc6460",
                                        "currentValueChanged": true,
                                        "limitsChanged": true,
                                        "customer": {
                                          "$ref": "63"
                                        },
                                        "account": {
                                          "$id": "65",
                                          "id": 1,
                                          "identifier": "/R42x9UrnUm9Z4G7CLALYQ==",
                                          "identifierGuid": "c7361efd-2bd5-499d-bd67-81bb08b00b61",
                                          "referenceNo": "sample string 3",
                                          "name": "sample string 4",
                                          "created": "2025-08-02T23:15:55.5477643",
                                          "owner": "zsBwBHW39kakf5Or2YzveQ==",
                                          "ownerGuid": "0470c0ce-b775-46f6-a47f-93abd98cef79",
                                          "accountStoreGroupIdentifier": "f65cCaG5SUyhqPx69SKuVQ==",
                                          "accountStoreGroupGuid": "095cae7f-b9a1-4c49-a1a8-fc7af522ae55",
                                          "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-08-02T23:15:55.5477643",
                                          "active": true,
                                          "updated": "2025-08-02T23:15:55.5477643",
                                          "deleted": true,
                                          "deletedUser": "sample string 16",
                                          "currentBalanceChanged": true,
                                          "maximumLimitChanged": true,
                                          "loyaltyPointsChanged": true,
                                          "projectedBalance": 17,
                                          "accountStoreGroupStoreIDs": [
                                            1,
                                            2
                                          ],
                                          "customerEmail": "sample string 18",
                                          "ownerCustomer": {
                                            "$ref": "63"
                                          },
                                          "card": {
                                            "$ref": "64"
                                          },
                                          "members": {
                                            "$id": "66",
                                            "sample string 1": [
                                              {
                                                "$ref": "63"
                                              },
                                              {
                                                "$ref": "63"
                                              }
                                            ],
                                            "sample string 2": [
                                              {
                                                "$ref": "63"
                                              },
                                              {
                                                "$ref": "63"
                                              }
                                            ]
                                          },
                                          "customerGroups": [
                                            {
                                              "$id": "67",
                                              "identifier": "LJQcnzV64kmtvnvO1qTMGQ==",
                                              "identifierGuid": "9f1c942c-7a35-49e2-adbe-7bced6a4cc19",
                                              "name": "sample string 2",
                                              "primaryContact": "Rquz+yY2EEC9Km96PG+L7A==",
                                              "primaryContactGuid": "fbb3ab46-3626-4010-bd2a-6f7a3c6f8bec",
                                              "accountID": "1YX8SQxtgUemTEEbFFPrag==",
                                              "accountIDGuid": "49fc85d5-6d0c-4781-a64c-411b1453eb6a",
                                              "special": true,
                                              "updated": "2025-08-02T23:15:55.5477643",
                                              "active": true,
                                              "reasonInactive": 1,
                                              "priceLevelIdentifier": "Ep70j9StbEC/DSKpooRAvg==",
                                              "priceLevelIdentifierGuid": "8ff49e12-add4-406c-bf0d-22a9a28440be",
                                              "deleted": true,
                                              "account": {
                                                "$ref": "65"
                                              },
                                              "primaryContactCustomer": {
                                                "$ref": "63"
                                              },
                                              "customerGroupMembers": [
                                                {
                                                  "$id": "68",
                                                  "id": 1,
                                                  "groupID": "XcbhK0Phc0+kCGfl560EZw==",
                                                  "groupIDGuid": "2be1c65d-e143-4f73-a408-67e5e7ad0467",
                                                  "customerID": "Cso6frfOS0ucDwjGF1B1JA==",
                                                  "customerIDGuid": "7e3aca0a-ceb7-4b4b-9c0f-08c617507524",
                                                  "card": "sample string 4",
                                                  "linkedAccount": "2aRg43y0OkuTmm/lEW+O5A==",
                                                  "linkedAccountGuid": "e360a4d9-b47c-4b3a-939a-6fe5116f8ee4",
                                                  "customer": {
                                                    "$ref": "63"
                                                  },
                                                  "group": {
                                                    "$ref": "67"
                                                  },
                                                  "customerCard": {
                                                    "$ref": "64"
                                                  }
                                                },
                                                {
                                                  "$ref": "68"
                                                }
                                              ]
                                            },
                                            {
                                              "$ref": "67"
                                            }
                                          ]
                                        },
                                        "payments": [
                                          {
                                            "$id": "69",
                                            "id": 1,
                                            "identifier": "3xBgMhPjsUywXL3xHQXvIQ==",
                                            "identifierGuid": "326010df-e313-4cb1-b05c-bdf11d05ef21",
                                            "storeID": 2,
                                            "operatorName": "sample string 3",
                                            "saleHeaderID": 4,
                                            "paymentType": 5,
                                            "amount": 6,
                                            "account": "sample string 7",
                                            "accountID": "YyLwRQW1/0uAmTbjSM/a1A==",
                                            "accountIDGuid": "45f02263-b505-4bff-8099-36e348cfdad4",
                                            "customerAccount": {
                                              "$ref": "65"
                                            },
                                            "customerCard": {
                                              "$ref": "64"
                                            },
                                            "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-08-02T23:15:55.5477643",
                                            "invRocNo": "sample string 14",
                                            "responseCode": "sample string 15",
                                            "cashout": 1,
                                            "tip": 16,
                                            "idempotentVoid": "QlfVkn1Pa0iC30RP/UtDEw==",
                                            "idempotentVoidGuid": "92d55742-4f7d-486b-82df-444ffd4b4313",
                                            "offline": true,
                                            "processed": 1,
                                            "storeSaleHeader": {
                                              "$id": "70",
                                              "saleHeaderID": 1,
                                              "saleHeaderGuid": "MtRNgxPS00K1lOqvQBvN+Q==",
                                              "saleHeaderIdentifierGuid": "834dd432-d213-42d3-b594-eaaf401bcdf9",
                                              "created": "2025-08-02T23:15:55.5477643",
                                              "createdLocal": "2025-08-02T23:15:55.5477643",
                                              "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-08-02T23:15:55.5477643",
                                              "storeID": 1,
                                              "operatorG_Uid": "ebhmjWWHskKUX5vyzvRMDQ==",
                                              "operatorGuid": "8d66b879-8765-42b2-945f-9bf2cef44c0d",
                                              "customerG_Uid": "909lOkrf4km56IwlEjzfew==",
                                              "customerGuid": "3a654ff7-df4a-49e2-b9e8-8c25123cdf7b",
                                              "communityIdentifier": "uUhKk2QJY0ybe6Hd4jRZDA==",
                                              "communityIdentifierGuid": "934a48b9-0964-4c63-9b7b-a1dde234590c",
                                              "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": "eQaYMKLAEUCMiRAcoYp7Nw==",
                                              "priceLevelIdentifierGuid": "30980679-c0a2-4011-8c89-101ca18a7b37",
                                              "locked": 36,
                                              "relationChecksum": "sample string 37",
                                              "loyaltyTender": 1,
                                              "giftCardTender": 1,
                                              "operator": {
                                                "$ref": "30"
                                              },
                                              "customer": {
                                                "$ref": "63"
                                              },
                                              "communityOrganisation": {
                                                "$id": "71",
                                                "id": 1,
                                                "identifier": "Er6fkAj2HU63MMmQawkdjg==",
                                                "identifierGuid": "909fbe12-f608-4e1d-b730-c9906b091d8e",
                                                "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-08-02T23:15:55.5477643",
                                                "deleted": true
                                              },
                                              "details": [
                                                {
                                                  "$id": "72",
                                                  "saleItemID": 1,
                                                  "identifier": "33Lx6p2hi06x2pwKjDzhrQ==",
                                                  "identifierGuid": "eaf172df-a19d-4e8b-b1da-9c0a8c3ce1ad",
                                                  "saleHeaderID": 2,
                                                  "plu": 1,
                                                  "pluG_UId": "o6W+QFMcfUym8u/VUdu1QA==",
                                                  "pluGuid": "40bea5a3-1c53-4c7d-a6f2-efd551dbb540",
                                                  "accountID": "iy0v9y1wBUCivD9VZ2I7HA==",
                                                  "accountIDGuid": "f72f2d8b-702d-4005-a2bc-3f5567623b1c",
                                                  "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-08-02T23:15:55.5477643",
                                                  "bestOrExpireType": 1,
                                                  "providerName": "sample string 11",
                                                  "refundG_UID": "vQiP1dNonkW7tSUzn2pRHQ==",
                                                  "refundGuid": "d58f08bd-68d3-459e-bbb5-25339f6a511d",
                                                  "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": "/Q9474PUk0CWijOrinSMvw==",
                                                  "idempotentVoidGuid": "ef780ffd-d483-4093-968a-33ab8a748cbf",
                                                  "priceLevelIdentifier": "0whnC43wtkOp4y/Qlregkw==",
                                                  "priceLevelIdentifierGuid": "0b6708d3-f08d-43b6-a9e3-2fd096b7a093",
                                                  "productName": "sample string 23",
                                                  "apn": "sample string 24",
                                                  "unknownScans": [
                                                    {
                                                      "$id": "73",
                                                      "id": 1,
                                                      "saleDetailID": 2,
                                                      "storeID": 1,
                                                      "scanned": "2025-08-02T23:15:55.5477643",
                                                      "operatorG_UID": "QEA=",
                                                      "barcode": "sample string 4",
                                                      "processed": 1
                                                    },
                                                    {
                                                      "$ref": "73"
                                                    }
                                                  ],
                                                  "refund": {
                                                    "$id": "74",
                                                    "id": 1,
                                                    "g_UID": "WX6aYKyDqEWZaODkEL4tPw==",
                                                    "guid": "609a7e59-83ac-45a8-9968-e0e410be2d3f",
                                                    "description": "sample string 1",
                                                    "dumped": true,
                                                    "inventoryReasonID": 1,
                                                    "sortOrder": 1,
                                                    "updated": "2025-08-02T23:15:55.5477643"
                                                  },
                                                  "modifier": {
                                                    "$id": "75",
                                                    "id": 1,
                                                    "setG_UID": "1XyL9wneREOI4f8n8t2VnA==",
                                                    "modifierSetGuid": "f78b7cd5-de09-4344-88e1-ff27f2dd959c",
                                                    "name": "sample string 2",
                                                    "price": 1,
                                                    "quantity": 1,
                                                    "modifierType": 1,
                                                    "groupNumber": 1,
                                                    "pageNumber": 1,
                                                    "controlOrder": 1,
                                                    "printToStation": true,
                                                    "pluG_UID": "wjPlM7KtqEi/+9LMdbqQwA==",
                                                    "pluGuid": "33e533c2-adb2-48a8-bffb-d2cc75ba90c0",
                                                    "deleted": true,
                                                    "g_UID": "D+5o/Zb+qkmX+K577oYqGQ==",
                                                    "guid": "fd68ee0f-fe96-49aa-97f8-ae7bee862a19",
                                                    "product": {
                                                      "$ref": "18"
                                                    }
                                                  },
                                                  "priceLevelName": "sample string 25",
                                                  "pumpNumber": 1,
                                                  "hoseNumber": 1
                                                },
                                                {
                                                  "$ref": "72"
                                                }
                                              ],
                                              "eftReceipts": [
                                                {
                                                  "$id": "76",
                                                  "id": 1,
                                                  "storeID": 1,
                                                  "saleHeaderID": 2,
                                                  "storeSaleHeader": {
                                                    "$ref": "70"
                                                  },
                                                  "receipt": "sample string 3",
                                                  "processed": 1
                                                },
                                                {
                                                  "$ref": "76"
                                                }
                                              ],
                                              "payments": [
                                                {
                                                  "$ref": "69"
                                                },
                                                {
                                                  "$ref": "69"
                                                }
                                              ],
                                              "cards": [
                                                {
                                                  "$id": "77",
                                                  "id": 1,
                                                  "saleHeaderID": 1,
                                                  "identifier": "sample string 2",
                                                  "cardType": 3,
                                                  "providerName": "sample string 4"
                                                },
                                                {
                                                  "$ref": "77"
                                                }
                                              ],
                                              "campaignHits": [
                                                {
                                                  "$id": "78",
                                                  "id": 1,
                                                  "saleHeaderID": 2,
                                                  "campaign": "sample string 3",
                                                  "name": "sample string 4",
                                                  "processed": 1,
                                                  "campaignDescription": "sample string 5"
                                                },
                                                {
                                                  "$ref": "78"
                                                }
                                              ],
                                              "fuel": [
                                                {
                                                  "$id": "79",
                                                  "id": 1,
                                                  "plu": 1,
                                                  "pluG_UID": "1qB3h9aMS0yTfeV7ljkltA==",
                                                  "pluGuid": "8777a0d6-8cd6-4c4b-937d-e57b963925b4",
                                                  "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-08-02T23:15:55.5477643",
                                                  "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-08-02T23:15:55.5477643",
                                                  "tagNumber": "sample string 15",
                                                  "trackTwoRem": "sample string 16",
                                                  "transCode": 1,
                                                  "transType": 1,
                                                  "unitPrice": 1.0,
                                                  "vehicleReg": "sample string 17",
                                                  "offline": true,
                                                  "processed": 1
                                                },
                                                {
                                                  "$ref": "79"
                                                }
                                              ],
                                              "fuelResells": [
                                                {
                                                  "$id": "80",
                                                  "saleItemID": 1,
                                                  "saleHeaderID": 2,
                                                  "plu": 1,
                                                  "pluG_UId": "ENZOCgwyu0eeCVv0Eqw4hQ==",
                                                  "pluGuid": "0a4ed610-320c-47bb-9e09-5bf412ac3885",
                                                  "accountID": "fg4V/MWijEOn73owtej+XQ==",
                                                  "accountIDGuid": "fc150e7e-a2c5-438c-a7ef-7a30b5e8fe5d",
                                                  "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-08-02T23:15:55.5477643",
                                                  "bestOrExpireType": 1,
                                                  "refundG_UID": "X/UMgep+10K6rRDJXoDdSQ==",
                                                  "refundGuid": "810cf55f-7eea-42d7-baad-10c95e80dd49",
                                                  "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": "80"
                                                }
                                              ],
                                              "customerOrder": [
                                                {
                                                  "$id": "81",
                                                  "identifier": "r054f487KkmWaqGhuf4/yg==",
                                                  "identifierGuid": "7f784eaf-3b8f-492a-966a-a1a1b9fe3fca",
                                                  "id": 1,
                                                  "orderNo": 2,
                                                  "externalSaleIdentifier": "sample string 3",
                                                  "storeID": 4,
                                                  "zoneID": 5,
                                                  "deptNo": 6,
                                                  "customerIdentifier": "SGZ0X0Yv90GHpIfl5aHAtA==",
                                                  "customerIdentifierGuid": "5f746648-2f46-41f7-87a4-87e5e5a1c0b4",
                                                  "operatorNo": 1,
                                                  "operatorG_UID": "Y3dtJbqYGEy9gJ3N95sx6w==",
                                                  "operatorGuid": "256d7763-98ba-4c18-bd80-9dcdf79b31eb",
                                                  "created": "2025-08-02T23:15:55.5477643",
                                                  "ordered": "2025-08-02T23:15:55.5477643",
                                                  "started": "2025-08-02T23:15:55.5477643",
                                                  "completed": "2025-08-02T23:15:55.5477643",
                                                  "supplied": "2025-08-02T23:15:55.5477643",
                                                  "quickTicket": 1,
                                                  "deleted": true,
                                                  "walkAway": true,
                                                  "approxWait": 1,
                                                  "actualWait": 1,
                                                  "deliveryMethod": 8,
                                                  "externalSaleType": 9,
                                                  "customer": {
                                                    "$ref": "63"
                                                  },
                                                  "operator": {
                                                    "$ref": "30"
                                                  },
                                                  "details": [
                                                    {
                                                      "$id": "82",
                                                      "headerID": 1,
                                                      "plu": 1,
                                                      "pluG_UId": "TdcwxZI1u0mYF5KpzrwV7Q==",
                                                      "pluGuid": "c530d74d-3592-49bb-9817-92a9cebc15ed",
                                                      "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": "FXLW52sy0EWxY8JPfAmLkg==",
                                                      "headerIdentifierGuid": "e7d67215-326b-45d0-b163-c24f7c098b92",
                                                      "product": {
                                                        "$ref": "18"
                                                      }
                                                    },
                                                    {
                                                      "$ref": "82"
                                                    }
                                                  ],
                                                  "storeName": "sample string 11",
                                                  "customerName": "sample string 12",
                                                  "storeReplyTo": "sample string 13",
                                                  "storeSubjectLine": "sample string 14",
                                                  "storeSaleHeader": {
                                                    "$ref": "70"
                                                  }
                                                },
                                                {
                                                  "$ref": "81"
                                                }
                                              ],
                                              "surveyResponses": [
                                                {
                                                  "$id": "83",
                                                  "surveyG_UID": "mYbkesstLEaVDrXNabCxLA==",
                                                  "surveyGuid": "7ae48699-2dcb-462c-950e-b5cd69b0b12c",
                                                  "saleHeaderGuid": "l6MgQZWA9EyqQXCIixI3fg==",
                                                  "saleGuid": "4120a397-8095-4cf4-aa41-70888b12377e",
                                                  "textResponse": "sample string 1",
                                                  "integerResponse": 1,
                                                  "g_UIDResponse": "gmqyOqXnm0KWCXFnhKJiaw==",
                                                  "guidResponse": "3ab26a82-e7a5-429b-9609-716784a2626b",
                                                  "whoAnswered": 2,
                                                  "answeredAtUTC": "2025-08-02T23:15:55.5477643",
                                                  "sale": {
                                                    "$ref": "70"
                                                  },
                                                  "survey": {
                                                    "$id": "84",
                                                    "g_UID": "gBYj9nfVIU2tLtIbXyg/yw==",
                                                    "guid": "f6231680-d577-4d21-ad2e-d21b5f283fcb",
                                                    "name": "sample string 1",
                                                    "storeID": 2,
                                                    "zoneID": 1,
                                                    "checkoutFormG_UID": "isvZShvSTU+n4rgYWMJi4g==",
                                                    "checkoutFormGuid": "4ad9cb8a-d21b-4f4d-a7e2-b81858c262e2",
                                                    "displayToWho": 3,
                                                    "displayWhen": 4,
                                                    "start": "2025-08-02T23:15:55.5477643",
                                                    "end": "2025-08-02T23:15:55.5477643",
                                                    "deleted": true,
                                                    "updated": "2025-08-02T23:15:55.5477643",
                                                    "possibleIntegerResponses": [
                                                      1,
                                                      2
                                                    ],
                                                    "possibleTextResponses": [
                                                      "sample string 1",
                                                      "sample string 2"
                                                    ],
                                                    "possibleGuidResponses": [
                                                      "eaeb0558-6d01-4a8e-9507-73854eecc738",
                                                      "293aa687-8e19-45dc-9524-73201ccf292e"
                                                    ],
                                                    "allowsAllTextResponses": true,
                                                    "surveyForm": {
                                                      "$ref": "38"
                                                    }
                                                  },
                                                  "ingressId": "sample string 4"
                                                },
                                                {
                                                  "$ref": "83"
                                                }
                                              ],
                                              "storeName": "sample string 38",
                                              "machineName": "sample string 39",
                                              "operatorName": "sample string 40",
                                              "direction": 1,
                                              "reason": "sample string 41",
                                              "accountG_UID": "G2r9IANNG06TLqUx/4GMNA==",
                                              "accountIdentifier": "20fd6a1b-4d03-4e1b-932e-a531ff818c34",
                                              "accountName": "sample string 42",
                                              "customerOrderIdentifier": "ia9ff48Pq0iVNkYKBct80g==",
                                              "customerOrderIdentifierGuid": "7f5faf89-0f8f-48ab-9536-460a05cb7cd2",
                                              "priceLevelName": "sample string 43",
                                              "revision": 44,
                                              "ingressId": "sample string 45"
                                            },
                                            "metadata": {
                                              "$id": "85",
                                              "id": 1,
                                              "paymentID": 2,
                                              "paymentIdentifier": "oWtS0eYGFEGqMsvN8QEjpg==",
                                              "paymentIdentifierGuid": "d1526ba1-06e6-4114-aa32-cbcdf10123a6",
                                              "identifier": "pmx2Myos1ECuIfN72LbmLQ==",
                                              "identifierGuid": "33766ca6-2c2a-40d4-ae21-f37bd8b6e62d",
                                              "metadata": "sample string 3",
                                              "signatureImage": "QEA=",
                                              "itemIdentifier": "H6Ld+mCPRkSSc9JXPBTpug==",
                                              "itemIdentifierGuid": "fadda21f-8f60-4446-9273-d2573c14e9ba"
                                            }
                                          },
                                          {
                                            "$ref": "69"
                                          }
                                        ]
                                      },
                                      {
                                        "$ref": "64"
                                      }
                                    ],
                                    "customerGroupMembers": [
                                      {
                                        "$ref": "68"
                                      },
                                      {
                                        "$ref": "68"
                                      }
                                    ],
                                    "customerGroups": [
                                      {
                                        "$ref": "67"
                                      },
                                      {
                                        "$ref": "67"
                                      }
                                    ],
                                    "accounts": [
                                      {
                                        "$ref": "65"
                                      },
                                      {
                                        "$ref": "65"
                                      }
                                    ],
                                    "account": {
                                      "$ref": "65"
                                    },
                                    "vouchers": [
                                      {
                                        "$id": "86",
                                        "customerIdentifier": "4ZhHiTw+K0+Gq9JGhaE0/Q==",
                                        "customerIdentifierGuid": "894798e1-3e3c-4f2b-86ab-d24685a134fd",
                                        "voucherName": "sample string 2",
                                        "count": 3,
                                        "storeID": 4,
                                        "barcode": "sample string 5",
                                        "redeemCount": 6,
                                        "issueCount": 7,
                                        "storeSalePaymentID": 1,
                                        "idempotentID": "7aQbdshv1kuGKFce0dBfIw==",
                                        "idempotentGuid": "761ba4ed-6fc8-4bd6-8628-571ed1d05f23",
                                        "offline": true,
                                        "voucher": {
                                          "$id": "87",
                                          "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-08-02T23:15:55.5477643",
                                          "barcodeTemplate": {
                                            "$id": "88",
                                            "templateID": 1,
                                            "template": "sample string 1",
                                            "bcFunction": "sample string 2",
                                            "sortOrder": 3
                                          },
                                          "scaleLabel": {
                                            "$id": "89",
                                            "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-08-02T23:15:55.5477643",
                                            "labelPageLayout": "n+PKUwyP802tQkYqpdsm0Q==",
                                            "pageLayoutGuid": "53cae39f-8f0c-4df3-ad42-462aa5db26d1",
                                            "labelType": 6,
                                            "oldName": "sample string 7",
                                            "voucher": {
                                              "$ref": "87"
                                            },
                                            "elements": [
                                              {
                                                "$id": "90",
                                                "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-08-02T23:15:55.5477643"
                                              },
                                              {
                                                "$ref": "90"
                                              }
                                            ]
                                          },
                                          "customerVouchers": [
                                            {
                                              "$id": "91",
                                              "id": 1,
                                              "customerIdentifier": "28wD22R80Uus4ay3coOWRg==",
                                              "customerIdentifierGuid": "db03ccdb-7c64-4bd1-ace1-acb772839646",
                                              "voucherID": 3,
                                              "voucherName": "sample string 4",
                                              "storeID": 1,
                                              "barcode": "sample string 5",
                                              "dateOfIssue": "2025-08-02T23:15:55.5477643",
                                              "issuedSaleHeaderID": 1,
                                              "issuedSaleIdentifier": "sample string 7",
                                              "issuedOfflinePaymentID": 1,
                                              "issuedIdempotentID": "VQ6k9MmPP0aP+1yAluUjjA==",
                                              "issuedIdempotentGuid": "f4a40e55-8fc9-463f-8ffb-5c8096e5238c",
                                              "issuedOffline": true,
                                              "issuedUser": "sample string 9",
                                              "issuedNotes": "sample string 10",
                                              "expiryDate": "2025-08-02T23:15:55.5477643",
                                              "expiredUser": "sample string 11",
                                              "expiredNotes": "sample string 12",
                                              "redeemed": "2025-08-02T23:15:55.5477643",
                                              "redeemedSaleHeaderID": 1,
                                              "redeemedSaleIdentifier": "sample string 13",
                                              "redeemedOfflinePaymentID": 1,
                                              "redeemedIdempotentID": "F/1FawHbNU2vlIayRda3+Q==",
                                              "redeemedIdempotentGuid": "6b45fd17-db01-4d35-af94-86b245d6b7f9",
                                              "redeemedUser": "sample string 14",
                                              "redeemedNotes": "sample string 15",
                                              "redeemedOffline": true,
                                              "updated": "2025-08-02T23:15:55.5477643",
                                              "storeName": "sample string 17",
                                              "scaleLabel": {
                                                "$ref": "89"
                                              },
                                              "voucher": {
                                                "$ref": "87"
                                              },
                                              "customer": {
                                                "$ref": "63"
                                              },
                                              "issuedOfflinePayment": {
                                                "$ref": "69"
                                              },
                                              "redeemedOfflinePayment": {
                                                "$ref": "69"
                                              }
                                            },
                                            {
                                              "$ref": "91"
                                            }
                                          ]
                                        },
                                        "customer": {
                                          "$ref": "63"
                                        }
                                      },
                                      {
                                        "$ref": "86"
                                      }
                                    ]
                                  }
                                },
                                {
                                  "$ref": "62"
                                }
                              ],
                              "customerGroups": [
                                {
                                  "$id": "92",
                                  "id": 1,
                                  "campaignID": 2,
                                  "campaignName": "sample string 3",
                                  "groupID": "OTtI8OKKckGA+4qaUOyYMw==",
                                  "groupIDGuid": "f0483b39-8ae2-4172-80fb-8a9a50ec9833",
                                  "campaign": {
                                    "$ref": "59"
                                  },
                                  "group": {
                                    "$ref": "67"
                                  }
                                },
                                {
                                  "$ref": "92"
                                }
                              ],
                              "signIqTickets": [
                                {
                                  "$id": "93",
                                  "identifier": "87XtgqiRf02uLWLga+3hiA==",
                                  "identifierGuid": "82edb5f3-91a8-4d7f-ae2d-62e06bede188",
                                  "campaignName": "sample string 2",
                                  "message": "sample string 3",
                                  "ticketFileSource": "sample string 4",
                                  "ticketFileDestination": "sample string 5",
                                  "storeID": 1
                                },
                                {
                                  "$ref": "93"
                                }
                              ],
                              "comboPriceGroups": [
                                {
                                  "$id": "94",
                                  "id": 1,
                                  "campaignID": 2,
                                  "campaignName": "sample string 3",
                                  "g_UID": "KVz/vY4LE0+UNSsaxpBiMg==",
                                  "guid": "bdff5c29-0b8e-4f13-9435-2b1ac6906232",
                                  "description": "sample string 5",
                                  "newPrice": 1,
                                  "rangeDescription": "sample string 6",
                                  "dealDescription": "sample string 7",
                                  "labelQuantity": 8,
                                  "hostProductCategoryID": 1,
                                  "offerID": 1,
                                  "dontUpdatePricePlus": true,
                                  "campaign": {
                                    "$ref": "59"
                                  },
                                  "comboPricePlus": [
                                    {
                                      "$id": "95",
                                      "id": 1,
                                      "campaignID": 2,
                                      "campaignName": "sample string 3",
                                      "groupG_UID": "fB0D7DFAsUGaY3iaCMeUWw==",
                                      "groupGuid": "ec031d7c-4031-41b1-9a63-789a08c7945b",
                                      "comboPriceType": 5,
                                      "priceType": 5,
                                      "pluG_UID": "zEIoJdhHjkSqlCZufvJmBg==",
                                      "pluGuid": "252842cc-47d8-448e-aa94-266e7ef26606",
                                      "priceGroupG_UID": "bnAYbpb2qEKCVsQKNTBWbA==",
                                      "priceGroupGuid": "6e18706e-f696-42a8-8256-c40a3530566c",
                                      "campaignPoolID": "sample string 7",
                                      "quantity": 1,
                                      "campaign": {
                                        "$ref": "59"
                                      },
                                      "product": {
                                        "$ref": "18"
                                      },
                                      "priceGroup": {
                                        "$ref": "24"
                                      },
                                      "campaignPool": {
                                        "$ref": "59"
                                      }
                                    },
                                    {
                                      "$ref": "95"
                                    }
                                  ]
                                },
                                {
                                  "$ref": "94"
                                }
                              ],
                              "priceLevels": [
                                {
                                  "$id": "96",
                                  "id": 1,
                                  "priceLevelIdentifier": "3O8rdY5I9UykJJnsux9BPQ==",
                                  "priceLevelIdentifierGuid": "752befdc-488e-4cf5-a424-99ecbb1f413d",
                                  "campaignName": "sample string 3",
                                  "priceLevelName": "sample string 4"
                                },
                                {
                                  "$ref": "96"
                                }
                              ]
                            },
                            "product": {
                              "$ref": "18"
                            },
                            "dealCost": {
                              "$id": "97",
                              "headerIdentifier": "TNoHddwdvE2kfv41rCuJ9A==",
                              "headerIdentifierGuid": "7507da4c-1ddc-4dbc-a47e-fe35ac2b89f4",
                              "identifier": "yhxDmirvpkuF8HFiky44OA==",
                              "identifierGuid": "9a431cca-ef2a-4ba6-85f0-7162932e3838",
                              "supplierIdentifier": "nDDK6u25TUCJTSjwTC7Tig==",
                              "supplierGuid": "eaca309c-b9ed-404d-894d-28f04c2ed38a",
                              "pluG_UID": "mlWw2PKE80a7lPTO0qr0Qg==",
                              "pluGuid": "d8b0559a-84f2-46f3-bb94-f4ced2aaf442",
                              "campaignName": "9e83426c-3b0d-45e4-ba14-d4ddf5d07719",
                              "description": "sample string 4",
                              "cost": 5,
                              "costDecimals": 6,
                              "start": "2025-08-02T23:15:55.5477643",
                              "end": "2025-08-02T23:15:55.5477643",
                              "type": 9,
                              "promoType": 10,
                              "bonusItemPLUG_UID": "vIu9/MTihUOfiid3jj7MbA==",
                              "bonusItemPluGuid": "fcbd8bbc-e2c4-4385-9f8a-27778e3ecc6c",
                              "bonusPurchaseUnits": 11,
                              "bonusReceiveUnits": 12,
                              "updated": "2025-08-02T23:15:55.5477643",
                              "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-08-02T23:15:55.5477643",
                              "campaignEndDate": "2025-08-02T23:15:55.5477643",
                              "masterPLUG_UID": "tOrDAQ8Fi0i37SjK4bXg8g==",
                              "masterID": "01c3eab4-050f-488b-b7ed-28cae1b5e0f2",
                              "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": "Llz6/DSlDECJ97dpFJYmzQ==",
                              "bonusMasterID": "fcfa5c2e-a534-400c-89f7-b769149626cd",
                              "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-08-02T23:15:55.5477643",
                          "dealCosts": [
                            {
                              "$ref": "97"
                            },
                            {
                              "$ref": "97"
                            }
                          ],
                          "tags": [
                            {
                              "$id": "98",
                              "pluG_UID": "/sup9il/UUmkTFjPPKwjWA==",
                              "pluGuid": "f6a9cbfe-7f29-4951-a44c-58cf3cac2358",
                              "tagID": 1,
                              "description": "sample string 1",
                              "storeIDs": [
                                1,
                                2
                              ]
                            },
                            {
                              "$ref": "98"
                            }
                          ],
                          "alternateProductG_UID": "SMufC+xev0iVq67PQLHdVg==",
                          "alternateProduct": "0b9fcb48-5eec-48bf-95ab-aecf40b1dd56",
                          "productHostCode": {
                            "$id": "99",
                            "id": 1,
                            "pluG_UID": "1TnFYPjmgkuR6+lyVexG5Q==",
                            "pluGuid": "60c539d5-e6f8-4b82-91eb-e97255ec46e5",
                            "ibaCode": "sample string 2"
                          },
                          "mscCat": {
                            "$ref": "53"
                          },
                          "mscCom": {
                            "$ref": "54"
                          },
                          "mscDep": {
                            "$ref": "56"
                          },
                          "mscSubCom": {
                            "$ref": "55"
                          },
                          "isUserUpdate": true,
                          "ignoreMasterProduct": true,
                          "priceGroupLabelRequested": true,
                          "firstSold": "2025-08-02T23:15:55.5477643",
                          "inventoryTracked": "2025-08-02T23:15:55.5477643",
                          "isNormalPriceChangesCampaign": true
                        },
                        "supplier": {
                          "$ref": "13"
                        },
                        "serviceFee": {
                          "$id": "100",
                          "id": 1,
                          "description": "sample string 1",
                          "fee": 1
                        },
                        "isPrimaryHost": true,
                        "hostVendor": 47
                      },
                      {
                        "$ref": "16"
                      }
                    ],
                    "orderCycleHeaders": [
                      {
                        "$id": "101",
                        "storeID": 1,
                        "supplierIdentifier": "emRRgS6MNEWQdOjhDlRg1w==",
                        "supplierGuid": "8151647a-8c2e-4534-9074-e8e10e5460d7",
                        "departmentCode": "sample string 2",
                        "warehouseDirectIndicator": "sample string 3",
                        "type": 4,
                        "storeName": "sample string 5",
                        "departmentName": "sample string 6",
                        "orderDays": 7
                      },
                      {
                        "$ref": "101"
                      }
                    ],
                    "cycles": [
                      {
                        "$id": "102",
                        "storeID": 1,
                        "supplierIdentifier": "9GLqvulZZk23c8dv5eJ1pw==",
                        "supplierGuid": "beea62f4-59e9-4d66-b773-c76fe5e275a7",
                        "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-08-02T23:15:55.5477643",
                        "deliveryDate": "2025-08-02T23:15:55.5477643",
                        "nextCutOffDate": "2025-08-02T23:15:55.5477643",
                        "nextDeliveryDate": "2025-08-02T23:15:55.5477643",
                        "nextDaysBuffer": 10
                      },
                      {
                        "$ref": "102"
                      }
                    ],
                    "store": {
                      "$ref": "9"
                    },
                    "updated": "2025-08-02T23:15:55.5477643",
                    "isHost": true
                  },
                  "files": [
                    {
                      "$id": "103",
                      "id": "sample string 1",
                      "fileName": "sample string 2",
                      "extension": "sample string 3",
                      "provider": 0,
                      "type": 0,
                      "hostType": "sample string 4",
                      "createdUtc": "2025-08-02T23:15:55.5477643",
                      "processed": "2025-08-02T23:15:55.5477643",
                      "isProcessing": true,
                      "processedCount": 6,
                      "processingTime": 1,
                      "collectedUtc": "2025-08-02T23:15:55.5477643",
                      "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": "12"
                      },
                      "metcashHeader": {
                        "$id": "104",
                        "customerNumber": "sample string 1",
                        "creationDate": "2025-08-02T23:15:55.5477643",
                        "businessPillar": "sample string 3",
                        "fileType": "sample string 4"
                      }
                    },
                    {
                      "$ref": "103"
                    }
                  ],
                  "zoneMatrix": [
                    {
                      "$id": "105",
                      "id": 1,
                      "hostIdentifier": "1UadVywhokmf3252vpQfrw==",
                      "hostIdentifierGuid": "579d46d5-212c-49a2-9fdf-6e76be941faf",
                      "storeID": 1,
                      "departmentCode": "sample string 2",
                      "hostGuids": [
                        "87933ec0-c142-4c8c-b504-626f49d58e24",
                        "20c270df-c8ee-4eb7-9c31-3178fc302ce5"
                      ]
                    },
                    {
                      "$ref": "105"
                    }
                  ],
                  "hostFileStoreSetting": {
                    "$ref": "11"
                  },
                  "hostStoreSettings": [
                    {
                      "$ref": "11"
                    },
                    {
                      "$ref": "11"
                    }
                  ],
                  "promotionPlacements": [
                    {
                      "$id": "106",
                      "identifier": "Rt9yuF3u7E2XtiW3cE7JNA==",
                      "identifierGuid": "b872df46-ee5d-4dec-97b6-25b7704ec934",
                      "code": "sample string 2",
                      "description": "sample string 3",
                      "isAdvertised": true
                    },
                    {
                      "$ref": "106"
                    }
                  ],
                  "promoTypeGuids": [
                    "30239df7-b800-4741-bfd3-63d4e54bdd87",
                    "d673ee30-9741-4069-8fa3-48a7bbd7c9ec"
                  ],
                  "isPromotionOnly": false,
                  "isOrderable": false,
                  "vendor": 0
                },
                "groupIDs": [
                  1,
                  2
                ],
                "hostDescription": "sample string 24"
              },
              {
                "$ref": "11"
              }
            ],
            "accounts": [
              {
                "$ref": "6"
              },
              {
                "$ref": "6"
              }
            ],
            "sales": [
              {
                "$id": "107",
                "id": 1,
                "storeID": 1,
                "externalSalesType": 2,
                "ftpSiteID": 1,
                "lastSaleProcessed": "2025-08-02T23:15:55.5477643",
                "ftpSite": {
                  "$id": "108",
                  "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": "107"
              }
            ],
            "zoneMatrix": [
              {
                "$ref": "105"
              },
              {
                "$ref": "105"
              }
            ],
            "cashManagements": [
              {
                "$id": "109",
                "id": 1,
                "storeID": 1,
                "cashManagementType": 2,
                "apiID": 1,
                "organisationID": "sample string 3",
                "siteName": "sample string 4",
                "thirdPartyAPI": {
                  "$id": "110",
                  "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": "109"
              }
            ],
            "updateStoreID": "ebcbb003-6547-40c0-8cc0-c6a6fbe2f49a",
            "updateStore": {
              "$id": "111",
              "id": "18bc2f63-e597-47c3-a66b-335386ad1a79",
              "name": "sample string 1",
              "lastActivity": "2025-08-02T23:15:55.5477643",
              "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-08-02T23:15:55.5477643"
            },
            "timeZoneId": "sample string 53",
            "securityOptions": {
              "$id": "112",
              "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"
            }
          },
          "grade": {
            "$id": "113",
            "id": 1,
            "gradeID": 2,
            "storeID": 3,
            "g_UID": "lxMuomwUV0aBHO2MJ6pFEA==",
            "guid": "a22e1397-146c-4657-811c-ed8c27aa4510",
            "fuelGrade": "sample string 5",
            "price1": 1,
            "price2": 1,
            "price3": 1,
            "price4": 1,
            "effective": "2025-08-02T23:15:55.5477643",
            "updated": "2025-08-02T23:15:55.5477643",
            "margin": 1,
            "product": {
              "$ref": "18"
            }
          }
        }
      },
      {
        "$ref": "7"
      }
    ],
    "cashBalancingFuelMeters": [
      {
        "$id": "114",
        "headerIdentifier": "Q4BKvlDiOkOKAlWVKUhmgA==",
        "headerIdentifierGuid": "be4a8043-e250-433a-8a02-559529486680",
        "tankNumber": 2,
        "hoseNumber": 3,
        "pumpNumber": 4,
        "fuelGradeID": 1,
        "fuelGrade": "sample string 5",
        "opening": 6.0,
        "openingAdjust": true,
        "adjustments": 8.0,
        "samples": 9.0,
        "pumpTest": 10.0,
        "sales": 11.0,
        "closing": 12.0,
        "closingAdjust": true,
        "rolledOver": true,
        "dailyVariance": 15.0,
        "rolloverVolume": 16.0,
        "rolloverAdjustments": [
          {
            "$id": "115",
            "id": 1,
            "storeID": 2,
            "tankNumber": 3,
            "dispenserNumber": 4,
            "hoseNumber": 5,
            "adjustedFor": "2025-08-02T23:15:55.5477643",
            "adjustedAt": "2025-08-02T23:15:55.5477643",
            "adjustmentVolume": 8.0,
            "reasonDesc": "sample string 9",
            "reason": 10,
            "operatorG_UID": "UuYYP+HmS0qtZjFXm9CdsA==",
            "operatorGuid": "3f18e652-e6e1-4a4b-ad66-31579bd09db0",
            "user": "sample string 11",
            "processed": 1,
            "storeName": "sample string 12",
            "operatorName": "sample string 13"
          },
          {
            "$ref": "115"
          }
        ]
      },
      {
        "$ref": "114"
      }
    ]
  },
  {
    "$ref": "1"
  }
]

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

text/csv

Sample:

Sample not available.

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PK��[����5xl/workbook.xml �(�����0��J}�(�P菊K��
�A���_�[7�����h]WZ۱��
�.��C*U-j���L��:
~��%lӨ
[�5/�(��=xe
�j ���a��jj���ex��1&�fO�#9k��db	�ߔ��"(f@c���Yp�uƏ��TM�����	BҜ�%���X�_PK��[����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
��[���''_rels/.rels �(�<?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="R1492a9523cbc493c" /></Relationships>PK��[���Axl/worksheets/sheet1.xml �(���mS�L��J&ߟd�{����h���U�~� L�8I���.��d�ei��ar����s6��w��O�k��t�!"a��&�t�z�/��?���i�3�'I|�e�p^�Gq�O��r�G�s�2�fi��c����b�����e�*b$D�Y�4.̣���9�F;d��9K��r
˧�����*�3�f�A�������4�A����:o\�����?7>N�!)ٸ�ʧ_g�4��_���t}�,�q���I������b�],ǿʿ�Ŵ��+qAc�h�Z���%/����v5ʛ�z�驊�
��_O�z�������V��yc�4�\+A�GϷz��z�Ջ�˭^6}GIr����~���U�����H� (���^�z�8c���
�G��DQͥ����]�Z�c�RA�B�<#T�l��RP����oU���V�%1��Lx|�*���� �	$F����PE�Y4jEM�g>�0B�Fd.$��)-=i�*��ȣ����М���PTs��(�T�VQEts/�9��v(3��V�D�	VYDh��xسw!6�oČ�����*�XgQ�4+����}Y�*�XgQ�H"��%�R���"�Y�4R�!���oU�΢��q&��ً*�XgQ���Jh�"�s�,b�EM"�9�������X�EO��x���u����؛�����w�y���-�: ��u���]���.�m�K�6�K�61��M�v	�&κ�l��j�]B��O�,S/���gb�z�@,_��e����q �����������@,w�i�ܽw ���r������@,w8�ݡ��h�;t�kcS�]��n7vE����r�}���ݼg2	�6��FI�}8��v�O�8��F��7�ֶ|��/�r���~����#�~�9O��mݴ<��ܪ�W����Ƚ����@��|s ֊�;+w?��YG���{�`��״�5��ځؽ�{zM�����p�;�N��^���tO������~����#�~���5��k��v��Ͽ�#����{�@�^;����k�鵃�{7��ϓ�4�FiZ$Y��}����oPK��[����Pxl/_rels/workbook.xml.rels �(���AN�0E�b͞�qB���ݰa[z��=N�&vd�@�Ƃ#q,*A*�`ӕ5짧�lvo��^ȇ���L#��l��)��v�͞F��F�9��Ć��΃�i��l��'����Q�#.���_2����Ct���:Md�`���1�D�}G���(��#�ؓn`�+�^	]��o	��Z��¯ץ^�Y*E���K!����I?G�6�tZ�5Y�JKBS�lח9���PK��[Ѓc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK��[�we ��xl/sharedStrings.xml �(��U�n�@����	q�"�FJ��(R{�U�BvǨ��;KP�xq�JM=g�����oJF;�N=�[I3�P�z=��y�2��.@��x�.���}�(�R��h�)M]�A.1[Ԍ��U@�hש�Z��mI����
���ܔ�q�G�/%N�<B�4�)P�X	������G��u)�*�@��ʹ�a�
�0�0�E���̅)�i03r��A�Ֆ2���1诵��C-�yDz����=��ž��OeE��ii�wf�f
�j�(?H�`�庸[qi��A�Ϡ�F%�����R�(���.0���
��@�y�H d�45���z(��ﻎA�Ι��GJNn���8�w�
RH�
���J�{§�*x�7�yV�%�u������F7�^��[=<��d��p�����:��@��{�lb����Ur���"On��/���w�
k����A2[L��vJ�q\�������G/��d���[Ro��7�`�_ƥ�O�PK-��[����5xl/workbook.xmlPK-��[����	��[Content_Types].xmlPK-
��[���''U_rels/.relsPK-��[���A�xl/worksheets/sheet1.xmlPK-��[����PTxl/_rels/workbook.xml.relsPK-��[Ѓc'2E
�	xl/styles.xmlPK-��[�we ��xl/sharedStrings.xmlPK�^

application/vnd.ms-excel

Sample:
PK��[�x��5xl/workbook.xml �(����� D�M��(V�i�z��k�SX
Q����"F��zۙ�};�l��v@=_�����$h�Ovw�:MC��E��Ao�[�	$ϲ�8iP�x�&�W�?,?9��K�����2�;j�f�O2[��Dd
��T�`�ER�P
-�i�%��[|���*�<��.%��EYq�w�k����PK��[����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
��[��ۛ''_rels/.rels �(�<?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="Re6db9fba8d1c45fe" /></Relationships>PK��[���Axl/worksheets/sheet1.xml �(���mS�L��J&ߟd�{����h���U�~� L�8I���.��d�ei��ar����s6��w��O�k��t�!"a��&�t�z�/��?���i�3�'I|�e�p^�Gq�O��r�G�s�2�fi��c����b�����e�*b$D�Y�4.̣���9�F;d��9K��r
˧�����*�3�f�A�������4�A����:o\�����?7>N�!)ٸ�ʧ_g�4��_���t}�,�q���I������b�],ǿʿ�Ŵ��+qAc�h�Z���%/����v5ʛ�z�驊�
��_O�z�������V��yc�4�\+A�GϷz��z�Ջ�˭^6}GIr����~���U�����H� (���^�z�8c���
�G��DQͥ����]�Z�c�RA�B�<#T�l��RP����oU���V�%1��Lx|�*���� �	$F����PE�Y4jEM�g>�0B�Fd.$��)-=i�*��ȣ����М���PTs��(�T�VQEts/�9��v(3��V�D�	VYDh��xسw!6�oČ�����*�XgQ�4+����}Y�*�XgQ�H"��%�R���"�Y�4R�!���oU�΢��q&��ً*�XgQ���Jh�"�s�,b�EM"�9�������X�EO��x���u����؛�����w�y���-�: ��u���]���.�m�K�6�K�61��M�v	�&κ�l��j�]B��O�,S/���gb�z�@,_��e����q �����������@,w�i�ܽw ���r������@,w8�ݡ��h�;t�kcS�]��n7vE����r�}���ݼg2	�6��FI�}8��v�O�8��F��7�ֶ|��/�r���~����#�~�9O��mݴ<��ܪ�W����Ƚ����@��|s ֊�;+w?��YG���{�`��״�5��ځؽ�{zM�����p�;�N��^���tO������~����#�~���5��k��v��Ͽ�#����{�@�^;����k�鵃�{7��ϓ�4�FiZ$Y��}����oPK��[h����Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞�M�ࠦݰa[z�'Q۲]�gc���V� �X��j4��'�|�lvo�D^0���V�V9=ھ�S2wv��'��DFI^���!%�@iT�2Σ���,SNCO�TG�#-�iX2�Ig��!:cF��N�f��0}u��� C����R���*2ȓna_��T(�nʊ�Z�7S��<a����25�J4L���\sS�A��)�K/���Z�ץ��Sk^q�������PK��[Ѓc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK��[�we ��xl/sharedStrings.xml �(��U�n�@����	q�"�FJ��(R{�U�BvǨ��;KP�xq�JM=g�����oJF;�N=�[I3�P�z=��y�2��.@��x�.���}�(�R��h�)M]�A.1[Ԍ��U@�hש�Z��mI����
���ܔ�q�G�/%N�<B�4�)P�X	������G��u)�*�@��ʹ�a�
�0�0�E���̅)�i03r��A�Ֆ2���1诵��C-�yDz����=��ž��OeE��ii�wf�f
�j�(?H�`�庸[qi��A�Ϡ�F%�����R�(���.0���
��@�y�H d�45���z(��ﻎA�Ι��GJNn���8�w�
RH�
���J�{§�*x�7�yV�%�u������F7�^��[=<��d��p�����:��@��{�lb����Ur���"On��/���w�
k����A2[L��vJ�q\�������G/��d���[Ro��7�`�_ƥ�O�PK-��[�x��5xl/workbook.xmlPK-��[����	�[Content_Types].xmlPK-
��[��ۛ''V_rels/.relsPK-��[���A�xl/worksheets/sheet1.xmlPK-��[h����PUxl/_rels/workbook.xml.relsPK-��[Ѓc'2E
�	xl/styles.xmlPK-��[�we ��xl/sharedStrings.xmlPK�^