GET api/invoice/detail/{guid}
Get invoice detail
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| guid |
Detail identifier |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Matching invoice detail model
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. |
| 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. |
| 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": "RLUXPawXckiJEfAkcoURjQ==",
"identifierGuid": "3d17b544-17ac-4872-8911-f0247285118d",
"headerIdentifier": "ay7X8xEuxUOPlzOkk/g80g==",
"headerIdentifierGuid": "f3d72e6b-2e11-43c5-8f97-33a493f83cd2",
"pluG_UID": "LDNM6lDct0eE6OVhb9GYEw==",
"pluGuid": "ea4c332c-dc50-47b7-84e8-e5616fd19813",
"pageNo": 1,
"lineNo": 1,
"itemOrdered": "sample string 1",
"itemShipped": "sample string 2",
"apn": "sample string 3",
"barcode": "sample string 4",
"prodStatus": 0,
"dateAvailable": "2026-04-03T06:27:06.0514418",
"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,
"freightAmount": 14,
"freightGstAmount": 15,
"extFreightAmount": 16,
"extFreightGstAmount": 17,
"costDecimals": 18,
"wetRate": 1,
"containerDeposit": 1,
"basePrice": 1,
"wetValue": 1,
"deliveryFee": 1,
"casePrice": 1,
"wholesaleExt": 1,
"wetExt": 1,
"totalLitres": 1,
"tun": "sample string 19",
"applyDetails": true,
"applySell": true,
"applyCost": true,
"applyOr": true,
"applyQty": true,
"itemNumber": "sample string 20",
"directNumber": "sample string 21",
"itemSize": "sample string 22",
"costGst": 1,
"sellGst": 1,
"costOr": 1,
"sellOr": 1,
"marginOr": 1,
"grossProfit": 1.0,
"sell": 1,
"cartonCost": 1,
"currentCost": 1,
"costID": "A",
"costStart": "2026-04-03T06:27:06.0514418",
"costEnd": "2026-04-03T06:27:06.0514418",
"createdFromUnknownScan": true,
"orderGuid": "qEtFdtMH2kms8NkuFlcUdA==",
"orderIdentifierGuid": "76454ba8-07d3-49da-acf0-d92e16571474",
"processed": true,
"received": true,
"inventoried": true,
"fromElectronicInvoice": true,
"allowDelete": true,
"updated": "2026-04-03T06:27:06.0514418",
"invoiceNo": "sample string 28",
"hasInventory": true,
"existingCost": 30.1,
"existingSell": 31.1,
"futureCost": 1.1,
"futureSell": 1.1,
"nextSell": 1.1,
"nextSellCampaignName": "sample string 32",
"nextSellCampaignDescription": "sample string 33",
"unknownScan": {
"$id": "2",
"pluG_UID": "qlZHAK4CEkW8N4aJ4hEXMw==",
"pluGuid": "004756aa-02ae-4512-bc37-8689e2111733",
"invoiceIdentifier": "Iv7wuoXMH0aee9wq4axs8Q==",
"invoiceGuid": "baf0fe22-cc85-461f-9e7b-dc2ae1ac6cf1",
"barcode": "sample string 3",
"itemNumber": "sample string 4",
"created": "2026-04-03T06:27:06.0514418"
},
"productActive": true,
"productSalesMode": 35,
"productGSTPercent": 36,
"productCostCalcMethod": 37,
"productAlwaysApplyMargin": true,
"productMarginRanged": true,
"productMargin": 1.1,
"productMinimumMargin": 1.1,
"productMaximumMargin": 1.1,
"priceGroupG_UID": "Cq7I1Y1gREuTZdCYIpslPA==",
"priceGroupGuid": "d5c8ae0a-608d-4b44-9365-d098229b253c",
"priceGroupName": "sample string 40",
"priceGroupCode": "sample string 41",
"product": {
"$id": "3",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "Fn4fuckyXEGwkAJeY8jPtw==",
"guid": "b91f7e16-32c9-415c-b090-025e63c8cfb7",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "xB8bHeqvQUqtvGz/Ntez/g==",
"priceGroupGuid": "1d1b1fc4-afea-4a41-adbc-6cff36d7b3fe",
"blueprintID": 1,
"lastCountedDate": "2026-04-03T06:27:06.0514418",
"externalID": "sample string 7",
"active": true,
"activated": "2026-04-03T06:27:06.0514418",
"pluCreated": "2026-04-03T06:27:06.0514418",
"createdByUser": "sample string 9",
"name": "sample string 10",
"nameChanged": true,
"secondDescription": "sample string 12",
"hostDescription": "sample string 13",
"keepCartonQty": true,
"keepDescription": true,
"keepDepartments": true,
"keepSuppliers": true,
"markdownDescription": "sample string 18",
"altDescription": "sample string 19",
"bestOrExpire": 20,
"lastUpdate": "2026-04-03T06:27:06.0514418",
"lastManualUpdate": "2026-04-03T06:27:06.0514418",
"imageName": "sample string 23",
"showImageOnFlipCharts": true,
"showTextOnFlipCharts": true,
"overrideFlipChartText": true,
"flipChartText": "sample string 27",
"salesMode": 1,
"eftCode": 1,
"price": 1,
"priceChanged": true,
"rrp": 1,
"gstPercent": 28,
"gstPercentChanged": true,
"costGSTPercent": 29,
"costGSTPercentChanged": true,
"wetPercent": 1,
"priceOverride": 1,
"cost": 1,
"currentCost": 1,
"currentCostDecimals": 1,
"grossProfit": 1.0,
"currentCostDesc": "sample string 30",
"currentCostEnd": "2026-04-03T06:27:06.0514418",
"currentCostUpdated": "2026-04-03T06:27:06.0514418",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-04-03T06:27:06.0514418",
"defaultGP": 1,
"breakTargetMode": 33,
"break1": 1,
"price1": 1,
"target1": 34,
"break2": 1,
"price2": 1,
"target2": 35,
"break3": 1,
"price3": 1,
"target3": 36,
"break1Changed": true,
"price1Changed": true,
"target1Changed": true,
"break2Changed": true,
"price2Changed": true,
"target2Changed": true,
"break3Changed": true,
"price3Changed": true,
"target3Changed": true,
"breakTargetModeChanged": true,
"margin": 1.1,
"marginChanged": true,
"marginRanged": true,
"marginRangedChanged": true,
"minimumMargin": 1.1,
"minimumMarginChanged": true,
"maximumMargin": 1.1,
"maximumMarginChanged": true,
"overrideHostWarehouseIndicator": true,
"overrideHostWarehouseIndicatorChanged": true,
"overrideHostPrice": true,
"overrideHostPriceChanged": true,
"overrideHostCost": true,
"overrideHostCostChanged": true,
"overrideHostMargin": true,
"overrideHostMarginChanged": true,
"alwaysApplyMargin": true,
"alwaysApplyMarginChanged": true,
"aws": 1.0,
"paws": 1.0,
"awsUpdated": "2026-04-03T06:27:06.0514418",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "yNhz8QvL+EiR3Zsc2XRqbQ==",
"altPLUGuid": "f173d8c8-cb0b-48f8-91dd-9b1cd9746a6d",
"altPLUGuidChanged": true,
"altPriceDescription1": "sample string 54",
"altPriceDescription2": "sample string 55",
"cartonQuantity": 56,
"cartonQuantityChanged": true,
"trayID": 1,
"promptID": 1,
"tare": 1,
"packQty": 1,
"fixedWeight": 1,
"extraMesg": 1,
"text1": "sample string 58",
"text2": "sample string 59",
"text3": "sample string 60",
"labelText": "sample string 61",
"labelTextChanged": true,
"sendToScale": true,
"nonScaleWeigh": true,
"labelFormat": "sample string 65",
"barcodeFormat": "sample string 66",
"austMade": 1,
"coolCode": 67,
"countryOfOrigin": "sample string 68",
"percentContent": 69.1,
"departmentID": 1,
"subDepartmentID": 1,
"minorDepartmentID": 1,
"lesserDepartmentID": 1,
"deptCode": "sample string 70",
"subDeptCode": "sample string 71",
"minorDeptCode": "sample string 72",
"lesserDeptCode": "sample string 73",
"deptName": "sample string 74",
"subDeptName": "sample string 75",
"minorDeptName": "sample string 76",
"lesserDeptName": "sample string 77",
"departmentChanged": true,
"subCategoryID": 1,
"expiry": 1,
"showDays": 1,
"datePrint": 1,
"labelRequired": true,
"labelShelfQty": 80,
"labelShelfChanged": true,
"labelTalkerQty": 82,
"labelSmall": true,
"labelLastPrinted": "2026-04-03T06:27:06.0514418",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "/WGXy95XuEeRlLwdL2IfNQ==",
"shelfPageLayoutGuid": "cb9761fd-57de-47b8-9194-bc1d2f621f35",
"talkerPageLayoutG_UID": "MlgiAcc0NUmp9/QO6JC50A==",
"talkerPageLayoutGuid": "01225832-34c7-4935-a9f7-f40ee890b9d0",
"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": "sOohN3tSl0amANp1o2pF8Q==",
"inventoryIdentifier": "3721eab0-527b-4697-a600-da75a36a45f1",
"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": "ojZWISQRakGrU0ezAUzz4g==",
"parentPluGuid": "215636a2-1124-416a-ab53-47b3014cf3e2",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "kvkjdut58U6JRriiNSc3gw==",
"supplierIdentifierGuid": "7623f992-79eb-4ef1-8946-b8a235273783",
"supplierChanged": true,
"rebateSupplierIdentifier": "LQacv6SdVUiTO6VQA47U1A==",
"rebateSupplierIdentifierGuid": "bf9c062d-9da4-4855-933b-a550038ed4d4",
"rebateSupplierChanged": true,
"availableForOrder": true,
"warehouseDirectIndicator": "sample string 109",
"warehouseDirectIndicatorChanged": true,
"productGrade": "sample string 111",
"productType": "sample string 112",
"productGroup": "sample string 113",
"complianceIndicator": "sample string 114",
"inhouseBrand": "sample string 115",
"slowMoving": true,
"generalMerchandise": true,
"comment": "sample string 118",
"lastUpdatedByUser": "sample string 119",
"lastManualUpdatedByUser": "sample string 120",
"lastUpdatedByUserOverride": true,
"lastUpdatedByHost": "2026-04-03T06:27:06.0514418",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "Pd5+/o6agEKkOInEVxWzOg==",
"hostIdentifierGuid": "fe7ede3d-9a8e-4280-a438-89c45715b33a",
"serviceFeeID": 1,
"serviceFeeIDChanged": true,
"providerName": "sample string 126",
"aisleEnds": "sample string 127",
"deleted": true,
"deletedChanged": true,
"hidden": true,
"doNotRange": true,
"doNotRangeChanged": true,
"doNotOrder": true,
"doNotOrderChanged": true,
"locked": true,
"excludeFromWebUpdate": true,
"excludeFromWebUpdateChanged": true,
"webPriceBasedOn": 138,
"webPriceRounding": true,
"webMarkup": 140,
"webPriceMode": 141,
"altDepartmentID": 1,
"altSubDepartmentID": 1,
"altMinorDepartmentID": 1,
"altLesserDepartmentID": 1,
"altDeptCode": "sample string 142",
"altSubDeptCode": "sample string 143",
"altMinorDeptCode": "sample string 144",
"altLesserDeptCode": "sample string 145",
"altDepartmentChanged": true,
"storeProducts": [
{
"$ref": "3"
},
{
"$ref": "3"
}
],
"store": {
"$id": "4",
"id": 1,
"isMaster": true,
"isElectedMaster": true,
"electedMasterStoreID": 1,
"isZoneMaster": true,
"shortName": "sample string 3",
"url": "sample string 4",
"sortOrder": 1,
"name": "sample string 5",
"phone": "sample string 6",
"fax": "sample string 7",
"email": "sample string 8",
"address1": "sample string 9",
"address2": "sample string 10",
"city": "sample string 11",
"state": "sample string 12",
"country": "sample string 13",
"postCode": "sample string 14",
"delivery": 1,
"exportAccounts": 1,
"salesAccountFolder": "sample string 15",
"purchaseAccountFolder": "sample string 16",
"initLoad": 1,
"initIDs": 1,
"zoneID": 1,
"actAsMaster": 1,
"lastActiveUtc": "2026-04-03T06:27:06.0514418",
"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": "FiiPg6Xf10OBFWKfWYj4Xw==",
"hostIdentifierGuid": "838f2816-dfa5-43d7-8115-629f5988f85f",
"hostName": 1,
"hostAddress": "sample string 27",
"hostUsername": "sample string 28",
"hostPassword": "sample string 29",
"excludeFromLeadInOut": true,
"accountingProvider": 31,
"accountingAddress": "sample string 32",
"accountingUsername": "sample string 33",
"accountingPassword": "sample string 34",
"storeAccountingCode": "sample string 35",
"softwareVariance": 36,
"fuelWarningVariance": 37.0,
"fuelErrorVariance": 38.0,
"fuelAccumulatedWarningVariance": 39.0,
"fuelAccumulatedErrorVariance": 40.0,
"drawManagment": 41,
"endOfDayManagment": true,
"autoFillCashBalancing": true,
"fuelDayVariance": 44,
"accountingTradingTime": "00:00:00.1234567",
"stockActivateProduct": 46,
"defaultOrderDocumentId": 1,
"defaultStockReceiveDocumentId": 1,
"giftCardSalesAccountingDeptCode": "sample string 47",
"transactionDiscountAccountingDeptCode": "sample string 48",
"size": 49,
"updated": "2026-04-03T06:27:06.0514418",
"priceZone": {
"$id": "5",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "Ib9xwi1iKkakAB2Qiz8pXQ==",
"hostIdentifierGuid": "c271bf21-622d-462a-a400-1d908b3f295d",
"sortOrder": 3,
"zoneMasterStoreID": 1,
"electedMasterStoreID": 1,
"containsElectedMasterStore": true
},
"priceZoneName": "sample string 51",
"storeFuelConfigured": true,
"shippingAddressCopied": true,
"shippingAddress": {
"$id": "6",
"storeID": 1,
"addressType": 1,
"address1": "sample string 1",
"address2": "sample string 2",
"city": "sample string 3",
"state": "sample string 4",
"country": "sample string 5",
"postCode": "sample string 6"
},
"billingAddressCopied": true,
"billingAddress": {
"$ref": "6"
},
"hostStoreSettings": [
{
"$id": "7",
"id": 1,
"hostIdentifier": "CzHjj1jKQ0mpRM4UWCKZNw==",
"hostIdentifierGuid": "8fe3310b-ca58-4943-a944-ce1458229937",
"storeID": 2,
"username": "sample string 3",
"password": "sample string 4",
"passwordPlain": "sample string 5",
"serverAddress": "sample string 6",
"serverPort": 1,
"excludeFromLeadInOut": true,
"useForHostFile": true,
"metcashPillarID": "sample string 9",
"metcashStateCode": "sample string 10",
"metcashCustomerID": "sample string 11",
"metcashTradingPartnerID": "sample string 12",
"drakesCustomerNumber": 1,
"sparCustomerNumber": "sample string 13",
"sparOrderUsername": "sample string 14",
"sparOrderPassword": "sample string 15",
"sparOrderPasswordPlain": "sample string 16",
"pharmXSiteID": 1,
"ibaZoneID": 1,
"ibaState": "sample string 17",
"foodlandStoreCode": "sample string 18",
"ilgMemberNumber": "sample string 19",
"ilgOutletLocation": 1,
"ilgBaseCost": 1,
"ilgApplyNonAdvertisedPromos": true,
"ilgExemptFromFreight": true,
"ilgOrderDealReview": true,
"ilgFinanceFee": 1,
"secondPassword": "sample string 23",
"secondPasswordPlain": "sample string 24",
"secondServerAddress": "sample string 25",
"processPromotions": true,
"hostProvider": 0,
"host": {
"$id": "8",
"identifier": "bimTBfIMPUu8YKcjkmP0Cg==",
"identifierGuid": "0593296e-0cf2-4b3d-bc60-a7239263f40a",
"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": "Cw/z1/YFfkeh3XdtktljDg==",
"hostSupplierIdentifierGuid": "d7f30f0b-05f6-477e-a1dd-776d92d9630e",
"loyaltyPriceLevelIdentifier": "sYDxspelOUirkoOEZhd84w==",
"loyaltyPriceLevelIdentifierGuid": "b2f180b1-a597-4839-ab92-838466177ce3",
"isGroup": true,
"description": "sample string 22",
"hostProvider": 23,
"hostTypeEnum": 24,
"hostType": "sample string 25",
"hostCode": "sample string 26",
"username": "sample string 27",
"password": "sample string 28",
"passwordPlain": "sample string 29",
"server": "sample string 30",
"url": "sample string 31",
"global": true,
"stateCode": "sample string 33",
"lastCollected": "2026-04-03T06:27:06.0514418",
"lastProcessed": "2026-04-03T06:27:06.0514418",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$id": "9",
"identifier": "7Qu6ipK5+EqZsZDDQ9PLtw==",
"identifierGuid": "8aba0bed-b992-4af8-99b1-90c343d3cbb7",
"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": "XrHev0Ot7E+xNOM/aD1J4A==",
"primaryContactID": "bfdeb15e-ad43-4fec-b134-e33f683d49e0",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "TJav6zkRs0yECNC1QIHsFw==",
"supplierGroupGuid": "ebaf964c-1139-4cb3-8408-d0b54081ec17",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-04-03T06:27:06.0514418",
"rebateLastClaimedAmount": 1.0,
"cartonsOnly": true,
"minimumOrderValue": 1,
"enforceMinimumQuantity": true,
"freight": 19.0,
"freightType": 20,
"deleted": true,
"deletedUser": "sample string 22",
"storeName": "sample string 23",
"primaryContact": {
"$id": "10",
"id": "41f74b6e-5ff8-4d62-b9a9-602cdd4304c1",
"identifier": "19hakinn+UqXWKr//uIzQw==",
"identifierGuid": "925ad8d7-e729-4af9-9758-aafffee23343",
"familyName": "sample string 1",
"givenNames": "sample string 2",
"otherNames": "sample string 3",
"title": "sample string 4",
"dateOfBirth": "sample string 5",
"sex": "sample string 6",
"address": "sample string 7",
"address1": "sample string 8",
"address2": "sample string 9",
"town": "sample string 10",
"state": "sample string 11",
"country": "sample string 12",
"postalCode": "sample string 13",
"telephone": "sample string 14",
"mobile": "sample string 15",
"email": "sample string 16",
"fax": "sample string 17",
"primary": true
},
"contacts": [
{
"$id": "11",
"supplierIdentifier": "MB8OkTdIIka2X6Wtl68KwQ==",
"supplierIdentifierGuid": "910e1f30-4837-4622-b65f-a5ad97af0ac1",
"contactGuid": "QwWlZytCPke21N8RR/myUw==",
"contactID": "67a50543-422b-473e-b6d4-df1147f9b253",
"contact": {
"$ref": "10"
},
"supplier": {
"$ref": "9"
}
},
{
"$ref": "11"
}
],
"products": [
{
"$id": "12",
"pluG_UID": "mLsKkXT3GE6on/jFpI/phQ==",
"pluGuid": "910abb98-f774-4e18-a89f-f8c5a48fe985",
"supplierIdentifier": "ARIID73ohE+4NHfnDHbVOw==",
"supplierIdentifierGuid": "0f081201-e8bd-4f84-b834-77e70c76d53b",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-04-03T06:27:06.0514418",
"pricedByWeight": true,
"landedUnitCostEx": 9,
"landedUnitCostInc": 10,
"landedCartonCostInc": 12,
"landedCartonCostEx": 13,
"standardCost": 14,
"deliveryFee": 1,
"deliveryFeeBasis": "sample string 15",
"pickAndPackFee": 1,
"pickAndPackFeeBasis": "sample string 16",
"financeFee": 1,
"financeFeeBasis": "sample string 17",
"cartonLength": 1,
"cartonWidth": 1,
"cartonHeight": 1,
"palletLayerQuantity": 1,
"palletLayers": 1,
"itemCode": "sample string 18",
"invoiceCode": "sample string 19",
"invoiceDesc": "sample string 20",
"orderDirect": true,
"useCost": true,
"minimumQuantity": 21,
"hostType": 22,
"fromHost": 23,
"minimumReorder": 1,
"maximumReorder": 1,
"orderMultiple": 24.1,
"sellMultiple": 25.1,
"baseMultiple": 26.1,
"hostStandardCost": 27,
"hostTotalCost": 28,
"hostRetail": 29,
"hostLandedUnitCostEx": 30,
"hostLandedUnitCostInc": 31,
"hostDesc": "sample string 32",
"directIndicator": "sample string 33",
"availableToOrder": true,
"hostRangeIndicator": "sample string 35",
"hostProductType": "sample string 36",
"hostProductGrade": "sample string 37",
"hostProductGroup": "sample string 38",
"hostSlowMoving": true,
"hostGeneralMerchandise": true,
"hostPillar": "sample string 41",
"hostLastUpdated": "2026-04-03T06:27:06.0514418",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "13",
"pluG_UID": "MWkHKIMg6UiMqpPpBMvUaw==",
"pluGuid": "28076931-2083-48e9-8caa-93e904cbd46b",
"supplierIdentifier": "3UFaxhB2WkmQfFXGrPXChQ==",
"supplierIdentifierGuid": "c65a41dd-7610-495a-907c-55c6acf5c285",
"invoiceCode": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "13"
}
],
"storeIDs": [
1,
2
],
"preferredSupplier": true,
"preferredRebateSupplier": true,
"supplierName": "sample string 42",
"salesMode": 43,
"orderPacked": true,
"active": true,
"price": 1,
"costGstPercent": 45,
"parentPluG_UID": "s310P5X47UCYDXYoG2BOlQ==",
"parentPluGuid": "3f747db3-f895-40ed-980d-76281b604e95",
"freight": 46.0,
"freightType": 1,
"product": {
"$ref": "3"
},
"supplier": {
"$ref": "9"
},
"serviceFee": {
"$id": "14",
"id": 1,
"description": "sample string 1",
"fee": 1
},
"isPrimaryHost": true,
"hostVendor": 48
},
{
"$ref": "12"
}
],
"orderCycleHeaders": [
{
"$id": "15",
"storeID": 1,
"supplierIdentifier": "h8MzuXuZ1UqesVm4QNvT2Q==",
"supplierGuid": "b933c387-997b-4ad5-9eb1-59b840dbd3d9",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"storeName": "sample string 5",
"departmentName": "sample string 6",
"orderDays": 7
},
{
"$ref": "15"
}
],
"cycles": [
{
"$id": "16",
"storeID": 1,
"supplierIdentifier": "ozs0hiQxs0aBOaYwW6NxBw==",
"supplierGuid": "86343ba3-3124-46b3-8139-a6305ba37107",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"cutOffWeek": 5,
"cutOffDay": 6,
"cutOffTime": "00:00:00.1234567",
"leadTime": 7,
"daysBuffer": 8,
"supplierName": "sample string 9",
"cutOffDate": "2026-04-03T06:27:06.0514418",
"deliveryDate": "2026-04-03T06:27:06.0514418",
"nextCutOffDate": "2026-04-03T06:27:06.0514418",
"nextDeliveryDate": "2026-04-03T06:27:06.0514418",
"nextDaysBuffer": 10
},
{
"$ref": "16"
}
],
"store": {
"$ref": "4"
},
"updated": "2026-04-03T06:27:06.0514418",
"isHost": true
},
"files": [
{
"$id": "17",
"id": "sample string 1",
"fileName": "sample string 2",
"extension": "sample string 3",
"provider": 0,
"type": 0,
"hostType": "sample string 4",
"createdUtc": "2026-04-03T06:27:06.0514418",
"processed": "2026-04-03T06:27:06.0514418",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-04-03T06:27:06.0514418",
"size": 1,
"sizeFormat": "sample string 7",
"isArchive": true,
"customerNumber": "sample string 9",
"businessPillar": "sample string 10",
"fileType": "sample string 11",
"version": "sample string 12",
"reference": "sample string 13",
"digest": "sample string 14",
"contentType": "sample string 15",
"host": {
"$ref": "8"
},
"metcashHeader": {
"$id": "18",
"customerNumber": "sample string 1",
"creationDate": "2026-04-03T06:27:06.0514418",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "17"
}
],
"zoneMatrix": [
{
"$id": "19",
"id": 1,
"hostIdentifier": "921KXRMD0UOeh71kf+tbXQ==",
"hostIdentifierGuid": "5d4a6df7-0313-43d1-9e87-bd647feb5b5d",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"f5af9e20-b111-4e26-95dc-bf806b3fc213",
"78e4eb7c-edfe-4e30-9134-7223cd1e409e"
]
},
{
"$ref": "19"
}
],
"hostFileStoreSetting": {
"$ref": "7"
},
"hostStoreSettings": [
{
"$ref": "7"
},
{
"$ref": "7"
}
],
"promotionPlacements": [
{
"$id": "20",
"identifier": "ZWPakm+1eka8zl783chZPA==",
"identifierGuid": "92da6365-b56f-467a-bcce-5efcddc8593c",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "20"
}
],
"promoTypeGuids": [
"afce4455-6b78-4ba3-a352-c0e3f5f5169b",
"e643f453-fca1-46b0-8ce8-e65d15890a72"
],
"isPromotionOnly": false,
"isOrderable": false,
"vendor": 0
},
"groupIDs": [
1,
2
],
"hostDescription": "sample string 27"
},
{
"$ref": "7"
}
],
"accounts": [
{
"$id": "21",
"id": 1,
"storeID": 1,
"accountName": "sample string 2",
"bsb": "sample string 3",
"accountNumber": "sample string 4",
"accountDesignated": true
},
{
"$ref": "21"
}
],
"sales": [
{
"$id": "22",
"id": 1,
"storeID": 1,
"externalSalesType": 2,
"ftpSiteID": 1,
"lastSaleProcessed": "2026-04-03T06:27:06.0514418",
"ftpSite": {
"$id": "23",
"id": 1,
"description": "sample string 2",
"address": "sample string 3",
"username": "sample string 4",
"password": "sample string 5",
"path": "sample string 7",
"protocol": 8
}
},
{
"$ref": "22"
}
],
"zoneMatrix": [
{
"$ref": "19"
},
{
"$ref": "19"
}
],
"cashManagements": [
{
"$id": "24",
"id": 1,
"storeID": 1,
"cashManagementType": 2,
"apiID": 1,
"organisationID": "sample string 3",
"siteName": "sample string 4",
"thirdPartyAPI": {
"$id": "25",
"id": 1,
"description": "sample string 2",
"address": "sample string 3",
"username": "sample string 4",
"password": "sample string 5",
"passwordPlain": "sample string 6",
"token": "sample string 7",
"apiType": 8,
"apiSubType": 9
}
},
{
"$ref": "24"
}
],
"updateStoreID": "212f5c76-e61e-4f39-a01c-af06fe6f4e01",
"updateStore": {
"$id": "26",
"id": "9b05fa02-6271-4d1c-a66e-c4e4e2abc3a7",
"name": "sample string 1",
"lastActivity": "2026-04-03T06:27:06.0514418",
"zone": "sample string 2",
"timeZoneOffset": 0.0,
"businessHoursStart": "00:00:00.1234567",
"businessHoursEnd": "00:00:00.1234567",
"master": true,
"lastIP": "sample string 10",
"lastHostName": "sample string 11",
"ping": 1,
"pingStatus": "sample string 12",
"lastUpdateCompleted": "2026-04-03T06:27:06.0514418"
},
"timeZoneId": "sample string 54",
"securityOptions": {
"$id": "27",
"loginMode": 1,
"allowSelfVerification": true,
"verifierEmail": "sample string 3",
"source": "sample string 4",
"loginModeInherited": 5,
"loginModeSource": "sample string 6",
"selfVerifyInherited": true,
"selfVerifySource": "sample string 8",
"verifyEmailInherited": "sample string 9",
"verifyEmailSource": "sample string 10"
}
},
"storePrices": [
{
"$id": "28",
"pluG_UID": "ATG+JP8wJkOmMcxDaueQyg==",
"pluGuid": "24be3101-30ff-4326-a631-cc436ae790ca",
"plu": 1,
"storeID": 1,
"zoneID": 2,
"zoneName": "sample string 3",
"store": "sample string 4",
"isElectedMasterStore": true,
"isZoneMasterStore": true,
"priceNow": 7,
"costNow": 8,
"costNowDecimals": 9,
"normalPrice": 10,
"priceNext": 1,
"costNext": 1,
"costNextDecimals": 11,
"nextCampaignName": "sample string 12",
"gstPercent": 13,
"normalCost": 14,
"normalCostDecimals": 15,
"costGstPercent": 16,
"costCalcMethod": 1,
"currentCost": 17,
"currentCostDecimals": 18,
"break1": 19,
"price1": 20,
"break2": 21,
"price2": 22,
"break3": 23,
"price3": 24,
"fuelItem": 25,
"fixedWeight": 26,
"active": true,
"complianceIndicator": "sample string 27",
"doNotOrder": true,
"doNotRange": true,
"isNormalPriceChangesCampaign": true,
"updated": "2026-04-03T06:27:06.0514418"
},
{
"$ref": "28"
}
],
"currentPrices": {
"$id": "29",
"pluPrices": {
"$id": "30",
"plu": 1,
"pluG_UID": "QEA=",
"stores": [
1,
2
],
"normalPrice": 1,
"cost": 2,
"break1": 3,
"price1": 4,
"break2": 5,
"price2": 6,
"break3": 7,
"price3": 8,
"discountPrice": 9,
"memberDiscountPrice": 10,
"acceptedUtc": "2026-04-03T06:27:06.0514418",
"priceChangeType": 0,
"costDecimals": 11,
"costCalcMethod": 12,
"targetCampaignPriceGtOrEquNormal": true
},
"normalPluPrices": {
"$ref": "30"
},
"winningCampaign": 1,
"winner": {
"$id": "31",
"campaignName": "sample string 1",
"campaignDescription": "sample string 2",
"talkerText": "sample string 3",
"disableWasSave": true,
"startDate": "2026-04-03T06:27:06.0514418",
"startTime": 5,
"endDate": "2026-04-03T06:27:06.0514418",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "l6TcCtN/kkKjCiRkhLqwuw==",
"hostIdentifierGuid": "0adca497-7fd3-4292-a30a-246484bab0bb",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "31"
},
{
"$ref": "31"
}
]
},
"tray": {
"$id": "32",
"g_UId": "XJL8ndahrEWsGTITW73XLQ==",
"guid": "9dfc925c-a1d6-45ac-ac19-32135bbdd72d",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "33",
"priceGroupG_UID": "oyWx+IIUCUC76GeY+RqMTA==",
"priceGroupGuid": "f8b125a3-1482-4009-bbe8-6798f91a8c4c",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-04-03T06:27:06.0514418",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "3"
},
{
"$ref": "3"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "34",
"pluG_UID": "bw6NAJajK0GgIqiBVkhK1A==",
"pluGuid": "008d0e6f-a396-412b-a022-a88156484ad4",
"plu": 1,
"servingsPerPack": 1,
"servingSize": 1,
"showAllergens": 1,
"energy": 1,
"protein": 1,
"fat": 1,
"saturated": 1,
"carbo": 1,
"sugars": 1,
"sodium": 1,
"potasium": 1,
"calcium": 1,
"fibre": 1,
"soya": 1,
"nutsSeeds": 1,
"shells": 1,
"eggs": 1,
"dairy": 1,
"gluten": 1,
"sulphites": 1,
"peanuts": 1,
"sesame": 1,
"fish": 1,
"lupins": 1
},
"dates": {
"$id": "35",
"pluGuid": "1c05a5fc-31b7-4c09-a0b9-42224f8e22ab",
"created": "2026-04-03T06:27:06.0514418",
"createdByUser": "sample string 1",
"activated": "2026-04-03T06:27:06.0514418",
"activatedByUser": "sample string 2",
"deactivated": "2026-04-03T06:27:06.0514418",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-04-03T06:27:06.0514418",
"lastOrderedQty": 4.0,
"lastReceived": "2026-04-03T06:27:06.0514418",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-04-03T06:27:06.0514418",
"lastSold": "2026-04-03T06:27:06.0514418",
"firstSold": "2026-04-03T06:27:06.0514418",
"awsUpdated": "2026-04-03T06:27:06.0514418",
"lastManualUpdate": "2026-04-03T06:27:06.0514418",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-04-03T06:27:06.0514418",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-04-03T06:27:06.0514418",
"doNotRangeUpdated": "2026-04-03T06:27:06.0514418",
"doNotOrderUpdated": "2026-04-03T06:27:06.0514418",
"tracked": "2026-04-03T06:27:06.0514418"
},
"allergens": [
{
"$id": "36",
"primaryKey": {
"$id": "37",
"pluGuid": "239eaf46-0588-4cd4-ac34-e403e188992d",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "Rq+eI4gF1EysNOQD4YiZLQ==",
"pluGuid": "239eaf46-0588-4cd4-ac34-e403e188992d",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "36"
}
],
"costs": {
"$id": "38",
"pluG_UID": "00wQNRn5/Ei+BW6K5HgU7w==",
"pluGuid": "35104cd3-f919-48fc-be05-6e8ae47814ef",
"enteredCost": 1,
"weightedAvgCost": 1,
"lastCost": 1,
"rawEnteredCost": 2,
"rawWeightedAvgCost": 3,
"rawLastCost": 4,
"freight": 5.0,
"freightType": 6,
"costDecimals": 7,
"fifoCost": 1,
"updated": "2026-04-03T06:27:06.0514418",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "39",
"saleHeaderID": 1,
"created": "2026-04-03T06:27:06.0514418",
"createdLocal": "2026-04-03T06:27:06.0514418",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "JwVfH0TuF0KM88eOI93CbA==",
"operatorGuid": "1f5f0527-ee44-4217-8cf3-c78e23ddc26c",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "AwR/88g7Q06mxmDnAovb/g==",
"pluGuid": "f37f0403-3bc8-4e43-a6c6-60e7028bdbfe",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$id": "40",
"id": 1,
"g_Uid": "M+3N1lThCUK0c0i1NOVvXw==",
"guid": "d6cded33-e154-4209-b473-48b534e56f5f",
"operatorNumber": 1,
"shortName": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"password": "sample string 5",
"hasPassword": true,
"passwordText": "sample string 6",
"rfidTagID": "sample string 7",
"blueprintID": 1,
"groupID": 1,
"groupName": "sample string 8",
"managerGroupID": 1,
"managerGroupName": "sample string 9",
"zoneID": 1,
"zoneName": "sample string 10",
"loggedIn": 1,
"lastUsedIP": "sample string 11",
"deleted": true,
"locked": true,
"allowOpenTill": true,
"webEmail": "sample string 14",
"simpleOperatorType": 0,
"webRole": "sample string 15",
"updated": "2026-04-03T06:27:06.0514418",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-04-03T06:27:06.0514418",
"endShift": "2026-04-03T06:27:06.0514418",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "41",
"operatorG_UID": "N4XD5DvnoEa/YPgm4mAL4g==",
"operatorGuid": "e4c38537-e73b-46a0-bf60-f826e2600be2",
"storeID": 2,
"operator": {
"$ref": "40"
},
"store": {
"$ref": "4"
}
},
{
"$ref": "41"
}
]
}
},
{
"$ref": "39"
}
],
"apns": [
{
"$id": "42",
"pluID": 1,
"pluG_UID": "ZqEIywHji0eFlN1wwp4nfg==",
"pluGuid": "cb08a166-e301-478b-8594-dd70c29e277e",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "42"
}
],
"tuns": [
{
"$id": "43",
"pluG_UId": "+AjXJI6EoE6Kob9kLHuN7A==",
"pluGuid": "24d708f8-848e-4ea0-8aa1-bf642c7b8dec",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "3"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "43"
}
],
"competitionPricing": [
{
"$id": "44",
"identifier": "D89V/tcJJ02q61hTV+x4QQ==",
"identifierGuid": "fe55cf0f-09d7-4d27-aaeb-585357ec7841",
"pluG_UID": "9CgTnK+JrECoZnlsroRR6A==",
"pluGuid": "9c1328f4-89af-40ac-a866-796cae8451e8",
"competitionID": 1,
"name": "sample string 2",
"sellMultiple": 3,
"retailPrice": 4,
"storeName": "sample string 5"
},
{
"$ref": "44"
}
],
"supplier": {
"$ref": "9"
},
"supplierName": "sample string 148",
"children": [
{
"$ref": "3"
},
{
"$ref": "3"
}
],
"ordering": {
"$ref": "12"
},
"flipChartPages": [
{
"$id": "45",
"identifier": "U0NitxBRFkK4rfsxz5YMKQ==",
"groupName": "sample string 1",
"identifierGuid": "b7624353-5110-4216-b8ad-fb31cf960c29",
"exists": true,
"flipChartIdentifier": "hYucruDAnUeQmHQ49KwaIQ==",
"flipChartIdentifierGuid": "ae9c8b85-c0e0-479d-9098-7438f4ac1a21",
"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": "33y2tL4j20+2fULBHfQjfg==",
"groupIdentifierGuid": "b4b67cdf-23be-4fdb-b67d-42c11df4237e",
"flipChart": {
"$id": "46",
"identifier": "lTq6ahjP0Eil1F3tpcC6cA==",
"identifierGuid": "6aba3a95-cf18-48d0-a5d4-5deda5c0ba70",
"displayName": "sample string 2",
"sortOrder": 3,
"productsPerRow": 4,
"rowsPerPage": 5,
"buttonMarginX": 6,
"buttonMarginY": 7,
"beginButtonsX": 8,
"beginButtonsY": 9,
"autoSizeButtons": true,
"autoSizeGrid": true,
"showButtonText": true,
"showButtonImage": true,
"formLocationX": 1,
"formLocationY": 1,
"formWidth": 14,
"formHeight": 15,
"formMaximised": true,
"formResizable": true,
"formBackgroundImage": "sample string 16",
"formBackgroundColourA": 1,
"formBackgroundColourR": 1,
"formBackgroundColourG": 1,
"formBackgroundColourB": 1,
"formFontFamily": "sample string 17",
"formFontSize": 1.1,
"formFontStyle": 1,
"formAttributes": "sample string 18",
"buttonWidth": 19,
"buttonHeight": 20,
"buttonAnchor": 21,
"buttonBackgroundImage": "sample string 22",
"buttonTopColour": 1,
"buttonTextColour": 1,
"buttonBottomColour": 1,
"buttonBorderColour": 1,
"buttonBorderWidth": 1,
"buttonRadius": 1,
"buttonGradientMode": 1,
"buttonDropShadow": true,
"buttonShadowWidth": 1,
"buttonHighLightOnPush": true,
"buttonFontFamily": "sample string 23",
"buttonFontSize": 1.1,
"buttonFontStyle": 1,
"buttonTextAlign": 1,
"buttonWordBreak": true,
"buttonDrawImageAndButton": true,
"buttonVerticalText": true,
"buttonImageAlign": 1,
"panelLocationX": 1,
"panelLocationY": 1,
"panelWidth": 1,
"panelHeight": 1,
"panelAnchor": 1,
"panelFontFamily": "sample string 24",
"panelFontSize": 1.1,
"panelFontStyle": 1,
"panelBackgroundColour": 1,
"panelTextColour": 1,
"panelAttributes": "sample string 25",
"unsentCount": 26,
"group": {
"$id": "47",
"identifier": "YbnqHto1M0eq7NQugKvBcQ==",
"identifierGuid": "1eeab961-35da-4733-aaec-d42e80abc171",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "48",
"id": 1,
"g_UID": "9+iQv9RUtkGroFNS+CL5fA==",
"guid": "bf90e8f7-54d4-41b6-aba0-5352f822f97c",
"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": "QCfFh/ioekmxE2fCyyIDEw==",
"previousFormGuid": "87c52740-a8f8-497a-b113-67c2cb220313",
"nextForm": 1,
"nextFormG_UID": "o5HO0KGak0WRs5a5kKO/Vw==",
"nextFormGuid": "d0ce91a3-9aa1-4593-91b3-96b990a3bf57",
"attributes": "sample string 10",
"updated": "2026-04-03T06:27:06.0514418",
"positioning": 1,
"contentPanel": "sample string 11",
"selectionMode": 1,
"maximumSelections": 1,
"alteredInStore": true,
"deleted": true,
"blueprintID": 1,
"preserveLayout": true,
"mainCheckoutFormName": "sample string 13",
"nextCheckoutForm": {
"$ref": "48"
},
"previousCheckoutForm": {
"$ref": "48"
},
"buttons": [
{
"$id": "49",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "XVU27HMShUeZUz8oo7VUyQ==",
"checkoutFormGuid": "ec36555d-1273-4785-9953-3f28a3b554c9",
"identifier": "iGaeViNENUqY5YSwSSpjGw==",
"identifierGuid": "569e6688-4423-4a35-98e5-84b0492a631b",
"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": "5WIg35j2rE6r5gj93Mc/GA==",
"valueGuid": "df2062e5-f698-4eac-abe6-08fddcc73f18",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-04-03T06:27:06.0514418",
"action": "sample string 12",
"valueForm": {
"$ref": "48"
},
"image": {
"$id": "50",
"name": "sample string 3.sample string 4",
"imageID": 2,
"imageName": "sample string 3",
"imageExtension": "sample string 4",
"lastUpdate": "2026-04-03T06:27:06.0514418",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "49"
}
],
"panels": [
{
"$id": "51",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "z6i8M5GVQk6o80r3VILcLw==",
"checkoutFormGuid": "33bca8cf-9591-4e42-a8f3-4af75482dc2f",
"panelType": "sample string 4",
"name": "sample string 5",
"locationX": 6,
"locationY": 7,
"width": 8,
"height": 9,
"anchor": 10,
"fontFamily": "sample string 11",
"fontSize": 12.1,
"fontStyle": 13,
"backgroundColour": 14,
"textColour": 15,
"attributes": "sample string 16"
},
{
"$ref": "51"
}
]
},
{
"$ref": "48"
}
],
"panels": [
{
"$ref": "51"
},
{
"$ref": "51"
}
]
},
"pages": [
{
"$ref": "45"
},
{
"$ref": "45"
}
]
},
"contentPanel": {
"$ref": "51"
},
"products": [
{
"$id": "52",
"flipChartPageIdentifier": "w9tBxQZlC0CGLsRTbIw28Q==",
"flipChartPageIdentifierGuid": "c541dbc3-6506-400b-862e-c4536c8c36f1",
"pluG_UID": "/KucSfaY/Uir4q6fUzpK+w==",
"pluGuid": "499cabfc-98f6-48fd-abe2-ae9f533a4afb",
"sortOrder": 3,
"sent": true,
"productChanged": true,
"productImageName": "sample string 6",
"productShowImageOnFlipCharts": true,
"productShowTextOnFlipCharts": true,
"productOverrideFlipChartText": true,
"productFlipChartText": "sample string 10",
"product": {
"$ref": "3"
},
"departmentSortOrder": 11,
"subDepartmentName": "sample string 12"
},
{
"$ref": "52"
}
],
"productCount": 27,
"pages": [
{
"$ref": "45"
},
{
"$ref": "45"
}
]
},
{
"$ref": "45"
}
],
"priceHistory": [
{
"$id": "53",
"pluG_UID": "jNDR2qaKHkG5fz1AXwRXEw==",
"pluGuid": "dad1d08c-8aa6-411e-b97f-3d405f045713",
"price": 1,
"costCalcMethod": 1,
"cost": 2,
"weightedAvgCost": 3,
"lastCost": 4,
"rawCost": 5,
"rawWeightedAvgCost": 6,
"rawLastCost": 7,
"costDecimals": 8,
"serviceFeeID": 9,
"freight": 10.0,
"freightType": 11,
"process": "sample string 12",
"user": "sample string 13",
"updated": "2026-04-03T06:27:06.0514418",
"previousPrice": 1,
"previousCostCalcMethod": 1,
"previousCost": 1,
"previousWeightedAvgCost": 1,
"previousLastCost": 1,
"previousRawCost": 15,
"previousRawWeightedAvgCost": 16,
"previousRawLastCost": 17,
"previousCostDecimals": 1,
"previousServiceFeeID": 18,
"previousFreight": 19.0,
"previousFreightType": 20,
"storeID": 21,
"storeName": "sample string 22",
"serviceFeeDescription": "sample string 23",
"previousServiceFeeDescription": "sample string 24"
},
{
"$ref": "53"
}
],
"ingredients": [
{
"$id": "54",
"pluG_UID": "Eqn4hGpNlU6bVYcTqBFg2Q==",
"ingredientGuid": "CiPBDxCtmUS86R+DCddDAA==",
"ingredientIdentifier": "0fc1230a-ad10-4499-bce9-1f8309d74300",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "3"
}
},
{
"$ref": "54"
}
],
"bins": [
{
"$id": "55",
"pluG_UID": "VFUjGcY7cE2iu0LnBu52oA==",
"pluGuid": "19235554-3bc6-4d70-a2bb-42e706ee76a0",
"shelfLocationIdentifier": "JBkk92hi20qmG+fPMnWqcQ==",
"shelfLocationGuid": "f7241924-6268-4adb-a61b-e7cf3275aa71",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "c5OTzSBVFUiojS8MepzzsA==",
"labelPageLayoutGuid": "cd939373-5520-4815-a88d-2f0c7a9cf3b0",
"updated": "2026-04-03T06:27:06.0514418",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "3"
},
"location": {
"$id": "56",
"identifier": "WMXSmYV97kSCBCEEnQTRFA==",
"storeID": 1,
"identifierGuid": "99d2c558-7d85-44ee-8204-21049d04d114",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-04-03T06:27:06.0514418",
"minTemp": 1,
"maxTemp": 1,
"checkFrequency": 1,
"storeCaseConfiguration": 5,
"storeName": "sample string 6",
"bins": [
{
"$ref": "55"
},
{
"$ref": "55"
}
]
}
},
{
"$ref": "55"
}
],
"bin": {
"$ref": "55"
},
"scaleLocations": [
{
"$id": "57",
"plu": 1,
"pluG_UID": "Xq0wxSZNhUea8zt9hQ4HCg==",
"pluGuid": "c530ad5e-4d26-4785-9af3-3b7d850e070a",
"deptNo": 1,
"product": {
"$ref": "3"
},
"scaleLocation": {
"$id": "58",
"id": 1,
"deptNo": 1,
"deptCode": "sample string 2",
"name": "sample string 3",
"enabled": true,
"updated": "2026-04-03T06:27:06.0514418",
"department": {
"$id": "59",
"id": 1,
"name": "sample string 2",
"code": "sample string 3",
"sortOrder": 4,
"isLiquor": true,
"isTobacco": true,
"excludeTalker": true,
"externalSales": true,
"saleGLCode": "sample string 9",
"cogsglCode": "sample string 10",
"accountingCategoryID": 11,
"maximumMarkdownPercentage": 12.0,
"accountingOnly": true,
"generateExternalID": 1,
"useNonReportableTaxCode": true,
"minPLU": 15,
"maxPLU": 16,
"scaleLocation": {
"$ref": "58"
},
"subDepartments": [
{
"$id": "60",
"id": 1,
"departmentID": 2,
"name": "sample string 3",
"code": "sample string 4",
"departmentCode": "sample string 5",
"externalSales": true,
"minorDepartments": [
{
"$id": "61",
"id": 1,
"subDepartmentID": 2,
"departmentID": 3,
"name": "sample string 4",
"subDepartmentCode": "sample string 5",
"departmentCode": "sample string 6",
"code": "sample string 7",
"lesserDepartments": [
{
"$id": "62",
"id": 1,
"departmentID": 2,
"subDepartmentID": 3,
"minorDepartmentID": 4,
"name": "sample string 5",
"code": "sample string 6",
"departmentCode": "sample string 7",
"subDepartmentCode": "sample string 8",
"minorDepartmentCode": "sample string 9",
"updated": "2026-04-03T06:27:06.0514418",
"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": "+wDeIM8kNU6NIbISXeLHbA==",
"labelPageLayoutGuid": "20de00fb-24cf-4e35-8d21-b2125de2c76c",
"minimumAge": 17,
"countryOfOrigin": "sample string 18",
"serviceFeeID": 1,
"eftCode": 19,
"defaultPrinter": "sample string 20",
"defaultPrinterGroup": "sample string 21",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"includeInDistinctLimit": true,
"defaultsEmpty": false,
"mscCat": {
"$id": "63",
"dept": 1,
"category": 2,
"name": "sample string 3",
"active": true,
"mscCommodities": [
{
"$id": "64",
"dept": 1,
"category": 2,
"commodity": 3,
"name": "sample string 4",
"active": true,
"mscSubCommodities": [
{
"$id": "65",
"dept": 1,
"category": 2,
"commodity": 3,
"subCommodity": 4,
"name": "sample string 5",
"active": true,
"subCommodityCode": "sample string 7"
},
{
"$ref": "65"
}
],
"commodityCode": "sample string 6"
},
{
"$ref": "64"
}
],
"categoryCode": "sample string 5"
},
"mscCom": {
"$ref": "64"
},
"mscDep": {
"$id": "66",
"dept": 1,
"name": "sample string 2",
"active": true,
"mscCategories": [
{
"$ref": "63"
},
{
"$ref": "63"
}
],
"deptCode": "sample string 4"
},
"mscSubCom": {
"$ref": "65"
}
},
{
"$ref": "62"
}
],
"updated": "2026-04-03T06:27:06.0514418",
"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": "Aj31+qIDSU+AWaoCwWHZ+g==",
"labelPageLayoutGuid": "faf53d02-03a2-4f49-8059-aa02c161d9fa",
"minimumAge": 15,
"countryOfOrigin": "sample string 16",
"serviceFeeID": 1,
"eftCode": 17,
"defaultPrinter": "sample string 18",
"defaultPrinterGroup": "sample string 19",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"includeInDistinctLimit": true,
"defaultsEmpty": false,
"mscCat": {
"$ref": "63"
},
"mscCom": {
"$ref": "64"
},
"mscDep": {
"$ref": "66"
},
"mscSubCom": {
"$ref": "65"
}
},
{
"$ref": "61"
}
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:27:06.0514418",
"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": "f0B4pn1UZ06BhLDXHowCGQ==",
"labelPageLayoutGuid": "a678407f-547d-4e67-8184-b0d71e8c0219",
"minimumAge": 15,
"countryOfOrigin": "sample string 16",
"serviceFeeID": 1,
"eftCode": 17,
"defaultPrinter": "sample string 18",
"defaultPrinterGroup": "sample string 19",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"includeInDistinctLimit": true,
"defaultsEmpty": false,
"mscCat": {
"$ref": "63"
},
"mscCom": {
"$ref": "64"
},
"mscDep": {
"$ref": "66"
},
"mscSubCom": {
"$ref": "65"
}
},
{
"$ref": "60"
}
],
"stores": [
1,
2
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:27:06.0514418",
"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": "a5xPaFdb/ky5D4/4Chye2g==",
"labelPageLayoutGuid": "684f9c6b-5b57-4cfe-b90f-8ff80a1c9eda",
"minimumAge": 25,
"countryOfOrigin": "sample string 26",
"serviceFeeID": 1,
"eftCode": 27,
"defaultPrinter": "sample string 28",
"defaultPrinterGroup": "sample string 29",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"includeInDistinctLimit": true,
"defaultsEmpty": false,
"mscCat": {
"$ref": "63"
},
"mscCom": {
"$ref": "64"
},
"mscDep": {
"$ref": "66"
},
"mscSubCom": {
"$ref": "65"
}
}
}
},
{
"$ref": "57"
}
],
"nextPrice": {
"$id": "67",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 1,
"hostOfferID": 1,
"metcashPromotionID": "sample string 4",
"metcashPromotionPlacement": "sample string 5",
"pluG_UID": "P0SzgRG6m02KUtSYOJRyFg==",
"pluGuid": "81b3443f-ba11-4d9b-8a52-d49838947216",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "8EPSevL90U+goQvz481K/A==",
"dealCostGuid": "7ad243f0-fdf2-4fd1-a0a1-0bf3e3cd4afc",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "rLvBQJYNC0GNeREM4NlhUg==",
"priceGroupGuid": "40c1bbac-0d96-410b-8d79-110ce0d96152",
"itemNumber": "sample string 10",
"cri": "sample string 11",
"pluPrice": 12,
"costCalcMethod": 13,
"pluCost": 14,
"pluCostIndicator": "sample string 15",
"pluPriceGstPercent": 16,
"pluCostGstPercent": 17,
"pluActive": true,
"cartonQty": 1.1,
"baseUnits": 19.1,
"salesMode": 1,
"pluNormalCost": 20,
"pluaws": 21.0,
"directNumber": "sample string 22",
"departmentName": "sample string 23",
"subDepartmentName": "sample string 24",
"priceGroupName": "sample string 25",
"supplierName": "sample string 26",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-04-03T06:27:06.0514418",
"rrp": 27,
"campaignDescription": "sample string 28",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "4702c47d-b3a7-4ac7-b666-261192224a68",
"campaignComboPriceGroupG_UID": "y4ZxiJ9e1Uen7+zST6Gn6A==",
"campaignComboPriceGroupIdentifier": "887186cb-5e9f-47d5-a7ef-ecd24fa1a7e8",
"promotionPlacementDescription": "sample string 30",
"storeAcceptances": [
{
"$id": "68",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-04-03T06:27:06.0514418",
"operatorG_UID": "PayZlVplUkK1GLCJwlGpOg==",
"operatorGuid": "9599ac3d-655a-4252-b518-b089c251a93a",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-04-03T06:27:06.0514418",
"signIqTicketFileMovedUtc": "2026-04-03T06:27:06.0514418",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-04-03T06:27:06.0514418",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "58ad7890-f979-4b5a-b7ad-f6a0d8905946",
"product": {
"$ref": "3"
},
"campaignPlu": {
"$ref": "67"
},
"fuelItem": true
},
{
"$ref": "68"
}
],
"campaign": {
"$id": "69",
"id": 1,
"storeID": 2,
"name": "56522406-0daa-4684-a664-98da842aad36",
"nameGuid": "56522406-0daa-4684-a664-98da842aad36",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-04-03T06:27:06.0514418",
"startTime": 1,
"endDate": "2026-04-03T06:27:06.0514418",
"endTime": 1,
"recurrence": 1,
"recurrenceType": 1,
"monthType": 1,
"weekDays": 1,
"months": 1,
"monthWeeks": 1,
"monthDays": "sample string 7",
"printed": true,
"talkerText": "sample string 8",
"rangeDescription": "sample string 9",
"dealDescription": "sample string 10",
"labelQuantity": 11,
"active": 1,
"deactivated": "2026-04-03T06:27:06.0514418",
"system": true,
"created": "2026-04-03T06:27:06.0514418",
"updated": "2026-04-03T06:27:06.0514418",
"priceChangeNotifiedUtc": "2026-04-03T06:27:06.0514418",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "rcu5CSrpgUS6N6MHzHPHOw==",
"hostIdentifierGuid": "09b9cbad-e92a-4481-ba37-a307cc73c73b",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-04-03T06:27:06.0514418",
"updatedByUser": "sample string 18",
"offerID": 1,
"isPriceChangeCampaign": true,
"stores": [
1,
2
],
"storeNames": [
"sample string 1",
"sample string 2"
],
"campaignPlus": [
{
"$ref": "67"
},
{
"$ref": "67"
}
],
"campaignPools": [
{
"$id": "70",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 4,
"pluG_UID": "XG91By/ws0SksoYkXbQyCw==",
"pluGuid": "07756f5c-f02f-44b3-a4b2-86245db4320b",
"hostOfferID": 1,
"priceGroupG_UID": "sMZd41nHhkaYfwPRmYYneA==",
"priceGroupGuid": "e35dc6b0-c759-4686-987f-03d199862778",
"fuelItem": true,
"pluName": "sample string 6",
"apn": "sample string 7",
"pluActive": true,
"cartonQty": 1,
"baseUnits": 9.1,
"cri": "sample string 10",
"salesMode": 1,
"pluaws": 11.0,
"directNumber": "sample string 12",
"departmentName": "sample string 13",
"subDepartmentName": "sample string 14",
"priceGroupName": "sample string 15",
"supplierName": "sample string 16",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-04-03T06:27:06.0514418",
"rrp": 17,
"campaignDescription": "sample string 18",
"product": {
"$ref": "3"
},
"campaign": {
"$ref": "69"
}
},
{
"$ref": "70"
}
],
"sellingRules": [
{
"$id": "71",
"id": 1,
"identifier": "c7DV3IwXeUumd8B8o6o8IA==",
"identifierStr": "c7DV3IwXeUumd8B8o6o8IA==",
"identifierGuid": "dcd5b073-178c-4b79-a677-c07ca3aa3c20",
"campaignID": 4,
"campaignName": "sample string 5",
"ruleJoin": 1,
"ruleType": 6,
"operand0": "sample string 7",
"comparisonOp": 1,
"operand1": "sample string 8",
"action": 1,
"operand2": "sample string 9",
"operand3": "sample string 10",
"includeExcludedItems": true,
"noFurtherDiscounts": true,
"description": "sample string 11",
"sortOrder": 1,
"isItemRule": false,
"prevDept": "sample string 12",
"campaign": {
"$ref": "69"
}
},
{
"$ref": "71"
}
],
"customers": [
{
"$id": "72",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"customerID": "U0x8u1tHZkqnwjkwcZKJtg==",
"customerIDGuid": "bb7c4c53-475b-4a66-a7c2-3930719289b6",
"campaign": {
"$ref": "69"
},
"customer": {
"$id": "73",
"identifier": "R7V4v3WU0Uqt8pq6Ge06Lw==",
"identifierGuid": "bf78b547-9475-4ad1-adf2-9aba19ed3a2f",
"code": "sample string 2",
"familyName": "sample string 3",
"givenName": "sample string 4",
"otherName": "sample string 5",
"title": "sample string 6",
"dateOfBirth": "2026-04-03T06:27:06.0514418",
"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": "vpKZEFceoEmgVBx9EPiLiA==",
"communityIdentifierGuid": "109992be-1e57-49a0-a054-1c7d10f88b88",
"joined": "2026-04-03T06:27:06.0514418",
"updated": "2026-04-03T06:27:06.0514418",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "BGmWu/31zUmaQEMEz4oM7Q==",
"priceLevelIdentifierGuid": "bb966904-f5fd-49cd-9a40-4304cf8a0ced",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-04-03T06:27:06.0514418",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "74",
"cardType": 2,
"issueDate": "2026-04-03T06:27:06.0514418",
"expiry": "2026-04-03T06:27:06.0514418",
"customerID": "mUhInRB+rEy2nRI/cC9GFQ==",
"customerIDGuid": "9d484899-7e10-4cac-b69d-123f702f4615",
"initialValue": 1,
"currentValue": 1,
"maxLimit": 1,
"minTransaction": 1,
"maxTransaction": 1,
"multiplier": 1.1,
"active": true,
"reasonInactive": 1,
"idRequired": true,
"idType": 1,
"idValue": "sample string 5",
"updated": "2026-04-03T06:27:06.0514418",
"linkedAccount": "O0tD5FqhZ0aD7pt3/GSqxw==",
"linkedAccountGuid": "e4434b3b-a15a-4667-83ee-9b77fc64aac7",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "73"
},
"account": {
"$id": "75",
"id": 1,
"identifier": "jM05ddsvNkGD3TkkEDOeCQ==",
"identifierGuid": "7539cd8c-2fdb-4136-83dd-392410339e09",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-04-03T06:27:06.0514418",
"owner": "N8zZrPSD/ECY1ORDx875FQ==",
"ownerGuid": "acd9cc37-83f4-40fc-98d4-e443c7cef915",
"accountStoreGroupIdentifier": "NxNhhuymA0SoZbFsxSUIXg==",
"accountStoreGroupGuid": "86611337-a6ec-4403-a865-b16cc525085e",
"accountType": 1,
"currentBalance": 1,
"externalID": "sample string 7",
"maximumLimit": 1,
"accruePoints": true,
"loyaltyPoints": 1,
"termsOfTrade": 1,
"signatureRequired": true,
"referenceRequired": true,
"statementSendType": 10,
"ageingPeriod": 1,
"monthlyAgeingPeriod": true,
"explodedInvoice": true,
"isFifoAllocation": true,
"lastStatementSent": "2026-04-03T06:27:06.0514418",
"active": true,
"updated": "2026-04-03T06:27:06.0514418",
"deleted": true,
"deletedUser": "sample string 16",
"currentBalanceChanged": true,
"maximumLimitChanged": true,
"loyaltyPointsChanged": true,
"projectedBalance": 17,
"accountStoreGroupStoreIDs": [
1,
2
],
"customerEmail": "sample string 18",
"ownerCustomer": {
"$ref": "73"
},
"card": {
"$ref": "74"
},
"members": {
"$id": "76",
"sample string 1": [
{
"$ref": "73"
},
{
"$ref": "73"
}
],
"sample string 2": [
{
"$ref": "73"
},
{
"$ref": "73"
}
]
},
"customerGroups": [
{
"$id": "77",
"identifier": "t6qk/kPI9UecNJvHM4erng==",
"identifierGuid": "fea4aab7-c843-47f5-9c34-9bc73387ab9e",
"name": "sample string 2",
"primaryContact": "C0vh6nDi5UyjXLQbJ6KnPQ==",
"primaryContactGuid": "eae14b0b-e270-4ce5-a35c-b41b27a2a73d",
"accountID": "CVGcuVl9e0eNJ/MiDkReBQ==",
"accountIDGuid": "b99c5109-7d59-477b-8d27-f3220e445e05",
"special": true,
"updated": "2026-04-03T06:27:06.0514418",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "zRuFxnCMtECzD0/wvjD1Jg==",
"priceLevelIdentifierGuid": "c6851bcd-8c70-40b4-b30f-4ff0be30f526",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "75"
},
"primaryContactCustomer": {
"$ref": "73"
},
"customerGroupMembers": [
{
"$id": "78",
"id": 1,
"groupID": "6I9QZA2tcUu35O4CMEY9Aw==",
"groupIDGuid": "64508fe8-ad0d-4b71-b7e4-ee0230463d03",
"customerID": "IIg3Xt//PE6cZmKOzt0now==",
"customerIDGuid": "5e378820-ffdf-4e3c-9c66-628ecedd27a3",
"card": "sample string 4",
"linkedAccount": "xAL0IdOdj0acIMUZ3QzaIQ==",
"linkedAccountGuid": "21f402c4-9dd3-468f-9c20-c519dd0cda21",
"customer": {
"$ref": "73"
},
"group": {
"$ref": "77"
},
"customerCard": {
"$ref": "74"
}
},
{
"$ref": "78"
}
]
},
{
"$ref": "77"
}
]
},
"payments": [
{
"$id": "79",
"id": 1,
"identifier": "poG2CpyWiEW05MqPo3hv2w==",
"identifierGuid": "0ab681a6-969c-4588-b4e4-ca8fa3786fdb",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "7ABgJtNGb0KQBt2DIf3T2Q==",
"accountIDGuid": "266000ec-46d3-426f-9006-dd8321fdd3d9",
"customerAccount": {
"$ref": "75"
},
"customerCard": {
"$ref": "74"
},
"accountType": 1,
"cardName": "sample string 8",
"authorisationNumber": "sample string 9",
"bankReference": "sample string 10",
"merchantID": "sample string 11",
"terminalID": "sample string 12",
"cardNumber": "sample string 13",
"paymentDate": "2026-04-03T06:27:06.0514418",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "Zv6x1RBYjkaj5pRBSQGnog==",
"idempotentVoidGuid": "d5b1fe66-5810-468e-a3e6-94414901a7a2",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "80",
"saleHeaderID": 1,
"saleHeaderGuid": "ds4gOTFBi0ql5e7NmqzFlQ==",
"saleHeaderIdentifierGuid": "3920ce76-4131-4a8b-a5e5-eecd9aacc595",
"created": "2026-04-03T06:27:06.0514418",
"createdLocal": "2026-04-03T06:27:06.0514418",
"createdText": "sample string 4",
"itemCount": 5,
"totalAmount": 6,
"cashTender": 1,
"cardTender": 1,
"cheqTender": 1,
"acctTender": 1,
"voucherTender": 1,
"loyaltyPoints": 1,
"cashout": 1,
"changeAmount": 1,
"rounding": 1,
"gstAmount": 1,
"transactionDiscountTender": 1,
"totalTip": 7,
"tranType": 1,
"processed": 1,
"imported": "2026-04-03T06:27:06.0514418",
"storeID": 1,
"operatorG_Uid": "+oQMv+lR4U6dgxBqdNkT+A==",
"operatorGuid": "bf0c84fa-51e9-4ee1-9d83-106a74d913f8",
"customerG_Uid": "1/OoRd/DJUGGu/cIbipwzw==",
"customerGuid": "45a8f3d7-c3df-4125-86bb-f7086e2a70cf",
"communityIdentifier": "CcZHMyONekilpNZSF/K/ag==",
"communityIdentifierGuid": "3347c609-8d23-487a-a5a4-d65217f2bf6a",
"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": "HHl21WQNIEeG2ot5QHEBSQ==",
"priceLevelIdentifierGuid": "d576791c-0d64-4720-86da-8b7940710149",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-04-03T06:27:06.0514418+00:00\",\"DeliveryAddress1\":\"sample string 2\",\"DeliveryAddress2\":\"sample string 3\",\"CustomerPhoneNumber\":\"sample string 4\",\"OrderType\":0,\"ExternalOrderID\":\"sample string 5\",\"ExternalDisplayableOrderID\":\"sample string 6\",\"TableName\":\"sample string 7\",\"CreatedBy\":0,\"OrderingAppName\":\"sample string 8\"}",
"deserialisedOrderMetadata": {
"$id": "81",
"customerName": "sample string 1",
"pickupAt": "2026-04-03T06:27:06.0514418",
"deliveryAddress1": "sample string 2",
"deliveryAddress2": "sample string 3",
"customerPhoneNumber": "sample string 4",
"orderType": 0,
"externalOrderID": "sample string 5",
"externalDisplayableOrderID": "sample string 6",
"tableName": "sample string 7",
"createdBy": 0,
"orderingAppName": "sample string 8"
},
"relationChecksum": "sample string 38",
"loyaltyTender": 1,
"giftCardTender": 1,
"operator": {
"$ref": "40"
},
"customer": {
"$ref": "73"
},
"communityOrganisation": {
"$id": "82",
"id": 1,
"identifier": "wL1j8fLJpEa5RRFSRxUkiQ==",
"identifierGuid": "f163bdc0-c9f2-46a4-b945-115247152489",
"name": "sample string 3",
"lookupIdentifier": "sample string 4",
"externalID": "sample string 5",
"phone": "sample string 6",
"fax": "sample string 7",
"email": "sample string 8",
"address1": "sample string 9",
"address2": "sample string 10",
"city": "sample string 11",
"postCode": "sample string 12",
"state": "sample string 13",
"country": "sample string 14",
"abn": "sample string 15",
"promoPeriodStart": "2026-04-03T06:27:06.0514418",
"promoPeriodEnd": "2026-04-03T06:27:06.0514418",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-04-03T06:27:06.0514418",
"deleted": true
},
"details": [
{
"$id": "83",
"saleItemID": 1,
"identifier": "sTLAuSIGZE2EDtG7Z+YD3w==",
"identifierGuid": "b9c032b1-0622-4d64-840e-d1bb67e603df",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "CVP+rppRE0mu6jzx6aaHpw==",
"pluGuid": "aefe5309-519a-4913-aeea-3cf1e9a687a7",
"accountID": "nEaoWId8IEq+D/1mDU+uzQ==",
"accountIDGuid": "58a8469c-7c87-4a20-be0f-fd660d4faecd",
"normalPrice": 3,
"originalSellingPrice": 4,
"discountPrice": 5,
"unit": 1,
"quantity": 6,
"totalCents": 7,
"fixedPrice": 1,
"tranType": 1,
"discountType": 1,
"cost": 1,
"costDecimals": 8,
"markdown": 1,
"manualQuantity": 1,
"manualPrice": 1,
"manualMode": 1,
"active": 1,
"offline": true,
"barcode": "sample string 9",
"keyedSale": 1,
"discountedID": 1,
"fuelID": 1,
"serialNumber": "sample string 10",
"bestOrExpire": "2026-04-03T06:27:06.0514418",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "+/qkvcA6E0qMsBPKDdRZXw==",
"refundGuid": "bda4fafb-3ac0-4a13-8cb0-13ca0dd4595f",
"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": "2svNeBazv0upPE3LZTdEfQ==",
"idempotentVoidGuid": "78cdcbda-b316-4bbf-a93c-4dcb6537447d",
"priceLevelIdentifier": "/FaI3hPB5U24WPeZGBB9yw==",
"priceLevelIdentifierGuid": "de8856fc-c113-4de5-b858-f79918107dcb",
"communityIdentifier": "zw8XUE5tIEGfVSLgoyxAyQ==",
"communityIdentifierGuid": "50170fcf-6d4e-4120-9f55-22e0a32c40c9",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "84",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-04-03T06:27:06.0514418",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "84"
}
],
"refund": {
"$id": "85",
"id": 1,
"g_UID": "g65FrBhAjUKA4BnvNHrE7w==",
"guid": "ac45ae83-4018-428d-80e0-19ef347ac4ef",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-04-03T06:27:06.0514418"
},
"modifier": {
"$id": "86",
"id": 1,
"setG_UID": "tD4/bmi6uk68LYVmQapuOQ==",
"modifierSetGuid": "6e3f3eb4-ba68-4eba-bc2d-856641aa6e39",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "4Qta3+fTK0CiQk2ZFMGB/w==",
"pluGuid": "df5a0be1-d3e7-402b-a242-4d9914c181ff",
"deleted": true,
"g_UID": "6UtLF0QEnUKYQ65btSGS9g==",
"guid": "174b4be9-0444-429d-9843-ae5bb52192f6",
"product": {
"$ref": "3"
}
},
"priceLevelName": "sample string 25",
"pumpNumber": 1,
"hoseNumber": 1
},
{
"$ref": "83"
}
],
"eftReceipts": [
{
"$id": "87",
"id": 1,
"storeID": 1,
"saleHeaderID": 2,
"storeSaleHeader": {
"$ref": "80"
},
"receipt": "sample string 3",
"processed": 1
},
{
"$ref": "87"
}
],
"payments": [
{
"$ref": "79"
},
{
"$ref": "79"
}
],
"cards": [
{
"$id": "88",
"id": 1,
"saleHeaderID": 1,
"identifier": "sample string 2",
"cardType": 3,
"providerName": "sample string 4"
},
{
"$ref": "88"
}
],
"campaignHits": [
{
"$id": "89",
"id": 1,
"saleHeaderID": 2,
"campaign": "sample string 3",
"name": "sample string 4",
"processed": 1,
"campaignDescription": "sample string 5"
},
{
"$ref": "89"
}
],
"fuel": [
{
"$id": "90",
"id": 1,
"plu": 1,
"pluG_UID": "wYwBr++CbUyku7zXlvbkqg==",
"pluGuid": "af018cc1-82ef-4c6d-a4bb-bcd796f6e4aa",
"saleHeaderID": 2,
"totalCents": 3,
"grade": 1,
"gradeDescription": "sample string 4",
"dispenser": 1,
"hose": 1,
"quantity": 1,
"cost": 1,
"acquirerNum": 1,
"attendant": 1,
"ePurseBalance": 1.0,
"cardSignature": "sample string 5",
"compartmentNumber": 1,
"contractNumber": 1,
"discountCardPAN": "sample string 6",
"discountID": 1,
"discountName": "sample string 7",
"discountNetValue": 1.0,
"discountType": 1,
"discountValue": 1.0,
"discretionaryData": "sample string 8",
"driverID": "sample string 9",
"eftBatchNumber": 1,
"eftResponseCode": "sample string 10",
"endDateTime": "2026-04-03T06:27:06.0514418",
"engineHours": 1.1,
"fposNumber": 1,
"loyaltyCardPAN": "sample string 11",
"miscData1": 1,
"miscData2": "sample string 12",
"miscFlags": 1,
"mop": 1,
"odometer": 1,
"panNumber": "sample string 13",
"saleRefund": true,
"saleStatus": 1,
"sequenceNumber": 1,
"stan": 1,
"startDateTime": "2026-04-03T06:27:06.0514418",
"tagNumber": "sample string 15",
"trackTwoRem": "sample string 16",
"transCode": 1,
"transType": 1,
"unitPrice": 1.0,
"vehicleReg": "sample string 17",
"offline": true,
"processed": 1
},
{
"$ref": "90"
}
],
"fuelResells": [
{
"$id": "91",
"saleItemID": 1,
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "xhJiUK59l0GCS2bsfLe3lA==",
"pluGuid": "506212c6-7dae-4197-824b-66ec7cb7b794",
"accountID": "lPaVSMbnKkm4dOVD0SSA6w==",
"accountIDGuid": "4895f694-e7c6-492a-b874-e543d12480eb",
"normalPrice": 3,
"originalSellingPrice": 4,
"discountPrice": 5,
"unit": 1,
"quantity": 6,
"totalCents": 7,
"fixedPrice": 1,
"tranType": 1,
"processed": 1,
"discountType": 1,
"cost": 1,
"costDecimals": 1,
"markdown": 1,
"manualQuantity": 1,
"manualPrice": 1,
"manualMode": 1,
"active": 1,
"barcode": "sample string 8",
"offline": 1,
"keyedSale": 1,
"discountedID": 1,
"fuelID": 1,
"serialNumber": "sample string 9",
"bestOrExpire": "2026-04-03T06:27:06.0514418",
"bestOrExpireType": 1,
"refundG_UID": "fOQTM/O8/EaEtv/3E37SQA==",
"refundGuid": "3313e47c-bcf3-46fc-84b6-fff7137ed240",
"providerName": "sample string 10",
"campaign": "sample string 11",
"campaignType": 1,
"modifiedID": 1,
"omittedIngredient": 1,
"taxPercent": 1.0,
"taxAmount": 1.0,
"refundablePrice": 1.0,
"showDiscounts": true,
"orderPrinted": true,
"note": "sample string 14",
"modifierName": "sample string 15",
"modifierSetName": "sample string 16",
"totalValueWasScanned": true,
"sold": true,
"campaignPrice": true,
"scannedValue": 1,
"campaignName": "sample string 20",
"comboDiscount": 1
},
{
"$ref": "91"
}
],
"customerOrder": [
{
"$id": "92",
"identifier": "rvwF2b2VsESMO9CjLEbpvQ==",
"identifierGuid": "d905fcae-95bd-44b0-8c3b-d0a32c46e9bd",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "1B7BbxdzVkO2EaJumhefeA==",
"customerIdentifierGuid": "6fc11ed4-7317-4356-b611-a26e9a179f78",
"operatorNo": 1,
"operatorG_UID": "JP7Jxci0F0+uqmldScOdpw==",
"operatorGuid": "c5c9fe24-b4c8-4f17-aeaa-695d49c39da7",
"created": "2026-04-03T06:27:06.0514418",
"ordered": "2026-04-03T06:27:06.0514418",
"started": "2026-04-03T06:27:06.0514418",
"completed": "2026-04-03T06:27:06.0514418",
"supplied": "2026-04-03T06:27:06.0514418",
"quickTicket": 1,
"deleted": true,
"walkAway": true,
"approxWait": 1,
"actualWait": 1,
"deliveryMethod": 8,
"externalSaleType": 9,
"customer": {
"$ref": "73"
},
"operator": {
"$ref": "40"
},
"details": [
{
"$id": "93",
"headerID": 1,
"plu": 1,
"pluG_UId": "Twoh0Opxj0yOJ9EJFvLdgA==",
"pluGuid": "d0210a4f-71ea-4c8f-8e27-d10916f2dd80",
"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": "vfzM2AKf5Uq/YmjmITE84w==",
"headerIdentifierGuid": "d8ccfcbd-9f02-4ae5-bf62-68e621313ce3",
"product": {
"$ref": "3"
}
},
{
"$ref": "93"
}
],
"storeName": "sample string 11",
"customerName": "sample string 12",
"storeReplyTo": "sample string 13",
"storeSubjectLine": "sample string 14",
"storeSaleHeader": {
"$ref": "80"
}
},
{
"$ref": "92"
}
],
"surveyResponses": [
{
"$id": "94",
"surveyG_UID": "HHCqEAFOl02+E2XgDQ39Qg==",
"surveyGuid": "10aa701c-4e01-4d97-be13-65e00d0dfd42",
"saleHeaderGuid": "QL3bYMidKEOVTJwiZzyESQ==",
"saleGuid": "60dbbd40-9dc8-4328-954c-9c22673c8449",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "JBDrH9K4KESyMKRf7GrP8A==",
"guidResponse": "1feb1024-b8d2-4428-b230-a45fec6acff0",
"whoAnswered": 2,
"answeredAtUTC": "2026-04-03T06:27:06.0514418",
"sale": {
"$ref": "80"
},
"survey": {
"$id": "95",
"g_UID": "d7Brb7rfYkuzHmfj4wx5qw==",
"guid": "6f6bb077-dfba-4b62-b31e-67e3e30c79ab",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "+DD7ftcJAEO0fAu4d242Og==",
"checkoutFormGuid": "7efb30f8-09d7-4300-b47c-0bb8776e363a",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-04-03T06:27:06.0514418",
"end": "2026-04-03T06:27:06.0514418",
"deleted": true,
"updated": "2026-04-03T06:27:06.0514418",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"258c63cd-079b-427b-9dcb-7fc5297ec0ed",
"d2bf5e97-176d-4a37-bb1b-5d394d58d893"
],
"allowsAllTextResponses": true,
"surveyForm": {
"$ref": "48"
}
},
"ingressId": "sample string 4"
},
{
"$ref": "94"
}
],
"storeName": "sample string 39",
"terminalNumber": 40,
"machineName": "sample string 41",
"operatorName": "sample string 42",
"direction": 1,
"reason": "sample string 43",
"accountG_UID": "7wfwQIYPOUOBgqhSxxbm5A==",
"accountIdentifier": "40f007ef-0f86-4339-8182-a852c716e6e4",
"accountName": "sample string 44",
"customerOrderIdentifier": "MuFPYcmd7ES9LH6+74cm3w==",
"customerOrderIdentifierGuid": "614fe132-9dc9-44ec-bd2c-7ebeef8726df",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "96",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "b0sxEWW9fUyy0Fsa7CVzQg==",
"paymentIdentifierGuid": "11314b6f-bd65-4c7d-b2d0-5b1aec257342",
"identifier": "FVNiaNUp90usDctvaOspjg==",
"identifierGuid": "68625315-29d5-4bf7-ac0d-cb6f68eb298e",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "zy9QNZPky0mSeNcu69++QQ==",
"itemIdentifierGuid": "35502fcf-e493-49cb-9278-d72eebdfbe41"
}
},
{
"$ref": "79"
}
]
},
{
"$ref": "74"
}
],
"customerGroupMembers": [
{
"$ref": "78"
},
{
"$ref": "78"
}
],
"customerGroups": [
{
"$ref": "77"
},
{
"$ref": "77"
}
],
"accounts": [
{
"$ref": "75"
},
{
"$ref": "75"
}
],
"account": {
"$ref": "75"
},
"vouchers": [
{
"$id": "97",
"customerIdentifier": "4TI90rDhqUCPp9TUKukDKg==",
"customerIdentifierGuid": "d23d32e1-e1b0-40a9-8fa7-d4d42ae9032a",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "1vdzYBNi1UGRJYHi8Ji3ng==",
"idempotentGuid": "6073f7d6-6213-41d5-9125-81e2f098b79e",
"offline": true,
"voucher": {
"$id": "98",
"id": 1,
"name": "sample string 2",
"description": "sample string 3",
"shortDescription": "sample string 4",
"url": "sample string 5",
"barcodeTemplateID": 1,
"expiry": 0,
"voucherType": 6,
"limitPerTransaction": 7,
"customerTracking": true,
"discountAccount": "sample string 9",
"endDate": "2026-04-03T06:27:06.0514418",
"barcodeTemplate": {
"$id": "99",
"templateID": 1,
"template": "sample string 1",
"bcFunction": "sample string 2",
"sortOrder": 3
},
"scaleLabel": {
"$id": "100",
"id": 1,
"uid": "sample string 2",
"name": "sample string 3",
"width": 1.1,
"height": 1.1,
"showBorder": true,
"borderWidth": 1.1,
"borderStyle": 1,
"borderColour": "sample string 5",
"updated": "2026-04-03T06:27:06.0514418",
"labelPageLayout": "fOQvLM8wtEK9G8Wx9aLmOQ==",
"pageLayoutGuid": "2c2fe47c-30cf-42b4-bd1b-c5b1f5a2e639",
"labelType": 6,
"oldName": "sample string 7",
"voucher": {
"$ref": "98"
},
"elements": [
{
"$id": "101",
"id": 1,
"scaleLabelID": 2,
"showPercentDI": true,
"showAvgPerHundred": true,
"showAvgPerServe": true,
"name": "sample string 6",
"x": 1.1,
"y": 1.1,
"width": 1.1,
"height": 1.1,
"type": 1,
"rotation": 1,
"text": "sample string 7",
"fontFamily": "sample string 8",
"align": 1,
"bold": true,
"italic": true,
"underline": true,
"strikeout": true,
"reverse": true,
"textColour": "sample string 9",
"fontSize": 1.1,
"picture": "QEA=",
"borderWidth": 10,
"sortOrder": 11,
"printOptions": 12,
"superScriptTextFontSize": 1.1,
"lineStyle": 1,
"spacingStyle": 1,
"interCharacterSpacing": 1.1,
"superScriptOffset": 1.1,
"lineSpacing": 1.1,
"dateFormat": "sample string 13",
"autoGrow": true,
"fontAutoResize": true,
"updated": "2026-04-03T06:27:06.0514418"
},
{
"$ref": "101"
}
]
},
"customerVouchers": [
{
"$id": "102",
"id": 1,
"customerIdentifier": "WauoKmH3NU6zWUfDxcUuNA==",
"customerIdentifierGuid": "2aa8ab59-f761-4e35-b359-47c3c5c52e34",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-04-03T06:27:06.0514418",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "51PHOBbdG0WJXfEcajSGbw==",
"issuedIdempotentGuid": "38c753e7-dd16-451b-895d-f11c6a34866f",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-04-03T06:27:06.0514418",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-04-03T06:27:06.0514418",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "PoASEbrxTkWS+9QC/ntDjQ==",
"redeemedIdempotentGuid": "1112803e-f1ba-454e-92fb-d402fe7b438d",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-04-03T06:27:06.0514418",
"storeName": "sample string 17",
"scaleLabel": {
"$ref": "100"
},
"voucher": {
"$ref": "98"
},
"customer": {
"$ref": "73"
},
"issuedOfflinePayment": {
"$ref": "79"
},
"redeemedOfflinePayment": {
"$ref": "79"
}
},
{
"$ref": "102"
}
]
},
"customer": {
"$ref": "73"
}
},
{
"$ref": "97"
}
]
}
},
{
"$ref": "72"
}
],
"customerGroups": [
{
"$id": "103",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupID": "wmtVbUZ5+UyX6ubXC0F4Ug==",
"groupIDGuid": "6d556bc2-7946-4cf9-97ea-e6d70b417852",
"campaign": {
"$ref": "69"
},
"group": {
"$ref": "77"
}
},
{
"$ref": "103"
}
],
"signIqTickets": [
{
"$id": "104",
"identifier": "temI85hrlkGcv6BFxt1+yg==",
"identifierGuid": "f388e9b5-6b98-4196-9cbf-a045c6dd7eca",
"campaignName": "sample string 2",
"message": "sample string 3",
"ticketFileSource": "sample string 4",
"ticketFileDestination": "sample string 5",
"storeID": 1
},
{
"$ref": "104"
}
],
"comboPriceGroups": [
{
"$id": "105",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"g_UID": "Gv1ApNKFJ0uOkbptr5jtbQ==",
"guid": "a440fd1a-85d2-4b27-8e91-ba6daf98ed6d",
"description": "sample string 5",
"newPrice": 1,
"rangeDescription": "sample string 6",
"dealDescription": "sample string 7",
"labelQuantity": 8,
"hostProductCategoryID": 1,
"offerID": 1,
"dontUpdatePricePlus": true,
"campaign": {
"$ref": "69"
},
"comboPricePlus": [
{
"$id": "106",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupG_UID": "TMQB9KkVaUmWU2m3yNM9sA==",
"groupGuid": "f401c44c-15a9-4969-9653-69b7c8d33db0",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "Tk/044KGp0C1sMtgl/0gHw==",
"pluGuid": "e3f44f4e-8682-40a7-b5b0-cb6097fd201f",
"priceGroupG_UID": "Ww/QtO+TtUqwLaqJt9S+Aw==",
"priceGroupGuid": "b4d00f5b-93ef-4ab5-b02d-aa89b7d4be03",
"campaignPoolID": "sample string 7",
"quantity": 1,
"campaign": {
"$ref": "69"
},
"product": {
"$ref": "3"
},
"priceGroup": {
"$ref": "33"
},
"campaignPool": {
"$ref": "69"
}
},
{
"$ref": "106"
}
]
},
{
"$ref": "105"
}
],
"priceLevels": [
{
"$id": "107",
"id": 1,
"priceLevelIdentifier": "hz9tFhy0l0GdxYGWhR7ufA==",
"priceLevelIdentifierGuid": "166d3f87-b41c-4197-9dc5-8196851eee7c",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "107"
}
],
"promotionType": {
"$id": "108",
"identifier": "tK26m3Enskav24TQ3Uvx2Q==",
"identifierGuid": "9bbaadb4-2771-46b2-afdb-84d0dd4bf1d9",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "NTv7UaRh0ki9B7EOTn94og==",
"labelPageLayoutGuid": "51fb3b35-61a4-48d2-bd07-b10e4e7f78a2",
"priceLevelIdentifier": "KF+XhKpEJ0iw3/cErVi0dg==",
"priceLevelIdentifierGuid": "84975f28-44aa-4827-b0df-f704ad58b476",
"active": true,
"updated": "2026-04-03T06:27:06.0514418",
"hostName": "sample string 11"
}
},
"product": {
"$ref": "3"
},
"dealCost": {
"$id": "109",
"headerIdentifier": "DU6ZVhMTokyJQy2TzlLObA==",
"headerIdentifierGuid": "56994e0d-1313-4ca2-8943-2d93ce52ce6c",
"identifier": "vCqTOIGzKEONQxMWDc0CZg==",
"identifierGuid": "38932abc-b381-4328-8d43-13160dcd0266",
"supplierIdentifier": "o2CV36h+/0Wb4edNaQ3Q6g==",
"supplierGuid": "df9560a3-7ea8-45ff-9be1-e74d690dd0ea",
"pluG_UID": "b9HCqApW+0yOzUsX8a5A7A==",
"pluGuid": "a8c2d16f-560a-4cfb-8ecd-4b17f1ae40ec",
"campaignName": "d8050c9c-0709-48bd-9e97-494cf4011cda",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-04-03T06:27:06.0514418",
"end": "2026-04-03T06:27:06.0514418",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "9WiozdB0zE+QCc88ayaEnw==",
"bonusItemPluGuid": "cda868f5-74d0-4fcc-9009-cf3c6b26849f",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-04-03T06:27:06.0514418",
"metcashPromotionID": "sample string 14",
"fromHost": 15,
"storeNames": "sample string 16",
"storeIDs": [
1,
2
],
"supplierName": "sample string 17",
"campaignDescription": "sample string 18",
"newPrice": 1,
"campaignMetcashPromotionID": "sample string 19",
"campaignActive": true,
"campaignStartDate": "2026-04-03T06:27:06.0514418",
"campaignEndDate": "2026-04-03T06:27:06.0514418",
"masterPLUG_UID": "OREK++mimEOWujGytsuAIA==",
"masterID": "fb0a1139-a2e9-4398-96ba-31b2b6cb8020",
"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": "PUtE8hTMb0mK/NI5vR0Tbw==",
"bonusMasterID": "f2444b3d-cc14-496f-8afc-d239bd1d136f",
"bonusProductName": "sample string 34",
"bonusProductAPN": "sample string 35",
"bonusOrderCode": "sample string 36",
"bonusNormalSell": 37,
"bonusNormalCost": 38,
"bonusNormalCostDecimals": 39,
"bonusCartonQuantity": 40,
"bonusSalesMode": 41,
"bonusOrderPacked": 42,
"bonusFuelItem": true,
"bonusActive": true
}
},
"currentCostStart": "2026-04-03T06:27:06.0514418",
"dealCosts": [
{
"$ref": "109"
},
{
"$ref": "109"
}
],
"tags": [
{
"$id": "110",
"pluG_UID": "MONU0EsKL0uJtRL+azEDVA==",
"pluGuid": "d054e330-0a4b-4b2f-89b5-12fe6b310354",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "110"
}
],
"alternateProductG_UID": "YUV7UVXP+kKmHvVWcFh3Kw==",
"alternateProduct": "517b4561-cf55-42fa-a61e-f5567058772b",
"altProduct": {
"$ref": "3"
},
"productHostCode": {
"$id": "111",
"id": 1,
"pluG_UID": "6Tn1C6moWke6szul2o8xxQ==",
"pluGuid": "0bf539e9-a8a9-475a-bab3-3ba5da8f31c5",
"ibaCode": "sample string 2"
},
"mscCat": {
"$ref": "63"
},
"mscCom": {
"$ref": "64"
},
"mscDep": {
"$ref": "66"
},
"mscSubCom": {
"$ref": "65"
},
"isUserUpdate": true,
"ignoreMasterProduct": true,
"priceGroupLabelRequested": true,
"firstSold": "2026-04-03T06:27:06.0514418",
"inventoryTracked": "2026-04-03T06:27:06.0514418",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "112",
"pluG_UID": "BA5PNXBAZEKJmognp4vuuw==",
"pluGuid": "354f0e04-4070-4264-899a-8827a78beebb",
"fuelPluG_UID": "e6n0W9Msw0yL2/ACe/zowg==",
"fuelPluGuid": "5bf4a97b-2cd3-4cc3-8bdb-f0027bfce8c2",
"price": 3,
"productDescription": "sample string 4",
"productBarcode": "sample string 5",
"fuelProductDescription": "sample string 6",
"fuelProductBarcode": "sample string 7",
"fuelProductPrice": 8
},
"productFuelLinks": [
{
"$ref": "112"
},
{
"$ref": "112"
}
]
},
"incrementCount": true,
"minimumQuantity": 1,
"randomWeight": true,
"salesMode": 43,
"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 c3�\�՞� 5 xl/workbook.xml � (� ����0��J}�(��'�P`b�ڡ�N�$(IE�R�n�����ٺ��������5T�0Ռ�^�����iQ�'�B�;ۿ5���$)�����K5y���a��!^"=n(
���|"�/��
g��h�u��-�~S|��"46�� ���uhhJ��Une*�"��*+�����q��n�PK c3�\���� � [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
c3�\�v' ' _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="R7a1a827f47f346ef" /></Relationships>PK c3�\GBm|% �B xl/worksheets/sheet1.xml � (� �\�r7�ߗB��.I)Dz���=y�J���%�H���o���f/0dR˅F���9}�*'�s����l���ߟ�`�FG���������������菳�������l�:"������f�����xyy3��X��?f��v=_�]�诋o������Y;��y7�_k���b��bE�Z���X�~{�k�c1��ڼ���߮�.n�Gg'W��}��G����hOڏztt|v���|;{X�~>Z����yqu:R�������.��f�?������n�ݬ%��s9�������v������͟�W��Ɍ�7�Z�������j~��q9y��_?���~�}��cy�y�o��wcT�F��\����>��燱UA+z�5�+���~w��������*x��P���=t�qVy����㾸�>|܇�ϵ��U@�c����_ԡ:����@�!�z�ScD�V{k� �s��;�q��1x@o*����{�����P���gb$�k�0�� 1z�$;g��*�F�D�DI}(%u���>,:@Q�P�"��[Jj=�h�rN�gT�(�M�P>c5㝭PR'Jjۏ��{���ޛX�!QRg��X�ĺ,t����,�H�P�P��N�ԡ� �1ʀ���+�҉�:�a m"�qPW�N��Y��A)D"����H����#���#��!1�dy PF�!�6��&��7\R��0�t���IT����T�T��I�4=F�1A�"����W$F�Wfp֨�#��E������b%M?IGz��je"��7Y�DD�#"������ �Y�Nlb��b#8K9�01TX`-��H�Y��I��D������D�1�Qx�z�&U{��L̘h<�غlb��1�T�Ze�Lj�r�61�fL�G$F��z���6d\��1Q��p�&.��?��-���E�C���5ջ��D����I�8�T�������5��n�I�(O�u�T^Q��xH�t:���vD����<�%��S�.Q����IZ��T`j���,��"�;��X{�DE��a���AYJס�6%*��a��3u*�DE�U��jqH�w���gh��F�
>1ѫ=�'��b��5# �'z}`^��d1m��R1�DEo{�O& �AD�>�Ϛ\Pd�DUղ�h��$
�~^��A��e�"C��>Q��C� q��B�`P�zH\�'�!q0�}w&�}�_H�vߝ�k!{T�R�����!��|?hijpv�����;� �k!��
��������yH\Y5�1�{0���kq�x�"�cMD��1�b�ZԇzH��[�i7��K����b�^̇6ç}1q0n9h"�\j��DS�#c�`�R�Y� c��FSу�b>E�
�c7≠H�%�G)U2gL\�[.R��mu2���ET}>��K(������x('1q���8��Ԇ�F�a��'�f���&N��"ypD��&Nb�7s����VIa�$�� ���$c�$�=��F�=*걣�H=�G���C�-u����0
#ت�n���tt$l�x���������ڒ`�ϥU7�VY�����t ���|�H�n�NO��P�э���KO��vT7�V��}�u�
[/�nĭ���$G�,�iT7�VY��HY� ��s�O���c@����0�^��n_ȇ�����C�k�G�������ux.���
���ȝ���T�U�l�`�w0~L.�*������`ఽ����x?���b�+*��xt<�l�C� #�a{ӿ� co���ܮ�6�^�@>�V�R���l�c �2���.�ϡ���o� �U��b�������@w�:��u�H5��o`����#J��w.u��R~s��^�.�N��f����iB?.7�����rtv��L��Z�}�hv- ���Z�ܢݵ0���]�[��Z���ٮ��-��Z���ŮE�-��k�����/��+����Z0a��L�o��;��A�^0a�~L���'�m�ς C��`���*�0t�L� &݉ B��2�߉$D�D��fO1�D��aOA�D��a(OQ�D���8�4gA���,H�p�m�� N�q�i9<-�YЧ�8�gA���,H�r��Z�� R�qTj9L�YЩc87�Nùt��S�pn�:�s#��1�)m2�A����:u�FЩ�Մ�S�qt�9N=�YЩ�8:�gA���,��s��z���S�qt8N�Y�i�8:
gA���,�4p�������p�
:
穠��p�
:�穠���cA���<t�SA���<t�S��e8O�F�����qt9N��,�9N��,�9N��,�9N��,�9N��,�9NAq��RΌ���PRŰn��b`�R�ڭ�VP�V�+(�w+���!�
����d�w���Y��`+�xG�J�)� [�A�K-*�[�I�a+���7l�F�w��Ԫ�����U�!�R��{�VjX{]��b��M]�vꢅ]<cJ6<���J6쐞�s.ٰs|�l6�l�RX{!��sɆO^��l��E��×��XO�k���Aex#�Fr�d�V�aG�N�a�x/ٰ�� ٰw�(ٰ#�T8���~v\_�|`�g�=�*�M&�Ŧ�8--��ŧ�"_=/m-�kR���EiQR��B�o�_������������������������i c'�3|��%[�㕯�*��b�'�ˁ7�%=4%=4%=4%=4OK�%94%94%94%94�vF�S
7s
7z=�HL3�H�3|X�H��O)��qaS�QS�QSJ.��������b)�4�L2-)g*�r<vN3��i���T�qVL�⎷�Ϥ���!���#I�;FCt8���=0���'��!r�f�˨1�N����9lg�Cy�cyY�d;XH���O�J���CJ�i&Q^�N3���D�؊*���q��V��G�h���ڧ{؞�a+�u�5���oFZI��j�����FZI��r�"ֶTK�C�e�Ք<�����-�m��lKٰ;��k�%�~��fvq5[����b�������PK c3�\!��]� P xl/_rels/workbook.xml.rels � (� ��Kn�0@�b;q>.I�M7��q�ؑm�r6=R�P�Jm����h~OO���|�6���^ɇ���,FV:�ۮ�S�
l֫-
�D0�XZ����<HC#��MdSG;?bL������2���p�d��D�!:�{I�N�F��0s�Q�G�Ql��5Y�{Q-l�.DY)��yU�wS�<P����g2j�(*�T�x��]ezR��ӥ�N��L���C]�C)����o�b�PK c3�\Ѓ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 c3�\�
� �5 xl/sharedStrings.xml � (� ��n��=@���sd�>3�����X_�w�,�����0j�W�ǽA�=ER%��殃,V�����mq�F�&����։y|DˤJ�r�����������))��~>������/���=ֲ�|�ڶ��NO��nIsR�h ����������Ք��+��8�M�?ݒ�<>J��la[�=>������&l���~�Ii��YN�O��O���|��t���=i��^�5o_�����B�JN6�ZBo��t�P�TY��֯�n���v�tNj0Ud��tݒ�k���ҳ7�$.�U�݂�����v�3{A��?�w�7�m�-h���ߔ� �N0��۪�U��Gt���;�0{*��"=����E7�!_ʼm4��^58�&4S�b/Ͳ���ԭ�6����kUІ��E×��a�{v��D[�(ŀO�`��
�o�
�Y"�6��)>۲����]�"�-{G�M^jW<�^U��z�� `e=�an�Dk����g�t��k�`�]�l�J`�FQ���|����U�����
����g�����H�Э586���>W-)n��A�;%
�A�_�K��sܚ�`EJ��`$�X{�mc5:_�5MZ��L�'b���_��p ̨UI�
J���������M|Lo���!��(v��DΠ�%k��R�N+�dZ�^�����^V?�uBg�! +8⃒���4���|�P˶��`Qm/p��*�+�f�E��Uo��.e�Evd�5�5ii�|ϛ� f����k��b\������|E�;�o�{�Us܂��6u�k�@VS��X��%�Y҂�4�5D��NS������� U�pO���"ErG��
s$.B��9���� �)7��g$:d^��n���h�� t;������M'�J�n�˓�ny4A�`ܡ�T.+�L��:�vq
I�ڪT��][��W���i��'�t���������k�tR+�=�5��$��F�ed��v�YV��&s���~l�(]'�0��q�9Y�$����M�N�4�L�
��]��-?K�(��%O��Э�I���he�9���]E�vj��F��с&�(�^&T��Z-���@]V���YK�?�]ύIh�A�n��$�i�x���(FZ���a����#��w�$Z���]4'�w����5��F�%!�&1|3L
7�{9�g�f�v۞�����@Ѯ��>�����{�}9�|d��\C
�7��;A��ˮ(&��h
�Y��h&ܪ*X5��9�J�#ȓ�[H���~�)n�ֱ97[6Ŗe��qde�ڀ0��%FlF�a���$L�8`�g��@����z��N: �?�6y�Pv3��(�9�
ޛ���9;�<�1��Vle�k���%�e�4N?�2�O��Ʉ��9�@�v2�-،g3��!��S��6m����~2���;F��KRp�E�j�u��!`��~Mp��z������Qg�HX~W
j(U�k�Te*�q*���yg{��aT�P�'Q�|�=�쀇�3��d8�G�S�� �ڋ�"s��S֡]���\A��zk0�h)>��ٲ�'f�km�Z��4�U���H�L���� �~��tD2Z ��/D�.;V]�e��ڕ�߳�Օ����8g*
� ����3�H�l�.%�I�A�-3�=��hǘ:o��Iu:�
��7z����s��l�b.()xG?�`���=):�+蓟h,\|p*�T=�\LJ[����2�����{A3������!(~������:��f�1���㎴��֞Ӳ��7�:3ZgN�~:�$�&�!�^.!�,��{�59��x"�B��U��M _�������#��2��X�ou���0ɽ���ƶzG�d��5\ �����V]Co�4O �8�ᅇ�����2I�0n<|��>0v�V���\-q���x����~4�Ǫ��T ��5��D�>�x����/�X���"�fV�aIlƆf�YijD���Q���O�Lz���R�jWCj��<�����}�����r�v'�Ҳ
I�]T���U�NS1�k���&w�ٌ�P� Gr�h�9
��K��h�[3<V#��s=i!����� ~ �����V��0�h���:v���Z}A� �J���\ܰ�2\[C�TAW��$?qm��'���C�jq�&�(`C����i#
�lO
�=�^C����hN��:O�,ӹ����
d�I)���+�/ �*�G��e~�D��1I���~�E&nUhΡ�4µI��=�=�@9Y,Wg�
��P��)��E`_zܒ}յ��ǂN��$���R�R�&�,LF�'Vjg�me����(�bӲm/tl�q��p#�3H�F暔��G)�*#�Q�t"���#U]K�_r^��G\&ߔ7��œ�@T�YM9�\������h��U>����ܥ"~�^��̈�.QX&c�jyÿp���#�ƦGa�
�I�9�(�b&�V��+�|W�Hs�aB�<� ה߈*gp���^�@H�I�`�d�����9)p����u��L�L�-d��H��=��R�:֙O�ߪ.y�r�ݗ�g��7!�L��kv�o�6_��
��<�u����?��}XR��H0kԝ��(�Mó(&�(0�o�FJ�8>q�̚q�%I�s�����1��ʉ?��J��'�6��H�ޑgץ�)7 �燾a�AD�����H�MS�U���N9-�R�� !��a��R:��/t�9��v���K��2���ǷEiY��j�{(��j��#a#��i ��D!�¶<�j�e��k�� ���蘖�d�E���k����7p:ށZ�� �RBY��S���"��?�m'�"�"
�J3�#�7������� 2Y�æ�&��vxɢ��m�R�=ψ'6�癦��M]u$o�����^|_$�����cyB|�P�Z�%Ѱ�D{�zm�(]��2���Oɥ?gO�~k���7��_�HqM
5��R�omE�Y.��s��jD,1�_�����O(�GSA-�\��vj�1��g�\��%��yQL*n�����J��t���pF�Rn ��C� ��M\/���q���7H�WTz��a�����j�Q�}n��L� ��}{%��$�<��ɔT|L������y"EUէL�.�F��e�zZu 4�����F:��x�7��%@���_h�5e��]�f`X�`M�� p�)�� ��-מ��r��ܥ4:BO�ҋ�|t̓d���t�9��G�Ff˚�*p1m��� �F�Wd3�7T"���r&
����K�̳��?w��B3�We����T��B��k^�5��㐙]��z�C%�כ�V�W�����\���c;���f!뗾����!ǯ`e��h3Ց���+�vp�aF���Q*�����,��@������s �Q͈n��Ɛ5��?hA�v�WѦ�w�y
�
���}�)j��w�>7��ʿe�ⰞWU����w�&��>�9m����PK- c3�\�՞� 5 xl/workbook.xmlPK- c3�\���� � � [Content_Types].xmlPK-
c3�\�v' ' U _rels/.relsPK- c3�\GBm|% �B � xl/worksheets/sheet1.xmlPK- c3�\!��]� P 8 xl/_rels/workbook.xml.relsPK- c3�\Ѓc'2 E
~ xl/styles.xmlPK- c3�\�
� �5 � xl/sharedStrings.xmlPK � P!
application/vnd.ms-excel
PK c3�\:H�� 5 xl/workbook.xml � (� ����0��&�C��@@#)��x�བ�4П�5���H�yۙ��v�l��4fD5i_�!ؚ�P̟�w�8�B��E��Cg�[��Ȳ3q0� ������X�:`� ��V�bR��x@�.�f�d4�����"�)�`�ERH3
�X`%��78���2���x��k^�����w��d��~PK c3�\���� � [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
c3�\���~' ' _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="Rc69096f97e594e69" /></Relationships>PK c3�\GBm|% �B xl/worksheets/sheet1.xml � (� �\�r7�ߗB��.I)Dz���=y�J���%�H���o���f/0dR˅F���9}�*'�s����l���ߟ�`�FG���������������菳�������l�:"������f�����xyy3��X��?f��v=_�]�诋o������Y;��y7�_k���b��bE�Z���X�~{�k�c1��ڼ���߮�.n�Gg'W��}��G����hOڏztt|v���|;{X�~>Z����yqu:R�������.��f�?������n�ݬ%��s9�������v������͟�W��Ɍ�7�Z�������j~��q9y��_?���~�}��cy�y�o��wcT�F��\����>��燱UA+z�5�+���~w��������*x��P���=t�qVy����㾸�>|܇�ϵ��U@�c����_ԡ:����@�!�z�ScD�V{k� �s��;�q��1x@o*����{�����P���gb$�k�0�� 1z�$;g��*�F�D�DI}(%u���>,:@Q�P�"��[Jj=�h�rN�gT�(�M�P>c5㝭PR'Jjۏ��{���ޛX�!QRg��X�ĺ,t����,�H�P�P��N�ԡ� �1ʀ���+�҉�:�a m"�qPW�N��Y��A)D"����H����#���#��!1�dy PF�!�6��&��7\R��0�t���IT����T�T��I�4=F�1A�"����W$F�Wfp֨�#��E������b%M?IGz��je"��7Y�DD�#"������ �Y�Nlb��b#8K9�01TX`-��H�Y��I��D������D�1�Qx�z�&U{��L̘h<�غlb��1�T�Ze�Lj�r�61�fL�G$F��z���6d\��1Q��p�&.��?��-���E�C���5ջ��D����I�8�T�������5��n�I�(O�u�T^Q��xH�t:���vD����<�%��S�.Q����IZ��T`j���,��"�;��X{�DE��a���AYJס�6%*��a��3u*�DE�U��jqH�w���gh��F�
>1ѫ=�'��b��5# �'z}`^��d1m��R1�DEo{�O& �AD�>�Ϛ\Pd�DUղ�h��$
�~^��A��e�"C��>Q��C� q��B�`P�zH\�'�!q0�}w&�}�_H�vߝ�k!{T�R�����!��|?hijpv�����;� �k!��
��������yH\Y5�1�{0���kq�x�"�cMD��1�b�ZԇzH��[�i7��K����b�^̇6ç}1q0n9h"�\j��DS�#c�`�R�Y� c��FSу�b>E�
�c7≠H�%�G)U2gL\�[.R��mu2���ET}>��K(������x('1q���8��Ԇ�F�a��'�f���&N��"ypD��&Nb�7s����VIa�$�� ���$c�$�=��F�=*걣�H=�G���C�-u����0
#ت�n���tt$l�x���������ڒ`�ϥU7�VY�����t ���|�H�n�NO��P�э���KO��vT7�V��}�u�
[/�nĭ���$G�,�iT7�VY��HY� ��s�O���c@����0�^��n_ȇ�����C�k�G�������ux.���
���ȝ���T�U�l�`�w0~L.�*������`ఽ����x?���b�+*��xt<�l�C� #�a{ӿ� co���ܮ�6�^�@>�V�R���l�c �2���.�ϡ���o� �U��b�������@w�:��u�H5��o`����#J��w.u��R~s��^�.�N��f����iB?.7�����rtv��L��Z�}�hv- ���Z�ܢݵ0���]�[��Z���ٮ��-��Z���ŮE�-��k�����/��+����Z0a��L�o��;��A�^0a�~L���'�m�ς C��`���*�0t�L� &݉ B��2�߉$D�D��fO1�D��aOA�D��a(OQ�D���8�4gA���,H�p�m�� N�q�i9<-�YЧ�8�gA���,H�r��Z�� R�qTj9L�YЩc87�Nùt��S�pn�:�s#��1�)m2�A����:u�FЩ�Մ�S�qt�9N=�YЩ�8:�gA���,��s��z���S�qt8N�Y�i�8:
gA���,�4p�������p�
:
穠��p�
:�穠���cA���<t�SA���<t�S��e8O�F�����qt9N��,�9N��,�9N��,�9N��,�9N��,�9NAq��RΌ���PRŰn��b`�R�ڭ�VP�V�+(�w+���!�
����d�w���Y��`+�xG�J�)� [�A�K-*�[�I�a+���7l�F�w��Ԫ�����U�!�R��{�VjX{]��b��M]�vꢅ]<cJ6<���J6쐞�s.ٰs|�l6�l�RX{!��sɆO^��l��E��×��XO�k���Aex#�Fr�d�V�aG�N�a�x/ٰ�� ٰw�(ٰ#�T8���~v\_�|`�g�=�*�M&�Ŧ�8--��ŧ�"_=/m-�kR���EiQR��B�o�_������������������������i c'�3|��%[�㕯�*��b�'�ˁ7�%=4%=4%=4%=4OK�%94%94%94%94�vF�S
7s
7z=�HL3�H�3|X�H��O)��qaS�QS�QSJ.��������b)�4�L2-)g*�r<vN3��i���T�qVL�⎷�Ϥ���!���#I�;FCt8���=0���'��!r�f�˨1�N����9lg�Cy�cyY�d;XH���O�J���CJ�i&Q^�N3���D�؊*���q��V��G�h���ڧ{؞�a+�u�5���oFZI��j�����FZI��r�"ֶTK�C�e�Ք<�����-�m��lKٰ;��k�%�~��fvq5[����b�������PK c3�\��� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞�ίj�
�nK/`�q5�#�-�l,8W�*�6]����������m�}�m�gZ���-��~�a�Y�q�1M3́�Z01�+J�28ɐ�m�h�'S�{:Ku�=Ҝ���%n��p��?D����ɩӄ6�����A�@��[�)z
<KT ���}^0ŕhx��T��M-�ˈ���;_Ȕ%�/���+�yW#=v�ѧK/���Z�+�Ⱥ���������PK c3�\Ѓ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 c3�\�
� �5 xl/sharedStrings.xml � (� ��n��=@���sd�>3�����X_�w�,�����0j�W�ǽA�=ER%��殃,V�����mq�F�&����։y|DˤJ�r�����������))��~>������/���=ֲ�|�ڶ��NO��nIsR�h ����������Ք��+��8�M�?ݒ�<>J��la[�=>������&l���~�Ii��YN�O��O���|��t���=i��^�5o_�����B�JN6�ZBo��t�P�TY��֯�n���v�tNj0Ud��tݒ�k���ҳ7�$.�U�݂�����v�3{A��?�w�7�m�-h���ߔ� �N0��۪�U��Gt���;�0{*��"=����E7�!_ʼm4��^58�&4S�b/Ͳ���ԭ�6����kUІ��E×��a�{v��D[�(ŀO�`��
�o�
�Y"�6��)>۲����]�"�-{G�M^jW<�^U��z�� `e=�an�Dk����g�t��k�`�]�l�J`�FQ���|����U�����
����g�����H�Э586���>W-)n��A�;%
�A�_�K��sܚ�`EJ��`$�X{�mc5:_�5MZ��L�'b���_��p ̨UI�
J���������M|Lo���!��(v��DΠ�%k��R�N+�dZ�^�����^V?�uBg�! +8⃒���4���|�P˶��`Qm/p��*�+�f�E��Uo��.e�Evd�5�5ii�|ϛ� f����k��b\������|E�;�o�{�Us܂��6u�k�@VS��X��%�Y҂�4�5D��NS������� U�pO���"ErG��
s$.B��9���� �)7��g$:d^��n���h�� t;������M'�J�n�˓�ny4A�`ܡ�T.+�L��:�vq
I�ڪT��][��W���i��'�t���������k�tR+�=�5��$��F�ed��v�YV��&s���~l�(]'�0��q�9Y�$����M�N�4�L�
��]��-?K�(��%O��Э�I���he�9���]E�vj��F��с&�(�^&T��Z-���@]V���YK�?�]ύIh�A�n��$�i�x���(FZ���a����#��w�$Z���]4'�w����5��F�%!�&1|3L
7�{9�g�f�v۞�����@Ѯ��>�����{�}9�|d��\C
�7��;A��ˮ(&��h
�Y��h&ܪ*X5��9�J�#ȓ�[H���~�)n�ֱ97[6Ŗe��qde�ڀ0��%FlF�a���$L�8`�g��@����z��N: �?�6y�Pv3��(�9�
ޛ���9;�<�1��Vle�k���%�e�4N?�2�O��Ʉ��9�@�v2�-،g3��!��S��6m����~2���;F��KRp�E�j�u��!`��~Mp��z������Qg�HX~W
j(U�k�Te*�q*���yg{��aT�P�'Q�|�=�쀇�3��d8�G�S�� �ڋ�"s��S֡]���\A��zk0�h)>��ٲ�'f�km�Z��4�U���H�L���� �~��tD2Z ��/D�.;V]�e��ڕ�߳�Օ����8g*
� ����3�H�l�.%�I�A�-3�=��hǘ:o��Iu:�
��7z����s��l�b.()xG?�`���=):�+蓟h,\|p*�T=�\LJ[����2�����{A3������!(~������:��f�1���㎴��֞Ӳ��7�:3ZgN�~:�$�&�!�^.!�,��{�59��x"�B��U��M _�������#��2��X�ou���0ɽ���ƶzG�d��5\ �����V]Co�4O �8�ᅇ�����2I�0n<|��>0v�V���\-q���x����~4�Ǫ��T ��5��D�>�x����/�X���"�fV�aIlƆf�YijD���Q���O�Lz���R�jWCj��<�����}�����r�v'�Ҳ
I�]T���U�NS1�k���&w�ٌ�P� Gr�h�9
��K��h�[3<V#��s=i!����� ~ �����V��0�h���:v���Z}A� �J���\ܰ�2\[C�TAW��$?qm��'���C�jq�&�(`C����i#
�lO
�=�^C����hN��:O�,ӹ����
d�I)���+�/ �*�G��e~�D��1I���~�E&nUhΡ�4µI��=�=�@9Y,Wg�
��P��)��E`_zܒ}յ��ǂN��$���R�R�&�,LF�'Vjg�me����(�bӲm/tl�q��p#�3H�F暔��G)�*#�Q�t"���#U]K�_r^��G\&ߔ7��œ�@T�YM9�\������h��U>����ܥ"~�^��̈�.QX&c�jyÿp���#�ƦGa�
�I�9�(�b&�V��+�|W�Hs�aB�<� ה߈*gp���^�@H�I�`�d�����9)p����u��L�L�-d��H��=��R�:֙O�ߪ.y�r�ݗ�g��7!�L��kv�o�6_��
��<�u����?��}XR��H0kԝ��(�Mó(&�(0�o�FJ�8>q�̚q�%I�s�����1��ʉ?��J��'�6��H�ޑgץ�)7 �燾a�AD�����H�MS�U���N9-�R�� !��a��R:��/t�9��v���K��2���ǷEiY��j�{(��j��#a#��i ��D!�¶<�j�e��k�� ���蘖�d�E���k����7p:ށZ�� �RBY��S���"��?�m'�"�"
�J3�#�7������� 2Y�æ�&��vxɢ��m�R�=ψ'6�癦��M]u$o�����^|_$�����cyB|�P�Z�%Ѱ�D{�zm�(]��2���Oɥ?gO�~k���7��_�HqM
5��R�omE�Y.��s��jD,1�_�����O(�GSA-�\��vj�1��g�\��%��yQL*n�����J��t���pF�Rn ��C� ��M\/���q���7H�WTz��a�����j�Q�}n��L� ��}{%��$�<��ɔT|L������y"EUէL�.�F��e�zZu 4�����F:��x�7��%@���_h�5e��]�f`X�`M�� p�)�� ��-מ��r��ܥ4:BO�ҋ�|t̓d���t�9��G�Ff˚�*p1m��� �F�Wd3�7T"���r&
����K�̳��?w��B3�We����T��B��k^�5��㐙]��z�C%�כ�V�W�����\���c;���f!뗾����!ǯ`e��h3Ց���+�vp�aF���Q*�����,��@������s �Q͈n��Ɛ5��?hA�v�WѦ�w�y
�
���}�)j��w�>7��ʿe�ⰞWU����w�&��>�9m����PK- c3�\:H�� 5 xl/workbook.xmlPK- c3�\���� � [Content_Types].xmlPK-
c3�\���~' ' V _rels/.relsPK- c3�\GBm|% �B � xl/worksheets/sheet1.xmlPK- c3�\��� P 9 xl/_rels/workbook.xml.relsPK- c3�\Ѓc'2 E
xl/styles.xmlPK- c3�\�
� �5 � xl/sharedStrings.xmlPK � Q!