GET api/scheduledOrder/{id}?relations={relations}
Get a scheduled order
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Scheduled order identifier |
globally unique identifier |
Required |
| relations |
Whether relational models should be loaded, default false |
boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
Matching scheduled order
ScheduledOrder| Name | Description | Type | Additional information |
|---|---|---|---|
| Identifier |
Unique identifier |
Collection of byte |
None. |
| IdentifierGuid |
Guid mask for identifier |
globally unique identifier |
None. |
| Created |
Time scheduled order was created UTC |
date |
None. |
| CreatedLocal |
Time scheduled order was created (local) |
date |
None. |
| CreatedByUser |
User who created the scheduled order |
string |
None. |
| CronExpression |
The cron expression for the schedule of the scheduled order |
string |
None. |
| CronExpressionDescription |
User-readable Cron expression description |
string |
None. |
| LastRun |
Last time the scheduled order was successful UTC |
date |
None. |
| LastRunLocal |
Last time the scheduled order was successful (local) |
date |
None. |
| LastRunTime |
Length of time that the last run took |
integer |
None. |
| Active |
Whether the scheduled order is currently active |
boolean |
None. |
| OrderDateDays |
How many days after the scheduled run time is the order date of the order? |
integer |
None. |
| OrderSupplier |
Use order supplier details in the scheduled order filtering |
boolean |
None. |
| StoreID |
Scheduled order store identifier |
integer |
None. |
| Description |
Scheduled order description template |
string |
None. |
| Notes |
Scheduled order notes |
string |
None. |
| TradingPartner |
Scheduled order trading partner |
OrderTradingPartner |
None. |
| OrderType |
Scheduled order type |
string |
String length: inclusive between 0 and 20 |
| OrderTypeDescription |
Scheduled order type description |
string |
String length: inclusive between 0 and 255 |
| SupplierIdentifier |
Scheduled order supplier identifier |
Collection of byte |
None. |
| SupplierIdentifierGuid |
Guid mask for supplier identifier |
globally unique identifier |
None. |
| HostIdentifier |
Scheduled order host identifier |
Collection of byte |
None. |
| HostIdentifierGuid |
Guid mask for host identifier |
globally unique identifier |
None. |
| TransportCompanyIdentifier |
Scheduled order transport company |
Collection of byte |
None. |
| TransportCompanyIdentifierGuid |
Guid mask for transport company identifier |
globally unique identifier |
None. |
| MailTo |
Scheduled order mail to |
string |
None. |
| MailBcc |
Scheduled order mail bcc |
string |
None. |
| DefaultMPL |
Scheduled order has default MPL? |
boolean |
None. |
| SimpleAWS |
Which prediction model to use when processing this order |
PredictionModel |
None. |
| InvestmentBuy |
Scheduled order should perform investment buy |
boolean |
None. |
| ProductFilterIdentifier |
Identifier of product filter model for scheduled order |
Collection of byte |
None. |
| ProductFilterIdentifierGuid |
Guid mask for product filter identifier |
globally unique identifier |
None. |
| LastRunDuration |
Timespan mask for the LastRunTime |
time interval |
Relation. This field may not always be loaded or used for updates. |
| ExpectedLastRunSkipped |
Based on the current time, between the last run time and now this task should have been updated |
boolean |
Relation. This field may not always be loaded or used for updates. |
| StoreName |
Store name |
string |
Relation. This field may not always be loaded or used for updates. |
| CustomerNumber |
Host customer number |
string |
Relation. This field may not always be loaded or used for updates. |
| SupplierName |
Supplier name |
string |
Relation. This field may not always be loaded or used for updates. |
| TransportCompanyName |
Transport company name |
string |
Relation. This field may not always be loaded or used for updates. |
| Store |
Store model |
Store |
Relation. This field may not always be loaded or used for updates. |
| HostSettings |
Host setting model |
HostStoreSetting |
Relation. This field may not always be loaded or used for updates. |
| Supplier |
Supplier model |
Supplier |
Relation. This field may not always be loaded or used for updates. |
| TransportCompany |
Transport Company model |
TransportCompany |
Relation. This field may not always be loaded or used for updates. |
| ProductFilter |
Product Filter model |
ProductFilter |
Relation. This field may not always be loaded or used for updates. |
Response Formats
application/json, text/json
{
"identifier": "SB6MuNzGrUW6XJGOzykMyQ==",
"identifierGuid": "b88c1e48-c6dc-45ad-ba5c-918ecf290cc9",
"created": "2026-04-03T06:26:10.748912",
"createdLocal": "2026-04-03T06:26:10.748912",
"createdByUser": "sample string 1",
"cronExpression": "sample string 2",
"cronExpressionDescription": "sample string 3",
"lastRun": "2026-04-03T06:26:10.748912",
"lastRunLocal": "2026-04-03T06:26:10.748912",
"lastRunTime": 1234567,
"active": true,
"orderDateDays": 6,
"orderSupplier": true,
"storeID": 1,
"description": "sample string 8",
"notes": "sample string 9",
"tradingPartner": 1,
"orderType": "sample string 10",
"orderTypeDescription": "sample string 11",
"supplierIdentifier": "+/HScca270qae6Y09s7UXg==",
"supplierIdentifierGuid": "71d2f1fb-b6c6-4aef-9a7b-a634f6ced45e",
"hostIdentifier": "KAPu9X5fVkOVz0DT3uewqQ==",
"hostIdentifierGuid": "f5ee0328-5f7e-4356-95cf-40d3dee7b0a9",
"transportCompanyIdentifier": "DOom2K3OJUu9F/g8dzy3OQ==",
"transportCompanyIdentifierGuid": "d826ea0c-cead-4b25-bd17-f83c773cb739",
"mailTo": "sample string 12",
"mailBcc": "sample string 13",
"defaultMPL": true,
"simpleAWS": 15,
"investmentBuy": true,
"productFilterIdentifier": "9neqV9feJUiISaAZCOwjcA==",
"productFilterIdentifierGuid": "57aa77f6-ded7-4825-8849-a01908ec2370",
"lastRunDuration": "00:00:00.1234567",
"expectedLastRunSkipped": true,
"storeName": "sample string 18",
"customerNumber": "sample string 19",
"supplierName": "sample string 20",
"transportCompanyName": "sample string 21",
"store": {
"$id": "2",
"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:26:10.748912",
"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": "5hE2aofrw0eSEsXrAeftxA==",
"hostIdentifierGuid": "6a3611e6-eb87-47c3-9212-c5eb01e7edc4",
"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:26:10.748912",
"priceZone": {
"$id": "3",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "okJuMLMu3kCDq4HEQnbjRg==",
"hostIdentifierGuid": "306e42a2-2eb3-40de-83ab-81c44276e346",
"sortOrder": 3,
"zoneMasterStoreID": 1,
"electedMasterStoreID": 1,
"containsElectedMasterStore": true
},
"priceZoneName": "sample string 51",
"storeFuelConfigured": true,
"shippingAddressCopied": true,
"shippingAddress": {
"$id": "4",
"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": "4"
},
"hostStoreSettings": [
{
"$id": "5",
"id": 1,
"hostIdentifier": "7aaO/32cGkaGCQ/nGVbHpA==",
"hostIdentifierGuid": "ff8ea6ed-9c7d-461a-8609-0fe71956c7a4",
"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": "6",
"identifier": "eYVelieeLUy8AgiRoPxPoA==",
"identifierGuid": "965e8579-9e27-4c2d-bc02-0891a0fc4fa0",
"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": "GkgRkA3koUymTlVM87o76Q==",
"hostSupplierIdentifierGuid": "9011481a-e40d-4ca1-a64e-554cf3ba3be9",
"loyaltyPriceLevelIdentifier": "kZ0fzS6uO0yuPOO2XDB5hQ==",
"loyaltyPriceLevelIdentifierGuid": "cd1f9d91-ae2e-4c3b-ae3c-e3b65c307985",
"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:26:10.748912",
"lastProcessed": "2026-04-03T06:26:10.748912",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$id": "7",
"identifier": "ZUDmZ0vpZ0WvlYc1RXjaSw==",
"identifierGuid": "67e64065-e94b-4567-af95-87354578da4b",
"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": "KV2YHU7RnESOeGiFQ0sU6w==",
"primaryContactID": "1d985d29-d14e-449c-8e78-6885434b14eb",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "7LZoL2SjT0GNzf49o3pNlg==",
"supplierGroupGuid": "2f68b6ec-a364-414f-8dcd-fe3da37a4d96",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-04-03T06:26:10.748912",
"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": "8",
"id": "766ac793-b309-4aa4-ad22-9ed9d8f27f51",
"identifier": "SVuPIcHmDUS8JqvBMZvuRg==",
"identifierGuid": "218f5b49-e6c1-440d-bc26-abc1319bee46",
"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": "9",
"supplierIdentifier": "kdbhvYVAqE23jBofrn8iig==",
"supplierIdentifierGuid": "bde1d691-4085-4da8-b78c-1a1fae7f228a",
"contactGuid": "txz6Pw1GiUaBaT961ATyQw==",
"contactID": "3ffa1cb7-460d-4689-8169-3f7ad404f243",
"contact": {
"$ref": "8"
},
"supplier": {
"$ref": "7"
}
},
{
"$ref": "9"
}
],
"products": [
{
"$id": "10",
"pluG_UID": "qHrtiCp0JEu8Y5ghxh9RIw==",
"pluGuid": "88ed7aa8-742a-4b24-bc63-9821c61f5123",
"supplierIdentifier": "42D2maTGzEaHlrOT9blJSw==",
"supplierIdentifierGuid": "99f660e3-c6a4-46cc-8796-b393f5b9494b",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-04-03T06:26:10.748912",
"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:26:10.748912",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "11",
"pluG_UID": "o73jj/mTqEqO4/zXlijLzg==",
"pluGuid": "8fe3bda3-93f9-4aa8-8ee3-fcd79628cbce",
"supplierIdentifier": "fFpVtlCIjE2euVl4qEkkXw==",
"supplierIdentifierGuid": "b6555a7c-8850-4d8c-9eb9-5978a849245f",
"invoiceCode": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "11"
}
],
"storeIDs": [
1,
2
],
"preferredSupplier": true,
"preferredRebateSupplier": true,
"supplierName": "sample string 42",
"salesMode": 43,
"orderPacked": true,
"active": true,
"price": 1,
"costGstPercent": 45,
"parentPluG_UID": "k+lbBwC/X0yU1PNgKDhTXA==",
"parentPluGuid": "075be993-bf00-4c5f-94d4-f3602838535c",
"freight": 46.0,
"freightType": 1,
"product": {
"$id": "12",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "h46ZIGznHkqmmwdkOrWzCw==",
"guid": "20998e87-e76c-4a1e-a69b-07643ab5b30b",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "jrTxQes3ekq2N1H5nWstPQ==",
"priceGroupGuid": "41f1b48e-37eb-4a7a-b637-51f99d6b2d3d",
"blueprintID": 1,
"lastCountedDate": "2026-04-03T06:26:10.748912",
"externalID": "sample string 7",
"active": true,
"activated": "2026-04-03T06:26:10.748912",
"pluCreated": "2026-04-03T06:26:10.748912",
"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:26:10.748912",
"lastManualUpdate": "2026-04-03T06:26:10.748912",
"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:26:10.748912",
"currentCostUpdated": "2026-04-03T06:26:10.748912",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-04-03T06:26:10.748912",
"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:26:10.748912",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "HSWN6klItE+7Zi1io9bsJw==",
"altPLUGuid": "ea8d251d-4849-4fb4-bb66-2d62a3d6ec27",
"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:26:10.748912",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "O5Ww8E1HvkirGuQ0goWfKw==",
"shelfPageLayoutGuid": "f0b0953b-474d-48be-ab1a-e43482859f2b",
"talkerPageLayoutG_UID": "IKmoSqgNkkiladb9YQ3WJQ==",
"talkerPageLayoutGuid": "4aa8a920-0da8-4892-a569-d6fd610dd625",
"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": "ckFu9g/d00qykMc0NARgGg==",
"inventoryIdentifier": "f66e4172-dd0f-4ad3-b290-c7343404601a",
"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": "lkF1KglZkk6xh0DRf/chqg==",
"parentPluGuid": "2a754196-5909-4e92-b187-40d17ff721aa",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "JXEy7hBoJ0yT/UGXPUYjyw==",
"supplierIdentifierGuid": "ee327125-6810-4c27-93fd-41973d4623cb",
"supplierChanged": true,
"rebateSupplierIdentifier": "v+CGXUgl5k67ajzn4zJQMA==",
"rebateSupplierIdentifierGuid": "5d86e0bf-2548-4ee6-bb6a-3ce7e3325030",
"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:26:10.748912",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "vzi1zmJcTE6u8E/5jbxaiA==",
"hostIdentifierGuid": "ceb538bf-5c62-4e4c-aef0-4ff98dbc5a88",
"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": "12"
},
{
"$ref": "12"
}
],
"store": {
"$ref": "2"
},
"storePrices": [
{
"$id": "13",
"pluG_UID": "weAuEPmCE0OccV/++0dD9Q==",
"pluGuid": "102ee0c1-82f9-4313-9c71-5ffefb4743f5",
"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:26:10.748912"
},
{
"$ref": "13"
}
],
"currentPrices": {
"$id": "14",
"pluPrices": {
"$id": "15",
"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:26:10.748912",
"priceChangeType": 0,
"costDecimals": 11,
"costCalcMethod": 12,
"targetCampaignPriceGtOrEquNormal": true
},
"normalPluPrices": {
"$ref": "15"
},
"winningCampaign": 1,
"winner": {
"$id": "16",
"campaignName": "sample string 1",
"campaignDescription": "sample string 2",
"talkerText": "sample string 3",
"disableWasSave": true,
"startDate": "2026-04-03T06:26:10.748912",
"startTime": 5,
"endDate": "2026-04-03T06:26:10.748912",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "fbFUfbb8+U+g69yRbPDXyw==",
"hostIdentifierGuid": "7d54b17d-fcb6-4ff9-a0eb-dc916cf0d7cb",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "16"
},
{
"$ref": "16"
}
]
},
"tray": {
"$id": "17",
"g_UId": "BTRoEfoAjEuh99D7jbUVkw==",
"guid": "11683405-00fa-4b8c-a1f7-d0fb8db51593",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "18",
"priceGroupG_UID": "UORjt6wNe0m1Y7nSf+Zb0A==",
"priceGroupGuid": "b763e450-0dac-497b-b563-b9d27fe65bd0",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-04-03T06:26:10.748912",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "12"
},
{
"$ref": "12"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "19",
"pluG_UID": "hnjQyRAPNEKLWFSmVljW0w==",
"pluGuid": "c9d07886-0f10-4234-8b58-54a65658d6d3",
"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": "20",
"pluGuid": "dfb58731-db61-4bf2-b083-64e4c156f7d3",
"created": "2026-04-03T06:26:10.748912",
"createdByUser": "sample string 1",
"activated": "2026-04-03T06:26:10.748912",
"activatedByUser": "sample string 2",
"deactivated": "2026-04-03T06:26:10.748912",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-04-03T06:26:10.748912",
"lastOrderedQty": 4.0,
"lastReceived": "2026-04-03T06:26:10.748912",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-04-03T06:26:10.748912",
"lastSold": "2026-04-03T06:26:10.748912",
"firstSold": "2026-04-03T06:26:10.748912",
"awsUpdated": "2026-04-03T06:26:10.748912",
"lastManualUpdate": "2026-04-03T06:26:10.748912",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-04-03T06:26:10.748912",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-04-03T06:26:10.748912",
"doNotRangeUpdated": "2026-04-03T06:26:10.748912",
"doNotOrderUpdated": "2026-04-03T06:26:10.748912",
"tracked": "2026-04-03T06:26:10.748912"
},
"allergens": [
{
"$id": "21",
"primaryKey": {
"$id": "22",
"pluGuid": "6f0ede1e-0ca0-4944-ba17-27e35bb7ac6c",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "Ht4Ob6AMREm6FyfjW7esbA==",
"pluGuid": "6f0ede1e-0ca0-4944-ba17-27e35bb7ac6c",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "21"
}
],
"costs": {
"$id": "23",
"pluG_UID": "/gnqZ+qxpUepDQuXh8TPVQ==",
"pluGuid": "67ea09fe-b1ea-47a5-a90d-0b9787c4cf55",
"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:26:10.748912",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "24",
"saleHeaderID": 1,
"created": "2026-04-03T06:26:10.748912",
"createdLocal": "2026-04-03T06:26:10.748912",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "TLV4xrpyBkuakLAHmdJjFQ==",
"operatorGuid": "c678b54c-72ba-4b06-9a90-b00799d26315",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "TMAXOwiRrEyRmmv3Uc1y2g==",
"pluGuid": "3b17c04c-9108-4cac-919a-6bf751cd72da",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$id": "25",
"id": 1,
"g_Uid": "b3m3QXU5FEGAPAy45/yXAQ==",
"guid": "41b7796f-3975-4114-803c-0cb8e7fc9701",
"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:26:10.748912",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-04-03T06:26:10.748912",
"endShift": "2026-04-03T06:26:10.748912",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "26",
"operatorG_UID": "WiqOcsS1cU2QI0KkSWE2IQ==",
"operatorGuid": "728e2a5a-b5c4-4d71-9023-42a449613621",
"storeID": 2,
"operator": {
"$ref": "25"
},
"store": {
"$ref": "2"
}
},
{
"$ref": "26"
}
]
}
},
{
"$ref": "24"
}
],
"apns": [
{
"$id": "27",
"pluID": 1,
"pluG_UID": "Xx3LEJ/rsky4cF0lXeoiZw==",
"pluGuid": "10cb1d5f-eb9f-4cb2-b870-5d255dea2267",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "27"
}
],
"tuns": [
{
"$id": "28",
"pluG_UId": "Te9IPL1x1ky/mbse0H8Vhg==",
"pluGuid": "3c48ef4d-71bd-4cd6-bf99-bb1ed07f1586",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "12"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "28"
}
],
"competitionPricing": [
{
"$id": "29",
"identifier": "ORqPgnIQiEahlrbTOH7peA==",
"identifierGuid": "828f1a39-1072-4688-a196-b6d3387ee978",
"pluG_UID": "aI8IJcXNfUqw+F9UnSWccw==",
"pluGuid": "25088f68-cdc5-4a7d-b0f8-5f549d259c73",
"competitionID": 1,
"name": "sample string 2",
"sellMultiple": 3,
"retailPrice": 4,
"storeName": "sample string 5"
},
{
"$ref": "29"
}
],
"supplier": {
"$ref": "7"
},
"supplierName": "sample string 148",
"children": [
{
"$ref": "12"
},
{
"$ref": "12"
}
],
"ordering": {
"$ref": "10"
},
"flipChartPages": [
{
"$id": "30",
"identifier": "kI2yc6jjf02N7nV9Ovb1eg==",
"groupName": "sample string 1",
"identifierGuid": "73b28d90-e3a8-4d7f-8dee-757d3af6f57a",
"exists": true,
"flipChartIdentifier": "YLFC3WhIPEun236H7TzljQ==",
"flipChartIdentifierGuid": "dd42b160-4868-4b3c-a7db-7e87ed3ce58d",
"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": "K7+uiDpTgUujOjmPdST04Q==",
"groupIdentifierGuid": "88aebf2b-533a-4b81-a33a-398f7524f4e1",
"flipChart": {
"$id": "31",
"identifier": "zEt3j2MddE23kO+qoCzynA==",
"identifierGuid": "8f774bcc-1d63-4d74-b790-efaaa02cf29c",
"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": "32",
"identifier": "llERleM8Ik+uCAMD3sQzEQ==",
"identifierGuid": "95115196-3ce3-4f22-ae08-0303dec43311",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "33",
"id": 1,
"g_UID": "BrbL7yfH00+m/GRa1TJQUQ==",
"guid": "efcbb606-c727-4fd3-a6fc-645ad5325051",
"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": "RA/CqoXVc0OSTJSjtQxgBw==",
"previousFormGuid": "aac20f44-d585-4373-924c-94a3b50c6007",
"nextForm": 1,
"nextFormG_UID": "i4xgexsT/Eq1xGTjX7sJtA==",
"nextFormGuid": "7b608c8b-131b-4afc-b5c4-64e35fbb09b4",
"attributes": "sample string 10",
"updated": "2026-04-03T06:26:10.748912",
"positioning": 1,
"contentPanel": "sample string 11",
"selectionMode": 1,
"maximumSelections": 1,
"alteredInStore": true,
"deleted": true,
"blueprintID": 1,
"preserveLayout": true,
"mainCheckoutFormName": "sample string 13",
"nextCheckoutForm": {
"$ref": "33"
},
"previousCheckoutForm": {
"$ref": "33"
},
"buttons": [
{
"$id": "34",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "MiH9bVN4BUWiqnAWey3KQw==",
"checkoutFormGuid": "6dfd2132-7853-4505-a2aa-70167b2dca43",
"identifier": "/+a8gtWm0Uqqu259x7rK1Q==",
"identifierGuid": "82bce6ff-a6d5-4ad1-aabb-6e7dc7bacad5",
"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": "LPEkHEhxeUOzCtIAipzWXw==",
"valueGuid": "1c24f12c-7148-4379-b30a-d2008a9cd65f",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-04-03T06:26:10.748912",
"action": "sample string 12",
"valueForm": {
"$ref": "33"
},
"image": {
"$id": "35",
"name": "sample string 3.sample string 4",
"imageID": 2,
"imageName": "sample string 3",
"imageExtension": "sample string 4",
"lastUpdate": "2026-04-03T06:26:10.748912",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "34"
}
],
"panels": [
{
"$id": "36",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "xVnJqEBIM0C1mOtOdZ2Z5w==",
"checkoutFormGuid": "a8c959c5-4840-4033-b598-eb4e759d99e7",
"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": "36"
}
]
},
{
"$ref": "33"
}
],
"panels": [
{
"$ref": "36"
},
{
"$ref": "36"
}
]
},
"pages": [
{
"$ref": "30"
},
{
"$ref": "30"
}
]
},
"contentPanel": {
"$ref": "36"
},
"products": [
{
"$id": "37",
"flipChartPageIdentifier": "Mm3Typ+Z6kO3dWvcRRbMmg==",
"flipChartPageIdentifierGuid": "cad36d32-999f-43ea-b775-6bdc4516cc9a",
"pluG_UID": "9cNprxkX60y2rFvv5eBdkg==",
"pluGuid": "af69c3f5-1719-4ceb-b6ac-5befe5e05d92",
"sortOrder": 3,
"sent": true,
"productChanged": true,
"productImageName": "sample string 6",
"productShowImageOnFlipCharts": true,
"productShowTextOnFlipCharts": true,
"productOverrideFlipChartText": true,
"productFlipChartText": "sample string 10",
"product": {
"$ref": "12"
},
"departmentSortOrder": 11,
"subDepartmentName": "sample string 12"
},
{
"$ref": "37"
}
],
"productCount": 27,
"pages": [
{
"$ref": "30"
},
{
"$ref": "30"
}
]
},
{
"$ref": "30"
}
],
"priceHistory": [
{
"$id": "38",
"pluG_UID": "B2S2+dgKfEOrwBLQga13cA==",
"pluGuid": "f9b66407-0ad8-437c-abc0-12d081ad7770",
"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:26:10.748912",
"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": "38"
}
],
"ingredients": [
{
"$id": "39",
"pluG_UID": "NSMuBj6gMEKL60Wr2tBd2w==",
"ingredientGuid": "8ucgUraWLEezLYWRLn1zQg==",
"ingredientIdentifier": "5220e7f2-96b6-472c-b32d-85912e7d7342",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "12"
}
},
{
"$ref": "39"
}
],
"bins": [
{
"$id": "40",
"pluG_UID": "wcKnHx+AqkOk3A9fooYNgw==",
"pluGuid": "1fa7c2c1-801f-43aa-a4dc-0f5fa2860d83",
"shelfLocationIdentifier": "l5zIFBa8iUSScNqzkCQbtw==",
"shelfLocationGuid": "14c89c97-bc16-4489-9270-dab390241bb7",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "H3IqAwHMDE+B2VWDahaNqQ==",
"labelPageLayoutGuid": "032a721f-cc01-4f0c-81d9-55836a168da9",
"updated": "2026-04-03T06:26:10.748912",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "12"
},
"location": {
"$id": "41",
"identifier": "1pZd4LIBk0yOqEotthNlsA==",
"storeID": 1,
"identifierGuid": "e05d96d6-01b2-4c93-8ea8-4a2db61365b0",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-04-03T06:26:10.748912",
"minTemp": 1,
"maxTemp": 1,
"checkFrequency": 1,
"storeCaseConfiguration": 5,
"storeName": "sample string 6",
"bins": [
{
"$ref": "40"
},
{
"$ref": "40"
}
]
}
},
{
"$ref": "40"
}
],
"bin": {
"$ref": "40"
},
"scaleLocations": [
{
"$id": "42",
"plu": 1,
"pluG_UID": "x2QteKp1AUis7OZ40SBTNQ==",
"pluGuid": "782d64c7-75aa-4801-acec-e678d1205335",
"deptNo": 1,
"product": {
"$ref": "12"
},
"scaleLocation": {
"$id": "43",
"id": 1,
"deptNo": 1,
"deptCode": "sample string 2",
"name": "sample string 3",
"enabled": true,
"updated": "2026-04-03T06:26:10.748912",
"department": {
"$id": "44",
"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": "43"
},
"subDepartments": [
{
"$id": "45",
"id": 1,
"departmentID": 2,
"name": "sample string 3",
"code": "sample string 4",
"departmentCode": "sample string 5",
"externalSales": true,
"minorDepartments": [
{
"$id": "46",
"id": 1,
"subDepartmentID": 2,
"departmentID": 3,
"name": "sample string 4",
"subDepartmentCode": "sample string 5",
"departmentCode": "sample string 6",
"code": "sample string 7",
"lesserDepartments": [
{
"$id": "47",
"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:26:10.748912",
"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": "4EHMCASvPkmdpd/J6QFy2Q==",
"labelPageLayoutGuid": "08cc41e0-af04-493e-9da5-dfc9e90172d9",
"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": "48",
"dept": 1,
"category": 2,
"name": "sample string 3",
"active": true,
"mscCommodities": [
{
"$id": "49",
"dept": 1,
"category": 2,
"commodity": 3,
"name": "sample string 4",
"active": true,
"mscSubCommodities": [
{
"$id": "50",
"dept": 1,
"category": 2,
"commodity": 3,
"subCommodity": 4,
"name": "sample string 5",
"active": true,
"subCommodityCode": "sample string 7"
},
{
"$ref": "50"
}
],
"commodityCode": "sample string 6"
},
{
"$ref": "49"
}
],
"categoryCode": "sample string 5"
},
"mscCom": {
"$ref": "49"
},
"mscDep": {
"$id": "51",
"dept": 1,
"name": "sample string 2",
"active": true,
"mscCategories": [
{
"$ref": "48"
},
{
"$ref": "48"
}
],
"deptCode": "sample string 4"
},
"mscSubCom": {
"$ref": "50"
}
},
{
"$ref": "47"
}
],
"updated": "2026-04-03T06:26:10.748912",
"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": "Yeaki8zce06yR4a4+RjsLw==",
"labelPageLayoutGuid": "8ba4e661-dccc-4e7b-b247-86b8f918ec2f",
"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": "48"
},
"mscCom": {
"$ref": "49"
},
"mscDep": {
"$ref": "51"
},
"mscSubCom": {
"$ref": "50"
}
},
{
"$ref": "46"
}
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:26:10.748912",
"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": "Cthpo3+PkkKBmV+Kcy8WKQ==",
"labelPageLayoutGuid": "a369d80a-8f7f-4292-8199-5f8a732f1629",
"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": "48"
},
"mscCom": {
"$ref": "49"
},
"mscDep": {
"$ref": "51"
},
"mscSubCom": {
"$ref": "50"
}
},
{
"$ref": "45"
}
],
"stores": [
1,
2
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:26:10.748912",
"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": "hETRkyQrFE+mnFAhMAqhXg==",
"labelPageLayoutGuid": "93d14484-2b24-4f14-a69c-5021300aa15e",
"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": "48"
},
"mscCom": {
"$ref": "49"
},
"mscDep": {
"$ref": "51"
},
"mscSubCom": {
"$ref": "50"
}
}
}
},
{
"$ref": "42"
}
],
"nextPrice": {
"$id": "52",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 1,
"hostOfferID": 1,
"metcashPromotionID": "sample string 4",
"metcashPromotionPlacement": "sample string 5",
"pluG_UID": "8serxhuVyE+5fYceC8UO4g==",
"pluGuid": "c6abc7f2-951b-4fc8-b97d-871e0bc50ee2",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "WknqPTOIV0+Y75/XMFlR/A==",
"dealCostGuid": "3dea495a-8833-4f57-98ef-9fd7305951fc",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "VuZS3YAsdk+BgzAo877a1A==",
"priceGroupGuid": "dd52e656-2c80-4f76-8183-3028f3bedad4",
"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:26:10.748912",
"rrp": 27,
"campaignDescription": "sample string 28",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "d5f3daa7-4138-46b8-9ee0-4cfe3505ae0b",
"campaignComboPriceGroupG_UID": "lk2RJsTgZ0S5QCkHdc3E9Q==",
"campaignComboPriceGroupIdentifier": "26914d96-e0c4-4467-b940-290775cdc4f5",
"promotionPlacementDescription": "sample string 30",
"storeAcceptances": [
{
"$id": "53",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-04-03T06:26:10.748912",
"operatorG_UID": "PuCvuMqErEaeVJQ7wp9JIQ==",
"operatorGuid": "b8afe03e-84ca-46ac-9e54-943bc29f4921",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-04-03T06:26:10.748912",
"signIqTicketFileMovedUtc": "2026-04-03T06:26:10.748912",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-04-03T06:26:10.748912",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "c41eb6dd-e010-42b0-b697-c8b9b0a49b31",
"product": {
"$ref": "12"
},
"campaignPlu": {
"$ref": "52"
},
"fuelItem": true
},
{
"$ref": "53"
}
],
"campaign": {
"$id": "54",
"id": 1,
"storeID": 2,
"name": "4c303217-4bdd-4f3f-93b6-9bdfd7a0e241",
"nameGuid": "4c303217-4bdd-4f3f-93b6-9bdfd7a0e241",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-04-03T06:26:10.748912",
"startTime": 1,
"endDate": "2026-04-03T06:26:10.748912",
"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:26:10.748912",
"system": true,
"created": "2026-04-03T06:26:10.748912",
"updated": "2026-04-03T06:26:10.748912",
"priceChangeNotifiedUtc": "2026-04-03T06:26:10.748912",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "8f6hvHu7xkWWtKbnWvn3qA==",
"hostIdentifierGuid": "bca1fef1-bb7b-45c6-96b4-a6e75af9f7a8",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-04-03T06:26:10.748912",
"updatedByUser": "sample string 18",
"offerID": 1,
"isPriceChangeCampaign": true,
"stores": [
1,
2
],
"storeNames": [
"sample string 1",
"sample string 2"
],
"campaignPlus": [
{
"$ref": "52"
},
{
"$ref": "52"
}
],
"campaignPools": [
{
"$id": "55",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 4,
"pluG_UID": "H71ylkeYdEWZZHx/hNxrdg==",
"pluGuid": "9672bd1f-9847-4574-9964-7c7f84dc6b76",
"hostOfferID": 1,
"priceGroupG_UID": "uCWNzy0L8kuf277ZSQ4cCw==",
"priceGroupGuid": "cf8d25b8-0b2d-4bf2-9fdb-bed9490e1c0b",
"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:26:10.748912",
"rrp": 17,
"campaignDescription": "sample string 18",
"product": {
"$ref": "12"
},
"campaign": {
"$ref": "54"
}
},
{
"$ref": "55"
}
],
"sellingRules": [
{
"$id": "56",
"id": 1,
"identifier": "NWf/7eyXG0Gy1bTYUbenuA==",
"identifierStr": "NWf/7eyXG0Gy1bTYUbenuA==",
"identifierGuid": "edff6735-97ec-411b-b2d5-b4d851b7a7b8",
"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": "54"
}
},
{
"$ref": "56"
}
],
"customers": [
{
"$id": "57",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"customerID": "4caBb10LxUybiRV52ER6lQ==",
"customerIDGuid": "6f81c6e1-0b5d-4cc5-9b89-1579d8447a95",
"campaign": {
"$ref": "54"
},
"customer": {
"$id": "58",
"identifier": "G++rXIl2dUKDNOLZoV3dlg==",
"identifierGuid": "5cabef1b-7689-4275-8334-e2d9a15ddd96",
"code": "sample string 2",
"familyName": "sample string 3",
"givenName": "sample string 4",
"otherName": "sample string 5",
"title": "sample string 6",
"dateOfBirth": "2026-04-03T06:26:10.748912",
"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": "GGr08SlHh0+udZmObdLz6Q==",
"communityIdentifierGuid": "f1f46a18-4729-4f87-ae75-998e6dd2f3e9",
"joined": "2026-04-03T06:26:10.748912",
"updated": "2026-04-03T06:26:10.748912",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "97ZZ3fuazU+2XtFU03uESg==",
"priceLevelIdentifierGuid": "dd59b6f7-9afb-4fcd-b65e-d154d37b844a",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-04-03T06:26:10.748912",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "59",
"cardType": 2,
"issueDate": "2026-04-03T06:26:10.748912",
"expiry": "2026-04-03T06:26:10.748912",
"customerID": "gYMqd+Z0xkeSOAttmikqRQ==",
"customerIDGuid": "772a8381-74e6-47c6-9238-0b6d9a292a45",
"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:26:10.748912",
"linkedAccount": "pK0LJXgd4ECea2INDqEbdw==",
"linkedAccountGuid": "250bada4-1d78-40e0-9e6b-620d0ea11b77",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "58"
},
"account": {
"$id": "60",
"id": 1,
"identifier": "07+O32DzhEq99CQRmF9b/Q==",
"identifierGuid": "df8ebfd3-f360-4a84-bdf4-2411985f5bfd",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-04-03T06:26:10.748912",
"owner": "GptrFxjpq0GF7/Be4H0FVg==",
"ownerGuid": "176b9b1a-e918-41ab-85ef-f05ee07d0556",
"accountStoreGroupIdentifier": "o6dzbQ03Fkake6pPsjj4Qg==",
"accountStoreGroupGuid": "6d73a7a3-370d-4616-a47b-aa4fb238f842",
"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:26:10.748912",
"active": true,
"updated": "2026-04-03T06:26:10.748912",
"deleted": true,
"deletedUser": "sample string 16",
"currentBalanceChanged": true,
"maximumLimitChanged": true,
"loyaltyPointsChanged": true,
"projectedBalance": 17,
"accountStoreGroupStoreIDs": [
1,
2
],
"customerEmail": "sample string 18",
"ownerCustomer": {
"$ref": "58"
},
"card": {
"$ref": "59"
},
"members": {
"$id": "61",
"sample string 1": [
{
"$ref": "58"
},
{
"$ref": "58"
}
],
"sample string 2": [
{
"$ref": "58"
},
{
"$ref": "58"
}
]
},
"customerGroups": [
{
"$id": "62",
"identifier": "SLZFiZ+PJkG1gizeO2d24g==",
"identifierGuid": "8945b648-8f9f-4126-b582-2cde3b6776e2",
"name": "sample string 2",
"primaryContact": "aTBnWiwIe02dRMyDM1iYJw==",
"primaryContactGuid": "5a673069-082c-4d7b-9d44-cc8333589827",
"accountID": "QI53wrIp2kurqVNqjbTa9g==",
"accountIDGuid": "c2778e40-29b2-4bda-aba9-536a8db4daf6",
"special": true,
"updated": "2026-04-03T06:26:10.748912",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "RzqauAmsVEmk4EDZfMxdTg==",
"priceLevelIdentifierGuid": "b89a3a47-ac09-4954-a4e0-40d97ccc5d4e",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "60"
},
"primaryContactCustomer": {
"$ref": "58"
},
"customerGroupMembers": [
{
"$id": "63",
"id": 1,
"groupID": "oqaTaVQK90GWZkkGE9oCXA==",
"groupIDGuid": "6993a6a2-0a54-41f7-9666-490613da025c",
"customerID": "Pu4qZX4V40KT0Pia/jDrEg==",
"customerIDGuid": "652aee3e-157e-42e3-93d0-f89afe30eb12",
"card": "sample string 4",
"linkedAccount": "VQHMxogZjU2/xnitbtYIGg==",
"linkedAccountGuid": "c6cc0155-1988-4d8d-bfc6-78ad6ed6081a",
"customer": {
"$ref": "58"
},
"group": {
"$ref": "62"
},
"customerCard": {
"$ref": "59"
}
},
{
"$ref": "63"
}
]
},
{
"$ref": "62"
}
]
},
"payments": [
{
"$id": "64",
"id": 1,
"identifier": "YZq+mXugskaacqIJEk29jw==",
"identifierGuid": "99be9a61-a07b-46b2-9a72-a209124dbd8f",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "1fc/S2IacEOJKGNQIFMo1A==",
"accountIDGuid": "4b3ff7d5-1a62-4370-8928-6350205328d4",
"customerAccount": {
"$ref": "60"
},
"customerCard": {
"$ref": "59"
},
"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:26:10.748912",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "ghGonDvBMUGCLrwqYgTG3g==",
"idempotentVoidGuid": "9ca81182-c13b-4131-822e-bc2a6204c6de",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "65",
"saleHeaderID": 1,
"saleHeaderGuid": "drcAiWpDVkCNmnbvQ3x2lg==",
"saleHeaderIdentifierGuid": "8900b776-436a-4056-8d9a-76ef437c7696",
"created": "2026-04-03T06:26:10.748912",
"createdLocal": "2026-04-03T06:26:10.748912",
"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:26:10.748912",
"storeID": 1,
"operatorG_Uid": "inmDm/cpYk28tshEt1VtCA==",
"operatorGuid": "9b83798a-29f7-4d62-bcb6-c844b7556d08",
"customerG_Uid": "HElxv9nsZEK0FAb3l9KJYQ==",
"customerGuid": "bf71491c-ecd9-4264-b414-06f797d28961",
"communityIdentifier": "jb8jqmQPREipawdP8QAtBA==",
"communityIdentifierGuid": "aa23bf8d-0f64-4844-a96b-074ff1002d04",
"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": "YYuxdNMC0UWDiE1gW0P+dQ==",
"priceLevelIdentifierGuid": "74b18b61-02d3-45d1-8388-4d605b43fe75",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-04-03T06:26:10.748912+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": "66",
"customerName": "sample string 1",
"pickupAt": "2026-04-03T06:26:10.748912",
"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": "25"
},
"customer": {
"$ref": "58"
},
"communityOrganisation": {
"$id": "67",
"id": 1,
"identifier": "H7Ze7+l3rUSXd+JJI8D2lw==",
"identifierGuid": "ef5eb61f-77e9-44ad-9777-e24923c0f697",
"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:26:10.748912",
"promoPeriodEnd": "2026-04-03T06:26:10.748912",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-04-03T06:26:10.748912",
"deleted": true
},
"details": [
{
"$id": "68",
"saleItemID": 1,
"identifier": "D4yyVRVUrU6rETL6tsdyUQ==",
"identifierGuid": "55b28c0f-5415-4ead-ab11-32fab6c77251",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "dXetqTWHa02zAIcjD2NE3g==",
"pluGuid": "a9ad7775-8735-4d6b-b300-87230f6344de",
"accountID": "hde6RvV6kkGmBVQCEPFmTw==",
"accountIDGuid": "46bad785-7af5-4192-a605-540210f1664f",
"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:26:10.748912",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "xq+AYTrhwEuQeI5/QOR1lw==",
"refundGuid": "6180afc6-e13a-4bc0-9078-8e7f40e47597",
"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": "qdZv2W77pEatH5HidyziNA==",
"idempotentVoidGuid": "d96fd6a9-fb6e-46a4-ad1f-91e2772ce234",
"priceLevelIdentifier": "+rUvusqNG0OqNF9epXKkHQ==",
"priceLevelIdentifierGuid": "ba2fb5fa-8dca-431b-aa34-5f5ea572a41d",
"communityIdentifier": "L5NdYVkMo06Bu+b+AN9d3Q==",
"communityIdentifierGuid": "615d932f-0c59-4ea3-81bb-e6fe00df5ddd",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "69",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-04-03T06:26:10.748912",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "69"
}
],
"refund": {
"$id": "70",
"id": 1,
"g_UID": "tyVPkt/1tkaBVW5Hlq/d+Q==",
"guid": "924f25b7-f5df-46b6-8155-6e4796afddf9",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-04-03T06:26:10.748912"
},
"modifier": {
"$id": "71",
"id": 1,
"setG_UID": "KyMsGOdbAUec0TT0jJXAiA==",
"modifierSetGuid": "182c232b-5be7-4701-9cd1-34f48c95c088",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "R8QsAsyGYk6v+mrO3Brsdw==",
"pluGuid": "022cc447-86cc-4e62-affa-6acedc1aec77",
"deleted": true,
"g_UID": "GYUWsmORwEOIKKHe8kWLtg==",
"guid": "b2168519-9163-43c0-8828-a1def2458bb6",
"product": {
"$ref": "12"
}
},
"priceLevelName": "sample string 25",
"pumpNumber": 1,
"hoseNumber": 1
},
{
"$ref": "68"
}
],
"eftReceipts": [
{
"$id": "72",
"id": 1,
"storeID": 1,
"saleHeaderID": 2,
"storeSaleHeader": {
"$ref": "65"
},
"receipt": "sample string 3",
"processed": 1
},
{
"$ref": "72"
}
],
"payments": [
{
"$ref": "64"
},
{
"$ref": "64"
}
],
"cards": [
{
"$id": "73",
"id": 1,
"saleHeaderID": 1,
"identifier": "sample string 2",
"cardType": 3,
"providerName": "sample string 4"
},
{
"$ref": "73"
}
],
"campaignHits": [
{
"$id": "74",
"id": 1,
"saleHeaderID": 2,
"campaign": "sample string 3",
"name": "sample string 4",
"processed": 1,
"campaignDescription": "sample string 5"
},
{
"$ref": "74"
}
],
"fuel": [
{
"$id": "75",
"id": 1,
"plu": 1,
"pluG_UID": "bX97dDfqgESE9QJ9nrBIcw==",
"pluGuid": "747b7f6d-ea37-4480-84f5-027d9eb04873",
"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:26:10.748912",
"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:26:10.748912",
"tagNumber": "sample string 15",
"trackTwoRem": "sample string 16",
"transCode": 1,
"transType": 1,
"unitPrice": 1.0,
"vehicleReg": "sample string 17",
"offline": true,
"processed": 1
},
{
"$ref": "75"
}
],
"fuelResells": [
{
"$id": "76",
"saleItemID": 1,
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "7WrZP0PuHEmsy8IoXwkG5g==",
"pluGuid": "3fd96aed-ee43-491c-accb-c2285f0906e6",
"accountID": "8ZQ9/+tvvESodWM6w9mKaw==",
"accountIDGuid": "ff3d94f1-6feb-44bc-a875-633ac3d98a6b",
"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:26:10.748912",
"bestOrExpireType": 1,
"refundG_UID": "uhSupF1J6UuZl25VIOPcpQ==",
"refundGuid": "a4ae14ba-495d-4be9-9997-6e5520e3dca5",
"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": "76"
}
],
"customerOrder": [
{
"$id": "77",
"identifier": "LldTO+Tb3UW4Fs5rLqP88A==",
"identifierGuid": "3b53572e-dbe4-45dd-b816-ce6b2ea3fcf0",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "juCpLaYP7k2YjXT/dMzCJg==",
"customerIdentifierGuid": "2da9e08e-0fa6-4dee-988d-74ff74ccc226",
"operatorNo": 1,
"operatorG_UID": "ejznUhyVEUGvSCKHgscbjA==",
"operatorGuid": "52e73c7a-951c-4111-af48-228782c71b8c",
"created": "2026-04-03T06:26:10.748912",
"ordered": "2026-04-03T06:26:10.748912",
"started": "2026-04-03T06:26:10.748912",
"completed": "2026-04-03T06:26:10.748912",
"supplied": "2026-04-03T06:26:10.748912",
"quickTicket": 1,
"deleted": true,
"walkAway": true,
"approxWait": 1,
"actualWait": 1,
"deliveryMethod": 8,
"externalSaleType": 9,
"customer": {
"$ref": "58"
},
"operator": {
"$ref": "25"
},
"details": [
{
"$id": "78",
"headerID": 1,
"plu": 1,
"pluG_UId": "mK/M4bBsI0qf4J6g3y7UJA==",
"pluGuid": "e1ccaf98-6cb0-4a23-9fe0-9ea0df2ed424",
"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": "aWWXEiTzWEG6nobHxXjHDQ==",
"headerIdentifierGuid": "12976569-f324-4158-ba9e-86c7c578c70d",
"product": {
"$ref": "12"
}
},
{
"$ref": "78"
}
],
"storeName": "sample string 11",
"customerName": "sample string 12",
"storeReplyTo": "sample string 13",
"storeSubjectLine": "sample string 14",
"storeSaleHeader": {
"$ref": "65"
}
},
{
"$ref": "77"
}
],
"surveyResponses": [
{
"$id": "79",
"surveyG_UID": "xBUcqxvtMkO7KRW/0//7aQ==",
"surveyGuid": "ab1c15c4-ed1b-4332-bb29-15bfd3fffb69",
"saleHeaderGuid": "y1YzQjwPdEO/vHxYLQQqHA==",
"saleGuid": "423356cb-0f3c-4374-bfbc-7c582d042a1c",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "dKAr7hTcDE2E+IeicY1eTQ==",
"guidResponse": "ee2ba074-dc14-4d0c-84f8-87a2718d5e4d",
"whoAnswered": 2,
"answeredAtUTC": "2026-04-03T06:26:10.748912",
"sale": {
"$ref": "65"
},
"survey": {
"$id": "80",
"g_UID": "qkjnXzgwoUK4BjMJ7q+N3A==",
"guid": "5fe748aa-3038-42a1-b806-3309eeaf8ddc",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "wUdjEuQA6U+9WIyWY70Xqw==",
"checkoutFormGuid": "126347c1-00e4-4fe9-bd58-8c9663bd17ab",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-04-03T06:26:10.748912",
"end": "2026-04-03T06:26:10.748912",
"deleted": true,
"updated": "2026-04-03T06:26:10.748912",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"37e65967-05de-46c3-a43a-22a6ecd19701",
"20ec7fe3-1c90-43d8-8767-881d0d4344e1"
],
"allowsAllTextResponses": true,
"surveyForm": {
"$ref": "33"
}
},
"ingressId": "sample string 4"
},
{
"$ref": "79"
}
],
"storeName": "sample string 39",
"terminalNumber": 40,
"machineName": "sample string 41",
"operatorName": "sample string 42",
"direction": 1,
"reason": "sample string 43",
"accountG_UID": "xgadYYqL2k6zrhU5NV/tuA==",
"accountIdentifier": "619d06c6-8b8a-4eda-b3ae-1539355fedb8",
"accountName": "sample string 44",
"customerOrderIdentifier": "y6zdCZ5rAE2pQlKtACpzqQ==",
"customerOrderIdentifierGuid": "09ddaccb-6b9e-4d00-a942-52ad002a73a9",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "81",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "IjxWG2buOEWx/a0C4FYtww==",
"paymentIdentifierGuid": "1b563c22-ee66-4538-b1fd-ad02e0562dc3",
"identifier": "3xZxwhjioEyk+ESbBXVjjw==",
"identifierGuid": "c27116df-e218-4ca0-a4f8-449b0575638f",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "cQWZrXX6zkuVMnBdsIg53w==",
"itemIdentifierGuid": "ad990571-fa75-4bce-9532-705db08839df"
}
},
{
"$ref": "64"
}
]
},
{
"$ref": "59"
}
],
"customerGroupMembers": [
{
"$ref": "63"
},
{
"$ref": "63"
}
],
"customerGroups": [
{
"$ref": "62"
},
{
"$ref": "62"
}
],
"accounts": [
{
"$ref": "60"
},
{
"$ref": "60"
}
],
"account": {
"$ref": "60"
},
"vouchers": [
{
"$id": "82",
"customerIdentifier": "6YqFFzMhEUeUjo+BuW4t5A==",
"customerIdentifierGuid": "17858ae9-2133-4711-948e-8f81b96e2de4",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "bv+HxeOmQkKWFEjjuuDs9Q==",
"idempotentGuid": "c587ff6e-a6e3-4242-9614-48e3bae0ecf5",
"offline": true,
"voucher": {
"$id": "83",
"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:26:10.748912",
"barcodeTemplate": {
"$id": "84",
"templateID": 1,
"template": "sample string 1",
"bcFunction": "sample string 2",
"sortOrder": 3
},
"scaleLabel": {
"$id": "85",
"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:26:10.748912",
"labelPageLayout": "00WISammqE2oJicjazU8Ag==",
"pageLayoutGuid": "498845d3-a6a9-4da8-a826-27236b353c02",
"labelType": 6,
"oldName": "sample string 7",
"voucher": {
"$ref": "83"
},
"elements": [
{
"$id": "86",
"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:26:10.748912"
},
{
"$ref": "86"
}
]
},
"customerVouchers": [
{
"$id": "87",
"id": 1,
"customerIdentifier": "QvN4iybzW0Omowbt1olf+A==",
"customerIdentifierGuid": "8b78f342-f326-435b-a6a3-06edd6895ff8",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-04-03T06:26:10.748912",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "hzcoDfA5qEGRhULDX7K8rA==",
"issuedIdempotentGuid": "0d283787-39f0-41a8-9185-42c35fb2bcac",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-04-03T06:26:10.748912",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-04-03T06:26:10.748912",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "rayJ8zKZKEeuVJYz8TqhgA==",
"redeemedIdempotentGuid": "f389acad-9932-4728-ae54-9633f13aa180",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-04-03T06:26:10.748912",
"storeName": "sample string 17",
"scaleLabel": {
"$ref": "85"
},
"voucher": {
"$ref": "83"
},
"customer": {
"$ref": "58"
},
"issuedOfflinePayment": {
"$ref": "64"
},
"redeemedOfflinePayment": {
"$ref": "64"
}
},
{
"$ref": "87"
}
]
},
"customer": {
"$ref": "58"
}
},
{
"$ref": "82"
}
]
}
},
{
"$ref": "57"
}
],
"customerGroups": [
{
"$id": "88",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupID": "xOB9zmlI20SCL/F4bsdFwg==",
"groupIDGuid": "ce7de0c4-4869-44db-822f-f1786ec745c2",
"campaign": {
"$ref": "54"
},
"group": {
"$ref": "62"
}
},
{
"$ref": "88"
}
],
"signIqTickets": [
{
"$id": "89",
"identifier": "w+PDHeqC4kCxHLT0BWlGsQ==",
"identifierGuid": "1dc3e3c3-82ea-40e2-b11c-b4f4056946b1",
"campaignName": "sample string 2",
"message": "sample string 3",
"ticketFileSource": "sample string 4",
"ticketFileDestination": "sample string 5",
"storeID": 1
},
{
"$ref": "89"
}
],
"comboPriceGroups": [
{
"$id": "90",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"g_UID": "iwAVo8wypkOUBDlPb+go8w==",
"guid": "a315008b-32cc-43a6-9404-394f6fe828f3",
"description": "sample string 5",
"newPrice": 1,
"rangeDescription": "sample string 6",
"dealDescription": "sample string 7",
"labelQuantity": 8,
"hostProductCategoryID": 1,
"offerID": 1,
"dontUpdatePricePlus": true,
"campaign": {
"$ref": "54"
},
"comboPricePlus": [
{
"$id": "91",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupG_UID": "92JG4SFGFESQCsKHDZoa3w==",
"groupGuid": "e14662f7-4621-4414-900a-c2870d9a1adf",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "wBGcIuAVVU+1Hz+znpBrwg==",
"pluGuid": "229c11c0-15e0-4f55-b51f-3fb39e906bc2",
"priceGroupG_UID": "qIMHlKqOq0u3xQ3/t5kwuA==",
"priceGroupGuid": "940783a8-8eaa-4bab-b7c5-0dffb79930b8",
"campaignPoolID": "sample string 7",
"quantity": 1,
"campaign": {
"$ref": "54"
},
"product": {
"$ref": "12"
},
"priceGroup": {
"$ref": "18"
},
"campaignPool": {
"$ref": "54"
}
},
{
"$ref": "91"
}
]
},
{
"$ref": "90"
}
],
"priceLevels": [
{
"$id": "92",
"id": 1,
"priceLevelIdentifier": "nuB+55JJw0mY26/Jdl51mg==",
"priceLevelIdentifierGuid": "e77ee09e-4992-49c3-98db-afc9765e759a",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "92"
}
],
"promotionType": {
"$id": "93",
"identifier": "hYIo21f7IkKsU2rOV67ISw==",
"identifierGuid": "db288285-fb57-4222-ac53-6ace57aec84b",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "/f2AsDdF90qkp9nhMsltpg==",
"labelPageLayoutGuid": "b080fdfd-4537-4af7-a4a7-d9e132c96da6",
"priceLevelIdentifier": "KtpbXGgAG0GTBEXvatrjCw==",
"priceLevelIdentifierGuid": "5c5bda2a-0068-411b-9304-45ef6adae30b",
"active": true,
"updated": "2026-04-03T06:26:10.748912",
"hostName": "sample string 11"
}
},
"product": {
"$ref": "12"
},
"dealCost": {
"$id": "94",
"headerIdentifier": "7271CJjv3Eipezw3bKuQAw==",
"headerIdentifierGuid": "08f56eef-ef98-48dc-a97b-3c376cab9003",
"identifier": "/1Owd2t2skyjWwbpd3QtlA==",
"identifierGuid": "77b053ff-766b-4cb2-a35b-06e977742d94",
"supplierIdentifier": "H1A8EpywfEKHktxdV8liMw==",
"supplierGuid": "123c501f-b09c-427c-8792-dc5d57c96233",
"pluG_UID": "JPcxIfdSmUO7v7Pu/h1RQA==",
"pluGuid": "2131f724-52f7-4399-bbbf-b3eefe1d5140",
"campaignName": "b36faf1c-54e5-42f8-958a-79d960ed1fa5",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-04-03T06:26:10.748912",
"end": "2026-04-03T06:26:10.748912",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "dwr+p49Ajk+Dd17QSvUx3g==",
"bonusItemPluGuid": "a7fe0a77-408f-4f8e-8377-5ed04af531de",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-04-03T06:26:10.748912",
"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:26:10.748912",
"campaignEndDate": "2026-04-03T06:26:10.748912",
"masterPLUG_UID": "CiDdq9lv/EWck/s/gZeztw==",
"masterID": "abdd200a-6fd9-45fc-9c93-fb3f8197b3b7",
"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": "mV0xD1am8km4V9UQ2eHvfg==",
"bonusMasterID": "0f315d99-a656-49f2-b857-d510d9e1ef7e",
"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:26:10.748912",
"dealCosts": [
{
"$ref": "94"
},
{
"$ref": "94"
}
],
"tags": [
{
"$id": "95",
"pluG_UID": "ujZXo5TBKEG2aQmdAidNhQ==",
"pluGuid": "a35736ba-c194-4128-b669-099d02274d85",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "95"
}
],
"alternateProductG_UID": "ILO2brL+hEqzK6LS4grfog==",
"alternateProduct": "6eb6b320-feb2-4a84-b32b-a2d2e20adfa2",
"altProduct": {
"$ref": "12"
},
"productHostCode": {
"$id": "96",
"id": 1,
"pluG_UID": "2HpaBdtQeE2M8nfxjjrawQ==",
"pluGuid": "055a7ad8-50db-4d78-8cf2-77f18e3adac1",
"ibaCode": "sample string 2"
},
"mscCat": {
"$ref": "48"
},
"mscCom": {
"$ref": "49"
},
"mscDep": {
"$ref": "51"
},
"mscSubCom": {
"$ref": "50"
},
"isUserUpdate": true,
"ignoreMasterProduct": true,
"priceGroupLabelRequested": true,
"firstSold": "2026-04-03T06:26:10.748912",
"inventoryTracked": "2026-04-03T06:26:10.748912",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "97",
"pluG_UID": "zjZ8fwF20UiYCb2548pBiA==",
"pluGuid": "7f7c36ce-7601-48d1-9809-bdb9e3ca4188",
"fuelPluG_UID": "V43uPdg8FUGYZC8dgdbauA==",
"fuelPluGuid": "3dee8d57-3cd8-4115-9864-2f1d81d6dab8",
"price": 3,
"productDescription": "sample string 4",
"productBarcode": "sample string 5",
"fuelProductDescription": "sample string 6",
"fuelProductBarcode": "sample string 7",
"fuelProductPrice": 8
},
"productFuelLinks": [
{
"$ref": "97"
},
{
"$ref": "97"
}
]
},
"supplier": {
"$ref": "7"
},
"serviceFee": {
"$id": "98",
"id": 1,
"description": "sample string 1",
"fee": 1
},
"isPrimaryHost": true,
"hostVendor": 48
},
{
"$ref": "10"
}
],
"orderCycleHeaders": [
{
"$id": "99",
"storeID": 1,
"supplierIdentifier": "26vOpQuFWEm2P8x0BeSoFg==",
"supplierGuid": "a5ceabdb-850b-4958-b63f-cc7405e4a816",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"storeName": "sample string 5",
"departmentName": "sample string 6",
"orderDays": 7
},
{
"$ref": "99"
}
],
"cycles": [
{
"$id": "100",
"storeID": 1,
"supplierIdentifier": "BUuXO7Aq7kqVIC9pdYgCKA==",
"supplierGuid": "3b974b05-2ab0-4aee-9520-2f6975880228",
"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:26:10.748912",
"deliveryDate": "2026-04-03T06:26:10.748912",
"nextCutOffDate": "2026-04-03T06:26:10.748912",
"nextDeliveryDate": "2026-04-03T06:26:10.748912",
"nextDaysBuffer": 10
},
{
"$ref": "100"
}
],
"store": {
"$ref": "2"
},
"updated": "2026-04-03T06:26:10.748912",
"isHost": true
},
"files": [
{
"$id": "101",
"id": "sample string 1",
"fileName": "sample string 2",
"extension": "sample string 3",
"provider": 0,
"type": 0,
"hostType": "sample string 4",
"createdUtc": "2026-04-03T06:26:10.748912",
"processed": "2026-04-03T06:26:10.748912",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-04-03T06:26:10.748912",
"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": "6"
},
"metcashHeader": {
"$id": "102",
"customerNumber": "sample string 1",
"creationDate": "2026-04-03T06:26:10.748912",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "101"
}
],
"zoneMatrix": [
{
"$id": "103",
"id": 1,
"hostIdentifier": "z8QL/CXWyUu5L/O7XDJgzQ==",
"hostIdentifierGuid": "fc0bc4cf-d625-4bc9-b92f-f3bb5c3260cd",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"1db73c3c-798d-4bf6-abda-a188a74b1cd1",
"3e2b9fe0-5309-45e7-bb79-17a08938f7f2"
]
},
{
"$ref": "103"
}
],
"hostFileStoreSetting": {
"$ref": "5"
},
"hostStoreSettings": [
{
"$ref": "5"
},
{
"$ref": "5"
}
],
"promotionPlacements": [
{
"$id": "104",
"identifier": "766PuDJQMkGS0JQRu2pSvg==",
"identifierGuid": "b88faeef-5032-4132-92d0-9411bb6a52be",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "104"
}
],
"promoTypeGuids": [
"e4f7e1fd-2b9e-4ba2-951c-67b412ea1fa3",
"2b3fde34-7ae8-4bf4-9767-3bac33dd556a"
],
"isPromotionOnly": false,
"isOrderable": false,
"vendor": 0
},
"groupIDs": [
1,
2
],
"hostDescription": "sample string 27"
},
{
"$ref": "5"
}
],
"accounts": [
{
"$id": "105",
"id": 1,
"storeID": 1,
"accountName": "sample string 2",
"bsb": "sample string 3",
"accountNumber": "sample string 4",
"accountDesignated": true
},
{
"$ref": "105"
}
],
"sales": [
{
"$id": "106",
"id": 1,
"storeID": 1,
"externalSalesType": 2,
"ftpSiteID": 1,
"lastSaleProcessed": "2026-04-03T06:26:10.748912",
"ftpSite": {
"$id": "107",
"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": "106"
}
],
"zoneMatrix": [
{
"$ref": "103"
},
{
"$ref": "103"
}
],
"cashManagements": [
{
"$id": "108",
"id": 1,
"storeID": 1,
"cashManagementType": 2,
"apiID": 1,
"organisationID": "sample string 3",
"siteName": "sample string 4",
"thirdPartyAPI": {
"$id": "109",
"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": "108"
}
],
"updateStoreID": "0ecfc229-39fd-4c4b-9186-673f38fa9711",
"updateStore": {
"$id": "110",
"id": "aa62cbb1-37da-4404-ae63-5cff722e0449",
"name": "sample string 1",
"lastActivity": "2026-04-03T06:26:10.748912",
"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:26:10.748912"
},
"timeZoneId": "sample string 54",
"securityOptions": {
"$id": "111",
"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"
}
},
"hostSettings": {
"$ref": "5"
},
"supplier": {
"$ref": "7"
},
"transportCompany": {
"$id": "112",
"identifier": "Ff7H3tMtakCEX6Ux4GNdsA==",
"identifierGuid": "dec7fe15-2dd3-406a-845f-a531e0635db0",
"companyName": "sample string 1",
"abn": "sample string 2",
"address1": "sample string 3",
"address2": "sample string 4",
"telephone": "sample string 5",
"primaryContactGuid": "URlDQ8S3g0y68NzExBSzNA==",
"primaryContactID": "43431951-b7c4-4c83-baf0-dcc4c414b334",
"primaryContact": {
"$ref": "8"
}
},
"productFilter": {
"$id": "113",
"utcOffset": 1.1,
"matches": [
{
"$id": "114",
"matchFilterType": 1,
"match": {
"$id": "115"
},
"matchMode": true,
"matchDecimal": 3.1,
"matchList": [
{
"$id": "116"
},
{
"$id": "117"
}
],
"matchCompare": 0,
"matchStringCompare": 0,
"matchJoin": 1,
"subDepartmentMatch": {
"$id": "118"
},
"minorDepartmentMatch": {
"$id": "119"
},
"lesserDepartmentMatch": {
"$id": "120"
}
},
{
"$ref": "114"
}
]
}
}
application/xml
Sample not available.
text/xml
Sample not available.
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
PK E3�\d��
� 5 xl/workbook.xml � (� ����0��&�C����R8q���{��6П�5���I�yۙ��v�d��0f@o5j_�
�lI�o(�wƂ���8�C��IL��Ӿ�@�Yv"F��^H��B����yԸ����
Blnv�0�$��;��,!�b �^$�4WP��Qr�]�s�\)�p�P�m��p9Ң�xe�0F���PK E3�\���� � [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
E3�\F���' ' _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="R41cca1c158454b73" /></Relationships>PK E3�\^��P4 o xl/worksheets/sheet1.xml � (� ��kS�:��J&ߏ#���:n)��N���CL�)�۔��*&������wW�WϮ�������wQՋru<�����U9[�~��������}Y���Eь�|U?����}2��W�b9���X�g�e��6���礼�^\���ݲX5�L��fڄ����?d�'W}[�Y[���!�r�X�O�f��}]��*��ǹ|�_�x499j�_�}��<Z��e�k����x,Z�d >kW_�f�����Pޟ���&��ۘ��n����w��r���}��5�� 3m�(��������n������!6�G��QX嵄��q����9���� ��W�xu`����.^eV%���9���l�M?�;���A�x����m<�LH���xo�n�|����K�V(0~/����A�I%�֎�I��7��.�{2�'�Ͽ5 A��c�eP��[}DOʞ��Ish�����FJ0
�9.�!({�̅顭p(��D�����9�4�J����B�A�fP�I�NM�� t��|�@ +C"�p�����E��,��@����GD�CL������aI����0ϼ��qI0� I��f�HBI�Y��BO{�l�Ɉ$�~匃0\���0"�b�����{d�H��E�9,o��R%v#��;�]��X/�I���so<��=T�l;D���$����$HB�d��12��@02����@x�RJL���C���$��ʹ���S"��1��x0V��-�6�AE&UǤ
�e��F�:U��L��I�3#�N��Ҥ|P�I}�0k���8pTdRuL�p�xm|��|���ŷ�%�N���QUޏ��qH�����u{���:�������u�F�l�����C�*N�
�U�*Ԯ�l�л��C��U�vWq1T�]ū���*^3�S�0��[FBl}�H���2b�{FB��d$����x���s?1��g�6��FB���H��� q�;#!��`$�ݜiB ��L�7���3���iF$�L;"�8g��9ӒH\Ι�Dbsδ%R���D�3әH}fZ��Lo"��iNE}f�SQ���T�ϓ0����� b�3FB|%��p��,ܺ���kj������d3� �˗��,t�M�K_���w1C���Ao�Iț�M��۩�
L8a��P� ����� '�����OiD?3Y��K:�W&�[:�w&��#��iLM'יt�&=���=2pmHg3Ӈ��aQ�Yx�G=C��������>Cϥ7���;ӆ��K�
��
��iH:T�KF�y�pLz���tVTge�U�}a�߃��PK E3�\
=&.� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞8Nܐ��ݰa[zמ�Q۲]�gc���V� �X��j4��'�|���o�D^0��Y�(��UN�vpJ�]��z��Ly"��G�Wl`R��Fep��pm��.�2�4�Ku�Ҫ,��f�������G��N�f��0}u�
b��a�$��%�"S�<i;�+���u���@���b:O����^)]���g���P?��/�tZ�j5��J��n���]���_l� PK E3�\Ѓ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 E3�\����J � xl/sharedStrings.xml � (� �Xmo�8�|��|>'~��m�6Y�����pd�n|s��$w���G�I�Xv2�~���"E>���~x]��"c�Y����%Y�|�z���~OHR$$g��� ���B��⬿�ru2
��%�����%��ɟ�bŁ$b ��е�`�$Y��QV�������)a�����T�_'P�,̀����PI�ȧ2K��]J��%yv�~�� g��W܈P�:�NAP��d���Pv�[��`�����ً!�� �)neJ֢���Uޒҹd��M���2 ��GN�� ���DG�^�ǭ����w���h��g&d��h�=n�+��-W�Xw�խٶ�
��G�&��ԬKJ�\��ό$d�U_�ơ)^@�%�pY���=gII�U��C�Pk�Ά�Ӓ��j���c�6���V�լ�%&�'��l ��\��Dh�l�MG�mc��Dz��:UMg�i,���˵�?�j�qQ�ȢAB-D+&#j��h�mJ�MA5��s�C�9��a��ji�l�$:�>�� ��M�4���O ��$�-x~PH��q:�=7�Fi��k<���ۉ� ��M�8��
��Ԣx�Y~쎬8qB+�<��C��ގ$�1�=
�4�HBˏ�g�c����F�^h�˶O���q=�G|)�sdO�z�F�����{��z�;�9����
6���V�>�uȞ|s��-���d��éZ �W���� |m�f��ڮߺ�H!�tl@���ȫ�z'8$�)�"IԬ�踆���
�drmBzs�c����L�f��R'��%-�:US�qR���v~L����J�$�^���lc�*�%�"����u��#Ɏ�}=��T�xcNTol�"u9U�֓�(�ΰn�N��ı{7KT����`���..o�(�;�l���o��,k!�[w>aE�=o�U�s7�Usw~�3
�)�ALp�=�0>�eXiT+�Đ��;�{f�]Lu����Z���r��V��wÙj�@��x��@`Aa��g�]ǵ�bہ�o�7���~oP��P�vx�h�rO���xb��+BӼL����w]ܕ�^���j*��%���9�PW�������5|u��U�Ku�7�֢yUQY*�#�� <#Uj^ռJȑ��ֱp�}��:m�[.�\��Z��5���a�r����Y
�JZ��"�K��SGv�(%�a+�c��$9��6��+�hZ����u��QO2D�W�&��n ���O-T�P���;���0��]ڠz���]�T���rBxR��V�]��Q�I�P�2���F�b�k6�~�T��<�U��n�������]��q��ޘ�������r!���V�؊��n�Wՠ~w{�{�uh84P`�$+��S��Ͻ�lv\�y�;��qۆ���C�"z����5� ~�p����bھrjX����W����e|� �A�����ޒ�"�I�y�<�KВ�Ds�/�/��xn�Ȫ0������Ǜ�@{������"���w�/�oN��?��9������ ����`S���9�3�a�v�kN���QGO2͕Z�?jbD��Z�@M�b��Z
!��PK- E3�\d��
� 5 xl/workbook.xmlPK- E3�\���� � [Content_Types].xmlPK-
E3�\F���' ' V _rels/.relsPK- E3�\^��P4 o � xl/worksheets/sheet1.xmlPK- E3�\
=&.� P H xl/_rels/workbook.xml.relsPK- E3�\Ѓc'2 E
�
xl/styles.xmlPK- E3�\����J � xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
PK E3�\��Oշ 5 xl/workbook.xml � (� ����0��&�C���h� '.^=x_�V�O�||o�vfg��b4�o���G
�箤]6g̷*�cQǝ0NA�ҽ�B�X���PvJ�+s8@�F�NZO�?,o�bPÂR 5��;B���S��g���d���o��a�Ŭ��%�! %�s�%=R�r��%�L�4Kϐ6"�{�l�]}PK E3�\���� � [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
E3�\��4' ' _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="Rc49e2710c65e4258" /></Relationships>PK E3�\^��P4 o xl/worksheets/sheet1.xml � (� ��kS�:��J&ߏ#���:n)��N���CL�)�۔��*&������wW�WϮ�������wQՋru<�����U9[�~��������}Y���Eь�|U?����}2��W�b9���X�g�e��6���礼�^\���ݲX5�L��fڄ����?d�'W}[�Y[���!�r�X�O�f��}]��*��ǹ|�_�x499j�_�}��<Z��e�k����x,Z�d >kW_�f�����Pޟ���&��ۘ��n����w��r���}��5�� 3m�(��������n������!6�G��QX嵄��q����9���� ��W�xu`����.^eV%���9���l�M?�;���A�x����m<�LH���xo�n�|����K�V(0~/����A�I%�֎�I��7��.�{2�'�Ͽ5 A��c�eP��[}DOʞ��Ish�����FJ0
�9.�!({�̅顭p(��D�����9�4�J����B�A�fP�I�NM�� t��|�@ +C"�p�����E��,��@����GD�CL������aI����0ϼ��qI0� I��f�HBI�Y��BO{�l�Ɉ$�~匃0\���0"�b�����{d�H��E�9,o��R%v#��;�]��X/�I���so<��=T�l;D���$����$HB�d��12��@02����@x�RJL���C���$��ʹ���S"��1��x0V��-�6�AE&UǤ
�e��F�:U��L��I�3#�N��Ҥ|P�I}�0k���8pTdRuL�p�xm|��|���ŷ�%�N���QUޏ��qH�����u{���:�������u�F�l�����C�*N�
�U�*Ԯ�l�л��C��U�vWq1T�]ū���*^3�S�0��[FBl}�H���2b�{FB��d$����x���s?1��g�6��FB���H��� q�;#!��`$�ݜiB ��L�7���3���iF$�L;"�8g��9ӒH\Ι�Dbsδ%R���D�3әH}fZ��Lo"��iNE}f�SQ���T�ϓ0����� b�3FB|%��p��,ܺ���kj������d3� �˗��,t�M�K_���w1C���Ao�Iț�M��۩�
L8a��P� ����� '�����OiD?3Y��K:�W&�[:�w&��#��iLM'יt�&=���=2pmHg3Ӈ��aQ�Yx�G=C��������>Cϥ7���;ӆ��K�
��
��iH:T�KF�y�pLz���tVTge�U�}a�߃��PK E3�\=���� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞8�����ݰ��N<��&�e����G�
XE�Tb�������4�����9��5�,���r4�ST
l7�=N"���GHZ1����=Qz���uhRGY?��R?P'����y��~ɀ[&9\��h�{|��iF� �W�A#F ��~J�^C�%*��䰯[ٴJVm�Dթ��Z�� ï�w��ɋ�IQ
CV������K���K�ey�&KV���.;YT��j��/6_PK E3�\Ѓ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 E3�\����J � xl/sharedStrings.xml � (� �Xmo�8�|��|>'~��m�6Y�����pd�n|s��$w���G�I�Xv2�~���"E>���~x]��"c�Y����%Y�|�z���~OHR$$g��� ���B��⬿�ru2
��%�����%��ɟ�bŁ$b ��е�`�$Y��QV�������)a�����T�_'P�,̀����PI�ȧ2K��]J��%yv�~�� g��W܈P�:�NAP��d���Pv�[��`�����ً!�� �)neJ֢���Uޒҹd��M���2 ��GN�� ���DG�^�ǭ����w���h��g&d��h�=n�+��-W�Xw�խٶ�
��G�&��ԬKJ�\��ό$d�U_�ơ)^@�%�pY���=gII�U��C�Pk�Ά�Ӓ��j���c�6���V�լ�%&�'��l ��\��Dh�l�MG�mc��Dz��:UMg�i,���˵�?�j�qQ�ȢAB-D+&#j��h�mJ�MA5��s�C�9��a��ji�l�$:�>�� ��M�4���O ��$�-x~PH��q:�=7�Fi��k<���ۉ� ��M�8��
��Ԣx�Y~쎬8qB+�<��C��ގ$�1�=
�4�HBˏ�g�c����F�^h�˶O���q=�G|)�sdO�z�F�����{��z�;�9����
6���V�>�uȞ|s��-���d��éZ �W���� |m�f��ڮߺ�H!�tl@���ȫ�z'8$�)�"IԬ�踆���
�drmBzs�c����L�f��R'��%-�:US�qR���v~L����J�$�^���lc�*�%�"����u��#Ɏ�}=��T�xcNTol�"u9U�֓�(�ΰn�N��ı{7KT����`���..o�(�;�l���o��,k!�[w>aE�=o�U�s7�Usw~�3
�)�ALp�=�0>�eXiT+�Đ��;�{f�]Lu����Z���r��V��wÙj�@��x��@`Aa��g�]ǵ�bہ�o�7���~oP��P�vx�h�rO���xb��+BӼL����w]ܕ�^���j*��%���9�PW�������5|u��U�Ku�7�֢yUQY*�#�� <#Uj^ռJȑ��ֱp�}��:m�[.�\��Z��5���a�r����Y
�JZ��"�K��SGv�(%�a+�c��$9��6��+�hZ����u��QO2D�W�&��n ���O-T�P���;���0��]ڠz���]�T���rBxR��V�]��Q�I�P�2���F�b�k6�~�T��<�U��n�������]��q��ޘ�������r!���V�؊��n�Wՠ~w{�{�uh84P`�$+��S��Ͻ�lv\�y�;��qۆ���C�"z����5� ~�p����bھrjX����W����e|� �A�����ޒ�"�I�y�<�KВ�Ds�/�/��xn�Ȫ0������Ǜ�@{������"���w�/�oN��?��9������ ����`S���9�3�a�v�kN���QGO2͕Z�?jbD��Z�@M�b��Z
!��PK- E3�\��Oշ 5 xl/workbook.xmlPK- E3�\���� � [Content_Types].xmlPK-
E3�\��4' ' V _rels/.relsPK- E3�\^��P4 o � xl/worksheets/sheet1.xmlPK- E3�\=���� P H xl/_rels/workbook.xml.relsPK- E3�\Ѓc'2 E
�
xl/styles.xmlPK- E3�\����J � xl/sharedStrings.xmlPK � �