PUT api/order/{id}/detail/{pluGuid}
Save order detail
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Order identifier |
globally unique identifier |
Required |
pluGuid |
Product identifier |
globally unique identifier |
Required |
Body Parameters
Order detail to save
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. |
Request Formats
application/json, text/json
{ "id": 1, "orderGuid": "fJDEc8BkCkaIgs2KbJc7FA==", "orderIdentifier": "73c4907c-64c0-460a-8882-cd8a6c973b14", "pluG_UID": "mP6N32DMGkykpOVe5nceLA==", "pluGuid": "df8dfe98-cc60-4c1a-a4a4-e55ee6771e2c", "created": "2025-08-02T23:24:36.844322", "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": "DWFVhpRtl0GDqDbgu0VXig==", "substituteGuid": "8655610d-6d94-4197-83a8-36e0bb45578a", "warehousePLUG_UID": "fdtzzUXEL0yrZo1xjzylAA==", "warehousePluGuid": "cd73db7d-c445-4c2f-ab66-8d718f3ca500", "updated": "2025-08-02T23:24:36.844322", "increment": true, "description": "sample string 13", "product": { "$id": "2", "plu": 1, "storeID": 1, "masterPluG_UID": "QEA=", "storeIDs": [ 1, 2 ], "g_UId": "e8P53Ow22UCv2qNbnCglRA==", "guid": "dcf9c37b-36ec-40d9-afda-a35b9c282544", "apn": "sample string 1", "apnChanged": true, "apnSwitched": true, "barcode": "sample string 4", "itemNumber": "sample string 5", "itemNumberChanged": true, "priceGroupG_UID": "SgCj4JQyoEaK34GUl9BvSQ==", "priceGroupGuid": "e0a3004a-3294-46a0-8adf-819497d06f49", "blueprintID": 1, "lastCountedDate": "2025-08-02T23:24:36.844322", "externalID": "sample string 7", "active": true, "activated": "2025-08-02T23:24:36.844322", "pluCreated": "2025-08-02T23:24:36.844322", "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:24:36.844322", "lastManualUpdate": "2025-08-02T23:24:36.844322", "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:24:36.844322", "currentCostUpdated": "2025-08-02T23:24:36.844322", "costDecimals": 31, "costChanged": true, "dealCostIdentifier": "QEA=", "excludeFromRebate": true, "rebateOverride": 1, "costCalcMethod": 32, "costCalcMethodChanged": true, "costEffectiveDate": "2025-08-02T23:24:36.844322", "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:24:36.844322", "posTare": 1, "altPrice": 1.0, "altPriceChanged": true, "altPriceMode": 53, "altPriceModeChanged": true, "altPLUG_UID": "adrRM9KP80K4I3aHD5hqgw==", "altPLUGuid": "33d1da69-8fd2-42f3-b823-76870f986a83", "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:24:36.844322", "labelLastPrice": 1, "shelfPageLayoutG_UID": "ikcdF9XFV0CR3wj0ocOFXg==", "shelfPageLayoutGuid": "171d478a-c5d5-4057-91df-08f4a1c3855e", "talkerPageLayoutG_UID": "w5e0K0VXCk6l2/OIDn6xkw==", "talkerPageLayoutGuid": "2bb497c3-5745-4e0a-a5db-f3880e7eb193", "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": "aDmvvaNAgEWdp17P+0X40g==", "inventoryIdentifier": "bdaf3968-40a3-4580-9da7-5ecffb45f8d2", "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": "oT32y5JxZ0up/gaC0hvHdQ==", "parentPluGuid": "cbf63da1-7192-4b67-a9fe-0682d21bc775", "preferredHostVendor": 104, "preferredHostChanged": true, "code": "sample string 106", "supplierIdentifier": "kMIiyBEOtUWTnH/psmcBBA==", "supplierIdentifierGuid": "c822c290-0e11-45b5-939c-7fe9b2670104", "supplierChanged": true, "rebateSupplierIdentifier": "UpE4Rx86oUWNbFYTkGbRLA==", "rebateSupplierIdentifierGuid": "47389152-3a1f-45a1-8d6c-56139066d12c", "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:24:36.844322", "commodity": "sample string 121", "businessPillar": "sample string 122", "mscCommodity": "sample string 123", "hostIdentifier": "I/BBNjaKikaL2i1b3Vf9DA==", "hostIdentifierGuid": "3641f023-8a36-468a-8bda-2d5bdd57fd0c", "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:24:36.844322", "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": "FuUMNFaiOkKs/yQK5Awlng==", "hostIdentifierGuid": "340ce516-a256-423a-acff-240ae40c259e", "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:24:36.844322", "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": "33m1MCtqjkKEwMapAkqxyA==", "hostIdentifierGuid": "30b579df-6a2b-428e-84c0-c6a9024ab1c8", "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": "0tWd0SycCEqxzbbAtMXznw==", "identifierGuid": "d19dd5d2-9c2c-4a08-b1cd-b6c0b4c5f39f", "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": "d5i7mQJ0nU2OaJb/OziGmg==", "hostSupplierIdentifierGuid": "99bb9877-7402-4d9d-8e68-96ff3b38869a", "loyaltyPriceLevelIdentifier": "eN3O2Dx1bEGvZpuZITv2+Q==", "loyaltyPriceLevelIdentifierGuid": "d8cedd78-753c-416c-af66-9b99213bf6f9", "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:24:36.844322", "lastProcessed": "2025-08-02T23:24:36.844322", "hold": true, "supplierName": "sample string 35", "supplier": { "$id": "7", "identifier": "OyIiX+x+LEGhJe+b/ANUPw==", "identifierGuid": "5f22223b-7eec-412c-a125-ef9bfc03543f", "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": "0KeT9csOXUuwjMvZPQ8byg==", "primaryContactID": "f593a7d0-0ecb-4b5d-b08c-cbd93d0f1bca", "storeID": 1, "abn": "sample string 16", "supplierGroupIdentifier": "vRNCEMnsWUCZA7oPaAz5Ig==", "supplierGroupGuid": "104213bd-ecc9-4059-9903-ba0f680cf922", "rebate": 1.0, "rebateType": 1, "rebateFrequency": 1, "rebateSource": 1, "rebateLastClaimed": "2025-08-02T23:24:36.844322", "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": "ae675f2c-448a-40c8-8ce8-5a321e3fb0d1", "identifier": "W1tFpsxS1UKKvoW3V+6W3A==", "identifierGuid": "a6455b5b-52cc-42d5-8abe-85b757ee96dc", "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": "aM7POeJFg0iUopxTJOcyLw==", "supplierIdentifierGuid": "39cfce68-45e2-4883-94a2-9c5324e7322f", "contactGuid": "Ac4S7CEKVkm/Scxf5sWe0g==", "contactID": "ec12ce01-0a21-4956-bf49-cc5fe6c59ed2", "contact": { "$ref": "8" }, "supplier": { "$ref": "7" } }, { "$ref": "9" } ], "products": [ { "$id": "10", "pluG_UID": "88uttsDyIUyQf5A/pJI89g==", "pluGuid": "b6adcbf3-f2c0-4c21-907f-903fa4923cf6", "supplierIdentifier": "LYmymLPN/EGWFl19HCW6eQ==", "supplierIdentifierGuid": "98b2892d-cdb3-41fc-9616-5d7d1c25ba79", "cartonQuantity": 1, "cartonQuantityChanged": true, "productSize": "sample string 3", "cigarettesPerSleeve": 1, "randomWeight": true, "piecesPerUnit": 5, "averagePackSize": 6, "effectiveDate": "2025-08-02T23:24:36.844322", "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:24:36.844322", "rebate": 1.0, "rebateExclude": true, "invoiceCodes": [ { "$id": "11", "pluG_UID": "KuGfpG9z+UWt9G6Da912Xg==", "pluGuid": "a49fe12a-736f-45f9-adf4-6e836bdd765e", "supplierIdentifier": "B0wEyR8B70qKq0PSV+bPig==", "supplierIdentifierGuid": "c9044c07-011f-4aef-8aab-43d257e6cf8a", "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": "/CRoBWieyk2viJMEUi5N1A==", "parentPluGuid": "056824fc-9e68-4dca-af88-9304522e4dd4", "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": "YGkH7/iWBkSGKduAdoAuvw==", "supplierGuid": "ef076960-96f8-4406-8629-db8076802ebf", "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": "+cCSGoGluESGrzqdv0VbEA==", "supplierGuid": "1a92c0f9-a581-44b8-86af-3a9dbf455b10", "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:24:36.844322", "deliveryDate": "2025-08-02T23:24:36.844322", "nextCutOffDate": "2025-08-02T23:24:36.844322", "nextDeliveryDate": "2025-08-02T23:24:36.844322", "nextDaysBuffer": 10 }, { "$ref": "14" } ], "store": { "$ref": "3" }, "updated": "2025-08-02T23:24:36.844322", "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:24:36.844322", "processed": "2025-08-02T23:24:36.844322", "isProcessing": true, "processedCount": 6, "processingTime": 1, "collectedUtc": "2025-08-02T23:24:36.844322", "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:24:36.844322", "businessPillar": "sample string 3", "fileType": "sample string 4" } }, { "$ref": "15" } ], "zoneMatrix": [ { "$id": "17", "id": 1, "hostIdentifier": "cJT2xSdblEmYP87OPmqxcw==", "hostIdentifierGuid": "c5f69470-5b27-4994-983f-cece3e6ab173", "storeID": 1, "departmentCode": "sample string 2", "hostGuids": [ "9901520f-1f99-4363-86f1-44c835034586", "860afdf8-b757-4c85-9cc6-0ba5cec35a20" ] }, { "$ref": "17" } ], "hostFileStoreSetting": { "$ref": "5" }, "hostStoreSettings": [ { "$ref": "5" }, { "$ref": "5" } ], "promotionPlacements": [ { "$id": "18", "identifier": "D+u6ccikdkyWrxO7MZJWOg==", "identifierGuid": "71baeb0f-a4c8-4c76-96af-13bb3192563a", "code": "sample string 2", "description": "sample string 3", "isAdvertised": true }, { "$ref": "18" } ], "promoTypeGuids": [ "e5fad036-88f8-4a4b-851c-8268ed2ffcd8", "7a2d740e-0a28-4d0d-8b7b-f2a05df40683" ], "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:24:36.844322", "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": "ea7fbc2f-4e98-4108-ab86-3568fe98cbbc", "updateStore": { "$id": "24", "id": "85ed1b69-7c9f-4349-ac70-9bed7b93686f", "name": "sample string 1", "lastActivity": "2025-08-02T23:24:36.844322", "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:24:36.844322" }, "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": "ZnggFFKq9k+xWlZlZPhkUg==", "pluGuid": "14207866-aa52-4ff6-b15a-566564f86452", "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:24:36.844322" }, { "$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:24:36.844322", "priceChangeType": 0, "costDecimals": 10 }, "normalPluPrices": { "$ref": "28" }, "winningCampaign": 1, "winner": { "$id": "29", "campaignName": "sample string 1", "campaignDescription": "sample string 2", "startDate": "2025-08-02T23:24:36.844322", "startTime": 3, "endDate": "2025-08-02T23:24:36.844322", "endTime": 4, "newPrice": 5, "newCost": 6, "newCostDecimals": 7, "pctDiscount": 8, "promoType": 1, "promotionTypeCode": "sample string 9", "hostType": 10, "hostIdentifier": "8BGZybyC/UmI2p+VcWPgsA==", "hostIdentifierGuid": "c99911f0-82bc-49fd-88da-9f957163e0b0", "storeNames": [ "sample string 1", "sample string 2" ] }, "details": [ { "$ref": "29" }, { "$ref": "29" } ] }, "tray": { "$id": "30", "g_UId": "nlXfGvjRxk2Kq7QSYO4Z+g==", "guid": "1adf559e-d1f8-4dc6-8aab-b41260ee19fa", "name": "sample string 1", "number": 1, "tare": 1 }, "priceGroup": { "$id": "31", "priceGroupG_UID": "HE9POhHJIkinFODLFrdxww==", "priceGroupGuid": "3a4f4f1c-c911-4822-a714-e0cb16b771c3", "name": "sample string 2", "code": 1, "modified": true, "updated": "2025-08-02T23:24:36.844322", "buyingLimit": 1, "buyingLimitIndependent": true, "buyingLimitType": 0, "number": 1, "products": [ { "$ref": "2" }, { "$ref": "2" } ], "productCount": 1 }, "priceGroupName": "sample string 146", "nutrifacts": { "$id": "32", "pluG_UID": "xWNq9Jah5E68am1wrDatSw==", "pluGuid": "f46a63c5-a196-4ee4-bc6a-6d70ac36ad4b", "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": "68189ef3-ca76-4068-ba4a-133cd3345d4e", "created": "2025-08-02T23:24:36.844322", "createdByUser": "sample string 1", "activated": "2025-08-02T23:24:36.844322", "deactivated": "2025-08-02T23:24:36.844322", "lastOrdered": "2025-08-02T23:24:36.844322", "lastOrderedQty": 2.0, "lastReceived": "2025-08-02T23:24:36.844322", "lastReceivedQty": 3.0, "lastInvoiceStatus": 1, "lastCounted": "2025-08-02T23:24:36.844322", "lastSold": "2025-08-02T23:24:36.844322", "firstSold": "2025-08-02T23:24:36.844322", "awsUpdated": "2025-08-02T23:24:36.844322", "lastManualUpdate": "2025-08-02T23:24:36.844322", "lastManualUpdatedByUser": "sample string 5", "lastUpdated": "2025-08-02T23:24:36.844322", "lastUpdatedByUser": "sample string 7", "lastUpdatedByHost": "2025-08-02T23:24:36.844322", "doNotRangeUpdated": "2025-08-02T23:24:36.844322", "doNotOrderUpdated": "2025-08-02T23:24:36.844322", "tracked": "2025-08-02T23:24:36.844322" }, "allergens": [ { "$id": "34", "allergenID": 1, "pluG_UID": "rSRzqYtepEW5bQGQFesq/g==", "pluGuid": "a97324ad-5e8b-45a4-b96d-019015eb2afe", "contains": 2, "allergenName": "sample string 3", "storeIDs": [ 1, 2 ] }, { "$ref": "34" } ], "costs": { "$id": "35", "pluG_UID": "ipZwmMos6E+tGb5ZKxcE6w==", "pluGuid": "9870968a-2cca-4fe8-ad19-be592b1704eb", "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:24:36.844322", "normalCost": 1, "currentCost": 1 }, "sales": [ { "$id": "36", "saleHeaderID": 1, "created": "2025-08-02T23:24:36.844322", "createdLocal": "2025-08-02T23:24:36.844322", "storeID": 3, "storeName": "sample string 4", "operatorG_Uid": "95Nk8idv+EePrSxkYeHLiw==", "operatorGuid": "f26493f7-6f27-47f8-8fad-2c6461e1cb8b", "operatorName": "sample string 5", "tranType": 1, "plu": 1, "pluG_UId": "WIjpLcMTBUSGimIuVWKQSQ==", "pluGuid": "2de98858-13c3-4405-868a-622e55629049", "normalPrice": 1, "totalCents": 1, "cost": 1, "grossProfit": 1, "quantity": 1, "operator": { "$id": "37", "id": 1, "g_Uid": "rwhM9RmSOEGScUlcSXJVOA==", "guid": "f54c08af-9219-4138-9271-495c49725538", "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:24:36.844322", "passwordResetRequired": true, "alteredInStore": true, "startShift": "2025-08-02T23:24:36.844322", "endShift": "2025-08-02T23:24:36.844322", "machineName": "sample string 20", "drawerID": 1, "stores": [ { "$id": "38", "operatorG_UID": "laZHRxHGbUqPHxVLKJbOCw==", "operatorGuid": "4747a695-c611-4a6d-8f1f-154b2896ce0b", "storeID": 2, "operator": { "$ref": "37" }, "store": { "$ref": "3" } }, { "$ref": "38" } ] } }, { "$ref": "36" } ], "apns": [ { "$id": "39", "pluID": 1, "pluG_UID": "CIr02x6+DECwYJIjdHzKdA==", "pluGuid": "dbf48a08-be1e-400c-b060-9223747cca74", "apn": "sample string 1", "deleted": true, "storeID": 1, "storeIDs": [ 1, 2 ] }, { "$ref": "39" } ], "tuns": [ { "$id": "40", "pluG_UId": "7EK93AD5hEmR0f/C5jsOdA==", "pluGuid": "dcbd42ec-f900-4984-91d1-ffc2e63b0e74", "apn": "sample string 1", "tun": "sample string 2", "cartonQuantity": 3, "product": { "$ref": "2" }, "storeIDs": [ 1, 2 ] }, { "$ref": "40" } ], "competitionPricing": [ { "$id": "41", "identifier": "UBV5VcDllkKy/RlkJwvslA==", "identifierGuid": "55791550-e5c0-4296-b2fd-1964270bec94", "pluG_UID": "Hta0KEGLQEmafczFImx2Xg==", "pluGuid": "28b4d61e-8b41-4940-9a7d-ccc5226c765e", "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": "WiMASRbdnkmEl08KHEb+sw==", "groupName": "sample string 1", "identifierGuid": "4900235a-dd16-499e-8497-4f0a1c46feb3", "exists": true, "flipChartIdentifier": "Ek8Z9Eb3/U2NIyP2rQ50SQ==", "flipChartIdentifierGuid": "f4194f12-f746-4dfd-8d23-23f6ad0e7449", "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": "7gsLpMm/DEuWiuUNTp0HyA==", "groupIdentifierGuid": "a40b0bee-bfc9-4b0c-968a-e50d4e9d07c8", "flipChart": { "$id": "43", "identifier": "wiuxXtvUtUWsXxxZMGjINQ==", "identifierGuid": "5eb12bc2-d4db-45b5-ac5f-1c593068c835", "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": "TMOTUgjkqkiWxuOAy16hIg==", "identifierGuid": "5293c34c-e408-48aa-96c6-e380cb5ea122", "name": "sample string 2", "formType": "sample string 3", "forms": [ { "$id": "45", "id": 1, "g_UID": "ndDAva+dSE67VkPrKuOzUQ==", "guid": "bdc0d09d-9daf-4e48-bb56-43eb2ae3b351", "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": "DCm61y7S5k2Dart9i6oc3w==", "previousFormGuid": "d7ba290c-d22e-4de6-836a-bb7d8baa1cdf", "nextForm": 1, "nextFormG_UID": "/10XcGgaP0yxr8Jus/ox4A==", "nextFormGuid": "70175dff-1a68-4c3f-b1af-c26eb3fa31e0", "attributes": "sample string 10", "updated": "2025-08-02T23:24:36.844322", "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": "f03A0Q/Yik2AuupyiD5h4Q==", "checkoutFormGuid": "d1c04d7f-d80f-4d8a-80ba-ea72883e61e1", "identifier": "W0dz4kqGxE+ARKnwR1lUQQ==", "identifierGuid": "e273475b-864a-4fc4-8044-a9f047595441", "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": "zOeKwLWwWEO2r9MuHhVoNQ==", "valueGuid": "c08ae7cc-b0b5-4358-b6af-d32e1e156835", "buttonText": "sample string 10", "valueText": "sample string 11", "drawImageAndButton": true, "updated": "2025-08-02T23:24:36.844322", "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:24:36.844322", "imageData": "QEA=", "readOnly": true } }, { "$ref": "46" } ], "panels": [ { "$id": "48", "id": 1, "checkoutFormID": 2, "checkoutFormG_UID": "L1N3z7l7IE6EnuThjwdZfg==", "checkoutFormGuid": "cf77532f-7bb9-4e20-849e-e4e18f07597e", "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": "qlf7KnhyC0WxqreZhWlUfw==", "flipChartPageIdentifierGuid": "2afb57aa-7278-450b-b1aa-b7998569547f", "pluG_UID": "89HN3yVlwUia0fpSFX12fg==", "pluGuid": "dfcdd1f3-6525-48c1-9ad1-fa52157d767e", "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": "8mQb0l8+JU2ZnElZ29yRRQ==", "pluGuid": "d21b64f2-3e5f-4d25-999c-4959dbdc9145", "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:24:36.844322", "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": "/vQOnS36uUCx9px0Hsb1UQ==", "ingredientGuid": "LhqK8PTLZkydFajrEoFJUQ==", "ingredientIdentifier": "f08a1a2e-cbf4-4c66-9d15-a8eb12814951", "quantity": 1.0, "storeIDs": [ 1, 2 ], "ingredientText": "sample string 1", "ingredient": { "$ref": "2" } }, { "$ref": "51" } ], "bins": [ { "$id": "52", "pluG_UID": "AT515aj7G0eTKtodf3xT6w==", "pluGuid": "e5753e01-fba8-471b-932a-da1d7f7c53eb", "shelfLocationIdentifier": "fxUQAUqxEEOYPo1w34C+tg==", "shelfLocationGuid": "0110157f-b14a-4310-983e-8d70df80beb6", "labelShelfDefault": 1, "labelTalkerDefault": 1, "labelSmall": true, "labelPageLayoutG_UID": "qhDcRIVc+0avKU4A6yiNzQ==", "labelPageLayoutGuid": "44dc10aa-5c85-46fb-af29-4e00eb288dcd", "updated": "2025-08-02T23:24:36.844322", "electronicShelfLabelIdentifier": "sample string 5", "electronicshelfLabelsConfigurationID": 6, "labelShelfChanged": true, "productName": "sample string 8", "locationText": "sample string 9", "product": { "$ref": "2" }, "location": { "$id": "53", "identifier": "K+fuLrKdukiKk0KWngdLNQ==", "storeID": 1, "identifierGuid": "2eeee72b-9db2-48ba-8a93-42969e074b35", "name": "sample string 2", "haccp": true, "blueprintID": 1, "updated": "2025-08-02T23:24:36.844322", "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": "zvLsQO10Hkuk8r4GcT6d/w==", "pluGuid": "40ecf2ce-74ed-4b1e-a4f2-be06713e9dff", "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:24:36.844322", "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:24:36.844322", "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": "pdCawe0JsEOaSu5Km5HaLw==", "labelPageLayoutGuid": "c19ad0a5-09ed-43b0-9a4a-ee4a9b91da2f", "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:24:36.844322", "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": "9DBpmLFrTkCs/kcF09t5TA==", "labelPageLayoutGuid": "986930f4-6bb1-404e-acfe-4705d3db794c", "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:24:36.844322", "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": "Tf8/ch9CJkKLCdD4ib9+Fg==", "labelPageLayoutGuid": "723fff4d-421f-4226-8b09-d0f889bf7e16", "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:24:36.844322", "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": "QXYGz74quEGSKQgw8QLSKw==", "labelPageLayoutGuid": "cf067641-2abe-41b8-9229-0830f102d22b", "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": "YfNv2/mRgkeqKBXFn5dfoA==", "pluGuid": "db6ff361-91f9-4782-aa28-15c59f975fa0", "newPrice": 1, "pctDiscount": 1, "newCost": 1, "newCostDecimals": 6, "dealCostIdentifier": "rlw/ZZj2gE6z3YSOX0QL9A==", "dealCostGuid": "653f5cae-f698-4e80-b3dd-848e5f440bf4", "pluName": "sample string 7", "apn": "sample string 8", "fuelItem": true, "priceGroupG_UID": "1doMZyMCpEm00NTRmQ1BUw==", "priceGroupGuid": "670cdad5-0223-49a4-b4d0-d4d1990d4153", "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:24:36.844322", "rrp": 26, "campaignDescription": "sample string 27", "campaignComboPriceGroupG_UID": "wPKbk4qupEuww9aSE4cq8A==", "campaignComboPriceGroupIdentifier": "939bf2c0-ae8a-4ba4-b0c3-d69213872af0", "promotionPlacementDescription": "sample string 28", "storeAcceptances": [ { "$id": "65", "plu": 1, "pluG_UId": "QEA=", "campaignID": 1, "campaignName": "sample string 2", "storeID": 3, "acceptedUtc": "2025-08-02T23:24:36.844322", "operatorG_UID": "luQgoYd54EWkiuI5tLtayw==", "operatorGuid": "a120e496-7987-45e0-a48a-e239b4bb5acb", "machineID": 1, "processed": true, "appliedUtc": "2025-08-02T23:24:36.844322", "signIqTicketFileMovedUtc": "2025-08-02T23:24:36.844322", "user": "sample string 6", "campaignDescription": "sample string 7", "productDesc": "sample string 8", "storeName": "sample string 9", "effectiveUtc": "2025-08-02T23:24:36.844322", "priceChangeType": 0, "operatorName": "sample string 10", "hostCampaign": true, "product": { "$ref": "2" }, "campaignPlu": { "$ref": "64" } }, { "$ref": "65" } ], "campaign": { "$id": "66", "id": 1, "storeID": 2, "name": "85555f90-b1d2-4aca-a0e2-c3b4f91c015b", "nameGuid": "85555f90-b1d2-4aca-a0e2-c3b4f91c015b", "description": "sample string 4", "showDiscounts": true, "showTotals": true, "onlyEvaluateOnSubtotal": true, "useDescription": true, "campaignType": 1, "startDate": "2025-08-02T23:24:36.844322", "startTime": 1, "endDate": "2025-08-02T23:24:36.844322", "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:24:36.844322", "system": true, "created": "2025-08-02T23:24:36.844322", "updated": "2025-08-02T23:24:36.844322", "priceChangeNotifiedUtc": "2025-08-02T23:24:36.844322", "promoType": 1, "promotionTypeCode": "sample string 13", "hostIdentifier": "Ri+ph3cbqkWCUHfYnWuYBQ==", "hostIdentifierGuid": "87a92f46-1b77-45aa-8250-77d89d6b9805", "hostType": 14, "createdByUser": "sample string 15", "fromHost": true, "deleted": true, "campaignDeleted": "2025-08-02T23:24:36.844322", "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": "91UEw2RsVkStecyyoYeyBQ==", "pluGuid": "c30455f7-6c64-4456-ad79-ccb2a187b205", "hostOfferID": 1, "priceGroupG_UID": "gZSps/c1tU2ek9gvkjGR2g==", "priceGroupGuid": "b3a99481-35f7-4db5-9e93-d82f923191da", "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:24:36.844322", "rrp": 17, "campaignDescription": "sample string 18", "product": { "$ref": "2" }, "campaign": { "$ref": "66" } }, { "$ref": "67" } ], "sellingRules": [ { "$id": "68", "id": 1, "identifier": "m21n1BvmHUWTFnu1jUCUnQ==", "identifierStr": "m21n1BvmHUWTFnu1jUCUnQ==", "identifierGuid": "d4676d9b-e61b-451d-9316-7bb58d40949d", "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": "5RHbOw4Yq0+TGqEnS6KWEQ==", "customerIDGuid": "3bdb11e5-180e-4fab-931a-a1274ba29611", "campaign": { "$ref": "66" }, "customer": { "$id": "70", "identifier": "AZGYOjKqkEiXM1PnlA8wXA==", "identifierGuid": "3a989101-aa32-4890-9733-53e7940f305c", "code": "sample string 2", "familyName": "sample string 3", "givenName": "sample string 4", "otherName": "sample string 5", "title": "sample string 6", "dateOfBirth": "2025-08-02T23:24:36.844322", "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": "NAPiP1yVdkKSkPpA6ZsZ5Q==", "communityIdentifierGuid": "3fe20334-955c-4276-9290-fa40e99b19e5", "joined": "2025-08-02T23:24:36.844322", "updated": "2025-08-02T23:24:36.844322", "active": true, "reasonInactive": 1, "groupCustomer": true, "loyaltyPoints": 1, "homeStoreID": 1, "availableSpend": 1, "priceLevelIdentifier": "K/k8NCDUSkqDiMKK6SeRNw==", "priceLevelIdentifierGuid": "343cf92b-d420-4a4a-8388-c28ae9279137", "marketingID": "sample string 18", "hidden": true, "registered": true, "registeredOn": "2025-08-02T23:24:36.844322", "emailMarketing": true, "smsMarketing": true, "deleted": true, "deletedUser": "sample string 24", "homeStoreName": "sample string 25", "customerCards": [ { "$id": "71", "cardType": 2, "issueDate": "2025-08-02T23:24:36.844322", "expiry": "2025-08-02T23:24:36.844322", "customerID": "Df+JjzTgf06LSUmXGEU0Uw==", "customerIDGuid": "8f89ff0d-e034-4e7f-8b49-499718453453", "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:24:36.844322", "linkedAccount": "AKnQVKax7EerjuxQqBC4ew==", "linkedAccountGuid": "54d0a900-b1a6-47ec-ab8e-ec50a810b87b", "currentValueChanged": true, "limitsChanged": true, "customer": { "$ref": "70" }, "account": { "$id": "72", "id": 1, "identifier": "MUD1jQh8y0CgvVObK35MOQ==", "identifierGuid": "8df54031-7c08-40cb-a0bd-539b2b7e4c39", "referenceNo": "sample string 3", "name": "sample string 4", "created": "2025-08-02T23:24:36.844322", "owner": "3iRqbHU+WE2/qqaLWGzwwQ==", "ownerGuid": "6c6a24de-3e75-4d58-bfaa-a68b586cf0c1", "accountStoreGroupIdentifier": "uCAvXIIzKk++5q4xi7NhcA==", "accountStoreGroupGuid": "5c2f20b8-3382-4f2a-bee6-ae318bb36170", "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:24:36.844322", "active": true, "updated": "2025-08-02T23:24:36.844322", "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": "RFMVgoWkZUWoTCV4yoSKCg==", "identifierGuid": "82155344-a485-4565-a84c-2578ca848a0a", "name": "sample string 2", "primaryContact": "2sXYCxMigUqfIUobQOyNyQ==", "primaryContactGuid": "0bd8c5da-2213-4a81-9f21-4a1b40ec8dc9", "accountID": "dN7nGr6h80KTWa7ez/SChQ==", "accountIDGuid": "1ae7de74-a1be-42f3-9359-aedecff48285", "special": true, "updated": "2025-08-02T23:24:36.844322", "active": true, "reasonInactive": 1, "priceLevelIdentifier": "FSyGfzRVc0a+LdNARy+FFg==", "priceLevelIdentifierGuid": "7f862c15-5534-4673-be2d-d340472f8516", "deleted": true, "account": { "$ref": "72" }, "primaryContactCustomer": { "$ref": "70" }, "customerGroupMembers": [ { "$id": "75", "id": 1, "groupID": "oge6bpsNgEKKvuRm+unjdQ==", "groupIDGuid": "6eba07a2-0d9b-4280-8abe-e466fae9e375", "customerID": "vselycK9zEuWYR2Nv6T6SA==", "customerIDGuid": "c9a5c7be-bdc2-4bcc-9661-1d8dbfa4fa48", "card": "sample string 4", "linkedAccount": "yNW3atD82kKboFUnG6E05Q==", "linkedAccountGuid": "6ab7d5c8-fcd0-42da-9ba0-55271ba134e5", "customer": { "$ref": "70" }, "group": { "$ref": "74" }, "customerCard": { "$ref": "71" } }, { "$ref": "75" } ] }, { "$ref": "74" } ] }, "payments": [ { "$id": "76", "id": 1, "identifier": "QDBE3TAyNEi0wUbYsHUDRQ==", "identifierGuid": "dd443040-3230-4834-b4c1-46d8b0750345", "storeID": 2, "operatorName": "sample string 3", "saleHeaderID": 4, "paymentType": 5, "amount": 6, "account": "sample string 7", "accountID": "g6kJh2wdrU6HZSQfo5E6bw==", "accountIDGuid": "8709a983-1d6c-4ead-8765-241fa3913a6f", "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:24:36.844322", "invRocNo": "sample string 14", "responseCode": "sample string 15", "cashout": 1, "tip": 16, "idempotentVoid": "5OhjVZVEjUSpUsmbDpN1ng==", "idempotentVoidGuid": "5563e8e4-4495-448d-a952-c99b0e93759e", "offline": true, "processed": 1, "storeSaleHeader": { "$id": "77", "saleHeaderID": 1, "saleHeaderGuid": "BHQO8I3kYUaBCSyLNLS5dg==", "saleHeaderIdentifierGuid": "f00e7404-e48d-4661-8109-2c8b34b4b976", "created": "2025-08-02T23:24:36.844322", "createdLocal": "2025-08-02T23:24:36.844322", "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:24:36.844322", "storeID": 1, "operatorG_Uid": "/frHP+Wc50SQw3jHMY/haQ==", "operatorGuid": "3fc7fafd-9ce5-44e7-90c3-78c7318fe169", "customerG_Uid": "+fIZSmIFb0STVXXMgKC6pg==", "customerGuid": "4a19f2f9-0562-446f-9355-75cc80a0baa6", "communityIdentifier": "BVVqS7sWs0KRwPAKZz5VQg==", "communityIdentifierGuid": "4b6a5505-16bb-42b3-91c0-f00a673e5542", "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": "W1yuGM5aAUKsfVK/vrZKow==", "priceLevelIdentifierGuid": "18ae5c5b-5ace-4201-ac7d-52bfbeb64aa3", "locked": 36, "relationChecksum": "sample string 37", "loyaltyTender": 1, "giftCardTender": 1, "operator": { "$ref": "37" }, "customer": { "$ref": "70" }, "communityOrganisation": { "$id": "78", "id": 1, "identifier": "tD64hZl68U+iWOltJiOZCg==", "identifierGuid": "85b83eb4-7a99-4ff1-a258-e96d2623990a", "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:24:36.844322", "deleted": true }, "details": [ { "$id": "79", "saleItemID": 1, "identifier": "TL0S/rnprE2T6JCb64Vw2Q==", "identifierGuid": "fe12bd4c-e9b9-4dac-93e8-909beb8570d9", "saleHeaderID": 2, "plu": 1, "pluG_UId": "lRmJ9ZndBk2OnDmKVjeSgg==", "pluGuid": "f5891995-dd99-4d06-8e9c-398a56379282", "accountID": "Pj30ZpcWYkuQLs9nBkTYsQ==", "accountIDGuid": "66f43d3e-1697-4b62-902e-cf670644d8b1", "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:24:36.844322", "bestOrExpireType": 1, "providerName": "sample string 11", "refundG_UID": "7/tPxahzbECA/Jj7l9TjYg==", "refundGuid": "c54ffbef-73a8-406c-80fc-98fb97d4e362", "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": "Yopn9/cxOU62iiw+VFLqGw==", "idempotentVoidGuid": "f7678a62-31f7-4e39-b68a-2c3e5452ea1b", "priceLevelIdentifier": "TcNIQ8KM3kGzl2uzqxEreg==", "priceLevelIdentifierGuid": "4348c34d-8cc2-41de-b397-6bb3ab112b7a", "productName": "sample string 23", "apn": "sample string 24", "unknownScans": [ { "$id": "80", "id": 1, "saleDetailID": 2, "storeID": 1, "scanned": "2025-08-02T23:24:36.844322", "operatorG_UID": "QEA=", "barcode": "sample string 4", "processed": 1 }, { "$ref": "80" } ], "refund": { "$id": "81", "id": 1, "g_UID": "F5KKAlsOOEuS4yVJoACSQw==", "guid": "028a9217-0e5b-4b38-92e3-2549a0009243", "description": "sample string 1", "dumped": true, "inventoryReasonID": 1, "sortOrder": 1, "updated": "2025-08-02T23:24:36.844322" }, "modifier": { "$id": "82", "id": 1, "setG_UID": "sbJq92s1g06/R25RF1azHw==", "modifierSetGuid": "f76ab2b1-356b-4e83-bf47-6e511756b31f", "name": "sample string 2", "price": 1, "quantity": 1, "modifierType": 1, "groupNumber": 1, "pageNumber": 1, "controlOrder": 1, "printToStation": true, "pluG_UID": "+SMoeuxnzkmMDfjoqccIIg==", "pluGuid": "7a2823f9-67ec-49ce-8c0d-f8e8a9c70822", "deleted": true, "g_UID": "LnLDynptyEOEzzuJHMxEfQ==", "guid": "cac3722e-6d7a-43c8-84cf-3b891ccc447d", "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": "WtL0XR0/Okus8eYeK4mxlQ==", "pluGuid": "5df4d25a-3f1d-4b3a-acf1-e61e2b89b195", "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:24:36.844322", "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:24:36.844322", "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": "jVwKPZ7aEUelf7mmKc/Q9Q==", "pluGuid": "3d0a5c8d-da9e-4711-a57f-b9a629cfd0f5", "accountID": "npFBAwZckUyGy/X/VEQ1Qg==", "accountIDGuid": "0341919e-5c06-4c91-86cb-f5ff54443542", "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:24:36.844322", "bestOrExpireType": 1, "refundG_UID": "er2qJhpzuUeRwK7jNRX/ww==", "refundGuid": "26aabd7a-731a-47b9-91c0-aee33515ffc3", "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": "SiIjSSB/rU+qUY1tlg4u2w==", "identifierGuid": "4923224a-7f20-4fad-aa51-8d6d960e2edb", "id": 1, "orderNo": 2, "externalSaleIdentifier": "sample string 3", "storeID": 4, "zoneID": 5, "deptNo": 6, "customerIdentifier": "aQ0l/cJz/kalSraJ72SoMg==", "customerIdentifierGuid": "fd250d69-73c2-46fe-a54a-b689ef64a832", "operatorNo": 1, "operatorG_UID": "qmuxTLhoW0mMYrLTdWqa4w==", "operatorGuid": "4cb16baa-68b8-495b-8c62-b2d3756a9ae3", "created": "2025-08-02T23:24:36.844322", "ordered": "2025-08-02T23:24:36.844322", "started": "2025-08-02T23:24:36.844322", "completed": "2025-08-02T23:24:36.844322", "supplied": "2025-08-02T23:24:36.844322", "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": "TIqN6mr3Ok2Z4BJhYIAATg==", "pluGuid": "ea8d8a4c-f76a-4d3a-99e0-12616080004e", "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": "OSdvhncg0UmleYjOy81taA==", "headerIdentifierGuid": "866f2739-2077-49d1-a579-88cecbcd6d68", "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": "wgSnMMYqKkq+xJ6IjAbBiw==", "surveyGuid": "30a704c2-2ac6-4a2a-bec4-9e888c06c18b", "saleHeaderGuid": "K647A1XHXEiAS1j2U1l4eg==", "saleGuid": "033bae2b-c755-485c-804b-58f65359787a", "textResponse": "sample string 1", "integerResponse": 1, "g_UIDResponse": "3UOwka8c/kyf/vre3Xaskg==", "guidResponse": "91b043dd-1caf-4cfe-9ffe-fadedd76ac92", "whoAnswered": 2, "answeredAtUTC": "2025-08-02T23:24:36.844322", "sale": { "$ref": "77" }, "survey": { "$id": "91", "g_UID": "xCAkcLFNQk6cg6xiaVRtDg==", "guid": "702420c4-4db1-4e42-9c83-ac6269546d0e", "name": "sample string 1", "storeID": 2, "zoneID": 1, "checkoutFormG_UID": "GQ+/AMbc/kqGood/U4T0cA==", "checkoutFormGuid": "00bf0f19-dcc6-4afe-86a2-877f5384f470", "displayToWho": 3, "displayWhen": 4, "start": "2025-08-02T23:24:36.844322", "end": "2025-08-02T23:24:36.844322", "deleted": true, "updated": "2025-08-02T23:24:36.844322", "possibleIntegerResponses": [ 1, 2 ], "possibleTextResponses": [ "sample string 1", "sample string 2" ], "possibleGuidResponses": [ "1e1fc1b9-1540-40c2-afab-eaba4eefbf8f", "69f15c5f-b071-4396-894a-86ee47aaf699" ], "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": "UKRkuL5HQkqFcG68N1V9bQ==", "accountIdentifier": "b864a450-47be-4a42-8570-6ebc37557d6d", "accountName": "sample string 42", "customerOrderIdentifier": "XYOdwd9ho0SmE+RAkS2rvQ==", "customerOrderIdentifierGuid": "c19d835d-61df-44a3-a613-e440912dabbd", "priceLevelName": "sample string 43", "revision": 44, "ingressId": "sample string 45" }, "metadata": { "$id": "92", "id": 1, "paymentID": 2, "paymentIdentifier": "jtn6wxxLwUu0L4gWUVurVQ==", "paymentIdentifierGuid": "c3fad98e-4b1c-4bc1-b42f-8816515bab55", "identifier": "JaJWW6lPx0mZFrzT0TX1Ww==", "identifierGuid": "5b56a225-4fa9-49c7-9916-bcd3d135f55b", "metadata": "sample string 3", "signatureImage": "QEA=", "itemIdentifier": "nKyJMdsyWEW0QWWeFK+QAg==", "itemIdentifierGuid": "3189ac9c-32db-4558-b441-659e14af9002" } }, { "$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": "ZkQDLepoX0CjUBUS6rFE8A==", "customerIdentifierGuid": "2d034466-68ea-405f-a350-1512eab144f0", "voucherName": "sample string 2", "count": 3, "storeID": 4, "barcode": "sample string 5", "redeemCount": 6, "issueCount": 7, "storeSalePaymentID": 1, "idempotentID": "AFj0kaFTPEKMt44BYB/PTQ==", "idempotentGuid": "91f45800-53a1-423c-8cb7-8e01601fcf4d", "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:24:36.8599703", "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:24:36.8599703", "labelPageLayout": "b8BVqzb4UkuggFPe704rSQ==", "pageLayoutGuid": "ab55c06f-f836-4b52-a080-53deef4e2b49", "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:24:36.8599703" }, { "$ref": "97" } ] }, "customerVouchers": [ { "$id": "98", "id": 1, "customerIdentifier": "FaeK5/XozUatCPCRE9KsIA==", "customerIdentifierGuid": "e78aa715-e8f5-46cd-ad08-f09113d2ac20", "voucherID": 3, "voucherName": "sample string 4", "storeID": 1, "barcode": "sample string 5", "dateOfIssue": "2025-08-02T23:24:36.8599703", "issuedSaleHeaderID": 1, "issuedSaleIdentifier": "sample string 7", "issuedOfflinePaymentID": 1, "issuedIdempotentID": "QyNjaWbeQEG5xXPnV0pPmw==", "issuedIdempotentGuid": "69632343-de66-4140-b9c5-73e7574a4f9b", "issuedOffline": true, "issuedUser": "sample string 9", "issuedNotes": "sample string 10", "expiryDate": "2025-08-02T23:24:36.8599703", "expiredUser": "sample string 11", "expiredNotes": "sample string 12", "redeemed": "2025-08-02T23:24:36.8599703", "redeemedSaleHeaderID": 1, "redeemedSaleIdentifier": "sample string 13", "redeemedOfflinePaymentID": 1, "redeemedIdempotentID": "anP39+dTrU2ANFJz3kHdzA==", "redeemedIdempotentGuid": "f7f7736a-53e7-4dad-8034-5273de41ddcc", "redeemedUser": "sample string 14", "redeemedNotes": "sample string 15", "redeemedOffline": true, "updated": "2025-08-02T23:24:36.8599703", "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": "xiIO4nPIMk2p+tcAo/7JgQ==", "groupIDGuid": "e20e22c6-c873-4d32-a9fa-d700a3fec981", "campaign": { "$ref": "66" }, "group": { "$ref": "74" } }, { "$ref": "99" } ], "signIqTickets": [ { "$id": "100", "identifier": "2EaU+9qpEk+hzGijGH700w==", "identifierGuid": "fb9446d8-a9da-4f12-a1cc-68a3187ef4d3", "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": "Wk88UFWaM0mN6j9kc8YHcw==", "guid": "503c4f5a-9a55-4933-8dea-3f6473c60773", "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": "eI8kfWZ2B0iYLP8TkNgEtQ==", "groupGuid": "7d248f78-7666-4807-982c-ff1390d804b5", "comboPriceType": 5, "priceType": 5, "pluG_UID": "F+XHFfh0HU2Teuvn4TJjjg==", "pluGuid": "15c7e517-74f8-4d1d-937a-ebe7e132638e", "priceGroupG_UID": "GGJ9CuT6RECTFi8+ji53dg==", "priceGroupGuid": "0a7d6218-fae4-4044-9316-2f3e8e2e7776", "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": "Ci4+7eoE5UmREsOu+c9CGQ==", "priceLevelIdentifierGuid": "ed3e2e0a-04ea-49e5-9112-c3aef9cf4219", "campaignName": "sample string 3", "priceLevelName": "sample string 4" }, { "$ref": "103" } ] }, "product": { "$ref": "2" }, "dealCost": { "$id": "104", "headerIdentifier": "ifdHIyFL2UePcbhaASH5wQ==", "headerIdentifierGuid": "2347f789-4b21-47d9-8f71-b85a0121f9c1", "identifier": "FJbvxWi8O0KwYUO3u1Yzhg==", "identifierGuid": "c5ef9614-bc68-423b-b061-43b7bb563386", "supplierIdentifier": "hjG8Keihwka5spCApxNvUw==", "supplierGuid": "29bc3186-a1e8-46c2-b9b2-9080a7136f53", "pluG_UID": "UAPs8o5tIkedXkuQbjUPwA==", "pluGuid": "f2ec0350-6d8e-4722-9d5e-4b906e350fc0", "campaignName": "44a72d41-2cca-484f-b967-fef78148f234", "description": "sample string 4", "cost": 5, "costDecimals": 6, "start": "2025-08-02T23:24:36.8599703", "end": "2025-08-02T23:24:36.8599703", "type": 9, "promoType": 10, "bonusItemPLUG_UID": "8ho0xFWk3UectciMnMQ4vQ==", "bonusItemPluGuid": "c4341af2-a455-47dd-9cb5-c88c9cc438bd", "bonusPurchaseUnits": 11, "bonusReceiveUnits": 12, "updated": "2025-08-02T23:24:36.8599703", "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:24:36.8599703", "campaignEndDate": "2025-08-02T23:24:36.8599703", "masterPLUG_UID": "Jb+q4s1hO0q3Ia/G6/jmnA==", "masterID": "e2aabf25-61cd-4a3b-b721-afc6ebf8e69c", "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": "CDW0wCyjhUq282JgLYkb7A==", "bonusMasterID": "c0b43508-a32c-4a85-b6f3-62602d891bec", "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:24:36.8599703", "dealCosts": [ { "$ref": "104" }, { "$ref": "104" } ], "tags": [ { "$id": "105", "pluG_UID": "cyQ5eLQznkuCwwuka8P6pQ==", "pluGuid": "78392473-33b4-4b9e-82c3-0ba46bc3faa5", "tagID": 1, "description": "sample string 1", "storeIDs": [ 1, 2 ] }, { "$ref": "105" } ], "alternateProductG_UID": "it7VrVI1EkK6c5aCsgMX+w==", "alternateProduct": "add5de8a-3552-4212-ba73-9682b20317fb", "productHostCode": { "$id": "106", "id": 1, "pluG_UID": "MCmWT9GjgUuwmIzsvaEu3g==", "pluGuid": "4f962930-a3d1-4b81-b098-8cecbda12ede", "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:24:36.8599703", "inventoryTracked": "2025-08-02T23:24:36.8599703", "isNormalPriceChangesCampaign": true }, "unknownScan": { "$id": "107", "pluG_UID": "AsKWAeDPukqFOg1elJ/I+g==", "pluGuid": "0196c202-cfe0-4aba-853a-0d5e949fc8fa", "orderGuid": "PFqHspAf50mEWH0a8ttdoQ==", "orderIdentifier": "b2875a3c-1f90-49e7-8458-7d1af2db5da1", "barcode": "sample string 3", "created": "2025-08-02T23:24:36.8599703" }, "unknownScanItem": true, "substitute": { "$ref": "2" }, "warehouseProduct": { "$ref": "2" }, "lookup": { "$id": "108", "pluG_UID": "YUtSeeyO7kiGyrWMQbbP8w==", "pluGuid": "79524b61-8eec-48ee-86ca-b58c41b6cff3", "inventoryGuid": "mulQaQvrlk6ON9BSCxm5bg==", "inventoryIdentifier": "6950e99a-eb0b-4e96-8e37-d0520b19b96e", "averageWeeklySales": 1.0, "inventoryAverageWeeklySales": 1.0, "onHand": 1, "onHandPacks": 1, "onOrder": 1, "onOrderPacks": 1, "accuracy": 1, "lastOrdered": "2025-08-02T23:24:36.8599703", "lastOrderQuantity": 1.1, "lastReceived": "2025-08-02T23:24:36.8599703", "lastReceivedQuantity": 1.1, "lastInvoiceStatus": 1 }, "productOrderingDetail": { "$ref": "10" }, "dealCost": { "$ref": "104" }, "nextCost": { "$ref": "104" }, "lastChance": true, "holdOff": 16, "holdOffDate": "2025-08-02T23:24:36.8599703", "orderHeader": { "$id": "109", "orderID": 1, "orderGuid": "U9DWs6qIskGv6LQTWkKNWw==", "orderIdentifier": "b3d6d053-88aa-41b2-afe8-b4135a428d5b", "backToBack": 1, "b2bGuid": "SUpeiQ1AYUyMwYAbCOSPww==", "b2bIdentifier": "895e4a49-400d-4c61-8cc1-801b08e48fc3", "status": 2, "created": "2025-08-02T23:24:36.8599703", "createdLocal": "2025-08-02T23:24:36.8599703", "createdByUser": "sample string 3", "storeID": 1, "transferGuid": "2AAa+ji7nEakjyWd/dqcxg==", "transferIdentifier": "fa1a00d8-bb38-469c-a48f-259dfdda9cc6", "transferInvoiceIdentifier": "qEKN1VchkEyT8RnN80OMQw==", "transferInvoiceGuid": "d58d42a8-2157-4c90-93f1-19cdf3438c43", "attachedToInvoice": 4, "transferType": 1, "supplierIdentifier": "sZlNgI+5WEimHwnGLGH+Ow==", "supplierIdentifierGuid": "804d99b1-b98f-4858-a61f-09c62c61fe3b", "description": "sample string 5", "rows": 1, "cartons": 1, "units": 1, "sentCount": 1, "sent": "2025-08-02T23:24:36.8599703", "sentLocal": "2025-08-02T23:24:36.8599703", "sentByUser": "sample string 6", "lastSentStatus": 1, "cancelled": "2025-08-02T23:24:36.8599703", "cancelledLocal": "2025-08-02T23:24:36.8599703", "cancelledByUser": "sample string 7", "shipped": "2025-08-02T23:24:36.8599703", "shippedLocal": "2025-08-02T23:24:36.8599703", "shippedByUser": "sample string 8", "stockReceived": "2025-08-02T23:24:36.8599703", "stockReceivedLocal": "2025-08-02T23:24:36.8599703", "stockReceivedByUser": "sample string 9", "received": "2025-08-02T23:24:36.8599703", "receivedLocal": "2025-08-02T23:24:36.8599703", "completed": "2025-08-02T23:24:36.8599703", "completedLocal": "2025-08-02T23:24:36.8599703", "updated": "2025-08-02T23:24:36.8599703", "updatedLocal": "2025-08-02T23:24:36.8599703", "dueDate": "2025-08-02T23:24:36.8599703", "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": "gQLI95MjmkSRKrC53GK8wQ==", "transportCompanyIdentifier": "f7c80281-2393-449a-912a-b0b9dc62bcc1", "autoOrder": 27, "hostIdentifier": "X83d4Q7Q80m8iP4VoLa3nQ==", "hostIdentifierGuid": "e1ddcd5f-d00e-49f3-bc88-fe15a0b6b79d", "defaultOrderDocumentId": 1, "defaultStockReceiveDocumentId": 1, "temperature": 1.1, "temperatureScale": 28, "rating": 29, "lastOrderEmailSentId": "sample string 30", "lastOrderEmailSentStatus": "sample string 31", "deleted": "2025-08-02T23:24:36.8599703", "deletedByUser": "sample string 32", "autoOrderGuid": "6Xxkv6BHm0OnlOcaGqZKvg==", "autoOrderIdentifier": "bf647ce9-47a0-439b-a794-e71a1aa64abe", "autoOrderHeader": { "$id": "110", "autoOrderGuid": "pjIkuaqs70yQ/UI+2Npjbg==", "autoOrderIdentifier": "b92432a6-acaa-4cef-90fd-423ed8da636e", "orderGuid": "nfZzLi2dW0qqZpqtVRpGkQ==", "orderIdentifier": "2e73f69d-9d2d-4a5b-aa66-9aad551a4691", "created": "2025-08-02T23:24:36.8599703", "orderID": 1, "storeID": 1, "orderDate": "2025-08-02T23:24:36.8599703", "supplierIdentifier": "dBknbVinEU6twahp7JRPdQ==", "supplierIdentifierGuid": "6d271974-a758-4e11-adc1-a869ec944f75", "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": "QwD+2VHMAk6wPZdtR801vw==", "transportCompanyIdentifier": "d9fe0043-cc51-4e02-b03d-976d47cd35bf", "store": { "$ref": "3" }, "supplier": { "$ref": "7" }, "details": [ { "$id": "111", "autoOrderGuid": "LtW5iSQWxk2LWFwb3ab2vA==", "autoOrderIdentifier": "89b9d52e-1624-4dc6-8b58-5c1bdda6f6bc", "pluG_UID": "LpV8tIh1SUuY2KyPKgvt/Q==", "pluGuid": "b47c952e-7588-4b49-98d8-ac8f2a0bedfd", "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:24:36.8599703", "investmentBuyStatus": 2, "processed": "2025-08-02T23:24:36.8599703", "product": { "$ref": "2" }, "orderCode": "sample string 3", "directIndicator": "sample string 4", "cycle": { "$ref": "14" }, "dayWeighting": { "$id": "112", "sunday": 1.1 }, "inventory": { "$id": "113", "inventoryGuid": "aHZzmp/GJ0ijBNbENx7Raw==", "inventoryIdentifier": "9a737668-c69f-4827-a304-d6c4371ed16b", "created": "2025-08-02T23:24:36.8599703", "createdLocal": "2025-08-02T23:24:36.8599703", "onHand": 4, "onHandPacks": 5, "onOrder": 6, "onOrderPacks": 7, "accuracy": 8, "updated": "2025-08-02T23:24:36.8599703", "aws": 1.0, "history": [ { "$id": "114", "inventoryGuid": "LekHaEZgwEKrHuSMA/9AjA==", "inventoryIdentifier": "6807e92d-6046-42c0-ab1e-e48c03ff408c", "pluG_UID": "m8emOW1LqUKf2V/LjrVRpw==", "pluIdentifier": "39a6c79b-4b6d-42a9-9fd9-5fcb8eb551a7", "inventoryReason": 3, "inventoryInvoiceGuid": "OvnpBGkuZUOypFJKTf74sA==", "invoiceIdentifier": "04e9f93a-2e69-4365-b2a4-524a4dfef8b0", "operatorGuid": "7OekUQqQD02QlfL/J75sDQ==", "operatorIdentifier": "51a4e7ec-900a-4d0f-9095-f2ff27be6c0d", "stocktakeGuid": "RkwIWzT2gEmkjou2KXELpw==", "stocktakeIdentifier": "5b084c46-f634-4980-a48e-8bb629710ba7", "orderGuid": "5QPeYok0rU+QB8Aa6LEdaA==", "orderIdentifier": "62de03e5-3489-4fad-9007-c01ae8b11d68", "saleHeaderGuid": "/CHZu6iCm0uZVWwPPMkYPQ==", "saleHeaderGuidIdentifier": "bbd921fc-82a8-4b9b-9955-6c0f3cc9183d", "dumpStockID": 1, "fuelDeliveryID": 1, "creditNoteIdentifier": "z4zoMT/X7Ui1eWiUhNw6JQ==", "creditNoteGuid": "31e88ccf-d73f-48ed-b579-689484dc3a25", "inventorySourceGuid": "4fwifihodkC1kZbDiZunYQ==", "inventorySourceIdentifier": "7e22fce1-6828-4076-b591-96c3899ba761", "createdLocal": "2025-08-02T23:24:36.8599703", "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:24:36.8599703", "createdLocalTime": "2025-08-02T23:24:36.8599703", "storeID": 14, "barcode": "sample string 15", "directCode": "sample string 16", "productName": "sample string 17", "salesMode": 18, "orderPacked": 19, "invoice": { "$id": "115", "inventoryInvoiceGuid": "za+EYqBb80+qOjDoGDvmlw==", "invoiceIdentifier": "6284afcd-5ba0-4ff3-aa3a-30e8183be697", "inventoryGuid": "5j9/5kkXokKGfhT12shiuQ==", "inventoryIdentifier": "e67f3fe6-1749-42a2-867e-14f5dac862b9", "supplierIdentifier": "3G2zdx/QKUGThJNEgPYfhA==", "supplierGuid": "77b36ddc-d01f-4129-9384-934480f61f84", "orderGuid": "FahKjt1QEUyQRHC9E2CIlg==", "orderIdentifier": "8e4aa815-50dd-4c11-9044-70bd13608896", "invoiceHeaderIdentifier": "hcAa3coZX0KJJ1a1qFF52Q==", "invoiceHeaderGuid": "dd1ac085-19ca-425f-8927-56b5a85179d9", "created": "2025-08-02T23:24:36.8599703", "ordered": "2025-08-02T23:24:36.8599703", "storeID": 1, "bestOrExpire": "2025-08-02T23:24:36.8599703", "bestOrExpireType": 1, "units": 1, "weight": 1, "received": "2025-08-02T23:24:36.8599703", "cost": 1, "totalCost": 1, "freightCost": 1, "inStock": 1, "pluG_UID": "ZsFfEccVVEeUD1FBxgJ4Fg==", "pluGuid": "115fc166-15c7-4754-940f-5141c6027816", "orderInventoryGuid": "unLpmIfqhUWEqGzBrw3Wyw==", "orderInventoryIdentifier": "98e972ba-ea87-4585-84a8-6cc1af0dd6cb", "supplier": { "$ref": "7" }, "inventoryUnits": [ { "$id": "116", "invoiceItemNo": 1, "inventoryInvoiceGuid": "S4dHyBRQuUy+po31/0b8zw==", "invoiceIdentifier": "c847874b-5014-4cb9-bea6-8df5ff46fccf", "inventoryGuid": "lhcp2H90SE640HOWnXlxtg==", "inventoryIdentifier": "d8291796-747f-4e48-b8d0-73969d7971b6", "serialNumber": "sample string 3", "sold": "2025-08-02T23:24:36.8599703", "saleItemID": 1, "storeID": 1, "returned": "2025-08-02T23:24:36.8599703", "dumped": 1, "saleHeaderID": 1 }, { "$ref": "116" } ] }, "invoiceHeaderIdentifier": "NHHJnrYZr06Ys28AAdAhTw==", "invoiceHeaderGuid": "9ec97134-19b6-4eaf-98b3-6f0001d0214f", "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:24:36.8599703" }, "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": "IS/SS+Ja70i5IW324zHG/A==", "pluGuid": "4bd22f21-5ae2-48ef-b921-6df6e331c6fc", "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:24:36.8599703": { "$id": "122", "date": "2025-08-02T23:24:36.8599703", "salePrice": 1, "campaign": "sample string 2", "campaignDescription": "sample string 3", "combo": true, "comboPriceGroupG_UID": "d2TIMdg7F0SlqKzTB5a7Fg==", "comboPriceGroupGuid": "31c86477-3bd8-4417-a5a8-acd30796bb16" } }, "onHandPredictions": [ { "$id": "123", "autoOrderGuid": "+MlVjf9/BkyyiQ5GHunceA==", "autoOrderIdentifier": "8d55c9f8-7fff-4c06-b289-0e461ee9dc78", "pluG_UID": "sQUCyNElGUaCApMeTIQimg==", "pluGuid": "c80205b1-25d1-4619-8202-931e4c84229a", "childPLUG_UID": "kVcor6eQvUS/XRrge1d9rw==", "childPluGuid": "af285791-90a7-44bd-bf5d-1ae07b577daf", "date": "2025-08-02T23:24:36.8599703", "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": "4175b299-b722-44e2-9117-d5fc539b3d1d", "cartonQuantity": 1, "sellPrice": 1, "cost": 1, "costDecimals": 1, "bufferDays": 6, "boostDays": 7 }, { "$ref": "111" } ], "boosts": [ { "$id": "124", "autoOrderGuid": "OE/8dlD5wkC3srGclogq9Q==", "autoOrderIdentifier": "76fc4f38-f950-40c2-b7b2-b19c96882af5", "date": "2025-08-02T23:24:36.8599703", "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": "TbESCj3TnUC/KQ1tMzwCaQ==", "orderIdentifier": "0a12b14d-d33d-409d-bf29-0d6d333c0269", "supplierIdentifier": "+pIgA0v73kyepUfFUz2bSQ==", "supplierGuid": "032092fa-fb4b-4cde-9ea5-47c5533d9b49", "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": "AthUo3F9G0WvZifMN28RYA==", "identifierGuid": "a354d802-7d71-451b-af66-27cc376f1160", "companyName": "sample string 1", "abn": "sample string 2", "address1": "sample string 3", "address2": "sample string 4", "telephone": "sample string 5", "primaryContactGuid": "oLW3JsZM/0+WFpL/loyGxg==", "primaryContactID": "26b7b5a0-4cc6-4fff-9616-92ff968c86c6", "primaryContact": { "$ref": "8" } }, "isMetcashSorted": true, "backupOrderType": "sample string 41", "backupOrderTypeDescription": "sample string 42", "backupTradingPartner": 1, "backupHostIdentifier": "4a39b756-b835-4e10-86e5-08f8f435150e" }, "invoiceDetail": { "$id": "128", "identifier": "sK7ThtCe80+Ot4KIMow3ZQ==", "identifierGuid": "86d3aeb0-9ed0-4ff3-8eb7-8288328c3765", "headerIdentifier": "LCrVqcYYX0qiiU6tfD7ONA==", "headerIdentifierGuid": "a9d52a2c-18c6-4a5f-a289-4ead7c3ece34", "pluG_UID": "wDgRSFmNBkqSDXQm+VZOtg==", "pluGuid": "481138c0-8d59-4a06-920d-7426f9564eb6", "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:24:36.8599703", "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:24:36.8599703", "costEnd": "2025-08-02T23:24:36.8599703", "createdFromUnknownScan": true, "orderGuid": "cr0NFHq0uE6SWTIz8J5t/Q==", "orderIdentifierGuid": "140dbd72-b47a-4eb8-9259-3233f09e6dfd", "processed": true, "received": true, "inventoried": true, "fromElectronicInvoice": true, "allowDelete": true, "updated": "2025-08-02T23:24:36.8599703", "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": "/t3dGgwdeUCQU53NQz/Pkg==", "pluGuid": "1addddfe-1d0c-4079-9053-9dcd433fcf92", "invoiceIdentifier": "4EkSwHzFekC1ZA/L7uYwww==", "invoiceGuid": "c01249e0-c57c-407a-b564-0fcbeee630c3", "barcode": "sample string 3", "itemNumber": "sample string 4", "created": "2025-08-02T23:24:36.8599703" }, "productActive": true, "productSalesMode": 35, "productGSTPercent": 36, "productCostCalcMethod": 37, "productAlwaysApplyMargin": true, "productMarginRanged": true, "productMargin": 1.1, "productMinimumMargin": 1.1, "productMaximumMargin": 1.1, "priceGroupG_UID": "4+4EsXjtMUqoRwPaKcx8/w==", "priceGroupGuid": "b104eee3-ed78-4a31-a847-03da29cc7cff", "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/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
None.