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

Return a list of all finalised cash balancing headers

Request Information

URI Parameters

NameDescriptionTypeAdditional information
storeID

Store to get list of finalised headers from

integer

Required

Take

integer

None.

Skip

integer

None.

StoreID

integer

None.

EndOfDayManagement

Filled in by Store setting if not provided

boolean

None.

StartDate

Filter date to match of cash balancing header date

date

None.

EndDate

Filter date to match with cash balancing header date

date

None.

Body Parameters

None.

Response Information

Resource Description

PageList of matching cash balancing headers

PageListOfCashBalancingHeader
NameDescriptionTypeAdditional information
Type

string

None.

List

Collection of CashBalancingHeader

None.

Skip

Number of records to skip over

integer

None.

Take

Number of records to take

integer

None.

TotalCount

integer

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

Response Formats

application/json, text/json

Sample:
{
  "type": "CashBalancingHeader",
  "list": [
    {
      "$id": "2",
      "identifier": "VCNX58Eq60qfWLsNyghcVQ==",
      "identifierGuid": "e7572354-2ac1-4aeb-9f58-bb0dca085c55",
      "storeID": 2,
      "date": "2025-06-14T07:27:43.9102664",
      "started": "2025-06-14T07:27:43.9102664",
      "ended": "2025-06-14T07:27:43.9102664",
      "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": "tbTNs6WJzEC+EhYilOXzPg==",
          "headerIdentifierGuid": "b3cdb4b5-89a5-40cc-be12-162294e5f33e",
          "operatorG_UID": "siLTAIB5BkKwRxsD5B2Ikg==",
          "operatorGuid": "00d322b2-7980-4206-b047-1b03e41d8892",
          "date": "2025-06-14T07:27:43.9102664",
          "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-06-14T07:27:43.9102664",
          "end": "2025-06-14T07:27:43.9102664",
          "operatorName": "sample string 16",
          "operatorNumber": "sample string 17",
          "machineName": "sample string 18",
          "operators": "sample string 19"
        },
        {
          "$ref": "3"
        }
      ],
      "eftDetails": [
        {
          "$id": "4",
          "id": 1,
          "headerIdentifier": "WSVhMg0LuE2VXwuQm8X8/g==",
          "headerIdentifierGuid": "32612559-0b0d-4db8-955f-0b909bc5fcfe",
          "date": "2025-06-14T07:27:43.9102664",
          "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": "D6E8wb+VlU+nXhWjEprh9Q==",
        "headerIdentifierGuid": "c13ca10f-95bf-4f95-a75e-15a3129ae1f5",
        "bankName": "sample string 3",
        "expectedCash": 4,
        "cashDeclared": 1,
        "expectedPickup": 5,
        "pickupDeclared": 1,
        "expectedCheque": 6,
        "chequeDeclared": 1
      },
      "cashBalancingBankingAccounts": [
        {
          "$id": "6",
          "id": 1,
          "headerIdentifier": "f8CalCuQBUaiia0E/C83CA==",
          "headerIdentifierGuid": "949ac07f-902b-4605-a289-ad04fc2f3708",
          "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": "69AwucNIz02DPxy1JfBpfw==",
          "headerIdentifierGuid": "b930d0eb-48c3-4dcf-833f-1cb525f0697f",
          "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-06-14T07:27:43.9102664",
            "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-06-14T07:27:43.9102664",
              "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": "QbqbKxuGw0SJBXGWZiPSQg==",
              "hostIdentifierGuid": "2b9bba41-861b-44c3-8905-71966623d242",
              "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-06-14T07:27:43.9102664",
              "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": "QQ9D8Qq74kqH0/zyCjvIxw==",
                  "hostIdentifierGuid": "f1430f41-bb0a-4ae2-87d3-fcf20a3bc8c7",
                  "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": "C+wrHDRViUOsqVbzgOtO7A==",
                    "identifierGuid": "1c2bec0b-5534-4389-aca9-56f380eb4eec",
                    "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": "+UuM1mGPfUaKV1ilBmwQ4w==",
                    "hostSupplierIdentifierGuid": "d68c4bf9-8f61-467d-8a57-58a5066c10e3",
                    "loyaltyPriceLevelIdentifier": "Bg9HbotUyEW0SrGrzHhzsQ==",
                    "loyaltyPriceLevelIdentifierGuid": "6e470f06-548b-45c8-b44a-b1abcc7873b1",
                    "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-06-14T07:27:43.9102664",
                    "lastProcessed": "2025-06-14T07:27:43.9102664",
                    "hold": true,
                    "supplierName": "sample string 35",
                    "supplier": {
                      "$id": "14",
                      "identifier": "zRO/CJ3vgEiNODtTAtS64w==",
                      "identifierGuid": "08bf13cd-ef9d-4880-8d38-3b5302d4bae3",
                      "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": "5YeyPzPF3UCwH9WkLjsItA==",
                      "primaryContactID": "3fb287e5-c533-40dd-b01f-d5a42e3b08b4",
                      "storeID": 1,
                      "abn": "sample string 16",
                      "supplierGroupIdentifier": "fQfqL+yGQEiMusvtwwRXTQ==",
                      "supplierGroupGuid": "2fea077d-86ec-4840-8cba-cbedc304574d",
                      "rebate": 1.0,
                      "rebateType": 1,
                      "rebateFrequency": 1,
                      "rebateSource": 1,
                      "rebateLastClaimed": "2025-06-14T07:27:43.9102664",
                      "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": "b751980f-5781-461c-a6d5-33c3df648227",
                        "identifier": "cWk1vJhnzEyLOhUUsvBnjQ==",
                        "identifierGuid": "bc356971-6798-4ccc-8b3a-1514b2f0678d",
                        "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": "Dygl0lg+VkGDwy52o2GDdQ==",
                          "supplierIdentifierGuid": "d225280f-3e58-4156-83c3-2e76a3618375",
                          "contactGuid": "d5wpYHOL8kifo2HT0D2ogQ==",
                          "contactID": "60299c77-8b73-48f2-9fa3-61d3d03da881",
                          "contact": {
                            "$ref": "15"
                          },
                          "supplier": {
                            "$ref": "14"
                          }
                        },
                        {
                          "$ref": "16"
                        }
                      ],
                      "products": [
                        {
                          "$id": "17",
                          "pluG_UID": "LU+mL5zV2EiEvDtTemFpMQ==",
                          "pluGuid": "2fa64f2d-d59c-48d8-84bc-3b537a616931",
                          "supplierIdentifier": "3E/XuJhjHEKjekYi5EeprA==",
                          "supplierIdentifierGuid": "b8d74fdc-6398-421c-a37a-4622e447a9ac",
                          "cartonQuantity": 1,
                          "cartonQuantityChanged": true,
                          "productSize": "sample string 2",
                          "cigarettesPerSleeve": 1,
                          "randomWeight": true,
                          "piecesPerUnit": 4,
                          "averagePackSize": 5,
                          "effectiveDate": "2025-06-14T07:27:43.9102664",
                          "pricedByWeight": true,
                          "landedUnitCostEx": 8,
                          "landedUnitCostInc": 9,
                          "landedCartonCostInc": 10,
                          "landedCartonCostEx": 11,
                          "standardCost": 12,
                          "deliveryFee": 1,
                          "deliveryFeeBasis": "sample string 13",
                          "pickAndPackFee": 1,
                          "pickAndPackFeeBasis": "sample string 14",
                          "financeFee": 1,
                          "financeFeeBasis": "sample string 15",
                          "cartonLength": 1,
                          "cartonWidth": 1,
                          "cartonHeight": 1,
                          "palletLayerQuantity": 1,
                          "palletLayers": 1,
                          "itemCode": "sample string 16",
                          "invoiceCode": "sample string 17",
                          "invoiceDesc": "sample string 18",
                          "orderDirect": true,
                          "useCost": true,
                          "minimumQuantity": 19,
                          "hostType": 20,
                          "fromHost": 21,
                          "minimumReorder": 1,
                          "maximumReorder": 1,
                          "orderMultiple": 22.1,
                          "sellMultiple": 23.1,
                          "baseMultiple": 24.1,
                          "hostStandardCost": 25,
                          "hostTotalCost": 26,
                          "hostRetail": 27,
                          "hostLandedUnitCostEx": 28,
                          "hostLandedUnitCostInc": 29,
                          "hostDesc": "sample string 30",
                          "directIndicator": "sample string 31",
                          "availableToOrder": true,
                          "hostRangeIndicator": "sample string 33",
                          "hostProductType": "sample string 34",
                          "hostProductGrade": "sample string 35",
                          "hostProductGroup": "sample string 36",
                          "hostSlowMoving": true,
                          "hostGeneralMerchandise": true,
                          "hostPillar": "sample string 39",
                          "hostLastUpdated": "2025-06-14T07:27:43.9102664",
                          "rebate": 1.0,
                          "rebateExclude": true,
                          "invoiceCodes": [
                            {
                              "$id": "18",
                              "pluG_UID": "Y123rU3gtUmxRW8PC+9KWw==",
                              "pluGuid": "adb75d63-e04d-49b5-b145-6f0f0bef4a5b",
                              "supplierIdentifier": "3qgJ5z53LEqy0SiS632jrg==",
                              "supplierIdentifierGuid": "e709a8de-773e-4a2c-b2d1-2892eb7da3ae",
                              "invoiceCode": "sample string 1",
                              "storeIDs": [
                                1,
                                2
                              ]
                            },
                            {
                              "$ref": "18"
                            }
                          ],
                          "storeIDs": [
                            1,
                            2
                          ],
                          "preferredSupplier": true,
                          "preferredRebateSupplier": true,
                          "supplierName": "sample string 40",
                          "salesMode": 41,
                          "orderPacked": true,
                          "active": true,
                          "price": 1,
                          "costGstPercent": 43,
                          "parentPluG_UID": "4hJYwWS/f0i1Uf32auWBsQ==",
                          "parentPluGuid": "c15812e2-bf64-487f-b551-fdf66ae581b1",
                          "freight": 44.0,
                          "freightType": 1,
                          "product": {
                            "$id": "19",
                            "plu": 1,
                            "storeID": 1,
                            "masterPluG_UID": "QEA=",
                            "storeIDs": [
                              1,
                              2
                            ],
                            "g_UId": "06ZSW0nbGka19hdeTJP/Fg==",
                            "guid": "5b52a6d3-db49-461a-b5f6-175e4c93ff16",
                            "apn": "sample string 1",
                            "apnChanged": true,
                            "apnSwitched": true,
                            "barcode": "sample string 4",
                            "itemNumber": "sample string 5",
                            "itemNumberChanged": true,
                            "priceGroupG_UID": "w5cVZRIDbU2ul2ZtryG2uA==",
                            "priceGroupGuid": "651597c3-0312-4d6d-ae97-666daf21b6b8",
                            "blueprintID": 1,
                            "lastCountedDate": "2025-06-14T07:27:43.9102664",
                            "externalID": "sample string 7",
                            "active": true,
                            "activated": "2025-06-14T07:27:43.9102664",
                            "pluCreated": "2025-06-14T07:27:43.9102664",
                            "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-06-14T07:27:43.9102664",
                            "lastManualUpdate": "2025-06-14T07:27:43.9102664",
                            "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-06-14T07:27:43.9102664",
                            "currentCostUpdated": "2025-06-14T07:27:43.9102664",
                            "costDecimals": 31,
                            "costChanged": true,
                            "dealCostIdentifier": "QEA=",
                            "excludeFromRebate": true,
                            "rebateOverride": 1,
                            "costCalcMethod": 1,
                            "costCalcMethodChanged": true,
                            "costEffectiveDate": "2025-06-14T07:27:43.9102664",
                            "defaultGP": 1,
                            "breakTargetMode": 32,
                            "break1": 1,
                            "price1": 1,
                            "target1": 33,
                            "break2": 1,
                            "price2": 1,
                            "target2": 34,
                            "break3": 1,
                            "price3": 1,
                            "target3": 35,
                            "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-06-14T07:27:43.9102664",
                            "posTare": 1,
                            "altPrice": 1.0,
                            "altPriceChanged": true,
                            "altPriceMode": 52,
                            "altPriceModeChanged": true,
                            "altPLUG_UID": "YHmaGD7d6Uq7/49B7B6v2Q==",
                            "altPLUGuid": "189a7960-dd3e-4ae9-bbff-8f41ec1eafd9",
                            "altPLUGuidChanged": true,
                            "altPriceDescription1": "sample string 53",
                            "altPriceDescription2": "sample string 54",
                            "cartonQuantity": 55,
                            "cartonQuantityChanged": true,
                            "trayID": 1,
                            "promptID": 1,
                            "tare": 1,
                            "packQty": 1,
                            "fixedWeight": 1,
                            "extraMesg": 1,
                            "text1": "sample string 57",
                            "text2": "sample string 58",
                            "text3": "sample string 59",
                            "labelText": "sample string 60",
                            "labelTextChanged": true,
                            "sendToScale": true,
                            "nonScaleWeigh": true,
                            "labelFormat": "sample string 64",
                            "barcodeFormat": "sample string 65",
                            "austMade": 1,
                            "coolCode": 66,
                            "countryOfOrigin": "sample string 67",
                            "percentContent": 68.1,
                            "departmentID": 1,
                            "subDepartmentID": 1,
                            "minorDepartmentID": 1,
                            "lesserDepartmentID": 1,
                            "deptCode": "sample string 69",
                            "subDeptCode": "sample string 70",
                            "minorDeptCode": "sample string 71",
                            "lesserDeptCode": "sample string 72",
                            "deptName": "sample string 73",
                            "subDeptName": "sample string 74",
                            "minorDeptName": "sample string 75",
                            "lesserDeptName": "sample string 76",
                            "departmentChanged": true,
                            "subCategoryID": 1,
                            "expiry": 1,
                            "showDays": 1,
                            "datePrint": 1,
                            "labelRequired": true,
                            "labelShelfQty": 79,
                            "labelShelfChanged": true,
                            "labelTalkerQty": 81,
                            "labelSmall": true,
                            "labelLastPrinted": "2025-06-14T07:27:43.9102664",
                            "labelLastPrice": 1,
                            "shelfPageLayoutG_UID": "21wSWBrNXUCFf5c8SIUHMw==",
                            "shelfPageLayoutGuid": "58125cdb-cd1a-405d-857f-973c48850733",
                            "talkerPageLayoutG_UID": "HdOhllsJS0eGXbsUz2k1kQ==",
                            "talkerPageLayoutGuid": "96a1d31d-095b-474b-865d-bb14cf693591",
                            "unitMeasure": 1.1,
                            "unitMeasureChanged": true,
                            "unitMeasureKind": 84,
                            "unitMeasureKindChanged": true,
                            "signIQData": "sample string 86",
                            "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": 90,
                            "notForSaleChanged": true,
                            "excludeFromDeals": true,
                            "excludeFromVoucher": true,
                            "minimumAge": 93,
                            "minimumAgeChanged": true,
                            "buyingLimit": 1,
                            "buyingLimitChanged": true,
                            "buyingLimitIndependent": true,
                            "buyingLimitIndependentChanged": true,
                            "inventoryGuid": "i9MimPTxTUuVkppKhS0lOw==",
                            "inventoryIdentifier": "9822d38b-f1f4-4b4d-9592-9a4a852d253b",
                            "inventoryAccuracy": 1,
                            "baseUnits": 97,
                            "orderPacked": 1,
                            "isManufactured": true,
                            "isIngredient": true,
                            "isModifier": true,
                            "isModifierChanged": true,
                            "hasModifiers": 98,
                            "defaultPrinter": "sample string 99",
                            "defaultPrinterGroup": "sample string 100",
                            "ingredientsOnManufacture": true,
                            "manufactureUnitMeasure": 1,
                            "mpl": 1,
                            "maxShelfQty": 101,
                            "allowAutoOrder": true,
                            "warrantyPeriod": 1,
                            "parentPluG_UId": "6AhMV9viSkGBttIBQhYdhQ==",
                            "parentPluGuid": "574c08e8-e2db-414a-81b6-d20142161d85",
                            "preferredHostVendor": 103,
                            "preferredHostChanged": true,
                            "code": "sample string 105",
                            "supplierIdentifier": "T4Bb1cOknkCnEliwJWr2Lg==",
                            "supplierIdentifierGuid": "d55b804f-a4c3-409e-a712-58b0256af62e",
                            "supplierChanged": true,
                            "rebateSupplierIdentifier": "E0fM6a7RRkmfCPeOwOAqOA==",
                            "rebateSupplierIdentifierGuid": "e9cc4713-d1ae-4946-9f08-f78ec0e02a38",
                            "rebateSupplierChanged": true,
                            "availableForOrder": true,
                            "warehouseDirectIndicator": "sample string 107",
                            "warehouseDirectIndicatorChanged": true,
                            "productGrade": "sample string 109",
                            "productType": "sample string 110",
                            "productGroup": "sample string 111",
                            "complianceIndicator": "sample string 112",
                            "inhouseBrand": "sample string 113",
                            "slowMoving": true,
                            "generalMerchandise": true,
                            "comment": "sample string 116",
                            "lastUpdatedByUser": "sample string 117",
                            "lastManualUpdatedByUser": "sample string 118",
                            "lastUpdatedByUserOverride": true,
                            "lastUpdatedByHost": "2025-06-14T07:27:43.9102664",
                            "commodity": "sample string 120",
                            "businessPillar": "sample string 121",
                            "mscCommodity": "sample string 122",
                            "hostIdentifier": "HhBdGzzw1kKuZOpZAUHGpA==",
                            "hostIdentifierGuid": "1b5d101e-f03c-42d6-ae64-ea590141c6a4",
                            "serviceFeeID": 1,
                            "serviceFeeIDChanged": true,
                            "providerName": "sample string 124",
                            "aisleEnds": "sample string 125",
                            "deleted": true,
                            "deletedChanged": true,
                            "hidden": true,
                            "doNotRange": true,
                            "doNotRangeChanged": true,
                            "doNotOrder": true,
                            "doNotOrderChanged": true,
                            "locked": true,
                            "excludeFromWebUpdate": true,
                            "excludeFromWebUpdateChanged": true,
                            "webPriceBasedOn": 136,
                            "webPriceRounding": true,
                            "webMarkup": 138,
                            "webPriceMode": 139,
                            "altDepartmentID": 1,
                            "altSubDepartmentID": 1,
                            "altMinorDepartmentID": 1,
                            "altLesserDepartmentID": 1,
                            "altDeptCode": "sample string 140",
                            "altSubDeptCode": "sample string 141",
                            "altMinorDeptCode": "sample string 142",
                            "altLesserDeptCode": "sample string 143",
                            "altDepartmentChanged": true,
                            "storeProducts": [
                              {
                                "$ref": "19"
                              },
                              {
                                "$ref": "19"
                              }
                            ],
                            "store": {
                              "$ref": "10"
                            },
                            "storePrices": [
                              {
                                "$id": "20",
                                "pluG_UID": "SZILZt+XWkWkIqO8iJeIDg==",
                                "pluGuid": "660b9249-97df-455a-a422-a3bc8897880e",
                                "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-06-14T07:27:43.9102664"
                              },
                              {
                                "$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-06-14T07:27:43.9102664",
                                "priceChangeType": 0,
                                "costDecimals": 10
                              },
                              "normalPluPrices": {
                                "$ref": "22"
                              },
                              "winningCampaign": 1,
                              "winner": {
                                "$id": "23",
                                "campaignName": "sample string 1",
                                "campaignDescription": "sample string 2",
                                "startDate": "2025-06-14T07:27:43.9102664",
                                "startTime": 3,
                                "endDate": "2025-06-14T07:27:43.9102664",
                                "endTime": 4,
                                "newPrice": 5,
                                "newCost": 6,
                                "newCostDecimals": 7,
                                "pctDiscount": 8,
                                "promoType": 1,
                                "promotionTypeCode": "sample string 9",
                                "hostType": 10,
                                "hostIdentifier": "k7kEvYJDGkq89OZR29PnaQ==",
                                "hostIdentifierGuid": "bd04b993-4382-4a1a-bcf4-e651dbd3e769",
                                "storeNames": [
                                  "sample string 1",
                                  "sample string 2"
                                ]
                              },
                              "details": [
                                {
                                  "$ref": "23"
                                },
                                {
                                  "$ref": "23"
                                }
                              ]
                            },
                            "tray": {
                              "$id": "24",
                              "g_UId": "8psKSPBilUGoKtbTUd0dMw==",
                              "guid": "480a9bf2-62f0-4195-a82a-d6d351dd1d33",
                              "name": "sample string 1",
                              "number": 1,
                              "tare": 1
                            },
                            "priceGroup": {
                              "$id": "25",
                              "priceGroupG_UID": "eN0uyQwiREuLj9JelXclCw==",
                              "priceGroupGuid": "c92edd78-220c-4b44-8b8f-d25e9577250b",
                              "name": "sample string 2",
                              "code": 1,
                              "modified": true,
                              "updated": "2025-06-14T07:27:43.9102664",
                              "buyingLimit": 1,
                              "buyingLimitIndependent": true,
                              "buyingLimitType": 0,
                              "number": 1,
                              "products": [
                                {
                                  "$ref": "19"
                                },
                                {
                                  "$ref": "19"
                                }
                              ],
                              "productCount": 1
                            },
                            "priceGroupName": "sample string 145",
                            "nutrifacts": {
                              "$id": "26",
                              "pluG_UID": "0RNVaw+iHkKNW1oDHMhjxA==",
                              "pluGuid": "6b5513d1-a20f-421e-8d5b-5a031cc863c4",
                              "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": "30ee8fd5-9f05-4e27-8151-552966cbaa59",
                              "created": "2025-06-14T07:27:43.9250749",
                              "createdByUser": "sample string 1",
                              "activated": "2025-06-14T07:27:43.9250749",
                              "deactivated": "2025-06-14T07:27:43.9250749",
                              "lastOrdered": "2025-06-14T07:27:43.9250749",
                              "lastOrderedQty": 2.0,
                              "lastReceived": "2025-06-14T07:27:43.9250749",
                              "lastReceivedQty": 3.0,
                              "lastInvoiceStatus": 1,
                              "lastCounted": "2025-06-14T07:27:43.9250749",
                              "lastSold": "2025-06-14T07:27:43.9250749",
                              "firstSold": "2025-06-14T07:27:43.9250749",
                              "awsUpdated": "2025-06-14T07:27:43.9250749",
                              "lastManualUpdate": "2025-06-14T07:27:43.9250749",
                              "lastManualUpdatedByUser": "sample string 5",
                              "lastUpdated": "2025-06-14T07:27:43.9250749",
                              "lastUpdatedByUser": "sample string 7",
                              "lastUpdatedByHost": "2025-06-14T07:27:43.9250749",
                              "doNotRangeUpdated": "2025-06-14T07:27:43.9250749",
                              "doNotOrderUpdated": "2025-06-14T07:27:43.9250749",
                              "tracked": "2025-06-14T07:27:43.9250749"
                            },
                            "allergens": [
                              {
                                "$id": "28",
                                "allergenID": 1,
                                "pluG_UID": "YvyTVfRjsUyCi3TquGSarw==",
                                "pluGuid": "5593fc62-63f4-4cb1-828b-74eab8649aaf",
                                "contains": 2,
                                "allergenName": "sample string 3",
                                "storeIDs": [
                                  1,
                                  2
                                ]
                              },
                              {
                                "$ref": "28"
                              }
                            ],
                            "costs": {
                              "$id": "29",
                              "pluG_UID": "wiLl69M+BEy5ZtS5Jud1Qw==",
                              "pluGuid": "ebe522c2-3ed3-4c04-b966-d4b926e77543",
                              "enteredCost": 1,
                              "weightedAvgCost": 1,
                              "lastCost": 1,
                              "rawEnteredCost": 2,
                              "rawWeightedAvgCost": 3,
                              "rawLastCost": 4,
                              "freight": 5.0,
                              "freightType": 6,
                              "costDecimals": 7,
                              "fifoCost": 1,
                              "updated": "2025-06-14T07:27:43.9250749",
                              "normalCost": 1,
                              "currentCost": 1
                            },
                            "sales": [
                              {
                                "$id": "30",
                                "saleHeaderID": 1,
                                "created": "2025-06-14T07:27:43.9250749",
                                "createdLocal": "2025-06-14T07:27:43.9250749",
                                "storeID": 3,
                                "storeName": "sample string 4",
                                "operatorG_Uid": "XT+kODgndU6FatvWCCDyBA==",
                                "operatorGuid": "38a43f5d-2738-4e75-856a-dbd60820f204",
                                "operatorName": "sample string 5",
                                "tranType": 1,
                                "plu": 1,
                                "pluG_UId": "3sbtU/IFSkyt1uD6MDT3lQ==",
                                "pluGuid": "53edc6de-05f2-4c4a-add6-e0fa3034f795",
                                "normalPrice": 1,
                                "totalCents": 1,
                                "cost": 1,
                                "grossProfit": 1,
                                "quantity": 1,
                                "operator": {
                                  "$id": "31",
                                  "id": 1,
                                  "g_Uid": "uOq20UcQ4k+z2Eojox9GJQ==",
                                  "guid": "d1b6eab8-1047-4fe2-b3d8-4a23a31f4625",
                                  "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-06-14T07:27:43.9250749",
                                  "passwordResetRequired": true,
                                  "alteredInStore": true,
                                  "startShift": "2025-06-14T07:27:43.9250749",
                                  "endShift": "2025-06-14T07:27:43.9250749",
                                  "machineName": "sample string 20",
                                  "drawerID": 1,
                                  "stores": [
                                    {
                                      "$id": "32",
                                      "operatorG_UID": "dkk+P2Cmok+E58TFogtDaw==",
                                      "operatorGuid": "3f3e4976-a660-4fa2-84e7-c4c5a20b436b",
                                      "storeID": 2,
                                      "operator": {
                                        "$ref": "31"
                                      },
                                      "store": {
                                        "$ref": "10"
                                      }
                                    },
                                    {
                                      "$ref": "32"
                                    }
                                  ]
                                }
                              },
                              {
                                "$ref": "30"
                              }
                            ],
                            "apns": [
                              {
                                "$id": "33",
                                "pluID": 1,
                                "pluG_UID": "BmhPlGC83kmnU0oqCnRqNw==",
                                "pluGuid": "944f6806-bc60-49de-a753-4a2a0a746a37",
                                "apn": "sample string 1",
                                "deleted": true,
                                "storeID": 1,
                                "storeIDs": [
                                  1,
                                  2
                                ]
                              },
                              {
                                "$ref": "33"
                              }
                            ],
                            "tuns": [
                              {
                                "$id": "34",
                                "pluG_UId": "Kuc5rOr4+Ueo46wMFJ8sLA==",
                                "pluGuid": "ac39e72a-f8ea-47f9-a8e3-ac0c149f2c2c",
                                "apn": "sample string 1",
                                "tun": "sample string 2",
                                "cartonQuantity": 3,
                                "product": {
                                  "$ref": "19"
                                },
                                "storeIDs": [
                                  1,
                                  2
                                ]
                              },
                              {
                                "$ref": "34"
                              }
                            ],
                            "competitionPricing": [
                              {
                                "$id": "35",
                                "identifier": "aIcicxB2HEauLEbH7JjKAQ==",
                                "identifierGuid": "73228768-7610-461c-ae2c-46c7ec98ca01",
                                "pluG_UID": "7sWk/9fehU+EkBSp6AkhVg==",
                                "pluGuid": "ffa4c5ee-ded7-4f85-8490-14a9e8092156",
                                "competitionID": 1,
                                "name": "sample string 2",
                                "sellMultiple": 3,
                                "retailPrice": 4,
                                "storeName": "sample string 5"
                              },
                              {
                                "$ref": "35"
                              }
                            ],
                            "supplier": {
                              "$ref": "14"
                            },
                            "supplierName": "sample string 146",
                            "children": [
                              {
                                "$ref": "19"
                              },
                              {
                                "$ref": "19"
                              }
                            ],
                            "ordering": {
                              "$ref": "17"
                            },
                            "flipChartPages": [
                              {
                                "$id": "36",
                                "identifier": "YtFhaIgR4kOSfJUDMt/CdA==",
                                "groupName": "sample string 1",
                                "identifierGuid": "6861d162-1188-43e2-927c-950332dfc274",
                                "exists": true,
                                "flipChartIdentifier": "a2ttUfmUMUSsO8B/FEyD/w==",
                                "flipChartIdentifierGuid": "516d6b6b-94f9-4431-ac3b-c07f144c83ff",
                                "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": "G8yrChPP70S513n0KwnS+Q==",
                                "groupIdentifierGuid": "0aabcc1b-cf13-44ef-b9d7-79f42b09d2f9",
                                "flipChart": {
                                  "$id": "37",
                                  "identifier": "2n3gvW00PE65YhUTRwoMAw==",
                                  "identifierGuid": "bde07dda-346d-4e3c-b962-1513470a0c03",
                                  "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": "rDF9OCScv0iKUpd21OJdNA==",
                                    "identifierGuid": "387d31ac-9c24-48bf-8a52-9776d4e25d34",
                                    "name": "sample string 2",
                                    "formType": "sample string 3",
                                    "forms": [
                                      {
                                        "$id": "39",
                                        "id": 1,
                                        "g_UID": "yAk7ydiD20q0xL/egSJ6kw==",
                                        "guid": "c93b09c8-83d8-4adb-b4c4-bfde81227a93",
                                        "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": "8KxYblHUW0S/JuOSl/g87A==",
                                        "previousFormGuid": "6e58acf0-d451-445b-bf26-e39297f83cec",
                                        "nextForm": 1,
                                        "nextFormG_UID": "r5gMMaHdv0Cp5sK/c50oMQ==",
                                        "nextFormGuid": "310c98af-dda1-40bf-a9e6-c2bf739d2831",
                                        "attributes": "sample string 10",
                                        "updated": "2025-06-14T07:27:43.9250749",
                                        "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": "uHI28A7iq0iIlLaimHB/ZQ==",
                                            "checkoutFormGuid": "f03672b8-e20e-48ab-8894-b6a298707f65",
                                            "identifier": "XVlcRtfFl0+sT86XMMFdEQ==",
                                            "identifierGuid": "465c595d-c5d7-4f97-ac4f-ce9730c15d11",
                                            "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": "rpVUS3/XW0GB+3wNIPF1pQ==",
                                            "valueGuid": "4b5495ae-d77f-415b-81fb-7c0d20f175a5",
                                            "buttonText": "sample string 10",
                                            "valueText": "sample string 11",
                                            "drawImageAndButton": true,
                                            "updated": "2025-06-14T07:27:43.9250749",
                                            "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-06-14T07:27:43.9250749",
                                              "imageData": "QEA=",
                                              "readOnly": true
                                            }
                                          },
                                          {
                                            "$ref": "40"
                                          }
                                        ],
                                        "panels": [
                                          {
                                            "$id": "42",
                                            "id": 1,
                                            "checkoutFormID": 2,
                                            "checkoutFormG_UID": "JlBRUjzM00iGjR433NsZmw==",
                                            "checkoutFormGuid": "52515026-cc3c-48d3-868d-1e37dcdb199b",
                                            "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": "z0GAVeyKf06cxVX8zJpMSQ==",
                                    "flipChartPageIdentifierGuid": "558041cf-8aec-4e7f-9cc5-55fccc9a4c49",
                                    "pluG_UID": "6lP53XUI9kSr2x3oaX1v9w==",
                                    "pluGuid": "ddf953ea-0875-44f6-abdb-1de8697d6ff7",
                                    "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": "gpdFFrid4kCjn28/iuQqlQ==",
                                "pluGuid": "16459782-9db8-40e2-a39f-6f3f8ae42a95",
                                "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-06-14T07:27:43.9250749",
                                "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": "AowXvdm4jEei0q3nu2FnKg==",
                                "ingredientGuid": "9vLMYVN8c0CfPvfIlWya0w==",
                                "ingredientIdentifier": "61ccf2f6-7c53-4073-9f3e-f7c8956c9ad3",
                                "quantity": 1.0,
                                "storeIDs": [
                                  1,
                                  2
                                ],
                                "ingredientText": "sample string 1",
                                "ingredient": {
                                  "$ref": "19"
                                }
                              },
                              {
                                "$ref": "45"
                              }
                            ],
                            "bins": [
                              {
                                "$id": "46",
                                "pluG_UID": "U951EGDIVEmZ89AjMcTpcA==",
                                "pluGuid": "1075de53-c860-4954-99f3-d02331c4e970",
                                "shelfLocationIdentifier": "mTZ/J6/EQU6svG+jgnN7wA==",
                                "shelfLocationGuid": "277f3699-c4af-4e41-acbc-6fa382737bc0",
                                "labelShelfDefault": 1,
                                "labelTalkerDefault": 1,
                                "labelSmall": true,
                                "labelPageLayoutG_UID": "x8NbaU5SpkK8iw0kSFufDw==",
                                "labelPageLayoutGuid": "695bc3c7-524e-42a6-bc8b-0d24485b9f0f",
                                "updated": "2025-06-14T07:27:43.9250749",
                                "electronicShelfLabelIdentifier": "sample string 5",
                                "electronicshelfLabelsConfigurationID": 6,
                                "labelShelfChanged": true,
                                "productName": "sample string 8",
                                "locationText": "sample string 9",
                                "product": {
                                  "$ref": "19"
                                },
                                "location": {
                                  "$id": "47",
                                  "identifier": "mrLV9HBL+0qN/jkC+gfquA==",
                                  "storeID": 1,
                                  "identifierGuid": "f4d5b29a-4b70-4afb-8dfe-3902fa07eab8",
                                  "name": "sample string 2",
                                  "haccp": true,
                                  "blueprintID": 1,
                                  "updated": "2025-06-14T07:27:43.9250749",
                                  "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": "s+mUQEk6S06QqSWm3OtGIQ==",
                                "pluGuid": "4094e9b3-3a49-4e4b-90a9-25a6dceb4621",
                                "deptNo": 1,
                                "product": {
                                  "$ref": "19"
                                },
                                "scaleLocation": {
                                  "$id": "49",
                                  "id": 1,
                                  "deptNo": 1,
                                  "deptCode": "sample string 2",
                                  "name": "sample string 3",
                                  "enabled": true,
                                  "updated": "2025-06-14T07:27:43.9250749",
                                  "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-06-14T07:27:43.9250749",
                                                "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": "cRQjtTR1L0KCgiFqtwpxzg==",
                                                "labelPageLayoutGuid": "b5231471-7534-422f-8282-216ab70a71ce",
                                                "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-06-14T07:27:43.9250749",
                                            "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": "pwvYWCqaI0Wh+AQ38SZ5Ug==",
                                            "labelPageLayoutGuid": "58d80ba7-9a2a-4523-a1f8-0437f1267952",
                                            "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-06-14T07:27:43.9250749",
                                        "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": "neHTwMOncUaB9M3CU7Dg7Q==",
                                        "labelPageLayoutGuid": "c0d3e19d-a7c3-4671-81f4-cdc253b0e0ed",
                                        "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-06-14T07:27:43.9250749",
                                    "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": "aRD0kYaQxkaVSY1Hjgirsg==",
                                    "labelPageLayoutGuid": "91f41069-9086-46c6-9549-8d478e08abb2",
                                    "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": "418k2lPJtEGSEzsx0iXwaA==",
                              "pluGuid": "da245fe3-c953-41b4-9213-3b31d225f068",
                              "newPrice": 1,
                              "pctDiscount": 1,
                              "newCost": 1,
                              "newCostDecimals": 6,
                              "dealCostIdentifier": "IikUaztXmUOjRwrNX4tKHQ==",
                              "dealCostGuid": "6b142922-573b-4399-a347-0acd5f8b4a1d",
                              "pluName": "sample string 7",
                              "apn": "sample string 8",
                              "fuelItem": true,
                              "priceGroupG_UID": "uWYTvmzYcUaad8VBd1Ddlw==",
                              "priceGroupGuid": "be1366b9-d86c-4671-9a77-c5417750dd97",
                              "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-06-14T07:27:43.9250749",
                              "rrp": 26,
                              "campaignDescription": "sample string 27",
                              "campaignComboPriceGroupG_UID": "a8oOiI9tzUK22gPCIHPB3w==",
                              "campaignComboPriceGroupIdentifier": "880eca6b-6d8f-42cd-b6da-03c22073c1df",
                              "promotionPlacementDescription": "sample string 28",
                              "storeAcceptances": [
                                {
                                  "$id": "59",
                                  "plu": 1,
                                  "pluG_UId": "QEA=",
                                  "campaignID": 1,
                                  "campaignName": "sample string 2",
                                  "storeID": 3,
                                  "acceptedUtc": "2025-06-14T07:27:43.9250749",
                                  "operatorG_UID": "lGDtVQKID0y7kQiHSQJ8bQ==",
                                  "operatorGuid": "55ed6094-8802-4c0f-bb91-088749027c6d",
                                  "machineID": 1,
                                  "processed": true,
                                  "appliedUtc": "2025-06-14T07:27:43.9250749",
                                  "signIqTicketFileMovedUtc": "2025-06-14T07:27:43.9250749",
                                  "user": "sample string 6",
                                  "campaignDescription": "sample string 7",
                                  "productDesc": "sample string 8",
                                  "storeName": "sample string 9",
                                  "effectiveUtc": "2025-06-14T07:27:43.9250749",
                                  "priceChangeType": 0,
                                  "operatorName": "sample string 10",
                                  "hostCampaign": true,
                                  "product": {
                                    "$ref": "19"
                                  },
                                  "campaignPlu": {
                                    "$ref": "58"
                                  }
                                },
                                {
                                  "$ref": "59"
                                }
                              ],
                              "campaign": {
                                "$id": "60",
                                "id": 1,
                                "storeID": 2,
                                "name": "96a4634e-062a-43f5-8282-fcb99a841fb3",
                                "nameGuid": "96a4634e-062a-43f5-8282-fcb99a841fb3",
                                "description": "sample string 4",
                                "showDiscounts": true,
                                "showTotals": true,
                                "onlyEvaluateOnSubtotal": true,
                                "useDescription": true,
                                "campaignType": 1,
                                "startDate": "2025-06-14T07:27:43.9250749",
                                "startTime": 1,
                                "endDate": "2025-06-14T07:27:43.9250749",
                                "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-06-14T07:27:43.9250749",
                                "system": true,
                                "created": "2025-06-14T07:27:43.9250749",
                                "updated": "2025-06-14T07:27:43.9250749",
                                "priceChangeNotifiedUtc": "2025-06-14T07:27:43.9250749",
                                "promoType": 1,
                                "promotionTypeCode": "sample string 13",
                                "hostIdentifier": "zIXO2XK3LkyJkCCW86U7bA==",
                                "hostIdentifierGuid": "d9ce85cc-b772-4c2e-8990-2096f3a53b6c",
                                "hostType": 14,
                                "createdByUser": "sample string 15",
                                "fromHost": true,
                                "deleted": true,
                                "campaignDeleted": "2025-06-14T07:27:43.9250749",
                                "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": "gAIhyVg0mUOk/QninqRjBQ==",
                                    "pluGuid": "c9210280-3458-4399-a4fd-09e29ea46305",
                                    "hostOfferID": 1,
                                    "priceGroupG_UID": "9IzN9UFMJk2Wl1UwMyobpA==",
                                    "priceGroupGuid": "f5cd8cf4-4c41-4d26-9697-5530332a1ba4",
                                    "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-06-14T07:27:43.9250749",
                                    "rrp": 17,
                                    "campaignDescription": "sample string 18",
                                    "product": {
                                      "$ref": "19"
                                    },
                                    "campaign": {
                                      "$ref": "60"
                                    }
                                  },
                                  {
                                    "$ref": "61"
                                  }
                                ],
                                "sellingRules": [
                                  {
                                    "$id": "62",
                                    "id": 1,
                                    "identifier": "SrrRTwTlt0qqGwXvXiDWmA==",
                                    "identifierStr": "SrrRTwTlt0qqGwXvXiDWmA==",
                                    "identifierGuid": "4fd1ba4a-e504-4ab7-aa1b-05ef5e20d698",
                                    "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": "2TCmuc5EFECc8VXQwbD05Q==",
                                    "customerIDGuid": "b9a630d9-44ce-4014-9cf1-55d0c1b0f4e5",
                                    "campaign": {
                                      "$ref": "60"
                                    },
                                    "customer": {
                                      "$id": "64",
                                      "identifier": "neHjsu41NEmTJxkyVuhLkg==",
                                      "identifierGuid": "b2e3e19d-35ee-4934-9327-193256e84b92",
                                      "code": "sample string 2",
                                      "familyName": "sample string 3",
                                      "givenName": "sample string 4",
                                      "otherName": "sample string 5",
                                      "title": "sample string 6",
                                      "dateOfBirth": "2025-06-14T07:27:43.9250749",
                                      "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": "EoD18kDtzE20sq/H/8R2rw==",
                                      "communityIdentifierGuid": "f2f58012-ed40-4dcc-b4b2-afc7ffc476af",
                                      "joined": "2025-06-14T07:27:43.9250749",
                                      "updated": "2025-06-14T07:27:43.9250749",
                                      "active": true,
                                      "reasonInactive": 1,
                                      "groupCustomer": true,
                                      "loyaltyPoints": 1,
                                      "homeStoreID": 1,
                                      "availableSpend": 1,
                                      "priceLevelIdentifier": "vQR8bKoMekSwxfjhL6dY7w==",
                                      "priceLevelIdentifierGuid": "6c7c04bd-0caa-447a-b0c5-f8e12fa758ef",
                                      "marketingID": "sample string 18",
                                      "hidden": true,
                                      "registered": true,
                                      "registeredOn": "2025-06-14T07:27:43.9250749",
                                      "emailMarketing": true,
                                      "smsMarketing": true,
                                      "deleted": true,
                                      "deletedUser": "sample string 24",
                                      "homeStoreName": "sample string 25",
                                      "customerCards": [
                                        {
                                          "$id": "65",
                                          "cardType": 2,
                                          "issueDate": "2025-06-14T07:27:43.9250749",
                                          "expiry": "2025-06-14T07:27:43.9250749",
                                          "customerID": "3eZVeWGNrkeMH/MleUB50Q==",
                                          "customerIDGuid": "7955e6dd-8d61-47ae-8c1f-f325794079d1",
                                          "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-06-14T07:27:43.9250749",
                                          "linkedAccount": "R13OPNMBsEaogvi6sTcS4A==",
                                          "linkedAccountGuid": "3cce5d47-01d3-46b0-a882-f8bab13712e0",
                                          "currentValueChanged": true,
                                          "limitsChanged": true,
                                          "customer": {
                                            "$ref": "64"
                                          },
                                          "account": {
                                            "$id": "66",
                                            "id": 1,
                                            "identifier": "/9ppamlzv02hLuRfWpsEuA==",
                                            "identifierGuid": "6a69daff-7369-4dbf-a12e-e45f5a9b04b8",
                                            "referenceNo": "sample string 3",
                                            "name": "sample string 4",
                                            "created": "2025-06-14T07:27:43.9250749",
                                            "owner": "GWZiApRZ202e2Y/i2i0Qqg==",
                                            "ownerGuid": "02626619-5994-4ddb-9ed9-8fe2da2d10aa",
                                            "accountStoreGroupIdentifier": "uWxXHQe9OkCyZmWBl4IwFA==",
                                            "accountStoreGroupGuid": "1d576cb9-bd07-403a-b266-658197823014",
                                            "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-06-14T07:27:43.9250749",
                                            "active": true,
                                            "updated": "2025-06-14T07:27:43.9250749",
                                            "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": "tAxNyesW60SqxQaE3Cq1/w==",
                                                "identifierGuid": "c94d0cb4-16eb-44eb-aac5-0684dc2ab5ff",
                                                "name": "sample string 2",
                                                "primaryContact": "MXeA99cbAkuSaofH9By+kw==",
                                                "primaryContactGuid": "f7807731-1bd7-4b02-926a-87c7f41cbe93",
                                                "accountID": "pir4DTLebEqJGBL92AqrAg==",
                                                "accountIDGuid": "0df82aa6-de32-4a6c-8918-12fdd80aab02",
                                                "special": true,
                                                "updated": "2025-06-14T07:27:43.9250749",
                                                "active": true,
                                                "reasonInactive": 1,
                                                "priceLevelIdentifier": "ZnsXsiNMx0mT80iPbXp6aQ==",
                                                "priceLevelIdentifierGuid": "b2177b66-4c23-49c7-93f3-488f6d7a7a69",
                                                "deleted": true,
                                                "account": {
                                                  "$ref": "66"
                                                },
                                                "primaryContactCustomer": {
                                                  "$ref": "64"
                                                },
                                                "customerGroupMembers": [
                                                  {
                                                    "$id": "69",
                                                    "id": 1,
                                                    "groupID": "E8Xp5z1avkeSLGx33X+ScQ==",
                                                    "groupIDGuid": "e7e9c513-5a3d-47be-922c-6c77dd7f9271",
                                                    "customerID": "HRf/8UfzDkS6IepKHBbE2Q==",
                                                    "customerIDGuid": "f1ff171d-f347-440e-ba21-ea4a1c16c4d9",
                                                    "card": "sample string 4",
                                                    "linkedAccount": "eDcy6HEm002VOS/K4WWuig==",
                                                    "linkedAccountGuid": "e8323778-2671-4dd3-9539-2fcae165ae8a",
                                                    "customer": {
                                                      "$ref": "64"
                                                    },
                                                    "group": {
                                                      "$ref": "68"
                                                    },
                                                    "customerCard": {
                                                      "$ref": "65"
                                                    }
                                                  },
                                                  {
                                                    "$ref": "69"
                                                  }
                                                ]
                                              },
                                              {
                                                "$ref": "68"
                                              }
                                            ]
                                          },
                                          "payments": [
                                            {
                                              "$id": "70",
                                              "id": 1,
                                              "identifier": "0NIA/M14xk+DBl/vKn+Glg==",
                                              "identifierGuid": "fc00d2d0-78cd-4fc6-8306-5fef2a7f8696",
                                              "storeID": 2,
                                              "operatorName": "sample string 3",
                                              "saleHeaderID": 4,
                                              "paymentType": 5,
                                              "amount": 6,
                                              "account": "sample string 7",
                                              "accountID": "2ZSIluJLzEOM9jXOftLQeA==",
                                              "accountIDGuid": "968894d9-4be2-43cc-8cf6-35ce7ed2d078",
                                              "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-06-14T07:27:43.9250749",
                                              "invRocNo": "sample string 14",
                                              "responseCode": "sample string 15",
                                              "cashout": 1,
                                              "tip": 16,
                                              "idempotentVoid": "VFsQr4qHz0y/nobZmKCzdA==",
                                              "idempotentVoidGuid": "af105b54-878a-4ccf-bf9e-86d998a0b374",
                                              "offline": true,
                                              "processed": 1,
                                              "storeSaleHeader": {
                                                "$id": "71",
                                                "saleHeaderID": 1,
                                                "saleHeaderGuid": "Bjxz8KWFiE+mAx2Ln1bjEA==",
                                                "saleHeaderIdentifierGuid": "f0733c06-85a5-4f88-a603-1d8b9f56e310",
                                                "created": "2025-06-14T07:27:43.9250749",
                                                "createdLocal": "2025-06-14T07:27:43.9250749",
                                                "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-06-14T07:27:43.9250749",
                                                "storeID": 1,
                                                "operatorG_Uid": "cG6DQbd5Ik2gFjZ2nCDyRg==",
                                                "operatorGuid": "41836e70-79b7-4d22-a016-36769c20f246",
                                                "customerG_Uid": "BG0CFKK2j0KYWei1R+xa4Q==",
                                                "customerGuid": "14026d04-b6a2-428f-9859-e8b547ec5ae1",
                                                "communityIdentifier": "3ozN3EbTBUW03Z2THXTzVg==",
                                                "communityIdentifierGuid": "dccd8cde-d346-4505-b4dd-9d931d74f356",
                                                "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": "ZVtu+OrpUECPYU0tGjhunw==",
                                                "priceLevelIdentifierGuid": "f86e5b65-e9ea-4050-8f61-4d2d1a386e9f",
                                                "locked": 36,
                                                "relationChecksum": "sample string 37",
                                                "loyaltyTender": 1,
                                                "giftCardTender": 1,
                                                "operator": {
                                                  "$ref": "31"
                                                },
                                                "customer": {
                                                  "$ref": "64"
                                                },
                                                "communityOrganisation": {
                                                  "$id": "72",
                                                  "id": 1,
                                                  "identifier": "Ajz40n/q8Em85FQOhVBPFw==",
                                                  "identifierGuid": "d2f83c02-ea7f-49f0-bce4-540e85504f17",
                                                  "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-06-14T07:27:43.9250749",
                                                  "deleted": true
                                                },
                                                "details": [
                                                  {
                                                    "$id": "73",
                                                    "saleItemID": 1,
                                                    "identifier": "4wMl7JB8cU2W0B0ACz2VeA==",
                                                    "identifierGuid": "ec2503e3-7c90-4d71-96d0-1d000b3d9578",
                                                    "saleHeaderID": 2,
                                                    "plu": 1,
                                                    "pluG_UId": "kOSWGf5uakqAfpHt4rJX3Q==",
                                                    "pluGuid": "1996e490-6efe-4a6a-807e-91ede2b257dd",
                                                    "accountID": "Fi+rlwvzxkC3KVt35Fanqg==",
                                                    "accountIDGuid": "97ab2f16-f30b-40c6-b729-5b77e456a7aa",
                                                    "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-06-14T07:27:43.9250749",
                                                    "bestOrExpireType": 1,
                                                    "providerName": "sample string 11",
                                                    "refundG_UID": "SgjWdi6Ev06insJZjJG3dA==",
                                                    "refundGuid": "76d6084a-842e-4ebf-a29e-c2598c91b774",
                                                    "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": "lcS+GTenlk2wU7JVnl/bPg==",
                                                    "idempotentVoidGuid": "19bec495-a737-4d96-b053-b2559e5fdb3e",
                                                    "priceLevelIdentifier": "tLRyY8yAeEOaWvDGKmyXig==",
                                                    "priceLevelIdentifierGuid": "6372b4b4-80cc-4378-9a5a-f0c62a6c978a",
                                                    "productName": "sample string 23",
                                                    "apn": "sample string 24",
                                                    "unknownScans": [
                                                      {
                                                        "$id": "74",
                                                        "id": 1,
                                                        "saleDetailID": 2,
                                                        "storeID": 1,
                                                        "scanned": "2025-06-14T07:27:43.9250749",
                                                        "operatorG_UID": "QEA=",
                                                        "barcode": "sample string 4",
                                                        "processed": 1
                                                      },
                                                      {
                                                        "$ref": "74"
                                                      }
                                                    ],
                                                    "refund": {
                                                      "$id": "75",
                                                      "id": 1,
                                                      "g_UID": "LUR/BVjXHESI05OnuUWLmQ==",
                                                      "guid": "057f442d-d758-441c-88d3-93a7b9458b99",
                                                      "description": "sample string 1",
                                                      "dumped": true,
                                                      "inventoryReasonID": 1,
                                                      "sortOrder": 1,
                                                      "updated": "2025-06-14T07:27:43.9250749"
                                                    },
                                                    "modifier": {
                                                      "$id": "76",
                                                      "id": 1,
                                                      "setG_UID": "EjDdEUkb5UKWNtsnZMekag==",
                                                      "modifierSetGuid": "11dd3012-1b49-42e5-9636-db2764c7a46a",
                                                      "name": "sample string 2",
                                                      "price": 1,
                                                      "quantity": 1,
                                                      "modifierType": 1,
                                                      "groupNumber": 1,
                                                      "pageNumber": 1,
                                                      "controlOrder": 1,
                                                      "printToStation": true,
                                                      "pluG_UID": "ySQZXq/R+0mLHcUvQU/YDw==",
                                                      "pluGuid": "5e1924c9-d1af-49fb-8b1d-c52f414fd80f",
                                                      "deleted": true,
                                                      "g_UID": "EG8B3eJ/+kOdjABBomFFxQ==",
                                                      "guid": "dd016f10-7fe2-43fa-9d8c-0041a26145c5",
                                                      "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": "d6ntDH7eqEqyleERI4Aq+w==",
                                                    "pluGuid": "0ceda977-de7e-4aa8-b295-e11123802afb",
                                                    "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-06-14T07:27:43.9250749",
                                                    "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-06-14T07:27:43.9250749",
                                                    "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": "ZpjYLoJDlkaGGtCKbi9Jjg==",
                                                    "pluGuid": "2ed89866-4382-4696-861a-d08a6e2f498e",
                                                    "accountID": "FemsOsACeEuMqx8a++qWbg==",
                                                    "accountIDGuid": "3aace915-02c0-4b78-8cab-1f1afbea966e",
                                                    "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-06-14T07:27:43.9250749",
                                                    "bestOrExpireType": 1,
                                                    "refundG_UID": "rCuFZbukoUKVNJjH3ZoK2w==",
                                                    "refundGuid": "65852bac-a4bb-42a1-9534-98c7dd9a0adb",
                                                    "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": "bX34YCdok0KWaiCjhU7irA==",
                                                    "identifierGuid": "60f87d6d-6827-4293-966a-20a3854ee2ac",
                                                    "id": 1,
                                                    "orderNo": 2,
                                                    "externalSaleIdentifier": "sample string 3",
                                                    "storeID": 4,
                                                    "zoneID": 5,
                                                    "deptNo": 6,
                                                    "customerIdentifier": "eYSQy/UsgEGQSSIX9aCI+Q==",
                                                    "customerIdentifierGuid": "cb908479-2cf5-4180-9049-2217f5a088f9",
                                                    "operatorNo": 1,
                                                    "operatorG_UID": "hZVxiNoTT0G1E+fI0c6Adw==",
                                                    "operatorGuid": "88719585-13da-414f-b513-e7c8d1ce8077",
                                                    "created": "2025-06-14T07:27:43.9250749",
                                                    "ordered": "2025-06-14T07:27:43.9250749",
                                                    "started": "2025-06-14T07:27:43.9250749",
                                                    "completed": "2025-06-14T07:27:43.9250749",
                                                    "supplied": "2025-06-14T07:27:43.9250749",
                                                    "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": "SPqFUvBDFEGAwoOYcHs8/w==",
                                                        "pluGuid": "5285fa48-43f0-4114-80c2-8398707b3cff",
                                                        "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": "M2sB+77dL0GA8v3kVlIxLg==",
                                                        "headerIdentifierGuid": "fb016b33-ddbe-412f-80f2-fde45652312e",
                                                        "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": "yg2kVlh06Ea9LzcHs83Yjw==",
                                                    "surveyGuid": "56a40dca-7458-46e8-bd2f-3707b3cdd88f",
                                                    "saleHeaderGuid": "Rw5tmhS1l0WYWhbaX9yWLg==",
                                                    "saleGuid": "9a6d0e47-b514-4597-985a-16da5fdc962e",
                                                    "textResponse": "sample string 1",
                                                    "integerResponse": 1,
                                                    "g_UIDResponse": "53jjgN6alUCa5xnSuFB8Uw==",
                                                    "guidResponse": "80e378e7-9ade-4095-9ae7-19d2b8507c53",
                                                    "whoAnswered": 2,
                                                    "answeredAtUTC": "2025-06-14T07:27:43.9250749",
                                                    "sale": {
                                                      "$ref": "71"
                                                    },
                                                    "survey": {
                                                      "$id": "85",
                                                      "g_UID": "ZkhHZTG0P02q1Hn/bVBF/w==",
                                                      "guid": "65474866-b431-4d3f-aad4-79ff6d5045ff",
                                                      "name": "sample string 1",
                                                      "storeID": 2,
                                                      "zoneID": 1,
                                                      "checkoutFormG_UID": "H72LucSLLEGTzINqbaeE7g==",
                                                      "checkoutFormGuid": "b98bbd1f-8bc4-412c-93cc-836a6da784ee",
                                                      "displayToWho": 3,
                                                      "displayWhen": 4,
                                                      "start": "2025-06-14T07:27:43.9250749",
                                                      "end": "2025-06-14T07:27:43.9250749",
                                                      "deleted": true,
                                                      "updated": "2025-06-14T07:27:43.9250749",
                                                      "possibleIntegerResponses": [
                                                        1,
                                                        2
                                                      ],
                                                      "possibleTextResponses": [
                                                        "sample string 1",
                                                        "sample string 2"
                                                      ],
                                                      "possibleGuidResponses": [
                                                        "5d9b3fb4-5287-429f-a05b-ae07d0b35a30",
                                                        "b780b722-36a9-496b-b345-79b9c3195cac"
                                                      ],
                                                      "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": "Hh492D/B0USWDDiwLjYjTA==",
                                                "accountIdentifier": "d83d1e1e-c13f-44d1-960c-38b02e36234c",
                                                "accountName": "sample string 42",
                                                "customerOrderIdentifier": "1oUD06b5b0a0E0s4gSc1bQ==",
                                                "customerOrderIdentifierGuid": "d30385d6-f9a6-466f-b413-4b388127356d",
                                                "priceLevelName": "sample string 43",
                                                "revision": 44,
                                                "ingressId": "sample string 45"
                                              },
                                              "metadata": {
                                                "$id": "86",
                                                "id": 1,
                                                "paymentID": 2,
                                                "paymentIdentifier": "SFIeMnDENEmzP6mXpjOlBA==",
                                                "paymentIdentifierGuid": "321e5248-c470-4934-b33f-a997a633a504",
                                                "identifier": "JSDg1L8itU+rjHtNJgsu2g==",
                                                "identifierGuid": "d4e02025-22bf-4fb5-ab8c-7b4d260b2eda",
                                                "metadata": "sample string 3",
                                                "signatureImage": "QEA=",
                                                "itemIdentifier": "fs/cE+tI/EiHz7rCHgV7zQ==",
                                                "itemIdentifierGuid": "13dccf7e-48eb-48fc-87cf-bac21e057bcd"
                                              }
                                            },
                                            {
                                              "$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": "6uvEiGH8EkOceJltlrWitA==",
                                          "customerIdentifierGuid": "88c4ebea-fc61-4312-9c78-996d96b5a2b4",
                                          "voucherName": "sample string 2",
                                          "count": 3,
                                          "storeID": 4,
                                          "barcode": "sample string 5",
                                          "redeemCount": 6,
                                          "issueCount": 7,
                                          "storeSalePaymentID": 1,
                                          "idempotentID": "HjG5eYGPv028JKTSsMdO9w==",
                                          "idempotentGuid": "79b9311e-8f81-4dbf-bc24-a4d2b0c74ef7",
                                          "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-06-14T07:27:43.9250749",
                                            "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-06-14T07:27:43.9250749",
                                              "labelPageLayout": "v26/o5/VzEuIK1Ytze3maQ==",
                                              "pageLayoutGuid": "a3bf6ebf-d59f-4bcc-882b-562dcdede669",
                                              "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-06-14T07:27:43.9250749"
                                                },
                                                {
                                                  "$ref": "91"
                                                }
                                              ]
                                            },
                                            "customerVouchers": [
                                              {
                                                "$id": "92",
                                                "id": 1,
                                                "customerIdentifier": "41XY+/AfhEmo4GrvQg9ECw==",
                                                "customerIdentifierGuid": "fbd855e3-1ff0-4984-a8e0-6aef420f440b",
                                                "voucherID": 3,
                                                "voucherName": "sample string 4",
                                                "storeID": 1,
                                                "barcode": "sample string 5",
                                                "dateOfIssue": "2025-06-14T07:27:43.9250749",
                                                "issuedSaleHeaderID": 1,
                                                "issuedSaleIdentifier": "sample string 7",
                                                "issuedOfflinePaymentID": 1,
                                                "issuedIdempotentID": "y5UUPP15T0OvPIVgis59SQ==",
                                                "issuedIdempotentGuid": "3c1495cb-79fd-434f-af3c-85608ace7d49",
                                                "issuedOffline": true,
                                                "issuedUser": "sample string 9",
                                                "issuedNotes": "sample string 10",
                                                "expiryDate": "2025-06-14T07:27:43.9250749",
                                                "expiredUser": "sample string 11",
                                                "expiredNotes": "sample string 12",
                                                "redeemed": "2025-06-14T07:27:43.9250749",
                                                "redeemedSaleHeaderID": 1,
                                                "redeemedSaleIdentifier": "sample string 13",
                                                "redeemedOfflinePaymentID": 1,
                                                "redeemedIdempotentID": "Y1hycb8SLECH99rAeOYx3g==",
                                                "redeemedIdempotentGuid": "71725863-12bf-402c-87f7-dac078e631de",
                                                "redeemedUser": "sample string 14",
                                                "redeemedNotes": "sample string 15",
                                                "redeemedOffline": true,
                                                "updated": "2025-06-14T07:27:43.9250749",
                                                "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": "PVoKrmWSEEansqdTEWBWTQ==",
                                    "groupIDGuid": "ae0a5a3d-9265-4610-a7b2-a7531160564d",
                                    "campaign": {
                                      "$ref": "60"
                                    },
                                    "group": {
                                      "$ref": "68"
                                    }
                                  },
                                  {
                                    "$ref": "93"
                                  }
                                ],
                                "signIqTickets": [
                                  {
                                    "$id": "94",
                                    "identifier": "YB8fDHpoSUq8VJzSB/f6JA==",
                                    "identifierGuid": "0c1f1f60-687a-4a49-bc54-9cd207f7fa24",
                                    "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": "c0PCJ7iLN0mGa1QKcgarBQ==",
                                    "guid": "27c24373-8bb8-4937-866b-540a7206ab05",
                                    "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": "DZ/EfMabxE61TlYX2rdgqQ==",
                                        "groupGuid": "7cc49f0d-9bc6-4ec4-b54e-5617dab760a9",
                                        "comboPriceType": 5,
                                        "priceType": 5,
                                        "pluG_UID": "9JJX95v/aUS6mWVvuQSCtA==",
                                        "pluGuid": "f75792f4-ff9b-4469-ba99-656fb90482b4",
                                        "priceGroupG_UID": "6uXLv6Pr0U2Tz83q0Jh17g==",
                                        "priceGroupGuid": "bfcbe5ea-eba3-4dd1-93cf-cdead09875ee",
                                        "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": "zjUfwZusikqNNOnKUhzUMQ==",
                                    "priceLevelIdentifierGuid": "c11f35ce-ac9b-4a8a-8d34-e9ca521cd431",
                                    "campaignName": "sample string 3",
                                    "priceLevelName": "sample string 4"
                                  },
                                  {
                                    "$ref": "97"
                                  }
                                ]
                              },
                              "product": {
                                "$ref": "19"
                              },
                              "dealCost": {
                                "$id": "98",
                                "headerIdentifier": "/gUC2CAepkyWYzDXuxC64Q==",
                                "headerIdentifierGuid": "d80205fe-1e20-4ca6-9663-30d7bb10bae1",
                                "identifier": "DebV2WzH+EmmETesxJx4Iw==",
                                "identifierGuid": "d9d5e60d-c76c-49f8-a611-37acc49c7823",
                                "supplierIdentifier": "L1BaHWmKi0m1+K44LLMZyw==",
                                "supplierGuid": "1d5a502f-8a69-498b-b5f8-ae382cb319cb",
                                "pluG_UID": "8+DiHyhmIUedHlYcAYB0Tw==",
                                "pluGuid": "1fe2e0f3-6628-4721-9d1e-561c0180744f",
                                "campaignName": "b6921df4-57a5-4185-abab-7ed68912c99c",
                                "description": "sample string 4",
                                "cost": 5,
                                "costDecimals": 6,
                                "start": "2025-06-14T07:27:43.9250749",
                                "end": "2025-06-14T07:27:43.9250749",
                                "type": 9,
                                "promoType": 10,
                                "bonusItemPLUG_UID": "zeDc/zJsME+WnfjPUwyBUA==",
                                "bonusItemPluGuid": "ffdce0cd-6c32-4f30-969d-f8cf530c8150",
                                "bonusPurchaseUnits": 11,
                                "bonusReceiveUnits": 12,
                                "updated": "2025-06-14T07:27:43.9250749",
                                "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-06-14T07:27:43.9250749",
                                "campaignEndDate": "2025-06-14T07:27:43.9250749",
                                "masterPLUG_UID": "uaSVxXQib0C64zY2w4H9Qw==",
                                "masterID": "c595a4b9-2274-406f-bae3-3636c381fd43",
                                "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": "pEIF4c9Bbk6eMCzeh3QEeQ==",
                                "bonusMasterID": "e10542a4-41cf-4e6e-9e30-2cde87740479",
                                "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-06-14T07:27:43.9250749",
                            "dealCosts": [
                              {
                                "$ref": "98"
                              },
                              {
                                "$ref": "98"
                              }
                            ],
                            "tags": [
                              {
                                "$id": "99",
                                "pluG_UID": "+QwZzYqJEkmndZqbm5lezQ==",
                                "pluGuid": "cd190cf9-898a-4912-a775-9a9b9b995ecd",
                                "tagID": 1,
                                "description": "sample string 1",
                                "storeIDs": [
                                  1,
                                  2
                                ]
                              },
                              {
                                "$ref": "99"
                              }
                            ],
                            "alternateProductG_UID": "nE0KzCIkw02zwWdi/fMPHA==",
                            "alternateProduct": "cc0a4d9c-2422-4dc3-b3c1-6762fdf30f1c",
                            "productHostCode": {
                              "$id": "100",
                              "id": 1,
                              "pluG_UID": "/jYgeAgfqkaQs1MaO8yIrw==",
                              "pluGuid": "782036fe-1f08-46aa-90b3-531a3bcc88af",
                              "ibaCode": "sample string 2"
                            },
                            "mscCat": {
                              "$ref": "54"
                            },
                            "mscCom": {
                              "$ref": "55"
                            },
                            "mscDep": {
                              "$ref": "57"
                            },
                            "mscSubCom": {
                              "$ref": "56"
                            },
                            "isUserUpdate": true,
                            "ignoreMasterProduct": true,
                            "priceGroupLabelRequested": true,
                            "firstSold": "2025-06-14T07:27:43.9250749",
                            "inventoryTracked": "2025-06-14T07:27:43.9250749",
                            "isNormalPriceChangesCampaign": true
                          },
                          "supplier": {
                            "$ref": "14"
                          },
                          "serviceFee": {
                            "$id": "101",
                            "id": 1,
                            "description": "sample string 1",
                            "fee": 1
                          },
                          "isPrimaryHost": true,
                          "hostVendor": 46
                        },
                        {
                          "$ref": "17"
                        }
                      ],
                      "orderCycleHeaders": [
                        {
                          "$id": "102",
                          "storeID": 1,
                          "supplierIdentifier": "xK30O4RebkC1o+qrkNm+RQ==",
                          "supplierGuid": "3bf4adc4-5e84-406e-b5a3-eaab90d9be45",
                          "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": "gZW9iYNveEiELOBj6wEX4Q==",
                          "supplierGuid": "89bd9581-6f83-4878-842c-e063eb0117e1",
                          "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-06-14T07:27:43.9250749",
                          "deliveryDate": "2025-06-14T07:27:43.9250749",
                          "nextCutOffDate": "2025-06-14T07:27:43.9250749",
                          "nextDeliveryDate": "2025-06-14T07:27:43.9250749",
                          "nextDaysBuffer": 10
                        },
                        {
                          "$ref": "103"
                        }
                      ],
                      "store": {
                        "$ref": "10"
                      },
                      "updated": "2025-06-14T07:27:43.9250749",
                      "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-06-14T07:27:43.9250749",
                        "processed": "2025-06-14T07:27:43.9250749",
                        "isProcessing": true,
                        "processedCount": 6,
                        "processingTime": 1,
                        "collectedUtc": "2025-06-14T07:27:43.9250749",
                        "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-06-14T07:27:43.9250749",
                          "businessPillar": "sample string 3",
                          "fileType": "sample string 4"
                        }
                      },
                      {
                        "$ref": "104"
                      }
                    ],
                    "zoneMatrix": [
                      {
                        "$id": "106",
                        "id": 1,
                        "hostIdentifier": "cSMAgiWU5U+rl8UEU6yNsg==",
                        "hostIdentifierGuid": "82002371-9425-4fe5-ab97-c50453ac8db2",
                        "storeID": 1,
                        "departmentCode": "sample string 2",
                        "hostGuids": [
                          "1434d95c-ed31-4df4-b72f-ab65707cde53",
                          "b4749860-e781-4797-a771-e0f9d06391b6"
                        ]
                      },
                      {
                        "$ref": "106"
                      }
                    ],
                    "hostFileStoreSetting": {
                      "$ref": "12"
                    },
                    "hostStoreSettings": [
                      {
                        "$ref": "12"
                      },
                      {
                        "$ref": "12"
                      }
                    ],
                    "promotionPlacements": [
                      {
                        "$id": "107",
                        "identifier": "yiSKYbrIKU+nGcwg/piFIQ==",
                        "identifierGuid": "618a24ca-c8ba-4f29-a719-cc20fe988521",
                        "code": "sample string 2",
                        "description": "sample string 3",
                        "isAdvertised": true
                      },
                      {
                        "$ref": "107"
                      }
                    ],
                    "promoTypeGuids": [
                      "0ac232cd-2d6a-4db7-97fc-f60f995467b4",
                      "ea8fcfa1-8657-49c1-8762-974dfb7f4253"
                    ],
                    "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-06-14T07:27:43.9250749",
                  "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": "c527f0ca-5c5f-4154-95d2-633dcbce9b0c",
              "updateStore": {
                "$id": "112",
                "id": "b91f5ee7-f7cf-4a74-92cf-bf947d8d9eaa",
                "name": "sample string 1",
                "lastActivity": "2025-06-14T07:27:43.9250749",
                "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-06-14T07:27:43.9250749"
              },
              "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": "jpSb5lljpE6dXfy0nC+1Pw==",
              "guid": "e69b948e-6359-4ea4-9d5d-fcb49c2fb53f",
              "fuelGrade": "sample string 5",
              "price1": 1,
              "price2": 1,
              "price3": 1,
              "price4": 1,
              "effective": "2025-06-14T07:27:43.9250749",
              "updated": "2025-06-14T07:27:43.9250749",
              "margin": 1,
              "product": {
                "$ref": "19"
              }
            }
          }
        },
        {
          "$ref": "8"
        }
      ],
      "cashBalancingFuelMeters": [
        {
          "$id": "115",
          "headerIdentifier": "o2HRkj+T+EiKZ2Zu9uioag==",
          "headerIdentifierGuid": "92d161a3-933f-48f8-8a67-666ef6e8a86a",
          "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-06-14T07:27:43.9250749",
              "adjustedAt": "2025-06-14T07:27:43.9250749",
              "adjustmentVolume": 8.0,
              "reasonDesc": "sample string 9",
              "reason": 10,
              "operatorG_UID": "53yPG7is9k6JYidAaFjrlg==",
              "operatorGuid": "1b8f7ce7-acb8-4ef6-8962-27406858eb96",
              "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:
PKv;�Z�0k��5xl/workbook.xml �(�����0D�&�C����()��x��}ii�-ik��-H�yۙ�};|��o���G���]c��j�';����:
!J�b�m��ڊ�FX�$9s8@P��N����X~t�w�A+J�2�:�s����/2[��$l
��_`���%�!%�s�%=S�
�Gr�y&����i&�Bw��l�]}PKv;�Z����	�[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
v;�Zv��''_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="R5aca6fcddd6b401f" /></Relationships>PKv;�Zzr�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����._PKv;�Z�ج��Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞8q�����tö�S{�DM��v���G�
X��ĂMW��==i���s�y�F�J>ζPd90����v-��y�a�^�hĘ&B?́�Z�c��8��	C�f��c��0��w|FuĎ����%n�l��?Dg̠h��i"��7珡'����;�-����"KT`Ϻ�]^�J�C�k#����Z��¯�5_ȔB4�R��2�XTw��ѓ~�>]z�,/�Te�*�h��/j��/��PKv;�ZЃ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��PKv;�Z|\�>��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-v;�Z�0k��5xl/workbook.xmlPK-v;�Z����	�[Content_Types].xmlPK-
v;�Zv��''V_rels/.relsPK-v;�Zzr��xl/worksheets/sheet1.xmlPK-v;�Z�ج��P�xl/_rels/workbook.xml.relsPK-v;�ZЃc'2E
�xl/styles.xmlPK-v;�Z|\�>��nxl/sharedStrings.xmlPK��	

application/vnd.ms-excel

Sample:
PKv;�Z=V]Ͷ5xl/workbook.xml �(�����0��&�C����G������
�'m
>�P�7o;���N1�=���G��箤"�3��
��X��� �ҽ��\6X��P�&ɉ9�!H����ә��[��z�T?�HM�톐bj��8�(Gc�;���!��*"l���hPX�P�[[�=%.��p?�_�+ϲs�5)ҕ��
����PKv;�Z����	�[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
v;�Z'v�''_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="R98aa938357b34bdc" /></Relationships>PKv;�Zzr�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����._PKv;�Z����Pxl/_rels/workbook.xml.rels �(���An� E��f_C0q�($�n�Ms�c�Hۜ���W(J��H]t��?��4����f�6��C����t�w��%���ka���qT)߈v�#�O\�`S�הFmqR��3��1>L*�2�tV��z�������Lr8���7f����iB���W��"& zL~�H/Ǣ�T �����V��VF�{!4G �fj1�G��^�u!�vLp^�37F4����U���K�2.�͊�Z*ƍࢹ�ѫ��PKv;�ZЃ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��PKv;�Z|\�>��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-v;�Z=V]Ͷ5xl/workbook.xmlPK-v;�Z����	��[Content_Types].xmlPK-
v;�Z'v�''U_rels/.relsPK-v;�Zzr��xl/worksheets/sheet1.xmlPK-v;�Z����P�xl/_rels/workbook.xml.relsPK-v;�ZЃc'2E
�xl/styles.xmlPK-v;�Z|\�>��mxl/sharedStrings.xmlPK��