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

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

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Take

integer

None.

Skip

integer

None.

StoreID

integer

None.

EndOfDayManagement

Filled in by Store setting if not provided

boolean

None.

StartDate

Filter date to match of cash balancing header date

date

None.

EndDate

Filter date to match with cash balancing header date

date

None.

Body Parameters

None.

Response Information

Resource Description

PageList of matching cash balancing header

PageListOfCashBalancingHeader
NameDescriptionTypeAdditional information
Type

string

None.

List

Collection of CashBalancingHeader

None.

Skip

Number of records to skip over

integer

None.

Take

Number of records to take

integer

None.

TotalCount

integer

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

Response Formats

application/json, text/json

Sample:
{
  "type": "CashBalancingHeader",
  "list": [
    {
      "$id": "2",
      "identifier": "SnAZgoNcBk+fkeiL52hx/A==",
      "identifierGuid": "8219704a-5c83-4f06-9f91-e88be76871fc",
      "storeID": 2,
      "date": "2025-08-02T23:22:06.8756189",
      "started": "2025-08-02T23:22:06.8756189",
      "ended": "2025-08-02T23:22:06.8756189",
      "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": "7riEDN/ev0qOMxtXH3VA+Q==",
          "headerIdentifierGuid": "0c84b8ee-dedf-4abf-8e33-1b571f7540f9",
          "operatorG_UID": "piQ91D8Tq0aE/YGuX8hS1g==",
          "operatorGuid": "d43d24a6-133f-46ab-84fd-81ae5fc852d6",
          "date": "2025-08-02T23:22:06.8756189",
          "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:06.8756189",
          "end": "2025-08-02T23:22:06.8756189",
          "operatorName": "sample string 16",
          "operatorNumber": "sample string 17",
          "machineName": "sample string 18",
          "operators": "sample string 19"
        },
        {
          "$ref": "3"
        }
      ],
      "eftDetails": [
        {
          "$id": "4",
          "id": 1,
          "headerIdentifier": "67bChKjn40Cxnmb2sxWLag==",
          "headerIdentifierGuid": "84c2b6eb-e7a8-40e3-b19e-66f6b3158b6a",
          "date": "2025-08-02T23:22:06.8756189",
          "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": "55iCthNHxU6p0VlOpOtA2w==",
        "headerIdentifierGuid": "b68298e7-4713-4ec5-a9d1-594ea4eb40db",
        "bankName": "sample string 3",
        "expectedCash": 4,
        "cashDeclared": 1,
        "expectedPickup": 5,
        "pickupDeclared": 1,
        "expectedCheque": 6,
        "chequeDeclared": 1
      },
      "cashBalancingBankingAccounts": [
        {
          "$id": "6",
          "id": 1,
          "headerIdentifier": "DlHL/WhCYUadFK7A/2n5cg==",
          "headerIdentifierGuid": "fdcb510e-4268-4661-9d14-aec0ff69f972",
          "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": "bAdoCp2/x0230h4EPyg4Cw==",
          "headerIdentifierGuid": "0a68076c-bf9d-4dc7-b7d2-1e043f28380b",
          "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:06.8756189",
            "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:06.8756189",
              "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": "swMouFPuBUyYvImHrxRm7w==",
              "hostIdentifierGuid": "b82803b3-ee53-4c05-98bc-8987af1466ef",
              "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:06.8756189",
              "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": "YVCuk3/78UeBJKDMVYw8hg==",
                  "hostIdentifierGuid": "93ae5061-fb7f-47f1-8124-a0cc558c3c86",
                  "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": "8fJavg8WGESeMdpgidutCg==",
                    "identifierGuid": "be5af2f1-160f-4418-9e31-da6089dbad0a",
                    "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": "DOUMmFShckiFKuzZzsooHw==",
                    "hostSupplierIdentifierGuid": "980ce50c-a154-4872-852a-ecd9ceca281f",
                    "loyaltyPriceLevelIdentifier": "ysOs6cMvrUSbpnZG8vc04A==",
                    "loyaltyPriceLevelIdentifierGuid": "e9acc3ca-2fc3-44ad-9ba6-7646f2f734e0",
                    "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:06.8756189",
                    "lastProcessed": "2025-08-02T23:22:06.8756189",
                    "hold": true,
                    "supplierName": "sample string 35",
                    "supplier": {
                      "$id": "14",
                      "identifier": "g4pKNMiBnE+tJHtdr+ImHQ==",
                      "identifierGuid": "344a8a83-81c8-4f9c-ad24-7b5dafe2261d",
                      "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": "soApRL6tN0eO/aNW+UE09w==",
                      "primaryContactID": "442980b2-adbe-4737-8efd-a356f94134f7",
                      "storeID": 1,
                      "abn": "sample string 16",
                      "supplierGroupIdentifier": "Y/Ik8AQuYkSOTwElEsA/ZQ==",
                      "supplierGroupGuid": "f024f263-2e04-4462-8e4f-012512c03f65",
                      "rebate": 1.0,
                      "rebateType": 1,
                      "rebateFrequency": 1,
                      "rebateSource": 1,
                      "rebateLastClaimed": "2025-08-02T23:22:06.8756189",
                      "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": "77e37447-9f12-43aa-80b6-64c36181989e",
                        "identifier": "cS9bRbMfsEOSzDBBydcJLQ==",
                        "identifierGuid": "455b2f71-1fb3-43b0-92cc-3041c9d7092d",
                        "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": "AgZfQceoyUOA2HHMb5WLxw==",
                          "supplierIdentifierGuid": "415f0602-a8c7-43c9-80d8-71cc6f958bc7",
                          "contactGuid": "tRLbuaMXzU6wHs7LTbniQQ==",
                          "contactID": "b9db12b5-17a3-4ecd-b01e-cecb4db9e241",
                          "contact": {
                            "$ref": "15"
                          },
                          "supplier": {
                            "$ref": "14"
                          }
                        },
                        {
                          "$ref": "16"
                        }
                      ],
                      "products": [
                        {
                          "$id": "17",
                          "pluG_UID": "ZokgXiamukGT2831z7KONg==",
                          "pluGuid": "5e208966-a626-41ba-93db-cdf5cfb28e36",
                          "supplierIdentifier": "RnZ+MoXMMUWRcxp/uAeIUg==",
                          "supplierIdentifierGuid": "327e7646-cc85-4531-9173-1a7fb8078852",
                          "cartonQuantity": 1,
                          "cartonQuantityChanged": true,
                          "productSize": "sample string 3",
                          "cigarettesPerSleeve": 1,
                          "randomWeight": true,
                          "piecesPerUnit": 5,
                          "averagePackSize": 6,
                          "effectiveDate": "2025-08-02T23:22:06.8756189",
                          "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:06.8756189",
                          "rebate": 1.0,
                          "rebateExclude": true,
                          "invoiceCodes": [
                            {
                              "$id": "18",
                              "pluG_UID": "YdmkQ+BXlU+ZUYgWuRQVSg==",
                              "pluGuid": "43a4d961-57e0-4f95-9951-8816b914154a",
                              "supplierIdentifier": "wF5hPpYoekqVEVYchDojPg==",
                              "supplierIdentifierGuid": "3e615ec0-2896-4a7a-9511-561c843a233e",
                              "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": "+0mcutYivU6PiiXSb2Vptg==",
                          "parentPluGuid": "ba9c49fb-22d6-4ebd-8f8a-25d26f6569b6",
                          "freight": 45.0,
                          "freightType": 1,
                          "product": {
                            "$id": "19",
                            "plu": 1,
                            "storeID": 1,
                            "masterPluG_UID": "QEA=",
                            "storeIDs": [
                              1,
                              2
                            ],
                            "g_UId": "GQpDs4HkWkmiczYS6T9QYw==",
                            "guid": "b3430a19-e481-495a-a273-3612e93f5063",
                            "apn": "sample string 1",
                            "apnChanged": true,
                            "apnSwitched": true,
                            "barcode": "sample string 4",
                            "itemNumber": "sample string 5",
                            "itemNumberChanged": true,
                            "priceGroupG_UID": "Do6R7SBlzUGji5hn4uSiVA==",
                            "priceGroupGuid": "ed918e0e-6520-41cd-a38b-9867e2e4a254",
                            "blueprintID": 1,
                            "lastCountedDate": "2025-08-02T23:22:06.8756189",
                            "externalID": "sample string 7",
                            "active": true,
                            "activated": "2025-08-02T23:22:06.8756189",
                            "pluCreated": "2025-08-02T23:22:06.8756189",
                            "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:06.8756189",
                            "lastManualUpdate": "2025-08-02T23:22:06.8756189",
                            "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:06.8756189",
                            "currentCostUpdated": "2025-08-02T23:22:06.8756189",
                            "costDecimals": 31,
                            "costChanged": true,
                            "dealCostIdentifier": "QEA=",
                            "excludeFromRebate": true,
                            "rebateOverride": 1,
                            "costCalcMethod": 32,
                            "costCalcMethodChanged": true,
                            "costEffectiveDate": "2025-08-02T23:22:06.8756189",
                            "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:06.8756189",
                            "posTare": 1,
                            "altPrice": 1.0,
                            "altPriceChanged": true,
                            "altPriceMode": 53,
                            "altPriceModeChanged": true,
                            "altPLUG_UID": "VIbVO7xadUCcj8D2d2O2HQ==",
                            "altPLUGuid": "3bd58654-5abc-4075-9c8f-c0f67763b61d",
                            "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:06.8756189",
                            "labelLastPrice": 1,
                            "shelfPageLayoutG_UID": "DnGbf2FdT0eCDp9RvRQiSg==",
                            "shelfPageLayoutGuid": "7f9b710e-5d61-474f-820e-9f51bd14224a",
                            "talkerPageLayoutG_UID": "lEVNmdCJxUSbRlpVcWDs5g==",
                            "talkerPageLayoutGuid": "994d4594-89d0-44c5-9b46-5a557160ece6",
                            "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": "x2T7LVXFfEOsTcVg3Mie4Q==",
                            "inventoryIdentifier": "2dfb64c7-c555-437c-ac4d-c560dcc89ee1",
                            "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": "XttusuKZZkSRcyzdnZRgfg==",
                            "parentPluGuid": "b26edb5e-99e2-4466-9173-2cdd9d94607e",
                            "preferredHostVendor": 104,
                            "preferredHostChanged": true,
                            "code": "sample string 106",
                            "supplierIdentifier": "Z++bmq+AHEOKAYkynAy6ug==",
                            "supplierIdentifierGuid": "9a9bef67-80af-431c-8a01-89329c0cbaba",
                            "supplierChanged": true,
                            "rebateSupplierIdentifier": "tf2cbkHjD0C4KlRSi1yt+Q==",
                            "rebateSupplierIdentifierGuid": "6e9cfdb5-e341-400f-b82a-54528b5cadf9",
                            "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:06.8756189",
                            "commodity": "sample string 121",
                            "businessPillar": "sample string 122",
                            "mscCommodity": "sample string 123",
                            "hostIdentifier": "IYbYic/oLkOvjT2RwKPtag==",
                            "hostIdentifierGuid": "89d88621-e8cf-432e-af8d-3d91c0a3ed6a",
                            "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": "bzb4aPLrvkiaA6X2QQ6EZA==",
                                "pluGuid": "68f8366f-ebf2-48be-9a03-a5f6410e8464",
                                "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:06.8756189"
                              },
                              {
                                "$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:06.8756189",
                                "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:06.8756189",
                                "startTime": 3,
                                "endDate": "2025-08-02T23:22:06.8756189",
                                "endTime": 4,
                                "newPrice": 5,
                                "newCost": 6,
                                "newCostDecimals": 7,
                                "pctDiscount": 8,
                                "promoType": 1,
                                "promotionTypeCode": "sample string 9",
                                "hostType": 10,
                                "hostIdentifier": "9OcDab25OEO16wcY4TKiPg==",
                                "hostIdentifierGuid": "6903e7f4-b9bd-4338-b5eb-0718e132a23e",
                                "storeNames": [
                                  "sample string 1",
                                  "sample string 2"
                                ]
                              },
                              "details": [
                                {
                                  "$ref": "23"
                                },
                                {
                                  "$ref": "23"
                                }
                              ]
                            },
                            "tray": {
                              "$id": "24",
                              "g_UId": "nPJ/uVRjUUCDOiJzraiHzw==",
                              "guid": "b97ff29c-6354-4051-833a-2273ada887cf",
                              "name": "sample string 1",
                              "number": 1,
                              "tare": 1
                            },
                            "priceGroup": {
                              "$id": "25",
                              "priceGroupG_UID": "Qh8b0PEz60qlxQTnLK+o6w==",
                              "priceGroupGuid": "d01b1f42-33f1-4aeb-a5c5-04e72cafa8eb",
                              "name": "sample string 2",
                              "code": 1,
                              "modified": true,
                              "updated": "2025-08-02T23:22:06.8756189",
                              "buyingLimit": 1,
                              "buyingLimitIndependent": true,
                              "buyingLimitType": 0,
                              "number": 1,
                              "products": [
                                {
                                  "$ref": "19"
                                },
                                {
                                  "$ref": "19"
                                }
                              ],
                              "productCount": 1
                            },
                            "priceGroupName": "sample string 146",
                            "nutrifacts": {
                              "$id": "26",
                              "pluG_UID": "qGXZRNQxHES01ry1y2SIag==",
                              "pluGuid": "44d965a8-31d4-441c-b4d6-bcb5cb64886a",
                              "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": "a212cb3e-bf20-4b50-8240-c7e8d89a4eeb",
                              "created": "2025-08-02T23:22:06.8756189",
                              "createdByUser": "sample string 1",
                              "activated": "2025-08-02T23:22:06.8756189",
                              "deactivated": "2025-08-02T23:22:06.8756189",
                              "lastOrdered": "2025-08-02T23:22:06.8756189",
                              "lastOrderedQty": 2.0,
                              "lastReceived": "2025-08-02T23:22:06.8756189",
                              "lastReceivedQty": 3.0,
                              "lastInvoiceStatus": 1,
                              "lastCounted": "2025-08-02T23:22:06.8756189",
                              "lastSold": "2025-08-02T23:22:06.8756189",
                              "firstSold": "2025-08-02T23:22:06.8756189",
                              "awsUpdated": "2025-08-02T23:22:06.8756189",
                              "lastManualUpdate": "2025-08-02T23:22:06.8756189",
                              "lastManualUpdatedByUser": "sample string 5",
                              "lastUpdated": "2025-08-02T23:22:06.8756189",
                              "lastUpdatedByUser": "sample string 7",
                              "lastUpdatedByHost": "2025-08-02T23:22:06.8756189",
                              "doNotRangeUpdated": "2025-08-02T23:22:06.8756189",
                              "doNotOrderUpdated": "2025-08-02T23:22:06.8756189",
                              "tracked": "2025-08-02T23:22:06.8756189"
                            },
                            "allergens": [
                              {
                                "$id": "28",
                                "allergenID": 1,
                                "pluG_UID": "9w0BtOgg/Ei7VuVYRtK2Nw==",
                                "pluGuid": "b4010df7-20e8-48fc-bb56-e55846d2b637",
                                "contains": 2,
                                "allergenName": "sample string 3",
                                "storeIDs": [
                                  1,
                                  2
                                ]
                              },
                              {
                                "$ref": "28"
                              }
                            ],
                            "costs": {
                              "$id": "29",
                              "pluG_UID": "MnA336vgoEudAbloelhpsw==",
                              "pluGuid": "df377032-e0ab-4ba0-9d01-b9687a5869b3",
                              "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:06.8756189",
                              "normalCost": 1,
                              "currentCost": 1
                            },
                            "sales": [
                              {
                                "$id": "30",
                                "saleHeaderID": 1,
                                "created": "2025-08-02T23:22:06.8756189",
                                "createdLocal": "2025-08-02T23:22:06.8756189",
                                "storeID": 3,
                                "storeName": "sample string 4",
                                "operatorG_Uid": "2efv1RE45kut1MTCSUBhIg==",
                                "operatorGuid": "d5efe7d9-3811-4be6-add4-c4c249406122",
                                "operatorName": "sample string 5",
                                "tranType": 1,
                                "plu": 1,
                                "pluG_UId": "fTqpaKg/sUWAu5X5Y1VqcA==",
                                "pluGuid": "68a93a7d-3fa8-45b1-80bb-95f963556a70",
                                "normalPrice": 1,
                                "totalCents": 1,
                                "cost": 1,
                                "grossProfit": 1,
                                "quantity": 1,
                                "operator": {
                                  "$id": "31",
                                  "id": 1,
                                  "g_Uid": "I/xq3V467E6KXYLsrTzFDg==",
                                  "guid": "dd6afc23-3a5e-4eec-8a5d-82ecad3cc50e",
                                  "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:06.8756189",
                                  "passwordResetRequired": true,
                                  "alteredInStore": true,
                                  "startShift": "2025-08-02T23:22:06.8756189",
                                  "endShift": "2025-08-02T23:22:06.8756189",
                                  "machineName": "sample string 20",
                                  "drawerID": 1,
                                  "stores": [
                                    {
                                      "$id": "32",
                                      "operatorG_UID": "dhXgfuGdbU+Wyx/aPMkiPA==",
                                      "operatorGuid": "7ee01576-9de1-4f6d-96cb-1fda3cc9223c",
                                      "storeID": 2,
                                      "operator": {
                                        "$ref": "31"
                                      },
                                      "store": {
                                        "$ref": "10"
                                      }
                                    },
                                    {
                                      "$ref": "32"
                                    }
                                  ]
                                }
                              },
                              {
                                "$ref": "30"
                              }
                            ],
                            "apns": [
                              {
                                "$id": "33",
                                "pluID": 1,
                                "pluG_UID": "OIrcJVIG5EOMwDsNkVQAIw==",
                                "pluGuid": "25dc8a38-0652-43e4-8cc0-3b0d91540023",
                                "apn": "sample string 1",
                                "deleted": true,
                                "storeID": 1,
                                "storeIDs": [
                                  1,
                                  2
                                ]
                              },
                              {
                                "$ref": "33"
                              }
                            ],
                            "tuns": [
                              {
                                "$id": "34",
                                "pluG_UId": "P5LBw/AvT0CkEY5ZSOyZpQ==",
                                "pluGuid": "c3c1923f-2ff0-404f-a411-8e5948ec99a5",
                                "apn": "sample string 1",
                                "tun": "sample string 2",
                                "cartonQuantity": 3,
                                "product": {
                                  "$ref": "19"
                                },
                                "storeIDs": [
                                  1,
                                  2
                                ]
                              },
                              {
                                "$ref": "34"
                              }
                            ],
                            "competitionPricing": [
                              {
                                "$id": "35",
                                "identifier": "SsRd43MKNkSM1SRac52DzA==",
                                "identifierGuid": "e35dc44a-0a73-4436-8cd5-245a739d83cc",
                                "pluG_UID": "CWRI34VXaUGRTDmIzSowMg==",
                                "pluGuid": "df486409-5785-4169-914c-3988cd2a3032",
                                "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": "ZcKy13jrTUSnGxpqUZc24Q==",
                                "groupName": "sample string 1",
                                "identifierGuid": "d7b2c265-eb78-444d-a71b-1a6a519736e1",
                                "exists": true,
                                "flipChartIdentifier": "tIDa3bTD/kevWi/tLIdOog==",
                                "flipChartIdentifierGuid": "ddda80b4-c3b4-47fe-af5a-2fed2c874ea2",
                                "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": "ii2nKZxJeku1I3gXuDcxSw==",
                                "groupIdentifierGuid": "29a72d8a-499c-4b7a-b523-7817b837314b",
                                "flipChart": {
                                  "$id": "37",
                                  "identifier": "5fmhIBETIk6odhMe7VP3GQ==",
                                  "identifierGuid": "20a1f9e5-1311-4e22-a876-131eed53f719",
                                  "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": "P+dEPN/qAkKlbF0cXm5+6A==",
                                    "identifierGuid": "3c44e73f-eadf-4202-a56c-5d1c5e6e7ee8",
                                    "name": "sample string 2",
                                    "formType": "sample string 3",
                                    "forms": [
                                      {
                                        "$id": "39",
                                        "id": 1,
                                        "g_UID": "ypVhJIpaL0eDJa0v07PeXA==",
                                        "guid": "246195ca-5a8a-472f-8325-ad2fd3b3de5c",
                                        "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": "lbw3CoXdBUOCdx3SHt/arQ==",
                                        "previousFormGuid": "0a37bc95-dd85-4305-8277-1dd21edfdaad",
                                        "nextForm": 1,
                                        "nextFormG_UID": "cUoYwE7/CkicSRY9bQpnyw==",
                                        "nextFormGuid": "c0184a71-ff4e-480a-9c49-163d6d0a67cb",
                                        "attributes": "sample string 10",
                                        "updated": "2025-08-02T23:22:06.8756189",
                                        "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": "re9DiK83Ok25VCXV1Vlv8Q==",
                                            "checkoutFormGuid": "8843efad-37af-4d3a-b954-25d5d5596ff1",
                                            "identifier": "ovqExC+JKEyOkgHG/JVLmw==",
                                            "identifierGuid": "c484faa2-892f-4c28-8e92-01c6fc954b9b",
                                            "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": "58kSxi0A00CVhMdi+xNL2Q==",
                                            "valueGuid": "c612c9e7-002d-40d3-9584-c762fb134bd9",
                                            "buttonText": "sample string 10",
                                            "valueText": "sample string 11",
                                            "drawImageAndButton": true,
                                            "updated": "2025-08-02T23:22:06.8756189",
                                            "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:06.8756189",
                                              "imageData": "QEA=",
                                              "readOnly": true
                                            }
                                          },
                                          {
                                            "$ref": "40"
                                          }
                                        ],
                                        "panels": [
                                          {
                                            "$id": "42",
                                            "id": 1,
                                            "checkoutFormID": 2,
                                            "checkoutFormG_UID": "Vzwfd6ygpUSH6IAYzITtXQ==",
                                            "checkoutFormGuid": "771f3c57-a0ac-44a5-87e8-8018cc84ed5d",
                                            "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": "6s47UN00ZkiJAhcEVPNb6w==",
                                    "flipChartPageIdentifierGuid": "503bceea-34dd-4866-8902-170454f35beb",
                                    "pluG_UID": "ABApdfnHXkulSqAAkyvF3Q==",
                                    "pluGuid": "75291000-c7f9-4b5e-a54a-a000932bc5dd",
                                    "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": "HuoCFBHqvE6YAJUFyQcVXA==",
                                "pluGuid": "1402ea1e-ea11-4ebc-9800-9505c907155c",
                                "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:06.8756189",
                                "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": "sSskML0A5kWK4U3Kcd+fxA==",
                                "ingredientGuid": "FBDWfAje20e70eP6TDlPoA==",
                                "ingredientIdentifier": "7cd61014-de08-47db-bbd1-e3fa4c394fa0",
                                "quantity": 1.0,
                                "storeIDs": [
                                  1,
                                  2
                                ],
                                "ingredientText": "sample string 1",
                                "ingredient": {
                                  "$ref": "19"
                                }
                              },
                              {
                                "$ref": "45"
                              }
                            ],
                            "bins": [
                              {
                                "$id": "46",
                                "pluG_UID": "yP5teKS4jEyd/pyoL+71Cw==",
                                "pluGuid": "786dfec8-b8a4-4c8c-9dfe-9ca82feef50b",
                                "shelfLocationIdentifier": "YJdt+PkCEUio89txBTkjrg==",
                                "shelfLocationGuid": "f86d9760-02f9-4811-a8f3-db71053923ae",
                                "labelShelfDefault": 1,
                                "labelTalkerDefault": 1,
                                "labelSmall": true,
                                "labelPageLayoutG_UID": "zYVG0fA2ZUCaeyCqurfCjw==",
                                "labelPageLayoutGuid": "d14685cd-36f0-4065-9a7b-20aabab7c28f",
                                "updated": "2025-08-02T23:22:06.8756189",
                                "electronicShelfLabelIdentifier": "sample string 5",
                                "electronicshelfLabelsConfigurationID": 6,
                                "labelShelfChanged": true,
                                "productName": "sample string 8",
                                "locationText": "sample string 9",
                                "product": {
                                  "$ref": "19"
                                },
                                "location": {
                                  "$id": "47",
                                  "identifier": "yUX8WaNru0KsmAWTVHXpeQ==",
                                  "storeID": 1,
                                  "identifierGuid": "59fc45c9-6ba3-42bb-ac98-05935475e979",
                                  "name": "sample string 2",
                                  "haccp": true,
                                  "blueprintID": 1,
                                  "updated": "2025-08-02T23:22:06.8756189",
                                  "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": "cnMldPt8UUypW4vswhlT4A==",
                                "pluGuid": "74257372-7cfb-4c51-a95b-8becc21953e0",
                                "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:06.8756189",
                                  "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:06.8756189",
                                                "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": "+TgSAp3THUuSNvHgsLFIXw==",
                                                "labelPageLayoutGuid": "021238f9-d39d-4b1d-9236-f1e0b0b1485f",
                                                "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:06.8756189",
                                            "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": "uqdWXgCt1UGi/6bx4+7GdQ==",
                                            "labelPageLayoutGuid": "5e56a7ba-ad00-41d5-a2ff-a6f1e3eec675",
                                            "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:06.8756189",
                                        "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": "WKNBiybTuEe/hpOMgS8rrA==",
                                        "labelPageLayoutGuid": "8b41a358-d326-47b8-bf86-938c812f2bac",
                                        "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:06.8756189",
                                    "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": "i4hOauTPlU+TeimMM8N+sg==",
                                    "labelPageLayoutGuid": "6a4e888b-cfe4-4f95-937a-298c33c37eb2",
                                    "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": "4y2HOpzBP0u4wD52ME1EAg==",
                              "pluGuid": "3a872de3-c19c-4b3f-b8c0-3e76304d4402",
                              "newPrice": 1,
                              "pctDiscount": 1,
                              "newCost": 1,
                              "newCostDecimals": 6,
                              "dealCostIdentifier": "PmySJvo8S0unZjNHUZSALA==",
                              "dealCostGuid": "26926c3e-3cfa-4b4b-a766-33475194802c",
                              "pluName": "sample string 7",
                              "apn": "sample string 8",
                              "fuelItem": true,
                              "priceGroupG_UID": "/sBwQyCmykWPck4WmOWLCQ==",
                              "priceGroupGuid": "4370c0fe-a620-45ca-8f72-4e1698e58b09",
                              "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:06.8756189",
                              "rrp": 26,
                              "campaignDescription": "sample string 27",
                              "campaignComboPriceGroupG_UID": "bzbOLaF51Em5GOkVf8O6ug==",
                              "campaignComboPriceGroupIdentifier": "2dce366f-79a1-49d4-b918-e9157fc3baba",
                              "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:06.8756189",
                                  "operatorG_UID": "R2Q9BhZnuESU9XbDtW4FVQ==",
                                  "operatorGuid": "063d6447-6716-44b8-94f5-76c3b56e0555",
                                  "machineID": 1,
                                  "processed": true,
                                  "appliedUtc": "2025-08-02T23:22:06.8756189",
                                  "signIqTicketFileMovedUtc": "2025-08-02T23:22:06.8756189",
                                  "user": "sample string 6",
                                  "campaignDescription": "sample string 7",
                                  "productDesc": "sample string 8",
                                  "storeName": "sample string 9",
                                  "effectiveUtc": "2025-08-02T23:22:06.8756189",
                                  "priceChangeType": 0,
                                  "operatorName": "sample string 10",
                                  "hostCampaign": true,
                                  "product": {
                                    "$ref": "19"
                                  },
                                  "campaignPlu": {
                                    "$ref": "58"
                                  }
                                },
                                {
                                  "$ref": "59"
                                }
                              ],
                              "campaign": {
                                "$id": "60",
                                "id": 1,
                                "storeID": 2,
                                "name": "b4b7b30f-d230-4a7a-bbf1-f1210348f6e0",
                                "nameGuid": "b4b7b30f-d230-4a7a-bbf1-f1210348f6e0",
                                "description": "sample string 4",
                                "showDiscounts": true,
                                "showTotals": true,
                                "onlyEvaluateOnSubtotal": true,
                                "useDescription": true,
                                "campaignType": 1,
                                "startDate": "2025-08-02T23:22:06.8756189",
                                "startTime": 1,
                                "endDate": "2025-08-02T23:22:06.8756189",
                                "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:06.8756189",
                                "system": true,
                                "created": "2025-08-02T23:22:06.8756189",
                                "updated": "2025-08-02T23:22:06.8756189",
                                "priceChangeNotifiedUtc": "2025-08-02T23:22:06.8756189",
                                "promoType": 1,
                                "promotionTypeCode": "sample string 13",
                                "hostIdentifier": "2DwiEFZ5G0ajtzXxkyZOrg==",
                                "hostIdentifierGuid": "10223cd8-7956-461b-a3b7-35f193264eae",
                                "hostType": 14,
                                "createdByUser": "sample string 15",
                                "fromHost": true,
                                "deleted": true,
                                "campaignDeleted": "2025-08-02T23:22:06.8756189",
                                "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": "lc9oyiWDiECo6Sy3eSVqXQ==",
                                    "pluGuid": "ca68cf95-8325-4088-a8e9-2cb779256a5d",
                                    "hostOfferID": 1,
                                    "priceGroupG_UID": "rxY9fpDRZk6/JFqsfs25lg==",
                                    "priceGroupGuid": "7e3d16af-d190-4e66-bf24-5aac7ecdb996",
                                    "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:06.8756189",
                                    "rrp": 17,
                                    "campaignDescription": "sample string 18",
                                    "product": {
                                      "$ref": "19"
                                    },
                                    "campaign": {
                                      "$ref": "60"
                                    }
                                  },
                                  {
                                    "$ref": "61"
                                  }
                                ],
                                "sellingRules": [
                                  {
                                    "$id": "62",
                                    "id": 1,
                                    "identifier": "U/jKohgJuk+oYnWHpidr3g==",
                                    "identifierStr": "U/jKohgJuk+oYnWHpidr3g==",
                                    "identifierGuid": "a2caf853-0918-4fba-a862-7587a6276bde",
                                    "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": "6NmaECaE/Ey5P1P4MgH5vg==",
                                    "customerIDGuid": "109ad9e8-8426-4cfc-b93f-53f83201f9be",
                                    "campaign": {
                                      "$ref": "60"
                                    },
                                    "customer": {
                                      "$id": "64",
                                      "identifier": "eqNeDorWMEe8RTYN/EUURA==",
                                      "identifierGuid": "0e5ea37a-d68a-4730-bc45-360dfc451444",
                                      "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:06.8756189",
                                      "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": "vKDpo1OjMkixOz8VB3KHvA==",
                                      "communityIdentifierGuid": "a3e9a0bc-a353-4832-b13b-3f15077287bc",
                                      "joined": "2025-08-02T23:22:06.8756189",
                                      "updated": "2025-08-02T23:22:06.8756189",
                                      "active": true,
                                      "reasonInactive": 1,
                                      "groupCustomer": true,
                                      "loyaltyPoints": 1,
                                      "homeStoreID": 1,
                                      "availableSpend": 1,
                                      "priceLevelIdentifier": "k6l4oo5jmUeMfiTUqKIUWA==",
                                      "priceLevelIdentifierGuid": "a278a993-638e-4799-8c7e-24d4a8a21458",
                                      "marketingID": "sample string 18",
                                      "hidden": true,
                                      "registered": true,
                                      "registeredOn": "2025-08-02T23:22:06.8756189",
                                      "emailMarketing": true,
                                      "smsMarketing": true,
                                      "deleted": true,
                                      "deletedUser": "sample string 24",
                                      "homeStoreName": "sample string 25",
                                      "customerCards": [
                                        {
                                          "$id": "65",
                                          "cardType": 2,
                                          "issueDate": "2025-08-02T23:22:06.8756189",
                                          "expiry": "2025-08-02T23:22:06.8756189",
                                          "customerID": "KrJB6qrYDkOWrvJRM/Fvzw==",
                                          "customerIDGuid": "ea41b22a-d8aa-430e-96ae-f25133f16fcf",
                                          "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:06.8756189",
                                          "linkedAccount": "tqjsMGHCkkqV0qbb15mJ1Q==",
                                          "linkedAccountGuid": "30eca8b6-c261-4a92-95d2-a6dbd79989d5",
                                          "currentValueChanged": true,
                                          "limitsChanged": true,
                                          "customer": {
                                            "$ref": "64"
                                          },
                                          "account": {
                                            "$id": "66",
                                            "id": 1,
                                            "identifier": "DMw+E2gnDk+kfye769OdCg==",
                                            "identifierGuid": "133ecc0c-2768-4f0e-a47f-27bbebd39d0a",
                                            "referenceNo": "sample string 3",
                                            "name": "sample string 4",
                                            "created": "2025-08-02T23:22:06.8756189",
                                            "owner": "f9KCLsAYrUiXTcwt8aMMiA==",
                                            "ownerGuid": "2e82d27f-18c0-48ad-974d-cc2df1a30c88",
                                            "accountStoreGroupIdentifier": "Vo5aEuewykSFKKU2PBF6ug==",
                                            "accountStoreGroupGuid": "125a8e56-b0e7-44ca-8528-a5363c117aba",
                                            "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:06.8756189",
                                            "active": true,
                                            "updated": "2025-08-02T23:22:06.8756189",
                                            "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": "8k/LhNwwGEGymwl0neR4eA==",
                                                "identifierGuid": "84cb4ff2-30dc-4118-b29b-09749de47878",
                                                "name": "sample string 2",
                                                "primaryContact": "yTVBmX6iZEWJPpXYMZEI2A==",
                                                "primaryContactGuid": "994135c9-a27e-4564-893e-95d8319108d8",
                                                "accountID": "azCVcPhB3kK+6UbCTkXHoQ==",
                                                "accountIDGuid": "7095306b-41f8-42de-bee9-46c24e45c7a1",
                                                "special": true,
                                                "updated": "2025-08-02T23:22:06.8756189",
                                                "active": true,
                                                "reasonInactive": 1,
                                                "priceLevelIdentifier": "RIAAqGchU0OnYYQlc6l7/A==",
                                                "priceLevelIdentifierGuid": "a8008044-2167-4353-a761-842573a97bfc",
                                                "deleted": true,
                                                "account": {
                                                  "$ref": "66"
                                                },
                                                "primaryContactCustomer": {
                                                  "$ref": "64"
                                                },
                                                "customerGroupMembers": [
                                                  {
                                                    "$id": "69",
                                                    "id": 1,
                                                    "groupID": "Mypc1Ndz8EC67h5VlqBPGA==",
                                                    "groupIDGuid": "d45c2a33-73d7-40f0-baee-1e5596a04f18",
                                                    "customerID": "sNTkaxZQf0eyLRcilv/Thg==",
                                                    "customerIDGuid": "6be4d4b0-5016-477f-b22d-172296ffd386",
                                                    "card": "sample string 4",
                                                    "linkedAccount": "i3taB3yojka9NDGEs18D1Q==",
                                                    "linkedAccountGuid": "075a7b8b-a87c-468e-bd34-3184b35f03d5",
                                                    "customer": {
                                                      "$ref": "64"
                                                    },
                                                    "group": {
                                                      "$ref": "68"
                                                    },
                                                    "customerCard": {
                                                      "$ref": "65"
                                                    }
                                                  },
                                                  {
                                                    "$ref": "69"
                                                  }
                                                ]
                                              },
                                              {
                                                "$ref": "68"
                                              }
                                            ]
                                          },
                                          "payments": [
                                            {
                                              "$id": "70",
                                              "id": 1,
                                              "identifier": "FZJeSlrf506scFiLDf0Vhw==",
                                              "identifierGuid": "4a5e9215-df5a-4ee7-ac70-588b0dfd1587",
                                              "storeID": 2,
                                              "operatorName": "sample string 3",
                                              "saleHeaderID": 4,
                                              "paymentType": 5,
                                              "amount": 6,
                                              "account": "sample string 7",
                                              "accountID": "Tl76jweMEEGr9DXeiGZL4A==",
                                              "accountIDGuid": "8ffa5e4e-8c07-4110-abf4-35de88664be0",
                                              "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:06.8756189",
                                              "invRocNo": "sample string 14",
                                              "responseCode": "sample string 15",
                                              "cashout": 1,
                                              "tip": 16,
                                              "idempotentVoid": "NjEbZw77BEi44RF17TWe5Q==",
                                              "idempotentVoidGuid": "671b3136-fb0e-4804-b8e1-1175ed359ee5",
                                              "offline": true,
                                              "processed": 1,
                                              "storeSaleHeader": {
                                                "$id": "71",
                                                "saleHeaderID": 1,
                                                "saleHeaderGuid": "2PVSYRJ/TkObKG42ceCocg==",
                                                "saleHeaderIdentifierGuid": "6152f5d8-7f12-434e-9b28-6e3671e0a872",
                                                "created": "2025-08-02T23:22:06.8756189",
                                                "createdLocal": "2025-08-02T23:22:06.8756189",
                                                "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:06.8756189",
                                                "storeID": 1,
                                                "operatorG_Uid": "vVfVxU1OukO+ye4wLjxM4g==",
                                                "operatorGuid": "c5d557bd-4e4d-43ba-bec9-ee302e3c4ce2",
                                                "customerG_Uid": "I2pkJPuIEUuFsP3URfUdhw==",
                                                "customerGuid": "24646a23-88fb-4b11-85b0-fdd445f51d87",
                                                "communityIdentifier": "DQaYnFXavkSH4emUcfGIVw==",
                                                "communityIdentifierGuid": "9c98060d-da55-44be-87e1-e99471f18857",
                                                "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": "gXNHQrBzeUSIQwB+NnreRQ==",
                                                "priceLevelIdentifierGuid": "42477381-73b0-4479-8843-007e367ade45",
                                                "locked": 36,
                                                "relationChecksum": "sample string 37",
                                                "loyaltyTender": 1,
                                                "giftCardTender": 1,
                                                "operator": {
                                                  "$ref": "31"
                                                },
                                                "customer": {
                                                  "$ref": "64"
                                                },
                                                "communityOrganisation": {
                                                  "$id": "72",
                                                  "id": 1,
                                                  "identifier": "0B6l1oLamUeg9YbuIQjdNQ==",
                                                  "identifierGuid": "d6a51ed0-da82-4799-a0f5-86ee2108dd35",
                                                  "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:06.8756189",
                                                  "deleted": true
                                                },
                                                "details": [
                                                  {
                                                    "$id": "73",
                                                    "saleItemID": 1,
                                                    "identifier": "0ZySRetXG0OuoWMVv/THfQ==",
                                                    "identifierGuid": "45929cd1-57eb-431b-aea1-6315bff4c77d",
                                                    "saleHeaderID": 2,
                                                    "plu": 1,
                                                    "pluG_UId": "yqrT6D0LSEWpmlirOzwtPw==",
                                                    "pluGuid": "e8d3aaca-0b3d-4548-a99a-58ab3b3c2d3f",
                                                    "accountID": "5g8yQbFaTU2SRPWnM03aRQ==",
                                                    "accountIDGuid": "41320fe6-5ab1-4d4d-9244-f5a7334dda45",
                                                    "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:06.8756189",
                                                    "bestOrExpireType": 1,
                                                    "providerName": "sample string 11",
                                                    "refundG_UID": "kftKdpnRyk2wH8k1yFp+1w==",
                                                    "refundGuid": "764afb91-d199-4dca-b01f-c935c85a7ed7",
                                                    "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": "RUQM5EW8HUiPInbdBVZRrg==",
                                                    "idempotentVoidGuid": "e40c4445-bc45-481d-8f22-76dd055651ae",
                                                    "priceLevelIdentifier": "OqSDH5tmI0awE3MCQhEpzQ==",
                                                    "priceLevelIdentifierGuid": "1f83a43a-669b-4623-b013-7302421129cd",
                                                    "productName": "sample string 23",
                                                    "apn": "sample string 24",
                                                    "unknownScans": [
                                                      {
                                                        "$id": "74",
                                                        "id": 1,
                                                        "saleDetailID": 2,
                                                        "storeID": 1,
                                                        "scanned": "2025-08-02T23:22:06.8756189",
                                                        "operatorG_UID": "QEA=",
                                                        "barcode": "sample string 4",
                                                        "processed": 1
                                                      },
                                                      {
                                                        "$ref": "74"
                                                      }
                                                    ],
                                                    "refund": {
                                                      "$id": "75",
                                                      "id": 1,
                                                      "g_UID": "8fLHeCK7pUavNH0f/UIhVQ==",
                                                      "guid": "78c7f2f1-bb22-46a5-af34-7d1ffd422155",
                                                      "description": "sample string 1",
                                                      "dumped": true,
                                                      "inventoryReasonID": 1,
                                                      "sortOrder": 1,
                                                      "updated": "2025-08-02T23:22:06.8756189"
                                                    },
                                                    "modifier": {
                                                      "$id": "76",
                                                      "id": 1,
                                                      "setG_UID": "lQ8R8vLktEaJX0buVflaiA==",
                                                      "modifierSetGuid": "f2110f95-e4f2-46b4-895f-46ee55f95a88",
                                                      "name": "sample string 2",
                                                      "price": 1,
                                                      "quantity": 1,
                                                      "modifierType": 1,
                                                      "groupNumber": 1,
                                                      "pageNumber": 1,
                                                      "controlOrder": 1,
                                                      "printToStation": true,
                                                      "pluG_UID": "DShDKdPrM0qtwldQBejTQA==",
                                                      "pluGuid": "2943280d-ebd3-4a33-adc2-575005e8d340",
                                                      "deleted": true,
                                                      "g_UID": "c1gyJLXuzkmQusnO9AUyVw==",
                                                      "guid": "24325873-eeb5-49ce-90ba-c9cef4053257",
                                                      "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": "AVgteCJ9nEObd6Kgwuo2hQ==",
                                                    "pluGuid": "782d5801-7d22-439c-9b77-a2a0c2ea3685",
                                                    "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:06.8756189",
                                                    "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:06.8756189",
                                                    "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": "v1HwLpcHq0qb2InWJmNNtA==",
                                                    "pluGuid": "2ef051bf-0797-4aab-9bd8-89d626634db4",
                                                    "accountID": "vkPhTwr610mk/fT4+CjjLA==",
                                                    "accountIDGuid": "4fe143be-fa0a-49d7-a4fd-f4f8f828e32c",
                                                    "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:06.8756189",
                                                    "bestOrExpireType": 1,
                                                    "refundG_UID": "ut9sSvrVeUeog9zfZ5muPQ==",
                                                    "refundGuid": "4a6cdfba-d5fa-4779-a883-dcdf6799ae3d",
                                                    "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": "pppQlYFxEUeVW06Qga+zzw==",
                                                    "identifierGuid": "95509aa6-7181-4711-955b-4e9081afb3cf",
                                                    "id": 1,
                                                    "orderNo": 2,
                                                    "externalSaleIdentifier": "sample string 3",
                                                    "storeID": 4,
                                                    "zoneID": 5,
                                                    "deptNo": 6,
                                                    "customerIdentifier": "RyMrL66sB0yLtcI+PEuNXA==",
                                                    "customerIdentifierGuid": "2f2b2347-acae-4c07-8bb5-c23e3c4b8d5c",
                                                    "operatorNo": 1,
                                                    "operatorG_UID": "UC49bw1n0EWhgtQpHNPNhw==",
                                                    "operatorGuid": "6f3d2e50-670d-45d0-a182-d4291cd3cd87",
                                                    "created": "2025-08-02T23:22:06.8756189",
                                                    "ordered": "2025-08-02T23:22:06.8756189",
                                                    "started": "2025-08-02T23:22:06.8756189",
                                                    "completed": "2025-08-02T23:22:06.8756189",
                                                    "supplied": "2025-08-02T23:22:06.8756189",
                                                    "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": "KtNHfjTwFkubp5fTpCOlJQ==",
                                                        "pluGuid": "7e47d32a-f034-4b16-9ba7-97d3a423a525",
                                                        "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": "qokXaJDWGkaUcipESErGUA==",
                                                        "headerIdentifierGuid": "681789aa-d690-461a-9472-2a44484ac650",
                                                        "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": "GXRBTgGmzEaPJa2aI54y1g==",
                                                    "surveyGuid": "4e417419-a601-46cc-8f25-ad9a239e32d6",
                                                    "saleHeaderGuid": "twi8ZDETSkWwQU3H+7YdKQ==",
                                                    "saleGuid": "64bc08b7-1331-454a-b041-4dc7fbb61d29",
                                                    "textResponse": "sample string 1",
                                                    "integerResponse": 1,
                                                    "g_UIDResponse": "V7Bob7O6P0inyTAoXFVH9Q==",
                                                    "guidResponse": "6f68b057-bab3-483f-a7c9-30285c5547f5",
                                                    "whoAnswered": 2,
                                                    "answeredAtUTC": "2025-08-02T23:22:06.8756189",
                                                    "sale": {
                                                      "$ref": "71"
                                                    },
                                                    "survey": {
                                                      "$id": "85",
                                                      "g_UID": "jtjGdmZ4lEiJdPx4Vx0Guw==",
                                                      "guid": "76c6d88e-7866-4894-8974-fc78571d06bb",
                                                      "name": "sample string 1",
                                                      "storeID": 2,
                                                      "zoneID": 1,
                                                      "checkoutFormG_UID": "DDmh4rISlUGa2czZ/jvmpw==",
                                                      "checkoutFormGuid": "e2a1390c-12b2-4195-9ad9-ccd9fe3be6a7",
                                                      "displayToWho": 3,
                                                      "displayWhen": 4,
                                                      "start": "2025-08-02T23:22:06.8756189",
                                                      "end": "2025-08-02T23:22:06.8756189",
                                                      "deleted": true,
                                                      "updated": "2025-08-02T23:22:06.8756189",
                                                      "possibleIntegerResponses": [
                                                        1,
                                                        2
                                                      ],
                                                      "possibleTextResponses": [
                                                        "sample string 1",
                                                        "sample string 2"
                                                      ],
                                                      "possibleGuidResponses": [
                                                        "c8479593-94d5-4e7e-a0c7-f2ab942fdcbe",
                                                        "ec27b448-b1b1-4b44-97f8-d6a03773a899"
                                                      ],
                                                      "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": "6ALVwVnwmUmE+EXxOg/ejg==",
                                                "accountIdentifier": "c1d502e8-f059-4999-84f8-45f13a0fde8e",
                                                "accountName": "sample string 42",
                                                "customerOrderIdentifier": "3XhKRtkxoEuq75re6Maz4Q==",
                                                "customerOrderIdentifierGuid": "464a78dd-31d9-4ba0-aaef-9adee8c6b3e1",
                                                "priceLevelName": "sample string 43",
                                                "revision": 44,
                                                "ingressId": "sample string 45"
                                              },
                                              "metadata": {
                                                "$id": "86",
                                                "id": 1,
                                                "paymentID": 2,
                                                "paymentIdentifier": "JZAxmCkzw0KOLxOA1WWC6Q==",
                                                "paymentIdentifierGuid": "98319025-3329-42c3-8e2f-1380d56582e9",
                                                "identifier": "r7qdYs6jpUCplaT7qbDaBQ==",
                                                "identifierGuid": "629dbaaf-a3ce-40a5-a995-a4fba9b0da05",
                                                "metadata": "sample string 3",
                                                "signatureImage": "QEA=",
                                                "itemIdentifier": "AVUFKwbSd0OiYhN3sEZULQ==",
                                                "itemIdentifierGuid": "2b055501-d206-4377-a262-1377b046542d"
                                              }
                                            },
                                            {
                                              "$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": "Hi4hlQykh0yboNj5MV/qaw==",
                                          "customerIdentifierGuid": "95212e1e-a40c-4c87-9ba0-d8f9315fea6b",
                                          "voucherName": "sample string 2",
                                          "count": 3,
                                          "storeID": 4,
                                          "barcode": "sample string 5",
                                          "redeemCount": 6,
                                          "issueCount": 7,
                                          "storeSalePaymentID": 1,
                                          "idempotentID": "y2rR+0o22E2ZwN7Bc8fd2A==",
                                          "idempotentGuid": "fbd16acb-364a-4dd8-99c0-dec173c7ddd8",
                                          "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:06.8756189",
                                            "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:06.8756189",
                                              "labelPageLayout": "uAcZlrXYiEe2OE2RIM2z4A==",
                                              "pageLayoutGuid": "961907b8-d8b5-4788-b638-4d9120cdb3e0",
                                              "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:06.8756189"
                                                },
                                                {
                                                  "$ref": "91"
                                                }
                                              ]
                                            },
                                            "customerVouchers": [
                                              {
                                                "$id": "92",
                                                "id": 1,
                                                "customerIdentifier": "0pLW4uXSCUqTzN2IQCGPNA==",
                                                "customerIdentifierGuid": "e2d692d2-d2e5-4a09-93cc-dd8840218f34",
                                                "voucherID": 3,
                                                "voucherName": "sample string 4",
                                                "storeID": 1,
                                                "barcode": "sample string 5",
                                                "dateOfIssue": "2025-08-02T23:22:06.8756189",
                                                "issuedSaleHeaderID": 1,
                                                "issuedSaleIdentifier": "sample string 7",
                                                "issuedOfflinePaymentID": 1,
                                                "issuedIdempotentID": "xzukfmVPLkmp7b4scjJjqQ==",
                                                "issuedIdempotentGuid": "7ea43bc7-4f65-492e-a9ed-be2c723263a9",
                                                "issuedOffline": true,
                                                "issuedUser": "sample string 9",
                                                "issuedNotes": "sample string 10",
                                                "expiryDate": "2025-08-02T23:22:06.8756189",
                                                "expiredUser": "sample string 11",
                                                "expiredNotes": "sample string 12",
                                                "redeemed": "2025-08-02T23:22:06.8756189",
                                                "redeemedSaleHeaderID": 1,
                                                "redeemedSaleIdentifier": "sample string 13",
                                                "redeemedOfflinePaymentID": 1,
                                                "redeemedIdempotentID": "HcdZLNXQu0+m8HP+UuBVrQ==",
                                                "redeemedIdempotentGuid": "2c59c71d-d0d5-4fbb-a6f0-73fe52e055ad",
                                                "redeemedUser": "sample string 14",
                                                "redeemedNotes": "sample string 15",
                                                "redeemedOffline": true,
                                                "updated": "2025-08-02T23:22:06.8756189",
                                                "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": "U5a4sDiTGEW8+p4uvriNww==",
                                    "groupIDGuid": "b0b89653-9338-4518-bcfa-9e2ebeb88dc3",
                                    "campaign": {
                                      "$ref": "60"
                                    },
                                    "group": {
                                      "$ref": "68"
                                    }
                                  },
                                  {
                                    "$ref": "93"
                                  }
                                ],
                                "signIqTickets": [
                                  {
                                    "$id": "94",
                                    "identifier": "imDTPKT5jESTWhPA4VVUcw==",
                                    "identifierGuid": "3cd3608a-f9a4-448c-935a-13c0e1555473",
                                    "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": "AFna8iidYUKT80RoeWpg1g==",
                                    "guid": "f2da5900-9d28-4261-93f3-4468796a60d6",
                                    "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": "+QaYvEBFK0iDhn1Egi8Yug==",
                                        "groupGuid": "bc9806f9-4540-482b-8386-7d44822f18ba",
                                        "comboPriceType": 5,
                                        "priceType": 5,
                                        "pluG_UID": "7+pSHq8jVkaDpOZj2m9Q0A==",
                                        "pluGuid": "1e52eaef-23af-4656-83a4-e663da6f50d0",
                                        "priceGroupG_UID": "zc59nOVEQ06Lz1VV/r80kA==",
                                        "priceGroupGuid": "9c7dcecd-44e5-4e43-8bcf-5555febf3490",
                                        "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": "zi+hYff3jUyiHLqvCJABtw==",
                                    "priceLevelIdentifierGuid": "61a12fce-f7f7-4c8d-a21c-baaf089001b7",
                                    "campaignName": "sample string 3",
                                    "priceLevelName": "sample string 4"
                                  },
                                  {
                                    "$ref": "97"
                                  }
                                ]
                              },
                              "product": {
                                "$ref": "19"
                              },
                              "dealCost": {
                                "$id": "98",
                                "headerIdentifier": "d1LMfn6G2EKJSCDv0dUS1g==",
                                "headerIdentifierGuid": "7ecc5277-867e-42d8-8948-20efd1d512d6",
                                "identifier": "KgCwsTfReEeen/4aphmiUQ==",
                                "identifierGuid": "b1b0002a-d137-4778-9e9f-fe1aa619a251",
                                "supplierIdentifier": "a6OCM12Tq0ml7innr90tCw==",
                                "supplierGuid": "3382a36b-935d-49ab-a5ee-29e7afdd2d0b",
                                "pluG_UID": "eQFX/RXyQEa71Wo2lqHD7g==",
                                "pluGuid": "fd570179-f215-4640-bbd5-6a3696a1c3ee",
                                "campaignName": "0a194af7-b910-4223-9678-5c65bd08b52d",
                                "description": "sample string 4",
                                "cost": 5,
                                "costDecimals": 6,
                                "start": "2025-08-02T23:22:06.8756189",
                                "end": "2025-08-02T23:22:06.8756189",
                                "type": 9,
                                "promoType": 10,
                                "bonusItemPLUG_UID": "11AMsoONYEabA1+eqAq6/g==",
                                "bonusItemPluGuid": "b20c50d7-8d83-4660-9b03-5f9ea80abafe",
                                "bonusPurchaseUnits": 11,
                                "bonusReceiveUnits": 12,
                                "updated": "2025-08-02T23:22:06.8756189",
                                "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:06.8756189",
                                "campaignEndDate": "2025-08-02T23:22:06.8756189",
                                "masterPLUG_UID": "Zm3T26nF9E2kflUwc7KkKg==",
                                "masterID": "dbd36d66-c5a9-4df4-a47e-553073b2a42a",
                                "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": "epvHfNYNiE2tI21ie4lJOQ==",
                                "bonusMasterID": "7cc79b7a-0dd6-4d88-ad23-6d627b894939",
                                "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:06.8756189",
                            "dealCosts": [
                              {
                                "$ref": "98"
                              },
                              {
                                "$ref": "98"
                              }
                            ],
                            "tags": [
                              {
                                "$id": "99",
                                "pluG_UID": "Z1ZQobTyVEmPJ+takJpGIQ==",
                                "pluGuid": "a1505667-f2b4-4954-8f27-eb5a909a4621",
                                "tagID": 1,
                                "description": "sample string 1",
                                "storeIDs": [
                                  1,
                                  2
                                ]
                              },
                              {
                                "$ref": "99"
                              }
                            ],
                            "alternateProductG_UID": "8tgNQQ0agkiGspchM9VmjA==",
                            "alternateProduct": "410dd8f2-1a0d-4882-86b2-972133d5668c",
                            "productHostCode": {
                              "$id": "100",
                              "id": 1,
                              "pluG_UID": "eCL+uohT40SzPDH4LLUIlw==",
                              "pluGuid": "bafe2278-5388-44e3-b33c-31f82cb50897",
                              "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:06.8756189",
                            "inventoryTracked": "2025-08-02T23:22:06.8756189",
                            "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": "a7TX++PDbUO+SOURDbzTuA==",
                          "supplierGuid": "fbd7b46b-c3e3-436d-be48-e5110dbcd3b8",
                          "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": "3yCuvIc8V0mtysMGGMhhZA==",
                          "supplierGuid": "bcae20df-3c87-4957-adca-c30618c86164",
                          "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:06.8756189",
                          "deliveryDate": "2025-08-02T23:22:06.8756189",
                          "nextCutOffDate": "2025-08-02T23:22:06.8756189",
                          "nextDeliveryDate": "2025-08-02T23:22:06.8756189",
                          "nextDaysBuffer": 10
                        },
                        {
                          "$ref": "103"
                        }
                      ],
                      "store": {
                        "$ref": "10"
                      },
                      "updated": "2025-08-02T23:22:06.8756189",
                      "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:06.8756189",
                        "processed": "2025-08-02T23:22:06.8756189",
                        "isProcessing": true,
                        "processedCount": 6,
                        "processingTime": 1,
                        "collectedUtc": "2025-08-02T23:22:06.8756189",
                        "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:06.8756189",
                          "businessPillar": "sample string 3",
                          "fileType": "sample string 4"
                        }
                      },
                      {
                        "$ref": "104"
                      }
                    ],
                    "zoneMatrix": [
                      {
                        "$id": "106",
                        "id": 1,
                        "hostIdentifier": "vUi0bOXFUUGRgVI+2xy7/w==",
                        "hostIdentifierGuid": "6cb448bd-c5e5-4151-9181-523edb1cbbff",
                        "storeID": 1,
                        "departmentCode": "sample string 2",
                        "hostGuids": [
                          "0d1737b9-a6cd-4658-8469-ee637f754a13",
                          "2d2c7843-2130-4e4d-a539-bd211dc70cff"
                        ]
                      },
                      {
                        "$ref": "106"
                      }
                    ],
                    "hostFileStoreSetting": {
                      "$ref": "12"
                    },
                    "hostStoreSettings": [
                      {
                        "$ref": "12"
                      },
                      {
                        "$ref": "12"
                      }
                    ],
                    "promotionPlacements": [
                      {
                        "$id": "107",
                        "identifier": "F0MSV1Q86EmOSqOIITrKlg==",
                        "identifierGuid": "57124317-3c54-49e8-8e4a-a388213aca96",
                        "code": "sample string 2",
                        "description": "sample string 3",
                        "isAdvertised": true
                      },
                      {
                        "$ref": "107"
                      }
                    ],
                    "promoTypeGuids": [
                      "6d016cf9-55b1-45c5-9484-59ce9e6d258a",
                      "a8cdc6ac-47a7-4a7d-83b1-8cdaca520d5e"
                    ],
                    "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:06.8756189",
                  "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": "7930955d-b533-40c3-bbd5-1f3d6e437ac3",
              "updateStore": {
                "$id": "112",
                "id": "146959ed-8bbe-459a-ae6e-ddbf768bda4e",
                "name": "sample string 1",
                "lastActivity": "2025-08-02T23:22:06.8756189",
                "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:06.8756189"
              },
              "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": "+Y/rxUyE3U+ySIXccixw+A==",
              "guid": "c5eb8ff9-844c-4fdd-b248-85dc722c70f8",
              "fuelGrade": "sample string 5",
              "price1": 1,
              "price2": 1,
              "price3": 1,
              "price4": 1,
              "effective": "2025-08-02T23:22:06.8756189",
              "updated": "2025-08-02T23:22:06.8756189",
              "margin": 1,
              "product": {
                "$ref": "19"
              }
            }
          }
        },
        {
          "$ref": "8"
        }
      ],
      "cashBalancingFuelMeters": [
        {
          "$id": "115",
          "headerIdentifier": "P4tsTxJlFE+bjm6Kv7Z5Vg==",
          "headerIdentifierGuid": "4f6c8b3f-6512-4f14-9b8e-6e8abfb67956",
          "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:06.8756189",
              "adjustedAt": "2025-08-02T23:22:06.8756189",
              "adjustmentVolume": 8.0,
              "reasonDesc": "sample string 9",
              "reason": 10,
              "operatorG_UID": "S4TVwTchUEChlDeu7Q2ACA==",
              "operatorGuid": "c1d5844b-2137-4050-a194-37aeed0d8008",
              "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ú[����5xl/workbook.xml �(�����0D�J��(�*P`b�ڡ�S"H��T��A u��;���������Q���wn��M��EO��]���H�b��D��n��cQ$��Nhe{1Y���a�� ��Gtr�P����D_�=������&a[�����^Z�J�soRbr��:��0i�����,K��>`���/PKú[����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
ú[��B''_rels/.rels �(�<?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="R9e625e00c8cf444f" /></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ú[�m�p�Pxl/_rels/workbook.xml.rels �(���Mn� F��f_�l�(N6�d��Ɗ
��9[=R�P�H�#u�MVh����>�?�۷i$���`MY�A#m7���sPO���G�
��ٓ���t�R/5N�'vF;ʺI�X���B�D�4Oӊ�%��p��?D�� ����&���N^# �z-�D�~Y�@v]�cS����8k�>L͇����V/dr&��(y�J�/*����%����2^�!u�
V��b"�͉����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-ú[����5xl/workbook.xmlPK-ú[����	�[Content_Types].xmlPK-
ú[��B''V_rels/.relsPK-ú[zr��xl/worksheets/sheet1.xmlPK-ú[�m�p�P�xl/_rels/workbook.xml.relsPK-ú[Ѓc'2E
�xl/styles.xmlPK-ú[|\�>��pxl/sharedStrings.xmlPK��	

application/vnd.ms-excel

Sample:
PKú[urD�5xl/workbook.xml �(�����0��&�C��H�1�p��Ճ��lm#�I[��/�@�������'^�s/�1��uh�J�׌E��@<9�v�I�Y�'sRj��o�6��(.,�I;�����X��!*�d�e@[����C������b���o�g�~��`��$�$;���gJB��Ꮂ�J�������a�m��/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
ú[�SC�''_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="R553dc20ecfeb442e" /></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͞8I�Ơ�ݰa[zg<��&vd�@�Ƃ#q�"A*�`��h~OO��|���ަ��P��w��F�\/�̝��v��Q�<�0G�W\�`S�8�hiR��3��1>L*�4�|VxT=�,�<,p�d��L�!zc�G���\��_}8FK��T�)I�)E~	U������=�NT%*j�������b:����Le4
Q��¶Q�2V��)�K/���Z#�$��*4�M[�.j��/�_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-ú[urD�5xl/workbook.xmlPK-ú[����	��[Content_Types].xmlPK-
ú[�SC�''T_rels/.relsPK-ú[zr��xl/worksheets/sheet1.xmlPK-ú[$����P�xl/_rels/workbook.xml.relsPK-ú[Ѓc'2E
�xl/styles.xmlPK-ú[|\�>��jxl/sharedStrings.xmlPK��