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": "qziXW/++OkGfWxUFat4jtw==",
"orderIdentifier": "5b9738ab-beff-413a-9f5b-15056ade23b7",
"pluG_UID": "w3Ecvf57Dke2POr35+3GjA==",
"pluGuid": "bd1c71c3-7bfe-470e-b63c-eaf7e7edc68c",
"created": "2026-06-03T18:35:00.8053337",
"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": "SIXlm6TxBUqd2y746D1awA==",
"substituteGuid": "9be58548-f1a4-4a05-9ddb-2ef8e83d5ac0",
"warehousePLUG_UID": "ggHUzyM14EyXF7EdNwFBHw==",
"warehousePluGuid": "cfd40182-3523-4ce0-9717-b11d3701411f",
"updated": "2026-06-03T18:35:00.8053337",
"increment": true,
"description": "sample string 15",
"product": {
"$id": "2",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "jiOvp0LMF0WCpFxsWEg+mw==",
"guid": "a7af238e-cc42-4517-82a4-5c6c58483e9b",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "wvksTnwGgUqxLcjHJC53dg==",
"priceGroupGuid": "4e2cf9c2-067c-4a81-b12d-c8c7242e7776",
"blueprintID": 1,
"lastCountedDate": "2026-06-03T18:35:00.8053337",
"externalID": "sample string 7",
"active": true,
"activated": "2026-06-03T18:35:00.8053337",
"pluCreated": "2026-06-03T18:35:00.8053337",
"createdByUser": "sample string 9",
"name": "sample string 10",
"nameChanged": true,
"secondDescription": "sample string 12",
"hostDescription": "sample string 13",
"keepCartonQty": true,
"keepDescription": true,
"keepDepartments": true,
"keepSuppliers": true,
"markdownDescription": "sample string 18",
"altDescription": "sample string 19",
"bestOrExpire": 20,
"lastUpdate": "2026-06-03T18:35:00.8053337",
"lastManualUpdate": "2026-06-03T18:35:00.8053337",
"imageName": "sample string 23",
"showImageOnFlipCharts": true,
"showTextOnFlipCharts": true,
"overrideFlipChartText": true,
"flipChartText": "sample string 27",
"salesMode": 1,
"eftCode": 1,
"price": 1,
"priceChanged": true,
"rrp": 1,
"gstPercent": 28,
"gstPercentChanged": true,
"costGSTPercent": 29,
"costGSTPercentChanged": true,
"wetPercent": 1,
"priceOverride": 1,
"cost": 1,
"currentCost": 1,
"currentCostDecimals": 1,
"grossProfit": 1.0,
"currentCostDesc": "sample string 30",
"currentCostEnd": "2026-06-03T18:35:00.8053337",
"currentCostUpdated": "2026-06-03T18:35:00.8053337",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-06-03T18:35:00.8053337",
"defaultGP": 1,
"breakTargetMode": 33,
"break1": 1,
"price1": 1,
"target1": 34,
"break2": 1,
"price2": 1,
"target2": 35,
"break3": 1,
"price3": 1,
"target3": 36,
"break1Changed": true,
"price1Changed": true,
"target1Changed": true,
"break2Changed": true,
"price2Changed": true,
"target2Changed": true,
"break3Changed": true,
"price3Changed": true,
"target3Changed": true,
"breakTargetModeChanged": true,
"margin": 1.1,
"marginChanged": true,
"marginRanged": true,
"marginRangedChanged": true,
"minimumMargin": 1.1,
"minimumMarginChanged": true,
"maximumMargin": 1.1,
"maximumMarginChanged": true,
"overrideHostWarehouseIndicator": true,
"overrideHostWarehouseIndicatorChanged": true,
"overrideHostPrice": true,
"overrideHostPriceChanged": true,
"overrideHostCost": true,
"overrideHostCostChanged": true,
"overrideHostMargin": true,
"overrideHostMarginChanged": true,
"alwaysApplyMargin": true,
"alwaysApplyMarginChanged": true,
"aws": 1.0,
"paws": 1.0,
"awsUpdated": "2026-06-03T18:35:00.8053337",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "lT6NqFaKXk+t/j98HNcchQ==",
"altPLUGuid": "a88d3e95-8a56-4f5e-adfe-3f7c1cd71c85",
"altPLUGuidChanged": true,
"altPriceDescription1": "sample string 54",
"altPriceDescription2": "sample string 55",
"cartonQuantity": 56,
"cartonQuantityChanged": true,
"trayID": 1,
"promptID": 1,
"tare": 1,
"packQty": 1,
"fixedWeight": 1,
"extraMesg": 1,
"text1": "sample string 58",
"text2": "sample string 59",
"text3": "sample string 60",
"labelText": "sample string 61",
"labelTextChanged": true,
"sendToScale": true,
"nonScaleWeigh": true,
"labelFormat": "sample string 65",
"barcodeFormat": "sample string 66",
"austMade": 1,
"coolCode": 67,
"countryOfOrigin": "sample string 68",
"percentContent": 69.1,
"departmentID": 1,
"subDepartmentID": 1,
"minorDepartmentID": 1,
"lesserDepartmentID": 1,
"deptCode": "sample string 70",
"subDeptCode": "sample string 71",
"minorDeptCode": "sample string 72",
"lesserDeptCode": "sample string 73",
"deptName": "sample string 74",
"subDeptName": "sample string 75",
"minorDeptName": "sample string 76",
"lesserDeptName": "sample string 77",
"departmentChanged": true,
"subCategoryID": 1,
"expiry": 1,
"showDays": 1,
"datePrint": 1,
"labelRequired": true,
"labelShelfQty": 80,
"labelShelfChanged": true,
"labelTalkerQty": 82,
"labelSmall": true,
"labelLastPrinted": "2026-06-03T18:35:00.8053337",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "Eqj9L8/RvUy3jIvf/Wpxfw==",
"shelfPageLayoutGuid": "2ffda812-d1cf-4cbd-b78c-8bdffd6a717f",
"talkerPageLayoutG_UID": "O5jHD2srb0aOHcyQNBF4ug==",
"talkerPageLayoutGuid": "0fc7983b-2b6b-466f-8e1d-cc90341178ba",
"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": "GhjfS4hFo0eqVkYJp2lRHQ==",
"inventoryIdentifier": "4bdf181a-4588-47a3-aa56-4609a769511d",
"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": "YsTweMN2VEib6Xeuzr/Ngw==",
"parentPluGuid": "78f0c462-76c3-4854-9be9-77aecebfcd83",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "YrvjGZU8qEuHE3MpRcfwmA==",
"supplierIdentifierGuid": "19e3bb62-3c95-4ba8-8713-732945c7f098",
"supplierChanged": true,
"rebateSupplierIdentifier": "7XJ+CS7cAUmaoEn09QjDAQ==",
"rebateSupplierIdentifierGuid": "097e72ed-dc2e-4901-9aa0-49f4f508c301",
"rebateSupplierChanged": true,
"availableForOrder": true,
"warehouseDirectIndicator": "sample string 109",
"warehouseDirectIndicatorChanged": true,
"productGrade": "sample string 111",
"productType": "sample string 112",
"productGroup": "sample string 113",
"complianceIndicator": "sample string 114",
"inhouseBrand": "sample string 115",
"slowMoving": true,
"generalMerchandise": true,
"comment": "sample string 118",
"lastUpdatedByUser": "sample string 119",
"lastManualUpdatedByUser": "sample string 120",
"lastUpdatedByUserOverride": true,
"lastUpdatedByHost": "2026-06-03T18:35:00.8053337",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "O8eMItGkj02nv8owWSRjZA==",
"hostIdentifierGuid": "228cc73b-a4d1-4d8f-a7bf-ca3059246364",
"serviceFeeID": 1,
"serviceFeeIDChanged": true,
"providerName": "sample string 126",
"aisleEnds": "sample string 127",
"deleted": true,
"deletedChanged": true,
"hidden": true,
"doNotRange": true,
"doNotRangeChanged": true,
"doNotOrder": true,
"doNotOrderChanged": true,
"locked": true,
"excludeFromWebUpdate": true,
"excludeFromWebUpdateChanged": true,
"webPriceBasedOn": 138,
"webPriceRounding": true,
"webMarkup": 140,
"webPriceMode": 141,
"altDepartmentID": 1,
"altSubDepartmentID": 1,
"altMinorDepartmentID": 1,
"altLesserDepartmentID": 1,
"altDeptCode": "sample string 142",
"altSubDeptCode": "sample string 143",
"altMinorDeptCode": "sample string 144",
"altLesserDeptCode": "sample string 145",
"altDepartmentChanged": true,
"storeProducts": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"store": {
"$id": "3",
"id": 1,
"isMaster": true,
"isElectedMaster": true,
"electedMasterStoreID": 1,
"isZoneMaster": true,
"shortName": "sample string 3",
"url": "sample string 4",
"sortOrder": 1,
"name": "sample string 5",
"phone": "sample string 6",
"fax": "sample string 7",
"email": "sample string 8",
"address1": "sample string 9",
"address2": "sample string 10",
"city": "sample string 11",
"state": "sample string 12",
"country": "sample string 13",
"postCode": "sample string 14",
"delivery": 1,
"exportAccounts": 1,
"salesAccountFolder": "sample string 15",
"purchaseAccountFolder": "sample string 16",
"initLoad": 1,
"initIDs": 1,
"zoneID": 1,
"actAsMaster": 1,
"lastActiveUtc": "2026-06-03T18:35:00.8053337",
"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": "rvUHhAoHjkqhlPyXQWLaBg==",
"hostIdentifierGuid": "8407f5ae-070a-4a8e-a194-fc974162da06",
"hostName": 1,
"hostAddress": "sample string 27",
"hostUsername": "sample string 28",
"hostPassword": "sample string 29",
"excludeFromLeadInOut": true,
"accountingProvider": 31,
"accountingAddress": "sample string 32",
"accountingUsername": "sample string 33",
"accountingPassword": "sample string 34",
"storeAccountingCode": "sample string 35",
"softwareVariance": 36,
"fuelWarningVariance": 37.0,
"fuelErrorVariance": 38.0,
"fuelAccumulatedWarningVariance": 39.0,
"fuelAccumulatedErrorVariance": 40.0,
"drawManagment": 41,
"endOfDayManagment": true,
"autoFillCashBalancing": true,
"fuelDayVariance": 44,
"accountingTradingTime": "00:00:00.1234567",
"stockActivateProduct": 46,
"defaultOrderDocumentId": 1,
"defaultStockReceiveDocumentId": 1,
"giftCardSalesAccountingDeptCode": "sample string 47",
"transactionDiscountAccountingDeptCode": "sample string 48",
"size": 49,
"updated": "2026-06-03T18:35:00.8053337",
"priceZone": {
"$id": "4",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "41SKQ/NmOUuZpx5MQUpVMQ==",
"hostIdentifierGuid": "438a54e3-66f3-4b39-99a7-1e4c414a5531",
"sortOrder": 3,
"zoneMasterStoreID": 1,
"electedMasterStoreID": 1,
"containsElectedMasterStore": true
},
"priceZoneName": "sample string 51",
"storeFuelConfigured": true,
"shippingAddressCopied": true,
"shippingAddress": {
"$id": "5",
"storeID": 1,
"addressType": 1,
"address1": "sample string 1",
"address2": "sample string 2",
"city": "sample string 3",
"state": "sample string 4",
"country": "sample string 5",
"postCode": "sample string 6"
},
"billingAddressCopied": true,
"billingAddress": {
"$ref": "5"
},
"warehouseStore": {
"$id": "6",
"storeID": 1,
"warehouseStoreID": 2,
"storeName": "sample string 3",
"warehouseName": "sample string 4"
},
"hostStoreSettings": [
{
"$id": "7",
"id": 1,
"hostIdentifier": "1QW0796IvUyAYboirnTTFg==",
"hostIdentifierGuid": "efb405d5-88de-4cbd-8061-ba22ae74d316",
"storeID": 2,
"username": "sample string 3",
"password": "sample string 4",
"passwordPlain": "sample string 5",
"serverAddress": "sample string 6",
"serverPort": 1,
"excludeFromLeadInOut": true,
"useForHostFile": true,
"metcashPillarID": "sample string 9",
"metcashStateCode": "sample string 10",
"metcashCustomerID": "sample string 11",
"metcashTradingPartnerID": "sample string 12",
"drakesCustomerNumber": 1,
"sparCustomerNumber": "sample string 13",
"sparOrderUsername": "sample string 14",
"sparOrderPassword": "sample string 15",
"sparOrderPasswordPlain": "sample string 16",
"pharmXSiteID": 1,
"ibaZoneID": 1,
"ibaState": "sample string 17",
"foodlandStoreCode": "sample string 18",
"ilgMemberNumber": "sample string 19",
"ilgOutletLocation": 1,
"ilgBaseCost": 1,
"ilgApplyNonAdvertisedPromos": true,
"ilgExemptFromFreight": true,
"ilgOrderDealReview": true,
"ilgFinanceFee": 1,
"secondPassword": "sample string 23",
"secondPasswordPlain": "sample string 24",
"secondServerAddress": "sample string 25",
"processPromotions": true,
"hostProvider": 0,
"host": {
"$id": "8",
"identifier": "631+rtg3oUWjZdm9lTejCw==",
"identifierGuid": "ae7e7deb-37d8-45a1-a365-d9bd9537a30b",
"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": "xGujaCTE9kSYqyOo43Wibw==",
"hostSupplierIdentifierGuid": "68a36bc4-c424-44f6-98ab-23a8e375a26f",
"loyaltyPriceLevelIdentifier": "Y7ova1D5a0S+yKz/Agjt1A==",
"loyaltyPriceLevelIdentifierGuid": "6b2fba63-f950-446b-bec8-acff0208edd4",
"isGroup": true,
"description": "sample string 22",
"hostProvider": 23,
"hostTypeEnum": 24,
"hostType": "sample string 25",
"hostCode": "sample string 26",
"username": "sample string 27",
"password": "sample string 28",
"passwordPlain": "sample string 29",
"server": "sample string 30",
"url": "sample string 31",
"global": true,
"stateCode": "sample string 33",
"lastCollected": "2026-06-03T18:35:00.8053337",
"lastProcessed": "2026-06-03T18:35:00.8053337",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$id": "9",
"identifier": "+lZsNfISHE2A+clnPXv7gA==",
"identifierGuid": "356c56fa-12f2-4d1c-80f9-c9673d7bfb80",
"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": "Rr4yNzSATECFBpdpDaDiGQ==",
"primaryContactID": "3732be46-8034-404c-8506-97690da0e219",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "JrXiU6UZCU+SanYVJq+vJg==",
"supplierGroupGuid": "53e2b526-19a5-4f09-926a-761526afaf26",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-06-03T18:35:00.8053337",
"rebateLastClaimedAmount": 1.0,
"cartonsOnly": true,
"minimumOrderValue": 1,
"enforceMinimumQuantity": true,
"freight": 19.0,
"freightType": 20,
"deleted": true,
"deletedUser": "sample string 22",
"storeName": "sample string 23",
"primaryContact": {
"$id": "10",
"id": "3d03c8a2-9295-4576-afb6-3ad3591910a2",
"identifier": "VIi1+WP0n0iBex9ykcWlCg==",
"identifierGuid": "f9b58854-f463-489f-817b-1f7291c5a50a",
"familyName": "sample string 1",
"givenNames": "sample string 2",
"otherNames": "sample string 3",
"title": "sample string 4",
"dateOfBirth": "sample string 5",
"sex": "sample string 6",
"address": "sample string 7",
"address1": "sample string 8",
"address2": "sample string 9",
"town": "sample string 10",
"state": "sample string 11",
"country": "sample string 12",
"postalCode": "sample string 13",
"telephone": "sample string 14",
"mobile": "sample string 15",
"email": "sample string 16",
"fax": "sample string 17",
"primary": true
},
"contacts": [
{
"$id": "11",
"supplierIdentifier": "LeYOq8re5Uidkpdd1CXbbA==",
"supplierIdentifierGuid": "ab0ee62d-deca-48e5-9d92-975dd425db6c",
"contactGuid": "ONqHBFpHREWo/VL+Vadlhg==",
"contactID": "0487da38-475a-4544-a8fd-52fe55a76586",
"contact": {
"$ref": "10"
},
"supplier": {
"$ref": "9"
}
},
{
"$ref": "11"
}
],
"products": [
{
"$id": "12",
"pluG_UID": "+6AN6JIFJUGqWU4wb/kfJg==",
"pluGuid": "e80da0fb-0592-4125-aa59-4e306ff91f26",
"supplierIdentifier": "2fWZKQIb/kWeKVtntuxdTg==",
"supplierIdentifierGuid": "2999f5d9-1b02-45fe-9e29-5b67b6ec5d4e",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-06-03T18:35:00.8053337",
"pricedByWeight": true,
"landedUnitCostEx": 9,
"landedUnitCostInc": 10,
"landedCartonCostInc": 12,
"landedCartonCostEx": 13,
"standardCost": 14,
"deliveryFee": 1,
"deliveryFeeBasis": "sample string 15",
"pickAndPackFee": 1,
"pickAndPackFeeBasis": "sample string 16",
"financeFee": 1,
"financeFeeBasis": "sample string 17",
"cartonLength": 1,
"cartonWidth": 1,
"cartonHeight": 1,
"palletLayerQuantity": 1,
"palletLayers": 1,
"itemCode": "sample string 18",
"invoiceCode": "sample string 19",
"invoiceDesc": "sample string 20",
"orderDirect": true,
"useCost": true,
"minimumQuantity": 21,
"hostType": 22,
"fromHost": 23,
"minimumReorder": 1,
"maximumReorder": 1,
"orderMultiple": 24.1,
"sellMultiple": 25.1,
"baseMultiple": 26.1,
"hostStandardCost": 27,
"hostTotalCost": 28,
"hostRetail": 29,
"hostLandedUnitCostEx": 30,
"hostLandedUnitCostInc": 31,
"hostDesc": "sample string 32",
"directIndicator": "sample string 33",
"availableToOrder": true,
"hostRangeIndicator": "sample string 35",
"hostProductType": "sample string 36",
"hostProductGrade": "sample string 37",
"hostProductGroup": "sample string 38",
"hostSlowMoving": true,
"hostGeneralMerchandise": true,
"hostPillar": "sample string 41",
"hostLastUpdated": "2026-06-03T18:35:00.8053337",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "13",
"pluG_UID": "4YPYy4GQgkS+K8Tyly+ytw==",
"pluGuid": "cbd883e1-9081-4482-be2b-c4f2972fb2b7",
"supplierIdentifier": "hixxh+9EeUCaNypnrvYmkg==",
"supplierIdentifierGuid": "87712c86-44ef-4079-9a37-2a67aef62692",
"invoiceCode": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "13"
}
],
"storeIDs": [
1,
2
],
"preferredSupplier": true,
"preferredRebateSupplier": true,
"supplierName": "sample string 42",
"salesMode": 43,
"orderPacked": true,
"active": true,
"price": 1,
"costGstPercent": 45,
"parentPluG_UID": "r7NFiarfw0+QuDXZp+2xlg==",
"parentPluGuid": "8945b3af-dfaa-4fc3-90b8-35d9a7edb196",
"freight": 46.0,
"freightType": 1,
"product": {
"$ref": "2"
},
"supplier": {
"$ref": "9"
},
"serviceFee": {
"$id": "14",
"id": 1,
"description": "sample string 1",
"fee": 1
},
"isPrimaryHost": true,
"hostVendor": 48
},
{
"$ref": "12"
}
],
"orderCycleHeaders": [
{
"$id": "15",
"storeID": 1,
"supplierIdentifier": "hm/kvuBzZE6s6PyOiL+WEg==",
"supplierGuid": "bee46f86-73e0-4e64-ace8-fc8e88bf9612",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"storeName": "sample string 5",
"departmentName": "sample string 6",
"orderDays": 7
},
{
"$ref": "15"
}
],
"cycles": [
{
"$id": "16",
"storeID": 1,
"supplierIdentifier": "j1d6ShrXl0WiWIqXPn2kjA==",
"supplierGuid": "4a7a578f-d71a-4597-a258-8a973e7da48c",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"cutOffWeek": 5,
"cutOffDay": 6,
"cutOffTime": "00:00:00.1234567",
"leadTime": 7,
"daysBuffer": 8,
"supplierName": "sample string 9",
"cutOffDate": "2026-06-03T18:35:00.8053337",
"deliveryDate": "2026-06-03T18:35:00.8053337",
"nextCutOffDate": "2026-06-03T18:35:00.8053337",
"nextDeliveryDate": "2026-06-03T18:35:00.8053337",
"nextDaysBuffer": 10
},
{
"$ref": "16"
}
],
"store": {
"$ref": "3"
},
"updated": "2026-06-03T18:35:00.8053337",
"isHost": true
},
"files": [
{
"$id": "17",
"id": "sample string 1",
"fileName": "sample string 2",
"extension": "sample string 3",
"provider": 0,
"type": 0,
"hostType": "sample string 4",
"createdUtc": "2026-06-03T18:35:00.8053337",
"processed": "2026-06-03T18:35:00.8053337",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-06-03T18:35:00.8053337",
"size": 1,
"sizeFormat": "sample string 7",
"isArchive": true,
"customerNumber": "sample string 9",
"businessPillar": "sample string 10",
"fileType": "sample string 11",
"version": "sample string 12",
"reference": "sample string 13",
"digest": "sample string 14",
"contentType": "sample string 15",
"host": {
"$ref": "8"
},
"metcashHeader": {
"$id": "18",
"customerNumber": "sample string 1",
"creationDate": "2026-06-03T18:35:00.8053337",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "17"
}
],
"zoneMatrix": [
{
"$id": "19",
"id": 1,
"hostIdentifier": "Qyc+Y7ja5kKMBuYqBFDRig==",
"hostIdentifierGuid": "633e2743-dab8-42e6-8c06-e62a0450d18a",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"0bcd0ee2-e5ec-407b-966f-72d24eef0cc0",
"2258d4e3-0ce6-4829-a69d-d0abc9851779"
]
},
{
"$ref": "19"
}
],
"hostFileStoreSetting": {
"$ref": "7"
},
"hostStoreSettings": [
{
"$ref": "7"
},
{
"$ref": "7"
}
],
"promotionPlacements": [
{
"$id": "20",
"identifier": "NmQ+m4fxO0qDYIGzSaylDQ==",
"identifierGuid": "9b3e6436-f187-4a3b-8360-81b349aca50d",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "20"
}
],
"promoTypeGuids": [
"3b194d0a-3dd9-40f3-8091-d731a055852c",
"04dcb469-bd26-4dfe-8390-5b89c2291060"
],
"isPromotionOnly": false,
"isOrderable": false,
"vendor": 0
},
"groupIDs": [
1,
2
],
"hostDescription": "sample string 27"
},
{
"$ref": "7"
}
],
"accounts": [
{
"$id": "21",
"id": 1,
"storeID": 1,
"accountName": "sample string 2",
"bsb": "sample string 3",
"accountNumber": "sample string 4",
"accountDesignated": true
},
{
"$ref": "21"
}
],
"sales": [
{
"$id": "22",
"id": 1,
"storeID": 1,
"externalSalesType": 2,
"ftpSiteID": 1,
"lastSaleProcessed": "2026-06-03T18:35:00.8053337",
"ftpSite": {
"$id": "23",
"id": 1,
"description": "sample string 2",
"address": "sample string 3",
"username": "sample string 4",
"password": "sample string 5",
"path": "sample string 7",
"protocol": 8
}
},
{
"$ref": "22"
}
],
"suppliedStores": [
1,
2
],
"zoneMatrix": [
{
"$ref": "19"
},
{
"$ref": "19"
}
],
"cashManagements": [
{
"$id": "24",
"id": 1,
"storeID": 1,
"cashManagementType": 2,
"apiID": 1,
"organisationID": "sample string 3",
"siteName": "sample string 4",
"thirdPartyAPI": {
"$id": "25",
"id": 1,
"description": "sample string 2",
"address": "sample string 3",
"username": "sample string 4",
"password": "sample string 5",
"passwordPlain": "sample string 6",
"token": "sample string 7",
"apiType": 8,
"apiSubType": 9,
"config": "sample string 10"
}
},
{
"$ref": "24"
}
],
"updateStoreID": "3a0513db-b2b6-4c55-95f0-f5a2fb66bc16",
"updateStore": {
"$id": "26",
"id": "67ad1e87-0a84-4704-8124-c48485c3126f",
"name": "sample string 1",
"lastActivity": "2026-06-03T18:35:00.8053337",
"zone": "sample string 2",
"timeZoneOffset": 0.0,
"businessHoursStart": "00:00:00.1234567",
"businessHoursEnd": "00:00:00.1234567",
"master": true,
"lastIP": "sample string 10",
"lastHostName": "sample string 11",
"ping": 1,
"pingStatus": "sample string 12",
"lastUpdateCompleted": "2026-06-03T18:35:00.8053337"
},
"timeZoneId": "sample string 54",
"securityOptions": {
"$id": "27",
"loginMode": 1,
"allowSelfVerification": true,
"verifierEmail": "sample string 3",
"source": "sample string 4",
"loginModeInherited": 5,
"loginModeSource": "sample string 6",
"selfVerifyInherited": true,
"selfVerifySource": "sample string 8",
"verifyEmailInherited": "sample string 9",
"verifyEmailSource": "sample string 10"
}
},
"storePrices": [
{
"$id": "28",
"pluG_UID": "QyhsJYtc7kKscBSLwLa8CQ==",
"pluGuid": "256c2843-5c8b-42ee-ac70-148bc0b6bc09",
"plu": 1,
"storeID": 1,
"zoneID": 2,
"zoneName": "sample string 3",
"store": "sample string 4",
"isElectedMasterStore": true,
"isZoneMasterStore": true,
"priceNow": 7,
"costNow": 8,
"costNowDecimals": 9,
"normalPrice": 10,
"priceNext": 1,
"costNext": 1,
"costNextDecimals": 11,
"nextCampaignName": "sample string 12",
"gstPercent": 13,
"normalCost": 14,
"normalCostDecimals": 15,
"costGstPercent": 16,
"costCalcMethod": 1,
"currentCost": 17,
"currentCostDecimals": 18,
"break1": 19,
"price1": 20,
"break2": 21,
"price2": 22,
"break3": 23,
"price3": 24,
"fuelItem": 25,
"fixedWeight": 26,
"active": true,
"complianceIndicator": "sample string 27",
"doNotOrder": true,
"doNotRange": true,
"isNormalPriceChangesCampaign": true,
"updated": "2026-06-03T18:35:00.8053337"
},
{
"$ref": "28"
}
],
"currentPrices": {
"$id": "29",
"pluPrices": {
"$id": "30",
"plu": 1,
"pluG_UID": "QEA=",
"stores": [
1,
2
],
"normalPrice": 1,
"cost": 2,
"break1": 3,
"price1": 4,
"break2": 5,
"price2": 6,
"break3": 7,
"price3": 8,
"discountPrice": 9,
"memberDiscountPrice": 10,
"acceptedUtc": "2026-06-03T18:35:00.8053337",
"priceChangeType": 0,
"costDecimals": 11,
"costCalcMethod": 12,
"targetCampaignPriceGtOrEquNormal": true
},
"normalPluPrices": {
"$ref": "30"
},
"winningCampaign": 1,
"winner": {
"$id": "31",
"campaignName": "sample string 1",
"campaignDescription": "sample string 2",
"talkerText": "sample string 3",
"disableWasSave": true,
"startDate": "2026-06-03T18:35:00.8053337",
"startTime": 5,
"endDate": "2026-06-03T18:35:00.8053337",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "avXzspWPhEy8MAsE9LHp6Q==",
"hostIdentifierGuid": "b2f3f56a-8f95-4c84-bc30-0b04f4b1e9e9",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "31"
},
{
"$ref": "31"
}
]
},
"tray": {
"$id": "32",
"g_UId": "i4tBIS4VLky8jYc11aTmmg==",
"guid": "21418b8b-152e-4c2e-bc8d-8735d5a4e69a",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "33",
"priceGroupG_UID": "M9ZXW4iqjUGOTZgbqc9//g==",
"priceGroupGuid": "5b57d633-aa88-418d-8e4d-981ba9cf7ffe",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-06-03T18:35:00.8053337",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "34",
"pluG_UID": "2DqLWzE0qE63eN3ZLemhRg==",
"pluGuid": "5b8b3ad8-3431-4ea8-b778-ddd92de9a146",
"plu": 1,
"servingsPerPack": 1,
"servingSize": 1,
"showAllergens": 1,
"energy": 1,
"protein": 1,
"fat": 1,
"saturated": 1,
"carbo": 1,
"sugars": 1,
"sodium": 1,
"potasium": 1,
"calcium": 1,
"fibre": 1,
"soya": 1,
"nutsSeeds": 1,
"shells": 1,
"eggs": 1,
"dairy": 1,
"gluten": 1,
"sulphites": 1,
"peanuts": 1,
"sesame": 1,
"fish": 1,
"lupins": 1
},
"dates": {
"$id": "35",
"pluGuid": "673a4f6c-fe94-4ff7-8750-42e6d0063942",
"created": "2026-06-03T18:35:00.8053337",
"createdByUser": "sample string 1",
"activated": "2026-06-03T18:35:00.8053337",
"activatedByUser": "sample string 2",
"deactivated": "2026-06-03T18:35:00.8053337",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-06-03T18:35:00.8053337",
"lastOrderedQty": 4.0,
"lastReceived": "2026-06-03T18:35:00.8053337",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-06-03T18:35:00.8053337",
"lastSold": "2026-06-03T18:35:00.8053337",
"firstSold": "2026-06-03T18:35:00.8053337",
"awsUpdated": "2026-06-03T18:35:00.8053337",
"lastManualUpdate": "2026-06-03T18:35:00.8053337",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-06-03T18:35:00.8053337",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-06-03T18:35:00.8053337",
"doNotRangeUpdated": "2026-06-03T18:35:00.8053337",
"doNotOrderUpdated": "2026-06-03T18:35:00.8053337",
"tracked": "2026-06-03T18:35:00.8053337"
},
"allergens": [
{
"$id": "36",
"primaryKey": {
"$id": "37",
"pluGuid": "1c29c21c-8754-46f9-a132-9635e9278cb8",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "HMIpHFSH+UahMpY16SeMuA==",
"pluGuid": "1c29c21c-8754-46f9-a132-9635e9278cb8",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "36"
}
],
"costs": {
"$id": "38",
"pluG_UID": "D2sjZHB5fUWBksTO8Z68iQ==",
"pluGuid": "64236b0f-7970-457d-8192-c4cef19ebc89",
"enteredCost": 1,
"weightedAvgCost": 1,
"lastCost": 1,
"rawEnteredCost": 2,
"rawWeightedAvgCost": 3,
"rawLastCost": 4,
"freight": 5.0,
"freightType": 6,
"costDecimals": 7,
"fifoCost": 1,
"updated": "2026-06-03T18:35:00.82099",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "39",
"saleHeaderID": 1,
"created": "2026-06-03T18:35:00.82099",
"createdLocal": "2026-06-03T18:35:00.82099",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "f315wWc/PEu3F9Zekf9rjg==",
"operatorGuid": "c1797d7f-3f67-4b3c-b717-d65e91ff6b8e",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "MYBHvO9nMEKExAwF5sfJGA==",
"pluGuid": "bc478031-67ef-4230-84c4-0c05e6c7c918",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$id": "40",
"id": 1,
"g_Uid": "TdEnNNIE1U+5iHXvWvLXag==",
"guid": "3427d14d-04d2-4fd5-b988-75ef5af2d76a",
"operatorNumber": 1,
"shortName": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"password": "sample string 5",
"hasPassword": true,
"passwordText": "sample string 6",
"rfidTagID": "sample string 7",
"blueprintID": 1,
"groupID": 1,
"groupName": "sample string 8",
"managerGroupID": 1,
"managerGroupName": "sample string 9",
"zoneID": 1,
"zoneName": "sample string 10",
"loggedIn": 1,
"lastUsedIP": "sample string 11",
"deleted": true,
"locked": true,
"allowOpenTill": true,
"webEmail": "sample string 14",
"simpleOperatorType": 0,
"webRole": "sample string 15",
"updated": "2026-06-03T18:35:00.82099",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-06-03T18:35:00.82099",
"endShift": "2026-06-03T18:35:00.82099",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "41",
"operatorG_UID": "srrgJDdGnU+I0TinLzMjRw==",
"operatorGuid": "24e0bab2-4637-4f9d-88d1-38a72f332347",
"storeID": 2,
"operator": {
"$ref": "40"
},
"store": {
"$ref": "3"
}
},
{
"$ref": "41"
}
]
}
},
{
"$ref": "39"
}
],
"apns": [
{
"$id": "42",
"pluID": 1,
"pluG_UID": "Ux9t9Lx1kEyT4+iFBiXxeg==",
"pluGuid": "f46d1f53-75bc-4c90-93e3-e8850625f17a",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "42"
}
],
"tuns": [
{
"$id": "43",
"pluG_UId": "G1b+/bE3jkqAEEXFuzTLPQ==",
"pluGuid": "fdfe561b-37b1-4a8e-8010-45c5bb34cb3d",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "2"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "43"
}
],
"competitionPricing": [
{
"$id": "44",
"identifier": "UDMiCEvZjUeSsfTBMflp9A==",
"identifierGuid": "08223350-d94b-478d-92b1-f4c131f969f4",
"pluG_UID": "a5JTMl/SfUuB7CL0Br+nFQ==",
"pluGuid": "3253926b-d25f-4b7d-81ec-22f406bfa715",
"competitionID": 1,
"name": "sample string 2",
"sellMultiple": 3,
"retailPrice": 4,
"storeName": "sample string 5"
},
{
"$ref": "44"
}
],
"supplier": {
"$ref": "9"
},
"supplierName": "sample string 148",
"children": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"ordering": {
"$ref": "12"
},
"flipChartPages": [
{
"$id": "45",
"identifier": "515lQWDjbkuCiVf6vos0Ng==",
"groupName": "sample string 1",
"identifierGuid": "41655ee7-e360-4b6e-8289-57fabe8b3436",
"exists": true,
"flipChartIdentifier": "ZUwNBK+R4EmMBtPqi8I6Ug==",
"flipChartIdentifierGuid": "040d4c65-91af-49e0-8c06-d3ea8bc23a52",
"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": "XEdV9OYddUGBiR081STgww==",
"groupIdentifierGuid": "f455475c-1de6-4175-8189-1d3cd524e0c3",
"flipChart": {
"$id": "46",
"identifier": "WVfuz19cy0+aKtPBEDPIyA==",
"identifierGuid": "cfee5759-5c5f-4fcb-9a2a-d3c11033c8c8",
"displayName": "sample string 2",
"sortOrder": 3,
"productsPerRow": 4,
"rowsPerPage": 5,
"buttonMarginX": 6,
"buttonMarginY": 7,
"beginButtonsX": 8,
"beginButtonsY": 9,
"autoSizeButtons": true,
"autoSizeGrid": true,
"showButtonText": true,
"showButtonImage": true,
"formLocationX": 1,
"formLocationY": 1,
"formWidth": 14,
"formHeight": 15,
"formMaximised": true,
"formResizable": true,
"formBackgroundImage": "sample string 16",
"formBackgroundColourA": 1,
"formBackgroundColourR": 1,
"formBackgroundColourG": 1,
"formBackgroundColourB": 1,
"formFontFamily": "sample string 17",
"formFontSize": 1.1,
"formFontStyle": 1,
"formAttributes": "sample string 18",
"buttonWidth": 19,
"buttonHeight": 20,
"buttonAnchor": 21,
"buttonBackgroundImage": "sample string 22",
"buttonTopColour": 1,
"buttonTextColour": 1,
"buttonBottomColour": 1,
"buttonBorderColour": 1,
"buttonBorderWidth": 1,
"buttonRadius": 1,
"buttonGradientMode": 1,
"buttonDropShadow": true,
"buttonShadowWidth": 1,
"buttonHighLightOnPush": true,
"buttonFontFamily": "sample string 23",
"buttonFontSize": 1.1,
"buttonFontStyle": 1,
"buttonTextAlign": 1,
"buttonWordBreak": true,
"buttonDrawImageAndButton": true,
"buttonVerticalText": true,
"buttonImageAlign": 1,
"panelLocationX": 1,
"panelLocationY": 1,
"panelWidth": 1,
"panelHeight": 1,
"panelAnchor": 1,
"panelFontFamily": "sample string 24",
"panelFontSize": 1.1,
"panelFontStyle": 1,
"panelBackgroundColour": 1,
"panelTextColour": 1,
"panelAttributes": "sample string 25",
"unsentCount": 26,
"group": {
"$id": "47",
"identifier": "WLTfH2HoW0S6HtwBrQ0hnQ==",
"identifierGuid": "1fdfb458-e861-445b-ba1e-dc01ad0d219d",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "48",
"id": 1,
"g_UID": "AYWFP1dv0kmEUe8cB69keg==",
"guid": "3f858501-6f57-49d2-8451-ef1c07af647a",
"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": "Cgk/gA3TTUSF577BFGgK2g==",
"previousFormGuid": "803f090a-d30d-444d-85e7-bec114680ada",
"nextForm": 1,
"nextFormG_UID": "rff+IuLSyk+E1OAXVeYvMw==",
"nextFormGuid": "22fef7ad-d2e2-4fca-84d4-e01755e62f33",
"attributes": "sample string 10",
"updated": "2026-06-03T18:35:00.82099",
"positioning": 1,
"contentPanel": "sample string 11",
"selectionMode": 1,
"maximumSelections": 1,
"alteredInStore": true,
"deleted": true,
"blueprintID": 1,
"preserveLayout": true,
"mainCheckoutFormName": "sample string 13",
"nextCheckoutForm": {
"$ref": "48"
},
"previousCheckoutForm": {
"$ref": "48"
},
"buttons": [
{
"$id": "49",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "mirYl5ajBUaCQazz6X2v/A==",
"checkoutFormGuid": "97d82a9a-a396-4605-8241-acf3e97daffc",
"identifier": "68xx8QH/OkmCQyuvBfVK3w==",
"identifierGuid": "f171cceb-ff01-493a-8243-2baf05f54adf",
"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": "AIb3GuaU9kWQSDHwJk52uA==",
"valueGuid": "1af78600-94e6-45f6-9048-31f0264e76b8",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-06-03T18:35:00.82099",
"action": "sample string 12",
"valueForm": {
"$ref": "48"
},
"image": {
"$id": "50",
"name": "sample string 3.sample string 4",
"imageID": 2,
"imageName": "sample string 3",
"imageExtension": "sample string 4",
"lastUpdate": "2026-06-03T18:35:00.82099",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "49"
}
],
"panels": [
{
"$id": "51",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "fMeF7WT+X0qKDjpu281dGA==",
"checkoutFormGuid": "ed85c77c-fe64-4a5f-8a0e-3a6edbcd5d18",
"panelType": "sample string 4",
"name": "sample string 5",
"locationX": 6,
"locationY": 7,
"width": 8,
"height": 9,
"anchor": 10,
"fontFamily": "sample string 11",
"fontSize": 12.1,
"fontStyle": 13,
"backgroundColour": 14,
"textColour": 15,
"attributes": "sample string 16"
},
{
"$ref": "51"
}
]
},
{
"$ref": "48"
}
],
"panels": [
{
"$ref": "51"
},
{
"$ref": "51"
}
]
},
"pages": [
{
"$ref": "45"
},
{
"$ref": "45"
}
]
},
"contentPanel": {
"$ref": "51"
},
"products": [
{
"$id": "52",
"flipChartPageIdentifier": "qPL5AQ7NVU2Oorb5ttNRxw==",
"flipChartPageIdentifierGuid": "01f9f2a8-cd0e-4d55-8ea2-b6f9b6d351c7",
"pluG_UID": "S1Xwu8dAPEqsZORXYeXvWw==",
"pluGuid": "bbf0554b-40c7-4a3c-ac64-e45761e5ef5b",
"sortOrder": 3,
"sent": true,
"productChanged": true,
"productImageName": "sample string 6",
"productShowImageOnFlipCharts": true,
"productShowTextOnFlipCharts": true,
"productOverrideFlipChartText": true,
"productFlipChartText": "sample string 10",
"product": {
"$ref": "2"
},
"departmentSortOrder": 11,
"subDepartmentName": "sample string 12"
},
{
"$ref": "52"
}
],
"productCount": 27,
"pages": [
{
"$ref": "45"
},
{
"$ref": "45"
}
]
},
{
"$ref": "45"
}
],
"priceHistory": [
{
"$id": "53",
"pluG_UID": "pdDRC5SjA0mF0nQTBlACiA==",
"pluGuid": "0bd1d0a5-a394-4903-85d2-741306500288",
"price": 1,
"costCalcMethod": 1,
"cost": 2,
"weightedAvgCost": 3,
"lastCost": 4,
"rawCost": 5,
"rawWeightedAvgCost": 6,
"rawLastCost": 7,
"costDecimals": 8,
"serviceFeeID": 9,
"freight": 10.0,
"freightType": 11,
"process": "sample string 12",
"user": "sample string 13",
"updated": "2026-06-03T18:35:00.82099",
"previousPrice": 1,
"previousCostCalcMethod": 1,
"previousCost": 1,
"previousWeightedAvgCost": 1,
"previousLastCost": 1,
"previousRawCost": 15,
"previousRawWeightedAvgCost": 16,
"previousRawLastCost": 17,
"previousCostDecimals": 1,
"previousServiceFeeID": 18,
"previousFreight": 19.0,
"previousFreightType": 20,
"storeID": 21,
"storeName": "sample string 22",
"serviceFeeDescription": "sample string 23",
"previousServiceFeeDescription": "sample string 24"
},
{
"$ref": "53"
}
],
"ingredients": [
{
"$id": "54",
"pluG_UID": "tqUtPmgjPUudblG1/wwc7A==",
"ingredientGuid": "19+fCJNljkmKlk8pSOXMSw==",
"ingredientIdentifier": "089fdfd7-6593-498e-8a96-4f2948e5cc4b",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "2"
}
},
{
"$ref": "54"
}
],
"bins": [
{
"$id": "55",
"pluG_UID": "gsBrLTwM60KeNvzcAEo+MA==",
"pluGuid": "2d6bc082-0c3c-42eb-9e36-fcdc004a3e30",
"shelfLocationIdentifier": "Dba/mA+beEei6Ol6ID1s/Q==",
"shelfLocationGuid": "98bfb60d-9b0f-4778-a2e8-e97a203d6cfd",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "eIM9D/Bm00KUTSMrLfWDKw==",
"labelPageLayoutGuid": "0f3d8378-66f0-42d3-944d-232b2df5832b",
"updated": "2026-06-03T18:35:00.82099",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "2"
},
"location": {
"$id": "56",
"identifier": "kpUv5k6WiUCzO9wNe+VHCw==",
"storeID": 1,
"identifierGuid": "e62f9592-964e-4089-b33b-dc0d7be5470b",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-06-03T18:35:00.82099",
"minTemp": 1,
"maxTemp": 1,
"checkFrequency": 1,
"storeCaseConfiguration": 5,
"storeName": "sample string 6",
"bins": [
{
"$ref": "55"
},
{
"$ref": "55"
}
]
}
},
{
"$ref": "55"
}
],
"bin": {
"$ref": "55"
},
"scaleLocations": [
{
"$id": "57",
"plu": 1,
"pluG_UID": "pCMRYcfZeEyncdxIg6pRLA==",
"pluGuid": "611123a4-d9c7-4c78-a771-dc4883aa512c",
"deptNo": 1,
"product": {
"$ref": "2"
},
"scaleLocation": {
"$id": "58",
"id": 1,
"deptNo": 1,
"deptCode": "sample string 2",
"name": "sample string 3",
"enabled": true,
"updated": "2026-06-03T18:35:00.82099",
"department": {
"$id": "59",
"id": 1,
"name": "sample string 2",
"code": "sample string 3",
"sortOrder": 4,
"isLiquor": true,
"isTobacco": true,
"excludeTalker": true,
"externalSales": true,
"saleGLCode": "sample string 9",
"cogsglCode": "sample string 10",
"accountingCategoryID": 11,
"maximumMarkdownPercentage": 12.0,
"accountingOnly": true,
"generateExternalID": 1,
"useNonReportableTaxCode": true,
"minPLU": 15,
"maxPLU": 16,
"scaleLocation": {
"$ref": "58"
},
"subDepartments": [
{
"$id": "60",
"id": 1,
"departmentID": 2,
"name": "sample string 3",
"code": "sample string 4",
"departmentCode": "sample string 5",
"externalSales": true,
"minorDepartments": [
{
"$id": "61",
"id": 1,
"subDepartmentID": 2,
"departmentID": 3,
"name": "sample string 4",
"subDepartmentCode": "sample string 5",
"departmentCode": "sample string 6",
"code": "sample string 7",
"lesserDepartments": [
{
"$id": "62",
"id": 1,
"departmentID": 2,
"subDepartmentID": 3,
"minorDepartmentID": 4,
"name": "sample string 5",
"code": "sample string 6",
"departmentCode": "sample string 7",
"subDepartmentCode": "sample string 8",
"minorDepartmentCode": "sample string 9",
"updated": "2026-06-03T18:35:00.82099",
"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": "NmG2e0ZTM0mJUI1ifEFtsA==",
"labelPageLayoutGuid": "7bb66136-5346-4933-8950-8d627c416db0",
"minimumAge": 17,
"countryOfOrigin": "sample string 18",
"serviceFeeID": 1,
"eftCode": 19,
"defaultPrinter": "sample string 20",
"defaultPrinterGroup": "sample string 21",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"includeInDistinctLimit": true,
"defaultsEmpty": false,
"mscCat": {
"$id": "63",
"dept": 1,
"category": 2,
"name": "sample string 3",
"active": true,
"mscCommodities": [
{
"$id": "64",
"dept": 1,
"category": 2,
"commodity": 3,
"name": "sample string 4",
"active": true,
"mscSubCommodities": [
{
"$id": "65",
"dept": 1,
"category": 2,
"commodity": 3,
"subCommodity": 4,
"name": "sample string 5",
"active": true,
"subCommodityCode": "sample string 7"
},
{
"$ref": "65"
}
],
"commodityCode": "sample string 6"
},
{
"$ref": "64"
}
],
"categoryCode": "sample string 5"
},
"mscCom": {
"$ref": "64"
},
"mscDep": {
"$id": "66",
"dept": 1,
"name": "sample string 2",
"active": true,
"mscCategories": [
{
"$ref": "63"
},
{
"$ref": "63"
}
],
"deptCode": "sample string 4"
},
"mscSubCom": {
"$ref": "65"
}
},
{
"$ref": "62"
}
],
"updated": "2026-06-03T18:35:00.82099",
"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": "U7JhV9qNTU2GimMP0v+5uw==",
"labelPageLayoutGuid": "5761b253-8dda-4d4d-868a-630fd2ffb9bb",
"minimumAge": 15,
"countryOfOrigin": "sample string 16",
"serviceFeeID": 1,
"eftCode": 17,
"defaultPrinter": "sample string 18",
"defaultPrinterGroup": "sample string 19",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"includeInDistinctLimit": true,
"defaultsEmpty": false,
"mscCat": {
"$ref": "63"
},
"mscCom": {
"$ref": "64"
},
"mscDep": {
"$ref": "66"
},
"mscSubCom": {
"$ref": "65"
}
},
{
"$ref": "61"
}
],
"investmentBuyOverride": true,
"updated": "2026-06-03T18:35:00.82099",
"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": "8o9jivLvGEqc9Xp+Oi0n8Q==",
"labelPageLayoutGuid": "8a638ff2-eff2-4a18-9cf5-7a7e3a2d27f1",
"minimumAge": 15,
"countryOfOrigin": "sample string 16",
"serviceFeeID": 1,
"eftCode": 17,
"defaultPrinter": "sample string 18",
"defaultPrinterGroup": "sample string 19",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"includeInDistinctLimit": true,
"defaultsEmpty": false,
"mscCat": {
"$ref": "63"
},
"mscCom": {
"$ref": "64"
},
"mscDep": {
"$ref": "66"
},
"mscSubCom": {
"$ref": "65"
}
},
{
"$ref": "60"
}
],
"stores": [
1,
2
],
"investmentBuyOverride": true,
"updated": "2026-06-03T18:35:00.82099",
"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": "Xg9pr82AZEehGUmJ0whPjA==",
"labelPageLayoutGuid": "af690f5e-80cd-4764-a119-4989d3084f8c",
"minimumAge": 25,
"countryOfOrigin": "sample string 26",
"serviceFeeID": 1,
"eftCode": 27,
"defaultPrinter": "sample string 28",
"defaultPrinterGroup": "sample string 29",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"includeInDistinctLimit": true,
"defaultsEmpty": false,
"mscCat": {
"$ref": "63"
},
"mscCom": {
"$ref": "64"
},
"mscDep": {
"$ref": "66"
},
"mscSubCom": {
"$ref": "65"
}
}
}
},
{
"$ref": "57"
}
],
"nextPrice": {
"$id": "67",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 1,
"hostOfferID": 1,
"metcashPromotionID": "sample string 4",
"metcashPromotionPlacement": "sample string 5",
"pluG_UID": "LsGsQJp1jkqq3alRbFNNeA==",
"pluGuid": "40acc12e-759a-4a8e-aadd-a9516c534d78",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "6UyAmlqAlUWQ2gNrpM1LRg==",
"dealCostGuid": "9a804ce9-805a-4595-90da-036ba4cd4b46",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "iGvulHPcfEaHpKCC8Qpp5Q==",
"priceGroupGuid": "94ee6b88-dc73-467c-87a4-a082f10a69e5",
"itemNumber": "sample string 10",
"cri": "sample string 11",
"pluPrice": 12,
"costCalcMethod": 13,
"pluCost": 14,
"pluCostIndicator": "sample string 15",
"pluPriceGstPercent": 16,
"pluCostGstPercent": 17,
"pluActive": true,
"cartonQty": 1.1,
"baseUnits": 19.1,
"salesMode": 1,
"orderPacked": 20,
"pluNormalCost": 21,
"pluaws": 22.0,
"directNumber": "sample string 23",
"departmentName": "sample string 24",
"subDepartmentName": "sample string 25",
"priceGroupName": "sample string 26",
"supplierName": "sample string 27",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-06-03T18:35:00.82099",
"rrp": 28,
"campaignDescription": "sample string 29",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "83a13261-ea5a-457e-a584-aba2f3bdf1c7",
"campaignComboPriceGroupG_UID": "ICVDh3BPMEqmjuy7PiA9WQ==",
"campaignComboPriceGroupIdentifier": "87432520-4f70-4a30-a68e-ecbb3e203d59",
"promotionPlacementDescription": "sample string 31",
"storeAcceptances": [
{
"$id": "68",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-06-03T18:35:00.82099",
"operatorG_UID": "ineeTJuohUynKm0Re5cnQg==",
"operatorGuid": "4c9e778a-a89b-4c85-a72a-6d117b972742",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-06-03T18:35:00.82099",
"signIqTicketFileMovedUtc": "2026-06-03T18:35:00.82099",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-06-03T18:35:00.82099",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "7b8e9a6c-e23e-400e-a080-7390182a7b05",
"product": {
"$ref": "2"
},
"campaignPlu": {
"$ref": "67"
},
"fuelItem": true
},
{
"$ref": "68"
}
],
"campaign": {
"$id": "69",
"id": 1,
"storeID": 2,
"name": "a5308427-d546-4ffe-bd6d-f7d12b52e858",
"nameGuid": "a5308427-d546-4ffe-bd6d-f7d12b52e858",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-06-03T18:35:00.82099",
"startTime": 1,
"endDate": "2026-06-03T18:35:00.82099",
"endTime": 1,
"recurrence": 1,
"recurrenceType": 1,
"monthType": 1,
"weekDays": 1,
"months": 1,
"monthWeeks": 1,
"monthDays": "sample string 7",
"printed": true,
"talkerText": "sample string 8",
"rangeDescription": "sample string 9",
"dealDescription": "sample string 10",
"labelQuantity": 11,
"active": 1,
"deactivated": "2026-06-03T18:35:00.82099",
"system": true,
"created": "2026-06-03T18:35:00.82099",
"updated": "2026-06-03T18:35:00.82099",
"priceChangeNotifiedUtc": "2026-06-03T18:35:00.82099",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "jnH3pG/9uUCEcGdyPrdczQ==",
"hostIdentifierGuid": "a4f7718e-fd6f-40b9-8470-67723eb75ccd",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-06-03T18:35:00.82099",
"updatedByUser": "sample string 18",
"offerID": 1,
"isPriceChangeCampaign": true,
"stores": [
1,
2
],
"storeNames": [
"sample string 1",
"sample string 2"
],
"campaignPlus": [
{
"$ref": "67"
},
{
"$ref": "67"
}
],
"campaignPools": [
{
"$id": "70",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 4,
"pluG_UID": "mtIgw+6QXUm/o9Uj56gh6w==",
"pluGuid": "c320d29a-90ee-495d-bfa3-d523e7a821eb",
"hostOfferID": 1,
"priceGroupG_UID": "ETdlYtzPDkGJ0eBNlDNLIQ==",
"priceGroupGuid": "62653711-cfdc-410e-89d1-e04d94334b21",
"fuelItem": true,
"pluName": "sample string 6",
"apn": "sample string 7",
"pluActive": true,
"cartonQty": 1,
"baseUnits": 9.1,
"cri": "sample string 10",
"salesMode": 1,
"orderPacked": 11,
"pluaws": 12.0,
"directNumber": "sample string 13",
"departmentName": "sample string 14",
"subDepartmentName": "sample string 15",
"priceGroupName": "sample string 16",
"supplierName": "sample string 17",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-06-03T18:35:00.82099",
"rrp": 18,
"campaignDescription": "sample string 19",
"product": {
"$ref": "2"
},
"campaign": {
"$ref": "69"
}
},
{
"$ref": "70"
}
],
"sellingRules": [
{
"$id": "71",
"id": 1,
"identifier": "oarUurUFW0qCNeQikxq4Ow==",
"identifierStr": "oarUurUFW0qCNeQikxq4Ow==",
"identifierGuid": "bad4aaa1-05b5-4a5b-8235-e422931ab83b",
"campaignID": 4,
"campaignName": "sample string 5",
"ruleJoin": 1,
"ruleType": 6,
"operand0": "sample string 7",
"comparisonOp": 1,
"operand1": "sample string 8",
"action": 1,
"operand2": "sample string 9",
"operand3": "sample string 10",
"includeExcludedItems": true,
"noFurtherDiscounts": true,
"description": "sample string 11",
"sortOrder": 1,
"isItemRule": false,
"prevDept": "sample string 12",
"campaign": {
"$ref": "69"
}
},
{
"$ref": "71"
}
],
"customers": [
{
"$id": "72",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"customerID": "uxbPbaRWVUyheb+9I/P3Yg==",
"customerIDGuid": "6dcf16bb-56a4-4c55-a179-bfbd23f3f762",
"campaign": {
"$ref": "69"
},
"customer": {
"$id": "73",
"identifier": "CyTluXkLkEul9OQ8SBfhpA==",
"identifierGuid": "b9e5240b-0b79-4b90-a5f4-e43c4817e1a4",
"code": "sample string 2",
"familyName": "sample string 3",
"givenName": "sample string 4",
"otherName": "sample string 5",
"title": "sample string 6",
"dateOfBirth": "2026-06-03T18:35:00.82099",
"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": "FPzJsYuI+0OyTeCxI8hE0Q==",
"communityIdentifierGuid": "b1c9fc14-888b-43fb-b24d-e0b123c844d1",
"joined": "2026-06-03T18:35:00.82099",
"updated": "2026-06-03T18:35:00.82099",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "XEYaVSJZekic4BkDtoAoXQ==",
"priceLevelIdentifierGuid": "551a465c-5922-487a-9ce0-1903b680285d",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-06-03T18:35:00.82099",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "74",
"cardType": 2,
"issueDate": "2026-06-03T18:35:00.82099",
"expiry": "2026-06-03T18:35:00.82099",
"customerID": "NuaFzqdYmkeZTNS8TNTUiA==",
"customerIDGuid": "ce85e636-58a7-479a-994c-d4bc4cd4d488",
"initialValue": 1,
"currentValue": 1,
"maxLimit": 1,
"minTransaction": 1,
"maxTransaction": 1,
"multiplier": 1.1,
"active": true,
"reasonInactive": 1,
"idRequired": true,
"idType": 1,
"idValue": "sample string 5",
"updated": "2026-06-03T18:35:00.82099",
"linkedAccount": "d/+3xev9dUWfKnY0FfWctw==",
"linkedAccountGuid": "c5b7ff77-fdeb-4575-9f2a-763415f59cb7",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "73"
},
"account": {
"$id": "75",
"id": 1,
"identifier": "d5YDU71MXkqlgYBg6q98pQ==",
"identifierGuid": "53039677-4cbd-4a5e-a581-8060eaaf7ca5",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-06-03T18:35:00.82099",
"owner": "8fCc/7ub0UCQDEO7AqGsGg==",
"ownerGuid": "ff9cf0f1-9bbb-40d1-900c-43bb02a1ac1a",
"accountStoreGroupIdentifier": "4ESYLi8I8Uaw+UTALow69Q==",
"accountStoreGroupGuid": "2e9844e0-082f-46f1-b0f9-44c02e8c3af5",
"accountType": 1,
"currentBalance": 1,
"externalID": "sample string 7",
"maximumLimit": 1,
"accruePoints": true,
"loyaltyPoints": 1,
"termsOfTrade": 1,
"signatureRequired": true,
"referenceRequired": true,
"statementSendType": 10,
"ageingPeriod": 1,
"monthlyAgeingPeriod": true,
"explodedInvoice": true,
"isFifoAllocation": true,
"lastStatementSent": "2026-06-03T18:35:00.82099",
"active": true,
"updated": "2026-06-03T18:35:00.82099",
"deleted": true,
"deletedUser": "sample string 16",
"currentBalanceChanged": true,
"maximumLimitChanged": true,
"loyaltyPointsChanged": true,
"projectedBalance": 17,
"accountStoreGroupStoreIDs": [
1,
2
],
"customerEmail": "sample string 18",
"ownerCustomer": {
"$ref": "73"
},
"card": {
"$ref": "74"
},
"members": {
"$id": "76",
"sample string 1": [
{
"$ref": "73"
},
{
"$ref": "73"
}
],
"sample string 2": [
{
"$ref": "73"
},
{
"$ref": "73"
}
]
},
"customerGroups": [
{
"$id": "77",
"identifier": "HKlA5imZpEC/pvVheU93ZA==",
"identifierGuid": "e640a91c-9929-40a4-bfa6-f561794f7764",
"name": "sample string 2",
"primaryContact": "bnhJ0BcaDU2JrCUlxrppKw==",
"primaryContactGuid": "d049786e-1a17-4d0d-89ac-2525c6ba692b",
"accountID": "YLTgEt9krE2oKoppcx4ubA==",
"accountIDGuid": "12e0b460-64df-4dac-a82a-8a69731e2e6c",
"special": true,
"updated": "2026-06-03T18:35:00.82099",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "P/5TaDp0gUieCDvWyPciOg==",
"priceLevelIdentifierGuid": "6853fe3f-743a-4881-9e08-3bd6c8f7223a",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "75"
},
"primaryContactCustomer": {
"$ref": "73"
},
"customerGroupMembers": [
{
"$id": "78",
"id": 1,
"groupID": "E/McCFGs5k2HUEvx5avleg==",
"groupIDGuid": "081cf313-ac51-4de6-8750-4bf1e5abe57a",
"customerID": "K2PiVUeIk02TytPOGfuySQ==",
"customerIDGuid": "55e2632b-8847-4d93-93ca-d3ce19fbb249",
"card": "sample string 4",
"linkedAccount": "RCfnEMyK6kaVRs88y3cqQA==",
"linkedAccountGuid": "10e72744-8acc-46ea-9546-cf3ccb772a40",
"customer": {
"$ref": "73"
},
"group": {
"$ref": "77"
},
"customerCard": {
"$ref": "74"
}
},
{
"$ref": "78"
}
]
},
{
"$ref": "77"
}
]
},
"payments": [
{
"$id": "79",
"id": 1,
"identifier": "Yi28Q00HykaQrFHHKueMcg==",
"identifierGuid": "43bc2d62-074d-46ca-90ac-51c72ae78c72",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "9FuJItA+Uk2basnQyRhBFA==",
"accountIDGuid": "22895bf4-3ed0-4d52-9b6a-c9d0c9184114",
"customerAccount": {
"$ref": "75"
},
"customerCard": {
"$ref": "74"
},
"accountType": 1,
"cardName": "sample string 8",
"authorisationNumber": "sample string 9",
"bankReference": "sample string 10",
"merchantID": "sample string 11",
"terminalID": "sample string 12",
"cardNumber": "sample string 13",
"paymentDate": "2026-06-03T18:35:00.82099",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "XD5t2V4tIEGATWwxomu2gw==",
"idempotentVoidGuid": "d96d3e5c-2d5e-4120-804d-6c31a26bb683",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "80",
"saleHeaderID": 1,
"saleHeaderGuid": "0DGD9sxMhUWDtJeTRy6nzg==",
"saleHeaderIdentifierGuid": "f68331d0-4ccc-4585-83b4-9793472ea7ce",
"created": "2026-06-03T18:35:00.82099",
"createdLocal": "2026-06-03T18:35:00.82099",
"createdText": "sample string 4",
"itemCount": 5,
"totalAmount": 6,
"cashTender": 1,
"cardTender": 1,
"cheqTender": 1,
"acctTender": 1,
"voucherTender": 1,
"loyaltyPoints": 1,
"cashout": 1,
"changeAmount": 1,
"rounding": 1,
"gstAmount": 1,
"transactionDiscountTender": 1,
"totalTip": 7,
"tranType": 1,
"processed": 1,
"imported": "2026-06-03T18:35:00.82099",
"storeID": 1,
"operatorG_Uid": "AQDbMNnZQEydtGhpKUKllw==",
"operatorGuid": "30db0001-d9d9-4c40-9db4-68692942a597",
"customerG_Uid": "hSH/bvOgYEmOTaNTMMXO6Q==",
"customerGuid": "6eff2185-a0f3-4960-8e4d-a35330c5cee9",
"communityIdentifier": "fGGh0U5yTkGo5cv0FJ3NIQ==",
"communityIdentifierGuid": "d1a1617c-724e-414e-a8e5-cbf4149dcd21",
"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": "yiwexfitsUiNJXO1kgXL+Q==",
"priceLevelIdentifierGuid": "c51e2cca-adf8-48b1-8d25-73b59205cbf9",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-06-03T18:35:00.82099+00:00\",\"DeliveryAddress1\":\"sample string 2\",\"DeliveryAddress2\":\"sample string 3\",\"CustomerPhoneNumber\":\"sample string 4\",\"OrderType\":0,\"ExternalOrderID\":\"sample string 5\",\"ExternalDisplayableOrderID\":\"sample string 6\",\"TableName\":\"sample string 7\",\"CreatedBy\":0,\"OrderingAppName\":\"sample string 8\"}",
"deserialisedOrderMetadata": {
"$id": "81",
"customerName": "sample string 1",
"pickupAt": "2026-06-03T18:35:00.82099",
"deliveryAddress1": "sample string 2",
"deliveryAddress2": "sample string 3",
"customerPhoneNumber": "sample string 4",
"orderType": 0,
"externalOrderID": "sample string 5",
"externalDisplayableOrderID": "sample string 6",
"tableName": "sample string 7",
"createdBy": 0,
"orderingAppName": "sample string 8"
},
"relationChecksum": "sample string 38",
"loyaltyTender": 1,
"giftCardTender": 1,
"operator": {
"$ref": "40"
},
"customer": {
"$ref": "73"
},
"communityOrganisation": {
"$id": "82",
"id": 1,
"identifier": "dWK/gZ3rIkOoZqNQvEcUQQ==",
"identifierGuid": "81bf6275-eb9d-4322-a866-a350bc471441",
"name": "sample string 3",
"lookupIdentifier": "sample string 4",
"externalID": "sample string 5",
"phone": "sample string 6",
"fax": "sample string 7",
"email": "sample string 8",
"address1": "sample string 9",
"address2": "sample string 10",
"city": "sample string 11",
"postCode": "sample string 12",
"state": "sample string 13",
"country": "sample string 14",
"abn": "sample string 15",
"promoPeriodStart": "2026-06-03T18:35:00.82099",
"promoPeriodEnd": "2026-06-03T18:35:00.82099",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-06-03T18:35:00.82099",
"deleted": true
},
"details": [
{
"$id": "83",
"saleItemID": 1,
"identifier": "TUGyTcZxyUWR+S/Jhb6BDA==",
"identifierGuid": "4db2414d-71c6-45c9-91f9-2fc985be810c",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "4ch7+NA81Ee5sSHSJrnrpg==",
"pluGuid": "f87bc8e1-3cd0-47d4-b9b1-21d226b9eba6",
"accountID": "z7Mr0JVX4UaVkJL+kEf+zg==",
"accountIDGuid": "d02bb3cf-5795-46e1-9590-92fe9047fece",
"normalPrice": 3,
"originalSellingPrice": 4,
"discountPrice": 5,
"unit": 1,
"quantity": 6,
"totalCents": 7,
"fixedPrice": 1,
"tranType": 1,
"discountType": 1,
"cost": 1,
"costDecimals": 8,
"markdown": 1,
"manualQuantity": 1,
"manualPrice": 1,
"manualMode": 1,
"active": 1,
"offline": true,
"barcode": "sample string 9",
"keyedSale": 1,
"discountedID": 1,
"fuelID": 1,
"serialNumber": "sample string 10",
"bestOrExpire": "2026-06-03T18:35:00.82099",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "yZYcUOXb7ECRJdEdcLyMPA==",
"refundGuid": "501c96c9-dbe5-40ec-9125-d11d70bc8c3c",
"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": "SAIpZEZL2k6WFzOMmBeJ5w==",
"idempotentVoidGuid": "64290248-4b46-4eda-9617-338c981789e7",
"priceLevelIdentifier": "SIU8J0zGqku95z9larEsfQ==",
"priceLevelIdentifierGuid": "273c8548-c64c-4baa-bde7-3f656ab12c7d",
"communityIdentifier": "mg5eSpdxXEehi8m3xv+StA==",
"communityIdentifierGuid": "4a5e0e9a-7197-475c-a18b-c9b7c6ff92b4",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "84",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-06-03T18:35:00.82099",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "84"
}
],
"refund": {
"$id": "85",
"id": 1,
"g_UID": "62c9qXLJ0EObNDPrrcNuCA==",
"guid": "a93d67eb-c972-43d0-9b34-33ebadc36e08",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-06-03T18:35:00.82099"
},
"modifier": {
"$id": "86",
"id": 1,
"setG_UID": "bAySoqC7iEOpc/Mydba5QQ==",
"modifierSetGuid": "a2920c6c-bba0-4388-a973-f33275b6b941",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "UHGd5sXm8EmXPhOQ/hTS+g==",
"pluGuid": "e69d7150-e6c5-49f0-973e-1390fe14d2fa",
"deleted": true,
"g_UID": "O5rnm/rmNkGnujbfuVMGsw==",
"guid": "9be79a3b-e6fa-4136-a7ba-36dfb95306b3",
"product": {
"$ref": "2"
}
},
"priceLevelName": "sample string 25",
"pumpNumber": 1,
"hoseNumber": 1
},
{
"$ref": "83"
}
],
"eftReceipts": [
{
"$id": "87",
"id": 1,
"storeID": 1,
"saleHeaderID": 2,
"storeSaleHeader": {
"$ref": "80"
},
"receipt": "sample string 3",
"processed": 1
},
{
"$ref": "87"
}
],
"payments": [
{
"$ref": "79"
},
{
"$ref": "79"
}
],
"cards": [
{
"$id": "88",
"id": 1,
"saleHeaderID": 1,
"identifier": "sample string 2",
"cardType": 3,
"providerName": "sample string 4"
},
{
"$ref": "88"
}
],
"campaignHits": [
{
"$id": "89",
"id": 1,
"saleHeaderID": 2,
"campaign": "sample string 3",
"name": "sample string 4",
"processed": 1,
"campaignDescription": "sample string 5"
},
{
"$ref": "89"
}
],
"fuel": [
{
"$id": "90",
"id": 1,
"plu": 1,
"pluG_UID": "4418fTgSaEC3f/FM2dUKkw==",
"pluGuid": "7d7c8de3-1238-4068-b77f-f14cd9d50a93",
"saleHeaderID": 2,
"totalCents": 3,
"grade": 1,
"gradeDescription": "sample string 4",
"dispenser": 1,
"hose": 1,
"quantity": 1,
"cost": 1,
"acquirerNum": 1,
"attendant": 1,
"ePurseBalance": 1.0,
"cardSignature": "sample string 5",
"compartmentNumber": 1,
"contractNumber": 1,
"discountCardPAN": "sample string 6",
"discountID": 1,
"discountName": "sample string 7",
"discountNetValue": 1.0,
"discountType": 1,
"discountValue": 1.0,
"discretionaryData": "sample string 8",
"driverID": "sample string 9",
"eftBatchNumber": 1,
"eftResponseCode": "sample string 10",
"endDateTime": "2026-06-03T18:35:00.82099",
"engineHours": 1.1,
"fposNumber": 1,
"loyaltyCardPAN": "sample string 11",
"miscData1": 1,
"miscData2": "sample string 12",
"miscFlags": 1,
"mop": 1,
"odometer": 1,
"panNumber": "sample string 13",
"saleRefund": true,
"saleStatus": 1,
"sequenceNumber": 1,
"stan": 1,
"startDateTime": "2026-06-03T18:35:00.82099",
"tagNumber": "sample string 15",
"trackTwoRem": "sample string 16",
"transCode": 1,
"transType": 1,
"unitPrice": 1.0,
"vehicleReg": "sample string 17",
"offline": true,
"processed": 1
},
{
"$ref": "90"
}
],
"fuelResells": [
{
"$id": "91",
"saleItemID": 1,
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "yY64PJooNkmQZbO+YrhRvw==",
"pluGuid": "3cb88ec9-289a-4936-9065-b3be62b851bf",
"accountID": "mbpAvsEdV0ey6jF+vLPboA==",
"accountIDGuid": "be40ba99-1dc1-4757-b2ea-317ebcb3dba0",
"normalPrice": 3,
"originalSellingPrice": 4,
"discountPrice": 5,
"unit": 1,
"quantity": 6,
"totalCents": 7,
"fixedPrice": 1,
"tranType": 1,
"processed": 1,
"discountType": 1,
"cost": 1,
"costDecimals": 1,
"markdown": 1,
"manualQuantity": 1,
"manualPrice": 1,
"manualMode": 1,
"active": 1,
"barcode": "sample string 8",
"offline": 1,
"keyedSale": 1,
"discountedID": 1,
"fuelID": 1,
"serialNumber": "sample string 9",
"bestOrExpire": "2026-06-03T18:35:00.82099",
"bestOrExpireType": 1,
"refundG_UID": "CnuMs61Hm0m4L463CLBU/Q==",
"refundGuid": "b38c7b0a-47ad-499b-b82f-8eb708b054fd",
"providerName": "sample string 10",
"campaign": "sample string 11",
"campaignType": 1,
"modifiedID": 1,
"omittedIngredient": 1,
"taxPercent": 1.0,
"taxAmount": 1.0,
"refundablePrice": 1.0,
"showDiscounts": true,
"orderPrinted": true,
"note": "sample string 14",
"modifierName": "sample string 15",
"modifierSetName": "sample string 16",
"totalValueWasScanned": true,
"sold": true,
"campaignPrice": true,
"scannedValue": 1,
"campaignName": "sample string 20",
"comboDiscount": 1
},
{
"$ref": "91"
}
],
"customerOrder": [
{
"$id": "92",
"identifier": "jFVy3BmkYkC/9W64NFGxiw==",
"identifierGuid": "dc72558c-a419-4062-bff5-6eb83451b18b",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "reRvmKy9ZU+wVqU/bR5zNQ==",
"customerIdentifierGuid": "986fe4ad-bdac-4f65-b056-a53f6d1e7335",
"operatorNo": 1,
"operatorG_UID": "ek7kR1ttt0SsLsssW8EkJQ==",
"operatorGuid": "47e44e7a-6d5b-44b7-ac2e-cb2c5bc12425",
"created": "2026-06-03T18:35:00.82099",
"ordered": "2026-06-03T18:35:00.82099",
"started": "2026-06-03T18:35:00.82099",
"completed": "2026-06-03T18:35:00.82099",
"supplied": "2026-06-03T18:35:00.82099",
"quickTicket": 1,
"deleted": true,
"walkAway": true,
"approxWait": 1,
"actualWait": 1,
"deliveryMethod": 8,
"externalSaleType": 9,
"customer": {
"$ref": "73"
},
"operator": {
"$ref": "40"
},
"details": [
{
"$id": "93",
"headerID": 1,
"plu": 1,
"pluG_UId": "UUZvbDKgYEKvjEK5YoNDGA==",
"pluGuid": "6c6f4651-a032-4260-af8c-42b962834318",
"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": "7tRyd+OhUEeep8tvosdaqg==",
"headerIdentifierGuid": "7772d4ee-a1e3-4750-9ea7-cb6fa2c75aaa",
"product": {
"$ref": "2"
}
},
{
"$ref": "93"
}
],
"storeName": "sample string 11",
"customerName": "sample string 12",
"storeReplyTo": "sample string 13",
"storeSubjectLine": "sample string 14",
"storeSaleHeader": {
"$ref": "80"
}
},
{
"$ref": "92"
}
],
"surveyResponses": [
{
"$id": "94",
"surveyG_UID": "r4MYQliyKkuBxUdQfHy3NA==",
"surveyGuid": "421883af-b258-4b2a-81c5-47507c7cb734",
"saleHeaderGuid": "He0sgVsfE0iPY7UCQOte/g==",
"saleGuid": "812ced1d-1f5b-4813-8f63-b50240eb5efe",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "TQofcix5jUSh27Wud5zKTg==",
"guidResponse": "721f0a4d-792c-448d-a1db-b5ae779cca4e",
"whoAnswered": 2,
"answeredAtUTC": "2026-06-03T18:35:00.82099",
"sale": {
"$ref": "80"
},
"survey": {
"$id": "95",
"g_UID": "fxyJLDPdOkKsWh5hbXSeLA==",
"guid": "2c891c7f-dd33-423a-ac5a-1e616d749e2c",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "JYm9JOL2o0a4yI5I2CPIEA==",
"checkoutFormGuid": "24bd8925-f6e2-46a3-b8c8-8e48d823c810",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-06-03T18:35:00.82099",
"end": "2026-06-03T18:35:00.82099",
"deleted": true,
"updated": "2026-06-03T18:35:00.82099",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"253a542f-04cd-48aa-bc3b-eb5d3a106fbe",
"75eb08ca-27a2-414c-9b16-17f925d8de1e"
],
"allowsAllTextResponses": true,
"surveyForm": {
"$ref": "48"
}
},
"ingressId": "sample string 4"
},
{
"$ref": "94"
}
],
"storeName": "sample string 39",
"terminalNumber": 40,
"machineName": "sample string 41",
"operatorName": "sample string 42",
"direction": 1,
"reason": "sample string 43",
"accountG_UID": "zsdvFWZHnkCL+TfaoY8GrQ==",
"accountIdentifier": "156fc7ce-4766-409e-8bf9-37daa18f06ad",
"accountName": "sample string 44",
"customerOrderIdentifier": "k/pUdzQq/kizZLS0AG8zJw==",
"customerOrderIdentifierGuid": "7754fa93-2a34-48fe-b364-b4b4006f3327",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "96",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "OjcqiuZsWEWY192qgy/ofQ==",
"paymentIdentifierGuid": "8a2a373a-6ce6-4558-98d7-ddaa832fe87d",
"identifier": "NNCiZiRkLUydjKnahZVtgQ==",
"identifierGuid": "66a2d034-6424-4c2d-9d8c-a9da85956d81",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "es5L3YUewUm12vu2hEaK4A==",
"itemIdentifierGuid": "dd4bce7a-1e85-49c1-b5da-fbb684468ae0"
}
},
{
"$ref": "79"
}
]
},
{
"$ref": "74"
}
],
"customerGroupMembers": [
{
"$ref": "78"
},
{
"$ref": "78"
}
],
"customerGroups": [
{
"$ref": "77"
},
{
"$ref": "77"
}
],
"accounts": [
{
"$ref": "75"
},
{
"$ref": "75"
}
],
"account": {
"$ref": "75"
},
"vouchers": [
{
"$id": "97",
"customerIdentifier": "FRF1L8XLmke60/FyBz7YiA==",
"customerIdentifierGuid": "2f751115-cbc5-479a-bad3-f172073ed888",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "8XIbVVjfUUSr+aWf2xbobA==",
"idempotentGuid": "551b72f1-df58-4451-abf9-a59fdb16e86c",
"offline": true,
"voucher": {
"$id": "98",
"id": 1,
"name": "sample string 2",
"description": "sample string 3",
"shortDescription": "sample string 4",
"url": "sample string 5",
"barcodeTemplateID": 1,
"expiry": 0,
"voucherType": 6,
"limitPerTransaction": 7,
"customerTracking": true,
"discountAccount": "sample string 9",
"endDate": "2026-06-03T18:35:00.82099",
"barcodeTemplate": {
"$id": "99",
"templateID": 1,
"template": "sample string 1",
"bcFunction": "sample string 2",
"sortOrder": 3
},
"scaleLabel": {
"$id": "100",
"id": 1,
"uid": "sample string 2",
"name": "sample string 3",
"width": 1.1,
"height": 1.1,
"showBorder": true,
"borderWidth": 1.1,
"borderStyle": 1,
"borderColour": "sample string 5",
"updated": "2026-06-03T18:35:00.82099",
"labelPageLayout": "DR7Gg2OXoku2KPT5BO54yw==",
"pageLayoutGuid": "83c61e0d-9763-4ba2-b628-f4f904ee78cb",
"labelType": 6,
"oldName": "sample string 7",
"voucher": {
"$ref": "98"
},
"elements": [
{
"$id": "101",
"id": 1,
"scaleLabelID": 2,
"showPercentDI": true,
"showAvgPerHundred": true,
"showAvgPerServe": true,
"name": "sample string 6",
"x": 1.1,
"y": 1.1,
"width": 1.1,
"height": 1.1,
"type": 1,
"rotation": 1,
"text": "sample string 7",
"fontFamily": "sample string 8",
"align": 1,
"bold": true,
"italic": true,
"underline": true,
"strikeout": true,
"reverse": true,
"textColour": "sample string 9",
"fontSize": 1.1,
"picture": "QEA=",
"borderWidth": 10,
"sortOrder": 11,
"printOptions": 12,
"superScriptTextFontSize": 1.1,
"lineStyle": 1,
"spacingStyle": 1,
"interCharacterSpacing": 1.1,
"superScriptOffset": 1.1,
"lineSpacing": 1.1,
"dateFormat": "sample string 13",
"autoGrow": true,
"fontAutoResize": true,
"updated": "2026-06-03T18:35:00.82099"
},
{
"$ref": "101"
}
]
},
"customerVouchers": [
{
"$id": "102",
"id": 1,
"customerIdentifier": "2pg0eBjqaEymWtn2v78GZw==",
"customerIdentifierGuid": "783498da-ea18-4c68-a65a-d9f6bfbf0667",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-06-03T18:35:00.82099",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "JveLaYSMG0yygnaIya2xWw==",
"issuedIdempotentGuid": "698bf726-8c84-4c1b-b282-7688c9adb15b",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-06-03T18:35:00.82099",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-06-03T18:35:00.82099",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "2V1FKCrKsU6CitzoVSJ37A==",
"redeemedIdempotentGuid": "28455dd9-ca2a-4eb1-828a-dce8552277ec",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-06-03T18:35:00.82099",
"storeName": "sample string 17",
"scaleLabel": {
"$ref": "100"
},
"voucher": {
"$ref": "98"
},
"customer": {
"$ref": "73"
},
"issuedOfflinePayment": {
"$ref": "79"
},
"redeemedOfflinePayment": {
"$ref": "79"
}
},
{
"$ref": "102"
}
]
},
"customer": {
"$ref": "73"
}
},
{
"$ref": "97"
}
]
}
},
{
"$ref": "72"
}
],
"customerGroups": [
{
"$id": "103",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupID": "VidNvNp+OUKQa6arzWs/oA==",
"groupIDGuid": "bc4d2756-7eda-4239-906b-a6abcd6b3fa0",
"campaign": {
"$ref": "69"
},
"group": {
"$ref": "77"
}
},
{
"$ref": "103"
}
],
"signIqTickets": [
{
"$id": "104",
"identifier": "AlCbses/m0a9o26qV8MdcQ==",
"identifierGuid": "b19b5002-3feb-469b-bda3-6eaa57c31d71",
"campaignName": "sample string 2",
"message": "sample string 3",
"ticketFileSource": "sample string 4",
"ticketFileDestination": "sample string 5",
"storeID": 1
},
{
"$ref": "104"
}
],
"comboPriceGroups": [
{
"$id": "105",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"g_UID": "WpIMTZ2nVEikJWObcSUF2w==",
"guid": "4d0c925a-a79d-4854-a425-639b712505db",
"description": "sample string 5",
"newPrice": 1,
"rangeDescription": "sample string 6",
"dealDescription": "sample string 7",
"labelQuantity": 8,
"hostProductCategoryID": 1,
"offerID": 1,
"dontUpdatePricePlus": true,
"campaign": {
"$ref": "69"
},
"comboPricePlus": [
{
"$id": "106",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupG_UID": "PaDHuaiGZkyySy/TIwockw==",
"groupGuid": "b9c7a03d-86a8-4c66-b24b-2fd3230a1c93",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "9EsduhDgwkWy/8SC4imgbg==",
"pluGuid": "ba1d4bf4-e010-45c2-b2ff-c482e229a06e",
"priceGroupG_UID": "JD0q5Rq7sEaeKYObrN18Nw==",
"priceGroupGuid": "e52a3d24-bb1a-46b0-9e29-839bacdd7c37",
"campaignPoolID": "sample string 7",
"quantity": 1,
"campaign": {
"$ref": "69"
},
"product": {
"$ref": "2"
},
"priceGroup": {
"$ref": "33"
},
"campaignPool": {
"$ref": "69"
}
},
{
"$ref": "106"
}
]
},
{
"$ref": "105"
}
],
"priceLevels": [
{
"$id": "107",
"id": 1,
"priceLevelIdentifier": "IZt+A5esskaauhzbgF4gLw==",
"priceLevelIdentifierGuid": "037e9b21-ac97-46b2-9aba-1cdb805e202f",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "107"
}
],
"promotionType": {
"$id": "108",
"identifier": "jZaHtFtIikKEYhN4xfLlIw==",
"identifierGuid": "b487968d-485b-428a-8462-1378c5f2e523",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "RT/56Se0O0mBDHgmLUCnXQ==",
"labelPageLayoutGuid": "e9f93f45-b427-493b-810c-78262d40a75d",
"priceLevelIdentifier": "swOM+NgIuUaiTDBf0WWnNw==",
"priceLevelIdentifierGuid": "f88c03b3-08d8-46b9-a24c-305fd165a737",
"active": true,
"updated": "2026-06-03T18:35:00.82099",
"hostName": "sample string 11"
}
},
"product": {
"$ref": "2"
},
"dealCost": {
"$id": "109",
"headerIdentifier": "MEV0ABi1P0KbmH6x5Z/IAQ==",
"headerIdentifierGuid": "00744530-b518-423f-9b98-7eb1e59fc801",
"identifier": "C21bFDKRl0uRvssU61frvw==",
"identifierGuid": "145b6d0b-9132-4b97-91be-cb14eb57ebbf",
"supplierIdentifier": "tGrKmi82X02bFoJQ0YdLcQ==",
"supplierGuid": "9aca6ab4-362f-4d5f-9b16-8250d1874b71",
"pluG_UID": "vb/lxf2nrkW5bW+f3PF6hA==",
"pluGuid": "c5e5bfbd-a7fd-45ae-b96d-6f9fdcf17a84",
"campaignName": "d315e325-29bc-43e7-8b82-160086be91b0",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-06-03T18:35:00.82099",
"end": "2026-06-03T18:35:00.82099",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "RKahkWfkdkCbk7CqkDRf8g==",
"bonusItemPluGuid": "91a1a644-e467-4076-9b93-b0aa90345ff2",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-06-03T18:35:00.82099",
"metcashPromotionID": "sample string 14",
"fromHost": 15,
"storeNames": "sample string 16",
"storeIDs": [
1,
2
],
"supplierName": "sample string 17",
"campaignDescription": "sample string 18",
"newPrice": 1,
"campaignMetcashPromotionID": "sample string 19",
"campaignActive": true,
"campaignStartDate": "2026-06-03T18:35:00.82099",
"campaignEndDate": "2026-06-03T18:35:00.82099",
"masterPLUG_UID": "DfxYNktFbEGinJ6AfCYMbg==",
"masterID": "3658fc0d-454b-416c-a29c-9e807c260c6e",
"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": "8+wKK1OtP0u442KswkTkrg==",
"bonusMasterID": "2b0aecf3-ad53-4b3f-b8e3-62acc244e4ae",
"bonusProductName": "sample string 34",
"bonusProductAPN": "sample string 35",
"bonusOrderCode": "sample string 36",
"bonusNormalSell": 37,
"bonusNormalCost": 38,
"bonusNormalCostDecimals": 39,
"bonusCartonQuantity": 40,
"bonusSalesMode": 41,
"bonusOrderPacked": 42,
"bonusFuelItem": true,
"bonusActive": true
}
},
"currentCostStart": "2026-06-03T18:35:00.82099",
"dealCosts": [
{
"$ref": "109"
},
{
"$ref": "109"
}
],
"tags": [
{
"$id": "110",
"pluG_UID": "iWMm+MqnfECh+njBeAPjXQ==",
"pluGuid": "f8266389-a7ca-407c-a1fa-78c17803e35d",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "110"
}
],
"alternateProductG_UID": "wdlikCaOUkqkm16ILwq8QA==",
"alternateProduct": "9062d9c1-8e26-4a52-a49b-5e882f0abc40",
"altProduct": {
"$ref": "2"
},
"productHostCode": {
"$id": "111",
"id": 1,
"pluG_UID": "cd8Qu4IoaUWfpGJ/weF2Sw==",
"pluGuid": "bb10df71-2882-4569-9fa4-627fc1e1764b",
"ibaCode": "sample string 2"
},
"mscCat": {
"$ref": "63"
},
"mscCom": {
"$ref": "64"
},
"mscDep": {
"$ref": "66"
},
"mscSubCom": {
"$ref": "65"
},
"isUserUpdate": true,
"ignoreMasterProduct": true,
"priceGroupLabelRequested": true,
"firstSold": "2026-06-03T18:35:00.82099",
"inventoryTracked": "2026-06-03T18:35:00.82099",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "112",
"pluG_UID": "k8FU0jJRLU+04xWWRZeC/A==",
"pluGuid": "d254c193-5132-4f2d-b4e3-1596459782fc",
"fuelPluG_UID": "LzDVeV8L/02xaJDu7ecoxQ==",
"fuelPluGuid": "79d5302f-0b5f-4dff-b168-90eeede728c5",
"price": 3,
"productDescription": "sample string 4",
"productBarcode": "sample string 5",
"fuelProductDescription": "sample string 6",
"fuelProductBarcode": "sample string 7",
"fuelProductPrice": 8
},
"productFuelLinks": [
{
"$ref": "112"
},
{
"$ref": "112"
}
]
},
"unknownScan": {
"$id": "113",
"pluG_UID": "gY0zGSFlY0qAMjVdStC+Dw==",
"pluGuid": "19338d81-6521-4a63-8032-355d4ad0be0f",
"orderGuid": "kE8nT1aXYkyhQyXUIPj1Pw==",
"orderIdentifier": "4f274f90-9756-4c62-a143-25d420f8f53f",
"barcode": "sample string 3",
"created": "2026-06-03T18:35:00.82099",
"assigned": true
},
"unknownScanItem": true,
"substitute": {
"$ref": "2"
},
"warehouseProduct": {
"$ref": "2"
},
"lookup": {
"$id": "114",
"pluG_UID": "kdRHBh3c2kaKoFh+35rSXw==",
"pluGuid": "0647d491-dc1d-46da-8aa0-587edf9ad25f",
"inventoryGuid": "mf1UdDt+40GIncXnRZ9fJg==",
"inventoryIdentifier": "7454fd99-7e3b-41e3-889d-c5e7459f5f26",
"averageWeeklySales": 1.0,
"promotionalAverageWeeklySales": 1.0,
"inventoryAverageWeeklySales": 1.0,
"inventoryPromotionalAverageWeeklySales": 1.0,
"onHand": 1,
"onHandPacks": 1,
"onOrder": 1,
"onOrderPacks": 1,
"accuracy": 1,
"lastOrdered": "2026-06-03T18:35:00.82099",
"lastOrderQuantity": 1.1,
"lastReceived": "2026-06-03T18:35:00.82099",
"lastReceivedQuantity": 1.1,
"lastInvoiceStatus": 1
},
"productOrderingDetail": {
"$ref": "12"
},
"dealCost": {
"$ref": "109"
},
"nextCost": {
"$ref": "109"
},
"lastChance": true,
"holdOff": 18,
"holdOffDate": "2026-06-03T18:35:00.82099",
"orderHeader": {
"$id": "115",
"orderID": 1,
"orderGuid": "26exxMJhX0qSZoSdxAaC7Q==",
"orderIdentifier": "c4b1a7db-61c2-4a5f-9266-849dc40682ed",
"backToBack": 1,
"b2bGuid": "N1fUtVvGqkGF9+/ULjhiog==",
"b2bIdentifier": "b5d45737-c65b-41aa-85f7-efd42e3862a2",
"status": 2,
"created": "2026-06-03T18:35:00.82099",
"createdLocal": "2026-06-03T18:35:00.82099",
"createdByUser": "sample string 3",
"storeID": 1,
"transferGuid": "ze0bz+e3/EePbf+xmcGVbg==",
"transferIdentifier": "cf1bedcd-b7e7-47fc-8f6d-ffb199c1956e",
"transferInvoiceIdentifier": "rE+zyjG/H0qQirR4dF/MVg==",
"transferInvoiceGuid": "cab34fac-bf31-4a1f-908a-b478745fcc56",
"attachedToInvoice": 4,
"transferType": 1,
"supplierIdentifier": "uypTzSFDOECgrLWzH103jw==",
"supplierIdentifierGuid": "cd532abb-4321-4038-a0ac-b5b31f5d378f",
"description": "sample string 5",
"rows": 1,
"cartons": 1,
"units": 1,
"sentCount": 1,
"sent": "2026-06-03T18:35:00.82099",
"sentLocal": "2026-06-03T18:35:00.82099",
"sentByUser": "sample string 6",
"lastSentStatus": 1,
"cancelled": "2026-06-03T18:35:00.82099",
"cancelledLocal": "2026-06-03T18:35:00.82099",
"cancelledByUser": "sample string 7",
"shipped": "2026-06-03T18:35:00.82099",
"shippedLocal": "2026-06-03T18:35:00.82099",
"shippedByUser": "sample string 8",
"stockReceived": "2026-06-03T18:35:00.82099",
"stockReceivedLocal": "2026-06-03T18:35:00.82099",
"stockReceivedByUser": "sample string 9",
"stockReceiveInventorySetting": 10,
"received": "2026-06-03T18:35:00.82099",
"receivedLocal": "2026-06-03T18:35:00.82099",
"completed": "2026-06-03T18:35:00.82099",
"completedLocal": "2026-06-03T18:35:00.82099",
"updated": "2026-06-03T18:35:00.82099",
"updatedLocal": "2026-06-03T18:35:00.82099",
"dueDate": "2026-06-03T18:35:00.82099",
"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": "ToweoRG0aEqmmA9maRPUFw==",
"transportCompanyIdentifier": "a11e8c4e-b411-4a68-a698-0f666913d417",
"autoOrder": 28,
"hostIdentifier": "K1fUrPO+V0G2fRd0rBz6Hw==",
"hostIdentifierGuid": "acd4572b-bef3-4157-b67d-1774ac1cfa1f",
"defaultOrderDocumentId": 1,
"defaultStockReceiveDocumentId": 1,
"temperature": 1.1,
"temperatureScale": 29,
"rating": 30,
"lastOrderEmailSentId": "sample string 31",
"lastOrderEmailSentStatus": "sample string 32",
"deleted": "2026-06-03T18:35:00.82099",
"deletedByUser": "sample string 33",
"autoOrderGuid": "I3Cjqc2/XEG3WcKHk6n0dA==",
"autoOrderIdentifier": "a9a37023-bfcd-415c-b759-c28793a9f474",
"autoOrderHeader": {
"$id": "116",
"autoOrderGuid": "RXBsoq8Z1EahACL5nbX3iA==",
"autoOrderIdentifier": "a26c7045-19af-46d4-a100-22f99db5f788",
"orderGuid": "3fOr5JmY3Ua1MVWqqciAMQ==",
"orderIdentifier": "e4abf3dd-9899-46dd-b531-55aaa9c88031",
"created": "2026-06-03T18:35:00.82099",
"orderID": 1,
"storeID": 1,
"orderDate": "2026-06-03T18:35:00.82099",
"supplierIdentifier": "5Dyzknw4a0uvA9YtrEtjkQ==",
"supplierIdentifierGuid": "92b33ce4-387c-4b6b-af03-d62dac4b6391",
"orderStatus": 1,
"tradingPartner": 1,
"warehouse": true,
"simpleAWS": 3,
"defaultMPL": 4,
"investmentBuy": true,
"storeName": "sample string 6",
"supplierName": "sample string 7",
"description": "sample string 8",
"orderType": "sample string 9",
"mailTo": "sample string 10",
"mailBcc": "sample string 11",
"notes": "sample string 12",
"transportCompanyGuid": "no+ff6ypy0qv+WXi3wxSVQ==",
"transportCompanyIdentifier": "7f9f8f9e-a9ac-4acb-aff9-65e2df0c5255",
"store": {
"$ref": "3"
},
"supplier": {
"$ref": "9"
},
"orderCycle": {
"$id": "117",
"id": 1,
"autoOrderGuid": "1qU21NJaXkqCfXDVdoLJhA==",
"autoOrderIdentifier": "d436a5d6-5ad2-4a5e-827d-70d57682c984",
"cutOffDate": "2026-06-03T18:35:00.82099",
"deliveryDate": "2026-06-03T18:35:00.82099",
"daysBuffer": 3,
"nextCutOffDate": "2026-06-03T18:35:00.82099",
"nextDeliveryDate": "2026-06-03T18:35:00.82099",
"nextDaysBuffer": 5
},
"details": [
{
"$id": "118",
"autoOrderGuid": "VO6hrATsF068nRAx/R7SNQ==",
"autoOrderIdentifier": "aca1ee54-ec04-4e17-bc9d-1031fd1ed235",
"pluG_UID": "+cMfme111kqiSDp9SfCvog==",
"pluGuid": "991fc3f9-75ed-4ad6-a248-3a7d49f0afa2",
"orderCartons": 1,
"orderUnits": 1,
"orderWeight": 1,
"processedCartons": 1,
"processedUnits": 1,
"processedWeight": 1,
"cartons": 1,
"units": 1,
"weight": 1,
"status": 1,
"bestDealCartonCost": 1.1,
"bestDealDays": 1,
"lastDealDays": 1,
"normalCartonCost": 1.1,
"currentDealCartonCost": 1.1,
"investmentCartons": 1,
"investmentUnits": 1,
"investmentWeight": 1,
"investmentSavedAmt": 1.1,
"investmentBuyEndDate": "2026-06-03T18:35:00.82099",
"investmentBuyStatus": 2,
"processed": "2026-06-03T18:35:00.82099",
"product": {
"$ref": "2"
},
"orderCode": "sample string 3",
"directIndicator": "sample string 4",
"cycle": {
"$ref": "16"
},
"inventory": {
"$id": "119",
"inventoryGuid": "L+6nfZOSlkiLb2kcE77XaA==",
"inventoryIdentifier": "7da7ee2f-9293-4896-8b6f-691c13bed768",
"created": "2026-06-03T18:35:00.82099",
"createdLocal": "2026-06-03T18:35:00.82099",
"onHand": 4,
"onHandPacks": 5,
"onOrder": 6,
"onOrderPacks": 7,
"accuracy": 8,
"updated": "2026-06-03T18:35:00.82099",
"history": [
{
"$id": "120",
"inventoryGuid": "s8JZuQddAE+siPOQuW1/Fw==",
"inventoryIdentifier": "b959c2b3-5d07-4f00-ac88-f390b96d7f17",
"pluG_UID": "kFD7pqi7R0StOCGavdgBWw==",
"pluIdentifier": "a6fb5090-bba8-4447-ad38-219abdd8015b",
"inventoryReason": 3,
"inventoryInvoiceGuid": "hlORzwp3I0+PLg/+ZdRaNA==",
"invoiceIdentifier": "cf915386-770a-4f23-8f2e-0ffe65d45a34",
"operatorGuid": "jhxa6Alt9EKmb6slCzR4YQ==",
"operatorIdentifier": "e85a1c8e-6d09-42f4-a66f-ab250b347861",
"stocktakeGuid": "hXLawG8wl0GxKrxOdrwtGw==",
"stocktakeIdentifier": "c0da7285-306f-4197-b12a-bc4e76bc2d1b",
"orderGuid": "VnXE16Ha+0mUMfotHzEv8Q==",
"orderIdentifier": "d7c47556-daa1-49fb-9431-fa2d1f312ff1",
"saleHeaderGuid": "01+UodgLfkaLaxw+bX83Sw==",
"saleHeaderGuidIdentifier": "a1945fd3-0bd8-467e-8b6b-1c3e6d7f374b",
"dumpStockID": 1,
"fuelDeliveryID": 1,
"creditNoteIdentifier": "sGF5uchGX0+FLQhmVtwLZQ==",
"creditNoteGuid": "b97961b0-46c8-4f5f-852d-086656dc0b65",
"inventorySourceGuid": "WVPOSeii9UKqvUboPPuDDQ==",
"inventorySourceIdentifier": "49ce5359-a2e8-42f5-aabd-46e83cfb830d",
"createdLocal": "2026-06-03T18:35:00.82099",
"baseUnits": 4,
"unitsPerCarton": 5,
"unitsPerCartonWeighted": true,
"counted": 7,
"countedPacks": 8,
"open": 1,
"movementQty": 9,
"close": 1,
"openPacks": 1,
"movementQtyPacks": 10,
"closePacks": 1,
"accuracy": 1,
"manual": 11,
"user": "sample string 12",
"updated": "2026-06-03T18:35:00.82099",
"createdLocalTime": "2026-06-03T18:35:00.82099",
"storeID": 14,
"barcode": "sample string 15",
"directCode": "sample string 16",
"productName": "sample string 17",
"salesMode": 18,
"orderPacked": 19,
"invoice": {
"$id": "121",
"inventoryInvoiceGuid": "tSIDoCI7X0SAmoMLRQI4IA==",
"invoiceIdentifier": "a00322b5-3b22-445f-809a-830b45023820",
"inventoryGuid": "5Zu0hgjGDEeBM7BV4b8MJw==",
"inventoryIdentifier": "86b49be5-c608-470c-8133-b055e1bf0c27",
"supplierIdentifier": "K7fWYFQRME+KCrqkEJ+7IA==",
"supplierGuid": "60d6b72b-1154-4f30-8a0a-baa4109fbb20",
"orderGuid": "KDNZeVMwwE+WGZ8npP3xJQ==",
"orderIdentifier": "79593328-3053-4fc0-9619-9f27a4fdf125",
"invoiceHeaderIdentifier": "9sEnsIeJJUKMjwg1KjsWZw==",
"invoiceHeaderGuid": "b027c1f6-8987-4225-8c8f-08352a3b1667",
"created": "2026-06-03T18:35:00.82099",
"ordered": "2026-06-03T18:35:00.82099",
"storeID": 1,
"bestOrExpire": "2026-06-03T18:35:00.82099",
"bestOrExpireType": 1,
"units": 1,
"weight": 1,
"received": "2026-06-03T18:35:00.82099",
"cost": 1,
"totalCost": 1,
"freightCost": 1,
"inStock": 1,
"pluG_UID": "0bMfyhxrpkmJB9jdl670gw==",
"pluGuid": "ca1fb3d1-6b1c-49a6-8907-d8dd97aef483",
"orderInventoryGuid": "5N6lmhGT80y07ZufkkleXg==",
"orderInventoryIdentifier": "9aa5dee4-9311-4cf3-b4ed-9b9f92495e5e",
"supplier": {
"$ref": "9"
},
"inventoryUnits": [
{
"$id": "122",
"invoiceItemNo": 1,
"inventoryInvoiceGuid": "WklnQP2zkkSSWU2VzA+Y+Q==",
"invoiceIdentifier": "4067495a-b3fd-4492-9259-4d95cc0f98f9",
"inventoryGuid": "CdHZVDvKZUSKbUDdVpuLdw==",
"inventoryIdentifier": "54d9d109-ca3b-4465-8a6d-40dd569b8b77",
"serialNumber": "sample string 3",
"sold": "2026-06-03T18:35:00.82099",
"saleItemID": 1,
"storeID": 1,
"returned": "2026-06-03T18:35:00.82099",
"dumped": 1,
"saleHeaderID": 1
},
{
"$ref": "122"
}
]
},
"invoiceHeaderIdentifier": "RT9B8QjOJE+HSkblDY/Wtg==",
"invoiceHeaderGuid": "f1413f45-ce08-4f24-874a-46e50d8fd6b6",
"invoiceNumber": "sample string 20",
"invoiceCost": 1,
"invoiceCostDecimals": 1,
"orderNumber": 1,
"orderReceivingStoreName": "sample string 21",
"orderSendingStoreName": "sample string 22",
"creditNoteID": 1,
"reason": {
"$id": "123",
"id": 1,
"name": "sample string 1",
"allowRF": 2,
"dumpStock": 3,
"creditRequest": 4,
"excludeFromLoss": 5,
"reserved": 6,
"updated": "2026-06-03T18:35:00.82099"
},
"reasonName": "sample string 23",
"operatorName": "sample string 24",
"operatorNumber": "sample string 25",
"stocktakeName": "sample string 26",
"saleIdentifier": "sample string 27",
"saleHeaderID": 1,
"inventoryAfterCounted": true,
"inventorySetStock": true,
"externalId": "sample string 30",
"apn": "sample string 31",
"deptCode": "sample string 32"
},
{
"$ref": "120"
}
],
"products": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"lastInvoiceCost": 1
},
"aws": 5.0,
"products": [
{
"$id": "124",
"parentPluGuid": "bcab1dc4-576c-4fee-842f-eed8d43cba34",
"product": {
"$ref": "2"
},
"inventory": {
"$ref": "119"
},
"storeID": 2,
"storeName": "sample string 3",
"dayWeighting": {
"$id": "125",
"sunday": 1.1
},
"explanations": [
{
"$id": "126",
"pluG_UID": "VBuk8/AWwkqvTZc6MT2TZA==",
"pluGuid": "f3a41b54-16f0-4ac2-af4d-973a313d9364",
"consolidatedSales": {
"$id": "127",
"1": {
"$id": "128",
"discountPercentage": 1,
"days": 2,
"quantity": 3.1,
"aws": 3.1,
"cartonQuantity": 4.1,
"lowQuality": true
},
"2": {
"$ref": "128"
}
},
"dailyPrices": {
"$id": "129",
"2026-06-03T18:35:00.82099": {
"$id": "130",
"date": "2026-06-03T18:35:00.82099",
"salePrice": 1,
"campaign": "sample string 2",
"campaignDescription": "sample string 3",
"combo": true,
"comboPriceGroupG_UID": "cjiMRT4ijk+8H7zd/vnqOA==",
"comboPriceGroupGuid": "458c3872-223e-4f8e-bc1f-bcddfef9ea38"
}
},
"onHandPredictions": [
{
"$id": "131",
"autoOrderGuid": "ywIRQNfGIECcXc+/yLHcgw==",
"autoOrderIdentifier": "401102cb-c6d7-4020-9c5d-cfbfc8b1dc83",
"pluG_UID": "LhCjvwGE9UOt/Ob2qi92cQ==",
"pluGuid": "bfa3102e-8401-43f5-adfc-e6f6aa2f7671",
"childPLUG_UID": "ikVq4pkKDUyDz8bEuq5uIQ==",
"childPluGuid": "e26a458a-0a99-4c0d-83cf-c6c4baae6e21",
"date": "2026-06-03T18:35:00.82099",
"normalPrice": 2.0,
"salePrice": 3.0,
"discountPercentage": 4,
"discountPercentageActual": -50,
"predictedQuantity": 5.1,
"campaign": "sample string 6",
"campaignDescription": "sample string 7",
"lowQuality": true,
"investmentBuy": true,
"buffer": 10,
"boostDays": 11
},
{
"$ref": "131"
}
],
"predictions": [
{
"$ref": "131"
},
{
"$ref": "131"
}
],
"product": {
"$ref": "2"
}
},
{
"$ref": "126"
}
]
},
{
"$ref": "124"
}
],
"supplierOrderingDetail": {
"$ref": "12"
},
"manufacturerSupplier": "e20211a6-e47e-4d68-8634-bc00b35ef317",
"cartonQuantity": 1,
"sellPrice": 1,
"cost": 1,
"costDecimals": 1,
"bufferDays": 6,
"boostDays": 7
},
{
"$ref": "118"
}
],
"boosts": [
{
"$id": "132",
"autoOrderGuid": "0JqzKI/h/E2i4zKaAPfX3g==",
"autoOrderIdentifier": "28b39ad0-e18f-4dfc-a2e3-329a00f7d7de",
"date": "2026-06-03T18:35:00.82099",
"boost": 2
},
{
"$ref": "132"
}
]
},
"supplierName": "sample string 34",
"supplierStoreID": 1,
"supplierCartonsOnly": true,
"supplierEnforceMinimumQuantity": true,
"supplierMinimumOrderValue": 1,
"storeName": "sample string 37",
"orderCode": {
"$id": "133",
"code": "sample string 1",
"description": "sample string 2"
},
"store": {
"$ref": "3"
},
"supplier": {
"$ref": "9"
},
"totalCostInc": 38.0,
"totalPickedCostInc": 39.0,
"totalReceivedCostInc": 40.0,
"total": {
"$id": "134",
"orderGuid": "JsijOXU5Z0qrcbzVus6BCQ==",
"orderIdentifier": "39a3c826-3975-4a67-ab71-bcd5bace8109",
"supplierIdentifier": "QIcOqjkKgEmjkA7HamTuQQ==",
"supplierGuid": "aa0e8740-0a39-4980-a390-0ec76a64ee41",
"records": 1,
"cartons": 2.1,
"cartonQuantity": 3,
"weight": 4,
"costInc": 5,
"sellInc": 6,
"costGST": 7,
"sellGST": 8,
"pickedCostInc": 9,
"pickedSellInc": 10,
"receivedRecords": 11,
"receivedWeight": 1,
"receivedCartons": 1,
"receivedCartonQuantity": 1,
"receivedUnits": 1,
"receivedSellInc": 12,
"receivedCostInc": 13,
"receivedCostGST": 14,
"receivedSellGST": 15,
"investmentBuyRecords": 16,
"investmentBuyCartons": 17.1,
"investmentBuyCartonQuantity": 18,
"investmentBuyWeight": 19,
"investmentBuyCostInc": 20,
"investmentBuySellInc": 21,
"investmentBuyCostGST": 22,
"investmentBuySellGST": 23,
"investmentBuySavedAmount": 24.1
},
"details": [
{
"$ref": "1"
},
{
"$ref": "1"
}
],
"unknownScans": [
{
"$ref": "113"
},
{
"$ref": "113"
}
],
"transportCompany": {
"$id": "135",
"identifier": "yLdDaS/320WFRDyW281fHg==",
"identifierGuid": "6943b7c8-f72f-45db-8544-3c96dbcd5f1e",
"companyName": "sample string 1",
"abn": "sample string 2",
"address1": "sample string 3",
"address2": "sample string 4",
"telephone": "sample string 5",
"primaryContactGuid": "8KaPie8CwECacyIwLHFGNw==",
"primaryContactID": "898fa6f0-02ef-40c0-9a73-22302c714637",
"primaryContact": {
"$ref": "10"
}
},
"isMetcashSorted": true,
"backupOrderType": "sample string 42",
"backupOrderTypeDescription": "sample string 43",
"backupTradingPartner": 1,
"backupHostIdentifier": "b4f2a8e2-475f-4d28-9329-9680efb932e1"
},
"invoiceDetail": {
"$id": "136",
"identifier": "N104+Qr73kyT3Ez2QRikog==",
"identifierGuid": "f9385d37-fb0a-4cde-93dc-4cf64118a4a2",
"headerIdentifier": "uigwpXvNXkyV/oaCU5BUBg==",
"headerIdentifierGuid": "a53028ba-cd7b-4c5e-95fe-868253905406",
"pluG_UID": "ktyNBeuoE0KU/uIJo2k4kQ==",
"pluGuid": "058ddc92-a8eb-4213-94fe-e209a3693891",
"pageNo": 1,
"lineNo": 1,
"itemOrdered": "sample string 1",
"itemShipped": "sample string 2",
"apn": "sample string 3",
"barcode": "sample string 4",
"prodStatus": 0,
"dateAvailable": "2026-06-03T18:35:00.82099",
"commodity": "sample string 5",
"supplier": "sample string 6",
"itemDesc": "sample string 7",
"itemType": 48,
"investmentBuyInd": "A",
"orderType": "sample string 8",
"cartonQty": 1,
"cartonQuantitySpecified": true,
"soldByWeight": true,
"orderByWeight": true,
"unitsOrdered": 1,
"unitsSupplied": 1,
"unitsReceived": 1,
"weightOrdered": 1,
"weightShipped": 1,
"weightReceived": 1,
"unitSpecified": 11,
"wholesalePrice": 1,
"extWholesalePrice": 1,
"normalPrice": 1,
"retailPrice": 1,
"pricingUnit": "sample string 12",
"claimFlag": "A",
"gstRate": 1,
"gstAmount": 1,
"extGstAmount": 1,
"deliWeight": 1,
"marginAmount": 1,
"extMarginAmount": 1,
"costAmount": 1,
"orderedCostAmount": 1,
"extCostAmount": 1,
"costIncSpecified": true,
"extendedCostSpecified": true,
"cartonCostSpecified": true,
"freightAmount": 16,
"freightGstAmount": 17,
"extFreightAmount": 18,
"extFreightGstAmount": 19,
"costDecimals": 20,
"wetRate": 1,
"containerDeposit": 1,
"basePrice": 1,
"wetValue": 1,
"deliveryFee": 1,
"casePrice": 1,
"wholesaleExt": 1,
"wetExt": 1,
"totalLitres": 1,
"tun": "sample string 21",
"applyDetails": true,
"applySell": true,
"applyCost": true,
"applyOr": true,
"applyQty": true,
"itemNumber": "sample string 22",
"directNumber": "sample string 23",
"itemSize": "sample string 24",
"costGst": 1,
"sellGst": 1,
"costOr": 1,
"sellOr": 1,
"marginOr": 1,
"grossProfit": 1.0,
"sell": 1,
"cartonCost": 1,
"currentCost": 1,
"costID": "A",
"costStart": "2026-06-03T18:35:00.82099",
"costEnd": "2026-06-03T18:35:00.82099",
"createdFromUnknownScan": true,
"orderGuid": "3cMh+StZCUC1PJtZcCn1BA==",
"orderIdentifierGuid": "f921c3dd-592b-4009-b53c-9b597029f504",
"processed": true,
"received": true,
"inventoried": true,
"fromElectronicInvoice": true,
"allowDelete": true,
"updated": "2026-06-03T18:35:00.82099",
"invoiceNo": "sample string 30",
"hasInventory": true,
"existingCost": 32.1,
"existingSell": 33.1,
"futureCost": 1.1,
"futureSell": 1.1,
"nextSell": 1.1,
"nextSellCampaignName": "sample string 34",
"nextSellCampaignDescription": "sample string 35",
"dealCost": {
"$ref": "109"
},
"nextCost": {
"$ref": "109"
},
"lastChance": true,
"holdOff": 37,
"holdOffDate": "2026-06-03T18:35:00.82099",
"unknownScan": {
"$id": "137",
"pluG_UID": "BkZUUntGV0mXB4TIMzSVgQ==",
"pluGuid": "52544606-467b-4957-9707-84c833349581",
"invoiceIdentifier": "2Cad1Tc7g06kpkgtMd/WdA==",
"invoiceGuid": "d59d26d8-3b37-4e83-a4a6-482d31dfd674",
"barcode": "sample string 3",
"itemNumber": "sample string 4",
"created": "2026-06-03T18:35:00.82099"
},
"productActive": true,
"productSalesMode": 39,
"productGSTPercent": 40,
"productCostCalcMethod": 41,
"productAlwaysApplyMargin": true,
"productMarginRanged": true,
"productMargin": 1.1,
"productMinimumMargin": 1.1,
"productMaximumMargin": 1.1,
"priceGroupG_UID": "mJd3Vngnq0CSwSJxvlAAtA==",
"priceGroupGuid": "56779798-2778-40ab-92c1-2271be5000b4",
"priceGroupName": "sample string 44",
"priceGroupCode": "sample string 45",
"product": {
"$ref": "2"
},
"incrementCount": true,
"minimumQuantity": 1,
"randomWeight": true,
"salesMode": 47,
"cartons": 1,
"weight": 1,
"units": 1,
"autoOrderStatus": 1,
"invoiceDetailReceive": true
},
"autoOrderDetail": {
"$ref": "118"
},
"costGSTPercent": 1,
"orderDetailReceive": true,
"isBackedUp": true,
"backupWarehouseIndicator": "sample string 21",
"backupOrderCode": "sample string 22"
}
application/xml
Sample not available.
text/xml
Sample not available.
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
None.