GET api/invoice/{id}/detail/{pluGuid}/populate
Get invoice detail prepared to add a new product to an invoice
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Header Identifier |
globally unique identifier |
Required |
| pluGuid |
Product identifier |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Populated invoice detail
InvoiceDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| Identifier | Collection of byte |
None. |
|
| IdentifierGuid | globally unique identifier |
None. |
|
| HeaderIdentifier | Collection of byte |
None. |
|
| HeaderIdentifierGuid | globally unique identifier |
None. |
|
| PLUG_UID | Collection of byte |
None. |
|
| PluGuid | globally unique identifier |
None. |
|
| PageNo | integer |
None. |
|
| LineNo | integer |
None. |
|
| ItemOrdered | string |
None. |
|
| ItemShipped | string |
None. |
|
| Apn | string |
None. |
|
| Barcode | string |
None. |
|
| ProdStatus | ProductStatus |
None. |
|
| DateAvailable | date |
None. |
|
| Commodity | string |
String length: inclusive between 0 and 10 |
|
| Supplier | string |
None. |
|
| ItemDesc | string |
None. |
|
| ItemType | ProductType |
None. |
|
| InvestmentBuyInd | character |
None. |
|
| OrderType | string |
None. |
|
| CartonQty | integer |
None. |
|
| CartonQuantitySpecified |
Whether the host specified the carton qty |
boolean |
None. |
| SoldByWeight | boolean |
None. |
|
| OrderByWeight | boolean |
None. |
|
| UnitsOrdered | integer |
None. |
|
| UnitsSupplied | integer |
None. |
|
| UnitsReceived | integer |
None. |
|
| WeightOrdered | integer |
None. |
|
| WeightShipped | integer |
None. |
|
| WeightReceived | integer |
None. |
|
| UnitSpecified |
Whether host specified unit type, used to improve product matching results |
UnitSpecified |
None. |
| WholesalePrice | integer |
None. |
|
| ExtWholesalePrice | integer |
None. |
|
| NormalPrice | integer |
None. |
|
| RetailPrice | integer |
None. |
|
| PricingUnit | string |
None. |
|
| ClaimFlag | character |
None. |
|
| GstRate | integer |
None. |
|
| GstAmount | integer |
None. |
|
| ExtGstAmount | integer |
None. |
|
| DeliWeight | integer |
None. |
|
| MarginAmount | integer |
None. |
|
| ExtMarginAmount | integer |
None. |
|
| CostAmount | integer |
None. |
|
| OrderedCostAmount | integer |
None. |
|
| ExtCostAmount | integer |
None. |
|
| CostIncSpecified |
Whether the host specified the costs inclusive of tax |
boolean |
None. |
| ExtendedCostSpecified |
Whether the host specified the extended cost |
boolean |
None. |
| CartonCostSpecified |
Whether the host specified the carton cost |
boolean |
None. |
| FreightAmount | integer |
None. |
|
| FreightGstAmount | integer |
None. |
|
| ExtFreightAmount | integer |
None. |
|
| ExtFreightGstAmount | integer |
None. |
|
| CostDecimals | integer |
None. |
|
| WetRate | integer |
None. |
|
| ContainerDeposit | integer |
None. |
|
| BasePrice | integer |
None. |
|
| WetValue | integer |
None. |
|
| DeliveryFee | integer |
None. |
|
| CasePrice | integer |
None. |
|
| WholesaleExt | integer |
None. |
|
| WetExt | integer |
None. |
|
| TotalLitres | integer |
None. |
|
| Tun | string |
None. |
|
| ApplyDetails | boolean |
None. |
|
| ApplySell | boolean |
None. |
|
| ApplyCost | boolean |
None. |
|
| ApplyOr | boolean |
None. |
|
| ApplyQty | boolean |
None. |
|
| ItemNumber | string |
None. |
|
| DirectNumber | string |
None. |
|
| ItemSize | string |
None. |
|
| CostGst | integer |
None. |
|
| SellGst | integer |
None. |
|
| CostOr | integer |
None. |
|
| SellOr | integer |
None. |
|
| MarginOr | integer |
None. |
|
| GrossProfit | decimal number |
None. |
|
| Sell | integer |
None. |
|
| CartonCost | integer |
None. |
|
| CurrentCost | integer |
None. |
|
| CostID | character |
None. |
|
| CostStart | date |
None. |
|
| CostEnd | date |
None. |
|
| CreatedFromUnknownScan | boolean |
None. |
|
| OrderGuid | Collection of byte |
None. |
|
| OrderIdentifierGuid |
The order that the invoice order details are sourced from |
globally unique identifier |
None. |
| Processed |
This line has been processed for inventory and costs as per header settings |
boolean |
None. |
| Received |
This line is locked for changes |
boolean |
None. |
| Inventoried |
This line has been processed for inventory |
boolean |
None. |
| FromElectronicInvoice |
Added from processing an electronic invoice allowing that |
boolean |
None. |
| AllowDelete |
Line can be removed from invoice |
boolean |
None. |
| Updated | date |
None. |
|
| InvoiceNo | string |
Relation. This field may not always be loaded or used for updates. |
|
| HasInventory | boolean |
Relation. This field may not always be loaded or used for updates. |
|
| ExistingCost |
The current cost of the product |
decimal number |
Relation. This field may not always be loaded or used for updates. |
| ExistingSell |
The current sell of the product |
decimal number |
Relation. This field may not always be loaded or used for updates. |
| FutureCost |
The future cost after completed, null if not last cost. Has not summarised to include discounts |
decimal number |
Relation. This field may not always be loaded or used for updates. |
| FutureSell |
The future sell after completed, based on cost margin updates, null if no change will be attempted |
decimal number |
Relation. This field may not always be loaded or used for updates. |
| NextSell |
Next sell price, from a price change campaign |
decimal number |
Relation. This field may not always be loaded or used for updates. |
| NextSellCampaignName |
Next sell campaign name |
string |
Relation. This field may not always be loaded or used for updates. |
| NextSellCampaignDescription |
Next sell campaign description |
string |
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. |
|
| NextCost | DealCost |
Relation. This field may not always be loaded or used for updates. |
|
| LastChance |
If true, the deal cost is ending between now and the end of the week |
boolean |
Relation. This field may not always be loaded or used for updates. |
| HoldOff |
Indicates if a new deal cost is starting soon |
OrderHoldOff |
Relation. This field may not always be loaded or used for updates. |
| HoldOffDate |
Date that a hold off deal cost is begining |
date |
Relation. This field may not always be loaded or used for updates. |
| UnknownScan |
Generated by InvoiceService.LocateProduct, and will generate a new Product record on save |
InvoiceUnknownScan |
Relation. This field may not always be loaded or used for updates. |
| ProductActive |
Product active status |
boolean |
Relation. This field may not always be loaded or used for updates. |
| ProductSalesMode |
Product sales mode |
SalesMode |
Relation. This field may not always be loaded or used for updates. |
| ProductGSTPercent |
Product sales GST Percent |
integer |
Relation. This field may not always be loaded or used for updates. |
| ProductCostCalcMethod | CostCalcMethod |
Relation. This field may not always be loaded or used for updates. |
|
| ProductAlwaysApplyMargin | boolean |
Relation. This field may not always be loaded or used for updates. |
|
| ProductMarginRanged | boolean |
Relation. This field may not always be loaded or used for updates. |
|
| ProductMargin | decimal number |
Relation. This field may not always be loaded or used for updates. |
|
| ProductMinimumMargin | decimal number |
Relation. This field may not always be loaded or used for updates. |
|
| ProductMaximumMargin | decimal number |
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. |
|
| PriceGroupName | string |
Relation. This field may not always be loaded or used for updates. |
|
| PriceGroupCode | string |
Relation. This field may not always be loaded or used for updates. |
|
| Product | Product |
Relation. This field may not always be loaded or used for updates. |
|
| IncrementCount |
Flag that indicates on update the received values instead of setting |
boolean |
Relation. This field may not always be loaded or used for updates. |
| MinimumQuantity | integer |
Relation. This field may not always be loaded or used for updates. |
|
| RandomWeight | boolean |
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. |
|
| Cartons | integer |
Relation. This field may not always be loaded or used for updates. |
|
| Weight | integer |
Relation. This field may not always be loaded or used for updates. |
|
| Units | integer |
Relation. This field may not always be loaded or used for updates. |
|
| AutoOrderStatus | integer |
Relation. This field may not always be loaded or used for updates. |
|
| InvoiceDetailReceive |
Credit note populated. True if images are attached to invoice detail |
boolean |
Relation. This field may not always be loaded or used for updates. |
Response Formats
application/json, text/json
{
"identifier": "4zJK8+8/B0+bWF8H4lx3jg==",
"identifierGuid": "f34a32e3-3fef-4f07-9b58-5f07e25c778e",
"headerIdentifier": "4lS0ZfxfCEa2z0XoaygEBQ==",
"headerIdentifierGuid": "65b454e2-5ffc-4608-b6cf-45e86b280405",
"pluG_UID": "wICtLFFp40aM3fl+cWFlsg==",
"pluGuid": "2cad80c0-6951-46e3-8cdd-f97e716165b2",
"pageNo": 1,
"lineNo": 1,
"itemOrdered": "sample string 1",
"itemShipped": "sample string 2",
"apn": "sample string 3",
"barcode": "sample string 4",
"prodStatus": 0,
"dateAvailable": "2026-06-03T18:36:09.2295843",
"commodity": "sample string 5",
"supplier": "sample string 6",
"itemDesc": "sample string 7",
"itemType": 48,
"investmentBuyInd": "A",
"orderType": "sample string 8",
"cartonQty": 1,
"cartonQuantitySpecified": true,
"soldByWeight": true,
"orderByWeight": true,
"unitsOrdered": 1,
"unitsSupplied": 1,
"unitsReceived": 1,
"weightOrdered": 1,
"weightShipped": 1,
"weightReceived": 1,
"unitSpecified": 11,
"wholesalePrice": 1,
"extWholesalePrice": 1,
"normalPrice": 1,
"retailPrice": 1,
"pricingUnit": "sample string 12",
"claimFlag": "A",
"gstRate": 1,
"gstAmount": 1,
"extGstAmount": 1,
"deliWeight": 1,
"marginAmount": 1,
"extMarginAmount": 1,
"costAmount": 1,
"orderedCostAmount": 1,
"extCostAmount": 1,
"costIncSpecified": true,
"extendedCostSpecified": true,
"cartonCostSpecified": true,
"freightAmount": 16,
"freightGstAmount": 17,
"extFreightAmount": 18,
"extFreightGstAmount": 19,
"costDecimals": 20,
"wetRate": 1,
"containerDeposit": 1,
"basePrice": 1,
"wetValue": 1,
"deliveryFee": 1,
"casePrice": 1,
"wholesaleExt": 1,
"wetExt": 1,
"totalLitres": 1,
"tun": "sample string 21",
"applyDetails": true,
"applySell": true,
"applyCost": true,
"applyOr": true,
"applyQty": true,
"itemNumber": "sample string 22",
"directNumber": "sample string 23",
"itemSize": "sample string 24",
"costGst": 1,
"sellGst": 1,
"costOr": 1,
"sellOr": 1,
"marginOr": 1,
"grossProfit": 1.0,
"sell": 1,
"cartonCost": 1,
"currentCost": 1,
"costID": "A",
"costStart": "2026-06-03T18:36:09.2295843",
"costEnd": "2026-06-03T18:36:09.2295843",
"createdFromUnknownScan": true,
"orderGuid": "iWLM5xmJSkGEKYJpTBT1cA==",
"orderIdentifierGuid": "e7cc6289-8919-414a-8429-82694c14f570",
"processed": true,
"received": true,
"inventoried": true,
"fromElectronicInvoice": true,
"allowDelete": true,
"updated": "2026-06-03T18:36:09.2295843",
"invoiceNo": "sample string 30",
"hasInventory": true,
"existingCost": 32.1,
"existingSell": 33.1,
"futureCost": 1.1,
"futureSell": 1.1,
"nextSell": 1.1,
"nextSellCampaignName": "sample string 34",
"nextSellCampaignDescription": "sample string 35",
"dealCost": {
"$id": "2",
"headerIdentifier": "+ev5VzEr7kaaGwiOL/bRDA==",
"headerIdentifierGuid": "57f9ebf9-2b31-46ee-9a1b-088e2ff6d10c",
"identifier": "kwe5jtefvUqNjSnMKUrvRg==",
"identifierGuid": "8eb90793-9fd7-4abd-8d8d-29cc294aef46",
"supplierIdentifier": "YSYKo0ytcUSINAc+oxXDNw==",
"supplierGuid": "a30a2661-ad4c-4471-8834-073ea315c337",
"pluG_UID": "Fr1wYV8bD0enzSS/fJTHkw==",
"pluGuid": "6170bd16-1b5f-470f-a7cd-24bf7c94c793",
"campaignName": "c9c833c0-899e-4a49-81a9-c836b28dd6d7",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-06-03T18:36:09.2295843",
"end": "2026-06-03T18:36:09.2295843",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "ngMtIP122kaF0/MJuLR+oA==",
"bonusItemPluGuid": "202d039e-76fd-46da-85d3-f309b8b47ea0",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-06-03T18:36:09.2295843",
"metcashPromotionID": "sample string 14",
"fromHost": 15,
"storeNames": "sample string 16",
"storeIDs": [
1,
2
],
"supplierName": "sample string 17",
"campaignDescription": "sample string 18",
"newPrice": 1,
"campaignMetcashPromotionID": "sample string 19",
"campaignActive": true,
"campaignStartDate": "2026-06-03T18:36:09.2295843",
"campaignEndDate": "2026-06-03T18:36:09.2295843",
"masterPLUG_UID": "nOc1C78WyESne/2SF7aRkg==",
"masterID": "0b35e79c-16bf-44c8-a77b-fd9217b69192",
"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": "rNigG1NXqEWG05kyEhJi3w==",
"bonusMasterID": "1ba0d8ac-5753-45a8-86d3-9932121262df",
"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
},
"nextCost": {
"$ref": "2"
},
"lastChance": true,
"holdOff": 37,
"holdOffDate": "2026-06-03T18:36:09.2295843",
"unknownScan": {
"$id": "3",
"pluG_UID": "bJ4k3SFuTU6OEhjEzOebDA==",
"pluGuid": "dd249e6c-6e21-4e4d-8e12-18c4cce79b0c",
"invoiceIdentifier": "2NVH04+26E2SYAaJSQpDKw==",
"invoiceGuid": "d347d5d8-b68f-4de8-9260-0689490a432b",
"barcode": "sample string 3",
"itemNumber": "sample string 4",
"created": "2026-06-03T18:36:09.2295843"
},
"productActive": true,
"productSalesMode": 39,
"productGSTPercent": 40,
"productCostCalcMethod": 41,
"productAlwaysApplyMargin": true,
"productMarginRanged": true,
"productMargin": 1.1,
"productMinimumMargin": 1.1,
"productMaximumMargin": 1.1,
"priceGroupG_UID": "8Kv44YpPbkGQzgOVJVnqQA==",
"priceGroupGuid": "e1f8abf0-4f8a-416e-90ce-03952559ea40",
"priceGroupName": "sample string 44",
"priceGroupCode": "sample string 45",
"product": {
"$id": "4",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "wMd4o5yPvkWTT59cn1LNCw==",
"guid": "a378c7c0-8f9c-45be-934f-9f5c9f52cd0b",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "bNhwH1Zt3UOr9K2W6Mj2Gg==",
"priceGroupGuid": "1f70d86c-6d56-43dd-abf4-ad96e8c8f61a",
"blueprintID": 1,
"lastCountedDate": "2026-06-03T18:36:09.2295843",
"externalID": "sample string 7",
"active": true,
"activated": "2026-06-03T18:36:09.2295843",
"pluCreated": "2026-06-03T18:36:09.2295843",
"createdByUser": "sample string 9",
"name": "sample string 10",
"nameChanged": true,
"secondDescription": "sample string 12",
"hostDescription": "sample string 13",
"keepCartonQty": true,
"keepDescription": true,
"keepDepartments": true,
"keepSuppliers": true,
"markdownDescription": "sample string 18",
"altDescription": "sample string 19",
"bestOrExpire": 20,
"lastUpdate": "2026-06-03T18:36:09.2295843",
"lastManualUpdate": "2026-06-03T18:36:09.2295843",
"imageName": "sample string 23",
"showImageOnFlipCharts": true,
"showTextOnFlipCharts": true,
"overrideFlipChartText": true,
"flipChartText": "sample string 27",
"salesMode": 1,
"eftCode": 1,
"price": 1,
"priceChanged": true,
"rrp": 1,
"gstPercent": 28,
"gstPercentChanged": true,
"costGSTPercent": 29,
"costGSTPercentChanged": true,
"wetPercent": 1,
"priceOverride": 1,
"cost": 1,
"currentCost": 1,
"currentCostDecimals": 1,
"grossProfit": 1.0,
"currentCostDesc": "sample string 30",
"currentCostEnd": "2026-06-03T18:36:09.2295843",
"currentCostUpdated": "2026-06-03T18:36:09.2295843",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-06-03T18:36:09.2295843",
"defaultGP": 1,
"breakTargetMode": 33,
"break1": 1,
"price1": 1,
"target1": 34,
"break2": 1,
"price2": 1,
"target2": 35,
"break3": 1,
"price3": 1,
"target3": 36,
"break1Changed": true,
"price1Changed": true,
"target1Changed": true,
"break2Changed": true,
"price2Changed": true,
"target2Changed": true,
"break3Changed": true,
"price3Changed": true,
"target3Changed": true,
"breakTargetModeChanged": true,
"margin": 1.1,
"marginChanged": true,
"marginRanged": true,
"marginRangedChanged": true,
"minimumMargin": 1.1,
"minimumMarginChanged": true,
"maximumMargin": 1.1,
"maximumMarginChanged": true,
"overrideHostWarehouseIndicator": true,
"overrideHostWarehouseIndicatorChanged": true,
"overrideHostPrice": true,
"overrideHostPriceChanged": true,
"overrideHostCost": true,
"overrideHostCostChanged": true,
"overrideHostMargin": true,
"overrideHostMarginChanged": true,
"alwaysApplyMargin": true,
"alwaysApplyMarginChanged": true,
"aws": 1.0,
"paws": 1.0,
"awsUpdated": "2026-06-03T18:36:09.2295843",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "1bCZtZjLVE2ylu5EqgN+dQ==",
"altPLUGuid": "b599b0d5-cb98-4d54-b296-ee44aa037e75",
"altPLUGuidChanged": true,
"altPriceDescription1": "sample string 54",
"altPriceDescription2": "sample string 55",
"cartonQuantity": 56,
"cartonQuantityChanged": true,
"trayID": 1,
"promptID": 1,
"tare": 1,
"packQty": 1,
"fixedWeight": 1,
"extraMesg": 1,
"text1": "sample string 58",
"text2": "sample string 59",
"text3": "sample string 60",
"labelText": "sample string 61",
"labelTextChanged": true,
"sendToScale": true,
"nonScaleWeigh": true,
"labelFormat": "sample string 65",
"barcodeFormat": "sample string 66",
"austMade": 1,
"coolCode": 67,
"countryOfOrigin": "sample string 68",
"percentContent": 69.1,
"departmentID": 1,
"subDepartmentID": 1,
"minorDepartmentID": 1,
"lesserDepartmentID": 1,
"deptCode": "sample string 70",
"subDeptCode": "sample string 71",
"minorDeptCode": "sample string 72",
"lesserDeptCode": "sample string 73",
"deptName": "sample string 74",
"subDeptName": "sample string 75",
"minorDeptName": "sample string 76",
"lesserDeptName": "sample string 77",
"departmentChanged": true,
"subCategoryID": 1,
"expiry": 1,
"showDays": 1,
"datePrint": 1,
"labelRequired": true,
"labelShelfQty": 80,
"labelShelfChanged": true,
"labelTalkerQty": 82,
"labelSmall": true,
"labelLastPrinted": "2026-06-03T18:36:09.2295843",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "hs+HT0ettkyEsGPw4P78Dg==",
"shelfPageLayoutGuid": "4f87cf86-ad47-4cb6-84b0-63f0e0fefc0e",
"talkerPageLayoutG_UID": "nWcT8ePUvEiUqUegWYW6eQ==",
"talkerPageLayoutGuid": "f113679d-d4e3-48bc-94a9-47a05985ba79",
"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": "OUQ510fmFkyiWsGbcAhAwg==",
"inventoryIdentifier": "d7394439-e647-4c16-a25a-c19b700840c2",
"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": "3aO03wl5eEaSNTRyOmh22g==",
"parentPluGuid": "dfb4a3dd-7909-4678-9235-34723a6876da",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "RNUuSTFhI0+h8i3WDEqZAw==",
"supplierIdentifierGuid": "492ed544-6131-4f23-a1f2-2dd60c4a9903",
"supplierChanged": true,
"rebateSupplierIdentifier": "CQ0jv4Kb5USdA81Vuuz/dw==",
"rebateSupplierIdentifierGuid": "bf230d09-9b82-44e5-9d03-cd55baecff77",
"rebateSupplierChanged": true,
"availableForOrder": true,
"warehouseDirectIndicator": "sample string 109",
"warehouseDirectIndicatorChanged": true,
"productGrade": "sample string 111",
"productType": "sample string 112",
"productGroup": "sample string 113",
"complianceIndicator": "sample string 114",
"inhouseBrand": "sample string 115",
"slowMoving": true,
"generalMerchandise": true,
"comment": "sample string 118",
"lastUpdatedByUser": "sample string 119",
"lastManualUpdatedByUser": "sample string 120",
"lastUpdatedByUserOverride": true,
"lastUpdatedByHost": "2026-06-03T18:36:09.2295843",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "c7cx9kfiTU+lDEW6BjZvYA==",
"hostIdentifierGuid": "f631b773-e247-4f4d-a50c-45ba06366f60",
"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": "4"
},
{
"$ref": "4"
}
],
"store": {
"$id": "5",
"id": 1,
"isMaster": true,
"isElectedMaster": true,
"electedMasterStoreID": 1,
"isZoneMaster": true,
"shortName": "sample string 3",
"url": "sample string 4",
"sortOrder": 1,
"name": "sample string 5",
"phone": "sample string 6",
"fax": "sample string 7",
"email": "sample string 8",
"address1": "sample string 9",
"address2": "sample string 10",
"city": "sample string 11",
"state": "sample string 12",
"country": "sample string 13",
"postCode": "sample string 14",
"delivery": 1,
"exportAccounts": 1,
"salesAccountFolder": "sample string 15",
"purchaseAccountFolder": "sample string 16",
"initLoad": 1,
"initIDs": 1,
"zoneID": 1,
"actAsMaster": 1,
"lastActiveUtc": "2026-06-03T18:36:09.2295843",
"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": "x+5USEB67U6ELdy79q5spg==",
"hostIdentifierGuid": "4854eec7-7a40-4eed-842d-dcbbf6ae6ca6",
"hostName": 1,
"hostAddress": "sample string 27",
"hostUsername": "sample string 28",
"hostPassword": "sample string 29",
"excludeFromLeadInOut": true,
"accountingProvider": 31,
"accountingAddress": "sample string 32",
"accountingUsername": "sample string 33",
"accountingPassword": "sample string 34",
"storeAccountingCode": "sample string 35",
"softwareVariance": 36,
"fuelWarningVariance": 37.0,
"fuelErrorVariance": 38.0,
"fuelAccumulatedWarningVariance": 39.0,
"fuelAccumulatedErrorVariance": 40.0,
"drawManagment": 41,
"endOfDayManagment": true,
"autoFillCashBalancing": true,
"fuelDayVariance": 44,
"accountingTradingTime": "00:00:00.1234567",
"stockActivateProduct": 46,
"defaultOrderDocumentId": 1,
"defaultStockReceiveDocumentId": 1,
"giftCardSalesAccountingDeptCode": "sample string 47",
"transactionDiscountAccountingDeptCode": "sample string 48",
"size": 49,
"updated": "2026-06-03T18:36:09.2295843",
"priceZone": {
"$id": "6",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "Voc/BcJ0aUSb5n7QzTErfw==",
"hostIdentifierGuid": "053f8756-74c2-4469-9be6-7ed0cd312b7f",
"sortOrder": 3,
"zoneMasterStoreID": 1,
"electedMasterStoreID": 1,
"containsElectedMasterStore": true
},
"priceZoneName": "sample string 51",
"storeFuelConfigured": true,
"shippingAddressCopied": true,
"shippingAddress": {
"$id": "7",
"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": "7"
},
"warehouseStore": {
"$id": "8",
"storeID": 1,
"warehouseStoreID": 2,
"storeName": "sample string 3",
"warehouseName": "sample string 4"
},
"hostStoreSettings": [
{
"$id": "9",
"id": 1,
"hostIdentifier": "v0utNAViRUC4h43JlwcuAw==",
"hostIdentifierGuid": "34ad4bbf-6205-4045-b887-8dc997072e03",
"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": "10",
"identifier": "8KxUUmX8PEGKyYLtDE1Fkw==",
"identifierGuid": "5254acf0-fc65-413c-8ac9-82ed0c4d4593",
"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": "+973KzwhGEOgx1hMyIdMew==",
"hostSupplierIdentifierGuid": "2bf7defb-213c-4318-a0c7-584cc8874c7b",
"loyaltyPriceLevelIdentifier": "nvmOb9K3ikqgq1wSOcxEoQ==",
"loyaltyPriceLevelIdentifierGuid": "6f8ef99e-b7d2-4a8a-a0ab-5c1239cc44a1",
"isGroup": true,
"description": "sample string 22",
"hostProvider": 23,
"hostTypeEnum": 24,
"hostType": "sample string 25",
"hostCode": "sample string 26",
"username": "sample string 27",
"password": "sample string 28",
"passwordPlain": "sample string 29",
"server": "sample string 30",
"url": "sample string 31",
"global": true,
"stateCode": "sample string 33",
"lastCollected": "2026-06-03T18:36:09.2295843",
"lastProcessed": "2026-06-03T18:36:09.2295843",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$id": "11",
"identifier": "fLK7fE+ewkmtv2zda2HFMQ==",
"identifierGuid": "7cbbb27c-9e4f-49c2-adbf-6cdd6b61c531",
"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": "SHgHaSoPAUaHyQxgZAquMQ==",
"primaryContactID": "69077848-0f2a-4601-87c9-0c60640aae31",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "Je5adoBr1UeWKhF1Un6r0A==",
"supplierGroupGuid": "765aee25-6b80-47d5-962a-1175527eabd0",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-06-03T18:36:09.2295843",
"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": "12",
"id": "ca7a6eef-8200-4157-89fb-33d8c49f7cac",
"identifier": "cR4bzJuhYUad8ahPhIPlmg==",
"identifierGuid": "cc1b1e71-a19b-4661-9df1-a84f8483e59a",
"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": "13",
"supplierIdentifier": "iDOmUH0k0UOtsNom/+4F8Q==",
"supplierIdentifierGuid": "50a63388-247d-43d1-adb0-da26ffee05f1",
"contactGuid": "KTxNOHpmokWVf5jQX13vIQ==",
"contactID": "384d3c29-667a-45a2-957f-98d05f5def21",
"contact": {
"$ref": "12"
},
"supplier": {
"$ref": "11"
}
},
{
"$ref": "13"
}
],
"products": [
{
"$id": "14",
"pluG_UID": "EMpr+BNmHE+JfUs/p7QZLQ==",
"pluGuid": "f86bca10-6613-4f1c-897d-4b3fa7b4192d",
"supplierIdentifier": "CUTZKWeWpUmIplTPJEOtng==",
"supplierIdentifierGuid": "29d94409-9667-49a5-88a6-54cf2443ad9e",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-06-03T18:36:09.2295843",
"pricedByWeight": true,
"landedUnitCostEx": 9,
"landedUnitCostInc": 10,
"landedCartonCostInc": 12,
"landedCartonCostEx": 13,
"standardCost": 14,
"deliveryFee": 1,
"deliveryFeeBasis": "sample string 15",
"pickAndPackFee": 1,
"pickAndPackFeeBasis": "sample string 16",
"financeFee": 1,
"financeFeeBasis": "sample string 17",
"cartonLength": 1,
"cartonWidth": 1,
"cartonHeight": 1,
"palletLayerQuantity": 1,
"palletLayers": 1,
"itemCode": "sample string 18",
"invoiceCode": "sample string 19",
"invoiceDesc": "sample string 20",
"orderDirect": true,
"useCost": true,
"minimumQuantity": 21,
"hostType": 22,
"fromHost": 23,
"minimumReorder": 1,
"maximumReorder": 1,
"orderMultiple": 24.1,
"sellMultiple": 25.1,
"baseMultiple": 26.1,
"hostStandardCost": 27,
"hostTotalCost": 28,
"hostRetail": 29,
"hostLandedUnitCostEx": 30,
"hostLandedUnitCostInc": 31,
"hostDesc": "sample string 32",
"directIndicator": "sample string 33",
"availableToOrder": true,
"hostRangeIndicator": "sample string 35",
"hostProductType": "sample string 36",
"hostProductGrade": "sample string 37",
"hostProductGroup": "sample string 38",
"hostSlowMoving": true,
"hostGeneralMerchandise": true,
"hostPillar": "sample string 41",
"hostLastUpdated": "2026-06-03T18:36:09.2295843",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "15",
"pluG_UID": "9cO1bby810uPhPX7QqLGxA==",
"pluGuid": "6db5c3f5-bcbc-4bd7-8f84-f5fb42a2c6c4",
"supplierIdentifier": "2K7Taw8+QEC2cBdDUXzEww==",
"supplierIdentifierGuid": "6bd3aed8-3e0f-4040-b670-1743517cc4c3",
"invoiceCode": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "15"
}
],
"storeIDs": [
1,
2
],
"preferredSupplier": true,
"preferredRebateSupplier": true,
"supplierName": "sample string 42",
"salesMode": 43,
"orderPacked": true,
"active": true,
"price": 1,
"costGstPercent": 45,
"parentPluG_UID": "P2W4wnbeU0afIs4ZPob77g==",
"parentPluGuid": "c2b8653f-de76-4653-9f22-ce193e86fbee",
"freight": 46.0,
"freightType": 1,
"product": {
"$ref": "4"
},
"supplier": {
"$ref": "11"
},
"serviceFee": {
"$id": "16",
"id": 1,
"description": "sample string 1",
"fee": 1
},
"isPrimaryHost": true,
"hostVendor": 48
},
{
"$ref": "14"
}
],
"orderCycleHeaders": [
{
"$id": "17",
"storeID": 1,
"supplierIdentifier": "89q7DA1tc06BHoU2RpO9Cg==",
"supplierGuid": "0cbbdaf3-6d0d-4e73-811e-85364693bd0a",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"storeName": "sample string 5",
"departmentName": "sample string 6",
"orderDays": 7
},
{
"$ref": "17"
}
],
"cycles": [
{
"$id": "18",
"storeID": 1,
"supplierIdentifier": "TZX8ounuNUy+XErhrA8iIw==",
"supplierGuid": "a2fc954d-eee9-4c35-be5c-4ae1ac0f2223",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"cutOffWeek": 5,
"cutOffDay": 6,
"cutOffTime": "00:00:00.1234567",
"leadTime": 7,
"daysBuffer": 8,
"supplierName": "sample string 9",
"cutOffDate": "2026-06-03T18:36:09.2295843",
"deliveryDate": "2026-06-03T18:36:09.2295843",
"nextCutOffDate": "2026-06-03T18:36:09.2295843",
"nextDeliveryDate": "2026-06-03T18:36:09.2295843",
"nextDaysBuffer": 10
},
{
"$ref": "18"
}
],
"store": {
"$ref": "5"
},
"updated": "2026-06-03T18:36:09.2295843",
"isHost": true
},
"files": [
{
"$id": "19",
"id": "sample string 1",
"fileName": "sample string 2",
"extension": "sample string 3",
"provider": 0,
"type": 0,
"hostType": "sample string 4",
"createdUtc": "2026-06-03T18:36:09.2295843",
"processed": "2026-06-03T18:36:09.2295843",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-06-03T18:36:09.2295843",
"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": "10"
},
"metcashHeader": {
"$id": "20",
"customerNumber": "sample string 1",
"creationDate": "2026-06-03T18:36:09.2295843",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "19"
}
],
"zoneMatrix": [
{
"$id": "21",
"id": 1,
"hostIdentifier": "Rkra3KaxW0S22LT/ZaTAVg==",
"hostIdentifierGuid": "dcda4a46-b1a6-445b-b6d8-b4ff65a4c056",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"74f39094-2b8e-4893-8178-2fef267220e3",
"40c7c8c3-ed9a-45a4-84a5-e787c2195918"
]
},
{
"$ref": "21"
}
],
"hostFileStoreSetting": {
"$ref": "9"
},
"hostStoreSettings": [
{
"$ref": "9"
},
{
"$ref": "9"
}
],
"promotionPlacements": [
{
"$id": "22",
"identifier": "/OooNXYe50O7MQolJ/sbKQ==",
"identifierGuid": "3528eafc-1e76-43e7-bb31-0a2527fb1b29",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "22"
}
],
"promoTypeGuids": [
"db5d9ed2-2088-459e-a46d-ab3307426f5f",
"478c8d8d-c33f-4cae-a04e-3f32d0cbdc58"
],
"isPromotionOnly": false,
"isOrderable": false,
"vendor": 0
},
"groupIDs": [
1,
2
],
"hostDescription": "sample string 27"
},
{
"$ref": "9"
}
],
"accounts": [
{
"$id": "23",
"id": 1,
"storeID": 1,
"accountName": "sample string 2",
"bsb": "sample string 3",
"accountNumber": "sample string 4",
"accountDesignated": true
},
{
"$ref": "23"
}
],
"sales": [
{
"$id": "24",
"id": 1,
"storeID": 1,
"externalSalesType": 2,
"ftpSiteID": 1,
"lastSaleProcessed": "2026-06-03T18:36:09.2295843",
"ftpSite": {
"$id": "25",
"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": "24"
}
],
"suppliedStores": [
1,
2
],
"zoneMatrix": [
{
"$ref": "21"
},
{
"$ref": "21"
}
],
"cashManagements": [
{
"$id": "26",
"id": 1,
"storeID": 1,
"cashManagementType": 2,
"apiID": 1,
"organisationID": "sample string 3",
"siteName": "sample string 4",
"thirdPartyAPI": {
"$id": "27",
"id": 1,
"description": "sample string 2",
"address": "sample string 3",
"username": "sample string 4",
"password": "sample string 5",
"passwordPlain": "sample string 6",
"token": "sample string 7",
"apiType": 8,
"apiSubType": 9,
"config": "sample string 10"
}
},
{
"$ref": "26"
}
],
"updateStoreID": "647f00c0-2658-4685-9d17-0b96b2d03a5d",
"updateStore": {
"$id": "28",
"id": "e1958fde-76c5-4f5e-bf94-c501c25bdb1b",
"name": "sample string 1",
"lastActivity": "2026-06-03T18:36:09.2295843",
"zone": "sample string 2",
"timeZoneOffset": 0.0,
"businessHoursStart": "00:00:00.1234567",
"businessHoursEnd": "00:00:00.1234567",
"master": true,
"lastIP": "sample string 10",
"lastHostName": "sample string 11",
"ping": 1,
"pingStatus": "sample string 12",
"lastUpdateCompleted": "2026-06-03T18:36:09.2295843"
},
"timeZoneId": "sample string 54",
"securityOptions": {
"$id": "29",
"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": "30",
"pluG_UID": "6nGT5FChi06o7eQMA3T9Kg==",
"pluGuid": "e49371ea-a150-4e8b-a8ed-e40c0374fd2a",
"plu": 1,
"storeID": 1,
"zoneID": 2,
"zoneName": "sample string 3",
"store": "sample string 4",
"isElectedMasterStore": true,
"isZoneMasterStore": true,
"priceNow": 7,
"costNow": 8,
"costNowDecimals": 9,
"normalPrice": 10,
"priceNext": 1,
"costNext": 1,
"costNextDecimals": 11,
"nextCampaignName": "sample string 12",
"gstPercent": 13,
"normalCost": 14,
"normalCostDecimals": 15,
"costGstPercent": 16,
"costCalcMethod": 1,
"currentCost": 17,
"currentCostDecimals": 18,
"break1": 19,
"price1": 20,
"break2": 21,
"price2": 22,
"break3": 23,
"price3": 24,
"fuelItem": 25,
"fixedWeight": 26,
"active": true,
"complianceIndicator": "sample string 27",
"doNotOrder": true,
"doNotRange": true,
"isNormalPriceChangesCampaign": true,
"updated": "2026-06-03T18:36:09.2295843"
},
{
"$ref": "30"
}
],
"currentPrices": {
"$id": "31",
"pluPrices": {
"$id": "32",
"plu": 1,
"pluG_UID": "QEA=",
"stores": [
1,
2
],
"normalPrice": 1,
"cost": 2,
"break1": 3,
"price1": 4,
"break2": 5,
"price2": 6,
"break3": 7,
"price3": 8,
"discountPrice": 9,
"memberDiscountPrice": 10,
"acceptedUtc": "2026-06-03T18:36:09.2295843",
"priceChangeType": 0,
"costDecimals": 11,
"costCalcMethod": 12,
"targetCampaignPriceGtOrEquNormal": true
},
"normalPluPrices": {
"$ref": "32"
},
"winningCampaign": 1,
"winner": {
"$id": "33",
"campaignName": "sample string 1",
"campaignDescription": "sample string 2",
"talkerText": "sample string 3",
"disableWasSave": true,
"startDate": "2026-06-03T18:36:09.2295843",
"startTime": 5,
"endDate": "2026-06-03T18:36:09.2295843",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "Fs+NbfYxzU+s3wN15ZqKGg==",
"hostIdentifierGuid": "6d8dcf16-31f6-4fcd-acdf-0375e59a8a1a",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "33"
},
{
"$ref": "33"
}
]
},
"tray": {
"$id": "34",
"g_UId": "qDd5GM/XOUeM069QsKPSdQ==",
"guid": "187937a8-d7cf-4739-8cd3-af50b0a3d275",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "35",
"priceGroupG_UID": "1gH9eTZZUUOs/CpYE9I+lg==",
"priceGroupGuid": "79fd01d6-5936-4351-acfc-2a5813d23e96",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-06-03T18:36:09.2295843",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "4"
},
{
"$ref": "4"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "36",
"pluG_UID": "KbrOmFSUiEyNsMkTKOUDgg==",
"pluGuid": "98ceba29-9454-4c88-8db0-c91328e50382",
"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": "37",
"pluGuid": "4c9149a8-6b47-4734-b21a-93808606293a",
"created": "2026-06-03T18:36:09.2295843",
"createdByUser": "sample string 1",
"activated": "2026-06-03T18:36:09.2295843",
"activatedByUser": "sample string 2",
"deactivated": "2026-06-03T18:36:09.2295843",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-06-03T18:36:09.2295843",
"lastOrderedQty": 4.0,
"lastReceived": "2026-06-03T18:36:09.2295843",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-06-03T18:36:09.2295843",
"lastSold": "2026-06-03T18:36:09.2295843",
"firstSold": "2026-06-03T18:36:09.2295843",
"awsUpdated": "2026-06-03T18:36:09.2295843",
"lastManualUpdate": "2026-06-03T18:36:09.2295843",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-06-03T18:36:09.2295843",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-06-03T18:36:09.2295843",
"doNotRangeUpdated": "2026-06-03T18:36:09.2295843",
"doNotOrderUpdated": "2026-06-03T18:36:09.2295843",
"tracked": "2026-06-03T18:36:09.2295843"
},
"allergens": [
{
"$id": "38",
"primaryKey": {
"$id": "39",
"pluGuid": "9c45407f-89c5-40ea-a739-34d578d5a664",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "f0BFnMWJ6kCnOTTVeNWmZA==",
"pluGuid": "9c45407f-89c5-40ea-a739-34d578d5a664",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "38"
}
],
"costs": {
"$id": "40",
"pluG_UID": "+rrT/e1cXUCysl8XppcL5Q==",
"pluGuid": "fdd3bafa-5ced-405d-b2b2-5f17a6970be5",
"enteredCost": 1,
"weightedAvgCost": 1,
"lastCost": 1,
"rawEnteredCost": 2,
"rawWeightedAvgCost": 3,
"rawLastCost": 4,
"freight": 5.0,
"freightType": 6,
"costDecimals": 7,
"fifoCost": 1,
"updated": "2026-06-03T18:36:09.2295843",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "41",
"saleHeaderID": 1,
"created": "2026-06-03T18:36:09.2295843",
"createdLocal": "2026-06-03T18:36:09.2295843",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "BZIuX90bZE6PW+i2B28HeA==",
"operatorGuid": "5f2e9205-1bdd-4e64-8f5b-e8b6076f0778",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "skZYLJo4WU6+FYpuQGUtWw==",
"pluGuid": "2c5846b2-389a-4e59-be15-8a6e40652d5b",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$id": "42",
"id": 1,
"g_Uid": "5iQb8a4j1UqA3q8tGmOyiw==",
"guid": "f11b24e6-23ae-4ad5-80de-af2d1a63b28b",
"operatorNumber": 1,
"shortName": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"password": "sample string 5",
"hasPassword": true,
"passwordText": "sample string 6",
"rfidTagID": "sample string 7",
"blueprintID": 1,
"groupID": 1,
"groupName": "sample string 8",
"managerGroupID": 1,
"managerGroupName": "sample string 9",
"zoneID": 1,
"zoneName": "sample string 10",
"loggedIn": 1,
"lastUsedIP": "sample string 11",
"deleted": true,
"locked": true,
"allowOpenTill": true,
"webEmail": "sample string 14",
"simpleOperatorType": 0,
"webRole": "sample string 15",
"updated": "2026-06-03T18:36:09.2295843",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-06-03T18:36:09.2295843",
"endShift": "2026-06-03T18:36:09.2295843",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "43",
"operatorG_UID": "Fi4fQmhevk22xP8lfA/pJw==",
"operatorGuid": "421f2e16-5e68-4dbe-b6c4-ff257c0fe927",
"storeID": 2,
"operator": {
"$ref": "42"
},
"store": {
"$ref": "5"
}
},
{
"$ref": "43"
}
]
}
},
{
"$ref": "41"
}
],
"apns": [
{
"$id": "44",
"pluID": 1,
"pluG_UID": "HFdxXoxJxE+AW+ZK3TDG5w==",
"pluGuid": "5e71571c-498c-4fc4-805b-e64add30c6e7",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "44"
}
],
"tuns": [
{
"$id": "45",
"pluG_UId": "4EhKOMqlx0GaHfjpu1yjrg==",
"pluGuid": "384a48e0-a5ca-41c7-9a1d-f8e9bb5ca3ae",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "4"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "45"
}
],
"competitionPricing": [
{
"$id": "46",
"identifier": "IuIGCU+4s0qECBiZ0SIEoQ==",
"identifierGuid": "0906e222-b84f-4ab3-8408-1899d12204a1",
"pluG_UID": "FNPnxzu+0EGGO8EssknplQ==",
"pluGuid": "c7e7d314-be3b-41d0-863b-c12cb249e995",
"competitionID": 1,
"name": "sample string 2",
"sellMultiple": 3,
"retailPrice": 4,
"storeName": "sample string 5"
},
{
"$ref": "46"
}
],
"supplier": {
"$ref": "11"
},
"supplierName": "sample string 148",
"children": [
{
"$ref": "4"
},
{
"$ref": "4"
}
],
"ordering": {
"$ref": "14"
},
"flipChartPages": [
{
"$id": "47",
"identifier": "VCvMy8KvoUycPVFKy+djsw==",
"groupName": "sample string 1",
"identifierGuid": "cbcc2b54-afc2-4ca1-9c3d-514acbe763b3",
"exists": true,
"flipChartIdentifier": "xKHpGEfU5UiLF8+otsmnFA==",
"flipChartIdentifierGuid": "18e9a1c4-d447-48e5-8b17-cfa8b6c9a714",
"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": "AuSj4l3e4UmJ24Cqp/3O0A==",
"groupIdentifierGuid": "e2a3e402-de5d-49e1-89db-80aaa7fdced0",
"flipChart": {
"$id": "48",
"identifier": "MeABwfNkdEm2girUHv/HHg==",
"identifierGuid": "c101e031-64f3-4974-b682-2ad41effc71e",
"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": "49",
"identifier": "geM5ZJmQf0y8aK/2C/hsMA==",
"identifierGuid": "6439e381-9099-4c7f-bc68-aff60bf86c30",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "50",
"id": 1,
"g_UID": "mXnVscyHjEWE1oEsiJkZvQ==",
"guid": "b1d57999-87cc-458c-84d6-812c889919bd",
"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": "BTheOqYWcEGmcx8vD3d+dQ==",
"previousFormGuid": "3a5e3805-16a6-4170-a673-1f2f0f777e75",
"nextForm": 1,
"nextFormG_UID": "GSNu87Ja5E21F/mrK11ksQ==",
"nextFormGuid": "f36e2319-5ab2-4de4-b517-f9ab2b5d64b1",
"attributes": "sample string 10",
"updated": "2026-06-03T18:36:09.2295843",
"positioning": 1,
"contentPanel": "sample string 11",
"selectionMode": 1,
"maximumSelections": 1,
"alteredInStore": true,
"deleted": true,
"blueprintID": 1,
"preserveLayout": true,
"mainCheckoutFormName": "sample string 13",
"nextCheckoutForm": {
"$ref": "50"
},
"previousCheckoutForm": {
"$ref": "50"
},
"buttons": [
{
"$id": "51",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "+xUK6b1JxEaeAKAUM9GA2Q==",
"checkoutFormGuid": "e90a15fb-49bd-46c4-9e00-a01433d180d9",
"identifier": "HcN83MXQwUOKbYmKcd8GbQ==",
"identifierGuid": "dc7cc31d-d0c5-43c1-8a6d-898a71df066d",
"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": "ibnWfegvw0emMJcnc9caCg==",
"valueGuid": "7dd6b989-2fe8-47c3-a630-972773d71a0a",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-06-03T18:36:09.2295843",
"action": "sample string 12",
"valueForm": {
"$ref": "50"
},
"image": {
"$id": "52",
"name": "sample string 3.sample string 4",
"imageID": 2,
"imageName": "sample string 3",
"imageExtension": "sample string 4",
"lastUpdate": "2026-06-03T18:36:09.2295843",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "51"
}
],
"panels": [
{
"$id": "53",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "d7y1Y/I4rka6dBRa+IO7iA==",
"checkoutFormGuid": "63b5bc77-38f2-46ae-ba74-145af883bb88",
"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": "53"
}
]
},
{
"$ref": "50"
}
],
"panels": [
{
"$ref": "53"
},
{
"$ref": "53"
}
]
},
"pages": [
{
"$ref": "47"
},
{
"$ref": "47"
}
]
},
"contentPanel": {
"$ref": "53"
},
"products": [
{
"$id": "54",
"flipChartPageIdentifier": "F98TvpeUa0aYlAT85mMgkQ==",
"flipChartPageIdentifierGuid": "be13df17-9497-466b-9894-04fce6632091",
"pluG_UID": "De61VR6D+U2oIYBWA93EGw==",
"pluGuid": "55b5ee0d-831e-4df9-a821-805603ddc41b",
"sortOrder": 3,
"sent": true,
"productChanged": true,
"productImageName": "sample string 6",
"productShowImageOnFlipCharts": true,
"productShowTextOnFlipCharts": true,
"productOverrideFlipChartText": true,
"productFlipChartText": "sample string 10",
"product": {
"$ref": "4"
},
"departmentSortOrder": 11,
"subDepartmentName": "sample string 12"
},
{
"$ref": "54"
}
],
"productCount": 27,
"pages": [
{
"$ref": "47"
},
{
"$ref": "47"
}
]
},
{
"$ref": "47"
}
],
"priceHistory": [
{
"$id": "55",
"pluG_UID": "sgia4zg1UkWBJXCgRKwCRw==",
"pluGuid": "e39a08b2-3538-4552-8125-70a044ac0247",
"price": 1,
"costCalcMethod": 1,
"cost": 2,
"weightedAvgCost": 3,
"lastCost": 4,
"rawCost": 5,
"rawWeightedAvgCost": 6,
"rawLastCost": 7,
"costDecimals": 8,
"serviceFeeID": 9,
"freight": 10.0,
"freightType": 11,
"process": "sample string 12",
"user": "sample string 13",
"updated": "2026-06-03T18:36:09.2295843",
"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": "55"
}
],
"ingredients": [
{
"$id": "56",
"pluG_UID": "VgV8GD8wTk+UmRsSxfXwcQ==",
"ingredientGuid": "kTRL3TJYwEmyIlZAMuy1ng==",
"ingredientIdentifier": "dd4b3491-5832-49c0-b222-564032ecb59e",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "4"
}
},
{
"$ref": "56"
}
],
"bins": [
{
"$id": "57",
"pluG_UID": "ELIAOZvhJEqrNCg2rdWpeA==",
"pluGuid": "3900b210-e19b-4a24-ab34-2836add5a978",
"shelfLocationIdentifier": "+ZaHTbQJKkqt1Dci0d12YA==",
"shelfLocationGuid": "4d8796f9-09b4-4a2a-add4-3722d1dd7660",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "yWi+gYLm0Eqsu8RSTKteSg==",
"labelPageLayoutGuid": "81be68c9-e682-4ad0-acbb-c4524cab5e4a",
"updated": "2026-06-03T18:36:09.2295843",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "4"
},
"location": {
"$id": "58",
"identifier": "dgE+tWSYN0KHN0X3zCDq8g==",
"storeID": 1,
"identifierGuid": "b53e0176-9864-4237-8737-45f7cc20eaf2",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-06-03T18:36:09.2295843",
"minTemp": 1,
"maxTemp": 1,
"checkFrequency": 1,
"storeCaseConfiguration": 5,
"storeName": "sample string 6",
"bins": [
{
"$ref": "57"
},
{
"$ref": "57"
}
]
}
},
{
"$ref": "57"
}
],
"bin": {
"$ref": "57"
},
"scaleLocations": [
{
"$id": "59",
"plu": 1,
"pluG_UID": "fEXExVTLh0imka7ySxCLyA==",
"pluGuid": "c5c4457c-cb54-4887-a691-aef24b108bc8",
"deptNo": 1,
"product": {
"$ref": "4"
},
"scaleLocation": {
"$id": "60",
"id": 1,
"deptNo": 1,
"deptCode": "sample string 2",
"name": "sample string 3",
"enabled": true,
"updated": "2026-06-03T18:36:09.2295843",
"department": {
"$id": "61",
"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": "60"
},
"subDepartments": [
{
"$id": "62",
"id": 1,
"departmentID": 2,
"name": "sample string 3",
"code": "sample string 4",
"departmentCode": "sample string 5",
"externalSales": true,
"minorDepartments": [
{
"$id": "63",
"id": 1,
"subDepartmentID": 2,
"departmentID": 3,
"name": "sample string 4",
"subDepartmentCode": "sample string 5",
"departmentCode": "sample string 6",
"code": "sample string 7",
"lesserDepartments": [
{
"$id": "64",
"id": 1,
"departmentID": 2,
"subDepartmentID": 3,
"minorDepartmentID": 4,
"name": "sample string 5",
"code": "sample string 6",
"departmentCode": "sample string 7",
"subDepartmentCode": "sample string 8",
"minorDepartmentCode": "sample string 9",
"updated": "2026-06-03T18:36:09.2295843",
"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": "waHb9Pv4pUS16tJux6tWrw==",
"labelPageLayoutGuid": "f4dba1c1-f8fb-44a5-b5ea-d26ec7ab56af",
"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": "65",
"dept": 1,
"category": 2,
"name": "sample string 3",
"active": true,
"mscCommodities": [
{
"$id": "66",
"dept": 1,
"category": 2,
"commodity": 3,
"name": "sample string 4",
"active": true,
"mscSubCommodities": [
{
"$id": "67",
"dept": 1,
"category": 2,
"commodity": 3,
"subCommodity": 4,
"name": "sample string 5",
"active": true,
"subCommodityCode": "sample string 7"
},
{
"$ref": "67"
}
],
"commodityCode": "sample string 6"
},
{
"$ref": "66"
}
],
"categoryCode": "sample string 5"
},
"mscCom": {
"$ref": "66"
},
"mscDep": {
"$id": "68",
"dept": 1,
"name": "sample string 2",
"active": true,
"mscCategories": [
{
"$ref": "65"
},
{
"$ref": "65"
}
],
"deptCode": "sample string 4"
},
"mscSubCom": {
"$ref": "67"
}
},
{
"$ref": "64"
}
],
"updated": "2026-06-03T18:36:09.2295843",
"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": "H/TDyPcTxEqcrsBB+1KL7Q==",
"labelPageLayoutGuid": "c8c3f41f-13f7-4ac4-9cae-c041fb528bed",
"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": "65"
},
"mscCom": {
"$ref": "66"
},
"mscDep": {
"$ref": "68"
},
"mscSubCom": {
"$ref": "67"
}
},
{
"$ref": "63"
}
],
"investmentBuyOverride": true,
"updated": "2026-06-03T18:36:09.2295843",
"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": "sP00+ElFf0qUFSOEdSVXPw==",
"labelPageLayoutGuid": "f834fdb0-4549-4a7f-9415-23847525573f",
"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": "65"
},
"mscCom": {
"$ref": "66"
},
"mscDep": {
"$ref": "68"
},
"mscSubCom": {
"$ref": "67"
}
},
{
"$ref": "62"
}
],
"stores": [
1,
2
],
"investmentBuyOverride": true,
"updated": "2026-06-03T18:36:09.2295843",
"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": "BvYLY1GBZU2eq6d14I71AA==",
"labelPageLayoutGuid": "630bf606-8151-4d65-9eab-a775e08ef500",
"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": "65"
},
"mscCom": {
"$ref": "66"
},
"mscDep": {
"$ref": "68"
},
"mscSubCom": {
"$ref": "67"
}
}
}
},
{
"$ref": "59"
}
],
"nextPrice": {
"$id": "69",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 1,
"hostOfferID": 1,
"metcashPromotionID": "sample string 4",
"metcashPromotionPlacement": "sample string 5",
"pluG_UID": "g1rH89TKKEi3V07uzkrEkQ==",
"pluGuid": "f3c75a83-cad4-4828-b757-4eeece4ac491",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "Voi936B5x0CNX1GhVYhEMQ==",
"dealCostGuid": "dfbd8856-79a0-40c7-8d5f-51a155884431",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "ZRPq6jY4rU+L21CFoFmskg==",
"priceGroupGuid": "eaea1365-3836-4fad-8bdb-5085a059ac92",
"itemNumber": "sample string 10",
"cri": "sample string 11",
"pluPrice": 12,
"costCalcMethod": 13,
"pluCost": 14,
"pluCostIndicator": "sample string 15",
"pluPriceGstPercent": 16,
"pluCostGstPercent": 17,
"pluActive": true,
"cartonQty": 1.1,
"baseUnits": 19.1,
"salesMode": 1,
"orderPacked": 20,
"pluNormalCost": 21,
"pluaws": 22.0,
"directNumber": "sample string 23",
"departmentName": "sample string 24",
"subDepartmentName": "sample string 25",
"priceGroupName": "sample string 26",
"supplierName": "sample string 27",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-06-03T18:36:09.2295843",
"rrp": 28,
"campaignDescription": "sample string 29",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "84f596dd-013f-40bc-8251-60a14e1dbcc7",
"campaignComboPriceGroupG_UID": "XMIRMZqePkGNObJFC81/SQ==",
"campaignComboPriceGroupIdentifier": "3111c25c-9e9a-413e-8d39-b2450bcd7f49",
"promotionPlacementDescription": "sample string 31",
"storeAcceptances": [
{
"$id": "70",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-06-03T18:36:09.2295843",
"operatorG_UID": "IgobgXkAh0yfqX1oVuGZ1g==",
"operatorGuid": "811b0a22-0079-4c87-9fa9-7d6856e199d6",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-06-03T18:36:09.2295843",
"signIqTicketFileMovedUtc": "2026-06-03T18:36:09.2295843",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-06-03T18:36:09.2295843",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "3266a5b5-cfb7-46f4-962e-a164a3876839",
"product": {
"$ref": "4"
},
"campaignPlu": {
"$ref": "69"
},
"fuelItem": true
},
{
"$ref": "70"
}
],
"campaign": {
"$id": "71",
"id": 1,
"storeID": 2,
"name": "a2c60245-376b-4fd3-96d7-e18f5ba0056d",
"nameGuid": "a2c60245-376b-4fd3-96d7-e18f5ba0056d",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-06-03T18:36:09.2295843",
"startTime": 1,
"endDate": "2026-06-03T18:36:09.2295843",
"endTime": 1,
"recurrence": 1,
"recurrenceType": 1,
"monthType": 1,
"weekDays": 1,
"months": 1,
"monthWeeks": 1,
"monthDays": "sample string 7",
"printed": true,
"talkerText": "sample string 8",
"rangeDescription": "sample string 9",
"dealDescription": "sample string 10",
"labelQuantity": 11,
"active": 1,
"deactivated": "2026-06-03T18:36:09.2295843",
"system": true,
"created": "2026-06-03T18:36:09.2295843",
"updated": "2026-06-03T18:36:09.2295843",
"priceChangeNotifiedUtc": "2026-06-03T18:36:09.2295843",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "5uy3qI/3b0SMzwjZ7yQwgA==",
"hostIdentifierGuid": "a8b7ece6-f78f-446f-8ccf-08d9ef243080",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-06-03T18:36:09.2295843",
"updatedByUser": "sample string 18",
"offerID": 1,
"isPriceChangeCampaign": true,
"stores": [
1,
2
],
"storeNames": [
"sample string 1",
"sample string 2"
],
"campaignPlus": [
{
"$ref": "69"
},
{
"$ref": "69"
}
],
"campaignPools": [
{
"$id": "72",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 4,
"pluG_UID": "mceaWrUh7kWmu6untgYnUw==",
"pluGuid": "5a9ac799-21b5-45ee-a6bb-aba7b6062753",
"hostOfferID": 1,
"priceGroupG_UID": "jAlevuuNYkuEui4jja3cRQ==",
"priceGroupGuid": "be5e098c-8deb-4b62-84ba-2e238daddc45",
"fuelItem": true,
"pluName": "sample string 6",
"apn": "sample string 7",
"pluActive": true,
"cartonQty": 1,
"baseUnits": 9.1,
"cri": "sample string 10",
"salesMode": 1,
"orderPacked": 11,
"pluaws": 12.0,
"directNumber": "sample string 13",
"departmentName": "sample string 14",
"subDepartmentName": "sample string 15",
"priceGroupName": "sample string 16",
"supplierName": "sample string 17",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-06-03T18:36:09.2295843",
"rrp": 18,
"campaignDescription": "sample string 19",
"product": {
"$ref": "4"
},
"campaign": {
"$ref": "71"
}
},
{
"$ref": "72"
}
],
"sellingRules": [
{
"$id": "73",
"id": 1,
"identifier": "vIEnjpL/o0iKL6oXZ/JZEw==",
"identifierStr": "vIEnjpL/o0iKL6oXZ/JZEw==",
"identifierGuid": "8e2781bc-ff92-48a3-8a2f-aa1767f25913",
"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": "PkkIaI6HskCVJWkmkToxbw==",
"customerIDGuid": "6808493e-878e-40b2-9525-6926913a316f",
"campaign": {
"$ref": "71"
},
"customer": {
"$id": "75",
"identifier": "SDNDvS+EWEi75VmUc+wV3Q==",
"identifierGuid": "bd433348-842f-4858-bbe5-599473ec15dd",
"code": "sample string 2",
"familyName": "sample string 3",
"givenName": "sample string 4",
"otherName": "sample string 5",
"title": "sample string 6",
"dateOfBirth": "2026-06-03T18:36:09.2295843",
"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": "1ZsaII32AUeRh0HVdqlKXQ==",
"communityIdentifierGuid": "201a9bd5-f68d-4701-9187-41d576a94a5d",
"joined": "2026-06-03T18:36:09.2295843",
"updated": "2026-06-03T18:36:09.2295843",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "7+lhFx4O80CG3R6KLSZiOQ==",
"priceLevelIdentifierGuid": "1761e9ef-0e1e-40f3-86dd-1e8a2d266239",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-06-03T18:36:09.2295843",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "76",
"cardType": 2,
"issueDate": "2026-06-03T18:36:09.2295843",
"expiry": "2026-06-03T18:36:09.2295843",
"customerID": "qua+xCiTXE2t3SzrwTYjkg==",
"customerIDGuid": "c4bee6aa-9328-4d5c-addd-2cebc1362392",
"initialValue": 1,
"currentValue": 1,
"maxLimit": 1,
"minTransaction": 1,
"maxTransaction": 1,
"multiplier": 1.1,
"active": true,
"reasonInactive": 1,
"idRequired": true,
"idType": 1,
"idValue": "sample string 5",
"updated": "2026-06-03T18:36:09.2295843",
"linkedAccount": "XkpmqNb7Xk+5iPe5MxjUwQ==",
"linkedAccountGuid": "a8664a5e-fbd6-4f5e-b988-f7b93318d4c1",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "75"
},
"account": {
"$id": "77",
"id": 1,
"identifier": "8FdP8wCOWkKjdSH/GCu5kA==",
"identifierGuid": "f34f57f0-8e00-425a-a375-21ff182bb990",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-06-03T18:36:09.2295843",
"owner": "d8YuK2C6h02irRY2ljartQ==",
"ownerGuid": "2b2ec677-ba60-4d87-a2ad-16369636abb5",
"accountStoreGroupIdentifier": "A7Mf3LVTWE6N4D4ow+9SdQ==",
"accountStoreGroupGuid": "dc1fb303-53b5-4e58-8de0-3e28c3ef5275",
"accountType": 1,
"currentBalance": 1,
"externalID": "sample string 7",
"maximumLimit": 1,
"accruePoints": true,
"loyaltyPoints": 1,
"termsOfTrade": 1,
"signatureRequired": true,
"referenceRequired": true,
"statementSendType": 10,
"ageingPeriod": 1,
"monthlyAgeingPeriod": true,
"explodedInvoice": true,
"isFifoAllocation": true,
"lastStatementSent": "2026-06-03T18:36:09.2295843",
"active": true,
"updated": "2026-06-03T18:36:09.2295843",
"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": "ppQE8NFy5Em5ENbXKA2Ydw==",
"identifierGuid": "f00494a6-72d1-49e4-b910-d6d7280d9877",
"name": "sample string 2",
"primaryContact": "kotWzEK8ekCEB1IdZoNFEg==",
"primaryContactGuid": "cc568b92-bc42-407a-8407-521d66834512",
"accountID": "8c3Yv07seU+GQ0XFMXIDCQ==",
"accountIDGuid": "bfd8cdf1-ec4e-4f79-8643-45c531720309",
"special": true,
"updated": "2026-06-03T18:36:09.2295843",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "qa6M6d+Am0ui7GlfHL6L+g==",
"priceLevelIdentifierGuid": "e98caea9-80df-4b9b-a2ec-695f1cbe8bfa",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "77"
},
"primaryContactCustomer": {
"$ref": "75"
},
"customerGroupMembers": [
{
"$id": "80",
"id": 1,
"groupID": "TkJr0FWb30CsBdG/+qKSPA==",
"groupIDGuid": "d06b424e-9b55-40df-ac05-d1bffaa2923c",
"customerID": "beL/8nC6n0yqsnFHde6Ngw==",
"customerIDGuid": "f2ffe26d-ba70-4c9f-aab2-714775ee8d83",
"card": "sample string 4",
"linkedAccount": "gTznfP2UTkOpd7ARRl0sBQ==",
"linkedAccountGuid": "7ce73c81-94fd-434e-a977-b011465d2c05",
"customer": {
"$ref": "75"
},
"group": {
"$ref": "79"
},
"customerCard": {
"$ref": "76"
}
},
{
"$ref": "80"
}
]
},
{
"$ref": "79"
}
]
},
"payments": [
{
"$id": "81",
"id": 1,
"identifier": "EQ6cwKON70SspJqvK7TVVw==",
"identifierGuid": "c09c0e11-8da3-44ef-aca4-9aaf2bb4d557",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "2kB+SBzwM0ahHl9VGNmUNw==",
"accountIDGuid": "487e40da-f01c-4633-a11e-5f5518d99437",
"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-06-03T18:36:09.2295843",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "WZGxZsBtjEOkwK18EL+dnQ==",
"idempotentVoidGuid": "66b19159-6dc0-438c-a4c0-ad7c10bf9d9d",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "82",
"saleHeaderID": 1,
"saleHeaderGuid": "WrSHfzDYwU6XFW+NWu6Pxw==",
"saleHeaderIdentifierGuid": "7f87b45a-d830-4ec1-9715-6f8d5aee8fc7",
"created": "2026-06-03T18:36:09.2295843",
"createdLocal": "2026-06-03T18:36:09.2295843",
"createdText": "sample string 4",
"itemCount": 5,
"totalAmount": 6,
"cashTender": 1,
"cardTender": 1,
"cheqTender": 1,
"acctTender": 1,
"voucherTender": 1,
"loyaltyPoints": 1,
"cashout": 1,
"changeAmount": 1,
"rounding": 1,
"gstAmount": 1,
"transactionDiscountTender": 1,
"totalTip": 7,
"tranType": 1,
"processed": 1,
"imported": "2026-06-03T18:36:09.2295843",
"storeID": 1,
"operatorG_Uid": "XbjhJOHAcU6Sld2mTpGnVQ==",
"operatorGuid": "24e1b85d-c0e1-4e71-9295-dda64e91a755",
"customerG_Uid": "vdMUGyd760iwJAxHS9xENw==",
"customerGuid": "1b14d3bd-7b27-48eb-b024-0c474bdc4437",
"communityIdentifier": "gsr5NezIJ0iunM8big1TwA==",
"communityIdentifierGuid": "35f9ca82-c8ec-4827-ae9c-cf1b8a0d53c0",
"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": "RcpWnPhD20y46O/aASOGlQ==",
"priceLevelIdentifierGuid": "9c56ca45-43f8-4cdb-b8e8-efda01238695",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-06-03T18:36:09.2295843+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-06-03T18:36:09.2295843",
"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": "42"
},
"customer": {
"$ref": "75"
},
"communityOrganisation": {
"$id": "84",
"id": 1,
"identifier": "C70hYhoTfESOmJAVCHYJ7g==",
"identifierGuid": "6221bd0b-131a-447c-8e98-9015087609ee",
"name": "sample string 3",
"lookupIdentifier": "sample string 4",
"externalID": "sample string 5",
"phone": "sample string 6",
"fax": "sample string 7",
"email": "sample string 8",
"address1": "sample string 9",
"address2": "sample string 10",
"city": "sample string 11",
"postCode": "sample string 12",
"state": "sample string 13",
"country": "sample string 14",
"abn": "sample string 15",
"promoPeriodStart": "2026-06-03T18:36:09.2295843",
"promoPeriodEnd": "2026-06-03T18:36:09.2295843",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-06-03T18:36:09.2295843",
"deleted": true
},
"details": [
{
"$id": "85",
"saleItemID": 1,
"identifier": "hivrQcBfK0KFNHUFkszGwg==",
"identifierGuid": "41eb2b86-5fc0-422b-8534-750592ccc6c2",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "e2oVdNREAEuSCPYuxbpokQ==",
"pluGuid": "74156a7b-44d4-4b00-9208-f62ec5ba6891",
"accountID": "vfzQcAUVJ0WtxhkMTU6AqQ==",
"accountIDGuid": "70d0fcbd-1505-4527-adc6-190c4d4e80a9",
"normalPrice": 3,
"originalSellingPrice": 4,
"discountPrice": 5,
"unit": 1,
"quantity": 6,
"totalCents": 7,
"fixedPrice": 1,
"tranType": 1,
"discountType": 1,
"cost": 1,
"costDecimals": 8,
"markdown": 1,
"manualQuantity": 1,
"manualPrice": 1,
"manualMode": 1,
"active": 1,
"offline": true,
"barcode": "sample string 9",
"keyedSale": 1,
"discountedID": 1,
"fuelID": 1,
"serialNumber": "sample string 10",
"bestOrExpire": "2026-06-03T18:36:09.2295843",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "e/Q6E/dctkiXQOqTK1P3BA==",
"refundGuid": "133af47b-5cf7-48b6-9740-ea932b53f704",
"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": "Ge49kxbWm0y7bN1DzWK4vQ==",
"idempotentVoidGuid": "933dee19-d616-4c9b-bb6c-dd43cd62b8bd",
"priceLevelIdentifier": "a10P0QmWqkej1lAjeR5xHQ==",
"priceLevelIdentifierGuid": "d10f5d6b-9609-47aa-a3d6-5023791e711d",
"communityIdentifier": "oDM2OlVFQkSAe6wHgp4MTg==",
"communityIdentifierGuid": "3a3633a0-4555-4442-807b-ac07829e0c4e",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "86",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-06-03T18:36:09.2295843",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "86"
}
],
"refund": {
"$id": "87",
"id": 1,
"g_UID": "dqSEnmoed0OUYiMozW2I4A==",
"guid": "9e84a476-1e6a-4377-9462-2328cd6d88e0",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-06-03T18:36:09.2295843"
},
"modifier": {
"$id": "88",
"id": 1,
"setG_UID": "7eLpcMcUw0eVp8Si7zTDuA==",
"modifierSetGuid": "70e9e2ed-14c7-47c3-95a7-c4a2ef34c3b8",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "9wpmQnqkg0iJunAEDToxng==",
"pluGuid": "42660af7-a47a-4883-89ba-70040d3a319e",
"deleted": true,
"g_UID": "jZU66c/jVkaLBYD9DHMjvQ==",
"guid": "e93a958d-e3cf-4656-8b05-80fd0c7323bd",
"product": {
"$ref": "4"
}
},
"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": "wY+ueUgIWUSgiEIB/44/cg==",
"pluGuid": "79ae8fc1-0848-4459-a088-4201ff8e3f72",
"saleHeaderID": 2,
"totalCents": 3,
"grade": 1,
"gradeDescription": "sample string 4",
"dispenser": 1,
"hose": 1,
"quantity": 1,
"cost": 1,
"acquirerNum": 1,
"attendant": 1,
"ePurseBalance": 1.0,
"cardSignature": "sample string 5",
"compartmentNumber": 1,
"contractNumber": 1,
"discountCardPAN": "sample string 6",
"discountID": 1,
"discountName": "sample string 7",
"discountNetValue": 1.0,
"discountType": 1,
"discountValue": 1.0,
"discretionaryData": "sample string 8",
"driverID": "sample string 9",
"eftBatchNumber": 1,
"eftResponseCode": "sample string 10",
"endDateTime": "2026-06-03T18:36:09.2295843",
"engineHours": 1.1,
"fposNumber": 1,
"loyaltyCardPAN": "sample string 11",
"miscData1": 1,
"miscData2": "sample string 12",
"miscFlags": 1,
"mop": 1,
"odometer": 1,
"panNumber": "sample string 13",
"saleRefund": true,
"saleStatus": 1,
"sequenceNumber": 1,
"stan": 1,
"startDateTime": "2026-06-03T18:36:09.2295843",
"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": "VOzicDa86kGog8ObtuXp+A==",
"pluGuid": "70e2ec54-bc36-41ea-a883-c39bb6e5e9f8",
"accountID": "vKh9qHHMzkaLLtiy9QTy5Q==",
"accountIDGuid": "a87da8bc-cc71-46ce-8b2e-d8b2f504f2e5",
"normalPrice": 3,
"originalSellingPrice": 4,
"discountPrice": 5,
"unit": 1,
"quantity": 6,
"totalCents": 7,
"fixedPrice": 1,
"tranType": 1,
"processed": 1,
"discountType": 1,
"cost": 1,
"costDecimals": 1,
"markdown": 1,
"manualQuantity": 1,
"manualPrice": 1,
"manualMode": 1,
"active": 1,
"barcode": "sample string 8",
"offline": 1,
"keyedSale": 1,
"discountedID": 1,
"fuelID": 1,
"serialNumber": "sample string 9",
"bestOrExpire": "2026-06-03T18:36:09.2295843",
"bestOrExpireType": 1,
"refundG_UID": "/Nvd3y9140aCizq9Ug5SRg==",
"refundGuid": "dfdddbfc-752f-46e3-828b-3abd520e5246",
"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": "10yQradju0qpQV4AtDykOQ==",
"identifierGuid": "ad904cd7-63a7-4abb-a941-5e00b43ca439",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "fHAIfWbaO0aJKlQ9+lb2YA==",
"customerIdentifierGuid": "7d08707c-da66-463b-892a-543dfa56f660",
"operatorNo": 1,
"operatorG_UID": "J+efGbup2kO01G+XUtGzpg==",
"operatorGuid": "199fe727-a9bb-43da-b4d4-6f9752d1b3a6",
"created": "2026-06-03T18:36:09.2295843",
"ordered": "2026-06-03T18:36:09.2295843",
"started": "2026-06-03T18:36:09.2295843",
"completed": "2026-06-03T18:36:09.2295843",
"supplied": "2026-06-03T18:36:09.2295843",
"quickTicket": 1,
"deleted": true,
"walkAway": true,
"approxWait": 1,
"actualWait": 1,
"deliveryMethod": 8,
"externalSaleType": 9,
"customer": {
"$ref": "75"
},
"operator": {
"$ref": "42"
},
"details": [
{
"$id": "95",
"headerID": 1,
"plu": 1,
"pluG_UId": "CMIrhQRAQkmEOQMFnCPqWQ==",
"pluGuid": "852bc208-4004-4942-8439-03059c23ea59",
"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": "6YAFWhJBX0qlCe4DP8F+oQ==",
"headerIdentifierGuid": "5a0580e9-4112-4a5f-a509-ee033fc17ea1",
"product": {
"$ref": "4"
}
},
{
"$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": "Kfqq5eeSfkmvuHMAchfr9A==",
"surveyGuid": "e5aafa29-92e7-497e-afb8-73007217ebf4",
"saleHeaderGuid": "b8jjHS721UmceZdQjDBVWg==",
"saleGuid": "1de3c86f-f62e-49d5-9c79-97508c30555a",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "7aIB3PvtykmyY+MyJVvENg==",
"guidResponse": "dc01a2ed-edfb-49ca-b263-e332255bc436",
"whoAnswered": 2,
"answeredAtUTC": "2026-06-03T18:36:09.2295843",
"sale": {
"$ref": "82"
},
"survey": {
"$id": "97",
"g_UID": "6V9ziS5KhUOk6p82vrMkNA==",
"guid": "89735fe9-4a2e-4385-a4ea-9f36beb32434",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "bcb4sF9kmUKZOI/jjVgelg==",
"checkoutFormGuid": "b0f8c66d-645f-4299-9938-8fe38d581e96",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-06-03T18:36:09.2295843",
"end": "2026-06-03T18:36:09.2295843",
"deleted": true,
"updated": "2026-06-03T18:36:09.2295843",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"e0a091f5-ac12-40de-969f-570239592080",
"5a79a36b-19a6-47c7-9972-a2761fa64915"
],
"allowsAllTextResponses": true,
"surveyForm": {
"$ref": "50"
}
},
"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": "Qo2aguFIb0a9+UIp9wWw1Q==",
"accountIdentifier": "829a8d42-48e1-466f-bdf9-4229f705b0d5",
"accountName": "sample string 44",
"customerOrderIdentifier": "GHrSintimUyaZWUFlJiLcQ==",
"customerOrderIdentifierGuid": "8ad27a18-627b-4c99-9a65-650594988b71",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "98",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "Z7nOY9oVMU2ogTdsR4p50Q==",
"paymentIdentifierGuid": "63ceb967-15da-4d31-a881-376c478a79d1",
"identifier": "dxa/Kmi9sUuZaddHU1K+8Q==",
"identifierGuid": "2abf1677-bd68-4bb1-9969-d7475352bef1",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "piRlUdyZ40GazBIyE2SLkg==",
"itemIdentifierGuid": "516524a6-99dc-41e3-9acc-123213648b92"
}
},
{
"$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": "CPG/ooA8GUK6dmf1afQwKQ==",
"customerIdentifierGuid": "a2bff108-3c80-4219-ba76-67f569f43029",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "nVUrkejIn0S7z3DU5G/65w==",
"idempotentGuid": "912b559d-c8e8-449f-bbcf-70d4e46ffae7",
"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-06-03T18:36:09.2295843",
"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-06-03T18:36:09.2295843",
"labelPageLayout": "gFy5Tq3k1EK1CvQmnzIYww==",
"pageLayoutGuid": "4eb95c80-e4ad-42d4-b50a-f4269f3218c3",
"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-06-03T18:36:09.2295843"
},
{
"$ref": "103"
}
]
},
"customerVouchers": [
{
"$id": "104",
"id": 1,
"customerIdentifier": "0rPeThvUgk6ndTIhYge1lA==",
"customerIdentifierGuid": "4edeb3d2-d41b-4e82-a775-32216207b594",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-06-03T18:36:09.2295843",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "C6tx7V7oD02ZqzqZ8mK/ig==",
"issuedIdempotentGuid": "ed71ab0b-e85e-4d0f-99ab-3a99f262bf8a",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-06-03T18:36:09.2295843",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-06-03T18:36:09.2295843",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "fXnMFBB5PE63bZz2u+L82Q==",
"redeemedIdempotentGuid": "14cc797d-7910-4e3c-b76d-9cf6bbe2fcd9",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-06-03T18:36:09.2295843",
"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": "LsAWGQ07jUisfQ+MAWKWXw==",
"groupIDGuid": "1916c02e-3b0d-488d-ac7d-0f8c0162965f",
"campaign": {
"$ref": "71"
},
"group": {
"$ref": "79"
}
},
{
"$ref": "105"
}
],
"signIqTickets": [
{
"$id": "106",
"identifier": "Oue7xR9F3USktGyxI0nHtQ==",
"identifierGuid": "c5bbe73a-451f-44dd-a4b4-6cb12349c7b5",
"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": "4nBave8kFk+s4RWkqOhkwg==",
"guid": "bd5a70e2-24ef-4f16-ace1-15a4a8e864c2",
"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": "l1yfqJaRp0WtLSy93+F70w==",
"groupGuid": "a89f5c97-9196-45a7-ad2d-2cbddfe17bd3",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "DP1d651IaUaA0tnGBdh9Jw==",
"pluGuid": "eb5dfd0c-489d-4669-80d2-d9c605d87d27",
"priceGroupG_UID": "sC2zclR40E+aGI/sE3Ynlw==",
"priceGroupGuid": "72b32db0-7854-4fd0-9a18-8fec13762797",
"campaignPoolID": "sample string 7",
"quantity": 1,
"campaign": {
"$ref": "71"
},
"product": {
"$ref": "4"
},
"priceGroup": {
"$ref": "35"
},
"campaignPool": {
"$ref": "71"
}
},
{
"$ref": "108"
}
]
},
{
"$ref": "107"
}
],
"priceLevels": [
{
"$id": "109",
"id": 1,
"priceLevelIdentifier": "6uuIttXI10+I8b74IcLAAg==",
"priceLevelIdentifierGuid": "b688ebea-c8d5-4fd7-88f1-bef821c2c002",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "109"
}
],
"promotionType": {
"$id": "110",
"identifier": "Qe+cQlRZN0CXu0oE703fNg==",
"identifierGuid": "429cef41-5954-4037-97bb-4a04ef4ddf36",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "4PRG2avcEUK24mpC+3r/kA==",
"labelPageLayoutGuid": "d946f4e0-dcab-4211-b6e2-6a42fb7aff90",
"priceLevelIdentifier": "nQAPVVOMhk2XhlYJV/Cp7w==",
"priceLevelIdentifierGuid": "550f009d-8c53-4d86-9786-560957f0a9ef",
"active": true,
"updated": "2026-06-03T18:36:09.2295843",
"hostName": "sample string 11"
}
},
"product": {
"$ref": "4"
},
"dealCost": {
"$ref": "2"
}
},
"currentCostStart": "2026-06-03T18:36:09.2295843",
"dealCosts": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"tags": [
{
"$id": "111",
"pluG_UID": "z+r1WUPFFE+R/2aZB2DAbQ==",
"pluGuid": "59f5eacf-c543-4f14-91ff-66990760c06d",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "111"
}
],
"alternateProductG_UID": "vnsZOMNqdEWS6v8hXN3+VA==",
"alternateProduct": "38197bbe-6ac3-4574-92ea-ff215cddfe54",
"altProduct": {
"$ref": "4"
},
"productHostCode": {
"$id": "112",
"id": 1,
"pluG_UID": "6inZPGoFuUKv2fQmsjes8A==",
"pluGuid": "3cd929ea-056a-42b9-afd9-f426b237acf0",
"ibaCode": "sample string 2"
},
"mscCat": {
"$ref": "65"
},
"mscCom": {
"$ref": "66"
},
"mscDep": {
"$ref": "68"
},
"mscSubCom": {
"$ref": "67"
},
"isUserUpdate": true,
"ignoreMasterProduct": true,
"priceGroupLabelRequested": true,
"firstSold": "2026-06-03T18:36:09.2295843",
"inventoryTracked": "2026-06-03T18:36:09.2295843",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "113",
"pluG_UID": "Mid/Khvt0EezzR0GbIoN4Q==",
"pluGuid": "2a7f2732-ed1b-47d0-b3cd-1d066c8a0de1",
"fuelPluG_UID": "hfRycwxxQ0O/6on2IiaYFA==",
"fuelPluGuid": "7372f485-710c-4343-bfea-89f622269814",
"price": 3,
"productDescription": "sample string 4",
"productBarcode": "sample string 5",
"fuelProductDescription": "sample string 6",
"fuelProductBarcode": "sample string 7",
"fuelProductPrice": 8
},
"productFuelLinks": [
{
"$ref": "113"
},
{
"$ref": "113"
}
]
},
"incrementCount": true,
"minimumQuantity": 1,
"randomWeight": true,
"salesMode": 47,
"cartons": 1,
"weight": 1,
"units": 1,
"autoOrderStatus": 1,
"invoiceDetailReceive": true
}
application/xml
Sample not available.
text/xml
Sample not available.
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
PK ���\%=�� 5 xl/workbook.xml � (� ����0D{$���`.qDN�4��&V�C�Q�|G�DG�3;�v�`}���#ݛP���1��� Z�6֡I;i����1+�X[��h"�o�'汇�� �r�N�X�y�&��Q�J�2�Z��c���!d����h6��o�g�r�1���5D�$;���;J|��pG��A6�RQ���^`�Ϳ�/PK ���\���� � [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
���\�(�e' ' _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="R5f1fc36e564c4e91" /></Relationships>PK ���\$�+8� �F xl/worksheets/sheet1.xml � (� �\ko��+��_����i7i�<�6������Fc+���?��sE��+�@�C���9�4z�O�-V�7˻G������ryus������������gߗ���� �����z4�^���tzzy�����.�,�h��ru{���\�}�����r�//��.�֧Z)�Z|�Xӣ�o��O~�6��/�����n?�8����nr~vuC�o��d���h2��������lk��f��>��d�)�].���dz�G��=�3~�}�������������O7_� %��s��|����������ſۿ��\���'3u�xk�B&'�_���������~=�7~��������~�{���
6z�b����a��=?L��O�t�j�w�ݑ���������ڠz�X���a?N�*�]}_|�܇�p��v&}�A���J�QǞ0P�=!��'$�A�;5E�h��&�и7H�[0�9���qB��c�"���'$�A8��DDș�v@8�$FBFI��s&:�"hĆJ���RR'Jj��`�� W��F��w��z��(�6>B��DImrB�h��h�w-W�%�͝����`��&�pH�ԅ;4�A�-�(�}!�!��
:��H�P�؍Wo�J'F�� �D@�Hme�DI]x��B$2�A-1Ҩ�|�;�b$^7NH�4E`q�Mb�)�$�-�e[�y��&W&Q���.Sy�6&1�d��S�@Et�
��H�4.Wfp֨�#���"RxwaCʦ1��&ґn�@��؟i
�&�dD�����[���ML��og)F!�lb����d���A[ߐ�ML�e��H�@�a�ML��w��jR�w�Ă��c��m��&&ڌ�8
���c�иM��h&R�#�Um=��D
.kr��5�l펋����-�mh8G�8i1ǁ�@i��J�K4R��IWp�#j;��I�g�Q��7X�ЅK�t:?���(Dh�['$N�'��X�6�ZyE�qB�+RH��'*E�h�J7/�@��]FEO��zSz����DEW8��i�!E�� ��.殝�.C����!�j�DEW�ǰ
Nڙ�|��W�Wx� �1ɆOL�E�6F[�G�'�������}Q�x���G ��=26�DA�
�� Mʎ�Z�PA���I�$�8�H>QчMG�w�`�ԲOT�Fh�(�1�I�����@U7�>$
u���� Ǟ�8�'$.s �!q0�Cw&�C�_H��НC��p{�TS���Rh!��b�4Y#+�8�����kQ��D
[�F�E�NH\�E6�1n�+�8��k�PǢ�}MD��1yCL\�����s�M)�t�c�����
y|�1&�M�n��W6����8t��k6��8�c����s�hJzP��'��`1&.b�E*oA=H�91qw\�l[_�0�s����s>���������x,'1q����8�E׆�F�aL�'������&Nb(<��S#R1L���/R}�1Tf53)z�X�t���h�v�mu�s5��UFG=��UTkojU�<chl������\���y���V;JZE��rT�,�mu����V��3���r��Ga���j�����:4P�Z�*)MPCs[�H��Q�`(d" �U ���
sy;~ְ��Sr���<���l쒅�8uo��ᑿm�1��6wO����F/��Bh���|
�m�v×l����8y�n�a؍_���#O!� @��dM%��"�@�����lCg�HXZ��$��O�)��������lc6�'�CG�o�t��@>��Sr���
}#��a�0栀�4�q�w�C ~C�9cx�d��^1��G2a�
U��+�v����CGIJ��:B�M�Ptߕ��I�F�D`�ˀ>tT
�D��5�ЇV;0�a�tܠN�
� �IN�B�l���>����7-����_�/��V��'��2=a�ӌ~���2����~r~��\��~��}���[@i��[�Ң߷0���}[Z<ٷp��/���x�oJ�g����u�K��b�� C��`�`}%�0\_&�7� C�7��A�V0a��.�0p�L���1t�&�� C��`���S0a��%�0tg�5�w&�P3|g��3A��!<�h�3A��a<i�3A���<Di�3A���,�p�e�� M�q�i88-�YP��8�gA���,�r��Z�� Q�q4j9H-�YP��82ugA���<t��sA���<t��sA���<t��s)l2��N�y.��1��N=�&�z���S�qt�9N=�YЩ�8:�gA���,��s��z�����qt8N�Y�i�8:
gA���,�4p���s'�40�;A���� :��N�i������p��F�s'�42�;A����II.ùt9N#�Y�i�8:E���S�8:E���S�8:E���S�8:E���S�8:E���S�8:Ł�J�93�
�C-Hú�
���K5�bh��ZA1�{A���WP�^,(�x/(x-��^
��f�׃� Z�a/���&���#.���.�"�W��T��ڰ�
U^�R����^*Vy��K�*�{�`�Ub/�x��^)���y��K
�b/)����`^->����������w�'-�� �dý̈szɆ7�F��D�a��K�ٮ�kO+kϤ����*ٰ�.ٰ�!ٰ�)ٰ�����4GN7�5_��Z��d���M�a�x+ٰ��]�aW��dî�]�J�K��u}a�q�͟�����6���Ů����|�ImkM^���f�j���������#/j�yY[|U[|][|S[�������{m��������l�>f�w4������x�^���IƼ��yM�ǵŚ<�5y�k���1������(��ÛK��_���#1��j������f�[#���\�5{��Z����-~�-~�-�˼Y�Zd�j���)���9BA�̤{r��/#X�=�x*�I�o&wbX��7uȍ�������Jr�-�n��"�=�O*�1{�eL�[~W_~__�"��wR����ݟ���F�T�qT�B�����7�K��È^*��ީ�,/K�"
�*�/� �/zI�{����9����&Z������/��ĺWKA��zQ�{���O�z)h�P/�g��j9h?&��E;5�Z��kQ�qC�?�)�ٯ�\/.��'��z��������9�PK ���\i%,�� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞8�M��ݰa[z��3N�&�e�@�Ƃ#q�"A*�`��h~OO��|����扽���
dI
��4ݨ��A=T��m4a�~�gqE���s/��'ƒ�e܌!���� {�y���[2�ɎK�!�FI�F�g��05��� 숮���O��kȒH��5p ĺP]%I)Ar
��M͇�D���;_���J�Y�e��,����{.^z�,/�0_ם�%RK��ҫ����PK ���\Ѓ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 ���\y�w&. �6 xl/sharedStrings.xml � (� �iO�8��J��7����F���5\C� �h��N�&"��� �����-;�����ԩ�.��u�|��c��ӊee���:1��h�IVl�??]���I���,���=e�G?��X}��z�Z�NOY�J����;Z &-�-��ڜ�]EI�^)����m���d��Q\6E
����QSd4t1B`��ۗ��2�E������߾�r��ɒ9�椕�{���x�y��������l�]9��d]�t{_�T��V��n���v�tN*�0��R�ɪ&u��Rӳw��d�+l�r����sĪ��rl@��b���),�w��-h���/e�B'�TuY��J�!Y�W;��T^�yr����F'�!���f���N58��4{W��\�a[��Z�n\>�V/�eN��C�Ŋ�/?��w�P�(��`Q(���p����I����f����G0S|��.]���y���-�6Y��zQ��TO #��,b�3-�vx-Q{"�\UB#���x�\��
�IqP/��EY���������tNn�0�o$o87�}�+�8�X��5"� Ч�&�MVWTY�S�x�3p%�q�r�[�<G\�(�^���xR���Z��YE�ljp��������aX �Ԫ��X��S��J� �q`j���i�
"��TI�Y�a<q�F�dD5M��r�\��b��+�
��$u�ʘ2��|]�����
u��2��"���DN�Y��?�HQ��>��ZdF>��]�K����G�j'���8l�����(��b0�;�Q�/�vG�MqG�j������v5$ڪ"9&��V/^I���5�8�i�_ N������본s� W� ٭&������b�����oA���֯%f�B���3�ڣ��k���ب�6!�!�"�6�O��8D�^���eÈFOl���i�.��VOX\ѭ�dH��gΊ�����♓v�[���tmf����.�ë��i�!��e�t{1��|_���5G��K�:����pS30�����A��{k�s�
Dil��k?n����M���<vL�ЌMÏ<x`�0N#�X�c�s�"�PqW�Ŏ���O���hWѻ�$��)뜢���@�a*�T��w3e~�.�3m����mE�4�c�##���p-��kç�Gnl����l�gxe�^���?�[R�
�N��������P�D�p��ǁ`C�4$�ԄP�O�Ȍ�a:�g{^D���b�O�*����������磯G�?��
����?o!�B�ſ�&�Goq/��Ñ�`#nQ�<����N�S�b���ҕ�X�wˢvl�͇M�ay� 8q�0���i��[��75�ԋ�ώs����zv:O LJ���GVǯ�O�v�%e�#ǂA�{S�:�,Vb˝�K�!i`&�~����;�q
�D>
�0�-"��job��6���GA��<���sj������?����-'�vU�\�μ�P�ȇ$
�o�c��t���#8�?3D�'�y���f�Ru��qY$R�rۜ�ZT��N����')�ç�S�xx�f���(�!�zK�G�&j��,4vNyUy����Hl�7��$�����3��w}�����V��As_\��6��h�� �נ��iUe ��V���3���Z.�z!}�s6�PM����z��p
R9E`��`���Rb%����0��lG@}�iX��-@�Y���1gTP�8�#]W��
�kS���i�� s��qހ]Am�H��F�0U����V���_�)~�⦆)i���`j��ߞ�֢ug��3���a_-9�t܁֞��SZ��x�3�u�����G4�
�wr��V@�@�Z3���w+�4�]%Xn
HpĸאĔ�~��ژ�����A�r}0�$���2����*W xx|!}-F�E����8i����������b��sv7�>d�A�N+J7F΅�8��e5�/������|(�� �D����t>�s�@����żg�n�ڋ���xF��B�M<�XۑoP꺄��ޔI/���XjR�jHm�T�8��K�U0�*�Sg���J�{�@�6�W�M�fϐk|���l3�C��,-�q�Z��(8�K��4G3 ߚ��H�J�Is�ޕ� ��Hp1ЕxܠN�I��F�����K��e�%d~��R����}��'l6��V�;�PՈ4ɏZ�6��㮭�5�YV�������>2lj4�954�dz
��Kҥ��v��ϠÌ3�8�1���f� G���7*E��9�I�x�Ae@���A��
&�ܾV�4O�S�S�*Mk�$�U�b�,�N���yi#d9�je���
�+��/�Z���ѵn�M� NC�u70�x���6
�IMj�4�M�����0�B�ΓZ��Qb$.u7\�F��pbzQ�I
o?�R֝�GG�����d"�=��L�)���Œàӊ2��\���)�$��e6���:c�ܥ$�瞣�̈��QX$����d�����P��CrR0�G
N;�,�U��4�2CҬ��P���5�7�� \e�jh΅�8z�2��rؗD��mE���8T��Ҫ�g�S���ު
��=��R�+։}����&~�r�ݥ�g1�7!�L��cv�m�2_�����s�BN�q��+��-)�k ��I�D��D�����_�1b+Z��flO��⸁�b#nָz���i<S� �%�ݭ����{r\ز� (�.z��G��*P]�5�"
�fVE�߆��i��J%�i��^Xv_HK��e��<��>�?ɇy-��~�����:�W��$,+�>����])Z�HҵKx';�L�Q~��x���C�0��z���� ��~��ez
k� )�e����{�[�R�A=�)<��[�e����Jm�Nߌ!�F���h6�51t�}!ӛ �1Z����3��t�8� ��8M�@q��](8/d����}%�����cq�}3Ql�,K��d{2zl�V�*�<�OH�o�w<����=Ah���x�+�9dT���"�-)��$c���[30l�ϡg������O�%���;B)=j��m�h���kid>��,+��x��`R�ݸ]-�$���ӆ�5�N}�Z�cP�G��M��Ґ����i[@C2�A��J7�2��wP\�_J�m����^ C�����br�� H@�X�LYBv!ڄ(�/9n~�G �T�]�D��n���QB�"��q:��H'����&ӳ(�_�m��L���}+�����m N�hg«s˵'�ꨜ�::w.���St��b�h]'��p��?`�Ci{���y�l���.Xκ
w
,��(�g C&B�
-&��W����O��Mȟ��vG���ʢ{�/�EG4�~��I%���d�j:�pQ��u6z� evrv��OY>ޱ�CK�3Y��chd�6rx�+k��"��l��!^ Խ!�=
~�R��m�O����� �>�Մh�x�\��"�{ЂH��Я���V�Y
,s��u�(b�?��g��Od�}��8��Uš7Y�&����>�����PK- ���\%=�� 5 xl/workbook.xmlPK- ���\���� � � [Content_Types].xmlPK-
���\�(�e' ' T _rels/.relsPK- ���\$�+8� �F � xl/worksheets/sheet1.xmlPK- ���\i%,�� P � xl/_rels/workbook.xml.relsPK- ���\Ѓc'2 E
# xl/styles.xmlPK- ���\y�w&. �6 � xl/sharedStrings.xmlPK � "