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": "G8FiEbCjXUSpvjcizzdgoA==",
"identifierGuid": "1162c11b-a3b0-445d-a9be-3722cf3760a0",
"storeID": 2,
"tradingPartner": 0,
"supplierIdentifier": "SlaLW4gzkk23kztLHcMy+A==",
"supplierIdentifierGuid": "5b8b564a-3388-4d92-b793-3b4b1dc332f8",
"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-06-03T18:34:32.6908961",
"createdByUser": "sample string 12",
"updated": "2026-06-03T18:34:32.6908961",
"transType": 0,
"transDateTime": "2026-06-03T18:34:32.6908961",
"invoiceNo": "sample string 13",
"invoiceText": "sample string 14",
"adjustmentNo": 1,
"invoiceDate": "2026-06-03T18:34:32.6908961",
"claimNo": 1,
"countReceivedReset": true,
"accountingExported": true,
"orderReceived": true,
"orderGuid": "34ypGLGNjEW+pah5Z+jC7Q==",
"orderIdentifier": "18a98cdf-8db1-458c-bea5-a87967e8c2ed",
"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-06-03T18:34:32.6908961",
"received": "2026-06-03T18:34:32.6908961",
"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-06-03T18:34:32.6908961",
"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": "0WAUngdG802ooZMymNc4JA==",
"hostIdentifierGuid": "9e1460d1-4607-4df3-a8a1-933298d73824",
"hostName": 1,
"hostAddress": "sample string 27",
"hostUsername": "sample string 28",
"hostPassword": "sample string 29",
"excludeFromLeadInOut": true,
"accountingProvider": 31,
"accountingAddress": "sample string 32",
"accountingUsername": "sample string 33",
"accountingPassword": "sample string 34",
"storeAccountingCode": "sample string 35",
"softwareVariance": 36,
"fuelWarningVariance": 37.0,
"fuelErrorVariance": 38.0,
"fuelAccumulatedWarningVariance": 39.0,
"fuelAccumulatedErrorVariance": 40.0,
"drawManagment": 41,
"endOfDayManagment": true,
"autoFillCashBalancing": true,
"fuelDayVariance": 44,
"accountingTradingTime": "00:00:00.1234567",
"stockActivateProduct": 46,
"defaultOrderDocumentId": 1,
"defaultStockReceiveDocumentId": 1,
"giftCardSalesAccountingDeptCode": "sample string 47",
"transactionDiscountAccountingDeptCode": "sample string 48",
"size": 49,
"updated": "2026-06-03T18:34:32.6908961",
"priceZone": {
"$id": "3",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "neVeL5m6Nk2aK8G/4haKyg==",
"hostIdentifierGuid": "2f5ee59d-ba99-4d36-9a2b-c1bfe2168aca",
"sortOrder": 3,
"zoneMasterStoreID": 1,
"electedMasterStoreID": 1,
"containsElectedMasterStore": true
},
"priceZoneName": "sample string 51",
"storeFuelConfigured": true,
"shippingAddressCopied": true,
"shippingAddress": {
"$id": "4",
"storeID": 1,
"addressType": 1,
"address1": "sample string 1",
"address2": "sample string 2",
"city": "sample string 3",
"state": "sample string 4",
"country": "sample string 5",
"postCode": "sample string 6"
},
"billingAddressCopied": true,
"billingAddress": {
"$ref": "4"
},
"warehouseStore": {
"$id": "5",
"storeID": 1,
"warehouseStoreID": 2,
"storeName": "sample string 3",
"warehouseName": "sample string 4"
},
"hostStoreSettings": [
{
"$id": "6",
"id": 1,
"hostIdentifier": "sDp8YuhO9k6g97eRr/TpiA==",
"hostIdentifierGuid": "627c3ab0-4ee8-4ef6-a0f7-b791aff4e988",
"storeID": 2,
"username": "sample string 3",
"password": "sample string 4",
"passwordPlain": "sample string 5",
"serverAddress": "sample string 6",
"serverPort": 1,
"excludeFromLeadInOut": true,
"useForHostFile": true,
"metcashPillarID": "sample string 9",
"metcashStateCode": "sample string 10",
"metcashCustomerID": "sample string 11",
"metcashTradingPartnerID": "sample string 12",
"drakesCustomerNumber": 1,
"sparCustomerNumber": "sample string 13",
"sparOrderUsername": "sample string 14",
"sparOrderPassword": "sample string 15",
"sparOrderPasswordPlain": "sample string 16",
"pharmXSiteID": 1,
"ibaZoneID": 1,
"ibaState": "sample string 17",
"foodlandStoreCode": "sample string 18",
"ilgMemberNumber": "sample string 19",
"ilgOutletLocation": 1,
"ilgBaseCost": 1,
"ilgApplyNonAdvertisedPromos": true,
"ilgExemptFromFreight": true,
"ilgOrderDealReview": true,
"ilgFinanceFee": 1,
"secondPassword": "sample string 23",
"secondPasswordPlain": "sample string 24",
"secondServerAddress": "sample string 25",
"processPromotions": true,
"hostProvider": 0,
"host": {
"$id": "7",
"identifier": "ryLJJ6fM6kuW4sLPZf0xaA==",
"identifierGuid": "27c922af-cca7-4bea-96e2-c2cf65fd3168",
"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": "5gbHF+urH023C0AdCi31SQ==",
"hostSupplierIdentifierGuid": "17c706e6-abeb-4d1f-b70b-401d0a2df549",
"loyaltyPriceLevelIdentifier": "moS0VDhzLUKqcAoNg7qNRQ==",
"loyaltyPriceLevelIdentifierGuid": "54b4849a-7338-422d-aa70-0a0d83ba8d45",
"isGroup": true,
"description": "sample string 22",
"hostProvider": 23,
"hostTypeEnum": 24,
"hostType": "sample string 25",
"hostCode": "sample string 26",
"username": "sample string 27",
"password": "sample string 28",
"passwordPlain": "sample string 29",
"server": "sample string 30",
"url": "sample string 31",
"global": true,
"stateCode": "sample string 33",
"lastCollected": "2026-06-03T18:34:32.6908961",
"lastProcessed": "2026-06-03T18:34:32.6908961",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$id": "8",
"identifier": "icH0PWF4gU6jHHxXlNzktA==",
"identifierGuid": "3df4c189-7861-4e81-a31c-7c5794dce4b4",
"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": "HcbOahBEOUGdJKVFuHllLA==",
"primaryContactID": "6acec61d-4410-4139-9d24-a545b879652c",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "qBRcv6E3mEyRTLnH/fACLg==",
"supplierGroupGuid": "bf5c14a8-37a1-4c98-914c-b9c7fdf0022e",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-06-03T18:34:32.6908961",
"rebateLastClaimedAmount": 1.0,
"cartonsOnly": true,
"minimumOrderValue": 1,
"enforceMinimumQuantity": true,
"freight": 19.0,
"freightType": 20,
"deleted": true,
"deletedUser": "sample string 22",
"storeName": "sample string 23",
"primaryContact": {
"$id": "9",
"id": "a31a7743-10e9-4377-b004-806e5d1159c0",
"identifier": "CpTN4C+DY0aHW1GyAdFbGA==",
"identifierGuid": "e0cd940a-832f-4663-875b-51b201d15b18",
"familyName": "sample string 1",
"givenNames": "sample string 2",
"otherNames": "sample string 3",
"title": "sample string 4",
"dateOfBirth": "sample string 5",
"sex": "sample string 6",
"address": "sample string 7",
"address1": "sample string 8",
"address2": "sample string 9",
"town": "sample string 10",
"state": "sample string 11",
"country": "sample string 12",
"postalCode": "sample string 13",
"telephone": "sample string 14",
"mobile": "sample string 15",
"email": "sample string 16",
"fax": "sample string 17",
"primary": true
},
"contacts": [
{
"$id": "10",
"supplierIdentifier": "Cxbx7sH4HUSKiyREtaRgZA==",
"supplierIdentifierGuid": "eef1160b-f8c1-441d-8a8b-2444b5a46064",
"contactGuid": "d6LNOHlPRUqDrXz2nqgNGQ==",
"contactID": "38cda277-4f79-4a45-83ad-7cf69ea80d19",
"contact": {
"$ref": "9"
},
"supplier": {
"$ref": "8"
}
},
{
"$ref": "10"
}
],
"products": [
{
"$id": "11",
"pluG_UID": "ubz9JWNkzECAaaoaNh6Dxg==",
"pluGuid": "25fdbcb9-6463-40cc-8069-aa1a361e83c6",
"supplierIdentifier": "uTvD7Jz8W02YCzJ89dnqvQ==",
"supplierIdentifierGuid": "ecc33bb9-fc9c-4d5b-980b-327cf5d9eabd",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-06-03T18:34:32.6908961",
"pricedByWeight": true,
"landedUnitCostEx": 9,
"landedUnitCostInc": 10,
"landedCartonCostInc": 12,
"landedCartonCostEx": 13,
"standardCost": 14,
"deliveryFee": 1,
"deliveryFeeBasis": "sample string 15",
"pickAndPackFee": 1,
"pickAndPackFeeBasis": "sample string 16",
"financeFee": 1,
"financeFeeBasis": "sample string 17",
"cartonLength": 1,
"cartonWidth": 1,
"cartonHeight": 1,
"palletLayerQuantity": 1,
"palletLayers": 1,
"itemCode": "sample string 18",
"invoiceCode": "sample string 19",
"invoiceDesc": "sample string 20",
"orderDirect": true,
"useCost": true,
"minimumQuantity": 21,
"hostType": 22,
"fromHost": 23,
"minimumReorder": 1,
"maximumReorder": 1,
"orderMultiple": 24.1,
"sellMultiple": 25.1,
"baseMultiple": 26.1,
"hostStandardCost": 27,
"hostTotalCost": 28,
"hostRetail": 29,
"hostLandedUnitCostEx": 30,
"hostLandedUnitCostInc": 31,
"hostDesc": "sample string 32",
"directIndicator": "sample string 33",
"availableToOrder": true,
"hostRangeIndicator": "sample string 35",
"hostProductType": "sample string 36",
"hostProductGrade": "sample string 37",
"hostProductGroup": "sample string 38",
"hostSlowMoving": true,
"hostGeneralMerchandise": true,
"hostPillar": "sample string 41",
"hostLastUpdated": "2026-06-03T18:34:32.6908961",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "12",
"pluG_UID": "/7+agHUJYUStCTAneMLMcA==",
"pluGuid": "809abfff-0975-4461-ad09-302778c2cc70",
"supplierIdentifier": "XrliP6eamEO8RnMsIeKznw==",
"supplierIdentifierGuid": "3f62b95e-9aa7-4398-bc46-732c21e2b39f",
"invoiceCode": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "12"
}
],
"storeIDs": [
1,
2
],
"preferredSupplier": true,
"preferredRebateSupplier": true,
"supplierName": "sample string 42",
"salesMode": 43,
"orderPacked": true,
"active": true,
"price": 1,
"costGstPercent": 45,
"parentPluG_UID": "7X0up35InUqw8lU0qNFGcg==",
"parentPluGuid": "a72e7ded-487e-4a9d-b0f2-5534a8d14672",
"freight": 46.0,
"freightType": 1,
"product": {
"$id": "13",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "kFopSjAg7kqqZ+wHQz3ArA==",
"guid": "4a295a90-2030-4aee-aa67-ec07433dc0ac",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "4d1CKUsyxEmg4U/oFzkhWg==",
"priceGroupGuid": "2942dde1-324b-49c4-a0e1-4fe81739215a",
"blueprintID": 1,
"lastCountedDate": "2026-06-03T18:34:32.6908961",
"externalID": "sample string 7",
"active": true,
"activated": "2026-06-03T18:34:32.6908961",
"pluCreated": "2026-06-03T18:34:32.6908961",
"createdByUser": "sample string 9",
"name": "sample string 10",
"nameChanged": true,
"secondDescription": "sample string 12",
"hostDescription": "sample string 13",
"keepCartonQty": true,
"keepDescription": true,
"keepDepartments": true,
"keepSuppliers": true,
"markdownDescription": "sample string 18",
"altDescription": "sample string 19",
"bestOrExpire": 20,
"lastUpdate": "2026-06-03T18:34:32.6908961",
"lastManualUpdate": "2026-06-03T18:34:32.6908961",
"imageName": "sample string 23",
"showImageOnFlipCharts": true,
"showTextOnFlipCharts": true,
"overrideFlipChartText": true,
"flipChartText": "sample string 27",
"salesMode": 1,
"eftCode": 1,
"price": 1,
"priceChanged": true,
"rrp": 1,
"gstPercent": 28,
"gstPercentChanged": true,
"costGSTPercent": 29,
"costGSTPercentChanged": true,
"wetPercent": 1,
"priceOverride": 1,
"cost": 1,
"currentCost": 1,
"currentCostDecimals": 1,
"grossProfit": 1.0,
"currentCostDesc": "sample string 30",
"currentCostEnd": "2026-06-03T18:34:32.6908961",
"currentCostUpdated": "2026-06-03T18:34:32.6908961",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-06-03T18:34:32.6908961",
"defaultGP": 1,
"breakTargetMode": 33,
"break1": 1,
"price1": 1,
"target1": 34,
"break2": 1,
"price2": 1,
"target2": 35,
"break3": 1,
"price3": 1,
"target3": 36,
"break1Changed": true,
"price1Changed": true,
"target1Changed": true,
"break2Changed": true,
"price2Changed": true,
"target2Changed": true,
"break3Changed": true,
"price3Changed": true,
"target3Changed": true,
"breakTargetModeChanged": true,
"margin": 1.1,
"marginChanged": true,
"marginRanged": true,
"marginRangedChanged": true,
"minimumMargin": 1.1,
"minimumMarginChanged": true,
"maximumMargin": 1.1,
"maximumMarginChanged": true,
"overrideHostWarehouseIndicator": true,
"overrideHostWarehouseIndicatorChanged": true,
"overrideHostPrice": true,
"overrideHostPriceChanged": true,
"overrideHostCost": true,
"overrideHostCostChanged": true,
"overrideHostMargin": true,
"overrideHostMarginChanged": true,
"alwaysApplyMargin": true,
"alwaysApplyMarginChanged": true,
"aws": 1.0,
"paws": 1.0,
"awsUpdated": "2026-06-03T18:34:32.6908961",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "7viorh2qlUOgEOPxPDdH3Q==",
"altPLUGuid": "aea8f8ee-aa1d-4395-a010-e3f13c3747dd",
"altPLUGuidChanged": true,
"altPriceDescription1": "sample string 54",
"altPriceDescription2": "sample string 55",
"cartonQuantity": 56,
"cartonQuantityChanged": true,
"trayID": 1,
"promptID": 1,
"tare": 1,
"packQty": 1,
"fixedWeight": 1,
"extraMesg": 1,
"text1": "sample string 58",
"text2": "sample string 59",
"text3": "sample string 60",
"labelText": "sample string 61",
"labelTextChanged": true,
"sendToScale": true,
"nonScaleWeigh": true,
"labelFormat": "sample string 65",
"barcodeFormat": "sample string 66",
"austMade": 1,
"coolCode": 67,
"countryOfOrigin": "sample string 68",
"percentContent": 69.1,
"departmentID": 1,
"subDepartmentID": 1,
"minorDepartmentID": 1,
"lesserDepartmentID": 1,
"deptCode": "sample string 70",
"subDeptCode": "sample string 71",
"minorDeptCode": "sample string 72",
"lesserDeptCode": "sample string 73",
"deptName": "sample string 74",
"subDeptName": "sample string 75",
"minorDeptName": "sample string 76",
"lesserDeptName": "sample string 77",
"departmentChanged": true,
"subCategoryID": 1,
"expiry": 1,
"showDays": 1,
"datePrint": 1,
"labelRequired": true,
"labelShelfQty": 80,
"labelShelfChanged": true,
"labelTalkerQty": 82,
"labelSmall": true,
"labelLastPrinted": "2026-06-03T18:34:32.6908961",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "kQlsw/bDEk+IQZ0UKSze4A==",
"shelfPageLayoutGuid": "c36c0991-c3f6-4f12-8841-9d14292cdee0",
"talkerPageLayoutG_UID": "fGxDL1nupUyU+zOFh2SEYA==",
"talkerPageLayoutGuid": "2f436c7c-ee59-4ca5-94fb-338587648460",
"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": "jbHDPPovDkeg6/C3s9YC9g==",
"inventoryIdentifier": "3cc3b18d-2ffa-470e-a0eb-f0b7b3d602f6",
"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": "EFinymlQAkG8ern9CPY62g==",
"parentPluGuid": "caa75810-5069-4102-bc7a-b9fd08f63ada",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "kb1YLzx6ZU25gCg+JMszWA==",
"supplierIdentifierGuid": "2f58bd91-7a3c-4d65-b980-283e24cb3358",
"supplierChanged": true,
"rebateSupplierIdentifier": "EtAXcPEwQ0Wy5D1G9fNsuQ==",
"rebateSupplierIdentifierGuid": "7017d012-30f1-4543-b2e4-3d46f5f36cb9",
"rebateSupplierChanged": true,
"availableForOrder": true,
"warehouseDirectIndicator": "sample string 109",
"warehouseDirectIndicatorChanged": true,
"productGrade": "sample string 111",
"productType": "sample string 112",
"productGroup": "sample string 113",
"complianceIndicator": "sample string 114",
"inhouseBrand": "sample string 115",
"slowMoving": true,
"generalMerchandise": true,
"comment": "sample string 118",
"lastUpdatedByUser": "sample string 119",
"lastManualUpdatedByUser": "sample string 120",
"lastUpdatedByUserOverride": true,
"lastUpdatedByHost": "2026-06-03T18:34:32.6908961",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "QUD8w+sJ7k6Y9yUHce3OAw==",
"hostIdentifierGuid": "c3fc4041-09eb-4eee-98f7-250771edce03",
"serviceFeeID": 1,
"serviceFeeIDChanged": true,
"providerName": "sample string 126",
"aisleEnds": "sample string 127",
"deleted": true,
"deletedChanged": true,
"hidden": true,
"doNotRange": true,
"doNotRangeChanged": true,
"doNotOrder": true,
"doNotOrderChanged": true,
"locked": true,
"excludeFromWebUpdate": true,
"excludeFromWebUpdateChanged": true,
"webPriceBasedOn": 138,
"webPriceRounding": true,
"webMarkup": 140,
"webPriceMode": 141,
"altDepartmentID": 1,
"altSubDepartmentID": 1,
"altMinorDepartmentID": 1,
"altLesserDepartmentID": 1,
"altDeptCode": "sample string 142",
"altSubDeptCode": "sample string 143",
"altMinorDeptCode": "sample string 144",
"altLesserDeptCode": "sample string 145",
"altDepartmentChanged": true,
"storeProducts": [
{
"$ref": "13"
},
{
"$ref": "13"
}
],
"store": {
"$ref": "2"
},
"storePrices": [
{
"$id": "14",
"pluG_UID": "20vR0WiJl0Cw7VY1j0StMw==",
"pluGuid": "d1d14bdb-8968-4097-b0ed-56358f44ad33",
"plu": 1,
"storeID": 1,
"zoneID": 2,
"zoneName": "sample string 3",
"store": "sample string 4",
"isElectedMasterStore": true,
"isZoneMasterStore": true,
"priceNow": 7,
"costNow": 8,
"costNowDecimals": 9,
"normalPrice": 10,
"priceNext": 1,
"costNext": 1,
"costNextDecimals": 11,
"nextCampaignName": "sample string 12",
"gstPercent": 13,
"normalCost": 14,
"normalCostDecimals": 15,
"costGstPercent": 16,
"costCalcMethod": 1,
"currentCost": 17,
"currentCostDecimals": 18,
"break1": 19,
"price1": 20,
"break2": 21,
"price2": 22,
"break3": 23,
"price3": 24,
"fuelItem": 25,
"fixedWeight": 26,
"active": true,
"complianceIndicator": "sample string 27",
"doNotOrder": true,
"doNotRange": true,
"isNormalPriceChangesCampaign": true,
"updated": "2026-06-03T18:34:32.6908961"
},
{
"$ref": "14"
}
],
"currentPrices": {
"$id": "15",
"pluPrices": {
"$id": "16",
"plu": 1,
"pluG_UID": "QEA=",
"stores": [
1,
2
],
"normalPrice": 1,
"cost": 2,
"break1": 3,
"price1": 4,
"break2": 5,
"price2": 6,
"break3": 7,
"price3": 8,
"discountPrice": 9,
"memberDiscountPrice": 10,
"acceptedUtc": "2026-06-03T18:34:32.6908961",
"priceChangeType": 0,
"costDecimals": 11,
"costCalcMethod": 12,
"targetCampaignPriceGtOrEquNormal": true
},
"normalPluPrices": {
"$ref": "16"
},
"winningCampaign": 1,
"winner": {
"$id": "17",
"campaignName": "sample string 1",
"campaignDescription": "sample string 2",
"talkerText": "sample string 3",
"disableWasSave": true,
"startDate": "2026-06-03T18:34:32.6908961",
"startTime": 5,
"endDate": "2026-06-03T18:34:32.6908961",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "+ymK3qbCl0KD40UDpUjtbA==",
"hostIdentifierGuid": "de8a29fb-c2a6-4297-83e3-4503a548ed6c",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "17"
},
{
"$ref": "17"
}
]
},
"tray": {
"$id": "18",
"g_UId": "DN1xtwX+10W/uj/gsLXyXQ==",
"guid": "b771dd0c-fe05-45d7-bfba-3fe0b0b5f25d",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "19",
"priceGroupG_UID": "imwLYQnAYEeb5J+4lg1TvQ==",
"priceGroupGuid": "610b6c8a-c009-4760-9be4-9fb8960d53bd",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-06-03T18:34:32.6908961",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "13"
},
{
"$ref": "13"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "20",
"pluG_UID": "mT2BEipwG0atZL19vydapg==",
"pluGuid": "12813d99-702a-461b-ad64-bd7dbf275aa6",
"plu": 1,
"servingsPerPack": 1,
"servingSize": 1,
"showAllergens": 1,
"energy": 1,
"protein": 1,
"fat": 1,
"saturated": 1,
"carbo": 1,
"sugars": 1,
"sodium": 1,
"potasium": 1,
"calcium": 1,
"fibre": 1,
"soya": 1,
"nutsSeeds": 1,
"shells": 1,
"eggs": 1,
"dairy": 1,
"gluten": 1,
"sulphites": 1,
"peanuts": 1,
"sesame": 1,
"fish": 1,
"lupins": 1
},
"dates": {
"$id": "21",
"pluGuid": "5f7151fb-aa57-4d26-810e-66411de3755b",
"created": "2026-06-03T18:34:32.6908961",
"createdByUser": "sample string 1",
"activated": "2026-06-03T18:34:32.6908961",
"activatedByUser": "sample string 2",
"deactivated": "2026-06-03T18:34:32.6908961",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-06-03T18:34:32.6908961",
"lastOrderedQty": 4.0,
"lastReceived": "2026-06-03T18:34:32.6908961",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-06-03T18:34:32.6908961",
"lastSold": "2026-06-03T18:34:32.6908961",
"firstSold": "2026-06-03T18:34:32.6908961",
"awsUpdated": "2026-06-03T18:34:32.6908961",
"lastManualUpdate": "2026-06-03T18:34:32.6908961",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-06-03T18:34:32.6908961",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-06-03T18:34:32.6908961",
"doNotRangeUpdated": "2026-06-03T18:34:32.6908961",
"doNotOrderUpdated": "2026-06-03T18:34:32.6908961",
"tracked": "2026-06-03T18:34:32.6908961"
},
"allergens": [
{
"$id": "22",
"primaryKey": {
"$id": "23",
"pluGuid": "fa49b4a3-2ef4-4f3f-9245-b5a20a07e199",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "o7RJ+vQuP0+SRbWiCgfhmQ==",
"pluGuid": "fa49b4a3-2ef4-4f3f-9245-b5a20a07e199",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "22"
}
],
"costs": {
"$id": "24",
"pluG_UID": "elViHFOFCUadEpIMyluMuA==",
"pluGuid": "1c62557a-8553-4609-9d12-920cca5b8cb8",
"enteredCost": 1,
"weightedAvgCost": 1,
"lastCost": 1,
"rawEnteredCost": 2,
"rawWeightedAvgCost": 3,
"rawLastCost": 4,
"freight": 5.0,
"freightType": 6,
"costDecimals": 7,
"fifoCost": 1,
"updated": "2026-06-03T18:34:32.6908961",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "25",
"saleHeaderID": 1,
"created": "2026-06-03T18:34:32.6908961",
"createdLocal": "2026-06-03T18:34:32.6908961",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "9WoGdEIBIUCp2NPF9z5kuA==",
"operatorGuid": "74066af5-0142-4021-a9d8-d3c5f73e64b8",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "/BfkRoo1sUu95UZOHtvHng==",
"pluGuid": "46e417fc-358a-4bb1-bde5-464e1edbc79e",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$id": "26",
"id": 1,
"g_Uid": "klUL8ArjVUK+kgiqRkUGCw==",
"guid": "f00b5592-e30a-4255-be92-08aa4645060b",
"operatorNumber": 1,
"shortName": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"password": "sample string 5",
"hasPassword": true,
"passwordText": "sample string 6",
"rfidTagID": "sample string 7",
"blueprintID": 1,
"groupID": 1,
"groupName": "sample string 8",
"managerGroupID": 1,
"managerGroupName": "sample string 9",
"zoneID": 1,
"zoneName": "sample string 10",
"loggedIn": 1,
"lastUsedIP": "sample string 11",
"deleted": true,
"locked": true,
"allowOpenTill": true,
"webEmail": "sample string 14",
"simpleOperatorType": 0,
"webRole": "sample string 15",
"updated": "2026-06-03T18:34:32.6908961",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-06-03T18:34:32.6908961",
"endShift": "2026-06-03T18:34:32.6908961",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "27",
"operatorG_UID": "nAKQW6jMuk2Y7IWJIjuB4A==",
"operatorGuid": "5b90029c-cca8-4dba-98ec-8589223b81e0",
"storeID": 2,
"operator": {
"$ref": "26"
},
"store": {
"$ref": "2"
}
},
{
"$ref": "27"
}
]
}
},
{
"$ref": "25"
}
],
"apns": [
{
"$id": "28",
"pluID": 1,
"pluG_UID": "V+rZxpJrXEaQWfucuJ2Qug==",
"pluGuid": "c6d9ea57-6b92-465c-9059-fb9cb89d90ba",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "28"
}
],
"tuns": [
{
"$id": "29",
"pluG_UId": "sLneM10QX0SEHpsdb0d/zQ==",
"pluGuid": "33deb9b0-105d-445f-841e-9b1d6f477fcd",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "13"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "29"
}
],
"competitionPricing": [
{
"$id": "30",
"identifier": "dKhYbZYeQUCU4qwGbn2Skw==",
"identifierGuid": "6d58a874-1e96-4041-94e2-ac066e7d9293",
"pluG_UID": "yRVzllf8Pkm89q0w2XAVHA==",
"pluGuid": "967315c9-fc57-493e-bcf6-ad30d970151c",
"competitionID": 1,
"name": "sample string 2",
"sellMultiple": 3,
"retailPrice": 4,
"storeName": "sample string 5"
},
{
"$ref": "30"
}
],
"supplier": {
"$ref": "8"
},
"supplierName": "sample string 148",
"children": [
{
"$ref": "13"
},
{
"$ref": "13"
}
],
"ordering": {
"$ref": "11"
},
"flipChartPages": [
{
"$id": "31",
"identifier": "pGjeeDitGk2EV7uzP9yqTA==",
"groupName": "sample string 1",
"identifierGuid": "78de68a4-ad38-4d1a-8457-bbb33fdcaa4c",
"exists": true,
"flipChartIdentifier": "rml1bLwdRkqFEySOmyJkcA==",
"flipChartIdentifierGuid": "6c7569ae-1dbc-4a46-8513-248e9b226470",
"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": "MhiJLs1aEEOReKRGauGIHw==",
"groupIdentifierGuid": "2e891832-5acd-4310-9178-a4466ae1881f",
"flipChart": {
"$id": "32",
"identifier": "uteabLN1bUGEKLuuADOWsw==",
"identifierGuid": "6c9ad7ba-75b3-416d-8428-bbae003396b3",
"displayName": "sample string 2",
"sortOrder": 3,
"productsPerRow": 4,
"rowsPerPage": 5,
"buttonMarginX": 6,
"buttonMarginY": 7,
"beginButtonsX": 8,
"beginButtonsY": 9,
"autoSizeButtons": true,
"autoSizeGrid": true,
"showButtonText": true,
"showButtonImage": true,
"formLocationX": 1,
"formLocationY": 1,
"formWidth": 14,
"formHeight": 15,
"formMaximised": true,
"formResizable": true,
"formBackgroundImage": "sample string 16",
"formBackgroundColourA": 1,
"formBackgroundColourR": 1,
"formBackgroundColourG": 1,
"formBackgroundColourB": 1,
"formFontFamily": "sample string 17",
"formFontSize": 1.1,
"formFontStyle": 1,
"formAttributes": "sample string 18",
"buttonWidth": 19,
"buttonHeight": 20,
"buttonAnchor": 21,
"buttonBackgroundImage": "sample string 22",
"buttonTopColour": 1,
"buttonTextColour": 1,
"buttonBottomColour": 1,
"buttonBorderColour": 1,
"buttonBorderWidth": 1,
"buttonRadius": 1,
"buttonGradientMode": 1,
"buttonDropShadow": true,
"buttonShadowWidth": 1,
"buttonHighLightOnPush": true,
"buttonFontFamily": "sample string 23",
"buttonFontSize": 1.1,
"buttonFontStyle": 1,
"buttonTextAlign": 1,
"buttonWordBreak": true,
"buttonDrawImageAndButton": true,
"buttonVerticalText": true,
"buttonImageAlign": 1,
"panelLocationX": 1,
"panelLocationY": 1,
"panelWidth": 1,
"panelHeight": 1,
"panelAnchor": 1,
"panelFontFamily": "sample string 24",
"panelFontSize": 1.1,
"panelFontStyle": 1,
"panelBackgroundColour": 1,
"panelTextColour": 1,
"panelAttributes": "sample string 25",
"unsentCount": 26,
"group": {
"$id": "33",
"identifier": "AVE108f2c0C7s+8oYhrTew==",
"identifierGuid": "d3355101-f6c7-4073-bbb3-ef28621ad37b",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "34",
"id": 1,
"g_UID": "olQVGiprCUu5PBXo8sOl3g==",
"guid": "1a1554a2-6b2a-4b09-b93c-15e8f2c3a5de",
"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": "HS43Js2TRkOl8er5s0fJgg==",
"previousFormGuid": "26372e1d-93cd-4346-a5f1-eaf9b347c982",
"nextForm": 1,
"nextFormG_UID": "oy8tZ1Ytq0mhqBUf+sdiHg==",
"nextFormGuid": "672d2fa3-2d56-49ab-a1a8-151ffac7621e",
"attributes": "sample string 10",
"updated": "2026-06-03T18:34:32.6908961",
"positioning": 1,
"contentPanel": "sample string 11",
"selectionMode": 1,
"maximumSelections": 1,
"alteredInStore": true,
"deleted": true,
"blueprintID": 1,
"preserveLayout": true,
"mainCheckoutFormName": "sample string 13",
"nextCheckoutForm": {
"$ref": "34"
},
"previousCheckoutForm": {
"$ref": "34"
},
"buttons": [
{
"$id": "35",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "hwwyfN+WKUyPilj5ApOE7A==",
"checkoutFormGuid": "7c320c87-96df-4c29-8f8a-58f9029384ec",
"identifier": "T9Yib1ObEUeqXxj6MKB4+g==",
"identifierGuid": "6f22d64f-9b53-4711-aa5f-18fa30a078fa",
"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": "e402lRgS5kapBxTCd+ZPWg==",
"valueGuid": "95368d7b-1218-46e6-a907-14c277e64f5a",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-06-03T18:34:32.6908961",
"action": "sample string 12",
"valueForm": {
"$ref": "34"
},
"image": {
"$id": "36",
"name": "sample string 3.sample string 4",
"imageID": 2,
"imageName": "sample string 3",
"imageExtension": "sample string 4",
"lastUpdate": "2026-06-03T18:34:32.6908961",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "35"
}
],
"panels": [
{
"$id": "37",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "MZkM6ufA+0mW7gkAo0Svcg==",
"checkoutFormGuid": "ea0c9931-c0e7-49fb-96ee-0900a344af72",
"panelType": "sample string 4",
"name": "sample string 5",
"locationX": 6,
"locationY": 7,
"width": 8,
"height": 9,
"anchor": 10,
"fontFamily": "sample string 11",
"fontSize": 12.1,
"fontStyle": 13,
"backgroundColour": 14,
"textColour": 15,
"attributes": "sample string 16"
},
{
"$ref": "37"
}
]
},
{
"$ref": "34"
}
],
"panels": [
{
"$ref": "37"
},
{
"$ref": "37"
}
]
},
"pages": [
{
"$ref": "31"
},
{
"$ref": "31"
}
]
},
"contentPanel": {
"$ref": "37"
},
"products": [
{
"$id": "38",
"flipChartPageIdentifier": "e8a9FRYnn0yelQXk/oZ6hw==",
"flipChartPageIdentifierGuid": "15bdc67b-2716-4c9f-9e95-05e4fe867a87",
"pluG_UID": "zQRlvmv8bkyw6QCNainRPw==",
"pluGuid": "be6504cd-fc6b-4c6e-b0e9-008d6a29d13f",
"sortOrder": 3,
"sent": true,
"productChanged": true,
"productImageName": "sample string 6",
"productShowImageOnFlipCharts": true,
"productShowTextOnFlipCharts": true,
"productOverrideFlipChartText": true,
"productFlipChartText": "sample string 10",
"product": {
"$ref": "13"
},
"departmentSortOrder": 11,
"subDepartmentName": "sample string 12"
},
{
"$ref": "38"
}
],
"productCount": 27,
"pages": [
{
"$ref": "31"
},
{
"$ref": "31"
}
]
},
{
"$ref": "31"
}
],
"priceHistory": [
{
"$id": "39",
"pluG_UID": "uvyhd+iKfU6ByrhUi4vIMg==",
"pluGuid": "77a1fcba-8ae8-4e7d-81ca-b8548b8bc832",
"price": 1,
"costCalcMethod": 1,
"cost": 2,
"weightedAvgCost": 3,
"lastCost": 4,
"rawCost": 5,
"rawWeightedAvgCost": 6,
"rawLastCost": 7,
"costDecimals": 8,
"serviceFeeID": 9,
"freight": 10.0,
"freightType": 11,
"process": "sample string 12",
"user": "sample string 13",
"updated": "2026-06-03T18:34:32.6908961",
"previousPrice": 1,
"previousCostCalcMethod": 1,
"previousCost": 1,
"previousWeightedAvgCost": 1,
"previousLastCost": 1,
"previousRawCost": 15,
"previousRawWeightedAvgCost": 16,
"previousRawLastCost": 17,
"previousCostDecimals": 1,
"previousServiceFeeID": 18,
"previousFreight": 19.0,
"previousFreightType": 20,
"storeID": 21,
"storeName": "sample string 22",
"serviceFeeDescription": "sample string 23",
"previousServiceFeeDescription": "sample string 24"
},
{
"$ref": "39"
}
],
"ingredients": [
{
"$id": "40",
"pluG_UID": "2UWUEGCw30mKib5rxSr75w==",
"ingredientGuid": "bwjVEE4GFEuZ67p0fI2sCQ==",
"ingredientIdentifier": "10d5086f-064e-4b14-99eb-ba747c8dac09",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "13"
}
},
{
"$ref": "40"
}
],
"bins": [
{
"$id": "41",
"pluG_UID": "t5H6JoMFT020UmcRnAAULg==",
"pluGuid": "26fa91b7-0583-4d4f-b452-67119c00142e",
"shelfLocationIdentifier": "ykqBxjOxIk27HVO4dz0cVg==",
"shelfLocationGuid": "c6814aca-b133-4d22-bb1d-53b8773d1c56",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "INHrD/DgfEWnX+qtMMdXHg==",
"labelPageLayoutGuid": "0febd120-e0f0-457c-a75f-eaad30c7571e",
"updated": "2026-06-03T18:34:32.6908961",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "13"
},
"location": {
"$id": "42",
"identifier": "Q64Jw/59tEWzzReYRP8vbw==",
"storeID": 1,
"identifierGuid": "c309ae43-7dfe-45b4-b3cd-179844ff2f6f",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-06-03T18:34:32.6908961",
"minTemp": 1,
"maxTemp": 1,
"checkFrequency": 1,
"storeCaseConfiguration": 5,
"storeName": "sample string 6",
"bins": [
{
"$ref": "41"
},
{
"$ref": "41"
}
]
}
},
{
"$ref": "41"
}
],
"bin": {
"$ref": "41"
},
"scaleLocations": [
{
"$id": "43",
"plu": 1,
"pluG_UID": "9ljmo93OzEe8yltAAKVMbQ==",
"pluGuid": "a3e658f6-cedd-47cc-bcca-5b4000a54c6d",
"deptNo": 1,
"product": {
"$ref": "13"
},
"scaleLocation": {
"$id": "44",
"id": 1,
"deptNo": 1,
"deptCode": "sample string 2",
"name": "sample string 3",
"enabled": true,
"updated": "2026-06-03T18:34:32.6908961",
"department": {
"$id": "45",
"id": 1,
"name": "sample string 2",
"code": "sample string 3",
"sortOrder": 4,
"isLiquor": true,
"isTobacco": true,
"excludeTalker": true,
"externalSales": true,
"saleGLCode": "sample string 9",
"cogsglCode": "sample string 10",
"accountingCategoryID": 11,
"maximumMarkdownPercentage": 12.0,
"accountingOnly": true,
"generateExternalID": 1,
"useNonReportableTaxCode": true,
"minPLU": 15,
"maxPLU": 16,
"scaleLocation": {
"$ref": "44"
},
"subDepartments": [
{
"$id": "46",
"id": 1,
"departmentID": 2,
"name": "sample string 3",
"code": "sample string 4",
"departmentCode": "sample string 5",
"externalSales": true,
"minorDepartments": [
{
"$id": "47",
"id": 1,
"subDepartmentID": 2,
"departmentID": 3,
"name": "sample string 4",
"subDepartmentCode": "sample string 5",
"departmentCode": "sample string 6",
"code": "sample string 7",
"lesserDepartments": [
{
"$id": "48",
"id": 1,
"departmentID": 2,
"subDepartmentID": 3,
"minorDepartmentID": 4,
"name": "sample string 5",
"code": "sample string 6",
"departmentCode": "sample string 7",
"subDepartmentCode": "sample string 8",
"minorDepartmentCode": "sample string 9",
"updated": "2026-06-03T18:34:32.6908961",
"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": "OTVQPfRlQUmTSbKze8J8Xg==",
"labelPageLayoutGuid": "3d503539-65f4-4941-9349-b2b37bc27c5e",
"minimumAge": 17,
"countryOfOrigin": "sample string 18",
"serviceFeeID": 1,
"eftCode": 19,
"defaultPrinter": "sample string 20",
"defaultPrinterGroup": "sample string 21",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"includeInDistinctLimit": true,
"defaultsEmpty": false,
"mscCat": {
"$id": "49",
"dept": 1,
"category": 2,
"name": "sample string 3",
"active": true,
"mscCommodities": [
{
"$id": "50",
"dept": 1,
"category": 2,
"commodity": 3,
"name": "sample string 4",
"active": true,
"mscSubCommodities": [
{
"$id": "51",
"dept": 1,
"category": 2,
"commodity": 3,
"subCommodity": 4,
"name": "sample string 5",
"active": true,
"subCommodityCode": "sample string 7"
},
{
"$ref": "51"
}
],
"commodityCode": "sample string 6"
},
{
"$ref": "50"
}
],
"categoryCode": "sample string 5"
},
"mscCom": {
"$ref": "50"
},
"mscDep": {
"$id": "52",
"dept": 1,
"name": "sample string 2",
"active": true,
"mscCategories": [
{
"$ref": "49"
},
{
"$ref": "49"
}
],
"deptCode": "sample string 4"
},
"mscSubCom": {
"$ref": "51"
}
},
{
"$ref": "48"
}
],
"updated": "2026-06-03T18:34:32.6908961",
"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": "snjl1hzrTEuPTSsz7tITZg==",
"labelPageLayoutGuid": "d6e578b2-eb1c-4b4c-8f4d-2b33eed21366",
"minimumAge": 15,
"countryOfOrigin": "sample string 16",
"serviceFeeID": 1,
"eftCode": 17,
"defaultPrinter": "sample string 18",
"defaultPrinterGroup": "sample string 19",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"includeInDistinctLimit": true,
"defaultsEmpty": false,
"mscCat": {
"$ref": "49"
},
"mscCom": {
"$ref": "50"
},
"mscDep": {
"$ref": "52"
},
"mscSubCom": {
"$ref": "51"
}
},
{
"$ref": "47"
}
],
"investmentBuyOverride": true,
"updated": "2026-06-03T18:34:32.6908961",
"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": "c7n/mrJvZEeEyuTA9fZUXA==",
"labelPageLayoutGuid": "9affb973-6fb2-4764-84ca-e4c0f5f6545c",
"minimumAge": 15,
"countryOfOrigin": "sample string 16",
"serviceFeeID": 1,
"eftCode": 17,
"defaultPrinter": "sample string 18",
"defaultPrinterGroup": "sample string 19",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"includeInDistinctLimit": true,
"defaultsEmpty": false,
"mscCat": {
"$ref": "49"
},
"mscCom": {
"$ref": "50"
},
"mscDep": {
"$ref": "52"
},
"mscSubCom": {
"$ref": "51"
}
},
{
"$ref": "46"
}
],
"stores": [
1,
2
],
"investmentBuyOverride": true,
"updated": "2026-06-03T18:34:32.6908961",
"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": "eL2k3HQEN02HjRNowtvUxA==",
"labelPageLayoutGuid": "dca4bd78-0474-4d37-878d-1368c2dbd4c4",
"minimumAge": 25,
"countryOfOrigin": "sample string 26",
"serviceFeeID": 1,
"eftCode": 27,
"defaultPrinter": "sample string 28",
"defaultPrinterGroup": "sample string 29",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"includeInDistinctLimit": true,
"defaultsEmpty": false,
"mscCat": {
"$ref": "49"
},
"mscCom": {
"$ref": "50"
},
"mscDep": {
"$ref": "52"
},
"mscSubCom": {
"$ref": "51"
}
}
}
},
{
"$ref": "43"
}
],
"nextPrice": {
"$id": "53",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 1,
"hostOfferID": 1,
"metcashPromotionID": "sample string 4",
"metcashPromotionPlacement": "sample string 5",
"pluG_UID": "6Td0QZ11IEygkZSqJqCadg==",
"pluGuid": "417437e9-759d-4c20-a091-94aa26a09a76",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "kxBP6u/C0kuh4vVnAupmIw==",
"dealCostGuid": "ea4f1093-c2ef-4bd2-a1e2-f56702ea6623",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "FkPYip2jSk6a2TN3CLxF5w==",
"priceGroupGuid": "8ad84316-a39d-4e4a-9ad9-337708bc45e7",
"itemNumber": "sample string 10",
"cri": "sample string 11",
"pluPrice": 12,
"costCalcMethod": 13,
"pluCost": 14,
"pluCostIndicator": "sample string 15",
"pluPriceGstPercent": 16,
"pluCostGstPercent": 17,
"pluActive": true,
"cartonQty": 1.1,
"baseUnits": 19.1,
"salesMode": 1,
"orderPacked": 20,
"pluNormalCost": 21,
"pluaws": 22.0,
"directNumber": "sample string 23",
"departmentName": "sample string 24",
"subDepartmentName": "sample string 25",
"priceGroupName": "sample string 26",
"supplierName": "sample string 27",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-06-03T18:34:32.6908961",
"rrp": 28,
"campaignDescription": "sample string 29",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "dca00078-1911-4d4b-84b5-e9f613f12cdc",
"campaignComboPriceGroupG_UID": "xWBKhtH310Cw5+ullEunrA==",
"campaignComboPriceGroupIdentifier": "864a60c5-f7d1-40d7-b0e7-eba5944ba7ac",
"promotionPlacementDescription": "sample string 31",
"storeAcceptances": [
{
"$id": "54",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-06-03T18:34:32.6908961",
"operatorG_UID": "GYOdwkrT/kKIl9EeJI9AAA==",
"operatorGuid": "c29d8319-d34a-42fe-8897-d11e248f4000",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-06-03T18:34:32.6908961",
"signIqTicketFileMovedUtc": "2026-06-03T18:34:32.6908961",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-06-03T18:34:32.6908961",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "e064623f-4413-4a13-a6fd-2b6ae39e2eb3",
"product": {
"$ref": "13"
},
"campaignPlu": {
"$ref": "53"
},
"fuelItem": true
},
{
"$ref": "54"
}
],
"campaign": {
"$id": "55",
"id": 1,
"storeID": 2,
"name": "b5bc1237-45c7-48d0-9534-de62f6c221d0",
"nameGuid": "b5bc1237-45c7-48d0-9534-de62f6c221d0",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-06-03T18:34:32.6908961",
"startTime": 1,
"endDate": "2026-06-03T18:34:32.6908961",
"endTime": 1,
"recurrence": 1,
"recurrenceType": 1,
"monthType": 1,
"weekDays": 1,
"months": 1,
"monthWeeks": 1,
"monthDays": "sample string 7",
"printed": true,
"talkerText": "sample string 8",
"rangeDescription": "sample string 9",
"dealDescription": "sample string 10",
"labelQuantity": 11,
"active": 1,
"deactivated": "2026-06-03T18:34:32.6908961",
"system": true,
"created": "2026-06-03T18:34:32.6908961",
"updated": "2026-06-03T18:34:32.6908961",
"priceChangeNotifiedUtc": "2026-06-03T18:34:32.6908961",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "J5YdJL98IkS70iOsS78qMg==",
"hostIdentifierGuid": "241d9627-7cbf-4422-bbd2-23ac4bbf2a32",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-06-03T18:34:32.6908961",
"updatedByUser": "sample string 18",
"offerID": 1,
"isPriceChangeCampaign": true,
"stores": [
1,
2
],
"storeNames": [
"sample string 1",
"sample string 2"
],
"campaignPlus": [
{
"$ref": "53"
},
{
"$ref": "53"
}
],
"campaignPools": [
{
"$id": "56",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 4,
"pluG_UID": "7hb7JKzKdkS8CXx5dHFA5Q==",
"pluGuid": "24fb16ee-caac-4476-bc09-7c79747140e5",
"hostOfferID": 1,
"priceGroupG_UID": "ISGT57yNNUeobKQuEL1bFA==",
"priceGroupGuid": "e7932121-8dbc-4735-a86c-a42e10bd5b14",
"fuelItem": true,
"pluName": "sample string 6",
"apn": "sample string 7",
"pluActive": true,
"cartonQty": 1,
"baseUnits": 9.1,
"cri": "sample string 10",
"salesMode": 1,
"orderPacked": 11,
"pluaws": 12.0,
"directNumber": "sample string 13",
"departmentName": "sample string 14",
"subDepartmentName": "sample string 15",
"priceGroupName": "sample string 16",
"supplierName": "sample string 17",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-06-03T18:34:32.6908961",
"rrp": 18,
"campaignDescription": "sample string 19",
"product": {
"$ref": "13"
},
"campaign": {
"$ref": "55"
}
},
{
"$ref": "56"
}
],
"sellingRules": [
{
"$id": "57",
"id": 1,
"identifier": "I00ddx7fMkGT234EtjP4KQ==",
"identifierStr": "I00ddx7fMkGT234EtjP4KQ==",
"identifierGuid": "771d4d23-df1e-4132-93db-7e04b633f829",
"campaignID": 4,
"campaignName": "sample string 5",
"ruleJoin": 1,
"ruleType": 6,
"operand0": "sample string 7",
"comparisonOp": 1,
"operand1": "sample string 8",
"action": 1,
"operand2": "sample string 9",
"operand3": "sample string 10",
"includeExcludedItems": true,
"noFurtherDiscounts": true,
"description": "sample string 11",
"sortOrder": 1,
"isItemRule": false,
"prevDept": "sample string 12",
"campaign": {
"$ref": "55"
}
},
{
"$ref": "57"
}
],
"customers": [
{
"$id": "58",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"customerID": "xxw23nUTi0yRUEhH2zhlIg==",
"customerIDGuid": "de361cc7-1375-4c8b-9150-4847db386522",
"campaign": {
"$ref": "55"
},
"customer": {
"$id": "59",
"identifier": "sVZv3qOP9kyfTNOQgawIEw==",
"identifierGuid": "de6f56b1-8fa3-4cf6-9f4c-d39081ac0813",
"code": "sample string 2",
"familyName": "sample string 3",
"givenName": "sample string 4",
"otherName": "sample string 5",
"title": "sample string 6",
"dateOfBirth": "2026-06-03T18:34:32.6908961",
"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": "5hjUNaC1hkm1+px15/nAAg==",
"communityIdentifierGuid": "35d418e6-b5a0-4986-b5fa-9c75e7f9c002",
"joined": "2026-06-03T18:34:32.6908961",
"updated": "2026-06-03T18:34:32.6908961",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "KopyExB9jky/TPORoFoPjg==",
"priceLevelIdentifierGuid": "13728a2a-7d10-4c8e-bf4c-f391a05a0f8e",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-06-03T18:34:32.6908961",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "60",
"cardType": 2,
"issueDate": "2026-06-03T18:34:32.6908961",
"expiry": "2026-06-03T18:34:32.6908961",
"customerID": "zqJJypz0K0uimxOXs0AoWQ==",
"customerIDGuid": "ca49a2ce-f49c-4b2b-a29b-1397b3402859",
"initialValue": 1,
"currentValue": 1,
"maxLimit": 1,
"minTransaction": 1,
"maxTransaction": 1,
"multiplier": 1.1,
"active": true,
"reasonInactive": 1,
"idRequired": true,
"idType": 1,
"idValue": "sample string 5",
"updated": "2026-06-03T18:34:32.6908961",
"linkedAccount": "oj6cehFuy0KM7uj9ufQ/2Q==",
"linkedAccountGuid": "7a9c3ea2-6e11-42cb-8cee-e8fdb9f43fd9",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "59"
},
"account": {
"$id": "61",
"id": 1,
"identifier": "/Z6HbtyAPEmtrOCP5fmbQA==",
"identifierGuid": "6e879efd-80dc-493c-adac-e08fe5f99b40",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-06-03T18:34:32.6908961",
"owner": "ftY/waT9SEaF3zNNmjSuoA==",
"ownerGuid": "c13fd67e-fda4-4648-85df-334d9a34aea0",
"accountStoreGroupIdentifier": "nfhW/qZ130e7VPUyZQq4+A==",
"accountStoreGroupGuid": "fe56f89d-75a6-47df-bb54-f532650ab8f8",
"accountType": 1,
"currentBalance": 1,
"externalID": "sample string 7",
"maximumLimit": 1,
"accruePoints": true,
"loyaltyPoints": 1,
"termsOfTrade": 1,
"signatureRequired": true,
"referenceRequired": true,
"statementSendType": 10,
"ageingPeriod": 1,
"monthlyAgeingPeriod": true,
"explodedInvoice": true,
"isFifoAllocation": true,
"lastStatementSent": "2026-06-03T18:34:32.6908961",
"active": true,
"updated": "2026-06-03T18:34:32.6908961",
"deleted": true,
"deletedUser": "sample string 16",
"currentBalanceChanged": true,
"maximumLimitChanged": true,
"loyaltyPointsChanged": true,
"projectedBalance": 17,
"accountStoreGroupStoreIDs": [
1,
2
],
"customerEmail": "sample string 18",
"ownerCustomer": {
"$ref": "59"
},
"card": {
"$ref": "60"
},
"members": {
"$id": "62",
"sample string 1": [
{
"$ref": "59"
},
{
"$ref": "59"
}
],
"sample string 2": [
{
"$ref": "59"
},
{
"$ref": "59"
}
]
},
"customerGroups": [
{
"$id": "63",
"identifier": "wEFiUSABDkefafuncc+5Jg==",
"identifierGuid": "516241c0-0120-470e-9f69-fba771cfb926",
"name": "sample string 2",
"primaryContact": "wHxhpoWAe0elcom+XNZrhg==",
"primaryContactGuid": "a6617cc0-8085-477b-a572-89be5cd66b86",
"accountID": "8dajxnsZFk6+iFy5AGBYEQ==",
"accountIDGuid": "c6a3d6f1-197b-4e16-be88-5cb900605811",
"special": true,
"updated": "2026-06-03T18:34:32.6908961",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "GRuzUO+nWEOUImIsSdkPng==",
"priceLevelIdentifierGuid": "50b31b19-a7ef-4358-9422-622c49d90f9e",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "61"
},
"primaryContactCustomer": {
"$ref": "59"
},
"customerGroupMembers": [
{
"$id": "64",
"id": 1,
"groupID": "lANq31w7bEe2PHJoi3B7Ww==",
"groupIDGuid": "df6a0394-3b5c-476c-b63c-72688b707b5b",
"customerID": "j5kuAwqzmku6iVJoCjt2pg==",
"customerIDGuid": "032e998f-b30a-4b9a-ba89-52680a3b76a6",
"card": "sample string 4",
"linkedAccount": "sqeQtO/jSEa3JAIcZtq5iQ==",
"linkedAccountGuid": "b490a7b2-e3ef-4648-b724-021c66dab989",
"customer": {
"$ref": "59"
},
"group": {
"$ref": "63"
},
"customerCard": {
"$ref": "60"
}
},
{
"$ref": "64"
}
]
},
{
"$ref": "63"
}
]
},
"payments": [
{
"$id": "65",
"id": 1,
"identifier": "xcIy3ggIt0GWkFcO41i/5w==",
"identifierGuid": "de32c2c5-0808-41b7-9690-570ee358bfe7",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "RSN5d/005kGwm1A3UIXH3g==",
"accountIDGuid": "77792345-34fd-41e6-b09b-50375085c7de",
"customerAccount": {
"$ref": "61"
},
"customerCard": {
"$ref": "60"
},
"accountType": 1,
"cardName": "sample string 8",
"authorisationNumber": "sample string 9",
"bankReference": "sample string 10",
"merchantID": "sample string 11",
"terminalID": "sample string 12",
"cardNumber": "sample string 13",
"paymentDate": "2026-06-03T18:34:32.6908961",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "3gunmh+l90ekScmZC64Mhw==",
"idempotentVoidGuid": "9aa70bde-a51f-47f7-a449-c9990bae0c87",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "66",
"saleHeaderID": 1,
"saleHeaderGuid": "uxYCb7vt7E6OfnCbEA9m0w==",
"saleHeaderIdentifierGuid": "6f0216bb-edbb-4eec-8e7e-709b100f66d3",
"created": "2026-06-03T18:34:32.6908961",
"createdLocal": "2026-06-03T18:34:32.6908961",
"createdText": "sample string 4",
"itemCount": 5,
"totalAmount": 6,
"cashTender": 1,
"cardTender": 1,
"cheqTender": 1,
"acctTender": 1,
"voucherTender": 1,
"loyaltyPoints": 1,
"cashout": 1,
"changeAmount": 1,
"rounding": 1,
"gstAmount": 1,
"transactionDiscountTender": 1,
"totalTip": 7,
"tranType": 1,
"processed": 1,
"imported": "2026-06-03T18:34:32.6908961",
"storeID": 1,
"operatorG_Uid": "X0fOhQGG/UKk8I94fJS7hA==",
"operatorGuid": "85ce475f-8601-42fd-a4f0-8f787c94bb84",
"customerG_Uid": "wfEoRAjmK0yxpYtX9Q16VA==",
"customerGuid": "4428f1c1-e608-4c2b-b1a5-8b57f50d7a54",
"communityIdentifier": "GsiPMGXIFUuer7F5P33OWg==",
"communityIdentifierGuid": "308fc81a-c865-4b15-9eaf-b1793f7dce5a",
"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": "N+Wts+b5Xk+MGjPIHBKD6A==",
"priceLevelIdentifierGuid": "b3ade537-f9e6-4f5e-8c1a-33c81c1283e8",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-06-03T18:34:32.6908961+00:00\",\"DeliveryAddress1\":\"sample string 2\",\"DeliveryAddress2\":\"sample string 3\",\"CustomerPhoneNumber\":\"sample string 4\",\"OrderType\":0,\"ExternalOrderID\":\"sample string 5\",\"ExternalDisplayableOrderID\":\"sample string 6\",\"TableName\":\"sample string 7\",\"CreatedBy\":0,\"OrderingAppName\":\"sample string 8\"}",
"deserialisedOrderMetadata": {
"$id": "67",
"customerName": "sample string 1",
"pickupAt": "2026-06-03T18:34:32.6908961",
"deliveryAddress1": "sample string 2",
"deliveryAddress2": "sample string 3",
"customerPhoneNumber": "sample string 4",
"orderType": 0,
"externalOrderID": "sample string 5",
"externalDisplayableOrderID": "sample string 6",
"tableName": "sample string 7",
"createdBy": 0,
"orderingAppName": "sample string 8"
},
"relationChecksum": "sample string 38",
"loyaltyTender": 1,
"giftCardTender": 1,
"operator": {
"$ref": "26"
},
"customer": {
"$ref": "59"
},
"communityOrganisation": {
"$id": "68",
"id": 1,
"identifier": "4aROaCC1WE2J74kQYjKkiA==",
"identifierGuid": "684ea4e1-b520-4d58-89ef-89106232a488",
"name": "sample string 3",
"lookupIdentifier": "sample string 4",
"externalID": "sample string 5",
"phone": "sample string 6",
"fax": "sample string 7",
"email": "sample string 8",
"address1": "sample string 9",
"address2": "sample string 10",
"city": "sample string 11",
"postCode": "sample string 12",
"state": "sample string 13",
"country": "sample string 14",
"abn": "sample string 15",
"promoPeriodStart": "2026-06-03T18:34:32.6908961",
"promoPeriodEnd": "2026-06-03T18:34:32.6908961",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-06-03T18:34:32.6908961",
"deleted": true
},
"details": [
{
"$id": "69",
"saleItemID": 1,
"identifier": "8XEc/HhEZ0CG4Fuxb+ANQg==",
"identifierGuid": "fc1c71f1-4478-4067-86e0-5bb16fe00d42",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "Zs8z1Q+omUmXiICAqVrB6A==",
"pluGuid": "d533cf66-a80f-4999-9788-8080a95ac1e8",
"accountID": "oz08n91ScUmCQkK7x60sBg==",
"accountIDGuid": "9f3c3da3-52dd-4971-8242-42bbc7ad2c06",
"normalPrice": 3,
"originalSellingPrice": 4,
"discountPrice": 5,
"unit": 1,
"quantity": 6,
"totalCents": 7,
"fixedPrice": 1,
"tranType": 1,
"discountType": 1,
"cost": 1,
"costDecimals": 8,
"markdown": 1,
"manualQuantity": 1,
"manualPrice": 1,
"manualMode": 1,
"active": 1,
"offline": true,
"barcode": "sample string 9",
"keyedSale": 1,
"discountedID": 1,
"fuelID": 1,
"serialNumber": "sample string 10",
"bestOrExpire": "2026-06-03T18:34:32.6908961",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "y4Bk5kIohEaU+06Ohl9KeQ==",
"refundGuid": "e66480cb-2842-4684-94fb-4e8e865f4a79",
"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": "oS4vSCLVsU+efaDhje7SMg==",
"idempotentVoidGuid": "482f2ea1-d522-4fb1-9e7d-a0e18deed232",
"priceLevelIdentifier": "A0xZ7xShU0GCIPaCN8eUGg==",
"priceLevelIdentifierGuid": "ef594c03-a114-4153-8220-f68237c7941a",
"communityIdentifier": "1yYI72VYBkW2qFU0ueHZiw==",
"communityIdentifierGuid": "ef0826d7-5865-4506-b6a8-5534b9e1d98b",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "70",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-06-03T18:34:32.6908961",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "70"
}
],
"refund": {
"$id": "71",
"id": 1,
"g_UID": "q6+iRJnQPkOf8wXpkF5+yg==",
"guid": "44a2afab-d099-433e-9ff3-05e9905e7eca",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-06-03T18:34:32.6908961"
},
"modifier": {
"$id": "72",
"id": 1,
"setG_UID": "47mZhGoukEeNomTH/qb8PA==",
"modifierSetGuid": "8499b9e3-2e6a-4790-8da2-64c7fea6fc3c",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "l57+edt+U0uu0xarGrreDw==",
"pluGuid": "79fe9e97-7edb-4b53-aed3-16ab1abade0f",
"deleted": true,
"g_UID": "1iAoj2jtq0G3j1XAdXP6iQ==",
"guid": "8f2820d6-ed68-41ab-b78f-55c07573fa89",
"product": {
"$ref": "13"
}
},
"priceLevelName": "sample string 25",
"pumpNumber": 1,
"hoseNumber": 1
},
{
"$ref": "69"
}
],
"eftReceipts": [
{
"$id": "73",
"id": 1,
"storeID": 1,
"saleHeaderID": 2,
"storeSaleHeader": {
"$ref": "66"
},
"receipt": "sample string 3",
"processed": 1
},
{
"$ref": "73"
}
],
"payments": [
{
"$ref": "65"
},
{
"$ref": "65"
}
],
"cards": [
{
"$id": "74",
"id": 1,
"saleHeaderID": 1,
"identifier": "sample string 2",
"cardType": 3,
"providerName": "sample string 4"
},
{
"$ref": "74"
}
],
"campaignHits": [
{
"$id": "75",
"id": 1,
"saleHeaderID": 2,
"campaign": "sample string 3",
"name": "sample string 4",
"processed": 1,
"campaignDescription": "sample string 5"
},
{
"$ref": "75"
}
],
"fuel": [
{
"$id": "76",
"id": 1,
"plu": 1,
"pluG_UID": "tZNGE6ljXU26V5jr77tmMw==",
"pluGuid": "134693b5-63a9-4d5d-ba57-98ebefbb6633",
"saleHeaderID": 2,
"totalCents": 3,
"grade": 1,
"gradeDescription": "sample string 4",
"dispenser": 1,
"hose": 1,
"quantity": 1,
"cost": 1,
"acquirerNum": 1,
"attendant": 1,
"ePurseBalance": 1.0,
"cardSignature": "sample string 5",
"compartmentNumber": 1,
"contractNumber": 1,
"discountCardPAN": "sample string 6",
"discountID": 1,
"discountName": "sample string 7",
"discountNetValue": 1.0,
"discountType": 1,
"discountValue": 1.0,
"discretionaryData": "sample string 8",
"driverID": "sample string 9",
"eftBatchNumber": 1,
"eftResponseCode": "sample string 10",
"endDateTime": "2026-06-03T18:34:32.6908961",
"engineHours": 1.1,
"fposNumber": 1,
"loyaltyCardPAN": "sample string 11",
"miscData1": 1,
"miscData2": "sample string 12",
"miscFlags": 1,
"mop": 1,
"odometer": 1,
"panNumber": "sample string 13",
"saleRefund": true,
"saleStatus": 1,
"sequenceNumber": 1,
"stan": 1,
"startDateTime": "2026-06-03T18:34:32.6908961",
"tagNumber": "sample string 15",
"trackTwoRem": "sample string 16",
"transCode": 1,
"transType": 1,
"unitPrice": 1.0,
"vehicleReg": "sample string 17",
"offline": true,
"processed": 1
},
{
"$ref": "76"
}
],
"fuelResells": [
{
"$id": "77",
"saleItemID": 1,
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "QY1KWhlAoU24wgRN1aQTQQ==",
"pluGuid": "5a4a8d41-4019-4da1-b8c2-044dd5a41341",
"accountID": "25qx7DGQyk6c8MZ3khmcbA==",
"accountIDGuid": "ecb19adb-9031-4eca-9cf0-c67792199c6c",
"normalPrice": 3,
"originalSellingPrice": 4,
"discountPrice": 5,
"unit": 1,
"quantity": 6,
"totalCents": 7,
"fixedPrice": 1,
"tranType": 1,
"processed": 1,
"discountType": 1,
"cost": 1,
"costDecimals": 1,
"markdown": 1,
"manualQuantity": 1,
"manualPrice": 1,
"manualMode": 1,
"active": 1,
"barcode": "sample string 8",
"offline": 1,
"keyedSale": 1,
"discountedID": 1,
"fuelID": 1,
"serialNumber": "sample string 9",
"bestOrExpire": "2026-06-03T18:34:32.6908961",
"bestOrExpireType": 1,
"refundG_UID": "/cElsY4Hc0GdZxWqZLrUHQ==",
"refundGuid": "b125c1fd-078e-4173-9d67-15aa64bad41d",
"providerName": "sample string 10",
"campaign": "sample string 11",
"campaignType": 1,
"modifiedID": 1,
"omittedIngredient": 1,
"taxPercent": 1.0,
"taxAmount": 1.0,
"refundablePrice": 1.0,
"showDiscounts": true,
"orderPrinted": true,
"note": "sample string 14",
"modifierName": "sample string 15",
"modifierSetName": "sample string 16",
"totalValueWasScanned": true,
"sold": true,
"campaignPrice": true,
"scannedValue": 1,
"campaignName": "sample string 20",
"comboDiscount": 1
},
{
"$ref": "77"
}
],
"customerOrder": [
{
"$id": "78",
"identifier": "lhC8uclOdUOLV9xAs9B4EQ==",
"identifierGuid": "b9bc1096-4ec9-4375-8b57-dc40b3d07811",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "yxxX6rOzo02Zb9gW82YtEQ==",
"customerIdentifierGuid": "ea571ccb-b3b3-4da3-996f-d816f3662d11",
"operatorNo": 1,
"operatorG_UID": "sMZ3eTujxkWPC+jCfPZP6A==",
"operatorGuid": "7977c6b0-a33b-45c6-8f0b-e8c27cf64fe8",
"created": "2026-06-03T18:34:32.6908961",
"ordered": "2026-06-03T18:34:32.6908961",
"started": "2026-06-03T18:34:32.6908961",
"completed": "2026-06-03T18:34:32.6908961",
"supplied": "2026-06-03T18:34:32.6908961",
"quickTicket": 1,
"deleted": true,
"walkAway": true,
"approxWait": 1,
"actualWait": 1,
"deliveryMethod": 8,
"externalSaleType": 9,
"customer": {
"$ref": "59"
},
"operator": {
"$ref": "26"
},
"details": [
{
"$id": "79",
"headerID": 1,
"plu": 1,
"pluG_UId": "pGJQPFT+80OH3otT5RMYAQ==",
"pluGuid": "3c5062a4-fe54-43f3-87de-8b53e5131801",
"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": "Q0NC1alwPUiiaTEwSPUwJg==",
"headerIdentifierGuid": "d5424343-70a9-483d-a269-313048f53026",
"product": {
"$ref": "13"
}
},
{
"$ref": "79"
}
],
"storeName": "sample string 11",
"customerName": "sample string 12",
"storeReplyTo": "sample string 13",
"storeSubjectLine": "sample string 14",
"storeSaleHeader": {
"$ref": "66"
}
},
{
"$ref": "78"
}
],
"surveyResponses": [
{
"$id": "80",
"surveyG_UID": "pptJatZ3zU2M3Qxrq4iZnQ==",
"surveyGuid": "6a499ba6-77d6-4dcd-8cdd-0c6bab88999d",
"saleHeaderGuid": "CuEuLXdbgkaphY85mac/uA==",
"saleGuid": "2d2ee10a-5b77-4682-a985-8f3999a73fb8",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "FMZlJED6B0iD0z+sl02hVQ==",
"guidResponse": "2465c614-fa40-4807-83d3-3fac974da155",
"whoAnswered": 2,
"answeredAtUTC": "2026-06-03T18:34:32.6908961",
"sale": {
"$ref": "66"
},
"survey": {
"$id": "81",
"g_UID": "SB6sD6LSu0avypKGzFXMNA==",
"guid": "0fac1e48-d2a2-46bb-afca-9286cc55cc34",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "XAIootP1IE2xML7XWDtqiQ==",
"checkoutFormGuid": "a228025c-f5d3-4d20-b130-bed7583b6a89",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-06-03T18:34:32.6908961",
"end": "2026-06-03T18:34:32.6908961",
"deleted": true,
"updated": "2026-06-03T18:34:32.6908961",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"a657b174-1c74-40a7-8f70-e70a5d805174",
"780df3da-8678-4e4e-9eb0-fc579037baa8"
],
"allowsAllTextResponses": true,
"surveyForm": {
"$ref": "34"
}
},
"ingressId": "sample string 4"
},
{
"$ref": "80"
}
],
"storeName": "sample string 39",
"terminalNumber": 40,
"machineName": "sample string 41",
"operatorName": "sample string 42",
"direction": 1,
"reason": "sample string 43",
"accountG_UID": "/uwDFo4ZbEmONS6OfRkvdw==",
"accountIdentifier": "1603ecfe-198e-496c-8e35-2e8e7d192f77",
"accountName": "sample string 44",
"customerOrderIdentifier": "ElkIPnnx+06VEJ4XvyqeCA==",
"customerOrderIdentifierGuid": "3e085912-f179-4efb-9510-9e17bf2a9e08",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "82",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "nOlqMbfFKkGxDWe7RGJMdw==",
"paymentIdentifierGuid": "316ae99c-c5b7-412a-b10d-67bb44624c77",
"identifier": "pFQQ43bMZEmv6hewJdp42w==",
"identifierGuid": "e31054a4-cc76-4964-afea-17b025da78db",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "8ToDt8AdUU2b0dhOT1NUaw==",
"itemIdentifierGuid": "b7033af1-1dc0-4d51-9bd1-d84e4f53546b"
}
},
{
"$ref": "65"
}
]
},
{
"$ref": "60"
}
],
"customerGroupMembers": [
{
"$ref": "64"
},
{
"$ref": "64"
}
],
"customerGroups": [
{
"$ref": "63"
},
{
"$ref": "63"
}
],
"accounts": [
{
"$ref": "61"
},
{
"$ref": "61"
}
],
"account": {
"$ref": "61"
},
"vouchers": [
{
"$id": "83",
"customerIdentifier": "42lPxFdEn0yJUk6iKWsnSw==",
"customerIdentifierGuid": "c44f69e3-4457-4c9f-8952-4ea2296b274b",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "ZwUZfbJ7z0KkSjOqtXfKIA==",
"idempotentGuid": "7d190567-7bb2-42cf-a44a-33aab577ca20",
"offline": true,
"voucher": {
"$id": "84",
"id": 1,
"name": "sample string 2",
"description": "sample string 3",
"shortDescription": "sample string 4",
"url": "sample string 5",
"barcodeTemplateID": 1,
"expiry": 0,
"voucherType": 6,
"limitPerTransaction": 7,
"customerTracking": true,
"discountAccount": "sample string 9",
"endDate": "2026-06-03T18:34:32.6908961",
"barcodeTemplate": {
"$id": "85",
"templateID": 1,
"template": "sample string 1",
"bcFunction": "sample string 2",
"sortOrder": 3
},
"scaleLabel": {
"$id": "86",
"id": 1,
"uid": "sample string 2",
"name": "sample string 3",
"width": 1.1,
"height": 1.1,
"showBorder": true,
"borderWidth": 1.1,
"borderStyle": 1,
"borderColour": "sample string 5",
"updated": "2026-06-03T18:34:32.6908961",
"labelPageLayout": "dtLBbFuvG02qd0ikCdJbgA==",
"pageLayoutGuid": "6cc1d276-af5b-4d1b-aa77-48a409d25b80",
"labelType": 6,
"oldName": "sample string 7",
"voucher": {
"$ref": "84"
},
"elements": [
{
"$id": "87",
"id": 1,
"scaleLabelID": 2,
"showPercentDI": true,
"showAvgPerHundred": true,
"showAvgPerServe": true,
"name": "sample string 6",
"x": 1.1,
"y": 1.1,
"width": 1.1,
"height": 1.1,
"type": 1,
"rotation": 1,
"text": "sample string 7",
"fontFamily": "sample string 8",
"align": 1,
"bold": true,
"italic": true,
"underline": true,
"strikeout": true,
"reverse": true,
"textColour": "sample string 9",
"fontSize": 1.1,
"picture": "QEA=",
"borderWidth": 10,
"sortOrder": 11,
"printOptions": 12,
"superScriptTextFontSize": 1.1,
"lineStyle": 1,
"spacingStyle": 1,
"interCharacterSpacing": 1.1,
"superScriptOffset": 1.1,
"lineSpacing": 1.1,
"dateFormat": "sample string 13",
"autoGrow": true,
"fontAutoResize": true,
"updated": "2026-06-03T18:34:32.6908961"
},
{
"$ref": "87"
}
]
},
"customerVouchers": [
{
"$id": "88",
"id": 1,
"customerIdentifier": "WmOfs8jBbEyDZCVkuSgRHQ==",
"customerIdentifierGuid": "b39f635a-c1c8-4c6c-8364-2564b928111d",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-06-03T18:34:32.6908961",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "A1ia12dxDESFGp7TlnKoXQ==",
"issuedIdempotentGuid": "d79a5803-7167-440c-851a-9ed39672a85d",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-06-03T18:34:32.6908961",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-06-03T18:34:32.6908961",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "neepWpsudESywiS23h8OXQ==",
"redeemedIdempotentGuid": "5aa9e79d-2e9b-4474-b2c2-24b6de1f0e5d",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-06-03T18:34:32.6908961",
"storeName": "sample string 17",
"scaleLabel": {
"$ref": "86"
},
"voucher": {
"$ref": "84"
},
"customer": {
"$ref": "59"
},
"issuedOfflinePayment": {
"$ref": "65"
},
"redeemedOfflinePayment": {
"$ref": "65"
}
},
{
"$ref": "88"
}
]
},
"customer": {
"$ref": "59"
}
},
{
"$ref": "83"
}
]
}
},
{
"$ref": "58"
}
],
"customerGroups": [
{
"$id": "89",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupID": "UStwpZGTX0yMbE5sCDw2jg==",
"groupIDGuid": "a5702b51-9391-4c5f-8c6c-4e6c083c368e",
"campaign": {
"$ref": "55"
},
"group": {
"$ref": "63"
}
},
{
"$ref": "89"
}
],
"signIqTickets": [
{
"$id": "90",
"identifier": "87PFPAvnn06bIbBNki73lg==",
"identifierGuid": "3cc5b3f3-e70b-4e9f-9b21-b04d922ef796",
"campaignName": "sample string 2",
"message": "sample string 3",
"ticketFileSource": "sample string 4",
"ticketFileDestination": "sample string 5",
"storeID": 1
},
{
"$ref": "90"
}
],
"comboPriceGroups": [
{
"$id": "91",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"g_UID": "mHVb7r/t9EO1/gSWbqbZVA==",
"guid": "ee5b7598-edbf-43f4-b5fe-04966ea6d954",
"description": "sample string 5",
"newPrice": 1,
"rangeDescription": "sample string 6",
"dealDescription": "sample string 7",
"labelQuantity": 8,
"hostProductCategoryID": 1,
"offerID": 1,
"dontUpdatePricePlus": true,
"campaign": {
"$ref": "55"
},
"comboPricePlus": [
{
"$id": "92",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupG_UID": "yzutcZFNdkOc2NpjAC1DNA==",
"groupGuid": "71ad3bcb-4d91-4376-9cd8-da63002d4334",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "SLukOPBLqkekPVYo3MUnpg==",
"pluGuid": "38a4bb48-4bf0-47aa-a43d-5628dcc527a6",
"priceGroupG_UID": "qmejnzw67UmNyGJ6PUQnXw==",
"priceGroupGuid": "9fa367aa-3a3c-49ed-8dc8-627a3d44275f",
"campaignPoolID": "sample string 7",
"quantity": 1,
"campaign": {
"$ref": "55"
},
"product": {
"$ref": "13"
},
"priceGroup": {
"$ref": "19"
},
"campaignPool": {
"$ref": "55"
}
},
{
"$ref": "92"
}
]
},
{
"$ref": "91"
}
],
"priceLevels": [
{
"$id": "93",
"id": 1,
"priceLevelIdentifier": "JuqqyhO7XEqN7WtsvIYftw==",
"priceLevelIdentifierGuid": "caaaea26-bb13-4a5c-8ded-6b6cbc861fb7",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "93"
}
],
"promotionType": {
"$id": "94",
"identifier": "7DnqXrjAr0eXe1tmwXKatQ==",
"identifierGuid": "5eea39ec-c0b8-47af-977b-5b66c1729ab5",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "a41eegIqsEK7xNPZdhdy6g==",
"labelPageLayoutGuid": "7a5e8d6b-2a02-42b0-bbc4-d3d9761772ea",
"priceLevelIdentifier": "Otqs456kK0WEPfK20X55uA==",
"priceLevelIdentifierGuid": "e3acda3a-a49e-452b-843d-f2b6d17e79b8",
"active": true,
"updated": "2026-06-03T18:34:32.6908961",
"hostName": "sample string 11"
}
},
"product": {
"$ref": "13"
},
"dealCost": {
"$id": "95",
"headerIdentifier": "kmGmBlueG0mRcEL3r+65Ng==",
"headerIdentifierGuid": "06a66192-9e5b-491b-9170-42f7afeeb936",
"identifier": "o9prN34sDk+eUQ7iuKNJFg==",
"identifierGuid": "376bdaa3-2c7e-4f0e-9e51-0ee2b8a34916",
"supplierIdentifier": "TupFEx+Bokim6x+bJYveww==",
"supplierGuid": "1345ea4e-811f-48a2-a6eb-1f9b258bdec3",
"pluG_UID": "slO2ogVcWEKCim+lcUTXoA==",
"pluGuid": "a2b653b2-5c05-4258-828a-6fa57144d7a0",
"campaignName": "f6f6144f-1d9f-4474-afac-3c56e22b73e7",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-06-03T18:34:32.6908961",
"end": "2026-06-03T18:34:32.6908961",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "I/PmprmSckKTHknqWm7klQ==",
"bonusItemPluGuid": "a6e6f323-92b9-4272-931e-49ea5a6ee495",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-06-03T18:34:32.6908961",
"metcashPromotionID": "sample string 14",
"fromHost": 15,
"storeNames": "sample string 16",
"storeIDs": [
1,
2
],
"supplierName": "sample string 17",
"campaignDescription": "sample string 18",
"newPrice": 1,
"campaignMetcashPromotionID": "sample string 19",
"campaignActive": true,
"campaignStartDate": "2026-06-03T18:34:32.6908961",
"campaignEndDate": "2026-06-03T18:34:32.6908961",
"masterPLUG_UID": "mr1CuaxwH0a9mdIkJb0+AQ==",
"masterID": "b942bd9a-70ac-461f-bd99-d22425bd3e01",
"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": "QK5x7yeoUkeUYIZFKJg8pg==",
"bonusMasterID": "ef71ae40-a827-4752-9460-864528983ca6",
"bonusProductName": "sample string 34",
"bonusProductAPN": "sample string 35",
"bonusOrderCode": "sample string 36",
"bonusNormalSell": 37,
"bonusNormalCost": 38,
"bonusNormalCostDecimals": 39,
"bonusCartonQuantity": 40,
"bonusSalesMode": 41,
"bonusOrderPacked": 42,
"bonusFuelItem": true,
"bonusActive": true
}
},
"currentCostStart": "2026-06-03T18:34:32.6908961",
"dealCosts": [
{
"$ref": "95"
},
{
"$ref": "95"
}
],
"tags": [
{
"$id": "96",
"pluG_UID": "cDKpqY/4AEyFmgYNUzUTdw==",
"pluGuid": "a9a93270-f88f-4c00-859a-060d53351377",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "96"
}
],
"alternateProductG_UID": "GKJDwrP+zEWOZCESB8lu/w==",
"alternateProduct": "c243a218-feb3-45cc-8e64-211207c96eff",
"altProduct": {
"$ref": "13"
},
"productHostCode": {
"$id": "97",
"id": 1,
"pluG_UID": "i9sLtJfTAk+XZodRELQw9w==",
"pluGuid": "b40bdb8b-d397-4f02-9766-875110b430f7",
"ibaCode": "sample string 2"
},
"mscCat": {
"$ref": "49"
},
"mscCom": {
"$ref": "50"
},
"mscDep": {
"$ref": "52"
},
"mscSubCom": {
"$ref": "51"
},
"isUserUpdate": true,
"ignoreMasterProduct": true,
"priceGroupLabelRequested": true,
"firstSold": "2026-06-03T18:34:32.6908961",
"inventoryTracked": "2026-06-03T18:34:32.6908961",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "98",
"pluG_UID": "jXq+ZMHOf0CgIByJPh9VKQ==",
"pluGuid": "64be7a8d-cec1-407f-a020-1c893e1f5529",
"fuelPluG_UID": "xYAA+eEKy0SgozPddwt/4A==",
"fuelPluGuid": "f90080c5-0ae1-44cb-a0a3-33dd770b7fe0",
"price": 3,
"productDescription": "sample string 4",
"productBarcode": "sample string 5",
"fuelProductDescription": "sample string 6",
"fuelProductBarcode": "sample string 7",
"fuelProductPrice": 8
},
"productFuelLinks": [
{
"$ref": "98"
},
{
"$ref": "98"
}
]
},
"supplier": {
"$ref": "8"
},
"serviceFee": {
"$id": "99",
"id": 1,
"description": "sample string 1",
"fee": 1
},
"isPrimaryHost": true,
"hostVendor": 48
},
{
"$ref": "11"
}
],
"orderCycleHeaders": [
{
"$id": "100",
"storeID": 1,
"supplierIdentifier": "nu1rDgxt1U2gKEYrbtDbaQ==",
"supplierGuid": "0e6bed9e-6d0c-4dd5-a028-462b6ed0db69",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"storeName": "sample string 5",
"departmentName": "sample string 6",
"orderDays": 7
},
{
"$ref": "100"
}
],
"cycles": [
{
"$id": "101",
"storeID": 1,
"supplierIdentifier": "t3zT7jhbJkmYKh0OGTehPQ==",
"supplierGuid": "eed37cb7-5b38-4926-982a-1d0e1937a13d",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"cutOffWeek": 5,
"cutOffDay": 6,
"cutOffTime": "00:00:00.1234567",
"leadTime": 7,
"daysBuffer": 8,
"supplierName": "sample string 9",
"cutOffDate": "2026-06-03T18:34:32.6908961",
"deliveryDate": "2026-06-03T18:34:32.6908961",
"nextCutOffDate": "2026-06-03T18:34:32.6908961",
"nextDeliveryDate": "2026-06-03T18:34:32.6908961",
"nextDaysBuffer": 10
},
{
"$ref": "101"
}
],
"store": {
"$ref": "2"
},
"updated": "2026-06-03T18:34:32.6908961",
"isHost": true
},
"files": [
{
"$id": "102",
"id": "sample string 1",
"fileName": "sample string 2",
"extension": "sample string 3",
"provider": 0,
"type": 0,
"hostType": "sample string 4",
"createdUtc": "2026-06-03T18:34:32.6908961",
"processed": "2026-06-03T18:34:32.6908961",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-06-03T18:34:32.6908961",
"size": 1,
"sizeFormat": "sample string 7",
"isArchive": true,
"customerNumber": "sample string 9",
"businessPillar": "sample string 10",
"fileType": "sample string 11",
"version": "sample string 12",
"reference": "sample string 13",
"digest": "sample string 14",
"contentType": "sample string 15",
"host": {
"$ref": "7"
},
"metcashHeader": {
"$id": "103",
"customerNumber": "sample string 1",
"creationDate": "2026-06-03T18:34:32.6908961",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "102"
}
],
"zoneMatrix": [
{
"$id": "104",
"id": 1,
"hostIdentifier": "QMAJ6iU1Dkeqvhf75/2fIw==",
"hostIdentifierGuid": "ea09c040-3525-470e-aabe-17fbe7fd9f23",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"75166a66-7620-49f5-911f-65242f2ed95f",
"01075318-332d-47bc-ac13-fbcf22a71006"
]
},
{
"$ref": "104"
}
],
"hostFileStoreSetting": {
"$ref": "6"
},
"hostStoreSettings": [
{
"$ref": "6"
},
{
"$ref": "6"
}
],
"promotionPlacements": [
{
"$id": "105",
"identifier": "+YOkHMhCt0OzmID4Ugq3Uw==",
"identifierGuid": "1ca483f9-42c8-43b7-b398-80f8520ab753",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "105"
}
],
"promoTypeGuids": [
"ad6cd3d9-6971-4b87-81ad-e575683685f0",
"71c53def-fc34-4c62-900a-8b4d37d32afc"
],
"isPromotionOnly": false,
"isOrderable": false,
"vendor": 0
},
"groupIDs": [
1,
2
],
"hostDescription": "sample string 27"
},
{
"$ref": "6"
}
],
"accounts": [
{
"$id": "106",
"id": 1,
"storeID": 1,
"accountName": "sample string 2",
"bsb": "sample string 3",
"accountNumber": "sample string 4",
"accountDesignated": true
},
{
"$ref": "106"
}
],
"sales": [
{
"$id": "107",
"id": 1,
"storeID": 1,
"externalSalesType": 2,
"ftpSiteID": 1,
"lastSaleProcessed": "2026-06-03T18:34:32.6908961",
"ftpSite": {
"$id": "108",
"id": 1,
"description": "sample string 2",
"address": "sample string 3",
"username": "sample string 4",
"password": "sample string 5",
"path": "sample string 7",
"protocol": 8
}
},
{
"$ref": "107"
}
],
"suppliedStores": [
1,
2
],
"zoneMatrix": [
{
"$ref": "104"
},
{
"$ref": "104"
}
],
"cashManagements": [
{
"$id": "109",
"id": 1,
"storeID": 1,
"cashManagementType": 2,
"apiID": 1,
"organisationID": "sample string 3",
"siteName": "sample string 4",
"thirdPartyAPI": {
"$id": "110",
"id": 1,
"description": "sample string 2",
"address": "sample string 3",
"username": "sample string 4",
"password": "sample string 5",
"passwordPlain": "sample string 6",
"token": "sample string 7",
"apiType": 8,
"apiSubType": 9,
"config": "sample string 10"
}
},
{
"$ref": "109"
}
],
"updateStoreID": "cf86dfc0-3c47-4080-a429-417935f3a263",
"updateStore": {
"$id": "111",
"id": "d4e76c0d-c3ab-4385-8e35-6028c02d6c6c",
"name": "sample string 1",
"lastActivity": "2026-06-03T18:34:32.6908961",
"zone": "sample string 2",
"timeZoneOffset": 0.0,
"businessHoursStart": "00:00:00.1234567",
"businessHoursEnd": "00:00:00.1234567",
"master": true,
"lastIP": "sample string 10",
"lastHostName": "sample string 11",
"ping": 1,
"pingStatus": "sample string 12",
"lastUpdateCompleted": "2026-06-03T18:34:32.6908961"
},
"timeZoneId": "sample string 54",
"securityOptions": {
"$id": "112",
"loginMode": 1,
"allowSelfVerification": true,
"verifierEmail": "sample string 3",
"source": "sample string 4",
"loginModeInherited": 5,
"loginModeSource": "sample string 6",
"selfVerifyInherited": true,
"selfVerifySource": "sample string 8",
"verifyEmailInherited": "sample string 9",
"verifyEmailSource": "sample string 10"
}
},
"supplier": {
"$ref": "8"
},
"order": {
"$id": "113",
"orderID": 1,
"orderGuid": "Dbh27jv9WUOtYUtlchNlLw==",
"orderIdentifier": "ee76b80d-fd3b-4359-ad61-4b657213652f",
"backToBack": 1,
"b2bGuid": "mJNEXOfUyk6tpdS7VFoU5w==",
"b2bIdentifier": "5c449398-d4e7-4eca-ada5-d4bb545a14e7",
"status": 2,
"created": "2026-06-03T18:34:32.6908961",
"createdLocal": "2026-06-03T18:34:32.6908961",
"createdByUser": "sample string 3",
"storeID": 1,
"transferGuid": "/l7dABvhGUq3Yk/IOEhc6g==",
"transferIdentifier": "00dd5efe-e11b-4a19-b762-4fc838485cea",
"transferInvoiceIdentifier": "jASq5OQvJEaBCrKvqCJOnw==",
"transferInvoiceGuid": "e4aa048c-2fe4-4624-810a-b2afa8224e9f",
"attachedToInvoice": 4,
"transferType": 1,
"supplierIdentifier": "uBNo6DmyyES+kKQHDAZOBg==",
"supplierIdentifierGuid": "e86813b8-b239-44c8-be90-a4070c064e06",
"description": "sample string 5",
"rows": 1,
"cartons": 1,
"units": 1,
"sentCount": 1,
"sent": "2026-06-03T18:34:32.6908961",
"sentLocal": "2026-06-03T18:34:32.6908961",
"sentByUser": "sample string 6",
"lastSentStatus": 1,
"cancelled": "2026-06-03T18:34:32.6908961",
"cancelledLocal": "2026-06-03T18:34:32.6908961",
"cancelledByUser": "sample string 7",
"shipped": "2026-06-03T18:34:32.6908961",
"shippedLocal": "2026-06-03T18:34:32.6908961",
"shippedByUser": "sample string 8",
"stockReceived": "2026-06-03T18:34:32.6908961",
"stockReceivedLocal": "2026-06-03T18:34:32.6908961",
"stockReceivedByUser": "sample string 9",
"stockReceiveInventorySetting": 10,
"received": "2026-06-03T18:34:32.6908961",
"receivedLocal": "2026-06-03T18:34:32.6908961",
"completed": "2026-06-03T18:34:32.6908961",
"completedLocal": "2026-06-03T18:34:32.6908961",
"updated": "2026-06-03T18:34:32.6908961",
"updatedLocal": "2026-06-03T18:34:32.6908961",
"dueDate": "2026-06-03T18:34:32.6908961",
"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": "M1rhvaNNbkKOQVc4kQhnFQ==",
"transportCompanyIdentifier": "bde15a33-4da3-426e-8e41-573891086715",
"autoOrder": 28,
"hostIdentifier": "csPAcOXlTUaIreINoJEnnw==",
"hostIdentifierGuid": "70c0c372-e5e5-464d-88ad-e20da091279f",
"defaultOrderDocumentId": 1,
"defaultStockReceiveDocumentId": 1,
"temperature": 1.1,
"temperatureScale": 29,
"rating": 30,
"lastOrderEmailSentId": "sample string 31",
"lastOrderEmailSentStatus": "sample string 32",
"deleted": "2026-06-03T18:34:32.6908961",
"deletedByUser": "sample string 33",
"autoOrderGuid": "7f0SsKeyy02+0baWU0crKQ==",
"autoOrderIdentifier": "b012fded-b2a7-4dcb-bed1-b69653472b29",
"autoOrderHeader": {
"$id": "114",
"autoOrderGuid": "LgstU50Af0y8PL054QCAJA==",
"autoOrderIdentifier": "532d0b2e-009d-4c7f-bc3c-bd39e1008024",
"orderGuid": "DqkcjJON+0qPCvhpb2I5Fw==",
"orderIdentifier": "8c1ca90e-8d93-4afb-8f0a-f8696f623917",
"created": "2026-06-03T18:34:32.6908961",
"orderID": 1,
"storeID": 1,
"orderDate": "2026-06-03T18:34:32.6908961",
"supplierIdentifier": "SdPtSLvn4EyEhmjxQIQw1A==",
"supplierIdentifierGuid": "48edd349-e7bb-4ce0-8486-68f1408430d4",
"orderStatus": 1,
"tradingPartner": 1,
"warehouse": true,
"simpleAWS": 3,
"defaultMPL": 4,
"investmentBuy": true,
"storeName": "sample string 6",
"supplierName": "sample string 7",
"description": "sample string 8",
"orderType": "sample string 9",
"mailTo": "sample string 10",
"mailBcc": "sample string 11",
"notes": "sample string 12",
"transportCompanyGuid": "4LtmP9ElrkeNRmWpB/k72Q==",
"transportCompanyIdentifier": "3f66bbe0-25d1-47ae-8d46-65a907f93bd9",
"store": {
"$ref": "2"
},
"supplier": {
"$ref": "8"
},
"orderCycle": {
"$id": "115",
"id": 1,
"autoOrderGuid": "uhX7OqzyekSp9qxbYjbV5g==",
"autoOrderIdentifier": "3afb15ba-f2ac-447a-a9f6-ac5b6236d5e6",
"cutOffDate": "2026-06-03T18:34:32.7089241",
"deliveryDate": "2026-06-03T18:34:32.7089241",
"daysBuffer": 3,
"nextCutOffDate": "2026-06-03T18:34:32.7089241",
"nextDeliveryDate": "2026-06-03T18:34:32.7089241",
"nextDaysBuffer": 5
},
"details": [
{
"$id": "116",
"autoOrderGuid": "1aQrPpKuyUWyGrIgb5pvZw==",
"autoOrderIdentifier": "3e2ba4d5-ae92-45c9-b21a-b2206f9a6f67",
"pluG_UID": "R+apNFO57E2Y8UeQIXHSOw==",
"pluGuid": "34a9e647-b953-4dec-98f1-47902171d23b",
"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-06-03T18:34:32.7089241",
"investmentBuyStatus": 2,
"processed": "2026-06-03T18:34:32.7089241",
"product": {
"$ref": "13"
},
"orderCode": "sample string 3",
"directIndicator": "sample string 4",
"cycle": {
"$ref": "101"
},
"inventory": {
"$id": "117",
"inventoryGuid": "jsEv9qgJikG+SNqGs+aQKg==",
"inventoryIdentifier": "f62fc18e-09a8-418a-be48-da86b3e6902a",
"created": "2026-06-03T18:34:32.7089241",
"createdLocal": "2026-06-03T18:34:32.7089241",
"onHand": 4,
"onHandPacks": 5,
"onOrder": 6,
"onOrderPacks": 7,
"accuracy": 8,
"updated": "2026-06-03T18:34:32.7089241",
"history": [
{
"$id": "118",
"inventoryGuid": "O2RxMnTrXkOcx7B7A7DFUA==",
"inventoryIdentifier": "3271643b-eb74-435e-9cc7-b07b03b0c550",
"pluG_UID": "lLaqh6XsTE2HCKxy1lpxOg==",
"pluIdentifier": "87aab694-eca5-4d4c-8708-ac72d65a713a",
"inventoryReason": 3,
"inventoryInvoiceGuid": "D0tZ0cQLqUG3DD7/f0KmuA==",
"invoiceIdentifier": "d1594b0f-0bc4-41a9-b70c-3eff7f42a6b8",
"operatorGuid": "orCD5/K+BUWoQs8SohkNcg==",
"operatorIdentifier": "e783b0a2-bef2-4505-a842-cf12a2190d72",
"stocktakeGuid": "fpWj9n9eZ0OydG+0MA89sw==",
"stocktakeIdentifier": "f6a3957e-5e7f-4367-b274-6fb4300f3db3",
"orderGuid": "b97ioTZgjUe1ff2mYSI8Mg==",
"orderIdentifier": "a1e2de6f-6036-478d-b57d-fda661223c32",
"saleHeaderGuid": "dSBJBaJIUUyV9LqfzYaMvg==",
"saleHeaderGuidIdentifier": "05492075-48a2-4c51-95f4-ba9fcd868cbe",
"dumpStockID": 1,
"fuelDeliveryID": 1,
"creditNoteIdentifier": "DOESoGrpR0iLkuLzYgxn4w==",
"creditNoteGuid": "a012e10c-e96a-4847-8b92-e2f3620c67e3",
"inventorySourceGuid": "p4gu6/Jpek6/QDu9pwpwMg==",
"inventorySourceIdentifier": "eb2e88a7-69f2-4e7a-bf40-3bbda70a7032",
"createdLocal": "2026-06-03T18:34:32.7089241",
"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-06-03T18:34:32.7089241",
"createdLocalTime": "2026-06-03T18:34:32.7089241",
"storeID": 14,
"barcode": "sample string 15",
"directCode": "sample string 16",
"productName": "sample string 17",
"salesMode": 18,
"orderPacked": 19,
"invoice": {
"$id": "119",
"inventoryInvoiceGuid": "WJxx0id8ZkayiN5d0zTr1A==",
"invoiceIdentifier": "d2719c58-7c27-4666-b288-de5dd334ebd4",
"inventoryGuid": "5wZSQlFcwkmULhhn/0buRg==",
"inventoryIdentifier": "425206e7-5c51-49c2-942e-1867ff46ee46",
"supplierIdentifier": "aCGF5RBd9U6l1gmqvVpbGQ==",
"supplierGuid": "e5852168-5d10-4ef5-a5d6-09aabd5a5b19",
"orderGuid": "XYi7GVosqUaiHDNhliHb4A==",
"orderIdentifier": "19bb885d-2c5a-46a9-a21c-33619621dbe0",
"invoiceHeaderIdentifier": "pynV0adL6kGhlLQoxJIAyg==",
"invoiceHeaderGuid": "d1d529a7-4ba7-41ea-a194-b428c49200ca",
"created": "2026-06-03T18:34:32.7089241",
"ordered": "2026-06-03T18:34:32.7089241",
"storeID": 1,
"bestOrExpire": "2026-06-03T18:34:32.7089241",
"bestOrExpireType": 1,
"units": 1,
"weight": 1,
"received": "2026-06-03T18:34:32.7089241",
"cost": 1,
"totalCost": 1,
"freightCost": 1,
"inStock": 1,
"pluG_UID": "v8jLoiJD1UWgn3f95QUi6w==",
"pluGuid": "a2cbc8bf-4322-45d5-a09f-77fde50522eb",
"orderInventoryGuid": "FveQ4qvRmUCES5hhbnpQig==",
"orderInventoryIdentifier": "e290f716-d1ab-4099-844b-98616e7a508a",
"supplier": {
"$ref": "8"
},
"inventoryUnits": [
{
"$id": "120",
"invoiceItemNo": 1,
"inventoryInvoiceGuid": "r3kVHibMOkWZ25b7rpfvzA==",
"invoiceIdentifier": "1e1579af-cc26-453a-99db-96fbae97efcc",
"inventoryGuid": "ZAr7qygdyE6hvL7gdbR0Hg==",
"inventoryIdentifier": "abfb0a64-1d28-4ec8-a1bc-bee075b4741e",
"serialNumber": "sample string 3",
"sold": "2026-06-03T18:34:32.7089241",
"saleItemID": 1,
"storeID": 1,
"returned": "2026-06-03T18:34:32.7089241",
"dumped": 1,
"saleHeaderID": 1
},
{
"$ref": "120"
}
]
},
"invoiceHeaderIdentifier": "ccUXHhZtYUenTQnVxinJPg==",
"invoiceHeaderGuid": "1e17c571-6d16-4761-a74d-09d5c629c93e",
"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-06-03T18:34:32.7089241"
},
"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": "13"
},
{
"$ref": "13"
}
],
"lastInvoiceCost": 1
},
"aws": 5.0,
"products": [
{
"$id": "122",
"parentPluGuid": "84bcd252-1d75-4f73-b910-50d70e465d5b",
"product": {
"$ref": "13"
},
"inventory": {
"$ref": "117"
},
"storeID": 2,
"storeName": "sample string 3",
"dayWeighting": {
"$id": "123",
"sunday": 1.1
},
"explanations": [
{
"$id": "124",
"pluG_UID": "r7mNKMuqwkGQ45nXLQb/KA==",
"pluGuid": "288db9af-aacb-41c2-90e3-99d72d06ff28",
"consolidatedSales": {
"$id": "125",
"1": {
"$id": "126",
"discountPercentage": 1,
"days": 2,
"quantity": 3.1,
"aws": 3.1,
"cartonQuantity": 4.1,
"lowQuality": true
},
"2": {
"$ref": "126"
}
},
"dailyPrices": {
"$id": "127",
"2026-06-03T18:34:32.7089241": {
"$id": "128",
"date": "2026-06-03T18:34:32.7089241",
"salePrice": 1,
"campaign": "sample string 2",
"campaignDescription": "sample string 3",
"combo": true,
"comboPriceGroupG_UID": "JRkbuUOP/02Uw8KQmDAThw==",
"comboPriceGroupGuid": "b91b1925-8f43-4dff-94c3-c29098301387"
}
},
"onHandPredictions": [
{
"$id": "129",
"autoOrderGuid": "e9gf6zLnd0GH/ZoJSWXDuA==",
"autoOrderIdentifier": "eb1fd87b-e732-4177-87fd-9a094965c3b8",
"pluG_UID": "RhSba+2Iq0+QEDIlIU40dw==",
"pluGuid": "6b9b1446-88ed-4fab-9010-3225214e3477",
"childPLUG_UID": "plSj05/2VU2qYEi/MYmvUQ==",
"childPluGuid": "d3a354a6-f69f-4d55-aa60-48bf3189af51",
"date": "2026-06-03T18:34:32.7089241",
"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": "129"
}
],
"predictions": [
{
"$ref": "129"
},
{
"$ref": "129"
}
],
"product": {
"$ref": "13"
}
},
{
"$ref": "124"
}
]
},
{
"$ref": "122"
}
],
"supplierOrderingDetail": {
"$ref": "11"
},
"manufacturerSupplier": "dae0edc2-e43a-40e7-8e19-2725e4777e7f",
"cartonQuantity": 1,
"sellPrice": 1,
"cost": 1,
"costDecimals": 1,
"bufferDays": 6,
"boostDays": 7
},
{
"$ref": "116"
}
],
"boosts": [
{
"$id": "130",
"autoOrderGuid": "rSZ2hzs030evIoqJsvgiaA==",
"autoOrderIdentifier": "877626ad-343b-47df-af22-8a89b2f82268",
"date": "2026-06-03T18:34:32.7089241",
"boost": 2
},
{
"$ref": "130"
}
]
},
"supplierName": "sample string 34",
"supplierStoreID": 1,
"supplierCartonsOnly": true,
"supplierEnforceMinimumQuantity": true,
"supplierMinimumOrderValue": 1,
"storeName": "sample string 37",
"orderCode": {
"$id": "131",
"code": "sample string 1",
"description": "sample string 2"
},
"store": {
"$ref": "2"
},
"supplier": {
"$ref": "8"
},
"totalCostInc": 38.0,
"totalPickedCostInc": 39.0,
"totalReceivedCostInc": 40.0,
"total": {
"$id": "132",
"orderGuid": "stXYNfltYUOz20D5MyDZgw==",
"orderIdentifier": "35d8d5b2-6df9-4361-b3db-40f93320d983",
"supplierIdentifier": "eWoGCNJz40WbqrrZ4j7E+w==",
"supplierGuid": "08066a79-73d2-45e3-9baa-bad9e23ec4fb",
"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": "133",
"id": 1,
"orderGuid": "oRzy/kjEn0GnuvjblW9hiA==",
"orderIdentifier": "fef21ca1-c448-419f-a7ba-f8db956f6188",
"pluG_UID": "JSDFnpMq4EKLHGBU0kBnew==",
"pluGuid": "9ec52025-2a93-42e0-8b1c-6054d240677b",
"created": "2026-06-03T18:34:32.7089241",
"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": "xxH2/KZS7UyIyAEOI380JQ==",
"substituteGuid": "fcf611c7-52a6-4ced-88c8-010e237f3425",
"warehousePLUG_UID": "s+DBPdAwwEqyitdIe/KClQ==",
"warehousePluGuid": "3dc1e0b3-30d0-4ac0-b28a-d7487bf28295",
"updated": "2026-06-03T18:34:32.7089241",
"increment": true,
"description": "sample string 15",
"product": {
"$ref": "13"
},
"unknownScan": {
"$id": "134",
"pluG_UID": "1lGDlFTeSEW3oi18covUVw==",
"pluGuid": "948351d6-de54-4548-b7a2-2d7c728bd457",
"orderGuid": "CUkG4n/71Eyd7UXQt1PDow==",
"orderIdentifier": "e2064909-fb7f-4cd4-9ded-45d0b753c3a3",
"barcode": "sample string 3",
"created": "2026-06-03T18:34:32.7089241",
"assigned": true
},
"unknownScanItem": true,
"substitute": {
"$ref": "13"
},
"warehouseProduct": {
"$ref": "13"
},
"lookup": {
"$id": "135",
"pluG_UID": "KpRHvxCqCUGAFc7ZLmkkgA==",
"pluGuid": "bf47942a-aa10-4109-8015-ced92e692480",
"inventoryGuid": "ua68rv7/SUmxbvN4GyDXGw==",
"inventoryIdentifier": "aebcaeb9-fffe-4949-b16e-f3781b20d71b",
"averageWeeklySales": 1.0,
"promotionalAverageWeeklySales": 1.0,
"inventoryAverageWeeklySales": 1.0,
"inventoryPromotionalAverageWeeklySales": 1.0,
"onHand": 1,
"onHandPacks": 1,
"onOrder": 1,
"onOrderPacks": 1,
"accuracy": 1,
"lastOrdered": "2026-06-03T18:34:32.7089241",
"lastOrderQuantity": 1.1,
"lastReceived": "2026-06-03T18:34:32.7089241",
"lastReceivedQuantity": 1.1,
"lastInvoiceStatus": 1
},
"productOrderingDetail": {
"$ref": "11"
},
"dealCost": {
"$ref": "95"
},
"nextCost": {
"$ref": "95"
},
"lastChance": true,
"holdOff": 18,
"holdOffDate": "2026-06-03T18:34:32.7089241",
"orderHeader": {
"$ref": "113"
},
"invoiceDetail": {
"$id": "136",
"identifier": "vq72wzARlEG3VeVoZRJT5A==",
"identifierGuid": "c3f6aebe-1130-4194-b755-e568651253e4",
"headerIdentifier": "VW3GAFi2v0+1p+gmoV7cnw==",
"headerIdentifierGuid": "00c66d55-b658-4fbf-b5a7-e826a15edc9f",
"pluG_UID": "CZg/ivplAkKJ+uqkMmxSag==",
"pluGuid": "8a3f9809-65fa-4202-89fa-eaa4326c526a",
"pageNo": 1,
"lineNo": 1,
"itemOrdered": "sample string 1",
"itemShipped": "sample string 2",
"apn": "sample string 3",
"barcode": "sample string 4",
"prodStatus": 0,
"dateAvailable": "2026-06-03T18:34:32.7089241",
"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,
"extendedCostSpecified": true,
"cartonCostSpecified": true,
"freightAmount": 16,
"freightGstAmount": 17,
"extFreightAmount": 18,
"extFreightGstAmount": 19,
"costDecimals": 20,
"wetRate": 1,
"containerDeposit": 1,
"basePrice": 1,
"wetValue": 1,
"deliveryFee": 1,
"casePrice": 1,
"wholesaleExt": 1,
"wetExt": 1,
"totalLitres": 1,
"tun": "sample string 21",
"applyDetails": true,
"applySell": true,
"applyCost": true,
"applyOr": true,
"applyQty": true,
"itemNumber": "sample string 22",
"directNumber": "sample string 23",
"itemSize": "sample string 24",
"costGst": 1,
"sellGst": 1,
"costOr": 1,
"sellOr": 1,
"marginOr": 1,
"grossProfit": 1.0,
"sell": 1,
"cartonCost": 1,
"currentCost": 1,
"costID": "A",
"costStart": "2026-06-03T18:34:32.7089241",
"costEnd": "2026-06-03T18:34:32.7089241",
"createdFromUnknownScan": true,
"orderGuid": "dD+EvZjntka8q+tGz0O90g==",
"orderIdentifierGuid": "bd843f74-e798-46b6-bcab-eb46cf43bdd2",
"processed": true,
"received": true,
"inventoried": true,
"fromElectronicInvoice": true,
"allowDelete": true,
"updated": "2026-06-03T18:34:32.7089241",
"invoiceNo": "sample string 30",
"hasInventory": true,
"existingCost": 32.1,
"existingSell": 33.1,
"futureCost": 1.1,
"futureSell": 1.1,
"nextSell": 1.1,
"nextSellCampaignName": "sample string 34",
"nextSellCampaignDescription": "sample string 35",
"dealCost": {
"$ref": "95"
},
"nextCost": {
"$ref": "95"
},
"lastChance": true,
"holdOff": 37,
"holdOffDate": "2026-06-03T18:34:32.7089241",
"unknownScan": {
"$id": "137",
"pluG_UID": "6X9yq7AqZUSr19Bj2uLpSA==",
"pluGuid": "ab727fe9-2ab0-4465-abd7-d063dae2e948",
"invoiceIdentifier": "5S/DDK78jkiTw4IS1OUQxA==",
"invoiceGuid": "0cc32fe5-fcae-488e-93c3-8212d4e510c4",
"barcode": "sample string 3",
"itemNumber": "sample string 4",
"created": "2026-06-03T18:34:32.7089241"
},
"productActive": true,
"productSalesMode": 39,
"productGSTPercent": 40,
"productCostCalcMethod": 41,
"productAlwaysApplyMargin": true,
"productMarginRanged": true,
"productMargin": 1.1,
"productMinimumMargin": 1.1,
"productMaximumMargin": 1.1,
"priceGroupG_UID": "HJes4a2jbU+bQC6ApcFx9Q==",
"priceGroupGuid": "e1ac971c-a3ad-4f6d-9b40-2e80a5c171f5",
"priceGroupName": "sample string 44",
"priceGroupCode": "sample string 45",
"product": {
"$ref": "13"
},
"incrementCount": true,
"minimumQuantity": 1,
"randomWeight": true,
"salesMode": 47,
"cartons": 1,
"weight": 1,
"units": 1,
"autoOrderStatus": 1,
"invoiceDetailReceive": true
},
"autoOrderDetail": {
"$ref": "116"
},
"costGSTPercent": 1,
"orderDetailReceive": true,
"isBackedUp": true,
"backupWarehouseIndicator": "sample string 21",
"backupOrderCode": "sample string 22"
},
{
"$ref": "133"
}
],
"unknownScans": [
{
"$ref": "134"
},
{
"$ref": "134"
}
],
"transportCompany": {
"$id": "138",
"identifier": "R2QR4Ozyk0uoqYAqL5rn4A==",
"identifierGuid": "e0116447-f2ec-4b93-a8a9-802a2f9ae7e0",
"companyName": "sample string 1",
"abn": "sample string 2",
"address1": "sample string 3",
"address2": "sample string 4",
"telephone": "sample string 5",
"primaryContactGuid": "QjsuroRes0GJ3nroTJpwRg==",
"primaryContactID": "ae2e3b42-5e84-41b3-89de-7ae84c9a7046",
"primaryContact": {
"$ref": "9"
}
},
"isMetcashSorted": true,
"backupOrderType": "sample string 42",
"backupOrderTypeDescription": "sample string 43",
"backupTradingPartner": 1,
"backupHostIdentifier": "ed8ed8f1-becd-4316-95c0-5d2ae8453937"
},
"details": [
{
"$ref": "136"
},
{
"$ref": "136"
}
],
"orderStatus": 1,
"processLockedInvoice": true
}
application/xml
Sample not available.
text/xml
Sample not available.
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
PK P��\�)�k� 5 xl/workbook.xml � (� ����0��&�C��`�()��x��Э4П�5���H�yۙ��v�l��3�����\��lE��P̟�w�8�B��E�����o:�s����Ă4��z���ay�q? 5�(Ť���]�=%�>�hlu�5D~S4�����f
jܲ�0JΝ�8��U2�:~�]ˌ�Y�E�w��d��|PK P��\���� � [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
P��\���' ' _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="R8a015a806946407f" /></Relationships>PK P��\A$�C �3 xl/worksheets/sheet1.xml � (� ��[s9��
���Zǔ�a�|�l��ޱ6���M
H�?�k0
3M�s���V3z��R�����������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�ٍ�X�!Ek��a;v�S��������8�o[y�����hT̏w��n?�WAY�s7 �+��o�����^��ׇ��p��v\lO;8e����L~|ڎO=�kE���v���9m�f �4��@�i�7�݉hbO��ӮB�)TmR*d ��?m���s)zeL*���c�w u���X4-Ue=��_�@,�.���7��F�
�0��������f M�E�b�!xg��!��Ĥ�'�l�E�b1U6&1@RJG�hb;�Q&���Q�Pzb�t�E$)Y�0MЅS�P��Bt�DQ�cq�|d3�`N\��}Bl�� �U�?z!x[03��;g:�L W���P�����G{�*��GјJ��}ԘJ���z*i�E��f �X�}�EKLھL�]�ؗIKLZ�71i�Ֆ���ob�ƞ��%&mߣ����$D�!�h�*% $]�Q����Zۗ�GGH:Ӯ��!b�oC�
�������x�5Ĥ��t�ζ�Ը�i�8|0�P5�]�rj��Ew� �A���+$|i<�Ciބ����H��?bބ�K'��'�:u$1�u�
h��1ա'�iS�5;oO�yhS�c���N���'��R���Ho��%�|k��Z�=�{~�-���PP���V�Ci-�A��]�~�\PF���Ġ�ml
h=�.�
5�'}j/E���DW��DbP���@��h Ta%t{�H�*�!����Z����d8��&�a���u���]8����\�`�WQCyb�5�F)���|���Mhg)�A7���;��-� ��"GbHݓ74�,��Q$c�s��#c�䰪(�C��{cM��R9���7���bʧJ$#�3Ġ�
����c$$c�s�u0aM�:���7���S6�ri ���\�U8�.��d<�6qw���'��o���Ť:{� �V��+�b"ӞE*X>F�\J�Z"ӞE�*�Tp��o�Y�iϢ5�R
{�X)CakN�bڳ�Z߁D�T cKw��b����Ɉ�5%b1�Y4�r˝��t�A>�G��*l~�x:YM.���b��?��q���bu>\/�~]��ѯ��m��0Bw#��Ӎxz݈g��qy��#|7��aD�F�<��݈W���ZP���Fa��B�����{!� �Aa�~B������B�����S����Ea�~B���B�� !Lݿ��n-��0yk����[KFdׂ
S��L�Z�#0�k���D�KS�L L�Z�%p�c�Yp&p�k�Y�&p�sZ���N�u�i�?-�Y0��:�\g����,x�r��Z���R�ul�O�y,��1�ǂO�y,��1�ǂO�y,��1��ұ�t>uL��S�t>���|�O=�Y��:>�\g����,��s��z���S�u|�O�Y�i�:>
\g����,�4p�������u|����tn��s#�42�����ǂO#ӹ|����tn�F�s#�L�F�i�:>�\g����,�4q��&�����u|��O�Y�i��<�Fk�m�}�eq���;�H��0�-ɳ�K\
!lў�h�����&�J�a��Z�a��F�a�x+�0y�I1l����l�>�X���B���|S�$�c�����>���<>�)oǤޏue����w&M-��Z��aPsL��V^(vռ˯/s����/jɫ��~��ѥ|ƒM�UB-��_&ԒQ�uB-9�_(�� ~�PK��
�G)���Z1)����1)�;�?��bs����=��t\��s��ç���r;��w�繡/rs���|)/�_熾�=|�{�.��}���Ï��������+��sG,�yt�3~'4����^=g�q� ����������������or�7bu�[���w��t����&g�F:p��i#8�~y�H�Y��m��m{�Q�ס���z����W������չ�?PK P��\3��� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞� Nh��ݰ���=��&vd����G�
XEWb�������4����ڼM#9�����V:5ؾ�S�جW;EL�s iņL���
N"nF�:��IĔ���BE��b��>g�-��/3���$>;y���?����c0��^�c?�@��,�Vu�k��v�0U2�4B��e�����g2m٦-VWR�\6����Q�D�.�;��LM����R�J�Z�W5z��/PK P��\Ѓ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 P��\/�~� xl/sharedStrings.xml � (� �Yko�����?�I~I��N��⤹hQ��4�ٕI���I���;�$[)�X �g8<3r�z�%�7�rv����vX�c�6���Τݒ���$��E�d���幔���L^��J�g�����#��S`������bӓ� �-��%=���v��v+�Sh6ڭ�ѿ2�$h�^���EL�5q�S��=-�#_2�ѕ���Y��G"��\ei���F�.��Y;4y&"0n������Y� bʥ�#+E��ny&� �v�ptn�e�.���#�3�hV4
��Nj����.�'&�?R{y���3�Y��q�=o ��]ա���L�ng����YB���0~���O ���# o�S.k1�r'����k`�_#v��$�=W`m��$K�d<�Z8:�Q����3Ru�I��p�)��nN�p���]�͗�`��*3֥�\*{�9�8�-_b9�b��a�2{͙��"�K�4A��Q���X�-�0å�i���,_o)#,R���+���,I@>�w+�yH0+�j+(��*HZG�H�|��Z�r L|8�a
�ND��F��G����Xiѭظ�Wp/ծtBF$L\o�a�6&�Q�� �ʨp�Z��eLh���u���A��,�C�J,)������$��!)T��r̩v
�Jq��ѸY� ��K��Y� ��#R�NE���J�+����+�zM�����"��{g)m��<\lo�qk�f���?
��K<l .<�\��Xݺ�
~��z�ȏ</� �w�a�!�:����u0�I�rS%�jN��h@:A0�t����i� �A��Q��]`�-�D���X6��8<8�ã���8l��3<={� ܷJ��k�T��N̳"�M�t���$��`8�:!�a�L���&�o�Om���N��?
�
E
?�f�K�4�O��?A�D|�� ���'���`�oJY���/歋����%���:ms�M�� b�$/�~�����b��2�j�k��ii��j�B��;�j�q��-h��[�nc��Y[�DCWq�Ǒ�,tZA}���Q�aCf��ic�Q�$��4A2�8^|m�l��H巬��%K�iE�-O��֦�É��-�pb���ao�I�'~/�{���\E���6#Z�����p�z~��Fg��,�[�w�&���0W�������r�'H~�f�H�%u��7W>�lM7���3���o<ɣ��x�%lr�3�a7� �
$�0��$�DV��K��}���Nw� �{
9�����r��OM�=Bߪq�����11��_xL�3��}:���$�M+i��E>����
���ן�C��߸��!Ӝ�Q��p+�n��[��LU7~���}���x��&?��Fo��f��� �_�:F;7-�7���7�sـj���A�Dg8���K�F.�ȤD�n�����`�V�k`�a.ȷ;��F�shi^_X�����*�ߋL�[�$�F�k��lz�\�Eժ�������~����z~0��Eh���$�4�q�Fy145&�/4%c�>㔃�е�W+&z4��]��+s�&�.s*����k�lE�6�0;S�6WCS�~�ϼ��[����<1���N��!�pwB2�b�F�)��N�k�фD�~v�9�l�5X���Ĥ=�§?�X1˒d���qeA7Qݣ[����0�)=�W�k$���p؟Z�*J@G��V�4]�J�s|�&f�;���f�*��7��"ԩiR4��s���!�Hu��}
D���!ՉP���Z7��;�L�$��v�n�x�v���g��w����u�x\tu0���ZXx}�c�1K�o�g]n��y�E�k@"�7w��I��ɻ����':t8����QwI�����=s�` ���C占'���/PK- P��\�)�k� 5 xl/workbook.xmlPK- P��\���� � [Content_Types].xmlPK-
P��\���' ' V _rels/.relsPK- P��\A$�C �3 � xl/worksheets/sheet1.xmlPK- P��\3��� P W
xl/_rels/workbook.xml.relsPK- P��\Ѓc'2 E
� xl/styles.xmlPK- P��\/�~� xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
PK P��\ƅJL� 5 xl/workbook.xml � (� ����0D�&�C��A#)��x��}��4Ж�5��B $��ξ1Z�=���G����mC���-j�;��v�u�$٦Qk+�M`)�'氇���<]h������E�_P���~G�����>��X��&aK���D�mQKZC J�s}�4��jn�s"s�g�%kRN7�l�]}PK P��\���� � [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
P��\GK�' ' _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="Rc90f53c45ce341cc" /></Relationships>PK P��\A$�C �3 xl/worksheets/sheet1.xml � (� ��[s9��
���Zǔ�a�|�l��ޱ6���M
H�?�k0
3M�s���V3z��R�����������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�ٍ�X�!Ek��a;v�S��������8�o[y�����hT̏w��n?�WAY�s7 �+��o�����^��ׇ��p��v\lO;8e����L~|ڎO=�kE���v���9m�f �4��@�i�7�݉hbO��ӮB�)TmR*d ��?m���s)zeL*���c�w u���X4-Ue=��_�@,�.���7��F�
�0��������f M�E�b�!xg��!��Ĥ�'�l�E�b1U6&1@RJG�hb;�Q&���Q�Pzb�t�E$)Y�0MЅS�P��Bt�DQ�cq�|d3�`N\��}Bl�� �U�?z!x[03��;g:�L W���P�����G{�*��GјJ��}ԘJ���z*i�E��f �X�}�EKLھL�]�ؗIKLZ�71i�Ֆ���ob�ƞ��%&mߣ����$D�!�h�*% $]�Q����Zۗ�GGH:Ӯ��!b�oC�
�������x�5Ĥ��t�ζ�Ը�i�8|0�P5�]�rj��Ew� �A���+$|i<�Ciބ����H��?bބ�K'��'�:u$1�u�
h��1ա'�iS�5;oO�yhS�c���N���'��R���Ho��%�|k��Z�=�{~�-���PP���V�Ci-�A��]�~�\PF���Ġ�ml
h=�.�
5�'}j/E���DW��DbP���@��h Ta%t{�H�*�!����Z����d8��&�a���u���]8����\�`�WQCyb�5�F)���|���Mhg)�A7���;��-� ��"GbHݓ74�,��Q$c�s��#c�䰪(�C��{cM��R9���7���bʧJ$#�3Ġ�
����c$$c�s�u0aM�:���7���S6�ri ���\�U8�.��d<�6qw���'��o���Ť:{� �V��+�b"ӞE*X>F�\J�Z"ӞE�*�Tp��o�Y�iϢ5�R
{�X)CakN�bڳ�Z߁D�T cKw��b����Ɉ�5%b1�Y4�r˝��t�A>�G��*l~�x:YM.���b��?��q���bu>\/�~]��ѯ��m��0Bw#��Ӎxz݈g��qy��#|7��aD�F�<��݈W���ZP���Fa��B�����{!� �Aa�~B������B�����S����Ea�~B���B�� !Lݿ��n-��0yk����[KFdׂ
S��L�Z�#0�k���D�KS�L L�Z�%p�c�Yp&p�k�Y�&p�sZ���N�u�i�?-�Y0��:�\g����,x�r��Z���R�ul�O�y,��1�ǂO�y,��1�ǂO�y,��1��ұ�t>uL��S�t>���|�O=�Y��:>�\g����,��s��z���S�u|�O�Y�i�:>
\g����,�4p�������u|����tn��s#�42�����ǂO#ӹ|����tn�F�s#�L�F�i�:>�\g����,�4q��&�����u|��O�Y�i��<�Fk�m�}�eq���;�H��0�-ɳ�K\
!lў�h�����&�J�a��Z�a��F�a�x+�0y�I1l����l�>�X���B���|S�$�c�����>���<>�)oǤޏue����w&M-��Z��aPsL��V^(vռ˯/s����/jɫ��~��ѥ|ƒM�UB-��_&ԒQ�uB-9�_(�� ~�PK��
�G)���Z1)����1)�;�?��bs����=��t\��s��ç���r;��w�繡/rs���|)/�_熾�=|�{�.��}���Ï��������+��sG,�yt�3~'4����^=g�q� ����������������or�7bu�[���w��t����&g�F:p��i#8�~y�H�Y��m��m{�Q�ס���z����W������չ�?PK P��\���{� P xl/_rels/workbook.xml.rels � (� ���n� @�׀�k7���K�4?p�öb�6�֡��_(J�֑:t�t�;�������y�Gg;*
N Z��h�����k�v���)����#�#6vtHɯ�j�b�<��1.̐rz�A�GVr~�A��d���3fT���iF�� �W�q@L��!�:�S��D���<��F�ZՒ#���볛��t�0�z}��Z(+-Kho*3@@��B~�Ӳ��'�6+�h�5v�/6_PK P��\Ѓ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 P��\/�~� xl/sharedStrings.xml � (� �Yko�����?�I~I��N��⤹hQ��4�ٕI���I���;�$[)�X �g8<3r�z�%�7�rv����vX�c�6���Τݒ���$��E�d���幔���L^��J�g�����#��S`������bӓ� �-��%=���v��v+�Sh6ڭ�ѿ2�$h�^���EL�5q�S��=-�#_2�ѕ���Y��G"��\ei���F�.��Y;4y&"0n������Y� bʥ�#+E��ny&� �v�ptn�e�.���#�3�hV4
��Nj����.�'&�?R{y���3�Y��q�=o ��]ա���L�ng����YB���0~���O ���# o�S.k1�r'����k`�_#v��$�=W`m��$K�d<�Z8:�Q����3Ru�I��p�)��nN�p���]�͗�`��*3֥�\*{�9�8�-_b9�b��a�2{͙��"�K�4A��Q���X�-�0å�i���,_o)#,R���+���,I@>�w+�yH0+�j+(��*HZG�H�|��Z�r L|8�a
�ND��F��G����Xiѭظ�Wp/ծtBF$L\o�a�6&�Q�� �ʨp�Z��eLh���u���A��,�C�J,)������$��!)T��r̩v
�Jq��ѸY� ��K��Y� ��#R�NE���J�+����+�zM�����"��{g)m��<\lo�qk�f���?
��K<l .<�\��Xݺ�
~��z�ȏ</� �w�a�!�:����u0�I�rS%�jN��h@:A0�t����i� �A��Q��]`�-�D���X6��8<8�ã���8l��3<={� ܷJ��k�T��N̳"�M�t���$��`8�:!�a�L���&�o�Om���N��?
�
E
?�f�K�4�O��?A�D|�� ���'���`�oJY���/歋����%���:ms�M�� b�$/�~�����b��2�j�k��ii��j�B��;�j�q��-h��[�nc��Y[�DCWq�Ǒ�,tZA}���Q�aCf��ic�Q�$��4A2�8^|m�l��H巬��%K�iE�-O��֦�É��-�pb���ao�I�'~/�{���\E���6#Z�����p�z~��Fg��,�[�w�&���0W�������r�'H~�f�H�%u��7W>�lM7���3���o<ɣ��x�%lr�3�a7� �
$�0��$�DV��K��}���Nw� �{
9�����r��OM�=Bߪq�����11��_xL�3��}:���$�M+i��E>����
���ן�C��߸��!Ӝ�Q��p+�n��[��LU7~���}���x��&?��Fo��f��� �_�:F;7-�7���7�sـj���A�Dg8���K�F.�ȤD�n�����`�V�k`�a.ȷ;��F�shi^_X�����*�ߋL�[�$�F�k��lz�\�Eժ�������~����z~0��Eh���$�4�q�Fy145&�/4%c�>㔃�е�W+&z4��]��+s�&�.s*����k�lE�6�0;S�6WCS�~�ϼ��[����<1���N��!�pwB2�b�F�)��N�k�фD�~v�9�l�5X���Ĥ=�§?�X1˒d���qeA7Qݣ[����0�)=�W�k$���p؟Z�*J@G��V�4]�J�s|�&f�;���f�*��7��"ԩiR4��s���!�Hu��}
D���!ՉP���Z7��;�L�$��v�n�x�v���g��w����u�x\tu0���ZXx}�c�1K�o�g]n��y�E�k@"�7w��I��ɻ����':t8����QwI�����=s�` ���C占'���/PK- P��\ƅJL� 5 xl/workbook.xmlPK- P��\���� � [Content_Types].xmlPK-
P��\GK�' ' V _rels/.relsPK- P��\A$�C �3 � xl/worksheets/sheet1.xmlPK- P��\���{� P W
xl/_rels/workbook.xml.relsPK- P��\Ѓc'2 E
� xl/styles.xmlPK- P��\/�~� xl/sharedStrings.xmlPK � �