GET api/store/{storeID}/printBatches/campaigns
Get a list of unique campaigns for unprinted batches
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| HeaderIdentifier | Collection of byte |
None. |
|
| HeaderGuid | globally unique identifier |
None. |
|
| PrintRequestType | PrintRequestType |
None. |
|
| SortKind | PrintBatchSortKind |
None. |
|
| Sort | SortOrder |
None. |
|
| Printed |
Whether to include the print batch details that have been printed |
boolean |
None. |
| PrintDate |
The date that a print batch detail was printed, incompatible with printed filter being set to false |
date |
None. |
| UTCOffset |
UTC offset to be used with the single date to get the results accurately |
decimal number |
None. |
| UseExactPrintDateTime | boolean |
None. |
|
| Keyword | string |
None. |
|
| Search | ProductQuerySearch |
None. |
|
| ShelfLocationGuids |
Print Batch Details assigned to these location only |
Collection of globally unique identifier |
None. |
| SupplierIdentifier |
Print Batch Details with product with this preffered supplier only |
Collection of byte |
None. |
| SupplierGuid | globally unique identifier |
None. |
|
| StoreID | integer |
None. |
|
| Stores | Collection of integer |
None. |
|
| PLU |
PLU |
integer |
None. |
| APN | string |
None. |
|
| Name | string |
None. |
|
| ItemNumber |
Item number |
string |
None. |
| DirectNumber |
PluOrderingDetail.ItemCode |
string |
None. |
| DepartmentCode |
Print Batch Details with product in this department |
string |
None. |
| SubDepartmentCode |
Print Batch Details with product in this sub department Added for react app |
string |
None. |
| MinorDepartmentCode |
Print Batch Details with product in this minor department Added for react app |
string |
None. |
| Tobacco |
Print Batch Details with product has a tobacco product type |
boolean |
None. |
| Liquor |
Print Batch Details with product has a liquor product type |
boolean |
Deprecated. |
| GlutenFree |
Print Batch Details with product that is gluten free |
boolean |
None. |
| ExcludeTalkers |
Print Batch details with a product that has departments with matching ExcludeTalkers values |
boolean |
None. |
| Direct |
Print Batch details with a product that has a SupplierDirect Warehouse Indicator |
boolean |
None. |
| Variety |
Print Batch details with a product that has a Variety Warehouse Indicator |
boolean |
None. |
| Warehouse |
Print Batch details with a product that has a WarehouseLine Warehouse Indicator |
boolean |
None. |
| ChargeThrough |
Print Batch details with a product that has a ChargeThrough Warehouse Indicator |
boolean |
None. |
| SlowMoving |
Print Batch Details with product is (not) Slow Moving? (true or false option, matched to Product value) |
boolean |
None. |
| GeneralMerchandise |
Print Batch Details with product is (not) General Merchandise? (true or false option, matched to Product value) |
boolean |
None. |
| HasCampaign |
Print Batch Details with products that has a campaign (when it's set to true) |
boolean |
None. |
| ComplianceIndicator |
Print Batch Details with product has this ComplianceIndicator/CoreRangeIndicator |
string |
None. |
| ComplianceIndicators |
Print Batch Details with product has these ComplianceIndicators/CoreRangeIndicators |
Collection of string |
None. |
| Grades |
Print Batch Details with product has these ProductGrade(s) |
Collection of string |
None. |
| StartsWith |
Whether to make searches starting with rather than anywhere. |
boolean |
None. |
| ExcludeZeroQty |
Excludes any talkers with zero quantity |
boolean |
None. |
| CampaignNames |
Filter batch details by campaign names. Added for react app |
Collection of string |
None. |
| DepartmentCodes |
Filter batch details by department codes. Added for react app |
Collection of string |
None. |
| SubDepartmentCodes |
Filter batch details by subdepartment codes Added for react app |
Collection of string |
None. |
| MinorDepartmentCodes |
Filter batch details by minordepartment codes Added for react app |
Collection of string |
None. |
| LesserDepartmentCodes |
Filter batch details by lesserdepartment codes Added for react app |
Collection of string |
None. |
| WarehouseDirectIndicators |
filter by warehouse indicator of PLU |
Collection of string |
None. |
| Users |
Filter print batch details by users |
Collection of string |
None. |
| PrintBatchTypes |
filter by PrintBatchtypes |
Collection of PrintBatchType |
None. |
| IncludeZeroQtyOnly |
filter labels having 0 Qty only - for react app |
boolean |
None. |
| LabelPageLayoutG_UID | Collection of byte |
None. |
|
| LabelPageLayoutGuid | globally unique identifier |
None. |
|
| CampaignStartDate |
The detail campaign will starts after this date |
date |
None. |
| CampaignEndDate |
The detail campaign will starts before this date |
date |
None. |
| Relations |
Load all product, location, bin and operator models |
boolean |
None. |
| Skip |
Number of records to skip over |
integer |
None. |
| Take |
Number of records to take |
integer |
None. |
| TotalCount | integer |
Relation. This field may not always be loaded or used for updates. |
|
| storeID |
Store identifier of print batch, optional |
integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
List of campaigns for print batches
Collection of Campaign| Name | Description | Type | Additional information |
|---|---|---|---|
| ID |
Server-side incremental ID |
integer |
None. |
| StoreID | integer |
Deprecated. |
|
| Name | string |
Required String length: inclusive between 0 and 64 |
|
| NameGuid | globally unique identifier |
None. |
|
| Description | string |
String length: inclusive between 0 and 255 |
|
| ShowDiscounts |
Show the discounts on screen/receipt |
boolean |
None. |
| ShowTotals |
Show discount totals on receipt |
boolean |
None. |
| OnlyEvaluateOnSubtotal | boolean |
None. |
|
| UseDescription |
When showing discounts, use campaign description |
boolean |
None. |
| CampaignType | CampaignType |
None. |
|
| StartDate | date |
Data type: Date |
|
| StartTime | integer |
None. |
|
| EndDate |
Defaults to DateTime.MaxValue at the POS ? |
date |
Data type: Date |
| EndTime | integer |
None. |
|
| Recurrence | integer |
None. |
|
| RecurrenceType | CampaignScheduleType |
None. |
|
| MonthType | CampaignMonthlyType |
None. |
|
| WeekDays | CampaignDayOfWeek |
None. |
|
| Months | CampaignMonth |
None. |
|
| MonthWeeks | CampaignWeekOfMonth |
None. |
|
| MonthDays | string |
String length: inclusive between 0 and 32 |
|
| Printed | boolean |
None. |
|
| TalkerText | string |
None. |
|
| RangeDescription | string |
None. |
|
| DealDescription | string |
None. |
|
| LabelQuantity | integer |
None. |
|
| Active | integer |
None. |
|
| Deactivated | date |
None. |
|
| System |
Inidcates that the Campaign is critical for business operations |
boolean |
None. |
| Created | date |
None. |
|
| Updated | date |
None. |
|
| PriceChangeNotifiedUtc | date |
None. |
|
| PromoType |
Refers to the sale promo type (Normal, Promo or In-store) |
PromoType |
None. |
| PromotionTypeCode |
PromotionType Code from promotion type field |
string |
None. |
| HostIdentifier |
Host Identifier for PromotionTypeCode, only filled when FromHost is true |
Collection of byte |
None. |
| HostIdentifierGuid | globally unique identifier |
None. |
|
| HostType | HostType |
None. |
|
| CreatedByUser | string |
String length: inclusive between 0 and 255 |
|
| FromHost | boolean |
None. |
|
| Deleted | boolean |
None. |
|
| CampaignDeleted | date |
None. |
|
| UpdatedByUser | string |
String length: inclusive between 0 and 255 |
|
| OfferID | integer |
None. |
|
| IsPriceChangeCampaign | boolean |
None. |
|
| Stores | Collection of integer |
Relation. This field may not always be loaded or used for updates. |
|
| StoreNames | Collection of string |
Relation. This field may not always be loaded or used for updates. |
|
| CampaignPlus | Collection of CampaignPlu |
Relation. This field may not always be loaded or used for updates. |
|
| CampaignPools | Collection of CampaignPool |
Relation. This field may not always be loaded or used for updates. |
|
| SellingRules | Collection of SellingRule |
Relation. This field may not always be loaded or used for updates. |
|
| Customers | Collection of CampaignCustomer |
Relation. This field may not always be loaded or used for updates. |
|
| CustomerGroups | Collection of CampaignCustomerGroup |
Relation. This field may not always be loaded or used for updates. |
|
| SignIqTickets | Collection of CampaignSignIqTicket |
Relation. This field may not always be loaded or used for updates. |
|
| ComboPriceGroups | Collection of ComboPriceGroup |
Relation. This field may not always be loaded or used for updates. |
|
| PriceLevels | Collection of CampaignPriceLevel |
Relation. This field may not always be loaded or used for updates. |
|
| PromotionType | PromotionType |
Relation. This field may not always be loaded or used for updates. |
Response Formats
application/json, text/json
[
{
"$id": "1",
"id": 1,
"storeID": 2,
"name": "39530ca2-e709-4ebd-bfe0-e91a81fd3530",
"nameGuid": "39530ca2-e709-4ebd-bfe0-e91a81fd3530",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-06-03T18:35:03.6041586",
"startTime": 1,
"endDate": "2026-06-03T18:35:03.6041586",
"endTime": 1,
"recurrence": 1,
"recurrenceType": 1,
"monthType": 1,
"weekDays": 1,
"months": 1,
"monthWeeks": 1,
"monthDays": "sample string 7",
"printed": true,
"talkerText": "sample string 8",
"rangeDescription": "sample string 9",
"dealDescription": "sample string 10",
"labelQuantity": 11,
"active": 1,
"deactivated": "2026-06-03T18:35:03.6041586",
"system": true,
"created": "2026-06-03T18:35:03.6041586",
"updated": "2026-06-03T18:35:03.6041586",
"priceChangeNotifiedUtc": "2026-06-03T18:35:03.6041586",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "4TjkNRBY5Eax9qZ/7I8eNw==",
"hostIdentifierGuid": "35e438e1-5810-46e4-b1f6-a67fec8f1e37",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-06-03T18:35:03.6041586",
"updatedByUser": "sample string 18",
"offerID": 1,
"isPriceChangeCampaign": true,
"stores": [
1,
2
],
"storeNames": [
"sample string 1",
"sample string 2"
],
"campaignPlus": [
{
"$id": "2",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 1,
"hostOfferID": 1,
"metcashPromotionID": "sample string 4",
"metcashPromotionPlacement": "sample string 5",
"pluG_UID": "NHBif2es3EGW2OS42HLzzQ==",
"pluGuid": "7f627034-ac67-41dc-96d8-e4b8d872f3cd",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "V1Y04pGj5kaGh3DN3eCASA==",
"dealCostGuid": "e2345657-a391-46e6-8687-70cddde08048",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "ioNhheN8zkOMWigZehGOBQ==",
"priceGroupGuid": "8561838a-7ce3-43ce-8c5a-28197a118e05",
"itemNumber": "sample string 10",
"cri": "sample string 11",
"pluPrice": 12,
"costCalcMethod": 13,
"pluCost": 14,
"pluCostIndicator": "sample string 15",
"pluPriceGstPercent": 16,
"pluCostGstPercent": 17,
"pluActive": true,
"cartonQty": 1.1,
"baseUnits": 19.1,
"salesMode": 1,
"orderPacked": 20,
"pluNormalCost": 21,
"pluaws": 22.0,
"directNumber": "sample string 23",
"departmentName": "sample string 24",
"subDepartmentName": "sample string 25",
"priceGroupName": "sample string 26",
"supplierName": "sample string 27",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-06-03T18:35:03.6041586",
"rrp": 28,
"campaignDescription": "sample string 29",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "6a8f0fda-34a2-4476-b906-1ce31ecd1f31",
"campaignComboPriceGroupG_UID": "hXbxgfKzbEWQIlvZFohLVA==",
"campaignComboPriceGroupIdentifier": "81f17685-b3f2-456c-9022-5bd916884b54",
"promotionPlacementDescription": "sample string 31",
"storeAcceptances": [
{
"$id": "3",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-06-03T18:35:03.6041586",
"operatorG_UID": "3cCEO9G2yEmD++r9c1iUbw==",
"operatorGuid": "3b84c0dd-b6d1-49c8-83fb-eafd7358946f",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-06-03T18:35:03.6041586",
"signIqTicketFileMovedUtc": "2026-06-03T18:35:03.6041586",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-06-03T18:35:03.6041586",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "db7a0874-4eea-4ae2-97a4-103aec929505",
"product": {
"$id": "4",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "uglir/+soU++hErytcBWog==",
"guid": "af6209ba-acff-4fa1-be84-4af2b5c056a2",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "qCD19BsCzkGstPe09KOH/A==",
"priceGroupGuid": "f4f520a8-021b-41ce-acb4-f7b4f4a387fc",
"blueprintID": 1,
"lastCountedDate": "2026-06-03T18:35:03.6041586",
"externalID": "sample string 7",
"active": true,
"activated": "2026-06-03T18:35:03.6041586",
"pluCreated": "2026-06-03T18:35:03.6041586",
"createdByUser": "sample string 9",
"name": "sample string 10",
"nameChanged": true,
"secondDescription": "sample string 12",
"hostDescription": "sample string 13",
"keepCartonQty": true,
"keepDescription": true,
"keepDepartments": true,
"keepSuppliers": true,
"markdownDescription": "sample string 18",
"altDescription": "sample string 19",
"bestOrExpire": 20,
"lastUpdate": "2026-06-03T18:35:03.6041586",
"lastManualUpdate": "2026-06-03T18:35:03.6041586",
"imageName": "sample string 23",
"showImageOnFlipCharts": true,
"showTextOnFlipCharts": true,
"overrideFlipChartText": true,
"flipChartText": "sample string 27",
"salesMode": 1,
"eftCode": 1,
"price": 1,
"priceChanged": true,
"rrp": 1,
"gstPercent": 28,
"gstPercentChanged": true,
"costGSTPercent": 29,
"costGSTPercentChanged": true,
"wetPercent": 1,
"priceOverride": 1,
"cost": 1,
"currentCost": 1,
"currentCostDecimals": 1,
"grossProfit": 1.0,
"currentCostDesc": "sample string 30",
"currentCostEnd": "2026-06-03T18:35:03.6041586",
"currentCostUpdated": "2026-06-03T18:35:03.6041586",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-06-03T18:35:03.6041586",
"defaultGP": 1,
"breakTargetMode": 33,
"break1": 1,
"price1": 1,
"target1": 34,
"break2": 1,
"price2": 1,
"target2": 35,
"break3": 1,
"price3": 1,
"target3": 36,
"break1Changed": true,
"price1Changed": true,
"target1Changed": true,
"break2Changed": true,
"price2Changed": true,
"target2Changed": true,
"break3Changed": true,
"price3Changed": true,
"target3Changed": true,
"breakTargetModeChanged": true,
"margin": 1.1,
"marginChanged": true,
"marginRanged": true,
"marginRangedChanged": true,
"minimumMargin": 1.1,
"minimumMarginChanged": true,
"maximumMargin": 1.1,
"maximumMarginChanged": true,
"overrideHostWarehouseIndicator": true,
"overrideHostWarehouseIndicatorChanged": true,
"overrideHostPrice": true,
"overrideHostPriceChanged": true,
"overrideHostCost": true,
"overrideHostCostChanged": true,
"overrideHostMargin": true,
"overrideHostMarginChanged": true,
"alwaysApplyMargin": true,
"alwaysApplyMarginChanged": true,
"aws": 1.0,
"paws": 1.0,
"awsUpdated": "2026-06-03T18:35:03.6041586",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "CH+7X+T+fE29Fxo744r5gg==",
"altPLUGuid": "5fbb7f08-fee4-4d7c-bd17-1a3be38af982",
"altPLUGuidChanged": true,
"altPriceDescription1": "sample string 54",
"altPriceDescription2": "sample string 55",
"cartonQuantity": 56,
"cartonQuantityChanged": true,
"trayID": 1,
"promptID": 1,
"tare": 1,
"packQty": 1,
"fixedWeight": 1,
"extraMesg": 1,
"text1": "sample string 58",
"text2": "sample string 59",
"text3": "sample string 60",
"labelText": "sample string 61",
"labelTextChanged": true,
"sendToScale": true,
"nonScaleWeigh": true,
"labelFormat": "sample string 65",
"barcodeFormat": "sample string 66",
"austMade": 1,
"coolCode": 67,
"countryOfOrigin": "sample string 68",
"percentContent": 69.1,
"departmentID": 1,
"subDepartmentID": 1,
"minorDepartmentID": 1,
"lesserDepartmentID": 1,
"deptCode": "sample string 70",
"subDeptCode": "sample string 71",
"minorDeptCode": "sample string 72",
"lesserDeptCode": "sample string 73",
"deptName": "sample string 74",
"subDeptName": "sample string 75",
"minorDeptName": "sample string 76",
"lesserDeptName": "sample string 77",
"departmentChanged": true,
"subCategoryID": 1,
"expiry": 1,
"showDays": 1,
"datePrint": 1,
"labelRequired": true,
"labelShelfQty": 80,
"labelShelfChanged": true,
"labelTalkerQty": 82,
"labelSmall": true,
"labelLastPrinted": "2026-06-03T18:35:03.6041586",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "c8N68ud9aEWwe0OsW2g2xA==",
"shelfPageLayoutGuid": "f27ac373-7de7-4568-b07b-43ac5b6836c4",
"talkerPageLayoutG_UID": "TxTUQpdvY0GVHwlrU8CTFg==",
"talkerPageLayoutGuid": "42d4144f-6f97-4163-951f-096b53c09316",
"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": "IQXcsY2Y0E+tOoefugA37w==",
"inventoryIdentifier": "b1dc0521-988d-4fd0-ad3a-879fba0037ef",
"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": "cLDn2EdvxUGfWpqUqx5UKg==",
"parentPluGuid": "d8e7b070-6f47-41c5-9f5a-9a94ab1e542a",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "Hz0Zc6MdDUesqdNoFkxjtA==",
"supplierIdentifierGuid": "73193d1f-1da3-470d-aca9-d368164c63b4",
"supplierChanged": true,
"rebateSupplierIdentifier": "Z604ZcOJB0i2CAanQGsHoQ==",
"rebateSupplierIdentifierGuid": "6538ad67-89c3-4807-b608-06a7406b07a1",
"rebateSupplierChanged": true,
"availableForOrder": true,
"warehouseDirectIndicator": "sample string 109",
"warehouseDirectIndicatorChanged": true,
"productGrade": "sample string 111",
"productType": "sample string 112",
"productGroup": "sample string 113",
"complianceIndicator": "sample string 114",
"inhouseBrand": "sample string 115",
"slowMoving": true,
"generalMerchandise": true,
"comment": "sample string 118",
"lastUpdatedByUser": "sample string 119",
"lastManualUpdatedByUser": "sample string 120",
"lastUpdatedByUserOverride": true,
"lastUpdatedByHost": "2026-06-03T18:35:03.6041586",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "IslTQDjmSEeNjH7tIYlU7Q==",
"hostIdentifierGuid": "4053c922-e638-4748-8d8c-7eed218954ed",
"serviceFeeID": 1,
"serviceFeeIDChanged": true,
"providerName": "sample string 126",
"aisleEnds": "sample string 127",
"deleted": true,
"deletedChanged": true,
"hidden": true,
"doNotRange": true,
"doNotRangeChanged": true,
"doNotOrder": true,
"doNotOrderChanged": true,
"locked": true,
"excludeFromWebUpdate": true,
"excludeFromWebUpdateChanged": true,
"webPriceBasedOn": 138,
"webPriceRounding": true,
"webMarkup": 140,
"webPriceMode": 141,
"altDepartmentID": 1,
"altSubDepartmentID": 1,
"altMinorDepartmentID": 1,
"altLesserDepartmentID": 1,
"altDeptCode": "sample string 142",
"altSubDeptCode": "sample string 143",
"altMinorDeptCode": "sample string 144",
"altLesserDeptCode": "sample string 145",
"altDepartmentChanged": true,
"storeProducts": [
{
"$ref": "4"
},
{
"$ref": "4"
}
],
"store": {
"$id": "5",
"id": 1,
"isMaster": true,
"isElectedMaster": true,
"electedMasterStoreID": 1,
"isZoneMaster": true,
"shortName": "sample string 3",
"url": "sample string 4",
"sortOrder": 1,
"name": "sample string 5",
"phone": "sample string 6",
"fax": "sample string 7",
"email": "sample string 8",
"address1": "sample string 9",
"address2": "sample string 10",
"city": "sample string 11",
"state": "sample string 12",
"country": "sample string 13",
"postCode": "sample string 14",
"delivery": 1,
"exportAccounts": 1,
"salesAccountFolder": "sample string 15",
"purchaseAccountFolder": "sample string 16",
"initLoad": 1,
"initIDs": 1,
"zoneID": 1,
"actAsMaster": 1,
"lastActiveUtc": "2026-06-03T18:35:03.6041586",
"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": "ekd+JXTWXUi0sQABaN/8yw==",
"hostIdentifierGuid": "257e477a-d674-485d-b4b1-000168dffccb",
"hostName": 1,
"hostAddress": "sample string 27",
"hostUsername": "sample string 28",
"hostPassword": "sample string 29",
"excludeFromLeadInOut": true,
"accountingProvider": 31,
"accountingAddress": "sample string 32",
"accountingUsername": "sample string 33",
"accountingPassword": "sample string 34",
"storeAccountingCode": "sample string 35",
"softwareVariance": 36,
"fuelWarningVariance": 37.0,
"fuelErrorVariance": 38.0,
"fuelAccumulatedWarningVariance": 39.0,
"fuelAccumulatedErrorVariance": 40.0,
"drawManagment": 41,
"endOfDayManagment": true,
"autoFillCashBalancing": true,
"fuelDayVariance": 44,
"accountingTradingTime": "00:00:00.1234567",
"stockActivateProduct": 46,
"defaultOrderDocumentId": 1,
"defaultStockReceiveDocumentId": 1,
"giftCardSalesAccountingDeptCode": "sample string 47",
"transactionDiscountAccountingDeptCode": "sample string 48",
"size": 49,
"updated": "2026-06-03T18:35:03.6041586",
"priceZone": {
"$id": "6",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "INPV9kAfJUWETP2y3d0RMg==",
"hostIdentifierGuid": "f6d5d320-1f40-4525-844c-fdb2dddd1132",
"sortOrder": 3,
"zoneMasterStoreID": 1,
"electedMasterStoreID": 1,
"containsElectedMasterStore": true
},
"priceZoneName": "sample string 51",
"storeFuelConfigured": true,
"shippingAddressCopied": true,
"shippingAddress": {
"$id": "7",
"storeID": 1,
"addressType": 1,
"address1": "sample string 1",
"address2": "sample string 2",
"city": "sample string 3",
"state": "sample string 4",
"country": "sample string 5",
"postCode": "sample string 6"
},
"billingAddressCopied": true,
"billingAddress": {
"$ref": "7"
},
"warehouseStore": {
"$id": "8",
"storeID": 1,
"warehouseStoreID": 2,
"storeName": "sample string 3",
"warehouseName": "sample string 4"
},
"hostStoreSettings": [
{
"$id": "9",
"id": 1,
"hostIdentifier": "Pv2/TUjmk0OYZq/atRNZRA==",
"hostIdentifierGuid": "4dbffd3e-e648-4393-9866-afdab5135944",
"storeID": 2,
"username": "sample string 3",
"password": "sample string 4",
"passwordPlain": "sample string 5",
"serverAddress": "sample string 6",
"serverPort": 1,
"excludeFromLeadInOut": true,
"useForHostFile": true,
"metcashPillarID": "sample string 9",
"metcashStateCode": "sample string 10",
"metcashCustomerID": "sample string 11",
"metcashTradingPartnerID": "sample string 12",
"drakesCustomerNumber": 1,
"sparCustomerNumber": "sample string 13",
"sparOrderUsername": "sample string 14",
"sparOrderPassword": "sample string 15",
"sparOrderPasswordPlain": "sample string 16",
"pharmXSiteID": 1,
"ibaZoneID": 1,
"ibaState": "sample string 17",
"foodlandStoreCode": "sample string 18",
"ilgMemberNumber": "sample string 19",
"ilgOutletLocation": 1,
"ilgBaseCost": 1,
"ilgApplyNonAdvertisedPromos": true,
"ilgExemptFromFreight": true,
"ilgOrderDealReview": true,
"ilgFinanceFee": 1,
"secondPassword": "sample string 23",
"secondPasswordPlain": "sample string 24",
"secondServerAddress": "sample string 25",
"processPromotions": true,
"hostProvider": 0,
"host": {
"$id": "10",
"identifier": "tZSoJha+kUii4EwBlOXnfQ==",
"identifierGuid": "26a894b5-be16-4891-a2e0-4c0194e5e77d",
"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": "UrS44TA/VEeOM0f5KZoqjg==",
"hostSupplierIdentifierGuid": "e1b8b452-3f30-4754-8e33-47f9299a2a8e",
"loyaltyPriceLevelIdentifier": "2HC+LYRYWkW4FGQNH+iMqA==",
"loyaltyPriceLevelIdentifierGuid": "2dbe70d8-5884-455a-b814-640d1fe88ca8",
"isGroup": true,
"description": "sample string 22",
"hostProvider": 23,
"hostTypeEnum": 24,
"hostType": "sample string 25",
"hostCode": "sample string 26",
"username": "sample string 27",
"password": "sample string 28",
"passwordPlain": "sample string 29",
"server": "sample string 30",
"url": "sample string 31",
"global": true,
"stateCode": "sample string 33",
"lastCollected": "2026-06-03T18:35:03.6041586",
"lastProcessed": "2026-06-03T18:35:03.6041586",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$id": "11",
"identifier": "H3/mowY69UysQpmzd6H3tw==",
"identifierGuid": "a3e67f1f-3a06-4cf5-ac42-99b377a1f7b7",
"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": "m19hymPvSUqZxSbQRBsC2A==",
"primaryContactID": "ca615f9b-ef63-4a49-99c5-26d0441b02d8",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "rk8ej3PVNES7MfIGc5iCkw==",
"supplierGroupGuid": "8f1e4fae-d573-4434-bb31-f20673988293",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-06-03T18:35:03.6041586",
"rebateLastClaimedAmount": 1.0,
"cartonsOnly": true,
"minimumOrderValue": 1,
"enforceMinimumQuantity": true,
"freight": 19.0,
"freightType": 20,
"deleted": true,
"deletedUser": "sample string 22",
"storeName": "sample string 23",
"primaryContact": {
"$id": "12",
"id": "6a4089ec-f1a6-46bf-91f6-c83456c16ae0",
"identifier": "WfIBT0Cq1UW6aYGnertppQ==",
"identifierGuid": "4f01f259-aa40-45d5-ba69-81a77abb69a5",
"familyName": "sample string 1",
"givenNames": "sample string 2",
"otherNames": "sample string 3",
"title": "sample string 4",
"dateOfBirth": "sample string 5",
"sex": "sample string 6",
"address": "sample string 7",
"address1": "sample string 8",
"address2": "sample string 9",
"town": "sample string 10",
"state": "sample string 11",
"country": "sample string 12",
"postalCode": "sample string 13",
"telephone": "sample string 14",
"mobile": "sample string 15",
"email": "sample string 16",
"fax": "sample string 17",
"primary": true
},
"contacts": [
{
"$id": "13",
"supplierIdentifier": "GR6p0FrYfkmizgJoU8IGeA==",
"supplierIdentifierGuid": "d0a91e19-d85a-497e-a2ce-026853c20678",
"contactGuid": "uxc+5lCOu0OKSwmPGE6Ajg==",
"contactID": "e63e17bb-8e50-43bb-8a4b-098f184e808e",
"contact": {
"$ref": "12"
},
"supplier": {
"$ref": "11"
}
},
{
"$ref": "13"
}
],
"products": [
{
"$id": "14",
"pluG_UID": "4q3gjg3jPEmp8r7pAVoNyA==",
"pluGuid": "8ee0ade2-e30d-493c-a9f2-bee9015a0dc8",
"supplierIdentifier": "3dSmp32KWUG7XiyIVN+6fg==",
"supplierIdentifierGuid": "a7a6d4dd-8a7d-4159-bb5e-2c8854dfba7e",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-06-03T18:35:03.6041586",
"pricedByWeight": true,
"landedUnitCostEx": 9,
"landedUnitCostInc": 10,
"landedCartonCostInc": 12,
"landedCartonCostEx": 13,
"standardCost": 14,
"deliveryFee": 1,
"deliveryFeeBasis": "sample string 15",
"pickAndPackFee": 1,
"pickAndPackFeeBasis": "sample string 16",
"financeFee": 1,
"financeFeeBasis": "sample string 17",
"cartonLength": 1,
"cartonWidth": 1,
"cartonHeight": 1,
"palletLayerQuantity": 1,
"palletLayers": 1,
"itemCode": "sample string 18",
"invoiceCode": "sample string 19",
"invoiceDesc": "sample string 20",
"orderDirect": true,
"useCost": true,
"minimumQuantity": 21,
"hostType": 22,
"fromHost": 23,
"minimumReorder": 1,
"maximumReorder": 1,
"orderMultiple": 24.1,
"sellMultiple": 25.1,
"baseMultiple": 26.1,
"hostStandardCost": 27,
"hostTotalCost": 28,
"hostRetail": 29,
"hostLandedUnitCostEx": 30,
"hostLandedUnitCostInc": 31,
"hostDesc": "sample string 32",
"directIndicator": "sample string 33",
"availableToOrder": true,
"hostRangeIndicator": "sample string 35",
"hostProductType": "sample string 36",
"hostProductGrade": "sample string 37",
"hostProductGroup": "sample string 38",
"hostSlowMoving": true,
"hostGeneralMerchandise": true,
"hostPillar": "sample string 41",
"hostLastUpdated": "2026-06-03T18:35:03.6041586",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "15",
"pluG_UID": "uH2duciMk0GrsbsILUXI7g==",
"pluGuid": "b99d7db8-8cc8-4193-abb1-bb082d45c8ee",
"supplierIdentifier": "tFuCpJE2YEiybRPjRubNvw==",
"supplierIdentifierGuid": "a4825bb4-3691-4860-b26d-13e346e6cdbf",
"invoiceCode": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "15"
}
],
"storeIDs": [
1,
2
],
"preferredSupplier": true,
"preferredRebateSupplier": true,
"supplierName": "sample string 42",
"salesMode": 43,
"orderPacked": true,
"active": true,
"price": 1,
"costGstPercent": 45,
"parentPluG_UID": "NWQuSUEPg0SUPY1FmmmpHw==",
"parentPluGuid": "492e6435-0f41-4483-943d-8d459a69a91f",
"freight": 46.0,
"freightType": 1,
"product": {
"$ref": "4"
},
"supplier": {
"$ref": "11"
},
"serviceFee": {
"$id": "16",
"id": 1,
"description": "sample string 1",
"fee": 1
},
"isPrimaryHost": true,
"hostVendor": 48
},
{
"$ref": "14"
}
],
"orderCycleHeaders": [
{
"$id": "17",
"storeID": 1,
"supplierIdentifier": "izr+OcNjrU6xx/uqJfFd9g==",
"supplierGuid": "39fe3a8b-63c3-4ead-b1c7-fbaa25f15df6",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"storeName": "sample string 5",
"departmentName": "sample string 6",
"orderDays": 7
},
{
"$ref": "17"
}
],
"cycles": [
{
"$id": "18",
"storeID": 1,
"supplierIdentifier": "orDpCf8q2Uuno9APo9BxCQ==",
"supplierGuid": "09e9b0a2-2aff-4bd9-a7a3-d00fa3d07109",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"cutOffWeek": 5,
"cutOffDay": 6,
"cutOffTime": "00:00:00.1234567",
"leadTime": 7,
"daysBuffer": 8,
"supplierName": "sample string 9",
"cutOffDate": "2026-06-03T18:35:03.6041586",
"deliveryDate": "2026-06-03T18:35:03.6041586",
"nextCutOffDate": "2026-06-03T18:35:03.6041586",
"nextDeliveryDate": "2026-06-03T18:35:03.6041586",
"nextDaysBuffer": 10
},
{
"$ref": "18"
}
],
"store": {
"$ref": "5"
},
"updated": "2026-06-03T18:35:03.6041586",
"isHost": true
},
"files": [
{
"$id": "19",
"id": "sample string 1",
"fileName": "sample string 2",
"extension": "sample string 3",
"provider": 0,
"type": 0,
"hostType": "sample string 4",
"createdUtc": "2026-06-03T18:35:03.6041586",
"processed": "2026-06-03T18:35:03.6041586",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-06-03T18:35:03.6041586",
"size": 1,
"sizeFormat": "sample string 7",
"isArchive": true,
"customerNumber": "sample string 9",
"businessPillar": "sample string 10",
"fileType": "sample string 11",
"version": "sample string 12",
"reference": "sample string 13",
"digest": "sample string 14",
"contentType": "sample string 15",
"host": {
"$ref": "10"
},
"metcashHeader": {
"$id": "20",
"customerNumber": "sample string 1",
"creationDate": "2026-06-03T18:35:03.6041586",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "19"
}
],
"zoneMatrix": [
{
"$id": "21",
"id": 1,
"hostIdentifier": "kQKgXgkGJE6JpT4XC2VCyA==",
"hostIdentifierGuid": "5ea00291-0609-4e24-89a5-3e170b6542c8",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"0be363c2-1f9f-41c2-8cea-2e28c363452a",
"25469107-8ac2-4973-a0ee-0d2e93958761"
]
},
{
"$ref": "21"
}
],
"hostFileStoreSetting": {
"$ref": "9"
},
"hostStoreSettings": [
{
"$ref": "9"
},
{
"$ref": "9"
}
],
"promotionPlacements": [
{
"$id": "22",
"identifier": "AQl+VW6rm0iGNhn9KfK9zA==",
"identifierGuid": "557e0901-ab6e-489b-8636-19fd29f2bdcc",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "22"
}
],
"promoTypeGuids": [
"09c7b79e-73ca-42cc-99b5-c1630de317da",
"6b2faa5f-d756-4ed4-ae8b-03e60721a9db"
],
"isPromotionOnly": false,
"isOrderable": false,
"vendor": 0
},
"groupIDs": [
1,
2
],
"hostDescription": "sample string 27"
},
{
"$ref": "9"
}
],
"accounts": [
{
"$id": "23",
"id": 1,
"storeID": 1,
"accountName": "sample string 2",
"bsb": "sample string 3",
"accountNumber": "sample string 4",
"accountDesignated": true
},
{
"$ref": "23"
}
],
"sales": [
{
"$id": "24",
"id": 1,
"storeID": 1,
"externalSalesType": 2,
"ftpSiteID": 1,
"lastSaleProcessed": "2026-06-03T18:35:03.6041586",
"ftpSite": {
"$id": "25",
"id": 1,
"description": "sample string 2",
"address": "sample string 3",
"username": "sample string 4",
"password": "sample string 5",
"path": "sample string 7",
"protocol": 8
}
},
{
"$ref": "24"
}
],
"suppliedStores": [
1,
2
],
"zoneMatrix": [
{
"$ref": "21"
},
{
"$ref": "21"
}
],
"cashManagements": [
{
"$id": "26",
"id": 1,
"storeID": 1,
"cashManagementType": 2,
"apiID": 1,
"organisationID": "sample string 3",
"siteName": "sample string 4",
"thirdPartyAPI": {
"$id": "27",
"id": 1,
"description": "sample string 2",
"address": "sample string 3",
"username": "sample string 4",
"password": "sample string 5",
"passwordPlain": "sample string 6",
"token": "sample string 7",
"apiType": 8,
"apiSubType": 9,
"config": "sample string 10"
}
},
{
"$ref": "26"
}
],
"updateStoreID": "b5e913ba-b7b3-4973-a60b-087b3abfac23",
"updateStore": {
"$id": "28",
"id": "119e4076-14dd-4b97-8b41-ccf2ccead110",
"name": "sample string 1",
"lastActivity": "2026-06-03T18:35:03.6041586",
"zone": "sample string 2",
"timeZoneOffset": 0.0,
"businessHoursStart": "00:00:00.1234567",
"businessHoursEnd": "00:00:00.1234567",
"master": true,
"lastIP": "sample string 10",
"lastHostName": "sample string 11",
"ping": 1,
"pingStatus": "sample string 12",
"lastUpdateCompleted": "2026-06-03T18:35:03.6041586"
},
"timeZoneId": "sample string 54",
"securityOptions": {
"$id": "29",
"loginMode": 1,
"allowSelfVerification": true,
"verifierEmail": "sample string 3",
"source": "sample string 4",
"loginModeInherited": 5,
"loginModeSource": "sample string 6",
"selfVerifyInherited": true,
"selfVerifySource": "sample string 8",
"verifyEmailInherited": "sample string 9",
"verifyEmailSource": "sample string 10"
}
},
"storePrices": [
{
"$id": "30",
"pluG_UID": "rYiBrTH9nU60V6IWI4qtVA==",
"pluGuid": "ad8188ad-fd31-4e9d-b457-a216238aad54",
"plu": 1,
"storeID": 1,
"zoneID": 2,
"zoneName": "sample string 3",
"store": "sample string 4",
"isElectedMasterStore": true,
"isZoneMasterStore": true,
"priceNow": 7,
"costNow": 8,
"costNowDecimals": 9,
"normalPrice": 10,
"priceNext": 1,
"costNext": 1,
"costNextDecimals": 11,
"nextCampaignName": "sample string 12",
"gstPercent": 13,
"normalCost": 14,
"normalCostDecimals": 15,
"costGstPercent": 16,
"costCalcMethod": 1,
"currentCost": 17,
"currentCostDecimals": 18,
"break1": 19,
"price1": 20,
"break2": 21,
"price2": 22,
"break3": 23,
"price3": 24,
"fuelItem": 25,
"fixedWeight": 26,
"active": true,
"complianceIndicator": "sample string 27",
"doNotOrder": true,
"doNotRange": true,
"isNormalPriceChangesCampaign": true,
"updated": "2026-06-03T18:35:03.6041586"
},
{
"$ref": "30"
}
],
"currentPrices": {
"$id": "31",
"pluPrices": {
"$id": "32",
"plu": 1,
"pluG_UID": "QEA=",
"stores": [
1,
2
],
"normalPrice": 1,
"cost": 2,
"break1": 3,
"price1": 4,
"break2": 5,
"price2": 6,
"break3": 7,
"price3": 8,
"discountPrice": 9,
"memberDiscountPrice": 10,
"acceptedUtc": "2026-06-03T18:35:03.6041586",
"priceChangeType": 0,
"costDecimals": 11,
"costCalcMethod": 12,
"targetCampaignPriceGtOrEquNormal": true
},
"normalPluPrices": {
"$ref": "32"
},
"winningCampaign": 1,
"winner": {
"$id": "33",
"campaignName": "sample string 1",
"campaignDescription": "sample string 2",
"talkerText": "sample string 3",
"disableWasSave": true,
"startDate": "2026-06-03T18:35:03.6041586",
"startTime": 5,
"endDate": "2026-06-03T18:35:03.6041586",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "+qqNrOGRnEir8omn4ixkLA==",
"hostIdentifierGuid": "ac8daafa-91e1-489c-abf2-89a7e22c642c",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "33"
},
{
"$ref": "33"
}
]
},
"tray": {
"$id": "34",
"g_UId": "DhAvAzTe80megtSy0Kxf4Q==",
"guid": "032f100e-de34-49f3-9e82-d4b2d0ac5fe1",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "35",
"priceGroupG_UID": "n3WYs0hauE+VB+o1TismUA==",
"priceGroupGuid": "b398759f-5a48-4fb8-9507-ea354e2b2650",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-06-03T18:35:03.6041586",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "4"
},
{
"$ref": "4"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "36",
"pluG_UID": "P2vylBoQ1Uax3O8w4bNP8A==",
"pluGuid": "94f26b3f-101a-46d5-b1dc-ef30e1b34ff0",
"plu": 1,
"servingsPerPack": 1,
"servingSize": 1,
"showAllergens": 1,
"energy": 1,
"protein": 1,
"fat": 1,
"saturated": 1,
"carbo": 1,
"sugars": 1,
"sodium": 1,
"potasium": 1,
"calcium": 1,
"fibre": 1,
"soya": 1,
"nutsSeeds": 1,
"shells": 1,
"eggs": 1,
"dairy": 1,
"gluten": 1,
"sulphites": 1,
"peanuts": 1,
"sesame": 1,
"fish": 1,
"lupins": 1
},
"dates": {
"$id": "37",
"pluGuid": "07996b76-30fc-4f40-b370-49769859aa4e",
"created": "2026-06-03T18:35:03.6041586",
"createdByUser": "sample string 1",
"activated": "2026-06-03T18:35:03.6041586",
"activatedByUser": "sample string 2",
"deactivated": "2026-06-03T18:35:03.6041586",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-06-03T18:35:03.6041586",
"lastOrderedQty": 4.0,
"lastReceived": "2026-06-03T18:35:03.6041586",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-06-03T18:35:03.6041586",
"lastSold": "2026-06-03T18:35:03.6041586",
"firstSold": "2026-06-03T18:35:03.6041586",
"awsUpdated": "2026-06-03T18:35:03.6041586",
"lastManualUpdate": "2026-06-03T18:35:03.6041586",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-06-03T18:35:03.6041586",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-06-03T18:35:03.6041586",
"doNotRangeUpdated": "2026-06-03T18:35:03.6041586",
"doNotOrderUpdated": "2026-06-03T18:35:03.6041586",
"tracked": "2026-06-03T18:35:03.6041586"
},
"allergens": [
{
"$id": "38",
"primaryKey": {
"$id": "39",
"pluGuid": "f11c27fd-dabb-4fca-b1b7-c48832718348",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "/Scc8bvayk+xt8SIMnGDSA==",
"pluGuid": "f11c27fd-dabb-4fca-b1b7-c48832718348",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "38"
}
],
"costs": {
"$id": "40",
"pluG_UID": "VgWGyEO6vECbAIFZb8ck3A==",
"pluGuid": "c8860556-ba43-40bc-9b00-81596fc724dc",
"enteredCost": 1,
"weightedAvgCost": 1,
"lastCost": 1,
"rawEnteredCost": 2,
"rawWeightedAvgCost": 3,
"rawLastCost": 4,
"freight": 5.0,
"freightType": 6,
"costDecimals": 7,
"fifoCost": 1,
"updated": "2026-06-03T18:35:03.6041586",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "41",
"saleHeaderID": 1,
"created": "2026-06-03T18:35:03.6041586",
"createdLocal": "2026-06-03T18:35:03.6041586",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "kDF9KGeTRUSh8ufTZ8961g==",
"operatorGuid": "287d3190-9367-4445-a1f2-e7d367cf7ad6",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "hOYtMo7I2kqRM76xHQ6J9g==",
"pluGuid": "322de684-c88e-4ada-9133-beb11d0e89f6",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$id": "42",
"id": 1,
"g_Uid": "cVEIen9UV0OA9xMO0bns1g==",
"guid": "7a085171-547f-4357-80f7-130ed1b9ecd6",
"operatorNumber": 1,
"shortName": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"password": "sample string 5",
"hasPassword": true,
"passwordText": "sample string 6",
"rfidTagID": "sample string 7",
"blueprintID": 1,
"groupID": 1,
"groupName": "sample string 8",
"managerGroupID": 1,
"managerGroupName": "sample string 9",
"zoneID": 1,
"zoneName": "sample string 10",
"loggedIn": 1,
"lastUsedIP": "sample string 11",
"deleted": true,
"locked": true,
"allowOpenTill": true,
"webEmail": "sample string 14",
"simpleOperatorType": 0,
"webRole": "sample string 15",
"updated": "2026-06-03T18:35:03.6041586",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-06-03T18:35:03.6041586",
"endShift": "2026-06-03T18:35:03.6041586",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "43",
"operatorG_UID": "klmyHNyavkqNOhpk2qt+yQ==",
"operatorGuid": "1cb25992-9adc-4abe-8d3a-1a64daab7ec9",
"storeID": 2,
"operator": {
"$ref": "42"
},
"store": {
"$ref": "5"
}
},
{
"$ref": "43"
}
]
}
},
{
"$ref": "41"
}
],
"apns": [
{
"$id": "44",
"pluID": 1,
"pluG_UID": "UMBr8szzp0GV2n6dpiolqA==",
"pluGuid": "f26bc050-f3cc-41a7-95da-7e9da62a25a8",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "44"
}
],
"tuns": [
{
"$id": "45",
"pluG_UId": "6GWfFmiKK0Gt7VDnaespLw==",
"pluGuid": "169f65e8-8a68-412b-aded-50e769eb292f",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "4"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "45"
}
],
"competitionPricing": [
{
"$id": "46",
"identifier": "a/IxS9VGMEeVapXyLsiY4g==",
"identifierGuid": "4b31f26b-46d5-4730-956a-95f22ec898e2",
"pluG_UID": "3l8DIxgGw0uKLIwxms8ePA==",
"pluGuid": "23035fde-0618-4bc3-8a2c-8c319acf1e3c",
"competitionID": 1,
"name": "sample string 2",
"sellMultiple": 3,
"retailPrice": 4,
"storeName": "sample string 5"
},
{
"$ref": "46"
}
],
"supplier": {
"$ref": "11"
},
"supplierName": "sample string 148",
"children": [
{
"$ref": "4"
},
{
"$ref": "4"
}
],
"ordering": {
"$ref": "14"
},
"flipChartPages": [
{
"$id": "47",
"identifier": "h5RDbuYjPE+duAEkGfYNPA==",
"groupName": "sample string 1",
"identifierGuid": "6e439487-23e6-4f3c-9db8-012419f60d3c",
"exists": true,
"flipChartIdentifier": "JiM/ECLzHUqv1jRfN/8fkQ==",
"flipChartIdentifierGuid": "103f2326-f322-4a1d-afd6-345f37ff1f91",
"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": "1PMAJVk+l0euGuOV3/HxLQ==",
"groupIdentifierGuid": "2500f3d4-3e59-4797-ae1a-e395dff1f12d",
"flipChart": {
"$id": "48",
"identifier": "UHFmgBpoTUWuf415eNGq3w==",
"identifierGuid": "80667150-681a-454d-ae7f-8d7978d1aadf",
"displayName": "sample string 2",
"sortOrder": 3,
"productsPerRow": 4,
"rowsPerPage": 5,
"buttonMarginX": 6,
"buttonMarginY": 7,
"beginButtonsX": 8,
"beginButtonsY": 9,
"autoSizeButtons": true,
"autoSizeGrid": true,
"showButtonText": true,
"showButtonImage": true,
"formLocationX": 1,
"formLocationY": 1,
"formWidth": 14,
"formHeight": 15,
"formMaximised": true,
"formResizable": true,
"formBackgroundImage": "sample string 16",
"formBackgroundColourA": 1,
"formBackgroundColourR": 1,
"formBackgroundColourG": 1,
"formBackgroundColourB": 1,
"formFontFamily": "sample string 17",
"formFontSize": 1.1,
"formFontStyle": 1,
"formAttributes": "sample string 18",
"buttonWidth": 19,
"buttonHeight": 20,
"buttonAnchor": 21,
"buttonBackgroundImage": "sample string 22",
"buttonTopColour": 1,
"buttonTextColour": 1,
"buttonBottomColour": 1,
"buttonBorderColour": 1,
"buttonBorderWidth": 1,
"buttonRadius": 1,
"buttonGradientMode": 1,
"buttonDropShadow": true,
"buttonShadowWidth": 1,
"buttonHighLightOnPush": true,
"buttonFontFamily": "sample string 23",
"buttonFontSize": 1.1,
"buttonFontStyle": 1,
"buttonTextAlign": 1,
"buttonWordBreak": true,
"buttonDrawImageAndButton": true,
"buttonVerticalText": true,
"buttonImageAlign": 1,
"panelLocationX": 1,
"panelLocationY": 1,
"panelWidth": 1,
"panelHeight": 1,
"panelAnchor": 1,
"panelFontFamily": "sample string 24",
"panelFontSize": 1.1,
"panelFontStyle": 1,
"panelBackgroundColour": 1,
"panelTextColour": 1,
"panelAttributes": "sample string 25",
"unsentCount": 26,
"group": {
"$id": "49",
"identifier": "SvvLfr+y6k6qSlTvDxPt1w==",
"identifierGuid": "7ecbfb4a-b2bf-4eea-aa4a-54ef0f13edd7",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "50",
"id": 1,
"g_UID": "Py4pK/PAE0eZY5DIBUqvEw==",
"guid": "2b292e3f-c0f3-4713-9963-90c8054aaf13",
"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": "FpdLo2Btm0+RuOJDQz38Fg==",
"previousFormGuid": "a34b9716-6d60-4f9b-91b8-e243433dfc16",
"nextForm": 1,
"nextFormG_UID": "/4u0kLhjs0OzMmLTFxZGSQ==",
"nextFormGuid": "90b48bff-63b8-43b3-b332-62d317164649",
"attributes": "sample string 10",
"updated": "2026-06-03T18:35:03.6041586",
"positioning": 1,
"contentPanel": "sample string 11",
"selectionMode": 1,
"maximumSelections": 1,
"alteredInStore": true,
"deleted": true,
"blueprintID": 1,
"preserveLayout": true,
"mainCheckoutFormName": "sample string 13",
"nextCheckoutForm": {
"$ref": "50"
},
"previousCheckoutForm": {
"$ref": "50"
},
"buttons": [
{
"$id": "51",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "MYnUjZAdLUCkGXpzW+IpeA==",
"checkoutFormGuid": "8dd48931-1d90-402d-a419-7a735be22978",
"identifier": "ERvoQsktfUaJM+eR7bqhgg==",
"identifierGuid": "42e81b11-2dc9-467d-8933-e791edbaa182",
"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": "mDOzDcgao0K0WLz4qN/+aw==",
"valueGuid": "0db33398-1ac8-42a3-b458-bcf8a8dffe6b",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-06-03T18:35:03.6041586",
"action": "sample string 12",
"valueForm": {
"$ref": "50"
},
"image": {
"$id": "52",
"name": "sample string 3.sample string 4",
"imageID": 2,
"imageName": "sample string 3",
"imageExtension": "sample string 4",
"lastUpdate": "2026-06-03T18:35:03.6041586",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "51"
}
],
"panels": [
{
"$id": "53",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "i0XIGNWgYESK3Q2nWhq2kw==",
"checkoutFormGuid": "18c8458b-a0d5-4460-8add-0da75a1ab693",
"panelType": "sample string 4",
"name": "sample string 5",
"locationX": 6,
"locationY": 7,
"width": 8,
"height": 9,
"anchor": 10,
"fontFamily": "sample string 11",
"fontSize": 12.1,
"fontStyle": 13,
"backgroundColour": 14,
"textColour": 15,
"attributes": "sample string 16"
},
{
"$ref": "53"
}
]
},
{
"$ref": "50"
}
],
"panels": [
{
"$ref": "53"
},
{
"$ref": "53"
}
]
},
"pages": [
{
"$ref": "47"
},
{
"$ref": "47"
}
]
},
"contentPanel": {
"$ref": "53"
},
"products": [
{
"$id": "54",
"flipChartPageIdentifier": "kV1m0oLsxUC+jGzOjPjjwQ==",
"flipChartPageIdentifierGuid": "d2665d91-ec82-40c5-be8c-6cce8cf8e3c1",
"pluG_UID": "jBF1C5/h/kWwbZj44DGujg==",
"pluGuid": "0b75118c-e19f-45fe-b06d-98f8e031ae8e",
"sortOrder": 3,
"sent": true,
"productChanged": true,
"productImageName": "sample string 6",
"productShowImageOnFlipCharts": true,
"productShowTextOnFlipCharts": true,
"productOverrideFlipChartText": true,
"productFlipChartText": "sample string 10",
"product": {
"$ref": "4"
},
"departmentSortOrder": 11,
"subDepartmentName": "sample string 12"
},
{
"$ref": "54"
}
],
"productCount": 27,
"pages": [
{
"$ref": "47"
},
{
"$ref": "47"
}
]
},
{
"$ref": "47"
}
],
"priceHistory": [
{
"$id": "55",
"pluG_UID": "D4600qZX6Ued/GSR+t9O6A==",
"pluGuid": "d2b48e0f-57a6-47e9-9dfc-6491fadf4ee8",
"price": 1,
"costCalcMethod": 1,
"cost": 2,
"weightedAvgCost": 3,
"lastCost": 4,
"rawCost": 5,
"rawWeightedAvgCost": 6,
"rawLastCost": 7,
"costDecimals": 8,
"serviceFeeID": 9,
"freight": 10.0,
"freightType": 11,
"process": "sample string 12",
"user": "sample string 13",
"updated": "2026-06-03T18:35:03.6041586",
"previousPrice": 1,
"previousCostCalcMethod": 1,
"previousCost": 1,
"previousWeightedAvgCost": 1,
"previousLastCost": 1,
"previousRawCost": 15,
"previousRawWeightedAvgCost": 16,
"previousRawLastCost": 17,
"previousCostDecimals": 1,
"previousServiceFeeID": 18,
"previousFreight": 19.0,
"previousFreightType": 20,
"storeID": 21,
"storeName": "sample string 22",
"serviceFeeDescription": "sample string 23",
"previousServiceFeeDescription": "sample string 24"
},
{
"$ref": "55"
}
],
"ingredients": [
{
"$id": "56",
"pluG_UID": "QZ147F2pakC0OKYcUibctg==",
"ingredientGuid": "tk+qXNdWp0qvgyDUW4Cr3w==",
"ingredientIdentifier": "5caa4fb6-56d7-4aa7-af83-20d45b80abdf",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "4"
}
},
{
"$ref": "56"
}
],
"bins": [
{
"$id": "57",
"pluG_UID": "j9CkU3+ae0W24xonfzkcXA==",
"pluGuid": "53a4d08f-9a7f-457b-b6e3-1a277f391c5c",
"shelfLocationIdentifier": "y5XLSsli/EanHRCprpsxRA==",
"shelfLocationGuid": "4acb95cb-62c9-46fc-a71d-10a9ae9b3144",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "jOZDhywLlEG7o6euwOfzLw==",
"labelPageLayoutGuid": "8743e68c-0b2c-4194-bba3-a7aec0e7f32f",
"updated": "2026-06-03T18:35:03.6041586",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "4"
},
"location": {
"$id": "58",
"identifier": "2trRRR8cEk6HvnrplXMsPw==",
"storeID": 1,
"identifierGuid": "45d1dada-1c1f-4e12-87be-7ae995732c3f",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-06-03T18:35:03.6041586",
"minTemp": 1,
"maxTemp": 1,
"checkFrequency": 1,
"storeCaseConfiguration": 5,
"storeName": "sample string 6",
"bins": [
{
"$ref": "57"
},
{
"$ref": "57"
}
]
}
},
{
"$ref": "57"
}
],
"bin": {
"$ref": "57"
},
"scaleLocations": [
{
"$id": "59",
"plu": 1,
"pluG_UID": "0teozY/Zu0Geb/I9CczJyw==",
"pluGuid": "cda8d7d2-d98f-41bb-9e6f-f23d09ccc9cb",
"deptNo": 1,
"product": {
"$ref": "4"
},
"scaleLocation": {
"$id": "60",
"id": 1,
"deptNo": 1,
"deptCode": "sample string 2",
"name": "sample string 3",
"enabled": true,
"updated": "2026-06-03T18:35:03.6041586",
"department": {
"$id": "61",
"id": 1,
"name": "sample string 2",
"code": "sample string 3",
"sortOrder": 4,
"isLiquor": true,
"isTobacco": true,
"excludeTalker": true,
"externalSales": true,
"saleGLCode": "sample string 9",
"cogsglCode": "sample string 10",
"accountingCategoryID": 11,
"maximumMarkdownPercentage": 12.0,
"accountingOnly": true,
"generateExternalID": 1,
"useNonReportableTaxCode": true,
"minPLU": 15,
"maxPLU": 16,
"scaleLocation": {
"$ref": "60"
},
"subDepartments": [
{
"$id": "62",
"id": 1,
"departmentID": 2,
"name": "sample string 3",
"code": "sample string 4",
"departmentCode": "sample string 5",
"externalSales": true,
"minorDepartments": [
{
"$id": "63",
"id": 1,
"subDepartmentID": 2,
"departmentID": 3,
"name": "sample string 4",
"subDepartmentCode": "sample string 5",
"departmentCode": "sample string 6",
"code": "sample string 7",
"lesserDepartments": [
{
"$id": "64",
"id": 1,
"departmentID": 2,
"subDepartmentID": 3,
"minorDepartmentID": 4,
"name": "sample string 5",
"code": "sample string 6",
"departmentCode": "sample string 7",
"subDepartmentCode": "sample string 8",
"minorDepartmentCode": "sample string 9",
"updated": "2026-06-03T18:35:03.6041586",
"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": "rAojQ1DZ9k+AyST63HbgEg==",
"labelPageLayoutGuid": "43230aac-d950-4ff6-80c9-24fadc76e012",
"minimumAge": 17,
"countryOfOrigin": "sample string 18",
"serviceFeeID": 1,
"eftCode": 19,
"defaultPrinter": "sample string 20",
"defaultPrinterGroup": "sample string 21",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"includeInDistinctLimit": true,
"defaultsEmpty": false,
"mscCat": {
"$id": "65",
"dept": 1,
"category": 2,
"name": "sample string 3",
"active": true,
"mscCommodities": [
{
"$id": "66",
"dept": 1,
"category": 2,
"commodity": 3,
"name": "sample string 4",
"active": true,
"mscSubCommodities": [
{
"$id": "67",
"dept": 1,
"category": 2,
"commodity": 3,
"subCommodity": 4,
"name": "sample string 5",
"active": true,
"subCommodityCode": "sample string 7"
},
{
"$ref": "67"
}
],
"commodityCode": "sample string 6"
},
{
"$ref": "66"
}
],
"categoryCode": "sample string 5"
},
"mscCom": {
"$ref": "66"
},
"mscDep": {
"$id": "68",
"dept": 1,
"name": "sample string 2",
"active": true,
"mscCategories": [
{
"$ref": "65"
},
{
"$ref": "65"
}
],
"deptCode": "sample string 4"
},
"mscSubCom": {
"$ref": "67"
}
},
{
"$ref": "64"
}
],
"updated": "2026-06-03T18:35:03.6041586",
"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": "XDyY+NJJxkaHKRJ0cbsiRQ==",
"labelPageLayoutGuid": "f8983c5c-49d2-46c6-8729-127471bb2245",
"minimumAge": 15,
"countryOfOrigin": "sample string 16",
"serviceFeeID": 1,
"eftCode": 17,
"defaultPrinter": "sample string 18",
"defaultPrinterGroup": "sample string 19",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"includeInDistinctLimit": true,
"defaultsEmpty": false,
"mscCat": {
"$ref": "65"
},
"mscCom": {
"$ref": "66"
},
"mscDep": {
"$ref": "68"
},
"mscSubCom": {
"$ref": "67"
}
},
{
"$ref": "63"
}
],
"investmentBuyOverride": true,
"updated": "2026-06-03T18:35:03.6041586",
"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": "vIWCdc0cgkK/BPGAqMiutQ==",
"labelPageLayoutGuid": "758285bc-1ccd-4282-bf04-f180a8c8aeb5",
"minimumAge": 15,
"countryOfOrigin": "sample string 16",
"serviceFeeID": 1,
"eftCode": 17,
"defaultPrinter": "sample string 18",
"defaultPrinterGroup": "sample string 19",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"includeInDistinctLimit": true,
"defaultsEmpty": false,
"mscCat": {
"$ref": "65"
},
"mscCom": {
"$ref": "66"
},
"mscDep": {
"$ref": "68"
},
"mscSubCom": {
"$ref": "67"
}
},
{
"$ref": "62"
}
],
"stores": [
1,
2
],
"investmentBuyOverride": true,
"updated": "2026-06-03T18:35:03.6041586",
"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": "E8DIbPyXnkiqmYNYylYcIg==",
"labelPageLayoutGuid": "6cc8c013-97fc-489e-aa99-8358ca561c22",
"minimumAge": 25,
"countryOfOrigin": "sample string 26",
"serviceFeeID": 1,
"eftCode": 27,
"defaultPrinter": "sample string 28",
"defaultPrinterGroup": "sample string 29",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"includeInDistinctLimit": true,
"defaultsEmpty": false,
"mscCat": {
"$ref": "65"
},
"mscCom": {
"$ref": "66"
},
"mscDep": {
"$ref": "68"
},
"mscSubCom": {
"$ref": "67"
}
}
}
},
{
"$ref": "59"
}
],
"nextPrice": {
"$ref": "2"
},
"currentCostStart": "2026-06-03T18:35:03.6041586",
"dealCosts": [
{
"$id": "69",
"headerIdentifier": "ujHaGzUCDU+54aoY7AWRug==",
"headerIdentifierGuid": "1bda31ba-0235-4f0d-b9e1-aa18ec0591ba",
"identifier": "DpkXd+CXYUGiLbQEjaMt2Q==",
"identifierGuid": "7717990e-97e0-4161-a22d-b4048da32dd9",
"supplierIdentifier": "OuDLw9249ESqgqf49rilCA==",
"supplierGuid": "c3cbe03a-b8dd-44f4-aa82-a7f8f6b8a508",
"pluG_UID": "W/hoCjKHSk6UpTat75V04A==",
"pluGuid": "0a68f85b-8732-4e4a-94a5-36adef9574e0",
"campaignName": "0a5b9342-b2ca-469c-a9e0-80cc2bd93256",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-06-03T18:35:03.6041586",
"end": "2026-06-03T18:35:03.6041586",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "vdrypWzWOUusnqN0p1gfBw==",
"bonusItemPluGuid": "a5f2dabd-d66c-4b39-ac9e-a374a7581f07",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-06-03T18:35:03.6041586",
"metcashPromotionID": "sample string 14",
"fromHost": 15,
"storeNames": "sample string 16",
"storeIDs": [
1,
2
],
"supplierName": "sample string 17",
"campaignDescription": "sample string 18",
"newPrice": 1,
"campaignMetcashPromotionID": "sample string 19",
"campaignActive": true,
"campaignStartDate": "2026-06-03T18:35:03.6041586",
"campaignEndDate": "2026-06-03T18:35:03.6041586",
"masterPLUG_UID": "vrOkPEYow0e7s06IS/0g2A==",
"masterID": "3ca4b3be-2846-47c3-bbb3-4e884bfd20d8",
"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": "BJ7alMxWGUqTmJCwc0Yetw==",
"bonusMasterID": "94da9e04-56cc-4a19-9398-90b073461eb7",
"bonusProductName": "sample string 34",
"bonusProductAPN": "sample string 35",
"bonusOrderCode": "sample string 36",
"bonusNormalSell": 37,
"bonusNormalCost": 38,
"bonusNormalCostDecimals": 39,
"bonusCartonQuantity": 40,
"bonusSalesMode": 41,
"bonusOrderPacked": 42,
"bonusFuelItem": true,
"bonusActive": true
},
{
"$ref": "69"
}
],
"tags": [
{
"$id": "70",
"pluG_UID": "PjcYsoo4tEml+QtDNVmhpw==",
"pluGuid": "b218373e-388a-49b4-a5f9-0b433559a1a7",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "70"
}
],
"alternateProductG_UID": "aUo/RMJAs0GWe8RdQ4fhqQ==",
"alternateProduct": "443f4a69-40c2-41b3-967b-c45d4387e1a9",
"altProduct": {
"$ref": "4"
},
"productHostCode": {
"$id": "71",
"id": 1,
"pluG_UID": "g87xWT5g+E66oRHuQyi4XA==",
"pluGuid": "59f1ce83-603e-4ef8-baa1-11ee4328b85c",
"ibaCode": "sample string 2"
},
"mscCat": {
"$ref": "65"
},
"mscCom": {
"$ref": "66"
},
"mscDep": {
"$ref": "68"
},
"mscSubCom": {
"$ref": "67"
},
"isUserUpdate": true,
"ignoreMasterProduct": true,
"priceGroupLabelRequested": true,
"firstSold": "2026-06-03T18:35:03.6041586",
"inventoryTracked": "2026-06-03T18:35:03.6041586",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "72",
"pluG_UID": "l+iuq1K4vkOtSFxPJZzsMQ==",
"pluGuid": "abaee897-b852-43be-ad48-5c4f259cec31",
"fuelPluG_UID": "y92TFygg6UKswPwsQ60L5w==",
"fuelPluGuid": "1793ddcb-2028-42e9-acc0-fc2c43ad0be7",
"price": 3,
"productDescription": "sample string 4",
"productBarcode": "sample string 5",
"fuelProductDescription": "sample string 6",
"fuelProductBarcode": "sample string 7",
"fuelProductPrice": 8
},
"productFuelLinks": [
{
"$ref": "72"
},
{
"$ref": "72"
}
]
},
"campaignPlu": {
"$ref": "2"
},
"fuelItem": true
},
{
"$ref": "3"
}
],
"campaign": {
"$ref": "1"
},
"product": {
"$ref": "4"
},
"dealCost": {
"$ref": "69"
}
},
{
"$ref": "2"
}
],
"campaignPools": [
{
"$id": "73",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 4,
"pluG_UID": "O5mTmO2380+2Z4q1AR9lLg==",
"pluGuid": "9893993b-b7ed-4ff3-b667-8ab5011f652e",
"hostOfferID": 1,
"priceGroupG_UID": "PFZE5PHKfECMAZVDVftBQg==",
"priceGroupGuid": "e444563c-caf1-407c-8c01-954355fb4142",
"fuelItem": true,
"pluName": "sample string 6",
"apn": "sample string 7",
"pluActive": true,
"cartonQty": 1,
"baseUnits": 9.1,
"cri": "sample string 10",
"salesMode": 1,
"orderPacked": 11,
"pluaws": 12.0,
"directNumber": "sample string 13",
"departmentName": "sample string 14",
"subDepartmentName": "sample string 15",
"priceGroupName": "sample string 16",
"supplierName": "sample string 17",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-06-03T18:35:03.6041586",
"rrp": 18,
"campaignDescription": "sample string 19",
"product": {
"$ref": "4"
},
"campaign": {
"$ref": "1"
}
},
{
"$ref": "73"
}
],
"sellingRules": [
{
"$id": "74",
"id": 1,
"identifier": "yWg+7i7Z50+RG6qg2st+fw==",
"identifierStr": "yWg+7i7Z50+RG6qg2st+fw==",
"identifierGuid": "ee3e68c9-d92e-4fe7-911b-aaa0dacb7e7f",
"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": "1"
}
},
{
"$ref": "74"
}
],
"customers": [
{
"$id": "75",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"customerID": "S3UTA8LMGU6p9nvMZkH9YQ==",
"customerIDGuid": "0313754b-ccc2-4e19-a9f6-7bcc6641fd61",
"campaign": {
"$ref": "1"
},
"customer": {
"$id": "76",
"identifier": "PcFVvw8arU6UiYJGYUh19A==",
"identifierGuid": "bf55c13d-1a0f-4ead-9489-8246614875f4",
"code": "sample string 2",
"familyName": "sample string 3",
"givenName": "sample string 4",
"otherName": "sample string 5",
"title": "sample string 6",
"dateOfBirth": "2026-06-03T18:35:03.6041586",
"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": "2sNddbu1EUidbc4O9qU57Q==",
"communityIdentifierGuid": "755dc3da-b5bb-4811-9d6d-ce0ef6a539ed",
"joined": "2026-06-03T18:35:03.6041586",
"updated": "2026-06-03T18:35:03.6041586",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "jeXEWMMllUm03KLIqde70w==",
"priceLevelIdentifierGuid": "58c4e58d-25c3-4995-b4dc-a2c8a9d7bbd3",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-06-03T18:35:03.6041586",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "77",
"cardType": 2,
"issueDate": "2026-06-03T18:35:03.6041586",
"expiry": "2026-06-03T18:35:03.6041586",
"customerID": "pU5D7WqScEiICh/KwTbm6Q==",
"customerIDGuid": "ed434ea5-926a-4870-880a-1fcac136e6e9",
"initialValue": 1,
"currentValue": 1,
"maxLimit": 1,
"minTransaction": 1,
"maxTransaction": 1,
"multiplier": 1.1,
"active": true,
"reasonInactive": 1,
"idRequired": true,
"idType": 1,
"idValue": "sample string 5",
"updated": "2026-06-03T18:35:03.6041586",
"linkedAccount": "mREGzAaYUUe5f+yTTt1sSg==",
"linkedAccountGuid": "cc061199-9806-4751-b97f-ec934edd6c4a",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "76"
},
"account": {
"$id": "78",
"id": 1,
"identifier": "MwGIlTdbSEKjkRqihlM1Lw==",
"identifierGuid": "95880133-5b37-4248-a391-1aa28653352f",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-06-03T18:35:03.6041586",
"owner": "aclbmlg890egrbQwQj1gPA==",
"ownerGuid": "9a5bc969-3c58-47f7-a0ad-b430423d603c",
"accountStoreGroupIdentifier": "u72jaB4g3UyQ7FHIQhlnAg==",
"accountStoreGroupGuid": "68a3bdbb-201e-4cdd-90ec-51c842196702",
"accountType": 1,
"currentBalance": 1,
"externalID": "sample string 7",
"maximumLimit": 1,
"accruePoints": true,
"loyaltyPoints": 1,
"termsOfTrade": 1,
"signatureRequired": true,
"referenceRequired": true,
"statementSendType": 10,
"ageingPeriod": 1,
"monthlyAgeingPeriod": true,
"explodedInvoice": true,
"isFifoAllocation": true,
"lastStatementSent": "2026-06-03T18:35:03.6041586",
"active": true,
"updated": "2026-06-03T18:35:03.6041586",
"deleted": true,
"deletedUser": "sample string 16",
"currentBalanceChanged": true,
"maximumLimitChanged": true,
"loyaltyPointsChanged": true,
"projectedBalance": 17,
"accountStoreGroupStoreIDs": [
1,
2
],
"customerEmail": "sample string 18",
"ownerCustomer": {
"$ref": "76"
},
"card": {
"$ref": "77"
},
"members": {
"$id": "79",
"sample string 1": [
{
"$ref": "76"
},
{
"$ref": "76"
}
],
"sample string 2": [
{
"$ref": "76"
},
{
"$ref": "76"
}
]
},
"customerGroups": [
{
"$id": "80",
"identifier": "S1Ptu7lKW0W65i3oc7cu/w==",
"identifierGuid": "bbed534b-4ab9-455b-bae6-2de873b72eff",
"name": "sample string 2",
"primaryContact": "WRJD+11Vt02R59u+6x+FJQ==",
"primaryContactGuid": "fb431259-555d-4db7-91e7-dbbeeb1f8525",
"accountID": "pX9zHl3mQUCzMKj7q2q9HA==",
"accountIDGuid": "1e737fa5-e65d-4041-b330-a8fbab6abd1c",
"special": true,
"updated": "2026-06-03T18:35:03.6041586",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "JKywA9OEfU6Kqll7Q5HJKg==",
"priceLevelIdentifierGuid": "03b0ac24-84d3-4e7d-8aaa-597b4391c92a",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "78"
},
"primaryContactCustomer": {
"$ref": "76"
},
"customerGroupMembers": [
{
"$id": "81",
"id": 1,
"groupID": "qc+7qPGwz0CKSTSHNcGdlA==",
"groupIDGuid": "a8bbcfa9-b0f1-40cf-8a49-348735c19d94",
"customerID": "w8UEVDaEfke0cFhHWb20pA==",
"customerIDGuid": "5404c5c3-8436-477e-b470-584759bdb4a4",
"card": "sample string 4",
"linkedAccount": "ItSMa4WuOEWkLzCTrKPTjw==",
"linkedAccountGuid": "6b8cd422-ae85-4538-a42f-3093aca3d38f",
"customer": {
"$ref": "76"
},
"group": {
"$ref": "80"
},
"customerCard": {
"$ref": "77"
}
},
{
"$ref": "81"
}
]
},
{
"$ref": "80"
}
]
},
"payments": [
{
"$id": "82",
"id": 1,
"identifier": "SmRhu5wIUEyLU/4lKiHU9w==",
"identifierGuid": "bb61644a-089c-4c50-8b53-fe252a21d4f7",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "9Uf7msS3I06tXoznAGWnMw==",
"accountIDGuid": "9afb47f5-b7c4-4e23-ad5e-8ce70065a733",
"customerAccount": {
"$ref": "78"
},
"customerCard": {
"$ref": "77"
},
"accountType": 1,
"cardName": "sample string 8",
"authorisationNumber": "sample string 9",
"bankReference": "sample string 10",
"merchantID": "sample string 11",
"terminalID": "sample string 12",
"cardNumber": "sample string 13",
"paymentDate": "2026-06-03T18:35:03.6041586",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "ZbcAQEmfEk+gGnef0sWi6Q==",
"idempotentVoidGuid": "4000b765-9f49-4f12-a01a-779fd2c5a2e9",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "83",
"saleHeaderID": 1,
"saleHeaderGuid": "V0yt+eXV10Oxfhuv7EILxw==",
"saleHeaderIdentifierGuid": "f9ad4c57-d5e5-43d7-b17e-1bafec420bc7",
"created": "2026-06-03T18:35:03.6041586",
"createdLocal": "2026-06-03T18:35:03.6041586",
"createdText": "sample string 4",
"itemCount": 5,
"totalAmount": 6,
"cashTender": 1,
"cardTender": 1,
"cheqTender": 1,
"acctTender": 1,
"voucherTender": 1,
"loyaltyPoints": 1,
"cashout": 1,
"changeAmount": 1,
"rounding": 1,
"gstAmount": 1,
"transactionDiscountTender": 1,
"totalTip": 7,
"tranType": 1,
"processed": 1,
"imported": "2026-06-03T18:35:03.6041586",
"storeID": 1,
"operatorG_Uid": "CUzb/Tv/yUG15HB2VgkP0A==",
"operatorGuid": "fddb4c09-ff3b-41c9-b5e4-707656090fd0",
"customerG_Uid": "MUipIeA+E0OTpzDJM6w45g==",
"customerGuid": "21a94831-3ee0-4313-93a7-30c933ac38e6",
"communityIdentifier": "xLrhWTgl3kCkl2k336+aoQ==",
"communityIdentifierGuid": "59e1bac4-2538-40de-a497-6937dfaf9aa1",
"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": "RqsRsjKPYU+Qry/JD34mxw==",
"priceLevelIdentifierGuid": "b211ab46-8f32-4f61-90af-2fc90f7e26c7",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-06-03T18:35:03.6041586+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": "84",
"customerName": "sample string 1",
"pickupAt": "2026-06-03T18:35:03.6041586",
"deliveryAddress1": "sample string 2",
"deliveryAddress2": "sample string 3",
"customerPhoneNumber": "sample string 4",
"orderType": 0,
"externalOrderID": "sample string 5",
"externalDisplayableOrderID": "sample string 6",
"tableName": "sample string 7",
"createdBy": 0,
"orderingAppName": "sample string 8"
},
"relationChecksum": "sample string 38",
"loyaltyTender": 1,
"giftCardTender": 1,
"operator": {
"$ref": "42"
},
"customer": {
"$ref": "76"
},
"communityOrganisation": {
"$id": "85",
"id": 1,
"identifier": "nFJ34Z4i6kuZppjswAUChA==",
"identifierGuid": "e177529c-229e-4bea-99a6-98ecc0050284",
"name": "sample string 3",
"lookupIdentifier": "sample string 4",
"externalID": "sample string 5",
"phone": "sample string 6",
"fax": "sample string 7",
"email": "sample string 8",
"address1": "sample string 9",
"address2": "sample string 10",
"city": "sample string 11",
"postCode": "sample string 12",
"state": "sample string 13",
"country": "sample string 14",
"abn": "sample string 15",
"promoPeriodStart": "2026-06-03T18:35:03.6041586",
"promoPeriodEnd": "2026-06-03T18:35:03.6041586",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-06-03T18:35:03.6041586",
"deleted": true
},
"details": [
{
"$id": "86",
"saleItemID": 1,
"identifier": "N1sjVQfUnkmBap5utfKbSA==",
"identifierGuid": "55235b37-d407-499e-816a-9e6eb5f29b48",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "b3uof766q0mAUeARW7aBHg==",
"pluGuid": "7fa87b6f-babe-49ab-8051-e0115bb6811e",
"accountID": "hkxCx5iCrkyKt12bYKZCbw==",
"accountIDGuid": "c7424c86-8298-4cae-8ab7-5d9b60a6426f",
"normalPrice": 3,
"originalSellingPrice": 4,
"discountPrice": 5,
"unit": 1,
"quantity": 6,
"totalCents": 7,
"fixedPrice": 1,
"tranType": 1,
"discountType": 1,
"cost": 1,
"costDecimals": 8,
"markdown": 1,
"manualQuantity": 1,
"manualPrice": 1,
"manualMode": 1,
"active": 1,
"offline": true,
"barcode": "sample string 9",
"keyedSale": 1,
"discountedID": 1,
"fuelID": 1,
"serialNumber": "sample string 10",
"bestOrExpire": "2026-06-03T18:35:03.6041586",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "3vDZ/i+ZeEafbmKJ0RJHdg==",
"refundGuid": "fed9f0de-992f-4678-9f6e-6289d1124776",
"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": "WDp4P8DcUUao0pVt+kGOaQ==",
"idempotentVoidGuid": "3f783a58-dcc0-4651-a8d2-956dfa418e69",
"priceLevelIdentifier": "mjmDYQG+jkyAydF+bwCosg==",
"priceLevelIdentifierGuid": "6183399a-be01-4c8e-80c9-d17e6f00a8b2",
"communityIdentifier": "XErz/6E1+0OC+ysgpUZfug==",
"communityIdentifierGuid": "fff34a5c-35a1-43fb-82fb-2b20a5465fba",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "87",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-06-03T18:35:03.6041586",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "87"
}
],
"refund": {
"$id": "88",
"id": 1,
"g_UID": "qaL2NXAb7km39Uupb0apfQ==",
"guid": "35f6a2a9-1b70-49ee-b7f5-4ba96f46a97d",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-06-03T18:35:03.6041586"
},
"modifier": {
"$id": "89",
"id": 1,
"setG_UID": "4ncw/gs5nU2V8ty3yq4qaQ==",
"modifierSetGuid": "fe3077e2-390b-4d9d-95f2-dcb7caae2a69",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "W6DJNCrxzUqXHTcZWCdiUw==",
"pluGuid": "34c9a05b-f12a-4acd-971d-371958276253",
"deleted": true,
"g_UID": "PkU+ihlFjkio1sVqapVgrg==",
"guid": "8a3e453e-4519-488e-a8d6-c56a6a9560ae",
"product": {
"$ref": "4"
}
},
"priceLevelName": "sample string 25",
"pumpNumber": 1,
"hoseNumber": 1
},
{
"$ref": "86"
}
],
"eftReceipts": [
{
"$id": "90",
"id": 1,
"storeID": 1,
"saleHeaderID": 2,
"storeSaleHeader": {
"$ref": "83"
},
"receipt": "sample string 3",
"processed": 1
},
{
"$ref": "90"
}
],
"payments": [
{
"$ref": "82"
},
{
"$ref": "82"
}
],
"cards": [
{
"$id": "91",
"id": 1,
"saleHeaderID": 1,
"identifier": "sample string 2",
"cardType": 3,
"providerName": "sample string 4"
},
{
"$ref": "91"
}
],
"campaignHits": [
{
"$id": "92",
"id": 1,
"saleHeaderID": 2,
"campaign": "sample string 3",
"name": "sample string 4",
"processed": 1,
"campaignDescription": "sample string 5"
},
{
"$ref": "92"
}
],
"fuel": [
{
"$id": "93",
"id": 1,
"plu": 1,
"pluG_UID": "Jbc8DS7GVkigAt9GKfPK+Q==",
"pluGuid": "0d3cb725-c62e-4856-a002-df4629f3caf9",
"saleHeaderID": 2,
"totalCents": 3,
"grade": 1,
"gradeDescription": "sample string 4",
"dispenser": 1,
"hose": 1,
"quantity": 1,
"cost": 1,
"acquirerNum": 1,
"attendant": 1,
"ePurseBalance": 1.0,
"cardSignature": "sample string 5",
"compartmentNumber": 1,
"contractNumber": 1,
"discountCardPAN": "sample string 6",
"discountID": 1,
"discountName": "sample string 7",
"discountNetValue": 1.0,
"discountType": 1,
"discountValue": 1.0,
"discretionaryData": "sample string 8",
"driverID": "sample string 9",
"eftBatchNumber": 1,
"eftResponseCode": "sample string 10",
"endDateTime": "2026-06-03T18:35:03.6041586",
"engineHours": 1.1,
"fposNumber": 1,
"loyaltyCardPAN": "sample string 11",
"miscData1": 1,
"miscData2": "sample string 12",
"miscFlags": 1,
"mop": 1,
"odometer": 1,
"panNumber": "sample string 13",
"saleRefund": true,
"saleStatus": 1,
"sequenceNumber": 1,
"stan": 1,
"startDateTime": "2026-06-03T18:35:03.6041586",
"tagNumber": "sample string 15",
"trackTwoRem": "sample string 16",
"transCode": 1,
"transType": 1,
"unitPrice": 1.0,
"vehicleReg": "sample string 17",
"offline": true,
"processed": 1
},
{
"$ref": "93"
}
],
"fuelResells": [
{
"$id": "94",
"saleItemID": 1,
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "yxzz7AH75E6p2QxlVOZGKg==",
"pluGuid": "ecf31ccb-fb01-4ee4-a9d9-0c6554e6462a",
"accountID": "3PQVQROlN0S5M0+UEMhzCw==",
"accountIDGuid": "4115f4dc-a513-4437-b933-4f9410c8730b",
"normalPrice": 3,
"originalSellingPrice": 4,
"discountPrice": 5,
"unit": 1,
"quantity": 6,
"totalCents": 7,
"fixedPrice": 1,
"tranType": 1,
"processed": 1,
"discountType": 1,
"cost": 1,
"costDecimals": 1,
"markdown": 1,
"manualQuantity": 1,
"manualPrice": 1,
"manualMode": 1,
"active": 1,
"barcode": "sample string 8",
"offline": 1,
"keyedSale": 1,
"discountedID": 1,
"fuelID": 1,
"serialNumber": "sample string 9",
"bestOrExpire": "2026-06-03T18:35:03.6041586",
"bestOrExpireType": 1,
"refundG_UID": "NGaqzHkKNECb8WnyL8OLrQ==",
"refundGuid": "ccaa6634-0a79-4034-9bf1-69f22fc38bad",
"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": "94"
}
],
"customerOrder": [
{
"$id": "95",
"identifier": "uUds4pm7sEyMTFKqdTU2/A==",
"identifierGuid": "e26c47b9-bb99-4cb0-8c4c-52aa753536fc",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "PMoUF2jIR0uiwl8GNlPe7w==",
"customerIdentifierGuid": "1714ca3c-c868-4b47-a2c2-5f063653deef",
"operatorNo": 1,
"operatorG_UID": "tBQhGMqikUehcKiuccQgcg==",
"operatorGuid": "182114b4-a2ca-4791-a170-a8ae71c42072",
"created": "2026-06-03T18:35:03.6041586",
"ordered": "2026-06-03T18:35:03.6041586",
"started": "2026-06-03T18:35:03.6041586",
"completed": "2026-06-03T18:35:03.6041586",
"supplied": "2026-06-03T18:35:03.6041586",
"quickTicket": 1,
"deleted": true,
"walkAway": true,
"approxWait": 1,
"actualWait": 1,
"deliveryMethod": 8,
"externalSaleType": 9,
"customer": {
"$ref": "76"
},
"operator": {
"$ref": "42"
},
"details": [
{
"$id": "96",
"headerID": 1,
"plu": 1,
"pluG_UId": "12Ocdzx+bEuZ76BhMXYmpA==",
"pluGuid": "779c63d7-7e3c-4b6c-99ef-a061317626a4",
"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": "fSSXsVkSuEWVSBfEvNBY4A==",
"headerIdentifierGuid": "b197247d-1259-45b8-9548-17c4bcd058e0",
"product": {
"$ref": "4"
}
},
{
"$ref": "96"
}
],
"storeName": "sample string 11",
"customerName": "sample string 12",
"storeReplyTo": "sample string 13",
"storeSubjectLine": "sample string 14",
"storeSaleHeader": {
"$ref": "83"
}
},
{
"$ref": "95"
}
],
"surveyResponses": [
{
"$id": "97",
"surveyG_UID": "Q3EO/BWsGkarxYn7jX522A==",
"surveyGuid": "fc0e7143-ac15-461a-abc5-89fb8d7e76d8",
"saleHeaderGuid": "pribsKdwQkOmbjiaNYLnGg==",
"saleGuid": "b09bb8a6-70a7-4342-a66e-389a3582e71a",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "82qTxrDgfUuJExUTySlX6A==",
"guidResponse": "c6936af3-e0b0-4b7d-8913-1513c92957e8",
"whoAnswered": 2,
"answeredAtUTC": "2026-06-03T18:35:03.6041586",
"sale": {
"$ref": "83"
},
"survey": {
"$id": "98",
"g_UID": "sy+V5nmpBEubwbesMLnBow==",
"guid": "e6952fb3-a979-4b04-9bc1-b7ac30b9c1a3",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "7y6pPbKq/06XbiK8xt00uA==",
"checkoutFormGuid": "3da92eef-aab2-4eff-976e-22bcc6dd34b8",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-06-03T18:35:03.6041586",
"end": "2026-06-03T18:35:03.6041586",
"deleted": true,
"updated": "2026-06-03T18:35:03.6041586",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"70748817-e29c-48ec-80c0-7541b535036e",
"b560741e-01e3-43b6-8d2a-e029a83b1950"
],
"allowsAllTextResponses": true,
"surveyForm": {
"$ref": "50"
}
},
"ingressId": "sample string 4"
},
{
"$ref": "97"
}
],
"storeName": "sample string 39",
"terminalNumber": 40,
"machineName": "sample string 41",
"operatorName": "sample string 42",
"direction": 1,
"reason": "sample string 43",
"accountG_UID": "KmRXAxCQPk2GXy/Hq+ukSA==",
"accountIdentifier": "0357642a-9010-4d3e-865f-2fc7abeba448",
"accountName": "sample string 44",
"customerOrderIdentifier": "39Ys2ass50y0QPbSjUnZkg==",
"customerOrderIdentifierGuid": "d92cd6df-2cab-4ce7-b440-f6d28d49d992",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "99",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "LVxtwLlEeUSU4tYElZrKqQ==",
"paymentIdentifierGuid": "c06d5c2d-44b9-4479-94e2-d604959acaa9",
"identifier": "PDQfp7S2gUKMWhrqgLcKcQ==",
"identifierGuid": "a71f343c-b6b4-4281-8c5a-1aea80b70a71",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "22HgB0ARwU2weuZi1+ttag==",
"itemIdentifierGuid": "07e061db-1140-4dc1-b07a-e662d7eb6d6a"
}
},
{
"$ref": "82"
}
]
},
{
"$ref": "77"
}
],
"customerGroupMembers": [
{
"$ref": "81"
},
{
"$ref": "81"
}
],
"customerGroups": [
{
"$ref": "80"
},
{
"$ref": "80"
}
],
"accounts": [
{
"$ref": "78"
},
{
"$ref": "78"
}
],
"account": {
"$ref": "78"
},
"vouchers": [
{
"$id": "100",
"customerIdentifier": "+KYf3YGRFEGodVSfPhD5ow==",
"customerIdentifierGuid": "dd1fa6f8-9181-4114-a875-549f3e10f9a3",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "u5IREU/R3k2xg+RR2tvsCg==",
"idempotentGuid": "111192bb-d14f-4dde-b183-e451dadbec0a",
"offline": true,
"voucher": {
"$id": "101",
"id": 1,
"name": "sample string 2",
"description": "sample string 3",
"shortDescription": "sample string 4",
"url": "sample string 5",
"barcodeTemplateID": 1,
"expiry": 0,
"voucherType": 6,
"limitPerTransaction": 7,
"customerTracking": true,
"discountAccount": "sample string 9",
"endDate": "2026-06-03T18:35:03.6041586",
"barcodeTemplate": {
"$id": "102",
"templateID": 1,
"template": "sample string 1",
"bcFunction": "sample string 2",
"sortOrder": 3
},
"scaleLabel": {
"$id": "103",
"id": 1,
"uid": "sample string 2",
"name": "sample string 3",
"width": 1.1,
"height": 1.1,
"showBorder": true,
"borderWidth": 1.1,
"borderStyle": 1,
"borderColour": "sample string 5",
"updated": "2026-06-03T18:35:03.6041586",
"labelPageLayout": "I0ihydWj1keUXf5fm4MfIw==",
"pageLayoutGuid": "c9a14823-a3d5-47d6-945d-fe5f9b831f23",
"labelType": 6,
"oldName": "sample string 7",
"voucher": {
"$ref": "101"
},
"elements": [
{
"$id": "104",
"id": 1,
"scaleLabelID": 2,
"showPercentDI": true,
"showAvgPerHundred": true,
"showAvgPerServe": true,
"name": "sample string 6",
"x": 1.1,
"y": 1.1,
"width": 1.1,
"height": 1.1,
"type": 1,
"rotation": 1,
"text": "sample string 7",
"fontFamily": "sample string 8",
"align": 1,
"bold": true,
"italic": true,
"underline": true,
"strikeout": true,
"reverse": true,
"textColour": "sample string 9",
"fontSize": 1.1,
"picture": "QEA=",
"borderWidth": 10,
"sortOrder": 11,
"printOptions": 12,
"superScriptTextFontSize": 1.1,
"lineStyle": 1,
"spacingStyle": 1,
"interCharacterSpacing": 1.1,
"superScriptOffset": 1.1,
"lineSpacing": 1.1,
"dateFormat": "sample string 13",
"autoGrow": true,
"fontAutoResize": true,
"updated": "2026-06-03T18:35:03.6041586"
},
{
"$ref": "104"
}
]
},
"customerVouchers": [
{
"$id": "105",
"id": 1,
"customerIdentifier": "pbcyrKbwT0K+3NrClYxF1w==",
"customerIdentifierGuid": "ac32b7a5-f0a6-424f-bedc-dac2958c45d7",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-06-03T18:35:03.6041586",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "bnYkcucE00OnHnWEVTijmg==",
"issuedIdempotentGuid": "7224766e-04e7-43d3-a71e-75845538a39a",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-06-03T18:35:03.6041586",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-06-03T18:35:03.6041586",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "7btSOAbT0UKJPGVGZiZVZA==",
"redeemedIdempotentGuid": "3852bbed-d306-42d1-893c-654666265564",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-06-03T18:35:03.6041586",
"storeName": "sample string 17",
"scaleLabel": {
"$ref": "103"
},
"voucher": {
"$ref": "101"
},
"customer": {
"$ref": "76"
},
"issuedOfflinePayment": {
"$ref": "82"
},
"redeemedOfflinePayment": {
"$ref": "82"
}
},
{
"$ref": "105"
}
]
},
"customer": {
"$ref": "76"
}
},
{
"$ref": "100"
}
]
}
},
{
"$ref": "75"
}
],
"customerGroups": [
{
"$id": "106",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupID": "ZY8MzWrfS0id+aZFb7hLWQ==",
"groupIDGuid": "cd0c8f65-df6a-484b-9df9-a6456fb84b59",
"campaign": {
"$ref": "1"
},
"group": {
"$ref": "80"
}
},
{
"$ref": "106"
}
],
"signIqTickets": [
{
"$id": "107",
"identifier": "PtFiBIfgx0yllcNJPoJacg==",
"identifierGuid": "0462d13e-e087-4cc7-a595-c3493e825a72",
"campaignName": "sample string 2",
"message": "sample string 3",
"ticketFileSource": "sample string 4",
"ticketFileDestination": "sample string 5",
"storeID": 1
},
{
"$ref": "107"
}
],
"comboPriceGroups": [
{
"$id": "108",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"g_UID": "i9Bzcjhm5UiDxuyb3Ko5sg==",
"guid": "7273d08b-6638-48e5-83c6-ec9bdcaa39b2",
"description": "sample string 5",
"newPrice": 1,
"rangeDescription": "sample string 6",
"dealDescription": "sample string 7",
"labelQuantity": 8,
"hostProductCategoryID": 1,
"offerID": 1,
"dontUpdatePricePlus": true,
"campaign": {
"$ref": "1"
},
"comboPricePlus": [
{
"$id": "109",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupG_UID": "mxKBhbRGEUehRA6dTZgiCA==",
"groupGuid": "8581129b-46b4-4711-a144-0e9d4d982208",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "rkSCQJ/Q1kCI8urC6WNJsg==",
"pluGuid": "408244ae-d09f-40d6-88f2-eac2e96349b2",
"priceGroupG_UID": "TkUDQRNF5Ue8PF4a0au+hg==",
"priceGroupGuid": "4103454e-4513-47e5-bc3c-5e1ad1abbe86",
"campaignPoolID": "sample string 7",
"quantity": 1,
"campaign": {
"$ref": "1"
},
"product": {
"$ref": "4"
},
"priceGroup": {
"$ref": "35"
},
"campaignPool": {
"$ref": "1"
}
},
{
"$ref": "109"
}
]
},
{
"$ref": "108"
}
],
"priceLevels": [
{
"$id": "110",
"id": 1,
"priceLevelIdentifier": "6dz1swS9rkyiGWTq1upCxg==",
"priceLevelIdentifierGuid": "b3f5dce9-bd04-4cae-a219-64ead6ea42c6",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "110"
}
],
"promotionType": {
"$id": "111",
"identifier": "c+tY5JmumkmuXzdoT23SCw==",
"identifierGuid": "e458eb73-ae99-499a-ae5f-37684f6dd20b",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "kYYCIqMoYkKGJNnsnj/RmA==",
"labelPageLayoutGuid": "22028691-28a3-4262-8624-d9ec9e3fd198",
"priceLevelIdentifier": "qoH+Doyx/kWx5EciyBQ11Q==",
"priceLevelIdentifierGuid": "0efe81aa-b18c-45fe-b1e4-4722c81435d5",
"active": true,
"updated": "2026-06-03T18:35:03.6041586",
"hostName": "sample string 11"
}
},
{
"$ref": "1"
}
]
application/xml
Sample not available.
text/xml
Sample not available.
text/csv
Sample not available.
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
PK a��\��N3� 5 xl/workbook.xml � (� ��=�0��J�C�4�T(0�t���%�� JR��7�ԭ����?�/֍OkG�ѓ�k�a��D
�bg4q6X�!D�^��걳�[� �Ȳ�9� (k�T�������1�iCiP���!|��p�IFcw5 �B�7���H����P���hhN��Ul�E��x�d�����q��n�PK a��\���� � [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
a��\ĄC/' ' _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="R70ed8145dfb34950" /></Relationships>PK a��\��[�� �% xl/worksheets/sheet1.xml � (� �Z�R;����ZҌn) ��;���Lp��|������Yy���J�n�������}��x���������zv3y�q��������<��?w����g����r���`���OG�b�k��ng��h~���no'��������a9PB��||?Z�G-�&���n��Z���G7�)L�ZMG������$t_;7��K�l�������y2~\�>�VK�w6������a_���|�~�żw3���_^�_�'?%�����/�_{�Ɋ�~o:����8�Y��}!Q�����ӯe�~�S�:ձ6u��[x����z����zS����
��8gU{��ԛ�><_h
h�Q���n�mU/��������m�ݶ^a�*�J(�o���z_��
���(�륈�w^n�ViM��y��;#��Qt��:%j#��r67�(? ��!
Pb��G�I]�{*WI� �L�(>YS�)�
ʳR�0�\�(?i��R8�Z�>�t����
��2�Q��w=s��T�= �5N� �ܣ�����j{�u=�TԞ�}�������
饶(�ɜ>*jP�4��(�.��g���i쁲 譑�,�t�T�+�Q{���^���j��@��l�ڃ}�?�ڃJ{Jh�����m�6�?!Bz���!j*
*Q��Zz0��C� 躂�����ai}�C� ��- ��V�B�&���A�k�x�~��(Ep{ �����0� kq�� �$�kc�"֤h�����,(� R�RD���1J���w@l�@� �05�Q�XI�P�B8�C�3���;X/%�k��2w��
�J�6h�K1��!J+ ڰ����L!��r%��-��ކ�\k��O�(A]IЅ��
gIH�p��hXG%�J��ҫ�$����Р�u�D�qZ�\uT��T�D8��RA�Af�LG5�J�nu��0��M�����m�क���H<�ǭ_��G����|�؛��C�է2|\�_���"�t�9�?��
b�"d�"E�&�8E@q�"��8M��x�"L�*E�&�u�pMěᛈ�c��w�����Z�����b/a�!�^2��!�~d ��O����a�!�~e ��o�����vKƄ��[26T�ߒ3"!�d���%cF ���p\2�Br�X�%cJ 4��-���(ό3���X(ό7��̘)ό;����)ό?���)όC���X)όG��̘)όK����TS��j���&<�j���x���&���Zm����Ȍ^��adÎ�B����}����C^�!oZ�z[C#�)»Tx�U�>Hb�����ۜ��9o�h��2v�2v�2��e�C:�����|a ĭ_S�!f��@�t�7�B�6/���7���EO���N:`O;`_�-������x���x�`h|4�Go��;�]��(?�sށ�f^4��Y^�0�+�!���Dd�jh"2V�4�Z�.Ƭ�J�q�����`�8�%�!52�QCƳ�⹑�P�/��o}��/�O�79a 4}M�<�U�:y�B�[��v�Zڼ߽�YK���-c�-cW-c[�>1������B�7�$��@h�6���o�B���[r�JҷC����ؗmf,��/�Iҗ�$�ۘH��L�$}w��l�y�.�y%��F���b��/�Iҗ�$�b��e0I�2�$}L��&I_��/�Iҗ�����b}7秳�r<_�M{�[G�PK a��\W�Y� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞؉#���ݰa[z�'Q۲]�gc���� �X��j4��'�|�lvo�L^0���ʂA������)��v��g��D'I^���1%�@iT#.2Σ���"SN�@�TG9 �4�p�$�����1��G�N�����p�#br�a���O)��P�
�Iw��DɱfZ���@���b:��.�J�E%6����y�n*3ʀ�9�|�Ӻ�R�o{єLs����5z��/PK a��\Ѓ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 a��\�\� � � xl/sharedStrings.xml � (� �V]o�0�+Vޓ��=�h�Tڮ��PM�In��c��C���9t�&���s?��=л|K)Z�����x5�xLز��g�n�ARac����.=)ҡL���R�'ߗ�
R,=��H�E���K_fp,W *��E���SL��"�3�wںH��K�A� ����=_
z~���2U\�i��)�l79���C�� ��C�W��DV�!J����P\a*��{F4Zc�c螡i��<��P���%C��nfEf�J�Ta���+P� �He��,|6M��B�
0��A��� gjeE�<�!.����A [�A�c��� f�f0����l�0=��Я9f�� 5RdmР3�vlisZH�5�7cq�g�ͬ� \�c�qE�\E�O���*��BQ�c���j������J[�͠W�>
#��4�`�!���xC���}��0ue,w���j������ ��y��a�sSa�[����SK�\*�j-?��gfJ]k�2#�3(3��^`��[X����J���m�k�p�]�
X��"��� w�$�kx?Fjb(�#}�K�0�]�F��!��p�8�='�
�����
O�
��Шw p����6Z�pA�rq��@�I��'h���y7
��R�ʗ��
0�O���~O�1S����V
�C��'�`�� ��V(*��$�#���:gv}�gH�s�gl~���D�g��+\�(�Q�ιP�"j9��������PK- a��\��N3� 5 xl/workbook.xmlPK- a��\���� � � [Content_Types].xmlPK-
a��\ĄC/' ' T _rels/.relsPK- a��\��[�� �% � xl/worksheets/sheet1.xmlPK- a��\W�Y� P �
xl/_rels/workbook.xml.relsPK- a��\Ѓc'2 E
7 xl/styles.xmlPK- a��\�\� � � �
xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
PK a��\τ� 5 xl/workbook.xml � (� ����0��&�C�����N\�z��"
�'m
>��o�vfg�>i;<��G�������`�5=JpmP�]���}1�u��Z7o�ʳc�\�������8���a9cZ�#z9.( B�j�#���'e0ֺ�I�b�)a�ETD�Ē�����ڒ���B��yv�k�f�<=gyX��
�����PK a��\���� � [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
a��\P.�' ' _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="R7e4a35a9b1e34f8f" /></Relationships>PK a��\��[�� �% xl/worksheets/sheet1.xml � (� �Z�R;����ZҌn) ��;���Lp��|������Yy���J�n�������}��x���������zv3y�q��������<��?w����g����r���`���OG�b�k��ng��h~���no'��������a9PB��||?Z�G-�&���n��Z���G7�)L�ZMG������$t_;7��K�l�������y2~\�>�VK�w6������a_���|�~�żw3���_^�_�'?%�����/�_{�Ɋ�~o:����8�Y��}!Q�����ӯe�~�S�:ձ6u��[x����z����zS����
��8gU{��ԛ�><_h
h�Q���n�mU/��������m�ݶ^a�*�J(�o���z_��
���(�륈�w^n�ViM��y��;#��Qt��:%j#��r67�(? ��!
Pb��G�I]�{*WI� �L�(>YS�)�
ʳR�0�\�(?i��R8�Z�>�t����
��2�Q��w=s��T�= �5N� �ܣ�����j{�u=�TԞ�}�������
饶(�ɜ>*jP�4��(�.��g���i쁲 譑�,�t�T�+�Q{���^���j��@��l�ڃ}�?�ڃJ{Jh�����m�6�?!Bz���!j*
*Q��Zz0��C� 躂�����ai}�C� ��- ��V�B�&���A�k�x�~��(Ep{ �����0� kq�� �$�kc�"֤h�����,(� R�RD���1J���w@l�@� �05�Q�XI�P�B8�C�3���;X/%�k��2w��
�J�6h�K1��!J+ ڰ����L!��r%��-��ކ�\k��O�(A]IЅ��
gIH�p��hXG%�J��ҫ�$����Р�u�D�qZ�\uT��T�D8��RA�Af�LG5�J�nu��0��M�����m�क���H<�ǭ_��G����|�؛��C�է2|\�_���"�t�9�?��
b�"d�"E�&�8E@q�"��8M��x�"L�*E�&�u�pMěᛈ�c��w�����Z�����b/a�!�^2��!�~d ��O����a�!�~e ��o�����vKƄ��[26T�ߒ3"!�d���%cF ���p\2�Br�X�%cJ 4��-���(ό3���X(ό7��̘)ό;����)ό?���)όC���X)όG��̘)όK����TS��j���&<�j���x���&���Zm����Ȍ^��adÎ�B����}����C^�!oZ�z[C#�)»Tx�U�>Hb�����ۜ��9o�h��2v�2v�2��e�C:�����|a ĭ_S�!f��@�t�7�B�6/���7���EO���N:`O;`_�-������x���x�`h|4�Go��;�]��(?�sށ�f^4��Y^�0�+�!���Dd�jh"2V�4�Z�.Ƭ�J�q�����`�8�%�!52�QCƳ�⹑�P�/��o}��/�O�79a 4}M�<�U�:y�B�[��v�Zڼ߽�YK���-c�-cW-c[�>1������B�7�$��@h�6���o�B���[r�JҷC����ؗmf,��/�Iҗ�$�ۘH��L�$}w��l�y�.�y%��F���b��/�Iҗ�$�b��e0I�2�$}L��&I_��/�Iҗ�����b}7秳�r<_�M{�[G�PK a��\@}A`� P xl/_rels/workbook.xml.rels � (� ��Kn� @��f_c�/Q�l��6�Ɗ
�69[=R�P�J�#u�MV��==i����ٝ�������,�V:5ؾ�S�O-춛=�"��`�9��bC&�yMi�'27�M��$bJ}Og!��G����%��p��?D�� ���ӄ6�����A�@��;�)z,KT /���h��\UE�ʪe@���B��~���r�J����D�<T���5�t�Ӳ�P�z�d��תlk~S�w��PK a��\Ѓ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 a��\�\� � � xl/sharedStrings.xml � (� �V]o�0�+Vޓ��=�h�Tڮ��PM�In��c��C���9t�&���s?��=л|K)Z�����x5�xLز��g�n�ARac����.=)ҡL���R�'ߗ�
R,=��H�E���K_fp,W *��E���SL��"�3�wںH��K�A� ����=_
z~���2U\�i��)�l79���C�� ��C�W��DV�!J����P\a*��{F4Zc�c螡i��<��P���%C��nfEf�J�Ta���+P� �He��,|6M��B�
0��A��� gjeE�<�!.����A [�A�c��� f�f0����l�0=��Я9f�� 5RdmР3�vlisZH�5�7cq�g�ͬ� \�c�qE�\E�O���*��BQ�c���j������J[�͠W�>
#��4�`�!���xC���}��0ue,w���j������ ��y��a�sSa�[����SK�\*�j-?��gfJ]k�2#�3(3��^`��[X����J���m�k�p�]�
X��"��� w�$�kx?Fjb(�#}�K�0�]�F��!��p�8�='�
�����
O�
��Шw p����6Z�pA�rq��@�I��'h���y7
��R�ʗ��
0�O���~O�1S����V
�C��'�`�� ��V(*��$�#���:gv}�gH�s�gl~���D�g��+\�(�Q�ιP�"j9��������PK- a��\τ� 5 xl/workbook.xmlPK- a��\���� � [Content_Types].xmlPK-
a��\P.�' ' V _rels/.relsPK- a��\��[�� �% � xl/worksheets/sheet1.xmlPK- a��\@}A`� P �
xl/_rels/workbook.xml.relsPK- a��\Ѓc'2 E
; xl/styles.xmlPK- a��\�\� � � �
xl/sharedStrings.xmlPK � �