POST api/stocktake/{id}/input/{inputID}/details
Add details to a product
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Header identifier |
globally unique identifier |
Required |
| inputID |
Input identifier |
globally unique identifier |
Required |
Body Parameters
Detail to save
StocktakeDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| HeaderID | integer |
None. |
|
| HeaderIdentifier | Collection of byte |
None. |
|
| HeaderIdentifierGuid | globally unique identifier |
None. |
|
| InputID | integer |
None. |
|
| InputIdentifier | Collection of byte |
None. |
|
| InputIdentifierGuid | globally unique identifier |
None. |
|
| Created | date |
Data type: DateTime |
|
| APN |
Barcode, EAN, etc. |
string |
None. |
| PLU | integer |
None. |
|
| PluG_UID | Collection of byte |
None. |
|
| PluGuid | globally unique identifier |
None. |
|
| LongDesc | string |
None. |
|
| SalesMode | SalesMode |
None. |
|
| Quantity | integer |
None. |
|
| Weight | integer |
None. |
|
| Cartons | decimal number |
None. |
|
| CartonQuantity | integer |
None. |
|
| BaseUnits | integer |
None. |
|
| OrderPacked | integer |
None. |
|
| OnHand | integer |
None. |
|
| OnHandPacks | integer |
None. |
|
| OnHandEnd |
The on hand value when stocktake is ended, before count is applied |
integer |
None. |
| OnHandPacksEnd |
The on hand packs value when stocktake is ended, before count is applied |
integer |
None. |
| InventoryAccuracy |
Accuracy Value of the inventory units |
integer |
None. |
| CostGst | integer |
None. |
|
| SellGst | integer |
None. |
|
| ScaleItem | boolean |
None. |
|
| Cost | integer |
None. |
|
| CurrentCost | integer |
None. |
|
| CostDecimals | integer |
None. |
|
| Price |
Current Unit Sale Price - tax inc (Same as price if no campaign) |
integer |
None. |
| CurrentPrice |
Normal Unit Sale Price - tax inc (Same as price if no campaign) |
integer |
None. |
| StockUnitMeasureCode | string |
String length: inclusive between 0 and 20 |
|
| Notes | string |
None. |
|
| EditID | integer |
None. |
|
| Deleted | boolean |
None. |
|
| Update |
On Save, indicate whether pricing and inventory should be updated |
boolean |
Relation. This field may not always be loaded or used for updates. |
| InputComment | string |
Relation. This field may not always be loaded or used for updates. |
|
| SectionName | string |
Relation. This field may not always be loaded or used for updates. |
|
| InputType | StocktakeInputType |
Relation. This field may not always be loaded or used for updates. |
|
| ItemNumber | string |
Relation. This field may not always be loaded or used for updates. |
|
| Active | boolean |
Relation. This field may not always be loaded or used for updates. |
|
| ParentPluG_UID | Collection of byte |
Relation. This field may not always be loaded or used for updates. |
|
| ParentPluGuid | globally unique identifier |
Relation. This field may not always be loaded or used for updates. |
|
| Edited | boolean |
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. |
|
| Input | StocktakeInput |
Relation. This field may not always be loaded or used for updates. |
|
| UnknownScan | StocktakeUnknownScan |
Relation. This field may not always be loaded or used for updates. |
Request Formats
application/json, text/json
{
"id": 1,
"headerID": 1,
"headerIdentifier": "2wugZGpyTUaICVD7eEvgvQ==",
"headerIdentifierGuid": "64a00bdb-726a-464d-8809-50fb784be0bd",
"inputID": 1,
"inputIdentifier": "7QXvYUKsZEihvhYKm/GIoA==",
"inputIdentifierGuid": "61ef05ed-ac42-4864-a1be-160a9bf188a0",
"created": "2026-04-03T06:25:23.8364359",
"apn": "sample string 2",
"plu": 1,
"pluG_UID": "T54kjNKP20+bXplm2rk2pQ==",
"pluGuid": "8c249e4f-8fd2-4fdb-9b5e-9966dab936a5",
"longDesc": "sample string 3",
"salesMode": 1,
"quantity": 1,
"weight": 1,
"cartons": 1.0,
"cartonQuantity": 1,
"baseUnits": 4,
"orderPacked": 5,
"onHand": 1,
"onHandPacks": 1,
"onHandEnd": 1,
"onHandPacksEnd": 1,
"inventoryAccuracy": 6,
"costGst": 1,
"sellGst": 1,
"scaleItem": true,
"cost": 1,
"currentCost": 1,
"costDecimals": 1,
"price": 1,
"currentPrice": 1,
"stockUnitMeasureCode": "sample string 7",
"notes": "sample string 8",
"editID": 9,
"deleted": true,
"update": true,
"inputComment": "sample string 12",
"sectionName": "sample string 13",
"inputType": 1,
"itemNumber": "sample string 14",
"active": true,
"parentPluG_UID": "DD4fFCFqGU2WpKRAZxFRYg==",
"parentPluGuid": "141f3e0c-6a21-4d19-96a4-a44067115162",
"edited": true,
"product": {
"$id": "2",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "bUH1K+SEukaZnUzPfi35hQ==",
"guid": "2bf5416d-84e4-46ba-999d-4ccf7e2df985",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "EH8nGdoqs0mhaX0KW9Zjjg==",
"priceGroupGuid": "19277f10-2ada-49b3-a169-7d0a5bd6638e",
"blueprintID": 1,
"lastCountedDate": "2026-04-03T06:25:23.8364359",
"externalID": "sample string 7",
"active": true,
"activated": "2026-04-03T06:25:23.8364359",
"pluCreated": "2026-04-03T06:25:23.8364359",
"createdByUser": "sample string 9",
"name": "sample string 10",
"nameChanged": true,
"secondDescription": "sample string 12",
"hostDescription": "sample string 13",
"keepCartonQty": true,
"keepDescription": true,
"keepDepartments": true,
"keepSuppliers": true,
"markdownDescription": "sample string 18",
"altDescription": "sample string 19",
"bestOrExpire": 20,
"lastUpdate": "2026-04-03T06:25:23.8364359",
"lastManualUpdate": "2026-04-03T06:25:23.8364359",
"imageName": "sample string 23",
"showImageOnFlipCharts": true,
"showTextOnFlipCharts": true,
"overrideFlipChartText": true,
"flipChartText": "sample string 27",
"salesMode": 1,
"eftCode": 1,
"price": 1,
"priceChanged": true,
"rrp": 1,
"gstPercent": 28,
"gstPercentChanged": true,
"costGSTPercent": 29,
"costGSTPercentChanged": true,
"wetPercent": 1,
"priceOverride": 1,
"cost": 1,
"currentCost": 1,
"currentCostDecimals": 1,
"grossProfit": 1.0,
"currentCostDesc": "sample string 30",
"currentCostEnd": "2026-04-03T06:25:23.8364359",
"currentCostUpdated": "2026-04-03T06:25:23.8364359",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-04-03T06:25:23.8364359",
"defaultGP": 1,
"breakTargetMode": 33,
"break1": 1,
"price1": 1,
"target1": 34,
"break2": 1,
"price2": 1,
"target2": 35,
"break3": 1,
"price3": 1,
"target3": 36,
"break1Changed": true,
"price1Changed": true,
"target1Changed": true,
"break2Changed": true,
"price2Changed": true,
"target2Changed": true,
"break3Changed": true,
"price3Changed": true,
"target3Changed": true,
"breakTargetModeChanged": true,
"margin": 1.1,
"marginChanged": true,
"marginRanged": true,
"marginRangedChanged": true,
"minimumMargin": 1.1,
"minimumMarginChanged": true,
"maximumMargin": 1.1,
"maximumMarginChanged": true,
"overrideHostWarehouseIndicator": true,
"overrideHostWarehouseIndicatorChanged": true,
"overrideHostPrice": true,
"overrideHostPriceChanged": true,
"overrideHostCost": true,
"overrideHostCostChanged": true,
"overrideHostMargin": true,
"overrideHostMarginChanged": true,
"alwaysApplyMargin": true,
"alwaysApplyMarginChanged": true,
"aws": 1.0,
"paws": 1.0,
"awsUpdated": "2026-04-03T06:25:23.8364359",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "8gDmIIiaXUm4rICrztkgEw==",
"altPLUGuid": "20e600f2-9a88-495d-b8ac-80abced92013",
"altPLUGuidChanged": true,
"altPriceDescription1": "sample string 54",
"altPriceDescription2": "sample string 55",
"cartonQuantity": 56,
"cartonQuantityChanged": true,
"trayID": 1,
"promptID": 1,
"tare": 1,
"packQty": 1,
"fixedWeight": 1,
"extraMesg": 1,
"text1": "sample string 58",
"text2": "sample string 59",
"text3": "sample string 60",
"labelText": "sample string 61",
"labelTextChanged": true,
"sendToScale": true,
"nonScaleWeigh": true,
"labelFormat": "sample string 65",
"barcodeFormat": "sample string 66",
"austMade": 1,
"coolCode": 67,
"countryOfOrigin": "sample string 68",
"percentContent": 69.1,
"departmentID": 1,
"subDepartmentID": 1,
"minorDepartmentID": 1,
"lesserDepartmentID": 1,
"deptCode": "sample string 70",
"subDeptCode": "sample string 71",
"minorDeptCode": "sample string 72",
"lesserDeptCode": "sample string 73",
"deptName": "sample string 74",
"subDeptName": "sample string 75",
"minorDeptName": "sample string 76",
"lesserDeptName": "sample string 77",
"departmentChanged": true,
"subCategoryID": 1,
"expiry": 1,
"showDays": 1,
"datePrint": 1,
"labelRequired": true,
"labelShelfQty": 80,
"labelShelfChanged": true,
"labelTalkerQty": 82,
"labelSmall": true,
"labelLastPrinted": "2026-04-03T06:25:23.8364359",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "/UtWvtDXU0qp/0Mg+t1TIw==",
"shelfPageLayoutGuid": "be564bfd-d7d0-4a53-a9ff-4320fadd5323",
"talkerPageLayoutG_UID": "OglHpHReeUW52OC3tUm6sQ==",
"talkerPageLayoutGuid": "a447093a-5e74-4579-b9d8-e0b7b549bab1",
"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": "biUG1jhiFUaGkSTIP0Ev2w==",
"inventoryIdentifier": "d606256e-6238-4615-8691-24c83f412fdb",
"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": "2mFbWmLKOECSiXZy0SlETg==",
"parentPluGuid": "5a5b61da-ca62-4038-9289-7672d129444e",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "HzywGa16aESMjJIWyNdmuw==",
"supplierIdentifierGuid": "19b03c1f-7aad-4468-8c8c-9216c8d766bb",
"supplierChanged": true,
"rebateSupplierIdentifier": "MRqYhdgRvEOcCSnONS6CYw==",
"rebateSupplierIdentifierGuid": "85981a31-11d8-43bc-9c09-29ce352e8263",
"rebateSupplierChanged": true,
"availableForOrder": true,
"warehouseDirectIndicator": "sample string 109",
"warehouseDirectIndicatorChanged": true,
"productGrade": "sample string 111",
"productType": "sample string 112",
"productGroup": "sample string 113",
"complianceIndicator": "sample string 114",
"inhouseBrand": "sample string 115",
"slowMoving": true,
"generalMerchandise": true,
"comment": "sample string 118",
"lastUpdatedByUser": "sample string 119",
"lastManualUpdatedByUser": "sample string 120",
"lastUpdatedByUserOverride": true,
"lastUpdatedByHost": "2026-04-03T06:25:23.8364359",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "aEy1GcRhJUWKKtb5S06KUA==",
"hostIdentifierGuid": "19b54c68-61c4-4525-8a2a-d6f94b4e8a50",
"serviceFeeID": 1,
"serviceFeeIDChanged": true,
"providerName": "sample string 126",
"aisleEnds": "sample string 127",
"deleted": true,
"deletedChanged": true,
"hidden": true,
"doNotRange": true,
"doNotRangeChanged": true,
"doNotOrder": true,
"doNotOrderChanged": true,
"locked": true,
"excludeFromWebUpdate": true,
"excludeFromWebUpdateChanged": true,
"webPriceBasedOn": 138,
"webPriceRounding": true,
"webMarkup": 140,
"webPriceMode": 141,
"altDepartmentID": 1,
"altSubDepartmentID": 1,
"altMinorDepartmentID": 1,
"altLesserDepartmentID": 1,
"altDeptCode": "sample string 142",
"altSubDeptCode": "sample string 143",
"altMinorDeptCode": "sample string 144",
"altLesserDeptCode": "sample string 145",
"altDepartmentChanged": true,
"storeProducts": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"store": {
"$id": "3",
"id": 1,
"isMaster": true,
"isElectedMaster": true,
"electedMasterStoreID": 1,
"isZoneMaster": true,
"shortName": "sample string 3",
"url": "sample string 4",
"sortOrder": 1,
"name": "sample string 5",
"phone": "sample string 6",
"fax": "sample string 7",
"email": "sample string 8",
"address1": "sample string 9",
"address2": "sample string 10",
"city": "sample string 11",
"state": "sample string 12",
"country": "sample string 13",
"postCode": "sample string 14",
"delivery": 1,
"exportAccounts": 1,
"salesAccountFolder": "sample string 15",
"purchaseAccountFolder": "sample string 16",
"initLoad": 1,
"initIDs": 1,
"zoneID": 1,
"actAsMaster": 1,
"lastActiveUtc": "2026-04-03T06:25:23.8364359",
"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": "HS38D/87dkuGXeJqh9sh5g==",
"hostIdentifierGuid": "0ffc2d1d-3bff-4b76-865d-e26a87db21e6",
"hostName": 1,
"hostAddress": "sample string 27",
"hostUsername": "sample string 28",
"hostPassword": "sample string 29",
"excludeFromLeadInOut": true,
"accountingProvider": 31,
"accountingAddress": "sample string 32",
"accountingUsername": "sample string 33",
"accountingPassword": "sample string 34",
"storeAccountingCode": "sample string 35",
"softwareVariance": 36,
"fuelWarningVariance": 37.0,
"fuelErrorVariance": 38.0,
"fuelAccumulatedWarningVariance": 39.0,
"fuelAccumulatedErrorVariance": 40.0,
"drawManagment": 41,
"endOfDayManagment": true,
"autoFillCashBalancing": true,
"fuelDayVariance": 44,
"accountingTradingTime": "00:00:00.1234567",
"stockActivateProduct": 46,
"defaultOrderDocumentId": 1,
"defaultStockReceiveDocumentId": 1,
"giftCardSalesAccountingDeptCode": "sample string 47",
"transactionDiscountAccountingDeptCode": "sample string 48",
"size": 49,
"updated": "2026-04-03T06:25:23.8364359",
"priceZone": {
"$id": "4",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "LZXaAgGWxEmOHL/43ykVfw==",
"hostIdentifierGuid": "02da952d-9601-49c4-8e1c-bff8df29157f",
"sortOrder": 3,
"zoneMasterStoreID": 1,
"electedMasterStoreID": 1,
"containsElectedMasterStore": true
},
"priceZoneName": "sample string 51",
"storeFuelConfigured": true,
"shippingAddressCopied": true,
"shippingAddress": {
"$id": "5",
"storeID": 1,
"addressType": 1,
"address1": "sample string 1",
"address2": "sample string 2",
"city": "sample string 3",
"state": "sample string 4",
"country": "sample string 5",
"postCode": "sample string 6"
},
"billingAddressCopied": true,
"billingAddress": {
"$ref": "5"
},
"hostStoreSettings": [
{
"$id": "6",
"id": 1,
"hostIdentifier": "K4g5O+qrAUWHdqoZKxcSLw==",
"hostIdentifierGuid": "3b39882b-abea-4501-8776-aa192b17122f",
"storeID": 2,
"username": "sample string 3",
"password": "sample string 4",
"passwordPlain": "sample string 5",
"serverAddress": "sample string 6",
"serverPort": 1,
"excludeFromLeadInOut": true,
"useForHostFile": true,
"metcashPillarID": "sample string 9",
"metcashStateCode": "sample string 10",
"metcashCustomerID": "sample string 11",
"metcashTradingPartnerID": "sample string 12",
"drakesCustomerNumber": 1,
"sparCustomerNumber": "sample string 13",
"sparOrderUsername": "sample string 14",
"sparOrderPassword": "sample string 15",
"sparOrderPasswordPlain": "sample string 16",
"pharmXSiteID": 1,
"ibaZoneID": 1,
"ibaState": "sample string 17",
"foodlandStoreCode": "sample string 18",
"ilgMemberNumber": "sample string 19",
"ilgOutletLocation": 1,
"ilgBaseCost": 1,
"ilgApplyNonAdvertisedPromos": true,
"ilgExemptFromFreight": true,
"ilgOrderDealReview": true,
"ilgFinanceFee": 1,
"secondPassword": "sample string 23",
"secondPasswordPlain": "sample string 24",
"secondServerAddress": "sample string 25",
"processPromotions": true,
"hostProvider": 0,
"host": {
"$id": "7",
"identifier": "f3wVXYLJsU2u5SwrgB3V2Q==",
"identifierGuid": "5d157c7f-c982-4db1-aee5-2c2b801dd5d9",
"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": "yhsSWjpDhU+v1kY1EhDzPQ==",
"hostSupplierIdentifierGuid": "5a121bca-433a-4f85-afd6-46351210f33d",
"loyaltyPriceLevelIdentifier": "r1biTi9DZkaytnERmtZaJw==",
"loyaltyPriceLevelIdentifierGuid": "4ee256af-432f-4666-b2b6-71119ad65a27",
"isGroup": true,
"description": "sample string 22",
"hostProvider": 23,
"hostTypeEnum": 24,
"hostType": "sample string 25",
"hostCode": "sample string 26",
"username": "sample string 27",
"password": "sample string 28",
"passwordPlain": "sample string 29",
"server": "sample string 30",
"url": "sample string 31",
"global": true,
"stateCode": "sample string 33",
"lastCollected": "2026-04-03T06:25:23.8364359",
"lastProcessed": "2026-04-03T06:25:23.8364359",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$id": "8",
"identifier": "aju4l6WzD0OQDQIxz4N6Lg==",
"identifierGuid": "97b83b6a-b3a5-430f-900d-0231cf837a2e",
"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": "xpa+saBq7k+6ko6kjGz5gg==",
"primaryContactID": "b1be96c6-6aa0-4fee-ba92-8ea48c6cf982",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "wR38Rwr+yU6oUfGVH3mTEA==",
"supplierGroupGuid": "47fc1dc1-fe0a-4ec9-a851-f1951f799310",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-04-03T06:25:23.8364359",
"rebateLastClaimedAmount": 1.0,
"cartonsOnly": true,
"minimumOrderValue": 1,
"enforceMinimumQuantity": true,
"freight": 19.0,
"freightType": 20,
"deleted": true,
"deletedUser": "sample string 22",
"storeName": "sample string 23",
"primaryContact": {
"$id": "9",
"id": "4c6667e5-16ea-4c40-a725-ca6b4afaf570",
"identifier": "ZGsoaxkIpUOKfVvRCpOM3w==",
"identifierGuid": "6b286b64-0819-43a5-8a7d-5bd10a938cdf",
"familyName": "sample string 1",
"givenNames": "sample string 2",
"otherNames": "sample string 3",
"title": "sample string 4",
"dateOfBirth": "sample string 5",
"sex": "sample string 6",
"address": "sample string 7",
"address1": "sample string 8",
"address2": "sample string 9",
"town": "sample string 10",
"state": "sample string 11",
"country": "sample string 12",
"postalCode": "sample string 13",
"telephone": "sample string 14",
"mobile": "sample string 15",
"email": "sample string 16",
"fax": "sample string 17",
"primary": true
},
"contacts": [
{
"$id": "10",
"supplierIdentifier": "mIRwI/3aCkyjEkZ6K+yk+w==",
"supplierIdentifierGuid": "23708498-dafd-4c0a-a312-467a2beca4fb",
"contactGuid": "RkieLmfh80ezyTI+o3IOHw==",
"contactID": "2e9e4846-e167-47f3-b3c9-323ea3720e1f",
"contact": {
"$ref": "9"
},
"supplier": {
"$ref": "8"
}
},
{
"$ref": "10"
}
],
"products": [
{
"$id": "11",
"pluG_UID": "ZnwOCpP3AkyzgYvfMzhnMg==",
"pluGuid": "0a0e7c66-f793-4c02-b381-8bdf33386732",
"supplierIdentifier": "6f+CDGn190qK+4THnKDFLg==",
"supplierIdentifierGuid": "0c82ffe9-f569-4af7-8afb-84c79ca0c52e",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-04-03T06:25:23.8364359",
"pricedByWeight": true,
"landedUnitCostEx": 9,
"landedUnitCostInc": 10,
"landedCartonCostInc": 12,
"landedCartonCostEx": 13,
"standardCost": 14,
"deliveryFee": 1,
"deliveryFeeBasis": "sample string 15",
"pickAndPackFee": 1,
"pickAndPackFeeBasis": "sample string 16",
"financeFee": 1,
"financeFeeBasis": "sample string 17",
"cartonLength": 1,
"cartonWidth": 1,
"cartonHeight": 1,
"palletLayerQuantity": 1,
"palletLayers": 1,
"itemCode": "sample string 18",
"invoiceCode": "sample string 19",
"invoiceDesc": "sample string 20",
"orderDirect": true,
"useCost": true,
"minimumQuantity": 21,
"hostType": 22,
"fromHost": 23,
"minimumReorder": 1,
"maximumReorder": 1,
"orderMultiple": 24.1,
"sellMultiple": 25.1,
"baseMultiple": 26.1,
"hostStandardCost": 27,
"hostTotalCost": 28,
"hostRetail": 29,
"hostLandedUnitCostEx": 30,
"hostLandedUnitCostInc": 31,
"hostDesc": "sample string 32",
"directIndicator": "sample string 33",
"availableToOrder": true,
"hostRangeIndicator": "sample string 35",
"hostProductType": "sample string 36",
"hostProductGrade": "sample string 37",
"hostProductGroup": "sample string 38",
"hostSlowMoving": true,
"hostGeneralMerchandise": true,
"hostPillar": "sample string 41",
"hostLastUpdated": "2026-04-03T06:25:23.8364359",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "12",
"pluG_UID": "p5z5Xg2sX0uCz8f2WI5xWA==",
"pluGuid": "5ef99ca7-ac0d-4b5f-82cf-c7f6588e7158",
"supplierIdentifier": "GctsAEQB2UumAT87Jb2Lww==",
"supplierIdentifierGuid": "006ccb19-0144-4bd9-a601-3f3b25bd8bc3",
"invoiceCode": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "12"
}
],
"storeIDs": [
1,
2
],
"preferredSupplier": true,
"preferredRebateSupplier": true,
"supplierName": "sample string 42",
"salesMode": 43,
"orderPacked": true,
"active": true,
"price": 1,
"costGstPercent": 45,
"parentPluG_UID": "Lp44mECphEm8pp0vqeUGAQ==",
"parentPluGuid": "98389e2e-a940-4984-bca6-9d2fa9e50601",
"freight": 46.0,
"freightType": 1,
"product": {
"$ref": "2"
},
"supplier": {
"$ref": "8"
},
"serviceFee": {
"$id": "13",
"id": 1,
"description": "sample string 1",
"fee": 1
},
"isPrimaryHost": true,
"hostVendor": 48
},
{
"$ref": "11"
}
],
"orderCycleHeaders": [
{
"$id": "14",
"storeID": 1,
"supplierIdentifier": "snO01oTPt02B73+bLHUH0A==",
"supplierGuid": "d6b473b2-cf84-4db7-81ef-7f9b2c7507d0",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"storeName": "sample string 5",
"departmentName": "sample string 6",
"orderDays": 7
},
{
"$ref": "14"
}
],
"cycles": [
{
"$id": "15",
"storeID": 1,
"supplierIdentifier": "ZTUARP8w4ECxWYI4FtWz1g==",
"supplierGuid": "44003565-30ff-40e0-b159-823816d5b3d6",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"cutOffWeek": 5,
"cutOffDay": 6,
"cutOffTime": "00:00:00.1234567",
"leadTime": 7,
"daysBuffer": 8,
"supplierName": "sample string 9",
"cutOffDate": "2026-04-03T06:25:23.8364359",
"deliveryDate": "2026-04-03T06:25:23.8364359",
"nextCutOffDate": "2026-04-03T06:25:23.8364359",
"nextDeliveryDate": "2026-04-03T06:25:23.8364359",
"nextDaysBuffer": 10
},
{
"$ref": "15"
}
],
"store": {
"$ref": "3"
},
"updated": "2026-04-03T06:25:23.8364359",
"isHost": true
},
"files": [
{
"$id": "16",
"id": "sample string 1",
"fileName": "sample string 2",
"extension": "sample string 3",
"provider": 0,
"type": 0,
"hostType": "sample string 4",
"createdUtc": "2026-04-03T06:25:23.8364359",
"processed": "2026-04-03T06:25:23.8364359",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-04-03T06:25:23.8364359",
"size": 1,
"sizeFormat": "sample string 7",
"isArchive": true,
"customerNumber": "sample string 9",
"businessPillar": "sample string 10",
"fileType": "sample string 11",
"version": "sample string 12",
"reference": "sample string 13",
"digest": "sample string 14",
"contentType": "sample string 15",
"host": {
"$ref": "7"
},
"metcashHeader": {
"$id": "17",
"customerNumber": "sample string 1",
"creationDate": "2026-04-03T06:25:23.8364359",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "16"
}
],
"zoneMatrix": [
{
"$id": "18",
"id": 1,
"hostIdentifier": "FsJs5jXcn0KEzZWfNAdtog==",
"hostIdentifierGuid": "e66cc216-dc35-429f-84cd-959f34076da2",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"95d446a3-d7a4-4911-9e39-d21a9b2440ae",
"692bd6fc-bda0-48ce-bc88-2ebc4ab023b7"
]
},
{
"$ref": "18"
}
],
"hostFileStoreSetting": {
"$ref": "6"
},
"hostStoreSettings": [
{
"$ref": "6"
},
{
"$ref": "6"
}
],
"promotionPlacements": [
{
"$id": "19",
"identifier": "T4qr7vHAuUuI7qhNp2vD0w==",
"identifierGuid": "eeab8a4f-c0f1-4bb9-88ee-a84da76bc3d3",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "19"
}
],
"promoTypeGuids": [
"484d0bc0-09f6-4f19-a4e9-60b0c9295e58",
"65e65e44-3543-4182-a992-f7879183a089"
],
"isPromotionOnly": false,
"isOrderable": false,
"vendor": 0
},
"groupIDs": [
1,
2
],
"hostDescription": "sample string 27"
},
{
"$ref": "6"
}
],
"accounts": [
{
"$id": "20",
"id": 1,
"storeID": 1,
"accountName": "sample string 2",
"bsb": "sample string 3",
"accountNumber": "sample string 4",
"accountDesignated": true
},
{
"$ref": "20"
}
],
"sales": [
{
"$id": "21",
"id": 1,
"storeID": 1,
"externalSalesType": 2,
"ftpSiteID": 1,
"lastSaleProcessed": "2026-04-03T06:25:23.8364359",
"ftpSite": {
"$id": "22",
"id": 1,
"description": "sample string 2",
"address": "sample string 3",
"username": "sample string 4",
"password": "sample string 5",
"path": "sample string 7",
"protocol": 8
}
},
{
"$ref": "21"
}
],
"zoneMatrix": [
{
"$ref": "18"
},
{
"$ref": "18"
}
],
"cashManagements": [
{
"$id": "23",
"id": 1,
"storeID": 1,
"cashManagementType": 2,
"apiID": 1,
"organisationID": "sample string 3",
"siteName": "sample string 4",
"thirdPartyAPI": {
"$id": "24",
"id": 1,
"description": "sample string 2",
"address": "sample string 3",
"username": "sample string 4",
"password": "sample string 5",
"passwordPlain": "sample string 6",
"token": "sample string 7",
"apiType": 8,
"apiSubType": 9
}
},
{
"$ref": "23"
}
],
"updateStoreID": "0d33f7c8-6f2c-4ac6-915d-7eb407115b47",
"updateStore": {
"$id": "25",
"id": "76607516-1084-4818-b72f-b73bcbde5381",
"name": "sample string 1",
"lastActivity": "2026-04-03T06:25:23.8364359",
"zone": "sample string 2",
"timeZoneOffset": 0.0,
"businessHoursStart": "00:00:00.1234567",
"businessHoursEnd": "00:00:00.1234567",
"master": true,
"lastIP": "sample string 10",
"lastHostName": "sample string 11",
"ping": 1,
"pingStatus": "sample string 12",
"lastUpdateCompleted": "2026-04-03T06:25:23.8364359"
},
"timeZoneId": "sample string 54",
"securityOptions": {
"$id": "26",
"loginMode": 1,
"allowSelfVerification": true,
"verifierEmail": "sample string 3",
"source": "sample string 4",
"loginModeInherited": 5,
"loginModeSource": "sample string 6",
"selfVerifyInherited": true,
"selfVerifySource": "sample string 8",
"verifyEmailInherited": "sample string 9",
"verifyEmailSource": "sample string 10"
}
},
"storePrices": [
{
"$id": "27",
"pluG_UID": "hTkCP8f2QE6dDCa0Bl21JA==",
"pluGuid": "3f023985-f6c7-4e40-9d0c-26b4065db524",
"plu": 1,
"storeID": 1,
"zoneID": 2,
"zoneName": "sample string 3",
"store": "sample string 4",
"isElectedMasterStore": true,
"isZoneMasterStore": true,
"priceNow": 7,
"costNow": 8,
"costNowDecimals": 9,
"normalPrice": 10,
"priceNext": 1,
"costNext": 1,
"costNextDecimals": 11,
"nextCampaignName": "sample string 12",
"gstPercent": 13,
"normalCost": 14,
"normalCostDecimals": 15,
"costGstPercent": 16,
"costCalcMethod": 1,
"currentCost": 17,
"currentCostDecimals": 18,
"break1": 19,
"price1": 20,
"break2": 21,
"price2": 22,
"break3": 23,
"price3": 24,
"fuelItem": 25,
"fixedWeight": 26,
"active": true,
"complianceIndicator": "sample string 27",
"doNotOrder": true,
"doNotRange": true,
"isNormalPriceChangesCampaign": true,
"updated": "2026-04-03T06:25:23.8364359"
},
{
"$ref": "27"
}
],
"currentPrices": {
"$id": "28",
"pluPrices": {
"$id": "29",
"plu": 1,
"pluG_UID": "QEA=",
"stores": [
1,
2
],
"normalPrice": 1,
"cost": 2,
"break1": 3,
"price1": 4,
"break2": 5,
"price2": 6,
"break3": 7,
"price3": 8,
"discountPrice": 9,
"memberDiscountPrice": 10,
"acceptedUtc": "2026-04-03T06:25:23.8364359",
"priceChangeType": 0,
"costDecimals": 11,
"costCalcMethod": 12,
"targetCampaignPriceGtOrEquNormal": true
},
"normalPluPrices": {
"$ref": "29"
},
"winningCampaign": 1,
"winner": {
"$id": "30",
"campaignName": "sample string 1",
"campaignDescription": "sample string 2",
"talkerText": "sample string 3",
"disableWasSave": true,
"startDate": "2026-04-03T06:25:23.8364359",
"startTime": 5,
"endDate": "2026-04-03T06:25:23.8364359",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "fJesR2fefk23NRuzYl8qPQ==",
"hostIdentifierGuid": "47ac977c-de67-4d7e-b735-1bb3625f2a3d",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "30"
},
{
"$ref": "30"
}
]
},
"tray": {
"$id": "31",
"g_UId": "tN2e3iJiq0ehgnZ+O3IMqA==",
"guid": "de9eddb4-6222-47ab-a182-767e3b720ca8",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "32",
"priceGroupG_UID": "1aD91aK7nUCUKWr8rQtS4A==",
"priceGroupGuid": "d5fda0d5-bba2-409d-9429-6afcad0b52e0",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-04-03T06:25:23.8364359",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "33",
"pluG_UID": "I68xub9sbE2Z3WTgyoyY1A==",
"pluGuid": "b931af23-6cbf-4d6c-99dd-64e0ca8c98d4",
"plu": 1,
"servingsPerPack": 1,
"servingSize": 1,
"showAllergens": 1,
"energy": 1,
"protein": 1,
"fat": 1,
"saturated": 1,
"carbo": 1,
"sugars": 1,
"sodium": 1,
"potasium": 1,
"calcium": 1,
"fibre": 1,
"soya": 1,
"nutsSeeds": 1,
"shells": 1,
"eggs": 1,
"dairy": 1,
"gluten": 1,
"sulphites": 1,
"peanuts": 1,
"sesame": 1,
"fish": 1,
"lupins": 1
},
"dates": {
"$id": "34",
"pluGuid": "09c6299d-0420-43c5-b902-5192506c866b",
"created": "2026-04-03T06:25:23.8364359",
"createdByUser": "sample string 1",
"activated": "2026-04-03T06:25:23.8364359",
"activatedByUser": "sample string 2",
"deactivated": "2026-04-03T06:25:23.8364359",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-04-03T06:25:23.8364359",
"lastOrderedQty": 4.0,
"lastReceived": "2026-04-03T06:25:23.8364359",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-04-03T06:25:23.8364359",
"lastSold": "2026-04-03T06:25:23.8364359",
"firstSold": "2026-04-03T06:25:23.8364359",
"awsUpdated": "2026-04-03T06:25:23.8364359",
"lastManualUpdate": "2026-04-03T06:25:23.8364359",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-04-03T06:25:23.8364359",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-04-03T06:25:23.8364359",
"doNotRangeUpdated": "2026-04-03T06:25:23.8364359",
"doNotOrderUpdated": "2026-04-03T06:25:23.8364359",
"tracked": "2026-04-03T06:25:23.8364359"
},
"allergens": [
{
"$id": "35",
"primaryKey": {
"$id": "36",
"pluGuid": "bc2a5109-12b9-433b-8729-35da0a8d331a",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "CVEqvLkSO0OHKTXaCo0zGg==",
"pluGuid": "bc2a5109-12b9-433b-8729-35da0a8d331a",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "35"
}
],
"costs": {
"$id": "37",
"pluG_UID": "0pT9JoUUIEqXw4MqBsvCMw==",
"pluGuid": "26fd94d2-1485-4a20-97c3-832a06cbc233",
"enteredCost": 1,
"weightedAvgCost": 1,
"lastCost": 1,
"rawEnteredCost": 2,
"rawWeightedAvgCost": 3,
"rawLastCost": 4,
"freight": 5.0,
"freightType": 6,
"costDecimals": 7,
"fifoCost": 1,
"updated": "2026-04-03T06:25:23.8364359",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "38",
"saleHeaderID": 1,
"created": "2026-04-03T06:25:23.8364359",
"createdLocal": "2026-04-03T06:25:23.8364359",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "C++o3Acgj0WnUAokj/IbMA==",
"operatorGuid": "dca8ef0b-2007-458f-a750-0a248ff21b30",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "ntGPnPacTEiJIujsyO4+fw==",
"pluGuid": "9c8fd19e-9cf6-484c-8922-e8ecc8ee3e7f",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$id": "39",
"id": 1,
"g_Uid": "qE9YCSogUEK+RdPZ5S/XSQ==",
"guid": "09584fa8-202a-4250-be45-d3d9e52fd749",
"operatorNumber": 1,
"shortName": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"password": "sample string 5",
"hasPassword": true,
"passwordText": "sample string 6",
"rfidTagID": "sample string 7",
"blueprintID": 1,
"groupID": 1,
"groupName": "sample string 8",
"managerGroupID": 1,
"managerGroupName": "sample string 9",
"zoneID": 1,
"zoneName": "sample string 10",
"loggedIn": 1,
"lastUsedIP": "sample string 11",
"deleted": true,
"locked": true,
"allowOpenTill": true,
"webEmail": "sample string 14",
"simpleOperatorType": 0,
"webRole": "sample string 15",
"updated": "2026-04-03T06:25:23.8364359",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-04-03T06:25:23.8364359",
"endShift": "2026-04-03T06:25:23.8364359",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "40",
"operatorG_UID": "63XiKKNrzEGuLscj3Yo0Zw==",
"operatorGuid": "28e275eb-6ba3-41cc-ae2e-c723dd8a3467",
"storeID": 2,
"operator": {
"$ref": "39"
},
"store": {
"$ref": "3"
}
},
{
"$ref": "40"
}
]
}
},
{
"$ref": "38"
}
],
"apns": [
{
"$id": "41",
"pluID": 1,
"pluG_UID": "u04l/OP8PEeAzL87cKT1Yw==",
"pluGuid": "fc254ebb-fce3-473c-80cc-bf3b70a4f563",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "41"
}
],
"tuns": [
{
"$id": "42",
"pluG_UId": "ktFud/H1Sk69jq+QvMgmyg==",
"pluGuid": "776ed192-f5f1-4e4a-bd8e-af90bcc826ca",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "2"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "42"
}
],
"competitionPricing": [
{
"$id": "43",
"identifier": "oc2QHBMcd0CFHXtAxET8dg==",
"identifierGuid": "1c90cda1-1c13-4077-851d-7b40c444fc76",
"pluG_UID": "55f7RmgAHkKW42V2qXuAgQ==",
"pluGuid": "46fb97e7-0068-421e-96e3-6576a97b8081",
"competitionID": 1,
"name": "sample string 2",
"sellMultiple": 3,
"retailPrice": 4,
"storeName": "sample string 5"
},
{
"$ref": "43"
}
],
"supplier": {
"$ref": "8"
},
"supplierName": "sample string 148",
"children": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"ordering": {
"$ref": "11"
},
"flipChartPages": [
{
"$id": "44",
"identifier": "JE22iJFS3ky2QjYnGzJs/w==",
"groupName": "sample string 1",
"identifierGuid": "88b64d24-5291-4cde-b642-36271b326cff",
"exists": true,
"flipChartIdentifier": "6mGhGUwmg0urRJiFB0QRzQ==",
"flipChartIdentifierGuid": "19a161ea-264c-4b83-ab44-9885074411cd",
"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": "cDhuyah3sE6BdNA0Up/Zlw==",
"groupIdentifierGuid": "c96e3870-77a8-4eb0-8174-d034529fd997",
"flipChart": {
"$id": "45",
"identifier": "zWHmWKncZUaV48Fj97SozQ==",
"identifierGuid": "58e661cd-dca9-4665-95e3-c163f7b4a8cd",
"displayName": "sample string 2",
"sortOrder": 3,
"productsPerRow": 4,
"rowsPerPage": 5,
"buttonMarginX": 6,
"buttonMarginY": 7,
"beginButtonsX": 8,
"beginButtonsY": 9,
"autoSizeButtons": true,
"autoSizeGrid": true,
"showButtonText": true,
"showButtonImage": true,
"formLocationX": 1,
"formLocationY": 1,
"formWidth": 14,
"formHeight": 15,
"formMaximised": true,
"formResizable": true,
"formBackgroundImage": "sample string 16",
"formBackgroundColourA": 1,
"formBackgroundColourR": 1,
"formBackgroundColourG": 1,
"formBackgroundColourB": 1,
"formFontFamily": "sample string 17",
"formFontSize": 1.1,
"formFontStyle": 1,
"formAttributes": "sample string 18",
"buttonWidth": 19,
"buttonHeight": 20,
"buttonAnchor": 21,
"buttonBackgroundImage": "sample string 22",
"buttonTopColour": 1,
"buttonTextColour": 1,
"buttonBottomColour": 1,
"buttonBorderColour": 1,
"buttonBorderWidth": 1,
"buttonRadius": 1,
"buttonGradientMode": 1,
"buttonDropShadow": true,
"buttonShadowWidth": 1,
"buttonHighLightOnPush": true,
"buttonFontFamily": "sample string 23",
"buttonFontSize": 1.1,
"buttonFontStyle": 1,
"buttonTextAlign": 1,
"buttonWordBreak": true,
"buttonDrawImageAndButton": true,
"buttonVerticalText": true,
"buttonImageAlign": 1,
"panelLocationX": 1,
"panelLocationY": 1,
"panelWidth": 1,
"panelHeight": 1,
"panelAnchor": 1,
"panelFontFamily": "sample string 24",
"panelFontSize": 1.1,
"panelFontStyle": 1,
"panelBackgroundColour": 1,
"panelTextColour": 1,
"panelAttributes": "sample string 25",
"unsentCount": 26,
"group": {
"$id": "46",
"identifier": "0yOzBu1MuUilMnxogvcabg==",
"identifierGuid": "06b323d3-4ced-48b9-a532-7c6882f71a6e",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "47",
"id": 1,
"g_UID": "Uzwhw+cf7U+WAo7a2WgBVQ==",
"guid": "c3213c53-1fe7-4fed-9602-8edad9680155",
"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": "YyyePDkZuki/ylsqW/b/og==",
"previousFormGuid": "3c9e2c63-1939-48ba-bfca-5b2a5bf6ffa2",
"nextForm": 1,
"nextFormG_UID": "fjqy734E6UqnY5pZi9WCjA==",
"nextFormGuid": "efb23a7e-047e-4ae9-a763-9a598bd5828c",
"attributes": "sample string 10",
"updated": "2026-04-03T06:25:23.8364359",
"positioning": 1,
"contentPanel": "sample string 11",
"selectionMode": 1,
"maximumSelections": 1,
"alteredInStore": true,
"deleted": true,
"blueprintID": 1,
"preserveLayout": true,
"mainCheckoutFormName": "sample string 13",
"nextCheckoutForm": {
"$ref": "47"
},
"previousCheckoutForm": {
"$ref": "47"
},
"buttons": [
{
"$id": "48",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "/f3iQto+L0y2TjY0VWmvlQ==",
"checkoutFormGuid": "42e2fdfd-3eda-4c2f-b64e-36345569af95",
"identifier": "zS5l1k4teEKiCI/MRFy08A==",
"identifierGuid": "d6652ecd-2d4e-4278-a208-8fcc445cb4f0",
"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": "+0vyJR4ty0u05B8ZfNtxmA==",
"valueGuid": "25f24bfb-2d1e-4bcb-b4e4-1f197cdb7198",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-04-03T06:25:23.8364359",
"action": "sample string 12",
"valueForm": {
"$ref": "47"
},
"image": {
"$id": "49",
"name": "sample string 3.sample string 4",
"imageID": 2,
"imageName": "sample string 3",
"imageExtension": "sample string 4",
"lastUpdate": "2026-04-03T06:25:23.8364359",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "48"
}
],
"panels": [
{
"$id": "50",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "+UOZf4a7yEyyLVYfT/QmOw==",
"checkoutFormGuid": "7f9943f9-bb86-4cc8-b22d-561f4ff4263b",
"panelType": "sample string 4",
"name": "sample string 5",
"locationX": 6,
"locationY": 7,
"width": 8,
"height": 9,
"anchor": 10,
"fontFamily": "sample string 11",
"fontSize": 12.1,
"fontStyle": 13,
"backgroundColour": 14,
"textColour": 15,
"attributes": "sample string 16"
},
{
"$ref": "50"
}
]
},
{
"$ref": "47"
}
],
"panels": [
{
"$ref": "50"
},
{
"$ref": "50"
}
]
},
"pages": [
{
"$ref": "44"
},
{
"$ref": "44"
}
]
},
"contentPanel": {
"$ref": "50"
},
"products": [
{
"$id": "51",
"flipChartPageIdentifier": "Pqnvn2nD7UeEBGbFI95G/w==",
"flipChartPageIdentifierGuid": "9fefa93e-c369-47ed-8404-66c523de46ff",
"pluG_UID": "OA8vKxUlMUmkxKqGF4tR2A==",
"pluGuid": "2b2f0f38-2515-4931-a4c4-aa86178b51d8",
"sortOrder": 3,
"sent": true,
"productChanged": true,
"productImageName": "sample string 6",
"productShowImageOnFlipCharts": true,
"productShowTextOnFlipCharts": true,
"productOverrideFlipChartText": true,
"productFlipChartText": "sample string 10",
"product": {
"$ref": "2"
},
"departmentSortOrder": 11,
"subDepartmentName": "sample string 12"
},
{
"$ref": "51"
}
],
"productCount": 27,
"pages": [
{
"$ref": "44"
},
{
"$ref": "44"
}
]
},
{
"$ref": "44"
}
],
"priceHistory": [
{
"$id": "52",
"pluG_UID": "AjmmoHLjBkW6BsaSL09NvA==",
"pluGuid": "a0a63902-e372-4506-ba06-c6922f4f4dbc",
"price": 1,
"costCalcMethod": 1,
"cost": 2,
"weightedAvgCost": 3,
"lastCost": 4,
"rawCost": 5,
"rawWeightedAvgCost": 6,
"rawLastCost": 7,
"costDecimals": 8,
"serviceFeeID": 9,
"freight": 10.0,
"freightType": 11,
"process": "sample string 12",
"user": "sample string 13",
"updated": "2026-04-03T06:25:23.8364359",
"previousPrice": 1,
"previousCostCalcMethod": 1,
"previousCost": 1,
"previousWeightedAvgCost": 1,
"previousLastCost": 1,
"previousRawCost": 15,
"previousRawWeightedAvgCost": 16,
"previousRawLastCost": 17,
"previousCostDecimals": 1,
"previousServiceFeeID": 18,
"previousFreight": 19.0,
"previousFreightType": 20,
"storeID": 21,
"storeName": "sample string 22",
"serviceFeeDescription": "sample string 23",
"previousServiceFeeDescription": "sample string 24"
},
{
"$ref": "52"
}
],
"ingredients": [
{
"$id": "53",
"pluG_UID": "vypQtENpvU6m5NNn2IojYQ==",
"ingredientGuid": "LQVNfRwZvEiGW44RRdqQyg==",
"ingredientIdentifier": "7d4d052d-191c-48bc-865b-8e1145da90ca",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "2"
}
},
{
"$ref": "53"
}
],
"bins": [
{
"$id": "54",
"pluG_UID": "ERQPda9eM0Ogq/wLyXwaeA==",
"pluGuid": "750f1411-5eaf-4333-a0ab-fc0bc97c1a78",
"shelfLocationIdentifier": "bx72sJbqKUiYc3rCTyTe7w==",
"shelfLocationGuid": "b0f61e6f-ea96-4829-9873-7ac24f24deef",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "8BcShHRql0iftVqz8eLnXg==",
"labelPageLayoutGuid": "841217f0-6a74-4897-9fb5-5ab3f1e2e75e",
"updated": "2026-04-03T06:25:23.8364359",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "2"
},
"location": {
"$id": "55",
"identifier": "bcVtf9gqBU+weWxuaTsQZg==",
"storeID": 1,
"identifierGuid": "7f6dc56d-2ad8-4f05-b079-6c6e693b1066",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-04-03T06:25:23.8364359",
"minTemp": 1,
"maxTemp": 1,
"checkFrequency": 1,
"storeCaseConfiguration": 5,
"storeName": "sample string 6",
"bins": [
{
"$ref": "54"
},
{
"$ref": "54"
}
]
}
},
{
"$ref": "54"
}
],
"bin": {
"$ref": "54"
},
"scaleLocations": [
{
"$id": "56",
"plu": 1,
"pluG_UID": "ixCl0wGMrE6eYjLqeNiNNw==",
"pluGuid": "d3a5108b-8c01-4eac-9e62-32ea78d88d37",
"deptNo": 1,
"product": {
"$ref": "2"
},
"scaleLocation": {
"$id": "57",
"id": 1,
"deptNo": 1,
"deptCode": "sample string 2",
"name": "sample string 3",
"enabled": true,
"updated": "2026-04-03T06:25:23.8364359",
"department": {
"$id": "58",
"id": 1,
"name": "sample string 2",
"code": "sample string 3",
"sortOrder": 4,
"isLiquor": true,
"isTobacco": true,
"excludeTalker": true,
"externalSales": true,
"saleGLCode": "sample string 9",
"cogsglCode": "sample string 10",
"accountingCategoryID": 11,
"maximumMarkdownPercentage": 12.0,
"accountingOnly": true,
"generateExternalID": 1,
"useNonReportableTaxCode": true,
"minPLU": 15,
"maxPLU": 16,
"scaleLocation": {
"$ref": "57"
},
"subDepartments": [
{
"$id": "59",
"id": 1,
"departmentID": 2,
"name": "sample string 3",
"code": "sample string 4",
"departmentCode": "sample string 5",
"externalSales": true,
"minorDepartments": [
{
"$id": "60",
"id": 1,
"subDepartmentID": 2,
"departmentID": 3,
"name": "sample string 4",
"subDepartmentCode": "sample string 5",
"departmentCode": "sample string 6",
"code": "sample string 7",
"lesserDepartments": [
{
"$id": "61",
"id": 1,
"departmentID": 2,
"subDepartmentID": 3,
"minorDepartmentID": 4,
"name": "sample string 5",
"code": "sample string 6",
"departmentCode": "sample string 7",
"subDepartmentCode": "sample string 8",
"minorDepartmentCode": "sample string 9",
"updated": "2026-04-03T06:25:23.8364359",
"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": "6FzHNW3G2EO1tAp7DuZlbA==",
"labelPageLayoutGuid": "35c75ce8-c66d-43d8-b5b4-0a7b0ee6656c",
"minimumAge": 17,
"countryOfOrigin": "sample string 18",
"serviceFeeID": 1,
"eftCode": 19,
"defaultPrinter": "sample string 20",
"defaultPrinterGroup": "sample string 21",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"includeInDistinctLimit": true,
"defaultsEmpty": false,
"mscCat": {
"$id": "62",
"dept": 1,
"category": 2,
"name": "sample string 3",
"active": true,
"mscCommodities": [
{
"$id": "63",
"dept": 1,
"category": 2,
"commodity": 3,
"name": "sample string 4",
"active": true,
"mscSubCommodities": [
{
"$id": "64",
"dept": 1,
"category": 2,
"commodity": 3,
"subCommodity": 4,
"name": "sample string 5",
"active": true,
"subCommodityCode": "sample string 7"
},
{
"$ref": "64"
}
],
"commodityCode": "sample string 6"
},
{
"$ref": "63"
}
],
"categoryCode": "sample string 5"
},
"mscCom": {
"$ref": "63"
},
"mscDep": {
"$id": "65",
"dept": 1,
"name": "sample string 2",
"active": true,
"mscCategories": [
{
"$ref": "62"
},
{
"$ref": "62"
}
],
"deptCode": "sample string 4"
},
"mscSubCom": {
"$ref": "64"
}
},
{
"$ref": "61"
}
],
"updated": "2026-04-03T06:25:23.8364359",
"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": "Fduy4nmH5E+ACOUR7ssydw==",
"labelPageLayoutGuid": "e2b2db15-8779-4fe4-8008-e511eecb3277",
"minimumAge": 15,
"countryOfOrigin": "sample string 16",
"serviceFeeID": 1,
"eftCode": 17,
"defaultPrinter": "sample string 18",
"defaultPrinterGroup": "sample string 19",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"includeInDistinctLimit": true,
"defaultsEmpty": false,
"mscCat": {
"$ref": "62"
},
"mscCom": {
"$ref": "63"
},
"mscDep": {
"$ref": "65"
},
"mscSubCom": {
"$ref": "64"
}
},
{
"$ref": "60"
}
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:25:23.8364359",
"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": "Gl5OZwJJB0qWgGLz5jQFCw==",
"labelPageLayoutGuid": "674e5e1a-4902-4a07-9680-62f3e634050b",
"minimumAge": 15,
"countryOfOrigin": "sample string 16",
"serviceFeeID": 1,
"eftCode": 17,
"defaultPrinter": "sample string 18",
"defaultPrinterGroup": "sample string 19",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"includeInDistinctLimit": true,
"defaultsEmpty": false,
"mscCat": {
"$ref": "62"
},
"mscCom": {
"$ref": "63"
},
"mscDep": {
"$ref": "65"
},
"mscSubCom": {
"$ref": "64"
}
},
{
"$ref": "59"
}
],
"stores": [
1,
2
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:25:23.8364359",
"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": "ttSEf+lUoEeDHm2RdwSmCg==",
"labelPageLayoutGuid": "7f84d4b6-54e9-47a0-831e-6d917704a60a",
"minimumAge": 25,
"countryOfOrigin": "sample string 26",
"serviceFeeID": 1,
"eftCode": 27,
"defaultPrinter": "sample string 28",
"defaultPrinterGroup": "sample string 29",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"includeInDistinctLimit": true,
"defaultsEmpty": false,
"mscCat": {
"$ref": "62"
},
"mscCom": {
"$ref": "63"
},
"mscDep": {
"$ref": "65"
},
"mscSubCom": {
"$ref": "64"
}
}
}
},
{
"$ref": "56"
}
],
"nextPrice": {
"$id": "66",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 1,
"hostOfferID": 1,
"metcashPromotionID": "sample string 4",
"metcashPromotionPlacement": "sample string 5",
"pluG_UID": "qM2dtGcHREe9xAn9bCCKQg==",
"pluGuid": "b49dcda8-0767-4744-bdc4-09fd6c208a42",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "UQjvrWa61E+YaGRbnqd58g==",
"dealCostGuid": "adef0851-ba66-4fd4-9868-645b9ea779f2",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "I55TvGrjNEeidetKW2pe5Q==",
"priceGroupGuid": "bc539e23-e36a-4734-a275-eb4a5b6a5ee5",
"itemNumber": "sample string 10",
"cri": "sample string 11",
"pluPrice": 12,
"costCalcMethod": 13,
"pluCost": 14,
"pluCostIndicator": "sample string 15",
"pluPriceGstPercent": 16,
"pluCostGstPercent": 17,
"pluActive": true,
"cartonQty": 1.1,
"baseUnits": 19.1,
"salesMode": 1,
"pluNormalCost": 20,
"pluaws": 21.0,
"directNumber": "sample string 22",
"departmentName": "sample string 23",
"subDepartmentName": "sample string 24",
"priceGroupName": "sample string 25",
"supplierName": "sample string 26",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-04-03T06:25:23.8364359",
"rrp": 27,
"campaignDescription": "sample string 28",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "5986f92b-9e1f-4ba9-9fb7-2f0447ca8112",
"campaignComboPriceGroupG_UID": "W/5CQhhnYUCGwKJobNOJuw==",
"campaignComboPriceGroupIdentifier": "4242fe5b-6718-4061-86c0-a2686cd389bb",
"promotionPlacementDescription": "sample string 30",
"storeAcceptances": [
{
"$id": "67",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-04-03T06:25:23.8364359",
"operatorG_UID": "SC7UYxnPPkKas2IgGZnfdQ==",
"operatorGuid": "63d42e48-cf19-423e-9ab3-62201999df75",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-04-03T06:25:23.8364359",
"signIqTicketFileMovedUtc": "2026-04-03T06:25:23.8364359",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-04-03T06:25:23.8364359",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "32d6d21d-461f-412c-b607-37a84fac5020",
"product": {
"$ref": "2"
},
"campaignPlu": {
"$ref": "66"
},
"fuelItem": true
},
{
"$ref": "67"
}
],
"campaign": {
"$id": "68",
"id": 1,
"storeID": 2,
"name": "3b4804b6-fb43-4380-b8a4-b6d051a15941",
"nameGuid": "3b4804b6-fb43-4380-b8a4-b6d051a15941",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-04-03T06:25:23.8364359",
"startTime": 1,
"endDate": "2026-04-03T06:25:23.8364359",
"endTime": 1,
"recurrence": 1,
"recurrenceType": 1,
"monthType": 1,
"weekDays": 1,
"months": 1,
"monthWeeks": 1,
"monthDays": "sample string 7",
"printed": true,
"talkerText": "sample string 8",
"rangeDescription": "sample string 9",
"dealDescription": "sample string 10",
"labelQuantity": 11,
"active": 1,
"deactivated": "2026-04-03T06:25:23.8364359",
"system": true,
"created": "2026-04-03T06:25:23.8364359",
"updated": "2026-04-03T06:25:23.8364359",
"priceChangeNotifiedUtc": "2026-04-03T06:25:23.8364359",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "5jxfExuHkECTHvoofdfwSw==",
"hostIdentifierGuid": "135f3ce6-871b-4090-931e-fa287dd7f04b",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-04-03T06:25:23.8364359",
"updatedByUser": "sample string 18",
"offerID": 1,
"isPriceChangeCampaign": true,
"stores": [
1,
2
],
"storeNames": [
"sample string 1",
"sample string 2"
],
"campaignPlus": [
{
"$ref": "66"
},
{
"$ref": "66"
}
],
"campaignPools": [
{
"$id": "69",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 4,
"pluG_UID": "lgzR6br8gUG7WtsDVf+Bwg==",
"pluGuid": "e9d10c96-fcba-4181-bb5a-db0355ff81c2",
"hostOfferID": 1,
"priceGroupG_UID": "+6jAWYW5A0KMrmePnI/oJA==",
"priceGroupGuid": "59c0a8fb-b985-4203-8cae-678f9c8fe824",
"fuelItem": true,
"pluName": "sample string 6",
"apn": "sample string 7",
"pluActive": true,
"cartonQty": 1,
"baseUnits": 9.1,
"cri": "sample string 10",
"salesMode": 1,
"pluaws": 11.0,
"directNumber": "sample string 12",
"departmentName": "sample string 13",
"subDepartmentName": "sample string 14",
"priceGroupName": "sample string 15",
"supplierName": "sample string 16",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-04-03T06:25:23.8364359",
"rrp": 17,
"campaignDescription": "sample string 18",
"product": {
"$ref": "2"
},
"campaign": {
"$ref": "68"
}
},
{
"$ref": "69"
}
],
"sellingRules": [
{
"$id": "70",
"id": 1,
"identifier": "C7bP/R4r3EilLjaY4+aT0Q==",
"identifierStr": "C7bP/R4r3EilLjaY4+aT0Q==",
"identifierGuid": "fdcfb60b-2b1e-48dc-a52e-3698e3e693d1",
"campaignID": 4,
"campaignName": "sample string 5",
"ruleJoin": 1,
"ruleType": 6,
"operand0": "sample string 7",
"comparisonOp": 1,
"operand1": "sample string 8",
"action": 1,
"operand2": "sample string 9",
"operand3": "sample string 10",
"includeExcludedItems": true,
"noFurtherDiscounts": true,
"description": "sample string 11",
"sortOrder": 1,
"isItemRule": false,
"prevDept": "sample string 12",
"campaign": {
"$ref": "68"
}
},
{
"$ref": "70"
}
],
"customers": [
{
"$id": "71",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"customerID": "ppC8i2s1QkOzU5pDIfP3OA==",
"customerIDGuid": "8bbc90a6-356b-4342-b353-9a4321f3f738",
"campaign": {
"$ref": "68"
},
"customer": {
"$id": "72",
"identifier": "jZXhEhLwdk+v4UdIYwxabQ==",
"identifierGuid": "12e1958d-f012-4f76-afe1-4748630c5a6d",
"code": "sample string 2",
"familyName": "sample string 3",
"givenName": "sample string 4",
"otherName": "sample string 5",
"title": "sample string 6",
"dateOfBirth": "2026-04-03T06:25:23.8364359",
"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": "hxOOfBJuLUOVt+chFAJWyA==",
"communityIdentifierGuid": "7c8e1387-6e12-432d-95b7-e721140256c8",
"joined": "2026-04-03T06:25:23.8364359",
"updated": "2026-04-03T06:25:23.8364359",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "rngtIHTXYEOuQTsLoySLOQ==",
"priceLevelIdentifierGuid": "202d78ae-d774-4360-ae41-3b0ba3248b39",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-04-03T06:25:23.8364359",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "73",
"cardType": 2,
"issueDate": "2026-04-03T06:25:23.8364359",
"expiry": "2026-04-03T06:25:23.8364359",
"customerID": "+fhIJ4h3RkCZqYTu26fxYg==",
"customerIDGuid": "2748f8f9-7788-4046-99a9-84eedba7f162",
"initialValue": 1,
"currentValue": 1,
"maxLimit": 1,
"minTransaction": 1,
"maxTransaction": 1,
"multiplier": 1.1,
"active": true,
"reasonInactive": 1,
"idRequired": true,
"idType": 1,
"idValue": "sample string 5",
"updated": "2026-04-03T06:25:23.8364359",
"linkedAccount": "CQuZFF8fOUaM5F248QmKTg==",
"linkedAccountGuid": "14990b09-1f5f-4639-8ce4-5db8f1098a4e",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "72"
},
"account": {
"$id": "74",
"id": 1,
"identifier": "LZaoA7OHx06EVLQyXCPB8g==",
"identifierGuid": "03a8962d-87b3-4ec7-8454-b4325c23c1f2",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-04-03T06:25:23.8364359",
"owner": "KIkXnUsDMES1oop5KTjslA==",
"ownerGuid": "9d178928-034b-4430-b5a2-8a792938ec94",
"accountStoreGroupIdentifier": "0KCUTAGlgEKxQeQ/ILChXw==",
"accountStoreGroupGuid": "4c94a0d0-a501-4280-b141-e43f20b0a15f",
"accountType": 1,
"currentBalance": 1,
"externalID": "sample string 7",
"maximumLimit": 1,
"accruePoints": true,
"loyaltyPoints": 1,
"termsOfTrade": 1,
"signatureRequired": true,
"referenceRequired": true,
"statementSendType": 10,
"ageingPeriod": 1,
"monthlyAgeingPeriod": true,
"explodedInvoice": true,
"isFifoAllocation": true,
"lastStatementSent": "2026-04-03T06:25:23.8364359",
"active": true,
"updated": "2026-04-03T06:25:23.8364359",
"deleted": true,
"deletedUser": "sample string 16",
"currentBalanceChanged": true,
"maximumLimitChanged": true,
"loyaltyPointsChanged": true,
"projectedBalance": 17,
"accountStoreGroupStoreIDs": [
1,
2
],
"customerEmail": "sample string 18",
"ownerCustomer": {
"$ref": "72"
},
"card": {
"$ref": "73"
},
"members": {
"$id": "75",
"sample string 1": [
{
"$ref": "72"
},
{
"$ref": "72"
}
],
"sample string 2": [
{
"$ref": "72"
},
{
"$ref": "72"
}
]
},
"customerGroups": [
{
"$id": "76",
"identifier": "WX+BWSCnsE+ipoaO3XJxww==",
"identifierGuid": "59817f59-a720-4fb0-a2a6-868edd7271c3",
"name": "sample string 2",
"primaryContact": "Dm1g4YTA1Ue67vt8UmA3fA==",
"primaryContactGuid": "e1606d0e-c084-47d5-baee-fb7c5260377c",
"accountID": "sb3ghkWa30Wlrgadqhu0OQ==",
"accountIDGuid": "86e0bdb1-9a45-45df-a5ae-069daa1bb439",
"special": true,
"updated": "2026-04-03T06:25:23.8364359",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "92zvt87TlkKAszEiLwBOkg==",
"priceLevelIdentifierGuid": "b7ef6cf7-d3ce-4296-80b3-31222f004e92",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "74"
},
"primaryContactCustomer": {
"$ref": "72"
},
"customerGroupMembers": [
{
"$id": "77",
"id": 1,
"groupID": "tbX9dEOfPEuZ/o5j/+NxHg==",
"groupIDGuid": "74fdb5b5-9f43-4b3c-99fe-8e63ffe3711e",
"customerID": "N5efeJfxEkqFTLcvmEpt1Q==",
"customerIDGuid": "789f9737-f197-4a12-854c-b72f984a6dd5",
"card": "sample string 4",
"linkedAccount": "DxVjo87oWkSNcfAi7ls7EQ==",
"linkedAccountGuid": "a363150f-e8ce-445a-8d71-f022ee5b3b11",
"customer": {
"$ref": "72"
},
"group": {
"$ref": "76"
},
"customerCard": {
"$ref": "73"
}
},
{
"$ref": "77"
}
]
},
{
"$ref": "76"
}
]
},
"payments": [
{
"$id": "78",
"id": 1,
"identifier": "bUgEOzSGWkKBXGeJilaC6Q==",
"identifierGuid": "3b04486d-8634-425a-815c-67898a5682e9",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "LyjUEVvt9Eqk7pHGVDMNQg==",
"accountIDGuid": "11d4282f-ed5b-4af4-a4ee-91c654330d42",
"customerAccount": {
"$ref": "74"
},
"customerCard": {
"$ref": "73"
},
"accountType": 1,
"cardName": "sample string 8",
"authorisationNumber": "sample string 9",
"bankReference": "sample string 10",
"merchantID": "sample string 11",
"terminalID": "sample string 12",
"cardNumber": "sample string 13",
"paymentDate": "2026-04-03T06:25:23.8364359",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "s1pBbs7ihUu5ZZbfNonWpA==",
"idempotentVoidGuid": "6e415ab3-e2ce-4b85-b965-96df3689d6a4",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "79",
"saleHeaderID": 1,
"saleHeaderGuid": "VHyFauC7DE6zsHkhXQRfRQ==",
"saleHeaderIdentifierGuid": "6a857c54-bbe0-4e0c-b3b0-79215d045f45",
"created": "2026-04-03T06:25:23.8364359",
"createdLocal": "2026-04-03T06:25:23.8364359",
"createdText": "sample string 4",
"itemCount": 5,
"totalAmount": 6,
"cashTender": 1,
"cardTender": 1,
"cheqTender": 1,
"acctTender": 1,
"voucherTender": 1,
"loyaltyPoints": 1,
"cashout": 1,
"changeAmount": 1,
"rounding": 1,
"gstAmount": 1,
"transactionDiscountTender": 1,
"totalTip": 7,
"tranType": 1,
"processed": 1,
"imported": "2026-04-03T06:25:23.8364359",
"storeID": 1,
"operatorG_Uid": "j2Uo9Tt9xUmA92tt5XKQHw==",
"operatorGuid": "f528658f-7d3b-49c5-80f7-6b6de572901f",
"customerG_Uid": "HlZozrdfVEGKYklSo6uylQ==",
"customerGuid": "ce68561e-5fb7-4154-8a62-4952a3abb295",
"communityIdentifier": "2z/JzsTOuUCB56RHJ+uT0w==",
"communityIdentifierGuid": "cec93fdb-cec4-40b9-81e7-a44727eb93d3",
"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": "A5r2Isl8i0+csEgas1+lAA==",
"priceLevelIdentifierGuid": "22f69a03-7cc9-4f8b-9cb0-481ab35fa500",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-04-03T06:25:23.8364359+00:00\",\"DeliveryAddress1\":\"sample string 2\",\"DeliveryAddress2\":\"sample string 3\",\"CustomerPhoneNumber\":\"sample string 4\",\"OrderType\":0,\"ExternalOrderID\":\"sample string 5\",\"ExternalDisplayableOrderID\":\"sample string 6\",\"TableName\":\"sample string 7\",\"CreatedBy\":0,\"OrderingAppName\":\"sample string 8\"}",
"deserialisedOrderMetadata": {
"$id": "80",
"customerName": "sample string 1",
"pickupAt": "2026-04-03T06:25:23.8364359",
"deliveryAddress1": "sample string 2",
"deliveryAddress2": "sample string 3",
"customerPhoneNumber": "sample string 4",
"orderType": 0,
"externalOrderID": "sample string 5",
"externalDisplayableOrderID": "sample string 6",
"tableName": "sample string 7",
"createdBy": 0,
"orderingAppName": "sample string 8"
},
"relationChecksum": "sample string 38",
"loyaltyTender": 1,
"giftCardTender": 1,
"operator": {
"$ref": "39"
},
"customer": {
"$ref": "72"
},
"communityOrganisation": {
"$id": "81",
"id": 1,
"identifier": "GtmPVBQZmU+gD/5j9i4S+A==",
"identifierGuid": "548fd91a-1914-4f99-a00f-fe63f62e12f8",
"name": "sample string 3",
"lookupIdentifier": "sample string 4",
"externalID": "sample string 5",
"phone": "sample string 6",
"fax": "sample string 7",
"email": "sample string 8",
"address1": "sample string 9",
"address2": "sample string 10",
"city": "sample string 11",
"postCode": "sample string 12",
"state": "sample string 13",
"country": "sample string 14",
"abn": "sample string 15",
"promoPeriodStart": "2026-04-03T06:25:23.8364359",
"promoPeriodEnd": "2026-04-03T06:25:23.8364359",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-04-03T06:25:23.8364359",
"deleted": true
},
"details": [
{
"$id": "82",
"saleItemID": 1,
"identifier": "qZHTrmbz1U+RIG0Dv1i4UQ==",
"identifierGuid": "aed391a9-f366-4fd5-9120-6d03bf58b851",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "TWtC4WF17EWCozlbM1OlYQ==",
"pluGuid": "e1426b4d-7561-45ec-82a3-395b3353a561",
"accountID": "e/WVb1HrQEioGqzkqzPcXw==",
"accountIDGuid": "6f95f57b-eb51-4840-a81a-ace4ab33dc5f",
"normalPrice": 3,
"originalSellingPrice": 4,
"discountPrice": 5,
"unit": 1,
"quantity": 6,
"totalCents": 7,
"fixedPrice": 1,
"tranType": 1,
"discountType": 1,
"cost": 1,
"costDecimals": 8,
"markdown": 1,
"manualQuantity": 1,
"manualPrice": 1,
"manualMode": 1,
"active": 1,
"offline": true,
"barcode": "sample string 9",
"keyedSale": 1,
"discountedID": 1,
"fuelID": 1,
"serialNumber": "sample string 10",
"bestOrExpire": "2026-04-03T06:25:23.8364359",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "yHGFntm7rk6r0aDsY6Gk6Q==",
"refundGuid": "9e8571c8-bbd9-4eae-abd1-a0ec63a1a4e9",
"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": "9pWO1p5I30Kvp/87CfZH9w==",
"idempotentVoidGuid": "d68e95f6-489e-42df-afa7-ff3b09f647f7",
"priceLevelIdentifier": "Ng67sLmZCUiNfFXpGd/SMg==",
"priceLevelIdentifierGuid": "b0bb0e36-99b9-4809-8d7c-55e919dfd232",
"communityIdentifier": "SDr2+79tfE+fjFxWhZhYrQ==",
"communityIdentifierGuid": "fbf63a48-6dbf-4f7c-9f8c-5c56859858ad",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "83",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-04-03T06:25:23.8364359",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "83"
}
],
"refund": {
"$id": "84",
"id": 1,
"g_UID": "ChBDuSwhjES333dZa6HnEA==",
"guid": "b943100a-212c-448c-b7df-77596ba1e710",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-04-03T06:25:23.8364359"
},
"modifier": {
"$id": "85",
"id": 1,
"setG_UID": "5eixAIpaO06qwluqxZbeAA==",
"modifierSetGuid": "00b1e8e5-5a8a-4e3b-aac2-5baac596de00",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "yw1GaUqXZUWn/OzuEE2FXA==",
"pluGuid": "69460dcb-974a-4565-a7fc-ecee104d855c",
"deleted": true,
"g_UID": "sZY0QUInnUmcCIGYLnsXvg==",
"guid": "413496b1-2742-499d-9c08-81982e7b17be",
"product": {
"$ref": "2"
}
},
"priceLevelName": "sample string 25",
"pumpNumber": 1,
"hoseNumber": 1
},
{
"$ref": "82"
}
],
"eftReceipts": [
{
"$id": "86",
"id": 1,
"storeID": 1,
"saleHeaderID": 2,
"storeSaleHeader": {
"$ref": "79"
},
"receipt": "sample string 3",
"processed": 1
},
{
"$ref": "86"
}
],
"payments": [
{
"$ref": "78"
},
{
"$ref": "78"
}
],
"cards": [
{
"$id": "87",
"id": 1,
"saleHeaderID": 1,
"identifier": "sample string 2",
"cardType": 3,
"providerName": "sample string 4"
},
{
"$ref": "87"
}
],
"campaignHits": [
{
"$id": "88",
"id": 1,
"saleHeaderID": 2,
"campaign": "sample string 3",
"name": "sample string 4",
"processed": 1,
"campaignDescription": "sample string 5"
},
{
"$ref": "88"
}
],
"fuel": [
{
"$id": "89",
"id": 1,
"plu": 1,
"pluG_UID": "G3uPAxA/jE6Dexbk82mv0A==",
"pluGuid": "038f7b1b-3f10-4e8c-837b-16e4f369afd0",
"saleHeaderID": 2,
"totalCents": 3,
"grade": 1,
"gradeDescription": "sample string 4",
"dispenser": 1,
"hose": 1,
"quantity": 1,
"cost": 1,
"acquirerNum": 1,
"attendant": 1,
"ePurseBalance": 1.0,
"cardSignature": "sample string 5",
"compartmentNumber": 1,
"contractNumber": 1,
"discountCardPAN": "sample string 6",
"discountID": 1,
"discountName": "sample string 7",
"discountNetValue": 1.0,
"discountType": 1,
"discountValue": 1.0,
"discretionaryData": "sample string 8",
"driverID": "sample string 9",
"eftBatchNumber": 1,
"eftResponseCode": "sample string 10",
"endDateTime": "2026-04-03T06:25:23.8364359",
"engineHours": 1.1,
"fposNumber": 1,
"loyaltyCardPAN": "sample string 11",
"miscData1": 1,
"miscData2": "sample string 12",
"miscFlags": 1,
"mop": 1,
"odometer": 1,
"panNumber": "sample string 13",
"saleRefund": true,
"saleStatus": 1,
"sequenceNumber": 1,
"stan": 1,
"startDateTime": "2026-04-03T06:25:23.8364359",
"tagNumber": "sample string 15",
"trackTwoRem": "sample string 16",
"transCode": 1,
"transType": 1,
"unitPrice": 1.0,
"vehicleReg": "sample string 17",
"offline": true,
"processed": 1
},
{
"$ref": "89"
}
],
"fuelResells": [
{
"$id": "90",
"saleItemID": 1,
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "uxkUwJbhO0WAr7p00mf6Zg==",
"pluGuid": "c01419bb-e196-453b-80af-ba74d267fa66",
"accountID": "FCA4q6sixki7AcmazvG1kA==",
"accountIDGuid": "ab382014-22ab-48c6-bb01-c99acef1b590",
"normalPrice": 3,
"originalSellingPrice": 4,
"discountPrice": 5,
"unit": 1,
"quantity": 6,
"totalCents": 7,
"fixedPrice": 1,
"tranType": 1,
"processed": 1,
"discountType": 1,
"cost": 1,
"costDecimals": 1,
"markdown": 1,
"manualQuantity": 1,
"manualPrice": 1,
"manualMode": 1,
"active": 1,
"barcode": "sample string 8",
"offline": 1,
"keyedSale": 1,
"discountedID": 1,
"fuelID": 1,
"serialNumber": "sample string 9",
"bestOrExpire": "2026-04-03T06:25:23.8364359",
"bestOrExpireType": 1,
"refundG_UID": "PmlWihzsCkiBGcHtgAeeEA==",
"refundGuid": "8a56693e-ec1c-480a-8119-c1ed80079e10",
"providerName": "sample string 10",
"campaign": "sample string 11",
"campaignType": 1,
"modifiedID": 1,
"omittedIngredient": 1,
"taxPercent": 1.0,
"taxAmount": 1.0,
"refundablePrice": 1.0,
"showDiscounts": true,
"orderPrinted": true,
"note": "sample string 14",
"modifierName": "sample string 15",
"modifierSetName": "sample string 16",
"totalValueWasScanned": true,
"sold": true,
"campaignPrice": true,
"scannedValue": 1,
"campaignName": "sample string 20",
"comboDiscount": 1
},
{
"$ref": "90"
}
],
"customerOrder": [
{
"$id": "91",
"identifier": "V0yV561UTEiNmd0Z2mj2iw==",
"identifierGuid": "e7954c57-54ad-484c-8d99-dd19da68f68b",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "5E0hgXlbn0eEGIsx3WzJ5A==",
"customerIdentifierGuid": "81214de4-5b79-479f-8418-8b31dd6cc9e4",
"operatorNo": 1,
"operatorG_UID": "T1o0qAcTNUm2nyGTrPQT0Q==",
"operatorGuid": "a8345a4f-1307-4935-b69f-2193acf413d1",
"created": "2026-04-03T06:25:23.8364359",
"ordered": "2026-04-03T06:25:23.8364359",
"started": "2026-04-03T06:25:23.8364359",
"completed": "2026-04-03T06:25:23.8364359",
"supplied": "2026-04-03T06:25:23.8364359",
"quickTicket": 1,
"deleted": true,
"walkAway": true,
"approxWait": 1,
"actualWait": 1,
"deliveryMethod": 8,
"externalSaleType": 9,
"customer": {
"$ref": "72"
},
"operator": {
"$ref": "39"
},
"details": [
{
"$id": "92",
"headerID": 1,
"plu": 1,
"pluG_UId": "3FH/Y93NfUizLxuhuRm8JQ==",
"pluGuid": "63ff51dc-cddd-487d-b32f-1ba1b919bc25",
"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": "+OZCwl+XIUWaUuMAAT+crQ==",
"headerIdentifierGuid": "c242e6f8-975f-4521-9a52-e300013f9cad",
"product": {
"$ref": "2"
}
},
{
"$ref": "92"
}
],
"storeName": "sample string 11",
"customerName": "sample string 12",
"storeReplyTo": "sample string 13",
"storeSubjectLine": "sample string 14",
"storeSaleHeader": {
"$ref": "79"
}
},
{
"$ref": "91"
}
],
"surveyResponses": [
{
"$id": "93",
"surveyG_UID": "TjO7//UJj0KkMEOnot6qhw==",
"surveyGuid": "ffbb334e-09f5-428f-a430-43a7a2deaa87",
"saleHeaderGuid": "IJUSJG7NDkKp50X4YD7/1Q==",
"saleGuid": "24129520-cd6e-420e-a9e7-45f8603effd5",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "zjUJq8gX5ky4XsdzsHZvQA==",
"guidResponse": "ab0935ce-17c8-4ce6-b85e-c773b0766f40",
"whoAnswered": 2,
"answeredAtUTC": "2026-04-03T06:25:23.8364359",
"sale": {
"$ref": "79"
},
"survey": {
"$id": "94",
"g_UID": "AO+wx7sxh0ycPUnjqEUqiA==",
"guid": "c7b0ef00-31bb-4c87-9c3d-49e3a8452a88",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "oa8SIQcTdEuzwQmSmUfTXg==",
"checkoutFormGuid": "2112afa1-1307-4b74-b3c1-09929947d35e",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-04-03T06:25:23.8364359",
"end": "2026-04-03T06:25:23.8364359",
"deleted": true,
"updated": "2026-04-03T06:25:23.8364359",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"313fb18b-0f12-4103-a0e6-8df786e21cb1",
"aebcf85f-ff1e-4211-b5c8-0d0179430954"
],
"allowsAllTextResponses": true,
"surveyForm": {
"$ref": "47"
}
},
"ingressId": "sample string 4"
},
{
"$ref": "93"
}
],
"storeName": "sample string 39",
"terminalNumber": 40,
"machineName": "sample string 41",
"operatorName": "sample string 42",
"direction": 1,
"reason": "sample string 43",
"accountG_UID": "oX4s9Ewd7U29y13N808IvQ==",
"accountIdentifier": "f42c7ea1-1d4c-4ded-bdcb-5dcdf34f08bd",
"accountName": "sample string 44",
"customerOrderIdentifier": "HNK9ot64y0yIYExRxddX4A==",
"customerOrderIdentifierGuid": "a2bdd21c-b8de-4ccb-8860-4c51c5d757e0",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "95",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "K7Dc7IQiVU+SvHb5cvYDaQ==",
"paymentIdentifierGuid": "ecdcb02b-2284-4f55-92bc-76f972f60369",
"identifier": "I63WyhBiZkOXPoieMMvDsg==",
"identifierGuid": "cad6ad23-6210-4366-973e-889e30cbc3b2",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "Avv4x1QhxUek7Wrp/i69cA==",
"itemIdentifierGuid": "c7f8fb02-2154-47c5-a4ed-6ae9fe2ebd70"
}
},
{
"$ref": "78"
}
]
},
{
"$ref": "73"
}
],
"customerGroupMembers": [
{
"$ref": "77"
},
{
"$ref": "77"
}
],
"customerGroups": [
{
"$ref": "76"
},
{
"$ref": "76"
}
],
"accounts": [
{
"$ref": "74"
},
{
"$ref": "74"
}
],
"account": {
"$ref": "74"
},
"vouchers": [
{
"$id": "96",
"customerIdentifier": "akxn9AlMX0ua3qpM6BJcTw==",
"customerIdentifierGuid": "f4674c6a-4c09-4b5f-9ade-aa4ce8125c4f",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "iTw5llfB0UW17hivvYXOhg==",
"idempotentGuid": "96393c89-c157-45d1-b5ee-18afbd85ce86",
"offline": true,
"voucher": {
"$id": "97",
"id": 1,
"name": "sample string 2",
"description": "sample string 3",
"shortDescription": "sample string 4",
"url": "sample string 5",
"barcodeTemplateID": 1,
"expiry": 0,
"voucherType": 6,
"limitPerTransaction": 7,
"customerTracking": true,
"discountAccount": "sample string 9",
"endDate": "2026-04-03T06:25:23.8364359",
"barcodeTemplate": {
"$id": "98",
"templateID": 1,
"template": "sample string 1",
"bcFunction": "sample string 2",
"sortOrder": 3
},
"scaleLabel": {
"$id": "99",
"id": 1,
"uid": "sample string 2",
"name": "sample string 3",
"width": 1.1,
"height": 1.1,
"showBorder": true,
"borderWidth": 1.1,
"borderStyle": 1,
"borderColour": "sample string 5",
"updated": "2026-04-03T06:25:23.8364359",
"labelPageLayout": "kySfY7QtvU+9Lm5MBT+TGQ==",
"pageLayoutGuid": "639f2493-2db4-4fbd-bd2e-6e4c053f9319",
"labelType": 6,
"oldName": "sample string 7",
"voucher": {
"$ref": "97"
},
"elements": [
{
"$id": "100",
"id": 1,
"scaleLabelID": 2,
"showPercentDI": true,
"showAvgPerHundred": true,
"showAvgPerServe": true,
"name": "sample string 6",
"x": 1.1,
"y": 1.1,
"width": 1.1,
"height": 1.1,
"type": 1,
"rotation": 1,
"text": "sample string 7",
"fontFamily": "sample string 8",
"align": 1,
"bold": true,
"italic": true,
"underline": true,
"strikeout": true,
"reverse": true,
"textColour": "sample string 9",
"fontSize": 1.1,
"picture": "QEA=",
"borderWidth": 10,
"sortOrder": 11,
"printOptions": 12,
"superScriptTextFontSize": 1.1,
"lineStyle": 1,
"spacingStyle": 1,
"interCharacterSpacing": 1.1,
"superScriptOffset": 1.1,
"lineSpacing": 1.1,
"dateFormat": "sample string 13",
"autoGrow": true,
"fontAutoResize": true,
"updated": "2026-04-03T06:25:23.8364359"
},
{
"$ref": "100"
}
]
},
"customerVouchers": [
{
"$id": "101",
"id": 1,
"customerIdentifier": "3sj/t8esyk+w9jCDTSJhqw==",
"customerIdentifierGuid": "b7ffc8de-acc7-4fca-b0f6-30834d2261ab",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-04-03T06:25:23.8364359",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "NV+F3o1UL0aPzjrsT27C2A==",
"issuedIdempotentGuid": "de855f35-548d-462f-8fce-3aec4f6ec2d8",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-04-03T06:25:23.8364359",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-04-03T06:25:23.8364359",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "aPNU6v9rrEepc4ucc43EDQ==",
"redeemedIdempotentGuid": "ea54f368-6bff-47ac-a973-8b9c738dc40d",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-04-03T06:25:23.8364359",
"storeName": "sample string 17",
"scaleLabel": {
"$ref": "99"
},
"voucher": {
"$ref": "97"
},
"customer": {
"$ref": "72"
},
"issuedOfflinePayment": {
"$ref": "78"
},
"redeemedOfflinePayment": {
"$ref": "78"
}
},
{
"$ref": "101"
}
]
},
"customer": {
"$ref": "72"
}
},
{
"$ref": "96"
}
]
}
},
{
"$ref": "71"
}
],
"customerGroups": [
{
"$id": "102",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupID": "BSSbsQo/90+HtrEK7DtrAg==",
"groupIDGuid": "b19b2405-3f0a-4ff7-87b6-b10aec3b6b02",
"campaign": {
"$ref": "68"
},
"group": {
"$ref": "76"
}
},
{
"$ref": "102"
}
],
"signIqTickets": [
{
"$id": "103",
"identifier": "WvXLEhBVbkyR/HFC1mKlfg==",
"identifierGuid": "12cbf55a-5510-4c6e-91fc-7142d662a57e",
"campaignName": "sample string 2",
"message": "sample string 3",
"ticketFileSource": "sample string 4",
"ticketFileDestination": "sample string 5",
"storeID": 1
},
{
"$ref": "103"
}
],
"comboPriceGroups": [
{
"$id": "104",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"g_UID": "LP8Ud8igLEabeG+VG78Now==",
"guid": "7714ff2c-a0c8-462c-9b78-6f951bbf0da3",
"description": "sample string 5",
"newPrice": 1,
"rangeDescription": "sample string 6",
"dealDescription": "sample string 7",
"labelQuantity": 8,
"hostProductCategoryID": 1,
"offerID": 1,
"dontUpdatePricePlus": true,
"campaign": {
"$ref": "68"
},
"comboPricePlus": [
{
"$id": "105",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupG_UID": "bFoUCUSR+UClkSgJycgeng==",
"groupGuid": "09145a6c-9144-40f9-a591-2809c9c81e9e",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "1doZK/jyPkSSz7N2yV/SQg==",
"pluGuid": "2b19dad5-f2f8-443e-92cf-b376c95fd242",
"priceGroupG_UID": "cPZVhlHCmkKHzXfIHl/bSA==",
"priceGroupGuid": "8655f670-c251-429a-87cd-77c81e5fdb48",
"campaignPoolID": "sample string 7",
"quantity": 1,
"campaign": {
"$ref": "68"
},
"product": {
"$ref": "2"
},
"priceGroup": {
"$ref": "32"
},
"campaignPool": {
"$ref": "68"
}
},
{
"$ref": "105"
}
]
},
{
"$ref": "104"
}
],
"priceLevels": [
{
"$id": "106",
"id": 1,
"priceLevelIdentifier": "98vm/9faBU+bmJrbrlOKuQ==",
"priceLevelIdentifierGuid": "ffe6cbf7-dad7-4f05-9b98-9adbae538ab9",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "106"
}
],
"promotionType": {
"$id": "107",
"identifier": "BlDtn/YvokWS6xPk5+uTdw==",
"identifierGuid": "9fed5006-2ff6-45a2-92eb-13e4e7eb9377",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "xuw7sxmtQES0lKgDOCoWxQ==",
"labelPageLayoutGuid": "b33becc6-ad19-4440-b494-a803382a16c5",
"priceLevelIdentifier": "3XFoIBrAsEa67ADQOVLmPg==",
"priceLevelIdentifierGuid": "206871dd-c01a-46b0-baec-00d03952e63e",
"active": true,
"updated": "2026-04-03T06:25:23.8364359",
"hostName": "sample string 11"
}
},
"product": {
"$ref": "2"
},
"dealCost": {
"$id": "108",
"headerIdentifier": "XN9ol5BNyEmcP08BTySrAw==",
"headerIdentifierGuid": "9768df5c-4d90-49c8-9c3f-4f014f24ab03",
"identifier": "iEh7AcRVSkuFMjPGfEcO9Q==",
"identifierGuid": "017b4888-55c4-4b4a-8532-33c67c470ef5",
"supplierIdentifier": "+jiv0EHRMEme6CzCc28wSw==",
"supplierGuid": "d0af38fa-d141-4930-9ee8-2cc2736f304b",
"pluG_UID": "GTBlVMdTdEOeXG0EdK6IcA==",
"pluGuid": "54653019-53c7-4374-9e5c-6d0474ae8870",
"campaignName": "f9791cf7-1c76-4fc2-9e09-e132201f2b41",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-04-03T06:25:23.8364359",
"end": "2026-04-03T06:25:23.8364359",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "bJCz5N7/nkaU0qa7gxoD9w==",
"bonusItemPluGuid": "e4b3906c-ffde-469e-94d2-a6bb831a03f7",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-04-03T06:25:23.8364359",
"metcashPromotionID": "sample string 14",
"fromHost": 15,
"storeNames": "sample string 16",
"storeIDs": [
1,
2
],
"supplierName": "sample string 17",
"campaignDescription": "sample string 18",
"newPrice": 1,
"campaignMetcashPromotionID": "sample string 19",
"campaignActive": true,
"campaignStartDate": "2026-04-03T06:25:23.8364359",
"campaignEndDate": "2026-04-03T06:25:23.8364359",
"masterPLUG_UID": "nHw0qst3Sk+GIMO9GNztng==",
"masterID": "aa347c9c-77cb-4f4a-8620-c3bd18dced9e",
"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": "1eh3fDPVmkifTQKtnWpMUg==",
"bonusMasterID": "7c77e8d5-d533-489a-9f4d-02ad9d6a4c52",
"bonusProductName": "sample string 34",
"bonusProductAPN": "sample string 35",
"bonusOrderCode": "sample string 36",
"bonusNormalSell": 37,
"bonusNormalCost": 38,
"bonusNormalCostDecimals": 39,
"bonusCartonQuantity": 40,
"bonusSalesMode": 41,
"bonusOrderPacked": 42,
"bonusFuelItem": true,
"bonusActive": true
}
},
"currentCostStart": "2026-04-03T06:25:23.8364359",
"dealCosts": [
{
"$ref": "108"
},
{
"$ref": "108"
}
],
"tags": [
{
"$id": "109",
"pluG_UID": "kcmmbYmMMUGdF2Y9YGVihg==",
"pluGuid": "6da6c991-8c89-4131-9d17-663d60656286",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "109"
}
],
"alternateProductG_UID": "uZN0ueNIlku1wwU2cmUEjA==",
"alternateProduct": "b97493b9-48e3-4b96-b5c3-05367265048c",
"altProduct": {
"$ref": "2"
},
"productHostCode": {
"$id": "110",
"id": 1,
"pluG_UID": "z9JOrRadwEqUVVZJ9H9Rtg==",
"pluGuid": "ad4ed2cf-9d16-4ac0-9455-5649f47f51b6",
"ibaCode": "sample string 2"
},
"mscCat": {
"$ref": "62"
},
"mscCom": {
"$ref": "63"
},
"mscDep": {
"$ref": "65"
},
"mscSubCom": {
"$ref": "64"
},
"isUserUpdate": true,
"ignoreMasterProduct": true,
"priceGroupLabelRequested": true,
"firstSold": "2026-04-03T06:25:23.8364359",
"inventoryTracked": "2026-04-03T06:25:23.8364359",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "111",
"pluG_UID": "6murCApuq0aNP1KHQrqQyA==",
"pluGuid": "08ab6bea-6e0a-46ab-8d3f-528742ba90c8",
"fuelPluG_UID": "QJijH88lVkyjttZpJ3OKCg==",
"fuelPluGuid": "1fa39840-25cf-4c56-a3b6-d66927738a0a",
"price": 3,
"productDescription": "sample string 4",
"productBarcode": "sample string 5",
"fuelProductDescription": "sample string 6",
"fuelProductBarcode": "sample string 7",
"fuelProductPrice": 8
},
"productFuelLinks": [
{
"$ref": "111"
},
{
"$ref": "111"
}
]
},
"input": {
"$id": "112",
"id": 1,
"identifier": "enpGqrqsP0GYe5jIz0G2hA==",
"identifierGuid": "aa467a7a-acba-413f-987b-98c8cf41b684",
"headerID": 1,
"headerIdentifier": "shHJqdadikCNoy1Ht2cAyg==",
"headerIdentifierGuid": "a9c911b2-9dd6-408a-8da3-2d47b76700ca",
"sectionG_UID": "oe+qyukOO0m0eZ+ioS0OZQ==",
"sectionGuid": "caaaefa1-0ee9-493b-b479-9fa2a12d0e65",
"operatorG_UID": "eddvdToFtk6+ws7YH9EYFw==",
"operatorGuid": "756fd779-053a-4eb6-bec2-ced81fd11817",
"operatorID": 1,
"comment": "sample string 2",
"inputType": 1,
"date": "2026-04-03T06:25:23.8364359",
"inProgress": 3,
"setCount": "2026-04-03T06:25:23.8364359",
"deleted": true,
"operatorName": "sample string 4",
"sectionName": "sample string 5",
"canDelete": 6,
"details": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
},
"unknownScan": {
"$id": "113",
"id": 1,
"headerIdentifier": "YGl/pVc/N0i88wjPQqIgeg==",
"headerIdentifierGuid": "a57f6960-3f57-4837-bcf3-08cf42a2207a",
"inputIdentifier": "0nZVIDXY0UCEisM/KylHBg==",
"inputIdentifierGuid": "205576d2-d835-40d1-848a-c33f2b294706",
"detailID": 1,
"pluG_UID": "b50tWe0WvkiXZDZqNmTInA==",
"pluGuid": "592d9d6f-16ed-48be-9764-366a3664c89c",
"barcode": "sample string 2",
"scanned": "2026-04-03T06:25:23.8364359"
}
}
application/xml
Sample not available.
text/xml
Sample not available.
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
None.