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

Return a list of all existing cash balancing headers. Will not list running days that don't exist yet. For reporting selections ONLY

Request Information

URI Parameters

NameDescriptionTypeAdditional information
storeID

Store to get list of finalised headers from

integer

Required

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 headers

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": "8cKHJ2Z3cU2P4hw6GenBxg==",
      "identifierGuid": "2787c2f1-7766-4d71-8fe2-1c3a19e9c1c6",
      "storeID": 2,
      "date": "2025-08-02T23:22:54.4842832",
      "started": "2025-08-02T23:22:54.4842832",
      "ended": "2025-08-02T23:22:54.4842832",
      "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": "WWmC/BXSSUi+UrUtTf0sKQ==",
          "headerIdentifierGuid": "fc826959-d215-4849-be52-b52d4dfd2c29",
          "operatorG_UID": "7Vz8Ret99U+1AtzPriFoUw==",
          "operatorGuid": "45fc5ced-7deb-4ff5-b502-dccfae216853",
          "date": "2025-08-02T23:22:54.4842832",
          "operatorCash": 4,
          "drawerID": 5,
          "machineID": 6,
          "managerCash": 7,
          "expectedCash": 8,
          "finalisedCash": 9,
          "operatorCashNote": "sample string 10",
          "managerCashNote": "sample string 11",
          "expectedPickup": 12,
          "pickupCash": 13,
          "start": "2025-08-02T23:22:54.4842832",
          "end": "2025-08-02T23:22:54.4842832",
          "operatorName": "sample string 16",
          "operatorNumber": "sample string 17",
          "machineName": "sample string 18",
          "operators": "sample string 19"
        },
        {
          "$ref": "3"
        }
      ],
      "eftDetails": [
        {
          "$id": "4",
          "id": 1,
          "headerIdentifier": "JM+Y1yg7xEus5Objql9x3Q==",
          "headerIdentifierGuid": "d798cf24-3b28-4bc4-ace4-e6e3aa5f71dd",
          "date": "2025-08-02T23:22:54.4842832",
          "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": "/4qHARa48EKtv3Am4lKLRg==",
        "headerIdentifierGuid": "01878aff-b816-42f0-adbf-7026e2528b46",
        "bankName": "sample string 3",
        "expectedCash": 4,
        "cashDeclared": 1,
        "expectedPickup": 5,
        "pickupDeclared": 1,
        "expectedCheque": 6,
        "chequeDeclared": 1
      },
      "cashBalancingBankingAccounts": [
        {
          "$id": "6",
          "id": 1,
          "headerIdentifier": "LolhH5u7CkeHN///X6b/GA==",
          "headerIdentifierGuid": "1f61892e-bb9b-470a-8737-ffff5fa6ff18",
          "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": "3i9yBdR6S0+9eUG4zqVmZw==",
          "headerIdentifierGuid": "05722fde-7ad4-4f4b-bd79-41b8cea56667",
          "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": "2025-08-02T23:22:54.4842832",
            "storeName": "sample string 9",
            "store": {
              "$id": "10",
              "id": 1,
              "isMaster": true,
              "shortName": "sample string 3",
              "url": "sample string 4",
              "sortOrder": 1,
              "name": "sample string 5",
              "phone": "sample string 6",
              "fax": "sample string 7",
              "email": "sample string 8",
              "address1": "sample string 9",
              "address2": "sample string 10",
              "city": "sample string 11",
              "state": "sample string 12",
              "country": "sample string 13",
              "postCode": "sample string 14",
              "delivery": 1,
              "exportAccounts": 1,
              "salesAccountFolder": "sample string 15",
              "purchaseAccountFolder": "sample string 16",
              "initLoad": 1,
              "initIDs": 1,
              "zoneID": 1,
              "actAsMaster": 1,
              "lastActiveUtc": "2025-08-02T23:22:54.4842832",
              "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": "z0VELZwRpUW35drCvLbXsA==",
              "hostIdentifierGuid": "2d4445cf-119c-45a5-b7e5-dac2bcb6d7b0",
              "hostName": 1,
              "hostAddress": "sample string 27",
              "hostUsername": "sample string 28",
              "hostPassword": "sample string 29",
              "excludeFromLeadInOut": true,
              "accountingProvider": 31,
              "accountingAddress": "sample string 32",
              "accountingUsername": "sample string 33",
              "accountingPassword": "sample string 34",
              "storeAccountingCode": "sample string 35",
              "softwareVariance": 36,
              "fuelWarningVariance": 37.0,
              "fuelErrorVariance": 38.0,
              "fuelAccumulatedWarningVariance": 39.0,
              "fuelAccumulatedErrorVariance": 40.0,
              "drawManagment": 41,
              "endOfDayManagment": true,
              "autoFillCashBalancing": true,
              "fuelDayVariance": 44,
              "accountingTradingTime": "00:00:00.1234567",
              "stockActivateProduct": 46,
              "giftCardSalesAccountingDeptCode": "sample string 47",
              "transactionDiscountAccountingDeptCode": "sample string 48",
              "size": 49,
              "updated": "2025-08-02T23:22:54.4842832",
              "priceZoneName": "sample string 51",
              "storeFuelConfigured": true,
              "shippingAddressCopied": true,
              "shippingAddress": {
                "$id": "11",
                "storeID": 1,
                "addressType": 1,
                "address1": "sample string 1",
                "address2": "sample string 2",
                "city": "sample string 3",
                "state": "sample string 4",
                "country": "sample string 5",
                "postCode": "sample string 6"
              },
              "billingAddress": {
                "$ref": "11"
              },
              "hostStoreSettings": [
                {
                  "$id": "12",
                  "id": 1,
                  "hostIdentifier": "2ZGhoiTJR0+NvlBvs7LWrw==",
                  "hostIdentifierGuid": "a2a191d9-c924-4f47-8dbe-506fb3b2d6af",
                  "storeID": 2,
                  "username": "sample string 3",
                  "password": "sample string 4",
                  "passwordPlain": "sample string 5",
                  "serverAddress": "sample string 6",
                  "serverPort": 1,
                  "excludeFromLeadInOut": true,
                  "useForHostFile": true,
                  "metcashPillarID": "sample string 9",
                  "metcashStateCode": "sample string 10",
                  "metcashCustomerID": "sample string 11",
                  "metcashTradingPartnerID": "sample string 12",
                  "drakesCustomerNumber": 1,
                  "sparCustomerNumber": "sample string 13",
                  "sparOrderUsername": "sample string 14",
                  "sparOrderPassword": "sample string 15",
                  "sparOrderPasswordPlain": "sample string 16",
                  "pharmXSiteID": 1,
                  "ibaZoneID": 1,
                  "ibaState": "sample string 17",
                  "foodlandStoreCode": "sample string 18",
                  "ilgMemberNumber": "sample string 19",
                  "ilgOutletLocation": 1,
                  "ilgBaseCost": 1,
                  "ilgApplyNonAdvertisedPromos": true,
                  "ilgExemptFromFreight": true,
                  "ilgOrderDealReview": true,
                  "ilgFinanceFee": 1,
                  "processPromotions": true,
                  "hostProvider": 0,
                  "host": {
                    "$id": "13",
                    "identifier": "tB0t6dH5Pk6LjlLukLXcDg==",
                    "identifierGuid": "e92d1db4-f9d1-4e3e-8b8e-52ee90b5dc0e",
                    "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": "druDbOh5BEqm4R3Bw+vpkQ==",
                    "hostSupplierIdentifierGuid": "6c83bb76-79e8-4a04-a6e1-1dc1c3ebe991",
                    "loyaltyPriceLevelIdentifier": "XGDYy8gMakiNG0P3LNWatA==",
                    "loyaltyPriceLevelIdentifierGuid": "cbd8605c-0cc8-486a-8d1b-43f72cd59ab4",
                    "isGroup": true,
                    "description": "sample string 22",
                    "hostProvider": 23,
                    "hostTypeEnum": 24,
                    "hostType": "sample string 25",
                    "hostCode": "sample string 26",
                    "username": "sample string 27",
                    "password": "sample string 28",
                    "passwordPlain": "sample string 29",
                    "server": "sample string 30",
                    "url": "sample string 31",
                    "global": true,
                    "stateCode": "sample string 33",
                    "lastCollected": "2025-08-02T23:22:54.4842832",
                    "lastProcessed": "2025-08-02T23:22:54.4842832",
                    "hold": true,
                    "supplierName": "sample string 35",
                    "supplier": {
                      "$id": "14",
                      "identifier": "ZXa2rPCT+UuzBO7T3B2FGg==",
                      "identifierGuid": "acb67665-93f0-4bf9-b304-eed3dc1d851a",
                      "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": "L1N8aPyVBkytNiIgzJbeIQ==",
                      "primaryContactID": "687c532f-95fc-4c06-ad36-2220cc96de21",
                      "storeID": 1,
                      "abn": "sample string 16",
                      "supplierGroupIdentifier": "BCHt/yPmsE6P+9+LfjE4sQ==",
                      "supplierGroupGuid": "ffed2104-e623-4eb0-8ffb-df8b7e3138b1",
                      "rebate": 1.0,
                      "rebateType": 1,
                      "rebateFrequency": 1,
                      "rebateSource": 1,
                      "rebateLastClaimed": "2025-08-02T23:22:54.4842832",
                      "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": "15",
                        "id": "b4b3572d-d6e9-4d54-a751-ae066fbd579d",
                        "identifier": "6kSqfpfLQUOU/oVxkJgDKA==",
                        "identifierGuid": "7eaa44ea-cb97-4341-94fe-857190980328",
                        "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": "16",
                          "supplierIdentifier": "0ExTgBjaJkueoEaoRs15Yg==",
                          "supplierIdentifierGuid": "80534cd0-da18-4b26-9ea0-46a846cd7962",
                          "contactGuid": "wsSPitQnDUS+X8BIK1qAqw==",
                          "contactID": "8a8fc4c2-27d4-440d-be5f-c0482b5a80ab",
                          "contact": {
                            "$ref": "15"
                          },
                          "supplier": {
                            "$ref": "14"
                          }
                        },
                        {
                          "$ref": "16"
                        }
                      ],
                      "products": [
                        {
                          "$id": "17",
                          "pluG_UID": "TxCP5QzAnki9gSht2yhdwA==",
                          "pluGuid": "e58f104f-c00c-489e-bd81-286ddb285dc0",
                          "supplierIdentifier": "+zevozqZykeY8I67u8ibEg==",
                          "supplierIdentifierGuid": "a3af37fb-993a-47ca-98f0-8ebbbbc89b12",
                          "cartonQuantity": 1,
                          "cartonQuantityChanged": true,
                          "productSize": "sample string 3",
                          "cigarettesPerSleeve": 1,
                          "randomWeight": true,
                          "piecesPerUnit": 5,
                          "averagePackSize": 6,
                          "effectiveDate": "2025-08-02T23:22:54.4842832",
                          "pricedByWeight": true,
                          "landedUnitCostEx": 9,
                          "landedUnitCostInc": 10,
                          "landedCartonCostInc": 11,
                          "landedCartonCostEx": 12,
                          "standardCost": 13,
                          "deliveryFee": 1,
                          "deliveryFeeBasis": "sample string 14",
                          "pickAndPackFee": 1,
                          "pickAndPackFeeBasis": "sample string 15",
                          "financeFee": 1,
                          "financeFeeBasis": "sample string 16",
                          "cartonLength": 1,
                          "cartonWidth": 1,
                          "cartonHeight": 1,
                          "palletLayerQuantity": 1,
                          "palletLayers": 1,
                          "itemCode": "sample string 17",
                          "invoiceCode": "sample string 18",
                          "invoiceDesc": "sample string 19",
                          "orderDirect": true,
                          "useCost": true,
                          "minimumQuantity": 20,
                          "hostType": 21,
                          "fromHost": 22,
                          "minimumReorder": 1,
                          "maximumReorder": 1,
                          "orderMultiple": 23.1,
                          "sellMultiple": 24.1,
                          "baseMultiple": 25.1,
                          "hostStandardCost": 26,
                          "hostTotalCost": 27,
                          "hostRetail": 28,
                          "hostLandedUnitCostEx": 29,
                          "hostLandedUnitCostInc": 30,
                          "hostDesc": "sample string 31",
                          "directIndicator": "sample string 32",
                          "availableToOrder": true,
                          "hostRangeIndicator": "sample string 34",
                          "hostProductType": "sample string 35",
                          "hostProductGrade": "sample string 36",
                          "hostProductGroup": "sample string 37",
                          "hostSlowMoving": true,
                          "hostGeneralMerchandise": true,
                          "hostPillar": "sample string 40",
                          "hostLastUpdated": "2025-08-02T23:22:54.4842832",
                          "rebate": 1.0,
                          "rebateExclude": true,
                          "invoiceCodes": [
                            {
                              "$id": "18",
                              "pluG_UID": "c+/D9N8/yEu0mg8HN3mfvw==",
                              "pluGuid": "f4c3ef73-3fdf-4bc8-b49a-0f0737799fbf",
                              "supplierIdentifier": "A1gMKD2iK02baQh1VZ1LSw==",
                              "supplierIdentifierGuid": "280c5803-a23d-4d2b-9b69-0875559d4b4b",
                              "invoiceCode": "sample string 1",
                              "storeIDs": [
                                1,
                                2
                              ]
                            },
                            {
                              "$ref": "18"
                            }
                          ],
                          "storeIDs": [
                            1,
                            2
                          ],
                          "preferredSupplier": true,
                          "preferredRebateSupplier": true,
                          "supplierName": "sample string 41",
                          "salesMode": 42,
                          "orderPacked": true,
                          "active": true,
                          "price": 1,
                          "costGstPercent": 44,
                          "parentPluG_UID": "u832NOKIDUK0o3HTNFHJpg==",
                          "parentPluGuid": "34f6cdbb-88e2-420d-b4a3-71d33451c9a6",
                          "freight": 45.0,
                          "freightType": 1,
                          "product": {
                            "$id": "19",
                            "plu": 1,
                            "storeID": 1,
                            "masterPluG_UID": "QEA=",
                            "storeIDs": [
                              1,
                              2
                            ],
                            "g_UId": "f3U5FvCnAk6C2VnHZp2yaw==",
                            "guid": "1639757f-a7f0-4e02-82d9-59c7669db26b",
                            "apn": "sample string 1",
                            "apnChanged": true,
                            "apnSwitched": true,
                            "barcode": "sample string 4",
                            "itemNumber": "sample string 5",
                            "itemNumberChanged": true,
                            "priceGroupG_UID": "2uTnPuhe/k6Igp7OX72FNw==",
                            "priceGroupGuid": "3ee7e4da-5ee8-4efe-8882-9ece5fbd8537",
                            "blueprintID": 1,
                            "lastCountedDate": "2025-08-02T23:22:54.4842832",
                            "externalID": "sample string 7",
                            "active": true,
                            "activated": "2025-08-02T23:22:54.4842832",
                            "pluCreated": "2025-08-02T23:22:54.4842832",
                            "createdByUser": "sample string 9",
                            "name": "sample string 10",
                            "nameChanged": true,
                            "secondDescription": "sample string 12",
                            "hostDescription": "sample string 13",
                            "keepCartonQty": true,
                            "keepDescription": true,
                            "keepDepartments": true,
                            "keepSuppliers": true,
                            "markdownDescription": "sample string 18",
                            "altDescription": "sample string 19",
                            "bestOrExpire": 20,
                            "lastUpdate": "2025-08-02T23:22:54.4842832",
                            "lastManualUpdate": "2025-08-02T23:22:54.4842832",
                            "imageName": "sample string 23",
                            "showImageOnFlipCharts": true,
                            "showTextOnFlipCharts": true,
                            "overrideFlipChartText": true,
                            "flipChartText": "sample string 27",
                            "salesMode": 1,
                            "eftCode": 1,
                            "price": 1,
                            "priceChanged": true,
                            "rrp": 1,
                            "gstPercent": 28,
                            "gstPercentChanged": true,
                            "costGSTPercent": 29,
                            "costGSTPercentChanged": true,
                            "wetPercent": 1,
                            "priceOverride": 1,
                            "cost": 1,
                            "currentCost": 1,
                            "currentCostDecimals": 1,
                            "grossProfit": 1.0,
                            "currentCostDesc": "sample string 30",
                            "currentCostEnd": "2025-08-02T23:22:54.4842832",
                            "currentCostUpdated": "2025-08-02T23:22:54.4842832",
                            "costDecimals": 31,
                            "costChanged": true,
                            "dealCostIdentifier": "QEA=",
                            "excludeFromRebate": true,
                            "rebateOverride": 1,
                            "costCalcMethod": 32,
                            "costCalcMethodChanged": true,
                            "costEffectiveDate": "2025-08-02T23:22:54.4842832",
                            "defaultGP": 1,
                            "breakTargetMode": 33,
                            "break1": 1,
                            "price1": 1,
                            "target1": 34,
                            "break2": 1,
                            "price2": 1,
                            "target2": 35,
                            "break3": 1,
                            "price3": 1,
                            "target3": 36,
                            "break1Changed": true,
                            "price1Changed": true,
                            "target1Changed": true,
                            "break2Changed": true,
                            "price2Changed": true,
                            "target2Changed": true,
                            "break3Changed": true,
                            "price3Changed": true,
                            "target3Changed": true,
                            "breakTargetModeChanged": true,
                            "margin": 1.1,
                            "marginChanged": true,
                            "marginRanged": true,
                            "marginRangedChanged": true,
                            "minimumMargin": 1.1,
                            "minimumMarginChanged": true,
                            "maximumMargin": 1.1,
                            "maximumMarginChanged": true,
                            "overrideHostWarehouseIndicator": true,
                            "overrideHostWarehouseIndicatorChanged": true,
                            "overrideHostPrice": true,
                            "overrideHostPriceChanged": true,
                            "overrideHostCost": true,
                            "overrideHostCostChanged": true,
                            "overrideHostMargin": true,
                            "overrideHostMarginChanged": true,
                            "alwaysApplyMargin": true,
                            "alwaysApplyMarginChanged": true,
                            "aws": 1.0,
                            "awsUpdated": "2025-08-02T23:22:54.4842832",
                            "posTare": 1,
                            "altPrice": 1.0,
                            "altPriceChanged": true,
                            "altPriceMode": 53,
                            "altPriceModeChanged": true,
                            "altPLUG_UID": "aMmJ1pd+BkKx0DLm2OJ0gQ==",
                            "altPLUGuid": "d689c968-7e97-4206-b1d0-32e6d8e27481",
                            "altPLUGuidChanged": true,
                            "altPriceDescription1": "sample string 54",
                            "altPriceDescription2": "sample string 55",
                            "cartonQuantity": 56,
                            "cartonQuantityChanged": true,
                            "trayID": 1,
                            "promptID": 1,
                            "tare": 1,
                            "packQty": 1,
                            "fixedWeight": 1,
                            "extraMesg": 1,
                            "text1": "sample string 58",
                            "text2": "sample string 59",
                            "text3": "sample string 60",
                            "labelText": "sample string 61",
                            "labelTextChanged": true,
                            "sendToScale": true,
                            "nonScaleWeigh": true,
                            "labelFormat": "sample string 65",
                            "barcodeFormat": "sample string 66",
                            "austMade": 1,
                            "coolCode": 67,
                            "countryOfOrigin": "sample string 68",
                            "percentContent": 69.1,
                            "departmentID": 1,
                            "subDepartmentID": 1,
                            "minorDepartmentID": 1,
                            "lesserDepartmentID": 1,
                            "deptCode": "sample string 70",
                            "subDeptCode": "sample string 71",
                            "minorDeptCode": "sample string 72",
                            "lesserDeptCode": "sample string 73",
                            "deptName": "sample string 74",
                            "subDeptName": "sample string 75",
                            "minorDeptName": "sample string 76",
                            "lesserDeptName": "sample string 77",
                            "departmentChanged": true,
                            "subCategoryID": 1,
                            "expiry": 1,
                            "showDays": 1,
                            "datePrint": 1,
                            "labelRequired": true,
                            "labelShelfQty": 80,
                            "labelShelfChanged": true,
                            "labelTalkerQty": 82,
                            "labelSmall": true,
                            "labelLastPrinted": "2025-08-02T23:22:54.4842832",
                            "labelLastPrice": 1,
                            "shelfPageLayoutG_UID": "5JCSt+dcBEqIb1aYkhHxpQ==",
                            "shelfPageLayoutGuid": "b79290e4-5ce7-4a04-886f-56989211f1a5",
                            "talkerPageLayoutG_UID": "eE/HWFXb2kqPaP1FAvWgHQ==",
                            "talkerPageLayoutGuid": "58c74f78-db55-4ada-8f68-fd4502f5a01d",
                            "unitMeasure": 1.1,
                            "unitMeasureChanged": true,
                            "unitMeasureKind": 85,
                            "unitMeasureKindChanged": true,
                            "signIQData": "sample string 87",
                            "refresh": true,
                            "earnLoyaltyPoints": true,
                            "earnLoyaltyPointsChanged": true,
                            "quantityOverride": true,
                            "quantityOverrideChanged": true,
                            "quantityRequired": true,
                            "quantityRequiredChanged": true,
                            "allowDiscounts": true,
                            "allowDiscountsChanged": true,
                            "discountDiscounts": true,
                            "discountDiscountsChanged": true,
                            "itemRecalled": true,
                            "itemRecalledChanged": true,
                            "noRefund": true,
                            "noRefundChanged": true,
                            "allowMarkdown": true,
                            "allowMarkdownChanged": true,
                            "priceRequired": true,
                            "priceRequiredChanged": true,
                            "fuelItem": true,
                            "fuelItemChanged": true,
                            "trackSerial": true,
                            "trackSerialChanged": true,
                            "allowZeroPrice": true,
                            "allowZeroPriceChanged": true,
                            "notForSale": 91,
                            "notForSaleChanged": true,
                            "excludeFromDeals": true,
                            "excludeFromVoucher": true,
                            "minimumAge": 94,
                            "minimumAgeChanged": true,
                            "buyingLimit": 1,
                            "buyingLimitChanged": true,
                            "buyingLimitIndependent": true,
                            "buyingLimitIndependentChanged": true,
                            "inventoryGuid": "R3Ik3VkysUmoRqeA3c3/JQ==",
                            "inventoryIdentifier": "dd247247-3259-49b1-a846-a780ddcdff25",
                            "inventoryAccuracy": 1,
                            "baseUnits": 98,
                            "orderPacked": 1,
                            "isManufactured": true,
                            "isIngredient": true,
                            "isModifier": true,
                            "isModifierChanged": true,
                            "hasModifiers": 99,
                            "defaultPrinter": "sample string 100",
                            "defaultPrinterGroup": "sample string 101",
                            "ingredientsOnManufacture": true,
                            "manufactureUnitMeasure": 1,
                            "mpl": 1,
                            "maxShelfQty": 102,
                            "allowAutoOrder": true,
                            "warrantyPeriod": 1,
                            "parentPluG_UId": "sgX9HLdxGUyAQ055ZJCSlw==",
                            "parentPluGuid": "1cfd05b2-71b7-4c19-8043-4e7964909297",
                            "preferredHostVendor": 104,
                            "preferredHostChanged": true,
                            "code": "sample string 106",
                            "supplierIdentifier": "rvGAR7Q1v0Sp2CcV6Zxn1A==",
                            "supplierIdentifierGuid": "4780f1ae-35b4-44bf-a9d8-2715e99c67d4",
                            "supplierChanged": true,
                            "rebateSupplierIdentifier": "rILA8P341UeZbygO3MS0qA==",
                            "rebateSupplierIdentifierGuid": "f0c082ac-f8fd-47d5-996f-280edcc4b4a8",
                            "rebateSupplierChanged": true,
                            "availableForOrder": true,
                            "warehouseDirectIndicator": "sample string 108",
                            "warehouseDirectIndicatorChanged": true,
                            "productGrade": "sample string 110",
                            "productType": "sample string 111",
                            "productGroup": "sample string 112",
                            "complianceIndicator": "sample string 113",
                            "inhouseBrand": "sample string 114",
                            "slowMoving": true,
                            "generalMerchandise": true,
                            "comment": "sample string 117",
                            "lastUpdatedByUser": "sample string 118",
                            "lastManualUpdatedByUser": "sample string 119",
                            "lastUpdatedByUserOverride": true,
                            "lastUpdatedByHost": "2025-08-02T23:22:54.4842832",
                            "commodity": "sample string 121",
                            "businessPillar": "sample string 122",
                            "mscCommodity": "sample string 123",
                            "hostIdentifier": "0PEC3zqirE2+3S4gZh5/fg==",
                            "hostIdentifierGuid": "df02f1d0-a23a-4dac-bedd-2e20661e7f7e",
                            "serviceFeeID": 1,
                            "serviceFeeIDChanged": true,
                            "providerName": "sample string 125",
                            "aisleEnds": "sample string 126",
                            "deleted": true,
                            "deletedChanged": true,
                            "hidden": true,
                            "doNotRange": true,
                            "doNotRangeChanged": true,
                            "doNotOrder": true,
                            "doNotOrderChanged": true,
                            "locked": true,
                            "excludeFromWebUpdate": true,
                            "excludeFromWebUpdateChanged": true,
                            "webPriceBasedOn": 137,
                            "webPriceRounding": true,
                            "webMarkup": 139,
                            "webPriceMode": 140,
                            "altDepartmentID": 1,
                            "altSubDepartmentID": 1,
                            "altMinorDepartmentID": 1,
                            "altLesserDepartmentID": 1,
                            "altDeptCode": "sample string 141",
                            "altSubDeptCode": "sample string 142",
                            "altMinorDeptCode": "sample string 143",
                            "altLesserDeptCode": "sample string 144",
                            "altDepartmentChanged": true,
                            "storeProducts": [
                              {
                                "$ref": "19"
                              },
                              {
                                "$ref": "19"
                              }
                            ],
                            "store": {
                              "$ref": "10"
                            },
                            "storePrices": [
                              {
                                "$id": "20",
                                "pluG_UID": "MzsdWJuqlE+kxC+4sA7oSQ==",
                                "pluGuid": "581d3b33-aa9b-4f94-a4c4-2fb8b00ee849",
                                "plu": 1,
                                "storeID": 1,
                                "zoneID": 2,
                                "zoneName": "sample string 3",
                                "store": "sample string 4",
                                "priceNow": 5,
                                "costNow": 6,
                                "costNowDecimals": 7,
                                "normalPrice": 8,
                                "gstPercent": 9,
                                "normalCost": 10,
                                "normalCostDecimals": 11,
                                "costGstPercent": 12,
                                "costCalcMethod": 1,
                                "currentCost": 13,
                                "currentCostDecimals": 14,
                                "break1": 15,
                                "price1": 16,
                                "break2": 17,
                                "price2": 18,
                                "break3": 19,
                                "price3": 20,
                                "fuelItem": 21,
                                "fixedWeight": 22,
                                "active": true,
                                "complianceIndicator": "sample string 23",
                                "doNotOrder": true,
                                "doNotRange": true,
                                "isNormalPriceChangesCampaign": true,
                                "updated": "2025-08-02T23:22:54.4842832"
                              },
                              {
                                "$ref": "20"
                              }
                            ],
                            "currentPrices": {
                              "$id": "21",
                              "pluPrices": {
                                "$id": "22",
                                "plu": 1,
                                "pluG_UID": "QEA=",
                                "stores": [
                                  1,
                                  2
                                ],
                                "normalPrice": 1,
                                "cost": 2,
                                "break1": 3,
                                "price1": 4,
                                "break2": 5,
                                "price2": 6,
                                "break3": 7,
                                "price3": 8,
                                "discountPrice": 9,
                                "acceptedUtc": "2025-08-02T23:22:54.4842832",
                                "priceChangeType": 0,
                                "costDecimals": 10
                              },
                              "normalPluPrices": {
                                "$ref": "22"
                              },
                              "winningCampaign": 1,
                              "winner": {
                                "$id": "23",
                                "campaignName": "sample string 1",
                                "campaignDescription": "sample string 2",
                                "startDate": "2025-08-02T23:22:54.4842832",
                                "startTime": 3,
                                "endDate": "2025-08-02T23:22:54.4842832",
                                "endTime": 4,
                                "newPrice": 5,
                                "newCost": 6,
                                "newCostDecimals": 7,
                                "pctDiscount": 8,
                                "promoType": 1,
                                "promotionTypeCode": "sample string 9",
                                "hostType": 10,
                                "hostIdentifier": "mNS74uU6XE+l+J+JpXl3MQ==",
                                "hostIdentifierGuid": "e2bbd498-3ae5-4f5c-a5f8-9f89a5797731",
                                "storeNames": [
                                  "sample string 1",
                                  "sample string 2"
                                ]
                              },
                              "details": [
                                {
                                  "$ref": "23"
                                },
                                {
                                  "$ref": "23"
                                }
                              ]
                            },
                            "tray": {
                              "$id": "24",
                              "g_UId": "mg7IYLhFFEK3ExpWIeouMw==",
                              "guid": "60c80e9a-45b8-4214-b713-1a5621ea2e33",
                              "name": "sample string 1",
                              "number": 1,
                              "tare": 1
                            },
                            "priceGroup": {
                              "$id": "25",
                              "priceGroupG_UID": "9pTJrRB5K0GdzI1S9kioSw==",
                              "priceGroupGuid": "adc994f6-7910-412b-9dcc-8d52f648a84b",
                              "name": "sample string 2",
                              "code": 1,
                              "modified": true,
                              "updated": "2025-08-02T23:22:54.4842832",
                              "buyingLimit": 1,
                              "buyingLimitIndependent": true,
                              "buyingLimitType": 0,
                              "number": 1,
                              "products": [
                                {
                                  "$ref": "19"
                                },
                                {
                                  "$ref": "19"
                                }
                              ],
                              "productCount": 1
                            },
                            "priceGroupName": "sample string 146",
                            "nutrifacts": {
                              "$id": "26",
                              "pluG_UID": "j/wbX4dlWUuA20TJ/I/NNw==",
                              "pluGuid": "5f1bfc8f-6587-4b59-80db-44c9fc8fcd37",
                              "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": "27",
                              "pluGuid": "99647681-5464-4c29-869e-820bb5619c33",
                              "created": "2025-08-02T23:22:54.4842832",
                              "createdByUser": "sample string 1",
                              "activated": "2025-08-02T23:22:54.4842832",
                              "deactivated": "2025-08-02T23:22:54.4842832",
                              "lastOrdered": "2025-08-02T23:22:54.4842832",
                              "lastOrderedQty": 2.0,
                              "lastReceived": "2025-08-02T23:22:54.4842832",
                              "lastReceivedQty": 3.0,
                              "lastInvoiceStatus": 1,
                              "lastCounted": "2025-08-02T23:22:54.4842832",
                              "lastSold": "2025-08-02T23:22:54.4842832",
                              "firstSold": "2025-08-02T23:22:54.4842832",
                              "awsUpdated": "2025-08-02T23:22:54.4842832",
                              "lastManualUpdate": "2025-08-02T23:22:54.4842832",
                              "lastManualUpdatedByUser": "sample string 5",
                              "lastUpdated": "2025-08-02T23:22:54.4842832",
                              "lastUpdatedByUser": "sample string 7",
                              "lastUpdatedByHost": "2025-08-02T23:22:54.4842832",
                              "doNotRangeUpdated": "2025-08-02T23:22:54.4842832",
                              "doNotOrderUpdated": "2025-08-02T23:22:54.4842832",
                              "tracked": "2025-08-02T23:22:54.4842832"
                            },
                            "allergens": [
                              {
                                "$id": "28",
                                "allergenID": 1,
                                "pluG_UID": "frjT4zWQY0mqvgCxriLp6A==",
                                "pluGuid": "e3d3b87e-9035-4963-aabe-00b1ae22e9e8",
                                "contains": 2,
                                "allergenName": "sample string 3",
                                "storeIDs": [
                                  1,
                                  2
                                ]
                              },
                              {
                                "$ref": "28"
                              }
                            ],
                            "costs": {
                              "$id": "29",
                              "pluG_UID": "lyjyFB17IEa2Ag2CRTzr9g==",
                              "pluGuid": "14f22897-7b1d-4620-b602-0d82453cebf6",
                              "enteredCost": 1,
                              "weightedAvgCost": 1,
                              "lastCost": 1,
                              "rawEnteredCost": 2,
                              "rawWeightedAvgCost": 3,
                              "rawLastCost": 4,
                              "freight": 5.0,
                              "freightType": 6,
                              "costDecimals": 7,
                              "fifoCost": 1,
                              "updated": "2025-08-02T23:22:54.4999302",
                              "normalCost": 1,
                              "currentCost": 1
                            },
                            "sales": [
                              {
                                "$id": "30",
                                "saleHeaderID": 1,
                                "created": "2025-08-02T23:22:54.4999302",
                                "createdLocal": "2025-08-02T23:22:54.4999302",
                                "storeID": 3,
                                "storeName": "sample string 4",
                                "operatorG_Uid": "XC2RQCKfukSU28C8XfQXmA==",
                                "operatorGuid": "40912d5c-9f22-44ba-94db-c0bc5df41798",
                                "operatorName": "sample string 5",
                                "tranType": 1,
                                "plu": 1,
                                "pluG_UId": "Pp0iQwlyXUmDViDXMho27g==",
                                "pluGuid": "43229d3e-7209-495d-8356-20d7321a36ee",
                                "normalPrice": 1,
                                "totalCents": 1,
                                "cost": 1,
                                "grossProfit": 1,
                                "quantity": 1,
                                "operator": {
                                  "$id": "31",
                                  "id": 1,
                                  "g_Uid": "DFIfw9cS1ECIn0dvLKuyNQ==",
                                  "guid": "c31f520c-12d7-40d4-889f-476f2cabb235",
                                  "operatorNumber": 1,
                                  "shortName": "sample string 2",
                                  "firstName": "sample string 3",
                                  "lastName": "sample string 4",
                                  "password": "sample string 5",
                                  "hasPassword": true,
                                  "passwordText": "sample string 6",
                                  "rfidTagID": "sample string 7",
                                  "blueprintID": 1,
                                  "groupID": 1,
                                  "groupName": "sample string 8",
                                  "managerGroupID": 1,
                                  "managerGroupName": "sample string 9",
                                  "zoneID": 1,
                                  "zoneName": "sample string 10",
                                  "loggedIn": 1,
                                  "lastUsedIP": "sample string 11",
                                  "deleted": true,
                                  "locked": true,
                                  "allowOpenTill": true,
                                  "webEmail": "sample string 14",
                                  "simpleOperatorType": 0,
                                  "webRole": "sample string 15",
                                  "updated": "2025-08-02T23:22:54.4999302",
                                  "passwordResetRequired": true,
                                  "alteredInStore": true,
                                  "startShift": "2025-08-02T23:22:54.4999302",
                                  "endShift": "2025-08-02T23:22:54.4999302",
                                  "machineName": "sample string 20",
                                  "drawerID": 1,
                                  "stores": [
                                    {
                                      "$id": "32",
                                      "operatorG_UID": "Hofp866zd06m5CK3+4TSlw==",
                                      "operatorGuid": "f3e9871e-b3ae-4e77-a6e4-22b7fb84d297",
                                      "storeID": 2,
                                      "operator": {
                                        "$ref": "31"
                                      },
                                      "store": {
                                        "$ref": "10"
                                      }
                                    },
                                    {
                                      "$ref": "32"
                                    }
                                  ]
                                }
                              },
                              {
                                "$ref": "30"
                              }
                            ],
                            "apns": [
                              {
                                "$id": "33",
                                "pluID": 1,
                                "pluG_UID": "ywqlQU4dAUOfkQ4xBSJ4HA==",
                                "pluGuid": "41a50acb-1d4e-4301-9f91-0e310522781c",
                                "apn": "sample string 1",
                                "deleted": true,
                                "storeID": 1,
                                "storeIDs": [
                                  1,
                                  2
                                ]
                              },
                              {
                                "$ref": "33"
                              }
                            ],
                            "tuns": [
                              {
                                "$id": "34",
                                "pluG_UId": "1WVUcLbpKEul0Fd/S/PXeQ==",
                                "pluGuid": "705465d5-e9b6-4b28-a5d0-577f4bf3d779",
                                "apn": "sample string 1",
                                "tun": "sample string 2",
                                "cartonQuantity": 3,
                                "product": {
                                  "$ref": "19"
                                },
                                "storeIDs": [
                                  1,
                                  2
                                ]
                              },
                              {
                                "$ref": "34"
                              }
                            ],
                            "competitionPricing": [
                              {
                                "$id": "35",
                                "identifier": "fIzVJCdMAU24FuiWxqLisA==",
                                "identifierGuid": "24d58c7c-4c27-4d01-b816-e896c6a2e2b0",
                                "pluG_UID": "EJi9ZT/LzUKI+1GWxKmYyA==",
                                "pluGuid": "65bd9810-cb3f-42cd-88fb-5196c4a998c8",
                                "competitionID": 1,
                                "name": "sample string 2",
                                "sellMultiple": 3,
                                "retailPrice": 4,
                                "storeName": "sample string 5"
                              },
                              {
                                "$ref": "35"
                              }
                            ],
                            "supplier": {
                              "$ref": "14"
                            },
                            "supplierName": "sample string 147",
                            "children": [
                              {
                                "$ref": "19"
                              },
                              {
                                "$ref": "19"
                              }
                            ],
                            "ordering": {
                              "$ref": "17"
                            },
                            "flipChartPages": [
                              {
                                "$id": "36",
                                "identifier": "MRB7L2KOFU6F+A5eWjhXjw==",
                                "groupName": "sample string 1",
                                "identifierGuid": "2f7b1031-8e62-4e15-85f8-0e5e5a38578f",
                                "exists": true,
                                "flipChartIdentifier": "ATGPMpq4eUmItJqV8kxhqA==",
                                "flipChartIdentifierGuid": "328f3101-b89a-4979-88b4-9a95f24c61a8",
                                "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": "g7byu0s3MkCSMPGS2fJuIw==",
                                "groupIdentifierGuid": "bbf2b683-374b-4032-9230-f192d9f26e23",
                                "flipChart": {
                                  "$id": "37",
                                  "identifier": "hGJ5mf3la0eWFaLsXP3yDg==",
                                  "identifierGuid": "99796284-e5fd-476b-9615-a2ec5cfdf20e",
                                  "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": "38",
                                    "identifier": "uWSy9l2nTkKQ96zibylLQw==",
                                    "identifierGuid": "f6b264b9-a75d-424e-90f7-ace26f294b43",
                                    "name": "sample string 2",
                                    "formType": "sample string 3",
                                    "forms": [
                                      {
                                        "$id": "39",
                                        "id": 1,
                                        "g_UID": "L0hdhcD3UUyX1iSwOMUnyg==",
                                        "guid": "855d482f-f7c0-4c51-97d6-24b038c527ca",
                                        "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": "qoNxRK0jtkabwvb7bMRwyQ==",
                                        "previousFormGuid": "447183aa-23ad-46b6-9bc2-f6fb6cc470c9",
                                        "nextForm": 1,
                                        "nextFormG_UID": "Zbg+HVenKkWu4cGA5JKI7g==",
                                        "nextFormGuid": "1d3eb865-a757-452a-aee1-c180e49288ee",
                                        "attributes": "sample string 10",
                                        "updated": "2025-08-02T23:22:54.4999302",
                                        "positioning": 1,
                                        "contentPanel": "sample string 11",
                                        "selectionMode": 1,
                                        "maximumSelections": 1,
                                        "alteredInStore": true,
                                        "deleted": true,
                                        "blueprintID": 1,
                                        "preserveLayout": true,
                                        "mainCheckoutFormName": "sample string 13",
                                        "nextCheckoutForm": {
                                          "$ref": "39"
                                        },
                                        "previousCheckoutForm": {
                                          "$ref": "39"
                                        },
                                        "buttons": [
                                          {
                                            "$id": "40",
                                            "id": 1,
                                            "checkoutFormID": 2,
                                            "checkoutFormG_UID": "yWOfJwgy30GeRtFbs9KtMw==",
                                            "checkoutFormGuid": "279f63c9-3208-41df-9e46-d15bb3d2ad33",
                                            "identifier": "ImoFH8W7N02Deo9JOhHaGQ==",
                                            "identifierGuid": "1f056a22-bbc5-4d37-837a-8f493a11da19",
                                            "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": "WzxMd3foVkmvqwcCJWL3vg==",
                                            "valueGuid": "774c3c5b-e877-4956-afab-07022562f7be",
                                            "buttonText": "sample string 10",
                                            "valueText": "sample string 11",
                                            "drawImageAndButton": true,
                                            "updated": "2025-08-02T23:22:54.4999302",
                                            "action": "sample string 12",
                                            "valueForm": {
                                              "$ref": "39"
                                            },
                                            "image": {
                                              "$id": "41",
                                              "name": "sample string 3.sample string 4",
                                              "imageID": 2,
                                              "imageName": "sample string 3",
                                              "imageExtension": "sample string 4",
                                              "lastUpdate": "2025-08-02T23:22:54.4999302",
                                              "imageData": "QEA=",
                                              "readOnly": true
                                            }
                                          },
                                          {
                                            "$ref": "40"
                                          }
                                        ],
                                        "panels": [
                                          {
                                            "$id": "42",
                                            "id": 1,
                                            "checkoutFormID": 2,
                                            "checkoutFormG_UID": "Z6T0LAciOkuqDiTDvefEcQ==",
                                            "checkoutFormGuid": "2cf4a467-2207-4b3a-aa0e-24c3bde7c471",
                                            "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": "42"
                                          }
                                        ]
                                      },
                                      {
                                        "$ref": "39"
                                      }
                                    ],
                                    "panels": [
                                      {
                                        "$ref": "42"
                                      },
                                      {
                                        "$ref": "42"
                                      }
                                    ]
                                  },
                                  "pages": [
                                    {
                                      "$ref": "36"
                                    },
                                    {
                                      "$ref": "36"
                                    }
                                  ]
                                },
                                "contentPanel": {
                                  "$ref": "42"
                                },
                                "products": [
                                  {
                                    "$id": "43",
                                    "flipChartPageIdentifier": "OvrsF0bTEkWbo6LNv/O5fA==",
                                    "flipChartPageIdentifierGuid": "17ecfa3a-d346-4512-9ba3-a2cdbff3b97c",
                                    "pluG_UID": "kHrU+IK+10CQ/tZQZozo2Q==",
                                    "pluGuid": "f8d47a90-be82-40d7-90fe-d650668ce8d9",
                                    "sortOrder": 3,
                                    "sent": true,
                                    "productChanged": true,
                                    "productImageName": "sample string 6",
                                    "productShowImageOnFlipCharts": true,
                                    "productShowTextOnFlipCharts": true,
                                    "productOverrideFlipChartText": true,
                                    "productFlipChartText": "sample string 10",
                                    "product": {
                                      "$ref": "19"
                                    },
                                    "departmentSortOrder": 11,
                                    "subDepartmentName": "sample string 12"
                                  },
                                  {
                                    "$ref": "43"
                                  }
                                ],
                                "productCount": 27,
                                "pages": [
                                  {
                                    "$ref": "36"
                                  },
                                  {
                                    "$ref": "36"
                                  }
                                ]
                              },
                              {
                                "$ref": "36"
                              }
                            ],
                            "priceHistory": [
                              {
                                "$id": "44",
                                "pluG_UID": "Z51HKuPIbECJy20OPrwmFA==",
                                "pluGuid": "2a479d67-c8e3-406c-89cb-6d0e3ebc2614",
                                "price": 1,
                                "costCalcMethod": 1,
                                "cost": 2,
                                "weightedAvgCost": 3,
                                "lastCost": 4,
                                "rawCost": 5,
                                "rawWeightedAvgCost": 6,
                                "rawLastCost": 7,
                                "costDecimals": 8,
                                "serviceFeeID": 9,
                                "freight": 10.0,
                                "freightType": 11,
                                "process": "sample string 12",
                                "user": "sample string 13",
                                "updated": "2025-08-02T23:22:54.4999302",
                                "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": "44"
                              }
                            ],
                            "ingredients": [
                              {
                                "$id": "45",
                                "pluG_UID": "CfHoCNNOZEafzPzjl7XmUw==",
                                "ingredientGuid": "LdVnTVHnU06M4QXQBnRe4Q==",
                                "ingredientIdentifier": "4d67d52d-e751-4e53-8ce1-05d006745ee1",
                                "quantity": 1.0,
                                "storeIDs": [
                                  1,
                                  2
                                ],
                                "ingredientText": "sample string 1",
                                "ingredient": {
                                  "$ref": "19"
                                }
                              },
                              {
                                "$ref": "45"
                              }
                            ],
                            "bins": [
                              {
                                "$id": "46",
                                "pluG_UID": "Gk2nfZ0m0EOL/G01EpXd7Q==",
                                "pluGuid": "7da74d1a-269d-43d0-8bfc-6d351295dded",
                                "shelfLocationIdentifier": "9fdT9Mze8ECeGbp9kW02Ng==",
                                "shelfLocationGuid": "f453f7f5-decc-40f0-9e19-ba7d916d3636",
                                "labelShelfDefault": 1,
                                "labelTalkerDefault": 1,
                                "labelSmall": true,
                                "labelPageLayoutG_UID": "gxvDyWBwQkWUjdza/iTlXQ==",
                                "labelPageLayoutGuid": "c9c31b83-7060-4542-948d-dcdafe24e55d",
                                "updated": "2025-08-02T23:22:54.4999302",
                                "electronicShelfLabelIdentifier": "sample string 5",
                                "electronicshelfLabelsConfigurationID": 6,
                                "labelShelfChanged": true,
                                "productName": "sample string 8",
                                "locationText": "sample string 9",
                                "product": {
                                  "$ref": "19"
                                },
                                "location": {
                                  "$id": "47",
                                  "identifier": "+h2ajfepMEOEkneY+lJ29w==",
                                  "storeID": 1,
                                  "identifierGuid": "8d9a1dfa-a9f7-4330-8492-7798fa5276f7",
                                  "name": "sample string 2",
                                  "haccp": true,
                                  "blueprintID": 1,
                                  "updated": "2025-08-02T23:22:54.4999302",
                                  "minTemp": 1,
                                  "maxTemp": 1,
                                  "checkFrequency": 1,
                                  "storeCaseConfiguration": 5,
                                  "storeName": "sample string 6",
                                  "bins": [
                                    {
                                      "$ref": "46"
                                    },
                                    {
                                      "$ref": "46"
                                    }
                                  ]
                                }
                              },
                              {
                                "$ref": "46"
                              }
                            ],
                            "bin": {
                              "$ref": "46"
                            },
                            "scaleLocations": [
                              {
                                "$id": "48",
                                "plu": 1,
                                "pluG_UID": "Eq6kRHIDNkSHmET47m2kjQ==",
                                "pluGuid": "44a4ae12-0372-4436-8798-44f8ee6da48d",
                                "deptNo": 1,
                                "product": {
                                  "$ref": "19"
                                },
                                "scaleLocation": {
                                  "$id": "49",
                                  "id": 1,
                                  "deptNo": 1,
                                  "deptCode": "sample string 2",
                                  "name": "sample string 3",
                                  "enabled": true,
                                  "updated": "2025-08-02T23:22:54.4999302",
                                  "department": {
                                    "$id": "50",
                                    "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": "49"
                                    },
                                    "subDepartments": [
                                      {
                                        "$id": "51",
                                        "id": 1,
                                        "departmentID": 2,
                                        "name": "sample string 3",
                                        "code": "sample string 4",
                                        "departmentCode": "sample string 5",
                                        "externalSales": true,
                                        "minorDepartments": [
                                          {
                                            "$id": "52",
                                            "id": 1,
                                            "subDepartmentID": 2,
                                            "departmentID": 3,
                                            "name": "sample string 4",
                                            "subDepartmentCode": "sample string 5",
                                            "departmentCode": "sample string 6",
                                            "code": "sample string 7",
                                            "lesserDepartments": [
                                              {
                                                "$id": "53",
                                                "id": 1,
                                                "departmentID": 2,
                                                "subDepartmentID": 3,
                                                "minorDepartmentID": 4,
                                                "name": "sample string 5",
                                                "code": "sample string 6",
                                                "departmentCode": "sample string 7",
                                                "subDepartmentCode": "sample string 8",
                                                "minorDepartmentCode": "sample string 9",
                                                "updated": "2025-08-02T23:22:54.4999302",
                                                "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": "dNHIzRi8ckOwBEgEFCq/Rg==",
                                                "labelPageLayoutGuid": "cdc8d174-bc18-4372-b004-4804142abf46",
                                                "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": "54",
                                                  "dept": 1,
                                                  "category": 2,
                                                  "name": "sample string 3",
                                                  "active": true,
                                                  "mscCommodities": [
                                                    {
                                                      "$id": "55",
                                                      "dept": 1,
                                                      "category": 2,
                                                      "commodity": 3,
                                                      "name": "sample string 4",
                                                      "active": true,
                                                      "mscSubCommodities": [
                                                        {
                                                          "$id": "56",
                                                          "dept": 1,
                                                          "category": 2,
                                                          "commodity": 3,
                                                          "subCommodity": 4,
                                                          "name": "sample string 5",
                                                          "active": true,
                                                          "subCommodityCode": "sample string 7"
                                                        },
                                                        {
                                                          "$ref": "56"
                                                        }
                                                      ],
                                                      "commodityCode": "sample string 6"
                                                    },
                                                    {
                                                      "$ref": "55"
                                                    }
                                                  ],
                                                  "categoryCode": "sample string 5"
                                                },
                                                "mscCom": {
                                                  "$ref": "55"
                                                },
                                                "mscDep": {
                                                  "$id": "57",
                                                  "dept": 1,
                                                  "name": "sample string 2",
                                                  "active": true,
                                                  "mscCategories": [
                                                    {
                                                      "$ref": "54"
                                                    },
                                                    {
                                                      "$ref": "54"
                                                    }
                                                  ],
                                                  "deptCode": "sample string 4"
                                                },
                                                "mscSubCom": {
                                                  "$ref": "56"
                                                }
                                              },
                                              {
                                                "$ref": "53"
                                              }
                                            ],
                                            "updated": "2025-08-02T23:22:54.4999302",
                                            "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": "RXFmBXLJdEiFUNCpJwz3Ag==",
                                            "labelPageLayoutGuid": "05667145-c972-4874-8550-d0a9270cf702",
                                            "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": "54"
                                            },
                                            "mscCom": {
                                              "$ref": "55"
                                            },
                                            "mscDep": {
                                              "$ref": "57"
                                            },
                                            "mscSubCom": {
                                              "$ref": "56"
                                            }
                                          },
                                          {
                                            "$ref": "52"
                                          }
                                        ],
                                        "investmentBuyOverride": true,
                                        "updated": "2025-08-02T23:22:54.4999302",
                                        "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": "Irge7bkHaUqMa+Zyqw4wpg==",
                                        "labelPageLayoutGuid": "ed1eb822-07b9-4a69-8c6b-e672ab0e30a6",
                                        "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": "54"
                                        },
                                        "mscCom": {
                                          "$ref": "55"
                                        },
                                        "mscDep": {
                                          "$ref": "57"
                                        },
                                        "mscSubCom": {
                                          "$ref": "56"
                                        }
                                      },
                                      {
                                        "$ref": "51"
                                      }
                                    ],
                                    "stores": [
                                      1,
                                      2
                                    ],
                                    "investmentBuyOverride": true,
                                    "updated": "2025-08-02T23:22:54.4999302",
                                    "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": "OgLiPxNPBk6tyxChIlf6qA==",
                                    "labelPageLayoutGuid": "3fe2023a-4f13-4e06-adcb-10a12257faa8",
                                    "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": "54"
                                    },
                                    "mscCom": {
                                      "$ref": "55"
                                    },
                                    "mscDep": {
                                      "$ref": "57"
                                    },
                                    "mscSubCom": {
                                      "$ref": "56"
                                    }
                                  }
                                }
                              },
                              {
                                "$ref": "48"
                              }
                            ],
                            "nextPrice": {
                              "$id": "58",
                              "id": 1,
                              "campaignID": 2,
                              "campaignName": "sample string 3",
                              "plu": 1,
                              "hostOfferID": 1,
                              "metcashPromotionID": "sample string 4",
                              "metcashPromotionPlacement": "sample string 5",
                              "pluG_UID": "+wXd7+73J0yUb2haXuw5Gw==",
                              "pluGuid": "efdd05fb-f7ee-4c27-946f-685a5eec391b",
                              "newPrice": 1,
                              "pctDiscount": 1,
                              "newCost": 1,
                              "newCostDecimals": 6,
                              "dealCostIdentifier": "KQ+QW226w0Sh8B1PrIUtgg==",
                              "dealCostGuid": "5b900f29-ba6d-44c3-a1f0-1d4fac852d82",
                              "pluName": "sample string 7",
                              "apn": "sample string 8",
                              "fuelItem": true,
                              "priceGroupG_UID": "BYT3rwbiC0q002SfJ+4m9g==",
                              "priceGroupGuid": "aff78405-e206-4a0b-b4d3-649f27ee26f6",
                              "itemNumber": "sample string 10",
                              "cri": "sample string 11",
                              "pluPrice": 12,
                              "pluCost": 13,
                              "pluCostIndicator": "sample string 14",
                              "pluPriceGstPercent": 15,
                              "pluCostGstPercent": 16,
                              "pluActive": true,
                              "cartonQty": 1.1,
                              "baseUnits": 18.1,
                              "salesMode": 1,
                              "pluNormalCost": 19,
                              "pluaws": 20.0,
                              "directNumber": "sample string 21",
                              "departmentName": "sample string 22",
                              "subDepartmentName": "sample string 23",
                              "priceGroupName": "sample string 24",
                              "supplierName": "sample string 25",
                              "stockOnHand": 1.1,
                              "stockOnOrder": 1.1,
                              "lastReceived": "2025-08-02T23:22:54.4999302",
                              "rrp": 26,
                              "campaignDescription": "sample string 27",
                              "campaignComboPriceGroupG_UID": "CerWYtcXmEe8GAzaRkns0g==",
                              "campaignComboPriceGroupIdentifier": "62d6ea09-17d7-4798-bc18-0cda4649ecd2",
                              "promotionPlacementDescription": "sample string 28",
                              "storeAcceptances": [
                                {
                                  "$id": "59",
                                  "plu": 1,
                                  "pluG_UId": "QEA=",
                                  "campaignID": 1,
                                  "campaignName": "sample string 2",
                                  "storeID": 3,
                                  "acceptedUtc": "2025-08-02T23:22:54.4999302",
                                  "operatorG_UID": "KpOkE2KctUaq9l4afRPKGQ==",
                                  "operatorGuid": "13a4932a-9c62-46b5-aaf6-5e1a7d13ca19",
                                  "machineID": 1,
                                  "processed": true,
                                  "appliedUtc": "2025-08-02T23:22:54.4999302",
                                  "signIqTicketFileMovedUtc": "2025-08-02T23:22:54.4999302",
                                  "user": "sample string 6",
                                  "campaignDescription": "sample string 7",
                                  "productDesc": "sample string 8",
                                  "storeName": "sample string 9",
                                  "effectiveUtc": "2025-08-02T23:22:54.4999302",
                                  "priceChangeType": 0,
                                  "operatorName": "sample string 10",
                                  "hostCampaign": true,
                                  "product": {
                                    "$ref": "19"
                                  },
                                  "campaignPlu": {
                                    "$ref": "58"
                                  }
                                },
                                {
                                  "$ref": "59"
                                }
                              ],
                              "campaign": {
                                "$id": "60",
                                "id": 1,
                                "storeID": 2,
                                "name": "cd72774d-ec14-4c6b-9dc2-81ca589f451c",
                                "nameGuid": "cd72774d-ec14-4c6b-9dc2-81ca589f451c",
                                "description": "sample string 4",
                                "showDiscounts": true,
                                "showTotals": true,
                                "onlyEvaluateOnSubtotal": true,
                                "useDescription": true,
                                "campaignType": 1,
                                "startDate": "2025-08-02T23:22:54.4999302",
                                "startTime": 1,
                                "endDate": "2025-08-02T23:22:54.4999302",
                                "endTime": 1,
                                "recurrence": 1,
                                "recurrenceType": 1,
                                "monthType": 1,
                                "weekDays": 1,
                                "months": 1,
                                "monthWeeks": 1,
                                "monthDays": "sample string 7",
                                "printed": true,
                                "talkerText": "sample string 8",
                                "rangeDescription": "sample string 9",
                                "dealDescription": "sample string 10",
                                "labelQuantity": 11,
                                "active": 1,
                                "deactivated": "2025-08-02T23:22:54.4999302",
                                "system": true,
                                "created": "2025-08-02T23:22:54.4999302",
                                "updated": "2025-08-02T23:22:54.4999302",
                                "priceChangeNotifiedUtc": "2025-08-02T23:22:54.4999302",
                                "promoType": 1,
                                "promotionTypeCode": "sample string 13",
                                "hostIdentifier": "UP+lg/2qa0aXJswVF0QBBA==",
                                "hostIdentifierGuid": "83a5ff50-aafd-466b-9726-cc1517440104",
                                "hostType": 14,
                                "createdByUser": "sample string 15",
                                "fromHost": true,
                                "deleted": true,
                                "campaignDeleted": "2025-08-02T23:22:54.4999302",
                                "updatedByUser": "sample string 18",
                                "offerID": 1,
                                "isPriceChangeCampaign": true,
                                "stores": [
                                  1,
                                  2
                                ],
                                "storeNames": [
                                  "sample string 1",
                                  "sample string 2"
                                ],
                                "campaignPlus": [
                                  {
                                    "$ref": "58"
                                  },
                                  {
                                    "$ref": "58"
                                  }
                                ],
                                "campaignPools": [
                                  {
                                    "$id": "61",
                                    "id": 1,
                                    "campaignID": 2,
                                    "campaignName": "sample string 3",
                                    "plu": 4,
                                    "pluG_UID": "Hcp8d2s97EK6GNZDKddfhA==",
                                    "pluGuid": "777cca1d-3d6b-42ec-ba18-d64329d75f84",
                                    "hostOfferID": 1,
                                    "priceGroupG_UID": "YIkO3FqiBkKYeDUOL/sURQ==",
                                    "priceGroupGuid": "dc0e8960-a25a-4206-9878-350e2ffb1445",
                                    "fuelItem": true,
                                    "pluName": "sample string 6",
                                    "apn": "sample string 7",
                                    "pluActive": true,
                                    "cartonQty": 1,
                                    "baseUnits": 9.1,
                                    "cri": "sample string 10",
                                    "salesMode": 1,
                                    "pluaws": 11.0,
                                    "directNumber": "sample string 12",
                                    "departmentName": "sample string 13",
                                    "subDepartmentName": "sample string 14",
                                    "priceGroupName": "sample string 15",
                                    "supplierName": "sample string 16",
                                    "stockOnHand": 1.1,
                                    "stockOnOrder": 1.1,
                                    "lastReceived": "2025-08-02T23:22:54.4999302",
                                    "rrp": 17,
                                    "campaignDescription": "sample string 18",
                                    "product": {
                                      "$ref": "19"
                                    },
                                    "campaign": {
                                      "$ref": "60"
                                    }
                                  },
                                  {
                                    "$ref": "61"
                                  }
                                ],
                                "sellingRules": [
                                  {
                                    "$id": "62",
                                    "id": 1,
                                    "identifier": "DbJ+22VSvEqe+QCQDFRIVw==",
                                    "identifierStr": "DbJ+22VSvEqe+QCQDFRIVw==",
                                    "identifierGuid": "db7eb20d-5265-4abc-9ef9-00900c544857",
                                    "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": "60"
                                    }
                                  },
                                  {
                                    "$ref": "62"
                                  }
                                ],
                                "customers": [
                                  {
                                    "$id": "63",
                                    "id": 1,
                                    "campaignID": 2,
                                    "campaignName": "sample string 3",
                                    "customerID": "gOfI/Xtew02HU77VyJVrXQ==",
                                    "customerIDGuid": "fdc8e780-5e7b-4dc3-8753-bed5c8956b5d",
                                    "campaign": {
                                      "$ref": "60"
                                    },
                                    "customer": {
                                      "$id": "64",
                                      "identifier": "lPChnB4TR0KZPPszshkNZg==",
                                      "identifierGuid": "9ca1f094-131e-4247-993c-fb33b2190d66",
                                      "code": "sample string 2",
                                      "familyName": "sample string 3",
                                      "givenName": "sample string 4",
                                      "otherName": "sample string 5",
                                      "title": "sample string 6",
                                      "dateOfBirth": "2025-08-02T23:22:54.4999302",
                                      "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": "eydYRuXl2E6JEtBoirZM7g==",
                                      "communityIdentifierGuid": "4658277b-e5e5-4ed8-8912-d0688ab64cee",
                                      "joined": "2025-08-02T23:22:54.4999302",
                                      "updated": "2025-08-02T23:22:54.4999302",
                                      "active": true,
                                      "reasonInactive": 1,
                                      "groupCustomer": true,
                                      "loyaltyPoints": 1,
                                      "homeStoreID": 1,
                                      "availableSpend": 1,
                                      "priceLevelIdentifier": "GfWHPBAnWki4jrBjJ+SvDA==",
                                      "priceLevelIdentifierGuid": "3c87f519-2710-485a-b88e-b06327e4af0c",
                                      "marketingID": "sample string 18",
                                      "hidden": true,
                                      "registered": true,
                                      "registeredOn": "2025-08-02T23:22:54.4999302",
                                      "emailMarketing": true,
                                      "smsMarketing": true,
                                      "deleted": true,
                                      "deletedUser": "sample string 24",
                                      "homeStoreName": "sample string 25",
                                      "customerCards": [
                                        {
                                          "$id": "65",
                                          "cardType": 2,
                                          "issueDate": "2025-08-02T23:22:54.4999302",
                                          "expiry": "2025-08-02T23:22:54.4999302",
                                          "customerID": "2MB6rfPBBEiwh5c7SYoOOg==",
                                          "customerIDGuid": "ad7ac0d8-c1f3-4804-b087-973b498a0e3a",
                                          "initialValue": 1,
                                          "currentValue": 1,
                                          "maxLimit": 1,
                                          "minTransaction": 1,
                                          "maxTransaction": 1,
                                          "multiplier": 1.1,
                                          "active": true,
                                          "reasonInactive": 1,
                                          "idRequired": true,
                                          "idType": 1,
                                          "idValue": "sample string 5",
                                          "updated": "2025-08-02T23:22:54.4999302",
                                          "linkedAccount": "Pyvk/xQnQUeNi2Fmq3uAqw==",
                                          "linkedAccountGuid": "ffe42b3f-2714-4741-8d8b-6166ab7b80ab",
                                          "currentValueChanged": true,
                                          "limitsChanged": true,
                                          "customer": {
                                            "$ref": "64"
                                          },
                                          "account": {
                                            "$id": "66",
                                            "id": 1,
                                            "identifier": "axWzgKmzGU2GyzdyjJeLRQ==",
                                            "identifierGuid": "80b3156b-b3a9-4d19-86cb-37728c978b45",
                                            "referenceNo": "sample string 3",
                                            "name": "sample string 4",
                                            "created": "2025-08-02T23:22:54.4999302",
                                            "owner": "vBe4xGFCbk+39/PXjsnGRw==",
                                            "ownerGuid": "c4b817bc-4261-4f6e-b7f7-f3d78ec9c647",
                                            "accountStoreGroupIdentifier": "ryyoCkkehE+lZbCCjPYcpw==",
                                            "accountStoreGroupGuid": "0aa82caf-1e49-4f84-a565-b0828cf61ca7",
                                            "accountType": 1,
                                            "currentBalance": 1,
                                            "externalID": "sample string 7",
                                            "maximumLimit": 1,
                                            "accruePoints": true,
                                            "loyaltyPoints": 1,
                                            "termsOfTrade": 1,
                                            "signatureRequired": true,
                                            "referenceRequired": true,
                                            "statementSendType": 10,
                                            "ageingPeriod": 1,
                                            "monthlyAgeingPeriod": true,
                                            "explodedInvoice": true,
                                            "isFifoAllocation": true,
                                            "lastStatementSent": "2025-08-02T23:22:54.4999302",
                                            "active": true,
                                            "updated": "2025-08-02T23:22:54.4999302",
                                            "deleted": true,
                                            "deletedUser": "sample string 16",
                                            "currentBalanceChanged": true,
                                            "maximumLimitChanged": true,
                                            "loyaltyPointsChanged": true,
                                            "projectedBalance": 17,
                                            "accountStoreGroupStoreIDs": [
                                              1,
                                              2
                                            ],
                                            "customerEmail": "sample string 18",
                                            "ownerCustomer": {
                                              "$ref": "64"
                                            },
                                            "card": {
                                              "$ref": "65"
                                            },
                                            "members": {
                                              "$id": "67",
                                              "sample string 1": [
                                                {
                                                  "$ref": "64"
                                                },
                                                {
                                                  "$ref": "64"
                                                }
                                              ],
                                              "sample string 2": [
                                                {
                                                  "$ref": "64"
                                                },
                                                {
                                                  "$ref": "64"
                                                }
                                              ]
                                            },
                                            "customerGroups": [
                                              {
                                                "$id": "68",
                                                "identifier": "3ODpQCBNO0+2Znj2O4rOyA==",
                                                "identifierGuid": "40e9e0dc-4d20-4f3b-b666-78f63b8acec8",
                                                "name": "sample string 2",
                                                "primaryContact": "VMAPfTryvkSXWIPdqyZOuA==",
                                                "primaryContactGuid": "7d0fc054-f23a-44be-9758-83ddab264eb8",
                                                "accountID": "AFtmOnjankC0+PxAg7YkNQ==",
                                                "accountIDGuid": "3a665b00-da78-409e-b4f8-fc4083b62435",
                                                "special": true,
                                                "updated": "2025-08-02T23:22:54.4999302",
                                                "active": true,
                                                "reasonInactive": 1,
                                                "priceLevelIdentifier": "6UXH4YM2VUa655hiYaH5AQ==",
                                                "priceLevelIdentifierGuid": "e1c745e9-3683-4655-bae7-986261a1f901",
                                                "deleted": true,
                                                "account": {
                                                  "$ref": "66"
                                                },
                                                "primaryContactCustomer": {
                                                  "$ref": "64"
                                                },
                                                "customerGroupMembers": [
                                                  {
                                                    "$id": "69",
                                                    "id": 1,
                                                    "groupID": "dpDdEbOSwUKezmsTph+FfA==",
                                                    "groupIDGuid": "11dd9076-92b3-42c1-9ece-6b13a61f857c",
                                                    "customerID": "i2CYPycu6UymMzO2RD1V8Q==",
                                                    "customerIDGuid": "3f98608b-2e27-4ce9-a633-33b6443d55f1",
                                                    "card": "sample string 4",
                                                    "linkedAccount": "9noRBh6+zk2+juMxZSg6Vw==",
                                                    "linkedAccountGuid": "06117af6-be1e-4dce-be8e-e33165283a57",
                                                    "customer": {
                                                      "$ref": "64"
                                                    },
                                                    "group": {
                                                      "$ref": "68"
                                                    },
                                                    "customerCard": {
                                                      "$ref": "65"
                                                    }
                                                  },
                                                  {
                                                    "$ref": "69"
                                                  }
                                                ]
                                              },
                                              {
                                                "$ref": "68"
                                              }
                                            ]
                                          },
                                          "payments": [
                                            {
                                              "$id": "70",
                                              "id": 1,
                                              "identifier": "6n2ZJR+y+0iacr8604G9qg==",
                                              "identifierGuid": "25997dea-b21f-48fb-9a72-bf3ad381bdaa",
                                              "storeID": 2,
                                              "operatorName": "sample string 3",
                                              "saleHeaderID": 4,
                                              "paymentType": 5,
                                              "amount": 6,
                                              "account": "sample string 7",
                                              "accountID": "uO1lxx5zU0aqvJ+0E0my+g==",
                                              "accountIDGuid": "c765edb8-731e-4653-aabc-9fb41349b2fa",
                                              "customerAccount": {
                                                "$ref": "66"
                                              },
                                              "customerCard": {
                                                "$ref": "65"
                                              },
                                              "accountType": 1,
                                              "cardName": "sample string 8",
                                              "authorisationNumber": "sample string 9",
                                              "bankReference": "sample string 10",
                                              "merchantID": "sample string 11",
                                              "terminalID": "sample string 12",
                                              "cardNumber": "sample string 13",
                                              "paymentDate": "2025-08-02T23:22:54.4999302",
                                              "invRocNo": "sample string 14",
                                              "responseCode": "sample string 15",
                                              "cashout": 1,
                                              "tip": 16,
                                              "idempotentVoid": "wWZ6WVZ2rU6EzUtuzRhR2Q==",
                                              "idempotentVoidGuid": "597a66c1-7656-4ead-84cd-4b6ecd1851d9",
                                              "offline": true,
                                              "processed": 1,
                                              "storeSaleHeader": {
                                                "$id": "71",
                                                "saleHeaderID": 1,
                                                "saleHeaderGuid": "RKQG8HMEqUyOmspr/ff9zg==",
                                                "saleHeaderIdentifierGuid": "f006a444-0473-4ca9-8e9a-ca6bfdf7fdce",
                                                "created": "2025-08-02T23:22:54.4999302",
                                                "createdLocal": "2025-08-02T23:22:54.4999302",
                                                "createdText": "sample string 4",
                                                "itemCount": 5,
                                                "totalAmount": 6,
                                                "cashTender": 1,
                                                "cardTender": 1,
                                                "cheqTender": 1,
                                                "acctTender": 1,
                                                "voucherTender": 1,
                                                "loyaltyPoints": 1,
                                                "cashout": 1,
                                                "changeAmount": 1,
                                                "rounding": 1,
                                                "gstAmount": 1,
                                                "transactionDiscountTender": 1,
                                                "totalTip": 7,
                                                "tranType": 1,
                                                "processed": 1,
                                                "imported": "2025-08-02T23:22:54.4999302",
                                                "storeID": 1,
                                                "operatorG_Uid": "Q5ktbInd3EO9k8ijI6+EJA==",
                                                "operatorGuid": "6c2d9943-dd89-43dc-bd93-c8a323af8424",
                                                "customerG_Uid": "N8DivPVZ0E2jsnaEBIGnsQ==",
                                                "customerGuid": "bce2c037-59f5-4dd0-a3b2-76840481a7b1",
                                                "communityIdentifier": "QwenatONd0ShIgg8k83f5A==",
                                                "communityIdentifierGuid": "6aa70743-8dd3-4477-a122-083c93cddfe4",
                                                "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": "FaKi5T2SFEKU0Zkm3ZtIhg==",
                                                "priceLevelIdentifierGuid": "e5a2a215-923d-4214-94d1-9926dd9b4886",
                                                "locked": 36,
                                                "relationChecksum": "sample string 37",
                                                "loyaltyTender": 1,
                                                "giftCardTender": 1,
                                                "operator": {
                                                  "$ref": "31"
                                                },
                                                "customer": {
                                                  "$ref": "64"
                                                },
                                                "communityOrganisation": {
                                                  "$id": "72",
                                                  "id": 1,
                                                  "identifier": "XuCpoALOH02vi+UuS8dRPg==",
                                                  "identifierGuid": "a0a9e05e-ce02-4d1f-af8b-e52e4bc7513e",
                                                  "name": "sample string 3",
                                                  "lookupIdentifier": "sample string 4",
                                                  "externalID": "sample string 5",
                                                  "phone": "sample string 6",
                                                  "fax": "sample string 7",
                                                  "email": "sample string 8",
                                                  "address1": "sample string 9",
                                                  "address2": "sample string 10",
                                                  "city": "sample string 11",
                                                  "postCode": "sample string 12",
                                                  "state": "sample string 13",
                                                  "country": "sample string 14",
                                                  "totalAmountAwarded": 15.1,
                                                  "updated": "2025-08-02T23:22:54.4999302",
                                                  "deleted": true
                                                },
                                                "details": [
                                                  {
                                                    "$id": "73",
                                                    "saleItemID": 1,
                                                    "identifier": "Wm1KmFwJokOrdvPG2qcMnw==",
                                                    "identifierGuid": "984a6d5a-095c-43a2-ab76-f3c6daa70c9f",
                                                    "saleHeaderID": 2,
                                                    "plu": 1,
                                                    "pluG_UId": "RXVzEQWZ7kanQ/QgAmwLjw==",
                                                    "pluGuid": "11737545-9905-46ee-a743-f420026c0b8f",
                                                    "accountID": "WGvqCin14kG4XljQ179I9g==",
                                                    "accountIDGuid": "0aea6b58-f529-41e2-b85e-58d0d7bf48f6",
                                                    "normalPrice": 3,
                                                    "originalSellingPrice": 4,
                                                    "discountPrice": 5,
                                                    "unit": 1,
                                                    "quantity": 6,
                                                    "totalCents": 7,
                                                    "fixedPrice": 1,
                                                    "tranType": 1,
                                                    "discountType": 1,
                                                    "cost": 1,
                                                    "costDecimals": 8,
                                                    "markdown": 1,
                                                    "manualQuantity": 1,
                                                    "manualPrice": 1,
                                                    "manualMode": 1,
                                                    "active": 1,
                                                    "offline": true,
                                                    "barcode": "sample string 9",
                                                    "keyedSale": 1,
                                                    "discountedID": 1,
                                                    "fuelID": 1,
                                                    "serialNumber": "sample string 10",
                                                    "bestOrExpire": "2025-08-02T23:22:54.4999302",
                                                    "bestOrExpireType": 1,
                                                    "providerName": "sample string 11",
                                                    "refundG_UID": "dI6eTI2OgUeGEQ57rxMKDg==",
                                                    "refundGuid": "4c9e8e74-8e8d-4781-8611-0e7baf130a0e",
                                                    "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": "ggbHjKXxYkqlLDLwl1hZHA==",
                                                    "idempotentVoidGuid": "8cc70682-f1a5-4a62-a52c-32f09758591c",
                                                    "priceLevelIdentifier": "8+ZImu0brE60KJ2N04KfYQ==",
                                                    "priceLevelIdentifierGuid": "9a48e6f3-1bed-4eac-b428-9d8dd3829f61",
                                                    "productName": "sample string 23",
                                                    "apn": "sample string 24",
                                                    "unknownScans": [
                                                      {
                                                        "$id": "74",
                                                        "id": 1,
                                                        "saleDetailID": 2,
                                                        "storeID": 1,
                                                        "scanned": "2025-08-02T23:22:54.4999302",
                                                        "operatorG_UID": "QEA=",
                                                        "barcode": "sample string 4",
                                                        "processed": 1
                                                      },
                                                      {
                                                        "$ref": "74"
                                                      }
                                                    ],
                                                    "refund": {
                                                      "$id": "75",
                                                      "id": 1,
                                                      "g_UID": "yL7zfIzVWUit1c1iRo9AJQ==",
                                                      "guid": "7cf3bec8-d58c-4859-add5-cd62468f4025",
                                                      "description": "sample string 1",
                                                      "dumped": true,
                                                      "inventoryReasonID": 1,
                                                      "sortOrder": 1,
                                                      "updated": "2025-08-02T23:22:54.4999302"
                                                    },
                                                    "modifier": {
                                                      "$id": "76",
                                                      "id": 1,
                                                      "setG_UID": "+FCJV4/4HEKeWjc5rreScA==",
                                                      "modifierSetGuid": "578950f8-f88f-421c-9e5a-3739aeb79270",
                                                      "name": "sample string 2",
                                                      "price": 1,
                                                      "quantity": 1,
                                                      "modifierType": 1,
                                                      "groupNumber": 1,
                                                      "pageNumber": 1,
                                                      "controlOrder": 1,
                                                      "printToStation": true,
                                                      "pluG_UID": "wfZ91tJdEUyAt5a93+vGew==",
                                                      "pluGuid": "d67df6c1-5dd2-4c11-80b7-96bddfebc67b",
                                                      "deleted": true,
                                                      "g_UID": "inZ8/ttLOUSiHnmIvS+1jg==",
                                                      "guid": "fe7c768a-4bdb-4439-a21e-7988bd2fb58e",
                                                      "product": {
                                                        "$ref": "19"
                                                      }
                                                    },
                                                    "priceLevelName": "sample string 25",
                                                    "pumpNumber": 1,
                                                    "hoseNumber": 1
                                                  },
                                                  {
                                                    "$ref": "73"
                                                  }
                                                ],
                                                "eftReceipts": [
                                                  {
                                                    "$id": "77",
                                                    "id": 1,
                                                    "storeID": 1,
                                                    "saleHeaderID": 2,
                                                    "storeSaleHeader": {
                                                      "$ref": "71"
                                                    },
                                                    "receipt": "sample string 3",
                                                    "processed": 1
                                                  },
                                                  {
                                                    "$ref": "77"
                                                  }
                                                ],
                                                "payments": [
                                                  {
                                                    "$ref": "70"
                                                  },
                                                  {
                                                    "$ref": "70"
                                                  }
                                                ],
                                                "cards": [
                                                  {
                                                    "$id": "78",
                                                    "id": 1,
                                                    "saleHeaderID": 1,
                                                    "identifier": "sample string 2",
                                                    "cardType": 3,
                                                    "providerName": "sample string 4"
                                                  },
                                                  {
                                                    "$ref": "78"
                                                  }
                                                ],
                                                "campaignHits": [
                                                  {
                                                    "$id": "79",
                                                    "id": 1,
                                                    "saleHeaderID": 2,
                                                    "campaign": "sample string 3",
                                                    "name": "sample string 4",
                                                    "processed": 1,
                                                    "campaignDescription": "sample string 5"
                                                  },
                                                  {
                                                    "$ref": "79"
                                                  }
                                                ],
                                                "fuel": [
                                                  {
                                                    "$id": "80",
                                                    "id": 1,
                                                    "plu": 1,
                                                    "pluG_UID": "zJjkgoLK2UaCbV6HRviSqQ==",
                                                    "pluGuid": "82e498cc-ca82-46d9-826d-5e8746f892a9",
                                                    "saleHeaderID": 2,
                                                    "totalCents": 3,
                                                    "grade": 1,
                                                    "gradeDescription": "sample string 4",
                                                    "dispenser": 1,
                                                    "hose": 1,
                                                    "quantity": 1,
                                                    "cost": 1,
                                                    "acquirerNum": 1,
                                                    "attendant": 1,
                                                    "ePurseBalance": 1.0,
                                                    "cardSignature": "sample string 5",
                                                    "compartmentNumber": 1,
                                                    "contractNumber": 1,
                                                    "discountCardPAN": "sample string 6",
                                                    "discountID": 1,
                                                    "discountName": "sample string 7",
                                                    "discountNetValue": 1.0,
                                                    "discountType": 1,
                                                    "discountValue": 1.0,
                                                    "discretionaryData": "sample string 8",
                                                    "driverID": "sample string 9",
                                                    "eftBatchNumber": 1,
                                                    "eftResponseCode": "sample string 10",
                                                    "endDateTime": "2025-08-02T23:22:54.4999302",
                                                    "engineHours": 1.1,
                                                    "fposNumber": 1,
                                                    "loyaltyCardPAN": "sample string 11",
                                                    "miscData1": 1,
                                                    "miscData2": "sample string 12",
                                                    "miscFlags": 1,
                                                    "mop": 1,
                                                    "odometer": 1,
                                                    "panNumber": "sample string 13",
                                                    "saleRefund": true,
                                                    "saleStatus": 1,
                                                    "sequenceNumber": 1,
                                                    "stan": 1,
                                                    "startDateTime": "2025-08-02T23:22:54.4999302",
                                                    "tagNumber": "sample string 15",
                                                    "trackTwoRem": "sample string 16",
                                                    "transCode": 1,
                                                    "transType": 1,
                                                    "unitPrice": 1.0,
                                                    "vehicleReg": "sample string 17",
                                                    "offline": true,
                                                    "processed": 1
                                                  },
                                                  {
                                                    "$ref": "80"
                                                  }
                                                ],
                                                "fuelResells": [
                                                  {
                                                    "$id": "81",
                                                    "saleItemID": 1,
                                                    "saleHeaderID": 2,
                                                    "plu": 1,
                                                    "pluG_UId": "/+mnc3tfaEiSs1CHQgQr+w==",
                                                    "pluGuid": "73a7e9ff-5f7b-4868-92b3-508742042bfb",
                                                    "accountID": "o1INnzdHu0yrJsfABJiriw==",
                                                    "accountIDGuid": "9f0d52a3-4737-4cbb-ab26-c7c00498ab8b",
                                                    "normalPrice": 3,
                                                    "originalSellingPrice": 4,
                                                    "discountPrice": 5,
                                                    "unit": 1,
                                                    "quantity": 6,
                                                    "totalCents": 7,
                                                    "fixedPrice": 1,
                                                    "tranType": 1,
                                                    "processed": 1,
                                                    "discountType": 1,
                                                    "cost": 1,
                                                    "costDecimals": 1,
                                                    "markdown": 1,
                                                    "manualQuantity": 1,
                                                    "manualPrice": 1,
                                                    "manualMode": 1,
                                                    "active": 1,
                                                    "barcode": "sample string 8",
                                                    "offline": 1,
                                                    "keyedSale": 1,
                                                    "discountedID": 1,
                                                    "fuelID": 1,
                                                    "serialNumber": "sample string 9",
                                                    "bestOrExpire": "2025-08-02T23:22:54.4999302",
                                                    "bestOrExpireType": 1,
                                                    "refundG_UID": "PzO9pDc4lkS3ZXpP0us0xQ==",
                                                    "refundGuid": "a4bd333f-3837-4496-b765-7a4fd2eb34c5",
                                                    "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": "81"
                                                  }
                                                ],
                                                "customerOrder": [
                                                  {
                                                    "$id": "82",
                                                    "identifier": "4V3K9zC0JEWVQh2xeahpUQ==",
                                                    "identifierGuid": "f7ca5de1-b430-4524-9542-1db179a86951",
                                                    "id": 1,
                                                    "orderNo": 2,
                                                    "externalSaleIdentifier": "sample string 3",
                                                    "storeID": 4,
                                                    "zoneID": 5,
                                                    "deptNo": 6,
                                                    "customerIdentifier": "hlhgI3icHkmi3afvQahNVw==",
                                                    "customerIdentifierGuid": "23605886-9c78-491e-a2dd-a7ef41a84d57",
                                                    "operatorNo": 1,
                                                    "operatorG_UID": "DxvZ2X4uqUWZ5UxMzaeLIw==",
                                                    "operatorGuid": "d9d91b0f-2e7e-45a9-99e5-4c4ccda78b23",
                                                    "created": "2025-08-02T23:22:54.4999302",
                                                    "ordered": "2025-08-02T23:22:54.4999302",
                                                    "started": "2025-08-02T23:22:54.4999302",
                                                    "completed": "2025-08-02T23:22:54.4999302",
                                                    "supplied": "2025-08-02T23:22:54.4999302",
                                                    "quickTicket": 1,
                                                    "deleted": true,
                                                    "walkAway": true,
                                                    "approxWait": 1,
                                                    "actualWait": 1,
                                                    "deliveryMethod": 8,
                                                    "externalSaleType": 9,
                                                    "customer": {
                                                      "$ref": "64"
                                                    },
                                                    "operator": {
                                                      "$ref": "31"
                                                    },
                                                    "details": [
                                                      {
                                                        "$id": "83",
                                                        "headerID": 1,
                                                        "plu": 1,
                                                        "pluG_UId": "vmcv3YHnyUuoiCrKuOWFsA==",
                                                        "pluGuid": "dd2f67be-e781-4bc9-a888-2acab8e585b0",
                                                        "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": "6i+VPzHgSEWUi+y1pY9+gg==",
                                                        "headerIdentifierGuid": "3f952fea-e031-4548-948b-ecb5a58f7e82",
                                                        "product": {
                                                          "$ref": "19"
                                                        }
                                                      },
                                                      {
                                                        "$ref": "83"
                                                      }
                                                    ],
                                                    "storeName": "sample string 11",
                                                    "customerName": "sample string 12",
                                                    "storeReplyTo": "sample string 13",
                                                    "storeSubjectLine": "sample string 14",
                                                    "storeSaleHeader": {
                                                      "$ref": "71"
                                                    }
                                                  },
                                                  {
                                                    "$ref": "82"
                                                  }
                                                ],
                                                "surveyResponses": [
                                                  {
                                                    "$id": "84",
                                                    "surveyG_UID": "ZukvPyNBg02MudqA+Izx8Q==",
                                                    "surveyGuid": "3f2fe966-4123-4d83-8cb9-da80f88cf1f1",
                                                    "saleHeaderGuid": "q5+o410FZU2RixYFpWEuaw==",
                                                    "saleGuid": "e3a89fab-055d-4d65-918b-1605a5612e6b",
                                                    "textResponse": "sample string 1",
                                                    "integerResponse": 1,
                                                    "g_UIDResponse": "vYIBZFM9wUOGx+OKt9syWQ==",
                                                    "guidResponse": "640182bd-3d53-43c1-86c7-e38ab7db3259",
                                                    "whoAnswered": 2,
                                                    "answeredAtUTC": "2025-08-02T23:22:54.4999302",
                                                    "sale": {
                                                      "$ref": "71"
                                                    },
                                                    "survey": {
                                                      "$id": "85",
                                                      "g_UID": "TZgHDC7m2kSjVF7VwJQoEQ==",
                                                      "guid": "0c07984d-e62e-44da-a354-5ed5c0942811",
                                                      "name": "sample string 1",
                                                      "storeID": 2,
                                                      "zoneID": 1,
                                                      "checkoutFormG_UID": "qH9T3lzxeUaqoJD7MmiqdA==",
                                                      "checkoutFormGuid": "de537fa8-f15c-4679-aaa0-90fb3268aa74",
                                                      "displayToWho": 3,
                                                      "displayWhen": 4,
                                                      "start": "2025-08-02T23:22:54.4999302",
                                                      "end": "2025-08-02T23:22:54.4999302",
                                                      "deleted": true,
                                                      "updated": "2025-08-02T23:22:54.4999302",
                                                      "possibleIntegerResponses": [
                                                        1,
                                                        2
                                                      ],
                                                      "possibleTextResponses": [
                                                        "sample string 1",
                                                        "sample string 2"
                                                      ],
                                                      "possibleGuidResponses": [
                                                        "c549440a-0dec-46b3-8f96-77990603ec70",
                                                        "e9e2ca9f-d65d-4417-9f81-7991cceb80be"
                                                      ],
                                                      "allowsAllTextResponses": true,
                                                      "surveyForm": {
                                                        "$ref": "39"
                                                      }
                                                    },
                                                    "ingressId": "sample string 4"
                                                  },
                                                  {
                                                    "$ref": "84"
                                                  }
                                                ],
                                                "storeName": "sample string 38",
                                                "machineName": "sample string 39",
                                                "operatorName": "sample string 40",
                                                "direction": 1,
                                                "reason": "sample string 41",
                                                "accountG_UID": "kczlpwEMDE6jPwwgMHd/bw==",
                                                "accountIdentifier": "a7e5cc91-0c01-4e0c-a33f-0c2030777f6f",
                                                "accountName": "sample string 42",
                                                "customerOrderIdentifier": "ctCCxiJzRUe+rSecDaB/vQ==",
                                                "customerOrderIdentifierGuid": "c682d072-7322-4745-bead-279c0da07fbd",
                                                "priceLevelName": "sample string 43",
                                                "revision": 44,
                                                "ingressId": "sample string 45"
                                              },
                                              "metadata": {
                                                "$id": "86",
                                                "id": 1,
                                                "paymentID": 2,
                                                "paymentIdentifier": "xWJdx4C8f0qXGsqs8yRDMA==",
                                                "paymentIdentifierGuid": "c75d62c5-bc80-4a7f-971a-caacf3244330",
                                                "identifier": "4Xn9dMM0i0+tKGQK4u5vWw==",
                                                "identifierGuid": "74fd79e1-34c3-4f8b-ad28-640ae2ee6f5b",
                                                "metadata": "sample string 3",
                                                "signatureImage": "QEA=",
                                                "itemIdentifier": "y+va5Dxm5UWbXd5ZtDT9Ww==",
                                                "itemIdentifierGuid": "e4daebcb-663c-45e5-9b5d-de59b434fd5b"
                                              }
                                            },
                                            {
                                              "$ref": "70"
                                            }
                                          ]
                                        },
                                        {
                                          "$ref": "65"
                                        }
                                      ],
                                      "customerGroupMembers": [
                                        {
                                          "$ref": "69"
                                        },
                                        {
                                          "$ref": "69"
                                        }
                                      ],
                                      "customerGroups": [
                                        {
                                          "$ref": "68"
                                        },
                                        {
                                          "$ref": "68"
                                        }
                                      ],
                                      "accounts": [
                                        {
                                          "$ref": "66"
                                        },
                                        {
                                          "$ref": "66"
                                        }
                                      ],
                                      "account": {
                                        "$ref": "66"
                                      },
                                      "vouchers": [
                                        {
                                          "$id": "87",
                                          "customerIdentifier": "VVl16t5Wqk6QfswIa/DZKg==",
                                          "customerIdentifierGuid": "ea755955-56de-4eaa-907e-cc086bf0d92a",
                                          "voucherName": "sample string 2",
                                          "count": 3,
                                          "storeID": 4,
                                          "barcode": "sample string 5",
                                          "redeemCount": 6,
                                          "issueCount": 7,
                                          "storeSalePaymentID": 1,
                                          "idempotentID": "m/S2raHJM0OzOw+iyaUJug==",
                                          "idempotentGuid": "adb6f49b-c9a1-4333-b33b-0fa2c9a509ba",
                                          "offline": true,
                                          "voucher": {
                                            "$id": "88",
                                            "id": 1,
                                            "name": "sample string 2",
                                            "description": "sample string 3",
                                            "shortDescription": "sample string 4",
                                            "url": "sample string 5",
                                            "barcodeTemplateID": 1,
                                            "expiry": 0,
                                            "voucherType": 6,
                                            "limitPerTransaction": 7,
                                            "customerTracking": true,
                                            "discountAccount": "sample string 9",
                                            "endDate": "2025-08-02T23:22:54.4999302",
                                            "barcodeTemplate": {
                                              "$id": "89",
                                              "templateID": 1,
                                              "template": "sample string 1",
                                              "bcFunction": "sample string 2",
                                              "sortOrder": 3
                                            },
                                            "scaleLabel": {
                                              "$id": "90",
                                              "id": 1,
                                              "uid": "sample string 2",
                                              "name": "sample string 3",
                                              "width": 1.1,
                                              "height": 1.1,
                                              "showBorder": true,
                                              "borderWidth": 1.1,
                                              "borderStyle": 1,
                                              "borderColour": "sample string 5",
                                              "updated": "2025-08-02T23:22:54.4999302",
                                              "labelPageLayout": "vopnWm8U6UeNVl5QqAHOcg==",
                                              "pageLayoutGuid": "5a678abe-146f-47e9-8d56-5e50a801ce72",
                                              "labelType": 6,
                                              "oldName": "sample string 7",
                                              "voucher": {
                                                "$ref": "88"
                                              },
                                              "elements": [
                                                {
                                                  "$id": "91",
                                                  "id": 1,
                                                  "scaleLabelID": 2,
                                                  "showPercentDI": true,
                                                  "showAvgPerHundred": true,
                                                  "showAvgPerServe": true,
                                                  "name": "sample string 6",
                                                  "x": 1.1,
                                                  "y": 1.1,
                                                  "width": 1.1,
                                                  "height": 1.1,
                                                  "type": 1,
                                                  "rotation": 1,
                                                  "text": "sample string 7",
                                                  "fontFamily": "sample string 8",
                                                  "align": 1,
                                                  "bold": true,
                                                  "italic": true,
                                                  "underline": true,
                                                  "strikeout": true,
                                                  "reverse": true,
                                                  "textColour": "sample string 9",
                                                  "fontSize": 1.1,
                                                  "picture": "QEA=",
                                                  "borderWidth": 10,
                                                  "sortOrder": 11,
                                                  "printOptions": 12,
                                                  "superScriptTextFontSize": 1.1,
                                                  "lineStyle": 1,
                                                  "spacingStyle": 1,
                                                  "interCharacterSpacing": 1.1,
                                                  "superScriptOffset": 1.1,
                                                  "lineSpacing": 1.1,
                                                  "dateFormat": "sample string 13",
                                                  "autoGrow": true,
                                                  "fontAutoResize": true,
                                                  "updated": "2025-08-02T23:22:54.4999302"
                                                },
                                                {
                                                  "$ref": "91"
                                                }
                                              ]
                                            },
                                            "customerVouchers": [
                                              {
                                                "$id": "92",
                                                "id": 1,
                                                "customerIdentifier": "Ls7x67X6eEOJ8IyLx5zN7g==",
                                                "customerIdentifierGuid": "ebf1ce2e-fab5-4378-89f0-8c8bc79ccdee",
                                                "voucherID": 3,
                                                "voucherName": "sample string 4",
                                                "storeID": 1,
                                                "barcode": "sample string 5",
                                                "dateOfIssue": "2025-08-02T23:22:54.4999302",
                                                "issuedSaleHeaderID": 1,
                                                "issuedSaleIdentifier": "sample string 7",
                                                "issuedOfflinePaymentID": 1,
                                                "issuedIdempotentID": "nFmvZqhJn0iJctyF+UvPqw==",
                                                "issuedIdempotentGuid": "66af599c-49a8-489f-8972-dc85f94bcfab",
                                                "issuedOffline": true,
                                                "issuedUser": "sample string 9",
                                                "issuedNotes": "sample string 10",
                                                "expiryDate": "2025-08-02T23:22:54.4999302",
                                                "expiredUser": "sample string 11",
                                                "expiredNotes": "sample string 12",
                                                "redeemed": "2025-08-02T23:22:54.4999302",
                                                "redeemedSaleHeaderID": 1,
                                                "redeemedSaleIdentifier": "sample string 13",
                                                "redeemedOfflinePaymentID": 1,
                                                "redeemedIdempotentID": "e6IrRq6V70KavlO5IaiY0A==",
                                                "redeemedIdempotentGuid": "462ba27b-95ae-42ef-9abe-53b921a898d0",
                                                "redeemedUser": "sample string 14",
                                                "redeemedNotes": "sample string 15",
                                                "redeemedOffline": true,
                                                "updated": "2025-08-02T23:22:54.4999302",
                                                "storeName": "sample string 17",
                                                "scaleLabel": {
                                                  "$ref": "90"
                                                },
                                                "voucher": {
                                                  "$ref": "88"
                                                },
                                                "customer": {
                                                  "$ref": "64"
                                                },
                                                "issuedOfflinePayment": {
                                                  "$ref": "70"
                                                },
                                                "redeemedOfflinePayment": {
                                                  "$ref": "70"
                                                }
                                              },
                                              {
                                                "$ref": "92"
                                              }
                                            ]
                                          },
                                          "customer": {
                                            "$ref": "64"
                                          }
                                        },
                                        {
                                          "$ref": "87"
                                        }
                                      ]
                                    }
                                  },
                                  {
                                    "$ref": "63"
                                  }
                                ],
                                "customerGroups": [
                                  {
                                    "$id": "93",
                                    "id": 1,
                                    "campaignID": 2,
                                    "campaignName": "sample string 3",
                                    "groupID": "LyD1e5RvFkWZhuEX6Ij5bA==",
                                    "groupIDGuid": "7bf5202f-6f94-4516-9986-e117e888f96c",
                                    "campaign": {
                                      "$ref": "60"
                                    },
                                    "group": {
                                      "$ref": "68"
                                    }
                                  },
                                  {
                                    "$ref": "93"
                                  }
                                ],
                                "signIqTickets": [
                                  {
                                    "$id": "94",
                                    "identifier": "y7RerJMhGU2knrHuHsc1gQ==",
                                    "identifierGuid": "ac5eb4cb-2193-4d19-a49e-b1ee1ec73581",
                                    "campaignName": "sample string 2",
                                    "message": "sample string 3",
                                    "ticketFileSource": "sample string 4",
                                    "ticketFileDestination": "sample string 5",
                                    "storeID": 1
                                  },
                                  {
                                    "$ref": "94"
                                  }
                                ],
                                "comboPriceGroups": [
                                  {
                                    "$id": "95",
                                    "id": 1,
                                    "campaignID": 2,
                                    "campaignName": "sample string 3",
                                    "g_UID": "EcUExsoU2kapCq97866+GA==",
                                    "guid": "c604c511-14ca-46da-a90a-af7bf3aebe18",
                                    "description": "sample string 5",
                                    "newPrice": 1,
                                    "rangeDescription": "sample string 6",
                                    "dealDescription": "sample string 7",
                                    "labelQuantity": 8,
                                    "hostProductCategoryID": 1,
                                    "offerID": 1,
                                    "dontUpdatePricePlus": true,
                                    "campaign": {
                                      "$ref": "60"
                                    },
                                    "comboPricePlus": [
                                      {
                                        "$id": "96",
                                        "id": 1,
                                        "campaignID": 2,
                                        "campaignName": "sample string 3",
                                        "groupG_UID": "gUUXnmamQ0SEsnuMIxQ3iA==",
                                        "groupGuid": "9e174581-a666-4443-84b2-7b8c23143788",
                                        "comboPriceType": 5,
                                        "priceType": 5,
                                        "pluG_UID": "MIkM0zKb1EqAkjdiZn0sQw==",
                                        "pluGuid": "d30c8930-9b32-4ad4-8092-3762667d2c43",
                                        "priceGroupG_UID": "LF6fHqVHX02h4rtbn0I6fQ==",
                                        "priceGroupGuid": "1e9f5e2c-47a5-4d5f-a1e2-bb5b9f423a7d",
                                        "campaignPoolID": "sample string 7",
                                        "quantity": 1,
                                        "campaign": {
                                          "$ref": "60"
                                        },
                                        "product": {
                                          "$ref": "19"
                                        },
                                        "priceGroup": {
                                          "$ref": "25"
                                        },
                                        "campaignPool": {
                                          "$ref": "60"
                                        }
                                      },
                                      {
                                        "$ref": "96"
                                      }
                                    ]
                                  },
                                  {
                                    "$ref": "95"
                                  }
                                ],
                                "priceLevels": [
                                  {
                                    "$id": "97",
                                    "id": 1,
                                    "priceLevelIdentifier": "rm2T174uf0WwkGVs4xsWpA==",
                                    "priceLevelIdentifierGuid": "d7936dae-2ebe-457f-b090-656ce31b16a4",
                                    "campaignName": "sample string 3",
                                    "priceLevelName": "sample string 4"
                                  },
                                  {
                                    "$ref": "97"
                                  }
                                ]
                              },
                              "product": {
                                "$ref": "19"
                              },
                              "dealCost": {
                                "$id": "98",
                                "headerIdentifier": "WXELl7nlwkGVvtQCXvoo8g==",
                                "headerIdentifierGuid": "970b7159-e5b9-41c2-95be-d4025efa28f2",
                                "identifier": "i28dEWm12028L3OqWwyaiA==",
                                "identifierGuid": "111d6f8b-b569-4ddb-bc2f-73aa5b0c9a88",
                                "supplierIdentifier": "dGLROzu3G0SmlyNMJsDG2A==",
                                "supplierGuid": "3bd16274-b73b-441b-a697-234c26c0c6d8",
                                "pluG_UID": "W7sDEBlbFEqznC6i0kxWSA==",
                                "pluGuid": "1003bb5b-5b19-4a14-b39c-2ea2d24c5648",
                                "campaignName": "f7159768-e740-480c-93e9-34f757e3dbd0",
                                "description": "sample string 4",
                                "cost": 5,
                                "costDecimals": 6,
                                "start": "2025-08-02T23:22:54.4999302",
                                "end": "2025-08-02T23:22:54.4999302",
                                "type": 9,
                                "promoType": 10,
                                "bonusItemPLUG_UID": "VXiFF/bDdUyjUjCcMF3/yg==",
                                "bonusItemPluGuid": "17857855-c3f6-4c75-a352-309c305dffca",
                                "bonusPurchaseUnits": 11,
                                "bonusReceiveUnits": 12,
                                "updated": "2025-08-02T23:22:54.4999302",
                                "metcashPromotionID": "sample string 14",
                                "fromHost": 15,
                                "storeNames": "sample string 16",
                                "storeIDs": [
                                  1,
                                  2
                                ],
                                "supplierName": "sample string 17",
                                "campaignDescription": "sample string 18",
                                "newPrice": 1,
                                "campaignMetcashPromotionID": "sample string 19",
                                "campaignActive": true,
                                "campaignStartDate": "2025-08-02T23:22:54.4999302",
                                "campaignEndDate": "2025-08-02T23:22:54.4999302",
                                "masterPLUG_UID": "NcB2AdPlLkGuLoiyU/zzyw==",
                                "masterID": "0176c035-e5d3-412e-ae2e-88b253fcf3cb",
                                "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": "BcRVNteRM0CYp4A20pLnbA==",
                                "bonusMasterID": "3655c405-91d7-4033-98a7-8036d292e76c",
                                "bonusProductName": "sample string 34",
                                "bonusProductAPN": "sample string 35",
                                "bonusOrderCode": "sample string 36",
                                "bonusNormalSell": 37,
                                "bonusNormalCost": 38,
                                "bonusNormalCostDecimals": 39,
                                "bonusCartonQuantity": 40,
                                "bonusSalesMode": 41,
                                "bonusOrderPacked": 42,
                                "bonusFuelItem": true,
                                "bonusActive": true
                              }
                            },
                            "currentCostStart": "2025-08-02T23:22:54.4999302",
                            "dealCosts": [
                              {
                                "$ref": "98"
                              },
                              {
                                "$ref": "98"
                              }
                            ],
                            "tags": [
                              {
                                "$id": "99",
                                "pluG_UID": "mQqN5IEzsEOGkPzrihTSmQ==",
                                "pluGuid": "e48d0a99-3381-43b0-8690-fceb8a14d299",
                                "tagID": 1,
                                "description": "sample string 1",
                                "storeIDs": [
                                  1,
                                  2
                                ]
                              },
                              {
                                "$ref": "99"
                              }
                            ],
                            "alternateProductG_UID": "e2Z9fAvPqk+DMIJFlETkiw==",
                            "alternateProduct": "7c7d667b-cf0b-4faa-8330-82459444e48b",
                            "productHostCode": {
                              "$id": "100",
                              "id": 1,
                              "pluG_UID": "QIwdYbHyyUGaQ4eedljkBQ==",
                              "pluGuid": "611d8c40-f2b1-41c9-9a43-879e7658e405",
                              "ibaCode": "sample string 2"
                            },
                            "mscCat": {
                              "$ref": "54"
                            },
                            "mscCom": {
                              "$ref": "55"
                            },
                            "mscDep": {
                              "$ref": "57"
                            },
                            "mscSubCom": {
                              "$ref": "56"
                            },
                            "isUserUpdate": true,
                            "ignoreMasterProduct": true,
                            "priceGroupLabelRequested": true,
                            "firstSold": "2025-08-02T23:22:54.4999302",
                            "inventoryTracked": "2025-08-02T23:22:54.4999302",
                            "isNormalPriceChangesCampaign": true
                          },
                          "supplier": {
                            "$ref": "14"
                          },
                          "serviceFee": {
                            "$id": "101",
                            "id": 1,
                            "description": "sample string 1",
                            "fee": 1
                          },
                          "isPrimaryHost": true,
                          "hostVendor": 47
                        },
                        {
                          "$ref": "17"
                        }
                      ],
                      "orderCycleHeaders": [
                        {
                          "$id": "102",
                          "storeID": 1,
                          "supplierIdentifier": "JqQdwWw4BkyIGXc4dIMu/w==",
                          "supplierGuid": "c11da426-386c-4c06-8819-773874832eff",
                          "departmentCode": "sample string 2",
                          "warehouseDirectIndicator": "sample string 3",
                          "type": 4,
                          "storeName": "sample string 5",
                          "departmentName": "sample string 6",
                          "orderDays": 7
                        },
                        {
                          "$ref": "102"
                        }
                      ],
                      "cycles": [
                        {
                          "$id": "103",
                          "storeID": 1,
                          "supplierIdentifier": "KUnghcy71Eu/Wyy6OCmAXw==",
                          "supplierGuid": "85e04929-bbcc-4bd4-bf5b-2cba3829805f",
                          "departmentCode": "sample string 2",
                          "warehouseDirectIndicator": "sample string 3",
                          "type": 4,
                          "cutOffWeek": 5,
                          "cutOffDay": 6,
                          "cutOffTime": "00:00:00.1234567",
                          "leadTime": 7,
                          "daysBuffer": 8,
                          "supplierName": "sample string 9",
                          "cutOffDate": "2025-08-02T23:22:54.4999302",
                          "deliveryDate": "2025-08-02T23:22:54.4999302",
                          "nextCutOffDate": "2025-08-02T23:22:54.4999302",
                          "nextDeliveryDate": "2025-08-02T23:22:54.4999302",
                          "nextDaysBuffer": 10
                        },
                        {
                          "$ref": "103"
                        }
                      ],
                      "store": {
                        "$ref": "10"
                      },
                      "updated": "2025-08-02T23:22:54.4999302",
                      "isHost": true
                    },
                    "files": [
                      {
                        "$id": "104",
                        "id": "sample string 1",
                        "fileName": "sample string 2",
                        "extension": "sample string 3",
                        "provider": 0,
                        "type": 0,
                        "hostType": "sample string 4",
                        "createdUtc": "2025-08-02T23:22:54.4999302",
                        "processed": "2025-08-02T23:22:54.4999302",
                        "isProcessing": true,
                        "processedCount": 6,
                        "processingTime": 1,
                        "collectedUtc": "2025-08-02T23:22:54.4999302",
                        "size": 1,
                        "sizeFormat": "sample string 7",
                        "isArchive": true,
                        "version": "sample string 9",
                        "reference": "sample string 10",
                        "digest": "sample string 11",
                        "contentType": "sample string 12",
                        "host": {
                          "$ref": "13"
                        },
                        "metcashHeader": {
                          "$id": "105",
                          "customerNumber": "sample string 1",
                          "creationDate": "2025-08-02T23:22:54.4999302",
                          "businessPillar": "sample string 3",
                          "fileType": "sample string 4"
                        }
                      },
                      {
                        "$ref": "104"
                      }
                    ],
                    "zoneMatrix": [
                      {
                        "$id": "106",
                        "id": 1,
                        "hostIdentifier": "AwPUqFaQWUm3q7ho3sec4g==",
                        "hostIdentifierGuid": "a8d40303-9056-4959-b7ab-b868dec79ce2",
                        "storeID": 1,
                        "departmentCode": "sample string 2",
                        "hostGuids": [
                          "7169a6aa-92ca-487c-b3fa-82d4523480bd",
                          "86b8d426-d729-4a2c-b23c-32c7ce673a4d"
                        ]
                      },
                      {
                        "$ref": "106"
                      }
                    ],
                    "hostFileStoreSetting": {
                      "$ref": "12"
                    },
                    "hostStoreSettings": [
                      {
                        "$ref": "12"
                      },
                      {
                        "$ref": "12"
                      }
                    ],
                    "promotionPlacements": [
                      {
                        "$id": "107",
                        "identifier": "PtEUYcHqnkancg32v0OJiw==",
                        "identifierGuid": "6114d13e-eac1-469e-a772-0df6bf43898b",
                        "code": "sample string 2",
                        "description": "sample string 3",
                        "isAdvertised": true
                      },
                      {
                        "$ref": "107"
                      }
                    ],
                    "promoTypeGuids": [
                      "a232aab1-dc59-41e0-8fa3-05ca5c4ef243",
                      "2b1fd55a-4042-4f99-8d08-2c0d49a616c0"
                    ],
                    "isPromotionOnly": false,
                    "isOrderable": false,
                    "vendor": 0
                  },
                  "groupIDs": [
                    1,
                    2
                  ],
                  "hostDescription": "sample string 24"
                },
                {
                  "$ref": "12"
                }
              ],
              "accounts": [
                {
                  "$ref": "7"
                },
                {
                  "$ref": "7"
                }
              ],
              "sales": [
                {
                  "$id": "108",
                  "id": 1,
                  "storeID": 1,
                  "externalSalesType": 2,
                  "ftpSiteID": 1,
                  "lastSaleProcessed": "2025-08-02T23:22:54.4999302",
                  "ftpSite": {
                    "$id": "109",
                    "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": "108"
                }
              ],
              "zoneMatrix": [
                {
                  "$ref": "106"
                },
                {
                  "$ref": "106"
                }
              ],
              "cashManagements": [
                {
                  "$id": "110",
                  "id": 1,
                  "storeID": 1,
                  "cashManagementType": 2,
                  "apiID": 1,
                  "organisationID": "sample string 3",
                  "siteName": "sample string 4",
                  "thirdPartyAPI": {
                    "$id": "111",
                    "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": "110"
                }
              ],
              "updateStoreID": "cdcb69a1-6a8b-41ca-9132-9e8799953795",
              "updateStore": {
                "$id": "112",
                "id": "281d59c5-7206-4f8e-a433-eb6e5945be8c",
                "name": "sample string 1",
                "lastActivity": "2025-08-02T23:22:54.4999302",
                "zone": "sample string 2",
                "timeZoneOffset": 0.0,
                "businessHoursStart": "00:00:00.1234567",
                "businessHoursEnd": "00:00:00.1234567",
                "master": true,
                "lastIP": "sample string 10",
                "lastHostName": "sample string 11",
                "ping": 1,
                "pingStatus": "sample string 12",
                "lastUpdateCompleted": "2025-08-02T23:22:54.4999302"
              },
              "timeZoneId": "sample string 53",
              "securityOptions": {
                "$id": "113",
                "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": "114",
              "id": 1,
              "gradeID": 2,
              "storeID": 3,
              "g_UID": "glwoVlA+H02FmA1xdX6HBg==",
              "guid": "56285c82-3e50-4d1f-8598-0d71757e8706",
              "fuelGrade": "sample string 5",
              "price1": 1,
              "price2": 1,
              "price3": 1,
              "price4": 1,
              "effective": "2025-08-02T23:22:54.4999302",
              "updated": "2025-08-02T23:22:54.4999302",
              "margin": 1,
              "product": {
                "$ref": "19"
              }
            }
          }
        },
        {
          "$ref": "8"
        }
      ],
      "cashBalancingFuelMeters": [
        {
          "$id": "115",
          "headerIdentifier": "cCSP3cElVE+0QD1Gc/+K0w==",
          "headerIdentifierGuid": "dd8f2470-25c1-4f54-b440-3d4673ff8ad3",
          "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": "116",
              "id": 1,
              "storeID": 2,
              "tankNumber": 3,
              "dispenserNumber": 4,
              "hoseNumber": 5,
              "adjustedFor": "2025-08-02T23:22:54.4999302",
              "adjustedAt": "2025-08-02T23:22:54.4999302",
              "adjustmentVolume": 8.0,
              "reasonDesc": "sample string 9",
              "reason": 10,
              "operatorG_UID": "1IAobZu4UEa9YBZ+iPOxpQ==",
              "operatorGuid": "6d2880d4-b89b-4650-bd60-167e88f3b1a5",
              "user": "sample string 11",
              "processed": 1,
              "storeName": "sample string 12",
              "operatorName": "sample string 13"
            },
            {
              "$ref": "116"
            }
          ]
        },
        {
          "$ref": "115"
        }
      ]
    },
    {
      "$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ۺ["#4�5xl/workbook.xml �(�����0D�&�C���@)��x��}mi�-ik��-H�yۙ�};|��Zۓ��/]E�ƒ1/:��OvDw�uB���l�*��o�&����3�e�����J���G� }���4(C��>7{(��"��՝M���M��_,��X�P�87YфW�8�1O�UdE��Y*Aҝ��8�~�_PKۺ[����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
ۺ[�!''_rels/.rels �(�<?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="Rf3ade4d379124628" /></Relationships>PKۺ[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ۺ[�
zC�Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞8!���
��8�8��ؑ�=�����ĂMW��==i���c�{�'�>��r(�Z��h���Z�m7{�DL��K i�&��� 
�"dnA�:��YĔ��.Bŀ�>�k���f��y���֣�G'O3����:19?`��S
��,Q�<){�Yʪm+V1%z3���_��|%ӡn�Zw=S��eS#<���ӥ�N��J�-��Q,Dz�LW�E�^���PKۺ[Ѓc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PKۺ[|\�>��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-ۺ["#4�5xl/workbook.xmlPK-ۺ[����	��[Content_Types].xmlPK-
ۺ[�!''U_rels/.relsPK-ۺ[zr��xl/worksheets/sheet1.xmlPK-ۺ[�
zC�P�xl/_rels/workbook.xml.relsPK-ۺ[Ѓc'2E
�xl/styles.xmlPK-ۺ[|\�>��mxl/sharedStrings.xmlPK��	

application/vnd.ms-excel

Sample:
PKۺ[�kMͷ5xl/workbook.xml �(�����0D�J��(�j���ҵCwN� 	JR��o�ԭ��|~>>;4��F�
[����`̵=*p3�;a��}1#�l�6�[��,���Y�K�]/'G7�?,7Y����^�J�Դ:��K���٭2{��$l��_a�Ū��%��%�s�JSb�GMgmֈ4���������PKۺ[����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
ۺ[Ϲ�''_rels/.rels �(�<?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="R7b2da8777dd04c41" /></Relationships>PKۺ[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ۺ[&�@��Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞؉�8��ݰa[z��Q;�]�gc���V���X��j4��'�|�lvo�L^Ї��ʂA+�����)�v��g�D0�HZ����@i�
��M��"bJ�HW!�bDZ1�R�3�I��CtZO�<-h�`���1�� �����R��P�
�I���ĠJ.��۲n���Z��ï�w�ɔ�)����Pk�n*c�G�}�ts5��P�J��E�^���PKۺ[Ѓc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PKۺ[|\�>��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-ۺ[�kMͷ5xl/workbook.xmlPK-ۺ[����	�[Content_Types].xmlPK-
ۺ[Ϲ�''V_rels/.relsPK-ۺ[zr��xl/worksheets/sheet1.xmlPK-ۺ[&�@��P�xl/_rels/workbook.xml.relsPK-ۺ[Ѓc'2E
�xl/styles.xmlPK-ۺ[|\�>��mxl/sharedStrings.xmlPK��