POST api/cashBalancing/{id}/update

Update an existing cash balancing header that was created during the trading day

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Cash balancing header identifier

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Updated cash balancing header

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": "3ynGNDOxkEmBfRrMB5qhrg==",
  "identifierGuid": "34c629df-b133-4990-817d-1acc079aa1ae",
  "storeID": 2,
  "date": "2025-10-05T00:03:51.1729204",
  "started": "2025-10-05T00:03:51.1729204",
  "ended": "2025-10-05T00:03:51.1729204",
  "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": "4rDANfABZ0GUnwucCUdIkQ==",
      "headerIdentifierGuid": "35c0b0e2-01f0-4167-949f-0b9c09474891",
      "operatorG_UID": "kB5dfRyxrEeB5XzQGlsrsw==",
      "operatorGuid": "7d5d1e90-b11c-47ac-81e5-7cd01a5b2bb3",
      "date": "2025-10-05T00:03:51.1729204",
      "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-10-05T00:03:51.1729204",
      "end": "2025-10-05T00:03:51.1729204",
      "operatorName": "sample string 16",
      "operatorNumber": "sample string 17",
      "machineName": "sample string 18",
      "operators": "sample string 19"
    },
    {
      "$ref": "2"
    }
  ],
  "eftDetails": [
    {
      "$id": "3",
      "id": 1,
      "headerIdentifier": "rw5m2CqjfU2lEjBHO7dQ5g==",
      "headerIdentifierGuid": "d8660eaf-a32a-4d7d-a512-30473bb750e6",
      "date": "2025-10-05T00:03:51.1729204",
      "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": "SThH8kcyEUacGbXVCuvINA==",
    "headerIdentifierGuid": "f2473849-3247-4611-9c19-b5d50aebc834",
    "bankName": "sample string 3",
    "expectedCash": 4,
    "cashDeclared": 1,
    "expectedPickup": 5,
    "pickupDeclared": 1,
    "expectedCheque": 6,
    "chequeDeclared": 1
  },
  "cashBalancingBankingAccounts": [
    {
      "$id": "5",
      "id": 1,
      "headerIdentifier": "9ncwIwQRQUeC98j6bOn0zw==",
      "headerIdentifierGuid": "233077f6-1104-4741-82f7-c8fa6ce9f4cf",
      "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": "f8KlczbIQEmHc1g0qtsemg==",
      "headerIdentifierGuid": "73a5c27f-c836-4940-8773-5834aadb1e9a",
      "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-10-05T00:03:51.1729204",
        "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-10-05T00:03:51.1729204",
          "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": "giEPYF4aMEaUoieL0E9y5Q==",
          "hostIdentifierGuid": "600f2182-1a5e-4630-94a2-278bd04f72e5",
          "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-10-05T00:03:51.1729204",
          "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": "9ZA1L3lUlEC0IAcmQCz31A==",
              "hostIdentifierGuid": "2f3590f5-5479-4094-b420-0726402cf7d4",
              "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": "e93FfTAldEisGVkfuFNj+Q==",
                "identifierGuid": "7dc5dd7b-2530-4874-ac19-591fb85363f9",
                "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": "Jx+GvlNFbEaQKVfQfgj4Yw==",
                "hostSupplierIdentifierGuid": "be861f27-4553-466c-9029-57d07e08f863",
                "loyaltyPriceLevelIdentifier": "XP47LygEIUem6iOyFPp9yA==",
                "loyaltyPriceLevelIdentifierGuid": "2f3bfe5c-0428-4721-a6ea-23b214fa7dc8",
                "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-10-05T00:03:51.1729204",
                "lastProcessed": "2025-10-05T00:03:51.1729204",
                "hold": true,
                "supplierName": "sample string 35",
                "supplier": {
                  "$id": "13",
                  "identifier": "vov6Dcrhd0W+OovE7CrW2g==",
                  "identifierGuid": "0dfa8bbe-e1ca-4577-be3a-8bc4ec2ad6da",
                  "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": "xERLSRNxoUurgRNIMdIoMQ==",
                  "primaryContactID": "494b44c4-7113-4ba1-ab81-134831d22831",
                  "storeID": 1,
                  "abn": "sample string 16",
                  "supplierGroupIdentifier": "oZpJxVhE7USIGvAIAqVuRw==",
                  "supplierGroupGuid": "c5499aa1-4458-44ed-881a-f00802a56e47",
                  "rebate": 1.0,
                  "rebateType": 1,
                  "rebateFrequency": 1,
                  "rebateSource": 1,
                  "rebateLastClaimed": "2025-10-05T00:03:51.1729204",
                  "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": "af4a37e9-3b7f-4793-be43-a5d2edc2e28b",
                    "identifier": "uNERhGRWDEOsgWFuNlz2Tw==",
                    "identifierGuid": "8411d1b8-5664-430c-ac81-616e365cf64f",
                    "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": "17mg07/zkUCoOrD/D5jYUw==",
                      "supplierIdentifierGuid": "d3a0b9d7-f3bf-4091-a83a-b0ff0f98d853",
                      "contactGuid": "FTovOQg+V0G579xsSYydzg==",
                      "contactID": "392f3a15-3e08-4157-b9ef-dc6c498c9dce",
                      "contact": {
                        "$ref": "14"
                      },
                      "supplier": {
                        "$ref": "13"
                      }
                    },
                    {
                      "$ref": "15"
                    }
                  ],
                  "products": [
                    {
                      "$id": "16",
                      "pluG_UID": "D2IIga7FgUyiglxIxwIbow==",
                      "pluGuid": "8108620f-c5ae-4c81-a282-5c48c7021ba3",
                      "supplierIdentifier": "6TKgeFIDz0ea008VPxDwHA==",
                      "supplierIdentifierGuid": "78a032e9-0352-47cf-9ad3-4f153f10f01c",
                      "cartonQuantity": 1,
                      "cartonQuantityChanged": true,
                      "productSize": "sample string 3",
                      "cigarettesPerSleeve": 1,
                      "randomWeight": true,
                      "piecesPerUnit": 5,
                      "averagePackSize": 6,
                      "effectiveDate": "2025-10-05T00:03:51.1729204",
                      "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-10-05T00:03:51.1729204",
                      "rebate": 1.0,
                      "rebateExclude": true,
                      "invoiceCodes": [
                        {
                          "$id": "17",
                          "pluG_UID": "f0GF+bJq2E+uWri13bI6ZQ==",
                          "pluGuid": "f985417f-6ab2-4fd8-ae5a-b8b5ddb23a65",
                          "supplierIdentifier": "CaY2a9FqqkquSRdE3MfUyA==",
                          "supplierIdentifierGuid": "6b36a609-6ad1-4aaa-ae49-1744dcc7d4c8",
                          "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": "ON8LnTmsn0uSGEgc3RcWhQ==",
                      "parentPluGuid": "9d0bdf38-ac39-4b9f-9218-481cdd171685",
                      "freight": 45.0,
                      "freightType": 1,
                      "product": {
                        "$id": "18",
                        "plu": 1,
                        "storeID": 1,
                        "masterPluG_UID": "QEA=",
                        "storeIDs": [
                          1,
                          2
                        ],
                        "g_UId": "mEvh7LBRnEWPrgA7WiEhoQ==",
                        "guid": "ece14b98-51b0-459c-8fae-003b5a2121a1",
                        "apn": "sample string 1",
                        "apnChanged": true,
                        "apnSwitched": true,
                        "barcode": "sample string 4",
                        "itemNumber": "sample string 5",
                        "itemNumberChanged": true,
                        "priceGroupG_UID": "x74tCpq1v06QomeTL29Nzg==",
                        "priceGroupGuid": "0a2dbec7-b59a-4ebf-90a2-67932f6f4dce",
                        "blueprintID": 1,
                        "lastCountedDate": "2025-10-05T00:03:51.1729204",
                        "externalID": "sample string 7",
                        "active": true,
                        "activated": "2025-10-05T00:03:51.1729204",
                        "pluCreated": "2025-10-05T00:03:51.1729204",
                        "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-10-05T00:03:51.1729204",
                        "lastManualUpdate": "2025-10-05T00:03:51.1729204",
                        "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-10-05T00:03:51.1729204",
                        "currentCostUpdated": "2025-10-05T00:03:51.1729204",
                        "costDecimals": 31,
                        "costChanged": true,
                        "dealCostIdentifier": "QEA=",
                        "excludeFromRebate": true,
                        "rebateOverride": 1,
                        "costCalcMethod": 32,
                        "costCalcMethodChanged": true,
                        "costEffectiveDate": "2025-10-05T00:03:51.1729204",
                        "defaultGP": 1,
                        "breakTargetMode": 33,
                        "break1": 1,
                        "price1": 1,
                        "target1": 34,
                        "break2": 1,
                        "price2": 1,
                        "target2": 35,
                        "break3": 1,
                        "price3": 1,
                        "target3": 36,
                        "break1Changed": true,
                        "price1Changed": true,
                        "target1Changed": true,
                        "break2Changed": true,
                        "price2Changed": true,
                        "target2Changed": true,
                        "break3Changed": true,
                        "price3Changed": true,
                        "target3Changed": true,
                        "breakTargetModeChanged": true,
                        "margin": 1.1,
                        "marginChanged": true,
                        "marginRanged": true,
                        "marginRangedChanged": true,
                        "minimumMargin": 1.1,
                        "minimumMarginChanged": true,
                        "maximumMargin": 1.1,
                        "maximumMarginChanged": true,
                        "overrideHostWarehouseIndicator": true,
                        "overrideHostWarehouseIndicatorChanged": true,
                        "overrideHostPrice": true,
                        "overrideHostPriceChanged": true,
                        "overrideHostCost": true,
                        "overrideHostCostChanged": true,
                        "overrideHostMargin": true,
                        "overrideHostMarginChanged": true,
                        "alwaysApplyMargin": true,
                        "alwaysApplyMarginChanged": true,
                        "aws": 1.0,
                        "paws": 1.0,
                        "awsUpdated": "2025-10-05T00:03:51.1729204",
                        "posTare": 1,
                        "altPrice": 1.0,
                        "altPriceChanged": true,
                        "altPriceMode": 53,
                        "altPriceModeChanged": true,
                        "altPLUG_UID": "2Z4FhnCFMky5gNuG8/PBTw==",
                        "altPLUGuid": "86059ed9-8570-4c32-b980-db86f3f3c14f",
                        "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-10-05T00:03:51.1729204",
                        "labelLastPrice": 1,
                        "shelfPageLayoutG_UID": "TRlbQ5daRUm7XxRXMLn/KA==",
                        "shelfPageLayoutGuid": "435b194d-5a97-4945-bb5f-145730b9ff28",
                        "talkerPageLayoutG_UID": "SHveHMSnNUCQuDxlJPQzHQ==",
                        "talkerPageLayoutGuid": "1cde7b48-a7c4-4035-90b8-3c6524f4331d",
                        "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": "w0bMpeBKT0miyVXvdyLEew==",
                        "inventoryIdentifier": "a5cc46c3-4ae0-494f-a2c9-55ef7722c47b",
                        "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": "bA3rSn8RgUKyn6JAz8XSUg==",
                        "parentPluGuid": "4aeb0d6c-117f-4281-b29f-a240cfc5d252",
                        "preferredHostVendor": 104,
                        "preferredHostChanged": true,
                        "code": "sample string 106",
                        "supplierIdentifier": "l9D+YRVpi0qctQR82HuVfg==",
                        "supplierIdentifierGuid": "61fed097-6915-4a8b-9cb5-047cd87b957e",
                        "supplierChanged": true,
                        "rebateSupplierIdentifier": "/4Mey7MTZk6lEWmy2TGyaw==",
                        "rebateSupplierIdentifierGuid": "cb1e83ff-13b3-4e66-a511-69b2d931b26b",
                        "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-10-05T00:03:51.1729204",
                        "commodity": "sample string 121",
                        "businessPillar": "sample string 122",
                        "mscCommodity": "sample string 123",
                        "hostIdentifier": "s6C/mtUThUGQ047bgxu3dg==",
                        "hostIdentifierGuid": "9abfa0b3-13d5-4185-90d3-8edb831bb776",
                        "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": "Ntg+Jx2oFEuYZSH5KgXtcQ==",
                            "pluGuid": "273ed836-a81d-4b14-9865-21f92a05ed71",
                            "plu": 1,
                            "storeID": 1,
                            "zoneID": 2,
                            "zoneName": "sample string 3",
                            "store": "sample string 4",
                            "priceNow": 5,
                            "costNow": 6,
                            "costNowDecimals": 7,
                            "normalPrice": 8,
                            "priceNext": 1,
                            "costNext": 1,
                            "costNextDecimals": 9,
                            "nextCampaignName": "sample string 10",
                            "gstPercent": 11,
                            "normalCost": 12,
                            "normalCostDecimals": 13,
                            "costGstPercent": 14,
                            "costCalcMethod": 1,
                            "currentCost": 15,
                            "currentCostDecimals": 16,
                            "break1": 17,
                            "price1": 18,
                            "break2": 19,
                            "price2": 20,
                            "break3": 21,
                            "price3": 22,
                            "fuelItem": 23,
                            "fixedWeight": 24,
                            "active": true,
                            "complianceIndicator": "sample string 25",
                            "doNotOrder": true,
                            "doNotRange": true,
                            "isNormalPriceChangesCampaign": true,
                            "updated": "2025-10-05T00:03:51.1729204"
                          },
                          {
                            "$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-10-05T00:03:51.1729204",
                            "priceChangeType": 0,
                            "costDecimals": 10
                          },
                          "normalPluPrices": {
                            "$ref": "21"
                          },
                          "winningCampaign": 1,
                          "winner": {
                            "$id": "22",
                            "campaignName": "sample string 1",
                            "campaignDescription": "sample string 2",
                            "startDate": "2025-10-05T00:03:51.1729204",
                            "startTime": 3,
                            "endDate": "2025-10-05T00:03:51.1729204",
                            "endTime": 4,
                            "newPrice": 5,
                            "newCost": 6,
                            "newCostDecimals": 7,
                            "pctDiscount": 8,
                            "promoType": 1,
                            "promotionTypeCode": "sample string 9",
                            "hostType": 10,
                            "hostIdentifier": "5KTKdTc8Y0aoD71YZsuFHg==",
                            "hostIdentifierGuid": "75caa4e4-3c37-4663-a80f-bd5866cb851e",
                            "storeNames": [
                              "sample string 1",
                              "sample string 2"
                            ]
                          },
                          "details": [
                            {
                              "$ref": "22"
                            },
                            {
                              "$ref": "22"
                            }
                          ]
                        },
                        "tray": {
                          "$id": "23",
                          "g_UId": "vmZ1WsUzBEyfbCvFNmX2TQ==",
                          "guid": "5a7566be-33c5-4c04-9f6c-2bc53665f64d",
                          "name": "sample string 1",
                          "number": 1,
                          "tare": 1
                        },
                        "priceGroup": {
                          "$id": "24",
                          "priceGroupG_UID": "WWvqHKuH+U63yvTA1kRh0w==",
                          "priceGroupGuid": "1cea6b59-87ab-4ef9-b7ca-f4c0d64461d3",
                          "name": "sample string 2",
                          "code": 1,
                          "modified": true,
                          "updated": "2025-10-05T00:03:51.1729204",
                          "buyingLimit": 1,
                          "buyingLimitIndependent": true,
                          "buyingLimitType": 0,
                          "number": 1,
                          "products": [
                            {
                              "$ref": "18"
                            },
                            {
                              "$ref": "18"
                            }
                          ],
                          "productCount": 1
                        },
                        "priceGroupName": "sample string 146",
                        "nutrifacts": {
                          "$id": "25",
                          "pluG_UID": "VFdWMCrFoEC8Bc2Ip35Ikw==",
                          "pluGuid": "30565754-c52a-40a0-bc05-cd88a77e4893",
                          "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": "ed10b9f4-2213-47fb-b247-416b00ef4d33",
                          "created": "2025-10-05T00:03:51.1729204",
                          "createdByUser": "sample string 1",
                          "activated": "2025-10-05T00:03:51.1729204",
                          "deactivated": "2025-10-05T00:03:51.1729204",
                          "lastOrdered": "2025-10-05T00:03:51.1729204",
                          "lastOrderedQty": 2.0,
                          "lastReceived": "2025-10-05T00:03:51.1729204",
                          "lastReceivedQty": 3.0,
                          "lastInvoiceStatus": 1,
                          "lastCounted": "2025-10-05T00:03:51.1729204",
                          "lastSold": "2025-10-05T00:03:51.1729204",
                          "firstSold": "2025-10-05T00:03:51.1729204",
                          "awsUpdated": "2025-10-05T00:03:51.1729204",
                          "lastManualUpdate": "2025-10-05T00:03:51.1729204",
                          "lastManualUpdatedByUser": "sample string 5",
                          "lastUpdated": "2025-10-05T00:03:51.1729204",
                          "lastUpdatedByUser": "sample string 7",
                          "lastUpdatedByHost": "2025-10-05T00:03:51.1729204",
                          "doNotRangeUpdated": "2025-10-05T00:03:51.1729204",
                          "doNotOrderUpdated": "2025-10-05T00:03:51.1729204",
                          "tracked": "2025-10-05T00:03:51.1729204"
                        },
                        "allergens": [
                          {
                            "$id": "27",
                            "allergenID": 1,
                            "pluG_UID": "FBsNm+sXzU6rMRRRy/YV0Q==",
                            "pluGuid": "9b0d1b14-17eb-4ecd-ab31-1451cbf615d1",
                            "contains": 2,
                            "allergenName": "sample string 3",
                            "storeIDs": [
                              1,
                              2
                            ]
                          },
                          {
                            "$ref": "27"
                          }
                        ],
                        "costs": {
                          "$id": "28",
                          "pluG_UID": "LdValkMJu0+uDfqemdtctw==",
                          "pluGuid": "965ad52d-0943-4fbb-ae0d-fa9e99db5cb7",
                          "enteredCost": 1,
                          "weightedAvgCost": 1,
                          "lastCost": 1,
                          "rawEnteredCost": 2,
                          "rawWeightedAvgCost": 3,
                          "rawLastCost": 4,
                          "freight": 5.0,
                          "freightType": 6,
                          "costDecimals": 7,
                          "fifoCost": 1,
                          "updated": "2025-10-05T00:03:51.1729204",
                          "normalCost": 1,
                          "currentCost": 1
                        },
                        "sales": [
                          {
                            "$id": "29",
                            "saleHeaderID": 1,
                            "created": "2025-10-05T00:03:51.1729204",
                            "createdLocal": "2025-10-05T00:03:51.1729204",
                            "storeID": 3,
                            "storeName": "sample string 4",
                            "operatorG_Uid": "zCB4NGCvhUWqhFPGf29mLg==",
                            "operatorGuid": "347820cc-af60-4585-aa84-53c67f6f662e",
                            "operatorName": "sample string 5",
                            "tranType": 1,
                            "plu": 1,
                            "pluG_UId": "F/ntd7aVlkCXnvTWl6bLxQ==",
                            "pluGuid": "77edf917-95b6-4096-979e-f4d697a6cbc5",
                            "normalPrice": 1,
                            "totalCents": 1,
                            "cost": 1,
                            "grossProfit": 1,
                            "quantity": 1,
                            "operator": {
                              "$id": "30",
                              "id": 1,
                              "g_Uid": "3PxJYTZgFE6RGj/S5XvpVA==",
                              "guid": "6149fcdc-6036-4e14-911a-3fd2e57be954",
                              "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-10-05T00:03:51.1729204",
                              "passwordResetRequired": true,
                              "alteredInStore": true,
                              "startShift": "2025-10-05T00:03:51.1729204",
                              "endShift": "2025-10-05T00:03:51.1729204",
                              "machineName": "sample string 20",
                              "drawerID": 1,
                              "stores": [
                                {
                                  "$id": "31",
                                  "operatorG_UID": "hHFb1NPof0SWcIQLJJep4A==",
                                  "operatorGuid": "d45b7184-e8d3-447f-9670-840b2497a9e0",
                                  "storeID": 2,
                                  "operator": {
                                    "$ref": "30"
                                  },
                                  "store": {
                                    "$ref": "9"
                                  }
                                },
                                {
                                  "$ref": "31"
                                }
                              ]
                            }
                          },
                          {
                            "$ref": "29"
                          }
                        ],
                        "apns": [
                          {
                            "$id": "32",
                            "pluID": 1,
                            "pluG_UID": "Jj9g2UUwpkSVUYqmMBp2FQ==",
                            "pluGuid": "d9603f26-3045-44a6-9551-8aa6301a7615",
                            "apn": "sample string 1",
                            "deleted": true,
                            "storeID": 1,
                            "storeIDs": [
                              1,
                              2
                            ]
                          },
                          {
                            "$ref": "32"
                          }
                        ],
                        "tuns": [
                          {
                            "$id": "33",
                            "pluG_UId": "VbxjkmjGdEO4iDWGXFiuRg==",
                            "pluGuid": "9263bc55-c668-4374-b888-35865c58ae46",
                            "apn": "sample string 1",
                            "tun": "sample string 2",
                            "cartonQuantity": 3,
                            "product": {
                              "$ref": "18"
                            },
                            "storeIDs": [
                              1,
                              2
                            ]
                          },
                          {
                            "$ref": "33"
                          }
                        ],
                        "competitionPricing": [
                          {
                            "$id": "34",
                            "identifier": "HsvM4A1jEEmnHgLue7I8lw==",
                            "identifierGuid": "e0cccb1e-630d-4910-a71e-02ee7bb23c97",
                            "pluG_UID": "SnvzU9ubGk+jZQrl/ZnC4g==",
                            "pluGuid": "53f37b4a-9bdb-4f1a-a365-0ae5fd99c2e2",
                            "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": "0jg0ClziQkuXKUAK0HcSAw==",
                            "groupName": "sample string 1",
                            "identifierGuid": "0a3438d2-e25c-4b42-9729-400ad0771203",
                            "exists": true,
                            "flipChartIdentifier": "y4FRSSyXnEuBSCLZq+ZJ1A==",
                            "flipChartIdentifierGuid": "495181cb-972c-4b9c-8148-22d9abe649d4",
                            "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": "Z9xoKnxEmUa3TwYpsCpISQ==",
                            "groupIdentifierGuid": "2a68dc67-447c-4699-b74f-0629b02a4849",
                            "flipChart": {
                              "$id": "36",
                              "identifier": "sXq9mqf+y0+GTNVAuwGrXA==",
                              "identifierGuid": "9abd7ab1-fea7-4fcb-864c-d540bb01ab5c",
                              "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": "7Grbj/YP5UektJs/Yeq+Lg==",
                                "identifierGuid": "8fdb6aec-0ff6-47e5-a4b4-9b3f61eabe2e",
                                "name": "sample string 2",
                                "formType": "sample string 3",
                                "forms": [
                                  {
                                    "$id": "38",
                                    "id": 1,
                                    "g_UID": "vMa0bLhdykuUGG7T3kh9Gw==",
                                    "guid": "6cb4c6bc-5db8-4bca-9418-6ed3de487d1b",
                                    "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": "SPJJssZZwUODcXJ44nZaaQ==",
                                    "previousFormGuid": "b249f248-59c6-43c1-8371-7278e2765a69",
                                    "nextForm": 1,
                                    "nextFormG_UID": "NQe4yjkhwEy/E4P7IUS+jw==",
                                    "nextFormGuid": "cab80735-2139-4cc0-bf13-83fb2144be8f",
                                    "attributes": "sample string 10",
                                    "updated": "2025-10-05T00:03:51.1729204",
                                    "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": "bEoUHM27qkaX9sM1GiPIEQ==",
                                        "checkoutFormGuid": "1c144a6c-bbcd-46aa-97f6-c3351a23c811",
                                        "identifier": "S1UAAVUuPEGswM7XEPt0Cw==",
                                        "identifierGuid": "0100554b-2e55-413c-acc0-ced710fb740b",
                                        "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": "TNsT2IedDE+LCzLMfzj+Bg==",
                                        "valueGuid": "d813db4c-9d87-4f0c-8b0b-32cc7f38fe06",
                                        "buttonText": "sample string 10",
                                        "valueText": "sample string 11",
                                        "drawImageAndButton": true,
                                        "updated": "2025-10-05T00:03:51.1729204",
                                        "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-10-05T00:03:51.1729204",
                                          "imageData": "QEA=",
                                          "readOnly": true
                                        }
                                      },
                                      {
                                        "$ref": "39"
                                      }
                                    ],
                                    "panels": [
                                      {
                                        "$id": "41",
                                        "id": 1,
                                        "checkoutFormID": 2,
                                        "checkoutFormG_UID": "q/8+DRT2tk27929EgbhahA==",
                                        "checkoutFormGuid": "0d3effab-f614-4db6-bbf7-6f4481b85a84",
                                        "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": "Vt1wUYLUm0G45KV2px3p1Q==",
                                "flipChartPageIdentifierGuid": "5170dd56-d482-419b-b8e4-a576a71de9d5",
                                "pluG_UID": "/Fp185VjI06Y7MqTY2x+9A==",
                                "pluGuid": "f3755afc-6395-4e23-98ec-ca93636c7ef4",
                                "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": "/yScqbBsdE6wg02/0hgF2w==",
                            "pluGuid": "a99c24ff-6cb0-4e74-b083-4dbfd21805db",
                            "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-10-05T00:03:51.1729204",
                            "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": "59KQSE1iF0qufxHRinLSzw==",
                            "ingredientGuid": "rm5ZAwRcFUme/yJDCOrwVw==",
                            "ingredientIdentifier": "03596eae-5c04-4915-9eff-224308eaf057",
                            "quantity": 1.0,
                            "storeIDs": [
                              1,
                              2
                            ],
                            "ingredientText": "sample string 1",
                            "ingredient": {
                              "$ref": "18"
                            }
                          },
                          {
                            "$ref": "44"
                          }
                        ],
                        "bins": [
                          {
                            "$id": "45",
                            "pluG_UID": "sTyS1eu82E6h/D/hpUAORA==",
                            "pluGuid": "d5923cb1-bceb-4ed8-a1fc-3fe1a5400e44",
                            "shelfLocationIdentifier": "tL3FQu23kkO9QC06nkevhQ==",
                            "shelfLocationGuid": "42c5bdb4-b7ed-4392-bd40-2d3a9e47af85",
                            "labelShelfDefault": 1,
                            "labelTalkerDefault": 1,
                            "labelSmall": true,
                            "labelPageLayoutG_UID": "/hwiC5ya+0mQFlYaatqyTg==",
                            "labelPageLayoutGuid": "0b221cfe-9a9c-49fb-9016-561a6adab24e",
                            "updated": "2025-10-05T00:03:51.1729204",
                            "electronicShelfLabelIdentifier": "sample string 5",
                            "electronicshelfLabelsConfigurationID": 6,
                            "labelShelfChanged": true,
                            "productName": "sample string 8",
                            "locationText": "sample string 9",
                            "product": {
                              "$ref": "18"
                            },
                            "location": {
                              "$id": "46",
                              "identifier": "MvrVEO2nUkWla+tlpl3iVQ==",
                              "storeID": 1,
                              "identifierGuid": "10d5fa32-a7ed-4552-a56b-eb65a65de255",
                              "name": "sample string 2",
                              "haccp": true,
                              "blueprintID": 1,
                              "updated": "2025-10-05T00:03:51.1729204",
                              "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": "tyUjCRagXEyl5CDCa5Qtvw==",
                            "pluGuid": "092325b7-a016-4c5c-a5e4-20c26b942dbf",
                            "deptNo": 1,
                            "product": {
                              "$ref": "18"
                            },
                            "scaleLocation": {
                              "$id": "48",
                              "id": 1,
                              "deptNo": 1,
                              "deptCode": "sample string 2",
                              "name": "sample string 3",
                              "enabled": true,
                              "updated": "2025-10-05T00:03:51.1729204",
                              "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-10-05T00:03:51.1729204",
                                            "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": "6H0KtYCr3EWjDnqtSCWjwg==",
                                            "labelPageLayoutGuid": "b50a7de8-ab80-45dc-a30e-7aad4825a3c2",
                                            "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-10-05T00:03:51.1729204",
                                        "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": "EJRN7ohs4Uq9AV79FCQRvQ==",
                                        "labelPageLayoutGuid": "ee4d9410-6c88-4ae1-bd01-5efd142411bd",
                                        "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-10-05T00:03:51.1729204",
                                    "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": "HdSLPKkTP0+7c/9WYjd7PA==",
                                    "labelPageLayoutGuid": "3c8bd41d-13a9-4f3f-bb73-ff5662377b3c",
                                    "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-10-05T00:03:51.1729204",
                                "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": "4+e4dTEtAUSrtsJgA4g9/g==",
                                "labelPageLayoutGuid": "75b8e7e3-2d31-4401-abb6-c26003883dfe",
                                "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": "R/9dcZfi8EmJ3xi7/toOog==",
                          "pluGuid": "715dff47-e297-49f0-89df-18bbfeda0ea2",
                          "newPrice": 1,
                          "pctDiscount": 1,
                          "newCost": 1,
                          "newCostDecimals": 6,
                          "dealCostIdentifier": "+ssskLZwu06vWqhui+kfnA==",
                          "dealCostGuid": "902ccbfa-70b6-4ebb-af5a-a86e8be91f9c",
                          "pluName": "sample string 7",
                          "apn": "sample string 8",
                          "fuelItem": true,
                          "priceGroupG_UID": "m+tFPNqKC0uWsvgq5uLsSg==",
                          "priceGroupGuid": "3c45eb9b-8ada-4b0b-96b2-f82ae6e2ec4a",
                          "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-10-05T00:03:51.1729204",
                          "rrp": 26,
                          "campaignDescription": "sample string 27",
                          "campaignComboPriceGroupG_UID": "GontonU3BkS+jMPGoSk5ZQ==",
                          "campaignComboPriceGroupIdentifier": "a2ed891a-3775-4406-be8c-c3c6a1293965",
                          "promotionPlacementDescription": "sample string 28",
                          "storeAcceptances": [
                            {
                              "$id": "58",
                              "plu": 1,
                              "pluG_UId": "QEA=",
                              "campaignID": 1,
                              "campaignName": "sample string 2",
                              "storeID": 3,
                              "acceptedUtc": "2025-10-05T00:03:51.1729204",
                              "operatorG_UID": "umchNbkVf0SgxAswXAu8rw==",
                              "operatorGuid": "352167ba-15b9-447f-a0c4-0b305c0bbcaf",
                              "machineID": 1,
                              "processed": true,
                              "appliedUtc": "2025-10-05T00:03:51.1729204",
                              "signIqTicketFileMovedUtc": "2025-10-05T00:03:51.1729204",
                              "user": "sample string 6",
                              "campaignDescription": "sample string 7",
                              "productDesc": "sample string 8",
                              "storeName": "sample string 9",
                              "effectiveUtc": "2025-10-05T00:03:51.1729204",
                              "priceChangeType": 0,
                              "operatorName": "sample string 10",
                              "hostCampaign": true,
                              "product": {
                                "$ref": "18"
                              },
                              "campaignPlu": {
                                "$ref": "57"
                              }
                            },
                            {
                              "$ref": "58"
                            }
                          ],
                          "campaign": {
                            "$id": "59",
                            "id": 1,
                            "storeID": 2,
                            "name": "451492b9-2e72-4920-b7ee-3f9aa2e961d5",
                            "nameGuid": "451492b9-2e72-4920-b7ee-3f9aa2e961d5",
                            "description": "sample string 4",
                            "showDiscounts": true,
                            "showTotals": true,
                            "onlyEvaluateOnSubtotal": true,
                            "useDescription": true,
                            "campaignType": 1,
                            "startDate": "2025-10-05T00:03:51.1729204",
                            "startTime": 1,
                            "endDate": "2025-10-05T00:03:51.1729204",
                            "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-10-05T00:03:51.1729204",
                            "system": true,
                            "created": "2025-10-05T00:03:51.1729204",
                            "updated": "2025-10-05T00:03:51.1729204",
                            "priceChangeNotifiedUtc": "2025-10-05T00:03:51.1729204",
                            "promoType": 1,
                            "promotionTypeCode": "sample string 13",
                            "hostIdentifier": "FrHRv8uwAEuMkeIIy9EtEw==",
                            "hostIdentifierGuid": "bfd1b116-b0cb-4b00-8c91-e208cbd12d13",
                            "hostType": 14,
                            "createdByUser": "sample string 15",
                            "fromHost": true,
                            "deleted": true,
                            "campaignDeleted": "2025-10-05T00:03:51.1729204",
                            "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": "d8E3blEbG02OgFvU3iDGiA==",
                                "pluGuid": "6e37c177-1b51-4d1b-8e80-5bd4de20c688",
                                "hostOfferID": 1,
                                "priceGroupG_UID": "k9aeAWg+xEmmfV1snVt1ow==",
                                "priceGroupGuid": "019ed693-3e68-49c4-a67d-5d6c9d5b75a3",
                                "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-10-05T00:03:51.1729204",
                                "rrp": 17,
                                "campaignDescription": "sample string 18",
                                "product": {
                                  "$ref": "18"
                                },
                                "campaign": {
                                  "$ref": "59"
                                }
                              },
                              {
                                "$ref": "60"
                              }
                            ],
                            "sellingRules": [
                              {
                                "$id": "61",
                                "id": 1,
                                "identifier": "Xd1xB2QATkqDN9vZ4A6uKQ==",
                                "identifierStr": "Xd1xB2QATkqDN9vZ4A6uKQ==",
                                "identifierGuid": "0771dd5d-0064-4a4e-8337-dbd9e00eae29",
                                "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": "bQZKUwYytEKp5kL5DGd2Mw==",
                                "customerIDGuid": "534a066d-3206-42b4-a9e6-42f90c677633",
                                "campaign": {
                                  "$ref": "59"
                                },
                                "customer": {
                                  "$id": "63",
                                  "identifier": "M7gCBYyEekipS1zZL6DyEw==",
                                  "identifierGuid": "0502b833-848c-487a-a94b-5cd92fa0f213",
                                  "code": "sample string 2",
                                  "familyName": "sample string 3",
                                  "givenName": "sample string 4",
                                  "otherName": "sample string 5",
                                  "title": "sample string 6",
                                  "dateOfBirth": "2025-10-05T00:03:51.1729204",
                                  "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": "ayocxjQVXUqgwBxQbPU09Q==",
                                  "communityIdentifierGuid": "c61c2a6b-1534-4a5d-a0c0-1c506cf534f5",
                                  "joined": "2025-10-05T00:03:51.1729204",
                                  "updated": "2025-10-05T00:03:51.1729204",
                                  "active": true,
                                  "reasonInactive": 1,
                                  "groupCustomer": true,
                                  "loyaltyPoints": 1,
                                  "homeStoreID": 1,
                                  "availableSpend": 1,
                                  "priceLevelIdentifier": "G5jWj4fcn0yq6JFF3P05xQ==",
                                  "priceLevelIdentifierGuid": "8fd6981b-dc87-4c9f-aae8-9145dcfd39c5",
                                  "marketingID": "sample string 18",
                                  "hidden": true,
                                  "registered": true,
                                  "registeredOn": "2025-10-05T00:03:51.1729204",
                                  "emailMarketing": true,
                                  "smsMarketing": true,
                                  "deleted": true,
                                  "deletedUser": "sample string 24",
                                  "homeStoreName": "sample string 25",
                                  "customerCards": [
                                    {
                                      "$id": "64",
                                      "cardType": 2,
                                      "issueDate": "2025-10-05T00:03:51.1729204",
                                      "expiry": "2025-10-05T00:03:51.1729204",
                                      "customerID": "YZsk+pwvt0yt+vjALsu0oA==",
                                      "customerIDGuid": "fa249b61-2f9c-4cb7-adfa-f8c02ecbb4a0",
                                      "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-10-05T00:03:51.1729204",
                                      "linkedAccount": "acduPUqYxkq5eq2tTPh2kw==",
                                      "linkedAccountGuid": "3d6ec769-984a-4ac6-b97a-adad4cf87693",
                                      "currentValueChanged": true,
                                      "limitsChanged": true,
                                      "customer": {
                                        "$ref": "63"
                                      },
                                      "account": {
                                        "$id": "65",
                                        "id": 1,
                                        "identifier": "C2zilpQM1kmGEDOqwJSavQ==",
                                        "identifierGuid": "96e26c0b-0c94-49d6-8610-33aac0949abd",
                                        "referenceNo": "sample string 3",
                                        "name": "sample string 4",
                                        "created": "2025-10-05T00:03:51.1729204",
                                        "owner": "3Vewx8zFcEKOp5aXJ1OFYw==",
                                        "ownerGuid": "c7b057dd-c5cc-4270-8ea7-969727538563",
                                        "accountStoreGroupIdentifier": "E9hofxHHb0aSEuq/1YiZTg==",
                                        "accountStoreGroupGuid": "7f68d813-c711-466f-9212-eabfd588994e",
                                        "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-10-05T00:03:51.1729204",
                                        "active": true,
                                        "updated": "2025-10-05T00:03:51.1729204",
                                        "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": "fhmNBbS6+EWl3MFrRY/UiQ==",
                                            "identifierGuid": "058d197e-bab4-45f8-a5dc-c16b458fd489",
                                            "name": "sample string 2",
                                            "primaryContact": "zuoSMo1EX0+bUyC5eDaQBg==",
                                            "primaryContactGuid": "3212eace-448d-4f5f-9b53-20b978369006",
                                            "accountID": "S0/lUi4MpEGFOEkebhKINQ==",
                                            "accountIDGuid": "52e54f4b-0c2e-41a4-8538-491e6e128835",
                                            "special": true,
                                            "updated": "2025-10-05T00:03:51.1729204",
                                            "active": true,
                                            "reasonInactive": 1,
                                            "priceLevelIdentifier": "LMY/AbVb6Eydnr3YtkGruA==",
                                            "priceLevelIdentifierGuid": "013fc62c-5bb5-4ce8-9d9e-bdd8b641abb8",
                                            "deleted": true,
                                            "account": {
                                              "$ref": "65"
                                            },
                                            "primaryContactCustomer": {
                                              "$ref": "63"
                                            },
                                            "customerGroupMembers": [
                                              {
                                                "$id": "68",
                                                "id": 1,
                                                "groupID": "yl3ARMJW2UKTn6Qtav/UxQ==",
                                                "groupIDGuid": "44c05dca-56c2-42d9-939f-a42d6affd4c5",
                                                "customerID": "LsgUZ5hjukiFfF/3ABif5w==",
                                                "customerIDGuid": "6714c82e-6398-48ba-857c-5ff700189fe7",
                                                "card": "sample string 4",
                                                "linkedAccount": "EfT7D+HQpUmDGWCvnU0Kew==",
                                                "linkedAccountGuid": "0ffbf411-d0e1-49a5-8319-60af9d4d0a7b",
                                                "customer": {
                                                  "$ref": "63"
                                                },
                                                "group": {
                                                  "$ref": "67"
                                                },
                                                "customerCard": {
                                                  "$ref": "64"
                                                }
                                              },
                                              {
                                                "$ref": "68"
                                              }
                                            ]
                                          },
                                          {
                                            "$ref": "67"
                                          }
                                        ]
                                      },
                                      "payments": [
                                        {
                                          "$id": "69",
                                          "id": 1,
                                          "identifier": "33tgDP09ckyoT+NQnbZ3bA==",
                                          "identifierGuid": "0c607bdf-3dfd-4c72-a84f-e3509db6776c",
                                          "storeID": 2,
                                          "operatorName": "sample string 3",
                                          "saleHeaderID": 4,
                                          "paymentType": 5,
                                          "amount": 6,
                                          "account": "sample string 7",
                                          "accountID": "PANtxjU/FkWTfW++ywcOug==",
                                          "accountIDGuid": "c66d033c-3f35-4516-937d-6fbecb070eba",
                                          "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-10-05T00:03:51.1729204",
                                          "invRocNo": "sample string 14",
                                          "responseCode": "sample string 15",
                                          "cashout": 1,
                                          "tip": 16,
                                          "idempotentVoid": "Yv4/KXQgu0adXYhoSbVtwQ==",
                                          "idempotentVoidGuid": "293ffe62-2074-46bb-9d5d-886849b56dc1",
                                          "offline": true,
                                          "processed": 1,
                                          "storeSaleHeader": {
                                            "$id": "70",
                                            "saleHeaderID": 1,
                                            "saleHeaderGuid": "viGDcSwnLECE73PT9Pi3pQ==",
                                            "saleHeaderIdentifierGuid": "718321be-272c-402c-84ef-73d3f4f8b7a5",
                                            "created": "2025-10-05T00:03:51.1729204",
                                            "createdLocal": "2025-10-05T00:03:51.1729204",
                                            "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-10-05T00:03:51.1729204",
                                            "storeID": 1,
                                            "operatorG_Uid": "WieiYIO4BEaQTL0r+r7CCA==",
                                            "operatorGuid": "60a2275a-b883-4604-904c-bd2bfabec208",
                                            "customerG_Uid": "x8VmTuRB1E+36VwdFLu41g==",
                                            "customerGuid": "4e66c5c7-41e4-4fd4-b7e9-5c1d14bbb8d6",
                                            "communityIdentifier": "etmZcZjClkKIXId/6Q+J1Q==",
                                            "communityIdentifierGuid": "7199d97a-c298-4296-885c-877fe90f89d5",
                                            "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": "ZeG4xQj1A0242L4hjAt64w==",
                                            "priceLevelIdentifierGuid": "c5b8e165-f508-4d03-b8d8-be218c0b7ae3",
                                            "locked": 36,
                                            "relationChecksum": "sample string 37",
                                            "loyaltyTender": 1,
                                            "giftCardTender": 1,
                                            "operator": {
                                              "$ref": "30"
                                            },
                                            "customer": {
                                              "$ref": "63"
                                            },
                                            "communityOrganisation": {
                                              "$id": "71",
                                              "id": 1,
                                              "identifier": "iHhE6hPVqUKrnqf3qbKN/w==",
                                              "identifierGuid": "ea447888-d513-42a9-ab9e-a7f7a9b28dff",
                                              "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-10-05T00:03:51.1729204",
                                              "deleted": true
                                            },
                                            "details": [
                                              {
                                                "$id": "72",
                                                "saleItemID": 1,
                                                "identifier": "4TrBFxgnmkusADS+qp6N3Q==",
                                                "identifierGuid": "17c13ae1-2718-4b9a-ac00-34beaa9e8ddd",
                                                "saleHeaderID": 2,
                                                "plu": 1,
                                                "pluG_UId": "bL0tOGexukqH58tIowZxhA==",
                                                "pluGuid": "382dbd6c-b167-4aba-87e7-cb48a3067184",
                                                "accountID": "S4uaTLdpe0KzqvlcI6CZgg==",
                                                "accountIDGuid": "4c9a8b4b-69b7-427b-b3aa-f95c23a09982",
                                                "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-10-05T00:03:51.1729204",
                                                "bestOrExpireType": 1,
                                                "providerName": "sample string 11",
                                                "refundG_UID": "9Oo+DGyhlUCByffGXA4dpA==",
                                                "refundGuid": "0c3eeaf4-a16c-4095-81c9-f7c65c0e1da4",
                                                "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": "iuk0XsZZPkKicEfDfi9irA==",
                                                "idempotentVoidGuid": "5e34e98a-59c6-423e-a270-47c37e2f62ac",
                                                "priceLevelIdentifier": "VqCEPVKWmky1EI4+9yktbA==",
                                                "priceLevelIdentifierGuid": "3d84a056-9652-4c9a-b510-8e3ef7292d6c",
                                                "productName": "sample string 23",
                                                "apn": "sample string 24",
                                                "unknownScans": [
                                                  {
                                                    "$id": "73",
                                                    "id": 1,
                                                    "saleDetailID": 2,
                                                    "storeID": 1,
                                                    "scanned": "2025-10-05T00:03:51.1729204",
                                                    "operatorG_UID": "QEA=",
                                                    "barcode": "sample string 4",
                                                    "processed": 1
                                                  },
                                                  {
                                                    "$ref": "73"
                                                  }
                                                ],
                                                "refund": {
                                                  "$id": "74",
                                                  "id": 1,
                                                  "g_UID": "S9wZ0hdSakG0K529dUKMjg==",
                                                  "guid": "d219dc4b-5217-416a-b42b-9dbd75428c8e",
                                                  "description": "sample string 1",
                                                  "dumped": true,
                                                  "inventoryReasonID": 1,
                                                  "sortOrder": 1,
                                                  "updated": "2025-10-05T00:03:51.1729204"
                                                },
                                                "modifier": {
                                                  "$id": "75",
                                                  "id": 1,
                                                  "setG_UID": "wBHPMJ+EK0ScOJBcpXKyHA==",
                                                  "modifierSetGuid": "30cf11c0-849f-442b-9c38-905ca572b21c",
                                                  "name": "sample string 2",
                                                  "price": 1,
                                                  "quantity": 1,
                                                  "modifierType": 1,
                                                  "groupNumber": 1,
                                                  "pageNumber": 1,
                                                  "controlOrder": 1,
                                                  "printToStation": true,
                                                  "pluG_UID": "KFWK95JIe0qEgbkbg20Lrg==",
                                                  "pluGuid": "f78a5528-4892-4a7b-8481-b91b836d0bae",
                                                  "deleted": true,
                                                  "g_UID": "hMis/Q24Q0Csui9O+9TmMg==",
                                                  "guid": "fdacc884-b80d-4043-acba-2f4efbd4e632",
                                                  "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": "mucGjFZm/Ua9ozZDPjZfSw==",
                                                "pluGuid": "8c06e79a-6656-46fd-bda3-36433e365f4b",
                                                "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-10-05T00:03:51.1729204",
                                                "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-10-05T00:03:51.1729204",
                                                "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": "ItS+3I9SBkiIQ2P1e14oZQ==",
                                                "pluGuid": "dcbed422-528f-4806-8843-63f57b5e2865",
                                                "accountID": "eMitmj1ookuJH0swaER7PA==",
                                                "accountIDGuid": "9aadc878-683d-4ba2-891f-4b3068447b3c",
                                                "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-10-05T00:03:51.1729204",
                                                "bestOrExpireType": 1,
                                                "refundG_UID": "AmBAFySUMkG8kYmWipQ16Q==",
                                                "refundGuid": "17406002-9424-4132-bc91-89968a9435e9",
                                                "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": "19X6+bab+U24XHT+OXURMg==",
                                                "identifierGuid": "f9fad5d7-9bb6-4df9-b85c-74fe39751132",
                                                "id": 1,
                                                "orderNo": 2,
                                                "externalSaleIdentifier": "sample string 3",
                                                "storeID": 4,
                                                "zoneID": 5,
                                                "deptNo": 6,
                                                "customerIdentifier": "xiGFQ8X3FEuwgZ6v+TxZ0A==",
                                                "customerIdentifierGuid": "438521c6-f7c5-4b14-b081-9eaff93c59d0",
                                                "operatorNo": 1,
                                                "operatorG_UID": "ol/GlybvcE+3w+S5rLRoaw==",
                                                "operatorGuid": "97c65fa2-ef26-4f70-b7c3-e4b9acb4686b",
                                                "created": "2025-10-05T00:03:51.1729204",
                                                "ordered": "2025-10-05T00:03:51.1729204",
                                                "started": "2025-10-05T00:03:51.1729204",
                                                "completed": "2025-10-05T00:03:51.1729204",
                                                "supplied": "2025-10-05T00:03:51.1729204",
                                                "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": "VC6fzoTzjEystBcb/pwiBg==",
                                                    "pluGuid": "ce9f2e54-f384-4c8c-acb4-171bfe9c2206",
                                                    "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": "E7FeI64imkmI+KBTvaVWAA==",
                                                    "headerIdentifierGuid": "235eb113-22ae-499a-88f8-a053bda55600",
                                                    "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": "4Me6VP+7X0yKMPdQRrCWtw==",
                                                "surveyGuid": "54bac7e0-bbff-4c5f-8a30-f75046b096b7",
                                                "saleHeaderGuid": "2tI7K7BtWEehPRysOqHOVw==",
                                                "saleGuid": "2b3bd2da-6db0-4758-a13d-1cac3aa1ce57",
                                                "textResponse": "sample string 1",
                                                "integerResponse": 1,
                                                "g_UIDResponse": "2njrYQcOhES1RypHI6Ccyw==",
                                                "guidResponse": "61eb78da-0e07-4484-b547-2a4723a09ccb",
                                                "whoAnswered": 2,
                                                "answeredAtUTC": "2025-10-05T00:03:51.1729204",
                                                "sale": {
                                                  "$ref": "70"
                                                },
                                                "survey": {
                                                  "$id": "84",
                                                  "g_UID": "tH9LbMUo8EqrWeKB8xfx/A==",
                                                  "guid": "6c4b7fb4-28c5-4af0-ab59-e281f317f1fc",
                                                  "name": "sample string 1",
                                                  "storeID": 2,
                                                  "zoneID": 1,
                                                  "checkoutFormG_UID": "pkep7wztik6NURYNsSxWWA==",
                                                  "checkoutFormGuid": "efa947a6-ed0c-4e8a-8d51-160db12c5658",
                                                  "displayToWho": 3,
                                                  "displayWhen": 4,
                                                  "start": "2025-10-05T00:03:51.1729204",
                                                  "end": "2025-10-05T00:03:51.1729204",
                                                  "deleted": true,
                                                  "updated": "2025-10-05T00:03:51.1729204",
                                                  "possibleIntegerResponses": [
                                                    1,
                                                    2
                                                  ],
                                                  "possibleTextResponses": [
                                                    "sample string 1",
                                                    "sample string 2"
                                                  ],
                                                  "possibleGuidResponses": [
                                                    "971fe692-604a-4b77-82b3-c84bd1f6cdd6",
                                                    "fcf40902-e74c-45a3-acda-4bdbed4a83b0"
                                                  ],
                                                  "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": "Lu9sdekzlEaIOhFbUWufYA==",
                                            "accountIdentifier": "756cef2e-33e9-4694-883a-115b516b9f60",
                                            "accountName": "sample string 42",
                                            "customerOrderIdentifier": "fTcvopjT3UC4nQkbcjqbPw==",
                                            "customerOrderIdentifierGuid": "a22f377d-d398-40dd-b89d-091b723a9b3f",
                                            "priceLevelName": "sample string 43",
                                            "revision": 44,
                                            "ingressId": "sample string 45"
                                          },
                                          "metadata": {
                                            "$id": "85",
                                            "id": 1,
                                            "paymentID": 2,
                                            "paymentIdentifier": "6SxJWhGiXEC/juv4WeUykQ==",
                                            "paymentIdentifierGuid": "5a492ce9-a211-405c-bf8e-ebf859e53291",
                                            "identifier": "lQzDx/qP+USwJAnrnZ6N7A==",
                                            "identifierGuid": "c7c30c95-8ffa-44f9-b024-09eb9d9e8dec",
                                            "metadata": "sample string 3",
                                            "signatureImage": "QEA=",
                                            "itemIdentifier": "q6jYAntxhUSSy574Sjbhgw==",
                                            "itemIdentifierGuid": "02d8a8ab-717b-4485-92cb-9ef84a36e183"
                                          }
                                        },
                                        {
                                          "$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": "PfyfIogh/0Gr2VBHppY9uQ==",
                                      "customerIdentifierGuid": "229ffc3d-2188-41ff-abd9-5047a6963db9",
                                      "voucherName": "sample string 2",
                                      "count": 3,
                                      "storeID": 4,
                                      "barcode": "sample string 5",
                                      "redeemCount": 6,
                                      "issueCount": 7,
                                      "storeSalePaymentID": 1,
                                      "idempotentID": "iCju2TVqGUiiim9ig13gWw==",
                                      "idempotentGuid": "d9ee2888-6a35-4819-a28a-6f62835de05b",
                                      "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-10-05T00:03:51.1729204",
                                        "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-10-05T00:03:51.1729204",
                                          "labelPageLayout": "WIx3QSTOqU6wD16YaExPbA==",
                                          "pageLayoutGuid": "41778c58-ce24-4ea9-b00f-5e98684c4f6c",
                                          "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-10-05T00:03:51.1729204"
                                            },
                                            {
                                              "$ref": "90"
                                            }
                                          ]
                                        },
                                        "customerVouchers": [
                                          {
                                            "$id": "91",
                                            "id": 1,
                                            "customerIdentifier": "+vMQae43ZEWTcfFMKjgR/g==",
                                            "customerIdentifierGuid": "6910f3fa-37ee-4564-9371-f14c2a3811fe",
                                            "voucherID": 3,
                                            "voucherName": "sample string 4",
                                            "storeID": 1,
                                            "barcode": "sample string 5",
                                            "dateOfIssue": "2025-10-05T00:03:51.1729204",
                                            "issuedSaleHeaderID": 1,
                                            "issuedSaleIdentifier": "sample string 7",
                                            "issuedOfflinePaymentID": 1,
                                            "issuedIdempotentID": "+kIhSAenQkO2QOw3+MGdEQ==",
                                            "issuedIdempotentGuid": "482142fa-a707-4342-b640-ec37f8c19d11",
                                            "issuedOffline": true,
                                            "issuedUser": "sample string 9",
                                            "issuedNotes": "sample string 10",
                                            "expiryDate": "2025-10-05T00:03:51.1729204",
                                            "expiredUser": "sample string 11",
                                            "expiredNotes": "sample string 12",
                                            "redeemed": "2025-10-05T00:03:51.1729204",
                                            "redeemedSaleHeaderID": 1,
                                            "redeemedSaleIdentifier": "sample string 13",
                                            "redeemedOfflinePaymentID": 1,
                                            "redeemedIdempotentID": "Ek3qzQWswU29qGLA220DJQ==",
                                            "redeemedIdempotentGuid": "cdea4d12-ac05-4dc1-bda8-62c0db6d0325",
                                            "redeemedUser": "sample string 14",
                                            "redeemedNotes": "sample string 15",
                                            "redeemedOffline": true,
                                            "updated": "2025-10-05T00:03:51.1729204",
                                            "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": "z6pu7hkWIUWdj118KUaN7Q==",
                                "groupIDGuid": "ee6eaacf-1619-4521-9d8f-5d7c29468ded",
                                "campaign": {
                                  "$ref": "59"
                                },
                                "group": {
                                  "$ref": "67"
                                }
                              },
                              {
                                "$ref": "92"
                              }
                            ],
                            "signIqTickets": [
                              {
                                "$id": "93",
                                "identifier": "OcPNCVx5p0eZ1Iya6DvUfg==",
                                "identifierGuid": "09cdc339-795c-47a7-99d4-8c9ae83bd47e",
                                "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": "4JImxOZXxEy3zzmTA780QQ==",
                                "guid": "c42692e0-57e6-4cc4-b7cf-399303bf3441",
                                "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": "RiT0qRCNEE2zp/L6g63ebw==",
                                    "groupGuid": "a9f42446-8d10-4d10-b3a7-f2fa83adde6f",
                                    "comboPriceType": 5,
                                    "priceType": 5,
                                    "pluG_UID": "nnJaMMNUcUCD0fQbM9PEhA==",
                                    "pluGuid": "305a729e-54c3-4071-83d1-f41b33d3c484",
                                    "priceGroupG_UID": "foASfqEEFEy7/BqJoH0edQ==",
                                    "priceGroupGuid": "7e12807e-04a1-4c14-bbfc-1a89a07d1e75",
                                    "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": "JcOfJxy9jUi75tPtJ6moAA==",
                                "priceLevelIdentifierGuid": "279fc325-bd1c-488d-bbe6-d3ed27a9a800",
                                "campaignName": "sample string 3",
                                "priceLevelName": "sample string 4"
                              },
                              {
                                "$ref": "96"
                              }
                            ]
                          },
                          "product": {
                            "$ref": "18"
                          },
                          "dealCost": {
                            "$id": "97",
                            "headerIdentifier": "a8pxcXsGo0WEK/d8Pv+eiw==",
                            "headerIdentifierGuid": "7171ca6b-067b-45a3-842b-f77c3eff9e8b",
                            "identifier": "S7mK07qiwUOME9UY55yv/A==",
                            "identifierGuid": "d38ab94b-a2ba-43c1-8c13-d518e79caffc",
                            "supplierIdentifier": "7mChWdAo/EGc1jemokEOcg==",
                            "supplierGuid": "59a160ee-28d0-41fc-9cd6-37a6a2410e72",
                            "pluG_UID": "QWfdFT9qAEa0XOwzZ05tYA==",
                            "pluGuid": "15dd6741-6a3f-4600-b45c-ec33674e6d60",
                            "campaignName": "04bc6f3e-ad0e-403a-9381-ec493410d0dc",
                            "description": "sample string 4",
                            "cost": 5,
                            "costDecimals": 6,
                            "start": "2025-10-05T00:03:51.1729204",
                            "end": "2025-10-05T00:03:51.1729204",
                            "type": 9,
                            "promoType": 10,
                            "bonusItemPLUG_UID": "IH13lvjWCkmRCEd3ptvvUA==",
                            "bonusItemPluGuid": "96777d20-d6f8-490a-9108-4777a6dbef50",
                            "bonusPurchaseUnits": 11,
                            "bonusReceiveUnits": 12,
                            "updated": "2025-10-05T00:03:51.1729204",
                            "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-10-05T00:03:51.1729204",
                            "campaignEndDate": "2025-10-05T00:03:51.1729204",
                            "masterPLUG_UID": "wsjI+w3dFEGAoBXnqDrKlQ==",
                            "masterID": "fbc8c8c2-dd0d-4114-80a0-15e7a83aca95",
                            "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": "QdQSJTL3n0CP7IvGctamfw==",
                            "bonusMasterID": "2512d441-f732-409f-8fec-8bc672d6a67f",
                            "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-10-05T00:03:51.1729204",
                        "dealCosts": [
                          {
                            "$ref": "97"
                          },
                          {
                            "$ref": "97"
                          }
                        ],
                        "tags": [
                          {
                            "$id": "98",
                            "pluG_UID": "EuDHqeGLJ0OcUBct+IuuJA==",
                            "pluGuid": "a9c7e012-8be1-4327-9c50-172df88bae24",
                            "tagID": 1,
                            "description": "sample string 1",
                            "storeIDs": [
                              1,
                              2
                            ]
                          },
                          {
                            "$ref": "98"
                          }
                        ],
                        "alternateProductG_UID": "qWk7JAuyNUKWXkFqSOqbfw==",
                        "alternateProduct": "243b69a9-b20b-4235-965e-416a48ea9b7f",
                        "productHostCode": {
                          "$id": "99",
                          "id": 1,
                          "pluG_UID": "gNnNASF06UO6tHuEPhBTEg==",
                          "pluGuid": "01cdd980-7421-43e9-bab4-7b843e105312",
                          "ibaCode": "sample string 2"
                        },
                        "mscCat": {
                          "$ref": "53"
                        },
                        "mscCom": {
                          "$ref": "54"
                        },
                        "mscDep": {
                          "$ref": "56"
                        },
                        "mscSubCom": {
                          "$ref": "55"
                        },
                        "isUserUpdate": true,
                        "ignoreMasterProduct": true,
                        "priceGroupLabelRequested": true,
                        "firstSold": "2025-10-05T00:03:51.1729204",
                        "inventoryTracked": "2025-10-05T00:03:51.1729204",
                        "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": "pb9IIsIZDk+R+5j30iHS0w==",
                      "supplierGuid": "2248bfa5-19c2-4f0e-91fb-98f7d221d2d3",
                      "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": "JXd/VMshvkiQTIseCxYj+w==",
                      "supplierGuid": "547f7725-21cb-48be-904c-8b1e0b1623fb",
                      "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-10-05T00:03:51.1729204",
                      "deliveryDate": "2025-10-05T00:03:51.1729204",
                      "nextCutOffDate": "2025-10-05T00:03:51.1729204",
                      "nextDeliveryDate": "2025-10-05T00:03:51.1729204",
                      "nextDaysBuffer": 10
                    },
                    {
                      "$ref": "102"
                    }
                  ],
                  "store": {
                    "$ref": "9"
                  },
                  "updated": "2025-10-05T00:03:51.1729204",
                  "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-10-05T00:03:51.1729204",
                    "processed": "2025-10-05T00:03:51.1729204",
                    "isProcessing": true,
                    "processedCount": 6,
                    "processingTime": 1,
                    "collectedUtc": "2025-10-05T00:03:51.1729204",
                    "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-10-05T00:03:51.1729204",
                      "businessPillar": "sample string 3",
                      "fileType": "sample string 4"
                    }
                  },
                  {
                    "$ref": "103"
                  }
                ],
                "zoneMatrix": [
                  {
                    "$id": "105",
                    "id": 1,
                    "hostIdentifier": "J9Of3AapB0aa5p9hX2tzYA==",
                    "hostIdentifierGuid": "dc9fd327-a906-4607-9ae6-9f615f6b7360",
                    "storeID": 1,
                    "departmentCode": "sample string 2",
                    "hostGuids": [
                      "6f33ddc3-9a06-4dd2-b716-3d27c6957165",
                      "9489dd70-640a-4f42-ad51-3076228b6d2a"
                    ]
                  },
                  {
                    "$ref": "105"
                  }
                ],
                "hostFileStoreSetting": {
                  "$ref": "11"
                },
                "hostStoreSettings": [
                  {
                    "$ref": "11"
                  },
                  {
                    "$ref": "11"
                  }
                ],
                "promotionPlacements": [
                  {
                    "$id": "106",
                    "identifier": "YAMj3tSTRE6Lz/RHe0mYKA==",
                    "identifierGuid": "de230360-93d4-4e44-8bcf-f4477b499828",
                    "code": "sample string 2",
                    "description": "sample string 3",
                    "isAdvertised": true
                  },
                  {
                    "$ref": "106"
                  }
                ],
                "promoTypeGuids": [
                  "35729f45-4285-4e96-be13-91de75433e4e",
                  "ddc0d17b-2b33-4852-a47d-bb3118442ce2"
                ],
                "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-10-05T00:03:51.1729204",
              "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": "51d5f927-7de8-4bfa-9bbe-9208af58d602",
          "updateStore": {
            "$id": "111",
            "id": "6946a66b-ff40-45b9-996c-8251fa27652f",
            "name": "sample string 1",
            "lastActivity": "2025-10-05T00:03:51.1729204",
            "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-10-05T00:03:51.1729204"
          },
          "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": "bIHh6Dy4qU61YCR8ZaSJ3w==",
          "guid": "e8e1816c-b83c-4ea9-b560-247c65a489df",
          "fuelGrade": "sample string 5",
          "price1": 1,
          "price2": 1,
          "price3": 1,
          "price4": 1,
          "effective": "2025-10-05T00:03:51.1729204",
          "updated": "2025-10-05T00:03:51.1729204",
          "margin": 1,
          "product": {
            "$ref": "18"
          }
        }
      }
    },
    {
      "$ref": "7"
    }
  ],
  "cashBalancingFuelMeters": [
    {
      "$id": "114",
      "headerIdentifier": "jGOtZrNFvUCl9qJdHLHgGA==",
      "headerIdentifierGuid": "66ad638c-45b3-40bd-a5f6-a25d1cb1e018",
      "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-10-05T00:03:51.1729204",
          "adjustedAt": "2025-10-05T00:03:51.1729204",
          "adjustmentVolume": 8.0,
          "reasonDesc": "sample string 9",
          "reason": 10,
          "operatorG_UID": "g2EWLknUNkuy0ASK0y7wEw==",
          "operatorGuid": "2e166183-d449-4b36-b2d0-048ad32ef013",
          "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:
PKyE[�����5xl/workbook.xml �(�����0��&�C�p��R8q����
�4Ж�5��B	$޼���~;b2�ӳ���m�;����)t'3��w��
�,�L�ʚ*S�iI]�Ҁ^�:9:���a��6�#�jXQ
������X�=$M.����.&�5�)`�EPL���W葳�ܚ�ǜ�\�ÝҌ��$���9K���a���PKyE[����	�[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
yE[i�n�''_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="Ra8b037954b094973" /></Relationships>PKyE[�Y���Axl/worksheets/sheet1.xml �(���[s�0����ﵵ�{萦izO�6i�F�Ogl'��W86�e5��!��w���Y	2z�{���H��8���A��g�t{;���3>��vY��X%I|[���pU�w'q\�W�fVD�]�5��Y����c~g�e:Oβ��&ٖ1"�<Y�J�b���c�cjwy2[TCجKmf�6�����}�'�q8���)�A<U�u���u����,����z1I����z�e,���~]^e��$�]��%^i�ٺ���t�]lf���]�(W�F\P�#��a0�/�lsS�n�<���AOe�)#
	�O�i������ӱZ��Qc�4�\+A�G�k=�O����?���ˮ�(	A���~Z�j�j�2�	������Vg�?bՁ4�!mQM�\
���
�����P��P��D��JA��"��Y4�ڛ�D*����M�ugA$H�\)��"�hԊr�g>�0B�Fd.$��)-=i�&��ɣ���������Twf ��J�,�H�2��Ye��==�M&���n�Mz9@�(���6����1�!(����"�Y�&�J�4/��/��d�,JID0mɅ�Tx*4Y�6��FJ0�`VR�����"�Y�1�$�1k�d�,j��U	m�Tķ/`�El��I$���_�?��z6+g�Q�킼�mjﯦ沨N^s����Q�����鐀>�bH`�8�O��O�	�'^
	�'.�������o���o�Y��s ����e�b��сX�^:��OIJ�ʁX�~v ��_���WG�,w��������@,w�;���rw�hB��:�[c�؇�ƶ�q(�?u ��/����{�k�#�}�|e�^ۗǣ�ǣ���V.zլ~���t�ֲ����u��������G?r�G>u�io#W�����ŭv���W?r�@�<�8k.��5���j���YG�Qi���QV_ǝ|e~{'�y��I^���L�PKyE[�zz�Pxl/_rels/workbook.xml.rels �(���Mn� F��f_c�?QH6�t���Ɗ
Hڜ���W(j�֑��&+43���
�����4��0Xá�r h�U��9�c���v���(b���IOL�ct+J��8��Y�&M:�'S�{�<�)���9��pu���A����&���֟�F�@��9���>�,Q�<+{\�X0�`�l�eɀЇ��x1�z�Ꙍ�JI�W��I�.*��G�}���iޞ��.Ա��&%�6���ݿ�|PKyE[Ѓ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��PKyE[X`^���xl/sharedStrings.xml �(��U�N�@���cB�T�Q��	�B��;IV�K�GM���!�%��T��9s=���]~�*٠�Қ~Zd�4ASY!Ͳ�>̧��4�F����}�\�=�)�R���h�1�}�B
>�k4�,��@�薹_;�W��U~�n���I��ֆ�i��&���5�^<B�=*�����S��C����8D��:���@��#�:L���#�4��?�-��pG�pA�����r�kci�P�j޲,q�Fu�ϵtDZ�SYQ�l\;�=w3��aڠ�I�`��F�.�4�j'�'Б`���T*u|�;T@lg�lx,aA�1HA,M�}��k��E燮CP`*f`/Ğ���������F�3$~�#���Pg�-���!�9��N�b��Rt:��n�ݺ(�E���j�w
�x��:�y�k���FH���@���{�ld��j�Uv��t��n�����仜��%�lfs�Mf�짝�7D����h��uث�ދ�5�{���5����ܙ��q9���PK-yE[�����5xl/workbook.xmlPK-yE[����	��[Content_Types].xmlPK-
yE[i�n�''U_rels/.relsPK-yE[�Y���A�xl/worksheets/sheet1.xmlPK-yE[�zz�P�xl/_rels/workbook.xml.relsPK-yE[Ѓc'2E
8	xl/styles.xmlPK-yE[X`^����
xl/sharedStrings.xmlPK��

application/vnd.ms-excel

Sample:
PKyE[e���5xl/workbook.xml �(�����0��&�C�`�R8q������4П�5��B	$޼���~;b4�����G
�简.�s�����]k��0I��meC�iފt�i�d�рA�;i=,�X�:§�B����s����G9k��d|	�ߔ���"*�QQ�۳�#0��i��=Q�`�]�sB)l�
&����PKyE[����	�[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
yE[H��''_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="R25d86e1f40bc430f" /></Relationships>PKyE[�Y���Axl/worksheets/sheet1.xml �(���[s�0����ﵵ�{萦izO�6i�F�Ogl'��W86�e5��!��w���Y	2z�{���H��8���A��g�t{;���3>��vY��X%I|[���pU�w'q\�W�fVD�]�5��Y����c~g�e:Oβ��&ٖ1"�<Y�J�b���c�cjwy2[TCجKmf�6�����}�'�q8���)�A<U�u���u����,����z1I����z�e,���~]^e��$�]��%^i�ٺ���t�]lf���]�(W�F\P�#��a0�/�lsS�n�<���AOe�)#
	�O�i������ӱZ��Qc�4�\+A�G�k=�O����?���ˮ�(	A���~Z�j�j�2�	������Vg�?bՁ4�!mQM�\
���
�����P��P��D��JA��"��Y4�ڛ�D*����M�ugA$H�\)��"�hԊr�g>�0B�Fd.$��)-=i�&��ɣ���������Twf ��J�,�H�2��Ye��==�M&���n�Mz9@�(���6����1�!(����"�Y�&�J�4/��/��d�,JID0mɅ�Tx*4Y�6��FJ0�`VR�����"�Y�1�$�1k�d�,j��U	m�Tķ/`�El��I$���_�?��z6+g�Q�킼�mjﯦ沨N^s����Q�����鐀>�bH`�8�O��O�	�'^
	�'.�������o���o�Y��s ����e�b��сX�^:��OIJ�ʁX�~v ��_���WG�,w��������@,w�;���rw�hB��:�[c�؇�ƶ�q(�?u ��/����{�k�#�}�|e�^ۗǣ�ǣ���V.zլ~���t�ֲ����u��������G?r�G>u�io#W�����ŭv���W?r�@�<�8k.��5���j���YG�Qi���QV_ǝ|e~{'�y��I^���L�PKyE[<r0��Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞8;D�i7lؖ^`lO>jbG��l,8W�*�6]����������m���0:�B����jgF۷p��]��fO�4�q	,�������y��2��M���cJ}��G쉗y^s�f�5�����n����i&��W�a ���{�-����"KT`O��=ʮ�Z��%r*�񛩅x�(�z}�+�F���2G�˜�2z2�ѧK����ZQ�PE]I�HH�/j��/�_PKyE[Ѓ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��PKyE[X`^���xl/sharedStrings.xml �(��U�N�@���cB�T�Q��	�B��;IV�K�GM���!�%��T��9s=���]~�*٠�Қ~Zd�4ASY!Ͳ�>̧��4�F����}�\�=�)�R���h�1�}�B
>�k4�,��@�薹_;�W��U~�n���I��ֆ�i��&���5�^<B�=*�����S��C����8D��:���@��#�:L���#�4��?�-��pG�pA�����r�kci�P�j޲,q�Fu�ϵtDZ�SYQ�l\;�=w3��aڠ�I�`��F�.�4�j'�'Б`���T*u|�;T@lg�lx,aA�1HA,M�}��k��E燮CP`*f`/Ğ���������F�3$~�#���Pg�-���!�9��N�b��Rt:��n�ݺ(�E���j�w
�x��:�y�k���FH���@���{�ld��j�Uv��t��n�����仜��%�lfs�Mf�짝�7D����h��uث�ދ�5�{���5����ܙ��q9���PK-yE[e���5xl/workbook.xmlPK-yE[����	��[Content_Types].xmlPK-
yE[H��''U_rels/.relsPK-yE[�Y���A�xl/worksheets/sheet1.xmlPK-yE[<r0��P�xl/_rels/workbook.xml.relsPK-yE[Ѓc'2E
6	xl/styles.xmlPK-yE[X`^����
xl/sharedStrings.xmlPK��