GET api/order/{id}/detail/{pluGuid}?relations={relations}
Returns the product of an order detail line
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Order identifier |
globally unique identifier |
Required |
pluGuid |
Product identifier |
globally unique identifier |
Required |
relations |
Load order detail relations, default true |
boolean |
Default value is True |
Body Parameters
None.
Response Information
Resource Description
OrderDetailName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
OrderGuid | Collection of byte |
None. |
|
OrderIdentifier | globally unique identifier |
None. |
|
PLUG_UID | Collection of byte |
None. |
|
PluGuid | globally unique identifier |
None. |
|
Created | date |
None. |
|
APN | string |
None. |
|
ItemNumber | string |
None. |
|
DirectNumber |
The supplier's order code |
string |
None. |
DirectIndicator |
The supplier's warehouse direct indicator |
string |
None. |
SalesMode | integer |
None. |
|
OrderByWeight | boolean |
None. |
|
SellPrice | integer |
None. |
|
InventoryFixed | boolean |
None. |
|
HasInventory | boolean |
None. |
|
InventoryAccuracy | integer |
None. |
|
OnOrder | integer |
None. |
|
OnOrderPacks | integer |
None. |
|
OnHand | integer |
None. |
|
OnHandPacks | integer |
None. |
|
Cost |
Carton cost |
integer |
None. |
CostDecimals |
Carton cost decimal places |
integer |
None. |
PickedCost |
Carton cost at time of picking. |
integer |
None. |
PickedCostDecimals |
Picked carton cost decimal places. |
integer |
None. |
AveragePackSize | decimal number |
None. |
|
CartonQuantity |
Units per Cartonv |
integer |
None. |
Cartons |
Ordered Cartons |
integer |
None. |
Units |
Ordered Units |
integer |
None. |
Weight |
Ordered Weight |
integer |
None. |
PickedCartons |
Picked Cartons |
integer |
None. |
PickedUnits |
Picked Units |
integer |
None. |
PickedWeight |
Picked Weight |
integer |
None. |
ShippedCartons |
Shipped (in-transit) Cartons |
integer |
None. |
ShippedUnits |
Shipped (in-transit) units |
integer |
None. |
ShippedWeight |
Shipped (in-transit) weight |
integer |
None. |
ReceivedCartons |
Received Cartons |
integer |
None. |
ReceivedCartonQuantity |
Received Units per Carton - may be different from ordered Units per Carton if different TUNs delivered |
integer |
None. |
ReceivedTun |
The TUN scanned when receiving the order. |
string |
None. |
ReceivedUnits |
Received units |
integer |
None. |
ReceivedWeight |
Received weight |
integer |
None. |
Received |
Flag for whether the order detail stock has been received |
integer |
None. |
Status | OrderDetailStatus |
None. |
|
SubstituteG_UID | Collection of byte |
None. |
|
SubstituteGuid | globally unique identifier |
None. |
|
WarehousePLUG_UID | Collection of byte |
None. |
|
WarehousePluGuid |
Refers to the source Store's product guid |
globally unique identifier |
None. |
Updated | date |
None. |
|
Increment | boolean |
Relation. This field may not always be loaded or used for updates. |
|
Description | string |
Relation. This field may not always be loaded or used for updates. |
|
Product | Product |
Relation. This field may not always be loaded or used for updates. |
|
UnknownScan | OrderUnknownScan |
Relation. This field may not always be loaded or used for updates. |
|
UnknownScanItem | boolean |
Relation. This field may not always be loaded or used for updates. |
|
Substitute | Product |
Relation. This field may not always be loaded or used for updates. |
|
WarehouseProduct |
Product from the Store we are transferring from |
Product |
Relation. This field may not always be loaded or used for updates. |
Lookup | OrderDetailLookup |
Relation. This field may not always be loaded or used for updates. |
|
ProductOrderingDetail | ProductOrderingDetail |
Relation. This field may not always be loaded or used for updates. |
|
DealCost | DealCost |
Relation. This field may not always be loaded or used for updates. |
|
NextCost | DealCost |
Relation. This field may not always be loaded or used for updates. |
|
LastChance |
If true, the deal cost is ending between now and the end of the week |
boolean |
Relation. This field may not always be loaded or used for updates. |
HoldOff |
Indicates if a new deal cost is starting soon |
OrderHoldOff |
Relation. This field may not always be loaded or used for updates. |
HoldOffDate |
Date that a hold off deal cost is begining |
date |
Relation. This field may not always be loaded or used for updates. |
OrderHeader | OrderHeader |
Relation. This field may not always be loaded or used for updates. |
|
InvoiceDetail | InvoiceDetail |
Relation. This field may not always be loaded or used for updates. |
|
AutoOrderDetail | AutoOrderDetail |
Relation. This field may not always be loaded or used for updates. |
|
DoNotRange | boolean |
Relation. This field may not always be loaded or used for updates. |
|
DoNotOrder | boolean |
Relation. This field may not always be loaded or used for updates. |
|
CostGSTPercent | integer |
Relation. This field may not always be loaded or used for updates. |
|
OrderDetailReceive |
Credit note populated. True if images are attached to order detail |
boolean |
Relation. This field may not always be loaded or used for updates. |
IsBackedUp | boolean |
Relation. This field may not always be loaded or used for updates. |
|
BackupWarehouseIndicator | string |
Relation. This field may not always be loaded or used for updates. |
|
BackupOrderCode | string |
Relation. This field may not always be loaded or used for updates. |
Response Formats
application/json, text/json
{ "id": 1, "orderGuid": "4yugb/26nEuPbdxMsRV5+w==", "orderIdentifier": "6fa02be3-bafd-4b9c-8f6d-dc4cb11579fb", "pluG_UID": "sQWmu6ov5km1ug5NSGUiLg==", "pluGuid": "bba605b1-2faa-49e6-b5ba-0e4d4865222e", "created": "2025-10-05T00:02:35.4882719", "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": "6tU77fDJqEq5Pp7290JLFw==", "substituteGuid": "ed3bd5ea-c9f0-4aa8-b93e-9ef6f7424b17", "warehousePLUG_UID": "eapo4vPM+U2+i/DRiCqzCw==", "warehousePluGuid": "e268aa79-ccf3-4df9-be8b-f0d1882ab30b", "updated": "2025-10-05T00:02:35.4882719", "increment": true, "description": "sample string 13", "product": { "$id": "2", "plu": 1, "storeID": 1, "masterPluG_UID": "QEA=", "storeIDs": [ 1, 2 ], "g_UId": "i3URU8+SkEKFMBOF0H+uUw==", "guid": "5311758b-92cf-4290-8530-1385d07fae53", "apn": "sample string 1", "apnChanged": true, "apnSwitched": true, "barcode": "sample string 4", "itemNumber": "sample string 5", "itemNumberChanged": true, "priceGroupG_UID": "6TXharn3pU60CqKOsr4H0w==", "priceGroupGuid": "6ae135e9-f7b9-4ea5-b40a-a28eb2be07d3", "blueprintID": 1, "lastCountedDate": "2025-10-05T00:02:35.4882719", "externalID": "sample string 7", "active": true, "activated": "2025-10-05T00:02:35.4882719", "pluCreated": "2025-10-05T00:02:35.4882719", "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-10-05T00:02:35.4882719", "lastManualUpdate": "2025-10-05T00:02:35.4882719", "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-10-05T00:02:35.4882719", "currentCostUpdated": "2025-10-05T00:02:35.4882719", "costDecimals": 31, "costChanged": true, "dealCostIdentifier": "QEA=", "excludeFromRebate": true, "rebateOverride": 1, "costCalcMethod": 32, "costCalcMethodChanged": true, "costEffectiveDate": "2025-10-05T00:02:35.4882719", "defaultGP": 1, "breakTargetMode": 33, "break1": 1, "price1": 1, "target1": 34, "break2": 1, "price2": 1, "target2": 35, "break3": 1, "price3": 1, "target3": 36, "break1Changed": true, "price1Changed": true, "target1Changed": true, "break2Changed": true, "price2Changed": true, "target2Changed": true, "break3Changed": true, "price3Changed": true, "target3Changed": true, "breakTargetModeChanged": true, "margin": 1.1, "marginChanged": true, "marginRanged": true, "marginRangedChanged": true, "minimumMargin": 1.1, "minimumMarginChanged": true, "maximumMargin": 1.1, "maximumMarginChanged": true, "overrideHostWarehouseIndicator": true, "overrideHostWarehouseIndicatorChanged": true, "overrideHostPrice": true, "overrideHostPriceChanged": true, "overrideHostCost": true, "overrideHostCostChanged": true, "overrideHostMargin": true, "overrideHostMarginChanged": true, "alwaysApplyMargin": true, "alwaysApplyMarginChanged": true, "aws": 1.0, "paws": 1.0, "awsUpdated": "2025-10-05T00:02:35.4882719", "posTare": 1, "altPrice": 1.0, "altPriceChanged": true, "altPriceMode": 53, "altPriceModeChanged": true, "altPLUG_UID": "DIC1Ar1ezEqDCNqaic/hGw==", "altPLUGuid": "02b5800c-5ebd-4acc-8308-da9a89cfe11b", "altPLUGuidChanged": true, "altPriceDescription1": "sample string 54", "altPriceDescription2": "sample string 55", "cartonQuantity": 56, "cartonQuantityChanged": true, "trayID": 1, "promptID": 1, "tare": 1, "packQty": 1, "fixedWeight": 1, "extraMesg": 1, "text1": "sample string 58", "text2": "sample string 59", "text3": "sample string 60", "labelText": "sample string 61", "labelTextChanged": true, "sendToScale": true, "nonScaleWeigh": true, "labelFormat": "sample string 65", "barcodeFormat": "sample string 66", "austMade": 1, "coolCode": 67, "countryOfOrigin": "sample string 68", "percentContent": 69.1, "departmentID": 1, "subDepartmentID": 1, "minorDepartmentID": 1, "lesserDepartmentID": 1, "deptCode": "sample string 70", "subDeptCode": "sample string 71", "minorDeptCode": "sample string 72", "lesserDeptCode": "sample string 73", "deptName": "sample string 74", "subDeptName": "sample string 75", "minorDeptName": "sample string 76", "lesserDeptName": "sample string 77", "departmentChanged": true, "subCategoryID": 1, "expiry": 1, "showDays": 1, "datePrint": 1, "labelRequired": true, "labelShelfQty": 80, "labelShelfChanged": true, "labelTalkerQty": 82, "labelSmall": true, "labelLastPrinted": "2025-10-05T00:02:35.4882719", "labelLastPrice": 1, "shelfPageLayoutG_UID": "0HKAjFrdpEWp3ZEB1Hvd0Q==", "shelfPageLayoutGuid": "8c8072d0-dd5a-45a4-a9dd-9101d47bddd1", "talkerPageLayoutG_UID": "TlvhumqXVUOlFw2jU1pDEg==", "talkerPageLayoutGuid": "bae15b4e-976a-4355-a517-0da3535a4312", "unitMeasure": 1.1, "unitMeasureChanged": true, "unitMeasureKind": 85, "unitMeasureKindChanged": true, "signIQData": "sample string 87", "refresh": true, "earnLoyaltyPoints": true, "earnLoyaltyPointsChanged": true, "quantityOverride": true, "quantityOverrideChanged": true, "quantityRequired": true, "quantityRequiredChanged": true, "allowDiscounts": true, "allowDiscountsChanged": true, "discountDiscounts": true, "discountDiscountsChanged": true, "itemRecalled": true, "itemRecalledChanged": true, "noRefund": true, "noRefundChanged": true, "allowMarkdown": true, "allowMarkdownChanged": true, "priceRequired": true, "priceRequiredChanged": true, "fuelItem": true, "fuelItemChanged": true, "trackSerial": true, "trackSerialChanged": true, "allowZeroPrice": true, "allowZeroPriceChanged": true, "notForSale": 91, "notForSaleChanged": true, "excludeFromDeals": true, "excludeFromVoucher": true, "minimumAge": 94, "minimumAgeChanged": true, "buyingLimit": 1, "buyingLimitChanged": true, "buyingLimitIndependent": true, "buyingLimitIndependentChanged": true, "inventoryGuid": "2fPFloHQ8EKtuG7Awht/jg==", "inventoryIdentifier": "96c5f3d9-d081-42f0-adb8-6ec0c21b7f8e", "inventoryAccuracy": 1, "baseUnits": 98, "orderPacked": 1, "isManufactured": true, "isIngredient": true, "isModifier": true, "isModifierChanged": true, "hasModifiers": 99, "defaultPrinter": "sample string 100", "defaultPrinterGroup": "sample string 101", "ingredientsOnManufacture": true, "manufactureUnitMeasure": 1, "mpl": 1, "maxShelfQty": 102, "allowAutoOrder": true, "warrantyPeriod": 1, "parentPluG_UId": "ssBPzCzokEOo1ZAaoVLggg==", "parentPluGuid": "cc4fc0b2-e82c-4390-a8d5-901aa152e082", "preferredHostVendor": 104, "preferredHostChanged": true, "code": "sample string 106", "supplierIdentifier": "42skXWwm9Ea3KsvGvceAWA==", "supplierIdentifierGuid": "5d246be3-266c-46f4-b72a-cbc6bdc78058", "supplierChanged": true, "rebateSupplierIdentifier": "TL/Zrfv7bkWFPkzSMDv+pw==", "rebateSupplierIdentifierGuid": "add9bf4c-fbfb-456e-853e-4cd2303bfea7", "rebateSupplierChanged": true, "availableForOrder": true, "warehouseDirectIndicator": "sample string 108", "warehouseDirectIndicatorChanged": true, "productGrade": "sample string 110", "productType": "sample string 111", "productGroup": "sample string 112", "complianceIndicator": "sample string 113", "inhouseBrand": "sample string 114", "slowMoving": true, "generalMerchandise": true, "comment": "sample string 117", "lastUpdatedByUser": "sample string 118", "lastManualUpdatedByUser": "sample string 119", "lastUpdatedByUserOverride": true, "lastUpdatedByHost": "2025-10-05T00:02:35.4882719", "commodity": "sample string 121", "businessPillar": "sample string 122", "mscCommodity": "sample string 123", "hostIdentifier": "tpfQh95+VU23Rbuh/eRdIA==", "hostIdentifierGuid": "87d097b6-7ede-4d55-b745-bba1fde45d20", "serviceFeeID": 1, "serviceFeeIDChanged": true, "providerName": "sample string 125", "aisleEnds": "sample string 126", "deleted": true, "deletedChanged": true, "hidden": true, "doNotRange": true, "doNotRangeChanged": true, "doNotOrder": true, "doNotOrderChanged": true, "locked": true, "excludeFromWebUpdate": true, "excludeFromWebUpdateChanged": true, "webPriceBasedOn": 137, "webPriceRounding": true, "webMarkup": 139, "webPriceMode": 140, "altDepartmentID": 1, "altSubDepartmentID": 1, "altMinorDepartmentID": 1, "altLesserDepartmentID": 1, "altDeptCode": "sample string 141", "altSubDeptCode": "sample string 142", "altMinorDeptCode": "sample string 143", "altLesserDeptCode": "sample string 144", "altDepartmentChanged": true, "storeProducts": [ { "$ref": "2" }, { "$ref": "2" } ], "store": { "$id": "3", "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-10-05T00:02:35.4882719", "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": "8jGnkgZGIEizQcc2g0Wyug==", "hostIdentifierGuid": "92a731f2-4606-4820-b341-c7368345b2ba", "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-10-05T00:02:35.4882719", "priceZoneName": "sample string 51", "storeFuelConfigured": true, "shippingAddressCopied": true, "shippingAddress": { "$id": "4", "storeID": 1, "addressType": 1, "address1": "sample string 1", "address2": "sample string 2", "city": "sample string 3", "state": "sample string 4", "country": "sample string 5", "postCode": "sample string 6" }, "billingAddress": { "$ref": "4" }, "hostStoreSettings": [ { "$id": "5", "id": 1, "hostIdentifier": "qFMbDSIZ8U60m93Z6448sw==", "hostIdentifierGuid": "0d1b53a8-1922-4ef1-b49b-ddd9eb8e3cb3", "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": "6", "identifier": "zdQlFVgveUy6QbdgEPuGag==", "identifierGuid": "1525d4cd-2f58-4c79-ba41-b76010fb866a", "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": "5b4lYh0OCkmXfV8Y7A12/g==", "hostSupplierIdentifierGuid": "6225bee5-0e1d-490a-977d-5f18ec0d76fe", "loyaltyPriceLevelIdentifier": "TPwLoO33zk6di+f3t3SmCg==", "loyaltyPriceLevelIdentifierGuid": "a00bfc4c-f7ed-4ece-9d8b-e7f7b774a60a", "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-10-05T00:02:35.4882719", "lastProcessed": "2025-10-05T00:02:35.4882719", "hold": true, "supplierName": "sample string 35", "supplier": { "$id": "7", "identifier": "779BCtpRrUqdu5nHmwsSAA==", "identifierGuid": "0a41bfef-51da-4aad-9dbb-99c79b0b1200", "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": "Hg+i3DVRy0is1zgRLD4Irw==", "primaryContactID": "dca20f1e-5135-48cb-acd7-38112c3e08af", "storeID": 1, "abn": "sample string 16", "supplierGroupIdentifier": "+bxRKmPrnk+vSViE3ElLyA==", "supplierGroupGuid": "2a51bcf9-eb63-4f9e-af49-5884dc494bc8", "rebate": 1.0, "rebateType": 1, "rebateFrequency": 1, "rebateSource": 1, "rebateLastClaimed": "2025-10-05T00:02:35.4882719", "rebateLastClaimedAmount": 1.0, "cartonsOnly": true, "minimumOrderValue": 1, "enforceMinimumQuantity": true, "freight": 19.0, "freightType": 20, "deleted": true, "deletedUser": "sample string 22", "storeName": "sample string 23", "primaryContact": { "$id": "8", "id": "6e5f6b12-65ce-400b-a13f-baea3a5ba086", "identifier": "BOcbiQ2ZdEmdfrmqGcOjlw==", "identifierGuid": "891be704-990d-4974-9d7e-b9aa19c3a397", "familyName": "sample string 1", "givenNames": "sample string 2", "otherNames": "sample string 3", "title": "sample string 4", "dateOfBirth": "sample string 5", "sex": "sample string 6", "address": "sample string 7", "address1": "sample string 8", "address2": "sample string 9", "town": "sample string 10", "state": "sample string 11", "country": "sample string 12", "postalCode": "sample string 13", "telephone": "sample string 14", "mobile": "sample string 15", "email": "sample string 16", "fax": "sample string 17", "primary": true }, "contacts": [ { "$id": "9", "supplierIdentifier": "DFV2mTTfkEORpzF7+HtCCg==", "supplierIdentifierGuid": "9976550c-df34-4390-91a7-317bf87b420a", "contactGuid": "B9g9p1/B0U+Q479yLJHBSg==", "contactID": "a73dd807-c15f-4fd1-90e3-bf722c91c14a", "contact": { "$ref": "8" }, "supplier": { "$ref": "7" } }, { "$ref": "9" } ], "products": [ { "$id": "10", "pluG_UID": "w+Y/GDgbXUSjaOLXTPoiSQ==", "pluGuid": "183fe6c3-1b38-445d-a368-e2d74cfa2249", "supplierIdentifier": "3DmIkGG1PEy3iZqIqS5y5Q==", "supplierIdentifierGuid": "908839dc-b561-4c3c-b789-9a88a92e72e5", "cartonQuantity": 1, "cartonQuantityChanged": true, "productSize": "sample string 3", "cigarettesPerSleeve": 1, "randomWeight": true, "piecesPerUnit": 5, "averagePackSize": 6, "effectiveDate": "2025-10-05T00:02:35.4882719", "pricedByWeight": true, "landedUnitCostEx": 9, "landedUnitCostInc": 10, "landedCartonCostInc": 11, "landedCartonCostEx": 12, "standardCost": 13, "deliveryFee": 1, "deliveryFeeBasis": "sample string 14", "pickAndPackFee": 1, "pickAndPackFeeBasis": "sample string 15", "financeFee": 1, "financeFeeBasis": "sample string 16", "cartonLength": 1, "cartonWidth": 1, "cartonHeight": 1, "palletLayerQuantity": 1, "palletLayers": 1, "itemCode": "sample string 17", "invoiceCode": "sample string 18", "invoiceDesc": "sample string 19", "orderDirect": true, "useCost": true, "minimumQuantity": 20, "hostType": 21, "fromHost": 22, "minimumReorder": 1, "maximumReorder": 1, "orderMultiple": 23.1, "sellMultiple": 24.1, "baseMultiple": 25.1, "hostStandardCost": 26, "hostTotalCost": 27, "hostRetail": 28, "hostLandedUnitCostEx": 29, "hostLandedUnitCostInc": 30, "hostDesc": "sample string 31", "directIndicator": "sample string 32", "availableToOrder": true, "hostRangeIndicator": "sample string 34", "hostProductType": "sample string 35", "hostProductGrade": "sample string 36", "hostProductGroup": "sample string 37", "hostSlowMoving": true, "hostGeneralMerchandise": true, "hostPillar": "sample string 40", "hostLastUpdated": "2025-10-05T00:02:35.4882719", "rebate": 1.0, "rebateExclude": true, "invoiceCodes": [ { "$id": "11", "pluG_UID": "jY3vCvGlVk27MhJazPMgGQ==", "pluGuid": "0aef8d8d-a5f1-4d56-bb32-125accf32019", "supplierIdentifier": "EymfaNdQHUqJx7L3Fm9C6g==", "supplierIdentifierGuid": "689f2913-50d7-4a1d-89c7-b2f7166f42ea", "invoiceCode": "sample string 1", "storeIDs": [ 1, 2 ] }, { "$ref": "11" } ], "storeIDs": [ 1, 2 ], "preferredSupplier": true, "preferredRebateSupplier": true, "supplierName": "sample string 41", "salesMode": 42, "orderPacked": true, "active": true, "price": 1, "costGstPercent": 44, "parentPluG_UID": "IoAkjHl3i0KzfNmWEzNdsQ==", "parentPluGuid": "8c248022-7779-428b-b37c-d99613335db1", "freight": 45.0, "freightType": 1, "product": { "$ref": "2" }, "supplier": { "$ref": "7" }, "serviceFee": { "$id": "12", "id": 1, "description": "sample string 1", "fee": 1 }, "isPrimaryHost": true, "hostVendor": 47 }, { "$ref": "10" } ], "orderCycleHeaders": [ { "$id": "13", "storeID": 1, "supplierIdentifier": "/XN+79OZ60uIfvFnUGXWPg==", "supplierGuid": "ef7e73fd-99d3-4beb-887e-f1675065d63e", "departmentCode": "sample string 2", "warehouseDirectIndicator": "sample string 3", "type": 4, "storeName": "sample string 5", "departmentName": "sample string 6", "orderDays": 7 }, { "$ref": "13" } ], "cycles": [ { "$id": "14", "storeID": 1, "supplierIdentifier": "UY0VKcb6CUqYpZpsvfPgJQ==", "supplierGuid": "29158d51-fac6-4a09-98a5-9a6cbdf3e025", "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-10-05T00:02:35.4882719", "deliveryDate": "2025-10-05T00:02:35.4882719", "nextCutOffDate": "2025-10-05T00:02:35.4882719", "nextDeliveryDate": "2025-10-05T00:02:35.4882719", "nextDaysBuffer": 10 }, { "$ref": "14" } ], "store": { "$ref": "3" }, "updated": "2025-10-05T00:02:35.4882719", "isHost": true }, "files": [ { "$id": "15", "id": "sample string 1", "fileName": "sample string 2", "extension": "sample string 3", "provider": 0, "type": 0, "hostType": "sample string 4", "createdUtc": "2025-10-05T00:02:35.4882719", "processed": "2025-10-05T00:02:35.4882719", "isProcessing": true, "processedCount": 6, "processingTime": 1, "collectedUtc": "2025-10-05T00:02:35.4882719", "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": "6" }, "metcashHeader": { "$id": "16", "customerNumber": "sample string 1", "creationDate": "2025-10-05T00:02:35.4882719", "businessPillar": "sample string 3", "fileType": "sample string 4" } }, { "$ref": "15" } ], "zoneMatrix": [ { "$id": "17", "id": 1, "hostIdentifier": "yj89cIDJVkm2g5bnqa/m2Q==", "hostIdentifierGuid": "703d3fca-c980-4956-b683-96e7a9afe6d9", "storeID": 1, "departmentCode": "sample string 2", "hostGuids": [ "510aea78-4d0e-4f8a-aa92-5d47a3be8846", "2a9d4a1d-09b2-4e05-bf80-488e344c48b7" ] }, { "$ref": "17" } ], "hostFileStoreSetting": { "$ref": "5" }, "hostStoreSettings": [ { "$ref": "5" }, { "$ref": "5" } ], "promotionPlacements": [ { "$id": "18", "identifier": "KuSu5mtjKkubawcOodlL4w==", "identifierGuid": "e6aee42a-636b-4b2a-9b6b-070ea1d94be3", "code": "sample string 2", "description": "sample string 3", "isAdvertised": true }, { "$ref": "18" } ], "promoTypeGuids": [ "498866e6-a00f-4336-9a3d-44bb78fc86db", "ee005c77-b180-40dc-9892-9ab3693c1362" ], "isPromotionOnly": false, "isOrderable": false, "vendor": 0 }, "groupIDs": [ 1, 2 ], "hostDescription": "sample string 24" }, { "$ref": "5" } ], "accounts": [ { "$id": "19", "id": 1, "storeID": 1, "accountName": "sample string 2", "bsb": "sample string 3", "accountNumber": "sample string 4", "accountDesignated": true }, { "$ref": "19" } ], "sales": [ { "$id": "20", "id": 1, "storeID": 1, "externalSalesType": 2, "ftpSiteID": 1, "lastSaleProcessed": "2025-10-05T00:02:35.4882719", "ftpSite": { "$id": "21", "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": "20" } ], "zoneMatrix": [ { "$ref": "17" }, { "$ref": "17" } ], "cashManagements": [ { "$id": "22", "id": 1, "storeID": 1, "cashManagementType": 2, "apiID": 1, "organisationID": "sample string 3", "siteName": "sample string 4", "thirdPartyAPI": { "$id": "23", "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": "22" } ], "updateStoreID": "9d6289e2-e725-46bb-b15b-c265cc493df4", "updateStore": { "$id": "24", "id": "32b78139-0a42-4749-837c-960b63bfd284", "name": "sample string 1", "lastActivity": "2025-10-05T00:02:35.4882719", "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-10-05T00:02:35.4882719" }, "timeZoneId": "sample string 53", "securityOptions": { "$id": "25", "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" } }, "storePrices": [ { "$id": "26", "pluG_UID": "8RhceauDt0uk5F8hFRjyJQ==", "pluGuid": "795c18f1-83ab-4bb7-a4e4-5f211518f225", "plu": 1, "storeID": 1, "zoneID": 2, "zoneName": "sample string 3", "store": "sample string 4", "priceNow": 5, "costNow": 6, "costNowDecimals": 7, "normalPrice": 8, "priceNext": 1, "costNext": 1, "costNextDecimals": 9, "nextCampaignName": "sample string 10", "gstPercent": 11, "normalCost": 12, "normalCostDecimals": 13, "costGstPercent": 14, "costCalcMethod": 1, "currentCost": 15, "currentCostDecimals": 16, "break1": 17, "price1": 18, "break2": 19, "price2": 20, "break3": 21, "price3": 22, "fuelItem": 23, "fixedWeight": 24, "active": true, "complianceIndicator": "sample string 25", "doNotOrder": true, "doNotRange": true, "isNormalPriceChangesCampaign": true, "updated": "2025-10-05T00:02:35.4882719" }, { "$ref": "26" } ], "currentPrices": { "$id": "27", "pluPrices": { "$id": "28", "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-10-05T00:02:35.4882719", "priceChangeType": 0, "costDecimals": 10 }, "normalPluPrices": { "$ref": "28" }, "winningCampaign": 1, "winner": { "$id": "29", "campaignName": "sample string 1", "campaignDescription": "sample string 2", "startDate": "2025-10-05T00:02:35.4882719", "startTime": 3, "endDate": "2025-10-05T00:02:35.4882719", "endTime": 4, "newPrice": 5, "newCost": 6, "newCostDecimals": 7, "pctDiscount": 8, "promoType": 1, "promotionTypeCode": "sample string 9", "hostType": 10, "hostIdentifier": "5Rcor3QTmUuP46k+bCvfAg==", "hostIdentifierGuid": "af2817e5-1374-4b99-8fe3-a93e6c2bdf02", "storeNames": [ "sample string 1", "sample string 2" ] }, "details": [ { "$ref": "29" }, { "$ref": "29" } ] }, "tray": { "$id": "30", "g_UId": "3ola5y/4lEabfqa/wPe4aA==", "guid": "e75a89de-f82f-4694-9b7e-a6bfc0f7b868", "name": "sample string 1", "number": 1, "tare": 1 }, "priceGroup": { "$id": "31", "priceGroupG_UID": "1FKXvybjwUm0+a3uJmUGHA==", "priceGroupGuid": "bf9752d4-e326-49c1-b4f9-adee2665061c", "name": "sample string 2", "code": 1, "modified": true, "updated": "2025-10-05T00:02:35.4882719", "buyingLimit": 1, "buyingLimitIndependent": true, "buyingLimitType": 0, "number": 1, "products": [ { "$ref": "2" }, { "$ref": "2" } ], "productCount": 1 }, "priceGroupName": "sample string 146", "nutrifacts": { "$id": "32", "pluG_UID": "H4Hwu1hzQ0ePE4x3ZVOUMg==", "pluGuid": "bbf0811f-7358-4743-8f13-8c7765539432", "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": "33", "pluGuid": "e302d14c-fba8-414d-8192-9c87680a09f6", "created": "2025-10-05T00:02:35.4882719", "createdByUser": "sample string 1", "activated": "2025-10-05T00:02:35.4882719", "deactivated": "2025-10-05T00:02:35.4882719", "lastOrdered": "2025-10-05T00:02:35.4882719", "lastOrderedQty": 2.0, "lastReceived": "2025-10-05T00:02:35.4882719", "lastReceivedQty": 3.0, "lastInvoiceStatus": 1, "lastCounted": "2025-10-05T00:02:35.4882719", "lastSold": "2025-10-05T00:02:35.4882719", "firstSold": "2025-10-05T00:02:35.4882719", "awsUpdated": "2025-10-05T00:02:35.4882719", "lastManualUpdate": "2025-10-05T00:02:35.4882719", "lastManualUpdatedByUser": "sample string 5", "lastUpdated": "2025-10-05T00:02:35.4882719", "lastUpdatedByUser": "sample string 7", "lastUpdatedByHost": "2025-10-05T00:02:35.4882719", "doNotRangeUpdated": "2025-10-05T00:02:35.4882719", "doNotOrderUpdated": "2025-10-05T00:02:35.4882719", "tracked": "2025-10-05T00:02:35.4882719" }, "allergens": [ { "$id": "34", "allergenID": 1, "pluG_UID": "WT24NgpjqEuL/DIBAI/W+w==", "pluGuid": "36b83d59-630a-4ba8-8bfc-3201008fd6fb", "contains": 2, "allergenName": "sample string 3", "storeIDs": [ 1, 2 ] }, { "$ref": "34" } ], "costs": { "$id": "35", "pluG_UID": "pr7QYvQtP0SpaocGDfdgEA==", "pluGuid": "62d0bea6-2df4-443f-a96a-87060df76010", "enteredCost": 1, "weightedAvgCost": 1, "lastCost": 1, "rawEnteredCost": 2, "rawWeightedAvgCost": 3, "rawLastCost": 4, "freight": 5.0, "freightType": 6, "costDecimals": 7, "fifoCost": 1, "updated": "2025-10-05T00:02:35.4882719", "normalCost": 1, "currentCost": 1 }, "sales": [ { "$id": "36", "saleHeaderID": 1, "created": "2025-10-05T00:02:35.4882719", "createdLocal": "2025-10-05T00:02:35.4882719", "storeID": 3, "storeName": "sample string 4", "operatorG_Uid": "xfpr/9PszkOF/lzWUci9AA==", "operatorGuid": "ff6bfac5-ecd3-43ce-85fe-5cd651c8bd00", "operatorName": "sample string 5", "tranType": 1, "plu": 1, "pluG_UId": "uCNCTt9uD0O9DS45FUKdqg==", "pluGuid": "4e4223b8-6edf-430f-bd0d-2e3915429daa", "normalPrice": 1, "totalCents": 1, "cost": 1, "grossProfit": 1, "quantity": 1, "operator": { "$id": "37", "id": 1, "g_Uid": "5b/S5Pv1/02PrC4mwa+30w==", "guid": "e4d2bfe5-f5fb-4dff-8fac-2e26c1afb7d3", "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-10-05T00:02:35.4882719", "passwordResetRequired": true, "alteredInStore": true, "startShift": "2025-10-05T00:02:35.4882719", "endShift": "2025-10-05T00:02:35.4882719", "machineName": "sample string 20", "drawerID": 1, "stores": [ { "$id": "38", "operatorG_UID": "gXSz4ET/IU6Y0Xy0XSnfyw==", "operatorGuid": "e0b37481-ff44-4e21-98d1-7cb45d29dfcb", "storeID": 2, "operator": { "$ref": "37" }, "store": { "$ref": "3" } }, { "$ref": "38" } ] } }, { "$ref": "36" } ], "apns": [ { "$id": "39", "pluID": 1, "pluG_UID": "HXE6IVBQbka/XU6bFhfW5A==", "pluGuid": "213a711d-5050-466e-bf5d-4e9b1617d6e4", "apn": "sample string 1", "deleted": true, "storeID": 1, "storeIDs": [ 1, 2 ] }, { "$ref": "39" } ], "tuns": [ { "$id": "40", "pluG_UId": "Wgq9VZpSeUCvl1nz3yFdvQ==", "pluGuid": "55bd0a5a-529a-4079-af97-59f3df215dbd", "apn": "sample string 1", "tun": "sample string 2", "cartonQuantity": 3, "product": { "$ref": "2" }, "storeIDs": [ 1, 2 ] }, { "$ref": "40" } ], "competitionPricing": [ { "$id": "41", "identifier": "h8yVyRA1UUm4WiOP1NMF1g==", "identifierGuid": "c995cc87-3510-4951-b85a-238fd4d305d6", "pluG_UID": "dksPA0T4VEyE97x/pvw1cQ==", "pluGuid": "030f4b76-f844-4c54-84f7-bc7fa6fc3571", "competitionID": 1, "name": "sample string 2", "sellMultiple": 3, "retailPrice": 4, "storeName": "sample string 5" }, { "$ref": "41" } ], "supplier": { "$ref": "7" }, "supplierName": "sample string 147", "children": [ { "$ref": "2" }, { "$ref": "2" } ], "ordering": { "$ref": "10" }, "flipChartPages": [ { "$id": "42", "identifier": "WqACDb7egky7nj51DwE1+Q==", "groupName": "sample string 1", "identifierGuid": "0d02a05a-debe-4c82-bb9e-3e750f0135f9", "exists": true, "flipChartIdentifier": "JhsAMaUvUE6EL/8/5zb85w==", "flipChartIdentifierGuid": "31001b26-2fa5-4e50-842f-ff3fe736fce7", "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": "R2Fh8kCgMEq0zVtFTvKcGQ==", "groupIdentifierGuid": "f2616147-a040-4a30-b4cd-5b454ef29c19", "flipChart": { "$id": "43", "identifier": "VnOhuuO+ukmmgrA/n+2Btg==", "identifierGuid": "baa17356-bee3-49ba-a682-b03f9fed81b6", "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": "44", "identifier": "QHH01CFdz0a982iJYWso+Q==", "identifierGuid": "d4f47140-5d21-46cf-bdf3-6889616b28f9", "name": "sample string 2", "formType": "sample string 3", "forms": [ { "$id": "45", "id": 1, "g_UID": "eu5Ky4DQlkWOhScVLXZXTw==", "guid": "cb4aee7a-d080-4596-8e85-27152d76574f", "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": "8BXWp4e1S0iTBywidJx8GQ==", "previousFormGuid": "a7d615f0-b587-484b-9307-2c22749c7c19", "nextForm": 1, "nextFormG_UID": "FwTqdusDfUGOF4Lz971exQ==", "nextFormGuid": "76ea0417-03eb-417d-8e17-82f3f7bd5ec5", "attributes": "sample string 10", "updated": "2025-10-05T00:02:35.4882719", "positioning": 1, "contentPanel": "sample string 11", "selectionMode": 1, "maximumSelections": 1, "alteredInStore": true, "deleted": true, "blueprintID": 1, "preserveLayout": true, "mainCheckoutFormName": "sample string 13", "nextCheckoutForm": { "$ref": "45" }, "previousCheckoutForm": { "$ref": "45" }, "buttons": [ { "$id": "46", "id": 1, "checkoutFormID": 2, "checkoutFormG_UID": "0+a3uy9I8EKIkqPd2CAHpQ==", "checkoutFormGuid": "bbb7e6d3-482f-42f0-8892-a3ddd82007a5", "identifier": "7xHyGKu2YEW/RPFxQTOQjA==", "identifierGuid": "18f211ef-b6ab-4560-bf44-f1714133908c", "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": "baNNdTqTN02DSoaMGN70EA==", "valueGuid": "754da36d-933a-4d37-834a-868c18def410", "buttonText": "sample string 10", "valueText": "sample string 11", "drawImageAndButton": true, "updated": "2025-10-05T00:02:35.4882719", "action": "sample string 12", "valueForm": { "$ref": "45" }, "image": { "$id": "47", "name": "sample string 3.sample string 4", "imageID": 2, "imageName": "sample string 3", "imageExtension": "sample string 4", "lastUpdate": "2025-10-05T00:02:35.4882719", "imageData": "QEA=", "readOnly": true } }, { "$ref": "46" } ], "panels": [ { "$id": "48", "id": 1, "checkoutFormID": 2, "checkoutFormG_UID": "OAi+7N5L7k6MeLDaCiu9gA==", "checkoutFormGuid": "ecbe0838-4bde-4eee-8c78-b0da0a2bbd80", "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": "48" } ] }, { "$ref": "45" } ], "panels": [ { "$ref": "48" }, { "$ref": "48" } ] }, "pages": [ { "$ref": "42" }, { "$ref": "42" } ] }, "contentPanel": { "$ref": "48" }, "products": [ { "$id": "49", "flipChartPageIdentifier": "asVil5BBkEuNtZwdXeQSgA==", "flipChartPageIdentifierGuid": "9762c56a-4190-4b90-8db5-9c1d5de41280", "pluG_UID": "+qOGHdEIFE2lrKK4wK0vDQ==", "pluGuid": "1d86a3fa-08d1-4d14-a5ac-a2b8c0ad2f0d", "sortOrder": 3, "sent": true, "productChanged": true, "productImageName": "sample string 6", "productShowImageOnFlipCharts": true, "productShowTextOnFlipCharts": true, "productOverrideFlipChartText": true, "productFlipChartText": "sample string 10", "product": { "$ref": "2" }, "departmentSortOrder": 11, "subDepartmentName": "sample string 12" }, { "$ref": "49" } ], "productCount": 27, "pages": [ { "$ref": "42" }, { "$ref": "42" } ] }, { "$ref": "42" } ], "priceHistory": [ { "$id": "50", "pluG_UID": "DNJJ+Auq106LJMOahI+BfA==", "pluGuid": "f849d20c-aa0b-4ed7-8b24-c39a848f817c", "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-10-05T00:02:35.4882719", "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": "50" } ], "ingredients": [ { "$id": "51", "pluG_UID": "1VwBsVfE/kiV6XbZLFhWgg==", "ingredientGuid": "Mg+lIW04Tky4iTmFMB6L7w==", "ingredientIdentifier": "21a50f32-386d-4c4e-b889-3985301e8bef", "quantity": 1.0, "storeIDs": [ 1, 2 ], "ingredientText": "sample string 1", "ingredient": { "$ref": "2" } }, { "$ref": "51" } ], "bins": [ { "$id": "52", "pluG_UID": "VLOpmHpCJ0+LlaufzcaUWw==", "pluGuid": "98a9b354-427a-4f27-8b95-ab9fcdc6945b", "shelfLocationIdentifier": "APp0vH/t2kKo478NkxBGrQ==", "shelfLocationGuid": "bc74fa00-ed7f-42da-a8e3-bf0d931046ad", "labelShelfDefault": 1, "labelTalkerDefault": 1, "labelSmall": true, "labelPageLayoutG_UID": "8Z2xFllYPkeQ5/OP3GVjUg==", "labelPageLayoutGuid": "16b19df1-5859-473e-90e7-f38fdc656352", "updated": "2025-10-05T00:02:35.4882719", "electronicShelfLabelIdentifier": "sample string 5", "electronicshelfLabelsConfigurationID": 6, "labelShelfChanged": true, "productName": "sample string 8", "locationText": "sample string 9", "product": { "$ref": "2" }, "location": { "$id": "53", "identifier": "LAbJPshLH0iqMpdjGdr8hw==", "storeID": 1, "identifierGuid": "3ec9062c-4bc8-481f-aa32-976319dafc87", "name": "sample string 2", "haccp": true, "blueprintID": 1, "updated": "2025-10-05T00:02:35.4882719", "minTemp": 1, "maxTemp": 1, "checkFrequency": 1, "storeCaseConfiguration": 5, "storeName": "sample string 6", "bins": [ { "$ref": "52" }, { "$ref": "52" } ] } }, { "$ref": "52" } ], "bin": { "$ref": "52" }, "scaleLocations": [ { "$id": "54", "plu": 1, "pluG_UID": "DrvbZ4kA/E6ElQ0Er415NA==", "pluGuid": "67dbbb0e-0089-4efc-8495-0d04af8d7934", "deptNo": 1, "product": { "$ref": "2" }, "scaleLocation": { "$id": "55", "id": 1, "deptNo": 1, "deptCode": "sample string 2", "name": "sample string 3", "enabled": true, "updated": "2025-10-05T00:02:35.4882719", "department": { "$id": "56", "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": "55" }, "subDepartments": [ { "$id": "57", "id": 1, "departmentID": 2, "name": "sample string 3", "code": "sample string 4", "departmentCode": "sample string 5", "externalSales": true, "minorDepartments": [ { "$id": "58", "id": 1, "subDepartmentID": 2, "departmentID": 3, "name": "sample string 4", "subDepartmentCode": "sample string 5", "departmentCode": "sample string 6", "code": "sample string 7", "lesserDepartments": [ { "$id": "59", "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-10-05T00:02:35.4882719", "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": "FkTiL0YAFE2tiobDtV63Jg==", "labelPageLayoutGuid": "2fe24416-0046-4d14-ad8a-86c3b55eb726", "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": "60", "dept": 1, "category": 2, "name": "sample string 3", "active": true, "mscCommodities": [ { "$id": "61", "dept": 1, "category": 2, "commodity": 3, "name": "sample string 4", "active": true, "mscSubCommodities": [ { "$id": "62", "dept": 1, "category": 2, "commodity": 3, "subCommodity": 4, "name": "sample string 5", "active": true, "subCommodityCode": "sample string 7" }, { "$ref": "62" } ], "commodityCode": "sample string 6" }, { "$ref": "61" } ], "categoryCode": "sample string 5" }, "mscCom": { "$ref": "61" }, "mscDep": { "$id": "63", "dept": 1, "name": "sample string 2", "active": true, "mscCategories": [ { "$ref": "60" }, { "$ref": "60" } ], "deptCode": "sample string 4" }, "mscSubCom": { "$ref": "62" } }, { "$ref": "59" } ], "updated": "2025-10-05T00:02:35.4882719", "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": "7R/KTYiNMEaKYO0G3GwJCg==", "labelPageLayoutGuid": "4dca1fed-8d88-4630-8a60-ed06dc6c090a", "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": "60" }, "mscCom": { "$ref": "61" }, "mscDep": { "$ref": "63" }, "mscSubCom": { "$ref": "62" } }, { "$ref": "58" } ], "investmentBuyOverride": true, "updated": "2025-10-05T00:02:35.4882719", "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": "dFbWe1CDdUWpbko46IUI7g==", "labelPageLayoutGuid": "7bd65674-8350-4575-a96e-4a38e88508ee", "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": "60" }, "mscCom": { "$ref": "61" }, "mscDep": { "$ref": "63" }, "mscSubCom": { "$ref": "62" } }, { "$ref": "57" } ], "stores": [ 1, 2 ], "investmentBuyOverride": true, "updated": "2025-10-05T00:02:35.4882719", "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": "6cXIbWVmQUGE13HO8Z81Zg==", "labelPageLayoutGuid": "6dc8c5e9-6665-4141-84d7-71cef19f3566", "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": "60" }, "mscCom": { "$ref": "61" }, "mscDep": { "$ref": "63" }, "mscSubCom": { "$ref": "62" } } } }, { "$ref": "54" } ], "nextPrice": { "$id": "64", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "plu": 1, "hostOfferID": 1, "metcashPromotionID": "sample string 4", "metcashPromotionPlacement": "sample string 5", "pluG_UID": "/s9RGDKtGE2dPhIT2bBkLQ==", "pluGuid": "1851cffe-ad32-4d18-9d3e-1213d9b0642d", "newPrice": 1, "pctDiscount": 1, "newCost": 1, "newCostDecimals": 6, "dealCostIdentifier": "HUo0C8+/10CrgMZipxzjfQ==", "dealCostGuid": "0b344a1d-bfcf-40d7-ab80-c662a71ce37d", "pluName": "sample string 7", "apn": "sample string 8", "fuelItem": true, "priceGroupG_UID": "VqOSQSpmOke91RMYv0GJug==", "priceGroupGuid": "4192a356-662a-473a-bdd5-1318bf4189ba", "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-10-05T00:02:35.4882719", "rrp": 26, "campaignDescription": "sample string 27", "campaignComboPriceGroupG_UID": "f9EO3QrwsEaINT9BqBQbJw==", "campaignComboPriceGroupIdentifier": "dd0ed17f-f00a-46b0-8835-3f41a8141b27", "promotionPlacementDescription": "sample string 28", "storeAcceptances": [ { "$id": "65", "plu": 1, "pluG_UId": "QEA=", "campaignID": 1, "campaignName": "sample string 2", "storeID": 3, "acceptedUtc": "2025-10-05T00:02:35.4882719", "operatorG_UID": "xs93dXWgAUS5XEgZ74Fgpg==", "operatorGuid": "7577cfc6-a075-4401-b95c-4819ef8160a6", "machineID": 1, "processed": true, "appliedUtc": "2025-10-05T00:02:35.4882719", "signIqTicketFileMovedUtc": "2025-10-05T00:02:35.4882719", "user": "sample string 6", "campaignDescription": "sample string 7", "productDesc": "sample string 8", "storeName": "sample string 9", "effectiveUtc": "2025-10-05T00:02:35.4882719", "priceChangeType": 0, "operatorName": "sample string 10", "hostCampaign": true, "product": { "$ref": "2" }, "campaignPlu": { "$ref": "64" } }, { "$ref": "65" } ], "campaign": { "$id": "66", "id": 1, "storeID": 2, "name": "f4a11915-b798-4400-a5a6-f476cf5112a2", "nameGuid": "f4a11915-b798-4400-a5a6-f476cf5112a2", "description": "sample string 4", "showDiscounts": true, "showTotals": true, "onlyEvaluateOnSubtotal": true, "useDescription": true, "campaignType": 1, "startDate": "2025-10-05T00:02:35.4882719", "startTime": 1, "endDate": "2025-10-05T00:02:35.4882719", "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-10-05T00:02:35.4882719", "system": true, "created": "2025-10-05T00:02:35.4882719", "updated": "2025-10-05T00:02:35.4882719", "priceChangeNotifiedUtc": "2025-10-05T00:02:35.4882719", "promoType": 1, "promotionTypeCode": "sample string 13", "hostIdentifier": "NqF2ANhz7k+UGFrMG334KQ==", "hostIdentifierGuid": "0076a136-73d8-4fee-9418-5acc1b7df829", "hostType": 14, "createdByUser": "sample string 15", "fromHost": true, "deleted": true, "campaignDeleted": "2025-10-05T00:02:35.4882719", "updatedByUser": "sample string 18", "offerID": 1, "isPriceChangeCampaign": true, "stores": [ 1, 2 ], "storeNames": [ "sample string 1", "sample string 2" ], "campaignPlus": [ { "$ref": "64" }, { "$ref": "64" } ], "campaignPools": [ { "$id": "67", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "plu": 4, "pluG_UID": "UP2O8lo2xkiFZvARwiMebg==", "pluGuid": "f28efd50-365a-48c6-8566-f011c2231e6e", "hostOfferID": 1, "priceGroupG_UID": "Rez+QkRyK0GHeeHegU/6gQ==", "priceGroupGuid": "42feec45-7244-412b-8779-e1de814ffa81", "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-10-05T00:02:35.4882719", "rrp": 17, "campaignDescription": "sample string 18", "product": { "$ref": "2" }, "campaign": { "$ref": "66" } }, { "$ref": "67" } ], "sellingRules": [ { "$id": "68", "id": 1, "identifier": "O28r8iat2USyGxCxOPfgvQ==", "identifierStr": "O28r8iat2USyGxCxOPfgvQ==", "identifierGuid": "f22b6f3b-ad26-44d9-b21b-10b138f7e0bd", "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": "66" } }, { "$ref": "68" } ], "customers": [ { "$id": "69", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "customerID": "DwtG7mrA90ao3kIuMRnDdg==", "customerIDGuid": "ee460b0f-c06a-46f7-a8de-422e3119c376", "campaign": { "$ref": "66" }, "customer": { "$id": "70", "identifier": "M3te819p3UShZMqkqrL3Vg==", "identifierGuid": "f35e7b33-695f-44dd-a164-caa4aab2f756", "code": "sample string 2", "familyName": "sample string 3", "givenName": "sample string 4", "otherName": "sample string 5", "title": "sample string 6", "dateOfBirth": "2025-10-05T00:02:35.4882719", "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": "3OEViIUmKEGNX+Qe5Vvq6A==", "communityIdentifierGuid": "8815e1dc-2685-4128-8d5f-e41ee55beae8", "joined": "2025-10-05T00:02:35.4882719", "updated": "2025-10-05T00:02:35.4882719", "active": true, "reasonInactive": 1, "groupCustomer": true, "loyaltyPoints": 1, "homeStoreID": 1, "availableSpend": 1, "priceLevelIdentifier": "W724xTgDn0KM3o/sxm+Heg==", "priceLevelIdentifierGuid": "c5b8bd5b-0338-429f-8cde-8fecc66f877a", "marketingID": "sample string 18", "hidden": true, "registered": true, "registeredOn": "2025-10-05T00:02:35.4882719", "emailMarketing": true, "smsMarketing": true, "deleted": true, "deletedUser": "sample string 24", "homeStoreName": "sample string 25", "customerCards": [ { "$id": "71", "cardType": 2, "issueDate": "2025-10-05T00:02:35.4882719", "expiry": "2025-10-05T00:02:35.4882719", "customerID": "tgazel0xnkWmNImWCpLHCQ==", "customerIDGuid": "7ab306b6-315d-459e-a634-89960a92c709", "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-10-05T00:02:35.4882719", "linkedAccount": "pa78U2cPtUe7aoWKqSrbsA==", "linkedAccountGuid": "53fcaea5-0f67-47b5-bb6a-858aa92adbb0", "currentValueChanged": true, "limitsChanged": true, "customer": { "$ref": "70" }, "account": { "$id": "72", "id": 1, "identifier": "g12koyYASUOCrDSugZIDoA==", "identifierGuid": "a3a45d83-0026-4349-82ac-34ae819203a0", "referenceNo": "sample string 3", "name": "sample string 4", "created": "2025-10-05T00:02:35.4882719", "owner": "NKLkv6nPiEKAd528yyWuDg==", "ownerGuid": "bfe4a234-cfa9-4288-8077-9dbccb25ae0e", "accountStoreGroupIdentifier": "rP+ieScycUGHooKbw0SfbQ==", "accountStoreGroupGuid": "79a2ffac-3227-4171-87a2-829bc3449f6d", "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-10-05T00:02:35.4882719", "active": true, "updated": "2025-10-05T00:02:35.4882719", "deleted": true, "deletedUser": "sample string 16", "currentBalanceChanged": true, "maximumLimitChanged": true, "loyaltyPointsChanged": true, "projectedBalance": 17, "accountStoreGroupStoreIDs": [ 1, 2 ], "customerEmail": "sample string 18", "ownerCustomer": { "$ref": "70" }, "card": { "$ref": "71" }, "members": { "$id": "73", "sample string 1": [ { "$ref": "70" }, { "$ref": "70" } ], "sample string 2": [ { "$ref": "70" }, { "$ref": "70" } ] }, "customerGroups": [ { "$id": "74", "identifier": "B0IVtZ+QlE630KPDy1R0zg==", "identifierGuid": "b5154207-909f-4e94-b7d0-a3c3cb5474ce", "name": "sample string 2", "primaryContact": "CaDDhKnc+EaoH2MiNT0FXw==", "primaryContactGuid": "84c3a009-dca9-46f8-a81f-6322353d055f", "accountID": "JCyxMakkTUiwgCKazGmA0Q==", "accountIDGuid": "31b12c24-24a9-484d-b080-229acc6980d1", "special": true, "updated": "2025-10-05T00:02:35.4882719", "active": true, "reasonInactive": 1, "priceLevelIdentifier": "+oIY0uW7cEG3hV3I17OX1g==", "priceLevelIdentifierGuid": "d21882fa-bbe5-4170-b785-5dc8d7b397d6", "deleted": true, "account": { "$ref": "72" }, "primaryContactCustomer": { "$ref": "70" }, "customerGroupMembers": [ { "$id": "75", "id": 1, "groupID": "JiQ1okUf/kaTGFGzPCCBfA==", "groupIDGuid": "a2352426-1f45-46fe-9318-51b33c20817c", "customerID": "e6MWl+CMNkGJpnW7pQ1FVg==", "customerIDGuid": "9716a37b-8ce0-4136-89a6-75bba50d4556", "card": "sample string 4", "linkedAccount": "86rsVXQWqkOc+dmLVMvGZw==", "linkedAccountGuid": "55ecaaf3-1674-43aa-9cf9-d98b54cbc667", "customer": { "$ref": "70" }, "group": { "$ref": "74" }, "customerCard": { "$ref": "71" } }, { "$ref": "75" } ] }, { "$ref": "74" } ] }, "payments": [ { "$id": "76", "id": 1, "identifier": "THVV5JUE+UWidS+iyyiN+w==", "identifierGuid": "e455754c-0495-45f9-a275-2fa2cb288dfb", "storeID": 2, "operatorName": "sample string 3", "saleHeaderID": 4, "paymentType": 5, "amount": 6, "account": "sample string 7", "accountID": "ODOix37FfEOwWZ+rKV6EXw==", "accountIDGuid": "c7a23338-c57e-437c-b059-9fab295e845f", "customerAccount": { "$ref": "72" }, "customerCard": { "$ref": "71" }, "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-10-05T00:02:35.4882719", "invRocNo": "sample string 14", "responseCode": "sample string 15", "cashout": 1, "tip": 16, "idempotentVoid": "8s26rYxijU6LLVUNXb0wBA==", "idempotentVoidGuid": "adbacdf2-628c-4e8d-8b2d-550d5dbd3004", "offline": true, "processed": 1, "storeSaleHeader": { "$id": "77", "saleHeaderID": 1, "saleHeaderGuid": "toeazQzqAEmNoUwTY5fapw==", "saleHeaderIdentifierGuid": "cd9a87b6-ea0c-4900-8da1-4c136397daa7", "created": "2025-10-05T00:02:35.4882719", "createdLocal": "2025-10-05T00:02:35.4882719", "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-10-05T00:02:35.4882719", "storeID": 1, "operatorG_Uid": "8H4MiOzi50e5znczqM08rw==", "operatorGuid": "880c7ef0-e2ec-47e7-b9ce-7733a8cd3caf", "customerG_Uid": "HgrPJYmcBkaW+DAH9lGAiQ==", "customerGuid": "25cf0a1e-9c89-4606-96f8-3007f6518089", "communityIdentifier": "hfm7zF5szEGt3nBAUbP4HA==", "communityIdentifierGuid": "ccbbf985-6c5e-41cc-adde-704051b3f81c", "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": "d5EOaAk9p0Ss0LHDtGmcNA==", "priceLevelIdentifierGuid": "680e9177-3d09-44a7-acd0-b1c3b4699c34", "locked": 36, "relationChecksum": "sample string 37", "loyaltyTender": 1, "giftCardTender": 1, "operator": { "$ref": "37" }, "customer": { "$ref": "70" }, "communityOrganisation": { "$id": "78", "id": 1, "identifier": "RsXdP8/wuUeX443KkMLqYQ==", "identifierGuid": "3fddc546-f0cf-47b9-97e3-8dca90c2ea61", "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-10-05T00:02:35.4882719", "deleted": true }, "details": [ { "$id": "79", "saleItemID": 1, "identifier": "0tAh5Xgy/UmhGYhJ3jKFeg==", "identifierGuid": "e521d0d2-3278-49fd-a119-8849de32857a", "saleHeaderID": 2, "plu": 1, "pluG_UId": "vyo0A0MEtUaRJ2tKyTRW3Q==", "pluGuid": "03342abf-0443-46b5-9127-6b4ac93456dd", "accountID": "LYD40Il340mOdJ/BnftGYg==", "accountIDGuid": "d0f8802d-7789-49e3-8e74-9fc19dfb4662", "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-10-05T00:02:35.4882719", "bestOrExpireType": 1, "providerName": "sample string 11", "refundG_UID": "xXjLFV72rEi1KZGg2dutTA==", "refundGuid": "15cb78c5-f65e-48ac-b529-91a0d9dbad4c", "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": "/IkgDl0BYUWQja5dBNRlMQ==", "idempotentVoidGuid": "0e2089fc-015d-4561-908d-ae5d04d46531", "priceLevelIdentifier": "DDjg8H6JEUKy6AyJHRstuA==", "priceLevelIdentifierGuid": "f0e0380c-897e-4211-b2e8-0c891d1b2db8", "productName": "sample string 23", "apn": "sample string 24", "unknownScans": [ { "$id": "80", "id": 1, "saleDetailID": 2, "storeID": 1, "scanned": "2025-10-05T00:02:35.4882719", "operatorG_UID": "QEA=", "barcode": "sample string 4", "processed": 1 }, { "$ref": "80" } ], "refund": { "$id": "81", "id": 1, "g_UID": "mb4o+9CdTEmtAgVMFN1ljA==", "guid": "fb28be99-9dd0-494c-ad02-054c14dd658c", "description": "sample string 1", "dumped": true, "inventoryReasonID": 1, "sortOrder": 1, "updated": "2025-10-05T00:02:35.4882719" }, "modifier": { "$id": "82", "id": 1, "setG_UID": "79QlSl/+kEmsWvrWfDSzYA==", "modifierSetGuid": "4a25d4ef-fe5f-4990-ac5a-fad67c34b360", "name": "sample string 2", "price": 1, "quantity": 1, "modifierType": 1, "groupNumber": 1, "pageNumber": 1, "controlOrder": 1, "printToStation": true, "pluG_UID": "GVefWk0tJE+2HWBbqC0SKQ==", "pluGuid": "5a9f5719-2d4d-4f24-b61d-605ba82d1229", "deleted": true, "g_UID": "vjPgJAQDw0+x1/FnqmTsng==", "guid": "24e033be-0304-4fc3-b1d7-f167aa64ec9e", "product": { "$ref": "2" } }, "priceLevelName": "sample string 25", "pumpNumber": 1, "hoseNumber": 1 }, { "$ref": "79" } ], "eftReceipts": [ { "$id": "83", "id": 1, "storeID": 1, "saleHeaderID": 2, "storeSaleHeader": { "$ref": "77" }, "receipt": "sample string 3", "processed": 1 }, { "$ref": "83" } ], "payments": [ { "$ref": "76" }, { "$ref": "76" } ], "cards": [ { "$id": "84", "id": 1, "saleHeaderID": 1, "identifier": "sample string 2", "cardType": 3, "providerName": "sample string 4" }, { "$ref": "84" } ], "campaignHits": [ { "$id": "85", "id": 1, "saleHeaderID": 2, "campaign": "sample string 3", "name": "sample string 4", "processed": 1, "campaignDescription": "sample string 5" }, { "$ref": "85" } ], "fuel": [ { "$id": "86", "id": 1, "plu": 1, "pluG_UID": "8GmpWfALE0yvFc6HwoaG5A==", "pluGuid": "59a969f0-0bf0-4c13-af15-ce87c28686e4", "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-10-05T00:02:35.4882719", "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-10-05T00:02:35.4882719", "tagNumber": "sample string 15", "trackTwoRem": "sample string 16", "transCode": 1, "transType": 1, "unitPrice": 1.0, "vehicleReg": "sample string 17", "offline": true, "processed": 1 }, { "$ref": "86" } ], "fuelResells": [ { "$id": "87", "saleItemID": 1, "saleHeaderID": 2, "plu": 1, "pluG_UId": "FTGAD8Z5dkSJzkPw5U4DfQ==", "pluGuid": "0f803115-79c6-4476-89ce-43f0e54e037d", "accountID": "AMXhWwIQm0esKO23gInrKw==", "accountIDGuid": "5be1c500-1002-479b-ac28-edb78089eb2b", "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-10-05T00:02:35.4882719", "bestOrExpireType": 1, "refundG_UID": "1ByByOAmaU+Mcmc57MyHrQ==", "refundGuid": "c8811cd4-26e0-4f69-8c72-6739eccc87ad", "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": "87" } ], "customerOrder": [ { "$id": "88", "identifier": "n1F+Nd6DZUu5f57PbU3zvQ==", "identifierGuid": "357e519f-83de-4b65-b97f-9ecf6d4df3bd", "id": 1, "orderNo": 2, "externalSaleIdentifier": "sample string 3", "storeID": 4, "zoneID": 5, "deptNo": 6, "customerIdentifier": "HoHHCjpAq0Wi7IeEzJ7X/A==", "customerIdentifierGuid": "0ac7811e-403a-45ab-a2ec-8784cc9ed7fc", "operatorNo": 1, "operatorG_UID": "zct0R8SA1EKjeyVtCMiUrg==", "operatorGuid": "4774cbcd-80c4-42d4-a37b-256d08c894ae", "created": "2025-10-05T00:02:35.4882719", "ordered": "2025-10-05T00:02:35.4882719", "started": "2025-10-05T00:02:35.4882719", "completed": "2025-10-05T00:02:35.4882719", "supplied": "2025-10-05T00:02:35.4882719", "quickTicket": 1, "deleted": true, "walkAway": true, "approxWait": 1, "actualWait": 1, "deliveryMethod": 8, "externalSaleType": 9, "customer": { "$ref": "70" }, "operator": { "$ref": "37" }, "details": [ { "$id": "89", "headerID": 1, "plu": 1, "pluG_UId": "C4PIlynfc0CDS1mMytBSMA==", "pluGuid": "97c8830b-df29-4073-834b-598ccad05230", "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": "F/etUCD1y0Kx9uDx5Uhfyg==", "headerIdentifierGuid": "50adf717-f520-42cb-b1f6-e0f1e5485fca", "product": { "$ref": "2" } }, { "$ref": "89" } ], "storeName": "sample string 11", "customerName": "sample string 12", "storeReplyTo": "sample string 13", "storeSubjectLine": "sample string 14", "storeSaleHeader": { "$ref": "77" } }, { "$ref": "88" } ], "surveyResponses": [ { "$id": "90", "surveyG_UID": "Fcfk8x+2VUaEL5bcxBeWyQ==", "surveyGuid": "f3e4c715-b61f-4655-842f-96dcc41796c9", "saleHeaderGuid": "asYioEXHYkyegOYIXpVhlg==", "saleGuid": "a022c66a-c745-4c62-9e80-e6085e956196", "textResponse": "sample string 1", "integerResponse": 1, "g_UIDResponse": "7AZW58Of3Uqi+RufKOmdcA==", "guidResponse": "e75606ec-9fc3-4add-a2f9-1b9f28e99d70", "whoAnswered": 2, "answeredAtUTC": "2025-10-05T00:02:35.4882719", "sale": { "$ref": "77" }, "survey": { "$id": "91", "g_UID": "KympomXK8ku8tNeXqfDKPA==", "guid": "a2a9292b-ca65-4bf2-bcb4-d797a9f0ca3c", "name": "sample string 1", "storeID": 2, "zoneID": 1, "checkoutFormG_UID": "hl3YemEjNUKlxGolnnRJRQ==", "checkoutFormGuid": "7ad85d86-2361-4235-a5c4-6a259e744945", "displayToWho": 3, "displayWhen": 4, "start": "2025-10-05T00:02:35.4882719", "end": "2025-10-05T00:02:35.4882719", "deleted": true, "updated": "2025-10-05T00:02:35.4882719", "possibleIntegerResponses": [ 1, 2 ], "possibleTextResponses": [ "sample string 1", "sample string 2" ], "possibleGuidResponses": [ "51121dec-29f0-42ea-a390-79da6ac1c391", "fd881eaa-77c1-4fb2-85a1-eb2ab20f8f20" ], "allowsAllTextResponses": true, "surveyForm": { "$ref": "45" } }, "ingressId": "sample string 4" }, { "$ref": "90" } ], "storeName": "sample string 38", "machineName": "sample string 39", "operatorName": "sample string 40", "direction": 1, "reason": "sample string 41", "accountG_UID": "+Ojk5FIE2kWbxbQ5wCOcow==", "accountIdentifier": "e4e4e8f8-0452-45da-9bc5-b439c0239ca3", "accountName": "sample string 42", "customerOrderIdentifier": "InYD2hyNA0qyYuXx/vq96A==", "customerOrderIdentifierGuid": "da037622-8d1c-4a03-b262-e5f1fefabde8", "priceLevelName": "sample string 43", "revision": 44, "ingressId": "sample string 45" }, "metadata": { "$id": "92", "id": 1, "paymentID": 2, "paymentIdentifier": "YOmgG4Bt70+KSf9VvKeuAQ==", "paymentIdentifierGuid": "1ba0e960-6d80-4fef-8a49-ff55bca7ae01", "identifier": "SdM8cNsuVUKRVYClLD61gg==", "identifierGuid": "703cd349-2edb-4255-9155-80a52c3eb582", "metadata": "sample string 3", "signatureImage": "QEA=", "itemIdentifier": "0OMTxaDcb0WkweBT7itnGw==", "itemIdentifierGuid": "c513e3d0-dca0-456f-a4c1-e053ee2b671b" } }, { "$ref": "76" } ] }, { "$ref": "71" } ], "customerGroupMembers": [ { "$ref": "75" }, { "$ref": "75" } ], "customerGroups": [ { "$ref": "74" }, { "$ref": "74" } ], "accounts": [ { "$ref": "72" }, { "$ref": "72" } ], "account": { "$ref": "72" }, "vouchers": [ { "$id": "93", "customerIdentifier": "ZLiVIp7IxE6QhhQy0tPOkw==", "customerIdentifierGuid": "2295b864-c89e-4ec4-9086-1432d2d3ce93", "voucherName": "sample string 2", "count": 3, "storeID": 4, "barcode": "sample string 5", "redeemCount": 6, "issueCount": 7, "storeSalePaymentID": 1, "idempotentID": "IJE7vE9Ijkm4BpkqEdTLag==", "idempotentGuid": "bc3b9120-484f-498e-b806-992a11d4cb6a", "offline": true, "voucher": { "$id": "94", "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-10-05T00:02:35.4882719", "barcodeTemplate": { "$id": "95", "templateID": 1, "template": "sample string 1", "bcFunction": "sample string 2", "sortOrder": 3 }, "scaleLabel": { "$id": "96", "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-10-05T00:02:35.4882719", "labelPageLayout": "x/5ZpFCuWU+RCSWr2iUI7g==", "pageLayoutGuid": "a459fec7-ae50-4f59-9109-25abda2508ee", "labelType": 6, "oldName": "sample string 7", "voucher": { "$ref": "94" }, "elements": [ { "$id": "97", "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-10-05T00:02:35.4882719" }, { "$ref": "97" } ] }, "customerVouchers": [ { "$id": "98", "id": 1, "customerIdentifier": "9XWlr1LmcUmVK1yHlyy2ig==", "customerIdentifierGuid": "afa575f5-e652-4971-952b-5c87972cb68a", "voucherID": 3, "voucherName": "sample string 4", "storeID": 1, "barcode": "sample string 5", "dateOfIssue": "2025-10-05T00:02:35.4882719", "issuedSaleHeaderID": 1, "issuedSaleIdentifier": "sample string 7", "issuedOfflinePaymentID": 1, "issuedIdempotentID": "VzY8xvQyS061pA0ky1QE5g==", "issuedIdempotentGuid": "c63c3657-32f4-4e4b-b5a4-0d24cb5404e6", "issuedOffline": true, "issuedUser": "sample string 9", "issuedNotes": "sample string 10", "expiryDate": "2025-10-05T00:02:35.4882719", "expiredUser": "sample string 11", "expiredNotes": "sample string 12", "redeemed": "2025-10-05T00:02:35.4882719", "redeemedSaleHeaderID": 1, "redeemedSaleIdentifier": "sample string 13", "redeemedOfflinePaymentID": 1, "redeemedIdempotentID": "DVISdtgQNUenjdJy7Ng82g==", "redeemedIdempotentGuid": "7612520d-10d8-4735-a78d-d272ecd83cda", "redeemedUser": "sample string 14", "redeemedNotes": "sample string 15", "redeemedOffline": true, "updated": "2025-10-05T00:02:35.4882719", "storeName": "sample string 17", "scaleLabel": { "$ref": "96" }, "voucher": { "$ref": "94" }, "customer": { "$ref": "70" }, "issuedOfflinePayment": { "$ref": "76" }, "redeemedOfflinePayment": { "$ref": "76" } }, { "$ref": "98" } ] }, "customer": { "$ref": "70" } }, { "$ref": "93" } ] } }, { "$ref": "69" } ], "customerGroups": [ { "$id": "99", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "groupID": "PaBGHk2bfUO5O866knXgbA==", "groupIDGuid": "1e46a03d-9b4d-437d-b93b-ceba9275e06c", "campaign": { "$ref": "66" }, "group": { "$ref": "74" } }, { "$ref": "99" } ], "signIqTickets": [ { "$id": "100", "identifier": "Q0OoBzffCkWTujSfG3K77A==", "identifierGuid": "07a84343-df37-450a-93ba-349f1b72bbec", "campaignName": "sample string 2", "message": "sample string 3", "ticketFileSource": "sample string 4", "ticketFileDestination": "sample string 5", "storeID": 1 }, { "$ref": "100" } ], "comboPriceGroups": [ { "$id": "101", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "g_UID": "jHcH1fvQzEKlWl9NrhPJ1w==", "guid": "d507778c-d0fb-42cc-a55a-5f4dae13c9d7", "description": "sample string 5", "newPrice": 1, "rangeDescription": "sample string 6", "dealDescription": "sample string 7", "labelQuantity": 8, "hostProductCategoryID": 1, "offerID": 1, "dontUpdatePricePlus": true, "campaign": { "$ref": "66" }, "comboPricePlus": [ { "$id": "102", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "groupG_UID": "oSfM6jSZeUaWX9V5q6Zesw==", "groupGuid": "eacc27a1-9934-4679-965f-d579aba65eb3", "comboPriceType": 5, "priceType": 5, "pluG_UID": "qZgSdGexjUW8P2F5y3w3RQ==", "pluGuid": "741298a9-b167-458d-bc3f-6179cb7c3745", "priceGroupG_UID": "fo1Rz81WfEqvYvZdVQQvOg==", "priceGroupGuid": "cf518d7e-56cd-4a7c-af62-f65d55042f3a", "campaignPoolID": "sample string 7", "quantity": 1, "campaign": { "$ref": "66" }, "product": { "$ref": "2" }, "priceGroup": { "$ref": "31" }, "campaignPool": { "$ref": "66" } }, { "$ref": "102" } ] }, { "$ref": "101" } ], "priceLevels": [ { "$id": "103", "id": 1, "priceLevelIdentifier": "lmrUIYbYzE29cO1RnaWeZw==", "priceLevelIdentifierGuid": "21d46a96-d886-4dcc-bd70-ed519da59e67", "campaignName": "sample string 3", "priceLevelName": "sample string 4" }, { "$ref": "103" } ] }, "product": { "$ref": "2" }, "dealCost": { "$id": "104", "headerIdentifier": "8tfHuaN1RUSwdtq09PYE1g==", "headerIdentifierGuid": "b9c7d7f2-75a3-4445-b076-dab4f4f604d6", "identifier": "m7V/e+6br06qmw4MzQNKDQ==", "identifierGuid": "7b7fb59b-9bee-4eaf-aa9b-0e0ccd034a0d", "supplierIdentifier": "+ku2rB5FPEeynXEjALUO/A==", "supplierGuid": "acb64bfa-451e-473c-b29d-712300b50efc", "pluG_UID": "Ufduvwx9FUm27eYiNDzsaA==", "pluGuid": "bf6ef751-7d0c-4915-b6ed-e622343cec68", "campaignName": "aa7bd28e-c585-4812-8d29-c9f929520b40", "description": "sample string 4", "cost": 5, "costDecimals": 6, "start": "2025-10-05T00:02:35.4882719", "end": "2025-10-05T00:02:35.4882719", "type": 9, "promoType": 10, "bonusItemPLUG_UID": "ITrnFNCLWE+toUCBRS7VJg==", "bonusItemPluGuid": "14e73a21-8bd0-4f58-ada1-4081452ed526", "bonusPurchaseUnits": 11, "bonusReceiveUnits": 12, "updated": "2025-10-05T00:02:35.4882719", "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-10-05T00:02:35.4882719", "campaignEndDate": "2025-10-05T00:02:35.4882719", "masterPLUG_UID": "U2g09T4o70eVVX8K+QXlbw==", "masterID": "f5346853-283e-47ef-9555-7f0af905e56f", "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": "4YxkE3T22UCTqyrRVOPjqg==", "bonusMasterID": "13648ce1-f674-40d9-93ab-2ad154e3e3aa", "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-10-05T00:02:35.4882719", "dealCosts": [ { "$ref": "104" }, { "$ref": "104" } ], "tags": [ { "$id": "105", "pluG_UID": "U1ABwlRzx0+xBsaL5isD4Q==", "pluGuid": "c2015053-7354-4fc7-b106-c68be62b03e1", "tagID": 1, "description": "sample string 1", "storeIDs": [ 1, 2 ] }, { "$ref": "105" } ], "alternateProductG_UID": "r9qXdNJ6cE61WvaSB6RpBQ==", "alternateProduct": "7497daaf-7ad2-4e70-b55a-f69207a46905", "productHostCode": { "$id": "106", "id": 1, "pluG_UID": "ypv7yiFhKkWYlT7LWPpg2A==", "pluGuid": "cafb9bca-6121-452a-9895-3ecb58fa60d8", "ibaCode": "sample string 2" }, "mscCat": { "$ref": "60" }, "mscCom": { "$ref": "61" }, "mscDep": { "$ref": "63" }, "mscSubCom": { "$ref": "62" }, "isUserUpdate": true, "ignoreMasterProduct": true, "priceGroupLabelRequested": true, "firstSold": "2025-10-05T00:02:35.4882719", "inventoryTracked": "2025-10-05T00:02:35.4882719", "isNormalPriceChangesCampaign": true }, "unknownScan": { "$id": "107", "pluG_UID": "e9wMs3tu8Uq2DmMTIqdToA==", "pluGuid": "b30cdc7b-6e7b-4af1-b60e-631322a753a0", "orderGuid": "NlNV02pW1EaCASfgU09I7Q==", "orderIdentifier": "d3555336-566a-46d4-8201-27e0534f48ed", "barcode": "sample string 3", "created": "2025-10-05T00:02:35.4882719", "assigned": true }, "unknownScanItem": true, "substitute": { "$ref": "2" }, "warehouseProduct": { "$ref": "2" }, "lookup": { "$id": "108", "pluG_UID": "v+iXVc/FQkeaDiMgaeZhvg==", "pluGuid": "5597e8bf-c5cf-4742-9a0e-232069e661be", "inventoryGuid": "2/S8eoZdiUWCf2KfSicFTA==", "inventoryIdentifier": "7abcf4db-5d86-4589-827f-629f4a27054c", "averageWeeklySales": 1.0, "promotionalAverageWeeklySales": 1.0, "inventoryAverageWeeklySales": 1.0, "inventoryPromotionalAverageWeeklySales": 1.0, "onHand": 1, "onHandPacks": 1, "onOrder": 1, "onOrderPacks": 1, "accuracy": 1, "lastOrdered": "2025-10-05T00:02:35.4882719", "lastOrderQuantity": 1.1, "lastReceived": "2025-10-05T00:02:35.4882719", "lastReceivedQuantity": 1.1, "lastInvoiceStatus": 1 }, "productOrderingDetail": { "$ref": "10" }, "dealCost": { "$ref": "104" }, "nextCost": { "$ref": "104" }, "lastChance": true, "holdOff": 16, "holdOffDate": "2025-10-05T00:02:35.4882719", "orderHeader": { "$id": "109", "orderID": 1, "orderGuid": "EI5NA/ZVZkaTBE5EOHjp1A==", "orderIdentifier": "034d8e10-55f6-4666-9304-4e443878e9d4", "backToBack": 1, "b2bGuid": "fv0zsuHjjUySH1udmV79xw==", "b2bIdentifier": "b233fd7e-e3e1-4c8d-921f-5b9d995efdc7", "status": 2, "created": "2025-10-05T00:02:35.4882719", "createdLocal": "2025-10-05T00:02:35.4882719", "createdByUser": "sample string 3", "storeID": 1, "transferGuid": "6JEKqz01nkSbyMqZoXXDfA==", "transferIdentifier": "ab0a91e8-353d-449e-9bc8-ca99a175c37c", "transferInvoiceIdentifier": "Gs9HkewxDkmzFEFhs1Uu3g==", "transferInvoiceGuid": "9147cf1a-31ec-490e-b314-4161b3552ede", "attachedToInvoice": 4, "transferType": 1, "supplierIdentifier": "WCtcgKlV60Wx5+TviyHL5A==", "supplierIdentifierGuid": "805c2b58-55a9-45eb-b1e7-e4ef8b21cbe4", "description": "sample string 5", "rows": 1, "cartons": 1, "units": 1, "sentCount": 1, "sent": "2025-10-05T00:02:35.4882719", "sentLocal": "2025-10-05T00:02:35.4882719", "sentByUser": "sample string 6", "lastSentStatus": 1, "cancelled": "2025-10-05T00:02:35.4882719", "cancelledLocal": "2025-10-05T00:02:35.4882719", "cancelledByUser": "sample string 7", "shipped": "2025-10-05T00:02:35.4882719", "shippedLocal": "2025-10-05T00:02:35.4882719", "shippedByUser": "sample string 8", "stockReceived": "2025-10-05T00:02:35.4882719", "stockReceivedLocal": "2025-10-05T00:02:35.4882719", "stockReceivedByUser": "sample string 9", "received": "2025-10-05T00:02:35.4882719", "receivedLocal": "2025-10-05T00:02:35.4882719", "completed": "2025-10-05T00:02:35.4882719", "completedLocal": "2025-10-05T00:02:35.4882719", "updated": "2025-10-05T00:02:35.4882719", "updatedLocal": "2025-10-05T00:02:35.4882719", "dueDate": "2025-10-05T00:02:35.4882719", "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": "d20C0az9/0usuy1vo/Z7Eg==", "transportCompanyIdentifier": "d1026d77-fdac-4bff-acbb-2d6fa3f67b12", "autoOrder": 27, "hostIdentifier": "6xTZMFyWWUOBlMwb2i+T8A==", "hostIdentifierGuid": "30d914eb-965c-4359-8194-cc1bda2f93f0", "defaultOrderDocumentId": 1, "defaultStockReceiveDocumentId": 1, "temperature": 1.1, "temperatureScale": 28, "rating": 29, "lastOrderEmailSentId": "sample string 30", "lastOrderEmailSentStatus": "sample string 31", "deleted": "2025-10-05T00:02:35.4882719", "deletedByUser": "sample string 32", "autoOrderGuid": "NCmUV9R+BEa/oxQYb3ytFQ==", "autoOrderIdentifier": "57942934-7ed4-4604-bfa3-14186f7cad15", "autoOrderHeader": { "$id": "110", "autoOrderGuid": "Yg0Mu8EDjkCmKHlJmexZ3g==", "autoOrderIdentifier": "bb0c0d62-03c1-408e-a628-794999ec59de", "orderGuid": "jWeorxJVV0ODM5GOa53jlA==", "orderIdentifier": "afa8678d-5512-4357-8333-918e6b9de394", "created": "2025-10-05T00:02:35.4882719", "orderID": 1, "storeID": 1, "orderDate": "2025-10-05T00:02:35.4882719", "supplierIdentifier": "Y2mbP32g2kagP0baTJZALQ==", "supplierIdentifierGuid": "3f9b6963-a07d-46da-a03f-46da4c96402d", "orderStatus": 1, "tradingPartner": 1, "simpleAWS": 2, "defaultMPL": 3, "investmentBuy": true, "storeName": "sample string 5", "supplierName": "sample string 6", "description": "sample string 7", "orderType": "sample string 8", "mailTo": "sample string 9", "mailBcc": "sample string 10", "notes": "sample string 11", "transportCompanyGuid": "vEzeiMJhPkGYTpk9TTwHcw==", "transportCompanyIdentifier": "88de4cbc-61c2-413e-984e-993d4d3c0773", "store": { "$ref": "3" }, "supplier": { "$ref": "7" }, "orderCycle": { "$id": "111", "id": 1, "autoOrderGuid": "i4+X0IIBz0+HbqrhA6kzmg==", "autoOrderIdentifier": "d0978f8b-0182-4fcf-876e-aae103a9339a", "cutOffDate": "2025-10-05T00:02:35.4882719", "deliveryDate": "2025-10-05T00:02:35.4882719", "daysBuffer": 3, "nextCutOffDate": "2025-10-05T00:02:35.4882719", "nextDeliveryDate": "2025-10-05T00:02:35.4882719", "nextDaysBuffer": 5 }, "details": [ { "$id": "112", "autoOrderGuid": "MuCNU3djJE6o77okFICF0w==", "autoOrderIdentifier": "538de032-6377-4e24-a8ef-ba24148085d3", "pluG_UID": "vVFGrFiHB0Szgd1ImlKF5Q==", "pluGuid": "ac4651bd-8758-4407-b381-dd489a5285e5", "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-10-05T00:02:35.4882719", "investmentBuyStatus": 2, "processed": "2025-10-05T00:02:35.4882719", "product": { "$ref": "2" }, "orderCode": "sample string 3", "directIndicator": "sample string 4", "cycle": { "$ref": "14" }, "dayWeighting": { "$id": "113", "sunday": 1.1 }, "inventory": { "$id": "114", "inventoryGuid": "OlYuZC92LU+GJMIZp/oXfA==", "inventoryIdentifier": "642e563a-762f-4f2d-8624-c219a7fa177c", "created": "2025-10-05T00:02:35.4882719", "createdLocal": "2025-10-05T00:02:35.4882719", "onHand": 4, "onHandPacks": 5, "onOrder": 6, "onOrderPacks": 7, "accuracy": 8, "updated": "2025-10-05T00:02:35.4882719", "history": [ { "$id": "115", "inventoryGuid": "5U0oaKk7LkiiP7aB0JcP/w==", "inventoryIdentifier": "68284de5-3ba9-482e-a23f-b681d0970fff", "pluG_UID": "enqRaBMRQ0ems0QAF19B8w==", "pluIdentifier": "68917a7a-1113-4743-a6b3-4400175f41f3", "inventoryReason": 3, "inventoryInvoiceGuid": "vpk7qZtZdkKNKBWl8fPGMA==", "invoiceIdentifier": "a93b99be-599b-4276-8d28-15a5f1f3c630", "operatorGuid": "92+qrYNHiUau7EvkJ/EZhw==", "operatorIdentifier": "adaa6ff7-4783-4689-aeec-4be427f11987", "stocktakeGuid": "4/1sh+XKuUS5REVwg6LgJw==", "stocktakeIdentifier": "876cfde3-cae5-44b9-b944-457083a2e027", "orderGuid": "S61Qm5zvakao0eAnlXExaA==", "orderIdentifier": "9b50ad4b-ef9c-466a-a8d1-e02795713168", "saleHeaderGuid": "IUC10JCIWkKEhZyuVqzVEw==", "saleHeaderGuidIdentifier": "d0b54021-8890-425a-8485-9cae56acd513", "dumpStockID": 1, "fuelDeliveryID": 1, "creditNoteIdentifier": "Q62fMXYjZUusoDDz5fekYg==", "creditNoteGuid": "319fad43-2376-4b65-aca0-30f3e5f7a462", "inventorySourceGuid": "UfJ/tlVwMUq7OQIHHMxPFw==", "inventorySourceIdentifier": "b67ff251-7055-4a31-bb39-02071ccc4f17", "createdLocal": "2025-10-05T00:02:35.4882719", "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-10-05T00:02:35.4882719", "createdLocalTime": "2025-10-05T00:02:35.4882719", "storeID": 14, "barcode": "sample string 15", "directCode": "sample string 16", "productName": "sample string 17", "salesMode": 18, "orderPacked": 19, "invoice": { "$id": "116", "inventoryInvoiceGuid": "taumMutLnU6+hkk0Nl80Aw==", "invoiceIdentifier": "32a6abb5-4beb-4e9d-be86-4934365f3403", "inventoryGuid": "H3ujlVXH/UWJAMTdAzbyPQ==", "inventoryIdentifier": "95a37b1f-c755-45fd-8900-c4dd0336f23d", "supplierIdentifier": "rAMzjz9ReU6ec57DBYMPTg==", "supplierGuid": "8f3303ac-513f-4e79-9e73-9ec305830f4e", "orderGuid": "uQ8Llp1NIUm8z2TUG5Lr0g==", "orderIdentifier": "960b0fb9-4d9d-4921-bccf-64d41b92ebd2", "invoiceHeaderIdentifier": "WX6ZfOr13EeTSTKrGlupZg==", "invoiceHeaderGuid": "7c997e59-f5ea-47dc-9349-32ab1a5ba966", "created": "2025-10-05T00:02:35.4882719", "ordered": "2025-10-05T00:02:35.4882719", "storeID": 1, "bestOrExpire": "2025-10-05T00:02:35.4882719", "bestOrExpireType": 1, "units": 1, "weight": 1, "received": "2025-10-05T00:02:35.4882719", "cost": 1, "totalCost": 1, "freightCost": 1, "inStock": 1, "pluG_UID": "wrZvdPU1y0im6cFHey7vTA==", "pluGuid": "746fb6c2-35f5-48cb-a6e9-c1477b2eef4c", "orderInventoryGuid": "yqUG9pq5HEqGdFtPcgdsaQ==", "orderInventoryIdentifier": "f606a5ca-b99a-4a1c-8674-5b4f72076c69", "supplier": { "$ref": "7" }, "inventoryUnits": [ { "$id": "117", "invoiceItemNo": 1, "inventoryInvoiceGuid": "hMEokIE2o0eRDBvF5O4BMQ==", "invoiceIdentifier": "9028c184-3681-47a3-910c-1bc5e4ee0131", "inventoryGuid": "6T/1gNMe2EaQYWRi2kUGbA==", "inventoryIdentifier": "80f53fe9-1ed3-46d8-9061-6462da45066c", "serialNumber": "sample string 3", "sold": "2025-10-05T00:02:35.4882719", "saleItemID": 1, "storeID": 1, "returned": "2025-10-05T00:02:35.4882719", "dumped": 1, "saleHeaderID": 1 }, { "$ref": "117" } ] }, "invoiceHeaderIdentifier": "sD0rAvTngkKMEG3Q9Yk5fA==", "invoiceHeaderGuid": "022b3db0-e7f4-4282-8c10-6dd0f589397c", "invoiceNumber": "sample string 20", "invoiceCost": 1, "invoiceCostDecimals": 1, "orderNumber": 1, "orderReceivingStoreName": "sample string 21", "orderSendingStoreName": "sample string 22", "creditNoteID": 1, "reason": { "$id": "118", "id": 1, "name": "sample string 1", "allowRF": 2, "dumpStock": 3, "creditRequest": 4, "excludeFromLoss": 5, "reserved": 6, "updated": "2025-10-05T00:02:35.4882719" }, "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": "115" } ], "products": [ { "$ref": "2" }, { "$ref": "2" } ], "lastInvoiceCost": 1 }, "aws": 5.0, "explanations": [ { "$id": "119", "pluG_UID": "n8mLTOukkE2zI8EqvLdj1A==", "pluGuid": "4c8bc99f-a4eb-4d90-b323-c12abcb763d4", "consolidatedSales": { "$id": "120", "1": { "$id": "121", "discountPercentage": 1, "days": 2, "quantity": 3.1, "aws": 3.1, "cartonQuantity": 4.1, "lowQuality": true }, "2": { "$ref": "121" } }, "dailyPrices": { "$id": "122", "2025-10-05T00:02:35.4882719": { "$id": "123", "date": "2025-10-05T00:02:35.4882719", "salePrice": 1, "campaign": "sample string 2", "campaignDescription": "sample string 3", "combo": true, "comboPriceGroupG_UID": "e4qn9zLUn0SXwj4yGvbMGw==", "comboPriceGroupGuid": "f7a78a7b-d432-449f-97c2-3e321af6cc1b" } }, "onHandPredictions": [ { "$id": "124", "autoOrderGuid": "Sg87z1/akECxihl+qfeE7Q==", "autoOrderIdentifier": "cf3b0f4a-da5f-4090-b18a-197ea9f784ed", "pluG_UID": "V0tRJSzlzkC2xPNLAohE9Q==", "pluGuid": "25514b57-e52c-40ce-b6c4-f34b028844f5", "childPLUG_UID": "NpdxEBT7OUWiJuA1BzdtjA==", "childPluGuid": "10719736-fb14-4539-a226-e03507376d8c", "date": "2025-10-05T00:02:35.4882719", "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": "124" } ], "predictions": [ { "$ref": "124" }, { "$ref": "124" } ], "product": { "$ref": "2" } }, { "$ref": "119" } ], "supplierOrderingDetail": { "$ref": "10" }, "manufacturerSupplier": "07ad49db-61e4-42f2-af8e-1e196b37d311", "cartonQuantity": 1, "sellPrice": 1, "cost": 1, "costDecimals": 1, "bufferDays": 6, "boostDays": 7 }, { "$ref": "112" } ], "boosts": [ { "$id": "125", "autoOrderGuid": "5l3Z2RrW+0O6pYHHoVRaxQ==", "autoOrderIdentifier": "d9d95de6-d61a-43fb-baa5-81c7a1545ac5", "date": "2025-10-05T00:02:35.4882719", "boost": 2 }, { "$ref": "125" } ] }, "supplierName": "sample string 33", "supplierStoreID": 1, "supplierCartonsOnly": true, "supplierEnforceMinimumQuantity": true, "supplierMinimumOrderValue": 1, "storeName": "sample string 36", "orderCode": { "$id": "126", "code": "sample string 1", "description": "sample string 2" }, "store": { "$ref": "3" }, "supplier": { "$ref": "7" }, "totalCostInc": 37.0, "totalPickedCostInc": 38.0, "totalReceivedCostInc": 39.0, "total": { "$id": "127", "orderGuid": "xTtHwBg9uEWScwk6WUo50g==", "orderIdentifier": "c0473bc5-3d18-45b8-9273-093a594a39d2", "supplierIdentifier": "1/cKE0MRUEuOYrx4zdiUdw==", "supplierGuid": "130af7d7-1143-4b50-8e62-bc78cdd89477", "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": [ { "$ref": "1" }, { "$ref": "1" } ], "unknownScans": [ { "$ref": "107" }, { "$ref": "107" } ], "transportCompany": { "$id": "128", "identifier": "pSFEZu76Ok22mG0PLYBbWQ==", "identifierGuid": "664421a5-faee-4d3a-b698-6d0f2d805b59", "companyName": "sample string 1", "abn": "sample string 2", "address1": "sample string 3", "address2": "sample string 4", "telephone": "sample string 5", "primaryContactGuid": "yspvvHxH70abAmJMmtVe6g==", "primaryContactID": "bc6fcaca-477c-46ef-9b02-624c9ad55eea", "primaryContact": { "$ref": "8" } }, "isMetcashSorted": true, "backupOrderType": "sample string 41", "backupOrderTypeDescription": "sample string 42", "backupTradingPartner": 1, "backupHostIdentifier": "e23409b5-645a-479b-93d9-03bb526f4cc5" }, "invoiceDetail": { "$id": "129", "identifier": "Jwtm3XZC2Ei0dwRt9JMl+Q==", "identifierGuid": "dd660b27-4276-48d8-b477-046df49325f9", "headerIdentifier": "vuG2fOKU10qyCrn+HKbbTw==", "headerIdentifierGuid": "7cb6e1be-94e2-4ad7-b20a-b9fe1ca6db4f", "pluG_UID": "qGKZJJyuvkibhszmcRG1Yw==", "pluGuid": "249962a8-ae9c-48be-9b86-cce67111b563", "pageNo": 1, "lineNo": 1, "itemOrdered": "sample string 1", "itemShipped": "sample string 2", "apn": "sample string 3", "barcode": "sample string 4", "prodStatus": 0, "dateAvailable": "2025-10-05T00:02:35.4882719", "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-10-05T00:02:35.4882719", "costEnd": "2025-10-05T00:02:35.4882719", "createdFromUnknownScan": true, "orderGuid": "y2f3vMt4x0SnSaddb0EVDw==", "orderIdentifierGuid": "bcf767cb-78cb-44c7-a749-a75d6f41150f", "processed": true, "received": true, "inventoried": true, "fromElectronicInvoice": true, "allowDelete": true, "updated": "2025-10-05T00:02:35.4882719", "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": "130", "pluG_UID": "5PDzulvVSUiBffjto2e0yg==", "pluGuid": "baf3f0e4-d55b-4849-817d-f8eda367b4ca", "invoiceIdentifier": "itHUzCaV1Eu1jmwXZW7dOQ==", "invoiceGuid": "ccd4d18a-9526-4bd4-b58e-6c17656edd39", "barcode": "sample string 3", "itemNumber": "sample string 4", "created": "2025-10-05T00:02:35.4882719" }, "productActive": true, "productSalesMode": 35, "productGSTPercent": 36, "productCostCalcMethod": 37, "productAlwaysApplyMargin": true, "productMarginRanged": true, "productMargin": 1.1, "productMinimumMargin": 1.1, "productMaximumMargin": 1.1, "priceGroupG_UID": "QLqwLhvLG06PK9oAGcVXIQ==", "priceGroupGuid": "2eb0ba40-cb1b-4e1b-8f2b-da0019c55721", "priceGroupName": "sample string 40", "priceGroupCode": "sample string 41", "product": { "$ref": "2" }, "incrementCount": true, "minimumQuantity": 1, "randomWeight": true, "salesMode": 43, "cartons": 1, "weight": 1, "units": 1, "autoOrderStatus": 1, "invoiceDetailReceive": true }, "autoOrderDetail": { "$ref": "112" }, "doNotRange": true, "doNotOrder": true, "costGSTPercent": 1, "orderDetailReceive": true, "isBackedUp": true, "backupWarehouseIndicator": "sample string 21", "backupOrderCode": "sample string 22" }
application/xml
Sample not available.
text/xml
Sample not available.
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
PK Q E[�7�_� 5 xl/workbook.xml � (� ����0��&�C���R8q���{-�4П�5���H�yۙ��v�l��4fD5i_�!؊/Pܟ�w�q��(���Z#� t 9�q0� ������X�:� ��V��R��x@�-�f�d4�����"�)�`�ERHs5ny�%���8��U2�����R\Dv��w�cd��|PK Q E[���� � [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 Q E[�N��' ' _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="R95e06cfa174d4bdc" /></Relationships>PK Q E[��ݖ �&