PUT api/order/{id}/detail/{pluGuid}
Save order detail
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Order identifier |
globally unique identifier |
Required |
| pluGuid |
Product identifier |
globally unique identifier |
Required |
Body Parameters
Order detail to save
OrderDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| OrderGuid | Collection of byte |
None. |
|
| OrderIdentifier | globally unique identifier |
None. |
|
| PLUG_UID | Collection of byte |
None. |
|
| PluGuid | globally unique identifier |
None. |
|
| Created | date |
None. |
|
| APN | string |
None. |
|
| ItemNumber | string |
None. |
|
| DirectNumber |
The supplier's order code |
string |
None. |
| DirectIndicator |
The supplier's warehouse direct indicator |
string |
None. |
| SalesMode | integer |
None. |
|
| OrderByWeight | boolean |
None. |
|
| SellPrice | integer |
None. |
|
| InventoryFixed | boolean |
None. |
|
| HasInventory | boolean |
None. |
|
| InventoryAccuracy | integer |
None. |
|
| OnOrder | integer |
None. |
|
| OnOrderPacks | integer |
None. |
|
| OnHand | integer |
None. |
|
| OnHandPacks | integer |
None. |
|
| DoNotRange | boolean |
None. |
|
| DoNotOrder | boolean |
None. |
|
| Cost |
Carton cost |
integer |
None. |
| CostDecimals |
Carton cost decimal places |
integer |
None. |
| PickedCost |
Carton cost at time of picking. |
integer |
None. |
| PickedCostDecimals |
Picked carton cost decimal places. |
integer |
None. |
| AveragePackSize | decimal number |
None. |
|
| CartonQuantity |
Units per Cartonv |
integer |
None. |
| Cartons |
Ordered Cartons |
integer |
None. |
| Units |
Ordered Units |
integer |
None. |
| Weight |
Ordered Weight |
integer |
None. |
| PickedCartons |
Picked Cartons |
integer |
None. |
| PickedUnits |
Picked Units |
integer |
None. |
| PickedWeight |
Picked Weight |
integer |
None. |
| ShippedCartons |
Shipped (in-transit) Cartons |
integer |
None. |
| ShippedUnits |
Shipped (in-transit) units |
integer |
None. |
| ShippedWeight |
Shipped (in-transit) weight |
integer |
None. |
| ReceivedCartons |
Received Cartons |
integer |
None. |
| ReceivedCartonQuantity |
Received Units per Carton - may be different from ordered Units per Carton if different TUNs delivered |
integer |
None. |
| ReceivedTun |
The TUN scanned when receiving the order. |
string |
None. |
| ReceivedUnits |
Received units |
integer |
None. |
| ReceivedWeight |
Received weight |
integer |
None. |
| Received |
Flag for whether the order detail stock has been received |
integer |
None. |
| Status | OrderDetailStatus |
None. |
|
| SubstituteG_UID | Collection of byte |
None. |
|
| SubstituteGuid | globally unique identifier |
None. |
|
| WarehousePLUG_UID | Collection of byte |
None. |
|
| WarehousePluGuid |
Refers to the source Store's product guid |
globally unique identifier |
None. |
| Updated | date |
None. |
|
| Increment | boolean |
Relation. This field may not always be loaded or used for updates. |
|
| Description | string |
Relation. This field may not always be loaded or used for updates. |
|
| Product | Product |
Relation. This field may not always be loaded or used for updates. |
|
| UnknownScan | OrderUnknownScan |
Relation. This field may not always be loaded or used for updates. |
|
| UnknownScanItem | boolean |
Relation. This field may not always be loaded or used for updates. |
|
| Substitute | Product |
Relation. This field may not always be loaded or used for updates. |
|
| WarehouseProduct |
Product from the Store we are transferring from |
Product |
Relation. This field may not always be loaded or used for updates. |
| Lookup | OrderDetailLookup |
Relation. This field may not always be loaded or used for updates. |
|
| ProductOrderingDetail | ProductOrderingDetail |
Relation. This field may not always be loaded or used for updates. |
|
| DealCost | DealCost |
Relation. This field may not always be loaded or used for updates. |
|
| NextCost | DealCost |
Relation. This field may not always be loaded or used for updates. |
|
| LastChance |
If true, the deal cost is ending between now and the end of the week |
boolean |
Relation. This field may not always be loaded or used for updates. |
| HoldOff |
Indicates if a new deal cost is starting soon |
OrderHoldOff |
Relation. This field may not always be loaded or used for updates. |
| HoldOffDate |
Date that a hold off deal cost is begining |
date |
Relation. This field may not always be loaded or used for updates. |
| OrderHeader | OrderHeader |
Relation. This field may not always be loaded or used for updates. |
|
| InvoiceDetail | InvoiceDetail |
Relation. This field may not always be loaded or used for updates. |
|
| AutoOrderDetail | AutoOrderDetail |
Relation. This field may not always be loaded or used for updates. |
|
| CostGSTPercent | integer |
Relation. This field may not always be loaded or used for updates. |
|
| OrderDetailReceive |
Credit note populated. True if images are attached to order detail |
boolean |
Relation. This field may not always be loaded or used for updates. |
| IsBackedUp | boolean |
Relation. This field may not always be loaded or used for updates. |
|
| BackupWarehouseIndicator | string |
Relation. This field may not always be loaded or used for updates. |
|
| BackupOrderCode | string |
Relation. This field may not always be loaded or used for updates. |
Request Formats
application/json, text/json
{
"id": 1,
"orderGuid": "uZ3CbVEHwkW+BO2cwMTf5A==",
"orderIdentifier": "6dc29db9-0751-45c2-be04-ed9cc0c4dfe4",
"pluG_UID": "XZS9Ja5kFE+g50GJhDzYKQ==",
"pluGuid": "25bd945d-64ae-4f14-a0e7-4189843cd829",
"created": "2026-06-03T18:35:52.9801334",
"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": "RKZ6i58aX0+w8rtYH4uLQQ==",
"substituteGuid": "8b7aa644-1a9f-4f5f-b0f2-bb581f8b8b41",
"warehousePLUG_UID": "JF3WMlPypEaEmFwUvH+x4g==",
"warehousePluGuid": "32d65d24-f253-46a4-8498-5c14bc7fb1e2",
"updated": "2026-06-03T18:35:52.9801334",
"increment": true,
"description": "sample string 15",
"product": {
"$id": "2",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "JyVKATBJBUmDOK8cRIa39w==",
"guid": "014a2527-4930-4905-8338-af1c4486b7f7",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "sySlKpkhLEWyc9BUWlDYNg==",
"priceGroupGuid": "2aa524b3-2199-452c-b273-d0545a50d836",
"blueprintID": 1,
"lastCountedDate": "2026-06-03T18:35:52.9801334",
"externalID": "sample string 7",
"active": true,
"activated": "2026-06-03T18:35:52.9801334",
"pluCreated": "2026-06-03T18:35:52.9801334",
"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:52.9801334",
"lastManualUpdate": "2026-06-03T18:35:52.9801334",
"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:52.9801334",
"currentCostUpdated": "2026-06-03T18:35:52.9801334",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-06-03T18:35:52.9801334",
"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:52.9801334",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "jAy1u5P2VUOEhPY2GBPrSQ==",
"altPLUGuid": "bbb50c8c-f693-4355-8484-f6361813eb49",
"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:52.9801334",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "PCw7fCT/yEiL2l7Nb3syTA==",
"shelfPageLayoutGuid": "7c3b2c3c-ff24-48c8-8bda-5ecd6f7b324c",
"talkerPageLayoutG_UID": "duIWyc0GEk6XQbt59pbU/w==",
"talkerPageLayoutGuid": "c916e276-06cd-4e12-9741-bb79f696d4ff",
"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": "q2pTQPWhIkCafrGk0dLLSw==",
"inventoryIdentifier": "40536aab-a1f5-4022-9a7e-b1a4d1d2cb4b",
"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": "3ZCIbQR5g0ixKgyeJPU7KA==",
"parentPluGuid": "6d8890dd-7904-4883-b12a-0c9e24f53b28",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "DKkvPlTB00ekkB/94IT+dA==",
"supplierIdentifierGuid": "3e2fa90c-c154-47d3-a490-1ffde084fe74",
"supplierChanged": true,
"rebateSupplierIdentifier": "A8VXnTJ17kGGhtIruD+/Jw==",
"rebateSupplierIdentifierGuid": "9d57c503-7532-41ee-8686-d22bb83fbf27",
"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:52.9801334",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "nMvvWIPibEGayZgHR0hIdA==",
"hostIdentifierGuid": "58efcb9c-e283-416c-9ac9-980747484874",
"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:52.9801334",
"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": "cUV+twc9xU+TV2BNRjWxzg==",
"hostIdentifierGuid": "b77e4571-3d07-4fc5-9357-604d4635b1ce",
"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:52.9801334",
"priceZone": {
"$id": "4",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "oqAa7kptZkiRcytT6j4xbQ==",
"hostIdentifierGuid": "ee1aa0a2-6d4a-4866-9173-2b53ea3e316d",
"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": "n+zDtC/8iEWfshyJy5vLAg==",
"hostIdentifierGuid": "b4c3ec9f-fc2f-4588-9fb2-1c89cb9bcb02",
"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": "DxI3DPoSSkWOwi7zOMLGyQ==",
"identifierGuid": "0c37120f-12fa-454a-8ec2-2ef338c2c6c9",
"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": "UUVw+kyWB065/n21U5p5FQ==",
"hostSupplierIdentifierGuid": "fa704551-964c-4e07-b9fe-7db5539a7915",
"loyaltyPriceLevelIdentifier": "3QvtnC61tEKAVnnq/BVAlQ==",
"loyaltyPriceLevelIdentifierGuid": "9ced0bdd-b52e-42b4-8056-79eafc154095",
"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:52.9801334",
"lastProcessed": "2026-06-03T18:35:52.9801334",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$id": "9",
"identifier": "ZITYNVHzRUmia2+cbhlhJg==",
"identifierGuid": "35d88464-f351-4945-a26b-6f9c6e196126",
"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": "yqczWnYV0UGKl8eI5+9FAg==",
"primaryContactID": "5a33a7ca-1576-41d1-8a97-c788e7ef4502",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "ELuZZZ9GcE+WsLj3fOH1kg==",
"supplierGroupGuid": "6599bb10-469f-4f70-96b0-b8f77ce1f592",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-06-03T18:35:52.9801334",
"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": "072e87dd-ef65-4b30-a51e-569105c06159",
"identifier": "JGIKAnCrWUKg7LUy1XkRAA==",
"identifierGuid": "020a6224-ab70-4259-a0ec-b532d5791100",
"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": "CwN+Pvpzxkud4cxHQTHA5Q==",
"supplierIdentifierGuid": "3e7e030b-73fa-4bc6-9de1-cc474131c0e5",
"contactGuid": "KmsH4vpa/Eup2oXNkthzmQ==",
"contactID": "e2076b2a-5afa-4bfc-a9da-85cd92d87399",
"contact": {
"$ref": "10"
},
"supplier": {
"$ref": "9"
}
},
{
"$ref": "11"
}
],
"products": [
{
"$id": "12",
"pluG_UID": "riiAcDx3w06vZ9IHevqw4w==",
"pluGuid": "708028ae-773c-4ec3-af67-d2077afab0e3",
"supplierIdentifier": "MJr+x2Pnnkm6qDFxB2ASLw==",
"supplierIdentifierGuid": "c7fe9a30-e763-499e-baa8-31710760122f",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-06-03T18:35:52.9801334",
"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:52.9801334",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "13",
"pluG_UID": "0Pzak/uO50avuWXKoBT3yA==",
"pluGuid": "93dafcd0-8efb-46e7-afb9-65caa014f7c8",
"supplierIdentifier": "lnRez5mVmU2sbe2vkN1chg==",
"supplierIdentifierGuid": "cf5e7496-9599-4d99-ac6d-edaf90dd5c86",
"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": "6WM1NJ+zwk2Dibe5zgdNxQ==",
"parentPluGuid": "343563e9-b39f-4dc2-8389-b7b9ce074dc5",
"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": "UDOogdTr2kaFqzHYaPCTYQ==",
"supplierGuid": "81a83350-ebd4-46da-85ab-31d868f09361",
"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": "eKX2+DunU0yIlEdB0bm92w==",
"supplierGuid": "f8f6a578-a73b-4c53-8894-4741d1b9bddb",
"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:52.9801334",
"deliveryDate": "2026-06-03T18:35:52.9801334",
"nextCutOffDate": "2026-06-03T18:35:52.9801334",
"nextDeliveryDate": "2026-06-03T18:35:52.9801334",
"nextDaysBuffer": 10
},
{
"$ref": "16"
}
],
"store": {
"$ref": "3"
},
"updated": "2026-06-03T18:35:52.9801334",
"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:52.9801334",
"processed": "2026-06-03T18:35:52.9801334",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-06-03T18:35:52.9801334",
"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:52.9801334",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "17"
}
],
"zoneMatrix": [
{
"$id": "19",
"id": 1,
"hostIdentifier": "TqkT8IDKE0+0Z8rg8n5ZFg==",
"hostIdentifierGuid": "f013a94e-ca80-4f13-b467-cae0f27e5916",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"45275315-c5d3-4b7a-9420-342eccc5f582",
"c66d634c-3426-40a6-bfcd-bc90bc6ae704"
]
},
{
"$ref": "19"
}
],
"hostFileStoreSetting": {
"$ref": "7"
},
"hostStoreSettings": [
{
"$ref": "7"
},
{
"$ref": "7"
}
],
"promotionPlacements": [
{
"$id": "20",
"identifier": "W+xv7BC7ekGxQJ27GCDJMw==",
"identifierGuid": "ec6fec5b-bb10-417a-b140-9dbb1820c933",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "20"
}
],
"promoTypeGuids": [
"e0d66c30-67c4-4456-a4e3-ad402371a175",
"e4250db3-6ae9-494c-ab60-fd32b5407b73"
],
"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:52.9801334",
"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": "2994a42b-2d72-4fad-ae49-46dc95531b89",
"updateStore": {
"$id": "26",
"id": "2f3d5388-cc8d-4c57-8670-55200968ebce",
"name": "sample string 1",
"lastActivity": "2026-06-03T18:35:52.9801334",
"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:52.9801334"
},
"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": "2BZyJ8o+HkO4Bx7UCGeYxQ==",
"pluGuid": "277216d8-3eca-431e-b807-1ed4086798c5",
"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:52.9801334"
},
{
"$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:52.9801334",
"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:52.9801334",
"startTime": 5,
"endDate": "2026-06-03T18:35:52.9801334",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "BZ+9aYHSEkOOjJhERt3GAw==",
"hostIdentifierGuid": "69bd9f05-d281-4312-8e8c-984446ddc603",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "31"
},
{
"$ref": "31"
}
]
},
"tray": {
"$id": "32",
"g_UId": "5AeHp+O1VkCpUjNdWHMLpA==",
"guid": "a78707e4-b5e3-4056-a952-335d58730ba4",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "33",
"priceGroupG_UID": "So9gIQ/p2ES9AAz2WUrzRQ==",
"priceGroupGuid": "21608f4a-e90f-44d8-bd00-0cf6594af345",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-06-03T18:35:52.9801334",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "34",
"pluG_UID": "nx938RxQLEC31qmvO3SgYg==",
"pluGuid": "f1771f9f-501c-402c-b7d6-a9af3b74a062",
"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": "f61a021f-6c6f-4c77-b993-6e0400189a89",
"created": "2026-06-03T18:35:52.9801334",
"createdByUser": "sample string 1",
"activated": "2026-06-03T18:35:52.9801334",
"activatedByUser": "sample string 2",
"deactivated": "2026-06-03T18:35:52.9801334",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-06-03T18:35:52.9801334",
"lastOrderedQty": 4.0,
"lastReceived": "2026-06-03T18:35:52.9801334",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-06-03T18:35:52.9801334",
"lastSold": "2026-06-03T18:35:52.9801334",
"firstSold": "2026-06-03T18:35:52.9801334",
"awsUpdated": "2026-06-03T18:35:52.9801334",
"lastManualUpdate": "2026-06-03T18:35:52.9801334",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-06-03T18:35:52.9801334",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-06-03T18:35:52.9801334",
"doNotRangeUpdated": "2026-06-03T18:35:52.9801334",
"doNotOrderUpdated": "2026-06-03T18:35:52.9801334",
"tracked": "2026-06-03T18:35:52.9801334"
},
"allergens": [
{
"$id": "36",
"primaryKey": {
"$id": "37",
"pluGuid": "0b482734-9a87-4063-912b-f34331aaeaad",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "NCdIC4eaY0CRK/NDMarqrQ==",
"pluGuid": "0b482734-9a87-4063-912b-f34331aaeaad",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "36"
}
],
"costs": {
"$id": "38",
"pluG_UID": "13Wn9DU9FUG6J6V0yQSQ5g==",
"pluGuid": "f4a775d7-3d35-4115-ba27-a574c90490e6",
"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:52.9801334",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "39",
"saleHeaderID": 1,
"created": "2026-06-03T18:35:52.9801334",
"createdLocal": "2026-06-03T18:35:52.9801334",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "OPnXKMDtVEWpEGKhK+Oo2w==",
"operatorGuid": "28d7f938-edc0-4554-a910-62a12be3a8db",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "0OP6eRNXxUq2JzmaJ89nBQ==",
"pluGuid": "79fae3d0-5713-4ac5-b627-399a27cf6705",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$id": "40",
"id": 1,
"g_Uid": "4nAgodgTHUW02/qK8u+Rpw==",
"guid": "a12070e2-13d8-451d-b4db-fa8af2ef91a7",
"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:52.9801334",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-06-03T18:35:52.9801334",
"endShift": "2026-06-03T18:35:52.9801334",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "41",
"operatorG_UID": "5tNeWYSiAEKiDicYCfZf0Q==",
"operatorGuid": "595ed3e6-a284-4200-a20e-271809f65fd1",
"storeID": 2,
"operator": {
"$ref": "40"
},
"store": {
"$ref": "3"
}
},
{
"$ref": "41"
}
]
}
},
{
"$ref": "39"
}
],
"apns": [
{
"$id": "42",
"pluID": 1,
"pluG_UID": "U5L3FGS/BESrvonu/meYBw==",
"pluGuid": "14f79253-bf64-4404-abbe-89eefe679807",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "42"
}
],
"tuns": [
{
"$id": "43",
"pluG_UId": "495HW7XeAk2MDD9fOvoR/Q==",
"pluGuid": "5b47dee3-deb5-4d02-8c0c-3f5f3afa11fd",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "2"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "43"
}
],
"competitionPricing": [
{
"$id": "44",
"identifier": "qyJ+GcBZeUi6Z8rK4TBsnw==",
"identifierGuid": "197e22ab-59c0-4879-ba67-cacae1306c9f",
"pluG_UID": "w2glAVi0R0KuSI8FFmLRiw==",
"pluGuid": "012568c3-b458-4247-ae48-8f051662d18b",
"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": "cpOlZIghu0yvLg0Vf5SEpw==",
"groupName": "sample string 1",
"identifierGuid": "64a59372-2188-4cbb-af2e-0d157f9484a7",
"exists": true,
"flipChartIdentifier": "xWQvfBRLhU6adylMBtM+IQ==",
"flipChartIdentifierGuid": "7c2f64c5-4b14-4e85-9a77-294c06d33e21",
"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": "VbHINIMuI0678gHUFMVa0Q==",
"groupIdentifierGuid": "34c8b155-2e83-4e23-bbf2-01d414c55ad1",
"flipChart": {
"$id": "46",
"identifier": "76Mk8AnaQUyBVjpZXIQLjg==",
"identifierGuid": "f024a3ef-da09-4c41-8156-3a595c840b8e",
"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": "Z1QRbyGcqUi5e0mjHK6feA==",
"identifierGuid": "6f115467-9c21-48a9-b97b-49a31cae9f78",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "48",
"id": 1,
"g_UID": "xN5McDC/20qZNQuW4efw8g==",
"guid": "704cdec4-bf30-4adb-9935-0b96e1e7f0f2",
"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": "nrl6iu3ik0G4Tv5P8CIeHQ==",
"previousFormGuid": "8a7ab99e-e2ed-4193-b84e-fe4ff0221e1d",
"nextForm": 1,
"nextFormG_UID": "d6OQkNrE0ESdcWEG5pQ0/w==",
"nextFormGuid": "9090a377-c4da-44d0-9d71-6106e69434ff",
"attributes": "sample string 10",
"updated": "2026-06-03T18:35:52.9801334",
"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": "VmcX1GA/kUuyr/7zI6fj0w==",
"checkoutFormGuid": "d4176756-3f60-4b91-b2af-fef323a7e3d3",
"identifier": "/Ru+/YH92U20gIj/qluNOw==",
"identifierGuid": "fdbe1bfd-fd81-4dd9-b480-88ffaa5b8d3b",
"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": "+Zvx5cHqaUOHqVEIskrlBA==",
"valueGuid": "e5f19bf9-eac1-4369-87a9-5108b24ae504",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-06-03T18:35:52.9801334",
"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:52.9801334",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "49"
}
],
"panels": [
{
"$id": "51",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "pUGpaP651kCeUCUtzEbu+A==",
"checkoutFormGuid": "68a941a5-b9fe-40d6-9e50-252dcc46eef8",
"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": "VrFXKwCS80KtubTl1vvqBA==",
"flipChartPageIdentifierGuid": "2b57b156-9200-42f3-adb9-b4e5d6fbea04",
"pluG_UID": "X+Vc5YtILU24DYa8D/3e7g==",
"pluGuid": "e55ce55f-488b-4d2d-b80d-86bc0ffddeee",
"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": "fwa4NTJ0x0Sx0SX6DS7paA==",
"pluGuid": "35b8067f-7432-44c7-b1d1-25fa0d2ee968",
"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:52.9801334",
"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": "H2eEb7gyjE6eKeW7dEogLw==",
"ingredientGuid": "2zZ9c1+HoEiTVJxLaGa0pQ==",
"ingredientIdentifier": "737d36db-875f-48a0-9354-9c4b6866b4a5",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "2"
}
},
{
"$ref": "54"
}
],
"bins": [
{
"$id": "55",
"pluG_UID": "z7A6qiv8mEmgGfHyqqe9Vw==",
"pluGuid": "aa3ab0cf-fc2b-4998-a019-f1f2aaa7bd57",
"shelfLocationIdentifier": "7DZUDRlW0kidDpqWOiDxKQ==",
"shelfLocationGuid": "0d5436ec-5619-48d2-9d0e-9a963a20f129",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "/c9Muk/bq0ad1qGrGTkpQA==",
"labelPageLayoutGuid": "ba4ccffd-db4f-46ab-9dd6-a1ab19392940",
"updated": "2026-06-03T18:35:52.9801334",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "2"
},
"location": {
"$id": "56",
"identifier": "xH5cqI13qECxNFSao1YxZA==",
"storeID": 1,
"identifierGuid": "a85c7ec4-778d-40a8-b134-549aa3563164",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-06-03T18:35:52.9801334",
"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": "AvVKv7D0CU6YAhl7FrX8yw==",
"pluGuid": "bf4af502-f4b0-4e09-9802-197b16b5fccb",
"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:52.9801334",
"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:52.9801334",
"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": "mvbM/Wcvg0WF350CE3tZ4w==",
"labelPageLayoutGuid": "fdccf69a-2f67-4583-85df-9d02137b59e3",
"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:52.9801334",
"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": "B9EbxJ0NV0WfpdEOQDFMYg==",
"labelPageLayoutGuid": "c41bd107-0d9d-4557-9fa5-d10e40314c62",
"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:52.9801334",
"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": "CKmz6cB8qUGw9/HfxkT0tQ==",
"labelPageLayoutGuid": "e9b3a908-7cc0-41a9-b0f7-f1dfc644f4b5",
"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:52.9801334",
"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": "kOPC2vkEwk+lgkL0QzUohw==",
"labelPageLayoutGuid": "dac2e390-04f9-4fc2-a582-42f443352887",
"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": "0Y419j2Y1kCybjwd1wiVLg==",
"pluGuid": "f6358ed1-983d-40d6-b26e-3c1dd708952e",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "h6zFtCa6oEC7f0gKC5tohA==",
"dealCostGuid": "b4c5ac87-ba26-40a0-bb7f-480a0b9b6884",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "D9yCpqIzGESwEateKZnIMA==",
"priceGroupGuid": "a682dc0f-33a2-4418-b011-ab5e2999c830",
"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:52.9957902",
"rrp": 28,
"campaignDescription": "sample string 29",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "b8c42fe8-9d12-412a-bc9c-bf2fc952a3cd",
"campaignComboPriceGroupG_UID": "6NRadec3CUmwZxGx+yoKBQ==",
"campaignComboPriceGroupIdentifier": "755ad4e8-37e7-4909-b067-11b1fb2a0a05",
"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:52.9957902",
"operatorG_UID": "YDA/0YwvbUeGPsliZhLFOQ==",
"operatorGuid": "d13f3060-2f8c-476d-863e-c9626612c539",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-06-03T18:35:52.9957902",
"signIqTicketFileMovedUtc": "2026-06-03T18:35:52.9957902",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-06-03T18:35:52.9957902",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "61e2ab9c-a1ca-4e2a-8e18-5ce3f300e619",
"product": {
"$ref": "2"
},
"campaignPlu": {
"$ref": "67"
},
"fuelItem": true
},
{
"$ref": "68"
}
],
"campaign": {
"$id": "69",
"id": 1,
"storeID": 2,
"name": "627f0490-7d7a-4a56-903e-caa3ddf3ce42",
"nameGuid": "627f0490-7d7a-4a56-903e-caa3ddf3ce42",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-06-03T18:35:52.9957902",
"startTime": 1,
"endDate": "2026-06-03T18:35:52.9957902",
"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:52.9957902",
"system": true,
"created": "2026-06-03T18:35:52.9957902",
"updated": "2026-06-03T18:35:52.9957902",
"priceChangeNotifiedUtc": "2026-06-03T18:35:52.9957902",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "jHYHQcrEIEeqc4OIruAX/w==",
"hostIdentifierGuid": "4107768c-c4ca-4720-aa73-8388aee017ff",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-06-03T18:35:52.9957902",
"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": "+W+Qy/FSRkur2gBU8aARVw==",
"pluGuid": "cb906ff9-52f1-4b46-abda-0054f1a01157",
"hostOfferID": 1,
"priceGroupG_UID": "Dx9vU/5rCkiyF4XxKg6v+w==",
"priceGroupGuid": "536f1f0f-6bfe-480a-b217-85f12a0eaffb",
"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:52.9957902",
"rrp": 18,
"campaignDescription": "sample string 19",
"product": {
"$ref": "2"
},
"campaign": {
"$ref": "69"
}
},
{
"$ref": "70"
}
],
"sellingRules": [
{
"$id": "71",
"id": 1,
"identifier": "FzAUYKBGu02/uNm+eJkrWg==",
"identifierStr": "FzAUYKBGu02/uNm+eJkrWg==",
"identifierGuid": "60143017-46a0-4dbb-bfb8-d9be78992b5a",
"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": "Ha+0B98F60KhoaDgQeXHbg==",
"customerIDGuid": "07b4af1d-05df-42eb-a1a1-a0e041e5c76e",
"campaign": {
"$ref": "69"
},
"customer": {
"$id": "73",
"identifier": "Q2dnitl8JEWzJP6WrQouyw==",
"identifierGuid": "8a676743-7cd9-4524-b324-fe96ad0a2ecb",
"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:52.9957902",
"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": "IE+2b/QxY0CP7xvU+9Kc/g==",
"communityIdentifierGuid": "6fb64f20-31f4-4063-8fef-1bd4fbd29cfe",
"joined": "2026-06-03T18:35:52.9957902",
"updated": "2026-06-03T18:35:52.9957902",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "/LaTfPZ/dEO8NhjD2Tk6zQ==",
"priceLevelIdentifierGuid": "7c93b6fc-7ff6-4374-bc36-18c3d9393acd",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-06-03T18:35:52.9957902",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "74",
"cardType": 2,
"issueDate": "2026-06-03T18:35:52.9957902",
"expiry": "2026-06-03T18:35:52.9957902",
"customerID": "Xtm+4j7Ts0Gw4dr4YPfG+A==",
"customerIDGuid": "e2bed95e-d33e-41b3-b0e1-daf860f7c6f8",
"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:52.9957902",
"linkedAccount": "V0dft1q1qUuYvGnrLsF/Pg==",
"linkedAccountGuid": "b75f4757-b55a-4ba9-98bc-69eb2ec17f3e",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "73"
},
"account": {
"$id": "75",
"id": 1,
"identifier": "wD6+1RwXA0S2cg0kFkW9+g==",
"identifierGuid": "d5be3ec0-171c-4403-b672-0d241645bdfa",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-06-03T18:35:52.9957902",
"owner": "2yz2rmrIdE+Ib5EAu7GHDA==",
"ownerGuid": "aef62cdb-c86a-4f74-886f-9100bbb1870c",
"accountStoreGroupIdentifier": "9bOtUXKvG0ShAPEVruF55Q==",
"accountStoreGroupGuid": "51adb3f5-af72-441b-a100-f115aee179e5",
"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:52.9957902",
"active": true,
"updated": "2026-06-03T18:35:52.9957902",
"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": "VKC+thPVTkKcjLOnQjNrCQ==",
"identifierGuid": "b6bea054-d513-424e-9c8c-b3a742336b09",
"name": "sample string 2",
"primaryContact": "hxvmgu6JJ0GJ18+zo0v4Wg==",
"primaryContactGuid": "82e61b87-89ee-4127-89d7-cfb3a34bf85a",
"accountID": "OaBSyYObakaaxOq3Xh77pg==",
"accountIDGuid": "c952a039-9b83-466a-9ac4-eab75e1efba6",
"special": true,
"updated": "2026-06-03T18:35:52.9957902",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "ezeyO74jCEGSvCfU+PPDSw==",
"priceLevelIdentifierGuid": "3bb2377b-23be-4108-92bc-27d4f8f3c34b",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "75"
},
"primaryContactCustomer": {
"$ref": "73"
},
"customerGroupMembers": [
{
"$id": "78",
"id": 1,
"groupID": "OWuPmPZUhk6gsTiEq42PNg==",
"groupIDGuid": "988f6b39-54f6-4e86-a0b1-3884ab8d8f36",
"customerID": "N0AExkUdgE236GDV0kAJOQ==",
"customerIDGuid": "c6044037-1d45-4d80-b7e8-60d5d2400939",
"card": "sample string 4",
"linkedAccount": "ffXYV3tgbUeE5VO6mD3wYQ==",
"linkedAccountGuid": "57d8f57d-607b-476d-84e5-53ba983df061",
"customer": {
"$ref": "73"
},
"group": {
"$ref": "77"
},
"customerCard": {
"$ref": "74"
}
},
{
"$ref": "78"
}
]
},
{
"$ref": "77"
}
]
},
"payments": [
{
"$id": "79",
"id": 1,
"identifier": "KqRuJid1eUOWwN7BQ5HbTw==",
"identifierGuid": "266ea42a-7527-4379-96c0-dec14391db4f",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "cYkr8EPJMkKhVFBaao3Yvg==",
"accountIDGuid": "f02b8971-c943-4232-a154-505a6a8dd8be",
"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:52.9957902",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "rBy6Mt4RzUOVG5zgIhlZMw==",
"idempotentVoidGuid": "32ba1cac-11de-43cd-951b-9ce022195933",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "80",
"saleHeaderID": 1,
"saleHeaderGuid": "9EgRTEcTGUCPgdTMl8u1kQ==",
"saleHeaderIdentifierGuid": "4c1148f4-1347-4019-8f81-d4cc97cbb591",
"created": "2026-06-03T18:35:52.9957902",
"createdLocal": "2026-06-03T18:35:52.9957902",
"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:52.9957902",
"storeID": 1,
"operatorG_Uid": "UMgVePtVUUG1ac1DxkVR4w==",
"operatorGuid": "7815c850-55fb-4151-b569-cd43c64551e3",
"customerG_Uid": "wvM4yiTPDUWTQ1Ne7kLabw==",
"customerGuid": "ca38f3c2-cf24-450d-9343-535eee42da6f",
"communityIdentifier": "mFWz9nzMrESwViP5aT2A4A==",
"communityIdentifierGuid": "f6b35598-cc7c-44ac-b056-23f9693d80e0",
"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": "6t5LD8s8F0y68DlYciUFbg==",
"priceLevelIdentifierGuid": "0f4bdeea-3ccb-4c17-baf0-39587225056e",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-06-03T18:35:52.9957902+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:52.9957902",
"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": "cMyHZ45JHUmH6ht/RcHJ8w==",
"identifierGuid": "6787cc70-498e-491d-87ea-1b7f45c1c9f3",
"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:52.9957902",
"promoPeriodEnd": "2026-06-03T18:35:52.9957902",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-06-03T18:35:52.9957902",
"deleted": true
},
"details": [
{
"$id": "83",
"saleItemID": 1,
"identifier": "tGYKmt3gB0aPUBf9y8eUow==",
"identifierGuid": "9a0a66b4-e0dd-4607-8f50-17fdcbc794a3",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "JRqxOzSJsEiO3KZu2/Oi0A==",
"pluGuid": "3bb11a25-8934-48b0-8edc-a66edbf3a2d0",
"accountID": "TkSa6A/KrkOn0fUwUwHF8g==",
"accountIDGuid": "e89a444e-ca0f-43ae-a7d1-f5305301c5f2",
"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:52.9957902",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "qnDSfC0FwEmExCs0xcEdgg==",
"refundGuid": "7cd270aa-052d-49c0-84c4-2b34c5c11d82",
"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": "6w3Sijf/WkWTTjAGqcKZrw==",
"idempotentVoidGuid": "8ad20deb-ff37-455a-934e-3006a9c299af",
"priceLevelIdentifier": "vOzmkH9gqU2oJI8emAdd2g==",
"priceLevelIdentifierGuid": "90e6ecbc-607f-4da9-a824-8f1e98075dda",
"communityIdentifier": "rqgx+sisvECdS9lAw8h+Uw==",
"communityIdentifierGuid": "fa31a8ae-acc8-40bc-9d4b-d940c3c87e53",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "84",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-06-03T18:35:52.9957902",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "84"
}
],
"refund": {
"$id": "85",
"id": 1,
"g_UID": "wiC0qx9+P0SkgngDP133xg==",
"guid": "abb420c2-7e1f-443f-a482-78033f5df7c6",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-06-03T18:35:52.9957902"
},
"modifier": {
"$id": "86",
"id": 1,
"setG_UID": "8iZxBa4g6kCKjtysvN9dPA==",
"modifierSetGuid": "057126f2-20ae-40ea-8a8e-dcacbcdf5d3c",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "YoBDVzuNmEGEZ9HO36Up1w==",
"pluGuid": "57438062-8d3b-4198-8467-d1cedfa529d7",
"deleted": true,
"g_UID": "IIzgAPZD7kWB7qDGv4oHhw==",
"guid": "00e08c20-43f6-45ee-81ee-a0c6bf8a0787",
"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": "n2TujAAKPEWFR4y5kO6tNQ==",
"pluGuid": "8cee649f-0a00-453c-8547-8cb990eead35",
"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:52.9957902",
"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:52.9957902",
"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": "25VJ3Cu2nEemaX22LLfPTg==",
"pluGuid": "dc4995db-b62b-479c-a669-7db62cb7cf4e",
"accountID": "Ph6x0K+4FEGltbKPQUvqlg==",
"accountIDGuid": "d0b11e3e-b8af-4114-a5b5-b28f414bea96",
"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:52.9957902",
"bestOrExpireType": 1,
"refundG_UID": "zdIe/XuwK0i5zirw7Z+LKQ==",
"refundGuid": "fd1ed2cd-b07b-482b-b9ce-2af0ed9f8b29",
"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": "CWkxEq1SE0GtWOzHW9k4WA==",
"identifierGuid": "12316909-52ad-4113-ad58-ecc75bd93858",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "ZySXQm/eSEWKOLLetpZDJQ==",
"customerIdentifierGuid": "42972467-de6f-4548-8a38-b2deb6964325",
"operatorNo": 1,
"operatorG_UID": "WSdcThfeCkCZ2e7qSYnEKA==",
"operatorGuid": "4e5c2759-de17-400a-99d9-eeea4989c428",
"created": "2026-06-03T18:35:52.9957902",
"ordered": "2026-06-03T18:35:52.9957902",
"started": "2026-06-03T18:35:52.9957902",
"completed": "2026-06-03T18:35:52.9957902",
"supplied": "2026-06-03T18:35:52.9957902",
"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": "hR0ZJO2gf0ejLdjmvWoiBA==",
"pluGuid": "24191d85-a0ed-477f-a32d-d8e6bd6a2204",
"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": "1jYePIbUPUysImz5QIv1Dg==",
"headerIdentifierGuid": "3c1e36d6-d486-4c3d-ac22-6cf9408bf50e",
"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": "7AfjUwW9pEqAwPDdM7PYuw==",
"surveyGuid": "53e307ec-bd05-4aa4-80c0-f0dd33b3d8bb",
"saleHeaderGuid": "tSs+qZHqREurC8Ti0H2c4g==",
"saleGuid": "a93e2bb5-ea91-4b44-ab0b-c4e2d07d9ce2",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "nkuYvXL5wkqV26dlgB2fIA==",
"guidResponse": "bd984b9e-f972-4ac2-95db-a765801d9f20",
"whoAnswered": 2,
"answeredAtUTC": "2026-06-03T18:35:52.9957902",
"sale": {
"$ref": "80"
},
"survey": {
"$id": "95",
"g_UID": "zopp8DZRaEGk78euCfyRUQ==",
"guid": "f0698ace-5136-4168-a4ef-c7ae09fc9151",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "08J8zDJD6ECq6WZ/fewrWw==",
"checkoutFormGuid": "cc7cc2d3-4332-40e8-aae9-667f7dec2b5b",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-06-03T18:35:52.9957902",
"end": "2026-06-03T18:35:52.9957902",
"deleted": true,
"updated": "2026-06-03T18:35:52.9957902",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"2c712035-8e0d-49fd-90ec-c228d51a8135",
"c65edeea-05ce-4bf0-91a2-99c35d0c8f9a"
],
"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": "xQ+K3HYKZUqAarfChcE6lA==",
"accountIdentifier": "dc8a0fc5-0a76-4a65-806a-b7c285c13a94",
"accountName": "sample string 44",
"customerOrderIdentifier": "kAFKq9fDBUSOh+ZC/fIfUw==",
"customerOrderIdentifierGuid": "ab4a0190-c3d7-4405-8e87-e642fdf21f53",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "96",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "zAXSz18E3katduQ6uSx48Q==",
"paymentIdentifierGuid": "cfd205cc-045f-46de-ad76-e43ab92c78f1",
"identifier": "b8kev782rU25/XI1IZcJ9Q==",
"identifierGuid": "bf1ec96f-36bf-4dad-b9fd-7235219709f5",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "Zk0V4bWvW0aoO/iA9mVmIw==",
"itemIdentifierGuid": "e1154d66-afb5-465b-a83b-f880f6656623"
}
},
{
"$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": "APDWSudeUkmTmLHGM4EzQQ==",
"customerIdentifierGuid": "4ad6f000-5ee7-4952-9398-b1c633813341",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "cH3FR0a1yE+XyupbzjjnIw==",
"idempotentGuid": "47c57d70-b546-4fc8-97ca-ea5bce38e723",
"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:52.9957902",
"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:52.9957902",
"labelPageLayout": "SocbromIQkmKwRTW2xH98A==",
"pageLayoutGuid": "ae1b874a-8889-4942-8ac1-14d6db11fdf0",
"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:52.9957902"
},
{
"$ref": "101"
}
]
},
"customerVouchers": [
{
"$id": "102",
"id": 1,
"customerIdentifier": "daYXPIuD4E2ezBXQojGzrg==",
"customerIdentifierGuid": "3c17a675-838b-4de0-9ecc-15d0a231b3ae",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-06-03T18:35:52.9957902",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "fWPw5g0wCUKEkpP3M59WyQ==",
"issuedIdempotentGuid": "e6f0637d-300d-4209-8492-93f7339f56c9",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-06-03T18:35:52.9957902",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-06-03T18:35:52.9957902",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "wUtlh2MiaESQCSqMUq3zGw==",
"redeemedIdempotentGuid": "87654bc1-2263-4468-9009-2a8c52adf31b",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-06-03T18:35:52.9957902",
"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": "BjVcdlAe8EOw/A4QxV2JjA==",
"groupIDGuid": "765c3506-1e50-43f0-b0fc-0e10c55d898c",
"campaign": {
"$ref": "69"
},
"group": {
"$ref": "77"
}
},
{
"$ref": "103"
}
],
"signIqTickets": [
{
"$id": "104",
"identifier": "2iM5wBpD6UGNe8MHElTd+A==",
"identifierGuid": "c03923da-431a-41e9-8d7b-c3071254ddf8",
"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": "agrXmDZnp0ig7TGYZilAsw==",
"guid": "98d70a6a-6736-48a7-a0ed-3198662940b3",
"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": "QYLgemsN10yiXVfcX2tSwg==",
"groupGuid": "7ae08241-0d6b-4cd7-a25d-57dc5f6b52c2",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "j//dEkgNBkm48VKSqquIrA==",
"pluGuid": "12ddff8f-0d48-4906-b8f1-5292aaab88ac",
"priceGroupG_UID": "w8DEK/JdKEuFcNW+iemB1w==",
"priceGroupGuid": "2bc4c0c3-5df2-4b28-8570-d5be89e981d7",
"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": "lK43qhpQLkuvGehuQCufJA==",
"priceLevelIdentifierGuid": "aa37ae94-501a-4b2e-af19-e86e402b9f24",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "107"
}
],
"promotionType": {
"$id": "108",
"identifier": "IwwkPVUTq0WI6pdGYgRMcA==",
"identifierGuid": "3d240c23-1355-45ab-88ea-974662044c70",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "nk4Ivq2BTEeBB2WKS/vbcw==",
"labelPageLayoutGuid": "be084e9e-81ad-474c-8107-658a4bfbdb73",
"priceLevelIdentifier": "O4DDAlSVMkqQgpEg7nUkaQ==",
"priceLevelIdentifierGuid": "02c3803b-9554-4a32-9082-9120ee752469",
"active": true,
"updated": "2026-06-03T18:35:52.9957902",
"hostName": "sample string 11"
}
},
"product": {
"$ref": "2"
},
"dealCost": {
"$id": "109",
"headerIdentifier": "Ci27x2v7vkKnUlnEA4P3EA==",
"headerIdentifierGuid": "c7bb2d0a-fb6b-42be-a752-59c40383f710",
"identifier": "aXRZgSQ0YUWgLCIxIvXtkA==",
"identifierGuid": "81597469-3424-4561-a02c-223122f5ed90",
"supplierIdentifier": "HLwcXIEcr0WeRz0YHkJzFg==",
"supplierGuid": "5c1cbc1c-1c81-45af-9e47-3d181e427316",
"pluG_UID": "B9JOP2V8f0eX3O3ViLSguQ==",
"pluGuid": "3f4ed207-7c65-477f-97dc-edd588b4a0b9",
"campaignName": "730545ce-8d00-403b-8eb6-c168c26473a3",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-06-03T18:35:52.9957902",
"end": "2026-06-03T18:35:52.9957902",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "Cq+83KiGT0W3az4gSeqH8Q==",
"bonusItemPluGuid": "dcbcaf0a-86a8-454f-b76b-3e2049ea87f1",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-06-03T18:35:52.9957902",
"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:52.9957902",
"campaignEndDate": "2026-06-03T18:35:52.9957902",
"masterPLUG_UID": "iy2du7dT0kq/IPZhmMmJlQ==",
"masterID": "bb9d2d8b-53b7-4ad2-bf20-f66198c98995",
"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": "15iRem4WiE6wazNMnMnyog==",
"bonusMasterID": "7a9198d7-166e-4e88-b06b-334c9cc9f2a2",
"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:52.9957902",
"dealCosts": [
{
"$ref": "109"
},
{
"$ref": "109"
}
],
"tags": [
{
"$id": "110",
"pluG_UID": "QNwy494l002fQkdfB70jaA==",
"pluGuid": "e332dc40-25de-4dd3-9f42-475f07bd2368",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "110"
}
],
"alternateProductG_UID": "FfK+iiF9VkWEcC635h72SQ==",
"alternateProduct": "8abef215-7d21-4556-8470-2eb7e61ef649",
"altProduct": {
"$ref": "2"
},
"productHostCode": {
"$id": "111",
"id": 1,
"pluG_UID": "b6kBgfP9mUCibFCVp43KEg==",
"pluGuid": "8101a96f-fdf3-4099-a26c-5095a78dca12",
"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:52.9957902",
"inventoryTracked": "2026-06-03T18:35:52.9957902",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "112",
"pluG_UID": "Z9iivDaXLUC8ikvecuJMXw==",
"pluGuid": "bca2d867-9736-402d-bc8a-4bde72e24c5f",
"fuelPluG_UID": "BotKrt19Nkemqe+bf8MbPA==",
"fuelPluGuid": "ae4a8b06-7ddd-4736-a6a9-ef9b7fc31b3c",
"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": "xBO8aWMS5EW3mAxc/MZNzA==",
"pluGuid": "69bc13c4-1263-45e4-b798-0c5cfcc64dcc",
"orderGuid": "KAGejEkCtk2bWtOupwFy0Q==",
"orderIdentifier": "8c9e0128-0249-4db6-9b5a-d3aea70172d1",
"barcode": "sample string 3",
"created": "2026-06-03T18:35:52.9957902",
"assigned": true
},
"unknownScanItem": true,
"substitute": {
"$ref": "2"
},
"warehouseProduct": {
"$ref": "2"
},
"lookup": {
"$id": "114",
"pluG_UID": "JOh639IqYUytUdprMxGwaw==",
"pluGuid": "df7ae824-2ad2-4c61-ad51-da6b3311b06b",
"inventoryGuid": "ozRSH4HAhEqVmaaVH/PJDA==",
"inventoryIdentifier": "1f5234a3-c081-4a84-9599-a6951ff3c90c",
"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:52.9957902",
"lastOrderQuantity": 1.1,
"lastReceived": "2026-06-03T18:35:52.9957902",
"lastReceivedQuantity": 1.1,
"lastInvoiceStatus": 1
},
"productOrderingDetail": {
"$ref": "12"
},
"dealCost": {
"$ref": "109"
},
"nextCost": {
"$ref": "109"
},
"lastChance": true,
"holdOff": 18,
"holdOffDate": "2026-06-03T18:35:52.9957902",
"orderHeader": {
"$id": "115",
"orderID": 1,
"orderGuid": "bDLz7uAXtUeCOlwxUX+Sbw==",
"orderIdentifier": "eef3326c-17e0-47b5-823a-5c31517f926f",
"backToBack": 1,
"b2bGuid": "lqmupMmU7kyFvN9xOudeuQ==",
"b2bIdentifier": "a4aea996-94c9-4cee-85bc-df713ae75eb9",
"status": 2,
"created": "2026-06-03T18:35:52.9957902",
"createdLocal": "2026-06-03T18:35:52.9957902",
"createdByUser": "sample string 3",
"storeID": 1,
"transferGuid": "O6ozze/YqEW/6wh7y244ug==",
"transferIdentifier": "cd33aa3b-d8ef-45a8-bfeb-087bcb6e38ba",
"transferInvoiceIdentifier": "XSPkeeJY0kmUdBcp4I/hjg==",
"transferInvoiceGuid": "79e4235d-58e2-49d2-9474-1729e08fe18e",
"attachedToInvoice": 4,
"transferType": 1,
"supplierIdentifier": "qfOzNcSSCUeW2QDJx/1Twg==",
"supplierIdentifierGuid": "35b3f3a9-92c4-4709-96d9-00c9c7fd53c2",
"description": "sample string 5",
"rows": 1,
"cartons": 1,
"units": 1,
"sentCount": 1,
"sent": "2026-06-03T18:35:52.9957902",
"sentLocal": "2026-06-03T18:35:52.9957902",
"sentByUser": "sample string 6",
"lastSentStatus": 1,
"cancelled": "2026-06-03T18:35:52.9957902",
"cancelledLocal": "2026-06-03T18:35:52.9957902",
"cancelledByUser": "sample string 7",
"shipped": "2026-06-03T18:35:52.9957902",
"shippedLocal": "2026-06-03T18:35:52.9957902",
"shippedByUser": "sample string 8",
"stockReceived": "2026-06-03T18:35:52.9957902",
"stockReceivedLocal": "2026-06-03T18:35:52.9957902",
"stockReceivedByUser": "sample string 9",
"stockReceiveInventorySetting": 10,
"received": "2026-06-03T18:35:52.9957902",
"receivedLocal": "2026-06-03T18:35:52.9957902",
"completed": "2026-06-03T18:35:52.9957902",
"completedLocal": "2026-06-03T18:35:52.9957902",
"updated": "2026-06-03T18:35:52.9957902",
"updatedLocal": "2026-06-03T18:35:52.9957902",
"dueDate": "2026-06-03T18:35:52.9957902",
"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": "zTki0Tf66kCtAg1INbn/jA==",
"transportCompanyIdentifier": "d12239cd-fa37-40ea-ad02-0d4835b9ff8c",
"autoOrder": 28,
"hostIdentifier": "NrNlZeUPYES2aj4oDpypLQ==",
"hostIdentifierGuid": "6565b336-0fe5-4460-b66a-3e280e9ca92d",
"defaultOrderDocumentId": 1,
"defaultStockReceiveDocumentId": 1,
"temperature": 1.1,
"temperatureScale": 29,
"rating": 30,
"lastOrderEmailSentId": "sample string 31",
"lastOrderEmailSentStatus": "sample string 32",
"deleted": "2026-06-03T18:35:52.9957902",
"deletedByUser": "sample string 33",
"autoOrderGuid": "ZU6ARMrjyEC/6b3JRkt1ZQ==",
"autoOrderIdentifier": "44804e65-e3ca-40c8-bfe9-bdc9464b7565",
"autoOrderHeader": {
"$id": "116",
"autoOrderGuid": "FSU/+N4VY0uJxGORW4r92Q==",
"autoOrderIdentifier": "f83f2515-15de-4b63-89c4-63915b8afdd9",
"orderGuid": "nMnRRTyrAkeUJEy1I8Ltzw==",
"orderIdentifier": "45d1c99c-ab3c-4702-9424-4cb523c2edcf",
"created": "2026-06-03T18:35:52.9957902",
"orderID": 1,
"storeID": 1,
"orderDate": "2026-06-03T18:35:52.9957902",
"supplierIdentifier": "6UcUn2ji10Kc3TCQ0LtFug==",
"supplierIdentifierGuid": "9f1447e9-e268-42d7-9cdd-3090d0bb45ba",
"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": "FWxCti0fqUWLHtwo6niqCg==",
"transportCompanyIdentifier": "b6426c15-1f2d-45a9-8b1e-dc28ea78aa0a",
"store": {
"$ref": "3"
},
"supplier": {
"$ref": "9"
},
"orderCycle": {
"$id": "117",
"id": 1,
"autoOrderGuid": "ko4+FZoPHUS1TGm+aPlPGw==",
"autoOrderIdentifier": "153e8e92-0f9a-441d-b54c-69be68f94f1b",
"cutOffDate": "2026-06-03T18:35:52.9957902",
"deliveryDate": "2026-06-03T18:35:52.9957902",
"daysBuffer": 3,
"nextCutOffDate": "2026-06-03T18:35:52.9957902",
"nextDeliveryDate": "2026-06-03T18:35:52.9957902",
"nextDaysBuffer": 5
},
"details": [
{
"$id": "118",
"autoOrderGuid": "KDAaYdwhjkWBP6sLc2zu5w==",
"autoOrderIdentifier": "611a3028-21dc-458e-813f-ab0b736ceee7",
"pluG_UID": "RAHpBfaeREGg5PJbMjRFeg==",
"pluGuid": "05e90144-9ef6-4144-a0e4-f25b3234457a",
"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:52.9957902",
"investmentBuyStatus": 2,
"processed": "2026-06-03T18:35:52.9957902",
"product": {
"$ref": "2"
},
"orderCode": "sample string 3",
"directIndicator": "sample string 4",
"cycle": {
"$ref": "16"
},
"inventory": {
"$id": "119",
"inventoryGuid": "8GBge6kRmE2D1Sf2Cpf/5A==",
"inventoryIdentifier": "7b6060f0-11a9-4d98-83d5-27f60a97ffe4",
"created": "2026-06-03T18:35:52.9957902",
"createdLocal": "2026-06-03T18:35:52.9957902",
"onHand": 4,
"onHandPacks": 5,
"onOrder": 6,
"onOrderPacks": 7,
"accuracy": 8,
"updated": "2026-06-03T18:35:52.9957902",
"history": [
{
"$id": "120",
"inventoryGuid": "Z7bShhnjF02Z9SqMmACuiw==",
"inventoryIdentifier": "86d2b667-e319-4d17-99f5-2a8c9800ae8b",
"pluG_UID": "TAAeZtgvu0iE+A/wQjneSQ==",
"pluIdentifier": "661e004c-2fd8-48bb-84f8-0ff04239de49",
"inventoryReason": 3,
"inventoryInvoiceGuid": "KlyJY/JeokOJEo2bP8R8/Q==",
"invoiceIdentifier": "63895c2a-5ef2-43a2-8912-8d9b3fc47cfd",
"operatorGuid": "gFzRMBY0lUaaTtTmvUsvuA==",
"operatorIdentifier": "30d15c80-3416-4695-9a4e-d4e6bd4b2fb8",
"stocktakeGuid": "kQuM14Rquk+I2S5dclG5dQ==",
"stocktakeIdentifier": "d78c0b91-6a84-4fba-88d9-2e5d7251b975",
"orderGuid": "Vn2HYHFqJ0OvI645x3+XVA==",
"orderIdentifier": "60877d56-6a71-4327-af23-ae39c77f9754",
"saleHeaderGuid": "GsptDc0Y9U+2KoSsMGZjEA==",
"saleHeaderGuidIdentifier": "0d6dca1a-18cd-4ff5-b62a-84ac30666310",
"dumpStockID": 1,
"fuelDeliveryID": 1,
"creditNoteIdentifier": "WXqp27chjkeEPpdcZ4uqmA==",
"creditNoteGuid": "dba97a59-21b7-478e-843e-975c678baa98",
"inventorySourceGuid": "hbs0l1BUK0CzStSUzGY+FQ==",
"inventorySourceIdentifier": "9734bb85-5450-402b-b34a-d494cc663e15",
"createdLocal": "2026-06-03T18:35:52.9957902",
"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:52.9957902",
"createdLocalTime": "2026-06-03T18:35:52.9957902",
"storeID": 14,
"barcode": "sample string 15",
"directCode": "sample string 16",
"productName": "sample string 17",
"salesMode": 18,
"orderPacked": 19,
"invoice": {
"$id": "121",
"inventoryInvoiceGuid": "ysVOXEW95kyVPaG2I3B1Tg==",
"invoiceIdentifier": "5c4ec5ca-bd45-4ce6-953d-a1b62370754e",
"inventoryGuid": "d+zJNWnYA0epf7ErPyyH9A==",
"inventoryIdentifier": "35c9ec77-d869-4703-a97f-b12b3f2c87f4",
"supplierIdentifier": "Nqriu+ZAg0m5zITCa+BegQ==",
"supplierGuid": "bbe2aa36-40e6-4983-b9cc-84c26be05e81",
"orderGuid": "KuiAMlZgH0WzyE3ZLjLx4g==",
"orderIdentifier": "3280e82a-6056-451f-b3c8-4dd92e32f1e2",
"invoiceHeaderIdentifier": "qiuN4V4NjUe0bX+LLrF12A==",
"invoiceHeaderGuid": "e18d2baa-0d5e-478d-b46d-7f8b2eb175d8",
"created": "2026-06-03T18:35:52.9957902",
"ordered": "2026-06-03T18:35:52.9957902",
"storeID": 1,
"bestOrExpire": "2026-06-03T18:35:52.9957902",
"bestOrExpireType": 1,
"units": 1,
"weight": 1,
"received": "2026-06-03T18:35:52.9957902",
"cost": 1,
"totalCost": 1,
"freightCost": 1,
"inStock": 1,
"pluG_UID": "dd/Awg0SN025qe9AjiZn/w==",
"pluGuid": "c2c0df75-120d-4d37-b9a9-ef408e2667ff",
"orderInventoryGuid": "G1GCl8k5zkCdS/GqEZXQnA==",
"orderInventoryIdentifier": "9782511b-39c9-40ce-9d4b-f1aa1195d09c",
"supplier": {
"$ref": "9"
},
"inventoryUnits": [
{
"$id": "122",
"invoiceItemNo": 1,
"inventoryInvoiceGuid": "x8+MnAjwhESfPqzWC14i1w==",
"invoiceIdentifier": "9c8ccfc7-f008-4484-9f3e-acd60b5e22d7",
"inventoryGuid": "k7TDzI4oRECg4R4LJaPxnw==",
"inventoryIdentifier": "ccc3b493-288e-4044-a0e1-1e0b25a3f19f",
"serialNumber": "sample string 3",
"sold": "2026-06-03T18:35:52.9957902",
"saleItemID": 1,
"storeID": 1,
"returned": "2026-06-03T18:35:52.9957902",
"dumped": 1,
"saleHeaderID": 1
},
{
"$ref": "122"
}
]
},
"invoiceHeaderIdentifier": "g+pu8+aVJUCDXbC+TMj/YA==",
"invoiceHeaderGuid": "f36eea83-95e6-4025-835d-b0be4cc8ff60",
"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:52.9957902"
},
"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": "3a98fa31-7253-4035-9353-29d48ae64fc0",
"product": {
"$ref": "2"
},
"inventory": {
"$ref": "119"
},
"storeID": 2,
"storeName": "sample string 3",
"dayWeighting": {
"$id": "125",
"sunday": 1.1
},
"explanations": [
{
"$id": "126",
"pluG_UID": "7ucdh8xwPUGsVdn8ZMDY1Q==",
"pluGuid": "871de7ee-70cc-413d-ac55-d9fc64c0d8d5",
"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:52.9957902": {
"$id": "130",
"date": "2026-06-03T18:35:52.9957902",
"salePrice": 1,
"campaign": "sample string 2",
"campaignDescription": "sample string 3",
"combo": true,
"comboPriceGroupG_UID": "TkyC/IfJv0u7J0oXb8v+1Q==",
"comboPriceGroupGuid": "fc824c4e-c987-4bbf-bb27-4a176fcbfed5"
}
},
"onHandPredictions": [
{
"$id": "131",
"autoOrderGuid": "8zMj6OqDaU+skBeo0E0NPQ==",
"autoOrderIdentifier": "e82333f3-83ea-4f69-ac90-17a8d04d0d3d",
"pluG_UID": "Ocd1KmJtHki1/OCM0TPoWw==",
"pluGuid": "2a75c739-6d62-481e-b5fc-e08cd133e85b",
"childPLUG_UID": "VArKxKTsPUWSIDeEg9iUUQ==",
"childPluGuid": "c4ca0a54-eca4-453d-9220-378483d89451",
"date": "2026-06-03T18:35:52.9957902",
"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": "305c2060-4cf0-4422-ba61-7411f117f05f",
"cartonQuantity": 1,
"sellPrice": 1,
"cost": 1,
"costDecimals": 1,
"bufferDays": 6,
"boostDays": 7
},
{
"$ref": "118"
}
],
"boosts": [
{
"$id": "132",
"autoOrderGuid": "y5zRegdwiE6ui1xQ8ws7IA==",
"autoOrderIdentifier": "7ad19ccb-7007-4e88-ae8b-5c50f30b3b20",
"date": "2026-06-03T18:35:52.9957902",
"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": "ceZ8loMB5kCFm5wu64Nczg==",
"orderIdentifier": "967ce671-0183-40e6-859b-9c2eeb835cce",
"supplierIdentifier": "1A+kNuK1cUCML1vAwxXMwQ==",
"supplierGuid": "36a40fd4-b5e2-4071-8c2f-5bc0c315ccc1",
"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": "TKrBlUmVXkGqJRl6Z6ijiw==",
"identifierGuid": "95c1aa4c-9549-415e-aa25-197a67a8a38b",
"companyName": "sample string 1",
"abn": "sample string 2",
"address1": "sample string 3",
"address2": "sample string 4",
"telephone": "sample string 5",
"primaryContactGuid": "9rZYeLUaMkSjt+pKqxB6hQ==",
"primaryContactID": "7858b6f6-1ab5-4432-a3b7-ea4aab107a85",
"primaryContact": {
"$ref": "10"
}
},
"isMetcashSorted": true,
"backupOrderType": "sample string 42",
"backupOrderTypeDescription": "sample string 43",
"backupTradingPartner": 1,
"backupHostIdentifier": "514b3312-1d3c-4254-a2c7-4b08922d24a8"
},
"invoiceDetail": {
"$id": "136",
"identifier": "5cWONTHP5kizXGgRZ9rrEQ==",
"identifierGuid": "358ec5e5-cf31-48e6-b35c-681167daeb11",
"headerIdentifier": "4XX5yvlzgkCkRowq6rNhhw==",
"headerIdentifierGuid": "caf975e1-73f9-4082-a446-8c2aeab36187",
"pluG_UID": "U/bAHa8QrEiLRyirX0luJg==",
"pluGuid": "1dc0f653-10af-48ac-8b47-28ab5f496e26",
"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:52.9957902",
"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:52.9957902",
"costEnd": "2026-06-03T18:35:52.9957902",
"createdFromUnknownScan": true,
"orderGuid": "yDxxzJAGRk2fU3UVeJZihA==",
"orderIdentifierGuid": "cc713cc8-0690-4d46-9f53-751578966284",
"processed": true,
"received": true,
"inventoried": true,
"fromElectronicInvoice": true,
"allowDelete": true,
"updated": "2026-06-03T18:35:52.9957902",
"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:52.9957902",
"unknownScan": {
"$id": "137",
"pluG_UID": "5l2Zq3jSDUyTMRPzNp1g2w==",
"pluGuid": "ab995de6-d278-4c0d-9331-13f3369d60db",
"invoiceIdentifier": "qZqcjtPID0KTGg5eAbiXOA==",
"invoiceGuid": "8e9c9aa9-c8d3-420f-931a-0e5e01b89738",
"barcode": "sample string 3",
"itemNumber": "sample string 4",
"created": "2026-06-03T18:35:52.9957902"
},
"productActive": true,
"productSalesMode": 39,
"productGSTPercent": 40,
"productCostCalcMethod": 41,
"productAlwaysApplyMargin": true,
"productMarginRanged": true,
"productMargin": 1.1,
"productMinimumMargin": 1.1,
"productMaximumMargin": 1.1,
"priceGroupG_UID": "frcH5fsEzkqKX7AdDIAIrQ==",
"priceGroupGuid": "e507b77e-04fb-4ace-8a5f-b01d0c8008ad",
"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.