POST api/dumpstock/imports
Import a list of dump stock records
Request Information
URI Parameters
None.
Body Parameters
Dump Stock records to import
Collection of DumpStock| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| PLUG_UID | Collection of byte |
None. |
|
| PluGuid | globally unique identifier |
None. |
|
| PLU | integer |
None. |
|
| APN | string |
None. |
|
| StoreID | integer |
None. |
|
| DumpedOnUtc | date |
None. |
|
| DumpedOn | date |
None. |
|
| DumpedOnText | string |
None. |
|
| Quantity | decimal number |
None. |
|
| SoldByWeight | integer |
None. |
|
| Cost | integer |
None. |
|
| CostDecimals | integer |
None. |
|
| CostGSTPercent | integer |
None. |
|
| Value | integer |
None. |
|
| SellGSTPercent | integer |
None. |
|
| FuelItem | integer |
None. |
|
| FromImport | integer |
None. |
|
| Barcode |
Scanned Barcode of dumped item |
string |
None. |
| BestOrExpire |
Embedded use by information of scanned barcode |
date |
None. |
| Markdown |
If the dumped item was on markdown |
boolean |
None. |
| Reason |
Inventory Reason |
integer |
None. |
| DeptID | integer |
None. |
|
| DeptCode | string |
String length: inclusive between 0 and 20 |
|
| ZoneID | integer |
None. |
|
| OperatorID | integer |
None. |
|
| OperatorG_UID | Collection of byte |
None. |
|
| OperatorGuid | globally unique identifier |
None. |
|
| MachineID | integer |
None. |
|
| Processed | integer |
None. |
|
| Deleted | integer |
None. |
|
| SaleHeaderGuidIdentifier | globally unique identifier |
Relation. This field may not always be loaded or used for updates. |
|
| FromInventory | boolean |
Deprecated. Inventory refactoring means that this is no longer necessary. Relation. This field may not always be loaded or used for updates. |
|
| StoreName | string |
Relation. This field may not always be loaded or used for updates. |
|
| OperatorName | string |
Relation. This field may not always be loaded or used for updates. |
|
| MachineName | 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. |
|
| InventoryReason | InventoryReason |
Relation. This field may not always be loaded or used for updates. |
|
| Operator | Operator |
Relation. This field may not always be loaded or used for updates. |
Request Formats
application/json, text/json
[
{
"$id": "1",
"id": 1,
"pluG_UID": "35SsHI/NdUeuJmzsYIMTkg==",
"pluGuid": "1cac94df-cd8f-4775-ae26-6cec60831392",
"plu": 1,
"apn": "sample string 2",
"storeID": 1,
"dumpedOnUtc": "2026-06-03T18:33:44.4245678",
"dumpedOn": "2026-06-03T18:33:44.4245678",
"dumpedOnText": "sample string 5",
"quantity": 6.0,
"soldByWeight": 1,
"cost": 1,
"costDecimals": 7,
"costGSTPercent": 8,
"value": 9,
"sellGSTPercent": 10,
"fuelItem": 11,
"fromImport": 1,
"barcode": "sample string 12",
"bestOrExpire": "2026-06-03T18:33:44.4245678",
"markdown": true,
"reason": 14,
"deptID": 1,
"deptCode": "sample string 15",
"zoneID": 1,
"operatorID": 1,
"operatorG_UID": "qXn6KoSpxkmyC7F22B7eCw==",
"operatorGuid": "2afa79a9-a984-49c6-b20b-b176d81ede0b",
"machineID": 1,
"processed": 1,
"deleted": 1,
"saleHeaderGuidIdentifier": "f8ddbe19-84ad-4f4c-b3ca-f045e4af3158",
"fromInventory": true,
"storeName": "sample string 17",
"operatorName": "sample string 18",
"machineName": "sample string 19",
"product": {
"$id": "2",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "hDu2ajjx/EyV+XXb4JmdOQ==",
"guid": "6ab63b84-f138-4cfc-95f9-75dbe0999d39",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "dCeY7lq/cUO+uWZMfLsPQw==",
"priceGroupGuid": "ee982774-bf5a-4371-beb9-664c7cbb0f43",
"blueprintID": 1,
"lastCountedDate": "2026-06-03T18:33:44.4245678",
"externalID": "sample string 7",
"active": true,
"activated": "2026-06-03T18:33:44.4245678",
"pluCreated": "2026-06-03T18:33:44.4245678",
"createdByUser": "sample string 9",
"name": "sample string 10",
"nameChanged": true,
"secondDescription": "sample string 12",
"hostDescription": "sample string 13",
"keepCartonQty": true,
"keepDescription": true,
"keepDepartments": true,
"keepSuppliers": true,
"markdownDescription": "sample string 18",
"altDescription": "sample string 19",
"bestOrExpire": 20,
"lastUpdate": "2026-06-03T18:33:44.4245678",
"lastManualUpdate": "2026-06-03T18:33:44.4245678",
"imageName": "sample string 23",
"showImageOnFlipCharts": true,
"showTextOnFlipCharts": true,
"overrideFlipChartText": true,
"flipChartText": "sample string 27",
"salesMode": 1,
"eftCode": 1,
"price": 1,
"priceChanged": true,
"rrp": 1,
"gstPercent": 28,
"gstPercentChanged": true,
"costGSTPercent": 29,
"costGSTPercentChanged": true,
"wetPercent": 1,
"priceOverride": 1,
"cost": 1,
"currentCost": 1,
"currentCostDecimals": 1,
"grossProfit": 1.0,
"currentCostDesc": "sample string 30",
"currentCostEnd": "2026-06-03T18:33:44.4245678",
"currentCostUpdated": "2026-06-03T18:33:44.4245678",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-06-03T18:33:44.4245678",
"defaultGP": 1,
"breakTargetMode": 33,
"break1": 1,
"price1": 1,
"target1": 34,
"break2": 1,
"price2": 1,
"target2": 35,
"break3": 1,
"price3": 1,
"target3": 36,
"break1Changed": true,
"price1Changed": true,
"target1Changed": true,
"break2Changed": true,
"price2Changed": true,
"target2Changed": true,
"break3Changed": true,
"price3Changed": true,
"target3Changed": true,
"breakTargetModeChanged": true,
"margin": 1.1,
"marginChanged": true,
"marginRanged": true,
"marginRangedChanged": true,
"minimumMargin": 1.1,
"minimumMarginChanged": true,
"maximumMargin": 1.1,
"maximumMarginChanged": true,
"overrideHostWarehouseIndicator": true,
"overrideHostWarehouseIndicatorChanged": true,
"overrideHostPrice": true,
"overrideHostPriceChanged": true,
"overrideHostCost": true,
"overrideHostCostChanged": true,
"overrideHostMargin": true,
"overrideHostMarginChanged": true,
"alwaysApplyMargin": true,
"alwaysApplyMarginChanged": true,
"aws": 1.0,
"paws": 1.0,
"awsUpdated": "2026-06-03T18:33:44.4245678",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "Hzzwtrzv/U6pLO4uyf5Elg==",
"altPLUGuid": "b6f03c1f-efbc-4efd-a92c-ee2ec9fe4496",
"altPLUGuidChanged": true,
"altPriceDescription1": "sample string 54",
"altPriceDescription2": "sample string 55",
"cartonQuantity": 56,
"cartonQuantityChanged": true,
"trayID": 1,
"promptID": 1,
"tare": 1,
"packQty": 1,
"fixedWeight": 1,
"extraMesg": 1,
"text1": "sample string 58",
"text2": "sample string 59",
"text3": "sample string 60",
"labelText": "sample string 61",
"labelTextChanged": true,
"sendToScale": true,
"nonScaleWeigh": true,
"labelFormat": "sample string 65",
"barcodeFormat": "sample string 66",
"austMade": 1,
"coolCode": 67,
"countryOfOrigin": "sample string 68",
"percentContent": 69.1,
"departmentID": 1,
"subDepartmentID": 1,
"minorDepartmentID": 1,
"lesserDepartmentID": 1,
"deptCode": "sample string 70",
"subDeptCode": "sample string 71",
"minorDeptCode": "sample string 72",
"lesserDeptCode": "sample string 73",
"deptName": "sample string 74",
"subDeptName": "sample string 75",
"minorDeptName": "sample string 76",
"lesserDeptName": "sample string 77",
"departmentChanged": true,
"subCategoryID": 1,
"expiry": 1,
"showDays": 1,
"datePrint": 1,
"labelRequired": true,
"labelShelfQty": 80,
"labelShelfChanged": true,
"labelTalkerQty": 82,
"labelSmall": true,
"labelLastPrinted": "2026-06-03T18:33:44.4245678",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "NpXe+AK/9ECI08JOyeHlxw==",
"shelfPageLayoutGuid": "f8de9536-bf02-40f4-88d3-c24ec9e1e5c7",
"talkerPageLayoutG_UID": "cRBPDWfFVUuFekancIRTCA==",
"talkerPageLayoutGuid": "0d4f1071-c567-4b55-857a-46a770845308",
"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": "yxj/OM2ohkWedPZBBp1nCg==",
"inventoryIdentifier": "38ff18cb-a8cd-4586-9e74-f641069d670a",
"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": "Cc4L+Ju54EGd/HtS4hVMSA==",
"parentPluGuid": "f80bce09-b99b-41e0-9dfc-7b52e2154c48",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "ToLa2muBhUKx1aMLwRnMLg==",
"supplierIdentifierGuid": "dada824e-816b-4285-b1d5-a30bc119cc2e",
"supplierChanged": true,
"rebateSupplierIdentifier": "3Z+RCCulkk+s21mznjjH9w==",
"rebateSupplierIdentifierGuid": "08919fdd-a52b-4f92-acdb-59b39e38c7f7",
"rebateSupplierChanged": true,
"availableForOrder": true,
"warehouseDirectIndicator": "sample string 109",
"warehouseDirectIndicatorChanged": true,
"productGrade": "sample string 111",
"productType": "sample string 112",
"productGroup": "sample string 113",
"complianceIndicator": "sample string 114",
"inhouseBrand": "sample string 115",
"slowMoving": true,
"generalMerchandise": true,
"comment": "sample string 118",
"lastUpdatedByUser": "sample string 119",
"lastManualUpdatedByUser": "sample string 120",
"lastUpdatedByUserOverride": true,
"lastUpdatedByHost": "2026-06-03T18:33:44.4245678",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "cGlmiCj0Pk2xGmxbjw0zPA==",
"hostIdentifierGuid": "88666970-f428-4d3e-b11a-6c5b8f0d333c",
"serviceFeeID": 1,
"serviceFeeIDChanged": true,
"providerName": "sample string 126",
"aisleEnds": "sample string 127",
"deleted": true,
"deletedChanged": true,
"hidden": true,
"doNotRange": true,
"doNotRangeChanged": true,
"doNotOrder": true,
"doNotOrderChanged": true,
"locked": true,
"excludeFromWebUpdate": true,
"excludeFromWebUpdateChanged": true,
"webPriceBasedOn": 138,
"webPriceRounding": true,
"webMarkup": 140,
"webPriceMode": 141,
"altDepartmentID": 1,
"altSubDepartmentID": 1,
"altMinorDepartmentID": 1,
"altLesserDepartmentID": 1,
"altDeptCode": "sample string 142",
"altSubDeptCode": "sample string 143",
"altMinorDeptCode": "sample string 144",
"altLesserDeptCode": "sample string 145",
"altDepartmentChanged": true,
"storeProducts": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"store": {
"$id": "3",
"id": 1,
"isMaster": true,
"isElectedMaster": true,
"electedMasterStoreID": 1,
"isZoneMaster": true,
"shortName": "sample string 3",
"url": "sample string 4",
"sortOrder": 1,
"name": "sample string 5",
"phone": "sample string 6",
"fax": "sample string 7",
"email": "sample string 8",
"address1": "sample string 9",
"address2": "sample string 10",
"city": "sample string 11",
"state": "sample string 12",
"country": "sample string 13",
"postCode": "sample string 14",
"delivery": 1,
"exportAccounts": 1,
"salesAccountFolder": "sample string 15",
"purchaseAccountFolder": "sample string 16",
"initLoad": 1,
"initIDs": 1,
"zoneID": 1,
"actAsMaster": 1,
"lastActiveUtc": "2026-06-03T18:33:44.4245678",
"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": "fIDmEezdK0igrp6JzCOj/A==",
"hostIdentifierGuid": "11e6807c-ddec-482b-a0ae-9e89cc23a3fc",
"hostName": 1,
"hostAddress": "sample string 27",
"hostUsername": "sample string 28",
"hostPassword": "sample string 29",
"excludeFromLeadInOut": true,
"accountingProvider": 31,
"accountingAddress": "sample string 32",
"accountingUsername": "sample string 33",
"accountingPassword": "sample string 34",
"storeAccountingCode": "sample string 35",
"softwareVariance": 36,
"fuelWarningVariance": 37.0,
"fuelErrorVariance": 38.0,
"fuelAccumulatedWarningVariance": 39.0,
"fuelAccumulatedErrorVariance": 40.0,
"drawManagment": 41,
"endOfDayManagment": true,
"autoFillCashBalancing": true,
"fuelDayVariance": 44,
"accountingTradingTime": "00:00:00.1234567",
"stockActivateProduct": 46,
"defaultOrderDocumentId": 1,
"defaultStockReceiveDocumentId": 1,
"giftCardSalesAccountingDeptCode": "sample string 47",
"transactionDiscountAccountingDeptCode": "sample string 48",
"size": 49,
"updated": "2026-06-03T18:33:44.4245678",
"priceZone": {
"$id": "4",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "+vFA11Mr4EqrlRy9dYBs9g==",
"hostIdentifierGuid": "d740f1fa-2b53-4ae0-ab95-1cbd75806cf6",
"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": "0625HnORE0Wauz5MEsDpyQ==",
"hostIdentifierGuid": "1eb9add3-9173-4513-9abb-3e4c12c0e9c9",
"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": "57WA+HvxekW14QW1rLjKsQ==",
"identifierGuid": "f880b5e7-f17b-457a-b5e1-05b5acb8cab1",
"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": "i1snld0Ie0mWMjdfGT6hTw==",
"hostSupplierIdentifierGuid": "95275b8b-08dd-497b-9632-375f193ea14f",
"loyaltyPriceLevelIdentifier": "S0EDVqiqLEmaBc/eW0vhpg==",
"loyaltyPriceLevelIdentifierGuid": "5603414b-aaa8-492c-9a05-cfde5b4be1a6",
"isGroup": true,
"description": "sample string 22",
"hostProvider": 23,
"hostTypeEnum": 24,
"hostType": "sample string 25",
"hostCode": "sample string 26",
"username": "sample string 27",
"password": "sample string 28",
"passwordPlain": "sample string 29",
"server": "sample string 30",
"url": "sample string 31",
"global": true,
"stateCode": "sample string 33",
"lastCollected": "2026-06-03T18:33:44.4245678",
"lastProcessed": "2026-06-03T18:33:44.4245678",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$id": "9",
"identifier": "B8cdNgV3zUG9nyn0nBzwbQ==",
"identifierGuid": "361dc707-7705-41cd-bd9f-29f49c1cf06d",
"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": "+kuf55kafUGlvfwhAYUHXA==",
"primaryContactID": "e79f4bfa-1a99-417d-a5bd-fc210185075c",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "m2saq9pMuEujSdi/Khxw0g==",
"supplierGroupGuid": "ab1a6b9b-4cda-4bb8-a349-d8bf2a1c70d2",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-06-03T18:33:44.4245678",
"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": "102dabf3-1dc4-4c80-b399-dfb041dd0b40",
"identifier": "NEa0vukGg06fVljUAV2rSw==",
"identifierGuid": "beb44634-06e9-4e83-9f56-58d4015dab4b",
"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": "5nVq+14zwEqo+treZbSy5A==",
"supplierIdentifierGuid": "fb6a75e6-335e-4ac0-a8fa-dade65b4b2e4",
"contactGuid": "k2q9SOByDESxcrs3FrlXzg==",
"contactID": "48bd6a93-72e0-440c-b172-bb3716b957ce",
"contact": {
"$ref": "10"
},
"supplier": {
"$ref": "9"
}
},
{
"$ref": "11"
}
],
"products": [
{
"$id": "12",
"pluG_UID": "mAS2MG29gUa5NXQHWTSX+g==",
"pluGuid": "30b60498-bd6d-4681-b935-7407593497fa",
"supplierIdentifier": "WeGKOI+mM06HTZf/wyIioQ==",
"supplierIdentifierGuid": "388ae159-a68f-4e33-874d-97ffc32222a1",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-06-03T18:33:44.4245678",
"pricedByWeight": true,
"landedUnitCostEx": 9,
"landedUnitCostInc": 10,
"landedCartonCostInc": 12,
"landedCartonCostEx": 13,
"standardCost": 14,
"deliveryFee": 1,
"deliveryFeeBasis": "sample string 15",
"pickAndPackFee": 1,
"pickAndPackFeeBasis": "sample string 16",
"financeFee": 1,
"financeFeeBasis": "sample string 17",
"cartonLength": 1,
"cartonWidth": 1,
"cartonHeight": 1,
"palletLayerQuantity": 1,
"palletLayers": 1,
"itemCode": "sample string 18",
"invoiceCode": "sample string 19",
"invoiceDesc": "sample string 20",
"orderDirect": true,
"useCost": true,
"minimumQuantity": 21,
"hostType": 22,
"fromHost": 23,
"minimumReorder": 1,
"maximumReorder": 1,
"orderMultiple": 24.1,
"sellMultiple": 25.1,
"baseMultiple": 26.1,
"hostStandardCost": 27,
"hostTotalCost": 28,
"hostRetail": 29,
"hostLandedUnitCostEx": 30,
"hostLandedUnitCostInc": 31,
"hostDesc": "sample string 32",
"directIndicator": "sample string 33",
"availableToOrder": true,
"hostRangeIndicator": "sample string 35",
"hostProductType": "sample string 36",
"hostProductGrade": "sample string 37",
"hostProductGroup": "sample string 38",
"hostSlowMoving": true,
"hostGeneralMerchandise": true,
"hostPillar": "sample string 41",
"hostLastUpdated": "2026-06-03T18:33:44.4245678",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "13",
"pluG_UID": "qmKhuKh+rUqMisdSQehXAQ==",
"pluGuid": "b8a162aa-7ea8-4aad-8c8a-c75241e85701",
"supplierIdentifier": "9aC2WZlFdUerQ7VkrrRRug==",
"supplierIdentifierGuid": "59b6a0f5-4599-4775-ab43-b564aeb451ba",
"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": "D+9kgTp1AUW2OolH3NhS4g==",
"parentPluGuid": "8164ef0f-753a-4501-b63a-8947dcd852e2",
"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": "HZS68KuDzUqKNYt4vHiabA==",
"supplierGuid": "f0ba941d-83ab-4acd-8a35-8b78bc789a6c",
"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": "cxuxTQRsSE6Cnys+5K1dKA==",
"supplierGuid": "4db11b73-6c04-4e48-829f-2b3ee4ad5d28",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"cutOffWeek": 5,
"cutOffDay": 6,
"cutOffTime": "00:00:00.1234567",
"leadTime": 7,
"daysBuffer": 8,
"supplierName": "sample string 9",
"cutOffDate": "2026-06-03T18:33:44.4245678",
"deliveryDate": "2026-06-03T18:33:44.4245678",
"nextCutOffDate": "2026-06-03T18:33:44.4245678",
"nextDeliveryDate": "2026-06-03T18:33:44.4245678",
"nextDaysBuffer": 10
},
{
"$ref": "16"
}
],
"store": {
"$ref": "3"
},
"updated": "2026-06-03T18:33:44.4245678",
"isHost": true
},
"files": [
{
"$id": "17",
"id": "sample string 1",
"fileName": "sample string 2",
"extension": "sample string 3",
"provider": 0,
"type": 0,
"hostType": "sample string 4",
"createdUtc": "2026-06-03T18:33:44.4245678",
"processed": "2026-06-03T18:33:44.4245678",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-06-03T18:33:44.4245678",
"size": 1,
"sizeFormat": "sample string 7",
"isArchive": true,
"customerNumber": "sample string 9",
"businessPillar": "sample string 10",
"fileType": "sample string 11",
"version": "sample string 12",
"reference": "sample string 13",
"digest": "sample string 14",
"contentType": "sample string 15",
"host": {
"$ref": "8"
},
"metcashHeader": {
"$id": "18",
"customerNumber": "sample string 1",
"creationDate": "2026-06-03T18:33:44.4245678",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "17"
}
],
"zoneMatrix": [
{
"$id": "19",
"id": 1,
"hostIdentifier": "IeTgcBnSIEa6Zmsrs7qLaQ==",
"hostIdentifierGuid": "70e0e421-d219-4620-ba66-6b2bb3ba8b69",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"f899e455-bae3-41b3-9262-ba26fbeb696a",
"0e774caf-67e8-4b72-a687-18ae6e0b875d"
]
},
{
"$ref": "19"
}
],
"hostFileStoreSetting": {
"$ref": "7"
},
"hostStoreSettings": [
{
"$ref": "7"
},
{
"$ref": "7"
}
],
"promotionPlacements": [
{
"$id": "20",
"identifier": "vWRkOT+Ln0um93asC4tGQg==",
"identifierGuid": "396464bd-8b3f-4b9f-a6f7-76ac0b8b4642",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "20"
}
],
"promoTypeGuids": [
"e5fbf2a0-dc2f-438a-9e56-f66e3ce684c8",
"4023c2e7-ac1f-4600-be7c-84ba795770c8"
],
"isPromotionOnly": false,
"isOrderable": false,
"vendor": 0
},
"groupIDs": [
1,
2
],
"hostDescription": "sample string 27"
},
{
"$ref": "7"
}
],
"accounts": [
{
"$id": "21",
"id": 1,
"storeID": 1,
"accountName": "sample string 2",
"bsb": "sample string 3",
"accountNumber": "sample string 4",
"accountDesignated": true
},
{
"$ref": "21"
}
],
"sales": [
{
"$id": "22",
"id": 1,
"storeID": 1,
"externalSalesType": 2,
"ftpSiteID": 1,
"lastSaleProcessed": "2026-06-03T18:33:44.4245678",
"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": "8c04b07b-9b5b-4339-b590-79cd25ccfbcb",
"updateStore": {
"$id": "26",
"id": "e478f75c-d37c-4e6b-81d0-8433bad7b6d9",
"name": "sample string 1",
"lastActivity": "2026-06-03T18:33:44.4245678",
"zone": "sample string 2",
"timeZoneOffset": 0.0,
"businessHoursStart": "00:00:00.1234567",
"businessHoursEnd": "00:00:00.1234567",
"master": true,
"lastIP": "sample string 10",
"lastHostName": "sample string 11",
"ping": 1,
"pingStatus": "sample string 12",
"lastUpdateCompleted": "2026-06-03T18:33:44.4245678"
},
"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": "RcwFe7nFc0SBZSYy5evyfg==",
"pluGuid": "7b05cc45-c5b9-4473-8165-2632e5ebf27e",
"plu": 1,
"storeID": 1,
"zoneID": 2,
"zoneName": "sample string 3",
"store": "sample string 4",
"isElectedMasterStore": true,
"isZoneMasterStore": true,
"priceNow": 7,
"costNow": 8,
"costNowDecimals": 9,
"normalPrice": 10,
"priceNext": 1,
"costNext": 1,
"costNextDecimals": 11,
"nextCampaignName": "sample string 12",
"gstPercent": 13,
"normalCost": 14,
"normalCostDecimals": 15,
"costGstPercent": 16,
"costCalcMethod": 1,
"currentCost": 17,
"currentCostDecimals": 18,
"break1": 19,
"price1": 20,
"break2": 21,
"price2": 22,
"break3": 23,
"price3": 24,
"fuelItem": 25,
"fixedWeight": 26,
"active": true,
"complianceIndicator": "sample string 27",
"doNotOrder": true,
"doNotRange": true,
"isNormalPriceChangesCampaign": true,
"updated": "2026-06-03T18:33:44.4245678"
},
{
"$ref": "28"
}
],
"currentPrices": {
"$id": "29",
"pluPrices": {
"$id": "30",
"plu": 1,
"pluG_UID": "QEA=",
"stores": [
1,
2
],
"normalPrice": 1,
"cost": 2,
"break1": 3,
"price1": 4,
"break2": 5,
"price2": 6,
"break3": 7,
"price3": 8,
"discountPrice": 9,
"memberDiscountPrice": 10,
"acceptedUtc": "2026-06-03T18:33:44.4245678",
"priceChangeType": 0,
"costDecimals": 11,
"costCalcMethod": 12,
"targetCampaignPriceGtOrEquNormal": true
},
"normalPluPrices": {
"$ref": "30"
},
"winningCampaign": 1,
"winner": {
"$id": "31",
"campaignName": "sample string 1",
"campaignDescription": "sample string 2",
"talkerText": "sample string 3",
"disableWasSave": true,
"startDate": "2026-06-03T18:33:44.4245678",
"startTime": 5,
"endDate": "2026-06-03T18:33:44.4245678",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "Q26uS0A550Gjb7Fy/RAaDw==",
"hostIdentifierGuid": "4bae6e43-3940-41e7-a36f-b172fd101a0f",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "31"
},
{
"$ref": "31"
}
]
},
"tray": {
"$id": "32",
"g_UId": "5bwh2GiR40OtiJcyaxMbuw==",
"guid": "d821bce5-9168-43e3-ad88-97326b131bbb",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "33",
"priceGroupG_UID": "EtR/dRrHakahtGSYrN94dQ==",
"priceGroupGuid": "757fd412-c71a-466a-a1b4-6498acdf7875",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-06-03T18:33:44.4245678",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "34",
"pluG_UID": "kDOdsFbtWkWXCQZRw0c05g==",
"pluGuid": "b09d3390-ed56-455a-9709-0651c34734e6",
"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": "5a140161-cf17-45a9-9a44-ab22642c9818",
"created": "2026-06-03T18:33:44.4245678",
"createdByUser": "sample string 1",
"activated": "2026-06-03T18:33:44.4245678",
"activatedByUser": "sample string 2",
"deactivated": "2026-06-03T18:33:44.4245678",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-06-03T18:33:44.4245678",
"lastOrderedQty": 4.0,
"lastReceived": "2026-06-03T18:33:44.4245678",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-06-03T18:33:44.4245678",
"lastSold": "2026-06-03T18:33:44.4245678",
"firstSold": "2026-06-03T18:33:44.4245678",
"awsUpdated": "2026-06-03T18:33:44.4245678",
"lastManualUpdate": "2026-06-03T18:33:44.4245678",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-06-03T18:33:44.4245678",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-06-03T18:33:44.4245678",
"doNotRangeUpdated": "2026-06-03T18:33:44.4245678",
"doNotOrderUpdated": "2026-06-03T18:33:44.4245678",
"tracked": "2026-06-03T18:33:44.4245678"
},
"allergens": [
{
"$id": "36",
"primaryKey": {
"$id": "37",
"pluGuid": "427c69a1-38ec-433d-9bb9-16d91895c252",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "oWl8Quw4PUObuRbZGJXCUg==",
"pluGuid": "427c69a1-38ec-433d-9bb9-16d91895c252",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "36"
}
],
"costs": {
"$id": "38",
"pluG_UID": "Gt/H+qBEj0mPJIlsVx6nJw==",
"pluGuid": "fac7df1a-44a0-498f-8f24-896c571ea727",
"enteredCost": 1,
"weightedAvgCost": 1,
"lastCost": 1,
"rawEnteredCost": 2,
"rawWeightedAvgCost": 3,
"rawLastCost": 4,
"freight": 5.0,
"freightType": 6,
"costDecimals": 7,
"fifoCost": 1,
"updated": "2026-06-03T18:33:44.4245678",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "39",
"saleHeaderID": 1,
"created": "2026-06-03T18:33:44.4245678",
"createdLocal": "2026-06-03T18:33:44.4245678",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "4FQCEf3fY0CCs+paJp6D8A==",
"operatorGuid": "110254e0-dffd-4063-82b3-ea5a269e83f0",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "OOIP9dycgkinOsrMasd71Q==",
"pluGuid": "f50fe238-9cdc-4882-a73a-cacc6ac77bd5",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$id": "40",
"id": 1,
"g_Uid": "7rVCJXKUvEmpsly8zzDjVA==",
"guid": "2542b5ee-9472-49bc-a9b2-5cbccf30e354",
"operatorNumber": 1,
"shortName": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"password": "sample string 5",
"hasPassword": true,
"passwordText": "sample string 6",
"rfidTagID": "sample string 7",
"blueprintID": 1,
"groupID": 1,
"groupName": "sample string 8",
"managerGroupID": 1,
"managerGroupName": "sample string 9",
"zoneID": 1,
"zoneName": "sample string 10",
"loggedIn": 1,
"lastUsedIP": "sample string 11",
"deleted": true,
"locked": true,
"allowOpenTill": true,
"webEmail": "sample string 14",
"simpleOperatorType": 0,
"webRole": "sample string 15",
"updated": "2026-06-03T18:33:44.4245678",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-06-03T18:33:44.4245678",
"endShift": "2026-06-03T18:33:44.4245678",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "41",
"operatorG_UID": "YgdyuRFrfUmAfOSTMPP1lQ==",
"operatorGuid": "b9720762-6b11-497d-807c-e49330f3f595",
"storeID": 2,
"operator": {
"$ref": "40"
},
"store": {
"$ref": "3"
}
},
{
"$ref": "41"
}
]
}
},
{
"$ref": "39"
}
],
"apns": [
{
"$id": "42",
"pluID": 1,
"pluG_UID": "oi6zQFW7akSOtPBaVU20Dg==",
"pluGuid": "40b32ea2-bb55-446a-8eb4-f05a554db40e",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "42"
}
],
"tuns": [
{
"$id": "43",
"pluG_UId": "7wqqqumRCkqWeg4y5kBYFg==",
"pluGuid": "aaaa0aef-91e9-4a0a-967a-0e32e6405816",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "2"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "43"
}
],
"competitionPricing": [
{
"$id": "44",
"identifier": "YR2WY4gYyES1QecCf3czig==",
"identifierGuid": "63961d61-1888-44c8-b541-e7027f77338a",
"pluG_UID": "HdYakV3M8kWmYqQEvj3zBg==",
"pluGuid": "911ad61d-cc5d-45f2-a662-a404be3df306",
"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": "lQwz4UL8REm3f2eztuKQ0Q==",
"groupName": "sample string 1",
"identifierGuid": "e1330c95-fc42-4944-b77f-67b3b6e290d1",
"exists": true,
"flipChartIdentifier": "9UShZVFuOU+pTQeLNMn5JQ==",
"flipChartIdentifierGuid": "65a144f5-6e51-4f39-a94d-078b34c9f925",
"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": "fkAVzwmXbkSbVWb8K51gPA==",
"groupIdentifierGuid": "cf15407e-9709-446e-9b55-66fc2b9d603c",
"flipChart": {
"$id": "46",
"identifier": "P7NH0hs7h0GcAzSSdRnldg==",
"identifierGuid": "d247b33f-3b1b-4187-9c03-34927519e576",
"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": "bjjBzCjOV0uieMioqy6W0w==",
"identifierGuid": "ccc1386e-ce28-4b57-a278-c8a8ab2e96d3",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "48",
"id": 1,
"g_UID": "xBUTjX1TbUiB+RNzBhiPGg==",
"guid": "8d1315c4-537d-486d-81f9-137306188f1a",
"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": "YcAQjqF3Wk6kDvazeCRIcg==",
"previousFormGuid": "8e10c061-77a1-4e5a-a40e-f6b378244872",
"nextForm": 1,
"nextFormG_UID": "T7Dqhm6M0E61Uw2YMUFTTg==",
"nextFormGuid": "86eab04f-8c6e-4ed0-b553-0d983141534e",
"attributes": "sample string 10",
"updated": "2026-06-03T18:33:44.4245678",
"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": "rktJBqCW2EWEJsK7PyZo8g==",
"checkoutFormGuid": "06494bae-96a0-45d8-8426-c2bb3f2668f2",
"identifier": "5sg93eGwxkefW1jlw+o1xg==",
"identifierGuid": "dd3dc8e6-b0e1-47c6-9f5b-58e5c3ea35c6",
"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": "AW1+ocbw8k6JTFvZKmKrOw==",
"valueGuid": "a17e6d01-f0c6-4ef2-894c-5bd92a62ab3b",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-06-03T18:33:44.4245678",
"action": "sample string 12",
"valueForm": {
"$ref": "48"
},
"image": {
"$id": "50",
"name": "sample string 3.sample string 4",
"imageID": 2,
"imageName": "sample string 3",
"imageExtension": "sample string 4",
"lastUpdate": "2026-06-03T18:33:44.4245678",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "49"
}
],
"panels": [
{
"$id": "51",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "tJynTu1xRkOB63kF994tIA==",
"checkoutFormGuid": "4ea79cb4-71ed-4346-81eb-7905f7de2d20",
"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": "By+JChfmzUuFG5l4ceeKhA==",
"flipChartPageIdentifierGuid": "0a892f07-e617-4bcd-851b-997871e78a84",
"pluG_UID": "YcWxHybDhEe/SCNQ/IOxXg==",
"pluGuid": "1fb1c561-c326-4784-bf48-2350fc83b15e",
"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": "iIMVl7O39UStwj1146SA/A==",
"pluGuid": "97158388-b7b3-44f5-adc2-3d75e3a480fc",
"price": 1,
"costCalcMethod": 1,
"cost": 2,
"weightedAvgCost": 3,
"lastCost": 4,
"rawCost": 5,
"rawWeightedAvgCost": 6,
"rawLastCost": 7,
"costDecimals": 8,
"serviceFeeID": 9,
"freight": 10.0,
"freightType": 11,
"process": "sample string 12",
"user": "sample string 13",
"updated": "2026-06-03T18:33:44.4245678",
"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": "rgrP4kh2Q0yvZjfv5KQ2kA==",
"ingredientGuid": "vzXuBFMyykqbCm6g/UNPfw==",
"ingredientIdentifier": "04ee35bf-3253-4aca-9b0a-6ea0fd434f7f",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "2"
}
},
{
"$ref": "54"
}
],
"bins": [
{
"$id": "55",
"pluG_UID": "YqmaOxZ90ku7++szdndUJQ==",
"pluGuid": "3b9aa962-7d16-4bd2-bbfb-eb3376775425",
"shelfLocationIdentifier": "nRQbRJo8w0OjwktABHqasg==",
"shelfLocationGuid": "441b149d-3c9a-43c3-a3c2-4b40047a9ab2",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "2/iRFlWZYES98tsA/qWTlg==",
"labelPageLayoutGuid": "1691f8db-9955-4460-bdf2-db00fea59396",
"updated": "2026-06-03T18:33:44.4245678",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "2"
},
"location": {
"$id": "56",
"identifier": "Y6P6R71xskWOs5VvHBN+tw==",
"storeID": 1,
"identifierGuid": "47faa363-71bd-45b2-8eb3-956f1c137eb7",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-06-03T18:33:44.4245678",
"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": "06+MWhFBfUC6UvGQVaC1HA==",
"pluGuid": "5a8cafd3-4111-407d-ba52-f19055a0b51c",
"deptNo": 1,
"product": {
"$ref": "2"
},
"scaleLocation": {
"$id": "58",
"id": 1,
"deptNo": 1,
"deptCode": "sample string 2",
"name": "sample string 3",
"enabled": true,
"updated": "2026-06-03T18:33:44.4245678",
"department": {
"$id": "59",
"id": 1,
"name": "sample string 2",
"code": "sample string 3",
"sortOrder": 4,
"isLiquor": true,
"isTobacco": true,
"excludeTalker": true,
"externalSales": true,
"saleGLCode": "sample string 9",
"cogsglCode": "sample string 10",
"accountingCategoryID": 11,
"maximumMarkdownPercentage": 12.0,
"accountingOnly": true,
"generateExternalID": 1,
"useNonReportableTaxCode": true,
"minPLU": 15,
"maxPLU": 16,
"scaleLocation": {
"$ref": "58"
},
"subDepartments": [
{
"$id": "60",
"id": 1,
"departmentID": 2,
"name": "sample string 3",
"code": "sample string 4",
"departmentCode": "sample string 5",
"externalSales": true,
"minorDepartments": [
{
"$id": "61",
"id": 1,
"subDepartmentID": 2,
"departmentID": 3,
"name": "sample string 4",
"subDepartmentCode": "sample string 5",
"departmentCode": "sample string 6",
"code": "sample string 7",
"lesserDepartments": [
{
"$id": "62",
"id": 1,
"departmentID": 2,
"subDepartmentID": 3,
"minorDepartmentID": 4,
"name": "sample string 5",
"code": "sample string 6",
"departmentCode": "sample string 7",
"subDepartmentCode": "sample string 8",
"minorDepartmentCode": "sample string 9",
"updated": "2026-06-03T18:33:44.4245678",
"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": "GigDpWK5bkqRyqjl0Zxx5Q==",
"labelPageLayoutGuid": "a503281a-b962-4a6e-91ca-a8e5d19c71e5",
"minimumAge": 17,
"countryOfOrigin": "sample string 18",
"serviceFeeID": 1,
"eftCode": 19,
"defaultPrinter": "sample string 20",
"defaultPrinterGroup": "sample string 21",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"includeInDistinctLimit": true,
"defaultsEmpty": false,
"mscCat": {
"$id": "63",
"dept": 1,
"category": 2,
"name": "sample string 3",
"active": true,
"mscCommodities": [
{
"$id": "64",
"dept": 1,
"category": 2,
"commodity": 3,
"name": "sample string 4",
"active": true,
"mscSubCommodities": [
{
"$id": "65",
"dept": 1,
"category": 2,
"commodity": 3,
"subCommodity": 4,
"name": "sample string 5",
"active": true,
"subCommodityCode": "sample string 7"
},
{
"$ref": "65"
}
],
"commodityCode": "sample string 6"
},
{
"$ref": "64"
}
],
"categoryCode": "sample string 5"
},
"mscCom": {
"$ref": "64"
},
"mscDep": {
"$id": "66",
"dept": 1,
"name": "sample string 2",
"active": true,
"mscCategories": [
{
"$ref": "63"
},
{
"$ref": "63"
}
],
"deptCode": "sample string 4"
},
"mscSubCom": {
"$ref": "65"
}
},
{
"$ref": "62"
}
],
"updated": "2026-06-03T18:33:44.4245678",
"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": "xHds2/Z4GU27JnD5dqPhoQ==",
"labelPageLayoutGuid": "db6c77c4-78f6-4d19-bb26-70f976a3e1a1",
"minimumAge": 15,
"countryOfOrigin": "sample string 16",
"serviceFeeID": 1,
"eftCode": 17,
"defaultPrinter": "sample string 18",
"defaultPrinterGroup": "sample string 19",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"includeInDistinctLimit": true,
"defaultsEmpty": false,
"mscCat": {
"$ref": "63"
},
"mscCom": {
"$ref": "64"
},
"mscDep": {
"$ref": "66"
},
"mscSubCom": {
"$ref": "65"
}
},
{
"$ref": "61"
}
],
"investmentBuyOverride": true,
"updated": "2026-06-03T18:33:44.4245678",
"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": "QRJ6LlkewkWdGZYLwbWroQ==",
"labelPageLayoutGuid": "2e7a1241-1e59-45c2-9d19-960bc1b5aba1",
"minimumAge": 15,
"countryOfOrigin": "sample string 16",
"serviceFeeID": 1,
"eftCode": 17,
"defaultPrinter": "sample string 18",
"defaultPrinterGroup": "sample string 19",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"includeInDistinctLimit": true,
"defaultsEmpty": false,
"mscCat": {
"$ref": "63"
},
"mscCom": {
"$ref": "64"
},
"mscDep": {
"$ref": "66"
},
"mscSubCom": {
"$ref": "65"
}
},
{
"$ref": "60"
}
],
"stores": [
1,
2
],
"investmentBuyOverride": true,
"updated": "2026-06-03T18:33:44.4245678",
"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": "WHt1SEYNqU+j+Ky3Rumvcw==",
"labelPageLayoutGuid": "48757b58-0d46-4fa9-a3f8-acb746e9af73",
"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": "WOmNDX9XsEaNXoyUzaKCBQ==",
"pluGuid": "0d8de958-577f-46b0-8d5e-8c94cda28205",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "YTgVbUuV9U+iIm/2smlHqQ==",
"dealCostGuid": "6d153861-954b-4ff5-a222-6ff6b26947a9",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "DyPX/67iZE6SqJqVRLHsNw==",
"priceGroupGuid": "ffd7230f-e2ae-4e64-92a8-9a9544b1ec37",
"itemNumber": "sample string 10",
"cri": "sample string 11",
"pluPrice": 12,
"costCalcMethod": 13,
"pluCost": 14,
"pluCostIndicator": "sample string 15",
"pluPriceGstPercent": 16,
"pluCostGstPercent": 17,
"pluActive": true,
"cartonQty": 1.1,
"baseUnits": 19.1,
"salesMode": 1,
"orderPacked": 20,
"pluNormalCost": 21,
"pluaws": 22.0,
"directNumber": "sample string 23",
"departmentName": "sample string 24",
"subDepartmentName": "sample string 25",
"priceGroupName": "sample string 26",
"supplierName": "sample string 27",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-06-03T18:33:44.4245678",
"rrp": 28,
"campaignDescription": "sample string 29",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "9ec2d62e-9cfc-4551-96bb-01d4f0d7925e",
"campaignComboPriceGroupG_UID": "FxJNjrRejECOQ/VG9RUxnw==",
"campaignComboPriceGroupIdentifier": "8e4d1217-5eb4-408c-8e43-f546f515319f",
"promotionPlacementDescription": "sample string 31",
"storeAcceptances": [
{
"$id": "68",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-06-03T18:33:44.4245678",
"operatorG_UID": "a0gUFgwtpU+05SFNy9Ey5Q==",
"operatorGuid": "1614486b-2d0c-4fa5-b4e5-214dcbd132e5",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-06-03T18:33:44.4245678",
"signIqTicketFileMovedUtc": "2026-06-03T18:33:44.4245678",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-06-03T18:33:44.4245678",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "b6d780aa-e9e7-4b80-957d-f507ed4d96f8",
"product": {
"$ref": "2"
},
"campaignPlu": {
"$ref": "67"
},
"fuelItem": true
},
{
"$ref": "68"
}
],
"campaign": {
"$id": "69",
"id": 1,
"storeID": 2,
"name": "0b82ac18-7eac-4841-868b-f342afdcb6ce",
"nameGuid": "0b82ac18-7eac-4841-868b-f342afdcb6ce",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-06-03T18:33:44.4245678",
"startTime": 1,
"endDate": "2026-06-03T18:33:44.4245678",
"endTime": 1,
"recurrence": 1,
"recurrenceType": 1,
"monthType": 1,
"weekDays": 1,
"months": 1,
"monthWeeks": 1,
"monthDays": "sample string 7",
"printed": true,
"talkerText": "sample string 8",
"rangeDescription": "sample string 9",
"dealDescription": "sample string 10",
"labelQuantity": 11,
"active": 1,
"deactivated": "2026-06-03T18:33:44.4245678",
"system": true,
"created": "2026-06-03T18:33:44.4245678",
"updated": "2026-06-03T18:33:44.4245678",
"priceChangeNotifiedUtc": "2026-06-03T18:33:44.4245678",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "wyltkfbuwUWoaRLItqiSqQ==",
"hostIdentifierGuid": "916d29c3-eef6-45c1-a869-12c8b6a892a9",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-06-03T18:33:44.4245678",
"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": "6cTn+UW910GpRwhmno97Ug==",
"pluGuid": "f9e7c4e9-bd45-41d7-a947-08669e8f7b52",
"hostOfferID": 1,
"priceGroupG_UID": "s1hYov9EdUeuNYVA2iod6w==",
"priceGroupGuid": "a25858b3-44ff-4775-ae35-8540da2a1deb",
"fuelItem": true,
"pluName": "sample string 6",
"apn": "sample string 7",
"pluActive": true,
"cartonQty": 1,
"baseUnits": 9.1,
"cri": "sample string 10",
"salesMode": 1,
"orderPacked": 11,
"pluaws": 12.0,
"directNumber": "sample string 13",
"departmentName": "sample string 14",
"subDepartmentName": "sample string 15",
"priceGroupName": "sample string 16",
"supplierName": "sample string 17",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-06-03T18:33:44.4245678",
"rrp": 18,
"campaignDescription": "sample string 19",
"product": {
"$ref": "2"
},
"campaign": {
"$ref": "69"
}
},
{
"$ref": "70"
}
],
"sellingRules": [
{
"$id": "71",
"id": 1,
"identifier": "GX4qDtyeXUafFvhBGRFCrQ==",
"identifierStr": "GX4qDtyeXUafFvhBGRFCrQ==",
"identifierGuid": "0e2a7e19-9edc-465d-9f16-f841191142ad",
"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": "YZLd4Rk/Gk+koon7419lIA==",
"customerIDGuid": "e1dd9261-3f19-4f1a-a4a2-89fbe35f6520",
"campaign": {
"$ref": "69"
},
"customer": {
"$id": "73",
"identifier": "rcD9NgZNO062OhDYoZJ6Aw==",
"identifierGuid": "36fdc0ad-4d06-4e3b-b63a-10d8a1927a03",
"code": "sample string 2",
"familyName": "sample string 3",
"givenName": "sample string 4",
"otherName": "sample string 5",
"title": "sample string 6",
"dateOfBirth": "2026-06-03T18:33:44.4245678",
"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": "9MNDVsgNq0WqYBZ74GImLg==",
"communityIdentifierGuid": "5643c3f4-0dc8-45ab-aa60-167be062262e",
"joined": "2026-06-03T18:33:44.4245678",
"updated": "2026-06-03T18:33:44.4245678",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "r0SiKIdioEaPwhnLjCn99g==",
"priceLevelIdentifierGuid": "28a244af-6287-46a0-8fc2-19cb8c29fdf6",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-06-03T18:33:44.4245678",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "74",
"cardType": 2,
"issueDate": "2026-06-03T18:33:44.4245678",
"expiry": "2026-06-03T18:33:44.4245678",
"customerID": "O/XMOCZ95kOOfKVR+l2kFg==",
"customerIDGuid": "38ccf53b-7d26-43e6-8e7c-a551fa5da416",
"initialValue": 1,
"currentValue": 1,
"maxLimit": 1,
"minTransaction": 1,
"maxTransaction": 1,
"multiplier": 1.1,
"active": true,
"reasonInactive": 1,
"idRequired": true,
"idType": 1,
"idValue": "sample string 5",
"updated": "2026-06-03T18:33:44.4245678",
"linkedAccount": "qmd3Kz2KP0yAoZPOQRZgCQ==",
"linkedAccountGuid": "2b7767aa-8a3d-4c3f-80a1-93ce41166009",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "73"
},
"account": {
"$id": "75",
"id": 1,
"identifier": "wjBzjiCCYkaauQJs3+A5bA==",
"identifierGuid": "8e7330c2-8220-4662-9ab9-026cdfe0396c",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-06-03T18:33:44.4245678",
"owner": "DwAF67hcm0yzlzabJF10vw==",
"ownerGuid": "eb05000f-5cb8-4c9b-b397-369b245d74bf",
"accountStoreGroupIdentifier": "v2kEzgnjxUS1+itK088jiw==",
"accountStoreGroupGuid": "ce0469bf-e309-44c5-b5fa-2b4ad3cf238b",
"accountType": 1,
"currentBalance": 1,
"externalID": "sample string 7",
"maximumLimit": 1,
"accruePoints": true,
"loyaltyPoints": 1,
"termsOfTrade": 1,
"signatureRequired": true,
"referenceRequired": true,
"statementSendType": 10,
"ageingPeriod": 1,
"monthlyAgeingPeriod": true,
"explodedInvoice": true,
"isFifoAllocation": true,
"lastStatementSent": "2026-06-03T18:33:44.4245678",
"active": true,
"updated": "2026-06-03T18:33:44.4245678",
"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": "BbVmiumbY0aqMpzyjs32kg==",
"identifierGuid": "8a66b505-9be9-4663-aa32-9cf28ecdf692",
"name": "sample string 2",
"primaryContact": "gKEdnoU8ZUmebjJCZl5nog==",
"primaryContactGuid": "9e1da180-3c85-4965-9e6e-3242665e67a2",
"accountID": "rxbvl/tYkkeSIedEUTun3w==",
"accountIDGuid": "97ef16af-58fb-4792-9221-e744513ba7df",
"special": true,
"updated": "2026-06-03T18:33:44.4245678",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "3Pdk2StWWE2YJBA6U8mIPg==",
"priceLevelIdentifierGuid": "d964f7dc-562b-4d58-9824-103a53c9883e",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "75"
},
"primaryContactCustomer": {
"$ref": "73"
},
"customerGroupMembers": [
{
"$id": "78",
"id": 1,
"groupID": "N9SSLs0Uu0qvsUy5mSrRYQ==",
"groupIDGuid": "2e92d437-14cd-4abb-afb1-4cb9992ad161",
"customerID": "p/Otv6do80+4MD5mUL5FfQ==",
"customerIDGuid": "bfadf3a7-68a7-4ff3-b830-3e6650be457d",
"card": "sample string 4",
"linkedAccount": "mROWBil75kaDHM31CE67yw==",
"linkedAccountGuid": "06961399-7b29-46e6-831c-cdf5084ebbcb",
"customer": {
"$ref": "73"
},
"group": {
"$ref": "77"
},
"customerCard": {
"$ref": "74"
}
},
{
"$ref": "78"
}
]
},
{
"$ref": "77"
}
]
},
"payments": [
{
"$id": "79",
"id": 1,
"identifier": "7fX20jb1T0OR9VJaV4otvg==",
"identifierGuid": "d2f6f5ed-f536-434f-91f5-525a578a2dbe",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "FimPJRGobkKIdYbkCm0AuQ==",
"accountIDGuid": "258f2916-a811-426e-8875-86e40a6d00b9",
"customerAccount": {
"$ref": "75"
},
"customerCard": {
"$ref": "74"
},
"accountType": 1,
"cardName": "sample string 8",
"authorisationNumber": "sample string 9",
"bankReference": "sample string 10",
"merchantID": "sample string 11",
"terminalID": "sample string 12",
"cardNumber": "sample string 13",
"paymentDate": "2026-06-03T18:33:44.4245678",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "oL2jI6H8CUG6ib6otgoDeA==",
"idempotentVoidGuid": "23a3bda0-fca1-4109-ba89-bea8b60a0378",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "80",
"saleHeaderID": 1,
"saleHeaderGuid": "cQpAZX9wzkilhPEnxGF6ug==",
"saleHeaderIdentifierGuid": "65400a71-707f-48ce-a584-f127c4617aba",
"created": "2026-06-03T18:33:44.4245678",
"createdLocal": "2026-06-03T18:33:44.4245678",
"createdText": "sample string 4",
"itemCount": 5,
"totalAmount": 6,
"cashTender": 1,
"cardTender": 1,
"cheqTender": 1,
"acctTender": 1,
"voucherTender": 1,
"loyaltyPoints": 1,
"cashout": 1,
"changeAmount": 1,
"rounding": 1,
"gstAmount": 1,
"transactionDiscountTender": 1,
"totalTip": 7,
"tranType": 1,
"processed": 1,
"imported": "2026-06-03T18:33:44.4245678",
"storeID": 1,
"operatorG_Uid": "F91dbC0d30aqb2JPi9ac1Q==",
"operatorGuid": "6c5ddd17-1d2d-46df-aa6f-624f8bd69cd5",
"customerG_Uid": "8azayBtcT0+z6YDJtJj4IA==",
"customerGuid": "c8daacf1-5c1b-4f4f-b3e9-80c9b498f820",
"communityIdentifier": "m/8Wi3ocmku5AnKZFnntqw==",
"communityIdentifierGuid": "8b16ff9b-1c7a-4b9a-b902-72991679edab",
"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": "qII4mW7b3k2ETRFgZ+f2iw==",
"priceLevelIdentifierGuid": "993882a8-db6e-4dde-844d-116067e7f68b",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-06-03T18:33:44.4245678+00:00\",\"DeliveryAddress1\":\"sample string 2\",\"DeliveryAddress2\":\"sample string 3\",\"CustomerPhoneNumber\":\"sample string 4\",\"OrderType\":0,\"ExternalOrderID\":\"sample string 5\",\"ExternalDisplayableOrderID\":\"sample string 6\",\"TableName\":\"sample string 7\",\"CreatedBy\":0,\"OrderingAppName\":\"sample string 8\"}",
"deserialisedOrderMetadata": {
"$id": "81",
"customerName": "sample string 1",
"pickupAt": "2026-06-03T18:33:44.4245678",
"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": "xu5vZu02xkeZMk/VOIyI9A==",
"identifierGuid": "666feec6-36ed-47c6-9932-4fd5388c88f4",
"name": "sample string 3",
"lookupIdentifier": "sample string 4",
"externalID": "sample string 5",
"phone": "sample string 6",
"fax": "sample string 7",
"email": "sample string 8",
"address1": "sample string 9",
"address2": "sample string 10",
"city": "sample string 11",
"postCode": "sample string 12",
"state": "sample string 13",
"country": "sample string 14",
"abn": "sample string 15",
"promoPeriodStart": "2026-06-03T18:33:44.4245678",
"promoPeriodEnd": "2026-06-03T18:33:44.4245678",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-06-03T18:33:44.4245678",
"deleted": true
},
"details": [
{
"$id": "83",
"saleItemID": 1,
"identifier": "1v7hBvCinEqWQvACotKYzQ==",
"identifierGuid": "06e1fed6-a2f0-4a9c-9642-f002a2d298cd",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "1yA1XP/Ir0SMy/ZejjYNcQ==",
"pluGuid": "5c3520d7-c8ff-44af-8ccb-f65e8e360d71",
"accountID": "rEWuDUvTxkqD4sRRnnFG0A==",
"accountIDGuid": "0dae45ac-d34b-4ac6-83e2-c4519e7146d0",
"normalPrice": 3,
"originalSellingPrice": 4,
"discountPrice": 5,
"unit": 1,
"quantity": 6,
"totalCents": 7,
"fixedPrice": 1,
"tranType": 1,
"discountType": 1,
"cost": 1,
"costDecimals": 8,
"markdown": 1,
"manualQuantity": 1,
"manualPrice": 1,
"manualMode": 1,
"active": 1,
"offline": true,
"barcode": "sample string 9",
"keyedSale": 1,
"discountedID": 1,
"fuelID": 1,
"serialNumber": "sample string 10",
"bestOrExpire": "2026-06-03T18:33:44.4245678",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "KILAxpVNqU2tvjlINxEAYg==",
"refundGuid": "c6c08228-4d95-4da9-adbe-394837110062",
"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": "eiDV+4tOCkiLvghTKsD+3w==",
"idempotentVoidGuid": "fbd5207a-4e8b-480a-8bbe-08532ac0fedf",
"priceLevelIdentifier": "1IdvAJ1seUSRxC3Z0y6yKA==",
"priceLevelIdentifierGuid": "006f87d4-6c9d-4479-91c4-2dd9d32eb228",
"communityIdentifier": "HYu9Iiuo2UKCBtpLKxTudA==",
"communityIdentifierGuid": "22bd8b1d-a82b-42d9-8206-da4b2b14ee74",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "84",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-06-03T18:33:44.4245678",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "84"
}
],
"refund": {
"$id": "85",
"id": 1,
"g_UID": "xh1Pgg0imEqWWA22J7ODAQ==",
"guid": "824f1dc6-220d-4a98-9658-0db627b38301",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-06-03T18:33:44.4245678"
},
"modifier": {
"$id": "86",
"id": 1,
"setG_UID": "GFVgi3PS3EugZ3IkfOlmxw==",
"modifierSetGuid": "8b605518-d273-4bdc-a067-72247ce966c7",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "Ae7FAldXPku+W8k4Fb3ejQ==",
"pluGuid": "02c5ee01-5757-4b3e-be5b-c93815bdde8d",
"deleted": true,
"g_UID": "bLgJQp/5RUao7m1ISobzBg==",
"guid": "4209b86c-f99f-4645-a8ee-6d484a86f306",
"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": "bxX3KZAHkEC8KXXrEmfRCg==",
"pluGuid": "29f7156f-0790-4090-bc29-75eb1267d10a",
"saleHeaderID": 2,
"totalCents": 3,
"grade": 1,
"gradeDescription": "sample string 4",
"dispenser": 1,
"hose": 1,
"quantity": 1,
"cost": 1,
"acquirerNum": 1,
"attendant": 1,
"ePurseBalance": 1.0,
"cardSignature": "sample string 5",
"compartmentNumber": 1,
"contractNumber": 1,
"discountCardPAN": "sample string 6",
"discountID": 1,
"discountName": "sample string 7",
"discountNetValue": 1.0,
"discountType": 1,
"discountValue": 1.0,
"discretionaryData": "sample string 8",
"driverID": "sample string 9",
"eftBatchNumber": 1,
"eftResponseCode": "sample string 10",
"endDateTime": "2026-06-03T18:33:44.4245678",
"engineHours": 1.1,
"fposNumber": 1,
"loyaltyCardPAN": "sample string 11",
"miscData1": 1,
"miscData2": "sample string 12",
"miscFlags": 1,
"mop": 1,
"odometer": 1,
"panNumber": "sample string 13",
"saleRefund": true,
"saleStatus": 1,
"sequenceNumber": 1,
"stan": 1,
"startDateTime": "2026-06-03T18:33:44.4245678",
"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": "+KS/ZgO1h0uuBXne/SgBIA==",
"pluGuid": "66bfa4f8-b503-4b87-ae05-79defd280120",
"accountID": "BNZmlevWC0+/4wGOk6IwOQ==",
"accountIDGuid": "9566d604-d6eb-4f0b-bfe3-018e93a23039",
"normalPrice": 3,
"originalSellingPrice": 4,
"discountPrice": 5,
"unit": 1,
"quantity": 6,
"totalCents": 7,
"fixedPrice": 1,
"tranType": 1,
"processed": 1,
"discountType": 1,
"cost": 1,
"costDecimals": 1,
"markdown": 1,
"manualQuantity": 1,
"manualPrice": 1,
"manualMode": 1,
"active": 1,
"barcode": "sample string 8",
"offline": 1,
"keyedSale": 1,
"discountedID": 1,
"fuelID": 1,
"serialNumber": "sample string 9",
"bestOrExpire": "2026-06-03T18:33:44.4245678",
"bestOrExpireType": 1,
"refundG_UID": "e1GCoqIhVE6e3SCse3V7Yw==",
"refundGuid": "a282517b-21a2-4e54-9edd-20ac7b757b63",
"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": "1CMaQAR8oEOeUnIPMEAP2A==",
"identifierGuid": "401a23d4-7c04-43a0-9e52-720f30400fd8",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "KZtrtr2xiku+g8ODnzqISg==",
"customerIdentifierGuid": "b66b9b29-b1bd-4b8a-be83-c3839f3a884a",
"operatorNo": 1,
"operatorG_UID": "/3iM+FIeQ0SChyZiLq2cTA==",
"operatorGuid": "f88c78ff-1e52-4443-8287-26622ead9c4c",
"created": "2026-06-03T18:33:44.4245678",
"ordered": "2026-06-03T18:33:44.4245678",
"started": "2026-06-03T18:33:44.4245678",
"completed": "2026-06-03T18:33:44.4245678",
"supplied": "2026-06-03T18:33:44.4245678",
"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": "uccUnMESuEqho1Uh5/JWNw==",
"pluGuid": "9c14c7b9-12c1-4ab8-a1a3-5521e7f25637",
"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": "XQvE0Ytckka73BUxFo6bLg==",
"headerIdentifierGuid": "d1c40b5d-5c8b-4692-bbdc-1531168e9b2e",
"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": "xrmMsh3rg0uNLuwghsCJpg==",
"surveyGuid": "b28cb9c6-eb1d-4b83-8d2e-ec2086c089a6",
"saleHeaderGuid": "fJB8L1xJekKjTV5KuljOQw==",
"saleGuid": "2f7c907c-495c-427a-a34d-5e4aba58ce43",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "zeUOKNuvm0OcPOfaPtLrWQ==",
"guidResponse": "280ee5cd-afdb-439b-9c3c-e7da3ed2eb59",
"whoAnswered": 2,
"answeredAtUTC": "2026-06-03T18:33:44.4245678",
"sale": {
"$ref": "80"
},
"survey": {
"$id": "95",
"g_UID": "Dz4Vx9ta8k+z3r55ZF8oRQ==",
"guid": "c7153e0f-5adb-4ff2-b3de-be79645f2845",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "YuklMiHjz0i7xTCjKgynCQ==",
"checkoutFormGuid": "3225e962-e321-48cf-bbc5-30a32a0ca709",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-06-03T18:33:44.4245678",
"end": "2026-06-03T18:33:44.4245678",
"deleted": true,
"updated": "2026-06-03T18:33:44.4245678",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"de37a148-a9b7-45d2-b07f-20232df19c35",
"098f2477-783e-4598-b0e4-0b1c6f35b210"
],
"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": "B369rVvTgk+vCvJDWlayaA==",
"accountIdentifier": "adbd7e07-d35b-4f82-af0a-f2435a56b268",
"accountName": "sample string 44",
"customerOrderIdentifier": "ZE7jqAqEGUCVZ82ViZlfVg==",
"customerOrderIdentifierGuid": "a8e34e64-840a-4019-9567-cd9589995f56",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "96",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "GskeA2hQ4UuNL3SFp5wvsA==",
"paymentIdentifierGuid": "031ec91a-5068-4be1-8d2f-7485a79c2fb0",
"identifier": "Yk7pSrbQlUmBGZZvyHk3bQ==",
"identifierGuid": "4ae94e62-d0b6-4995-8119-966fc879376d",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "H6hq69KYDEeQd1fhX1EQaA==",
"itemIdentifierGuid": "eb6aa81f-98d2-470c-9077-57e15f511068"
}
},
{
"$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": "XpNfPdFyxk6ZDOZ48C66Fw==",
"customerIdentifierGuid": "3d5f935e-72d1-4ec6-990c-e678f02eba17",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "L3c+SecAvUS0ULe35IegLA==",
"idempotentGuid": "493e772f-00e7-44bd-b450-b7b7e487a02c",
"offline": true,
"voucher": {
"$id": "98",
"id": 1,
"name": "sample string 2",
"description": "sample string 3",
"shortDescription": "sample string 4",
"url": "sample string 5",
"barcodeTemplateID": 1,
"expiry": 0,
"voucherType": 6,
"limitPerTransaction": 7,
"customerTracking": true,
"discountAccount": "sample string 9",
"endDate": "2026-06-03T18:33:44.4245678",
"barcodeTemplate": {
"$id": "99",
"templateID": 1,
"template": "sample string 1",
"bcFunction": "sample string 2",
"sortOrder": 3
},
"scaleLabel": {
"$id": "100",
"id": 1,
"uid": "sample string 2",
"name": "sample string 3",
"width": 1.1,
"height": 1.1,
"showBorder": true,
"borderWidth": 1.1,
"borderStyle": 1,
"borderColour": "sample string 5",
"updated": "2026-06-03T18:33:44.4245678",
"labelPageLayout": "JWfBl+p6DkCH0ySOcJPVhQ==",
"pageLayoutGuid": "97c16725-7aea-400e-87d3-248e7093d585",
"labelType": 6,
"oldName": "sample string 7",
"voucher": {
"$ref": "98"
},
"elements": [
{
"$id": "101",
"id": 1,
"scaleLabelID": 2,
"showPercentDI": true,
"showAvgPerHundred": true,
"showAvgPerServe": true,
"name": "sample string 6",
"x": 1.1,
"y": 1.1,
"width": 1.1,
"height": 1.1,
"type": 1,
"rotation": 1,
"text": "sample string 7",
"fontFamily": "sample string 8",
"align": 1,
"bold": true,
"italic": true,
"underline": true,
"strikeout": true,
"reverse": true,
"textColour": "sample string 9",
"fontSize": 1.1,
"picture": "QEA=",
"borderWidth": 10,
"sortOrder": 11,
"printOptions": 12,
"superScriptTextFontSize": 1.1,
"lineStyle": 1,
"spacingStyle": 1,
"interCharacterSpacing": 1.1,
"superScriptOffset": 1.1,
"lineSpacing": 1.1,
"dateFormat": "sample string 13",
"autoGrow": true,
"fontAutoResize": true,
"updated": "2026-06-03T18:33:44.4245678"
},
{
"$ref": "101"
}
]
},
"customerVouchers": [
{
"$id": "102",
"id": 1,
"customerIdentifier": "LVnvk7quyEaI3tbzvAZy1g==",
"customerIdentifierGuid": "93ef592d-aeba-46c8-88de-d6f3bc0672d6",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-06-03T18:33:44.4245678",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "IOVHRseA7kiPylv5sljfmQ==",
"issuedIdempotentGuid": "4647e520-80c7-48ee-8fca-5bf9b258df99",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-06-03T18:33:44.4245678",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-06-03T18:33:44.4245678",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "XapjW22uYEeFmbyEdgAW1Q==",
"redeemedIdempotentGuid": "5b63aa5d-ae6d-4760-8599-bc84760016d5",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-06-03T18:33:44.4245678",
"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": "BHblaQPZhUm6/G+cUUkcog==",
"groupIDGuid": "69e57604-d903-4985-bafc-6f9c51491ca2",
"campaign": {
"$ref": "69"
},
"group": {
"$ref": "77"
}
},
{
"$ref": "103"
}
],
"signIqTickets": [
{
"$id": "104",
"identifier": "v0HvFF9ZU0OmzqGPQheNew==",
"identifierGuid": "14ef41bf-595f-4353-a6ce-a18f42178d7b",
"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": "BnZ9UKsrgE+5gfYMZq7Hxg==",
"guid": "507d7606-2bab-4f80-b981-f60c66aec7c6",
"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": "gbboyW3nokuGWcu7FjNokw==",
"groupGuid": "c9e8b681-e76d-4ba2-8659-cbbb16336893",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "a3R1A1LOL0OObxjs7xycUg==",
"pluGuid": "0375746b-ce52-432f-8e6f-18ecef1c9c52",
"priceGroupG_UID": "YXml8J4B1EmtY1dT8p+v7g==",
"priceGroupGuid": "f0a57961-019e-49d4-ad63-5753f29fafee",
"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": "wsacaw5Xp0+8FWelvknhgA==",
"priceLevelIdentifierGuid": "6b9cc6c2-570e-4fa7-bc15-67a5be49e180",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "107"
}
],
"promotionType": {
"$id": "108",
"identifier": "9LGoWnTBAUiRm4o5Brq2AQ==",
"identifierGuid": "5aa8b1f4-c174-4801-919b-8a3906bab601",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "hfN7J/KAu0GbnduSE7lb4Q==",
"labelPageLayoutGuid": "277bf385-80f2-41bb-9b9d-db9213b95be1",
"priceLevelIdentifier": "WWzO31vsGkyx4d/+osXBmA==",
"priceLevelIdentifierGuid": "dfce6c59-ec5b-4c1a-b1e1-dffea2c5c198",
"active": true,
"updated": "2026-06-03T18:33:44.4245678",
"hostName": "sample string 11"
}
},
"product": {
"$ref": "2"
},
"dealCost": {
"$id": "109",
"headerIdentifier": "8R4K/9zRkEKPgVkQNMnxNA==",
"headerIdentifierGuid": "ff0a1ef1-d1dc-4290-8f81-591034c9f134",
"identifier": "fubNoY+tdkCFbzW+0D1Ttg==",
"identifierGuid": "a1cde67e-ad8f-4076-856f-35bed03d53b6",
"supplierIdentifier": "xewCe6TRvk+Ef8m1xGbGYA==",
"supplierGuid": "7b02ecc5-d1a4-4fbe-847f-c9b5c466c660",
"pluG_UID": "o2wF9GhGOUiiHc3aiX0Eug==",
"pluGuid": "f4056ca3-4668-4839-a21d-cdda897d04ba",
"campaignName": "8a34de23-5628-42f3-a7f1-43d88b370d35",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-06-03T18:33:44.4245678",
"end": "2026-06-03T18:33:44.4245678",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "NvjLATtdxkyl7b5ql+bEmw==",
"bonusItemPluGuid": "01cbf836-5d3b-4cc6-a5ed-be6a97e6c49b",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-06-03T18:33:44.4245678",
"metcashPromotionID": "sample string 14",
"fromHost": 15,
"storeNames": "sample string 16",
"storeIDs": [
1,
2
],
"supplierName": "sample string 17",
"campaignDescription": "sample string 18",
"newPrice": 1,
"campaignMetcashPromotionID": "sample string 19",
"campaignActive": true,
"campaignStartDate": "2026-06-03T18:33:44.4245678",
"campaignEndDate": "2026-06-03T18:33:44.4245678",
"masterPLUG_UID": "ecFlHqSpjUyXUK054O7EUQ==",
"masterID": "1e65c179-a9a4-4c8d-9750-ad39e0eec451",
"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": "DazDNq/wTkSof97k3goR+g==",
"bonusMasterID": "36c3ac0d-f0af-444e-a87f-dee4de0a11fa",
"bonusProductName": "sample string 34",
"bonusProductAPN": "sample string 35",
"bonusOrderCode": "sample string 36",
"bonusNormalSell": 37,
"bonusNormalCost": 38,
"bonusNormalCostDecimals": 39,
"bonusCartonQuantity": 40,
"bonusSalesMode": 41,
"bonusOrderPacked": 42,
"bonusFuelItem": true,
"bonusActive": true
}
},
"currentCostStart": "2026-06-03T18:33:44.4245678",
"dealCosts": [
{
"$ref": "109"
},
{
"$ref": "109"
}
],
"tags": [
{
"$id": "110",
"pluG_UID": "PcLwiq5cNUG5uJMgSAcLdg==",
"pluGuid": "8af0c23d-5cae-4135-b9b8-932048070b76",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "110"
}
],
"alternateProductG_UID": "g4lAyP9pfk2Xbt+vsgId/w==",
"alternateProduct": "c8408983-69ff-4d7e-976e-dfafb2021dff",
"altProduct": {
"$ref": "2"
},
"productHostCode": {
"$id": "111",
"id": 1,
"pluG_UID": "JPWlsGhvfk+d2PMPKDNEGA==",
"pluGuid": "b0a5f524-6f68-4f7e-9dd8-f30f28334418",
"ibaCode": "sample string 2"
},
"mscCat": {
"$ref": "63"
},
"mscCom": {
"$ref": "64"
},
"mscDep": {
"$ref": "66"
},
"mscSubCom": {
"$ref": "65"
},
"isUserUpdate": true,
"ignoreMasterProduct": true,
"priceGroupLabelRequested": true,
"firstSold": "2026-06-03T18:33:44.4245678",
"inventoryTracked": "2026-06-03T18:33:44.4245678",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "112",
"pluG_UID": "dwdn82JIc06DyCUQ4Gfqzw==",
"pluGuid": "f3670777-4862-4e73-83c8-2510e067eacf",
"fuelPluG_UID": "UaRPUd2U/U2kgUWZvfkCew==",
"fuelPluGuid": "514fa451-94dd-4dfd-a481-4599bdf9027b",
"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"
}
]
},
"inventoryReason": {
"$id": "113",
"id": 1,
"name": "sample string 1",
"allowRF": 2,
"dumpStock": 3,
"creditRequest": 4,
"excludeFromLoss": 5,
"reserved": 6,
"updated": "2026-06-03T18:33:44.4245678"
},
"operator": {
"$ref": "40"
}
},
{
"$ref": "1"
}
]
application/xml
Sample not available.
text/xml
Sample not available.
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
None.