POST api/pricezone
Request Information
URI Parameters
None.
Body Parameters
PriceZone| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Name | string |
Required String length: inclusive between 0 and 60 |
|
| HostIdentifier | Collection of byte |
None. |
|
| HostIdentifierGuid | globally unique identifier |
None. |
|
| SortOrder | integer |
None. |
|
| ZoneMasterStoreID | integer |
None. |
|
| ElectedMasterStoreID | integer |
None. |
|
| ContainsElectedMasterStore | boolean |
None. |
|
| Host | Host |
None. |
|
| Stores | Collection of Store |
None. |
|
| ZoneMatrix | Collection of ZoneMatrix |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"name": "sample string 2",
"hostIdentifier": "8Vu7LSGneEWrWnkcgIsthA==",
"hostIdentifierGuid": "2dbb5bf1-a721-4578-ab5a-791c808b2d84",
"sortOrder": 3,
"zoneMasterStoreID": 1,
"electedMasterStoreID": 1,
"containsElectedMasterStore": true,
"host": {
"$id": "2",
"identifier": "gQZTMVgSJEuDT+MHKhwNTw==",
"identifierGuid": "31530681-1258-4b24-834f-e3072a1c0d4f",
"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": "UQJkW8FfJkOWEIN2XBFhzA==",
"hostSupplierIdentifierGuid": "5b640251-5fc1-4326-9610-83765c1161cc",
"loyaltyPriceLevelIdentifier": "hZMfu0HpM02szv4PYlQHxg==",
"loyaltyPriceLevelIdentifierGuid": "bb1f9385-e941-4d33-acce-fe0f625407c6",
"isGroup": true,
"description": "sample string 22",
"hostProvider": 23,
"hostTypeEnum": 24,
"hostType": "sample string 25",
"hostCode": "sample string 26",
"username": "sample string 27",
"password": "sample string 28",
"passwordPlain": "sample string 29",
"server": "sample string 30",
"url": "sample string 31",
"global": true,
"stateCode": "sample string 33",
"lastCollected": "2026-04-03T06:14:57.0718015",
"lastProcessed": "2026-04-03T06:14:57.0718015",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$id": "3",
"identifier": "QYABIkENhEyf2laKlClBVw==",
"identifierGuid": "22018041-0d41-4c84-9fda-568a94294157",
"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": "8b2ZpWKCfUyBKFjUZSZhxw==",
"primaryContactID": "a599bdf1-8262-4c7d-8128-58d4652661c7",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "A3WTSLY4WE+Z7nPfa4C5Kw==",
"supplierGroupGuid": "48937503-38b6-4f58-99ee-73df6b80b92b",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-04-03T06:14:57.0718015",
"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": "4",
"id": "0c9b28de-af69-402b-bea5-1099cf53091f",
"identifier": "7iVJwxwo8U2H/2Q2TB/FNg==",
"identifierGuid": "c34925ee-281c-4df1-87ff-64364c1fc536",
"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": "5",
"supplierIdentifier": "AWLol0LoXkGCWDDyob46DQ==",
"supplierIdentifierGuid": "97e86201-e842-415e-8258-30f2a1be3a0d",
"contactGuid": "HNSPvqdsBUeDFvfgWsQY8w==",
"contactID": "be8fd41c-6ca7-4705-8316-f7e05ac418f3",
"contact": {
"$ref": "4"
},
"supplier": {
"$ref": "3"
}
},
{
"$ref": "5"
}
],
"products": [
{
"$id": "6",
"pluG_UID": "ebTTInV9C0qsBC4Pqlligg==",
"pluGuid": "22d3b479-7d75-4a0b-ac04-2e0faa596282",
"supplierIdentifier": "CNiNytvijkuTvsH2Z8QM8Q==",
"supplierIdentifierGuid": "ca8dd808-e2db-4b8e-93be-c1f667c40cf1",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-04-03T06:14:57.0718015",
"pricedByWeight": true,
"landedUnitCostEx": 9,
"landedUnitCostInc": 10,
"landedCartonCostInc": 12,
"landedCartonCostEx": 13,
"standardCost": 14,
"deliveryFee": 1,
"deliveryFeeBasis": "sample string 15",
"pickAndPackFee": 1,
"pickAndPackFeeBasis": "sample string 16",
"financeFee": 1,
"financeFeeBasis": "sample string 17",
"cartonLength": 1,
"cartonWidth": 1,
"cartonHeight": 1,
"palletLayerQuantity": 1,
"palletLayers": 1,
"itemCode": "sample string 18",
"invoiceCode": "sample string 19",
"invoiceDesc": "sample string 20",
"orderDirect": true,
"useCost": true,
"minimumQuantity": 21,
"hostType": 22,
"fromHost": 23,
"minimumReorder": 1,
"maximumReorder": 1,
"orderMultiple": 24.1,
"sellMultiple": 25.1,
"baseMultiple": 26.1,
"hostStandardCost": 27,
"hostTotalCost": 28,
"hostRetail": 29,
"hostLandedUnitCostEx": 30,
"hostLandedUnitCostInc": 31,
"hostDesc": "sample string 32",
"directIndicator": "sample string 33",
"availableToOrder": true,
"hostRangeIndicator": "sample string 35",
"hostProductType": "sample string 36",
"hostProductGrade": "sample string 37",
"hostProductGroup": "sample string 38",
"hostSlowMoving": true,
"hostGeneralMerchandise": true,
"hostPillar": "sample string 41",
"hostLastUpdated": "2026-04-03T06:14:57.0718015",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "7",
"pluG_UID": "fYlYgxabskiwYHukaCEuoA==",
"pluGuid": "8358897d-9b16-48b2-b060-7ba468212ea0",
"supplierIdentifier": "288iAUOfxUydEw+sWk9kzQ==",
"supplierIdentifierGuid": "0122cfdb-9f43-4cc5-9d13-0fac5a4f64cd",
"invoiceCode": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "7"
}
],
"storeIDs": [
1,
2
],
"preferredSupplier": true,
"preferredRebateSupplier": true,
"supplierName": "sample string 42",
"salesMode": 43,
"orderPacked": true,
"active": true,
"price": 1,
"costGstPercent": 45,
"parentPluG_UID": "39kBYZgUQ0a5HbertCY5AQ==",
"parentPluGuid": "6101d9df-1498-4643-b91d-b7abb4263901",
"freight": 46.0,
"freightType": 1,
"product": {
"$id": "8",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "yK2Kc33ZzEy9/x5KISxNfQ==",
"guid": "738aadc8-d97d-4ccc-bdff-1e4a212c4d7d",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "iIaqe4yWDE6nE4TVqzPqgg==",
"priceGroupGuid": "7baa8688-968c-4e0c-a713-84d5ab33ea82",
"blueprintID": 1,
"lastCountedDate": "2026-04-03T06:14:57.0718015",
"externalID": "sample string 7",
"active": true,
"activated": "2026-04-03T06:14:57.0718015",
"pluCreated": "2026-04-03T06:14:57.0718015",
"createdByUser": "sample string 9",
"name": "sample string 10",
"nameChanged": true,
"secondDescription": "sample string 12",
"hostDescription": "sample string 13",
"keepCartonQty": true,
"keepDescription": true,
"keepDepartments": true,
"keepSuppliers": true,
"markdownDescription": "sample string 18",
"altDescription": "sample string 19",
"bestOrExpire": 20,
"lastUpdate": "2026-04-03T06:14:57.0718015",
"lastManualUpdate": "2026-04-03T06:14:57.0718015",
"imageName": "sample string 23",
"showImageOnFlipCharts": true,
"showTextOnFlipCharts": true,
"overrideFlipChartText": true,
"flipChartText": "sample string 27",
"salesMode": 1,
"eftCode": 1,
"price": 1,
"priceChanged": true,
"rrp": 1,
"gstPercent": 28,
"gstPercentChanged": true,
"costGSTPercent": 29,
"costGSTPercentChanged": true,
"wetPercent": 1,
"priceOverride": 1,
"cost": 1,
"currentCost": 1,
"currentCostDecimals": 1,
"grossProfit": 1.0,
"currentCostDesc": "sample string 30",
"currentCostEnd": "2026-04-03T06:14:57.0718015",
"currentCostUpdated": "2026-04-03T06:14:57.0718015",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-04-03T06:14:57.0718015",
"defaultGP": 1,
"breakTargetMode": 33,
"break1": 1,
"price1": 1,
"target1": 34,
"break2": 1,
"price2": 1,
"target2": 35,
"break3": 1,
"price3": 1,
"target3": 36,
"break1Changed": true,
"price1Changed": true,
"target1Changed": true,
"break2Changed": true,
"price2Changed": true,
"target2Changed": true,
"break3Changed": true,
"price3Changed": true,
"target3Changed": true,
"breakTargetModeChanged": true,
"margin": 1.1,
"marginChanged": true,
"marginRanged": true,
"marginRangedChanged": true,
"minimumMargin": 1.1,
"minimumMarginChanged": true,
"maximumMargin": 1.1,
"maximumMarginChanged": true,
"overrideHostWarehouseIndicator": true,
"overrideHostWarehouseIndicatorChanged": true,
"overrideHostPrice": true,
"overrideHostPriceChanged": true,
"overrideHostCost": true,
"overrideHostCostChanged": true,
"overrideHostMargin": true,
"overrideHostMarginChanged": true,
"alwaysApplyMargin": true,
"alwaysApplyMarginChanged": true,
"aws": 1.0,
"paws": 1.0,
"awsUpdated": "2026-04-03T06:14:57.0718015",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "UAXBPFWxLkehHfw9Zk/fNg==",
"altPLUGuid": "3cc10550-b155-472e-a11d-fc3d664fdf36",
"altPLUGuidChanged": true,
"altPriceDescription1": "sample string 54",
"altPriceDescription2": "sample string 55",
"cartonQuantity": 56,
"cartonQuantityChanged": true,
"trayID": 1,
"promptID": 1,
"tare": 1,
"packQty": 1,
"fixedWeight": 1,
"extraMesg": 1,
"text1": "sample string 58",
"text2": "sample string 59",
"text3": "sample string 60",
"labelText": "sample string 61",
"labelTextChanged": true,
"sendToScale": true,
"nonScaleWeigh": true,
"labelFormat": "sample string 65",
"barcodeFormat": "sample string 66",
"austMade": 1,
"coolCode": 67,
"countryOfOrigin": "sample string 68",
"percentContent": 69.1,
"departmentID": 1,
"subDepartmentID": 1,
"minorDepartmentID": 1,
"lesserDepartmentID": 1,
"deptCode": "sample string 70",
"subDeptCode": "sample string 71",
"minorDeptCode": "sample string 72",
"lesserDeptCode": "sample string 73",
"deptName": "sample string 74",
"subDeptName": "sample string 75",
"minorDeptName": "sample string 76",
"lesserDeptName": "sample string 77",
"departmentChanged": true,
"subCategoryID": 1,
"expiry": 1,
"showDays": 1,
"datePrint": 1,
"labelRequired": true,
"labelShelfQty": 80,
"labelShelfChanged": true,
"labelTalkerQty": 82,
"labelSmall": true,
"labelLastPrinted": "2026-04-03T06:14:57.0718015",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "ZgUPPUke/0OAJBx3oYYxCQ==",
"shelfPageLayoutGuid": "3d0f0566-1e49-43ff-8024-1c77a1863109",
"talkerPageLayoutG_UID": "r9mW5G/VGEiOYmK3Dz0UFw==",
"talkerPageLayoutGuid": "e496d9af-d56f-4818-8e62-62b70f3d1417",
"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": "p9XnBcZKjE2xvfPmeKF8SA==",
"inventoryIdentifier": "05e7d5a7-4ac6-4d8c-b1bd-f3e678a17c48",
"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": "BsvRCiDiSUKiAjnnWWW5tg==",
"parentPluGuid": "0ad1cb06-e220-4249-a202-39e75965b9b6",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "xEoT7geF/0+VRU9Wb1hAvw==",
"supplierIdentifierGuid": "ee134ac4-8507-4fff-9545-4f566f5840bf",
"supplierChanged": true,
"rebateSupplierIdentifier": "/zlrtLrG0kOOTC1UmLOg5Q==",
"rebateSupplierIdentifierGuid": "b46b39ff-c6ba-43d2-8e4c-2d5498b3a0e5",
"rebateSupplierChanged": true,
"availableForOrder": true,
"warehouseDirectIndicator": "sample string 109",
"warehouseDirectIndicatorChanged": true,
"productGrade": "sample string 111",
"productType": "sample string 112",
"productGroup": "sample string 113",
"complianceIndicator": "sample string 114",
"inhouseBrand": "sample string 115",
"slowMoving": true,
"generalMerchandise": true,
"comment": "sample string 118",
"lastUpdatedByUser": "sample string 119",
"lastManualUpdatedByUser": "sample string 120",
"lastUpdatedByUserOverride": true,
"lastUpdatedByHost": "2026-04-03T06:14:57.0874393",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "SwiNgllJPEO/KLYIwYR72Q==",
"hostIdentifierGuid": "828d084b-4959-433c-bf28-b608c1847bd9",
"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": "8"
},
{
"$ref": "8"
}
],
"store": {
"$id": "9",
"id": 1,
"isMaster": true,
"isElectedMaster": true,
"electedMasterStoreID": 1,
"isZoneMaster": true,
"shortName": "sample string 3",
"url": "sample string 4",
"sortOrder": 1,
"name": "sample string 5",
"phone": "sample string 6",
"fax": "sample string 7",
"email": "sample string 8",
"address1": "sample string 9",
"address2": "sample string 10",
"city": "sample string 11",
"state": "sample string 12",
"country": "sample string 13",
"postCode": "sample string 14",
"delivery": 1,
"exportAccounts": 1,
"salesAccountFolder": "sample string 15",
"purchaseAccountFolder": "sample string 16",
"initLoad": 1,
"initIDs": 1,
"zoneID": 1,
"actAsMaster": 1,
"lastActiveUtc": "2026-04-03T06:14:57.0874393",
"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": "sGv0a+xDmkypnPkrNUNhng==",
"hostIdentifierGuid": "6bf46bb0-43ec-4c9a-a99c-f92b3543619e",
"hostName": 1,
"hostAddress": "sample string 27",
"hostUsername": "sample string 28",
"hostPassword": "sample string 29",
"excludeFromLeadInOut": true,
"accountingProvider": 31,
"accountingAddress": "sample string 32",
"accountingUsername": "sample string 33",
"accountingPassword": "sample string 34",
"storeAccountingCode": "sample string 35",
"softwareVariance": 36,
"fuelWarningVariance": 37.0,
"fuelErrorVariance": 38.0,
"fuelAccumulatedWarningVariance": 39.0,
"fuelAccumulatedErrorVariance": 40.0,
"drawManagment": 41,
"endOfDayManagment": true,
"autoFillCashBalancing": true,
"fuelDayVariance": 44,
"accountingTradingTime": "00:00:00.1234567",
"stockActivateProduct": 46,
"defaultOrderDocumentId": 1,
"defaultStockReceiveDocumentId": 1,
"giftCardSalesAccountingDeptCode": "sample string 47",
"transactionDiscountAccountingDeptCode": "sample string 48",
"size": 49,
"updated": "2026-04-03T06:14:57.0874393",
"priceZone": {
"$id": "10",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "YCzH+pkNdUep9rL1kuoI/g==",
"hostIdentifierGuid": "fac72c60-0d99-4775-a9f6-b2f592ea08fe",
"sortOrder": 3,
"zoneMasterStoreID": 1,
"electedMasterStoreID": 1,
"containsElectedMasterStore": true
},
"priceZoneName": "sample string 51",
"storeFuelConfigured": true,
"shippingAddressCopied": true,
"shippingAddress": {
"$id": "11",
"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": "11"
},
"hostStoreSettings": [
{
"$id": "12",
"id": 1,
"hostIdentifier": "c1qDsJB4v0uH176wVqHO0Q==",
"hostIdentifierGuid": "b0835a73-7890-4bbf-87d7-beb056a1ced1",
"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": {
"$ref": "2"
},
"groupIDs": [
1,
2
],
"hostDescription": "sample string 27"
},
{
"$ref": "12"
}
],
"accounts": [
{
"$id": "13",
"id": 1,
"storeID": 1,
"accountName": "sample string 2",
"bsb": "sample string 3",
"accountNumber": "sample string 4",
"accountDesignated": true
},
{
"$ref": "13"
}
],
"sales": [
{
"$id": "14",
"id": 1,
"storeID": 1,
"externalSalesType": 2,
"ftpSiteID": 1,
"lastSaleProcessed": "2026-04-03T06:14:57.0874393",
"ftpSite": {
"$id": "15",
"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": "14"
}
],
"zoneMatrix": [
{
"$id": "16",
"id": 1,
"hostIdentifier": "jPCps0Mm00GoKGwdBf6dDQ==",
"hostIdentifierGuid": "b3a9f08c-2643-41d3-a828-6c1d05fe9d0d",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"ae8b29b5-13e3-46f6-8fba-960960b22b33",
"e5ff6d9a-2667-4bad-af21-bc9b92b6b214"
]
},
{
"$ref": "16"
}
],
"cashManagements": [
{
"$id": "17",
"id": 1,
"storeID": 1,
"cashManagementType": 2,
"apiID": 1,
"organisationID": "sample string 3",
"siteName": "sample string 4",
"thirdPartyAPI": {
"$id": "18",
"id": 1,
"description": "sample string 2",
"address": "sample string 3",
"username": "sample string 4",
"password": "sample string 5",
"passwordPlain": "sample string 6",
"token": "sample string 7",
"apiType": 8,
"apiSubType": 9
}
},
{
"$ref": "17"
}
],
"updateStoreID": "466da3f5-2ee5-415f-a541-7c512cb5acc4",
"updateStore": {
"$id": "19",
"id": "df0af62d-65f0-494e-9136-39882df211b8",
"name": "sample string 1",
"lastActivity": "2026-04-03T06:14:57.0874393",
"zone": "sample string 2",
"timeZoneOffset": 0.0,
"businessHoursStart": "00:00:00.1234567",
"businessHoursEnd": "00:00:00.1234567",
"master": true,
"lastIP": "sample string 10",
"lastHostName": "sample string 11",
"ping": 1,
"pingStatus": "sample string 12",
"lastUpdateCompleted": "2026-04-03T06:14:57.0874393"
},
"timeZoneId": "sample string 54",
"securityOptions": {
"$id": "20",
"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": "21",
"pluG_UID": "mzysV02xHkmUTeSd7b2i4w==",
"pluGuid": "57ac3c9b-b14d-491e-944d-e49dedbda2e3",
"plu": 1,
"storeID": 1,
"zoneID": 2,
"zoneName": "sample string 3",
"store": "sample string 4",
"isElectedMasterStore": true,
"isZoneMasterStore": true,
"priceNow": 7,
"costNow": 8,
"costNowDecimals": 9,
"normalPrice": 10,
"priceNext": 1,
"costNext": 1,
"costNextDecimals": 11,
"nextCampaignName": "sample string 12",
"gstPercent": 13,
"normalCost": 14,
"normalCostDecimals": 15,
"costGstPercent": 16,
"costCalcMethod": 1,
"currentCost": 17,
"currentCostDecimals": 18,
"break1": 19,
"price1": 20,
"break2": 21,
"price2": 22,
"break3": 23,
"price3": 24,
"fuelItem": 25,
"fixedWeight": 26,
"active": true,
"complianceIndicator": "sample string 27",
"doNotOrder": true,
"doNotRange": true,
"isNormalPriceChangesCampaign": true,
"updated": "2026-04-03T06:14:57.0874393"
},
{
"$ref": "21"
}
],
"currentPrices": {
"$id": "22",
"pluPrices": {
"$id": "23",
"plu": 1,
"pluG_UID": "QEA=",
"stores": [
1,
2
],
"normalPrice": 1,
"cost": 2,
"break1": 3,
"price1": 4,
"break2": 5,
"price2": 6,
"break3": 7,
"price3": 8,
"discountPrice": 9,
"memberDiscountPrice": 10,
"acceptedUtc": "2026-04-03T06:14:57.0874393",
"priceChangeType": 0,
"costDecimals": 11,
"costCalcMethod": 12,
"targetCampaignPriceGtOrEquNormal": true
},
"normalPluPrices": {
"$ref": "23"
},
"winningCampaign": 1,
"winner": {
"$id": "24",
"campaignName": "sample string 1",
"campaignDescription": "sample string 2",
"talkerText": "sample string 3",
"disableWasSave": true,
"startDate": "2026-04-03T06:14:57.0874393",
"startTime": 5,
"endDate": "2026-04-03T06:14:57.0874393",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "eWiJVRbDr0ucfVj+aIv9ZQ==",
"hostIdentifierGuid": "55896879-c316-4baf-9c7d-58fe688bfd65",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "24"
},
{
"$ref": "24"
}
]
},
"tray": {
"$id": "25",
"g_UId": "8IWNzDTzQUafzznIyb9FtA==",
"guid": "cc8d85f0-f334-4641-9fcf-39c8c9bf45b4",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "26",
"priceGroupG_UID": "Tqq+zE3620mefRpPyLFRwg==",
"priceGroupGuid": "ccbeaa4e-fa4d-49db-9e7d-1a4fc8b151c2",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-04-03T06:14:57.0874393",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "8"
},
{
"$ref": "8"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "27",
"pluG_UID": "gE/1/fOCLEWqGrdlcGi1PA==",
"pluGuid": "fdf54f80-82f3-452c-aa1a-b7657068b53c",
"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": "28",
"pluGuid": "cb7acada-0455-41c4-99cd-8024791c87ca",
"created": "2026-04-03T06:14:57.0874393",
"createdByUser": "sample string 1",
"activated": "2026-04-03T06:14:57.0874393",
"activatedByUser": "sample string 2",
"deactivated": "2026-04-03T06:14:57.0874393",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-04-03T06:14:57.0874393",
"lastOrderedQty": 4.0,
"lastReceived": "2026-04-03T06:14:57.0874393",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-04-03T06:14:57.0874393",
"lastSold": "2026-04-03T06:14:57.0874393",
"firstSold": "2026-04-03T06:14:57.0874393",
"awsUpdated": "2026-04-03T06:14:57.0874393",
"lastManualUpdate": "2026-04-03T06:14:57.0874393",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-04-03T06:14:57.0874393",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-04-03T06:14:57.0874393",
"doNotRangeUpdated": "2026-04-03T06:14:57.0874393",
"doNotOrderUpdated": "2026-04-03T06:14:57.0874393",
"tracked": "2026-04-03T06:14:57.0874393"
},
"allergens": [
{
"$id": "29",
"primaryKey": {
"$id": "30",
"pluGuid": "54100886-8b3d-4e3d-b164-8a818ca7ae5a",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "hggQVD2LPU6xZIqBjKeuWg==",
"pluGuid": "54100886-8b3d-4e3d-b164-8a818ca7ae5a",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "29"
}
],
"costs": {
"$id": "31",
"pluG_UID": "kOsiql+T3UqO/NGA9ZcKIQ==",
"pluGuid": "aa22eb90-935f-4add-8efc-d180f5970a21",
"enteredCost": 1,
"weightedAvgCost": 1,
"lastCost": 1,
"rawEnteredCost": 2,
"rawWeightedAvgCost": 3,
"rawLastCost": 4,
"freight": 5.0,
"freightType": 6,
"costDecimals": 7,
"fifoCost": 1,
"updated": "2026-04-03T06:14:57.0874393",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "32",
"saleHeaderID": 1,
"created": "2026-04-03T06:14:57.0874393",
"createdLocal": "2026-04-03T06:14:57.0874393",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "Tlmf0wIGJk+I8RU2ePZSNA==",
"operatorGuid": "d39f594e-0602-4f26-88f1-153678f65234",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "vnF3Ct0VEEe/lCxE4QLXwg==",
"pluGuid": "0a7771be-15dd-4710-bf94-2c44e102d7c2",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$id": "33",
"id": 1,
"g_Uid": "yzYc3pdkIE+H5QorDyHmrQ==",
"guid": "de1c36cb-6497-4f20-87e5-0a2b0f21e6ad",
"operatorNumber": 1,
"shortName": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"password": "sample string 5",
"hasPassword": true,
"passwordText": "sample string 6",
"rfidTagID": "sample string 7",
"blueprintID": 1,
"groupID": 1,
"groupName": "sample string 8",
"managerGroupID": 1,
"managerGroupName": "sample string 9",
"zoneID": 1,
"zoneName": "sample string 10",
"loggedIn": 1,
"lastUsedIP": "sample string 11",
"deleted": true,
"locked": true,
"allowOpenTill": true,
"webEmail": "sample string 14",
"simpleOperatorType": 0,
"webRole": "sample string 15",
"updated": "2026-04-03T06:14:57.0874393",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-04-03T06:14:57.0874393",
"endShift": "2026-04-03T06:14:57.0874393",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "34",
"operatorG_UID": "mfPh+Fsd5kCKR5RtQQSjgA==",
"operatorGuid": "f8e1f399-1d5b-40e6-8a47-946d4104a380",
"storeID": 2,
"operator": {
"$ref": "33"
},
"store": {
"$ref": "9"
}
},
{
"$ref": "34"
}
]
}
},
{
"$ref": "32"
}
],
"apns": [
{
"$id": "35",
"pluID": 1,
"pluG_UID": "rY+n2E2sA0eNp0AEzLSPtw==",
"pluGuid": "d8a78fad-ac4d-4703-8da7-4004ccb48fb7",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "35"
}
],
"tuns": [
{
"$id": "36",
"pluG_UId": "uVB9kMYSnk+PvvvM9E/BxQ==",
"pluGuid": "907d50b9-12c6-4f9e-8fbe-fbccf44fc1c5",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "8"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "36"
}
],
"competitionPricing": [
{
"$id": "37",
"identifier": "I6tWIK8e5k2I3YNsB4S7cg==",
"identifierGuid": "2056ab23-1eaf-4de6-88dd-836c0784bb72",
"pluG_UID": "eVbf6OOKLkyDqVJDzvI/Hw==",
"pluGuid": "e8df5679-8ae3-4c2e-83a9-5243cef23f1f",
"competitionID": 1,
"name": "sample string 2",
"sellMultiple": 3,
"retailPrice": 4,
"storeName": "sample string 5"
},
{
"$ref": "37"
}
],
"supplier": {
"$ref": "3"
},
"supplierName": "sample string 148",
"children": [
{
"$ref": "8"
},
{
"$ref": "8"
}
],
"ordering": {
"$ref": "6"
},
"flipChartPages": [
{
"$id": "38",
"identifier": "/wbRKOUxWkSN91xh8337fw==",
"groupName": "sample string 1",
"identifierGuid": "28d106ff-31e5-445a-8df7-5c61f37dfb7f",
"exists": true,
"flipChartIdentifier": "zaHkxQJ5/kSC23KUApX0+w==",
"flipChartIdentifierGuid": "c5e4a1cd-7902-44fe-82db-72940295f4fb",
"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": "/uHEPfu1ykKkb9A9p05lbA==",
"groupIdentifierGuid": "3dc4e1fe-b5fb-42ca-a46f-d03da74e656c",
"flipChart": {
"$id": "39",
"identifier": "MMAmdTbAmkid8I81IlAmKQ==",
"identifierGuid": "7526c030-c036-489a-9df0-8f3522502629",
"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": "40",
"identifier": "PN7KZjtVSU2YqET480P7AQ==",
"identifierGuid": "66cade3c-553b-4d49-98a8-44f8f343fb01",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "41",
"id": 1,
"g_UID": "Of7ufRFvN0Sk9hFvOv1hRw==",
"guid": "7deefe39-6f11-4437-a4f6-116f3afd6147",
"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": "9hZNDLekx0mNycNq5art3w==",
"previousFormGuid": "0c4d16f6-a4b7-49c7-8dc9-c36ae5aaeddf",
"nextForm": 1,
"nextFormG_UID": "xpR8POixIEGS25cU05hRUQ==",
"nextFormGuid": "3c7c94c6-b1e8-4120-92db-9714d3985151",
"attributes": "sample string 10",
"updated": "2026-04-03T06:14:57.0874393",
"positioning": 1,
"contentPanel": "sample string 11",
"selectionMode": 1,
"maximumSelections": 1,
"alteredInStore": true,
"deleted": true,
"blueprintID": 1,
"preserveLayout": true,
"mainCheckoutFormName": "sample string 13",
"nextCheckoutForm": {
"$ref": "41"
},
"previousCheckoutForm": {
"$ref": "41"
},
"buttons": [
{
"$id": "42",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "ch0V6Rye4U+DIRD3uhpS4g==",
"checkoutFormGuid": "e9151d72-9e1c-4fe1-8321-10f7ba1a52e2",
"identifier": "trE3ABRVn02/7nHl0FMI9A==",
"identifierGuid": "0037b1b6-5514-4d9f-bfee-71e5d05308f4",
"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": "xchO3cZiEUOiw4zUshpXFQ==",
"valueGuid": "dd4ec8c5-62c6-4311-a2c3-8cd4b21a5715",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-04-03T06:14:57.0874393",
"action": "sample string 12",
"valueForm": {
"$ref": "41"
},
"image": {
"$id": "43",
"name": "sample string 3.sample string 4",
"imageID": 2,
"imageName": "sample string 3",
"imageExtension": "sample string 4",
"lastUpdate": "2026-04-03T06:14:57.0874393",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "42"
}
],
"panels": [
{
"$id": "44",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "L+3iPI6DXkmaLusGzOFiMQ==",
"checkoutFormGuid": "3ce2ed2f-838e-495e-9a2e-eb06cce16231",
"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": "44"
}
]
},
{
"$ref": "41"
}
],
"panels": [
{
"$ref": "44"
},
{
"$ref": "44"
}
]
},
"pages": [
{
"$ref": "38"
},
{
"$ref": "38"
}
]
},
"contentPanel": {
"$ref": "44"
},
"products": [
{
"$id": "45",
"flipChartPageIdentifier": "UFf9x6RGYUOoqGGq5VpIZA==",
"flipChartPageIdentifierGuid": "c7fd5750-46a4-4361-a8a8-61aae55a4864",
"pluG_UID": "3oG/jLrmIk6qydfuUgWwDQ==",
"pluGuid": "8cbf81de-e6ba-4e22-aac9-d7ee5205b00d",
"sortOrder": 3,
"sent": true,
"productChanged": true,
"productImageName": "sample string 6",
"productShowImageOnFlipCharts": true,
"productShowTextOnFlipCharts": true,
"productOverrideFlipChartText": true,
"productFlipChartText": "sample string 10",
"product": {
"$ref": "8"
},
"departmentSortOrder": 11,
"subDepartmentName": "sample string 12"
},
{
"$ref": "45"
}
],
"productCount": 27,
"pages": [
{
"$ref": "38"
},
{
"$ref": "38"
}
]
},
{
"$ref": "38"
}
],
"priceHistory": [
{
"$id": "46",
"pluG_UID": "aLW8nfujO0SuSeurlinWMQ==",
"pluGuid": "9dbcb568-a3fb-443b-ae49-ebab9629d631",
"price": 1,
"costCalcMethod": 1,
"cost": 2,
"weightedAvgCost": 3,
"lastCost": 4,
"rawCost": 5,
"rawWeightedAvgCost": 6,
"rawLastCost": 7,
"costDecimals": 8,
"serviceFeeID": 9,
"freight": 10.0,
"freightType": 11,
"process": "sample string 12",
"user": "sample string 13",
"updated": "2026-04-03T06:14:57.0874393",
"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": "46"
}
],
"ingredients": [
{
"$id": "47",
"pluG_UID": "WaO8GFkcnEKwBfaJgRSKBg==",
"ingredientGuid": "RGNVgYOG4UKsAQggRpVrHg==",
"ingredientIdentifier": "81556344-8683-42e1-ac01-082046956b1e",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "8"
}
},
{
"$ref": "47"
}
],
"bins": [
{
"$id": "48",
"pluG_UID": "w1DUkbiC0ky7/pGhL3yEgw==",
"pluGuid": "91d450c3-82b8-4cd2-bbfe-91a12f7c8483",
"shelfLocationIdentifier": "bFhIB0V0JUeRgxh0SOLFBQ==",
"shelfLocationGuid": "0748586c-7445-4725-9183-187448e2c505",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "Xhs43MTrx06axIdMN1Fm9Q==",
"labelPageLayoutGuid": "dc381b5e-ebc4-4ec7-9ac4-874c375166f5",
"updated": "2026-04-03T06:14:57.0874393",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "8"
},
"location": {
"$id": "49",
"identifier": "vHSwpNY8rUGJIv7B6DnRRQ==",
"storeID": 1,
"identifierGuid": "a4b074bc-3cd6-41ad-8922-fec1e839d145",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-04-03T06:14:57.0874393",
"minTemp": 1,
"maxTemp": 1,
"checkFrequency": 1,
"storeCaseConfiguration": 5,
"storeName": "sample string 6",
"bins": [
{
"$ref": "48"
},
{
"$ref": "48"
}
]
}
},
{
"$ref": "48"
}
],
"bin": {
"$ref": "48"
},
"scaleLocations": [
{
"$id": "50",
"plu": 1,
"pluG_UID": "nfg9A3PNlkWmYBOtLYj3uQ==",
"pluGuid": "033df89d-cd73-4596-a660-13ad2d88f7b9",
"deptNo": 1,
"product": {
"$ref": "8"
},
"scaleLocation": {
"$id": "51",
"id": 1,
"deptNo": 1,
"deptCode": "sample string 2",
"name": "sample string 3",
"enabled": true,
"updated": "2026-04-03T06:14:57.0874393",
"department": {
"$id": "52",
"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": "51"
},
"subDepartments": [
{
"$id": "53",
"id": 1,
"departmentID": 2,
"name": "sample string 3",
"code": "sample string 4",
"departmentCode": "sample string 5",
"externalSales": true,
"minorDepartments": [
{
"$id": "54",
"id": 1,
"subDepartmentID": 2,
"departmentID": 3,
"name": "sample string 4",
"subDepartmentCode": "sample string 5",
"departmentCode": "sample string 6",
"code": "sample string 7",
"lesserDepartments": [
{
"$id": "55",
"id": 1,
"departmentID": 2,
"subDepartmentID": 3,
"minorDepartmentID": 4,
"name": "sample string 5",
"code": "sample string 6",
"departmentCode": "sample string 7",
"subDepartmentCode": "sample string 8",
"minorDepartmentCode": "sample string 9",
"updated": "2026-04-03T06:14:57.0874393",
"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": "2aE89gioykKsK9M5fkIAhA==",
"labelPageLayoutGuid": "f63ca1d9-a808-42ca-ac2b-d3397e420084",
"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": "56",
"dept": 1,
"category": 2,
"name": "sample string 3",
"active": true,
"mscCommodities": [
{
"$id": "57",
"dept": 1,
"category": 2,
"commodity": 3,
"name": "sample string 4",
"active": true,
"mscSubCommodities": [
{
"$id": "58",
"dept": 1,
"category": 2,
"commodity": 3,
"subCommodity": 4,
"name": "sample string 5",
"active": true,
"subCommodityCode": "sample string 7"
},
{
"$ref": "58"
}
],
"commodityCode": "sample string 6"
},
{
"$ref": "57"
}
],
"categoryCode": "sample string 5"
},
"mscCom": {
"$ref": "57"
},
"mscDep": {
"$id": "59",
"dept": 1,
"name": "sample string 2",
"active": true,
"mscCategories": [
{
"$ref": "56"
},
{
"$ref": "56"
}
],
"deptCode": "sample string 4"
},
"mscSubCom": {
"$ref": "58"
}
},
{
"$ref": "55"
}
],
"updated": "2026-04-03T06:14:57.0874393",
"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": "bpYawU7V6EanKTNW5FJnsQ==",
"labelPageLayoutGuid": "c11a966e-d54e-46e8-a729-3356e45267b1",
"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": "56"
},
"mscCom": {
"$ref": "57"
},
"mscDep": {
"$ref": "59"
},
"mscSubCom": {
"$ref": "58"
}
},
{
"$ref": "54"
}
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:14:57.0874393",
"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": "BvzjuEmmsES1XFY0Bt40CQ==",
"labelPageLayoutGuid": "b8e3fc06-a649-44b0-b55c-563406de3409",
"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": "56"
},
"mscCom": {
"$ref": "57"
},
"mscDep": {
"$ref": "59"
},
"mscSubCom": {
"$ref": "58"
}
},
{
"$ref": "53"
}
],
"stores": [
1,
2
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:14:57.0874393",
"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": "Tc6fMHBWS0G+Mzx0kxVeFQ==",
"labelPageLayoutGuid": "309fce4d-5670-414b-be33-3c7493155e15",
"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": "56"
},
"mscCom": {
"$ref": "57"
},
"mscDep": {
"$ref": "59"
},
"mscSubCom": {
"$ref": "58"
}
}
}
},
{
"$ref": "50"
}
],
"nextPrice": {
"$id": "60",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 1,
"hostOfferID": 1,
"metcashPromotionID": "sample string 4",
"metcashPromotionPlacement": "sample string 5",
"pluG_UID": "DTrzET/QmUGtP1IN3yLeSg==",
"pluGuid": "11f33a0d-d03f-4199-ad3f-520ddf22de4a",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "XsWsupzYbEK2afjjVC6K2A==",
"dealCostGuid": "baacc55e-d89c-426c-b669-f8e3542e8ad8",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "DE7LqtU6Fk6br5wE9L2uSw==",
"priceGroupGuid": "aacb4e0c-3ad5-4e16-9baf-9c04f4bdae4b",
"itemNumber": "sample string 10",
"cri": "sample string 11",
"pluPrice": 12,
"costCalcMethod": 13,
"pluCost": 14,
"pluCostIndicator": "sample string 15",
"pluPriceGstPercent": 16,
"pluCostGstPercent": 17,
"pluActive": true,
"cartonQty": 1.1,
"baseUnits": 19.1,
"salesMode": 1,
"pluNormalCost": 20,
"pluaws": 21.0,
"directNumber": "sample string 22",
"departmentName": "sample string 23",
"subDepartmentName": "sample string 24",
"priceGroupName": "sample string 25",
"supplierName": "sample string 26",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-04-03T06:14:57.0874393",
"rrp": 27,
"campaignDescription": "sample string 28",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "deaf7004-f688-460a-8f59-1ec8f8f93e23",
"campaignComboPriceGroupG_UID": "Kr07ULJ9PkmiKKyurokRRw==",
"campaignComboPriceGroupIdentifier": "503bbd2a-7db2-493e-a228-acaeae891147",
"promotionPlacementDescription": "sample string 30",
"storeAcceptances": [
{
"$id": "61",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-04-03T06:14:57.0874393",
"operatorG_UID": "uRWD5BhAvky5P8ZiAGmluw==",
"operatorGuid": "e48315b9-4018-4cbe-b93f-c6620069a5bb",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-04-03T06:14:57.0874393",
"signIqTicketFileMovedUtc": "2026-04-03T06:14:57.0874393",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-04-03T06:14:57.0874393",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "fe8f5033-e19d-4a9f-9732-d72658b46c94",
"product": {
"$ref": "8"
},
"campaignPlu": {
"$ref": "60"
},
"fuelItem": true
},
{
"$ref": "61"
}
],
"campaign": {
"$id": "62",
"id": 1,
"storeID": 2,
"name": "c04619ef-b919-4acc-bb4e-5e80f8802b1d",
"nameGuid": "c04619ef-b919-4acc-bb4e-5e80f8802b1d",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-04-03T06:14:57.0874393",
"startTime": 1,
"endDate": "2026-04-03T06:14:57.0874393",
"endTime": 1,
"recurrence": 1,
"recurrenceType": 1,
"monthType": 1,
"weekDays": 1,
"months": 1,
"monthWeeks": 1,
"monthDays": "sample string 7",
"printed": true,
"talkerText": "sample string 8",
"rangeDescription": "sample string 9",
"dealDescription": "sample string 10",
"labelQuantity": 11,
"active": 1,
"deactivated": "2026-04-03T06:14:57.0874393",
"system": true,
"created": "2026-04-03T06:14:57.0874393",
"updated": "2026-04-03T06:14:57.0874393",
"priceChangeNotifiedUtc": "2026-04-03T06:14:57.0874393",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "Fn11IuCC6UuJnL09DjxRUw==",
"hostIdentifierGuid": "22757d16-82e0-4be9-899c-bd3d0e3c5153",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-04-03T06:14:57.0874393",
"updatedByUser": "sample string 18",
"offerID": 1,
"isPriceChangeCampaign": true,
"stores": [
1,
2
],
"storeNames": [
"sample string 1",
"sample string 2"
],
"campaignPlus": [
{
"$ref": "60"
},
{
"$ref": "60"
}
],
"campaignPools": [
{
"$id": "63",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 4,
"pluG_UID": "hwTHjPevfUy1k5WYomd+HA==",
"pluGuid": "8cc70487-aff7-4c7d-b593-9598a2677e1c",
"hostOfferID": 1,
"priceGroupG_UID": "Oh3tXgAJzk2OGpVviwfAZg==",
"priceGroupGuid": "5eed1d3a-0900-4dce-8e1a-956f8b07c066",
"fuelItem": true,
"pluName": "sample string 6",
"apn": "sample string 7",
"pluActive": true,
"cartonQty": 1,
"baseUnits": 9.1,
"cri": "sample string 10",
"salesMode": 1,
"pluaws": 11.0,
"directNumber": "sample string 12",
"departmentName": "sample string 13",
"subDepartmentName": "sample string 14",
"priceGroupName": "sample string 15",
"supplierName": "sample string 16",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-04-03T06:14:57.0874393",
"rrp": 17,
"campaignDescription": "sample string 18",
"product": {
"$ref": "8"
},
"campaign": {
"$ref": "62"
}
},
{
"$ref": "63"
}
],
"sellingRules": [
{
"$id": "64",
"id": 1,
"identifier": "/CcaCXW5tk2h1a98JkCCrg==",
"identifierStr": "/CcaCXW5tk2h1a98JkCCrg==",
"identifierGuid": "091a27fc-b975-4db6-a1d5-af7c264082ae",
"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": "62"
}
},
{
"$ref": "64"
}
],
"customers": [
{
"$id": "65",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"customerID": "h/wGizNz6EC1YRULPGisEQ==",
"customerIDGuid": "8b06fc87-7333-40e8-b561-150b3c68ac11",
"campaign": {
"$ref": "62"
},
"customer": {
"$id": "66",
"identifier": "+DfnYdK9r0mPYcc32B1VaQ==",
"identifierGuid": "61e737f8-bdd2-49af-8f61-c737d81d5569",
"code": "sample string 2",
"familyName": "sample string 3",
"givenName": "sample string 4",
"otherName": "sample string 5",
"title": "sample string 6",
"dateOfBirth": "2026-04-03T06:14:57.0874393",
"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": "0+PtvE/t7UGlnU87DRVTDA==",
"communityIdentifierGuid": "bcede3d3-ed4f-41ed-a59d-4f3b0d15530c",
"joined": "2026-04-03T06:14:57.0874393",
"updated": "2026-04-03T06:14:57.0874393",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "pMYh8ObIVk+ZIVjtQCTztA==",
"priceLevelIdentifierGuid": "f021c6a4-c8e6-4f56-9921-58ed4024f3b4",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-04-03T06:14:57.0874393",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "67",
"cardType": 2,
"issueDate": "2026-04-03T06:14:57.0874393",
"expiry": "2026-04-03T06:14:57.0874393",
"customerID": "/iJO8YeB2k2vbFbW11mLtQ==",
"customerIDGuid": "f14e22fe-8187-4dda-af6c-56d6d7598bb5",
"initialValue": 1,
"currentValue": 1,
"maxLimit": 1,
"minTransaction": 1,
"maxTransaction": 1,
"multiplier": 1.1,
"active": true,
"reasonInactive": 1,
"idRequired": true,
"idType": 1,
"idValue": "sample string 5",
"updated": "2026-04-03T06:14:57.0874393",
"linkedAccount": "s97zeL5ok0C69JdMjvuK+A==",
"linkedAccountGuid": "78f3deb3-68be-4093-baf4-974c8efb8af8",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "66"
},
"account": {
"$id": "68",
"id": 1,
"identifier": "jOn/J6MM5ESUmmPoYpnnnQ==",
"identifierGuid": "27ffe98c-0ca3-44e4-949a-63e86299e79d",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-04-03T06:14:57.0874393",
"owner": "lH/ov15imEyEEES0T1n5Fw==",
"ownerGuid": "bfe87f94-625e-4c98-8410-44b44f59f917",
"accountStoreGroupIdentifier": "5j6JKyHYKEKtmV6D2V/r6w==",
"accountStoreGroupGuid": "2b893ee6-d821-4228-ad99-5e83d95febeb",
"accountType": 1,
"currentBalance": 1,
"externalID": "sample string 7",
"maximumLimit": 1,
"accruePoints": true,
"loyaltyPoints": 1,
"termsOfTrade": 1,
"signatureRequired": true,
"referenceRequired": true,
"statementSendType": 10,
"ageingPeriod": 1,
"monthlyAgeingPeriod": true,
"explodedInvoice": true,
"isFifoAllocation": true,
"lastStatementSent": "2026-04-03T06:14:57.0874393",
"active": true,
"updated": "2026-04-03T06:14:57.0874393",
"deleted": true,
"deletedUser": "sample string 16",
"currentBalanceChanged": true,
"maximumLimitChanged": true,
"loyaltyPointsChanged": true,
"projectedBalance": 17,
"accountStoreGroupStoreIDs": [
1,
2
],
"customerEmail": "sample string 18",
"ownerCustomer": {
"$ref": "66"
},
"card": {
"$ref": "67"
},
"members": {
"$id": "69",
"sample string 1": [
{
"$ref": "66"
},
{
"$ref": "66"
}
],
"sample string 2": [
{
"$ref": "66"
},
{
"$ref": "66"
}
]
},
"customerGroups": [
{
"$id": "70",
"identifier": "ja5lZh8UHEan3/mGbxwHBg==",
"identifierGuid": "6665ae8d-141f-461c-a7df-f9866f1c0706",
"name": "sample string 2",
"primaryContact": "/N+fhCD4z0y91Jf7d8L2oA==",
"primaryContactGuid": "849fdffc-f820-4ccf-bdd4-97fb77c2f6a0",
"accountID": "W67gT1qEhEy9v9pVikpGBA==",
"accountIDGuid": "4fe0ae5b-845a-4c84-bdbf-da558a4a4604",
"special": true,
"updated": "2026-04-03T06:14:57.0874393",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "FgdebnZXFkaSDFMBfw1LGg==",
"priceLevelIdentifierGuid": "6e5e0716-5776-4616-920c-53017f0d4b1a",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "68"
},
"primaryContactCustomer": {
"$ref": "66"
},
"customerGroupMembers": [
{
"$id": "71",
"id": 1,
"groupID": "kZsx1bB6A0K9Yc1E4yf3CA==",
"groupIDGuid": "d5319b91-7ab0-4203-bd61-cd44e327f708",
"customerID": "GpX2RKEdTkq24ktUExtljw==",
"customerIDGuid": "44f6951a-1da1-4a4e-b6e2-4b54131b658f",
"card": "sample string 4",
"linkedAccount": "GKy8xdQG5U24fUmy7ClFmg==",
"linkedAccountGuid": "c5bcac18-06d4-4de5-b87d-49b2ec29459a",
"customer": {
"$ref": "66"
},
"group": {
"$ref": "70"
},
"customerCard": {
"$ref": "67"
}
},
{
"$ref": "71"
}
]
},
{
"$ref": "70"
}
]
},
"payments": [
{
"$id": "72",
"id": 1,
"identifier": "zqhqFVrJYECv6oTOMK3HYA==",
"identifierGuid": "156aa8ce-c95a-4060-afea-84ce30adc760",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "oFDWRkQH7kyDZg8eb7v7hQ==",
"accountIDGuid": "46d650a0-0744-4cee-8366-0f1e6fbbfb85",
"customerAccount": {
"$ref": "68"
},
"customerCard": {
"$ref": "67"
},
"accountType": 1,
"cardName": "sample string 8",
"authorisationNumber": "sample string 9",
"bankReference": "sample string 10",
"merchantID": "sample string 11",
"terminalID": "sample string 12",
"cardNumber": "sample string 13",
"paymentDate": "2026-04-03T06:14:57.0874393",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "2zodBOuCh0SZG84IipTIjA==",
"idempotentVoidGuid": "041d3adb-82eb-4487-991b-ce088a94c88c",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "73",
"saleHeaderID": 1,
"saleHeaderGuid": "7HMNvTCof0m9ccwTPQ+JUw==",
"saleHeaderIdentifierGuid": "bd0d73ec-a830-497f-bd71-cc133d0f8953",
"created": "2026-04-03T06:14:57.0874393",
"createdLocal": "2026-04-03T06:14:57.0874393",
"createdText": "sample string 4",
"itemCount": 5,
"totalAmount": 6,
"cashTender": 1,
"cardTender": 1,
"cheqTender": 1,
"acctTender": 1,
"voucherTender": 1,
"loyaltyPoints": 1,
"cashout": 1,
"changeAmount": 1,
"rounding": 1,
"gstAmount": 1,
"transactionDiscountTender": 1,
"totalTip": 7,
"tranType": 1,
"processed": 1,
"imported": "2026-04-03T06:14:57.0874393",
"storeID": 1,
"operatorG_Uid": "y2w8rcUM60+Rg4GZrkC3/w==",
"operatorGuid": "ad3c6ccb-0cc5-4feb-9183-8199ae40b7ff",
"customerG_Uid": "Vqe2fGbhBES36qOp5UoBdw==",
"customerGuid": "7cb6a756-e166-4404-b7ea-a3a9e54a0177",
"communityIdentifier": "CIqCeucsPE6eXdu998RkJw==",
"communityIdentifierGuid": "7a828a08-2ce7-4e3c-9e5d-dbbdf7c46427",
"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": "pQDVdOjxu0yIQFKRaIckQA==",
"priceLevelIdentifierGuid": "74d500a5-f1e8-4cbb-8840-529168872440",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-04-03T06:14:57.0874393+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": "74",
"customerName": "sample string 1",
"pickupAt": "2026-04-03T06:14:57.0874393",
"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": "33"
},
"customer": {
"$ref": "66"
},
"communityOrganisation": {
"$id": "75",
"id": 1,
"identifier": "U6bLkwGPR0yPbKLz08y0ig==",
"identifierGuid": "93cba653-8f01-4c47-8f6c-a2f3d3ccb48a",
"name": "sample string 3",
"lookupIdentifier": "sample string 4",
"externalID": "sample string 5",
"phone": "sample string 6",
"fax": "sample string 7",
"email": "sample string 8",
"address1": "sample string 9",
"address2": "sample string 10",
"city": "sample string 11",
"postCode": "sample string 12",
"state": "sample string 13",
"country": "sample string 14",
"abn": "sample string 15",
"promoPeriodStart": "2026-04-03T06:14:57.0874393",
"promoPeriodEnd": "2026-04-03T06:14:57.0874393",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-04-03T06:14:57.0874393",
"deleted": true
},
"details": [
{
"$id": "76",
"saleItemID": 1,
"identifier": "Xrt8BlbgY0SSR/JvDA3Jzg==",
"identifierGuid": "067cbb5e-e056-4463-9247-f26f0c0dc9ce",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "drk6kSas+0ek4kagWEqexg==",
"pluGuid": "913ab976-ac26-47fb-a4e2-46a0584a9ec6",
"accountID": "cRa1x/BH0E2ak0vorMw9+A==",
"accountIDGuid": "c7b51671-47f0-4dd0-9a93-4be8accc3df8",
"normalPrice": 3,
"originalSellingPrice": 4,
"discountPrice": 5,
"unit": 1,
"quantity": 6,
"totalCents": 7,
"fixedPrice": 1,
"tranType": 1,
"discountType": 1,
"cost": 1,
"costDecimals": 8,
"markdown": 1,
"manualQuantity": 1,
"manualPrice": 1,
"manualMode": 1,
"active": 1,
"offline": true,
"barcode": "sample string 9",
"keyedSale": 1,
"discountedID": 1,
"fuelID": 1,
"serialNumber": "sample string 10",
"bestOrExpire": "2026-04-03T06:14:57.0874393",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "kMUIFBGGs0WwetLp/5ZNZQ==",
"refundGuid": "1408c590-8611-45b3-b07a-d2e9ff964d65",
"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": "C8JvFJ0CJ0efHVjK6ktXoA==",
"idempotentVoidGuid": "146fc20b-029d-4727-9f1d-58caea4b57a0",
"priceLevelIdentifier": "ffr0ldOKHkSg8jACA/GiiA==",
"priceLevelIdentifierGuid": "95f4fa7d-8ad3-441e-a0f2-300203f1a288",
"communityIdentifier": "+1/o6hFfg0qz0GPE14A8Jg==",
"communityIdentifierGuid": "eae85ffb-5f11-4a83-b3d0-63c4d7803c26",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "77",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-04-03T06:14:57.0874393",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "77"
}
],
"refund": {
"$id": "78",
"id": 1,
"g_UID": "VALlA1x1r06bgsoeEnNwdA==",
"guid": "03e50254-755c-4eaf-9b82-ca1e12737074",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-04-03T06:14:57.0874393"
},
"modifier": {
"$id": "79",
"id": 1,
"setG_UID": "+OYcS2UhHkCqTwDKkMR7PQ==",
"modifierSetGuid": "4b1ce6f8-2165-401e-aa4f-00ca90c47b3d",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "tR3QImHfy0atoFsyL2pAGw==",
"pluGuid": "22d01db5-df61-46cb-ada0-5b322f6a401b",
"deleted": true,
"g_UID": "xflXjHli0EOpMGR64vMd0g==",
"guid": "8c57f9c5-6279-43d0-a930-647ae2f31dd2",
"product": {
"$ref": "8"
}
},
"priceLevelName": "sample string 25",
"pumpNumber": 1,
"hoseNumber": 1
},
{
"$ref": "76"
}
],
"eftReceipts": [
{
"$id": "80",
"id": 1,
"storeID": 1,
"saleHeaderID": 2,
"storeSaleHeader": {
"$ref": "73"
},
"receipt": "sample string 3",
"processed": 1
},
{
"$ref": "80"
}
],
"payments": [
{
"$ref": "72"
},
{
"$ref": "72"
}
],
"cards": [
{
"$id": "81",
"id": 1,
"saleHeaderID": 1,
"identifier": "sample string 2",
"cardType": 3,
"providerName": "sample string 4"
},
{
"$ref": "81"
}
],
"campaignHits": [
{
"$id": "82",
"id": 1,
"saleHeaderID": 2,
"campaign": "sample string 3",
"name": "sample string 4",
"processed": 1,
"campaignDescription": "sample string 5"
},
{
"$ref": "82"
}
],
"fuel": [
{
"$id": "83",
"id": 1,
"plu": 1,
"pluG_UID": "mfQl8SdxsEq9iP9U9KMKmw==",
"pluGuid": "f125f499-7127-4ab0-bd88-ff54f4a30a9b",
"saleHeaderID": 2,
"totalCents": 3,
"grade": 1,
"gradeDescription": "sample string 4",
"dispenser": 1,
"hose": 1,
"quantity": 1,
"cost": 1,
"acquirerNum": 1,
"attendant": 1,
"ePurseBalance": 1.0,
"cardSignature": "sample string 5",
"compartmentNumber": 1,
"contractNumber": 1,
"discountCardPAN": "sample string 6",
"discountID": 1,
"discountName": "sample string 7",
"discountNetValue": 1.0,
"discountType": 1,
"discountValue": 1.0,
"discretionaryData": "sample string 8",
"driverID": "sample string 9",
"eftBatchNumber": 1,
"eftResponseCode": "sample string 10",
"endDateTime": "2026-04-03T06:14:57.0874393",
"engineHours": 1.1,
"fposNumber": 1,
"loyaltyCardPAN": "sample string 11",
"miscData1": 1,
"miscData2": "sample string 12",
"miscFlags": 1,
"mop": 1,
"odometer": 1,
"panNumber": "sample string 13",
"saleRefund": true,
"saleStatus": 1,
"sequenceNumber": 1,
"stan": 1,
"startDateTime": "2026-04-03T06:14:57.0874393",
"tagNumber": "sample string 15",
"trackTwoRem": "sample string 16",
"transCode": 1,
"transType": 1,
"unitPrice": 1.0,
"vehicleReg": "sample string 17",
"offline": true,
"processed": 1
},
{
"$ref": "83"
}
],
"fuelResells": [
{
"$id": "84",
"saleItemID": 1,
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "wZJYiZ0QfEmSsKT/GFI6Tg==",
"pluGuid": "895892c1-109d-497c-92b0-a4ff18523a4e",
"accountID": "r8NYci1Zi0usqz525qTyXA==",
"accountIDGuid": "7258c3af-592d-4b8b-acab-3e76e6a4f25c",
"normalPrice": 3,
"originalSellingPrice": 4,
"discountPrice": 5,
"unit": 1,
"quantity": 6,
"totalCents": 7,
"fixedPrice": 1,
"tranType": 1,
"processed": 1,
"discountType": 1,
"cost": 1,
"costDecimals": 1,
"markdown": 1,
"manualQuantity": 1,
"manualPrice": 1,
"manualMode": 1,
"active": 1,
"barcode": "sample string 8",
"offline": 1,
"keyedSale": 1,
"discountedID": 1,
"fuelID": 1,
"serialNumber": "sample string 9",
"bestOrExpire": "2026-04-03T06:14:57.0874393",
"bestOrExpireType": 1,
"refundG_UID": "3mYhbie7UUSCGRNrFmhwYg==",
"refundGuid": "6e2166de-bb27-4451-8219-136b16687062",
"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": "84"
}
],
"customerOrder": [
{
"$id": "85",
"identifier": "N0ZxU6b6zkGvcVOYHTB34Q==",
"identifierGuid": "53714637-faa6-41ce-af71-53981d3077e1",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "ChroixXLoU2JKHMEQ6ETUw==",
"customerIdentifierGuid": "8be81a0a-cb15-4da1-8928-730443a11353",
"operatorNo": 1,
"operatorG_UID": "C/JSHqC+M0Ge9r+GmxfdcA==",
"operatorGuid": "1e52f20b-bea0-4133-9ef6-bf869b17dd70",
"created": "2026-04-03T06:14:57.0874393",
"ordered": "2026-04-03T06:14:57.0874393",
"started": "2026-04-03T06:14:57.0874393",
"completed": "2026-04-03T06:14:57.0874393",
"supplied": "2026-04-03T06:14:57.0874393",
"quickTicket": 1,
"deleted": true,
"walkAway": true,
"approxWait": 1,
"actualWait": 1,
"deliveryMethod": 8,
"externalSaleType": 9,
"customer": {
"$ref": "66"
},
"operator": {
"$ref": "33"
},
"details": [
{
"$id": "86",
"headerID": 1,
"plu": 1,
"pluG_UId": "puOKtUEL7UuCncsT+h+v4g==",
"pluGuid": "b58ae3a6-0b41-4bed-829d-cb13fa1fafe2",
"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": "xpWbdXTANkykOn8tecSAlQ==",
"headerIdentifierGuid": "759b95c6-c074-4c36-a43a-7f2d79c48095",
"product": {
"$ref": "8"
}
},
{
"$ref": "86"
}
],
"storeName": "sample string 11",
"customerName": "sample string 12",
"storeReplyTo": "sample string 13",
"storeSubjectLine": "sample string 14",
"storeSaleHeader": {
"$ref": "73"
}
},
{
"$ref": "85"
}
],
"surveyResponses": [
{
"$id": "87",
"surveyG_UID": "VnVTvmpGHEykRDftNi5pbQ==",
"surveyGuid": "be537556-466a-4c1c-a444-37ed362e696d",
"saleHeaderGuid": "8uM8cgKIEEmPikTzmYFXvQ==",
"saleGuid": "723ce3f2-8802-4910-8f8a-44f3998157bd",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "Vhvjm+mQdUmuQKJAvyxa1Q==",
"guidResponse": "9be31b56-90e9-4975-ae40-a240bf2c5ad5",
"whoAnswered": 2,
"answeredAtUTC": "2026-04-03T06:14:57.0874393",
"sale": {
"$ref": "73"
},
"survey": {
"$id": "88",
"g_UID": "PaiO4s1jNEyYhzzJ4AOYiw==",
"guid": "e28ea83d-63cd-4c34-9887-3cc9e003988b",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "/Ki7ahZddUWeuh3OMH5oWg==",
"checkoutFormGuid": "6abba8fc-5d16-4575-9eba-1dce307e685a",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-04-03T06:14:57.0874393",
"end": "2026-04-03T06:14:57.0874393",
"deleted": true,
"updated": "2026-04-03T06:14:57.0874393",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"d18b94a4-b139-4b3b-937b-5d780ccc25a1",
"457f4ba5-7675-4c12-a159-ebbc5b066575"
],
"allowsAllTextResponses": true,
"surveyForm": {
"$ref": "41"
}
},
"ingressId": "sample string 4"
},
{
"$ref": "87"
}
],
"storeName": "sample string 39",
"terminalNumber": 40,
"machineName": "sample string 41",
"operatorName": "sample string 42",
"direction": 1,
"reason": "sample string 43",
"accountG_UID": "n8BLknX/Xk+WhPsn+Vo63g==",
"accountIdentifier": "924bc09f-ff75-4f5e-9684-fb27f95a3ade",
"accountName": "sample string 44",
"customerOrderIdentifier": "BgSX5JZS60+kcMSnGCmLlw==",
"customerOrderIdentifierGuid": "e4970406-5296-4feb-a470-c4a718298b97",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "89",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "0DPCOeSP/EWqWUAYuY+QQQ==",
"paymentIdentifierGuid": "39c233d0-8fe4-45fc-aa59-4018b98f9041",
"identifier": "G+H80/JmBEqQPiVYycQO5Q==",
"identifierGuid": "d3fce11b-66f2-4a04-903e-2558c9c40ee5",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "tl/yhWLEzEagBSgFKAwzbg==",
"itemIdentifierGuid": "85f25fb6-c462-46cc-a005-2805280c336e"
}
},
{
"$ref": "72"
}
]
},
{
"$ref": "67"
}
],
"customerGroupMembers": [
{
"$ref": "71"
},
{
"$ref": "71"
}
],
"customerGroups": [
{
"$ref": "70"
},
{
"$ref": "70"
}
],
"accounts": [
{
"$ref": "68"
},
{
"$ref": "68"
}
],
"account": {
"$ref": "68"
},
"vouchers": [
{
"$id": "90",
"customerIdentifier": "zgitYWMW3ECRW12LznfDKg==",
"customerIdentifierGuid": "61ad08ce-1663-40dc-915b-5d8bce77c32a",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "mA/0sTNVGEuc4Wdkz5HD9g==",
"idempotentGuid": "b1f40f98-5533-4b18-9ce1-6764cf91c3f6",
"offline": true,
"voucher": {
"$id": "91",
"id": 1,
"name": "sample string 2",
"description": "sample string 3",
"shortDescription": "sample string 4",
"url": "sample string 5",
"barcodeTemplateID": 1,
"expiry": 0,
"voucherType": 6,
"limitPerTransaction": 7,
"customerTracking": true,
"discountAccount": "sample string 9",
"endDate": "2026-04-03T06:14:57.0874393",
"barcodeTemplate": {
"$id": "92",
"templateID": 1,
"template": "sample string 1",
"bcFunction": "sample string 2",
"sortOrder": 3
},
"scaleLabel": {
"$id": "93",
"id": 1,
"uid": "sample string 2",
"name": "sample string 3",
"width": 1.1,
"height": 1.1,
"showBorder": true,
"borderWidth": 1.1,
"borderStyle": 1,
"borderColour": "sample string 5",
"updated": "2026-04-03T06:14:57.0874393",
"labelPageLayout": "IryqBWhl8k6SF41xHEWXdg==",
"pageLayoutGuid": "05aabc22-6568-4ef2-9217-8d711c459776",
"labelType": 6,
"oldName": "sample string 7",
"voucher": {
"$ref": "91"
},
"elements": [
{
"$id": "94",
"id": 1,
"scaleLabelID": 2,
"showPercentDI": true,
"showAvgPerHundred": true,
"showAvgPerServe": true,
"name": "sample string 6",
"x": 1.1,
"y": 1.1,
"width": 1.1,
"height": 1.1,
"type": 1,
"rotation": 1,
"text": "sample string 7",
"fontFamily": "sample string 8",
"align": 1,
"bold": true,
"italic": true,
"underline": true,
"strikeout": true,
"reverse": true,
"textColour": "sample string 9",
"fontSize": 1.1,
"picture": "QEA=",
"borderWidth": 10,
"sortOrder": 11,
"printOptions": 12,
"superScriptTextFontSize": 1.1,
"lineStyle": 1,
"spacingStyle": 1,
"interCharacterSpacing": 1.1,
"superScriptOffset": 1.1,
"lineSpacing": 1.1,
"dateFormat": "sample string 13",
"autoGrow": true,
"fontAutoResize": true,
"updated": "2026-04-03T06:14:57.0874393"
},
{
"$ref": "94"
}
]
},
"customerVouchers": [
{
"$id": "95",
"id": 1,
"customerIdentifier": "IXc470ujHUy/t/5lziAujQ==",
"customerIdentifierGuid": "ef387721-a34b-4c1d-bfb7-fe65ce202e8d",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-04-03T06:14:57.0874393",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "Qh9QYNDFmE2MGq/mK1wtFg==",
"issuedIdempotentGuid": "60501f42-c5d0-4d98-8c1a-afe62b5c2d16",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-04-03T06:14:57.0874393",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-04-03T06:14:57.0874393",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "5frhCPGE6Emt5hhRVS5LYw==",
"redeemedIdempotentGuid": "08e1fae5-84f1-49e8-ade6-1851552e4b63",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-04-03T06:14:57.0874393",
"storeName": "sample string 17",
"scaleLabel": {
"$ref": "93"
},
"voucher": {
"$ref": "91"
},
"customer": {
"$ref": "66"
},
"issuedOfflinePayment": {
"$ref": "72"
},
"redeemedOfflinePayment": {
"$ref": "72"
}
},
{
"$ref": "95"
}
]
},
"customer": {
"$ref": "66"
}
},
{
"$ref": "90"
}
]
}
},
{
"$ref": "65"
}
],
"customerGroups": [
{
"$id": "96",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupID": "e4G0go4n7EmaN6e+WU1I0w==",
"groupIDGuid": "82b4817b-278e-49ec-9a37-a7be594d48d3",
"campaign": {
"$ref": "62"
},
"group": {
"$ref": "70"
}
},
{
"$ref": "96"
}
],
"signIqTickets": [
{
"$id": "97",
"identifier": "LQgrxSZmakyCsVkkQkn/DA==",
"identifierGuid": "c52b082d-6626-4c6a-82b1-59244249ff0c",
"campaignName": "sample string 2",
"message": "sample string 3",
"ticketFileSource": "sample string 4",
"ticketFileDestination": "sample string 5",
"storeID": 1
},
{
"$ref": "97"
}
],
"comboPriceGroups": [
{
"$id": "98",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"g_UID": "Gn4pEknQz0yGH8YVxDaHUQ==",
"guid": "12297e1a-d049-4ccf-861f-c615c4368751",
"description": "sample string 5",
"newPrice": 1,
"rangeDescription": "sample string 6",
"dealDescription": "sample string 7",
"labelQuantity": 8,
"hostProductCategoryID": 1,
"offerID": 1,
"dontUpdatePricePlus": true,
"campaign": {
"$ref": "62"
},
"comboPricePlus": [
{
"$id": "99",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupG_UID": "r+pwcZzGjUSItqCj36PYAw==",
"groupGuid": "7170eaaf-c69c-448d-88b6-a0a3dfa3d803",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "8iRcMYY36UG/08FObdFSsQ==",
"pluGuid": "315c24f2-3786-41e9-bfd3-c14e6dd152b1",
"priceGroupG_UID": "OHmHIAM/hkC5bVC1Oohv7w==",
"priceGroupGuid": "20877938-3f03-4086-b96d-50b53a886fef",
"campaignPoolID": "sample string 7",
"quantity": 1,
"campaign": {
"$ref": "62"
},
"product": {
"$ref": "8"
},
"priceGroup": {
"$ref": "26"
},
"campaignPool": {
"$ref": "62"
}
},
{
"$ref": "99"
}
]
},
{
"$ref": "98"
}
],
"priceLevels": [
{
"$id": "100",
"id": 1,
"priceLevelIdentifier": "XNVPIxbmLkyO7Q27L4qoQw==",
"priceLevelIdentifierGuid": "234fd55c-e616-4c2e-8eed-0dbb2f8aa843",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "100"
}
],
"promotionType": {
"$id": "101",
"identifier": "yMNpda8yxE6c0sXiXZqo6Q==",
"identifierGuid": "7569c3c8-32af-4ec4-9cd2-c5e25d9aa8e9",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "uR3a39JYl02pWXC+NretRA==",
"labelPageLayoutGuid": "dfda1db9-58d2-4d97-a959-70be36b7ad44",
"priceLevelIdentifier": "NR6n/c7INEaUj7vp8bxCaw==",
"priceLevelIdentifierGuid": "fda71e35-c8ce-4634-948f-bbe9f1bc426b",
"active": true,
"updated": "2026-04-03T06:14:57.0874393",
"hostName": "sample string 11"
}
},
"product": {
"$ref": "8"
},
"dealCost": {
"$id": "102",
"headerIdentifier": "lnD221Cg40qYMXdXOh8WZg==",
"headerIdentifierGuid": "dbf67096-a050-4ae3-9831-77573a1f1666",
"identifier": "rEGbkA4QzkKui3YbYBLnZg==",
"identifierGuid": "909b41ac-100e-42ce-ae8b-761b6012e766",
"supplierIdentifier": "W4RJ7LB4uUiq7n4Imk+8ag==",
"supplierGuid": "ec49845b-78b0-48b9-aaee-7e089a4fbc6a",
"pluG_UID": "P08JA5hQuUKvJjvxozNkGQ==",
"pluGuid": "03094f3f-5098-42b9-af26-3bf1a3336419",
"campaignName": "c5669ad1-1750-4d23-9bd6-d93269ab0cd5",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-04-03T06:14:57.0874393",
"end": "2026-04-03T06:14:57.0874393",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "LI+tRQQNxUmALtjUPW3/mQ==",
"bonusItemPluGuid": "45ad8f2c-0d04-49c5-802e-d8d43d6dff99",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-04-03T06:14:57.0874393",
"metcashPromotionID": "sample string 14",
"fromHost": 15,
"storeNames": "sample string 16",
"storeIDs": [
1,
2
],
"supplierName": "sample string 17",
"campaignDescription": "sample string 18",
"newPrice": 1,
"campaignMetcashPromotionID": "sample string 19",
"campaignActive": true,
"campaignStartDate": "2026-04-03T06:14:57.0874393",
"campaignEndDate": "2026-04-03T06:14:57.0874393",
"masterPLUG_UID": "r9U3OctYrkif/zp967fgjA==",
"masterID": "3937d5af-58cb-48ae-9fff-3a7debb7e08c",
"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": "va+xtycfAE26yTEgD59U5Q==",
"bonusMasterID": "b7b1afbd-1f27-4d00-bac9-31200f9f54e5",
"bonusProductName": "sample string 34",
"bonusProductAPN": "sample string 35",
"bonusOrderCode": "sample string 36",
"bonusNormalSell": 37,
"bonusNormalCost": 38,
"bonusNormalCostDecimals": 39,
"bonusCartonQuantity": 40,
"bonusSalesMode": 41,
"bonusOrderPacked": 42,
"bonusFuelItem": true,
"bonusActive": true
}
},
"currentCostStart": "2026-04-03T06:14:57.0874393",
"dealCosts": [
{
"$ref": "102"
},
{
"$ref": "102"
}
],
"tags": [
{
"$id": "103",
"pluG_UID": "UQHLuWm3HUKk+bdoHQfhWQ==",
"pluGuid": "b9cb0151-b769-421d-a4f9-b7681d07e159",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "103"
}
],
"alternateProductG_UID": "UJjn3ghsXUS0C6BC79yfsQ==",
"alternateProduct": "dee79850-6c08-445d-b40b-a042efdc9fb1",
"altProduct": {
"$ref": "8"
},
"productHostCode": {
"$id": "104",
"id": 1,
"pluG_UID": "E6IiYCjTEUi/s8VaXl1V1w==",
"pluGuid": "6022a213-d328-4811-bfb3-c55a5e5d55d7",
"ibaCode": "sample string 2"
},
"mscCat": {
"$ref": "56"
},
"mscCom": {
"$ref": "57"
},
"mscDep": {
"$ref": "59"
},
"mscSubCom": {
"$ref": "58"
},
"isUserUpdate": true,
"ignoreMasterProduct": true,
"priceGroupLabelRequested": true,
"firstSold": "2026-04-03T06:14:57.0874393",
"inventoryTracked": "2026-04-03T06:14:57.0874393",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "105",
"pluG_UID": "NTR1GmSBWUyKBpY6CCF72A==",
"pluGuid": "1a753435-8164-4c59-8a06-963a08217bd8",
"fuelPluG_UID": "ilpacpxDc0KZ1v+3VrnWWA==",
"fuelPluGuid": "725a5a8a-439c-4273-99d6-ffb756b9d658",
"price": 3,
"productDescription": "sample string 4",
"productBarcode": "sample string 5",
"fuelProductDescription": "sample string 6",
"fuelProductBarcode": "sample string 7",
"fuelProductPrice": 8
},
"productFuelLinks": [
{
"$ref": "105"
},
{
"$ref": "105"
}
]
},
"supplier": {
"$ref": "3"
},
"serviceFee": {
"$id": "106",
"id": 1,
"description": "sample string 1",
"fee": 1
},
"isPrimaryHost": true,
"hostVendor": 48
},
{
"$ref": "6"
}
],
"orderCycleHeaders": [
{
"$id": "107",
"storeID": 1,
"supplierIdentifier": "MCXoUk0MGESlX1iF1HW3ng==",
"supplierGuid": "52e82530-0c4d-4418-a55f-5885d475b79e",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"storeName": "sample string 5",
"departmentName": "sample string 6",
"orderDays": 7
},
{
"$ref": "107"
}
],
"cycles": [
{
"$id": "108",
"storeID": 1,
"supplierIdentifier": "pY1mEnWr0EqHSCBjOzbbNQ==",
"supplierGuid": "12668da5-ab75-4ad0-8748-20633b36db35",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"cutOffWeek": 5,
"cutOffDay": 6,
"cutOffTime": "00:00:00.1234567",
"leadTime": 7,
"daysBuffer": 8,
"supplierName": "sample string 9",
"cutOffDate": "2026-04-03T06:14:57.0874393",
"deliveryDate": "2026-04-03T06:14:57.0874393",
"nextCutOffDate": "2026-04-03T06:14:57.0874393",
"nextDeliveryDate": "2026-04-03T06:14:57.0874393",
"nextDaysBuffer": 10
},
{
"$ref": "108"
}
],
"store": {
"$ref": "9"
},
"updated": "2026-04-03T06:14:57.0874393",
"isHost": true
},
"files": [
{
"$id": "109",
"id": "sample string 1",
"fileName": "sample string 2",
"extension": "sample string 3",
"provider": 0,
"type": 0,
"hostType": "sample string 4",
"createdUtc": "2026-04-03T06:14:57.0874393",
"processed": "2026-04-03T06:14:57.0874393",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-04-03T06:14:57.0874393",
"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": "2"
},
"metcashHeader": {
"$id": "110",
"customerNumber": "sample string 1",
"creationDate": "2026-04-03T06:14:57.0874393",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "109"
}
],
"zoneMatrix": [
{
"$ref": "16"
},
{
"$ref": "16"
}
],
"hostFileStoreSetting": {
"$ref": "12"
},
"hostStoreSettings": [
{
"$ref": "12"
},
{
"$ref": "12"
}
],
"promotionPlacements": [
{
"$id": "111",
"identifier": "QhyF01rYwEi6bDvs/9/tyQ==",
"identifierGuid": "d3851c42-d85a-48c0-ba6c-3becffdfedc9",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "111"
}
],
"promoTypeGuids": [
"26fb525e-05e9-4fb6-8263-aa8e45914559",
"0f50acb0-096e-4b6f-af5a-7d1aac6cc188"
],
"isPromotionOnly": false,
"isOrderable": false,
"vendor": 0
},
"stores": [
{
"$ref": "9"
},
{
"$ref": "9"
}
],
"zoneMatrix": [
{
"$ref": "16"
},
{
"$ref": "16"
}
]
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PriceZone| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Name | string |
Required String length: inclusive between 0 and 60 |
|
| HostIdentifier | Collection of byte |
None. |
|
| HostIdentifierGuid | globally unique identifier |
None. |
|
| SortOrder | integer |
None. |
|
| ZoneMasterStoreID | integer |
None. |
|
| ElectedMasterStoreID | integer |
None. |
|
| ContainsElectedMasterStore | boolean |
None. |
|
| Host | Host |
None. |
|
| Stores | Collection of Store |
None. |
|
| ZoneMatrix | Collection of ZoneMatrix |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"name": "sample string 2",
"hostIdentifier": "wwhvbDxFDkaqllfXZwafIA==",
"hostIdentifierGuid": "6c6f08c3-453c-460e-aa96-57d767069f20",
"sortOrder": 3,
"zoneMasterStoreID": 1,
"electedMasterStoreID": 1,
"containsElectedMasterStore": true,
"host": {
"$id": "2",
"identifier": "be3iUzedrE6cZpY7j1eTEA==",
"identifierGuid": "53e2ed6d-9d37-4eac-9c66-963b8f579310",
"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": "0sJ/S4Fn70Kt5vpLfcxAsA==",
"hostSupplierIdentifierGuid": "4b7fc2d2-6781-42ef-ade6-fa4b7dcc40b0",
"loyaltyPriceLevelIdentifier": "WBNDn5eju0WKXOGaP2lNTA==",
"loyaltyPriceLevelIdentifierGuid": "9f431358-a397-45bb-8a5c-e19a3f694d4c",
"isGroup": true,
"description": "sample string 22",
"hostProvider": 23,
"hostTypeEnum": 24,
"hostType": "sample string 25",
"hostCode": "sample string 26",
"username": "sample string 27",
"password": "sample string 28",
"passwordPlain": "sample string 29",
"server": "sample string 30",
"url": "sample string 31",
"global": true,
"stateCode": "sample string 33",
"lastCollected": "2026-04-03T06:14:57.1655644",
"lastProcessed": "2026-04-03T06:14:57.1655644",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$id": "3",
"identifier": "4Bjl9LU7VkGyMd9VSenbnA==",
"identifierGuid": "f4e518e0-3bb5-4156-b231-df5549e9db9c",
"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": "4T1JzgI070ORpD7GVys4Qg==",
"primaryContactID": "ce493de1-3402-43ef-91a4-3ec6572b3842",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "dTKPG9X9pk6KTp4cDqQNdw==",
"supplierGroupGuid": "1b8f3275-fdd5-4ea6-8a4e-9e1c0ea40d77",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-04-03T06:14:57.1655644",
"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": "4",
"id": "0fda7666-c679-420d-b1f8-6aafb9597940",
"identifier": "iaa9YIUOd0248pM0Z+fdUA==",
"identifierGuid": "60bda689-0e85-4d77-b8f2-933467e7dd50",
"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": "5",
"supplierIdentifier": "4d+SsNMLp06QFhgJU3yVGA==",
"supplierIdentifierGuid": "b092dfe1-0bd3-4ea7-9016-1809537c9518",
"contactGuid": "PCUMcETHBkq75QoGZIzumg==",
"contactID": "700c253c-c744-4a06-bbe5-0a06648cee9a",
"contact": {
"$ref": "4"
},
"supplier": {
"$ref": "3"
}
},
{
"$ref": "5"
}
],
"products": [
{
"$id": "6",
"pluG_UID": "Dm21wMj/OkOqBeAMo9YDKA==",
"pluGuid": "c0b56d0e-ffc8-433a-aa05-e00ca3d60328",
"supplierIdentifier": "BNhk9JPl8Em8P5PRKcKdfw==",
"supplierIdentifierGuid": "f464d804-e593-49f0-bc3f-93d129c29d7f",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-04-03T06:14:57.1655644",
"pricedByWeight": true,
"landedUnitCostEx": 9,
"landedUnitCostInc": 10,
"landedCartonCostInc": 12,
"landedCartonCostEx": 13,
"standardCost": 14,
"deliveryFee": 1,
"deliveryFeeBasis": "sample string 15",
"pickAndPackFee": 1,
"pickAndPackFeeBasis": "sample string 16",
"financeFee": 1,
"financeFeeBasis": "sample string 17",
"cartonLength": 1,
"cartonWidth": 1,
"cartonHeight": 1,
"palletLayerQuantity": 1,
"palletLayers": 1,
"itemCode": "sample string 18",
"invoiceCode": "sample string 19",
"invoiceDesc": "sample string 20",
"orderDirect": true,
"useCost": true,
"minimumQuantity": 21,
"hostType": 22,
"fromHost": 23,
"minimumReorder": 1,
"maximumReorder": 1,
"orderMultiple": 24.1,
"sellMultiple": 25.1,
"baseMultiple": 26.1,
"hostStandardCost": 27,
"hostTotalCost": 28,
"hostRetail": 29,
"hostLandedUnitCostEx": 30,
"hostLandedUnitCostInc": 31,
"hostDesc": "sample string 32",
"directIndicator": "sample string 33",
"availableToOrder": true,
"hostRangeIndicator": "sample string 35",
"hostProductType": "sample string 36",
"hostProductGrade": "sample string 37",
"hostProductGroup": "sample string 38",
"hostSlowMoving": true,
"hostGeneralMerchandise": true,
"hostPillar": "sample string 41",
"hostLastUpdated": "2026-04-03T06:14:57.1655644",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "7",
"pluG_UID": "NfQlrGtrYUCLetlBk1LLHw==",
"pluGuid": "ac25f435-6b6b-4061-8b7a-d9419352cb1f",
"supplierIdentifier": "8T9T3o3lq0SQ/aOLgDm1AA==",
"supplierIdentifierGuid": "de533ff1-e58d-44ab-90fd-a38b8039b500",
"invoiceCode": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "7"
}
],
"storeIDs": [
1,
2
],
"preferredSupplier": true,
"preferredRebateSupplier": true,
"supplierName": "sample string 42",
"salesMode": 43,
"orderPacked": true,
"active": true,
"price": 1,
"costGstPercent": 45,
"parentPluG_UID": "7bKi5xVJpU6RU/l5kcF1Dw==",
"parentPluGuid": "e7a2b2ed-4915-4ea5-9153-f97991c1750f",
"freight": 46.0,
"freightType": 1,
"product": {
"$id": "8",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "YHp0Ktqb2Uig2rS1c/6X2Q==",
"guid": "2a747a60-9bda-48d9-a0da-b4b573fe97d9",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "GBlQTxjAyE2nVQ4xfaChMg==",
"priceGroupGuid": "4f501918-c018-4dc8-a755-0e317da0a132",
"blueprintID": 1,
"lastCountedDate": "2026-04-03T06:14:57.1655644",
"externalID": "sample string 7",
"active": true,
"activated": "2026-04-03T06:14:57.1655644",
"pluCreated": "2026-04-03T06:14:57.1655644",
"createdByUser": "sample string 9",
"name": "sample string 10",
"nameChanged": true,
"secondDescription": "sample string 12",
"hostDescription": "sample string 13",
"keepCartonQty": true,
"keepDescription": true,
"keepDepartments": true,
"keepSuppliers": true,
"markdownDescription": "sample string 18",
"altDescription": "sample string 19",
"bestOrExpire": 20,
"lastUpdate": "2026-04-03T06:14:57.1655644",
"lastManualUpdate": "2026-04-03T06:14:57.1655644",
"imageName": "sample string 23",
"showImageOnFlipCharts": true,
"showTextOnFlipCharts": true,
"overrideFlipChartText": true,
"flipChartText": "sample string 27",
"salesMode": 1,
"eftCode": 1,
"price": 1,
"priceChanged": true,
"rrp": 1,
"gstPercent": 28,
"gstPercentChanged": true,
"costGSTPercent": 29,
"costGSTPercentChanged": true,
"wetPercent": 1,
"priceOverride": 1,
"cost": 1,
"currentCost": 1,
"currentCostDecimals": 1,
"grossProfit": 1.0,
"currentCostDesc": "sample string 30",
"currentCostEnd": "2026-04-03T06:14:57.1655644",
"currentCostUpdated": "2026-04-03T06:14:57.1655644",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-04-03T06:14:57.1655644",
"defaultGP": 1,
"breakTargetMode": 33,
"break1": 1,
"price1": 1,
"target1": 34,
"break2": 1,
"price2": 1,
"target2": 35,
"break3": 1,
"price3": 1,
"target3": 36,
"break1Changed": true,
"price1Changed": true,
"target1Changed": true,
"break2Changed": true,
"price2Changed": true,
"target2Changed": true,
"break3Changed": true,
"price3Changed": true,
"target3Changed": true,
"breakTargetModeChanged": true,
"margin": 1.1,
"marginChanged": true,
"marginRanged": true,
"marginRangedChanged": true,
"minimumMargin": 1.1,
"minimumMarginChanged": true,
"maximumMargin": 1.1,
"maximumMarginChanged": true,
"overrideHostWarehouseIndicator": true,
"overrideHostWarehouseIndicatorChanged": true,
"overrideHostPrice": true,
"overrideHostPriceChanged": true,
"overrideHostCost": true,
"overrideHostCostChanged": true,
"overrideHostMargin": true,
"overrideHostMarginChanged": true,
"alwaysApplyMargin": true,
"alwaysApplyMarginChanged": true,
"aws": 1.0,
"paws": 1.0,
"awsUpdated": "2026-04-03T06:14:57.1655644",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "GL7ZIxfAc0y+nXoHMtmY7w==",
"altPLUGuid": "23d9be18-c017-4c73-be9d-7a0732d998ef",
"altPLUGuidChanged": true,
"altPriceDescription1": "sample string 54",
"altPriceDescription2": "sample string 55",
"cartonQuantity": 56,
"cartonQuantityChanged": true,
"trayID": 1,
"promptID": 1,
"tare": 1,
"packQty": 1,
"fixedWeight": 1,
"extraMesg": 1,
"text1": "sample string 58",
"text2": "sample string 59",
"text3": "sample string 60",
"labelText": "sample string 61",
"labelTextChanged": true,
"sendToScale": true,
"nonScaleWeigh": true,
"labelFormat": "sample string 65",
"barcodeFormat": "sample string 66",
"austMade": 1,
"coolCode": 67,
"countryOfOrigin": "sample string 68",
"percentContent": 69.1,
"departmentID": 1,
"subDepartmentID": 1,
"minorDepartmentID": 1,
"lesserDepartmentID": 1,
"deptCode": "sample string 70",
"subDeptCode": "sample string 71",
"minorDeptCode": "sample string 72",
"lesserDeptCode": "sample string 73",
"deptName": "sample string 74",
"subDeptName": "sample string 75",
"minorDeptName": "sample string 76",
"lesserDeptName": "sample string 77",
"departmentChanged": true,
"subCategoryID": 1,
"expiry": 1,
"showDays": 1,
"datePrint": 1,
"labelRequired": true,
"labelShelfQty": 80,
"labelShelfChanged": true,
"labelTalkerQty": 82,
"labelSmall": true,
"labelLastPrinted": "2026-04-03T06:14:57.1655644",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "mp5PhV2UhESmPFQ34YwE5w==",
"shelfPageLayoutGuid": "854f9e9a-945d-4484-a63c-5437e18c04e7",
"talkerPageLayoutG_UID": "xWL+DCgIGkKohzAOnKYAdw==",
"talkerPageLayoutGuid": "0cfe62c5-0828-421a-a887-300e9ca60077",
"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": "iaCLxEfXRkCD3eAIBGLl9g==",
"inventoryIdentifier": "c48ba089-d747-4046-83dd-e0080462e5f6",
"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": "Wn1SSnkzc0utUJRjLvfMJg==",
"parentPluGuid": "4a527d5a-3379-4b73-ad50-94632ef7cc26",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "apjHjl1A5kWrfT2dG9wOOw==",
"supplierIdentifierGuid": "8ec7986a-405d-45e6-ab7d-3d9d1bdc0e3b",
"supplierChanged": true,
"rebateSupplierIdentifier": "PXI6LxNBBUmZ2sVnMoNjPA==",
"rebateSupplierIdentifierGuid": "2f3a723d-4113-4905-99da-c5673283633c",
"rebateSupplierChanged": true,
"availableForOrder": true,
"warehouseDirectIndicator": "sample string 109",
"warehouseDirectIndicatorChanged": true,
"productGrade": "sample string 111",
"productType": "sample string 112",
"productGroup": "sample string 113",
"complianceIndicator": "sample string 114",
"inhouseBrand": "sample string 115",
"slowMoving": true,
"generalMerchandise": true,
"comment": "sample string 118",
"lastUpdatedByUser": "sample string 119",
"lastManualUpdatedByUser": "sample string 120",
"lastUpdatedByUserOverride": true,
"lastUpdatedByHost": "2026-04-03T06:14:57.1655644",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "hpNB/4L2NUOnYGM4ZfLhCQ==",
"hostIdentifierGuid": "ff419386-f682-4335-a760-633865f2e109",
"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": "8"
},
{
"$ref": "8"
}
],
"store": {
"$id": "9",
"id": 1,
"isMaster": true,
"isElectedMaster": true,
"electedMasterStoreID": 1,
"isZoneMaster": true,
"shortName": "sample string 3",
"url": "sample string 4",
"sortOrder": 1,
"name": "sample string 5",
"phone": "sample string 6",
"fax": "sample string 7",
"email": "sample string 8",
"address1": "sample string 9",
"address2": "sample string 10",
"city": "sample string 11",
"state": "sample string 12",
"country": "sample string 13",
"postCode": "sample string 14",
"delivery": 1,
"exportAccounts": 1,
"salesAccountFolder": "sample string 15",
"purchaseAccountFolder": "sample string 16",
"initLoad": 1,
"initIDs": 1,
"zoneID": 1,
"actAsMaster": 1,
"lastActiveUtc": "2026-04-03T06:14:57.1655644",
"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": "zbJ+FK3lHUGRiU2CH+d9dw==",
"hostIdentifierGuid": "147eb2cd-e5ad-411d-9189-4d821fe77d77",
"hostName": 1,
"hostAddress": "sample string 27",
"hostUsername": "sample string 28",
"hostPassword": "sample string 29",
"excludeFromLeadInOut": true,
"accountingProvider": 31,
"accountingAddress": "sample string 32",
"accountingUsername": "sample string 33",
"accountingPassword": "sample string 34",
"storeAccountingCode": "sample string 35",
"softwareVariance": 36,
"fuelWarningVariance": 37.0,
"fuelErrorVariance": 38.0,
"fuelAccumulatedWarningVariance": 39.0,
"fuelAccumulatedErrorVariance": 40.0,
"drawManagment": 41,
"endOfDayManagment": true,
"autoFillCashBalancing": true,
"fuelDayVariance": 44,
"accountingTradingTime": "00:00:00.1234567",
"stockActivateProduct": 46,
"defaultOrderDocumentId": 1,
"defaultStockReceiveDocumentId": 1,
"giftCardSalesAccountingDeptCode": "sample string 47",
"transactionDiscountAccountingDeptCode": "sample string 48",
"size": 49,
"updated": "2026-04-03T06:14:57.1655644",
"priceZone": {
"$id": "10",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "uBnhtuuMj0+eu/SnBCIycg==",
"hostIdentifierGuid": "b6e119b8-8ceb-4f8f-9ebb-f4a704223272",
"sortOrder": 3,
"zoneMasterStoreID": 1,
"electedMasterStoreID": 1,
"containsElectedMasterStore": true
},
"priceZoneName": "sample string 51",
"storeFuelConfigured": true,
"shippingAddressCopied": true,
"shippingAddress": {
"$id": "11",
"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": "11"
},
"hostStoreSettings": [
{
"$id": "12",
"id": 1,
"hostIdentifier": "dUrvi2JQr0+kRwSsz6sx6g==",
"hostIdentifierGuid": "8bef4a75-5062-4faf-a447-04accfab31ea",
"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": {
"$ref": "2"
},
"groupIDs": [
1,
2
],
"hostDescription": "sample string 27"
},
{
"$ref": "12"
}
],
"accounts": [
{
"$id": "13",
"id": 1,
"storeID": 1,
"accountName": "sample string 2",
"bsb": "sample string 3",
"accountNumber": "sample string 4",
"accountDesignated": true
},
{
"$ref": "13"
}
],
"sales": [
{
"$id": "14",
"id": 1,
"storeID": 1,
"externalSalesType": 2,
"ftpSiteID": 1,
"lastSaleProcessed": "2026-04-03T06:14:57.1655644",
"ftpSite": {
"$id": "15",
"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": "14"
}
],
"zoneMatrix": [
{
"$id": "16",
"id": 1,
"hostIdentifier": "ANtSTVJ68kerI379kxl5UQ==",
"hostIdentifierGuid": "4d52db00-7a52-47f2-ab23-7efd93197951",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"73b47438-2c8e-406f-9f16-a968354370fa",
"ec888afa-eb3c-4362-8a37-4c010c22b44e"
]
},
{
"$ref": "16"
}
],
"cashManagements": [
{
"$id": "17",
"id": 1,
"storeID": 1,
"cashManagementType": 2,
"apiID": 1,
"organisationID": "sample string 3",
"siteName": "sample string 4",
"thirdPartyAPI": {
"$id": "18",
"id": 1,
"description": "sample string 2",
"address": "sample string 3",
"username": "sample string 4",
"password": "sample string 5",
"passwordPlain": "sample string 6",
"token": "sample string 7",
"apiType": 8,
"apiSubType": 9
}
},
{
"$ref": "17"
}
],
"updateStoreID": "978f3845-a98f-4fdd-a129-4c9826f9cd3b",
"updateStore": {
"$id": "19",
"id": "bc2a653e-d856-452a-ba0b-959fbfa9e04a",
"name": "sample string 1",
"lastActivity": "2026-04-03T06:14:57.1655644",
"zone": "sample string 2",
"timeZoneOffset": 0.0,
"businessHoursStart": "00:00:00.1234567",
"businessHoursEnd": "00:00:00.1234567",
"master": true,
"lastIP": "sample string 10",
"lastHostName": "sample string 11",
"ping": 1,
"pingStatus": "sample string 12",
"lastUpdateCompleted": "2026-04-03T06:14:57.1655644"
},
"timeZoneId": "sample string 54",
"securityOptions": {
"$id": "20",
"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": "21",
"pluG_UID": "53mUFtNlpE2vZcaAAPl0oQ==",
"pluGuid": "169479e7-65d3-4da4-af65-c68000f974a1",
"plu": 1,
"storeID": 1,
"zoneID": 2,
"zoneName": "sample string 3",
"store": "sample string 4",
"isElectedMasterStore": true,
"isZoneMasterStore": true,
"priceNow": 7,
"costNow": 8,
"costNowDecimals": 9,
"normalPrice": 10,
"priceNext": 1,
"costNext": 1,
"costNextDecimals": 11,
"nextCampaignName": "sample string 12",
"gstPercent": 13,
"normalCost": 14,
"normalCostDecimals": 15,
"costGstPercent": 16,
"costCalcMethod": 1,
"currentCost": 17,
"currentCostDecimals": 18,
"break1": 19,
"price1": 20,
"break2": 21,
"price2": 22,
"break3": 23,
"price3": 24,
"fuelItem": 25,
"fixedWeight": 26,
"active": true,
"complianceIndicator": "sample string 27",
"doNotOrder": true,
"doNotRange": true,
"isNormalPriceChangesCampaign": true,
"updated": "2026-04-03T06:14:57.1655644"
},
{
"$ref": "21"
}
],
"currentPrices": {
"$id": "22",
"pluPrices": {
"$id": "23",
"plu": 1,
"pluG_UID": "QEA=",
"stores": [
1,
2
],
"normalPrice": 1,
"cost": 2,
"break1": 3,
"price1": 4,
"break2": 5,
"price2": 6,
"break3": 7,
"price3": 8,
"discountPrice": 9,
"memberDiscountPrice": 10,
"acceptedUtc": "2026-04-03T06:14:57.1655644",
"priceChangeType": 0,
"costDecimals": 11,
"costCalcMethod": 12,
"targetCampaignPriceGtOrEquNormal": true
},
"normalPluPrices": {
"$ref": "23"
},
"winningCampaign": 1,
"winner": {
"$id": "24",
"campaignName": "sample string 1",
"campaignDescription": "sample string 2",
"talkerText": "sample string 3",
"disableWasSave": true,
"startDate": "2026-04-03T06:14:57.1655644",
"startTime": 5,
"endDate": "2026-04-03T06:14:57.1655644",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "4y+9YJcH2kGl3CpQxKPDwA==",
"hostIdentifierGuid": "60bd2fe3-0797-41da-a5dc-2a50c4a3c3c0",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "24"
},
{
"$ref": "24"
}
]
},
"tray": {
"$id": "25",
"g_UId": "crEd9qrUgkS5cL6wSOsjMw==",
"guid": "f61db172-d4aa-4482-b970-beb048eb2333",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "26",
"priceGroupG_UID": "0//6v6LpOEiUwXNopMm1QQ==",
"priceGroupGuid": "bffaffd3-e9a2-4838-94c1-7368a4c9b541",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-04-03T06:14:57.1655644",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "8"
},
{
"$ref": "8"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "27",
"pluG_UID": "/zjuT0n2oEOhQuZHWogrrQ==",
"pluGuid": "4fee38ff-f649-43a0-a142-e6475a882bad",
"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": "28",
"pluGuid": "f30cbcdf-5624-46fe-9766-9f418091f24a",
"created": "2026-04-03T06:14:57.1655644",
"createdByUser": "sample string 1",
"activated": "2026-04-03T06:14:57.1655644",
"activatedByUser": "sample string 2",
"deactivated": "2026-04-03T06:14:57.1655644",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-04-03T06:14:57.1655644",
"lastOrderedQty": 4.0,
"lastReceived": "2026-04-03T06:14:57.1655644",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-04-03T06:14:57.1655644",
"lastSold": "2026-04-03T06:14:57.1655644",
"firstSold": "2026-04-03T06:14:57.1655644",
"awsUpdated": "2026-04-03T06:14:57.1655644",
"lastManualUpdate": "2026-04-03T06:14:57.1655644",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-04-03T06:14:57.1655644",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-04-03T06:14:57.1655644",
"doNotRangeUpdated": "2026-04-03T06:14:57.1655644",
"doNotOrderUpdated": "2026-04-03T06:14:57.1655644",
"tracked": "2026-04-03T06:14:57.1655644"
},
"allergens": [
{
"$id": "29",
"primaryKey": {
"$id": "30",
"pluGuid": "6333dcdc-a19c-4bb1-ad26-567e8c5f190e",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "3NwzY5yhsUutJlZ+jF8ZDg==",
"pluGuid": "6333dcdc-a19c-4bb1-ad26-567e8c5f190e",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "29"
}
],
"costs": {
"$id": "31",
"pluG_UID": "1Yutw7B9vkKXFUVVO/auHg==",
"pluGuid": "c3ad8bd5-7db0-42be-9715-45553bf6ae1e",
"enteredCost": 1,
"weightedAvgCost": 1,
"lastCost": 1,
"rawEnteredCost": 2,
"rawWeightedAvgCost": 3,
"rawLastCost": 4,
"freight": 5.0,
"freightType": 6,
"costDecimals": 7,
"fifoCost": 1,
"updated": "2026-04-03T06:14:57.1655644",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "32",
"saleHeaderID": 1,
"created": "2026-04-03T06:14:57.1655644",
"createdLocal": "2026-04-03T06:14:57.1655644",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "e3Cm9LBwqEWuVqUcwSz48Q==",
"operatorGuid": "f4a6707b-70b0-45a8-ae56-a51cc12cf8f1",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "7Slk5MpOZ0+nKq/DNyCFrA==",
"pluGuid": "e46429ed-4eca-4f67-a72a-afc3372085ac",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$id": "33",
"id": 1,
"g_Uid": "wIql7HGlWUelL6XoFPqkIg==",
"guid": "eca58ac0-a571-4759-a52f-a5e814faa422",
"operatorNumber": 1,
"shortName": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"password": "sample string 5",
"hasPassword": true,
"passwordText": "sample string 6",
"rfidTagID": "sample string 7",
"blueprintID": 1,
"groupID": 1,
"groupName": "sample string 8",
"managerGroupID": 1,
"managerGroupName": "sample string 9",
"zoneID": 1,
"zoneName": "sample string 10",
"loggedIn": 1,
"lastUsedIP": "sample string 11",
"deleted": true,
"locked": true,
"allowOpenTill": true,
"webEmail": "sample string 14",
"simpleOperatorType": 0,
"webRole": "sample string 15",
"updated": "2026-04-03T06:14:57.1655644",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-04-03T06:14:57.1655644",
"endShift": "2026-04-03T06:14:57.1655644",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "34",
"operatorG_UID": "Wkt+6YFIuk69XlwO4mKdDA==",
"operatorGuid": "e97e4b5a-4881-4eba-bd5e-5c0ee2629d0c",
"storeID": 2,
"operator": {
"$ref": "33"
},
"store": {
"$ref": "9"
}
},
{
"$ref": "34"
}
]
}
},
{
"$ref": "32"
}
],
"apns": [
{
"$id": "35",
"pluID": 1,
"pluG_UID": "R+YUHkwa002OryHK+ApT5A==",
"pluGuid": "1e14e647-1a4c-4dd3-8eaf-21caf80a53e4",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "35"
}
],
"tuns": [
{
"$id": "36",
"pluG_UId": "ilU3R5jYNky6jiYHeLFjLA==",
"pluGuid": "4737558a-d898-4c36-ba8e-260778b1632c",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "8"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "36"
}
],
"competitionPricing": [
{
"$id": "37",
"identifier": "qiZGiPRurUSQq194O1vZYA==",
"identifierGuid": "884626aa-6ef4-44ad-90ab-5f783b5bd960",
"pluG_UID": "9NYfMXsUvUuCilCoiXVPRQ==",
"pluGuid": "311fd6f4-147b-4bbd-828a-50a889754f45",
"competitionID": 1,
"name": "sample string 2",
"sellMultiple": 3,
"retailPrice": 4,
"storeName": "sample string 5"
},
{
"$ref": "37"
}
],
"supplier": {
"$ref": "3"
},
"supplierName": "sample string 148",
"children": [
{
"$ref": "8"
},
{
"$ref": "8"
}
],
"ordering": {
"$ref": "6"
},
"flipChartPages": [
{
"$id": "38",
"identifier": "Ozi4SR5TGU2G2kLYRg5Zmw==",
"groupName": "sample string 1",
"identifierGuid": "49b8383b-531e-4d19-86da-42d8460e599b",
"exists": true,
"flipChartIdentifier": "kR0crO9dZkCh91CPnc0rew==",
"flipChartIdentifierGuid": "ac1c1d91-5def-4066-a1f7-508f9dcd2b7b",
"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": "usUTeeigX0yMZs5rzAlbmw==",
"groupIdentifierGuid": "7913c5ba-a0e8-4c5f-8c66-ce6bcc095b9b",
"flipChart": {
"$id": "39",
"identifier": "BOfhF8PzrUiVWFAYxJXi5g==",
"identifierGuid": "17e1e704-f3c3-48ad-9558-5018c495e2e6",
"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": "40",
"identifier": "f/jYn5pb/UioTWkDaN9OFg==",
"identifierGuid": "9fd8f87f-5b9a-48fd-a84d-690368df4e16",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "41",
"id": 1,
"g_UID": "FXqrn4hDE0SkGyhlMMCd9w==",
"guid": "9fab7a15-4388-4413-a41b-286530c09df7",
"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": "FycKsXwackunv2FyhX8vyw==",
"previousFormGuid": "b10a2717-1a7c-4b72-a7bf-6172857f2fcb",
"nextForm": 1,
"nextFormG_UID": "X+S4UX/hyUyxGBRi2YH9fg==",
"nextFormGuid": "51b8e45f-e17f-4cc9-b118-1462d981fd7e",
"attributes": "sample string 10",
"updated": "2026-04-03T06:14:57.1655644",
"positioning": 1,
"contentPanel": "sample string 11",
"selectionMode": 1,
"maximumSelections": 1,
"alteredInStore": true,
"deleted": true,
"blueprintID": 1,
"preserveLayout": true,
"mainCheckoutFormName": "sample string 13",
"nextCheckoutForm": {
"$ref": "41"
},
"previousCheckoutForm": {
"$ref": "41"
},
"buttons": [
{
"$id": "42",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "5pdfpM1RtES4r0YR/Q+Vlw==",
"checkoutFormGuid": "a45f97e6-51cd-44b4-b8af-4611fd0f9597",
"identifier": "obTmtQlHzEaRuPd2F5/mRw==",
"identifierGuid": "b5e6b4a1-4709-46cc-91b8-f776179fe647",
"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": "6BK67Q5L/0ySLqUlhNL0jQ==",
"valueGuid": "edba12e8-4b0e-4cff-922e-a52584d2f48d",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-04-03T06:14:57.1655644",
"action": "sample string 12",
"valueForm": {
"$ref": "41"
},
"image": {
"$id": "43",
"name": "sample string 3.sample string 4",
"imageID": 2,
"imageName": "sample string 3",
"imageExtension": "sample string 4",
"lastUpdate": "2026-04-03T06:14:57.1655644",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "42"
}
],
"panels": [
{
"$id": "44",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "vGO6jR5mPUOEdcergm5F9w==",
"checkoutFormGuid": "8dba63bc-661e-433d-8475-c7ab826e45f7",
"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": "44"
}
]
},
{
"$ref": "41"
}
],
"panels": [
{
"$ref": "44"
},
{
"$ref": "44"
}
]
},
"pages": [
{
"$ref": "38"
},
{
"$ref": "38"
}
]
},
"contentPanel": {
"$ref": "44"
},
"products": [
{
"$id": "45",
"flipChartPageIdentifier": "O/ARxHir90S9BZUy7vaxHw==",
"flipChartPageIdentifierGuid": "c411f03b-ab78-44f7-bd05-9532eef6b11f",
"pluG_UID": "EePT+grnrEqMRJQofPgm4g==",
"pluGuid": "fad3e311-e70a-4aac-8c44-94287cf826e2",
"sortOrder": 3,
"sent": true,
"productChanged": true,
"productImageName": "sample string 6",
"productShowImageOnFlipCharts": true,
"productShowTextOnFlipCharts": true,
"productOverrideFlipChartText": true,
"productFlipChartText": "sample string 10",
"product": {
"$ref": "8"
},
"departmentSortOrder": 11,
"subDepartmentName": "sample string 12"
},
{
"$ref": "45"
}
],
"productCount": 27,
"pages": [
{
"$ref": "38"
},
{
"$ref": "38"
}
]
},
{
"$ref": "38"
}
],
"priceHistory": [
{
"$id": "46",
"pluG_UID": "65SB8CdoFESIbFw97PclVw==",
"pluGuid": "f08194eb-6827-4414-886c-5c3decf72557",
"price": 1,
"costCalcMethod": 1,
"cost": 2,
"weightedAvgCost": 3,
"lastCost": 4,
"rawCost": 5,
"rawWeightedAvgCost": 6,
"rawLastCost": 7,
"costDecimals": 8,
"serviceFeeID": 9,
"freight": 10.0,
"freightType": 11,
"process": "sample string 12",
"user": "sample string 13",
"updated": "2026-04-03T06:14:57.1655644",
"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": "46"
}
],
"ingredients": [
{
"$id": "47",
"pluG_UID": "l/qGCYMEakmv3+QZZ+RDEA==",
"ingredientGuid": "hoA7RQj64UyNehmJJHoDMQ==",
"ingredientIdentifier": "453b8086-fa08-4ce1-8d7a-1989247a0331",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "8"
}
},
{
"$ref": "47"
}
],
"bins": [
{
"$id": "48",
"pluG_UID": "qV4Ni4sKJkqY6rs3kq7Q2g==",
"pluGuid": "8b0d5ea9-0a8b-4a26-98ea-bb3792aed0da",
"shelfLocationIdentifier": "MCo/9hTKp0WiK6KB8Atdqg==",
"shelfLocationGuid": "f63f2a30-ca14-45a7-a22b-a281f00b5daa",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "8hF4OimMu0ON1wJPPHhWKw==",
"labelPageLayoutGuid": "3a7811f2-8c29-43bb-8dd7-024f3c78562b",
"updated": "2026-04-03T06:14:57.1655644",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "8"
},
"location": {
"$id": "49",
"identifier": "s9AcfNgb2EOtEgm9HRtvJQ==",
"storeID": 1,
"identifierGuid": "7c1cd0b3-1bd8-43d8-ad12-09bd1d1b6f25",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-04-03T06:14:57.1655644",
"minTemp": 1,
"maxTemp": 1,
"checkFrequency": 1,
"storeCaseConfiguration": 5,
"storeName": "sample string 6",
"bins": [
{
"$ref": "48"
},
{
"$ref": "48"
}
]
}
},
{
"$ref": "48"
}
],
"bin": {
"$ref": "48"
},
"scaleLocations": [
{
"$id": "50",
"plu": 1,
"pluG_UID": "P25LEjtf6UWUTIiPYiTr2w==",
"pluGuid": "124b6e3f-5f3b-45e9-944c-888f6224ebdb",
"deptNo": 1,
"product": {
"$ref": "8"
},
"scaleLocation": {
"$id": "51",
"id": 1,
"deptNo": 1,
"deptCode": "sample string 2",
"name": "sample string 3",
"enabled": true,
"updated": "2026-04-03T06:14:57.1655644",
"department": {
"$id": "52",
"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": "51"
},
"subDepartments": [
{
"$id": "53",
"id": 1,
"departmentID": 2,
"name": "sample string 3",
"code": "sample string 4",
"departmentCode": "sample string 5",
"externalSales": true,
"minorDepartments": [
{
"$id": "54",
"id": 1,
"subDepartmentID": 2,
"departmentID": 3,
"name": "sample string 4",
"subDepartmentCode": "sample string 5",
"departmentCode": "sample string 6",
"code": "sample string 7",
"lesserDepartments": [
{
"$id": "55",
"id": 1,
"departmentID": 2,
"subDepartmentID": 3,
"minorDepartmentID": 4,
"name": "sample string 5",
"code": "sample string 6",
"departmentCode": "sample string 7",
"subDepartmentCode": "sample string 8",
"minorDepartmentCode": "sample string 9",
"updated": "2026-04-03T06:14:57.1655644",
"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": "CmCK0RsFDUOktCPree0CSA==",
"labelPageLayoutGuid": "d18a600a-051b-430d-a4b4-23eb79ed0248",
"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": "56",
"dept": 1,
"category": 2,
"name": "sample string 3",
"active": true,
"mscCommodities": [
{
"$id": "57",
"dept": 1,
"category": 2,
"commodity": 3,
"name": "sample string 4",
"active": true,
"mscSubCommodities": [
{
"$id": "58",
"dept": 1,
"category": 2,
"commodity": 3,
"subCommodity": 4,
"name": "sample string 5",
"active": true,
"subCommodityCode": "sample string 7"
},
{
"$ref": "58"
}
],
"commodityCode": "sample string 6"
},
{
"$ref": "57"
}
],
"categoryCode": "sample string 5"
},
"mscCom": {
"$ref": "57"
},
"mscDep": {
"$id": "59",
"dept": 1,
"name": "sample string 2",
"active": true,
"mscCategories": [
{
"$ref": "56"
},
{
"$ref": "56"
}
],
"deptCode": "sample string 4"
},
"mscSubCom": {
"$ref": "58"
}
},
{
"$ref": "55"
}
],
"updated": "2026-04-03T06:14:57.1655644",
"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": "Ex9gxUZYvkeM76KkNsAMoQ==",
"labelPageLayoutGuid": "c5601f13-5846-47be-8cef-a2a436c00ca1",
"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": "56"
},
"mscCom": {
"$ref": "57"
},
"mscDep": {
"$ref": "59"
},
"mscSubCom": {
"$ref": "58"
}
},
{
"$ref": "54"
}
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:14:57.1655644",
"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": "1Mo52sdnekqHi45YQ5a7Cw==",
"labelPageLayoutGuid": "da39cad4-67c7-4a7a-878b-8e584396bb0b",
"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": "56"
},
"mscCom": {
"$ref": "57"
},
"mscDep": {
"$ref": "59"
},
"mscSubCom": {
"$ref": "58"
}
},
{
"$ref": "53"
}
],
"stores": [
1,
2
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:14:57.1655644",
"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": "P55XyenVeUa+aOIIURj6vA==",
"labelPageLayoutGuid": "c9579e3f-d5e9-4679-be68-e2085118fabc",
"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": "56"
},
"mscCom": {
"$ref": "57"
},
"mscDep": {
"$ref": "59"
},
"mscSubCom": {
"$ref": "58"
}
}
}
},
{
"$ref": "50"
}
],
"nextPrice": {
"$id": "60",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 1,
"hostOfferID": 1,
"metcashPromotionID": "sample string 4",
"metcashPromotionPlacement": "sample string 5",
"pluG_UID": "OyJmYJKOYkeCHMTkHXSdHA==",
"pluGuid": "6066223b-8e92-4762-821c-c4e41d749d1c",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "01m1Qc2XbEWOUSYLqUiLTw==",
"dealCostGuid": "41b559d3-97cd-456c-8e51-260ba9488b4f",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "Gb8u3Yxxo0mf4JMjFNsVuw==",
"priceGroupGuid": "dd2ebf19-718c-49a3-9fe0-932314db15bb",
"itemNumber": "sample string 10",
"cri": "sample string 11",
"pluPrice": 12,
"costCalcMethod": 13,
"pluCost": 14,
"pluCostIndicator": "sample string 15",
"pluPriceGstPercent": 16,
"pluCostGstPercent": 17,
"pluActive": true,
"cartonQty": 1.1,
"baseUnits": 19.1,
"salesMode": 1,
"pluNormalCost": 20,
"pluaws": 21.0,
"directNumber": "sample string 22",
"departmentName": "sample string 23",
"subDepartmentName": "sample string 24",
"priceGroupName": "sample string 25",
"supplierName": "sample string 26",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-04-03T06:14:57.1655644",
"rrp": 27,
"campaignDescription": "sample string 28",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "5016a0a7-e031-462d-805d-e86d7d70c964",
"campaignComboPriceGroupG_UID": "NpDdYNBjKUe+MT5WA/hlcA==",
"campaignComboPriceGroupIdentifier": "60dd9036-63d0-4729-be31-3e5603f86570",
"promotionPlacementDescription": "sample string 30",
"storeAcceptances": [
{
"$id": "61",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-04-03T06:14:57.1655644",
"operatorG_UID": "GePqgz1gGkCCQS+XbwmJxA==",
"operatorGuid": "83eae319-603d-401a-8241-2f976f0989c4",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-04-03T06:14:57.1655644",
"signIqTicketFileMovedUtc": "2026-04-03T06:14:57.1655644",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-04-03T06:14:57.1655644",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "6ecd9c6a-d68d-47a4-bf96-e04abe74dd9f",
"product": {
"$ref": "8"
},
"campaignPlu": {
"$ref": "60"
},
"fuelItem": true
},
{
"$ref": "61"
}
],
"campaign": {
"$id": "62",
"id": 1,
"storeID": 2,
"name": "e4f3046e-bc14-4823-985a-821b76e3e484",
"nameGuid": "e4f3046e-bc14-4823-985a-821b76e3e484",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-04-03T06:14:57.1655644",
"startTime": 1,
"endDate": "2026-04-03T06:14:57.1655644",
"endTime": 1,
"recurrence": 1,
"recurrenceType": 1,
"monthType": 1,
"weekDays": 1,
"months": 1,
"monthWeeks": 1,
"monthDays": "sample string 7",
"printed": true,
"talkerText": "sample string 8",
"rangeDescription": "sample string 9",
"dealDescription": "sample string 10",
"labelQuantity": 11,
"active": 1,
"deactivated": "2026-04-03T06:14:57.1655644",
"system": true,
"created": "2026-04-03T06:14:57.1655644",
"updated": "2026-04-03T06:14:57.1655644",
"priceChangeNotifiedUtc": "2026-04-03T06:14:57.1655644",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "nLFaLPu0g0Ki9aPSfZ7fnw==",
"hostIdentifierGuid": "2c5ab19c-b4fb-4283-a2f5-a3d27d9edf9f",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-04-03T06:14:57.1655644",
"updatedByUser": "sample string 18",
"offerID": 1,
"isPriceChangeCampaign": true,
"stores": [
1,
2
],
"storeNames": [
"sample string 1",
"sample string 2"
],
"campaignPlus": [
{
"$ref": "60"
},
{
"$ref": "60"
}
],
"campaignPools": [
{
"$id": "63",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 4,
"pluG_UID": "bPf4iCZhy0mJ6jl+hn9g6A==",
"pluGuid": "88f8f76c-6126-49cb-89ea-397e867f60e8",
"hostOfferID": 1,
"priceGroupG_UID": "mq5436nQQU+u1S0SF56E1Q==",
"priceGroupGuid": "df78ae9a-d0a9-4f41-aed5-2d12179e84d5",
"fuelItem": true,
"pluName": "sample string 6",
"apn": "sample string 7",
"pluActive": true,
"cartonQty": 1,
"baseUnits": 9.1,
"cri": "sample string 10",
"salesMode": 1,
"pluaws": 11.0,
"directNumber": "sample string 12",
"departmentName": "sample string 13",
"subDepartmentName": "sample string 14",
"priceGroupName": "sample string 15",
"supplierName": "sample string 16",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-04-03T06:14:57.1655644",
"rrp": 17,
"campaignDescription": "sample string 18",
"product": {
"$ref": "8"
},
"campaign": {
"$ref": "62"
}
},
{
"$ref": "63"
}
],
"sellingRules": [
{
"$id": "64",
"id": 1,
"identifier": "wl9/ivkFMEa7p18b2rimmg==",
"identifierStr": "wl9/ivkFMEa7p18b2rimmg==",
"identifierGuid": "8a7f5fc2-05f9-4630-bba7-5f1bdab8a69a",
"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": "62"
}
},
{
"$ref": "64"
}
],
"customers": [
{
"$id": "65",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"customerID": "dQ9EZd3hfkay+SkuFNO2ug==",
"customerIDGuid": "65440f75-e1dd-467e-b2f9-292e14d3b6ba",
"campaign": {
"$ref": "62"
},
"customer": {
"$id": "66",
"identifier": "gq9YtRjma0W1fNtB6o6Mww==",
"identifierGuid": "b558af82-e618-456b-b57c-db41ea8e8cc3",
"code": "sample string 2",
"familyName": "sample string 3",
"givenName": "sample string 4",
"otherName": "sample string 5",
"title": "sample string 6",
"dateOfBirth": "2026-04-03T06:14:57.1655644",
"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": "w7nNRZvMm0K5bvDB6tlNKg==",
"communityIdentifierGuid": "45cdb9c3-cc9b-429b-b96e-f0c1ead94d2a",
"joined": "2026-04-03T06:14:57.1655644",
"updated": "2026-04-03T06:14:57.1655644",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "44c+FTRnPUe3QgDjILKeQQ==",
"priceLevelIdentifierGuid": "153e87e3-6734-473d-b742-00e320b29e41",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-04-03T06:14:57.1655644",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "67",
"cardType": 2,
"issueDate": "2026-04-03T06:14:57.1655644",
"expiry": "2026-04-03T06:14:57.1655644",
"customerID": "g7SdndBVbUm5/jxcnyHSMg==",
"customerIDGuid": "9d9db483-55d0-496d-b9fe-3c5c9f21d232",
"initialValue": 1,
"currentValue": 1,
"maxLimit": 1,
"minTransaction": 1,
"maxTransaction": 1,
"multiplier": 1.1,
"active": true,
"reasonInactive": 1,
"idRequired": true,
"idType": 1,
"idValue": "sample string 5",
"updated": "2026-04-03T06:14:57.1655644",
"linkedAccount": "c6NfZHpjzkmTLYcYYh+yKQ==",
"linkedAccountGuid": "645fa373-637a-49ce-932d-8718621fb229",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "66"
},
"account": {
"$id": "68",
"id": 1,
"identifier": "RBuQbeQjfUO2+NuKMNJ2yw==",
"identifierGuid": "6d901b44-23e4-437d-b6f8-db8a30d276cb",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-04-03T06:14:57.1655644",
"owner": "ThPqTml5qky1qjYusmm6YQ==",
"ownerGuid": "4eea134e-7969-4caa-b5aa-362eb269ba61",
"accountStoreGroupIdentifier": "olvbGHuTt02TS2NqGTSyxg==",
"accountStoreGroupGuid": "18db5ba2-937b-4db7-934b-636a1934b2c6",
"accountType": 1,
"currentBalance": 1,
"externalID": "sample string 7",
"maximumLimit": 1,
"accruePoints": true,
"loyaltyPoints": 1,
"termsOfTrade": 1,
"signatureRequired": true,
"referenceRequired": true,
"statementSendType": 10,
"ageingPeriod": 1,
"monthlyAgeingPeriod": true,
"explodedInvoice": true,
"isFifoAllocation": true,
"lastStatementSent": "2026-04-03T06:14:57.1655644",
"active": true,
"updated": "2026-04-03T06:14:57.1655644",
"deleted": true,
"deletedUser": "sample string 16",
"currentBalanceChanged": true,
"maximumLimitChanged": true,
"loyaltyPointsChanged": true,
"projectedBalance": 17,
"accountStoreGroupStoreIDs": [
1,
2
],
"customerEmail": "sample string 18",
"ownerCustomer": {
"$ref": "66"
},
"card": {
"$ref": "67"
},
"members": {
"$id": "69",
"sample string 1": [
{
"$ref": "66"
},
{
"$ref": "66"
}
],
"sample string 2": [
{
"$ref": "66"
},
{
"$ref": "66"
}
]
},
"customerGroups": [
{
"$id": "70",
"identifier": "bLILvTDYtUWkSvz1k/5ipQ==",
"identifierGuid": "bd0bb26c-d830-45b5-a44a-fcf593fe62a5",
"name": "sample string 2",
"primaryContact": "OJuC5cH7JU+OaEDq+HoqRw==",
"primaryContactGuid": "e5829b38-fbc1-4f25-8e68-40eaf87a2a47",
"accountID": "5VpPoh13akClvKeEk6xsuA==",
"accountIDGuid": "a24f5ae5-771d-406a-a5bc-a78493ac6cb8",
"special": true,
"updated": "2026-04-03T06:14:57.1655644",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "39L8y9lcDk6iqzKQA8jMDA==",
"priceLevelIdentifierGuid": "cbfcd2df-5cd9-4e0e-a2ab-329003c8cc0c",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "68"
},
"primaryContactCustomer": {
"$ref": "66"
},
"customerGroupMembers": [
{
"$id": "71",
"id": 1,
"groupID": "1EA9EriCaUaJIYbb88/5DQ==",
"groupIDGuid": "123d40d4-82b8-4669-8921-86dbf3cff90d",
"customerID": "m9TDNBVbPU6psoFqWaiUxQ==",
"customerIDGuid": "34c3d49b-5b15-4e3d-a9b2-816a59a894c5",
"card": "sample string 4",
"linkedAccount": "iXHd6xz0cEeyCtuRCfx0Fg==",
"linkedAccountGuid": "ebdd7189-f41c-4770-b20a-db9109fc7416",
"customer": {
"$ref": "66"
},
"group": {
"$ref": "70"
},
"customerCard": {
"$ref": "67"
}
},
{
"$ref": "71"
}
]
},
{
"$ref": "70"
}
]
},
"payments": [
{
"$id": "72",
"id": 1,
"identifier": "UBmwsiZK60yIGmeRx7s5RQ==",
"identifierGuid": "b2b01950-4a26-4ceb-881a-6791c7bb3945",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "D2FWkCdL0EiBTw8cjerSfw==",
"accountIDGuid": "9056610f-4b27-48d0-814f-0f1c8dead27f",
"customerAccount": {
"$ref": "68"
},
"customerCard": {
"$ref": "67"
},
"accountType": 1,
"cardName": "sample string 8",
"authorisationNumber": "sample string 9",
"bankReference": "sample string 10",
"merchantID": "sample string 11",
"terminalID": "sample string 12",
"cardNumber": "sample string 13",
"paymentDate": "2026-04-03T06:14:57.1655644",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "ukZWqY34yEeCyEJqr1T+PQ==",
"idempotentVoidGuid": "a95646ba-f88d-47c8-82c8-426aaf54fe3d",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "73",
"saleHeaderID": 1,
"saleHeaderGuid": "s7u4DOh1D0KAHxdpsSFD0g==",
"saleHeaderIdentifierGuid": "0cb8bbb3-75e8-420f-801f-1769b12143d2",
"created": "2026-04-03T06:14:57.1655644",
"createdLocal": "2026-04-03T06:14:57.1655644",
"createdText": "sample string 4",
"itemCount": 5,
"totalAmount": 6,
"cashTender": 1,
"cardTender": 1,
"cheqTender": 1,
"acctTender": 1,
"voucherTender": 1,
"loyaltyPoints": 1,
"cashout": 1,
"changeAmount": 1,
"rounding": 1,
"gstAmount": 1,
"transactionDiscountTender": 1,
"totalTip": 7,
"tranType": 1,
"processed": 1,
"imported": "2026-04-03T06:14:57.1655644",
"storeID": 1,
"operatorG_Uid": "hi6cvPi5LEuxIsLM3YbnOA==",
"operatorGuid": "bc9c2e86-b9f8-4b2c-b122-c2ccdd86e738",
"customerG_Uid": "TUJygWdLOka9VM/rsqCyJA==",
"customerGuid": "8172424d-4b67-463a-bd54-cfebb2a0b224",
"communityIdentifier": "mdcwZ1TyZEyQTYLGCj/3Qg==",
"communityIdentifierGuid": "6730d799-f254-4c64-904d-82c60a3ff742",
"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": "l83uG435NUaypdNjZYsUcw==",
"priceLevelIdentifierGuid": "1beecd97-f98d-4635-b2a5-d363658b1473",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-04-03T06:14:57.1655644+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": "74",
"customerName": "sample string 1",
"pickupAt": "2026-04-03T06:14:57.1655644",
"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": "33"
},
"customer": {
"$ref": "66"
},
"communityOrganisation": {
"$id": "75",
"id": 1,
"identifier": "9ekQLCdULkS3r7EMUGNS9g==",
"identifierGuid": "2c10e9f5-5427-442e-b7af-b10c506352f6",
"name": "sample string 3",
"lookupIdentifier": "sample string 4",
"externalID": "sample string 5",
"phone": "sample string 6",
"fax": "sample string 7",
"email": "sample string 8",
"address1": "sample string 9",
"address2": "sample string 10",
"city": "sample string 11",
"postCode": "sample string 12",
"state": "sample string 13",
"country": "sample string 14",
"abn": "sample string 15",
"promoPeriodStart": "2026-04-03T06:14:57.1655644",
"promoPeriodEnd": "2026-04-03T06:14:57.1655644",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-04-03T06:14:57.1655644",
"deleted": true
},
"details": [
{
"$id": "76",
"saleItemID": 1,
"identifier": "0CxsNguXv0uooU1sjD3BfA==",
"identifierGuid": "366c2cd0-970b-4bbf-a8a1-4d6c8c3dc17c",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "/G87zx14akKJYziN2oIQEg==",
"pluGuid": "cf3b6ffc-781d-426a-8963-388dda821012",
"accountID": "ClX+Y1NlnkqyPG7fNdQFdQ==",
"accountIDGuid": "63fe550a-6553-4a9e-b23c-6edf35d40575",
"normalPrice": 3,
"originalSellingPrice": 4,
"discountPrice": 5,
"unit": 1,
"quantity": 6,
"totalCents": 7,
"fixedPrice": 1,
"tranType": 1,
"discountType": 1,
"cost": 1,
"costDecimals": 8,
"markdown": 1,
"manualQuantity": 1,
"manualPrice": 1,
"manualMode": 1,
"active": 1,
"offline": true,
"barcode": "sample string 9",
"keyedSale": 1,
"discountedID": 1,
"fuelID": 1,
"serialNumber": "sample string 10",
"bestOrExpire": "2026-04-03T06:14:57.1655644",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "xdvhJKxOREyppBM5oNtbZg==",
"refundGuid": "24e1dbc5-4eac-4c44-a9a4-1339a0db5b66",
"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": "8zNZIt2tC0u9jgOkRhEFVg==",
"idempotentVoidGuid": "225933f3-addd-4b0b-bd8e-03a446110556",
"priceLevelIdentifier": "FCPSjfvF0U2/nBfIPZ5OyA==",
"priceLevelIdentifierGuid": "8dd22314-c5fb-4dd1-bf9c-17c83d9e4ec8",
"communityIdentifier": "zL1Pb0udSU2vulrXA+6dKg==",
"communityIdentifierGuid": "6f4fbdcc-9d4b-4d49-afba-5ad703ee9d2a",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "77",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-04-03T06:14:57.1655644",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "77"
}
],
"refund": {
"$id": "78",
"id": 1,
"g_UID": "MQq3Zs7m30ioaqjaXDNAOg==",
"guid": "66b70a31-e6ce-48df-a86a-a8da5c33403a",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-04-03T06:14:57.1655644"
},
"modifier": {
"$id": "79",
"id": 1,
"setG_UID": "l4QJZwe4XEynfBSBcyQkMA==",
"modifierSetGuid": "67098497-b807-4c5c-a77c-148173242430",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "M2zPZZh+3kWiYdbe/vDZ7w==",
"pluGuid": "65cf6c33-7e98-45de-a261-d6defef0d9ef",
"deleted": true,
"g_UID": "mDQ0pUL/yUy1aM/NxOoW+g==",
"guid": "a5343498-ff42-4cc9-b568-cfcdc4ea16fa",
"product": {
"$ref": "8"
}
},
"priceLevelName": "sample string 25",
"pumpNumber": 1,
"hoseNumber": 1
},
{
"$ref": "76"
}
],
"eftReceipts": [
{
"$id": "80",
"id": 1,
"storeID": 1,
"saleHeaderID": 2,
"storeSaleHeader": {
"$ref": "73"
},
"receipt": "sample string 3",
"processed": 1
},
{
"$ref": "80"
}
],
"payments": [
{
"$ref": "72"
},
{
"$ref": "72"
}
],
"cards": [
{
"$id": "81",
"id": 1,
"saleHeaderID": 1,
"identifier": "sample string 2",
"cardType": 3,
"providerName": "sample string 4"
},
{
"$ref": "81"
}
],
"campaignHits": [
{
"$id": "82",
"id": 1,
"saleHeaderID": 2,
"campaign": "sample string 3",
"name": "sample string 4",
"processed": 1,
"campaignDescription": "sample string 5"
},
{
"$ref": "82"
}
],
"fuel": [
{
"$id": "83",
"id": 1,
"plu": 1,
"pluG_UID": "0mlhSndHfU2uD9xSy/5IOg==",
"pluGuid": "4a6169d2-4777-4d7d-ae0f-dc52cbfe483a",
"saleHeaderID": 2,
"totalCents": 3,
"grade": 1,
"gradeDescription": "sample string 4",
"dispenser": 1,
"hose": 1,
"quantity": 1,
"cost": 1,
"acquirerNum": 1,
"attendant": 1,
"ePurseBalance": 1.0,
"cardSignature": "sample string 5",
"compartmentNumber": 1,
"contractNumber": 1,
"discountCardPAN": "sample string 6",
"discountID": 1,
"discountName": "sample string 7",
"discountNetValue": 1.0,
"discountType": 1,
"discountValue": 1.0,
"discretionaryData": "sample string 8",
"driverID": "sample string 9",
"eftBatchNumber": 1,
"eftResponseCode": "sample string 10",
"endDateTime": "2026-04-03T06:14:57.1655644",
"engineHours": 1.1,
"fposNumber": 1,
"loyaltyCardPAN": "sample string 11",
"miscData1": 1,
"miscData2": "sample string 12",
"miscFlags": 1,
"mop": 1,
"odometer": 1,
"panNumber": "sample string 13",
"saleRefund": true,
"saleStatus": 1,
"sequenceNumber": 1,
"stan": 1,
"startDateTime": "2026-04-03T06:14:57.1655644",
"tagNumber": "sample string 15",
"trackTwoRem": "sample string 16",
"transCode": 1,
"transType": 1,
"unitPrice": 1.0,
"vehicleReg": "sample string 17",
"offline": true,
"processed": 1
},
{
"$ref": "83"
}
],
"fuelResells": [
{
"$id": "84",
"saleItemID": 1,
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "7XJPnrUbLk+k0m9AiOpQ7Q==",
"pluGuid": "9e4f72ed-1bb5-4f2e-a4d2-6f4088ea50ed",
"accountID": "X3SKkZdSEUC+i1kCskpl2Q==",
"accountIDGuid": "918a745f-5297-4011-be8b-5902b24a65d9",
"normalPrice": 3,
"originalSellingPrice": 4,
"discountPrice": 5,
"unit": 1,
"quantity": 6,
"totalCents": 7,
"fixedPrice": 1,
"tranType": 1,
"processed": 1,
"discountType": 1,
"cost": 1,
"costDecimals": 1,
"markdown": 1,
"manualQuantity": 1,
"manualPrice": 1,
"manualMode": 1,
"active": 1,
"barcode": "sample string 8",
"offline": 1,
"keyedSale": 1,
"discountedID": 1,
"fuelID": 1,
"serialNumber": "sample string 9",
"bestOrExpire": "2026-04-03T06:14:57.1655644",
"bestOrExpireType": 1,
"refundG_UID": "Xn/jRb0nRUWB4KN+WDdIHg==",
"refundGuid": "45e37f5e-27bd-4545-81e0-a37e5837481e",
"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": "84"
}
],
"customerOrder": [
{
"$id": "85",
"identifier": "QirGxy8G4UGyWCegMoPdnQ==",
"identifierGuid": "c7c62a42-062f-41e1-b258-27a03283dd9d",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "fhC3NcuXhUm6OgBN2Tlfaw==",
"customerIdentifierGuid": "35b7107e-97cb-4985-ba3a-004dd9395f6b",
"operatorNo": 1,
"operatorG_UID": "zqvl6jHSe026FXGsOp6THg==",
"operatorGuid": "eae5abce-d231-4d7b-ba15-71ac3a9e931e",
"created": "2026-04-03T06:14:57.1655644",
"ordered": "2026-04-03T06:14:57.1655644",
"started": "2026-04-03T06:14:57.1655644",
"completed": "2026-04-03T06:14:57.1655644",
"supplied": "2026-04-03T06:14:57.1655644",
"quickTicket": 1,
"deleted": true,
"walkAway": true,
"approxWait": 1,
"actualWait": 1,
"deliveryMethod": 8,
"externalSaleType": 9,
"customer": {
"$ref": "66"
},
"operator": {
"$ref": "33"
},
"details": [
{
"$id": "86",
"headerID": 1,
"plu": 1,
"pluG_UId": "Vt18UwF4RE2WiWmKhOruMQ==",
"pluGuid": "537cdd56-7801-4d44-9689-698a84eaee31",
"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": "dNff34uqKEqN1zKBxKgeDg==",
"headerIdentifierGuid": "dfdfd774-aa8b-4a28-8dd7-3281c4a81e0e",
"product": {
"$ref": "8"
}
},
{
"$ref": "86"
}
],
"storeName": "sample string 11",
"customerName": "sample string 12",
"storeReplyTo": "sample string 13",
"storeSubjectLine": "sample string 14",
"storeSaleHeader": {
"$ref": "73"
}
},
{
"$ref": "85"
}
],
"surveyResponses": [
{
"$id": "87",
"surveyG_UID": "ldNYZ8LkZ0OGO/Z4EszB6Q==",
"surveyGuid": "6758d395-e4c2-4367-863b-f67812ccc1e9",
"saleHeaderGuid": "d8KgNDviH0yxmn5CGY4eCw==",
"saleGuid": "34a0c277-e23b-4c1f-b19a-7e42198e1e0b",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "VGFMY3I2mkGLJ6jKegM9ZA==",
"guidResponse": "634c6154-3672-419a-8b27-a8ca7a033d64",
"whoAnswered": 2,
"answeredAtUTC": "2026-04-03T06:14:57.1655644",
"sale": {
"$ref": "73"
},
"survey": {
"$id": "88",
"g_UID": "yPtGtj1WJUmasfbpyjJWAA==",
"guid": "b646fbc8-563d-4925-9ab1-f6e9ca325600",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "AeI7BkpoSUObG50RtKkSPQ==",
"checkoutFormGuid": "063be201-684a-4349-9b1b-9d11b4a9123d",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-04-03T06:14:57.1655644",
"end": "2026-04-03T06:14:57.1655644",
"deleted": true,
"updated": "2026-04-03T06:14:57.1655644",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"1657b263-c7fe-4c0c-907e-e45fcfd9fef7",
"1774ae80-4e4b-479f-9fe9-33ab77166c7b"
],
"allowsAllTextResponses": true,
"surveyForm": {
"$ref": "41"
}
},
"ingressId": "sample string 4"
},
{
"$ref": "87"
}
],
"storeName": "sample string 39",
"terminalNumber": 40,
"machineName": "sample string 41",
"operatorName": "sample string 42",
"direction": 1,
"reason": "sample string 43",
"accountG_UID": "sApL42nuB02pnASR5noa4A==",
"accountIdentifier": "e34b0ab0-ee69-4d07-a99c-0491e67a1ae0",
"accountName": "sample string 44",
"customerOrderIdentifier": "b8SoXp5MIkCJicYT9UaF9g==",
"customerOrderIdentifierGuid": "5ea8c46f-4c9e-4022-8989-c613f54685f6",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "89",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "cEUL8+SwCUq8do22LJXU/g==",
"paymentIdentifierGuid": "f30b4570-b0e4-4a09-bc76-8db62c95d4fe",
"identifier": "NepzQAUnnUaU5zNvxDYKzQ==",
"identifierGuid": "4073ea35-2705-469d-94e7-336fc4360acd",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "xZ/1+aSHpE6aPmhGb4nPlA==",
"itemIdentifierGuid": "f9f59fc5-87a4-4ea4-9a3e-68466f89cf94"
}
},
{
"$ref": "72"
}
]
},
{
"$ref": "67"
}
],
"customerGroupMembers": [
{
"$ref": "71"
},
{
"$ref": "71"
}
],
"customerGroups": [
{
"$ref": "70"
},
{
"$ref": "70"
}
],
"accounts": [
{
"$ref": "68"
},
{
"$ref": "68"
}
],
"account": {
"$ref": "68"
},
"vouchers": [
{
"$id": "90",
"customerIdentifier": "8W6rVxTkA0uH/U2mQJL3rQ==",
"customerIdentifierGuid": "57ab6ef1-e414-4b03-87fd-4da64092f7ad",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "fT284BSG80qLWGwnIDeKAg==",
"idempotentGuid": "e0bc3d7d-8614-4af3-8b58-6c2720378a02",
"offline": true,
"voucher": {
"$id": "91",
"id": 1,
"name": "sample string 2",
"description": "sample string 3",
"shortDescription": "sample string 4",
"url": "sample string 5",
"barcodeTemplateID": 1,
"expiry": 0,
"voucherType": 6,
"limitPerTransaction": 7,
"customerTracking": true,
"discountAccount": "sample string 9",
"endDate": "2026-04-03T06:14:57.1655644",
"barcodeTemplate": {
"$id": "92",
"templateID": 1,
"template": "sample string 1",
"bcFunction": "sample string 2",
"sortOrder": 3
},
"scaleLabel": {
"$id": "93",
"id": 1,
"uid": "sample string 2",
"name": "sample string 3",
"width": 1.1,
"height": 1.1,
"showBorder": true,
"borderWidth": 1.1,
"borderStyle": 1,
"borderColour": "sample string 5",
"updated": "2026-04-03T06:14:57.1655644",
"labelPageLayout": "fvlsh1phSEW+Ai7U7mNbIQ==",
"pageLayoutGuid": "876cf97e-615a-4548-be02-2ed4ee635b21",
"labelType": 6,
"oldName": "sample string 7",
"voucher": {
"$ref": "91"
},
"elements": [
{
"$id": "94",
"id": 1,
"scaleLabelID": 2,
"showPercentDI": true,
"showAvgPerHundred": true,
"showAvgPerServe": true,
"name": "sample string 6",
"x": 1.1,
"y": 1.1,
"width": 1.1,
"height": 1.1,
"type": 1,
"rotation": 1,
"text": "sample string 7",
"fontFamily": "sample string 8",
"align": 1,
"bold": true,
"italic": true,
"underline": true,
"strikeout": true,
"reverse": true,
"textColour": "sample string 9",
"fontSize": 1.1,
"picture": "QEA=",
"borderWidth": 10,
"sortOrder": 11,
"printOptions": 12,
"superScriptTextFontSize": 1.1,
"lineStyle": 1,
"spacingStyle": 1,
"interCharacterSpacing": 1.1,
"superScriptOffset": 1.1,
"lineSpacing": 1.1,
"dateFormat": "sample string 13",
"autoGrow": true,
"fontAutoResize": true,
"updated": "2026-04-03T06:14:57.1655644"
},
{
"$ref": "94"
}
]
},
"customerVouchers": [
{
"$id": "95",
"id": 1,
"customerIdentifier": "3fKlT5w2XE6ZGnXxrLvmqA==",
"customerIdentifierGuid": "4fa5f2dd-369c-4e5c-991a-75f1acbbe6a8",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-04-03T06:14:57.1655644",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "tFWMMDHOakGiCo+dQGG8zA==",
"issuedIdempotentGuid": "308c55b4-ce31-416a-a20a-8f9d4061bccc",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-04-03T06:14:57.1655644",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-04-03T06:14:57.1655644",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "GO2sUZL+Nk2JNOFTxJFTgA==",
"redeemedIdempotentGuid": "51aced18-fe92-4d36-8934-e153c4915380",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-04-03T06:14:57.1655644",
"storeName": "sample string 17",
"scaleLabel": {
"$ref": "93"
},
"voucher": {
"$ref": "91"
},
"customer": {
"$ref": "66"
},
"issuedOfflinePayment": {
"$ref": "72"
},
"redeemedOfflinePayment": {
"$ref": "72"
}
},
{
"$ref": "95"
}
]
},
"customer": {
"$ref": "66"
}
},
{
"$ref": "90"
}
]
}
},
{
"$ref": "65"
}
],
"customerGroups": [
{
"$id": "96",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupID": "EFRFW54kCEO7xlAlRTG5Mg==",
"groupIDGuid": "5b455410-249e-4308-bbc6-50254531b932",
"campaign": {
"$ref": "62"
},
"group": {
"$ref": "70"
}
},
{
"$ref": "96"
}
],
"signIqTickets": [
{
"$id": "97",
"identifier": "zvfLUqfs+0GkWNFlXmJuQw==",
"identifierGuid": "52cbf7ce-eca7-41fb-a458-d1655e626e43",
"campaignName": "sample string 2",
"message": "sample string 3",
"ticketFileSource": "sample string 4",
"ticketFileDestination": "sample string 5",
"storeID": 1
},
{
"$ref": "97"
}
],
"comboPriceGroups": [
{
"$id": "98",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"g_UID": "RIVhaPEQZUSYoeVfOv3j1Q==",
"guid": "68618544-10f1-4465-98a1-e55f3afde3d5",
"description": "sample string 5",
"newPrice": 1,
"rangeDescription": "sample string 6",
"dealDescription": "sample string 7",
"labelQuantity": 8,
"hostProductCategoryID": 1,
"offerID": 1,
"dontUpdatePricePlus": true,
"campaign": {
"$ref": "62"
},
"comboPricePlus": [
{
"$id": "99",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupG_UID": "s9xPhKTdK0+QEwuDRmtNUQ==",
"groupGuid": "844fdcb3-dda4-4f2b-9013-0b83466b4d51",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "G/TV3pxCwkiT1ugLlRU1FQ==",
"pluGuid": "ded5f41b-429c-48c2-93d6-e80b95153515",
"priceGroupG_UID": "O2KYOsa9GkSp+DX0sfZ7dw==",
"priceGroupGuid": "3a98623b-bdc6-441a-a9f8-35f4b1f67b77",
"campaignPoolID": "sample string 7",
"quantity": 1,
"campaign": {
"$ref": "62"
},
"product": {
"$ref": "8"
},
"priceGroup": {
"$ref": "26"
},
"campaignPool": {
"$ref": "62"
}
},
{
"$ref": "99"
}
]
},
{
"$ref": "98"
}
],
"priceLevels": [
{
"$id": "100",
"id": 1,
"priceLevelIdentifier": "zl+LiB1Z/Eygci2AjE4KBg==",
"priceLevelIdentifierGuid": "888b5fce-591d-4cfc-a072-2d808c4e0a06",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "100"
}
],
"promotionType": {
"$id": "101",
"identifier": "J+smGsbsrEqidXEsMPs+wA==",
"identifierGuid": "1a26eb27-ecc6-4aac-a275-712c30fb3ec0",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "fQUTpiw/y0Gi20FUyDRMtQ==",
"labelPageLayoutGuid": "a613057d-3f2c-41cb-a2db-4154c8344cb5",
"priceLevelIdentifier": "BlS9+J9KmUWopVF3oiyyMA==",
"priceLevelIdentifierGuid": "f8bd5406-4a9f-4599-a8a5-5177a22cb230",
"active": true,
"updated": "2026-04-03T06:14:57.1655644",
"hostName": "sample string 11"
}
},
"product": {
"$ref": "8"
},
"dealCost": {
"$id": "102",
"headerIdentifier": "qrsuKNPR4kGGd2a8yQtjww==",
"headerIdentifierGuid": "282ebbaa-d1d3-41e2-8677-66bcc90b63c3",
"identifier": "HtzqIh7FXUya//+a2rX9MQ==",
"identifierGuid": "22eadc1e-c51e-4c5d-9aff-ff9adab5fd31",
"supplierIdentifier": "EAYsNyYAWU+2pCo+cnR8nw==",
"supplierGuid": "372c0610-0026-4f59-b6a4-2a3e72747c9f",
"pluG_UID": "Xl8EiRqJZki+phadnkPHCA==",
"pluGuid": "89045f5e-891a-4866-bea6-169d9e43c708",
"campaignName": "2dfa4e43-e9ee-4bc2-8c6f-977f82eae285",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-04-03T06:14:57.1655644",
"end": "2026-04-03T06:14:57.1655644",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "4iCdlv/5P0a2pmcmW90Y1g==",
"bonusItemPluGuid": "969d20e2-f9ff-463f-b6a6-67265bdd18d6",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-04-03T06:14:57.1655644",
"metcashPromotionID": "sample string 14",
"fromHost": 15,
"storeNames": "sample string 16",
"storeIDs": [
1,
2
],
"supplierName": "sample string 17",
"campaignDescription": "sample string 18",
"newPrice": 1,
"campaignMetcashPromotionID": "sample string 19",
"campaignActive": true,
"campaignStartDate": "2026-04-03T06:14:57.1655644",
"campaignEndDate": "2026-04-03T06:14:57.1655644",
"masterPLUG_UID": "KIpyH2KewkKc+aYyKom/5w==",
"masterID": "1f728a28-9e62-42c2-9cf9-a6322a89bfe7",
"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": "1HZY3F7ovU+fE5IaAjIE7w==",
"bonusMasterID": "dc5876d4-e85e-4fbd-9f13-921a023204ef",
"bonusProductName": "sample string 34",
"bonusProductAPN": "sample string 35",
"bonusOrderCode": "sample string 36",
"bonusNormalSell": 37,
"bonusNormalCost": 38,
"bonusNormalCostDecimals": 39,
"bonusCartonQuantity": 40,
"bonusSalesMode": 41,
"bonusOrderPacked": 42,
"bonusFuelItem": true,
"bonusActive": true
}
},
"currentCostStart": "2026-04-03T06:14:57.1655644",
"dealCosts": [
{
"$ref": "102"
},
{
"$ref": "102"
}
],
"tags": [
{
"$id": "103",
"pluG_UID": "Wj4vrero3UKjUeU/8WtN8Q==",
"pluGuid": "ad2f3e5a-e8ea-42dd-a351-e53ff16b4df1",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "103"
}
],
"alternateProductG_UID": "gOVXxVeK60KqmSIeilBX1Q==",
"alternateProduct": "c557e580-8a57-42eb-aa99-221e8a5057d5",
"altProduct": {
"$ref": "8"
},
"productHostCode": {
"$id": "104",
"id": 1,
"pluG_UID": "fthu/toLbk2Y2Z2GODf16A==",
"pluGuid": "fe6ed87e-0bda-4d6e-98d9-9d863837f5e8",
"ibaCode": "sample string 2"
},
"mscCat": {
"$ref": "56"
},
"mscCom": {
"$ref": "57"
},
"mscDep": {
"$ref": "59"
},
"mscSubCom": {
"$ref": "58"
},
"isUserUpdate": true,
"ignoreMasterProduct": true,
"priceGroupLabelRequested": true,
"firstSold": "2026-04-03T06:14:57.1655644",
"inventoryTracked": "2026-04-03T06:14:57.1655644",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "105",
"pluG_UID": "GsQaV6i8z0m/1YpxbSJHwA==",
"pluGuid": "571ac41a-bca8-49cf-bfd5-8a716d2247c0",
"fuelPluG_UID": "QoqCCOedlUqcKbKnozA99A==",
"fuelPluGuid": "08828a42-9de7-4a95-9c29-b2a7a3303df4",
"price": 3,
"productDescription": "sample string 4",
"productBarcode": "sample string 5",
"fuelProductDescription": "sample string 6",
"fuelProductBarcode": "sample string 7",
"fuelProductPrice": 8
},
"productFuelLinks": [
{
"$ref": "105"
},
{
"$ref": "105"
}
]
},
"supplier": {
"$ref": "3"
},
"serviceFee": {
"$id": "106",
"id": 1,
"description": "sample string 1",
"fee": 1
},
"isPrimaryHost": true,
"hostVendor": 48
},
{
"$ref": "6"
}
],
"orderCycleHeaders": [
{
"$id": "107",
"storeID": 1,
"supplierIdentifier": "unFXRGcFTEaFUT9DaxVRHw==",
"supplierGuid": "445771ba-0567-464c-8551-3f436b15511f",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"storeName": "sample string 5",
"departmentName": "sample string 6",
"orderDays": 7
},
{
"$ref": "107"
}
],
"cycles": [
{
"$id": "108",
"storeID": 1,
"supplierIdentifier": "RPyT50HVBEipb2JGltzrFQ==",
"supplierGuid": "e793fc44-d541-4804-a96f-624696dceb15",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"cutOffWeek": 5,
"cutOffDay": 6,
"cutOffTime": "00:00:00.1234567",
"leadTime": 7,
"daysBuffer": 8,
"supplierName": "sample string 9",
"cutOffDate": "2026-04-03T06:14:57.1655644",
"deliveryDate": "2026-04-03T06:14:57.1655644",
"nextCutOffDate": "2026-04-03T06:14:57.1655644",
"nextDeliveryDate": "2026-04-03T06:14:57.1655644",
"nextDaysBuffer": 10
},
{
"$ref": "108"
}
],
"store": {
"$ref": "9"
},
"updated": "2026-04-03T06:14:57.1655644",
"isHost": true
},
"files": [
{
"$id": "109",
"id": "sample string 1",
"fileName": "sample string 2",
"extension": "sample string 3",
"provider": 0,
"type": 0,
"hostType": "sample string 4",
"createdUtc": "2026-04-03T06:14:57.1655644",
"processed": "2026-04-03T06:14:57.1655644",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-04-03T06:14:57.1655644",
"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": "2"
},
"metcashHeader": {
"$id": "110",
"customerNumber": "sample string 1",
"creationDate": "2026-04-03T06:14:57.1655644",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "109"
}
],
"zoneMatrix": [
{
"$ref": "16"
},
{
"$ref": "16"
}
],
"hostFileStoreSetting": {
"$ref": "12"
},
"hostStoreSettings": [
{
"$ref": "12"
},
{
"$ref": "12"
}
],
"promotionPlacements": [
{
"$id": "111",
"identifier": "QslHxak9rEKawoI7Bhq/wA==",
"identifierGuid": "c547c942-3da9-42ac-9ac2-823b061abfc0",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "111"
}
],
"promoTypeGuids": [
"ba1f94d6-5145-49f1-a558-a9ee78a77b6a",
"ae12a756-da14-4fba-9ec5-f32b6c50e3f3"
],
"isPromotionOnly": false,
"isOrderable": false,
"vendor": 0
},
"stores": [
{
"$ref": "9"
},
{
"$ref": "9"
}
],
"zoneMatrix": [
{
"$ref": "16"
},
{
"$ref": "16"
}
]
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Sample:
PK �1�\&�l� 5 xl/workbook.xml � (� ����0��&�C�p�WI��ū��@[�����O ��mgv��a���Ә�|T�]n*�r WTܝ̀zڵ�*�'i_`�V�X���P{�� �=��h'���J�����qѫ~E).5-�B���!qt�����lXC�bl�X�\aA+�9%�sk
Rbs9
�� �8N.Q�mr��tg�0���PK �1�\���� � [Content_Types].xml � (� ���J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
�1�\�<��' ' _rels/.rels � (� <?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="Rcecac5e81d5f485f" /></Relationships>PK �1�\J�6RL 6 xl/worksheets/sheet1.xml � (� ��Ks�0��
ýb%$$elg�����=S[6L�Hr��_0�!�`��o�쮆��G�ޕ��.�!F�\�M^����m��v1;i�f3�\���ޘy�9w��"��T�Z���k[m���G���v���R���*]D �Ȩ}��V6�6�D�N,{0*�T)�K�"��p1��>�9����<��7/$�Ŭ����d��������P�� ^U���`���q�~�ӣ�w��Eb���{[]�"?�.���=���C�0��xz}�N/�O���#��)�(`*!8���ڏ[?F,�J)H�%��i��Ə9b� )�N���Y�? ̸`R !4��~R�I��$H!0�F���y�@|�0���Ӿ�}�� �!9�<�_���}��/F����/���sp���0�oN%g���赳�1�k�%�����e��y_�.]̌>�Z���ww��V������}���������]�� ]b9$�.�kH�.��K<��K< �%�����CBv�����E�|�F����F
|O��=A�MA�]�N����H�ab�qd�^k�F�^o�G�^s_F�+{tu2��Qf��S�:-�Gp�PK �1�\�?a � P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞�N��i7l�-���㨉�n�gc���V� �X��j4��'�|��6o�H����l<c@�*�
�o��C��j���i"�a$��Ђ�q~�4(����Ѧ�v~�1����TG�#���_2�I���CtZ
��:Mh�`���1�d/}����R����D��Zؕ/�B4y�Z��#z7�/#�_��|!�����W����*c���%�t�Ӳ�P+g��&E-P�W5z��/PK �1�\Ѓc'2 E
xl/styles.xml � (� �S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v �F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}� ��LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK �1�\ {h[ 6 xl/sharedStrings.xml � (� �RMO�0�+U�M��nC]'1Ƙ��qaB"j�-R���E��T� ��.�"��~�ى��"�>��2z��X�{�S#�>����}0�=$��ȍ���y#��Z5��#��sL�Pd��!��� �Ǔ!�@E��a�B(�{�)59ZGRj�Q��'�(TS���9%1��:�$
h��Z�&�)���U�d�bk,=[�n}u�7 얌���e)��Z�0��_l�v)mi�
�[Yun"(�S�j����]{�n/��&�QN�A0
�`�1���X��qM�~���ٲ�c��6B�X�1rd�͂U�uz�E-L^���Ed+�`U��{o�=��M����s���L���'�PK- �1�\&�l� 5 xl/workbook.xmlPK- �1�\���� � [Content_Types].xmlPK-
�1�\�<��' ' V _rels/.relsPK- �1�\J�6RL 6 � xl/worksheets/sheet1.xmlPK- �1�\�?a � P ` xl/_rels/workbook.xml.relsPK- �1�\Ѓc'2 E
� xl/styles.xmlPK- �1�\ {h[ 6 xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
Sample:
PK �1�\葙� 5 xl/workbook.xml � (� ����0��J}�(�@���K��
�A���_�[7�����h]WZ۱��
�.��C*U-j���L��:
~��%lӨ
[�5/�Qt{��j�@|��â�!��"z�/(
��|�cL�͞
G
r2ֺ����)`�EP̀ƌ�����ǜ�TM��z)!�BT%5��[�7��b��PK �1�\���� � [Content_Types].xml � (� ���J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
�1�\*��2' ' _rels/.rels � (� <?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="R6d597e0bbfbc4f24" /></Relationships>PK �1�\J�6RL 6 xl/worksheets/sheet1.xml � (� ��Ks�0��
ýb%$$elg�����=S[6L�Hr��_0�!�`��o�쮆��G�ޕ��.�!F�\�M^����m��v1;i�f3�\���ޘy�9w��"��T�Z���k[m���G���v���R���*]D �Ȩ}��V6�6�D�N,{0*�T)�K�"��p1��>�9����<��7/$�Ŭ����d��������P�� ^U���`���q�~�ӣ�w��Eb���{[]�"?�.���=���C�0��xz}�N/�O���#��)�(`*!8���ڏ[?F,�J)H�%��i��Ə9b� )�N���Y�? ̸`R !4��~R�I��$H!0�F���y�@|�0���Ӿ�}�� �!9�<�_���}��/F����/���sp���0�oN%g���赳�1�k�%�����e��y_�.]̌>�Z���ww��V������}���������]�� ]b9$�.�kH�.��K<��K< �%�����CBv�����E�|�F����F
|O��=A�MA�]�N����H�ab�qd�^k�F�^o�G�^s_F�+{tu2��Qf��S�:-�Gp�PK �1�\3�b� P xl/_rels/workbook.xml.rels � (� ��An� E��f_c�(N6�d��+6X@��l]�H�BQ*���E7Y��OO3|��6oC��b�]
�(����t��ᔚ��jG=�|#�n�,?q��Ҹ�<jK��r��a������[�eY�0e�-��/#��蛦����i �� �W��%`{-�~�ȯ�(2��S���zfP����ӥ����]Od$H�f�PBI�T�U�b �B���iO�$4I������U�����PK �1�\Ѓc'2 E
xl/styles.xml � (� �S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v �F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}� ��LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK �1�\ {h[ 6 xl/sharedStrings.xml � (� �RMO�0�+U�M��nC]'1Ƙ��qaB"j�-R���E��T� ��.�"��~�ى��"�>��2z��X�{�S#�>����}0�=$��ȍ���y#��Z5��#��sL�Pd��!��� �Ǔ!�@E��a�B(�{�)59ZGRj�Q��'�(TS���9%1��:�$
h��Z�&�)���U�d�bk,=[�n}u�7 얌���e)��Z�0��_l�v)mi�
�[Yun"(�S�j����]{�n/��&�QN�A0
�`�1���X��qM�~���ٲ�c��6B�X�1rd�͂U�uz�E-L^���Ed+�`U��{o�=��M����s���L���'�PK- �1�\葙� 5 xl/workbook.xmlPK- �1�\���� � [Content_Types].xmlPK-
�1�\*��2' ' V _rels/.relsPK- �1�\J�6RL 6 � xl/worksheets/sheet1.xmlPK- �1�\3�b� P ` xl/_rels/workbook.xml.relsPK- �1�\Ѓc'2 E
� xl/styles.xmlPK- �1�\ {h[ 6 xl/sharedStrings.xmlPK � �