GET api/host/{id}/stores
Listing related stores by host(per zone)
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of Store| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| IsMaster | boolean |
None. |
|
| IsElectedMaster | boolean |
None. |
|
| ElectedMasterStoreID | integer |
None. |
|
| IsZoneMaster | boolean |
None. |
|
| ShortName | string |
None. |
|
| URL |
Web address for store (eg stores website / online store) |
string |
Data type: Url |
| SortOrder | integer |
None. |
|
| Name | string |
None. |
|
| Phone | string |
None. |
|
| Fax | string |
None. |
|
| string |
None. |
||
| Address1 | string |
None. |
|
| Address2 | string |
None. |
|
| City | string |
None. |
|
| State | string |
None. |
|
| Country | string |
None. |
|
| PostCode | string |
None. |
|
| Delivery |
How the Store’s pricing file will be delivered |
StoreDelivery |
None. |
| ExportAccounts | integer |
None. |
|
| SalesAccountFolder | string |
None. |
|
| PurchaseAccountFolder | string |
None. |
|
| InitLoad |
Used in SEO for synchronising new Stores to groups |
integer |
None. |
| InitIDs |
Used in SEO for synchronising new Stores to groups |
integer |
None. |
| ZoneID | integer |
None. |
|
| ActAsMaster | integer |
None. |
|
| LastActiveUtc | date |
None. |
|
| Active | boolean |
None. |
|
| Warehouse | boolean |
None. |
|
| ABN | string |
None. |
|
| PhoneOrderSubjectLine | string |
None. |
|
| CaseConfiguration | CaseConfiguration |
None. |
|
| IsNormalPriceChangesCampaign | boolean |
None. |
|
| GeneratePrintLabels |
Whether this store will automatically generate print labels |
boolean |
None. |
| HeaderLogo | string |
None. |
|
| CustNo | string |
Deprecated. use HostStoreSettings records instead. |
|
| StateCode |
Host State Indicator |
string |
Deprecated. use HostStoreSettings records instead. String length: inclusive between 0 and 2 |
| HostIdentifier | Collection of byte |
Deprecated. use HostStoreSettings records instead. |
|
| HostIdentifierGuid | globally unique identifier |
Deprecated. use HostStoreSettings records instead. |
|
| HostName | HostProvider |
Deprecated. use HostStoreSettings records instead. |
|
| HostAddress | string |
Deprecated. use HostStoreSettings records instead. |
|
| HostUsername | string |
Deprecated. use HostStoreSettings records instead. |
|
| HostPassword | string |
Deprecated. use HostStoreSettings records instead. |
|
| ExcludeFromLeadInOut | boolean |
Deprecated. use HostStoreSettings records instead. |
|
| AccountingProvider | AccountingProvider |
Deprecated. Search the settings table for this value, Section='Accounting', KeyName='AccountingProvider'. |
|
| AccountingAddress | string |
None. |
|
| AccountingUsername | string |
None. |
|
| AccountingPassword | string |
None. |
|
| StoreAccountingCode | string |
None. |
|
| SoftwareVariance | integer |
None. |
|
| FuelWarningVariance | decimal number |
None. |
|
| FuelErrorVariance | decimal number |
None. |
|
| FuelAccumulatedWarningVariance | decimal number |
None. |
|
| FuelAccumulatedErrorVariance | decimal number |
None. |
|
| DrawManagment | CashBalancingDrawerManagement |
None. |
|
| EndOfDayManagment | boolean |
None. |
|
| AutoFillCashBalancing | boolean |
None. |
|
| FuelDayVariance | integer |
None. |
|
| AccountingTradingTime | time interval |
None. |
|
| StockActivateProduct | ActivateProducts |
None. |
|
| DefaultOrderDocumentId | integer |
None. |
|
| DefaultStockReceiveDocumentId | integer |
None. |
|
| GiftCardSalesAccountingDeptCode | string |
None. |
|
| TransactionDiscountAccountingDeptCode | string |
None. |
|
| Size | integer |
None. |
|
| Updated | date |
None. |
|
| PriceZone | PriceZoneInfo |
None. |
|
| PriceZoneName | string |
Relation. This field may not always be loaded or used for updates. |
|
| StoreFuelConfigured | boolean |
Relation. This field may not always be loaded or used for updates. |
|
| ShippingAddressCopied | boolean |
Relation. This field may not always be loaded or used for updates. |
|
| ShippingAddress | StoreAddress |
Relation. This field may not always be loaded or used for updates. |
|
| BillingAddressCopied | boolean |
Relation. This field may not always be loaded or used for updates. |
|
| BillingAddress | StoreAddress |
Relation. This field may not always be loaded or used for updates. |
|
| HostStoreSettings | Collection of HostStoreSetting |
Relation. This field may not always be loaded or used for updates. |
|
| Accounts | Collection of StoreAccount |
Relation. This field may not always be loaded or used for updates. |
|
| Sales | Collection of StoreExternalSale |
Relation. This field may not always be loaded or used for updates. |
|
| ZoneMatrix | Collection of ZoneMatrix |
Relation. This field may not always be loaded or used for updates. |
|
| CashManagements | Collection of CashManagement |
Relation. This field may not always be loaded or used for updates. |
|
| UpdateStoreID |
SaaS Store ID |
globally unique identifier |
Relation. This field may not always be loaded or used for updates. |
| UpdateStore |
SaaS Store Connection |
UpdateStore |
Relation. This field may not always be loaded or used for updates. |
| TimeZoneId |
Windows TimeZoneId to set store to |
string |
Relation. This field may not always be loaded or used for updates. |
| SecurityOptions | SecurityOptions |
Relation. This field may not always be loaded or used for updates. |
Response Formats
application/json, text/json
[
{
"$id": "1",
"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:16:45.1165731",
"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": "8cx4QqcEWUC/DTIvyE24yQ==",
"hostIdentifierGuid": "4278ccf1-04a7-4059-bf0d-322fc84db8c9",
"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:16:45.1165731",
"priceZone": {
"$id": "2",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "79P9CJvQUEa7D6JZ2BxTfg==",
"hostIdentifierGuid": "08fdd3ef-d09b-4650-bb0f-a259d81c537e",
"sortOrder": 3,
"zoneMasterStoreID": 1,
"electedMasterStoreID": 1,
"containsElectedMasterStore": true
},
"priceZoneName": "sample string 51",
"storeFuelConfigured": true,
"shippingAddressCopied": true,
"shippingAddress": {
"$id": "3",
"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": "3"
},
"hostStoreSettings": [
{
"$id": "4",
"id": 1,
"hostIdentifier": "4iB58TKxEUunpKH/Nfb33Q==",
"hostIdentifierGuid": "f17920e2-b132-4b11-a7a4-a1ff35f6f7dd",
"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": "5",
"identifier": "4QTgou1Ws0K9hFT8jENAMw==",
"identifierGuid": "a2e004e1-56ed-42b3-bd84-54fc8c434033",
"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": "pgFjfpGCOE6zOqc+HaiI4Q==",
"hostSupplierIdentifierGuid": "7e6301a6-8291-4e38-b33a-a73e1da888e1",
"loyaltyPriceLevelIdentifier": "5JVPZDnB2EmIa4Nvjw1Jkw==",
"loyaltyPriceLevelIdentifierGuid": "644f95e4-c139-49d8-886b-836f8f0d4993",
"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:16:45.1165731",
"lastProcessed": "2026-04-03T06:16:45.1165731",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$id": "6",
"identifier": "/ad1nmrNlkuL3nGScruqaA==",
"identifierGuid": "9e75a7fd-cd6a-4b96-8bde-719272bbaa68",
"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": "9/HdXg8NlE+WQn5i5v9RGg==",
"primaryContactID": "5eddf1f7-0d0f-4f94-9642-7e62e6ff511a",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "CG3vi8gq+0ecUxiyAhqpLQ==",
"supplierGroupGuid": "8bef6d08-2ac8-47fb-9c53-18b2021aa92d",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-04-03T06:16:45.1165731",
"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": "7",
"id": "e312112a-3e77-494c-9ed2-39c996315903",
"identifier": "S/tDORpRckqSBEEqsu2y6Q==",
"identifierGuid": "3943fb4b-511a-4a72-9204-412ab2edb2e9",
"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": "8",
"supplierIdentifier": "axLRBYxI00KCrCKEgkqjtw==",
"supplierIdentifierGuid": "05d1126b-488c-42d3-82ac-2284824aa3b7",
"contactGuid": "K3W3FvCJvEuZhWUAOJGUMg==",
"contactID": "16b7752b-89f0-4bbc-9985-650038919432",
"contact": {
"$ref": "7"
},
"supplier": {
"$ref": "6"
}
},
{
"$ref": "8"
}
],
"products": [
{
"$id": "9",
"pluG_UID": "4JnanD/so0m1VhTacpq4aQ==",
"pluGuid": "9cda99e0-ec3f-49a3-b556-14da729ab869",
"supplierIdentifier": "bizS9BaMd0SkIwuM31x8Kw==",
"supplierIdentifierGuid": "f4d22c6e-8c16-4477-a423-0b8cdf5c7c2b",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-04-03T06:16:45.1165731",
"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:16:45.1165731",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "10",
"pluG_UID": "fsFJ3NTpBEyhRe2858jn9Q==",
"pluGuid": "dc49c17e-e9d4-4c04-a145-edbce7c8e7f5",
"supplierIdentifier": "+W1AAMXEB0iXkwu8kEzPSg==",
"supplierIdentifierGuid": "00406df9-c4c5-4807-9793-0bbc904ccf4a",
"invoiceCode": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "10"
}
],
"storeIDs": [
1,
2
],
"preferredSupplier": true,
"preferredRebateSupplier": true,
"supplierName": "sample string 42",
"salesMode": 43,
"orderPacked": true,
"active": true,
"price": 1,
"costGstPercent": 45,
"parentPluG_UID": "ksHMZGyjM0O64P8ncUTeDQ==",
"parentPluGuid": "64ccc192-a36c-4333-bae0-ff277144de0d",
"freight": 46.0,
"freightType": 1,
"product": {
"$id": "11",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "27V5FbUSxUeFVWzzD2kqHQ==",
"guid": "1579b5db-12b5-47c5-8555-6cf30f692a1d",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "4AfWXvLaH0mE74/2loWQwg==",
"priceGroupGuid": "5ed607e0-daf2-491f-84ef-8ff6968590c2",
"blueprintID": 1,
"lastCountedDate": "2026-04-03T06:16:45.1321795",
"externalID": "sample string 7",
"active": true,
"activated": "2026-04-03T06:16:45.1321795",
"pluCreated": "2026-04-03T06:16:45.1321795",
"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:16:45.1321795",
"lastManualUpdate": "2026-04-03T06:16:45.1321795",
"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:16:45.1321795",
"currentCostUpdated": "2026-04-03T06:16:45.1321795",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-04-03T06:16:45.1321795",
"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:16:45.1321795",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "e57F7S7w80+EvFlTRXb/Rw==",
"altPLUGuid": "edc59e7b-f02e-4ff3-84bc-59534576ff47",
"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:16:45.1321795",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "W4RWr1qeAkaF2THtwzgW5g==",
"shelfPageLayoutGuid": "af56845b-9e5a-4602-85d9-31edc33816e6",
"talkerPageLayoutG_UID": "l1QWALuWuEuwv9G4cgaJpw==",
"talkerPageLayoutGuid": "00165497-96bb-4bb8-b0bf-d1b8720689a7",
"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": "reiYfcUKNEijT+p0HntmWg==",
"inventoryIdentifier": "7d98e8ad-0ac5-4834-a34f-ea741e7b665a",
"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": "uNpt+p464UaXPVRsP1vkXw==",
"parentPluGuid": "fa6ddab8-3a9e-46e1-973d-546c3f5be45f",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "ZyaJy/TeiU2n8osrA+AGdw==",
"supplierIdentifierGuid": "cb892667-def4-4d89-a7f2-8b2b03e00677",
"supplierChanged": true,
"rebateSupplierIdentifier": "TCT8HNTYN0eoIFzwOCdRcA==",
"rebateSupplierIdentifierGuid": "1cfc244c-d8d4-4737-a820-5cf038275170",
"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:16:45.1321795",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "06LHZrPvdU6MC1rdGDuo6Q==",
"hostIdentifierGuid": "66c7a2d3-efb3-4e75-8c0b-5add183ba8e9",
"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": "11"
},
{
"$ref": "11"
}
],
"store": {
"$ref": "1"
},
"storePrices": [
{
"$id": "12",
"pluG_UID": "BbSv9JFJsEqx5FGS54lQvA==",
"pluGuid": "f4afb405-4991-4ab0-b1e4-5192e78950bc",
"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:16:45.1321795"
},
{
"$ref": "12"
}
],
"currentPrices": {
"$id": "13",
"pluPrices": {
"$id": "14",
"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:16:45.1321795",
"priceChangeType": 0,
"costDecimals": 11,
"costCalcMethod": 12,
"targetCampaignPriceGtOrEquNormal": true
},
"normalPluPrices": {
"$ref": "14"
},
"winningCampaign": 1,
"winner": {
"$id": "15",
"campaignName": "sample string 1",
"campaignDescription": "sample string 2",
"talkerText": "sample string 3",
"disableWasSave": true,
"startDate": "2026-04-03T06:16:45.1321795",
"startTime": 5,
"endDate": "2026-04-03T06:16:45.1321795",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "MOsyU8LTkUewLjGlbITJEw==",
"hostIdentifierGuid": "5332eb30-d3c2-4791-b02e-31a56c84c913",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "15"
},
{
"$ref": "15"
}
]
},
"tray": {
"$id": "16",
"g_UId": "dAjfGYyvkUmMJx5n7+G2rA==",
"guid": "19df0874-af8c-4991-8c27-1e67efe1b6ac",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "17",
"priceGroupG_UID": "4Ev6y7/u0UuMCoc3fR0wmw==",
"priceGroupGuid": "cbfa4be0-eebf-4bd1-8c0a-87377d1d309b",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-04-03T06:16:45.1321795",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "11"
},
{
"$ref": "11"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "18",
"pluG_UID": "V74Kx9KslEKOsQgNeQXQQA==",
"pluGuid": "c70abe57-acd2-4294-8eb1-080d7905d040",
"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": "19",
"pluGuid": "b21a47be-79f6-4f02-a534-f2c106fb9e7f",
"created": "2026-04-03T06:16:45.1321795",
"createdByUser": "sample string 1",
"activated": "2026-04-03T06:16:45.1321795",
"activatedByUser": "sample string 2",
"deactivated": "2026-04-03T06:16:45.1321795",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-04-03T06:16:45.1321795",
"lastOrderedQty": 4.0,
"lastReceived": "2026-04-03T06:16:45.1321795",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-04-03T06:16:45.1321795",
"lastSold": "2026-04-03T06:16:45.1321795",
"firstSold": "2026-04-03T06:16:45.1321795",
"awsUpdated": "2026-04-03T06:16:45.1321795",
"lastManualUpdate": "2026-04-03T06:16:45.1321795",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-04-03T06:16:45.1321795",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-04-03T06:16:45.1321795",
"doNotRangeUpdated": "2026-04-03T06:16:45.1321795",
"doNotOrderUpdated": "2026-04-03T06:16:45.1321795",
"tracked": "2026-04-03T06:16:45.1321795"
},
"allergens": [
{
"$id": "20",
"primaryKey": {
"$id": "21",
"pluGuid": "33db7901-58f8-44d5-ba8f-6d1ec7dc97e6",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "AXnbM/hY1US6j20ex9yX5g==",
"pluGuid": "33db7901-58f8-44d5-ba8f-6d1ec7dc97e6",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "20"
}
],
"costs": {
"$id": "22",
"pluG_UID": "lCXYfxfkN0ibFQY6Jc1tmg==",
"pluGuid": "7fd82594-e417-4837-9b15-063a25cd6d9a",
"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:16:45.1321795",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "23",
"saleHeaderID": 1,
"created": "2026-04-03T06:16:45.1321795",
"createdLocal": "2026-04-03T06:16:45.1321795",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "9DuW8ZVIc0mfmPaaQHjnbg==",
"operatorGuid": "f1963bf4-4895-4973-9f98-f69a4078e76e",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "la9WWzIMHUSFqjrTTrNa6A==",
"pluGuid": "5b56af95-0c32-441d-85aa-3ad34eb35ae8",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$id": "24",
"id": 1,
"g_Uid": "MY4rlYUlL0qAdv/e8f68nw==",
"guid": "952b8e31-2585-4a2f-8076-ffdef1febc9f",
"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:16:45.1321795",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-04-03T06:16:45.1321795",
"endShift": "2026-04-03T06:16:45.1321795",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "25",
"operatorG_UID": "bhiDH7tj+06jcfsovIAmxg==",
"operatorGuid": "1f83186e-63bb-4efb-a371-fb28bc8026c6",
"storeID": 2,
"operator": {
"$ref": "24"
},
"store": {
"$ref": "1"
}
},
{
"$ref": "25"
}
]
}
},
{
"$ref": "23"
}
],
"apns": [
{
"$id": "26",
"pluID": 1,
"pluG_UID": "673T+hiPwkOeYrqxhIWOUg==",
"pluGuid": "fad3bdeb-8f18-43c2-9e62-bab184858e52",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "26"
}
],
"tuns": [
{
"$id": "27",
"pluG_UId": "syEO19ML/Ue7jfI4wCg0dg==",
"pluGuid": "d70e21b3-0bd3-47fd-bb8d-f238c0283476",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "11"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "27"
}
],
"competitionPricing": [
{
"$id": "28",
"identifier": "7NAEn5mr30iz8zgifsGqQA==",
"identifierGuid": "9f04d0ec-ab99-48df-b3f3-38227ec1aa40",
"pluG_UID": "lVNgjrsuuk+H6DtkngDKbQ==",
"pluGuid": "8e605395-2ebb-4fba-87e8-3b649e00ca6d",
"competitionID": 1,
"name": "sample string 2",
"sellMultiple": 3,
"retailPrice": 4,
"storeName": "sample string 5"
},
{
"$ref": "28"
}
],
"supplier": {
"$ref": "6"
},
"supplierName": "sample string 148",
"children": [
{
"$ref": "11"
},
{
"$ref": "11"
}
],
"ordering": {
"$ref": "9"
},
"flipChartPages": [
{
"$id": "29",
"identifier": "8jrjPFPG9UyI7Q3pYnlUkQ==",
"groupName": "sample string 1",
"identifierGuid": "3ce33af2-c653-4cf5-88ed-0de962795491",
"exists": true,
"flipChartIdentifier": "OLyVWXIxpU2IbdoX1ABKHQ==",
"flipChartIdentifierGuid": "5995bc38-3172-4da5-886d-da17d4004a1d",
"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": "0h5tK+rxLE2s95g5iMfSfQ==",
"groupIdentifierGuid": "2b6d1ed2-f1ea-4d2c-acf7-983988c7d27d",
"flipChart": {
"$id": "30",
"identifier": "l7Gb7QHxEEWRxlCbuHFlWA==",
"identifierGuid": "ed9bb197-f101-4510-91c6-509bb8716558",
"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": "31",
"identifier": "VqAV15zKcU+GnzIeNiPETg==",
"identifierGuid": "d715a056-ca9c-4f71-869f-321e3623c44e",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "32",
"id": 1,
"g_UID": "M0km9Qf8bEuoGdo9yRfF9Q==",
"guid": "f5264933-fc07-4b6c-a819-da3dc917c5f5",
"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": "vj5eU17eg023M4FvWlBpZw==",
"previousFormGuid": "535e3ebe-de5e-4d83-b733-816f5a506967",
"nextForm": 1,
"nextFormG_UID": "0D2GRBNDbU+FYdfT/AFOAg==",
"nextFormGuid": "44863dd0-4313-4f6d-8561-d7d3fc014e02",
"attributes": "sample string 10",
"updated": "2026-04-03T06:16:45.1321795",
"positioning": 1,
"contentPanel": "sample string 11",
"selectionMode": 1,
"maximumSelections": 1,
"alteredInStore": true,
"deleted": true,
"blueprintID": 1,
"preserveLayout": true,
"mainCheckoutFormName": "sample string 13",
"nextCheckoutForm": {
"$ref": "32"
},
"previousCheckoutForm": {
"$ref": "32"
},
"buttons": [
{
"$id": "33",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "eJR+pohHtkaoxRS/OzkNaQ==",
"checkoutFormGuid": "a67e9478-4788-46b6-a8c5-14bf3b390d69",
"identifier": "QKkonotB+Uqp5qkvtRTGZQ==",
"identifierGuid": "9e28a940-418b-4af9-a9e6-a92fb514c665",
"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": "rB28tBXljEq3JIKZIzKlSQ==",
"valueGuid": "b4bc1dac-e515-4a8c-b724-82992332a549",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-04-03T06:16:45.1321795",
"action": "sample string 12",
"valueForm": {
"$ref": "32"
},
"image": {
"$id": "34",
"name": "sample string 3.sample string 4",
"imageID": 2,
"imageName": "sample string 3",
"imageExtension": "sample string 4",
"lastUpdate": "2026-04-03T06:16:45.1321795",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "33"
}
],
"panels": [
{
"$id": "35",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "iG3ICbr780SZpxMqaBfd5g==",
"checkoutFormGuid": "09c86d88-fbba-44f3-99a7-132a6817dde6",
"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": "35"
}
]
},
{
"$ref": "32"
}
],
"panels": [
{
"$ref": "35"
},
{
"$ref": "35"
}
]
},
"pages": [
{
"$ref": "29"
},
{
"$ref": "29"
}
]
},
"contentPanel": {
"$ref": "35"
},
"products": [
{
"$id": "36",
"flipChartPageIdentifier": "nmq/Na7huk2YAstBjyJuLA==",
"flipChartPageIdentifierGuid": "35bf6a9e-e1ae-4dba-9802-cb418f226e2c",
"pluG_UID": "mA1F5iov3UK0H9FBSRSq6w==",
"pluGuid": "e6450d98-2f2a-42dd-b41f-d1414914aaeb",
"sortOrder": 3,
"sent": true,
"productChanged": true,
"productImageName": "sample string 6",
"productShowImageOnFlipCharts": true,
"productShowTextOnFlipCharts": true,
"productOverrideFlipChartText": true,
"productFlipChartText": "sample string 10",
"product": {
"$ref": "11"
},
"departmentSortOrder": 11,
"subDepartmentName": "sample string 12"
},
{
"$ref": "36"
}
],
"productCount": 27,
"pages": [
{
"$ref": "29"
},
{
"$ref": "29"
}
]
},
{
"$ref": "29"
}
],
"priceHistory": [
{
"$id": "37",
"pluG_UID": "ypRt1P46/kyKyAnqMrFdhA==",
"pluGuid": "d46d94ca-3afe-4cfe-8ac8-09ea32b15d84",
"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:16:45.1321795",
"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": "37"
}
],
"ingredients": [
{
"$id": "38",
"pluG_UID": "0O1Ig0KLy0+BLTvBk7sAlw==",
"ingredientGuid": "6nBUBA/FF02X9NrPi0WEbw==",
"ingredientIdentifier": "045470ea-c50f-4d17-97f4-dacf8b45846f",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "11"
}
},
{
"$ref": "38"
}
],
"bins": [
{
"$id": "39",
"pluG_UID": "1iAHa9cv/EKAjFD2m1gJ2g==",
"pluGuid": "6b0720d6-2fd7-42fc-808c-50f69b5809da",
"shelfLocationIdentifier": "5WO1WG3p00u+0KjqJ3fGQw==",
"shelfLocationGuid": "58b563e5-e96d-4bd3-bed0-a8ea2777c643",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "6tcqSsGVjUKP2+gIog2yPQ==",
"labelPageLayoutGuid": "4a2ad7ea-95c1-428d-8fdb-e808a20db23d",
"updated": "2026-04-03T06:16:45.1321795",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "11"
},
"location": {
"$id": "40",
"identifier": "3jQHFdN8MUaEuBK6HHANxQ==",
"storeID": 1,
"identifierGuid": "150734de-7cd3-4631-84b8-12ba1c700dc5",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-04-03T06:16:45.1321795",
"minTemp": 1,
"maxTemp": 1,
"checkFrequency": 1,
"storeCaseConfiguration": 5,
"storeName": "sample string 6",
"bins": [
{
"$ref": "39"
},
{
"$ref": "39"
}
]
}
},
{
"$ref": "39"
}
],
"bin": {
"$ref": "39"
},
"scaleLocations": [
{
"$id": "41",
"plu": 1,
"pluG_UID": "0MnhymW++0+bFjpK/Q7rCw==",
"pluGuid": "cae1c9d0-be65-4ffb-9b16-3a4afd0eeb0b",
"deptNo": 1,
"product": {
"$ref": "11"
},
"scaleLocation": {
"$id": "42",
"id": 1,
"deptNo": 1,
"deptCode": "sample string 2",
"name": "sample string 3",
"enabled": true,
"updated": "2026-04-03T06:16:45.1321795",
"department": {
"$id": "43",
"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": "42"
},
"subDepartments": [
{
"$id": "44",
"id": 1,
"departmentID": 2,
"name": "sample string 3",
"code": "sample string 4",
"departmentCode": "sample string 5",
"externalSales": true,
"minorDepartments": [
{
"$id": "45",
"id": 1,
"subDepartmentID": 2,
"departmentID": 3,
"name": "sample string 4",
"subDepartmentCode": "sample string 5",
"departmentCode": "sample string 6",
"code": "sample string 7",
"lesserDepartments": [
{
"$id": "46",
"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:16:45.1321795",
"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": "/+cZaaPWuk+bGYoX6FsjQw==",
"labelPageLayoutGuid": "6919e7ff-d6a3-4fba-9b19-8a17e85b2343",
"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": "47",
"dept": 1,
"category": 2,
"name": "sample string 3",
"active": true,
"mscCommodities": [
{
"$id": "48",
"dept": 1,
"category": 2,
"commodity": 3,
"name": "sample string 4",
"active": true,
"mscSubCommodities": [
{
"$id": "49",
"dept": 1,
"category": 2,
"commodity": 3,
"subCommodity": 4,
"name": "sample string 5",
"active": true,
"subCommodityCode": "sample string 7"
},
{
"$ref": "49"
}
],
"commodityCode": "sample string 6"
},
{
"$ref": "48"
}
],
"categoryCode": "sample string 5"
},
"mscCom": {
"$ref": "48"
},
"mscDep": {
"$id": "50",
"dept": 1,
"name": "sample string 2",
"active": true,
"mscCategories": [
{
"$ref": "47"
},
{
"$ref": "47"
}
],
"deptCode": "sample string 4"
},
"mscSubCom": {
"$ref": "49"
}
},
{
"$ref": "46"
}
],
"updated": "2026-04-03T06:16:45.1321795",
"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": "kobWqjpRKEi4fOQfgPtfEw==",
"labelPageLayoutGuid": "aad68692-513a-4828-b87c-e41f80fb5f13",
"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": "47"
},
"mscCom": {
"$ref": "48"
},
"mscDep": {
"$ref": "50"
},
"mscSubCom": {
"$ref": "49"
}
},
{
"$ref": "45"
}
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:16:45.1321795",
"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": "c2L7OFFZxU2deJ3XBurf4Q==",
"labelPageLayoutGuid": "38fb6273-5951-4dc5-9d78-9dd706eadfe1",
"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": "47"
},
"mscCom": {
"$ref": "48"
},
"mscDep": {
"$ref": "50"
},
"mscSubCom": {
"$ref": "49"
}
},
{
"$ref": "44"
}
],
"stores": [
1,
2
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:16:45.1321795",
"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": "/Pdn+Mq0dkW86ZGlz19Dhw==",
"labelPageLayoutGuid": "f867f7fc-b4ca-4576-bce9-91a5cf5f4387",
"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": "47"
},
"mscCom": {
"$ref": "48"
},
"mscDep": {
"$ref": "50"
},
"mscSubCom": {
"$ref": "49"
}
}
}
},
{
"$ref": "41"
}
],
"nextPrice": {
"$id": "51",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 1,
"hostOfferID": 1,
"metcashPromotionID": "sample string 4",
"metcashPromotionPlacement": "sample string 5",
"pluG_UID": "v6jpPNFEYUqEDR1nouLJtw==",
"pluGuid": "3ce9a8bf-44d1-4a61-840d-1d67a2e2c9b7",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "PYYIaX6qoEWCrhcqmheD1w==",
"dealCostGuid": "6908863d-aa7e-45a0-82ae-172a9a1783d7",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "NeTcH23/mUS0ySB5t580fw==",
"priceGroupGuid": "1fdce435-ff6d-4499-b4c9-2079b79f347f",
"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:16:45.1321795",
"rrp": 27,
"campaignDescription": "sample string 28",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "005e355f-fb1d-434a-b8bd-cb5b42abbc60",
"campaignComboPriceGroupG_UID": "r8l2DW8y60y2o0QvukLxtg==",
"campaignComboPriceGroupIdentifier": "0d76c9af-326f-4ceb-b6a3-442fba42f1b6",
"promotionPlacementDescription": "sample string 30",
"storeAcceptances": [
{
"$id": "52",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-04-03T06:16:45.1321795",
"operatorG_UID": "tunAFb1VzkO+o/8OduiKSg==",
"operatorGuid": "15c0e9b6-55bd-43ce-bea3-ff0e76e88a4a",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-04-03T06:16:45.1321795",
"signIqTicketFileMovedUtc": "2026-04-03T06:16:45.1321795",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-04-03T06:16:45.1321795",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "be8ded7b-43d0-4d51-a35e-7e6fdef487b0",
"product": {
"$ref": "11"
},
"campaignPlu": {
"$ref": "51"
},
"fuelItem": true
},
{
"$ref": "52"
}
],
"campaign": {
"$id": "53",
"id": 1,
"storeID": 2,
"name": "658a8e9c-d6e1-4957-8b2f-e3acc1ba63d2",
"nameGuid": "658a8e9c-d6e1-4957-8b2f-e3acc1ba63d2",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-04-03T06:16:45.1321795",
"startTime": 1,
"endDate": "2026-04-03T06:16:45.1321795",
"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:16:45.1321795",
"system": true,
"created": "2026-04-03T06:16:45.1321795",
"updated": "2026-04-03T06:16:45.1321795",
"priceChangeNotifiedUtc": "2026-04-03T06:16:45.1321795",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "QhN3ykgrNkOgeWot0GojVQ==",
"hostIdentifierGuid": "ca771342-2b48-4336-a079-6a2dd06a2355",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-04-03T06:16:45.1321795",
"updatedByUser": "sample string 18",
"offerID": 1,
"isPriceChangeCampaign": true,
"stores": [
1,
2
],
"storeNames": [
"sample string 1",
"sample string 2"
],
"campaignPlus": [
{
"$ref": "51"
},
{
"$ref": "51"
}
],
"campaignPools": [
{
"$id": "54",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 4,
"pluG_UID": "+oGlE48dHEu+5Rmz9lTPdg==",
"pluGuid": "13a581fa-1d8f-4b1c-bee5-19b3f654cf76",
"hostOfferID": 1,
"priceGroupG_UID": "mul0eP1m10CODliVzzZE1w==",
"priceGroupGuid": "7874e99a-66fd-40d7-8e0e-5895cf3644d7",
"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:16:45.1321795",
"rrp": 17,
"campaignDescription": "sample string 18",
"product": {
"$ref": "11"
},
"campaign": {
"$ref": "53"
}
},
{
"$ref": "54"
}
],
"sellingRules": [
{
"$id": "55",
"id": 1,
"identifier": "ZkqxRu9WRkiKz7iSCOn1hw==",
"identifierStr": "ZkqxRu9WRkiKz7iSCOn1hw==",
"identifierGuid": "46b14a66-56ef-4846-8acf-b89208e9f587",
"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": "53"
}
},
{
"$ref": "55"
}
],
"customers": [
{
"$id": "56",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"customerID": "FkkaQ42q5UaH//Df1qK49A==",
"customerIDGuid": "431a4916-aa8d-46e5-87ff-f0dfd6a2b8f4",
"campaign": {
"$ref": "53"
},
"customer": {
"$id": "57",
"identifier": "Ib4qLZ3CF0qU6uluseVM0w==",
"identifierGuid": "2d2abe21-c29d-4a17-94ea-e96eb1e54cd3",
"code": "sample string 2",
"familyName": "sample string 3",
"givenName": "sample string 4",
"otherName": "sample string 5",
"title": "sample string 6",
"dateOfBirth": "2026-04-03T06:16:45.1321795",
"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": "vehqFQ30c0y2RLhhBk97Rw==",
"communityIdentifierGuid": "156ae8bd-f40d-4c73-b644-b861064f7b47",
"joined": "2026-04-03T06:16:45.1321795",
"updated": "2026-04-03T06:16:45.1321795",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "/CiIQOIawUqIp+ToGvZb7g==",
"priceLevelIdentifierGuid": "408828fc-1ae2-4ac1-88a7-e4e81af65bee",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-04-03T06:16:45.1321795",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "58",
"cardType": 2,
"issueDate": "2026-04-03T06:16:45.1321795",
"expiry": "2026-04-03T06:16:45.1321795",
"customerID": "zXr7LTncP02tUkF29782ug==",
"customerIDGuid": "2dfb7acd-dc39-4d3f-ad52-4176f7bf36ba",
"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:16:45.1321795",
"linkedAccount": "B5UAwc584k2cM1d7fbcchg==",
"linkedAccountGuid": "c1009507-7cce-4de2-9c33-577b7db71c86",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "57"
},
"account": {
"$id": "59",
"id": 1,
"identifier": "XAS3QZMKuUKvyMRoXfSFNw==",
"identifierGuid": "41b7045c-0a93-42b9-afc8-c4685df48537",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-04-03T06:16:45.1321795",
"owner": "WBeenka/3UOnQ67BUd56bg==",
"ownerGuid": "9e9e1758-bf46-43dd-a743-aec151de7a6e",
"accountStoreGroupIdentifier": "JTCUDqVyAEmWDMZvOdffwQ==",
"accountStoreGroupGuid": "0e943025-72a5-4900-960c-c66f39d7dfc1",
"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:16:45.1321795",
"active": true,
"updated": "2026-04-03T06:16:45.1321795",
"deleted": true,
"deletedUser": "sample string 16",
"currentBalanceChanged": true,
"maximumLimitChanged": true,
"loyaltyPointsChanged": true,
"projectedBalance": 17,
"accountStoreGroupStoreIDs": [
1,
2
],
"customerEmail": "sample string 18",
"ownerCustomer": {
"$ref": "57"
},
"card": {
"$ref": "58"
},
"members": {
"$id": "60",
"sample string 1": [
{
"$ref": "57"
},
{
"$ref": "57"
}
],
"sample string 2": [
{
"$ref": "57"
},
{
"$ref": "57"
}
]
},
"customerGroups": [
{
"$id": "61",
"identifier": "CFMN8TXAwkSTCh32DyHPvw==",
"identifierGuid": "f10d5308-c035-44c2-930a-1df60f21cfbf",
"name": "sample string 2",
"primaryContact": "Ke9QIsHs7Eqj+zvDsQiqZA==",
"primaryContactGuid": "2250ef29-ecc1-4aec-a3fb-3bc3b108aa64",
"accountID": "WwmhfmiJTUyrzCtMtXQk2Q==",
"accountIDGuid": "7ea1095b-8968-4c4d-abcc-2b4cb57424d9",
"special": true,
"updated": "2026-04-03T06:16:45.1321795",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "FW7CXD6+O0+RVOvBBgoD6A==",
"priceLevelIdentifierGuid": "5cc26e15-be3e-4f3b-9154-ebc1060a03e8",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "59"
},
"primaryContactCustomer": {
"$ref": "57"
},
"customerGroupMembers": [
{
"$id": "62",
"id": 1,
"groupID": "QgBRIbbIJUWtqF+5zwMYQA==",
"groupIDGuid": "21510042-c8b6-4525-ada8-5fb9cf031840",
"customerID": "kdMIepa8u0SFmydGm2DYUQ==",
"customerIDGuid": "7a08d391-bc96-44bb-859b-27469b60d851",
"card": "sample string 4",
"linkedAccount": "jL80uBPqvkaX0n0rnemysw==",
"linkedAccountGuid": "b834bf8c-ea13-46be-97d2-7d2b9de9b2b3",
"customer": {
"$ref": "57"
},
"group": {
"$ref": "61"
},
"customerCard": {
"$ref": "58"
}
},
{
"$ref": "62"
}
]
},
{
"$ref": "61"
}
]
},
"payments": [
{
"$id": "63",
"id": 1,
"identifier": "N6vVSd/cckii55Jc7c2uqg==",
"identifierGuid": "49d5ab37-dcdf-4872-a2e7-925cedcdaeaa",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "ElVuvEQLuUWii2BAM07fXg==",
"accountIDGuid": "bc6e5512-0b44-45b9-a28b-6040334edf5e",
"customerAccount": {
"$ref": "59"
},
"customerCard": {
"$ref": "58"
},
"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:16:45.1321795",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "YC6//Zbr6UqKQ/un2THygg==",
"idempotentVoidGuid": "fdbf2e60-eb96-4ae9-8a43-fba7d931f282",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "64",
"saleHeaderID": 1,
"saleHeaderGuid": "J2iN1HQ2r0avmGACTWDV0A==",
"saleHeaderIdentifierGuid": "d48d6827-3674-46af-af98-60024d60d5d0",
"created": "2026-04-03T06:16:45.1321795",
"createdLocal": "2026-04-03T06:16:45.1321795",
"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:16:45.1321795",
"storeID": 1,
"operatorG_Uid": "cAvLbEVWqU+L95LBCEz78w==",
"operatorGuid": "6ccb0b70-5645-4fa9-8bf7-92c1084cfbf3",
"customerG_Uid": "k8okrJpjg0iaqoPkWEBZBA==",
"customerGuid": "ac24ca93-639a-4883-9aaa-83e458405904",
"communityIdentifier": "LZLaIopC90KFphT+nqlT/A==",
"communityIdentifierGuid": "22da922d-428a-42f7-85a6-14fe9ea953fc",
"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": "f/4/uVbV30O+t1c7FJC+YA==",
"priceLevelIdentifierGuid": "b93ffe7f-d556-43df-beb7-573b1490be60",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-04-03T06:16:45.1321795+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": "65",
"customerName": "sample string 1",
"pickupAt": "2026-04-03T06:16:45.1321795",
"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": "24"
},
"customer": {
"$ref": "57"
},
"communityOrganisation": {
"$id": "66",
"id": 1,
"identifier": "gPe5EEdGY0OuV89x87nZbg==",
"identifierGuid": "10b9f780-4647-4363-ae57-cf71f3b9d96e",
"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:16:45.1321795",
"promoPeriodEnd": "2026-04-03T06:16:45.1321795",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-04-03T06:16:45.1321795",
"deleted": true
},
"details": [
{
"$id": "67",
"saleItemID": 1,
"identifier": "M7KihmW0XEWgzCgKWtIeGg==",
"identifierGuid": "86a2b233-b465-455c-a0cc-280a5ad21e1a",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "vIvArRnLa0qErzNy8A66Ew==",
"pluGuid": "adc08bbc-cb19-4a6b-84af-3372f00eba13",
"accountID": "WDyqAzGM1EqLXVZaDrxsPA==",
"accountIDGuid": "03aa3c58-8c31-4ad4-8b5d-565a0ebc6c3c",
"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:16:45.1321795",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "eoYCAkYbqUiRhDVIGPLJ4g==",
"refundGuid": "0202867a-1b46-48a9-9184-354818f2c9e2",
"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": "WA6YXpOMgEWVCjyzi6TAmQ==",
"idempotentVoidGuid": "5e980e58-8c93-4580-950a-3cb38ba4c099",
"priceLevelIdentifier": "ZOPkYY+FDkS6l1RvC70jlA==",
"priceLevelIdentifierGuid": "61e4e364-858f-440e-ba97-546f0bbd2394",
"communityIdentifier": "oIo2rOPr00ed88b08opz4Q==",
"communityIdentifierGuid": "ac368aa0-ebe3-47d3-9df3-c6f4f28a73e1",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "68",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-04-03T06:16:45.1321795",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "68"
}
],
"refund": {
"$id": "69",
"id": 1,
"g_UID": "A85GUhGrok2gnxCOSImYiQ==",
"guid": "5246ce03-ab11-4da2-a09f-108e48899889",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-04-03T06:16:45.1321795"
},
"modifier": {
"$id": "70",
"id": 1,
"setG_UID": "aVM8oxx+YEa5CyfzoRKCLg==",
"modifierSetGuid": "a33c5369-7e1c-4660-b90b-27f3a112822e",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "cJwgajhObUST7AoAfvI48w==",
"pluGuid": "6a209c70-4e38-446d-93ec-0a007ef238f3",
"deleted": true,
"g_UID": "yDVN0SlVT0+qyVid6B/6rQ==",
"guid": "d14d35c8-5529-4f4f-aac9-589de81ffaad",
"product": {
"$ref": "11"
}
},
"priceLevelName": "sample string 25",
"pumpNumber": 1,
"hoseNumber": 1
},
{
"$ref": "67"
}
],
"eftReceipts": [
{
"$id": "71",
"id": 1,
"storeID": 1,
"saleHeaderID": 2,
"storeSaleHeader": {
"$ref": "64"
},
"receipt": "sample string 3",
"processed": 1
},
{
"$ref": "71"
}
],
"payments": [
{
"$ref": "63"
},
{
"$ref": "63"
}
],
"cards": [
{
"$id": "72",
"id": 1,
"saleHeaderID": 1,
"identifier": "sample string 2",
"cardType": 3,
"providerName": "sample string 4"
},
{
"$ref": "72"
}
],
"campaignHits": [
{
"$id": "73",
"id": 1,
"saleHeaderID": 2,
"campaign": "sample string 3",
"name": "sample string 4",
"processed": 1,
"campaignDescription": "sample string 5"
},
{
"$ref": "73"
}
],
"fuel": [
{
"$id": "74",
"id": 1,
"plu": 1,
"pluG_UID": "mXfcduJc5US8e87El2nb0w==",
"pluGuid": "76dc7799-5ce2-44e5-bc7b-cec49769dbd3",
"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:16:45.1321795",
"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:16:45.1321795",
"tagNumber": "sample string 15",
"trackTwoRem": "sample string 16",
"transCode": 1,
"transType": 1,
"unitPrice": 1.0,
"vehicleReg": "sample string 17",
"offline": true,
"processed": 1
},
{
"$ref": "74"
}
],
"fuelResells": [
{
"$id": "75",
"saleItemID": 1,
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "OUvZkX/EikGcaF+YAWrCag==",
"pluGuid": "91d94b39-c47f-418a-9c68-5f98016ac26a",
"accountID": "cC/GNgVnfUqhUDo8T0xlNQ==",
"accountIDGuid": "36c62f70-6705-4a7d-a150-3a3c4f4c6535",
"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:16:45.1321795",
"bestOrExpireType": 1,
"refundG_UID": "R0wqHazmZ02sicDU5l3dfQ==",
"refundGuid": "1d2a4c47-e6ac-4d67-ac89-c0d4e65ddd7d",
"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": "75"
}
],
"customerOrder": [
{
"$id": "76",
"identifier": "ayETqpO/hk2xxLkw1O70Uw==",
"identifierGuid": "aa13216b-bf93-4d86-b1c4-b930d4eef453",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "4GwiSNR8sUWaDoPeJUKxUA==",
"customerIdentifierGuid": "48226ce0-7cd4-45b1-9a0e-83de2542b150",
"operatorNo": 1,
"operatorG_UID": "E0I454fy406QZjFKu1GNlA==",
"operatorGuid": "e7384213-f287-4ee3-9066-314abb518d94",
"created": "2026-04-03T06:16:45.1321795",
"ordered": "2026-04-03T06:16:45.1321795",
"started": "2026-04-03T06:16:45.1321795",
"completed": "2026-04-03T06:16:45.1321795",
"supplied": "2026-04-03T06:16:45.1321795",
"quickTicket": 1,
"deleted": true,
"walkAway": true,
"approxWait": 1,
"actualWait": 1,
"deliveryMethod": 8,
"externalSaleType": 9,
"customer": {
"$ref": "57"
},
"operator": {
"$ref": "24"
},
"details": [
{
"$id": "77",
"headerID": 1,
"plu": 1,
"pluG_UId": "NE6Bd/RJ20Kyi/4ZgEDBMw==",
"pluGuid": "77814e34-49f4-42db-b28b-fe198040c133",
"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": "R4VDjfZm40ihplm0z+V7/A==",
"headerIdentifierGuid": "8d438547-66f6-48e3-a1a6-59b4cfe57bfc",
"product": {
"$ref": "11"
}
},
{
"$ref": "77"
}
],
"storeName": "sample string 11",
"customerName": "sample string 12",
"storeReplyTo": "sample string 13",
"storeSubjectLine": "sample string 14",
"storeSaleHeader": {
"$ref": "64"
}
},
{
"$ref": "76"
}
],
"surveyResponses": [
{
"$id": "78",
"surveyG_UID": "P2QV5vIaUE6kxmOZ7m9T+A==",
"surveyGuid": "e615643f-1af2-4e50-a4c6-6399ee6f53f8",
"saleHeaderGuid": "XWLSUcVUqUqXcstObwYW7w==",
"saleGuid": "51d2625d-54c5-4aa9-9772-cb4e6f0616ef",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "D8je0KE9P0iDLhs9SmW8Nw==",
"guidResponse": "d0dec80f-3da1-483f-832e-1b3d4a65bc37",
"whoAnswered": 2,
"answeredAtUTC": "2026-04-03T06:16:45.1321795",
"sale": {
"$ref": "64"
},
"survey": {
"$id": "79",
"g_UID": "oKfXL2jpEUqTFJWZJgjN/Q==",
"guid": "2fd7a7a0-e968-4a11-9314-95992608cdfd",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "0oaVTvE3K0WJ2nYEsZbg8w==",
"checkoutFormGuid": "4e9586d2-37f1-452b-89da-7604b196e0f3",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-04-03T06:16:45.1321795",
"end": "2026-04-03T06:16:45.1321795",
"deleted": true,
"updated": "2026-04-03T06:16:45.1321795",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"1a46c6e6-7f4e-4c4a-b673-2dd88dd90e79",
"a8f29b47-15f6-48f1-96b2-1b8870be43cb"
],
"allowsAllTextResponses": true,
"surveyForm": {
"$ref": "32"
}
},
"ingressId": "sample string 4"
},
{
"$ref": "78"
}
],
"storeName": "sample string 39",
"terminalNumber": 40,
"machineName": "sample string 41",
"operatorName": "sample string 42",
"direction": 1,
"reason": "sample string 43",
"accountG_UID": "igyYLrJhvUCnhbdhcYKChw==",
"accountIdentifier": "2e980c8a-61b2-40bd-a785-b76171828287",
"accountName": "sample string 44",
"customerOrderIdentifier": "TtI8acvAjEexX7u34vLI/g==",
"customerOrderIdentifierGuid": "693cd24e-c0cb-478c-b15f-bbb7e2f2c8fe",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "80",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "eKAPoqE09UiLoy+zENUcGw==",
"paymentIdentifierGuid": "a20fa078-34a1-48f5-8ba3-2fb310d51c1b",
"identifier": "1i06lShKpkK5mg3aAqzvtQ==",
"identifierGuid": "953a2dd6-4a28-42a6-b99a-0dda02acefb5",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "pSRtr/59g0SUDXN5dGOl0A==",
"itemIdentifierGuid": "af6d24a5-7dfe-4483-940d-73797463a5d0"
}
},
{
"$ref": "63"
}
]
},
{
"$ref": "58"
}
],
"customerGroupMembers": [
{
"$ref": "62"
},
{
"$ref": "62"
}
],
"customerGroups": [
{
"$ref": "61"
},
{
"$ref": "61"
}
],
"accounts": [
{
"$ref": "59"
},
{
"$ref": "59"
}
],
"account": {
"$ref": "59"
},
"vouchers": [
{
"$id": "81",
"customerIdentifier": "ffNyPGgW1Ei+lCbnoYtf6g==",
"customerIdentifierGuid": "3c72f37d-1668-48d4-be94-26e7a18b5fea",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "i7VVOE90Rkqwik9ulnd1Dg==",
"idempotentGuid": "3855b58b-744f-4a46-b08a-4f6e9677750e",
"offline": true,
"voucher": {
"$id": "82",
"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:16:45.1321795",
"barcodeTemplate": {
"$id": "83",
"templateID": 1,
"template": "sample string 1",
"bcFunction": "sample string 2",
"sortOrder": 3
},
"scaleLabel": {
"$id": "84",
"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:16:45.1321795",
"labelPageLayout": "DYU7gBgTTU2pPMFu4GuPhg==",
"pageLayoutGuid": "803b850d-1318-4d4d-a93c-c16ee06b8f86",
"labelType": 6,
"oldName": "sample string 7",
"voucher": {
"$ref": "82"
},
"elements": [
{
"$id": "85",
"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:16:45.1321795"
},
{
"$ref": "85"
}
]
},
"customerVouchers": [
{
"$id": "86",
"id": 1,
"customerIdentifier": "3nqbzvIAdEaLnF8KFezgRw==",
"customerIdentifierGuid": "ce9b7ade-00f2-4674-8b9c-5f0a15ece047",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-04-03T06:16:45.1321795",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "aEKURz7s9k6+yHcQmAVgog==",
"issuedIdempotentGuid": "47944268-ec3e-4ef6-bec8-7710980560a2",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-04-03T06:16:45.1321795",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-04-03T06:16:45.1321795",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "DB6SusJq0Uyu/mE/bWZXXw==",
"redeemedIdempotentGuid": "ba921e0c-6ac2-4cd1-aefe-613f6d66575f",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-04-03T06:16:45.1321795",
"storeName": "sample string 17",
"scaleLabel": {
"$ref": "84"
},
"voucher": {
"$ref": "82"
},
"customer": {
"$ref": "57"
},
"issuedOfflinePayment": {
"$ref": "63"
},
"redeemedOfflinePayment": {
"$ref": "63"
}
},
{
"$ref": "86"
}
]
},
"customer": {
"$ref": "57"
}
},
{
"$ref": "81"
}
]
}
},
{
"$ref": "56"
}
],
"customerGroups": [
{
"$id": "87",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupID": "MFNj0uCK3EqPbLl7C3D1qw==",
"groupIDGuid": "d2635330-8ae0-4adc-8f6c-b97b0b70f5ab",
"campaign": {
"$ref": "53"
},
"group": {
"$ref": "61"
}
},
{
"$ref": "87"
}
],
"signIqTickets": [
{
"$id": "88",
"identifier": "Z2Xo4FWPTkauBRMzGE//NA==",
"identifierGuid": "e0e86567-8f55-464e-ae05-1333184fff34",
"campaignName": "sample string 2",
"message": "sample string 3",
"ticketFileSource": "sample string 4",
"ticketFileDestination": "sample string 5",
"storeID": 1
},
{
"$ref": "88"
}
],
"comboPriceGroups": [
{
"$id": "89",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"g_UID": "XHlPzJRBJ0y81QgK55DGQg==",
"guid": "cc4f795c-4194-4c27-bcd5-080ae790c642",
"description": "sample string 5",
"newPrice": 1,
"rangeDescription": "sample string 6",
"dealDescription": "sample string 7",
"labelQuantity": 8,
"hostProductCategoryID": 1,
"offerID": 1,
"dontUpdatePricePlus": true,
"campaign": {
"$ref": "53"
},
"comboPricePlus": [
{
"$id": "90",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupG_UID": "VRKgpjpHmEyD6rs5X++iOg==",
"groupGuid": "a6a01255-473a-4c98-83ea-bb395fefa23a",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "hTmTXQAEM0W4Dnh3MxWaOQ==",
"pluGuid": "5d933985-0400-4533-b80e-787733159a39",
"priceGroupG_UID": "rFTBjj04+EKize8XyRULJQ==",
"priceGroupGuid": "8ec154ac-383d-42f8-a2cd-ef17c9150b25",
"campaignPoolID": "sample string 7",
"quantity": 1,
"campaign": {
"$ref": "53"
},
"product": {
"$ref": "11"
},
"priceGroup": {
"$ref": "17"
},
"campaignPool": {
"$ref": "53"
}
},
{
"$ref": "90"
}
]
},
{
"$ref": "89"
}
],
"priceLevels": [
{
"$id": "91",
"id": 1,
"priceLevelIdentifier": "/dlTd8nBRkeb1a55mDEVZQ==",
"priceLevelIdentifierGuid": "7753d9fd-c1c9-4746-9bd5-ae7998311565",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "91"
}
],
"promotionType": {
"$id": "92",
"identifier": "gAjMRlAmr0qAe3hTJGlLrQ==",
"identifierGuid": "46cc0880-2650-4aaf-807b-785324694bad",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "6CWZNyAw90y+UW6zo+Zu2A==",
"labelPageLayoutGuid": "379925e8-3020-4cf7-be51-6eb3a3e66ed8",
"priceLevelIdentifier": "yggov0ovqkW91KhAJaJh1Q==",
"priceLevelIdentifierGuid": "bf2808ca-2f4a-45aa-bdd4-a84025a261d5",
"active": true,
"updated": "2026-04-03T06:16:45.1321795",
"hostName": "sample string 11"
}
},
"product": {
"$ref": "11"
},
"dealCost": {
"$id": "93",
"headerIdentifier": "FcFOmN5xRkC6auAXMKYpLQ==",
"headerIdentifierGuid": "984ec115-71de-4046-ba6a-e01730a6292d",
"identifier": "Z0LemD0tlEqGsUCmrmZMFg==",
"identifierGuid": "98de4267-2d3d-4a94-86b1-40a6ae664c16",
"supplierIdentifier": "64LeNSatL0+9XEqoCZfIiw==",
"supplierGuid": "35de82eb-ad26-4f2f-bd5c-4aa80997c88b",
"pluG_UID": "0PHm8oI+BE25WQTRv8oktQ==",
"pluGuid": "f2e6f1d0-3e82-4d04-b959-04d1bfca24b5",
"campaignName": "110d8099-d9aa-4367-96f5-2be1bbb892bf",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-04-03T06:16:45.1321795",
"end": "2026-04-03T06:16:45.1321795",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "0e/zjRoEJk2KIJcN69cWGg==",
"bonusItemPluGuid": "8df3efd1-041a-4d26-8a20-970debd7161a",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-04-03T06:16:45.1321795",
"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:16:45.1321795",
"campaignEndDate": "2026-04-03T06:16:45.1321795",
"masterPLUG_UID": "0jdKsDrE7ESY8SbQFdie0w==",
"masterID": "b04a37d2-c43a-44ec-98f1-26d015d89ed3",
"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": "iOTVOU7QqE6y0OobNtvIdg==",
"bonusMasterID": "39d5e488-d04e-4ea8-b2d0-ea1b36dbc876",
"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:16:45.1321795",
"dealCosts": [
{
"$ref": "93"
},
{
"$ref": "93"
}
],
"tags": [
{
"$id": "94",
"pluG_UID": "PXVC9A2xCU+Owu51OAy+4g==",
"pluGuid": "f442753d-b10d-4f09-8ec2-ee75380cbee2",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "94"
}
],
"alternateProductG_UID": "rBzm8UXrKkmpF+kTaX6XnQ==",
"alternateProduct": "f1e61cac-eb45-492a-a917-e913697e979d",
"altProduct": {
"$ref": "11"
},
"productHostCode": {
"$id": "95",
"id": 1,
"pluG_UID": "6XQXhw6ZoEuD4i9rC92hTw==",
"pluGuid": "871774e9-990e-4ba0-83e2-2f6b0bdda14f",
"ibaCode": "sample string 2"
},
"mscCat": {
"$ref": "47"
},
"mscCom": {
"$ref": "48"
},
"mscDep": {
"$ref": "50"
},
"mscSubCom": {
"$ref": "49"
},
"isUserUpdate": true,
"ignoreMasterProduct": true,
"priceGroupLabelRequested": true,
"firstSold": "2026-04-03T06:16:45.1321795",
"inventoryTracked": "2026-04-03T06:16:45.1321795",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "96",
"pluG_UID": "xLJXFaCinUGtf0bCbLJ4bg==",
"pluGuid": "1557b2c4-a2a0-419d-ad7f-46c26cb2786e",
"fuelPluG_UID": "kIbKLs9u50Ojtpv8KLKMjg==",
"fuelPluGuid": "2eca8690-6ecf-43e7-a3b6-9bfc28b28c8e",
"price": 3,
"productDescription": "sample string 4",
"productBarcode": "sample string 5",
"fuelProductDescription": "sample string 6",
"fuelProductBarcode": "sample string 7",
"fuelProductPrice": 8
},
"productFuelLinks": [
{
"$ref": "96"
},
{
"$ref": "96"
}
]
},
"supplier": {
"$ref": "6"
},
"serviceFee": {
"$id": "97",
"id": 1,
"description": "sample string 1",
"fee": 1
},
"isPrimaryHost": true,
"hostVendor": 48
},
{
"$ref": "9"
}
],
"orderCycleHeaders": [
{
"$id": "98",
"storeID": 1,
"supplierIdentifier": "NwD76iwUVkaOXo18DAVhlQ==",
"supplierGuid": "eafb0037-142c-4656-8e5e-8d7c0c056195",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"storeName": "sample string 5",
"departmentName": "sample string 6",
"orderDays": 7
},
{
"$ref": "98"
}
],
"cycles": [
{
"$id": "99",
"storeID": 1,
"supplierIdentifier": "2VVR99ekHUyuoIrhQ4AUkw==",
"supplierGuid": "f75155d9-a4d7-4c1d-aea0-8ae143801493",
"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:16:45.1321795",
"deliveryDate": "2026-04-03T06:16:45.1321795",
"nextCutOffDate": "2026-04-03T06:16:45.1321795",
"nextDeliveryDate": "2026-04-03T06:16:45.1321795",
"nextDaysBuffer": 10
},
{
"$ref": "99"
}
],
"store": {
"$ref": "1"
},
"updated": "2026-04-03T06:16:45.1321795",
"isHost": true
},
"files": [
{
"$id": "100",
"id": "sample string 1",
"fileName": "sample string 2",
"extension": "sample string 3",
"provider": 0,
"type": 0,
"hostType": "sample string 4",
"createdUtc": "2026-04-03T06:16:45.1321795",
"processed": "2026-04-03T06:16:45.1321795",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-04-03T06:16:45.1321795",
"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": "5"
},
"metcashHeader": {
"$id": "101",
"customerNumber": "sample string 1",
"creationDate": "2026-04-03T06:16:45.1321795",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "100"
}
],
"zoneMatrix": [
{
"$id": "102",
"id": 1,
"hostIdentifier": "mwhLQ/DcCUe3KeKRzWI9xw==",
"hostIdentifierGuid": "434b089b-dcf0-4709-b729-e291cd623dc7",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"1587f7dc-752c-46e3-afb8-16483cf20c84",
"58fbb69e-f323-4f52-8f61-41fe069de59b"
]
},
{
"$ref": "102"
}
],
"hostFileStoreSetting": {
"$ref": "4"
},
"hostStoreSettings": [
{
"$ref": "4"
},
{
"$ref": "4"
}
],
"promotionPlacements": [
{
"$id": "103",
"identifier": "uDTTQy3N6Em1AIrESWOBwA==",
"identifierGuid": "43d334b8-cd2d-49e8-b500-8ac4496381c0",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "103"
}
],
"promoTypeGuids": [
"7c46a94b-09b6-4f4a-b593-5b1a146a7b8b",
"be578607-b215-479a-8873-43f5e0112fb6"
],
"isPromotionOnly": false,
"isOrderable": false,
"vendor": 0
},
"groupIDs": [
1,
2
],
"hostDescription": "sample string 27"
},
{
"$ref": "4"
}
],
"accounts": [
{
"$id": "104",
"id": 1,
"storeID": 1,
"accountName": "sample string 2",
"bsb": "sample string 3",
"accountNumber": "sample string 4",
"accountDesignated": true
},
{
"$ref": "104"
}
],
"sales": [
{
"$id": "105",
"id": 1,
"storeID": 1,
"externalSalesType": 2,
"ftpSiteID": 1,
"lastSaleProcessed": "2026-04-03T06:16:45.1321795",
"ftpSite": {
"$id": "106",
"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": "105"
}
],
"zoneMatrix": [
{
"$ref": "102"
},
{
"$ref": "102"
}
],
"cashManagements": [
{
"$id": "107",
"id": 1,
"storeID": 1,
"cashManagementType": 2,
"apiID": 1,
"organisationID": "sample string 3",
"siteName": "sample string 4",
"thirdPartyAPI": {
"$id": "108",
"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": "107"
}
],
"updateStoreID": "4759dbb5-c495-43d2-adf6-0b3cd208c2b6",
"updateStore": {
"$id": "109",
"id": "1e545342-717b-4978-92c6-73f466acf47c",
"name": "sample string 1",
"lastActivity": "2026-04-03T06:16:45.1321795",
"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:16:45.1321795"
},
"timeZoneId": "sample string 54",
"securityOptions": {
"$id": "110",
"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"
}
},
{
"$ref": "1"
}
]
application/xml
Sample not available.
text/xml
Sample not available.
text/csv
Sample not available.
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
PK 2�\Hɋm� 5 xl/workbook.xml � (� ����0��&�C����R8q���{)[i�?ik��-%�x�3;���ɸ�5f@5j_�
�!ؒ�{P��w�8�B��E��Cc�[�$ϲq0� ����/�X�:`����bR�z�C��͞&�d4ֺ���"�)�`�ERH3nX`%��U���+em~��Y��kNj�����`����/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="Refbdee2db4034bfd" /></Relationships>PK 2�\�I��� �7 xl/worksheets/sheet1.xml � (� �[�r�����⒔����N�8��7^��X�DI[����t
F�C"�e�
�>���ѯ�j�Xޟ�y�ƣ����jq��t�ss�?7����a��g}3�oF~�~�:�l6?�M&�˛��l]-��C��ru7ۄ_��O����������~3���j~;ۄ��7����hC�Z�X�gW�%��>u7[�N�a���G�����Ϧ�r<����П�u����S��\����˫�1�a'�b7����j~=�y�y�|x1_|�������v����n��n<��������jss:�Ẅ�����,�>?�6����}?��~r�O�q]i鹓�#�����ա�`�e\[�9sF���z�_���J ����VX��w7mwUY����la�v��������?��LJ�;&�2������G��Y�;v�����#D�qq�Q�\;B�!W]!;�XP��\x_!*��cG�b�����=v�(H�!J������E��ss��
fQ��#EWi��NX�8��V�B�%X��9V!JQȧ~~��PO��'�S{Fɉ��D�TV(%������V�-�N3������{���D���Js��
'���N�(9Ɏ������������p�jeԜ�?��
�47�YZ��n5'|e����|�ʨ=�)���0�sx��ǖ?�(�-2jQ[�dԢt]5k#�
����eԤl5)mŅt\����L*$��Iź��8c��C<��&?�5�ı#DM*y��h�Ɇ�r�8%����B}PQ�J'�W��p���(�BEM*�A�`
��AEM�V�!�
�
17*�PTԤr]o#���i!|���I�kPRiV�����Q���IS� H������n�I���v[�/��:jR'ur;5�� tԤn5)ye�
��MH������I�*�3V5x+y���p_�]"C��������ԦK��Fs��qU�!JR'���-�:JR��Wp�}�H7@Q��'�&��d��$M��a��t�-Aa[0���4I�P��
�R`L��i%)��"낲�u�w�(I�J�p/�2:��ps1Q�Fu�mb
�_��I�(I���h��$=�ء��հ�#M��i��M�-�*8ZqS���R4�^XL���������ٲ%m��e]1��������R��ߞT��)^�
�hE�+��a�p\roJk�R���5D)�V�VK:r�cƨB��Q��բ
eA��9���5DMZ�]�S�*)����'{x�i5iY��!L�p�XCԤm5i���PUB�.�5i;)�U�VƼs\{^�ظ(I�JR�k��F�P�+E%�
�.Jҵ��,T��1�,w�+&�o�����fvv�Z>�V��0���:���=�nN����ɯ3v2���G49���i�)�<G��<G�q�#t��=G��"G��2G��*G��`���'�V_��
�^�B�[ !��
��w B�} �� B���F�� ��� B�� �ݯ B�� ���Pzk`CA��� �5�� ����P\;J�q
) �5��$,�����\[J�30��<gJ�3���<oJ�30��<w*�3���<*�30��<�*�3���<�*�30��<�*�3���<�j�s|� �
�&<7����� �j�s|� �
:6 �
�&<7����� ��&�O
���P��O
���P��O
���P��O
���P��O
���R��O-���R��O-���R��O-���R��O-�y
|j �S�SKx��:���Ե<OB�>�nѦn���t#�ɦLː����_ ����l���E�݉^�� B��'�1���79�)� ��a�o !̿����?�}C�]� dW>����kO۷��:������Jn��ى�������
t.`4O��Ew��R#�e z ��Ӕ���I�p��U�qF�L�M�o�v�3�W��8����3�X��2��e��h*`AΨj� 9����CD��1�
%���A�'�
�ILI�>M�X���i�JOH�=�̀C�I�Go:
���4Mr��KN�G�ͫ�F�3��� ����u�B�
o���T�ٍ�%5�n�5�v��f�ۚ�h2��t�@�s�@�s�����@tg�}�j�!}���FJp.r��5#�^S�N�y�J"�l#��q�,n�9��y����H 4�,�%�N#1��H 4�� B#q�"1��H 4�� B#q�z�>��i$�{f�������[O[��������>4d�`�H�]z���� p[�s���Eb�"1e��oׁ�@$F�,#P���.��h�,#P�(�� �G�d�Y$NZ�H��f�8i�"qb�,'�Y$.�D3�k��їE���H�wο�kD>�#1e�8Ya�W��-���E�{3�m�{4Y��<�Gb�"1e���H@y$F�,#P�(���Eb��x��s7���|u�\n�ݟ�8����� PK 2�\n�bq� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞�Iܒ��ݰ���=N�&�e����G�
XEWb�������4����ڼ�9��5��FZ5���S�
l֫N"��0�.��bBC��� �E(�C�:��YĔ��:!��GZ1��>g�-��/�C�Z���<�h�`�j�1��^�c?�@��,�Vu�;T5[0.�J�FW@���B�L~���L�r�����k^��2��^�O�Ν�r���n��KU ɕ�W5z��/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�\���AP { xl/sharedStrings.xml � (� �XmO#7�^��a�O��M�-/{*H�� �@+ݩR����ة�=��������n�U����x<�yf��ɏ����̔�R���v��2����p�Z�6Dd�����^�ny?��hm<�*�ika��]���-�n���R-���cG�#�^0f�E'
�^gI�hyT����Q�啂�Q��n�g'�l<:阳���o3�o�6L��˂Qòj�
83R�*�a���g��wK��y�0A� {�2��j�t�^�g�p[q8x�e�i�M�`^x��!7/�rC2��E!٩e��G��@+4��y�9�.�-M
�7�,*�7-]͎
�7I�����j#��pN�y
�&0
0l��Њy ��L[�R#��ⶒ
�;�r�p���0�"珥"�3�֦`1U��ႈG��d�"��^3�@Ya&d�
����LM�D���ܢQǢ*f�ʌ3&�9v�[��(�V�*�����UЃfJ�L����BK]>Ӣ�ؕ�� l,�J����r��g^�ƝD�y;�:#��1Օ��X��g27O@ß��DP\oJV ML?&r��T���rY���ۓ>�y���
�q �@��]>"/�祑W�( k����*s@I�;��+b�=Ǒ�8��] p�$��"cF,'e��# ���(�)����J��5�͐�l����#�2UT�
M�-#��t����*��C�֜�=���`�a�m]Êg�Z�2i(W�Q�� 4�x+SU3��3f���2���U��bG��Q�٨��k��d�@}��y�s��
�w+K
��*�2
-�`pF��������8�=�������8��àG���υ
�|68/l���������7{��ײ}�bا_�$�(�C?HH�O�n��� ��(�� ��ڴ��D
|���
�784F
�w�Fq��5�/i���_k�X���������;���˖s�>p�E��@�M\��=�T0ȳ,f����Oz���σ�'Q7�!��}f'�^�`NlvMaܚXu��b�p\H5� [���_
�U��/|]�U��i�ۗ7öS��j���ECYX{l%n�:�� �����QՇ� e�Կ��_t_>{.l���������[�����]�&i�O�,�I���`�,
4�������u�n�D~?�Cj����F����<��͓>��IG���+�z�H:q'
���{��%]���P�f+"lf��� M�A�M���eO�����APQ����1��w��。����=���I�Y��)wy����ыRíY���T.�ʼ�}]"� \$jĶ/��ަ��\-k�����^MA���)[���_,�B;����f��5��X8��[Sl(-j�[KW#����땑,�0���>t�4�~ʀ�qJӴ��4p�>�P��$�����!��G@� �Xj�~S;�,y�RO�k`��0��sÝY0U�ohj
�:��|w�_peH���{�f��]��)0D�`��q/�D
ܛL
q6|5L��|���B,��+�jQ��sԍ��
'��I�Yc�up��uF*�$������E̦֎�b{�`��g8��
�.�|���Mu�6gPK- 2�\Hɋm� 5 xl/workbook.xmlPK- 2�\���� � [Content_Types].xmlPK-
2�\����' ' V _rels/.relsPK- 2�\�I��� �7 � xl/worksheets/sheet1.xmlPK- 2�\n�bq� P �
xl/_rels/workbook.xml.relsPK- 2�\Ѓc'2 E
& xl/styles.xmlPK- 2�\���AP { � xl/sharedStrings.xmlPK � =
application/vnd.ms-excel
PK 2�\44n�� 5 xl/workbook.xml � (� ����0D�&�C��B�R8q����Ri�-ik��-H�yۙ�};b������G�箠]cΘ�j�';����:
!J�b�m���ʷFXz>s�p����=]i�����!=�(
���x D�͞
'��hlug��5�~Sb���"4�� �,ν)hB��Uu�f���
mv��ӝ���~�_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="R266eeceac5b342c8" /></Relationships>PK 2�\�I��� �7 xl/worksheets/sheet1.xml � (� �[�r�����⒔����N�8��7^��X�DI[����t
F�C"�e�
�>���ѯ�j�Xޟ�y�ƣ����jq��t�ss�?7����a��g}3�oF~�~�:�l6?�M&�˛��l]-��C��ru7ۄ_��O����������~3���j~;ۄ��7����hC�Z�X�gW�%��>u7[�N�a���G�����Ϧ�r<����П�u����S��\����˫�1�a'�b7����j~=�y�y�|x1_|�������v����n��n<��������jss:�Ẅ�����,�>?�6����}?��~r�O�q]i鹓�#�����ա�`�e\[�9sF���z�_���J ����VX��w7mwUY����la�v��������?��LJ�;&�2������G��Y�;v�����#D�qq�Q�\;B�!W]!;�XP��\x_!*��cG�b�����=v�(H�!J������E��ss��
fQ��#EWi��NX�8��V�B�%X��9V!JQȧ~~��PO��'�S{Fɉ��D�TV(%������V�-�N3������{���D���Js��
'���N�(9Ɏ������������p�jeԜ�?��
�47�YZ��n5'|e����|�ʨ=�)���0�sx��ǖ?�(�-2jQ[�dԢt]5k#�
����eԤl5)mŅt\����L*$��Iź��8c��C<��&?�5�ı#DM*y��h�Ɇ�r�8%����B}PQ�J'�W��p���(�BEM*�A�`
��AEM�V�!�
�
17*�PTԤr]o#���i!|���I�kPRiV�����Q���IS� H������n�I���v[�/��:jR'ur;5�� tԤn5)ye�
��MH������I�*�3V5x+y���p_�]"C��������ԦK��Fs��qU�!JR'���-�:JR��Wp�}�H7@Q��'�&��d��$M��a��t�-Aa[0���4I�P��
�R`L��i%)��"낲�u�w�(I�J�p/�2:��ps1Q�Fu�mb
�_��I�(I���h��$=�ء��հ�#M��i��M�-�*8ZqS���R4�^XL���������ٲ%m��e]1��������R��ߞT��)^�
�hE�+��a�p\roJk�R���5D)�V�VK:r�cƨB��Q��բ
eA��9���5DMZ�]�S�*)����'{x�i5iY��!L�p�XCԤm5i���PUB�.�5i;)�U�VƼs\{^�ظ(I�JR�k��F�P�+E%�
�.Jҵ��,T��1�,w�+&�o�����fvv�Z>�V��0���:���=�nN����ɯ3v2���G49���i�)�<G��<G�q�#t��=G��"G��2G��*G��`���'�V_��
�^�B�[ !��
��w B�} �� B���F�� ��� B�� �ݯ B�� ���Pzk`CA��� �5�� ����P\;J�q
) �5��$,�����\[J�30��<gJ�3���<oJ�30��<w*�3���<*�30��<�*�3���<�*�30��<�*�3���<�j�s|� �
�&<7����� �j�s|� �
:6 �
�&<7����� ��&�O
���P��O
���P��O
���P��O
���P��O
���R��O-���R��O-���R��O-���R��O-�y
|j �S�SKx��:���Ե<OB�>�nѦn���t#�ɦLː����_ ����l���E�݉^�� B��'�1���79�)� ��a�o !̿����?�}C�]� dW>����kO۷��:������Jn��ى�������
t.`4O��Ew��R#�e z ��Ӕ���I�p��U�qF�L�M�o�v�3�W��8����3�X��2��e��h*`AΨj� 9����CD��1�
%���A�'�
�ILI�>M�X���i�JOH�=�̀C�I�Go:
���4Mr��KN�G�ͫ�F�3��� ����u�B�
o���T�ٍ�%5�n�5�v��f�ۚ�h2��t�@�s�@�s�����@tg�}�j�!}���FJp.r��5#�^S�N�y�J"�l#��q�,n�9��y����H 4�,�%�N#1��H 4�� B#q�"1��H 4�� B#q�z�>��i$�{f�������[O[��������>4d�`�H�]z���� p[�s���Eb�"1e��oׁ�@$F�,#P���.��h�,#P�(�� �G�d�Y$NZ�H��f�8i�"qb�,'�Y$.�D3�k��їE���H�wο�kD>�#1e�8Ya�W��-���E�{3�m�{4Y��<�Gb�"1e���H@y$F�,#P�(���Eb��x��s7���|u�\n�ݟ�8����� PK 2�\�p�=� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞8�'��ݰa[z��=����.г��H\�H�J,�t5��ӓf>�?6��ef/��dME�#������)�w-춛=���ճ�b|c��^�����J&vz�1u_Qq ^��.e�5��+��h�~R�h�i!� �W�~$
��
��<��"�T`O���,�F��j�J ��L͇�L���;Od
IZU:/��+��MeFt�����N��r�ֶK��$��/j��/�_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�\���/N { xl/sharedStrings.xml � (� �XmO#7�^��a�O��M�-o8A\� �Z�N��x��ۍ���\��ޱ����Ͷ�U����3���>}��̽/Li.�Y#l
� *S.�g�LJk���!"%����t�{w~���`��g��1��VK�[ݔ+&