POST api/campaign/{name}/plu/{guid}/group
Add/Update a campaign plus and all products in it's price group. This is intended for use with price change campaigns
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| name |
Campaign name |
string |
Required |
| guid |
plu guid |
globally unique identifier |
Required |
Body Parameters
campaign plu
CampaignPlu| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| CampaignID | integer |
None. |
|
| CampaignName | string |
None. |
|
| Plu | integer |
None. |
|
| HostOfferID | integer |
None. |
|
| MetcashPromotionID | string |
None. |
|
| MetcashPromotionPlacement | string |
None. |
|
| PluG_UID | Collection of byte |
None. |
|
| PluGuid | globally unique identifier |
None. |
|
| NewPrice | integer |
None. |
|
| PctDiscount | integer |
None. |
|
| NewCost | integer |
None. |
|
| NewCostDecimals | integer |
None. |
|
| DealCostIdentifier | Collection of byte |
None. |
|
| DealCostGuid | globally unique identifier |
None. |
|
| PluName |
PLU Name |
string |
Relation. This field may not always be loaded or used for updates. |
| Apn |
Barcode |
string |
Relation. This field may not always be loaded or used for updates. |
| FuelItem | boolean |
Relation. This field may not always be loaded or used for updates. |
|
| PriceGroupG_UID | Collection of byte |
Relation. This field may not always be loaded or used for updates. |
|
| PriceGroupGuid | globally unique identifier |
Relation. This field may not always be loaded or used for updates. |
|
| ItemNumber | string |
Relation. This field may not always be loaded or used for updates. |
|
| CRI | string |
Relation. This field may not always be loaded or used for updates. |
|
| PluPrice | integer |
Relation. This field may not always be loaded or used for updates. |
|
| CostCalcMethod | CostCalcMethod |
Relation. This field may not always be loaded or used for updates. |
|
| PluCost | integer |
Relation. This field may not always be loaded or used for updates. |
|
| PluCostIndicator | string |
Relation. This field may not always be loaded or used for updates. |
|
| PluPriceGstPercent | integer |
Relation. This field may not always be loaded or used for updates. |
|
| PluCostGstPercent | integer |
Relation. This field may not always be loaded or used for updates. |
|
| PluActive | boolean |
Relation. This field may not always be loaded or used for updates. |
|
| CartonQty | decimal number |
Relation. This field may not always be loaded or used for updates. |
|
| BaseUnits | decimal number |
Relation. This field may not always be loaded or used for updates. |
|
| SalesMode | integer |
Relation. This field may not always be loaded or used for updates. |
|
| PluNormalCost | integer |
Relation. This field may not always be loaded or used for updates. |
|
| PLUAWS | decimal number |
Relation. This field may not always be loaded or used for updates. |
|
| DirectNumber | string |
Relation. This field may not always be loaded or used for updates. |
|
| DepartmentName | string |
Relation. This field may not always be loaded or used for updates. |
|
| SubDepartmentName | string |
Relation. This field may not always be loaded or used for updates. |
|
| PriceGroupName | string |
Relation. This field may not always be loaded or used for updates. |
|
| SupplierName | string |
Relation. This field may not always be loaded or used for updates. |
|
| StockOnHand | decimal number |
Relation. This field may not always be loaded or used for updates. |
|
| StockOnOrder | decimal number |
Relation. This field may not always be loaded or used for updates. |
|
| LastReceived | date |
Relation. This field may not always be loaded or used for updates. |
|
| RRP | integer |
Relation. This field may not always be loaded or used for updates. |
|
| CampaignDescription | string |
Relation. This field may not always be loaded or used for updates. |
|
| HostCampaign | boolean |
Relation. This field may not always be loaded or used for updates. |
|
| HostIdentifier | Collection of byte |
Relation. This field may not always be loaded or used for updates. |
|
| HostIdentifierGuid | globally unique identifier |
Relation. This field may not always be loaded or used for updates. |
|
| CampaignComboPriceGroupG_UID | Collection of byte |
Relation. This field may not always be loaded or used for updates. |
|
| CampaignComboPriceGroupIdentifier |
Combo Price Group Identifier of combo pricing campaign's price group |
globally unique identifier |
Relation. This field may not always be loaded or used for updates. |
| PromotionPlacementDescription | string |
Relation. This field may not always be loaded or used for updates. |
|
| StoreAcceptances | Collection of CampaignPluStoreAcceptance |
Relation. This field may not always be loaded or used for updates. |
|
| Campaign | Campaign |
Relation. This field may not always be loaded or used for updates. |
|
| Product | Product |
Relation. This field may not always be loaded or used for updates. |
|
| DealCost | DealCost |
Relation. This field may not always be loaded or used for updates. |
Request Formats
application/json, text/json
{
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 1,
"hostOfferID": 1,
"metcashPromotionID": "sample string 4",
"metcashPromotionPlacement": "sample string 5",
"pluG_UID": "6h/56zkwA0ajgETtqi5OTw==",
"pluGuid": "ebf91fea-3039-4603-a380-44edaa2e4e4f",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "Aup659QOr0WhOYVNchkBTg==",
"dealCostGuid": "e77aea02-0ed4-45af-a139-854d7219014e",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "IjNIAD0OMEOQ0VCONnwMlg==",
"priceGroupGuid": "00483322-0e3d-4330-90d1-508e367c0c96",
"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:21:12.2828838",
"rrp": 27,
"campaignDescription": "sample string 28",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "c8c0bd67-f9b0-424b-bed8-a6ae291d4bb1",
"campaignComboPriceGroupG_UID": "kvO25Gytd0a3rO/wQcvpFw==",
"campaignComboPriceGroupIdentifier": "e4b6f392-ad6c-4677-b7ac-eff041cbe917",
"promotionPlacementDescription": "sample string 30",
"storeAcceptances": [
{
"$id": "2",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-04-03T06:21:12.2828838",
"operatorG_UID": "BP1SjNWNeUqUPx9R83+dMA==",
"operatorGuid": "8c52fd04-8dd5-4a79-943f-1f51f37f9d30",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-04-03T06:21:12.2828838",
"signIqTicketFileMovedUtc": "2026-04-03T06:21:12.2828838",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-04-03T06:21:12.2828838",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "6a73fe68-c102-44f2-85e3-f478e050469e",
"product": {
"$id": "3",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "vh9XLailKEeWcJVrmzi9hg==",
"guid": "2d571fbe-a5a8-4728-9670-956b9b38bd86",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "2WisEFGya0yICh8LGPZc/g==",
"priceGroupGuid": "10ac68d9-b251-4c6b-880a-1f0b18f65cfe",
"blueprintID": 1,
"lastCountedDate": "2026-04-03T06:21:12.2828838",
"externalID": "sample string 7",
"active": true,
"activated": "2026-04-03T06:21:12.2828838",
"pluCreated": "2026-04-03T06:21:12.2828838",
"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:21:12.2828838",
"lastManualUpdate": "2026-04-03T06:21:12.2828838",
"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:21:12.2828838",
"currentCostUpdated": "2026-04-03T06:21:12.2828838",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-04-03T06:21:12.2828838",
"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:21:12.2828838",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "bZyrhXf/R0KczupFA5gLGg==",
"altPLUGuid": "85ab9c6d-ff77-4247-9cce-ea4503980b1a",
"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:21:12.2828838",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "2mGLsswOy0uIfp0ZAFEk7w==",
"shelfPageLayoutGuid": "b28b61da-0ecc-4bcb-887e-9d19005124ef",
"talkerPageLayoutG_UID": "n0opz0ibSE2KNZXQgSFQPw==",
"talkerPageLayoutGuid": "cf294a9f-9b48-4d48-8a35-95d08121503f",
"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": "EcqzS0GlYEiLRYRWeIil8A==",
"inventoryIdentifier": "4bb3ca11-a541-4860-8b45-84567888a5f0",
"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": "jjb+/wVDikyzZYkyrWjQ/A==",
"parentPluGuid": "fffe368e-4305-4c8a-b365-8932ad68d0fc",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "ulUY6B1vBEqk8QjrTEl3XQ==",
"supplierIdentifierGuid": "e81855ba-6f1d-4a04-a4f1-08eb4c49775d",
"supplierChanged": true,
"rebateSupplierIdentifier": "ezLTJHTU1ke6EP09kMWGTg==",
"rebateSupplierIdentifierGuid": "24d3327b-d474-47d6-ba10-fd3d90c5864e",
"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:21:12.2828838",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "P8lLJcDAy0y2ubrQTgZwGg==",
"hostIdentifierGuid": "254bc93f-c0c0-4ccb-b6b9-bad04e06701a",
"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": "3"
},
{
"$ref": "3"
}
],
"store": {
"$id": "4",
"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:21:12.2828838",
"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": "vPb8RQl8WEGSV3HIWlmNgA==",
"hostIdentifierGuid": "45fcf6bc-7c09-4158-9257-71c85a598d80",
"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:21:12.2828838",
"priceZone": {
"$id": "5",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "l+1Kcq/u3k6iJ18pnM/+JA==",
"hostIdentifierGuid": "724aed97-eeaf-4ede-a227-5f299ccffe24",
"sortOrder": 3,
"zoneMasterStoreID": 1,
"electedMasterStoreID": 1,
"containsElectedMasterStore": true
},
"priceZoneName": "sample string 51",
"storeFuelConfigured": true,
"shippingAddressCopied": true,
"shippingAddress": {
"$id": "6",
"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": "6"
},
"hostStoreSettings": [
{
"$id": "7",
"id": 1,
"hostIdentifier": "z48ApLB7WUqPiGO9Evjrzw==",
"hostIdentifierGuid": "a4008fcf-7bb0-4a59-8f88-63bd12f8ebcf",
"storeID": 2,
"username": "sample string 3",
"password": "sample string 4",
"passwordPlain": "sample string 5",
"serverAddress": "sample string 6",
"serverPort": 1,
"excludeFromLeadInOut": true,
"useForHostFile": true,
"metcashPillarID": "sample string 9",
"metcashStateCode": "sample string 10",
"metcashCustomerID": "sample string 11",
"metcashTradingPartnerID": "sample string 12",
"drakesCustomerNumber": 1,
"sparCustomerNumber": "sample string 13",
"sparOrderUsername": "sample string 14",
"sparOrderPassword": "sample string 15",
"sparOrderPasswordPlain": "sample string 16",
"pharmXSiteID": 1,
"ibaZoneID": 1,
"ibaState": "sample string 17",
"foodlandStoreCode": "sample string 18",
"ilgMemberNumber": "sample string 19",
"ilgOutletLocation": 1,
"ilgBaseCost": 1,
"ilgApplyNonAdvertisedPromos": true,
"ilgExemptFromFreight": true,
"ilgOrderDealReview": true,
"ilgFinanceFee": 1,
"secondPassword": "sample string 23",
"secondPasswordPlain": "sample string 24",
"secondServerAddress": "sample string 25",
"processPromotions": true,
"hostProvider": 0,
"host": {
"$id": "8",
"identifier": "+wpL/uTeCkOsce4vdV2lYA==",
"identifierGuid": "fe4b0afb-dee4-430a-ac71-ee2f755da560",
"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": "xQhJDTeZ2UCui+ayUxMm3Q==",
"hostSupplierIdentifierGuid": "0d4908c5-9937-40d9-ae8b-e6b2531326dd",
"loyaltyPriceLevelIdentifier": "aUbUg+LT4Eydh1LUeYrmcA==",
"loyaltyPriceLevelIdentifierGuid": "83d44669-d3e2-4ce0-9d87-52d4798ae670",
"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:21:12.2828838",
"lastProcessed": "2026-04-03T06:21:12.2828838",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$id": "9",
"identifier": "5i1fgmrnf0iO2a+fIqanlA==",
"identifierGuid": "825f2de6-e76a-487f-8ed9-af9f22a6a794",
"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": "YfZRNMaYHkimGr4yACy+JA==",
"primaryContactID": "3451f661-98c6-481e-a61a-be32002cbe24",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "S1yJ5V+6Z0iLimXYjqaTJA==",
"supplierGroupGuid": "e5895c4b-ba5f-4867-8b8a-65d88ea69324",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-04-03T06:21:12.2828838",
"rebateLastClaimedAmount": 1.0,
"cartonsOnly": true,
"minimumOrderValue": 1,
"enforceMinimumQuantity": true,
"freight": 19.0,
"freightType": 20,
"deleted": true,
"deletedUser": "sample string 22",
"storeName": "sample string 23",
"primaryContact": {
"$id": "10",
"id": "d783352e-3a51-4bb7-a74a-3766b9c06c4d",
"identifier": "HVNLdumFRE6aJBjwTbGy2A==",
"identifierGuid": "764b531d-85e9-4e44-9a24-18f04db1b2d8",
"familyName": "sample string 1",
"givenNames": "sample string 2",
"otherNames": "sample string 3",
"title": "sample string 4",
"dateOfBirth": "sample string 5",
"sex": "sample string 6",
"address": "sample string 7",
"address1": "sample string 8",
"address2": "sample string 9",
"town": "sample string 10",
"state": "sample string 11",
"country": "sample string 12",
"postalCode": "sample string 13",
"telephone": "sample string 14",
"mobile": "sample string 15",
"email": "sample string 16",
"fax": "sample string 17",
"primary": true
},
"contacts": [
{
"$id": "11",
"supplierIdentifier": "zYbwlWyDakGgalzKmqUtWQ==",
"supplierIdentifierGuid": "95f086cd-836c-416a-a06a-5cca9aa52d59",
"contactGuid": "NQgmaiyAj0ihnN3UHbk/vw==",
"contactID": "6a260835-802c-488f-a19c-ddd41db93fbf",
"contact": {
"$ref": "10"
},
"supplier": {
"$ref": "9"
}
},
{
"$ref": "11"
}
],
"products": [
{
"$id": "12",
"pluG_UID": "Tp+llTM8o0+7f6fPq99BLA==",
"pluGuid": "95a59f4e-3c33-4fa3-bb7f-a7cfabdf412c",
"supplierIdentifier": "gUV++sRGnEuYRrw5UKN5Ew==",
"supplierIdentifierGuid": "fa7e4581-46c4-4b9c-9846-bc3950a37913",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-04-03T06:21:12.2828838",
"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:21:12.2828838",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "13",
"pluG_UID": "32j624pvhUGgSpHrMnObtA==",
"pluGuid": "dbfa68df-6f8a-4185-a04a-91eb32739bb4",
"supplierIdentifier": "eBrL58mlbEKWoelyjEM/Vw==",
"supplierIdentifierGuid": "e7cb1a78-a5c9-426c-96a1-e9728c433f57",
"invoiceCode": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "13"
}
],
"storeIDs": [
1,
2
],
"preferredSupplier": true,
"preferredRebateSupplier": true,
"supplierName": "sample string 42",
"salesMode": 43,
"orderPacked": true,
"active": true,
"price": 1,
"costGstPercent": 45,
"parentPluG_UID": "z7BNfB5kiEOiEmLjP2HEcg==",
"parentPluGuid": "7c4db0cf-641e-4388-a212-62e33f61c472",
"freight": 46.0,
"freightType": 1,
"product": {
"$ref": "3"
},
"supplier": {
"$ref": "9"
},
"serviceFee": {
"$id": "14",
"id": 1,
"description": "sample string 1",
"fee": 1
},
"isPrimaryHost": true,
"hostVendor": 48
},
{
"$ref": "12"
}
],
"orderCycleHeaders": [
{
"$id": "15",
"storeID": 1,
"supplierIdentifier": "jDsmc1ZXgkiInICmjMp09A==",
"supplierGuid": "73263b8c-5756-4882-889c-80a68cca74f4",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"storeName": "sample string 5",
"departmentName": "sample string 6",
"orderDays": 7
},
{
"$ref": "15"
}
],
"cycles": [
{
"$id": "16",
"storeID": 1,
"supplierIdentifier": "GnfITrWnH0uFpnk77SicGg==",
"supplierGuid": "4ec8771a-a7b5-4b1f-85a6-793bed289c1a",
"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:21:12.2828838",
"deliveryDate": "2026-04-03T06:21:12.2828838",
"nextCutOffDate": "2026-04-03T06:21:12.2828838",
"nextDeliveryDate": "2026-04-03T06:21:12.2828838",
"nextDaysBuffer": 10
},
{
"$ref": "16"
}
],
"store": {
"$ref": "4"
},
"updated": "2026-04-03T06:21:12.2828838",
"isHost": true
},
"files": [
{
"$id": "17",
"id": "sample string 1",
"fileName": "sample string 2",
"extension": "sample string 3",
"provider": 0,
"type": 0,
"hostType": "sample string 4",
"createdUtc": "2026-04-03T06:21:12.2828838",
"processed": "2026-04-03T06:21:12.2828838",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-04-03T06:21:12.2828838",
"size": 1,
"sizeFormat": "sample string 7",
"isArchive": true,
"customerNumber": "sample string 9",
"businessPillar": "sample string 10",
"fileType": "sample string 11",
"version": "sample string 12",
"reference": "sample string 13",
"digest": "sample string 14",
"contentType": "sample string 15",
"host": {
"$ref": "8"
},
"metcashHeader": {
"$id": "18",
"customerNumber": "sample string 1",
"creationDate": "2026-04-03T06:21:12.2828838",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "17"
}
],
"zoneMatrix": [
{
"$id": "19",
"id": 1,
"hostIdentifier": "sJqdvRJYikmPxGb/h0cLmg==",
"hostIdentifierGuid": "bd9d9ab0-5812-498a-8fc4-66ff87470b9a",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"520e577e-ede3-44d2-afcd-e692f6b6a0f0",
"72611aa2-a5fd-4dae-bc33-9dbc7019273b"
]
},
{
"$ref": "19"
}
],
"hostFileStoreSetting": {
"$ref": "7"
},
"hostStoreSettings": [
{
"$ref": "7"
},
{
"$ref": "7"
}
],
"promotionPlacements": [
{
"$id": "20",
"identifier": "cK+5P5dFU0C1+5wSXFsNiA==",
"identifierGuid": "3fb9af70-4597-4053-b5fb-9c125c5b0d88",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "20"
}
],
"promoTypeGuids": [
"b934b2b5-e3c3-4a68-870b-85333439164c",
"5ade7e0b-4899-47b8-ada1-9886f51db39e"
],
"isPromotionOnly": false,
"isOrderable": false,
"vendor": 0
},
"groupIDs": [
1,
2
],
"hostDescription": "sample string 27"
},
{
"$ref": "7"
}
],
"accounts": [
{
"$id": "21",
"id": 1,
"storeID": 1,
"accountName": "sample string 2",
"bsb": "sample string 3",
"accountNumber": "sample string 4",
"accountDesignated": true
},
{
"$ref": "21"
}
],
"sales": [
{
"$id": "22",
"id": 1,
"storeID": 1,
"externalSalesType": 2,
"ftpSiteID": 1,
"lastSaleProcessed": "2026-04-03T06:21:12.2828838",
"ftpSite": {
"$id": "23",
"id": 1,
"description": "sample string 2",
"address": "sample string 3",
"username": "sample string 4",
"password": "sample string 5",
"path": "sample string 7",
"protocol": 8
}
},
{
"$ref": "22"
}
],
"zoneMatrix": [
{
"$ref": "19"
},
{
"$ref": "19"
}
],
"cashManagements": [
{
"$id": "24",
"id": 1,
"storeID": 1,
"cashManagementType": 2,
"apiID": 1,
"organisationID": "sample string 3",
"siteName": "sample string 4",
"thirdPartyAPI": {
"$id": "25",
"id": 1,
"description": "sample string 2",
"address": "sample string 3",
"username": "sample string 4",
"password": "sample string 5",
"passwordPlain": "sample string 6",
"token": "sample string 7",
"apiType": 8,
"apiSubType": 9
}
},
{
"$ref": "24"
}
],
"updateStoreID": "01df773f-6374-46ac-90f5-eae68c354cbb",
"updateStore": {
"$id": "26",
"id": "51cd396d-7830-41fa-ac4f-6f40e800acaa",
"name": "sample string 1",
"lastActivity": "2026-04-03T06:21:12.2828838",
"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:21:12.2828838"
},
"timeZoneId": "sample string 54",
"securityOptions": {
"$id": "27",
"loginMode": 1,
"allowSelfVerification": true,
"verifierEmail": "sample string 3",
"source": "sample string 4",
"loginModeInherited": 5,
"loginModeSource": "sample string 6",
"selfVerifyInherited": true,
"selfVerifySource": "sample string 8",
"verifyEmailInherited": "sample string 9",
"verifyEmailSource": "sample string 10"
}
},
"storePrices": [
{
"$id": "28",
"pluG_UID": "+rxBMjQ8FU6nSr+GAh32EA==",
"pluGuid": "3241bcfa-3c34-4e15-a74a-bf86021df610",
"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:21:12.2828838"
},
{
"$ref": "28"
}
],
"currentPrices": {
"$id": "29",
"pluPrices": {
"$id": "30",
"plu": 1,
"pluG_UID": "QEA=",
"stores": [
1,
2
],
"normalPrice": 1,
"cost": 2,
"break1": 3,
"price1": 4,
"break2": 5,
"price2": 6,
"break3": 7,
"price3": 8,
"discountPrice": 9,
"memberDiscountPrice": 10,
"acceptedUtc": "2026-04-03T06:21:12.2828838",
"priceChangeType": 0,
"costDecimals": 11,
"costCalcMethod": 12,
"targetCampaignPriceGtOrEquNormal": true
},
"normalPluPrices": {
"$ref": "30"
},
"winningCampaign": 1,
"winner": {
"$id": "31",
"campaignName": "sample string 1",
"campaignDescription": "sample string 2",
"talkerText": "sample string 3",
"disableWasSave": true,
"startDate": "2026-04-03T06:21:12.2828838",
"startTime": 5,
"endDate": "2026-04-03T06:21:12.2828838",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "ilkmfHuinEyq1dAu9duR2A==",
"hostIdentifierGuid": "7c26598a-a27b-4c9c-aad5-d02ef5db91d8",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "31"
},
{
"$ref": "31"
}
]
},
"tray": {
"$id": "32",
"g_UId": "mNsjRSHg1EiYSwYkmrlZ7A==",
"guid": "4523db98-e021-48d4-984b-06249ab959ec",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "33",
"priceGroupG_UID": "AsAB40mXs0KEx83WGn1tSw==",
"priceGroupGuid": "e301c002-9749-42b3-84c7-cdd61a7d6d4b",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-04-03T06:21:12.2828838",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "3"
},
{
"$ref": "3"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "34",
"pluG_UID": "w9Ixg87ZYk+gEWLxxdqi5Q==",
"pluGuid": "8331d2c3-d9ce-4f62-a011-62f1c5daa2e5",
"plu": 1,
"servingsPerPack": 1,
"servingSize": 1,
"showAllergens": 1,
"energy": 1,
"protein": 1,
"fat": 1,
"saturated": 1,
"carbo": 1,
"sugars": 1,
"sodium": 1,
"potasium": 1,
"calcium": 1,
"fibre": 1,
"soya": 1,
"nutsSeeds": 1,
"shells": 1,
"eggs": 1,
"dairy": 1,
"gluten": 1,
"sulphites": 1,
"peanuts": 1,
"sesame": 1,
"fish": 1,
"lupins": 1
},
"dates": {
"$id": "35",
"pluGuid": "698fafec-fe4e-4639-bf1c-0e82b628e509",
"created": "2026-04-03T06:21:12.2828838",
"createdByUser": "sample string 1",
"activated": "2026-04-03T06:21:12.2828838",
"activatedByUser": "sample string 2",
"deactivated": "2026-04-03T06:21:12.2828838",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-04-03T06:21:12.2828838",
"lastOrderedQty": 4.0,
"lastReceived": "2026-04-03T06:21:12.2828838",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-04-03T06:21:12.2828838",
"lastSold": "2026-04-03T06:21:12.2828838",
"firstSold": "2026-04-03T06:21:12.2828838",
"awsUpdated": "2026-04-03T06:21:12.2828838",
"lastManualUpdate": "2026-04-03T06:21:12.2828838",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-04-03T06:21:12.2828838",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-04-03T06:21:12.2828838",
"doNotRangeUpdated": "2026-04-03T06:21:12.2828838",
"doNotOrderUpdated": "2026-04-03T06:21:12.2828838",
"tracked": "2026-04-03T06:21:12.2828838"
},
"allergens": [
{
"$id": "36",
"primaryKey": {
"$id": "37",
"pluGuid": "f075715f-3732-483e-975b-b82e796838f4",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "X3F18DI3PkiXW7gueWg49A==",
"pluGuid": "f075715f-3732-483e-975b-b82e796838f4",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "36"
}
],
"costs": {
"$id": "38",
"pluG_UID": "1oeuuQgILkKH3yCJpx0UoA==",
"pluGuid": "b9ae87d6-0808-422e-87df-2089a71d14a0",
"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:21:12.2828838",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "39",
"saleHeaderID": 1,
"created": "2026-04-03T06:21:12.2828838",
"createdLocal": "2026-04-03T06:21:12.2828838",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "ghuaWjevGUy8MmDk4FwSzQ==",
"operatorGuid": "5a9a1b82-af37-4c19-bc32-60e4e05c12cd",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "+LL8JMApAEW36uP8/LpSMQ==",
"pluGuid": "24fcb2f8-29c0-4500-b7ea-e3fcfcba5231",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$id": "40",
"id": 1,
"g_Uid": "1eQ936eM80a/rKvumxYwWA==",
"guid": "df3de4d5-8ca7-46f3-bfac-abee9b163058",
"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:21:12.2828838",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-04-03T06:21:12.2828838",
"endShift": "2026-04-03T06:21:12.2828838",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "41",
"operatorG_UID": "YH0KMB6S20KIoy35U2zHGg==",
"operatorGuid": "300a7d60-921e-42db-88a3-2df9536cc71a",
"storeID": 2,
"operator": {
"$ref": "40"
},
"store": {
"$ref": "4"
}
},
{
"$ref": "41"
}
]
}
},
{
"$ref": "39"
}
],
"apns": [
{
"$id": "42",
"pluID": 1,
"pluG_UID": "NC0DedUMkEi5Aa+RQUWPoQ==",
"pluGuid": "79032d34-0cd5-4890-b901-af9141458fa1",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "42"
}
],
"tuns": [
{
"$id": "43",
"pluG_UId": "Sl97kCzuPkSQZlPoMPh/cQ==",
"pluGuid": "907b5f4a-ee2c-443e-9066-53e830f87f71",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "3"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "43"
}
],
"competitionPricing": [
{
"$id": "44",
"identifier": "I2dLP0HD10ieqzEn+xhqKg==",
"identifierGuid": "3f4b6723-c341-48d7-9eab-3127fb186a2a",
"pluG_UID": "A0KjOPKLP0y2bRiagPHUJA==",
"pluGuid": "38a34203-8bf2-4c3f-b66d-189a80f1d424",
"competitionID": 1,
"name": "sample string 2",
"sellMultiple": 3,
"retailPrice": 4,
"storeName": "sample string 5"
},
{
"$ref": "44"
}
],
"supplier": {
"$ref": "9"
},
"supplierName": "sample string 148",
"children": [
{
"$ref": "3"
},
{
"$ref": "3"
}
],
"ordering": {
"$ref": "12"
},
"flipChartPages": [
{
"$id": "45",
"identifier": "kRSqQRXGY0Sxjsz2IV2loA==",
"groupName": "sample string 1",
"identifierGuid": "41aa1491-c615-4463-b18e-ccf6215da5a0",
"exists": true,
"flipChartIdentifier": "yhx4sdIBx0e8UQAd9++q8Q==",
"flipChartIdentifierGuid": "b1781cca-01d2-47c7-bc51-001df7efaaf1",
"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": "pTaNAvySvk+TtfXBFCo9lA==",
"groupIdentifierGuid": "028d36a5-92fc-4fbe-93b5-f5c1142a3d94",
"flipChart": {
"$id": "46",
"identifier": "fzNPOMlfi0iAqNAoGsTrCA==",
"identifierGuid": "384f337f-5fc9-488b-80a8-d0281ac4eb08",
"displayName": "sample string 2",
"sortOrder": 3,
"productsPerRow": 4,
"rowsPerPage": 5,
"buttonMarginX": 6,
"buttonMarginY": 7,
"beginButtonsX": 8,
"beginButtonsY": 9,
"autoSizeButtons": true,
"autoSizeGrid": true,
"showButtonText": true,
"showButtonImage": true,
"formLocationX": 1,
"formLocationY": 1,
"formWidth": 14,
"formHeight": 15,
"formMaximised": true,
"formResizable": true,
"formBackgroundImage": "sample string 16",
"formBackgroundColourA": 1,
"formBackgroundColourR": 1,
"formBackgroundColourG": 1,
"formBackgroundColourB": 1,
"formFontFamily": "sample string 17",
"formFontSize": 1.1,
"formFontStyle": 1,
"formAttributes": "sample string 18",
"buttonWidth": 19,
"buttonHeight": 20,
"buttonAnchor": 21,
"buttonBackgroundImage": "sample string 22",
"buttonTopColour": 1,
"buttonTextColour": 1,
"buttonBottomColour": 1,
"buttonBorderColour": 1,
"buttonBorderWidth": 1,
"buttonRadius": 1,
"buttonGradientMode": 1,
"buttonDropShadow": true,
"buttonShadowWidth": 1,
"buttonHighLightOnPush": true,
"buttonFontFamily": "sample string 23",
"buttonFontSize": 1.1,
"buttonFontStyle": 1,
"buttonTextAlign": 1,
"buttonWordBreak": true,
"buttonDrawImageAndButton": true,
"buttonVerticalText": true,
"buttonImageAlign": 1,
"panelLocationX": 1,
"panelLocationY": 1,
"panelWidth": 1,
"panelHeight": 1,
"panelAnchor": 1,
"panelFontFamily": "sample string 24",
"panelFontSize": 1.1,
"panelFontStyle": 1,
"panelBackgroundColour": 1,
"panelTextColour": 1,
"panelAttributes": "sample string 25",
"unsentCount": 26,
"group": {
"$id": "47",
"identifier": "QZ2/9IavkkmIoSigwdOwLg==",
"identifierGuid": "f4bf9d41-af86-4992-88a1-28a0c1d3b02e",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "48",
"id": 1,
"g_UID": "y+NzSkUcx0OrXHGmfp8Gqw==",
"guid": "4a73e3cb-1c45-43c7-ab5c-71a67e9f06ab",
"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": "ElxW7k1+IE+e95H+0EtRQg==",
"previousFormGuid": "ee565c12-7e4d-4f20-9ef7-91fed04b5142",
"nextForm": 1,
"nextFormG_UID": "RMYVaPXwL0S37nljWapUKQ==",
"nextFormGuid": "6815c644-f0f5-442f-b7ee-796359aa5429",
"attributes": "sample string 10",
"updated": "2026-04-03T06:21:12.2828838",
"positioning": 1,
"contentPanel": "sample string 11",
"selectionMode": 1,
"maximumSelections": 1,
"alteredInStore": true,
"deleted": true,
"blueprintID": 1,
"preserveLayout": true,
"mainCheckoutFormName": "sample string 13",
"nextCheckoutForm": {
"$ref": "48"
},
"previousCheckoutForm": {
"$ref": "48"
},
"buttons": [
{
"$id": "49",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "y6lGE66kKE+7yFLFvKNMkA==",
"checkoutFormGuid": "1346a9cb-a4ae-4f28-bbc8-52c5bca34c90",
"identifier": "iM7zdWIC/0GPo+gODpPZtQ==",
"identifierGuid": "75f3ce88-0262-41ff-8fa3-e80e0e93d9b5",
"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": "LWRtkix80U2KXGKh/q6f+A==",
"valueGuid": "926d642d-7c2c-4dd1-8a5c-62a1feae9ff8",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-04-03T06:21:12.2828838",
"action": "sample string 12",
"valueForm": {
"$ref": "48"
},
"image": {
"$id": "50",
"name": "sample string 3.sample string 4",
"imageID": 2,
"imageName": "sample string 3",
"imageExtension": "sample string 4",
"lastUpdate": "2026-04-03T06:21:12.2828838",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "49"
}
],
"panels": [
{
"$id": "51",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "NjjiHH0hj0Ojzv84mid0wQ==",
"checkoutFormGuid": "1ce23836-217d-438f-a3ce-ff389a2774c1",
"panelType": "sample string 4",
"name": "sample string 5",
"locationX": 6,
"locationY": 7,
"width": 8,
"height": 9,
"anchor": 10,
"fontFamily": "sample string 11",
"fontSize": 12.1,
"fontStyle": 13,
"backgroundColour": 14,
"textColour": 15,
"attributes": "sample string 16"
},
{
"$ref": "51"
}
]
},
{
"$ref": "48"
}
],
"panels": [
{
"$ref": "51"
},
{
"$ref": "51"
}
]
},
"pages": [
{
"$ref": "45"
},
{
"$ref": "45"
}
]
},
"contentPanel": {
"$ref": "51"
},
"products": [
{
"$id": "52",
"flipChartPageIdentifier": "wtu/0lmhOUm+Ha3jvYG+zg==",
"flipChartPageIdentifierGuid": "d2bfdbc2-a159-4939-be1d-ade3bd81bece",
"pluG_UID": "bzSS6yD31kW8HgHyxxj/eg==",
"pluGuid": "eb92346f-f720-45d6-bc1e-01f2c718ff7a",
"sortOrder": 3,
"sent": true,
"productChanged": true,
"productImageName": "sample string 6",
"productShowImageOnFlipCharts": true,
"productShowTextOnFlipCharts": true,
"productOverrideFlipChartText": true,
"productFlipChartText": "sample string 10",
"product": {
"$ref": "3"
},
"departmentSortOrder": 11,
"subDepartmentName": "sample string 12"
},
{
"$ref": "52"
}
],
"productCount": 27,
"pages": [
{
"$ref": "45"
},
{
"$ref": "45"
}
]
},
{
"$ref": "45"
}
],
"priceHistory": [
{
"$id": "53",
"pluG_UID": "9PPw2L8/V0ejfhi9snFv6g==",
"pluGuid": "d8f0f3f4-3fbf-4757-a37e-18bdb2716fea",
"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:21:12.2828838",
"previousPrice": 1,
"previousCostCalcMethod": 1,
"previousCost": 1,
"previousWeightedAvgCost": 1,
"previousLastCost": 1,
"previousRawCost": 15,
"previousRawWeightedAvgCost": 16,
"previousRawLastCost": 17,
"previousCostDecimals": 1,
"previousServiceFeeID": 18,
"previousFreight": 19.0,
"previousFreightType": 20,
"storeID": 21,
"storeName": "sample string 22",
"serviceFeeDescription": "sample string 23",
"previousServiceFeeDescription": "sample string 24"
},
{
"$ref": "53"
}
],
"ingredients": [
{
"$id": "54",
"pluG_UID": "NAjMJAPSGky3ZQWbenw5JA==",
"ingredientGuid": "3U2+MUZRCE6gezpC+CbsfA==",
"ingredientIdentifier": "31be4ddd-5146-4e08-a07b-3a42f826ec7c",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "3"
}
},
{
"$ref": "54"
}
],
"bins": [
{
"$id": "55",
"pluG_UID": "VO1PiHlhgkG2EPtmCWaO/g==",
"pluGuid": "884fed54-6179-4182-b610-fb6609668efe",
"shelfLocationIdentifier": "+EiIrInrfkWsc+VO0w4nBQ==",
"shelfLocationGuid": "ac8848f8-eb89-457e-ac73-e54ed30e2705",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "B6jCoRxuOUilmWyJchIdEA==",
"labelPageLayoutGuid": "a1c2a807-6e1c-4839-a599-6c8972121d10",
"updated": "2026-04-03T06:21:12.2828838",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "3"
},
"location": {
"$id": "56",
"identifier": "mLjJCfG6wEWchok011nr/w==",
"storeID": 1,
"identifierGuid": "09c9b898-baf1-45c0-9c86-8934d759ebff",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-04-03T06:21:12.2828838",
"minTemp": 1,
"maxTemp": 1,
"checkFrequency": 1,
"storeCaseConfiguration": 5,
"storeName": "sample string 6",
"bins": [
{
"$ref": "55"
},
{
"$ref": "55"
}
]
}
},
{
"$ref": "55"
}
],
"bin": {
"$ref": "55"
},
"scaleLocations": [
{
"$id": "57",
"plu": 1,
"pluG_UID": "1cKoUvdUJ0+taY3CBk4W/Q==",
"pluGuid": "52a8c2d5-54f7-4f27-ad69-8dc2064e16fd",
"deptNo": 1,
"product": {
"$ref": "3"
},
"scaleLocation": {
"$id": "58",
"id": 1,
"deptNo": 1,
"deptCode": "sample string 2",
"name": "sample string 3",
"enabled": true,
"updated": "2026-04-03T06:21:12.2828838",
"department": {
"$id": "59",
"id": 1,
"name": "sample string 2",
"code": "sample string 3",
"sortOrder": 4,
"isLiquor": true,
"isTobacco": true,
"excludeTalker": true,
"externalSales": true,
"saleGLCode": "sample string 9",
"cogsglCode": "sample string 10",
"accountingCategoryID": 11,
"maximumMarkdownPercentage": 12.0,
"accountingOnly": true,
"generateExternalID": 1,
"useNonReportableTaxCode": true,
"minPLU": 15,
"maxPLU": 16,
"scaleLocation": {
"$ref": "58"
},
"subDepartments": [
{
"$id": "60",
"id": 1,
"departmentID": 2,
"name": "sample string 3",
"code": "sample string 4",
"departmentCode": "sample string 5",
"externalSales": true,
"minorDepartments": [
{
"$id": "61",
"id": 1,
"subDepartmentID": 2,
"departmentID": 3,
"name": "sample string 4",
"subDepartmentCode": "sample string 5",
"departmentCode": "sample string 6",
"code": "sample string 7",
"lesserDepartments": [
{
"$id": "62",
"id": 1,
"departmentID": 2,
"subDepartmentID": 3,
"minorDepartmentID": 4,
"name": "sample string 5",
"code": "sample string 6",
"departmentCode": "sample string 7",
"subDepartmentCode": "sample string 8",
"minorDepartmentCode": "sample string 9",
"updated": "2026-04-03T06:21:12.2828838",
"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": "m8nhjh9oY02ErrEp5a8Gyw==",
"labelPageLayoutGuid": "8ee1c99b-681f-4d63-84ae-b129e5af06cb",
"minimumAge": 17,
"countryOfOrigin": "sample string 18",
"serviceFeeID": 1,
"eftCode": 19,
"defaultPrinter": "sample string 20",
"defaultPrinterGroup": "sample string 21",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"includeInDistinctLimit": true,
"defaultsEmpty": false,
"mscCat": {
"$id": "63",
"dept": 1,
"category": 2,
"name": "sample string 3",
"active": true,
"mscCommodities": [
{
"$id": "64",
"dept": 1,
"category": 2,
"commodity": 3,
"name": "sample string 4",
"active": true,
"mscSubCommodities": [
{
"$id": "65",
"dept": 1,
"category": 2,
"commodity": 3,
"subCommodity": 4,
"name": "sample string 5",
"active": true,
"subCommodityCode": "sample string 7"
},
{
"$ref": "65"
}
],
"commodityCode": "sample string 6"
},
{
"$ref": "64"
}
],
"categoryCode": "sample string 5"
},
"mscCom": {
"$ref": "64"
},
"mscDep": {
"$id": "66",
"dept": 1,
"name": "sample string 2",
"active": true,
"mscCategories": [
{
"$ref": "63"
},
{
"$ref": "63"
}
],
"deptCode": "sample string 4"
},
"mscSubCom": {
"$ref": "65"
}
},
{
"$ref": "62"
}
],
"updated": "2026-04-03T06:21:12.2828838",
"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": "YBZcSByY9k25TPihV7twvA==",
"labelPageLayoutGuid": "485c1660-981c-4df6-b94c-f8a157bb70bc",
"minimumAge": 15,
"countryOfOrigin": "sample string 16",
"serviceFeeID": 1,
"eftCode": 17,
"defaultPrinter": "sample string 18",
"defaultPrinterGroup": "sample string 19",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"includeInDistinctLimit": true,
"defaultsEmpty": false,
"mscCat": {
"$ref": "63"
},
"mscCom": {
"$ref": "64"
},
"mscDep": {
"$ref": "66"
},
"mscSubCom": {
"$ref": "65"
}
},
{
"$ref": "61"
}
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:21:12.2828838",
"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": "Bg9UuUBT9EKdHikVR0C6sQ==",
"labelPageLayoutGuid": "b9540f06-5340-42f4-9d1e-29154740bab1",
"minimumAge": 15,
"countryOfOrigin": "sample string 16",
"serviceFeeID": 1,
"eftCode": 17,
"defaultPrinter": "sample string 18",
"defaultPrinterGroup": "sample string 19",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"includeInDistinctLimit": true,
"defaultsEmpty": false,
"mscCat": {
"$ref": "63"
},
"mscCom": {
"$ref": "64"
},
"mscDep": {
"$ref": "66"
},
"mscSubCom": {
"$ref": "65"
}
},
{
"$ref": "60"
}
],
"stores": [
1,
2
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:21:12.2828838",
"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": "zqmV/3Iw/UeHh8I5HxZhoQ==",
"labelPageLayoutGuid": "ff95a9ce-3072-47fd-8787-c2391f1661a1",
"minimumAge": 25,
"countryOfOrigin": "sample string 26",
"serviceFeeID": 1,
"eftCode": 27,
"defaultPrinter": "sample string 28",
"defaultPrinterGroup": "sample string 29",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"includeInDistinctLimit": true,
"defaultsEmpty": false,
"mscCat": {
"$ref": "63"
},
"mscCom": {
"$ref": "64"
},
"mscDep": {
"$ref": "66"
},
"mscSubCom": {
"$ref": "65"
}
}
}
},
{
"$ref": "57"
}
],
"nextPrice": {
"$ref": "1"
},
"currentCostStart": "2026-04-03T06:21:12.2828838",
"dealCosts": [
{
"$id": "67",
"headerIdentifier": "V/JeybFi0k6ar2EflmmXgA==",
"headerIdentifierGuid": "c95ef257-62b1-4ed2-9aaf-611f96699780",
"identifier": "XgmNfXhcrUmIcNGu1ZpErQ==",
"identifierGuid": "7d8d095e-5c78-49ad-8870-d1aed59a44ad",
"supplierIdentifier": "GEC3KGnriEW6v/6uSjK3ow==",
"supplierGuid": "28b74018-eb69-4588-babf-feae4a32b7a3",
"pluG_UID": "wEoG37BI9Ua4kGkzf/9FSA==",
"pluGuid": "df064ac0-48b0-46f5-b890-69337fff4548",
"campaignName": "ef319e6d-2f1a-43a2-bcfb-0de1c5a38cb8",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-04-03T06:21:12.2828838",
"end": "2026-04-03T06:21:12.2828838",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "lxcdlF8TjEmXmKiP0FGIoQ==",
"bonusItemPluGuid": "941d1797-135f-498c-9798-a88fd05188a1",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-04-03T06:21:12.2828838",
"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:21:12.2828838",
"campaignEndDate": "2026-04-03T06:21:12.2828838",
"masterPLUG_UID": "5sz0rgbMnESfSot5pYzPyg==",
"masterID": "aef4cce6-cc06-449c-9f4a-8b79a58ccfca",
"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": "2g1YGFj9MEiP4EhKIGmFsw==",
"bonusMasterID": "18580dda-fd58-4830-8fe0-484a206985b3",
"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
},
{
"$ref": "67"
}
],
"tags": [
{
"$id": "68",
"pluG_UID": "bPipQJLjPEW7yD8JptTOFQ==",
"pluGuid": "40a9f86c-e392-453c-bbc8-3f09a6d4ce15",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "68"
}
],
"alternateProductG_UID": "i623pY71Xkqh9qiQ03RA+A==",
"alternateProduct": "a5b7ad8b-f58e-4a5e-a1f6-a890d37440f8",
"altProduct": {
"$ref": "3"
},
"productHostCode": {
"$id": "69",
"id": 1,
"pluG_UID": "6N4w/pno+0W3XxejjTX+Vg==",
"pluGuid": "fe30dee8-e899-45fb-b75f-17a38d35fe56",
"ibaCode": "sample string 2"
},
"mscCat": {
"$ref": "63"
},
"mscCom": {
"$ref": "64"
},
"mscDep": {
"$ref": "66"
},
"mscSubCom": {
"$ref": "65"
},
"isUserUpdate": true,
"ignoreMasterProduct": true,
"priceGroupLabelRequested": true,
"firstSold": "2026-04-03T06:21:12.2828838",
"inventoryTracked": "2026-04-03T06:21:12.2828838",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "70",
"pluG_UID": "o/GMuYXKMEG1ZblHZi3pPQ==",
"pluGuid": "b98cf1a3-ca85-4130-b565-b947662de93d",
"fuelPluG_UID": "9CO2o3Hqa0+ulGYpBoUIrw==",
"fuelPluGuid": "a3b623f4-ea71-4f6b-ae94-6629068508af",
"price": 3,
"productDescription": "sample string 4",
"productBarcode": "sample string 5",
"fuelProductDescription": "sample string 6",
"fuelProductBarcode": "sample string 7",
"fuelProductPrice": 8
},
"productFuelLinks": [
{
"$ref": "70"
},
{
"$ref": "70"
}
]
},
"campaignPlu": {
"$ref": "1"
},
"fuelItem": true
},
{
"$ref": "2"
}
],
"campaign": {
"$id": "71",
"id": 1,
"storeID": 2,
"name": "d3e7b757-b7a9-46a8-b87a-41b7d20bd39d",
"nameGuid": "d3e7b757-b7a9-46a8-b87a-41b7d20bd39d",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-04-03T06:21:12.2828838",
"startTime": 1,
"endDate": "2026-04-03T06:21:12.2828838",
"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:21:12.2828838",
"system": true,
"created": "2026-04-03T06:21:12.2828838",
"updated": "2026-04-03T06:21:12.2828838",
"priceChangeNotifiedUtc": "2026-04-03T06:21:12.2828838",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "uW9mHt/fikqNYgC9JPIl8A==",
"hostIdentifierGuid": "1e666fb9-dfdf-4a8a-8d62-00bd24f225f0",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-04-03T06:21:12.2828838",
"updatedByUser": "sample string 18",
"offerID": 1,
"isPriceChangeCampaign": true,
"stores": [
1,
2
],
"storeNames": [
"sample string 1",
"sample string 2"
],
"campaignPlus": [
{
"$ref": "1"
},
{
"$ref": "1"
}
],
"campaignPools": [
{
"$id": "72",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 4,
"pluG_UID": "j8z302gj9UK5ocG4DJZmVg==",
"pluGuid": "d3f7cc8f-2368-42f5-b9a1-c1b80c966656",
"hostOfferID": 1,
"priceGroupG_UID": "1GwWfpKJike9RvD4Uil9gg==",
"priceGroupGuid": "7e166cd4-8992-478a-bd46-f0f852297d82",
"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:21:12.2828838",
"rrp": 17,
"campaignDescription": "sample string 18",
"product": {
"$ref": "3"
},
"campaign": {
"$ref": "71"
}
},
{
"$ref": "72"
}
],
"sellingRules": [
{
"$id": "73",
"id": 1,
"identifier": "oB6WDsEl1kWydEJB2dl9Gg==",
"identifierStr": "oB6WDsEl1kWydEJB2dl9Gg==",
"identifierGuid": "0e961ea0-25c1-45d6-b274-4241d9d97d1a",
"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": "71"
}
},
{
"$ref": "73"
}
],
"customers": [
{
"$id": "74",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"customerID": "pCRhTT+UG0i4eUuyTF2elA==",
"customerIDGuid": "4d6124a4-943f-481b-b879-4bb24c5d9e94",
"campaign": {
"$ref": "71"
},
"customer": {
"$id": "75",
"identifier": "BQEsF3pFEEmkhou5nR0ijQ==",
"identifierGuid": "172c0105-457a-4910-a486-8bb99d1d228d",
"code": "sample string 2",
"familyName": "sample string 3",
"givenName": "sample string 4",
"otherName": "sample string 5",
"title": "sample string 6",
"dateOfBirth": "2026-04-03T06:21:12.2828838",
"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": "KRfoK9i76UGAvMHjDgZZiw==",
"communityIdentifierGuid": "2be81729-bbd8-41e9-80bc-c1e30e06598b",
"joined": "2026-04-03T06:21:12.2828838",
"updated": "2026-04-03T06:21:12.2828838",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "peafQ/iByUanHvd+hsQYSg==",
"priceLevelIdentifierGuid": "439fe6a5-81f8-46c9-a71e-f77e86c4184a",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-04-03T06:21:12.2828838",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "76",
"cardType": 2,
"issueDate": "2026-04-03T06:21:12.2828838",
"expiry": "2026-04-03T06:21:12.2828838",
"customerID": "q2iNseKhzEusePbP024YIw==",
"customerIDGuid": "b18d68ab-a1e2-4bcc-ac78-f6cfd36e1823",
"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:21:12.2828838",
"linkedAccount": "GlL+DkVQiU+T8N1AOik8wA==",
"linkedAccountGuid": "0efe521a-5045-4f89-93f0-dd403a293cc0",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "75"
},
"account": {
"$id": "77",
"id": 1,
"identifier": "l3cdCGsP7UOEZKR6FF1SvQ==",
"identifierGuid": "081d7797-0f6b-43ed-8464-a47a145d52bd",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-04-03T06:21:12.2828838",
"owner": "dX9a0XlWUUOAxS9sNPaUiA==",
"ownerGuid": "d15a7f75-5679-4351-80c5-2f6c34f69488",
"accountStoreGroupIdentifier": "+hNoiyawkUu17rSppXdhhA==",
"accountStoreGroupGuid": "8b6813fa-b026-4b91-b5ee-b4a9a5776184",
"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:21:12.2828838",
"active": true,
"updated": "2026-04-03T06:21:12.2828838",
"deleted": true,
"deletedUser": "sample string 16",
"currentBalanceChanged": true,
"maximumLimitChanged": true,
"loyaltyPointsChanged": true,
"projectedBalance": 17,
"accountStoreGroupStoreIDs": [
1,
2
],
"customerEmail": "sample string 18",
"ownerCustomer": {
"$ref": "75"
},
"card": {
"$ref": "76"
},
"members": {
"$id": "78",
"sample string 1": [
{
"$ref": "75"
},
{
"$ref": "75"
}
],
"sample string 2": [
{
"$ref": "75"
},
{
"$ref": "75"
}
]
},
"customerGroups": [
{
"$id": "79",
"identifier": "KK4U7fRio0mv9l8I9HwVDg==",
"identifierGuid": "ed14ae28-62f4-49a3-aff6-5f08f47c150e",
"name": "sample string 2",
"primaryContact": "qHVjpcfn60m4wXWlwKU52g==",
"primaryContactGuid": "a56375a8-e7c7-49eb-b8c1-75a5c0a539da",
"accountID": "d9RhH9vka0ezqwsIFbSEkA==",
"accountIDGuid": "1f61d477-e4db-476b-b3ab-0b0815b48490",
"special": true,
"updated": "2026-04-03T06:21:12.2828838",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "xW3N4Trj8kK4je1FOWFK2A==",
"priceLevelIdentifierGuid": "e1cd6dc5-e33a-42f2-b88d-ed4539614ad8",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "77"
},
"primaryContactCustomer": {
"$ref": "75"
},
"customerGroupMembers": [
{
"$id": "80",
"id": 1,
"groupID": "RVcWghALP0S79AcsY0Gbzg==",
"groupIDGuid": "82165745-0b10-443f-bbf4-072c63419bce",
"customerID": "EW3R8JX4lUasrLISgn7/ew==",
"customerIDGuid": "f0d16d11-f895-4695-acac-b212827eff7b",
"card": "sample string 4",
"linkedAccount": "aRhXFkqYeEyqOBEP60O2Rw==",
"linkedAccountGuid": "16571869-984a-4c78-aa38-110feb43b647",
"customer": {
"$ref": "75"
},
"group": {
"$ref": "79"
},
"customerCard": {
"$ref": "76"
}
},
{
"$ref": "80"
}
]
},
{
"$ref": "79"
}
]
},
"payments": [
{
"$id": "81",
"id": 1,
"identifier": "eB9wQ2UGZUGaFFXlhDpwiw==",
"identifierGuid": "43701f78-0665-4165-9a14-55e5843a708b",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "7K1CuJVRrk21AskGFxfrRg==",
"accountIDGuid": "b842adec-5195-4dae-b502-c9061717eb46",
"customerAccount": {
"$ref": "77"
},
"customerCard": {
"$ref": "76"
},
"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:21:12.2828838",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "+8pcIFP3DkqZEWSa5Z/ZPQ==",
"idempotentVoidGuid": "205ccafb-f753-4a0e-9911-649ae59fd93d",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "82",
"saleHeaderID": 1,
"saleHeaderGuid": "n2xfSRAbFk+O59L+tKbcxg==",
"saleHeaderIdentifierGuid": "495f6c9f-1b10-4f16-8ee7-d2feb4a6dcc6",
"created": "2026-04-03T06:21:12.2828838",
"createdLocal": "2026-04-03T06:21:12.2828838",
"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:21:12.2828838",
"storeID": 1,
"operatorG_Uid": "FQ2Yj/0OuUiSjbWeOG5oDg==",
"operatorGuid": "8f980d15-0efd-48b9-928d-b59e386e680e",
"customerG_Uid": "D7VwwvQJD0uaz0aKeRej0A==",
"customerGuid": "c270b50f-09f4-4b0f-9acf-468a7917a3d0",
"communityIdentifier": "eh/b7Y94x0mzIcKwmu3OuQ==",
"communityIdentifierGuid": "eddb1f7a-788f-49c7-b321-c2b09aedceb9",
"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": "vULX+JcWd0C3XfLcxnQ+vw==",
"priceLevelIdentifierGuid": "f8d742bd-1697-4077-b75d-f2dcc6743ebf",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-04-03T06:21:12.2828838+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": "83",
"customerName": "sample string 1",
"pickupAt": "2026-04-03T06:21:12.2828838",
"deliveryAddress1": "sample string 2",
"deliveryAddress2": "sample string 3",
"customerPhoneNumber": "sample string 4",
"orderType": 0,
"externalOrderID": "sample string 5",
"externalDisplayableOrderID": "sample string 6",
"tableName": "sample string 7",
"createdBy": 0,
"orderingAppName": "sample string 8"
},
"relationChecksum": "sample string 38",
"loyaltyTender": 1,
"giftCardTender": 1,
"operator": {
"$ref": "40"
},
"customer": {
"$ref": "75"
},
"communityOrganisation": {
"$id": "84",
"id": 1,
"identifier": "YYBraxc6REiui3vKUG9rJw==",
"identifierGuid": "6b6b8061-3a17-4844-ae8b-7bca506f6b27",
"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:21:12.2828838",
"promoPeriodEnd": "2026-04-03T06:21:12.2828838",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-04-03T06:21:12.2828838",
"deleted": true
},
"details": [
{
"$id": "85",
"saleItemID": 1,
"identifier": "+FxH1XtK+Uyt7sl0EH+aDA==",
"identifierGuid": "d5475cf8-4a7b-4cf9-adee-c974107f9a0c",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "pRgcqXbU1UGHLzoSyiJLjw==",
"pluGuid": "a91c18a5-d476-41d5-872f-3a12ca224b8f",
"accountID": "muZHKZRksEq7dgJ8OZ4O5g==",
"accountIDGuid": "2947e69a-6494-4ab0-bb76-027c399e0ee6",
"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:21:12.2828838",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "W3BT+D0rLEq5Fkt2d6g78g==",
"refundGuid": "f853705b-2b3d-4a2c-b916-4b7677a83bf2",
"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": "WS0F2zTKhUWX7pakKXXlgw==",
"idempotentVoidGuid": "db052d59-ca34-4585-97ee-96a42975e583",
"priceLevelIdentifier": "1arzWOJ1/0+hONr9GBKAqw==",
"priceLevelIdentifierGuid": "58f3aad5-75e2-4fff-a138-dafd181280ab",
"communityIdentifier": "F8OLjSNTxEe4qosZTPu22g==",
"communityIdentifierGuid": "8d8bc317-5323-47c4-b8aa-8b194cfbb6da",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "86",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-04-03T06:21:12.2828838",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "86"
}
],
"refund": {
"$id": "87",
"id": 1,
"g_UID": "OHTJ0oMHrU2F2oRmbSnRQw==",
"guid": "d2c97438-0783-4dad-85da-84666d29d143",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-04-03T06:21:12.2828838"
},
"modifier": {
"$id": "88",
"id": 1,
"setG_UID": "IlrBtoXHi0iqsnaw1HB9cQ==",
"modifierSetGuid": "b6c15a22-c785-488b-aab2-76b0d4707d71",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "e0b4p/Y5jUGk/YZ+AVHEHQ==",
"pluGuid": "a7f8467b-39f6-418d-a4fd-867e0151c41d",
"deleted": true,
"g_UID": "QuptC89P6UWk5hincoN6QQ==",
"guid": "0b6dea42-4fcf-45e9-a4e6-18a772837a41",
"product": {
"$ref": "3"
}
},
"priceLevelName": "sample string 25",
"pumpNumber": 1,
"hoseNumber": 1
},
{
"$ref": "85"
}
],
"eftReceipts": [
{
"$id": "89",
"id": 1,
"storeID": 1,
"saleHeaderID": 2,
"storeSaleHeader": {
"$ref": "82"
},
"receipt": "sample string 3",
"processed": 1
},
{
"$ref": "89"
}
],
"payments": [
{
"$ref": "81"
},
{
"$ref": "81"
}
],
"cards": [
{
"$id": "90",
"id": 1,
"saleHeaderID": 1,
"identifier": "sample string 2",
"cardType": 3,
"providerName": "sample string 4"
},
{
"$ref": "90"
}
],
"campaignHits": [
{
"$id": "91",
"id": 1,
"saleHeaderID": 2,
"campaign": "sample string 3",
"name": "sample string 4",
"processed": 1,
"campaignDescription": "sample string 5"
},
{
"$ref": "91"
}
],
"fuel": [
{
"$id": "92",
"id": 1,
"plu": 1,
"pluG_UID": "K+jz16nvgk+xrNTYlSxjlw==",
"pluGuid": "d7f3e82b-efa9-4f82-b1ac-d4d8952c6397",
"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:21:12.2828838",
"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:21:12.2828838",
"tagNumber": "sample string 15",
"trackTwoRem": "sample string 16",
"transCode": 1,
"transType": 1,
"unitPrice": 1.0,
"vehicleReg": "sample string 17",
"offline": true,
"processed": 1
},
{
"$ref": "92"
}
],
"fuelResells": [
{
"$id": "93",
"saleItemID": 1,
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "FHU+xjlhRUKQsVOjx/H8WQ==",
"pluGuid": "c63e7514-6139-4245-90b1-53a3c7f1fc59",
"accountID": "1dWRPDIehkqfR1Ibd5/6HA==",
"accountIDGuid": "3c91d5d5-1e32-4a86-9f47-521b779ffa1c",
"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:21:12.2828838",
"bestOrExpireType": 1,
"refundG_UID": "fxiOah0u/EOZKNq5M5JExQ==",
"refundGuid": "6a8e187f-2e1d-43fc-9928-dab9339244c5",
"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": "93"
}
],
"customerOrder": [
{
"$id": "94",
"identifier": "NMAtxEgzj02WfNXkcA0pvw==",
"identifierGuid": "c42dc034-3348-4d8f-967c-d5e4700d29bf",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "t4ndzb8u9E+6DcwXCm5JXQ==",
"customerIdentifierGuid": "cddd89b7-2ebf-4ff4-ba0d-cc170a6e495d",
"operatorNo": 1,
"operatorG_UID": "ljgBb5Ftd0yb7GR0Lpuffg==",
"operatorGuid": "6f013896-6d91-4c77-9bec-64742e9b9f7e",
"created": "2026-04-03T06:21:12.2828838",
"ordered": "2026-04-03T06:21:12.2828838",
"started": "2026-04-03T06:21:12.2828838",
"completed": "2026-04-03T06:21:12.2828838",
"supplied": "2026-04-03T06:21:12.2828838",
"quickTicket": 1,
"deleted": true,
"walkAway": true,
"approxWait": 1,
"actualWait": 1,
"deliveryMethod": 8,
"externalSaleType": 9,
"customer": {
"$ref": "75"
},
"operator": {
"$ref": "40"
},
"details": [
{
"$id": "95",
"headerID": 1,
"plu": 1,
"pluG_UId": "2o+oIqg8EEidjm6CP/tiDA==",
"pluGuid": "22a88fda-3ca8-4810-9d8e-6e823ffb620c",
"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": "V903Ni3P5k68+wHLztdDcA==",
"headerIdentifierGuid": "3637dd57-cf2d-4ee6-bcfb-01cbced74370",
"product": {
"$ref": "3"
}
},
{
"$ref": "95"
}
],
"storeName": "sample string 11",
"customerName": "sample string 12",
"storeReplyTo": "sample string 13",
"storeSubjectLine": "sample string 14",
"storeSaleHeader": {
"$ref": "82"
}
},
{
"$ref": "94"
}
],
"surveyResponses": [
{
"$id": "96",
"surveyG_UID": "BHxRRh8MPE62W9FYqSbxbg==",
"surveyGuid": "46517c04-0c1f-4e3c-b65b-d158a926f16e",
"saleHeaderGuid": "un3/RXoGYEuSyC2BIOE3HA==",
"saleGuid": "45ff7dba-067a-4b60-92c8-2d8120e1371c",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "KF8Ta87pgkmX2CPPlxgbIg==",
"guidResponse": "6b135f28-e9ce-4982-97d8-23cf97181b22",
"whoAnswered": 2,
"answeredAtUTC": "2026-04-03T06:21:12.2828838",
"sale": {
"$ref": "82"
},
"survey": {
"$id": "97",
"g_UID": "rqSKxj8kgEWDdIWkzs01IA==",
"guid": "c68aa4ae-243f-4580-8374-85a4cecd3520",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "uGPlXnwPfEuZrjC38lnOTQ==",
"checkoutFormGuid": "5ee563b8-0f7c-4b7c-99ae-30b7f259ce4d",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-04-03T06:21:12.2828838",
"end": "2026-04-03T06:21:12.2828838",
"deleted": true,
"updated": "2026-04-03T06:21:12.2828838",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"482d58af-5dc5-4d46-87be-65a673724607",
"b85f7a11-b6e9-4886-9bd2-092f16ce7d2f"
],
"allowsAllTextResponses": true,
"surveyForm": {
"$ref": "48"
}
},
"ingressId": "sample string 4"
},
{
"$ref": "96"
}
],
"storeName": "sample string 39",
"terminalNumber": 40,
"machineName": "sample string 41",
"operatorName": "sample string 42",
"direction": 1,
"reason": "sample string 43",
"accountG_UID": "JSSPBL0AjkKJKJFmgd7jTA==",
"accountIdentifier": "048f2425-00bd-428e-8928-916681dee34c",
"accountName": "sample string 44",
"customerOrderIdentifier": "1P1RUuQu6USBP3f0PKzPTA==",
"customerOrderIdentifierGuid": "5251fdd4-2ee4-44e9-813f-77f43caccf4c",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "98",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "BfPIggXyzEelb55MIiEGsQ==",
"paymentIdentifierGuid": "82c8f305-f205-47cc-a56f-9e4c222106b1",
"identifier": "1ZTYy5e1HEKU+8STF63Hkw==",
"identifierGuid": "cbd894d5-b597-421c-94fb-c49317adc793",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "9pLfl6vsAkuLWmpXAHCuag==",
"itemIdentifierGuid": "97df92f6-ecab-4b02-8b5a-6a570070ae6a"
}
},
{
"$ref": "81"
}
]
},
{
"$ref": "76"
}
],
"customerGroupMembers": [
{
"$ref": "80"
},
{
"$ref": "80"
}
],
"customerGroups": [
{
"$ref": "79"
},
{
"$ref": "79"
}
],
"accounts": [
{
"$ref": "77"
},
{
"$ref": "77"
}
],
"account": {
"$ref": "77"
},
"vouchers": [
{
"$id": "99",
"customerIdentifier": "y19ClRaMqEupP+YDNwY/GQ==",
"customerIdentifierGuid": "95425fcb-8c16-4ba8-a93f-e60337063f19",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "yLAF/r3FgEm6VdOkMPyo2Q==",
"idempotentGuid": "fe05b0c8-c5bd-4980-ba55-d3a430fca8d9",
"offline": true,
"voucher": {
"$id": "100",
"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:21:12.2828838",
"barcodeTemplate": {
"$id": "101",
"templateID": 1,
"template": "sample string 1",
"bcFunction": "sample string 2",
"sortOrder": 3
},
"scaleLabel": {
"$id": "102",
"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:21:12.2828838",
"labelPageLayout": "HE4WreyEQEalk+irboWOkg==",
"pageLayoutGuid": "ad164e1c-84ec-4640-a593-e8ab6e858e92",
"labelType": 6,
"oldName": "sample string 7",
"voucher": {
"$ref": "100"
},
"elements": [
{
"$id": "103",
"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:21:12.2828838"
},
{
"$ref": "103"
}
]
},
"customerVouchers": [
{
"$id": "104",
"id": 1,
"customerIdentifier": "QquYJ/6H/E2/QfvLxpECBw==",
"customerIdentifierGuid": "2798ab42-87fe-4dfc-bf41-fbcbc6910207",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-04-03T06:21:12.2828838",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "S9OvdVwmzEmV05fzoeKX+A==",
"issuedIdempotentGuid": "75afd34b-265c-49cc-95d3-97f3a1e297f8",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-04-03T06:21:12.2828838",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-04-03T06:21:12.2828838",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "LFc3U6TvTkWHhwGRv8yAgg==",
"redeemedIdempotentGuid": "5337572c-efa4-454e-8787-0191bfcc8082",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-04-03T06:21:12.2828838",
"storeName": "sample string 17",
"scaleLabel": {
"$ref": "102"
},
"voucher": {
"$ref": "100"
},
"customer": {
"$ref": "75"
},
"issuedOfflinePayment": {
"$ref": "81"
},
"redeemedOfflinePayment": {
"$ref": "81"
}
},
{
"$ref": "104"
}
]
},
"customer": {
"$ref": "75"
}
},
{
"$ref": "99"
}
]
}
},
{
"$ref": "74"
}
],
"customerGroups": [
{
"$id": "105",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupID": "xPsYyTqcoUO54NzUPBe5Rg==",
"groupIDGuid": "c918fbc4-9c3a-43a1-b9e0-dcd43c17b946",
"campaign": {
"$ref": "71"
},
"group": {
"$ref": "79"
}
},
{
"$ref": "105"
}
],
"signIqTickets": [
{
"$id": "106",
"identifier": "ugJRyP4ebUai77uRPd4aHw==",
"identifierGuid": "c85102ba-1efe-466d-a2ef-bb913dde1a1f",
"campaignName": "sample string 2",
"message": "sample string 3",
"ticketFileSource": "sample string 4",
"ticketFileDestination": "sample string 5",
"storeID": 1
},
{
"$ref": "106"
}
],
"comboPriceGroups": [
{
"$id": "107",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"g_UID": "1XMsTr92SUy/BIVsEz4C9Q==",
"guid": "4e2c73d5-76bf-4c49-bf04-856c133e02f5",
"description": "sample string 5",
"newPrice": 1,
"rangeDescription": "sample string 6",
"dealDescription": "sample string 7",
"labelQuantity": 8,
"hostProductCategoryID": 1,
"offerID": 1,
"dontUpdatePricePlus": true,
"campaign": {
"$ref": "71"
},
"comboPricePlus": [
{
"$id": "108",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupG_UID": "JR/expI520KinQN0taCljg==",
"groupGuid": "c6de1f25-3992-42db-a29d-0374b5a0a58e",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "25pyCKX7i0OGLEbxmpJtmA==",
"pluGuid": "08729adb-fba5-438b-862c-46f19a926d98",
"priceGroupG_UID": "JhQuaXhYvU6HxbVvzbC2qQ==",
"priceGroupGuid": "692e1426-5878-4ebd-87c5-b56fcdb0b6a9",
"campaignPoolID": "sample string 7",
"quantity": 1,
"campaign": {
"$ref": "71"
},
"product": {
"$ref": "3"
},
"priceGroup": {
"$ref": "33"
},
"campaignPool": {
"$ref": "71"
}
},
{
"$ref": "108"
}
]
},
{
"$ref": "107"
}
],
"priceLevels": [
{
"$id": "109",
"id": 1,
"priceLevelIdentifier": "fGPVBjjyykqYp0eWhaw73w==",
"priceLevelIdentifierGuid": "06d5637c-f238-4aca-98a7-479685ac3bdf",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "109"
}
],
"promotionType": {
"$id": "110",
"identifier": "ezAsN5R0wkioGxtVNYu16w==",
"identifierGuid": "372c307b-7494-48c2-a81b-1b55358bb5eb",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "Aq5EH2ZEhUKLL/xdMvH1oA==",
"labelPageLayoutGuid": "1f44ae02-4466-4285-8b2f-fc5d32f1f5a0",
"priceLevelIdentifier": "iKJJN5AoA0mmh67ZR6YjNA==",
"priceLevelIdentifierGuid": "3749a288-2890-4903-a687-aed947a62334",
"active": true,
"updated": "2026-04-03T06:21:12.2828838",
"hostName": "sample string 11"
}
},
"product": {
"$ref": "3"
},
"dealCost": {
"$ref": "67"
}
}
application/xml
Sample not available.
text/xml
Sample not available.
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
None.