PUT api/hostitem/{id}
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": "/NJW4mo57ES/4277wmdcag==",
"pGuid": "e256d2fc-396a-44ec-bfe3-6efbc2675c6a",
"masterProductGuid": "ZWlHZWZDYUmaHMXCaMPwDg==",
"mGuid": "65476965-4366-4961-9a1c-c5c268c3f00e",
"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-02T22:58:19.6855444",
"costEffectiveDate": "2026-06-02T22:58:19.6855444",
"user": "sample string 57",
"processed": "2026-06-02T22:58:19.6855444",
"created": "2026-06-02T22:58:19.6855444",
"updated": "2026-06-02T22:58:19.6855444",
"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": "uYaiXhpVHEOVm2P235hZew==",
"guid": "5ea286b9-551a-431c-959b-63f6df98597b",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "CY/l6GQ/V0OBwQaP9/yTUA==",
"priceGroupGuid": "e8e58f09-3f64-4357-81c1-068ff7fc9350",
"blueprintID": 1,
"lastCountedDate": "2026-06-02T22:58:19.7011762",
"externalID": "sample string 7",
"active": true,
"activated": "2026-06-02T22:58:19.7011762",
"pluCreated": "2026-06-02T22:58:19.7011762",
"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-02T22:58:19.7011762",
"lastManualUpdate": "2026-06-02T22:58:19.7011762",
"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-02T22:58:19.7011762",
"currentCostUpdated": "2026-06-02T22:58:19.7011762",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-06-02T22:58:19.7011762",
"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-02T22:58:19.7167984",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "swptDjPLMkq0KjowvO41IA==",
"altPLUGuid": "0e6d0ab3-cb33-4a32-b42a-3a30bcee3520",
"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-02T22:58:19.7480384",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "1PS1Oop3dkiUpSU8OGbXkA==",
"shelfPageLayoutGuid": "3ab5f4d4-778a-4876-94a5-253c3866d790",
"talkerPageLayoutG_UID": "M5dvYE7zjke6XXjKrReWcA==",
"talkerPageLayoutGuid": "606f9733-f34e-478e-ba5d-78caad179670",
"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": "5TWGcYkZbEC3VGtTeG7mbw==",
"inventoryIdentifier": "718635e5-1989-406c-b754-6b53786ee66f",
"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": "jOnFeNExXUKsHYXkRs/X6Q==",
"parentPluGuid": "78c5e98c-31d1-425d-ac1d-85e446cfd7e9",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "xb0QU0wvSEStXRmlZBHevw==",
"supplierIdentifierGuid": "5310bdc5-2f4c-4448-ad5d-19a56411debf",
"supplierChanged": true,
"rebateSupplierIdentifier": "RjZRmqawCEyB628tgPUhZw==",
"rebateSupplierIdentifierGuid": "9a513646-b0a6-4c08-81eb-6f2d80f52167",
"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-02T22:58:19.7636759",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "zVmI+jCQkkyFvpjwhLbepg==",
"hostIdentifierGuid": "fa8859cd-9030-4c92-85be-98f084b6dea6",
"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-02T22:58:19.7792956",
"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": "jvJbztd6lkWFsaZ0kWTq/Q==",
"hostIdentifierGuid": "ce5bf28e-7ad7-4596-85b1-a6749164eafd",
"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-02T22:58:19.7792956",
"priceZone": {
"$id": "4",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "0zX0WM1slUqNlt+HvKFthg==",
"hostIdentifierGuid": "58f435d3-6ccd-4a95-8d96-df87bca16d86",
"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": "0a1VJPTZB0Cve/deTOHBsA==",
"hostIdentifierGuid": "2455add1-d9f4-4007-af7b-f75e4ce1c1b0",
"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": "yr+QgJbivkSe6MBwI5NZLw==",
"identifierGuid": "8090bfca-e296-44be-9ee8-c0702393592f",
"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": "CoEQjwOuZUqoGEnsJ6jVgg==",
"hostSupplierIdentifierGuid": "8f10810a-ae03-4a65-a818-49ec27a8d582",
"loyaltyPriceLevelIdentifier": "oaoeOEV4kUyNwDO7cMUwQg==",
"loyaltyPriceLevelIdentifierGuid": "381eaaa1-7845-4c91-8dc0-33bb70c53042",
"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-02T22:58:19.7949127",
"lastProcessed": "2026-06-02T22:58:19.7949127",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$id": "9",
"identifier": "DXgVvLz/9EWhmrwaOwrLJA==",
"identifierGuid": "bc15780d-ffbc-45f4-a19a-bc1a3b0acb24",
"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": "NHV8MSXDJE+5T8giJOuWHA==",
"primaryContactID": "317c7534-c325-4f24-b94f-c82224eb961c",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "XJHRV5f3EUyf1P5l8KIkJQ==",
"supplierGroupGuid": "57d1915c-f797-4c11-9fd4-fe65f0a22425",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-06-02T22:58:19.7949127",
"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": "79d83ba0-23d7-4709-a49b-1276c0aee99d",
"identifier": "nEnFQ27Hs0e2qfBkNuPJNQ==",
"identifierGuid": "43c5499c-c76e-47b3-b6a9-f06436e3c935",
"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": "snp6p9tGFU+D2qlmoytpNA==",
"supplierIdentifierGuid": "a77a7ab2-46db-4f15-83da-a966a32b6934",
"contactGuid": "VkWgsX8f706YuIWfajeNvw==",
"contactID": "b1a04556-1f7f-4eef-98b8-859f6a378dbf",
"contact": {
"$ref": "10"
},
"supplier": {
"$ref": "9"
}
},
{
"$ref": "11"
}
],
"products": [
{
"$id": "12",
"pluG_UID": "2g3xRlR5k06e7BwAbt1NFQ==",
"pluGuid": "46f10dda-7954-4e93-9eec-1c006edd4d15",
"supplierIdentifier": "5UslMdUNwUywgRDooQSg6A==",
"supplierIdentifierGuid": "31254be5-0dd5-4cc1-b081-10e8a104a0e8",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-06-02T22:58:19.7949127",
"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-02T22:58:19.7949127",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "13",
"pluG_UID": "2EGFWiq7qUuWONKhyI+FOw==",
"pluGuid": "5a8541d8-bb2a-4ba9-9638-d2a1c88f853b",
"supplierIdentifier": "YGNT82+hwkuaAZJ/TNCW0Q==",
"supplierIdentifierGuid": "f3536360-a16f-4bc2-9a01-927f4cd096d1",
"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": "1ETa14oS5EaaaYDRL/nXwQ==",
"parentPluGuid": "d7da44d4-128a-46e4-9a69-80d12ff9d7c1",
"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": "kSfKEWl37U61iaoleZk3FA==",
"supplierGuid": "11ca2791-7769-4eed-b589-aa2579993714",
"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": "r5bNzdxY7UucWU2RJ8MnQw==",
"supplierGuid": "cdcd96af-58dc-4bed-9c59-4d9127c32743",
"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-02T22:58:19.7949127",
"deliveryDate": "2026-06-02T22:58:19.7949127",
"nextCutOffDate": "2026-06-02T22:58:19.7949127",
"nextDeliveryDate": "2026-06-02T22:58:19.7949127",
"nextDaysBuffer": 10
},
{
"$ref": "16"
}
],
"store": {
"$ref": "3"
},
"updated": "2026-06-02T22:58:19.7949127",
"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-02T22:58:19.7949127",
"processed": "2026-06-02T22:58:19.7949127",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-06-02T22:58:19.7949127",
"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-02T22:58:19.7949127",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "17"
}
],
"zoneMatrix": [
{
"$id": "19",
"id": 1,
"hostIdentifier": "8d/rE8KNXUKLgpr2vxp6HQ==",
"hostIdentifierGuid": "13ebdff1-8dc2-425d-8b82-9af6bf1a7a1d",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"76c5f631-29e6-4d62-a5be-b04259a4c418",
"bb8d571c-15da-48a1-87bb-3ecf491cc3be"
]
},
{
"$ref": "19"
}
],
"hostFileStoreSetting": {
"$ref": "7"
},
"hostStoreSettings": [
{
"$ref": "7"
},
{
"$ref": "7"
}
],
"promotionPlacements": [
{
"$id": "20",
"identifier": "hmbLUDUqc0a+kXinV7yDvg==",
"identifierGuid": "50cb6686-2a35-4673-be91-78a757bc83be",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "20"
}
],
"promoTypeGuids": [
"bd767ddd-45c4-4d2c-9bb0-5fd8ae80231c",
"718b2dd0-60f7-4638-8d35-059fa919cf6a"
],
"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-02T22:58:19.7949127",
"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": "b9ba42ec-2716-4680-b652-ce1ce42a2911",
"updateStore": {
"$id": "26",
"id": "da4fd161-f7c5-44c7-a8a4-617fee9a5ff6",
"name": "sample string 1",
"lastActivity": "2026-06-02T22:58:19.7949127",
"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-02T22:58:19.7949127"
},
"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": "GBNkUvlEhES092Oi4IzylA==",
"pluGuid": "52641318-44f9-4484-b4f7-63a2e08cf294",
"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-02T22:58:19.7949127"
},
{
"$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-02T22:58:19.7949127",
"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-02T22:58:19.7949127",
"startTime": 5,
"endDate": "2026-06-02T22:58:19.7949127",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "H+MQ6rHcD0yMWDp81lYMlQ==",
"hostIdentifierGuid": "ea10e31f-dcb1-4c0f-8c58-3a7cd6560c95",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "31"
},
{
"$ref": "31"
}
]
},
"tray": {
"$id": "32",
"g_UId": "UsVorc5lHUqZjpVflrXsbA==",
"guid": "ad68c552-65ce-4a1d-998e-955f96b5ec6c",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "33",
"priceGroupG_UID": "oZ8sXA8jSUGCiLyhUe5nPw==",
"priceGroupGuid": "5c2c9fa1-230f-4149-8288-bca151ee673f",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-06-02T22:58:19.8105644",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "34",
"pluG_UID": "4JfysUuOREyDImdB8rynsQ==",
"pluGuid": "b1f297e0-8e4b-4c44-8322-6741f2bca7b1",
"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": "37603cb6-9a23-45ea-9384-fe43f059a739",
"created": "2026-06-02T22:58:19.8261627",
"createdByUser": "sample string 1",
"activated": "2026-06-02T22:58:19.8261627",
"activatedByUser": "sample string 2",
"deactivated": "2026-06-02T22:58:19.8261627",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-06-02T22:58:19.8261627",
"lastOrderedQty": 4.0,
"lastReceived": "2026-06-02T22:58:19.8261627",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-06-02T22:58:19.8261627",
"lastSold": "2026-06-02T22:58:19.8261627",
"firstSold": "2026-06-02T22:58:19.8261627",
"awsUpdated": "2026-06-02T22:58:19.8261627",
"lastManualUpdate": "2026-06-02T22:58:19.8261627",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-06-02T22:58:19.8261627",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-06-02T22:58:19.8261627",
"doNotRangeUpdated": "2026-06-02T22:58:19.8417827",
"doNotOrderUpdated": "2026-06-02T22:58:19.8417827",
"tracked": "2026-06-02T22:58:19.8417827"
},
"allergens": [
{
"$id": "36",
"primaryKey": {
"$id": "37",
"pluGuid": "cea14706-339b-417d-a5d8-46d022f22c70",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "BkehzpszfUGl2EbQIvIscA==",
"pluGuid": "cea14706-339b-417d-a5d8-46d022f22c70",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "36"
}
],
"costs": {
"$id": "38",
"pluG_UID": "olE0csxheEeV9iQLGNtJ/Q==",
"pluGuid": "723451a2-61cc-4778-95f6-240b18db49fd",
"enteredCost": 1,
"weightedAvgCost": 1,
"lastCost": 1,
"rawEnteredCost": 2,
"rawWeightedAvgCost": 3,
"rawLastCost": 4,
"freight": 5.0,
"freightType": 6,
"costDecimals": 7,
"fifoCost": 1,
"updated": "2026-06-02T22:58:19.8417827",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "39",
"saleHeaderID": 1,
"created": "2026-06-02T22:58:19.8417827",
"createdLocal": "2026-06-02T22:58:19.8417827",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "xwUspaDtHkqgxhQoHp545A==",
"operatorGuid": "a52c05c7-eda0-4a1e-a0c6-14281e9e78e4",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "jvDIcnC6e0y8Mdtcc7Zudg==",
"pluGuid": "72c8f08e-ba70-4c7b-bc31-db5c73b66e76",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$id": "40",
"id": 1,
"g_Uid": "LT7oe3kKnECwhaGYAJ60Og==",
"guid": "7be83e2d-0a79-409c-b085-a198009eb43a",
"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-02T22:58:19.8417827",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-06-02T22:58:19.8417827",
"endShift": "2026-06-02T22:58:19.8417827",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "41",
"operatorG_UID": "5A/v/rA9u0SbpAnN1PeK4Q==",
"operatorGuid": "feef0fe4-3db0-44bb-9ba4-09cdd4f78ae1",
"storeID": 2,
"operator": {
"$ref": "40"
},
"store": {
"$ref": "3"
}
},
{
"$ref": "41"
}
]
}
},
{
"$ref": "39"
}
],
"apns": [
{
"$id": "42",
"pluID": 1,
"pluG_UID": "O3rWvaDP8UyQBbLZB6AEAw==",
"pluGuid": "bdd67a3b-cfa0-4cf1-9005-b2d907a00403",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "42"
}
],
"tuns": [
{
"$id": "43",
"pluG_UId": "ak7I+teR10O0X1Skg9S3pg==",
"pluGuid": "fac84e6a-91d7-43d7-b45f-54a483d4b7a6",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "2"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "43"
}
],
"competitionPricing": [
{
"$id": "44",
"identifier": "e3RU9i7RMU6yy4sqeuf8oA==",
"identifierGuid": "f654747b-d12e-4e31-b2cb-8b2a7ae7fca0",
"pluG_UID": "DXn4Jqp180iRIRWtpc2tBQ==",
"pluGuid": "26f8790d-75aa-48f3-9121-15ada5cdad05",
"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": "q08+faiiY0i401gso9PqjQ==",
"groupName": "sample string 1",
"identifierGuid": "7d3e4fab-a2a8-4863-b8d3-582ca3d3ea8d",
"exists": true,
"flipChartIdentifier": "zPx5kuY3+k2h5cnxRhER5Q==",
"flipChartIdentifierGuid": "9279fccc-37e6-4dfa-a1e5-c9f1461111e5",
"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": "i36jbyTVP06eFDZSKBIGKQ==",
"groupIdentifierGuid": "6fa37e8b-d524-4e3f-9e14-365228120629",
"flipChart": {
"$id": "46",
"identifier": "OMfWod1ajEGloAPQ7RC/jA==",
"identifierGuid": "a1d6c738-5add-418c-a5a0-03d0ed10bf8c",
"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": "ESDzGd45MEKjFjs9RVVu+A==",
"identifierGuid": "19f32011-39de-4230-a316-3b3d45556ef8",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "48",
"id": 1,
"g_UID": "vcXYt3/ZYEGCblfOcI6iMw==",
"guid": "b7d8c5bd-d97f-4160-826e-57ce708ea233",
"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": "NzGkVXo51k+RgQYLNEHSmw==",
"previousFormGuid": "55a43137-397a-4fd6-9181-060b3441d29b",
"nextForm": 1,
"nextFormG_UID": "XkhSfF+36UyeKNKaZQwBxw==",
"nextFormGuid": "7c52485e-b75f-4ce9-9e28-d29a650c01c7",
"attributes": "sample string 10",
"updated": "2026-06-02T22:58:19.857432",
"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": "ChVHNUjlL0ihxaBvyuOb0Q==",
"checkoutFormGuid": "3547150a-e548-482f-a1c5-a06fcae39bd1",
"identifier": "iRUteb1IUk65SdISJ6bong==",
"identifierGuid": "792d1589-48bd-4e52-b949-d21227a6e89e",
"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": "6JZRMbpgVEmhJP4Uy+xZ7g==",
"valueGuid": "315196e8-60ba-4954-a124-fe14cbec59ee",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-06-02T22:58:19.857432",
"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-02T22:58:19.857432",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "49"
}
],
"panels": [
{
"$id": "51",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "Y0xStnuti0WSOQKVKmM9wg==",
"checkoutFormGuid": "b6524c63-ad7b-458b-9239-02952a633dc2",
"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": "CdxnbgLsw0imwZORzuUFwg==",
"flipChartPageIdentifierGuid": "6e67dc09-ec02-48c3-a6c1-9391cee505c2",
"pluG_UID": "aC//IGnxbUS534lkfxZaLA==",
"pluGuid": "20ff2f68-f169-446d-b9df-89647f165a2c",
"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": "TZY7HPaTUE2dcbf4XMiryA==",
"pluGuid": "1c3b964d-93f6-4d50-9d71-b7f85cc8abc8",
"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-02T22:58:19.857432",
"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": "drZLXGzjNUWqALLhAqMHBg==",
"ingredientGuid": "+09ze5VjX06xYrLFPCDkMQ==",
"ingredientIdentifier": "7b734ffb-6395-4e5f-b162-b2c53c20e431",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "2"
}
},
{
"$ref": "54"
}
],
"bins": [
{
"$id": "55",
"pluG_UID": "PWjwQgtpmEaMsYGXVgZYyg==",
"pluGuid": "42f0683d-690b-4698-8cb1-8197560658ca",
"shelfLocationIdentifier": "hC61StTQw0+KsR/KhLkKBw==",
"shelfLocationGuid": "4ab52e84-d0d4-4fc3-8ab1-1fca84b90a07",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "K6AwGbeXlUeGNYydG87+Cg==",
"labelPageLayoutGuid": "1930a02b-97b7-4795-8635-8c9d1bcefe0a",
"updated": "2026-06-02T22:58:19.8730585",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "2"
},
"location": {
"$id": "56",
"identifier": "LR03enR9SUurdvLx6/h1cw==",
"storeID": 1,
"identifierGuid": "7a371d2d-7d74-4b49-ab76-f2f1ebf87573",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-06-02T22:58:19.8730585",
"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": "BtU0wqFdIkOMxb3GFmB45w==",
"pluGuid": "c234d506-5da1-4322-8cc5-bdc6166078e7",
"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-02T22:58:19.8730585",
"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-02T22:58:19.8730585",
"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": "VLd8qEQ2GESuKFN63i6Bvw==",
"labelPageLayoutGuid": "a87cb754-3644-4418-ae28-537ade2e81bf",
"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-02T22:58:19.8730585",
"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": "YcsWI3tYLEORy+XqatoFyw==",
"labelPageLayoutGuid": "2316cb61-587b-432c-91cb-e5ea6ada05cb",
"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-02T22:58:19.8730585",
"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": "Xg+2nB3UzUyHPsUJsJfyUw==",
"labelPageLayoutGuid": "9cb60f5e-d41d-4ccd-873e-c509b097f253",
"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-02T22:58:19.8730585",
"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": "jSncM3gxfkKOSbGwVrf+HA==",
"labelPageLayoutGuid": "33dc298d-3178-427e-8e49-b1b056b7fe1c",
"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": "RmH/BFHBdkauoDfifxfLdg==",
"pluGuid": "04ff6146-c151-4676-aea0-37e27f17cb76",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "KWi6JGe/+EGfqi5p4CE3vQ==",
"dealCostGuid": "24ba6829-bf67-41f8-9faa-2e69e02137bd",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "Xz3sm4njnEOZi5sGREdfOw==",
"priceGroupGuid": "9bec3d5f-e389-439c-998b-9b0644475f3b",
"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-02T22:58:19.8730585",
"rrp": 28,
"campaignDescription": "sample string 29",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "62b2dd90-77c3-4d08-b96f-ece06b74f1a0",
"campaignComboPriceGroupG_UID": "JVgcUSjEQk2j5iXKn4V5ew==",
"campaignComboPriceGroupIdentifier": "511c5825-c428-4d42-a3e6-25ca9f85797b",
"promotionPlacementDescription": "sample string 31",
"storeAcceptances": [
{
"$id": "68",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-06-02T22:58:19.8730585",
"operatorG_UID": "YvCgWDzKWkiZENxbR9W5YA==",
"operatorGuid": "58a0f062-ca3c-485a-9910-dc5b47d5b960",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-06-02T22:58:19.8730585",
"signIqTicketFileMovedUtc": "2026-06-02T22:58:19.8730585",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-06-02T22:58:19.8730585",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "06831aff-d55c-4af8-ac26-9e61b967c16c",
"product": {
"$ref": "2"
},
"campaignPlu": {
"$ref": "67"
},
"fuelItem": true
},
{
"$ref": "68"
}
],
"campaign": {
"$id": "69",
"id": 1,
"storeID": 2,
"name": "b4ea556a-df0c-45eb-a4c1-408f4faafa88",
"nameGuid": "b4ea556a-df0c-45eb-a4c1-408f4faafa88",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-06-02T22:58:19.8730585",
"startTime": 1,
"endDate": "2026-06-02T22:58:19.8730585",
"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-02T22:58:19.8730585",
"system": true,
"created": "2026-06-02T22:58:19.8730585",
"updated": "2026-06-02T22:58:19.8730585",
"priceChangeNotifiedUtc": "2026-06-02T22:58:19.8730585",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "ZrZE/6NkrU+umvGgc2QJEA==",
"hostIdentifierGuid": "ff44b666-64a3-4fad-ae9a-f1a073640910",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-06-02T22:58:19.8730585",
"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": "MK/QXjLRqEe3/ZSRG6bx+w==",
"pluGuid": "5ed0af30-d132-47a8-b7fd-94911ba6f1fb",
"hostOfferID": 1,
"priceGroupG_UID": "7H8VMqPGb02W6k8J0SDwmQ==",
"priceGroupGuid": "32157fec-c6a3-4d6f-96ea-4f09d120f099",
"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-02T22:58:19.8730585",
"rrp": 18,
"campaignDescription": "sample string 19",
"product": {
"$ref": "2"
},
"campaign": {
"$ref": "69"
}
},
{
"$ref": "70"
}
],
"sellingRules": [
{
"$id": "71",
"id": 1,
"identifier": "51CzO2oAVEaFqXZonanZdg==",
"identifierStr": "51CzO2oAVEaFqXZonanZdg==",
"identifierGuid": "3bb350e7-006a-4654-85a9-76689da9d976",
"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": "07yRcCzF6EWhgecQHo8HPg==",
"customerIDGuid": "7091bcd3-c52c-45e8-a181-e7101e8f073e",
"campaign": {
"$ref": "69"
},
"customer": {
"$id": "73",
"identifier": "8GQfiDffTUGONopUf8gIUQ==",
"identifierGuid": "881f64f0-df37-414d-8e36-8a547fc80851",
"code": "sample string 2",
"familyName": "sample string 3",
"givenName": "sample string 4",
"otherName": "sample string 5",
"title": "sample string 6",
"dateOfBirth": "2026-06-02T22:58:19.8730585",
"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": "Robhool+f06WWvi0b8mLBQ==",
"communityIdentifierGuid": "a2e18646-7e89-4e7f-965a-f8b46fc98b05",
"joined": "2026-06-02T22:58:19.8730585",
"updated": "2026-06-02T22:58:19.8730585",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "dUsezfrmbk6YOt2FP21OiQ==",
"priceLevelIdentifierGuid": "cd1e4b75-e6fa-4e6e-983a-dd853f6d4e89",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-06-02T22:58:19.8730585",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "74",
"cardType": 2,
"issueDate": "2026-06-02T22:58:19.8730585",
"expiry": "2026-06-02T22:58:19.8730585",
"customerID": "zFrGAaGo00Ovkq/9k5xi2w==",
"customerIDGuid": "01c65acc-a8a1-43d3-af92-affd939c62db",
"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-02T22:58:19.8730585",
"linkedAccount": "BLBrVyUvAUSCIjpwHGB4Rg==",
"linkedAccountGuid": "576bb004-2f25-4401-8222-3a701c607846",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "73"
},
"account": {
"$id": "75",
"id": 1,
"identifier": "yzMfdGk4xUWk2ATMPEa3iw==",
"identifierGuid": "741f33cb-3869-45c5-a4d8-04cc3c46b78b",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-06-02T22:58:19.8730585",
"owner": "ouivAv5CbEKCfjm8cIzo/A==",
"ownerGuid": "02afe8a2-42fe-426c-827e-39bc708ce8fc",
"accountStoreGroupIdentifier": "js3W/NPrmEyoZTcIZOqxBw==",
"accountStoreGroupGuid": "fcd6cd8e-ebd3-4c98-a865-370864eab107",
"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-02T22:58:19.8730585",
"active": true,
"updated": "2026-06-02T22:58:19.8730585",
"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": "1dwQxDCVAUmkEbavUebc8g==",
"identifierGuid": "c410dcd5-9530-4901-a411-b6af51e6dcf2",
"name": "sample string 2",
"primaryContact": "qb9ZQzN7eUSgeUfcvzVCsQ==",
"primaryContactGuid": "4359bfa9-7b33-4479-a079-47dcbf3542b1",
"accountID": "/7FC7OZq90mKpTgpIXNKtA==",
"accountIDGuid": "ec42b1ff-6ae6-49f7-8aa5-382921734ab4",
"special": true,
"updated": "2026-06-02T22:58:19.888694",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "YJap/viW+kaTZRO+BVNPWQ==",
"priceLevelIdentifierGuid": "fea99660-96f8-46fa-9365-13be05534f59",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "75"
},
"primaryContactCustomer": {
"$ref": "73"
},
"customerGroupMembers": [
{
"$id": "78",
"id": 1,
"groupID": "4aRNvZg3O0KgWSjR8zHKyg==",
"groupIDGuid": "bd4da4e1-3798-423b-a059-28d1f331caca",
"customerID": "Ui2Qlv9LfUWZNplEiLyQTw==",
"customerIDGuid": "96902d52-4bff-457d-9936-994488bc904f",
"card": "sample string 4",
"linkedAccount": "HJvfugWLTEG2GfuvimY8aQ==",
"linkedAccountGuid": "badf9b1c-8b05-414c-b619-fbaf8a663c69",
"customer": {
"$ref": "73"
},
"group": {
"$ref": "77"
},
"customerCard": {
"$ref": "74"
}
},
{
"$ref": "78"
}
]
},
{
"$ref": "77"
}
]
},
"payments": [
{
"$id": "79",
"id": 1,
"identifier": "fLh3tGhFE0WRG8z3QiAAwg==",
"identifierGuid": "b477b87c-4568-4513-911b-ccf7422000c2",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "wy+UvkO0cUaM1XQDgGD5YQ==",
"accountIDGuid": "be942fc3-b443-4671-8cd5-74038060f961",
"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-02T22:58:19.888694",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "qUedMYRp4EqXIyWNX/BoYg==",
"idempotentVoidGuid": "319d47a9-6984-4ae0-9723-258d5ff06862",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "80",
"saleHeaderID": 1,
"saleHeaderGuid": "Ba+rY5HhK0KT7fsJ4xoLLA==",
"saleHeaderIdentifierGuid": "63abaf05-e191-422b-93ed-fb09e31a0b2c",
"created": "2026-06-02T22:58:19.888694",
"createdLocal": "2026-06-02T22:58:19.888694",
"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-02T22:58:19.888694",
"storeID": 1,
"operatorG_Uid": "XZLDkCchXUmK3rGFgZzOYQ==",
"operatorGuid": "90c3925d-2127-495d-8ade-b185819cce61",
"customerG_Uid": "9lJl7to5DkqsXG6TR1BQcQ==",
"customerGuid": "ee6552f6-39da-4a0e-ac5c-6e9347505071",
"communityIdentifier": "D5XeiG1GgUqfCVD3i7IAHQ==",
"communityIdentifierGuid": "88de950f-466d-4a81-9f09-50f78bb2001d",
"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": "a0ESvZ+9RUyd7SHr+Va8rg==",
"priceLevelIdentifierGuid": "bd12416b-bd9f-4c45-9ded-21ebf956bcae",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-06-02T22:58:19.888694+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-02T22:58:19.888694",
"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": "HGhANjqAz0CJJsnDKf+ckA==",
"identifierGuid": "3640681c-803a-40cf-8926-c9c329ff9c90",
"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-02T22:58:19.888694",
"promoPeriodEnd": "2026-06-02T22:58:19.888694",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-06-02T22:58:19.888694",
"deleted": true
},
"details": [
{
"$id": "83",
"saleItemID": 1,
"identifier": "A47vfy9ioE6IePmxzIorNQ==",
"identifierGuid": "7fef8e03-622f-4ea0-8878-f9b1cc8a2b35",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "7NUMtdzKakKBZ4HpXDRvQg==",
"pluGuid": "b50cd5ec-cadc-426a-8167-81e95c346f42",
"accountID": "d8ll8a9Dx0erT6PNQ9EXdg==",
"accountIDGuid": "f165c977-43af-47c7-ab4f-a3cd43d11776",
"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-02T22:58:19.888694",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "SUWMpIKJq0+NOoaD3y4EXA==",
"refundGuid": "a48c4549-8982-4fab-8d3a-8683df2e045c",
"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": "sxMs6N4kKEaZmO11LWVWFw==",
"idempotentVoidGuid": "e82c13b3-24de-4628-9998-ed752d655617",
"priceLevelIdentifier": "90DLaHhZm0iu+oKxCDSNAQ==",
"priceLevelIdentifierGuid": "68cb40f7-5978-489b-aefa-82b108348d01",
"communityIdentifier": "g7v5bsYA2Ue2quMDGcEeXQ==",
"communityIdentifierGuid": "6ef9bb83-00c6-47d9-b6aa-e30319c11e5d",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "84",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-06-02T22:58:19.888694",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "84"
}
],
"refund": {
"$id": "85",
"id": 1,
"g_UID": "SOm6Jh1RJ0+7uLjmX4/Bhw==",
"guid": "26bae948-511d-4f27-bbb8-b8e65f8fc187",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-06-02T22:58:19.888694"
},
"modifier": {
"$id": "86",
"id": 1,
"setG_UID": "YjGxUb8OkEWjwZImytBSJw==",
"modifierSetGuid": "51b13162-0ebf-4590-a3c1-9226cad05227",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "RUBv1wkAzkCviq+OWORrXw==",
"pluGuid": "d76f4045-0009-40ce-af8a-af8e58e46b5f",
"deleted": true,
"g_UID": "ViBEceKRmkO9O69SF0H16A==",
"guid": "71442056-91e2-439a-bd3b-af521741f5e8",
"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": "aqb15cmEsk2N6DfmyYhtsw==",
"pluGuid": "e5f5a66a-84c9-4db2-8de8-37e6c9886db3",
"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-02T22:58:19.888694",
"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-02T22:58:19.888694",
"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": "8GkY2fd350ex1noy/ewPZA==",
"pluGuid": "d91869f0-77f7-47e7-b1d6-7a32fdec0f64",
"accountID": "Is2UIkitPEiT40Sm8Q//tg==",
"accountIDGuid": "2294cd22-ad48-483c-93e3-44a6f10fffb6",
"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-02T22:58:19.888694",
"bestOrExpireType": 1,
"refundG_UID": "o9ZWltUtOEKAFHwjYosQPw==",
"refundGuid": "9656d6a3-2dd5-4238-8014-7c23628b103f",
"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": "mIkISdNvsU2Rpq0AJiJbtQ==",
"identifierGuid": "49088998-6fd3-4db1-91a6-ad0026225bb5",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "q47dDZfUKESb/tkmeQ4YnA==",
"customerIdentifierGuid": "0ddd8eab-d497-4428-9bfe-d926790e189c",
"operatorNo": 1,
"operatorG_UID": "AvmoFNHh6k+pjIJLtI+ZzQ==",
"operatorGuid": "14a8f902-e1d1-4fea-a98c-824bb48f99cd",
"created": "2026-06-02T22:58:19.888694",
"ordered": "2026-06-02T22:58:19.888694",
"started": "2026-06-02T22:58:19.888694",
"completed": "2026-06-02T22:58:19.888694",
"supplied": "2026-06-02T22:58:19.888694",
"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": "oHXQ9uiVk0G80N92Du/BVg==",
"pluGuid": "f6d075a0-95e8-4193-bcd0-df760eefc156",
"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": "AfwUwiPTF0ureWxrthaGeQ==",
"headerIdentifierGuid": "c214fc01-d323-4b17-ab79-6c6bb6168679",
"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": "1rBJjl7AZky+1PBmG9wRfQ==",
"surveyGuid": "8e49b0d6-c05e-4c66-bed4-f0661bdc117d",
"saleHeaderGuid": "sRp9Nviq/0SR2HtIWOl/PA==",
"saleGuid": "367d1ab1-aaf8-44ff-91d8-7b4858e97f3c",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "WMjka36mlUiDTOy3v9sNMg==",
"guidResponse": "6be4c858-a67e-4895-834c-ecb7bfdb0d32",
"whoAnswered": 2,
"answeredAtUTC": "2026-06-02T22:58:19.888694",
"sale": {
"$ref": "80"
},
"survey": {
"$id": "95",
"g_UID": "Q8zOZYqsf02yVGgCcSwA2w==",
"guid": "65cecc43-ac8a-4d7f-b254-6802712c00db",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "ehbSTwW3QkuubYawtBTQ0w==",
"checkoutFormGuid": "4fd2167a-b705-4b42-ae6d-86b0b414d0d3",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-06-02T22:58:19.9043012",
"end": "2026-06-02T22:58:19.9043012",
"deleted": true,
"updated": "2026-06-02T22:58:19.9043012",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"3df9252d-8781-49cd-8124-3db0c4cf3a0d",
"d21a81b1-dd59-4d89-a483-d291d888549d"
],
"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": "uy/YOUm7dk2cbWgteOb1QA==",
"accountIdentifier": "39d82fbb-bb49-4d76-9c6d-682d78e6f540",
"accountName": "sample string 44",
"customerOrderIdentifier": "alEDbSi8iE6bmOIzPLD0qg==",
"customerOrderIdentifierGuid": "6d03516a-bc28-4e88-9b98-e2333cb0f4aa",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "96",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "M9O3CmcxCkyv0KXLnKOiQw==",
"paymentIdentifierGuid": "0ab7d333-3167-4c0a-afd0-a5cb9ca3a243",
"identifier": "pmiE41uLkkm1DZYuSRyAyg==",
"identifierGuid": "e38468a6-8b5b-4992-b50d-962e491c80ca",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "rrGt+oedHU+k8aqivZHMeA==",
"itemIdentifierGuid": "faadb1ae-9d87-4f1d-a4f1-aaa2bd91cc78"
}
},
{
"$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": "giQuGNhzO020GTIS0FN3sw==",
"customerIdentifierGuid": "182e2482-73d8-4d3b-b419-3212d05377b3",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "X3ErHE2FZEuO8nNiQRSKLw==",
"idempotentGuid": "1c2b715f-854d-4b64-8ef2-736241148a2f",
"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-02T22:58:19.9043012",
"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-02T22:58:19.9043012",
"labelPageLayout": "g4GqCrUOUkmVmp07lz1A9Q==",
"pageLayoutGuid": "0aaa8183-0eb5-4952-959a-9d3b973d40f5",
"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-02T22:58:19.9043012"
},
{
"$ref": "101"
}
]
},
"customerVouchers": [
{
"$id": "102",
"id": 1,
"customerIdentifier": "eqv/y0vR50KZaGC/+m6trg==",
"customerIdentifierGuid": "cbffab7a-d14b-42e7-9968-60bffa6eadae",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-06-02T22:58:19.9043012",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "XxyHS9Do7kGXEg+sp/BU7w==",
"issuedIdempotentGuid": "4b871c5f-e8d0-41ee-9712-0faca7f054ef",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-06-02T22:58:19.9043012",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-06-02T22:58:19.9043012",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "YrDPLl1XhUy7muLnRF2Ukg==",
"redeemedIdempotentGuid": "2ecfb062-575d-4c85-bb9a-e2e7445d9492",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-06-02T22:58:19.9043012",
"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": "cyGYievgZUKdsr/TwIIk+Q==",
"groupIDGuid": "89982173-e0eb-4265-9db2-bfd3c08224f9",
"campaign": {
"$ref": "69"
},
"group": {
"$ref": "77"
}
},
{
"$ref": "103"
}
],
"signIqTickets": [
{
"$id": "104",
"identifier": "Qsg/D4HbJE6KJEQTx2Nozw==",
"identifierGuid": "0f3fc842-db81-4e24-8a24-4413c76368cf",
"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": "hOpYMK6nHUWTTaNYWnvKrw==",
"guid": "3058ea84-a7ae-451d-934d-a3585a7bcaaf",
"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": "2aeeJtebuUyR1YDhH42ttQ==",
"groupGuid": "269ea7d9-9bd7-4cb9-91d5-80e11f8dadb5",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "1cNkp0vqpUOKrJs+1/jHQA==",
"pluGuid": "a764c3d5-ea4b-43a5-8aac-9b3ed7f8c740",
"priceGroupG_UID": "wlxwBB+/fEampecayNx38g==",
"priceGroupGuid": "04705cc2-bf1f-467c-a6a5-e71ac8dc77f2",
"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": "fL+udib1YEO4ZvuPJoI62w==",
"priceLevelIdentifierGuid": "76aebf7c-f526-4360-b866-fb8f26823adb",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "107"
}
],
"promotionType": {
"$id": "108",
"identifier": "/s+9VGviIU+MgpVz5cughg==",
"identifierGuid": "54bdcffe-e26b-4f21-8c82-9573e5cba086",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "50IoRZOk30yQo2dIDWA+lg==",
"labelPageLayoutGuid": "452842e7-a493-4cdf-90a3-67480d603e96",
"priceLevelIdentifier": "sIpQirjXqkqiPEo8b07mAw==",
"priceLevelIdentifierGuid": "8a508ab0-d7b8-4aaa-a23c-4a3c6f4ee603",
"active": true,
"updated": "2026-06-02T22:58:19.9043012",
"hostName": "sample string 11"
}
},
"product": {
"$ref": "2"
},
"dealCost": {
"$id": "109",
"headerIdentifier": "igNOCgcd+E2jgmRPFljFHw==",
"headerIdentifierGuid": "0a4e038a-1d07-4df8-a382-644f1658c51f",
"identifier": "vbk8HuA3LUmCQpJI00J0/g==",
"identifierGuid": "1e3cb9bd-37e0-492d-8242-9248d34274fe",
"supplierIdentifier": "yJTtC4U9QE2iEtpV9g23Ng==",
"supplierGuid": "0bed94c8-3d85-4d40-a212-da55f60db736",
"pluG_UID": "sknYOmaZ+UGvqqmBElRgbw==",
"pluGuid": "3ad849b2-9966-41f9-afaa-a9811254606f",
"campaignName": "c1f52846-f109-489f-8662-b5f839363fdc",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-06-02T22:58:19.9043012",
"end": "2026-06-02T22:58:19.9043012",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "4exQ7TXmmk23eo1RY5yJNQ==",
"bonusItemPluGuid": "ed50ece1-e635-4d9a-b77a-8d51639c8935",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-06-02T22:58:19.9043012",
"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-02T22:58:19.9043012",
"campaignEndDate": "2026-06-02T22:58:19.9043012",
"masterPLUG_UID": "dF7NiZ3Wn0y4PME1bu3/Ew==",
"masterID": "89cd5e74-d69d-4c9f-b83c-c1356eedff13",
"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": "IpbCRBmWF0at6zQfNz2zvw==",
"bonusMasterID": "44c29622-9619-4617-adeb-341f373db3bf",
"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-02T22:58:19.9043012",
"dealCosts": [
{
"$ref": "109"
},
{
"$ref": "109"
}
],
"tags": [
{
"$id": "110",
"pluG_UID": "+d5l7r4vwUOZVZbyxz4t8w==",
"pluGuid": "ee65def9-2fbe-43c1-9955-96f2c73e2df3",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "110"
}
],
"alternateProductG_UID": "+mK8ioqzpkGDsW0lKm9g2g==",
"alternateProduct": "8abc62fa-b38a-41a6-83b1-6d252a6f60da",
"altProduct": {
"$ref": "2"
},
"productHostCode": {
"$id": "111",
"id": 1,
"pluG_UID": "mYu70KdkLUWUX5OAVCOkvQ==",
"pluGuid": "d0bb8b99-64a7-452d-945f-93805423a4bd",
"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-02T22:58:19.9043012",
"inventoryTracked": "2026-06-02T22:58:19.9043012",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "112",
"pluG_UID": "XjVU7AwT6UqTxNxqkv4Yaw==",
"pluGuid": "ec54355e-130c-4ae9-93c4-dc6a92fe186b",
"fuelPluG_UID": "eFffCs64dUaATra2sd7A1g==",
"fuelPluGuid": "0adf5778-b8ce-4675-804e-b6b6b1dec0d6",
"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.