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": "Aq1JVk8SxE+em7TjQY+MyQ==", "orderIdentifier": "5649ad02-124f-4fc4-9e9b-b4e3418f8cc9", "pluG_UID": "ZdTDmXFhCE6JqE/EaoJPZA==", "pluGuid": "99c3d465-6171-4e08-89a8-4fc46a824f64", "created": "2025-08-02T23:23:48.2845706", "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": "UG4ue3FYmEOk3tTNyQba/Q==", "substituteGuid": "7b2e6e50-5871-4398-a4de-d4cdc906dafd", "warehousePLUG_UID": "NBK6xlLsyE2DW8aql09kNg==", "warehousePluGuid": "c6ba1234-ec52-4dc8-835b-c6aa974f6436", "updated": "2025-08-02T23:23:48.2845706", "increment": true, "description": "sample string 13", "product": { "$id": "2", "plu": 1, "storeID": 1, "masterPluG_UID": "QEA=", "storeIDs": [ 1, 2 ], "g_UId": "4nKGHT3jv0ezmpv2JcL/Ww==", "guid": "1d8672e2-e33d-47bf-b39a-9bf625c2ff5b", "apn": "sample string 1", "apnChanged": true, "apnSwitched": true, "barcode": "sample string 4", "itemNumber": "sample string 5", "itemNumberChanged": true, "priceGroupG_UID": "wYhPG1NXzkiz786nnzvwJQ==", "priceGroupGuid": "1b4f88c1-5753-48ce-b3ef-cea79f3bf025", "blueprintID": 1, "lastCountedDate": "2025-08-02T23:23:48.2845706", "externalID": "sample string 7", "active": true, "activated": "2025-08-02T23:23:48.2845706", "pluCreated": "2025-08-02T23:23:48.2845706", "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-08-02T23:23:48.2845706", "lastManualUpdate": "2025-08-02T23:23:48.2845706", "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-08-02T23:23:48.2845706", "currentCostUpdated": "2025-08-02T23:23:48.2845706", "costDecimals": 31, "costChanged": true, "dealCostIdentifier": "QEA=", "excludeFromRebate": true, "rebateOverride": 1, "costCalcMethod": 32, "costCalcMethodChanged": true, "costEffectiveDate": "2025-08-02T23:23:48.2845706", "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, "awsUpdated": "2025-08-02T23:23:48.2845706", "posTare": 1, "altPrice": 1.0, "altPriceChanged": true, "altPriceMode": 53, "altPriceModeChanged": true, "altPLUG_UID": "Jz2nOuagcU6/+cDpeS2hfw==", "altPLUGuid": "3aa73d27-a0e6-4e71-bff9-c0e9792da17f", "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-08-02T23:23:48.2845706", "labelLastPrice": 1, "shelfPageLayoutG_UID": "V/cMMgKrOUSSWw2fii3pCg==", "shelfPageLayoutGuid": "320cf757-ab02-4439-925b-0d9f8a2de90a", "talkerPageLayoutG_UID": "HrvhWXtsjkiTXtb6mozD3g==", "talkerPageLayoutGuid": "59e1bb1e-6c7b-488e-935e-d6fa9a8cc3de", "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": "aYJnzONEV0yRXQ02hpIVcQ==", "inventoryIdentifier": "cc678269-44e3-4c57-915d-0d3686921571", "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": "N9VvoAdRzE+EDcoTNwCd0Q==", "parentPluGuid": "a06fd537-5107-4fcc-840d-ca1337009dd1", "preferredHostVendor": 104, "preferredHostChanged": true, "code": "sample string 106", "supplierIdentifier": "QvOAOBKYoUWxhto6AWlABw==", "supplierIdentifierGuid": "3880f342-9812-45a1-b186-da3a01694007", "supplierChanged": true, "rebateSupplierIdentifier": "wfnazZUhdEKQ7lqQY3t0Iw==", "rebateSupplierIdentifierGuid": "cddaf9c1-2195-4274-90ee-5a90637b7423", "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-08-02T23:23:48.2845706", "commodity": "sample string 121", "businessPillar": "sample string 122", "mscCommodity": "sample string 123", "hostIdentifier": "Puvxs+nC3kmosNqqw2g3NQ==", "hostIdentifierGuid": "b3f1eb3e-c2e9-49de-a8b0-daaac3683735", "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-08-02T23:23:48.2845706", "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": "/cbDUaW7XE6GU6FOqAqI6g==", "hostIdentifierGuid": "51c3c6fd-bba5-4e5c-8653-a14ea80a88ea", "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-08-02T23:23:48.2845706", "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": "9e8qx8Ise0iwd2GXxMSTlw==", "hostIdentifierGuid": "c72aeff5-2cc2-487b-b077-6197c4c49397", "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": "iLBQ4tw9v0eXMRJDfAE/9Q==", "identifierGuid": "e250b088-3ddc-47bf-9731-12437c013ff5", "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": "jDJB/T5Yv0imwMNME5r4hA==", "hostSupplierIdentifierGuid": "fd41328c-583e-48bf-a6c0-c34c139af884", "loyaltyPriceLevelIdentifier": "DOTZ9f+x50SO7urtRzKf7Q==", "loyaltyPriceLevelIdentifierGuid": "f5d9e40c-b1ff-44e7-8eee-eaed47329fed", "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-08-02T23:23:48.2845706", "lastProcessed": "2025-08-02T23:23:48.2845706", "hold": true, "supplierName": "sample string 35", "supplier": { "$id": "7", "identifier": "h4xgIsbEMk6magosOTI3xw==", "identifierGuid": "22608c87-c4c6-4e32-a66a-0a2c393237c7", "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": "doQPEv2B8kugbR1CukHhMw==", "primaryContactID": "120f8476-81fd-4bf2-a06d-1d42ba41e133", "storeID": 1, "abn": "sample string 16", "supplierGroupIdentifier": "1hajCBk6yEqamgFoz9zh2Q==", "supplierGroupGuid": "08a316d6-3a19-4ac8-9a9a-0168cfdce1d9", "rebate": 1.0, "rebateType": 1, "rebateFrequency": 1, "rebateSource": 1, "rebateLastClaimed": "2025-08-02T23:23:48.2845706", "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": "82137a19-1eaa-4ce8-b37e-3e8bb24d453f", "identifier": "zzZX39XGLk+lM1QjzvlCMA==", "identifierGuid": "df5736cf-c6d5-4f2e-a533-5423cef94230", "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": "Rwg8njvBlEehHIgmVLcf0A==", "supplierIdentifierGuid": "9e3c0847-c13b-4794-a11c-882654b71fd0", "contactGuid": "Q8vcAomYP0uPkSAv2mpnoA==", "contactID": "02dccb43-9889-4b3f-8f91-202fda6a67a0", "contact": { "$ref": "8" }, "supplier": { "$ref": "7" } }, { "$ref": "9" } ], "products": [ { "$id": "10", "pluG_UID": "Xq64KfPcQkmRveXcfsBV/A==", "pluGuid": "29b8ae5e-dcf3-4942-91bd-e5dc7ec055fc", "supplierIdentifier": "EjXvpOxDQE2mKhspczVmdw==", "supplierIdentifierGuid": "a4ef3512-43ec-4d40-a62a-1b2973356677", "cartonQuantity": 1, "cartonQuantityChanged": true, "productSize": "sample string 3", "cigarettesPerSleeve": 1, "randomWeight": true, "piecesPerUnit": 5, "averagePackSize": 6, "effectiveDate": "2025-08-02T23:23:48.2845706", "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-08-02T23:23:48.2845706", "rebate": 1.0, "rebateExclude": true, "invoiceCodes": [ { "$id": "11", "pluG_UID": "7L2u2BiGSUGTeWFcKOlaPQ==", "pluGuid": "d8aebdec-8618-4149-9379-615c28e95a3d", "supplierIdentifier": "6gf4fxiZkEyRo2hohLQ4xA==", "supplierIdentifierGuid": "7ff807ea-9918-4c90-91a3-686884b438c4", "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": "G86kho8TuUyM9SdPrqZBOw==", "parentPluGuid": "86a4ce1b-138f-4cb9-8cf5-274faea6413b", "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": "+SU1K0Zgikeuk6AtIGcWRw==", "supplierGuid": "2b3525f9-6046-478a-ae93-a02d20671647", "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": "lil2wniRVEyMgM0sSZboFg==", "supplierGuid": "c2762996-9178-4c54-8c80-cd2c4996e816", "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-08-02T23:23:48.2845706", "deliveryDate": "2025-08-02T23:23:48.2845706", "nextCutOffDate": "2025-08-02T23:23:48.2845706", "nextDeliveryDate": "2025-08-02T23:23:48.2845706", "nextDaysBuffer": 10 }, { "$ref": "14" } ], "store": { "$ref": "3" }, "updated": "2025-08-02T23:23:48.2845706", "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-08-02T23:23:48.2845706", "processed": "2025-08-02T23:23:48.2845706", "isProcessing": true, "processedCount": 6, "processingTime": 1, "collectedUtc": "2025-08-02T23:23:48.2845706", "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-08-02T23:23:48.2845706", "businessPillar": "sample string 3", "fileType": "sample string 4" } }, { "$ref": "15" } ], "zoneMatrix": [ { "$id": "17", "id": 1, "hostIdentifier": "mjSoIVO3xUyL9PApKjw5BQ==", "hostIdentifierGuid": "21a8349a-b753-4cc5-8bf4-f0292a3c3905", "storeID": 1, "departmentCode": "sample string 2", "hostGuids": [ "bb01552d-38ec-4d59-be68-d0280d29a160", "a09b5113-3e05-4105-ace2-2b03e1f94913" ] }, { "$ref": "17" } ], "hostFileStoreSetting": { "$ref": "5" }, "hostStoreSettings": [ { "$ref": "5" }, { "$ref": "5" } ], "promotionPlacements": [ { "$id": "18", "identifier": "NA/HtNxTDUGDfRyOYMUY4A==", "identifierGuid": "b4c70f34-53dc-410d-837d-1c8e60c518e0", "code": "sample string 2", "description": "sample string 3", "isAdvertised": true }, { "$ref": "18" } ], "promoTypeGuids": [ "50b8e592-f498-457a-a2a3-6f9c85bbd1bc", "b4017c1e-8d6b-4013-9150-83f48af91621" ], "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-08-02T23:23:48.2845706", "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": "1c7cf7aa-bc9f-48ed-b811-eabbe1582e8f", "updateStore": { "$id": "24", "id": "08291b0a-2f1f-4e1d-b467-038b664bde20", "name": "sample string 1", "lastActivity": "2025-08-02T23:23:48.2845706", "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-08-02T23:23:48.2845706" }, "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": "IQ3nQMMNn0aTn0l6rWE/Ng==", "pluGuid": "40e70d21-0dc3-469f-939f-497aad613f36", "plu": 1, "storeID": 1, "zoneID": 2, "zoneName": "sample string 3", "store": "sample string 4", "priceNow": 5, "costNow": 6, "costNowDecimals": 7, "normalPrice": 8, "gstPercent": 9, "normalCost": 10, "normalCostDecimals": 11, "costGstPercent": 12, "costCalcMethod": 1, "currentCost": 13, "currentCostDecimals": 14, "break1": 15, "price1": 16, "break2": 17, "price2": 18, "break3": 19, "price3": 20, "fuelItem": 21, "fixedWeight": 22, "active": true, "complianceIndicator": "sample string 23", "doNotOrder": true, "doNotRange": true, "isNormalPriceChangesCampaign": true, "updated": "2025-08-02T23:23:48.2845706" }, { "$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-08-02T23:23:48.2845706", "priceChangeType": 0, "costDecimals": 10 }, "normalPluPrices": { "$ref": "28" }, "winningCampaign": 1, "winner": { "$id": "29", "campaignName": "sample string 1", "campaignDescription": "sample string 2", "startDate": "2025-08-02T23:23:48.2845706", "startTime": 3, "endDate": "2025-08-02T23:23:48.2845706", "endTime": 4, "newPrice": 5, "newCost": 6, "newCostDecimals": 7, "pctDiscount": 8, "promoType": 1, "promotionTypeCode": "sample string 9", "hostType": 10, "hostIdentifier": "Ndi6CLfUU0elCTxwIOW5Eg==", "hostIdentifierGuid": "08bad835-d4b7-4753-a509-3c7020e5b912", "storeNames": [ "sample string 1", "sample string 2" ] }, "details": [ { "$ref": "29" }, { "$ref": "29" } ] }, "tray": { "$id": "30", "g_UId": "FlPJKEy260u6rPHJUJ2yig==", "guid": "28c95316-b64c-4beb-baac-f1c9509db28a", "name": "sample string 1", "number": 1, "tare": 1 }, "priceGroup": { "$id": "31", "priceGroupG_UID": "2+gLfGRSJUuGU0SeOjVoeA==", "priceGroupGuid": "7c0be8db-5264-4b25-8653-449e3a356878", "name": "sample string 2", "code": 1, "modified": true, "updated": "2025-08-02T23:23:48.2845706", "buyingLimit": 1, "buyingLimitIndependent": true, "buyingLimitType": 0, "number": 1, "products": [ { "$ref": "2" }, { "$ref": "2" } ], "productCount": 1 }, "priceGroupName": "sample string 146", "nutrifacts": { "$id": "32", "pluG_UID": "Zf3y6zQSukmVuWuhjpYPLQ==", "pluGuid": "ebf2fd65-1234-49ba-95b9-6ba18e960f2d", "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": "acf180e3-1edb-4812-932e-d94ff17c298e", "created": "2025-08-02T23:23:48.2845706", "createdByUser": "sample string 1", "activated": "2025-08-02T23:23:48.2845706", "deactivated": "2025-08-02T23:23:48.2845706", "lastOrdered": "2025-08-02T23:23:48.2845706", "lastOrderedQty": 2.0, "lastReceived": "2025-08-02T23:23:48.2845706", "lastReceivedQty": 3.0, "lastInvoiceStatus": 1, "lastCounted": "2025-08-02T23:23:48.2845706", "lastSold": "2025-08-02T23:23:48.2845706", "firstSold": "2025-08-02T23:23:48.2845706", "awsUpdated": "2025-08-02T23:23:48.2845706", "lastManualUpdate": "2025-08-02T23:23:48.2845706", "lastManualUpdatedByUser": "sample string 5", "lastUpdated": "2025-08-02T23:23:48.2845706", "lastUpdatedByUser": "sample string 7", "lastUpdatedByHost": "2025-08-02T23:23:48.2845706", "doNotRangeUpdated": "2025-08-02T23:23:48.2845706", "doNotOrderUpdated": "2025-08-02T23:23:48.2845706", "tracked": "2025-08-02T23:23:48.2845706" }, "allergens": [ { "$id": "34", "allergenID": 1, "pluG_UID": "dMZerh04t0yDFzykxmM40A==", "pluGuid": "ae5ec674-381d-4cb7-8317-3ca4c66338d0", "contains": 2, "allergenName": "sample string 3", "storeIDs": [ 1, 2 ] }, { "$ref": "34" } ], "costs": { "$id": "35", "pluG_UID": "8TpkX1xHYk+jjeDnbpYqrw==", "pluGuid": "5f643af1-475c-4f62-a38d-e0e76e962aaf", "enteredCost": 1, "weightedAvgCost": 1, "lastCost": 1, "rawEnteredCost": 2, "rawWeightedAvgCost": 3, "rawLastCost": 4, "freight": 5.0, "freightType": 6, "costDecimals": 7, "fifoCost": 1, "updated": "2025-08-02T23:23:48.2845706", "normalCost": 1, "currentCost": 1 }, "sales": [ { "$id": "36", "saleHeaderID": 1, "created": "2025-08-02T23:23:48.2845706", "createdLocal": "2025-08-02T23:23:48.2845706", "storeID": 3, "storeName": "sample string 4", "operatorG_Uid": "pDzwnjDfLEaMxhruqNw1ug==", "operatorGuid": "9ef03ca4-df30-462c-8cc6-1aeea8dc35ba", "operatorName": "sample string 5", "tranType": 1, "plu": 1, "pluG_UId": "+r/thF9/dkCbaiQa3tHMDQ==", "pluGuid": "84edbffa-7f5f-4076-9b6a-241aded1cc0d", "normalPrice": 1, "totalCents": 1, "cost": 1, "grossProfit": 1, "quantity": 1, "operator": { "$id": "37", "id": 1, "g_Uid": "DcAowkVt9Ema9shxmtHZbg==", "guid": "c228c00d-6d45-49f4-9af6-c8719ad1d96e", "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-08-02T23:23:48.2845706", "passwordResetRequired": true, "alteredInStore": true, "startShift": "2025-08-02T23:23:48.2845706", "endShift": "2025-08-02T23:23:48.2845706", "machineName": "sample string 20", "drawerID": 1, "stores": [ { "$id": "38", "operatorG_UID": "kd3cxdXbZkioNXYmed4KOQ==", "operatorGuid": "c5dcdd91-dbd5-4866-a835-762679de0a39", "storeID": 2, "operator": { "$ref": "37" }, "store": { "$ref": "3" } }, { "$ref": "38" } ] } }, { "$ref": "36" } ], "apns": [ { "$id": "39", "pluID": 1, "pluG_UID": "iAhBegVa5EGRXqUNubJv2w==", "pluGuid": "7a410888-5a05-41e4-915e-a50db9b26fdb", "apn": "sample string 1", "deleted": true, "storeID": 1, "storeIDs": [ 1, 2 ] }, { "$ref": "39" } ], "tuns": [ { "$id": "40", "pluG_UId": "IomLApOA8Ei9XodbnOKCgA==", "pluGuid": "028b8922-8093-48f0-bd5e-875b9ce28280", "apn": "sample string 1", "tun": "sample string 2", "cartonQuantity": 3, "product": { "$ref": "2" }, "storeIDs": [ 1, 2 ] }, { "$ref": "40" } ], "competitionPricing": [ { "$id": "41", "identifier": "rhagdYG4pkGyjFMrGgVwWw==", "identifierGuid": "75a016ae-b881-41a6-b28c-532b1a05705b", "pluG_UID": "YX0GGbNd8kW6bD0zZPZOYg==", "pluGuid": "19067d61-5db3-45f2-ba6c-3d3364f64e62", "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": "V5oVRj/fQUqu5Lt+zBa9rw==", "groupName": "sample string 1", "identifierGuid": "46159a57-df3f-4a41-aee4-bb7ecc16bdaf", "exists": true, "flipChartIdentifier": "BtZ6u1woR0i0OjghY1me7Q==", "flipChartIdentifierGuid": "bb7ad606-285c-4847-b43a-382163599eed", "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": "VyAfgZu920GUB8459KUCyw==", "groupIdentifierGuid": "811f2057-bd9b-41db-9407-ce39f4a502cb", "flipChart": { "$id": "43", "identifier": "TRe0tbjJM0eXEz/uEbfdFg==", "identifierGuid": "b5b4174d-c9b8-4733-9713-3fee11b7dd16", "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": "wFj0lDvWQEWbbnWfM/Fl0Q==", "identifierGuid": "94f458c0-d63b-4540-9b6e-759f33f165d1", "name": "sample string 2", "formType": "sample string 3", "forms": [ { "$id": "45", "id": 1, "g_UID": "bHULnjtsXUGJwGKMUVv86A==", "guid": "9e0b756c-6c3b-415d-89c0-628c515bfce8", "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": "t02Ek2j7AECthcC8VojNZg==", "previousFormGuid": "93844db7-fb68-4000-ad85-c0bc5688cd66", "nextForm": 1, "nextFormG_UID": "2JoXSi04CUy6ZmioNDoG6Q==", "nextFormGuid": "4a179ad8-382d-4c09-ba66-68a8343a06e9", "attributes": "sample string 10", "updated": "2025-08-02T23:23:48.2845706", "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": "C8lOtS8u10KU+YR1su7tnA==", "checkoutFormGuid": "b54ec90b-2e2f-42d7-94f9-8475b2eeed9c", "identifier": "fqlxlIpCSEaUiWCmP+cLOQ==", "identifierGuid": "9471a97e-428a-4648-9489-60a63fe70b39", "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": "pu+wMx+xwESwtpFAh2vi2g==", "valueGuid": "33b0efa6-b11f-44c0-b0b6-9140876be2da", "buttonText": "sample string 10", "valueText": "sample string 11", "drawImageAndButton": true, "updated": "2025-08-02T23:23:48.2845706", "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-08-02T23:23:48.2845706", "imageData": "QEA=", "readOnly": true } }, { "$ref": "46" } ], "panels": [ { "$id": "48", "id": 1, "checkoutFormID": 2, "checkoutFormG_UID": "VoMDdtHmC0Kq9FuV11S8zQ==", "checkoutFormGuid": "76038356-e6d1-420b-aaf4-5b95d754bccd", "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": "k9SiH4y2AEyI32pOGIh2Mg==", "flipChartPageIdentifierGuid": "1fa2d493-b68c-4c00-88df-6a4e18887632", "pluG_UID": "H+VFCNVxtUqlLdzm63Qqlw==", "pluGuid": "0845e51f-71d5-4ab5-a52d-dce6eb742a97", "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": "mb3EDJt1B0aauSNR7iPAvw==", "pluGuid": "0cc4bd99-759b-4607-9ab9-2351ee23c0bf", "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-08-02T23:23:48.2845706", "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": "8QKydAvsz0mPoyEZl0Yx0w==", "ingredientGuid": "VN/C+Xws6ECVvCBp7g6qJg==", "ingredientIdentifier": "f9c2df54-2c7c-40e8-95bc-2069ee0eaa26", "quantity": 1.0, "storeIDs": [ 1, 2 ], "ingredientText": "sample string 1", "ingredient": { "$ref": "2" } }, { "$ref": "51" } ], "bins": [ { "$id": "52", "pluG_UID": "nFl+Cjxx+ESv/jdBpGK3HA==", "pluGuid": "0a7e599c-713c-44f8-affe-3741a462b71c", "shelfLocationIdentifier": "gtwGOq4cikufUlFrik+yuQ==", "shelfLocationGuid": "3a06dc82-1cae-4b8a-9f52-516b8a4fb2b9", "labelShelfDefault": 1, "labelTalkerDefault": 1, "labelSmall": true, "labelPageLayoutG_UID": "VYxGnpeQt0OtVuu/3z7b4g==", "labelPageLayoutGuid": "9e468c55-9097-43b7-ad56-ebbfdf3edbe2", "updated": "2025-08-02T23:23:48.2845706", "electronicShelfLabelIdentifier": "sample string 5", "electronicshelfLabelsConfigurationID": 6, "labelShelfChanged": true, "productName": "sample string 8", "locationText": "sample string 9", "product": { "$ref": "2" }, "location": { "$id": "53", "identifier": "7A2SqxufEkiffY+4sSWi8Q==", "storeID": 1, "identifierGuid": "ab920dec-9f1b-4812-9f7d-8fb8b125a2f1", "name": "sample string 2", "haccp": true, "blueprintID": 1, "updated": "2025-08-02T23:23:48.2845706", "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": "qNaFQkrUY0iFsEz/Tpxt5g==", "pluGuid": "4285d6a8-d44a-4863-85b0-4cff4e9c6de6", "deptNo": 1, "product": { "$ref": "2" }, "scaleLocation": { "$id": "55", "id": 1, "deptNo": 1, "deptCode": "sample string 2", "name": "sample string 3", "enabled": true, "updated": "2025-08-02T23:23:48.2845706", "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-08-02T23:23:48.2845706", "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": "13xL653wZ0yrQ8+PjfWMww==", "labelPageLayoutGuid": "eb4b7cd7-f09d-4c67-ab43-cf8f8df58cc3", "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-08-02T23:23:48.2845706", "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": "2ETZO1JWC0mywOAIjGmr5w==", "labelPageLayoutGuid": "3bd944d8-5652-490b-b2c0-e0088c69abe7", "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-08-02T23:23:48.2845706", "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": "Mp5z5GiLS06Wo1nqoUZ7cQ==", "labelPageLayoutGuid": "e4739e32-8b68-4e4b-96a3-59eaa1467b71", "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-08-02T23:23:48.2845706", "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": "vqlckqnxj0mU7oUCu16xzA==", "labelPageLayoutGuid": "925ca9be-f1a9-498f-94ee-8502bb5eb1cc", "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": "AZFp7e/bJ0W1U7MbbGaMRA==", "pluGuid": "ed699101-dbef-4527-b553-b31b6c668c44", "newPrice": 1, "pctDiscount": 1, "newCost": 1, "newCostDecimals": 6, "dealCostIdentifier": "0ep5ifoEQUW8S7GMPrdIqQ==", "dealCostGuid": "8979ead1-04fa-4541-bc4b-b18c3eb748a9", "pluName": "sample string 7", "apn": "sample string 8", "fuelItem": true, "priceGroupG_UID": "uZRihCtkhUiG+DUB7hdpqw==", "priceGroupGuid": "846294b9-642b-4885-86f8-3501ee1769ab", "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-08-02T23:23:48.2845706", "rrp": 26, "campaignDescription": "sample string 27", "campaignComboPriceGroupG_UID": "0iN8JePPJ0OqtD7DpjvJcQ==", "campaignComboPriceGroupIdentifier": "257c23d2-cfe3-4327-aab4-3ec3a63bc971", "promotionPlacementDescription": "sample string 28", "storeAcceptances": [ { "$id": "65", "plu": 1, "pluG_UId": "QEA=", "campaignID": 1, "campaignName": "sample string 2", "storeID": 3, "acceptedUtc": "2025-08-02T23:23:48.2845706", "operatorG_UID": "QZs9EnmnhUS23GZeIE16XQ==", "operatorGuid": "123d9b41-a779-4485-b6dc-665e204d7a5d", "machineID": 1, "processed": true, "appliedUtc": "2025-08-02T23:23:48.2845706", "signIqTicketFileMovedUtc": "2025-08-02T23:23:48.2845706", "user": "sample string 6", "campaignDescription": "sample string 7", "productDesc": "sample string 8", "storeName": "sample string 9", "effectiveUtc": "2025-08-02T23:23:48.2845706", "priceChangeType": 0, "operatorName": "sample string 10", "hostCampaign": true, "product": { "$ref": "2" }, "campaignPlu": { "$ref": "64" } }, { "$ref": "65" } ], "campaign": { "$id": "66", "id": 1, "storeID": 2, "name": "a47b08ea-7b5a-45fa-a393-bd7aa8ad16cb", "nameGuid": "a47b08ea-7b5a-45fa-a393-bd7aa8ad16cb", "description": "sample string 4", "showDiscounts": true, "showTotals": true, "onlyEvaluateOnSubtotal": true, "useDescription": true, "campaignType": 1, "startDate": "2025-08-02T23:23:48.2845706", "startTime": 1, "endDate": "2025-08-02T23:23:48.2845706", "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-08-02T23:23:48.2845706", "system": true, "created": "2025-08-02T23:23:48.2845706", "updated": "2025-08-02T23:23:48.2845706", "priceChangeNotifiedUtc": "2025-08-02T23:23:48.2845706", "promoType": 1, "promotionTypeCode": "sample string 13", "hostIdentifier": "JftYUBu3JEqqqAdeYbtH8Q==", "hostIdentifierGuid": "5058fb25-b71b-4a24-aaa8-075e61bb47f1", "hostType": 14, "createdByUser": "sample string 15", "fromHost": true, "deleted": true, "campaignDeleted": "2025-08-02T23:23:48.2845706", "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": "urjUKD6PwU2vuxrTWHKM+Q==", "pluGuid": "28d4b8ba-8f3e-4dc1-afbb-1ad358728cf9", "hostOfferID": 1, "priceGroupG_UID": "L5+qRTVfUUmtJNhWZa4fHQ==", "priceGroupGuid": "45aa9f2f-5f35-4951-ad24-d85665ae1f1d", "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-08-02T23:23:48.2845706", "rrp": 17, "campaignDescription": "sample string 18", "product": { "$ref": "2" }, "campaign": { "$ref": "66" } }, { "$ref": "67" } ], "sellingRules": [ { "$id": "68", "id": 1, "identifier": "hMl6PUK0Ck+LevzxK6HDtQ==", "identifierStr": "hMl6PUK0Ck+LevzxK6HDtQ==", "identifierGuid": "3d7ac984-b442-4f0a-8b7a-fcf12ba1c3b5", "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": "tTGT+zJFq0SZlmJ3MmibYQ==", "customerIDGuid": "fb9331b5-4532-44ab-9996-627732689b61", "campaign": { "$ref": "66" }, "customer": { "$id": "70", "identifier": "TgHLM7qph0u5608RyGaxtA==", "identifierGuid": "33cb014e-a9ba-4b87-b9eb-4f11c866b1b4", "code": "sample string 2", "familyName": "sample string 3", "givenName": "sample string 4", "otherName": "sample string 5", "title": "sample string 6", "dateOfBirth": "2025-08-02T23:23:48.2845706", "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": "LW8mScTI2Uyqid0EFVIB2Q==", "communityIdentifierGuid": "49266f2d-c8c4-4cd9-aa89-dd04155201d9", "joined": "2025-08-02T23:23:48.2845706", "updated": "2025-08-02T23:23:48.2845706", "active": true, "reasonInactive": 1, "groupCustomer": true, "loyaltyPoints": 1, "homeStoreID": 1, "availableSpend": 1, "priceLevelIdentifier": "0kdAgJAVlUOh1gceA8WLhA==", "priceLevelIdentifierGuid": "804047d2-1590-4395-a1d6-071e03c58b84", "marketingID": "sample string 18", "hidden": true, "registered": true, "registeredOn": "2025-08-02T23:23:48.2845706", "emailMarketing": true, "smsMarketing": true, "deleted": true, "deletedUser": "sample string 24", "homeStoreName": "sample string 25", "customerCards": [ { "$id": "71", "cardType": 2, "issueDate": "2025-08-02T23:23:48.2845706", "expiry": "2025-08-02T23:23:48.2845706", "customerID": "METNsqWhfUi+JQnSkTcYwg==", "customerIDGuid": "b2cd4430-a1a5-487d-be25-09d2913718c2", "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-08-02T23:23:48.2845706", "linkedAccount": "FZ5ciWaFVkGMEIbDvMPQJQ==", "linkedAccountGuid": "895c9e15-8566-4156-8c10-86c3bcc3d025", "currentValueChanged": true, "limitsChanged": true, "customer": { "$ref": "70" }, "account": { "$id": "72", "id": 1, "identifier": "hV/VP3uDR02+v92pTV5NyQ==", "identifierGuid": "3fd55f85-837b-4d47-bebf-dda94d5e4dc9", "referenceNo": "sample string 3", "name": "sample string 4", "created": "2025-08-02T23:23:48.2845706", "owner": "OwDhAP1730WKssKdPskVGQ==", "ownerGuid": "00e1003b-7bfd-45df-8ab2-c29d3ec91519", "accountStoreGroupIdentifier": "V6H3F2WWdUiQYY1YZxhP0w==", "accountStoreGroupGuid": "17f7a157-9665-4875-9061-8d5867184fd3", "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-08-02T23:23:48.2845706", "active": true, "updated": "2025-08-02T23:23:48.2845706", "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": "mTcwFFSvj0eQXoNRJLJ2LQ==", "identifierGuid": "14303799-af54-478f-905e-835124b2762d", "name": "sample string 2", "primaryContact": "MLmA/BrKF0CRqQbYWNRjrw==", "primaryContactGuid": "fc80b930-ca1a-4017-91a9-06d858d463af", "accountID": "WnR14BXiWkSnkAIdG3zIJg==", "accountIDGuid": "e075745a-e215-445a-a790-021d1b7cc826", "special": true, "updated": "2025-08-02T23:23:48.2845706", "active": true, "reasonInactive": 1, "priceLevelIdentifier": "o50FgJl+KUaHV7vGjkKvKQ==", "priceLevelIdentifierGuid": "80059da3-7e99-4629-8757-bbc68e42af29", "deleted": true, "account": { "$ref": "72" }, "primaryContactCustomer": { "$ref": "70" }, "customerGroupMembers": [ { "$id": "75", "id": 1, "groupID": "MvBTms7efk+XEQp5fkxGUw==", "groupIDGuid": "9a53f032-dece-4f7e-9711-0a797e4c4653", "customerID": "ESpBdKYPIE2pCerTmb3yiA==", "customerIDGuid": "74412a11-0fa6-4d20-a909-ead399bdf288", "card": "sample string 4", "linkedAccount": "+lz/7T7IBUesBDbIDbbBLg==", "linkedAccountGuid": "edff5cfa-c83e-4705-ac04-36c80db6c12e", "customer": { "$ref": "70" }, "group": { "$ref": "74" }, "customerCard": { "$ref": "71" } }, { "$ref": "75" } ] }, { "$ref": "74" } ] }, "payments": [ { "$id": "76", "id": 1, "identifier": "8o/xgdOJDk2BHNXxs2s2xw==", "identifierGuid": "81f18ff2-89d3-4d0e-811c-d5f1b36b36c7", "storeID": 2, "operatorName": "sample string 3", "saleHeaderID": 4, "paymentType": 5, "amount": 6, "account": "sample string 7", "accountID": "B6XybtqpB0GCCU9oSqIhWA==", "accountIDGuid": "6ef2a507-a9da-4107-8209-4f684aa22158", "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-08-02T23:23:48.2845706", "invRocNo": "sample string 14", "responseCode": "sample string 15", "cashout": 1, "tip": 16, "idempotentVoid": "iqSHs4yMu0y74lgLkVkN8g==", "idempotentVoidGuid": "b387a48a-8c8c-4cbb-bbe2-580b91590df2", "offline": true, "processed": 1, "storeSaleHeader": { "$id": "77", "saleHeaderID": 1, "saleHeaderGuid": "r8GT3I3vRE2iL+KBEKaCRg==", "saleHeaderIdentifierGuid": "dc93c1af-ef8d-4d44-a22f-e28110a68246", "created": "2025-08-02T23:23:48.2845706", "createdLocal": "2025-08-02T23:23:48.2845706", "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-08-02T23:23:48.2845706", "storeID": 1, "operatorG_Uid": "NHTnmWpakkm4InSmDttyCA==", "operatorGuid": "99e77434-5a6a-4992-b822-74a60edb7208", "customerG_Uid": "2mk6pq/xNkuM4XIrBbmhAw==", "customerGuid": "a63a69da-f1af-4b36-8ce1-722b05b9a103", "communityIdentifier": "Lbo335wx1EyS5WUXHpBveQ==", "communityIdentifierGuid": "df37ba2d-319c-4cd4-92e5-65171e906f79", "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": "L5Sp+Fsu3Em3U7OCG9IK5g==", "priceLevelIdentifierGuid": "f8a9942f-2e5b-49dc-b753-b3821bd20ae6", "locked": 36, "relationChecksum": "sample string 37", "loyaltyTender": 1, "giftCardTender": 1, "operator": { "$ref": "37" }, "customer": { "$ref": "70" }, "communityOrganisation": { "$id": "78", "id": 1, "identifier": "EwIZHCkNDE+8fwwEpqaUrA==", "identifierGuid": "1c190213-0d29-4f0c-bc7f-0c04a6a694ac", "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-08-02T23:23:48.2845706", "deleted": true }, "details": [ { "$id": "79", "saleItemID": 1, "identifier": "lDwWC8i/P0WI8r1hfVizCQ==", "identifierGuid": "0b163c94-bfc8-453f-88f2-bd617d58b309", "saleHeaderID": 2, "plu": 1, "pluG_UId": "jkLmr11LtEOK9P8tJFNN3w==", "pluGuid": "afe6428e-4b5d-43b4-8af4-ff2d24534ddf", "accountID": "bZpDCcYPo0W9/bZl8vjwvw==", "accountIDGuid": "09439a6d-0fc6-45a3-bdfd-b665f2f8f0bf", "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-08-02T23:23:48.2845706", "bestOrExpireType": 1, "providerName": "sample string 11", "refundG_UID": "t+Rw/o8+4EWEEiRcNWsvzw==", "refundGuid": "fe70e4b7-3e8f-45e0-8412-245c356b2fcf", "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": "a32E1mQfC0OSLxysef5meA==", "idempotentVoidGuid": "d6847d6b-1f64-430b-922f-1cac79fe6678", "priceLevelIdentifier": "0FuNJsKQjkSaR8FTuxcq5Q==", "priceLevelIdentifierGuid": "268d5bd0-90c2-448e-9a47-c153bb172ae5", "productName": "sample string 23", "apn": "sample string 24", "unknownScans": [ { "$id": "80", "id": 1, "saleDetailID": 2, "storeID": 1, "scanned": "2025-08-02T23:23:48.2845706", "operatorG_UID": "QEA=", "barcode": "sample string 4", "processed": 1 }, { "$ref": "80" } ], "refund": { "$id": "81", "id": 1, "g_UID": "wLXXCjPxIEiEmlcFJfWeAA==", "guid": "0ad7b5c0-f133-4820-849a-570525f59e00", "description": "sample string 1", "dumped": true, "inventoryReasonID": 1, "sortOrder": 1, "updated": "2025-08-02T23:23:48.2845706" }, "modifier": { "$id": "82", "id": 1, "setG_UID": "SAxfN5hjOkqvCPH0BWwjjg==", "modifierSetGuid": "375f0c48-6398-4a3a-af08-f1f4056c238e", "name": "sample string 2", "price": 1, "quantity": 1, "modifierType": 1, "groupNumber": 1, "pageNumber": 1, "controlOrder": 1, "printToStation": true, "pluG_UID": "iPM58HfjZEug0vmWREQF0g==", "pluGuid": "f039f388-e377-4b64-a0d2-f996444405d2", "deleted": true, "g_UID": "3GeEsFVpykCWj3y3WcPuIQ==", "guid": "b08467dc-6955-40ca-968f-7cb759c3ee21", "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": "tJT5uddheUKwfbPCi445LQ==", "pluGuid": "b9f994b4-61d7-4279-b07d-b3c28b8e392d", "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-08-02T23:23:48.2845706", "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-08-02T23:23:48.2845706", "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": "RfgXpjoTJUu/ugKoRTaDNw==", "pluGuid": "a617f845-133a-4b25-bfba-02a845368337", "accountID": "tlwdDn2SsU2Adyk8iwkJsg==", "accountIDGuid": "0e1d5cb6-927d-4db1-8077-293c8b0909b2", "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-08-02T23:23:48.2845706", "bestOrExpireType": 1, "refundG_UID": "kdpI4wLNOkCZCNf32TZWYw==", "refundGuid": "e348da91-cd02-403a-9908-d7f7d9365663", "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": "LDLMv34BqkWBnidiRWBYSA==", "identifierGuid": "bfcc322c-017e-45aa-819e-276245605848", "id": 1, "orderNo": 2, "externalSaleIdentifier": "sample string 3", "storeID": 4, "zoneID": 5, "deptNo": 6, "customerIdentifier": "efMeMyvzy0yUjCBrEghrCw==", "customerIdentifierGuid": "331ef379-f32b-4ccb-948c-206b12086b0b", "operatorNo": 1, "operatorG_UID": "7LMZpfqi00+nM6ssT+mkRA==", "operatorGuid": "a519b3ec-a2fa-4fd3-a733-ab2c4fe9a444", "created": "2025-08-02T23:23:48.2845706", "ordered": "2025-08-02T23:23:48.2845706", "started": "2025-08-02T23:23:48.2845706", "completed": "2025-08-02T23:23:48.2845706", "supplied": "2025-08-02T23:23:48.2845706", "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": "j9j+Wg101ku/B5gvZnSNww==", "pluGuid": "5afed88f-740d-4bd6-bf07-982f66748dc3", "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": "Y0fE3br2GkGXZ4QyQEaDmg==", "headerIdentifierGuid": "ddc44763-f6ba-411a-9767-84324046839a", "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": "h5fyJfCtAkGvozrzcZsXCA==", "surveyGuid": "25f29787-adf0-4102-afa3-3af3719b1708", "saleHeaderGuid": "Rt/XRRIFvUid2lhTTS/Yuw==", "saleGuid": "45d7df46-0512-48bd-9dda-58534d2fd8bb", "textResponse": "sample string 1", "integerResponse": 1, "g_UIDResponse": "furt5hGZcUmafVRmkKTceg==", "guidResponse": "e6edea7e-9911-4971-9a7d-546690a4dc7a", "whoAnswered": 2, "answeredAtUTC": "2025-08-02T23:23:48.2845706", "sale": { "$ref": "77" }, "survey": { "$id": "91", "g_UID": "JaUsnj/fMEyn5vQApkfJ+A==", "guid": "9e2ca525-df3f-4c30-a7e6-f400a647c9f8", "name": "sample string 1", "storeID": 2, "zoneID": 1, "checkoutFormG_UID": "fVNSCazCCEKXYoGHb47Xxg==", "checkoutFormGuid": "0952537d-c2ac-4208-9762-81876f8ed7c6", "displayToWho": 3, "displayWhen": 4, "start": "2025-08-02T23:23:48.2845706", "end": "2025-08-02T23:23:48.2845706", "deleted": true, "updated": "2025-08-02T23:23:48.2845706", "possibleIntegerResponses": [ 1, 2 ], "possibleTextResponses": [ "sample string 1", "sample string 2" ], "possibleGuidResponses": [ "67089a3d-7327-4d95-ad96-e038c9899b08", "890b971b-a527-4644-8b1e-9f5f7d32d49f" ], "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": "hm3F3vnUXUyHBakO6KUnIA==", "accountIdentifier": "dec56d86-d4f9-4c5d-8705-a90ee8a52720", "accountName": "sample string 42", "customerOrderIdentifier": "zmjbAlmgyUGje1p5B++MiQ==", "customerOrderIdentifierGuid": "02db68ce-a059-41c9-a37b-5a7907ef8c89", "priceLevelName": "sample string 43", "revision": 44, "ingressId": "sample string 45" }, "metadata": { "$id": "92", "id": 1, "paymentID": 2, "paymentIdentifier": "ryP8gp8DT0e7VuOwuzk+Dg==", "paymentIdentifierGuid": "82fc23af-039f-474f-bb56-e3b0bb393e0e", "identifier": "85VMkrfjEkCy7BLHfP32Qg==", "identifierGuid": "924c95f3-e3b7-4012-b2ec-12c77cfdf642", "metadata": "sample string 3", "signatureImage": "QEA=", "itemIdentifier": "lSqiGm6WBkmkqvY4qrj/KQ==", "itemIdentifierGuid": "1aa22a95-966e-4906-a4aa-f638aab8ff29" } }, { "$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": "keh4eevyj0m+UwcenKipEQ==", "customerIdentifierGuid": "7978e891-f2eb-498f-be53-071e9ca8a911", "voucherName": "sample string 2", "count": 3, "storeID": 4, "barcode": "sample string 5", "redeemCount": 6, "issueCount": 7, "storeSalePaymentID": 1, "idempotentID": "NiTP1fF13USGwSetwa2IFA==", "idempotentGuid": "d5cf2436-75f1-44dd-86c1-27adc1ad8814", "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-08-02T23:23:48.2845706", "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-08-02T23:23:48.2845706", "labelPageLayout": "EjeagpmRxUGzloNj7vzvcQ==", "pageLayoutGuid": "829a3712-9199-41c5-b396-8363eefcef71", "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-08-02T23:23:48.2845706" }, { "$ref": "97" } ] }, "customerVouchers": [ { "$id": "98", "id": 1, "customerIdentifier": "UtJBdrXcEkC/E6aHzClnuQ==", "customerIdentifierGuid": "7641d252-dcb5-4012-bf13-a687cc2967b9", "voucherID": 3, "voucherName": "sample string 4", "storeID": 1, "barcode": "sample string 5", "dateOfIssue": "2025-08-02T23:23:48.2845706", "issuedSaleHeaderID": 1, "issuedSaleIdentifier": "sample string 7", "issuedOfflinePaymentID": 1, "issuedIdempotentID": "dVYwPh1CG0mE5gsgUG35DQ==", "issuedIdempotentGuid": "3e305675-421d-491b-84e6-0b20506df90d", "issuedOffline": true, "issuedUser": "sample string 9", "issuedNotes": "sample string 10", "expiryDate": "2025-08-02T23:23:48.2845706", "expiredUser": "sample string 11", "expiredNotes": "sample string 12", "redeemed": "2025-08-02T23:23:48.2845706", "redeemedSaleHeaderID": 1, "redeemedSaleIdentifier": "sample string 13", "redeemedOfflinePaymentID": 1, "redeemedIdempotentID": "AvnJ3xc6vk+KjpOtRxUYQQ==", "redeemedIdempotentGuid": "dfc9f902-3a17-4fbe-8a8e-93ad47151841", "redeemedUser": "sample string 14", "redeemedNotes": "sample string 15", "redeemedOffline": true, "updated": "2025-08-02T23:23:48.2845706", "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": "56IUhufIOkiznVJ2AV8uXA==", "groupIDGuid": "8614a2e7-c8e7-483a-b39d-5276015f2e5c", "campaign": { "$ref": "66" }, "group": { "$ref": "74" } }, { "$ref": "99" } ], "signIqTickets": [ { "$id": "100", "identifier": "5crvhFgMCUyGIKcKBBY3JA==", "identifierGuid": "84efcae5-0c58-4c09-8620-a70a04163724", "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": "BtD5tWopN0q1V5l07FtIvQ==", "guid": "b5f9d006-296a-4a37-b557-9974ec5b48bd", "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": "ImMQwuAH4U2Wr0ytgUVZkg==", "groupGuid": "c2106322-07e0-4de1-96af-4cad81455992", "comboPriceType": 5, "priceType": 5, "pluG_UID": "1//Px41wkUeJ73iqquW/Wg==", "pluGuid": "c7cfffd7-708d-4791-89ef-78aaaae5bf5a", "priceGroupG_UID": "K1ytV9U250yQ9xSTjMzNkg==", "priceGroupGuid": "57ad5c2b-36d5-4ce7-90f7-14938ccccd92", "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": "RqFGlI/ssE2XZGPaU2fmBQ==", "priceLevelIdentifierGuid": "9446a146-ec8f-4db0-9764-63da5367e605", "campaignName": "sample string 3", "priceLevelName": "sample string 4" }, { "$ref": "103" } ] }, "product": { "$ref": "2" }, "dealCost": { "$id": "104", "headerIdentifier": "+GMCmA90EUCnm4u8BdlVbg==", "headerIdentifierGuid": "980263f8-740f-4011-a79b-8bbc05d9556e", "identifier": "dCeOWDJNskqBheO0xcIx5A==", "identifierGuid": "588e2774-4d32-4ab2-8185-e3b4c5c231e4", "supplierIdentifier": "lUU1u1rNW0acD1zWkYGSaA==", "supplierGuid": "bb354595-cd5a-465b-9c0f-5cd691819268", "pluG_UID": "GrynmHsGNEe07UO18Jw9iA==", "pluGuid": "98a7bc1a-067b-4734-b4ed-43b5f09c3d88", "campaignName": "f83d2eb0-1931-4e8d-9e49-412f0cb2ad67", "description": "sample string 4", "cost": 5, "costDecimals": 6, "start": "2025-08-02T23:23:48.2845706", "end": "2025-08-02T23:23:48.2845706", "type": 9, "promoType": 10, "bonusItemPLUG_UID": "uzaWn1j00Eyggjni7mw3Cg==", "bonusItemPluGuid": "9f9636bb-f458-4cd0-a082-39e2ee6c370a", "bonusPurchaseUnits": 11, "bonusReceiveUnits": 12, "updated": "2025-08-02T23:23:48.2845706", "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-08-02T23:23:48.2845706", "campaignEndDate": "2025-08-02T23:23:48.2845706", "masterPLUG_UID": "4jExefvrPkq9gbg8RZj+zg==", "masterID": "793131e2-ebfb-4a3e-bd81-b83c4598fece", "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": "DBVb1xz8TU6iwcEYqMio9A==", "bonusMasterID": "d75b150c-fc1c-4e4d-a2c1-c118a8c8a8f4", "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-08-02T23:23:48.2845706", "dealCosts": [ { "$ref": "104" }, { "$ref": "104" } ], "tags": [ { "$id": "105", "pluG_UID": "XQVqCpGblUewHYGsH5/PFQ==", "pluGuid": "0a6a055d-9b91-4795-b01d-81ac1f9fcf15", "tagID": 1, "description": "sample string 1", "storeIDs": [ 1, 2 ] }, { "$ref": "105" } ], "alternateProductG_UID": "pmdBja2mKEmFUNwIVGjsHw==", "alternateProduct": "8d4167a6-a6ad-4928-8550-dc085468ec1f", "productHostCode": { "$id": "106", "id": 1, "pluG_UID": "FQ4mEQQQO0CgIUqbVf1Vkw==", "pluGuid": "11260e15-1004-403b-a021-4a9b55fd5593", "ibaCode": "sample string 2" }, "mscCat": { "$ref": "60" }, "mscCom": { "$ref": "61" }, "mscDep": { "$ref": "63" }, "mscSubCom": { "$ref": "62" }, "isUserUpdate": true, "ignoreMasterProduct": true, "priceGroupLabelRequested": true, "firstSold": "2025-08-02T23:23:48.2845706", "inventoryTracked": "2025-08-02T23:23:48.2845706", "isNormalPriceChangesCampaign": true }, "unknownScan": { "$id": "107", "pluG_UID": "Dx9A9t67H06mQjPw6VrjeA==", "pluGuid": "f6401f0f-bbde-4e1f-a642-33f0e95ae378", "orderGuid": "FLp/3IMFEEmLHF2H0xxdHA==", "orderIdentifier": "dc7fba14-0583-4910-8b1c-5d87d31c5d1c", "barcode": "sample string 3", "created": "2025-08-02T23:23:48.2845706" }, "unknownScanItem": true, "substitute": { "$ref": "2" }, "warehouseProduct": { "$ref": "2" }, "lookup": { "$id": "108", "pluG_UID": "CcHfpgY3RU6qLF6OETsOlw==", "pluGuid": "a6dfc109-3706-4e45-aa2c-5e8e113b0e97", "inventoryGuid": "Kqh/oe1YXkClewObmkn4jw==", "inventoryIdentifier": "a17fa82a-58ed-405e-a57b-039b9a49f88f", "averageWeeklySales": 1.0, "inventoryAverageWeeklySales": 1.0, "onHand": 1, "onHandPacks": 1, "onOrder": 1, "onOrderPacks": 1, "accuracy": 1, "lastOrdered": "2025-08-02T23:23:48.2845706", "lastOrderQuantity": 1.1, "lastReceived": "2025-08-02T23:23:48.2845706", "lastReceivedQuantity": 1.1, "lastInvoiceStatus": 1 }, "productOrderingDetail": { "$ref": "10" }, "dealCost": { "$ref": "104" }, "nextCost": { "$ref": "104" }, "lastChance": true, "holdOff": 16, "holdOffDate": "2025-08-02T23:23:48.2845706", "orderHeader": { "$id": "109", "orderID": 1, "orderGuid": "Pb1369h2JESQt9LPF3OBIA==", "orderIdentifier": "eb77bd3d-76d8-4424-90b7-d2cf17738120", "backToBack": 1, "b2bGuid": "ilXkk8uoHUCVwwGt4G0c1w==", "b2bIdentifier": "93e4558a-a8cb-401d-95c3-01ade06d1cd7", "status": 2, "created": "2025-08-02T23:23:48.2845706", "createdLocal": "2025-08-02T23:23:48.2845706", "createdByUser": "sample string 3", "storeID": 1, "transferGuid": "UwGumhfKckmtispSpWLVhA==", "transferIdentifier": "9aae0153-ca17-4972-ad8a-ca52a562d584", "transferInvoiceIdentifier": "yr70bTO6nkyVyMmZLCfimQ==", "transferInvoiceGuid": "6df4beca-ba33-4c9e-95c8-c9992c27e299", "attachedToInvoice": 4, "transferType": 1, "supplierIdentifier": "r7nWubijm0eCs+tIlYMsBA==", "supplierIdentifierGuid": "b9d6b9af-a3b8-479b-82b3-eb4895832c04", "description": "sample string 5", "rows": 1, "cartons": 1, "units": 1, "sentCount": 1, "sent": "2025-08-02T23:23:48.2845706", "sentLocal": "2025-08-02T23:23:48.2845706", "sentByUser": "sample string 6", "lastSentStatus": 1, "cancelled": "2025-08-02T23:23:48.2845706", "cancelledLocal": "2025-08-02T23:23:48.2845706", "cancelledByUser": "sample string 7", "shipped": "2025-08-02T23:23:48.2845706", "shippedLocal": "2025-08-02T23:23:48.2845706", "shippedByUser": "sample string 8", "stockReceived": "2025-08-02T23:23:48.2845706", "stockReceivedLocal": "2025-08-02T23:23:48.2845706", "stockReceivedByUser": "sample string 9", "received": "2025-08-02T23:23:48.2845706", "receivedLocal": "2025-08-02T23:23:48.2845706", "completed": "2025-08-02T23:23:48.2845706", "completedLocal": "2025-08-02T23:23:48.2845706", "updated": "2025-08-02T23:23:48.2845706", "updatedLocal": "2025-08-02T23:23:48.2845706", "dueDate": "2025-08-02T23:23:48.2845706", "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": "aDQfEg6nQE2W/Yyo6MAVRQ==", "transportCompanyIdentifier": "121f3468-a70e-4d40-96fd-8ca8e8c01545", "autoOrder": 27, "hostIdentifier": "FFIFxcAuXUW1EghsvbdxFA==", "hostIdentifierGuid": "c5055214-2ec0-455d-b512-086cbdb77114", "defaultOrderDocumentId": 1, "defaultStockReceiveDocumentId": 1, "temperature": 1.1, "temperatureScale": 28, "rating": 29, "lastOrderEmailSentId": "sample string 30", "lastOrderEmailSentStatus": "sample string 31", "deleted": "2025-08-02T23:23:48.2845706", "deletedByUser": "sample string 32", "autoOrderGuid": "OnAA/tMDXUOrOIIeBBji7Q==", "autoOrderIdentifier": "fe00703a-03d3-435d-ab38-821e0418e2ed", "autoOrderHeader": { "$id": "110", "autoOrderGuid": "vBeE4Wts8ECEfiN3X64vLw==", "autoOrderIdentifier": "e18417bc-6c6b-40f0-847e-23775fae2f2f", "orderGuid": "wqjq0rMdME+NqqrqLSgQzg==", "orderIdentifier": "d2eaa8c2-1db3-4f30-8daa-aaea2d2810ce", "created": "2025-08-02T23:23:48.2845706", "orderID": 1, "storeID": 1, "orderDate": "2025-08-02T23:23:48.2845706", "supplierIdentifier": "eyj9sg+maUmSYyRLXEmUkQ==", "supplierIdentifierGuid": "b2fd287b-a60f-4969-9263-244b5c499491", "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": "/K969tBaNUGjsHznv0UnhA==", "transportCompanyIdentifier": "f67aaffc-5ad0-4135-a3b0-7ce7bf452784", "store": { "$ref": "3" }, "supplier": { "$ref": "7" }, "details": [ { "$id": "111", "autoOrderGuid": "uNTmPpJ1H0SRZ1EK3Y88SA==", "autoOrderIdentifier": "3ee6d4b8-7592-441f-9167-510add8f3c48", "pluG_UID": "L2GVCBJL6UiKOgZYboK31g==", "pluGuid": "0895612f-4b12-48e9-8a3a-06586e82b7d6", "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-08-02T23:23:48.2845706", "investmentBuyStatus": 2, "processed": "2025-08-02T23:23:48.2845706", "product": { "$ref": "2" }, "orderCode": "sample string 3", "directIndicator": "sample string 4", "cycle": { "$ref": "14" }, "dayWeighting": { "$id": "112", "sunday": 1.1 }, "inventory": { "$id": "113", "inventoryGuid": "MuohlD9YW0u/8jy8eqSMRA==", "inventoryIdentifier": "9421ea32-583f-4b5b-bff2-3cbc7aa48c44", "created": "2025-08-02T23:23:48.2845706", "createdLocal": "2025-08-02T23:23:48.2845706", "onHand": 4, "onHandPacks": 5, "onOrder": 6, "onOrderPacks": 7, "accuracy": 8, "updated": "2025-08-02T23:23:48.2845706", "aws": 1.0, "history": [ { "$id": "114", "inventoryGuid": "b769OxuKx0GaW6eWdSPFtQ==", "inventoryIdentifier": "3bbdbe6f-8a1b-41c7-9a5b-a7967523c5b5", "pluG_UID": "WBNvEh99ck2UU/Z8qd93tA==", "pluIdentifier": "126f1358-7d1f-4d72-9453-f67ca9df77b4", "inventoryReason": 3, "inventoryInvoiceGuid": "1EShyfVi20CyhZiYDDCw6g==", "invoiceIdentifier": "c9a144d4-62f5-40db-b285-98980c30b0ea", "operatorGuid": "MoEnSD682E2vd5Ohyt+hlw==", "operatorIdentifier": "48278132-bc3e-4dd8-af77-93a1cadfa197", "stocktakeGuid": "x5T8dsMx2kC7wlJjMXOgrA==", "stocktakeIdentifier": "76fc94c7-31c3-40da-bbc2-52633173a0ac", "orderGuid": "FY4F3CzTtkuPonTaaEszew==", "orderIdentifier": "dc058e15-d32c-4bb6-8fa2-74da684b337b", "saleHeaderGuid": "2vdfnQziOUeHdP8aPOtu4g==", "saleHeaderGuidIdentifier": "9d5ff7da-e20c-4739-8774-ff1a3ceb6ee2", "dumpStockID": 1, "fuelDeliveryID": 1, "creditNoteIdentifier": "tJvdVe/ULUyjo7RM8ye5Ig==", "creditNoteGuid": "55dd9bb4-d4ef-4c2d-a3a3-b44cf327b922", "inventorySourceGuid": "QZuilkaCzkOCl0RPEGLoxw==", "inventorySourceIdentifier": "96a29b41-8246-43ce-8297-444f1062e8c7", "createdLocal": "2025-08-02T23:23:48.2845706", "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-08-02T23:23:48.2845706", "createdLocalTime": "2025-08-02T23:23:48.2845706", "storeID": 14, "barcode": "sample string 15", "directCode": "sample string 16", "productName": "sample string 17", "salesMode": 18, "orderPacked": 19, "invoice": { "$id": "115", "inventoryInvoiceGuid": "OysHFWnR7UmvcosTF5Wu0w==", "invoiceIdentifier": "15072b3b-d169-49ed-af72-8b131795aed3", "inventoryGuid": "E+AMvbfS4EmvrX5J789sEQ==", "inventoryIdentifier": "bd0ce013-d2b7-49e0-afad-7e49efcf6c11", "supplierIdentifier": "re6KqG0/DUmCilzB9vdqEA==", "supplierGuid": "a88aeead-3f6d-490d-828a-5cc1f6f76a10", "orderGuid": "Fxl5nCdZpE+XO6W4qk0cqw==", "orderIdentifier": "9c791917-5927-4fa4-973b-a5b8aa4d1cab", "invoiceHeaderIdentifier": "vH9+JwevCEilKz3dqnOimQ==", "invoiceHeaderGuid": "277e7fbc-af07-4808-a52b-3dddaa73a299", "created": "2025-08-02T23:23:48.2845706", "ordered": "2025-08-02T23:23:48.2845706", "storeID": 1, "bestOrExpire": "2025-08-02T23:23:48.2845706", "bestOrExpireType": 1, "units": 1, "weight": 1, "received": "2025-08-02T23:23:48.2845706", "cost": 1, "totalCost": 1, "freightCost": 1, "inStock": 1, "pluG_UID": "3ZRVbUhJLkebu4xOsuPxVw==", "pluGuid": "6d5594dd-4948-472e-9bbb-8c4eb2e3f157", "orderInventoryGuid": "ppSKyepgRESuIcOU21gp4g==", "orderInventoryIdentifier": "c98a94a6-60ea-4444-ae21-c394db5829e2", "supplier": { "$ref": "7" }, "inventoryUnits": [ { "$id": "116", "invoiceItemNo": 1, "inventoryInvoiceGuid": "x74iLoX6306+eLnlRXtVoQ==", "invoiceIdentifier": "2e22bec7-fa85-4edf-be78-b9e5457b55a1", "inventoryGuid": "vqD0t1I1t0CaEeBxbAmV4g==", "inventoryIdentifier": "b7f4a0be-3552-40b7-9a11-e0716c0995e2", "serialNumber": "sample string 3", "sold": "2025-08-02T23:23:48.2845706", "saleItemID": 1, "storeID": 1, "returned": "2025-08-02T23:23:48.2845706", "dumped": 1, "saleHeaderID": 1 }, { "$ref": "116" } ] }, "invoiceHeaderIdentifier": "Cqxjuh1a3k2MYO+rrpFKDQ==", "invoiceHeaderGuid": "ba63ac0a-5a1d-4dde-8c60-efabae914a0d", "invoiceNumber": "sample string 20", "invoiceCost": 1, "invoiceCostDecimals": 1, "orderNumber": 1, "orderReceivingStoreName": "sample string 21", "orderSendingStoreName": "sample string 22", "creditNoteID": 1, "reason": { "$id": "117", "id": 1, "name": "sample string 1", "allowRF": 2, "dumpStock": 3, "creditRequest": 4, "excludeFromLoss": 5, "reserved": 6, "updated": "2025-08-02T23:23:48.2845706" }, "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": "114" } ], "products": [ { "$ref": "2" }, { "$ref": "2" } ], "lastInvoiceCost": 1 }, "aws": 5.0, "explanations": [ { "$id": "118", "pluG_UID": "DiRHgquxGUSiyd5xyetdbA==", "pluGuid": "8247240e-b1ab-4419-a2c9-de71c9eb5d6c", "consolidatedSales": { "$id": "119", "1": { "$id": "120", "discountPercentage": 1, "days": 2, "quantity": 3.1, "aws": 3.1, "cartonQuantity": 4.1, "lowQuality": true }, "2": { "$ref": "120" } }, "dailyPrices": { "$id": "121", "2025-08-02T23:23:48.2845706": { "$id": "122", "date": "2025-08-02T23:23:48.2845706", "salePrice": 1, "campaign": "sample string 2", "campaignDescription": "sample string 3", "combo": true, "comboPriceGroupG_UID": "lrDSfkG9Kk+wU3c/ZcH9hw==", "comboPriceGroupGuid": "7ed2b096-bd41-4f2a-b053-773f65c1fd87" } }, "onHandPredictions": [ { "$id": "123", "autoOrderGuid": "5EFcUElLSEKJR2upiNDnfw==", "autoOrderIdentifier": "505c41e4-4b49-4248-8947-6ba988d0e77f", "pluG_UID": "My1DtpiN1E2Owa8AaLgJKg==", "pluGuid": "b6432d33-8d98-4dd4-8ec1-af0068b8092a", "childPLUG_UID": "a9/aK/EYpUeFhJ9D2NcY+g==", "childPluGuid": "2bdadf6b-18f1-47a5-8584-9f43d8d718fa", "date": "2025-08-02T23:23:48.2845706", "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": "123" } ], "predictions": [ { "$ref": "123" }, { "$ref": "123" } ], "product": { "$ref": "2" } }, { "$ref": "118" } ], "supplierOrderingDetail": { "$ref": "10" }, "manufacturerSupplier": "7cd22940-6a3d-42ec-931d-c98d90d91bf1", "cartonQuantity": 1, "sellPrice": 1, "cost": 1, "costDecimals": 1, "bufferDays": 6, "boostDays": 7 }, { "$ref": "111" } ], "boosts": [ { "$id": "124", "autoOrderGuid": "Z+zYs7PceUm/YFF3i1xPlg==", "autoOrderIdentifier": "b3d8ec67-dcb3-4979-bf60-51778b5c4f96", "date": "2025-08-02T23:23:48.2845706", "boost": 2 }, { "$ref": "124" } ] }, "supplierName": "sample string 33", "supplierStoreID": 1, "supplierCartonsOnly": true, "supplierEnforceMinimumQuantity": true, "supplierMinimumOrderValue": 1, "storeName": "sample string 36", "orderCode": { "$id": "125", "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": "126", "orderGuid": "xyYWmyWxjEmtvU3+MWCh3A==", "orderIdentifier": "9b1626c7-b125-498c-adbd-4dfe3160a1dc", "supplierIdentifier": "hYKAXcBuMEqk/VtZw6ceHg==", "supplierGuid": "5d808285-6ec0-4a30-a4fd-5b59c3a71e1e", "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": "127", "identifier": "F907zcUif0SOXrh7VC1DCg==", "identifierGuid": "cd3bdd17-22c5-447f-8e5e-b87b542d430a", "companyName": "sample string 1", "abn": "sample string 2", "address1": "sample string 3", "address2": "sample string 4", "telephone": "sample string 5", "primaryContactGuid": "9TnhiiMi70+mXeQNCFuMRg==", "primaryContactID": "8ae139f5-2223-4fef-a65d-e40d085b8c46", "primaryContact": { "$ref": "8" } }, "isMetcashSorted": true, "backupOrderType": "sample string 41", "backupOrderTypeDescription": "sample string 42", "backupTradingPartner": 1, "backupHostIdentifier": "6b016ecc-b4c7-40d7-9c55-236244e37c73" }, "invoiceDetail": { "$id": "128", "identifier": "QUzLya1uV0eXKKCQ7PGG1w==", "identifierGuid": "c9cb4c41-6ead-4757-9728-a090ecf186d7", "headerIdentifier": "PdryjGT4PU+nvCsaqela2Q==", "headerIdentifierGuid": "8cf2da3d-f864-4f3d-a7bc-2b1aa9e95ad9", "pluG_UID": "g47fWafvZE69RwnhyDmc1A==", "pluGuid": "59df8e83-efa7-4e64-bd47-09e1c8399cd4", "pageNo": 1, "lineNo": 1, "itemOrdered": "sample string 1", "itemShipped": "sample string 2", "apn": "sample string 3", "barcode": "sample string 4", "prodStatus": 0, "dateAvailable": "2025-08-02T23:23:48.2845706", "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-08-02T23:23:48.2845706", "costEnd": "2025-08-02T23:23:48.2845706", "createdFromUnknownScan": true, "orderGuid": "V/PIPAyD1E2i2YqKYKOg0w==", "orderIdentifierGuid": "3cc8f357-830c-4dd4-a2d9-8a8a60a3a0d3", "processed": true, "received": true, "inventoried": true, "fromElectronicInvoice": true, "allowDelete": true, "updated": "2025-08-02T23:23:48.2845706", "invoiceNo": "sample string 28", "hasInventory": true, "existingCost": 30.1, "existingSell": 31.1, "futureCost": 1.1, "futureSell": 1.1, "nextSell": 1.1, "nextSellCampaignName": "sample string 32", "nextSellCampaignDescription": "sample string 33", "unknownScan": { "$id": "129", "pluG_UID": "HRE0cOfdMkiddTM+2upezA==", "pluGuid": "7034111d-dde7-4832-9d75-333edaea5ecc", "invoiceIdentifier": "Druei0hNm0qZGhJ0auRs6Q==", "invoiceGuid": "8b9ebb0e-4d48-4a9b-991a-12746ae46ce9", "barcode": "sample string 3", "itemNumber": "sample string 4", "created": "2025-08-02T23:23:48.2845706" }, "productActive": true, "productSalesMode": 35, "productGSTPercent": 36, "productCostCalcMethod": 37, "productAlwaysApplyMargin": true, "productMarginRanged": true, "productMargin": 1.1, "productMinimumMargin": 1.1, "productMaximumMargin": 1.1, "priceGroupG_UID": "+h5e1ceeSE2UFGFbvYQVSg==", "priceGroupGuid": "d55e1efa-9ec7-4d48-9414-615bbd84154a", "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": "111" }, "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 ��[�`� 5 xl/workbook.xml � (� ����0D�&�C���J�N\�z��VhK��|o�vfg����kcz�Q�v�-h���3���Q��0V�Ҿ�B6X��P{�DQ�,�Ѯ���+��-B�:D���@jZ���S�����l���o�/��bQD�V��Ź��)���#�A����r��tg�0ζ��PK ��[���� � [Content_Types].xml � (� ���J�0�_��*M�D��V�*��d� �d�k��<�H���V���= ��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ �1Z�$�8z�R��3 tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b ��%#H'�2}���e�B)��~j/F�t��PK ��[�' ' _rels/.rels � (� <?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="Re48e8c280e484e70" /></Relationships>PK ��[Lg� �&