GET api/stocktake/{id}/input/{inputID}/detail/{guid}
Find stocktake detail summary (total of all inputs)
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Header identifier |
globally unique identifier |
Required |
| guid |
Pluguid |
globally unique identifier |
Required |
| inputID |
Input identifier (optional) |
globally unique identifier |
None. |
Body Parameters
None.
Response Information
Resource Description
Matching detail
StocktakeDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| HeaderID | integer |
None. |
|
| HeaderIdentifier | Collection of byte |
None. |
|
| HeaderIdentifierGuid | globally unique identifier |
None. |
|
| InputID | integer |
None. |
|
| InputIdentifier | Collection of byte |
None. |
|
| InputIdentifierGuid | globally unique identifier |
None. |
|
| Created | date |
Data type: DateTime |
|
| APN |
Barcode, EAN, etc. |
string |
None. |
| PLU | integer |
None. |
|
| PluG_UID | Collection of byte |
None. |
|
| PluGuid | globally unique identifier |
None. |
|
| LongDesc | string |
None. |
|
| SalesMode | SalesMode |
None. |
|
| Quantity | integer |
None. |
|
| Weight | integer |
None. |
|
| Cartons | decimal number |
None. |
|
| CartonQuantity | integer |
None. |
|
| BaseUnits | integer |
None. |
|
| OrderPacked | integer |
None. |
|
| OnHand | integer |
None. |
|
| OnHandPacks | integer |
None. |
|
| OnHandEnd |
The on hand value when stocktake is ended, before count is applied |
integer |
None. |
| OnHandPacksEnd |
The on hand packs value when stocktake is ended, before count is applied |
integer |
None. |
| InventoryAccuracy |
Accuracy Value of the inventory units |
integer |
None. |
| CostGst | integer |
None. |
|
| SellGst | integer |
None. |
|
| ScaleItem | boolean |
None. |
|
| Cost | integer |
None. |
|
| CurrentCost | integer |
None. |
|
| CostDecimals | integer |
None. |
|
| Price |
Current Unit Sale Price - tax inc (Same as price if no campaign) |
integer |
None. |
| CurrentPrice |
Normal Unit Sale Price - tax inc (Same as price if no campaign) |
integer |
None. |
| StockUnitMeasureCode | string |
String length: inclusive between 0 and 20 |
|
| Notes | string |
None. |
|
| EditID | integer |
None. |
|
| Deleted | boolean |
None. |
|
| Update |
On Save, indicate whether pricing and inventory should be updated |
boolean |
Relation. This field may not always be loaded or used for updates. |
| InputComment | string |
Relation. This field may not always be loaded or used for updates. |
|
| SectionName | string |
Relation. This field may not always be loaded or used for updates. |
|
| InputType | StocktakeInputType |
Relation. This field may not always be loaded or used for updates. |
|
| ItemNumber | string |
Relation. This field may not always be loaded or used for updates. |
|
| Active | boolean |
Relation. This field may not always be loaded or used for updates. |
|
| ParentPluG_UID | Collection of byte |
Relation. This field may not always be loaded or used for updates. |
|
| ParentPluGuid | globally unique identifier |
Relation. This field may not always be loaded or used for updates. |
|
| Edited | boolean |
Relation. This field may not always be loaded or used for updates. |
|
| Product | Product |
Relation. This field may not always be loaded or used for updates. |
|
| Input | StocktakeInput |
Relation. This field may not always be loaded or used for updates. |
|
| UnknownScan | StocktakeUnknownScan |
Relation. This field may not always be loaded or used for updates. |
Response Formats
application/json, text/json
{
"id": 1,
"headerID": 1,
"headerIdentifier": "gsi3dP2xJkaHVW0gmMXx3w==",
"headerIdentifierGuid": "74b7c882-b1fd-4626-8755-6d2098c5f1df",
"inputID": 1,
"inputIdentifier": "BL8upyqIEE6cqdrveuJxSA==",
"inputIdentifierGuid": "a72ebf04-882a-4e10-9ca9-daef7ae27148",
"created": "2026-04-03T06:21:13.1890887",
"apn": "sample string 2",
"plu": 1,
"pluG_UID": "gB1W9QI3i0KAezMhBB/Llw==",
"pluGuid": "f5561d80-3702-428b-807b-3321041fcb97",
"longDesc": "sample string 3",
"salesMode": 1,
"quantity": 1,
"weight": 1,
"cartons": 1.0,
"cartonQuantity": 1,
"baseUnits": 4,
"orderPacked": 5,
"onHand": 1,
"onHandPacks": 1,
"onHandEnd": 1,
"onHandPacksEnd": 1,
"inventoryAccuracy": 6,
"costGst": 1,
"sellGst": 1,
"scaleItem": true,
"cost": 1,
"currentCost": 1,
"costDecimals": 1,
"price": 1,
"currentPrice": 1,
"stockUnitMeasureCode": "sample string 7",
"notes": "sample string 8",
"editID": 9,
"deleted": true,
"update": true,
"inputComment": "sample string 12",
"sectionName": "sample string 13",
"inputType": 1,
"itemNumber": "sample string 14",
"active": true,
"parentPluG_UID": "UxWbYa5/OEa3h+U6zB4M9A==",
"parentPluGuid": "619b1553-7fae-4638-b787-e53acc1e0cf4",
"edited": true,
"product": {
"$id": "2",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "zpcVUw7Bg0e5f9lPujHzyw==",
"guid": "531597ce-c10e-4783-b97f-d94fba31f3cb",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "zcIGbQw8JE+nkVIxIlVVAw==",
"priceGroupGuid": "6d06c2cd-3c0c-4f24-a791-523122555503",
"blueprintID": 1,
"lastCountedDate": "2026-04-03T06:21:13.2047106",
"externalID": "sample string 7",
"active": true,
"activated": "2026-04-03T06:21:13.2047106",
"pluCreated": "2026-04-03T06:21:13.2047106",
"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:21:13.2047106",
"lastManualUpdate": "2026-04-03T06:21:13.2047106",
"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:21:13.2047106",
"currentCostUpdated": "2026-04-03T06:21:13.2047106",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-04-03T06:21:13.2047106",
"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:21:13.2047106",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "1k5uPjfDlUuVz2wIyLRABg==",
"altPLUGuid": "3e6e4ed6-c337-4b95-95cf-6c08c8b44006",
"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:21:13.2047106",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "C6QXtPSPSEiq+Elalhet1w==",
"shelfPageLayoutGuid": "b417a40b-8ff4-4848-aaf8-495a9617add7",
"talkerPageLayoutG_UID": "DMMzyt5Sq0WVsXONeT6aXg==",
"talkerPageLayoutGuid": "ca33c30c-52de-45ab-95b1-738d793e9a5e",
"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": "u966jZJdpkGYkvR/H/aIpg==",
"inventoryIdentifier": "8dbadebb-5d92-41a6-9892-f47f1ff688a6",
"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": "oJ1jaeVJGkGIs+0jGpMr3g==",
"parentPluGuid": "69639da0-49e5-411a-88b3-ed231a932bde",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "WdmMufBjb06gL74cueL7/Q==",
"supplierIdentifierGuid": "b98cd959-63f0-4e6f-a02f-be1cb9e2fbfd",
"supplierChanged": true,
"rebateSupplierIdentifier": "/fL/ukYZk0ip4N8mclSnSA==",
"rebateSupplierIdentifierGuid": "bafff2fd-1946-4893-a9e0-df267254a748",
"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:21:13.2047106",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "8V6kY2K07kKlBGeScOm1/w==",
"hostIdentifierGuid": "63a45ef1-b462-42ee-a504-679270e9b5ff",
"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": "2"
},
{
"$ref": "2"
}
],
"store": {
"$id": "3",
"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:21:13.2047106",
"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": "ooiRSthz/EqrxzXWdwjscQ==",
"hostIdentifierGuid": "4a9188a2-73d8-4afc-abc7-35d67708ec71",
"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:21:13.2047106",
"priceZone": {
"$id": "4",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "k6+BvARxZE66TjSYho/hgg==",
"hostIdentifierGuid": "bc81af93-7104-4e64-ba4e-3498868fe182",
"sortOrder": 3,
"zoneMasterStoreID": 1,
"electedMasterStoreID": 1,
"containsElectedMasterStore": true
},
"priceZoneName": "sample string 51",
"storeFuelConfigured": true,
"shippingAddressCopied": true,
"shippingAddress": {
"$id": "5",
"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": "5"
},
"hostStoreSettings": [
{
"$id": "6",
"id": 1,
"hostIdentifier": "zUDcQpMzCkah2oOZqYwpQw==",
"hostIdentifierGuid": "42dc40cd-3393-460a-a1da-8399a98c2943",
"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": "7",
"identifier": "RdPu2vixpEC4wPGBpdv2HA==",
"identifierGuid": "daeed345-b1f8-40a4-b8c0-f181a5dbf61c",
"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": "CW1cTfum20+p/Q8AHt7yQg==",
"hostSupplierIdentifierGuid": "4d5c6d09-a6fb-4fdb-a9fd-0f001edef242",
"loyaltyPriceLevelIdentifier": "o0a8k2yW4UK8LKyNkSVsnQ==",
"loyaltyPriceLevelIdentifierGuid": "93bc46a3-966c-42e1-bc2c-ac8d91256c9d",
"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:21:13.2047106",
"lastProcessed": "2026-04-03T06:21:13.2047106",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$id": "8",
"identifier": "epA9hlSgDEWsFDyChsMYEw==",
"identifierGuid": "863d907a-a054-450c-ac14-3c8286c31813",
"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": "eh7UDv3Tz0e9rmqiJVOpLQ==",
"primaryContactID": "0ed41e7a-d3fd-47cf-bdae-6aa22553a92d",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "M238PTBR7Eq+QwkuqU1XMg==",
"supplierGroupGuid": "3dfc6d33-5130-4aec-be43-092ea94d5732",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-04-03T06:21:13.2047106",
"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": "9",
"id": "9d308083-b2fa-4d7e-a248-a5950ed8deea",
"identifier": "Qk/RQZp5iUOTvWBeeh3ciA==",
"identifierGuid": "41d14f42-799a-4389-93bd-605e7a1ddc88",
"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": "10",
"supplierIdentifier": "S2LFm98CUEWslBeX66Tmqw==",
"supplierIdentifierGuid": "9bc5624b-02df-4550-ac94-1797eba4e6ab",
"contactGuid": "YOLdWxICFECl04C9rWWQmQ==",
"contactID": "5bdde260-0212-4014-a5d3-80bdad659099",
"contact": {
"$ref": "9"
},
"supplier": {
"$ref": "8"
}
},
{
"$ref": "10"
}
],
"products": [
{
"$id": "11",
"pluG_UID": "v1lZ+A7Jtki1QhrP05vUoA==",
"pluGuid": "f85959bf-c90e-48b6-b542-1acfd39bd4a0",
"supplierIdentifier": "6qiDH3iTWUS205QVDSxg4w==",
"supplierIdentifierGuid": "1f83a8ea-9378-4459-b6d3-94150d2c60e3",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-04-03T06:21:13.2047106",
"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:21:13.2047106",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "12",
"pluG_UID": "cxhcK+bAJE28i+7DIHFZoA==",
"pluGuid": "2b5c1873-c0e6-4d24-bc8b-eec3207159a0",
"supplierIdentifier": "2GG7afqOL0a70eyB6gLxWA==",
"supplierIdentifierGuid": "69bb61d8-8efa-462f-bbd1-ec81ea02f158",
"invoiceCode": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "12"
}
],
"storeIDs": [
1,
2
],
"preferredSupplier": true,
"preferredRebateSupplier": true,
"supplierName": "sample string 42",
"salesMode": 43,
"orderPacked": true,
"active": true,
"price": 1,
"costGstPercent": 45,
"parentPluG_UID": "qoAZIv9uiUuBIUP04A03ww==",
"parentPluGuid": "221980aa-6eff-4b89-8121-43f4e00d37c3",
"freight": 46.0,
"freightType": 1,
"product": {
"$ref": "2"
},
"supplier": {
"$ref": "8"
},
"serviceFee": {
"$id": "13",
"id": 1,
"description": "sample string 1",
"fee": 1
},
"isPrimaryHost": true,
"hostVendor": 48
},
{
"$ref": "11"
}
],
"orderCycleHeaders": [
{
"$id": "14",
"storeID": 1,
"supplierIdentifier": "Krp4eT9sZ0uWOUmwOIG/6A==",
"supplierGuid": "7978ba2a-6c3f-4b67-9639-49b03881bfe8",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"storeName": "sample string 5",
"departmentName": "sample string 6",
"orderDays": 7
},
{
"$ref": "14"
}
],
"cycles": [
{
"$id": "15",
"storeID": 1,
"supplierIdentifier": "J26EJR1yGkiGb3KNFAjYLg==",
"supplierGuid": "25846e27-721d-481a-866f-728d1408d82e",
"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:21:13.2047106",
"deliveryDate": "2026-04-03T06:21:13.2047106",
"nextCutOffDate": "2026-04-03T06:21:13.2047106",
"nextDeliveryDate": "2026-04-03T06:21:13.2047106",
"nextDaysBuffer": 10
},
{
"$ref": "15"
}
],
"store": {
"$ref": "3"
},
"updated": "2026-04-03T06:21:13.2047106",
"isHost": true
},
"files": [
{
"$id": "16",
"id": "sample string 1",
"fileName": "sample string 2",
"extension": "sample string 3",
"provider": 0,
"type": 0,
"hostType": "sample string 4",
"createdUtc": "2026-04-03T06:21:13.2047106",
"processed": "2026-04-03T06:21:13.2047106",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-04-03T06:21:13.2047106",
"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": "7"
},
"metcashHeader": {
"$id": "17",
"customerNumber": "sample string 1",
"creationDate": "2026-04-03T06:21:13.2047106",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "16"
}
],
"zoneMatrix": [
{
"$id": "18",
"id": 1,
"hostIdentifier": "1uuS6yHRnkSrznFUvkAZ2Q==",
"hostIdentifierGuid": "eb92ebd6-d121-449e-abce-7154be4019d9",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"3242be48-743d-4dfc-8a8a-03c3e7d1cf06",
"7cca4a6d-c49d-4e70-b865-85b7cba24910"
]
},
{
"$ref": "18"
}
],
"hostFileStoreSetting": {
"$ref": "6"
},
"hostStoreSettings": [
{
"$ref": "6"
},
{
"$ref": "6"
}
],
"promotionPlacements": [
{
"$id": "19",
"identifier": "e4u3eHH8Lkatj8petBDNag==",
"identifierGuid": "78b78b7b-fc71-462e-ad8f-ca5eb410cd6a",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "19"
}
],
"promoTypeGuids": [
"4249ec73-99b3-4313-94d2-e0370a07109c",
"f9652a63-937d-46f6-855b-2522cc8fc39b"
],
"isPromotionOnly": false,
"isOrderable": false,
"vendor": 0
},
"groupIDs": [
1,
2
],
"hostDescription": "sample string 27"
},
{
"$ref": "6"
}
],
"accounts": [
{
"$id": "20",
"id": 1,
"storeID": 1,
"accountName": "sample string 2",
"bsb": "sample string 3",
"accountNumber": "sample string 4",
"accountDesignated": true
},
{
"$ref": "20"
}
],
"sales": [
{
"$id": "21",
"id": 1,
"storeID": 1,
"externalSalesType": 2,
"ftpSiteID": 1,
"lastSaleProcessed": "2026-04-03T06:21:13.2047106",
"ftpSite": {
"$id": "22",
"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": "21"
}
],
"zoneMatrix": [
{
"$ref": "18"
},
{
"$ref": "18"
}
],
"cashManagements": [
{
"$id": "23",
"id": 1,
"storeID": 1,
"cashManagementType": 2,
"apiID": 1,
"organisationID": "sample string 3",
"siteName": "sample string 4",
"thirdPartyAPI": {
"$id": "24",
"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": "23"
}
],
"updateStoreID": "0248f422-4842-4b47-8a0d-87bbfe2795ac",
"updateStore": {
"$id": "25",
"id": "e455bbeb-e5ab-4090-b302-3b5a979295b3",
"name": "sample string 1",
"lastActivity": "2026-04-03T06:21:13.2047106",
"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:21:13.2047106"
},
"timeZoneId": "sample string 54",
"securityOptions": {
"$id": "26",
"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"
}
},
"storePrices": [
{
"$id": "27",
"pluG_UID": "JDUYsc0XnkGH83c0hHNGMQ==",
"pluGuid": "b1183524-17cd-419e-87f3-773484734631",
"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:21:13.2047106"
},
{
"$ref": "27"
}
],
"currentPrices": {
"$id": "28",
"pluPrices": {
"$id": "29",
"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:21:13.2047106",
"priceChangeType": 0,
"costDecimals": 11,
"costCalcMethod": 12,
"targetCampaignPriceGtOrEquNormal": true
},
"normalPluPrices": {
"$ref": "29"
},
"winningCampaign": 1,
"winner": {
"$id": "30",
"campaignName": "sample string 1",
"campaignDescription": "sample string 2",
"talkerText": "sample string 3",
"disableWasSave": true,
"startDate": "2026-04-03T06:21:13.2047106",
"startTime": 5,
"endDate": "2026-04-03T06:21:13.2047106",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "mUo25cvRjk+sumRPmA0WXA==",
"hostIdentifierGuid": "e5364a99-d1cb-4f8e-acba-644f980d165c",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "30"
},
{
"$ref": "30"
}
]
},
"tray": {
"$id": "31",
"g_UId": "9NiFd2YUYkuQszqWDsb1sA==",
"guid": "7785d8f4-1466-4b62-90b3-3a960ec6f5b0",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "32",
"priceGroupG_UID": "HPFvJtKCXU+VsYrcxOetUA==",
"priceGroupGuid": "266ff11c-82d2-4f5d-95b1-8adcc4e7ad50",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-04-03T06:21:13.2047106",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "33",
"pluG_UID": "6xe5nzMDgEewkkK5DkE2Fw==",
"pluGuid": "9fb917eb-0333-4780-b092-42b90e413617",
"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": "34",
"pluGuid": "20691e63-6642-45b7-95d4-bd600667b9e6",
"created": "2026-04-03T06:21:13.2047106",
"createdByUser": "sample string 1",
"activated": "2026-04-03T06:21:13.2047106",
"activatedByUser": "sample string 2",
"deactivated": "2026-04-03T06:21:13.2047106",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-04-03T06:21:13.2047106",
"lastOrderedQty": 4.0,
"lastReceived": "2026-04-03T06:21:13.2047106",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-04-03T06:21:13.2047106",
"lastSold": "2026-04-03T06:21:13.2047106",
"firstSold": "2026-04-03T06:21:13.2047106",
"awsUpdated": "2026-04-03T06:21:13.2047106",
"lastManualUpdate": "2026-04-03T06:21:13.2047106",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-04-03T06:21:13.2047106",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-04-03T06:21:13.2047106",
"doNotRangeUpdated": "2026-04-03T06:21:13.2047106",
"doNotOrderUpdated": "2026-04-03T06:21:13.2047106",
"tracked": "2026-04-03T06:21:13.2047106"
},
"allergens": [
{
"$id": "35",
"primaryKey": {
"$id": "36",
"pluGuid": "36cb35b3-b79f-4945-b9ba-7366e15b375f",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "szXLNp+3RUm5unNm4Vs3Xw==",
"pluGuid": "36cb35b3-b79f-4945-b9ba-7366e15b375f",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "35"
}
],
"costs": {
"$id": "37",
"pluG_UID": "2lu668qno0CZmodCa6NBDw==",
"pluGuid": "ebba5bda-a7ca-40a3-999a-87426ba3410f",
"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:21:13.2047106",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "38",
"saleHeaderID": 1,
"created": "2026-04-03T06:21:13.2047106",
"createdLocal": "2026-04-03T06:21:13.2047106",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "NqUS/2JShU2W2LopPaBcUw==",
"operatorGuid": "ff12a536-5262-4d85-96d8-ba293da05c53",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "fqAliaYC4UeoHO4qHsRneA==",
"pluGuid": "8925a07e-02a6-47e1-a81c-ee2a1ec46778",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$id": "39",
"id": 1,
"g_Uid": "orHUtUyu9UySX0H6BMRLcg==",
"guid": "b5d4b1a2-ae4c-4cf5-925f-41fa04c44b72",
"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:21:13.2047106",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-04-03T06:21:13.2047106",
"endShift": "2026-04-03T06:21:13.2047106",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "40",
"operatorG_UID": "MGuvvGWRgUmILJSvBY/liA==",
"operatorGuid": "bcaf6b30-9165-4981-882c-94af058fe588",
"storeID": 2,
"operator": {
"$ref": "39"
},
"store": {
"$ref": "3"
}
},
{
"$ref": "40"
}
]
}
},
{
"$ref": "38"
}
],
"apns": [
{
"$id": "41",
"pluID": 1,
"pluG_UID": "yiUfxxypgEmVZViEtMTnOg==",
"pluGuid": "c71f25ca-a91c-4980-9565-5884b4c4e73a",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "41"
}
],
"tuns": [
{
"$id": "42",
"pluG_UId": "yN9K8ku6+UC/ivC4q8Wyuw==",
"pluGuid": "f24adfc8-ba4b-40f9-bf8a-f0b8abc5b2bb",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "2"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "42"
}
],
"competitionPricing": [
{
"$id": "43",
"identifier": "KXLDJ18thkGCL39dUnu68w==",
"identifierGuid": "27c37229-2d5f-4186-822f-7f5d527bbaf3",
"pluG_UID": "783RDWzKHUmYM0kuegqifg==",
"pluGuid": "0dd1cdef-ca6c-491d-9833-492e7a0aa27e",
"competitionID": 1,
"name": "sample string 2",
"sellMultiple": 3,
"retailPrice": 4,
"storeName": "sample string 5"
},
{
"$ref": "43"
}
],
"supplier": {
"$ref": "8"
},
"supplierName": "sample string 148",
"children": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"ordering": {
"$ref": "11"
},
"flipChartPages": [
{
"$id": "44",
"identifier": "rWSukRtJ/USzQiS9T2SM+A==",
"groupName": "sample string 1",
"identifierGuid": "91ae64ad-491b-44fd-b342-24bd4f648cf8",
"exists": true,
"flipChartIdentifier": "KNwXts9Bs0mn65kzrGvPvQ==",
"flipChartIdentifierGuid": "b617dc28-41cf-49b3-a7eb-9933ac6bcfbd",
"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": "nA1U9choSUGJ7//DuxLuOQ==",
"groupIdentifierGuid": "f5540d9c-68c8-4149-89ef-ffc3bb12ee39",
"flipChart": {
"$id": "45",
"identifier": "9nJHrOH0/kOKFtR/NJTkEg==",
"identifierGuid": "ac4772f6-f4e1-43fe-8a16-d47f3494e412",
"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": "46",
"identifier": "akybt9dQF0mrhvJ6ZhTp4Q==",
"identifierGuid": "b79b4c6a-50d7-4917-ab86-f27a6614e9e1",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "47",
"id": 1,
"g_UID": "GQCcqovF2E+TFIU3XpoVVg==",
"guid": "aa9c0019-c58b-4fd8-9314-85375e9a1556",
"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": "Ek0TxBD7HkiXZkCkhRsucg==",
"previousFormGuid": "c4134d12-fb10-481e-9766-40a4851b2e72",
"nextForm": 1,
"nextFormG_UID": "HYlqScQErEuYQ8KePVU82w==",
"nextFormGuid": "496a891d-04c4-4bac-9843-c29e3d553cdb",
"attributes": "sample string 10",
"updated": "2026-04-03T06:21:13.2047106",
"positioning": 1,
"contentPanel": "sample string 11",
"selectionMode": 1,
"maximumSelections": 1,
"alteredInStore": true,
"deleted": true,
"blueprintID": 1,
"preserveLayout": true,
"mainCheckoutFormName": "sample string 13",
"nextCheckoutForm": {
"$ref": "47"
},
"previousCheckoutForm": {
"$ref": "47"
},
"buttons": [
{
"$id": "48",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "R0E9QDo6S0m+6u2FTfRWSQ==",
"checkoutFormGuid": "403d4147-3a3a-494b-beea-ed854df45649",
"identifier": "OB1L1jLZnEqbroYDXFX51g==",
"identifierGuid": "d64b1d38-d932-4a9c-9bae-86035c55f9d6",
"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": "au2WPI43oE6V4qjNYeK/rw==",
"valueGuid": "3c96ed6a-378e-4ea0-95e2-a8cd61e2bfaf",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-04-03T06:21:13.2047106",
"action": "sample string 12",
"valueForm": {
"$ref": "47"
},
"image": {
"$id": "49",
"name": "sample string 3.sample string 4",
"imageID": 2,
"imageName": "sample string 3",
"imageExtension": "sample string 4",
"lastUpdate": "2026-04-03T06:21:13.2047106",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "48"
}
],
"panels": [
{
"$id": "50",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "HJKRj5mLrkW6YJhXGbh01g==",
"checkoutFormGuid": "8f91921c-8b99-45ae-ba60-985719b874d6",
"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": "50"
}
]
},
{
"$ref": "47"
}
],
"panels": [
{
"$ref": "50"
},
{
"$ref": "50"
}
]
},
"pages": [
{
"$ref": "44"
},
{
"$ref": "44"
}
]
},
"contentPanel": {
"$ref": "50"
},
"products": [
{
"$id": "51",
"flipChartPageIdentifier": "KAZJJhEI2Emupei/lwYNig==",
"flipChartPageIdentifierGuid": "26490628-0811-49d8-aea5-e8bf97060d8a",
"pluG_UID": "vQipbeZwX0uC4gJWxg168g==",
"pluGuid": "6da908bd-70e6-4b5f-82e2-0256c60d7af2",
"sortOrder": 3,
"sent": true,
"productChanged": true,
"productImageName": "sample string 6",
"productShowImageOnFlipCharts": true,
"productShowTextOnFlipCharts": true,
"productOverrideFlipChartText": true,
"productFlipChartText": "sample string 10",
"product": {
"$ref": "2"
},
"departmentSortOrder": 11,
"subDepartmentName": "sample string 12"
},
{
"$ref": "51"
}
],
"productCount": 27,
"pages": [
{
"$ref": "44"
},
{
"$ref": "44"
}
]
},
{
"$ref": "44"
}
],
"priceHistory": [
{
"$id": "52",
"pluG_UID": "DmHPfXGlFkqdbGsl85yagQ==",
"pluGuid": "7dcf610e-a571-4a16-9d6c-6b25f39c9a81",
"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:21:13.2047106",
"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": "52"
}
],
"ingredients": [
{
"$id": "53",
"pluG_UID": "P+p3WqTI/UixHJTInGi7FA==",
"ingredientGuid": "7cB4AjNg+kCmDZ8e66z4GA==",
"ingredientIdentifier": "0278c0ed-6033-40fa-a60d-9f1eebacf818",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "2"
}
},
{
"$ref": "53"
}
],
"bins": [
{
"$id": "54",
"pluG_UID": "BxVRKwq3q06W0Nrkat4uaw==",
"pluGuid": "2b511507-b70a-4eab-96d0-dae46ade2e6b",
"shelfLocationIdentifier": "n7qVffSLQUO7tv+muuZCPg==",
"shelfLocationGuid": "7d95ba9f-8bf4-4341-bbb6-ffa6bae6423e",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "/4XtpFNq+Em8nES3d5dtwQ==",
"labelPageLayoutGuid": "a4ed85ff-6a53-49f8-bc9c-44b777976dc1",
"updated": "2026-04-03T06:21:13.2047106",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "2"
},
"location": {
"$id": "55",
"identifier": "Qd9Ra3RL10mXCNU8Bmr3dQ==",
"storeID": 1,
"identifierGuid": "6b51df41-4b74-49d7-9708-d53c066af775",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-04-03T06:21:13.2047106",
"minTemp": 1,
"maxTemp": 1,
"checkFrequency": 1,
"storeCaseConfiguration": 5,
"storeName": "sample string 6",
"bins": [
{
"$ref": "54"
},
{
"$ref": "54"
}
]
}
},
{
"$ref": "54"
}
],
"bin": {
"$ref": "54"
},
"scaleLocations": [
{
"$id": "56",
"plu": 1,
"pluG_UID": "O3YXbVgsD0Os6bq3zWJl1A==",
"pluGuid": "6d17763b-2c58-430f-ace9-bab7cd6265d4",
"deptNo": 1,
"product": {
"$ref": "2"
},
"scaleLocation": {
"$id": "57",
"id": 1,
"deptNo": 1,
"deptCode": "sample string 2",
"name": "sample string 3",
"enabled": true,
"updated": "2026-04-03T06:21:13.2047106",
"department": {
"$id": "58",
"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": "57"
},
"subDepartments": [
{
"$id": "59",
"id": 1,
"departmentID": 2,
"name": "sample string 3",
"code": "sample string 4",
"departmentCode": "sample string 5",
"externalSales": true,
"minorDepartments": [
{
"$id": "60",
"id": 1,
"subDepartmentID": 2,
"departmentID": 3,
"name": "sample string 4",
"subDepartmentCode": "sample string 5",
"departmentCode": "sample string 6",
"code": "sample string 7",
"lesserDepartments": [
{
"$id": "61",
"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:21:13.2047106",
"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": "H1sNdld78UuUOETiEvdkbw==",
"labelPageLayoutGuid": "760d5b1f-7b57-4bf1-9438-44e212f7646f",
"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": "62",
"dept": 1,
"category": 2,
"name": "sample string 3",
"active": true,
"mscCommodities": [
{
"$id": "63",
"dept": 1,
"category": 2,
"commodity": 3,
"name": "sample string 4",
"active": true,
"mscSubCommodities": [
{
"$id": "64",
"dept": 1,
"category": 2,
"commodity": 3,
"subCommodity": 4,
"name": "sample string 5",
"active": true,
"subCommodityCode": "sample string 7"
},
{
"$ref": "64"
}
],
"commodityCode": "sample string 6"
},
{
"$ref": "63"
}
],
"categoryCode": "sample string 5"
},
"mscCom": {
"$ref": "63"
},
"mscDep": {
"$id": "65",
"dept": 1,
"name": "sample string 2",
"active": true,
"mscCategories": [
{
"$ref": "62"
},
{
"$ref": "62"
}
],
"deptCode": "sample string 4"
},
"mscSubCom": {
"$ref": "64"
}
},
{
"$ref": "61"
}
],
"updated": "2026-04-03T06:21:13.2047106",
"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": "c0ODmwvxIEaIN6EoJROimQ==",
"labelPageLayoutGuid": "9b834373-f10b-4620-8837-a1282513a299",
"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": "62"
},
"mscCom": {
"$ref": "63"
},
"mscDep": {
"$ref": "65"
},
"mscSubCom": {
"$ref": "64"
}
},
{
"$ref": "60"
}
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:21:13.2047106",
"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": "q2/0lA4Sok6WUsiqZPqWuA==",
"labelPageLayoutGuid": "94f46fab-120e-4ea2-9652-c8aa64fa96b8",
"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": "62"
},
"mscCom": {
"$ref": "63"
},
"mscDep": {
"$ref": "65"
},
"mscSubCom": {
"$ref": "64"
}
},
{
"$ref": "59"
}
],
"stores": [
1,
2
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:21:13.2047106",
"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": "x3T8q5COT0Kz3v6QOL0oaQ==",
"labelPageLayoutGuid": "abfc74c7-8e90-424f-b3de-fe9038bd2869",
"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": "62"
},
"mscCom": {
"$ref": "63"
},
"mscDep": {
"$ref": "65"
},
"mscSubCom": {
"$ref": "64"
}
}
}
},
{
"$ref": "56"
}
],
"nextPrice": {
"$id": "66",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 1,
"hostOfferID": 1,
"metcashPromotionID": "sample string 4",
"metcashPromotionPlacement": "sample string 5",
"pluG_UID": "a57GJoC2s0q17Jw4of0lyg==",
"pluGuid": "26c69e6b-b680-4ab3-b5ec-9c38a1fd25ca",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "3UUvFNgBhEGXMwhiM5Bp5A==",
"dealCostGuid": "142f45dd-01d8-4184-9733-0862339069e4",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "jnQrcgrmvkmsDDiInKgoGA==",
"priceGroupGuid": "722b748e-e60a-49be-ac0c-38889ca82818",
"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:21:13.2047106",
"rrp": 27,
"campaignDescription": "sample string 28",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "f0be7741-b391-476c-9d45-ddd906e743d7",
"campaignComboPriceGroupG_UID": "hnPUBW064UiqxKNuNTOViw==",
"campaignComboPriceGroupIdentifier": "05d47386-3a6d-48e1-aac4-a36e3533958b",
"promotionPlacementDescription": "sample string 30",
"storeAcceptances": [
{
"$id": "67",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-04-03T06:21:13.2047106",
"operatorG_UID": "nR3e0OVSAkOM2OQOl3Fg6Q==",
"operatorGuid": "d0de1d9d-52e5-4302-8cd8-e40e977160e9",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-04-03T06:21:13.2047106",
"signIqTicketFileMovedUtc": "2026-04-03T06:21:13.2047106",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-04-03T06:21:13.2047106",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "40becb20-5bda-414f-853b-32213e987a41",
"product": {
"$ref": "2"
},
"campaignPlu": {
"$ref": "66"
},
"fuelItem": true
},
{
"$ref": "67"
}
],
"campaign": {
"$id": "68",
"id": 1,
"storeID": 2,
"name": "9c387502-eef7-41dc-80d9-17501b903c0c",
"nameGuid": "9c387502-eef7-41dc-80d9-17501b903c0c",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-04-03T06:21:13.2047106",
"startTime": 1,
"endDate": "2026-04-03T06:21:13.2047106",
"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:21:13.2047106",
"system": true,
"created": "2026-04-03T06:21:13.2047106",
"updated": "2026-04-03T06:21:13.2047106",
"priceChangeNotifiedUtc": "2026-04-03T06:21:13.2047106",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "zkP2GXIdM0WYJNGvw++yJg==",
"hostIdentifierGuid": "19f643ce-1d72-4533-9824-d1afc3efb226",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-04-03T06:21:13.2047106",
"updatedByUser": "sample string 18",
"offerID": 1,
"isPriceChangeCampaign": true,
"stores": [
1,
2
],
"storeNames": [
"sample string 1",
"sample string 2"
],
"campaignPlus": [
{
"$ref": "66"
},
{
"$ref": "66"
}
],
"campaignPools": [
{
"$id": "69",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 4,
"pluG_UID": "PzP6LdOf/E2t3P1Bi9UB1w==",
"pluGuid": "2dfa333f-9fd3-4dfc-addc-fd418bd501d7",
"hostOfferID": 1,
"priceGroupG_UID": "QeEnm1zafEOlNlYRnWzFFw==",
"priceGroupGuid": "9b27e141-da5c-437c-a536-56119d6cc517",
"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:21:13.2047106",
"rrp": 17,
"campaignDescription": "sample string 18",
"product": {
"$ref": "2"
},
"campaign": {
"$ref": "68"
}
},
{
"$ref": "69"
}
],
"sellingRules": [
{
"$id": "70",
"id": 1,
"identifier": "D+mRRNxDL0ChUFHujQ4wXg==",
"identifierStr": "D+mRRNxDL0ChUFHujQ4wXg==",
"identifierGuid": "4491e90f-43dc-402f-a150-51ee8d0e305e",
"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": "68"
}
},
{
"$ref": "70"
}
],
"customers": [
{
"$id": "71",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"customerID": "8TF7n6IA90CG3J+nk7RLYQ==",
"customerIDGuid": "9f7b31f1-00a2-40f7-86dc-9fa793b44b61",
"campaign": {
"$ref": "68"
},
"customer": {
"$id": "72",
"identifier": "QBNVuT90okSviosHXWRybw==",
"identifierGuid": "b9551340-743f-44a2-af8a-8b075d64726f",
"code": "sample string 2",
"familyName": "sample string 3",
"givenName": "sample string 4",
"otherName": "sample string 5",
"title": "sample string 6",
"dateOfBirth": "2026-04-03T06:21:13.2047106",
"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": "GHntvEGsXUmdV3GqbC49KA==",
"communityIdentifierGuid": "bced7918-ac41-495d-9d57-71aa6c2e3d28",
"joined": "2026-04-03T06:21:13.2047106",
"updated": "2026-04-03T06:21:13.2047106",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "u8x/dQeeGEOM3MV/PC01qg==",
"priceLevelIdentifierGuid": "757fccbb-9e07-4318-8cdc-c57f3c2d35aa",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-04-03T06:21:13.2047106",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "73",
"cardType": 2,
"issueDate": "2026-04-03T06:21:13.2047106",
"expiry": "2026-04-03T06:21:13.2047106",
"customerID": "lCbY5/6eS0eF4Qr9V2Tlxg==",
"customerIDGuid": "e7d82694-9efe-474b-85e1-0afd5764e5c6",
"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:21:13.2047106",
"linkedAccount": "QgTW8g7Vj0SpXm/raDCPHA==",
"linkedAccountGuid": "f2d60442-d50e-448f-a95e-6feb68308f1c",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "72"
},
"account": {
"$id": "74",
"id": 1,
"identifier": "9lAcoT35F0KbpMcS/aJvXg==",
"identifierGuid": "a11c50f6-f93d-4217-9ba4-c712fda26f5e",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-04-03T06:21:13.2047106",
"owner": "eSICsEU6sEmh1Uq+yohR6g==",
"ownerGuid": "b0022279-3a45-49b0-a1d5-4abeca8851ea",
"accountStoreGroupIdentifier": "aPd1oNBuIUKYbk4r1xgAWg==",
"accountStoreGroupGuid": "a075f768-6ed0-4221-986e-4e2bd718005a",
"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:21:13.2047106",
"active": true,
"updated": "2026-04-03T06:21:13.2047106",
"deleted": true,
"deletedUser": "sample string 16",
"currentBalanceChanged": true,
"maximumLimitChanged": true,
"loyaltyPointsChanged": true,
"projectedBalance": 17,
"accountStoreGroupStoreIDs": [
1,
2
],
"customerEmail": "sample string 18",
"ownerCustomer": {
"$ref": "72"
},
"card": {
"$ref": "73"
},
"members": {
"$id": "75",
"sample string 1": [
{
"$ref": "72"
},
{
"$ref": "72"
}
],
"sample string 2": [
{
"$ref": "72"
},
{
"$ref": "72"
}
]
},
"customerGroups": [
{
"$id": "76",
"identifier": "g1YbEOq5GkuO9hLyUZwxlQ==",
"identifierGuid": "101b5683-b9ea-4b1a-8ef6-12f2519c3195",
"name": "sample string 2",
"primaryContact": "Jx9va2lhkUGCMe9YJlPiGQ==",
"primaryContactGuid": "6b6f1f27-6169-4191-8231-ef582653e219",
"accountID": "YJ6AzyRQW0eyDHTgzmNjGg==",
"accountIDGuid": "cf809e60-5024-475b-b20c-74e0ce63631a",
"special": true,
"updated": "2026-04-03T06:21:13.2047106",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "g0rtbQBGsEytsFkBF1Ja3w==",
"priceLevelIdentifierGuid": "6ded4a83-4600-4cb0-adb0-590117525adf",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "74"
},
"primaryContactCustomer": {
"$ref": "72"
},
"customerGroupMembers": [
{
"$id": "77",
"id": 1,
"groupID": "WIQzeJ3EXUObQ5Vr2sgTGQ==",
"groupIDGuid": "78338458-c49d-435d-9b43-956bdac81319",
"customerID": "5ERgYKlf8kamIckbdWVLWg==",
"customerIDGuid": "606044e4-5fa9-46f2-a621-c91b75654b5a",
"card": "sample string 4",
"linkedAccount": "eFRb+xGL5kq1g7GTq323mw==",
"linkedAccountGuid": "fb5b5478-8b11-4ae6-b583-b193ab7db79b",
"customer": {
"$ref": "72"
},
"group": {
"$ref": "76"
},
"customerCard": {
"$ref": "73"
}
},
{
"$ref": "77"
}
]
},
{
"$ref": "76"
}
]
},
"payments": [
{
"$id": "78",
"id": 1,
"identifier": "nvZzq0+QdkeqItyPBtaUag==",
"identifierGuid": "ab73f69e-904f-4776-aa22-dc8f06d6946a",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "ukk377Jdb0qN1BLcXhzZUg==",
"accountIDGuid": "ef3749ba-5db2-4a6f-8dd4-12dc5e1cd952",
"customerAccount": {
"$ref": "74"
},
"customerCard": {
"$ref": "73"
},
"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:21:13.2047106",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "aFTkcxQMf0OijzKa68XM+Q==",
"idempotentVoidGuid": "73e45468-0c14-437f-a28f-329aebc5ccf9",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "79",
"saleHeaderID": 1,
"saleHeaderGuid": "Y3KuzK+rVEOqCDDlFiV/SA==",
"saleHeaderIdentifierGuid": "ccae7263-abaf-4354-aa08-30e516257f48",
"created": "2026-04-03T06:21:13.2047106",
"createdLocal": "2026-04-03T06:21:13.2047106",
"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:21:13.2047106",
"storeID": 1,
"operatorG_Uid": "tpcfTV6+9k+BUrmIwgpBiA==",
"operatorGuid": "4d1f97b6-be5e-4ff6-8152-b988c20a4188",
"customerG_Uid": "QCRJhXUQQkCArZ7zX0XIpg==",
"customerGuid": "85492440-1075-4042-80ad-9ef35f45c8a6",
"communityIdentifier": "XTV0tBNPyEibq6YS9H/zbQ==",
"communityIdentifierGuid": "b474355d-4f13-48c8-9bab-a612f47ff36d",
"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": "dJCqBOdme0WzakK9mSnCGQ==",
"priceLevelIdentifierGuid": "04aa9074-66e7-457b-b36a-42bd9929c219",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-04-03T06:21:13.2047106+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": "80",
"customerName": "sample string 1",
"pickupAt": "2026-04-03T06:21:13.2047106",
"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": "39"
},
"customer": {
"$ref": "72"
},
"communityOrganisation": {
"$id": "81",
"id": 1,
"identifier": "AxK0B+ZI902O/ekFxXzrQQ==",
"identifierGuid": "07b41203-48e6-4df7-8efd-e905c57ceb41",
"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:21:13.2047106",
"promoPeriodEnd": "2026-04-03T06:21:13.2047106",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-04-03T06:21:13.2047106",
"deleted": true
},
"details": [
{
"$id": "82",
"saleItemID": 1,
"identifier": "7tbwztXuIE+AnduOxIc31w==",
"identifierGuid": "cef0d6ee-eed5-4f20-809d-db8ec48737d7",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "VesJxmHXLEyCjdzui8/diA==",
"pluGuid": "c609eb55-d761-4c2c-828d-dcee8bcfdd88",
"accountID": "DQGIQ2x8z0mI2UoFw1Mp5w==",
"accountIDGuid": "4388010d-7c6c-49cf-88d9-4a05c35329e7",
"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:21:13.2047106",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "J4Ey4arVG0KSYguZp4kTHQ==",
"refundGuid": "e1328127-d5aa-421b-9262-0b99a789131d",
"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": "E+wdcB+GiEq8yG6hKt3tfw==",
"idempotentVoidGuid": "701dec13-861f-4a88-bcc8-6ea12added7f",
"priceLevelIdentifier": "BjaS+plGjEujS0MCZB+rgA==",
"priceLevelIdentifierGuid": "fa923606-4699-4b8c-a34b-4302641fab80",
"communityIdentifier": "KwXSRGYxhEy4qLI8jpEshA==",
"communityIdentifierGuid": "44d2052b-3166-4c84-b8a8-b23c8e912c84",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "83",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-04-03T06:21:13.2047106",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "83"
}
],
"refund": {
"$id": "84",
"id": 1,
"g_UID": "AVyMF6XFikOGFhnM+mSUvw==",
"guid": "178c5c01-c5a5-438a-8616-19ccfa6494bf",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-04-03T06:21:13.2047106"
},
"modifier": {
"$id": "85",
"id": 1,
"setG_UID": "QMQKU0bYWEGDayJxtTE7NQ==",
"modifierSetGuid": "530ac440-d846-4158-836b-2271b5313b35",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "j3DWSGHKIUCfne2NlcaflQ==",
"pluGuid": "48d6708f-ca61-4021-9f9d-ed8d95c69f95",
"deleted": true,
"g_UID": "+FCenWGwxEuXon3Ws3xPrg==",
"guid": "9d9e50f8-b061-4bc4-97a2-7dd6b37c4fae",
"product": {
"$ref": "2"
}
},
"priceLevelName": "sample string 25",
"pumpNumber": 1,
"hoseNumber": 1
},
{
"$ref": "82"
}
],
"eftReceipts": [
{
"$id": "86",
"id": 1,
"storeID": 1,
"saleHeaderID": 2,
"storeSaleHeader": {
"$ref": "79"
},
"receipt": "sample string 3",
"processed": 1
},
{
"$ref": "86"
}
],
"payments": [
{
"$ref": "78"
},
{
"$ref": "78"
}
],
"cards": [
{
"$id": "87",
"id": 1,
"saleHeaderID": 1,
"identifier": "sample string 2",
"cardType": 3,
"providerName": "sample string 4"
},
{
"$ref": "87"
}
],
"campaignHits": [
{
"$id": "88",
"id": 1,
"saleHeaderID": 2,
"campaign": "sample string 3",
"name": "sample string 4",
"processed": 1,
"campaignDescription": "sample string 5"
},
{
"$ref": "88"
}
],
"fuel": [
{
"$id": "89",
"id": 1,
"plu": 1,
"pluG_UID": "GydWkdjg0EeumX17iqP03g==",
"pluGuid": "9156271b-e0d8-47d0-ae99-7d7b8aa3f4de",
"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:21:13.2047106",
"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:21:13.2047106",
"tagNumber": "sample string 15",
"trackTwoRem": "sample string 16",
"transCode": 1,
"transType": 1,
"unitPrice": 1.0,
"vehicleReg": "sample string 17",
"offline": true,
"processed": 1
},
{
"$ref": "89"
}
],
"fuelResells": [
{
"$id": "90",
"saleItemID": 1,
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "Xy46Rdg890mr0HKpE/vj9g==",
"pluGuid": "453a2e5f-3cd8-49f7-abd0-72a913fbe3f6",
"accountID": "6UsTvcZ4QU6siLDoUxhvNg==",
"accountIDGuid": "bd134be9-78c6-4e41-ac88-b0e853186f36",
"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:21:13.2047106",
"bestOrExpireType": 1,
"refundG_UID": "Kv4W6NP570avfhCvPoSE4g==",
"refundGuid": "e816fe2a-f9d3-46ef-af7e-10af3e8484e2",
"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": "90"
}
],
"customerOrder": [
{
"$id": "91",
"identifier": "WIV1cssblEaPgDo/TYTm5A==",
"identifierGuid": "72758558-1bcb-4694-8f80-3a3f4d84e6e4",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "HjDuJ29vkkC/iby63c4/UQ==",
"customerIdentifierGuid": "27ee301e-6f6f-4092-bf89-bcbaddce3f51",
"operatorNo": 1,
"operatorG_UID": "OWrBHnwXlUKxOOflSoqNLg==",
"operatorGuid": "1ec16a39-177c-4295-b138-e7e54a8a8d2e",
"created": "2026-04-03T06:21:13.2047106",
"ordered": "2026-04-03T06:21:13.2047106",
"started": "2026-04-03T06:21:13.2047106",
"completed": "2026-04-03T06:21:13.2047106",
"supplied": "2026-04-03T06:21:13.2047106",
"quickTicket": 1,
"deleted": true,
"walkAway": true,
"approxWait": 1,
"actualWait": 1,
"deliveryMethod": 8,
"externalSaleType": 9,
"customer": {
"$ref": "72"
},
"operator": {
"$ref": "39"
},
"details": [
{
"$id": "92",
"headerID": 1,
"plu": 1,
"pluG_UId": "IGUODdUQzU2k9uQT9cOq2w==",
"pluGuid": "0d0e6520-10d5-4dcd-a4f6-e413f5c3aadb",
"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": "4sI108l5uEmGIpzHahLZ+g==",
"headerIdentifierGuid": "d335c2e2-79c9-49b8-8622-9cc76a12d9fa",
"product": {
"$ref": "2"
}
},
{
"$ref": "92"
}
],
"storeName": "sample string 11",
"customerName": "sample string 12",
"storeReplyTo": "sample string 13",
"storeSubjectLine": "sample string 14",
"storeSaleHeader": {
"$ref": "79"
}
},
{
"$ref": "91"
}
],
"surveyResponses": [
{
"$id": "93",
"surveyG_UID": "grrUQhaye0uARqy4CpOQrQ==",
"surveyGuid": "42d4ba82-b216-4b7b-8046-acb80a9390ad",
"saleHeaderGuid": "BkWsM82BWEySBOqvw8pYfg==",
"saleGuid": "33ac4506-81cd-4c58-9204-eaafc3ca587e",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "J4/sqh5Cy0ucIRQPjkTR1A==",
"guidResponse": "aaec8f27-421e-4bcb-9c21-140f8e44d1d4",
"whoAnswered": 2,
"answeredAtUTC": "2026-04-03T06:21:13.2047106",
"sale": {
"$ref": "79"
},
"survey": {
"$id": "94",
"g_UID": "y4Gv2idwIUipF5LjVERflg==",
"guid": "daaf81cb-7027-4821-a917-92e354445f96",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "MA8NpJ4GvU6n88gooeFilw==",
"checkoutFormGuid": "a40d0f30-069e-4ebd-a7f3-c828a1e16297",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-04-03T06:21:13.2047106",
"end": "2026-04-03T06:21:13.2047106",
"deleted": true,
"updated": "2026-04-03T06:21:13.2047106",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"e0850843-5c6c-4242-a421-fc583d210061",
"c8be0b87-ba7c-4e9f-8b6c-2671aae14814"
],
"allowsAllTextResponses": true,
"surveyForm": {
"$ref": "47"
}
},
"ingressId": "sample string 4"
},
{
"$ref": "93"
}
],
"storeName": "sample string 39",
"terminalNumber": 40,
"machineName": "sample string 41",
"operatorName": "sample string 42",
"direction": 1,
"reason": "sample string 43",
"accountG_UID": "XNkgDeCJ8kqySOWBtRF4Yg==",
"accountIdentifier": "0d20d95c-89e0-4af2-b248-e581b5117862",
"accountName": "sample string 44",
"customerOrderIdentifier": "X3wLBLYgHUWELVcW2fhCYw==",
"customerOrderIdentifierGuid": "040b7c5f-20b6-451d-842d-5716d9f84263",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "95",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "XonKgNDXMU2O4Xhm/r+Svg==",
"paymentIdentifierGuid": "80ca895e-d7d0-4d31-8ee1-7866febf92be",
"identifier": "dK3R4PmnuUCKPv8qX26KKA==",
"identifierGuid": "e0d1ad74-a7f9-40b9-8a3e-ff2a5f6e8a28",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "f4pSZ9Lz0EuBJ48ZDHJagQ==",
"itemIdentifierGuid": "67528a7f-f3d2-4bd0-8127-8f190c725a81"
}
},
{
"$ref": "78"
}
]
},
{
"$ref": "73"
}
],
"customerGroupMembers": [
{
"$ref": "77"
},
{
"$ref": "77"
}
],
"customerGroups": [
{
"$ref": "76"
},
{
"$ref": "76"
}
],
"accounts": [
{
"$ref": "74"
},
{
"$ref": "74"
}
],
"account": {
"$ref": "74"
},
"vouchers": [
{
"$id": "96",
"customerIdentifier": "os/tbeWUjUiFMTfTaiSmKA==",
"customerIdentifierGuid": "6dedcfa2-94e5-488d-8531-37d36a24a628",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "/FVHQ9kJp0Sy/MDFkximTQ==",
"idempotentGuid": "434755fc-09d9-44a7-b2fc-c0c59318a64d",
"offline": true,
"voucher": {
"$id": "97",
"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:21:13.2047106",
"barcodeTemplate": {
"$id": "98",
"templateID": 1,
"template": "sample string 1",
"bcFunction": "sample string 2",
"sortOrder": 3
},
"scaleLabel": {
"$id": "99",
"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:21:13.2047106",
"labelPageLayout": "k8W9DEjTNU6W94bzDhhjDA==",
"pageLayoutGuid": "0cbdc593-d348-4e35-96f7-86f30e18630c",
"labelType": 6,
"oldName": "sample string 7",
"voucher": {
"$ref": "97"
},
"elements": [
{
"$id": "100",
"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:21:13.2047106"
},
{
"$ref": "100"
}
]
},
"customerVouchers": [
{
"$id": "101",
"id": 1,
"customerIdentifier": "fWiUyVLpW0WqramEqH3mjw==",
"customerIdentifierGuid": "c994687d-e952-455b-aaad-a984a87de68f",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-04-03T06:21:13.2047106",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "tTCmeIKu70emBjN1L+4w8w==",
"issuedIdempotentGuid": "78a630b5-ae82-47ef-a606-33752fee30f3",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-04-03T06:21:13.2047106",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-04-03T06:21:13.2047106",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "PYfCahbI10O3XKKhpyUw4A==",
"redeemedIdempotentGuid": "6ac2873d-c816-43d7-b75c-a2a1a72530e0",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-04-03T06:21:13.2047106",
"storeName": "sample string 17",
"scaleLabel": {
"$ref": "99"
},
"voucher": {
"$ref": "97"
},
"customer": {
"$ref": "72"
},
"issuedOfflinePayment": {
"$ref": "78"
},
"redeemedOfflinePayment": {
"$ref": "78"
}
},
{
"$ref": "101"
}
]
},
"customer": {
"$ref": "72"
}
},
{
"$ref": "96"
}
]
}
},
{
"$ref": "71"
}
],
"customerGroups": [
{
"$id": "102",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupID": "Q0eqQb/FFU6nb0q5V5g5+A==",
"groupIDGuid": "41aa4743-c5bf-4e15-a76f-4ab9579839f8",
"campaign": {
"$ref": "68"
},
"group": {
"$ref": "76"
}
},
{
"$ref": "102"
}
],
"signIqTickets": [
{
"$id": "103",
"identifier": "HAFVjAhEhUeKEAQiYdgHSg==",
"identifierGuid": "8c55011c-4408-4785-8a10-042261d8074a",
"campaignName": "sample string 2",
"message": "sample string 3",
"ticketFileSource": "sample string 4",
"ticketFileDestination": "sample string 5",
"storeID": 1
},
{
"$ref": "103"
}
],
"comboPriceGroups": [
{
"$id": "104",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"g_UID": "elKh64/4xEm/1p2CxI5GUg==",
"guid": "eba1527a-f88f-49c4-bfd6-9d82c48e4652",
"description": "sample string 5",
"newPrice": 1,
"rangeDescription": "sample string 6",
"dealDescription": "sample string 7",
"labelQuantity": 8,
"hostProductCategoryID": 1,
"offerID": 1,
"dontUpdatePricePlus": true,
"campaign": {
"$ref": "68"
},
"comboPricePlus": [
{
"$id": "105",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupG_UID": "hfeADMWRjk6f69UJKHmflg==",
"groupGuid": "0c80f785-91c5-4e8e-9feb-d50928799f96",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "cc//7v6N4E6HV8e5kIR5FA==",
"pluGuid": "eeffcf71-8dfe-4ee0-8757-c7b990847914",
"priceGroupG_UID": "o2+Zv6YEeEmsxN3s2Nm3SA==",
"priceGroupGuid": "bf996fa3-04a6-4978-acc4-ddecd8d9b748",
"campaignPoolID": "sample string 7",
"quantity": 1,
"campaign": {
"$ref": "68"
},
"product": {
"$ref": "2"
},
"priceGroup": {
"$ref": "32"
},
"campaignPool": {
"$ref": "68"
}
},
{
"$ref": "105"
}
]
},
{
"$ref": "104"
}
],
"priceLevels": [
{
"$id": "106",
"id": 1,
"priceLevelIdentifier": "l89qKESK0EW5hkVYJv3kow==",
"priceLevelIdentifierGuid": "286acf97-8a44-45d0-b986-455826fde4a3",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "106"
}
],
"promotionType": {
"$id": "107",
"identifier": "ead7cbLtj0GIqlUmDksI6A==",
"identifierGuid": "717ba779-edb2-418f-88aa-55260e4b08e8",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "VbE+oG7XjE6oDXerIdIZgg==",
"labelPageLayoutGuid": "a03eb155-d76e-4e8c-a80d-77ab21d21982",
"priceLevelIdentifier": "vmywh1h0P06xer28cN6UZA==",
"priceLevelIdentifierGuid": "87b06cbe-7458-4e3f-b17a-bdbc70de9464",
"active": true,
"updated": "2026-04-03T06:21:13.2047106",
"hostName": "sample string 11"
}
},
"product": {
"$ref": "2"
},
"dealCost": {
"$id": "108",
"headerIdentifier": "46oY8FdvMUWTUEDwLbPWAA==",
"headerIdentifierGuid": "f018aae3-6f57-4531-9350-40f02db3d600",
"identifier": "Bqq8XzZdPUGUA8FO+fJoSg==",
"identifierGuid": "5fbcaa06-5d36-413d-9403-c14ef9f2684a",
"supplierIdentifier": "6DvIG/6XYkaQ8JdPbmss+Q==",
"supplierGuid": "1bc83be8-97fe-4662-90f0-974f6e6b2cf9",
"pluG_UID": "Ve2iiWwXHEKSuPlXTbYvYA==",
"pluGuid": "89a2ed55-176c-421c-92b8-f9574db62f60",
"campaignName": "41ff9620-ac00-4f1f-983f-1c86ca05731e",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-04-03T06:21:13.2047106",
"end": "2026-04-03T06:21:13.2047106",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "utV+5A1b+EGHrt0f+MP8Hg==",
"bonusItemPluGuid": "e47ed5ba-5b0d-41f8-87ae-dd1ff8c3fc1e",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-04-03T06:21:13.2047106",
"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:21:13.2047106",
"campaignEndDate": "2026-04-03T06:21:13.2047106",
"masterPLUG_UID": "2+mA0f4zPESuJPp4x+O/0Q==",
"masterID": "d180e9db-33fe-443c-ae24-fa78c7e3bfd1",
"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": "RNFJaQ9k7k2aWgy0RjiqRw==",
"bonusMasterID": "6949d144-640f-4dee-9a5a-0cb44638aa47",
"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:21:13.2047106",
"dealCosts": [
{
"$ref": "108"
},
{
"$ref": "108"
}
],
"tags": [
{
"$id": "109",
"pluG_UID": "3Nhy6GoFtUOajU8ruLgj+Q==",
"pluGuid": "e872d8dc-056a-43b5-9a8d-4f2bb8b823f9",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "109"
}
],
"alternateProductG_UID": "athsCZB120S9ISDfVa0vmA==",
"alternateProduct": "096cd86a-7590-44db-bd21-20df55ad2f98",
"altProduct": {
"$ref": "2"
},
"productHostCode": {
"$id": "110",
"id": 1,
"pluG_UID": "yU3nLe2iPEiUE4lT8V3YyQ==",
"pluGuid": "2de74dc9-a2ed-483c-9413-8953f15dd8c9",
"ibaCode": "sample string 2"
},
"mscCat": {
"$ref": "62"
},
"mscCom": {
"$ref": "63"
},
"mscDep": {
"$ref": "65"
},
"mscSubCom": {
"$ref": "64"
},
"isUserUpdate": true,
"ignoreMasterProduct": true,
"priceGroupLabelRequested": true,
"firstSold": "2026-04-03T06:21:13.2047106",
"inventoryTracked": "2026-04-03T06:21:13.2047106",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "111",
"pluG_UID": "Q6XzApFb5kGBIxUbL557zg==",
"pluGuid": "02f3a543-5b91-41e6-8123-151b2f9e7bce",
"fuelPluG_UID": "liBheUkpSkm/TI4vuEL0Gg==",
"fuelPluGuid": "79612096-2949-494a-bf4c-8e2fb842f41a",
"price": 3,
"productDescription": "sample string 4",
"productBarcode": "sample string 5",
"fuelProductDescription": "sample string 6",
"fuelProductBarcode": "sample string 7",
"fuelProductPrice": 8
},
"productFuelLinks": [
{
"$ref": "111"
},
{
"$ref": "111"
}
]
},
"input": {
"$id": "112",
"id": 1,
"identifier": "ZXtNIPc8o0qSiE1H++3SeQ==",
"identifierGuid": "204d7b65-3cf7-4aa3-9288-4d47fbedd279",
"headerID": 1,
"headerIdentifier": "8FIMJ/bbi06ojDU0ZTdYOw==",
"headerIdentifierGuid": "270c52f0-dbf6-4e8b-a88c-35346537583b",
"sectionG_UID": "jrO/57D500q9sjGCL2nNIw==",
"sectionGuid": "e7bfb38e-f9b0-4ad3-bdb2-31822f69cd23",
"operatorG_UID": "kaitnD/Sm0GwxtuPunRqDg==",
"operatorGuid": "9cada891-d23f-419b-b0c6-db8fba746a0e",
"operatorID": 1,
"comment": "sample string 2",
"inputType": 1,
"date": "2026-04-03T06:21:13.2047106",
"inProgress": 3,
"setCount": "2026-04-03T06:21:13.2047106",
"deleted": true,
"operatorName": "sample string 4",
"sectionName": "sample string 5",
"canDelete": 6,
"details": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
},
"unknownScan": {
"$id": "113",
"id": 1,
"headerIdentifier": "K/Cbm34iI0aP6nlLoPED8w==",
"headerIdentifierGuid": "9b9bf02b-227e-4623-8fea-794ba0f103f3",
"inputIdentifier": "w11exC5/SkiYvXuAvYNqdA==",
"inputIdentifierGuid": "c45e5dc3-7f2e-484a-98bd-7b80bd836a74",
"detailID": 1,
"pluG_UID": "71nbAxrhpE+N0O22U9fhTw==",
"pluGuid": "03db59ef-e11a-4fa4-8dd0-edb653d7e14f",
"barcode": "sample string 2",
"scanned": "2026-04-03T06:21:13.2047106"
}
}
application/xml
Sample not available.
text/xml
Sample not available.
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
PK �2�\�oڶ 5 xl/workbook.xml � (� ����0D�&�C��B
)��x��}��m�-ik��-H�yۙ�};|��o���G���2��`̷5����]g���{1�u��ڶo�&��|Ι����K5z���a��!/�V�ehu<��fO��_d4���I�b�)����EKZC J�.J�P�
�&Y��&!�Ys�ѝ��8�~W_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�\'���' ' _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="R0208047438bf4190" /></Relationships>PK �2�\r�e � xl/worksheets/sheet1.xml � (� �Y]S�:�+���Dڕd�t�RJ�)m��[.1M�$f�P�� Ql�wl������]i8x�wq3���y�<���U>�/������������e�z@���Yq8�������,[LV��6[��u^,&k���5ί��W�q~u�Ȗ�1(��Ev3Y�V���v5|���\��"�L�%,nR-&����`:���Ev}8L��������}1��W�σͣ���7����;n�O����iv=��Y�������lM,�m�U~��~,�������|���H��Ww�u��|����q���J�֠��B���p܇k;
*1�m���=����>�����&^c{���۞��vq��ی�C�4$��Ó]xR-;Q@Om����w��F>k�w
t�v�Z~b�Q��}ұ�VQ.�'qz/�RiG֡3ƨ���td��ӥ��� �^۠}G�(:�O}�(;]�NS�1:�^+���Н���}�����U����Qo�W}Jl�U>h���y��tErj��u���DɁ��^Q ��GpQzл���D�Z�ē�BG��9��b��{���h5��X d�a���Rs�ڎ1A�TQ{�W{�}�Q{�+��c@j�c�1" JBϭ1JU��ǩ�L��wd���Z��4R�=(0*�o��ъU���h�G8��T m�GO)���bT�'vZ��þ�è8�8��C�72J
C�Ozlv#U
��O�(9���!J��j��� 5k:�o�D�xj
Q{{2h�:S��Q�w���sҘ�9Sjns&܈�������Qs���LԜ)5�H�T{��-���Q{�Ԟq#t"v��7�'�ASjК�㜢C�E��n����d=9:(��A�]���O)}\m/t�X���ϑ:����/�]G�l"��8n"��x�D�:⤉�u��&���MDRG�i"|�u�;�1F�{�X� @���� aĞ ��g¨= ��/���U�0v� jc�^�� a�~ �����S�0vS����M�7���N+c8̈��T�#2�S���HNK"c9L���T�%r�c"�Yp&r�k"�Y�&r�sγ�N�y�i8ς?
�Y0��<5�g����,x�p�����1
��D�r��.H�T/Z�^Bs3�����N�wx-����Vw�;&������"�������mK���}/��T�A�0Q}l)�S��Y��疵�/5z�t��1�k�yѲvٲ��e�Gu���gK\���_�%8n[l3GzҶ��m�T(���
��Լ�{�`�3�8F�Ccv���hc䬙�����Ş71��_��x=_��7!b��KS��ah�+W�Y6�f�I���b{i��o��PK �2�\����� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞8qݸ��ݰ���=��&vd����G�
XE�Tb�������4�����9c��w
TE ��w]�dV�ݬ�8Ȕ'��H�
ؔ�'J��8�X� ]�F�r::Iu�RV�5
s�2��2��ޘ^�W�]�L_}8F���d�05�S���"S��t{�8�uˤւ��z7��.�_��|&��D�XꚗK�9��*ce@��B���i^����&ZØZpa�U�����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�\��r)
�+ xl/sharedStrings.xml � (� �ZYo�8~_`����U��htz�8�Ę�8�v�إ$�"KQJdz���E��%w�)���,�Ū�?��+�&yU��X����I����������,H��U��O��,~��f�%9?ym����3���"���@ɪz����gd_c��W��]qf���Cyy�H��l�O|�dі��-^� L���|Y]}>k�|>�_rc�zOq��Y���o�<�yV�mԡ;xvd��x h�_�dh}��@E{��U-�k溫��&��oP��}�b��[�@�� ��p�}m�����J��熺D��y��=ְ)k����y,o���(�P�b��2�|�����E��5J�in�b�
.
���W
��Q���ar- �+��;T(+]�y�lc?���i��n�=F��ᠩn�P5X��:�5�
X��/��\{<��nʩ6L=h�{>�U������A�����5bf�;D#Us����e��*me-La�$�[Y}/�)Je�+9�<4�������$m#���p}�7���?��(L��J3Y6�3�5@.�L#JPd�g�v`��,C�n_`��5���-�3��44
'0mõ��� 6ǶL�ʒ8
�����U�H���?X��,B�+ItW��V[��A�0�q��$6�L��}d�����!}q�����9���j��G�5�.ۢ���[� � 7�h˪(��DNop�!������Gϱ*�f�t�T7,��=�� �Fb��� t���H#7��ceNSv���[2]OX��r�SnU n��
��.@�KTC���q\J���B�D�:��7u��g�ȱt�S�O�$5��L7�]�ex�cٶ�Ô.Z�5�i�`�X��+� �g$:���?��'�Y\�S����LTrzf&�81�f�c�����<O�pyx!sF���`uĆ��BwU�4Ѩ�=�=Uڦ|��;�Ŭ�+��>�h�(.J��=�Ћ�H�M������=��R�G� �ً�*3�]b�<����������kp~7(�=*[T��s�C[���Ym�Z}g<���"��&Ղ%(�43�G���<�#��rt�T`.;f��a�Κ%��Ι����z��<�q���R��"�J��L�TX�v͉L�
�@:�����i�!Q�QW����zn�(�tL�R�#'z������3�M5�F����Q]p��H����vO8�\|p�Йz���7��бUX���Y�Y�<{�p�ڢ�]����3������qF�c����㎼��k�����F^G�uD^����3���R ��3i�^陁���4x����&���m ��(̄���4"[�����O�]#���|��9xX7ՇV��U�� ���� �UK�L���5AZ�x|�!��ƚ��<K�t����s��Љ�Y������"��4��6������N~$���d ��5|�T�(}�ԋ̦ܽ�=�����S�H'0�8��K2�O�0 c�5M_�W��i,5�vgXm���3��C�&0��0��pG��\*��m�t� �����I���GS�{L��8$*���M��h�9
��S��ȷ�.G.��u�8G~�J��p8�+k��Sy\�4��9BK��VE���A@�R��:�N�4�;UPհ4ɏ��6��Ӯm�XC�j�(Dt���Q���i�a�[�~��4�S�q;��%t�Q§Y$´n�Ǵ��n��(���M� �&�5-HG�R?z��P���m^q�u�*4ETզsmT���'H'ytZ�0]��Z�s��L�5�2w�P��|�C���d�Zr����5��
���p#E>��4��]�OL�0v�$�q�L�N��z(�p[F�i98B��k�R��ؚ#����?�4��e�m��
� )�]Ɲ����]u@EsXW�X=+4u�!�sI� -��5*�t7YΟ�r�k-4�MO��*4MN
��!h��<�
=T`���hfeC�B^Ϥ�S
�*���U�� M�Q��/������9*���*���J�LE�Ζ
�z��"�lRٹ�V��O�߫6y�|�ݧ�[6�'B�Z�=�1��wS��AG�!��{H��u�j4�8�Y�aI _#�P��i�A^نk!߈B�/s���2?�/HOb��w<j�9qxӊ��V����rEV��\\���UP]�-��4��Ze~w��]N˴T.� ְڝe�c�-��� �">�����w�Z�3:�E�T̈ܰP��
����hW�!K���c��|'J� � �`�-d�a�8�E��}���k����wp:V�Z��u-M
e�]s�����\å�Iy��;����L;3bl%q��,�R~ Mg�5�~N�9�A�e�����>d�c��F��~`{.
�PF�Q^���Y�f��
�v��� پ�1~�=�ޣnj��-��x蛫������������Q��#�[�Oɴ�gO5<��6����)2��r���Xj��P�o͚�.�{�3"V�����r�g�ң)��xn���l�v�� ��<���$/��X�E�tZ�ݸ�,��Ķ���
�[]O�w����2bק���3]�";0q{Y�U��;\�_1���cZo}���G)��ssR��2%�����G
|��!�%Oaq<g�kjAM~Ii�q�@MRU�W�&/����e�yu 8f ���G֍tB�� n*�% ���h�5y��]�z`����(�- ��w���չ��¬s\����+k3��)6��b
k]� Id\��\�/xx�����*(uZX �Q�iπ��L�[\
����@_�x�����Jһ=�b.�J�Z�rS���5����5/Қ�ͱ�L�8��PI�u"[E}E�2;>;�K�v���"�3�cldHI-�i@-����`:�7��J�i�Q��E�
�H�#z9�F����� �Q L+B��1d�9�Z4Z
;��0i�*5���U��|X�)E�6F��$K8�(��;Icc��yUCQ�./��=���Ӱ�r�
���S%rz}�<e��k�����,짥��;#���PK- �2�\�oڶ 5 xl/workbook.xmlPK- �2�\���� � � [Content_Types].xmlPK-
�2�\'���' ' U _rels/.relsPK- �2�\r�e � � xl/worksheets/sheet1.xmlPK- �2�\����� P x xl/_rels/workbook.xml.relsPK- �2�\Ѓc'2 E
�
xl/styles.xmlPK- �2�\��r)
�+ 8 xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
PK �2�\��6߷ 5 xl/workbook.xml � (� ����0��&�C���()��x���bh��5��$���~;|D�U�����Tz?d��Z����k�jჴ/�m�j(�~k0���(az�'���B����q��~Ai�-�;B���`t��Zw2 [B�7�g�v1+b�����Jf����H��TI߮�I��/i�Ѝ��8[_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�\9l' ' _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="R5f2b1b9ddf96469d" /></Relationships>PK �2�\r�e � xl/worksheets/sheet1.xml � (� �Y]S�:�+���Dڕd�t�RJ�)m��[.1M�$f�P�� Ql�wl������]i8x�wq3���y�<���U>�/������������e�z@���Yq8�������,[LV��6[��u^,&k���5ί��W�q~u�Ȗ�1(��Ev3Y�V���v5|���\��"�L�%,nR-&����`:���Ev}8L��������}1��W�σͣ���7����;n�O����iv=��Y�������lM,�m�U~��~,�������|���H��Ww�u��|����q���J�֠��B���p܇k;
*1�m���=����>�����&^c{���۞��vq��ی�C�4$��Ó]xR-;Q@Om����w��F>k�w
t�v�Z~b�Q��}ұ�VQ.�'qz/�RiG֡3ƨ���td��ӥ��� �^۠}G�(:�O}�(;]�NS�1:�^+���Н���}�����U����Qo�W}Jl�U>h���y��tErj��u���DɁ��^Q ��GpQzл���D�Z�ē�BG��9��b��{���h5��X d�a���Rs�ڎ1A�TQ{�W{�}�Q{�+��c@j�c�1" JBϭ1JU��ǩ�L��wd���Z��4R�=(0*�o��ъU���h�G8��T m�GO)���bT�'vZ��þ�è8�8��C�72J
C�Ozlv#U
��O�(9���!J��j��� 5k:�o�D�xj
Q{{2h�:S��Q�w���sҘ�9Sjns&܈�������Qs���LԜ)5�H�T{��-���Q{�Ԟq#t"v��7�'�ASjК�㜢C�E��n����d=9:(��A�]���O)}\m/t�X���ϑ:����/�]G�l"��8n"��x�D�:⤉�u��&���MDRG�i"|�u�;�1F�{�X� @���� aĞ ��g¨= ��/���U�0v� jc�^�� a�~ �����S�0vS����M�7���N+c8̈��T�#2�S���HNK"c9L���T�%r�c"�Yp&r�k"�Y�&r�sγ�N�y�i8ς?
�Y0��<5�g����,x�p�����1
��D�r��.H�T/Z�^Bs3�����N�wx-����Vw�;&������"�������mK���}/��T�A�0Q}l)�S��Y��疵�/5z�t��1�k�yѲvٲ��e�Gu���gK\���_�%8n[l3GzҶ��m�T(���
��Լ�{�`�3�8F�Ccv���hc䬙�����Ş71��_��x=_��7!b��KS��ah�+W�Y6�f�I���b{i��o��PK �2�\H��� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞�I��n7l�-���㨉�n�gc���V� �X��j4��'�|���o�H���<c@�vN
�p�����f��Q�4�0�Vl`b��(
��I���hSG;?ɘR��YvG�#-��_2�I��CtZ>��4������`#���=F?�@�!��N �Wu�جjUa[�Z+ �nj!^F�^��BF���[�8�
~W#=���ӥ�N��B�h�7LK�Uɱ��j��/6_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�\��r)
�+ xl/sharedStrings.xml � (� �ZYo�8~_`����U��htz�8�Ę�8�v�إ$�"KQJdz���E��%w�)���,�Ū�?��+�&yU��X����I����������,H��U��O��,~��f�%9?ym����3���"���@ɪz����gd_c��W��]qf���Cyy�H��l�O|�dі��-^� L���|Y]}>k�|>�_rc�zOq��Y���o�<�yV�mԡ;xvd��x h�_�dh}��@E{��U-�k溫��&��oP��}�b��[�@�� ��p�}m�����J��熺D��y��=ְ)k����y,o���(�P�b��2�|�����E��5J�in�b�
.
���W
��Q���ar- �+��;T(+]�y�lc?���i��n�=F��ᠩn�P5X��:�5�
X��/��\{<��nʩ6L=h�{>�U������A�����5bf�;D#Us����e��*me-La�$�[Y}/�)Je�+9�<4�������$m#���p}�7���?��(L��J3Y6�3�5@.�L#JPd�g�v`��,C�n_`��5���-�3��44
'0mõ��� 6ǶL�ʒ8
�����U�H���?X��,B�+ItW��V[��A�0�q��$6�L��}d�����!}q�����9���j��G�5�.ۢ���[� � 7�h˪(��DNop�!������Gϱ*�f�t�T7,��=�� �Fb��� t���H#7��ceNSv���[2]OX��r�SnU n��
��.@�KTC���q\J���B�D�:��7u��g�ȱt�S�O�$5��L7�]�ex�cٶ�Ô.Z�5�i�`�X��+� �g$:���?��'�Y\�S����LTrzf&�81�f�c�����<O�pyx!sF���`uĆ��BwU�4Ѩ�=�=Uڦ|��;�Ŭ�+��>�h�(.J��=�Ћ�H�M������=��R�G� �ً�*3�]b�<����������kp~7(�=*[T��s�C[���Ym�Z}g<���"��&Ղ%(�43�G���<�#��rt�T`.;f��a�Κ%��Ι����z��<�q���R��"�J��L�TX�v͉L�
�@:�����i�!Q�QW����zn�(�tL�R�#'z������3�M5�F����Q]p��H����vO8�\|p�Йz���7��бUX���Y�Y�<{�p�ڢ�]����3������qF�c����㎼��k�����F^G�uD^����3���R ��3i�^陁���4x����&���m ��(̄���4"[�����O�]#���|��9xX7ՇV��U�� ���� �UK�L���5AZ�x|�!��ƚ��<K�t����s��Љ�Y������"��4��6������N~$���d ��5|�T�(}�ԋ̦ܽ�=�����S�H'0�8��K2�O�0 c�5M_�W��i,5�vgXm���3��C�&0��0��pG��\*��m�t� �����I���GS�{L��8$*���M��h�9
��S��ȷ�.G.��u�8G~�J��p8�+k��Sy\�4��9BK��VE���A@�R��:�N�4�;UPհ4ɏ��6��Ӯm�XC�j�(Dt���Q���i�a�[�~��4�S�q;��%t�Q§Y$´n�Ǵ��n��(���M� �&�5-HG�R?z��P���m^q�u�*4ETզsmT���'H'ytZ�0]��Z�s��L�5�2w�P��|�C���d�Zr����5��
���p#E>��4��]�OL�0v�$�q�L�N��z(�p[F�i98B��k�R��ؚ#����?�4��e�m��
� )�]Ɲ����]u@EsXW�X=+4u�!�sI� -��5*�t7YΟ�r�k-4�MO��*4MN
��!h��<�
=T`���hfeC�B^Ϥ�S
�*���U�� M�Q��/������9*���*���J�LE�Ζ
�z��"�lRٹ�V��O�߫6y�|�ݧ�[6�'B�Z�=�1��wS��AG�!��{H��u�j4�8�Y�aI _#�P��i�A^نk!߈B�/s���2?�/HOb��w<j�9qxӊ��V����rEV��\\���UP]�-��4��Ze~w��]N˴T.� ְڝe�c�-��� �">�����w�Z�3:�E�T̈ܰP��
����hW�!K���c��|'J� � �`�-d�a�8�E��}���k����wp:V�Z��u-M
e�]s�����\å�Iy��;����L;3bl%q��,�R~ Mg�5�~N�9�A�e�����>d�c��F��~`{.
�PF�Q^���Y�f��
�v��� پ�1~�=�ޣnj��-��x蛫������������Q��#�[�Oɴ�gO5<��6����)2��r���Xj��P�o͚�.�{�3"V�����r�g�ң)��xn���l�v�� ��<���$/��X�E�tZ�ݸ�,��Ķ���
�[]O�w����2bק���3]�";0q{Y�U��;\�_1���cZo}���G)��ssR��2%�����G
|��!�%Oaq<g�kjAM~Ii�q�@MRU�W�&/����e�yu 8f ���G֍tB�� n*�% ���h�5y��]�z`����(�- ��w���չ��¬s\����+k3��)6��b
k]� Id\��\�/xx�����*(uZX �Q�iπ��L�[\
����@_�x�����Jһ=�b.�J�Z�rS���5����5/Қ�ͱ�L�8��PI�u"[E}E�2;>;�K�v���"�3�cldHI-�i@-����`:�7��J�i�Q��E�
�H�#z9�F����� �Q L+B��1d�9�Z4Z
;��0i�*5���U��|X�)E�6F��$K8�(��;Icc��yUCQ�./��=���Ӱ�r�
���S%rz}�<e��k�����,짥��;#���PK- �2�\��6߷ 5 xl/workbook.xmlPK- �2�\���� � [Content_Types].xmlPK-
�2�\9l' ' V _rels/.relsPK- �2�\r�e � � xl/worksheets/sheet1.xmlPK- �2�\H��� P y xl/_rels/workbook.xml.relsPK- �2�\Ѓc'2 E
�
xl/styles.xmlPK- �2�\��r)
�+ 8 xl/sharedStrings.xmlPK � �