GET api/cashBalancing?Take={Take}&Skip={Skip}&StoreID={StoreID}&EndOfDayManagement={EndOfDayManagement}&StartDate={StartDate}&EndDate={EndDate}

List all cash balancing headers that are available (either created or by time)

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Take

integer

None.

Skip

integer

None.

StoreID

integer

None.

EndOfDayManagement

Filled in by Store setting if not provided

boolean

None.

StartDate

Filter date to match of cash balancing header date

date

None.

EndDate

Filter date to match with cash balancing header date

date

None.

Body Parameters

None.

Response Information

Resource Description

PageList of matching cash balancing header

PageListOfCashBalancingHeader
NameDescriptionTypeAdditional information
Type

string

None.

List

Collection of CashBalancingHeader

None.

Skip

Number of records to skip over

integer

None.

Take

Number of records to take

integer

None.

TotalCount

integer

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

Response Formats

application/json, text/json

Sample:
{
  "type": "CashBalancingHeader",
  "list": [
    {
      "$id": "2",
      "identifier": "qXbaHaEBW0i+AQ2Vk+rEwg==",
      "identifierGuid": "1dda76a9-01a1-485b-be01-0d9593eac4c2",
      "storeID": 2,
      "date": "2026-04-03T06:25:30.7509275",
      "started": "2026-04-03T06:25:30.7509275",
      "ended": "2026-04-03T06:25:30.7509275",
      "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": "3",
          "id": 1,
          "headerIdentifier": "7Ut7l22go0uFWWd6lOJrfA==",
          "headerIdentifierGuid": "977b4bed-a06d-4ba3-8559-677a94e26b7c",
          "operatorG_UID": "Cggm/CGDdEKzMaOhrvJWLw==",
          "operatorGuid": "fc26080a-8321-4274-b331-a3a1aef2562f",
          "date": "2026-04-03T06:25:30.7509275",
          "drawerID": 4,
          "machineID": 5,
          "shiftIdentifier": "ZYroMvjke0uOP+HJb+r6sg==",
          "shiftIdentifierGuid": "32e88a65-e4f8-4b7b-8e3f-e1c96feafab2",
          "operatorCash": 6,
          "managerCash": 7,
          "expectedCash": 8,
          "finalisedCash": 9,
          "operatorCashNote": "sample string 10",
          "managerCashNote": "sample string 11",
          "expectedPickup": 12,
          "pickupCash": 13,
          "start": "2026-04-03T06:25:30.7509275",
          "end": "2026-04-03T06:25:30.7509275",
          "operatorName": "sample string 16",
          "operatorNumber": "sample string 17",
          "machineName": "sample string 18",
          "operators": "sample string 19"
        },
        {
          "$ref": "3"
        }
      ],
      "eftDetails": [
        {
          "$id": "4",
          "id": 1,
          "headerIdentifier": "1dW6wCq2pEW8ct+5TeqnOw==",
          "headerIdentifierGuid": "c0bad5d5-b62a-45a4-bc72-dfb94deaa73b",
          "date": "2026-04-03T06:25:30.7509275",
          "machineID": 1,
          "cardID": 3,
          "cardName": "sample string 4",
          "expectedAmount": 1,
          "managerDeclared": 1,
          "eftTenderCount": 1,
          "machineName": "sample string 5"
        },
        {
          "$ref": "4"
        }
      ],
      "bankDetailSummary": {
        "$id": "5",
        "id": 1,
        "headerIdentifier": "64VscPRzIUebKEvH+5SUMQ==",
        "headerIdentifierGuid": "706c85eb-73f4-4721-9b28-4bc7fb949431",
        "bankName": "sample string 3",
        "expectedCash": 4,
        "cashDeclared": 1,
        "expectedPickup": 5,
        "pickupDeclared": 1,
        "expectedCheque": 6,
        "chequeDeclared": 1
      },
      "cashBalancingBankingAccounts": [
        {
          "$id": "6",
          "id": 1,
          "headerIdentifier": "x5XRy06q4EWfLO5h/xRTEQ==",
          "headerIdentifierGuid": "cbd195c7-aa4e-45e0-9f2c-ee61ff145311",
          "storeAccountID": 3,
          "cashDeclared": 4,
          "pickupDeclared": 5,
          "chequeDeclared": 6,
          "accountName": "sample string 7",
          "storeAccount": {
            "$id": "7",
            "id": 1,
            "storeID": 1,
            "accountName": "sample string 2",
            "bsb": "sample string 3",
            "accountNumber": "sample string 4",
            "accountDesignated": true
          }
        },
        {
          "$ref": "6"
        }
      ],
      "cashBalancingFuelTankLevels": [
        {
          "$id": "8",
          "headerIdentifier": "L33F9Ybh9UqgI0vb2g/TrQ==",
          "headerIdentifierGuid": "f5c57d2f-e186-4af5-a023-4bdbda0fd3ad",
          "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": "9",
            "id": 1,
            "storeID": 2,
            "tankNumber": 3,
            "fuelGrade": "sample string 4",
            "fuelGradeID": 1,
            "capacity": 5.0,
            "lpg": true,
            "waterLevel": 7.0,
            "updated": "2026-04-03T06:25:30.7509275",
            "storeName": "sample string 9",
            "store": {
              "$id": "10",
              "id": 1,
              "isMaster": true,
              "isElectedMaster": true,
              "electedMasterStoreID": 1,
              "isZoneMaster": 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": "2026-04-03T06:25:30.7509275",
              "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": "lbo/5dBiZEueyhPktsZZAg==",
              "hostIdentifierGuid": "e53fba95-62d0-4b64-9eca-13e4b6c65902",
              "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,
              "defaultOrderDocumentId": 1,
              "defaultStockReceiveDocumentId": 1,
              "giftCardSalesAccountingDeptCode": "sample string 47",
              "transactionDiscountAccountingDeptCode": "sample string 48",
              "size": 49,
              "updated": "2026-04-03T06:25:30.7509275",
              "priceZone": {
                "$id": "11",
                "id": 1,
                "name": "sample string 2",
                "hostIdentifier": "4hSe4Kc2lkSfpvuOK3SN7A==",
                "hostIdentifierGuid": "e09e14e2-36a7-4496-9fa6-fb8e2b748dec",
                "sortOrder": 3,
                "zoneMasterStoreID": 1,
                "electedMasterStoreID": 1,
                "containsElectedMasterStore": true
              },
              "priceZoneName": "sample string 51",
              "storeFuelConfigured": true,
              "shippingAddressCopied": true,
              "shippingAddress": {
                "$id": "12",
                "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"
              },
              "billingAddressCopied": true,
              "billingAddress": {
                "$ref": "12"
              },
              "hostStoreSettings": [
                {
                  "$id": "13",
                  "id": 1,
                  "hostIdentifier": "at79hIeDEUiEf/RLdyhGeA==",
                  "hostIdentifierGuid": "84fdde6a-8387-4811-847f-f44b77284678",
                  "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,
                  "secondPassword": "sample string 23",
                  "secondPasswordPlain": "sample string 24",
                  "secondServerAddress": "sample string 25",
                  "processPromotions": true,
                  "hostProvider": 0,
                  "host": {
                    "$id": "14",
                    "identifier": "I09Sdd5S/0ujBwVU9jAtqg==",
                    "identifierGuid": "75524f23-52de-4bff-a307-0554f6302daa",
                    "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": "sKulLCnavkSjk6hm1U0iRw==",
                    "hostSupplierIdentifierGuid": "2ca5abb0-da29-44be-a393-a866d54d2247",
                    "loyaltyPriceLevelIdentifier": "Y/h5h1cTP0yVwcboIDZWYQ==",
                    "loyaltyPriceLevelIdentifierGuid": "8779f863-1357-4c3f-95c1-c6e820365661",
                    "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": "2026-04-03T06:25:30.7509275",
                    "lastProcessed": "2026-04-03T06:25:30.7509275",
                    "hold": true,
                    "supplierName": "sample string 35",
                    "supplier": {
                      "$id": "15",
                      "identifier": "EUpUqGigQk6s3ikSePr78Q==",
                      "identifierGuid": "a8544a11-a068-4e42-acde-291278fafbf1",
                      "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": "PKlF2W5KUU6gu+pXifY99A==",
                      "primaryContactID": "d945a93c-4a6e-4e51-a0bb-ea5789f63df4",
                      "storeID": 1,
                      "abn": "sample string 16",
                      "supplierGroupIdentifier": "AMKdwCbCT0Ojk4aBeONAnA==",
                      "supplierGroupGuid": "c09dc200-c226-434f-a393-868178e3409c",
                      "rebate": 1.0,
                      "rebateType": 1,
                      "rebateFrequency": 1,
                      "rebateSource": 1,
                      "rebateLastClaimed": "2026-04-03T06:25:30.7509275",
                      "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": "16",
                        "id": "6a89fe14-815c-43d3-90f1-5df74ae42c74",
                        "identifier": "ZtsHMfIrk0SDAFhNfIyk1Q==",
                        "identifierGuid": "3107db66-2bf2-4493-8300-584d7c8ca4d5",
                        "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": "17",
                          "supplierIdentifier": "0OmUAB3dLEKxKE2nJNAlZQ==",
                          "supplierIdentifierGuid": "0094e9d0-dd1d-422c-b128-4da724d02565",
                          "contactGuid": "N2e7If1//UaqV94QDx2auA==",
                          "contactID": "21bb6737-7ffd-46fd-aa57-de100f1d9ab8",
                          "contact": {
                            "$ref": "16"
                          },
                          "supplier": {
                            "$ref": "15"
                          }
                        },
                        {
                          "$ref": "17"
                        }
                      ],
                      "products": [
                        {
                          "$id": "18",
                          "pluG_UID": "ZlPluFFvs06t8x+4WwdjnA==",
                          "pluGuid": "b8e55366-6f51-4eb3-adf3-1fb85b07639c",
                          "supplierIdentifier": "5UI4EF2wAkmXCv3U7xcL5Q==",
                          "supplierIdentifierGuid": "103842e5-b05d-4902-970a-fdd4ef170be5",
                          "cartonQuantity": 1,
                          "cartonQuantityChanged": true,
                          "productSize": "sample string 3",
                          "cigarettesPerSleeve": 1,
                          "randomWeight": true,
                          "piecesPerUnit": 5,
                          "averagePackSize": 6,
                          "effectiveDate": "2026-04-03T06:25:30.7509275",
                          "pricedByWeight": true,
                          "landedUnitCostEx": 9,
                          "landedUnitCostInc": 10,
                          "landedCartonCostInc": 12,
                          "landedCartonCostEx": 13,
                          "standardCost": 14,
                          "deliveryFee": 1,
                          "deliveryFeeBasis": "sample string 15",
                          "pickAndPackFee": 1,
                          "pickAndPackFeeBasis": "sample string 16",
                          "financeFee": 1,
                          "financeFeeBasis": "sample string 17",
                          "cartonLength": 1,
                          "cartonWidth": 1,
                          "cartonHeight": 1,
                          "palletLayerQuantity": 1,
                          "palletLayers": 1,
                          "itemCode": "sample string 18",
                          "invoiceCode": "sample string 19",
                          "invoiceDesc": "sample string 20",
                          "orderDirect": true,
                          "useCost": true,
                          "minimumQuantity": 21,
                          "hostType": 22,
                          "fromHost": 23,
                          "minimumReorder": 1,
                          "maximumReorder": 1,
                          "orderMultiple": 24.1,
                          "sellMultiple": 25.1,
                          "baseMultiple": 26.1,
                          "hostStandardCost": 27,
                          "hostTotalCost": 28,
                          "hostRetail": 29,
                          "hostLandedUnitCostEx": 30,
                          "hostLandedUnitCostInc": 31,
                          "hostDesc": "sample string 32",
                          "directIndicator": "sample string 33",
                          "availableToOrder": true,
                          "hostRangeIndicator": "sample string 35",
                          "hostProductType": "sample string 36",
                          "hostProductGrade": "sample string 37",
                          "hostProductGroup": "sample string 38",
                          "hostSlowMoving": true,
                          "hostGeneralMerchandise": true,
                          "hostPillar": "sample string 41",
                          "hostLastUpdated": "2026-04-03T06:25:30.7509275",
                          "rebate": 1.0,
                          "rebateExclude": true,
                          "invoiceCodes": [
                            {
                              "$id": "19",
                              "pluG_UID": "h+rvLidq+UWRhCXL2v3Wsw==",
                              "pluGuid": "2eefea87-6a27-45f9-9184-25cbdafdd6b3",
                              "supplierIdentifier": "qGwDjBso80qMhXCzNsw4MA==",
                              "supplierIdentifierGuid": "8c036ca8-281b-4af3-8c85-70b336cc3830",
                              "invoiceCode": "sample string 1",
                              "storeIDs": [
                                1,
                                2
                              ]
                            },
                            {
                              "$ref": "19"
                            }
                          ],
                          "storeIDs": [
                            1,
                            2
                          ],
                          "preferredSupplier": true,
                          "preferredRebateSupplier": true,
                          "supplierName": "sample string 42",
                          "salesMode": 43,
                          "orderPacked": true,
                          "active": true,
                          "price": 1,
                          "costGstPercent": 45,
                          "parentPluG_UID": "6X2/oKMmx02EZfkB+K8lIQ==",
                          "parentPluGuid": "a0bf7de9-26a3-4dc7-8465-f901f8af2521",
                          "freight": 46.0,
                          "freightType": 1,
                          "product": {
                            "$id": "20",
                            "plu": 1,
                            "storeID": 1,
                            "masterPluG_UID": "QEA=",
                            "storeIDs": [
                              1,
                              2
                            ],
                            "g_UId": "fzWtAPycike3BUOtzr2w2w==",
                            "guid": "00ad357f-9cfc-478a-b705-43adcebdb0db",
                            "apn": "sample string 1",
                            "apnChanged": true,
                            "apnSwitched": true,
                            "barcode": "sample string 4",
                            "itemNumber": "sample string 5",
                            "itemNumberChanged": true,
                            "priceGroupG_UID": "oFPxzQaLcUK98wMgYl/5FA==",
                            "priceGroupGuid": "cdf153a0-8b06-4271-bdf3-0320625ff914",
                            "blueprintID": 1,
                            "lastCountedDate": "2026-04-03T06:25:30.7509275",
                            "externalID": "sample string 7",
                            "active": true,
                            "activated": "2026-04-03T06:25:30.7509275",
                            "pluCreated": "2026-04-03T06:25:30.7509275",
                            "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": "2026-04-03T06:25:30.7509275",
                            "lastManualUpdate": "2026-04-03T06:25:30.7509275",
                            "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": "2026-04-03T06:25:30.7509275",
                            "currentCostUpdated": "2026-04-03T06:25:30.7509275",
                            "costDecimals": 31,
                            "costChanged": true,
                            "dealCostIdentifier": "QEA=",
                            "excludeFromRebate": true,
                            "rebateOverride": 1,
                            "costCalcMethod": 32,
                            "costCalcMethodChanged": true,
                            "costEffectiveDate": "2026-04-03T06:25:30.7509275",
                            "defaultGP": 1,
                            "breakTargetMode": 33,
                            "break1": 1,
                            "price1": 1,
                            "target1": 34,
                            "break2": 1,
                            "price2": 1,
                            "target2": 35,
                            "break3": 1,
                            "price3": 1,
                            "target3": 36,
                            "break1Changed": true,
                            "price1Changed": true,
                            "target1Changed": true,
                            "break2Changed": true,
                            "price2Changed": true,
                            "target2Changed": true,
                            "break3Changed": true,
                            "price3Changed": true,
                            "target3Changed": true,
                            "breakTargetModeChanged": true,
                            "margin": 1.1,
                            "marginChanged": true,
                            "marginRanged": true,
                            "marginRangedChanged": true,
                            "minimumMargin": 1.1,
                            "minimumMarginChanged": true,
                            "maximumMargin": 1.1,
                            "maximumMarginChanged": true,
                            "overrideHostWarehouseIndicator": true,
                            "overrideHostWarehouseIndicatorChanged": true,
                            "overrideHostPrice": true,
                            "overrideHostPriceChanged": true,
                            "overrideHostCost": true,
                            "overrideHostCostChanged": true,
                            "overrideHostMargin": true,
                            "overrideHostMarginChanged": true,
                            "alwaysApplyMargin": true,
                            "alwaysApplyMarginChanged": true,
                            "aws": 1.0,
                            "paws": 1.0,
                            "awsUpdated": "2026-04-03T06:25:30.7509275",
                            "posTare": 1,
                            "altPrice": 1.0,
                            "altPriceChanged": true,
                            "altPriceMode": 53,
                            "altPriceModeChanged": true,
                            "altPLUG_UID": "HYBw3ukjkkq5grZaDS0cqQ==",
                            "altPLUGuid": "de70801d-23e9-4a92-b982-b65a0d2d1ca9",
                            "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": "2026-04-03T06:25:30.7509275",
                            "labelLastPrice": 1,
                            "shelfPageLayoutG_UID": "siSC8EGSIUeVtuGFjv4l7Q==",
                            "shelfPageLayoutGuid": "f08224b2-9241-4721-95b6-e1858efe25ed",
                            "talkerPageLayoutG_UID": "I1ZF0v+2UkiIf1VaoGFAjw==",
                            "talkerPageLayoutGuid": "d2455623-b6ff-4852-887f-555aa061408f",
                            "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,
                            "liabilityItem": true,
                            "trackSerial": true,
                            "trackSerialChanged": true,
                            "allowZeroPrice": true,
                            "allowZeroPriceChanged": true,
                            "notForSale": 92,
                            "notForSaleChanged": true,
                            "excludeFromDeals": true,
                            "excludeFromVoucher": true,
                            "minimumAge": 95,
                            "minimumAgeChanged": true,
                            "buyingLimit": 1,
                            "buyingLimitChanged": true,
                            "buyingLimitIndependent": true,
                            "buyingLimitIndependentChanged": true,
                            "inventoryGuid": "7nzD+1vhZ0ep904XgvXaqA==",
                            "inventoryIdentifier": "fbc37cee-e15b-4767-a9f7-4e1782f5daa8",
                            "inventoryAccuracy": 1,
                            "baseUnits": 99,
                            "orderPacked": 1,
                            "isManufactured": true,
                            "isIngredient": true,
                            "isModifier": true,
                            "isModifierChanged": true,
                            "hasModifiers": 100,
                            "defaultPrinter": "sample string 101",
                            "defaultPrinterGroup": "sample string 102",
                            "ingredientsOnManufacture": true,
                            "manufactureUnitMeasure": 1,
                            "mpl": 1,
                            "maxShelfQty": 103,
                            "allowAutoOrder": true,
                            "warrantyPeriod": 1,
                            "parentPluG_UId": "1IGGEq4dnE2CC6WEy7XeWg==",
                            "parentPluGuid": "128681d4-1dae-4d9c-820b-a584cbb5de5a",
                            "preferredHostVendor": 105,
                            "preferredHostChanged": true,
                            "code": "sample string 107",
                            "supplierIdentifier": "j+VxYN1yskSpYoMoa6SRXw==",
                            "supplierIdentifierGuid": "6071e58f-72dd-44b2-a962-83286ba4915f",
                            "supplierChanged": true,
                            "rebateSupplierIdentifier": "PuwIbZYqUUSCK08xruoNkA==",
                            "rebateSupplierIdentifierGuid": "6d08ec3e-2a96-4451-822b-4f31aeea0d90",
                            "rebateSupplierChanged": true,
                            "availableForOrder": true,
                            "warehouseDirectIndicator": "sample string 109",
                            "warehouseDirectIndicatorChanged": true,
                            "productGrade": "sample string 111",
                            "productType": "sample string 112",
                            "productGroup": "sample string 113",
                            "complianceIndicator": "sample string 114",
                            "inhouseBrand": "sample string 115",
                            "slowMoving": true,
                            "generalMerchandise": true,
                            "comment": "sample string 118",
                            "lastUpdatedByUser": "sample string 119",
                            "lastManualUpdatedByUser": "sample string 120",
                            "lastUpdatedByUserOverride": true,
                            "lastUpdatedByHost": "2026-04-03T06:25:30.7509275",
                            "commodity": "sample string 122",
                            "businessPillar": "sample string 123",
                            "mscCommodity": "sample string 124",
                            "hostIdentifier": "x00xffddwUyaYKdsaIk5eA==",
                            "hostIdentifierGuid": "7d314dc7-5df7-4cc1-9a60-a76c68893978",
                            "serviceFeeID": 1,
                            "serviceFeeIDChanged": true,
                            "providerName": "sample string 126",
                            "aisleEnds": "sample string 127",
                            "deleted": true,
                            "deletedChanged": true,
                            "hidden": true,
                            "doNotRange": true,
                            "doNotRangeChanged": true,
                            "doNotOrder": true,
                            "doNotOrderChanged": true,
                            "locked": true,
                            "excludeFromWebUpdate": true,
                            "excludeFromWebUpdateChanged": true,
                            "webPriceBasedOn": 138,
                            "webPriceRounding": true,
                            "webMarkup": 140,
                            "webPriceMode": 141,
                            "altDepartmentID": 1,
                            "altSubDepartmentID": 1,
                            "altMinorDepartmentID": 1,
                            "altLesserDepartmentID": 1,
                            "altDeptCode": "sample string 142",
                            "altSubDeptCode": "sample string 143",
                            "altMinorDeptCode": "sample string 144",
                            "altLesserDeptCode": "sample string 145",
                            "altDepartmentChanged": true,
                            "storeProducts": [
                              {
                                "$ref": "20"
                              },
                              {
                                "$ref": "20"
                              }
                            ],
                            "store": {
                              "$ref": "10"
                            },
                            "storePrices": [
                              {
                                "$id": "21",
                                "pluG_UID": "iH5iqd6vS0KtLvZblusqZQ==",
                                "pluGuid": "a9627e88-afde-424b-ad2e-f65b96eb2a65",
                                "plu": 1,
                                "storeID": 1,
                                "zoneID": 2,
                                "zoneName": "sample string 3",
                                "store": "sample string 4",
                                "isElectedMasterStore": true,
                                "isZoneMasterStore": true,
                                "priceNow": 7,
                                "costNow": 8,
                                "costNowDecimals": 9,
                                "normalPrice": 10,
                                "priceNext": 1,
                                "costNext": 1,
                                "costNextDecimals": 11,
                                "nextCampaignName": "sample string 12",
                                "gstPercent": 13,
                                "normalCost": 14,
                                "normalCostDecimals": 15,
                                "costGstPercent": 16,
                                "costCalcMethod": 1,
                                "currentCost": 17,
                                "currentCostDecimals": 18,
                                "break1": 19,
                                "price1": 20,
                                "break2": 21,
                                "price2": 22,
                                "break3": 23,
                                "price3": 24,
                                "fuelItem": 25,
                                "fixedWeight": 26,
                                "active": true,
                                "complianceIndicator": "sample string 27",
                                "doNotOrder": true,
                                "doNotRange": true,
                                "isNormalPriceChangesCampaign": true,
                                "updated": "2026-04-03T06:25:30.7509275"
                              },
                              {
                                "$ref": "21"
                              }
                            ],
                            "currentPrices": {
                              "$id": "22",
                              "pluPrices": {
                                "$id": "23",
                                "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,
                                "memberDiscountPrice": 10,
                                "acceptedUtc": "2026-04-03T06:25:30.7509275",
                                "priceChangeType": 0,
                                "costDecimals": 11,
                                "costCalcMethod": 12,
                                "targetCampaignPriceGtOrEquNormal": true
                              },
                              "normalPluPrices": {
                                "$ref": "23"
                              },
                              "winningCampaign": 1,
                              "winner": {
                                "$id": "24",
                                "campaignName": "sample string 1",
                                "campaignDescription": "sample string 2",
                                "talkerText": "sample string 3",
                                "disableWasSave": true,
                                "startDate": "2026-04-03T06:25:30.7509275",
                                "startTime": 5,
                                "endDate": "2026-04-03T06:25:30.7509275",
                                "endTime": 6,
                                "newPrice": 7,
                                "newCost": 8,
                                "newCostDecimals": 9,
                                "pctDiscount": 10,
                                "promoType": 1,
                                "promotionTypeCode": "sample string 11",
                                "hostType": 12,
                                "hostIdentifier": "HcPX+c/4p0W/HxIolHn8Zw==",
                                "hostIdentifierGuid": "f9d7c31d-f8cf-45a7-bf1f-12289479fc67",
                                "storeNames": [
                                  "sample string 1",
                                  "sample string 2"
                                ]
                              },
                              "details": [
                                {
                                  "$ref": "24"
                                },
                                {
                                  "$ref": "24"
                                }
                              ]
                            },
                            "tray": {
                              "$id": "25",
                              "g_UId": "Q03EV5a8yE6Bwv5D8soDdQ==",
                              "guid": "57c44d43-bc96-4ec8-81c2-fe43f2ca0375",
                              "name": "sample string 1",
                              "number": 1,
                              "tare": 1
                            },
                            "priceGroup": {
                              "$id": "26",
                              "priceGroupG_UID": "et9MuO89J0CJmseQsqnF1g==",
                              "priceGroupGuid": "b84cdf7a-3def-4027-899a-c790b2a9c5d6",
                              "name": "sample string 2",
                              "code": 1,
                              "modified": true,
                              "updated": "2026-04-03T06:25:30.7509275",
                              "buyingLimit": 1,
                              "buyingLimitIndependent": true,
                              "buyingLimitType": 0,
                              "number": 1,
                              "products": [
                                {
                                  "$ref": "20"
                                },
                                {
                                  "$ref": "20"
                                }
                              ],
                              "productCount": 1
                            },
                            "priceGroupName": "sample string 147",
                            "nutrifacts": {
                              "$id": "27",
                              "pluG_UID": "2FPi8pHOtUuWPgLvE6NW1A==",
                              "pluGuid": "f2e253d8-ce91-4bb5-963e-02ef13a356d4",
                              "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": "28",
                              "pluGuid": "71a91c64-b1f1-4b52-a8b0-d8c0fe8659cd",
                              "created": "2026-04-03T06:25:30.7509275",
                              "createdByUser": "sample string 1",
                              "activated": "2026-04-03T06:25:30.7509275",
                              "activatedByUser": "sample string 2",
                              "deactivated": "2026-04-03T06:25:30.7509275",
                              "deactivatedByUser": "sample string 3",
                              "lastOrdered": "2026-04-03T06:25:30.7509275",
                              "lastOrderedQty": 4.0,
                              "lastReceived": "2026-04-03T06:25:30.7509275",
                              "lastReceivedQty": 5.0,
                              "lastInvoiceStatus": 1,
                              "lastCounted": "2026-04-03T06:25:30.7509275",
                              "lastSold": "2026-04-03T06:25:30.7509275",
                              "firstSold": "2026-04-03T06:25:30.7509275",
                              "awsUpdated": "2026-04-03T06:25:30.7509275",
                              "lastManualUpdate": "2026-04-03T06:25:30.7509275",
                              "lastManualUpdatedByUser": "sample string 7",
                              "lastUpdated": "2026-04-03T06:25:30.7509275",
                              "lastUpdatedByUser": "sample string 9",
                              "lastUpdatedByHost": "2026-04-03T06:25:30.7509275",
                              "doNotRangeUpdated": "2026-04-03T06:25:30.7509275",
                              "doNotOrderUpdated": "2026-04-03T06:25:30.7509275",
                              "tracked": "2026-04-03T06:25:30.7509275"
                            },
                            "allergens": [
                              {
                                "$id": "29",
                                "primaryKey": {
                                  "$id": "30",
                                  "pluGuid": "cdcaf75f-2413-4710-896f-e8fa6455d684",
                                  "contains": 2
                                },
                                "allergenID": 1,
                                "pluG_UID": "X/fKzRMkEEeJb+j6ZFXWhA==",
                                "pluGuid": "cdcaf75f-2413-4710-896f-e8fa6455d684",
                                "contains": 2,
                                "allergenName": "sample string 3",
                                "storeIDs": [
                                  1,
                                  2
                                ]
                              },
                              {
                                "$ref": "29"
                              }
                            ],
                            "costs": {
                              "$id": "31",
                              "pluG_UID": "16ghO+HB8E6e3SUjTGt8Uw==",
                              "pluGuid": "3b21a8d7-c1e1-4ef0-9edd-25234c6b7c53",
                              "enteredCost": 1,
                              "weightedAvgCost": 1,
                              "lastCost": 1,
                              "rawEnteredCost": 2,
                              "rawWeightedAvgCost": 3,
                              "rawLastCost": 4,
                              "freight": 5.0,
                              "freightType": 6,
                              "costDecimals": 7,
                              "fifoCost": 1,
                              "updated": "2026-04-03T06:25:30.7509275",
                              "normalCost": 1,
                              "currentCost": 1
                            },
                            "sales": [
                              {
                                "$id": "32",
                                "saleHeaderID": 1,
                                "created": "2026-04-03T06:25:30.7509275",
                                "createdLocal": "2026-04-03T06:25:30.7509275",
                                "storeID": 3,
                                "storeName": "sample string 4",
                                "operatorG_Uid": "DjYufeZ6FUWh5ctjopctPg==",
                                "operatorGuid": "7d2e360e-7ae6-4515-a1e5-cb63a2972d3e",
                                "operatorName": "sample string 5",
                                "tranType": 1,
                                "plu": 1,
                                "pluG_UId": "6c4h0QnaikCz0rLKH7W/vw==",
                                "pluGuid": "d121cee9-da09-408a-b3d2-b2ca1fb5bfbf",
                                "normalPrice": 1,
                                "totalCents": 1,
                                "cost": 1,
                                "grossProfit": 1,
                                "quantity": 1,
                                "operator": {
                                  "$id": "33",
                                  "id": 1,
                                  "g_Uid": "25BNmgNTwkWTKotddrZzcw==",
                                  "guid": "9a4d90db-5303-45c2-932a-8b5d76b67373",
                                  "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": "2026-04-03T06:25:30.7509275",
                                  "passwordResetRequired": true,
                                  "alteredInStore": true,
                                  "startShift": "2026-04-03T06:25:30.7509275",
                                  "endShift": "2026-04-03T06:25:30.7509275",
                                  "machineName": "sample string 20",
                                  "drawerID": 1,
                                  "stores": [
                                    {
                                      "$id": "34",
                                      "operatorG_UID": "+hFHBjzOCECHO+3LJiFA0g==",
                                      "operatorGuid": "064711fa-ce3c-4008-873b-edcb262140d2",
                                      "storeID": 2,
                                      "operator": {
                                        "$ref": "33"
                                      },
                                      "store": {
                                        "$ref": "10"
                                      }
                                    },
                                    {
                                      "$ref": "34"
                                    }
                                  ]
                                }
                              },
                              {
                                "$ref": "32"
                              }
                            ],
                            "apns": [
                              {
                                "$id": "35",
                                "pluID": 1,
                                "pluG_UID": "AJ8pSai8TkuwreG57w3Bzg==",
                                "pluGuid": "49299f00-bca8-4b4e-b0ad-e1b9ef0dc1ce",
                                "apn": "sample string 1",
                                "deleted": true,
                                "storeID": 1,
                                "storeIDs": [
                                  1,
                                  2
                                ]
                              },
                              {
                                "$ref": "35"
                              }
                            ],
                            "tuns": [
                              {
                                "$id": "36",
                                "pluG_UId": "Naqn5vqQ9ES0P8DxsDI7Sw==",
                                "pluGuid": "e6a7aa35-90fa-44f4-b43f-c0f1b0323b4b",
                                "apn": "sample string 1",
                                "tun": "sample string 2",
                                "cartonQuantity": 3,
                                "product": {
                                  "$ref": "20"
                                },
                                "storeIDs": [
                                  1,
                                  2
                                ]
                              },
                              {
                                "$ref": "36"
                              }
                            ],
                            "competitionPricing": [
                              {
                                "$id": "37",
                                "identifier": "r8Psgk+pY0Gied7jVvXIZg==",
                                "identifierGuid": "82ecc3af-a94f-4163-a279-dee356f5c866",
                                "pluG_UID": "pW/Sk6VylUurOJ1kPjwFwA==",
                                "pluGuid": "93d26fa5-72a5-4b95-ab38-9d643e3c05c0",
                                "competitionID": 1,
                                "name": "sample string 2",
                                "sellMultiple": 3,
                                "retailPrice": 4,
                                "storeName": "sample string 5"
                              },
                              {
                                "$ref": "37"
                              }
                            ],
                            "supplier": {
                              "$ref": "15"
                            },
                            "supplierName": "sample string 148",
                            "children": [
                              {
                                "$ref": "20"
                              },
                              {
                                "$ref": "20"
                              }
                            ],
                            "ordering": {
                              "$ref": "18"
                            },
                            "flipChartPages": [
                              {
                                "$id": "38",
                                "identifier": "3B3bn0E/gUmAug2Pu7+Imw==",
                                "groupName": "sample string 1",
                                "identifierGuid": "9fdb1ddc-3f41-4981-80ba-0d8fbbbf889b",
                                "exists": true,
                                "flipChartIdentifier": "zRBa0bLMtUa0JJ1yEPHD5A==",
                                "flipChartIdentifierGuid": "d15a10cd-ccb2-46b5-b424-9d7210f1c3e4",
                                "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": "5SLlytt2tUOtOhkfGXmtdw==",
                                "groupIdentifierGuid": "cae522e5-76db-43b5-ad3a-191f1979ad77",
                                "flipChart": {
                                  "$id": "39",
                                  "identifier": "YwQUi5La1E2WbgiAQp5EPw==",
                                  "identifierGuid": "8b140463-da92-4dd4-966e-0880429e443f",
                                  "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": "40",
                                    "identifier": "iQyglPdN902XdKfTGp8fyQ==",
                                    "identifierGuid": "94a00c89-4df7-4df7-9774-a7d31a9f1fc9",
                                    "name": "sample string 2",
                                    "formType": "sample string 3",
                                    "forms": [
                                      {
                                        "$id": "41",
                                        "id": 1,
                                        "g_UID": "UvSSZqnsuk+NB4oJcnANeg==",
                                        "guid": "6692f452-eca9-4fba-8d07-8a0972700d7a",
                                        "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": "hp6oZWPbNkyxir8sb84CpQ==",
                                        "previousFormGuid": "65a89e86-db63-4c36-b18a-bf2c6fce02a5",
                                        "nextForm": 1,
                                        "nextFormG_UID": "kurHNtyNaEGeFtWRyRstYQ==",
                                        "nextFormGuid": "36c7ea92-8ddc-4168-9e16-d591c91b2d61",
                                        "attributes": "sample string 10",
                                        "updated": "2026-04-03T06:25:30.7509275",
                                        "positioning": 1,
                                        "contentPanel": "sample string 11",
                                        "selectionMode": 1,
                                        "maximumSelections": 1,
                                        "alteredInStore": true,
                                        "deleted": true,
                                        "blueprintID": 1,
                                        "preserveLayout": true,
                                        "mainCheckoutFormName": "sample string 13",
                                        "nextCheckoutForm": {
                                          "$ref": "41"
                                        },
                                        "previousCheckoutForm": {
                                          "$ref": "41"
                                        },
                                        "buttons": [
                                          {
                                            "$id": "42",
                                            "id": 1,
                                            "checkoutFormID": 2,
                                            "checkoutFormG_UID": "20yABo7KZUCTUjlbbrYg3A==",
                                            "checkoutFormGuid": "06804cdb-ca8e-4065-9352-395b6eb620dc",
                                            "identifier": "bXVLsfUj7UydCjurxlZSUA==",
                                            "identifierGuid": "b14b756d-23f5-4ced-9d0a-3babc6565250",
                                            "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": "e3lfb5yNf0eQ6HcJRwoUBA==",
                                            "valueGuid": "6f5f797b-8d9c-477f-90e8-7709470a1404",
                                            "buttonText": "sample string 10",
                                            "valueText": "sample string 11",
                                            "drawImageAndButton": true,
                                            "updated": "2026-04-03T06:25:30.7509275",
                                            "action": "sample string 12",
                                            "valueForm": {
                                              "$ref": "41"
                                            },
                                            "image": {
                                              "$id": "43",
                                              "name": "sample string 3.sample string 4",
                                              "imageID": 2,
                                              "imageName": "sample string 3",
                                              "imageExtension": "sample string 4",
                                              "lastUpdate": "2026-04-03T06:25:30.7509275",
                                              "imageData": "QEA=",
                                              "readOnly": true
                                            }
                                          },
                                          {
                                            "$ref": "42"
                                          }
                                        ],
                                        "panels": [
                                          {
                                            "$id": "44",
                                            "id": 1,
                                            "checkoutFormID": 2,
                                            "checkoutFormG_UID": "OmoLXWc5Ck+rOMXPEe4nLA==",
                                            "checkoutFormGuid": "5d0b6a3a-3967-4f0a-ab38-c5cf11ee272c",
                                            "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": "44"
                                          }
                                        ]
                                      },
                                      {
                                        "$ref": "41"
                                      }
                                    ],
                                    "panels": [
                                      {
                                        "$ref": "44"
                                      },
                                      {
                                        "$ref": "44"
                                      }
                                    ]
                                  },
                                  "pages": [
                                    {
                                      "$ref": "38"
                                    },
                                    {
                                      "$ref": "38"
                                    }
                                  ]
                                },
                                "contentPanel": {
                                  "$ref": "44"
                                },
                                "products": [
                                  {
                                    "$id": "45",
                                    "flipChartPageIdentifier": "i1YsvfmVgEC1WJz/akAspw==",
                                    "flipChartPageIdentifierGuid": "bd2c568b-95f9-4080-b558-9cff6a402ca7",
                                    "pluG_UID": "qhtMce7nUkKA7ODSOms0Og==",
                                    "pluGuid": "714c1baa-e7ee-4252-80ec-e0d23a6b343a",
                                    "sortOrder": 3,
                                    "sent": true,
                                    "productChanged": true,
                                    "productImageName": "sample string 6",
                                    "productShowImageOnFlipCharts": true,
                                    "productShowTextOnFlipCharts": true,
                                    "productOverrideFlipChartText": true,
                                    "productFlipChartText": "sample string 10",
                                    "product": {
                                      "$ref": "20"
                                    },
                                    "departmentSortOrder": 11,
                                    "subDepartmentName": "sample string 12"
                                  },
                                  {
                                    "$ref": "45"
                                  }
                                ],
                                "productCount": 27,
                                "pages": [
                                  {
                                    "$ref": "38"
                                  },
                                  {
                                    "$ref": "38"
                                  }
                                ]
                              },
                              {
                                "$ref": "38"
                              }
                            ],
                            "priceHistory": [
                              {
                                "$id": "46",
                                "pluG_UID": "BTo3g/x+7Uu9HwW3kC3J3g==",
                                "pluGuid": "83373a05-7efc-4bed-bd1f-05b7902dc9de",
                                "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": "2026-04-03T06:25:30.7509275",
                                "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": "46"
                              }
                            ],
                            "ingredients": [
                              {
                                "$id": "47",
                                "pluG_UID": "QYgGeIKP3U2YEP3PfYjeWA==",
                                "ingredientGuid": "fFFhM9E35U+Q7uDJuwFeHQ==",
                                "ingredientIdentifier": "3361517c-37d1-4fe5-90ee-e0c9bb015e1d",
                                "quantity": 1.0,
                                "storeIDs": [
                                  1,
                                  2
                                ],
                                "ingredientText": "sample string 1",
                                "ingredient": {
                                  "$ref": "20"
                                }
                              },
                              {
                                "$ref": "47"
                              }
                            ],
                            "bins": [
                              {
                                "$id": "48",
                                "pluG_UID": "mQ0RR6Utnk+gydpqOmko8Q==",
                                "pluGuid": "47110d99-2da5-4f9e-a0c9-da6a3a6928f1",
                                "shelfLocationIdentifier": "NXRrPLCFu0yp9w8gdI4ZCw==",
                                "shelfLocationGuid": "3c6b7435-85b0-4cbb-a9f7-0f20748e190b",
                                "labelShelfDefault": 1,
                                "labelTalkerDefault": 1,
                                "labelSmall": true,
                                "labelPageLayoutG_UID": "z0E6TsIMbU+75MiAKTdLqg==",
                                "labelPageLayoutGuid": "4e3a41cf-0cc2-4f6d-bbe4-c88029374baa",
                                "updated": "2026-04-03T06:25:30.7509275",
                                "electronicShelfLabelIdentifier": "sample string 5",
                                "electronicshelfLabelsConfigurationID": 6,
                                "labelShelfChanged": true,
                                "productName": "sample string 8",
                                "locationText": "sample string 9",
                                "product": {
                                  "$ref": "20"
                                },
                                "location": {
                                  "$id": "49",
                                  "identifier": "RpZPABcM/kaiV5VWAGDzJQ==",
                                  "storeID": 1,
                                  "identifierGuid": "004f9646-0c17-46fe-a257-95560060f325",
                                  "name": "sample string 2",
                                  "haccp": true,
                                  "blueprintID": 1,
                                  "updated": "2026-04-03T06:25:30.7509275",
                                  "minTemp": 1,
                                  "maxTemp": 1,
                                  "checkFrequency": 1,
                                  "storeCaseConfiguration": 5,
                                  "storeName": "sample string 6",
                                  "bins": [
                                    {
                                      "$ref": "48"
                                    },
                                    {
                                      "$ref": "48"
                                    }
                                  ]
                                }
                              },
                              {
                                "$ref": "48"
                              }
                            ],
                            "bin": {
                              "$ref": "48"
                            },
                            "scaleLocations": [
                              {
                                "$id": "50",
                                "plu": 1,
                                "pluG_UID": "BfAGPRJXAU2oLTVvky90cw==",
                                "pluGuid": "3d06f005-5712-4d01-a82d-356f932f7473",
                                "deptNo": 1,
                                "product": {
                                  "$ref": "20"
                                },
                                "scaleLocation": {
                                  "$id": "51",
                                  "id": 1,
                                  "deptNo": 1,
                                  "deptCode": "sample string 2",
                                  "name": "sample string 3",
                                  "enabled": true,
                                  "updated": "2026-04-03T06:25:30.7509275",
                                  "department": {
                                    "$id": "52",
                                    "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": "51"
                                    },
                                    "subDepartments": [
                                      {
                                        "$id": "53",
                                        "id": 1,
                                        "departmentID": 2,
                                        "name": "sample string 3",
                                        "code": "sample string 4",
                                        "departmentCode": "sample string 5",
                                        "externalSales": true,
                                        "minorDepartments": [
                                          {
                                            "$id": "54",
                                            "id": 1,
                                            "subDepartmentID": 2,
                                            "departmentID": 3,
                                            "name": "sample string 4",
                                            "subDepartmentCode": "sample string 5",
                                            "departmentCode": "sample string 6",
                                            "code": "sample string 7",
                                            "lesserDepartments": [
                                              {
                                                "$id": "55",
                                                "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": "2026-04-03T06:25:30.7509275",
                                                "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": "6bsR7m+iF0S8rwTIjHkj9Q==",
                                                "labelPageLayoutGuid": "ee11bbe9-a26f-4417-bcaf-04c88c7923f5",
                                                "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": "56",
                                                  "dept": 1,
                                                  "category": 2,
                                                  "name": "sample string 3",
                                                  "active": true,
                                                  "mscCommodities": [
                                                    {
                                                      "$id": "57",
                                                      "dept": 1,
                                                      "category": 2,
                                                      "commodity": 3,
                                                      "name": "sample string 4",
                                                      "active": true,
                                                      "mscSubCommodities": [
                                                        {
                                                          "$id": "58",
                                                          "dept": 1,
                                                          "category": 2,
                                                          "commodity": 3,
                                                          "subCommodity": 4,
                                                          "name": "sample string 5",
                                                          "active": true,
                                                          "subCommodityCode": "sample string 7"
                                                        },
                                                        {
                                                          "$ref": "58"
                                                        }
                                                      ],
                                                      "commodityCode": "sample string 6"
                                                    },
                                                    {
                                                      "$ref": "57"
                                                    }
                                                  ],
                                                  "categoryCode": "sample string 5"
                                                },
                                                "mscCom": {
                                                  "$ref": "57"
                                                },
                                                "mscDep": {
                                                  "$id": "59",
                                                  "dept": 1,
                                                  "name": "sample string 2",
                                                  "active": true,
                                                  "mscCategories": [
                                                    {
                                                      "$ref": "56"
                                                    },
                                                    {
                                                      "$ref": "56"
                                                    }
                                                  ],
                                                  "deptCode": "sample string 4"
                                                },
                                                "mscSubCom": {
                                                  "$ref": "58"
                                                }
                                              },
                                              {
                                                "$ref": "55"
                                              }
                                            ],
                                            "updated": "2026-04-03T06:25:30.7509275",
                                            "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": "d3LDJb4atE2c0VZq1yBs9Q==",
                                            "labelPageLayoutGuid": "25c37277-1abe-4db4-9cd1-566ad7206cf5",
                                            "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": "56"
                                            },
                                            "mscCom": {
                                              "$ref": "57"
                                            },
                                            "mscDep": {
                                              "$ref": "59"
                                            },
                                            "mscSubCom": {
                                              "$ref": "58"
                                            }
                                          },
                                          {
                                            "$ref": "54"
                                          }
                                        ],
                                        "investmentBuyOverride": true,
                                        "updated": "2026-04-03T06:25:30.7509275",
                                        "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": "oewNpb90k0CadPzTlCAvAw==",
                                        "labelPageLayoutGuid": "a50deca1-74bf-4093-9a74-fcd394202f03",
                                        "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": "56"
                                        },
                                        "mscCom": {
                                          "$ref": "57"
                                        },
                                        "mscDep": {
                                          "$ref": "59"
                                        },
                                        "mscSubCom": {
                                          "$ref": "58"
                                        }
                                      },
                                      {
                                        "$ref": "53"
                                      }
                                    ],
                                    "stores": [
                                      1,
                                      2
                                    ],
                                    "investmentBuyOverride": true,
                                    "updated": "2026-04-03T06:25:30.7509275",
                                    "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": "z1XbYYnCCkejuRtv50mkHA==",
                                    "labelPageLayoutGuid": "61db55cf-c289-470a-a3b9-1b6fe749a41c",
                                    "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": "56"
                                    },
                                    "mscCom": {
                                      "$ref": "57"
                                    },
                                    "mscDep": {
                                      "$ref": "59"
                                    },
                                    "mscSubCom": {
                                      "$ref": "58"
                                    }
                                  }
                                }
                              },
                              {
                                "$ref": "50"
                              }
                            ],
                            "nextPrice": {
                              "$id": "60",
                              "id": 1,
                              "campaignID": 2,
                              "campaignName": "sample string 3",
                              "plu": 1,
                              "hostOfferID": 1,
                              "metcashPromotionID": "sample string 4",
                              "metcashPromotionPlacement": "sample string 5",
                              "pluG_UID": "ztq4WgNltUSswJWriIaFHA==",
                              "pluGuid": "5ab8dace-6503-44b5-acc0-95ab8886851c",
                              "newPrice": 1,
                              "pctDiscount": 1,
                              "newCost": 1,
                              "newCostDecimals": 6,
                              "dealCostIdentifier": "mlvcGgbbVUq8rp237D7qBg==",
                              "dealCostGuid": "1adc5b9a-db06-4a55-bcae-9db7ec3eea06",
                              "pluName": "sample string 7",
                              "apn": "sample string 8",
                              "fuelItem": true,
                              "priceGroupG_UID": "IhZ/o4cjfU2Fy+WUr+S6lA==",
                              "priceGroupGuid": "a37f1622-2387-4d7d-85cb-e594afe4ba94",
                              "itemNumber": "sample string 10",
                              "cri": "sample string 11",
                              "pluPrice": 12,
                              "costCalcMethod": 13,
                              "pluCost": 14,
                              "pluCostIndicator": "sample string 15",
                              "pluPriceGstPercent": 16,
                              "pluCostGstPercent": 17,
                              "pluActive": true,
                              "cartonQty": 1.1,
                              "baseUnits": 19.1,
                              "salesMode": 1,
                              "pluNormalCost": 20,
                              "pluaws": 21.0,
                              "directNumber": "sample string 22",
                              "departmentName": "sample string 23",
                              "subDepartmentName": "sample string 24",
                              "priceGroupName": "sample string 25",
                              "supplierName": "sample string 26",
                              "stockOnHand": 1.1,
                              "stockOnOrder": 1.1,
                              "lastReceived": "2026-04-03T06:25:30.7509275",
                              "rrp": 27,
                              "campaignDescription": "sample string 28",
                              "hostCampaign": true,
                              "hostIdentifier": "QEA=",
                              "hostIdentifierGuid": "4fe09b0a-9bfd-4454-98d1-07b4ec198671",
                              "campaignComboPriceGroupG_UID": "WEoCtti37Em+bIgomgKSxQ==",
                              "campaignComboPriceGroupIdentifier": "b6024a58-b7d8-49ec-be6c-88289a0292c5",
                              "promotionPlacementDescription": "sample string 30",
                              "storeAcceptances": [
                                {
                                  "$id": "61",
                                  "plu": 1,
                                  "pluG_UId": "QEA=",
                                  "campaignID": 1,
                                  "campaignName": "sample string 2",
                                  "storeID": 3,
                                  "acceptedUtc": "2026-04-03T06:25:30.7509275",
                                  "operatorG_UID": "CafNLBtbsE6QT0wlEbS1Wg==",
                                  "operatorGuid": "2ccda709-5b1b-4eb0-904f-4c2511b4b55a",
                                  "machineID": 1,
                                  "processed": true,
                                  "appliedUtc": "2026-04-03T06:25:30.7509275",
                                  "signIqTicketFileMovedUtc": "2026-04-03T06:25:30.7509275",
                                  "user": "sample string 6",
                                  "campaignDescription": "sample string 7",
                                  "productDesc": "sample string 8",
                                  "storeName": "sample string 9",
                                  "effectiveUtc": "2026-04-03T06:25:30.7509275",
                                  "priceChangeType": 0,
                                  "operatorName": "sample string 10",
                                  "hostCampaign": true,
                                  "hostIdentifier": "QEA=",
                                  "hostIdentifierGuid": "d764a571-258e-4545-a2e8-f2b32541d9ea",
                                  "product": {
                                    "$ref": "20"
                                  },
                                  "campaignPlu": {
                                    "$ref": "60"
                                  },
                                  "fuelItem": true
                                },
                                {
                                  "$ref": "61"
                                }
                              ],
                              "campaign": {
                                "$id": "62",
                                "id": 1,
                                "storeID": 2,
                                "name": "bf0c2016-ec12-4a4a-b069-a374b98ca15d",
                                "nameGuid": "bf0c2016-ec12-4a4a-b069-a374b98ca15d",
                                "description": "sample string 4",
                                "showDiscounts": true,
                                "showTotals": true,
                                "onlyEvaluateOnSubtotal": true,
                                "useDescription": true,
                                "campaignType": 1,
                                "startDate": "2026-04-03T06:25:30.7509275",
                                "startTime": 1,
                                "endDate": "2026-04-03T06:25:30.7509275",
                                "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": "2026-04-03T06:25:30.7509275",
                                "system": true,
                                "created": "2026-04-03T06:25:30.7509275",
                                "updated": "2026-04-03T06:25:30.7509275",
                                "priceChangeNotifiedUtc": "2026-04-03T06:25:30.7509275",
                                "promoType": 1,
                                "promotionTypeCode": "sample string 13",
                                "hostIdentifier": "qicqPxeZqkaZnvBLH2Swtw==",
                                "hostIdentifierGuid": "3f2a27aa-9917-46aa-999e-f04b1f64b0b7",
                                "hostType": 14,
                                "createdByUser": "sample string 15",
                                "fromHost": true,
                                "deleted": true,
                                "campaignDeleted": "2026-04-03T06:25:30.7509275",
                                "updatedByUser": "sample string 18",
                                "offerID": 1,
                                "isPriceChangeCampaign": true,
                                "stores": [
                                  1,
                                  2
                                ],
                                "storeNames": [
                                  "sample string 1",
                                  "sample string 2"
                                ],
                                "campaignPlus": [
                                  {
                                    "$ref": "60"
                                  },
                                  {
                                    "$ref": "60"
                                  }
                                ],
                                "campaignPools": [
                                  {
                                    "$id": "63",
                                    "id": 1,
                                    "campaignID": 2,
                                    "campaignName": "sample string 3",
                                    "plu": 4,
                                    "pluG_UID": "A6uVMCVbck6aihghpxeVAw==",
                                    "pluGuid": "3095ab03-5b25-4e72-9a8a-1821a7179503",
                                    "hostOfferID": 1,
                                    "priceGroupG_UID": "6j0McAYjy068YUloYBWgzA==",
                                    "priceGroupGuid": "700c3dea-2306-4ecb-bc61-49686015a0cc",
                                    "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": "2026-04-03T06:25:30.7509275",
                                    "rrp": 17,
                                    "campaignDescription": "sample string 18",
                                    "product": {
                                      "$ref": "20"
                                    },
                                    "campaign": {
                                      "$ref": "62"
                                    }
                                  },
                                  {
                                    "$ref": "63"
                                  }
                                ],
                                "sellingRules": [
                                  {
                                    "$id": "64",
                                    "id": 1,
                                    "identifier": "vfvhpl2hnEG3+8th7Mu/Wg==",
                                    "identifierStr": "vfvhpl2hnEG3+8th7Mu/Wg==",
                                    "identifierGuid": "a6e1fbbd-a15d-419c-b7fb-cb61eccbbf5a",
                                    "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": "62"
                                    }
                                  },
                                  {
                                    "$ref": "64"
                                  }
                                ],
                                "customers": [
                                  {
                                    "$id": "65",
                                    "id": 1,
                                    "campaignID": 2,
                                    "campaignName": "sample string 3",
                                    "customerID": "t5iN78MhiUy0F4dYToHaNg==",
                                    "customerIDGuid": "ef8d98b7-21c3-4c89-b417-87584e81da36",
                                    "campaign": {
                                      "$ref": "62"
                                    },
                                    "customer": {
                                      "$id": "66",
                                      "identifier": "jeJBeexQNkW3A8qszScpDQ==",
                                      "identifierGuid": "7941e28d-50ec-4536-b703-caaccd27290d",
                                      "code": "sample string 2",
                                      "familyName": "sample string 3",
                                      "givenName": "sample string 4",
                                      "otherName": "sample string 5",
                                      "title": "sample string 6",
                                      "dateOfBirth": "2026-04-03T06:25:30.7509275",
                                      "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": "kCnZxwJoyUu9gIRZKBBNsA==",
                                      "communityIdentifierGuid": "c7d92990-6802-4bc9-bd80-845928104db0",
                                      "joined": "2026-04-03T06:25:30.7509275",
                                      "updated": "2026-04-03T06:25:30.7509275",
                                      "active": true,
                                      "reasonInactive": 1,
                                      "groupCustomer": true,
                                      "loyaltyPoints": 1,
                                      "homeStoreID": 1,
                                      "availableSpend": 1,
                                      "priceLevelIdentifier": "B8MCAteIokqu5mSCzDg2yA==",
                                      "priceLevelIdentifierGuid": "0202c307-88d7-4aa2-aee6-6482cc3836c8",
                                      "marketingID": "sample string 18",
                                      "receiptPrintOptions": 1,
                                      "hidden": true,
                                      "registered": true,
                                      "registeredOn": "2026-04-03T06:25:30.7509275",
                                      "emailMarketing": true,
                                      "smsMarketing": true,
                                      "deleted": true,
                                      "deletedUser": "sample string 24",
                                      "homeStoreName": "sample string 25",
                                      "customerCards": [
                                        {
                                          "$id": "67",
                                          "cardType": 2,
                                          "issueDate": "2026-04-03T06:25:30.7509275",
                                          "expiry": "2026-04-03T06:25:30.7509275",
                                          "customerID": "WGZngs3um0SyMo925BFwog==",
                                          "customerIDGuid": "82676658-eecd-449b-b232-8f76e41170a2",
                                          "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": "2026-04-03T06:25:30.7509275",
                                          "linkedAccount": "zt2Xme5/M0KOuzgjqXHceQ==",
                                          "linkedAccountGuid": "9997ddce-7fee-4233-8ebb-3823a971dc79",
                                          "currentValueChanged": true,
                                          "limitsChanged": true,
                                          "customer": {
                                            "$ref": "66"
                                          },
                                          "account": {
                                            "$id": "68",
                                            "id": 1,
                                            "identifier": "2YS0Gzau/0Sg8laL0vxlcg==",
                                            "identifierGuid": "1bb484d9-ae36-44ff-a0f2-568bd2fc6572",
                                            "referenceNo": "sample string 3",
                                            "name": "sample string 4",
                                            "created": "2026-04-03T06:25:30.7509275",
                                            "owner": "ibt46uVngkSbO8tsw5yvFg==",
                                            "ownerGuid": "ea78bb89-67e5-4482-9b3b-cb6cc39caf16",
                                            "accountStoreGroupIdentifier": "HOeWwv7vYk+b00IgOBxFzQ==",
                                            "accountStoreGroupGuid": "c296e71c-effe-4f62-9bd3-4220381c45cd",
                                            "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": "2026-04-03T06:25:30.7509275",
                                            "active": true,
                                            "updated": "2026-04-03T06:25:30.7509275",
                                            "deleted": true,
                                            "deletedUser": "sample string 16",
                                            "currentBalanceChanged": true,
                                            "maximumLimitChanged": true,
                                            "loyaltyPointsChanged": true,
                                            "projectedBalance": 17,
                                            "accountStoreGroupStoreIDs": [
                                              1,
                                              2
                                            ],
                                            "customerEmail": "sample string 18",
                                            "ownerCustomer": {
                                              "$ref": "66"
                                            },
                                            "card": {
                                              "$ref": "67"
                                            },
                                            "members": {
                                              "$id": "69",
                                              "sample string 1": [
                                                {
                                                  "$ref": "66"
                                                },
                                                {
                                                  "$ref": "66"
                                                }
                                              ],
                                              "sample string 2": [
                                                {
                                                  "$ref": "66"
                                                },
                                                {
                                                  "$ref": "66"
                                                }
                                              ]
                                            },
                                            "customerGroups": [
                                              {
                                                "$id": "70",
                                                "identifier": "/TpheubIuk2E0Uy5vYycIg==",
                                                "identifierGuid": "7a613afd-c8e6-4dba-84d1-4cb9bd8c9c22",
                                                "name": "sample string 2",
                                                "primaryContact": "FVQjisoKZ0OOEIZiWL9NLg==",
                                                "primaryContactGuid": "8a235415-0aca-4367-8e10-866258bf4d2e",
                                                "accountID": "0shUZXBRi0mRFdb8Dkln/Q==",
                                                "accountIDGuid": "6554c8d2-5170-498b-9115-d6fc0e4967fd",
                                                "special": true,
                                                "updated": "2026-04-03T06:25:30.7509275",
                                                "active": true,
                                                "reasonInactive": 1,
                                                "priceLevelIdentifier": "9MjJwK4V0Um/4SAT62lrfg==",
                                                "priceLevelIdentifierGuid": "c0c9c8f4-15ae-49d1-bfe1-2013eb696b7e",
                                                "marketingListID": "sample string 7",
                                                "deleted": true,
                                                "account": {
                                                  "$ref": "68"
                                                },
                                                "primaryContactCustomer": {
                                                  "$ref": "66"
                                                },
                                                "customerGroupMembers": [
                                                  {
                                                    "$id": "71",
                                                    "id": 1,
                                                    "groupID": "3pnMyWqL7kmxdT8V0Akwpw==",
                                                    "groupIDGuid": "c9cc99de-8b6a-49ee-b175-3f15d00930a7",
                                                    "customerID": "MmaHdPvMKEaBz+CFt6OgjA==",
                                                    "customerIDGuid": "74876632-ccfb-4628-81cf-e085b7a3a08c",
                                                    "card": "sample string 4",
                                                    "linkedAccount": "2L8o9DI6GEWOXPATBSSVCw==",
                                                    "linkedAccountGuid": "f428bfd8-3a32-4518-8e5c-f0130524950b",
                                                    "customer": {
                                                      "$ref": "66"
                                                    },
                                                    "group": {
                                                      "$ref": "70"
                                                    },
                                                    "customerCard": {
                                                      "$ref": "67"
                                                    }
                                                  },
                                                  {
                                                    "$ref": "71"
                                                  }
                                                ]
                                              },
                                              {
                                                "$ref": "70"
                                              }
                                            ]
                                          },
                                          "payments": [
                                            {
                                              "$id": "72",
                                              "id": 1,
                                              "identifier": "Fu99zBNXtUCd96Juu5syNw==",
                                              "identifierGuid": "cc7def16-5713-40b5-9df7-a26ebb9b3237",
                                              "storeID": 2,
                                              "operatorName": "sample string 3",
                                              "saleHeaderID": 4,
                                              "paymentType": 5,
                                              "amount": 6,
                                              "account": "sample string 7",
                                              "accountID": "wsLrt2NqXka3q5Jv3urX5w==",
                                              "accountIDGuid": "b7ebc2c2-6a63-465e-b7ab-926fdeead7e7",
                                              "customerAccount": {
                                                "$ref": "68"
                                              },
                                              "customerCard": {
                                                "$ref": "67"
                                              },
                                              "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": "2026-04-03T06:25:30.7509275",
                                              "invRocNo": "sample string 14",
                                              "responseCode": "sample string 15",
                                              "cashout": 1,
                                              "tip": 16,
                                              "idempotentVoid": "mbFDMotjP0aP0/UQXSIkUw==",
                                              "idempotentVoidGuid": "3243b199-638b-463f-8fd3-f5105d222453",
                                              "offline": true,
                                              "processed": 1,
                                              "storeSaleHeader": {
                                                "$id": "73",
                                                "saleHeaderID": 1,
                                                "saleHeaderGuid": "0b3aoXa81Eublxek7idYSg==",
                                                "saleHeaderIdentifierGuid": "a1dabdd1-bc76-4bd4-9b97-17a4ee27584a",
                                                "created": "2026-04-03T06:25:30.7509275",
                                                "createdLocal": "2026-04-03T06:25:30.7509275",
                                                "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": "2026-04-03T06:25:30.7509275",
                                                "storeID": 1,
                                                "operatorG_Uid": "79Dx34XfGEKzSqcHmUZT+w==",
                                                "operatorGuid": "dff1d0ef-df85-4218-b34a-a707994653fb",
                                                "customerG_Uid": "m2n3Nfecb0W8hfgf60JRoA==",
                                                "customerGuid": "35f7699b-9cf7-456f-bc85-f81feb4251a0",
                                                "communityIdentifier": "q19wcZjUW0e+YHfDkYJ1Nw==",
                                                "communityIdentifierGuid": "71705fab-d498-475b-be60-77c391827537",
                                                "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": "W+Zgzg1MfEGqK9x7na9nyw==",
                                                "priceLevelIdentifierGuid": "ce60e65b-4c0d-417c-aa2b-dc7b9daf67cb",
                                                "locked": 36,
                                                "orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-04-03T06:25:30.7509275+00:00\",\"DeliveryAddress1\":\"sample string 2\",\"DeliveryAddress2\":\"sample string 3\",\"CustomerPhoneNumber\":\"sample string 4\",\"OrderType\":0,\"ExternalOrderID\":\"sample string 5\",\"ExternalDisplayableOrderID\":\"sample string 6\",\"TableName\":\"sample string 7\",\"CreatedBy\":0,\"OrderingAppName\":\"sample string 8\"}",
                                                "deserialisedOrderMetadata": {
                                                  "$id": "74",
                                                  "customerName": "sample string 1",
                                                  "pickupAt": "2026-04-03T06:25:30.7509275",
                                                  "deliveryAddress1": "sample string 2",
                                                  "deliveryAddress2": "sample string 3",
                                                  "customerPhoneNumber": "sample string 4",
                                                  "orderType": 0,
                                                  "externalOrderID": "sample string 5",
                                                  "externalDisplayableOrderID": "sample string 6",
                                                  "tableName": "sample string 7",
                                                  "createdBy": 0,
                                                  "orderingAppName": "sample string 8"
                                                },
                                                "relationChecksum": "sample string 38",
                                                "loyaltyTender": 1,
                                                "giftCardTender": 1,
                                                "operator": {
                                                  "$ref": "33"
                                                },
                                                "customer": {
                                                  "$ref": "66"
                                                },
                                                "communityOrganisation": {
                                                  "$id": "75",
                                                  "id": 1,
                                                  "identifier": "fYXVrpm8Wke0JcQOWSg62Q==",
                                                  "identifierGuid": "aed5857d-bc99-475a-b425-c40e59283ad9",
                                                  "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",
                                                  "abn": "sample string 15",
                                                  "promoPeriodStart": "2026-04-03T06:25:30.7509275",
                                                  "promoPeriodEnd": "2026-04-03T06:25:30.7509275",
                                                  "allowDonations": true,
                                                  "logoImageName": "sample string 17",
                                                  "totalAmountAwarded": 18.1,
                                                  "updated": "2026-04-03T06:25:30.7509275",
                                                  "deleted": true
                                                },
                                                "details": [
                                                  {
                                                    "$id": "76",
                                                    "saleItemID": 1,
                                                    "identifier": "KVxGa8eFlUe7fb2iEmO2Ig==",
                                                    "identifierGuid": "6b465c29-85c7-4795-bb7d-bda21263b622",
                                                    "saleHeaderID": 2,
                                                    "plu": 1,
                                                    "pluG_UId": "0QILX3plQU2HY8rZQVcQUA==",
                                                    "pluGuid": "5f0b02d1-657a-4d41-8763-cad941571050",
                                                    "accountID": "VtMajytLy0yb6Sh0AF5Bmg==",
                                                    "accountIDGuid": "8f1ad356-4b2b-4ccb-9be9-2874005e419a",
                                                    "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": "2026-04-03T06:25:30.7509275",
                                                    "bestOrExpireType": 1,
                                                    "providerName": "sample string 11",
                                                    "refundG_UID": "UAeD8TgRNEqAxnGWLSioBw==",
                                                    "refundGuid": "f1830750-1138-4a34-80c6-71962d28a807",
                                                    "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": "ZxsHvQQmPkmrr9MwlKmNSQ==",
                                                    "idempotentVoidGuid": "bd071b67-2604-493e-abaf-d33094a98d49",
                                                    "priceLevelIdentifier": "9K4y2TN/nECw3s588OEm7A==",
                                                    "priceLevelIdentifierGuid": "d932aef4-7f33-409c-b0de-ce7cf0e126ec",
                                                    "communityIdentifier": "Ll9wK5L1uEOolruhQ6AAMw==",
                                                    "communityIdentifierGuid": "2b705f2e-f592-43b8-a896-bba143a00033",
                                                    "productName": "sample string 23",
                                                    "apn": "sample string 24",
                                                    "unknownScans": [
                                                      {
                                                        "$id": "77",
                                                        "id": 1,
                                                        "saleDetailID": 2,
                                                        "storeID": 1,
                                                        "scanned": "2026-04-03T06:25:30.7509275",
                                                        "operatorG_UID": "QEA=",
                                                        "barcode": "sample string 4",
                                                        "processed": 1
                                                      },
                                                      {
                                                        "$ref": "77"
                                                      }
                                                    ],
                                                    "refund": {
                                                      "$id": "78",
                                                      "id": 1,
                                                      "g_UID": "hvph+kpLmkat0PYbaxAVMw==",
                                                      "guid": "fa61fa86-4b4a-469a-add0-f61b6b101533",
                                                      "description": "sample string 1",
                                                      "dumped": true,
                                                      "inventoryReasonID": 1,
                                                      "sortOrder": 1,
                                                      "updated": "2026-04-03T06:25:30.7509275"
                                                    },
                                                    "modifier": {
                                                      "$id": "79",
                                                      "id": 1,
                                                      "setG_UID": "DdDRPrrqokWhfN+tXuG4Gg==",
                                                      "modifierSetGuid": "3ed1d00d-eaba-45a2-a17c-dfad5ee1b81a",
                                                      "name": "sample string 2",
                                                      "price": 1,
                                                      "quantity": 1,
                                                      "modifierType": 1,
                                                      "groupNumber": 1,
                                                      "pageNumber": 1,
                                                      "controlOrder": 1,
                                                      "printToStation": true,
                                                      "pluG_UID": "RuAAuM3+MUajHvn9QJaDUQ==",
                                                      "pluGuid": "b800e046-fecd-4631-a31e-f9fd40968351",
                                                      "deleted": true,
                                                      "g_UID": "8u5sCyGinkiUkIIyi7YM7A==",
                                                      "guid": "0b6ceef2-a221-489e-9490-82328bb60cec",
                                                      "product": {
                                                        "$ref": "20"
                                                      }
                                                    },
                                                    "priceLevelName": "sample string 25",
                                                    "pumpNumber": 1,
                                                    "hoseNumber": 1
                                                  },
                                                  {
                                                    "$ref": "76"
                                                  }
                                                ],
                                                "eftReceipts": [
                                                  {
                                                    "$id": "80",
                                                    "id": 1,
                                                    "storeID": 1,
                                                    "saleHeaderID": 2,
                                                    "storeSaleHeader": {
                                                      "$ref": "73"
                                                    },
                                                    "receipt": "sample string 3",
                                                    "processed": 1
                                                  },
                                                  {
                                                    "$ref": "80"
                                                  }
                                                ],
                                                "payments": [
                                                  {
                                                    "$ref": "72"
                                                  },
                                                  {
                                                    "$ref": "72"
                                                  }
                                                ],
                                                "cards": [
                                                  {
                                                    "$id": "81",
                                                    "id": 1,
                                                    "saleHeaderID": 1,
                                                    "identifier": "sample string 2",
                                                    "cardType": 3,
                                                    "providerName": "sample string 4"
                                                  },
                                                  {
                                                    "$ref": "81"
                                                  }
                                                ],
                                                "campaignHits": [
                                                  {
                                                    "$id": "82",
                                                    "id": 1,
                                                    "saleHeaderID": 2,
                                                    "campaign": "sample string 3",
                                                    "name": "sample string 4",
                                                    "processed": 1,
                                                    "campaignDescription": "sample string 5"
                                                  },
                                                  {
                                                    "$ref": "82"
                                                  }
                                                ],
                                                "fuel": [
                                                  {
                                                    "$id": "83",
                                                    "id": 1,
                                                    "plu": 1,
                                                    "pluG_UID": "bsAxr8cnjky/emS678e2MQ==",
                                                    "pluGuid": "af31c06e-27c7-4c8e-bf7a-64baefc7b631",
                                                    "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": "2026-04-03T06:25:30.7509275",
                                                    "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": "2026-04-03T06:25:30.7509275",
                                                    "tagNumber": "sample string 15",
                                                    "trackTwoRem": "sample string 16",
                                                    "transCode": 1,
                                                    "transType": 1,
                                                    "unitPrice": 1.0,
                                                    "vehicleReg": "sample string 17",
                                                    "offline": true,
                                                    "processed": 1
                                                  },
                                                  {
                                                    "$ref": "83"
                                                  }
                                                ],
                                                "fuelResells": [
                                                  {
                                                    "$id": "84",
                                                    "saleItemID": 1,
                                                    "saleHeaderID": 2,
                                                    "plu": 1,
                                                    "pluG_UId": "ZoxXArNdYUeB5vcp4qMMQw==",
                                                    "pluGuid": "02578c66-5db3-4761-81e6-f729e2a30c43",
                                                    "accountID": "phyQ2ms8Q0OvnZw/8MuHrQ==",
                                                    "accountIDGuid": "da901ca6-3c6b-4343-af9d-9c3ff0cb87ad",
                                                    "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": "2026-04-03T06:25:30.7509275",
                                                    "bestOrExpireType": 1,
                                                    "refundG_UID": "9+NIm/CV6kqFd0CuGLn/2g==",
                                                    "refundGuid": "9b48e3f7-95f0-4aea-8577-40ae18b9ffda",
                                                    "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": "84"
                                                  }
                                                ],
                                                "customerOrder": [
                                                  {
                                                    "$id": "85",
                                                    "identifier": "Reo5Qk4WLUyO+6+ESzOZ6g==",
                                                    "identifierGuid": "4239ea45-164e-4c2d-8efb-af844b3399ea",
                                                    "id": 1,
                                                    "orderNo": 2,
                                                    "externalSaleIdentifier": "sample string 3",
                                                    "storeID": 4,
                                                    "zoneID": 5,
                                                    "deptNo": 6,
                                                    "customerIdentifier": "5gb4QULgN0KSWXiC24yt1w==",
                                                    "customerIdentifierGuid": "41f806e6-e042-4237-9259-7882db8cadd7",
                                                    "operatorNo": 1,
                                                    "operatorG_UID": "OzBHXBZlpEq7ZWxBS+nf8Q==",
                                                    "operatorGuid": "5c47303b-6516-4aa4-bb65-6c414be9dff1",
                                                    "created": "2026-04-03T06:25:30.7509275",
                                                    "ordered": "2026-04-03T06:25:30.7509275",
                                                    "started": "2026-04-03T06:25:30.7509275",
                                                    "completed": "2026-04-03T06:25:30.7509275",
                                                    "supplied": "2026-04-03T06:25:30.7509275",
                                                    "quickTicket": 1,
                                                    "deleted": true,
                                                    "walkAway": true,
                                                    "approxWait": 1,
                                                    "actualWait": 1,
                                                    "deliveryMethod": 8,
                                                    "externalSaleType": 9,
                                                    "customer": {
                                                      "$ref": "66"
                                                    },
                                                    "operator": {
                                                      "$ref": "33"
                                                    },
                                                    "details": [
                                                      {
                                                        "$id": "86",
                                                        "headerID": 1,
                                                        "plu": 1,
                                                        "pluG_UId": "+94bf7DQX0i0//Cie2LqRw==",
                                                        "pluGuid": "7f1bdefb-d0b0-485f-b4ff-f0a27b62ea47",
                                                        "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": "LIfkz4onVU+pXUTYIs9Fvg==",
                                                        "headerIdentifierGuid": "cfe4872c-278a-4f55-a95d-44d822cf45be",
                                                        "product": {
                                                          "$ref": "20"
                                                        }
                                                      },
                                                      {
                                                        "$ref": "86"
                                                      }
                                                    ],
                                                    "storeName": "sample string 11",
                                                    "customerName": "sample string 12",
                                                    "storeReplyTo": "sample string 13",
                                                    "storeSubjectLine": "sample string 14",
                                                    "storeSaleHeader": {
                                                      "$ref": "73"
                                                    }
                                                  },
                                                  {
                                                    "$ref": "85"
                                                  }
                                                ],
                                                "surveyResponses": [
                                                  {
                                                    "$id": "87",
                                                    "surveyG_UID": "/lP6+rSvvk6bgUx8CRW6vQ==",
                                                    "surveyGuid": "fafa53fe-afb4-4ebe-9b81-4c7c0915babd",
                                                    "saleHeaderGuid": "pQkqCCycu0a3Id5GuShpzw==",
                                                    "saleGuid": "082a09a5-9c2c-46bb-b721-de46b92869cf",
                                                    "textResponse": "sample string 1",
                                                    "integerResponse": 1,
                                                    "g_UIDResponse": "litdh+tRCUe6Py8zvE47KQ==",
                                                    "guidResponse": "875d2b96-51eb-4709-ba3f-2f33bc4e3b29",
                                                    "whoAnswered": 2,
                                                    "answeredAtUTC": "2026-04-03T06:25:30.7509275",
                                                    "sale": {
                                                      "$ref": "73"
                                                    },
                                                    "survey": {
                                                      "$id": "88",
                                                      "g_UID": "WwhdymlgT0mu0lPNbiesAg==",
                                                      "guid": "ca5d085b-6069-494f-aed2-53cd6e27ac02",
                                                      "name": "sample string 1",
                                                      "storeID": 2,
                                                      "zoneID": 1,
                                                      "checkoutFormG_UID": "zwd+iFSUEkSVJDILl1ceMg==",
                                                      "checkoutFormGuid": "887e07cf-9454-4412-9524-320b97571e32",
                                                      "displayToWho": 3,
                                                      "displayWhen": 4,
                                                      "start": "2026-04-03T06:25:30.7509275",
                                                      "end": "2026-04-03T06:25:30.7509275",
                                                      "deleted": true,
                                                      "updated": "2026-04-03T06:25:30.7509275",
                                                      "possibleIntegerResponses": [
                                                        1,
                                                        2
                                                      ],
                                                      "possibleTextResponses": [
                                                        "sample string 1",
                                                        "sample string 2"
                                                      ],
                                                      "possibleGuidResponses": [
                                                        "9b844567-d64d-41f0-9df2-d650ae7c48ce",
                                                        "28db22c0-61d6-458f-aff0-e8679b3da899"
                                                      ],
                                                      "allowsAllTextResponses": true,
                                                      "surveyForm": {
                                                        "$ref": "41"
                                                      }
                                                    },
                                                    "ingressId": "sample string 4"
                                                  },
                                                  {
                                                    "$ref": "87"
                                                  }
                                                ],
                                                "storeName": "sample string 39",
                                                "terminalNumber": 40,
                                                "machineName": "sample string 41",
                                                "operatorName": "sample string 42",
                                                "direction": 1,
                                                "reason": "sample string 43",
                                                "accountG_UID": "UloS3u4gr0uv4tQ5t6z/eg==",
                                                "accountIdentifier": "de125a52-20ee-4baf-afe2-d439b7acff7a",
                                                "accountName": "sample string 44",
                                                "customerOrderIdentifier": "WdGrIYNYdUucKxy+1DOs6A==",
                                                "customerOrderIdentifierGuid": "21abd159-5883-4b75-9c2b-1cbed433ace8",
                                                "priceLevelName": "sample string 45",
                                                "revision": 46,
                                                "ingressId": "sample string 47"
                                              },
                                              "metadata": {
                                                "$id": "89",
                                                "id": 1,
                                                "paymentID": 2,
                                                "paymentIdentifier": "KqYdu97e30ahQ0/SMa7lcA==",
                                                "paymentIdentifierGuid": "bb1da62a-dede-46df-a143-4fd231aee570",
                                                "identifier": "UxI3NC34/k+K/N0vx7lCHQ==",
                                                "identifierGuid": "34371253-f82d-4ffe-8afc-dd2fc7b9421d",
                                                "metadata": "sample string 3",
                                                "signatureImage": "QEA=",
                                                "itemIdentifier": "2FsF3Zzv0EaGgGCexmUvdg==",
                                                "itemIdentifierGuid": "dd055bd8-ef9c-46d0-8680-609ec6652f76"
                                              }
                                            },
                                            {
                                              "$ref": "72"
                                            }
                                          ]
                                        },
                                        {
                                          "$ref": "67"
                                        }
                                      ],
                                      "customerGroupMembers": [
                                        {
                                          "$ref": "71"
                                        },
                                        {
                                          "$ref": "71"
                                        }
                                      ],
                                      "customerGroups": [
                                        {
                                          "$ref": "70"
                                        },
                                        {
                                          "$ref": "70"
                                        }
                                      ],
                                      "accounts": [
                                        {
                                          "$ref": "68"
                                        },
                                        {
                                          "$ref": "68"
                                        }
                                      ],
                                      "account": {
                                        "$ref": "68"
                                      },
                                      "vouchers": [
                                        {
                                          "$id": "90",
                                          "customerIdentifier": "UzrTNflEpkSElRA3UddMHw==",
                                          "customerIdentifierGuid": "35d33a53-44f9-44a6-8495-103751d74c1f",
                                          "voucherName": "sample string 2",
                                          "count": 3,
                                          "storeID": 4,
                                          "barcode": "sample string 5",
                                          "redeemCount": 6,
                                          "issueCount": 7,
                                          "storeSalePaymentID": 1,
                                          "idempotentID": "6YrSEuQiLka4nYjQKyaGoQ==",
                                          "idempotentGuid": "12d28ae9-22e4-462e-b89d-88d02b2686a1",
                                          "offline": true,
                                          "voucher": {
                                            "$id": "91",
                                            "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": "2026-04-03T06:25:30.7509275",
                                            "barcodeTemplate": {
                                              "$id": "92",
                                              "templateID": 1,
                                              "template": "sample string 1",
                                              "bcFunction": "sample string 2",
                                              "sortOrder": 3
                                            },
                                            "scaleLabel": {
                                              "$id": "93",
                                              "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": "2026-04-03T06:25:30.7509275",
                                              "labelPageLayout": "4Hgq+osYSUu+jU1GkmjvAQ==",
                                              "pageLayoutGuid": "fa2a78e0-188b-4b49-be8d-4d469268ef01",
                                              "labelType": 6,
                                              "oldName": "sample string 7",
                                              "voucher": {
                                                "$ref": "91"
                                              },
                                              "elements": [
                                                {
                                                  "$id": "94",
                                                  "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": "2026-04-03T06:25:30.7509275"
                                                },
                                                {
                                                  "$ref": "94"
                                                }
                                              ]
                                            },
                                            "customerVouchers": [
                                              {
                                                "$id": "95",
                                                "id": 1,
                                                "customerIdentifier": "kiKLCdgJtEm+rpC1+oCJQg==",
                                                "customerIdentifierGuid": "098b2292-09d8-49b4-beae-90b5fa808942",
                                                "voucherID": 3,
                                                "voucherName": "sample string 4",
                                                "storeID": 1,
                                                "barcode": "sample string 5",
                                                "dateOfIssue": "2026-04-03T06:25:30.7509275",
                                                "issuedSaleHeaderID": 1,
                                                "issuedSaleIdentifier": "sample string 7",
                                                "issuedOfflinePaymentID": 1,
                                                "issuedIdempotentID": "/K2L04yOG0Otg9udKuYDuA==",
                                                "issuedIdempotentGuid": "d38badfc-8e8c-431b-ad83-db9d2ae603b8",
                                                "issuedOffline": true,
                                                "issuedUser": "sample string 9",
                                                "issuedNotes": "sample string 10",
                                                "expiryDate": "2026-04-03T06:25:30.7509275",
                                                "expiredUser": "sample string 11",
                                                "expiredNotes": "sample string 12",
                                                "redeemed": "2026-04-03T06:25:30.7509275",
                                                "redeemedSaleHeaderID": 1,
                                                "redeemedSaleIdentifier": "sample string 13",
                                                "redeemedOfflinePaymentID": 1,
                                                "redeemedIdempotentID": "zqkwzEl+iEaz+6zZsFvDaA==",
                                                "redeemedIdempotentGuid": "cc30a9ce-7e49-4688-b3fb-acd9b05bc368",
                                                "redeemedUser": "sample string 14",
                                                "redeemedNotes": "sample string 15",
                                                "redeemedOffline": true,
                                                "updated": "2026-04-03T06:25:30.7509275",
                                                "storeName": "sample string 17",
                                                "scaleLabel": {
                                                  "$ref": "93"
                                                },
                                                "voucher": {
                                                  "$ref": "91"
                                                },
                                                "customer": {
                                                  "$ref": "66"
                                                },
                                                "issuedOfflinePayment": {
                                                  "$ref": "72"
                                                },
                                                "redeemedOfflinePayment": {
                                                  "$ref": "72"
                                                }
                                              },
                                              {
                                                "$ref": "95"
                                              }
                                            ]
                                          },
                                          "customer": {
                                            "$ref": "66"
                                          }
                                        },
                                        {
                                          "$ref": "90"
                                        }
                                      ]
                                    }
                                  },
                                  {
                                    "$ref": "65"
                                  }
                                ],
                                "customerGroups": [
                                  {
                                    "$id": "96",
                                    "id": 1,
                                    "campaignID": 2,
                                    "campaignName": "sample string 3",
                                    "groupID": "4Gnw4yfF6EWbxsIIIzURWQ==",
                                    "groupIDGuid": "e3f069e0-c527-45e8-9bc6-c20823351159",
                                    "campaign": {
                                      "$ref": "62"
                                    },
                                    "group": {
                                      "$ref": "70"
                                    }
                                  },
                                  {
                                    "$ref": "96"
                                  }
                                ],
                                "signIqTickets": [
                                  {
                                    "$id": "97",
                                    "identifier": "BV1d/uui1Eaclyb4f6J6Aw==",
                                    "identifierGuid": "fe5d5d05-a2eb-46d4-9c97-26f87fa27a03",
                                    "campaignName": "sample string 2",
                                    "message": "sample string 3",
                                    "ticketFileSource": "sample string 4",
                                    "ticketFileDestination": "sample string 5",
                                    "storeID": 1
                                  },
                                  {
                                    "$ref": "97"
                                  }
                                ],
                                "comboPriceGroups": [
                                  {
                                    "$id": "98",
                                    "id": 1,
                                    "campaignID": 2,
                                    "campaignName": "sample string 3",
                                    "g_UID": "uiv0kOR4fE6t0EROJyaJ3Q==",
                                    "guid": "90f42bba-78e4-4e7c-add0-444e272689dd",
                                    "description": "sample string 5",
                                    "newPrice": 1,
                                    "rangeDescription": "sample string 6",
                                    "dealDescription": "sample string 7",
                                    "labelQuantity": 8,
                                    "hostProductCategoryID": 1,
                                    "offerID": 1,
                                    "dontUpdatePricePlus": true,
                                    "campaign": {
                                      "$ref": "62"
                                    },
                                    "comboPricePlus": [
                                      {
                                        "$id": "99",
                                        "id": 1,
                                        "campaignID": 2,
                                        "campaignName": "sample string 3",
                                        "groupG_UID": "OGI+nmZBZU63o1dLcN6mSw==",
                                        "groupGuid": "9e3e6238-4166-4e65-b7a3-574b70dea64b",
                                        "comboPriceType": 5,
                                        "priceType": 5,
                                        "pluG_UID": "2CFRENosUkqbBZQUX2CeWA==",
                                        "pluGuid": "105121d8-2cda-4a52-9b05-94145f609e58",
                                        "priceGroupG_UID": "mIIEV4qmkEawCBHCu9NVsw==",
                                        "priceGroupGuid": "57048298-a68a-4690-b008-11c2bbd355b3",
                                        "campaignPoolID": "sample string 7",
                                        "quantity": 1,
                                        "campaign": {
                                          "$ref": "62"
                                        },
                                        "product": {
                                          "$ref": "20"
                                        },
                                        "priceGroup": {
                                          "$ref": "26"
                                        },
                                        "campaignPool": {
                                          "$ref": "62"
                                        }
                                      },
                                      {
                                        "$ref": "99"
                                      }
                                    ]
                                  },
                                  {
                                    "$ref": "98"
                                  }
                                ],
                                "priceLevels": [
                                  {
                                    "$id": "100",
                                    "id": 1,
                                    "priceLevelIdentifier": "bYWh5QnIz0GxoGI1PqHYvw==",
                                    "priceLevelIdentifierGuid": "e5a1856d-c809-41cf-b1a0-62353ea1d8bf",
                                    "campaignName": "sample string 3",
                                    "priceLevelName": "sample string 4"
                                  },
                                  {
                                    "$ref": "100"
                                  }
                                ],
                                "promotionType": {
                                  "$id": "101",
                                  "identifier": "+OCDK4c9pkCVGC7hjaO/Jw==",
                                  "identifierGuid": "2b83e0f8-3d87-40a6-9518-2ee18da3bf27",
                                  "hostType": 2,
                                  "code": "sample string 3",
                                  "description": "sample string 4",
                                  "isLiquor": true,
                                  "isAdvertised": true,
                                  "disableWasSave": true,
                                  "excludeFromPromoSales": true,
                                  "labelPageLayoutG_UID": "NxtS7bVvb02hc5I1T27pug==",
                                  "labelPageLayoutGuid": "ed521b37-6fb5-4d6f-a173-92354f6ee9ba",
                                  "priceLevelIdentifier": "1FQ85YciHUio1F50NaegZQ==",
                                  "priceLevelIdentifierGuid": "e53c54d4-2287-481d-a8d4-5e7435a7a065",
                                  "active": true,
                                  "updated": "2026-04-03T06:25:30.7509275",
                                  "hostName": "sample string 11"
                                }
                              },
                              "product": {
                                "$ref": "20"
                              },
                              "dealCost": {
                                "$id": "102",
                                "headerIdentifier": "xKKsd5uE1ECnXlHZp6Yimw==",
                                "headerIdentifierGuid": "77aca2c4-849b-40d4-a75e-51d9a7a6229b",
                                "identifier": "FM/SyH5Oik6QvJLEGRIyWw==",
                                "identifierGuid": "c8d2cf14-4e7e-4e8a-90bc-92c41912325b",
                                "supplierIdentifier": "3znX/pv30UG+ixCrJmlKaQ==",
                                "supplierGuid": "fed739df-f79b-41d1-be8b-10ab26694a69",
                                "pluG_UID": "lk+tBcNC+061dYdGS7EITQ==",
                                "pluGuid": "05ad4f96-42c3-4efb-b575-87464bb1084d",
                                "campaignName": "5d02780e-284a-44b9-930c-ca109073d476",
                                "description": "sample string 4",
                                "cost": 5,
                                "costDecimals": 6,
                                "start": "2026-04-03T06:25:30.7509275",
                                "end": "2026-04-03T06:25:30.7509275",
                                "type": 9,
                                "promoType": 10,
                                "bonusItemPLUG_UID": "5YNYqAyj0k654uwMCQmwEA==",
                                "bonusItemPluGuid": "a85883e5-a30c-4ed2-b9e2-ec0c0909b010",
                                "bonusPurchaseUnits": 11,
                                "bonusReceiveUnits": 12,
                                "updated": "2026-04-03T06:25:30.7509275",
                                "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": "2026-04-03T06:25:30.7509275",
                                "campaignEndDate": "2026-04-03T06:25:30.7509275",
                                "masterPLUG_UID": "vcg6HErpckqD5NFj+Hxl1g==",
                                "masterID": "1c3ac8bd-e94a-4a72-83e4-d163f87c65d6",
                                "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": "H2g0AHcblkSogI+5BjUJBg==",
                                "bonusMasterID": "0034681f-1b77-4496-a880-8fb906350906",
                                "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": "2026-04-03T06:25:30.7509275",
                            "dealCosts": [
                              {
                                "$ref": "102"
                              },
                              {
                                "$ref": "102"
                              }
                            ],
                            "tags": [
                              {
                                "$id": "103",
                                "pluG_UID": "bOU2AXbEFUOJOxd0UkRuQA==",
                                "pluGuid": "0136e56c-c476-4315-893b-177452446e40",
                                "tagID": 1,
                                "description": "sample string 1",
                                "storeIDs": [
                                  1,
                                  2
                                ]
                              },
                              {
                                "$ref": "103"
                              }
                            ],
                            "alternateProductG_UID": "JApMPkMGaEufI5xlvD5ZSQ==",
                            "alternateProduct": "3e4c0a24-0643-4b68-9f23-9c65bc3e5949",
                            "altProduct": {
                              "$ref": "20"
                            },
                            "productHostCode": {
                              "$id": "104",
                              "id": 1,
                              "pluG_UID": "mBbfehPBs0GG9nRB5ydlXg==",
                              "pluGuid": "7adf1698-c113-41b3-86f6-7441e727655e",
                              "ibaCode": "sample string 2"
                            },
                            "mscCat": {
                              "$ref": "56"
                            },
                            "mscCom": {
                              "$ref": "57"
                            },
                            "mscDep": {
                              "$ref": "59"
                            },
                            "mscSubCom": {
                              "$ref": "58"
                            },
                            "isUserUpdate": true,
                            "ignoreMasterProduct": true,
                            "priceGroupLabelRequested": true,
                            "firstSold": "2026-04-03T06:25:30.7509275",
                            "inventoryTracked": "2026-04-03T06:25:30.7509275",
                            "isNormalPriceChangesCampaign": true,
                            "baseProductFuel": {
                              "$id": "105",
                              "pluG_UID": "0N7ZXWPpVkawZN+os+nBQA==",
                              "pluGuid": "5dd9ded0-e963-4656-b064-dfa8b3e9c140",
                              "fuelPluG_UID": "+SghDf2KxUigMOYbhsHSkQ==",
                              "fuelPluGuid": "0d2128f9-8afd-48c5-a030-e61b86c1d291",
                              "price": 3,
                              "productDescription": "sample string 4",
                              "productBarcode": "sample string 5",
                              "fuelProductDescription": "sample string 6",
                              "fuelProductBarcode": "sample string 7",
                              "fuelProductPrice": 8
                            },
                            "productFuelLinks": [
                              {
                                "$ref": "105"
                              },
                              {
                                "$ref": "105"
                              }
                            ]
                          },
                          "supplier": {
                            "$ref": "15"
                          },
                          "serviceFee": {
                            "$id": "106",
                            "id": 1,
                            "description": "sample string 1",
                            "fee": 1
                          },
                          "isPrimaryHost": true,
                          "hostVendor": 48
                        },
                        {
                          "$ref": "18"
                        }
                      ],
                      "orderCycleHeaders": [
                        {
                          "$id": "107",
                          "storeID": 1,
                          "supplierIdentifier": "TGN20mbQmECrc+nWfmJsUQ==",
                          "supplierGuid": "d276634c-d066-4098-ab73-e9d67e626c51",
                          "departmentCode": "sample string 2",
                          "warehouseDirectIndicator": "sample string 3",
                          "type": 4,
                          "storeName": "sample string 5",
                          "departmentName": "sample string 6",
                          "orderDays": 7
                        },
                        {
                          "$ref": "107"
                        }
                      ],
                      "cycles": [
                        {
                          "$id": "108",
                          "storeID": 1,
                          "supplierIdentifier": "kqBhJMlHIUCWEMC+mVaemw==",
                          "supplierGuid": "2461a092-47c9-4021-9610-c0be99569e9b",
                          "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": "2026-04-03T06:25:30.7509275",
                          "deliveryDate": "2026-04-03T06:25:30.7509275",
                          "nextCutOffDate": "2026-04-03T06:25:30.7509275",
                          "nextDeliveryDate": "2026-04-03T06:25:30.7509275",
                          "nextDaysBuffer": 10
                        },
                        {
                          "$ref": "108"
                        }
                      ],
                      "store": {
                        "$ref": "10"
                      },
                      "updated": "2026-04-03T06:25:30.7509275",
                      "isHost": true
                    },
                    "files": [
                      {
                        "$id": "109",
                        "id": "sample string 1",
                        "fileName": "sample string 2",
                        "extension": "sample string 3",
                        "provider": 0,
                        "type": 0,
                        "hostType": "sample string 4",
                        "createdUtc": "2026-04-03T06:25:30.7509275",
                        "processed": "2026-04-03T06:25:30.7509275",
                        "isProcessing": true,
                        "processedCount": 6,
                        "processingTime": 1,
                        "collectedUtc": "2026-04-03T06:25:30.7509275",
                        "size": 1,
                        "sizeFormat": "sample string 7",
                        "isArchive": true,
                        "customerNumber": "sample string 9",
                        "businessPillar": "sample string 10",
                        "fileType": "sample string 11",
                        "version": "sample string 12",
                        "reference": "sample string 13",
                        "digest": "sample string 14",
                        "contentType": "sample string 15",
                        "host": {
                          "$ref": "14"
                        },
                        "metcashHeader": {
                          "$id": "110",
                          "customerNumber": "sample string 1",
                          "creationDate": "2026-04-03T06:25:30.7509275",
                          "businessPillar": "sample string 3",
                          "fileType": "sample string 4"
                        }
                      },
                      {
                        "$ref": "109"
                      }
                    ],
                    "zoneMatrix": [
                      {
                        "$id": "111",
                        "id": 1,
                        "hostIdentifier": "lh1TY26bcEmTRGL0sqrgcA==",
                        "hostIdentifierGuid": "63531d96-9b6e-4970-9344-62f4b2aae070",
                        "storeID": 1,
                        "departmentCode": "sample string 2",
                        "hostGuids": [
                          "dc78128a-5a58-4d4b-b012-1e6d285dc2b6",
                          "01d1454a-5e32-4e76-8f80-f721cf3d8e4b"
                        ]
                      },
                      {
                        "$ref": "111"
                      }
                    ],
                    "hostFileStoreSetting": {
                      "$ref": "13"
                    },
                    "hostStoreSettings": [
                      {
                        "$ref": "13"
                      },
                      {
                        "$ref": "13"
                      }
                    ],
                    "promotionPlacements": [
                      {
                        "$id": "112",
                        "identifier": "hLhgUk+Vc0awDNf8lQ1/Aw==",
                        "identifierGuid": "5260b884-954f-4673-b00c-d7fc950d7f03",
                        "code": "sample string 2",
                        "description": "sample string 3",
                        "isAdvertised": true
                      },
                      {
                        "$ref": "112"
                      }
                    ],
                    "promoTypeGuids": [
                      "76e337c7-44e2-4bd0-96b2-fa616f55782e",
                      "e43d2258-93f4-4b06-bf25-5491442f506e"
                    ],
                    "isPromotionOnly": false,
                    "isOrderable": false,
                    "vendor": 0
                  },
                  "groupIDs": [
                    1,
                    2
                  ],
                  "hostDescription": "sample string 27"
                },
                {
                  "$ref": "13"
                }
              ],
              "accounts": [
                {
                  "$ref": "7"
                },
                {
                  "$ref": "7"
                }
              ],
              "sales": [
                {
                  "$id": "113",
                  "id": 1,
                  "storeID": 1,
                  "externalSalesType": 2,
                  "ftpSiteID": 1,
                  "lastSaleProcessed": "2026-04-03T06:25:30.7509275",
                  "ftpSite": {
                    "$id": "114",
                    "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": "113"
                }
              ],
              "zoneMatrix": [
                {
                  "$ref": "111"
                },
                {
                  "$ref": "111"
                }
              ],
              "cashManagements": [
                {
                  "$id": "115",
                  "id": 1,
                  "storeID": 1,
                  "cashManagementType": 2,
                  "apiID": 1,
                  "organisationID": "sample string 3",
                  "siteName": "sample string 4",
                  "thirdPartyAPI": {
                    "$id": "116",
                    "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": "115"
                }
              ],
              "updateStoreID": "229b005b-d0d2-4f1b-8dad-9fe0b24891e2",
              "updateStore": {
                "$id": "117",
                "id": "7369fdca-6160-4956-ab13-deae8de6e6cb",
                "name": "sample string 1",
                "lastActivity": "2026-04-03T06:25:30.7509275",
                "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": "2026-04-03T06:25:30.7509275"
              },
              "timeZoneId": "sample string 54",
              "securityOptions": {
                "$id": "118",
                "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": "119",
              "id": 1,
              "gradeID": 2,
              "storeID": 3,
              "g_UID": "0RZHTLXb2US77q2W0OdqVg==",
              "guid": "4c4716d1-dbb5-44d9-bbee-ad96d0e76a56",
              "fuelGrade": "sample string 5",
              "price1": 1,
              "price2": 1,
              "price3": 1,
              "price4": 1,
              "effective": "2026-04-03T06:25:30.7509275",
              "updated": "2026-04-03T06:25:30.7509275",
              "margin": 1,
              "product": {
                "$ref": "20"
              }
            }
          }
        },
        {
          "$ref": "8"
        }
      ],
      "cashBalancingFuelMeters": [
        {
          "$id": "120",
          "headerIdentifier": "xsVmooMuyk6q82RUdkP87w==",
          "headerIdentifierGuid": "a266c5c6-2e83-4eca-aaf3-64547643fcef",
          "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": "121",
              "id": 1,
              "storeID": 2,
              "tankNumber": 3,
              "dispenserNumber": 4,
              "hoseNumber": 5,
              "adjustedFor": "2026-04-03T06:25:30.7509275",
              "adjustedAt": "2026-04-03T06:25:30.7509275",
              "adjustmentVolume": 8.0,
              "reasonDesc": "sample string 9",
              "reason": 10,
              "operatorG_UID": "6I3aLypSZEysI9EgK7MIDg==",
              "operatorGuid": "2fda8de8-522a-4c64-ac23-d1202bb3080e",
              "user": "sample string 11",
              "processed": 1,
              "storeName": "sample string 12",
              "operatorName": "sample string 13"
            },
            {
              "$ref": "121"
            }
          ]
        },
        {
          "$ref": "120"
        }
      ]
    },
    {
      "$ref": "2"
    }
  ],
  "skip": 1,
  "take": 1,
  "totalCount": 1
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PK/3�\���5xl/workbook.xml �(�����0��J}�(PSZP`b�ڡ�	��J����_~R�n������W�܋}LoC�K�b
� '7��v���$�\�iI��oC6B�$9x�1jg��C�+�V<aQ4��2�-������i�����l2XC�l�X�h��5F�lqnm�Ϝ�BO�=kQ�m�\(��<k���a���PK/3�\����	�[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
/3�\xd��''_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="R1c21ebcd94eb4068" /></Relationships>PK/3�\zr�xl/worksheets/sheet1.xml �(���]o�0������%PuK��n��z�	V1�l'���ʚ��
�:�s�r,��Ձ�0V꾀$���ҵ�<��[o�|��ٶB8���nM[�[�l�
�m�����Fŝߚ�M#+���I��!�q����G�V-���K/{4��!��V���y-}�1=0�)���)���G���[��K��~7?����|�e@-~��o=<yh�R�Jw6<���� P�%�Y���G�P�XB�RoU'�z������٧���Q���(Mnp�q���~����0��/�e����Kf/Y<B"ӌQ��_ϋ�����en�L(�����/m�?l��\��Gw&��	rI�X�ح���د	���^�ӿ���I>d_��oĕ��}R�_�MIѻ���W�^k'L����._PK/3�\� a�Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞�	I�i7ݰ-����Q;��B�Ƃ#q�"A*�`��h~OO��|�Xmަ��ȇ���L#+�l��1�6�ՎF�i"�a,��Ђ�q~�<HC���dSG;?aL�����=�B���%��l��?D�� i��q"��W��E`{�=�~J�_B�%*�g�®R(Չ{�dYW0~3��#�_��|!#�Tӕ�x(���o*cГz�>]z�,/�
�7(tRSeS�E�_���PK/3�\Ѓ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/3�\|\�>��xl/sharedStrings.xml �(�m�AO�0��J�;I�j;A5��N�B�JM-uJ�!ʯ'BHێ�Y�������'&��*�0�VH.v��J?�wgWZ�u"a�gd��u�,*�Wz���e7�l℔'�1� Y���:e��(.���rqKR�K���?�����u)u;OXZ�K�ӿޣg9�6~:�Z��Q �)��x���r���df��41t���	�wf��m���k �1�u�0�Y�s��=�]s��������PK-/3�\���5xl/workbook.xmlPK-/3�\����	��[Content_Types].xmlPK-
/3�\xd��''U_rels/.relsPK-/3�\zr��xl/worksheets/sheet1.xmlPK-/3�\� a�P�xl/_rels/workbook.xml.relsPK-/3�\Ѓc'2E
�xl/styles.xmlPK-/3�\|\�>��lxl/sharedStrings.xmlPK��	

application/vnd.ms-excel

Sample:
PK/3�\��9�5xl/workbook.xml �(�����0��J}�(P�?B��ҵCw�&�$(IE�D�n�|���+'����={����U\�0�����H&�uC��	V�Rcۗ& K�80(k�T��+��a�%Q�ÊҨ��;�ʹ�]�����l2XC�*��bQ̠��7��ŹvO9s����ӹK��e"����������?PK/3�\����	�[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
/3�\"CZ''_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="R2c2d0362293745a4" /></Relationships>PK/3�\zr�xl/worksheets/sheet1.xml �(���]o�0������%PuK��n��z�	V1�l'���ʚ��
�:�s�r,��Ձ�0V꾀$���ҵ�<��[o�|��ٶB8���nM[�[�l�
�m�����Fŝߚ�M#+���I��!�q����G�V-���K/{4��!��V���y-}�1=0�)���)���G���[��K��~7?����|�e@-~��o=<yh�R�Jw6<���� P�%�Y���G�P�XB�RoU'�z������٧���Q���(Mnp�q���~����0��/�e����Kf/Y<B"ӌQ��_ϋ�����en�L(�����/m�?l��\��Gw&��	rI�X�ح���د	���^�ӿ���I>d_��oĕ��}R�_�MIѻ���W�^k'L����._PK/3�\Bi4m�Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞8	�5���p�q5�-�-�l,8W�*�6]����������m�������r ����z8���f����C���d=�+��0�`�(�bą��XԱ��[x�������e��ԥ�e�����F�I�ֈӂ:��������0��S���,R�<�v-�F��b,G��M͇ˌ���;Od���US��P�	Y�Uf��Kp�ҩSZNԺ�{쪃*ءb-�U�����PK/3�\Ѓ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/3�\|\�>��xl/sharedStrings.xml �(�m�AO�0��J�;I�j;A5��N�B�JM-uJ�!ʯ'BHێ�Y�������'&��*�0�VH.v��J?�wgWZ�u"a�gd��u�,*�Wz���e7�l℔'�1� Y���:e��(.���rqKR�K���?�����u)u;OXZ�K�ӿޣg9�6~:�Z��Q �)��x���r���df��41t���	�wf��m���k �1�u�0�Y�s��=�]s��������PK-/3�\��9�5xl/workbook.xmlPK-/3�\����	��[Content_Types].xmlPK-
/3�\"CZ''U_rels/.relsPK-/3�\zr��xl/worksheets/sheet1.xmlPK-/3�\Bi4m�P�xl/_rels/workbook.xml.relsPK-/3�\Ѓc'2E
�xl/styles.xmlPK-/3�\|\�>��mxl/sharedStrings.xmlPK��