POST api/autoOrder/{id}/product/{pluGuid}
Add a new Auto Order detail and process for auto order
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Auto Order identifier |
globally unique identifier |
Required |
pluGuid |
Product identifier |
globally unique identifier |
Required |
Body Parameters
Order detail auto order processing should be based off
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. |
Request Formats
application/json, text/json
{ "id": 1, "orderGuid": "YsEf1tFh00SUymtA6KKigg==", "orderIdentifier": "d61fc162-61d1-44d3-94ca-6b40e8a2a282", "pluG_UID": "FtmM+7+KZ0qc1fCXx3ClHg==", "pluGuid": "fb8cd916-8abf-4a67-9cd5-f097c770a51e", "created": "2025-06-14T07:24:45.6366997", "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": "+5OYAO8/ok68BkMLSrqjfQ==", "substituteGuid": "009893fb-3fef-4ea2-bc06-430b4abaa37d", "warehousePLUG_UID": "vG0n2RCig0+hVSGzw6UgQA==", "warehousePluGuid": "d9276dbc-a210-4f83-a155-21b3c3a52040", "updated": "2025-06-14T07:24:45.6366997", "increment": true, "description": "sample string 13", "product": { "$id": "2", "plu": 1, "storeID": 1, "masterPluG_UID": "QEA=", "storeIDs": [ 1, 2 ], "g_UId": "RvlYF1FSdkeKMzMA3Xq8XQ==", "guid": "1758f946-5251-4776-8a33-3300dd7abc5d", "apn": "sample string 1", "apnChanged": true, "apnSwitched": true, "barcode": "sample string 4", "itemNumber": "sample string 5", "itemNumberChanged": true, "priceGroupG_UID": "sW2jcrz2vEuUSvUvEyVC8w==", "priceGroupGuid": "72a36db1-f6bc-4bbc-944a-f52f132542f3", "blueprintID": 1, "lastCountedDate": "2025-06-14T07:24:45.6366997", "externalID": "sample string 7", "active": true, "activated": "2025-06-14T07:24:45.6366997", "pluCreated": "2025-06-14T07:24:45.6366997", "createdByUser": "sample string 9", "name": "sample string 10", "nameChanged": true, "secondDescription": "sample string 12", "hostDescription": "sample string 13", "keepCartonQty": true, "keepDescription": true, "keepDepartments": true, "keepSuppliers": true, "markdownDescription": "sample string 18", "altDescription": "sample string 19", "bestOrExpire": 20, "lastUpdate": "2025-06-14T07:24:45.6366997", "lastManualUpdate": "2025-06-14T07:24:45.6366997", "imageName": "sample string 23", "showImageOnFlipCharts": true, "showTextOnFlipCharts": true, "overrideFlipChartText": true, "flipChartText": "sample string 27", "salesMode": 1, "eftCode": 1, "price": 1, "priceChanged": true, "rrp": 1, "gstPercent": 28, "gstPercentChanged": true, "costGSTPercent": 29, "costGSTPercentChanged": true, "wetPercent": 1, "priceOverride": 1, "cost": 1, "currentCost": 1, "currentCostDecimals": 1, "grossProfit": 1.0, "currentCostDesc": "sample string 30", "currentCostEnd": "2025-06-14T07:24:45.6366997", "currentCostUpdated": "2025-06-14T07:24:45.6366997", "costDecimals": 31, "costChanged": true, "dealCostIdentifier": "QEA=", "excludeFromRebate": true, "rebateOverride": 1, "costCalcMethod": 1, "costCalcMethodChanged": true, "costEffectiveDate": "2025-06-14T07:24:45.6366997", "defaultGP": 1, "breakTargetMode": 32, "break1": 1, "price1": 1, "target1": 33, "break2": 1, "price2": 1, "target2": 34, "break3": 1, "price3": 1, "target3": 35, "break1Changed": true, "price1Changed": true, "target1Changed": true, "break2Changed": true, "price2Changed": true, "target2Changed": true, "break3Changed": true, "price3Changed": true, "target3Changed": true, "breakTargetModeChanged": true, "margin": 1.1, "marginChanged": true, "marginRanged": true, "marginRangedChanged": true, "minimumMargin": 1.1, "minimumMarginChanged": true, "maximumMargin": 1.1, "maximumMarginChanged": true, "overrideHostWarehouseIndicator": true, "overrideHostWarehouseIndicatorChanged": true, "overrideHostPrice": true, "overrideHostPriceChanged": true, "overrideHostCost": true, "overrideHostCostChanged": true, "overrideHostMargin": true, "overrideHostMarginChanged": true, "alwaysApplyMargin": true, "alwaysApplyMarginChanged": true, "aws": 1.0, "awsUpdated": "2025-06-14T07:24:45.6366997", "posTare": 1, "altPrice": 1.0, "altPriceChanged": true, "altPriceMode": 52, "altPriceModeChanged": true, "altPLUG_UID": "Mi0+h/N/HUezAbXelwKhmg==", "altPLUGuid": "873e2d32-7ff3-471d-b301-b5de9702a19a", "altPLUGuidChanged": true, "altPriceDescription1": "sample string 53", "altPriceDescription2": "sample string 54", "cartonQuantity": 55, "cartonQuantityChanged": true, "trayID": 1, "promptID": 1, "tare": 1, "packQty": 1, "fixedWeight": 1, "extraMesg": 1, "text1": "sample string 57", "text2": "sample string 58", "text3": "sample string 59", "labelText": "sample string 60", "labelTextChanged": true, "sendToScale": true, "nonScaleWeigh": true, "labelFormat": "sample string 64", "barcodeFormat": "sample string 65", "austMade": 1, "coolCode": 66, "countryOfOrigin": "sample string 67", "percentContent": 68.1, "departmentID": 1, "subDepartmentID": 1, "minorDepartmentID": 1, "lesserDepartmentID": 1, "deptCode": "sample string 69", "subDeptCode": "sample string 70", "minorDeptCode": "sample string 71", "lesserDeptCode": "sample string 72", "deptName": "sample string 73", "subDeptName": "sample string 74", "minorDeptName": "sample string 75", "lesserDeptName": "sample string 76", "departmentChanged": true, "subCategoryID": 1, "expiry": 1, "showDays": 1, "datePrint": 1, "labelRequired": true, "labelShelfQty": 79, "labelShelfChanged": true, "labelTalkerQty": 81, "labelSmall": true, "labelLastPrinted": "2025-06-14T07:24:45.6366997", "labelLastPrice": 1, "shelfPageLayoutG_UID": "HNhaDaHamUiejOdqqssnaA==", "shelfPageLayoutGuid": "0d5ad81c-daa1-4899-9e8c-e76aaacb2768", "talkerPageLayoutG_UID": "VDZidrSx6k6LT3Slb6Cm+w==", "talkerPageLayoutGuid": "76623654-b1b4-4eea-8b4f-74a56fa0a6fb", "unitMeasure": 1.1, "unitMeasureChanged": true, "unitMeasureKind": 84, "unitMeasureKindChanged": true, "signIQData": "sample string 86", "refresh": true, "earnLoyaltyPoints": true, "earnLoyaltyPointsChanged": true, "quantityOverride": true, "quantityOverrideChanged": true, "quantityRequired": true, "quantityRequiredChanged": true, "allowDiscounts": true, "allowDiscountsChanged": true, "discountDiscounts": true, "discountDiscountsChanged": true, "itemRecalled": true, "itemRecalledChanged": true, "noRefund": true, "noRefundChanged": true, "allowMarkdown": true, "allowMarkdownChanged": true, "priceRequired": true, "priceRequiredChanged": true, "fuelItem": true, "fuelItemChanged": true, "trackSerial": true, "trackSerialChanged": true, "allowZeroPrice": true, "allowZeroPriceChanged": true, "notForSale": 90, "notForSaleChanged": true, "excludeFromDeals": true, "excludeFromVoucher": true, "minimumAge": 93, "minimumAgeChanged": true, "buyingLimit": 1, "buyingLimitChanged": true, "buyingLimitIndependent": true, "buyingLimitIndependentChanged": true, "inventoryGuid": "UZBfoMkqLEGyvTSzHo+13Q==", "inventoryIdentifier": "a05f9051-2ac9-412c-b2bd-34b31e8fb5dd", "inventoryAccuracy": 1, "baseUnits": 97, "orderPacked": 1, "isManufactured": true, "isIngredient": true, "isModifier": true, "isModifierChanged": true, "hasModifiers": 98, "defaultPrinter": "sample string 99", "defaultPrinterGroup": "sample string 100", "ingredientsOnManufacture": true, "manufactureUnitMeasure": 1, "mpl": 1, "maxShelfQty": 101, "allowAutoOrder": true, "warrantyPeriod": 1, "parentPluG_UId": "wPhyBps5E0mvekW1Sza4pw==", "parentPluGuid": "0672f8c0-399b-4913-af7a-45b54b36b8a7", "preferredHostVendor": 103, "preferredHostChanged": true, "code": "sample string 105", "supplierIdentifier": "j0IAoizwdEqEx2IIqzDFpw==", "supplierIdentifierGuid": "a200428f-f02c-4a74-84c7-6208ab30c5a7", "supplierChanged": true, "rebateSupplierIdentifier": "9VYZmv8Pl0m5a5/6lVTkVA==", "rebateSupplierIdentifierGuid": "9a1956f5-0fff-4997-b96b-9ffa9554e454", "rebateSupplierChanged": true, "availableForOrder": true, "warehouseDirectIndicator": "sample string 107", "warehouseDirectIndicatorChanged": true, "productGrade": "sample string 109", "productType": "sample string 110", "productGroup": "sample string 111", "complianceIndicator": "sample string 112", "inhouseBrand": "sample string 113", "slowMoving": true, "generalMerchandise": true, "comment": "sample string 116", "lastUpdatedByUser": "sample string 117", "lastManualUpdatedByUser": "sample string 118", "lastUpdatedByUserOverride": true, "lastUpdatedByHost": "2025-06-14T07:24:45.6366997", "commodity": "sample string 120", "businessPillar": "sample string 121", "mscCommodity": "sample string 122", "hostIdentifier": "72JHYTWD8EGFGzuvBsHqug==", "hostIdentifierGuid": "614762ef-8335-41f0-851b-3baf06c1eaba", "serviceFeeID": 1, "serviceFeeIDChanged": true, "providerName": "sample string 124", "aisleEnds": "sample string 125", "deleted": true, "deletedChanged": true, "hidden": true, "doNotRange": true, "doNotRangeChanged": true, "doNotOrder": true, "doNotOrderChanged": true, "locked": true, "excludeFromWebUpdate": true, "excludeFromWebUpdateChanged": true, "webPriceBasedOn": 136, "webPriceRounding": true, "webMarkup": 138, "webPriceMode": 139, "altDepartmentID": 1, "altSubDepartmentID": 1, "altMinorDepartmentID": 1, "altLesserDepartmentID": 1, "altDeptCode": "sample string 140", "altSubDeptCode": "sample string 141", "altMinorDeptCode": "sample string 142", "altLesserDeptCode": "sample string 143", "altDepartmentChanged": true, "storeProducts": [ { "$ref": "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-06-14T07:24:45.6366997", "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": "0UMvlldqVEiKJkPxfE8PwQ==", "hostIdentifierGuid": "962f43d1-6a57-4854-8a26-43f17c4f0fc1", "hostName": 1, "hostAddress": "sample string 27", "hostUsername": "sample string 28", "hostPassword": "sample string 29", "excludeFromLeadInOut": true, "accountingProvider": 31, "accountingAddress": "sample string 32", "accountingUsername": "sample string 33", "accountingPassword": "sample string 34", "storeAccountingCode": "sample string 35", "softwareVariance": 36, "fuelWarningVariance": 37.0, "fuelErrorVariance": 38.0, "fuelAccumulatedWarningVariance": 39.0, "fuelAccumulatedErrorVariance": 40.0, "drawManagment": 41, "endOfDayManagment": true, "autoFillCashBalancing": true, "fuelDayVariance": 44, "accountingTradingTime": "00:00:00.1234567", "stockActivateProduct": 46, "giftCardSalesAccountingDeptCode": "sample string 47", "transactionDiscountAccountingDeptCode": "sample string 48", "size": 49, "updated": "2025-06-14T07:24:45.6366997", "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": "Z6QwUxnTs0mSvSjxPajnvg==", "hostIdentifierGuid": "5330a467-d319-49b3-92bd-28f13da8e7be", "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": "kLhSlmfaQ0KktnEDyrCM2Q==", "identifierGuid": "9652b890-da67-4243-a4b6-7103cab08cd9", "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": "Kbt769rgvkGMpJbusg7bNA==", "hostSupplierIdentifierGuid": "eb7bbb29-e0da-41be-8ca4-96eeb20edb34", "loyaltyPriceLevelIdentifier": "jidrkNIqy0qJYyTxULjJ/A==", "loyaltyPriceLevelIdentifierGuid": "906b278e-2ad2-4acb-8963-24f150b8c9fc", "isGroup": true, "description": "sample string 22", "hostProvider": 23, "hostTypeEnum": 24, "hostType": "sample string 25", "hostCode": "sample string 26", "username": "sample string 27", "password": "sample string 28", "passwordPlain": "sample string 29", "server": "sample string 30", "url": "sample string 31", "global": true, "stateCode": "sample string 33", "lastCollected": "2025-06-14T07:24:45.6366997", "lastProcessed": "2025-06-14T07:24:45.6366997", "hold": true, "supplierName": "sample string 35", "supplier": { "$id": "7", "identifier": "QaCvdqqSO0mUftVQYhWW2g==", "identifierGuid": "76afa041-92aa-493b-947e-d550621596da", "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": "YRztd2zaTEOlXWW2GrTfVQ==", "primaryContactID": "77ed1c61-da6c-434c-a55d-65b61ab4df55", "storeID": 1, "abn": "sample string 16", "supplierGroupIdentifier": "DNruxktMv0q1DSlQiL39GQ==", "supplierGroupGuid": "c6eeda0c-4c4b-4abf-b50d-295088bdfd19", "rebate": 1.0, "rebateType": 1, "rebateFrequency": 1, "rebateSource": 1, "rebateLastClaimed": "2025-06-14T07:24:45.6366997", "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": "b0414178-ee01-4dd3-9ae8-2229ad44faee", "identifier": "JbYm3ZfHt0+Mz/RQgSwb3w==", "identifierGuid": "dd26b625-c797-4fb7-8ccf-f450812c1bdf", "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": "vAPRAHZup0+sdkoRinjSng==", "supplierIdentifierGuid": "00d103bc-6e76-4fa7-ac76-4a118a78d29e", "contactGuid": "+kPuQj3o/0ar6sVQUqEDvQ==", "contactID": "42ee43fa-e83d-46ff-abea-c55052a103bd", "contact": { "$ref": "8" }, "supplier": { "$ref": "7" } }, { "$ref": "9" } ], "products": [ { "$id": "10", "pluG_UID": "uJ8s7qjjAUWHpgDa7tW/gg==", "pluGuid": "ee2c9fb8-e3a8-4501-87a6-00daeed5bf82", "supplierIdentifier": "+NTJEj7rnEmt13ZURijXSA==", "supplierIdentifierGuid": "12c9d4f8-eb3e-499c-add7-76544628d748", "cartonQuantity": 1, "cartonQuantityChanged": true, "productSize": "sample string 2", "cigarettesPerSleeve": 1, "randomWeight": true, "piecesPerUnit": 4, "averagePackSize": 5, "effectiveDate": "2025-06-14T07:24:45.6366997", "pricedByWeight": true, "landedUnitCostEx": 8, "landedUnitCostInc": 9, "landedCartonCostInc": 10, "landedCartonCostEx": 11, "standardCost": 12, "deliveryFee": 1, "deliveryFeeBasis": "sample string 13", "pickAndPackFee": 1, "pickAndPackFeeBasis": "sample string 14", "financeFee": 1, "financeFeeBasis": "sample string 15", "cartonLength": 1, "cartonWidth": 1, "cartonHeight": 1, "palletLayerQuantity": 1, "palletLayers": 1, "itemCode": "sample string 16", "invoiceCode": "sample string 17", "invoiceDesc": "sample string 18", "orderDirect": true, "useCost": true, "minimumQuantity": 19, "hostType": 20, "fromHost": 21, "minimumReorder": 1, "maximumReorder": 1, "orderMultiple": 22.1, "sellMultiple": 23.1, "baseMultiple": 24.1, "hostStandardCost": 25, "hostTotalCost": 26, "hostRetail": 27, "hostLandedUnitCostEx": 28, "hostLandedUnitCostInc": 29, "hostDesc": "sample string 30", "directIndicator": "sample string 31", "availableToOrder": true, "hostRangeIndicator": "sample string 33", "hostProductType": "sample string 34", "hostProductGrade": "sample string 35", "hostProductGroup": "sample string 36", "hostSlowMoving": true, "hostGeneralMerchandise": true, "hostPillar": "sample string 39", "hostLastUpdated": "2025-06-14T07:24:45.6366997", "rebate": 1.0, "rebateExclude": true, "invoiceCodes": [ { "$id": "11", "pluG_UID": "yARggC8ju0+gmmjEQCQ7ow==", "pluGuid": "806004c8-232f-4fbb-a09a-68c440243ba3", "supplierIdentifier": "8pS4c0YHbEG3j50kckyGYA==", "supplierIdentifierGuid": "73b894f2-0746-416c-b78f-9d24724c8660", "invoiceCode": "sample string 1", "storeIDs": [ 1, 2 ] }, { "$ref": "11" } ], "storeIDs": [ 1, 2 ], "preferredSupplier": true, "preferredRebateSupplier": true, "supplierName": "sample string 40", "salesMode": 41, "orderPacked": true, "active": true, "price": 1, "costGstPercent": 43, "parentPluG_UID": "3LYRL8fv5kuEccdP0cA4Mw==", "parentPluGuid": "2f11b6dc-efc7-4be6-8471-c74fd1c03833", "freight": 44.0, "freightType": 1, "product": { "$ref": "2" }, "supplier": { "$ref": "7" }, "serviceFee": { "$id": "12", "id": 1, "description": "sample string 1", "fee": 1 }, "isPrimaryHost": true, "hostVendor": 46 }, { "$ref": "10" } ], "orderCycleHeaders": [ { "$id": "13", "storeID": 1, "supplierIdentifier": "aAsLgZNwrEqoYd0uZ8Wx/w==", "supplierGuid": "810b0b68-7093-4aac-a861-dd2e67c5b1ff", "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": "QIwTV7PaAUyUaYCfAB8ZhA==", "supplierGuid": "57138c40-dab3-4c01-9469-809f001f1984", "departmentCode": "sample string 2", "warehouseDirectIndicator": "sample string 3", "type": 4, "cutOffWeek": 5, "cutOffDay": 6, "cutOffTime": "00:00:00.1234567", "leadTime": 7, "daysBuffer": 8, "supplierName": "sample string 9", "cutOffDate": "2025-06-14T07:24:45.6366997", "deliveryDate": "2025-06-14T07:24:45.6366997", "nextCutOffDate": "2025-06-14T07:24:45.6366997", "nextDeliveryDate": "2025-06-14T07:24:45.6366997", "nextDaysBuffer": 10 }, { "$ref": "14" } ], "store": { "$ref": "3" }, "updated": "2025-06-14T07:24:45.6366997", "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-06-14T07:24:45.6366997", "processed": "2025-06-14T07:24:45.6366997", "isProcessing": true, "processedCount": 6, "processingTime": 1, "collectedUtc": "2025-06-14T07:24:45.6366997", "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-06-14T07:24:45.6366997", "businessPillar": "sample string 3", "fileType": "sample string 4" } }, { "$ref": "15" } ], "zoneMatrix": [ { "$id": "17", "id": 1, "hostIdentifier": "1tW4GJHWjkeH5qYYXUqRlA==", "hostIdentifierGuid": "18b8d5d6-d691-478e-87e6-a6185d4a9194", "storeID": 1, "departmentCode": "sample string 2", "hostGuids": [ "b9761037-c975-4c8d-be5b-7d35cfe93006", "c0a4993a-5b3c-4f52-a63c-d9f79afc1046" ] }, { "$ref": "17" } ], "hostFileStoreSetting": { "$ref": "5" }, "hostStoreSettings": [ { "$ref": "5" }, { "$ref": "5" } ], "promotionPlacements": [ { "$id": "18", "identifier": "jSaAKN4s50W2HFPHw7oZtg==", "identifierGuid": "2880268d-2cde-45e7-b61c-53c7c3ba19b6", "code": "sample string 2", "description": "sample string 3", "isAdvertised": true }, { "$ref": "18" } ], "promoTypeGuids": [ "13d487a3-70d1-4e42-ba3d-f4d00294bc8b", "2435d1d3-37ee-4454-bec7-4b5f0bb8ccde" ], "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-06-14T07:24:45.6366997", "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": "4ae59811-f964-41d3-ba6a-1285762bc64d", "updateStore": { "$id": "24", "id": "df802447-9c4e-467f-87d2-ccf5a2f25856", "name": "sample string 1", "lastActivity": "2025-06-14T07:24:45.6366997", "zone": "sample string 2", "timeZoneOffset": 0.0, "businessHoursStart": "00:00:00.1234567", "businessHoursEnd": "00:00:00.1234567", "master": true, "lastIP": "sample string 10", "lastHostName": "sample string 11", "ping": 1, "pingStatus": "sample string 12", "lastUpdateCompleted": "2025-06-14T07:24:45.6366997" }, "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": "8n+Y/5cYoE+ZY6jDWq3TDQ==", "pluGuid": "ff987ff2-1897-4fa0-9963-a8c35aadd30d", "plu": 1, "storeID": 1, "zoneID": 2, "zoneName": "sample string 3", "store": "sample string 4", "priceNow": 5, "costNow": 6, "costNowDecimals": 7, "normalPrice": 8, "gstPercent": 9, "normalCost": 10, "normalCostDecimals": 11, "costGstPercent": 12, "costCalcMethod": 1, "currentCost": 13, "currentCostDecimals": 14, "break1": 15, "price1": 16, "break2": 17, "price2": 18, "break3": 19, "price3": 20, "fuelItem": 21, "fixedWeight": 22, "active": true, "complianceIndicator": "sample string 23", "doNotOrder": true, "doNotRange": true, "isNormalPriceChangesCampaign": true, "updated": "2025-06-14T07:24:45.6366997" }, { "$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-06-14T07:24:45.6366997", "priceChangeType": 0, "costDecimals": 10 }, "normalPluPrices": { "$ref": "28" }, "winningCampaign": 1, "winner": { "$id": "29", "campaignName": "sample string 1", "campaignDescription": "sample string 2", "startDate": "2025-06-14T07:24:45.6366997", "startTime": 3, "endDate": "2025-06-14T07:24:45.6366997", "endTime": 4, "newPrice": 5, "newCost": 6, "newCostDecimals": 7, "pctDiscount": 8, "promoType": 1, "promotionTypeCode": "sample string 9", "hostType": 10, "hostIdentifier": "KGkomFHOJU6z7VuR8eVPUQ==", "hostIdentifierGuid": "98286928-ce51-4e25-b3ed-5b91f1e54f51", "storeNames": [ "sample string 1", "sample string 2" ] }, "details": [ { "$ref": "29" }, { "$ref": "29" } ] }, "tray": { "$id": "30", "g_UId": "R2Y7NXdKFU24iEExIIMeTg==", "guid": "353b6647-4a77-4d15-b888-413120831e4e", "name": "sample string 1", "number": 1, "tare": 1 }, "priceGroup": { "$id": "31", "priceGroupG_UID": "6L+aQSVvgEyojETD+t2xDg==", "priceGroupGuid": "419abfe8-6f25-4c80-a88c-44c3faddb10e", "name": "sample string 2", "code": 1, "modified": true, "updated": "2025-06-14T07:24:45.6366997", "buyingLimit": 1, "buyingLimitIndependent": true, "buyingLimitType": 0, "number": 1, "products": [ { "$ref": "2" }, { "$ref": "2" } ], "productCount": 1 }, "priceGroupName": "sample string 145", "nutrifacts": { "$id": "32", "pluG_UID": "SgnGWyqg20eywX8/gtYs9g==", "pluGuid": "5bc6094a-a02a-47db-b2c1-7f3f82d62cf6", "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": "f482f428-c682-4404-a0ce-ca89e6967036", "created": "2025-06-14T07:24:45.6366997", "createdByUser": "sample string 1", "activated": "2025-06-14T07:24:45.6366997", "deactivated": "2025-06-14T07:24:45.6366997", "lastOrdered": "2025-06-14T07:24:45.6366997", "lastOrderedQty": 2.0, "lastReceived": "2025-06-14T07:24:45.6366997", "lastReceivedQty": 3.0, "lastInvoiceStatus": 1, "lastCounted": "2025-06-14T07:24:45.6366997", "lastSold": "2025-06-14T07:24:45.6366997", "firstSold": "2025-06-14T07:24:45.6366997", "awsUpdated": "2025-06-14T07:24:45.6366997", "lastManualUpdate": "2025-06-14T07:24:45.6366997", "lastManualUpdatedByUser": "sample string 5", "lastUpdated": "2025-06-14T07:24:45.6366997", "lastUpdatedByUser": "sample string 7", "lastUpdatedByHost": "2025-06-14T07:24:45.6366997", "doNotRangeUpdated": "2025-06-14T07:24:45.6366997", "doNotOrderUpdated": "2025-06-14T07:24:45.6366997", "tracked": "2025-06-14T07:24:45.6366997" }, "allergens": [ { "$id": "34", "allergenID": 1, "pluG_UID": "vHH2d5OVXUmUGWnVPq91yQ==", "pluGuid": "77f671bc-9593-495d-9419-69d53eaf75c9", "contains": 2, "allergenName": "sample string 3", "storeIDs": [ 1, 2 ] }, { "$ref": "34" } ], "costs": { "$id": "35", "pluG_UID": "SbnStOdN/EOViaCuBBdnmQ==", "pluGuid": "b4d2b949-4de7-43fc-9589-a0ae04176799", "enteredCost": 1, "weightedAvgCost": 1, "lastCost": 1, "rawEnteredCost": 2, "rawWeightedAvgCost": 3, "rawLastCost": 4, "freight": 5.0, "freightType": 6, "costDecimals": 7, "fifoCost": 1, "updated": "2025-06-14T07:24:45.6366997", "normalCost": 1, "currentCost": 1 }, "sales": [ { "$id": "36", "saleHeaderID": 1, "created": "2025-06-14T07:24:45.6366997", "createdLocal": "2025-06-14T07:24:45.6366997", "storeID": 3, "storeName": "sample string 4", "operatorG_Uid": "xQfJJlsN3km7DrqH/tqpNw==", "operatorGuid": "26c907c5-0d5b-49de-bb0e-ba87fedaa937", "operatorName": "sample string 5", "tranType": 1, "plu": 1, "pluG_UId": "9XG+teRIMkCZcCzOHsfh+A==", "pluGuid": "b5be71f5-48e4-4032-9970-2cce1ec7e1f8", "normalPrice": 1, "totalCents": 1, "cost": 1, "grossProfit": 1, "quantity": 1, "operator": { "$id": "37", "id": 1, "g_Uid": "xw1BiYDN7Eak0LOmautD+Q==", "guid": "89410dc7-cd80-46ec-a4d0-b3a66aeb43f9", "operatorNumber": 1, "shortName": "sample string 2", "firstName": "sample string 3", "lastName": "sample string 4", "password": "sample string 5", "hasPassword": true, "passwordText": "sample string 6", "rfidTagID": "sample string 7", "blueprintID": 1, "groupID": 1, "groupName": "sample string 8", "managerGroupID": 1, "managerGroupName": "sample string 9", "zoneID": 1, "zoneName": "sample string 10", "loggedIn": 1, "lastUsedIP": "sample string 11", "deleted": true, "locked": true, "allowOpenTill": true, "webEmail": "sample string 14", "simpleOperatorType": 0, "webRole": "sample string 15", "updated": "2025-06-14T07:24:45.6366997", "passwordResetRequired": true, "alteredInStore": true, "startShift": "2025-06-14T07:24:45.6366997", "endShift": "2025-06-14T07:24:45.6366997", "machineName": "sample string 20", "drawerID": 1, "stores": [ { "$id": "38", "operatorG_UID": "popJzJKnWUqpnxF6bOgeLA==", "operatorGuid": "cc498aa6-a792-4a59-a99f-117a6ce81e2c", "storeID": 2, "operator": { "$ref": "37" }, "store": { "$ref": "3" } }, { "$ref": "38" } ] } }, { "$ref": "36" } ], "apns": [ { "$id": "39", "pluID": 1, "pluG_UID": "uqNSbLhj0EyAz02ORm1ADQ==", "pluGuid": "6c52a3ba-63b8-4cd0-80cf-4d8e466d400d", "apn": "sample string 1", "deleted": true, "storeID": 1, "storeIDs": [ 1, 2 ] }, { "$ref": "39" } ], "tuns": [ { "$id": "40", "pluG_UId": "3HDEJy84L0yPNwg1Ug/1iQ==", "pluGuid": "27c470dc-382f-4c2f-8f37-0835520ff589", "apn": "sample string 1", "tun": "sample string 2", "cartonQuantity": 3, "product": { "$ref": "2" }, "storeIDs": [ 1, 2 ] }, { "$ref": "40" } ], "competitionPricing": [ { "$id": "41", "identifier": "1hWKS/HTeUWII49vDHPZrw==", "identifierGuid": "4b8a15d6-d3f1-4579-8823-8f6f0c73d9af", "pluG_UID": "N9CyAxfMPUWwXMHh3PJbGQ==", "pluGuid": "03b2d037-cc17-453d-b05c-c1e1dcf25b19", "competitionID": 1, "name": "sample string 2", "sellMultiple": 3, "retailPrice": 4, "storeName": "sample string 5" }, { "$ref": "41" } ], "supplier": { "$ref": "7" }, "supplierName": "sample string 146", "children": [ { "$ref": "2" }, { "$ref": "2" } ], "ordering": { "$ref": "10" }, "flipChartPages": [ { "$id": "42", "identifier": "nBtgoXWcI02tvs7KmnQzJA==", "groupName": "sample string 1", "identifierGuid": "a1601b9c-9c75-4d23-adbe-ceca9a743324", "exists": true, "flipChartIdentifier": "F4WTCFK64ECc3libd/r7wA==", "flipChartIdentifierGuid": "08938517-ba52-40e0-9cde-589b77fafbc0", "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": "r24s62I6R0OTYB9uA1r62Q==", "groupIdentifierGuid": "eb2c6eaf-3a62-4347-9360-1f6e035afad9", "flipChart": { "$id": "43", "identifier": "ZpRyZSb+ckKbYe3+loWMtA==", "identifierGuid": "65729466-fe26-4272-9b61-edfe96858cb4", "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": "2IjIh5Nnnk65j++Rcu8iWg==", "identifierGuid": "87c888d8-6793-4e9e-b98f-ef9172ef225a", "name": "sample string 2", "formType": "sample string 3", "forms": [ { "$id": "45", "id": 1, "g_UID": "DDbb6HANP0WcM+kNJrzB5A==", "guid": "e8db360c-0d70-453f-9c33-e90d26bcc1e4", "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": "vMkQ/qdJ/Umlb5apTX66Gg==", "previousFormGuid": "fe10c9bc-49a7-49fd-a56f-96a94d7eba1a", "nextForm": 1, "nextFormG_UID": "S7z4BqV0XkOuMy3pv/5Qkg==", "nextFormGuid": "06f8bc4b-74a5-435e-ae33-2de9bffe5092", "attributes": "sample string 10", "updated": "2025-06-14T07:24:45.6366997", "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": "GvqbzZB92U2UxsgJ6vKzzA==", "checkoutFormGuid": "cd9bfa1a-7d90-4dd9-94c6-c809eaf2b3cc", "identifier": "Pkrt86QxNkqYlXcJ+AWvXA==", "identifierGuid": "f3ed4a3e-31a4-4a36-9895-7709f805af5c", "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": "RMlJKTLdxE6ujtG868OL/A==", "valueGuid": "2949c944-dd32-4ec4-ae8e-d1bcebc38bfc", "buttonText": "sample string 10", "valueText": "sample string 11", "drawImageAndButton": true, "updated": "2025-06-14T07:24:45.6366997", "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-06-14T07:24:45.6366997", "imageData": "QEA=", "readOnly": true } }, { "$ref": "46" } ], "panels": [ { "$id": "48", "id": 1, "checkoutFormID": 2, "checkoutFormG_UID": "kTfELWWC40G8pxUV5FjgPA==", "checkoutFormGuid": "2dc43791-8265-41e3-bca7-1515e458e03c", "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": "WS2ekCCfKkCEyIrZ0DqiYQ==", "flipChartPageIdentifierGuid": "909e2d59-9f20-402a-84c8-8ad9d03aa261", "pluG_UID": "/A5mVYw2d0umxUpFIQk9qA==", "pluGuid": "55660efc-368c-4b77-a6c5-4a4521093da8", "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": "GbzOE/mG7UesKXlY4qoyqw==", "pluGuid": "13cebc19-86f9-47ed-ac29-7958e2aa32ab", "price": 1, "costCalcMethod": 1, "cost": 2, "weightedAvgCost": 3, "lastCost": 4, "rawCost": 5, "rawWeightedAvgCost": 6, "rawLastCost": 7, "costDecimals": 8, "serviceFeeID": 9, "freight": 10.0, "freightType": 11, "process": "sample string 12", "user": "sample string 13", "updated": "2025-06-14T07:24:45.6366997", "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": "vWq6xej3A0aYe9PDqu6yyQ==", "ingredientGuid": "0Ocq5qOs90GaaNkZt2TwDw==", "ingredientIdentifier": "e62ae7d0-aca3-41f7-9a68-d919b764f00f", "quantity": 1.0, "storeIDs": [ 1, 2 ], "ingredientText": "sample string 1", "ingredient": { "$ref": "2" } }, { "$ref": "51" } ], "bins": [ { "$id": "52", "pluG_UID": "ke6t6cjdNkOmD2Ox2R+iHg==", "pluGuid": "e9adee91-ddc8-4336-a60f-63b1d91fa21e", "shelfLocationIdentifier": "7isKT27yN02CKYl6ae3cnw==", "shelfLocationGuid": "4f0a2bee-f26e-4d37-8229-897a69eddc9f", "labelShelfDefault": 1, "labelTalkerDefault": 1, "labelSmall": true, "labelPageLayoutG_UID": "tdugsuDLe0285eNhil09Zg==", "labelPageLayoutGuid": "b2a0dbb5-cbe0-4d7b-bce5-e3618a5d3d66", "updated": "2025-06-14T07:24:45.6366997", "electronicShelfLabelIdentifier": "sample string 5", "electronicshelfLabelsConfigurationID": 6, "labelShelfChanged": true, "productName": "sample string 8", "locationText": "sample string 9", "product": { "$ref": "2" }, "location": { "$id": "53", "identifier": "jlgTgkrVzkGt7zBnUEaxKA==", "storeID": 1, "identifierGuid": "8213588e-d54a-41ce-adef-30675046b128", "name": "sample string 2", "haccp": true, "blueprintID": 1, "updated": "2025-06-14T07:24:45.6366997", "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": "0ab87LWPZEirt/EiclfjeQ==", "pluGuid": "ecfca6d1-8fb5-4864-abb7-f1227257e379", "deptNo": 1, "product": { "$ref": "2" }, "scaleLocation": { "$id": "55", "id": 1, "deptNo": 1, "deptCode": "sample string 2", "name": "sample string 3", "enabled": true, "updated": "2025-06-14T07:24:45.6366997", "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-06-14T07:24:45.6366997", "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": "KWkZGC4kN0WCiDM29m5SIQ==", "labelPageLayoutGuid": "18196929-242e-4537-8288-3336f66e5221", "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-06-14T07:24:45.6366997", "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": "58nxGV3GX0Sia0GIpyruGQ==", "labelPageLayoutGuid": "19f1c9e7-c65d-445f-a26b-4188a72aee19", "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-06-14T07:24:45.6366997", "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": "0HpZrnmN9E+9VS+mlWySog==", "labelPageLayoutGuid": "ae597ad0-8d79-4ff4-bd55-2fa6956c92a2", "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-06-14T07:24:45.6366997", "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": "b0+kDNfmokqd2ATcAT55dg==", "labelPageLayoutGuid": "0ca44f6f-e6d7-4aa2-9dd8-04dc013e7976", "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": "ku73N78xV0ujB8gzAuF9Rg==", "pluGuid": "37f7ee92-31bf-4b57-a307-c83302e17d46", "newPrice": 1, "pctDiscount": 1, "newCost": 1, "newCostDecimals": 6, "dealCostIdentifier": "Hs1F/3d9okGWvGgtsMAPqg==", "dealCostGuid": "ff45cd1e-7d77-41a2-96bc-682db0c00faa", "pluName": "sample string 7", "apn": "sample string 8", "fuelItem": true, "priceGroupG_UID": "S2pkoP0f70+dxRX4IkIK+Q==", "priceGroupGuid": "a0646a4b-1ffd-4fef-9dc5-15f822420af9", "itemNumber": "sample string 10", "cri": "sample string 11", "pluPrice": 12, "pluCost": 13, "pluCostIndicator": "sample string 14", "pluPriceGstPercent": 15, "pluCostGstPercent": 16, "pluActive": true, "cartonQty": 1.1, "baseUnits": 18.1, "salesMode": 1, "pluNormalCost": 19, "pluaws": 20.0, "directNumber": "sample string 21", "departmentName": "sample string 22", "subDepartmentName": "sample string 23", "priceGroupName": "sample string 24", "supplierName": "sample string 25", "stockOnHand": 1.1, "stockOnOrder": 1.1, "lastReceived": "2025-06-14T07:24:45.6366997", "rrp": 26, "campaignDescription": "sample string 27", "campaignComboPriceGroupG_UID": "Ls6NRhzUEUKPVIkdSuhtvA==", "campaignComboPriceGroupIdentifier": "468dce2e-d41c-4211-8f54-891d4ae86dbc", "promotionPlacementDescription": "sample string 28", "storeAcceptances": [ { "$id": "65", "plu": 1, "pluG_UId": "QEA=", "campaignID": 1, "campaignName": "sample string 2", "storeID": 3, "acceptedUtc": "2025-06-14T07:24:45.6366997", "operatorG_UID": "mHoo4G9GmUOXGuo1BHHSbw==", "operatorGuid": "e0287a98-466f-4399-971a-ea350471d26f", "machineID": 1, "processed": true, "appliedUtc": "2025-06-14T07:24:45.6366997", "signIqTicketFileMovedUtc": "2025-06-14T07:24:45.6366997", "user": "sample string 6", "campaignDescription": "sample string 7", "productDesc": "sample string 8", "storeName": "sample string 9", "effectiveUtc": "2025-06-14T07:24:45.6366997", "priceChangeType": 0, "operatorName": "sample string 10", "hostCampaign": true, "product": { "$ref": "2" }, "campaignPlu": { "$ref": "64" } }, { "$ref": "65" } ], "campaign": { "$id": "66", "id": 1, "storeID": 2, "name": "f36d0a95-371a-4245-bbbc-44e978125e8d", "nameGuid": "f36d0a95-371a-4245-bbbc-44e978125e8d", "description": "sample string 4", "showDiscounts": true, "showTotals": true, "onlyEvaluateOnSubtotal": true, "useDescription": true, "campaignType": 1, "startDate": "2025-06-14T07:24:45.6366997", "startTime": 1, "endDate": "2025-06-14T07:24:45.6366997", "endTime": 1, "recurrence": 1, "recurrenceType": 1, "monthType": 1, "weekDays": 1, "months": 1, "monthWeeks": 1, "monthDays": "sample string 7", "printed": true, "talkerText": "sample string 8", "rangeDescription": "sample string 9", "dealDescription": "sample string 10", "labelQuantity": 11, "active": 1, "deactivated": "2025-06-14T07:24:45.6366997", "system": true, "created": "2025-06-14T07:24:45.6366997", "updated": "2025-06-14T07:24:45.6366997", "priceChangeNotifiedUtc": "2025-06-14T07:24:45.6366997", "promoType": 1, "promotionTypeCode": "sample string 13", "hostIdentifier": "gjp2z8tnZUaNoiv91OUDDg==", "hostIdentifierGuid": "cf763a82-67cb-4665-8da2-2bfdd4e5030e", "hostType": 14, "createdByUser": "sample string 15", "fromHost": true, "deleted": true, "campaignDeleted": "2025-06-14T07:24:45.6366997", "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": "xMv6pxjPjkmpG19oYsiMUg==", "pluGuid": "a7facbc4-cf18-498e-a91b-5f6862c88c52", "hostOfferID": 1, "priceGroupG_UID": "XtvNvnZOY0GQwfBBQqHwsA==", "priceGroupGuid": "becddb5e-4e76-4163-90c1-f04142a1f0b0", "fuelItem": true, "pluName": "sample string 6", "apn": "sample string 7", "pluActive": true, "cartonQty": 1, "baseUnits": 9.1, "cri": "sample string 10", "salesMode": 1, "pluaws": 11.0, "directNumber": "sample string 12", "departmentName": "sample string 13", "subDepartmentName": "sample string 14", "priceGroupName": "sample string 15", "supplierName": "sample string 16", "stockOnHand": 1.1, "stockOnOrder": 1.1, "lastReceived": "2025-06-14T07:24:45.6366997", "rrp": 17, "campaignDescription": "sample string 18", "product": { "$ref": "2" }, "campaign": { "$ref": "66" } }, { "$ref": "67" } ], "sellingRules": [ { "$id": "68", "id": 1, "identifier": "q1Z5P4oTpUyg99sEM/Fvlw==", "identifierStr": "q1Z5P4oTpUyg99sEM/Fvlw==", "identifierGuid": "3f7956ab-138a-4ca5-a0f7-db0433f16f97", "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": "haXKFM9MWUqN8bHAHhr5Lg==", "customerIDGuid": "14caa585-4ccf-4a59-8df1-b1c01e1af92e", "campaign": { "$ref": "66" }, "customer": { "$id": "70", "identifier": "CYGyuIaBwkuQC4eZl+1Wpg==", "identifierGuid": "b8b28109-8186-4bc2-900b-879997ed56a6", "code": "sample string 2", "familyName": "sample string 3", "givenName": "sample string 4", "otherName": "sample string 5", "title": "sample string 6", "dateOfBirth": "2025-06-14T07:24:45.6366997", "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": "/I9NnN5x20aMfW2lbF8YWA==", "communityIdentifierGuid": "9c4d8ffc-71de-46db-8c7d-6da56c5f1858", "joined": "2025-06-14T07:24:45.6366997", "updated": "2025-06-14T07:24:45.6366997", "active": true, "reasonInactive": 1, "groupCustomer": true, "loyaltyPoints": 1, "homeStoreID": 1, "availableSpend": 1, "priceLevelIdentifier": "q4jccEjk00uW+rmZ/1bRow==", "priceLevelIdentifierGuid": "70dc88ab-e448-4bd3-96fa-b999ff56d1a3", "marketingID": "sample string 18", "hidden": true, "registered": true, "registeredOn": "2025-06-14T07:24:45.6366997", "emailMarketing": true, "smsMarketing": true, "deleted": true, "deletedUser": "sample string 24", "homeStoreName": "sample string 25", "customerCards": [ { "$id": "71", "cardType": 2, "issueDate": "2025-06-14T07:24:45.6366997", "expiry": "2025-06-14T07:24:45.6366997", "customerID": "JEyGoy4JDE+O3j3pzDJ9Gg==", "customerIDGuid": "a3864c24-092e-4f0c-8ede-3de9cc327d1a", "initialValue": 1, "currentValue": 1, "maxLimit": 1, "minTransaction": 1, "maxTransaction": 1, "multiplier": 1.1, "active": true, "reasonInactive": 1, "idRequired": true, "idType": 1, "idValue": "sample string 5", "updated": "2025-06-14T07:24:45.6366997", "linkedAccount": "9G9pmDczjkaBByNKl2+57g==", "linkedAccountGuid": "98696ff4-3337-468e-8107-234a976fb9ee", "currentValueChanged": true, "limitsChanged": true, "customer": { "$ref": "70" }, "account": { "$id": "72", "id": 1, "identifier": "wlZNJc/a+0yxilwTi9BdFg==", "identifierGuid": "254d56c2-dacf-4cfb-b18a-5c138bd05d16", "referenceNo": "sample string 3", "name": "sample string 4", "created": "2025-06-14T07:24:45.6366997", "owner": "hwbiRyzdKUeBNnzKDxVkGQ==", "ownerGuid": "47e20687-dd2c-4729-8136-7cca0f156419", "accountStoreGroupIdentifier": "PxzvVqePXkCkuJPKSwox4A==", "accountStoreGroupGuid": "56ef1c3f-8fa7-405e-a4b8-93ca4b0a31e0", "accountType": 1, "currentBalance": 1, "externalID": "sample string 7", "maximumLimit": 1, "accruePoints": true, "loyaltyPoints": 1, "termsOfTrade": 1, "signatureRequired": true, "referenceRequired": true, "statementSendType": 10, "ageingPeriod": 1, "monthlyAgeingPeriod": true, "explodedInvoice": true, "isFifoAllocation": true, "lastStatementSent": "2025-06-14T07:24:45.6366997", "active": true, "updated": "2025-06-14T07:24:45.6366997", "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": "usZ7Q4jEIEajMhVe3HD0tQ==", "identifierGuid": "437bc6ba-c488-4620-a332-155edc70f4b5", "name": "sample string 2", "primaryContact": "+SJQZ+ctQE+bE082lJ1HYg==", "primaryContactGuid": "675022f9-2de7-4f40-9b13-4f36949d4762", "accountID": "34+f2/XCsUWsXOI4IaKG3Q==", "accountIDGuid": "db9f8fdf-c2f5-45b1-ac5c-e23821a286dd", "special": true, "updated": "2025-06-14T07:24:45.6366997", "active": true, "reasonInactive": 1, "priceLevelIdentifier": "DrkMckOCjE+VBls9lrHpYg==", "priceLevelIdentifierGuid": "720cb90e-8243-4f8c-9506-5b3d96b1e962", "deleted": true, "account": { "$ref": "72" }, "primaryContactCustomer": { "$ref": "70" }, "customerGroupMembers": [ { "$id": "75", "id": 1, "groupID": "gEGOnHhB9kKf1jxucnNl1A==", "groupIDGuid": "9c8e4180-4178-42f6-9fd6-3c6e727365d4", "customerID": "K28BbawKMEun6j+XPd/Z0Q==", "customerIDGuid": "6d016f2b-0aac-4b30-a7ea-3f973ddfd9d1", "card": "sample string 4", "linkedAccount": "zIamzsEbqEK/TC2x9/5j9g==", "linkedAccountGuid": "cea686cc-1bc1-42a8-bf4c-2db1f7fe63f6", "customer": { "$ref": "70" }, "group": { "$ref": "74" }, "customerCard": { "$ref": "71" } }, { "$ref": "75" } ] }, { "$ref": "74" } ] }, "payments": [ { "$id": "76", "id": 1, "identifier": "ZoxDEVBWCkGgIJMXxqYonA==", "identifierGuid": "11438c66-5650-410a-a020-9317c6a6289c", "storeID": 2, "operatorName": "sample string 3", "saleHeaderID": 4, "paymentType": 5, "amount": 6, "account": "sample string 7", "accountID": "XCc6jYyutEmy6m1lgFN0Cg==", "accountIDGuid": "8d3a275c-ae8c-49b4-b2ea-6d658053740a", "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-06-14T07:24:45.6366997", "invRocNo": "sample string 14", "responseCode": "sample string 15", "cashout": 1, "tip": 16, "idempotentVoid": "5lcIG/K8xUuChjyqh1/S9A==", "idempotentVoidGuid": "1b0857e6-bcf2-4bc5-8286-3caa875fd2f4", "offline": true, "processed": 1, "storeSaleHeader": { "$id": "77", "saleHeaderID": 1, "saleHeaderGuid": "UCv5an9jy0ymEJEwvIZxsA==", "saleHeaderIdentifierGuid": "6af92b50-637f-4ccb-a610-9130bc8671b0", "created": "2025-06-14T07:24:45.6366997", "createdLocal": "2025-06-14T07:24:45.6366997", "createdText": "sample string 4", "itemCount": 5, "totalAmount": 6, "cashTender": 1, "cardTender": 1, "cheqTender": 1, "acctTender": 1, "voucherTender": 1, "loyaltyPoints": 1, "cashout": 1, "changeAmount": 1, "rounding": 1, "gstAmount": 1, "transactionDiscountTender": 1, "totalTip": 7, "tranType": 1, "processed": 1, "imported": "2025-06-14T07:24:45.6366997", "storeID": 1, "operatorG_Uid": "tbpR1dvGSEicEmafI7VBpg==", "operatorGuid": "d551bab5-c6db-4848-9c12-669f23b541a6", "customerG_Uid": "1EhpArrTmUGXuXhbjcetWA==", "customerGuid": "026948d4-d3ba-4199-97b9-785b8dc7ad58", "communityIdentifier": "dnRtnpDwl0OpJEnN/C4L+w==", "communityIdentifierGuid": "9e6d7476-f090-4397-a924-49cdfc2e0bfb", "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": "j9XMk9YcQEma7y9A45ENpg==", "priceLevelIdentifierGuid": "93ccd58f-1cd6-4940-9aef-2f40e3910da6", "locked": 36, "relationChecksum": "sample string 37", "loyaltyTender": 1, "giftCardTender": 1, "operator": { "$ref": "37" }, "customer": { "$ref": "70" }, "communityOrganisation": { "$id": "78", "id": 1, "identifier": "2ivwOKppjkmznwY/OD/IlQ==", "identifierGuid": "38f02bda-69aa-498e-b39f-063f383fc895", "name": "sample string 3", "lookupIdentifier": "sample string 4", "externalID": "sample string 5", "phone": "sample string 6", "fax": "sample string 7", "email": "sample string 8", "address1": "sample string 9", "address2": "sample string 10", "city": "sample string 11", "postCode": "sample string 12", "state": "sample string 13", "country": "sample string 14", "totalAmountAwarded": 15.1, "updated": "2025-06-14T07:24:45.6366997", "deleted": true }, "details": [ { "$id": "79", "saleItemID": 1, "identifier": "dJheQAO3dE+PhexuGrD0hQ==", "identifierGuid": "405e9874-b703-4f74-8f85-ec6e1ab0f485", "saleHeaderID": 2, "plu": 1, "pluG_UId": "ZM1oj8uYQUifBo2nSQZP7w==", "pluGuid": "8f68cd64-98cb-4841-9f06-8da749064fef", "accountID": "HmFcEqeZZk6tuPzNtvVs5w==", "accountIDGuid": "125c611e-99a7-4e66-adb8-fccdb6f56ce7", "normalPrice": 3, "originalSellingPrice": 4, "discountPrice": 5, "unit": 1, "quantity": 6, "totalCents": 7, "fixedPrice": 1, "tranType": 1, "discountType": 1, "cost": 1, "costDecimals": 8, "markdown": 1, "manualQuantity": 1, "manualPrice": 1, "manualMode": 1, "active": 1, "offline": true, "barcode": "sample string 9", "keyedSale": 1, "discountedID": 1, "fuelID": 1, "serialNumber": "sample string 10", "bestOrExpire": "2025-06-14T07:24:45.6366997", "bestOrExpireType": 1, "providerName": "sample string 11", "refundG_UID": "WMh6aCg250a8jNjZHXRdbg==", "refundGuid": "687ac858-3628-46e7-bc8c-d8d91d745d6e", "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": "Gvig53E8nUySb8CTeOxc+A==", "idempotentVoidGuid": "e7a0f81a-3c71-4c9d-926f-c09378ec5cf8", "priceLevelIdentifier": "A4nzF2JA0UGp61tdXDvtjg==", "priceLevelIdentifierGuid": "17f38903-4062-41d1-a9eb-5b5d5c3bed8e", "productName": "sample string 23", "apn": "sample string 24", "unknownScans": [ { "$id": "80", "id": 1, "saleDetailID": 2, "storeID": 1, "scanned": "2025-06-14T07:24:45.6366997", "operatorG_UID": "QEA=", "barcode": "sample string 4", "processed": 1 }, { "$ref": "80" } ], "refund": { "$id": "81", "id": 1, "g_UID": "f8RHwHPebUaE2NOo3gaK/Q==", "guid": "c047c47f-de73-466d-84d8-d3a8de068afd", "description": "sample string 1", "dumped": true, "inventoryReasonID": 1, "sortOrder": 1, "updated": "2025-06-14T07:24:45.6366997" }, "modifier": { "$id": "82", "id": 1, "setG_UID": "J9dOpGKxA0CgRbOiIn3YVw==", "modifierSetGuid": "a44ed727-b162-4003-a045-b3a2227dd857", "name": "sample string 2", "price": 1, "quantity": 1, "modifierType": 1, "groupNumber": 1, "pageNumber": 1, "controlOrder": 1, "printToStation": true, "pluG_UID": "N0cz7b9mHU2PQ4ysXWGVMA==", "pluGuid": "ed334737-66bf-4d1d-8f43-8cac5d619530", "deleted": true, "g_UID": "OiKuB/YtKk+aKux7cB0Y6A==", "guid": "07ae223a-2df6-4f2a-9a2a-ec7b701d18e8", "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": "wannw1zORE2GvZItw1QGNQ==", "pluGuid": "c3e7a9c1-ce5c-4d44-86bd-922dc3540635", "saleHeaderID": 2, "totalCents": 3, "grade": 1, "gradeDescription": "sample string 4", "dispenser": 1, "hose": 1, "quantity": 1, "cost": 1, "acquirerNum": 1, "attendant": 1, "ePurseBalance": 1.0, "cardSignature": "sample string 5", "compartmentNumber": 1, "contractNumber": 1, "discountCardPAN": "sample string 6", "discountID": 1, "discountName": "sample string 7", "discountNetValue": 1.0, "discountType": 1, "discountValue": 1.0, "discretionaryData": "sample string 8", "driverID": "sample string 9", "eftBatchNumber": 1, "eftResponseCode": "sample string 10", "endDateTime": "2025-06-14T07:24:45.6366997", "engineHours": 1.1, "fposNumber": 1, "loyaltyCardPAN": "sample string 11", "miscData1": 1, "miscData2": "sample string 12", "miscFlags": 1, "mop": 1, "odometer": 1, "panNumber": "sample string 13", "saleRefund": true, "saleStatus": 1, "sequenceNumber": 1, "stan": 1, "startDateTime": "2025-06-14T07:24:45.6366997", "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": "gEmq/VRiuUG57xUzryV/aQ==", "pluGuid": "fdaa4980-6254-41b9-b9ef-1533af257f69", "accountID": "92KBrrxTL065N1gHsR9KHA==", "accountIDGuid": "ae8162f7-53bc-4e2f-b937-5807b11f4a1c", "normalPrice": 3, "originalSellingPrice": 4, "discountPrice": 5, "unit": 1, "quantity": 6, "totalCents": 7, "fixedPrice": 1, "tranType": 1, "processed": 1, "discountType": 1, "cost": 1, "costDecimals": 1, "markdown": 1, "manualQuantity": 1, "manualPrice": 1, "manualMode": 1, "active": 1, "barcode": "sample string 8", "offline": 1, "keyedSale": 1, "discountedID": 1, "fuelID": 1, "serialNumber": "sample string 9", "bestOrExpire": "2025-06-14T07:24:45.6366997", "bestOrExpireType": 1, "refundG_UID": "X/DqiLgk10iFkWsXiI5K/A==", "refundGuid": "88eaf05f-24b8-48d7-8591-6b17888e4afc", "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": "ECw2BTdpt0ymG2H8xBAKzw==", "identifierGuid": "05362c10-6937-4cb7-a61b-61fcc4100acf", "id": 1, "orderNo": 2, "externalSaleIdentifier": "sample string 3", "storeID": 4, "zoneID": 5, "deptNo": 6, "customerIdentifier": "GyJ3kWOK3k6Th2gAd3p3GA==", "customerIdentifierGuid": "9177221b-8a63-4ede-9387-6800777a7718", "operatorNo": 1, "operatorG_UID": "0znFVK3p7ESUe+z12D6U7Q==", "operatorGuid": "54c539d3-e9ad-44ec-947b-ecf5d83e94ed", "created": "2025-06-14T07:24:45.6366997", "ordered": "2025-06-14T07:24:45.6366997", "started": "2025-06-14T07:24:45.6366997", "completed": "2025-06-14T07:24:45.6366997", "supplied": "2025-06-14T07:24:45.6366997", "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": "B01FRUdwYUuCNQ5smTd6SA==", "pluGuid": "45454d07-7047-4b61-8235-0e6c99377a48", "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": "GLkqCDowZESEj3IXAvz9tQ==", "headerIdentifierGuid": "082ab918-303a-4464-848f-721702fcfdb5", "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": "uTE5WcbJn0OH7WLa5/dj+w==", "surveyGuid": "593931b9-c9c6-439f-87ed-62dae7f763fb", "saleHeaderGuid": "TgLxwcu7qUipOnL+pk7M2g==", "saleGuid": "c1f1024e-bbcb-48a9-a93a-72fea64eccda", "textResponse": "sample string 1", "integerResponse": 1, "g_UIDResponse": "9uBtHM9BJ0WDnyz8CSC4Cw==", "guidResponse": "1c6de0f6-41cf-4527-839f-2cfc0920b80b", "whoAnswered": 2, "answeredAtUTC": "2025-06-14T07:24:45.6366997", "sale": { "$ref": "77" }, "survey": { "$id": "91", "g_UID": "xh5NncgFzEq8Vrt2WqunAA==", "guid": "9d4d1ec6-05c8-4acc-bc56-bb765aaba700", "name": "sample string 1", "storeID": 2, "zoneID": 1, "checkoutFormG_UID": "V0nlMjGAYUC3eQFc2uk4Sg==", "checkoutFormGuid": "32e54957-8031-4061-b779-015cdae9384a", "displayToWho": 3, "displayWhen": 4, "start": "2025-06-14T07:24:45.6366997", "end": "2025-06-14T07:24:45.6366997", "deleted": true, "updated": "2025-06-14T07:24:45.6366997", "possibleIntegerResponses": [ 1, 2 ], "possibleTextResponses": [ "sample string 1", "sample string 2" ], "possibleGuidResponses": [ "4c3b9194-ae89-4af4-9ed0-bec2d2535b41", "7ccc5f67-fe07-4cf4-80ba-a06718d4a96c" ], "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": "85G0JrUPc068kxVgU0QAYA==", "accountIdentifier": "26b491f3-0fb5-4e73-bc93-156053440060", "accountName": "sample string 42", "customerOrderIdentifier": "vxNQVfQJWU6SgnRbxI8gXw==", "customerOrderIdentifierGuid": "555013bf-09f4-4e59-9282-745bc48f205f", "priceLevelName": "sample string 43", "revision": 44, "ingressId": "sample string 45" }, "metadata": { "$id": "92", "id": 1, "paymentID": 2, "paymentIdentifier": "qGOOBZvyFkefDjvWfMjQjw==", "paymentIdentifierGuid": "058e63a8-f29b-4716-9f0e-3bd67cc8d08f", "identifier": "3Kl/1z+/q0G3owz+GzM/uA==", "identifierGuid": "d77fa9dc-bf3f-41ab-b7a3-0cfe1b333fb8", "metadata": "sample string 3", "signatureImage": "QEA=", "itemIdentifier": "5mS/RObPf0CqW5vuGqyZrA==", "itemIdentifierGuid": "44bf64e6-cfe6-407f-aa5b-9bee1aac99ac" } }, { "$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": "YJtrSh8fd0qsRa0v4VPTOQ==", "customerIdentifierGuid": "4a6b9b60-1f1f-4a77-ac45-ad2fe153d339", "voucherName": "sample string 2", "count": 3, "storeID": 4, "barcode": "sample string 5", "redeemCount": 6, "issueCount": 7, "storeSalePaymentID": 1, "idempotentID": "amd24Hp/T0W9dx7OC7mvOQ==", "idempotentGuid": "e076676a-7f7a-454f-bd77-1ece0bb9af39", "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-06-14T07:24:45.6366997", "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-06-14T07:24:45.6366997", "labelPageLayout": "cHnXBKr19EeYkPFj2tUArA==", "pageLayoutGuid": "04d77970-f5aa-47f4-9890-f163dad500ac", "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-06-14T07:24:45.6366997" }, { "$ref": "97" } ] }, "customerVouchers": [ { "$id": "98", "id": 1, "customerIdentifier": "a0Va+yQt8USV2q2Vy1T3DQ==", "customerIdentifierGuid": "fb5a456b-2d24-44f1-95da-ad95cb54f70d", "voucherID": 3, "voucherName": "sample string 4", "storeID": 1, "barcode": "sample string 5", "dateOfIssue": "2025-06-14T07:24:45.6366997", "issuedSaleHeaderID": 1, "issuedSaleIdentifier": "sample string 7", "issuedOfflinePaymentID": 1, "issuedIdempotentID": "ey7KXsKnZkeC7BxHE/kx/g==", "issuedIdempotentGuid": "5eca2e7b-a7c2-4766-82ec-1c4713f931fe", "issuedOffline": true, "issuedUser": "sample string 9", "issuedNotes": "sample string 10", "expiryDate": "2025-06-14T07:24:45.6366997", "expiredUser": "sample string 11", "expiredNotes": "sample string 12", "redeemed": "2025-06-14T07:24:45.6366997", "redeemedSaleHeaderID": 1, "redeemedSaleIdentifier": "sample string 13", "redeemedOfflinePaymentID": 1, "redeemedIdempotentID": "BVZX+JyxkECJAg2hYeq68A==", "redeemedIdempotentGuid": "f8575605-b19c-4090-8902-0da161eabaf0", "redeemedUser": "sample string 14", "redeemedNotes": "sample string 15", "redeemedOffline": true, "updated": "2025-06-14T07:24:45.6366997", "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": "qH9SFlIWykK+DF6x3mCbTg==", "groupIDGuid": "16527fa8-1652-42ca-be0c-5eb1de609b4e", "campaign": { "$ref": "66" }, "group": { "$ref": "74" } }, { "$ref": "99" } ], "signIqTickets": [ { "$id": "100", "identifier": "x25A5nk1S0K8eBG24MSvRA==", "identifierGuid": "e6406ec7-3579-424b-bc78-11b6e0c4af44", "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": "RP8KCVs3hkmXNBnIXFdYng==", "guid": "090aff44-375b-4986-9734-19c85c57589e", "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": "APHMUA0aMUyvGFDRZRRzkg==", "groupGuid": "50ccf100-1a0d-4c31-af18-50d165147392", "comboPriceType": 5, "priceType": 5, "pluG_UID": "hzEu+GjBZEmYhQFwQ8V5ag==", "pluGuid": "f82e3187-c168-4964-9885-017043c5796a", "priceGroupG_UID": "0b8oyL2syUK1Ga0k9A0ucg==", "priceGroupGuid": "c828bfd1-acbd-42c9-b519-ad24f40d2e72", "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": "ZxwllnjZfU+ketMNdTFyAA==", "priceLevelIdentifierGuid": "96251c67-d978-4f7d-a47a-d30d75317200", "campaignName": "sample string 3", "priceLevelName": "sample string 4" }, { "$ref": "103" } ] }, "product": { "$ref": "2" }, "dealCost": { "$id": "104", "headerIdentifier": "iEbR7+DEQEuUCpQXjAOBpA==", "headerIdentifierGuid": "efd14688-c4e0-4b40-940a-94178c0381a4", "identifier": "6WYpvGQd4UGuiK9FcDmqtw==", "identifierGuid": "bc2966e9-1d64-41e1-ae88-af457039aab7", "supplierIdentifier": "xxndFxn1n0aFEbBWtWD7rw==", "supplierGuid": "17dd19c7-f519-469f-8511-b056b560fbaf", "pluG_UID": "YB6eP4QS70iD8NN1RMKtww==", "pluGuid": "3f9e1e60-1284-48ef-83f0-d37544c2adc3", "campaignName": "a1385e9e-ed4f-492f-8054-8e9e43acdd85", "description": "sample string 4", "cost": 5, "costDecimals": 6, "start": "2025-06-14T07:24:45.6366997", "end": "2025-06-14T07:24:45.6366997", "type": 9, "promoType": 10, "bonusItemPLUG_UID": "c1bfRxk6ykO81mlRt/9wMA==", "bonusItemPluGuid": "47df5673-3a19-43ca-bcd6-6951b7ff7030", "bonusPurchaseUnits": 11, "bonusReceiveUnits": 12, "updated": "2025-06-14T07:24:45.6366997", "metcashPromotionID": "sample string 14", "fromHost": 15, "storeNames": "sample string 16", "storeIDs": [ 1, 2 ], "supplierName": "sample string 17", "campaignDescription": "sample string 18", "newPrice": 1, "campaignMetcashPromotionID": "sample string 19", "campaignActive": true, "campaignStartDate": "2025-06-14T07:24:45.6366997", "campaignEndDate": "2025-06-14T07:24:45.6366997", "masterPLUG_UID": "lQgtPfXbOkuOsEp3rw31jg==", "masterID": "3d2d0895-dbf5-4b3a-8eb0-4a77af0df58e", "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": "d6KYr3ZDbkybZYX/W9RR1Q==", "bonusMasterID": "af98a277-4376-4c6e-9b65-85ff5bd451d5", "bonusProductName": "sample string 34", "bonusProductAPN": "sample string 35", "bonusOrderCode": "sample string 36", "bonusNormalSell": 37, "bonusNormalCost": 38, "bonusNormalCostDecimals": 39, "bonusCartonQuantity": 40, "bonusSalesMode": 41, "bonusOrderPacked": 42, "bonusFuelItem": true, "bonusActive": true } }, "currentCostStart": "2025-06-14T07:24:45.6366997", "dealCosts": [ { "$ref": "104" }, { "$ref": "104" } ], "tags": [ { "$id": "105", "pluG_UID": "d/uMR5RZr0OZD2eZu0D3Tg==", "pluGuid": "478cfb77-5994-43af-990f-6799bb40f74e", "tagID": 1, "description": "sample string 1", "storeIDs": [ 1, 2 ] }, { "$ref": "105" } ], "alternateProductG_UID": "8dCAmfrkyEioTTpQZ3LdOA==", "alternateProduct": "9980d0f1-e4fa-48c8-a84d-3a506772dd38", "productHostCode": { "$id": "106", "id": 1, "pluG_UID": "fEOVk7IHcEmgqORlWTcWew==", "pluGuid": "9395437c-07b2-4970-a0a8-e4655937167b", "ibaCode": "sample string 2" }, "mscCat": { "$ref": "60" }, "mscCom": { "$ref": "61" }, "mscDep": { "$ref": "63" }, "mscSubCom": { "$ref": "62" }, "isUserUpdate": true, "ignoreMasterProduct": true, "priceGroupLabelRequested": true, "firstSold": "2025-06-14T07:24:45.6366997", "inventoryTracked": "2025-06-14T07:24:45.6366997", "isNormalPriceChangesCampaign": true }, "unknownScan": { "$id": "107", "pluG_UID": "ZnivKjdJWkeok7r7d9s5mw==", "pluGuid": "2aaf7866-4937-475a-a893-bafb77db399b", "orderGuid": "mfQOIbB/5kKIeIe/39ksZA==", "orderIdentifier": "210ef499-7fb0-42e6-8878-87bfdfd92c64", "barcode": "sample string 3", "created": "2025-06-14T07:24:45.6366997" }, "unknownScanItem": true, "substitute": { "$ref": "2" }, "warehouseProduct": { "$ref": "2" }, "lookup": { "$id": "108", "pluG_UID": "mf2j/hYzIEid3B3+Viyrbw==", "pluGuid": "fea3fd99-3316-4820-9ddc-1dfe562cab6f", "inventoryGuid": "Y5/8RCQcBEWy8geA3AOEBA==", "inventoryIdentifier": "44fc9f63-1c24-4504-b2f2-0780dc038404", "averageWeeklySales": 1.0, "inventoryAverageWeeklySales": 1.0, "onHand": 1, "onHandPacks": 1, "onOrder": 1, "onOrderPacks": 1, "accuracy": 1, "lastOrdered": "2025-06-14T07:24:45.6366997", "lastOrderQuantity": 1.1, "lastReceived": "2025-06-14T07:24:45.6366997", "lastReceivedQuantity": 1.1, "lastInvoiceStatus": 1 }, "productOrderingDetail": { "$ref": "10" }, "dealCost": { "$ref": "104" }, "nextCost": { "$ref": "104" }, "lastChance": true, "holdOff": 16, "holdOffDate": "2025-06-14T07:24:45.6366997", "orderHeader": { "$id": "109", "orderID": 1, "orderGuid": "Ph4CPj/EK0WIVpfm4IByzQ==", "orderIdentifier": "3e021e3e-c43f-452b-8856-97e6e08072cd", "backToBack": 1, "b2bGuid": "c9uhsl2G6EOS2eQPnljCgw==", "b2bIdentifier": "b2a1db73-865d-43e8-92d9-e40f9e58c283", "status": 2, "created": "2025-06-14T07:24:45.6366997", "createdLocal": "2025-06-14T07:24:45.6366997", "createdByUser": "sample string 3", "storeID": 1, "transferGuid": "mYibUEnVQEefje76JOB3jg==", "transferIdentifier": "509b8899-d549-4740-9f8d-eefa24e0778e", "transferInvoiceIdentifier": "sJHaRVDa90yx9g7UN67pXw==", "transferInvoiceGuid": "45da91b0-da50-4cf7-b1f6-0ed437aee95f", "attachedToInvoice": 4, "transferType": 1, "supplierIdentifier": "vLlWzZ/ZVUeig7IkEAiaAg==", "supplierIdentifierGuid": "cd56b9bc-d99f-4755-a283-b22410089a02", "description": "sample string 5", "rows": 1, "cartons": 1, "units": 1, "sentCount": 1, "sent": "2025-06-14T07:24:45.6366997", "sentLocal": "2025-06-14T07:24:45.6366997", "sentByUser": "sample string 6", "lastSentStatus": 1, "cancelled": "2025-06-14T07:24:45.6366997", "cancelledLocal": "2025-06-14T07:24:45.6366997", "cancelledByUser": "sample string 7", "shipped": "2025-06-14T07:24:45.6366997", "shippedLocal": "2025-06-14T07:24:45.6366997", "shippedByUser": "sample string 8", "stockReceived": "2025-06-14T07:24:45.6366997", "stockReceivedLocal": "2025-06-14T07:24:45.6366997", "stockReceivedByUser": "sample string 9", "received": "2025-06-14T07:24:45.6366997", "receivedLocal": "2025-06-14T07:24:45.6366997", "completed": "2025-06-14T07:24:45.6366997", "completedLocal": "2025-06-14T07:24:45.6366997", "updated": "2025-06-14T07:24:45.6366997", "updatedLocal": "2025-06-14T07:24:45.6366997", "dueDate": "2025-06-14T07:24:45.6366997", "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": "udqCdRlHIUuna/gt5r7Ikg==", "transportCompanyIdentifier": "7582dab9-4719-4b21-a76b-f82de6bec892", "autoOrder": 27, "hostIdentifier": "KKfHsdmGv0uOxbteMLq+Ug==", "hostIdentifierGuid": "b1c7a728-86d9-4bbf-8ec5-bb5e30babe52", "defaultOrderDocumentId": 1, "defaultStockReceiveDocumentId": 1, "temperature": 1.1, "temperatureScale": 28, "rating": 29, "lastOrderEmailSentId": "sample string 30", "lastOrderEmailSentStatus": "sample string 31", "deleted": "2025-06-14T07:24:45.6366997", "deletedByUser": "sample string 32", "autoOrderGuid": "NvINCGhkPky4VAgVKSWWjA==", "autoOrderIdentifier": "080df236-6468-4c3e-b854-08152925968c", "autoOrderHeader": { "$id": "110", "autoOrderGuid": "IrwMW6jKxkuy1RaVUh0wnA==", "autoOrderIdentifier": "5b0cbc22-caa8-4bc6-b2d5-1695521d309c", "orderGuid": "eS4WlscetESIIneHzbDLfw==", "orderIdentifier": "96162e79-1ec7-44b4-8822-7787cdb0cb7f", "created": "2025-06-14T07:24:45.6366997", "orderID": 1, "storeID": 1, "orderDate": "2025-06-14T07:24:45.6366997", "supplierIdentifier": "z1aczjYJ8UajGN235/XTvw==", "supplierIdentifierGuid": "ce9c56cf-0936-46f1-a318-ddb7e7f5d3bf", "orderStatus": 1, "tradingPartner": 1, "simpleAWS": true, "defaultMPL": 3, "investmentBuy": true, "storeName": "sample string 5", "supplierName": "sample string 6", "description": "sample string 7", "orderType": "sample string 8", "mailTo": "sample string 9", "mailBcc": "sample string 10", "notes": "sample string 11", "transportCompanyGuid": "fm09LvAKTU60MlyUrV58lg==", "transportCompanyIdentifier": "2e3d6d7e-0af0-4e4d-b432-5c94ad5e7c96", "store": { "$ref": "3" }, "supplier": { "$ref": "7" }, "details": [ { "$id": "111", "autoOrderGuid": "1t56IjZVSkG2uEOYkukGNg==", "autoOrderIdentifier": "227aded6-5536-414a-b6b8-439892e90636", "pluG_UID": "XDRo0/3XjU6wrTGom10t7g==", "pluGuid": "d368345c-d7fd-4e8d-b0ad-31a89b5d2dee", "orderCartons": 1, "orderUnits": 1, "orderWeight": 1, "processedCartons": 1, "processedUnits": 1, "processedWeight": 1, "cartons": 1, "units": 1, "weight": 1, "status": 1, "bestDealCartonCost": 1.1, "bestDealDays": 1, "lastDealDays": 1, "normalCartonCost": 1.1, "currentDealCartonCost": 1.1, "investmentCartons": 1, "investmentUnits": 1, "investmentWeight": 1, "investmentSavedAmt": 1.1, "investmentBuyEndDate": "2025-06-14T07:24:45.6366997", "investmentBuyStatus": 2, "processed": "2025-06-14T07:24:45.6366997", "product": { "$ref": "2" }, "orderCode": "sample string 3", "directIndicator": "sample string 4", "cycle": { "$ref": "14" }, "dayWeighting": { "$id": "112", "sunday": 1.1 }, "inventory": { "$id": "113", "inventoryGuid": "wxcgZoNWzkaPJXqo5VoQ7w==", "inventoryIdentifier": "662017c3-5683-46ce-8f25-7aa8e55a10ef", "created": "2025-06-14T07:24:45.6366997", "createdLocal": "2025-06-14T07:24:45.6366997", "onHand": 4, "onHandPacks": 5, "onOrder": 6, "onOrderPacks": 7, "accuracy": 8, "updated": "2025-06-14T07:24:45.6366997", "aws": 1.0, "history": [ { "$id": "114", "inventoryGuid": "OYfDba2WNkit6dHrr05QJw==", "inventoryIdentifier": "6dc38739-96ad-4836-ade9-d1ebaf4e5027", "pluG_UID": "jezOFmRobECErp4uqZJuYw==", "pluIdentifier": "16ceec8d-6864-406c-84ae-9e2ea9926e63", "inventoryReason": 3, "inventoryInvoiceGuid": "Xv1sLb6jskGXiuacozQeew==", "invoiceIdentifier": "2d6cfd5e-a3be-41b2-978a-e69ca3341e7b", "operatorGuid": "PPQBiubre02LIsPZW9VhuQ==", "operatorIdentifier": "8a01f43c-ebe6-4d7b-8b22-c3d95bd561b9", "stocktakeGuid": "C+C8PUKfjke3jUYbvarJhw==", "stocktakeIdentifier": "3dbce00b-9f42-478e-b78d-461bbdaac987", "orderGuid": "Zyg3H/AvJkumucWCKzCTWQ==", "orderIdentifier": "1f372867-2ff0-4b26-a6b9-c5822b309359", "saleHeaderGuid": "HwaFBKmmA0OPtRuOidCYHg==", "saleHeaderGuidIdentifier": "0485061f-a6a9-4303-8fb5-1b8e89d0981e", "dumpStockID": 1, "fuelDeliveryID": 1, "creditNoteIdentifier": "OqRHBeR9rEeHuUwc/HsvdQ==", "creditNoteGuid": "0547a43a-7de4-47ac-87b9-4c1cfc7b2f75", "inventorySourceGuid": "QfmKqUlNvEu+OeNcsnNM2w==", "inventorySourceIdentifier": "a98af941-4d49-4bbc-be39-e35cb2734cdb", "createdLocal": "2025-06-14T07:24:45.6366997", "baseUnits": 4, "unitsPerCarton": 5, "unitsPerCartonWeighted": true, "counted": 7, "countedPacks": 8, "open": 1, "movementQty": 9, "close": 1, "openPacks": 1, "movementQtyPacks": 10, "closePacks": 1, "accuracy": 1, "manual": 11, "user": "sample string 12", "updated": "2025-06-14T07:24:45.6366997", "createdLocalTime": "2025-06-14T07:24:45.6366997", "storeID": 14, "barcode": "sample string 15", "directCode": "sample string 16", "productName": "sample string 17", "salesMode": 18, "orderPacked": 19, "invoice": { "$id": "115", "inventoryInvoiceGuid": "C7AuGYS7wki1xEIwTS7APg==", "invoiceIdentifier": "192eb00b-bb84-48c2-b5c4-42304d2ec03e", "inventoryGuid": "Y8fnAp7+1U+VLtv75NfVJA==", "inventoryIdentifier": "02e7c763-fe9e-4fd5-952e-dbfbe4d7d524", "supplierIdentifier": "NRBftMkE806XnV3xFaoSBg==", "supplierGuid": "b45f1035-04c9-4ef3-979d-5df115aa1206", "orderGuid": "uMNUdZbNwkSj43zGlUjQHw==", "orderIdentifier": "7554c3b8-cd96-44c2-a3e3-7cc69548d01f", "invoiceHeaderIdentifier": "cFKQmJig0EW5sdAe3fmpbw==", "invoiceHeaderGuid": "98905270-a098-45d0-b9b1-d01eddf9a96f", "created": "2025-06-14T07:24:45.6366997", "ordered": "2025-06-14T07:24:45.6366997", "storeID": 1, "bestOrExpire": "2025-06-14T07:24:45.6366997", "bestOrExpireType": 1, "units": 1, "weight": 1, "received": "2025-06-14T07:24:45.6366997", "cost": 1, "totalCost": 1, "freightCost": 1, "inStock": 1, "pluG_UID": "vOtG8GkK9k2FjgZteMFzMw==", "pluGuid": "f046ebbc-0a69-4df6-858e-066d78c17333", "orderInventoryGuid": "a2GjJerw90aIpBwcM1NSqg==", "orderInventoryIdentifier": "25a3616b-f0ea-46f7-88a4-1c1c335352aa", "supplier": { "$ref": "7" }, "inventoryUnits": [ { "$id": "116", "invoiceItemNo": 1, "inventoryInvoiceGuid": "XGEYWXsFuUqnPdlslfOL4A==", "invoiceIdentifier": "5918615c-057b-4ab9-a73d-d96c95f38be0", "inventoryGuid": "O+s41SADJE+aOMQINsrjdQ==", "inventoryIdentifier": "d538eb3b-0320-4f24-9a38-c40836cae375", "serialNumber": "sample string 3", "sold": "2025-06-14T07:24:45.6366997", "saleItemID": 1, "storeID": 1, "returned": "2025-06-14T07:24:45.6366997", "dumped": 1, "saleHeaderID": 1 }, { "$ref": "116" } ] }, "invoiceHeaderIdentifier": "niug5wrEVUmtvB2WSCD1Hg==", "invoiceHeaderGuid": "e7a02b9e-c40a-4955-adbc-1d964820f51e", "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-06-14T07:24:45.6366997" }, "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": "cLaCOebCykGbDE5fHplu0g==", "pluGuid": "3982b670-c2e6-41ca-9b0c-4e5f1e996ed2", "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-06-14T07:24:45.6366997": { "$id": "122", "date": "2025-06-14T07:24:45.6366997", "salePrice": 1, "campaign": "sample string 2", "campaignDescription": "sample string 3", "combo": true, "comboPriceGroupG_UID": "hFpSl732T0mtuCEm7yPKsA==", "comboPriceGroupGuid": "97525a84-f6bd-494f-adb8-2126ef23cab0" } }, "onHandPredictions": [ { "$id": "123", "autoOrderGuid": "B5g3QSKf9UeweKeMSEyhzQ==", "autoOrderIdentifier": "41379807-9f22-47f5-b078-a78c484ca1cd", "pluG_UID": "RV0621W+pk2Zz7VnqMkGaQ==", "pluGuid": "db3a5d45-be55-4da6-99cf-b567a8c90669", "childPLUG_UID": "mbi9b3j54ESLJV2xAkCPOQ==", "childPluGuid": "6fbdb899-f978-44e0-8b25-5db102408f39", "date": "2025-06-14T07:24:45.6366997", "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": "05cd0f90-a3fe-40f5-867f-371fa80911e9", "cartonQuantity": 1, "sellPrice": 1, "cost": 1, "costDecimals": 1, "bufferDays": 6, "boostDays": 7 }, { "$ref": "111" } ], "boosts": [ { "$id": "124", "autoOrderGuid": "DYEe3fRYeEiWJ0TajAB0gw==", "autoOrderIdentifier": "dd1e810d-58f4-4878-9627-44da8c007483", "date": "2025-06-14T07:24:45.6366997", "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": "8rCk/c/jzkeedKF5eqtOiw==", "orderIdentifier": "fda4b0f2-e3cf-47ce-9e74-a1797aab4e8b", "supplierIdentifier": "CmrhfrNyX0SU4TqWzspgjg==", "supplierGuid": "7ee16a0a-72b3-445f-94e1-3a96ceca608e", "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": "YuIpW3/vNEa1GBVKTxWRhg==", "identifierGuid": "5b29e262-ef7f-4634-b518-154a4f159186", "companyName": "sample string 1", "abn": "sample string 2", "address1": "sample string 3", "address2": "sample string 4", "telephone": "sample string 5", "primaryContactGuid": "z40XVSnsqEiVMXj0znf/9w==", "primaryContactID": "55178dcf-ec29-48a8-9531-78f4ce77fff7", "primaryContact": { "$ref": "8" } } }, "invoiceDetail": { "$id": "128", "identifier": "VNknpwq4/E6yZb2dLerV0Q==", "identifierGuid": "a727d954-b80a-4efc-b265-bd9d2dead5d1", "headerIdentifier": "/0MrOWDj6kmkRoyR5ELcvg==", "headerIdentifierGuid": "392b43ff-e360-49ea-a446-8c91e442dcbe", "pluG_UID": "9sTm4KAD0E+RYgoCudPHmg==", "pluGuid": "e0e6c4f6-03a0-4fd0-9162-0a02b9d3c79a", "pageNo": 1, "lineNo": 1, "itemOrdered": "sample string 1", "itemShipped": "sample string 2", "apn": "sample string 3", "barcode": "sample string 4", "prodStatus": 0, "dateAvailable": "2025-06-14T07:24:45.6366997", "commodity": "sample string 5", "supplier": "sample string 6", "itemDesc": "sample string 7", "itemType": 48, "investmentBuyInd": "A", "orderType": "sample string 8", "cartonQty": 1, "cartonQuantitySpecified": true, "soldByWeight": true, "orderByWeight": true, "unitsOrdered": 1, "unitsSupplied": 1, "unitsReceived": 1, "weightOrdered": 1, "weightShipped": 1, "weightReceived": 1, "unitSpecified": 11, "wholesalePrice": 1, "extWholesalePrice": 1, "normalPrice": 1, "retailPrice": 1, "pricingUnit": "sample string 12", "claimFlag": "A", "gstRate": 1, "gstAmount": 1, "extGstAmount": 1, "deliWeight": 1, "marginAmount": 1, "extMarginAmount": 1, "costAmount": 1, "orderedCostAmount": 1, "extCostAmount": 1, "costIncSpecified": true, "freightAmount": 14, "freightGstAmount": 15, "extFreightAmount": 16, "extFreightGstAmount": 17, "costDecimals": 18, "wetRate": 1, "containerDeposit": 1, "basePrice": 1, "wetValue": 1, "deliveryFee": 1, "casePrice": 1, "wholesaleExt": 1, "wetExt": 1, "totalLitres": 1, "tun": "sample string 19", "applyDetails": true, "applySell": true, "applyCost": true, "applyOr": true, "applyQty": true, "itemNumber": "sample string 20", "directNumber": "sample string 21", "itemSize": "sample string 22", "costGst": 1, "sellGst": 1, "costOr": 1, "sellOr": 1, "marginOr": 1, "grossProfit": 1.0, "sell": 1, "cartonCost": 1, "currentCost": 1, "costID": "A", "costStart": "2025-06-14T07:24:45.6366997", "costEnd": "2025-06-14T07:24:45.6366997", "createdFromUnknownScan": true, "orderGuid": "KQ1YUrdeo0GkC/hJszGBaQ==", "orderIdentifierGuid": "52580d29-5eb7-41a3-a40b-f849b3318169", "processed": true, "received": true, "inventoried": true, "fromElectronicInvoice": true, "allowDelete": true, "updated": "2025-06-14T07:24:45.6366997", "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": "IL2CBNOtpUSW+g94B+wyXQ==", "pluGuid": "0482bd20-add3-44a5-96fa-0f7807ec325d", "invoiceIdentifier": "cNmhrHPS7UOO0coyde2KWQ==", "invoiceGuid": "aca1d970-d273-43ed-8ed1-ca3275ed8a59", "barcode": "sample string 3", "itemNumber": "sample string 4", "created": "2025-06-14T07:24:45.6366997" }, "productActive": true, "productSalesMode": 35, "productGSTPercent": 36, "productCostCalcMethod": 37, "productAlwaysApplyMargin": true, "productMarginRanged": true, "productMargin": 1.1, "productMinimumMargin": 1.1, "productMaximumMargin": 1.1, "priceGroupG_UID": "J+G8X61uUUeyR6ArUk4DUw==", "priceGroupGuid": "5fbce127-6ead-4751-b247-a02b524e0353", "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 }
application/xml
Sample not available.
text/xml
Sample not available.
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
None.