POST api/cashBalancing/{id}/finance1Export

Export the cash balancing header for finance1

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Cash balancing header identifier

globally unique identifier

Required

Body Parameters

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.

Request Formats

application/json, text/json

Sample:
{
  "identifier": "wSJvV1xsyEuKKnDvXhC0aw==",
  "identifierGuid": "576f22c1-6c5c-4bc8-8a2a-70ef5e10b46b",
  "storeID": 2,
  "date": "2026-04-03T06:22:56.2120919",
  "started": "2026-04-03T06:22:56.2120919",
  "ended": "2026-04-03T06:22:56.2120919",
  "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": "EBXYWShSwU64/MrCjBXviA==",
      "headerIdentifierGuid": "59d81510-5228-4ec1-b8fc-cac28c15ef88",
      "operatorG_UID": "1H0uZi8PfU+b+Gc7O9JpFg==",
      "operatorGuid": "662e7dd4-0f2f-4f7d-9bf8-673b3bd26916",
      "date": "2026-04-03T06:22:56.2120919",
      "drawerID": 4,
      "machineID": 5,
      "shiftIdentifier": "By/ENSuJBk63KFz7RKs9aA==",
      "shiftIdentifierGuid": "35c42f07-892b-4e06-b728-5cfb44ab3d68",
      "operatorCash": 6,
      "managerCash": 7,
      "expectedCash": 8,
      "finalisedCash": 9,
      "operatorCashNote": "sample string 10",
      "managerCashNote": "sample string 11",
      "expectedPickup": 12,
      "pickupCash": 13,
      "start": "2026-04-03T06:22:56.2120919",
      "end": "2026-04-03T06:22:56.2120919",
      "operatorName": "sample string 16",
      "operatorNumber": "sample string 17",
      "machineName": "sample string 18",
      "operators": "sample string 19"
    },
    {
      "$ref": "2"
    }
  ],
  "eftDetails": [
    {
      "$id": "3",
      "id": 1,
      "headerIdentifier": "f4/9ZrWfBU29pbRMYNVpvA==",
      "headerIdentifierGuid": "66fd8f7f-9fb5-4d05-bda5-b44c60d569bc",
      "date": "2026-04-03T06:22:56.2120919",
      "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": "S8b6xfapFkyVOz+L+Ae2Hg==",
    "headerIdentifierGuid": "c5fac64b-a9f6-4c16-953b-3f8bf807b61e",
    "bankName": "sample string 3",
    "expectedCash": 4,
    "cashDeclared": 1,
    "expectedPickup": 5,
    "pickupDeclared": 1,
    "expectedCheque": 6,
    "chequeDeclared": 1
  },
  "cashBalancingBankingAccounts": [
    {
      "$id": "5",
      "id": 1,
      "headerIdentifier": "Lp0SoMgJZEmvxKlOvFuQRg==",
      "headerIdentifierGuid": "a0129d2e-09c8-4964-afc4-a94ebc5b9046",
      "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": "VnQeJWnZVka0LfSWSzdfeg==",
      "headerIdentifierGuid": "251e7456-d969-4656-b42d-f4964b375f7a",
      "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": "2026-04-03T06:22:56.2120919",
        "storeName": "sample string 9",
        "store": {
          "$id": "9",
          "id": 1,
          "isMaster": true,
          "isElectedMaster": true,
          "electedMasterStoreID": 1,
          "isZoneMaster": 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": "2026-04-03T06:22:56.2120919",
          "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": "KeITOM/UeEaj7cP8d5YQyw==",
          "hostIdentifierGuid": "3813e229-d4cf-4678-a3ed-c3fc779610cb",
          "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,
          "defaultOrderDocumentId": 1,
          "defaultStockReceiveDocumentId": 1,
          "giftCardSalesAccountingDeptCode": "sample string 47",
          "transactionDiscountAccountingDeptCode": "sample string 48",
          "size": 49,
          "updated": "2026-04-03T06:22:56.2120919",
          "priceZone": {
            "$id": "10",
            "id": 1,
            "name": "sample string 2",
            "hostIdentifier": "ju0fu2WjUk+f2ZEMV33YCw==",
            "hostIdentifierGuid": "bb1fed8e-a365-4f52-9fd9-910c577dd80b",
            "sortOrder": 3,
            "zoneMasterStoreID": 1,
            "electedMasterStoreID": 1,
            "containsElectedMasterStore": true
          },
          "priceZoneName": "sample string 51",
          "storeFuelConfigured": true,
          "shippingAddressCopied": true,
          "shippingAddress": {
            "$id": "11",
            "storeID": 1,
            "addressType": 1,
            "address1": "sample string 1",
            "address2": "sample string 2",
            "city": "sample string 3",
            "state": "sample string 4",
            "country": "sample string 5",
            "postCode": "sample string 6"
          },
          "billingAddressCopied": true,
          "billingAddress": {
            "$ref": "11"
          },
          "hostStoreSettings": [
            {
              "$id": "12",
              "id": 1,
              "hostIdentifier": "YPic9JbEtECFDAjGaqG0UA==",
              "hostIdentifierGuid": "f49cf860-c496-40b4-850c-08c66aa1b450",
              "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,
              "secondPassword": "sample string 23",
              "secondPasswordPlain": "sample string 24",
              "secondServerAddress": "sample string 25",
              "processPromotions": true,
              "hostProvider": 0,
              "host": {
                "$id": "13",
                "identifier": "iy1348+rfUi6KCnxUeBwCQ==",
                "identifierGuid": "e3772d8b-abcf-487d-ba28-29f151e07009",
                "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": "VxlsI/Lpi0a+DfcgK1M2Jw==",
                "hostSupplierIdentifierGuid": "236c1957-e9f2-468b-be0d-f7202b533627",
                "loyaltyPriceLevelIdentifier": "B6CNoNn5rUaNH/hRza7WKQ==",
                "loyaltyPriceLevelIdentifierGuid": "a08da007-f9d9-46ad-8d1f-f851cdaed629",
                "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": "2026-04-03T06:22:56.2120919",
                "lastProcessed": "2026-04-03T06:22:56.2120919",
                "hold": true,
                "supplierName": "sample string 35",
                "supplier": {
                  "$id": "14",
                  "identifier": "+6A6Y/D9zEi628d1kX0h7A==",
                  "identifierGuid": "633aa0fb-fdf0-48cc-badb-c775917d21ec",
                  "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": "YwiPfARolUSDM1Pv9qs6MQ==",
                  "primaryContactID": "7c8f0863-6804-4495-8333-53eff6ab3a31",
                  "storeID": 1,
                  "abn": "sample string 16",
                  "supplierGroupIdentifier": "JYerWtp/iEOOVm5tSV8sIA==",
                  "supplierGroupGuid": "5aab8725-7fda-4388-8e56-6e6d495f2c20",
                  "rebate": 1.0,
                  "rebateType": 1,
                  "rebateFrequency": 1,
                  "rebateSource": 1,
                  "rebateLastClaimed": "2026-04-03T06:22:56.2120919",
                  "rebateLastClaimedAmount": 1.0,
                  "cartonsOnly": true,
                  "minimumOrderValue": 1,
                  "enforceMinimumQuantity": true,
                  "freight": 19.0,
                  "freightType": 20,
                  "deleted": true,
                  "deletedUser": "sample string 22",
                  "storeName": "sample string 23",
                  "primaryContact": {
                    "$id": "15",
                    "id": "d1f1bb20-9a4c-4f04-b91a-674c53ebf5be",
                    "identifier": "YYropVhe206eM0MGMLDttQ==",
                    "identifierGuid": "a5e88a61-5e58-4edb-9e33-430630b0edb5",
                    "familyName": "sample string 1",
                    "givenNames": "sample string 2",
                    "otherNames": "sample string 3",
                    "title": "sample string 4",
                    "dateOfBirth": "sample string 5",
                    "sex": "sample string 6",
                    "address": "sample string 7",
                    "address1": "sample string 8",
                    "address2": "sample string 9",
                    "town": "sample string 10",
                    "state": "sample string 11",
                    "country": "sample string 12",
                    "postalCode": "sample string 13",
                    "telephone": "sample string 14",
                    "mobile": "sample string 15",
                    "email": "sample string 16",
                    "fax": "sample string 17",
                    "primary": true
                  },
                  "contacts": [
                    {
                      "$id": "16",
                      "supplierIdentifier": "IbpTuDDf1kCXDWo1uGRpvQ==",
                      "supplierIdentifierGuid": "b853ba21-df30-40d6-970d-6a35b86469bd",
                      "contactGuid": "rexD3eIlMUOfW3HJRimzyQ==",
                      "contactID": "dd43ecad-25e2-4331-9f5b-71c94629b3c9",
                      "contact": {
                        "$ref": "15"
                      },
                      "supplier": {
                        "$ref": "14"
                      }
                    },
                    {
                      "$ref": "16"
                    }
                  ],
                  "products": [
                    {
                      "$id": "17",
                      "pluG_UID": "g2TlNlPSFUq50fM+j1S9mw==",
                      "pluGuid": "36e56483-d253-4a15-b9d1-f33e8f54bd9b",
                      "supplierIdentifier": "frhSstXXaUqcEtpA5rM4lA==",
                      "supplierIdentifierGuid": "b252b87e-d7d5-4a69-9c12-da40e6b33894",
                      "cartonQuantity": 1,
                      "cartonQuantityChanged": true,
                      "productSize": "sample string 3",
                      "cigarettesPerSleeve": 1,
                      "randomWeight": true,
                      "piecesPerUnit": 5,
                      "averagePackSize": 6,
                      "effectiveDate": "2026-04-03T06:22:56.2120919",
                      "pricedByWeight": true,
                      "landedUnitCostEx": 9,
                      "landedUnitCostInc": 10,
                      "landedCartonCostInc": 12,
                      "landedCartonCostEx": 13,
                      "standardCost": 14,
                      "deliveryFee": 1,
                      "deliveryFeeBasis": "sample string 15",
                      "pickAndPackFee": 1,
                      "pickAndPackFeeBasis": "sample string 16",
                      "financeFee": 1,
                      "financeFeeBasis": "sample string 17",
                      "cartonLength": 1,
                      "cartonWidth": 1,
                      "cartonHeight": 1,
                      "palletLayerQuantity": 1,
                      "palletLayers": 1,
                      "itemCode": "sample string 18",
                      "invoiceCode": "sample string 19",
                      "invoiceDesc": "sample string 20",
                      "orderDirect": true,
                      "useCost": true,
                      "minimumQuantity": 21,
                      "hostType": 22,
                      "fromHost": 23,
                      "minimumReorder": 1,
                      "maximumReorder": 1,
                      "orderMultiple": 24.1,
                      "sellMultiple": 25.1,
                      "baseMultiple": 26.1,
                      "hostStandardCost": 27,
                      "hostTotalCost": 28,
                      "hostRetail": 29,
                      "hostLandedUnitCostEx": 30,
                      "hostLandedUnitCostInc": 31,
                      "hostDesc": "sample string 32",
                      "directIndicator": "sample string 33",
                      "availableToOrder": true,
                      "hostRangeIndicator": "sample string 35",
                      "hostProductType": "sample string 36",
                      "hostProductGrade": "sample string 37",
                      "hostProductGroup": "sample string 38",
                      "hostSlowMoving": true,
                      "hostGeneralMerchandise": true,
                      "hostPillar": "sample string 41",
                      "hostLastUpdated": "2026-04-03T06:22:56.2120919",
                      "rebate": 1.0,
                      "rebateExclude": true,
                      "invoiceCodes": [
                        {
                          "$id": "18",
                          "pluG_UID": "C0T7MoP8JE2F20W5mS4IUw==",
                          "pluGuid": "32fb440b-fc83-4d24-85db-45b9992e0853",
                          "supplierIdentifier": "kb0aIgETfEWbcUd0OdqkqA==",
                          "supplierIdentifierGuid": "221abd91-1301-457c-9b71-477439daa4a8",
                          "invoiceCode": "sample string 1",
                          "storeIDs": [
                            1,
                            2
                          ]
                        },
                        {
                          "$ref": "18"
                        }
                      ],
                      "storeIDs": [
                        1,
                        2
                      ],
                      "preferredSupplier": true,
                      "preferredRebateSupplier": true,
                      "supplierName": "sample string 42",
                      "salesMode": 43,
                      "orderPacked": true,
                      "active": true,
                      "price": 1,
                      "costGstPercent": 45,
                      "parentPluG_UID": "Nq65JukZg0+gIumOYQPb6A==",
                      "parentPluGuid": "26b9ae36-19e9-4f83-a022-e98e6103dbe8",
                      "freight": 46.0,
                      "freightType": 1,
                      "product": {
                        "$id": "19",
                        "plu": 1,
                        "storeID": 1,
                        "masterPluG_UID": "QEA=",
                        "storeIDs": [
                          1,
                          2
                        ],
                        "g_UId": "dhH4mf4jk0SgvLZw6mq37w==",
                        "guid": "99f81176-23fe-4493-a0bc-b670ea6ab7ef",
                        "apn": "sample string 1",
                        "apnChanged": true,
                        "apnSwitched": true,
                        "barcode": "sample string 4",
                        "itemNumber": "sample string 5",
                        "itemNumberChanged": true,
                        "priceGroupG_UID": "WeeIh1fVk0OsNoy14UN7OQ==",
                        "priceGroupGuid": "8788e759-d557-4393-ac36-8cb5e1437b39",
                        "blueprintID": 1,
                        "lastCountedDate": "2026-04-03T06:22:56.2120919",
                        "externalID": "sample string 7",
                        "active": true,
                        "activated": "2026-04-03T06:22:56.2120919",
                        "pluCreated": "2026-04-03T06:22:56.2120919",
                        "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": "2026-04-03T06:22:56.2120919",
                        "lastManualUpdate": "2026-04-03T06:22:56.2120919",
                        "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": "2026-04-03T06:22:56.2120919",
                        "currentCostUpdated": "2026-04-03T06:22:56.2120919",
                        "costDecimals": 31,
                        "costChanged": true,
                        "dealCostIdentifier": "QEA=",
                        "excludeFromRebate": true,
                        "rebateOverride": 1,
                        "costCalcMethod": 32,
                        "costCalcMethodChanged": true,
                        "costEffectiveDate": "2026-04-03T06:22:56.2120919",
                        "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": "2026-04-03T06:22:56.2120919",
                        "posTare": 1,
                        "altPrice": 1.0,
                        "altPriceChanged": true,
                        "altPriceMode": 53,
                        "altPriceModeChanged": true,
                        "altPLUG_UID": "kzoU9zjZe0K7KzsgNO/B5A==",
                        "altPLUGuid": "f7143a93-d938-427b-bb2b-3b2034efc1e4",
                        "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": "2026-04-03T06:22:56.2120919",
                        "labelLastPrice": 1,
                        "shelfPageLayoutG_UID": "Fppbfc2KeEmthGuS6ou6xg==",
                        "shelfPageLayoutGuid": "7d5b9a16-8acd-4978-ad84-6b92ea8bbac6",
                        "talkerPageLayoutG_UID": "JA7Uc3CSTkGlAYzP1im10A==",
                        "talkerPageLayoutGuid": "73d40e24-9270-414e-a501-8ccfd629b5d0",
                        "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,
                        "liabilityItem": true,
                        "trackSerial": true,
                        "trackSerialChanged": true,
                        "allowZeroPrice": true,
                        "allowZeroPriceChanged": true,
                        "notForSale": 92,
                        "notForSaleChanged": true,
                        "excludeFromDeals": true,
                        "excludeFromVoucher": true,
                        "minimumAge": 95,
                        "minimumAgeChanged": true,
                        "buyingLimit": 1,
                        "buyingLimitChanged": true,
                        "buyingLimitIndependent": true,
                        "buyingLimitIndependentChanged": true,
                        "inventoryGuid": "5XA0T+Q9U0m9lIyAco55ww==",
                        "inventoryIdentifier": "4f3470e5-3de4-4953-bd94-8c80728e79c3",
                        "inventoryAccuracy": 1,
                        "baseUnits": 99,
                        "orderPacked": 1,
                        "isManufactured": true,
                        "isIngredient": true,
                        "isModifier": true,
                        "isModifierChanged": true,
                        "hasModifiers": 100,
                        "defaultPrinter": "sample string 101",
                        "defaultPrinterGroup": "sample string 102",
                        "ingredientsOnManufacture": true,
                        "manufactureUnitMeasure": 1,
                        "mpl": 1,
                        "maxShelfQty": 103,
                        "allowAutoOrder": true,
                        "warrantyPeriod": 1,
                        "parentPluG_UId": "C/Bcoa6LAkaxCSOKxZWI4g==",
                        "parentPluGuid": "a15cf00b-8bae-4602-b109-238ac59588e2",
                        "preferredHostVendor": 105,
                        "preferredHostChanged": true,
                        "code": "sample string 107",
                        "supplierIdentifier": "8t64w+m/c0SUOBl7JjqgsQ==",
                        "supplierIdentifierGuid": "c3b8def2-bfe9-4473-9438-197b263aa0b1",
                        "supplierChanged": true,
                        "rebateSupplierIdentifier": "cwSpD0JdTUiHyGtaBdsSkg==",
                        "rebateSupplierIdentifierGuid": "0fa90473-5d42-484d-87c8-6b5a05db1292",
                        "rebateSupplierChanged": true,
                        "availableForOrder": true,
                        "warehouseDirectIndicator": "sample string 109",
                        "warehouseDirectIndicatorChanged": true,
                        "productGrade": "sample string 111",
                        "productType": "sample string 112",
                        "productGroup": "sample string 113",
                        "complianceIndicator": "sample string 114",
                        "inhouseBrand": "sample string 115",
                        "slowMoving": true,
                        "generalMerchandise": true,
                        "comment": "sample string 118",
                        "lastUpdatedByUser": "sample string 119",
                        "lastManualUpdatedByUser": "sample string 120",
                        "lastUpdatedByUserOverride": true,
                        "lastUpdatedByHost": "2026-04-03T06:22:56.2120919",
                        "commodity": "sample string 122",
                        "businessPillar": "sample string 123",
                        "mscCommodity": "sample string 124",
                        "hostIdentifier": "OEyTAvp83ka8UC4c5bW4YQ==",
                        "hostIdentifierGuid": "02934c38-7cfa-46de-bc50-2e1ce5b5b861",
                        "serviceFeeID": 1,
                        "serviceFeeIDChanged": true,
                        "providerName": "sample string 126",
                        "aisleEnds": "sample string 127",
                        "deleted": true,
                        "deletedChanged": true,
                        "hidden": true,
                        "doNotRange": true,
                        "doNotRangeChanged": true,
                        "doNotOrder": true,
                        "doNotOrderChanged": true,
                        "locked": true,
                        "excludeFromWebUpdate": true,
                        "excludeFromWebUpdateChanged": true,
                        "webPriceBasedOn": 138,
                        "webPriceRounding": true,
                        "webMarkup": 140,
                        "webPriceMode": 141,
                        "altDepartmentID": 1,
                        "altSubDepartmentID": 1,
                        "altMinorDepartmentID": 1,
                        "altLesserDepartmentID": 1,
                        "altDeptCode": "sample string 142",
                        "altSubDeptCode": "sample string 143",
                        "altMinorDeptCode": "sample string 144",
                        "altLesserDeptCode": "sample string 145",
                        "altDepartmentChanged": true,
                        "storeProducts": [
                          {
                            "$ref": "19"
                          },
                          {
                            "$ref": "19"
                          }
                        ],
                        "store": {
                          "$ref": "9"
                        },
                        "storePrices": [
                          {
                            "$id": "20",
                            "pluG_UID": "qb1oiPlEu0+g5+Ne+L1vfA==",
                            "pluGuid": "8868bda9-44f9-4fbb-a0e7-e35ef8bd6f7c",
                            "plu": 1,
                            "storeID": 1,
                            "zoneID": 2,
                            "zoneName": "sample string 3",
                            "store": "sample string 4",
                            "isElectedMasterStore": true,
                            "isZoneMasterStore": true,
                            "priceNow": 7,
                            "costNow": 8,
                            "costNowDecimals": 9,
                            "normalPrice": 10,
                            "priceNext": 1,
                            "costNext": 1,
                            "costNextDecimals": 11,
                            "nextCampaignName": "sample string 12",
                            "gstPercent": 13,
                            "normalCost": 14,
                            "normalCostDecimals": 15,
                            "costGstPercent": 16,
                            "costCalcMethod": 1,
                            "currentCost": 17,
                            "currentCostDecimals": 18,
                            "break1": 19,
                            "price1": 20,
                            "break2": 21,
                            "price2": 22,
                            "break3": 23,
                            "price3": 24,
                            "fuelItem": 25,
                            "fixedWeight": 26,
                            "active": true,
                            "complianceIndicator": "sample string 27",
                            "doNotOrder": true,
                            "doNotRange": true,
                            "isNormalPriceChangesCampaign": true,
                            "updated": "2026-04-03T06:22:56.2120919"
                          },
                          {
                            "$ref": "20"
                          }
                        ],
                        "currentPrices": {
                          "$id": "21",
                          "pluPrices": {
                            "$id": "22",
                            "plu": 1,
                            "pluG_UID": "QEA=",
                            "stores": [
                              1,
                              2
                            ],
                            "normalPrice": 1,
                            "cost": 2,
                            "break1": 3,
                            "price1": 4,
                            "break2": 5,
                            "price2": 6,
                            "break3": 7,
                            "price3": 8,
                            "discountPrice": 9,
                            "memberDiscountPrice": 10,
                            "acceptedUtc": "2026-04-03T06:22:56.2120919",
                            "priceChangeType": 0,
                            "costDecimals": 11,
                            "costCalcMethod": 12,
                            "targetCampaignPriceGtOrEquNormal": true
                          },
                          "normalPluPrices": {
                            "$ref": "22"
                          },
                          "winningCampaign": 1,
                          "winner": {
                            "$id": "23",
                            "campaignName": "sample string 1",
                            "campaignDescription": "sample string 2",
                            "talkerText": "sample string 3",
                            "disableWasSave": true,
                            "startDate": "2026-04-03T06:22:56.2120919",
                            "startTime": 5,
                            "endDate": "2026-04-03T06:22:56.2120919",
                            "endTime": 6,
                            "newPrice": 7,
                            "newCost": 8,
                            "newCostDecimals": 9,
                            "pctDiscount": 10,
                            "promoType": 1,
                            "promotionTypeCode": "sample string 11",
                            "hostType": 12,
                            "hostIdentifier": "W+6Kzyd8tUqogRNOBOLm9Q==",
                            "hostIdentifierGuid": "cf8aee5b-7c27-4ab5-a881-134e04e2e6f5",
                            "storeNames": [
                              "sample string 1",
                              "sample string 2"
                            ]
                          },
                          "details": [
                            {
                              "$ref": "23"
                            },
                            {
                              "$ref": "23"
                            }
                          ]
                        },
                        "tray": {
                          "$id": "24",
                          "g_UId": "Ky9mzfWl0kymDYHZf4RW5Q==",
                          "guid": "cd662f2b-a5f5-4cd2-a60d-81d97f8456e5",
                          "name": "sample string 1",
                          "number": 1,
                          "tare": 1
                        },
                        "priceGroup": {
                          "$id": "25",
                          "priceGroupG_UID": "jKf4Yj9NIE+bf50msbx3IA==",
                          "priceGroupGuid": "62f8a78c-4d3f-4f20-9b7f-9d26b1bc7720",
                          "name": "sample string 2",
                          "code": 1,
                          "modified": true,
                          "updated": "2026-04-03T06:22:56.2120919",
                          "buyingLimit": 1,
                          "buyingLimitIndependent": true,
                          "buyingLimitType": 0,
                          "number": 1,
                          "products": [
                            {
                              "$ref": "19"
                            },
                            {
                              "$ref": "19"
                            }
                          ],
                          "productCount": 1
                        },
                        "priceGroupName": "sample string 147",
                        "nutrifacts": {
                          "$id": "26",
                          "pluG_UID": "KJbgUdOmkEqL8HlwFsSrHA==",
                          "pluGuid": "51e09628-a6d3-4a90-8bf0-797016c4ab1c",
                          "plu": 1,
                          "servingsPerPack": 1,
                          "servingSize": 1,
                          "showAllergens": 1,
                          "energy": 1,
                          "protein": 1,
                          "fat": 1,
                          "saturated": 1,
                          "carbo": 1,
                          "sugars": 1,
                          "sodium": 1,
                          "potasium": 1,
                          "calcium": 1,
                          "fibre": 1,
                          "soya": 1,
                          "nutsSeeds": 1,
                          "shells": 1,
                          "eggs": 1,
                          "dairy": 1,
                          "gluten": 1,
                          "sulphites": 1,
                          "peanuts": 1,
                          "sesame": 1,
                          "fish": 1,
                          "lupins": 1
                        },
                        "dates": {
                          "$id": "27",
                          "pluGuid": "c260835a-54ff-4614-9b48-812caf685bb4",
                          "created": "2026-04-03T06:22:56.2120919",
                          "createdByUser": "sample string 1",
                          "activated": "2026-04-03T06:22:56.2120919",
                          "activatedByUser": "sample string 2",
                          "deactivated": "2026-04-03T06:22:56.2120919",
                          "deactivatedByUser": "sample string 3",
                          "lastOrdered": "2026-04-03T06:22:56.2120919",
                          "lastOrderedQty": 4.0,
                          "lastReceived": "2026-04-03T06:22:56.2120919",
                          "lastReceivedQty": 5.0,
                          "lastInvoiceStatus": 1,
                          "lastCounted": "2026-04-03T06:22:56.2120919",
                          "lastSold": "2026-04-03T06:22:56.2120919",
                          "firstSold": "2026-04-03T06:22:56.2120919",
                          "awsUpdated": "2026-04-03T06:22:56.2120919",
                          "lastManualUpdate": "2026-04-03T06:22:56.2120919",
                          "lastManualUpdatedByUser": "sample string 7",
                          "lastUpdated": "2026-04-03T06:22:56.2120919",
                          "lastUpdatedByUser": "sample string 9",
                          "lastUpdatedByHost": "2026-04-03T06:22:56.2120919",
                          "doNotRangeUpdated": "2026-04-03T06:22:56.2120919",
                          "doNotOrderUpdated": "2026-04-03T06:22:56.2120919",
                          "tracked": "2026-04-03T06:22:56.2120919"
                        },
                        "allergens": [
                          {
                            "$id": "28",
                            "primaryKey": {
                              "$id": "29",
                              "pluGuid": "9c9d2719-a257-42db-aca8-f8be0efda332",
                              "contains": 2
                            },
                            "allergenID": 1,
                            "pluG_UID": "GSednFei20KsqPi+Dv2jMg==",
                            "pluGuid": "9c9d2719-a257-42db-aca8-f8be0efda332",
                            "contains": 2,
                            "allergenName": "sample string 3",
                            "storeIDs": [
                              1,
                              2
                            ]
                          },
                          {
                            "$ref": "28"
                          }
                        ],
                        "costs": {
                          "$id": "30",
                          "pluG_UID": "K39cLOpuqUCNTkdwrppGcg==",
                          "pluGuid": "2c5c7f2b-6eea-40a9-8d4e-4770ae9a4672",
                          "enteredCost": 1,
                          "weightedAvgCost": 1,
                          "lastCost": 1,
                          "rawEnteredCost": 2,
                          "rawWeightedAvgCost": 3,
                          "rawLastCost": 4,
                          "freight": 5.0,
                          "freightType": 6,
                          "costDecimals": 7,
                          "fifoCost": 1,
                          "updated": "2026-04-03T06:22:56.2120919",
                          "normalCost": 1,
                          "currentCost": 1
                        },
                        "sales": [
                          {
                            "$id": "31",
                            "saleHeaderID": 1,
                            "created": "2026-04-03T06:22:56.2120919",
                            "createdLocal": "2026-04-03T06:22:56.2120919",
                            "storeID": 3,
                            "storeName": "sample string 4",
                            "operatorG_Uid": "I/ovmrzyBU25THu5rFHE3w==",
                            "operatorGuid": "9a2ffa23-f2bc-4d05-b94c-7bb9ac51c4df",
                            "operatorName": "sample string 5",
                            "tranType": 1,
                            "plu": 1,
                            "pluG_UId": "AEMJMVnGgEGEMVLaSmjBsg==",
                            "pluGuid": "31094300-c659-4180-8431-52da4a68c1b2",
                            "normalPrice": 1,
                            "totalCents": 1,
                            "cost": 1,
                            "grossProfit": 1,
                            "quantity": 1,
                            "operator": {
                              "$id": "32",
                              "id": 1,
                              "g_Uid": "QNJciU5BgkGBKIJX18GK7g==",
                              "guid": "895cd240-414e-4182-8128-8257d7c18aee",
                              "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": "2026-04-03T06:22:56.2120919",
                              "passwordResetRequired": true,
                              "alteredInStore": true,
                              "startShift": "2026-04-03T06:22:56.2120919",
                              "endShift": "2026-04-03T06:22:56.2120919",
                              "machineName": "sample string 20",
                              "drawerID": 1,
                              "stores": [
                                {
                                  "$id": "33",
                                  "operatorG_UID": "bqu7BbqwzUKQyMBoT3uhgw==",
                                  "operatorGuid": "05bbab6e-b0ba-42cd-90c8-c0684f7ba183",
                                  "storeID": 2,
                                  "operator": {
                                    "$ref": "32"
                                  },
                                  "store": {
                                    "$ref": "9"
                                  }
                                },
                                {
                                  "$ref": "33"
                                }
                              ]
                            }
                          },
                          {
                            "$ref": "31"
                          }
                        ],
                        "apns": [
                          {
                            "$id": "34",
                            "pluID": 1,
                            "pluG_UID": "1qrd9poGTUKokNYqLlMN8A==",
                            "pluGuid": "f6ddaad6-069a-424d-a890-d62a2e530df0",
                            "apn": "sample string 1",
                            "deleted": true,
                            "storeID": 1,
                            "storeIDs": [
                              1,
                              2
                            ]
                          },
                          {
                            "$ref": "34"
                          }
                        ],
                        "tuns": [
                          {
                            "$id": "35",
                            "pluG_UId": "kLeAjfIDsUiX1XbgFy8YJg==",
                            "pluGuid": "8d80b790-03f2-48b1-97d5-76e0172f1826",
                            "apn": "sample string 1",
                            "tun": "sample string 2",
                            "cartonQuantity": 3,
                            "product": {
                              "$ref": "19"
                            },
                            "storeIDs": [
                              1,
                              2
                            ]
                          },
                          {
                            "$ref": "35"
                          }
                        ],
                        "competitionPricing": [
                          {
                            "$id": "36",
                            "identifier": "F9zIG/VQpkK5R7yr+TziNg==",
                            "identifierGuid": "1bc8dc17-50f5-42a6-b947-bcabf93ce236",
                            "pluG_UID": "EolJyELCSEeLgSzA/yJItA==",
                            "pluGuid": "c8498912-c242-4748-8b81-2cc0ff2248b4",
                            "competitionID": 1,
                            "name": "sample string 2",
                            "sellMultiple": 3,
                            "retailPrice": 4,
                            "storeName": "sample string 5"
                          },
                          {
                            "$ref": "36"
                          }
                        ],
                        "supplier": {
                          "$ref": "14"
                        },
                        "supplierName": "sample string 148",
                        "children": [
                          {
                            "$ref": "19"
                          },
                          {
                            "$ref": "19"
                          }
                        ],
                        "ordering": {
                          "$ref": "17"
                        },
                        "flipChartPages": [
                          {
                            "$id": "37",
                            "identifier": "5DjnTZQn00WkSjF2/2MCvQ==",
                            "groupName": "sample string 1",
                            "identifierGuid": "4de738e4-2794-45d3-a44a-3176ff6302bd",
                            "exists": true,
                            "flipChartIdentifier": "nHhzEWeYKEqn8/u/NZKz+A==",
                            "flipChartIdentifierGuid": "1173789c-9867-4a28-a7f3-fbbf3592b3f8",
                            "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": "Q8K9d6J0FkWqK1+tgU/eeg==",
                            "groupIdentifierGuid": "77bdc243-74a2-4516-aa2b-5fad814fde7a",
                            "flipChart": {
                              "$id": "38",
                              "identifier": "9vJIn43d5EOLIUYx6f9F9w==",
                              "identifierGuid": "9f48f2f6-dd8d-43e4-8b21-4631e9ff45f7",
                              "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": "39",
                                "identifier": "YsUhd+ql/0uuIuIkFfMC1w==",
                                "identifierGuid": "7721c562-a5ea-4bff-ae22-e22415f302d7",
                                "name": "sample string 2",
                                "formType": "sample string 3",
                                "forms": [
                                  {
                                    "$id": "40",
                                    "id": 1,
                                    "g_UID": "zsdqIz10O0+qTKSZ5yqOaQ==",
                                    "guid": "236ac7ce-743d-4f3b-aa4c-a499e72a8e69",
                                    "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": "+sdhHW1GFkK9Gl/OjRMDuw==",
                                    "previousFormGuid": "1d61c7fa-466d-4216-bd1a-5fce8d1303bb",
                                    "nextForm": 1,
                                    "nextFormG_UID": "i8RButAItEquujNeCnpsug==",
                                    "nextFormGuid": "ba41c48b-08d0-4ab4-aeba-335e0a7a6cba",
                                    "attributes": "sample string 10",
                                    "updated": "2026-04-03T06:22:56.2120919",
                                    "positioning": 1,
                                    "contentPanel": "sample string 11",
                                    "selectionMode": 1,
                                    "maximumSelections": 1,
                                    "alteredInStore": true,
                                    "deleted": true,
                                    "blueprintID": 1,
                                    "preserveLayout": true,
                                    "mainCheckoutFormName": "sample string 13",
                                    "nextCheckoutForm": {
                                      "$ref": "40"
                                    },
                                    "previousCheckoutForm": {
                                      "$ref": "40"
                                    },
                                    "buttons": [
                                      {
                                        "$id": "41",
                                        "id": 1,
                                        "checkoutFormID": 2,
                                        "checkoutFormG_UID": "QCC01jQzBEG/oLqNP3RvSQ==",
                                        "checkoutFormGuid": "d6b42040-3334-4104-bfa0-ba8d3f746f49",
                                        "identifier": "2uVrNimqgky9eW2byi6xDg==",
                                        "identifierGuid": "366be5da-aa29-4c82-bd79-6d9bca2eb10e",
                                        "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": "RA0MBiu3dEWW8dRSXRbWBQ==",
                                        "valueGuid": "060c0d44-b72b-4574-96f1-d4525d16d605",
                                        "buttonText": "sample string 10",
                                        "valueText": "sample string 11",
                                        "drawImageAndButton": true,
                                        "updated": "2026-04-03T06:22:56.2120919",
                                        "action": "sample string 12",
                                        "valueForm": {
                                          "$ref": "40"
                                        },
                                        "image": {
                                          "$id": "42",
                                          "name": "sample string 3.sample string 4",
                                          "imageID": 2,
                                          "imageName": "sample string 3",
                                          "imageExtension": "sample string 4",
                                          "lastUpdate": "2026-04-03T06:22:56.2120919",
                                          "imageData": "QEA=",
                                          "readOnly": true
                                        }
                                      },
                                      {
                                        "$ref": "41"
                                      }
                                    ],
                                    "panels": [
                                      {
                                        "$id": "43",
                                        "id": 1,
                                        "checkoutFormID": 2,
                                        "checkoutFormG_UID": "v4IGDmifqE2o3YNFxhFE0Q==",
                                        "checkoutFormGuid": "0e0682bf-9f68-4da8-a8dd-8345c61144d1",
                                        "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": "43"
                                      }
                                    ]
                                  },
                                  {
                                    "$ref": "40"
                                  }
                                ],
                                "panels": [
                                  {
                                    "$ref": "43"
                                  },
                                  {
                                    "$ref": "43"
                                  }
                                ]
                              },
                              "pages": [
                                {
                                  "$ref": "37"
                                },
                                {
                                  "$ref": "37"
                                }
                              ]
                            },
                            "contentPanel": {
                              "$ref": "43"
                            },
                            "products": [
                              {
                                "$id": "44",
                                "flipChartPageIdentifier": "TIrzhVI1I02q5WDoCAmZWQ==",
                                "flipChartPageIdentifierGuid": "85f38a4c-3552-4d23-aae5-60e808099959",
                                "pluG_UID": "qsPk2s+QW0qvTPvqJrP9TQ==",
                                "pluGuid": "dae4c3aa-90cf-4a5b-af4c-fbea26b3fd4d",
                                "sortOrder": 3,
                                "sent": true,
                                "productChanged": true,
                                "productImageName": "sample string 6",
                                "productShowImageOnFlipCharts": true,
                                "productShowTextOnFlipCharts": true,
                                "productOverrideFlipChartText": true,
                                "productFlipChartText": "sample string 10",
                                "product": {
                                  "$ref": "19"
                                },
                                "departmentSortOrder": 11,
                                "subDepartmentName": "sample string 12"
                              },
                              {
                                "$ref": "44"
                              }
                            ],
                            "productCount": 27,
                            "pages": [
                              {
                                "$ref": "37"
                              },
                              {
                                "$ref": "37"
                              }
                            ]
                          },
                          {
                            "$ref": "37"
                          }
                        ],
                        "priceHistory": [
                          {
                            "$id": "45",
                            "pluG_UID": "A0ogqzf05UCKJytt14hbtA==",
                            "pluGuid": "ab204a03-f437-40e5-8a27-2b6dd7885bb4",
                            "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": "2026-04-03T06:22:56.2120919",
                            "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": "45"
                          }
                        ],
                        "ingredients": [
                          {
                            "$id": "46",
                            "pluG_UID": "6HSlPeFu3Ue092tjX2bK0w==",
                            "ingredientGuid": "GMoTBa7dxUaxxX7TPzBBJg==",
                            "ingredientIdentifier": "0513ca18-ddae-46c5-b1c5-7ed33f304126",
                            "quantity": 1.0,
                            "storeIDs": [
                              1,
                              2
                            ],
                            "ingredientText": "sample string 1",
                            "ingredient": {
                              "$ref": "19"
                            }
                          },
                          {
                            "$ref": "46"
                          }
                        ],
                        "bins": [
                          {
                            "$id": "47",
                            "pluG_UID": "mmDtYVsqZUWUQiozMJGwgA==",
                            "pluGuid": "61ed609a-2a5b-4565-9442-2a333091b080",
                            "shelfLocationIdentifier": "F9G7JvGb9EilK6XJ4b/DsQ==",
                            "shelfLocationGuid": "26bbd117-9bf1-48f4-a52b-a5c9e1bfc3b1",
                            "labelShelfDefault": 1,
                            "labelTalkerDefault": 1,
                            "labelSmall": true,
                            "labelPageLayoutG_UID": "UQb2+ClZkki3+qQgwfaCSA==",
                            "labelPageLayoutGuid": "f8f60651-5929-4892-b7fa-a420c1f68248",
                            "updated": "2026-04-03T06:22:56.2120919",
                            "electronicShelfLabelIdentifier": "sample string 5",
                            "electronicshelfLabelsConfigurationID": 6,
                            "labelShelfChanged": true,
                            "productName": "sample string 8",
                            "locationText": "sample string 9",
                            "product": {
                              "$ref": "19"
                            },
                            "location": {
                              "$id": "48",
                              "identifier": "0sMwsfan5kecKNsz4/2ybw==",
                              "storeID": 1,
                              "identifierGuid": "b130c3d2-a7f6-47e6-9c28-db33e3fdb26f",
                              "name": "sample string 2",
                              "haccp": true,
                              "blueprintID": 1,
                              "updated": "2026-04-03T06:22:56.2120919",
                              "minTemp": 1,
                              "maxTemp": 1,
                              "checkFrequency": 1,
                              "storeCaseConfiguration": 5,
                              "storeName": "sample string 6",
                              "bins": [
                                {
                                  "$ref": "47"
                                },
                                {
                                  "$ref": "47"
                                }
                              ]
                            }
                          },
                          {
                            "$ref": "47"
                          }
                        ],
                        "bin": {
                          "$ref": "47"
                        },
                        "scaleLocations": [
                          {
                            "$id": "49",
                            "plu": 1,
                            "pluG_UID": "lUkaQoP9Z0SyYebMGXAGuA==",
                            "pluGuid": "421a4995-fd83-4467-b261-e6cc197006b8",
                            "deptNo": 1,
                            "product": {
                              "$ref": "19"
                            },
                            "scaleLocation": {
                              "$id": "50",
                              "id": 1,
                              "deptNo": 1,
                              "deptCode": "sample string 2",
                              "name": "sample string 3",
                              "enabled": true,
                              "updated": "2026-04-03T06:22:56.2120919",
                              "department": {
                                "$id": "51",
                                "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": "50"
                                },
                                "subDepartments": [
                                  {
                                    "$id": "52",
                                    "id": 1,
                                    "departmentID": 2,
                                    "name": "sample string 3",
                                    "code": "sample string 4",
                                    "departmentCode": "sample string 5",
                                    "externalSales": true,
                                    "minorDepartments": [
                                      {
                                        "$id": "53",
                                        "id": 1,
                                        "subDepartmentID": 2,
                                        "departmentID": 3,
                                        "name": "sample string 4",
                                        "subDepartmentCode": "sample string 5",
                                        "departmentCode": "sample string 6",
                                        "code": "sample string 7",
                                        "lesserDepartments": [
                                          {
                                            "$id": "54",
                                            "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": "2026-04-03T06:22:56.2120919",
                                            "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": "XAh9MTNk5UCZgtRkfjyk/w==",
                                            "labelPageLayoutGuid": "317d085c-6433-40e5-9982-d4647e3ca4ff",
                                            "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": "55",
                                              "dept": 1,
                                              "category": 2,
                                              "name": "sample string 3",
                                              "active": true,
                                              "mscCommodities": [
                                                {
                                                  "$id": "56",
                                                  "dept": 1,
                                                  "category": 2,
                                                  "commodity": 3,
                                                  "name": "sample string 4",
                                                  "active": true,
                                                  "mscSubCommodities": [
                                                    {
                                                      "$id": "57",
                                                      "dept": 1,
                                                      "category": 2,
                                                      "commodity": 3,
                                                      "subCommodity": 4,
                                                      "name": "sample string 5",
                                                      "active": true,
                                                      "subCommodityCode": "sample string 7"
                                                    },
                                                    {
                                                      "$ref": "57"
                                                    }
                                                  ],
                                                  "commodityCode": "sample string 6"
                                                },
                                                {
                                                  "$ref": "56"
                                                }
                                              ],
                                              "categoryCode": "sample string 5"
                                            },
                                            "mscCom": {
                                              "$ref": "56"
                                            },
                                            "mscDep": {
                                              "$id": "58",
                                              "dept": 1,
                                              "name": "sample string 2",
                                              "active": true,
                                              "mscCategories": [
                                                {
                                                  "$ref": "55"
                                                },
                                                {
                                                  "$ref": "55"
                                                }
                                              ],
                                              "deptCode": "sample string 4"
                                            },
                                            "mscSubCom": {
                                              "$ref": "57"
                                            }
                                          },
                                          {
                                            "$ref": "54"
                                          }
                                        ],
                                        "updated": "2026-04-03T06:22:56.2120919",
                                        "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": "DcdFZR4d30qXu1vipqJo2g==",
                                        "labelPageLayoutGuid": "6545c70d-1d1e-4adf-97bb-5be2a6a268da",
                                        "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": "55"
                                        },
                                        "mscCom": {
                                          "$ref": "56"
                                        },
                                        "mscDep": {
                                          "$ref": "58"
                                        },
                                        "mscSubCom": {
                                          "$ref": "57"
                                        }
                                      },
                                      {
                                        "$ref": "53"
                                      }
                                    ],
                                    "investmentBuyOverride": true,
                                    "updated": "2026-04-03T06:22:56.2120919",
                                    "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": "iAx8pARCikyZ7KREfWk6og==",
                                    "labelPageLayoutGuid": "a47c0c88-4204-4c8a-99ec-a4447d693aa2",
                                    "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": "55"
                                    },
                                    "mscCom": {
                                      "$ref": "56"
                                    },
                                    "mscDep": {
                                      "$ref": "58"
                                    },
                                    "mscSubCom": {
                                      "$ref": "57"
                                    }
                                  },
                                  {
                                    "$ref": "52"
                                  }
                                ],
                                "stores": [
                                  1,
                                  2
                                ],
                                "investmentBuyOverride": true,
                                "updated": "2026-04-03T06:22:56.2120919",
                                "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": "YaMV2ZYYw0WHDCXjeKq87Q==",
                                "labelPageLayoutGuid": "d915a361-1896-45c3-870c-25e378aabced",
                                "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": "55"
                                },
                                "mscCom": {
                                  "$ref": "56"
                                },
                                "mscDep": {
                                  "$ref": "58"
                                },
                                "mscSubCom": {
                                  "$ref": "57"
                                }
                              }
                            }
                          },
                          {
                            "$ref": "49"
                          }
                        ],
                        "nextPrice": {
                          "$id": "59",
                          "id": 1,
                          "campaignID": 2,
                          "campaignName": "sample string 3",
                          "plu": 1,
                          "hostOfferID": 1,
                          "metcashPromotionID": "sample string 4",
                          "metcashPromotionPlacement": "sample string 5",
                          "pluG_UID": "5JtWVmGoa0OKooOSYQocJw==",
                          "pluGuid": "56569be4-a861-436b-8aa2-8392610a1c27",
                          "newPrice": 1,
                          "pctDiscount": 1,
                          "newCost": 1,
                          "newCostDecimals": 6,
                          "dealCostIdentifier": "iFouFXQW/Em96q9MO0ak0g==",
                          "dealCostGuid": "152e5a88-1674-49fc-bdea-af4c3b46a4d2",
                          "pluName": "sample string 7",
                          "apn": "sample string 8",
                          "fuelItem": true,
                          "priceGroupG_UID": "2Ad4Vbd95UyjjuqZNkbN6A==",
                          "priceGroupGuid": "557807d8-7db7-4ce5-a38e-ea993646cde8",
                          "itemNumber": "sample string 10",
                          "cri": "sample string 11",
                          "pluPrice": 12,
                          "costCalcMethod": 13,
                          "pluCost": 14,
                          "pluCostIndicator": "sample string 15",
                          "pluPriceGstPercent": 16,
                          "pluCostGstPercent": 17,
                          "pluActive": true,
                          "cartonQty": 1.1,
                          "baseUnits": 19.1,
                          "salesMode": 1,
                          "pluNormalCost": 20,
                          "pluaws": 21.0,
                          "directNumber": "sample string 22",
                          "departmentName": "sample string 23",
                          "subDepartmentName": "sample string 24",
                          "priceGroupName": "sample string 25",
                          "supplierName": "sample string 26",
                          "stockOnHand": 1.1,
                          "stockOnOrder": 1.1,
                          "lastReceived": "2026-04-03T06:22:56.2120919",
                          "rrp": 27,
                          "campaignDescription": "sample string 28",
                          "hostCampaign": true,
                          "hostIdentifier": "QEA=",
                          "hostIdentifierGuid": "ba319da0-9593-4c40-8063-1a2d5df70a0a",
                          "campaignComboPriceGroupG_UID": "Jjr9TsxD0kuTnMxK/3s9Og==",
                          "campaignComboPriceGroupIdentifier": "4efd3a26-43cc-4bd2-939c-cc4aff7b3d3a",
                          "promotionPlacementDescription": "sample string 30",
                          "storeAcceptances": [
                            {
                              "$id": "60",
                              "plu": 1,
                              "pluG_UId": "QEA=",
                              "campaignID": 1,
                              "campaignName": "sample string 2",
                              "storeID": 3,
                              "acceptedUtc": "2026-04-03T06:22:56.2120919",
                              "operatorG_UID": "j1QCjIL2F0aeNUAHYMrM+A==",
                              "operatorGuid": "8c02548f-f682-4617-9e35-400760caccf8",
                              "machineID": 1,
                              "processed": true,
                              "appliedUtc": "2026-04-03T06:22:56.2120919",
                              "signIqTicketFileMovedUtc": "2026-04-03T06:22:56.2120919",
                              "user": "sample string 6",
                              "campaignDescription": "sample string 7",
                              "productDesc": "sample string 8",
                              "storeName": "sample string 9",
                              "effectiveUtc": "2026-04-03T06:22:56.2120919",
                              "priceChangeType": 0,
                              "operatorName": "sample string 10",
                              "hostCampaign": true,
                              "hostIdentifier": "QEA=",
                              "hostIdentifierGuid": "ddf219f3-a683-49e8-abdf-c505a108cbf9",
                              "product": {
                                "$ref": "19"
                              },
                              "campaignPlu": {
                                "$ref": "59"
                              },
                              "fuelItem": true
                            },
                            {
                              "$ref": "60"
                            }
                          ],
                          "campaign": {
                            "$id": "61",
                            "id": 1,
                            "storeID": 2,
                            "name": "71a4e970-b121-4a62-8db0-c1eb7a0fd576",
                            "nameGuid": "71a4e970-b121-4a62-8db0-c1eb7a0fd576",
                            "description": "sample string 4",
                            "showDiscounts": true,
                            "showTotals": true,
                            "onlyEvaluateOnSubtotal": true,
                            "useDescription": true,
                            "campaignType": 1,
                            "startDate": "2026-04-03T06:22:56.2120919",
                            "startTime": 1,
                            "endDate": "2026-04-03T06:22:56.2120919",
                            "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": "2026-04-03T06:22:56.2120919",
                            "system": true,
                            "created": "2026-04-03T06:22:56.2120919",
                            "updated": "2026-04-03T06:22:56.2120919",
                            "priceChangeNotifiedUtc": "2026-04-03T06:22:56.2120919",
                            "promoType": 1,
                            "promotionTypeCode": "sample string 13",
                            "hostIdentifier": "pxsWWZ5YYkGk8aQQ3NzHtw==",
                            "hostIdentifierGuid": "59161ba7-589e-4162-a4f1-a410dcdcc7b7",
                            "hostType": 14,
                            "createdByUser": "sample string 15",
                            "fromHost": true,
                            "deleted": true,
                            "campaignDeleted": "2026-04-03T06:22:56.2120919",
                            "updatedByUser": "sample string 18",
                            "offerID": 1,
                            "isPriceChangeCampaign": true,
                            "stores": [
                              1,
                              2
                            ],
                            "storeNames": [
                              "sample string 1",
                              "sample string 2"
                            ],
                            "campaignPlus": [
                              {
                                "$ref": "59"
                              },
                              {
                                "$ref": "59"
                              }
                            ],
                            "campaignPools": [
                              {
                                "$id": "62",
                                "id": 1,
                                "campaignID": 2,
                                "campaignName": "sample string 3",
                                "plu": 4,
                                "pluG_UID": "s99wgKNVaECwynG2jg1BQQ==",
                                "pluGuid": "8070dfb3-55a3-4068-b0ca-71b68e0d4141",
                                "hostOfferID": 1,
                                "priceGroupG_UID": "vq1mGfpEiUOVUInUUTc0Rw==",
                                "priceGroupGuid": "1966adbe-44fa-4389-9550-89d451373447",
                                "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": "2026-04-03T06:22:56.2120919",
                                "rrp": 17,
                                "campaignDescription": "sample string 18",
                                "product": {
                                  "$ref": "19"
                                },
                                "campaign": {
                                  "$ref": "61"
                                }
                              },
                              {
                                "$ref": "62"
                              }
                            ],
                            "sellingRules": [
                              {
                                "$id": "63",
                                "id": 1,
                                "identifier": "DzaLT6fxDEiKv7h4hZ4LHQ==",
                                "identifierStr": "DzaLT6fxDEiKv7h4hZ4LHQ==",
                                "identifierGuid": "4f8b360f-f1a7-480c-8abf-b878859e0b1d",
                                "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": "61"
                                }
                              },
                              {
                                "$ref": "63"
                              }
                            ],
                            "customers": [
                              {
                                "$id": "64",
                                "id": 1,
                                "campaignID": 2,
                                "campaignName": "sample string 3",
                                "customerID": "nB6k1j1foU6HQkAvbTBaHQ==",
                                "customerIDGuid": "d6a41e9c-5f3d-4ea1-8742-402f6d305a1d",
                                "campaign": {
                                  "$ref": "61"
                                },
                                "customer": {
                                  "$id": "65",
                                  "identifier": "aCExP/Eoc0mrBNL0YieclA==",
                                  "identifierGuid": "3f312168-28f1-4973-ab04-d2f462279c94",
                                  "code": "sample string 2",
                                  "familyName": "sample string 3",
                                  "givenName": "sample string 4",
                                  "otherName": "sample string 5",
                                  "title": "sample string 6",
                                  "dateOfBirth": "2026-04-03T06:22:56.2120919",
                                  "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": "Ib1dw5N/o0On2i6vA/TRfw==",
                                  "communityIdentifierGuid": "c35dbd21-7f93-43a3-a7da-2eaf03f4d17f",
                                  "joined": "2026-04-03T06:22:56.2120919",
                                  "updated": "2026-04-03T06:22:56.2120919",
                                  "active": true,
                                  "reasonInactive": 1,
                                  "groupCustomer": true,
                                  "loyaltyPoints": 1,
                                  "homeStoreID": 1,
                                  "availableSpend": 1,
                                  "priceLevelIdentifier": "9nNrjkXZS0+pDrVoLRcfzA==",
                                  "priceLevelIdentifierGuid": "8e6b73f6-d945-4f4b-a90e-b5682d171fcc",
                                  "marketingID": "sample string 18",
                                  "receiptPrintOptions": 1,
                                  "hidden": true,
                                  "registered": true,
                                  "registeredOn": "2026-04-03T06:22:56.2120919",
                                  "emailMarketing": true,
                                  "smsMarketing": true,
                                  "deleted": true,
                                  "deletedUser": "sample string 24",
                                  "homeStoreName": "sample string 25",
                                  "customerCards": [
                                    {
                                      "$id": "66",
                                      "cardType": 2,
                                      "issueDate": "2026-04-03T06:22:56.2120919",
                                      "expiry": "2026-04-03T06:22:56.2120919",
                                      "customerID": "md0cNzMEkEy2Yzf9e0oMUA==",
                                      "customerIDGuid": "371cdd99-0433-4c90-b663-37fd7b4a0c50",
                                      "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": "2026-04-03T06:22:56.2120919",
                                      "linkedAccount": "kmQAnGxPF0WHNxdDVDCtOA==",
                                      "linkedAccountGuid": "9c006492-4f6c-4517-8737-17435430ad38",
                                      "currentValueChanged": true,
                                      "limitsChanged": true,
                                      "customer": {
                                        "$ref": "65"
                                      },
                                      "account": {
                                        "$id": "67",
                                        "id": 1,
                                        "identifier": "zDsyqPgrz0aZqNTxREVRyw==",
                                        "identifierGuid": "a8323bcc-2bf8-46cf-99a8-d4f1444551cb",
                                        "referenceNo": "sample string 3",
                                        "name": "sample string 4",
                                        "created": "2026-04-03T06:22:56.2120919",
                                        "owner": "9caqDT0yo0uJQUVJB9HP0w==",
                                        "ownerGuid": "0daac6f5-323d-4ba3-8941-454907d1cfd3",
                                        "accountStoreGroupIdentifier": "VrG/ZBCsv0y91v+05WjmJQ==",
                                        "accountStoreGroupGuid": "64bfb156-ac10-4cbf-bdd6-ffb4e568e625",
                                        "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": "2026-04-03T06:22:56.2120919",
                                        "active": true,
                                        "updated": "2026-04-03T06:22:56.2120919",
                                        "deleted": true,
                                        "deletedUser": "sample string 16",
                                        "currentBalanceChanged": true,
                                        "maximumLimitChanged": true,
                                        "loyaltyPointsChanged": true,
                                        "projectedBalance": 17,
                                        "accountStoreGroupStoreIDs": [
                                          1,
                                          2
                                        ],
                                        "customerEmail": "sample string 18",
                                        "ownerCustomer": {
                                          "$ref": "65"
                                        },
                                        "card": {
                                          "$ref": "66"
                                        },
                                        "members": {
                                          "$id": "68",
                                          "sample string 1": [
                                            {
                                              "$ref": "65"
                                            },
                                            {
                                              "$ref": "65"
                                            }
                                          ],
                                          "sample string 2": [
                                            {
                                              "$ref": "65"
                                            },
                                            {
                                              "$ref": "65"
                                            }
                                          ]
                                        },
                                        "customerGroups": [
                                          {
                                            "$id": "69",
                                            "identifier": "8g7LRFdNlkGTjD1TJD3pnQ==",
                                            "identifierGuid": "44cb0ef2-4d57-4196-938c-3d53243de99d",
                                            "name": "sample string 2",
                                            "primaryContact": "E95IVJwH/0el8H3XQI5+WA==",
                                            "primaryContactGuid": "5448de13-079c-47ff-a5f0-7dd7408e7e58",
                                            "accountID": "MyplTaNLc0y/gx3Gke0CLQ==",
                                            "accountIDGuid": "4d652a33-4ba3-4c73-bf83-1dc691ed022d",
                                            "special": true,
                                            "updated": "2026-04-03T06:22:56.2120919",
                                            "active": true,
                                            "reasonInactive": 1,
                                            "priceLevelIdentifier": "3hdDmA+F+USG3StJxuyb5g==",
                                            "priceLevelIdentifierGuid": "984317de-850f-44f9-86dd-2b49c6ec9be6",
                                            "marketingListID": "sample string 7",
                                            "deleted": true,
                                            "account": {
                                              "$ref": "67"
                                            },
                                            "primaryContactCustomer": {
                                              "$ref": "65"
                                            },
                                            "customerGroupMembers": [
                                              {
                                                "$id": "70",
                                                "id": 1,
                                                "groupID": "jBGmBYO0mEW5ROG89jfsGg==",
                                                "groupIDGuid": "05a6118c-b483-4598-b944-e1bcf637ec1a",
                                                "customerID": "LPtY9CziFUCAHyigKsWasQ==",
                                                "customerIDGuid": "f458fb2c-e22c-4015-801f-28a02ac59ab1",
                                                "card": "sample string 4",
                                                "linkedAccount": "3OKm36eqfEW89HXs+ARieQ==",
                                                "linkedAccountGuid": "dfa6e2dc-aaa7-457c-bcf4-75ecf8046279",
                                                "customer": {
                                                  "$ref": "65"
                                                },
                                                "group": {
                                                  "$ref": "69"
                                                },
                                                "customerCard": {
                                                  "$ref": "66"
                                                }
                                              },
                                              {
                                                "$ref": "70"
                                              }
                                            ]
                                          },
                                          {
                                            "$ref": "69"
                                          }
                                        ]
                                      },
                                      "payments": [
                                        {
                                          "$id": "71",
                                          "id": 1,
                                          "identifier": "tilmTrpkJ0KV/fOinHv72Q==",
                                          "identifierGuid": "4e6629b6-64ba-4227-95fd-f3a29c7bfbd9",
                                          "storeID": 2,
                                          "operatorName": "sample string 3",
                                          "saleHeaderID": 4,
                                          "paymentType": 5,
                                          "amount": 6,
                                          "account": "sample string 7",
                                          "accountID": "EU6bWNn2Y0KlKWaLkrK+ZA==",
                                          "accountIDGuid": "589b4e11-f6d9-4263-a529-668b92b2be64",
                                          "customerAccount": {
                                            "$ref": "67"
                                          },
                                          "customerCard": {
                                            "$ref": "66"
                                          },
                                          "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": "2026-04-03T06:22:56.2120919",
                                          "invRocNo": "sample string 14",
                                          "responseCode": "sample string 15",
                                          "cashout": 1,
                                          "tip": 16,
                                          "idempotentVoid": "eAe0seGURUqU22OteTklmw==",
                                          "idempotentVoidGuid": "b1b40778-94e1-4a45-94db-63ad7939259b",
                                          "offline": true,
                                          "processed": 1,
                                          "storeSaleHeader": {
                                            "$id": "72",
                                            "saleHeaderID": 1,
                                            "saleHeaderGuid": "vMvfL5A+gkW3ZW5pyyoj+Q==",
                                            "saleHeaderIdentifierGuid": "2fdfcbbc-3e90-4582-b765-6e69cb2a23f9",
                                            "created": "2026-04-03T06:22:56.2120919",
                                            "createdLocal": "2026-04-03T06:22:56.2120919",
                                            "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": "2026-04-03T06:22:56.2120919",
                                            "storeID": 1,
                                            "operatorG_Uid": "EMtjTvJuFUWXZYAbdd7VDw==",
                                            "operatorGuid": "4e63cb10-6ef2-4515-9765-801b75ded50f",
                                            "customerG_Uid": "4+np7I6t1kyxsJ323t4N5Q==",
                                            "customerGuid": "ece9e9e3-ad8e-4cd6-b1b0-9df6dede0de5",
                                            "communityIdentifier": "xB9OHy7VSkCRhVdenOkIig==",
                                            "communityIdentifierGuid": "1f4e1fc4-d52e-404a-9185-575e9ce9088a",
                                            "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": "x6lCB60T1kStmvNznUMm0Q==",
                                            "priceLevelIdentifierGuid": "0742a9c7-13ad-44d6-ad9a-f3739d4326d1",
                                            "locked": 36,
                                            "orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-04-03T06:22:56.2120919+00:00\",\"DeliveryAddress1\":\"sample string 2\",\"DeliveryAddress2\":\"sample string 3\",\"CustomerPhoneNumber\":\"sample string 4\",\"OrderType\":0,\"ExternalOrderID\":\"sample string 5\",\"ExternalDisplayableOrderID\":\"sample string 6\",\"TableName\":\"sample string 7\",\"CreatedBy\":0,\"OrderingAppName\":\"sample string 8\"}",
                                            "deserialisedOrderMetadata": {
                                              "$id": "73",
                                              "customerName": "sample string 1",
                                              "pickupAt": "2026-04-03T06:22:56.2120919",
                                              "deliveryAddress1": "sample string 2",
                                              "deliveryAddress2": "sample string 3",
                                              "customerPhoneNumber": "sample string 4",
                                              "orderType": 0,
                                              "externalOrderID": "sample string 5",
                                              "externalDisplayableOrderID": "sample string 6",
                                              "tableName": "sample string 7",
                                              "createdBy": 0,
                                              "orderingAppName": "sample string 8"
                                            },
                                            "relationChecksum": "sample string 38",
                                            "loyaltyTender": 1,
                                            "giftCardTender": 1,
                                            "operator": {
                                              "$ref": "32"
                                            },
                                            "customer": {
                                              "$ref": "65"
                                            },
                                            "communityOrganisation": {
                                              "$id": "74",
                                              "id": 1,
                                              "identifier": "RHJqbSXjhkG84hfunU0opQ==",
                                              "identifierGuid": "6d6a7244-e325-4186-bce2-17ee9d4d28a5",
                                              "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",
                                              "abn": "sample string 15",
                                              "promoPeriodStart": "2026-04-03T06:22:56.2120919",
                                              "promoPeriodEnd": "2026-04-03T06:22:56.2120919",
                                              "allowDonations": true,
                                              "logoImageName": "sample string 17",
                                              "totalAmountAwarded": 18.1,
                                              "updated": "2026-04-03T06:22:56.2120919",
                                              "deleted": true
                                            },
                                            "details": [
                                              {
                                                "$id": "75",
                                                "saleItemID": 1,
                                                "identifier": "jFowo0kUqEevw0fEy6aSng==",
                                                "identifierGuid": "a3305a8c-1449-47a8-afc3-47c4cba6929e",
                                                "saleHeaderID": 2,
                                                "plu": 1,
                                                "pluG_UId": "C47n2pTWa0elsQ2KTBb1jA==",
                                                "pluGuid": "dae78e0b-d694-476b-a5b1-0d8a4c16f58c",
                                                "accountID": "4vpFJQZ8ykSX/J9XrI7H9w==",
                                                "accountIDGuid": "2545fae2-7c06-44ca-97fc-9f57ac8ec7f7",
                                                "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": "2026-04-03T06:22:56.2120919",
                                                "bestOrExpireType": 1,
                                                "providerName": "sample string 11",
                                                "refundG_UID": "9l2gMbR/skSVCNAd3s7uEQ==",
                                                "refundGuid": "31a05df6-7fb4-44b2-9508-d01ddeceee11",
                                                "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": "GAfzaPa8A0CHM4zHt2rIhQ==",
                                                "idempotentVoidGuid": "68f30718-bcf6-4003-8733-8cc7b76ac885",
                                                "priceLevelIdentifier": "oZmgiCauvESfYa8/eWyG/g==",
                                                "priceLevelIdentifierGuid": "88a099a1-ae26-44bc-9f61-af3f796c86fe",
                                                "communityIdentifier": "RfOJEN6aqUq8pxu1OA5ouA==",
                                                "communityIdentifierGuid": "1089f345-9ade-4aa9-bca7-1bb5380e68b8",
                                                "productName": "sample string 23",
                                                "apn": "sample string 24",
                                                "unknownScans": [
                                                  {
                                                    "$id": "76",
                                                    "id": 1,
                                                    "saleDetailID": 2,
                                                    "storeID": 1,
                                                    "scanned": "2026-04-03T06:22:56.2120919",
                                                    "operatorG_UID": "QEA=",
                                                    "barcode": "sample string 4",
                                                    "processed": 1
                                                  },
                                                  {
                                                    "$ref": "76"
                                                  }
                                                ],
                                                "refund": {
                                                  "$id": "77",
                                                  "id": 1,
                                                  "g_UID": "F/8yqMEMbEuR/yvUF2Sx7A==",
                                                  "guid": "a832ff17-0cc1-4b6c-91ff-2bd41764b1ec",
                                                  "description": "sample string 1",
                                                  "dumped": true,
                                                  "inventoryReasonID": 1,
                                                  "sortOrder": 1,
                                                  "updated": "2026-04-03T06:22:56.2120919"
                                                },
                                                "modifier": {
                                                  "$id": "78",
                                                  "id": 1,
                                                  "setG_UID": "gkQoaO8laEeNQjhUNjbacw==",
                                                  "modifierSetGuid": "68284482-25ef-4768-8d42-38543636da73",
                                                  "name": "sample string 2",
                                                  "price": 1,
                                                  "quantity": 1,
                                                  "modifierType": 1,
                                                  "groupNumber": 1,
                                                  "pageNumber": 1,
                                                  "controlOrder": 1,
                                                  "printToStation": true,
                                                  "pluG_UID": "yhb60qjGNkO5qGPaYMIlSA==",
                                                  "pluGuid": "d2fa16ca-c6a8-4336-b9a8-63da60c22548",
                                                  "deleted": true,
                                                  "g_UID": "Y6U9cKVIzEqEWRwwJ1Vr7g==",
                                                  "guid": "703da563-48a5-4acc-8459-1c3027556bee",
                                                  "product": {
                                                    "$ref": "19"
                                                  }
                                                },
                                                "priceLevelName": "sample string 25",
                                                "pumpNumber": 1,
                                                "hoseNumber": 1
                                              },
                                              {
                                                "$ref": "75"
                                              }
                                            ],
                                            "eftReceipts": [
                                              {
                                                "$id": "79",
                                                "id": 1,
                                                "storeID": 1,
                                                "saleHeaderID": 2,
                                                "storeSaleHeader": {
                                                  "$ref": "72"
                                                },
                                                "receipt": "sample string 3",
                                                "processed": 1
                                              },
                                              {
                                                "$ref": "79"
                                              }
                                            ],
                                            "payments": [
                                              {
                                                "$ref": "71"
                                              },
                                              {
                                                "$ref": "71"
                                              }
                                            ],
                                            "cards": [
                                              {
                                                "$id": "80",
                                                "id": 1,
                                                "saleHeaderID": 1,
                                                "identifier": "sample string 2",
                                                "cardType": 3,
                                                "providerName": "sample string 4"
                                              },
                                              {
                                                "$ref": "80"
                                              }
                                            ],
                                            "campaignHits": [
                                              {
                                                "$id": "81",
                                                "id": 1,
                                                "saleHeaderID": 2,
                                                "campaign": "sample string 3",
                                                "name": "sample string 4",
                                                "processed": 1,
                                                "campaignDescription": "sample string 5"
                                              },
                                              {
                                                "$ref": "81"
                                              }
                                            ],
                                            "fuel": [
                                              {
                                                "$id": "82",
                                                "id": 1,
                                                "plu": 1,
                                                "pluG_UID": "8cLbXzmzc0KNaT74VNPiQQ==",
                                                "pluGuid": "5fdbc2f1-b339-4273-8d69-3ef854d3e241",
                                                "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": "2026-04-03T06:22:56.2120919",
                                                "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": "2026-04-03T06:22:56.2120919",
                                                "tagNumber": "sample string 15",
                                                "trackTwoRem": "sample string 16",
                                                "transCode": 1,
                                                "transType": 1,
                                                "unitPrice": 1.0,
                                                "vehicleReg": "sample string 17",
                                                "offline": true,
                                                "processed": 1
                                              },
                                              {
                                                "$ref": "82"
                                              }
                                            ],
                                            "fuelResells": [
                                              {
                                                "$id": "83",
                                                "saleItemID": 1,
                                                "saleHeaderID": 2,
                                                "plu": 1,
                                                "pluG_UId": "awEPTFqONUOybtdoTWgfPQ==",
                                                "pluGuid": "4c0f016b-8e5a-4335-b26e-d7684d681f3d",
                                                "accountID": "tp9aYGf/ekqsOiNJvfCigg==",
                                                "accountIDGuid": "605a9fb6-ff67-4a7a-ac3a-2349bdf0a282",
                                                "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": "2026-04-03T06:22:56.2120919",
                                                "bestOrExpireType": 1,
                                                "refundG_UID": "4yBHlm6zIkaePPNv7MDK1w==",
                                                "refundGuid": "964720e3-b36e-4622-9e3c-f36fecc0cad7",
                                                "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": "83"
                                              }
                                            ],
                                            "customerOrder": [
                                              {
                                                "$id": "84",
                                                "identifier": "ENjkYtzmr0SbReZoN/ZMFQ==",
                                                "identifierGuid": "62e4d810-e6dc-44af-9b45-e66837f64c15",
                                                "id": 1,
                                                "orderNo": 2,
                                                "externalSaleIdentifier": "sample string 3",
                                                "storeID": 4,
                                                "zoneID": 5,
                                                "deptNo": 6,
                                                "customerIdentifier": "TlNgQAUhckGBFil/Xf6fDQ==",
                                                "customerIdentifierGuid": "4060534e-2105-4172-8116-297f5dfe9f0d",
                                                "operatorNo": 1,
                                                "operatorG_UID": "RvZUL1QWOEeaRkgafvoHWg==",
                                                "operatorGuid": "2f54f646-1654-4738-9a46-481a7efa075a",
                                                "created": "2026-04-03T06:22:56.2120919",
                                                "ordered": "2026-04-03T06:22:56.2120919",
                                                "started": "2026-04-03T06:22:56.2120919",
                                                "completed": "2026-04-03T06:22:56.2120919",
                                                "supplied": "2026-04-03T06:22:56.2120919",
                                                "quickTicket": 1,
                                                "deleted": true,
                                                "walkAway": true,
                                                "approxWait": 1,
                                                "actualWait": 1,
                                                "deliveryMethod": 8,
                                                "externalSaleType": 9,
                                                "customer": {
                                                  "$ref": "65"
                                                },
                                                "operator": {
                                                  "$ref": "32"
                                                },
                                                "details": [
                                                  {
                                                    "$id": "85",
                                                    "headerID": 1,
                                                    "plu": 1,
                                                    "pluG_UId": "PPkUqFs/3k2x5vdeR1ab9Q==",
                                                    "pluGuid": "a814f93c-3f5b-4dde-b1e6-f75e47569bf5",
                                                    "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": "pBKgMIfdsUCELzM101Nelg==",
                                                    "headerIdentifierGuid": "30a012a4-dd87-40b1-842f-3335d3535e96",
                                                    "product": {
                                                      "$ref": "19"
                                                    }
                                                  },
                                                  {
                                                    "$ref": "85"
                                                  }
                                                ],
                                                "storeName": "sample string 11",
                                                "customerName": "sample string 12",
                                                "storeReplyTo": "sample string 13",
                                                "storeSubjectLine": "sample string 14",
                                                "storeSaleHeader": {
                                                  "$ref": "72"
                                                }
                                              },
                                              {
                                                "$ref": "84"
                                              }
                                            ],
                                            "surveyResponses": [
                                              {
                                                "$id": "86",
                                                "surveyG_UID": "ebliz3/buE23lFXuOoJHxA==",
                                                "surveyGuid": "cf62b979-db7f-4db8-b794-55ee3a8247c4",
                                                "saleHeaderGuid": "o8WD9MYcF0+wQNpOAR2sCw==",
                                                "saleGuid": "f483c5a3-1cc6-4f17-b040-da4e011dac0b",
                                                "textResponse": "sample string 1",
                                                "integerResponse": 1,
                                                "g_UIDResponse": "HIWvPaG4pUOkpthxIXcRcg==",
                                                "guidResponse": "3daf851c-b8a1-43a5-a4a6-d87121771172",
                                                "whoAnswered": 2,
                                                "answeredAtUTC": "2026-04-03T06:22:56.2120919",
                                                "sale": {
                                                  "$ref": "72"
                                                },
                                                "survey": {
                                                  "$id": "87",
                                                  "g_UID": "JtPNSn6EZEqjHvToPs52LA==",
                                                  "guid": "4acdd326-847e-4a64-a31e-f4e83ece762c",
                                                  "name": "sample string 1",
                                                  "storeID": 2,
                                                  "zoneID": 1,
                                                  "checkoutFormG_UID": "8sEW83v+O0+ZRY6fVYYlNg==",
                                                  "checkoutFormGuid": "f316c1f2-fe7b-4f3b-9945-8e9f55862536",
                                                  "displayToWho": 3,
                                                  "displayWhen": 4,
                                                  "start": "2026-04-03T06:22:56.2120919",
                                                  "end": "2026-04-03T06:22:56.2120919",
                                                  "deleted": true,
                                                  "updated": "2026-04-03T06:22:56.2120919",
                                                  "possibleIntegerResponses": [
                                                    1,
                                                    2
                                                  ],
                                                  "possibleTextResponses": [
                                                    "sample string 1",
                                                    "sample string 2"
                                                  ],
                                                  "possibleGuidResponses": [
                                                    "1069b6a0-0ac9-4d49-ac9e-309e259628aa",
                                                    "eadca0d3-fa95-4de8-b5fc-11dba3a77cbb"
                                                  ],
                                                  "allowsAllTextResponses": true,
                                                  "surveyForm": {
                                                    "$ref": "40"
                                                  }
                                                },
                                                "ingressId": "sample string 4"
                                              },
                                              {
                                                "$ref": "86"
                                              }
                                            ],
                                            "storeName": "sample string 39",
                                            "terminalNumber": 40,
                                            "machineName": "sample string 41",
                                            "operatorName": "sample string 42",
                                            "direction": 1,
                                            "reason": "sample string 43",
                                            "accountG_UID": "//Prhk9RG0uEEAHsrtterQ==",
                                            "accountIdentifier": "86ebf3ff-514f-4b1b-8410-01ecaedb5ead",
                                            "accountName": "sample string 44",
                                            "customerOrderIdentifier": "gcGJL7vOCka0kIjA0sc+rw==",
                                            "customerOrderIdentifierGuid": "2f89c181-cebb-460a-b490-88c0d2c73eaf",
                                            "priceLevelName": "sample string 45",
                                            "revision": 46,
                                            "ingressId": "sample string 47"
                                          },
                                          "metadata": {
                                            "$id": "88",
                                            "id": 1,
                                            "paymentID": 2,
                                            "paymentIdentifier": "puebCB+fPES0aqiwa6J5Sg==",
                                            "paymentIdentifierGuid": "089be7a6-9f1f-443c-b46a-a8b06ba2794a",
                                            "identifier": "x7RS1tqrqUOtQbuKqSGvZg==",
                                            "identifierGuid": "d652b4c7-abda-43a9-ad41-bb8aa921af66",
                                            "metadata": "sample string 3",
                                            "signatureImage": "QEA=",
                                            "itemIdentifier": "8En14xxBCEyksYAtzQzsxg==",
                                            "itemIdentifierGuid": "e3f549f0-411c-4c08-a4b1-802dcd0cecc6"
                                          }
                                        },
                                        {
                                          "$ref": "71"
                                        }
                                      ]
                                    },
                                    {
                                      "$ref": "66"
                                    }
                                  ],
                                  "customerGroupMembers": [
                                    {
                                      "$ref": "70"
                                    },
                                    {
                                      "$ref": "70"
                                    }
                                  ],
                                  "customerGroups": [
                                    {
                                      "$ref": "69"
                                    },
                                    {
                                      "$ref": "69"
                                    }
                                  ],
                                  "accounts": [
                                    {
                                      "$ref": "67"
                                    },
                                    {
                                      "$ref": "67"
                                    }
                                  ],
                                  "account": {
                                    "$ref": "67"
                                  },
                                  "vouchers": [
                                    {
                                      "$id": "89",
                                      "customerIdentifier": "IX8QAYskgUaT9v0ksynzEw==",
                                      "customerIdentifierGuid": "01107f21-248b-4681-93f6-fd24b329f313",
                                      "voucherName": "sample string 2",
                                      "count": 3,
                                      "storeID": 4,
                                      "barcode": "sample string 5",
                                      "redeemCount": 6,
                                      "issueCount": 7,
                                      "storeSalePaymentID": 1,
                                      "idempotentID": "PhxjMu3p+UKJpQENucmFVw==",
                                      "idempotentGuid": "32631c3e-e9ed-42f9-89a5-010db9c98557",
                                      "offline": true,
                                      "voucher": {
                                        "$id": "90",
                                        "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": "2026-04-03T06:22:56.2120919",
                                        "barcodeTemplate": {
                                          "$id": "91",
                                          "templateID": 1,
                                          "template": "sample string 1",
                                          "bcFunction": "sample string 2",
                                          "sortOrder": 3
                                        },
                                        "scaleLabel": {
                                          "$id": "92",
                                          "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": "2026-04-03T06:22:56.2120919",
                                          "labelPageLayout": "/cpSoQoaTkywBFvbCnlEwQ==",
                                          "pageLayoutGuid": "a152cafd-1a0a-4c4e-b004-5bdb0a7944c1",
                                          "labelType": 6,
                                          "oldName": "sample string 7",
                                          "voucher": {
                                            "$ref": "90"
                                          },
                                          "elements": [
                                            {
                                              "$id": "93",
                                              "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": "2026-04-03T06:22:56.2120919"
                                            },
                                            {
                                              "$ref": "93"
                                            }
                                          ]
                                        },
                                        "customerVouchers": [
                                          {
                                            "$id": "94",
                                            "id": 1,
                                            "customerIdentifier": "BKIRpMxsoEGtDVeAZbGnbw==",
                                            "customerIdentifierGuid": "a411a204-6ccc-41a0-ad0d-578065b1a76f",
                                            "voucherID": 3,
                                            "voucherName": "sample string 4",
                                            "storeID": 1,
                                            "barcode": "sample string 5",
                                            "dateOfIssue": "2026-04-03T06:22:56.2120919",
                                            "issuedSaleHeaderID": 1,
                                            "issuedSaleIdentifier": "sample string 7",
                                            "issuedOfflinePaymentID": 1,
                                            "issuedIdempotentID": "WYUyCpOXqU6PiypsQxDFuQ==",
                                            "issuedIdempotentGuid": "0a328559-9793-4ea9-8f8b-2a6c4310c5b9",
                                            "issuedOffline": true,
                                            "issuedUser": "sample string 9",
                                            "issuedNotes": "sample string 10",
                                            "expiryDate": "2026-04-03T06:22:56.2120919",
                                            "expiredUser": "sample string 11",
                                            "expiredNotes": "sample string 12",
                                            "redeemed": "2026-04-03T06:22:56.2120919",
                                            "redeemedSaleHeaderID": 1,
                                            "redeemedSaleIdentifier": "sample string 13",
                                            "redeemedOfflinePaymentID": 1,
                                            "redeemedIdempotentID": "mUoVkWJvm0a+jnp40q63zA==",
                                            "redeemedIdempotentGuid": "91154a99-6f62-469b-be8e-7a78d2aeb7cc",
                                            "redeemedUser": "sample string 14",
                                            "redeemedNotes": "sample string 15",
                                            "redeemedOffline": true,
                                            "updated": "2026-04-03T06:22:56.2120919",
                                            "storeName": "sample string 17",
                                            "scaleLabel": {
                                              "$ref": "92"
                                            },
                                            "voucher": {
                                              "$ref": "90"
                                            },
                                            "customer": {
                                              "$ref": "65"
                                            },
                                            "issuedOfflinePayment": {
                                              "$ref": "71"
                                            },
                                            "redeemedOfflinePayment": {
                                              "$ref": "71"
                                            }
                                          },
                                          {
                                            "$ref": "94"
                                          }
                                        ]
                                      },
                                      "customer": {
                                        "$ref": "65"
                                      }
                                    },
                                    {
                                      "$ref": "89"
                                    }
                                  ]
                                }
                              },
                              {
                                "$ref": "64"
                              }
                            ],
                            "customerGroups": [
                              {
                                "$id": "95",
                                "id": 1,
                                "campaignID": 2,
                                "campaignName": "sample string 3",
                                "groupID": "KP1LuCiZ+EaMaEyACSnWmw==",
                                "groupIDGuid": "b84bfd28-9928-46f8-8c68-4c800929d69b",
                                "campaign": {
                                  "$ref": "61"
                                },
                                "group": {
                                  "$ref": "69"
                                }
                              },
                              {
                                "$ref": "95"
                              }
                            ],
                            "signIqTickets": [
                              {
                                "$id": "96",
                                "identifier": "gU1+UrAiQESBgMR9I9kTFA==",
                                "identifierGuid": "527e4d81-22b0-4440-8180-c47d23d91314",
                                "campaignName": "sample string 2",
                                "message": "sample string 3",
                                "ticketFileSource": "sample string 4",
                                "ticketFileDestination": "sample string 5",
                                "storeID": 1
                              },
                              {
                                "$ref": "96"
                              }
                            ],
                            "comboPriceGroups": [
                              {
                                "$id": "97",
                                "id": 1,
                                "campaignID": 2,
                                "campaignName": "sample string 3",
                                "g_UID": "XkMhAZAPcEa6eHwn2Ubb5w==",
                                "guid": "0121435e-0f90-4670-ba78-7c27d946dbe7",
                                "description": "sample string 5",
                                "newPrice": 1,
                                "rangeDescription": "sample string 6",
                                "dealDescription": "sample string 7",
                                "labelQuantity": 8,
                                "hostProductCategoryID": 1,
                                "offerID": 1,
                                "dontUpdatePricePlus": true,
                                "campaign": {
                                  "$ref": "61"
                                },
                                "comboPricePlus": [
                                  {
                                    "$id": "98",
                                    "id": 1,
                                    "campaignID": 2,
                                    "campaignName": "sample string 3",
                                    "groupG_UID": "APf6nF4xmkKu+YGI/+Fz2g==",
                                    "groupGuid": "9cfaf700-315e-429a-aef9-8188ffe173da",
                                    "comboPriceType": 5,
                                    "priceType": 5,
                                    "pluG_UID": "6TGtbmhJaUWXv93sPLV8OA==",
                                    "pluGuid": "6ead31e9-4968-4569-97bf-ddec3cb57c38",
                                    "priceGroupG_UID": "SaA6NeEVC0WgqAPibNaLlA==",
                                    "priceGroupGuid": "353aa049-15e1-450b-a0a8-03e26cd68b94",
                                    "campaignPoolID": "sample string 7",
                                    "quantity": 1,
                                    "campaign": {
                                      "$ref": "61"
                                    },
                                    "product": {
                                      "$ref": "19"
                                    },
                                    "priceGroup": {
                                      "$ref": "25"
                                    },
                                    "campaignPool": {
                                      "$ref": "61"
                                    }
                                  },
                                  {
                                    "$ref": "98"
                                  }
                                ]
                              },
                              {
                                "$ref": "97"
                              }
                            ],
                            "priceLevels": [
                              {
                                "$id": "99",
                                "id": 1,
                                "priceLevelIdentifier": "FOL/jrFae0mXNv03LB/t4w==",
                                "priceLevelIdentifierGuid": "8effe214-5ab1-497b-9736-fd372c1fede3",
                                "campaignName": "sample string 3",
                                "priceLevelName": "sample string 4"
                              },
                              {
                                "$ref": "99"
                              }
                            ],
                            "promotionType": {
                              "$id": "100",
                              "identifier": "4EFwD7+ppU64Q+V0dnixag==",
                              "identifierGuid": "0f7041e0-a9bf-4ea5-b843-e5747678b16a",
                              "hostType": 2,
                              "code": "sample string 3",
                              "description": "sample string 4",
                              "isLiquor": true,
                              "isAdvertised": true,
                              "disableWasSave": true,
                              "excludeFromPromoSales": true,
                              "labelPageLayoutG_UID": "sET4bMb7YUqvHiHGxHSw7w==",
                              "labelPageLayoutGuid": "6cf844b0-fbc6-4a61-af1e-21c6c474b0ef",
                              "priceLevelIdentifier": "JjlxL3riY0qu7g1yPx64rw==",
                              "priceLevelIdentifierGuid": "2f713926-e27a-4a63-aeee-0d723f1eb8af",
                              "active": true,
                              "updated": "2026-04-03T06:22:56.2277044",
                              "hostName": "sample string 11"
                            }
                          },
                          "product": {
                            "$ref": "19"
                          },
                          "dealCost": {
                            "$id": "101",
                            "headerIdentifier": "TUqlmVeiiEm/y+7wDJFnyw==",
                            "headerIdentifierGuid": "99a54a4d-a257-4988-bfcb-eef00c9167cb",
                            "identifier": "XeHCZqj9lkezqcN5prEd5A==",
                            "identifierGuid": "66c2e15d-fda8-4796-b3a9-c379a6b11de4",
                            "supplierIdentifier": "ZI4AWezAqkicLx+Inj8gXg==",
                            "supplierGuid": "59008e64-c0ec-48aa-9c2f-1f889e3f205e",
                            "pluG_UID": "hWHaLUmB+Ee3aK3XOuBppw==",
                            "pluGuid": "2dda6185-8149-47f8-b768-add73ae069a7",
                            "campaignName": "e82f1b8b-a910-4c00-8d4b-ac20d59d25f3",
                            "description": "sample string 4",
                            "cost": 5,
                            "costDecimals": 6,
                            "start": "2026-04-03T06:22:56.2277044",
                            "end": "2026-04-03T06:22:56.2277044",
                            "type": 9,
                            "promoType": 10,
                            "bonusItemPLUG_UID": "rxk7NMVI0kuJMdl7B2KJAg==",
                            "bonusItemPluGuid": "343b19af-48c5-4bd2-8931-d97b07628902",
                            "bonusPurchaseUnits": 11,
                            "bonusReceiveUnits": 12,
                            "updated": "2026-04-03T06:22:56.2277044",
                            "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": "2026-04-03T06:22:56.2277044",
                            "campaignEndDate": "2026-04-03T06:22:56.2277044",
                            "masterPLUG_UID": "0kuytJF3mU2dulhBCs43Bw==",
                            "masterID": "b4b24bd2-7791-4d99-9dba-58410ace3707",
                            "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": "G7vsG4LIukaXBKTc55yWlQ==",
                            "bonusMasterID": "1becbb1b-c882-46ba-9704-a4dce79c9695",
                            "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": "2026-04-03T06:22:56.2277044",
                        "dealCosts": [
                          {
                            "$ref": "101"
                          },
                          {
                            "$ref": "101"
                          }
                        ],
                        "tags": [
                          {
                            "$id": "102",
                            "pluG_UID": "CTpsi8R4H0WKV0+ITKK94g==",
                            "pluGuid": "8b6c3a09-78c4-451f-8a57-4f884ca2bde2",
                            "tagID": 1,
                            "description": "sample string 1",
                            "storeIDs": [
                              1,
                              2
                            ]
                          },
                          {
                            "$ref": "102"
                          }
                        ],
                        "alternateProductG_UID": "6XzCoHZdwUeELTrjFedn6g==",
                        "alternateProduct": "a0c27ce9-5d76-47c1-842d-3ae315e767ea",
                        "altProduct": {
                          "$ref": "19"
                        },
                        "productHostCode": {
                          "$id": "103",
                          "id": 1,
                          "pluG_UID": "wdnmVTtvAUyU4bmYl1+zYg==",
                          "pluGuid": "55e6d9c1-6f3b-4c01-94e1-b998975fb362",
                          "ibaCode": "sample string 2"
                        },
                        "mscCat": {
                          "$ref": "55"
                        },
                        "mscCom": {
                          "$ref": "56"
                        },
                        "mscDep": {
                          "$ref": "58"
                        },
                        "mscSubCom": {
                          "$ref": "57"
                        },
                        "isUserUpdate": true,
                        "ignoreMasterProduct": true,
                        "priceGroupLabelRequested": true,
                        "firstSold": "2026-04-03T06:22:56.2277044",
                        "inventoryTracked": "2026-04-03T06:22:56.2277044",
                        "isNormalPriceChangesCampaign": true,
                        "baseProductFuel": {
                          "$id": "104",
                          "pluG_UID": "PMT/HbqoVkadEO1VCVEkUA==",
                          "pluGuid": "1dffc43c-a8ba-4656-9d10-ed5509512450",
                          "fuelPluG_UID": "4jKrgByFFEaQOVfVkpJ6Jg==",
                          "fuelPluGuid": "80ab32e2-851c-4614-9039-57d592927a26",
                          "price": 3,
                          "productDescription": "sample string 4",
                          "productBarcode": "sample string 5",
                          "fuelProductDescription": "sample string 6",
                          "fuelProductBarcode": "sample string 7",
                          "fuelProductPrice": 8
                        },
                        "productFuelLinks": [
                          {
                            "$ref": "104"
                          },
                          {
                            "$ref": "104"
                          }
                        ]
                      },
                      "supplier": {
                        "$ref": "14"
                      },
                      "serviceFee": {
                        "$id": "105",
                        "id": 1,
                        "description": "sample string 1",
                        "fee": 1
                      },
                      "isPrimaryHost": true,
                      "hostVendor": 48
                    },
                    {
                      "$ref": "17"
                    }
                  ],
                  "orderCycleHeaders": [
                    {
                      "$id": "106",
                      "storeID": 1,
                      "supplierIdentifier": "AadcswUJpUuvWDkB/TVOMQ==",
                      "supplierGuid": "b35ca701-0905-4ba5-af58-3901fd354e31",
                      "departmentCode": "sample string 2",
                      "warehouseDirectIndicator": "sample string 3",
                      "type": 4,
                      "storeName": "sample string 5",
                      "departmentName": "sample string 6",
                      "orderDays": 7
                    },
                    {
                      "$ref": "106"
                    }
                  ],
                  "cycles": [
                    {
                      "$id": "107",
                      "storeID": 1,
                      "supplierIdentifier": "HB4u2X26VEmRso7hzmXJwA==",
                      "supplierGuid": "d92e1e1c-ba7d-4954-91b2-8ee1ce65c9c0",
                      "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": "2026-04-03T06:22:56.2277044",
                      "deliveryDate": "2026-04-03T06:22:56.2277044",
                      "nextCutOffDate": "2026-04-03T06:22:56.2277044",
                      "nextDeliveryDate": "2026-04-03T06:22:56.2277044",
                      "nextDaysBuffer": 10
                    },
                    {
                      "$ref": "107"
                    }
                  ],
                  "store": {
                    "$ref": "9"
                  },
                  "updated": "2026-04-03T06:22:56.2277044",
                  "isHost": true
                },
                "files": [
                  {
                    "$id": "108",
                    "id": "sample string 1",
                    "fileName": "sample string 2",
                    "extension": "sample string 3",
                    "provider": 0,
                    "type": 0,
                    "hostType": "sample string 4",
                    "createdUtc": "2026-04-03T06:22:56.2277044",
                    "processed": "2026-04-03T06:22:56.2277044",
                    "isProcessing": true,
                    "processedCount": 6,
                    "processingTime": 1,
                    "collectedUtc": "2026-04-03T06:22:56.2277044",
                    "size": 1,
                    "sizeFormat": "sample string 7",
                    "isArchive": true,
                    "customerNumber": "sample string 9",
                    "businessPillar": "sample string 10",
                    "fileType": "sample string 11",
                    "version": "sample string 12",
                    "reference": "sample string 13",
                    "digest": "sample string 14",
                    "contentType": "sample string 15",
                    "host": {
                      "$ref": "13"
                    },
                    "metcashHeader": {
                      "$id": "109",
                      "customerNumber": "sample string 1",
                      "creationDate": "2026-04-03T06:22:56.2277044",
                      "businessPillar": "sample string 3",
                      "fileType": "sample string 4"
                    }
                  },
                  {
                    "$ref": "108"
                  }
                ],
                "zoneMatrix": [
                  {
                    "$id": "110",
                    "id": 1,
                    "hostIdentifier": "e7hage+H3U22W6ldQSqI+w==",
                    "hostIdentifierGuid": "815ab87b-87ef-4ddd-b65b-a95d412a88fb",
                    "storeID": 1,
                    "departmentCode": "sample string 2",
                    "hostGuids": [
                      "0febdfb0-5258-42c2-b57a-8cf54bba154a",
                      "03be243d-dd38-4907-bd0b-823e1ab13219"
                    ]
                  },
                  {
                    "$ref": "110"
                  }
                ],
                "hostFileStoreSetting": {
                  "$ref": "12"
                },
                "hostStoreSettings": [
                  {
                    "$ref": "12"
                  },
                  {
                    "$ref": "12"
                  }
                ],
                "promotionPlacements": [
                  {
                    "$id": "111",
                    "identifier": "T3EYxofZUUCuZ6HtNgyczg==",
                    "identifierGuid": "c618714f-d987-4051-ae67-a1ed360c9cce",
                    "code": "sample string 2",
                    "description": "sample string 3",
                    "isAdvertised": true
                  },
                  {
                    "$ref": "111"
                  }
                ],
                "promoTypeGuids": [
                  "7e5524e1-dc46-44da-ac7b-ed49342445d7",
                  "284e1766-81c0-472e-87f9-4b5e8c8622fa"
                ],
                "isPromotionOnly": false,
                "isOrderable": false,
                "vendor": 0
              },
              "groupIDs": [
                1,
                2
              ],
              "hostDescription": "sample string 27"
            },
            {
              "$ref": "12"
            }
          ],
          "accounts": [
            {
              "$ref": "6"
            },
            {
              "$ref": "6"
            }
          ],
          "sales": [
            {
              "$id": "112",
              "id": 1,
              "storeID": 1,
              "externalSalesType": 2,
              "ftpSiteID": 1,
              "lastSaleProcessed": "2026-04-03T06:22:56.2277044",
              "ftpSite": {
                "$id": "113",
                "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": "112"
            }
          ],
          "zoneMatrix": [
            {
              "$ref": "110"
            },
            {
              "$ref": "110"
            }
          ],
          "cashManagements": [
            {
              "$id": "114",
              "id": 1,
              "storeID": 1,
              "cashManagementType": 2,
              "apiID": 1,
              "organisationID": "sample string 3",
              "siteName": "sample string 4",
              "thirdPartyAPI": {
                "$id": "115",
                "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": "114"
            }
          ],
          "updateStoreID": "9238dd18-432e-4dab-9581-37a8876e31e4",
          "updateStore": {
            "$id": "116",
            "id": "434a936b-cab4-4cd0-8f5b-fc9e665a2678",
            "name": "sample string 1",
            "lastActivity": "2026-04-03T06:22:56.2277044",
            "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": "2026-04-03T06:22:56.2277044"
          },
          "timeZoneId": "sample string 54",
          "securityOptions": {
            "$id": "117",
            "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": "118",
          "id": 1,
          "gradeID": 2,
          "storeID": 3,
          "g_UID": "iy5QjbfYckeIJyIls0n2/g==",
          "guid": "8d502e8b-d8b7-4772-8827-2225b349f6fe",
          "fuelGrade": "sample string 5",
          "price1": 1,
          "price2": 1,
          "price3": 1,
          "price4": 1,
          "effective": "2026-04-03T06:22:56.2277044",
          "updated": "2026-04-03T06:22:56.2277044",
          "margin": 1,
          "product": {
            "$ref": "19"
          }
        }
      }
    },
    {
      "$ref": "7"
    }
  ],
  "cashBalancingFuelMeters": [
    {
      "$id": "119",
      "headerIdentifier": "RioW8eH2V0GRyBxvAXE95g==",
      "headerIdentifierGuid": "f1162a46-f6e1-4157-91c8-1c6f01713de6",
      "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": "120",
          "id": 1,
          "storeID": 2,
          "tankNumber": 3,
          "dispenserNumber": 4,
          "hoseNumber": 5,
          "adjustedFor": "2026-04-03T06:22:56.2277044",
          "adjustedAt": "2026-04-03T06:22:56.2277044",
          "adjustmentVolume": 8.0,
          "reasonDesc": "sample string 9",
          "reason": 10,
          "operatorG_UID": "q52h9lCiUUKSy0WrQ4kD+w==",
          "operatorGuid": "f6a19dab-a250-4251-92cb-45ab438903fb",
          "user": "sample string 11",
          "processed": 1,
          "storeName": "sample string 12",
          "operatorName": "sample string 13"
        },
        {
          "$ref": "120"
        }
      ]
    },
    {
      "$ref": "119"
    }
  ]
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Cash balancing header identifier

AccountingExportCashBalancingResult
NameDescriptionTypeAdditional information
AccountingBalanceId

The unique sequential ID of the export. This Id can be found in the AccountingBalance table.

integer

None.

Identifier

Identifier/Guid of the invoice/credit note/cash balancing record.

globally unique identifier

None.

Status

Indicates the level of success when exporting to the external accounting provider.

AccountingExportStatus

None.

Responses

Responses from the external accounting provider.

Collection of AccountingExportResponse

None.

Response Formats

application/json, text/json

Sample:
{
  "accountingBalanceId": 1,
  "identifier": "d34a2ebd-3499-4781-8f2e-10b6b45d4e7d",
  "status": 3,
  "responses": [
    {
      "$id": "2",
      "responseMessage": "sample string 1",
      "responseStatus": 2
    },
    {
      "$ref": "2"
    }
  ]
}

application/xml, text/xml

Sample:
<AccountingExportCashBalancingResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.Integrations.Accounting">
  <Identifier>d34a2ebd-3499-4781-8f2e-10b6b45d4e7d</Identifier>
  <Responses>
    <AccountingExportResponse>
      <ResponseMessage>sample string 1</ResponseMessage>
      <ResponseStatus>2</ResponseStatus>
    </AccountingExportResponse>
    <AccountingExportResponse>
      <ResponseMessage>sample string 1</ResponseMessage>
      <ResponseStatus>2</ResponseStatus>
    </AccountingExportResponse>
  </Responses>
  <Status>3</Status>
  <AccountingBalanceId>1</AccountingBalanceId>
</AccountingExportCashBalancingResult>

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PK�2�\��-�5xl/workbook.xml �(�����0��J}�(�E�@��ҵCwCL� ?JR��o�[7�����E۩�z"9+Wښ�ޛ�1׏(�]�Av��|����0�[ݿ%*ϲ$�1�3x���qt���r�"p7"z9o(	B��|"�Z�=..�`�uW��-�~SU�QkڂJ�s�5M)��ãHx�Ϻ.��E;��Ul��|PK�2�\����	�[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
�2�\&yf''_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="Rba98235b21604be6" /></Relationships>PK�2�\K#z���xl/worksheets/sheet1.xml �(���]O�0��J�{ii��L�w���PF#�K�
��C��o�mz����͇���k#T_�0��R���<��f7e>(�nZ�-p�ެu[kk�L�r�L��w{�ҒY��{��FT|����E�i�1�2�8xv���9h�jAvg+�D˼�}L4o
�
�;*s/~|03��M��q�X{-Z����OԼa��>�။}k]I�g*�R��A ه������ �N�8�p��TGc�|���\�<�x2�t�iR��(��o�N<��,#���o.��蛋J�,�)%��������̵����|��n4�`יqo�T��FvR�.�O��RA~*vK�ȅ����ddb~9�,���L�4�J���4袳�}�\�+e�����Y�	PK�2�\R�S��Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞��(jP�n�a[z�I�Ķl��Xp$��U$H%l����I3�����<��i�^1 �7��;8g����vs�I�2��1$RV\�`�9<R��L��J��8�\��� �I�Hc
�K�2���?Do�q��yF���WOi@�@�2��;�)%z
�*T O��C�����Uݶ��Zʗ	ӯ�w����Q�ia�w�dD�c���iY^��v-��V����bW5z��/PK�2�\Ѓc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK�2�\�â��xl/sharedStrings.xml �(�eP]O�@�+ͽ���ʇiK��!��'c��[�%�^����{J�vvf3����m}�'��LDX9c�.���C<�F��P���feN�Q8E*Ď��U�������u����u����$�H�ڢ�*�#b$��g��̹���$!ͽn4V�4��2W��Q�4[��Y��.��@�C�+�3=�����tg�IO���d3�d7&����@������C�$��J>Y��m�mWu
^�����j������žs�OA�Ϧ*�^�PK-�2�\��-�5xl/workbook.xmlPK-�2�\����	�[Content_Types].xmlPK-
�2�\&yf''V_rels/.relsPK-�2�\K#z����xl/worksheets/sheet1.xmlPK-�2�\R�S��P�xl/_rels/workbook.xml.relsPK-�2�\Ѓc'2E
�xl/styles.xmlPK-�2�\��\xl/sharedStrings.xmlPK��	

application/vnd.ms-excel

Sample:
PK�2�\1̶5xl/workbook.xml �(�����0��&�C�p�bp��Ճ�i�?ik��-H�yۙ��v�ɸ�i��>j�>w%�C�9�ozR�Oƒ���8�!J��u���4oE:�H���Ѿ�����[G���(�qE)��W�c���!i��Vw6�!�Ml�XӨ��5�lqnm�Ϝ�\��.:!���b�ᅲ���V����PK�2�\����	�[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
�2�\G�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="R10211abc435b4765" /></Relationships>PK�2�\K#z���xl/worksheets/sheet1.xml �(���]O�0��J�{ii��L�w���PF#�K�
��C��o�mz����͇���k#T_�0��R���<��f7e>(�nZ�-p�ެu[kk�L�r�L��w{�ҒY��{��FT|����E�i�1�2�8xv���9h�jAvg+�D˼�}L4o
�
�;*s/~|03��M��q�X{-Z����OԼa��>�။}k]I�g*�R��A ه������ �N�8�p��TGc�|���\�<�x2�t�iR��(��o�N<��,#���o.��蛋J�,�)%��������̵����|��n4�`יqo�T��FvR�.�O��RA~*vK�ȅ����ddb~9�,���L�4�J���4袳�}�\�+e�����Y�	PK�2�\t����Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞8uܐ��ݰa[z��3��&�e�@�Ƃ#q�"A*�`��h~OO��|����扽P�����Y������k`���i”'�}dy��LJ�������vaƔ�0p��qQ�5K\3����?D����ѩ�L6��.�!J�J��"��U������BQ�M�U�����ZL���w����B�4J��H�no*c0P��B���iY^��\k![�{AR^���_l�PK�2�\Ѓc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK�2�\�â��xl/sharedStrings.xml �(�eP]O�@�+ͽ���ʇiK��!��'c��[�%�^����{J�vvf3����m}�'��LDX9c�.���C<�F��P���feN�Q8E*Ď��U�������u����u����$�H�ڢ�*�#b$��g��̹���$!ͽn4V�4��2W��Q�4[��Y��.��@�C�+�3=�����tg�IO���d3�d7&����@������C�$��J>Y��m�mWu
^�����j������žs�OA�Ϧ*�^�PK-�2�\1̶5xl/workbook.xmlPK-�2�\����	��[Content_Types].xmlPK-
�2�\G�h''U_rels/.relsPK-�2�\K#z����xl/worksheets/sheet1.xmlPK-�2�\t����P�xl/_rels/workbook.xml.relsPK-�2�\Ѓc'2E
�xl/styles.xmlPK-�2�\��[xl/sharedStrings.xmlPK��