POST api/autoOrder/{id}/product/{pluGuid}
Add a new Auto Order detail and process for auto order
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Auto Order identifier |
globally unique identifier |
Required |
| pluGuid |
Product identifier |
globally unique identifier |
Required |
Body Parameters
Order detail auto order processing should be based off
OrderDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| OrderGuid | Collection of byte |
None. |
|
| OrderIdentifier | globally unique identifier |
None. |
|
| PLUG_UID | Collection of byte |
None. |
|
| PluGuid | globally unique identifier |
None. |
|
| Created | date |
None. |
|
| APN | string |
None. |
|
| ItemNumber | string |
None. |
|
| DirectNumber |
The supplier's order code |
string |
None. |
| DirectIndicator |
The supplier's warehouse direct indicator |
string |
None. |
| SalesMode | integer |
None. |
|
| OrderByWeight | boolean |
None. |
|
| SellPrice | integer |
None. |
|
| InventoryFixed | boolean |
None. |
|
| HasInventory | boolean |
None. |
|
| InventoryAccuracy | integer |
None. |
|
| OnOrder | integer |
None. |
|
| OnOrderPacks | integer |
None. |
|
| OnHand | integer |
None. |
|
| OnHandPacks | integer |
None. |
|
| DoNotRange | boolean |
None. |
|
| DoNotOrder | boolean |
None. |
|
| Cost |
Carton cost |
integer |
None. |
| CostDecimals |
Carton cost decimal places |
integer |
None. |
| PickedCost |
Carton cost at time of picking. |
integer |
None. |
| PickedCostDecimals |
Picked carton cost decimal places. |
integer |
None. |
| AveragePackSize | decimal number |
None. |
|
| CartonQuantity |
Units per Cartonv |
integer |
None. |
| Cartons |
Ordered Cartons |
integer |
None. |
| Units |
Ordered Units |
integer |
None. |
| Weight |
Ordered Weight |
integer |
None. |
| PickedCartons |
Picked Cartons |
integer |
None. |
| PickedUnits |
Picked Units |
integer |
None. |
| PickedWeight |
Picked Weight |
integer |
None. |
| ShippedCartons |
Shipped (in-transit) Cartons |
integer |
None. |
| ShippedUnits |
Shipped (in-transit) units |
integer |
None. |
| ShippedWeight |
Shipped (in-transit) weight |
integer |
None. |
| ReceivedCartons |
Received Cartons |
integer |
None. |
| ReceivedCartonQuantity |
Received Units per Carton - may be different from ordered Units per Carton if different TUNs delivered |
integer |
None. |
| ReceivedTun |
The TUN scanned when receiving the order. |
string |
None. |
| ReceivedUnits |
Received units |
integer |
None. |
| ReceivedWeight |
Received weight |
integer |
None. |
| Received |
Flag for whether the order detail stock has been received |
integer |
None. |
| Status | OrderDetailStatus |
None. |
|
| SubstituteG_UID | Collection of byte |
None. |
|
| SubstituteGuid | globally unique identifier |
None. |
|
| WarehousePLUG_UID | Collection of byte |
None. |
|
| WarehousePluGuid |
Refers to the source Store's product guid |
globally unique identifier |
None. |
| Updated | date |
None. |
|
| Increment | boolean |
Relation. This field may not always be loaded or used for updates. |
|
| Description | string |
Relation. This field may not always be loaded or used for updates. |
|
| Product | Product |
Relation. This field may not always be loaded or used for updates. |
|
| UnknownScan | OrderUnknownScan |
Relation. This field may not always be loaded or used for updates. |
|
| UnknownScanItem | boolean |
Relation. This field may not always be loaded or used for updates. |
|
| Substitute | Product |
Relation. This field may not always be loaded or used for updates. |
|
| WarehouseProduct |
Product from the Store we are transferring from |
Product |
Relation. This field may not always be loaded or used for updates. |
| Lookup | OrderDetailLookup |
Relation. This field may not always be loaded or used for updates. |
|
| ProductOrderingDetail | ProductOrderingDetail |
Relation. This field may not always be loaded or used for updates. |
|
| DealCost | DealCost |
Relation. This field may not always be loaded or used for updates. |
|
| NextCost | DealCost |
Relation. This field may not always be loaded or used for updates. |
|
| LastChance |
If true, the deal cost is ending between now and the end of the week |
boolean |
Relation. This field may not always be loaded or used for updates. |
| HoldOff |
Indicates if a new deal cost is starting soon |
OrderHoldOff |
Relation. This field may not always be loaded or used for updates. |
| HoldOffDate |
Date that a hold off deal cost is begining |
date |
Relation. This field may not always be loaded or used for updates. |
| OrderHeader | OrderHeader |
Relation. This field may not always be loaded or used for updates. |
|
| InvoiceDetail | InvoiceDetail |
Relation. This field may not always be loaded or used for updates. |
|
| AutoOrderDetail | AutoOrderDetail |
Relation. This field may not always be loaded or used for updates. |
|
| CostGSTPercent | integer |
Relation. This field may not always be loaded or used for updates. |
|
| OrderDetailReceive |
Credit note populated. True if images are attached to order detail |
boolean |
Relation. This field may not always be loaded or used for updates. |
| IsBackedUp | boolean |
Relation. This field may not always be loaded or used for updates. |
|
| BackupWarehouseIndicator | string |
Relation. This field may not always be loaded or used for updates. |
|
| BackupOrderCode | string |
Relation. This field may not always be loaded or used for updates. |
Request Formats
application/json, text/json
{
"id": 1,
"orderGuid": "jg4rshpnFE2gly+9r7/AVg==",
"orderIdentifier": "b22b0e8e-671a-4d14-a097-2fbdafbfc056",
"pluG_UID": "pZl6BKmm9kafudXCz/2HeA==",
"pluGuid": "047a99a5-a6a9-46f6-9fb9-d5c2cffd8778",
"created": "2026-04-03T06:20:00.5508789",
"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": "T0GYhA2RwUaMQyolpl1Gog==",
"substituteGuid": "8498414f-910d-46c1-8c43-2a25a65d46a2",
"warehousePLUG_UID": "zHWwTOdjBU2E0LPPBixeUw==",
"warehousePluGuid": "4cb075cc-63e7-4d05-84d0-b3cf062c5e53",
"updated": "2026-04-03T06:20:00.5508789",
"increment": true,
"description": "sample string 15",
"product": {
"$id": "2",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "v33oia84KkWOFi19whlwVg==",
"guid": "89e87dbf-38af-452a-8e16-2d7dc2197056",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "LfDgOsLd10Cx+UtW/g/qxg==",
"priceGroupGuid": "3ae0f02d-ddc2-40d7-b1f9-4b56fe0feac6",
"blueprintID": 1,
"lastCountedDate": "2026-04-03T06:20:00.5508789",
"externalID": "sample string 7",
"active": true,
"activated": "2026-04-03T06:20:00.5508789",
"pluCreated": "2026-04-03T06:20:00.5508789",
"createdByUser": "sample string 9",
"name": "sample string 10",
"nameChanged": true,
"secondDescription": "sample string 12",
"hostDescription": "sample string 13",
"keepCartonQty": true,
"keepDescription": true,
"keepDepartments": true,
"keepSuppliers": true,
"markdownDescription": "sample string 18",
"altDescription": "sample string 19",
"bestOrExpire": 20,
"lastUpdate": "2026-04-03T06:20:00.5508789",
"lastManualUpdate": "2026-04-03T06:20:00.5508789",
"imageName": "sample string 23",
"showImageOnFlipCharts": true,
"showTextOnFlipCharts": true,
"overrideFlipChartText": true,
"flipChartText": "sample string 27",
"salesMode": 1,
"eftCode": 1,
"price": 1,
"priceChanged": true,
"rrp": 1,
"gstPercent": 28,
"gstPercentChanged": true,
"costGSTPercent": 29,
"costGSTPercentChanged": true,
"wetPercent": 1,
"priceOverride": 1,
"cost": 1,
"currentCost": 1,
"currentCostDecimals": 1,
"grossProfit": 1.0,
"currentCostDesc": "sample string 30",
"currentCostEnd": "2026-04-03T06:20:00.5508789",
"currentCostUpdated": "2026-04-03T06:20:00.5508789",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-04-03T06:20:00.5508789",
"defaultGP": 1,
"breakTargetMode": 33,
"break1": 1,
"price1": 1,
"target1": 34,
"break2": 1,
"price2": 1,
"target2": 35,
"break3": 1,
"price3": 1,
"target3": 36,
"break1Changed": true,
"price1Changed": true,
"target1Changed": true,
"break2Changed": true,
"price2Changed": true,
"target2Changed": true,
"break3Changed": true,
"price3Changed": true,
"target3Changed": true,
"breakTargetModeChanged": true,
"margin": 1.1,
"marginChanged": true,
"marginRanged": true,
"marginRangedChanged": true,
"minimumMargin": 1.1,
"minimumMarginChanged": true,
"maximumMargin": 1.1,
"maximumMarginChanged": true,
"overrideHostWarehouseIndicator": true,
"overrideHostWarehouseIndicatorChanged": true,
"overrideHostPrice": true,
"overrideHostPriceChanged": true,
"overrideHostCost": true,
"overrideHostCostChanged": true,
"overrideHostMargin": true,
"overrideHostMarginChanged": true,
"alwaysApplyMargin": true,
"alwaysApplyMarginChanged": true,
"aws": 1.0,
"paws": 1.0,
"awsUpdated": "2026-04-03T06:20:00.5508789",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "cPklj9XB50qh0CyW0xNBGg==",
"altPLUGuid": "8f25f970-c1d5-4ae7-a1d0-2c96d313411a",
"altPLUGuidChanged": true,
"altPriceDescription1": "sample string 54",
"altPriceDescription2": "sample string 55",
"cartonQuantity": 56,
"cartonQuantityChanged": true,
"trayID": 1,
"promptID": 1,
"tare": 1,
"packQty": 1,
"fixedWeight": 1,
"extraMesg": 1,
"text1": "sample string 58",
"text2": "sample string 59",
"text3": "sample string 60",
"labelText": "sample string 61",
"labelTextChanged": true,
"sendToScale": true,
"nonScaleWeigh": true,
"labelFormat": "sample string 65",
"barcodeFormat": "sample string 66",
"austMade": 1,
"coolCode": 67,
"countryOfOrigin": "sample string 68",
"percentContent": 69.1,
"departmentID": 1,
"subDepartmentID": 1,
"minorDepartmentID": 1,
"lesserDepartmentID": 1,
"deptCode": "sample string 70",
"subDeptCode": "sample string 71",
"minorDeptCode": "sample string 72",
"lesserDeptCode": "sample string 73",
"deptName": "sample string 74",
"subDeptName": "sample string 75",
"minorDeptName": "sample string 76",
"lesserDeptName": "sample string 77",
"departmentChanged": true,
"subCategoryID": 1,
"expiry": 1,
"showDays": 1,
"datePrint": 1,
"labelRequired": true,
"labelShelfQty": 80,
"labelShelfChanged": true,
"labelTalkerQty": 82,
"labelSmall": true,
"labelLastPrinted": "2026-04-03T06:20:00.5508789",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "jeCiRPCIZ0qvhtD7F6FG4A==",
"shelfPageLayoutGuid": "44a2e08d-88f0-4a67-af86-d0fb17a146e0",
"talkerPageLayoutG_UID": "XCEZNcFUgUC3L2THA3vP1g==",
"talkerPageLayoutGuid": "3519215c-54c1-4081-b72f-64c7037bcfd6",
"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": "kHkgdZcaNESLt/fPXjmaTw==",
"inventoryIdentifier": "75207990-1a97-4434-8bb7-f7cf5e399a4f",
"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": "liJcL40h4UaybWn2bMh53Q==",
"parentPluGuid": "2f5c2296-218d-46e1-b26d-69f66cc879dd",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "9U5u3nL4pEa4YGedl/Y7CA==",
"supplierIdentifierGuid": "de6e4ef5-f872-46a4-b860-679d97f63b08",
"supplierChanged": true,
"rebateSupplierIdentifier": "mUUCYhJpBEeipP1Z6p7guQ==",
"rebateSupplierIdentifierGuid": "62024599-6912-4704-a2a4-fd59ea9ee0b9",
"rebateSupplierChanged": true,
"availableForOrder": true,
"warehouseDirectIndicator": "sample string 109",
"warehouseDirectIndicatorChanged": true,
"productGrade": "sample string 111",
"productType": "sample string 112",
"productGroup": "sample string 113",
"complianceIndicator": "sample string 114",
"inhouseBrand": "sample string 115",
"slowMoving": true,
"generalMerchandise": true,
"comment": "sample string 118",
"lastUpdatedByUser": "sample string 119",
"lastManualUpdatedByUser": "sample string 120",
"lastUpdatedByUserOverride": true,
"lastUpdatedByHost": "2026-04-03T06:20:00.5508789",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "c7LSAdP5Ek6/H7o0gl/RPA==",
"hostIdentifierGuid": "01d2b273-f9d3-4e12-bf1f-ba34825fd13c",
"serviceFeeID": 1,
"serviceFeeIDChanged": true,
"providerName": "sample string 126",
"aisleEnds": "sample string 127",
"deleted": true,
"deletedChanged": true,
"hidden": true,
"doNotRange": true,
"doNotRangeChanged": true,
"doNotOrder": true,
"doNotOrderChanged": true,
"locked": true,
"excludeFromWebUpdate": true,
"excludeFromWebUpdateChanged": true,
"webPriceBasedOn": 138,
"webPriceRounding": true,
"webMarkup": 140,
"webPriceMode": 141,
"altDepartmentID": 1,
"altSubDepartmentID": 1,
"altMinorDepartmentID": 1,
"altLesserDepartmentID": 1,
"altDeptCode": "sample string 142",
"altSubDeptCode": "sample string 143",
"altMinorDeptCode": "sample string 144",
"altLesserDeptCode": "sample string 145",
"altDepartmentChanged": true,
"storeProducts": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"store": {
"$id": "3",
"id": 1,
"isMaster": true,
"isElectedMaster": true,
"electedMasterStoreID": 1,
"isZoneMaster": true,
"shortName": "sample string 3",
"url": "sample string 4",
"sortOrder": 1,
"name": "sample string 5",
"phone": "sample string 6",
"fax": "sample string 7",
"email": "sample string 8",
"address1": "sample string 9",
"address2": "sample string 10",
"city": "sample string 11",
"state": "sample string 12",
"country": "sample string 13",
"postCode": "sample string 14",
"delivery": 1,
"exportAccounts": 1,
"salesAccountFolder": "sample string 15",
"purchaseAccountFolder": "sample string 16",
"initLoad": 1,
"initIDs": 1,
"zoneID": 1,
"actAsMaster": 1,
"lastActiveUtc": "2026-04-03T06:20:00.5508789",
"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": "Shy/nNQcb0KYNsehFMIRJw==",
"hostIdentifierGuid": "9cbf1c4a-1cd4-426f-9836-c7a114c21127",
"hostName": 1,
"hostAddress": "sample string 27",
"hostUsername": "sample string 28",
"hostPassword": "sample string 29",
"excludeFromLeadInOut": true,
"accountingProvider": 31,
"accountingAddress": "sample string 32",
"accountingUsername": "sample string 33",
"accountingPassword": "sample string 34",
"storeAccountingCode": "sample string 35",
"softwareVariance": 36,
"fuelWarningVariance": 37.0,
"fuelErrorVariance": 38.0,
"fuelAccumulatedWarningVariance": 39.0,
"fuelAccumulatedErrorVariance": 40.0,
"drawManagment": 41,
"endOfDayManagment": true,
"autoFillCashBalancing": true,
"fuelDayVariance": 44,
"accountingTradingTime": "00:00:00.1234567",
"stockActivateProduct": 46,
"defaultOrderDocumentId": 1,
"defaultStockReceiveDocumentId": 1,
"giftCardSalesAccountingDeptCode": "sample string 47",
"transactionDiscountAccountingDeptCode": "sample string 48",
"size": 49,
"updated": "2026-04-03T06:20:00.5508789",
"priceZone": {
"$id": "4",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "OE5GYhuksUaCx07+ecwpxQ==",
"hostIdentifierGuid": "62464e38-a41b-46b1-82c7-4efe79cc29c5",
"sortOrder": 3,
"zoneMasterStoreID": 1,
"electedMasterStoreID": 1,
"containsElectedMasterStore": true
},
"priceZoneName": "sample string 51",
"storeFuelConfigured": true,
"shippingAddressCopied": true,
"shippingAddress": {
"$id": "5",
"storeID": 1,
"addressType": 1,
"address1": "sample string 1",
"address2": "sample string 2",
"city": "sample string 3",
"state": "sample string 4",
"country": "sample string 5",
"postCode": "sample string 6"
},
"billingAddressCopied": true,
"billingAddress": {
"$ref": "5"
},
"hostStoreSettings": [
{
"$id": "6",
"id": 1,
"hostIdentifier": "JjMvDk/hWkuO4L52q8nsHg==",
"hostIdentifierGuid": "0e2f3326-e14f-4b5a-8ee0-be76abc9ec1e",
"storeID": 2,
"username": "sample string 3",
"password": "sample string 4",
"passwordPlain": "sample string 5",
"serverAddress": "sample string 6",
"serverPort": 1,
"excludeFromLeadInOut": true,
"useForHostFile": true,
"metcashPillarID": "sample string 9",
"metcashStateCode": "sample string 10",
"metcashCustomerID": "sample string 11",
"metcashTradingPartnerID": "sample string 12",
"drakesCustomerNumber": 1,
"sparCustomerNumber": "sample string 13",
"sparOrderUsername": "sample string 14",
"sparOrderPassword": "sample string 15",
"sparOrderPasswordPlain": "sample string 16",
"pharmXSiteID": 1,
"ibaZoneID": 1,
"ibaState": "sample string 17",
"foodlandStoreCode": "sample string 18",
"ilgMemberNumber": "sample string 19",
"ilgOutletLocation": 1,
"ilgBaseCost": 1,
"ilgApplyNonAdvertisedPromos": true,
"ilgExemptFromFreight": true,
"ilgOrderDealReview": true,
"ilgFinanceFee": 1,
"secondPassword": "sample string 23",
"secondPasswordPlain": "sample string 24",
"secondServerAddress": "sample string 25",
"processPromotions": true,
"hostProvider": 0,
"host": {
"$id": "7",
"identifier": "Ji0nFfC310izYdmCmVVxEA==",
"identifierGuid": "15272d26-b7f0-48d7-b361-d98299557110",
"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": "eliUAk/i1keI2R4BE+REXw==",
"hostSupplierIdentifierGuid": "0294587a-e24f-47d6-88d9-1e0113e4445f",
"loyaltyPriceLevelIdentifier": "w6kjv8JX6UKALFBjLeklDQ==",
"loyaltyPriceLevelIdentifierGuid": "bf23a9c3-57c2-42e9-802c-50632de9250d",
"isGroup": true,
"description": "sample string 22",
"hostProvider": 23,
"hostTypeEnum": 24,
"hostType": "sample string 25",
"hostCode": "sample string 26",
"username": "sample string 27",
"password": "sample string 28",
"passwordPlain": "sample string 29",
"server": "sample string 30",
"url": "sample string 31",
"global": true,
"stateCode": "sample string 33",
"lastCollected": "2026-04-03T06:20:00.5508789",
"lastProcessed": "2026-04-03T06:20:00.5508789",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$id": "8",
"identifier": "z73LNVNMoUK6GvzwjAjDbg==",
"identifierGuid": "35cbbdcf-4c53-42a1-ba1a-fcf08c08c36e",
"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": "1GV1KR9RREaEkCSorivU4g==",
"primaryContactID": "297565d4-511f-4644-8490-24a8ae2bd4e2",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "U87/c2EqP0S07OzrU3o5Ag==",
"supplierGroupGuid": "73ffce53-2a61-443f-b4ec-eceb537a3902",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-04-03T06:20:00.5508789",
"rebateLastClaimedAmount": 1.0,
"cartonsOnly": true,
"minimumOrderValue": 1,
"enforceMinimumQuantity": true,
"freight": 19.0,
"freightType": 20,
"deleted": true,
"deletedUser": "sample string 22",
"storeName": "sample string 23",
"primaryContact": {
"$id": "9",
"id": "c1af4043-7c5b-4953-9a88-7fcab1b60497",
"identifier": "yGw8jDlGzEaYVQoAZS9QBw==",
"identifierGuid": "8c3c6cc8-4639-46cc-9855-0a00652f5007",
"familyName": "sample string 1",
"givenNames": "sample string 2",
"otherNames": "sample string 3",
"title": "sample string 4",
"dateOfBirth": "sample string 5",
"sex": "sample string 6",
"address": "sample string 7",
"address1": "sample string 8",
"address2": "sample string 9",
"town": "sample string 10",
"state": "sample string 11",
"country": "sample string 12",
"postalCode": "sample string 13",
"telephone": "sample string 14",
"mobile": "sample string 15",
"email": "sample string 16",
"fax": "sample string 17",
"primary": true
},
"contacts": [
{
"$id": "10",
"supplierIdentifier": "/UxGt+CH20a0X3C717QlFw==",
"supplierIdentifierGuid": "b7464cfd-87e0-46db-b45f-70bbd7b42517",
"contactGuid": "i0xBmvJcPkKMmyraBrfsUg==",
"contactID": "9a414c8b-5cf2-423e-8c9b-2ada06b7ec52",
"contact": {
"$ref": "9"
},
"supplier": {
"$ref": "8"
}
},
{
"$ref": "10"
}
],
"products": [
{
"$id": "11",
"pluG_UID": "WW79vzQ69UCzhKtmb1wKAg==",
"pluGuid": "bffd6e59-3a34-40f5-b384-ab666f5c0a02",
"supplierIdentifier": "G5LzeZIV1Emv1euK7L+cJQ==",
"supplierIdentifierGuid": "79f3921b-1592-49d4-afd5-eb8aecbf9c25",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-04-03T06:20:00.5508789",
"pricedByWeight": true,
"landedUnitCostEx": 9,
"landedUnitCostInc": 10,
"landedCartonCostInc": 12,
"landedCartonCostEx": 13,
"standardCost": 14,
"deliveryFee": 1,
"deliveryFeeBasis": "sample string 15",
"pickAndPackFee": 1,
"pickAndPackFeeBasis": "sample string 16",
"financeFee": 1,
"financeFeeBasis": "sample string 17",
"cartonLength": 1,
"cartonWidth": 1,
"cartonHeight": 1,
"palletLayerQuantity": 1,
"palletLayers": 1,
"itemCode": "sample string 18",
"invoiceCode": "sample string 19",
"invoiceDesc": "sample string 20",
"orderDirect": true,
"useCost": true,
"minimumQuantity": 21,
"hostType": 22,
"fromHost": 23,
"minimumReorder": 1,
"maximumReorder": 1,
"orderMultiple": 24.1,
"sellMultiple": 25.1,
"baseMultiple": 26.1,
"hostStandardCost": 27,
"hostTotalCost": 28,
"hostRetail": 29,
"hostLandedUnitCostEx": 30,
"hostLandedUnitCostInc": 31,
"hostDesc": "sample string 32",
"directIndicator": "sample string 33",
"availableToOrder": true,
"hostRangeIndicator": "sample string 35",
"hostProductType": "sample string 36",
"hostProductGrade": "sample string 37",
"hostProductGroup": "sample string 38",
"hostSlowMoving": true,
"hostGeneralMerchandise": true,
"hostPillar": "sample string 41",
"hostLastUpdated": "2026-04-03T06:20:00.5508789",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "12",
"pluG_UID": "hrFRnZ7DZUu0KebPLP5OAg==",
"pluGuid": "9d51b186-c39e-4b65-b429-e6cf2cfe4e02",
"supplierIdentifier": "+B2kPDPWF0awp44X65NZQA==",
"supplierIdentifierGuid": "3ca41df8-d633-4617-b0a7-8e17eb935940",
"invoiceCode": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "12"
}
],
"storeIDs": [
1,
2
],
"preferredSupplier": true,
"preferredRebateSupplier": true,
"supplierName": "sample string 42",
"salesMode": 43,
"orderPacked": true,
"active": true,
"price": 1,
"costGstPercent": 45,
"parentPluG_UID": "Kw4W2wQKpEO/hDhimzzgrw==",
"parentPluGuid": "db160e2b-0a04-43a4-bf84-38629b3ce0af",
"freight": 46.0,
"freightType": 1,
"product": {
"$ref": "2"
},
"supplier": {
"$ref": "8"
},
"serviceFee": {
"$id": "13",
"id": 1,
"description": "sample string 1",
"fee": 1
},
"isPrimaryHost": true,
"hostVendor": 48
},
{
"$ref": "11"
}
],
"orderCycleHeaders": [
{
"$id": "14",
"storeID": 1,
"supplierIdentifier": "68qt2TDMH06RkjROeIP1iQ==",
"supplierGuid": "d9adcaeb-cc30-4e1f-9192-344e7883f589",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"storeName": "sample string 5",
"departmentName": "sample string 6",
"orderDays": 7
},
{
"$ref": "14"
}
],
"cycles": [
{
"$id": "15",
"storeID": 1,
"supplierIdentifier": "Zh1KN4waYUaVlW0uexdaTQ==",
"supplierGuid": "374a1d66-1a8c-4661-9595-6d2e7b175a4d",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"cutOffWeek": 5,
"cutOffDay": 6,
"cutOffTime": "00:00:00.1234567",
"leadTime": 7,
"daysBuffer": 8,
"supplierName": "sample string 9",
"cutOffDate": "2026-04-03T06:20:00.5508789",
"deliveryDate": "2026-04-03T06:20:00.5508789",
"nextCutOffDate": "2026-04-03T06:20:00.5508789",
"nextDeliveryDate": "2026-04-03T06:20:00.5508789",
"nextDaysBuffer": 10
},
{
"$ref": "15"
}
],
"store": {
"$ref": "3"
},
"updated": "2026-04-03T06:20:00.5508789",
"isHost": true
},
"files": [
{
"$id": "16",
"id": "sample string 1",
"fileName": "sample string 2",
"extension": "sample string 3",
"provider": 0,
"type": 0,
"hostType": "sample string 4",
"createdUtc": "2026-04-03T06:20:00.5508789",
"processed": "2026-04-03T06:20:00.5508789",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-04-03T06:20:00.5508789",
"size": 1,
"sizeFormat": "sample string 7",
"isArchive": true,
"customerNumber": "sample string 9",
"businessPillar": "sample string 10",
"fileType": "sample string 11",
"version": "sample string 12",
"reference": "sample string 13",
"digest": "sample string 14",
"contentType": "sample string 15",
"host": {
"$ref": "7"
},
"metcashHeader": {
"$id": "17",
"customerNumber": "sample string 1",
"creationDate": "2026-04-03T06:20:00.5508789",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "16"
}
],
"zoneMatrix": [
{
"$id": "18",
"id": 1,
"hostIdentifier": "kBhomyPAxkKPEge5sB+9Tw==",
"hostIdentifierGuid": "9b681890-c023-42c6-8f12-07b9b01fbd4f",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"b3be493c-7281-4832-abfb-a1875b51a540",
"9dacacb7-6a36-4861-8bf7-c3aadf01a61b"
]
},
{
"$ref": "18"
}
],
"hostFileStoreSetting": {
"$ref": "6"
},
"hostStoreSettings": [
{
"$ref": "6"
},
{
"$ref": "6"
}
],
"promotionPlacements": [
{
"$id": "19",
"identifier": "2YOygyi6FEu9PPdG6COYQw==",
"identifierGuid": "83b283d9-ba28-4b14-bd3c-f746e8239843",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "19"
}
],
"promoTypeGuids": [
"52a26857-abc7-4989-abed-4aafe68447c2",
"e719028b-8810-46c3-93c3-c656b9952b04"
],
"isPromotionOnly": false,
"isOrderable": false,
"vendor": 0
},
"groupIDs": [
1,
2
],
"hostDescription": "sample string 27"
},
{
"$ref": "6"
}
],
"accounts": [
{
"$id": "20",
"id": 1,
"storeID": 1,
"accountName": "sample string 2",
"bsb": "sample string 3",
"accountNumber": "sample string 4",
"accountDesignated": true
},
{
"$ref": "20"
}
],
"sales": [
{
"$id": "21",
"id": 1,
"storeID": 1,
"externalSalesType": 2,
"ftpSiteID": 1,
"lastSaleProcessed": "2026-04-03T06:20:00.5508789",
"ftpSite": {
"$id": "22",
"id": 1,
"description": "sample string 2",
"address": "sample string 3",
"username": "sample string 4",
"password": "sample string 5",
"path": "sample string 7",
"protocol": 8
}
},
{
"$ref": "21"
}
],
"zoneMatrix": [
{
"$ref": "18"
},
{
"$ref": "18"
}
],
"cashManagements": [
{
"$id": "23",
"id": 1,
"storeID": 1,
"cashManagementType": 2,
"apiID": 1,
"organisationID": "sample string 3",
"siteName": "sample string 4",
"thirdPartyAPI": {
"$id": "24",
"id": 1,
"description": "sample string 2",
"address": "sample string 3",
"username": "sample string 4",
"password": "sample string 5",
"passwordPlain": "sample string 6",
"token": "sample string 7",
"apiType": 8,
"apiSubType": 9
}
},
{
"$ref": "23"
}
],
"updateStoreID": "9525c2ea-8a13-457e-8f56-c5bd926c21fe",
"updateStore": {
"$id": "25",
"id": "1bafa462-df47-4979-a39e-2fe0d0151e73",
"name": "sample string 1",
"lastActivity": "2026-04-03T06:20:00.5508789",
"zone": "sample string 2",
"timeZoneOffset": 0.0,
"businessHoursStart": "00:00:00.1234567",
"businessHoursEnd": "00:00:00.1234567",
"master": true,
"lastIP": "sample string 10",
"lastHostName": "sample string 11",
"ping": 1,
"pingStatus": "sample string 12",
"lastUpdateCompleted": "2026-04-03T06:20:00.5508789"
},
"timeZoneId": "sample string 54",
"securityOptions": {
"$id": "26",
"loginMode": 1,
"allowSelfVerification": true,
"verifierEmail": "sample string 3",
"source": "sample string 4",
"loginModeInherited": 5,
"loginModeSource": "sample string 6",
"selfVerifyInherited": true,
"selfVerifySource": "sample string 8",
"verifyEmailInherited": "sample string 9",
"verifyEmailSource": "sample string 10"
}
},
"storePrices": [
{
"$id": "27",
"pluG_UID": "61NgPlxfo0qqoNpt0re/RQ==",
"pluGuid": "3e6053eb-5f5c-4aa3-aaa0-da6dd2b7bf45",
"plu": 1,
"storeID": 1,
"zoneID": 2,
"zoneName": "sample string 3",
"store": "sample string 4",
"isElectedMasterStore": true,
"isZoneMasterStore": true,
"priceNow": 7,
"costNow": 8,
"costNowDecimals": 9,
"normalPrice": 10,
"priceNext": 1,
"costNext": 1,
"costNextDecimals": 11,
"nextCampaignName": "sample string 12",
"gstPercent": 13,
"normalCost": 14,
"normalCostDecimals": 15,
"costGstPercent": 16,
"costCalcMethod": 1,
"currentCost": 17,
"currentCostDecimals": 18,
"break1": 19,
"price1": 20,
"break2": 21,
"price2": 22,
"break3": 23,
"price3": 24,
"fuelItem": 25,
"fixedWeight": 26,
"active": true,
"complianceIndicator": "sample string 27",
"doNotOrder": true,
"doNotRange": true,
"isNormalPriceChangesCampaign": true,
"updated": "2026-04-03T06:20:00.5508789"
},
{
"$ref": "27"
}
],
"currentPrices": {
"$id": "28",
"pluPrices": {
"$id": "29",
"plu": 1,
"pluG_UID": "QEA=",
"stores": [
1,
2
],
"normalPrice": 1,
"cost": 2,
"break1": 3,
"price1": 4,
"break2": 5,
"price2": 6,
"break3": 7,
"price3": 8,
"discountPrice": 9,
"memberDiscountPrice": 10,
"acceptedUtc": "2026-04-03T06:20:00.5508789",
"priceChangeType": 0,
"costDecimals": 11,
"costCalcMethod": 12,
"targetCampaignPriceGtOrEquNormal": true
},
"normalPluPrices": {
"$ref": "29"
},
"winningCampaign": 1,
"winner": {
"$id": "30",
"campaignName": "sample string 1",
"campaignDescription": "sample string 2",
"talkerText": "sample string 3",
"disableWasSave": true,
"startDate": "2026-04-03T06:20:00.5665058",
"startTime": 5,
"endDate": "2026-04-03T06:20:00.5665058",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "BleVBUzwiEibX9MthitITA==",
"hostIdentifierGuid": "05955706-f04c-4888-9b5f-d32d862b484c",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "30"
},
{
"$ref": "30"
}
]
},
"tray": {
"$id": "31",
"g_UId": "psG9HCRrhUGQTUoacc1Iuw==",
"guid": "1cbdc1a6-6b24-4185-904d-4a1a71cd48bb",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "32",
"priceGroupG_UID": "V76dLcQydEK5mFBZcnSzSw==",
"priceGroupGuid": "2d9dbe57-32c4-4274-b998-50597274b34b",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-04-03T06:20:00.5665058",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "33",
"pluG_UID": "V6rij6FtR0+9byg6Gp2zZA==",
"pluGuid": "8fe2aa57-6da1-4f47-bd6f-283a1a9db364",
"plu": 1,
"servingsPerPack": 1,
"servingSize": 1,
"showAllergens": 1,
"energy": 1,
"protein": 1,
"fat": 1,
"saturated": 1,
"carbo": 1,
"sugars": 1,
"sodium": 1,
"potasium": 1,
"calcium": 1,
"fibre": 1,
"soya": 1,
"nutsSeeds": 1,
"shells": 1,
"eggs": 1,
"dairy": 1,
"gluten": 1,
"sulphites": 1,
"peanuts": 1,
"sesame": 1,
"fish": 1,
"lupins": 1
},
"dates": {
"$id": "34",
"pluGuid": "2d088edf-539a-43f0-acfb-8a36bbe796ff",
"created": "2026-04-03T06:20:00.5665058",
"createdByUser": "sample string 1",
"activated": "2026-04-03T06:20:00.5665058",
"activatedByUser": "sample string 2",
"deactivated": "2026-04-03T06:20:00.5665058",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-04-03T06:20:00.5665058",
"lastOrderedQty": 4.0,
"lastReceived": "2026-04-03T06:20:00.5665058",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-04-03T06:20:00.5665058",
"lastSold": "2026-04-03T06:20:00.5665058",
"firstSold": "2026-04-03T06:20:00.5665058",
"awsUpdated": "2026-04-03T06:20:00.5665058",
"lastManualUpdate": "2026-04-03T06:20:00.5665058",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-04-03T06:20:00.5665058",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-04-03T06:20:00.5665058",
"doNotRangeUpdated": "2026-04-03T06:20:00.5665058",
"doNotOrderUpdated": "2026-04-03T06:20:00.5665058",
"tracked": "2026-04-03T06:20:00.5665058"
},
"allergens": [
{
"$id": "35",
"primaryKey": {
"$id": "36",
"pluGuid": "bfb92359-1cb2-4cf0-8467-76fa595ea7d9",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "WSO5v7Ic8EyEZ3b6WV6n2Q==",
"pluGuid": "bfb92359-1cb2-4cf0-8467-76fa595ea7d9",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "35"
}
],
"costs": {
"$id": "37",
"pluG_UID": "nk0VKwRrA020Yll1i8QEhw==",
"pluGuid": "2b154d9e-6b04-4d03-b462-59758bc40487",
"enteredCost": 1,
"weightedAvgCost": 1,
"lastCost": 1,
"rawEnteredCost": 2,
"rawWeightedAvgCost": 3,
"rawLastCost": 4,
"freight": 5.0,
"freightType": 6,
"costDecimals": 7,
"fifoCost": 1,
"updated": "2026-04-03T06:20:00.5665058",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "38",
"saleHeaderID": 1,
"created": "2026-04-03T06:20:00.5665058",
"createdLocal": "2026-04-03T06:20:00.5665058",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "vvyWVSlqs0q6yckHqyNlPQ==",
"operatorGuid": "5596fcbe-6a29-4ab3-bac9-c907ab23653d",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "2YrruXGLskKnrEq/1QHVLQ==",
"pluGuid": "b9eb8ad9-8b71-42b2-a7ac-4abfd501d52d",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$id": "39",
"id": 1,
"g_Uid": "43s0T44mhUeGXzBq+5sTDw==",
"guid": "4f347be3-268e-4785-865f-306afb9b130f",
"operatorNumber": 1,
"shortName": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"password": "sample string 5",
"hasPassword": true,
"passwordText": "sample string 6",
"rfidTagID": "sample string 7",
"blueprintID": 1,
"groupID": 1,
"groupName": "sample string 8",
"managerGroupID": 1,
"managerGroupName": "sample string 9",
"zoneID": 1,
"zoneName": "sample string 10",
"loggedIn": 1,
"lastUsedIP": "sample string 11",
"deleted": true,
"locked": true,
"allowOpenTill": true,
"webEmail": "sample string 14",
"simpleOperatorType": 0,
"webRole": "sample string 15",
"updated": "2026-04-03T06:20:00.5665058",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-04-03T06:20:00.5665058",
"endShift": "2026-04-03T06:20:00.5665058",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "40",
"operatorG_UID": "jqjdJQ7nXEeDDXokfSsEUA==",
"operatorGuid": "25dda88e-e70e-475c-830d-7a247d2b0450",
"storeID": 2,
"operator": {
"$ref": "39"
},
"store": {
"$ref": "3"
}
},
{
"$ref": "40"
}
]
}
},
{
"$ref": "38"
}
],
"apns": [
{
"$id": "41",
"pluID": 1,
"pluG_UID": "AEG0veMW90aVBq7DWahvMw==",
"pluGuid": "bdb44100-16e3-46f7-9506-aec359a86f33",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "41"
}
],
"tuns": [
{
"$id": "42",
"pluG_UId": "BO6EsG7uT0WUSzEEtdd8Qw==",
"pluGuid": "b084ee04-ee6e-454f-944b-3104b5d77c43",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "2"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "42"
}
],
"competitionPricing": [
{
"$id": "43",
"identifier": "s/DTHVbN2k2qwQteGnFrdQ==",
"identifierGuid": "1dd3f0b3-cd56-4dda-aac1-0b5e1a716b75",
"pluG_UID": "UA6lNZDwWUaaf67uP5GUbw==",
"pluGuid": "35a50e50-f090-4659-9a7f-aeee3f91946f",
"competitionID": 1,
"name": "sample string 2",
"sellMultiple": 3,
"retailPrice": 4,
"storeName": "sample string 5"
},
{
"$ref": "43"
}
],
"supplier": {
"$ref": "8"
},
"supplierName": "sample string 148",
"children": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"ordering": {
"$ref": "11"
},
"flipChartPages": [
{
"$id": "44",
"identifier": "hE9TjxyXbECu8Fc3cvXKEA==",
"groupName": "sample string 1",
"identifierGuid": "8f534f84-971c-406c-aef0-573772f5ca10",
"exists": true,
"flipChartIdentifier": "+FmA/1xTTU+j6N4B/5juMw==",
"flipChartIdentifierGuid": "ff8059f8-535c-4f4d-a3e8-de01ff98ee33",
"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": "HkwSM/QZ2UOdY7Fsm6TA2Q==",
"groupIdentifierGuid": "33124c1e-19f4-43d9-9d63-b16c9ba4c0d9",
"flipChart": {
"$id": "45",
"identifier": "guy/gtvuLUOCG51y54TWVg==",
"identifierGuid": "82bfec82-eedb-432d-821b-9d72e784d656",
"displayName": "sample string 2",
"sortOrder": 3,
"productsPerRow": 4,
"rowsPerPage": 5,
"buttonMarginX": 6,
"buttonMarginY": 7,
"beginButtonsX": 8,
"beginButtonsY": 9,
"autoSizeButtons": true,
"autoSizeGrid": true,
"showButtonText": true,
"showButtonImage": true,
"formLocationX": 1,
"formLocationY": 1,
"formWidth": 14,
"formHeight": 15,
"formMaximised": true,
"formResizable": true,
"formBackgroundImage": "sample string 16",
"formBackgroundColourA": 1,
"formBackgroundColourR": 1,
"formBackgroundColourG": 1,
"formBackgroundColourB": 1,
"formFontFamily": "sample string 17",
"formFontSize": 1.1,
"formFontStyle": 1,
"formAttributes": "sample string 18",
"buttonWidth": 19,
"buttonHeight": 20,
"buttonAnchor": 21,
"buttonBackgroundImage": "sample string 22",
"buttonTopColour": 1,
"buttonTextColour": 1,
"buttonBottomColour": 1,
"buttonBorderColour": 1,
"buttonBorderWidth": 1,
"buttonRadius": 1,
"buttonGradientMode": 1,
"buttonDropShadow": true,
"buttonShadowWidth": 1,
"buttonHighLightOnPush": true,
"buttonFontFamily": "sample string 23",
"buttonFontSize": 1.1,
"buttonFontStyle": 1,
"buttonTextAlign": 1,
"buttonWordBreak": true,
"buttonDrawImageAndButton": true,
"buttonVerticalText": true,
"buttonImageAlign": 1,
"panelLocationX": 1,
"panelLocationY": 1,
"panelWidth": 1,
"panelHeight": 1,
"panelAnchor": 1,
"panelFontFamily": "sample string 24",
"panelFontSize": 1.1,
"panelFontStyle": 1,
"panelBackgroundColour": 1,
"panelTextColour": 1,
"panelAttributes": "sample string 25",
"unsentCount": 26,
"group": {
"$id": "46",
"identifier": "rDRJHVzpcECU8qCVG22SRA==",
"identifierGuid": "1d4934ac-e95c-4070-94f2-a0951b6d9244",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "47",
"id": 1,
"g_UID": "497Ayg9yaEeLnSUC4rNWrQ==",
"guid": "cac0dee3-720f-4768-8b9d-2502e2b356ad",
"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": "z4TB/53YT0qHkhHTIqg3vg==",
"previousFormGuid": "ffc184cf-d89d-4a4f-8792-11d322a837be",
"nextForm": 1,
"nextFormG_UID": "tMAmwtO6I0aeGNBFG+rzhg==",
"nextFormGuid": "c226c0b4-bad3-4623-9e18-d0451beaf386",
"attributes": "sample string 10",
"updated": "2026-04-03T06:20:00.5665058",
"positioning": 1,
"contentPanel": "sample string 11",
"selectionMode": 1,
"maximumSelections": 1,
"alteredInStore": true,
"deleted": true,
"blueprintID": 1,
"preserveLayout": true,
"mainCheckoutFormName": "sample string 13",
"nextCheckoutForm": {
"$ref": "47"
},
"previousCheckoutForm": {
"$ref": "47"
},
"buttons": [
{
"$id": "48",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "6rLG1DajkUiu4ScreXq1XA==",
"checkoutFormGuid": "d4c6b2ea-a336-4891-aee1-272b797ab55c",
"identifier": "Yxq6LbH6Lk+crRbCLkjpKw==",
"identifierGuid": "2dba1a63-fab1-4f2e-9cad-16c22e48e92b",
"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": "Q6dFc6c5PE+jQ7FsTe2yCA==",
"valueGuid": "7345a743-39a7-4f3c-a343-b16c4dedb208",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-04-03T06:20:00.5665058",
"action": "sample string 12",
"valueForm": {
"$ref": "47"
},
"image": {
"$id": "49",
"name": "sample string 3.sample string 4",
"imageID": 2,
"imageName": "sample string 3",
"imageExtension": "sample string 4",
"lastUpdate": "2026-04-03T06:20:00.5665058",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "48"
}
],
"panels": [
{
"$id": "50",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "7oCgaJoH7kuZ0L3HI6JCEQ==",
"checkoutFormGuid": "68a080ee-079a-4bee-99d0-bdc723a24211",
"panelType": "sample string 4",
"name": "sample string 5",
"locationX": 6,
"locationY": 7,
"width": 8,
"height": 9,
"anchor": 10,
"fontFamily": "sample string 11",
"fontSize": 12.1,
"fontStyle": 13,
"backgroundColour": 14,
"textColour": 15,
"attributes": "sample string 16"
},
{
"$ref": "50"
}
]
},
{
"$ref": "47"
}
],
"panels": [
{
"$ref": "50"
},
{
"$ref": "50"
}
]
},
"pages": [
{
"$ref": "44"
},
{
"$ref": "44"
}
]
},
"contentPanel": {
"$ref": "50"
},
"products": [
{
"$id": "51",
"flipChartPageIdentifier": "MKa6E555fku1CF1ccJZYug==",
"flipChartPageIdentifierGuid": "13baa630-799e-4b7e-b508-5d5c709658ba",
"pluG_UID": "L8HjtKtnhEe0xYYGvJz7OQ==",
"pluGuid": "b4e3c12f-67ab-4784-b4c5-8606bc9cfb39",
"sortOrder": 3,
"sent": true,
"productChanged": true,
"productImageName": "sample string 6",
"productShowImageOnFlipCharts": true,
"productShowTextOnFlipCharts": true,
"productOverrideFlipChartText": true,
"productFlipChartText": "sample string 10",
"product": {
"$ref": "2"
},
"departmentSortOrder": 11,
"subDepartmentName": "sample string 12"
},
{
"$ref": "51"
}
],
"productCount": 27,
"pages": [
{
"$ref": "44"
},
{
"$ref": "44"
}
]
},
{
"$ref": "44"
}
],
"priceHistory": [
{
"$id": "52",
"pluG_UID": "9bp10jDSMkKHiwBf050ZMg==",
"pluGuid": "d275baf5-d230-4232-878b-005fd39d1932",
"price": 1,
"costCalcMethod": 1,
"cost": 2,
"weightedAvgCost": 3,
"lastCost": 4,
"rawCost": 5,
"rawWeightedAvgCost": 6,
"rawLastCost": 7,
"costDecimals": 8,
"serviceFeeID": 9,
"freight": 10.0,
"freightType": 11,
"process": "sample string 12",
"user": "sample string 13",
"updated": "2026-04-03T06:20:00.5665058",
"previousPrice": 1,
"previousCostCalcMethod": 1,
"previousCost": 1,
"previousWeightedAvgCost": 1,
"previousLastCost": 1,
"previousRawCost": 15,
"previousRawWeightedAvgCost": 16,
"previousRawLastCost": 17,
"previousCostDecimals": 1,
"previousServiceFeeID": 18,
"previousFreight": 19.0,
"previousFreightType": 20,
"storeID": 21,
"storeName": "sample string 22",
"serviceFeeDescription": "sample string 23",
"previousServiceFeeDescription": "sample string 24"
},
{
"$ref": "52"
}
],
"ingredients": [
{
"$id": "53",
"pluG_UID": "Ncjgn7DryEehJrceqlFleQ==",
"ingredientGuid": "RYUNSqaRsk6mNokEG4k0IQ==",
"ingredientIdentifier": "4a0d8545-91a6-4eb2-a636-89041b893421",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "2"
}
},
{
"$ref": "53"
}
],
"bins": [
{
"$id": "54",
"pluG_UID": "Qfdglk0gyUm+28lzv/aftg==",
"pluGuid": "9660f741-204d-49c9-bedb-c973bff69fb6",
"shelfLocationIdentifier": "+h61X3PtP0SgMEY+oqMhow==",
"shelfLocationGuid": "5fb51efa-ed73-443f-a030-463ea2a321a3",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "D5e1U0rvc0KzfVPQWJc8Pw==",
"labelPageLayoutGuid": "53b5970f-ef4a-4273-b37d-53d058973c3f",
"updated": "2026-04-03T06:20:00.5665058",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "2"
},
"location": {
"$id": "55",
"identifier": "/SY5hgVMNk+ibY4l6czFbg==",
"storeID": 1,
"identifierGuid": "863926fd-4c05-4f36-a26d-8e25e9ccc56e",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-04-03T06:20:00.5665058",
"minTemp": 1,
"maxTemp": 1,
"checkFrequency": 1,
"storeCaseConfiguration": 5,
"storeName": "sample string 6",
"bins": [
{
"$ref": "54"
},
{
"$ref": "54"
}
]
}
},
{
"$ref": "54"
}
],
"bin": {
"$ref": "54"
},
"scaleLocations": [
{
"$id": "56",
"plu": 1,
"pluG_UID": "5U1MhrdQmkSYCFSY8vdQKA==",
"pluGuid": "864c4de5-50b7-449a-9808-5498f2f75028",
"deptNo": 1,
"product": {
"$ref": "2"
},
"scaleLocation": {
"$id": "57",
"id": 1,
"deptNo": 1,
"deptCode": "sample string 2",
"name": "sample string 3",
"enabled": true,
"updated": "2026-04-03T06:20:00.5665058",
"department": {
"$id": "58",
"id": 1,
"name": "sample string 2",
"code": "sample string 3",
"sortOrder": 4,
"isLiquor": true,
"isTobacco": true,
"excludeTalker": true,
"externalSales": true,
"saleGLCode": "sample string 9",
"cogsglCode": "sample string 10",
"accountingCategoryID": 11,
"maximumMarkdownPercentage": 12.0,
"accountingOnly": true,
"generateExternalID": 1,
"useNonReportableTaxCode": true,
"minPLU": 15,
"maxPLU": 16,
"scaleLocation": {
"$ref": "57"
},
"subDepartments": [
{
"$id": "59",
"id": 1,
"departmentID": 2,
"name": "sample string 3",
"code": "sample string 4",
"departmentCode": "sample string 5",
"externalSales": true,
"minorDepartments": [
{
"$id": "60",
"id": 1,
"subDepartmentID": 2,
"departmentID": 3,
"name": "sample string 4",
"subDepartmentCode": "sample string 5",
"departmentCode": "sample string 6",
"code": "sample string 7",
"lesserDepartments": [
{
"$id": "61",
"id": 1,
"departmentID": 2,
"subDepartmentID": 3,
"minorDepartmentID": 4,
"name": "sample string 5",
"code": "sample string 6",
"departmentCode": "sample string 7",
"subDepartmentCode": "sample string 8",
"minorDepartmentCode": "sample string 9",
"updated": "2026-04-03T06:20:00.5665058",
"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": "RZTTfNIq6EqE45L2ySCwtA==",
"labelPageLayoutGuid": "7cd39445-2ad2-4ae8-84e3-92f6c920b0b4",
"minimumAge": 17,
"countryOfOrigin": "sample string 18",
"serviceFeeID": 1,
"eftCode": 19,
"defaultPrinter": "sample string 20",
"defaultPrinterGroup": "sample string 21",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"includeInDistinctLimit": true,
"defaultsEmpty": false,
"mscCat": {
"$id": "62",
"dept": 1,
"category": 2,
"name": "sample string 3",
"active": true,
"mscCommodities": [
{
"$id": "63",
"dept": 1,
"category": 2,
"commodity": 3,
"name": "sample string 4",
"active": true,
"mscSubCommodities": [
{
"$id": "64",
"dept": 1,
"category": 2,
"commodity": 3,
"subCommodity": 4,
"name": "sample string 5",
"active": true,
"subCommodityCode": "sample string 7"
},
{
"$ref": "64"
}
],
"commodityCode": "sample string 6"
},
{
"$ref": "63"
}
],
"categoryCode": "sample string 5"
},
"mscCom": {
"$ref": "63"
},
"mscDep": {
"$id": "65",
"dept": 1,
"name": "sample string 2",
"active": true,
"mscCategories": [
{
"$ref": "62"
},
{
"$ref": "62"
}
],
"deptCode": "sample string 4"
},
"mscSubCom": {
"$ref": "64"
}
},
{
"$ref": "61"
}
],
"updated": "2026-04-03T06:20:00.5665058",
"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": "IjmbYaDebU+sAQusj84vmw==",
"labelPageLayoutGuid": "619b3922-dea0-4f6d-ac01-0bac8fce2f9b",
"minimumAge": 15,
"countryOfOrigin": "sample string 16",
"serviceFeeID": 1,
"eftCode": 17,
"defaultPrinter": "sample string 18",
"defaultPrinterGroup": "sample string 19",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"includeInDistinctLimit": true,
"defaultsEmpty": false,
"mscCat": {
"$ref": "62"
},
"mscCom": {
"$ref": "63"
},
"mscDep": {
"$ref": "65"
},
"mscSubCom": {
"$ref": "64"
}
},
{
"$ref": "60"
}
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:20:00.5665058",
"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": "lrSx8Uupg0mdia+n158jvQ==",
"labelPageLayoutGuid": "f1b1b496-a94b-4983-9d89-afa7d79f23bd",
"minimumAge": 15,
"countryOfOrigin": "sample string 16",
"serviceFeeID": 1,
"eftCode": 17,
"defaultPrinter": "sample string 18",
"defaultPrinterGroup": "sample string 19",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"includeInDistinctLimit": true,
"defaultsEmpty": false,
"mscCat": {
"$ref": "62"
},
"mscCom": {
"$ref": "63"
},
"mscDep": {
"$ref": "65"
},
"mscSubCom": {
"$ref": "64"
}
},
{
"$ref": "59"
}
],
"stores": [
1,
2
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:20:00.5665058",
"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": "5sONpJw800+1l+LS1Msfmw==",
"labelPageLayoutGuid": "a48dc3e6-3c9c-4fd3-b597-e2d2d4cb1f9b",
"minimumAge": 25,
"countryOfOrigin": "sample string 26",
"serviceFeeID": 1,
"eftCode": 27,
"defaultPrinter": "sample string 28",
"defaultPrinterGroup": "sample string 29",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"includeInDistinctLimit": true,
"defaultsEmpty": false,
"mscCat": {
"$ref": "62"
},
"mscCom": {
"$ref": "63"
},
"mscDep": {
"$ref": "65"
},
"mscSubCom": {
"$ref": "64"
}
}
}
},
{
"$ref": "56"
}
],
"nextPrice": {
"$id": "66",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 1,
"hostOfferID": 1,
"metcashPromotionID": "sample string 4",
"metcashPromotionPlacement": "sample string 5",
"pluG_UID": "iJCHjcHGE0Op4st/VY89mA==",
"pluGuid": "8d879088-c6c1-4313-a9e2-cb7f558f3d98",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "vtgPQ4xxPUeqwZnMW0sD/Q==",
"dealCostGuid": "430fd8be-718c-473d-aac1-99cc5b4b03fd",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "uJnGZqokI0uHpKT++r7DDQ==",
"priceGroupGuid": "66c699b8-24aa-4b23-87a4-a4fefabec30d",
"itemNumber": "sample string 10",
"cri": "sample string 11",
"pluPrice": 12,
"costCalcMethod": 13,
"pluCost": 14,
"pluCostIndicator": "sample string 15",
"pluPriceGstPercent": 16,
"pluCostGstPercent": 17,
"pluActive": true,
"cartonQty": 1.1,
"baseUnits": 19.1,
"salesMode": 1,
"pluNormalCost": 20,
"pluaws": 21.0,
"directNumber": "sample string 22",
"departmentName": "sample string 23",
"subDepartmentName": "sample string 24",
"priceGroupName": "sample string 25",
"supplierName": "sample string 26",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-04-03T06:20:00.5665058",
"rrp": 27,
"campaignDescription": "sample string 28",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "b3126639-39f5-43af-8547-292e6e4237f6",
"campaignComboPriceGroupG_UID": "J6jVAsSvsUWQURmiN4ZMxw==",
"campaignComboPriceGroupIdentifier": "02d5a827-afc4-45b1-9051-19a237864cc7",
"promotionPlacementDescription": "sample string 30",
"storeAcceptances": [
{
"$id": "67",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-04-03T06:20:00.5665058",
"operatorG_UID": "Ph1RlTsV8U6RMo9dJ5rKaA==",
"operatorGuid": "95511d3e-153b-4ef1-9132-8f5d279aca68",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-04-03T06:20:00.5665058",
"signIqTicketFileMovedUtc": "2026-04-03T06:20:00.5665058",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-04-03T06:20:00.5665058",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "a5beb327-d6c2-4c08-9670-d32e7b4fe18d",
"product": {
"$ref": "2"
},
"campaignPlu": {
"$ref": "66"
},
"fuelItem": true
},
{
"$ref": "67"
}
],
"campaign": {
"$id": "68",
"id": 1,
"storeID": 2,
"name": "e18d406f-b13a-4c3e-9dbd-98300fd0938b",
"nameGuid": "e18d406f-b13a-4c3e-9dbd-98300fd0938b",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-04-03T06:20:00.5665058",
"startTime": 1,
"endDate": "2026-04-03T06:20:00.5665058",
"endTime": 1,
"recurrence": 1,
"recurrenceType": 1,
"monthType": 1,
"weekDays": 1,
"months": 1,
"monthWeeks": 1,
"monthDays": "sample string 7",
"printed": true,
"talkerText": "sample string 8",
"rangeDescription": "sample string 9",
"dealDescription": "sample string 10",
"labelQuantity": 11,
"active": 1,
"deactivated": "2026-04-03T06:20:00.5665058",
"system": true,
"created": "2026-04-03T06:20:00.5665058",
"updated": "2026-04-03T06:20:00.5665058",
"priceChangeNotifiedUtc": "2026-04-03T06:20:00.5665058",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "AAgqM455CEu3Tvi2w3wYPw==",
"hostIdentifierGuid": "332a0800-798e-4b08-b74e-f8b6c37c183f",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-04-03T06:20:00.5665058",
"updatedByUser": "sample string 18",
"offerID": 1,
"isPriceChangeCampaign": true,
"stores": [
1,
2
],
"storeNames": [
"sample string 1",
"sample string 2"
],
"campaignPlus": [
{
"$ref": "66"
},
{
"$ref": "66"
}
],
"campaignPools": [
{
"$id": "69",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 4,
"pluG_UID": "9Vm0rZ8TPE+l4hAI3Ci2NA==",
"pluGuid": "adb459f5-139f-4f3c-a5e2-1008dc28b634",
"hostOfferID": 1,
"priceGroupG_UID": "gCUIyRFIkUaBbAe/uxISYQ==",
"priceGroupGuid": "c9082580-4811-4691-816c-07bfbb121261",
"fuelItem": true,
"pluName": "sample string 6",
"apn": "sample string 7",
"pluActive": true,
"cartonQty": 1,
"baseUnits": 9.1,
"cri": "sample string 10",
"salesMode": 1,
"pluaws": 11.0,
"directNumber": "sample string 12",
"departmentName": "sample string 13",
"subDepartmentName": "sample string 14",
"priceGroupName": "sample string 15",
"supplierName": "sample string 16",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-04-03T06:20:00.5665058",
"rrp": 17,
"campaignDescription": "sample string 18",
"product": {
"$ref": "2"
},
"campaign": {
"$ref": "68"
}
},
{
"$ref": "69"
}
],
"sellingRules": [
{
"$id": "70",
"id": 1,
"identifier": "IV57dFRkMEKXdwx4phKfJQ==",
"identifierStr": "IV57dFRkMEKXdwx4phKfJQ==",
"identifierGuid": "747b5e21-6454-4230-9777-0c78a6129f25",
"campaignID": 4,
"campaignName": "sample string 5",
"ruleJoin": 1,
"ruleType": 6,
"operand0": "sample string 7",
"comparisonOp": 1,
"operand1": "sample string 8",
"action": 1,
"operand2": "sample string 9",
"operand3": "sample string 10",
"includeExcludedItems": true,
"noFurtherDiscounts": true,
"description": "sample string 11",
"sortOrder": 1,
"isItemRule": false,
"prevDept": "sample string 12",
"campaign": {
"$ref": "68"
}
},
{
"$ref": "70"
}
],
"customers": [
{
"$id": "71",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"customerID": "LoVJDenCl0CCrPsdxSo3aQ==",
"customerIDGuid": "0d49852e-c2e9-4097-82ac-fb1dc52a3769",
"campaign": {
"$ref": "68"
},
"customer": {
"$id": "72",
"identifier": "8KIVI55HQU+yn4J92ZRI2g==",
"identifierGuid": "2315a2f0-479e-4f41-b29f-827dd99448da",
"code": "sample string 2",
"familyName": "sample string 3",
"givenName": "sample string 4",
"otherName": "sample string 5",
"title": "sample string 6",
"dateOfBirth": "2026-04-03T06:20:00.5665058",
"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": "AOEcQwSblEidqsrrmZ+nxw==",
"communityIdentifierGuid": "431ce100-9b04-4894-9daa-caeb999fa7c7",
"joined": "2026-04-03T06:20:00.5665058",
"updated": "2026-04-03T06:20:00.5665058",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "cXjv0PD800arSPyjeP+Ocg==",
"priceLevelIdentifierGuid": "d0ef7871-fcf0-46d3-ab48-fca378ff8e72",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-04-03T06:20:00.5665058",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "73",
"cardType": 2,
"issueDate": "2026-04-03T06:20:00.5665058",
"expiry": "2026-04-03T06:20:00.5665058",
"customerID": "fwyQyYh9IUiNK89TJf+BKg==",
"customerIDGuid": "c9900c7f-7d88-4821-8d2b-cf5325ff812a",
"initialValue": 1,
"currentValue": 1,
"maxLimit": 1,
"minTransaction": 1,
"maxTransaction": 1,
"multiplier": 1.1,
"active": true,
"reasonInactive": 1,
"idRequired": true,
"idType": 1,
"idValue": "sample string 5",
"updated": "2026-04-03T06:20:00.5665058",
"linkedAccount": "D3o/F3Xbt0m9rpVoKLXt7w==",
"linkedAccountGuid": "173f7a0f-db75-49b7-bdae-956828b5edef",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "72"
},
"account": {
"$id": "74",
"id": 1,
"identifier": "YfcP82+a/UatdfVGDFlLdg==",
"identifierGuid": "f30ff761-9a6f-46fd-ad75-f5460c594b76",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-04-03T06:20:00.5665058",
"owner": "/Abi4yItqUqb5xzsD8mMLg==",
"ownerGuid": "e3e206fc-2d22-4aa9-9be7-1cec0fc98c2e",
"accountStoreGroupIdentifier": "hqkEyVqr7kmaHx8xott+rg==",
"accountStoreGroupGuid": "c904a986-ab5a-49ee-9a1f-1f31a2db7eae",
"accountType": 1,
"currentBalance": 1,
"externalID": "sample string 7",
"maximumLimit": 1,
"accruePoints": true,
"loyaltyPoints": 1,
"termsOfTrade": 1,
"signatureRequired": true,
"referenceRequired": true,
"statementSendType": 10,
"ageingPeriod": 1,
"monthlyAgeingPeriod": true,
"explodedInvoice": true,
"isFifoAllocation": true,
"lastStatementSent": "2026-04-03T06:20:00.5665058",
"active": true,
"updated": "2026-04-03T06:20:00.5665058",
"deleted": true,
"deletedUser": "sample string 16",
"currentBalanceChanged": true,
"maximumLimitChanged": true,
"loyaltyPointsChanged": true,
"projectedBalance": 17,
"accountStoreGroupStoreIDs": [
1,
2
],
"customerEmail": "sample string 18",
"ownerCustomer": {
"$ref": "72"
},
"card": {
"$ref": "73"
},
"members": {
"$id": "75",
"sample string 1": [
{
"$ref": "72"
},
{
"$ref": "72"
}
],
"sample string 2": [
{
"$ref": "72"
},
{
"$ref": "72"
}
]
},
"customerGroups": [
{
"$id": "76",
"identifier": "rd38ljJ28kW8p13E2aP8jw==",
"identifierGuid": "96fcddad-7632-45f2-bca7-5dc4d9a3fc8f",
"name": "sample string 2",
"primaryContact": "LxFyLyQeYkGY4GysEeS9Yw==",
"primaryContactGuid": "2f72112f-1e24-4162-98e0-6cac11e4bd63",
"accountID": "/9mCT17PE0qckoM98e6X1Q==",
"accountIDGuid": "4f82d9ff-cf5e-4a13-9c92-833df1ee97d5",
"special": true,
"updated": "2026-04-03T06:20:00.5665058",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "GikI2+6NGECj0KZtd8kHwg==",
"priceLevelIdentifierGuid": "db08291a-8dee-4018-a3d0-a66d77c907c2",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "74"
},
"primaryContactCustomer": {
"$ref": "72"
},
"customerGroupMembers": [
{
"$id": "77",
"id": 1,
"groupID": "ToBbz71RsUCxS2TdnBl8kQ==",
"groupIDGuid": "cf5b804e-51bd-40b1-b14b-64dd9c197c91",
"customerID": "xnMO4djavkuiZLDchwN71g==",
"customerIDGuid": "e10e73c6-dad8-4bbe-a264-b0dc87037bd6",
"card": "sample string 4",
"linkedAccount": "qMymea36skym29oED7lVXw==",
"linkedAccountGuid": "79a6cca8-faad-4cb2-a6db-da040fb9555f",
"customer": {
"$ref": "72"
},
"group": {
"$ref": "76"
},
"customerCard": {
"$ref": "73"
}
},
{
"$ref": "77"
}
]
},
{
"$ref": "76"
}
]
},
"payments": [
{
"$id": "78",
"id": 1,
"identifier": "8VLBNoAfJEaLv6kPWufHhA==",
"identifierGuid": "36c152f1-1f80-4624-8bbf-a90f5ae7c784",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "xvYVll89DkaVBuqOxdBgpA==",
"accountIDGuid": "9615f6c6-3d5f-460e-9506-ea8ec5d060a4",
"customerAccount": {
"$ref": "74"
},
"customerCard": {
"$ref": "73"
},
"accountType": 1,
"cardName": "sample string 8",
"authorisationNumber": "sample string 9",
"bankReference": "sample string 10",
"merchantID": "sample string 11",
"terminalID": "sample string 12",
"cardNumber": "sample string 13",
"paymentDate": "2026-04-03T06:20:00.5665058",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "vfJ4rsT3MU6e1o5g5JZNrA==",
"idempotentVoidGuid": "ae78f2bd-f7c4-4e31-9ed6-8e60e4964dac",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "79",
"saleHeaderID": 1,
"saleHeaderGuid": "oLLl66f7tEao4gk765JESQ==",
"saleHeaderIdentifierGuid": "ebe5b2a0-fba7-46b4-a8e2-093beb924449",
"created": "2026-04-03T06:20:00.5665058",
"createdLocal": "2026-04-03T06:20:00.5665058",
"createdText": "sample string 4",
"itemCount": 5,
"totalAmount": 6,
"cashTender": 1,
"cardTender": 1,
"cheqTender": 1,
"acctTender": 1,
"voucherTender": 1,
"loyaltyPoints": 1,
"cashout": 1,
"changeAmount": 1,
"rounding": 1,
"gstAmount": 1,
"transactionDiscountTender": 1,
"totalTip": 7,
"tranType": 1,
"processed": 1,
"imported": "2026-04-03T06:20:00.5665058",
"storeID": 1,
"operatorG_Uid": "JBQh6Hu9lEKSbZmKKHGyhA==",
"operatorGuid": "e8211424-bd7b-4294-926d-998a2871b284",
"customerG_Uid": "9sj5zX29V0yokyOtD23rEQ==",
"customerGuid": "cdf9c8f6-bd7d-4c57-a893-23ad0f6deb11",
"communityIdentifier": "/pyJ7shJPEuAlebMne8MJg==",
"communityIdentifierGuid": "ee899cfe-49c8-4b3c-8095-e6cc9def0c26",
"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": "1heZ8+vtO0yL7VxKEDCuPA==",
"priceLevelIdentifierGuid": "f39917d6-edeb-4c3b-8bed-5c4a1030ae3c",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-04-03T06:20:00.5665058+00:00\",\"DeliveryAddress1\":\"sample string 2\",\"DeliveryAddress2\":\"sample string 3\",\"CustomerPhoneNumber\":\"sample string 4\",\"OrderType\":0,\"ExternalOrderID\":\"sample string 5\",\"ExternalDisplayableOrderID\":\"sample string 6\",\"TableName\":\"sample string 7\",\"CreatedBy\":0,\"OrderingAppName\":\"sample string 8\"}",
"deserialisedOrderMetadata": {
"$id": "80",
"customerName": "sample string 1",
"pickupAt": "2026-04-03T06:20:00.5665058",
"deliveryAddress1": "sample string 2",
"deliveryAddress2": "sample string 3",
"customerPhoneNumber": "sample string 4",
"orderType": 0,
"externalOrderID": "sample string 5",
"externalDisplayableOrderID": "sample string 6",
"tableName": "sample string 7",
"createdBy": 0,
"orderingAppName": "sample string 8"
},
"relationChecksum": "sample string 38",
"loyaltyTender": 1,
"giftCardTender": 1,
"operator": {
"$ref": "39"
},
"customer": {
"$ref": "72"
},
"communityOrganisation": {
"$id": "81",
"id": 1,
"identifier": "Z2t5/A5nZUGS43botx0Ueg==",
"identifierGuid": "fc796b67-670e-4165-92e3-76e8b71d147a",
"name": "sample string 3",
"lookupIdentifier": "sample string 4",
"externalID": "sample string 5",
"phone": "sample string 6",
"fax": "sample string 7",
"email": "sample string 8",
"address1": "sample string 9",
"address2": "sample string 10",
"city": "sample string 11",
"postCode": "sample string 12",
"state": "sample string 13",
"country": "sample string 14",
"abn": "sample string 15",
"promoPeriodStart": "2026-04-03T06:20:00.5665058",
"promoPeriodEnd": "2026-04-03T06:20:00.5665058",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-04-03T06:20:00.5665058",
"deleted": true
},
"details": [
{
"$id": "82",
"saleItemID": 1,
"identifier": "quyQgsv33kK7GfQWbEYm0Q==",
"identifierGuid": "8290ecaa-f7cb-42de-bb19-f4166c4626d1",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "NxjU9UGMLUGI633RdNdsWg==",
"pluGuid": "f5d41837-8c41-412d-88eb-7dd174d76c5a",
"accountID": "nEIP8ygfVU+eSiQXHjczgg==",
"accountIDGuid": "f30f429c-1f28-4f55-9e4a-24171e373382",
"normalPrice": 3,
"originalSellingPrice": 4,
"discountPrice": 5,
"unit": 1,
"quantity": 6,
"totalCents": 7,
"fixedPrice": 1,
"tranType": 1,
"discountType": 1,
"cost": 1,
"costDecimals": 8,
"markdown": 1,
"manualQuantity": 1,
"manualPrice": 1,
"manualMode": 1,
"active": 1,
"offline": true,
"barcode": "sample string 9",
"keyedSale": 1,
"discountedID": 1,
"fuelID": 1,
"serialNumber": "sample string 10",
"bestOrExpire": "2026-04-03T06:20:00.5665058",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "tlJguja9EEakNNUL9tIjCA==",
"refundGuid": "ba6052b6-bd36-4610-a434-d50bf6d22308",
"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": "6Ynuq6DxyEa/W/HaUOJUbw==",
"idempotentVoidGuid": "abee89e9-f1a0-46c8-bf5b-f1da50e2546f",
"priceLevelIdentifier": "pypy9dWhqESZQaF2nbhqOg==",
"priceLevelIdentifierGuid": "f5722aa7-a1d5-44a8-9941-a1769db86a3a",
"communityIdentifier": "wvm247Cuj0GmUGBicWiaNw==",
"communityIdentifierGuid": "e3b6f9c2-aeb0-418f-a650-606271689a37",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "83",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-04-03T06:20:00.5665058",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "83"
}
],
"refund": {
"$id": "84",
"id": 1,
"g_UID": "1pzfZYgDhUStQEW14OEhoA==",
"guid": "65df9cd6-0388-4485-ad40-45b5e0e121a0",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-04-03T06:20:00.5665058"
},
"modifier": {
"$id": "85",
"id": 1,
"setG_UID": "JsWLFicSl0CWpHgMnFJxvw==",
"modifierSetGuid": "168bc526-1227-4097-96a4-780c9c5271bf",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "fhDEu7Q2H0+U+XEbNSzDMg==",
"pluGuid": "bbc4107e-36b4-4f1f-94f9-711b352cc332",
"deleted": true,
"g_UID": "XX6a6Di2dkiiRA8JPP2zsw==",
"guid": "e89a7e5d-b638-4876-a244-0f093cfdb3b3",
"product": {
"$ref": "2"
}
},
"priceLevelName": "sample string 25",
"pumpNumber": 1,
"hoseNumber": 1
},
{
"$ref": "82"
}
],
"eftReceipts": [
{
"$id": "86",
"id": 1,
"storeID": 1,
"saleHeaderID": 2,
"storeSaleHeader": {
"$ref": "79"
},
"receipt": "sample string 3",
"processed": 1
},
{
"$ref": "86"
}
],
"payments": [
{
"$ref": "78"
},
{
"$ref": "78"
}
],
"cards": [
{
"$id": "87",
"id": 1,
"saleHeaderID": 1,
"identifier": "sample string 2",
"cardType": 3,
"providerName": "sample string 4"
},
{
"$ref": "87"
}
],
"campaignHits": [
{
"$id": "88",
"id": 1,
"saleHeaderID": 2,
"campaign": "sample string 3",
"name": "sample string 4",
"processed": 1,
"campaignDescription": "sample string 5"
},
{
"$ref": "88"
}
],
"fuel": [
{
"$id": "89",
"id": 1,
"plu": 1,
"pluG_UID": "aFTHucns2EePijBwn342/Q==",
"pluGuid": "b9c75468-ecc9-47d8-8f8a-30709f7e36fd",
"saleHeaderID": 2,
"totalCents": 3,
"grade": 1,
"gradeDescription": "sample string 4",
"dispenser": 1,
"hose": 1,
"quantity": 1,
"cost": 1,
"acquirerNum": 1,
"attendant": 1,
"ePurseBalance": 1.0,
"cardSignature": "sample string 5",
"compartmentNumber": 1,
"contractNumber": 1,
"discountCardPAN": "sample string 6",
"discountID": 1,
"discountName": "sample string 7",
"discountNetValue": 1.0,
"discountType": 1,
"discountValue": 1.0,
"discretionaryData": "sample string 8",
"driverID": "sample string 9",
"eftBatchNumber": 1,
"eftResponseCode": "sample string 10",
"endDateTime": "2026-04-03T06:20:00.5665058",
"engineHours": 1.1,
"fposNumber": 1,
"loyaltyCardPAN": "sample string 11",
"miscData1": 1,
"miscData2": "sample string 12",
"miscFlags": 1,
"mop": 1,
"odometer": 1,
"panNumber": "sample string 13",
"saleRefund": true,
"saleStatus": 1,
"sequenceNumber": 1,
"stan": 1,
"startDateTime": "2026-04-03T06:20:00.5665058",
"tagNumber": "sample string 15",
"trackTwoRem": "sample string 16",
"transCode": 1,
"transType": 1,
"unitPrice": 1.0,
"vehicleReg": "sample string 17",
"offline": true,
"processed": 1
},
{
"$ref": "89"
}
],
"fuelResells": [
{
"$id": "90",
"saleItemID": 1,
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "uQp254QODkClD1wH7hp1dw==",
"pluGuid": "e7760ab9-0e84-400e-a50f-5c07ee1a7577",
"accountID": "NOuvVP5uHESLHBi3IIt2pg==",
"accountIDGuid": "54afeb34-6efe-441c-8b1c-18b7208b76a6",
"normalPrice": 3,
"originalSellingPrice": 4,
"discountPrice": 5,
"unit": 1,
"quantity": 6,
"totalCents": 7,
"fixedPrice": 1,
"tranType": 1,
"processed": 1,
"discountType": 1,
"cost": 1,
"costDecimals": 1,
"markdown": 1,
"manualQuantity": 1,
"manualPrice": 1,
"manualMode": 1,
"active": 1,
"barcode": "sample string 8",
"offline": 1,
"keyedSale": 1,
"discountedID": 1,
"fuelID": 1,
"serialNumber": "sample string 9",
"bestOrExpire": "2026-04-03T06:20:00.5665058",
"bestOrExpireType": 1,
"refundG_UID": "tLAPMjUhPU6EC9TxyhQcWw==",
"refundGuid": "320fb0b4-2135-4e3d-840b-d4f1ca141c5b",
"providerName": "sample string 10",
"campaign": "sample string 11",
"campaignType": 1,
"modifiedID": 1,
"omittedIngredient": 1,
"taxPercent": 1.0,
"taxAmount": 1.0,
"refundablePrice": 1.0,
"showDiscounts": true,
"orderPrinted": true,
"note": "sample string 14",
"modifierName": "sample string 15",
"modifierSetName": "sample string 16",
"totalValueWasScanned": true,
"sold": true,
"campaignPrice": true,
"scannedValue": 1,
"campaignName": "sample string 20",
"comboDiscount": 1
},
{
"$ref": "90"
}
],
"customerOrder": [
{
"$id": "91",
"identifier": "shymatLyBkuDeLX4LERfNg==",
"identifierGuid": "6aa61cb2-f2d2-4b06-8378-b5f82c445f36",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "gAkr4wBLMUusFayyejPVFw==",
"customerIdentifierGuid": "e32b0980-4b00-4b31-ac15-acb27a33d517",
"operatorNo": 1,
"operatorG_UID": "zR+1lvBzFU+SbWMl0fyidA==",
"operatorGuid": "96b51fcd-73f0-4f15-926d-6325d1fca274",
"created": "2026-04-03T06:20:00.5665058",
"ordered": "2026-04-03T06:20:00.5665058",
"started": "2026-04-03T06:20:00.5665058",
"completed": "2026-04-03T06:20:00.5665058",
"supplied": "2026-04-03T06:20:00.5665058",
"quickTicket": 1,
"deleted": true,
"walkAway": true,
"approxWait": 1,
"actualWait": 1,
"deliveryMethod": 8,
"externalSaleType": 9,
"customer": {
"$ref": "72"
},
"operator": {
"$ref": "39"
},
"details": [
{
"$id": "92",
"headerID": 1,
"plu": 1,
"pluG_UId": "naR1Gnbn1EOl83yA/B+AEg==",
"pluGuid": "1a75a49d-e776-43d4-a5f3-7c80fc1f8012",
"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": "wK1CT97ud0eq9pztPWQRVg==",
"headerIdentifierGuid": "4f42adc0-eede-4777-aaf6-9ced3d641156",
"product": {
"$ref": "2"
}
},
{
"$ref": "92"
}
],
"storeName": "sample string 11",
"customerName": "sample string 12",
"storeReplyTo": "sample string 13",
"storeSubjectLine": "sample string 14",
"storeSaleHeader": {
"$ref": "79"
}
},
{
"$ref": "91"
}
],
"surveyResponses": [
{
"$id": "93",
"surveyG_UID": "clSuohohSUyuJCj2IIsavA==",
"surveyGuid": "a2ae5472-211a-4c49-ae24-28f6208b1abc",
"saleHeaderGuid": "CJxI8+CpiEeVC3kazTuoNw==",
"saleGuid": "f3489c08-a9e0-4788-950b-791acd3ba837",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "KPaH0DUx7keNYgLh/T+scg==",
"guidResponse": "d087f628-3135-47ee-8d62-02e1fd3fac72",
"whoAnswered": 2,
"answeredAtUTC": "2026-04-03T06:20:00.5665058",
"sale": {
"$ref": "79"
},
"survey": {
"$id": "94",
"g_UID": "3Cv9O4B0b02ipDbzOvK/Cg==",
"guid": "3bfd2bdc-7480-4d6f-a2a4-36f33af2bf0a",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "aliPffgv7kS5EW1/3/e9fQ==",
"checkoutFormGuid": "7d8f586a-2ff8-44ee-b911-6d7fdff7bd7d",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-04-03T06:20:00.5665058",
"end": "2026-04-03T06:20:00.5665058",
"deleted": true,
"updated": "2026-04-03T06:20:00.5665058",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"7dd28469-bc3f-46f0-8931-85c8642e45b9",
"ce54b365-d230-4cde-ad30-06e4faee4cfc"
],
"allowsAllTextResponses": true,
"surveyForm": {
"$ref": "47"
}
},
"ingressId": "sample string 4"
},
{
"$ref": "93"
}
],
"storeName": "sample string 39",
"terminalNumber": 40,
"machineName": "sample string 41",
"operatorName": "sample string 42",
"direction": 1,
"reason": "sample string 43",
"accountG_UID": "cCRVOVAV5kWOlnQb9Iu2EQ==",
"accountIdentifier": "39552470-1550-45e6-8e96-741bf48bb611",
"accountName": "sample string 44",
"customerOrderIdentifier": "2Y3XJIpyM0+BRFcfHQbRag==",
"customerOrderIdentifierGuid": "24d78dd9-728a-4f33-8144-571f1d06d16a",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "95",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "/mrdK5g1D0akzMUXJPONfA==",
"paymentIdentifierGuid": "2bdd6afe-3598-460f-a4cc-c51724f38d7c",
"identifier": "oSYb9NAqV0iVjNQbBEu6Yg==",
"identifierGuid": "f41b26a1-2ad0-4857-958c-d41b044bba62",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "bvcvgE5fG0W0CQKi5RIZSw==",
"itemIdentifierGuid": "802ff76e-5f4e-451b-b409-02a2e512194b"
}
},
{
"$ref": "78"
}
]
},
{
"$ref": "73"
}
],
"customerGroupMembers": [
{
"$ref": "77"
},
{
"$ref": "77"
}
],
"customerGroups": [
{
"$ref": "76"
},
{
"$ref": "76"
}
],
"accounts": [
{
"$ref": "74"
},
{
"$ref": "74"
}
],
"account": {
"$ref": "74"
},
"vouchers": [
{
"$id": "96",
"customerIdentifier": "nk2gQCpEUUq+70uMS6U68g==",
"customerIdentifierGuid": "40a04d9e-442a-4a51-beef-4b8c4ba53af2",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "FbOfwbjUikCardiRy99AMw==",
"idempotentGuid": "c19fb315-d4b8-408a-9aad-d891cbdf4033",
"offline": true,
"voucher": {
"$id": "97",
"id": 1,
"name": "sample string 2",
"description": "sample string 3",
"shortDescription": "sample string 4",
"url": "sample string 5",
"barcodeTemplateID": 1,
"expiry": 0,
"voucherType": 6,
"limitPerTransaction": 7,
"customerTracking": true,
"discountAccount": "sample string 9",
"endDate": "2026-04-03T06:20:00.5665058",
"barcodeTemplate": {
"$id": "98",
"templateID": 1,
"template": "sample string 1",
"bcFunction": "sample string 2",
"sortOrder": 3
},
"scaleLabel": {
"$id": "99",
"id": 1,
"uid": "sample string 2",
"name": "sample string 3",
"width": 1.1,
"height": 1.1,
"showBorder": true,
"borderWidth": 1.1,
"borderStyle": 1,
"borderColour": "sample string 5",
"updated": "2026-04-03T06:20:00.5665058",
"labelPageLayout": "NTO95FKbj0SlvIXaNf8Iog==",
"pageLayoutGuid": "e4bd3335-9b52-448f-a5bc-85da35ff08a2",
"labelType": 6,
"oldName": "sample string 7",
"voucher": {
"$ref": "97"
},
"elements": [
{
"$id": "100",
"id": 1,
"scaleLabelID": 2,
"showPercentDI": true,
"showAvgPerHundred": true,
"showAvgPerServe": true,
"name": "sample string 6",
"x": 1.1,
"y": 1.1,
"width": 1.1,
"height": 1.1,
"type": 1,
"rotation": 1,
"text": "sample string 7",
"fontFamily": "sample string 8",
"align": 1,
"bold": true,
"italic": true,
"underline": true,
"strikeout": true,
"reverse": true,
"textColour": "sample string 9",
"fontSize": 1.1,
"picture": "QEA=",
"borderWidth": 10,
"sortOrder": 11,
"printOptions": 12,
"superScriptTextFontSize": 1.1,
"lineStyle": 1,
"spacingStyle": 1,
"interCharacterSpacing": 1.1,
"superScriptOffset": 1.1,
"lineSpacing": 1.1,
"dateFormat": "sample string 13",
"autoGrow": true,
"fontAutoResize": true,
"updated": "2026-04-03T06:20:00.5665058"
},
{
"$ref": "100"
}
]
},
"customerVouchers": [
{
"$id": "101",
"id": 1,
"customerIdentifier": "2vn2suw68ECghmFmlU+7dg==",
"customerIdentifierGuid": "b2f6f9da-3aec-40f0-a086-6166954fbb76",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-04-03T06:20:00.5665058",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "wRQhL8PswUazb7oEjal6eQ==",
"issuedIdempotentGuid": "2f2114c1-ecc3-46c1-b36f-ba048da97a79",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-04-03T06:20:00.5665058",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-04-03T06:20:00.5665058",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "G3x+zUxXu0Ky0BlumMYf9A==",
"redeemedIdempotentGuid": "cd7e7c1b-574c-42bb-b2d0-196e98c61ff4",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-04-03T06:20:00.5665058",
"storeName": "sample string 17",
"scaleLabel": {
"$ref": "99"
},
"voucher": {
"$ref": "97"
},
"customer": {
"$ref": "72"
},
"issuedOfflinePayment": {
"$ref": "78"
},
"redeemedOfflinePayment": {
"$ref": "78"
}
},
{
"$ref": "101"
}
]
},
"customer": {
"$ref": "72"
}
},
{
"$ref": "96"
}
]
}
},
{
"$ref": "71"
}
],
"customerGroups": [
{
"$id": "102",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupID": "4AUM26uUgEuNHWFWRVCITw==",
"groupIDGuid": "db0c05e0-94ab-4b80-8d1d-61564550884f",
"campaign": {
"$ref": "68"
},
"group": {
"$ref": "76"
}
},
{
"$ref": "102"
}
],
"signIqTickets": [
{
"$id": "103",
"identifier": "uixohdOfSUmkrJp1iXjCwA==",
"identifierGuid": "85682cba-9fd3-4949-a4ac-9a758978c2c0",
"campaignName": "sample string 2",
"message": "sample string 3",
"ticketFileSource": "sample string 4",
"ticketFileDestination": "sample string 5",
"storeID": 1
},
{
"$ref": "103"
}
],
"comboPriceGroups": [
{
"$id": "104",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"g_UID": "+T3zB4z1t0+d08bzW2Y2ZA==",
"guid": "07f33df9-f58c-4fb7-9dd3-c6f35b663664",
"description": "sample string 5",
"newPrice": 1,
"rangeDescription": "sample string 6",
"dealDescription": "sample string 7",
"labelQuantity": 8,
"hostProductCategoryID": 1,
"offerID": 1,
"dontUpdatePricePlus": true,
"campaign": {
"$ref": "68"
},
"comboPricePlus": [
{
"$id": "105",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupG_UID": "SucEp7ZTqUmKEx1+NPMBxg==",
"groupGuid": "a704e74a-53b6-49a9-8a13-1d7e34f301c6",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "/duOHPTAaE6/purcpo+vRw==",
"pluGuid": "1c8edbfd-c0f4-4e68-bfa6-eadca68faf47",
"priceGroupG_UID": "QCg52/IKGEeHSXGPvrpkrA==",
"priceGroupGuid": "db392840-0af2-4718-8749-718fbeba64ac",
"campaignPoolID": "sample string 7",
"quantity": 1,
"campaign": {
"$ref": "68"
},
"product": {
"$ref": "2"
},
"priceGroup": {
"$ref": "32"
},
"campaignPool": {
"$ref": "68"
}
},
{
"$ref": "105"
}
]
},
{
"$ref": "104"
}
],
"priceLevels": [
{
"$id": "106",
"id": 1,
"priceLevelIdentifier": "Qhj/N88xi0CCFXPuYZYM8g==",
"priceLevelIdentifierGuid": "37ff1842-31cf-408b-8215-73ee61960cf2",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "106"
}
],
"promotionType": {
"$id": "107",
"identifier": "gphPbPbInEmvmt7RT6pPzQ==",
"identifierGuid": "6c4f9882-c8f6-499c-af9a-ded14faa4fcd",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "eA2/8DHWk0GMZY+ZG298UA==",
"labelPageLayoutGuid": "f0bf0d78-d631-4193-8c65-8f991b6f7c50",
"priceLevelIdentifier": "0Ln9k3ZryESmy2eU/Kbj6A==",
"priceLevelIdentifierGuid": "93fdb9d0-6b76-44c8-a6cb-6794fca6e3e8",
"active": true,
"updated": "2026-04-03T06:20:00.5665058",
"hostName": "sample string 11"
}
},
"product": {
"$ref": "2"
},
"dealCost": {
"$id": "108",
"headerIdentifier": "f7gBvNTdNU6tJ7AAqVrn2g==",
"headerIdentifierGuid": "bc01b87f-ddd4-4e35-ad27-b000a95ae7da",
"identifier": "pVmotQiMm0e4EeviHEx1xQ==",
"identifierGuid": "b5a859a5-8c08-479b-b811-ebe21c4c75c5",
"supplierIdentifier": "a7mhNmTDo0aH50HNn+2xXQ==",
"supplierGuid": "36a1b96b-c364-46a3-87e7-41cd9fedb15d",
"pluG_UID": "soG6PVRaF0O8O5ZgQOKYFg==",
"pluGuid": "3dba81b2-5a54-4317-bc3b-966040e29816",
"campaignName": "8f78a413-4ce3-4bbe-b7ab-0c44f3c47128",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-04-03T06:20:00.5665058",
"end": "2026-04-03T06:20:00.5665058",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "zhzQFqZsMkmWao1Vve9x1Q==",
"bonusItemPluGuid": "16d01cce-6ca6-4932-966a-8d55bdef71d5",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-04-03T06:20:00.5665058",
"metcashPromotionID": "sample string 14",
"fromHost": 15,
"storeNames": "sample string 16",
"storeIDs": [
1,
2
],
"supplierName": "sample string 17",
"campaignDescription": "sample string 18",
"newPrice": 1,
"campaignMetcashPromotionID": "sample string 19",
"campaignActive": true,
"campaignStartDate": "2026-04-03T06:20:00.5665058",
"campaignEndDate": "2026-04-03T06:20:00.5665058",
"masterPLUG_UID": "Y6sg9SkfLUeI8kjQ4qKohw==",
"masterID": "f520ab63-1f29-472d-88f2-48d0e2a2a887",
"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": "VlMRRDkU4EW34hVAOkAWzA==",
"bonusMasterID": "44115356-1439-45e0-b7e2-15403a4016cc",
"bonusProductName": "sample string 34",
"bonusProductAPN": "sample string 35",
"bonusOrderCode": "sample string 36",
"bonusNormalSell": 37,
"bonusNormalCost": 38,
"bonusNormalCostDecimals": 39,
"bonusCartonQuantity": 40,
"bonusSalesMode": 41,
"bonusOrderPacked": 42,
"bonusFuelItem": true,
"bonusActive": true
}
},
"currentCostStart": "2026-04-03T06:20:00.5665058",
"dealCosts": [
{
"$ref": "108"
},
{
"$ref": "108"
}
],
"tags": [
{
"$id": "109",
"pluG_UID": "WwxwlIihmEOPYIIhdDaiAg==",
"pluGuid": "94700c5b-a188-4398-8f60-82217436a202",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "109"
}
],
"alternateProductG_UID": "m6O4oTmqE0OF177/tJDA7A==",
"alternateProduct": "a1b8a39b-aa39-4313-85d7-beffb490c0ec",
"altProduct": {
"$ref": "2"
},
"productHostCode": {
"$id": "110",
"id": 1,
"pluG_UID": "FV1Dicm5t0qdDO4agd9l5Q==",
"pluGuid": "89435d15-b9c9-4ab7-9d0c-ee1a81df65e5",
"ibaCode": "sample string 2"
},
"mscCat": {
"$ref": "62"
},
"mscCom": {
"$ref": "63"
},
"mscDep": {
"$ref": "65"
},
"mscSubCom": {
"$ref": "64"
},
"isUserUpdate": true,
"ignoreMasterProduct": true,
"priceGroupLabelRequested": true,
"firstSold": "2026-04-03T06:20:00.5665058",
"inventoryTracked": "2026-04-03T06:20:00.5665058",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "111",
"pluG_UID": "/WzRfGn7z0m0Db4IhGvwtg==",
"pluGuid": "7cd16cfd-fb69-49cf-b40d-be08846bf0b6",
"fuelPluG_UID": "8bVDDLT0OEivjgKTIG6sbg==",
"fuelPluGuid": "0c43b5f1-f4b4-4838-af8e-0293206eac6e",
"price": 3,
"productDescription": "sample string 4",
"productBarcode": "sample string 5",
"fuelProductDescription": "sample string 6",
"fuelProductBarcode": "sample string 7",
"fuelProductPrice": 8
},
"productFuelLinks": [
{
"$ref": "111"
},
{
"$ref": "111"
}
]
},
"unknownScan": {
"$id": "112",
"pluG_UID": "ZhRD3tjHxUSXIMinc/HPbg==",
"pluGuid": "de431466-c7d8-44c5-9720-c8a773f1cf6e",
"orderGuid": "nU4/eq8770myUYmvUajhFA==",
"orderIdentifier": "7a3f4e9d-3baf-49ef-b251-89af51a8e114",
"barcode": "sample string 3",
"created": "2026-04-03T06:20:00.5665058",
"assigned": true
},
"unknownScanItem": true,
"substitute": {
"$ref": "2"
},
"warehouseProduct": {
"$ref": "2"
},
"lookup": {
"$id": "113",
"pluG_UID": "4GAeRw4I0keDiHL5RlwewQ==",
"pluGuid": "471e60e0-080e-47d2-8388-72f9465c1ec1",
"inventoryGuid": "TOyDib1gB0mNE7YiKDsrHA==",
"inventoryIdentifier": "8983ec4c-60bd-4907-8d13-b622283b2b1c",
"averageWeeklySales": 1.0,
"promotionalAverageWeeklySales": 1.0,
"inventoryAverageWeeklySales": 1.0,
"inventoryPromotionalAverageWeeklySales": 1.0,
"onHand": 1,
"onHandPacks": 1,
"onOrder": 1,
"onOrderPacks": 1,
"accuracy": 1,
"lastOrdered": "2026-04-03T06:20:00.5665058",
"lastOrderQuantity": 1.1,
"lastReceived": "2026-04-03T06:20:00.5665058",
"lastReceivedQuantity": 1.1,
"lastInvoiceStatus": 1
},
"productOrderingDetail": {
"$ref": "11"
},
"dealCost": {
"$ref": "108"
},
"nextCost": {
"$ref": "108"
},
"lastChance": true,
"holdOff": 18,
"holdOffDate": "2026-04-03T06:20:00.5665058",
"orderHeader": {
"$id": "114",
"orderID": 1,
"orderGuid": "gHsw0lfmFEKnoNqHjcV6Ag==",
"orderIdentifier": "d2307b80-e657-4214-a7a0-da878dc57a02",
"backToBack": 1,
"b2bGuid": "TQ1uJoa5PkWELhM3dEcEzg==",
"b2bIdentifier": "266e0d4d-b986-453e-842e-1337744704ce",
"status": 2,
"created": "2026-04-03T06:20:00.5665058",
"createdLocal": "2026-04-03T06:20:00.5665058",
"createdByUser": "sample string 3",
"storeID": 1,
"transferGuid": "k0MjpyH2AkWoP3DGxYFtMg==",
"transferIdentifier": "a7234393-f621-4502-a83f-70c6c5816d32",
"transferInvoiceIdentifier": "9KzJ3xegGUuE3H5x6AL0MA==",
"transferInvoiceGuid": "dfc9acf4-a017-4b19-84dc-7e71e802f430",
"attachedToInvoice": 4,
"transferType": 1,
"supplierIdentifier": "L2VsxCjTtku5qiKzlrIPVg==",
"supplierIdentifierGuid": "c46c652f-d328-4bb6-b9aa-22b396b20f56",
"description": "sample string 5",
"rows": 1,
"cartons": 1,
"units": 1,
"sentCount": 1,
"sent": "2026-04-03T06:20:00.5665058",
"sentLocal": "2026-04-03T06:20:00.5665058",
"sentByUser": "sample string 6",
"lastSentStatus": 1,
"cancelled": "2026-04-03T06:20:00.5665058",
"cancelledLocal": "2026-04-03T06:20:00.5665058",
"cancelledByUser": "sample string 7",
"shipped": "2026-04-03T06:20:00.5665058",
"shippedLocal": "2026-04-03T06:20:00.5665058",
"shippedByUser": "sample string 8",
"stockReceived": "2026-04-03T06:20:00.5665058",
"stockReceivedLocal": "2026-04-03T06:20:00.5665058",
"stockReceivedByUser": "sample string 9",
"stockReceiveInventorySetting": 10,
"received": "2026-04-03T06:20:00.5665058",
"receivedLocal": "2026-04-03T06:20:00.5665058",
"completed": "2026-04-03T06:20:00.5665058",
"completedLocal": "2026-04-03T06:20:00.5665058",
"updated": "2026-04-03T06:20:00.5665058",
"updatedLocal": "2026-04-03T06:20:00.5665058",
"dueDate": "2026-04-03T06:20:00.5665058",
"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": "PxolzRVe9kmyE7Oz3QteCg==",
"transportCompanyIdentifier": "cd251a3f-5e15-49f6-b213-b3b3dd0b5e0a",
"autoOrder": 28,
"hostIdentifier": "lBVsqwRIlkWkPdxXtNtTrA==",
"hostIdentifierGuid": "ab6c1594-4804-4596-a43d-dc57b4db53ac",
"defaultOrderDocumentId": 1,
"defaultStockReceiveDocumentId": 1,
"temperature": 1.1,
"temperatureScale": 29,
"rating": 30,
"lastOrderEmailSentId": "sample string 31",
"lastOrderEmailSentStatus": "sample string 32",
"deleted": "2026-04-03T06:20:00.5665058",
"deletedByUser": "sample string 33",
"autoOrderGuid": "b1xRDvStPU+PkiPHfo3Kew==",
"autoOrderIdentifier": "0e515c6f-adf4-4f3d-8f92-23c77e8dca7b",
"autoOrderHeader": {
"$id": "115",
"autoOrderGuid": "x3iFlylz9Em2bmfVhmc/Fw==",
"autoOrderIdentifier": "978578c7-7329-49f4-b66e-67d586673f17",
"orderGuid": "zluw1pmmSEyQQN2xdozagQ==",
"orderIdentifier": "d6b05bce-a699-4c48-9040-ddb1768cda81",
"created": "2026-04-03T06:20:00.5665058",
"orderID": 1,
"storeID": 1,
"orderDate": "2026-04-03T06:20:00.5665058",
"supplierIdentifier": "ggoXiUSGdEWD1qJjaj7xJQ==",
"supplierIdentifierGuid": "89170a82-8644-4574-83d6-a2636a3ef125",
"orderStatus": 1,
"tradingPartner": 1,
"simpleAWS": 2,
"defaultMPL": 3,
"investmentBuy": true,
"storeName": "sample string 5",
"supplierName": "sample string 6",
"description": "sample string 7",
"orderType": "sample string 8",
"mailTo": "sample string 9",
"mailBcc": "sample string 10",
"notes": "sample string 11",
"transportCompanyGuid": "OxIEXVlTYU+EL41V2cnAYQ==",
"transportCompanyIdentifier": "5d04123b-5359-4f61-842f-8d55d9c9c061",
"store": {
"$ref": "3"
},
"supplier": {
"$ref": "8"
},
"orderCycle": {
"$id": "116",
"id": 1,
"autoOrderGuid": "ZxzBF2SdEU+Dc9M78ZN75w==",
"autoOrderIdentifier": "17c11c67-9d64-4f11-8373-d33bf1937be7",
"cutOffDate": "2026-04-03T06:20:00.5665058",
"deliveryDate": "2026-04-03T06:20:00.5665058",
"daysBuffer": 3,
"nextCutOffDate": "2026-04-03T06:20:00.5665058",
"nextDeliveryDate": "2026-04-03T06:20:00.5665058",
"nextDaysBuffer": 5
},
"details": [
{
"$id": "117",
"autoOrderGuid": "PJU9b7MGUE+hXuT8VqHnsQ==",
"autoOrderIdentifier": "6f3d953c-06b3-4f50-a15e-e4fc56a1e7b1",
"pluG_UID": "IkMd0TlzDUiUQXgVMCv2Jw==",
"pluGuid": "d11d4322-7339-480d-9441-7815302bf627",
"orderCartons": 1,
"orderUnits": 1,
"orderWeight": 1,
"processedCartons": 1,
"processedUnits": 1,
"processedWeight": 1,
"cartons": 1,
"units": 1,
"weight": 1,
"status": 1,
"bestDealCartonCost": 1.1,
"bestDealDays": 1,
"lastDealDays": 1,
"normalCartonCost": 1.1,
"currentDealCartonCost": 1.1,
"investmentCartons": 1,
"investmentUnits": 1,
"investmentWeight": 1,
"investmentSavedAmt": 1.1,
"investmentBuyEndDate": "2026-04-03T06:20:00.5665058",
"investmentBuyStatus": 2,
"processed": "2026-04-03T06:20:00.5665058",
"product": {
"$ref": "2"
},
"orderCode": "sample string 3",
"directIndicator": "sample string 4",
"cycle": {
"$ref": "15"
},
"dayWeighting": {
"$id": "118",
"sunday": 1.1
},
"inventory": {
"$id": "119",
"inventoryGuid": "YcLURl+CokmoVtRhY7+vTA==",
"inventoryIdentifier": "46d4c261-825f-49a2-a856-d46163bfaf4c",
"created": "2026-04-03T06:20:00.5665058",
"createdLocal": "2026-04-03T06:20:00.5665058",
"onHand": 4,
"onHandPacks": 5,
"onOrder": 6,
"onOrderPacks": 7,
"accuracy": 8,
"updated": "2026-04-03T06:20:00.5665058",
"history": [
{
"$id": "120",
"inventoryGuid": "v7fhv8UGckeaOjls6dTa6g==",
"inventoryIdentifier": "bfe1b7bf-06c5-4772-9a3a-396ce9d4daea",
"pluG_UID": "R0f6yaUD8U20CtYrwi/kcw==",
"pluIdentifier": "c9fa4747-03a5-4df1-b40a-d62bc22fe473",
"inventoryReason": 3,
"inventoryInvoiceGuid": "uGuz+r7Do0aiW/gfqezgSQ==",
"invoiceIdentifier": "fab36bb8-c3be-46a3-a25b-f81fa9ece049",
"operatorGuid": "aDWxHcxZaUuz5tJW/N3ROw==",
"operatorIdentifier": "1db13568-59cc-4b69-b3e6-d256fcddd13b",
"stocktakeGuid": "RyZziY9BR0++nPHBBl7F6Q==",
"stocktakeIdentifier": "89732647-418f-4f47-be9c-f1c1065ec5e9",
"orderGuid": "IaiszvOw30+k/8gr0pNruw==",
"orderIdentifier": "ceaca821-b0f3-4fdf-a4ff-c82bd2936bbb",
"saleHeaderGuid": "SI9WUxNY50+hn8QjT17igA==",
"saleHeaderGuidIdentifier": "53568f48-5813-4fe7-a19f-c4234f5ee280",
"dumpStockID": 1,
"fuelDeliveryID": 1,
"creditNoteIdentifier": "p7zNVOPlyUmLp940+Pn2WQ==",
"creditNoteGuid": "54cdbca7-e5e3-49c9-8ba7-de34f8f9f659",
"inventorySourceGuid": "fYtpxJs7zk2OWbpAqGyTqA==",
"inventorySourceIdentifier": "c4698b7d-3b9b-4dce-8e59-ba40a86c93a8",
"createdLocal": "2026-04-03T06:20:00.5665058",
"baseUnits": 4,
"unitsPerCarton": 5,
"unitsPerCartonWeighted": true,
"counted": 7,
"countedPacks": 8,
"open": 1,
"movementQty": 9,
"close": 1,
"openPacks": 1,
"movementQtyPacks": 10,
"closePacks": 1,
"accuracy": 1,
"manual": 11,
"user": "sample string 12",
"updated": "2026-04-03T06:20:00.5665058",
"createdLocalTime": "2026-04-03T06:20:00.5665058",
"storeID": 14,
"barcode": "sample string 15",
"directCode": "sample string 16",
"productName": "sample string 17",
"salesMode": 18,
"orderPacked": 19,
"invoice": {
"$id": "121",
"inventoryInvoiceGuid": "VD+Sore7E0mHBjp984b1OA==",
"invoiceIdentifier": "a2923f54-bbb7-4913-8706-3a7df386f538",
"inventoryGuid": "fxU4IpY2mUKraRrTvxgy0Q==",
"inventoryIdentifier": "2238157f-3696-4299-ab69-1ad3bf1832d1",
"supplierIdentifier": "Ut77h2kSbEeOow2NW7M8Ug==",
"supplierGuid": "87fbde52-1269-476c-8ea3-0d8d5bb33c52",
"orderGuid": "+JTflJ2eE0aV6Heryryw1Q==",
"orderIdentifier": "94df94f8-9e9d-4613-95e8-77abcabcb0d5",
"invoiceHeaderIdentifier": "D7c7YZ+x1E+vUDjZwV6YeQ==",
"invoiceHeaderGuid": "613bb70f-b19f-4fd4-af50-38d9c15e9879",
"created": "2026-04-03T06:20:00.5665058",
"ordered": "2026-04-03T06:20:00.5665058",
"storeID": 1,
"bestOrExpire": "2026-04-03T06:20:00.5665058",
"bestOrExpireType": 1,
"units": 1,
"weight": 1,
"received": "2026-04-03T06:20:00.5665058",
"cost": 1,
"totalCost": 1,
"freightCost": 1,
"inStock": 1,
"pluG_UID": "TVpxu4D+BEy0friiV2hfHw==",
"pluGuid": "bb715a4d-fe80-4c04-b47e-b8a257685f1f",
"orderInventoryGuid": "uDaMyTRhoUmZrqF5QjbJBg==",
"orderInventoryIdentifier": "c98c36b8-6134-49a1-99ae-a1794236c906",
"supplier": {
"$ref": "8"
},
"inventoryUnits": [
{
"$id": "122",
"invoiceItemNo": 1,
"inventoryInvoiceGuid": "eOpOY2reEkaL2kG7OVnecA==",
"invoiceIdentifier": "634eea78-de6a-4612-8bda-41bb3959de70",
"inventoryGuid": "Rk4TMwrlj0q0yakn05BWlQ==",
"inventoryIdentifier": "33134e46-e50a-4a8f-b4c9-a927d3905695",
"serialNumber": "sample string 3",
"sold": "2026-04-03T06:20:00.5665058",
"saleItemID": 1,
"storeID": 1,
"returned": "2026-04-03T06:20:00.5665058",
"dumped": 1,
"saleHeaderID": 1
},
{
"$ref": "122"
}
]
},
"invoiceHeaderIdentifier": "VkC0ipr7r0e/7ATxfG0Q6w==",
"invoiceHeaderGuid": "8ab44056-fb9a-47af-bfec-04f17c6d10eb",
"invoiceNumber": "sample string 20",
"invoiceCost": 1,
"invoiceCostDecimals": 1,
"orderNumber": 1,
"orderReceivingStoreName": "sample string 21",
"orderSendingStoreName": "sample string 22",
"creditNoteID": 1,
"reason": {
"$id": "123",
"id": 1,
"name": "sample string 1",
"allowRF": 2,
"dumpStock": 3,
"creditRequest": 4,
"excludeFromLoss": 5,
"reserved": 6,
"updated": "2026-04-03T06:20:00.5665058"
},
"reasonName": "sample string 23",
"operatorName": "sample string 24",
"operatorNumber": "sample string 25",
"stocktakeName": "sample string 26",
"saleIdentifier": "sample string 27",
"saleHeaderID": 1,
"inventoryAfterCounted": true,
"inventorySetStock": true,
"externalId": "sample string 30",
"apn": "sample string 31",
"deptCode": "sample string 32"
},
{
"$ref": "120"
}
],
"products": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"lastInvoiceCost": 1
},
"aws": 5.0,
"explanations": [
{
"$id": "124",
"pluG_UID": "63pKZ6jwZUGYubM4bX3oLA==",
"pluGuid": "674a7aeb-f0a8-4165-98b9-b3386d7de82c",
"consolidatedSales": {
"$id": "125",
"1": {
"$id": "126",
"discountPercentage": 1,
"days": 2,
"quantity": 3.1,
"aws": 3.1,
"cartonQuantity": 4.1,
"lowQuality": true
},
"2": {
"$ref": "126"
}
},
"dailyPrices": {
"$id": "127",
"2026-04-03T06:20:00.5665058": {
"$id": "128",
"date": "2026-04-03T06:20:00.5665058",
"salePrice": 1,
"campaign": "sample string 2",
"campaignDescription": "sample string 3",
"combo": true,
"comboPriceGroupG_UID": "ms+COZVhok6nkbOd4uOW5w==",
"comboPriceGroupGuid": "3982cf9a-6195-4ea2-a791-b39de2e396e7"
}
},
"onHandPredictions": [
{
"$id": "129",
"autoOrderGuid": "y5RUrtR+iEG8Mdn1m6l1UQ==",
"autoOrderIdentifier": "ae5494cb-7ed4-4188-bc31-d9f59ba97551",
"pluG_UID": "/cB+WYBAGkedZms5cs6UvQ==",
"pluGuid": "597ec0fd-4080-471a-9d66-6b3972ce94bd",
"childPLUG_UID": "i1nyuEKr0ES8y07CAy7+oQ==",
"childPluGuid": "b8f2598b-ab42-44d0-bccb-4ec2032efea1",
"date": "2026-04-03T06:20:00.5665058",
"normalPrice": 2.0,
"salePrice": 3.0,
"discountPercentage": 4,
"discountPercentageActual": -50,
"predictedQuantity": 5.1,
"campaign": "sample string 6",
"campaignDescription": "sample string 7",
"lowQuality": true,
"investmentBuy": true,
"buffer": 10,
"boostDays": 11
},
{
"$ref": "129"
}
],
"predictions": [
{
"$ref": "129"
},
{
"$ref": "129"
}
],
"product": {
"$ref": "2"
}
},
{
"$ref": "124"
}
],
"supplierOrderingDetail": {
"$ref": "11"
},
"manufacturerSupplier": "86223805-7259-4788-ba3f-0b422f59e884",
"cartonQuantity": 1,
"sellPrice": 1,
"cost": 1,
"costDecimals": 1,
"bufferDays": 6,
"boostDays": 7
},
{
"$ref": "117"
}
],
"boosts": [
{
"$id": "130",
"autoOrderGuid": "J5CQOnbkbE+FkRelPxjrmw==",
"autoOrderIdentifier": "3a909027-e476-4f6c-8591-17a53f18eb9b",
"date": "2026-04-03T06:20:00.5665058",
"boost": 2
},
{
"$ref": "130"
}
]
},
"supplierName": "sample string 34",
"supplierStoreID": 1,
"supplierCartonsOnly": true,
"supplierEnforceMinimumQuantity": true,
"supplierMinimumOrderValue": 1,
"storeName": "sample string 37",
"orderCode": {
"$id": "131",
"code": "sample string 1",
"description": "sample string 2"
},
"store": {
"$ref": "3"
},
"supplier": {
"$ref": "8"
},
"totalCostInc": 38.0,
"totalPickedCostInc": 39.0,
"totalReceivedCostInc": 40.0,
"total": {
"$id": "132",
"orderGuid": "1qoWl9JLfkiEkSqxUMofvg==",
"orderIdentifier": "9716aad6-4bd2-487e-8491-2ab150ca1fbe",
"supplierIdentifier": "mt4Is11KJ0aFUFKQAV97UQ==",
"supplierGuid": "b308de9a-4a5d-4627-8550-5290015f7b51",
"records": 1,
"cartons": 2.1,
"cartonQuantity": 3,
"weight": 4,
"costInc": 5,
"sellInc": 6,
"costGST": 7,
"sellGST": 8,
"pickedCostInc": 9,
"pickedSellInc": 10,
"receivedRecords": 11,
"receivedWeight": 1,
"receivedCartons": 1,
"receivedCartonQuantity": 1,
"receivedUnits": 1,
"receivedSellInc": 12,
"receivedCostInc": 13,
"receivedCostGST": 14,
"receivedSellGST": 15,
"investmentBuyRecords": 16,
"investmentBuyCartons": 17.1,
"investmentBuyCartonQuantity": 18,
"investmentBuyWeight": 19,
"investmentBuyCostInc": 20,
"investmentBuySellInc": 21,
"investmentBuyCostGST": 22,
"investmentBuySellGST": 23,
"investmentBuySavedAmount": 24.1
},
"details": [
{
"$ref": "1"
},
{
"$ref": "1"
}
],
"unknownScans": [
{
"$ref": "112"
},
{
"$ref": "112"
}
],
"transportCompany": {
"$id": "133",
"identifier": "8SBot3/7JECppZP5b7vVuA==",
"identifierGuid": "b76820f1-fb7f-4024-a9a5-93f96fbbd5b8",
"companyName": "sample string 1",
"abn": "sample string 2",
"address1": "sample string 3",
"address2": "sample string 4",
"telephone": "sample string 5",
"primaryContactGuid": "TR6LLvLGMkKMHs+YPvlrhA==",
"primaryContactID": "2e8b1e4d-c6f2-4232-8c1e-cf983ef96b84",
"primaryContact": {
"$ref": "9"
}
},
"isMetcashSorted": true,
"backupOrderType": "sample string 42",
"backupOrderTypeDescription": "sample string 43",
"backupTradingPartner": 1,
"backupHostIdentifier": "aabdec21-ca3f-41e0-9282-18879963cda6"
},
"invoiceDetail": {
"$id": "134",
"identifier": "WxqCqd4xPUC/psVxXSTrcQ==",
"identifierGuid": "a9821a5b-31de-403d-bfa6-c5715d24eb71",
"headerIdentifier": "VsgNzOeYCEq/zJSGIV22sw==",
"headerIdentifierGuid": "cc0dc856-98e7-4a08-bfcc-9486215db6b3",
"pluG_UID": "2yYs/b8xE0qkJ7+ikawvNQ==",
"pluGuid": "fd2c26db-31bf-4a13-a427-bfa291ac2f35",
"pageNo": 1,
"lineNo": 1,
"itemOrdered": "sample string 1",
"itemShipped": "sample string 2",
"apn": "sample string 3",
"barcode": "sample string 4",
"prodStatus": 0,
"dateAvailable": "2026-04-03T06:20:00.5665058",
"commodity": "sample string 5",
"supplier": "sample string 6",
"itemDesc": "sample string 7",
"itemType": 48,
"investmentBuyInd": "A",
"orderType": "sample string 8",
"cartonQty": 1,
"cartonQuantitySpecified": true,
"soldByWeight": true,
"orderByWeight": true,
"unitsOrdered": 1,
"unitsSupplied": 1,
"unitsReceived": 1,
"weightOrdered": 1,
"weightShipped": 1,
"weightReceived": 1,
"unitSpecified": 11,
"wholesalePrice": 1,
"extWholesalePrice": 1,
"normalPrice": 1,
"retailPrice": 1,
"pricingUnit": "sample string 12",
"claimFlag": "A",
"gstRate": 1,
"gstAmount": 1,
"extGstAmount": 1,
"deliWeight": 1,
"marginAmount": 1,
"extMarginAmount": 1,
"costAmount": 1,
"orderedCostAmount": 1,
"extCostAmount": 1,
"costIncSpecified": true,
"freightAmount": 14,
"freightGstAmount": 15,
"extFreightAmount": 16,
"extFreightGstAmount": 17,
"costDecimals": 18,
"wetRate": 1,
"containerDeposit": 1,
"basePrice": 1,
"wetValue": 1,
"deliveryFee": 1,
"casePrice": 1,
"wholesaleExt": 1,
"wetExt": 1,
"totalLitres": 1,
"tun": "sample string 19",
"applyDetails": true,
"applySell": true,
"applyCost": true,
"applyOr": true,
"applyQty": true,
"itemNumber": "sample string 20",
"directNumber": "sample string 21",
"itemSize": "sample string 22",
"costGst": 1,
"sellGst": 1,
"costOr": 1,
"sellOr": 1,
"marginOr": 1,
"grossProfit": 1.0,
"sell": 1,
"cartonCost": 1,
"currentCost": 1,
"costID": "A",
"costStart": "2026-04-03T06:20:00.5665058",
"costEnd": "2026-04-03T06:20:00.5665058",
"createdFromUnknownScan": true,
"orderGuid": "xacpLHzgo0Gl2d9jb6+Fdw==",
"orderIdentifierGuid": "2c29a7c5-e07c-41a3-a5d9-df636faf8577",
"processed": true,
"received": true,
"inventoried": true,
"fromElectronicInvoice": true,
"allowDelete": true,
"updated": "2026-04-03T06:20:00.5665058",
"invoiceNo": "sample string 28",
"hasInventory": true,
"existingCost": 30.1,
"existingSell": 31.1,
"futureCost": 1.1,
"futureSell": 1.1,
"nextSell": 1.1,
"nextSellCampaignName": "sample string 32",
"nextSellCampaignDescription": "sample string 33",
"unknownScan": {
"$id": "135",
"pluG_UID": "rI6VuL3SakK4j3JA2mMMzQ==",
"pluGuid": "b8958eac-d2bd-426a-b88f-7240da630ccd",
"invoiceIdentifier": "7IjrvEFuW0255QyEbxdslA==",
"invoiceGuid": "bceb88ec-6e41-4d5b-b9e5-0c846f176c94",
"barcode": "sample string 3",
"itemNumber": "sample string 4",
"created": "2026-04-03T06:20:00.5665058"
},
"productActive": true,
"productSalesMode": 35,
"productGSTPercent": 36,
"productCostCalcMethod": 37,
"productAlwaysApplyMargin": true,
"productMarginRanged": true,
"productMargin": 1.1,
"productMinimumMargin": 1.1,
"productMaximumMargin": 1.1,
"priceGroupG_UID": "nPSIzmj4nkyTGVHGG1I/8w==",
"priceGroupGuid": "ce88f49c-f868-4c9e-9319-51c61b523ff3",
"priceGroupName": "sample string 40",
"priceGroupCode": "sample string 41",
"product": {
"$ref": "2"
},
"incrementCount": true,
"minimumQuantity": 1,
"randomWeight": true,
"salesMode": 43,
"cartons": 1,
"weight": 1,
"units": 1,
"autoOrderStatus": 1,
"invoiceDetailReceive": true
},
"autoOrderDetail": {
"$ref": "117"
},
"costGSTPercent": 1,
"orderDetailReceive": true,
"isBackedUp": true,
"backupWarehouseIndicator": "sample string 21",
"backupOrderCode": "sample string 22"
}
application/xml
Sample not available.
text/xml
Sample not available.
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
None.