POST 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": "5/L3bTNSrkSy+EP7pMCBeg==", "orderIdentifier": "6df7f2e7-5233-44ae-b2f8-43fba4c0817a", "pluG_UID": "NwqdLN3BO0CMe/ekieSlbQ==", "pluGuid": "2c9d0a37-c1dd-403b-8c7b-f7a489e4a56d", "created": "2025-08-02T23:24:39.032113", "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": "K6hiirvylkyiOlJC9FyK5A==", "substituteGuid": "8a62a82b-f2bb-4c96-a23a-5242f45c8ae4", "warehousePLUG_UID": "7FCgJQHh8kamztIVBfGmfw==", "warehousePluGuid": "25a050ec-e101-46f2-a6ce-d21505f1a67f", "updated": "2025-08-02T23:24:39.032113", "increment": true, "description": "sample string 13", "product": { "$id": "2", "plu": 1, "storeID": 1, "masterPluG_UID": "QEA=", "storeIDs": [ 1, 2 ], "g_UId": "fIzRpbz110qVV4aUNaQd1g==", "guid": "a5d18c7c-f5bc-4ad7-9557-869435a41dd6", "apn": "sample string 1", "apnChanged": true, "apnSwitched": true, "barcode": "sample string 4", "itemNumber": "sample string 5", "itemNumberChanged": true, "priceGroupG_UID": "8upFiX2w8UiXUyvaGLn7CA==", "priceGroupGuid": "8945eaf2-b07d-48f1-9753-2bda18b9fb08", "blueprintID": 1, "lastCountedDate": "2025-08-02T23:24:39.0478173", "externalID": "sample string 7", "active": true, "activated": "2025-08-02T23:24:39.0478173", "pluCreated": "2025-08-02T23:24:39.0478173", "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:39.0478173", "lastManualUpdate": "2025-08-02T23:24:39.0478173", "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:39.0478173", "currentCostUpdated": "2025-08-02T23:24:39.0478173", "costDecimals": 31, "costChanged": true, "dealCostIdentifier": "QEA=", "excludeFromRebate": true, "rebateOverride": 1, "costCalcMethod": 32, "costCalcMethodChanged": true, "costEffectiveDate": "2025-08-02T23:24:39.0478173", "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:39.0478173", "posTare": 1, "altPrice": 1.0, "altPriceChanged": true, "altPriceMode": 53, "altPriceModeChanged": true, "altPLUG_UID": "QkjxhLq+Lk6AGdkyQBEiSw==", "altPLUGuid": "84f14842-beba-4e2e-8019-d9324011224b", "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:39.0478173", "labelLastPrice": 1, "shelfPageLayoutG_UID": "KcCk2859d0u2zuEskDDBQg==", "shelfPageLayoutGuid": "dba4c029-7dce-4b77-b6ce-e12c9030c142", "talkerPageLayoutG_UID": "KTjkoixDv0qv5MVovFNrXg==", "talkerPageLayoutGuid": "a2e43829-432c-4abf-afe4-c568bc536b5e", "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": "xw3dlSuxZU2Pe1Fr2aLFoQ==", "inventoryIdentifier": "95dd0dc7-b12b-4d65-8f7b-516bd9a2c5a1", "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": "GDkqB+QIm0KlErsWefJ1SA==", "parentPluGuid": "072a3918-08e4-429b-a512-bb1679f27548", "preferredHostVendor": 104, "preferredHostChanged": true, "code": "sample string 106", "supplierIdentifier": "V/bp1tOxukeFHJ2+WVMn4Q==", "supplierIdentifierGuid": "d6e9f657-b1d3-47ba-851c-9dbe595327e1", "supplierChanged": true, "rebateSupplierIdentifier": "Xf7Atb3zA0OaQSGmzRqEQA==", "rebateSupplierIdentifierGuid": "b5c0fe5d-f3bd-4303-9a41-21a6cd1a8440", "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:39.0478173", "commodity": "sample string 121", "businessPillar": "sample string 122", "mscCommodity": "sample string 123", "hostIdentifier": "cdue0jMg3kuKx+xsc7DQbw==", "hostIdentifierGuid": "d29edb71-2033-4bde-8ac7-ec6c73b0d06f", "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:39.0478173", "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": "LauMNEJh1Ue9M3aWtVeLrQ==", "hostIdentifierGuid": "348cab2d-6142-47d5-bd33-7696b5578bad", "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:39.0478173", "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": "N+AvrmKQdkynMNSWndHsmA==", "hostIdentifierGuid": "ae2fe037-9062-4c76-a730-d4969dd1ec98", "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": "QGMfgn3wrkehG/L7DiIYzg==", "identifierGuid": "821f6340-f07d-47ae-a11b-f2fb0e2218ce", "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": "6/LqMaMKekyI/r23DE1UpA==", "hostSupplierIdentifierGuid": "31eaf2eb-0aa3-4c7a-88fe-bdb70c4d54a4", "loyaltyPriceLevelIdentifier": "ulxr1t5vlUy9poIfV6LGDw==", "loyaltyPriceLevelIdentifierGuid": "d66b5cba-6fde-4c95-bda6-821f57a2c60f", "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:39.0478173", "lastProcessed": "2025-08-02T23:24:39.0478173", "hold": true, "supplierName": "sample string 35", "supplier": { "$id": "7", "identifier": "0lVn8QeCDEiMzS6npfOUag==", "identifierGuid": "f16755d2-8207-480c-8ccd-2ea7a5f3946a", "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": "GPMU8auuG0KXaPTkfpGWDw==", "primaryContactID": "f114f318-aeab-421b-9768-f4e47e91960f", "storeID": 1, "abn": "sample string 16", "supplierGroupIdentifier": "5LFB1yYUp0GcOp0FqzJq7w==", "supplierGroupGuid": "d741b1e4-1426-41a7-9c3a-9d05ab326aef", "rebate": 1.0, "rebateType": 1, "rebateFrequency": 1, "rebateSource": 1, "rebateLastClaimed": "2025-08-02T23:24:39.0478173", "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": "85afeddc-2e5b-4ac4-8968-78ac4143917e", "identifier": "f6b7usGh7Eqzos29QSTZJA==", "identifierGuid": "bafba67f-a1c1-4aec-b3a2-cdbd4124d924", "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": "hfdnWJ3MFk6lhxWxMuuE9g==", "supplierIdentifierGuid": "5867f785-cc9d-4e16-a587-15b132eb84f6", "contactGuid": "7utsYb0B6U2ohmBB5N49mg==", "contactID": "616cebee-01bd-4de9-a886-6041e4de3d9a", "contact": { "$ref": "8" }, "supplier": { "$ref": "7" } }, { "$ref": "9" } ], "products": [ { "$id": "10", "pluG_UID": "gXDEx12usUG81JMe4zrqxw==", "pluGuid": "c7c47081-ae5d-41b1-bcd4-931ee33aeac7", "supplierIdentifier": "FS/aVNHeP0GIX+ZTnXYy7w==", "supplierIdentifierGuid": "54da2f15-ded1-413f-885f-e6539d7632ef", "cartonQuantity": 1, "cartonQuantityChanged": true, "productSize": "sample string 3", "cigarettesPerSleeve": 1, "randomWeight": true, "piecesPerUnit": 5, "averagePackSize": 6, "effectiveDate": "2025-08-02T23:24:39.0478173", "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:39.0478173", "rebate": 1.0, "rebateExclude": true, "invoiceCodes": [ { "$id": "11", "pluG_UID": "+TXFFvGLuUyFGfcIqtgesQ==", "pluGuid": "16c535f9-8bf1-4cb9-8519-f708aad81eb1", "supplierIdentifier": "bremQX6cHkCphX33+T+mag==", "supplierIdentifierGuid": "41a6b76e-9c7e-401e-a985-7df7f93fa66a", "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": "XHSGDemhDE+Tja75SxZxxQ==", "parentPluGuid": "0d86745c-a1e9-4f0c-938d-aef94b1671c5", "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": "oXPzy0dltU+nFc4FBstevQ==", "supplierGuid": "cbf373a1-6547-4fb5-a715-ce0506cb5ebd", "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": "B+mNXCaJ/UydyzrE323+eA==", "supplierGuid": "5c8de907-8926-4cfd-9dcb-3ac4df6dfe78", "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:39.0478173", "deliveryDate": "2025-08-02T23:24:39.0478173", "nextCutOffDate": "2025-08-02T23:24:39.0478173", "nextDeliveryDate": "2025-08-02T23:24:39.0478173", "nextDaysBuffer": 10 }, { "$ref": "14" } ], "store": { "$ref": "3" }, "updated": "2025-08-02T23:24:39.0478173", "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:39.0790464", "processed": "2025-08-02T23:24:39.0790464", "isProcessing": true, "processedCount": 6, "processingTime": 1, "collectedUtc": "2025-08-02T23:24:39.0790464", "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:39.0790464", "businessPillar": "sample string 3", "fileType": "sample string 4" } }, { "$ref": "15" } ], "zoneMatrix": [ { "$id": "17", "id": 1, "hostIdentifier": "VpIzprJ0+EC/vmtmGNFrFg==", "hostIdentifierGuid": "a6339256-74b2-40f8-bfbe-6b6618d16b16", "storeID": 1, "departmentCode": "sample string 2", "hostGuids": [ "df2ff9b0-020c-44a7-aad1-fa28b8c90ab3", "aa5d08ec-5c78-4b03-bc7d-4ebf93f142ef" ] }, { "$ref": "17" } ], "hostFileStoreSetting": { "$ref": "5" }, "hostStoreSettings": [ { "$ref": "5" }, { "$ref": "5" } ], "promotionPlacements": [ { "$id": "18", "identifier": "lvxYnX11KESdd308vZ0Kkg==", "identifierGuid": "9d58fc96-757d-4428-9d77-7d3cbd9d0a92", "code": "sample string 2", "description": "sample string 3", "isAdvertised": true }, { "$ref": "18" } ], "promoTypeGuids": [ "4cb24334-5053-41e9-9cc1-62e7cca72076", "4a1ac611-63bb-4752-b95f-877acc02750c" ], "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:39.0790464", "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": "225352fc-54db-42f0-badf-76e8ec3b49e7", "updateStore": { "$id": "24", "id": "3c6e9836-ab97-4317-a99d-51762c0c98bb", "name": "sample string 1", "lastActivity": "2025-08-02T23:24:39.0790464", "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:39.0790464" }, "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": "T9DOJUTjJU+StXPwXc8Gbg==", "pluGuid": "25ced04f-e344-4f25-92b5-73f05dcf066e", "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:39.0790464" }, { "$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:39.0790464", "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:39.0790464", "startTime": 3, "endDate": "2025-08-02T23:24:39.0790464", "endTime": 4, "newPrice": 5, "newCost": 6, "newCostDecimals": 7, "pctDiscount": 8, "promoType": 1, "promotionTypeCode": "sample string 9", "hostType": 10, "hostIdentifier": "U8EPb3exi0GnBlA93Sqvkw==", "hostIdentifierGuid": "6f0fc153-b177-418b-a706-503ddd2aaf93", "storeNames": [ "sample string 1", "sample string 2" ] }, "details": [ { "$ref": "29" }, { "$ref": "29" } ] }, "tray": { "$id": "30", "g_UId": "ktGicptXZEuKBwTXzzV4dQ==", "guid": "72a2d192-579b-4b64-8a07-04d7cf357875", "name": "sample string 1", "number": 1, "tare": 1 }, "priceGroup": { "$id": "31", "priceGroupG_UID": "uTxLzCZqfEadQiPO3dF+rw==", "priceGroupGuid": "cc4b3cb9-6a26-467c-9d42-23ceddd17eaf", "name": "sample string 2", "code": 1, "modified": true, "updated": "2025-08-02T23:24:39.0790464", "buyingLimit": 1, "buyingLimitIndependent": true, "buyingLimitType": 0, "number": 1, "products": [ { "$ref": "2" }, { "$ref": "2" } ], "productCount": 1 }, "priceGroupName": "sample string 146", "nutrifacts": { "$id": "32", "pluG_UID": "Zhs8bthWUU6FOvhKZjQcbQ==", "pluGuid": "6e3c1b66-56d8-4e51-853a-f84a66341c6d", "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": "07abedcd-a4e7-4fe7-aa67-5850a68ed3be", "created": "2025-08-02T23:24:39.0790464", "createdByUser": "sample string 1", "activated": "2025-08-02T23:24:39.0790464", "deactivated": "2025-08-02T23:24:39.0790464", "lastOrdered": "2025-08-02T23:24:39.0790464", "lastOrderedQty": 2.0, "lastReceived": "2025-08-02T23:24:39.0790464", "lastReceivedQty": 3.0, "lastInvoiceStatus": 1, "lastCounted": "2025-08-02T23:24:39.0790464", "lastSold": "2025-08-02T23:24:39.0790464", "firstSold": "2025-08-02T23:24:39.0790464", "awsUpdated": "2025-08-02T23:24:39.0790464", "lastManualUpdate": "2025-08-02T23:24:39.0790464", "lastManualUpdatedByUser": "sample string 5", "lastUpdated": "2025-08-02T23:24:39.0790464", "lastUpdatedByUser": "sample string 7", "lastUpdatedByHost": "2025-08-02T23:24:39.0790464", "doNotRangeUpdated": "2025-08-02T23:24:39.0790464", "doNotOrderUpdated": "2025-08-02T23:24:39.0790464", "tracked": "2025-08-02T23:24:39.0790464" }, "allergens": [ { "$id": "34", "allergenID": 1, "pluG_UID": "HLUVgcs+jkOo9V6eqpB6bw==", "pluGuid": "8115b51c-3ecb-438e-a8f5-5e9eaa907a6f", "contains": 2, "allergenName": "sample string 3", "storeIDs": [ 1, 2 ] }, { "$ref": "34" } ], "costs": { "$id": "35", "pluG_UID": "k5nGQvgBC06zuIi0IFqdJA==", "pluGuid": "42c69993-01f8-4e0b-b3b8-88b4205a9d24", "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:39.0790464", "normalCost": 1, "currentCost": 1 }, "sales": [ { "$id": "36", "saleHeaderID": 1, "created": "2025-08-02T23:24:39.0790464", "createdLocal": "2025-08-02T23:24:39.0790464", "storeID": 3, "storeName": "sample string 4", "operatorG_Uid": "c8rVYH5vSkGwxUey59kVaQ==", "operatorGuid": "60d5ca73-6f7e-414a-b0c5-47b2e7d91569", "operatorName": "sample string 5", "tranType": 1, "plu": 1, "pluG_UId": "rKaEhpcnuk6syQMJwVCwtA==", "pluGuid": "8684a6ac-2797-4eba-acc9-0309c150b0b4", "normalPrice": 1, "totalCents": 1, "cost": 1, "grossProfit": 1, "quantity": 1, "operator": { "$id": "37", "id": 1, "g_Uid": "X/TsDjT45E67koxQofa1MA==", "guid": "0eecf45f-f834-4ee4-bb92-8c50a1f6b530", "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:39.0790464", "passwordResetRequired": true, "alteredInStore": true, "startShift": "2025-08-02T23:24:39.0790464", "endShift": "2025-08-02T23:24:39.0790464", "machineName": "sample string 20", "drawerID": 1, "stores": [ { "$id": "38", "operatorG_UID": "QBUJsxhxmE6odT/haSHIiA==", "operatorGuid": "b3091540-7118-4e98-a875-3fe16921c888", "storeID": 2, "operator": { "$ref": "37" }, "store": { "$ref": "3" } }, { "$ref": "38" } ] } }, { "$ref": "36" } ], "apns": [ { "$id": "39", "pluID": 1, "pluG_UID": "8TH9BznkdESL7tVRWBIYAQ==", "pluGuid": "07fd31f1-e439-4474-8bee-d55158121801", "apn": "sample string 1", "deleted": true, "storeID": 1, "storeIDs": [ 1, 2 ] }, { "$ref": "39" } ], "tuns": [ { "$id": "40", "pluG_UId": "ZVCQS5iB40agF2fi6inofg==", "pluGuid": "4b905065-8198-46e3-a017-67e2ea29e87e", "apn": "sample string 1", "tun": "sample string 2", "cartonQuantity": 3, "product": { "$ref": "2" }, "storeIDs": [ 1, 2 ] }, { "$ref": "40" } ], "competitionPricing": [ { "$id": "41", "identifier": "CyqAxmPY9k2B81dwo1LWtA==", "identifierGuid": "c6802a0b-d863-4df6-81f3-5770a352d6b4", "pluG_UID": "1uvEr6IwSU6jM0EqcrAx4Q==", "pluGuid": "afc4ebd6-30a2-4e49-a333-412a72b031e1", "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": "jiJdPUNlFU+OC0BGbwAQ+g==", "groupName": "sample string 1", "identifierGuid": "3d5d228e-6543-4f15-8e0b-40466f0010fa", "exists": true, "flipChartIdentifier": "SgMcGznn+UaQ8CRXDpZ/cw==", "flipChartIdentifierGuid": "1b1c034a-e739-46f9-90f0-24570e967f73", "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": "TN3Z7F1HmEG1cVmqpdPScA==", "groupIdentifierGuid": "ecd9dd4c-475d-4198-b571-59aaa5d3d270", "flipChart": { "$id": "43", "identifier": "RmylD5yMn02swQzT6IKqcg==", "identifierGuid": "0fa56c46-8c9c-4d9f-acc1-0cd3e882aa72", "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": "8gmCQrTd80CNCm9kHQScxA==", "identifierGuid": "428209f2-ddb4-40f3-8d0a-6f641d049cc4", "name": "sample string 2", "formType": "sample string 3", "forms": [ { "$id": "45", "id": 1, "g_UID": "GR+XUhDjz026mjfNgROeug==", "guid": "52971f19-e310-4dcf-ba9a-37cd81139eba", "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": "UKyFnD2P4UCU7k+0UH9mPQ==", "previousFormGuid": "9c85ac50-8f3d-40e1-94ee-4fb4507f663d", "nextForm": 1, "nextFormG_UID": "EpZtSdmHw06m2/FVbvobzg==", "nextFormGuid": "496d9612-87d9-4ec3-a6db-f1556efa1bce", "attributes": "sample string 10", "updated": "2025-08-02T23:24:39.0790464", "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": "FJMxXbE2g0OtqN0ls2TJ0g==", "checkoutFormGuid": "5d319314-36b1-4383-ada8-dd25b364c9d2", "identifier": "13onc5qi10yAiJEZhLR+Cg==", "identifierGuid": "73277ad7-a29a-4cd7-8088-911984b47e0a", "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": "f4R8U+gZF0+eDhunVNVSPg==", "valueGuid": "537c847f-19e8-4f17-9e0e-1ba754d5523e", "buttonText": "sample string 10", "valueText": "sample string 11", "drawImageAndButton": true, "updated": "2025-08-02T23:24:39.0790464", "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:39.0790464", "imageData": "QEA=", "readOnly": true } }, { "$ref": "46" } ], "panels": [ { "$id": "48", "id": 1, "checkoutFormID": 2, "checkoutFormG_UID": "gwqLh4T+70OtzWC1oFpSAA==", "checkoutFormGuid": "878b0a83-fe84-43ef-adcd-60b5a05a5200", "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": "5986q6sLKE+/zPw0TCcUFw==", "flipChartPageIdentifierGuid": "ab3adfe7-0bab-4f28-bfcc-fc344c271417", "pluG_UID": "teQDhrehTUSdXV8ExMUAlw==", "pluGuid": "8603e4b5-a1b7-444d-9d5d-5f04c4c50097", "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": "YZCB69gHLkSnEh4KBsnVQw==", "pluGuid": "eb819061-07d8-442e-a712-1e0a06c9d543", "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:39.0790464", "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": "njROHZf+nEWm+Bqs7gZfXw==", "ingredientGuid": "Hn768yOGwUaD+C6pSQTfZA==", "ingredientIdentifier": "f3fa7e1e-8623-46c1-83f8-2ea94904df64", "quantity": 1.0, "storeIDs": [ 1, 2 ], "ingredientText": "sample string 1", "ingredient": { "$ref": "2" } }, { "$ref": "51" } ], "bins": [ { "$id": "52", "pluG_UID": "PAxUEruN6UO6DcEUSRglCA==", "pluGuid": "12540c3c-8dbb-43e9-ba0d-c11449182508", "shelfLocationIdentifier": "W3K26aY8Sky6JkhGbVIcdg==", "shelfLocationGuid": "e9b6725b-3ca6-4c4a-ba26-48466d521c76", "labelShelfDefault": 1, "labelTalkerDefault": 1, "labelSmall": true, "labelPageLayoutG_UID": "y92/LZGwBEK3s4I09zvvsg==", "labelPageLayoutGuid": "2dbfddcb-b091-4204-b7b3-8234f73befb2", "updated": "2025-08-02T23:24:39.0790464", "electronicShelfLabelIdentifier": "sample string 5", "electronicshelfLabelsConfigurationID": 6, "labelShelfChanged": true, "productName": "sample string 8", "locationText": "sample string 9", "product": { "$ref": "2" }, "location": { "$id": "53", "identifier": "xaS5wQyKlECXRle7xN2MHQ==", "storeID": 1, "identifierGuid": "c1b9a4c5-8a0c-4094-9746-57bbc4dd8c1d", "name": "sample string 2", "haccp": true, "blueprintID": 1, "updated": "2025-08-02T23:24:39.0790464", "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": "8uovlAzsx0qxApm7cyeijA==", "pluGuid": "942feaf2-ec0c-4ac7-b102-99bb7327a28c", "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:39.0790464", "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:39.0790464", "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": "krl9wCmLvkK3TXnV1bbZOw==", "labelPageLayoutGuid": "c07db992-8b29-42be-b74d-79d5d5b6d93b", "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:39.0790464", "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": "eV1kxhm9nE25cMeFkF3Yvg==", "labelPageLayoutGuid": "c6645d79-bd19-4d9c-b970-c785905dd8be", "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:39.0790464", "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": "lBTomGnsgEOWZEoqfkFgXw==", "labelPageLayoutGuid": "98e81494-ec69-4380-9664-4a2a7e41605f", "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:39.0790464", "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": "EUxx3pmWZUav8KxiTVn+tQ==", "labelPageLayoutGuid": "de714c11-9699-4665-aff0-ac624d59feb5", "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": "Io0TOaN7oESWtiBxFaboSA==", "pluGuid": "39138d22-7ba3-44a0-96b6-207115a6e848", "newPrice": 1, "pctDiscount": 1, "newCost": 1, "newCostDecimals": 6, "dealCostIdentifier": "58PNi/IOTEa83Z+pVrYakA==", "dealCostGuid": "8bcdc3e7-0ef2-464c-bcdd-9fa956b61a90", "pluName": "sample string 7", "apn": "sample string 8", "fuelItem": true, "priceGroupG_UID": "LVEw+8v180mucGhtL/IbsA==", "priceGroupGuid": "fb30512d-f5cb-49f3-ae70-686d2ff21bb0", "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:39.0790464", "rrp": 26, "campaignDescription": "sample string 27", "campaignComboPriceGroupG_UID": "3+oP4ebqN0+7VFwHoUNcYA==", "campaignComboPriceGroupIdentifier": "e10feadf-eae6-4f37-bb54-5c07a1435c60", "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:39.0790464", "operatorG_UID": "jRuLjSHZ90W4ncvygQ6RwA==", "operatorGuid": "8d8b1b8d-d921-45f7-b89d-cbf2810e91c0", "machineID": 1, "processed": true, "appliedUtc": "2025-08-02T23:24:39.0790464", "signIqTicketFileMovedUtc": "2025-08-02T23:24:39.0790464", "user": "sample string 6", "campaignDescription": "sample string 7", "productDesc": "sample string 8", "storeName": "sample string 9", "effectiveUtc": "2025-08-02T23:24:39.0790464", "priceChangeType": 0, "operatorName": "sample string 10", "hostCampaign": true, "product": { "$ref": "2" }, "campaignPlu": { "$ref": "64" } }, { "$ref": "65" } ], "campaign": { "$id": "66", "id": 1, "storeID": 2, "name": "9f68005a-e289-47bd-937e-21f0596032ca", "nameGuid": "9f68005a-e289-47bd-937e-21f0596032ca", "description": "sample string 4", "showDiscounts": true, "showTotals": true, "onlyEvaluateOnSubtotal": true, "useDescription": true, "campaignType": 1, "startDate": "2025-08-02T23:24:39.0790464", "startTime": 1, "endDate": "2025-08-02T23:24:39.0790464", "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:39.0790464", "system": true, "created": "2025-08-02T23:24:39.0790464", "updated": "2025-08-02T23:24:39.0790464", "priceChangeNotifiedUtc": "2025-08-02T23:24:39.0790464", "promoType": 1, "promotionTypeCode": "sample string 13", "hostIdentifier": "V85gsp/k10CCg4+b4f6KQQ==", "hostIdentifierGuid": "b260ce57-e49f-40d7-8283-8f9be1fe8a41", "hostType": 14, "createdByUser": "sample string 15", "fromHost": true, "deleted": true, "campaignDeleted": "2025-08-02T23:24:39.0790464", "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": "R+UvhMbM/UKsrl1UPQc+NQ==", "pluGuid": "842fe547-ccc6-42fd-acae-5d543d073e35", "hostOfferID": 1, "priceGroupG_UID": "2fbR92UKJU+E98NIR8whzg==", "priceGroupGuid": "f7d1f6d9-0a65-4f25-84f7-c34847cc21ce", "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:39.0790464", "rrp": 17, "campaignDescription": "sample string 18", "product": { "$ref": "2" }, "campaign": { "$ref": "66" } }, { "$ref": "67" } ], "sellingRules": [ { "$id": "68", "id": 1, "identifier": "+bHeuHfRl0mCKIsbF6IgjQ==", "identifierStr": "+bHeuHfRl0mCKIsbF6IgjQ==", "identifierGuid": "b8deb1f9-d177-4997-8228-8b1b17a2208d", "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": "02W6XTnygUCLmikC5GzIXQ==", "customerIDGuid": "5dba65d3-f239-4081-8b9a-2902e46cc85d", "campaign": { "$ref": "66" }, "customer": { "$id": "70", "identifier": "UU1Qrih2eku6uKT5TBjftQ==", "identifierGuid": "ae504d51-7628-4b7a-bab8-a4f94c18dfb5", "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:39.0790464", "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": "BKjZfi65pESAfEgNxz8dNg==", "communityIdentifierGuid": "7ed9a804-b92e-44a4-807c-480dc73f1d36", "joined": "2025-08-02T23:24:39.0790464", "updated": "2025-08-02T23:24:39.0790464", "active": true, "reasonInactive": 1, "groupCustomer": true, "loyaltyPoints": 1, "homeStoreID": 1, "availableSpend": 1, "priceLevelIdentifier": "3VNIWdpnyUKH8+dTqoVv1A==", "priceLevelIdentifierGuid": "594853dd-67da-42c9-87f3-e753aa856fd4", "marketingID": "sample string 18", "hidden": true, "registered": true, "registeredOn": "2025-08-02T23:24:39.0790464", "emailMarketing": true, "smsMarketing": true, "deleted": true, "deletedUser": "sample string 24", "homeStoreName": "sample string 25", "customerCards": [ { "$id": "71", "cardType": 2, "issueDate": "2025-08-02T23:24:39.0790464", "expiry": "2025-08-02T23:24:39.0790464", "customerID": "j4sS6E4oE0SGrI+dcdYHOA==", "customerIDGuid": "e8128b8f-284e-4413-86ac-8f9d71d60738", "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:39.0790464", "linkedAccount": "Op0jvQjEQ02ZMQl4QWunCw==", "linkedAccountGuid": "bd239d3a-c408-4d43-9931-0978416ba70b", "currentValueChanged": true, "limitsChanged": true, "customer": { "$ref": "70" }, "account": { "$id": "72", "id": 1, "identifier": "du7qgvEPDkqBGf6TMyr+Xg==", "identifierGuid": "82eaee76-0ff1-4a0e-8119-fe93332afe5e", "referenceNo": "sample string 3", "name": "sample string 4", "created": "2025-08-02T23:24:39.0790464", "owner": "3PKG77Cd3EG9Ll9JtXkJ1A==", "ownerGuid": "ef86f2dc-9db0-41dc-bd2e-5f49b57909d4", "accountStoreGroupIdentifier": "I+JM3Y/+RUeBKqKikcI8Iw==", "accountStoreGroupGuid": "dd4ce223-fe8f-4745-812a-a2a291c23c23", "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:39.0790464", "active": true, "updated": "2025-08-02T23:24:39.0790464", "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": "PrU/DbvRpUeaqex6RvSruQ==", "identifierGuid": "0d3fb53e-d1bb-47a5-9aa9-ec7a46f4abb9", "name": "sample string 2", "primaryContact": "SDY59CXEb0icVx3IVamffg==", "primaryContactGuid": "f4393648-c425-486f-9c57-1dc855a99f7e", "accountID": "HF5Kr6pinUarsoW2j94nfQ==", "accountIDGuid": "af4a5e1c-62aa-469d-abb2-85b68fde277d", "special": true, "updated": "2025-08-02T23:24:39.0790464", "active": true, "reasonInactive": 1, "priceLevelIdentifier": "KgeS8rmpDEOKePLmZQxV9A==", "priceLevelIdentifierGuid": "f292072a-a9b9-430c-8a78-f2e6650c55f4", "deleted": true, "account": { "$ref": "72" }, "primaryContactCustomer": { "$ref": "70" }, "customerGroupMembers": [ { "$id": "75", "id": 1, "groupID": "4lpdSV/hD0ubOsY3s9t5tg==", "groupIDGuid": "495d5ae2-e15f-4b0f-9b3a-c637b3db79b6", "customerID": "5Y6ypVhnIkusbW+zP0ulgg==", "customerIDGuid": "a5b28ee5-6758-4b22-ac6d-6fb33f4ba582", "card": "sample string 4", "linkedAccount": "Jal4xnOiaUySm2wSNOoJkQ==", "linkedAccountGuid": "c678a925-a273-4c69-929b-6c1234ea0991", "customer": { "$ref": "70" }, "group": { "$ref": "74" }, "customerCard": { "$ref": "71" } }, { "$ref": "75" } ] }, { "$ref": "74" } ] }, "payments": [ { "$id": "76", "id": 1, "identifier": "ygUKgmpnSEumS2rI4nfkkw==", "identifierGuid": "820a05ca-676a-4b48-a64b-6ac8e277e493", "storeID": 2, "operatorName": "sample string 3", "saleHeaderID": 4, "paymentType": 5, "amount": 6, "account": "sample string 7", "accountID": "LJD0xt5deUyyIRM1aUUOmA==", "accountIDGuid": "c6f4902c-5dde-4c79-b221-133569450e98", "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:39.0790464", "invRocNo": "sample string 14", "responseCode": "sample string 15", "cashout": 1, "tip": 16, "idempotentVoid": "znGJGLuIQE+vkXyOTHS0wA==", "idempotentVoidGuid": "188971ce-88bb-4f40-af91-7c8e4c74b4c0", "offline": true, "processed": 1, "storeSaleHeader": { "$id": "77", "saleHeaderID": 1, "saleHeaderGuid": "sMXWqdPL9kiL5ox0tX/L+Q==", "saleHeaderIdentifierGuid": "a9d6c5b0-cbd3-48f6-8be6-8c74b57fcbf9", "created": "2025-08-02T23:24:39.0790464", "createdLocal": "2025-08-02T23:24:39.0790464", "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:39.0790464", "storeID": 1, "operatorG_Uid": "uu/8HoocWkmchiLoafIJOQ==", "operatorGuid": "1efcefba-1c8a-495a-9c86-22e869f20939", "customerG_Uid": "oZj/sMNZIEOc/pNG6Kq4Pw==", "customerGuid": "b0ff98a1-59c3-4320-9cfe-9346e8aab83f", "communityIdentifier": "8qXkxLsFdkmGzn16bsnRtw==", "communityIdentifierGuid": "c4e4a5f2-05bb-4976-86ce-7d7a6ec9d1b7", "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": "ADl1x+gENUSciY+HflOo9Q==", "priceLevelIdentifierGuid": "c7753900-04e8-4435-9c89-8f877e53a8f5", "locked": 36, "relationChecksum": "sample string 37", "loyaltyTender": 1, "giftCardTender": 1, "operator": { "$ref": "37" }, "customer": { "$ref": "70" }, "communityOrganisation": { "$id": "78", "id": 1, "identifier": "HALRK5hHj0u4J5uH27xPqg==", "identifierGuid": "2bd1021c-4798-4b8f-b827-9b87dbbc4faa", "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:39.0790464", "deleted": true }, "details": [ { "$id": "79", "saleItemID": 1, "identifier": "uI1w18vU5U61Q6kO687n8g==", "identifierGuid": "d7708db8-d4cb-4ee5-b543-a90eebcee7f2", "saleHeaderID": 2, "plu": 1, "pluG_UId": "nt47u1LYGUyQjkXdesgu+A==", "pluGuid": "bb3bde9e-d852-4c19-908e-45dd7ac82ef8", "accountID": "3p79935iQ0qHHYuiYaye0Q==", "accountIDGuid": "f7fd9ede-627e-4a43-871d-8ba261ac9ed1", "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:39.0790464", "bestOrExpireType": 1, "providerName": "sample string 11", "refundG_UID": "RLiCXt9gY0Kzv9SCzqn0kA==", "refundGuid": "5e82b844-60df-4263-b3bf-d482cea9f490", "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": "RNf7vodRFkCUtdDq9EKNaQ==", "idempotentVoidGuid": "befbd744-5187-4016-94b5-d0eaf4428d69", "priceLevelIdentifier": "+zSKtELgrEqNSimKqQeLqg==", "priceLevelIdentifierGuid": "b48a34fb-e042-4aac-8d4a-298aa9078baa", "productName": "sample string 23", "apn": "sample string 24", "unknownScans": [ { "$id": "80", "id": 1, "saleDetailID": 2, "storeID": 1, "scanned": "2025-08-02T23:24:39.0790464", "operatorG_UID": "QEA=", "barcode": "sample string 4", "processed": 1 }, { "$ref": "80" } ], "refund": { "$id": "81", "id": 1, "g_UID": "vUWU1NtdcEO445cejpEQag==", "guid": "d49445bd-5ddb-4370-b8e3-971e8e91106a", "description": "sample string 1", "dumped": true, "inventoryReasonID": 1, "sortOrder": 1, "updated": "2025-08-02T23:24:39.0790464" }, "modifier": { "$id": "82", "id": 1, "setG_UID": "VYkTxivGIUifQqJdh+EgGw==", "modifierSetGuid": "c6138955-c62b-4821-9f42-a25d87e1201b", "name": "sample string 2", "price": 1, "quantity": 1, "modifierType": 1, "groupNumber": 1, "pageNumber": 1, "controlOrder": 1, "printToStation": true, "pluG_UID": "r9NWYZnAZEmYinfpvfZryw==", "pluGuid": "6156d3af-c099-4964-988a-77e9bdf66bcb", "deleted": true, "g_UID": "4w5dpSZGyEOC6OKBOcKDxQ==", "guid": "a55d0ee3-4626-43c8-82e8-e28139c283c5", "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": "r7QYRbKfGEeg3Ib0/Zr46w==", "pluGuid": "4518b4af-9fb2-4718-a0dc-86f4fd9af8eb", "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:39.0790464", "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:39.0790464", "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": "ZrEh1XvLtEechXB/AMsUXg==", "pluGuid": "d521b166-cb7b-47b4-9c85-707f00cb145e", "accountID": "VuxgBU58xk+AN4i4+y2gNA==", "accountIDGuid": "0560ec56-7c4e-4fc6-8037-88b8fb2da034", "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:39.0790464", "bestOrExpireType": 1, "refundG_UID": "ElllASQar0uURl7lnKc/Dg==", "refundGuid": "01655912-1a24-4baf-9446-5ee59ca73f0e", "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": "R1VcPrqLsUOPSmYg/haFfg==", "identifierGuid": "3e5c5547-8bba-43b1-8f4a-6620fe16857e", "id": 1, "orderNo": 2, "externalSaleIdentifier": "sample string 3", "storeID": 4, "zoneID": 5, "deptNo": 6, "customerIdentifier": "4P8bMczGokG0sz3fwRIvTw==", "customerIdentifierGuid": "311bffe0-c6cc-41a2-b4b3-3ddfc1122f4f", "operatorNo": 1, "operatorG_UID": "6Kh5H3vRk0WIsMrhMu76yw==", "operatorGuid": "1f79a8e8-d17b-4593-88b0-cae132eefacb", "created": "2025-08-02T23:24:39.0790464", "ordered": "2025-08-02T23:24:39.0790464", "started": "2025-08-02T23:24:39.0790464", "completed": "2025-08-02T23:24:39.0790464", "supplied": "2025-08-02T23:24:39.0790464", "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": "sM/nfxx9/keKQ4xGHq54Dw==", "pluGuid": "7fe7cfb0-7d1c-47fe-8a43-8c461eae780f", "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": "1EfJNRU3F0GmRKLJAy3Psw==", "headerIdentifierGuid": "35c947d4-3715-4117-a644-a2c9032dcfb3", "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": "G+eMocxgQUqDq+jgsvST6w==", "surveyGuid": "a18ce71b-60cc-4a41-83ab-e8e0b2f493eb", "saleHeaderGuid": "imk3CE9wgUSAxH70MuV5mA==", "saleGuid": "0837698a-704f-4481-80c4-7ef432e57998", "textResponse": "sample string 1", "integerResponse": 1, "g_UIDResponse": "2tdx4O/PJkiKoWIlEiRmHQ==", "guidResponse": "e071d7da-cfef-4826-8aa1-62251224661d", "whoAnswered": 2, "answeredAtUTC": "2025-08-02T23:24:39.0790464", "sale": { "$ref": "77" }, "survey": { "$id": "91", "g_UID": "+mKUs7XHHE+RI8g8u0n2qA==", "guid": "b39462fa-c7b5-4f1c-9123-c83cbb49f6a8", "name": "sample string 1", "storeID": 2, "zoneID": 1, "checkoutFormG_UID": "xdFluoaPf0SdXo+JIIEWgA==", "checkoutFormGuid": "ba65d1c5-8f86-447f-9d5e-8f8920811680", "displayToWho": 3, "displayWhen": 4, "start": "2025-08-02T23:24:39.0790464", "end": "2025-08-02T23:24:39.0790464", "deleted": true, "updated": "2025-08-02T23:24:39.0790464", "possibleIntegerResponses": [ 1, 2 ], "possibleTextResponses": [ "sample string 1", "sample string 2" ], "possibleGuidResponses": [ "95c513fd-d710-4545-b519-0a8c0ede4f5c", "a9eb70ab-92c3-4a86-b410-a034c330c42b" ], "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": "rDp1FnqQqUuwbNhCD0rr9g==", "accountIdentifier": "16753aac-907a-4ba9-b06c-d8420f4aebf6", "accountName": "sample string 42", "customerOrderIdentifier": "3z7ts02iLEeyAP1AZlqcOQ==", "customerOrderIdentifierGuid": "b3ed3edf-a24d-472c-b200-fd40665a9c39", "priceLevelName": "sample string 43", "revision": 44, "ingressId": "sample string 45" }, "metadata": { "$id": "92", "id": 1, "paymentID": 2, "paymentIdentifier": "moUTLMzGCEOZuOrucd1hkQ==", "paymentIdentifierGuid": "2c13859a-c6cc-4308-99b8-eaee71dd6191", "identifier": "L075/t+SV0as58Wa1O9rFA==", "identifierGuid": "fef94e2f-92df-4657-ace7-c59ad4ef6b14", "metadata": "sample string 3", "signatureImage": "QEA=", "itemIdentifier": "qLg2p4Bj7kOL18+VZOQ+tg==", "itemIdentifierGuid": "a736b8a8-6380-43ee-8bd7-cf9564e43eb6" } }, { "$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": "tu1QJ3GzP0WZXJb7hmUGdQ==", "customerIdentifierGuid": "2750edb6-b371-453f-995c-96fb86650675", "voucherName": "sample string 2", "count": 3, "storeID": 4, "barcode": "sample string 5", "redeemCount": 6, "issueCount": 7, "storeSalePaymentID": 1, "idempotentID": "8E3YpAD8H0CCdw47tkSklA==", "idempotentGuid": "a4d84df0-fc00-401f-8277-0e3bb644a494", "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:39.0790464", "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:39.0790464", "labelPageLayout": "mWmeGZI9n0SpjAI2Xv2eKw==", "pageLayoutGuid": "199e6999-3d92-449f-a98c-02365efd9e2b", "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:39.0790464" }, { "$ref": "97" } ] }, "customerVouchers": [ { "$id": "98", "id": 1, "customerIdentifier": "mKCXPbLPOEOXjwYFL0BnMQ==", "customerIdentifierGuid": "3d97a098-cfb2-4338-978f-06052f406731", "voucherID": 3, "voucherName": "sample string 4", "storeID": 1, "barcode": "sample string 5", "dateOfIssue": "2025-08-02T23:24:39.0790464", "issuedSaleHeaderID": 1, "issuedSaleIdentifier": "sample string 7", "issuedOfflinePaymentID": 1, "issuedIdempotentID": "OcfnvdGHSkGJ+6yGB87/Qg==", "issuedIdempotentGuid": "bde7c739-87d1-414a-89fb-ac8607ceff42", "issuedOffline": true, "issuedUser": "sample string 9", "issuedNotes": "sample string 10", "expiryDate": "2025-08-02T23:24:39.0790464", "expiredUser": "sample string 11", "expiredNotes": "sample string 12", "redeemed": "2025-08-02T23:24:39.0790464", "redeemedSaleHeaderID": 1, "redeemedSaleIdentifier": "sample string 13", "redeemedOfflinePaymentID": 1, "redeemedIdempotentID": "5t4BbjS8PU6oBIgrYzKjQg==", "redeemedIdempotentGuid": "6e01dee6-bc34-4e3d-a804-882b6332a342", "redeemedUser": "sample string 14", "redeemedNotes": "sample string 15", "redeemedOffline": true, "updated": "2025-08-02T23:24:39.0790464", "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": "/TieYbV5WEGv08kItHYGog==", "groupIDGuid": "619e38fd-79b5-4158-afd3-c908b47606a2", "campaign": { "$ref": "66" }, "group": { "$ref": "74" } }, { "$ref": "99" } ], "signIqTickets": [ { "$id": "100", "identifier": "h+zI/wPu0Umvbj6KREVI+Q==", "identifierGuid": "ffc8ec87-ee03-49d1-af6e-3e8a444548f9", "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": "+Rg6i3acZEaOJmtwR+aW6Q==", "guid": "8b3a18f9-9c76-4664-8e26-6b7047e696e9", "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": "UvYzSneKykaVWHck93XSUA==", "groupGuid": "4a33f652-8a77-46ca-9558-7724f775d250", "comboPriceType": 5, "priceType": 5, "pluG_UID": "D4c1msaXk0q2bEMRsw/Mgg==", "pluGuid": "9a35870f-97c6-4a93-b66c-4311b30fcc82", "priceGroupG_UID": "94MujA2ZDki+JRxPgzPmfA==", "priceGroupGuid": "8c2e83f7-990d-480e-be25-1c4f8333e67c", "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": "JYD50UYGZUOznZ3Diweg4g==", "priceLevelIdentifierGuid": "d1f98025-0646-4365-b39d-9dc38b07a0e2", "campaignName": "sample string 3", "priceLevelName": "sample string 4" }, { "$ref": "103" } ] }, "product": { "$ref": "2" }, "dealCost": { "$id": "104", "headerIdentifier": "cR/8KtARKEGpuT9exRkbng==", "headerIdentifierGuid": "2afc1f71-11d0-4128-a9b9-3f5ec5191b9e", "identifier": "EG9w8VU5tEmsA7LWOGu13w==", "identifierGuid": "f1706f10-3955-49b4-ac03-b2d6386bb5df", "supplierIdentifier": "4BkZvifmzkirexhgIydxbg==", "supplierGuid": "be1919e0-e627-48ce-ab7b-18602327716e", "pluG_UID": "nHI6Qcozg0yGIoh1ZyxUgg==", "pluGuid": "413a729c-33ca-4c83-8622-8875672c5482", "campaignName": "3b76eddd-904e-42c0-afa1-2217c8f4cec5", "description": "sample string 4", "cost": 5, "costDecimals": 6, "start": "2025-08-02T23:24:39.0790464", "end": "2025-08-02T23:24:39.0790464", "type": 9, "promoType": 10, "bonusItemPLUG_UID": "m02uMcm3JUKket987sLSAg==", "bonusItemPluGuid": "31ae4d9b-b7c9-4225-a47a-df7ceec2d202", "bonusPurchaseUnits": 11, "bonusReceiveUnits": 12, "updated": "2025-08-02T23:24:39.0790464", "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:39.0790464", "campaignEndDate": "2025-08-02T23:24:39.0790464", "masterPLUG_UID": "GqImSy2kn0iXLKSanLdCrg==", "masterID": "4b26a21a-a42d-489f-972c-a49a9cb742ae", "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": "2tDs101f9kaF2PHGDiEKJQ==", "bonusMasterID": "d7ecd0da-5f4d-46f6-85d8-f1c60e210a25", "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:39.0790464", "dealCosts": [ { "$ref": "104" }, { "$ref": "104" } ], "tags": [ { "$id": "105", "pluG_UID": "1NeFqmg6XE6W8KeQPe6GIw==", "pluGuid": "aa85d7d4-3a68-4e5c-96f0-a7903dee8623", "tagID": 1, "description": "sample string 1", "storeIDs": [ 1, 2 ] }, { "$ref": "105" } ], "alternateProductG_UID": "zKsf+7CUEEe19JUWBwLfpg==", "alternateProduct": "fb1fabcc-94b0-4710-b5f4-95160702dfa6", "productHostCode": { "$id": "106", "id": 1, "pluG_UID": "ixAx7gcXi0SQWI6Yy1bszQ==", "pluGuid": "ee31108b-1707-448b-9058-8e98cb56eccd", "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:39.0790464", "inventoryTracked": "2025-08-02T23:24:39.0790464", "isNormalPriceChangesCampaign": true }, "unknownScan": { "$id": "107", "pluG_UID": "1YDmevmGQEWcwSefUg2YyQ==", "pluGuid": "7ae680d5-86f9-4540-9cc1-279f520d98c9", "orderGuid": "uvfpUsyArkOfLSlKhFenVQ==", "orderIdentifier": "52e9f7ba-80cc-43ae-9f2d-294a8457a755", "barcode": "sample string 3", "created": "2025-08-02T23:24:39.0790464" }, "unknownScanItem": true, "substitute": { "$ref": "2" }, "warehouseProduct": { "$ref": "2" }, "lookup": { "$id": "108", "pluG_UID": "fg8FqEkHFUCm4uxHWUJujw==", "pluGuid": "a8050f7e-0749-4015-a6e2-ec4759426e8f", "inventoryGuid": "8PC1TB35uECCWpBTaYWxpA==", "inventoryIdentifier": "4cb5f0f0-f91d-40b8-825a-90536985b1a4", "averageWeeklySales": 1.0, "inventoryAverageWeeklySales": 1.0, "onHand": 1, "onHandPacks": 1, "onOrder": 1, "onOrderPacks": 1, "accuracy": 1, "lastOrdered": "2025-08-02T23:24:39.0790464", "lastOrderQuantity": 1.1, "lastReceived": "2025-08-02T23:24:39.0790464", "lastReceivedQuantity": 1.1, "lastInvoiceStatus": 1 }, "productOrderingDetail": { "$ref": "10" }, "dealCost": { "$ref": "104" }, "nextCost": { "$ref": "104" }, "lastChance": true, "holdOff": 16, "holdOffDate": "2025-08-02T23:24:39.0790464", "orderHeader": { "$id": "109", "orderID": 1, "orderGuid": "9jnG150iXkqJeeczr+SSGw==", "orderIdentifier": "d7c639f6-229d-4a5e-8979-e733afe4921b", "backToBack": 1, "b2bGuid": "LChGvQiaWE6Zo9TYcMJ2Lg==", "b2bIdentifier": "bd46282c-9a08-4e58-99a3-d4d870c2762e", "status": 2, "created": "2025-08-02T23:24:39.0790464", "createdLocal": "2025-08-02T23:24:39.0790464", "createdByUser": "sample string 3", "storeID": 1, "transferGuid": "CchsynxkHE6lfuEH2AbuSA==", "transferIdentifier": "ca6cc809-647c-4e1c-a57e-e107d806ee48", "transferInvoiceIdentifier": "ndooPGEeOUSMwks01A4YfQ==", "transferInvoiceGuid": "3c28da9d-1e61-4439-8cc2-4b34d40e187d", "attachedToInvoice": 4, "transferType": 1, "supplierIdentifier": "kp4LO+8rKkqdz6qJhSZXQw==", "supplierIdentifierGuid": "3b0b9e92-2bef-4a2a-9dcf-aa8985265743", "description": "sample string 5", "rows": 1, "cartons": 1, "units": 1, "sentCount": 1, "sent": "2025-08-02T23:24:39.0790464", "sentLocal": "2025-08-02T23:24:39.0790464", "sentByUser": "sample string 6", "lastSentStatus": 1, "cancelled": "2025-08-02T23:24:39.0790464", "cancelledLocal": "2025-08-02T23:24:39.0790464", "cancelledByUser": "sample string 7", "shipped": "2025-08-02T23:24:39.0790464", "shippedLocal": "2025-08-02T23:24:39.0790464", "shippedByUser": "sample string 8", "stockReceived": "2025-08-02T23:24:39.0790464", "stockReceivedLocal": "2025-08-02T23:24:39.0790464", "stockReceivedByUser": "sample string 9", "received": "2025-08-02T23:24:39.0790464", "receivedLocal": "2025-08-02T23:24:39.0790464", "completed": "2025-08-02T23:24:39.0790464", "completedLocal": "2025-08-02T23:24:39.0790464", "updated": "2025-08-02T23:24:39.0790464", "updatedLocal": "2025-08-02T23:24:39.0790464", "dueDate": "2025-08-02T23:24:39.0790464", "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": "f2WQ+oPAz0uoksT/Kfh5dQ==", "transportCompanyIdentifier": "fa90657f-c083-4bcf-a892-c4ff29f87975", "autoOrder": 27, "hostIdentifier": "XaEy+PP7d0KRsXd7LzwmUw==", "hostIdentifierGuid": "f832a15d-fbf3-4277-91b1-777b2f3c2653", "defaultOrderDocumentId": 1, "defaultStockReceiveDocumentId": 1, "temperature": 1.1, "temperatureScale": 28, "rating": 29, "lastOrderEmailSentId": "sample string 30", "lastOrderEmailSentStatus": "sample string 31", "deleted": "2025-08-02T23:24:39.0790464", "deletedByUser": "sample string 32", "autoOrderGuid": "CC2oZSjb4E6909lGwOupmA==", "autoOrderIdentifier": "65a82d08-db28-4ee0-bdd3-d946c0eba998", "autoOrderHeader": { "$id": "110", "autoOrderGuid": "BOxEL3KRdEuRa12R7ZbQgg==", "autoOrderIdentifier": "2f44ec04-9172-4b74-916b-5d91ed96d082", "orderGuid": "w1jip1lIhUiIf5VdNosWhg==", "orderIdentifier": "a7e258c3-4859-4885-887f-955d368b1686", "created": "2025-08-02T23:24:39.0790464", "orderID": 1, "storeID": 1, "orderDate": "2025-08-02T23:24:39.0790464", "supplierIdentifier": "JuhsLjnj/UaAZ9W9Y0HsCQ==", "supplierIdentifierGuid": "2e6ce826-e339-46fd-8067-d5bd6341ec09", "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": "kGl16aIAE0e7SeHqSD8v3g==", "transportCompanyIdentifier": "e9756990-00a2-4713-bb49-e1ea483f2fde", "store": { "$ref": "3" }, "supplier": { "$ref": "7" }, "details": [ { "$id": "111", "autoOrderGuid": "WmEV9u7uPk+zy9yMtR6IkQ==", "autoOrderIdentifier": "f615615a-eeee-4f3e-b3cb-dc8cb51e8891", "pluG_UID": "+zJNtbBNykaRX67WEylkBg==", "pluGuid": "b54d32fb-4db0-46ca-915f-aed613296406", "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:39.0790464", "investmentBuyStatus": 2, "processed": "2025-08-02T23:24:39.0790464", "product": { "$ref": "2" }, "orderCode": "sample string 3", "directIndicator": "sample string 4", "cycle": { "$ref": "14" }, "dayWeighting": { "$id": "112", "sunday": 1.1 }, "inventory": { "$id": "113", "inventoryGuid": "SSEMxGh4pkirdFp/88itZw==", "inventoryIdentifier": "c40c2149-7868-48a6-ab74-5a7ff3c8ad67", "created": "2025-08-02T23:24:39.0790464", "createdLocal": "2025-08-02T23:24:39.0790464", "onHand": 4, "onHandPacks": 5, "onOrder": 6, "onOrderPacks": 7, "accuracy": 8, "updated": "2025-08-02T23:24:39.0790464", "aws": 1.0, "history": [ { "$id": "114", "inventoryGuid": "6ejsg42yGUu24G0+ByWctA==", "inventoryIdentifier": "83ece8e9-b28d-4b19-b6e0-6d3e07259cb4", "pluG_UID": "i1N9r1YUbEa3Jmz7fQtBnQ==", "pluIdentifier": "af7d538b-1456-466c-b726-6cfb7d0b419d", "inventoryReason": 3, "inventoryInvoiceGuid": "x8LDMStNnkiR+wZoB+M7Uw==", "invoiceIdentifier": "31c3c2c7-4d2b-489e-91fb-066807e33b53", "operatorGuid": "vdO2c6llpEW0uu7twZZy+Q==", "operatorIdentifier": "73b6d3bd-65a9-45a4-b4ba-eeedc19672f9", "stocktakeGuid": "C1DVg4zRtEev8KPJl3PyWw==", "stocktakeIdentifier": "83d5500b-d18c-47b4-aff0-a3c99773f25b", "orderGuid": "FRU4YjssEEaf5wfSDZC/0w==", "orderIdentifier": "62381515-2c3b-4610-9fe7-07d20d90bfd3", "saleHeaderGuid": "Rp65UIY//EefML2BFZOMsw==", "saleHeaderGuidIdentifier": "50b99e46-3f86-47fc-9f30-bd8115938cb3", "dumpStockID": 1, "fuelDeliveryID": 1, "creditNoteIdentifier": "eTZaskasGUqFLKBr+eS3eA==", "creditNoteGuid": "b25a3679-ac46-4a19-852c-a06bf9e4b778", "inventorySourceGuid": "jGhF0ImKuEiE65s9iKiyRA==", "inventorySourceIdentifier": "d045688c-8a89-48b8-84eb-9b3d88a8b244", "createdLocal": "2025-08-02T23:24:39.0790464", "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:39.0790464", "createdLocalTime": "2025-08-02T23:24:39.0790464", "storeID": 14, "barcode": "sample string 15", "directCode": "sample string 16", "productName": "sample string 17", "salesMode": 18, "orderPacked": 19, "invoice": { "$id": "115", "inventoryInvoiceGuid": "JBGmXsI6p0mwDhYC8S5uPg==", "invoiceIdentifier": "5ea61124-3ac2-49a7-b00e-1602f12e6e3e", "inventoryGuid": "bfN/Y5BWOkKQ1vLJyKf/zQ==", "inventoryIdentifier": "637ff36d-5690-423a-90d6-f2c9c8a7ffcd", "supplierIdentifier": "sScn1zXVXEu6sRlsqn6R6w==", "supplierGuid": "d72727b1-d535-4b5c-bab1-196caa7e91eb", "orderGuid": "3nOaGZ0GV0yuI9Ql8qKWyA==", "orderIdentifier": "199a73de-069d-4c57-ae23-d425f2a296c8", "invoiceHeaderIdentifier": "0qX6rR3bhEOReCUn9hF5BA==", "invoiceHeaderGuid": "adfaa5d2-db1d-4384-9178-2527f6117904", "created": "2025-08-02T23:24:39.0790464", "ordered": "2025-08-02T23:24:39.0790464", "storeID": 1, "bestOrExpire": "2025-08-02T23:24:39.0790464", "bestOrExpireType": 1, "units": 1, "weight": 1, "received": "2025-08-02T23:24:39.0790464", "cost": 1, "totalCost": 1, "freightCost": 1, "inStock": 1, "pluG_UID": "oReRpUs6sEqzCzv0Q/N2JA==", "pluGuid": "a59117a1-3a4b-4ab0-b30b-3bf443f37624", "orderInventoryGuid": "ivHpR5MyCU6Oc09uO5lg7A==", "orderInventoryIdentifier": "47e9f18a-3293-4e09-8e73-4f6e3b9960ec", "supplier": { "$ref": "7" }, "inventoryUnits": [ { "$id": "116", "invoiceItemNo": 1, "inventoryInvoiceGuid": "ciKN0kVubEOk9lP06BvlvA==", "invoiceIdentifier": "d28d2272-6e45-436c-a4f6-53f4e81be5bc", "inventoryGuid": "05wVFZ7OyUmSukdwQuAI0w==", "inventoryIdentifier": "15159cd3-ce9e-49c9-92ba-477042e008d3", "serialNumber": "sample string 3", "sold": "2025-08-02T23:24:39.0790464", "saleItemID": 1, "storeID": 1, "returned": "2025-08-02T23:24:39.0790464", "dumped": 1, "saleHeaderID": 1 }, { "$ref": "116" } ] }, "invoiceHeaderIdentifier": "rnpllJsqCU6311Zt7EY5vA==", "invoiceHeaderGuid": "94657aae-2a9b-4e09-b7d7-566dec4639bc", "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:39.0790464" }, "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": "yDGJey6nbEuDptNRrJFQLQ==", "pluGuid": "7b8931c8-a72e-4b6c-83a6-d351ac91502d", "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:39.0790464": { "$id": "122", "date": "2025-08-02T23:24:39.0790464", "salePrice": 1, "campaign": "sample string 2", "campaignDescription": "sample string 3", "combo": true, "comboPriceGroupG_UID": "tMU6jy4mIkqO8BMX7dDAng==", "comboPriceGroupGuid": "8f3ac5b4-262e-4a22-8ef0-1317edd0c09e" } }, "onHandPredictions": [ { "$id": "123", "autoOrderGuid": "fbBXTjxYIUe1PC7EksppCg==", "autoOrderIdentifier": "4e57b07d-583c-4721-b53c-2ec492ca690a", "pluG_UID": "cmE5Xcw2i06hfGSxHmqckQ==", "pluGuid": "5d396172-36cc-4e8b-a17c-64b11e6a9c91", "childPLUG_UID": "YJkxfN7IIUmakJFhOqyoaQ==", "childPluGuid": "7c319960-c8de-4921-9a90-91613aaca869", "date": "2025-08-02T23:24:39.0790464", "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": "3d864b95-577e-4dfe-96a1-5502f0eaaf80", "cartonQuantity": 1, "sellPrice": 1, "cost": 1, "costDecimals": 1, "bufferDays": 6, "boostDays": 7 }, { "$ref": "111" } ], "boosts": [ { "$id": "124", "autoOrderGuid": "Mtu8fwibxUKfL8Q3x9I92A==", "autoOrderIdentifier": "7fbcdb32-9b08-42c5-9f2f-c437c7d23dd8", "date": "2025-08-02T23:24:39.0790464", "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": "JrI5YEqYXUSAVw+WnVJpUA==", "orderIdentifier": "6039b226-984a-445d-8057-0f969d526950", "supplierIdentifier": "nKzutsBmb0iYKie2jNXHWA==", "supplierGuid": "b6eeac9c-66c0-486f-982a-27b68cd5c758", "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": "vF2xfiVKxkqwfryoUXSKsg==", "identifierGuid": "7eb15dbc-4a25-4ac6-b07e-bca851748ab2", "companyName": "sample string 1", "abn": "sample string 2", "address1": "sample string 3", "address2": "sample string 4", "telephone": "sample string 5", "primaryContactGuid": "suc0+F2px0GDD3xt5fnRSA==", "primaryContactID": "f834e7b2-a95d-41c7-830f-7c6de5f9d148", "primaryContact": { "$ref": "8" } }, "isMetcashSorted": true, "backupOrderType": "sample string 41", "backupOrderTypeDescription": "sample string 42", "backupTradingPartner": 1, "backupHostIdentifier": "78fe10e1-a462-4a79-a025-e187a43a1831" }, "invoiceDetail": { "$id": "128", "identifier": "YpmIfCY3N0K9x7RiGl1cmQ==", "identifierGuid": "7c889962-3726-4237-bdc7-b4621a5d5c99", "headerIdentifier": "6bFHulfAN0W3NmybwOGnMQ==", "headerIdentifierGuid": "ba47b1e9-c057-4537-b736-6c9bc0e1a731", "pluG_UID": "PyF/eWOTGU+Ifu5+7GX2hg==", "pluGuid": "797f213f-9363-4f19-887e-ee7eec65f686", "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:39.0790464", "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:39.0790464", "costEnd": "2025-08-02T23:24:39.0790464", "createdFromUnknownScan": true, "orderGuid": "vhWnZ86T6kSfK5xBhPG9Pg==", "orderIdentifierGuid": "67a715be-93ce-44ea-9f2b-9c4184f1bd3e", "processed": true, "received": true, "inventoried": true, "fromElectronicInvoice": true, "allowDelete": true, "updated": "2025-08-02T23:24:39.0790464", "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": "F5aAo6F0i02gh5xaus6wSQ==", "pluGuid": "a3809617-74a1-4d8b-a087-9c5abaceb049", "invoiceIdentifier": "lq8b8esMUkinIcZC6zh0fw==", "invoiceGuid": "f11baf96-0ceb-4852-a721-c642eb38747f", "barcode": "sample string 3", "itemNumber": "sample string 4", "created": "2025-08-02T23:24:39.0790464" }, "productActive": true, "productSalesMode": 35, "productGSTPercent": 36, "productCostCalcMethod": 37, "productAlwaysApplyMargin": true, "productMarginRanged": true, "productMargin": 1.1, "productMinimumMargin": 1.1, "productMaximumMargin": 1.1, "priceGroupG_UID": "2jN7YpUlLE2XRUDBXtbdqg==", "priceGroupGuid": "627b33da-2595-4d2c-9745-40c15ed6ddaa", "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.