GET api/cashBalancing/{id}?relations={relations}

Load the specified cash balancing header.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

relations

boolean

Default value is False

Body Parameters

None.

Response Information

Resource Description

CashBalancingHeader
NameDescriptionTypeAdditional information
Identifier

Collection of byte

None.

IdentifierGuid

globally unique identifier

None.

StoreID

integer

None.

Date

date

None.

Started

date

None.

Ended

date

None.

CashFinalised

boolean

None.

CashTotalAmount

integer

None.

EftFinalised

boolean

None.

EftTotalAmount

integer

None.

BankFinalised

boolean

None.

BankTotalAmount

integer

None.

BankingOpened

boolean

None.

FuelRequired

Indicates that fuel finalisation is required for total finalisation

boolean

None.

FuelFinalised

Indicates whether fuel has been finalised for this date

boolean

None.

CreatedDuringTradingDay

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

boolean

None.

AccountingFinalised

AccountStatus

None.

EndOfDayID

integer

None.

StoreName

string

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

AutoFill

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

boolean

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

CreateRelations

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

boolean

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

InvalidDates

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

boolean

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

CashDetails

Collection of CashBalancing

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

EftDetails

Collection of CashBalancingEft

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

BankDetailSummary

CashBalancingBanking

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

CashBalancingBankingAccounts

Collection of CashBalancingBankingAccount

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

CashBalancingFuelTankLevels

Collection of CashBalancingFuelTankLevel

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

CashBalancingFuelMeters

Collection of CashBalancingFuelMeter

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

Response Formats

application/json, text/json

Sample:
{
  "identifier": "cw+v33MJ8EKyGNUtdDh4Rw==",
  "identifierGuid": "dfaf0f73-0973-42f0-b218-d52d74387847",
  "storeID": 2,
  "date": "2025-08-02T23:24:40.92339",
  "started": "2025-08-02T23:24:40.92339",
  "ended": "2025-08-02T23:24:40.92339",
  "cashFinalised": true,
  "cashTotalAmount": 4,
  "eftFinalised": true,
  "eftTotalAmount": 6,
  "bankFinalised": true,
  "bankTotalAmount": 8,
  "bankingOpened": true,
  "fuelRequired": true,
  "fuelFinalised": true,
  "createdDuringTradingDay": true,
  "accountingFinalised": 13,
  "endOfDayID": 14,
  "storeName": "sample string 15",
  "autoFill": true,
  "createRelations": true,
  "invalidDates": false,
  "cashDetails": [
    {
      "$id": "2",
      "id": 1,
      "headerIdentifier": "a48DRQlxUkKNnr8BIIeJkw==",
      "headerIdentifierGuid": "45038f6b-7109-4252-8d9e-bf0120878993",
      "operatorG_UID": "MWjgdQ+PuEOfFozIwFGSBQ==",
      "operatorGuid": "75e06831-8f0f-43b8-9f16-8cc8c0519205",
      "date": "2025-08-02T23:24:40.92339",
      "operatorCash": 4,
      "drawerID": 5,
      "machineID": 6,
      "managerCash": 7,
      "expectedCash": 8,
      "finalisedCash": 9,
      "operatorCashNote": "sample string 10",
      "managerCashNote": "sample string 11",
      "expectedPickup": 12,
      "pickupCash": 13,
      "start": "2025-08-02T23:24:40.92339",
      "end": "2025-08-02T23:24:40.92339",
      "operatorName": "sample string 16",
      "operatorNumber": "sample string 17",
      "machineName": "sample string 18",
      "operators": "sample string 19"
    },
    {
      "$ref": "2"
    }
  ],
  "eftDetails": [
    {
      "$id": "3",
      "id": 1,
      "headerIdentifier": "f/NqcWXxl0iWg85exOk4Pg==",
      "headerIdentifierGuid": "716af37f-f165-4897-9683-ce5ec4e9383e",
      "date": "2025-08-02T23:24:40.92339",
      "machineID": 1,
      "cardID": 3,
      "cardName": "sample string 4",
      "expectedAmount": 1,
      "managerDeclared": 1,
      "eftTenderCount": 1,
      "machineName": "sample string 5"
    },
    {
      "$ref": "3"
    }
  ],
  "bankDetailSummary": {
    "$id": "4",
    "id": 1,
    "headerIdentifier": "utu3R2gQT0yhFTCDLI4Ygw==",
    "headerIdentifierGuid": "47b7dbba-1068-4c4f-a115-30832c8e1883",
    "bankName": "sample string 3",
    "expectedCash": 4,
    "cashDeclared": 1,
    "expectedPickup": 5,
    "pickupDeclared": 1,
    "expectedCheque": 6,
    "chequeDeclared": 1
  },
  "cashBalancingBankingAccounts": [
    {
      "$id": "5",
      "id": 1,
      "headerIdentifier": "7p7PXSyOmUaw4VbIeyB4GQ==",
      "headerIdentifierGuid": "5dcf9eee-8e2c-4699-b0e1-56c87b207819",
      "storeAccountID": 3,
      "cashDeclared": 4,
      "pickupDeclared": 5,
      "chequeDeclared": 6,
      "accountName": "sample string 7",
      "storeAccount": {
        "$id": "6",
        "id": 1,
        "storeID": 1,
        "accountName": "sample string 2",
        "bsb": "sample string 3",
        "accountNumber": "sample string 4",
        "accountDesignated": true
      }
    },
    {
      "$ref": "5"
    }
  ],
  "cashBalancingFuelTankLevels": [
    {
      "$id": "7",
      "headerIdentifier": "T4GUpd+5bk+XPy+Pp8o/+A==",
      "headerIdentifierGuid": "a594814f-b9df-4f6e-973f-2f8fa7ca3ff8",
      "fuelTankNumber": 2,
      "fuelGradeID": 1,
      "fuelGrade": "sample string 3",
      "opening": 4.0,
      "openingAdjusted": true,
      "adjustments": 6.0,
      "deliveries": 7.0,
      "deliveriesAdjusted": true,
      "samples": 9.0,
      "pumpTest": 10.0,
      "sales": 11.0,
      "closing": 12.0,
      "closingAdjusted": true,
      "dailyVariance": 14.0,
      "waterLevel": 15.0,
      "meterSales": 16.0,
      "meterVariance": -5.0,
      "twentyEightDayVariance": 17.0,
      "fuelTank": {
        "$id": "8",
        "id": 1,
        "storeID": 2,
        "tankNumber": 3,
        "fuelGrade": "sample string 4",
        "fuelGradeID": 1,
        "capacity": 5.0,
        "lpg": true,
        "waterLevel": 7.0,
        "updated": "2025-08-02T23:24:40.92339",
        "storeName": "sample string 9",
        "store": {
          "$id": "9",
          "id": 1,
          "isMaster": true,
          "shortName": "sample string 3",
          "url": "sample string 4",
          "sortOrder": 1,
          "name": "sample string 5",
          "phone": "sample string 6",
          "fax": "sample string 7",
          "email": "sample string 8",
          "address1": "sample string 9",
          "address2": "sample string 10",
          "city": "sample string 11",
          "state": "sample string 12",
          "country": "sample string 13",
          "postCode": "sample string 14",
          "delivery": 1,
          "exportAccounts": 1,
          "salesAccountFolder": "sample string 15",
          "purchaseAccountFolder": "sample string 16",
          "initLoad": 1,
          "initIDs": 1,
          "zoneID": 1,
          "actAsMaster": 1,
          "lastActiveUtc": "2025-08-02T23:24:40.92339",
          "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": "b7gGTz56BUOaZahlhc6u2Q==",
          "hostIdentifierGuid": "4f06b86f-7a3e-4305-9a65-a86585ceaed9",
          "hostName": 1,
          "hostAddress": "sample string 27",
          "hostUsername": "sample string 28",
          "hostPassword": "sample string 29",
          "excludeFromLeadInOut": true,
          "accountingProvider": 31,
          "accountingAddress": "sample string 32",
          "accountingUsername": "sample string 33",
          "accountingPassword": "sample string 34",
          "storeAccountingCode": "sample string 35",
          "softwareVariance": 36,
          "fuelWarningVariance": 37.0,
          "fuelErrorVariance": 38.0,
          "fuelAccumulatedWarningVariance": 39.0,
          "fuelAccumulatedErrorVariance": 40.0,
          "drawManagment": 41,
          "endOfDayManagment": true,
          "autoFillCashBalancing": true,
          "fuelDayVariance": 44,
          "accountingTradingTime": "00:00:00.1234567",
          "stockActivateProduct": 46,
          "giftCardSalesAccountingDeptCode": "sample string 47",
          "transactionDiscountAccountingDeptCode": "sample string 48",
          "size": 49,
          "updated": "2025-08-02T23:24:40.92339",
          "priceZoneName": "sample string 51",
          "storeFuelConfigured": true,
          "shippingAddressCopied": true,
          "shippingAddress": {
            "$id": "10",
            "storeID": 1,
            "addressType": 1,
            "address1": "sample string 1",
            "address2": "sample string 2",
            "city": "sample string 3",
            "state": "sample string 4",
            "country": "sample string 5",
            "postCode": "sample string 6"
          },
          "billingAddress": {
            "$ref": "10"
          },
          "hostStoreSettings": [
            {
              "$id": "11",
              "id": 1,
              "hostIdentifier": "Uc7w+q3PgECkVAISFZqYFA==",
              "hostIdentifierGuid": "faf0ce51-cfad-4080-a454-0212159a9814",
              "storeID": 2,
              "username": "sample string 3",
              "password": "sample string 4",
              "passwordPlain": "sample string 5",
              "serverAddress": "sample string 6",
              "serverPort": 1,
              "excludeFromLeadInOut": true,
              "useForHostFile": true,
              "metcashPillarID": "sample string 9",
              "metcashStateCode": "sample string 10",
              "metcashCustomerID": "sample string 11",
              "metcashTradingPartnerID": "sample string 12",
              "drakesCustomerNumber": 1,
              "sparCustomerNumber": "sample string 13",
              "sparOrderUsername": "sample string 14",
              "sparOrderPassword": "sample string 15",
              "sparOrderPasswordPlain": "sample string 16",
              "pharmXSiteID": 1,
              "ibaZoneID": 1,
              "ibaState": "sample string 17",
              "foodlandStoreCode": "sample string 18",
              "ilgMemberNumber": "sample string 19",
              "ilgOutletLocation": 1,
              "ilgBaseCost": 1,
              "ilgApplyNonAdvertisedPromos": true,
              "ilgExemptFromFreight": true,
              "ilgOrderDealReview": true,
              "ilgFinanceFee": 1,
              "processPromotions": true,
              "hostProvider": 0,
              "host": {
                "$id": "12",
                "identifier": "tBWXxXVzsUSSeSfpPOdMcg==",
                "identifierGuid": "c59715b4-7375-44b1-9279-27e93ce74c72",
                "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": "gS5r2oYYMkmmXLVYql1COQ==",
                "hostSupplierIdentifierGuid": "da6b2e81-1886-4932-a65c-b558aa5d4239",
                "loyaltyPriceLevelIdentifier": "buLmkqRP70KhMkOFzY0M3A==",
                "loyaltyPriceLevelIdentifierGuid": "92e6e26e-4fa4-42ef-a132-4385cd8d0cdc",
                "isGroup": true,
                "description": "sample string 22",
                "hostProvider": 23,
                "hostTypeEnum": 24,
                "hostType": "sample string 25",
                "hostCode": "sample string 26",
                "username": "sample string 27",
                "password": "sample string 28",
                "passwordPlain": "sample string 29",
                "server": "sample string 30",
                "url": "sample string 31",
                "global": true,
                "stateCode": "sample string 33",
                "lastCollected": "2025-08-02T23:24:40.92339",
                "lastProcessed": "2025-08-02T23:24:40.92339",
                "hold": true,
                "supplierName": "sample string 35",
                "supplier": {
                  "$id": "13",
                  "identifier": "uBu+HP+34U2ooltdeLvYEQ==",
                  "identifierGuid": "1cbe1bb8-b7ff-4de1-a8a2-5b5d78bbd811",
                  "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": "yd1THLLGaU+ODAh4/qKuDg==",
                  "primaryContactID": "1c53ddc9-c6b2-4f69-8e0c-0878fea2ae0e",
                  "storeID": 1,
                  "abn": "sample string 16",
                  "supplierGroupIdentifier": "PPHZlUnrlkqst2KsIi2jig==",
                  "supplierGroupGuid": "95d9f13c-eb49-4a96-acb7-62ac222da38a",
                  "rebate": 1.0,
                  "rebateType": 1,
                  "rebateFrequency": 1,
                  "rebateSource": 1,
                  "rebateLastClaimed": "2025-08-02T23:24:40.92339",
                  "rebateLastClaimedAmount": 1.0,
                  "cartonsOnly": true,
                  "minimumOrderValue": 1,
                  "enforceMinimumQuantity": true,
                  "freight": 19.0,
                  "freightType": 20,
                  "deleted": true,
                  "deletedUser": "sample string 22",
                  "storeName": "sample string 23",
                  "primaryContact": {
                    "$id": "14",
                    "id": "9d31bed4-2ee9-4568-9ae7-cd3f694b95bd",
                    "identifier": "fqtJf5GO/UaLDCgf8dgZXQ==",
                    "identifierGuid": "7f49ab7e-8e91-46fd-8b0c-281ff1d8195d",
                    "familyName": "sample string 1",
                    "givenNames": "sample string 2",
                    "otherNames": "sample string 3",
                    "title": "sample string 4",
                    "dateOfBirth": "sample string 5",
                    "sex": "sample string 6",
                    "address": "sample string 7",
                    "address1": "sample string 8",
                    "address2": "sample string 9",
                    "town": "sample string 10",
                    "state": "sample string 11",
                    "country": "sample string 12",
                    "postalCode": "sample string 13",
                    "telephone": "sample string 14",
                    "mobile": "sample string 15",
                    "email": "sample string 16",
                    "fax": "sample string 17",
                    "primary": true
                  },
                  "contacts": [
                    {
                      "$id": "15",
                      "supplierIdentifier": "JY0oVnVfXkKeHXHIaX7TSg==",
                      "supplierIdentifierGuid": "56288d25-5f75-425e-9e1d-71c8697ed34a",
                      "contactGuid": "ZQ8c52mpm02X/X7hltPGnw==",
                      "contactID": "e71c0f65-a969-4d9b-97fd-7ee196d3c69f",
                      "contact": {
                        "$ref": "14"
                      },
                      "supplier": {
                        "$ref": "13"
                      }
                    },
                    {
                      "$ref": "15"
                    }
                  ],
                  "products": [
                    {
                      "$id": "16",
                      "pluG_UID": "ROxLCgszb0qIARh/HfCDZA==",
                      "pluGuid": "0a4bec44-330b-4a6f-8801-187f1df08364",
                      "supplierIdentifier": "d3yQgiupikK4mxW9Mu09tg==",
                      "supplierIdentifierGuid": "82907c77-a92b-428a-b89b-15bd32ed3db6",
                      "cartonQuantity": 1,
                      "cartonQuantityChanged": true,
                      "productSize": "sample string 3",
                      "cigarettesPerSleeve": 1,
                      "randomWeight": true,
                      "piecesPerUnit": 5,
                      "averagePackSize": 6,
                      "effectiveDate": "2025-08-02T23:24:40.92339",
                      "pricedByWeight": true,
                      "landedUnitCostEx": 9,
                      "landedUnitCostInc": 10,
                      "landedCartonCostInc": 11,
                      "landedCartonCostEx": 12,
                      "standardCost": 13,
                      "deliveryFee": 1,
                      "deliveryFeeBasis": "sample string 14",
                      "pickAndPackFee": 1,
                      "pickAndPackFeeBasis": "sample string 15",
                      "financeFee": 1,
                      "financeFeeBasis": "sample string 16",
                      "cartonLength": 1,
                      "cartonWidth": 1,
                      "cartonHeight": 1,
                      "palletLayerQuantity": 1,
                      "palletLayers": 1,
                      "itemCode": "sample string 17",
                      "invoiceCode": "sample string 18",
                      "invoiceDesc": "sample string 19",
                      "orderDirect": true,
                      "useCost": true,
                      "minimumQuantity": 20,
                      "hostType": 21,
                      "fromHost": 22,
                      "minimumReorder": 1,
                      "maximumReorder": 1,
                      "orderMultiple": 23.1,
                      "sellMultiple": 24.1,
                      "baseMultiple": 25.1,
                      "hostStandardCost": 26,
                      "hostTotalCost": 27,
                      "hostRetail": 28,
                      "hostLandedUnitCostEx": 29,
                      "hostLandedUnitCostInc": 30,
                      "hostDesc": "sample string 31",
                      "directIndicator": "sample string 32",
                      "availableToOrder": true,
                      "hostRangeIndicator": "sample string 34",
                      "hostProductType": "sample string 35",
                      "hostProductGrade": "sample string 36",
                      "hostProductGroup": "sample string 37",
                      "hostSlowMoving": true,
                      "hostGeneralMerchandise": true,
                      "hostPillar": "sample string 40",
                      "hostLastUpdated": "2025-08-02T23:24:40.92339",
                      "rebate": 1.0,
                      "rebateExclude": true,
                      "invoiceCodes": [
                        {
                          "$id": "17",
                          "pluG_UID": "YGYZDCewHUyKm2DWhATpWQ==",
                          "pluGuid": "0c196660-b027-4c1d-8a9b-60d68404e959",
                          "supplierIdentifier": "1ue0oHM4xU6mXCzyUb3U/g==",
                          "supplierIdentifierGuid": "a0b4e7d6-3873-4ec5-a65c-2cf251bdd4fe",
                          "invoiceCode": "sample string 1",
                          "storeIDs": [
                            1,
                            2
                          ]
                        },
                        {
                          "$ref": "17"
                        }
                      ],
                      "storeIDs": [
                        1,
                        2
                      ],
                      "preferredSupplier": true,
                      "preferredRebateSupplier": true,
                      "supplierName": "sample string 41",
                      "salesMode": 42,
                      "orderPacked": true,
                      "active": true,
                      "price": 1,
                      "costGstPercent": 44,
                      "parentPluG_UID": "zUo9zheknEKIdpl9EcjA9g==",
                      "parentPluGuid": "ce3d4acd-a417-429c-8876-997d11c8c0f6",
                      "freight": 45.0,
                      "freightType": 1,
                      "product": {
                        "$id": "18",
                        "plu": 1,
                        "storeID": 1,
                        "masterPluG_UID": "QEA=",
                        "storeIDs": [
                          1,
                          2
                        ],
                        "g_UId": "vB5byjDB0kSCrNWpSk+t/g==",
                        "guid": "ca5b1ebc-c130-44d2-82ac-d5a94a4fadfe",
                        "apn": "sample string 1",
                        "apnChanged": true,
                        "apnSwitched": true,
                        "barcode": "sample string 4",
                        "itemNumber": "sample string 5",
                        "itemNumberChanged": true,
                        "priceGroupG_UID": "qpm9OMYhCU+haJJ6ezgJMw==",
                        "priceGroupGuid": "38bd99aa-21c6-4f09-a168-927a7b380933",
                        "blueprintID": 1,
                        "lastCountedDate": "2025-08-02T23:24:40.92339",
                        "externalID": "sample string 7",
                        "active": true,
                        "activated": "2025-08-02T23:24:40.92339",
                        "pluCreated": "2025-08-02T23:24:40.92339",
                        "createdByUser": "sample string 9",
                        "name": "sample string 10",
                        "nameChanged": true,
                        "secondDescription": "sample string 12",
                        "hostDescription": "sample string 13",
                        "keepCartonQty": true,
                        "keepDescription": true,
                        "keepDepartments": true,
                        "keepSuppliers": true,
                        "markdownDescription": "sample string 18",
                        "altDescription": "sample string 19",
                        "bestOrExpire": 20,
                        "lastUpdate": "2025-08-02T23:24:40.92339",
                        "lastManualUpdate": "2025-08-02T23:24:40.92339",
                        "imageName": "sample string 23",
                        "showImageOnFlipCharts": true,
                        "showTextOnFlipCharts": true,
                        "overrideFlipChartText": true,
                        "flipChartText": "sample string 27",
                        "salesMode": 1,
                        "eftCode": 1,
                        "price": 1,
                        "priceChanged": true,
                        "rrp": 1,
                        "gstPercent": 28,
                        "gstPercentChanged": true,
                        "costGSTPercent": 29,
                        "costGSTPercentChanged": true,
                        "wetPercent": 1,
                        "priceOverride": 1,
                        "cost": 1,
                        "currentCost": 1,
                        "currentCostDecimals": 1,
                        "grossProfit": 1.0,
                        "currentCostDesc": "sample string 30",
                        "currentCostEnd": "2025-08-02T23:24:40.92339",
                        "currentCostUpdated": "2025-08-02T23:24:40.92339",
                        "costDecimals": 31,
                        "costChanged": true,
                        "dealCostIdentifier": "QEA=",
                        "excludeFromRebate": true,
                        "rebateOverride": 1,
                        "costCalcMethod": 32,
                        "costCalcMethodChanged": true,
                        "costEffectiveDate": "2025-08-02T23:24:40.92339",
                        "defaultGP": 1,
                        "breakTargetMode": 33,
                        "break1": 1,
                        "price1": 1,
                        "target1": 34,
                        "break2": 1,
                        "price2": 1,
                        "target2": 35,
                        "break3": 1,
                        "price3": 1,
                        "target3": 36,
                        "break1Changed": true,
                        "price1Changed": true,
                        "target1Changed": true,
                        "break2Changed": true,
                        "price2Changed": true,
                        "target2Changed": true,
                        "break3Changed": true,
                        "price3Changed": true,
                        "target3Changed": true,
                        "breakTargetModeChanged": true,
                        "margin": 1.1,
                        "marginChanged": true,
                        "marginRanged": true,
                        "marginRangedChanged": true,
                        "minimumMargin": 1.1,
                        "minimumMarginChanged": true,
                        "maximumMargin": 1.1,
                        "maximumMarginChanged": true,
                        "overrideHostWarehouseIndicator": true,
                        "overrideHostWarehouseIndicatorChanged": true,
                        "overrideHostPrice": true,
                        "overrideHostPriceChanged": true,
                        "overrideHostCost": true,
                        "overrideHostCostChanged": true,
                        "overrideHostMargin": true,
                        "overrideHostMarginChanged": true,
                        "alwaysApplyMargin": true,
                        "alwaysApplyMarginChanged": true,
                        "aws": 1.0,
                        "awsUpdated": "2025-08-02T23:24:40.92339",
                        "posTare": 1,
                        "altPrice": 1.0,
                        "altPriceChanged": true,
                        "altPriceMode": 53,
                        "altPriceModeChanged": true,
                        "altPLUG_UID": "/9d/m+gaCkqMk3LcDcrdIw==",
                        "altPLUGuid": "9b7fd7ff-1ae8-4a0a-8c93-72dc0dcadd23",
                        "altPLUGuidChanged": true,
                        "altPriceDescription1": "sample string 54",
                        "altPriceDescription2": "sample string 55",
                        "cartonQuantity": 56,
                        "cartonQuantityChanged": true,
                        "trayID": 1,
                        "promptID": 1,
                        "tare": 1,
                        "packQty": 1,
                        "fixedWeight": 1,
                        "extraMesg": 1,
                        "text1": "sample string 58",
                        "text2": "sample string 59",
                        "text3": "sample string 60",
                        "labelText": "sample string 61",
                        "labelTextChanged": true,
                        "sendToScale": true,
                        "nonScaleWeigh": true,
                        "labelFormat": "sample string 65",
                        "barcodeFormat": "sample string 66",
                        "austMade": 1,
                        "coolCode": 67,
                        "countryOfOrigin": "sample string 68",
                        "percentContent": 69.1,
                        "departmentID": 1,
                        "subDepartmentID": 1,
                        "minorDepartmentID": 1,
                        "lesserDepartmentID": 1,
                        "deptCode": "sample string 70",
                        "subDeptCode": "sample string 71",
                        "minorDeptCode": "sample string 72",
                        "lesserDeptCode": "sample string 73",
                        "deptName": "sample string 74",
                        "subDeptName": "sample string 75",
                        "minorDeptName": "sample string 76",
                        "lesserDeptName": "sample string 77",
                        "departmentChanged": true,
                        "subCategoryID": 1,
                        "expiry": 1,
                        "showDays": 1,
                        "datePrint": 1,
                        "labelRequired": true,
                        "labelShelfQty": 80,
                        "labelShelfChanged": true,
                        "labelTalkerQty": 82,
                        "labelSmall": true,
                        "labelLastPrinted": "2025-08-02T23:24:40.92339",
                        "labelLastPrice": 1,
                        "shelfPageLayoutG_UID": "O0HVRe53mkCH/mp8iLMXMA==",
                        "shelfPageLayoutGuid": "45d5413b-77ee-409a-87fe-6a7c88b31730",
                        "talkerPageLayoutG_UID": "35z/YRERmE2tcW2CirabWA==",
                        "talkerPageLayoutGuid": "61ff9cdf-1111-4d98-ad71-6d828ab69b58",
                        "unitMeasure": 1.1,
                        "unitMeasureChanged": true,
                        "unitMeasureKind": 85,
                        "unitMeasureKindChanged": true,
                        "signIQData": "sample string 87",
                        "refresh": true,
                        "earnLoyaltyPoints": true,
                        "earnLoyaltyPointsChanged": true,
                        "quantityOverride": true,
                        "quantityOverrideChanged": true,
                        "quantityRequired": true,
                        "quantityRequiredChanged": true,
                        "allowDiscounts": true,
                        "allowDiscountsChanged": true,
                        "discountDiscounts": true,
                        "discountDiscountsChanged": true,
                        "itemRecalled": true,
                        "itemRecalledChanged": true,
                        "noRefund": true,
                        "noRefundChanged": true,
                        "allowMarkdown": true,
                        "allowMarkdownChanged": true,
                        "priceRequired": true,
                        "priceRequiredChanged": true,
                        "fuelItem": true,
                        "fuelItemChanged": true,
                        "trackSerial": true,
                        "trackSerialChanged": true,
                        "allowZeroPrice": true,
                        "allowZeroPriceChanged": true,
                        "notForSale": 91,
                        "notForSaleChanged": true,
                        "excludeFromDeals": true,
                        "excludeFromVoucher": true,
                        "minimumAge": 94,
                        "minimumAgeChanged": true,
                        "buyingLimit": 1,
                        "buyingLimitChanged": true,
                        "buyingLimitIndependent": true,
                        "buyingLimitIndependentChanged": true,
                        "inventoryGuid": "RtudGQz+xE2Uzf+z0DOhlQ==",
                        "inventoryIdentifier": "199ddb46-fe0c-4dc4-94cd-ffb3d033a195",
                        "inventoryAccuracy": 1,
                        "baseUnits": 98,
                        "orderPacked": 1,
                        "isManufactured": true,
                        "isIngredient": true,
                        "isModifier": true,
                        "isModifierChanged": true,
                        "hasModifiers": 99,
                        "defaultPrinter": "sample string 100",
                        "defaultPrinterGroup": "sample string 101",
                        "ingredientsOnManufacture": true,
                        "manufactureUnitMeasure": 1,
                        "mpl": 1,
                        "maxShelfQty": 102,
                        "allowAutoOrder": true,
                        "warrantyPeriod": 1,
                        "parentPluG_UId": "c2GS547lqkK9LD4Virxj6A==",
                        "parentPluGuid": "e7926173-e58e-42aa-bd2c-3e158abc63e8",
                        "preferredHostVendor": 104,
                        "preferredHostChanged": true,
                        "code": "sample string 106",
                        "supplierIdentifier": "Fhur8jVtF0utGLAl/ZdO2Q==",
                        "supplierIdentifierGuid": "f2ab1b16-6d35-4b17-ad18-b025fd974ed9",
                        "supplierChanged": true,
                        "rebateSupplierIdentifier": "bQvwZg548UmxW6X8/f/NCQ==",
                        "rebateSupplierIdentifierGuid": "66f00b6d-780e-49f1-b15b-a5fcfdffcd09",
                        "rebateSupplierChanged": true,
                        "availableForOrder": true,
                        "warehouseDirectIndicator": "sample string 108",
                        "warehouseDirectIndicatorChanged": true,
                        "productGrade": "sample string 110",
                        "productType": "sample string 111",
                        "productGroup": "sample string 112",
                        "complianceIndicator": "sample string 113",
                        "inhouseBrand": "sample string 114",
                        "slowMoving": true,
                        "generalMerchandise": true,
                        "comment": "sample string 117",
                        "lastUpdatedByUser": "sample string 118",
                        "lastManualUpdatedByUser": "sample string 119",
                        "lastUpdatedByUserOverride": true,
                        "lastUpdatedByHost": "2025-08-02T23:24:40.92339",
                        "commodity": "sample string 121",
                        "businessPillar": "sample string 122",
                        "mscCommodity": "sample string 123",
                        "hostIdentifier": "CLHxuyprIkGNk9DAcpVk/A==",
                        "hostIdentifierGuid": "bbf1b108-6b2a-4122-8d93-d0c0729564fc",
                        "serviceFeeID": 1,
                        "serviceFeeIDChanged": true,
                        "providerName": "sample string 125",
                        "aisleEnds": "sample string 126",
                        "deleted": true,
                        "deletedChanged": true,
                        "hidden": true,
                        "doNotRange": true,
                        "doNotRangeChanged": true,
                        "doNotOrder": true,
                        "doNotOrderChanged": true,
                        "locked": true,
                        "excludeFromWebUpdate": true,
                        "excludeFromWebUpdateChanged": true,
                        "webPriceBasedOn": 137,
                        "webPriceRounding": true,
                        "webMarkup": 139,
                        "webPriceMode": 140,
                        "altDepartmentID": 1,
                        "altSubDepartmentID": 1,
                        "altMinorDepartmentID": 1,
                        "altLesserDepartmentID": 1,
                        "altDeptCode": "sample string 141",
                        "altSubDeptCode": "sample string 142",
                        "altMinorDeptCode": "sample string 143",
                        "altLesserDeptCode": "sample string 144",
                        "altDepartmentChanged": true,
                        "storeProducts": [
                          {
                            "$ref": "18"
                          },
                          {
                            "$ref": "18"
                          }
                        ],
                        "store": {
                          "$ref": "9"
                        },
                        "storePrices": [
                          {
                            "$id": "19",
                            "pluG_UID": "mDvJP+BI9k6H/naCHUUDaA==",
                            "pluGuid": "3fc93b98-48e0-4ef6-87fe-76821d450368",
                            "plu": 1,
                            "storeID": 1,
                            "zoneID": 2,
                            "zoneName": "sample string 3",
                            "store": "sample string 4",
                            "priceNow": 5,
                            "costNow": 6,
                            "costNowDecimals": 7,
                            "normalPrice": 8,
                            "gstPercent": 9,
                            "normalCost": 10,
                            "normalCostDecimals": 11,
                            "costGstPercent": 12,
                            "costCalcMethod": 1,
                            "currentCost": 13,
                            "currentCostDecimals": 14,
                            "break1": 15,
                            "price1": 16,
                            "break2": 17,
                            "price2": 18,
                            "break3": 19,
                            "price3": 20,
                            "fuelItem": 21,
                            "fixedWeight": 22,
                            "active": true,
                            "complianceIndicator": "sample string 23",
                            "doNotOrder": true,
                            "doNotRange": true,
                            "isNormalPriceChangesCampaign": true,
                            "updated": "2025-08-02T23:24:40.92339"
                          },
                          {
                            "$ref": "19"
                          }
                        ],
                        "currentPrices": {
                          "$id": "20",
                          "pluPrices": {
                            "$id": "21",
                            "plu": 1,
                            "pluG_UID": "QEA=",
                            "stores": [
                              1,
                              2
                            ],
                            "normalPrice": 1,
                            "cost": 2,
                            "break1": 3,
                            "price1": 4,
                            "break2": 5,
                            "price2": 6,
                            "break3": 7,
                            "price3": 8,
                            "discountPrice": 9,
                            "acceptedUtc": "2025-08-02T23:24:40.92339",
                            "priceChangeType": 0,
                            "costDecimals": 10
                          },
                          "normalPluPrices": {
                            "$ref": "21"
                          },
                          "winningCampaign": 1,
                          "winner": {
                            "$id": "22",
                            "campaignName": "sample string 1",
                            "campaignDescription": "sample string 2",
                            "startDate": "2025-08-02T23:24:40.92339",
                            "startTime": 3,
                            "endDate": "2025-08-02T23:24:40.92339",
                            "endTime": 4,
                            "newPrice": 5,
                            "newCost": 6,
                            "newCostDecimals": 7,
                            "pctDiscount": 8,
                            "promoType": 1,
                            "promotionTypeCode": "sample string 9",
                            "hostType": 10,
                            "hostIdentifier": "NFH8Ob4fQEG+RnRswFYKMg==",
                            "hostIdentifierGuid": "39fc5134-1fbe-4140-be46-746cc0560a32",
                            "storeNames": [
                              "sample string 1",
                              "sample string 2"
                            ]
                          },
                          "details": [
                            {
                              "$ref": "22"
                            },
                            {
                              "$ref": "22"
                            }
                          ]
                        },
                        "tray": {
                          "$id": "23",
                          "g_UId": "y6NmfauaGkiys1/cWqC90w==",
                          "guid": "7d66a3cb-9aab-481a-b2b3-5fdc5aa0bdd3",
                          "name": "sample string 1",
                          "number": 1,
                          "tare": 1
                        },
                        "priceGroup": {
                          "$id": "24",
                          "priceGroupG_UID": "D3x7cgr/6EG/CHbIkyaGsw==",
                          "priceGroupGuid": "727b7c0f-ff0a-41e8-bf08-76c8932686b3",
                          "name": "sample string 2",
                          "code": 1,
                          "modified": true,
                          "updated": "2025-08-02T23:24:40.92339",
                          "buyingLimit": 1,
                          "buyingLimitIndependent": true,
                          "buyingLimitType": 0,
                          "number": 1,
                          "products": [
                            {
                              "$ref": "18"
                            },
                            {
                              "$ref": "18"
                            }
                          ],
                          "productCount": 1
                        },
                        "priceGroupName": "sample string 146",
                        "nutrifacts": {
                          "$id": "25",
                          "pluG_UID": "95fxdpQyWUy0PcOXh1tYYg==",
                          "pluGuid": "76f197f7-3294-4c59-b43d-c397875b5862",
                          "plu": 1,
                          "servingsPerPack": 1,
                          "servingSize": 1,
                          "showAllergens": 1,
                          "energy": 1,
                          "protein": 1,
                          "fat": 1,
                          "saturated": 1,
                          "carbo": 1,
                          "sugars": 1,
                          "sodium": 1,
                          "potasium": 1,
                          "calcium": 1,
                          "fibre": 1,
                          "soya": 1,
                          "nutsSeeds": 1,
                          "shells": 1,
                          "eggs": 1,
                          "dairy": 1,
                          "gluten": 1,
                          "sulphites": 1,
                          "peanuts": 1,
                          "sesame": 1,
                          "fish": 1,
                          "lupins": 1
                        },
                        "dates": {
                          "$id": "26",
                          "pluGuid": "7658afb3-7a8e-43f8-aaf3-46c87191ce71",
                          "created": "2025-08-02T23:24:40.92339",
                          "createdByUser": "sample string 1",
                          "activated": "2025-08-02T23:24:40.92339",
                          "deactivated": "2025-08-02T23:24:40.92339",
                          "lastOrdered": "2025-08-02T23:24:40.92339",
                          "lastOrderedQty": 2.0,
                          "lastReceived": "2025-08-02T23:24:40.92339",
                          "lastReceivedQty": 3.0,
                          "lastInvoiceStatus": 1,
                          "lastCounted": "2025-08-02T23:24:40.92339",
                          "lastSold": "2025-08-02T23:24:40.92339",
                          "firstSold": "2025-08-02T23:24:40.92339",
                          "awsUpdated": "2025-08-02T23:24:40.92339",
                          "lastManualUpdate": "2025-08-02T23:24:40.92339",
                          "lastManualUpdatedByUser": "sample string 5",
                          "lastUpdated": "2025-08-02T23:24:40.92339",
                          "lastUpdatedByUser": "sample string 7",
                          "lastUpdatedByHost": "2025-08-02T23:24:40.92339",
                          "doNotRangeUpdated": "2025-08-02T23:24:40.92339",
                          "doNotOrderUpdated": "2025-08-02T23:24:40.92339",
                          "tracked": "2025-08-02T23:24:40.92339"
                        },
                        "allergens": [
                          {
                            "$id": "27",
                            "allergenID": 1,
                            "pluG_UID": "0NWyFPpEh0OrEklIPQ07fw==",
                            "pluGuid": "14b2d5d0-44fa-4387-ab12-49483d0d3b7f",
                            "contains": 2,
                            "allergenName": "sample string 3",
                            "storeIDs": [
                              1,
                              2
                            ]
                          },
                          {
                            "$ref": "27"
                          }
                        ],
                        "costs": {
                          "$id": "28",
                          "pluG_UID": "l8U5vcnGDkSRHOrkA5aLhw==",
                          "pluGuid": "bd39c597-c6c9-440e-911c-eae403968b87",
                          "enteredCost": 1,
                          "weightedAvgCost": 1,
                          "lastCost": 1,
                          "rawEnteredCost": 2,
                          "rawWeightedAvgCost": 3,
                          "rawLastCost": 4,
                          "freight": 5.0,
                          "freightType": 6,
                          "costDecimals": 7,
                          "fifoCost": 1,
                          "updated": "2025-08-02T23:24:40.92339",
                          "normalCost": 1,
                          "currentCost": 1
                        },
                        "sales": [
                          {
                            "$id": "29",
                            "saleHeaderID": 1,
                            "created": "2025-08-02T23:24:40.92339",
                            "createdLocal": "2025-08-02T23:24:40.92339",
                            "storeID": 3,
                            "storeName": "sample string 4",
                            "operatorG_Uid": "k6LL2OAlXUWHIAPqUjYRLQ==",
                            "operatorGuid": "d8cba293-25e0-455d-8720-03ea5236112d",
                            "operatorName": "sample string 5",
                            "tranType": 1,
                            "plu": 1,
                            "pluG_UId": "5bjIfGGaoEKoo6V20AJWfQ==",
                            "pluGuid": "7cc8b8e5-9a61-42a0-a8a3-a576d002567d",
                            "normalPrice": 1,
                            "totalCents": 1,
                            "cost": 1,
                            "grossProfit": 1,
                            "quantity": 1,
                            "operator": {
                              "$id": "30",
                              "id": 1,
                              "g_Uid": "3zUpX/cWLEauJCFsfM7oBQ==",
                              "guid": "5f2935df-16f7-462c-ae24-216c7ccee805",
                              "operatorNumber": 1,
                              "shortName": "sample string 2",
                              "firstName": "sample string 3",
                              "lastName": "sample string 4",
                              "password": "sample string 5",
                              "hasPassword": true,
                              "passwordText": "sample string 6",
                              "rfidTagID": "sample string 7",
                              "blueprintID": 1,
                              "groupID": 1,
                              "groupName": "sample string 8",
                              "managerGroupID": 1,
                              "managerGroupName": "sample string 9",
                              "zoneID": 1,
                              "zoneName": "sample string 10",
                              "loggedIn": 1,
                              "lastUsedIP": "sample string 11",
                              "deleted": true,
                              "locked": true,
                              "allowOpenTill": true,
                              "webEmail": "sample string 14",
                              "simpleOperatorType": 0,
                              "webRole": "sample string 15",
                              "updated": "2025-08-02T23:24:40.92339",
                              "passwordResetRequired": true,
                              "alteredInStore": true,
                              "startShift": "2025-08-02T23:24:40.92339",
                              "endShift": "2025-08-02T23:24:40.92339",
                              "machineName": "sample string 20",
                              "drawerID": 1,
                              "stores": [
                                {
                                  "$id": "31",
                                  "operatorG_UID": "QB7bIyzGtUqc6gf165sbZA==",
                                  "operatorGuid": "23db1e40-c62c-4ab5-9cea-07f5eb9b1b64",
                                  "storeID": 2,
                                  "operator": {
                                    "$ref": "30"
                                  },
                                  "store": {
                                    "$ref": "9"
                                  }
                                },
                                {
                                  "$ref": "31"
                                }
                              ]
                            }
                          },
                          {
                            "$ref": "29"
                          }
                        ],
                        "apns": [
                          {
                            "$id": "32",
                            "pluID": 1,
                            "pluG_UID": "qgAZsMRx/USo864PmTlEmg==",
                            "pluGuid": "b01900aa-71c4-44fd-a8f3-ae0f9939449a",
                            "apn": "sample string 1",
                            "deleted": true,
                            "storeID": 1,
                            "storeIDs": [
                              1,
                              2
                            ]
                          },
                          {
                            "$ref": "32"
                          }
                        ],
                        "tuns": [
                          {
                            "$id": "33",
                            "pluG_UId": "rqOQSicbxUKYu6C5TrRBdg==",
                            "pluGuid": "4a90a3ae-1b27-42c5-98bb-a0b94eb44176",
                            "apn": "sample string 1",
                            "tun": "sample string 2",
                            "cartonQuantity": 3,
                            "product": {
                              "$ref": "18"
                            },
                            "storeIDs": [
                              1,
                              2
                            ]
                          },
                          {
                            "$ref": "33"
                          }
                        ],
                        "competitionPricing": [
                          {
                            "$id": "34",
                            "identifier": "AAPwPQdUtk+0UQ9o1fxDZQ==",
                            "identifierGuid": "3df00300-5407-4fb6-b451-0f68d5fc4365",
                            "pluG_UID": "/WQj4E+IcEmj4q+XkgSAnw==",
                            "pluGuid": "e02364fd-884f-4970-a3e2-af979204809f",
                            "competitionID": 1,
                            "name": "sample string 2",
                            "sellMultiple": 3,
                            "retailPrice": 4,
                            "storeName": "sample string 5"
                          },
                          {
                            "$ref": "34"
                          }
                        ],
                        "supplier": {
                          "$ref": "13"
                        },
                        "supplierName": "sample string 147",
                        "children": [
                          {
                            "$ref": "18"
                          },
                          {
                            "$ref": "18"
                          }
                        ],
                        "ordering": {
                          "$ref": "16"
                        },
                        "flipChartPages": [
                          {
                            "$id": "35",
                            "identifier": "2xUnTgeQI0ychjrzYGt8/A==",
                            "groupName": "sample string 1",
                            "identifierGuid": "4e2715db-9007-4c23-9c86-3af3606b7cfc",
                            "exists": true,
                            "flipChartIdentifier": "6teTBbWiCkCHCKWgzkYT5Q==",
                            "flipChartIdentifierGuid": "0593d7ea-a2b5-400a-8708-a5a0ce4613e5",
                            "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": "bYoAuW7cWEO5Rl7LEfQTog==",
                            "groupIdentifierGuid": "b9008a6d-dc6e-4358-b946-5ecb11f413a2",
                            "flipChart": {
                              "$id": "36",
                              "identifier": "+2hffHSG3kyIgftywpa4jA==",
                              "identifierGuid": "7c5f68fb-8674-4cde-8881-fb72c296b88c",
                              "displayName": "sample string 2",
                              "sortOrder": 3,
                              "productsPerRow": 4,
                              "rowsPerPage": 5,
                              "buttonMarginX": 6,
                              "buttonMarginY": 7,
                              "beginButtonsX": 8,
                              "beginButtonsY": 9,
                              "autoSizeButtons": true,
                              "autoSizeGrid": true,
                              "showButtonText": true,
                              "showButtonImage": true,
                              "formLocationX": 1,
                              "formLocationY": 1,
                              "formWidth": 14,
                              "formHeight": 15,
                              "formMaximised": true,
                              "formResizable": true,
                              "formBackgroundImage": "sample string 16",
                              "formBackgroundColourA": 1,
                              "formBackgroundColourR": 1,
                              "formBackgroundColourG": 1,
                              "formBackgroundColourB": 1,
                              "formFontFamily": "sample string 17",
                              "formFontSize": 1.1,
                              "formFontStyle": 1,
                              "formAttributes": "sample string 18",
                              "buttonWidth": 19,
                              "buttonHeight": 20,
                              "buttonAnchor": 21,
                              "buttonBackgroundImage": "sample string 22",
                              "buttonTopColour": 1,
                              "buttonTextColour": 1,
                              "buttonBottomColour": 1,
                              "buttonBorderColour": 1,
                              "buttonBorderWidth": 1,
                              "buttonRadius": 1,
                              "buttonGradientMode": 1,
                              "buttonDropShadow": true,
                              "buttonShadowWidth": 1,
                              "buttonHighLightOnPush": true,
                              "buttonFontFamily": "sample string 23",
                              "buttonFontSize": 1.1,
                              "buttonFontStyle": 1,
                              "buttonTextAlign": 1,
                              "buttonWordBreak": true,
                              "buttonDrawImageAndButton": true,
                              "buttonVerticalText": true,
                              "buttonImageAlign": 1,
                              "panelLocationX": 1,
                              "panelLocationY": 1,
                              "panelWidth": 1,
                              "panelHeight": 1,
                              "panelAnchor": 1,
                              "panelFontFamily": "sample string 24",
                              "panelFontSize": 1.1,
                              "panelFontStyle": 1,
                              "panelBackgroundColour": 1,
                              "panelTextColour": 1,
                              "panelAttributes": "sample string 25",
                              "unsentCount": 26,
                              "group": {
                                "$id": "37",
                                "identifier": "IVrjo6uiQ0yXvKc0nsWwyg==",
                                "identifierGuid": "a3e35a21-a2ab-4c43-97bc-a7349ec5b0ca",
                                "name": "sample string 2",
                                "formType": "sample string 3",
                                "forms": [
                                  {
                                    "$id": "38",
                                    "id": 1,
                                    "g_UID": "MX95dGd/fEWsZk0sEEeMag==",
                                    "guid": "74797f31-7f67-457c-ac66-4d2c10478c6a",
                                    "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": "TfILtrzg90SGehJcvskrWw==",
                                    "previousFormGuid": "b60bf24d-e0bc-44f7-867a-125cbec92b5b",
                                    "nextForm": 1,
                                    "nextFormG_UID": "FYs4B1qTt0afkzgxucO3vQ==",
                                    "nextFormGuid": "07388b15-935a-46b7-9f93-3831b9c3b7bd",
                                    "attributes": "sample string 10",
                                    "updated": "2025-08-02T23:24:40.92339",
                                    "positioning": 1,
                                    "contentPanel": "sample string 11",
                                    "selectionMode": 1,
                                    "maximumSelections": 1,
                                    "alteredInStore": true,
                                    "deleted": true,
                                    "blueprintID": 1,
                                    "preserveLayout": true,
                                    "mainCheckoutFormName": "sample string 13",
                                    "nextCheckoutForm": {
                                      "$ref": "38"
                                    },
                                    "previousCheckoutForm": {
                                      "$ref": "38"
                                    },
                                    "buttons": [
                                      {
                                        "$id": "39",
                                        "id": 1,
                                        "checkoutFormID": 2,
                                        "checkoutFormG_UID": "lnhS+j8O/EK8n11/EveWPw==",
                                        "checkoutFormGuid": "fa527896-0e3f-42fc-bc9f-5d7f12f7963f",
                                        "identifier": "kIyyveMob0u1Y0g0nWBQHw==",
                                        "identifierGuid": "bdb28c90-28e3-4b6f-b563-48349d60501f",
                                        "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": "MERjdUxaCUKP829rnbb9ag==",
                                        "valueGuid": "75634430-5a4c-4209-8ff3-6f6b9db6fd6a",
                                        "buttonText": "sample string 10",
                                        "valueText": "sample string 11",
                                        "drawImageAndButton": true,
                                        "updated": "2025-08-02T23:24:40.92339",
                                        "action": "sample string 12",
                                        "valueForm": {
                                          "$ref": "38"
                                        },
                                        "image": {
                                          "$id": "40",
                                          "name": "sample string 3.sample string 4",
                                          "imageID": 2,
                                          "imageName": "sample string 3",
                                          "imageExtension": "sample string 4",
                                          "lastUpdate": "2025-08-02T23:24:40.92339",
                                          "imageData": "QEA=",
                                          "readOnly": true
                                        }
                                      },
                                      {
                                        "$ref": "39"
                                      }
                                    ],
                                    "panels": [
                                      {
                                        "$id": "41",
                                        "id": 1,
                                        "checkoutFormID": 2,
                                        "checkoutFormG_UID": "jy38eFsIYUiUfORykYe3TQ==",
                                        "checkoutFormGuid": "78fc2d8f-085b-4861-947c-e4729187b74d",
                                        "panelType": "sample string 4",
                                        "name": "sample string 5",
                                        "locationX": 6,
                                        "locationY": 7,
                                        "width": 8,
                                        "height": 9,
                                        "anchor": 10,
                                        "fontFamily": "sample string 11",
                                        "fontSize": 12.1,
                                        "fontStyle": 13,
                                        "backgroundColour": 14,
                                        "textColour": 15,
                                        "attributes": "sample string 16"
                                      },
                                      {
                                        "$ref": "41"
                                      }
                                    ]
                                  },
                                  {
                                    "$ref": "38"
                                  }
                                ],
                                "panels": [
                                  {
                                    "$ref": "41"
                                  },
                                  {
                                    "$ref": "41"
                                  }
                                ]
                              },
                              "pages": [
                                {
                                  "$ref": "35"
                                },
                                {
                                  "$ref": "35"
                                }
                              ]
                            },
                            "contentPanel": {
                              "$ref": "41"
                            },
                            "products": [
                              {
                                "$id": "42",
                                "flipChartPageIdentifier": "oazlRqjfYkC2Mvgn+NQT6Q==",
                                "flipChartPageIdentifierGuid": "46e5aca1-dfa8-4062-b632-f827f8d413e9",
                                "pluG_UID": "0ovRBjkIwE+7LV48HZy3cA==",
                                "pluGuid": "06d18bd2-0839-4fc0-bb2d-5e3c1d9cb770",
                                "sortOrder": 3,
                                "sent": true,
                                "productChanged": true,
                                "productImageName": "sample string 6",
                                "productShowImageOnFlipCharts": true,
                                "productShowTextOnFlipCharts": true,
                                "productOverrideFlipChartText": true,
                                "productFlipChartText": "sample string 10",
                                "product": {
                                  "$ref": "18"
                                },
                                "departmentSortOrder": 11,
                                "subDepartmentName": "sample string 12"
                              },
                              {
                                "$ref": "42"
                              }
                            ],
                            "productCount": 27,
                            "pages": [
                              {
                                "$ref": "35"
                              },
                              {
                                "$ref": "35"
                              }
                            ]
                          },
                          {
                            "$ref": "35"
                          }
                        ],
                        "priceHistory": [
                          {
                            "$id": "43",
                            "pluG_UID": "TDReayQzJUuaqHXbK+85bQ==",
                            "pluGuid": "6b5e344c-3324-4b25-9aa8-75db2bef396d",
                            "price": 1,
                            "costCalcMethod": 1,
                            "cost": 2,
                            "weightedAvgCost": 3,
                            "lastCost": 4,
                            "rawCost": 5,
                            "rawWeightedAvgCost": 6,
                            "rawLastCost": 7,
                            "costDecimals": 8,
                            "serviceFeeID": 9,
                            "freight": 10.0,
                            "freightType": 11,
                            "process": "sample string 12",
                            "user": "sample string 13",
                            "updated": "2025-08-02T23:24:40.92339",
                            "previousPrice": 1,
                            "previousCostCalcMethod": 1,
                            "previousCost": 1,
                            "previousWeightedAvgCost": 1,
                            "previousLastCost": 1,
                            "previousRawCost": 15,
                            "previousRawWeightedAvgCost": 16,
                            "previousRawLastCost": 17,
                            "previousCostDecimals": 1,
                            "previousServiceFeeID": 18,
                            "previousFreight": 19.0,
                            "previousFreightType": 20,
                            "storeID": 21,
                            "storeName": "sample string 22",
                            "serviceFeeDescription": "sample string 23",
                            "previousServiceFeeDescription": "sample string 24"
                          },
                          {
                            "$ref": "43"
                          }
                        ],
                        "ingredients": [
                          {
                            "$id": "44",
                            "pluG_UID": "P3ZJDBh4WEO5nYKrF0BLnw==",
                            "ingredientGuid": "Lsjxu/5p3EOPP/tGgsC7cQ==",
                            "ingredientIdentifier": "bbf1c82e-69fe-43dc-8f3f-fb4682c0bb71",
                            "quantity": 1.0,
                            "storeIDs": [
                              1,
                              2
                            ],
                            "ingredientText": "sample string 1",
                            "ingredient": {
                              "$ref": "18"
                            }
                          },
                          {
                            "$ref": "44"
                          }
                        ],
                        "bins": [
                          {
                            "$id": "45",
                            "pluG_UID": "eKDbM7blakK6iwXIQdNKmA==",
                            "pluGuid": "33dba078-e5b6-426a-ba8b-05c841d34a98",
                            "shelfLocationIdentifier": "tX+Tf59odki29Okpx6RarA==",
                            "shelfLocationGuid": "7f937fb5-689f-4876-b6f4-e929c7a45aac",
                            "labelShelfDefault": 1,
                            "labelTalkerDefault": 1,
                            "labelSmall": true,
                            "labelPageLayoutG_UID": "oy0xuF95wkmN6u7yWFWqDw==",
                            "labelPageLayoutGuid": "b8312da3-795f-49c2-8dea-eef25855aa0f",
                            "updated": "2025-08-02T23:24:40.92339",
                            "electronicShelfLabelIdentifier": "sample string 5",
                            "electronicshelfLabelsConfigurationID": 6,
                            "labelShelfChanged": true,
                            "productName": "sample string 8",
                            "locationText": "sample string 9",
                            "product": {
                              "$ref": "18"
                            },
                            "location": {
                              "$id": "46",
                              "identifier": "55OV/1gYF0Ov7PcKpJrodw==",
                              "storeID": 1,
                              "identifierGuid": "ff9593e7-1858-4317-afec-f70aa49ae877",
                              "name": "sample string 2",
                              "haccp": true,
                              "blueprintID": 1,
                              "updated": "2025-08-02T23:24:40.92339",
                              "minTemp": 1,
                              "maxTemp": 1,
                              "checkFrequency": 1,
                              "storeCaseConfiguration": 5,
                              "storeName": "sample string 6",
                              "bins": [
                                {
                                  "$ref": "45"
                                },
                                {
                                  "$ref": "45"
                                }
                              ]
                            }
                          },
                          {
                            "$ref": "45"
                          }
                        ],
                        "bin": {
                          "$ref": "45"
                        },
                        "scaleLocations": [
                          {
                            "$id": "47",
                            "plu": 1,
                            "pluG_UID": "K/5GU6PEYk+AvX5eHyfyEA==",
                            "pluGuid": "5346fe2b-c4a3-4f62-80bd-7e5e1f27f210",
                            "deptNo": 1,
                            "product": {
                              "$ref": "18"
                            },
                            "scaleLocation": {
                              "$id": "48",
                              "id": 1,
                              "deptNo": 1,
                              "deptCode": "sample string 2",
                              "name": "sample string 3",
                              "enabled": true,
                              "updated": "2025-08-02T23:24:40.92339",
                              "department": {
                                "$id": "49",
                                "id": 1,
                                "name": "sample string 2",
                                "code": "sample string 3",
                                "sortOrder": 4,
                                "isLiquor": true,
                                "isTobacco": true,
                                "excludeTalker": true,
                                "externalSales": true,
                                "saleGLCode": "sample string 9",
                                "cogsglCode": "sample string 10",
                                "accountingCategoryID": 11,
                                "maximumMarkdownPercentage": 12.0,
                                "accountingOnly": true,
                                "generateExternalID": 1,
                                "useNonReportableTaxCode": true,
                                "minPLU": 15,
                                "maxPLU": 16,
                                "scaleLocation": {
                                  "$ref": "48"
                                },
                                "subDepartments": [
                                  {
                                    "$id": "50",
                                    "id": 1,
                                    "departmentID": 2,
                                    "name": "sample string 3",
                                    "code": "sample string 4",
                                    "departmentCode": "sample string 5",
                                    "externalSales": true,
                                    "minorDepartments": [
                                      {
                                        "$id": "51",
                                        "id": 1,
                                        "subDepartmentID": 2,
                                        "departmentID": 3,
                                        "name": "sample string 4",
                                        "subDepartmentCode": "sample string 5",
                                        "departmentCode": "sample string 6",
                                        "code": "sample string 7",
                                        "lesserDepartments": [
                                          {
                                            "$id": "52",
                                            "id": 1,
                                            "departmentID": 2,
                                            "subDepartmentID": 3,
                                            "minorDepartmentID": 4,
                                            "name": "sample string 5",
                                            "code": "sample string 6",
                                            "departmentCode": "sample string 7",
                                            "subDepartmentCode": "sample string 8",
                                            "minorDepartmentCode": "sample string 9",
                                            "updated": "2025-08-02T23:24:40.92339",
                                            "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": "VWnT/ydyfkifYWzThhDvog==",
                                            "labelPageLayoutGuid": "ffd36955-7227-487e-9f61-6cd38610efa2",
                                            "minimumAge": 17,
                                            "countryOfOrigin": "sample string 18",
                                            "serviceFeeID": 1,
                                            "eftCode": 19,
                                            "defaultPrinter": "sample string 20",
                                            "defaultPrinterGroup": "sample string 21",
                                            "buyingLimit": 1,
                                            "buyingLimitIndependent": true,
                                            "buyingLimitType": 0,
                                            "includeInDistinctLimit": true,
                                            "defaultsEmpty": false,
                                            "mscCat": {
                                              "$id": "53",
                                              "dept": 1,
                                              "category": 2,
                                              "name": "sample string 3",
                                              "active": true,
                                              "mscCommodities": [
                                                {
                                                  "$id": "54",
                                                  "dept": 1,
                                                  "category": 2,
                                                  "commodity": 3,
                                                  "name": "sample string 4",
                                                  "active": true,
                                                  "mscSubCommodities": [
                                                    {
                                                      "$id": "55",
                                                      "dept": 1,
                                                      "category": 2,
                                                      "commodity": 3,
                                                      "subCommodity": 4,
                                                      "name": "sample string 5",
                                                      "active": true,
                                                      "subCommodityCode": "sample string 7"
                                                    },
                                                    {
                                                      "$ref": "55"
                                                    }
                                                  ],
                                                  "commodityCode": "sample string 6"
                                                },
                                                {
                                                  "$ref": "54"
                                                }
                                              ],
                                              "categoryCode": "sample string 5"
                                            },
                                            "mscCom": {
                                              "$ref": "54"
                                            },
                                            "mscDep": {
                                              "$id": "56",
                                              "dept": 1,
                                              "name": "sample string 2",
                                              "active": true,
                                              "mscCategories": [
                                                {
                                                  "$ref": "53"
                                                },
                                                {
                                                  "$ref": "53"
                                                }
                                              ],
                                              "deptCode": "sample string 4"
                                            },
                                            "mscSubCom": {
                                              "$ref": "55"
                                            }
                                          },
                                          {
                                            "$ref": "52"
                                          }
                                        ],
                                        "updated": "2025-08-02T23:24:40.92339",
                                        "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": "WGdI2ksXZEiOV/5SOw8WWg==",
                                        "labelPageLayoutGuid": "da486758-174b-4864-8e57-fe523b0f165a",
                                        "minimumAge": 15,
                                        "countryOfOrigin": "sample string 16",
                                        "serviceFeeID": 1,
                                        "eftCode": 17,
                                        "defaultPrinter": "sample string 18",
                                        "defaultPrinterGroup": "sample string 19",
                                        "buyingLimit": 1,
                                        "buyingLimitIndependent": true,
                                        "buyingLimitType": 0,
                                        "includeInDistinctLimit": true,
                                        "defaultsEmpty": false,
                                        "mscCat": {
                                          "$ref": "53"
                                        },
                                        "mscCom": {
                                          "$ref": "54"
                                        },
                                        "mscDep": {
                                          "$ref": "56"
                                        },
                                        "mscSubCom": {
                                          "$ref": "55"
                                        }
                                      },
                                      {
                                        "$ref": "51"
                                      }
                                    ],
                                    "investmentBuyOverride": true,
                                    "updated": "2025-08-02T23:24:40.92339",
                                    "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": "9gld9DkGKEGUe38DlXUh5Q==",
                                    "labelPageLayoutGuid": "f45d09f6-0639-4128-947b-7f03957521e5",
                                    "minimumAge": 15,
                                    "countryOfOrigin": "sample string 16",
                                    "serviceFeeID": 1,
                                    "eftCode": 17,
                                    "defaultPrinter": "sample string 18",
                                    "defaultPrinterGroup": "sample string 19",
                                    "buyingLimit": 1,
                                    "buyingLimitIndependent": true,
                                    "buyingLimitType": 0,
                                    "includeInDistinctLimit": true,
                                    "defaultsEmpty": false,
                                    "mscCat": {
                                      "$ref": "53"
                                    },
                                    "mscCom": {
                                      "$ref": "54"
                                    },
                                    "mscDep": {
                                      "$ref": "56"
                                    },
                                    "mscSubCom": {
                                      "$ref": "55"
                                    }
                                  },
                                  {
                                    "$ref": "50"
                                  }
                                ],
                                "stores": [
                                  1,
                                  2
                                ],
                                "investmentBuyOverride": true,
                                "updated": "2025-08-02T23:24:40.92339",
                                "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": "3i9GJOTCVE6ZSl/jnk3FdQ==",
                                "labelPageLayoutGuid": "24462fde-c2e4-4e54-994a-5fe39e4dc575",
                                "minimumAge": 25,
                                "countryOfOrigin": "sample string 26",
                                "serviceFeeID": 1,
                                "eftCode": 27,
                                "defaultPrinter": "sample string 28",
                                "defaultPrinterGroup": "sample string 29",
                                "buyingLimit": 1,
                                "buyingLimitIndependent": true,
                                "buyingLimitType": 0,
                                "includeInDistinctLimit": true,
                                "defaultsEmpty": false,
                                "mscCat": {
                                  "$ref": "53"
                                },
                                "mscCom": {
                                  "$ref": "54"
                                },
                                "mscDep": {
                                  "$ref": "56"
                                },
                                "mscSubCom": {
                                  "$ref": "55"
                                }
                              }
                            }
                          },
                          {
                            "$ref": "47"
                          }
                        ],
                        "nextPrice": {
                          "$id": "57",
                          "id": 1,
                          "campaignID": 2,
                          "campaignName": "sample string 3",
                          "plu": 1,
                          "hostOfferID": 1,
                          "metcashPromotionID": "sample string 4",
                          "metcashPromotionPlacement": "sample string 5",
                          "pluG_UID": "pswZ1Rg2kUeUuWm1VgeZaA==",
                          "pluGuid": "d519cca6-3618-4791-94b9-69b556079968",
                          "newPrice": 1,
                          "pctDiscount": 1,
                          "newCost": 1,
                          "newCostDecimals": 6,
                          "dealCostIdentifier": "eVCcxIKKrke441K8ltW0cA==",
                          "dealCostGuid": "c49c5079-8a82-47ae-b8e3-52bc96d5b470",
                          "pluName": "sample string 7",
                          "apn": "sample string 8",
                          "fuelItem": true,
                          "priceGroupG_UID": "tVkCZ7m7ekKFC2DJRpfXkg==",
                          "priceGroupGuid": "670259b5-bbb9-427a-850b-60c94697d792",
                          "itemNumber": "sample string 10",
                          "cri": "sample string 11",
                          "pluPrice": 12,
                          "pluCost": 13,
                          "pluCostIndicator": "sample string 14",
                          "pluPriceGstPercent": 15,
                          "pluCostGstPercent": 16,
                          "pluActive": true,
                          "cartonQty": 1.1,
                          "baseUnits": 18.1,
                          "salesMode": 1,
                          "pluNormalCost": 19,
                          "pluaws": 20.0,
                          "directNumber": "sample string 21",
                          "departmentName": "sample string 22",
                          "subDepartmentName": "sample string 23",
                          "priceGroupName": "sample string 24",
                          "supplierName": "sample string 25",
                          "stockOnHand": 1.1,
                          "stockOnOrder": 1.1,
                          "lastReceived": "2025-08-02T23:24:40.92339",
                          "rrp": 26,
                          "campaignDescription": "sample string 27",
                          "campaignComboPriceGroupG_UID": "8v2G8UKTYkmePRIvVjxcpg==",
                          "campaignComboPriceGroupIdentifier": "f186fdf2-9342-4962-9e3d-122f563c5ca6",
                          "promotionPlacementDescription": "sample string 28",
                          "storeAcceptances": [
                            {
                              "$id": "58",
                              "plu": 1,
                              "pluG_UId": "QEA=",
                              "campaignID": 1,
                              "campaignName": "sample string 2",
                              "storeID": 3,
                              "acceptedUtc": "2025-08-02T23:24:40.92339",
                              "operatorG_UID": "CCm5DjeupkaOKluk+zerMA==",
                              "operatorGuid": "0eb92908-ae37-46a6-8e2a-5ba4fb37ab30",
                              "machineID": 1,
                              "processed": true,
                              "appliedUtc": "2025-08-02T23:24:40.92339",
                              "signIqTicketFileMovedUtc": "2025-08-02T23:24:40.92339",
                              "user": "sample string 6",
                              "campaignDescription": "sample string 7",
                              "productDesc": "sample string 8",
                              "storeName": "sample string 9",
                              "effectiveUtc": "2025-08-02T23:24:40.92339",
                              "priceChangeType": 0,
                              "operatorName": "sample string 10",
                              "hostCampaign": true,
                              "product": {
                                "$ref": "18"
                              },
                              "campaignPlu": {
                                "$ref": "57"
                              }
                            },
                            {
                              "$ref": "58"
                            }
                          ],
                          "campaign": {
                            "$id": "59",
                            "id": 1,
                            "storeID": 2,
                            "name": "cc879363-6893-4c09-81a6-0ce3ffc0b7a6",
                            "nameGuid": "cc879363-6893-4c09-81a6-0ce3ffc0b7a6",
                            "description": "sample string 4",
                            "showDiscounts": true,
                            "showTotals": true,
                            "onlyEvaluateOnSubtotal": true,
                            "useDescription": true,
                            "campaignType": 1,
                            "startDate": "2025-08-02T23:24:40.92339",
                            "startTime": 1,
                            "endDate": "2025-08-02T23:24:40.92339",
                            "endTime": 1,
                            "recurrence": 1,
                            "recurrenceType": 1,
                            "monthType": 1,
                            "weekDays": 1,
                            "months": 1,
                            "monthWeeks": 1,
                            "monthDays": "sample string 7",
                            "printed": true,
                            "talkerText": "sample string 8",
                            "rangeDescription": "sample string 9",
                            "dealDescription": "sample string 10",
                            "labelQuantity": 11,
                            "active": 1,
                            "deactivated": "2025-08-02T23:24:40.92339",
                            "system": true,
                            "created": "2025-08-02T23:24:40.92339",
                            "updated": "2025-08-02T23:24:40.92339",
                            "priceChangeNotifiedUtc": "2025-08-02T23:24:40.92339",
                            "promoType": 1,
                            "promotionTypeCode": "sample string 13",
                            "hostIdentifier": "RH1T+nL0GU6lH8pMK1QvLw==",
                            "hostIdentifierGuid": "fa537d44-f472-4e19-a51f-ca4c2b542f2f",
                            "hostType": 14,
                            "createdByUser": "sample string 15",
                            "fromHost": true,
                            "deleted": true,
                            "campaignDeleted": "2025-08-02T23:24:40.92339",
                            "updatedByUser": "sample string 18",
                            "offerID": 1,
                            "isPriceChangeCampaign": true,
                            "stores": [
                              1,
                              2
                            ],
                            "storeNames": [
                              "sample string 1",
                              "sample string 2"
                            ],
                            "campaignPlus": [
                              {
                                "$ref": "57"
                              },
                              {
                                "$ref": "57"
                              }
                            ],
                            "campaignPools": [
                              {
                                "$id": "60",
                                "id": 1,
                                "campaignID": 2,
                                "campaignName": "sample string 3",
                                "plu": 4,
                                "pluG_UID": "JEad7bYX/EmDJeH5dLKaRg==",
                                "pluGuid": "ed9d4624-17b6-49fc-8325-e1f974b29a46",
                                "hostOfferID": 1,
                                "priceGroupG_UID": "SRn7mZwC1EuIx41yDPS06g==",
                                "priceGroupGuid": "99fb1949-029c-4bd4-88c7-8d720cf4b4ea",
                                "fuelItem": true,
                                "pluName": "sample string 6",
                                "apn": "sample string 7",
                                "pluActive": true,
                                "cartonQty": 1,
                                "baseUnits": 9.1,
                                "cri": "sample string 10",
                                "salesMode": 1,
                                "pluaws": 11.0,
                                "directNumber": "sample string 12",
                                "departmentName": "sample string 13",
                                "subDepartmentName": "sample string 14",
                                "priceGroupName": "sample string 15",
                                "supplierName": "sample string 16",
                                "stockOnHand": 1.1,
                                "stockOnOrder": 1.1,
                                "lastReceived": "2025-08-02T23:24:40.92339",
                                "rrp": 17,
                                "campaignDescription": "sample string 18",
                                "product": {
                                  "$ref": "18"
                                },
                                "campaign": {
                                  "$ref": "59"
                                }
                              },
                              {
                                "$ref": "60"
                              }
                            ],
                            "sellingRules": [
                              {
                                "$id": "61",
                                "id": 1,
                                "identifier": "Sxvrtjl2sUG1hMj8QInl5Q==",
                                "identifierStr": "Sxvrtjl2sUG1hMj8QInl5Q==",
                                "identifierGuid": "b6eb1b4b-7639-41b1-b584-c8fc4089e5e5",
                                "campaignID": 4,
                                "campaignName": "sample string 5",
                                "ruleJoin": 1,
                                "ruleType": 6,
                                "operand0": "sample string 7",
                                "comparisonOp": 1,
                                "operand1": "sample string 8",
                                "action": 1,
                                "operand2": "sample string 9",
                                "operand3": "sample string 10",
                                "includeExcludedItems": true,
                                "noFurtherDiscounts": true,
                                "description": "sample string 11",
                                "sortOrder": 1,
                                "isItemRule": false,
                                "prevDept": "sample string 12",
                                "campaign": {
                                  "$ref": "59"
                                }
                              },
                              {
                                "$ref": "61"
                              }
                            ],
                            "customers": [
                              {
                                "$id": "62",
                                "id": 1,
                                "campaignID": 2,
                                "campaignName": "sample string 3",
                                "customerID": "yOOuvwSDGkOJrWH/gfLM+w==",
                                "customerIDGuid": "bfaee3c8-8304-431a-89ad-61ff81f2ccfb",
                                "campaign": {
                                  "$ref": "59"
                                },
                                "customer": {
                                  "$id": "63",
                                  "identifier": "06nMn8S+LEe3+ReGUCHE2A==",
                                  "identifierGuid": "9fcca9d3-bec4-472c-b7f9-17865021c4d8",
                                  "code": "sample string 2",
                                  "familyName": "sample string 3",
                                  "givenName": "sample string 4",
                                  "otherName": "sample string 5",
                                  "title": "sample string 6",
                                  "dateOfBirth": "2025-08-02T23:24:40.92339",
                                  "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": "mtRT6SbM4kuAumyBxDm2/Q==",
                                  "communityIdentifierGuid": "e953d49a-cc26-4be2-80ba-6c81c439b6fd",
                                  "joined": "2025-08-02T23:24:40.92339",
                                  "updated": "2025-08-02T23:24:40.92339",
                                  "active": true,
                                  "reasonInactive": 1,
                                  "groupCustomer": true,
                                  "loyaltyPoints": 1,
                                  "homeStoreID": 1,
                                  "availableSpend": 1,
                                  "priceLevelIdentifier": "76AUH4Mz5k68R7FUzCkIAA==",
                                  "priceLevelIdentifierGuid": "1f14a0ef-3383-4ee6-bc47-b154cc290800",
                                  "marketingID": "sample string 18",
                                  "hidden": true,
                                  "registered": true,
                                  "registeredOn": "2025-08-02T23:24:40.92339",
                                  "emailMarketing": true,
                                  "smsMarketing": true,
                                  "deleted": true,
                                  "deletedUser": "sample string 24",
                                  "homeStoreName": "sample string 25",
                                  "customerCards": [
                                    {
                                      "$id": "64",
                                      "cardType": 2,
                                      "issueDate": "2025-08-02T23:24:40.92339",
                                      "expiry": "2025-08-02T23:24:40.92339",
                                      "customerID": "WvvwvBe1kEGq5X+2xZ1Zfg==",
                                      "customerIDGuid": "bcf0fb5a-b517-4190-aae5-7fb6c59d597e",
                                      "initialValue": 1,
                                      "currentValue": 1,
                                      "maxLimit": 1,
                                      "minTransaction": 1,
                                      "maxTransaction": 1,
                                      "multiplier": 1.1,
                                      "active": true,
                                      "reasonInactive": 1,
                                      "idRequired": true,
                                      "idType": 1,
                                      "idValue": "sample string 5",
                                      "updated": "2025-08-02T23:24:40.92339",
                                      "linkedAccount": "HZOK58wc5k6qRioK3fjsng==",
                                      "linkedAccountGuid": "e78a931d-1ccc-4ee6-aa46-2a0addf8ec9e",
                                      "currentValueChanged": true,
                                      "limitsChanged": true,
                                      "customer": {
                                        "$ref": "63"
                                      },
                                      "account": {
                                        "$id": "65",
                                        "id": 1,
                                        "identifier": "0tT6ksBgeUiL232h7GEbKw==",
                                        "identifierGuid": "92fad4d2-60c0-4879-8bdb-7da1ec611b2b",
                                        "referenceNo": "sample string 3",
                                        "name": "sample string 4",
                                        "created": "2025-08-02T23:24:40.92339",
                                        "owner": "uCq5H6TOoEi6Q+knyNuOHw==",
                                        "ownerGuid": "1fb92ab8-cea4-48a0-ba43-e927c8db8e1f",
                                        "accountStoreGroupIdentifier": "p3BQLHDEI0K0i5t/ch+IWQ==",
                                        "accountStoreGroupGuid": "2c5070a7-c470-4223-b48b-9b7f721f8859",
                                        "accountType": 1,
                                        "currentBalance": 1,
                                        "externalID": "sample string 7",
                                        "maximumLimit": 1,
                                        "accruePoints": true,
                                        "loyaltyPoints": 1,
                                        "termsOfTrade": 1,
                                        "signatureRequired": true,
                                        "referenceRequired": true,
                                        "statementSendType": 10,
                                        "ageingPeriod": 1,
                                        "monthlyAgeingPeriod": true,
                                        "explodedInvoice": true,
                                        "isFifoAllocation": true,
                                        "lastStatementSent": "2025-08-02T23:24:40.92339",
                                        "active": true,
                                        "updated": "2025-08-02T23:24:40.92339",
                                        "deleted": true,
                                        "deletedUser": "sample string 16",
                                        "currentBalanceChanged": true,
                                        "maximumLimitChanged": true,
                                        "loyaltyPointsChanged": true,
                                        "projectedBalance": 17,
                                        "accountStoreGroupStoreIDs": [
                                          1,
                                          2
                                        ],
                                        "customerEmail": "sample string 18",
                                        "ownerCustomer": {
                                          "$ref": "63"
                                        },
                                        "card": {
                                          "$ref": "64"
                                        },
                                        "members": {
                                          "$id": "66",
                                          "sample string 1": [
                                            {
                                              "$ref": "63"
                                            },
                                            {
                                              "$ref": "63"
                                            }
                                          ],
                                          "sample string 2": [
                                            {
                                              "$ref": "63"
                                            },
                                            {
                                              "$ref": "63"
                                            }
                                          ]
                                        },
                                        "customerGroups": [
                                          {
                                            "$id": "67",
                                            "identifier": "v8ZG5gqlcUuKNprypZT3sA==",
                                            "identifierGuid": "e646c6bf-a50a-4b71-8a36-9af2a594f7b0",
                                            "name": "sample string 2",
                                            "primaryContact": "1LefknWUbEOAi09GofWnMQ==",
                                            "primaryContactGuid": "929fb7d4-9475-436c-808b-4f46a1f5a731",
                                            "accountID": "+beG0aKQzUW6b0eADctDVA==",
                                            "accountIDGuid": "d186b7f9-90a2-45cd-ba6f-47800dcb4354",
                                            "special": true,
                                            "updated": "2025-08-02T23:24:40.92339",
                                            "active": true,
                                            "reasonInactive": 1,
                                            "priceLevelIdentifier": "8VAhoJbmNEutq7aTEUGJsA==",
                                            "priceLevelIdentifierGuid": "a02150f1-e696-4b34-adab-b693114189b0",
                                            "deleted": true,
                                            "account": {
                                              "$ref": "65"
                                            },
                                            "primaryContactCustomer": {
                                              "$ref": "63"
                                            },
                                            "customerGroupMembers": [
                                              {
                                                "$id": "68",
                                                "id": 1,
                                                "groupID": "08GpAM8laUmcaLnc5xV7cQ==",
                                                "groupIDGuid": "00a9c1d3-25cf-4969-9c68-b9dce7157b71",
                                                "customerID": "AQjYSWFW40S/bucq+1Fc2w==",
                                                "customerIDGuid": "49d80801-5661-44e3-bf6e-e72afb515cdb",
                                                "card": "sample string 4",
                                                "linkedAccount": "Tz1dtvmzRkSrs9T3xsM1pw==",
                                                "linkedAccountGuid": "b65d3d4f-b3f9-4446-abb3-d4f7c6c335a7",
                                                "customer": {
                                                  "$ref": "63"
                                                },
                                                "group": {
                                                  "$ref": "67"
                                                },
                                                "customerCard": {
                                                  "$ref": "64"
                                                }
                                              },
                                              {
                                                "$ref": "68"
                                              }
                                            ]
                                          },
                                          {
                                            "$ref": "67"
                                          }
                                        ]
                                      },
                                      "payments": [
                                        {
                                          "$id": "69",
                                          "id": 1,
                                          "identifier": "oaU/3DARoEe7Md1Yb0LieA==",
                                          "identifierGuid": "dc3fa5a1-1130-47a0-bb31-dd586f42e278",
                                          "storeID": 2,
                                          "operatorName": "sample string 3",
                                          "saleHeaderID": 4,
                                          "paymentType": 5,
                                          "amount": 6,
                                          "account": "sample string 7",
                                          "accountID": "tovkXO+Z9UaVQTysU+byQQ==",
                                          "accountIDGuid": "5ce48bb6-99ef-46f5-9541-3cac53e6f241",
                                          "customerAccount": {
                                            "$ref": "65"
                                          },
                                          "customerCard": {
                                            "$ref": "64"
                                          },
                                          "accountType": 1,
                                          "cardName": "sample string 8",
                                          "authorisationNumber": "sample string 9",
                                          "bankReference": "sample string 10",
                                          "merchantID": "sample string 11",
                                          "terminalID": "sample string 12",
                                          "cardNumber": "sample string 13",
                                          "paymentDate": "2025-08-02T23:24:40.92339",
                                          "invRocNo": "sample string 14",
                                          "responseCode": "sample string 15",
                                          "cashout": 1,
                                          "tip": 16,
                                          "idempotentVoid": "625FJl9Jj0iqNlfVT3gLpA==",
                                          "idempotentVoidGuid": "26456eeb-495f-488f-aa36-57d54f780ba4",
                                          "offline": true,
                                          "processed": 1,
                                          "storeSaleHeader": {
                                            "$id": "70",
                                            "saleHeaderID": 1,
                                            "saleHeaderGuid": "nPYf6SGwIEql9WJhov0MZA==",
                                            "saleHeaderIdentifierGuid": "e91ff69c-b021-4a20-a5f5-6261a2fd0c64",
                                            "created": "2025-08-02T23:24:40.92339",
                                            "createdLocal": "2025-08-02T23:24:40.92339",
                                            "createdText": "sample string 4",
                                            "itemCount": 5,
                                            "totalAmount": 6,
                                            "cashTender": 1,
                                            "cardTender": 1,
                                            "cheqTender": 1,
                                            "acctTender": 1,
                                            "voucherTender": 1,
                                            "loyaltyPoints": 1,
                                            "cashout": 1,
                                            "changeAmount": 1,
                                            "rounding": 1,
                                            "gstAmount": 1,
                                            "transactionDiscountTender": 1,
                                            "totalTip": 7,
                                            "tranType": 1,
                                            "processed": 1,
                                            "imported": "2025-08-02T23:24:40.92339",
                                            "storeID": 1,
                                            "operatorG_Uid": "mFygGrxd802owPL2t11Bgg==",
                                            "operatorGuid": "1aa05c98-5dbc-4df3-a8c0-f2f6b75d4182",
                                            "customerG_Uid": "oSljVB1lNk2w2j1oOaUjkQ==",
                                            "customerGuid": "546329a1-651d-4d36-b0da-3d6839a52391",
                                            "communityIdentifier": "VJlx5dLJcU6NVikPjA/u1A==",
                                            "communityIdentifierGuid": "e5719954-c9d2-4e71-8d56-290f8c0feed4",
                                            "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": "ZncAMH+oU02MxkvhrxyzJw==",
                                            "priceLevelIdentifierGuid": "30007766-a87f-4d53-8cc6-4be1af1cb327",
                                            "locked": 36,
                                            "relationChecksum": "sample string 37",
                                            "loyaltyTender": 1,
                                            "giftCardTender": 1,
                                            "operator": {
                                              "$ref": "30"
                                            },
                                            "customer": {
                                              "$ref": "63"
                                            },
                                            "communityOrganisation": {
                                              "$id": "71",
                                              "id": 1,
                                              "identifier": "twuHyQkE20GFgCuw1wyuvQ==",
                                              "identifierGuid": "c9870bb7-0409-41db-8580-2bb0d70caebd",
                                              "name": "sample string 3",
                                              "lookupIdentifier": "sample string 4",
                                              "externalID": "sample string 5",
                                              "phone": "sample string 6",
                                              "fax": "sample string 7",
                                              "email": "sample string 8",
                                              "address1": "sample string 9",
                                              "address2": "sample string 10",
                                              "city": "sample string 11",
                                              "postCode": "sample string 12",
                                              "state": "sample string 13",
                                              "country": "sample string 14",
                                              "totalAmountAwarded": 15.1,
                                              "updated": "2025-08-02T23:24:40.92339",
                                              "deleted": true
                                            },
                                            "details": [
                                              {
                                                "$id": "72",
                                                "saleItemID": 1,
                                                "identifier": "N9d3kV8Pt0C0jFiNUWLqJQ==",
                                                "identifierGuid": "9177d737-0f5f-40b7-b48c-588d5162ea25",
                                                "saleHeaderID": 2,
                                                "plu": 1,
                                                "pluG_UId": "Airyks2GvE2yu4O/IVKurw==",
                                                "pluGuid": "92f22a02-86cd-4dbc-b2bb-83bf2152aeaf",
                                                "accountID": "hb5EK4T2NUOmISs6njfvWg==",
                                                "accountIDGuid": "2b44be85-f684-4335-a621-2b3a9e37ef5a",
                                                "normalPrice": 3,
                                                "originalSellingPrice": 4,
                                                "discountPrice": 5,
                                                "unit": 1,
                                                "quantity": 6,
                                                "totalCents": 7,
                                                "fixedPrice": 1,
                                                "tranType": 1,
                                                "discountType": 1,
                                                "cost": 1,
                                                "costDecimals": 8,
                                                "markdown": 1,
                                                "manualQuantity": 1,
                                                "manualPrice": 1,
                                                "manualMode": 1,
                                                "active": 1,
                                                "offline": true,
                                                "barcode": "sample string 9",
                                                "keyedSale": 1,
                                                "discountedID": 1,
                                                "fuelID": 1,
                                                "serialNumber": "sample string 10",
                                                "bestOrExpire": "2025-08-02T23:24:40.92339",
                                                "bestOrExpireType": 1,
                                                "providerName": "sample string 11",
                                                "refundG_UID": "So0OPt0zVUaeGYbJRmlruQ==",
                                                "refundGuid": "3e0e8d4a-33dd-4655-9e19-86c946696bb9",
                                                "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": "PlrsZx5s9k+Bct2t0LWXzw==",
                                                "idempotentVoidGuid": "67ec5a3e-6c1e-4ff6-8172-ddadd0b597cf",
                                                "priceLevelIdentifier": "NdSNx4Zf/kKB4hHKqmzVrQ==",
                                                "priceLevelIdentifierGuid": "c78dd435-5f86-42fe-81e2-11caaa6cd5ad",
                                                "productName": "sample string 23",
                                                "apn": "sample string 24",
                                                "unknownScans": [
                                                  {
                                                    "$id": "73",
                                                    "id": 1,
                                                    "saleDetailID": 2,
                                                    "storeID": 1,
                                                    "scanned": "2025-08-02T23:24:40.92339",
                                                    "operatorG_UID": "QEA=",
                                                    "barcode": "sample string 4",
                                                    "processed": 1
                                                  },
                                                  {
                                                    "$ref": "73"
                                                  }
                                                ],
                                                "refund": {
                                                  "$id": "74",
                                                  "id": 1,
                                                  "g_UID": "3iZQ252DnkCbEck/2XDjlw==",
                                                  "guid": "db5026de-839d-409e-9b11-c93fd970e397",
                                                  "description": "sample string 1",
                                                  "dumped": true,
                                                  "inventoryReasonID": 1,
                                                  "sortOrder": 1,
                                                  "updated": "2025-08-02T23:24:40.92339"
                                                },
                                                "modifier": {
                                                  "$id": "75",
                                                  "id": 1,
                                                  "setG_UID": "wGoDjTFMWUO8PhQiWMfvAw==",
                                                  "modifierSetGuid": "8d036ac0-4c31-4359-bc3e-142258c7ef03",
                                                  "name": "sample string 2",
                                                  "price": 1,
                                                  "quantity": 1,
                                                  "modifierType": 1,
                                                  "groupNumber": 1,
                                                  "pageNumber": 1,
                                                  "controlOrder": 1,
                                                  "printToStation": true,
                                                  "pluG_UID": "u4X/9PnHaEqwMxw2eca9Xw==",
                                                  "pluGuid": "f4ff85bb-c7f9-4a68-b033-1c3679c6bd5f",
                                                  "deleted": true,
                                                  "g_UID": "sifTds3Uq0qqpASn9T6/fg==",
                                                  "guid": "76d327b2-d4cd-4aab-aaa4-04a7f53ebf7e",
                                                  "product": {
                                                    "$ref": "18"
                                                  }
                                                },
                                                "priceLevelName": "sample string 25",
                                                "pumpNumber": 1,
                                                "hoseNumber": 1
                                              },
                                              {
                                                "$ref": "72"
                                              }
                                            ],
                                            "eftReceipts": [
                                              {
                                                "$id": "76",
                                                "id": 1,
                                                "storeID": 1,
                                                "saleHeaderID": 2,
                                                "storeSaleHeader": {
                                                  "$ref": "70"
                                                },
                                                "receipt": "sample string 3",
                                                "processed": 1
                                              },
                                              {
                                                "$ref": "76"
                                              }
                                            ],
                                            "payments": [
                                              {
                                                "$ref": "69"
                                              },
                                              {
                                                "$ref": "69"
                                              }
                                            ],
                                            "cards": [
                                              {
                                                "$id": "77",
                                                "id": 1,
                                                "saleHeaderID": 1,
                                                "identifier": "sample string 2",
                                                "cardType": 3,
                                                "providerName": "sample string 4"
                                              },
                                              {
                                                "$ref": "77"
                                              }
                                            ],
                                            "campaignHits": [
                                              {
                                                "$id": "78",
                                                "id": 1,
                                                "saleHeaderID": 2,
                                                "campaign": "sample string 3",
                                                "name": "sample string 4",
                                                "processed": 1,
                                                "campaignDescription": "sample string 5"
                                              },
                                              {
                                                "$ref": "78"
                                              }
                                            ],
                                            "fuel": [
                                              {
                                                "$id": "79",
                                                "id": 1,
                                                "plu": 1,
                                                "pluG_UID": "mg3Jx4DTE0qXnHEy+PoNzw==",
                                                "pluGuid": "c7c90d9a-d380-4a13-979c-7132f8fa0dcf",
                                                "saleHeaderID": 2,
                                                "totalCents": 3,
                                                "grade": 1,
                                                "gradeDescription": "sample string 4",
                                                "dispenser": 1,
                                                "hose": 1,
                                                "quantity": 1,
                                                "cost": 1,
                                                "acquirerNum": 1,
                                                "attendant": 1,
                                                "ePurseBalance": 1.0,
                                                "cardSignature": "sample string 5",
                                                "compartmentNumber": 1,
                                                "contractNumber": 1,
                                                "discountCardPAN": "sample string 6",
                                                "discountID": 1,
                                                "discountName": "sample string 7",
                                                "discountNetValue": 1.0,
                                                "discountType": 1,
                                                "discountValue": 1.0,
                                                "discretionaryData": "sample string 8",
                                                "driverID": "sample string 9",
                                                "eftBatchNumber": 1,
                                                "eftResponseCode": "sample string 10",
                                                "endDateTime": "2025-08-02T23:24:40.92339",
                                                "engineHours": 1.1,
                                                "fposNumber": 1,
                                                "loyaltyCardPAN": "sample string 11",
                                                "miscData1": 1,
                                                "miscData2": "sample string 12",
                                                "miscFlags": 1,
                                                "mop": 1,
                                                "odometer": 1,
                                                "panNumber": "sample string 13",
                                                "saleRefund": true,
                                                "saleStatus": 1,
                                                "sequenceNumber": 1,
                                                "stan": 1,
                                                "startDateTime": "2025-08-02T23:24:40.92339",
                                                "tagNumber": "sample string 15",
                                                "trackTwoRem": "sample string 16",
                                                "transCode": 1,
                                                "transType": 1,
                                                "unitPrice": 1.0,
                                                "vehicleReg": "sample string 17",
                                                "offline": true,
                                                "processed": 1
                                              },
                                              {
                                                "$ref": "79"
                                              }
                                            ],
                                            "fuelResells": [
                                              {
                                                "$id": "80",
                                                "saleItemID": 1,
                                                "saleHeaderID": 2,
                                                "plu": 1,
                                                "pluG_UId": "3pl7x1mOfEK83UoCYRGrZw==",
                                                "pluGuid": "c77b99de-8e59-427c-bcdd-4a026111ab67",
                                                "accountID": "Bd3Zz5Q/NUud0nWriOoL/w==",
                                                "accountIDGuid": "cfd9dd05-3f94-4b35-9dd2-75ab88ea0bff",
                                                "normalPrice": 3,
                                                "originalSellingPrice": 4,
                                                "discountPrice": 5,
                                                "unit": 1,
                                                "quantity": 6,
                                                "totalCents": 7,
                                                "fixedPrice": 1,
                                                "tranType": 1,
                                                "processed": 1,
                                                "discountType": 1,
                                                "cost": 1,
                                                "costDecimals": 1,
                                                "markdown": 1,
                                                "manualQuantity": 1,
                                                "manualPrice": 1,
                                                "manualMode": 1,
                                                "active": 1,
                                                "barcode": "sample string 8",
                                                "offline": 1,
                                                "keyedSale": 1,
                                                "discountedID": 1,
                                                "fuelID": 1,
                                                "serialNumber": "sample string 9",
                                                "bestOrExpire": "2025-08-02T23:24:40.92339",
                                                "bestOrExpireType": 1,
                                                "refundG_UID": "ZJ9nDWQELE+t5A0SrcV1rA==",
                                                "refundGuid": "0d679f64-0464-4f2c-ade4-0d12adc575ac",
                                                "providerName": "sample string 10",
                                                "campaign": "sample string 11",
                                                "campaignType": 1,
                                                "modifiedID": 1,
                                                "omittedIngredient": 1,
                                                "taxPercent": 1.0,
                                                "taxAmount": 1.0,
                                                "refundablePrice": 1.0,
                                                "showDiscounts": true,
                                                "orderPrinted": true,
                                                "note": "sample string 14",
                                                "modifierName": "sample string 15",
                                                "modifierSetName": "sample string 16",
                                                "totalValueWasScanned": true,
                                                "sold": true,
                                                "campaignPrice": true,
                                                "scannedValue": 1,
                                                "campaignName": "sample string 20",
                                                "comboDiscount": 1
                                              },
                                              {
                                                "$ref": "80"
                                              }
                                            ],
                                            "customerOrder": [
                                              {
                                                "$id": "81",
                                                "identifier": "IT100rnRLkugnrOztpdVTQ==",
                                                "identifierGuid": "d2743d21-d1b9-4b2e-a09e-b3b3b697554d",
                                                "id": 1,
                                                "orderNo": 2,
                                                "externalSaleIdentifier": "sample string 3",
                                                "storeID": 4,
                                                "zoneID": 5,
                                                "deptNo": 6,
                                                "customerIdentifier": "XmWWfIQgGUaOJyk+xAjblg==",
                                                "customerIdentifierGuid": "7c96655e-2084-4619-8e27-293ec408db96",
                                                "operatorNo": 1,
                                                "operatorG_UID": "EhE11kZAOkGY+aO3q/fE1Q==",
                                                "operatorGuid": "d6351112-4046-413a-98f9-a3b7abf7c4d5",
                                                "created": "2025-08-02T23:24:40.92339",
                                                "ordered": "2025-08-02T23:24:40.92339",
                                                "started": "2025-08-02T23:24:40.92339",
                                                "completed": "2025-08-02T23:24:40.92339",
                                                "supplied": "2025-08-02T23:24:40.92339",
                                                "quickTicket": 1,
                                                "deleted": true,
                                                "walkAway": true,
                                                "approxWait": 1,
                                                "actualWait": 1,
                                                "deliveryMethod": 8,
                                                "externalSaleType": 9,
                                                "customer": {
                                                  "$ref": "63"
                                                },
                                                "operator": {
                                                  "$ref": "30"
                                                },
                                                "details": [
                                                  {
                                                    "$id": "82",
                                                    "headerID": 1,
                                                    "plu": 1,
                                                    "pluG_UId": "gkONPGDQtkSRvcUWdRvPKg==",
                                                    "pluGuid": "3c8d4382-d060-44b6-91bd-c516751bcf2a",
                                                    "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": "RBLpeWkv90S4Y/nYP2wI3w==",
                                                    "headerIdentifierGuid": "79e91244-2f69-44f7-b863-f9d83f6c08df",
                                                    "product": {
                                                      "$ref": "18"
                                                    }
                                                  },
                                                  {
                                                    "$ref": "82"
                                                  }
                                                ],
                                                "storeName": "sample string 11",
                                                "customerName": "sample string 12",
                                                "storeReplyTo": "sample string 13",
                                                "storeSubjectLine": "sample string 14",
                                                "storeSaleHeader": {
                                                  "$ref": "70"
                                                }
                                              },
                                              {
                                                "$ref": "81"
                                              }
                                            ],
                                            "surveyResponses": [
                                              {
                                                "$id": "83",
                                                "surveyG_UID": "YppS/GTG/kyvvnsQ3Ky8Xw==",
                                                "surveyGuid": "fc529a62-c664-4cfe-afbe-7b10dcacbc5f",
                                                "saleHeaderGuid": "F1UYD8Hye0etoJRjhQYt1Q==",
                                                "saleGuid": "0f185517-f2c1-477b-ada0-946385062dd5",
                                                "textResponse": "sample string 1",
                                                "integerResponse": 1,
                                                "g_UIDResponse": "c7hxHl1jw0exd0Ow2R6D8Q==",
                                                "guidResponse": "1e71b873-635d-47c3-b177-43b0d91e83f1",
                                                "whoAnswered": 2,
                                                "answeredAtUTC": "2025-08-02T23:24:40.92339",
                                                "sale": {
                                                  "$ref": "70"
                                                },
                                                "survey": {
                                                  "$id": "84",
                                                  "g_UID": "8OnajiUv4E6oISg1zAMOGg==",
                                                  "guid": "8edae9f0-2f25-4ee0-a821-2835cc030e1a",
                                                  "name": "sample string 1",
                                                  "storeID": 2,
                                                  "zoneID": 1,
                                                  "checkoutFormG_UID": "5mXjV941MEa59HiEdVpdMA==",
                                                  "checkoutFormGuid": "57e365e6-35de-4630-b9f4-7884755a5d30",
                                                  "displayToWho": 3,
                                                  "displayWhen": 4,
                                                  "start": "2025-08-02T23:24:40.92339",
                                                  "end": "2025-08-02T23:24:40.92339",
                                                  "deleted": true,
                                                  "updated": "2025-08-02T23:24:40.92339",
                                                  "possibleIntegerResponses": [
                                                    1,
                                                    2
                                                  ],
                                                  "possibleTextResponses": [
                                                    "sample string 1",
                                                    "sample string 2"
                                                  ],
                                                  "possibleGuidResponses": [
                                                    "d92d8b65-0623-4aa9-bb91-4a15805efa4f",
                                                    "ebfdc619-8fac-451a-a398-4d9c4a54c0ed"
                                                  ],
                                                  "allowsAllTextResponses": true,
                                                  "surveyForm": {
                                                    "$ref": "38"
                                                  }
                                                },
                                                "ingressId": "sample string 4"
                                              },
                                              {
                                                "$ref": "83"
                                              }
                                            ],
                                            "storeName": "sample string 38",
                                            "machineName": "sample string 39",
                                            "operatorName": "sample string 40",
                                            "direction": 1,
                                            "reason": "sample string 41",
                                            "accountG_UID": "NrJ0Y/feuUqVv/4aVU2y+A==",
                                            "accountIdentifier": "6374b236-def7-4ab9-95bf-fe1a554db2f8",
                                            "accountName": "sample string 42",
                                            "customerOrderIdentifier": "+ZgtH+I2r0SggQXE2D9+kQ==",
                                            "customerOrderIdentifierGuid": "1f2d98f9-36e2-44af-a081-05c4d83f7e91",
                                            "priceLevelName": "sample string 43",
                                            "revision": 44,
                                            "ingressId": "sample string 45"
                                          },
                                          "metadata": {
                                            "$id": "85",
                                            "id": 1,
                                            "paymentID": 2,
                                            "paymentIdentifier": "ZNo55bez80CSeXjNwAeSSg==",
                                            "paymentIdentifierGuid": "e539da64-b3b7-40f3-9279-78cdc007924a",
                                            "identifier": "0DBj6Ejks0a6PLDKgyXj3Q==",
                                            "identifierGuid": "e86330d0-e448-46b3-ba3c-b0ca8325e3dd",
                                            "metadata": "sample string 3",
                                            "signatureImage": "QEA=",
                                            "itemIdentifier": "fVDTMlzJXEWOG/M3FMmVCA==",
                                            "itemIdentifierGuid": "32d3507d-c95c-455c-8e1b-f33714c99508"
                                          }
                                        },
                                        {
                                          "$ref": "69"
                                        }
                                      ]
                                    },
                                    {
                                      "$ref": "64"
                                    }
                                  ],
                                  "customerGroupMembers": [
                                    {
                                      "$ref": "68"
                                    },
                                    {
                                      "$ref": "68"
                                    }
                                  ],
                                  "customerGroups": [
                                    {
                                      "$ref": "67"
                                    },
                                    {
                                      "$ref": "67"
                                    }
                                  ],
                                  "accounts": [
                                    {
                                      "$ref": "65"
                                    },
                                    {
                                      "$ref": "65"
                                    }
                                  ],
                                  "account": {
                                    "$ref": "65"
                                  },
                                  "vouchers": [
                                    {
                                      "$id": "86",
                                      "customerIdentifier": "SW9gaGpX+0eVcQPu8NgMpg==",
                                      "customerIdentifierGuid": "68606f49-576a-47fb-9571-03eef0d80ca6",
                                      "voucherName": "sample string 2",
                                      "count": 3,
                                      "storeID": 4,
                                      "barcode": "sample string 5",
                                      "redeemCount": 6,
                                      "issueCount": 7,
                                      "storeSalePaymentID": 1,
                                      "idempotentID": "XxajSGRzdEWz27NDct+B/g==",
                                      "idempotentGuid": "48a3165f-7364-4574-b3db-b34372df81fe",
                                      "offline": true,
                                      "voucher": {
                                        "$id": "87",
                                        "id": 1,
                                        "name": "sample string 2",
                                        "description": "sample string 3",
                                        "shortDescription": "sample string 4",
                                        "url": "sample string 5",
                                        "barcodeTemplateID": 1,
                                        "expiry": 0,
                                        "voucherType": 6,
                                        "limitPerTransaction": 7,
                                        "customerTracking": true,
                                        "discountAccount": "sample string 9",
                                        "endDate": "2025-08-02T23:24:40.92339",
                                        "barcodeTemplate": {
                                          "$id": "88",
                                          "templateID": 1,
                                          "template": "sample string 1",
                                          "bcFunction": "sample string 2",
                                          "sortOrder": 3
                                        },
                                        "scaleLabel": {
                                          "$id": "89",
                                          "id": 1,
                                          "uid": "sample string 2",
                                          "name": "sample string 3",
                                          "width": 1.1,
                                          "height": 1.1,
                                          "showBorder": true,
                                          "borderWidth": 1.1,
                                          "borderStyle": 1,
                                          "borderColour": "sample string 5",
                                          "updated": "2025-08-02T23:24:40.92339",
                                          "labelPageLayout": "VNX1koZXgkeif5Fetan7Xw==",
                                          "pageLayoutGuid": "92f5d554-5786-4782-a27f-915eb5a9fb5f",
                                          "labelType": 6,
                                          "oldName": "sample string 7",
                                          "voucher": {
                                            "$ref": "87"
                                          },
                                          "elements": [
                                            {
                                              "$id": "90",
                                              "id": 1,
                                              "scaleLabelID": 2,
                                              "showPercentDI": true,
                                              "showAvgPerHundred": true,
                                              "showAvgPerServe": true,
                                              "name": "sample string 6",
                                              "x": 1.1,
                                              "y": 1.1,
                                              "width": 1.1,
                                              "height": 1.1,
                                              "type": 1,
                                              "rotation": 1,
                                              "text": "sample string 7",
                                              "fontFamily": "sample string 8",
                                              "align": 1,
                                              "bold": true,
                                              "italic": true,
                                              "underline": true,
                                              "strikeout": true,
                                              "reverse": true,
                                              "textColour": "sample string 9",
                                              "fontSize": 1.1,
                                              "picture": "QEA=",
                                              "borderWidth": 10,
                                              "sortOrder": 11,
                                              "printOptions": 12,
                                              "superScriptTextFontSize": 1.1,
                                              "lineStyle": 1,
                                              "spacingStyle": 1,
                                              "interCharacterSpacing": 1.1,
                                              "superScriptOffset": 1.1,
                                              "lineSpacing": 1.1,
                                              "dateFormat": "sample string 13",
                                              "autoGrow": true,
                                              "fontAutoResize": true,
                                              "updated": "2025-08-02T23:24:40.92339"
                                            },
                                            {
                                              "$ref": "90"
                                            }
                                          ]
                                        },
                                        "customerVouchers": [
                                          {
                                            "$id": "91",
                                            "id": 1,
                                            "customerIdentifier": "OPsW7QJMm0uUghTFd3TU+A==",
                                            "customerIdentifierGuid": "ed16fb38-4c02-4b9b-9482-14c57774d4f8",
                                            "voucherID": 3,
                                            "voucherName": "sample string 4",
                                            "storeID": 1,
                                            "barcode": "sample string 5",
                                            "dateOfIssue": "2025-08-02T23:24:40.92339",
                                            "issuedSaleHeaderID": 1,
                                            "issuedSaleIdentifier": "sample string 7",
                                            "issuedOfflinePaymentID": 1,
                                            "issuedIdempotentID": "gBztTe6IPEOzk4+UrrYCuA==",
                                            "issuedIdempotentGuid": "4ded1c80-88ee-433c-b393-8f94aeb602b8",
                                            "issuedOffline": true,
                                            "issuedUser": "sample string 9",
                                            "issuedNotes": "sample string 10",
                                            "expiryDate": "2025-08-02T23:24:40.92339",
                                            "expiredUser": "sample string 11",
                                            "expiredNotes": "sample string 12",
                                            "redeemed": "2025-08-02T23:24:40.92339",
                                            "redeemedSaleHeaderID": 1,
                                            "redeemedSaleIdentifier": "sample string 13",
                                            "redeemedOfflinePaymentID": 1,
                                            "redeemedIdempotentID": "wfcVC8Eq7kS29Mg4LtbyXA==",
                                            "redeemedIdempotentGuid": "0b15f7c1-2ac1-44ee-b6f4-c8382ed6f25c",
                                            "redeemedUser": "sample string 14",
                                            "redeemedNotes": "sample string 15",
                                            "redeemedOffline": true,
                                            "updated": "2025-08-02T23:24:40.92339",
                                            "storeName": "sample string 17",
                                            "scaleLabel": {
                                              "$ref": "89"
                                            },
                                            "voucher": {
                                              "$ref": "87"
                                            },
                                            "customer": {
                                              "$ref": "63"
                                            },
                                            "issuedOfflinePayment": {
                                              "$ref": "69"
                                            },
                                            "redeemedOfflinePayment": {
                                              "$ref": "69"
                                            }
                                          },
                                          {
                                            "$ref": "91"
                                          }
                                        ]
                                      },
                                      "customer": {
                                        "$ref": "63"
                                      }
                                    },
                                    {
                                      "$ref": "86"
                                    }
                                  ]
                                }
                              },
                              {
                                "$ref": "62"
                              }
                            ],
                            "customerGroups": [
                              {
                                "$id": "92",
                                "id": 1,
                                "campaignID": 2,
                                "campaignName": "sample string 3",
                                "groupID": "kKfLBM78GEq2HMbFBVCgeA==",
                                "groupIDGuid": "04cba790-fcce-4a18-b61c-c6c50550a078",
                                "campaign": {
                                  "$ref": "59"
                                },
                                "group": {
                                  "$ref": "67"
                                }
                              },
                              {
                                "$ref": "92"
                              }
                            ],
                            "signIqTickets": [
                              {
                                "$id": "93",
                                "identifier": "KenC/XRo2EKpMI7honr5hg==",
                                "identifierGuid": "fdc2e929-6874-42d8-a930-8ee1a27af986",
                                "campaignName": "sample string 2",
                                "message": "sample string 3",
                                "ticketFileSource": "sample string 4",
                                "ticketFileDestination": "sample string 5",
                                "storeID": 1
                              },
                              {
                                "$ref": "93"
                              }
                            ],
                            "comboPriceGroups": [
                              {
                                "$id": "94",
                                "id": 1,
                                "campaignID": 2,
                                "campaignName": "sample string 3",
                                "g_UID": "qwGZFY3qdEqlIdjyvGzrvQ==",
                                "guid": "159901ab-ea8d-4a74-a521-d8f2bc6cebbd",
                                "description": "sample string 5",
                                "newPrice": 1,
                                "rangeDescription": "sample string 6",
                                "dealDescription": "sample string 7",
                                "labelQuantity": 8,
                                "hostProductCategoryID": 1,
                                "offerID": 1,
                                "dontUpdatePricePlus": true,
                                "campaign": {
                                  "$ref": "59"
                                },
                                "comboPricePlus": [
                                  {
                                    "$id": "95",
                                    "id": 1,
                                    "campaignID": 2,
                                    "campaignName": "sample string 3",
                                    "groupG_UID": "hHtnlTTv9E2xfjeuDW7LYA==",
                                    "groupGuid": "95677b84-ef34-4df4-b17e-37ae0d6ecb60",
                                    "comboPriceType": 5,
                                    "priceType": 5,
                                    "pluG_UID": "8+ogKlFA+06D01c/LAD2ig==",
                                    "pluGuid": "2a20eaf3-4051-4efb-83d3-573f2c00f68a",
                                    "priceGroupG_UID": "Qayoo2xtck6InY55dKVUOg==",
                                    "priceGroupGuid": "a3a8ac41-6d6c-4e72-889d-8e7974a5543a",
                                    "campaignPoolID": "sample string 7",
                                    "quantity": 1,
                                    "campaign": {
                                      "$ref": "59"
                                    },
                                    "product": {
                                      "$ref": "18"
                                    },
                                    "priceGroup": {
                                      "$ref": "24"
                                    },
                                    "campaignPool": {
                                      "$ref": "59"
                                    }
                                  },
                                  {
                                    "$ref": "95"
                                  }
                                ]
                              },
                              {
                                "$ref": "94"
                              }
                            ],
                            "priceLevels": [
                              {
                                "$id": "96",
                                "id": 1,
                                "priceLevelIdentifier": "n91PUzkiHUOgZ9s3ONDznQ==",
                                "priceLevelIdentifierGuid": "534fdd9f-2239-431d-a067-db3738d0f39d",
                                "campaignName": "sample string 3",
                                "priceLevelName": "sample string 4"
                              },
                              {
                                "$ref": "96"
                              }
                            ]
                          },
                          "product": {
                            "$ref": "18"
                          },
                          "dealCost": {
                            "$id": "97",
                            "headerIdentifier": "HSehgwGrG0Wg06MHq2XzUQ==",
                            "headerIdentifierGuid": "83a1271d-ab01-451b-a0d3-a307ab65f351",
                            "identifier": "ep58brzH0026xj38FPUWPQ==",
                            "identifierGuid": "6e7c9e7a-c7bc-4dd3-bac6-3dfc14f5163d",
                            "supplierIdentifier": "mkIMUWeF2EuJM/RSNqT1Ag==",
                            "supplierGuid": "510c429a-8567-4bd8-8933-f45236a4f502",
                            "pluG_UID": "n+gmffnWPUW8lLddXGH2aA==",
                            "pluGuid": "7d26e89f-d6f9-453d-bc94-b75d5c61f668",
                            "campaignName": "5b0a0f0d-318d-47fe-98fc-7fdcb7795868",
                            "description": "sample string 4",
                            "cost": 5,
                            "costDecimals": 6,
                            "start": "2025-08-02T23:24:40.92339",
                            "end": "2025-08-02T23:24:40.92339",
                            "type": 9,
                            "promoType": 10,
                            "bonusItemPLUG_UID": "L8byeWjSkk2aKErxU9BtPg==",
                            "bonusItemPluGuid": "79f2c62f-d268-4d92-9a28-4af153d06d3e",
                            "bonusPurchaseUnits": 11,
                            "bonusReceiveUnits": 12,
                            "updated": "2025-08-02T23:24:40.92339",
                            "metcashPromotionID": "sample string 14",
                            "fromHost": 15,
                            "storeNames": "sample string 16",
                            "storeIDs": [
                              1,
                              2
                            ],
                            "supplierName": "sample string 17",
                            "campaignDescription": "sample string 18",
                            "newPrice": 1,
                            "campaignMetcashPromotionID": "sample string 19",
                            "campaignActive": true,
                            "campaignStartDate": "2025-08-02T23:24:40.92339",
                            "campaignEndDate": "2025-08-02T23:24:40.92339",
                            "masterPLUG_UID": "p1Pko24UVEWiIbAkgmzgdA==",
                            "masterID": "a3e453a7-146e-4554-a221-b024826ce074",
                            "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": "1+8cHlMBg0eEQq89Li48vg==",
                            "bonusMasterID": "1e1cefd7-0153-4783-8442-af3d2e2e3cbe",
                            "bonusProductName": "sample string 34",
                            "bonusProductAPN": "sample string 35",
                            "bonusOrderCode": "sample string 36",
                            "bonusNormalSell": 37,
                            "bonusNormalCost": 38,
                            "bonusNormalCostDecimals": 39,
                            "bonusCartonQuantity": 40,
                            "bonusSalesMode": 41,
                            "bonusOrderPacked": 42,
                            "bonusFuelItem": true,
                            "bonusActive": true
                          }
                        },
                        "currentCostStart": "2025-08-02T23:24:40.92339",
                        "dealCosts": [
                          {
                            "$ref": "97"
                          },
                          {
                            "$ref": "97"
                          }
                        ],
                        "tags": [
                          {
                            "$id": "98",
                            "pluG_UID": "Rkx3dIH33UOUET2AsCkm6w==",
                            "pluGuid": "74774c46-f781-43dd-9411-3d80b02926eb",
                            "tagID": 1,
                            "description": "sample string 1",
                            "storeIDs": [
                              1,
                              2
                            ]
                          },
                          {
                            "$ref": "98"
                          }
                        ],
                        "alternateProductG_UID": "5/QPM3DP20iDeLDNTGqVfQ==",
                        "alternateProduct": "330ff4e7-cf70-48db-8378-b0cd4c6a957d",
                        "productHostCode": {
                          "$id": "99",
                          "id": 1,
                          "pluG_UID": "d/Nf8BiA2ki5H8qfim5L3A==",
                          "pluGuid": "f05ff377-8018-48da-b91f-ca9f8a6e4bdc",
                          "ibaCode": "sample string 2"
                        },
                        "mscCat": {
                          "$ref": "53"
                        },
                        "mscCom": {
                          "$ref": "54"
                        },
                        "mscDep": {
                          "$ref": "56"
                        },
                        "mscSubCom": {
                          "$ref": "55"
                        },
                        "isUserUpdate": true,
                        "ignoreMasterProduct": true,
                        "priceGroupLabelRequested": true,
                        "firstSold": "2025-08-02T23:24:40.92339",
                        "inventoryTracked": "2025-08-02T23:24:40.92339",
                        "isNormalPriceChangesCampaign": true
                      },
                      "supplier": {
                        "$ref": "13"
                      },
                      "serviceFee": {
                        "$id": "100",
                        "id": 1,
                        "description": "sample string 1",
                        "fee": 1
                      },
                      "isPrimaryHost": true,
                      "hostVendor": 47
                    },
                    {
                      "$ref": "16"
                    }
                  ],
                  "orderCycleHeaders": [
                    {
                      "$id": "101",
                      "storeID": 1,
                      "supplierIdentifier": "tukx/l5JwESPg9VVsj7QDw==",
                      "supplierGuid": "fe31e9b6-495e-44c0-8f83-d555b23ed00f",
                      "departmentCode": "sample string 2",
                      "warehouseDirectIndicator": "sample string 3",
                      "type": 4,
                      "storeName": "sample string 5",
                      "departmentName": "sample string 6",
                      "orderDays": 7
                    },
                    {
                      "$ref": "101"
                    }
                  ],
                  "cycles": [
                    {
                      "$id": "102",
                      "storeID": 1,
                      "supplierIdentifier": "oRW1V8Mms02OZ+MAPEkaHQ==",
                      "supplierGuid": "57b515a1-26c3-4db3-8e67-e3003c491a1d",
                      "departmentCode": "sample string 2",
                      "warehouseDirectIndicator": "sample string 3",
                      "type": 4,
                      "cutOffWeek": 5,
                      "cutOffDay": 6,
                      "cutOffTime": "00:00:00.1234567",
                      "leadTime": 7,
                      "daysBuffer": 8,
                      "supplierName": "sample string 9",
                      "cutOffDate": "2025-08-02T23:24:40.92339",
                      "deliveryDate": "2025-08-02T23:24:40.92339",
                      "nextCutOffDate": "2025-08-02T23:24:40.92339",
                      "nextDeliveryDate": "2025-08-02T23:24:40.92339",
                      "nextDaysBuffer": 10
                    },
                    {
                      "$ref": "102"
                    }
                  ],
                  "store": {
                    "$ref": "9"
                  },
                  "updated": "2025-08-02T23:24:40.92339",
                  "isHost": true
                },
                "files": [
                  {
                    "$id": "103",
                    "id": "sample string 1",
                    "fileName": "sample string 2",
                    "extension": "sample string 3",
                    "provider": 0,
                    "type": 0,
                    "hostType": "sample string 4",
                    "createdUtc": "2025-08-02T23:24:40.92339",
                    "processed": "2025-08-02T23:24:40.92339",
                    "isProcessing": true,
                    "processedCount": 6,
                    "processingTime": 1,
                    "collectedUtc": "2025-08-02T23:24:40.92339",
                    "size": 1,
                    "sizeFormat": "sample string 7",
                    "isArchive": true,
                    "version": "sample string 9",
                    "reference": "sample string 10",
                    "digest": "sample string 11",
                    "contentType": "sample string 12",
                    "host": {
                      "$ref": "12"
                    },
                    "metcashHeader": {
                      "$id": "104",
                      "customerNumber": "sample string 1",
                      "creationDate": "2025-08-02T23:24:40.92339",
                      "businessPillar": "sample string 3",
                      "fileType": "sample string 4"
                    }
                  },
                  {
                    "$ref": "103"
                  }
                ],
                "zoneMatrix": [
                  {
                    "$id": "105",
                    "id": 1,
                    "hostIdentifier": "IftwoyInjkCgxcLik7QEBQ==",
                    "hostIdentifierGuid": "a370fb21-2722-408e-a0c5-c2e293b40405",
                    "storeID": 1,
                    "departmentCode": "sample string 2",
                    "hostGuids": [
                      "41ac61e4-576e-4d26-b171-43c13b0429e8",
                      "21d5eef3-f184-49de-b82d-e3543044f32c"
                    ]
                  },
                  {
                    "$ref": "105"
                  }
                ],
                "hostFileStoreSetting": {
                  "$ref": "11"
                },
                "hostStoreSettings": [
                  {
                    "$ref": "11"
                  },
                  {
                    "$ref": "11"
                  }
                ],
                "promotionPlacements": [
                  {
                    "$id": "106",
                    "identifier": "Cjw61jVzok+jZVNRdi8Zrw==",
                    "identifierGuid": "d63a3c0a-7335-4fa2-a365-5351762f19af",
                    "code": "sample string 2",
                    "description": "sample string 3",
                    "isAdvertised": true
                  },
                  {
                    "$ref": "106"
                  }
                ],
                "promoTypeGuids": [
                  "208d8b45-441b-4785-a402-bcca9a28b9c3",
                  "ee6432c0-04dc-43d2-80c3-cd3661412ce4"
                ],
                "isPromotionOnly": false,
                "isOrderable": false,
                "vendor": 0
              },
              "groupIDs": [
                1,
                2
              ],
              "hostDescription": "sample string 24"
            },
            {
              "$ref": "11"
            }
          ],
          "accounts": [
            {
              "$ref": "6"
            },
            {
              "$ref": "6"
            }
          ],
          "sales": [
            {
              "$id": "107",
              "id": 1,
              "storeID": 1,
              "externalSalesType": 2,
              "ftpSiteID": 1,
              "lastSaleProcessed": "2025-08-02T23:24:40.92339",
              "ftpSite": {
                "$id": "108",
                "id": 1,
                "description": "sample string 2",
                "address": "sample string 3",
                "username": "sample string 4",
                "password": "sample string 5",
                "path": "sample string 7",
                "protocol": 8
              }
            },
            {
              "$ref": "107"
            }
          ],
          "zoneMatrix": [
            {
              "$ref": "105"
            },
            {
              "$ref": "105"
            }
          ],
          "cashManagements": [
            {
              "$id": "109",
              "id": 1,
              "storeID": 1,
              "cashManagementType": 2,
              "apiID": 1,
              "organisationID": "sample string 3",
              "siteName": "sample string 4",
              "thirdPartyAPI": {
                "$id": "110",
                "id": 1,
                "description": "sample string 2",
                "address": "sample string 3",
                "username": "sample string 4",
                "password": "sample string 5",
                "passwordPlain": "sample string 6",
                "token": "sample string 7",
                "apiType": 8,
                "apiSubType": 9
              }
            },
            {
              "$ref": "109"
            }
          ],
          "updateStoreID": "7c1e7b65-26db-466b-b444-c844febcb09e",
          "updateStore": {
            "$id": "111",
            "id": "b352cba2-eeb5-49cd-8627-f267d80187df",
            "name": "sample string 1",
            "lastActivity": "2025-08-02T23:24:40.92339",
            "zone": "sample string 2",
            "timeZoneOffset": 0.0,
            "businessHoursStart": "00:00:00.1234567",
            "businessHoursEnd": "00:00:00.1234567",
            "master": true,
            "lastIP": "sample string 10",
            "lastHostName": "sample string 11",
            "ping": 1,
            "pingStatus": "sample string 12",
            "lastUpdateCompleted": "2025-08-02T23:24:40.92339"
          },
          "timeZoneId": "sample string 53",
          "securityOptions": {
            "$id": "112",
            "loginMode": 1,
            "allowSelfVerification": true,
            "verifierEmail": "sample string 3",
            "source": "sample string 4",
            "loginModeInherited": 5,
            "loginModeSource": "sample string 6",
            "selfVerifyInherited": true,
            "selfVerifySource": "sample string 8",
            "verifyEmailInherited": "sample string 9",
            "verifyEmailSource": "sample string 10"
          }
        },
        "grade": {
          "$id": "113",
          "id": 1,
          "gradeID": 2,
          "storeID": 3,
          "g_UID": "bWbj5ZmLCE+CSNvcXnl+zQ==",
          "guid": "e5e3666d-8b99-4f08-8248-dbdc5e797ecd",
          "fuelGrade": "sample string 5",
          "price1": 1,
          "price2": 1,
          "price3": 1,
          "price4": 1,
          "effective": "2025-08-02T23:24:40.92339",
          "updated": "2025-08-02T23:24:40.92339",
          "margin": 1,
          "product": {
            "$ref": "18"
          }
        }
      }
    },
    {
      "$ref": "7"
    }
  ],
  "cashBalancingFuelMeters": [
    {
      "$id": "114",
      "headerIdentifier": "l0CGqi6C7UuzZaBz1Rj6bQ==",
      "headerIdentifierGuid": "aa864097-822e-4bed-b365-a073d518fa6d",
      "tankNumber": 2,
      "hoseNumber": 3,
      "pumpNumber": 4,
      "fuelGradeID": 1,
      "fuelGrade": "sample string 5",
      "opening": 6.0,
      "openingAdjust": true,
      "adjustments": 8.0,
      "samples": 9.0,
      "pumpTest": 10.0,
      "sales": 11.0,
      "closing": 12.0,
      "closingAdjust": true,
      "rolledOver": true,
      "dailyVariance": 15.0,
      "rolloverVolume": 16.0,
      "rolloverAdjustments": [
        {
          "$id": "115",
          "id": 1,
          "storeID": 2,
          "tankNumber": 3,
          "dispenserNumber": 4,
          "hoseNumber": 5,
          "adjustedFor": "2025-08-02T23:24:40.92339",
          "adjustedAt": "2025-08-02T23:24:40.92339",
          "adjustmentVolume": 8.0,
          "reasonDesc": "sample string 9",
          "reason": 10,
          "operatorG_UID": "5SnV3dmWh0S5i3DQG3Aeaw==",
          "operatorGuid": "ddd529e5-96d9-4487-b98b-70d01b701e6b",
          "user": "sample string 11",
          "processed": 1,
          "storeName": "sample string 12",
          "operatorName": "sample string 13"
        },
        {
          "$ref": "115"
        }
      ]
    },
    {
      "$ref": "114"
    }
  ]
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PK�[RO%�5xl/workbook.xml �(�����0D�&�C���(DR8q���{�4Жtk��-H�yۙ�};br�W���c��/h˜3�uF�ɍ`�u���1׶����o6��|N��A�,vzD���a��A6�3�(#����@���=5L��hlug��5�~Sb���"V(h%��dq�MA9%>�qxd<�TzMx��.\)��w�`���PK�[����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
�[�d��''_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="R13d2b42d195b439c" /></Relationships>PK�[�6r��Cxl/worksheets/sheet1.xml �(���[S�0����ﵵ�;��J)�S�B۷4q��I�؆��W1vl�*J�8�ﬥ��0z�{���H��8���A��g�t{;���3>��vY��X%I|[���pU�w'q\�W�fVD�]�5c�,��J�1����2�'g��~�l�	q��g�yU�J���1���<�-�)l֏�6�tNF��T��>ȓ�8����� ��*�:MvE�9�/�g���x���b�|^��2�rv�.���E�ޮJ��4�l]T߃M��.6����]�(W�F\P�#��a0�/�lsS7U�X��2b@)�� ��zZ��A�#`D Z�jk獑Ҍs�A�=���?��֋���Z/���$9rj��i������@HN$H���Z�[=D�1
��}���xD5QTs)$z*���C-�
BOv�	`���2&E@}�h���
.�T��	���XwD2��ȕ�>�(B?�F�(�Jp��	#�iD��B���ғFh��<�H�)���@�ꮂP ��J�*�H���2��e��==�M&���i�Mz9@�(���A����1�!(����"�Y�&�J�4_Dk_��"�Y�:��6mɅ�Tx*4Y�6��FJ0�`vR��͡�"�Y�1�$�1{�d�,j��U	m�T�w.`�El��I$���_�?^��-z6+g�Q�킼6��OS�XTw��Ns�?L�(~�kk�tH@�x1$�O�
	�'^	�'·�����CB���CB��7CB����,S�9���IJ���|��@,c/���'bY{�@,o?;��/�r��#m����r�ƁX�~s ������b�;u4!Z�Nm����i�Cwc��8Y��:��
����9�$D�ff���ͭ7�<=?}5�?��pѫf��_��+���_��+�&��/��G>��K?�;O���
Z~v�����_�ȵ��x�@��|s ֊�;�i8�g�G���FY}wn���;�ϳ�L��?�G`�PK�[w����Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞8��EM��m�&�8��ؑ�=�����ĂMW��==i���c�{�'�BΏִ �i��-��z�a��h�'����-��Gν�4�O�B&v�u3����/(O8�Ҵ�ǹ[&;^��*5J�[y�Ʉ?��պ��D��@������ �H�Էp�DVue�	U6��:`�nj>\&�^��JFUY�M݈�/sY���ht�?/�vZ�WjE�ѩ56Y�iqU�7��PK�[Ѓc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK�[��%��xl/sharedStrings.xml �(��Ukk�0�+��c;�.�HR�,�f�6�T���1YJ�����*
�j��u_ֹ�s���շRE{�N=��IG�s#�ތ��ekG�@PF�(>������9�8U�Q�%ڽOS�o���jF
cK ~����,�p[D*U�ɲwi	R�Qn*M��{G��O�^��i|#P�,$�aJ�a�O��u%E} c�f^?�a
�0���"<���.�%�ypmԤ�{jLe�7�S�_S=��\V�e	s��{|��=�5�ʊ2g��r�o�9�a��(1�͛kqWpj��Q�P�M*2K�����Q��]`����@�y��H U�4
���z��l���::gNB�(9;�K��~��ǰo�B�+�wp�e2=>~����"+��Vvɏ^��Z_:�AK\tD����~=gm�@�N!#���E�"P.�qϓ͌R��J�ٞV�ɭt����.W�a�6Y�$��,�i���v��{ ��wN����M��x�%�f�-����]����PK-�[RO%�5xl/workbook.xmlPK-�[����	�[Content_Types].xmlPK-
�[�d��''V_rels/.relsPK-�[�6r��C�xl/worksheets/sheet1.xmlPK-�[w����P�xl/_rels/workbook.xml.relsPK-�[Ѓc'2E
<	xl/styles.xmlPK-�[��%���
xl/sharedStrings.xmlPK�

application/vnd.ms-excel

Sample:
PK�[YH��5xl/workbook.xml �(�����0D�&�C��Q"N\�z�^`khK��|K	$޼��ξ�r6vh��G������� �us'3�;n�b>H�"�s�Ac���IJ�X��F;!'�W�?,7Y`�^�+J1�q}< T.͞fe0�����"��2�����f
*�0�0�ν�p��-d���yJz�xF���;�$���PK�[����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
�[u�u�''_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="R0b2873368f5c4275" /></Relationships>PK�[�6r��Cxl/worksheets/sheet1.xml �(���[S�0����ﵵ�;��J)�S�B۷4q��I�؆��W1vl�*J�8�ﬥ��0z�{���H��8���A��g�t{;���3>��vY��X%I|[���pU�w'q\�W�fVD�]�5c�,��J�1����2�'g��~�l�	q��g�yU�J���1���<�-�)l֏�6�tNF��T��>ȓ�8����� ��*�:MvE�9�/�g���x���b�|^��2�rv�.���E�ޮJ��4�l]T߃M��.6����]�(W�F\P�#��a0�/�lsS7U�X��2b@)�� ��zZ��A�#`D Z�jk獑Ҍs�A�=���?��֋���Z/���$9rj��i������@HN$H���Z�[=D�1
��}���xD5QTs)$z*���C-�
BOv�	`���2&E@}�h���
.�T��	���XwD2��ȕ�>�(B?�F�(�Jp��	#�iD��B���ғFh��<�H�)���@�ꮂP ��J�*�H���2��e��==�M&���i�Mz9@�(���A����1�!(����"�Y�&�J�4_Dk_��"�Y�:��6mɅ�Tx*4Y�6��FJ0�`vR��͡�"�Y�1�$�1{�d�,j��U	m�T�w.`�El��I$���_�?^��-z6+g�Q�킼6��OS�XTw��Ns�?L�(~�kk�tH@�x1$�O�
	�'^	�'·�����CB���CB��7CB����,S�9���IJ���|��@,c/���'bY{�@,o?;��/�r��#m����r�ƁX�~s ������b�;u4!Z�Nm����i�Cwc��8Y��:��
����9�$D�ff���ͭ7�<=?}5�?��pѫf��_��+���_��+�&��/��G>��K?�;O���
Z~v�����_�ȵ��x�@��|s ֊�;�i8�g�G���FY}wn���;�ϳ�L��?�G`�PK�[g-���Pxl/_rels/workbook.xml.rels �(���Kn�0@�b;���|�
�n)p�q�ؑmh9[=R�P�Jm����h~OO��|���ަ�\����x€��V
�k��S��怣q����I\1��>�yM��=N�'vF;ںI�����B�D�4e��nɀ{&9^g��j=H�[y�Є?��պ����p�~J��O"ȳj��-S�Y�뜵+ �aj>\G�^��B���ʔ<+r��Cez�P�/�tZ�jE˪V�٪F��UzS�w��PK�[Ѓc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK�[��%��xl/sharedStrings.xml �(��Ukk�0�+��c;�.�HR�,�f�6�T���1YJ�����*
�j��u_ֹ�s���շRE{�N=��IG�s#�ތ��ekG�@PF�(>������9�8U�Q�%ڽOS�o���jF
cK ~����,�p[D*U�ɲwi	R�Qn*M��{G��O�^��i|#P�,$�aJ�a�O��u%E} c�f^?�a
�0���"<���.�%�ypmԤ�{jLe�7�S�_S=��\V�e	s��{|��=�5�ʊ2g��r�o�9�a��(1�͛kqWpj��Q�P�M*2K�����Q��]`����@�y��H U�4
���z��l���::gNB�(9;�K��~��ǰo�B�+�wp�e2=>~����"+��Vvɏ^��Z_:�AK\tD����~=gm�@�N!#���E�"P.�qϓ͌R��J�ٞV�ɭt����.W�a�6Y�$��,�i���v��{ ��wN����M��x�%�f�-����]����PK-�[YH��5xl/workbook.xmlPK-�[����	�[Content_Types].xmlPK-
�[u�u�''V_rels/.relsPK-�[�6r��C�xl/worksheets/sheet1.xmlPK-�[g-���P�xl/_rels/workbook.xml.relsPK-�[Ѓc'2E
>	xl/styles.xmlPK-�[��%���
xl/sharedStrings.xmlPK�