GET api/orders
Lists orders matching query paramenters
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Status | OrderStatus |
None. |
|
Take | integer |
None. |
|
Skip | integer |
None. |
|
SupplierIdentifier | Collection of byte |
None. |
|
SupplierIdentifierGuid | globally unique identifier |
None. |
|
PLUG_UID | Collection of byte |
None. |
|
PluGuid | globally unique identifier |
None. |
|
StoreID |
Matches against either the ordered for store, or the ordered from store for store transfers |
integer |
None. |
TransfersOnlyStore |
When true, StoreID is only matched against the ordered from store for store transfers |
boolean |
None. |
OrdersOnlyStore |
When true, StoreID is only matched against the ordered for store |
boolean |
None. |
Search | string |
None. |
|
OrderNo | string |
None. |
|
DetailSearch | DetailSearchType |
None. |
|
OrderType | string |
None. |
|
ShowHeader | ShowHeaderType |
None. |
|
ExcludeCompleted | boolean |
None. |
|
ExcludeStarted | boolean |
None. |
|
ExcludeSent | boolean |
None. |
|
ExcludeInvoices | boolean |
None. |
|
ExcludeCancelled | boolean |
None. |
|
CreatedBefore |
Local created date filtering before |
date |
None. |
CreatedAfter |
Local created date filtering after |
date |
None. |
SentBefore |
Local sent date filtering before |
date |
None. |
DueDateBefore |
Due date filtering before |
date |
None. |
DueDateAfter |
Due date filtering after |
date |
None. |
SentAfter |
Local sent date filtering after |
date |
None. |
StockReceivedAfter |
Local stock received after |
date |
None. |
StockReceivedBefore |
Local stock received after |
date |
None. |
TradingPartner | OrderTradingPartner |
None. |
|
TransferInvoiced | boolean |
None. |
|
AutoOrder | boolean |
None. |
|
SortBy | OrderSortBy |
None. |
|
Sort | SortOrder |
None. |
|
Relations | boolean |
None. |
|
Details | boolean |
None. |
Body Parameters
None.
Response Information
Resource Description
PageList containing list of matching orderheaders and count of all matching orders
PageListOfOrderHeaderName | Description | Type | Additional information |
---|---|---|---|
Type | string |
None. |
|
List | Collection of OrderHeader |
None. |
|
Skip |
Number of records to skip over |
integer |
None. |
Take |
Number of records to take |
integer |
None. |
TotalCount | integer |
Relation. This field may not always be loaded or used for updates. |
Response Formats
application/json, text/json
{ "type": "OrderHeader", "list": [ { "$id": "2", "orderID": 1, "orderGuid": "QQNeVTogEEyYLca7j9cwyw==", "orderIdentifier": "555e0341-203a-4c10-982d-c6bb8fd730cb", "backToBack": 1, "b2bGuid": "buIxrJ9m6EOQni9QPz3neQ==", "b2bIdentifier": "ac31e26e-669f-43e8-909e-2f503f3de779", "status": 2, "created": "2025-06-14T06:08:01.961264", "createdLocal": "2025-06-14T06:08:01.961264", "createdByUser": "sample string 3", "storeID": 1, "transferGuid": "V7ELJ8PvOE6+k/5hRNs57Q==", "transferIdentifier": "270bb157-efc3-4e38-be93-fe6144db39ed", "transferInvoiceIdentifier": "pDvOI5Q9AEeb6l0UvO3jCA==", "transferInvoiceGuid": "23ce3ba4-3d94-4700-9bea-5d14bcede308", "attachedToInvoice": 4, "transferType": 1, "supplierIdentifier": "2RG7nyDO1EK94BEUA6AJQg==", "supplierIdentifierGuid": "9fbb11d9-ce20-42d4-bde0-111403a00942", "description": "sample string 5", "rows": 1, "cartons": 1, "units": 1, "sentCount": 1, "sent": "2025-06-14T06:08:01.961264", "sentLocal": "2025-06-14T06:08:01.961264", "sentByUser": "sample string 6", "lastSentStatus": 1, "cancelled": "2025-06-14T06:08:01.961264", "cancelledLocal": "2025-06-14T06:08:01.961264", "cancelledByUser": "sample string 7", "shipped": "2025-06-14T06:08:01.961264", "shippedLocal": "2025-06-14T06:08:01.961264", "shippedByUser": "sample string 8", "stockReceived": "2025-06-14T06:08:01.961264", "stockReceivedLocal": "2025-06-14T06:08:01.961264", "stockReceivedByUser": "sample string 9", "received": "2025-06-14T06:08:01.961264", "receivedLocal": "2025-06-14T06:08:01.961264", "completed": "2025-06-14T06:08:01.961264", "completedLocal": "2025-06-14T06:08:01.961264", "updated": "2025-06-14T06:08:01.961264", "updatedLocal": "2025-06-14T06:08:01.961264", "dueDate": "2025-06-14T06:08:01.961264", "warehouseNote": "sample string 10", "warehouseRef": "sample string 11", "pdeSerialNumber": "sample string 12", "tradingPartner": 1, "orderType": "sample string 1", "orderTypeDescription": "sample string 2", "stateCode": "sample string 15", "mailCarbonCopy": true, "mailTo": "sample string 17", "mailBcc": "sample string 18", "mailReplyTo": "sample string 19", "liquor": true, "summary": "sample string 21", "notes": "sample string 22", "supplierNotes": "sample string 23", "receiptEmailSent": true, "receiptEmailSentId": "sample string 25", "receiptEmailSentStatus": "sample string 26", "transportCompanyGuid": "3yu4OxITPEGbaugJaXGkSw==", "transportCompanyIdentifier": "3bb82bdf-1312-413c-9b6a-e8096971a44b", "autoOrder": 27, "hostIdentifier": "i/wu7OoG8EeIXLgEo3pRJA==", "hostIdentifierGuid": "ec2efc8b-06ea-47f0-885c-b804a37a5124", "defaultOrderDocumentId": 1, "defaultStockReceiveDocumentId": 1, "temperature": 1.1, "temperatureScale": 28, "rating": 29, "lastOrderEmailSentId": "sample string 30", "lastOrderEmailSentStatus": "sample string 31", "deleted": "2025-06-14T06:08:01.961264", "deletedByUser": "sample string 32", "autoOrderGuid": "XeMqYM2JYU+KlGHMaW4sqg==", "autoOrderIdentifier": "602ae35d-89cd-4f61-8a94-61cc696e2caa", "autoOrderHeader": { "$id": "3", "autoOrderGuid": "sPiSOlCgR0Gl9IdFJ1XyPg==", "autoOrderIdentifier": "3a92f8b0-a050-4147-a5f4-87452755f23e", "orderGuid": "DQDGcNyNtEa432ePooGudw==", "orderIdentifier": "70c6000d-8ddc-46b4-b8df-678fa281ae77", "created": "2025-06-14T06:08:01.961264", "orderID": 1, "storeID": 1, "orderDate": "2025-06-14T06:08:01.961264", "supplierIdentifier": "VFL3KqLGAkqgnB5fYqkRbQ==", "supplierIdentifierGuid": "2af75254-c6a2-4a02-a09c-1e5f62a9116d", "orderStatus": 1, "tradingPartner": 1, "simpleAWS": true, "defaultMPL": 3, "investmentBuy": true, "storeName": "sample string 5", "supplierName": "sample string 6", "description": "sample string 7", "orderType": "sample string 8", "mailTo": "sample string 9", "mailBcc": "sample string 10", "notes": "sample string 11", "transportCompanyGuid": "dSa1yguKj0yfAY9Z8+bn8Q==", "transportCompanyIdentifier": "cab52675-8a0b-4c8f-9f01-8f59f3e6e7f1", "store": { "$id": "4", "id": 1, "isMaster": 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": "2025-06-14T06:08:01.961264", "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": "O7TrxxzCU0Wd7jvHFGLBEw==", "hostIdentifierGuid": "c7ebb43b-c21c-4553-9dee-3bc71462c113", "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, "giftCardSalesAccountingDeptCode": "sample string 47", "transactionDiscountAccountingDeptCode": "sample string 48", "size": 49, "updated": "2025-06-14T06:08:01.961264", "priceZoneName": "sample string 51", "storeFuelConfigured": true, "shippingAddressCopied": true, "shippingAddress": { "$id": "5", "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" }, "billingAddress": { "$ref": "5" }, "hostStoreSettings": [ { "$id": "6", "id": 1, "hostIdentifier": "Wf3QL80ddkSPLGml9bGJYA==", "hostIdentifierGuid": "2fd0fd59-1dcd-4476-8f2c-69a5f5b18960", "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, "processPromotions": true, "hostProvider": 0, "host": { "$id": "7", "identifier": "zuqLqP7R0kG+WcIgqqzrGA==", "identifierGuid": "a88beace-d1fe-41d2-be59-c220aaaceb18", "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": "goICq+cxnUuK9zv+ff2aCw==", "hostSupplierIdentifierGuid": "ab028282-31e7-4b9d-8af7-3bfe7dfd9a0b", "loyaltyPriceLevelIdentifier": "vjY89jhVg02ndPuZnspafQ==", "loyaltyPriceLevelIdentifierGuid": "f63c36be-5538-4d83-a774-fb999eca5a7d", "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": "2025-06-14T06:08:01.961264", "lastProcessed": "2025-06-14T06:08:01.961264", "hold": true, "supplierName": "sample string 35", "supplier": { "$id": "8", "identifier": "owogActrokS4qHbvXPYFmA==", "identifierGuid": "01200aa3-6bcb-44a2-b8a8-76ef5cf60598", "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": "U6Lx+jAgTEmZyfVjLzq1yA==", "primaryContactID": "faf1a253-2030-494c-99c9-f5632f3ab5c8", "storeID": 1, "abn": "sample string 16", "supplierGroupIdentifier": "43iP0RdCXU21YX8omyANlQ==", "supplierGroupGuid": "d18f78e3-4217-4d5d-b561-7f289b200d95", "rebate": 1.0, "rebateType": 1, "rebateFrequency": 1, "rebateSource": 1, "rebateLastClaimed": "2025-06-14T06:08:01.961264", "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": "22bca210-3546-453d-93cb-ffb02b276093", "identifier": "wBmDIh4SaEmwrC4avJIOmA==", "identifierGuid": "228319c0-121e-4968-b0ac-2e1abc920e98", "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": "xR1wIoKfs0iG3QXZQLSBmQ==", "supplierIdentifierGuid": "22701dc5-9f82-48b3-86dd-05d940b48199", "contactGuid": "9MlEn2I/KU632/Ml4EwSSg==", "contactID": "9f44c9f4-3f62-4e29-b7db-f325e04c124a", "contact": { "$ref": "9" }, "supplier": { "$ref": "8" } }, { "$ref": "10" } ], "products": [ { "$id": "11", "pluG_UID": "jK51pb1Ve0OGwYDTQu3ARQ==", "pluGuid": "a575ae8c-55bd-437b-86c1-80d342edc045", "supplierIdentifier": "BJ036g59T0GcWvMGXD8/4g==", "supplierIdentifierGuid": "ea379d04-7d0e-414f-9c5a-f3065c3f3fe2", "cartonQuantity": 1, "cartonQuantityChanged": true, "productSize": "sample string 2", "cigarettesPerSleeve": 1, "randomWeight": true, "piecesPerUnit": 4, "averagePackSize": 5, "effectiveDate": "2025-06-14T06:08:01.961264", "pricedByWeight": true, "landedUnitCostEx": 8, "landedUnitCostInc": 9, "landedCartonCostInc": 10, "landedCartonCostEx": 11, "standardCost": 12, "deliveryFee": 1, "deliveryFeeBasis": "sample string 13", "pickAndPackFee": 1, "pickAndPackFeeBasis": "sample string 14", "financeFee": 1, "financeFeeBasis": "sample string 15", "cartonLength": 1, "cartonWidth": 1, "cartonHeight": 1, "palletLayerQuantity": 1, "palletLayers": 1, "itemCode": "sample string 16", "invoiceCode": "sample string 17", "invoiceDesc": "sample string 18", "orderDirect": true, "useCost": true, "minimumQuantity": 19, "hostType": 20, "fromHost": 21, "minimumReorder": 1, "maximumReorder": 1, "orderMultiple": 22.1, "sellMultiple": 23.1, "baseMultiple": 24.1, "hostStandardCost": 25, "hostTotalCost": 26, "hostRetail": 27, "hostLandedUnitCostEx": 28, "hostLandedUnitCostInc": 29, "hostDesc": "sample string 30", "directIndicator": "sample string 31", "availableToOrder": true, "hostRangeIndicator": "sample string 33", "hostProductType": "sample string 34", "hostProductGrade": "sample string 35", "hostProductGroup": "sample string 36", "hostSlowMoving": true, "hostGeneralMerchandise": true, "hostPillar": "sample string 39", "hostLastUpdated": "2025-06-14T06:08:01.961264", "rebate": 1.0, "rebateExclude": true, "invoiceCodes": [ { "$id": "12", "pluG_UID": "HtaUJ4YBhEqQzc1oF1n/pg==", "pluGuid": "2794d61e-0186-4a84-90cd-cd681759ffa6", "supplierIdentifier": "D1IGJNLfWkiggRaBDKyxyg==", "supplierIdentifierGuid": "2406520f-dfd2-485a-a081-16810cacb1ca", "invoiceCode": "sample string 1", "storeIDs": [ 1, 2 ] }, { "$ref": "12" } ], "storeIDs": [ 1, 2 ], "preferredSupplier": true, "preferredRebateSupplier": true, "supplierName": "sample string 40", "salesMode": 41, "orderPacked": true, "active": true, "price": 1, "costGstPercent": 43, "parentPluG_UID": "m1kpsjYJh0W4ZYry4Epyxg==", "parentPluGuid": "b229599b-0936-4587-b865-8af2e04a72c6", "freight": 44.0, "freightType": 1, "product": { "$id": "13", "plu": 1, "storeID": 1, "masterPluG_UID": "QEA=", "storeIDs": [ 1, 2 ], "g_UId": "sIE7dOlAw0GhnoXA4x/zSQ==", "guid": "743b81b0-40e9-41c3-a19e-85c0e31ff349", "apn": "sample string 1", "apnChanged": true, "apnSwitched": true, "barcode": "sample string 4", "itemNumber": "sample string 5", "itemNumberChanged": true, "priceGroupG_UID": "ZUKIllVtcEGVSrAhZeA5fw==", "priceGroupGuid": "96884265-6d55-4170-954a-b02165e0397f", "blueprintID": 1, "lastCountedDate": "2025-06-14T06:08:01.961264", "externalID": "sample string 7", "active": true, "activated": "2025-06-14T06:08:01.961264", "pluCreated": "2025-06-14T06:08:01.961264", "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": "2025-06-14T06:08:01.961264", "lastManualUpdate": "2025-06-14T06:08:01.961264", "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": "2025-06-14T06:08:01.961264", "currentCostUpdated": "2025-06-14T06:08:01.961264", "costDecimals": 31, "costChanged": true, "dealCostIdentifier": "QEA=", "excludeFromRebate": true, "rebateOverride": 1, "costCalcMethod": 1, "costCalcMethodChanged": true, "costEffectiveDate": "2025-06-14T06:08:01.961264", "defaultGP": 1, "breakTargetMode": 32, "break1": 1, "price1": 1, "target1": 33, "break2": 1, "price2": 1, "target2": 34, "break3": 1, "price3": 1, "target3": 35, "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, "awsUpdated": "2025-06-14T06:08:01.961264", "posTare": 1, "altPrice": 1.0, "altPriceChanged": true, "altPriceMode": 52, "altPriceModeChanged": true, "altPLUG_UID": "yjasyLgNyUmgm5h0VUGfBQ==", "altPLUGuid": "c8ac36ca-0db8-49c9-a09b-987455419f05", "altPLUGuidChanged": true, "altPriceDescription1": "sample string 53", "altPriceDescription2": "sample string 54", "cartonQuantity": 55, "cartonQuantityChanged": true, "trayID": 1, "promptID": 1, "tare": 1, "packQty": 1, "fixedWeight": 1, "extraMesg": 1, "text1": "sample string 57", "text2": "sample string 58", "text3": "sample string 59", "labelText": "sample string 60", "labelTextChanged": true, "sendToScale": true, "nonScaleWeigh": true, "labelFormat": "sample string 64", "barcodeFormat": "sample string 65", "austMade": 1, "coolCode": 66, "countryOfOrigin": "sample string 67", "percentContent": 68.1, "departmentID": 1, "subDepartmentID": 1, "minorDepartmentID": 1, "lesserDepartmentID": 1, "deptCode": "sample string 69", "subDeptCode": "sample string 70", "minorDeptCode": "sample string 71", "lesserDeptCode": "sample string 72", "deptName": "sample string 73", "subDeptName": "sample string 74", "minorDeptName": "sample string 75", "lesserDeptName": "sample string 76", "departmentChanged": true, "subCategoryID": 1, "expiry": 1, "showDays": 1, "datePrint": 1, "labelRequired": true, "labelShelfQty": 79, "labelShelfChanged": true, "labelTalkerQty": 81, "labelSmall": true, "labelLastPrinted": "2025-06-14T06:08:01.961264", "labelLastPrice": 1, "shelfPageLayoutG_UID": "03vDSD+4HEyZXaQkOkn/RA==", "shelfPageLayoutGuid": "48c37bd3-b83f-4c1c-995d-a4243a49ff44", "talkerPageLayoutG_UID": "wlzSyfuyrUilr1UNyzwaKQ==", "talkerPageLayoutGuid": "c9d25cc2-b2fb-48ad-a5af-550dcb3c1a29", "unitMeasure": 1.1, "unitMeasureChanged": true, "unitMeasureKind": 84, "unitMeasureKindChanged": true, "signIQData": "sample string 86", "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, "trackSerial": true, "trackSerialChanged": true, "allowZeroPrice": true, "allowZeroPriceChanged": true, "notForSale": 90, "notForSaleChanged": true, "excludeFromDeals": true, "excludeFromVoucher": true, "minimumAge": 93, "minimumAgeChanged": true, "buyingLimit": 1, "buyingLimitChanged": true, "buyingLimitIndependent": true, "buyingLimitIndependentChanged": true, "inventoryGuid": "RQHaWGgghECkP+5gIEzFXQ==", "inventoryIdentifier": "58da0145-2068-4084-a43f-ee60204cc55d", "inventoryAccuracy": 1, "baseUnits": 97, "orderPacked": 1, "isManufactured": true, "isIngredient": true, "isModifier": true, "isModifierChanged": true, "hasModifiers": 98, "defaultPrinter": "sample string 99", "defaultPrinterGroup": "sample string 100", "ingredientsOnManufacture": true, "manufactureUnitMeasure": 1, "mpl": 1, "maxShelfQty": 101, "allowAutoOrder": true, "warrantyPeriod": 1, "parentPluG_UId": "FNDyempDW0i7pECtQMY00g==", "parentPluGuid": "7af2d014-436a-485b-bba4-40ad40c634d2", "preferredHostVendor": 103, "preferredHostChanged": true, "code": "sample string 105", "supplierIdentifier": "qcdKUjns8ES+Z1CzRrLrrw==", "supplierIdentifierGuid": "524ac7a9-ec39-44f0-be67-50b346b2ebaf", "supplierChanged": true, "rebateSupplierIdentifier": "etZ/VYZPJkORrPUNxEAGNQ==", "rebateSupplierIdentifierGuid": "557fd67a-4f86-4326-91ac-f50dc4400635", "rebateSupplierChanged": true, "availableForOrder": true, "warehouseDirectIndicator": "sample string 107", "warehouseDirectIndicatorChanged": true, "productGrade": "sample string 109", "productType": "sample string 110", "productGroup": "sample string 111", "complianceIndicator": "sample string 112", "inhouseBrand": "sample string 113", "slowMoving": true, "generalMerchandise": true, "comment": "sample string 116", "lastUpdatedByUser": "sample string 117", "lastManualUpdatedByUser": "sample string 118", "lastUpdatedByUserOverride": true, "lastUpdatedByHost": "2025-06-14T06:08:01.961264", "commodity": "sample string 120", "businessPillar": "sample string 121", "mscCommodity": "sample string 122", "hostIdentifier": "DXS8YS6kn0+Np6JjLnN6kQ==", "hostIdentifierGuid": "61bc740d-a42e-4f9f-8da7-a2632e737a91", "serviceFeeID": 1, "serviceFeeIDChanged": true, "providerName": "sample string 124", "aisleEnds": "sample string 125", "deleted": true, "deletedChanged": true, "hidden": true, "doNotRange": true, "doNotRangeChanged": true, "doNotOrder": true, "doNotOrderChanged": true, "locked": true, "excludeFromWebUpdate": true, "excludeFromWebUpdateChanged": true, "webPriceBasedOn": 136, "webPriceRounding": true, "webMarkup": 138, "webPriceMode": 139, "altDepartmentID": 1, "altSubDepartmentID": 1, "altMinorDepartmentID": 1, "altLesserDepartmentID": 1, "altDeptCode": "sample string 140", "altSubDeptCode": "sample string 141", "altMinorDeptCode": "sample string 142", "altLesserDeptCode": "sample string 143", "altDepartmentChanged": true, "storeProducts": [ { "$ref": "13" }, { "$ref": "13" } ], "store": { "$ref": "4" }, "storePrices": [ { "$id": "14", "pluG_UID": "1EJSvHrQ20KDFlcpVS9iVw==", "pluGuid": "bc5242d4-d07a-42db-8316-5729552f6257", "plu": 1, "storeID": 1, "zoneID": 2, "zoneName": "sample string 3", "store": "sample string 4", "priceNow": 5, "costNow": 6, "costNowDecimals": 7, "normalPrice": 8, "gstPercent": 9, "normalCost": 10, "normalCostDecimals": 11, "costGstPercent": 12, "costCalcMethod": 1, "currentCost": 13, "currentCostDecimals": 14, "break1": 15, "price1": 16, "break2": 17, "price2": 18, "break3": 19, "price3": 20, "fuelItem": 21, "fixedWeight": 22, "active": true, "complianceIndicator": "sample string 23", "doNotOrder": true, "doNotRange": true, "isNormalPriceChangesCampaign": true, "updated": "2025-06-14T06:08:01.961264" }, { "$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, "acceptedUtc": "2025-06-14T06:08:01.961264", "priceChangeType": 0, "costDecimals": 10 }, "normalPluPrices": { "$ref": "16" }, "winningCampaign": 1, "winner": { "$id": "17", "campaignName": "sample string 1", "campaignDescription": "sample string 2", "startDate": "2025-06-14T06:08:01.961264", "startTime": 3, "endDate": "2025-06-14T06:08:01.961264", "endTime": 4, "newPrice": 5, "newCost": 6, "newCostDecimals": 7, "pctDiscount": 8, "promoType": 1, "promotionTypeCode": "sample string 9", "hostType": 10, "hostIdentifier": "F1AMHaTvkEW32frSng7eFQ==", "hostIdentifierGuid": "1d0c5017-efa4-4590-b7d9-fad29e0ede15", "storeNames": [ "sample string 1", "sample string 2" ] }, "details": [ { "$ref": "17" }, { "$ref": "17" } ] }, "tray": { "$id": "18", "g_UId": "sFqhmnRDgUKJKw6uagNf8g==", "guid": "9aa15ab0-4374-4281-892b-0eae6a035ff2", "name": "sample string 1", "number": 1, "tare": 1 }, "priceGroup": { "$id": "19", "priceGroupG_UID": "9LwyFqTfVUyEXw7qvG/N9A==", "priceGroupGuid": "1632bcf4-dfa4-4c55-845f-0eeabc6fcdf4", "name": "sample string 2", "code": 1, "modified": true, "updated": "2025-06-14T06:08:01.961264", "buyingLimit": 1, "buyingLimitIndependent": true, "buyingLimitType": 0, "number": 1, "products": [ { "$ref": "13" }, { "$ref": "13" } ], "productCount": 1 }, "priceGroupName": "sample string 145", "nutrifacts": { "$id": "20", "pluG_UID": "dRhPmApDnkefQ3jUtRcyQg==", "pluGuid": "984f1875-430a-479e-9f43-78d4b5173242", "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": "63b946d7-f3d2-4931-980f-8f8ee6588341", "created": "2025-06-14T06:08:01.961264", "createdByUser": "sample string 1", "activated": "2025-06-14T06:08:01.961264", "deactivated": "2025-06-14T06:08:01.961264", "lastOrdered": "2025-06-14T06:08:01.961264", "lastOrderedQty": 2.0, "lastReceived": "2025-06-14T06:08:01.961264", "lastReceivedQty": 3.0, "lastInvoiceStatus": 1, "lastCounted": "2025-06-14T06:08:01.961264", "lastSold": "2025-06-14T06:08:01.961264", "firstSold": "2025-06-14T06:08:01.961264", "awsUpdated": "2025-06-14T06:08:01.961264", "lastManualUpdate": "2025-06-14T06:08:01.961264", "lastManualUpdatedByUser": "sample string 5", "lastUpdated": "2025-06-14T06:08:01.961264", "lastUpdatedByUser": "sample string 7", "lastUpdatedByHost": "2025-06-14T06:08:01.961264", "doNotRangeUpdated": "2025-06-14T06:08:01.961264", "doNotOrderUpdated": "2025-06-14T06:08:01.961264", "tracked": "2025-06-14T06:08:01.961264" }, "allergens": [ { "$id": "22", "allergenID": 1, "pluG_UID": "F/j0vdDs/k+d/Fdgy/v1OA==", "pluGuid": "bdf4f817-ecd0-4ffe-9dfc-5760cbfbf538", "contains": 2, "allergenName": "sample string 3", "storeIDs": [ 1, 2 ] }, { "$ref": "22" } ], "costs": { "$id": "23", "pluG_UID": "BxCL00AWIkq2ZVnKye5xVA==", "pluGuid": "d38b1007-1640-4a22-b665-59cac9ee7154", "enteredCost": 1, "weightedAvgCost": 1, "lastCost": 1, "rawEnteredCost": 2, "rawWeightedAvgCost": 3, "rawLastCost": 4, "freight": 5.0, "freightType": 6, "costDecimals": 7, "fifoCost": 1, "updated": "2025-06-14T06:08:01.961264", "normalCost": 1, "currentCost": 1 }, "sales": [ { "$id": "24", "saleHeaderID": 1, "created": "2025-06-14T06:08:01.961264", "createdLocal": "2025-06-14T06:08:01.961264", "storeID": 3, "storeName": "sample string 4", "operatorG_Uid": "ldR8IB+4TE21SLQA77gEnA==", "operatorGuid": "207cd495-b81f-4d4c-b548-b400efb8049c", "operatorName": "sample string 5", "tranType": 1, "plu": 1, "pluG_UId": "nDO886q0VU6h2YIxyLGphg==", "pluGuid": "f3bc339c-b4aa-4e55-a1d9-8231c8b1a986", "normalPrice": 1, "totalCents": 1, "cost": 1, "grossProfit": 1, "quantity": 1, "operator": { "$id": "25", "id": 1, "g_Uid": "77nQ514E8UCVfy5ykFchxw==", "guid": "e7d0b9ef-045e-40f1-957f-2e72905721c7", "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": "2025-06-14T06:08:01.961264", "passwordResetRequired": true, "alteredInStore": true, "startShift": "2025-06-14T06:08:01.961264", "endShift": "2025-06-14T06:08:01.961264", "machineName": "sample string 20", "drawerID": 1, "stores": [ { "$id": "26", "operatorG_UID": "KWtdE5qlTk+kOdOOW9543Q==", "operatorGuid": "135d6b29-a59a-4f4e-a439-d38e5bde78dd", "storeID": 2, "operator": { "$ref": "25" }, "store": { "$ref": "4" } }, { "$ref": "26" } ] } }, { "$ref": "24" } ], "apns": [ { "$id": "27", "pluID": 1, "pluG_UID": "Q7NJhhIA/0mkyR+C0jSvJA==", "pluGuid": "8649b343-0012-49ff-a4c9-1f82d234af24", "apn": "sample string 1", "deleted": true, "storeID": 1, "storeIDs": [ 1, 2 ] }, { "$ref": "27" } ], "tuns": [ { "$id": "28", "pluG_UId": "OCKtcKpXDkuIK1pEyzUhcg==", "pluGuid": "70ad2238-57aa-4b0e-882b-5a44cb352172", "apn": "sample string 1", "tun": "sample string 2", "cartonQuantity": 3, "product": { "$ref": "13" }, "storeIDs": [ 1, 2 ] }, { "$ref": "28" } ], "competitionPricing": [ { "$id": "29", "identifier": "X/wYzbppa0KuC0/+N3C6+w==", "identifierGuid": "cd18fc5f-69ba-426b-ae0b-4ffe3770bafb", "pluG_UID": "E31HRS1GQUKOVA7T2dRdgA==", "pluGuid": "45477d13-462d-4241-8e54-0ed3d9d45d80", "competitionID": 1, "name": "sample string 2", "sellMultiple": 3, "retailPrice": 4, "storeName": "sample string 5" }, { "$ref": "29" } ], "supplier": { "$ref": "8" }, "supplierName": "sample string 146", "children": [ { "$ref": "13" }, { "$ref": "13" } ], "ordering": { "$ref": "11" }, "flipChartPages": [ { "$id": "30", "identifier": "uDwuDmh6oEq+2mJG7Y+4Jw==", "groupName": "sample string 1", "identifierGuid": "0e2e3cb8-7a68-4aa0-beda-6246ed8fb827", "exists": true, "flipChartIdentifier": "E/QiYtc2EkqqXweuu/M1cQ==", "flipChartIdentifierGuid": "6222f413-36d7-4a12-aa5f-07aebbf33571", "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": "BzwlIEnZZUOFxbWU7rTbYg==", "groupIdentifierGuid": "20253c07-d949-4365-85c5-b594eeb4db62", "flipChart": { "$id": "31", "identifier": "d/VDfEzPXkueBpDq/db7ag==", "identifierGuid": "7c43f577-cf4c-4b5e-9e06-90eafdd6fb6a", "displayName": "sample string 2", "sortOrder": 3, "productsPerRow": 4, "rowsPerPage": 5, "buttonMarginX": 6, "buttonMarginY": 7, "beginButtonsX": 8, "beginButtonsY": 9, "autoSizeButtons": true, "autoSizeGrid": true, "showButtonText": true, "showButtonImage": true, "formLocationX": 1, "formLocationY": 1, "formWidth": 14, "formHeight": 15, "formMaximised": true, "formResizable": true, "formBackgroundImage": "sample string 16", "formBackgroundColourA": 1, "formBackgroundColourR": 1, "formBackgroundColourG": 1, "formBackgroundColourB": 1, "formFontFamily": "sample string 17", "formFontSize": 1.1, "formFontStyle": 1, "formAttributes": "sample string 18", "buttonWidth": 19, "buttonHeight": 20, "buttonAnchor": 21, "buttonBackgroundImage": "sample string 22", "buttonTopColour": 1, "buttonTextColour": 1, "buttonBottomColour": 1, "buttonBorderColour": 1, "buttonBorderWidth": 1, "buttonRadius": 1, "buttonGradientMode": 1, "buttonDropShadow": true, "buttonShadowWidth": 1, "buttonHighLightOnPush": true, "buttonFontFamily": "sample string 23", "buttonFontSize": 1.1, "buttonFontStyle": 1, "buttonTextAlign": 1, "buttonWordBreak": true, "buttonDrawImageAndButton": true, "buttonVerticalText": true, "buttonImageAlign": 1, "panelLocationX": 1, "panelLocationY": 1, "panelWidth": 1, "panelHeight": 1, "panelAnchor": 1, "panelFontFamily": "sample string 24", "panelFontSize": 1.1, "panelFontStyle": 1, "panelBackgroundColour": 1, "panelTextColour": 1, "panelAttributes": "sample string 25", "unsentCount": 26, "group": { "$id": "32", "identifier": "MMr+0ehCa02oBfZSEpOkuw==", "identifierGuid": "d1feca30-42e8-4d6b-a805-f6521293a4bb", "name": "sample string 2", "formType": "sample string 3", "forms": [ { "$id": "33", "id": 1, "g_UID": "hzSyW5k/uEW+u8VBkJ3ifQ==", "guid": "5bb23487-3f99-45b8-bebb-c541909de27d", "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": "Ys3OJz0aV0idBgizLu1Y6Q==", "previousFormGuid": "27cecd62-1a3d-4857-9d06-08b32eed58e9", "nextForm": 1, "nextFormG_UID": "VmdnGOxLTEC5hxRhwtVUDA==", "nextFormGuid": "18676756-4bec-404c-b987-1461c2d5540c", "attributes": "sample string 10", "updated": "2025-06-14T06:08:01.961264", "positioning": 1, "contentPanel": "sample string 11", "selectionMode": 1, "maximumSelections": 1, "alteredInStore": true, "deleted": true, "blueprintID": 1, "preserveLayout": true, "mainCheckoutFormName": "sample string 13", "nextCheckoutForm": { "$ref": "33" }, "previousCheckoutForm": { "$ref": "33" }, "buttons": [ { "$id": "34", "id": 1, "checkoutFormID": 2, "checkoutFormG_UID": "T4TDFPlJ7kOL6Rc4I7Q7oQ==", "checkoutFormGuid": "14c3844f-49f9-43ee-8be9-173823b43ba1", "identifier": "2hlmfubWWUybvVvKRphYYQ==", "identifierGuid": "7e6619da-d6e6-4c59-9bbd-5bca46985861", "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": "GT5tEAyaOk6KfjN98acuEg==", "valueGuid": "106d3e19-9a0c-4e3a-8a7e-337df1a72e12", "buttonText": "sample string 10", "valueText": "sample string 11", "drawImageAndButton": true, "updated": "2025-06-14T06:08:01.961264", "action": "sample string 12", "valueForm": { "$ref": "33" }, "image": { "$id": "35", "name": "sample string 3.sample string 4", "imageID": 2, "imageName": "sample string 3", "imageExtension": "sample string 4", "lastUpdate": "2025-06-14T06:08:01.961264", "imageData": "QEA=", "readOnly": true } }, { "$ref": "34" } ], "panels": [ { "$id": "36", "id": 1, "checkoutFormID": 2, "checkoutFormG_UID": "JMk8mOUNsku1e5kx1hUf6Q==", "checkoutFormGuid": "983cc924-0de5-4bb2-b57b-9931d6151fe9", "panelType": "sample string 4", "name": "sample string 5", "locationX": 6, "locationY": 7, "width": 8, "height": 9, "anchor": 10, "fontFamily": "sample string 11", "fontSize": 12.1, "fontStyle": 13, "backgroundColour": 14, "textColour": 15, "attributes": "sample string 16" }, { "$ref": "36" } ] }, { "$ref": "33" } ], "panels": [ { "$ref": "36" }, { "$ref": "36" } ] }, "pages": [ { "$ref": "30" }, { "$ref": "30" } ] }, "contentPanel": { "$ref": "36" }, "products": [ { "$id": "37", "flipChartPageIdentifier": "P3Y3t+0ywEiQSX8xrec9Ow==", "flipChartPageIdentifierGuid": "b737763f-32ed-48c0-9049-7f31ade73d3b", "pluG_UID": "PGlABpTq4kakhLPiwKFEgA==", "pluGuid": "0640693c-ea94-46e2-a484-b3e2c0a14480", "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": "37" } ], "productCount": 27, "pages": [ { "$ref": "30" }, { "$ref": "30" } ] }, { "$ref": "30" } ], "priceHistory": [ { "$id": "38", "pluG_UID": "YH5oTcrik0COt9S9OI723w==", "pluGuid": "4d687e60-e2ca-4093-8eb7-d4bd388ef6df", "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": "2025-06-14T06:08:01.961264", "previousPrice": 1, "previousCostCalcMethod": 1, "previousCost": 1, "previousWeightedAvgCost": 1, "previousLastCost": 1, "previousRawCost": 15, "previousRawWeightedAvgCost": 16, "previousRawLastCost": 17, "previousCostDecimals": 1, "previousServiceFeeID": 18, "previousFreight": 19.0, "previousFreightType": 20, "storeID": 21, "storeName": "sample string 22", "serviceFeeDescription": "sample string 23", "previousServiceFeeDescription": "sample string 24" }, { "$ref": "38" } ], "ingredients": [ { "$id": "39", "pluG_UID": "kapKCr2cTki4vi16YYA0lQ==", "ingredientGuid": "zNaB4/bJlESbsQLzbC1G5w==", "ingredientIdentifier": "e381d6cc-c9f6-4494-9bb1-02f36c2d46e7", "quantity": 1.0, "storeIDs": [ 1, 2 ], "ingredientText": "sample string 1", "ingredient": { "$ref": "13" } }, { "$ref": "39" } ], "bins": [ { "$id": "40", "pluG_UID": "DWgCRQwkg0uZSILrfQQ7Xw==", "pluGuid": "4502680d-240c-4b83-9948-82eb7d043b5f", "shelfLocationIdentifier": "DtFNToWQd0ig3ccZd5p6Sg==", "shelfLocationGuid": "4e4dd10e-9085-4877-a0dd-c719779a7a4a", "labelShelfDefault": 1, "labelTalkerDefault": 1, "labelSmall": true, "labelPageLayoutG_UID": "3ktWgw0NbkemDyiCtYgwzA==", "labelPageLayoutGuid": "83564bde-0d0d-476e-a60f-2882b58830cc", "updated": "2025-06-14T06:08:01.961264", "electronicShelfLabelIdentifier": "sample string 5", "electronicshelfLabelsConfigurationID": 6, "labelShelfChanged": true, "productName": "sample string 8", "locationText": "sample string 9", "product": { "$ref": "13" }, "location": { "$id": "41", "identifier": "lFntfqiKcEWSPczZgGfrPQ==", "storeID": 1, "identifierGuid": "7eed5994-8aa8-4570-923d-ccd98067eb3d", "name": "sample string 2", "haccp": true, "blueprintID": 1, "updated": "2025-06-14T06:08:01.961264", "minTemp": 1, "maxTemp": 1, "checkFrequency": 1, "storeCaseConfiguration": 5, "storeName": "sample string 6", "bins": [ { "$ref": "40" }, { "$ref": "40" } ] } }, { "$ref": "40" } ], "bin": { "$ref": "40" }, "scaleLocations": [ { "$id": "42", "plu": 1, "pluG_UID": "nLzyAl3G9ESJaK5npt3DWg==", "pluGuid": "02f2bc9c-c65d-44f4-8968-ae67a6ddc35a", "deptNo": 1, "product": { "$ref": "13" }, "scaleLocation": { "$id": "43", "id": 1, "deptNo": 1, "deptCode": "sample string 2", "name": "sample string 3", "enabled": true, "updated": "2025-06-14T06:08:01.961264", "department": { "$id": "44", "id": 1, "name": "sample string 2", "code": "sample string 3", "sortOrder": 4, "isLiquor": true, "isTobacco": true, "excludeTalker": true, "externalSales": true, "saleGLCode": "sample string 9", "cogsglCode": "sample string 10", "accountingCategoryID": 11, "maximumMarkdownPercentage": 12.0, "accountingOnly": true, "generateExternalID": 1, "useNonReportableTaxCode": true, "minPLU": 15, "maxPLU": 16, "scaleLocation": { "$ref": "43" }, "subDepartments": [ { "$id": "45", "id": 1, "departmentID": 2, "name": "sample string 3", "code": "sample string 4", "departmentCode": "sample string 5", "externalSales": true, "minorDepartments": [ { "$id": "46", "id": 1, "subDepartmentID": 2, "departmentID": 3, "name": "sample string 4", "subDepartmentCode": "sample string 5", "departmentCode": "sample string 6", "code": "sample string 7", "lesserDepartments": [ { "$id": "47", "id": 1, "departmentID": 2, "subDepartmentID": 3, "minorDepartmentID": 4, "name": "sample string 5", "code": "sample string 6", "departmentCode": "sample string 7", "subDepartmentCode": "sample string 8", "minorDepartmentCode": "sample string 9", "updated": "2025-06-14T06:08:01.961264", "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": "banaLejF5EOyxqYyBbaxgg==", "labelPageLayoutGuid": "2ddaa96d-c5e8-43e4-b2c6-a63205b6b182", "minimumAge": 17, "countryOfOrigin": "sample string 18", "serviceFeeID": 1, "eftCode": 19, "defaultPrinter": "sample string 20", "defaultPrinterGroup": "sample string 21", "buyingLimit": 1, "buyingLimitIndependent": true, "buyingLimitType": 0, "includeInDistinctLimit": true, "defaultsEmpty": false, "mscCat": { "$id": "48", "dept": 1, "category": 2, "name": "sample string 3", "active": true, "mscCommodities": [ { "$id": "49", "dept": 1, "category": 2, "commodity": 3, "name": "sample string 4", "active": true, "mscSubCommodities": [ { "$id": "50", "dept": 1, "category": 2, "commodity": 3, "subCommodity": 4, "name": "sample string 5", "active": true, "subCommodityCode": "sample string 7" }, { "$ref": "50" } ], "commodityCode": "sample string 6" }, { "$ref": "49" } ], "categoryCode": "sample string 5" }, "mscCom": { "$ref": "49" }, "mscDep": { "$id": "51", "dept": 1, "name": "sample string 2", "active": true, "mscCategories": [ { "$ref": "48" }, { "$ref": "48" } ], "deptCode": "sample string 4" }, "mscSubCom": { "$ref": "50" } }, { "$ref": "47" } ], "updated": "2025-06-14T06:08:01.961264", "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": "gom+iS5aTkql9vwJxNgbjQ==", "labelPageLayoutGuid": "89be8982-5a2e-4a4e-a5f6-fc09c4d81b8d", "minimumAge": 15, "countryOfOrigin": "sample string 16", "serviceFeeID": 1, "eftCode": 17, "defaultPrinter": "sample string 18", "defaultPrinterGroup": "sample string 19", "buyingLimit": 1, "buyingLimitIndependent": true, "buyingLimitType": 0, "includeInDistinctLimit": true, "defaultsEmpty": false, "mscCat": { "$ref": "48" }, "mscCom": { "$ref": "49" }, "mscDep": { "$ref": "51" }, "mscSubCom": { "$ref": "50" } }, { "$ref": "46" } ], "investmentBuyOverride": true, "updated": "2025-06-14T06:08:01.961264", "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": "T19s96CqxkSG+vQPlxfiKg==", "labelPageLayoutGuid": "f76c5f4f-aaa0-44c6-86fa-f40f9717e22a", "minimumAge": 15, "countryOfOrigin": "sample string 16", "serviceFeeID": 1, "eftCode": 17, "defaultPrinter": "sample string 18", "defaultPrinterGroup": "sample string 19", "buyingLimit": 1, "buyingLimitIndependent": true, "buyingLimitType": 0, "includeInDistinctLimit": true, "defaultsEmpty": false, "mscCat": { "$ref": "48" }, "mscCom": { "$ref": "49" }, "mscDep": { "$ref": "51" }, "mscSubCom": { "$ref": "50" } }, { "$ref": "45" } ], "stores": [ 1, 2 ], "investmentBuyOverride": true, "updated": "2025-06-14T06:08:01.961264", "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": "biTcbvUZbEGAHz6A8wGgFg==", "labelPageLayoutGuid": "6edc246e-19f5-416c-801f-3e80f301a016", "minimumAge": 25, "countryOfOrigin": "sample string 26", "serviceFeeID": 1, "eftCode": 27, "defaultPrinter": "sample string 28", "defaultPrinterGroup": "sample string 29", "buyingLimit": 1, "buyingLimitIndependent": true, "buyingLimitType": 0, "includeInDistinctLimit": true, "defaultsEmpty": false, "mscCat": { "$ref": "48" }, "mscCom": { "$ref": "49" }, "mscDep": { "$ref": "51" }, "mscSubCom": { "$ref": "50" } } } }, { "$ref": "42" } ], "nextPrice": { "$id": "52", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "plu": 1, "hostOfferID": 1, "metcashPromotionID": "sample string 4", "metcashPromotionPlacement": "sample string 5", "pluG_UID": "0DBC68P7hEe+qoGH30u4bg==", "pluGuid": "eb4230d0-fbc3-4784-beaa-8187df4bb86e", "newPrice": 1, "pctDiscount": 1, "newCost": 1, "newCostDecimals": 6, "dealCostIdentifier": "OdvPJVozz0uJN3dYiFXIiQ==", "dealCostGuid": "25cfdb39-335a-4bcf-8937-77588855c889", "pluName": "sample string 7", "apn": "sample string 8", "fuelItem": true, "priceGroupG_UID": "guNAgrJx6UKOI88iIIkNTQ==", "priceGroupGuid": "8240e382-71b2-42e9-8e23-cf2220890d4d", "itemNumber": "sample string 10", "cri": "sample string 11", "pluPrice": 12, "pluCost": 13, "pluCostIndicator": "sample string 14", "pluPriceGstPercent": 15, "pluCostGstPercent": 16, "pluActive": true, "cartonQty": 1.1, "baseUnits": 18.1, "salesMode": 1, "pluNormalCost": 19, "pluaws": 20.0, "directNumber": "sample string 21", "departmentName": "sample string 22", "subDepartmentName": "sample string 23", "priceGroupName": "sample string 24", "supplierName": "sample string 25", "stockOnHand": 1.1, "stockOnOrder": 1.1, "lastReceived": "2025-06-14T06:08:01.961264", "rrp": 26, "campaignDescription": "sample string 27", "campaignComboPriceGroupG_UID": "X5KS5xoKR02+ZeHIg0YPrw==", "campaignComboPriceGroupIdentifier": "e792925f-0a1a-4d47-be65-e1c883460faf", "promotionPlacementDescription": "sample string 28", "storeAcceptances": [ { "$id": "53", "plu": 1, "pluG_UId": "QEA=", "campaignID": 1, "campaignName": "sample string 2", "storeID": 3, "acceptedUtc": "2025-06-14T06:08:01.961264", "operatorG_UID": "YYPdV8qjL02T2wk+m1rKbQ==", "operatorGuid": "57dd8361-a3ca-4d2f-93db-093e9b5aca6d", "machineID": 1, "processed": true, "appliedUtc": "2025-06-14T06:08:01.961264", "signIqTicketFileMovedUtc": "2025-06-14T06:08:01.961264", "user": "sample string 6", "campaignDescription": "sample string 7", "productDesc": "sample string 8", "storeName": "sample string 9", "effectiveUtc": "2025-06-14T06:08:01.961264", "priceChangeType": 0, "operatorName": "sample string 10", "hostCampaign": true, "product": { "$ref": "13" }, "campaignPlu": { "$ref": "52" } }, { "$ref": "53" } ], "campaign": { "$id": "54", "id": 1, "storeID": 2, "name": "b4b0908c-0708-4e6d-8456-88dd1c710ae6", "nameGuid": "b4b0908c-0708-4e6d-8456-88dd1c710ae6", "description": "sample string 4", "showDiscounts": true, "showTotals": true, "onlyEvaluateOnSubtotal": true, "useDescription": true, "campaignType": 1, "startDate": "2025-06-14T06:08:01.961264", "startTime": 1, "endDate": "2025-06-14T06:08:01.961264", "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": "2025-06-14T06:08:01.961264", "system": true, "created": "2025-06-14T06:08:01.961264", "updated": "2025-06-14T06:08:01.961264", "priceChangeNotifiedUtc": "2025-06-14T06:08:01.961264", "promoType": 1, "promotionTypeCode": "sample string 13", "hostIdentifier": "1pY4r0IvekuL6l7V44tM8g==", "hostIdentifierGuid": "af3896d6-2f42-4b7a-8bea-5ed5e38b4cf2", "hostType": 14, "createdByUser": "sample string 15", "fromHost": true, "deleted": true, "campaignDeleted": "2025-06-14T06:08:01.961264", "updatedByUser": "sample string 18", "offerID": 1, "isPriceChangeCampaign": true, "stores": [ 1, 2 ], "storeNames": [ "sample string 1", "sample string 2" ], "campaignPlus": [ { "$ref": "52" }, { "$ref": "52" } ], "campaignPools": [ { "$id": "55", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "plu": 4, "pluG_UID": "iDiUsmXWvUOJDYtXBVHiAg==", "pluGuid": "b2943888-d665-43bd-890d-8b570551e202", "hostOfferID": 1, "priceGroupG_UID": "hVMyYT8tRk2fsQ2G7GZ7NQ==", "priceGroupGuid": "61325385-2d3f-4d46-9fb1-0d86ec667b35", "fuelItem": true, "pluName": "sample string 6", "apn": "sample string 7", "pluActive": true, "cartonQty": 1, "baseUnits": 9.1, "cri": "sample string 10", "salesMode": 1, "pluaws": 11.0, "directNumber": "sample string 12", "departmentName": "sample string 13", "subDepartmentName": "sample string 14", "priceGroupName": "sample string 15", "supplierName": "sample string 16", "stockOnHand": 1.1, "stockOnOrder": 1.1, "lastReceived": "2025-06-14T06:08:01.961264", "rrp": 17, "campaignDescription": "sample string 18", "product": { "$ref": "13" }, "campaign": { "$ref": "54" } }, { "$ref": "55" } ], "sellingRules": [ { "$id": "56", "id": 1, "identifier": "LdAWlnhE30mZx5PE/68IIQ==", "identifierStr": "LdAWlnhE30mZx5PE/68IIQ==", "identifierGuid": "9616d02d-4478-49df-99c7-93c4ffaf0821", "campaignID": 4, "campaignName": "sample string 5", "ruleJoin": 1, "ruleType": 6, "operand0": "sample string 7", "comparisonOp": 1, "operand1": "sample string 8", "action": 1, "operand2": "sample string 9", "operand3": "sample string 10", "includeExcludedItems": true, "noFurtherDiscounts": true, "description": "sample string 11", "sortOrder": 1, "isItemRule": false, "prevDept": "sample string 12", "campaign": { "$ref": "54" } }, { "$ref": "56" } ], "customers": [ { "$id": "57", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "customerID": "7CEK5ZsbuEuVziGHbsoDzg==", "customerIDGuid": "e50a21ec-1b9b-4bb8-95ce-21876eca03ce", "campaign": { "$ref": "54" }, "customer": { "$id": "58", "identifier": "MZFT89STWEitA9FFYxLATg==", "identifierGuid": "f3539131-93d4-4858-ad03-d1456312c04e", "code": "sample string 2", "familyName": "sample string 3", "givenName": "sample string 4", "otherName": "sample string 5", "title": "sample string 6", "dateOfBirth": "2025-06-14T06:08:01.961264", "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": "pcxwp/tK80STrFgNVy1GAA==", "communityIdentifierGuid": "a770cca5-4afb-44f3-93ac-580d572d4600", "joined": "2025-06-14T06:08:01.9768918", "updated": "2025-06-14T06:08:01.9768918", "active": true, "reasonInactive": 1, "groupCustomer": true, "loyaltyPoints": 1, "homeStoreID": 1, "availableSpend": 1, "priceLevelIdentifier": "iLdSeEw6tE+iybYFg7P3Jg==", "priceLevelIdentifierGuid": "7852b788-3a4c-4fb4-a2c9-b60583b3f726", "marketingID": "sample string 18", "hidden": true, "registered": true, "registeredOn": "2025-06-14T06:08:01.9768918", "emailMarketing": true, "smsMarketing": true, "deleted": true, "deletedUser": "sample string 24", "homeStoreName": "sample string 25", "customerCards": [ { "$id": "59", "cardType": 2, "issueDate": "2025-06-14T06:08:01.9768918", "expiry": "2025-06-14T06:08:01.9768918", "customerID": "EFzZnEtHLUCqv9ffB4cX/A==", "customerIDGuid": "9cd95c10-474b-402d-aabf-d7df078717fc", "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": "2025-06-14T06:08:01.9768918", "linkedAccount": "/iWLV3572UOz6rCHpYHyzw==", "linkedAccountGuid": "578b25fe-7b7e-43d9-b3ea-b087a581f2cf", "currentValueChanged": true, "limitsChanged": true, "customer": { "$ref": "58" }, "account": { "$id": "60", "id": 1, "identifier": "NuoymNTLuk+imLh9Bda+Dg==", "identifierGuid": "9832ea36-cbd4-4fba-a298-b87d05d6be0e", "referenceNo": "sample string 3", "name": "sample string 4", "created": "2025-06-14T06:08:01.9768918", "owner": "XiAa+W4KX0SMYMglh22Bvw==", "ownerGuid": "f91a205e-0a6e-445f-8c60-c825876d81bf", "accountStoreGroupIdentifier": "BTczeYh8H0ydnCCrSeNQwg==", "accountStoreGroupGuid": "79333705-7c88-4c1f-9d9c-20ab49e350c2", "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": "2025-06-14T06:08:01.9768918", "active": true, "updated": "2025-06-14T06:08:01.9768918", "deleted": true, "deletedUser": "sample string 16", "currentBalanceChanged": true, "maximumLimitChanged": true, "loyaltyPointsChanged": true, "projectedBalance": 17, "accountStoreGroupStoreIDs": [ 1, 2 ], "customerEmail": "sample string 18", "ownerCustomer": { "$ref": "58" }, "card": { "$ref": "59" }, "members": { "$id": "61", "sample string 1": [ { "$ref": "58" }, { "$ref": "58" } ], "sample string 2": [ { "$ref": "58" }, { "$ref": "58" } ] }, "customerGroups": [ { "$id": "62", "identifier": "KQwNxAJRzkaqxe+Qq6dSvQ==", "identifierGuid": "c40d0c29-5102-46ce-aac5-ef90aba752bd", "name": "sample string 2", "primaryContact": "mtJNlhTBP0SBBZJaK6604A==", "primaryContactGuid": "964dd29a-c114-443f-8105-925a2baeb4e0", "accountID": "tvI9syCbvUu7Oiv83///gQ==", "accountIDGuid": "b33df2b6-9b20-4bbd-bb3a-2bfcdfffff81", "special": true, "updated": "2025-06-14T06:08:01.9768918", "active": true, "reasonInactive": 1, "priceLevelIdentifier": "SFlDphxJ6U+6kjiQvz5HyA==", "priceLevelIdentifierGuid": "a6435948-491c-4fe9-ba92-3890bf3e47c8", "deleted": true, "account": { "$ref": "60" }, "primaryContactCustomer": { "$ref": "58" }, "customerGroupMembers": [ { "$id": "63", "id": 1, "groupID": "oQzcvt7CjkWb5UbRnt6YhA==", "groupIDGuid": "bedc0ca1-c2de-458e-9be5-46d19ede9884", "customerID": "xv1iM660mEOU3J2/+35mmg==", "customerIDGuid": "3362fdc6-b4ae-4398-94dc-9dbffb7e669a", "card": "sample string 4", "linkedAccount": "oOutSbqtwkGyQgqvjzbzKg==", "linkedAccountGuid": "49adeba0-adba-41c2-b242-0aaf8f36f32a", "customer": { "$ref": "58" }, "group": { "$ref": "62" }, "customerCard": { "$ref": "59" } }, { "$ref": "63" } ] }, { "$ref": "62" } ] }, "payments": [ { "$id": "64", "id": 1, "identifier": "II/ld2Yhfk6+XaYtVi19bw==", "identifierGuid": "77e58f20-2166-4e7e-be5d-a62d562d7d6f", "storeID": 2, "operatorName": "sample string 3", "saleHeaderID": 4, "paymentType": 5, "amount": 6, "account": "sample string 7", "accountID": "9ZGw60uLDUmeFPNMLogOOA==", "accountIDGuid": "ebb091f5-8b4b-490d-9e14-f34c2e880e38", "customerAccount": { "$ref": "60" }, "customerCard": { "$ref": "59" }, "accountType": 1, "cardName": "sample string 8", "authorisationNumber": "sample string 9", "bankReference": "sample string 10", "merchantID": "sample string 11", "terminalID": "sample string 12", "cardNumber": "sample string 13", "paymentDate": "2025-06-14T06:08:01.9768918", "invRocNo": "sample string 14", "responseCode": "sample string 15", "cashout": 1, "tip": 16, "idempotentVoid": "UKW+Y7sInEi5jXiW8+WXyA==", "idempotentVoidGuid": "63bea550-08bb-489c-b98d-7896f3e597c8", "offline": true, "processed": 1, "storeSaleHeader": { "$id": "65", "saleHeaderID": 1, "saleHeaderGuid": "QMtcQDgQjkmeDMa8yEtHUA==", "saleHeaderIdentifierGuid": "405ccb40-1038-498e-9e0c-c6bcc84b4750", "created": "2025-06-14T06:08:01.9768918", "createdLocal": "2025-06-14T06:08:01.9768918", "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": "2025-06-14T06:08:01.9768918", "storeID": 1, "operatorG_Uid": "lTHlQXIznECoZp08BcurSQ==", "operatorGuid": "41e53195-3372-409c-a866-9d3c05cbab49", "customerG_Uid": "cB6efgOg50mIjDfBAGVxNw==", "customerGuid": "7e9e1e70-a003-49e7-888c-37c100657137", "communityIdentifier": "kNMTUvSMiUCY5llaBg9pzQ==", "communityIdentifierGuid": "5213d390-8cf4-4089-98e6-595a060f69cd", "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": "lWazsBt/+kS22vE/wg+nnQ==", "priceLevelIdentifierGuid": "b0b36695-7f1b-44fa-b6da-f13fc20fa79d", "locked": 36, "relationChecksum": "sample string 37", "loyaltyTender": 1, "giftCardTender": 1, "operator": { "$ref": "25" }, "customer": { "$ref": "58" }, "communityOrganisation": { "$id": "66", "id": 1, "identifier": "8FGIT4dcvU+dfDq91nM+HQ==", "identifierGuid": "4f8851f0-5c87-4fbd-9d7c-3abdd6733e1d", "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", "totalAmountAwarded": 15.1, "updated": "2025-06-14T06:08:01.9768918", "deleted": true }, "details": [ { "$id": "67", "saleItemID": 1, "identifier": "xlD8qRv/FUSL9DrxgCYAdw==", "identifierGuid": "a9fc50c6-ff1b-4415-8bf4-3af180260077", "saleHeaderID": 2, "plu": 1, "pluG_UId": "0Jvsar+iX0CEWhFihgKjQA==", "pluGuid": "6aec9bd0-a2bf-405f-845a-11628602a340", "accountID": "3SBaYfPRUUmOpPCo6F5yVQ==", "accountIDGuid": "615a20dd-d1f3-4951-8ea4-f0a8e85e7255", "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": "2025-06-14T06:08:01.9768918", "bestOrExpireType": 1, "providerName": "sample string 11", "refundG_UID": "/ImjVNkbkUiECHw1yyWX+w==", "refundGuid": "54a389fc-1bd9-4891-8408-7c35cb2597fb", "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": "SPtbAOmuvk22EBA6ZxwGzw==", "idempotentVoidGuid": "005bfb48-aee9-4dbe-b610-103a671c06cf", "priceLevelIdentifier": "D52GuMfqUEed+dfIVXU7Jw==", "priceLevelIdentifierGuid": "b8869d0f-eac7-4750-9df9-d7c855753b27", "productName": "sample string 23", "apn": "sample string 24", "unknownScans": [ { "$id": "68", "id": 1, "saleDetailID": 2, "storeID": 1, "scanned": "2025-06-14T06:08:01.9768918", "operatorG_UID": "QEA=", "barcode": "sample string 4", "processed": 1 }, { "$ref": "68" } ], "refund": { "$id": "69", "id": 1, "g_UID": "q6WQT6PfrkKBzbVAxGqhWA==", "guid": "4f90a5ab-dfa3-42ae-81cd-b540c46aa158", "description": "sample string 1", "dumped": true, "inventoryReasonID": 1, "sortOrder": 1, "updated": "2025-06-14T06:08:01.9768918" }, "modifier": { "$id": "70", "id": 1, "setG_UID": "85LWwrpj0E60/apMmSJSmg==", "modifierSetGuid": "c2d692f3-63ba-4ed0-b4fd-aa4c9922529a", "name": "sample string 2", "price": 1, "quantity": 1, "modifierType": 1, "groupNumber": 1, "pageNumber": 1, "controlOrder": 1, "printToStation": true, "pluG_UID": "llCnGayYe0mTetDCEHZfew==", "pluGuid": "19a75096-98ac-497b-937a-d0c210765f7b", "deleted": true, "g_UID": "ChKdz6T0VkWMQZBi6rBlLg==", "guid": "cf9d120a-f4a4-4556-8c41-9062eab0652e", "product": { "$ref": "13" } }, "priceLevelName": "sample string 25", "pumpNumber": 1, "hoseNumber": 1 }, { "$ref": "67" } ], "eftReceipts": [ { "$id": "71", "id": 1, "storeID": 1, "saleHeaderID": 2, "storeSaleHeader": { "$ref": "65" }, "receipt": "sample string 3", "processed": 1 }, { "$ref": "71" } ], "payments": [ { "$ref": "64" }, { "$ref": "64" } ], "cards": [ { "$id": "72", "id": 1, "saleHeaderID": 1, "identifier": "sample string 2", "cardType": 3, "providerName": "sample string 4" }, { "$ref": "72" } ], "campaignHits": [ { "$id": "73", "id": 1, "saleHeaderID": 2, "campaign": "sample string 3", "name": "sample string 4", "processed": 1, "campaignDescription": "sample string 5" }, { "$ref": "73" } ], "fuel": [ { "$id": "74", "id": 1, "plu": 1, "pluG_UID": "FaEfeV/FjUiwedmCWm97+A==", "pluGuid": "791fa115-c55f-488d-b079-d9825a6f7bf8", "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": "2025-06-14T06:08:01.9768918", "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": "2025-06-14T06:08:01.9768918", "tagNumber": "sample string 15", "trackTwoRem": "sample string 16", "transCode": 1, "transType": 1, "unitPrice": 1.0, "vehicleReg": "sample string 17", "offline": true, "processed": 1 }, { "$ref": "74" } ], "fuelResells": [ { "$id": "75", "saleItemID": 1, "saleHeaderID": 2, "plu": 1, "pluG_UId": "618ZPg2pQUSYzzgYwqJIgw==", "pluGuid": "3e195feb-a90d-4441-98cf-3818c2a24883", "accountID": "D4KH0IxgYEmFVaQJk23mYQ==", "accountIDGuid": "d087820f-608c-4960-8555-a409936de661", "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": "2025-06-14T06:08:01.9768918", "bestOrExpireType": 1, "refundG_UID": "TWCb67gpkEWE5DBHHoa2Ig==", "refundGuid": "eb9b604d-29b8-4590-84e4-30471e86b622", "providerName": "sample string 10", "campaign": "sample string 11", "campaignType": 1, "modifiedID": 1, "omittedIngredient": 1, "taxPercent": 1.0, "taxAmount": 1.0, "refundablePrice": 1.0, "showDiscounts": true, "orderPrinted": true, "note": "sample string 14", "modifierName": "sample string 15", "modifierSetName": "sample string 16", "totalValueWasScanned": true, "sold": true, "campaignPrice": true, "scannedValue": 1, "campaignName": "sample string 20", "comboDiscount": 1 }, { "$ref": "75" } ], "customerOrder": [ { "$id": "76", "identifier": "Em5HWFW7CUituGSdqAiPcA==", "identifierGuid": "58476e12-bb55-4809-adb8-649da8088f70", "id": 1, "orderNo": 2, "externalSaleIdentifier": "sample string 3", "storeID": 4, "zoneID": 5, "deptNo": 6, "customerIdentifier": "IpUTrfoI8k6S4ycfp4Otvw==", "customerIdentifierGuid": "ad139522-08fa-4ef2-92e3-271fa783adbf", "operatorNo": 1, "operatorG_UID": "JmUqmSMJAUqmlBfeLD1/kw==", "operatorGuid": "992a6526-0923-4a01-a694-17de2c3d7f93", "created": "2025-06-14T06:08:01.9768918", "ordered": "2025-06-14T06:08:01.9768918", "started": "2025-06-14T06:08:01.9768918", "completed": "2025-06-14T06:08:01.9768918", "supplied": "2025-06-14T06:08:01.9768918", "quickTicket": 1, "deleted": true, "walkAway": true, "approxWait": 1, "actualWait": 1, "deliveryMethod": 8, "externalSaleType": 9, "customer": { "$ref": "58" }, "operator": { "$ref": "25" }, "details": [ { "$id": "77", "headerID": 1, "plu": 1, "pluG_UId": "jBGIqPBDWkirAvRUVd2HQw==", "pluGuid": "a888118c-43f0-485a-ab02-f45455dd8743", "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": "ZaZHzfNKa0S44LUIc4tTRg==", "headerIdentifierGuid": "cd47a665-4af3-446b-b8e0-b508738b5346", "product": { "$ref": "13" } }, { "$ref": "77" } ], "storeName": "sample string 11", "customerName": "sample string 12", "storeReplyTo": "sample string 13", "storeSubjectLine": "sample string 14", "storeSaleHeader": { "$ref": "65" } }, { "$ref": "76" } ], "surveyResponses": [ { "$id": "78", "surveyG_UID": "gelvTkfTtkWQPz9hMk0C/Q==", "surveyGuid": "4e6fe981-d347-45b6-903f-3f61324d02fd", "saleHeaderGuid": "MaR4WU5PsU+oO6wAcNb+Ug==", "saleGuid": "5978a431-4f4e-4fb1-a83b-ac0070d6fe52", "textResponse": "sample string 1", "integerResponse": 1, "g_UIDResponse": "ySglVeLNlUmrOnsUk+vIGw==", "guidResponse": "552528c9-cde2-4995-ab3a-7b1493ebc81b", "whoAnswered": 2, "answeredAtUTC": "2025-06-14T06:08:01.9768918", "sale": { "$ref": "65" }, "survey": { "$id": "79", "g_UID": "sW9wNeNmYkmGocSgwFhTJQ==", "guid": "35706fb1-66e3-4962-86a1-c4a0c0585325", "name": "sample string 1", "storeID": 2, "zoneID": 1, "checkoutFormG_UID": "qZaFWY8XrUOhpSVYqqjr5Q==", "checkoutFormGuid": "598596a9-178f-43ad-a1a5-2558aaa8ebe5", "displayToWho": 3, "displayWhen": 4, "start": "2025-06-14T06:08:01.9768918", "end": "2025-06-14T06:08:01.9768918", "deleted": true, "updated": "2025-06-14T06:08:01.9768918", "possibleIntegerResponses": [ 1, 2 ], "possibleTextResponses": [ "sample string 1", "sample string 2" ], "possibleGuidResponses": [ "622f47b9-78cd-4707-841d-4556b10d41e9", "18a7a8c3-50a5-4edc-a401-0f36042625db" ], "allowsAllTextResponses": true, "surveyForm": { "$ref": "33" } }, "ingressId": "sample string 4" }, { "$ref": "78" } ], "storeName": "sample string 38", "machineName": "sample string 39", "operatorName": "sample string 40", "direction": 1, "reason": "sample string 41", "accountG_UID": "6JRefkIWMUegrfkE5UiyJA==", "accountIdentifier": "7e5e94e8-1642-4731-a0ad-f904e548b224", "accountName": "sample string 42", "customerOrderIdentifier": "yhvts7pYVke/R5jbXKpvcg==", "customerOrderIdentifierGuid": "b3ed1bca-58ba-4756-bf47-98db5caa6f72", "priceLevelName": "sample string 43", "revision": 44, "ingressId": "sample string 45" }, "metadata": { "$id": "80", "id": 1, "paymentID": 2, "paymentIdentifier": "yzUgcnME6kCZ1ndATTiFNQ==", "paymentIdentifierGuid": "722035cb-0473-40ea-99d6-77404d388535", "identifier": "X5yfluNlhUmnSwl20wU7Hw==", "identifierGuid": "969f9c5f-65e3-4985-a74b-0976d3053b1f", "metadata": "sample string 3", "signatureImage": "QEA=", "itemIdentifier": "LKiGH38rtkWCQDr4rvyPyQ==", "itemIdentifierGuid": "1f86a82c-2b7f-45b6-8240-3af8aefc8fc9" } }, { "$ref": "64" } ] }, { "$ref": "59" } ], "customerGroupMembers": [ { "$ref": "63" }, { "$ref": "63" } ], "customerGroups": [ { "$ref": "62" }, { "$ref": "62" } ], "accounts": [ { "$ref": "60" }, { "$ref": "60" } ], "account": { "$ref": "60" }, "vouchers": [ { "$id": "81", "customerIdentifier": "QbgG8XUjxkmO2FHfis2aqg==", "customerIdentifierGuid": "f106b841-2375-49c6-8ed8-51df8acd9aaa", "voucherName": "sample string 2", "count": 3, "storeID": 4, "barcode": "sample string 5", "redeemCount": 6, "issueCount": 7, "storeSalePaymentID": 1, "idempotentID": "PX9rtQReqECSOEKVN/SODA==", "idempotentGuid": "b56b7f3d-5e04-40a8-9238-429537f48e0c", "offline": true, "voucher": { "$id": "82", "id": 1, "name": "sample string 2", "description": "sample string 3", "shortDescription": "sample string 4", "url": "sample string 5", "barcodeTemplateID": 1, "expiry": 0, "voucherType": 6, "limitPerTransaction": 7, "customerTracking": true, "discountAccount": "sample string 9", "endDate": "2025-06-14T06:08:01.9768918", "barcodeTemplate": { "$id": "83", "templateID": 1, "template": "sample string 1", "bcFunction": "sample string 2", "sortOrder": 3 }, "scaleLabel": { "$id": "84", "id": 1, "uid": "sample string 2", "name": "sample string 3", "width": 1.1, "height": 1.1, "showBorder": true, "borderWidth": 1.1, "borderStyle": 1, "borderColour": "sample string 5", "updated": "2025-06-14T06:08:01.9768918", "labelPageLayout": "KA1P2SVZc0G6lDg7K61gpw==", "pageLayoutGuid": "d94f0d28-5925-4173-ba94-383b2bad60a7", "labelType": 6, "oldName": "sample string 7", "voucher": { "$ref": "82" }, "elements": [ { "$id": "85", "id": 1, "scaleLabelID": 2, "showPercentDI": true, "showAvgPerHundred": true, "showAvgPerServe": true, "name": "sample string 6", "x": 1.1, "y": 1.1, "width": 1.1, "height": 1.1, "type": 1, "rotation": 1, "text": "sample string 7", "fontFamily": "sample string 8", "align": 1, "bold": true, "italic": true, "underline": true, "strikeout": true, "reverse": true, "textColour": "sample string 9", "fontSize": 1.1, "picture": "QEA=", "borderWidth": 10, "sortOrder": 11, "printOptions": 12, "superScriptTextFontSize": 1.1, "lineStyle": 1, "spacingStyle": 1, "interCharacterSpacing": 1.1, "superScriptOffset": 1.1, "lineSpacing": 1.1, "dateFormat": "sample string 13", "autoGrow": true, "fontAutoResize": true, "updated": "2025-06-14T06:08:01.9768918" }, { "$ref": "85" } ] }, "customerVouchers": [ { "$id": "86", "id": 1, "customerIdentifier": "QfjCTi8XiEG7jClmV00Raw==", "customerIdentifierGuid": "4ec2f841-172f-4188-bb8c-2966574d116b", "voucherID": 3, "voucherName": "sample string 4", "storeID": 1, "barcode": "sample string 5", "dateOfIssue": "2025-06-14T06:08:01.9768918", "issuedSaleHeaderID": 1, "issuedSaleIdentifier": "sample string 7", "issuedOfflinePaymentID": 1, "issuedIdempotentID": "GY5Ir5NL0U2XkT1yRls1Gg==", "issuedIdempotentGuid": "af488e19-4b93-4dd1-9791-3d72465b351a", "issuedOffline": true, "issuedUser": "sample string 9", "issuedNotes": "sample string 10", "expiryDate": "2025-06-14T06:08:01.9768918", "expiredUser": "sample string 11", "expiredNotes": "sample string 12", "redeemed": "2025-06-14T06:08:01.9768918", "redeemedSaleHeaderID": 1, "redeemedSaleIdentifier": "sample string 13", "redeemedOfflinePaymentID": 1, "redeemedIdempotentID": "n5zXFU1kAESZs6xr0Nqmpw==", "redeemedIdempotentGuid": "15d79c9f-644d-4400-99b3-ac6bd0daa6a7", "redeemedUser": "sample string 14", "redeemedNotes": "sample string 15", "redeemedOffline": true, "updated": "2025-06-14T06:08:01.9768918", "storeName": "sample string 17", "scaleLabel": { "$ref": "84" }, "voucher": { "$ref": "82" }, "customer": { "$ref": "58" }, "issuedOfflinePayment": { "$ref": "64" }, "redeemedOfflinePayment": { "$ref": "64" } }, { "$ref": "86" } ] }, "customer": { "$ref": "58" } }, { "$ref": "81" } ] } }, { "$ref": "57" } ], "customerGroups": [ { "$id": "87", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "groupID": "7ndK2UeN9kiKy5KXax/c1Q==", "groupIDGuid": "d94a77ee-8d47-48f6-8acb-92976b1fdcd5", "campaign": { "$ref": "54" }, "group": { "$ref": "62" } }, { "$ref": "87" } ], "signIqTickets": [ { "$id": "88", "identifier": "bbOqkmZFqECyL9qTjJIVtw==", "identifierGuid": "92aab36d-4566-40a8-b22f-da938c9215b7", "campaignName": "sample string 2", "message": "sample string 3", "ticketFileSource": "sample string 4", "ticketFileDestination": "sample string 5", "storeID": 1 }, { "$ref": "88" } ], "comboPriceGroups": [ { "$id": "89", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "g_UID": "jgpOz+R1+kGSQTgKA6ySrA==", "guid": "cf4e0a8e-75e4-41fa-9241-380a03ac92ac", "description": "sample string 5", "newPrice": 1, "rangeDescription": "sample string 6", "dealDescription": "sample string 7", "labelQuantity": 8, "hostProductCategoryID": 1, "offerID": 1, "dontUpdatePricePlus": true, "campaign": { "$ref": "54" }, "comboPricePlus": [ { "$id": "90", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "groupG_UID": "U5Kx0Pifl0CVjdzNRnPwFg==", "groupGuid": "d0b19253-9ff8-4097-958d-dccd4673f016", "comboPriceType": 5, "priceType": 5, "pluG_UID": "1Pw6HWhYwUCuYn6fMb3n0Q==", "pluGuid": "1d3afcd4-5868-40c1-ae62-7e9f31bde7d1", "priceGroupG_UID": "o5S3RYGXYEuISgo6UNEE2Q==", "priceGroupGuid": "45b794a3-9781-4b60-884a-0a3a50d104d9", "campaignPoolID": "sample string 7", "quantity": 1, "campaign": { "$ref": "54" }, "product": { "$ref": "13" }, "priceGroup": { "$ref": "19" }, "campaignPool": { "$ref": "54" } }, { "$ref": "90" } ] }, { "$ref": "89" } ], "priceLevels": [ { "$id": "91", "id": 1, "priceLevelIdentifier": "jLhqm1TzSEOsSdANvttMAg==", "priceLevelIdentifierGuid": "9b6ab88c-f354-4348-ac49-d00dbedb4c02", "campaignName": "sample string 3", "priceLevelName": "sample string 4" }, { "$ref": "91" } ] }, "product": { "$ref": "13" }, "dealCost": { "$id": "92", "headerIdentifier": "jDOt1jqj7025sBNyO+wgWg==", "headerIdentifierGuid": "d6ad338c-a33a-4def-b9b0-13723bec205a", "identifier": "jyyaLzhgWkmy4AoPrP/kwg==", "identifierGuid": "2f9a2c8f-6038-495a-b2e0-0a0facffe4c2", "supplierIdentifier": "7qUldpGOp0SxS+3vGOUakg==", "supplierGuid": "7625a5ee-8e91-44a7-b14b-edef18e51a92", "pluG_UID": "0m/xN930CUOdoGy0jGvpLw==", "pluGuid": "37f16fd2-f4dd-4309-9da0-6cb48c6be92f", "campaignName": "9ea209ae-a43b-4026-b71c-c8343b44a1ad", "description": "sample string 4", "cost": 5, "costDecimals": 6, "start": "2025-06-14T06:08:01.9768918", "end": "2025-06-14T06:08:01.9768918", "type": 9, "promoType": 10, "bonusItemPLUG_UID": "1/+EdSyoMkCiBTIuvbFNUQ==", "bonusItemPluGuid": "7584ffd7-a82c-4032-a205-322ebdb14d51", "bonusPurchaseUnits": 11, "bonusReceiveUnits": 12, "updated": "2025-06-14T06:08:01.9768918", "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": "2025-06-14T06:08:01.9768918", "campaignEndDate": "2025-06-14T06:08:01.9768918", "masterPLUG_UID": "APncuUOZJE+SS+a2uE5Ujw==", "masterID": "b9dcf900-9943-4f24-924b-e6b6b84e548f", "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": "EdEF8m9C/kC7U3eG0o7oRQ==", "bonusMasterID": "f205d111-426f-40fe-bb53-7786d28ee845", "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": "2025-06-14T06:08:01.9768918", "dealCosts": [ { "$ref": "92" }, { "$ref": "92" } ], "tags": [ { "$id": "93", "pluG_UID": "4VwoxSNu4EKFmS7Yw/TzOQ==", "pluGuid": "c5285ce1-6e23-42e0-8599-2ed8c3f4f339", "tagID": 1, "description": "sample string 1", "storeIDs": [ 1, 2 ] }, { "$ref": "93" } ], "alternateProductG_UID": "UYrw/jmwwky3wtaBF5OmBA==", "alternateProduct": "fef08a51-b039-4cc2-b7c2-d6811793a604", "productHostCode": { "$id": "94", "id": 1, "pluG_UID": "Ka/aMbz4CESOdsNAHrw2cw==", "pluGuid": "31daaf29-f8bc-4408-8e76-c3401ebc3673", "ibaCode": "sample string 2" }, "mscCat": { "$ref": "48" }, "mscCom": { "$ref": "49" }, "mscDep": { "$ref": "51" }, "mscSubCom": { "$ref": "50" }, "isUserUpdate": true, "ignoreMasterProduct": true, "priceGroupLabelRequested": true, "firstSold": "2025-06-14T06:08:01.9768918", "inventoryTracked": "2025-06-14T06:08:01.9768918", "isNormalPriceChangesCampaign": true }, "supplier": { "$ref": "8" }, "serviceFee": { "$id": "95", "id": 1, "description": "sample string 1", "fee": 1 }, "isPrimaryHost": true, "hostVendor": 46 }, { "$ref": "11" } ], "orderCycleHeaders": [ { "$id": "96", "storeID": 1, "supplierIdentifier": "69xB68wL7Um9RgPZK06O0w==", "supplierGuid": "eb41dceb-0bcc-49ed-bd46-03d92b4e8ed3", "departmentCode": "sample string 2", "warehouseDirectIndicator": "sample string 3", "type": 4, "storeName": "sample string 5", "departmentName": "sample string 6", "orderDays": 7 }, { "$ref": "96" } ], "cycles": [ { "$id": "97", "storeID": 1, "supplierIdentifier": "b1hv5hgvvUiOVm9ijZaXlA==", "supplierGuid": "e66f586f-2f18-48bd-8e56-6f628d969794", "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": "2025-06-14T06:08:01.9768918", "deliveryDate": "2025-06-14T06:08:01.9768918", "nextCutOffDate": "2025-06-14T06:08:01.9768918", "nextDeliveryDate": "2025-06-14T06:08:01.9768918", "nextDaysBuffer": 10 }, { "$ref": "97" } ], "store": { "$ref": "4" }, "updated": "2025-06-14T06:08:01.9768918", "isHost": true }, "files": [ { "$id": "98", "id": "sample string 1", "fileName": "sample string 2", "extension": "sample string 3", "provider": 0, "type": 0, "hostType": "sample string 4", "createdUtc": "2025-06-14T06:08:01.9768918", "processed": "2025-06-14T06:08:01.9768918", "isProcessing": true, "processedCount": 6, "processingTime": 1, "collectedUtc": "2025-06-14T06:08:01.9768918", "size": 1, "sizeFormat": "sample string 7", "isArchive": true, "version": "sample string 9", "reference": "sample string 10", "digest": "sample string 11", "contentType": "sample string 12", "host": { "$ref": "7" }, "metcashHeader": { "$id": "99", "customerNumber": "sample string 1", "creationDate": "2025-06-14T06:08:01.9768918", "businessPillar": "sample string 3", "fileType": "sample string 4" } }, { "$ref": "98" } ], "zoneMatrix": [ { "$id": "100", "id": 1, "hostIdentifier": "29cfL1kqf0S/U9S/g0+83g==", "hostIdentifierGuid": "2f1fd7db-2a59-447f-bf53-d4bf834fbcde", "storeID": 1, "departmentCode": "sample string 2", "hostGuids": [ "017b95d9-5201-423e-894b-4d01a69faa95", "d189fcbb-e1d5-459c-b351-ed28dd1bf1e4" ] }, { "$ref": "100" } ], "hostFileStoreSetting": { "$ref": "6" }, "hostStoreSettings": [ { "$ref": "6" }, { "$ref": "6" } ], "promotionPlacements": [ { "$id": "101", "identifier": "9vuliqj1F0KAAqPLPs4xmQ==", "identifierGuid": "8aa5fbf6-f5a8-4217-8002-a3cb3ece3199", "code": "sample string 2", "description": "sample string 3", "isAdvertised": true }, { "$ref": "101" } ], "promoTypeGuids": [ "2fabb930-dc5e-4a58-a6bf-7d37a30e34c4", "3accb5d0-0b26-41b0-93fb-465af9ffd8f1" ], "isPromotionOnly": false, "isOrderable": false, "vendor": 0 }, "groupIDs": [ 1, 2 ], "hostDescription": "sample string 24" }, { "$ref": "6" } ], "accounts": [ { "$id": "102", "id": 1, "storeID": 1, "accountName": "sample string 2", "bsb": "sample string 3", "accountNumber": "sample string 4", "accountDesignated": true }, { "$ref": "102" } ], "sales": [ { "$id": "103", "id": 1, "storeID": 1, "externalSalesType": 2, "ftpSiteID": 1, "lastSaleProcessed": "2025-06-14T06:08:01.9768918", "ftpSite": { "$id": "104", "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": "103" } ], "zoneMatrix": [ { "$ref": "100" }, { "$ref": "100" } ], "cashManagements": [ { "$id": "105", "id": 1, "storeID": 1, "cashManagementType": 2, "apiID": 1, "organisationID": "sample string 3", "siteName": "sample string 4", "thirdPartyAPI": { "$id": "106", "id": 1, "description": "sample string 2", "address": "sample string 3", "username": "sample string 4", "password": "sample string 5", "passwordPlain": "sample string 6", "token": "sample string 7", "apiType": 8, "apiSubType": 9 } }, { "$ref": "105" } ], "updateStoreID": "2d610648-79d1-4241-9523-deb7b7968dd1", "updateStore": { "$id": "107", "id": "abc6f21b-dda4-4d4c-a785-974bf5cab499", "name": "sample string 1", "lastActivity": "2025-06-14T06:08:01.9768918", "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": "2025-06-14T06:08:01.9768918" }, "timeZoneId": "sample string 53", "securityOptions": { "$id": "108", "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" }, "details": [ { "$id": "109", "autoOrderGuid": "sRB3TYFhv0Gkc4pgA/w0Jg==", "autoOrderIdentifier": "4d7710b1-6181-41bf-a473-8a6003fc3426", "pluG_UID": "BCmDS5xhxkWJmNstIjcEhA==", "pluGuid": "4b832904-619c-45c6-8998-db2d22370484", "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": "2025-06-14T06:08:01.9768918", "investmentBuyStatus": 2, "processed": "2025-06-14T06:08:01.9768918", "product": { "$ref": "13" }, "orderCode": "sample string 3", "directIndicator": "sample string 4", "cycle": { "$ref": "97" }, "dayWeighting": { "$id": "110", "sunday": 1.1 }, "inventory": { "$id": "111", "inventoryGuid": "kZQrEsiCbkCVgy1r06pQ6w==", "inventoryIdentifier": "122b9491-82c8-406e-9583-2d6bd3aa50eb", "created": "2025-06-14T06:08:01.9768918", "createdLocal": "2025-06-14T06:08:01.9768918", "onHand": 4, "onHandPacks": 5, "onOrder": 6, "onOrderPacks": 7, "accuracy": 8, "updated": "2025-06-14T06:08:01.9768918", "aws": 1.0, "history": [ { "$id": "112", "inventoryGuid": "3hKw9SWXEk2V1C3Txu04Qg==", "inventoryIdentifier": "f5b012de-9725-4d12-95d4-2dd3c6ed3842", "pluG_UID": "/Z9chGk34UGzrRtDD6pzsQ==", "pluIdentifier": "845c9ffd-3769-41e1-b3ad-1b430faa73b1", "inventoryReason": 3, "inventoryInvoiceGuid": "7X84o9mP+EK69jgIb6PXnQ==", "invoiceIdentifier": "a3387fed-8fd9-42f8-baf6-38086fa3d79d", "operatorGuid": "dtCg/VDTzUGKBoqpk+3mJA==", "operatorIdentifier": "fda0d076-d350-41cd-8a06-8aa993ede624", "stocktakeGuid": "5Owekry/4EK4IBvIcARlYw==", "stocktakeIdentifier": "921eece4-bfbc-42e0-b820-1bc870046563", "orderGuid": "ylQYu6hq1EON5OJkEkBBew==", "orderIdentifier": "bb1854ca-6aa8-43d4-8de4-e2641240417b", "saleHeaderGuid": "zuhVyZj7ZU6Co+LliulXyA==", "saleHeaderGuidIdentifier": "c955e8ce-fb98-4e65-82a3-e2e58ae957c8", "dumpStockID": 1, "fuelDeliveryID": 1, "creditNoteIdentifier": "8y8Nw5Cg90an/zEXi1wgbA==", "creditNoteGuid": "c30d2ff3-a090-46f7-a7ff-31178b5c206c", "inventorySourceGuid": "tnAvR3V9+UyLPXUdrfNB9g==", "inventorySourceIdentifier": "472f70b6-7d75-4cf9-8b3d-751dadf341f6", "createdLocal": "2025-06-14T06:08:01.9768918", "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": "2025-06-14T06:08:01.9768918", "createdLocalTime": "2025-06-14T06:08:01.9768918", "storeID": 14, "barcode": "sample string 15", "directCode": "sample string 16", "productName": "sample string 17", "salesMode": 18, "orderPacked": 19, "invoice": { "$id": "113", "inventoryInvoiceGuid": "/vFVaCJMjkiQ9QSl0SS/AA==", "invoiceIdentifier": "6855f1fe-4c22-488e-90f5-04a5d124bf00", "inventoryGuid": "W/NmQSTjjUiOGnaPdY5hwA==", "inventoryIdentifier": "4166f35b-e324-488d-8e1a-768f758e61c0", "supplierIdentifier": "e4NWYXrDFkiXNcdazMcXUw==", "supplierGuid": "6156837b-c37a-4816-9735-c75accc71753", "orderGuid": "o9k4UThEkUiYSnzcF82QUw==", "orderIdentifier": "5138d9a3-4438-4891-984a-7cdc17cd9053", "invoiceHeaderIdentifier": "kO1s/JGZD0e9FfvUHY1JJw==", "invoiceHeaderGuid": "fc6ced90-9991-470f-bd15-fbd41d8d4927", "created": "2025-06-14T06:08:01.9768918", "ordered": "2025-06-14T06:08:01.9768918", "storeID": 1, "bestOrExpire": "2025-06-14T06:08:01.9768918", "bestOrExpireType": 1, "units": 1, "weight": 1, "received": "2025-06-14T06:08:01.9768918", "cost": 1, "totalCost": 1, "freightCost": 1, "inStock": 1, "pluG_UID": "6DgI7pK6ekGPwGpq6o4//A==", "pluGuid": "ee0838e8-ba92-417a-8fc0-6a6aea8e3ffc", "orderInventoryGuid": "Y19YagUmqki5/AyXeDVIpQ==", "orderInventoryIdentifier": "6a585f63-2605-48aa-b9fc-0c97783548a5", "supplier": { "$ref": "8" }, "inventoryUnits": [ { "$id": "114", "invoiceItemNo": 1, "inventoryInvoiceGuid": "vU/+DELGYEmfpmKp84Q17w==", "invoiceIdentifier": "0cfe4fbd-c642-4960-9fa6-62a9f38435ef", "inventoryGuid": "wYRtWRltWEqcHH3gPho/bg==", "inventoryIdentifier": "596d84c1-6d19-4a58-9c1c-7de03e1a3f6e", "serialNumber": "sample string 3", "sold": "2025-06-14T06:08:01.9768918", "saleItemID": 1, "storeID": 1, "returned": "2025-06-14T06:08:01.9768918", "dumped": 1, "saleHeaderID": 1 }, { "$ref": "114" } ] }, "invoiceHeaderIdentifier": "3o4lYeAp4EehgfKyurqhDQ==", "invoiceHeaderGuid": "61258ede-29e0-47e0-a181-f2b2babaa10d", "invoiceNumber": "sample string 20", "invoiceCost": 1, "invoiceCostDecimals": 1, "orderNumber": 1, "orderReceivingStoreName": "sample string 21", "orderSendingStoreName": "sample string 22", "creditNoteID": 1, "reason": { "$id": "115", "id": 1, "name": "sample string 1", "allowRF": 2, "dumpStock": 3, "creditRequest": 4, "excludeFromLoss": 5, "reserved": 6, "updated": "2025-06-14T06:08:01.9768918" }, "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 }, { "$ref": "112" } ], "products": [ { "$ref": "13" }, { "$ref": "13" } ], "lastInvoiceCost": 1 }, "aws": 5.0, "explanations": [ { "$id": "116", "pluG_UID": "UQgzXtl1JEOZLTyYXYw21g==", "pluGuid": "5e330851-75d9-4324-992d-3c985d8c36d6", "consolidatedSales": { "$id": "117", "1": { "$id": "118", "discountPercentage": 1, "days": 2, "quantity": 3.1, "aws": 3.1, "cartonQuantity": 4.1, "lowQuality": true }, "2": { "$ref": "118" } }, "dailyPrices": { "$id": "119", "2025-06-14T06:08:01.9768918": { "$id": "120", "date": "2025-06-14T06:08:01.9768918", "salePrice": 1, "campaign": "sample string 2", "campaignDescription": "sample string 3", "combo": true, "comboPriceGroupG_UID": "4BmHeumBZEKLjBfQCxUusw==", "comboPriceGroupGuid": "7a8719e0-81e9-4264-8b8c-17d00b152eb3" } }, "onHandPredictions": [ { "$id": "121", "autoOrderGuid": "NjX5vTeQzUyptmYZF7DQZA==", "autoOrderIdentifier": "bdf93536-9037-4ccd-a9b6-661917b0d064", "pluG_UID": "N2FDhoPP0k6e6/zaSO/Qtw==", "pluGuid": "86436137-cf83-4ed2-9eeb-fcda48efd0b7", "childPLUG_UID": "bdbYAAHkAUyBiqbJiKdDqg==", "childPluGuid": "00d8d66d-e401-4c01-818a-a6c988a743aa", "date": "2025-06-14T06:08:01.9768918", "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": "121" } ], "predictions": [ { "$ref": "121" }, { "$ref": "121" } ], "product": { "$ref": "13" } }, { "$ref": "116" } ], "supplierOrderingDetail": { "$ref": "11" }, "manufacturerSupplier": "ea4c17cb-283a-4bc6-9129-2d8daba05bf1", "cartonQuantity": 1, "sellPrice": 1, "cost": 1, "costDecimals": 1, "bufferDays": 6, "boostDays": 7 }, { "$ref": "109" } ], "boosts": [ { "$id": "122", "autoOrderGuid": "deaCw44VdUa5LE/F/xuvuA==", "autoOrderIdentifier": "c382e675-158e-4675-b92c-4fc5ff1bafb8", "date": "2025-06-14T06:08:01.9768918", "boost": 2 }, { "$ref": "122" } ] }, "supplierName": "sample string 33", "supplierStoreID": 1, "supplierCartonsOnly": true, "supplierEnforceMinimumQuantity": true, "supplierMinimumOrderValue": 1, "storeName": "sample string 36", "orderCode": { "$id": "123", "code": "sample string 1", "description": "sample string 2" }, "store": { "$ref": "4" }, "supplier": { "$ref": "8" }, "totalCostInc": 37.0, "totalPickedCostInc": 38.0, "totalReceivedCostInc": 39.0, "total": { "$id": "124", "orderGuid": "K5vl7U5XWUC977IB2tx0Xw==", "orderIdentifier": "ede59b2b-574e-4059-bdef-b201dadc745f", "supplierIdentifier": "2lEVQE85KE2lEm/iKGx/dA==", "supplierGuid": "401551da-394f-4d28-a512-6fe2286c7f74", "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": "125", "id": 1, "orderGuid": "pjOvYX2M2UqqBxinAeLIRg==", "orderIdentifier": "61af33a6-8c7d-4ad9-aa07-18a701e2c846", "pluG_UID": "TE5KFPMf6EmotGT8m5CUBQ==", "pluGuid": "144a4e4c-1ff3-49e8-a8b4-64fc9b909405", "created": "2025-06-14T06:08:01.9768918", "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, "cost": 1, "costDecimals": 1, "pickedCost": 1, "pickedCostDecimals": 1, "averagePackSize": 9.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 10", "receivedUnits": 1, "receivedWeight": 1, "received": 1, "status": 11, "substituteG_UID": "ZFGJEqBL20i8j/k+sHQXng==", "substituteGuid": "12895164-4ba0-48db-bc8f-f93eb074179e", "warehousePLUG_UID": "5Dv+viho+EyDLP9HExp13g==", "warehousePluGuid": "befe3be4-6828-4cf8-832c-ff47131a75de", "updated": "2025-06-14T06:08:01.9768918", "increment": true, "description": "sample string 13", "product": { "$ref": "13" }, "unknownScan": { "$id": "126", "pluG_UID": "vxtXxoZkqECn1LrR+fgnHA==", "pluGuid": "c6571bbf-6486-40a8-a7d4-bad1f9f8271c", "orderGuid": "RHdBUXHg406Ni5IRDSxKvQ==", "orderIdentifier": "51417744-e071-4ee3-8d8b-92110d2c4abd", "barcode": "sample string 3", "created": "2025-06-14T06:08:01.9768918" }, "unknownScanItem": true, "substitute": { "$ref": "13" }, "warehouseProduct": { "$ref": "13" }, "lookup": { "$id": "127", "pluG_UID": "qgmvnzCW4kSdPraf2ZdK6g==", "pluGuid": "9faf09aa-9630-44e2-9d3e-b69fd9974aea", "inventoryGuid": "iehbNZAjMki3Vobjc8q6sA==", "inventoryIdentifier": "355be889-2390-4832-b756-86e373cabab0", "averageWeeklySales": 1.0, "inventoryAverageWeeklySales": 1.0, "onHand": 1, "onHandPacks": 1, "onOrder": 1, "onOrderPacks": 1, "accuracy": 1, "lastOrdered": "2025-06-14T06:08:01.9768918", "lastOrderQuantity": 1.1, "lastReceived": "2025-06-14T06:08:01.9768918", "lastReceivedQuantity": 1.1, "lastInvoiceStatus": 1 }, "productOrderingDetail": { "$ref": "11" }, "dealCost": { "$ref": "92" }, "nextCost": { "$ref": "92" }, "lastChance": true, "holdOff": 16, "holdOffDate": "2025-06-14T06:08:01.9768918", "orderHeader": { "$ref": "2" }, "invoiceDetail": { "$id": "128", "identifier": "PvsTVOIUWUe27y46j+NOKA==", "identifierGuid": "5413fb3e-14e2-4759-b6ef-2e3a8fe34e28", "headerIdentifier": "naAb1K/zG0qmVCBAUl89Sw==", "headerIdentifierGuid": "d41ba09d-f3af-4a1b-a654-2040525f3d4b", "pluG_UID": "1QUAhfDt2kKMZN66kMNb2Q==", "pluGuid": "850005d5-edf0-42da-8c64-deba90c35bd9", "pageNo": 1, "lineNo": 1, "itemOrdered": "sample string 1", "itemShipped": "sample string 2", "apn": "sample string 3", "barcode": "sample string 4", "prodStatus": 0, "dateAvailable": "2025-06-14T06:08:01.9768918", "commodity": "sample string 5", "supplier": "sample string 6", "itemDesc": "sample string 7", "itemType": 48, "investmentBuyInd": "A", "orderType": "sample string 8", "cartonQty": 1, "cartonQuantitySpecified": true, "soldByWeight": true, "orderByWeight": true, "unitsOrdered": 1, "unitsSupplied": 1, "unitsReceived": 1, "weightOrdered": 1, "weightShipped": 1, "weightReceived": 1, "unitSpecified": 11, "wholesalePrice": 1, "extWholesalePrice": 1, "normalPrice": 1, "retailPrice": 1, "pricingUnit": "sample string 12", "claimFlag": "A", "gstRate": 1, "gstAmount": 1, "extGstAmount": 1, "deliWeight": 1, "marginAmount": 1, "extMarginAmount": 1, "costAmount": 1, "orderedCostAmount": 1, "extCostAmount": 1, "costIncSpecified": true, "freightAmount": 14, "freightGstAmount": 15, "extFreightAmount": 16, "extFreightGstAmount": 17, "costDecimals": 18, "wetRate": 1, "containerDeposit": 1, "basePrice": 1, "wetValue": 1, "deliveryFee": 1, "casePrice": 1, "wholesaleExt": 1, "wetExt": 1, "totalLitres": 1, "tun": "sample string 19", "applyDetails": true, "applySell": true, "applyCost": true, "applyOr": true, "applyQty": true, "itemNumber": "sample string 20", "directNumber": "sample string 21", "itemSize": "sample string 22", "costGst": 1, "sellGst": 1, "costOr": 1, "sellOr": 1, "marginOr": 1, "grossProfit": 1.0, "sell": 1, "cartonCost": 1, "currentCost": 1, "costID": "A", "costStart": "2025-06-14T06:08:01.9768918", "costEnd": "2025-06-14T06:08:01.9768918", "createdFromUnknownScan": true, "orderGuid": "JJRgKQ3/BU+3b9PIpxILWQ==", "orderIdentifierGuid": "29609424-ff0d-4f05-b76f-d3c8a7120b59", "processed": true, "received": true, "inventoried": true, "fromElectronicInvoice": true, "allowDelete": true, "updated": "2025-06-14T06:08:01.9768918", "invoiceNo": "sample string 28", "hasInventory": true, "existingCost": 30.1, "existingSell": 31.1, "futureCost": 1.1, "futureSell": 1.1, "nextSell": 1.1, "nextSellCampaignName": "sample string 32", "nextSellCampaignDescription": "sample string 33", "unknownScan": { "$id": "129", "pluG_UID": "KB8X3sTit0yc68WMaQdUlw==", "pluGuid": "de171f28-e2c4-4cb7-9ceb-c58c69075497", "invoiceIdentifier": "KHaodbrI702SRMzlMGkXyg==", "invoiceGuid": "75a87628-c8ba-4def-9244-cce5306917ca", "barcode": "sample string 3", "itemNumber": "sample string 4", "created": "2025-06-14T06:08:01.9768918" }, "productActive": true, "productSalesMode": 35, "productGSTPercent": 36, "productCostCalcMethod": 37, "productAlwaysApplyMargin": true, "productMarginRanged": true, "productMargin": 1.1, "productMinimumMargin": 1.1, "productMaximumMargin": 1.1, "priceGroupG_UID": "ai8zuUa+Z0ejImlOdKXEaw==", "priceGroupGuid": "b9332f6a-be46-4767-a322-694e74a5c46b", "priceGroupName": "sample string 40", "priceGroupCode": "sample string 41", "product": { "$ref": "13" }, "incrementCount": true, "minimumQuantity": 1, "randomWeight": true, "salesMode": 43, "cartons": 1, "weight": 1, "units": 1, "autoOrderStatus": 1, "invoiceDetailReceive": true }, "autoOrderDetail": { "$ref": "109" }, "doNotRange": true, "doNotOrder": true, "costGSTPercent": 1, "orderDetailReceive": true }, { "$ref": "125" } ], "unknownScans": [ { "$ref": "126" }, { "$ref": "126" } ], "transportCompany": { "$id": "130", "identifier": "TEPuRpmOK0OT6cbLE4/boA==", "identifierGuid": "46ee434c-8e99-432b-93e9-c6cb138fdba0", "companyName": "sample string 1", "abn": "sample string 2", "address1": "sample string 3", "address2": "sample string 4", "telephone": "sample string 5", "primaryContactGuid": "H0PA6sp96UWubsszZ8I0nA==", "primaryContactID": "eac0431f-7dca-45e9-ae6e-cb3367c2349c", "primaryContact": { "$ref": "9" } } }, { "$ref": "2" } ], "skip": 1, "take": 1, "totalCount": 1 }
application/xml
Sample not available.
text/xml
Sample not available.
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
PK 1�Z�=�1� 5 xl/workbook.xml � (� ����0��&�C������x��}�[�@[����[J ��mgv��)G�:nmG>�7�p�!c������&�uB��Ŭ��ƶo�&�C�������K5x:��a��!<�D��Q���vCH95{(}��X�N&as����[/�"4V�� �$����W�8ܑsg�fG���/te���-��/PK 1�Z���� � [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 1�Z=�Fb' ' _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="Re358d409944a43b9" /></Relationships>PK 1�Z�lLa� xl/worksheets/sheet1.xml � (� ���n�0�_��}���@T�M��[���� V1�l'���J�E��5�?�gF���d�\��������E(��6?RxW�ү�����f��Z{�"d��Kfu��5JKf�Q�jQ�N����yǬ�ʴ�h�T�;��QsV{��JI&zX�p�G�@���vO @e�ῂ�S�N^�z�bϢ��/Ԡ� ;u�I ��8�� )��Ju���� ����Q��E$Ȓ8�qJiH���d���s��ʤ'��,� h��LhF�Mz[Og=]�YF8!�m]4���ų.��7BJ҈�f�^������ee�� �O��ct�B�7�m܊�%��y����5^���$vk�^�5-r����;Yi�/��D���;q��ݍ��znr�>M�uO���,�~'��.�PK 1�Z��5� P xl/_rels/workbook.xml.rels � (� ��Kn�0@�b;�M�*6�R.���8"�#۴�l]�H�B-*A����h~OO����Zo?Ɓ�a��w �A���]��)�������D��I^q����LiTG?����(SNCG'���C�`��a{&9�'���+�yuѥ?��݇c�� �A�S�R����L��c���+���@���b:o^��L�Z�ZhS��Ce��_Sȗ�;��3�e[sV ��@����ѻ��� PK 1�ZЃ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 1�ZW֖�� xl/sharedStrings.xml � (� ePMK�0�+!w��i�������z��>۰�K�{�7�"J�83�Sn?���E��FR ��;*��ݜ]IAl�7>"Tr�b[�D,���#�t�5��!'����g�MS��������8������R���gh~q.pu�u�LPj�K}�?ܽ#^s�{7����O�]d�-k�!����LH'�1�D��r>��- $g�a���y��Z�f���'�ku�$�/��/Z��oPK- 1�Z�=�1� 5 xl/workbook.xmlPK- 1�Z���� � � [Content_Types].xmlPK- 1�Z=�Fb' ' U _rels/.relsPK- 1�Z�lLa� � xl/worksheets/sheet1.xmlPK- 1�Z��5� P � xl/_rels/workbook.xml.relsPK- 1�ZЃc'2 E � xl/styles.xmlPK- 1�ZW֖�� m xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
PK 1�Z�Y-+� 5 xl/workbook.xml � (� ����0D�&�C���h#)��x��}��6Ж�5��$��ξ1Z�U�v�{�3�S1�k���h⮵NC�ҽ�m[Uci�F�)I��aAY�<]h����/���eh��"�fO���e4ֺ�I�b�)1ö�YsZB Jf����H��T����x�^�7�ҍ��[_PK 1�Z���� � [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 1�ZCB��' ' _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="R6df430ff1c144d90" /></Relationships>PK 1�Z�lLa� xl/worksheets/sheet1.xml � (� ���n�0�_��}���@T�M��[���� V1�l'���J�E��5�?�gF���d�\��������E(��6?RxW�ү�����f��Z{�"d��Kfu��5JKf�Q�jQ�N����yǬ�ʴ�h�T�;��QsV{��JI&zX�p�G�@���vO @e�ῂ�S�N^�z�bϢ��/Ԡ� ;u�I ��8�� )��Ju���� ����Q��E$Ȓ8�qJiH���d���s��ʤ'��,� h��LhF�Mz[Og=]�YF8!�m]4���ų.��7BJ҈�f�^������ee�� �O��ct�B�7�m܊�%��y����5^���$vk�^�5-r����;Yi�/��D���;q��ݍ��znr�>M�uO���,�~'��.�PK 1�Z�v�9� P xl/_rels/workbook.xml.rels � (� ��An� E��f_c�8�QH6�d��c�Hڜ���W(J�֑��&+4��i������m�C�P%t���uN�<4�ݬ�8ȔoD�O��'. �)M+J��8�X� ]�F�r::Iu��EY.i�3�I� �C��� ��:���`���1Z�� C�I�O����L��������4o�g@���b����3 o�f�(�Z^�U�ʀ�%����<����yN�l�%[T�U�����PK 1�ZЃ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 1�ZW֖�� xl/sharedStrings.xml � (� ePMK�0�+!w��i�������z��>۰�K�{�7�"J�83�Sn?���E��FR ��;*��ݜ]IAl�7>"Tr�b[�D,���#�t�5��!'����g�MS��������8������R���gh~q.pu�u�LPj�K}�?ܽ#^s�{7����O�]d�-k�!����LH'�1�D��r>��- $g�a���y��Z�f���'�ku�$�/��/Z��oPK- 1�Z�Y-+� 5 xl/workbook.xmlPK- 1�Z���� � � [Content_Types].xmlPK- 1�ZCB��' ' U _rels/.relsPK- 1�Z�lLa� � xl/worksheets/sheet1.xmlPK- 1�Z�v�9� P � xl/_rels/workbook.xml.relsPK- 1�ZЃc'2 E � xl/styles.xmlPK- 1�ZW֖�� n xl/sharedStrings.xmlPK � �