POST api/order/{id}/detail/{pluGuid}
Save order detail
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Order identifier |
globally unique identifier |
Required |
| pluGuid |
Product identifier |
globally unique identifier |
Required |
Body Parameters
Order detail to save
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": "Ciw3dbGTNESEwL+ZTlBlvw==",
"orderIdentifier": "75372c0a-93b1-4434-84c0-bf994e5065bf",
"pluG_UID": "WUs77PsoO0u3yaiXvafW8w==",
"pluGuid": "ec3b4b59-28fb-4b3b-b7c9-a897bda7d6f3",
"created": "2026-04-03T06:21:18.1140751",
"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": "5poweBpnREOVh97O66H+yQ==",
"substituteGuid": "78309ae6-671a-4344-9587-deceeba1fec9",
"warehousePLUG_UID": "3xvnIVPaj0GMzC+9cKtkoQ==",
"warehousePluGuid": "21e71bdf-da53-418f-8ccc-2fbd70ab64a1",
"updated": "2026-04-03T06:21:18.1140751",
"increment": true,
"description": "sample string 15",
"product": {
"$id": "2",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "rtxUwqY3s0mfU9gu0NvIzQ==",
"guid": "c254dcae-37a6-49b3-9f53-d82ed0dbc8cd",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "FXJZVImN5UWGfR/o4nwLlg==",
"priceGroupGuid": "54597215-8d89-45e5-867d-1fe8e27c0b96",
"blueprintID": 1,
"lastCountedDate": "2026-04-03T06:21:18.1140751",
"externalID": "sample string 7",
"active": true,
"activated": "2026-04-03T06:21:18.1140751",
"pluCreated": "2026-04-03T06:21:18.1140751",
"createdByUser": "sample string 9",
"name": "sample string 10",
"nameChanged": true,
"secondDescription": "sample string 12",
"hostDescription": "sample string 13",
"keepCartonQty": true,
"keepDescription": true,
"keepDepartments": true,
"keepSuppliers": true,
"markdownDescription": "sample string 18",
"altDescription": "sample string 19",
"bestOrExpire": 20,
"lastUpdate": "2026-04-03T06:21:18.1140751",
"lastManualUpdate": "2026-04-03T06:21:18.1140751",
"imageName": "sample string 23",
"showImageOnFlipCharts": true,
"showTextOnFlipCharts": true,
"overrideFlipChartText": true,
"flipChartText": "sample string 27",
"salesMode": 1,
"eftCode": 1,
"price": 1,
"priceChanged": true,
"rrp": 1,
"gstPercent": 28,
"gstPercentChanged": true,
"costGSTPercent": 29,
"costGSTPercentChanged": true,
"wetPercent": 1,
"priceOverride": 1,
"cost": 1,
"currentCost": 1,
"currentCostDecimals": 1,
"grossProfit": 1.0,
"currentCostDesc": "sample string 30",
"currentCostEnd": "2026-04-03T06:21:18.1140751",
"currentCostUpdated": "2026-04-03T06:21:18.1140751",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-04-03T06:21:18.1140751",
"defaultGP": 1,
"breakTargetMode": 33,
"break1": 1,
"price1": 1,
"target1": 34,
"break2": 1,
"price2": 1,
"target2": 35,
"break3": 1,
"price3": 1,
"target3": 36,
"break1Changed": true,
"price1Changed": true,
"target1Changed": true,
"break2Changed": true,
"price2Changed": true,
"target2Changed": true,
"break3Changed": true,
"price3Changed": true,
"target3Changed": true,
"breakTargetModeChanged": true,
"margin": 1.1,
"marginChanged": true,
"marginRanged": true,
"marginRangedChanged": true,
"minimumMargin": 1.1,
"minimumMarginChanged": true,
"maximumMargin": 1.1,
"maximumMarginChanged": true,
"overrideHostWarehouseIndicator": true,
"overrideHostWarehouseIndicatorChanged": true,
"overrideHostPrice": true,
"overrideHostPriceChanged": true,
"overrideHostCost": true,
"overrideHostCostChanged": true,
"overrideHostMargin": true,
"overrideHostMarginChanged": true,
"alwaysApplyMargin": true,
"alwaysApplyMarginChanged": true,
"aws": 1.0,
"paws": 1.0,
"awsUpdated": "2026-04-03T06:21:18.1140751",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "DgRLN7NgXUm5o7B8nuoIwQ==",
"altPLUGuid": "374b040e-60b3-495d-b9a3-b07c9eea08c1",
"altPLUGuidChanged": true,
"altPriceDescription1": "sample string 54",
"altPriceDescription2": "sample string 55",
"cartonQuantity": 56,
"cartonQuantityChanged": true,
"trayID": 1,
"promptID": 1,
"tare": 1,
"packQty": 1,
"fixedWeight": 1,
"extraMesg": 1,
"text1": "sample string 58",
"text2": "sample string 59",
"text3": "sample string 60",
"labelText": "sample string 61",
"labelTextChanged": true,
"sendToScale": true,
"nonScaleWeigh": true,
"labelFormat": "sample string 65",
"barcodeFormat": "sample string 66",
"austMade": 1,
"coolCode": 67,
"countryOfOrigin": "sample string 68",
"percentContent": 69.1,
"departmentID": 1,
"subDepartmentID": 1,
"minorDepartmentID": 1,
"lesserDepartmentID": 1,
"deptCode": "sample string 70",
"subDeptCode": "sample string 71",
"minorDeptCode": "sample string 72",
"lesserDeptCode": "sample string 73",
"deptName": "sample string 74",
"subDeptName": "sample string 75",
"minorDeptName": "sample string 76",
"lesserDeptName": "sample string 77",
"departmentChanged": true,
"subCategoryID": 1,
"expiry": 1,
"showDays": 1,
"datePrint": 1,
"labelRequired": true,
"labelShelfQty": 80,
"labelShelfChanged": true,
"labelTalkerQty": 82,
"labelSmall": true,
"labelLastPrinted": "2026-04-03T06:21:18.1140751",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "moFBJuVDV023AbnuUYjKRg==",
"shelfPageLayoutGuid": "2641819a-43e5-4d57-b701-b9ee5188ca46",
"talkerPageLayoutG_UID": "V773ycUZCUW+4y4aaIpDJA==",
"talkerPageLayoutGuid": "c9f7be57-19c5-4509-bee3-2e1a688a4324",
"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": "8YJeaZGbhkGemQVL5fBLGg==",
"inventoryIdentifier": "695e82f1-9b91-4186-9e99-054be5f04b1a",
"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": "xNmaX/r6JUOf53z/CO6fbQ==",
"parentPluGuid": "5f9ad9c4-fafa-4325-9fe7-7cff08ee9f6d",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "ehqOG51Qm0W1FZG212E6ew==",
"supplierIdentifierGuid": "1b8e1a7a-509d-459b-b515-91b6d7613a7b",
"supplierChanged": true,
"rebateSupplierIdentifier": "ICyu7UXYhECNA5Q192VulA==",
"rebateSupplierIdentifierGuid": "edae2c20-d845-4084-8d03-9435f7656e94",
"rebateSupplierChanged": true,
"availableForOrder": true,
"warehouseDirectIndicator": "sample string 109",
"warehouseDirectIndicatorChanged": true,
"productGrade": "sample string 111",
"productType": "sample string 112",
"productGroup": "sample string 113",
"complianceIndicator": "sample string 114",
"inhouseBrand": "sample string 115",
"slowMoving": true,
"generalMerchandise": true,
"comment": "sample string 118",
"lastUpdatedByUser": "sample string 119",
"lastManualUpdatedByUser": "sample string 120",
"lastUpdatedByUserOverride": true,
"lastUpdatedByHost": "2026-04-03T06:21:18.1140751",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "sf5jwF50hkGJ2sD20NROeQ==",
"hostIdentifierGuid": "c063feb1-745e-4186-89da-c0f6d0d44e79",
"serviceFeeID": 1,
"serviceFeeIDChanged": true,
"providerName": "sample string 126",
"aisleEnds": "sample string 127",
"deleted": true,
"deletedChanged": true,
"hidden": true,
"doNotRange": true,
"doNotRangeChanged": true,
"doNotOrder": true,
"doNotOrderChanged": true,
"locked": true,
"excludeFromWebUpdate": true,
"excludeFromWebUpdateChanged": true,
"webPriceBasedOn": 138,
"webPriceRounding": true,
"webMarkup": 140,
"webPriceMode": 141,
"altDepartmentID": 1,
"altSubDepartmentID": 1,
"altMinorDepartmentID": 1,
"altLesserDepartmentID": 1,
"altDeptCode": "sample string 142",
"altSubDeptCode": "sample string 143",
"altMinorDeptCode": "sample string 144",
"altLesserDeptCode": "sample string 145",
"altDepartmentChanged": true,
"storeProducts": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"store": {
"$id": "3",
"id": 1,
"isMaster": true,
"isElectedMaster": true,
"electedMasterStoreID": 1,
"isZoneMaster": true,
"shortName": "sample string 3",
"url": "sample string 4",
"sortOrder": 1,
"name": "sample string 5",
"phone": "sample string 6",
"fax": "sample string 7",
"email": "sample string 8",
"address1": "sample string 9",
"address2": "sample string 10",
"city": "sample string 11",
"state": "sample string 12",
"country": "sample string 13",
"postCode": "sample string 14",
"delivery": 1,
"exportAccounts": 1,
"salesAccountFolder": "sample string 15",
"purchaseAccountFolder": "sample string 16",
"initLoad": 1,
"initIDs": 1,
"zoneID": 1,
"actAsMaster": 1,
"lastActiveUtc": "2026-04-03T06:21:18.1140751",
"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": "9BEvEm9UZU2x34dd0sLs2g==",
"hostIdentifierGuid": "122f11f4-546f-4d65-b1df-875dd2c2ecda",
"hostName": 1,
"hostAddress": "sample string 27",
"hostUsername": "sample string 28",
"hostPassword": "sample string 29",
"excludeFromLeadInOut": true,
"accountingProvider": 31,
"accountingAddress": "sample string 32",
"accountingUsername": "sample string 33",
"accountingPassword": "sample string 34",
"storeAccountingCode": "sample string 35",
"softwareVariance": 36,
"fuelWarningVariance": 37.0,
"fuelErrorVariance": 38.0,
"fuelAccumulatedWarningVariance": 39.0,
"fuelAccumulatedErrorVariance": 40.0,
"drawManagment": 41,
"endOfDayManagment": true,
"autoFillCashBalancing": true,
"fuelDayVariance": 44,
"accountingTradingTime": "00:00:00.1234567",
"stockActivateProduct": 46,
"defaultOrderDocumentId": 1,
"defaultStockReceiveDocumentId": 1,
"giftCardSalesAccountingDeptCode": "sample string 47",
"transactionDiscountAccountingDeptCode": "sample string 48",
"size": 49,
"updated": "2026-04-03T06:21:18.1140751",
"priceZone": {
"$id": "4",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "wSn8FZ8ktUGmJBNruzk9ZA==",
"hostIdentifierGuid": "15fc29c1-249f-41b5-a624-136bbb393d64",
"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": "cNBBddHQQ0ixjOJlPmaEZg==",
"hostIdentifierGuid": "7541d070-d0d1-4843-b18c-e2653e668466",
"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": "U8oSN6KFLkG8DUUWWL0iyA==",
"identifierGuid": "3712ca53-85a2-412e-bc0d-451658bd22c8",
"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": "qjEp2g7pQEKsa/jgiWemcw==",
"hostSupplierIdentifierGuid": "da2931aa-e90e-4240-ac6b-f8e08967a673",
"loyaltyPriceLevelIdentifier": "j2a35an/RE+6IFNJ1HwriQ==",
"loyaltyPriceLevelIdentifierGuid": "e5b7668f-ffa9-4f44-ba20-5349d47c2b89",
"isGroup": true,
"description": "sample string 22",
"hostProvider": 23,
"hostTypeEnum": 24,
"hostType": "sample string 25",
"hostCode": "sample string 26",
"username": "sample string 27",
"password": "sample string 28",
"passwordPlain": "sample string 29",
"server": "sample string 30",
"url": "sample string 31",
"global": true,
"stateCode": "sample string 33",
"lastCollected": "2026-04-03T06:21:18.1140751",
"lastProcessed": "2026-04-03T06:21:18.1140751",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$id": "8",
"identifier": "IcG9G1voSE6ybbhkGAyg7w==",
"identifierGuid": "1bbdc121-e85b-4e48-b26d-b864180ca0ef",
"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": "jK3yPXv3kk2UwhH2Y4p2uQ==",
"primaryContactID": "3df2ad8c-f77b-4d92-94c2-11f6638a76b9",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "JWW0ckW+Kk+9lzQ9R1xEFQ==",
"supplierGroupGuid": "72b46525-be45-4f2a-bd97-343d475c4415",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-04-03T06:21:18.1140751",
"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": "5c0aa9d7-be1d-4bd7-ad86-41ac8ad5bb2e",
"identifier": "JmCGIqNb10C3uSUZYmM5Ew==",
"identifierGuid": "22866026-5ba3-40d7-b7b9-251962633913",
"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": "lcoUw/QuvEWz6syYcTxiQw==",
"supplierIdentifierGuid": "c314ca95-2ef4-45bc-b3ea-cc98713c6243",
"contactGuid": "F7uRQKwghU+FttxSFoiarQ==",
"contactID": "4091bb17-20ac-4f85-85b6-dc5216889aad",
"contact": {
"$ref": "9"
},
"supplier": {
"$ref": "8"
}
},
{
"$ref": "10"
}
],
"products": [
{
"$id": "11",
"pluG_UID": "XmbRlwr69kOFpnmOUo2lMQ==",
"pluGuid": "97d1665e-fa0a-43f6-85a6-798e528da531",
"supplierIdentifier": "SYZNlZh3JEOMnvypHIYmtw==",
"supplierIdentifierGuid": "954d8649-7798-4324-8c9e-fca91c8626b7",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-04-03T06:21:18.1140751",
"pricedByWeight": true,
"landedUnitCostEx": 9,
"landedUnitCostInc": 10,
"landedCartonCostInc": 12,
"landedCartonCostEx": 13,
"standardCost": 14,
"deliveryFee": 1,
"deliveryFeeBasis": "sample string 15",
"pickAndPackFee": 1,
"pickAndPackFeeBasis": "sample string 16",
"financeFee": 1,
"financeFeeBasis": "sample string 17",
"cartonLength": 1,
"cartonWidth": 1,
"cartonHeight": 1,
"palletLayerQuantity": 1,
"palletLayers": 1,
"itemCode": "sample string 18",
"invoiceCode": "sample string 19",
"invoiceDesc": "sample string 20",
"orderDirect": true,
"useCost": true,
"minimumQuantity": 21,
"hostType": 22,
"fromHost": 23,
"minimumReorder": 1,
"maximumReorder": 1,
"orderMultiple": 24.1,
"sellMultiple": 25.1,
"baseMultiple": 26.1,
"hostStandardCost": 27,
"hostTotalCost": 28,
"hostRetail": 29,
"hostLandedUnitCostEx": 30,
"hostLandedUnitCostInc": 31,
"hostDesc": "sample string 32",
"directIndicator": "sample string 33",
"availableToOrder": true,
"hostRangeIndicator": "sample string 35",
"hostProductType": "sample string 36",
"hostProductGrade": "sample string 37",
"hostProductGroup": "sample string 38",
"hostSlowMoving": true,
"hostGeneralMerchandise": true,
"hostPillar": "sample string 41",
"hostLastUpdated": "2026-04-03T06:21:18.1140751",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "12",
"pluG_UID": "ON45LpWXhkiWae9pJCchJA==",
"pluGuid": "2e39de38-9795-4886-9669-ef6924272124",
"supplierIdentifier": "2tEUqNG63Ei/uCFQTH61vA==",
"supplierIdentifierGuid": "a814d1da-bad1-48dc-bfb8-21504c7eb5bc",
"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": "IIdQXGzEIE2sYXAbO9tzSA==",
"parentPluGuid": "5c508720-c46c-4d20-ac61-701b3bdb7348",
"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": "3zV2yA+A3kG0dmhqqjUmdw==",
"supplierGuid": "c87635df-800f-41de-b476-686aaa352677",
"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": "3rODWx78nEm4blXc+fwdGw==",
"supplierGuid": "5b83b3de-fc1e-499c-b86e-55dcf9fc1d1b",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"cutOffWeek": 5,
"cutOffDay": 6,
"cutOffTime": "00:00:00.1234567",
"leadTime": 7,
"daysBuffer": 8,
"supplierName": "sample string 9",
"cutOffDate": "2026-04-03T06:21:18.1140751",
"deliveryDate": "2026-04-03T06:21:18.1140751",
"nextCutOffDate": "2026-04-03T06:21:18.1140751",
"nextDeliveryDate": "2026-04-03T06:21:18.1140751",
"nextDaysBuffer": 10
},
{
"$ref": "15"
}
],
"store": {
"$ref": "3"
},
"updated": "2026-04-03T06:21:18.1140751",
"isHost": true
},
"files": [
{
"$id": "16",
"id": "sample string 1",
"fileName": "sample string 2",
"extension": "sample string 3",
"provider": 0,
"type": 0,
"hostType": "sample string 4",
"createdUtc": "2026-04-03T06:21:18.1140751",
"processed": "2026-04-03T06:21:18.1140751",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-04-03T06:21:18.1140751",
"size": 1,
"sizeFormat": "sample string 7",
"isArchive": true,
"customerNumber": "sample string 9",
"businessPillar": "sample string 10",
"fileType": "sample string 11",
"version": "sample string 12",
"reference": "sample string 13",
"digest": "sample string 14",
"contentType": "sample string 15",
"host": {
"$ref": "7"
},
"metcashHeader": {
"$id": "17",
"customerNumber": "sample string 1",
"creationDate": "2026-04-03T06:21:18.1140751",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "16"
}
],
"zoneMatrix": [
{
"$id": "18",
"id": 1,
"hostIdentifier": "cqP1AKPZIE+jtoM1DkR1Cw==",
"hostIdentifierGuid": "00f5a372-d9a3-4f20-a3b6-83350e44750b",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"5463da9a-0ea5-45e1-a605-1c8162fca017",
"8b89feb8-c93a-4372-ab15-e28fe7074bf5"
]
},
{
"$ref": "18"
}
],
"hostFileStoreSetting": {
"$ref": "6"
},
"hostStoreSettings": [
{
"$ref": "6"
},
{
"$ref": "6"
}
],
"promotionPlacements": [
{
"$id": "19",
"identifier": "tuvQCTeXMUKdTEgV5xnlqw==",
"identifierGuid": "09d0ebb6-9737-4231-9d4c-4815e719e5ab",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "19"
}
],
"promoTypeGuids": [
"d9332e77-8ba4-4ed6-b035-b1706407c968",
"1ffb7e1f-f6fe-4514-9b9c-fb3dae766c05"
],
"isPromotionOnly": false,
"isOrderable": false,
"vendor": 0
},
"groupIDs": [
1,
2
],
"hostDescription": "sample string 27"
},
{
"$ref": "6"
}
],
"accounts": [
{
"$id": "20",
"id": 1,
"storeID": 1,
"accountName": "sample string 2",
"bsb": "sample string 3",
"accountNumber": "sample string 4",
"accountDesignated": true
},
{
"$ref": "20"
}
],
"sales": [
{
"$id": "21",
"id": 1,
"storeID": 1,
"externalSalesType": 2,
"ftpSiteID": 1,
"lastSaleProcessed": "2026-04-03T06:21:18.1140751",
"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": "bf8d25a6-976b-46bd-829e-7b1f59a94d11",
"updateStore": {
"$id": "25",
"id": "24535e10-9ad1-4901-b925-bf443ab3b716",
"name": "sample string 1",
"lastActivity": "2026-04-03T06:21:18.1140751",
"zone": "sample string 2",
"timeZoneOffset": 0.0,
"businessHoursStart": "00:00:00.1234567",
"businessHoursEnd": "00:00:00.1234567",
"master": true,
"lastIP": "sample string 10",
"lastHostName": "sample string 11",
"ping": 1,
"pingStatus": "sample string 12",
"lastUpdateCompleted": "2026-04-03T06:21:18.1140751"
},
"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": "6UHrBks7mUCoAxrQMEgJ4g==",
"pluGuid": "06eb41e9-3b4b-4099-a803-1ad0304809e2",
"plu": 1,
"storeID": 1,
"zoneID": 2,
"zoneName": "sample string 3",
"store": "sample string 4",
"isElectedMasterStore": true,
"isZoneMasterStore": true,
"priceNow": 7,
"costNow": 8,
"costNowDecimals": 9,
"normalPrice": 10,
"priceNext": 1,
"costNext": 1,
"costNextDecimals": 11,
"nextCampaignName": "sample string 12",
"gstPercent": 13,
"normalCost": 14,
"normalCostDecimals": 15,
"costGstPercent": 16,
"costCalcMethod": 1,
"currentCost": 17,
"currentCostDecimals": 18,
"break1": 19,
"price1": 20,
"break2": 21,
"price2": 22,
"break3": 23,
"price3": 24,
"fuelItem": 25,
"fixedWeight": 26,
"active": true,
"complianceIndicator": "sample string 27",
"doNotOrder": true,
"doNotRange": true,
"isNormalPriceChangesCampaign": true,
"updated": "2026-04-03T06:21:18.1140751"
},
{
"$ref": "27"
}
],
"currentPrices": {
"$id": "28",
"pluPrices": {
"$id": "29",
"plu": 1,
"pluG_UID": "QEA=",
"stores": [
1,
2
],
"normalPrice": 1,
"cost": 2,
"break1": 3,
"price1": 4,
"break2": 5,
"price2": 6,
"break3": 7,
"price3": 8,
"discountPrice": 9,
"memberDiscountPrice": 10,
"acceptedUtc": "2026-04-03T06:21:18.1140751",
"priceChangeType": 0,
"costDecimals": 11,
"costCalcMethod": 12,
"targetCampaignPriceGtOrEquNormal": true
},
"normalPluPrices": {
"$ref": "29"
},
"winningCampaign": 1,
"winner": {
"$id": "30",
"campaignName": "sample string 1",
"campaignDescription": "sample string 2",
"talkerText": "sample string 3",
"disableWasSave": true,
"startDate": "2026-04-03T06:21:18.1140751",
"startTime": 5,
"endDate": "2026-04-03T06:21:18.1140751",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "8PL44gmfukiXZ82hfP8QZQ==",
"hostIdentifierGuid": "e2f8f2f0-9f09-48ba-9767-cda17cff1065",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "30"
},
{
"$ref": "30"
}
]
},
"tray": {
"$id": "31",
"g_UId": "CToAHUNt2UiFuSWUtzO47g==",
"guid": "1d003a09-6d43-48d9-85b9-2594b733b8ee",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "32",
"priceGroupG_UID": "kCEkjgDmfkCFiZQBDXeXyw==",
"priceGroupGuid": "8e242190-e600-407e-8589-94010d7797cb",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-04-03T06:21:18.1140751",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "33",
"pluG_UID": "PTu7oD0Fa0akfNGAILhE6w==",
"pluGuid": "a0bb3b3d-053d-466b-a47c-d18020b844eb",
"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": "63080859-fcfc-40c9-a3d2-d7dc1f89b8e8",
"created": "2026-04-03T06:21:18.1140751",
"createdByUser": "sample string 1",
"activated": "2026-04-03T06:21:18.1140751",
"activatedByUser": "sample string 2",
"deactivated": "2026-04-03T06:21:18.1140751",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-04-03T06:21:18.1140751",
"lastOrderedQty": 4.0,
"lastReceived": "2026-04-03T06:21:18.1140751",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-04-03T06:21:18.1140751",
"lastSold": "2026-04-03T06:21:18.1140751",
"firstSold": "2026-04-03T06:21:18.1140751",
"awsUpdated": "2026-04-03T06:21:18.1140751",
"lastManualUpdate": "2026-04-03T06:21:18.1140751",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-04-03T06:21:18.1140751",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-04-03T06:21:18.1140751",
"doNotRangeUpdated": "2026-04-03T06:21:18.1140751",
"doNotOrderUpdated": "2026-04-03T06:21:18.1140751",
"tracked": "2026-04-03T06:21:18.1140751"
},
"allergens": [
{
"$id": "35",
"primaryKey": {
"$id": "36",
"pluGuid": "e2bf1ac5-712f-412b-8da8-2100441fd7b4",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "xRq/4i9xK0GNqCEARB/XtA==",
"pluGuid": "e2bf1ac5-712f-412b-8da8-2100441fd7b4",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "35"
}
],
"costs": {
"$id": "37",
"pluG_UID": "zZ446EBNsEiUTcgb/X2kTw==",
"pluGuid": "e8389ecd-4d40-48b0-944d-c81bfd7da44f",
"enteredCost": 1,
"weightedAvgCost": 1,
"lastCost": 1,
"rawEnteredCost": 2,
"rawWeightedAvgCost": 3,
"rawLastCost": 4,
"freight": 5.0,
"freightType": 6,
"costDecimals": 7,
"fifoCost": 1,
"updated": "2026-04-03T06:21:18.1140751",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "38",
"saleHeaderID": 1,
"created": "2026-04-03T06:21:18.1140751",
"createdLocal": "2026-04-03T06:21:18.1140751",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "y8syXHg7vkqvUNqrpBZ+WA==",
"operatorGuid": "5c32cbcb-3b78-4abe-af50-daaba4167e58",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "Kspkq2l3hUyKkNXc4Vjr5w==",
"pluGuid": "ab64ca2a-7769-4c85-8a90-d5dce158ebe7",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$id": "39",
"id": 1,
"g_Uid": "GRGjkuVjqkyV4VCIr1/ZmQ==",
"guid": "92a31119-63e5-4caa-95e1-5088af5fd999",
"operatorNumber": 1,
"shortName": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"password": "sample string 5",
"hasPassword": true,
"passwordText": "sample string 6",
"rfidTagID": "sample string 7",
"blueprintID": 1,
"groupID": 1,
"groupName": "sample string 8",
"managerGroupID": 1,
"managerGroupName": "sample string 9",
"zoneID": 1,
"zoneName": "sample string 10",
"loggedIn": 1,
"lastUsedIP": "sample string 11",
"deleted": true,
"locked": true,
"allowOpenTill": true,
"webEmail": "sample string 14",
"simpleOperatorType": 0,
"webRole": "sample string 15",
"updated": "2026-04-03T06:21:18.1140751",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-04-03T06:21:18.1140751",
"endShift": "2026-04-03T06:21:18.1140751",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "40",
"operatorG_UID": "TupZWDiTp0S+IvZl05/SKw==",
"operatorGuid": "5859ea4e-9338-44a7-be22-f665d39fd22b",
"storeID": 2,
"operator": {
"$ref": "39"
},
"store": {
"$ref": "3"
}
},
{
"$ref": "40"
}
]
}
},
{
"$ref": "38"
}
],
"apns": [
{
"$id": "41",
"pluID": 1,
"pluG_UID": "Mjkgug4+gkWkHKSfyNALWw==",
"pluGuid": "ba203932-3e0e-4582-a41c-a49fc8d00b5b",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "41"
}
],
"tuns": [
{
"$id": "42",
"pluG_UId": "Kuisfsk56kig6pG4WBnxGA==",
"pluGuid": "7eace82a-39c9-48ea-a0ea-91b85819f118",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "2"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "42"
}
],
"competitionPricing": [
{
"$id": "43",
"identifier": "F4xLPb2g10SeL8/iKhO2UA==",
"identifierGuid": "3d4b8c17-a0bd-44d7-9e2f-cfe22a13b650",
"pluG_UID": "vRzvj4HQqUmaHzjCdyqpVw==",
"pluGuid": "8fef1cbd-d081-49a9-9a1f-38c2772aa957",
"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": "EkwgYv6wTkqpdMLbBFyRuQ==",
"groupName": "sample string 1",
"identifierGuid": "62204c12-b0fe-4a4e-a974-c2db045c91b9",
"exists": true,
"flipChartIdentifier": "ZU9sw4QonkS9OLALBRss2g==",
"flipChartIdentifierGuid": "c36c4f65-2884-449e-bd38-b00b051b2cda",
"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": "TaaqBEPYOEeEb343AKGEvw==",
"groupIdentifierGuid": "04aaa64d-d843-4738-846f-7e3700a184bf",
"flipChart": {
"$id": "45",
"identifier": "EbMiztAaZUiEP5epZa1kDg==",
"identifierGuid": "ce22b311-1ad0-4865-843f-97a965ad640e",
"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": "ofeINn+8mEqph8HAPfCuug==",
"identifierGuid": "3688f7a1-bc7f-4a98-a987-c1c03df0aeba",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "47",
"id": 1,
"g_UID": "OL9yDHMA6E2egNnoFrtqCw==",
"guid": "0c72bf38-0073-4de8-9e80-d9e816bb6a0b",
"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": "eEWp+IwbKUu30PqamB02Eg==",
"previousFormGuid": "f8a94578-1b8c-4b29-b7d0-fa9a981d3612",
"nextForm": 1,
"nextFormG_UID": "154FYz6ackSFGkedTwZlsg==",
"nextFormGuid": "63059ed7-9a3e-4472-851a-479d4f0665b2",
"attributes": "sample string 10",
"updated": "2026-04-03T06:21:18.1140751",
"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": "5CZodrLrFUqO25yIiUOYkA==",
"checkoutFormGuid": "766826e4-ebb2-4a15-8edb-9c8889439890",
"identifier": "tShUcCf0dkqS8uy42pgEAA==",
"identifierGuid": "705428b5-f427-4a76-92f2-ecb8da980400",
"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": "eu8CBkCm2Ea6bxNe7OQ4jA==",
"valueGuid": "0602ef7a-a640-46d8-ba6f-135eece4388c",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-04-03T06:21:18.1140751",
"action": "sample string 12",
"valueForm": {
"$ref": "47"
},
"image": {
"$id": "49",
"name": "sample string 3.sample string 4",
"imageID": 2,
"imageName": "sample string 3",
"imageExtension": "sample string 4",
"lastUpdate": "2026-04-03T06:21:18.1140751",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "48"
}
],
"panels": [
{
"$id": "50",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "IgAje2G+00ut486lBN+oGQ==",
"checkoutFormGuid": "7b230022-be61-4bd3-ade3-cea504dfa819",
"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": "/p3jSvn68kOobgQfIw1o0w==",
"flipChartPageIdentifierGuid": "4ae39dfe-faf9-43f2-a86e-041f230d68d3",
"pluG_UID": "xNYs4Ax350KYkaa7zgvKXw==",
"pluGuid": "e02cd6c4-770c-42e7-9891-a6bbce0bca5f",
"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": "QX96zkGJX0GKFHmVBSv0cw==",
"pluGuid": "ce7a7f41-8941-415f-8a14-7995052bf473",
"price": 1,
"costCalcMethod": 1,
"cost": 2,
"weightedAvgCost": 3,
"lastCost": 4,
"rawCost": 5,
"rawWeightedAvgCost": 6,
"rawLastCost": 7,
"costDecimals": 8,
"serviceFeeID": 9,
"freight": 10.0,
"freightType": 11,
"process": "sample string 12",
"user": "sample string 13",
"updated": "2026-04-03T06:21:18.1140751",
"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": "oPSK3Dh31k6ucRMS7E9kbg==",
"ingredientGuid": "8zxypCGmAkmeeh7HTdx68w==",
"ingredientIdentifier": "a4723cf3-a621-4902-9e7a-1ec74ddc7af3",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "2"
}
},
{
"$ref": "53"
}
],
"bins": [
{
"$id": "54",
"pluG_UID": "uLwMmXxtB0Sz0YWhdWpIGQ==",
"pluGuid": "990cbcb8-6d7c-4407-b3d1-85a1756a4819",
"shelfLocationIdentifier": "Vr1XfnkfEUe2tsbFzTTbgg==",
"shelfLocationGuid": "7e57bd56-1f79-4711-b6b6-c6c5cd34db82",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "mcZoymqFckyDI7CrOSzsZw==",
"labelPageLayoutGuid": "ca68c699-856a-4c72-8323-b0ab392cec67",
"updated": "2026-04-03T06:21:18.1140751",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "2"
},
"location": {
"$id": "55",
"identifier": "/F2b9we3M0KVVRhSUHQ0nA==",
"storeID": 1,
"identifierGuid": "f79b5dfc-b707-4233-9555-18525074349c",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-04-03T06:21:18.1140751",
"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": "5XvdeQY600WIGDP6xbIEtg==",
"pluGuid": "79dd7be5-3a06-45d3-8818-33fac5b204b6",
"deptNo": 1,
"product": {
"$ref": "2"
},
"scaleLocation": {
"$id": "57",
"id": 1,
"deptNo": 1,
"deptCode": "sample string 2",
"name": "sample string 3",
"enabled": true,
"updated": "2026-04-03T06:21:18.1140751",
"department": {
"$id": "58",
"id": 1,
"name": "sample string 2",
"code": "sample string 3",
"sortOrder": 4,
"isLiquor": true,
"isTobacco": true,
"excludeTalker": true,
"externalSales": true,
"saleGLCode": "sample string 9",
"cogsglCode": "sample string 10",
"accountingCategoryID": 11,
"maximumMarkdownPercentage": 12.0,
"accountingOnly": true,
"generateExternalID": 1,
"useNonReportableTaxCode": true,
"minPLU": 15,
"maxPLU": 16,
"scaleLocation": {
"$ref": "57"
},
"subDepartments": [
{
"$id": "59",
"id": 1,
"departmentID": 2,
"name": "sample string 3",
"code": "sample string 4",
"departmentCode": "sample string 5",
"externalSales": true,
"minorDepartments": [
{
"$id": "60",
"id": 1,
"subDepartmentID": 2,
"departmentID": 3,
"name": "sample string 4",
"subDepartmentCode": "sample string 5",
"departmentCode": "sample string 6",
"code": "sample string 7",
"lesserDepartments": [
{
"$id": "61",
"id": 1,
"departmentID": 2,
"subDepartmentID": 3,
"minorDepartmentID": 4,
"name": "sample string 5",
"code": "sample string 6",
"departmentCode": "sample string 7",
"subDepartmentCode": "sample string 8",
"minorDepartmentCode": "sample string 9",
"updated": "2026-04-03T06:21:18.1140751",
"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": "jPG0gZxIaU2U4X/wnL2DZw==",
"labelPageLayoutGuid": "81b4f18c-489c-4d69-94e1-7ff09cbd8367",
"minimumAge": 17,
"countryOfOrigin": "sample string 18",
"serviceFeeID": 1,
"eftCode": 19,
"defaultPrinter": "sample string 20",
"defaultPrinterGroup": "sample string 21",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"includeInDistinctLimit": true,
"defaultsEmpty": false,
"mscCat": {
"$id": "62",
"dept": 1,
"category": 2,
"name": "sample string 3",
"active": true,
"mscCommodities": [
{
"$id": "63",
"dept": 1,
"category": 2,
"commodity": 3,
"name": "sample string 4",
"active": true,
"mscSubCommodities": [
{
"$id": "64",
"dept": 1,
"category": 2,
"commodity": 3,
"subCommodity": 4,
"name": "sample string 5",
"active": true,
"subCommodityCode": "sample string 7"
},
{
"$ref": "64"
}
],
"commodityCode": "sample string 6"
},
{
"$ref": "63"
}
],
"categoryCode": "sample string 5"
},
"mscCom": {
"$ref": "63"
},
"mscDep": {
"$id": "65",
"dept": 1,
"name": "sample string 2",
"active": true,
"mscCategories": [
{
"$ref": "62"
},
{
"$ref": "62"
}
],
"deptCode": "sample string 4"
},
"mscSubCom": {
"$ref": "64"
}
},
{
"$ref": "61"
}
],
"updated": "2026-04-03T06:21:18.1140751",
"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": "msa7domXfUy4/NNtJO6FHw==",
"labelPageLayoutGuid": "76bbc69a-9789-4c7d-b8fc-d36d24ee851f",
"minimumAge": 15,
"countryOfOrigin": "sample string 16",
"serviceFeeID": 1,
"eftCode": 17,
"defaultPrinter": "sample string 18",
"defaultPrinterGroup": "sample string 19",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"includeInDistinctLimit": true,
"defaultsEmpty": false,
"mscCat": {
"$ref": "62"
},
"mscCom": {
"$ref": "63"
},
"mscDep": {
"$ref": "65"
},
"mscSubCom": {
"$ref": "64"
}
},
{
"$ref": "60"
}
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:21:18.1140751",
"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": "hpDJVcSsTU+DZIcShjJPqw==",
"labelPageLayoutGuid": "55c99086-acc4-4f4d-8364-871286324fab",
"minimumAge": 15,
"countryOfOrigin": "sample string 16",
"serviceFeeID": 1,
"eftCode": 17,
"defaultPrinter": "sample string 18",
"defaultPrinterGroup": "sample string 19",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"includeInDistinctLimit": true,
"defaultsEmpty": false,
"mscCat": {
"$ref": "62"
},
"mscCom": {
"$ref": "63"
},
"mscDep": {
"$ref": "65"
},
"mscSubCom": {
"$ref": "64"
}
},
{
"$ref": "59"
}
],
"stores": [
1,
2
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:21:18.1140751",
"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": "Tm5M+XGEJEGRaUvEzN8Vmg==",
"labelPageLayoutGuid": "f94c6e4e-8471-4124-9169-4bc4ccdf159a",
"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": "G76qljJls02TTxmfM5NM0g==",
"pluGuid": "96aabe1b-6532-4db3-934f-199f33934cd2",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "8x7/EF6Kw0GNH1CA2KUGNA==",
"dealCostGuid": "10ff1ef3-8a5e-41c3-8d1f-5080d8a50634",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "ZjQ7AtqD/Uep5VM2acnVnw==",
"priceGroupGuid": "023b3466-83da-47fd-a9e5-533669c9d59f",
"itemNumber": "sample string 10",
"cri": "sample string 11",
"pluPrice": 12,
"costCalcMethod": 13,
"pluCost": 14,
"pluCostIndicator": "sample string 15",
"pluPriceGstPercent": 16,
"pluCostGstPercent": 17,
"pluActive": true,
"cartonQty": 1.1,
"baseUnits": 19.1,
"salesMode": 1,
"pluNormalCost": 20,
"pluaws": 21.0,
"directNumber": "sample string 22",
"departmentName": "sample string 23",
"subDepartmentName": "sample string 24",
"priceGroupName": "sample string 25",
"supplierName": "sample string 26",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-04-03T06:21:18.1140751",
"rrp": 27,
"campaignDescription": "sample string 28",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "0ae6a027-fcf9-41d5-8bd0-08efaa140c6d",
"campaignComboPriceGroupG_UID": "AS7wjmG6rkqvLKr06AS/yg==",
"campaignComboPriceGroupIdentifier": "8ef02e01-ba61-4aae-af2c-aaf4e804bfca",
"promotionPlacementDescription": "sample string 30",
"storeAcceptances": [
{
"$id": "67",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-04-03T06:21:18.1140751",
"operatorG_UID": "hgzA3QBBCE2D/c2GvMLnSw==",
"operatorGuid": "ddc00c86-4100-4d08-83fd-cd86bcc2e74b",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-04-03T06:21:18.1140751",
"signIqTicketFileMovedUtc": "2026-04-03T06:21:18.1140751",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-04-03T06:21:18.1140751",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "76068c2f-1d4d-4987-bc5c-a387f645318e",
"product": {
"$ref": "2"
},
"campaignPlu": {
"$ref": "66"
},
"fuelItem": true
},
{
"$ref": "67"
}
],
"campaign": {
"$id": "68",
"id": 1,
"storeID": 2,
"name": "3b9a7284-7ff9-4257-8e9c-b73db9a768ab",
"nameGuid": "3b9a7284-7ff9-4257-8e9c-b73db9a768ab",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-04-03T06:21:18.1140751",
"startTime": 1,
"endDate": "2026-04-03T06:21:18.1140751",
"endTime": 1,
"recurrence": 1,
"recurrenceType": 1,
"monthType": 1,
"weekDays": 1,
"months": 1,
"monthWeeks": 1,
"monthDays": "sample string 7",
"printed": true,
"talkerText": "sample string 8",
"rangeDescription": "sample string 9",
"dealDescription": "sample string 10",
"labelQuantity": 11,
"active": 1,
"deactivated": "2026-04-03T06:21:18.1140751",
"system": true,
"created": "2026-04-03T06:21:18.1140751",
"updated": "2026-04-03T06:21:18.1140751",
"priceChangeNotifiedUtc": "2026-04-03T06:21:18.1140751",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "h+hertI6MEafr2kdIZ7vIQ==",
"hostIdentifierGuid": "ae5ee887-3ad2-4630-9faf-691d219eef21",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-04-03T06:21:18.1140751",
"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": "XLvKn5ksHEmVfvCSBUNv6g==",
"pluGuid": "9fcabb5c-2c99-491c-957e-f09205436fea",
"hostOfferID": 1,
"priceGroupG_UID": "Xy4Z6c3Am0qDN3vH9Sjl5Q==",
"priceGroupGuid": "e9192e5f-c0cd-4a9b-8337-7bc7f528e5e5",
"fuelItem": true,
"pluName": "sample string 6",
"apn": "sample string 7",
"pluActive": true,
"cartonQty": 1,
"baseUnits": 9.1,
"cri": "sample string 10",
"salesMode": 1,
"pluaws": 11.0,
"directNumber": "sample string 12",
"departmentName": "sample string 13",
"subDepartmentName": "sample string 14",
"priceGroupName": "sample string 15",
"supplierName": "sample string 16",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-04-03T06:21:18.1140751",
"rrp": 17,
"campaignDescription": "sample string 18",
"product": {
"$ref": "2"
},
"campaign": {
"$ref": "68"
}
},
{
"$ref": "69"
}
],
"sellingRules": [
{
"$id": "70",
"id": 1,
"identifier": "OL2t8yEez0ynyTLEol3QQA==",
"identifierStr": "OL2t8yEez0ynyTLEol3QQA==",
"identifierGuid": "f3adbd38-1e21-4ccf-a7c9-32c4a25dd040",
"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": "sdC3PAlWmECaj+xrtTSLpw==",
"customerIDGuid": "3cb7d0b1-5609-4098-9a8f-ec6bb5348ba7",
"campaign": {
"$ref": "68"
},
"customer": {
"$id": "72",
"identifier": "0JxKZA7z1ESUbHUKjA1dtQ==",
"identifierGuid": "644a9cd0-f30e-44d4-946c-750a8c0d5db5",
"code": "sample string 2",
"familyName": "sample string 3",
"givenName": "sample string 4",
"otherName": "sample string 5",
"title": "sample string 6",
"dateOfBirth": "2026-04-03T06:21:18.1140751",
"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": "gihVR3Tz3Eu4K0vais7hcw==",
"communityIdentifierGuid": "47552882-f374-4bdc-b82b-4bda8acee173",
"joined": "2026-04-03T06:21:18.1140751",
"updated": "2026-04-03T06:21:18.1140751",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "DB1HV+mou0ab71IZklxyQA==",
"priceLevelIdentifierGuid": "57471d0c-a8e9-46bb-9bef-5219925c7240",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-04-03T06:21:18.1140751",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "73",
"cardType": 2,
"issueDate": "2026-04-03T06:21:18.1140751",
"expiry": "2026-04-03T06:21:18.1140751",
"customerID": "PMzLHCurs0aGN2l7s9oLhA==",
"customerIDGuid": "1ccbcc3c-ab2b-46b3-8637-697bb3da0b84",
"initialValue": 1,
"currentValue": 1,
"maxLimit": 1,
"minTransaction": 1,
"maxTransaction": 1,
"multiplier": 1.1,
"active": true,
"reasonInactive": 1,
"idRequired": true,
"idType": 1,
"idValue": "sample string 5",
"updated": "2026-04-03T06:21:18.1140751",
"linkedAccount": "Z1zRyVbvNEyjOIVg+ybn4g==",
"linkedAccountGuid": "c9d15c67-ef56-4c34-a338-8560fb26e7e2",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "72"
},
"account": {
"$id": "74",
"id": 1,
"identifier": "NSidyzn9eUqVkqsHPjJnZQ==",
"identifierGuid": "cb9d2835-fd39-4a79-9592-ab073e326765",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-04-03T06:21:18.1140751",
"owner": "/Uv/AjTsyEWL0eu+zdnkkQ==",
"ownerGuid": "02ff4bfd-ec34-45c8-8bd1-ebbecdd9e491",
"accountStoreGroupIdentifier": "xgwQmr0iN0iipuuiAQGyJg==",
"accountStoreGroupGuid": "9a100cc6-22bd-4837-a2a6-eba20101b226",
"accountType": 1,
"currentBalance": 1,
"externalID": "sample string 7",
"maximumLimit": 1,
"accruePoints": true,
"loyaltyPoints": 1,
"termsOfTrade": 1,
"signatureRequired": true,
"referenceRequired": true,
"statementSendType": 10,
"ageingPeriod": 1,
"monthlyAgeingPeriod": true,
"explodedInvoice": true,
"isFifoAllocation": true,
"lastStatementSent": "2026-04-03T06:21:18.1140751",
"active": true,
"updated": "2026-04-03T06:21:18.1140751",
"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": "tseXpaepi0+fT8oMv5an+w==",
"identifierGuid": "a597c7b6-a9a7-4f8b-9f4f-ca0cbf96a7fb",
"name": "sample string 2",
"primaryContact": "GZly/DtopkeW6mp2a2PGUg==",
"primaryContactGuid": "fc729919-683b-47a6-96ea-6a766b63c652",
"accountID": "Z3DDCqktEk+/NBKzJgtYrw==",
"accountIDGuid": "0ac37067-2da9-4f12-bf34-12b3260b58af",
"special": true,
"updated": "2026-04-03T06:21:18.1140751",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "JtEaRzuHCkmW+ioBlEXHkA==",
"priceLevelIdentifierGuid": "471ad126-873b-490a-96fa-2a019445c790",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "74"
},
"primaryContactCustomer": {
"$ref": "72"
},
"customerGroupMembers": [
{
"$id": "77",
"id": 1,
"groupID": "kblipQknj0SkhKR3v/Zu9A==",
"groupIDGuid": "a562b991-2709-448f-a484-a477bff66ef4",
"customerID": "tiIRstYMZEmKNJuUMbZV+Q==",
"customerIDGuid": "b21122b6-0cd6-4964-8a34-9b9431b655f9",
"card": "sample string 4",
"linkedAccount": "+0Jl5Z+KOk2wiLDtePvKzw==",
"linkedAccountGuid": "e56542fb-8a9f-4d3a-b088-b0ed78fbcacf",
"customer": {
"$ref": "72"
},
"group": {
"$ref": "76"
},
"customerCard": {
"$ref": "73"
}
},
{
"$ref": "77"
}
]
},
{
"$ref": "76"
}
]
},
"payments": [
{
"$id": "78",
"id": 1,
"identifier": "IZN7xhWggkGyz2cRcXx0dg==",
"identifierGuid": "c67b9321-a015-4182-b2cf-6711717c7476",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "cDdULPsW0ECWkCM1don3JQ==",
"accountIDGuid": "2c543770-16fb-40d0-9690-23357689f725",
"customerAccount": {
"$ref": "74"
},
"customerCard": {
"$ref": "73"
},
"accountType": 1,
"cardName": "sample string 8",
"authorisationNumber": "sample string 9",
"bankReference": "sample string 10",
"merchantID": "sample string 11",
"terminalID": "sample string 12",
"cardNumber": "sample string 13",
"paymentDate": "2026-04-03T06:21:18.1140751",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "BOcsD8gCfkekms457xzqHw==",
"idempotentVoidGuid": "0f2ce704-02c8-477e-a49a-ce39ef1cea1f",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "79",
"saleHeaderID": 1,
"saleHeaderGuid": "ccFy9695lkOY7NWDnxwSsw==",
"saleHeaderIdentifierGuid": "f772c171-79af-4396-98ec-d5839f1c12b3",
"created": "2026-04-03T06:21:18.1140751",
"createdLocal": "2026-04-03T06:21:18.1140751",
"createdText": "sample string 4",
"itemCount": 5,
"totalAmount": 6,
"cashTender": 1,
"cardTender": 1,
"cheqTender": 1,
"acctTender": 1,
"voucherTender": 1,
"loyaltyPoints": 1,
"cashout": 1,
"changeAmount": 1,
"rounding": 1,
"gstAmount": 1,
"transactionDiscountTender": 1,
"totalTip": 7,
"tranType": 1,
"processed": 1,
"imported": "2026-04-03T06:21:18.1140751",
"storeID": 1,
"operatorG_Uid": "RmNvRPZ8CUy9n/puwBIS1g==",
"operatorGuid": "446f6346-7cf6-4c09-bd9f-fa6ec01212d6",
"customerG_Uid": "x9/2ud37wUuuGPHJRZwYKA==",
"customerGuid": "b9f6dfc7-fbdd-4bc1-ae18-f1c9459c1828",
"communityIdentifier": "/7GLwzp/bE27jwM1NylIYg==",
"communityIdentifierGuid": "c38bb1ff-7f3a-4d6c-bb8f-033537294862",
"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": "lvtL0ORi6kSZeYba9Yfayw==",
"priceLevelIdentifierGuid": "d04bfb96-62e4-44ea-9979-86daf587dacb",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-04-03T06:21:18.1140751+00:00\",\"DeliveryAddress1\":\"sample string 2\",\"DeliveryAddress2\":\"sample string 3\",\"CustomerPhoneNumber\":\"sample string 4\",\"OrderType\":0,\"ExternalOrderID\":\"sample string 5\",\"ExternalDisplayableOrderID\":\"sample string 6\",\"TableName\":\"sample string 7\",\"CreatedBy\":0,\"OrderingAppName\":\"sample string 8\"}",
"deserialisedOrderMetadata": {
"$id": "80",
"customerName": "sample string 1",
"pickupAt": "2026-04-03T06:21:18.1140751",
"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": "msPIW5+pXUGQhCqmFi49nA==",
"identifierGuid": "5bc8c39a-a99f-415d-9084-2aa6162e3d9c",
"name": "sample string 3",
"lookupIdentifier": "sample string 4",
"externalID": "sample string 5",
"phone": "sample string 6",
"fax": "sample string 7",
"email": "sample string 8",
"address1": "sample string 9",
"address2": "sample string 10",
"city": "sample string 11",
"postCode": "sample string 12",
"state": "sample string 13",
"country": "sample string 14",
"abn": "sample string 15",
"promoPeriodStart": "2026-04-03T06:21:18.1140751",
"promoPeriodEnd": "2026-04-03T06:21:18.1140751",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-04-03T06:21:18.1140751",
"deleted": true
},
"details": [
{
"$id": "82",
"saleItemID": 1,
"identifier": "U0siux830Um3Bu10qiPiGQ==",
"identifierGuid": "bb224b53-371f-49d1-b706-ed74aa23e219",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "UpAw07dUYE+WUal1sjminw==",
"pluGuid": "d3309052-54b7-4f60-9651-a975b239a29f",
"accountID": "sYocpeYGe0mlBVkOlUGlfA==",
"accountIDGuid": "a51c8ab1-06e6-497b-a505-590e9541a57c",
"normalPrice": 3,
"originalSellingPrice": 4,
"discountPrice": 5,
"unit": 1,
"quantity": 6,
"totalCents": 7,
"fixedPrice": 1,
"tranType": 1,
"discountType": 1,
"cost": 1,
"costDecimals": 8,
"markdown": 1,
"manualQuantity": 1,
"manualPrice": 1,
"manualMode": 1,
"active": 1,
"offline": true,
"barcode": "sample string 9",
"keyedSale": 1,
"discountedID": 1,
"fuelID": 1,
"serialNumber": "sample string 10",
"bestOrExpire": "2026-04-03T06:21:18.1140751",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "vVV+shRFZkirEbwGu1OwxA==",
"refundGuid": "b27e55bd-4514-4866-ab11-bc06bb53b0c4",
"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": "oMRCOkZDRUqdGwK5/axspg==",
"idempotentVoidGuid": "3a42c4a0-4346-4a45-9d1b-02b9fdac6ca6",
"priceLevelIdentifier": "0/9QCNKukUKG/hfCO//bmw==",
"priceLevelIdentifierGuid": "0850ffd3-aed2-4291-86fe-17c23bffdb9b",
"communityIdentifier": "+OfvgFUAr028l3UIECsO8g==",
"communityIdentifierGuid": "80efe7f8-0055-4daf-bc97-7508102b0ef2",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "83",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-04-03T06:21:18.1140751",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "83"
}
],
"refund": {
"$id": "84",
"id": 1,
"g_UID": "nlCqaxIjS0++ohlD9SSS0A==",
"guid": "6baa509e-2312-4f4b-bea2-1943f52492d0",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-04-03T06:21:18.1140751"
},
"modifier": {
"$id": "85",
"id": 1,
"setG_UID": "2TTkqWL1PkuFz0zkFQb5Dg==",
"modifierSetGuid": "a9e434d9-f562-4b3e-85cf-4ce41506f90e",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "8sZEjkHLx0ylI6KVsM4ovg==",
"pluGuid": "8e44c6f2-cb41-4cc7-a523-a295b0ce28be",
"deleted": true,
"g_UID": "2VUrZhp0vke8IBpwvm8FbA==",
"guid": "662b55d9-741a-47be-bc20-1a70be6f056c",
"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": "T56qlXaGc0iGRi7j1QJ87g==",
"pluGuid": "95aa9e4f-8676-4873-8646-2ee3d5027cee",
"saleHeaderID": 2,
"totalCents": 3,
"grade": 1,
"gradeDescription": "sample string 4",
"dispenser": 1,
"hose": 1,
"quantity": 1,
"cost": 1,
"acquirerNum": 1,
"attendant": 1,
"ePurseBalance": 1.0,
"cardSignature": "sample string 5",
"compartmentNumber": 1,
"contractNumber": 1,
"discountCardPAN": "sample string 6",
"discountID": 1,
"discountName": "sample string 7",
"discountNetValue": 1.0,
"discountType": 1,
"discountValue": 1.0,
"discretionaryData": "sample string 8",
"driverID": "sample string 9",
"eftBatchNumber": 1,
"eftResponseCode": "sample string 10",
"endDateTime": "2026-04-03T06:21:18.1140751",
"engineHours": 1.1,
"fposNumber": 1,
"loyaltyCardPAN": "sample string 11",
"miscData1": 1,
"miscData2": "sample string 12",
"miscFlags": 1,
"mop": 1,
"odometer": 1,
"panNumber": "sample string 13",
"saleRefund": true,
"saleStatus": 1,
"sequenceNumber": 1,
"stan": 1,
"startDateTime": "2026-04-03T06:21:18.1140751",
"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": "QiCbapZ9Sk6aul5bKC7Jww==",
"pluGuid": "6a9b2042-7d96-4e4a-9aba-5e5b282ec9c3",
"accountID": "hFWWOyoZr0qw3MfLfa2WWA==",
"accountIDGuid": "3b965584-192a-4aaf-b0dc-c7cb7dad9658",
"normalPrice": 3,
"originalSellingPrice": 4,
"discountPrice": 5,
"unit": 1,
"quantity": 6,
"totalCents": 7,
"fixedPrice": 1,
"tranType": 1,
"processed": 1,
"discountType": 1,
"cost": 1,
"costDecimals": 1,
"markdown": 1,
"manualQuantity": 1,
"manualPrice": 1,
"manualMode": 1,
"active": 1,
"barcode": "sample string 8",
"offline": 1,
"keyedSale": 1,
"discountedID": 1,
"fuelID": 1,
"serialNumber": "sample string 9",
"bestOrExpire": "2026-04-03T06:21:18.1140751",
"bestOrExpireType": 1,
"refundG_UID": "VBrWcmZuXkWYUwX8s/kPfw==",
"refundGuid": "72d61a54-6e66-455e-9853-05fcb3f90f7f",
"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": "LIXUK+glCEa+XVcVH3W1cA==",
"identifierGuid": "2bd4852c-25e8-4608-be5d-57151f75b570",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "e9+GkRNCKkqmFd+NqKNduA==",
"customerIdentifierGuid": "9186df7b-4213-4a2a-a615-df8da8a35db8",
"operatorNo": 1,
"operatorG_UID": "qFMv4qH9WU2Wd/oNrPy/vA==",
"operatorGuid": "e22f53a8-fda1-4d59-9677-fa0dacfcbfbc",
"created": "2026-04-03T06:21:18.1140751",
"ordered": "2026-04-03T06:21:18.1140751",
"started": "2026-04-03T06:21:18.1140751",
"completed": "2026-04-03T06:21:18.1140751",
"supplied": "2026-04-03T06:21:18.1140751",
"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": "6ZRI659QmUahCDTDLY//Fg==",
"pluGuid": "eb4894e9-509f-4699-a108-34c32d8fff16",
"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": "GyvI0ufmsUCLcIAQWfcNGg==",
"headerIdentifierGuid": "d2c82b1b-e6e7-40b1-8b70-801059f70d1a",
"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": "tYDpocOLHkCuxW4AB1JlHw==",
"surveyGuid": "a1e980b5-8bc3-401e-aec5-6e000752651f",
"saleHeaderGuid": "/60HMnvB/0qCPvCQH+Y5UA==",
"saleGuid": "3207adff-c17b-4aff-823e-f0901fe63950",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "kO6KOj2lFUaBv+MQatZ0hQ==",
"guidResponse": "3a8aee90-a53d-4615-81bf-e3106ad67485",
"whoAnswered": 2,
"answeredAtUTC": "2026-04-03T06:21:18.1140751",
"sale": {
"$ref": "79"
},
"survey": {
"$id": "94",
"g_UID": "+jNQo+CGxkq8z9C+2Rgrdg==",
"guid": "a35033fa-86e0-4ac6-bccf-d0bed9182b76",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "YDFcvQ3bxE6XuKI18wz9bA==",
"checkoutFormGuid": "bd5c3160-db0d-4ec4-97b8-a235f30cfd6c",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-04-03T06:21:18.1140751",
"end": "2026-04-03T06:21:18.1140751",
"deleted": true,
"updated": "2026-04-03T06:21:18.1140751",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"32ab3310-19b7-4da9-ad69-1b9cc45fc459",
"2ae70737-4085-4d0f-afe2-e14994e2c757"
],
"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": "akCy/PwJYk+eK53IUDEnqQ==",
"accountIdentifier": "fcb2406a-09fc-4f62-9e2b-9dc8503127a9",
"accountName": "sample string 44",
"customerOrderIdentifier": "1vPMq5oSNkeLV6T2W1SQcQ==",
"customerOrderIdentifierGuid": "abccf3d6-129a-4736-8b57-a4f65b549071",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "95",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "T+IJ/hF9Ykq6JA+6AI2U2w==",
"paymentIdentifierGuid": "fe09e24f-7d11-4a62-ba24-0fba008d94db",
"identifier": "JXEIlTrlskulyWv2cxSqCg==",
"identifierGuid": "95087125-e53a-4bb2-a5c9-6bf67314aa0a",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "NOGIV4+gu0G8rjy9eeuLVQ==",
"itemIdentifierGuid": "5788e134-a08f-41bb-bcae-3cbd79eb8b55"
}
},
{
"$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": "uZ12Cf6llUygW9C6XxDWQQ==",
"customerIdentifierGuid": "09769db9-a5fe-4c95-a05b-d0ba5f10d641",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "ILETSia1IUy121nMIpHZdg==",
"idempotentGuid": "4a13b120-b526-4c21-b5db-59cc2291d976",
"offline": true,
"voucher": {
"$id": "97",
"id": 1,
"name": "sample string 2",
"description": "sample string 3",
"shortDescription": "sample string 4",
"url": "sample string 5",
"barcodeTemplateID": 1,
"expiry": 0,
"voucherType": 6,
"limitPerTransaction": 7,
"customerTracking": true,
"discountAccount": "sample string 9",
"endDate": "2026-04-03T06:21:18.1140751",
"barcodeTemplate": {
"$id": "98",
"templateID": 1,
"template": "sample string 1",
"bcFunction": "sample string 2",
"sortOrder": 3
},
"scaleLabel": {
"$id": "99",
"id": 1,
"uid": "sample string 2",
"name": "sample string 3",
"width": 1.1,
"height": 1.1,
"showBorder": true,
"borderWidth": 1.1,
"borderStyle": 1,
"borderColour": "sample string 5",
"updated": "2026-04-03T06:21:18.1140751",
"labelPageLayout": "aCsV5rlfREubC4GVzGZ/9g==",
"pageLayoutGuid": "e6152b68-5fb9-4b44-9b0b-8195cc667ff6",
"labelType": 6,
"oldName": "sample string 7",
"voucher": {
"$ref": "97"
},
"elements": [
{
"$id": "100",
"id": 1,
"scaleLabelID": 2,
"showPercentDI": true,
"showAvgPerHundred": true,
"showAvgPerServe": true,
"name": "sample string 6",
"x": 1.1,
"y": 1.1,
"width": 1.1,
"height": 1.1,
"type": 1,
"rotation": 1,
"text": "sample string 7",
"fontFamily": "sample string 8",
"align": 1,
"bold": true,
"italic": true,
"underline": true,
"strikeout": true,
"reverse": true,
"textColour": "sample string 9",
"fontSize": 1.1,
"picture": "QEA=",
"borderWidth": 10,
"sortOrder": 11,
"printOptions": 12,
"superScriptTextFontSize": 1.1,
"lineStyle": 1,
"spacingStyle": 1,
"interCharacterSpacing": 1.1,
"superScriptOffset": 1.1,
"lineSpacing": 1.1,
"dateFormat": "sample string 13",
"autoGrow": true,
"fontAutoResize": true,
"updated": "2026-04-03T06:21:18.1140751"
},
{
"$ref": "100"
}
]
},
"customerVouchers": [
{
"$id": "101",
"id": 1,
"customerIdentifier": "G3fLhI/QjEaNfWVm9bUi2w==",
"customerIdentifierGuid": "84cb771b-d08f-468c-8d7d-6566f5b522db",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-04-03T06:21:18.1140751",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "Hocv3KIYoECzANyi14g3aQ==",
"issuedIdempotentGuid": "dc2f871e-18a2-40a0-b300-dca2d7883769",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-04-03T06:21:18.1140751",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-04-03T06:21:18.1140751",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "GFdO4XaGJ06poujV3p2x0Q==",
"redeemedIdempotentGuid": "e14e5718-8676-4e27-a9a2-e8d5de9db1d1",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-04-03T06:21:18.1140751",
"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": "I+O2Ix/F0EOAg56e5Xrn/g==",
"groupIDGuid": "23b6e323-c51f-43d0-8083-9e9ee57ae7fe",
"campaign": {
"$ref": "68"
},
"group": {
"$ref": "76"
}
},
{
"$ref": "102"
}
],
"signIqTickets": [
{
"$id": "103",
"identifier": "p61jjcnLPEO/AsKJIYg0dg==",
"identifierGuid": "8d63ada7-cbc9-433c-bf02-c28921883476",
"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": "rKXsvoeLI0Okg//L8iEGAw==",
"guid": "beeca5ac-8b87-4323-a483-ffcbf2210603",
"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": "xMQy0Ye2PUKK+sh3k+t8oA==",
"groupGuid": "d132c4c4-b687-423d-8afa-c87793eb7ca0",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "AOPYe4bmRE2j/PwlKrMDZg==",
"pluGuid": "7bd8e300-e686-4d44-a3fc-fc252ab30366",
"priceGroupG_UID": "bJUnmWVhSU6GuwmOXTwgdg==",
"priceGroupGuid": "9927956c-6165-4e49-86bb-098e5d3c2076",
"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": "OMC21aDuYE+qNXSvs4iXdA==",
"priceLevelIdentifierGuid": "d5b6c038-eea0-4f60-aa35-74afb3889774",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "106"
}
],
"promotionType": {
"$id": "107",
"identifier": "MusU3YhcbUScvttQQnnkqw==",
"identifierGuid": "dd14eb32-5c88-446d-9cbe-db504279e4ab",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "D8q9Ia5NoE+LOe4BEqwtwQ==",
"labelPageLayoutGuid": "21bdca0f-4dae-4fa0-8b39-ee0112ac2dc1",
"priceLevelIdentifier": "CKaEcWB22k+fZoUyVkzv7A==",
"priceLevelIdentifierGuid": "7184a608-7660-4fda-9f66-8532564cefec",
"active": true,
"updated": "2026-04-03T06:21:18.1140751",
"hostName": "sample string 11"
}
},
"product": {
"$ref": "2"
},
"dealCost": {
"$id": "108",
"headerIdentifier": "zJTBsrzU+EejkYf0f1UIiA==",
"headerIdentifierGuid": "b2c194cc-d4bc-47f8-a391-87f47f550888",
"identifier": "C3irgpaYvkekRgIZsR2gfA==",
"identifierGuid": "82ab780b-9896-47be-a446-0219b11da07c",
"supplierIdentifier": "c42D3SBO/0qm+KuG3BpIqw==",
"supplierGuid": "dd838d73-4e20-4aff-a6f8-ab86dc1a48ab",
"pluG_UID": "EPyhaEEsg024V8NPfj93RA==",
"pluGuid": "68a1fc10-2c41-4d83-b857-c34f7e3f7744",
"campaignName": "7afbcc31-278c-420a-a406-a0b8cacd4694",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-04-03T06:21:18.1140751",
"end": "2026-04-03T06:21:18.1140751",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "bzqHx2Ys2UeGwIOR7/RTBQ==",
"bonusItemPluGuid": "c7873a6f-2c66-47d9-86c0-8391eff45305",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-04-03T06:21:18.1140751",
"metcashPromotionID": "sample string 14",
"fromHost": 15,
"storeNames": "sample string 16",
"storeIDs": [
1,
2
],
"supplierName": "sample string 17",
"campaignDescription": "sample string 18",
"newPrice": 1,
"campaignMetcashPromotionID": "sample string 19",
"campaignActive": true,
"campaignStartDate": "2026-04-03T06:21:18.1140751",
"campaignEndDate": "2026-04-03T06:21:18.1140751",
"masterPLUG_UID": "NHwvj14nQE+aTk6n4O8Nng==",
"masterID": "8f2f7c34-275e-4f40-9a4e-4ea7e0ef0d9e",
"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": "+KGRYKxZbUiz4xScHq+8Hg==",
"bonusMasterID": "6091a1f8-59ac-486d-b3e3-149c1eafbc1e",
"bonusProductName": "sample string 34",
"bonusProductAPN": "sample string 35",
"bonusOrderCode": "sample string 36",
"bonusNormalSell": 37,
"bonusNormalCost": 38,
"bonusNormalCostDecimals": 39,
"bonusCartonQuantity": 40,
"bonusSalesMode": 41,
"bonusOrderPacked": 42,
"bonusFuelItem": true,
"bonusActive": true
}
},
"currentCostStart": "2026-04-03T06:21:18.1140751",
"dealCosts": [
{
"$ref": "108"
},
{
"$ref": "108"
}
],
"tags": [
{
"$id": "109",
"pluG_UID": "1MhrynIi5UKZAw9iM7AkNA==",
"pluGuid": "ca6bc8d4-2272-42e5-9903-0f6233b02434",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "109"
}
],
"alternateProductG_UID": "euuyCy6yh0Og105U+oE71w==",
"alternateProduct": "0bb2eb7a-b22e-4387-a0d7-4e54fa813bd7",
"altProduct": {
"$ref": "2"
},
"productHostCode": {
"$id": "110",
"id": 1,
"pluG_UID": "59QLM43+2Ua8QtJJ1A7F8Q==",
"pluGuid": "330bd4e7-fe8d-46d9-bc42-d249d40ec5f1",
"ibaCode": "sample string 2"
},
"mscCat": {
"$ref": "62"
},
"mscCom": {
"$ref": "63"
},
"mscDep": {
"$ref": "65"
},
"mscSubCom": {
"$ref": "64"
},
"isUserUpdate": true,
"ignoreMasterProduct": true,
"priceGroupLabelRequested": true,
"firstSold": "2026-04-03T06:21:18.1140751",
"inventoryTracked": "2026-04-03T06:21:18.1140751",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "111",
"pluG_UID": "rLivm1pFBUKT6RfkqMolRA==",
"pluGuid": "9bafb8ac-455a-4205-93e9-17e4a8ca2544",
"fuelPluG_UID": "zTi5if8riU+6bLA577hCyg==",
"fuelPluGuid": "89b938cd-2bff-4f89-ba6c-b039efb842ca",
"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": "i/GvwM+Ptk+M8RjTplApzw==",
"pluGuid": "c0aff18b-8fcf-4fb6-8cf1-18d3a65029cf",
"orderGuid": "SA1NRdb+FUOvzb5dGpQOzg==",
"orderIdentifier": "454d0d48-fed6-4315-afcd-be5d1a940ece",
"barcode": "sample string 3",
"created": "2026-04-03T06:21:18.1140751",
"assigned": true
},
"unknownScanItem": true,
"substitute": {
"$ref": "2"
},
"warehouseProduct": {
"$ref": "2"
},
"lookup": {
"$id": "113",
"pluG_UID": "rE/7NzZj4kqQpiH+vlGPpw==",
"pluGuid": "37fb4fac-6336-4ae2-90a6-21febe518fa7",
"inventoryGuid": "ZcvRp7MCAUigMAM8TS0l1Q==",
"inventoryIdentifier": "a7d1cb65-02b3-4801-a030-033c4d2d25d5",
"averageWeeklySales": 1.0,
"promotionalAverageWeeklySales": 1.0,
"inventoryAverageWeeklySales": 1.0,
"inventoryPromotionalAverageWeeklySales": 1.0,
"onHand": 1,
"onHandPacks": 1,
"onOrder": 1,
"onOrderPacks": 1,
"accuracy": 1,
"lastOrdered": "2026-04-03T06:21:18.1140751",
"lastOrderQuantity": 1.1,
"lastReceived": "2026-04-03T06:21:18.1140751",
"lastReceivedQuantity": 1.1,
"lastInvoiceStatus": 1
},
"productOrderingDetail": {
"$ref": "11"
},
"dealCost": {
"$ref": "108"
},
"nextCost": {
"$ref": "108"
},
"lastChance": true,
"holdOff": 18,
"holdOffDate": "2026-04-03T06:21:18.1140751",
"orderHeader": {
"$id": "114",
"orderID": 1,
"orderGuid": "WZ+e2LsKM0KWYyWzuYMMMQ==",
"orderIdentifier": "d89e9f59-0abb-4233-9663-25b3b9830c31",
"backToBack": 1,
"b2bGuid": "zDM0RHjcF0C/de4iymlvOA==",
"b2bIdentifier": "443433cc-dc78-4017-bf75-ee22ca696f38",
"status": 2,
"created": "2026-04-03T06:21:18.1140751",
"createdLocal": "2026-04-03T06:21:18.1140751",
"createdByUser": "sample string 3",
"storeID": 1,
"transferGuid": "kZxWUxjY+EGC5XdMDkbfAg==",
"transferIdentifier": "53569c91-d818-41f8-82e5-774c0e46df02",
"transferInvoiceIdentifier": "/8mTn3GY8kunkuHFzGMvdA==",
"transferInvoiceGuid": "9f93c9ff-9871-4bf2-a792-e1c5cc632f74",
"attachedToInvoice": 4,
"transferType": 1,
"supplierIdentifier": "zYRGcZWUGUGcLMHprrm4xw==",
"supplierIdentifierGuid": "714684cd-9495-4119-9c2c-c1e9aeb9b8c7",
"description": "sample string 5",
"rows": 1,
"cartons": 1,
"units": 1,
"sentCount": 1,
"sent": "2026-04-03T06:21:18.1140751",
"sentLocal": "2026-04-03T06:21:18.1140751",
"sentByUser": "sample string 6",
"lastSentStatus": 1,
"cancelled": "2026-04-03T06:21:18.1140751",
"cancelledLocal": "2026-04-03T06:21:18.1140751",
"cancelledByUser": "sample string 7",
"shipped": "2026-04-03T06:21:18.1140751",
"shippedLocal": "2026-04-03T06:21:18.1140751",
"shippedByUser": "sample string 8",
"stockReceived": "2026-04-03T06:21:18.1140751",
"stockReceivedLocal": "2026-04-03T06:21:18.1140751",
"stockReceivedByUser": "sample string 9",
"stockReceiveInventorySetting": 10,
"received": "2026-04-03T06:21:18.1140751",
"receivedLocal": "2026-04-03T06:21:18.1140751",
"completed": "2026-04-03T06:21:18.1140751",
"completedLocal": "2026-04-03T06:21:18.1140751",
"updated": "2026-04-03T06:21:18.1140751",
"updatedLocal": "2026-04-03T06:21:18.1140751",
"dueDate": "2026-04-03T06:21:18.1140751",
"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": "hL8g4Yhm9E6RoeNt8UZuDw==",
"transportCompanyIdentifier": "e120bf84-6688-4ef4-91a1-e36df1466e0f",
"autoOrder": 28,
"hostIdentifier": "77bTDHLzLUOSXB19wMdYKQ==",
"hostIdentifierGuid": "0cd3b6ef-f372-432d-925c-1d7dc0c75829",
"defaultOrderDocumentId": 1,
"defaultStockReceiveDocumentId": 1,
"temperature": 1.1,
"temperatureScale": 29,
"rating": 30,
"lastOrderEmailSentId": "sample string 31",
"lastOrderEmailSentStatus": "sample string 32",
"deleted": "2026-04-03T06:21:18.1140751",
"deletedByUser": "sample string 33",
"autoOrderGuid": "2uD8hIYcPE+8Yefnskfr+w==",
"autoOrderIdentifier": "84fce0da-1c86-4f3c-bc61-e7e7b247ebfb",
"autoOrderHeader": {
"$id": "115",
"autoOrderGuid": "rAj1AII1jUihBZ84ebNw/A==",
"autoOrderIdentifier": "00f508ac-3582-488d-a105-9f3879b370fc",
"orderGuid": "3YvZJ9IuJkKNDxpSKZsF+A==",
"orderIdentifier": "27d98bdd-2ed2-4226-8d0f-1a52299b05f8",
"created": "2026-04-03T06:21:18.1140751",
"orderID": 1,
"storeID": 1,
"orderDate": "2026-04-03T06:21:18.1140751",
"supplierIdentifier": "1PI9WnoQZ0SXYhxoU3OLGQ==",
"supplierIdentifierGuid": "5a3df2d4-107a-4467-9762-1c6853738b19",
"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": "FGnpOlFFFkCZdV/qK4QPtQ==",
"transportCompanyIdentifier": "3ae96914-4551-4016-9975-5fea2b840fb5",
"store": {
"$ref": "3"
},
"supplier": {
"$ref": "8"
},
"orderCycle": {
"$id": "116",
"id": 1,
"autoOrderGuid": "8FXTjuGkTU+iEJJOuijYiw==",
"autoOrderIdentifier": "8ed355f0-a4e1-4f4d-a210-924eba28d88b",
"cutOffDate": "2026-04-03T06:21:18.1140751",
"deliveryDate": "2026-04-03T06:21:18.1140751",
"daysBuffer": 3,
"nextCutOffDate": "2026-04-03T06:21:18.1140751",
"nextDeliveryDate": "2026-04-03T06:21:18.1140751",
"nextDaysBuffer": 5
},
"details": [
{
"$id": "117",
"autoOrderGuid": "PZ1GSiNmE0WIS+PrsYYeKg==",
"autoOrderIdentifier": "4a469d3d-6623-4513-884b-e3ebb1861e2a",
"pluG_UID": "DUJZESX8Q0S79Cth12TM8g==",
"pluGuid": "1159420d-fc25-4443-bbf4-2b61d764ccf2",
"orderCartons": 1,
"orderUnits": 1,
"orderWeight": 1,
"processedCartons": 1,
"processedUnits": 1,
"processedWeight": 1,
"cartons": 1,
"units": 1,
"weight": 1,
"status": 1,
"bestDealCartonCost": 1.1,
"bestDealDays": 1,
"lastDealDays": 1,
"normalCartonCost": 1.1,
"currentDealCartonCost": 1.1,
"investmentCartons": 1,
"investmentUnits": 1,
"investmentWeight": 1,
"investmentSavedAmt": 1.1,
"investmentBuyEndDate": "2026-04-03T06:21:18.1140751",
"investmentBuyStatus": 2,
"processed": "2026-04-03T06:21:18.1140751",
"product": {
"$ref": "2"
},
"orderCode": "sample string 3",
"directIndicator": "sample string 4",
"cycle": {
"$ref": "15"
},
"dayWeighting": {
"$id": "118",
"sunday": 1.1
},
"inventory": {
"$id": "119",
"inventoryGuid": "53ua8FZoZUq+RLOv2UraoQ==",
"inventoryIdentifier": "f09a7be7-6856-4a65-be44-b3afd94adaa1",
"created": "2026-04-03T06:21:18.1140751",
"createdLocal": "2026-04-03T06:21:18.1140751",
"onHand": 4,
"onHandPacks": 5,
"onOrder": 6,
"onOrderPacks": 7,
"accuracy": 8,
"updated": "2026-04-03T06:21:18.1140751",
"history": [
{
"$id": "120",
"inventoryGuid": "JSb07OEDmEmg5MX6CvlB1w==",
"inventoryIdentifier": "ecf42625-03e1-4998-a0e4-c5fa0af941d7",
"pluG_UID": "Klv6ZQ4cYEqNf2HUey+y2Q==",
"pluIdentifier": "65fa5b2a-1c0e-4a60-8d7f-61d47b2fb2d9",
"inventoryReason": 3,
"inventoryInvoiceGuid": "aCeDy4CzUE6fsFR0o0hxHA==",
"invoiceIdentifier": "cb832768-b380-4e50-9fb0-5474a348711c",
"operatorGuid": "jEms4rOsn0eSxbcjFUB3zw==",
"operatorIdentifier": "e2ac498c-acb3-479f-92c5-b723154077cf",
"stocktakeGuid": "j5VMJnqIGkGNTti5UTUo/Q==",
"stocktakeIdentifier": "264c958f-887a-411a-8d4e-d8b9513528fd",
"orderGuid": "zJeJpUZc5kufYvnJvPr8bA==",
"orderIdentifier": "a58997cc-5c46-4be6-9f62-f9c9bcfafc6c",
"saleHeaderGuid": "CZdO6odCXkuVKJL5+Fx7Zw==",
"saleHeaderGuidIdentifier": "ea4e9709-4287-4b5e-9528-92f9f85c7b67",
"dumpStockID": 1,
"fuelDeliveryID": 1,
"creditNoteIdentifier": "RX7Uc8xDdU2F8I0sHccBBg==",
"creditNoteGuid": "73d47e45-43cc-4d75-85f0-8d2c1dc70106",
"inventorySourceGuid": "MEJTF078kEqSWK4n299Gxw==",
"inventorySourceIdentifier": "17534230-fc4e-4a90-9258-ae27dbdf46c7",
"createdLocal": "2026-04-03T06:21:18.1140751",
"baseUnits": 4,
"unitsPerCarton": 5,
"unitsPerCartonWeighted": true,
"counted": 7,
"countedPacks": 8,
"open": 1,
"movementQty": 9,
"close": 1,
"openPacks": 1,
"movementQtyPacks": 10,
"closePacks": 1,
"accuracy": 1,
"manual": 11,
"user": "sample string 12",
"updated": "2026-04-03T06:21:18.1140751",
"createdLocalTime": "2026-04-03T06:21:18.1140751",
"storeID": 14,
"barcode": "sample string 15",
"directCode": "sample string 16",
"productName": "sample string 17",
"salesMode": 18,
"orderPacked": 19,
"invoice": {
"$id": "121",
"inventoryInvoiceGuid": "9HJAKQtWRk2dQeB9GyTJjw==",
"invoiceIdentifier": "294072f4-560b-4d46-9d41-e07d1b24c98f",
"inventoryGuid": "8ojQkFekf0y7ak+3iQ2bOQ==",
"inventoryIdentifier": "90d088f2-a457-4c7f-bb6a-4fb7890d9b39",
"supplierIdentifier": "RyjMdgzLTEKuWUbkh/OGQw==",
"supplierGuid": "76cc2847-cb0c-424c-ae59-46e487f38643",
"orderGuid": "gOfWcMIbI0CSl8N3rS+W/g==",
"orderIdentifier": "70d6e780-1bc2-4023-9297-c377ad2f96fe",
"invoiceHeaderIdentifier": "EIEK0W7wcUq1bW6RW/jtrQ==",
"invoiceHeaderGuid": "d10a8110-f06e-4a71-b56d-6e915bf8edad",
"created": "2026-04-03T06:21:18.1140751",
"ordered": "2026-04-03T06:21:18.1140751",
"storeID": 1,
"bestOrExpire": "2026-04-03T06:21:18.1140751",
"bestOrExpireType": 1,
"units": 1,
"weight": 1,
"received": "2026-04-03T06:21:18.1140751",
"cost": 1,
"totalCost": 1,
"freightCost": 1,
"inStock": 1,
"pluG_UID": "MTNKGolzzUqCoOD2a0Ve5Q==",
"pluGuid": "1a4a3331-7389-4acd-82a0-e0f66b455ee5",
"orderInventoryGuid": "75A4MJU9SkKlnI44yV/vwQ==",
"orderInventoryIdentifier": "303890ef-3d95-424a-a59c-8e38c95fefc1",
"supplier": {
"$ref": "8"
},
"inventoryUnits": [
{
"$id": "122",
"invoiceItemNo": 1,
"inventoryInvoiceGuid": "DrFrlwcQ8UGN6HDx7VNl3Q==",
"invoiceIdentifier": "976bb10e-1007-41f1-8de8-70f1ed5365dd",
"inventoryGuid": "w56DxOn8DUK7fhirl+IyRg==",
"inventoryIdentifier": "c4839ec3-fce9-420d-bb7e-18ab97e23246",
"serialNumber": "sample string 3",
"sold": "2026-04-03T06:21:18.1140751",
"saleItemID": 1,
"storeID": 1,
"returned": "2026-04-03T06:21:18.1140751",
"dumped": 1,
"saleHeaderID": 1
},
{
"$ref": "122"
}
]
},
"invoiceHeaderIdentifier": "9nkJNEGOA0q6Ay9YZ6Iv9A==",
"invoiceHeaderGuid": "340979f6-8e41-4a03-ba03-2f5867a22ff4",
"invoiceNumber": "sample string 20",
"invoiceCost": 1,
"invoiceCostDecimals": 1,
"orderNumber": 1,
"orderReceivingStoreName": "sample string 21",
"orderSendingStoreName": "sample string 22",
"creditNoteID": 1,
"reason": {
"$id": "123",
"id": 1,
"name": "sample string 1",
"allowRF": 2,
"dumpStock": 3,
"creditRequest": 4,
"excludeFromLoss": 5,
"reserved": 6,
"updated": "2026-04-03T06:21:18.1140751"
},
"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": "WTkQRsmFVU+2IRqMd3fSKw==",
"pluGuid": "46103959-85c9-4f55-b621-1a8c7777d22b",
"consolidatedSales": {
"$id": "125",
"1": {
"$id": "126",
"discountPercentage": 1,
"days": 2,
"quantity": 3.1,
"aws": 3.1,
"cartonQuantity": 4.1,
"lowQuality": true
},
"2": {
"$ref": "126"
}
},
"dailyPrices": {
"$id": "127",
"2026-04-03T06:21:18.1140751": {
"$id": "128",
"date": "2026-04-03T06:21:18.1140751",
"salePrice": 1,
"campaign": "sample string 2",
"campaignDescription": "sample string 3",
"combo": true,
"comboPriceGroupG_UID": "sABj5DPL80OuJUThL1V0vw==",
"comboPriceGroupGuid": "e46300b0-cb33-43f3-ae25-44e12f5574bf"
}
},
"onHandPredictions": [
{
"$id": "129",
"autoOrderGuid": "hXGN2CXfQUKrMIBjBg/GRQ==",
"autoOrderIdentifier": "d88d7185-df25-4241-ab30-8063060fc645",
"pluG_UID": "3jQGI1HR3kKBhCdeyVmB4w==",
"pluGuid": "230634de-d151-42de-8184-275ec95981e3",
"childPLUG_UID": "bTCwqvDv/UOJLXFwcr8ZRw==",
"childPluGuid": "aab0306d-eff0-43fd-892d-717072bf1947",
"date": "2026-04-03T06:21:18.1140751",
"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": "1076df00-a574-4923-b1f1-61fb8b79e6c7",
"cartonQuantity": 1,
"sellPrice": 1,
"cost": 1,
"costDecimals": 1,
"bufferDays": 6,
"boostDays": 7
},
{
"$ref": "117"
}
],
"boosts": [
{
"$id": "130",
"autoOrderGuid": "XzF1q1nGREWmVnu2Bv2TLQ==",
"autoOrderIdentifier": "ab75315f-c659-4544-a656-7bb606fd932d",
"date": "2026-04-03T06:21:18.1140751",
"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": "2w/bJWWmQUG5dV9iI4kTvw==",
"orderIdentifier": "25db0fdb-a665-4141-b975-5f62238913bf",
"supplierIdentifier": "CFAOsDD35EW89raAGYgrGg==",
"supplierGuid": "b00e5008-f730-45e4-bcf6-b68019882b1a",
"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": "yZGV29FtF06M3BMkO4BLFQ==",
"identifierGuid": "db9591c9-6dd1-4e17-8cdc-13243b804b15",
"companyName": "sample string 1",
"abn": "sample string 2",
"address1": "sample string 3",
"address2": "sample string 4",
"telephone": "sample string 5",
"primaryContactGuid": "14RG9WgWDEGoYmv73enruA==",
"primaryContactID": "f54684d7-1668-410c-a862-6bfbdde9ebb8",
"primaryContact": {
"$ref": "9"
}
},
"isMetcashSorted": true,
"backupOrderType": "sample string 42",
"backupOrderTypeDescription": "sample string 43",
"backupTradingPartner": 1,
"backupHostIdentifier": "93e23b88-adab-4ed3-9842-96cc19061445"
},
"invoiceDetail": {
"$id": "134",
"identifier": "nGpHaIqps0iIB1BuTt3onw==",
"identifierGuid": "68476a9c-a98a-48b3-8807-506e4edde89f",
"headerIdentifier": "G9kPhfvBhUugLE9rt4cIDQ==",
"headerIdentifierGuid": "850fd91b-c1fb-4b85-a02c-4f6bb787080d",
"pluG_UID": "kFM87momREW9HRSL6wkg/A==",
"pluGuid": "ee3c5390-266a-4544-bd1d-148beb0920fc",
"pageNo": 1,
"lineNo": 1,
"itemOrdered": "sample string 1",
"itemShipped": "sample string 2",
"apn": "sample string 3",
"barcode": "sample string 4",
"prodStatus": 0,
"dateAvailable": "2026-04-03T06:21:18.1140751",
"commodity": "sample string 5",
"supplier": "sample string 6",
"itemDesc": "sample string 7",
"itemType": 48,
"investmentBuyInd": "A",
"orderType": "sample string 8",
"cartonQty": 1,
"cartonQuantitySpecified": true,
"soldByWeight": true,
"orderByWeight": true,
"unitsOrdered": 1,
"unitsSupplied": 1,
"unitsReceived": 1,
"weightOrdered": 1,
"weightShipped": 1,
"weightReceived": 1,
"unitSpecified": 11,
"wholesalePrice": 1,
"extWholesalePrice": 1,
"normalPrice": 1,
"retailPrice": 1,
"pricingUnit": "sample string 12",
"claimFlag": "A",
"gstRate": 1,
"gstAmount": 1,
"extGstAmount": 1,
"deliWeight": 1,
"marginAmount": 1,
"extMarginAmount": 1,
"costAmount": 1,
"orderedCostAmount": 1,
"extCostAmount": 1,
"costIncSpecified": true,
"freightAmount": 14,
"freightGstAmount": 15,
"extFreightAmount": 16,
"extFreightGstAmount": 17,
"costDecimals": 18,
"wetRate": 1,
"containerDeposit": 1,
"basePrice": 1,
"wetValue": 1,
"deliveryFee": 1,
"casePrice": 1,
"wholesaleExt": 1,
"wetExt": 1,
"totalLitres": 1,
"tun": "sample string 19",
"applyDetails": true,
"applySell": true,
"applyCost": true,
"applyOr": true,
"applyQty": true,
"itemNumber": "sample string 20",
"directNumber": "sample string 21",
"itemSize": "sample string 22",
"costGst": 1,
"sellGst": 1,
"costOr": 1,
"sellOr": 1,
"marginOr": 1,
"grossProfit": 1.0,
"sell": 1,
"cartonCost": 1,
"currentCost": 1,
"costID": "A",
"costStart": "2026-04-03T06:21:18.1140751",
"costEnd": "2026-04-03T06:21:18.1140751",
"createdFromUnknownScan": true,
"orderGuid": "aC+g/f9SVkyHb26/piHWPA==",
"orderIdentifierGuid": "fda02f68-52ff-4c56-876f-6ebfa621d63c",
"processed": true,
"received": true,
"inventoried": true,
"fromElectronicInvoice": true,
"allowDelete": true,
"updated": "2026-04-03T06:21:18.1140751",
"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": "j36CedIcXk24p8HyZuJ0XQ==",
"pluGuid": "79827e8f-1cd2-4d5e-b8a7-c1f266e2745d",
"invoiceIdentifier": "X25AaSWbiESK3h1CGmh+Fw==",
"invoiceGuid": "69406e5f-9b25-4488-8ade-1d421a687e17",
"barcode": "sample string 3",
"itemNumber": "sample string 4",
"created": "2026-04-03T06:21:18.1140751"
},
"productActive": true,
"productSalesMode": 35,
"productGSTPercent": 36,
"productCostCalcMethod": 37,
"productAlwaysApplyMargin": true,
"productMarginRanged": true,
"productMargin": 1.1,
"productMinimumMargin": 1.1,
"productMaximumMargin": 1.1,
"priceGroupG_UID": "Yks+ZVAVq02DbCqjMGbZ6A==",
"priceGroupGuid": "653e4b62-1550-4dab-836c-2aa33066d9e8",
"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.