PUT api/scheduledOrder/{id}
Update a scheduled order
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Scheduled order identifier |
globally unique identifier |
Required |
Body Parameters
Scheduled order to be saved
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. |
| Warehouse |
Scheduled order is a warehouse order |
boolean |
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. |
Request Formats
application/json, text/json
{
"identifier": "Mcfya/NaakKxDERj490F4A==",
"identifierGuid": "6bf2c731-5af3-426a-b10c-4463e3dd05e0",
"created": "2026-06-03T18:32:25.9711266",
"createdLocal": "2026-06-03T18:32:25.9711266",
"createdByUser": "sample string 1",
"cronExpression": "sample string 2",
"cronExpressionDescription": "sample string 3",
"lastRun": "2026-06-03T18:32:25.9711266",
"lastRunLocal": "2026-06-03T18:32:25.9711266",
"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": "DFie+D+8CUaBAgje+t+v+g==",
"supplierIdentifierGuid": "f89e580c-bc3f-4609-8102-08defadfaffa",
"hostIdentifier": "CwRifk6lH0C72pIf9+9ATA==",
"hostIdentifierGuid": "7e62040b-a54e-401f-bbda-921ff7ef404c",
"transportCompanyIdentifier": "gYwjFaGCQ0qJfbntJt0m9w==",
"transportCompanyIdentifierGuid": "15238c81-82a1-4a43-897d-b9ed26dd26f7",
"mailTo": "sample string 12",
"mailBcc": "sample string 13",
"warehouse": true,
"defaultMPL": true,
"simpleAWS": 16,
"investmentBuy": true,
"productFilterIdentifier": "TZe5FoMEaEuiTpoo3hkBkg==",
"productFilterIdentifierGuid": "16b9974d-0483-4b68-a24e-9a28de190192",
"lastRunDuration": "00:00:00.1234567",
"expectedLastRunSkipped": true,
"storeName": "sample string 19",
"customerNumber": "sample string 20",
"supplierName": "sample string 21",
"transportCompanyName": "sample string 22",
"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-06-03T18:32:25.9711266",
"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": "uYd1aErSEkmw/GcKaFoyHQ==",
"hostIdentifierGuid": "687587b9-d24a-4912-b0fc-670a685a321d",
"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-06-03T18:32:25.9711266",
"priceZone": {
"$id": "3",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "LILEE75AZkia/kBYREw/7Q==",
"hostIdentifierGuid": "13c4822c-40be-4866-9afe-4058444c3fed",
"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"
},
"warehouseStore": {
"$id": "5",
"storeID": 1,
"warehouseStoreID": 2,
"storeName": "sample string 3",
"warehouseName": "sample string 4"
},
"hostStoreSettings": [
{
"$id": "6",
"id": 1,
"hostIdentifier": "NC8meMQiHE2Bbu5six7pfA==",
"hostIdentifierGuid": "78262f34-22c4-4d1c-816e-ee6c8b1ee97c",
"storeID": 2,
"username": "sample string 3",
"password": "sample string 4",
"passwordPlain": "sample string 5",
"serverAddress": "sample string 6",
"serverPort": 1,
"excludeFromLeadInOut": true,
"useForHostFile": true,
"metcashPillarID": "sample string 9",
"metcashStateCode": "sample string 10",
"metcashCustomerID": "sample string 11",
"metcashTradingPartnerID": "sample string 12",
"drakesCustomerNumber": 1,
"sparCustomerNumber": "sample string 13",
"sparOrderUsername": "sample string 14",
"sparOrderPassword": "sample string 15",
"sparOrderPasswordPlain": "sample string 16",
"pharmXSiteID": 1,
"ibaZoneID": 1,
"ibaState": "sample string 17",
"foodlandStoreCode": "sample string 18",
"ilgMemberNumber": "sample string 19",
"ilgOutletLocation": 1,
"ilgBaseCost": 1,
"ilgApplyNonAdvertisedPromos": true,
"ilgExemptFromFreight": true,
"ilgOrderDealReview": true,
"ilgFinanceFee": 1,
"secondPassword": "sample string 23",
"secondPasswordPlain": "sample string 24",
"secondServerAddress": "sample string 25",
"processPromotions": true,
"hostProvider": 0,
"host": {
"$id": "7",
"identifier": "l8LJQIQFNEyMUW2w6lAd4w==",
"identifierGuid": "40c9c297-0584-4c34-8c51-6db0ea501de3",
"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": "zAJFg+bwck+W5x0w5CIyKw==",
"hostSupplierIdentifierGuid": "834502cc-f0e6-4f72-96e7-1d30e422322b",
"loyaltyPriceLevelIdentifier": "bnyhZ3T0XUeDki5Acp4K5w==",
"loyaltyPriceLevelIdentifierGuid": "67a17c6e-f474-475d-8392-2e40729e0ae7",
"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-06-03T18:32:25.9711266",
"lastProcessed": "2026-06-03T18:32:25.9711266",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$id": "8",
"identifier": "5rJ3aI4940yf8Zkfmg/HXw==",
"identifierGuid": "6877b2e6-3d8e-4ce3-9ff1-991f9a0fc75f",
"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": "7lkGCJlOSU68JqWU+gErlg==",
"primaryContactID": "080659ee-4e99-4e49-bc26-a594fa012b96",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "gxvouZufUEGAgvsdSNnTBQ==",
"supplierGroupGuid": "b9e81b83-9f9b-4150-8082-fb1d48d9d305",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-06-03T18:32:25.9711266",
"rebateLastClaimedAmount": 1.0,
"cartonsOnly": true,
"minimumOrderValue": 1,
"enforceMinimumQuantity": true,
"freight": 19.0,
"freightType": 20,
"deleted": true,
"deletedUser": "sample string 22",
"storeName": "sample string 23",
"primaryContact": {
"$id": "9",
"id": "bbc0957c-5bbf-4d8c-b01a-284798ac5872",
"identifier": "lBZfHqIz3EqmYQSse9yQww==",
"identifierGuid": "1e5f1694-33a2-4adc-a661-04ac7bdc90c3",
"familyName": "sample string 1",
"givenNames": "sample string 2",
"otherNames": "sample string 3",
"title": "sample string 4",
"dateOfBirth": "sample string 5",
"sex": "sample string 6",
"address": "sample string 7",
"address1": "sample string 8",
"address2": "sample string 9",
"town": "sample string 10",
"state": "sample string 11",
"country": "sample string 12",
"postalCode": "sample string 13",
"telephone": "sample string 14",
"mobile": "sample string 15",
"email": "sample string 16",
"fax": "sample string 17",
"primary": true
},
"contacts": [
{
"$id": "10",
"supplierIdentifier": "VOmmCewP202C3+T4AMynEg==",
"supplierIdentifierGuid": "09a6e954-0fec-4ddb-82df-e4f800cca712",
"contactGuid": "BqrLZ7A++k6N6q2WNyVYaQ==",
"contactID": "67cbaa06-3eb0-4efa-8dea-ad9637255869",
"contact": {
"$ref": "9"
},
"supplier": {
"$ref": "8"
}
},
{
"$ref": "10"
}
],
"products": [
{
"$id": "11",
"pluG_UID": "3hkJVmtbZEeBsM9hop32bw==",
"pluGuid": "560919de-5b6b-4764-81b0-cf61a29df66f",
"supplierIdentifier": "Byys7sUiu0WQ9YqdDYxzLA==",
"supplierIdentifierGuid": "eeac2c07-22c5-45bb-90f5-8a9d0d8c732c",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-06-03T18:32:25.9711266",
"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-06-03T18:32:25.9711266",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "12",
"pluG_UID": "xpBLROJRoEu+QzYCGPWpMQ==",
"pluGuid": "444b90c6-51e2-4ba0-be43-360218f5a931",
"supplierIdentifier": "F+MXfDBI5kK2vRHzVT8SCw==",
"supplierIdentifierGuid": "7c17e317-4830-42e6-b6bd-11f3553f120b",
"invoiceCode": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "12"
}
],
"storeIDs": [
1,
2
],
"preferredSupplier": true,
"preferredRebateSupplier": true,
"supplierName": "sample string 42",
"salesMode": 43,
"orderPacked": true,
"active": true,
"price": 1,
"costGstPercent": 45,
"parentPluG_UID": "tqviuR3IRkuTGg0BX+C/OQ==",
"parentPluGuid": "b9e2abb6-c81d-4b46-931a-0d015fe0bf39",
"freight": 46.0,
"freightType": 1,
"product": {
"$id": "13",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "zRV7y7HZwk6jXkE2ecgXJg==",
"guid": "cb7b15cd-d9b1-4ec2-a35e-413679c81726",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "xz24eG4Tl0yBuN9z6tgQUQ==",
"priceGroupGuid": "78b83dc7-136e-4c97-81b8-df73ead81051",
"blueprintID": 1,
"lastCountedDate": "2026-06-03T18:32:25.9867862",
"externalID": "sample string 7",
"active": true,
"activated": "2026-06-03T18:32:25.9867862",
"pluCreated": "2026-06-03T18:32:25.9867862",
"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-06-03T18:32:25.9867862",
"lastManualUpdate": "2026-06-03T18:32:25.9867862",
"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-06-03T18:32:25.9867862",
"currentCostUpdated": "2026-06-03T18:32:25.9867862",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-06-03T18:32:25.9867862",
"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-06-03T18:32:25.9867862",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "j1PSbwjq2keCiHHIrKGpcQ==",
"altPLUGuid": "6fd2538f-ea08-47da-8288-71c8aca1a971",
"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-06-03T18:32:25.9867862",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "ybWVEQKRXU2CIq9/x1R5oQ==",
"shelfPageLayoutGuid": "1195b5c9-9102-4d5d-8222-af7fc75479a1",
"talkerPageLayoutG_UID": "I7TMlwQtlUyqcuAnMWh6yg==",
"talkerPageLayoutGuid": "97ccb423-2d04-4c95-aa72-e02731687aca",
"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": "gz7Os+0UKEukPTj6f9crVg==",
"inventoryIdentifier": "b3ce3e83-14ed-4b28-a43d-38fa7fd72b56",
"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": "V3j3eAYnK0+W4uhKAyG1jg==",
"parentPluGuid": "78f77857-2706-4f2b-96e2-e84a0321b58e",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "6VKapfQ0UEevXAnDkrh5fQ==",
"supplierIdentifierGuid": "a59a52e9-34f4-4750-af5c-09c392b8797d",
"supplierChanged": true,
"rebateSupplierIdentifier": "vmBuUsdLC0i95nER5LfuQg==",
"rebateSupplierIdentifierGuid": "526e60be-4bc7-480b-bde6-7111e4b7ee42",
"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-06-03T18:32:25.9867862",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "uYt28GxL3EmD7mG1E5YNxA==",
"hostIdentifierGuid": "f0768bb9-4b6c-49dc-83ee-61b513960dc4",
"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": "13"
},
{
"$ref": "13"
}
],
"store": {
"$ref": "2"
},
"storePrices": [
{
"$id": "14",
"pluG_UID": "4lJqz+qLYkiWDq3WqQJo8g==",
"pluGuid": "cf6a52e2-8bea-4862-960e-add6a90268f2",
"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-06-03T18:32:25.9867862"
},
{
"$ref": "14"
}
],
"currentPrices": {
"$id": "15",
"pluPrices": {
"$id": "16",
"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-06-03T18:32:25.9867862",
"priceChangeType": 0,
"costDecimals": 11,
"costCalcMethod": 12,
"targetCampaignPriceGtOrEquNormal": true
},
"normalPluPrices": {
"$ref": "16"
},
"winningCampaign": 1,
"winner": {
"$id": "17",
"campaignName": "sample string 1",
"campaignDescription": "sample string 2",
"talkerText": "sample string 3",
"disableWasSave": true,
"startDate": "2026-06-03T18:32:25.9867862",
"startTime": 5,
"endDate": "2026-06-03T18:32:25.9867862",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "LQFphwrPokagS6g6BXBPuw==",
"hostIdentifierGuid": "8769012d-cf0a-46a2-a04b-a83a05704fbb",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "17"
},
{
"$ref": "17"
}
]
},
"tray": {
"$id": "18",
"g_UId": "vHboCqu37E6EKs86tQuPyg==",
"guid": "0ae876bc-b7ab-4eec-842a-cf3ab50b8fca",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "19",
"priceGroupG_UID": "mT49Xn6w6EyI1Jwgg5NvXg==",
"priceGroupGuid": "5e3d3e99-b07e-4ce8-88d4-9c2083936f5e",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-06-03T18:32:25.9867862",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "13"
},
{
"$ref": "13"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "20",
"pluG_UID": "2G+u3vZloUu4CcQkjAsoQg==",
"pluGuid": "deae6fd8-65f6-4ba1-b809-c4248c0b2842",
"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": "21",
"pluGuid": "62786e4e-2afa-41c1-bdfb-066467316c01",
"created": "2026-06-03T18:32:25.9867862",
"createdByUser": "sample string 1",
"activated": "2026-06-03T18:32:25.9867862",
"activatedByUser": "sample string 2",
"deactivated": "2026-06-03T18:32:25.9867862",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-06-03T18:32:25.9867862",
"lastOrderedQty": 4.0,
"lastReceived": "2026-06-03T18:32:25.9867862",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-06-03T18:32:25.9867862",
"lastSold": "2026-06-03T18:32:25.9867862",
"firstSold": "2026-06-03T18:32:25.9867862",
"awsUpdated": "2026-06-03T18:32:25.9867862",
"lastManualUpdate": "2026-06-03T18:32:25.9867862",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-06-03T18:32:25.9867862",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-06-03T18:32:25.9867862",
"doNotRangeUpdated": "2026-06-03T18:32:25.9867862",
"doNotOrderUpdated": "2026-06-03T18:32:25.9867862",
"tracked": "2026-06-03T18:32:25.9867862"
},
"allergens": [
{
"$id": "22",
"primaryKey": {
"$id": "23",
"pluGuid": "49607cc2-0856-4a02-a50f-2109392f92a2",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "wnxgSVYIAkqlDyEJOS+Sog==",
"pluGuid": "49607cc2-0856-4a02-a50f-2109392f92a2",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "22"
}
],
"costs": {
"$id": "24",
"pluG_UID": "OMmpBBGE2UO6fZwMLNn5jg==",
"pluGuid": "04a9c938-8411-43d9-ba7d-9c0c2cd9f98e",
"enteredCost": 1,
"weightedAvgCost": 1,
"lastCost": 1,
"rawEnteredCost": 2,
"rawWeightedAvgCost": 3,
"rawLastCost": 4,
"freight": 5.0,
"freightType": 6,
"costDecimals": 7,
"fifoCost": 1,
"updated": "2026-06-03T18:32:25.9867862",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "25",
"saleHeaderID": 1,
"created": "2026-06-03T18:32:25.9867862",
"createdLocal": "2026-06-03T18:32:25.9867862",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "4wApFhwqTU+1PAcHZoWT+g==",
"operatorGuid": "162900e3-2a1c-4f4d-b53c-0707668593fa",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "PVqPpS8PvkiTfgPpBpOlow==",
"pluGuid": "a58f5a3d-0f2f-48be-937e-03e90693a5a3",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$id": "26",
"id": 1,
"g_Uid": "6RT8LK96oECaPKt13eFksw==",
"guid": "2cfc14e9-7aaf-40a0-9a3c-ab75dde164b3",
"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-06-03T18:32:25.9867862",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-06-03T18:32:25.9867862",
"endShift": "2026-06-03T18:32:25.9867862",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "27",
"operatorG_UID": "iRLDgnIzbE2/NL/hbAzfyw==",
"operatorGuid": "82c31289-3372-4d6c-bf34-bfe16c0cdfcb",
"storeID": 2,
"operator": {
"$ref": "26"
},
"store": {
"$ref": "2"
}
},
{
"$ref": "27"
}
]
}
},
{
"$ref": "25"
}
],
"apns": [
{
"$id": "28",
"pluID": 1,
"pluG_UID": "PgPrC8dfE0irhYlbxpX1gg==",
"pluGuid": "0beb033e-5fc7-4813-ab85-895bc695f582",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "28"
}
],
"tuns": [
{
"$id": "29",
"pluG_UId": "qv3s7cBr/U+xiWkCPK+K8A==",
"pluGuid": "edecfdaa-6bc0-4ffd-b189-69023caf8af0",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "13"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "29"
}
],
"competitionPricing": [
{
"$id": "30",
"identifier": "WVXCIWLVgkGXDZ0gfyjApA==",
"identifierGuid": "21c25559-d562-4182-970d-9d207f28c0a4",
"pluG_UID": "i8rR8T7CB0uKli7laEy8wA==",
"pluGuid": "f1d1ca8b-c23e-4b07-8a96-2ee5684cbcc0",
"competitionID": 1,
"name": "sample string 2",
"sellMultiple": 3,
"retailPrice": 4,
"storeName": "sample string 5"
},
{
"$ref": "30"
}
],
"supplier": {
"$ref": "8"
},
"supplierName": "sample string 148",
"children": [
{
"$ref": "13"
},
{
"$ref": "13"
}
],
"ordering": {
"$ref": "11"
},
"flipChartPages": [
{
"$id": "31",
"identifier": "WP+vaNlqIEWCmX4FXgIqkw==",
"groupName": "sample string 1",
"identifierGuid": "68afff58-6ad9-4520-8299-7e055e022a93",
"exists": true,
"flipChartIdentifier": "fsz6Qvc3fE2gLPJ+3Tzf1A==",
"flipChartIdentifierGuid": "42facc7e-37f7-4d7c-a02c-f27edd3cdfd4",
"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": "aU0oENk9fEWtP0vxY3CTaw==",
"groupIdentifierGuid": "10284d69-3dd9-457c-ad3f-4bf16370936b",
"flipChart": {
"$id": "32",
"identifier": "ibHgO0FvV0OxAyyLke2TJw==",
"identifierGuid": "3be0b189-6f41-4357-b103-2c8b91ed9327",
"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": "33",
"identifier": "DNN9hu0BFk2Yr75kDD6EOQ==",
"identifierGuid": "867dd30c-01ed-4d16-98af-be640c3e8439",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "34",
"id": 1,
"g_UID": "qkMEpE829EmyFYv4G1pKjA==",
"guid": "a40443aa-364f-49f4-b215-8bf81b5a4a8c",
"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": "ZOjcWLs5M0+r/0q5d/bUzQ==",
"previousFormGuid": "58dce864-39bb-4f33-abff-4ab977f6d4cd",
"nextForm": 1,
"nextFormG_UID": "agQYn9cwoUeO7naqEG9Wqw==",
"nextFormGuid": "9f18046a-30d7-47a1-8eee-76aa106f56ab",
"attributes": "sample string 10",
"updated": "2026-06-03T18:32:25.9867862",
"positioning": 1,
"contentPanel": "sample string 11",
"selectionMode": 1,
"maximumSelections": 1,
"alteredInStore": true,
"deleted": true,
"blueprintID": 1,
"preserveLayout": true,
"mainCheckoutFormName": "sample string 13",
"nextCheckoutForm": {
"$ref": "34"
},
"previousCheckoutForm": {
"$ref": "34"
},
"buttons": [
{
"$id": "35",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "TB6CGcxGbES2F3x4NUNo+w==",
"checkoutFormGuid": "19821e4c-46cc-446c-b617-7c78354368fb",
"identifier": "OKUuRUBdmka1bmu293sgzA==",
"identifierGuid": "452ea538-5d40-469a-b56e-6bb6f77b20cc",
"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": "MnrRsfApfU+akXHLjWxw2Q==",
"valueGuid": "b1d17a32-29f0-4f7d-9a91-71cb8d6c70d9",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-06-03T18:32:25.9867862",
"action": "sample string 12",
"valueForm": {
"$ref": "34"
},
"image": {
"$id": "36",
"name": "sample string 3.sample string 4",
"imageID": 2,
"imageName": "sample string 3",
"imageExtension": "sample string 4",
"lastUpdate": "2026-06-03T18:32:25.9867862",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "35"
}
],
"panels": [
{
"$id": "37",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "LxaEXyDZZUaYdtuBLZsLnw==",
"checkoutFormGuid": "5f84162f-d920-4665-9876-db812d9b0b9f",
"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": "37"
}
]
},
{
"$ref": "34"
}
],
"panels": [
{
"$ref": "37"
},
{
"$ref": "37"
}
]
},
"pages": [
{
"$ref": "31"
},
{
"$ref": "31"
}
]
},
"contentPanel": {
"$ref": "37"
},
"products": [
{
"$id": "38",
"flipChartPageIdentifier": "ynPOZ7Wk4EGv+GzYpihrtQ==",
"flipChartPageIdentifierGuid": "67ce73ca-a4b5-41e0-aff8-6cd8a6286bb5",
"pluG_UID": "/7ICKGW4xkKCpgimkbuGUg==",
"pluGuid": "2802b2ff-b865-42c6-82a6-08a691bb8652",
"sortOrder": 3,
"sent": true,
"productChanged": true,
"productImageName": "sample string 6",
"productShowImageOnFlipCharts": true,
"productShowTextOnFlipCharts": true,
"productOverrideFlipChartText": true,
"productFlipChartText": "sample string 10",
"product": {
"$ref": "13"
},
"departmentSortOrder": 11,
"subDepartmentName": "sample string 12"
},
{
"$ref": "38"
}
],
"productCount": 27,
"pages": [
{
"$ref": "31"
},
{
"$ref": "31"
}
]
},
{
"$ref": "31"
}
],
"priceHistory": [
{
"$id": "39",
"pluG_UID": "TR8ahsW3ukOcgt6ps8mDwQ==",
"pluGuid": "861a1f4d-b7c5-43ba-9c82-dea9b3c983c1",
"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-06-03T18:32:25.9867862",
"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": "39"
}
],
"ingredients": [
{
"$id": "40",
"pluG_UID": "G79/Zioog0Caje2oCDy7JQ==",
"ingredientGuid": "3BJc648DUkCPA7IUsmmkpg==",
"ingredientIdentifier": "eb5c12dc-038f-4052-8f03-b214b269a4a6",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "13"
}
},
{
"$ref": "40"
}
],
"bins": [
{
"$id": "41",
"pluG_UID": "peCOEe5MB0SFHMnpxAKgow==",
"pluGuid": "118ee0a5-4cee-4407-851c-c9e9c402a0a3",
"shelfLocationIdentifier": "w6t5a8vj5Ue44e9Jbp0JYw==",
"shelfLocationGuid": "6b79abc3-e3cb-47e5-b8e1-ef496e9d0963",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "xf7unsCoNEGbdwJ3Ctd9dQ==",
"labelPageLayoutGuid": "9eeefec5-a8c0-4134-9b77-02770ad77d75",
"updated": "2026-06-03T18:32:25.9867862",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "13"
},
"location": {
"$id": "42",
"identifier": "yInJhYLc2EKdwLqd9oEZZQ==",
"storeID": 1,
"identifierGuid": "85c989c8-dc82-42d8-9dc0-ba9df6811965",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-06-03T18:32:25.9867862",
"minTemp": 1,
"maxTemp": 1,
"checkFrequency": 1,
"storeCaseConfiguration": 5,
"storeName": "sample string 6",
"bins": [
{
"$ref": "41"
},
{
"$ref": "41"
}
]
}
},
{
"$ref": "41"
}
],
"bin": {
"$ref": "41"
},
"scaleLocations": [
{
"$id": "43",
"plu": 1,
"pluG_UID": "gFHuoakSg0Crx2dIxoK8vg==",
"pluGuid": "a1ee5180-12a9-4083-abc7-6748c682bcbe",
"deptNo": 1,
"product": {
"$ref": "13"
},
"scaleLocation": {
"$id": "44",
"id": 1,
"deptNo": 1,
"deptCode": "sample string 2",
"name": "sample string 3",
"enabled": true,
"updated": "2026-06-03T18:32:25.9867862",
"department": {
"$id": "45",
"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": "44"
},
"subDepartments": [
{
"$id": "46",
"id": 1,
"departmentID": 2,
"name": "sample string 3",
"code": "sample string 4",
"departmentCode": "sample string 5",
"externalSales": true,
"minorDepartments": [
{
"$id": "47",
"id": 1,
"subDepartmentID": 2,
"departmentID": 3,
"name": "sample string 4",
"subDepartmentCode": "sample string 5",
"departmentCode": "sample string 6",
"code": "sample string 7",
"lesserDepartments": [
{
"$id": "48",
"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-06-03T18:32:25.9867862",
"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": "qPVVYr6yIUiLkXiBZLi+Vg==",
"labelPageLayoutGuid": "6255f5a8-b2be-4821-8b91-788164b8be56",
"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": "49",
"dept": 1,
"category": 2,
"name": "sample string 3",
"active": true,
"mscCommodities": [
{
"$id": "50",
"dept": 1,
"category": 2,
"commodity": 3,
"name": "sample string 4",
"active": true,
"mscSubCommodities": [
{
"$id": "51",
"dept": 1,
"category": 2,
"commodity": 3,
"subCommodity": 4,
"name": "sample string 5",
"active": true,
"subCommodityCode": "sample string 7"
},
{
"$ref": "51"
}
],
"commodityCode": "sample string 6"
},
{
"$ref": "50"
}
],
"categoryCode": "sample string 5"
},
"mscCom": {
"$ref": "50"
},
"mscDep": {
"$id": "52",
"dept": 1,
"name": "sample string 2",
"active": true,
"mscCategories": [
{
"$ref": "49"
},
{
"$ref": "49"
}
],
"deptCode": "sample string 4"
},
"mscSubCom": {
"$ref": "51"
}
},
{
"$ref": "48"
}
],
"updated": "2026-06-03T18:32:25.9867862",
"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": "qka96Yn7jEOpfRogJanZvA==",
"labelPageLayoutGuid": "e9bd46aa-fb89-438c-a97d-1a2025a9d9bc",
"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": "49"
},
"mscCom": {
"$ref": "50"
},
"mscDep": {
"$ref": "52"
},
"mscSubCom": {
"$ref": "51"
}
},
{
"$ref": "47"
}
],
"investmentBuyOverride": true,
"updated": "2026-06-03T18:32:25.9867862",
"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": "ZDd9wwfGGEeD3SoIS0UTWQ==",
"labelPageLayoutGuid": "c37d3764-c607-4718-83dd-2a084b451359",
"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": "49"
},
"mscCom": {
"$ref": "50"
},
"mscDep": {
"$ref": "52"
},
"mscSubCom": {
"$ref": "51"
}
},
{
"$ref": "46"
}
],
"stores": [
1,
2
],
"investmentBuyOverride": true,
"updated": "2026-06-03T18:32:25.9867862",
"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": "K/Y268FQbEyKtAUE4rkY8Q==",
"labelPageLayoutGuid": "eb36f62b-50c1-4c6c-8ab4-0504e2b918f1",
"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": "49"
},
"mscCom": {
"$ref": "50"
},
"mscDep": {
"$ref": "52"
},
"mscSubCom": {
"$ref": "51"
}
}
}
},
{
"$ref": "43"
}
],
"nextPrice": {
"$id": "53",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 1,
"hostOfferID": 1,
"metcashPromotionID": "sample string 4",
"metcashPromotionPlacement": "sample string 5",
"pluG_UID": "hqfq0CyuMUy252gkTa9vbw==",
"pluGuid": "d0eaa786-ae2c-4c31-b6e7-68244daf6f6f",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "ubKdEiftJUakKE4vdpZg0Q==",
"dealCostGuid": "129db2b9-ed27-4625-a428-4e2f769660d1",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "LhF4rkBE9UiN9C43WaFqkw==",
"priceGroupGuid": "ae78112e-4440-48f5-8df4-2e3759a16a93",
"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,
"orderPacked": 20,
"pluNormalCost": 21,
"pluaws": 22.0,
"directNumber": "sample string 23",
"departmentName": "sample string 24",
"subDepartmentName": "sample string 25",
"priceGroupName": "sample string 26",
"supplierName": "sample string 27",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-06-03T18:32:25.9867862",
"rrp": 28,
"campaignDescription": "sample string 29",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "2bdb4644-1200-470f-abea-f4fa02316ebc",
"campaignComboPriceGroupG_UID": "1P1PVaebK06k5akakWkpgw==",
"campaignComboPriceGroupIdentifier": "554ffdd4-9ba7-4e2b-a4e5-a91a91692983",
"promotionPlacementDescription": "sample string 31",
"storeAcceptances": [
{
"$id": "54",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-06-03T18:32:25.9867862",
"operatorG_UID": "Q8qQg4kLY0KMKzZCcLVMPw==",
"operatorGuid": "8390ca43-0b89-4263-8c2b-364270b54c3f",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-06-03T18:32:25.9867862",
"signIqTicketFileMovedUtc": "2026-06-03T18:32:25.9867862",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-06-03T18:32:25.9867862",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "13ed0b17-2e68-435f-b77e-ac40e086c8d6",
"product": {
"$ref": "13"
},
"campaignPlu": {
"$ref": "53"
},
"fuelItem": true
},
{
"$ref": "54"
}
],
"campaign": {
"$id": "55",
"id": 1,
"storeID": 2,
"name": "3f020f52-2448-4eaf-a152-0a7ed14dd928",
"nameGuid": "3f020f52-2448-4eaf-a152-0a7ed14dd928",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-06-03T18:32:25.9867862",
"startTime": 1,
"endDate": "2026-06-03T18:32:25.9867862",
"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-06-03T18:32:25.9867862",
"system": true,
"created": "2026-06-03T18:32:25.9867862",
"updated": "2026-06-03T18:32:25.9867862",
"priceChangeNotifiedUtc": "2026-06-03T18:32:25.9867862",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "Nl1tcg+vTky02XZLiq/RXg==",
"hostIdentifierGuid": "726d5d36-af0f-4c4e-b4d9-764b8aafd15e",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-06-03T18:32:25.9867862",
"updatedByUser": "sample string 18",
"offerID": 1,
"isPriceChangeCampaign": true,
"stores": [
1,
2
],
"storeNames": [
"sample string 1",
"sample string 2"
],
"campaignPlus": [
{
"$ref": "53"
},
{
"$ref": "53"
}
],
"campaignPools": [
{
"$id": "56",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 4,
"pluG_UID": "ziMB13Lg4Ei4/I42yfFcpw==",
"pluGuid": "d70123ce-e072-48e0-b8fc-8e36c9f15ca7",
"hostOfferID": 1,
"priceGroupG_UID": "nmfvZvRrD02iJVDnf/Ah4Q==",
"priceGroupGuid": "66ef679e-6bf4-4d0f-a225-50e77ff021e1",
"fuelItem": true,
"pluName": "sample string 6",
"apn": "sample string 7",
"pluActive": true,
"cartonQty": 1,
"baseUnits": 9.1,
"cri": "sample string 10",
"salesMode": 1,
"orderPacked": 11,
"pluaws": 12.0,
"directNumber": "sample string 13",
"departmentName": "sample string 14",
"subDepartmentName": "sample string 15",
"priceGroupName": "sample string 16",
"supplierName": "sample string 17",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-06-03T18:32:25.9867862",
"rrp": 18,
"campaignDescription": "sample string 19",
"product": {
"$ref": "13"
},
"campaign": {
"$ref": "55"
}
},
{
"$ref": "56"
}
],
"sellingRules": [
{
"$id": "57",
"id": 1,
"identifier": "ETmfO6LGvEquRAl55zPZRw==",
"identifierStr": "ETmfO6LGvEquRAl55zPZRw==",
"identifierGuid": "3b9f3911-c6a2-4abc-ae44-0979e733d947",
"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": "55"
}
},
{
"$ref": "57"
}
],
"customers": [
{
"$id": "58",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"customerID": "pG8eFg5DJUaDu0X5FVtMeA==",
"customerIDGuid": "161e6fa4-430e-4625-83bb-45f9155b4c78",
"campaign": {
"$ref": "55"
},
"customer": {
"$id": "59",
"identifier": "fwGLJDy8RUSpvg/59CrXng==",
"identifierGuid": "248b017f-bc3c-4445-a9be-0ff9f42ad79e",
"code": "sample string 2",
"familyName": "sample string 3",
"givenName": "sample string 4",
"otherName": "sample string 5",
"title": "sample string 6",
"dateOfBirth": "2026-06-03T18:32:25.9867862",
"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": "j2OY13OZxkO02n0OkXJSMA==",
"communityIdentifierGuid": "d798638f-9973-43c6-b4da-7d0e91725230",
"joined": "2026-06-03T18:32:25.9867862",
"updated": "2026-06-03T18:32:25.9867862",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "PHQiXICaAUCSGKdEd3rqjA==",
"priceLevelIdentifierGuid": "5c22743c-9a80-4001-9218-a744777aea8c",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-06-03T18:32:25.9867862",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "60",
"cardType": 2,
"issueDate": "2026-06-03T18:32:25.9867862",
"expiry": "2026-06-03T18:32:25.9867862",
"customerID": "JN7V3B2mskyYe0NSPyT9HQ==",
"customerIDGuid": "dcd5de24-a61d-4cb2-987b-43523f24fd1d",
"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-06-03T18:32:25.9867862",
"linkedAccount": "uhiuj9koSUisLiW2HYENuQ==",
"linkedAccountGuid": "8fae18ba-28d9-4849-ac2e-25b61d810db9",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "59"
},
"account": {
"$id": "61",
"id": 1,
"identifier": "YdqcNFtr40u+eTXXctdk1Q==",
"identifierGuid": "349cda61-6b5b-4be3-be79-35d772d764d5",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-06-03T18:32:25.9867862",
"owner": "iNXKjHhgL0e60gyzMPDRdw==",
"ownerGuid": "8ccad588-6078-472f-bad2-0cb330f0d177",
"accountStoreGroupIdentifier": "KALYpzY9cE2lMSzXCf/qVw==",
"accountStoreGroupGuid": "a7d80228-3d36-4d70-a531-2cd709ffea57",
"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-06-03T18:32:25.9867862",
"active": true,
"updated": "2026-06-03T18:32:25.9867862",
"deleted": true,
"deletedUser": "sample string 16",
"currentBalanceChanged": true,
"maximumLimitChanged": true,
"loyaltyPointsChanged": true,
"projectedBalance": 17,
"accountStoreGroupStoreIDs": [
1,
2
],
"customerEmail": "sample string 18",
"ownerCustomer": {
"$ref": "59"
},
"card": {
"$ref": "60"
},
"members": {
"$id": "62",
"sample string 1": [
{
"$ref": "59"
},
{
"$ref": "59"
}
],
"sample string 2": [
{
"$ref": "59"
},
{
"$ref": "59"
}
]
},
"customerGroups": [
{
"$id": "63",
"identifier": "CdI1g+Hwc0iqh+6DV/ORWA==",
"identifierGuid": "8335d209-f0e1-4873-aa87-ee8357f39158",
"name": "sample string 2",
"primaryContact": "sdwwu5WX4UW6RQ6zTFyGfw==",
"primaryContactGuid": "bb30dcb1-9795-45e1-ba45-0eb34c5c867f",
"accountID": "Ya5LPG6JHEiT6/h6RqOgSQ==",
"accountIDGuid": "3c4bae61-896e-481c-93eb-f87a46a3a049",
"special": true,
"updated": "2026-06-03T18:32:25.9867862",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "c82KCK1ij0iwqLK/aerncg==",
"priceLevelIdentifierGuid": "088acd73-62ad-488f-b0a8-b2bf69eae772",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "61"
},
"primaryContactCustomer": {
"$ref": "59"
},
"customerGroupMembers": [
{
"$id": "64",
"id": 1,
"groupID": "6mVlqiqKmUWM3hN2Ha+mYA==",
"groupIDGuid": "aa6565ea-8a2a-4599-8cde-13761dafa660",
"customerID": "YTDjAZvDYEWFuUMRk6SVoA==",
"customerIDGuid": "01e33061-c39b-4560-85b9-431193a495a0",
"card": "sample string 4",
"linkedAccount": "89YYhNnVWUqu/KrCrMkVUg==",
"linkedAccountGuid": "8418d6f3-d5d9-4a59-aefc-aac2acc91552",
"customer": {
"$ref": "59"
},
"group": {
"$ref": "63"
},
"customerCard": {
"$ref": "60"
}
},
{
"$ref": "64"
}
]
},
{
"$ref": "63"
}
]
},
"payments": [
{
"$id": "65",
"id": 1,
"identifier": "4Vv0xLB0z0OOG+QyZjMrXg==",
"identifierGuid": "c4f45be1-74b0-43cf-8e1b-e43266332b5e",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "Xe8LVimDp0mGeBEFqhk9Fg==",
"accountIDGuid": "560bef5d-8329-49a7-8678-1105aa193d16",
"customerAccount": {
"$ref": "61"
},
"customerCard": {
"$ref": "60"
},
"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-06-03T18:32:25.9867862",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "OmZP5LvAEkS5AA1vY1z8aw==",
"idempotentVoidGuid": "e44f663a-c0bb-4412-b900-0d6f635cfc6b",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "66",
"saleHeaderID": 1,
"saleHeaderGuid": "/Cjpy0DJM0GWEZ35ai90DA==",
"saleHeaderIdentifierGuid": "cbe928fc-c940-4133-9611-9df96a2f740c",
"created": "2026-06-03T18:32:25.9867862",
"createdLocal": "2026-06-03T18:32:25.9867862",
"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-06-03T18:32:25.9867862",
"storeID": 1,
"operatorG_Uid": "/7DYp9CkJESqVuSOOjpReA==",
"operatorGuid": "a7d8b0ff-a4d0-4424-aa56-e48e3a3a5178",
"customerG_Uid": "UrCNRlem5k+HfmsQaMK1yg==",
"customerGuid": "468db052-a657-4fe6-877e-6b1068c2b5ca",
"communityIdentifier": "0SIu4FDxFEGyAAPd6NYRmA==",
"communityIdentifierGuid": "e02e22d1-f150-4114-b200-03dde8d61198",
"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": "aBPyzJBP6E6NuzpSJhNbxg==",
"priceLevelIdentifierGuid": "ccf21368-4f90-4ee8-8dbb-3a5226135bc6",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-06-03T18:32:25.9867862+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": "67",
"customerName": "sample string 1",
"pickupAt": "2026-06-03T18:32:25.9867862",
"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": "26"
},
"customer": {
"$ref": "59"
},
"communityOrganisation": {
"$id": "68",
"id": 1,
"identifier": "t6eeNvNOwkemG37Nzex5UQ==",
"identifierGuid": "369ea7b7-4ef3-47c2-a61b-7ecdcdec7951",
"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-06-03T18:32:25.9867862",
"promoPeriodEnd": "2026-06-03T18:32:25.9867862",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-06-03T18:32:25.9867862",
"deleted": true
},
"details": [
{
"$id": "69",
"saleItemID": 1,
"identifier": "usBLsvjAv0eJIyCH2raVYA==",
"identifierGuid": "b24bc0ba-c0f8-47bf-8923-2087dab69560",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "a6KkVrDCuEiYfkp0YBdkfg==",
"pluGuid": "56a4a26b-c2b0-48b8-987e-4a746017647e",
"accountID": "6ih8H438jkCoJ4y1ekzkpA==",
"accountIDGuid": "1f7c28ea-fc8d-408e-a827-8cb57a4ce4a4",
"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-06-03T18:32:25.9867862",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "EJeTWiHdBEes4HV3c1AwvQ==",
"refundGuid": "5a939710-dd21-4704-ace0-7577735030bd",
"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": "reVjlelqtEuT4lGuCLjCCg==",
"idempotentVoidGuid": "9563e5ad-6ae9-4bb4-93e2-51ae08b8c20a",
"priceLevelIdentifier": "BIzBdxDw0kCDHHGvtRHZiA==",
"priceLevelIdentifierGuid": "77c18c04-f010-40d2-831c-71afb511d988",
"communityIdentifier": "EMiswEYln0+eVwItzPvV7w==",
"communityIdentifierGuid": "c0acc810-2546-4f9f-9e57-022dccfbd5ef",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "70",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-06-03T18:32:25.9867862",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "70"
}
],
"refund": {
"$id": "71",
"id": 1,
"g_UID": "LuG2gUrzik+xPthJ/wkSpA==",
"guid": "81b6e12e-f34a-4f8a-b13e-d849ff0912a4",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-06-03T18:32:25.9867862"
},
"modifier": {
"$id": "72",
"id": 1,
"setG_UID": "RYV8a5M3ME2VCxeh0A/vow==",
"modifierSetGuid": "6b7c8545-3793-4d30-950b-17a1d00fefa3",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "hAIJD2+5lku3F51sJr904g==",
"pluGuid": "0f090284-b96f-4b96-b717-9d6c26bf74e2",
"deleted": true,
"g_UID": "0mCv6TnzA0KLYx/RRWIxgg==",
"guid": "e9af60d2-f339-4203-8b63-1fd145623182",
"product": {
"$ref": "13"
}
},
"priceLevelName": "sample string 25",
"pumpNumber": 1,
"hoseNumber": 1
},
{
"$ref": "69"
}
],
"eftReceipts": [
{
"$id": "73",
"id": 1,
"storeID": 1,
"saleHeaderID": 2,
"storeSaleHeader": {
"$ref": "66"
},
"receipt": "sample string 3",
"processed": 1
},
{
"$ref": "73"
}
],
"payments": [
{
"$ref": "65"
},
{
"$ref": "65"
}
],
"cards": [
{
"$id": "74",
"id": 1,
"saleHeaderID": 1,
"identifier": "sample string 2",
"cardType": 3,
"providerName": "sample string 4"
},
{
"$ref": "74"
}
],
"campaignHits": [
{
"$id": "75",
"id": 1,
"saleHeaderID": 2,
"campaign": "sample string 3",
"name": "sample string 4",
"processed": 1,
"campaignDescription": "sample string 5"
},
{
"$ref": "75"
}
],
"fuel": [
{
"$id": "76",
"id": 1,
"plu": 1,
"pluG_UID": "RgtM36o2QE+l/HcH9AO2pg==",
"pluGuid": "df4c0b46-36aa-4f40-a5fc-7707f403b6a6",
"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-06-03T18:32:25.9867862",
"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-06-03T18:32:25.9867862",
"tagNumber": "sample string 15",
"trackTwoRem": "sample string 16",
"transCode": 1,
"transType": 1,
"unitPrice": 1.0,
"vehicleReg": "sample string 17",
"offline": true,
"processed": 1
},
{
"$ref": "76"
}
],
"fuelResells": [
{
"$id": "77",
"saleItemID": 1,
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "hIL1QhQy8Ey6QFwHrP1wuQ==",
"pluGuid": "42f58284-3214-4cf0-ba40-5c07acfd70b9",
"accountID": "r9dfLMD+tkG81ReQmIIn3A==",
"accountIDGuid": "2c5fd7af-fec0-41b6-bcd5-1790988227dc",
"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-06-03T18:32:25.9867862",
"bestOrExpireType": 1,
"refundG_UID": "ofVZxjOiZkeUmczUBr5wqA==",
"refundGuid": "c659f5a1-a233-4766-9499-ccd406be70a8",
"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": "77"
}
],
"customerOrder": [
{
"$id": "78",
"identifier": "X9nHClAXm0mqq8h284NqIQ==",
"identifierGuid": "0ac7d95f-1750-499b-aaab-c876f3836a21",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "6IJzht4rP0mmLPoSuN5/gA==",
"customerIdentifierGuid": "867382e8-2bde-493f-a62c-fa12b8de7f80",
"operatorNo": 1,
"operatorG_UID": "dZ/PD9rm+0SAF3/yugvsxg==",
"operatorGuid": "0fcf9f75-e6da-44fb-8017-7ff2ba0becc6",
"created": "2026-06-03T18:32:25.9867862",
"ordered": "2026-06-03T18:32:25.9867862",
"started": "2026-06-03T18:32:25.9867862",
"completed": "2026-06-03T18:32:25.9867862",
"supplied": "2026-06-03T18:32:25.9867862",
"quickTicket": 1,
"deleted": true,
"walkAway": true,
"approxWait": 1,
"actualWait": 1,
"deliveryMethod": 8,
"externalSaleType": 9,
"customer": {
"$ref": "59"
},
"operator": {
"$ref": "26"
},
"details": [
{
"$id": "79",
"headerID": 1,
"plu": 1,
"pluG_UId": "vtgxKov5N0yH4JZ8++HjjQ==",
"pluGuid": "2a31d8be-f98b-4c37-87e0-967cfbe1e38d",
"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": "FhPLJHDfakq3JvjErzMUEg==",
"headerIdentifierGuid": "24cb1316-df70-4a6a-b726-f8c4af331412",
"product": {
"$ref": "13"
}
},
{
"$ref": "79"
}
],
"storeName": "sample string 11",
"customerName": "sample string 12",
"storeReplyTo": "sample string 13",
"storeSubjectLine": "sample string 14",
"storeSaleHeader": {
"$ref": "66"
}
},
{
"$ref": "78"
}
],
"surveyResponses": [
{
"$id": "80",
"surveyG_UID": "8BEGLmgf4UW6Zf8N/DWvNg==",
"surveyGuid": "2e0611f0-1f68-45e1-ba65-ff0dfc35af36",
"saleHeaderGuid": "fznyMQ3SrU2Z4/h4b52+5A==",
"saleGuid": "31f2397f-d20d-4dad-99e3-f8786f9dbee4",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "acA92wK88ESW53z3zOKNuQ==",
"guidResponse": "db3dc069-bc02-44f0-96e7-7cf7cce28db9",
"whoAnswered": 2,
"answeredAtUTC": "2026-06-03T18:32:25.9867862",
"sale": {
"$ref": "66"
},
"survey": {
"$id": "81",
"g_UID": "f5plSUA240am2yu5etZ1TQ==",
"guid": "49659a7f-3640-46e3-a6db-2bb97ad6754d",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "568fpYz8JkKx9wuY8ka5Ew==",
"checkoutFormGuid": "a51fafe7-fc8c-4226-b1f7-0b98f246b913",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-06-03T18:32:25.9867862",
"end": "2026-06-03T18:32:25.9867862",
"deleted": true,
"updated": "2026-06-03T18:32:25.9867862",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"8e65894b-c2a4-4028-9053-06ca0a630f9c",
"c3b5f2a9-cad3-45dd-945e-07865592df19"
],
"allowsAllTextResponses": true,
"surveyForm": {
"$ref": "34"
}
},
"ingressId": "sample string 4"
},
{
"$ref": "80"
}
],
"storeName": "sample string 39",
"terminalNumber": 40,
"machineName": "sample string 41",
"operatorName": "sample string 42",
"direction": 1,
"reason": "sample string 43",
"accountG_UID": "xdUHd+6DV0OhBHWLcs4g0Q==",
"accountIdentifier": "7707d5c5-83ee-4357-a104-758b72ce20d1",
"accountName": "sample string 44",
"customerOrderIdentifier": "Qh0bF0mAyEiv2D0Qfjz/jg==",
"customerOrderIdentifierGuid": "171b1d42-8049-48c8-afd8-3d107e3cff8e",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "82",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "Wwde8CvZA0Ow59v2+MGH6g==",
"paymentIdentifierGuid": "f05e075b-d92b-4303-b0e7-dbf6f8c187ea",
"identifier": "INU2ZtwIAEysDqgAFdfQhg==",
"identifierGuid": "6636d520-08dc-4c00-ac0e-a80015d7d086",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "QE5eTfMyxEebOsPyqWhYDQ==",
"itemIdentifierGuid": "4d5e4e40-32f3-47c4-9b3a-c3f2a968580d"
}
},
{
"$ref": "65"
}
]
},
{
"$ref": "60"
}
],
"customerGroupMembers": [
{
"$ref": "64"
},
{
"$ref": "64"
}
],
"customerGroups": [
{
"$ref": "63"
},
{
"$ref": "63"
}
],
"accounts": [
{
"$ref": "61"
},
{
"$ref": "61"
}
],
"account": {
"$ref": "61"
},
"vouchers": [
{
"$id": "83",
"customerIdentifier": "x+3mek7hCUCuB/uWnMPN1A==",
"customerIdentifierGuid": "7ae6edc7-e14e-4009-ae07-fb969cc3cdd4",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "57xD6k2S1USbE36O60mAwA==",
"idempotentGuid": "ea43bce7-924d-44d5-9b13-7e8eeb4980c0",
"offline": true,
"voucher": {
"$id": "84",
"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-06-03T18:32:25.9867862",
"barcodeTemplate": {
"$id": "85",
"templateID": 1,
"template": "sample string 1",
"bcFunction": "sample string 2",
"sortOrder": 3
},
"scaleLabel": {
"$id": "86",
"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-06-03T18:32:25.9867862",
"labelPageLayout": "y6j+Kg2r4kO8pYQVxUz/UA==",
"pageLayoutGuid": "2afea8cb-ab0d-43e2-bca5-8415c54cff50",
"labelType": 6,
"oldName": "sample string 7",
"voucher": {
"$ref": "84"
},
"elements": [
{
"$id": "87",
"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-06-03T18:32:25.9867862"
},
{
"$ref": "87"
}
]
},
"customerVouchers": [
{
"$id": "88",
"id": 1,
"customerIdentifier": "xeOmNaxMGUS3RrgPqdtKHg==",
"customerIdentifierGuid": "35a6e3c5-4cac-4419-b746-b80fa9db4a1e",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-06-03T18:32:25.9867862",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "siobdO/eSkKt8DLYmDubHA==",
"issuedIdempotentGuid": "741b2ab2-deef-424a-adf0-32d8983b9b1c",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-06-03T18:32:25.9867862",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-06-03T18:32:25.9867862",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "846jgcE4nEqvgaLH9NTTmQ==",
"redeemedIdempotentGuid": "81a38ef3-38c1-4a9c-af81-a2c7f4d4d399",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-06-03T18:32:25.9867862",
"storeName": "sample string 17",
"scaleLabel": {
"$ref": "86"
},
"voucher": {
"$ref": "84"
},
"customer": {
"$ref": "59"
},
"issuedOfflinePayment": {
"$ref": "65"
},
"redeemedOfflinePayment": {
"$ref": "65"
}
},
{
"$ref": "88"
}
]
},
"customer": {
"$ref": "59"
}
},
{
"$ref": "83"
}
]
}
},
{
"$ref": "58"
}
],
"customerGroups": [
{
"$id": "89",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupID": "uondtSg5qEe6kBwy0XTBdg==",
"groupIDGuid": "b5dd89ba-3928-47a8-ba90-1c32d174c176",
"campaign": {
"$ref": "55"
},
"group": {
"$ref": "63"
}
},
{
"$ref": "89"
}
],
"signIqTickets": [
{
"$id": "90",
"identifier": "dFugOkfOck6YlSVdM4v0ww==",
"identifierGuid": "3aa05b74-ce47-4e72-9895-255d338bf4c3",
"campaignName": "sample string 2",
"message": "sample string 3",
"ticketFileSource": "sample string 4",
"ticketFileDestination": "sample string 5",
"storeID": 1
},
{
"$ref": "90"
}
],
"comboPriceGroups": [
{
"$id": "91",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"g_UID": "FHqr1/8faEGD4V7sB303gg==",
"guid": "d7ab7a14-1fff-4168-83e1-5eec077d3782",
"description": "sample string 5",
"newPrice": 1,
"rangeDescription": "sample string 6",
"dealDescription": "sample string 7",
"labelQuantity": 8,
"hostProductCategoryID": 1,
"offerID": 1,
"dontUpdatePricePlus": true,
"campaign": {
"$ref": "55"
},
"comboPricePlus": [
{
"$id": "92",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupG_UID": "TEGvasOK+UyJDuX59bH2wQ==",
"groupGuid": "6aaf414c-8ac3-4cf9-890e-e5f9f5b1f6c1",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "BOOqGEw4uEyvVzo5EDxxTg==",
"pluGuid": "18aae304-384c-4cb8-af57-3a39103c714e",
"priceGroupG_UID": "zJlZ9Zjp8E2LAMZVJka0jg==",
"priceGroupGuid": "f55999cc-e998-4df0-8b00-c6552646b48e",
"campaignPoolID": "sample string 7",
"quantity": 1,
"campaign": {
"$ref": "55"
},
"product": {
"$ref": "13"
},
"priceGroup": {
"$ref": "19"
},
"campaignPool": {
"$ref": "55"
}
},
{
"$ref": "92"
}
]
},
{
"$ref": "91"
}
],
"priceLevels": [
{
"$id": "93",
"id": 1,
"priceLevelIdentifier": "8dwhMXCXfUqc7RMeDdWaFQ==",
"priceLevelIdentifierGuid": "3121dcf1-9770-4a7d-9ced-131e0dd59a15",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "93"
}
],
"promotionType": {
"$id": "94",
"identifier": "tT/za8p00kmuU2+XlPCNig==",
"identifierGuid": "6bf33fb5-74ca-49d2-ae53-6f9794f08d8a",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "D+98qgmqWEWTz04jJ3z/4g==",
"labelPageLayoutGuid": "aa7cef0f-aa09-4558-93cf-4e23277cffe2",
"priceLevelIdentifier": "lQqWKiQk5km0PCuc8psKBg==",
"priceLevelIdentifierGuid": "2a960a95-2424-49e6-b43c-2b9cf29b0a06",
"active": true,
"updated": "2026-06-03T18:32:25.9867862",
"hostName": "sample string 11"
}
},
"product": {
"$ref": "13"
},
"dealCost": {
"$id": "95",
"headerIdentifier": "Nhqk02v5g0ufuAeNZyt2bA==",
"headerIdentifierGuid": "d3a41a36-f96b-4b83-9fb8-078d672b766c",
"identifier": "cvJyofOGBE6uU0At5ezg5g==",
"identifierGuid": "a172f272-86f3-4e04-ae53-402de5ece0e6",
"supplierIdentifier": "6Cb2V7teBU6ufbs/R5j/ww==",
"supplierGuid": "57f626e8-5ebb-4e05-ae7d-bb3f4798ffc3",
"pluG_UID": "KiiDjXKtCEqzAOlPck1fgw==",
"pluGuid": "8d83282a-ad72-4a08-b300-e94f724d5f83",
"campaignName": "a2cdb5f5-4174-4853-b244-eb128993737d",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-06-03T18:32:25.9867862",
"end": "2026-06-03T18:32:25.9867862",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "WVKPP5j7s0WLRAFb7rVMlg==",
"bonusItemPluGuid": "3f8f5259-fb98-45b3-8b44-015beeb54c96",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-06-03T18:32:25.9867862",
"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-06-03T18:32:25.9867862",
"campaignEndDate": "2026-06-03T18:32:25.9867862",
"masterPLUG_UID": "HR5rKKqnF0iJdZHVfpBj0g==",
"masterID": "286b1e1d-a7aa-4817-8975-91d57e9063d2",
"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": "ne/DeYcDO0qnyZVMqIk0xQ==",
"bonusMasterID": "79c3ef9d-0387-4a3b-a7c9-954ca88934c5",
"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-06-03T18:32:25.9867862",
"dealCosts": [
{
"$ref": "95"
},
{
"$ref": "95"
}
],
"tags": [
{
"$id": "96",
"pluG_UID": "qSt/sJbENkiJ/+WxfDavmA==",
"pluGuid": "b07f2ba9-c496-4836-89ff-e5b17c36af98",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "96"
}
],
"alternateProductG_UID": "Thcc3XGELUqzq3vsUy/DtQ==",
"alternateProduct": "dd1c174e-8471-4a2d-b3ab-7bec532fc3b5",
"altProduct": {
"$ref": "13"
},
"productHostCode": {
"$id": "97",
"id": 1,
"pluG_UID": "tXzx7ymC/E+wtiIyb+EvYA==",
"pluGuid": "eff17cb5-8229-4ffc-b0b6-22326fe12f60",
"ibaCode": "sample string 2"
},
"mscCat": {
"$ref": "49"
},
"mscCom": {
"$ref": "50"
},
"mscDep": {
"$ref": "52"
},
"mscSubCom": {
"$ref": "51"
},
"isUserUpdate": true,
"ignoreMasterProduct": true,
"priceGroupLabelRequested": true,
"firstSold": "2026-06-03T18:32:25.9867862",
"inventoryTracked": "2026-06-03T18:32:25.9867862",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "98",
"pluG_UID": "MF22l4pU9UKVWLLceYusAw==",
"pluGuid": "97b65d30-548a-42f5-9558-b2dc798bac03",
"fuelPluG_UID": "vyJacI6300Sx+0ZN6bKdvg==",
"fuelPluGuid": "705a22bf-b78e-44d3-b1fb-464de9b29dbe",
"price": 3,
"productDescription": "sample string 4",
"productBarcode": "sample string 5",
"fuelProductDescription": "sample string 6",
"fuelProductBarcode": "sample string 7",
"fuelProductPrice": 8
},
"productFuelLinks": [
{
"$ref": "98"
},
{
"$ref": "98"
}
]
},
"supplier": {
"$ref": "8"
},
"serviceFee": {
"$id": "99",
"id": 1,
"description": "sample string 1",
"fee": 1
},
"isPrimaryHost": true,
"hostVendor": 48
},
{
"$ref": "11"
}
],
"orderCycleHeaders": [
{
"$id": "100",
"storeID": 1,
"supplierIdentifier": "Eb8ZsbKgqESo69NVlsrwHA==",
"supplierGuid": "b119bf11-a0b2-44a8-a8eb-d35596caf01c",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"storeName": "sample string 5",
"departmentName": "sample string 6",
"orderDays": 7
},
{
"$ref": "100"
}
],
"cycles": [
{
"$id": "101",
"storeID": 1,
"supplierIdentifier": "cabi8NFxYEyTv0CDnlhe5w==",
"supplierGuid": "f0e2a671-71d1-4c60-93bf-40839e585ee7",
"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-06-03T18:32:25.9867862",
"deliveryDate": "2026-06-03T18:32:25.9867862",
"nextCutOffDate": "2026-06-03T18:32:25.9867862",
"nextDeliveryDate": "2026-06-03T18:32:25.9867862",
"nextDaysBuffer": 10
},
{
"$ref": "101"
}
],
"store": {
"$ref": "2"
},
"updated": "2026-06-03T18:32:25.9867862",
"isHost": true
},
"files": [
{
"$id": "102",
"id": "sample string 1",
"fileName": "sample string 2",
"extension": "sample string 3",
"provider": 0,
"type": 0,
"hostType": "sample string 4",
"createdUtc": "2026-06-03T18:32:25.9867862",
"processed": "2026-06-03T18:32:25.9867862",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-06-03T18:32:25.9867862",
"size": 1,
"sizeFormat": "sample string 7",
"isArchive": true,
"customerNumber": "sample string 9",
"businessPillar": "sample string 10",
"fileType": "sample string 11",
"version": "sample string 12",
"reference": "sample string 13",
"digest": "sample string 14",
"contentType": "sample string 15",
"host": {
"$ref": "7"
},
"metcashHeader": {
"$id": "103",
"customerNumber": "sample string 1",
"creationDate": "2026-06-03T18:32:25.9867862",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "102"
}
],
"zoneMatrix": [
{
"$id": "104",
"id": 1,
"hostIdentifier": "GouVBKnArUGfha3YTFbT/g==",
"hostIdentifierGuid": "04958b1a-c0a9-41ad-9f85-add84c56d3fe",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"28f6b1fa-bcfd-4d60-a4b8-922cf05d7fb1",
"46a2f095-b3b4-4fcc-b5d3-e833694d8e8c"
]
},
{
"$ref": "104"
}
],
"hostFileStoreSetting": {
"$ref": "6"
},
"hostStoreSettings": [
{
"$ref": "6"
},
{
"$ref": "6"
}
],
"promotionPlacements": [
{
"$id": "105",
"identifier": "403OQw8q4UKpiv1Sx+3DMQ==",
"identifierGuid": "43ce4de3-2a0f-42e1-a98a-fd52c7edc331",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "105"
}
],
"promoTypeGuids": [
"953356e4-1e4d-47c4-81ed-50cd33ff504d",
"36d51a53-06b4-4634-9802-c388b932f871"
],
"isPromotionOnly": false,
"isOrderable": false,
"vendor": 0
},
"groupIDs": [
1,
2
],
"hostDescription": "sample string 27"
},
{
"$ref": "6"
}
],
"accounts": [
{
"$id": "106",
"id": 1,
"storeID": 1,
"accountName": "sample string 2",
"bsb": "sample string 3",
"accountNumber": "sample string 4",
"accountDesignated": true
},
{
"$ref": "106"
}
],
"sales": [
{
"$id": "107",
"id": 1,
"storeID": 1,
"externalSalesType": 2,
"ftpSiteID": 1,
"lastSaleProcessed": "2026-06-03T18:32:25.9867862",
"ftpSite": {
"$id": "108",
"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": "107"
}
],
"suppliedStores": [
1,
2
],
"zoneMatrix": [
{
"$ref": "104"
},
{
"$ref": "104"
}
],
"cashManagements": [
{
"$id": "109",
"id": 1,
"storeID": 1,
"cashManagementType": 2,
"apiID": 1,
"organisationID": "sample string 3",
"siteName": "sample string 4",
"thirdPartyAPI": {
"$id": "110",
"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,
"config": "sample string 10"
}
},
{
"$ref": "109"
}
],
"updateStoreID": "8344c5d0-cf85-49ea-af5b-450a30bba96b",
"updateStore": {
"$id": "111",
"id": "84e9443c-1608-48c5-8204-0a2717303565",
"name": "sample string 1",
"lastActivity": "2026-06-03T18:32:25.9867862",
"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-06-03T18:32:25.9867862"
},
"timeZoneId": "sample string 54",
"securityOptions": {
"$id": "112",
"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": "6"
},
"supplier": {
"$ref": "8"
},
"transportCompany": {
"$id": "113",
"identifier": "4REbTfIwMkOw+w3p6EspXQ==",
"identifierGuid": "4d1b11e1-30f2-4332-b0fb-0de9e84b295d",
"companyName": "sample string 1",
"abn": "sample string 2",
"address1": "sample string 3",
"address2": "sample string 4",
"telephone": "sample string 5",
"primaryContactGuid": "SPPxZDW8iECrH75fuCzEhg==",
"primaryContactID": "64f1f348-bc35-4088-ab1f-be5fb82cc486",
"primaryContact": {
"$ref": "9"
}
},
"productFilter": {
"$id": "114",
"utcOffset": 1.1,
"matches": [
{
"$id": "115",
"matchFilterType": 1,
"match": {
"$id": "116"
},
"matchMode": true,
"matchDecimal": 3.1,
"matchList": [
{
"$id": "117"
},
{
"$id": "118"
}
],
"matchCompare": 0,
"matchStringCompare": 0,
"matchJoin": 1,
"subDepartmentMatch": {
"$id": "119"
},
"minorDepartmentMatch": {
"$id": "120"
},
"lesserDepartmentMatch": {
"$id": "121"
}
},
{
"$ref": "115"
}
]
}
}
application/xml
Sample not available.
text/xml
Sample not available.
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
Identifier of created scheduled order
globally unique identifierResponse Formats
application/json, text/json
"2c30ba45-52fc-4cda-af0a-f9ee6f07e0b6"
application/xml, text/xml
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2c30ba45-52fc-4cda-af0a-f9ee6f07e0b6</guid>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
PK
��\�C�Z� 5 xl/workbook.xml � (� ����0D�&�C��� J����e�ڒ�?�R�7o;��o����Z��#esS�ι1g��%Q�]���y1ݶ�c��[�r�Egfp '���-]h���h�!:9,( B�j�#���=N6Ho�ug��%�~SE�mAKZ�J�skJSbr�{M���tM�8�/>��7X����PK
��\���� � [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
��\�y��' ' _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="R8e24edb66a1f4c72" /></Relationships>PK
��\��R�% � xl/worksheets/sheet1.xml � (� �QMo� �+��J���U�jRUm�i���'������6M�e����{6��nz6��m��3�56�v%�}x�窘�ݼ �֟\��p��
��+��Z��H
�������h���dY.���Wz�|a���&Y0�Be���*أ{�-�Ӛ3Q ��a��b��D���)y������_k��cOo8?���
�SO��O73:�3#��uC���|�?f��a��m����z��c)/.�B�4/�dU8��K���8�ON���NUV�)������~��H����U_PK
��\�k�� P xl/_rels/workbook.xml.rels � (� ��Kn�0@�b;q�l�aK���'qDbG�)�l]�H�B-*�A�V��==i���c�}�F��ִ��i�`�Ρ{�a�Y�q!Nx=̞��[�!�+J��8 ��M�t�M"���t�$z�Y���-p�$���!ڮ$>[y�Є?��b��k� � \���������H�S-�+�
�r��Y-�Ї��p��z}���VMWS^!�ձ|���Kp��K�ey�V���:�8�i�2��ѻ��|PK
��\Ѓ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
��\���'� � xl/sharedStrings.xml � (� 5�An� E��fO�n�&�H9A{� b$3�%�]t�������ȳ��*�� o;�8�1�m����%yĹ0
�$u�N��6e`�u9#a���+qKbY3ֆ��Ȳ�2�<����dL*��kӂ�8�nt��&H�U߅w{��A��>��1Z����w�zg�����/PK-
��\�C�Z� 5 xl/workbook.xmlPK-
��\���� � [Content_Types].xmlPK-
��\�y��' ' V _rels/.relsPK-
��\��R�% � � xl/worksheets/sheet1.xmlPK-
��\�k�� P 9 xl/_rels/workbook.xml.relsPK-
��\Ѓc'2 E
� xl/styles.xmlPK-
��\���'� � � xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
PK
��\rk�� 5 xl/workbook.xml � (� ����0��&�C������W�WXl�I[��o)�ě����o��uOc:�Q���+����Z��1uܵ�)Q�3m+k�L�V��o�s�C�F{!�������1�~B)����!|l��8�$�1�M¦�M�[.�"�� �$��tG��e��섐��3ta/0����PK
��\���� � [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
��\��' ' _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="Ra361e765b07f416a" /></Relationships>PK
��\��R�% � xl/worksheets/sheet1.xml � (� �QMo� �+��J���U�jRUm�i���'������6M�e����{6��nz6��m��3�56�v%�}x�窘�ݼ �֟\��p��
��+��Z��H
�������h���dY.���Wz�|a���&Y0�Be���*أ{�-�Ӛ3Q ��a��b��D���)y������_k��cOo8?���
�SO��O73:�3#��uC���|�?f��a��m����z��c)/.�B�4/�dU8��K���8�ON���NUV�)������~��H����U_PK
��\��L� P xl/_rels/workbook.xml.rels � (� ��;n�0��"p�巜 N�.Y�\���bK��4��:�H�B�h�C�LJ>��|����扽�u�V5$Q�����ξ{�`��hBn�a4��'��0xo֜;9Ќ.҆T�t���Ci{nP��'��q���Lv��Qw�(�Y��L���mOn ���h{�5�D�ߎ$
T`���ê,K���#e���Ԝ�N�~��녌@��$M��i�*y�̀��oæ�N�x9'��̚���\HyS�w�b�PK
��\Ѓ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
��\���'� � xl/sharedStrings.xml � (� 5�An� E��fO�n�&�H9A{� b$3�%�]t�������ȳ��*�� o;�8�1�m����%yĹ0
�$u�N��6e`�u9#a���+qKbY3ֆ��Ȳ�2�<����dL*��kӂ�8�nt��&H�U߅w{��A��>��1Z����w�zg�����/PK-
��\rk�� 5 xl/workbook.xmlPK-
��\���� � � [Content_Types].xmlPK-
��\��' ' T _rels/.relsPK-
��\��R�% � � xl/worksheets/sheet1.xmlPK-
��\��L� P 7 xl/_rels/workbook.xml.relsPK-
��\Ѓc'2 E
} xl/styles.xmlPK-
��\���'� � � xl/sharedStrings.xmlPK � �