PUT api/hostitem/{id}/zone
Updating price changes onto the holding table
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
HostItemHolding| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| HeaderID | integer |
None. |
|
| StoreID | integer |
None. |
|
| ProductGuid | Collection of byte |
None. |
|
| PGuid | globally unique identifier |
None. |
|
| MasterProductGuid | Collection of byte |
None. |
|
| MGuid | globally unique identifier |
None. |
|
| PriceGroupGuid | Collection of byte |
None. |
|
| Type | HostItemType |
None. |
|
| APN | string |
None. |
|
| APNChanged | boolean |
None. |
|
| PrevAPN | string |
None. |
|
| Description | string |
None. |
|
| DescriptionChanged | boolean |
None. |
|
| PrevDescription | string |
None. |
|
| ComplianceIndicator | string |
None. |
|
| ComplianceIndicatorChanged | boolean |
None. |
|
| PrevComplianceIndicator | string |
None. |
|
| WarehouseDirectIndicator | string |
None. |
|
| WarehouseDirectIndicatorChanged | boolean |
None. |
|
| PrevDirectIndicator | string |
None. |
|
| ProductGrade | string |
None. |
|
| ProductGradeChanged | boolean |
None. |
|
| PrevProductGrade | string |
None. |
|
| CartonQty | integer |
None. |
|
| CartonQtyChanged | boolean |
None. |
|
| PrevCartonQty | integer |
None. |
|
| DeptCode | string |
None. |
|
| DeptCodeChanged | boolean |
None. |
|
| PrevDeptCode | string |
None. |
|
| SubDeptCode | string |
None. |
|
| SubDeptCodeChanged | boolean |
None. |
|
| PrevSubDeptCode | string |
None. |
|
| UnitOfMeasure | decimal number |
None. |
|
| UnitOfMeasureChanged | boolean |
None. |
|
| PrevUnitOfMeasure | decimal number |
None. |
|
| UnitOfMeasureKind | UnitMeasureKind |
None. |
|
| UnitOfMeasureKindChanged | boolean |
None. |
|
| PrevUnitOfMeasureKind | UnitMeasureKind |
None. |
|
| DoNotRange | boolean |
None. |
|
| PrevDoNotRange | boolean |
None. |
|
| DoNotRangeChanged | boolean |
None. |
|
| Active | boolean |
None. |
|
| WarehouseCost | integer |
None. |
|
| WarehouseRRP | integer |
None. |
|
| CurrentCost | integer |
None. |
|
| CurrentSell | integer |
None. |
|
| PreviousRRP | integer |
None. |
|
| PreviousCost | integer |
None. |
|
| PreviousSell | integer |
None. |
|
| GrossProfitMargin | decimal number |
Deprecated. |
|
| SellChanged | boolean |
None. |
|
| SellChangedManually | boolean |
None. |
|
| CostDecimals | integer |
None. |
|
| IsFuelItem | boolean |
None. |
|
| GST | integer |
None. |
|
| PrevGST | integer |
None. |
|
| GSTChanged | boolean |
None. |
|
| CostGST | integer |
None. |
|
| PrevCostGST | integer |
None. |
|
| CostGSTChanged | boolean |
None. |
|
| SellEffectiveDate | date |
None. |
|
| CostEffectiveDate | date |
None. |
|
| User | string |
None. |
|
| Processed | date |
None. |
|
| Created | date |
None. |
|
| Updated | date |
None. |
|
| ComplianceIndicatorType | string |
Relation. This field may not always be loaded or used for updates. |
|
| PrevComplianceIndicatorType | string |
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. |
|
| Product | Product |
Relation. This field may not always be loaded or used for updates. |
|
| FilterType | HostItemFilterType |
Relation. This field may not always be loaded or used for updates. |
|
| DeptName | string |
Relation. This field may not always be loaded or used for updates. |
|
| SubDeptName | string |
Relation. This field may not always be loaded or used for updates. |
Request Formats
application/json, text/json
{
"id": 1,
"headerID": 2,
"storeID": 3,
"productGuid": "dvSRTw9PpECeWSDzPRrbpw==",
"pGuid": "4f91f476-4f0f-40a4-9e59-20f33d1adba7",
"masterProductGuid": "T48QN1IGSUKzSjhGHIEsXg==",
"mGuid": "37108f4f-0652-4249-b34a-38461c812c5e",
"priceGroupGuid": "QEA=",
"type": 6,
"apn": "sample string 7",
"apnChanged": true,
"prevAPN": "sample string 9",
"description": "sample string 10",
"descriptionChanged": true,
"prevDescription": "sample string 12",
"complianceIndicator": "sample string 13",
"complianceIndicatorChanged": true,
"prevComplianceIndicator": "sample string 15",
"warehouseDirectIndicator": "sample string 16",
"warehouseDirectIndicatorChanged": true,
"prevDirectIndicator": "sample string 18",
"productGrade": "sample string 19",
"productGradeChanged": true,
"prevProductGrade": "sample string 21",
"cartonQty": 22,
"cartonQtyChanged": true,
"prevCartonQty": 24,
"deptCode": "sample string 25",
"deptCodeChanged": true,
"prevDeptCode": "sample string 27",
"subDeptCode": "sample string 28",
"subDeptCodeChanged": true,
"prevSubDeptCode": "sample string 30",
"unitOfMeasure": 31.1,
"unitOfMeasureChanged": true,
"prevUnitOfMeasure": 1.1,
"unitOfMeasureKind": 33,
"unitOfMeasureKindChanged": true,
"prevUnitOfMeasureKind": 35,
"doNotRange": true,
"prevDoNotRange": true,
"doNotRangeChanged": true,
"active": true,
"warehouseCost": 40,
"warehouseRRP": 41,
"currentCost": 42,
"currentSell": 43,
"previousRRP": 44,
"previousCost": 45,
"previousSell": 46,
"grossProfitMargin": 1.1,
"sellChanged": true,
"sellChangedManually": true,
"costDecimals": 49,
"isFuelItem": true,
"gst": 51,
"prevGST": 52,
"gstChanged": true,
"costGST": 54,
"prevCostGST": 55,
"costGSTChanged": true,
"sellEffectiveDate": "2026-06-03T18:32:13.1313244",
"costEffectiveDate": "2026-06-03T18:32:13.1313244",
"user": "sample string 57",
"processed": "2026-06-03T18:32:13.1313244",
"created": "2026-06-03T18:32:13.1313244",
"updated": "2026-06-03T18:32:13.1313244",
"complianceIndicatorType": "sample string 60",
"prevComplianceIndicatorType": "sample string 61",
"storeName": "sample string 62",
"product": {
"$id": "2",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "yt8QsJ5BSUyFiNET67A0cQ==",
"guid": "b010dfca-419e-4c49-8588-d113ebb03471",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "irVrTSrf/0uh+euE2FeXwQ==",
"priceGroupGuid": "4d6bb58a-df2a-4bff-a1f9-eb84d85797c1",
"blueprintID": 1,
"lastCountedDate": "2026-06-03T18:32:13.1313244",
"externalID": "sample string 7",
"active": true,
"activated": "2026-06-03T18:32:13.1313244",
"pluCreated": "2026-06-03T18:32:13.1313244",
"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:32:13.1313244",
"lastManualUpdate": "2026-06-03T18:32:13.1313244",
"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:32:13.1313244",
"currentCostUpdated": "2026-06-03T18:32:13.1313244",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-06-03T18:32:13.1313244",
"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:32:13.1313244",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "fD/kMVupcECoiOlQvpR9SA==",
"altPLUGuid": "31e43f7c-a95b-4070-a888-e950be947d48",
"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:32:13.1313244",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "IkT/KJ+HWk+lKVDoIWL7hg==",
"shelfPageLayoutGuid": "28ff4422-879f-4f5a-a529-50e82162fb86",
"talkerPageLayoutG_UID": "0mZK3lsiy0KwpyTo6njQRw==",
"talkerPageLayoutGuid": "de4a66d2-225b-42cb-b0a7-24e8ea78d047",
"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": "ADAD00iYmE6lFthaTAxkWg==",
"inventoryIdentifier": "d3033000-9848-4e98-a516-d85a4c0c645a",
"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": "w4cMGYj8EUeS5/APnq2u5A==",
"parentPluGuid": "190c87c3-fc88-4711-92e7-f00f9eadaee4",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "7OxtFMrTE0eUnP9fN2U6qw==",
"supplierIdentifierGuid": "146decec-d3ca-4713-949c-ff5f37653aab",
"supplierChanged": true,
"rebateSupplierIdentifier": "E4JkiV7OREec+kFAMF9O+w==",
"rebateSupplierIdentifierGuid": "89648213-ce5e-4744-9cfa-4140305f4efb",
"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:32:13.1313244",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "wMTiNVLfwUuBTW06xXBZYQ==",
"hostIdentifierGuid": "35e2c4c0-df52-4bc1-814d-6d3ac5705961",
"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:32:13.1313244",
"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": "shVDYLjhRUKob4/Y928PNQ==",
"hostIdentifierGuid": "604315b2-e1b8-4245-a86f-8fd8f76f0f35",
"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:32:13.1313244",
"priceZone": {
"$id": "4",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "iLQApo8VVEerk1WnAlpzfg==",
"hostIdentifierGuid": "a600b488-158f-4754-ab93-55a7025a737e",
"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": "R98S1q0tskSXDeupqHNMPQ==",
"hostIdentifierGuid": "d612df47-2dad-44b2-970d-eba9a8734c3d",
"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": "CiM5QmNHSkCxRzuJU+lJjw==",
"identifierGuid": "4239230a-4763-404a-b147-3b8953e9498f",
"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": "KjH1hfHdrkitQnCnpYxbmg==",
"hostSupplierIdentifierGuid": "85f5312a-ddf1-48ae-ad42-70a7a58c5b9a",
"loyaltyPriceLevelIdentifier": "m6JG5MiwA0axwmYl95ghlw==",
"loyaltyPriceLevelIdentifierGuid": "e446a29b-b0c8-4603-b1c2-6625f7982197",
"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:32:13.1313244",
"lastProcessed": "2026-06-03T18:32:13.1313244",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$id": "9",
"identifier": "YL1Pa++6y0K3YYTYbOWN9A==",
"identifierGuid": "6b4fbd60-baef-42cb-b761-84d86ce58df4",
"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": "6sE8mJ+w8U62TIL/LYdxHg==",
"primaryContactID": "983cc1ea-b09f-4ef1-b64c-82ff2d87711e",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "yws45osgFkqnhL7Cd7IRlA==",
"supplierGroupGuid": "e6380bcb-208b-4a16-a784-bec277b21194",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-06-03T18:32:13.1313244",
"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": "55ffa9a7-7df3-45da-9549-25e67ed45b5c",
"identifier": "J+J9OkT7FUy1FUAukXAszA==",
"identifierGuid": "3a7de227-fb44-4c15-b515-402e91702ccc",
"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": "uoCkl9fhGkqL53Ga9KQsWA==",
"supplierIdentifierGuid": "97a480ba-e1d7-4a1a-8be7-719af4a42c58",
"contactGuid": "N/AkSI/dekS7djUBe3mSSA==",
"contactID": "4824f037-dd8f-447a-bb76-35017b799248",
"contact": {
"$ref": "10"
},
"supplier": {
"$ref": "9"
}
},
{
"$ref": "11"
}
],
"products": [
{
"$id": "12",
"pluG_UID": "7kRcPO1sS0mIuaEp0Dt4Ug==",
"pluGuid": "3c5c44ee-6ced-494b-88b9-a129d03b7852",
"supplierIdentifier": "lJR/I2LKD0CcNT6G7E9sfQ==",
"supplierIdentifierGuid": "237f9494-ca62-400f-9c35-3e86ec4f6c7d",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-06-03T18:32:13.1313244",
"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:32:13.1313244",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "13",
"pluG_UID": "Vx7jsOXDOUWxoXC3AeVUqQ==",
"pluGuid": "b0e31e57-c3e5-4539-b1a1-70b701e554a9",
"supplierIdentifier": "058yRwnePkeYvGLTLg84KA==",
"supplierIdentifierGuid": "47329fd3-de09-473e-98bc-62d32e0f3828",
"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": "gb6P2HjMl0eAGOOCpb3JGQ==",
"parentPluGuid": "d88fbe81-cc78-4797-8018-e382a5bdc919",
"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": "ekyjjmQT7EGsmG/M4364Ug==",
"supplierGuid": "8ea34c7a-1364-41ec-ac98-6fcce37eb852",
"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": "kCpgLTq/qkiGTVzNqGLo4A==",
"supplierGuid": "2d602a90-bf3a-48aa-864d-5ccda862e8e0",
"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:32:13.1313244",
"deliveryDate": "2026-06-03T18:32:13.1313244",
"nextCutOffDate": "2026-06-03T18:32:13.1313244",
"nextDeliveryDate": "2026-06-03T18:32:13.1313244",
"nextDaysBuffer": 10
},
{
"$ref": "16"
}
],
"store": {
"$ref": "3"
},
"updated": "2026-06-03T18:32:13.1313244",
"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:32:13.1313244",
"processed": "2026-06-03T18:32:13.1313244",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-06-03T18:32:13.1313244",
"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:32:13.1313244",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "17"
}
],
"zoneMatrix": [
{
"$id": "19",
"id": 1,
"hostIdentifier": "uSAS1Z7AuEGDrus2Yh5s4A==",
"hostIdentifierGuid": "d51220b9-c09e-41b8-83ae-eb36621e6ce0",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"663c3274-0e39-4317-8428-130244cc9cc8",
"454fd2fc-38b8-4829-8861-04e3c7433c37"
]
},
{
"$ref": "19"
}
],
"hostFileStoreSetting": {
"$ref": "7"
},
"hostStoreSettings": [
{
"$ref": "7"
},
{
"$ref": "7"
}
],
"promotionPlacements": [
{
"$id": "20",
"identifier": "ZtxO89yp2UWpqrBKt76tfg==",
"identifierGuid": "f34edc66-a9dc-45d9-a9aa-b04ab7bead7e",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "20"
}
],
"promoTypeGuids": [
"3c172026-7ff1-4c38-9b38-fa7b8a4675a7",
"5d38e691-b1cd-4784-b70a-aa40e750a24f"
],
"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:32:13.1313244",
"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": "089a9daf-a06e-47eb-a4f4-b49b645c0d7a",
"updateStore": {
"$id": "26",
"id": "1c0a23f7-dcd6-4751-a906-d31cf7fb11ea",
"name": "sample string 1",
"lastActivity": "2026-06-03T18:32:13.1313244",
"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:32:13.1313244"
},
"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": "mkkD9M3xuU28qRqv63mZgg==",
"pluGuid": "f403499a-f1cd-4db9-bca9-1aafeb799982",
"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:32:13.1313244"
},
{
"$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:32:13.1313244",
"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:32:13.1313244",
"startTime": 5,
"endDate": "2026-06-03T18:32:13.1313244",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "odFSDkgZCEmSL33X2xgYGg==",
"hostIdentifierGuid": "0e52d1a1-1948-4908-922f-7dd7db18181a",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "31"
},
{
"$ref": "31"
}
]
},
"tray": {
"$id": "32",
"g_UId": "ra+QE5/TFk25wULw7XOZUg==",
"guid": "1390afad-d39f-4d16-b9c1-42f0ed739952",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "33",
"priceGroupG_UID": "uSJ00xJL8Ue8I+lzWA1Qsg==",
"priceGroupGuid": "d37422b9-4b12-47f1-bc23-e973580d50b2",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-06-03T18:32:13.1313244",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "34",
"pluG_UID": "jtlyXvCmjUmhycd8Fd6jhA==",
"pluGuid": "5e72d98e-a6f0-498d-a1c9-c77c15dea384",
"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": "02f34a81-3913-499a-a452-db8cb676a522",
"created": "2026-06-03T18:32:13.1313244",
"createdByUser": "sample string 1",
"activated": "2026-06-03T18:32:13.1313244",
"activatedByUser": "sample string 2",
"deactivated": "2026-06-03T18:32:13.1313244",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-06-03T18:32:13.1313244",
"lastOrderedQty": 4.0,
"lastReceived": "2026-06-03T18:32:13.1313244",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-06-03T18:32:13.1313244",
"lastSold": "2026-06-03T18:32:13.1313244",
"firstSold": "2026-06-03T18:32:13.1313244",
"awsUpdated": "2026-06-03T18:32:13.1313244",
"lastManualUpdate": "2026-06-03T18:32:13.1313244",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-06-03T18:32:13.1313244",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-06-03T18:32:13.1313244",
"doNotRangeUpdated": "2026-06-03T18:32:13.1313244",
"doNotOrderUpdated": "2026-06-03T18:32:13.1313244",
"tracked": "2026-06-03T18:32:13.1313244"
},
"allergens": [
{
"$id": "36",
"primaryKey": {
"$id": "37",
"pluGuid": "146404e2-a1cd-4654-9d9a-581880481eb8",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "4gRkFM2hVEadmlgYgEgeuA==",
"pluGuid": "146404e2-a1cd-4654-9d9a-581880481eb8",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "36"
}
],
"costs": {
"$id": "38",
"pluG_UID": "PT8sxLJGpUaobaVEJrPsCA==",
"pluGuid": "c42c3f3d-46b2-46a5-a86d-a54426b3ec08",
"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:32:13.1313244",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "39",
"saleHeaderID": 1,
"created": "2026-06-03T18:32:13.1313244",
"createdLocal": "2026-06-03T18:32:13.1313244",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "MHHs6IozekGbemMa7oUH/w==",
"operatorGuid": "e8ec7130-338a-417a-9b7a-631aee8507ff",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "3o4t4d5GZku7B+vfremfoA==",
"pluGuid": "e12d8ede-46de-4b66-bb07-ebdfade99fa0",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$id": "40",
"id": 1,
"g_Uid": "JiN4K6ioIUiXWtGxuAudWw==",
"guid": "2b782326-a8a8-4821-975a-d1b1b80b9d5b",
"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:32:13.1313244",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-06-03T18:32:13.1313244",
"endShift": "2026-06-03T18:32:13.1313244",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "41",
"operatorG_UID": "8RZadK9V8k+emKHtpQzMHA==",
"operatorGuid": "745a16f1-55af-4ff2-9e98-a1eda50ccc1c",
"storeID": 2,
"operator": {
"$ref": "40"
},
"store": {
"$ref": "3"
}
},
{
"$ref": "41"
}
]
}
},
{
"$ref": "39"
}
],
"apns": [
{
"$id": "42",
"pluID": 1,
"pluG_UID": "gEZQ9xIy9kCj+RU1AdzbwQ==",
"pluGuid": "f7504680-3212-40f6-a3f9-153501dcdbc1",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "42"
}
],
"tuns": [
{
"$id": "43",
"pluG_UId": "Uf2OT+g0wUWAQku2rZXyzQ==",
"pluGuid": "4f8efd51-34e8-45c1-8042-4bb6ad95f2cd",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "2"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "43"
}
],
"competitionPricing": [
{
"$id": "44",
"identifier": "UdIRz0i4aESMGtBbW0QCAg==",
"identifierGuid": "cf11d251-b848-4468-8c1a-d05b5b440202",
"pluG_UID": "Yg1OsmM+bUyHAUwQge4u5A==",
"pluGuid": "b24e0d62-3e63-4c6d-8701-4c1081ee2ee4",
"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": "vMC8QSrkNUazrh7IO4KYJw==",
"groupName": "sample string 1",
"identifierGuid": "41bcc0bc-e42a-4635-b3ae-1ec83b829827",
"exists": true,
"flipChartIdentifier": "qcxteFwVJ0eABfefdUroFg==",
"flipChartIdentifierGuid": "786dcca9-155c-4727-8005-f79f754ae816",
"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": "62tGDbA/bkquMfd4UCX0ww==",
"groupIdentifierGuid": "0d466beb-3fb0-4a6e-ae31-f7785025f4c3",
"flipChart": {
"$id": "46",
"identifier": "rMdKkLLa4UeaF5/tfOzH3g==",
"identifierGuid": "904ac7ac-dab2-47e1-9a17-9fed7cecc7de",
"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": "b9c1GLeSkUKbPLTemcqtlw==",
"identifierGuid": "1835d76f-92b7-4291-9b3c-b4de99caad97",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "48",
"id": 1,
"g_UID": "SAUekagbfka0VtYXdesDsw==",
"guid": "911e0548-1ba8-467e-b456-d61775eb03b3",
"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": "ezumSY2WhEihuCSrY2RV9w==",
"previousFormGuid": "49a63b7b-968d-4884-a1b8-24ab636455f7",
"nextForm": 1,
"nextFormG_UID": "pubwsymoCkOVXZHDQfHl6Q==",
"nextFormGuid": "b3f0e6a6-a829-430a-955d-91c341f1e5e9",
"attributes": "sample string 10",
"updated": "2026-06-03T18:32:13.1313244",
"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": "XP2u/tAn5EG1BpWZ3HcgxQ==",
"checkoutFormGuid": "feaefd5c-27d0-41e4-b506-9599dc7720c5",
"identifier": "VGqoOiWuFEydqxS/vIyknQ==",
"identifierGuid": "3aa86a54-ae25-4c14-9dab-14bfbc8ca49d",
"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": "WlRfdN926Ei/DLiChjeZsA==",
"valueGuid": "745f545a-76df-48e8-bf0c-b882863799b0",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-06-03T18:32:13.1313244",
"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:32:13.1313244",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "49"
}
],
"panels": [
{
"$id": "51",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "OvI5NbUkh0WjdcZ66iq+pQ==",
"checkoutFormGuid": "3539f23a-24b5-4587-a375-c67aea2abea5",
"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": "a4ruguFhCkWIIqur979wYA==",
"flipChartPageIdentifierGuid": "82ee8a6b-61e1-450a-8822-ababf7bf7060",
"pluG_UID": "q/eXLdeb0kqCoSxrXIW6EA==",
"pluGuid": "2d97f7ab-9bd7-4ad2-82a1-2c6b5c85ba10",
"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": "4J279lKDgkquEJI34sH+SA==",
"pluGuid": "f6bb9de0-8352-4a82-ae10-9237e2c1fe48",
"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:32:13.1313244",
"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": "uPxkoqk6lk6c8DViX/3/7w==",
"ingredientGuid": "c4ZrxkUg7ECBgiyROZEvGA==",
"ingredientIdentifier": "c66b8673-2045-40ec-8182-2c9139912f18",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "2"
}
},
{
"$ref": "54"
}
],
"bins": [
{
"$id": "55",
"pluG_UID": "+QWTEn1Ad0CKIFHIqSrlJg==",
"pluGuid": "129305f9-407d-4077-8a20-51c8a92ae526",
"shelfLocationIdentifier": "YCDOe+oTKkKCSXN+hQB8ow==",
"shelfLocationGuid": "7bce2060-13ea-422a-8249-737e85007ca3",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "lr5TOYr7wEmX+RwKfwsVPA==",
"labelPageLayoutGuid": "3953be96-fb8a-49c0-97f9-1c0a7f0b153c",
"updated": "2026-06-03T18:32:13.1313244",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "2"
},
"location": {
"$id": "56",
"identifier": "qCEO70/BsE2YMKhnsmROnA==",
"storeID": 1,
"identifierGuid": "ef0e21a8-c14f-4db0-9830-a867b2644e9c",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-06-03T18:32:13.1313244",
"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": "DvtAbBKCpEeqsXZ4KmIQHw==",
"pluGuid": "6c40fb0e-8212-47a4-aab1-76782a62101f",
"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:32:13.1313244",
"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:32:13.1313244",
"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": "wT5S9A/mO0+jKwJ+fWpeYw==",
"labelPageLayoutGuid": "f4523ec1-e60f-4f3b-a32b-027e7d6a5e63",
"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:32:13.1313244",
"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": "h7FJ2nxaBkmd8aum2nbmJA==",
"labelPageLayoutGuid": "da49b187-5a7c-4906-9df1-aba6da76e624",
"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:32:13.1313244",
"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": "Yg8FaaznzUC6AL3S1pPQNQ==",
"labelPageLayoutGuid": "69050f62-e7ac-40cd-ba00-bdd2d693d035",
"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:32:13.1313244",
"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": "88DJdDrkoU+WLNoxUtsfUg==",
"labelPageLayoutGuid": "74c9c0f3-e43a-4fa1-962c-da3152db1f52",
"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": "SDvlJeRRA0qAFv1cSXdXyg==",
"pluGuid": "25e53b48-51e4-4a03-8016-fd5c497757ca",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "v8kfKU2tSEmKPcDuGEiF6Q==",
"dealCostGuid": "291fc9bf-ad4d-4948-8a3d-c0ee184885e9",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "IZV0nQ8fuEOlVvWEwrq8Ug==",
"priceGroupGuid": "9d749521-1f0f-43b8-a556-f584c2babc52",
"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:32:13.1313244",
"rrp": 28,
"campaignDescription": "sample string 29",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "f6c00d21-ad97-474a-987c-c5c846df4b11",
"campaignComboPriceGroupG_UID": "vnO212TbxEijc34PwxwnHg==",
"campaignComboPriceGroupIdentifier": "d7b673be-db64-48c4-a373-7e0fc31c271e",
"promotionPlacementDescription": "sample string 31",
"storeAcceptances": [
{
"$id": "68",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-06-03T18:32:13.1313244",
"operatorG_UID": "jB+J7yDPqU+lcpRzG3xkwA==",
"operatorGuid": "ef891f8c-cf20-4fa9-a572-94731b7c64c0",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-06-03T18:32:13.1313244",
"signIqTicketFileMovedUtc": "2026-06-03T18:32:13.1313244",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-06-03T18:32:13.1313244",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "9f39e128-3453-4a6a-a9fc-33c2b05a646e",
"product": {
"$ref": "2"
},
"campaignPlu": {
"$ref": "67"
},
"fuelItem": true
},
{
"$ref": "68"
}
],
"campaign": {
"$id": "69",
"id": 1,
"storeID": 2,
"name": "f32c3648-e5b3-4116-9904-f610ed1d4ee0",
"nameGuid": "f32c3648-e5b3-4116-9904-f610ed1d4ee0",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-06-03T18:32:13.1313244",
"startTime": 1,
"endDate": "2026-06-03T18:32:13.1313244",
"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:32:13.1313244",
"system": true,
"created": "2026-06-03T18:32:13.1313244",
"updated": "2026-06-03T18:32:13.1313244",
"priceChangeNotifiedUtc": "2026-06-03T18:32:13.1313244",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "uBzaEPMhcEeUqvpqIgiYJg==",
"hostIdentifierGuid": "10da1cb8-21f3-4770-94aa-fa6a22089826",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-06-03T18:32:13.1313244",
"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": "Gnv5RGR3yUKiEjDDqoP1Qg==",
"pluGuid": "44f97b1a-7764-42c9-a212-30c3aa83f542",
"hostOfferID": 1,
"priceGroupG_UID": "zVBaM3VWxE6HWXsCi1OLOw==",
"priceGroupGuid": "335a50cd-5675-4ec4-8759-7b028b538b3b",
"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:32:13.1313244",
"rrp": 18,
"campaignDescription": "sample string 19",
"product": {
"$ref": "2"
},
"campaign": {
"$ref": "69"
}
},
{
"$ref": "70"
}
],
"sellingRules": [
{
"$id": "71",
"id": 1,
"identifier": "mXZBpdgh4ECRu5sbiK7uMg==",
"identifierStr": "mXZBpdgh4ECRu5sbiK7uMg==",
"identifierGuid": "a5417699-21d8-40e0-91bb-9b1b88aeee32",
"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": "biejPvrzUE+AMd5U4YzOUg==",
"customerIDGuid": "3ea3276e-f3fa-4f50-8031-de54e18cce52",
"campaign": {
"$ref": "69"
},
"customer": {
"$id": "73",
"identifier": "ZijakDUxiUCjqrntijJXRg==",
"identifierGuid": "90da2866-3135-4089-a3aa-b9ed8a325746",
"code": "sample string 2",
"familyName": "sample string 3",
"givenName": "sample string 4",
"otherName": "sample string 5",
"title": "sample string 6",
"dateOfBirth": "2026-06-03T18:32:13.1313244",
"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": "6Oryj6Bj4kW6xbnG7ijlnA==",
"communityIdentifierGuid": "8ff2eae8-63a0-45e2-bac5-b9c6ee28e59c",
"joined": "2026-06-03T18:32:13.1313244",
"updated": "2026-06-03T18:32:13.1313244",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "sed5QnYFD0yTeI5YEYcOkw==",
"priceLevelIdentifierGuid": "4279e7b1-0576-4c0f-9378-8e5811870e93",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-06-03T18:32:13.1313244",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "74",
"cardType": 2,
"issueDate": "2026-06-03T18:32:13.1313244",
"expiry": "2026-06-03T18:32:13.1313244",
"customerID": "b6pBE1w08kOLN5Ha4U0Wug==",
"customerIDGuid": "1341aa6f-345c-43f2-8b37-91dae14d16ba",
"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:32:13.1313244",
"linkedAccount": "+LcOPiOp3UCr9IKGd9L2/w==",
"linkedAccountGuid": "3e0eb7f8-a923-40dd-abf4-828677d2f6ff",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "73"
},
"account": {
"$id": "75",
"id": 1,
"identifier": "TB6KctCAtkKkpmBnB4pFvg==",
"identifierGuid": "728a1e4c-80d0-42b6-a4a6-6067078a45be",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-06-03T18:32:13.1313244",
"owner": "nSLnq6ept0SgWLkqSR9owg==",
"ownerGuid": "abe7229d-a9a7-44b7-a058-b92a491f68c2",
"accountStoreGroupIdentifier": "a+FEYGPVSEGpvzw4yrdX+A==",
"accountStoreGroupGuid": "6044e16b-d563-4148-a9bf-3c38cab757f8",
"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:32:13.1313244",
"active": true,
"updated": "2026-06-03T18:32:13.1313244",
"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": "OacXJ5HGNUm6FcoZqBzyjA==",
"identifierGuid": "2717a739-c691-4935-ba15-ca19a81cf28c",
"name": "sample string 2",
"primaryContact": "lvnTNxUo8U+r+7VLMcFJHA==",
"primaryContactGuid": "37d3f996-2815-4ff1-abfb-b54b31c1491c",
"accountID": "C/hSHdGUD0CuDCfRZ1TvMQ==",
"accountIDGuid": "1d52f80b-94d1-400f-ae0c-27d16754ef31",
"special": true,
"updated": "2026-06-03T18:32:13.1313244",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "TOuYJZi1bEGAGM/cTLU/UA==",
"priceLevelIdentifierGuid": "2598eb4c-b598-416c-8018-cfdc4cb53f50",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "75"
},
"primaryContactCustomer": {
"$ref": "73"
},
"customerGroupMembers": [
{
"$id": "78",
"id": 1,
"groupID": "7kz/0T0La0iz5IBnjmKUeA==",
"groupIDGuid": "d1ff4cee-0b3d-486b-b3e4-80678e629478",
"customerID": "PElBZM4kWkCuJq3/5lfHng==",
"customerIDGuid": "6441493c-24ce-405a-ae26-adffe657c79e",
"card": "sample string 4",
"linkedAccount": "qLgn8QtovEO/fgNeLLjD0w==",
"linkedAccountGuid": "f127b8a8-680b-43bc-bf7e-035e2cb8c3d3",
"customer": {
"$ref": "73"
},
"group": {
"$ref": "77"
},
"customerCard": {
"$ref": "74"
}
},
{
"$ref": "78"
}
]
},
{
"$ref": "77"
}
]
},
"payments": [
{
"$id": "79",
"id": 1,
"identifier": "ExO7FrCwdkq0sc9rMeFPQQ==",
"identifierGuid": "16bb1313-b0b0-4a76-b4b1-cf6b31e14f41",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "ulZoFRRXkEGADOIv/yWcCg==",
"accountIDGuid": "156856ba-5714-4190-800c-e22fff259c0a",
"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:32:13.1313244",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "DkB7lnY2c0WQLx1k+MwtPQ==",
"idempotentVoidGuid": "967b400e-3676-4573-902f-1d64f8cc2d3d",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "80",
"saleHeaderID": 1,
"saleHeaderGuid": "7P7cq9C4m0qr18eaUdgaRA==",
"saleHeaderIdentifierGuid": "abdcfeec-b8d0-4a9b-abd7-c79a51d81a44",
"created": "2026-06-03T18:32:13.1313244",
"createdLocal": "2026-06-03T18:32:13.1313244",
"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:32:13.1313244",
"storeID": 1,
"operatorG_Uid": "I/2vmRZTVUSmaOFq0JPODw==",
"operatorGuid": "99affd23-5316-4455-a668-e16ad093ce0f",
"customerG_Uid": "17SyAB0+o0WVEhKNcw/Tyw==",
"customerGuid": "00b2b4d7-3e1d-45a3-9512-128d730fd3cb",
"communityIdentifier": "RStZfipDXkqjwrG3C984Pg==",
"communityIdentifierGuid": "7e592b45-432a-4a5e-a3c2-b1b70bdf383e",
"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": "F3Og9axH30uvqK5LEjzOcg==",
"priceLevelIdentifierGuid": "f5a07317-47ac-4bdf-afa8-ae4b123cce72",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-06-03T18:32:13.1313244+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:32:13.1313244",
"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": "flqbxigG/0SpUEMg9VgJLA==",
"identifierGuid": "c69b5a7e-0628-44ff-a950-4320f558092c",
"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:32:13.1313244",
"promoPeriodEnd": "2026-06-03T18:32:13.1313244",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-06-03T18:32:13.1313244",
"deleted": true
},
"details": [
{
"$id": "83",
"saleItemID": 1,
"identifier": "o+J6O2EbHkWF8T9M+Q2Ehg==",
"identifierGuid": "3b7ae2a3-1b61-451e-85f1-3f4cf90d8486",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "J0AUGnXlhU2Olha0gR6ozw==",
"pluGuid": "1a144027-e575-4d85-8e96-16b4811ea8cf",
"accountID": "aIiFMBgRnEe8Smu/yAZL4g==",
"accountIDGuid": "30858868-1118-479c-bc4a-6bbfc8064be2",
"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:32:13.1313244",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "V0tizDPh60yED4MdGQ27qw==",
"refundGuid": "cc624b57-e133-4ceb-840f-831d190dbbab",
"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": "YbTOm4mMc0OuYnBFInhLGg==",
"idempotentVoidGuid": "9bceb461-8c89-4373-ae62-704522784b1a",
"priceLevelIdentifier": "SwU0URooJUmhoehG6UkY5w==",
"priceLevelIdentifierGuid": "5134054b-281a-4925-a1a1-e846e94918e7",
"communityIdentifier": "bOCs/DrttUW13THY5QMJXA==",
"communityIdentifierGuid": "fcace06c-ed3a-45b5-b5dd-31d8e503095c",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "84",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-06-03T18:32:13.1313244",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "84"
}
],
"refund": {
"$id": "85",
"id": 1,
"g_UID": "rKLg7Cjt90+NthM/3DzaeQ==",
"guid": "ece0a2ac-ed28-4ff7-8db6-133fdc3cda79",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-06-03T18:32:13.1313244"
},
"modifier": {
"$id": "86",
"id": 1,
"setG_UID": "HuEimPx3h0u2rOWXxGM6wA==",
"modifierSetGuid": "9822e11e-77fc-4b87-b6ac-e597c4633ac0",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "E7LkKpyEKE6IcyB6fCXesw==",
"pluGuid": "2ae4b213-849c-4e28-8873-207a7c25deb3",
"deleted": true,
"g_UID": "Hlp3ZG6THESshPU1WBHQTQ==",
"guid": "64775a1e-936e-441c-ac84-f5355811d04d",
"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": "BBBmoUDNw0ydqlLuwBpSbQ==",
"pluGuid": "a1661004-cd40-4cc3-9daa-52eec01a526d",
"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:32:13.1313244",
"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:32:13.1313244",
"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": "VJiVSHLEAEWsII9cz/6J1Q==",
"pluGuid": "48959854-c472-4500-ac20-8f5ccffe89d5",
"accountID": "1Zh2aeNr9UO2Mm0w2K/P6g==",
"accountIDGuid": "697698d5-6be3-43f5-b632-6d30d8afcfea",
"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:32:13.1313244",
"bestOrExpireType": 1,
"refundG_UID": "CTo7F6ufqkuukc2oB5jJgA==",
"refundGuid": "173b3a09-9fab-4baa-ae91-cda80798c980",
"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": "mgWmdZB0Y02h9mZ7rsuX1A==",
"identifierGuid": "75a6059a-7490-4d63-a1f6-667baecb97d4",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "tJx44eYd9Ee3In9jsY04eg==",
"customerIdentifierGuid": "e1789cb4-1de6-47f4-b722-7f63b18d387a",
"operatorNo": 1,
"operatorG_UID": "PkKb0jyddU+6T55kLqLHew==",
"operatorGuid": "d29b423e-9d3c-4f75-ba4f-9e642ea2c77b",
"created": "2026-06-03T18:32:13.1313244",
"ordered": "2026-06-03T18:32:13.1313244",
"started": "2026-06-03T18:32:13.1313244",
"completed": "2026-06-03T18:32:13.1313244",
"supplied": "2026-06-03T18:32:13.1313244",
"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": "6lPY++EbVkeygbGnC6JUZw==",
"pluGuid": "fbd853ea-1be1-4756-b281-b1a70ba25467",
"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": "3nDjShiu4U+mJp1C83j1YQ==",
"headerIdentifierGuid": "4ae370de-ae18-4fe1-a626-9d42f378f561",
"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": "LgHR7qFLAE2ECi8b41hUbQ==",
"surveyGuid": "eed1012e-4ba1-4d00-840a-2f1be358546d",
"saleHeaderGuid": "ljX4Kp5UUEe5FpMkHFUz6Q==",
"saleGuid": "2af83596-549e-4750-b916-93241c5533e9",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "+G7FIPOVK0+ZRP7uleojsg==",
"guidResponse": "20c56ef8-95f3-4f2b-9944-feee95ea23b2",
"whoAnswered": 2,
"answeredAtUTC": "2026-06-03T18:32:13.1313244",
"sale": {
"$ref": "80"
},
"survey": {
"$id": "95",
"g_UID": "QxyKVUUqTUeyfGUojY5Drw==",
"guid": "558a1c43-2a45-474d-b27c-65288d8e43af",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "h86Qgx+zdUKxtNDlKvOD+Q==",
"checkoutFormGuid": "8390ce87-b31f-4275-b1b4-d0e52af383f9",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-06-03T18:32:13.1313244",
"end": "2026-06-03T18:32:13.1313244",
"deleted": true,
"updated": "2026-06-03T18:32:13.1313244",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"3ae74b9c-913c-47a8-926e-b19c7dc4dfda",
"fc2cba0b-c41d-4dd7-80f9-6dca142bafff"
],
"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": "wf1IZcLBi0a766QpftEHUg==",
"accountIdentifier": "6548fdc1-c1c2-468b-bbeb-a4297ed10752",
"accountName": "sample string 44",
"customerOrderIdentifier": "UOM98n2ywEiBC9SnVO+dEQ==",
"customerOrderIdentifierGuid": "f23de350-b27d-48c0-810b-d4a754ef9d11",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "96",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "4A/drPi3Z0mDUdm/ZuZR0Q==",
"paymentIdentifierGuid": "acdd0fe0-b7f8-4967-8351-d9bf66e651d1",
"identifier": "iHDx+RhaWEqeu4s2KkIh7Q==",
"identifierGuid": "f9f17088-5a18-4a58-9ebb-8b362a4221ed",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "mMlU3C9Cgke93z5ghJHeqg==",
"itemIdentifierGuid": "dc54c998-422f-4782-bddf-3e608491deaa"
}
},
{
"$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": "dKsdNnQ1dUKTY6R//a5Skw==",
"customerIdentifierGuid": "361dab74-3574-4275-9363-a47ffdae5293",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "/Vd7SVn2d0WzILJTciuftg==",
"idempotentGuid": "497b57fd-f659-4577-b320-b253722b9fb6",
"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:32:13.1313244",
"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:32:13.1313244",
"labelPageLayout": "o2G+2f0+UUi6cAv0gxqv0A==",
"pageLayoutGuid": "d9be61a3-3efd-4851-ba70-0bf4831aafd0",
"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:32:13.1313244"
},
{
"$ref": "101"
}
]
},
"customerVouchers": [
{
"$id": "102",
"id": 1,
"customerIdentifier": "bSFovhL8MEKlqyVkKB0pYQ==",
"customerIdentifierGuid": "be68216d-fc12-4230-a5ab-2564281d2961",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-06-03T18:32:13.1313244",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "veGjRkSzCEil15cn0lvTUQ==",
"issuedIdempotentGuid": "46a3e1bd-b344-4808-a5d7-9727d25bd351",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-06-03T18:32:13.1313244",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-06-03T18:32:13.1313244",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "6RQ7AvQJh0ivg+Du4gKshQ==",
"redeemedIdempotentGuid": "023b14e9-09f4-4887-af83-e0eee202ac85",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-06-03T18:32:13.1313244",
"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": "LbxTS1qn7ECnHSklrKUing==",
"groupIDGuid": "4b53bc2d-a75a-40ec-a71d-2925aca5229e",
"campaign": {
"$ref": "69"
},
"group": {
"$ref": "77"
}
},
{
"$ref": "103"
}
],
"signIqTickets": [
{
"$id": "104",
"identifier": "U42znQdlH0WjY8oUBrp3qw==",
"identifierGuid": "9db38d53-6507-451f-a363-ca1406ba77ab",
"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": "hHY4sV2hmUyi2yoEFT++qQ==",
"guid": "b1387684-a15d-4c99-a2db-2a04153fbea9",
"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": "qWeZay41KEGVClVcSnyaag==",
"groupGuid": "6b9967a9-352e-4128-950a-555c4a7c9a6a",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "Fm5CShwd6UWtUkFzNOr+TQ==",
"pluGuid": "4a426e16-1d1c-45e9-ad52-417334eafe4d",
"priceGroupG_UID": "aNYAH/rg40CxS8vpLrBrxQ==",
"priceGroupGuid": "1f00d668-e0fa-40e3-b14b-cbe92eb06bc5",
"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": "Kbz3BiPoQEWzKShongQfuQ==",
"priceLevelIdentifierGuid": "06f7bc29-e823-4540-b329-28689e041fb9",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "107"
}
],
"promotionType": {
"$id": "108",
"identifier": "CawF8tHZrUSqd8soOysyKA==",
"identifierGuid": "f205ac09-d9d1-44ad-aa77-cb283b2b3228",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "yOWdICAIxUu5SWhfCZTBKg==",
"labelPageLayoutGuid": "209de5c8-0820-4bc5-b949-685f0994c12a",
"priceLevelIdentifier": "r7MupaERjEmAYkPKU3Sbnw==",
"priceLevelIdentifierGuid": "a52eb3af-11a1-498c-8062-43ca53749b9f",
"active": true,
"updated": "2026-06-03T18:32:13.1313244",
"hostName": "sample string 11"
}
},
"product": {
"$ref": "2"
},
"dealCost": {
"$id": "109",
"headerIdentifier": "JSCHaa5V+Uayl2ugNKCL/w==",
"headerIdentifierGuid": "69872025-55ae-46f9-b297-6ba034a08bff",
"identifier": "OSW5eCQNNEGs3QiC5xhEFQ==",
"identifierGuid": "78b92539-0d24-4134-acdd-0882e7184415",
"supplierIdentifier": "mJxqZ6cXZkmabZpjsRhoGA==",
"supplierGuid": "676a9c98-17a7-4966-9a6d-9a63b1186818",
"pluG_UID": "Z/e7wNHFbEOfgm/L8rPqqQ==",
"pluGuid": "c0bbf767-c5d1-436c-9f82-6fcbf2b3eaa9",
"campaignName": "7fc2a011-4437-4450-a452-3342b9a18e1f",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-06-03T18:32:13.1313244",
"end": "2026-06-03T18:32:13.1313244",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "b6iR0mnqp0+yLsgvy1l2wg==",
"bonusItemPluGuid": "d291a86f-ea69-4fa7-b22e-c82fcb5976c2",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-06-03T18:32:13.1313244",
"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:32:13.1313244",
"campaignEndDate": "2026-06-03T18:32:13.1313244",
"masterPLUG_UID": "U9TqwHgTJUiLoiAA6Vw7sw==",
"masterID": "c0ead453-1378-4825-8ba2-2000e95c3bb3",
"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": "ZbMtLKH0O02e3GsN4j4LFg==",
"bonusMasterID": "2c2db365-f4a1-4d3b-9edc-6b0de23e0b16",
"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:32:13.1313244",
"dealCosts": [
{
"$ref": "109"
},
{
"$ref": "109"
}
],
"tags": [
{
"$id": "110",
"pluG_UID": "P3gyu8gVvkCDdWpZAltMzw==",
"pluGuid": "bb32783f-15c8-40be-8375-6a59025b4ccf",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "110"
}
],
"alternateProductG_UID": "AiDUkB5yrEWeOX/Rtn2mIA==",
"alternateProduct": "90d42002-721e-45ac-9e39-7fd1b67da620",
"altProduct": {
"$ref": "2"
},
"productHostCode": {
"$id": "111",
"id": 1,
"pluG_UID": "BaFZGrOuxkSBE2WKYg2tgA==",
"pluGuid": "1a59a105-aeb3-44c6-8113-658a620dad80",
"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:32:13.1313244",
"inventoryTracked": "2026-06-03T18:32:13.1313244",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "112",
"pluG_UID": "1zc7XxHVsEGTA3Hhd4oNMQ==",
"pluGuid": "5f3b37d7-d511-41b0-9303-71e1778a0d31",
"fuelPluG_UID": "hrRn27/acEynlyOvnALACA==",
"fuelPluGuid": "db67b486-dabf-4c70-a797-23af9c02c008",
"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"
}
]
},
"filterType": 63,
"deptName": "sample string 64",
"subDeptName": "sample string 65"
}
application/xml
Sample not available.
text/xml
Sample not available.
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
None.