POST api/order/{id}/details
Save a list of order details
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Order identifier |
globally unique identifier |
Required |
Body Parameters
List of details to save
Collection of 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",
"id": 1,
"orderGuid": "SK0Nb0YjC02WjuUhdyZR3Q==",
"orderIdentifier": "6f0dad48-2346-4d0b-968e-e521772651dd",
"pluG_UID": "Ag1jQj2rdUyChsCHzEnICw==",
"pluGuid": "42630d02-ab3d-4c75-8286-c087cc49c80b",
"created": "2026-06-03T18:33:40.7049468",
"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": "3TkhdVSUhkmq1KprnXcacA==",
"substituteGuid": "752139dd-9454-4986-aad4-aa6b9d771a70",
"warehousePLUG_UID": "Z/FDE4FJaUaijJOtAPmT3w==",
"warehousePluGuid": "1343f167-4981-4669-a28c-93ad00f993df",
"updated": "2026-06-03T18:33:40.7049468",
"increment": true,
"description": "sample string 15",
"product": {
"$id": "2",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "uTG065rjhUmGny1rgbM0qQ==",
"guid": "ebb431b9-e39a-4985-869f-2d6b81b334a9",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "R0Vrvv0l0UefDucNkJ0Tow==",
"priceGroupGuid": "be6b4547-25fd-47d1-9f0e-e70d909d13a3",
"blueprintID": 1,
"lastCountedDate": "2026-06-03T18:33:40.7049468",
"externalID": "sample string 7",
"active": true,
"activated": "2026-06-03T18:33:40.7049468",
"pluCreated": "2026-06-03T18:33:40.7049468",
"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-06-03T18:33:40.7049468",
"lastManualUpdate": "2026-06-03T18:33:40.7049468",
"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-06-03T18:33:40.7049468",
"currentCostUpdated": "2026-06-03T18:33:40.7049468",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-06-03T18:33:40.7049468",
"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-06-03T18:33:40.7049468",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "OhmzvJbO606tHOWHAxM2/A==",
"altPLUGuid": "bcb3193a-ce96-4eeb-ad1c-e587031336fc",
"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-06-03T18:33:40.7049468",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "a23KklgUI0miTTKZ2NfD+w==",
"shelfPageLayoutGuid": "92ca6d6b-1458-4923-a24d-3299d8d7c3fb",
"talkerPageLayoutG_UID": "hgksl0bEjkyrscXWADh3Yw==",
"talkerPageLayoutGuid": "972c0986-c446-4c8e-abb1-c5d600387763",
"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": "zSV2VoOpXkqYiPp1c0MXwg==",
"inventoryIdentifier": "567625cd-a983-4a5e-9888-fa75734317c2",
"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": "SIWaon7TSU6UqYfIYe41wg==",
"parentPluGuid": "a29a8548-d37e-4e49-94a9-87c861ee35c2",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "hEGLEB9HT0K0qXoL20EuIA==",
"supplierIdentifierGuid": "108b4184-471f-424f-b4a9-7a0bdb412e20",
"supplierChanged": true,
"rebateSupplierIdentifier": "wKhC0a7w2kizsuDItEOvdg==",
"rebateSupplierIdentifierGuid": "d142a8c0-f0ae-48da-b3b2-e0c8b443af76",
"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-06-03T18:33:40.7049468",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "3WyXuC0IKkS+GjDuy2kE+w==",
"hostIdentifierGuid": "b8976cdd-082d-442a-be1a-30eecb6904fb",
"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-06-03T18:33:40.7049468",
"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": "xa0Htw6wmEK1cTIWQ47CoQ==",
"hostIdentifierGuid": "b707adc5-b00e-4298-b571-3216438ec2a1",
"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-06-03T18:33:40.7049468",
"priceZone": {
"$id": "4",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "QEhM9jOuk0Cx+Ynu86sgww==",
"hostIdentifierGuid": "f64c4840-ae33-4093-b1f9-89eef3ab20c3",
"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"
},
"warehouseStore": {
"$id": "6",
"storeID": 1,
"warehouseStoreID": 2,
"storeName": "sample string 3",
"warehouseName": "sample string 4"
},
"hostStoreSettings": [
{
"$id": "7",
"id": 1,
"hostIdentifier": "oq3vGP1Cq0+cOkbEmqa2iw==",
"hostIdentifierGuid": "18efada2-42fd-4fab-9c3a-46c49aa6b68b",
"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": "8",
"identifier": "bDbh69Z7J0Gq77AZmZwvQw==",
"identifierGuid": "ebe1366c-7bd6-4127-aaef-b019999c2f43",
"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": "U9xcIAjzpEOH3G+VqEKHzA==",
"hostSupplierIdentifierGuid": "205cdc53-f308-43a4-87dc-6f95a84287cc",
"loyaltyPriceLevelIdentifier": "hIt5oRg3XUmjq6CzO8JYjQ==",
"loyaltyPriceLevelIdentifierGuid": "a1798b84-3718-495d-a3ab-a0b33bc2588d",
"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-06-03T18:33:40.7049468",
"lastProcessed": "2026-06-03T18:33:40.7049468",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$id": "9",
"identifier": "4ZSadz31fkOj2/BH8bME8g==",
"identifierGuid": "779a94e1-f53d-437e-a3db-f047f1b304f2",
"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": "wUzZqoLKBEWKHQwaOENM3Q==",
"primaryContactID": "aad94cc1-ca82-4504-8a1d-0c1a38434cdd",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "uZgb6Je5YEypdYgblu02Ew==",
"supplierGroupGuid": "e81b98b9-b997-4c60-a975-881b96ed3613",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-06-03T18:33:40.7049468",
"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": "10",
"id": "ebf47516-a6c9-4123-b21d-2ea5191ee79c",
"identifier": "cJZ2KM5Px0yKEG7etFJHig==",
"identifierGuid": "28769670-4fce-4cc7-8a10-6edeb452478a",
"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": "11",
"supplierIdentifier": "G3B1YVALpky4jEDJnEm6Tw==",
"supplierIdentifierGuid": "6175701b-0b50-4ca6-b88c-40c99c49ba4f",
"contactGuid": "9oPpJgpqAkyZLJmF7Q6NvA==",
"contactID": "26e983f6-6a0a-4c02-992c-9985ed0e8dbc",
"contact": {
"$ref": "10"
},
"supplier": {
"$ref": "9"
}
},
{
"$ref": "11"
}
],
"products": [
{
"$id": "12",
"pluG_UID": "ChoHBDAqiEGFi5C9K8xktw==",
"pluGuid": "04071a0a-2a30-4188-858b-90bd2bcc64b7",
"supplierIdentifier": "3GdLrp0iLUS7V8sszEoFcA==",
"supplierIdentifierGuid": "ae4b67dc-229d-442d-bb57-cb2ccc4a0570",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-06-03T18:33:40.7049468",
"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-06-03T18:33:40.7049468",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "13",
"pluG_UID": "XbecowT3bUGvVIUi23m1zg==",
"pluGuid": "a39cb75d-f704-416d-af54-8522db79b5ce",
"supplierIdentifier": "3+Frfa3j2ESODWVPT7gGJA==",
"supplierIdentifierGuid": "7d6be1df-e3ad-44d8-8e0d-654f4fb80624",
"invoiceCode": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "13"
}
],
"storeIDs": [
1,
2
],
"preferredSupplier": true,
"preferredRebateSupplier": true,
"supplierName": "sample string 42",
"salesMode": 43,
"orderPacked": true,
"active": true,
"price": 1,
"costGstPercent": 45,
"parentPluG_UID": "uldAOTwKqEqWSoUVnt+V4Q==",
"parentPluGuid": "394057ba-0a3c-4aa8-964a-85159edf95e1",
"freight": 46.0,
"freightType": 1,
"product": {
"$ref": "2"
},
"supplier": {
"$ref": "9"
},
"serviceFee": {
"$id": "14",
"id": 1,
"description": "sample string 1",
"fee": 1
},
"isPrimaryHost": true,
"hostVendor": 48
},
{
"$ref": "12"
}
],
"orderCycleHeaders": [
{
"$id": "15",
"storeID": 1,
"supplierIdentifier": "hruNgI6Jz0mDMPv29fxzig==",
"supplierGuid": "808dbb86-898e-49cf-8330-fbf6f5fc738a",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"storeName": "sample string 5",
"departmentName": "sample string 6",
"orderDays": 7
},
{
"$ref": "15"
}
],
"cycles": [
{
"$id": "16",
"storeID": 1,
"supplierIdentifier": "lWUD514hC0yNomQNtvofLg==",
"supplierGuid": "e7036595-215e-4c0b-8da2-640db6fa1f2e",
"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-06-03T18:33:40.7049468",
"deliveryDate": "2026-06-03T18:33:40.7049468",
"nextCutOffDate": "2026-06-03T18:33:40.7049468",
"nextDeliveryDate": "2026-06-03T18:33:40.7049468",
"nextDaysBuffer": 10
},
{
"$ref": "16"
}
],
"store": {
"$ref": "3"
},
"updated": "2026-06-03T18:33:40.7049468",
"isHost": true
},
"files": [
{
"$id": "17",
"id": "sample string 1",
"fileName": "sample string 2",
"extension": "sample string 3",
"provider": 0,
"type": 0,
"hostType": "sample string 4",
"createdUtc": "2026-06-03T18:33:40.7049468",
"processed": "2026-06-03T18:33:40.7049468",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-06-03T18:33:40.7049468",
"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": "8"
},
"metcashHeader": {
"$id": "18",
"customerNumber": "sample string 1",
"creationDate": "2026-06-03T18:33:40.7049468",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "17"
}
],
"zoneMatrix": [
{
"$id": "19",
"id": 1,
"hostIdentifier": "BzO5UXtiikO78rdRM7uk3A==",
"hostIdentifierGuid": "51b93307-627b-438a-bbf2-b75133bba4dc",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"f6543bd4-08e9-4c9c-9e31-cba2d10ba98a",
"21c85d96-6007-437e-a210-df89e43e9185"
]
},
{
"$ref": "19"
}
],
"hostFileStoreSetting": {
"$ref": "7"
},
"hostStoreSettings": [
{
"$ref": "7"
},
{
"$ref": "7"
}
],
"promotionPlacements": [
{
"$id": "20",
"identifier": "ak6pNZq9Qk2fBuuUgFQVIw==",
"identifierGuid": "35a94e6a-bd9a-4d42-9f06-eb9480541523",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "20"
}
],
"promoTypeGuids": [
"22a98385-e56c-4247-b29e-9c6bbbdd9cfc",
"9debc3fb-f446-498c-8dc4-70ce147c71ca"
],
"isPromotionOnly": false,
"isOrderable": false,
"vendor": 0
},
"groupIDs": [
1,
2
],
"hostDescription": "sample string 27"
},
{
"$ref": "7"
}
],
"accounts": [
{
"$id": "21",
"id": 1,
"storeID": 1,
"accountName": "sample string 2",
"bsb": "sample string 3",
"accountNumber": "sample string 4",
"accountDesignated": true
},
{
"$ref": "21"
}
],
"sales": [
{
"$id": "22",
"id": 1,
"storeID": 1,
"externalSalesType": 2,
"ftpSiteID": 1,
"lastSaleProcessed": "2026-06-03T18:33:40.720596",
"ftpSite": {
"$id": "23",
"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": "22"
}
],
"suppliedStores": [
1,
2
],
"zoneMatrix": [
{
"$ref": "19"
},
{
"$ref": "19"
}
],
"cashManagements": [
{
"$id": "24",
"id": 1,
"storeID": 1,
"cashManagementType": 2,
"apiID": 1,
"organisationID": "sample string 3",
"siteName": "sample string 4",
"thirdPartyAPI": {
"$id": "25",
"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,
"config": "sample string 10"
}
},
{
"$ref": "24"
}
],
"updateStoreID": "ee556ae8-68c0-43c0-a241-17ba1febd932",
"updateStore": {
"$id": "26",
"id": "0bcaeaad-16af-4c43-9d9d-76a6f6eaf1a6",
"name": "sample string 1",
"lastActivity": "2026-06-03T18:33:40.720596",
"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-06-03T18:33:40.720596"
},
"timeZoneId": "sample string 54",
"securityOptions": {
"$id": "27",
"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": "28",
"pluG_UID": "PT1zF7l1eEO7ZjQ7HVEp5Q==",
"pluGuid": "17733d3d-75b9-4378-bb66-343b1d5129e5",
"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-06-03T18:33:40.720596"
},
{
"$ref": "28"
}
],
"currentPrices": {
"$id": "29",
"pluPrices": {
"$id": "30",
"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-06-03T18:33:40.720596",
"priceChangeType": 0,
"costDecimals": 11,
"costCalcMethod": 12,
"targetCampaignPriceGtOrEquNormal": true
},
"normalPluPrices": {
"$ref": "30"
},
"winningCampaign": 1,
"winner": {
"$id": "31",
"campaignName": "sample string 1",
"campaignDescription": "sample string 2",
"talkerText": "sample string 3",
"disableWasSave": true,
"startDate": "2026-06-03T18:33:40.720596",
"startTime": 5,
"endDate": "2026-06-03T18:33:40.720596",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "62L0had0KEuk6VZespCD8Q==",
"hostIdentifierGuid": "85f462eb-74a7-4b28-a4e9-565eb29083f1",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "31"
},
{
"$ref": "31"
}
]
},
"tray": {
"$id": "32",
"g_UId": "A/rNrm57LkGKY7D+FKzL0w==",
"guid": "aecdfa03-7b6e-412e-8a63-b0fe14accbd3",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "33",
"priceGroupG_UID": "G86QNv08hEyuqcHewgAtdA==",
"priceGroupGuid": "3690ce1b-3cfd-4c84-aea9-c1dec2002d74",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-06-03T18:33:40.720596",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "34",
"pluG_UID": "idVyKjG/XkqvPG6jY12YOQ==",
"pluGuid": "2a72d589-bf31-4a5e-af3c-6ea3635d9839",
"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": "35",
"pluGuid": "9b14e128-cc28-4426-8864-e3c2df126fdb",
"created": "2026-06-03T18:33:40.720596",
"createdByUser": "sample string 1",
"activated": "2026-06-03T18:33:40.720596",
"activatedByUser": "sample string 2",
"deactivated": "2026-06-03T18:33:40.720596",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-06-03T18:33:40.720596",
"lastOrderedQty": 4.0,
"lastReceived": "2026-06-03T18:33:40.720596",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-06-03T18:33:40.720596",
"lastSold": "2026-06-03T18:33:40.720596",
"firstSold": "2026-06-03T18:33:40.720596",
"awsUpdated": "2026-06-03T18:33:40.720596",
"lastManualUpdate": "2026-06-03T18:33:40.720596",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-06-03T18:33:40.720596",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-06-03T18:33:40.720596",
"doNotRangeUpdated": "2026-06-03T18:33:40.720596",
"doNotOrderUpdated": "2026-06-03T18:33:40.720596",
"tracked": "2026-06-03T18:33:40.720596"
},
"allergens": [
{
"$id": "36",
"primaryKey": {
"$id": "37",
"pluGuid": "81c31f54-c62a-43f9-976e-438d7c3bf736",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "VB/DgSrG+UOXbkONfDv3Ng==",
"pluGuid": "81c31f54-c62a-43f9-976e-438d7c3bf736",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "36"
}
],
"costs": {
"$id": "38",
"pluG_UID": "6W4P6yidjkCIyhaabSEZbQ==",
"pluGuid": "eb0f6ee9-9d28-408e-88ca-169a6d21196d",
"enteredCost": 1,
"weightedAvgCost": 1,
"lastCost": 1,
"rawEnteredCost": 2,
"rawWeightedAvgCost": 3,
"rawLastCost": 4,
"freight": 5.0,
"freightType": 6,
"costDecimals": 7,
"fifoCost": 1,
"updated": "2026-06-03T18:33:40.720596",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "39",
"saleHeaderID": 1,
"created": "2026-06-03T18:33:40.720596",
"createdLocal": "2026-06-03T18:33:40.720596",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "Sivddpk5jUKJRQafyiAkOQ==",
"operatorGuid": "76dd2b4a-3999-428d-8945-069fca202439",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "K8ZNOVdMd0OvQtoO98spLA==",
"pluGuid": "394dc62b-4c57-4377-af42-da0ef7cb292c",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$id": "40",
"id": 1,
"g_Uid": "Ft+1eSKS6UqD62ayR3Vcpw==",
"guid": "79b5df16-9222-4ae9-83eb-66b247755ca7",
"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-06-03T18:33:40.720596",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-06-03T18:33:40.720596",
"endShift": "2026-06-03T18:33:40.720596",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "41",
"operatorG_UID": "LR6IH7yDzUmqkFTegOTdtA==",
"operatorGuid": "1f881e2d-83bc-49cd-aa90-54de80e4ddb4",
"storeID": 2,
"operator": {
"$ref": "40"
},
"store": {
"$ref": "3"
}
},
{
"$ref": "41"
}
]
}
},
{
"$ref": "39"
}
],
"apns": [
{
"$id": "42",
"pluID": 1,
"pluG_UID": "iQSPHq55hUCAw45SXDK8KQ==",
"pluGuid": "1e8f0489-79ae-4085-80c3-8e525c32bc29",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "42"
}
],
"tuns": [
{
"$id": "43",
"pluG_UId": "viLtfiYGy0WTAZF+4luYIw==",
"pluGuid": "7eed22be-0626-45cb-9301-917ee25b9823",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "2"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "43"
}
],
"competitionPricing": [
{
"$id": "44",
"identifier": "Re6DOW+aqk+d8D4C1o+L2Q==",
"identifierGuid": "3983ee45-9a6f-4faa-9df0-3e02d68f8bd9",
"pluG_UID": "+kj07rLeWUK5HsjmODfmSg==",
"pluGuid": "eef448fa-deb2-4259-b91e-c8e63837e64a",
"competitionID": 1,
"name": "sample string 2",
"sellMultiple": 3,
"retailPrice": 4,
"storeName": "sample string 5"
},
{
"$ref": "44"
}
],
"supplier": {
"$ref": "9"
},
"supplierName": "sample string 148",
"children": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"ordering": {
"$ref": "12"
},
"flipChartPages": [
{
"$id": "45",
"identifier": "TSAyQB/8jECDHuesrSvGng==",
"groupName": "sample string 1",
"identifierGuid": "4032204d-fc1f-408c-831e-e7acad2bc69e",
"exists": true,
"flipChartIdentifier": "JS7eh+u1ok2w2SOIx/tpsg==",
"flipChartIdentifierGuid": "87de2e25-b5eb-4da2-b0d9-2388c7fb69b2",
"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": "eIYePe2KTEWHuByxcLC04g==",
"groupIdentifierGuid": "3d1e8678-8aed-454c-87b8-1cb170b0b4e2",
"flipChart": {
"$id": "46",
"identifier": "hlH6GQbRBUCZWEpFnzGLnA==",
"identifierGuid": "19fa5186-d106-4005-9958-4a459f318b9c",
"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": "47",
"identifier": "7dqaCY8eaUu4wi6i8rR0pA==",
"identifierGuid": "099adaed-1e8f-4b69-b8c2-2ea2f2b474a4",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "48",
"id": 1,
"g_UID": "UmSS6RHaokGvIvts7pKJuw==",
"guid": "e9926452-da11-41a2-af22-fb6cee9289bb",
"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": "5cHuIHk5Xk+1k8lJweDc2A==",
"previousFormGuid": "20eec1e5-3979-4f5e-b593-c949c1e0dcd8",
"nextForm": 1,
"nextFormG_UID": "glLvPVRr40Gvs6S1n34o9Q==",
"nextFormGuid": "3def5282-6b54-41e3-afb3-a4b59f7e28f5",
"attributes": "sample string 10",
"updated": "2026-06-03T18:33:40.720596",
"positioning": 1,
"contentPanel": "sample string 11",
"selectionMode": 1,
"maximumSelections": 1,
"alteredInStore": true,
"deleted": true,
"blueprintID": 1,
"preserveLayout": true,
"mainCheckoutFormName": "sample string 13",
"nextCheckoutForm": {
"$ref": "48"
},
"previousCheckoutForm": {
"$ref": "48"
},
"buttons": [
{
"$id": "49",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "QFJi7kwDDkm4AAV3ZzZjew==",
"checkoutFormGuid": "ee625240-034c-490e-b800-05776736637b",
"identifier": "mh0WY8zImkSSYkh8r8r0fw==",
"identifierGuid": "63161d9a-c8cc-449a-9262-487cafcaf47f",
"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": "J+9ePAZ/JUixT71AbJGRkQ==",
"valueGuid": "3c5eef27-7f06-4825-b14f-bd406c919191",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-06-03T18:33:40.720596",
"action": "sample string 12",
"valueForm": {
"$ref": "48"
},
"image": {
"$id": "50",
"name": "sample string 3.sample string 4",
"imageID": 2,
"imageName": "sample string 3",
"imageExtension": "sample string 4",
"lastUpdate": "2026-06-03T18:33:40.720596",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "49"
}
],
"panels": [
{
"$id": "51",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "YcS2mUf8dUiIAhK+nhp5ag==",
"checkoutFormGuid": "99b6c461-fc47-4875-8802-12be9e1a796a",
"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": "51"
}
]
},
{
"$ref": "48"
}
],
"panels": [
{
"$ref": "51"
},
{
"$ref": "51"
}
]
},
"pages": [
{
"$ref": "45"
},
{
"$ref": "45"
}
]
},
"contentPanel": {
"$ref": "51"
},
"products": [
{
"$id": "52",
"flipChartPageIdentifier": "scDWSNCRbU64X7qHj3PKLw==",
"flipChartPageIdentifierGuid": "48d6c0b1-91d0-4e6d-b85f-ba878f73ca2f",
"pluG_UID": "QnwfSxfOgU2zOxPeHwMPvg==",
"pluGuid": "4b1f7c42-ce17-4d81-b33b-13de1f030fbe",
"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": "52"
}
],
"productCount": 27,
"pages": [
{
"$ref": "45"
},
{
"$ref": "45"
}
]
},
{
"$ref": "45"
}
],
"priceHistory": [
{
"$id": "53",
"pluG_UID": "qkg2dgxtlUiVbR5PGhhaiA==",
"pluGuid": "763648aa-6d0c-4895-956d-1e4f1a185a88",
"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-06-03T18:33:40.720596",
"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": "53"
}
],
"ingredients": [
{
"$id": "54",
"pluG_UID": "35xdESHBc0K1bWOmtqz8ww==",
"ingredientGuid": "CSqhcLqr0kWuD9nk0KOlbA==",
"ingredientIdentifier": "70a12a09-abba-45d2-ae0f-d9e4d0a3a56c",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "2"
}
},
{
"$ref": "54"
}
],
"bins": [
{
"$id": "55",
"pluG_UID": "Hczt2x3JYEetjKWbKhj5OQ==",
"pluGuid": "dbedcc1d-c91d-4760-ad8c-a59b2a18f939",
"shelfLocationIdentifier": "ZXjtSMA4DESEQKewE7FD/A==",
"shelfLocationGuid": "48ed7865-38c0-440c-8440-a7b013b143fc",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "eF8w8CoPAU6404hBdpTrcQ==",
"labelPageLayoutGuid": "f0305f78-0f2a-4e01-b8d3-88417694eb71",
"updated": "2026-06-03T18:33:40.720596",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "2"
},
"location": {
"$id": "56",
"identifier": "qEFoYoGywkqKr24DfcGu8g==",
"storeID": 1,
"identifierGuid": "626841a8-b281-4ac2-8aaf-6e037dc1aef2",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-06-03T18:33:40.720596",
"minTemp": 1,
"maxTemp": 1,
"checkFrequency": 1,
"storeCaseConfiguration": 5,
"storeName": "sample string 6",
"bins": [
{
"$ref": "55"
},
{
"$ref": "55"
}
]
}
},
{
"$ref": "55"
}
],
"bin": {
"$ref": "55"
},
"scaleLocations": [
{
"$id": "57",
"plu": 1,
"pluG_UID": "M4TkeyHh8UOD7crYpKWydg==",
"pluGuid": "7be48433-e121-43f1-83ed-cad8a4a5b276",
"deptNo": 1,
"product": {
"$ref": "2"
},
"scaleLocation": {
"$id": "58",
"id": 1,
"deptNo": 1,
"deptCode": "sample string 2",
"name": "sample string 3",
"enabled": true,
"updated": "2026-06-03T18:33:40.720596",
"department": {
"$id": "59",
"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": "58"
},
"subDepartments": [
{
"$id": "60",
"id": 1,
"departmentID": 2,
"name": "sample string 3",
"code": "sample string 4",
"departmentCode": "sample string 5",
"externalSales": true,
"minorDepartments": [
{
"$id": "61",
"id": 1,
"subDepartmentID": 2,
"departmentID": 3,
"name": "sample string 4",
"subDepartmentCode": "sample string 5",
"departmentCode": "sample string 6",
"code": "sample string 7",
"lesserDepartments": [
{
"$id": "62",
"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-06-03T18:33:40.720596",
"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": "v1podTGdB02D6ElgrvPhtQ==",
"labelPageLayoutGuid": "75685abf-9d31-4d07-83e8-4960aef3e1b5",
"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": "63",
"dept": 1,
"category": 2,
"name": "sample string 3",
"active": true,
"mscCommodities": [
{
"$id": "64",
"dept": 1,
"category": 2,
"commodity": 3,
"name": "sample string 4",
"active": true,
"mscSubCommodities": [
{
"$id": "65",
"dept": 1,
"category": 2,
"commodity": 3,
"subCommodity": 4,
"name": "sample string 5",
"active": true,
"subCommodityCode": "sample string 7"
},
{
"$ref": "65"
}
],
"commodityCode": "sample string 6"
},
{
"$ref": "64"
}
],
"categoryCode": "sample string 5"
},
"mscCom": {
"$ref": "64"
},
"mscDep": {
"$id": "66",
"dept": 1,
"name": "sample string 2",
"active": true,
"mscCategories": [
{
"$ref": "63"
},
{
"$ref": "63"
}
],
"deptCode": "sample string 4"
},
"mscSubCom": {
"$ref": "65"
}
},
{
"$ref": "62"
}
],
"updated": "2026-06-03T18:33:40.720596",
"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": "9wwIU0HqMUe8czCYMLCHKg==",
"labelPageLayoutGuid": "53080cf7-ea41-4731-bc73-309830b0872a",
"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": "63"
},
"mscCom": {
"$ref": "64"
},
"mscDep": {
"$ref": "66"
},
"mscSubCom": {
"$ref": "65"
}
},
{
"$ref": "61"
}
],
"investmentBuyOverride": true,
"updated": "2026-06-03T18:33:40.720596",
"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": "UnjvLDaBtEie5FsDcaA3MA==",
"labelPageLayoutGuid": "2cef7852-8136-48b4-9ee4-5b0371a03730",
"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": "63"
},
"mscCom": {
"$ref": "64"
},
"mscDep": {
"$ref": "66"
},
"mscSubCom": {
"$ref": "65"
}
},
{
"$ref": "60"
}
],
"stores": [
1,
2
],
"investmentBuyOverride": true,
"updated": "2026-06-03T18:33:40.720596",
"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": "/ggyJnBOR029hhxk2QFxfA==",
"labelPageLayoutGuid": "263208fe-4e70-4d47-bd86-1c64d901717c",
"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": "63"
},
"mscCom": {
"$ref": "64"
},
"mscDep": {
"$ref": "66"
},
"mscSubCom": {
"$ref": "65"
}
}
}
},
{
"$ref": "57"
}
],
"nextPrice": {
"$id": "67",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 1,
"hostOfferID": 1,
"metcashPromotionID": "sample string 4",
"metcashPromotionPlacement": "sample string 5",
"pluG_UID": "9Fsz7PCLbkOp9AeYkXo81w==",
"pluGuid": "ec335bf4-8bf0-436e-a9f4-0798917a3cd7",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "nOivuVr7OUO9SdoTCtnTwg==",
"dealCostGuid": "b9afe89c-fb5a-4339-bd49-da130ad9d3c2",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "cC07XbIhi0idgDwYJqO0Ow==",
"priceGroupGuid": "5d3b2d70-21b2-488b-9d80-3c1826a3b43b",
"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,
"orderPacked": 20,
"pluNormalCost": 21,
"pluaws": 22.0,
"directNumber": "sample string 23",
"departmentName": "sample string 24",
"subDepartmentName": "sample string 25",
"priceGroupName": "sample string 26",
"supplierName": "sample string 27",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-06-03T18:33:40.720596",
"rrp": 28,
"campaignDescription": "sample string 29",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "0f06f86d-9d15-4406-80c6-f0c7ffa54ac0",
"campaignComboPriceGroupG_UID": "/ngMqCR4w0yKt0J2l9SBhQ==",
"campaignComboPriceGroupIdentifier": "a80c78fe-7824-4cc3-8ab7-427697d48185",
"promotionPlacementDescription": "sample string 31",
"storeAcceptances": [
{
"$id": "68",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-06-03T18:33:40.720596",
"operatorG_UID": "5Ws9koXn5EWhu534FB++4Q==",
"operatorGuid": "923d6be5-e785-45e4-a1bb-9df8141fbee1",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-06-03T18:33:40.720596",
"signIqTicketFileMovedUtc": "2026-06-03T18:33:40.720596",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-06-03T18:33:40.720596",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "743ca179-8acd-48e5-a477-f5cbaa9ad6d0",
"product": {
"$ref": "2"
},
"campaignPlu": {
"$ref": "67"
},
"fuelItem": true
},
{
"$ref": "68"
}
],
"campaign": {
"$id": "69",
"id": 1,
"storeID": 2,
"name": "db6dcc81-fc93-489d-8e8b-7153a9fc0f66",
"nameGuid": "db6dcc81-fc93-489d-8e8b-7153a9fc0f66",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-06-03T18:33:40.720596",
"startTime": 1,
"endDate": "2026-06-03T18:33:40.720596",
"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-06-03T18:33:40.720596",
"system": true,
"created": "2026-06-03T18:33:40.720596",
"updated": "2026-06-03T18:33:40.720596",
"priceChangeNotifiedUtc": "2026-06-03T18:33:40.720596",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "g7RG1XoZE0WUXq71x6b+5A==",
"hostIdentifierGuid": "d546b483-197a-4513-945e-aef5c7a6fee4",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-06-03T18:33:40.720596",
"updatedByUser": "sample string 18",
"offerID": 1,
"isPriceChangeCampaign": true,
"stores": [
1,
2
],
"storeNames": [
"sample string 1",
"sample string 2"
],
"campaignPlus": [
{
"$ref": "67"
},
{
"$ref": "67"
}
],
"campaignPools": [
{
"$id": "70",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 4,
"pluG_UID": "ks5vi0j9GU2bhbbp0Ze+4w==",
"pluGuid": "8b6fce92-fd48-4d19-9b85-b6e9d197bee3",
"hostOfferID": 1,
"priceGroupG_UID": "Ozf5MPZAjk2tAyGFm2mRzA==",
"priceGroupGuid": "30f9373b-40f6-4d8e-ad03-21859b6991cc",
"fuelItem": true,
"pluName": "sample string 6",
"apn": "sample string 7",
"pluActive": true,
"cartonQty": 1,
"baseUnits": 9.1,
"cri": "sample string 10",
"salesMode": 1,
"orderPacked": 11,
"pluaws": 12.0,
"directNumber": "sample string 13",
"departmentName": "sample string 14",
"subDepartmentName": "sample string 15",
"priceGroupName": "sample string 16",
"supplierName": "sample string 17",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-06-03T18:33:40.720596",
"rrp": 18,
"campaignDescription": "sample string 19",
"product": {
"$ref": "2"
},
"campaign": {
"$ref": "69"
}
},
{
"$ref": "70"
}
],
"sellingRules": [
{
"$id": "71",
"id": 1,
"identifier": "zDxi2RLnhkmSFOskEa9HVg==",
"identifierStr": "zDxi2RLnhkmSFOskEa9HVg==",
"identifierGuid": "d9623ccc-e712-4986-9214-eb2411af4756",
"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": "69"
}
},
{
"$ref": "71"
}
],
"customers": [
{
"$id": "72",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"customerID": "b2orr/AGQEChIOx6UGw7nQ==",
"customerIDGuid": "af2b6a6f-06f0-4040-a120-ec7a506c3b9d",
"campaign": {
"$ref": "69"
},
"customer": {
"$id": "73",
"identifier": "J8ZDAa4GREu8ngmqbk8FiA==",
"identifierGuid": "0143c627-06ae-4b44-bc9e-09aa6e4f0588",
"code": "sample string 2",
"familyName": "sample string 3",
"givenName": "sample string 4",
"otherName": "sample string 5",
"title": "sample string 6",
"dateOfBirth": "2026-06-03T18:33:40.720596",
"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": "GebcB75C6kqc/Iazwk2LYA==",
"communityIdentifierGuid": "07dce619-42be-4aea-9cfc-86b3c24d8b60",
"joined": "2026-06-03T18:33:40.720596",
"updated": "2026-06-03T18:33:40.720596",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "CXpCJ0zvykike5iFGpCrzw==",
"priceLevelIdentifierGuid": "27427a09-ef4c-48ca-a47b-98851a90abcf",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-06-03T18:33:40.720596",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "74",
"cardType": 2,
"issueDate": "2026-06-03T18:33:40.720596",
"expiry": "2026-06-03T18:33:40.720596",
"customerID": "NOtXP09nSEW0T15VZTVe/w==",
"customerIDGuid": "3f57eb34-674f-4548-b44f-5e5565355eff",
"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-06-03T18:33:40.720596",
"linkedAccount": "kHRtSRlKH0262qPRTQ30Cw==",
"linkedAccountGuid": "496d7490-4a19-4d1f-bada-a3d14d0df40b",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "73"
},
"account": {
"$id": "75",
"id": 1,
"identifier": "mnKaFxjHS0ujspsUktGvvg==",
"identifierGuid": "179a729a-c718-4b4b-a3b2-9b1492d1afbe",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-06-03T18:33:40.720596",
"owner": "3jcXwi8ie0C4nN9ouYjZ7g==",
"ownerGuid": "c21737de-222f-407b-b89c-df68b988d9ee",
"accountStoreGroupIdentifier": "LIJL3JnX90Kl+MFcpvcDcA==",
"accountStoreGroupGuid": "dc4b822c-d799-42f7-a5f8-c15ca6f70370",
"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-06-03T18:33:40.720596",
"active": true,
"updated": "2026-06-03T18:33:40.720596",
"deleted": true,
"deletedUser": "sample string 16",
"currentBalanceChanged": true,
"maximumLimitChanged": true,
"loyaltyPointsChanged": true,
"projectedBalance": 17,
"accountStoreGroupStoreIDs": [
1,
2
],
"customerEmail": "sample string 18",
"ownerCustomer": {
"$ref": "73"
},
"card": {
"$ref": "74"
},
"members": {
"$id": "76",
"sample string 1": [
{
"$ref": "73"
},
{
"$ref": "73"
}
],
"sample string 2": [
{
"$ref": "73"
},
{
"$ref": "73"
}
]
},
"customerGroups": [
{
"$id": "77",
"identifier": "dxzWta+BvECPi9BMH4FFUw==",
"identifierGuid": "b5d61c77-81af-40bc-8f8b-d04c1f814553",
"name": "sample string 2",
"primaryContact": "MBgcclS9QkKneBQAspE61g==",
"primaryContactGuid": "721c1830-bd54-4242-a778-1400b2913ad6",
"accountID": "Y9CseqRVA0+u1im+PC9+pQ==",
"accountIDGuid": "7aacd063-55a4-4f03-aed6-29be3c2f7ea5",
"special": true,
"updated": "2026-06-03T18:33:40.720596",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "/MiNJLJq0kavOhliojI8Wg==",
"priceLevelIdentifierGuid": "248dc8fc-6ab2-46d2-af3a-1962a2323c5a",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "75"
},
"primaryContactCustomer": {
"$ref": "73"
},
"customerGroupMembers": [
{
"$id": "78",
"id": 1,
"groupID": "joEwFps7dUauVg1VaqntDw==",
"groupIDGuid": "1630818e-3b9b-4675-ae56-0d556aa9ed0f",
"customerID": "DeXu/Dr/50eiv7qRMpYN+Q==",
"customerIDGuid": "fceee50d-ff3a-47e7-a2bf-ba9132960df9",
"card": "sample string 4",
"linkedAccount": "Zxa5ygoRZkWONm9DB4FM3A==",
"linkedAccountGuid": "cab91667-110a-4566-8e36-6f4307814cdc",
"customer": {
"$ref": "73"
},
"group": {
"$ref": "77"
},
"customerCard": {
"$ref": "74"
}
},
{
"$ref": "78"
}
]
},
{
"$ref": "77"
}
]
},
"payments": [
{
"$id": "79",
"id": 1,
"identifier": "uqRPHxFEbEWVRnOpYFvliA==",
"identifierGuid": "1f4fa4ba-4411-456c-9546-73a9605be588",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "vmMiQMckok+9gTpIv6FQtw==",
"accountIDGuid": "402263be-24c7-4fa2-bd81-3a48bfa150b7",
"customerAccount": {
"$ref": "75"
},
"customerCard": {
"$ref": "74"
},
"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-06-03T18:33:40.720596",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "UTIopOi2hUe9ykYLsvNJ+w==",
"idempotentVoidGuid": "a4283251-b6e8-4785-bdca-460bb2f349fb",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "80",
"saleHeaderID": 1,
"saleHeaderGuid": "8A36loTt/EOKQuq5Tl5xBA==",
"saleHeaderIdentifierGuid": "96fa0df0-ed84-43fc-8a42-eab94e5e7104",
"created": "2026-06-03T18:33:40.720596",
"createdLocal": "2026-06-03T18:33:40.720596",
"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-06-03T18:33:40.720596",
"storeID": 1,
"operatorG_Uid": "pxo9Pmy4WEOH/cv8KRstXg==",
"operatorGuid": "3e3d1aa7-b86c-4358-87fd-cbfc291b2d5e",
"customerG_Uid": "z9JNXg/yc0OGIevAnramiA==",
"customerGuid": "5e4dd2cf-f20f-4373-8621-ebc09eb6a688",
"communityIdentifier": "hZPopnuXXUSqqWgKCeW8Fg==",
"communityIdentifierGuid": "a6e89385-977b-445d-aaa9-680a09e5bc16",
"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": "zUymtLtO40GbYjyl2tJcHQ==",
"priceLevelIdentifierGuid": "b4a64ccd-4ebb-41e3-9b62-3ca5dad25c1d",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-06-03T18:33:40.720596+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": "81",
"customerName": "sample string 1",
"pickupAt": "2026-06-03T18:33:40.720596",
"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": "40"
},
"customer": {
"$ref": "73"
},
"communityOrganisation": {
"$id": "82",
"id": 1,
"identifier": "aThAuwe1S0Cp7cYVTVRbGQ==",
"identifierGuid": "bb403869-b507-404b-a9ed-c6154d545b19",
"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-06-03T18:33:40.720596",
"promoPeriodEnd": "2026-06-03T18:33:40.720596",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-06-03T18:33:40.720596",
"deleted": true
},
"details": [
{
"$id": "83",
"saleItemID": 1,
"identifier": "i1b2ptdTNUqjUsUyE8LjkA==",
"identifierGuid": "a6f6568b-53d7-4a35-a352-c53213c2e390",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "YdjuQHME50SrjQVe+fazsQ==",
"pluGuid": "40eed861-0473-44e7-ab8d-055ef9f6b3b1",
"accountID": "2ZlzA3vd0kGL0UgWGju8bg==",
"accountIDGuid": "037399d9-dd7b-41d2-8bd1-48161a3bbc6e",
"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-06-03T18:33:40.720596",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "lAeFdWf5/E6yz8UsnT+5IQ==",
"refundGuid": "75850794-f967-4efc-b2cf-c52c9d3fb921",
"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": "6ZVWXPUknUa8S3QMThskEQ==",
"idempotentVoidGuid": "5c5695e9-24f5-469d-bc4b-740c4e1b2411",
"priceLevelIdentifier": "I8l0aHc2FkOCVTeWco5big==",
"priceLevelIdentifierGuid": "6874c923-3677-4316-8255-3796728e5b8a",
"communityIdentifier": "3+xIzyaP90+AUD053CEJ7g==",
"communityIdentifierGuid": "cf48ecdf-8f26-4ff7-8050-3d39dc2109ee",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "84",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-06-03T18:33:40.720596",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "84"
}
],
"refund": {
"$id": "85",
"id": 1,
"g_UID": "ozCSZNN3mU+UfqfdgWzdQg==",
"guid": "649230a3-77d3-4f99-947e-a7dd816cdd42",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-06-03T18:33:40.720596"
},
"modifier": {
"$id": "86",
"id": 1,
"setG_UID": "AJiaik4tE0CzIqgJYWT+Yw==",
"modifierSetGuid": "8a9a9800-2d4e-4013-b322-a8096164fe63",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "PJdl3UrLjUiCfqWoaSX+mw==",
"pluGuid": "dd65973c-cb4a-488d-827e-a5a86925fe9b",
"deleted": true,
"g_UID": "Qnwev0kjak+D3G46QmIqNA==",
"guid": "bf1e7c42-2349-4f6a-83dc-6e3a42622a34",
"product": {
"$ref": "2"
}
},
"priceLevelName": "sample string 25",
"pumpNumber": 1,
"hoseNumber": 1
},
{
"$ref": "83"
}
],
"eftReceipts": [
{
"$id": "87",
"id": 1,
"storeID": 1,
"saleHeaderID": 2,
"storeSaleHeader": {
"$ref": "80"
},
"receipt": "sample string 3",
"processed": 1
},
{
"$ref": "87"
}
],
"payments": [
{
"$ref": "79"
},
{
"$ref": "79"
}
],
"cards": [
{
"$id": "88",
"id": 1,
"saleHeaderID": 1,
"identifier": "sample string 2",
"cardType": 3,
"providerName": "sample string 4"
},
{
"$ref": "88"
}
],
"campaignHits": [
{
"$id": "89",
"id": 1,
"saleHeaderID": 2,
"campaign": "sample string 3",
"name": "sample string 4",
"processed": 1,
"campaignDescription": "sample string 5"
},
{
"$ref": "89"
}
],
"fuel": [
{
"$id": "90",
"id": 1,
"plu": 1,
"pluG_UID": "zjbSvIZfLk2PBLEAR17jBQ==",
"pluGuid": "bcd236ce-5f86-4d2e-8f04-b100475ee305",
"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-06-03T18:33:40.720596",
"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-06-03T18:33:40.720596",
"tagNumber": "sample string 15",
"trackTwoRem": "sample string 16",
"transCode": 1,
"transType": 1,
"unitPrice": 1.0,
"vehicleReg": "sample string 17",
"offline": true,
"processed": 1
},
{
"$ref": "90"
}
],
"fuelResells": [
{
"$id": "91",
"saleItemID": 1,
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "e0L16Omov0G+HeLr6lF6yw==",
"pluGuid": "e8f5427b-a8e9-41bf-be1d-e2ebea517acb",
"accountID": "kRdFoYJ7eEecn+dY2tHDqQ==",
"accountIDGuid": "a1451791-7b82-4778-9c9f-e758dad1c3a9",
"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-06-03T18:33:40.720596",
"bestOrExpireType": 1,
"refundG_UID": "UIbKYfpz6kij1XB151neeA==",
"refundGuid": "61ca8650-73fa-48ea-a3d5-7075e759de78",
"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": "91"
}
],
"customerOrder": [
{
"$id": "92",
"identifier": "y0YZsMNGOUWR0DkvA2+iGQ==",
"identifierGuid": "b01946cb-46c3-4539-91d0-392f036fa219",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "Zq3c7cInjk24aaozH3PaPQ==",
"customerIdentifierGuid": "eddcad66-27c2-4d8e-b869-aa331f73da3d",
"operatorNo": 1,
"operatorG_UID": "gl8o5WC6ckyEQ4KDHwvGkw==",
"operatorGuid": "e5285f82-ba60-4c72-8443-82831f0bc693",
"created": "2026-06-03T18:33:40.720596",
"ordered": "2026-06-03T18:33:40.720596",
"started": "2026-06-03T18:33:40.720596",
"completed": "2026-06-03T18:33:40.720596",
"supplied": "2026-06-03T18:33:40.720596",
"quickTicket": 1,
"deleted": true,
"walkAway": true,
"approxWait": 1,
"actualWait": 1,
"deliveryMethod": 8,
"externalSaleType": 9,
"customer": {
"$ref": "73"
},
"operator": {
"$ref": "40"
},
"details": [
{
"$id": "93",
"headerID": 1,
"plu": 1,
"pluG_UId": "3Qi0HwK9xU6PyP4lsNPDoQ==",
"pluGuid": "1fb408dd-bd02-4ec5-8fc8-fe25b0d3c3a1",
"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": "BJQW8TUDa02NK9IaVLuwpA==",
"headerIdentifierGuid": "f1169404-0335-4d6b-8d2b-d21a54bbb0a4",
"product": {
"$ref": "2"
}
},
{
"$ref": "93"
}
],
"storeName": "sample string 11",
"customerName": "sample string 12",
"storeReplyTo": "sample string 13",
"storeSubjectLine": "sample string 14",
"storeSaleHeader": {
"$ref": "80"
}
},
{
"$ref": "92"
}
],
"surveyResponses": [
{
"$id": "94",
"surveyG_UID": "z5JD6VYK8kSS7cDWFnnd7Q==",
"surveyGuid": "e94392cf-0a56-44f2-92ed-c0d61679dded",
"saleHeaderGuid": "zu54ynzqb0ei4NrInzMt+Q==",
"saleGuid": "ca78eece-ea7c-476f-a2e0-dac89f332df9",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "qz0FK1dWjEe0lqgCA4OoXg==",
"guidResponse": "2b053dab-5657-478c-b496-a8020383a85e",
"whoAnswered": 2,
"answeredAtUTC": "2026-06-03T18:33:40.720596",
"sale": {
"$ref": "80"
},
"survey": {
"$id": "95",
"g_UID": "dAvFtEjAAkKEL2Sjyd0MJQ==",
"guid": "b4c50b74-c048-4202-842f-64a3c9dd0c25",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "cKul2+o3akWgz8qi4ExTRg==",
"checkoutFormGuid": "dba5ab70-37ea-456a-a0cf-caa2e04c5346",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-06-03T18:33:40.720596",
"end": "2026-06-03T18:33:40.720596",
"deleted": true,
"updated": "2026-06-03T18:33:40.720596",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"4fe9ed77-7724-4521-945e-5ef865a6e4d3",
"eda300b8-297d-4afe-bb84-d44131032968"
],
"allowsAllTextResponses": true,
"surveyForm": {
"$ref": "48"
}
},
"ingressId": "sample string 4"
},
{
"$ref": "94"
}
],
"storeName": "sample string 39",
"terminalNumber": 40,
"machineName": "sample string 41",
"operatorName": "sample string 42",
"direction": 1,
"reason": "sample string 43",
"accountG_UID": "Ru4uDpQNc0Oj84hRaTZZ/A==",
"accountIdentifier": "0e2eee46-0d94-4373-a3f3-8851693659fc",
"accountName": "sample string 44",
"customerOrderIdentifier": "joNvgIHTe0uwbbUUrUmYyA==",
"customerOrderIdentifierGuid": "806f838e-d381-4b7b-b06d-b514ad4998c8",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "96",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "higNAL8OzUuNbuubqFd71g==",
"paymentIdentifierGuid": "000d2886-0ebf-4bcd-8d6e-eb9ba8577bd6",
"identifier": "IJ2IdAEUF02t62NU4WwQuw==",
"identifierGuid": "74889d20-1401-4d17-adeb-6354e16c10bb",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "a81ssgUmhkS/UyKaeDZRXA==",
"itemIdentifierGuid": "b26ccd6b-2605-4486-bf53-229a7836515c"
}
},
{
"$ref": "79"
}
]
},
{
"$ref": "74"
}
],
"customerGroupMembers": [
{
"$ref": "78"
},
{
"$ref": "78"
}
],
"customerGroups": [
{
"$ref": "77"
},
{
"$ref": "77"
}
],
"accounts": [
{
"$ref": "75"
},
{
"$ref": "75"
}
],
"account": {
"$ref": "75"
},
"vouchers": [
{
"$id": "97",
"customerIdentifier": "K0AV6M/r70y09EPLsuJ/uQ==",
"customerIdentifierGuid": "e815402b-ebcf-4cef-b4f4-43cbb2e27fb9",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "i0B59+aJ+kWQo4PVhfQQPA==",
"idempotentGuid": "f779408b-89e6-45fa-90a3-83d585f4103c",
"offline": true,
"voucher": {
"$id": "98",
"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-06-03T18:33:40.720596",
"barcodeTemplate": {
"$id": "99",
"templateID": 1,
"template": "sample string 1",
"bcFunction": "sample string 2",
"sortOrder": 3
},
"scaleLabel": {
"$id": "100",
"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-06-03T18:33:40.720596",
"labelPageLayout": "+01b5TspBECtS2HpjHCF0g==",
"pageLayoutGuid": "e55b4dfb-293b-4004-ad4b-61e98c7085d2",
"labelType": 6,
"oldName": "sample string 7",
"voucher": {
"$ref": "98"
},
"elements": [
{
"$id": "101",
"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-06-03T18:33:40.720596"
},
{
"$ref": "101"
}
]
},
"customerVouchers": [
{
"$id": "102",
"id": 1,
"customerIdentifier": "rNcxObqTzUuh5I6PtzdXzg==",
"customerIdentifierGuid": "3931d7ac-93ba-4bcd-a1e4-8e8fb73757ce",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-06-03T18:33:40.720596",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "7cIaO9zICUmRGK8TvvBntw==",
"issuedIdempotentGuid": "3b1ac2ed-c8dc-4909-9118-af13bef067b7",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-06-03T18:33:40.720596",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-06-03T18:33:40.720596",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "BF7PclmhnE6Up6nNmSP52g==",
"redeemedIdempotentGuid": "72cf5e04-a159-4e9c-94a7-a9cd9923f9da",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-06-03T18:33:40.720596",
"storeName": "sample string 17",
"scaleLabel": {
"$ref": "100"
},
"voucher": {
"$ref": "98"
},
"customer": {
"$ref": "73"
},
"issuedOfflinePayment": {
"$ref": "79"
},
"redeemedOfflinePayment": {
"$ref": "79"
}
},
{
"$ref": "102"
}
]
},
"customer": {
"$ref": "73"
}
},
{
"$ref": "97"
}
]
}
},
{
"$ref": "72"
}
],
"customerGroups": [
{
"$id": "103",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupID": "xKlP/Svb7UiFC1QJwGl2VQ==",
"groupIDGuid": "fd4fa9c4-db2b-48ed-850b-5409c0697655",
"campaign": {
"$ref": "69"
},
"group": {
"$ref": "77"
}
},
{
"$ref": "103"
}
],
"signIqTickets": [
{
"$id": "104",
"identifier": "ZhWZQP0UvEKtUzaAuKAXbA==",
"identifierGuid": "40991566-14fd-42bc-ad53-3680b8a0176c",
"campaignName": "sample string 2",
"message": "sample string 3",
"ticketFileSource": "sample string 4",
"ticketFileDestination": "sample string 5",
"storeID": 1
},
{
"$ref": "104"
}
],
"comboPriceGroups": [
{
"$id": "105",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"g_UID": "RQ+V4M2wDkmVg4Tr2lZfUA==",
"guid": "e0950f45-b0cd-490e-9583-84ebda565f50",
"description": "sample string 5",
"newPrice": 1,
"rangeDescription": "sample string 6",
"dealDescription": "sample string 7",
"labelQuantity": 8,
"hostProductCategoryID": 1,
"offerID": 1,
"dontUpdatePricePlus": true,
"campaign": {
"$ref": "69"
},
"comboPricePlus": [
{
"$id": "106",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupG_UID": "6IsEAfUxvEGVR6hfl2MO+Q==",
"groupGuid": "01048be8-31f5-41bc-9547-a85f97630ef9",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "vQNWizt6wUeXrlrUZXt/Zg==",
"pluGuid": "8b5603bd-7a3b-47c1-97ae-5ad4657b7f66",
"priceGroupG_UID": "98SUfzfKv06rliZGDOizZA==",
"priceGroupGuid": "7f94c4f7-ca37-4ebf-ab96-26460ce8b364",
"campaignPoolID": "sample string 7",
"quantity": 1,
"campaign": {
"$ref": "69"
},
"product": {
"$ref": "2"
},
"priceGroup": {
"$ref": "33"
},
"campaignPool": {
"$ref": "69"
}
},
{
"$ref": "106"
}
]
},
{
"$ref": "105"
}
],
"priceLevels": [
{
"$id": "107",
"id": 1,
"priceLevelIdentifier": "BPwJkQmVyUyQWN8yYUW82Q==",
"priceLevelIdentifierGuid": "9109fc04-9509-4cc9-9058-df326145bcd9",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "107"
}
],
"promotionType": {
"$id": "108",
"identifier": "tpJS4CTzf0SPZS8rnFn4Fg==",
"identifierGuid": "e05292b6-f324-447f-8f65-2f2b9c59f816",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "KbuAT23gYEqAc1ZOAQlQsA==",
"labelPageLayoutGuid": "4f80bb29-e06d-4a60-8073-564e010950b0",
"priceLevelIdentifier": "F3o2RZbJME+NiVCNepFeSQ==",
"priceLevelIdentifierGuid": "45367a17-c996-4f30-8d89-508d7a915e49",
"active": true,
"updated": "2026-06-03T18:33:40.720596",
"hostName": "sample string 11"
}
},
"product": {
"$ref": "2"
},
"dealCost": {
"$id": "109",
"headerIdentifier": "YBi9Q6NRj0u5SB/9G5lmdQ==",
"headerIdentifierGuid": "43bd1860-51a3-4b8f-b948-1ffd1b996675",
"identifier": "aZ4Oo6hEDUWmiRKvz+lyXQ==",
"identifierGuid": "a30e9e69-44a8-450d-a689-12afcfe9725d",
"supplierIdentifier": "HXL3vGPAJk2CffJ7maw1Jg==",
"supplierGuid": "bcf7721d-c063-4d26-827d-f27b99ac3526",
"pluG_UID": "H9UOPE+MkkywJnFmlO9yHA==",
"pluGuid": "3c0ed51f-8c4f-4c92-b026-716694ef721c",
"campaignName": "8a12c705-e741-4028-a2ba-6d7b6a431fb4",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-06-03T18:33:40.720596",
"end": "2026-06-03T18:33:40.720596",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "aA4bdEaI9EyftFYJHHbZhA==",
"bonusItemPluGuid": "741b0e68-8846-4cf4-9fb4-56091c76d984",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-06-03T18:33:40.720596",
"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-06-03T18:33:40.720596",
"campaignEndDate": "2026-06-03T18:33:40.720596",
"masterPLUG_UID": "3lhogGyzDEG/egtLctGz2Q==",
"masterID": "806858de-b36c-410c-bf7a-0b4b72d1b3d9",
"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": "IeGeGigQAECpbA0BnlTdbw==",
"bonusMasterID": "1a9ee121-1028-4000-a96c-0d019e54dd6f",
"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-06-03T18:33:40.720596",
"dealCosts": [
{
"$ref": "109"
},
{
"$ref": "109"
}
],
"tags": [
{
"$id": "110",
"pluG_UID": "bHjW7H9WHEGKwYXVyyy8jA==",
"pluGuid": "ecd6786c-567f-411c-8ac1-85d5cb2cbc8c",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "110"
}
],
"alternateProductG_UID": "AC+aEjMfRkebMyIaf08lVg==",
"alternateProduct": "129a2f00-1f33-4746-9b33-221a7f4f2556",
"altProduct": {
"$ref": "2"
},
"productHostCode": {
"$id": "111",
"id": 1,
"pluG_UID": "gpXahE/Wc0aNU6KZzcAn9Q==",
"pluGuid": "84da9582-d64f-4673-8d53-a299cdc027f5",
"ibaCode": "sample string 2"
},
"mscCat": {
"$ref": "63"
},
"mscCom": {
"$ref": "64"
},
"mscDep": {
"$ref": "66"
},
"mscSubCom": {
"$ref": "65"
},
"isUserUpdate": true,
"ignoreMasterProduct": true,
"priceGroupLabelRequested": true,
"firstSold": "2026-06-03T18:33:40.720596",
"inventoryTracked": "2026-06-03T18:33:40.720596",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "112",
"pluG_UID": "Nwb5G7AUaU2WDr9pLRzlDQ==",
"pluGuid": "1bf90637-14b0-4d69-960e-bf692d1ce50d",
"fuelPluG_UID": "r7vMjw+jHUmbZFDFpO3eKA==",
"fuelPluGuid": "8fccbbaf-a30f-491d-9b64-50c5a4edde28",
"price": 3,
"productDescription": "sample string 4",
"productBarcode": "sample string 5",
"fuelProductDescription": "sample string 6",
"fuelProductBarcode": "sample string 7",
"fuelProductPrice": 8
},
"productFuelLinks": [
{
"$ref": "112"
},
{
"$ref": "112"
}
]
},
"unknownScan": {
"$id": "113",
"pluG_UID": "YwEJxuT+kUuoACXiOtIrBg==",
"pluGuid": "c6090163-fee4-4b91-a800-25e23ad22b06",
"orderGuid": "XyDk2OkuXUiTctWTWz+k9w==",
"orderIdentifier": "d8e4205f-2ee9-485d-9372-d5935b3fa4f7",
"barcode": "sample string 3",
"created": "2026-06-03T18:33:40.720596",
"assigned": true
},
"unknownScanItem": true,
"substitute": {
"$ref": "2"
},
"warehouseProduct": {
"$ref": "2"
},
"lookup": {
"$id": "114",
"pluG_UID": "XCwmol08tUyFPd6soIVRKQ==",
"pluGuid": "a2262c5c-3c5d-4cb5-853d-deaca0855129",
"inventoryGuid": "ecQ4AvecpEGvZPF9Rl5CvQ==",
"inventoryIdentifier": "0238c479-9cf7-41a4-af64-f17d465e42bd",
"averageWeeklySales": 1.0,
"promotionalAverageWeeklySales": 1.0,
"inventoryAverageWeeklySales": 1.0,
"inventoryPromotionalAverageWeeklySales": 1.0,
"onHand": 1,
"onHandPacks": 1,
"onOrder": 1,
"onOrderPacks": 1,
"accuracy": 1,
"lastOrdered": "2026-06-03T18:33:40.720596",
"lastOrderQuantity": 1.1,
"lastReceived": "2026-06-03T18:33:40.720596",
"lastReceivedQuantity": 1.1,
"lastInvoiceStatus": 1
},
"productOrderingDetail": {
"$ref": "12"
},
"dealCost": {
"$ref": "109"
},
"nextCost": {
"$ref": "109"
},
"lastChance": true,
"holdOff": 18,
"holdOffDate": "2026-06-03T18:33:40.720596",
"orderHeader": {
"$id": "115",
"orderID": 1,
"orderGuid": "ztC2q35N2UmzXLF7FhZiqw==",
"orderIdentifier": "abb6d0ce-4d7e-49d9-b35c-b17b161662ab",
"backToBack": 1,
"b2bGuid": "w0i1kv3gx0CUcA7Gkxke0A==",
"b2bIdentifier": "92b548c3-e0fd-40c7-9470-0ec693191ed0",
"status": 2,
"created": "2026-06-03T18:33:40.720596",
"createdLocal": "2026-06-03T18:33:40.720596",
"createdByUser": "sample string 3",
"storeID": 1,
"transferGuid": "aTCG+MkXfk+3p5eaL5INNA==",
"transferIdentifier": "f8863069-17c9-4f7e-b7a7-979a2f920d34",
"transferInvoiceIdentifier": "5kn6JjsM70myddXU0MEAqA==",
"transferInvoiceGuid": "26fa49e6-0c3b-49ef-b275-d5d4d0c100a8",
"attachedToInvoice": 4,
"transferType": 1,
"supplierIdentifier": "tHyyexzlRUq+/TQCGTKrqQ==",
"supplierIdentifierGuid": "7bb27cb4-e51c-4a45-befd-34021932aba9",
"description": "sample string 5",
"rows": 1,
"cartons": 1,
"units": 1,
"sentCount": 1,
"sent": "2026-06-03T18:33:40.720596",
"sentLocal": "2026-06-03T18:33:40.720596",
"sentByUser": "sample string 6",
"lastSentStatus": 1,
"cancelled": "2026-06-03T18:33:40.720596",
"cancelledLocal": "2026-06-03T18:33:40.720596",
"cancelledByUser": "sample string 7",
"shipped": "2026-06-03T18:33:40.720596",
"shippedLocal": "2026-06-03T18:33:40.720596",
"shippedByUser": "sample string 8",
"stockReceived": "2026-06-03T18:33:40.720596",
"stockReceivedLocal": "2026-06-03T18:33:40.720596",
"stockReceivedByUser": "sample string 9",
"stockReceiveInventorySetting": 10,
"received": "2026-06-03T18:33:40.720596",
"receivedLocal": "2026-06-03T18:33:40.720596",
"completed": "2026-06-03T18:33:40.720596",
"completedLocal": "2026-06-03T18:33:40.720596",
"updated": "2026-06-03T18:33:40.720596",
"updatedLocal": "2026-06-03T18:33:40.720596",
"dueDate": "2026-06-03T18:33:40.720596",
"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": "dOqyAGHjck+dVlA+KxRhGw==",
"transportCompanyIdentifier": "00b2ea74-e361-4f72-9d56-503e2b14611b",
"autoOrder": 28,
"hostIdentifier": "ECBF8wLVk0iHlqUW4zNELQ==",
"hostIdentifierGuid": "f3452010-d502-4893-8796-a516e333442d",
"defaultOrderDocumentId": 1,
"defaultStockReceiveDocumentId": 1,
"temperature": 1.1,
"temperatureScale": 29,
"rating": 30,
"lastOrderEmailSentId": "sample string 31",
"lastOrderEmailSentStatus": "sample string 32",
"deleted": "2026-06-03T18:33:40.720596",
"deletedByUser": "sample string 33",
"autoOrderGuid": "vYqnitpIEkaXVY/ll4D7Xw==",
"autoOrderIdentifier": "8aa78abd-48da-4612-9755-8fe59780fb5f",
"autoOrderHeader": {
"$id": "116",
"autoOrderGuid": "JkgqVrA2bUmsy929Ml5Lbg==",
"autoOrderIdentifier": "562a4826-36b0-496d-accb-ddbd325e4b6e",
"orderGuid": "McmoC1tpNkODyJBTwvwXZg==",
"orderIdentifier": "0ba8c931-695b-4336-83c8-9053c2fc1766",
"created": "2026-06-03T18:33:40.720596",
"orderID": 1,
"storeID": 1,
"orderDate": "2026-06-03T18:33:40.720596",
"supplierIdentifier": "hTxfSnhpEEOoMvr0qKjNlw==",
"supplierIdentifierGuid": "4a5f3c85-6978-4310-a832-faf4a8a8cd97",
"orderStatus": 1,
"tradingPartner": 1,
"warehouse": true,
"simpleAWS": 3,
"defaultMPL": 4,
"investmentBuy": true,
"storeName": "sample string 6",
"supplierName": "sample string 7",
"description": "sample string 8",
"orderType": "sample string 9",
"mailTo": "sample string 10",
"mailBcc": "sample string 11",
"notes": "sample string 12",
"transportCompanyGuid": "cA2nfW1z00mZRl5YxPWqVA==",
"transportCompanyIdentifier": "7da70d70-736d-49d3-9946-5e58c4f5aa54",
"store": {
"$ref": "3"
},
"supplier": {
"$ref": "9"
},
"orderCycle": {
"$id": "117",
"id": 1,
"autoOrderGuid": "Wci8/UiH0kWNXOPcCIoovg==",
"autoOrderIdentifier": "fdbcc859-8748-45d2-8d5c-e3dc088a28be",
"cutOffDate": "2026-06-03T18:33:40.720596",
"deliveryDate": "2026-06-03T18:33:40.720596",
"daysBuffer": 3,
"nextCutOffDate": "2026-06-03T18:33:40.720596",
"nextDeliveryDate": "2026-06-03T18:33:40.720596",
"nextDaysBuffer": 5
},
"details": [
{
"$id": "118",
"autoOrderGuid": "BOf5BpwXwEaJfOyjXTVj9A==",
"autoOrderIdentifier": "06f9e704-179c-46c0-897c-eca35d3563f4",
"pluG_UID": "dWcFPZwDZEO6x8Bb1S7qBA==",
"pluGuid": "3d056775-039c-4364-bac7-c05bd52eea04",
"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-06-03T18:33:40.720596",
"investmentBuyStatus": 2,
"processed": "2026-06-03T18:33:40.720596",
"product": {
"$ref": "2"
},
"orderCode": "sample string 3",
"directIndicator": "sample string 4",
"cycle": {
"$ref": "16"
},
"inventory": {
"$id": "119",
"inventoryGuid": "Wui8FVLwjUS6yJsWLvBjEA==",
"inventoryIdentifier": "15bce85a-f052-448d-bac8-9b162ef06310",
"created": "2026-06-03T18:33:40.720596",
"createdLocal": "2026-06-03T18:33:40.720596",
"onHand": 4,
"onHandPacks": 5,
"onOrder": 6,
"onOrderPacks": 7,
"accuracy": 8,
"updated": "2026-06-03T18:33:40.720596",
"history": [
{
"$id": "120",
"inventoryGuid": "8/Nob1rEBEWxBLXo19epxg==",
"inventoryIdentifier": "6f68f3f3-c45a-4504-b104-b5e8d7d7a9c6",
"pluG_UID": "JYGKgy4HEkug0mgLg2NNXA==",
"pluIdentifier": "838a8125-072e-4b12-a0d2-680b83634d5c",
"inventoryReason": 3,
"inventoryInvoiceGuid": "QHumR3xwGEeTHoveeS4hgQ==",
"invoiceIdentifier": "47a67b40-707c-4718-931e-8bde792e2181",
"operatorGuid": "vFgj2Zzd90WCAISE5Zoddg==",
"operatorIdentifier": "d92358bc-dd9c-45f7-8200-8484e59a1d76",
"stocktakeGuid": "AQRKQ+0pu0+I/0GlvjG7nA==",
"stocktakeIdentifier": "434a0401-29ed-4fbb-88ff-41a5be31bb9c",
"orderGuid": "8SKE4OdPEkOz37axPw7aPw==",
"orderIdentifier": "e08422f1-4fe7-4312-b3df-b6b13f0eda3f",
"saleHeaderGuid": "1Z0kFsNkOkOTyO3Qx7owgg==",
"saleHeaderGuidIdentifier": "16249dd5-64c3-433a-93c8-edd0c7ba3082",
"dumpStockID": 1,
"fuelDeliveryID": 1,
"creditNoteIdentifier": "MA5FMSXzzkaCF2RjJQtN2A==",
"creditNoteGuid": "31450e30-f325-46ce-8217-6463250b4dd8",
"inventorySourceGuid": "pMBRc86uS0CDQIFr8Nrbpw==",
"inventorySourceIdentifier": "7351c0a4-aece-404b-8340-816bf0dadba7",
"createdLocal": "2026-06-03T18:33:40.720596",
"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-06-03T18:33:40.720596",
"createdLocalTime": "2026-06-03T18:33:40.720596",
"storeID": 14,
"barcode": "sample string 15",
"directCode": "sample string 16",
"productName": "sample string 17",
"salesMode": 18,
"orderPacked": 19,
"invoice": {
"$id": "121",
"inventoryInvoiceGuid": "G7egfVfacEyCmYhjPpFEgw==",
"invoiceIdentifier": "7da0b71b-da57-4c70-8299-88633e914483",
"inventoryGuid": "L0rjoTUigEy/2i7oZV7Bww==",
"inventoryIdentifier": "a1e34a2f-2235-4c80-bfda-2ee8655ec1c3",
"supplierIdentifier": "Rdq8oKZjkkGxF+qaagLPhg==",
"supplierGuid": "a0bcda45-63a6-4192-b117-ea9a6a02cf86",
"orderGuid": "vbDdIfY6q0OINQRyUGZ1iA==",
"orderIdentifier": "21ddb0bd-3af6-43ab-8835-047250667588",
"invoiceHeaderIdentifier": "aFf6q0yJ80y7S52R+Ossxg==",
"invoiceHeaderGuid": "abfa5768-894c-4cf3-bb4b-9d91f8eb2cc6",
"created": "2026-06-03T18:33:40.720596",
"ordered": "2026-06-03T18:33:40.720596",
"storeID": 1,
"bestOrExpire": "2026-06-03T18:33:40.720596",
"bestOrExpireType": 1,
"units": 1,
"weight": 1,
"received": "2026-06-03T18:33:40.720596",
"cost": 1,
"totalCost": 1,
"freightCost": 1,
"inStock": 1,
"pluG_UID": "xm5zxTEkVEeoLWZRN8vN5A==",
"pluGuid": "c5736ec6-2431-4754-a82d-665137cbcde4",
"orderInventoryGuid": "haHzBIclqE2Id3jpoHXAyw==",
"orderInventoryIdentifier": "04f3a185-2587-4da8-8877-78e9a075c0cb",
"supplier": {
"$ref": "9"
},
"inventoryUnits": [
{
"$id": "122",
"invoiceItemNo": 1,
"inventoryInvoiceGuid": "IJicgtFi4U+PhkqFT/R93A==",
"invoiceIdentifier": "829c9820-62d1-4fe1-8f86-4a854ff47ddc",
"inventoryGuid": "VxUUMCOCKEStMeu5sMY7lA==",
"inventoryIdentifier": "30141557-8223-4428-ad31-ebb9b0c63b94",
"serialNumber": "sample string 3",
"sold": "2026-06-03T18:33:40.720596",
"saleItemID": 1,
"storeID": 1,
"returned": "2026-06-03T18:33:40.720596",
"dumped": 1,
"saleHeaderID": 1
},
{
"$ref": "122"
}
]
},
"invoiceHeaderIdentifier": "GZIea8it7UGUC9WcH3KL+A==",
"invoiceHeaderGuid": "6b1e9219-adc8-41ed-940b-d59c1f728bf8",
"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-06-03T18:33:40.720596"
},
"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,
"products": [
{
"$id": "124",
"parentPluGuid": "dc53476b-ef66-4fab-a0d5-37fdaa8b8a01",
"product": {
"$ref": "2"
},
"inventory": {
"$ref": "119"
},
"storeID": 2,
"storeName": "sample string 3",
"dayWeighting": {
"$id": "125",
"sunday": 1.1
},
"explanations": [
{
"$id": "126",
"pluG_UID": "QHcusWjYCEKiX6BNrwHe9w==",
"pluGuid": "b12e7740-d868-4208-a25f-a04daf01def7",
"consolidatedSales": {
"$id": "127",
"1": {
"$id": "128",
"discountPercentage": 1,
"days": 2,
"quantity": 3.1,
"aws": 3.1,
"cartonQuantity": 4.1,
"lowQuality": true
},
"2": {
"$ref": "128"
}
},
"dailyPrices": {
"$id": "129",
"2026-06-03T18:33:40.720596": {
"$id": "130",
"date": "2026-06-03T18:33:40.720596",
"salePrice": 1,
"campaign": "sample string 2",
"campaignDescription": "sample string 3",
"combo": true,
"comboPriceGroupG_UID": "eQsIm/bmxEuRvvIJAdhyQA==",
"comboPriceGroupGuid": "9b080b79-e6f6-4bc4-91be-f20901d87240"
}
},
"onHandPredictions": [
{
"$id": "131",
"autoOrderGuid": "GyQpZKcDEEaE9YMzfJjs5w==",
"autoOrderIdentifier": "6429241b-03a7-4610-84f5-83337c98ece7",
"pluG_UID": "VwIdtLdhAUWqv9GmlieMPQ==",
"pluGuid": "b41d0257-61b7-4501-aabf-d1a696278c3d",
"childPLUG_UID": "6NjrqYrmTEaCEIatj7o0fg==",
"childPluGuid": "a9ebd8e8-e68a-464c-8210-86ad8fba347e",
"date": "2026-06-03T18:33:40.720596",
"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": "131"
}
],
"predictions": [
{
"$ref": "131"
},
{
"$ref": "131"
}
],
"product": {
"$ref": "2"
}
},
{
"$ref": "126"
}
]
},
{
"$ref": "124"
}
],
"supplierOrderingDetail": {
"$ref": "12"
},
"manufacturerSupplier": "6c2a0e39-6f68-4d80-a071-43801ee22de1",
"cartonQuantity": 1,
"sellPrice": 1,
"cost": 1,
"costDecimals": 1,
"bufferDays": 6,
"boostDays": 7
},
{
"$ref": "118"
}
],
"boosts": [
{
"$id": "132",
"autoOrderGuid": "pBNjcHAZBECA6uBfo/v9FA==",
"autoOrderIdentifier": "706313a4-1970-4004-80ea-e05fa3fbfd14",
"date": "2026-06-03T18:33:40.720596",
"boost": 2
},
{
"$ref": "132"
}
]
},
"supplierName": "sample string 34",
"supplierStoreID": 1,
"supplierCartonsOnly": true,
"supplierEnforceMinimumQuantity": true,
"supplierMinimumOrderValue": 1,
"storeName": "sample string 37",
"orderCode": {
"$id": "133",
"code": "sample string 1",
"description": "sample string 2"
},
"store": {
"$ref": "3"
},
"supplier": {
"$ref": "9"
},
"totalCostInc": 38.0,
"totalPickedCostInc": 39.0,
"totalReceivedCostInc": 40.0,
"total": {
"$id": "134",
"orderGuid": "6EPXWN4whU2sOfaXBjFmUQ==",
"orderIdentifier": "58d743e8-30de-4d85-ac39-f69706316651",
"supplierIdentifier": "0pIxKa9r3E2vkHrPkdNFUw==",
"supplierGuid": "293192d2-6baf-4ddc-af90-7acf91d34553",
"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": "113"
},
{
"$ref": "113"
}
],
"transportCompany": {
"$id": "135",
"identifier": "6Aw13I46VU2rBg47/P+ASQ==",
"identifierGuid": "dc350ce8-3a8e-4d55-ab06-0e3bfcff8049",
"companyName": "sample string 1",
"abn": "sample string 2",
"address1": "sample string 3",
"address2": "sample string 4",
"telephone": "sample string 5",
"primaryContactGuid": "BUw5Noyw60+/HW9IEvjFCg==",
"primaryContactID": "36394c05-b08c-4feb-bf1d-6f4812f8c50a",
"primaryContact": {
"$ref": "10"
}
},
"isMetcashSorted": true,
"backupOrderType": "sample string 42",
"backupOrderTypeDescription": "sample string 43",
"backupTradingPartner": 1,
"backupHostIdentifier": "e214024c-d75a-45c0-81d9-0b4c8ffe02c4"
},
"invoiceDetail": {
"$id": "136",
"identifier": "zWDFVh424Um4HWvbOxeqGg==",
"identifierGuid": "56c560cd-361e-49e1-b81d-6bdb3b17aa1a",
"headerIdentifier": "n/6oINOUtUi86FfTGA+k3w==",
"headerIdentifierGuid": "20a8fe9f-94d3-48b5-bce8-57d3180fa4df",
"pluG_UID": "Yp+Y7QCYtEmzxQabglVdyQ==",
"pluGuid": "ed989f62-9800-49b4-b3c5-069b82555dc9",
"pageNo": 1,
"lineNo": 1,
"itemOrdered": "sample string 1",
"itemShipped": "sample string 2",
"apn": "sample string 3",
"barcode": "sample string 4",
"prodStatus": 0,
"dateAvailable": "2026-06-03T18:33:40.720596",
"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,
"extendedCostSpecified": true,
"cartonCostSpecified": true,
"freightAmount": 16,
"freightGstAmount": 17,
"extFreightAmount": 18,
"extFreightGstAmount": 19,
"costDecimals": 20,
"wetRate": 1,
"containerDeposit": 1,
"basePrice": 1,
"wetValue": 1,
"deliveryFee": 1,
"casePrice": 1,
"wholesaleExt": 1,
"wetExt": 1,
"totalLitres": 1,
"tun": "sample string 21",
"applyDetails": true,
"applySell": true,
"applyCost": true,
"applyOr": true,
"applyQty": true,
"itemNumber": "sample string 22",
"directNumber": "sample string 23",
"itemSize": "sample string 24",
"costGst": 1,
"sellGst": 1,
"costOr": 1,
"sellOr": 1,
"marginOr": 1,
"grossProfit": 1.0,
"sell": 1,
"cartonCost": 1,
"currentCost": 1,
"costID": "A",
"costStart": "2026-06-03T18:33:40.720596",
"costEnd": "2026-06-03T18:33:40.720596",
"createdFromUnknownScan": true,
"orderGuid": "CdVT4g+LWEWJdqDnLvSuXg==",
"orderIdentifierGuid": "e253d509-8b0f-4558-8976-a0e72ef4ae5e",
"processed": true,
"received": true,
"inventoried": true,
"fromElectronicInvoice": true,
"allowDelete": true,
"updated": "2026-06-03T18:33:40.720596",
"invoiceNo": "sample string 30",
"hasInventory": true,
"existingCost": 32.1,
"existingSell": 33.1,
"futureCost": 1.1,
"futureSell": 1.1,
"nextSell": 1.1,
"nextSellCampaignName": "sample string 34",
"nextSellCampaignDescription": "sample string 35",
"dealCost": {
"$ref": "109"
},
"nextCost": {
"$ref": "109"
},
"lastChance": true,
"holdOff": 37,
"holdOffDate": "2026-06-03T18:33:40.720596",
"unknownScan": {
"$id": "137",
"pluG_UID": "wmkugHv1nkuo0WxC1YpTsg==",
"pluGuid": "802e69c2-f57b-4b9e-a8d1-6c42d58a53b2",
"invoiceIdentifier": "BMRHYOm3E06Mf7p+F7aNew==",
"invoiceGuid": "6047c404-b7e9-4e13-8c7f-ba7e17b68d7b",
"barcode": "sample string 3",
"itemNumber": "sample string 4",
"created": "2026-06-03T18:33:40.720596"
},
"productActive": true,
"productSalesMode": 39,
"productGSTPercent": 40,
"productCostCalcMethod": 41,
"productAlwaysApplyMargin": true,
"productMarginRanged": true,
"productMargin": 1.1,
"productMinimumMargin": 1.1,
"productMaximumMargin": 1.1,
"priceGroupG_UID": "+InMZN/Wu0yTdQPdwOcVJw==",
"priceGroupGuid": "64cc89f8-d6df-4cbb-9375-03ddc0e71527",
"priceGroupName": "sample string 44",
"priceGroupCode": "sample string 45",
"product": {
"$ref": "2"
},
"incrementCount": true,
"minimumQuantity": 1,
"randomWeight": true,
"salesMode": 47,
"cartons": 1,
"weight": 1,
"units": 1,
"autoOrderStatus": 1,
"invoiceDetailReceive": true
},
"autoOrderDetail": {
"$ref": "118"
},
"costGSTPercent": 1,
"orderDetailReceive": true,
"isBackedUp": true,
"backupWarehouseIndicator": "sample string 21",
"backupOrderCode": "sample string 22"
},
{
"$ref": "1"
}
]
application/xml
Sample not available.
text/xml
Sample not available.
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
None.