GET api/store/{storeID}/cashBalancing/finalised?Take={Take}&Skip={Skip}&EndOfDayManagement={EndOfDayManagement}&StartDate={StartDate}&EndDate={EndDate}
Return a list of all finalised cash balancing headers
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| storeID |
Store to get list of finalised headers from |
integer |
Required |
| Take | integer |
None. |
|
| Skip | integer |
None. |
|
| StoreID | integer |
None. |
|
| EndOfDayManagement |
Filled in by Store setting if not provided |
boolean |
None. |
| StartDate |
Filter date to match of cash balancing header date |
date |
None. |
| EndDate |
Filter date to match with cash balancing header date |
date |
None. |
Body Parameters
None.
Response Information
Resource Description
PageList of matching cash balancing headers
PageListOfCashBalancingHeader| Name | Description | Type | Additional information |
|---|---|---|---|
| Type | string |
None. |
|
| List | Collection of CashBalancingHeader |
None. |
|
| Skip |
Number of records to skip over |
integer |
None. |
| Take |
Number of records to take |
integer |
None. |
| TotalCount | integer |
Relation. This field may not always be loaded or used for updates. |
Response Formats
application/json, text/json
Sample:
{
"type": "CashBalancingHeader",
"list": [
{
"$id": "2",
"identifier": "U2mfCzeAo0CJff0ppUgarA==",
"identifierGuid": "0b9f6953-8037-40a3-897d-fd29a5481aac",
"storeID": 2,
"date": "2026-04-03T06:22:53.7111216",
"started": "2026-04-03T06:22:53.7111216",
"ended": "2026-04-03T06:22:53.7111216",
"cashFinalised": true,
"cashTotalAmount": 4,
"eftFinalised": true,
"eftTotalAmount": 6,
"bankFinalised": true,
"bankTotalAmount": 8,
"bankingOpened": true,
"fuelRequired": true,
"fuelFinalised": true,
"createdDuringTradingDay": true,
"accountingFinalised": 13,
"endOfDayID": 14,
"storeName": "sample string 15",
"autoFill": true,
"createRelations": true,
"invalidDates": false,
"cashDetails": [
{
"$id": "3",
"id": 1,
"headerIdentifier": "8iSkVktwN0eZDjSDfcqEqQ==",
"headerIdentifierGuid": "56a424f2-704b-4737-990e-34837dca84a9",
"operatorG_UID": "ZsFoxE5kkkebGrF3l7CFxw==",
"operatorGuid": "c468c166-644e-4792-9b1a-b17797b085c7",
"date": "2026-04-03T06:22:53.7111216",
"drawerID": 4,
"machineID": 5,
"shiftIdentifier": "AzWEe/1djESyNSUbTAjWqA==",
"shiftIdentifierGuid": "7b843503-5dfd-448c-b235-251b4c08d6a8",
"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:53.7111216",
"end": "2026-04-03T06:22:53.7111216",
"operatorName": "sample string 16",
"operatorNumber": "sample string 17",
"machineName": "sample string 18",
"operators": "sample string 19"
},
{
"$ref": "3"
}
],
"eftDetails": [
{
"$id": "4",
"id": 1,
"headerIdentifier": "VoQ0K/oBykiQn+rg/Hkimw==",
"headerIdentifierGuid": "2b348456-01fa-48ca-909f-eae0fc79229b",
"date": "2026-04-03T06:22:53.7111216",
"machineID": 1,
"cardID": 3,
"cardName": "sample string 4",
"expectedAmount": 1,
"managerDeclared": 1,
"eftTenderCount": 1,
"machineName": "sample string 5"
},
{
"$ref": "4"
}
],
"bankDetailSummary": {
"$id": "5",
"id": 1,
"headerIdentifier": "qaEQCzgaZE6xceGXzc1yxw==",
"headerIdentifierGuid": "0b10a1a9-1a38-4e64-b171-e197cdcd72c7",
"bankName": "sample string 3",
"expectedCash": 4,
"cashDeclared": 1,
"expectedPickup": 5,
"pickupDeclared": 1,
"expectedCheque": 6,
"chequeDeclared": 1
},
"cashBalancingBankingAccounts": [
{
"$id": "6",
"id": 1,
"headerIdentifier": "kKGFhTFB30CkQFznPed67w==",
"headerIdentifierGuid": "8585a190-4131-40df-a440-5ce73de77aef",
"storeAccountID": 3,
"cashDeclared": 4,
"pickupDeclared": 5,
"chequeDeclared": 6,
"accountName": "sample string 7",
"storeAccount": {
"$id": "7",
"id": 1,
"storeID": 1,
"accountName": "sample string 2",
"bsb": "sample string 3",
"accountNumber": "sample string 4",
"accountDesignated": true
}
},
{
"$ref": "6"
}
],
"cashBalancingFuelTankLevels": [
{
"$id": "8",
"headerIdentifier": "b5qXsyeWSEWFabo8wGJB7g==",
"headerIdentifierGuid": "b3979a6f-9627-4548-8569-ba3cc06241ee",
"fuelTankNumber": 2,
"fuelGradeID": 1,
"fuelGrade": "sample string 3",
"opening": 4.0,
"openingAdjusted": true,
"adjustments": 6.0,
"deliveries": 7.0,
"deliveriesAdjusted": true,
"samples": 9.0,
"pumpTest": 10.0,
"sales": 11.0,
"closing": 12.0,
"closingAdjusted": true,
"dailyVariance": 14.0,
"waterLevel": 15.0,
"meterSales": 16.0,
"meterVariance": -5.0,
"twentyEightDayVariance": 17.0,
"fuelTank": {
"$id": "9",
"id": 1,
"storeID": 2,
"tankNumber": 3,
"fuelGrade": "sample string 4",
"fuelGradeID": 1,
"capacity": 5.0,
"lpg": true,
"waterLevel": 7.0,
"updated": "2026-04-03T06:22:53.7111216",
"storeName": "sample string 9",
"store": {
"$id": "10",
"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:53.7111216",
"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": "dUtRlBFwWEeJHO/rfHecFQ==",
"hostIdentifierGuid": "94514b75-7011-4758-891c-efeb7c779c15",
"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:53.7111216",
"priceZone": {
"$id": "11",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "n132umvn8UuGrGXE48BGzQ==",
"hostIdentifierGuid": "baf65d9f-e76b-4bf1-86ac-65c4e3c046cd",
"sortOrder": 3,
"zoneMasterStoreID": 1,
"electedMasterStoreID": 1,
"containsElectedMasterStore": true
},
"priceZoneName": "sample string 51",
"storeFuelConfigured": true,
"shippingAddressCopied": true,
"shippingAddress": {
"$id": "12",
"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": "12"
},
"hostStoreSettings": [
{
"$id": "13",
"id": 1,
"hostIdentifier": "gnDt1ZxmVE+JDBU6gfYQcQ==",
"hostIdentifierGuid": "d5ed7082-669c-4f54-890c-153a81f61071",
"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": "14",
"identifier": "gv3u8Lw4hE+NQykw3pX5tg==",
"identifierGuid": "f0eefd82-38bc-4f84-8d43-2930de95f9b6",
"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": "KnTCmSw9skW9F4Lp5xY27w==",
"hostSupplierIdentifierGuid": "99c2742a-3d2c-45b2-bd17-82e9e71636ef",
"loyaltyPriceLevelIdentifier": "YaUdXyWzlkaaueRvFU0zaQ==",
"loyaltyPriceLevelIdentifierGuid": "5f1da561-b325-4696-9ab9-e46f154d3369",
"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:53.7111216",
"lastProcessed": "2026-04-03T06:22:53.7111216",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$id": "15",
"identifier": "bP3i3n6xx0mkCkFZl/QYDg==",
"identifierGuid": "dee2fd6c-b17e-49c7-a40a-415997f4180e",
"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": "A2sq/p7kU0GVgUd1jiUliQ==",
"primaryContactID": "fe2a6b03-e49e-4153-9581-47758e252589",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "TjapgsLcRkC8rmy/lSOS2Q==",
"supplierGroupGuid": "82a9364e-dcc2-4046-bcae-6cbf952392d9",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-04-03T06:22:53.7111216",
"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": "16",
"id": "7ee89e17-0d1c-476b-9b2f-0c8e4f3e3978",
"identifier": "TekLwbMdJki9gQWjwVGuVQ==",
"identifierGuid": "c10be94d-1db3-4826-bd81-05a3c151ae55",
"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": "17",
"supplierIdentifier": "UJqV4EEbK0im+Ty2iMH13w==",
"supplierIdentifierGuid": "e0959a50-1b41-482b-a6f9-3cb688c1f5df",
"contactGuid": "tiscplSW00G/LYexqJzXtA==",
"contactID": "a61c2bb6-9654-41d3-bf2d-87b1a89cd7b4",
"contact": {
"$ref": "16"
},
"supplier": {
"$ref": "15"
}
},
{
"$ref": "17"
}
],
"products": [
{
"$id": "18",
"pluG_UID": "JAy+2UfoJE+DeCnU8f3vOQ==",
"pluGuid": "d9be0c24-e847-4f24-8378-29d4f1fdef39",
"supplierIdentifier": "VIl4fKzqI0afk+Gj57hyGg==",
"supplierIdentifierGuid": "7c788954-eaac-4623-9f93-e1a3e7b8721a",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-04-03T06:22:53.7111216",
"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:53.7111216",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "19",
"pluG_UID": "c7wAG3mDOE64cw9g3bNszA==",
"pluGuid": "1b00bc73-8379-4e38-b873-0f60ddb36ccc",
"supplierIdentifier": "rLUvpxfrhUuEAzuz3EcM2Q==",
"supplierIdentifierGuid": "a72fb5ac-eb17-4b85-8403-3bb3dc470cd9",
"invoiceCode": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "19"
}
],
"storeIDs": [
1,
2
],
"preferredSupplier": true,
"preferredRebateSupplier": true,
"supplierName": "sample string 42",
"salesMode": 43,
"orderPacked": true,
"active": true,
"price": 1,
"costGstPercent": 45,
"parentPluG_UID": "i47m68y3MEOG+orI7Ajj9w==",
"parentPluGuid": "ebe68e8b-b7cc-4330-86fa-8ac8ec08e3f7",
"freight": 46.0,
"freightType": 1,
"product": {
"$id": "20",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "+OrMQje9a0mky6Dgn+xk5Q==",
"guid": "42cceaf8-bd37-496b-a4cb-a0e09fec64e5",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "oGdlpkB3kECq82Epjl3gAA==",
"priceGroupGuid": "a66567a0-7740-4090-aaf3-61298e5de000",
"blueprintID": 1,
"lastCountedDate": "2026-04-03T06:22:53.7111216",
"externalID": "sample string 7",
"active": true,
"activated": "2026-04-03T06:22:53.7111216",
"pluCreated": "2026-04-03T06:22:53.7111216",
"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:53.7111216",
"lastManualUpdate": "2026-04-03T06:22:53.7111216",
"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:53.7111216",
"currentCostUpdated": "2026-04-03T06:22:53.7111216",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-04-03T06:22:53.7111216",
"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:53.7111216",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "3kc08NEJVEmt6TIDcKyoog==",
"altPLUGuid": "f03447de-09d1-4954-ade9-320370aca8a2",
"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:53.7111216",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "j8awtiirtEOmo2m19NQTSA==",
"shelfPageLayoutGuid": "b6b0c68f-ab28-43b4-a6a3-69b5f4d41348",
"talkerPageLayoutG_UID": "JHO39Qt/ykW/9HmctVjbXw==",
"talkerPageLayoutGuid": "f5b77324-7f0b-45ca-bff4-799cb558db5f",
"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": "ruKMcu78fkmmZQDP0qeocA==",
"inventoryIdentifier": "728ce2ae-fcee-497e-a665-00cfd2a7a870",
"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": "umZdEJSjuUu8Q4A9LtYqbg==",
"parentPluGuid": "105d66ba-a394-4bb9-bc43-803d2ed62a6e",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "CDfG5UP38UCornBEfTWVqA==",
"supplierIdentifierGuid": "e5c63708-f743-40f1-a8ae-70447d3595a8",
"supplierChanged": true,
"rebateSupplierIdentifier": "ILG7sV7A4kubHne7ywDHJA==",
"rebateSupplierIdentifierGuid": "b1bbb120-c05e-4be2-9b1e-77bbcb00c724",
"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:53.7111216",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "/aK7oK1ftkWRdlQDwKPc7g==",
"hostIdentifierGuid": "a0bba2fd-5fad-45b6-9176-5403c0a3dcee",
"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": "20"
},
{
"$ref": "20"
}
],
"store": {
"$ref": "10"
},
"storePrices": [
{
"$id": "21",
"pluG_UID": "G/KISkhwV06cxndGVi2wEQ==",
"pluGuid": "4a88f21b-7048-4e57-9cc6-7746562db011",
"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:53.7111216"
},
{
"$ref": "21"
}
],
"currentPrices": {
"$id": "22",
"pluPrices": {
"$id": "23",
"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:53.7111216",
"priceChangeType": 0,
"costDecimals": 11,
"costCalcMethod": 12,
"targetCampaignPriceGtOrEquNormal": true
},
"normalPluPrices": {
"$ref": "23"
},
"winningCampaign": 1,
"winner": {
"$id": "24",
"campaignName": "sample string 1",
"campaignDescription": "sample string 2",
"talkerText": "sample string 3",
"disableWasSave": true,
"startDate": "2026-04-03T06:22:53.7111216",
"startTime": 5,
"endDate": "2026-04-03T06:22:53.7111216",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "Ih73sNA89ku0qrRX9ruoBg==",
"hostIdentifierGuid": "b0f71e22-3cd0-4bf6-b4aa-b457f6bba806",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "24"
},
{
"$ref": "24"
}
]
},
"tray": {
"$id": "25",
"g_UId": "ruLU8qI1Y0qtlzOSkDI76g==",
"guid": "f2d4e2ae-35a2-4a63-ad97-339290323bea",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "26",
"priceGroupG_UID": "QkyRY2Pngk63xkQfyyLObA==",
"priceGroupGuid": "63914c42-e763-4e82-b7c6-441fcb22ce6c",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-04-03T06:22:53.7111216",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "20"
},
{
"$ref": "20"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "27",
"pluG_UID": "ItFnd81wZUO22hNS8IXuBA==",
"pluGuid": "7767d122-70cd-4365-b6da-1352f085ee04",
"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": "28",
"pluGuid": "03970a04-32a5-4bf6-9090-dcb1da817015",
"created": "2026-04-03T06:22:53.7111216",
"createdByUser": "sample string 1",
"activated": "2026-04-03T06:22:53.7111216",
"activatedByUser": "sample string 2",
"deactivated": "2026-04-03T06:22:53.7111216",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-04-03T06:22:53.7111216",
"lastOrderedQty": 4.0,
"lastReceived": "2026-04-03T06:22:53.7111216",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-04-03T06:22:53.7111216",
"lastSold": "2026-04-03T06:22:53.7111216",
"firstSold": "2026-04-03T06:22:53.7111216",
"awsUpdated": "2026-04-03T06:22:53.7111216",
"lastManualUpdate": "2026-04-03T06:22:53.7111216",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-04-03T06:22:53.7111216",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-04-03T06:22:53.7111216",
"doNotRangeUpdated": "2026-04-03T06:22:53.7111216",
"doNotOrderUpdated": "2026-04-03T06:22:53.7111216",
"tracked": "2026-04-03T06:22:53.7111216"
},
"allergens": [
{
"$id": "29",
"primaryKey": {
"$id": "30",
"pluGuid": "ca8e98b2-9019-4d01-952f-598af2a8968d",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "spiOyhmQAU2VL1mK8qiWjQ==",
"pluGuid": "ca8e98b2-9019-4d01-952f-598af2a8968d",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "29"
}
],
"costs": {
"$id": "31",
"pluG_UID": "etLpplH34k+akce8o5gktQ==",
"pluGuid": "a6e9d27a-f751-4fe2-9a91-c7bca39824b5",
"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:53.7111216",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "32",
"saleHeaderID": 1,
"created": "2026-04-03T06:22:53.7111216",
"createdLocal": "2026-04-03T06:22:53.7111216",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "v//n4N0VHUq7N6Taf1EzfQ==",
"operatorGuid": "e0e7ffbf-15dd-4a1d-bb37-a4da7f51337d",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "O4ldrTSLK0CLgntcLauveg==",
"pluGuid": "ad5d893b-8b34-402b-8b82-7b5c2dabaf7a",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$id": "33",
"id": 1,
"g_Uid": "0dnT7YrcyUS3CqRf8YoZYw==",
"guid": "edd3d9d1-dc8a-44c9-b70a-a45ff18a1963",
"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:53.7111216",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-04-03T06:22:53.7111216",
"endShift": "2026-04-03T06:22:53.7111216",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "34",
"operatorG_UID": "RixQ0aLR+0WZA7gWQFgx9g==",
"operatorGuid": "d1502c46-d1a2-45fb-9903-b816405831f6",
"storeID": 2,
"operator": {
"$ref": "33"
},
"store": {
"$ref": "10"
}
},
{
"$ref": "34"
}
]
}
},
{
"$ref": "32"
}
],
"apns": [
{
"$id": "35",
"pluID": 1,
"pluG_UID": "dD+Xe8Tz6E68GU7fmVYl3g==",
"pluGuid": "7b973f74-f3c4-4ee8-bc19-4edf995625de",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "35"
}
],
"tuns": [
{
"$id": "36",
"pluG_UId": "b/evPoqjxk2EJTf94zPhug==",
"pluGuid": "3eaff76f-a38a-4dc6-8425-37fde333e1ba",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "20"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "36"
}
],
"competitionPricing": [
{
"$id": "37",
"identifier": "nMhQd6fRSUGQ01rPqSeOJg==",
"identifierGuid": "7750c89c-d1a7-4149-90d3-5acfa9278e26",
"pluG_UID": "Y4+8CxKXOUerUNypCHUR2Q==",
"pluGuid": "0bbc8f63-9712-4739-ab50-dca9087511d9",
"competitionID": 1,
"name": "sample string 2",
"sellMultiple": 3,
"retailPrice": 4,
"storeName": "sample string 5"
},
{
"$ref": "37"
}
],
"supplier": {
"$ref": "15"
},
"supplierName": "sample string 148",
"children": [
{
"$ref": "20"
},
{
"$ref": "20"
}
],
"ordering": {
"$ref": "18"
},
"flipChartPages": [
{
"$id": "38",
"identifier": "HbgFsNzdCUWgkQXLe/ZBzw==",
"groupName": "sample string 1",
"identifierGuid": "b005b81d-dddc-4509-a091-05cb7bf641cf",
"exists": true,
"flipChartIdentifier": "bu6TQhKijkqOdssiFG6UvA==",
"flipChartIdentifierGuid": "4293ee6e-a212-4a8e-8e76-cb22146e94bc",
"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": "HKfDpT5DH0imMpX/pZUcLQ==",
"groupIdentifierGuid": "a5c3a71c-433e-481f-a632-95ffa5951c2d",
"flipChart": {
"$id": "39",
"identifier": "2a7YuFfNhE6j+yMME3dd2w==",
"identifierGuid": "b8d8aed9-cd57-4e84-a3fb-230c13775ddb",
"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": "40",
"identifier": "cFfnwNOqsEeO3LSFGXPxXA==",
"identifierGuid": "c0e75770-aad3-47b0-8edc-b4851973f15c",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "41",
"id": 1,
"g_UID": "235duPXgD0SzmXFKM5/csA==",
"guid": "b85d7edb-e0f5-440f-b399-714a339fdcb0",
"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": "hb/7NOshl0GXlnaJmLHihg==",
"previousFormGuid": "34fbbf85-21eb-4197-9796-768998b1e286",
"nextForm": 1,
"nextFormG_UID": "zwHy78S+kkubakOA4NBmag==",
"nextFormGuid": "eff201cf-bec4-4b92-9b6a-4380e0d0666a",
"attributes": "sample string 10",
"updated": "2026-04-03T06:22:53.7111216",
"positioning": 1,
"contentPanel": "sample string 11",
"selectionMode": 1,
"maximumSelections": 1,
"alteredInStore": true,
"deleted": true,
"blueprintID": 1,
"preserveLayout": true,
"mainCheckoutFormName": "sample string 13",
"nextCheckoutForm": {
"$ref": "41"
},
"previousCheckoutForm": {
"$ref": "41"
},
"buttons": [
{
"$id": "42",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "OorTVELNPk23RlFXNbGrtQ==",
"checkoutFormGuid": "54d38a3a-cd42-4d3e-b746-515735b1abb5",
"identifier": "1sr17m97cUG1a4KYcizEPA==",
"identifierGuid": "eef5cad6-7b6f-4171-b56b-8298722cc43c",
"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": "/g/zx4wpKEi61poPyHWZPQ==",
"valueGuid": "c7f30ffe-298c-4828-bad6-9a0fc875993d",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-04-03T06:22:53.7111216",
"action": "sample string 12",
"valueForm": {
"$ref": "41"
},
"image": {
"$id": "43",
"name": "sample string 3.sample string 4",
"imageID": 2,
"imageName": "sample string 3",
"imageExtension": "sample string 4",
"lastUpdate": "2026-04-03T06:22:53.7111216",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "42"
}
],
"panels": [
{
"$id": "44",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "9WPM8gP2yE64bfyrY4xSiQ==",
"checkoutFormGuid": "f2cc63f5-f603-4ec8-b86d-fcab638c5289",
"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": "44"
}
]
},
{
"$ref": "41"
}
],
"panels": [
{
"$ref": "44"
},
{
"$ref": "44"
}
]
},
"pages": [
{
"$ref": "38"
},
{
"$ref": "38"
}
]
},
"contentPanel": {
"$ref": "44"
},
"products": [
{
"$id": "45",
"flipChartPageIdentifier": "9ijvuXcvH0Ki4Gq8M1PnFQ==",
"flipChartPageIdentifierGuid": "b9ef28f6-2f77-421f-a2e0-6abc3353e715",
"pluG_UID": "+bViQYV5d0uxbk0LHJIF2w==",
"pluGuid": "4162b5f9-7985-4b77-b16e-4d0b1c9205db",
"sortOrder": 3,
"sent": true,
"productChanged": true,
"productImageName": "sample string 6",
"productShowImageOnFlipCharts": true,
"productShowTextOnFlipCharts": true,
"productOverrideFlipChartText": true,
"productFlipChartText": "sample string 10",
"product": {
"$ref": "20"
},
"departmentSortOrder": 11,
"subDepartmentName": "sample string 12"
},
{
"$ref": "45"
}
],
"productCount": 27,
"pages": [
{
"$ref": "38"
},
{
"$ref": "38"
}
]
},
{
"$ref": "38"
}
],
"priceHistory": [
{
"$id": "46",
"pluG_UID": "F/LEscyKMkOf+r6dsOvFfg==",
"pluGuid": "b1c4f217-8acc-4332-9ffa-be9db0ebc57e",
"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:53.7111216",
"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": "46"
}
],
"ingredients": [
{
"$id": "47",
"pluG_UID": "JrwWndjUCkqx6+/SGCHWqQ==",
"ingredientGuid": "jJG9G81+AUOuxX+psg6Neg==",
"ingredientIdentifier": "1bbd918c-7ecd-4301-aec5-7fa9b20e8d7a",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "20"
}
},
{
"$ref": "47"
}
],
"bins": [
{
"$id": "48",
"pluG_UID": "9XpS4TIyZkWqoTrxDVoXeQ==",
"pluGuid": "e1527af5-3232-4566-aaa1-3af10d5a1779",
"shelfLocationIdentifier": "PU880IbY60qA7FkkHoTjtA==",
"shelfLocationGuid": "d03c4f3d-d886-4aeb-80ec-59241e84e3b4",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "SL8IpJt3BEKzOp1xbhyuxw==",
"labelPageLayoutGuid": "a408bf48-779b-4204-b33a-9d716e1caec7",
"updated": "2026-04-03T06:22:53.7111216",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "20"
},
"location": {
"$id": "49",
"identifier": "mLOEaEYrp0CIP8Haf77MVA==",
"storeID": 1,
"identifierGuid": "6884b398-2b46-40a7-883f-c1da7fbecc54",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-04-03T06:22:53.7111216",
"minTemp": 1,
"maxTemp": 1,
"checkFrequency": 1,
"storeCaseConfiguration": 5,
"storeName": "sample string 6",
"bins": [
{
"$ref": "48"
},
{
"$ref": "48"
}
]
}
},
{
"$ref": "48"
}
],
"bin": {
"$ref": "48"
},
"scaleLocations": [
{
"$id": "50",
"plu": 1,
"pluG_UID": "JZYYphensEKHIaOQ2Ge0BQ==",
"pluGuid": "a6189625-a717-42b0-8721-a390d867b405",
"deptNo": 1,
"product": {
"$ref": "20"
},
"scaleLocation": {
"$id": "51",
"id": 1,
"deptNo": 1,
"deptCode": "sample string 2",
"name": "sample string 3",
"enabled": true,
"updated": "2026-04-03T06:22:53.7111216",
"department": {
"$id": "52",
"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": "51"
},
"subDepartments": [
{
"$id": "53",
"id": 1,
"departmentID": 2,
"name": "sample string 3",
"code": "sample string 4",
"departmentCode": "sample string 5",
"externalSales": true,
"minorDepartments": [
{
"$id": "54",
"id": 1,
"subDepartmentID": 2,
"departmentID": 3,
"name": "sample string 4",
"subDepartmentCode": "sample string 5",
"departmentCode": "sample string 6",
"code": "sample string 7",
"lesserDepartments": [
{
"$id": "55",
"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:53.7111216",
"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": "s7ARTBoPmkuMeFOLqXSZNA==",
"labelPageLayoutGuid": "4c11b0b3-0f1a-4b9a-8c78-538ba9749934",
"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": "56",
"dept": 1,
"category": 2,
"name": "sample string 3",
"active": true,
"mscCommodities": [
{
"$id": "57",
"dept": 1,
"category": 2,
"commodity": 3,
"name": "sample string 4",
"active": true,
"mscSubCommodities": [
{
"$id": "58",
"dept": 1,
"category": 2,
"commodity": 3,
"subCommodity": 4,
"name": "sample string 5",
"active": true,
"subCommodityCode": "sample string 7"
},
{
"$ref": "58"
}
],
"commodityCode": "sample string 6"
},
{
"$ref": "57"
}
],
"categoryCode": "sample string 5"
},
"mscCom": {
"$ref": "57"
},
"mscDep": {
"$id": "59",
"dept": 1,
"name": "sample string 2",
"active": true,
"mscCategories": [
{
"$ref": "56"
},
{
"$ref": "56"
}
],
"deptCode": "sample string 4"
},
"mscSubCom": {
"$ref": "58"
}
},
{
"$ref": "55"
}
],
"updated": "2026-04-03T06:22:53.7111216",
"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": "skgZXe6MCUCGUfk+3XhMTw==",
"labelPageLayoutGuid": "5d1948b2-8cee-4009-8651-f93edd784c4f",
"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": "56"
},
"mscCom": {
"$ref": "57"
},
"mscDep": {
"$ref": "59"
},
"mscSubCom": {
"$ref": "58"
}
},
{
"$ref": "54"
}
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:22:53.7111216",
"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": "DcIQb5vhpkazIjvBmrTFmw==",
"labelPageLayoutGuid": "6f10c20d-e19b-46a6-b322-3bc19ab4c59b",
"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": "56"
},
"mscCom": {
"$ref": "57"
},
"mscDep": {
"$ref": "59"
},
"mscSubCom": {
"$ref": "58"
}
},
{
"$ref": "53"
}
],
"stores": [
1,
2
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:22:53.7111216",
"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": "eQ74ADq7x0uTeVGyKDiFTw==",
"labelPageLayoutGuid": "00f80e79-bb3a-4bc7-9379-51b22838854f",
"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": "56"
},
"mscCom": {
"$ref": "57"
},
"mscDep": {
"$ref": "59"
},
"mscSubCom": {
"$ref": "58"
}
}
}
},
{
"$ref": "50"
}
],
"nextPrice": {
"$id": "60",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 1,
"hostOfferID": 1,
"metcashPromotionID": "sample string 4",
"metcashPromotionPlacement": "sample string 5",
"pluG_UID": "YfWrRCHrm0KDZyQvhtYK1A==",
"pluGuid": "44abf561-eb21-429b-8367-242f86d60ad4",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "gZ8T6ObW6U6kkuZgdEEOTQ==",
"dealCostGuid": "e8139f81-d6e6-4ee9-a492-e66074410e4d",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "3dDZGQM2MUes+toItHZE1g==",
"priceGroupGuid": "19d9d0dd-3603-4731-acfa-da08b47644d6",
"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:53.7111216",
"rrp": 27,
"campaignDescription": "sample string 28",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "a2e75b42-cef8-4f55-ae18-547af43bf9d4",
"campaignComboPriceGroupG_UID": "QQfUifCWBE+mqr3dwpNTwA==",
"campaignComboPriceGroupIdentifier": "89d40741-96f0-4f04-a6aa-bdddc29353c0",
"promotionPlacementDescription": "sample string 30",
"storeAcceptances": [
{
"$id": "61",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-04-03T06:22:53.7111216",
"operatorG_UID": "aMlaOOY+60CmyqQtOCNkHQ==",
"operatorGuid": "385ac968-3ee6-40eb-a6ca-a42d3823641d",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-04-03T06:22:53.7111216",
"signIqTicketFileMovedUtc": "2026-04-03T06:22:53.7111216",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-04-03T06:22:53.7111216",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "7d3f3e05-0a55-4258-b277-29022d0f482b",
"product": {
"$ref": "20"
},
"campaignPlu": {
"$ref": "60"
},
"fuelItem": true
},
{
"$ref": "61"
}
],
"campaign": {
"$id": "62",
"id": 1,
"storeID": 2,
"name": "2f3ffb09-a759-4f83-9b31-9831158078d6",
"nameGuid": "2f3ffb09-a759-4f83-9b31-9831158078d6",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-04-03T06:22:53.7111216",
"startTime": 1,
"endDate": "2026-04-03T06:22:53.7111216",
"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:53.7111216",
"system": true,
"created": "2026-04-03T06:22:53.7111216",
"updated": "2026-04-03T06:22:53.7111216",
"priceChangeNotifiedUtc": "2026-04-03T06:22:53.7111216",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "eEND0eRoJUyhr0bG1q2y0Q==",
"hostIdentifierGuid": "d1434378-68e4-4c25-a1af-46c6d6adb2d1",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-04-03T06:22:53.7111216",
"updatedByUser": "sample string 18",
"offerID": 1,
"isPriceChangeCampaign": true,
"stores": [
1,
2
],
"storeNames": [
"sample string 1",
"sample string 2"
],
"campaignPlus": [
{
"$ref": "60"
},
{
"$ref": "60"
}
],
"campaignPools": [
{
"$id": "63",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 4,
"pluG_UID": "MujnIZxiKUeFb6FWmu3Qgw==",
"pluGuid": "21e7e832-629c-4729-856f-a1569aedd083",
"hostOfferID": 1,
"priceGroupG_UID": "A8H3U8v3GUyC8YUiJRUmUA==",
"priceGroupGuid": "53f7c103-f7cb-4c19-82f1-852225152650",
"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:53.7111216",
"rrp": 17,
"campaignDescription": "sample string 18",
"product": {
"$ref": "20"
},
"campaign": {
"$ref": "62"
}
},
{
"$ref": "63"
}
],
"sellingRules": [
{
"$id": "64",
"id": 1,
"identifier": "ZvJsxRO9qkKaK8osssW78w==",
"identifierStr": "ZvJsxRO9qkKaK8osssW78w==",
"identifierGuid": "c56cf266-bd13-42aa-9a2b-ca2cb2c5bbf3",
"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": "62"
}
},
{
"$ref": "64"
}
],
"customers": [
{
"$id": "65",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"customerID": "R8dcNLGmpUGWda3kyyazpQ==",
"customerIDGuid": "345cc747-a6b1-41a5-9675-ade4cb26b3a5",
"campaign": {
"$ref": "62"
},
"customer": {
"$id": "66",
"identifier": "D9jvlgaJKEWBJJ9rZhvI/w==",
"identifierGuid": "96efd80f-8906-4528-8124-9f6b661bc8ff",
"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:53.7111216",
"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": "+6y3yRLJFE6i+6CMq46EEQ==",
"communityIdentifierGuid": "c9b7acfb-c912-4e14-a2fb-a08cab8e8411",
"joined": "2026-04-03T06:22:53.7111216",
"updated": "2026-04-03T06:22:53.7111216",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "cs6FWDBUukuj61Q4iFDL9A==",
"priceLevelIdentifierGuid": "5885ce72-5430-4bba-a3eb-54388850cbf4",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-04-03T06:22:53.7111216",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "67",
"cardType": 2,
"issueDate": "2026-04-03T06:22:53.7111216",
"expiry": "2026-04-03T06:22:53.7111216",
"customerID": "4aZuNQjEKEuyc4keHiRNXA==",
"customerIDGuid": "356ea6e1-c408-4b28-b273-891e1e244d5c",
"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:53.7111216",
"linkedAccount": "8AUtjA3RtU2eECRKqnGeHg==",
"linkedAccountGuid": "8c2d05f0-d10d-4db5-9e10-244aaa719e1e",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "66"
},
"account": {
"$id": "68",
"id": 1,
"identifier": "BrEPehaPbEOhhpDH3CWf4g==",
"identifierGuid": "7a0fb106-8f16-436c-a186-90c7dc259fe2",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-04-03T06:22:53.7111216",
"owner": "e5ZnCRdC20aY5d3rqa2ikw==",
"ownerGuid": "0967967b-4217-46db-98e5-ddeba9ada293",
"accountStoreGroupIdentifier": "M7/aornmTU66/hiNpbq/3w==",
"accountStoreGroupGuid": "a2dabf33-e6b9-4e4d-bafe-188da5babfdf",
"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:53.7111216",
"active": true,
"updated": "2026-04-03T06:22:53.7111216",
"deleted": true,
"deletedUser": "sample string 16",
"currentBalanceChanged": true,
"maximumLimitChanged": true,
"loyaltyPointsChanged": true,
"projectedBalance": 17,
"accountStoreGroupStoreIDs": [
1,
2
],
"customerEmail": "sample string 18",
"ownerCustomer": {
"$ref": "66"
},
"card": {
"$ref": "67"
},
"members": {
"$id": "69",
"sample string 1": [
{
"$ref": "66"
},
{
"$ref": "66"
}
],
"sample string 2": [
{
"$ref": "66"
},
{
"$ref": "66"
}
]
},
"customerGroups": [
{
"$id": "70",
"identifier": "zieGtM9uJkG8nKt7fMNgVA==",
"identifierGuid": "b48627ce-6ecf-4126-bc9c-ab7b7cc36054",
"name": "sample string 2",
"primaryContact": "76yBapTIm02nv5OcKmwgeQ==",
"primaryContactGuid": "6a81acef-c894-4d9b-a7bf-939c2a6c2079",
"accountID": "edOJDE2BGUiPvy6/WdlKCw==",
"accountIDGuid": "0c89d379-814d-4819-8fbf-2ebf59d94a0b",
"special": true,
"updated": "2026-04-03T06:22:53.7111216",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "Dugx6SwTCk6Twn8jIwZ88A==",
"priceLevelIdentifierGuid": "e931e80e-132c-4e0a-93c2-7f2323067cf0",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "68"
},
"primaryContactCustomer": {
"$ref": "66"
},
"customerGroupMembers": [
{
"$id": "71",
"id": 1,
"groupID": "tKwD/W26LEW0pqbi/rex6A==",
"groupIDGuid": "fd03acb4-ba6d-452c-b4a6-a6e2feb7b1e8",
"customerID": "gutureGeNUimoLwU7ydEuQ==",
"customerIDGuid": "ad6eeb82-9ee1-4835-a6a0-bc14ef2744b9",
"card": "sample string 4",
"linkedAccount": "4OP4Vdc5jkaHa0jXka4C1A==",
"linkedAccountGuid": "55f8e3e0-39d7-468e-876b-48d791ae02d4",
"customer": {
"$ref": "66"
},
"group": {
"$ref": "70"
},
"customerCard": {
"$ref": "67"
}
},
{
"$ref": "71"
}
]
},
{
"$ref": "70"
}
]
},
"payments": [
{
"$id": "72",
"id": 1,
"identifier": "Z+ihUugXlUGo2+ctnkyG/w==",
"identifierGuid": "52a1e867-17e8-4195-a8db-e72d9e4c86ff",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "34uaDjwU/0Kgshm1rpl9qA==",
"accountIDGuid": "0e9a8bdf-143c-42ff-a0b2-19b5ae997da8",
"customerAccount": {
"$ref": "68"
},
"customerCard": {
"$ref": "67"
},
"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:53.7111216",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "hRa82oohXUuwYODtoOOe9A==",
"idempotentVoidGuid": "dabc1685-218a-4b5d-b060-e0eda0e39ef4",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "73",
"saleHeaderID": 1,
"saleHeaderGuid": "cm0I5X9wtEOi/0TxLdD/vw==",
"saleHeaderIdentifierGuid": "e5086d72-707f-43b4-a2ff-44f12dd0ffbf",
"created": "2026-04-03T06:22:53.7111216",
"createdLocal": "2026-04-03T06:22:53.7111216",
"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:53.7111216",
"storeID": 1,
"operatorG_Uid": "0mVW/2+SVUy/mFyDrTJ2Aw==",
"operatorGuid": "ff5665d2-926f-4c55-bf98-5c83ad327603",
"customerG_Uid": "+zq1+2CUrk2qvmrTbEPOfw==",
"customerGuid": "fbb53afb-9460-4dae-aabe-6ad36c43ce7f",
"communityIdentifier": "QjADIJaBcEyOKJv5a4gx7A==",
"communityIdentifierGuid": "20033042-8196-4c70-8e28-9bf96b8831ec",
"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": "B7qNmdNW5EWafCuJYOfeuw==",
"priceLevelIdentifierGuid": "998dba07-56d3-45e4-9a7c-2b8960e7debb",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-04-03T06:22:53.7111216+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": "74",
"customerName": "sample string 1",
"pickupAt": "2026-04-03T06:22:53.7111216",
"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": "33"
},
"customer": {
"$ref": "66"
},
"communityOrganisation": {
"$id": "75",
"id": 1,
"identifier": "T0AOvatOBki3VmNEhppKsg==",
"identifierGuid": "bd0e404f-4eab-4806-b756-6344869a4ab2",
"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:53.7111216",
"promoPeriodEnd": "2026-04-03T06:22:53.7111216",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-04-03T06:22:53.7111216",
"deleted": true
},
"details": [
{
"$id": "76",
"saleItemID": 1,
"identifier": "5HkGxn/qMkuBG4R6PQiD2A==",
"identifierGuid": "c60679e4-ea7f-4b32-811b-847a3d0883d8",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "f5V8h3vjPkCPG6tuKkzmHA==",
"pluGuid": "877c957f-e37b-403e-8f1b-ab6e2a4ce61c",
"accountID": "LyzQX0TVwE2MYMfDDCapfg==",
"accountIDGuid": "5fd02c2f-d544-4dc0-8c60-c7c30c26a97e",
"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:53.7111216",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "rMhpBZZlm0uh0Q+YP1qkXg==",
"refundGuid": "0569c8ac-6596-4b9b-a1d1-0f983f5aa45e",
"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": "gBCtA2Yyy0GWSSdXiR4Neg==",
"idempotentVoidGuid": "03ad1080-3266-41cb-9649-2757891e0d7a",
"priceLevelIdentifier": "9daFPPnyaUO/nri12kfG/w==",
"priceLevelIdentifierGuid": "3c85d6f5-f2f9-4369-bf9e-b8b5da47c6ff",
"communityIdentifier": "zbyolxIhQkuzrQpgePnYnw==",
"communityIdentifierGuid": "97a8bccd-2112-4b42-b3ad-0a6078f9d89f",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "77",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-04-03T06:22:53.7111216",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "77"
}
],
"refund": {
"$id": "78",
"id": 1,
"g_UID": "xxjPtKT8OUS4PL0gLWOXsQ==",
"guid": "b4cf18c7-fca4-4439-b83c-bd202d6397b1",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-04-03T06:22:53.7111216"
},
"modifier": {
"$id": "79",
"id": 1,
"setG_UID": "aY2Qdr9EI0K6FmvwWsaDag==",
"modifierSetGuid": "76908d69-44bf-4223-ba16-6bf05ac6836a",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "QbTRh6LTlESMu/x/Xr3DbQ==",
"pluGuid": "87d1b441-d3a2-4494-8cbb-fc7f5ebdc36d",
"deleted": true,
"g_UID": "QzA5JEce3Eu47WqPFRpfUQ==",
"guid": "24393043-1e47-4bdc-b8ed-6a8f151a5f51",
"product": {
"$ref": "20"
}
},
"priceLevelName": "sample string 25",
"pumpNumber": 1,
"hoseNumber": 1
},
{
"$ref": "76"
}
],
"eftReceipts": [
{
"$id": "80",
"id": 1,
"storeID": 1,
"saleHeaderID": 2,
"storeSaleHeader": {
"$ref": "73"
},
"receipt": "sample string 3",
"processed": 1
},
{
"$ref": "80"
}
],
"payments": [
{
"$ref": "72"
},
{
"$ref": "72"
}
],
"cards": [
{
"$id": "81",
"id": 1,
"saleHeaderID": 1,
"identifier": "sample string 2",
"cardType": 3,
"providerName": "sample string 4"
},
{
"$ref": "81"
}
],
"campaignHits": [
{
"$id": "82",
"id": 1,
"saleHeaderID": 2,
"campaign": "sample string 3",
"name": "sample string 4",
"processed": 1,
"campaignDescription": "sample string 5"
},
{
"$ref": "82"
}
],
"fuel": [
{
"$id": "83",
"id": 1,
"plu": 1,
"pluG_UID": "qvptnd+SdUuD29/tOfeckw==",
"pluGuid": "9d6dfaaa-92df-4b75-83db-dfed39f79c93",
"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:53.7111216",
"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:53.7111216",
"tagNumber": "sample string 15",
"trackTwoRem": "sample string 16",
"transCode": 1,
"transType": 1,
"unitPrice": 1.0,
"vehicleReg": "sample string 17",
"offline": true,
"processed": 1
},
{
"$ref": "83"
}
],
"fuelResells": [
{
"$id": "84",
"saleItemID": 1,
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "xYkjn6pM4UagnNkkohRJ6A==",
"pluGuid": "9f2389c5-4caa-46e1-a09c-d924a21449e8",
"accountID": "uOKX9zKGO0iKsGnz02uIIA==",
"accountIDGuid": "f797e2b8-8632-483b-8ab0-69f3d36b8820",
"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:53.7111216",
"bestOrExpireType": 1,
"refundG_UID": "s/lk9/9uo0ackFNKodSJfw==",
"refundGuid": "f764f9b3-6eff-46a3-9c90-534aa1d4897f",
"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": "84"
}
],
"customerOrder": [
{
"$id": "85",
"identifier": "usLEzmCydkOO4jXQO65Ncg==",
"identifierGuid": "cec4c2ba-b260-4376-8ee2-35d03bae4d72",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "IiuORTe+nU69Iakq9sfONw==",
"customerIdentifierGuid": "458e2b22-be37-4e9d-bd21-a92af6c7ce37",
"operatorNo": 1,
"operatorG_UID": "j/w/7VuujUC6rRO7nanrKg==",
"operatorGuid": "ed3ffc8f-ae5b-408d-baad-13bb9da9eb2a",
"created": "2026-04-03T06:22:53.7111216",
"ordered": "2026-04-03T06:22:53.7111216",
"started": "2026-04-03T06:22:53.7111216",
"completed": "2026-04-03T06:22:53.7111216",
"supplied": "2026-04-03T06:22:53.7111216",
"quickTicket": 1,
"deleted": true,
"walkAway": true,
"approxWait": 1,
"actualWait": 1,
"deliveryMethod": 8,
"externalSaleType": 9,
"customer": {
"$ref": "66"
},
"operator": {
"$ref": "33"
},
"details": [
{
"$id": "86",
"headerID": 1,
"plu": 1,
"pluG_UId": "aT9wnfkOIEuPvLXNVPcCwQ==",
"pluGuid": "9d703f69-0ef9-4b20-8fbc-b5cd54f702c1",
"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": "iSxcylyQpky0ddUzRGlf6w==",
"headerIdentifierGuid": "ca5c2c89-905c-4ca6-b475-d53344695feb",
"product": {
"$ref": "20"
}
},
{
"$ref": "86"
}
],
"storeName": "sample string 11",
"customerName": "sample string 12",
"storeReplyTo": "sample string 13",
"storeSubjectLine": "sample string 14",
"storeSaleHeader": {
"$ref": "73"
}
},
{
"$ref": "85"
}
],
"surveyResponses": [
{
"$id": "87",
"surveyG_UID": "sKOR9NvT50S6PfGeNCp28g==",
"surveyGuid": "f491a3b0-d3db-44e7-ba3d-f19e342a76f2",
"saleHeaderGuid": "KXYVc9Oy/EWNri2LK5xjzg==",
"saleGuid": "73157629-b2d3-45fc-8dae-2d8b2b9c63ce",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "wC5EHRp0REqBulqb4tLG8g==",
"guidResponse": "1d442ec0-741a-4a44-81ba-5a9be2d2c6f2",
"whoAnswered": 2,
"answeredAtUTC": "2026-04-03T06:22:53.7111216",
"sale": {
"$ref": "73"
},
"survey": {
"$id": "88",
"g_UID": "8J+ZMLe3WEG4TbCkNvFlxg==",
"guid": "30999ff0-b7b7-4158-b84d-b0a436f165c6",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "sdMdSghaAEerpoNAa881hw==",
"checkoutFormGuid": "4a1dd3b1-5a08-4700-aba6-83406bcf3587",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-04-03T06:22:53.7111216",
"end": "2026-04-03T06:22:53.7111216",
"deleted": true,
"updated": "2026-04-03T06:22:53.7111216",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"07d582ab-d67b-4b82-b6a6-3f5cab121f2a",
"67c65018-b204-4601-8eee-98e9813dfacf"
],
"allowsAllTextResponses": true,
"surveyForm": {
"$ref": "41"
}
},
"ingressId": "sample string 4"
},
{
"$ref": "87"
}
],
"storeName": "sample string 39",
"terminalNumber": 40,
"machineName": "sample string 41",
"operatorName": "sample string 42",
"direction": 1,
"reason": "sample string 43",
"accountG_UID": "aHA0pJp0aU653VTFgRDk4g==",
"accountIdentifier": "a4347068-749a-4e69-b9dd-54c58110e4e2",
"accountName": "sample string 44",
"customerOrderIdentifier": "7QAcaPiAoU+NWRJNGjNXhA==",
"customerOrderIdentifierGuid": "681c00ed-80f8-4fa1-8d59-124d1a335784",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "89",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "h7uhCGdC3kqHH7Ct1VSbKQ==",
"paymentIdentifierGuid": "08a1bb87-4267-4ade-871f-b0add5549b29",
"identifier": "89d/tjW4dE62A5c4p9kfOA==",
"identifierGuid": "b67fd7f3-b835-4e74-b603-9738a7d91f38",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "lNwsu2WBeEiK0MR3bF+NUA==",
"itemIdentifierGuid": "bb2cdc94-8165-4878-8ad0-c4776c5f8d50"
}
},
{
"$ref": "72"
}
]
},
{
"$ref": "67"
}
],
"customerGroupMembers": [
{
"$ref": "71"
},
{
"$ref": "71"
}
],
"customerGroups": [
{
"$ref": "70"
},
{
"$ref": "70"
}
],
"accounts": [
{
"$ref": "68"
},
{
"$ref": "68"
}
],
"account": {
"$ref": "68"
},
"vouchers": [
{
"$id": "90",
"customerIdentifier": "veBqs7+rMkunr194ORu6Qw==",
"customerIdentifierGuid": "b36ae0bd-abbf-4b32-a7af-5f78391bba43",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "FSyLqGx3IUWCD/mcH6z/sA==",
"idempotentGuid": "a88b2c15-776c-4521-820f-f99c1facffb0",
"offline": true,
"voucher": {
"$id": "91",
"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:53.7111216",
"barcodeTemplate": {
"$id": "92",
"templateID": 1,
"template": "sample string 1",
"bcFunction": "sample string 2",
"sortOrder": 3
},
"scaleLabel": {
"$id": "93",
"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:53.7111216",
"labelPageLayout": "05ZBuDHRUkS+Fh3j2eEn4g==",
"pageLayoutGuid": "b84196d3-d131-4452-be16-1de3d9e127e2",
"labelType": 6,
"oldName": "sample string 7",
"voucher": {
"$ref": "91"
},
"elements": [
{
"$id": "94",
"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:53.7111216"
},
{
"$ref": "94"
}
]
},
"customerVouchers": [
{
"$id": "95",
"id": 1,
"customerIdentifier": "UvWS9GP9ZkuJ5B+a5WLVDg==",
"customerIdentifierGuid": "f492f552-fd63-4b66-89e4-1f9ae562d50e",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-04-03T06:22:53.7111216",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "Axr/fkFCf0CVs/55uYwKsA==",
"issuedIdempotentGuid": "7eff1a03-4241-407f-95b3-fe79b98c0ab0",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-04-03T06:22:53.7111216",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-04-03T06:22:53.7111216",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "jySWxt+xmUubEWLWynxqVQ==",
"redeemedIdempotentGuid": "c696248f-b1df-4b99-9b11-62d6ca7c6a55",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-04-03T06:22:53.7111216",
"storeName": "sample string 17",
"scaleLabel": {
"$ref": "93"
},
"voucher": {
"$ref": "91"
},
"customer": {
"$ref": "66"
},
"issuedOfflinePayment": {
"$ref": "72"
},
"redeemedOfflinePayment": {
"$ref": "72"
}
},
{
"$ref": "95"
}
]
},
"customer": {
"$ref": "66"
}
},
{
"$ref": "90"
}
]
}
},
{
"$ref": "65"
}
],
"customerGroups": [
{
"$id": "96",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupID": "z0pDdpbydUeJbPjhBppBFg==",
"groupIDGuid": "76434acf-f296-4775-896c-f8e1069a4116",
"campaign": {
"$ref": "62"
},
"group": {
"$ref": "70"
}
},
{
"$ref": "96"
}
],
"signIqTickets": [
{
"$id": "97",
"identifier": "juaExEwqKE+DkVqgSTl3WA==",
"identifierGuid": "c484e68e-2a4c-4f28-8391-5aa049397758",
"campaignName": "sample string 2",
"message": "sample string 3",
"ticketFileSource": "sample string 4",
"ticketFileDestination": "sample string 5",
"storeID": 1
},
{
"$ref": "97"
}
],
"comboPriceGroups": [
{
"$id": "98",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"g_UID": "i3s7jW1R2kyuj5hRRQ8v6A==",
"guid": "8d3b7b8b-516d-4cda-ae8f-9851450f2fe8",
"description": "sample string 5",
"newPrice": 1,
"rangeDescription": "sample string 6",
"dealDescription": "sample string 7",
"labelQuantity": 8,
"hostProductCategoryID": 1,
"offerID": 1,
"dontUpdatePricePlus": true,
"campaign": {
"$ref": "62"
},
"comboPricePlus": [
{
"$id": "99",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupG_UID": "lQl41wySkEu12J9NIxRRBw==",
"groupGuid": "d7780995-920c-4b90-b5d8-9f4d23145107",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "adU1HXRC5kym4LTSDXkdxQ==",
"pluGuid": "1d35d569-4274-4ce6-a6e0-b4d20d791dc5",
"priceGroupG_UID": "aG3P5hNYQEKsyKtaeOJsJQ==",
"priceGroupGuid": "e6cf6d68-5813-4240-acc8-ab5a78e26c25",
"campaignPoolID": "sample string 7",
"quantity": 1,
"campaign": {
"$ref": "62"
},
"product": {
"$ref": "20"
},
"priceGroup": {
"$ref": "26"
},
"campaignPool": {
"$ref": "62"
}
},
{
"$ref": "99"
}
]
},
{
"$ref": "98"
}
],
"priceLevels": [
{
"$id": "100",
"id": 1,
"priceLevelIdentifier": "V5AxpH9xqUScf7sbgYgGbA==",
"priceLevelIdentifierGuid": "a4319057-717f-44a9-9c7f-bb1b8188066c",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "100"
}
],
"promotionType": {
"$id": "101",
"identifier": "KQhIQG2xWUeQkKs8c3FzgA==",
"identifierGuid": "40480829-b16d-4759-9090-ab3c73717380",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "3gJAwYE2ZE6psw81Oh+6dA==",
"labelPageLayoutGuid": "c14002de-3681-4e64-a9b3-0f353a1fba74",
"priceLevelIdentifier": "JvfpcTrQI0etjt+kwOPjWA==",
"priceLevelIdentifierGuid": "71e9f726-d03a-4723-ad8e-dfa4c0e3e358",
"active": true,
"updated": "2026-04-03T06:22:53.7111216",
"hostName": "sample string 11"
}
},
"product": {
"$ref": "20"
},
"dealCost": {
"$id": "102",
"headerIdentifier": "CUwdf+OY/E2eCYDblRm6bw==",
"headerIdentifierGuid": "7f1d4c09-98e3-4dfc-9e09-80db9519ba6f",
"identifier": "r8dKWUYGlUytd2v6V5jk7A==",
"identifierGuid": "594ac7af-0646-4c95-ad77-6bfa5798e4ec",
"supplierIdentifier": "uuESGSPw8EKdZ6IHdZyIgw==",
"supplierGuid": "1912e1ba-f023-42f0-9d67-a207759c8883",
"pluG_UID": "91VywunekU+xT8Y9Ao0mww==",
"pluGuid": "c27255f7-dee9-4f91-b14f-c63d028d26c3",
"campaignName": "90cf00fd-d4d8-46b5-9781-529273a30645",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-04-03T06:22:53.7111216",
"end": "2026-04-03T06:22:53.7111216",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "1YeuCMuyRU2+eY/He98P4w==",
"bonusItemPluGuid": "08ae87d5-b2cb-4d45-be79-8fc77bdf0fe3",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-04-03T06:22:53.7111216",
"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:53.7111216",
"campaignEndDate": "2026-04-03T06:22:53.7111216",
"masterPLUG_UID": "v7LcclxHNUKkpiAx4ghzDg==",
"masterID": "72dcb2bf-475c-4235-a4a6-2031e208730e",
"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": "lsynyzPCqE6repWx1SRjkg==",
"bonusMasterID": "cba7cc96-c233-4ea8-ab7a-95b1d5246392",
"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:53.7111216",
"dealCosts": [
{
"$ref": "102"
},
{
"$ref": "102"
}
],
"tags": [
{
"$id": "103",
"pluG_UID": "Ravdz56XyEq6qA0TOlAZCA==",
"pluGuid": "cfddab45-979e-4ac8-baa8-0d133a501908",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "103"
}
],
"alternateProductG_UID": "MhdqaYpLhUqU99x4kcs4Xw==",
"alternateProduct": "696a1732-4b8a-4a85-94f7-dc7891cb385f",
"altProduct": {
"$ref": "20"
},
"productHostCode": {
"$id": "104",
"id": 1,
"pluG_UID": "hqZa2KH9J0OIVyoPnaAl+Q==",
"pluGuid": "d85aa686-fda1-4327-8857-2a0f9da025f9",
"ibaCode": "sample string 2"
},
"mscCat": {
"$ref": "56"
},
"mscCom": {
"$ref": "57"
},
"mscDep": {
"$ref": "59"
},
"mscSubCom": {
"$ref": "58"
},
"isUserUpdate": true,
"ignoreMasterProduct": true,
"priceGroupLabelRequested": true,
"firstSold": "2026-04-03T06:22:53.7111216",
"inventoryTracked": "2026-04-03T06:22:53.7111216",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "105",
"pluG_UID": "cd52UDURiUiE3uQUvxxVsg==",
"pluGuid": "5076de71-1135-4889-84de-e414bf1c55b2",
"fuelPluG_UID": "gBIN8GoAOEaGtBXS99zllA==",
"fuelPluGuid": "f00d1280-006a-4638-86b4-15d2f7dce594",
"price": 3,
"productDescription": "sample string 4",
"productBarcode": "sample string 5",
"fuelProductDescription": "sample string 6",
"fuelProductBarcode": "sample string 7",
"fuelProductPrice": 8
},
"productFuelLinks": [
{
"$ref": "105"
},
{
"$ref": "105"
}
]
},
"supplier": {
"$ref": "15"
},
"serviceFee": {
"$id": "106",
"id": 1,
"description": "sample string 1",
"fee": 1
},
"isPrimaryHost": true,
"hostVendor": 48
},
{
"$ref": "18"
}
],
"orderCycleHeaders": [
{
"$id": "107",
"storeID": 1,
"supplierIdentifier": "HaFEisU2ZESGJH+lt+aXjA==",
"supplierGuid": "8a44a11d-36c5-4464-8624-7fa5b7e6978c",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"storeName": "sample string 5",
"departmentName": "sample string 6",
"orderDays": 7
},
{
"$ref": "107"
}
],
"cycles": [
{
"$id": "108",
"storeID": 1,
"supplierIdentifier": "wLbrllQ1LU2OvyYqthNfAw==",
"supplierGuid": "96ebb6c0-3554-4d2d-8ebf-262ab6135f03",
"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:53.7111216",
"deliveryDate": "2026-04-03T06:22:53.7111216",
"nextCutOffDate": "2026-04-03T06:22:53.7111216",
"nextDeliveryDate": "2026-04-03T06:22:53.7111216",
"nextDaysBuffer": 10
},
{
"$ref": "108"
}
],
"store": {
"$ref": "10"
},
"updated": "2026-04-03T06:22:53.7111216",
"isHost": true
},
"files": [
{
"$id": "109",
"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:53.7111216",
"processed": "2026-04-03T06:22:53.7111216",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-04-03T06:22:53.7111216",
"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": "14"
},
"metcashHeader": {
"$id": "110",
"customerNumber": "sample string 1",
"creationDate": "2026-04-03T06:22:53.7111216",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "109"
}
],
"zoneMatrix": [
{
"$id": "111",
"id": 1,
"hostIdentifier": "G9MNIRzLgkOVRoaJgL2sXQ==",
"hostIdentifierGuid": "210dd31b-cb1c-4382-9546-868980bdac5d",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"8f562bcb-8739-445d-be2d-1c143367cf8b",
"2ed4c1cd-066c-494f-8f2b-cbf0ae9309db"
]
},
{
"$ref": "111"
}
],
"hostFileStoreSetting": {
"$ref": "13"
},
"hostStoreSettings": [
{
"$ref": "13"
},
{
"$ref": "13"
}
],
"promotionPlacements": [
{
"$id": "112",
"identifier": "iF70tErR1UKJR5grclQPmQ==",
"identifierGuid": "b4f45e88-d14a-42d5-8947-982b72540f99",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "112"
}
],
"promoTypeGuids": [
"e982b455-88c6-436c-941e-c098805f9f63",
"4a77a02b-f03f-48e9-9e59-b14cec3bfc92"
],
"isPromotionOnly": false,
"isOrderable": false,
"vendor": 0
},
"groupIDs": [
1,
2
],
"hostDescription": "sample string 27"
},
{
"$ref": "13"
}
],
"accounts": [
{
"$ref": "7"
},
{
"$ref": "7"
}
],
"sales": [
{
"$id": "113",
"id": 1,
"storeID": 1,
"externalSalesType": 2,
"ftpSiteID": 1,
"lastSaleProcessed": "2026-04-03T06:22:53.7111216",
"ftpSite": {
"$id": "114",
"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": "113"
}
],
"zoneMatrix": [
{
"$ref": "111"
},
{
"$ref": "111"
}
],
"cashManagements": [
{
"$id": "115",
"id": 1,
"storeID": 1,
"cashManagementType": 2,
"apiID": 1,
"organisationID": "sample string 3",
"siteName": "sample string 4",
"thirdPartyAPI": {
"$id": "116",
"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": "115"
}
],
"updateStoreID": "7dce08f9-aacc-48e8-bc96-7bf5f54ea32f",
"updateStore": {
"$id": "117",
"id": "bf263eb6-0498-4a0c-a4cf-6d575fb3baef",
"name": "sample string 1",
"lastActivity": "2026-04-03T06:22:53.7111216",
"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:53.7111216"
},
"timeZoneId": "sample string 54",
"securityOptions": {
"$id": "118",
"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": "119",
"id": 1,
"gradeID": 2,
"storeID": 3,
"g_UID": "VMw5oB3NXEy6TAU1zAUWZA==",
"guid": "a039cc54-cd1d-4c5c-ba4c-0535cc051664",
"fuelGrade": "sample string 5",
"price1": 1,
"price2": 1,
"price3": 1,
"price4": 1,
"effective": "2026-04-03T06:22:53.7111216",
"updated": "2026-04-03T06:22:53.7111216",
"margin": 1,
"product": {
"$ref": "20"
}
}
}
},
{
"$ref": "8"
}
],
"cashBalancingFuelMeters": [
{
"$id": "120",
"headerIdentifier": "IQniql2y1kKATxbvF8/wXw==",
"headerIdentifierGuid": "aae20921-b25d-42d6-804f-16ef17cff05f",
"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": "121",
"id": 1,
"storeID": 2,
"tankNumber": 3,
"dispenserNumber": 4,
"hoseNumber": 5,
"adjustedFor": "2026-04-03T06:22:53.7111216",
"adjustedAt": "2026-04-03T06:22:53.7111216",
"adjustmentVolume": 8.0,
"reasonDesc": "sample string 9",
"reason": 10,
"operatorG_UID": "1crFzevAtEO5AzjBaAktCw==",
"operatorGuid": "cdc5cad5-c0eb-43b4-b903-38c168092d0b",
"user": "sample string 11",
"processed": 1,
"storeName": "sample string 12",
"operatorName": "sample string 13"
},
{
"$ref": "121"
}
]
},
{
"$ref": "120"
}
]
},
{
"$ref": "2"
}
],
"skip": 1,
"take": 1,
"totalCount": 1
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Sample:
PK �2�\ �� � 5 xl/workbook.xml � (� ����@�{��r�*DrP��Zد���'wg���'������~;b0�{ӱ���\��l�����]c��0J��4���ToE:@t<&�� �����/�X�:�ڷDA�J�Լ��S�����r4ֺ��` �oJ̰�bVL������ٹ�9?q�29wL��I(��'�������/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�\��l' ' _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="R2d0e99d8b2614364" /></Relationships>PK �2�\zr� xl/worksheets/sheet1.xml � (� ��]o�0������%PuK��n��z� V1�l'���ʚ��
�:�s�r,��Ձ�0V꾀$���ҵ�<��[o�|��ٶB8���nM[�[�l�
�m�����Fŝߚ�M#+���I��!�q����G�V-���K/{4��!��V���y-}�1=0�)���)���G���[��K��~7?����|�e@-~��o=<yh�R�Jw6<���� P�%�Y���G�P�XB�RoU'�z������٧���Q���(Mnp�q���~����0��/�e����Kf/Y<B"ӌQ��_ϋ�����en� L(�����/m�?l��\��Gw&�� rI�X�ح���د ���^�ӿ���I>d_��oĕ��}R�_�MIѻ���W�^k'L����._PK �2�\�?�O� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞8NB���ݰ���3��&�e����G�
XEWb�������4����-39����,�Z�a�c� �n�{�y�^M֓��}*�D�
�3cQǎ4n�!�n���#�y^S�2�I��!)'��F���0}5��b r�n���O��k`Y��
�yӔ+YcQ�XռB���eF����'2=F�ʇ�5�l�*����%�x��)-'j˶���V}�_���_l� PK �2�\Ѓc'2 E
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 � (� m�AO�0��J�;I�j;A5��N�B�JM-uJ�!ʯ'BHێ�Y�������'&��*�0�VH.v��J?�wgWZ� u"a�gd��u�,*�Wz���e7�l℔'�1� Y���:e��(.���rqKR�K���?�����u)u;OXZ�K�ӿޣg9�6~:�Z��Q �)��x�� �r���df��41t��� �wf��m���k �1�u�0�Y�s��=�]s��������PK- �2�\ �� � 5 xl/workbook.xmlPK- �2�\���� � � [Content_Types].xmlPK-
�2�\��l' ' U _rels/.relsPK- �2�\zr� � xl/worksheets/sheet1.xmlPK- �2�\�?�O� P � xl/_rels/workbook.xml.relsPK- �2�\Ѓc'2 E
� xl/styles.xmlPK- �2�\|\�>� � n xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
Sample:
PK �2�\T��3� 5 xl/workbook.xml � (� ����0��&�C��
R8q���{)[i�?ik��H�yۙ��v�d��Z;��M(}��]IH=hNց�w�z��,��X)��Ɗ�IFiN<�<*kB�\�+�Vpxz�����2�>bK���)$9[��Dd
��K��")d��
7<r��s�*|�ȗj��n��9�2�;{�1����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�\HS ' ' _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="R73c124cdc7364098" /></Relationships>PK �2�\zr� xl/worksheets/sheet1.xml � (� ��]o�0������%PuK��n��z� V1�l'���ʚ��
�:�s�r,��Ձ�0V꾀$���ҵ�<��[o�|��ٶB8���nM[�[�l�
�m�����Fŝߚ�M#+���I��!�q����G�V-���K/{4��!��V���y-}�1=0�)���)���G���[��K��~7?����|�e@-~��o=<yh�R�Jw6<���� P�%�Y���G�P�XB�RoU'�z������٧���Q���(Mnp�q���~����0��/�e����Kf/Y<B"ӌQ��_ϋ�����en� L(�����/m�?l��\��Gw&�� rI�X�ح���د ���^�ӿ���I>d_��oĕ��}R�_�MIѻ���W�^k'L����._PK �2�\@W�� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞�I�4AM��m�g&��ؑ�=�����ĂMW��==i���c�{�F��>�6�gZ���
�#=T��n8��&���Ҋ
��G68���m��)�=��>�y!D����Lv����#4�>Oh�`���)��|����R�אg�
�kప[-��-�B�T �wS�2b����2�˕�Hk%sIR�U�(��s���K�ey�VK%V��Z*JI�����~PK �2�\Ѓc'2 E
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 � (� m�AO�0��J�;I�j;A5��N�B�JM-uJ�!ʯ'BHێ�Y�������'&��*�0�VH.v��J?�wgWZ� u"a�gd��u�,*�Wz���e7�l℔'�1� Y���:e��(.���rqKR�K���?�����u)u;OXZ�K�ӿޣg9�6~:�Z��Q �)��x�� �r���df��41t��� �wf��m���k �1�u�0�Y�s��=�]s��������PK- �2�\T��3� 5 xl/workbook.xmlPK- �2�\���� � � [Content_Types].xmlPK-
�2�\HS ' ' U _rels/.relsPK- �2�\zr� � xl/worksheets/sheet1.xmlPK- �2�\@W�� P � xl/_rels/workbook.xml.relsPK- �2�\Ѓc'2 E
� xl/styles.xmlPK- �2�\|\�>� � m xl/sharedStrings.xmlPK � �