GET api/store/{storeID}/invoices/find
Identifier similar existing invoices to warn users and avoid accidental duplicates
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| storeID |
store identifier |
integer |
Required |
| Identifier | Collection of byte |
None. |
|
| IdentifierGuid | globally unique identifier |
None. |
|
| StoreID | integer |
None. |
|
| TradingPartner | InvoiceTradingPartner |
None. |
|
| SupplierIdentifier | Collection of byte |
None. |
|
| SupplierIdentifierGuid | globally unique identifier |
None. |
|
| Xfer |
True if stock transfer |
boolean |
None. |
| SourceStore | string |
None. |
|
| SourceCode | string |
None. |
|
| SourceAbn | string |
None. |
|
| TargetCode | string |
None. |
|
| TargetState | string |
None. |
|
| WhouseRef | string |
None. |
|
| StateSource | string |
None. |
|
| Status | InvoiceStatus |
None. |
|
| FileID | string |
String length: inclusive between 0 and 255 |
|
| Created |
Time invoice was created |
date |
None. |
| CreatedByUser |
User who created in invoice |
string |
None. |
| Updated | date |
None. |
|
| TransType | InvoiceType |
None. |
|
| TransDateTime | date |
None. |
|
| InvoiceNo |
Invoice number |
string |
None. |
| InvoiceText | string |
String length: inclusive between 0 and 40 |
|
| AdjustmentNo | integer |
None. |
|
| InvoiceDate | date |
None. |
|
| ClaimNo | integer |
None. |
|
| CountReceivedReset |
Invoice received counts have been reset |
boolean |
None. |
| AccountingExported |
Invoice has been exported by accounting services |
boolean |
None. |
| OrderReceived |
The order has already received the inventory |
boolean |
None. |
| OrderGuid | Collection of byte |
None. |
|
| OrderIdentifier |
Order identifier of the order attached to this invoice |
globally unique identifier |
None. |
| OrderNo |
Order number in emc system |
integer |
None. |
| OrderText | string |
None. |
|
| SupplierNotes | string |
None. |
|
| DefaultStockReceiveDocumentId | integer |
None. |
|
| ReceiptEmailSent | boolean |
None. |
|
| ReceiptEmailSentId | string |
String length: inclusive between 0 and 100 |
|
| ReceiptEmailSentStatus | string |
String length: inclusive between 0 and 20 |
|
| CustomerCd | string |
None. |
|
| StoreName | string |
None. |
|
| Street | string |
None. |
|
| Suburb | string |
None. |
|
| PostCd | string |
None. |
|
| DebtorCd | string |
None. |
|
| LiquorLicense | string |
None. |
|
| Bond | string |
None. |
|
| Url | string |
None. |
|
| Completed |
Time invoice was completed |
date |
None. |
| Received |
Time invoice was received into system |
date |
None. |
| InvoiceSubTotal |
Invoice total excluding fees |
decimal number |
None. |
| ItemTotalCost | decimal number |
None. |
|
| AdminFee | decimal number |
None. |
|
| FinanceFee | decimal number |
None. |
|
| InvoiceTotal | decimal number |
None. |
|
| Weight | decimal number |
None. |
|
| SalesTax | decimal number |
None. |
|
| TobaccoTax | decimal number |
None. |
|
| ShrinkWrap | decimal number |
None. |
|
| GstTotal | decimal number |
None. |
|
| Margin | decimal number |
None. |
|
| DeliveryFee |
Invoiced delivery fee, gst inclusive, exported to accounting services |
decimal number |
None. |
| TransportFee |
Delivery or freight fee not included in invoice, will be ignored in accounting |
decimal number |
None. |
| ServiceFee | decimal number |
None. |
|
| GstOnService | decimal number |
None. |
|
| GstOnDelivery | decimal number |
None. |
|
| GstOnShrinkWrap | decimal number |
None. |
|
| WetTotal | decimal number |
None. |
|
| GstApplicable | decimal number |
None. |
|
| GstExempt | decimal number |
None. |
|
| SupplierMatchRequired |
Temporary supplier, invoice requires a supplier match before it can be completed |
boolean |
None. |
| Temperature |
Temperature recorded of order on receive. Null indicates no temperature recorded |
decimal number |
None. |
| TemperatureScale |
Temperature scale that temperature is recorded in |
TemperatureScale |
None. |
| Rating |
Quality rating of the order |
integer |
None. |
| CompleteInvoiceInventory |
Complete invoice setting used during invoice complete |
UpdateInventory |
None. |
| WineLitres | decimal number |
None. |
|
| WineValue | decimal number |
None. |
|
| SpiritLitres | decimal number |
None. |
|
| SpiritValue | decimal number |
None. |
|
| BeerLitres | decimal number |
None. |
|
| BeerValue | decimal number |
None. |
|
| MidBeerLitres | decimal number |
None. |
|
| MidBeerValue | decimal number |
None. |
|
| LowBeerLitres | decimal number |
None. |
|
| LowBeerValue | decimal number |
None. |
|
| LowWineLitres | decimal number |
None. |
|
| LowWineValue | decimal number |
None. |
|
| Deleted | boolean |
None. |
|
| SupplierName | string |
Relation. This field may not always be loaded or used for updates. |
|
| InvoiceSuffix | string |
Relation. This field may not always be loaded or used for updates. |
|
| CostVariance | decimal number |
Relation. This field may not always be loaded or used for updates. |
|
| Store | Store |
Relation. This field may not always be loaded or used for updates. |
|
| Supplier | Supplier |
Relation. This field may not always be loaded or used for updates. |
|
| Order | OrderHeader |
Relation. This field may not always be loaded or used for updates. |
|
| Details | Collection of InvoiceDetail |
Relation. This field may not always be loaded or used for updates. |
|
| OrderStatus | integer |
Relation. This field may not always be loaded or used for updates. |
|
| ProcessLockedInvoice |
option to process the locked invoice |
boolean |
Relation. This field may not always be loaded or used for updates. |
Body Parameters
None.
Response Information
Resource Description
Invoice Header of any similar but different invoices
InvoiceHeader| Name | Description | Type | Additional information |
|---|---|---|---|
| Identifier | Collection of byte |
None. |
|
| IdentifierGuid | globally unique identifier |
None. |
|
| StoreID | integer |
None. |
|
| TradingPartner | InvoiceTradingPartner |
None. |
|
| SupplierIdentifier | Collection of byte |
None. |
|
| SupplierIdentifierGuid | globally unique identifier |
None. |
|
| Xfer |
True if stock transfer |
boolean |
None. |
| SourceStore | string |
None. |
|
| SourceCode | string |
None. |
|
| SourceAbn | string |
None. |
|
| TargetCode | string |
None. |
|
| TargetState | string |
None. |
|
| WhouseRef | string |
None. |
|
| StateSource | string |
None. |
|
| Status | InvoiceStatus |
None. |
|
| FileID | string |
String length: inclusive between 0 and 255 |
|
| Created |
Time invoice was created |
date |
None. |
| CreatedByUser |
User who created in invoice |
string |
None. |
| Updated | date |
None. |
|
| TransType | InvoiceType |
None. |
|
| TransDateTime | date |
None. |
|
| InvoiceNo |
Invoice number |
string |
None. |
| InvoiceText | string |
String length: inclusive between 0 and 40 |
|
| AdjustmentNo | integer |
None. |
|
| InvoiceDate | date |
None. |
|
| ClaimNo | integer |
None. |
|
| CountReceivedReset |
Invoice received counts have been reset |
boolean |
None. |
| AccountingExported |
Invoice has been exported by accounting services |
boolean |
None. |
| OrderReceived |
The order has already received the inventory |
boolean |
None. |
| OrderGuid | Collection of byte |
None. |
|
| OrderIdentifier |
Order identifier of the order attached to this invoice |
globally unique identifier |
None. |
| OrderNo |
Order number in emc system |
integer |
None. |
| OrderText | string |
None. |
|
| SupplierNotes | string |
None. |
|
| DefaultStockReceiveDocumentId | integer |
None. |
|
| ReceiptEmailSent | boolean |
None. |
|
| ReceiptEmailSentId | string |
String length: inclusive between 0 and 100 |
|
| ReceiptEmailSentStatus | string |
String length: inclusive between 0 and 20 |
|
| CustomerCd | string |
None. |
|
| StoreName | string |
None. |
|
| Street | string |
None. |
|
| Suburb | string |
None. |
|
| PostCd | string |
None. |
|
| DebtorCd | string |
None. |
|
| LiquorLicense | string |
None. |
|
| Bond | string |
None. |
|
| Url | string |
None. |
|
| Completed |
Time invoice was completed |
date |
None. |
| Received |
Time invoice was received into system |
date |
None. |
| InvoiceSubTotal |
Invoice total excluding fees |
decimal number |
None. |
| ItemTotalCost | decimal number |
None. |
|
| AdminFee | decimal number |
None. |
|
| FinanceFee | decimal number |
None. |
|
| InvoiceTotal | decimal number |
None. |
|
| Weight | decimal number |
None. |
|
| SalesTax | decimal number |
None. |
|
| TobaccoTax | decimal number |
None. |
|
| ShrinkWrap | decimal number |
None. |
|
| GstTotal | decimal number |
None. |
|
| Margin | decimal number |
None. |
|
| DeliveryFee |
Invoiced delivery fee, gst inclusive, exported to accounting services |
decimal number |
None. |
| TransportFee |
Delivery or freight fee not included in invoice, will be ignored in accounting |
decimal number |
None. |
| ServiceFee | decimal number |
None. |
|
| GstOnService | decimal number |
None. |
|
| GstOnDelivery | decimal number |
None. |
|
| GstOnShrinkWrap | decimal number |
None. |
|
| WetTotal | decimal number |
None. |
|
| GstApplicable | decimal number |
None. |
|
| GstExempt | decimal number |
None. |
|
| SupplierMatchRequired |
Temporary supplier, invoice requires a supplier match before it can be completed |
boolean |
None. |
| Temperature |
Temperature recorded of order on receive. Null indicates no temperature recorded |
decimal number |
None. |
| TemperatureScale |
Temperature scale that temperature is recorded in |
TemperatureScale |
None. |
| Rating |
Quality rating of the order |
integer |
None. |
| CompleteInvoiceInventory |
Complete invoice setting used during invoice complete |
UpdateInventory |
None. |
| WineLitres | decimal number |
None. |
|
| WineValue | decimal number |
None. |
|
| SpiritLitres | decimal number |
None. |
|
| SpiritValue | decimal number |
None. |
|
| BeerLitres | decimal number |
None. |
|
| BeerValue | decimal number |
None. |
|
| MidBeerLitres | decimal number |
None. |
|
| MidBeerValue | decimal number |
None. |
|
| LowBeerLitres | decimal number |
None. |
|
| LowBeerValue | decimal number |
None. |
|
| LowWineLitres | decimal number |
None. |
|
| LowWineValue | decimal number |
None. |
|
| Deleted | boolean |
None. |
|
| SupplierName | string |
Relation. This field may not always be loaded or used for updates. |
|
| InvoiceSuffix | string |
Relation. This field may not always be loaded or used for updates. |
|
| CostVariance | decimal number |
Relation. This field may not always be loaded or used for updates. |
|
| Store | Store |
Relation. This field may not always be loaded or used for updates. |
|
| Supplier | Supplier |
Relation. This field may not always be loaded or used for updates. |
|
| Order | OrderHeader |
Relation. This field may not always be loaded or used for updates. |
|
| Details | Collection of InvoiceDetail |
Relation. This field may not always be loaded or used for updates. |
|
| OrderStatus | integer |
Relation. This field may not always be loaded or used for updates. |
|
| ProcessLockedInvoice |
option to process the locked invoice |
boolean |
Relation. This field may not always be loaded or used for updates. |
Response Formats
application/json, text/json
{
"identifier": "0NFI7wXA70iXdv92B7CYEw==",
"identifierGuid": "ef48d1d0-c005-48ef-9776-ff7607b09813",
"storeID": 2,
"tradingPartner": 0,
"supplierIdentifier": "txb17lq5SEaR2DQA+DHK5w==",
"supplierIdentifierGuid": "eef516b7-b95a-4648-91d8-3400f831cae7",
"xfer": true,
"sourceStore": "sample string 3",
"sourceCode": "sample string 4",
"sourceAbn": "sample string 5",
"targetCode": "sample string 6",
"targetState": "sample string 7",
"whouseRef": "sample string 8",
"stateSource": "sample string 9",
"status": 10,
"fileID": "sample string 11",
"created": "2026-04-03T06:19:59.8789894",
"createdByUser": "sample string 12",
"updated": "2026-04-03T06:19:59.8789894",
"transType": 0,
"transDateTime": "2026-04-03T06:19:59.8789894",
"invoiceNo": "sample string 13",
"invoiceText": "sample string 14",
"adjustmentNo": 1,
"invoiceDate": "2026-04-03T06:19:59.8789894",
"claimNo": 1,
"countReceivedReset": true,
"accountingExported": true,
"orderReceived": true,
"orderGuid": "Bfr7VFVYZk2VCovoPVCOrA==",
"orderIdentifier": "54fbfa05-5855-4d66-950a-8be83d508eac",
"orderNo": 1,
"orderText": "sample string 18",
"supplierNotes": "sample string 19",
"defaultStockReceiveDocumentId": 1,
"receiptEmailSent": true,
"receiptEmailSentId": "sample string 21",
"receiptEmailSentStatus": "sample string 22",
"customerCd": "sample string 23",
"storeName": "sample string 24",
"street": "sample string 25",
"suburb": "sample string 26",
"postCd": "sample string 27",
"debtorCd": "sample string 28",
"liquorLicense": "sample string 29",
"bond": "sample string 30",
"url": "sample string 31",
"completed": "2026-04-03T06:19:59.8789894",
"received": "2026-04-03T06:19:59.8789894",
"invoiceSubTotal": 1.0,
"itemTotalCost": 1.0,
"adminFee": 1.0,
"financeFee": 1.0,
"invoiceTotal": 1.0,
"weight": 1.0,
"salesTax": 1.0,
"tobaccoTax": 1.0,
"shrinkWrap": 32.0,
"gstTotal": 1.0,
"margin": 1.0,
"deliveryFee": 1.0,
"transportFee": 33.0,
"serviceFee": 1.0,
"gstOnService": 1.0,
"gstOnDelivery": 1.0,
"gstOnShrinkWrap": 1.0,
"wetTotal": 1.0,
"gstApplicable": 1.0,
"gstExempt": 1.0,
"supplierMatchRequired": true,
"temperature": 1.1,
"temperatureScale": 35,
"rating": 36,
"completeInvoiceInventory": 37,
"wineLitres": 1.0,
"wineValue": 1.0,
"spiritLitres": 1.0,
"spiritValue": 1.0,
"beerLitres": 1.0,
"beerValue": 1.0,
"midBeerLitres": 1.0,
"midBeerValue": 1.0,
"lowBeerLitres": 1.0,
"lowBeerValue": 1.0,
"lowWineLitres": 1.0,
"lowWineValue": 1.0,
"deleted": true,
"supplierName": "sample string 39",
"invoiceSuffix": "sample string 40",
"costVariance": 1.0,
"store": {
"$id": "2",
"id": 1,
"isMaster": true,
"isElectedMaster": true,
"electedMasterStoreID": 1,
"isZoneMaster": true,
"shortName": "sample string 3",
"url": "sample string 4",
"sortOrder": 1,
"name": "sample string 5",
"phone": "sample string 6",
"fax": "sample string 7",
"email": "sample string 8",
"address1": "sample string 9",
"address2": "sample string 10",
"city": "sample string 11",
"state": "sample string 12",
"country": "sample string 13",
"postCode": "sample string 14",
"delivery": 1,
"exportAccounts": 1,
"salesAccountFolder": "sample string 15",
"purchaseAccountFolder": "sample string 16",
"initLoad": 1,
"initIDs": 1,
"zoneID": 1,
"actAsMaster": 1,
"lastActiveUtc": "2026-04-03T06:19:59.8789894",
"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": "RZu1sLyOyUqCPnZrxbuyyg==",
"hostIdentifierGuid": "b0b59b45-8ebc-4ac9-823e-766bc5bbb2ca",
"hostName": 1,
"hostAddress": "sample string 27",
"hostUsername": "sample string 28",
"hostPassword": "sample string 29",
"excludeFromLeadInOut": true,
"accountingProvider": 31,
"accountingAddress": "sample string 32",
"accountingUsername": "sample string 33",
"accountingPassword": "sample string 34",
"storeAccountingCode": "sample string 35",
"softwareVariance": 36,
"fuelWarningVariance": 37.0,
"fuelErrorVariance": 38.0,
"fuelAccumulatedWarningVariance": 39.0,
"fuelAccumulatedErrorVariance": 40.0,
"drawManagment": 41,
"endOfDayManagment": true,
"autoFillCashBalancing": true,
"fuelDayVariance": 44,
"accountingTradingTime": "00:00:00.1234567",
"stockActivateProduct": 46,
"defaultOrderDocumentId": 1,
"defaultStockReceiveDocumentId": 1,
"giftCardSalesAccountingDeptCode": "sample string 47",
"transactionDiscountAccountingDeptCode": "sample string 48",
"size": 49,
"updated": "2026-04-03T06:19:59.8789894",
"priceZone": {
"$id": "3",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "D2tGughhiU6BXvRB6aegOg==",
"hostIdentifierGuid": "ba466b0f-6108-4e89-815e-f441e9a7a03a",
"sortOrder": 3,
"zoneMasterStoreID": 1,
"electedMasterStoreID": 1,
"containsElectedMasterStore": true
},
"priceZoneName": "sample string 51",
"storeFuelConfigured": true,
"shippingAddressCopied": true,
"shippingAddress": {
"$id": "4",
"storeID": 1,
"addressType": 1,
"address1": "sample string 1",
"address2": "sample string 2",
"city": "sample string 3",
"state": "sample string 4",
"country": "sample string 5",
"postCode": "sample string 6"
},
"billingAddressCopied": true,
"billingAddress": {
"$ref": "4"
},
"hostStoreSettings": [
{
"$id": "5",
"id": 1,
"hostIdentifier": "2OUo7p371kmLjXkl4bkGHw==",
"hostIdentifierGuid": "ee28e5d8-fb9d-49d6-8b8d-7925e1b9061f",
"storeID": 2,
"username": "sample string 3",
"password": "sample string 4",
"passwordPlain": "sample string 5",
"serverAddress": "sample string 6",
"serverPort": 1,
"excludeFromLeadInOut": true,
"useForHostFile": true,
"metcashPillarID": "sample string 9",
"metcashStateCode": "sample string 10",
"metcashCustomerID": "sample string 11",
"metcashTradingPartnerID": "sample string 12",
"drakesCustomerNumber": 1,
"sparCustomerNumber": "sample string 13",
"sparOrderUsername": "sample string 14",
"sparOrderPassword": "sample string 15",
"sparOrderPasswordPlain": "sample string 16",
"pharmXSiteID": 1,
"ibaZoneID": 1,
"ibaState": "sample string 17",
"foodlandStoreCode": "sample string 18",
"ilgMemberNumber": "sample string 19",
"ilgOutletLocation": 1,
"ilgBaseCost": 1,
"ilgApplyNonAdvertisedPromos": true,
"ilgExemptFromFreight": true,
"ilgOrderDealReview": true,
"ilgFinanceFee": 1,
"secondPassword": "sample string 23",
"secondPasswordPlain": "sample string 24",
"secondServerAddress": "sample string 25",
"processPromotions": true,
"hostProvider": 0,
"host": {
"$id": "6",
"identifier": "3AUeekoDJE6sAC3TtgC5BA==",
"identifierGuid": "7a1e05dc-034a-4e24-ac00-2dd3b600b904",
"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": "2xEbhS81HUu18dpm+3VJYg==",
"hostSupplierIdentifierGuid": "851b11db-352f-4b1d-b5f1-da66fb754962",
"loyaltyPriceLevelIdentifier": "Z1jVr1sgIUS+OwHw+vh/mg==",
"loyaltyPriceLevelIdentifierGuid": "afd55867-205b-4421-be3b-01f0faf87f9a",
"isGroup": true,
"description": "sample string 22",
"hostProvider": 23,
"hostTypeEnum": 24,
"hostType": "sample string 25",
"hostCode": "sample string 26",
"username": "sample string 27",
"password": "sample string 28",
"passwordPlain": "sample string 29",
"server": "sample string 30",
"url": "sample string 31",
"global": true,
"stateCode": "sample string 33",
"lastCollected": "2026-04-03T06:19:59.8789894",
"lastProcessed": "2026-04-03T06:19:59.8789894",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$id": "7",
"identifier": "5g6o+of6NkuH6noUOp/JlA==",
"identifierGuid": "faa80ee6-fa87-4b36-87ea-7a143a9fc994",
"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": "PwdFgjiHnUCbjdgcozZeYQ==",
"primaryContactID": "8245073f-8738-409d-9b8d-d81ca3365e61",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "KBp84HnuaUiYLxnHOKndJQ==",
"supplierGroupGuid": "e07c1a28-ee79-4869-982f-19c738a9dd25",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-04-03T06:19:59.8789894",
"rebateLastClaimedAmount": 1.0,
"cartonsOnly": true,
"minimumOrderValue": 1,
"enforceMinimumQuantity": true,
"freight": 19.0,
"freightType": 20,
"deleted": true,
"deletedUser": "sample string 22",
"storeName": "sample string 23",
"primaryContact": {
"$id": "8",
"id": "8e4d5aae-37bb-417a-b9eb-c0676d60553b",
"identifier": "6EMj0wLJYE2f8iHfb1PHUQ==",
"identifierGuid": "d32343e8-c902-4d60-9ff2-21df6f53c751",
"familyName": "sample string 1",
"givenNames": "sample string 2",
"otherNames": "sample string 3",
"title": "sample string 4",
"dateOfBirth": "sample string 5",
"sex": "sample string 6",
"address": "sample string 7",
"address1": "sample string 8",
"address2": "sample string 9",
"town": "sample string 10",
"state": "sample string 11",
"country": "sample string 12",
"postalCode": "sample string 13",
"telephone": "sample string 14",
"mobile": "sample string 15",
"email": "sample string 16",
"fax": "sample string 17",
"primary": true
},
"contacts": [
{
"$id": "9",
"supplierIdentifier": "gi6vTrESjUOVhg+ODhLZ7A==",
"supplierIdentifierGuid": "4eaf2e82-12b1-438d-9586-0f8e0e12d9ec",
"contactGuid": "s1vV4diOqUGI7k101bcQag==",
"contactID": "e1d55bb3-8ed8-41a9-88ee-4d74d5b7106a",
"contact": {
"$ref": "8"
},
"supplier": {
"$ref": "7"
}
},
{
"$ref": "9"
}
],
"products": [
{
"$id": "10",
"pluG_UID": "6UhGX+UVAUacjH9qB2L9Kw==",
"pluGuid": "5f4648e9-15e5-4601-9c8c-7f6a0762fd2b",
"supplierIdentifier": "q51JKWUrxk6y/hKaFDeGeA==",
"supplierIdentifierGuid": "29499dab-2b65-4ec6-b2fe-129a14378678",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-04-03T06:19:59.8789894",
"pricedByWeight": true,
"landedUnitCostEx": 9,
"landedUnitCostInc": 10,
"landedCartonCostInc": 12,
"landedCartonCostEx": 13,
"standardCost": 14,
"deliveryFee": 1,
"deliveryFeeBasis": "sample string 15",
"pickAndPackFee": 1,
"pickAndPackFeeBasis": "sample string 16",
"financeFee": 1,
"financeFeeBasis": "sample string 17",
"cartonLength": 1,
"cartonWidth": 1,
"cartonHeight": 1,
"palletLayerQuantity": 1,
"palletLayers": 1,
"itemCode": "sample string 18",
"invoiceCode": "sample string 19",
"invoiceDesc": "sample string 20",
"orderDirect": true,
"useCost": true,
"minimumQuantity": 21,
"hostType": 22,
"fromHost": 23,
"minimumReorder": 1,
"maximumReorder": 1,
"orderMultiple": 24.1,
"sellMultiple": 25.1,
"baseMultiple": 26.1,
"hostStandardCost": 27,
"hostTotalCost": 28,
"hostRetail": 29,
"hostLandedUnitCostEx": 30,
"hostLandedUnitCostInc": 31,
"hostDesc": "sample string 32",
"directIndicator": "sample string 33",
"availableToOrder": true,
"hostRangeIndicator": "sample string 35",
"hostProductType": "sample string 36",
"hostProductGrade": "sample string 37",
"hostProductGroup": "sample string 38",
"hostSlowMoving": true,
"hostGeneralMerchandise": true,
"hostPillar": "sample string 41",
"hostLastUpdated": "2026-04-03T06:19:59.8789894",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "11",
"pluG_UID": "iaAcA+YKkkWZ+LrA+Z2yqg==",
"pluGuid": "031ca089-0ae6-4592-99f8-bac0f99db2aa",
"supplierIdentifier": "U0UpUgzMvkqFp4iWExEyew==",
"supplierIdentifierGuid": "52294553-cc0c-4abe-85a7-88961311327b",
"invoiceCode": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "11"
}
],
"storeIDs": [
1,
2
],
"preferredSupplier": true,
"preferredRebateSupplier": true,
"supplierName": "sample string 42",
"salesMode": 43,
"orderPacked": true,
"active": true,
"price": 1,
"costGstPercent": 45,
"parentPluG_UID": "MEMRl7QH5ku1cSgZ15AOxw==",
"parentPluGuid": "97114330-07b4-4be6-b571-2819d7900ec7",
"freight": 46.0,
"freightType": 1,
"product": {
"$id": "12",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "z/hEJBMlukSzJWlc0WSakQ==",
"guid": "2444f8cf-2513-44ba-b325-695cd1649a91",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "jpBHbAZD4k+vjl9BjTSDQw==",
"priceGroupGuid": "6c47908e-4306-4fe2-af8e-5f418d348343",
"blueprintID": 1,
"lastCountedDate": "2026-04-03T06:19:59.8789894",
"externalID": "sample string 7",
"active": true,
"activated": "2026-04-03T06:19:59.8789894",
"pluCreated": "2026-04-03T06:19:59.8789894",
"createdByUser": "sample string 9",
"name": "sample string 10",
"nameChanged": true,
"secondDescription": "sample string 12",
"hostDescription": "sample string 13",
"keepCartonQty": true,
"keepDescription": true,
"keepDepartments": true,
"keepSuppliers": true,
"markdownDescription": "sample string 18",
"altDescription": "sample string 19",
"bestOrExpire": 20,
"lastUpdate": "2026-04-03T06:19:59.8789894",
"lastManualUpdate": "2026-04-03T06:19:59.8789894",
"imageName": "sample string 23",
"showImageOnFlipCharts": true,
"showTextOnFlipCharts": true,
"overrideFlipChartText": true,
"flipChartText": "sample string 27",
"salesMode": 1,
"eftCode": 1,
"price": 1,
"priceChanged": true,
"rrp": 1,
"gstPercent": 28,
"gstPercentChanged": true,
"costGSTPercent": 29,
"costGSTPercentChanged": true,
"wetPercent": 1,
"priceOverride": 1,
"cost": 1,
"currentCost": 1,
"currentCostDecimals": 1,
"grossProfit": 1.0,
"currentCostDesc": "sample string 30",
"currentCostEnd": "2026-04-03T06:19:59.8789894",
"currentCostUpdated": "2026-04-03T06:19:59.8789894",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-04-03T06:19:59.8789894",
"defaultGP": 1,
"breakTargetMode": 33,
"break1": 1,
"price1": 1,
"target1": 34,
"break2": 1,
"price2": 1,
"target2": 35,
"break3": 1,
"price3": 1,
"target3": 36,
"break1Changed": true,
"price1Changed": true,
"target1Changed": true,
"break2Changed": true,
"price2Changed": true,
"target2Changed": true,
"break3Changed": true,
"price3Changed": true,
"target3Changed": true,
"breakTargetModeChanged": true,
"margin": 1.1,
"marginChanged": true,
"marginRanged": true,
"marginRangedChanged": true,
"minimumMargin": 1.1,
"minimumMarginChanged": true,
"maximumMargin": 1.1,
"maximumMarginChanged": true,
"overrideHostWarehouseIndicator": true,
"overrideHostWarehouseIndicatorChanged": true,
"overrideHostPrice": true,
"overrideHostPriceChanged": true,
"overrideHostCost": true,
"overrideHostCostChanged": true,
"overrideHostMargin": true,
"overrideHostMarginChanged": true,
"alwaysApplyMargin": true,
"alwaysApplyMarginChanged": true,
"aws": 1.0,
"paws": 1.0,
"awsUpdated": "2026-04-03T06:19:59.8789894",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "Zw1nJ9pCV0y4GDaZczy20A==",
"altPLUGuid": "27670d67-42da-4c57-b818-3699733cb6d0",
"altPLUGuidChanged": true,
"altPriceDescription1": "sample string 54",
"altPriceDescription2": "sample string 55",
"cartonQuantity": 56,
"cartonQuantityChanged": true,
"trayID": 1,
"promptID": 1,
"tare": 1,
"packQty": 1,
"fixedWeight": 1,
"extraMesg": 1,
"text1": "sample string 58",
"text2": "sample string 59",
"text3": "sample string 60",
"labelText": "sample string 61",
"labelTextChanged": true,
"sendToScale": true,
"nonScaleWeigh": true,
"labelFormat": "sample string 65",
"barcodeFormat": "sample string 66",
"austMade": 1,
"coolCode": 67,
"countryOfOrigin": "sample string 68",
"percentContent": 69.1,
"departmentID": 1,
"subDepartmentID": 1,
"minorDepartmentID": 1,
"lesserDepartmentID": 1,
"deptCode": "sample string 70",
"subDeptCode": "sample string 71",
"minorDeptCode": "sample string 72",
"lesserDeptCode": "sample string 73",
"deptName": "sample string 74",
"subDeptName": "sample string 75",
"minorDeptName": "sample string 76",
"lesserDeptName": "sample string 77",
"departmentChanged": true,
"subCategoryID": 1,
"expiry": 1,
"showDays": 1,
"datePrint": 1,
"labelRequired": true,
"labelShelfQty": 80,
"labelShelfChanged": true,
"labelTalkerQty": 82,
"labelSmall": true,
"labelLastPrinted": "2026-04-03T06:19:59.8789894",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "QhboJGpY9E+9rnIGHzS2eA==",
"shelfPageLayoutGuid": "24e81642-586a-4ff4-bdae-72061f34b678",
"talkerPageLayoutG_UID": "LepDdBGv10WRcc1pcShqSQ==",
"talkerPageLayoutGuid": "7443ea2d-af11-45d7-9171-cd6971286a49",
"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": "Y3Mp5PIud0OZWI6xfFs+og==",
"inventoryIdentifier": "e4297363-2ef2-4377-9958-8eb17c5b3ea2",
"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": "d3o+Fz725U2rlF2s7wKvdg==",
"parentPluGuid": "173e7a77-f63e-4de5-ab94-5dacef02af76",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "/7v7N1Qq40ONwanQDMAwXg==",
"supplierIdentifierGuid": "37fbbbff-2a54-43e3-8dc1-a9d00cc0305e",
"supplierChanged": true,
"rebateSupplierIdentifier": "ErQzM1kL7ka/giN8BtA5HQ==",
"rebateSupplierIdentifierGuid": "3333b412-0b59-46ee-bf82-237c06d0391d",
"rebateSupplierChanged": true,
"availableForOrder": true,
"warehouseDirectIndicator": "sample string 109",
"warehouseDirectIndicatorChanged": true,
"productGrade": "sample string 111",
"productType": "sample string 112",
"productGroup": "sample string 113",
"complianceIndicator": "sample string 114",
"inhouseBrand": "sample string 115",
"slowMoving": true,
"generalMerchandise": true,
"comment": "sample string 118",
"lastUpdatedByUser": "sample string 119",
"lastManualUpdatedByUser": "sample string 120",
"lastUpdatedByUserOverride": true,
"lastUpdatedByHost": "2026-04-03T06:19:59.8789894",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "P2TDYVGCC0Kx/wEzxYGK4A==",
"hostIdentifierGuid": "61c3643f-8251-420b-b1ff-0133c5818ae0",
"serviceFeeID": 1,
"serviceFeeIDChanged": true,
"providerName": "sample string 126",
"aisleEnds": "sample string 127",
"deleted": true,
"deletedChanged": true,
"hidden": true,
"doNotRange": true,
"doNotRangeChanged": true,
"doNotOrder": true,
"doNotOrderChanged": true,
"locked": true,
"excludeFromWebUpdate": true,
"excludeFromWebUpdateChanged": true,
"webPriceBasedOn": 138,
"webPriceRounding": true,
"webMarkup": 140,
"webPriceMode": 141,
"altDepartmentID": 1,
"altSubDepartmentID": 1,
"altMinorDepartmentID": 1,
"altLesserDepartmentID": 1,
"altDeptCode": "sample string 142",
"altSubDeptCode": "sample string 143",
"altMinorDeptCode": "sample string 144",
"altLesserDeptCode": "sample string 145",
"altDepartmentChanged": true,
"storeProducts": [
{
"$ref": "12"
},
{
"$ref": "12"
}
],
"store": {
"$ref": "2"
},
"storePrices": [
{
"$id": "13",
"pluG_UID": "IuZh9BzOO0WYJcxwat4HeQ==",
"pluGuid": "f461e622-ce1c-453b-9825-cc706ade0779",
"plu": 1,
"storeID": 1,
"zoneID": 2,
"zoneName": "sample string 3",
"store": "sample string 4",
"isElectedMasterStore": true,
"isZoneMasterStore": true,
"priceNow": 7,
"costNow": 8,
"costNowDecimals": 9,
"normalPrice": 10,
"priceNext": 1,
"costNext": 1,
"costNextDecimals": 11,
"nextCampaignName": "sample string 12",
"gstPercent": 13,
"normalCost": 14,
"normalCostDecimals": 15,
"costGstPercent": 16,
"costCalcMethod": 1,
"currentCost": 17,
"currentCostDecimals": 18,
"break1": 19,
"price1": 20,
"break2": 21,
"price2": 22,
"break3": 23,
"price3": 24,
"fuelItem": 25,
"fixedWeight": 26,
"active": true,
"complianceIndicator": "sample string 27",
"doNotOrder": true,
"doNotRange": true,
"isNormalPriceChangesCampaign": true,
"updated": "2026-04-03T06:19:59.8789894"
},
{
"$ref": "13"
}
],
"currentPrices": {
"$id": "14",
"pluPrices": {
"$id": "15",
"plu": 1,
"pluG_UID": "QEA=",
"stores": [
1,
2
],
"normalPrice": 1,
"cost": 2,
"break1": 3,
"price1": 4,
"break2": 5,
"price2": 6,
"break3": 7,
"price3": 8,
"discountPrice": 9,
"memberDiscountPrice": 10,
"acceptedUtc": "2026-04-03T06:19:59.8789894",
"priceChangeType": 0,
"costDecimals": 11,
"costCalcMethod": 12,
"targetCampaignPriceGtOrEquNormal": true
},
"normalPluPrices": {
"$ref": "15"
},
"winningCampaign": 1,
"winner": {
"$id": "16",
"campaignName": "sample string 1",
"campaignDescription": "sample string 2",
"talkerText": "sample string 3",
"disableWasSave": true,
"startDate": "2026-04-03T06:19:59.8789894",
"startTime": 5,
"endDate": "2026-04-03T06:19:59.8789894",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "AyQoBI0h3k2udImhiesrfg==",
"hostIdentifierGuid": "04282403-218d-4dde-ae74-89a189eb2b7e",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "16"
},
{
"$ref": "16"
}
]
},
"tray": {
"$id": "17",
"g_UId": "9HsGJF3c8EuUckiA2p3JKA==",
"guid": "24067bf4-dc5d-4bf0-9472-4880da9dc928",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "18",
"priceGroupG_UID": "Tab4GGNi9U6TQzzTBm5BUw==",
"priceGroupGuid": "18f8a64d-6263-4ef5-9343-3cd3066e4153",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-04-03T06:19:59.8789894",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "12"
},
{
"$ref": "12"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "19",
"pluG_UID": "JyrM1hwbOkyJ1vQoX+iJbw==",
"pluGuid": "d6cc2a27-1b1c-4c3a-89d6-f4285fe8896f",
"plu": 1,
"servingsPerPack": 1,
"servingSize": 1,
"showAllergens": 1,
"energy": 1,
"protein": 1,
"fat": 1,
"saturated": 1,
"carbo": 1,
"sugars": 1,
"sodium": 1,
"potasium": 1,
"calcium": 1,
"fibre": 1,
"soya": 1,
"nutsSeeds": 1,
"shells": 1,
"eggs": 1,
"dairy": 1,
"gluten": 1,
"sulphites": 1,
"peanuts": 1,
"sesame": 1,
"fish": 1,
"lupins": 1
},
"dates": {
"$id": "20",
"pluGuid": "48e5794e-3d2a-45a5-a8b5-4666ee495804",
"created": "2026-04-03T06:19:59.8789894",
"createdByUser": "sample string 1",
"activated": "2026-04-03T06:19:59.8789894",
"activatedByUser": "sample string 2",
"deactivated": "2026-04-03T06:19:59.8789894",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-04-03T06:19:59.8789894",
"lastOrderedQty": 4.0,
"lastReceived": "2026-04-03T06:19:59.8789894",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-04-03T06:19:59.8789894",
"lastSold": "2026-04-03T06:19:59.8789894",
"firstSold": "2026-04-03T06:19:59.8789894",
"awsUpdated": "2026-04-03T06:19:59.8789894",
"lastManualUpdate": "2026-04-03T06:19:59.8789894",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-04-03T06:19:59.8789894",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-04-03T06:19:59.8789894",
"doNotRangeUpdated": "2026-04-03T06:19:59.8789894",
"doNotOrderUpdated": "2026-04-03T06:19:59.8946156",
"tracked": "2026-04-03T06:19:59.8946156"
},
"allergens": [
{
"$id": "21",
"primaryKey": {
"$id": "22",
"pluGuid": "368e7d6f-6b42-4e98-8b25-3f936d79998b",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "b32ONkJrmE6LJT+TbXmZiw==",
"pluGuid": "368e7d6f-6b42-4e98-8b25-3f936d79998b",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "21"
}
],
"costs": {
"$id": "23",
"pluG_UID": "IVVZ2PNrCUWcVFBA5660eA==",
"pluGuid": "d8595521-6bf3-4509-9c54-5040e7aeb478",
"enteredCost": 1,
"weightedAvgCost": 1,
"lastCost": 1,
"rawEnteredCost": 2,
"rawWeightedAvgCost": 3,
"rawLastCost": 4,
"freight": 5.0,
"freightType": 6,
"costDecimals": 7,
"fifoCost": 1,
"updated": "2026-04-03T06:19:59.8946156",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "24",
"saleHeaderID": 1,
"created": "2026-04-03T06:19:59.8946156",
"createdLocal": "2026-04-03T06:19:59.8946156",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "DOu9KhwGx06wH+mCX2aO+Q==",
"operatorGuid": "2abdeb0c-061c-4ec7-b01f-e9825f668ef9",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "zNusFYzz6kyWlVARhHJvmA==",
"pluGuid": "15acdbcc-f38c-4cea-9695-501184726f98",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$id": "25",
"id": 1,
"g_Uid": "aEGUmnxX8kmTTCoMA3TuQw==",
"guid": "9a944168-577c-49f2-934c-2a0c0374ee43",
"operatorNumber": 1,
"shortName": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"password": "sample string 5",
"hasPassword": true,
"passwordText": "sample string 6",
"rfidTagID": "sample string 7",
"blueprintID": 1,
"groupID": 1,
"groupName": "sample string 8",
"managerGroupID": 1,
"managerGroupName": "sample string 9",
"zoneID": 1,
"zoneName": "sample string 10",
"loggedIn": 1,
"lastUsedIP": "sample string 11",
"deleted": true,
"locked": true,
"allowOpenTill": true,
"webEmail": "sample string 14",
"simpleOperatorType": 0,
"webRole": "sample string 15",
"updated": "2026-04-03T06:19:59.8946156",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-04-03T06:19:59.8946156",
"endShift": "2026-04-03T06:19:59.8946156",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "26",
"operatorG_UID": "43Lr8exFGEm49PJJ7BS/Lg==",
"operatorGuid": "f1eb72e3-45ec-4918-b8f4-f249ec14bf2e",
"storeID": 2,
"operator": {
"$ref": "25"
},
"store": {
"$ref": "2"
}
},
{
"$ref": "26"
}
]
}
},
{
"$ref": "24"
}
],
"apns": [
{
"$id": "27",
"pluID": 1,
"pluG_UID": "gjBNfV3Rz0+JVwr8PhB6xQ==",
"pluGuid": "7d4d3082-d15d-4fcf-8957-0afc3e107ac5",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "27"
}
],
"tuns": [
{
"$id": "28",
"pluG_UId": "lcZR+upHrkGmonAJ9FygjA==",
"pluGuid": "fa51c695-47ea-41ae-a6a2-7009f45ca08c",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "12"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "28"
}
],
"competitionPricing": [
{
"$id": "29",
"identifier": "Bj7q598p5E2R9uAYwEyjCw==",
"identifierGuid": "e7ea3e06-29df-4de4-91f6-e018c04ca30b",
"pluG_UID": "iLUTkC/rqUmkPsKL8az1xQ==",
"pluGuid": "9013b588-eb2f-49a9-a43e-c28bf1acf5c5",
"competitionID": 1,
"name": "sample string 2",
"sellMultiple": 3,
"retailPrice": 4,
"storeName": "sample string 5"
},
{
"$ref": "29"
}
],
"supplier": {
"$ref": "7"
},
"supplierName": "sample string 148",
"children": [
{
"$ref": "12"
},
{
"$ref": "12"
}
],
"ordering": {
"$ref": "10"
},
"flipChartPages": [
{
"$id": "30",
"identifier": "FoqqNta6C0iciE4tJA4Y3w==",
"groupName": "sample string 1",
"identifierGuid": "36aa8a16-bad6-480b-9c88-4e2d240e18df",
"exists": true,
"flipChartIdentifier": "eNTHmC2EVUGIkLIOOMZuOg==",
"flipChartIdentifierGuid": "98c7d478-842d-4155-8890-b20e38c66e3a",
"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": "+d6pjZ56dUSCYjAON8iUsQ==",
"groupIdentifierGuid": "8da9def9-7a9e-4475-8262-300e37c894b1",
"flipChart": {
"$id": "31",
"identifier": "GjVAgAoEK0WpBZlbc9372A==",
"identifierGuid": "8040351a-040a-452b-a905-995b73ddfbd8",
"displayName": "sample string 2",
"sortOrder": 3,
"productsPerRow": 4,
"rowsPerPage": 5,
"buttonMarginX": 6,
"buttonMarginY": 7,
"beginButtonsX": 8,
"beginButtonsY": 9,
"autoSizeButtons": true,
"autoSizeGrid": true,
"showButtonText": true,
"showButtonImage": true,
"formLocationX": 1,
"formLocationY": 1,
"formWidth": 14,
"formHeight": 15,
"formMaximised": true,
"formResizable": true,
"formBackgroundImage": "sample string 16",
"formBackgroundColourA": 1,
"formBackgroundColourR": 1,
"formBackgroundColourG": 1,
"formBackgroundColourB": 1,
"formFontFamily": "sample string 17",
"formFontSize": 1.1,
"formFontStyle": 1,
"formAttributes": "sample string 18",
"buttonWidth": 19,
"buttonHeight": 20,
"buttonAnchor": 21,
"buttonBackgroundImage": "sample string 22",
"buttonTopColour": 1,
"buttonTextColour": 1,
"buttonBottomColour": 1,
"buttonBorderColour": 1,
"buttonBorderWidth": 1,
"buttonRadius": 1,
"buttonGradientMode": 1,
"buttonDropShadow": true,
"buttonShadowWidth": 1,
"buttonHighLightOnPush": true,
"buttonFontFamily": "sample string 23",
"buttonFontSize": 1.1,
"buttonFontStyle": 1,
"buttonTextAlign": 1,
"buttonWordBreak": true,
"buttonDrawImageAndButton": true,
"buttonVerticalText": true,
"buttonImageAlign": 1,
"panelLocationX": 1,
"panelLocationY": 1,
"panelWidth": 1,
"panelHeight": 1,
"panelAnchor": 1,
"panelFontFamily": "sample string 24",
"panelFontSize": 1.1,
"panelFontStyle": 1,
"panelBackgroundColour": 1,
"panelTextColour": 1,
"panelAttributes": "sample string 25",
"unsentCount": 26,
"group": {
"$id": "32",
"identifier": "nQsk0IRu+Eum9K9pEV9cRQ==",
"identifierGuid": "d0240b9d-6e84-4bf8-a6f4-af69115f5c45",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "33",
"id": 1,
"g_UID": "1zbyEBhyM0SkHP9k+8K2ig==",
"guid": "10f236d7-7218-4433-a41c-ff64fbc2b68a",
"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": "V/oCXJE7LEKiQ7RL932zWw==",
"previousFormGuid": "5c02fa57-3b91-422c-a243-b44bf77db35b",
"nextForm": 1,
"nextFormG_UID": "JMhznrTGBUyVsTXiJAiF+Q==",
"nextFormGuid": "9e73c824-c6b4-4c05-95b1-35e2240885f9",
"attributes": "sample string 10",
"updated": "2026-04-03T06:19:59.8946156",
"positioning": 1,
"contentPanel": "sample string 11",
"selectionMode": 1,
"maximumSelections": 1,
"alteredInStore": true,
"deleted": true,
"blueprintID": 1,
"preserveLayout": true,
"mainCheckoutFormName": "sample string 13",
"nextCheckoutForm": {
"$ref": "33"
},
"previousCheckoutForm": {
"$ref": "33"
},
"buttons": [
{
"$id": "34",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "qMbnKLWW00is39iYIDOvKQ==",
"checkoutFormGuid": "28e7c6a8-96b5-48d3-acdf-d8982033af29",
"identifier": "6a9pxVb8QUyNYw5SKHRuUg==",
"identifierGuid": "c569afe9-fc56-4c41-8d63-0e5228746e52",
"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": "66G4R6E0h0WyLoluhThIIA==",
"valueGuid": "47b8a1eb-34a1-4587-b22e-896e85384820",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-04-03T06:19:59.8946156",
"action": "sample string 12",
"valueForm": {
"$ref": "33"
},
"image": {
"$id": "35",
"name": "sample string 3.sample string 4",
"imageID": 2,
"imageName": "sample string 3",
"imageExtension": "sample string 4",
"lastUpdate": "2026-04-03T06:19:59.8946156",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "34"
}
],
"panels": [
{
"$id": "36",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "n2WUduZl9UqkzSrDcLkYzg==",
"checkoutFormGuid": "7694659f-65e6-4af5-a4cd-2ac370b918ce",
"panelType": "sample string 4",
"name": "sample string 5",
"locationX": 6,
"locationY": 7,
"width": 8,
"height": 9,
"anchor": 10,
"fontFamily": "sample string 11",
"fontSize": 12.1,
"fontStyle": 13,
"backgroundColour": 14,
"textColour": 15,
"attributes": "sample string 16"
},
{
"$ref": "36"
}
]
},
{
"$ref": "33"
}
],
"panels": [
{
"$ref": "36"
},
{
"$ref": "36"
}
]
},
"pages": [
{
"$ref": "30"
},
{
"$ref": "30"
}
]
},
"contentPanel": {
"$ref": "36"
},
"products": [
{
"$id": "37",
"flipChartPageIdentifier": "wva1Scahu06/vQDbGggnMA==",
"flipChartPageIdentifierGuid": "49b5f6c2-a1c6-4ebb-bfbd-00db1a082730",
"pluG_UID": "mqzI/z8dxEiKseVcKEnD1w==",
"pluGuid": "ffc8ac9a-1d3f-48c4-8ab1-e55c2849c3d7",
"sortOrder": 3,
"sent": true,
"productChanged": true,
"productImageName": "sample string 6",
"productShowImageOnFlipCharts": true,
"productShowTextOnFlipCharts": true,
"productOverrideFlipChartText": true,
"productFlipChartText": "sample string 10",
"product": {
"$ref": "12"
},
"departmentSortOrder": 11,
"subDepartmentName": "sample string 12"
},
{
"$ref": "37"
}
],
"productCount": 27,
"pages": [
{
"$ref": "30"
},
{
"$ref": "30"
}
]
},
{
"$ref": "30"
}
],
"priceHistory": [
{
"$id": "38",
"pluG_UID": "2FDZSIIOOEG38oPIKuJbnQ==",
"pluGuid": "48d950d8-0e82-4138-b7f2-83c82ae25b9d",
"price": 1,
"costCalcMethod": 1,
"cost": 2,
"weightedAvgCost": 3,
"lastCost": 4,
"rawCost": 5,
"rawWeightedAvgCost": 6,
"rawLastCost": 7,
"costDecimals": 8,
"serviceFeeID": 9,
"freight": 10.0,
"freightType": 11,
"process": "sample string 12",
"user": "sample string 13",
"updated": "2026-04-03T06:19:59.8946156",
"previousPrice": 1,
"previousCostCalcMethod": 1,
"previousCost": 1,
"previousWeightedAvgCost": 1,
"previousLastCost": 1,
"previousRawCost": 15,
"previousRawWeightedAvgCost": 16,
"previousRawLastCost": 17,
"previousCostDecimals": 1,
"previousServiceFeeID": 18,
"previousFreight": 19.0,
"previousFreightType": 20,
"storeID": 21,
"storeName": "sample string 22",
"serviceFeeDescription": "sample string 23",
"previousServiceFeeDescription": "sample string 24"
},
{
"$ref": "38"
}
],
"ingredients": [
{
"$id": "39",
"pluG_UID": "mKop1Mx5JU2w9aYweChnnw==",
"ingredientGuid": "8TYznc1F5U6yc1ajF8hGDg==",
"ingredientIdentifier": "9d3336f1-45cd-4ee5-b273-56a317c8460e",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "12"
}
},
{
"$ref": "39"
}
],
"bins": [
{
"$id": "40",
"pluG_UID": "CuzPJ6VqUkSiy4DBbGdxmg==",
"pluGuid": "27cfec0a-6aa5-4452-a2cb-80c16c67719a",
"shelfLocationIdentifier": "qyJxmteGmUyYenAAnZD06A==",
"shelfLocationGuid": "9a7122ab-86d7-4c99-987a-70009d90f4e8",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "aWwvJEUs2USszsaoVGLTaQ==",
"labelPageLayoutGuid": "242f6c69-2c45-44d9-acce-c6a85462d369",
"updated": "2026-04-03T06:19:59.8946156",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "12"
},
"location": {
"$id": "41",
"identifier": "GxhPCtfJ60KemcNLuNN6uA==",
"storeID": 1,
"identifierGuid": "0a4f181b-c9d7-42eb-9e99-c34bb8d37ab8",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-04-03T06:19:59.8946156",
"minTemp": 1,
"maxTemp": 1,
"checkFrequency": 1,
"storeCaseConfiguration": 5,
"storeName": "sample string 6",
"bins": [
{
"$ref": "40"
},
{
"$ref": "40"
}
]
}
},
{
"$ref": "40"
}
],
"bin": {
"$ref": "40"
},
"scaleLocations": [
{
"$id": "42",
"plu": 1,
"pluG_UID": "piZlOcJmw0m5E1rYwdmz2g==",
"pluGuid": "396526a6-66c2-49c3-b913-5ad8c1d9b3da",
"deptNo": 1,
"product": {
"$ref": "12"
},
"scaleLocation": {
"$id": "43",
"id": 1,
"deptNo": 1,
"deptCode": "sample string 2",
"name": "sample string 3",
"enabled": true,
"updated": "2026-04-03T06:19:59.8946156",
"department": {
"$id": "44",
"id": 1,
"name": "sample string 2",
"code": "sample string 3",
"sortOrder": 4,
"isLiquor": true,
"isTobacco": true,
"excludeTalker": true,
"externalSales": true,
"saleGLCode": "sample string 9",
"cogsglCode": "sample string 10",
"accountingCategoryID": 11,
"maximumMarkdownPercentage": 12.0,
"accountingOnly": true,
"generateExternalID": 1,
"useNonReportableTaxCode": true,
"minPLU": 15,
"maxPLU": 16,
"scaleLocation": {
"$ref": "43"
},
"subDepartments": [
{
"$id": "45",
"id": 1,
"departmentID": 2,
"name": "sample string 3",
"code": "sample string 4",
"departmentCode": "sample string 5",
"externalSales": true,
"minorDepartments": [
{
"$id": "46",
"id": 1,
"subDepartmentID": 2,
"departmentID": 3,
"name": "sample string 4",
"subDepartmentCode": "sample string 5",
"departmentCode": "sample string 6",
"code": "sample string 7",
"lesserDepartments": [
{
"$id": "47",
"id": 1,
"departmentID": 2,
"subDepartmentID": 3,
"minorDepartmentID": 4,
"name": "sample string 5",
"code": "sample string 6",
"departmentCode": "sample string 7",
"subDepartmentCode": "sample string 8",
"minorDepartmentCode": "sample string 9",
"updated": "2026-04-03T06:19:59.8946156",
"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": "ayQ0cX+oTEKVFwJpQzzEHg==",
"labelPageLayoutGuid": "7134246b-a87f-424c-9517-0269433cc41e",
"minimumAge": 17,
"countryOfOrigin": "sample string 18",
"serviceFeeID": 1,
"eftCode": 19,
"defaultPrinter": "sample string 20",
"defaultPrinterGroup": "sample string 21",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"includeInDistinctLimit": true,
"defaultsEmpty": false,
"mscCat": {
"$id": "48",
"dept": 1,
"category": 2,
"name": "sample string 3",
"active": true,
"mscCommodities": [
{
"$id": "49",
"dept": 1,
"category": 2,
"commodity": 3,
"name": "sample string 4",
"active": true,
"mscSubCommodities": [
{
"$id": "50",
"dept": 1,
"category": 2,
"commodity": 3,
"subCommodity": 4,
"name": "sample string 5",
"active": true,
"subCommodityCode": "sample string 7"
},
{
"$ref": "50"
}
],
"commodityCode": "sample string 6"
},
{
"$ref": "49"
}
],
"categoryCode": "sample string 5"
},
"mscCom": {
"$ref": "49"
},
"mscDep": {
"$id": "51",
"dept": 1,
"name": "sample string 2",
"active": true,
"mscCategories": [
{
"$ref": "48"
},
{
"$ref": "48"
}
],
"deptCode": "sample string 4"
},
"mscSubCom": {
"$ref": "50"
}
},
{
"$ref": "47"
}
],
"updated": "2026-04-03T06:19:59.8946156",
"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": "n2fALqgDj0KJbueAR/Z3lA==",
"labelPageLayoutGuid": "2ec0679f-03a8-428f-896e-e78047f67794",
"minimumAge": 15,
"countryOfOrigin": "sample string 16",
"serviceFeeID": 1,
"eftCode": 17,
"defaultPrinter": "sample string 18",
"defaultPrinterGroup": "sample string 19",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"includeInDistinctLimit": true,
"defaultsEmpty": false,
"mscCat": {
"$ref": "48"
},
"mscCom": {
"$ref": "49"
},
"mscDep": {
"$ref": "51"
},
"mscSubCom": {
"$ref": "50"
}
},
{
"$ref": "46"
}
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:19:59.8946156",
"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": "H6AODzYXlkivZ6bTLC+DkQ==",
"labelPageLayoutGuid": "0f0ea01f-1736-4896-af67-a6d32c2f8391",
"minimumAge": 15,
"countryOfOrigin": "sample string 16",
"serviceFeeID": 1,
"eftCode": 17,
"defaultPrinter": "sample string 18",
"defaultPrinterGroup": "sample string 19",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"includeInDistinctLimit": true,
"defaultsEmpty": false,
"mscCat": {
"$ref": "48"
},
"mscCom": {
"$ref": "49"
},
"mscDep": {
"$ref": "51"
},
"mscSubCom": {
"$ref": "50"
}
},
{
"$ref": "45"
}
],
"stores": [
1,
2
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:19:59.8946156",
"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": "XR2GTeHx+06bEoGj7M9qUw==",
"labelPageLayoutGuid": "4d861d5d-f1e1-4efb-9b12-81a3eccf6a53",
"minimumAge": 25,
"countryOfOrigin": "sample string 26",
"serviceFeeID": 1,
"eftCode": 27,
"defaultPrinter": "sample string 28",
"defaultPrinterGroup": "sample string 29",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"includeInDistinctLimit": true,
"defaultsEmpty": false,
"mscCat": {
"$ref": "48"
},
"mscCom": {
"$ref": "49"
},
"mscDep": {
"$ref": "51"
},
"mscSubCom": {
"$ref": "50"
}
}
}
},
{
"$ref": "42"
}
],
"nextPrice": {
"$id": "52",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 1,
"hostOfferID": 1,
"metcashPromotionID": "sample string 4",
"metcashPromotionPlacement": "sample string 5",
"pluG_UID": "t0LhZmJIJ0+xTW8o0gEIJg==",
"pluGuid": "66e142b7-4862-4f27-b14d-6f28d2010826",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "ZeoW6/LMdkmi04aKLKYoqQ==",
"dealCostGuid": "eb16ea65-ccf2-4976-a2d3-868a2ca628a9",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "w3NjPP3/MESiVrLPVsECPQ==",
"priceGroupGuid": "3c6373c3-fffd-4430-a256-b2cf56c1023d",
"itemNumber": "sample string 10",
"cri": "sample string 11",
"pluPrice": 12,
"costCalcMethod": 13,
"pluCost": 14,
"pluCostIndicator": "sample string 15",
"pluPriceGstPercent": 16,
"pluCostGstPercent": 17,
"pluActive": true,
"cartonQty": 1.1,
"baseUnits": 19.1,
"salesMode": 1,
"pluNormalCost": 20,
"pluaws": 21.0,
"directNumber": "sample string 22",
"departmentName": "sample string 23",
"subDepartmentName": "sample string 24",
"priceGroupName": "sample string 25",
"supplierName": "sample string 26",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-04-03T06:19:59.8946156",
"rrp": 27,
"campaignDescription": "sample string 28",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "b744e24b-79f7-4834-8f42-b8bda83c2412",
"campaignComboPriceGroupG_UID": "WD6l4qCFrkq6F7knRdK6tA==",
"campaignComboPriceGroupIdentifier": "e2a53e58-85a0-4aae-ba17-b92745d2bab4",
"promotionPlacementDescription": "sample string 30",
"storeAcceptances": [
{
"$id": "53",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-04-03T06:19:59.8946156",
"operatorG_UID": "lr+FMGgevEKxST82ndVXiw==",
"operatorGuid": "3085bf96-1e68-42bc-b149-3f369dd5578b",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-04-03T06:19:59.8946156",
"signIqTicketFileMovedUtc": "2026-04-03T06:19:59.8946156",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-04-03T06:19:59.8946156",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "2bbbb910-3393-4f30-8404-dfbd96cb6387",
"product": {
"$ref": "12"
},
"campaignPlu": {
"$ref": "52"
},
"fuelItem": true
},
{
"$ref": "53"
}
],
"campaign": {
"$id": "54",
"id": 1,
"storeID": 2,
"name": "3272d5a3-2773-4cb8-9ccd-9fd815258fd5",
"nameGuid": "3272d5a3-2773-4cb8-9ccd-9fd815258fd5",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-04-03T06:19:59.8946156",
"startTime": 1,
"endDate": "2026-04-03T06:19:59.8946156",
"endTime": 1,
"recurrence": 1,
"recurrenceType": 1,
"monthType": 1,
"weekDays": 1,
"months": 1,
"monthWeeks": 1,
"monthDays": "sample string 7",
"printed": true,
"talkerText": "sample string 8",
"rangeDescription": "sample string 9",
"dealDescription": "sample string 10",
"labelQuantity": 11,
"active": 1,
"deactivated": "2026-04-03T06:19:59.8946156",
"system": true,
"created": "2026-04-03T06:19:59.8946156",
"updated": "2026-04-03T06:19:59.8946156",
"priceChangeNotifiedUtc": "2026-04-03T06:19:59.8946156",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "QWqUJDUYAUmMD8uCWphaHQ==",
"hostIdentifierGuid": "24946a41-1835-4901-8c0f-cb825a985a1d",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-04-03T06:19:59.8946156",
"updatedByUser": "sample string 18",
"offerID": 1,
"isPriceChangeCampaign": true,
"stores": [
1,
2
],
"storeNames": [
"sample string 1",
"sample string 2"
],
"campaignPlus": [
{
"$ref": "52"
},
{
"$ref": "52"
}
],
"campaignPools": [
{
"$id": "55",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 4,
"pluG_UID": "lPkjbUOfdk6ZGKcNQ7HxxQ==",
"pluGuid": "6d23f994-9f43-4e76-9918-a70d43b1f1c5",
"hostOfferID": 1,
"priceGroupG_UID": "C679hvZDgUuKoIS5WHKhcA==",
"priceGroupGuid": "86fdae0b-43f6-4b81-8aa0-84b95872a170",
"fuelItem": true,
"pluName": "sample string 6",
"apn": "sample string 7",
"pluActive": true,
"cartonQty": 1,
"baseUnits": 9.1,
"cri": "sample string 10",
"salesMode": 1,
"pluaws": 11.0,
"directNumber": "sample string 12",
"departmentName": "sample string 13",
"subDepartmentName": "sample string 14",
"priceGroupName": "sample string 15",
"supplierName": "sample string 16",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-04-03T06:19:59.8946156",
"rrp": 17,
"campaignDescription": "sample string 18",
"product": {
"$ref": "12"
},
"campaign": {
"$ref": "54"
}
},
{
"$ref": "55"
}
],
"sellingRules": [
{
"$id": "56",
"id": 1,
"identifier": "gT2kVvjmxkePfoYQJP44ow==",
"identifierStr": "gT2kVvjmxkePfoYQJP44ow==",
"identifierGuid": "56a43d81-e6f8-47c6-8f7e-861024fe38a3",
"campaignID": 4,
"campaignName": "sample string 5",
"ruleJoin": 1,
"ruleType": 6,
"operand0": "sample string 7",
"comparisonOp": 1,
"operand1": "sample string 8",
"action": 1,
"operand2": "sample string 9",
"operand3": "sample string 10",
"includeExcludedItems": true,
"noFurtherDiscounts": true,
"description": "sample string 11",
"sortOrder": 1,
"isItemRule": false,
"prevDept": "sample string 12",
"campaign": {
"$ref": "54"
}
},
{
"$ref": "56"
}
],
"customers": [
{
"$id": "57",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"customerID": "Fq+iuhHwPkGY4V9dmkN9yA==",
"customerIDGuid": "baa2af16-f011-413e-98e1-5f5d9a437dc8",
"campaign": {
"$ref": "54"
},
"customer": {
"$id": "58",
"identifier": "ap4E6sFeM0G3GkSq2IwPog==",
"identifierGuid": "ea049e6a-5ec1-4133-b71a-44aad88c0fa2",
"code": "sample string 2",
"familyName": "sample string 3",
"givenName": "sample string 4",
"otherName": "sample string 5",
"title": "sample string 6",
"dateOfBirth": "2026-04-03T06:19:59.8946156",
"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": "GcuFw1eJxEyutAs55Trw0Q==",
"communityIdentifierGuid": "c385cb19-8957-4cc4-aeb4-0b39e53af0d1",
"joined": "2026-04-03T06:19:59.8946156",
"updated": "2026-04-03T06:19:59.8946156",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "+ufLNTvPqESrsrYuuR9Gtg==",
"priceLevelIdentifierGuid": "35cbe7fa-cf3b-44a8-abb2-b62eb91f46b6",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-04-03T06:19:59.8946156",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "59",
"cardType": 2,
"issueDate": "2026-04-03T06:19:59.8946156",
"expiry": "2026-04-03T06:19:59.8946156",
"customerID": "O4EmYg0zBUaBLVmuemzL8A==",
"customerIDGuid": "6226813b-330d-4605-812d-59ae7a6ccbf0",
"initialValue": 1,
"currentValue": 1,
"maxLimit": 1,
"minTransaction": 1,
"maxTransaction": 1,
"multiplier": 1.1,
"active": true,
"reasonInactive": 1,
"idRequired": true,
"idType": 1,
"idValue": "sample string 5",
"updated": "2026-04-03T06:19:59.8946156",
"linkedAccount": "LmYlhVS4QU2e8e2WWUSvaA==",
"linkedAccountGuid": "8525662e-b854-4d41-9ef1-ed965944af68",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "58"
},
"account": {
"$id": "60",
"id": 1,
"identifier": "eWtbNnEl40qUt79rHvmqWQ==",
"identifierGuid": "365b6b79-2571-4ae3-94b7-bf6b1ef9aa59",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-04-03T06:19:59.8946156",
"owner": "/3Hx+HdUQUKK1+Q9ok5fug==",
"ownerGuid": "f8f171ff-5477-4241-8ad7-e43da24e5fba",
"accountStoreGroupIdentifier": "BaLcWmIKrUOHH3frEMpuQg==",
"accountStoreGroupGuid": "5adca205-0a62-43ad-871f-77eb10ca6e42",
"accountType": 1,
"currentBalance": 1,
"externalID": "sample string 7",
"maximumLimit": 1,
"accruePoints": true,
"loyaltyPoints": 1,
"termsOfTrade": 1,
"signatureRequired": true,
"referenceRequired": true,
"statementSendType": 10,
"ageingPeriod": 1,
"monthlyAgeingPeriod": true,
"explodedInvoice": true,
"isFifoAllocation": true,
"lastStatementSent": "2026-04-03T06:19:59.8946156",
"active": true,
"updated": "2026-04-03T06:19:59.8946156",
"deleted": true,
"deletedUser": "sample string 16",
"currentBalanceChanged": true,
"maximumLimitChanged": true,
"loyaltyPointsChanged": true,
"projectedBalance": 17,
"accountStoreGroupStoreIDs": [
1,
2
],
"customerEmail": "sample string 18",
"ownerCustomer": {
"$ref": "58"
},
"card": {
"$ref": "59"
},
"members": {
"$id": "61",
"sample string 1": [
{
"$ref": "58"
},
{
"$ref": "58"
}
],
"sample string 2": [
{
"$ref": "58"
},
{
"$ref": "58"
}
]
},
"customerGroups": [
{
"$id": "62",
"identifier": "hzrzng0EOk2BGV4SWC+14g==",
"identifierGuid": "9ef33a87-040d-4d3a-8119-5e12582fb5e2",
"name": "sample string 2",
"primaryContact": "s5UyM5BQkUGbCyq6J8YCdA==",
"primaryContactGuid": "333295b3-5090-4191-9b0b-2aba27c60274",
"accountID": "FvycgnZo50GSEwUvEx9Pow==",
"accountIDGuid": "829cfc16-6876-41e7-9213-052f131f4fa3",
"special": true,
"updated": "2026-04-03T06:19:59.8946156",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "3V4iCZaICUqFRohDvcLVkA==",
"priceLevelIdentifierGuid": "09225edd-8896-4a09-8546-8843bdc2d590",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "60"
},
"primaryContactCustomer": {
"$ref": "58"
},
"customerGroupMembers": [
{
"$id": "63",
"id": 1,
"groupID": "gvAbggsBD0iM0KDamfiUCw==",
"groupIDGuid": "821bf082-010b-480f-8cd0-a0da99f8940b",
"customerID": "gp3R33kY6UO/TK6SJVdjTg==",
"customerIDGuid": "dfd19d82-1879-43e9-bf4c-ae922557634e",
"card": "sample string 4",
"linkedAccount": "12l9MZmPtUmk38b/aNB/3Q==",
"linkedAccountGuid": "317d69d7-8f99-49b5-a4df-c6ff68d07fdd",
"customer": {
"$ref": "58"
},
"group": {
"$ref": "62"
},
"customerCard": {
"$ref": "59"
}
},
{
"$ref": "63"
}
]
},
{
"$ref": "62"
}
]
},
"payments": [
{
"$id": "64",
"id": 1,
"identifier": "mKjNmELEvkqm5YPYKeOCcw==",
"identifierGuid": "98cda898-c442-4abe-a6e5-83d829e38273",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "Pry6hdGXSkSem/A3h605wA==",
"accountIDGuid": "85babc3e-97d1-444a-9e9b-f03787ad39c0",
"customerAccount": {
"$ref": "60"
},
"customerCard": {
"$ref": "59"
},
"accountType": 1,
"cardName": "sample string 8",
"authorisationNumber": "sample string 9",
"bankReference": "sample string 10",
"merchantID": "sample string 11",
"terminalID": "sample string 12",
"cardNumber": "sample string 13",
"paymentDate": "2026-04-03T06:19:59.8946156",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "m9s92/2rtkCM2E4fBB+fEg==",
"idempotentVoidGuid": "db3ddb9b-abfd-40b6-8cd8-4e1f041f9f12",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "65",
"saleHeaderID": 1,
"saleHeaderGuid": "+lG5BDM6KEmR1FUyYVwYSw==",
"saleHeaderIdentifierGuid": "04b951fa-3a33-4928-91d4-5532615c184b",
"created": "2026-04-03T06:19:59.8946156",
"createdLocal": "2026-04-03T06:19:59.8946156",
"createdText": "sample string 4",
"itemCount": 5,
"totalAmount": 6,
"cashTender": 1,
"cardTender": 1,
"cheqTender": 1,
"acctTender": 1,
"voucherTender": 1,
"loyaltyPoints": 1,
"cashout": 1,
"changeAmount": 1,
"rounding": 1,
"gstAmount": 1,
"transactionDiscountTender": 1,
"totalTip": 7,
"tranType": 1,
"processed": 1,
"imported": "2026-04-03T06:19:59.8946156",
"storeID": 1,
"operatorG_Uid": "jR0A7P+DZEuZRoK1yy5Fqw==",
"operatorGuid": "ec001d8d-83ff-4b64-9946-82b5cb2e45ab",
"customerG_Uid": "AJyR0Bh+6EyXCdfrkf3jWw==",
"customerGuid": "d0919c00-7e18-4ce8-9709-d7eb91fde35b",
"communityIdentifier": "qJO8F66L/EuOTgYpjukxZA==",
"communityIdentifierGuid": "17bc93a8-8bae-4bfc-8e4e-06298ee93164",
"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": "PZE9yiaG5UeWHB2QF77y8w==",
"priceLevelIdentifierGuid": "ca3d913d-8626-47e5-961c-1d9017bef2f3",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-04-03T06:19:59.8946156+00:00\",\"DeliveryAddress1\":\"sample string 2\",\"DeliveryAddress2\":\"sample string 3\",\"CustomerPhoneNumber\":\"sample string 4\",\"OrderType\":0,\"ExternalOrderID\":\"sample string 5\",\"ExternalDisplayableOrderID\":\"sample string 6\",\"TableName\":\"sample string 7\",\"CreatedBy\":0,\"OrderingAppName\":\"sample string 8\"}",
"deserialisedOrderMetadata": {
"$id": "66",
"customerName": "sample string 1",
"pickupAt": "2026-04-03T06:19:59.8946156",
"deliveryAddress1": "sample string 2",
"deliveryAddress2": "sample string 3",
"customerPhoneNumber": "sample string 4",
"orderType": 0,
"externalOrderID": "sample string 5",
"externalDisplayableOrderID": "sample string 6",
"tableName": "sample string 7",
"createdBy": 0,
"orderingAppName": "sample string 8"
},
"relationChecksum": "sample string 38",
"loyaltyTender": 1,
"giftCardTender": 1,
"operator": {
"$ref": "25"
},
"customer": {
"$ref": "58"
},
"communityOrganisation": {
"$id": "67",
"id": 1,
"identifier": "rTuj9Q2bw0KFefb+15Ficg==",
"identifierGuid": "f5a33bad-9b0d-42c3-8579-f6fed7916272",
"name": "sample string 3",
"lookupIdentifier": "sample string 4",
"externalID": "sample string 5",
"phone": "sample string 6",
"fax": "sample string 7",
"email": "sample string 8",
"address1": "sample string 9",
"address2": "sample string 10",
"city": "sample string 11",
"postCode": "sample string 12",
"state": "sample string 13",
"country": "sample string 14",
"abn": "sample string 15",
"promoPeriodStart": "2026-04-03T06:19:59.8946156",
"promoPeriodEnd": "2026-04-03T06:19:59.8946156",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-04-03T06:19:59.8946156",
"deleted": true
},
"details": [
{
"$id": "68",
"saleItemID": 1,
"identifier": "KmFKYFsfEkyuvLssc/5vhg==",
"identifierGuid": "604a612a-1f5b-4c12-aebc-bb2c73fe6f86",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "H3wcYx9p70yXuxlv1kcSVA==",
"pluGuid": "631c7c1f-691f-4cef-97bb-196fd6471254",
"accountID": "pCG+oaf/hUmTmtl3KgzdJQ==",
"accountIDGuid": "a1be21a4-ffa7-4985-939a-d9772a0cdd25",
"normalPrice": 3,
"originalSellingPrice": 4,
"discountPrice": 5,
"unit": 1,
"quantity": 6,
"totalCents": 7,
"fixedPrice": 1,
"tranType": 1,
"discountType": 1,
"cost": 1,
"costDecimals": 8,
"markdown": 1,
"manualQuantity": 1,
"manualPrice": 1,
"manualMode": 1,
"active": 1,
"offline": true,
"barcode": "sample string 9",
"keyedSale": 1,
"discountedID": 1,
"fuelID": 1,
"serialNumber": "sample string 10",
"bestOrExpire": "2026-04-03T06:19:59.8946156",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "F4fNa8s3UkS/nE1rx4yIjg==",
"refundGuid": "6bcd8717-37cb-4452-bf9c-4d6bc78c888e",
"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": "9TCM3tzGTUS35WLEM2avTw==",
"idempotentVoidGuid": "de8c30f5-c6dc-444d-b7e5-62c43366af4f",
"priceLevelIdentifier": "1hoiIc2kw0aoIcz9/lgGMg==",
"priceLevelIdentifierGuid": "21221ad6-a4cd-46c3-a821-ccfdfe580632",
"communityIdentifier": "Mvc90goPb0Cj164lBQ56gA==",
"communityIdentifierGuid": "d23df732-0f0a-406f-a3d7-ae25050e7a80",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "69",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-04-03T06:19:59.8946156",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "69"
}
],
"refund": {
"$id": "70",
"id": 1,
"g_UID": "aW+rqPP3MkWHOFPY9mgflg==",
"guid": "a8ab6f69-f7f3-4532-8738-53d8f6681f96",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-04-03T06:19:59.8946156"
},
"modifier": {
"$id": "71",
"id": 1,
"setG_UID": "ujfAPeJPiki4Wbc7DE1cKg==",
"modifierSetGuid": "3dc037ba-4fe2-488a-b859-b73b0c4d5c2a",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "LVY6lsTlD068M41dBhnOvQ==",
"pluGuid": "963a562d-e5c4-4e0f-bc33-8d5d0619cebd",
"deleted": true,
"g_UID": "7CODXMRL2Emt0+pk9CPmlg==",
"guid": "5c8323ec-4bc4-49d8-add3-ea64f423e696",
"product": {
"$ref": "12"
}
},
"priceLevelName": "sample string 25",
"pumpNumber": 1,
"hoseNumber": 1
},
{
"$ref": "68"
}
],
"eftReceipts": [
{
"$id": "72",
"id": 1,
"storeID": 1,
"saleHeaderID": 2,
"storeSaleHeader": {
"$ref": "65"
},
"receipt": "sample string 3",
"processed": 1
},
{
"$ref": "72"
}
],
"payments": [
{
"$ref": "64"
},
{
"$ref": "64"
}
],
"cards": [
{
"$id": "73",
"id": 1,
"saleHeaderID": 1,
"identifier": "sample string 2",
"cardType": 3,
"providerName": "sample string 4"
},
{
"$ref": "73"
}
],
"campaignHits": [
{
"$id": "74",
"id": 1,
"saleHeaderID": 2,
"campaign": "sample string 3",
"name": "sample string 4",
"processed": 1,
"campaignDescription": "sample string 5"
},
{
"$ref": "74"
}
],
"fuel": [
{
"$id": "75",
"id": 1,
"plu": 1,
"pluG_UID": "lkLzUzq6i0qx4m91oPRyCw==",
"pluGuid": "53f34296-ba3a-4a8b-b1e2-6f75a0f4720b",
"saleHeaderID": 2,
"totalCents": 3,
"grade": 1,
"gradeDescription": "sample string 4",
"dispenser": 1,
"hose": 1,
"quantity": 1,
"cost": 1,
"acquirerNum": 1,
"attendant": 1,
"ePurseBalance": 1.0,
"cardSignature": "sample string 5",
"compartmentNumber": 1,
"contractNumber": 1,
"discountCardPAN": "sample string 6",
"discountID": 1,
"discountName": "sample string 7",
"discountNetValue": 1.0,
"discountType": 1,
"discountValue": 1.0,
"discretionaryData": "sample string 8",
"driverID": "sample string 9",
"eftBatchNumber": 1,
"eftResponseCode": "sample string 10",
"endDateTime": "2026-04-03T06:19:59.8946156",
"engineHours": 1.1,
"fposNumber": 1,
"loyaltyCardPAN": "sample string 11",
"miscData1": 1,
"miscData2": "sample string 12",
"miscFlags": 1,
"mop": 1,
"odometer": 1,
"panNumber": "sample string 13",
"saleRefund": true,
"saleStatus": 1,
"sequenceNumber": 1,
"stan": 1,
"startDateTime": "2026-04-03T06:19:59.8946156",
"tagNumber": "sample string 15",
"trackTwoRem": "sample string 16",
"transCode": 1,
"transType": 1,
"unitPrice": 1.0,
"vehicleReg": "sample string 17",
"offline": true,
"processed": 1
},
{
"$ref": "75"
}
],
"fuelResells": [
{
"$id": "76",
"saleItemID": 1,
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "EdPhPPlSUUuEw/o0u25sFw==",
"pluGuid": "3ce1d311-52f9-4b51-84c3-fa34bb6e6c17",
"accountID": "9zkumiaQUki2sYY3EhPXxw==",
"accountIDGuid": "9a2e39f7-9026-4852-b6b1-86371213d7c7",
"normalPrice": 3,
"originalSellingPrice": 4,
"discountPrice": 5,
"unit": 1,
"quantity": 6,
"totalCents": 7,
"fixedPrice": 1,
"tranType": 1,
"processed": 1,
"discountType": 1,
"cost": 1,
"costDecimals": 1,
"markdown": 1,
"manualQuantity": 1,
"manualPrice": 1,
"manualMode": 1,
"active": 1,
"barcode": "sample string 8",
"offline": 1,
"keyedSale": 1,
"discountedID": 1,
"fuelID": 1,
"serialNumber": "sample string 9",
"bestOrExpire": "2026-04-03T06:19:59.8946156",
"bestOrExpireType": 1,
"refundG_UID": "BvqT5hIZg02bqVRoYlqzDA==",
"refundGuid": "e693fa06-1912-4d83-9ba9-5468625ab30c",
"providerName": "sample string 10",
"campaign": "sample string 11",
"campaignType": 1,
"modifiedID": 1,
"omittedIngredient": 1,
"taxPercent": 1.0,
"taxAmount": 1.0,
"refundablePrice": 1.0,
"showDiscounts": true,
"orderPrinted": true,
"note": "sample string 14",
"modifierName": "sample string 15",
"modifierSetName": "sample string 16",
"totalValueWasScanned": true,
"sold": true,
"campaignPrice": true,
"scannedValue": 1,
"campaignName": "sample string 20",
"comboDiscount": 1
},
{
"$ref": "76"
}
],
"customerOrder": [
{
"$id": "77",
"identifier": "11edIUgsEkO9T3KMhko2kA==",
"identifierGuid": "219d57d7-2c48-4312-bd4f-728c864a3690",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "E8NN65SRR022xLenxZ43PQ==",
"customerIdentifierGuid": "eb4dc313-9194-4d47-b6c4-b7a7c59e373d",
"operatorNo": 1,
"operatorG_UID": "DnJdxG7K5EihVFH+Dxs61Q==",
"operatorGuid": "c45d720e-ca6e-48e4-a154-51fe0f1b3ad5",
"created": "2026-04-03T06:19:59.8946156",
"ordered": "2026-04-03T06:19:59.8946156",
"started": "2026-04-03T06:19:59.8946156",
"completed": "2026-04-03T06:19:59.8946156",
"supplied": "2026-04-03T06:19:59.8946156",
"quickTicket": 1,
"deleted": true,
"walkAway": true,
"approxWait": 1,
"actualWait": 1,
"deliveryMethod": 8,
"externalSaleType": 9,
"customer": {
"$ref": "58"
},
"operator": {
"$ref": "25"
},
"details": [
{
"$id": "78",
"headerID": 1,
"plu": 1,
"pluG_UId": "F9eyndrmm0uVIBD4ALL1BA==",
"pluGuid": "9db2d717-e6da-4b9b-9520-10f800b2f504",
"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": "7LtrQG4CZUqw6F1b2HoUqg==",
"headerIdentifierGuid": "406bbbec-026e-4a65-b0e8-5d5bd87a14aa",
"product": {
"$ref": "12"
}
},
{
"$ref": "78"
}
],
"storeName": "sample string 11",
"customerName": "sample string 12",
"storeReplyTo": "sample string 13",
"storeSubjectLine": "sample string 14",
"storeSaleHeader": {
"$ref": "65"
}
},
{
"$ref": "77"
}
],
"surveyResponses": [
{
"$id": "79",
"surveyG_UID": "OJ7LgcJjUE+2tNeEFpCgNQ==",
"surveyGuid": "81cb9e38-63c2-4f50-b6b4-d7841690a035",
"saleHeaderGuid": "RYoS/spe6kyqf0CW91dnSg==",
"saleGuid": "fe128a45-5eca-4cea-aa7f-4096f757674a",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "mFkwLvf1SUOQXCXJqtNF7w==",
"guidResponse": "2e305998-f5f7-4349-905c-25c9aad345ef",
"whoAnswered": 2,
"answeredAtUTC": "2026-04-03T06:19:59.8946156",
"sale": {
"$ref": "65"
},
"survey": {
"$id": "80",
"g_UID": "tM+Eixfm3ke7Nd/0DQzNHw==",
"guid": "8b84cfb4-e617-47de-bb35-dff40d0ccd1f",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "5eOUG1u8AESabovZhsA1LQ==",
"checkoutFormGuid": "1b94e3e5-bc5b-4400-9a6e-8bd986c0352d",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-04-03T06:19:59.8946156",
"end": "2026-04-03T06:19:59.8946156",
"deleted": true,
"updated": "2026-04-03T06:19:59.8946156",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"89524dc7-70ee-47b3-91ee-420e1475366a",
"00bd7691-5e0a-4608-8b71-2846619738a7"
],
"allowsAllTextResponses": true,
"surveyForm": {
"$ref": "33"
}
},
"ingressId": "sample string 4"
},
{
"$ref": "79"
}
],
"storeName": "sample string 39",
"terminalNumber": 40,
"machineName": "sample string 41",
"operatorName": "sample string 42",
"direction": 1,
"reason": "sample string 43",
"accountG_UID": "RYTEht+d4US16MB+7P0Pcw==",
"accountIdentifier": "86c48445-9ddf-44e1-b5e8-c07eecfd0f73",
"accountName": "sample string 44",
"customerOrderIdentifier": "tVuAQqSVtkucDEPsi7a4BA==",
"customerOrderIdentifierGuid": "42805bb5-95a4-4bb6-9c0c-43ec8bb6b804",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "81",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "6wkPKT138UyLg0E5QUyKdw==",
"paymentIdentifierGuid": "290f09eb-773d-4cf1-8b83-4139414c8a77",
"identifier": "jGT6IoHro067OzuDg9Sh8g==",
"identifierGuid": "22fa648c-eb81-4ea3-bb3b-3b8383d4a1f2",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "tgefpvqlVkCtbXs0vaJC8g==",
"itemIdentifierGuid": "a69f07b6-a5fa-4056-ad6d-7b34bda242f2"
}
},
{
"$ref": "64"
}
]
},
{
"$ref": "59"
}
],
"customerGroupMembers": [
{
"$ref": "63"
},
{
"$ref": "63"
}
],
"customerGroups": [
{
"$ref": "62"
},
{
"$ref": "62"
}
],
"accounts": [
{
"$ref": "60"
},
{
"$ref": "60"
}
],
"account": {
"$ref": "60"
},
"vouchers": [
{
"$id": "82",
"customerIdentifier": "IIsozvoajEKMM60DM5Zmww==",
"customerIdentifierGuid": "ce288b20-1afa-428c-8c33-ad03339666c3",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "l0QnlF608E+pno94lExRVA==",
"idempotentGuid": "94274497-b45e-4ff0-a99e-8f78944c5154",
"offline": true,
"voucher": {
"$id": "83",
"id": 1,
"name": "sample string 2",
"description": "sample string 3",
"shortDescription": "sample string 4",
"url": "sample string 5",
"barcodeTemplateID": 1,
"expiry": 0,
"voucherType": 6,
"limitPerTransaction": 7,
"customerTracking": true,
"discountAccount": "sample string 9",
"endDate": "2026-04-03T06:19:59.8946156",
"barcodeTemplate": {
"$id": "84",
"templateID": 1,
"template": "sample string 1",
"bcFunction": "sample string 2",
"sortOrder": 3
},
"scaleLabel": {
"$id": "85",
"id": 1,
"uid": "sample string 2",
"name": "sample string 3",
"width": 1.1,
"height": 1.1,
"showBorder": true,
"borderWidth": 1.1,
"borderStyle": 1,
"borderColour": "sample string 5",
"updated": "2026-04-03T06:19:59.8946156",
"labelPageLayout": "8CVi39hOS0qf3I50grJ+Kg==",
"pageLayoutGuid": "df6225f0-4ed8-4a4b-9fdc-8e7482b27e2a",
"labelType": 6,
"oldName": "sample string 7",
"voucher": {
"$ref": "83"
},
"elements": [
{
"$id": "86",
"id": 1,
"scaleLabelID": 2,
"showPercentDI": true,
"showAvgPerHundred": true,
"showAvgPerServe": true,
"name": "sample string 6",
"x": 1.1,
"y": 1.1,
"width": 1.1,
"height": 1.1,
"type": 1,
"rotation": 1,
"text": "sample string 7",
"fontFamily": "sample string 8",
"align": 1,
"bold": true,
"italic": true,
"underline": true,
"strikeout": true,
"reverse": true,
"textColour": "sample string 9",
"fontSize": 1.1,
"picture": "QEA=",
"borderWidth": 10,
"sortOrder": 11,
"printOptions": 12,
"superScriptTextFontSize": 1.1,
"lineStyle": 1,
"spacingStyle": 1,
"interCharacterSpacing": 1.1,
"superScriptOffset": 1.1,
"lineSpacing": 1.1,
"dateFormat": "sample string 13",
"autoGrow": true,
"fontAutoResize": true,
"updated": "2026-04-03T06:19:59.8946156"
},
{
"$ref": "86"
}
]
},
"customerVouchers": [
{
"$id": "87",
"id": 1,
"customerIdentifier": "0t39NjOxZkmGlVF9r3BArg==",
"customerIdentifierGuid": "36fdddd2-b133-4966-8695-517daf7040ae",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-04-03T06:19:59.8946156",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "loEgwgByUUmQ4LgJgEfQvw==",
"issuedIdempotentGuid": "c2208196-7200-4951-90e0-b8098047d0bf",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-04-03T06:19:59.8946156",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-04-03T06:19:59.8946156",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "RO7R7hX/oESGk/SIQSmitg==",
"redeemedIdempotentGuid": "eed1ee44-ff15-44a0-8693-f4884129a2b6",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-04-03T06:19:59.8946156",
"storeName": "sample string 17",
"scaleLabel": {
"$ref": "85"
},
"voucher": {
"$ref": "83"
},
"customer": {
"$ref": "58"
},
"issuedOfflinePayment": {
"$ref": "64"
},
"redeemedOfflinePayment": {
"$ref": "64"
}
},
{
"$ref": "87"
}
]
},
"customer": {
"$ref": "58"
}
},
{
"$ref": "82"
}
]
}
},
{
"$ref": "57"
}
],
"customerGroups": [
{
"$id": "88",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupID": "Yn3y5EFSE0m6fiJ6mJMl/w==",
"groupIDGuid": "e4f27d62-5241-4913-ba7e-227a989325ff",
"campaign": {
"$ref": "54"
},
"group": {
"$ref": "62"
}
},
{
"$ref": "88"
}
],
"signIqTickets": [
{
"$id": "89",
"identifier": "w2ySnCsOF06JZIXXK12bRg==",
"identifierGuid": "9c926cc3-0e2b-4e17-8964-85d72b5d9b46",
"campaignName": "sample string 2",
"message": "sample string 3",
"ticketFileSource": "sample string 4",
"ticketFileDestination": "sample string 5",
"storeID": 1
},
{
"$ref": "89"
}
],
"comboPriceGroups": [
{
"$id": "90",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"g_UID": "p6Y6bMoM7UydQDgaY/lvpQ==",
"guid": "6c3aa6a7-0cca-4ced-9d40-381a63f96fa5",
"description": "sample string 5",
"newPrice": 1,
"rangeDescription": "sample string 6",
"dealDescription": "sample string 7",
"labelQuantity": 8,
"hostProductCategoryID": 1,
"offerID": 1,
"dontUpdatePricePlus": true,
"campaign": {
"$ref": "54"
},
"comboPricePlus": [
{
"$id": "91",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupG_UID": "BkDwbYlIOEu4gcII5ni8zQ==",
"groupGuid": "6df04006-4889-4b38-b881-c208e678bccd",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "6qy/F1SqukiV5vbh8FmC4Q==",
"pluGuid": "17bfacea-aa54-48ba-95e6-f6e1f05982e1",
"priceGroupG_UID": "yxCelHrYVkesugFHWCWdsQ==",
"priceGroupGuid": "949e10cb-d87a-4756-acba-014758259db1",
"campaignPoolID": "sample string 7",
"quantity": 1,
"campaign": {
"$ref": "54"
},
"product": {
"$ref": "12"
},
"priceGroup": {
"$ref": "18"
},
"campaignPool": {
"$ref": "54"
}
},
{
"$ref": "91"
}
]
},
{
"$ref": "90"
}
],
"priceLevels": [
{
"$id": "92",
"id": 1,
"priceLevelIdentifier": "bjCwoMI1jEChCj1A1GAfxA==",
"priceLevelIdentifierGuid": "a0b0306e-35c2-408c-a10a-3d40d4601fc4",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "92"
}
],
"promotionType": {
"$id": "93",
"identifier": "x7KK7Ck7nE+dT/MAK40VhQ==",
"identifierGuid": "ec8ab2c7-3b29-4f9c-9d4f-f3002b8d1585",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "V2Nb/vsgpU6gchp5CyyT6w==",
"labelPageLayoutGuid": "fe5b6357-20fb-4ea5-a072-1a790b2c93eb",
"priceLevelIdentifier": "D8F5Tq9u10OU9weQ6/ERqw==",
"priceLevelIdentifierGuid": "4e79c10f-6eaf-43d7-94f7-0790ebf111ab",
"active": true,
"updated": "2026-04-03T06:19:59.8946156",
"hostName": "sample string 11"
}
},
"product": {
"$ref": "12"
},
"dealCost": {
"$id": "94",
"headerIdentifier": "EoVvOV9Z0EKQsZRwvsfEKA==",
"headerIdentifierGuid": "396f8512-595f-42d0-90b1-9470bec7c428",
"identifier": "GowpA9ly+kK6T/LyxLYrSA==",
"identifierGuid": "03298c1a-72d9-42fa-ba4f-f2f2c4b62b48",
"supplierIdentifier": "5Jp73QCUNEuideyo6J9atA==",
"supplierGuid": "dd7b9ae4-9400-4b34-a275-eca8e89f5ab4",
"pluG_UID": "KCNtW/S6JECVixkTIwjcOw==",
"pluGuid": "5b6d2328-baf4-4024-958b-19132308dc3b",
"campaignName": "e4446fd9-d620-45b5-9f1d-514dc8cc60c3",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-04-03T06:19:59.8946156",
"end": "2026-04-03T06:19:59.8946156",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "4AprKkFnnkOfXV8vGIMJ0Q==",
"bonusItemPluGuid": "2a6b0ae0-6741-439e-9f5d-5f2f188309d1",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-04-03T06:19:59.8946156",
"metcashPromotionID": "sample string 14",
"fromHost": 15,
"storeNames": "sample string 16",
"storeIDs": [
1,
2
],
"supplierName": "sample string 17",
"campaignDescription": "sample string 18",
"newPrice": 1,
"campaignMetcashPromotionID": "sample string 19",
"campaignActive": true,
"campaignStartDate": "2026-04-03T06:19:59.8946156",
"campaignEndDate": "2026-04-03T06:19:59.8946156",
"masterPLUG_UID": "kVFX/Wp100u+OJxUUHqy7g==",
"masterID": "fd575191-756a-4bd3-be38-9c54507ab2ee",
"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": "P1ahugSiRUya/RCAJcwqRg==",
"bonusMasterID": "baa1563f-a204-4c45-9afd-108025cc2a46",
"bonusProductName": "sample string 34",
"bonusProductAPN": "sample string 35",
"bonusOrderCode": "sample string 36",
"bonusNormalSell": 37,
"bonusNormalCost": 38,
"bonusNormalCostDecimals": 39,
"bonusCartonQuantity": 40,
"bonusSalesMode": 41,
"bonusOrderPacked": 42,
"bonusFuelItem": true,
"bonusActive": true
}
},
"currentCostStart": "2026-04-03T06:19:59.8946156",
"dealCosts": [
{
"$ref": "94"
},
{
"$ref": "94"
}
],
"tags": [
{
"$id": "95",
"pluG_UID": "nQdcrSdVLkaSFKitL46WUg==",
"pluGuid": "ad5c079d-5527-462e-9214-a8ad2f8e9652",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "95"
}
],
"alternateProductG_UID": "Jg3VCYTS80e205CQXhEzkg==",
"alternateProduct": "09d50d26-d284-47f3-b6d3-90905e113392",
"altProduct": {
"$ref": "12"
},
"productHostCode": {
"$id": "96",
"id": 1,
"pluG_UID": "W55QAe31dkuI+WlhhfiXEw==",
"pluGuid": "01509e5b-f5ed-4b76-88f9-696185f89713",
"ibaCode": "sample string 2"
},
"mscCat": {
"$ref": "48"
},
"mscCom": {
"$ref": "49"
},
"mscDep": {
"$ref": "51"
},
"mscSubCom": {
"$ref": "50"
},
"isUserUpdate": true,
"ignoreMasterProduct": true,
"priceGroupLabelRequested": true,
"firstSold": "2026-04-03T06:19:59.8946156",
"inventoryTracked": "2026-04-03T06:19:59.8946156",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "97",
"pluG_UID": "SIKPOyhNc0eosW1nPUEs3Q==",
"pluGuid": "3b8f8248-4d28-4773-a8b1-6d673d412cdd",
"fuelPluG_UID": "9HiZp6RlCUyspg2IVH/QaQ==",
"fuelPluGuid": "a79978f4-65a4-4c09-aca6-0d88547fd069",
"price": 3,
"productDescription": "sample string 4",
"productBarcode": "sample string 5",
"fuelProductDescription": "sample string 6",
"fuelProductBarcode": "sample string 7",
"fuelProductPrice": 8
},
"productFuelLinks": [
{
"$ref": "97"
},
{
"$ref": "97"
}
]
},
"supplier": {
"$ref": "7"
},
"serviceFee": {
"$id": "98",
"id": 1,
"description": "sample string 1",
"fee": 1
},
"isPrimaryHost": true,
"hostVendor": 48
},
{
"$ref": "10"
}
],
"orderCycleHeaders": [
{
"$id": "99",
"storeID": 1,
"supplierIdentifier": "kJz9PiT6HUea8bYGZA6E1A==",
"supplierGuid": "3efd9c90-fa24-471d-9af1-b606640e84d4",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"storeName": "sample string 5",
"departmentName": "sample string 6",
"orderDays": 7
},
{
"$ref": "99"
}
],
"cycles": [
{
"$id": "100",
"storeID": 1,
"supplierIdentifier": "lq5Wl59xtkW4JbMPclsz6A==",
"supplierGuid": "9756ae96-719f-45b6-b825-b30f725b33e8",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"cutOffWeek": 5,
"cutOffDay": 6,
"cutOffTime": "00:00:00.1234567",
"leadTime": 7,
"daysBuffer": 8,
"supplierName": "sample string 9",
"cutOffDate": "2026-04-03T06:19:59.8946156",
"deliveryDate": "2026-04-03T06:19:59.8946156",
"nextCutOffDate": "2026-04-03T06:19:59.8946156",
"nextDeliveryDate": "2026-04-03T06:19:59.8946156",
"nextDaysBuffer": 10
},
{
"$ref": "100"
}
],
"store": {
"$ref": "2"
},
"updated": "2026-04-03T06:19:59.8946156",
"isHost": true
},
"files": [
{
"$id": "101",
"id": "sample string 1",
"fileName": "sample string 2",
"extension": "sample string 3",
"provider": 0,
"type": 0,
"hostType": "sample string 4",
"createdUtc": "2026-04-03T06:19:59.8946156",
"processed": "2026-04-03T06:19:59.8946156",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-04-03T06:19:59.8946156",
"size": 1,
"sizeFormat": "sample string 7",
"isArchive": true,
"customerNumber": "sample string 9",
"businessPillar": "sample string 10",
"fileType": "sample string 11",
"version": "sample string 12",
"reference": "sample string 13",
"digest": "sample string 14",
"contentType": "sample string 15",
"host": {
"$ref": "6"
},
"metcashHeader": {
"$id": "102",
"customerNumber": "sample string 1",
"creationDate": "2026-04-03T06:19:59.8946156",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "101"
}
],
"zoneMatrix": [
{
"$id": "103",
"id": 1,
"hostIdentifier": "E90sgYx9wk+5rOdBAn6Jag==",
"hostIdentifierGuid": "812cdd13-7d8c-4fc2-b9ac-e741027e896a",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"43df995e-c476-40e2-87d8-17b695794848",
"494768c9-c389-4c95-8687-9d4900cc1dd2"
]
},
{
"$ref": "103"
}
],
"hostFileStoreSetting": {
"$ref": "5"
},
"hostStoreSettings": [
{
"$ref": "5"
},
{
"$ref": "5"
}
],
"promotionPlacements": [
{
"$id": "104",
"identifier": "VrOCC5jwFk+5ne3nw7luEQ==",
"identifierGuid": "0b82b356-f098-4f16-b99d-ede7c3b96e11",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "104"
}
],
"promoTypeGuids": [
"ed615b80-455f-4531-b71c-15a09a4cd897",
"79e89da8-6182-4ac0-b851-440131eb2498"
],
"isPromotionOnly": false,
"isOrderable": false,
"vendor": 0
},
"groupIDs": [
1,
2
],
"hostDescription": "sample string 27"
},
{
"$ref": "5"
}
],
"accounts": [
{
"$id": "105",
"id": 1,
"storeID": 1,
"accountName": "sample string 2",
"bsb": "sample string 3",
"accountNumber": "sample string 4",
"accountDesignated": true
},
{
"$ref": "105"
}
],
"sales": [
{
"$id": "106",
"id": 1,
"storeID": 1,
"externalSalesType": 2,
"ftpSiteID": 1,
"lastSaleProcessed": "2026-04-03T06:19:59.8946156",
"ftpSite": {
"$id": "107",
"id": 1,
"description": "sample string 2",
"address": "sample string 3",
"username": "sample string 4",
"password": "sample string 5",
"path": "sample string 7",
"protocol": 8
}
},
{
"$ref": "106"
}
],
"zoneMatrix": [
{
"$ref": "103"
},
{
"$ref": "103"
}
],
"cashManagements": [
{
"$id": "108",
"id": 1,
"storeID": 1,
"cashManagementType": 2,
"apiID": 1,
"organisationID": "sample string 3",
"siteName": "sample string 4",
"thirdPartyAPI": {
"$id": "109",
"id": 1,
"description": "sample string 2",
"address": "sample string 3",
"username": "sample string 4",
"password": "sample string 5",
"passwordPlain": "sample string 6",
"token": "sample string 7",
"apiType": 8,
"apiSubType": 9
}
},
{
"$ref": "108"
}
],
"updateStoreID": "4a7ebedf-087a-4574-8564-1860af879b3b",
"updateStore": {
"$id": "110",
"id": "72e572a2-afc7-4411-8a3a-351cb69e2990",
"name": "sample string 1",
"lastActivity": "2026-04-03T06:19:59.8946156",
"zone": "sample string 2",
"timeZoneOffset": 0.0,
"businessHoursStart": "00:00:00.1234567",
"businessHoursEnd": "00:00:00.1234567",
"master": true,
"lastIP": "sample string 10",
"lastHostName": "sample string 11",
"ping": 1,
"pingStatus": "sample string 12",
"lastUpdateCompleted": "2026-04-03T06:19:59.8946156"
},
"timeZoneId": "sample string 54",
"securityOptions": {
"$id": "111",
"loginMode": 1,
"allowSelfVerification": true,
"verifierEmail": "sample string 3",
"source": "sample string 4",
"loginModeInherited": 5,
"loginModeSource": "sample string 6",
"selfVerifyInherited": true,
"selfVerifySource": "sample string 8",
"verifyEmailInherited": "sample string 9",
"verifyEmailSource": "sample string 10"
}
},
"supplier": {
"$ref": "7"
},
"order": {
"$id": "112",
"orderID": 1,
"orderGuid": "RBo6MZGjwEizid5+xEcMVg==",
"orderIdentifier": "313a1a44-a391-48c0-b389-de7ec4470c56",
"backToBack": 1,
"b2bGuid": "WWRkcbZEWkukpJcpoOT9Rw==",
"b2bIdentifier": "71646459-44b6-4b5a-a4a4-9729a0e4fd47",
"status": 2,
"created": "2026-04-03T06:19:59.8946156",
"createdLocal": "2026-04-03T06:19:59.8946156",
"createdByUser": "sample string 3",
"storeID": 1,
"transferGuid": "Qqxku0dmgEyPTSqWgdzSdw==",
"transferIdentifier": "bb64ac42-6647-4c80-8f4d-2a9681dcd277",
"transferInvoiceIdentifier": "TN4ZVyYquE2rFJKm99ZZXg==",
"transferInvoiceGuid": "5719de4c-2a26-4db8-ab14-92a6f7d6595e",
"attachedToInvoice": 4,
"transferType": 1,
"supplierIdentifier": "5YjObb5WZUS29RQuHjbsmg==",
"supplierIdentifierGuid": "6dce88e5-56be-4465-b6f5-142e1e36ec9a",
"description": "sample string 5",
"rows": 1,
"cartons": 1,
"units": 1,
"sentCount": 1,
"sent": "2026-04-03T06:19:59.8946156",
"sentLocal": "2026-04-03T06:19:59.8946156",
"sentByUser": "sample string 6",
"lastSentStatus": 1,
"cancelled": "2026-04-03T06:19:59.8946156",
"cancelledLocal": "2026-04-03T06:19:59.8946156",
"cancelledByUser": "sample string 7",
"shipped": "2026-04-03T06:19:59.8946156",
"shippedLocal": "2026-04-03T06:19:59.8946156",
"shippedByUser": "sample string 8",
"stockReceived": "2026-04-03T06:19:59.8946156",
"stockReceivedLocal": "2026-04-03T06:19:59.8946156",
"stockReceivedByUser": "sample string 9",
"stockReceiveInventorySetting": 10,
"received": "2026-04-03T06:19:59.8946156",
"receivedLocal": "2026-04-03T06:19:59.8946156",
"completed": "2026-04-03T06:19:59.8946156",
"completedLocal": "2026-04-03T06:19:59.8946156",
"updated": "2026-04-03T06:19:59.8946156",
"updatedLocal": "2026-04-03T06:19:59.8946156",
"dueDate": "2026-04-03T06:19:59.8946156",
"warehouseNote": "sample string 11",
"warehouseRef": "sample string 12",
"pdeSerialNumber": "sample string 13",
"tradingPartner": 1,
"orderType": "sample string 1",
"orderTypeDescription": "sample string 2",
"stateCode": "sample string 16",
"mailCarbonCopy": true,
"mailTo": "sample string 18",
"mailBcc": "sample string 19",
"mailReplyTo": "sample string 20",
"liquor": true,
"summary": "sample string 22",
"notes": "sample string 23",
"supplierNotes": "sample string 24",
"receiptEmailSent": true,
"receiptEmailSentId": "sample string 26",
"receiptEmailSentStatus": "sample string 27",
"transportCompanyGuid": "/6XYGnUrpk2YFWLpKtfDPQ==",
"transportCompanyIdentifier": "1ad8a5ff-2b75-4da6-9815-62e92ad7c33d",
"autoOrder": 28,
"hostIdentifier": "38SkEJHItES9dTAzQb8Gkw==",
"hostIdentifierGuid": "10a4c4df-c891-44b4-bd75-303341bf0693",
"defaultOrderDocumentId": 1,
"defaultStockReceiveDocumentId": 1,
"temperature": 1.1,
"temperatureScale": 29,
"rating": 30,
"lastOrderEmailSentId": "sample string 31",
"lastOrderEmailSentStatus": "sample string 32",
"deleted": "2026-04-03T06:19:59.8946156",
"deletedByUser": "sample string 33",
"autoOrderGuid": "DZIvZORGW0eoT+XxDD4wpQ==",
"autoOrderIdentifier": "642f920d-46e4-475b-a84f-e5f10c3e30a5",
"autoOrderHeader": {
"$id": "113",
"autoOrderGuid": "gaFQJ2CFvUiVPT+aC9/jtw==",
"autoOrderIdentifier": "2750a181-8560-48bd-953d-3f9a0bdfe3b7",
"orderGuid": "uOREo3hWCUeeTqskn3beAA==",
"orderIdentifier": "a344e4b8-5678-4709-9e4e-ab249f76de00",
"created": "2026-04-03T06:19:59.8946156",
"orderID": 1,
"storeID": 1,
"orderDate": "2026-04-03T06:19:59.8946156",
"supplierIdentifier": "1YtfBqtC9EebEmw77fX21g==",
"supplierIdentifierGuid": "065f8bd5-42ab-47f4-9b12-6c3bedf5f6d6",
"orderStatus": 1,
"tradingPartner": 1,
"simpleAWS": 2,
"defaultMPL": 3,
"investmentBuy": true,
"storeName": "sample string 5",
"supplierName": "sample string 6",
"description": "sample string 7",
"orderType": "sample string 8",
"mailTo": "sample string 9",
"mailBcc": "sample string 10",
"notes": "sample string 11",
"transportCompanyGuid": "3G8knkiY30yPSzcfz/MQ4A==",
"transportCompanyIdentifier": "9e246fdc-9848-4cdf-8f4b-371fcff310e0",
"store": {
"$ref": "2"
},
"supplier": {
"$ref": "7"
},
"orderCycle": {
"$id": "114",
"id": 1,
"autoOrderGuid": "HdJlr3mxekSARbHNPRnlcA==",
"autoOrderIdentifier": "af65d21d-b179-447a-8045-b1cd3d19e570",
"cutOffDate": "2026-04-03T06:19:59.8946156",
"deliveryDate": "2026-04-03T06:19:59.8946156",
"daysBuffer": 3,
"nextCutOffDate": "2026-04-03T06:19:59.8946156",
"nextDeliveryDate": "2026-04-03T06:19:59.8946156",
"nextDaysBuffer": 5
},
"details": [
{
"$id": "115",
"autoOrderGuid": "2MxBWWifBkK56V5kM6ZrYA==",
"autoOrderIdentifier": "5941ccd8-9f68-4206-b9e9-5e6433a66b60",
"pluG_UID": "T1+xJykXckSSA6IbmCMAZg==",
"pluGuid": "27b15f4f-1729-4472-9203-a21b98230066",
"orderCartons": 1,
"orderUnits": 1,
"orderWeight": 1,
"processedCartons": 1,
"processedUnits": 1,
"processedWeight": 1,
"cartons": 1,
"units": 1,
"weight": 1,
"status": 1,
"bestDealCartonCost": 1.1,
"bestDealDays": 1,
"lastDealDays": 1,
"normalCartonCost": 1.1,
"currentDealCartonCost": 1.1,
"investmentCartons": 1,
"investmentUnits": 1,
"investmentWeight": 1,
"investmentSavedAmt": 1.1,
"investmentBuyEndDate": "2026-04-03T06:19:59.8946156",
"investmentBuyStatus": 2,
"processed": "2026-04-03T06:19:59.8946156",
"product": {
"$ref": "12"
},
"orderCode": "sample string 3",
"directIndicator": "sample string 4",
"cycle": {
"$ref": "100"
},
"dayWeighting": {
"$id": "116",
"sunday": 1.1
},
"inventory": {
"$id": "117",
"inventoryGuid": "vJv9bB4j+kWmGOqYJiFQQw==",
"inventoryIdentifier": "6cfd9bbc-231e-45fa-a618-ea9826215043",
"created": "2026-04-03T06:19:59.8946156",
"createdLocal": "2026-04-03T06:19:59.8946156",
"onHand": 4,
"onHandPacks": 5,
"onOrder": 6,
"onOrderPacks": 7,
"accuracy": 8,
"updated": "2026-04-03T06:19:59.8946156",
"history": [
{
"$id": "118",
"inventoryGuid": "g5iMVmfxN0aMoHmaikAvPA==",
"inventoryIdentifier": "568c9883-f167-4637-8ca0-799a8a402f3c",
"pluG_UID": "LJ+AXXSoIUWlF4ngGOOaJQ==",
"pluIdentifier": "5d809f2c-a874-4521-a517-89e018e39a25",
"inventoryReason": 3,
"inventoryInvoiceGuid": "G/4Y2AotPkO9za0S+d/3ew==",
"invoiceIdentifier": "d818fe1b-2d0a-433e-bdcd-ad12f9dff77b",
"operatorGuid": "p3MQcbQPVkSE8eyDOPejyA==",
"operatorIdentifier": "711073a7-0fb4-4456-84f1-ec8338f7a3c8",
"stocktakeGuid": "JqF/e4I25Ey8SM0trbCuDg==",
"stocktakeIdentifier": "7b7fa126-3682-4ce4-bc48-cd2dadb0ae0e",
"orderGuid": "mR/oBpCD8UqOI3tkupQwQA==",
"orderIdentifier": "06e81f99-8390-4af1-8e23-7b64ba943040",
"saleHeaderGuid": "VuaVEGJXyUO94NGKW/0otA==",
"saleHeaderGuidIdentifier": "1095e656-5762-43c9-bde0-d18a5bfd28b4",
"dumpStockID": 1,
"fuelDeliveryID": 1,
"creditNoteIdentifier": "W3qofvmAwUaJ6Aq4wdoy7Q==",
"creditNoteGuid": "7ea87a5b-80f9-46c1-89e8-0ab8c1da32ed",
"inventorySourceGuid": "RQYz3FQ6zEq+l3W5JQ6T6w==",
"inventorySourceIdentifier": "dc330645-3a54-4acc-be97-75b9250e93eb",
"createdLocal": "2026-04-03T06:19:59.8946156",
"baseUnits": 4,
"unitsPerCarton": 5,
"unitsPerCartonWeighted": true,
"counted": 7,
"countedPacks": 8,
"open": 1,
"movementQty": 9,
"close": 1,
"openPacks": 1,
"movementQtyPacks": 10,
"closePacks": 1,
"accuracy": 1,
"manual": 11,
"user": "sample string 12",
"updated": "2026-04-03T06:19:59.8946156",
"createdLocalTime": "2026-04-03T06:19:59.8946156",
"storeID": 14,
"barcode": "sample string 15",
"directCode": "sample string 16",
"productName": "sample string 17",
"salesMode": 18,
"orderPacked": 19,
"invoice": {
"$id": "119",
"inventoryInvoiceGuid": "ZXuVRFFIPEOtAH1AbY1qbQ==",
"invoiceIdentifier": "44957b65-4851-433c-ad00-7d406d8d6a6d",
"inventoryGuid": "eKX2f1ybn0COcWE9Sj9KlQ==",
"inventoryIdentifier": "7ff6a578-9b5c-409f-8e71-613d4a3f4a95",
"supplierIdentifier": "8381VcHsNkyxxwjeMcxYdw==",
"supplierGuid": "55357ff3-ecc1-4c36-b1c7-08de31cc5877",
"orderGuid": "7S87w03/n0KX7eXlIjeLtA==",
"orderIdentifier": "c33b2fed-ff4d-429f-97ed-e5e522378bb4",
"invoiceHeaderIdentifier": "RoYyQJy1MECRBDtcRRxZHg==",
"invoiceHeaderGuid": "40328646-b59c-4030-9104-3b5c451c591e",
"created": "2026-04-03T06:19:59.8946156",
"ordered": "2026-04-03T06:19:59.8946156",
"storeID": 1,
"bestOrExpire": "2026-04-03T06:19:59.8946156",
"bestOrExpireType": 1,
"units": 1,
"weight": 1,
"received": "2026-04-03T06:19:59.8946156",
"cost": 1,
"totalCost": 1,
"freightCost": 1,
"inStock": 1,
"pluG_UID": "V2VQU7NLuEWvbdJQ9FDUuQ==",
"pluGuid": "53506557-4bb3-45b8-af6d-d250f450d4b9",
"orderInventoryGuid": "fNntjSYzf0K9bpynYL1njA==",
"orderInventoryIdentifier": "8dedd97c-3326-427f-bd6e-9ca760bd678c",
"supplier": {
"$ref": "7"
},
"inventoryUnits": [
{
"$id": "120",
"invoiceItemNo": 1,
"inventoryInvoiceGuid": "BHX8GWW4b0m1CovnNw9IGg==",
"invoiceIdentifier": "19fc7504-b865-496f-b50a-8be7370f481a",
"inventoryGuid": "v69cFtEiukaEZeOpWRqgXA==",
"inventoryIdentifier": "165cafbf-22d1-46ba-8465-e3a9591aa05c",
"serialNumber": "sample string 3",
"sold": "2026-04-03T06:19:59.8946156",
"saleItemID": 1,
"storeID": 1,
"returned": "2026-04-03T06:19:59.8946156",
"dumped": 1,
"saleHeaderID": 1
},
{
"$ref": "120"
}
]
},
"invoiceHeaderIdentifier": "4qsyA4NpbU2Ps//w2ADizg==",
"invoiceHeaderGuid": "0332abe2-6983-4d6d-8fb3-fff0d800e2ce",
"invoiceNumber": "sample string 20",
"invoiceCost": 1,
"invoiceCostDecimals": 1,
"orderNumber": 1,
"orderReceivingStoreName": "sample string 21",
"orderSendingStoreName": "sample string 22",
"creditNoteID": 1,
"reason": {
"$id": "121",
"id": 1,
"name": "sample string 1",
"allowRF": 2,
"dumpStock": 3,
"creditRequest": 4,
"excludeFromLoss": 5,
"reserved": 6,
"updated": "2026-04-03T06:19:59.8946156"
},
"reasonName": "sample string 23",
"operatorName": "sample string 24",
"operatorNumber": "sample string 25",
"stocktakeName": "sample string 26",
"saleIdentifier": "sample string 27",
"saleHeaderID": 1,
"inventoryAfterCounted": true,
"inventorySetStock": true,
"externalId": "sample string 30",
"apn": "sample string 31",
"deptCode": "sample string 32"
},
{
"$ref": "118"
}
],
"products": [
{
"$ref": "12"
},
{
"$ref": "12"
}
],
"lastInvoiceCost": 1
},
"aws": 5.0,
"explanations": [
{
"$id": "122",
"pluG_UID": "DVJqxnh/yUqTBZXuf1+fRw==",
"pluGuid": "c66a520d-7f78-4ac9-9305-95ee7f5f9f47",
"consolidatedSales": {
"$id": "123",
"1": {
"$id": "124",
"discountPercentage": 1,
"days": 2,
"quantity": 3.1,
"aws": 3.1,
"cartonQuantity": 4.1,
"lowQuality": true
},
"2": {
"$ref": "124"
}
},
"dailyPrices": {
"$id": "125",
"2026-04-03T06:19:59.8946156": {
"$id": "126",
"date": "2026-04-03T06:19:59.8946156",
"salePrice": 1,
"campaign": "sample string 2",
"campaignDescription": "sample string 3",
"combo": true,
"comboPriceGroupG_UID": "kFA4Xr7NCkeAaStsNmTESg==",
"comboPriceGroupGuid": "5e385090-cdbe-470a-8069-2b6c3664c44a"
}
},
"onHandPredictions": [
{
"$id": "127",
"autoOrderGuid": "ifN+BM2TYEu8qK2H28NwIQ==",
"autoOrderIdentifier": "047ef389-93cd-4b60-bca8-ad87dbc37021",
"pluG_UID": "wMMQC/ZiTkeiVcW8L/as9g==",
"pluGuid": "0b10c3c0-62f6-474e-a255-c5bc2ff6acf6",
"childPLUG_UID": "/Lx9R4xf5kagKfG8UHi/XQ==",
"childPluGuid": "477dbcfc-5f8c-46e6-a029-f1bc5078bf5d",
"date": "2026-04-03T06:19:59.8946156",
"normalPrice": 2.0,
"salePrice": 3.0,
"discountPercentage": 4,
"discountPercentageActual": -50,
"predictedQuantity": 5.1,
"campaign": "sample string 6",
"campaignDescription": "sample string 7",
"lowQuality": true,
"investmentBuy": true,
"buffer": 10,
"boostDays": 11
},
{
"$ref": "127"
}
],
"predictions": [
{
"$ref": "127"
},
{
"$ref": "127"
}
],
"product": {
"$ref": "12"
}
},
{
"$ref": "122"
}
],
"supplierOrderingDetail": {
"$ref": "10"
},
"manufacturerSupplier": "018f3db0-1f5d-4523-b2d1-987a3df4543b",
"cartonQuantity": 1,
"sellPrice": 1,
"cost": 1,
"costDecimals": 1,
"bufferDays": 6,
"boostDays": 7
},
{
"$ref": "115"
}
],
"boosts": [
{
"$id": "128",
"autoOrderGuid": "Y85yDhYCMkKkvrXs2q8zhA==",
"autoOrderIdentifier": "0e72ce63-0216-4232-a4be-b5ecdaaf3384",
"date": "2026-04-03T06:19:59.8946156",
"boost": 2
},
{
"$ref": "128"
}
]
},
"supplierName": "sample string 34",
"supplierStoreID": 1,
"supplierCartonsOnly": true,
"supplierEnforceMinimumQuantity": true,
"supplierMinimumOrderValue": 1,
"storeName": "sample string 37",
"orderCode": {
"$id": "129",
"code": "sample string 1",
"description": "sample string 2"
},
"store": {
"$ref": "2"
},
"supplier": {
"$ref": "7"
},
"totalCostInc": 38.0,
"totalPickedCostInc": 39.0,
"totalReceivedCostInc": 40.0,
"total": {
"$id": "130",
"orderGuid": "xpWDOeqhwUKb7KI+Zyt42g==",
"orderIdentifier": "398395c6-a1ea-42c1-9bec-a23e672b78da",
"supplierIdentifier": "Wx4/kpBUVUCEpRym9h5iAw==",
"supplierGuid": "923f1e5b-5490-4055-84a5-1ca6f61e6203",
"records": 1,
"cartons": 2.1,
"cartonQuantity": 3,
"weight": 4,
"costInc": 5,
"sellInc": 6,
"costGST": 7,
"sellGST": 8,
"pickedCostInc": 9,
"pickedSellInc": 10,
"receivedRecords": 11,
"receivedWeight": 1,
"receivedCartons": 1,
"receivedCartonQuantity": 1,
"receivedUnits": 1,
"receivedSellInc": 12,
"receivedCostInc": 13,
"receivedCostGST": 14,
"receivedSellGST": 15,
"investmentBuyRecords": 16,
"investmentBuyCartons": 17.1,
"investmentBuyCartonQuantity": 18,
"investmentBuyWeight": 19,
"investmentBuyCostInc": 20,
"investmentBuySellInc": 21,
"investmentBuyCostGST": 22,
"investmentBuySellGST": 23,
"investmentBuySavedAmount": 24.1
},
"details": [
{
"$id": "131",
"id": 1,
"orderGuid": "K2/oc6Ptq0au04WXepkF0Q==",
"orderIdentifier": "73e86f2b-eda3-46ab-aed3-85977a9905d1",
"pluG_UID": "AxFilmdPtkObU/d2gDKAAw==",
"pluGuid": "96621103-4f67-43b6-9b53-f77680328003",
"created": "2026-04-03T06:19:59.8946156",
"apn": "sample string 1",
"itemNumber": "sample string 2",
"directNumber": "sample string 3",
"directIndicator": "sample string 4",
"salesMode": 1,
"orderByWeight": true,
"sellPrice": 1,
"inventoryFixed": true,
"hasInventory": true,
"inventoryAccuracy": 8,
"onOrder": 1,
"onOrderPacks": 1,
"onHand": 1,
"onHandPacks": 1,
"doNotRange": true,
"doNotOrder": true,
"cost": 1,
"costDecimals": 1,
"pickedCost": 1,
"pickedCostDecimals": 1,
"averagePackSize": 11.0,
"cartonQuantity": 1,
"cartons": 1,
"units": 1,
"weight": 1,
"pickedCartons": 1,
"pickedUnits": 1,
"pickedWeight": 1,
"shippedCartons": 1,
"shippedUnits": 1,
"shippedWeight": 1,
"receivedCartons": 1,
"receivedCartonQuantity": 1,
"receivedTun": "sample string 12",
"receivedUnits": 1,
"receivedWeight": 1,
"received": 1,
"status": 13,
"substituteG_UID": "VjLwnKBPCUmIjhAmfuONiA==",
"substituteGuid": "9cf03256-4fa0-4909-888e-10267ee38d88",
"warehousePLUG_UID": "xCr9Qeva8UyF4ulx0mgyMA==",
"warehousePluGuid": "41fd2ac4-daeb-4cf1-85e2-e971d2683230",
"updated": "2026-04-03T06:19:59.8946156",
"increment": true,
"description": "sample string 15",
"product": {
"$ref": "12"
},
"unknownScan": {
"$id": "132",
"pluG_UID": "BqOH+c6mK06v4I9BRWamiQ==",
"pluGuid": "f987a306-a6ce-4e2b-afe0-8f414566a689",
"orderGuid": "WDQYwFzukUSKF3/h73e9Iw==",
"orderIdentifier": "c0183458-ee5c-4491-8a17-7fe1ef77bd23",
"barcode": "sample string 3",
"created": "2026-04-03T06:19:59.8946156",
"assigned": true
},
"unknownScanItem": true,
"substitute": {
"$ref": "12"
},
"warehouseProduct": {
"$ref": "12"
},
"lookup": {
"$id": "133",
"pluG_UID": "PhuQhotVwE+X25zou/MYGQ==",
"pluGuid": "86901b3e-558b-4fc0-97db-9ce8bbf31819",
"inventoryGuid": "9haowJB+l0+OM5bbup/Hyw==",
"inventoryIdentifier": "c0a816f6-7e90-4f97-8e33-96dbba9fc7cb",
"averageWeeklySales": 1.0,
"promotionalAverageWeeklySales": 1.0,
"inventoryAverageWeeklySales": 1.0,
"inventoryPromotionalAverageWeeklySales": 1.0,
"onHand": 1,
"onHandPacks": 1,
"onOrder": 1,
"onOrderPacks": 1,
"accuracy": 1,
"lastOrdered": "2026-04-03T06:19:59.8946156",
"lastOrderQuantity": 1.1,
"lastReceived": "2026-04-03T06:19:59.8946156",
"lastReceivedQuantity": 1.1,
"lastInvoiceStatus": 1
},
"productOrderingDetail": {
"$ref": "10"
},
"dealCost": {
"$ref": "94"
},
"nextCost": {
"$ref": "94"
},
"lastChance": true,
"holdOff": 18,
"holdOffDate": "2026-04-03T06:19:59.8946156",
"orderHeader": {
"$ref": "112"
},
"invoiceDetail": {
"$id": "134",
"identifier": "sazdxnhKykuyLv5vVFgVww==",
"identifierGuid": "c6ddacb1-4a78-4bca-b22e-fe6f545815c3",
"headerIdentifier": "q0cdt90cQEqzg3hcV2yKKA==",
"headerIdentifierGuid": "b71d47ab-1cdd-4a40-b383-785c576c8a28",
"pluG_UID": "iLwBVWSY4U26GK+gwoVviQ==",
"pluGuid": "5501bc88-9864-4de1-ba18-afa0c2856f89",
"pageNo": 1,
"lineNo": 1,
"itemOrdered": "sample string 1",
"itemShipped": "sample string 2",
"apn": "sample string 3",
"barcode": "sample string 4",
"prodStatus": 0,
"dateAvailable": "2026-04-03T06:19:59.8946156",
"commodity": "sample string 5",
"supplier": "sample string 6",
"itemDesc": "sample string 7",
"itemType": 48,
"investmentBuyInd": "A",
"orderType": "sample string 8",
"cartonQty": 1,
"cartonQuantitySpecified": true,
"soldByWeight": true,
"orderByWeight": true,
"unitsOrdered": 1,
"unitsSupplied": 1,
"unitsReceived": 1,
"weightOrdered": 1,
"weightShipped": 1,
"weightReceived": 1,
"unitSpecified": 11,
"wholesalePrice": 1,
"extWholesalePrice": 1,
"normalPrice": 1,
"retailPrice": 1,
"pricingUnit": "sample string 12",
"claimFlag": "A",
"gstRate": 1,
"gstAmount": 1,
"extGstAmount": 1,
"deliWeight": 1,
"marginAmount": 1,
"extMarginAmount": 1,
"costAmount": 1,
"orderedCostAmount": 1,
"extCostAmount": 1,
"costIncSpecified": true,
"freightAmount": 14,
"freightGstAmount": 15,
"extFreightAmount": 16,
"extFreightGstAmount": 17,
"costDecimals": 18,
"wetRate": 1,
"containerDeposit": 1,
"basePrice": 1,
"wetValue": 1,
"deliveryFee": 1,
"casePrice": 1,
"wholesaleExt": 1,
"wetExt": 1,
"totalLitres": 1,
"tun": "sample string 19",
"applyDetails": true,
"applySell": true,
"applyCost": true,
"applyOr": true,
"applyQty": true,
"itemNumber": "sample string 20",
"directNumber": "sample string 21",
"itemSize": "sample string 22",
"costGst": 1,
"sellGst": 1,
"costOr": 1,
"sellOr": 1,
"marginOr": 1,
"grossProfit": 1.0,
"sell": 1,
"cartonCost": 1,
"currentCost": 1,
"costID": "A",
"costStart": "2026-04-03T06:19:59.8946156",
"costEnd": "2026-04-03T06:19:59.8946156",
"createdFromUnknownScan": true,
"orderGuid": "dDNTCHZ8/0i1Z3SlGXeEGQ==",
"orderIdentifierGuid": "08533374-7c76-48ff-b567-74a519778419",
"processed": true,
"received": true,
"inventoried": true,
"fromElectronicInvoice": true,
"allowDelete": true,
"updated": "2026-04-03T06:19:59.8946156",
"invoiceNo": "sample string 28",
"hasInventory": true,
"existingCost": 30.1,
"existingSell": 31.1,
"futureCost": 1.1,
"futureSell": 1.1,
"nextSell": 1.1,
"nextSellCampaignName": "sample string 32",
"nextSellCampaignDescription": "sample string 33",
"unknownScan": {
"$id": "135",
"pluG_UID": "et7QvtvfFESk07KlHc+MJg==",
"pluGuid": "bed0de7a-dfdb-4414-a4d3-b2a51dcf8c26",
"invoiceIdentifier": "WW47Hfs88kiQYS4I8UFKeQ==",
"invoiceGuid": "1d3b6e59-3cfb-48f2-9061-2e08f1414a79",
"barcode": "sample string 3",
"itemNumber": "sample string 4",
"created": "2026-04-03T06:19:59.8946156"
},
"productActive": true,
"productSalesMode": 35,
"productGSTPercent": 36,
"productCostCalcMethod": 37,
"productAlwaysApplyMargin": true,
"productMarginRanged": true,
"productMargin": 1.1,
"productMinimumMargin": 1.1,
"productMaximumMargin": 1.1,
"priceGroupG_UID": "WesSaYzCO065J6X8UfCSvg==",
"priceGroupGuid": "6912eb59-c28c-4e3b-b927-a5fc51f092be",
"priceGroupName": "sample string 40",
"priceGroupCode": "sample string 41",
"product": {
"$ref": "12"
},
"incrementCount": true,
"minimumQuantity": 1,
"randomWeight": true,
"salesMode": 43,
"cartons": 1,
"weight": 1,
"units": 1,
"autoOrderStatus": 1,
"invoiceDetailReceive": true
},
"autoOrderDetail": {
"$ref": "115"
},
"costGSTPercent": 1,
"orderDetailReceive": true,
"isBackedUp": true,
"backupWarehouseIndicator": "sample string 21",
"backupOrderCode": "sample string 22"
},
{
"$ref": "131"
}
],
"unknownScans": [
{
"$ref": "132"
},
{
"$ref": "132"
}
],
"transportCompany": {
"$id": "136",
"identifier": "gZrz3NjjKUiBqQ77pbNcow==",
"identifierGuid": "dcf39a81-e3d8-4829-81a9-0efba5b35ca3",
"companyName": "sample string 1",
"abn": "sample string 2",
"address1": "sample string 3",
"address2": "sample string 4",
"telephone": "sample string 5",
"primaryContactGuid": "OaG3jhqRtk242iHzfLT5yA==",
"primaryContactID": "8eb7a139-911a-4db6-b8da-21f37cb4f9c8",
"primaryContact": {
"$ref": "8"
}
},
"isMetcashSorted": true,
"backupOrderType": "sample string 42",
"backupOrderTypeDescription": "sample string 43",
"backupTradingPartner": 1,
"backupHostIdentifier": "f5f335d0-96ea-46b1-adc6-9db0ec8df495"
},
"details": [
{
"$ref": "134"
},
{
"$ref": "134"
}
],
"orderStatus": 1,
"processLockedInvoice": true
}
application/xml
Sample not available.
text/xml
Sample not available.
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
PK �2�\�NB� 5 xl/workbook.xml � (� ����0��&�C�p�T��x��}��6Ж�5��$���~;�`l�4�e�i�ڜ���U����I�]c�B�}�iYQi��"���'`�C/�vB��ϴX����D^u3J�Լ�n��fI��d0����`�o*�`�Ť�FE9/�#g�s�s~�̦2��s�е��$J.'��WX���PK �2�\���� � [Content_Types].xml � (� ���J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
�2�\���' ' _rels/.rels � (� <?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="Rdb1534731b38448d" /></Relationships>PK �2�\��SC �3 xl/worksheets/sheet1.xml � (� ��[s9��
���Zǔ�a�|�l��ޱ6���M
H�?�k0
3M�s���V3z��j�����������b9�ߟu�������zv��|�su�[�~q�0_����NW�_>Y�oW�OF�����n���?����f�����o�����j�t~��nz���h1�>Y�W-og?���l��Z�XL'כW�����n2�^�]�0���������O�Of8]�m��̦����z*���������|�6�����ͷX��7���W��/��o�+T�m�\Ϳ/7�fk톃����f[���୵*��pp�s���}�>�,���v�ٍ�P
�Z�ho��a;v�S��������8�o[y�����hT̏w��n?�WAY�s7 �+��o�����ű*hL�L~|؎'�;n�����SVi�|���i;>����f�!��f �雁���7�m���v'2� >��O�
-�\P4:�����{���b�Υ�1����}߁Pԩ�;bѴXT��\p�
|!�h�,�J��nv�Y��hz�`�E}3��âN1�� ��������]b��i6Ģi��*�� )
�D,���`� X�<�J�@,�ξ�$%k� �P�EP=)���%�`Is7��"���%�]� �`�f a� �ʠ����ۂ���)�x0`bH����"�P� D8>�#V�P�=��T�'��<�K�H(Bꩤ%�ꛁX��ob���-1i�2iwgľLZbҺ��I۷T[b҆��I{n�}K�#&]�I��C��xUJ@H�N���[hm�.����3��;D<��Ca�q��k!�+0��bRP�:Ig�Bj��4�>]85�]�r�����
�A���#VH��X�Ciބ����&&��ļ A�N|{O�yu�Hb���[�N�cN����M��p�=1�M-�Mւ�:������H}0�toJ�.1�[۠�������v��
�ʀ�u�����Z���1���ڹ��R%%�A�:��z~}�+��<!�S{)Rt�(� ��]G �j��v�@V"�A����:��L{!�u�Y�P^�@@�S�l�� [�1V�GU�S ����*j(o��@����(��2��@��܄v��ts,o
�@���*�r��!u+n(hlb��H$�n�lqGƆ�ᩢtE$�n=�3����ʑP����4��\U"���!�pW�?ق���������5UG�@H��ވ^JN���G�HHF������1�HHƓow}oq"���+�XL����`pk�[��*&b1�YtX]�!��Z�H�PL{��pO�i@Jؾ�&A(�=��TJ)l�A
;s"�� ��
$�[��%S�#Bt�ΔŴGѨ�i<�죓
r�=���� ��d5�8[���c̿�T���懋��p9�8�u��F��c���ݍh#L7��at#�F�n��a��F<?��݈����0"v#^F�n�kA1&�!���Va��B���&�!�)�Qa�~B��!L��BS�O�6��!���Ua��Oa��%�0u�B���`B���o-� \V4L�Z0#0�k���4�C�, L�Z0%0�k���u� \g���u� \g���u�i�;-�Y���:��\g����,8�r��Z���Q�uLj�K-�Y���:>uL��S�t>uL��S�t>uL��S�tKe��<|��c����<|��iB��:>�\g����,��s��z���S�u|�O=�Y��:>
\g����,�4p�������u|�O�Y�i`:7�Oӹ|����tn�F~>|����tn�F�s#�42���tn�F�����u|�O�Y�i�:>M\g����,�4q�����#l�vݖ�w[�p\�S��i �ْ<+�ĥ���a�Vl�^H1l�^J1lR���h���ho�f��R����}{�x��AJ���c;��Z��x�1���')����t��t|���cR��:��F����;��z@u-X�0�9&Hr+?(vռ˯/s����/jɫ��~��ѥ|ƒM�UB-��_&ԒQ�uB-9�_(�� ~�PK��
�G)���Z1)����1)�;�?��bs����=��t\��s��ç���r;��w�繡/rs���|)?���
}�{�6��]�������s����N����#�<:�� �;��A㯹W�`�3�8g�&g�&g�&g�&g�&g�&W���M��F<��@*<�n��
�mr�h��ïN����F*8��
�Y��m��m{�Q�ס���z����W������չ�?PK �2�\ԇ� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞8i�4��ݰa[z��=��&vd�@�Ƃ#q�"A"�`��h~OO��|����Ɓ����-Y��t��]���m7{0��`�)��bC&���
�27�M���1����v�Wy^s?g������CtZ���<�d�`���)�쀾���O)�k(�D��Z��Zӽ��Z�M ��L-��@���;��HYhѬu-+My���AO�9�t�Ӽ�P;�D��\�U��j|��/PK �2�\Ѓc'2 E
xl/styles.xml � (� �S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v �F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}� ��LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK �2�\��
�{ � xl/sharedStrings.xml � (� �Ymo�6�|�>ǒ,����l
8/����‣��ͮ,�$�MZ�ߐ�lY��X �<�p��pȽ��}��ހ��˾{��{��,������|;��{B�4" K������˅��������·C�`O�� E$f|O$~��PdH$v r�=Ǚ����^��T��Ѩ��S�G����/��*�TҘ��/C%m"_s5эdV˦����G�ejN�ɳ,� ۍ�#l��[4Y�C�n١�Z�� 5�A��M�@6�Hzݱ\��f�pta��)���%��h F4J��Nj0��E6ܧT<d���D�g�7�U��h��x�wل���s!����jKK, �{SC3� B�o=� �^�y�$�y�����G��9���sh'��M������L���K�I� �X��tt��\qe8�d��>��.�{;'��l|a�����Fr0wh�9��G&�9��ܔ���1�F��0{�RC�'&��Y��q��+���$1�[I�k`�K1�`O�[0|��)IC� UN�L�������3y7r��lv���^9ɚ�W!����Q�\.!����2tAQ�h�6�ߨu�h�!-a+VY�+�.���B�+��! ���w�g�I|Gd�{�?r�-�5�cF�S
ڄ�4�DTk�mI��9��P���S�He��B��ܐ�r*�JfU��v%�XU�hԮU�V�5�ޮX�m��)A�"R�V%�R��"���t�<�B8Uyo-�m������2n,P���G�Bb��
D�����������!�g�9��q��`>�Nq<�8����ܑ�&�Jh$@<v'�t��d�O��`�F���w�x6rCS���[&�J쭱l{��S��O>�
wO�����s�u;p�(ej��R�P��kDl��ALp�dz12 �L�C� f�h�̀�svD����
�E�X�����&^O��x��:�3r:���:����u)�����ղw�s��~�;����J�Bt�`%��@N��}�8ѯxc6T6;l4TAFY��<�
��z��+d5�u��Bwh&
�%�0�+Q���tEx �@�5�3P�Q����WN q���n���k�:TU�UE��e��.QIu+Z
oYRD�1]N���:��{F� �{�<�T�82�*�WG�i��P�����p4�oқ�����wuWj��^ }��ɮ��M/���m��^Sa�bq���t�cHY�㼒���'y�x/v$݂X��nӚ_!U
$�T�I ���?A7�l�L�z3՝����2����3�x!�A'M�9BݪqT��y�3O��`�`0�L�p��J�LC��.��thZ�Po �-y�Y5����2/&y�����U�������oz�[G�)����;���h���_�:G[7mTl*��w�sՀ*��C�DOqh�V�
�בY���|�'��2��2�9���a���;���z�PҢ���C�$u��d�4I0�v�$���B��2��uK�i\��J����g�7�Ǔi��. :�X��ڹIQ�C����M��O�q�A_i,�G���-!�Wa_{�o�$T%cI�V�_t��m�:zg����j�Яřw��Jc�8ڭ'���� �cEp���uffX'�1b�waN�����=��k��YC�U�M�0�����I@��y�rP1�*�:�tG��X,���5� ���)\TP�O��u�v\P��}Q�m|� U��DE���GǠZ�5��7ͣ�@�s�h2E���7zK��#�"#!\�3\6�7�7bu������.�O�� &?�����1�/��2t�{F��'-����0�qvs�8�tş�o��/X����y�[�����q��\^�E��xM����B�/�PK- �2�\�NB� 5 xl/workbook.xmlPK- �2�\���� � [Content_Types].xmlPK-
�2�\���' ' V _rels/.relsPK- �2�\��SC �3 � xl/worksheets/sheet1.xmlPK- �2�\ԇ� P W
xl/_rels/workbook.xml.relsPK- �2�\Ѓc'2 E
� xl/styles.xmlPK- �2�\��
�{ � xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
PK �2�\�b^�� 5 xl/workbook.xml � (� ����0��&�C��H�$8q����[�H����[ �x�3;��T�������ф��T��J�B/QC8Y�&��b��ɬ����o�&�<ˮ��QY�r���X�y�!HĨ��A��Ts���),2[��$l
��T����Ek�BJ�6��L�/U�+r�����9��;�b���PK �2�\���� � [Content_Types].xml � (� ���J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
�2�\gi�' ' _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="R6bf57b60d6b642b2" /></Relationships>PK �2�\��SC �3 xl/worksheets/sheet1.xml � (� ��[s9��
���Zǔ�a�|�l��ޱ6���M
H�?�k0
3M�s���V3z��j�����������b9�ߟu�������zv��|�su�[�~q�0_����NW�_>Y�oW�OF�����n���?����f�����o�����j�t~��nz���h1�>Y�W-og?���l��Z�XL'כW�����n2�^�]�0���������O�Of8]�m��̦����z*���������|�6�����ͷX��7���W��/��o�+T�m�\Ϳ/7�fk톃����f[���୵*��pp�s���}�>�,���v�ٍ�P
�Z�ho��a;v�S��������8�o[y�����hT̏w��n?�WAY�s7 �+��o�����ű*hL�L~|؎'�;n�����SVi�|���i;>����f�!��f �雁���7�m���v'2� >��O�
-�\P4:�����{���b�Υ�1����}߁Pԩ�;bѴXT��\p�
|!�h�,�J��nv�Y��hz�`�E}3��âN1�� ��������]b��i6Ģi��*�� )
�D,���`� X�<�J�@,�ξ�$%k� �P�EP=)���%�`Is7��"���%�]� �`�f a� �ʠ����ۂ���)�x0`bH����"�P� D8>�#V�P�=��T�'��<�K�H(Bꩤ%�ꛁX��ob���-1i�2iwgľLZbҺ��I۷T[b҆��I{n�}K�#&]�I��C��xUJ@H�N���[hm�.����3��;D<��Ca�q��k!�+0��bRP�:Ig�Bj��4�>]85�]�r�����
�A���#VH��X�Ciބ����&&��ļ A�N|{O�yu�Hb���[�N�cN����M��p�=1�M-�Mւ�:������H}0�toJ�.1�[۠�������v��
�ʀ�u�����Z���1���ڹ��R%%�A�:��z~}�+��<!�S{)Rt�(� ��]G �j��v�@V"�A����:��L{!�u�Y�P^�@@�S�l�� [�1V�GU�S ����*j(o��@����(��2��@��܄v��ts,o
�@���*�r��!u+n(hlb��H$�n�lqGƆ�ᩢtE$�n=�3����ʑP����4��\U"���!�pW�?ق���������5UG�@H��ވ^JN���G�HHF������1�HHƓow}oq"���+�XL����`pk�[��*&b1�YtX]�!��Z�H�PL{��pO�i@Jؾ�&A(�=��TJ)l�A
;s"�� ��
$�[��%S�#Bt�ΔŴGѨ�i<�죓
r�=���� ��d5�8[���c̿�T���懋��p9�8�u��F��c���ݍh#L7��at#�F�n��a��F<?��݈����0"v#^F�n�kA1&�!���Va��B���&�!�)�Qa�~B��!L��BS�O�6��!���Ua��Oa��%�0u�B���`B���o-� \V4L�Z0#0�k���4�C�, L�Z0%0�k���u� \g���u� \g���u�i�;-�Y���:��\g����,8�r��Z���Q�uLj�K-�Y���:>uL��S�t>uL��S�t>uL��S�tKe��<|��c����<|��iB��:>�\g����,��s��z���S�u|�O=�Y��:>
\g����,�4p�������u|�O�Y�i`:7�Oӹ|����tn�F~>|����tn�F�s#�42���tn�F�����u|�O�Y�i�:>M\g����,�4q�����#l�vݖ�w[�p\�S��i �ْ<+�ĥ���a�Vl�^H1l�^J1lR���h���ho�f��R����}{�x��AJ���c;��Z��x�1���')����t��t|���cR��:��F����;��z@u-X�0�9&Hr+?(vռ˯/s����/jɫ��~��ѥ|ƒM�UB-��_&ԒQ�uB-9�_(�� ~�PK��
�G)���Z1)����1)�;�?��bs����=��t\��s��ç���r;��w�繡/rs���|)?���
}�{�6��]�������s����N����#�<:�� �;��A㯹W�`�3�8g�&g�&g�&g�&g�&g�&W���M��F<��@*<�n��
�mr�h��ïN����F*8��
�Y��m��m{�Q�ס���z����W������չ�?PK �2�\�X�� P xl/_rels/workbook.xml.rels � (� ��An� E��f_C0��*N6�d��ۊ
Hڜ���W(J�֑��&+4��i������m�C�maQ0 h�Ӄ�Z8%���v���(S���G����B���4�'���qa�)���^���r�*��e�����ΘA�S� m�L_]8�19��aj�'��z,�L��-��K��ZiĒs �nj1]F��^��L���^a�ĺ�jʻ��2�~N!oz�4��sjS��+ƕ`F_��Ϳ�|PK �2�\Ѓc'2 E
xl/styles.xml � (� �S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v �F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}� ��LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK �2�\��
�{ � xl/sharedStrings.xml � (� �Ymo�6�|�>ǒ,����l
8/����‣��ͮ,�$�MZ�ߐ�lY��X �<�p��pȽ��}��ހ��˾{��{��,������|;��{B�4" K������˅��������·C�`O�� E$f|O$~��PdH$v r�=Ǚ����^��T��Ѩ��S�G����/��*�TҘ��/C%m"_s5эdV˦����G�ejN�ɳ,� ۍ�#l��[4Y�C�n١�Z�� 5�A��M�@6�Hzݱ\��f�pta��)���%��h F4J��Nj0��E6ܧT<d���D�g�7�U��h��x�wل���s!����jKK, �{SC3� B�o=� �^�y�$�y�����G��9���sh'��M������L���K�I� �X��tt��\qe8�d��>��.�{;'��l|a�����Fr0wh�9��G&�9��ܔ���1�F��0{�RC�'&��Y��q��+���$1�[I�k`�K1�`O�[0|��)IC� UN�L�������3y7r��lv���^9ɚ�W!����Q�\.!����2tAQ�h�6�ߨu�h�!-a+VY�+�.���B�+��! ���w�g�I|Gd�{�?r�-�5�cF�S
ڄ�4�DTk�mI��9��P���S�He��B��ܐ�r*�JfU��v%�XU�hԮU�V�5�ޮX�m��)A�"R�V%�R��"���t�<�B8Uyo-�m������2n,P���G�Bb��
D�����������!�g�9��q��`>�Nq<�8����ܑ�&�Jh$@<v'�t��d�O��`�F���w�x6rCS���[&�J쭱l{��S��O>�
wO�����s�u;p�(ej��R�P��kDl��ALp�dz12 �L�C� f�h�̀�svD����
�E�X�����&^O��x��:�3r:���:����u)�����ղw�s��~�;����J�Bt�`%��@N��}�8ѯxc6T6;l4TAFY��<�
��z��+d5�u��Bwh&
�%�0�+Q���tEx �@�5�3P�Q����WN q���n���k�:TU�UE��e��.QIu+Z
oYRD�1]N���:��{F� �{�<�T�82�*�WG�i��P�����p4�oқ�����wuWj��^ }��ɮ��M/���m��^Sa�bq���t�cHY�㼒���'y�x/v$݂X��nӚ_!U
$�T�I ���?A7�l�L�z3՝����2����3�x!�A'M�9BݪqT��y�3O��`�`0�L�p��J�LC��.��thZ�Po �-y�Y5����2/&y�����U�������oz�[G�)����;���h���_�:G[7mTl*��w�sՀ*��C�DOqh�V�
�בY���|�'��2��2�9���a���;���z�PҢ���C�$u��d�4I0�v�$���B��2��uK�i\��J����g�7�Ǔi��. :�X��ڹIQ�C����M��O�q�A_i,�G���-!�Wa_{�o�$T%cI�V�_t��m�:zg����j�Яřw��Jc�8ڭ'���� �cEp���uffX'�1b�waN�����=��k��YC�U�M�0�����I@��y�rP1�*�:�tG��X,���5� ���)\TP�O��u�v\P��}Q�m|� U��DE���GǠZ�5��7ͣ�@�s�h2E���7zK��#�"#!\�3\6�7�7bu������.�O�� &?�����1�/��2t�{F��'-����0�qvs�8�tş�o��/X����y�[�����q��\^�E��xM����B�/�PK- �2�\�b^�� 5 xl/workbook.xmlPK- �2�\���� � � [Content_Types].xmlPK-
�2�\gi�' ' U _rels/.relsPK- �2�\��SC �3 � xl/worksheets/sheet1.xmlPK- �2�\�X�� P V
xl/_rels/workbook.xml.relsPK- �2�\Ѓc'2 E
� xl/styles.xmlPK- �2�\��
�{ � xl/sharedStrings.xmlPK � �