PUT api/order/{id}/detail/{pluGuid}
Save order detail
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Order identifier |
globally unique identifier |
Required |
| pluGuid |
Product identifier |
globally unique identifier |
Required |
Body Parameters
Order detail to save
OrderDetail| Name | 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. |
|
| DoNotRange | boolean |
None. |
|
| DoNotOrder | boolean |
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. |
|
| CostGSTPercent | integer |
Relation. This field may not always be loaded or used for updates. |
|
| OrderDetailReceive |
Credit note populated. True if images are attached to order detail |
boolean |
Relation. This field may not always be loaded or used for updates. |
| IsBackedUp | boolean |
Relation. This field may not always be loaded or used for updates. |
|
| BackupWarehouseIndicator | string |
Relation. This field may not always be loaded or used for updates. |
|
| BackupOrderCode | string |
Relation. This field may not always be loaded or used for updates. |
Request Formats
application/json, text/json
{
"id": 1,
"orderGuid": "gHH7xSX70kyjRImQb+4RkA==",
"orderIdentifier": "c5fb7180-fb25-4cd2-a344-89906fee1190",
"pluG_UID": "C9ueDGFBgU2JmyDO50DvVg==",
"pluGuid": "0c9edb0b-4161-4d81-899b-20cee740ef56",
"created": "2026-04-03T06:21:14.0183107",
"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,
"doNotRange": true,
"doNotOrder": true,
"cost": 1,
"costDecimals": 1,
"pickedCost": 1,
"pickedCostDecimals": 1,
"averagePackSize": 11.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 12",
"receivedUnits": 1,
"receivedWeight": 1,
"received": 1,
"status": 13,
"substituteG_UID": "hHTgDfMDPkau4PYNHi/XWA==",
"substituteGuid": "0de07484-03f3-463e-aee0-f60d1e2fd758",
"warehousePLUG_UID": "Y+8DjxR0kkqBwyQoRotYMw==",
"warehousePluGuid": "8f03ef63-7414-4a92-81c3-2428468b5833",
"updated": "2026-04-03T06:21:14.0183107",
"increment": true,
"description": "sample string 15",
"product": {
"$id": "2",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "bBGklof8z0Cx1ig6O3NW1w==",
"guid": "96a4116c-fc87-40cf-b1d6-283a3b7356d7",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "dwOsb81XEkiw5A1LCfMAiQ==",
"priceGroupGuid": "6fac0377-57cd-4812-b0e4-0d4b09f30089",
"blueprintID": 1,
"lastCountedDate": "2026-04-03T06:21:14.0183107",
"externalID": "sample string 7",
"active": true,
"activated": "2026-04-03T06:21:14.0183107",
"pluCreated": "2026-04-03T06:21:14.0183107",
"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": "2026-04-03T06:21:14.0183107",
"lastManualUpdate": "2026-04-03T06:21:14.0183107",
"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": "2026-04-03T06:21:14.0183107",
"currentCostUpdated": "2026-04-03T06:21:14.0183107",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-04-03T06:21:14.0183107",
"defaultGP": 1,
"breakTargetMode": 33,
"break1": 1,
"price1": 1,
"target1": 34,
"break2": 1,
"price2": 1,
"target2": 35,
"break3": 1,
"price3": 1,
"target3": 36,
"break1Changed": true,
"price1Changed": true,
"target1Changed": true,
"break2Changed": true,
"price2Changed": true,
"target2Changed": true,
"break3Changed": true,
"price3Changed": true,
"target3Changed": true,
"breakTargetModeChanged": true,
"margin": 1.1,
"marginChanged": true,
"marginRanged": true,
"marginRangedChanged": true,
"minimumMargin": 1.1,
"minimumMarginChanged": true,
"maximumMargin": 1.1,
"maximumMarginChanged": true,
"overrideHostWarehouseIndicator": true,
"overrideHostWarehouseIndicatorChanged": true,
"overrideHostPrice": true,
"overrideHostPriceChanged": true,
"overrideHostCost": true,
"overrideHostCostChanged": true,
"overrideHostMargin": true,
"overrideHostMarginChanged": true,
"alwaysApplyMargin": true,
"alwaysApplyMarginChanged": true,
"aws": 1.0,
"paws": 1.0,
"awsUpdated": "2026-04-03T06:21:14.0183107",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "I5Ai+62QXE+8lmhBKUzDxA==",
"altPLUGuid": "fb229023-90ad-4f5c-bc96-6841294cc3c4",
"altPLUGuidChanged": true,
"altPriceDescription1": "sample string 54",
"altPriceDescription2": "sample string 55",
"cartonQuantity": 56,
"cartonQuantityChanged": true,
"trayID": 1,
"promptID": 1,
"tare": 1,
"packQty": 1,
"fixedWeight": 1,
"extraMesg": 1,
"text1": "sample string 58",
"text2": "sample string 59",
"text3": "sample string 60",
"labelText": "sample string 61",
"labelTextChanged": true,
"sendToScale": true,
"nonScaleWeigh": true,
"labelFormat": "sample string 65",
"barcodeFormat": "sample string 66",
"austMade": 1,
"coolCode": 67,
"countryOfOrigin": "sample string 68",
"percentContent": 69.1,
"departmentID": 1,
"subDepartmentID": 1,
"minorDepartmentID": 1,
"lesserDepartmentID": 1,
"deptCode": "sample string 70",
"subDeptCode": "sample string 71",
"minorDeptCode": "sample string 72",
"lesserDeptCode": "sample string 73",
"deptName": "sample string 74",
"subDeptName": "sample string 75",
"minorDeptName": "sample string 76",
"lesserDeptName": "sample string 77",
"departmentChanged": true,
"subCategoryID": 1,
"expiry": 1,
"showDays": 1,
"datePrint": 1,
"labelRequired": true,
"labelShelfQty": 80,
"labelShelfChanged": true,
"labelTalkerQty": 82,
"labelSmall": true,
"labelLastPrinted": "2026-04-03T06:21:14.0183107",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "CvgTl3mHP0WsalpyOvb8Aw==",
"shelfPageLayoutGuid": "9713f80a-8779-453f-ac6a-5a723af6fc03",
"talkerPageLayoutG_UID": "eDlcD12WD0u81Ly014Foew==",
"talkerPageLayoutGuid": "0f5c3978-965d-4b0f-bcd4-bcb4d781687b",
"unitMeasure": 1.1,
"unitMeasureChanged": true,
"unitMeasureKind": 85,
"unitMeasureKindChanged": true,
"signIQData": "sample string 87",
"refresh": true,
"earnLoyaltyPoints": true,
"earnLoyaltyPointsChanged": true,
"quantityOverride": true,
"quantityOverrideChanged": true,
"quantityRequired": true,
"quantityRequiredChanged": true,
"allowDiscounts": true,
"allowDiscountsChanged": true,
"discountDiscounts": true,
"discountDiscountsChanged": true,
"itemRecalled": true,
"itemRecalledChanged": true,
"noRefund": true,
"noRefundChanged": true,
"allowMarkdown": true,
"allowMarkdownChanged": true,
"priceRequired": true,
"priceRequiredChanged": true,
"fuelItem": true,
"fuelItemChanged": true,
"liabilityItem": true,
"trackSerial": true,
"trackSerialChanged": true,
"allowZeroPrice": true,
"allowZeroPriceChanged": true,
"notForSale": 92,
"notForSaleChanged": true,
"excludeFromDeals": true,
"excludeFromVoucher": true,
"minimumAge": 95,
"minimumAgeChanged": true,
"buyingLimit": 1,
"buyingLimitChanged": true,
"buyingLimitIndependent": true,
"buyingLimitIndependentChanged": true,
"inventoryGuid": "JHGWucRxFkCS+VkZsWWuPw==",
"inventoryIdentifier": "b9967124-71c4-4016-92f9-5919b165ae3f",
"inventoryAccuracy": 1,
"baseUnits": 99,
"orderPacked": 1,
"isManufactured": true,
"isIngredient": true,
"isModifier": true,
"isModifierChanged": true,
"hasModifiers": 100,
"defaultPrinter": "sample string 101",
"defaultPrinterGroup": "sample string 102",
"ingredientsOnManufacture": true,
"manufactureUnitMeasure": 1,
"mpl": 1,
"maxShelfQty": 103,
"allowAutoOrder": true,
"warrantyPeriod": 1,
"parentPluG_UId": "J0W8tJ8Q8k+gyEnEmTxvwQ==",
"parentPluGuid": "b4bc4527-109f-4ff2-a0c8-49c4993c6fc1",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "U5QejuYj/06VksD/+ikRuQ==",
"supplierIdentifierGuid": "8e1e9453-23e6-4eff-9592-c0fffa2911b9",
"supplierChanged": true,
"rebateSupplierIdentifier": "ByhLl1VSi0C7XJgphXQj1A==",
"rebateSupplierIdentifierGuid": "974b2807-5255-408b-bb5c-9829857423d4",
"rebateSupplierChanged": true,
"availableForOrder": true,
"warehouseDirectIndicator": "sample string 109",
"warehouseDirectIndicatorChanged": true,
"productGrade": "sample string 111",
"productType": "sample string 112",
"productGroup": "sample string 113",
"complianceIndicator": "sample string 114",
"inhouseBrand": "sample string 115",
"slowMoving": true,
"generalMerchandise": true,
"comment": "sample string 118",
"lastUpdatedByUser": "sample string 119",
"lastManualUpdatedByUser": "sample string 120",
"lastUpdatedByUserOverride": true,
"lastUpdatedByHost": "2026-04-03T06:21:14.0183107",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "iQWY3hekm0OPLfacn/LLSg==",
"hostIdentifierGuid": "de980589-a417-439b-8f2d-f69c9ff2cb4a",
"serviceFeeID": 1,
"serviceFeeIDChanged": true,
"providerName": "sample string 126",
"aisleEnds": "sample string 127",
"deleted": true,
"deletedChanged": true,
"hidden": true,
"doNotRange": true,
"doNotRangeChanged": true,
"doNotOrder": true,
"doNotOrderChanged": true,
"locked": true,
"excludeFromWebUpdate": true,
"excludeFromWebUpdateChanged": true,
"webPriceBasedOn": 138,
"webPriceRounding": true,
"webMarkup": 140,
"webPriceMode": 141,
"altDepartmentID": 1,
"altSubDepartmentID": 1,
"altMinorDepartmentID": 1,
"altLesserDepartmentID": 1,
"altDeptCode": "sample string 142",
"altSubDeptCode": "sample string 143",
"altMinorDeptCode": "sample string 144",
"altLesserDeptCode": "sample string 145",
"altDepartmentChanged": true,
"storeProducts": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"store": {
"$id": "3",
"id": 1,
"isMaster": true,
"isElectedMaster": true,
"electedMasterStoreID": 1,
"isZoneMaster": 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": "2026-04-03T06:21:14.0183107",
"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": "jZqqQ8Rb4kqg1h2gkYzc4w==",
"hostIdentifierGuid": "43aa9a8d-5bc4-4ae2-a0d6-1da0918cdce3",
"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,
"defaultOrderDocumentId": 1,
"defaultStockReceiveDocumentId": 1,
"giftCardSalesAccountingDeptCode": "sample string 47",
"transactionDiscountAccountingDeptCode": "sample string 48",
"size": 49,
"updated": "2026-04-03T06:21:14.0183107",
"priceZone": {
"$id": "4",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "/q5KrWSppk69jN82wT3KiA==",
"hostIdentifierGuid": "ad4aaefe-a964-4ea6-bd8c-df36c13dca88",
"sortOrder": 3,
"zoneMasterStoreID": 1,
"electedMasterStoreID": 1,
"containsElectedMasterStore": true
},
"priceZoneName": "sample string 51",
"storeFuelConfigured": true,
"shippingAddressCopied": true,
"shippingAddress": {
"$id": "5",
"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"
},
"billingAddressCopied": true,
"billingAddress": {
"$ref": "5"
},
"hostStoreSettings": [
{
"$id": "6",
"id": 1,
"hostIdentifier": "tL8c07akiEmu+j6fmDYRwg==",
"hostIdentifierGuid": "d31cbfb4-a4b6-4988-aefa-3e9f983611c2",
"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,
"secondPassword": "sample string 23",
"secondPasswordPlain": "sample string 24",
"secondServerAddress": "sample string 25",
"processPromotions": true,
"hostProvider": 0,
"host": {
"$id": "7",
"identifier": "kCPjkD5d/0O1OxLHaWPyqg==",
"identifierGuid": "90e32390-5d3e-43ff-b53b-12c76963f2aa",
"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": "cg1gvGjy1UayK7Q8C3uzmA==",
"hostSupplierIdentifierGuid": "bc600d72-f268-46d5-b22b-b43c0b7bb398",
"loyaltyPriceLevelIdentifier": "FluGhx2ngE2GC+CTLRLS1A==",
"loyaltyPriceLevelIdentifierGuid": "87865b16-a71d-4d80-860b-e0932d12d2d4",
"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": "2026-04-03T06:21:14.0183107",
"lastProcessed": "2026-04-03T06:21:14.0183107",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$id": "8",
"identifier": "23Cgg/kwSEyrADs5ByNU4A==",
"identifierGuid": "83a070db-30f9-4c48-ab00-3b39072354e0",
"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": "3u99jv4R50ypr3MOWgOgNg==",
"primaryContactID": "8e7defde-11fe-4ce7-a9af-730e5a03a036",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "siZ3OilESUyJaTlolSy9dg==",
"supplierGroupGuid": "3a7726b2-4429-4c49-8969-3968952cbd76",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-04-03T06:21:14.0183107",
"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": "9",
"id": "26efe37a-ee2d-43ee-9944-20ee4b56641b",
"identifier": "lI3cMeZjgUq9DTlZdB4c9g==",
"identifierGuid": "31dc8d94-63e6-4a81-bd0d-3959741e1cf6",
"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": "10",
"supplierIdentifier": "I4+58UEWwUS/weMnwsJXJQ==",
"supplierIdentifierGuid": "f1b98f23-1641-44c1-bfc1-e327c2c25725",
"contactGuid": "V+pgg+ViuESW/Xs2TAioTg==",
"contactID": "8360ea57-62e5-44b8-96fd-7b364c08a84e",
"contact": {
"$ref": "9"
},
"supplier": {
"$ref": "8"
}
},
{
"$ref": "10"
}
],
"products": [
{
"$id": "11",
"pluG_UID": "7oK8MeWl3EGUZ4VmMmyFjQ==",
"pluGuid": "31bc82ee-a5e5-41dc-9467-8566326c858d",
"supplierIdentifier": "DbwpPEof1UilFIpGr/4dOA==",
"supplierIdentifierGuid": "3c29bc0d-1f4a-48d5-a514-8a46affe1d38",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-04-03T06:21:14.0183107",
"pricedByWeight": true,
"landedUnitCostEx": 9,
"landedUnitCostInc": 10,
"landedCartonCostInc": 12,
"landedCartonCostEx": 13,
"standardCost": 14,
"deliveryFee": 1,
"deliveryFeeBasis": "sample string 15",
"pickAndPackFee": 1,
"pickAndPackFeeBasis": "sample string 16",
"financeFee": 1,
"financeFeeBasis": "sample string 17",
"cartonLength": 1,
"cartonWidth": 1,
"cartonHeight": 1,
"palletLayerQuantity": 1,
"palletLayers": 1,
"itemCode": "sample string 18",
"invoiceCode": "sample string 19",
"invoiceDesc": "sample string 20",
"orderDirect": true,
"useCost": true,
"minimumQuantity": 21,
"hostType": 22,
"fromHost": 23,
"minimumReorder": 1,
"maximumReorder": 1,
"orderMultiple": 24.1,
"sellMultiple": 25.1,
"baseMultiple": 26.1,
"hostStandardCost": 27,
"hostTotalCost": 28,
"hostRetail": 29,
"hostLandedUnitCostEx": 30,
"hostLandedUnitCostInc": 31,
"hostDesc": "sample string 32",
"directIndicator": "sample string 33",
"availableToOrder": true,
"hostRangeIndicator": "sample string 35",
"hostProductType": "sample string 36",
"hostProductGrade": "sample string 37",
"hostProductGroup": "sample string 38",
"hostSlowMoving": true,
"hostGeneralMerchandise": true,
"hostPillar": "sample string 41",
"hostLastUpdated": "2026-04-03T06:21:14.0183107",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "12",
"pluG_UID": "kemoFPtpCESaIKU+yV+Dkw==",
"pluGuid": "14a8e991-69fb-4408-9a20-a53ec95f8393",
"supplierIdentifier": "84g40RcC9kyrF/VfzFeYAw==",
"supplierIdentifierGuid": "d13888f3-0217-4cf6-ab17-f55fcc579803",
"invoiceCode": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "12"
}
],
"storeIDs": [
1,
2
],
"preferredSupplier": true,
"preferredRebateSupplier": true,
"supplierName": "sample string 42",
"salesMode": 43,
"orderPacked": true,
"active": true,
"price": 1,
"costGstPercent": 45,
"parentPluG_UID": "YeXTm2bzRECXgMMQxQOTeA==",
"parentPluGuid": "9bd3e561-f366-4044-9780-c310c5039378",
"freight": 46.0,
"freightType": 1,
"product": {
"$ref": "2"
},
"supplier": {
"$ref": "8"
},
"serviceFee": {
"$id": "13",
"id": 1,
"description": "sample string 1",
"fee": 1
},
"isPrimaryHost": true,
"hostVendor": 48
},
{
"$ref": "11"
}
],
"orderCycleHeaders": [
{
"$id": "14",
"storeID": 1,
"supplierIdentifier": "YBZBck1mR0+B+i/l1odwfw==",
"supplierGuid": "72411660-664d-4f47-81fa-2fe5d687707f",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"storeName": "sample string 5",
"departmentName": "sample string 6",
"orderDays": 7
},
{
"$ref": "14"
}
],
"cycles": [
{
"$id": "15",
"storeID": 1,
"supplierIdentifier": "i2ChksXDJ0uA7ygThTiVKg==",
"supplierGuid": "92a1608b-c3c5-4b27-80ef-28138538952a",
"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": "2026-04-03T06:21:14.0183107",
"deliveryDate": "2026-04-03T06:21:14.0183107",
"nextCutOffDate": "2026-04-03T06:21:14.0183107",
"nextDeliveryDate": "2026-04-03T06:21:14.0183107",
"nextDaysBuffer": 10
},
{
"$ref": "15"
}
],
"store": {
"$ref": "3"
},
"updated": "2026-04-03T06:21:14.0183107",
"isHost": true
},
"files": [
{
"$id": "16",
"id": "sample string 1",
"fileName": "sample string 2",
"extension": "sample string 3",
"provider": 0,
"type": 0,
"hostType": "sample string 4",
"createdUtc": "2026-04-03T06:21:14.0183107",
"processed": "2026-04-03T06:21:14.0183107",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-04-03T06:21:14.0183107",
"size": 1,
"sizeFormat": "sample string 7",
"isArchive": true,
"customerNumber": "sample string 9",
"businessPillar": "sample string 10",
"fileType": "sample string 11",
"version": "sample string 12",
"reference": "sample string 13",
"digest": "sample string 14",
"contentType": "sample string 15",
"host": {
"$ref": "7"
},
"metcashHeader": {
"$id": "17",
"customerNumber": "sample string 1",
"creationDate": "2026-04-03T06:21:14.0183107",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "16"
}
],
"zoneMatrix": [
{
"$id": "18",
"id": 1,
"hostIdentifier": "sq5rt6w78Eye1DXaUj5hBQ==",
"hostIdentifierGuid": "b76baeb2-3bac-4cf0-9ed4-35da523e6105",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"1de50e50-584e-459c-a078-20a31f31f725",
"75bd3357-c21f-4d25-b0b6-7abe893b5412"
]
},
{
"$ref": "18"
}
],
"hostFileStoreSetting": {
"$ref": "6"
},
"hostStoreSettings": [
{
"$ref": "6"
},
{
"$ref": "6"
}
],
"promotionPlacements": [
{
"$id": "19",
"identifier": "esqiBTfkZkCLG2lmi1OCIQ==",
"identifierGuid": "05a2ca7a-e437-4066-8b1b-69668b538221",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "19"
}
],
"promoTypeGuids": [
"3f10c269-ee77-4d43-9f5a-df8772587d4e",
"c4a48685-e5d9-4d2a-a015-e03dc9682f4e"
],
"isPromotionOnly": false,
"isOrderable": false,
"vendor": 0
},
"groupIDs": [
1,
2
],
"hostDescription": "sample string 27"
},
{
"$ref": "6"
}
],
"accounts": [
{
"$id": "20",
"id": 1,
"storeID": 1,
"accountName": "sample string 2",
"bsb": "sample string 3",
"accountNumber": "sample string 4",
"accountDesignated": true
},
{
"$ref": "20"
}
],
"sales": [
{
"$id": "21",
"id": 1,
"storeID": 1,
"externalSalesType": 2,
"ftpSiteID": 1,
"lastSaleProcessed": "2026-04-03T06:21:14.0183107",
"ftpSite": {
"$id": "22",
"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": "21"
}
],
"zoneMatrix": [
{
"$ref": "18"
},
{
"$ref": "18"
}
],
"cashManagements": [
{
"$id": "23",
"id": 1,
"storeID": 1,
"cashManagementType": 2,
"apiID": 1,
"organisationID": "sample string 3",
"siteName": "sample string 4",
"thirdPartyAPI": {
"$id": "24",
"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": "23"
}
],
"updateStoreID": "49d0f8c4-6a0f-400f-b86b-8de442dd2191",
"updateStore": {
"$id": "25",
"id": "eb051641-9fe9-4b8f-89a9-68f6b05d260d",
"name": "sample string 1",
"lastActivity": "2026-04-03T06:21:14.0183107",
"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": "2026-04-03T06:21:14.0183107"
},
"timeZoneId": "sample string 54",
"securityOptions": {
"$id": "26",
"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": "27",
"pluG_UID": "w8Sx2NBdFEKgiQytIROR2Q==",
"pluGuid": "d8b1c4c3-5dd0-4214-a089-0cad211391d9",
"plu": 1,
"storeID": 1,
"zoneID": 2,
"zoneName": "sample string 3",
"store": "sample string 4",
"isElectedMasterStore": true,
"isZoneMasterStore": true,
"priceNow": 7,
"costNow": 8,
"costNowDecimals": 9,
"normalPrice": 10,
"priceNext": 1,
"costNext": 1,
"costNextDecimals": 11,
"nextCampaignName": "sample string 12",
"gstPercent": 13,
"normalCost": 14,
"normalCostDecimals": 15,
"costGstPercent": 16,
"costCalcMethod": 1,
"currentCost": 17,
"currentCostDecimals": 18,
"break1": 19,
"price1": 20,
"break2": 21,
"price2": 22,
"break3": 23,
"price3": 24,
"fuelItem": 25,
"fixedWeight": 26,
"active": true,
"complianceIndicator": "sample string 27",
"doNotOrder": true,
"doNotRange": true,
"isNormalPriceChangesCampaign": true,
"updated": "2026-04-03T06:21:14.0183107"
},
{
"$ref": "27"
}
],
"currentPrices": {
"$id": "28",
"pluPrices": {
"$id": "29",
"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,
"memberDiscountPrice": 10,
"acceptedUtc": "2026-04-03T06:21:14.0183107",
"priceChangeType": 0,
"costDecimals": 11,
"costCalcMethod": 12,
"targetCampaignPriceGtOrEquNormal": true
},
"normalPluPrices": {
"$ref": "29"
},
"winningCampaign": 1,
"winner": {
"$id": "30",
"campaignName": "sample string 1",
"campaignDescription": "sample string 2",
"talkerText": "sample string 3",
"disableWasSave": true,
"startDate": "2026-04-03T06:21:14.0183107",
"startTime": 5,
"endDate": "2026-04-03T06:21:14.0183107",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "l2/HgJ57H0S+XPp8sbL+LA==",
"hostIdentifierGuid": "80c76f97-7b9e-441f-be5c-fa7cb1b2fe2c",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "30"
},
{
"$ref": "30"
}
]
},
"tray": {
"$id": "31",
"g_UId": "n3cKb9MOk060ajpVyvYQjg==",
"guid": "6f0a779f-0ed3-4e93-b46a-3a55caf6108e",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "32",
"priceGroupG_UID": "VOynPqzcHU2wfAW1aFL0Kw==",
"priceGroupGuid": "3ea7ec54-dcac-4d1d-b07c-05b56852f42b",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-04-03T06:21:14.0183107",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "33",
"pluG_UID": "VNSEejFytUmff7U3lcm74Q==",
"pluGuid": "7a84d454-7231-49b5-9f7f-b53795c9bbe1",
"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": "34",
"pluGuid": "0a52a722-a9e9-4b4d-ba9b-9d81dee20f01",
"created": "2026-04-03T06:21:14.0183107",
"createdByUser": "sample string 1",
"activated": "2026-04-03T06:21:14.0183107",
"activatedByUser": "sample string 2",
"deactivated": "2026-04-03T06:21:14.0183107",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-04-03T06:21:14.0183107",
"lastOrderedQty": 4.0,
"lastReceived": "2026-04-03T06:21:14.0183107",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-04-03T06:21:14.0183107",
"lastSold": "2026-04-03T06:21:14.0183107",
"firstSold": "2026-04-03T06:21:14.0183107",
"awsUpdated": "2026-04-03T06:21:14.0183107",
"lastManualUpdate": "2026-04-03T06:21:14.0183107",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-04-03T06:21:14.0183107",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-04-03T06:21:14.0183107",
"doNotRangeUpdated": "2026-04-03T06:21:14.0183107",
"doNotOrderUpdated": "2026-04-03T06:21:14.0183107",
"tracked": "2026-04-03T06:21:14.0183107"
},
"allergens": [
{
"$id": "35",
"primaryKey": {
"$id": "36",
"pluGuid": "ab0c2acd-0988-40df-81de-c0529d5ef991",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "zSoMq4gJ30CB3sBSnV75kQ==",
"pluGuid": "ab0c2acd-0988-40df-81de-c0529d5ef991",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "35"
}
],
"costs": {
"$id": "37",
"pluG_UID": "NCY1R26wlkay2zLo6AxryA==",
"pluGuid": "47352634-b06e-4696-b2db-32e8e80c6bc8",
"enteredCost": 1,
"weightedAvgCost": 1,
"lastCost": 1,
"rawEnteredCost": 2,
"rawWeightedAvgCost": 3,
"rawLastCost": 4,
"freight": 5.0,
"freightType": 6,
"costDecimals": 7,
"fifoCost": 1,
"updated": "2026-04-03T06:21:14.0183107",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "38",
"saleHeaderID": 1,
"created": "2026-04-03T06:21:14.0183107",
"createdLocal": "2026-04-03T06:21:14.0183107",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "zeppxif5P0+1m0r/0cfd4Q==",
"operatorGuid": "c669eacd-f927-4f3f-b59b-4affd1c7dde1",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "QhDmfqkNdUyi2ruIxzkQkg==",
"pluGuid": "7ee61042-0da9-4c75-a2da-bb88c7391092",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$id": "39",
"id": 1,
"g_Uid": "/Dnp4kCKe0eVOSTXsr5UYg==",
"guid": "e2e939fc-8a40-477b-9539-24d7b2be5462",
"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": "2026-04-03T06:21:14.0183107",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-04-03T06:21:14.0183107",
"endShift": "2026-04-03T06:21:14.0183107",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "40",
"operatorG_UID": "sNtdRVNNakKMq8yqwcma+w==",
"operatorGuid": "455ddbb0-4d53-426a-8cab-ccaac1c99afb",
"storeID": 2,
"operator": {
"$ref": "39"
},
"store": {
"$ref": "3"
}
},
{
"$ref": "40"
}
]
}
},
{
"$ref": "38"
}
],
"apns": [
{
"$id": "41",
"pluID": 1,
"pluG_UID": "h/dTi0cW1UCEKaatKYpNSA==",
"pluGuid": "8b53f787-1647-40d5-8429-a6ad298a4d48",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "41"
}
],
"tuns": [
{
"$id": "42",
"pluG_UId": "wjYfphVQrEeIP98xY4FElA==",
"pluGuid": "a61f36c2-5015-47ac-883f-df3163814494",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "2"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "42"
}
],
"competitionPricing": [
{
"$id": "43",
"identifier": "B4oeK3mJyUeFPndbqa55Tw==",
"identifierGuid": "2b1e8a07-8979-47c9-853e-775ba9ae794f",
"pluG_UID": "oXNRDXukX0W1FA5XNVNqhQ==",
"pluGuid": "0d5173a1-a47b-455f-b514-0e5735536a85",
"competitionID": 1,
"name": "sample string 2",
"sellMultiple": 3,
"retailPrice": 4,
"storeName": "sample string 5"
},
{
"$ref": "43"
}
],
"supplier": {
"$ref": "8"
},
"supplierName": "sample string 148",
"children": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"ordering": {
"$ref": "11"
},
"flipChartPages": [
{
"$id": "44",
"identifier": "Yqr7/Bdww069M+ds9xDnVQ==",
"groupName": "sample string 1",
"identifierGuid": "fcfbaa62-7017-4ec3-bd33-e76cf710e755",
"exists": true,
"flipChartIdentifier": "lmVnmAUXskawDaLUsy7Ofg==",
"flipChartIdentifierGuid": "98676596-1705-46b2-b00d-a2d4b32ece7e",
"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": "UlbkzFK15kmGfe535OK+hw==",
"groupIdentifierGuid": "cce45652-b552-49e6-867d-ee77e4e2be87",
"flipChart": {
"$id": "45",
"identifier": "3OnbB54wbUil7pEIaxqEEQ==",
"identifierGuid": "07dbe9dc-309e-486d-a5ee-91086b1a8411",
"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": "46",
"identifier": "J5Z+VAa1+US2cy6UMJctkg==",
"identifierGuid": "547e9627-b506-44f9-b673-2e9430972d92",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "47",
"id": 1,
"g_UID": "hQpHEBzJSECkl/AK0YWnOA==",
"guid": "10470a85-c91c-4048-a497-f00ad185a738",
"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": "oK6gLRq5BUO3v2qUK+1pYg==",
"previousFormGuid": "2da0aea0-b91a-4305-b7bf-6a942bed6962",
"nextForm": 1,
"nextFormG_UID": "YS86p4+AiE2qKoOz51iEHg==",
"nextFormGuid": "a73a2f61-808f-4d88-aa2a-83b3e758841e",
"attributes": "sample string 10",
"updated": "2026-04-03T06:21:14.0183107",
"positioning": 1,
"contentPanel": "sample string 11",
"selectionMode": 1,
"maximumSelections": 1,
"alteredInStore": true,
"deleted": true,
"blueprintID": 1,
"preserveLayout": true,
"mainCheckoutFormName": "sample string 13",
"nextCheckoutForm": {
"$ref": "47"
},
"previousCheckoutForm": {
"$ref": "47"
},
"buttons": [
{
"$id": "48",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "Rh+TwR+8JUKUeJDy+JuxZg==",
"checkoutFormGuid": "c1931f46-bc1f-4225-9478-90f2f89bb166",
"identifier": "ddKiTmSkOE6yc7qOzT99HA==",
"identifierGuid": "4ea2d275-a464-4e38-b273-ba8ecd3f7d1c",
"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": "USeO2bNXbE+tf9d5SJtWRg==",
"valueGuid": "d98e2751-57b3-4f6c-ad7f-d779489b5646",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-04-03T06:21:14.0183107",
"action": "sample string 12",
"valueForm": {
"$ref": "47"
},
"image": {
"$id": "49",
"name": "sample string 3.sample string 4",
"imageID": 2,
"imageName": "sample string 3",
"imageExtension": "sample string 4",
"lastUpdate": "2026-04-03T06:21:14.0183107",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "48"
}
],
"panels": [
{
"$id": "50",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "v76oGXPp+UaxGF8BQSgb2Q==",
"checkoutFormGuid": "19a8bebf-e973-46f9-b118-5f0141281bd9",
"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": "50"
}
]
},
{
"$ref": "47"
}
],
"panels": [
{
"$ref": "50"
},
{
"$ref": "50"
}
]
},
"pages": [
{
"$ref": "44"
},
{
"$ref": "44"
}
]
},
"contentPanel": {
"$ref": "50"
},
"products": [
{
"$id": "51",
"flipChartPageIdentifier": "M2LfzuD7oUC8zxzV3CTwiw==",
"flipChartPageIdentifierGuid": "cedf6233-fbe0-40a1-bccf-1cd5dc24f08b",
"pluG_UID": "wZXgh1NhMUqmLHsQG8Zr8w==",
"pluGuid": "87e095c1-6153-4a31-a62c-7b101bc66bf3",
"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": "51"
}
],
"productCount": 27,
"pages": [
{
"$ref": "44"
},
{
"$ref": "44"
}
]
},
{
"$ref": "44"
}
],
"priceHistory": [
{
"$id": "52",
"pluG_UID": "OepakdccMkGvg/LlJqykPQ==",
"pluGuid": "915aea39-1cd7-4132-af83-f2e526aca43d",
"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": "2026-04-03T06:21:14.0183107",
"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": "52"
}
],
"ingredients": [
{
"$id": "53",
"pluG_UID": "j23qnqSYW0ay41umXFK+7Q==",
"ingredientGuid": "NHflmUFxl0m7BrWAtozkKQ==",
"ingredientIdentifier": "99e57734-7141-4997-bb06-b580b68ce429",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "2"
}
},
{
"$ref": "53"
}
],
"bins": [
{
"$id": "54",
"pluG_UID": "LXV9X2iLckS+BacLEb9R1A==",
"pluGuid": "5f7d752d-8b68-4472-be05-a70b11bf51d4",
"shelfLocationIdentifier": "QSQFI3hl6EqG1vOPEuwruA==",
"shelfLocationGuid": "23052441-6578-4ae8-86d6-f38f12ec2bb8",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "dFLpButf1kaeaErljheTAA==",
"labelPageLayoutGuid": "06e95274-5feb-46d6-9e68-4ae58e179300",
"updated": "2026-04-03T06:21:14.0183107",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "2"
},
"location": {
"$id": "55",
"identifier": "V6QeohdFI0a5HclwjY6IfQ==",
"storeID": 1,
"identifierGuid": "a21ea457-4517-4623-b91d-c9708d8e887d",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-04-03T06:21:14.0183107",
"minTemp": 1,
"maxTemp": 1,
"checkFrequency": 1,
"storeCaseConfiguration": 5,
"storeName": "sample string 6",
"bins": [
{
"$ref": "54"
},
{
"$ref": "54"
}
]
}
},
{
"$ref": "54"
}
],
"bin": {
"$ref": "54"
},
"scaleLocations": [
{
"$id": "56",
"plu": 1,
"pluG_UID": "0Kj/mmWsGkeZa+vqARaRww==",
"pluGuid": "9affa8d0-ac65-471a-996b-ebea011691c3",
"deptNo": 1,
"product": {
"$ref": "2"
},
"scaleLocation": {
"$id": "57",
"id": 1,
"deptNo": 1,
"deptCode": "sample string 2",
"name": "sample string 3",
"enabled": true,
"updated": "2026-04-03T06:21:14.0183107",
"department": {
"$id": "58",
"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": "57"
},
"subDepartments": [
{
"$id": "59",
"id": 1,
"departmentID": 2,
"name": "sample string 3",
"code": "sample string 4",
"departmentCode": "sample string 5",
"externalSales": true,
"minorDepartments": [
{
"$id": "60",
"id": 1,
"subDepartmentID": 2,
"departmentID": 3,
"name": "sample string 4",
"subDepartmentCode": "sample string 5",
"departmentCode": "sample string 6",
"code": "sample string 7",
"lesserDepartments": [
{
"$id": "61",
"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": "2026-04-03T06:21:14.0183107",
"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": "2TnrM/XMAkWtQ59f0z2hyg==",
"labelPageLayoutGuid": "33eb39d9-ccf5-4502-ad43-9f5fd33da1ca",
"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": "62",
"dept": 1,
"category": 2,
"name": "sample string 3",
"active": true,
"mscCommodities": [
{
"$id": "63",
"dept": 1,
"category": 2,
"commodity": 3,
"name": "sample string 4",
"active": true,
"mscSubCommodities": [
{
"$id": "64",
"dept": 1,
"category": 2,
"commodity": 3,
"subCommodity": 4,
"name": "sample string 5",
"active": true,
"subCommodityCode": "sample string 7"
},
{
"$ref": "64"
}
],
"commodityCode": "sample string 6"
},
{
"$ref": "63"
}
],
"categoryCode": "sample string 5"
},
"mscCom": {
"$ref": "63"
},
"mscDep": {
"$id": "65",
"dept": 1,
"name": "sample string 2",
"active": true,
"mscCategories": [
{
"$ref": "62"
},
{
"$ref": "62"
}
],
"deptCode": "sample string 4"
},
"mscSubCom": {
"$ref": "64"
}
},
{
"$ref": "61"
}
],
"updated": "2026-04-03T06:21:14.0183107",
"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": "lBW/dSUjAU+cjNufUOP9wg==",
"labelPageLayoutGuid": "75bf1594-2325-4f01-9c8c-db9f50e3fdc2",
"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": "62"
},
"mscCom": {
"$ref": "63"
},
"mscDep": {
"$ref": "65"
},
"mscSubCom": {
"$ref": "64"
}
},
{
"$ref": "60"
}
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:21:14.0183107",
"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": "ac824+dIIU22jRXJJ6Keog==",
"labelPageLayoutGuid": "e336cf69-48e7-4d21-b68d-15c927a29ea2",
"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": "62"
},
"mscCom": {
"$ref": "63"
},
"mscDep": {
"$ref": "65"
},
"mscSubCom": {
"$ref": "64"
}
},
{
"$ref": "59"
}
],
"stores": [
1,
2
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:21:14.0183107",
"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": "6Ttw6IWTjkGmYBmsvoP3Bg==",
"labelPageLayoutGuid": "e8703be9-9385-418e-a660-19acbe83f706",
"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": "62"
},
"mscCom": {
"$ref": "63"
},
"mscDep": {
"$ref": "65"
},
"mscSubCom": {
"$ref": "64"
}
}
}
},
{
"$ref": "56"
}
],
"nextPrice": {
"$id": "66",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 1,
"hostOfferID": 1,
"metcashPromotionID": "sample string 4",
"metcashPromotionPlacement": "sample string 5",
"pluG_UID": "6RRViNu4dU20ZmPqlWmpEA==",
"pluGuid": "885514e9-b8db-4d75-b466-63ea9569a910",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "1MCTXPiwbkOrwdY/piEsDQ==",
"dealCostGuid": "5c93c0d4-b0f8-436e-abc1-d63fa6212c0d",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "BRiv+XLhf02yfeIilzWirQ==",
"priceGroupGuid": "f9af1805-e172-4d7f-b27d-e2229735a2ad",
"itemNumber": "sample string 10",
"cri": "sample string 11",
"pluPrice": 12,
"costCalcMethod": 13,
"pluCost": 14,
"pluCostIndicator": "sample string 15",
"pluPriceGstPercent": 16,
"pluCostGstPercent": 17,
"pluActive": true,
"cartonQty": 1.1,
"baseUnits": 19.1,
"salesMode": 1,
"pluNormalCost": 20,
"pluaws": 21.0,
"directNumber": "sample string 22",
"departmentName": "sample string 23",
"subDepartmentName": "sample string 24",
"priceGroupName": "sample string 25",
"supplierName": "sample string 26",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-04-03T06:21:14.0183107",
"rrp": 27,
"campaignDescription": "sample string 28",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "449e77be-b123-4246-be95-3ad094ba2924",
"campaignComboPriceGroupG_UID": "wssK7tgoOku6Ybhc+J/+ag==",
"campaignComboPriceGroupIdentifier": "ee0acbc2-28d8-4b3a-ba61-b85cf89ffe6a",
"promotionPlacementDescription": "sample string 30",
"storeAcceptances": [
{
"$id": "67",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-04-03T06:21:14.0183107",
"operatorG_UID": "BilNONH+P0uR1hoambo0PQ==",
"operatorGuid": "384d2906-fed1-4b3f-91d6-1a1a99ba343d",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-04-03T06:21:14.0183107",
"signIqTicketFileMovedUtc": "2026-04-03T06:21:14.0183107",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-04-03T06:21:14.0183107",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "c01d67ca-8dc6-40ad-a4df-c0defef9e760",
"product": {
"$ref": "2"
},
"campaignPlu": {
"$ref": "66"
},
"fuelItem": true
},
{
"$ref": "67"
}
],
"campaign": {
"$id": "68",
"id": 1,
"storeID": 2,
"name": "5ae85e2b-cc8d-447c-8a75-7a4f2f46e4e3",
"nameGuid": "5ae85e2b-cc8d-447c-8a75-7a4f2f46e4e3",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-04-03T06:21:14.0183107",
"startTime": 1,
"endDate": "2026-04-03T06:21:14.0183107",
"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": "2026-04-03T06:21:14.0183107",
"system": true,
"created": "2026-04-03T06:21:14.0183107",
"updated": "2026-04-03T06:21:14.0183107",
"priceChangeNotifiedUtc": "2026-04-03T06:21:14.0183107",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "uHWzZ1x9q0OQ51YN2YiH3Q==",
"hostIdentifierGuid": "67b375b8-7d5c-43ab-90e7-560dd98887dd",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-04-03T06:21:14.0183107",
"updatedByUser": "sample string 18",
"offerID": 1,
"isPriceChangeCampaign": true,
"stores": [
1,
2
],
"storeNames": [
"sample string 1",
"sample string 2"
],
"campaignPlus": [
{
"$ref": "66"
},
{
"$ref": "66"
}
],
"campaignPools": [
{
"$id": "69",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 4,
"pluG_UID": "1yblIQoMvUO4pqL2x99A8w==",
"pluGuid": "21e526d7-0c0a-43bd-b8a6-a2f6c7df40f3",
"hostOfferID": 1,
"priceGroupG_UID": "1GnDvHRkVk226qdYEw/Gsg==",
"priceGroupGuid": "bcc369d4-6474-4d56-b6ea-a758130fc6b2",
"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": "2026-04-03T06:21:14.0183107",
"rrp": 17,
"campaignDescription": "sample string 18",
"product": {
"$ref": "2"
},
"campaign": {
"$ref": "68"
}
},
{
"$ref": "69"
}
],
"sellingRules": [
{
"$id": "70",
"id": 1,
"identifier": "UhkFsrA4q0qZTuQ19Ga+8g==",
"identifierStr": "UhkFsrA4q0qZTuQ19Ga+8g==",
"identifierGuid": "b2051952-38b0-4aab-994e-e435f466bef2",
"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": "68"
}
},
{
"$ref": "70"
}
],
"customers": [
{
"$id": "71",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"customerID": "J9x8MhAm30WrORntmSP8Yg==",
"customerIDGuid": "327cdc27-2610-45df-ab39-19ed9923fc62",
"campaign": {
"$ref": "68"
},
"customer": {
"$id": "72",
"identifier": "EWTQLx//6UGenon2ZBC4ZQ==",
"identifierGuid": "2fd06411-ff1f-41e9-9e9e-89f66410b865",
"code": "sample string 2",
"familyName": "sample string 3",
"givenName": "sample string 4",
"otherName": "sample string 5",
"title": "sample string 6",
"dateOfBirth": "2026-04-03T06:21:14.0183107",
"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": "vAZ5XXeFFEKByUDZTyOpiQ==",
"communityIdentifierGuid": "5d7906bc-8577-4214-81c9-40d94f23a989",
"joined": "2026-04-03T06:21:14.0183107",
"updated": "2026-04-03T06:21:14.0183107",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "ALIEuOJOFkCO7nXRB6N/vw==",
"priceLevelIdentifierGuid": "b804b200-4ee2-4016-8eee-75d107a37fbf",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-04-03T06:21:14.0183107",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "73",
"cardType": 2,
"issueDate": "2026-04-03T06:21:14.0183107",
"expiry": "2026-04-03T06:21:14.0183107",
"customerID": "5ML9MCEpvUmaUpOJxfEs5g==",
"customerIDGuid": "30fdc2e4-2921-49bd-9a52-9389c5f12ce6",
"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": "2026-04-03T06:21:14.0183107",
"linkedAccount": "6SzN6UbbOkKyGkb4A0j26w==",
"linkedAccountGuid": "e9cd2ce9-db46-423a-b21a-46f80348f6eb",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "72"
},
"account": {
"$id": "74",
"id": 1,
"identifier": "zb6iF0HlsUyBOcmq9fjebg==",
"identifierGuid": "17a2becd-e541-4cb1-8139-c9aaf5f8de6e",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-04-03T06:21:14.0183107",
"owner": "8MmzbL0yLkyILRi3uuA9yQ==",
"ownerGuid": "6cb3c9f0-32bd-4c2e-882d-18b7bae03dc9",
"accountStoreGroupIdentifier": "ljJBIwj+M0iTrLs6UX5GNA==",
"accountStoreGroupGuid": "23413296-fe08-4833-93ac-bb3a517e4634",
"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": "2026-04-03T06:21:14.0183107",
"active": true,
"updated": "2026-04-03T06:21:14.0183107",
"deleted": true,
"deletedUser": "sample string 16",
"currentBalanceChanged": true,
"maximumLimitChanged": true,
"loyaltyPointsChanged": true,
"projectedBalance": 17,
"accountStoreGroupStoreIDs": [
1,
2
],
"customerEmail": "sample string 18",
"ownerCustomer": {
"$ref": "72"
},
"card": {
"$ref": "73"
},
"members": {
"$id": "75",
"sample string 1": [
{
"$ref": "72"
},
{
"$ref": "72"
}
],
"sample string 2": [
{
"$ref": "72"
},
{
"$ref": "72"
}
]
},
"customerGroups": [
{
"$id": "76",
"identifier": "XOhEqaamF0+iOTxPd0rJaA==",
"identifierGuid": "a944e85c-a6a6-4f17-a239-3c4f774ac968",
"name": "sample string 2",
"primaryContact": "ArTkIyx+zEeF3UQiz+H6ZQ==",
"primaryContactGuid": "23e4b402-7e2c-47cc-85dd-4422cfe1fa65",
"accountID": "LMjup3koYEGvqDG/SGIT2A==",
"accountIDGuid": "a7eec82c-2879-4160-afa8-31bf486213d8",
"special": true,
"updated": "2026-04-03T06:21:14.0183107",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "ua7nXBSgL0mCOWSjV/G1lg==",
"priceLevelIdentifierGuid": "5ce7aeb9-a014-492f-8239-64a357f1b596",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "74"
},
"primaryContactCustomer": {
"$ref": "72"
},
"customerGroupMembers": [
{
"$id": "77",
"id": 1,
"groupID": "rftpPDCYkkCVwAVkJImrSA==",
"groupIDGuid": "3c69fbad-9830-4092-95c0-05642489ab48",
"customerID": "DpkXeBvO4kiJeYu7J8rBSg==",
"customerIDGuid": "7817990e-ce1b-48e2-8979-8bbb27cac14a",
"card": "sample string 4",
"linkedAccount": "3iIRYd+3ikmH3NTeK3AwQQ==",
"linkedAccountGuid": "611122de-b7df-498a-87dc-d4de2b703041",
"customer": {
"$ref": "72"
},
"group": {
"$ref": "76"
},
"customerCard": {
"$ref": "73"
}
},
{
"$ref": "77"
}
]
},
{
"$ref": "76"
}
]
},
"payments": [
{
"$id": "78",
"id": 1,
"identifier": "Wfkqb7ELCE+fqimmTyBaLg==",
"identifierGuid": "6f2af959-0bb1-4f08-9faa-29a64f205a2e",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "hscQUd4Syk6VELdun+3+DA==",
"accountIDGuid": "5110c786-12de-4eca-9510-b76e9fedfe0c",
"customerAccount": {
"$ref": "74"
},
"customerCard": {
"$ref": "73"
},
"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": "2026-04-03T06:21:14.0183107",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "oVjwG/E93ki2Nci9x5On6Q==",
"idempotentVoidGuid": "1bf058a1-3df1-48de-b635-c8bdc793a7e9",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "79",
"saleHeaderID": 1,
"saleHeaderGuid": "rWSG6wkuTkOt7Oky75MBgw==",
"saleHeaderIdentifierGuid": "eb8664ad-2e09-434e-adec-e932ef930183",
"created": "2026-04-03T06:21:14.0183107",
"createdLocal": "2026-04-03T06:21:14.0183107",
"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": "2026-04-03T06:21:14.0183107",
"storeID": 1,
"operatorG_Uid": "Aq0X9a3M9E6fIVrpPQZ/Iw==",
"operatorGuid": "f517ad02-ccad-4ef4-9f21-5ae93d067f23",
"customerG_Uid": "XfQG4Ntf/kW7qIWglH0fZQ==",
"customerGuid": "e006f45d-5fdb-45fe-bba8-85a0947d1f65",
"communityIdentifier": "B+GXsNOEvkOjsH/Ft/I0BA==",
"communityIdentifierGuid": "b097e107-84d3-43be-a3b0-7fc5b7f23404",
"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": "yivXAEtsMkGfN5fyjG5Gzg==",
"priceLevelIdentifierGuid": "00d72bca-6c4b-4132-9f37-97f28c6e46ce",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-04-03T06:21:14.0183107+00:00\",\"DeliveryAddress1\":\"sample string 2\",\"DeliveryAddress2\":\"sample string 3\",\"CustomerPhoneNumber\":\"sample string 4\",\"OrderType\":0,\"ExternalOrderID\":\"sample string 5\",\"ExternalDisplayableOrderID\":\"sample string 6\",\"TableName\":\"sample string 7\",\"CreatedBy\":0,\"OrderingAppName\":\"sample string 8\"}",
"deserialisedOrderMetadata": {
"$id": "80",
"customerName": "sample string 1",
"pickupAt": "2026-04-03T06:21:14.0183107",
"deliveryAddress1": "sample string 2",
"deliveryAddress2": "sample string 3",
"customerPhoneNumber": "sample string 4",
"orderType": 0,
"externalOrderID": "sample string 5",
"externalDisplayableOrderID": "sample string 6",
"tableName": "sample string 7",
"createdBy": 0,
"orderingAppName": "sample string 8"
},
"relationChecksum": "sample string 38",
"loyaltyTender": 1,
"giftCardTender": 1,
"operator": {
"$ref": "39"
},
"customer": {
"$ref": "72"
},
"communityOrganisation": {
"$id": "81",
"id": 1,
"identifier": "O/svBmcJykOpVg6hn1/77A==",
"identifierGuid": "062ffb3b-0967-43ca-a956-0ea19f5ffbec",
"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",
"abn": "sample string 15",
"promoPeriodStart": "2026-04-03T06:21:14.0183107",
"promoPeriodEnd": "2026-04-03T06:21:14.0183107",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-04-03T06:21:14.0183107",
"deleted": true
},
"details": [
{
"$id": "82",
"saleItemID": 1,
"identifier": "P+AxUGHA80+87c+lQGB4zA==",
"identifierGuid": "5031e03f-c061-4ff3-bced-cfa5406078cc",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "SjPsiLHxP0KD1UQ2G4vvYQ==",
"pluGuid": "88ec334a-f1b1-423f-83d5-44361b8bef61",
"accountID": "seoAyv9uh0CcidE1CUrKjw==",
"accountIDGuid": "ca00eab1-6eff-4087-9c89-d135094aca8f",
"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": "2026-04-03T06:21:14.0183107",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "f9pB+F/XMEGDBOCUeLpA5Q==",
"refundGuid": "f841da7f-d75f-4130-8304-e09478ba40e5",
"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": "5bUpk1ltNkKwxJS9wDhlYg==",
"idempotentVoidGuid": "9329b5e5-6d59-4236-b0c4-94bdc0386562",
"priceLevelIdentifier": "svlyUwoq7U267u1u6F9knQ==",
"priceLevelIdentifierGuid": "5372f9b2-2a0a-4ded-baee-ed6ee85f649d",
"communityIdentifier": "xmxgPZ1ugk2apBH5pyDLww==",
"communityIdentifierGuid": "3d606cc6-6e9d-4d82-9aa4-11f9a720cbc3",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "83",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-04-03T06:21:14.0183107",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "83"
}
],
"refund": {
"$id": "84",
"id": 1,
"g_UID": "O+eq4e5e3E+BlMR8R5V8aA==",
"guid": "e1aae73b-5eee-4fdc-8194-c47c47957c68",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-04-03T06:21:14.0183107"
},
"modifier": {
"$id": "85",
"id": 1,
"setG_UID": "i4a/58iQ70+cRID/wTJQyw==",
"modifierSetGuid": "e7bf868b-90c8-4fef-9c44-80ffc13250cb",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "KpLgk1hCQkOLrhuFe5oXOQ==",
"pluGuid": "93e0922a-4258-4342-8bae-1b857b9a1739",
"deleted": true,
"g_UID": "oL571sMC30udBdbodIoTVQ==",
"guid": "d67bbea0-02c3-4bdf-9d05-d6e8748a1355",
"product": {
"$ref": "2"
}
},
"priceLevelName": "sample string 25",
"pumpNumber": 1,
"hoseNumber": 1
},
{
"$ref": "82"
}
],
"eftReceipts": [
{
"$id": "86",
"id": 1,
"storeID": 1,
"saleHeaderID": 2,
"storeSaleHeader": {
"$ref": "79"
},
"receipt": "sample string 3",
"processed": 1
},
{
"$ref": "86"
}
],
"payments": [
{
"$ref": "78"
},
{
"$ref": "78"
}
],
"cards": [
{
"$id": "87",
"id": 1,
"saleHeaderID": 1,
"identifier": "sample string 2",
"cardType": 3,
"providerName": "sample string 4"
},
{
"$ref": "87"
}
],
"campaignHits": [
{
"$id": "88",
"id": 1,
"saleHeaderID": 2,
"campaign": "sample string 3",
"name": "sample string 4",
"processed": 1,
"campaignDescription": "sample string 5"
},
{
"$ref": "88"
}
],
"fuel": [
{
"$id": "89",
"id": 1,
"plu": 1,
"pluG_UID": "3ewT1hpxTU+J7BljYQMu5g==",
"pluGuid": "d613ecdd-711a-4f4d-89ec-196361032ee6",
"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": "2026-04-03T06:21:14.0183107",
"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": "2026-04-03T06:21:14.0183107",
"tagNumber": "sample string 15",
"trackTwoRem": "sample string 16",
"transCode": 1,
"transType": 1,
"unitPrice": 1.0,
"vehicleReg": "sample string 17",
"offline": true,
"processed": 1
},
{
"$ref": "89"
}
],
"fuelResells": [
{
"$id": "90",
"saleItemID": 1,
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "ETiUyeQi8kCpOrRv6r/3mQ==",
"pluGuid": "c9943811-22e4-40f2-a93a-b46feabff799",
"accountID": "AAY17+ukHk69y26sDAbAPQ==",
"accountIDGuid": "ef350600-a4eb-4e1e-bdcb-6eac0c06c03d",
"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": "2026-04-03T06:21:14.0183107",
"bestOrExpireType": 1,
"refundG_UID": "zgbS/GhosUy+CY6WaowjZg==",
"refundGuid": "fcd206ce-6868-4cb1-be09-8e966a8c2366",
"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": "90"
}
],
"customerOrder": [
{
"$id": "91",
"identifier": "1K7QCSZsk0KYiGfEwPHOvQ==",
"identifierGuid": "09d0aed4-6c26-4293-9888-67c4c0f1cebd",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "AkSCLIS6KkWLJugfPwakOw==",
"customerIdentifierGuid": "2c824402-ba84-452a-8b26-e81f3f06a43b",
"operatorNo": 1,
"operatorG_UID": "ErBMxyU9G0usIvuVWP51jg==",
"operatorGuid": "c74cb012-3d25-4b1b-ac22-fb9558fe758e",
"created": "2026-04-03T06:21:14.0183107",
"ordered": "2026-04-03T06:21:14.0183107",
"started": "2026-04-03T06:21:14.0183107",
"completed": "2026-04-03T06:21:14.0183107",
"supplied": "2026-04-03T06:21:14.0183107",
"quickTicket": 1,
"deleted": true,
"walkAway": true,
"approxWait": 1,
"actualWait": 1,
"deliveryMethod": 8,
"externalSaleType": 9,
"customer": {
"$ref": "72"
},
"operator": {
"$ref": "39"
},
"details": [
{
"$id": "92",
"headerID": 1,
"plu": 1,
"pluG_UId": "egFth6JFzUac5Q2HOYPf8g==",
"pluGuid": "876d017a-45a2-46cd-9ce5-0d873983dff2",
"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": "aOi+FK8gWkiN1W8r4ALCfw==",
"headerIdentifierGuid": "14bee868-20af-485a-8dd5-6f2be002c27f",
"product": {
"$ref": "2"
}
},
{
"$ref": "92"
}
],
"storeName": "sample string 11",
"customerName": "sample string 12",
"storeReplyTo": "sample string 13",
"storeSubjectLine": "sample string 14",
"storeSaleHeader": {
"$ref": "79"
}
},
{
"$ref": "91"
}
],
"surveyResponses": [
{
"$id": "93",
"surveyG_UID": "U/3Ash5wh0W/Il9ZAL7MNA==",
"surveyGuid": "b2c0fd53-701e-4587-bf22-5f5900becc34",
"saleHeaderGuid": "5/dEcQ6Y80OnUeO6ymRFpg==",
"saleGuid": "7144f7e7-980e-43f3-a751-e3baca6445a6",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "i2RIBBqoy0uU74i+uY9nzw==",
"guidResponse": "0448648b-a81a-4bcb-94ef-88beb98f67cf",
"whoAnswered": 2,
"answeredAtUTC": "2026-04-03T06:21:14.0183107",
"sale": {
"$ref": "79"
},
"survey": {
"$id": "94",
"g_UID": "8Cl7U/wNCUOLfald2P6GGw==",
"guid": "537b29f0-0dfc-4309-8b7d-a95dd8fe861b",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "FdC63vfXIUG40TYEjPKy5w==",
"checkoutFormGuid": "debad015-d7f7-4121-b8d1-36048cf2b2e7",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-04-03T06:21:14.0183107",
"end": "2026-04-03T06:21:14.0183107",
"deleted": true,
"updated": "2026-04-03T06:21:14.0183107",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"f3fa40ce-fcdc-4070-8ae9-4fb658f8c77a",
"5521ee6a-5f44-4635-b64b-8b142a80ce1b"
],
"allowsAllTextResponses": true,
"surveyForm": {
"$ref": "47"
}
},
"ingressId": "sample string 4"
},
{
"$ref": "93"
}
],
"storeName": "sample string 39",
"terminalNumber": 40,
"machineName": "sample string 41",
"operatorName": "sample string 42",
"direction": 1,
"reason": "sample string 43",
"accountG_UID": "X8NkWep710yYj9pDQh7EZg==",
"accountIdentifier": "5964c35f-7bea-4cd7-988f-da43421ec466",
"accountName": "sample string 44",
"customerOrderIdentifier": "27QUjMtTXEmXfyNnRBFn2w==",
"customerOrderIdentifierGuid": "8c14b4db-53cb-495c-977f-2367441167db",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "95",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "gbhq2iv3AkKwcg5L0DbKbA==",
"paymentIdentifierGuid": "da6ab881-f72b-4202-b072-0e4bd036ca6c",
"identifier": "wIsWX27vfUOwQTn3scmBeA==",
"identifierGuid": "5f168bc0-ef6e-437d-b041-39f7b1c98178",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "MpzdzHcfjkmCjB384TQJKQ==",
"itemIdentifierGuid": "ccdd9c32-1f77-498e-828c-1dfce1340929"
}
},
{
"$ref": "78"
}
]
},
{
"$ref": "73"
}
],
"customerGroupMembers": [
{
"$ref": "77"
},
{
"$ref": "77"
}
],
"customerGroups": [
{
"$ref": "76"
},
{
"$ref": "76"
}
],
"accounts": [
{
"$ref": "74"
},
{
"$ref": "74"
}
],
"account": {
"$ref": "74"
},
"vouchers": [
{
"$id": "96",
"customerIdentifier": "GYJHoVP+20aHphfMYqf2Dw==",
"customerIdentifierGuid": "a1478219-fe53-46db-87a6-17cc62a7f60f",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "CX/CQA2WJkOTT/9jKqDQZA==",
"idempotentGuid": "40c27f09-960d-4326-934f-ff632aa0d064",
"offline": true,
"voucher": {
"$id": "97",
"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": "2026-04-03T06:21:14.0183107",
"barcodeTemplate": {
"$id": "98",
"templateID": 1,
"template": "sample string 1",
"bcFunction": "sample string 2",
"sortOrder": 3
},
"scaleLabel": {
"$id": "99",
"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": "2026-04-03T06:21:14.0183107",
"labelPageLayout": "7mOKf4cCZUi+d1hNOqQSaA==",
"pageLayoutGuid": "7f8a63ee-0287-4865-be77-584d3aa41268",
"labelType": 6,
"oldName": "sample string 7",
"voucher": {
"$ref": "97"
},
"elements": [
{
"$id": "100",
"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": "2026-04-03T06:21:14.0183107"
},
{
"$ref": "100"
}
]
},
"customerVouchers": [
{
"$id": "101",
"id": 1,
"customerIdentifier": "j4IaXSKfFUC0nRUf9CSZMA==",
"customerIdentifierGuid": "5d1a828f-9f22-4015-b49d-151ff4249930",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-04-03T06:21:14.0183107",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "iYbcAI30dEuWv5HUBUwthA==",
"issuedIdempotentGuid": "00dc8689-f48d-4b74-96bf-91d4054c2d84",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-04-03T06:21:14.0183107",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-04-03T06:21:14.0183107",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "EsLOrGtGpk6ueYHh7vnrRA==",
"redeemedIdempotentGuid": "accec212-466b-4ea6-ae79-81e1eef9eb44",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-04-03T06:21:14.0183107",
"storeName": "sample string 17",
"scaleLabel": {
"$ref": "99"
},
"voucher": {
"$ref": "97"
},
"customer": {
"$ref": "72"
},
"issuedOfflinePayment": {
"$ref": "78"
},
"redeemedOfflinePayment": {
"$ref": "78"
}
},
{
"$ref": "101"
}
]
},
"customer": {
"$ref": "72"
}
},
{
"$ref": "96"
}
]
}
},
{
"$ref": "71"
}
],
"customerGroups": [
{
"$id": "102",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupID": "c6kRYFwQhESKf6mo88SFTQ==",
"groupIDGuid": "6011a973-105c-4484-8a7f-a9a8f3c4854d",
"campaign": {
"$ref": "68"
},
"group": {
"$ref": "76"
}
},
{
"$ref": "102"
}
],
"signIqTickets": [
{
"$id": "103",
"identifier": "eAHaqZ9bzECwCD/+G/DOkw==",
"identifierGuid": "a9da0178-5b9f-40cc-b008-3ffe1bf0ce93",
"campaignName": "sample string 2",
"message": "sample string 3",
"ticketFileSource": "sample string 4",
"ticketFileDestination": "sample string 5",
"storeID": 1
},
{
"$ref": "103"
}
],
"comboPriceGroups": [
{
"$id": "104",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"g_UID": "ffQsktPdtkaYSL8pl+KViQ==",
"guid": "922cf47d-ddd3-46b6-9848-bf2997e29589",
"description": "sample string 5",
"newPrice": 1,
"rangeDescription": "sample string 6",
"dealDescription": "sample string 7",
"labelQuantity": 8,
"hostProductCategoryID": 1,
"offerID": 1,
"dontUpdatePricePlus": true,
"campaign": {
"$ref": "68"
},
"comboPricePlus": [
{
"$id": "105",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupG_UID": "/GSwCdtmtkWltxHzixyD7A==",
"groupGuid": "09b064fc-66db-45b6-a5b7-11f38b1c83ec",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "5ehpg9hmGUiehWoZagb1PA==",
"pluGuid": "8369e8e5-66d8-4819-9e85-6a196a06f53c",
"priceGroupG_UID": "zHA2p++f2ki3eFMGq8prGA==",
"priceGroupGuid": "a73670cc-9fef-48da-b778-5306abca6b18",
"campaignPoolID": "sample string 7",
"quantity": 1,
"campaign": {
"$ref": "68"
},
"product": {
"$ref": "2"
},
"priceGroup": {
"$ref": "32"
},
"campaignPool": {
"$ref": "68"
}
},
{
"$ref": "105"
}
]
},
{
"$ref": "104"
}
],
"priceLevels": [
{
"$id": "106",
"id": 1,
"priceLevelIdentifier": "6/G6i+PG+U6NOZDzLYFfTQ==",
"priceLevelIdentifierGuid": "8bbaf1eb-c6e3-4ef9-8d39-90f32d815f4d",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "106"
}
],
"promotionType": {
"$id": "107",
"identifier": "i5ba41O1iE+tW8mjZj+DMQ==",
"identifierGuid": "e3da968b-b553-4f88-ad5b-c9a3663f8331",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "h205uOCkx0uSmdZ/I50w4w==",
"labelPageLayoutGuid": "b8396d87-a4e0-4bc7-9299-d67f239d30e3",
"priceLevelIdentifier": "FCD0N5L/DkK28hcADAMW9g==",
"priceLevelIdentifierGuid": "37f42014-ff92-420e-b6f2-17000c0316f6",
"active": true,
"updated": "2026-04-03T06:21:14.0183107",
"hostName": "sample string 11"
}
},
"product": {
"$ref": "2"
},
"dealCost": {
"$id": "108",
"headerIdentifier": "7+MzdtSJd0mlsCW5r6+hBw==",
"headerIdentifierGuid": "7633e3ef-89d4-4977-a5b0-25b9afafa107",
"identifier": "Po1feWQh9kWihm67cTpOIw==",
"identifierGuid": "795f8d3e-2164-45f6-a286-6ebb713a4e23",
"supplierIdentifier": "pVvfMZaIHUKjgJOdUp9MLQ==",
"supplierGuid": "31df5ba5-8896-421d-a380-939d529f4c2d",
"pluG_UID": "h7/IpIO0WEiC4d/Arn4+Mg==",
"pluGuid": "a4c8bf87-b483-4858-82e1-dfc0ae7e3e32",
"campaignName": "6c7cc6b7-624b-4c45-b4c8-143815e5b2c1",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-04-03T06:21:14.0183107",
"end": "2026-04-03T06:21:14.0183107",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "Ek7AIfTD9Uyn+w8jshIdHA==",
"bonusItemPluGuid": "21c04e12-c3f4-4cf5-a7fb-0f23b2121d1c",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-04-03T06:21:14.0183107",
"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": "2026-04-03T06:21:14.0183107",
"campaignEndDate": "2026-04-03T06:21:14.0183107",
"masterPLUG_UID": "VN8Ut6pm4Eilq4nDUTjOfw==",
"masterID": "b714df54-66aa-48e0-a5ab-89c35138ce7f",
"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": "KD0rmWmw8Eq/FfvNGrrdUg==",
"bonusMasterID": "992b3d28-b069-4af0-bf15-fbcd1abadd52",
"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": "2026-04-03T06:21:14.0183107",
"dealCosts": [
{
"$ref": "108"
},
{
"$ref": "108"
}
],
"tags": [
{
"$id": "109",
"pluG_UID": "ZYk644g0yU+lh6JhoGYFaQ==",
"pluGuid": "e33a8965-3488-4fc9-a587-a261a0660569",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "109"
}
],
"alternateProductG_UID": "fRIb1oSduk2qeQZs5vh+hA==",
"alternateProduct": "d61b127d-9d84-4dba-aa79-066ce6f87e84",
"altProduct": {
"$ref": "2"
},
"productHostCode": {
"$id": "110",
"id": 1,
"pluG_UID": "KFbxkwMZ9EK9VFiwmdhMWQ==",
"pluGuid": "93f15628-1903-42f4-bd54-58b099d84c59",
"ibaCode": "sample string 2"
},
"mscCat": {
"$ref": "62"
},
"mscCom": {
"$ref": "63"
},
"mscDep": {
"$ref": "65"
},
"mscSubCom": {
"$ref": "64"
},
"isUserUpdate": true,
"ignoreMasterProduct": true,
"priceGroupLabelRequested": true,
"firstSold": "2026-04-03T06:21:14.0183107",
"inventoryTracked": "2026-04-03T06:21:14.0183107",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "111",
"pluG_UID": "Ccmw2XKdqUe5i8qD1ZKsXg==",
"pluGuid": "d9b0c909-9d72-47a9-b98b-ca83d592ac5e",
"fuelPluG_UID": "7qY4o44ItkKRGYbea1Q/vA==",
"fuelPluGuid": "a338a6ee-088e-42b6-9119-86de6b543fbc",
"price": 3,
"productDescription": "sample string 4",
"productBarcode": "sample string 5",
"fuelProductDescription": "sample string 6",
"fuelProductBarcode": "sample string 7",
"fuelProductPrice": 8
},
"productFuelLinks": [
{
"$ref": "111"
},
{
"$ref": "111"
}
]
},
"unknownScan": {
"$id": "112",
"pluG_UID": "x7R7M7UEoUeZstH+5KoYKA==",
"pluGuid": "337bb4c7-04b5-47a1-99b2-d1fee4aa1828",
"orderGuid": "nWWi12pMPki+7DCBmpot3g==",
"orderIdentifier": "d7a2659d-4c6a-483e-beec-30819a9a2dde",
"barcode": "sample string 3",
"created": "2026-04-03T06:21:14.0183107",
"assigned": true
},
"unknownScanItem": true,
"substitute": {
"$ref": "2"
},
"warehouseProduct": {
"$ref": "2"
},
"lookup": {
"$id": "113",
"pluG_UID": "fYNkGsc9q0iv1cCfDMdo+w==",
"pluGuid": "1a64837d-3dc7-48ab-afd5-c09f0cc768fb",
"inventoryGuid": "oVn3ZF99QEq1MdAnrCYsXQ==",
"inventoryIdentifier": "64f759a1-7d5f-4a40-b531-d027ac262c5d",
"averageWeeklySales": 1.0,
"promotionalAverageWeeklySales": 1.0,
"inventoryAverageWeeklySales": 1.0,
"inventoryPromotionalAverageWeeklySales": 1.0,
"onHand": 1,
"onHandPacks": 1,
"onOrder": 1,
"onOrderPacks": 1,
"accuracy": 1,
"lastOrdered": "2026-04-03T06:21:14.0183107",
"lastOrderQuantity": 1.1,
"lastReceived": "2026-04-03T06:21:14.0183107",
"lastReceivedQuantity": 1.1,
"lastInvoiceStatus": 1
},
"productOrderingDetail": {
"$ref": "11"
},
"dealCost": {
"$ref": "108"
},
"nextCost": {
"$ref": "108"
},
"lastChance": true,
"holdOff": 18,
"holdOffDate": "2026-04-03T06:21:14.0183107",
"orderHeader": {
"$id": "114",
"orderID": 1,
"orderGuid": "uRmMZ5MCC0OKBJKLGWQnzw==",
"orderIdentifier": "678c19b9-0293-430b-8a04-928b196427cf",
"backToBack": 1,
"b2bGuid": "LzOe1KxoeESzIQvbC47HyQ==",
"b2bIdentifier": "d49e332f-68ac-4478-b321-0bdb0b8ec7c9",
"status": 2,
"created": "2026-04-03T06:21:14.0183107",
"createdLocal": "2026-04-03T06:21:14.0183107",
"createdByUser": "sample string 3",
"storeID": 1,
"transferGuid": "Se2gPik5y0K1E/KwrglHLA==",
"transferIdentifier": "3ea0ed49-3929-42cb-b513-f2b0ae09472c",
"transferInvoiceIdentifier": "npyOlJuDU0adTRB1ObBH3A==",
"transferInvoiceGuid": "948e9c9e-839b-4653-9d4d-107539b047dc",
"attachedToInvoice": 4,
"transferType": 1,
"supplierIdentifier": "MKcKV/EIHUOSlRdOLF0COA==",
"supplierIdentifierGuid": "570aa730-08f1-431d-9295-174e2c5d0238",
"description": "sample string 5",
"rows": 1,
"cartons": 1,
"units": 1,
"sentCount": 1,
"sent": "2026-04-03T06:21:14.0183107",
"sentLocal": "2026-04-03T06:21:14.0183107",
"sentByUser": "sample string 6",
"lastSentStatus": 1,
"cancelled": "2026-04-03T06:21:14.0183107",
"cancelledLocal": "2026-04-03T06:21:14.0183107",
"cancelledByUser": "sample string 7",
"shipped": "2026-04-03T06:21:14.0183107",
"shippedLocal": "2026-04-03T06:21:14.0183107",
"shippedByUser": "sample string 8",
"stockReceived": "2026-04-03T06:21:14.0183107",
"stockReceivedLocal": "2026-04-03T06:21:14.0183107",
"stockReceivedByUser": "sample string 9",
"stockReceiveInventorySetting": 10,
"received": "2026-04-03T06:21:14.0183107",
"receivedLocal": "2026-04-03T06:21:14.0183107",
"completed": "2026-04-03T06:21:14.0183107",
"completedLocal": "2026-04-03T06:21:14.0183107",
"updated": "2026-04-03T06:21:14.0183107",
"updatedLocal": "2026-04-03T06:21:14.0183107",
"dueDate": "2026-04-03T06:21:14.0183107",
"warehouseNote": "sample string 11",
"warehouseRef": "sample string 12",
"pdeSerialNumber": "sample string 13",
"tradingPartner": 1,
"orderType": "sample string 1",
"orderTypeDescription": "sample string 2",
"stateCode": "sample string 16",
"mailCarbonCopy": true,
"mailTo": "sample string 18",
"mailBcc": "sample string 19",
"mailReplyTo": "sample string 20",
"liquor": true,
"summary": "sample string 22",
"notes": "sample string 23",
"supplierNotes": "sample string 24",
"receiptEmailSent": true,
"receiptEmailSentId": "sample string 26",
"receiptEmailSentStatus": "sample string 27",
"transportCompanyGuid": "ryeT+PmjaEO7T3SuFynnMA==",
"transportCompanyIdentifier": "f89327af-a3f9-4368-bb4f-74ae1729e730",
"autoOrder": 28,
"hostIdentifier": "emuH11d7kUyYdyy41tdUpw==",
"hostIdentifierGuid": "d7876b7a-7b57-4c91-9877-2cb8d6d754a7",
"defaultOrderDocumentId": 1,
"defaultStockReceiveDocumentId": 1,
"temperature": 1.1,
"temperatureScale": 29,
"rating": 30,
"lastOrderEmailSentId": "sample string 31",
"lastOrderEmailSentStatus": "sample string 32",
"deleted": "2026-04-03T06:21:14.0183107",
"deletedByUser": "sample string 33",
"autoOrderGuid": "ncG8yBXKtUy1zQ4+BPDm8Q==",
"autoOrderIdentifier": "c8bcc19d-ca15-4cb5-b5cd-0e3e04f0e6f1",
"autoOrderHeader": {
"$id": "115",
"autoOrderGuid": "lChs4WIen0q/4hluY3CXPA==",
"autoOrderIdentifier": "e16c2894-1e62-4a9f-bfe2-196e6370973c",
"orderGuid": "puBNKogsg0WlN2i0xDhfcQ==",
"orderIdentifier": "2a4de0a6-2c88-4583-a537-68b4c4385f71",
"created": "2026-04-03T06:21:14.0183107",
"orderID": 1,
"storeID": 1,
"orderDate": "2026-04-03T06:21:14.0183107",
"supplierIdentifier": "I7bduVwgiE6BvA6TcYg/0g==",
"supplierIdentifierGuid": "b9ddb623-205c-4e88-81bc-0e9371883fd2",
"orderStatus": 1,
"tradingPartner": 1,
"simpleAWS": 2,
"defaultMPL": 3,
"investmentBuy": true,
"storeName": "sample string 5",
"supplierName": "sample string 6",
"description": "sample string 7",
"orderType": "sample string 8",
"mailTo": "sample string 9",
"mailBcc": "sample string 10",
"notes": "sample string 11",
"transportCompanyGuid": "ADpB7duaik+mJAnE9jo6EA==",
"transportCompanyIdentifier": "ed413a00-9adb-4f8a-a624-09c4f63a3a10",
"store": {
"$ref": "3"
},
"supplier": {
"$ref": "8"
},
"orderCycle": {
"$id": "116",
"id": 1,
"autoOrderGuid": "8HBrTooUa0GRnHoBkA6nzQ==",
"autoOrderIdentifier": "4e6b70f0-148a-416b-919c-7a01900ea7cd",
"cutOffDate": "2026-04-03T06:21:14.0183107",
"deliveryDate": "2026-04-03T06:21:14.0183107",
"daysBuffer": 3,
"nextCutOffDate": "2026-04-03T06:21:14.0183107",
"nextDeliveryDate": "2026-04-03T06:21:14.0183107",
"nextDaysBuffer": 5
},
"details": [
{
"$id": "117",
"autoOrderGuid": "apNHogMiYEa1THJoSO/F6g==",
"autoOrderIdentifier": "a247936a-2203-4660-b54c-726848efc5ea",
"pluG_UID": "Ya6f/DQCnUOvvKmi/EBaKg==",
"pluGuid": "fc9fae61-0234-439d-afbc-a9a2fc405a2a",
"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": "2026-04-03T06:21:14.0183107",
"investmentBuyStatus": 2,
"processed": "2026-04-03T06:21:14.0183107",
"product": {
"$ref": "2"
},
"orderCode": "sample string 3",
"directIndicator": "sample string 4",
"cycle": {
"$ref": "15"
},
"dayWeighting": {
"$id": "118",
"sunday": 1.1
},
"inventory": {
"$id": "119",
"inventoryGuid": "cZV7XJHHCkW1Mn/A0R3M7A==",
"inventoryIdentifier": "5c7b9571-c791-450a-b532-7fc0d11dccec",
"created": "2026-04-03T06:21:14.0183107",
"createdLocal": "2026-04-03T06:21:14.0183107",
"onHand": 4,
"onHandPacks": 5,
"onOrder": 6,
"onOrderPacks": 7,
"accuracy": 8,
"updated": "2026-04-03T06:21:14.0183107",
"history": [
{
"$id": "120",
"inventoryGuid": "AC/Vxtg4x0SfXH1pnLfzdQ==",
"inventoryIdentifier": "c6d52f00-38d8-44c7-9f5c-7d699cb7f375",
"pluG_UID": "RYx9lZdl1kGxsdol9aFx7g==",
"pluIdentifier": "957d8c45-6597-41d6-b1b1-da25f5a171ee",
"inventoryReason": 3,
"inventoryInvoiceGuid": "BhSvLqb8ak2iCUyk9rEv0A==",
"invoiceIdentifier": "2eaf1406-fca6-4d6a-a209-4ca4f6b12fd0",
"operatorGuid": "GuwGTonZ20+imnbXK+zCWg==",
"operatorIdentifier": "4e06ec1a-d989-4fdb-a29a-76d72becc25a",
"stocktakeGuid": "bx2aCbdRJECyvdFExzu8Zw==",
"stocktakeIdentifier": "099a1d6f-51b7-4024-b2bd-d144c73bbc67",
"orderGuid": "oFgbEi1aSUyFYuuzE8d6lg==",
"orderIdentifier": "121b58a0-5a2d-4c49-8562-ebb313c77a96",
"saleHeaderGuid": "pyBwtOFZYkSBhhLG5P982A==",
"saleHeaderGuidIdentifier": "b47020a7-59e1-4462-8186-12c6e4ff7cd8",
"dumpStockID": 1,
"fuelDeliveryID": 1,
"creditNoteIdentifier": "lgNKYdj9TEmmVxZ0+ZYT1A==",
"creditNoteGuid": "614a0396-fdd8-494c-a657-1674f99613d4",
"inventorySourceGuid": "nJaOD0ZScEec4XwwxmWMfg==",
"inventorySourceIdentifier": "0f8e969c-5246-4770-9ce1-7c30c6658c7e",
"createdLocal": "2026-04-03T06:21:14.0183107",
"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": "2026-04-03T06:21:14.0183107",
"createdLocalTime": "2026-04-03T06:21:14.0183107",
"storeID": 14,
"barcode": "sample string 15",
"directCode": "sample string 16",
"productName": "sample string 17",
"salesMode": 18,
"orderPacked": 19,
"invoice": {
"$id": "121",
"inventoryInvoiceGuid": "u271s6Xn7UGibkd3HsBAQA==",
"invoiceIdentifier": "b3f56ebb-e7a5-41ed-a26e-47771ec04040",
"inventoryGuid": "Yxfz1QPt70CCxUDXUWa7qQ==",
"inventoryIdentifier": "d5f31763-ed03-40ef-82c5-40d75166bba9",
"supplierIdentifier": "LZLAnuTKrk2nWkC0boK1lQ==",
"supplierGuid": "9ec0922d-cae4-4dae-a75a-40b46e82b595",
"orderGuid": "ZSg7h8HjRU6DXNq2FwHD0A==",
"orderIdentifier": "873b2865-e3c1-4e45-835c-dab61701c3d0",
"invoiceHeaderIdentifier": "yoz09QujaUiEQJDSygJvEQ==",
"invoiceHeaderGuid": "f5f48cca-a30b-4869-8440-90d2ca026f11",
"created": "2026-04-03T06:21:14.0183107",
"ordered": "2026-04-03T06:21:14.0183107",
"storeID": 1,
"bestOrExpire": "2026-04-03T06:21:14.0183107",
"bestOrExpireType": 1,
"units": 1,
"weight": 1,
"received": "2026-04-03T06:21:14.0183107",
"cost": 1,
"totalCost": 1,
"freightCost": 1,
"inStock": 1,
"pluG_UID": "n3oiyQHZY0e8GXSeLC2k7A==",
"pluGuid": "c9227a9f-d901-4763-bc19-749e2c2da4ec",
"orderInventoryGuid": "+dI6lV2gCUikQxf8GBlnQw==",
"orderInventoryIdentifier": "953ad2f9-a05d-4809-a443-17fc18196743",
"supplier": {
"$ref": "8"
},
"inventoryUnits": [
{
"$id": "122",
"invoiceItemNo": 1,
"inventoryInvoiceGuid": "MTH7yrZ120y73438zS9Shw==",
"invoiceIdentifier": "cafb3131-75b6-4cdb-bbdf-8dfccd2f5287",
"inventoryGuid": "N1BCnaXMUU2RRShdLwY+4g==",
"inventoryIdentifier": "9d425037-cca5-4d51-9145-285d2f063ee2",
"serialNumber": "sample string 3",
"sold": "2026-04-03T06:21:14.0183107",
"saleItemID": 1,
"storeID": 1,
"returned": "2026-04-03T06:21:14.0183107",
"dumped": 1,
"saleHeaderID": 1
},
{
"$ref": "122"
}
]
},
"invoiceHeaderIdentifier": "yc8isyTR3Ey4nhRbQqDGfw==",
"invoiceHeaderGuid": "b322cfc9-d124-4cdc-b89e-145b42a0c67f",
"invoiceNumber": "sample string 20",
"invoiceCost": 1,
"invoiceCostDecimals": 1,
"orderNumber": 1,
"orderReceivingStoreName": "sample string 21",
"orderSendingStoreName": "sample string 22",
"creditNoteID": 1,
"reason": {
"$id": "123",
"id": 1,
"name": "sample string 1",
"allowRF": 2,
"dumpStock": 3,
"creditRequest": 4,
"excludeFromLoss": 5,
"reserved": 6,
"updated": "2026-04-03T06:21:14.0183107"
},
"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,
"externalId": "sample string 30",
"apn": "sample string 31",
"deptCode": "sample string 32"
},
{
"$ref": "120"
}
],
"products": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"lastInvoiceCost": 1
},
"aws": 5.0,
"explanations": [
{
"$id": "124",
"pluG_UID": "qPF612Z/nEa2LcY+NHMPlw==",
"pluGuid": "d77af1a8-7f66-469c-b62d-c63e34730f97",
"consolidatedSales": {
"$id": "125",
"1": {
"$id": "126",
"discountPercentage": 1,
"days": 2,
"quantity": 3.1,
"aws": 3.1,
"cartonQuantity": 4.1,
"lowQuality": true
},
"2": {
"$ref": "126"
}
},
"dailyPrices": {
"$id": "127",
"2026-04-03T06:21:14.0183107": {
"$id": "128",
"date": "2026-04-03T06:21:14.0183107",
"salePrice": 1,
"campaign": "sample string 2",
"campaignDescription": "sample string 3",
"combo": true,
"comboPriceGroupG_UID": "p7DQf8wDcU2m0vnRvguYsw==",
"comboPriceGroupGuid": "7fd0b0a7-03cc-4d71-a6d2-f9d1be0b98b3"
}
},
"onHandPredictions": [
{
"$id": "129",
"autoOrderGuid": "uYwfUcRO4EmcU2dW4NDAjQ==",
"autoOrderIdentifier": "511f8cb9-4ec4-49e0-9c53-6756e0d0c08d",
"pluG_UID": "oco2VDKEY0yEop+a4PJ5zw==",
"pluGuid": "5436caa1-8432-4c63-84a2-9f9ae0f279cf",
"childPLUG_UID": "obICeCCeHkKorRHakxtBNg==",
"childPluGuid": "7802b2a1-9e20-421e-a8ad-11da931b4136",
"date": "2026-04-03T06:21:14.0183107",
"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": "129"
}
],
"predictions": [
{
"$ref": "129"
},
{
"$ref": "129"
}
],
"product": {
"$ref": "2"
}
},
{
"$ref": "124"
}
],
"supplierOrderingDetail": {
"$ref": "11"
},
"manufacturerSupplier": "99c1489e-95f0-49e6-ae65-5f0d84cfa92e",
"cartonQuantity": 1,
"sellPrice": 1,
"cost": 1,
"costDecimals": 1,
"bufferDays": 6,
"boostDays": 7
},
{
"$ref": "117"
}
],
"boosts": [
{
"$id": "130",
"autoOrderGuid": "/haYyrXo+0qhEwuGmwpSNw==",
"autoOrderIdentifier": "ca9816fe-e8b5-4afb-a113-0b869b0a5237",
"date": "2026-04-03T06:21:14.0183107",
"boost": 2
},
{
"$ref": "130"
}
]
},
"supplierName": "sample string 34",
"supplierStoreID": 1,
"supplierCartonsOnly": true,
"supplierEnforceMinimumQuantity": true,
"supplierMinimumOrderValue": 1,
"storeName": "sample string 37",
"orderCode": {
"$id": "131",
"code": "sample string 1",
"description": "sample string 2"
},
"store": {
"$ref": "3"
},
"supplier": {
"$ref": "8"
},
"totalCostInc": 38.0,
"totalPickedCostInc": 39.0,
"totalReceivedCostInc": 40.0,
"total": {
"$id": "132",
"orderGuid": "6oLNZIlbqUOv9cVwr5rOUw==",
"orderIdentifier": "64cd82ea-5b89-43a9-aff5-c570af9ace53",
"supplierIdentifier": "q3kDCOIKPkSRInMMMt37fw==",
"supplierGuid": "080379ab-0ae2-443e-9122-730c32ddfb7f",
"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": "112"
},
{
"$ref": "112"
}
],
"transportCompany": {
"$id": "133",
"identifier": "GgzC0QQEgkCf8Z/Dq0w98g==",
"identifierGuid": "d1c20c1a-0404-4082-9ff1-9fc3ab4c3df2",
"companyName": "sample string 1",
"abn": "sample string 2",
"address1": "sample string 3",
"address2": "sample string 4",
"telephone": "sample string 5",
"primaryContactGuid": "j5DQn5Zu40meerk+Xewe1Q==",
"primaryContactID": "9fd0908f-6e96-49e3-9e7a-b93e5dec1ed5",
"primaryContact": {
"$ref": "9"
}
},
"isMetcashSorted": true,
"backupOrderType": "sample string 42",
"backupOrderTypeDescription": "sample string 43",
"backupTradingPartner": 1,
"backupHostIdentifier": "4e7e26de-ae22-4aeb-a746-63e2bbb980a0"
},
"invoiceDetail": {
"$id": "134",
"identifier": "ZeNSF4qmOU2jspeCCdSIPA==",
"identifierGuid": "1752e365-a68a-4d39-a3b2-978209d4883c",
"headerIdentifier": "SfOVlT9+9ku/UV6llE67Pw==",
"headerIdentifierGuid": "9595f349-7e3f-4bf6-bf51-5ea5944ebb3f",
"pluG_UID": "OcGgWz9XeEKXdaRdrIiv5g==",
"pluGuid": "5ba0c139-573f-4278-9775-a45dac88afe6",
"pageNo": 1,
"lineNo": 1,
"itemOrdered": "sample string 1",
"itemShipped": "sample string 2",
"apn": "sample string 3",
"barcode": "sample string 4",
"prodStatus": 0,
"dateAvailable": "2026-04-03T06:21:14.0183107",
"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": "2026-04-03T06:21:14.0183107",
"costEnd": "2026-04-03T06:21:14.0183107",
"createdFromUnknownScan": true,
"orderGuid": "uJRfT0K0pUq8k68O9rcmTQ==",
"orderIdentifierGuid": "4f5f94b8-b442-4aa5-bc93-af0ef6b7264d",
"processed": true,
"received": true,
"inventoried": true,
"fromElectronicInvoice": true,
"allowDelete": true,
"updated": "2026-04-03T06:21:14.0183107",
"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": "135",
"pluG_UID": "ip4dqREbJkqLaGiEz0sgnA==",
"pluGuid": "a91d9e8a-1b11-4a26-8b68-6884cf4b209c",
"invoiceIdentifier": "/7Ca0cK/7UK/ionM5VwLuw==",
"invoiceGuid": "d19ab0ff-bfc2-42ed-bf8a-89cce55c0bbb",
"barcode": "sample string 3",
"itemNumber": "sample string 4",
"created": "2026-04-03T06:21:14.0183107"
},
"productActive": true,
"productSalesMode": 35,
"productGSTPercent": 36,
"productCostCalcMethod": 37,
"productAlwaysApplyMargin": true,
"productMarginRanged": true,
"productMargin": 1.1,
"productMinimumMargin": 1.1,
"productMaximumMargin": 1.1,
"priceGroupG_UID": "E9dGkr/ig0qbARsGN+NDbg==",
"priceGroupGuid": "9246d713-e2bf-4a83-9b01-1b0637e3436e",
"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": "117"
},
"costGSTPercent": 1,
"orderDetailReceive": true,
"isBackedUp": true,
"backupWarehouseIndicator": "sample string 21",
"backupOrderCode": "sample string 22"
}
application/xml
Sample not available.
text/xml
Sample not available.
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
None.