GET api/printBatches/campaigns?storeID={storeID}
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": "5773fce5-670f-4bb4-a3ed-fa36bf0b8c21",
"nameGuid": "5773fce5-670f-4bb4-a3ed-fa36bf0b8c21",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-06-03T18:34:43.4891292",
"startTime": 1,
"endDate": "2026-06-03T18:34:43.4891292",
"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:34:43.4891292",
"system": true,
"created": "2026-06-03T18:34:43.4891292",
"updated": "2026-06-03T18:34:43.4891292",
"priceChangeNotifiedUtc": "2026-06-03T18:34:43.4891292",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "h5cOTnXEnECnV2geSOPCWQ==",
"hostIdentifierGuid": "4e0e9787-c475-409c-a757-681e48e3c259",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-06-03T18:34:43.4891292",
"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": "KVYKnrIjT0eMGnroXsDIGQ==",
"pluGuid": "9e0a5629-23b2-474f-8c1a-7ae85ec0c819",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "SmO/wL9u6Eq6J5glwtym2w==",
"dealCostGuid": "c0bf634a-6ebf-4ae8-ba27-9825c2dca6db",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "uPvWiI9VqEi5PKk5Jn2hyw==",
"priceGroupGuid": "88d6fbb8-558f-48a8-b93c-a939267da1cb",
"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:34:43.4891292",
"rrp": 28,
"campaignDescription": "sample string 29",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "34401def-aaaf-4d6c-b485-9ffea3f1a5a0",
"campaignComboPriceGroupG_UID": "Xm7n8VrswU2aF9K60Q5+HQ==",
"campaignComboPriceGroupIdentifier": "f1e76e5e-ec5a-4dc1-9a17-d2bad10e7e1d",
"promotionPlacementDescription": "sample string 31",
"storeAcceptances": [
{
"$id": "3",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-06-03T18:34:43.4891292",
"operatorG_UID": "FvOW/PrPqkmyGNY4asx0pw==",
"operatorGuid": "fc96f316-cffa-49aa-b218-d6386acc74a7",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-06-03T18:34:43.4891292",
"signIqTicketFileMovedUtc": "2026-06-03T18:34:43.4891292",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-06-03T18:34:43.4891292",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "662b2871-f5f6-4989-a4d0-e2a15d40f089",
"product": {
"$id": "4",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "roxS4Qv97Ei4A1ulER+BpA==",
"guid": "e1528cae-fd0b-48ec-b803-5ba5111f81a4",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "I/AH0SJfWk2Iu1sYRvK6uw==",
"priceGroupGuid": "d107f023-5f22-4d5a-88bb-5b1846f2babb",
"blueprintID": 1,
"lastCountedDate": "2026-06-03T18:34:43.4891292",
"externalID": "sample string 7",
"active": true,
"activated": "2026-06-03T18:34:43.4891292",
"pluCreated": "2026-06-03T18:34:43.4891292",
"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:34:43.4891292",
"lastManualUpdate": "2026-06-03T18:34:43.4891292",
"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:34:43.4891292",
"currentCostUpdated": "2026-06-03T18:34:43.4891292",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-06-03T18:34:43.4891292",
"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:34:43.4891292",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "LV3G/F3VB0u4drd/YdntqQ==",
"altPLUGuid": "fcc65d2d-d55d-4b07-b876-b77f61d9eda9",
"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:34:43.4891292",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "xjQrcFacEE6pzT6S2GN6EA==",
"shelfPageLayoutGuid": "702b34c6-9c56-4e10-a9cd-3e92d8637a10",
"talkerPageLayoutG_UID": "3E+IKluTv0WEFwAcM9dffQ==",
"talkerPageLayoutGuid": "2a884fdc-935b-45bf-8417-001c33d75f7d",
"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": "jLouE7HZtEWHNpueHAKMBA==",
"inventoryIdentifier": "132eba8c-d9b1-45b4-8736-9b9e1c028c04",
"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": "A/qBGCf8Vkq5/fl+f6sBqQ==",
"parentPluGuid": "1881fa03-fc27-4a56-b9fd-f97e7fab01a9",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "XcREJWJVk0udI+q2wAn2XQ==",
"supplierIdentifierGuid": "2544c45d-5562-4b93-9d23-eab6c009f65d",
"supplierChanged": true,
"rebateSupplierIdentifier": "+C3nqNncf0WG4FtDr5ozsA==",
"rebateSupplierIdentifierGuid": "a8e72df8-dcd9-457f-86e0-5b43af9a33b0",
"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:34:43.4891292",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "kw3qzGu1FkWLIXcV3LcLeA==",
"hostIdentifierGuid": "ccea0d93-b56b-4516-8b21-7715dcb70b78",
"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:34:43.4891292",
"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": "qk7Taly+n0irgrZdmc8DOQ==",
"hostIdentifierGuid": "6ad34eaa-be5c-489f-ab82-b65d99cf0339",
"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:34:43.4891292",
"priceZone": {
"$id": "6",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "rauyeZTZUUOppc2/TOVpyw==",
"hostIdentifierGuid": "79b2abad-d994-4351-a9a5-cdbf4ce569cb",
"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": "SiL27pxuSUOabXG3OW984A==",
"hostIdentifierGuid": "eef6224a-6e9c-4349-9a6d-71b7396f7ce0",
"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": "MMwx5NKPQUGWFLAb4IX3rA==",
"identifierGuid": "e431cc30-8fd2-4141-9614-b01be085f7ac",
"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": "azHXviYzUEWAwOl0frMWQg==",
"hostSupplierIdentifierGuid": "bed7316b-3326-4550-80c0-e9747eb31642",
"loyaltyPriceLevelIdentifier": "/gtrF8YmuUOYgc+ebQuvdg==",
"loyaltyPriceLevelIdentifierGuid": "176b0bfe-26c6-43b9-9881-cf9e6d0baf76",
"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:34:43.4891292",
"lastProcessed": "2026-06-03T18:34:43.4891292",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$id": "11",
"identifier": "AzNUpnabG0+yjSh0ct/KTA==",
"identifierGuid": "a6543303-9b76-4f1b-b28d-287472dfca4c",
"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": "AsN8va4d+0a7LUrE7NqbVg==",
"primaryContactID": "bd7cc302-1dae-46fb-bb2d-4ac4ecda9b56",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "t6fiJF/zgkepQWLHOFwHrw==",
"supplierGroupGuid": "24e2a7b7-f35f-4782-a941-62c7385c07af",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-06-03T18:34:43.4891292",
"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": "ce62fbd0-b2ab-432f-98de-49f5d595598f",
"identifier": "eggVzBUgVUaSyu6gNlgTEg==",
"identifierGuid": "cc15087a-2015-4655-92ca-eea036581312",
"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": "Cv3SdH9APUqgPMjoM4sprw==",
"supplierIdentifierGuid": "74d2fd0a-407f-4a3d-a03c-c8e8338b29af",
"contactGuid": "xWhR+LG8lE2gE2YHLIYSBg==",
"contactID": "f85168c5-bcb1-4d94-a013-66072c861206",
"contact": {
"$ref": "12"
},
"supplier": {
"$ref": "11"
}
},
{
"$ref": "13"
}
],
"products": [
{
"$id": "14",
"pluG_UID": "tmvgx80cgkyZNZFDCGvwbQ==",
"pluGuid": "c7e06bb6-1ccd-4c82-9935-9143086bf06d",
"supplierIdentifier": "zlCi3FUbOUihYKxSGi2hLQ==",
"supplierIdentifierGuid": "dca250ce-1b55-4839-a160-ac521a2da12d",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-06-03T18:34:43.4891292",
"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:34:43.4891292",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "15",
"pluG_UID": "LgR9Ta8C6EqFTBjmTEMA+g==",
"pluGuid": "4d7d042e-02af-4ae8-854c-18e64c4300fa",
"supplierIdentifier": "krpTsRaxJUGVCn6aHs/9cQ==",
"supplierIdentifierGuid": "b153ba92-b116-4125-950a-7e9a1ecffd71",
"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": "s3sDqfKWUkWzcXydHiE5aw==",
"parentPluGuid": "a9037bb3-96f2-4552-b371-7c9d1e21396b",
"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": "uqS7X3vcH0OQ+J3sAf11iQ==",
"supplierGuid": "5fbba4ba-dc7b-431f-90f8-9dec01fd7589",
"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": "R+vOR0RPtkKByGF2WQL4hA==",
"supplierGuid": "47ceeb47-4f44-42b6-81c8-61765902f884",
"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:34:43.4891292",
"deliveryDate": "2026-06-03T18:34:43.4891292",
"nextCutOffDate": "2026-06-03T18:34:43.4891292",
"nextDeliveryDate": "2026-06-03T18:34:43.4891292",
"nextDaysBuffer": 10
},
{
"$ref": "18"
}
],
"store": {
"$ref": "5"
},
"updated": "2026-06-03T18:34:43.4891292",
"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:34:43.4891292",
"processed": "2026-06-03T18:34:43.4891292",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-06-03T18:34:43.4891292",
"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:34:43.4891292",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "19"
}
],
"zoneMatrix": [
{
"$id": "21",
"id": 1,
"hostIdentifier": "SVjFfydmlUmZbT+96wW+fA==",
"hostIdentifierGuid": "7fc55849-6627-4995-996d-3fbdeb05be7c",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"658e590f-b6c1-45c0-9a31-c9c80394c79c",
"a8dff76e-669c-4980-9a25-4014d87997d9"
]
},
{
"$ref": "21"
}
],
"hostFileStoreSetting": {
"$ref": "9"
},
"hostStoreSettings": [
{
"$ref": "9"
},
{
"$ref": "9"
}
],
"promotionPlacements": [
{
"$id": "22",
"identifier": "tZjfHRqYbEWNtCkK+Sx/hg==",
"identifierGuid": "1ddf98b5-981a-456c-8db4-290af92c7f86",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "22"
}
],
"promoTypeGuids": [
"6d0d81d6-2516-44fb-a5f9-0c1e6d0bc98e",
"14a85045-3fc0-477d-b16f-fedb3987d886"
],
"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:34:43.4891292",
"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": "cebaea83-6a46-48b1-aac5-7b8ad43846f2",
"updateStore": {
"$id": "28",
"id": "c74ef718-2ebf-4db1-a917-5636ca275a12",
"name": "sample string 1",
"lastActivity": "2026-06-03T18:34:43.4891292",
"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:34:43.4891292"
},
"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": "7Q62H806u0u1W26jnlR0/w==",
"pluGuid": "1fb60eed-3acd-4bbb-b55b-6ea39e5474ff",
"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:34:43.5047824"
},
{
"$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:34:43.5047824",
"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:34:43.5047824",
"startTime": 5,
"endDate": "2026-06-03T18:34:43.5047824",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "NH2RkzlB5UmiJuWEVJC0cQ==",
"hostIdentifierGuid": "93917d34-4139-49e5-a226-e5845490b471",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "33"
},
{
"$ref": "33"
}
]
},
"tray": {
"$id": "34",
"g_UId": "8EGKombMiUy0xUTuOdYN7w==",
"guid": "a28a41f0-cc66-4c89-b4c5-44ee39d60def",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "35",
"priceGroupG_UID": "WqrRce8Gc0uAFk6RCvimOA==",
"priceGroupGuid": "71d1aa5a-06ef-4b73-8016-4e910af8a638",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-06-03T18:34:43.5047824",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "4"
},
{
"$ref": "4"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "36",
"pluG_UID": "gjk1s8aDDkam2vQZfJdfSQ==",
"pluGuid": "b3353982-83c6-460e-a6da-f4197c975f49",
"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": "fa39caa6-8f94-4157-afe6-595bbce562e1",
"created": "2026-06-03T18:34:43.5047824",
"createdByUser": "sample string 1",
"activated": "2026-06-03T18:34:43.5047824",
"activatedByUser": "sample string 2",
"deactivated": "2026-06-03T18:34:43.5047824",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-06-03T18:34:43.5047824",
"lastOrderedQty": 4.0,
"lastReceived": "2026-06-03T18:34:43.5047824",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-06-03T18:34:43.5047824",
"lastSold": "2026-06-03T18:34:43.5047824",
"firstSold": "2026-06-03T18:34:43.5047824",
"awsUpdated": "2026-06-03T18:34:43.5047824",
"lastManualUpdate": "2026-06-03T18:34:43.5047824",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-06-03T18:34:43.5047824",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-06-03T18:34:43.5047824",
"doNotRangeUpdated": "2026-06-03T18:34:43.5047824",
"doNotOrderUpdated": "2026-06-03T18:34:43.5047824",
"tracked": "2026-06-03T18:34:43.5047824"
},
"allergens": [
{
"$id": "38",
"primaryKey": {
"$id": "39",
"pluGuid": "c43e2e83-be01-4bfd-bc95-4f41b70959dc",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "gy4+xAG+/Uu8lU9BtwlZ3A==",
"pluGuid": "c43e2e83-be01-4bfd-bc95-4f41b70959dc",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "38"
}
],
"costs": {
"$id": "40",
"pluG_UID": "jP5XIFDzdESZ+7fHlF1CxA==",
"pluGuid": "2057fe8c-f350-4474-99fb-b7c7945d42c4",
"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:34:43.5047824",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "41",
"saleHeaderID": 1,
"created": "2026-06-03T18:34:43.5047824",
"createdLocal": "2026-06-03T18:34:43.5047824",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "hC4sM8cZcUyAmB6vO8XfVg==",
"operatorGuid": "332c2e84-19c7-4c71-8098-1eaf3bc5df56",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "IQl+7GQMTki8bBFIUQ1n3Q==",
"pluGuid": "ec7e0921-0c64-484e-bc6c-1148510d67dd",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$id": "42",
"id": 1,
"g_Uid": "p/vL8qmJnkmzZvN0mzzf8w==",
"guid": "f2cbfba7-89a9-499e-b366-f3749b3cdff3",
"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:34:43.5047824",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-06-03T18:34:43.5047824",
"endShift": "2026-06-03T18:34:43.5047824",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "43",
"operatorG_UID": "Q2VN+6fM8kK6opt9M6UHaA==",
"operatorGuid": "fb4d6543-cca7-42f2-baa2-9b7d33a50768",
"storeID": 2,
"operator": {
"$ref": "42"
},
"store": {
"$ref": "5"
}
},
{
"$ref": "43"
}
]
}
},
{
"$ref": "41"
}
],
"apns": [
{
"$id": "44",
"pluID": 1,
"pluG_UID": "WxZK+Giz4UOJSj0iAEGO/w==",
"pluGuid": "f84a165b-b368-43e1-894a-3d2200418eff",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "44"
}
],
"tuns": [
{
"$id": "45",
"pluG_UId": "R+UGgNwVPE2rx7RtIQNV7g==",
"pluGuid": "8006e547-15dc-4d3c-abc7-b46d210355ee",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "4"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "45"
}
],
"competitionPricing": [
{
"$id": "46",
"identifier": "ev+sPStv902eisjjEkYJTg==",
"identifierGuid": "3dacff7a-6f2b-4df7-9e8a-c8e31246094e",
"pluG_UID": "eZ2zQuT81UKI/brmWcvMvg==",
"pluGuid": "42b39d79-fce4-42d5-88fd-bae659cbccbe",
"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": "l+VjVzFv7kGVhBlUrm6yTw==",
"groupName": "sample string 1",
"identifierGuid": "5763e597-6f31-41ee-9584-1954ae6eb24f",
"exists": true,
"flipChartIdentifier": "qavgixCfEEONFMx/y0wk3A==",
"flipChartIdentifierGuid": "8be0aba9-9f10-4310-8d14-cc7fcb4c24dc",
"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": "uN/p30FnuUu9r5XGqojCOg==",
"groupIdentifierGuid": "dfe9dfb8-6741-4bb9-bdaf-95c6aa88c23a",
"flipChart": {
"$id": "48",
"identifier": "WVP8Tq58wkeJ1Pttzftm2A==",
"identifierGuid": "4efc5359-7cae-47c2-89d4-fb6dcdfb66d8",
"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": "M027vGUHp0+aINgjohNRBw==",
"identifierGuid": "bcbb4d33-0765-4fa7-9a20-d823a2135107",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "50",
"id": 1,
"g_UID": "R1jwfD2APE6KI/PmrlKtfg==",
"guid": "7cf05847-803d-4e3c-8a23-f3e6ae52ad7e",
"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": "JgIAwUhdSkeRIxGu96T3ow==",
"previousFormGuid": "c1000226-5d48-474a-9123-11aef7a4f7a3",
"nextForm": 1,
"nextFormG_UID": "di8SyntOE0OKxfSYmEXLzA==",
"nextFormGuid": "ca122f76-4e7b-4313-8ac5-f4989845cbcc",
"attributes": "sample string 10",
"updated": "2026-06-03T18:34:43.5047824",
"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": "4Y+7bHTU9k6y+iDc8lNKdQ==",
"checkoutFormGuid": "6cbb8fe1-d474-4ef6-b2fa-20dcf2534a75",
"identifier": "HaU6L0nkmk6GYx4qM4c+mA==",
"identifierGuid": "2f3aa51d-e449-4e9a-8663-1e2a33873e98",
"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": "kGNsFm5uSk+J0I+Wk2+wJg==",
"valueGuid": "166c6390-6e6e-4f4a-89d0-8f96936fb026",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-06-03T18:34:43.5047824",
"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:34:43.5047824",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "51"
}
],
"panels": [
{
"$id": "53",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "7R5DM42cfkOZgBfyyVUpVw==",
"checkoutFormGuid": "33431eed-9c8d-437e-9980-17f2c9552957",
"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": "PSgLzbrVJEaCj5f/jCl5RQ==",
"flipChartPageIdentifierGuid": "cd0b283d-d5ba-4624-828f-97ff8c297945",
"pluG_UID": "U5f5cli7jEygbioTeNmA+Q==",
"pluGuid": "72f99753-bb58-4c8c-a06e-2a1378d980f9",
"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": "/GcDKCTWFEuy7l6PVRwmVQ==",
"pluGuid": "280367fc-d624-4b14-b2ee-5e8f551c2655",
"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:34:43.5047824",
"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": "XFLkTl97GUW1K2RKnWAopA==",
"ingredientGuid": "UXKhs6OBJESxxJ2Jeln79A==",
"ingredientIdentifier": "b3a17251-81a3-4424-b1c4-9d897a59fbf4",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "4"
}
},
{
"$ref": "56"
}
],
"bins": [
{
"$id": "57",
"pluG_UID": "g92ZULaAWU2/UHANZHtXAg==",
"pluGuid": "5099dd83-80b6-4d59-bf50-700d647b5702",
"shelfLocationIdentifier": "TG/LKj0UnEG0B+dWpNw9Mg==",
"shelfLocationGuid": "2acb6f4c-143d-419c-b407-e756a4dc3d32",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "JGrd1HzwgkuzAMpZJI/gKA==",
"labelPageLayoutGuid": "d4dd6a24-f07c-4b82-b300-ca59248fe028",
"updated": "2026-06-03T18:34:43.5047824",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "4"
},
"location": {
"$id": "58",
"identifier": "uCK8ZKZ9w0K3zYXgIqRcZw==",
"storeID": 1,
"identifierGuid": "64bc22b8-7da6-42c3-b7cd-85e022a45c67",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-06-03T18:34:43.5047824",
"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": "hs/7iCn6cU+pz8TJDc0R+Q==",
"pluGuid": "88fbcf86-fa29-4f71-a9cf-c4c90dcd11f9",
"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:34:43.5047824",
"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:34:43.5047824",
"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": "zH+MEow+0069Scnez74KCQ==",
"labelPageLayoutGuid": "128c7fcc-3e8c-4ed3-bd49-c9decfbe0a09",
"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:34:43.5047824",
"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": "IH5ByVZqC0S5ywP30QtOQQ==",
"labelPageLayoutGuid": "c9417e20-6a56-440b-b9cb-03f7d10b4e41",
"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:34:43.5047824",
"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": "OMUfbt4nmE+CFRAk3le0Lg==",
"labelPageLayoutGuid": "6e1fc538-27de-4f98-8215-1024de57b42e",
"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:34:43.5047824",
"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": "VyXUVmMzU0W0O0oKTnwK5w==",
"labelPageLayoutGuid": "56d42557-3363-4553-b43b-4a0a4e7c0ae7",
"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:34:43.5047824",
"dealCosts": [
{
"$id": "69",
"headerIdentifier": "vWc+x7WqM02yiqZnsoeI8w==",
"headerIdentifierGuid": "c73e67bd-aab5-4d33-b28a-a667b28788f3",
"identifier": "ZI2Al3JYvE+MDa/Fx+y8rQ==",
"identifierGuid": "97808d64-5872-4fbc-8c0d-afc5c7ecbcad",
"supplierIdentifier": "mHThHDnEqUeUueHJQwuw4w==",
"supplierGuid": "1ce17498-c439-47a9-94b9-e1c9430bb0e3",
"pluG_UID": "AyV/6D/JdESm4FmaSFRPtg==",
"pluGuid": "e87f2503-c93f-4474-a6e0-599a48544fb6",
"campaignName": "ed33b08c-7f4d-48b5-80aa-220c453ff42c",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-06-03T18:34:43.5047824",
"end": "2026-06-03T18:34:43.5047824",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "NSpksBAtRUGa4lQsVpSucQ==",
"bonusItemPluGuid": "b0642a35-2d10-4145-9ae2-542c5694ae71",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-06-03T18:34:43.5047824",
"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:34:43.5047824",
"campaignEndDate": "2026-06-03T18:34:43.5047824",
"masterPLUG_UID": "dg5D3L+0DEODGfgc+aMjFg==",
"masterID": "dc430e76-b4bf-430c-8319-f81cf9a32316",
"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": "Lc3TiUsuIESIXNasGCn67w==",
"bonusMasterID": "89d3cd2d-2e4b-4420-885c-d6ac1829faef",
"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": "+fK7dNMyTUWG7GejanundQ==",
"pluGuid": "74bbf2f9-32d3-454d-86ec-67a36a7ba775",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "70"
}
],
"alternateProductG_UID": "F27bKI9RB0ScjCQnD8MQVw==",
"alternateProduct": "28db6e17-518f-4407-9c8c-24270fc31057",
"altProduct": {
"$ref": "4"
},
"productHostCode": {
"$id": "71",
"id": 1,
"pluG_UID": "MbG3x+NYHEWtMuiDbqSLeA==",
"pluGuid": "c7b7b131-58e3-451c-ad32-e8836ea48b78",
"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:34:43.5047824",
"inventoryTracked": "2026-06-03T18:34:43.5047824",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "72",
"pluG_UID": "i/weckcaxkecj0bB2uZGag==",
"pluGuid": "721efc8b-1a47-47c6-9c8f-46c1dae6466a",
"fuelPluG_UID": "Pn6kjICcwUq/gHPEfO/3JA==",
"fuelPluGuid": "8ca47e3e-9c80-4ac1-bf80-73c47ceff724",
"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": "swuM7Urhb0uivFc6NT2+GA==",
"pluGuid": "ed8c0bb3-e14a-4b6f-a2bc-573a353dbe18",
"hostOfferID": 1,
"priceGroupG_UID": "N2eYXIw/30K8/S3yyffj/g==",
"priceGroupGuid": "5c986737-3f8c-42df-bcfd-2df2c9f7e3fe",
"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:34:43.5047824",
"rrp": 18,
"campaignDescription": "sample string 19",
"product": {
"$ref": "4"
},
"campaign": {
"$ref": "1"
}
},
{
"$ref": "73"
}
],
"sellingRules": [
{
"$id": "74",
"id": 1,
"identifier": "ITmZ+pR2FUypJgJutVrPdw==",
"identifierStr": "ITmZ+pR2FUypJgJutVrPdw==",
"identifierGuid": "fa993921-7694-4c15-a926-026eb55acf77",
"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": "cLSVpNMFt0WT3CVkrH/yWA==",
"customerIDGuid": "a495b470-05d3-45b7-93dc-2564ac7ff258",
"campaign": {
"$ref": "1"
},
"customer": {
"$id": "76",
"identifier": "/ZiKi/r+406Id8Oncxqp5w==",
"identifierGuid": "8b8a98fd-fefa-4ee3-8877-c3a7731aa9e7",
"code": "sample string 2",
"familyName": "sample string 3",
"givenName": "sample string 4",
"otherName": "sample string 5",
"title": "sample string 6",
"dateOfBirth": "2026-06-03T18:34:43.5047824",
"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": "JarSS4uPaEScn+jKIwXmAQ==",
"communityIdentifierGuid": "4bd2aa25-8f8b-4468-9c9f-e8ca2305e601",
"joined": "2026-06-03T18:34:43.5047824",
"updated": "2026-06-03T18:34:43.5047824",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "Ipjar1b+NkGJnTvjGI1xiw==",
"priceLevelIdentifierGuid": "afda9822-fe56-4136-899d-3be3188d718b",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-06-03T18:34:43.5047824",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "77",
"cardType": 2,
"issueDate": "2026-06-03T18:34:43.5047824",
"expiry": "2026-06-03T18:34:43.5047824",
"customerID": "UylBxqHEzkKhOTs+22Eneg==",
"customerIDGuid": "c6412953-c4a1-42ce-a139-3b3edb61277a",
"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:34:43.5047824",
"linkedAccount": "FrUMbtt44EO8x4I3KmUzXA==",
"linkedAccountGuid": "6e0cb516-78db-43e0-bcc7-82372a65335c",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "76"
},
"account": {
"$id": "78",
"id": 1,
"identifier": "twiQ3v9SFEKApDoqYNAcNg==",
"identifierGuid": "de9008b7-52ff-4214-80a4-3a2a60d01c36",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-06-03T18:34:43.5047824",
"owner": "zuiq9ye9T0OS52/zIK6paw==",
"ownerGuid": "f7aae8ce-bd27-434f-92e7-6ff320aea96b",
"accountStoreGroupIdentifier": "1/g736fBw0OBIM8ZRyk30Q==",
"accountStoreGroupGuid": "df3bf8d7-c1a7-43c3-8120-cf19472937d1",
"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:34:43.5047824",
"active": true,
"updated": "2026-06-03T18:34:43.5047824",
"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": "UFcMnWu3ZkmYlh2kqE1XqQ==",
"identifierGuid": "9d0c5750-b76b-4966-9896-1da4a84d57a9",
"name": "sample string 2",
"primaryContact": "cT1uBTxcPUW52swTq6SBPA==",
"primaryContactGuid": "056e3d71-5c3c-453d-b9da-cc13aba4813c",
"accountID": "oYG6HzWa7UScSkonEpbbzA==",
"accountIDGuid": "1fba81a1-9a35-44ed-9c4a-4a271296dbcc",
"special": true,
"updated": "2026-06-03T18:34:43.5047824",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "n3BpMPD9H0W3SJnj8aYYrg==",
"priceLevelIdentifierGuid": "3069709f-fdf0-451f-b748-99e3f1a618ae",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "78"
},
"primaryContactCustomer": {
"$ref": "76"
},
"customerGroupMembers": [
{
"$id": "81",
"id": 1,
"groupID": "3L6RLWOawk+iEkjL/9id7A==",
"groupIDGuid": "2d91bedc-9a63-4fc2-a212-48cbffd89dec",
"customerID": "EFfBHrkPCEm0KGjNsHSd+A==",
"customerIDGuid": "1ec15710-0fb9-4908-b428-68cdb0749df8",
"card": "sample string 4",
"linkedAccount": "BJgSCqL3802SgHRikPEPeA==",
"linkedAccountGuid": "0a129804-f7a2-4df3-9280-746290f10f78",
"customer": {
"$ref": "76"
},
"group": {
"$ref": "80"
},
"customerCard": {
"$ref": "77"
}
},
{
"$ref": "81"
}
]
},
{
"$ref": "80"
}
]
},
"payments": [
{
"$id": "82",
"id": 1,
"identifier": "vNOfWYkbfUCgic8uRwExJA==",
"identifierGuid": "599fd3bc-1b89-407d-a089-cf2e47013124",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "o0vlO/7xK0mCEsedPdJB4g==",
"accountIDGuid": "3be54ba3-f1fe-492b-8212-c79d3dd241e2",
"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:34:43.5047824",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "eYptf/Ob2U+24ZfethHkwQ==",
"idempotentVoidGuid": "7f6d8a79-9bf3-4fd9-b6e1-97deb611e4c1",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "83",
"saleHeaderID": 1,
"saleHeaderGuid": "xChnTxqXNk+LysdALdkD9Q==",
"saleHeaderIdentifierGuid": "4f6728c4-971a-4f36-8bca-c7402dd903f5",
"created": "2026-06-03T18:34:43.5047824",
"createdLocal": "2026-06-03T18:34:43.5047824",
"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:34:43.5047824",
"storeID": 1,
"operatorG_Uid": "4k8MmZRUm0eer+sJu6/w8g==",
"operatorGuid": "990c4fe2-5494-479b-9eaf-eb09bbaff0f2",
"customerG_Uid": "+RXcALHbpE+K5Uw5a7Q+lw==",
"customerGuid": "00dc15f9-dbb1-4fa4-8ae5-4c396bb43e97",
"communityIdentifier": "tLK6c0Qayk2+TggVX+qB1w==",
"communityIdentifierGuid": "73bab2b4-1a44-4dca-be4e-08155fea81d7",
"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": "giazSUNACkWvy3129/FHaQ==",
"priceLevelIdentifierGuid": "49b32682-4043-450a-afcb-7d76f7f14769",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-06-03T18:34:43.5047824+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:34:43.5047824",
"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": "IgwJOuvGZEuGCr9iFduK0w==",
"identifierGuid": "3a090c22-c6eb-4b64-860a-bf6215db8ad3",
"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:34:43.5047824",
"promoPeriodEnd": "2026-06-03T18:34:43.5047824",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-06-03T18:34:43.5047824",
"deleted": true
},
"details": [
{
"$id": "86",
"saleItemID": 1,
"identifier": "k30/4qdb4E+YYDFv0nrX1g==",
"identifierGuid": "e23f7d93-5ba7-4fe0-9860-316fd27ad7d6",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "lgN3PckwhUSW/pQBXxp82Q==",
"pluGuid": "3d770396-30c9-4485-96fe-94015f1a7cd9",
"accountID": "Rz0nv9Tr8EaHhyhi9GuIdA==",
"accountIDGuid": "bf273d47-ebd4-46f0-8787-2862f46b8874",
"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:34:43.5047824",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "PuYd5Speu02AwDxlw0mkjQ==",
"refundGuid": "e51de63e-5e2a-4dbb-80c0-3c65c349a48d",
"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": "VXP4Hec0JUaqlwmcxW7DVg==",
"idempotentVoidGuid": "1df87355-34e7-4625-aa97-099cc56ec356",
"priceLevelIdentifier": "UfXQuSvN+E6RrIK3N3P23g==",
"priceLevelIdentifierGuid": "b9d0f551-cd2b-4ef8-91ac-82b73773f6de",
"communityIdentifier": "YH3XtUvT5kWR36rVtfLyxA==",
"communityIdentifierGuid": "b5d77d60-d34b-45e6-91df-aad5b5f2f2c4",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "87",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-06-03T18:34:43.5047824",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "87"
}
],
"refund": {
"$id": "88",
"id": 1,
"g_UID": "lZQjiww6LEeKJudzQP1IDw==",
"guid": "8b239495-3a0c-472c-8a26-e77340fd480f",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-06-03T18:34:43.5047824"
},
"modifier": {
"$id": "89",
"id": 1,
"setG_UID": "aEDsBZhnZk6dMxRywa4RNQ==",
"modifierSetGuid": "05ec4068-6798-4e66-9d33-1472c1ae1135",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "ufapA7kgvUm5YZSIaoiRUg==",
"pluGuid": "03a9f6b9-20b9-49bd-b961-94886a889152",
"deleted": true,
"g_UID": "cFbxhDhAHEOdLRjjcNkGhg==",
"guid": "84f15670-4038-431c-9d2d-18e370d90686",
"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": "OM9zN7r7SU6wt5M3ceMF2A==",
"pluGuid": "3773cf38-fbba-4e49-b0b7-933771e305d8",
"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:34:43.5047824",
"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:34:43.5047824",
"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": "moqF9DuRx0Kxw5CwdePQrg==",
"pluGuid": "f4858a9a-913b-42c7-b1c3-90b075e3d0ae",
"accountID": "uG606YtsEUCXtJxvSvr25g==",
"accountIDGuid": "e9b46eb8-6c8b-4011-97b4-9c6f4afaf6e6",
"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:34:43.5047824",
"bestOrExpireType": 1,
"refundG_UID": "6yTm5NJ/PESE4Rlk8EV/aA==",
"refundGuid": "e4e624eb-7fd2-443c-84e1-1964f0457f68",
"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": "CRc8vhKDG0CVo8zKLgYS3Q==",
"identifierGuid": "be3c1709-8312-401b-95a3-ccca2e0612dd",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "B7EAV3MicU+gsLxMPC4erw==",
"customerIdentifierGuid": "5700b107-2273-4f71-a0b0-bc4c3c2e1eaf",
"operatorNo": 1,
"operatorG_UID": "/i+Aj2VJ1EqcSsak44xsqQ==",
"operatorGuid": "8f802ffe-4965-4ad4-9c4a-c6a4e38c6ca9",
"created": "2026-06-03T18:34:43.5047824",
"ordered": "2026-06-03T18:34:43.5047824",
"started": "2026-06-03T18:34:43.5047824",
"completed": "2026-06-03T18:34:43.5047824",
"supplied": "2026-06-03T18:34:43.5047824",
"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": "816TBgRKhEiMJQ6XGKFUZg==",
"pluGuid": "06935ef3-4a04-4884-8c25-0e9718a15466",
"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": "mdQ7aNWxBEKQfVJYKkfrbA==",
"headerIdentifierGuid": "683bd499-b1d5-4204-907d-52582a47eb6c",
"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": "sPtV0OuDGkaVCFT4gyNzRQ==",
"surveyGuid": "d055fbb0-83eb-461a-9508-54f883237345",
"saleHeaderGuid": "QXDNoVR3J0G2GtEkw9sJ+Q==",
"saleGuid": "a1cd7041-7754-4127-b61a-d124c3db09f9",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "B9a11Oa/A0+xyJ3pyQUShw==",
"guidResponse": "d4b5d607-bfe6-4f03-b1c8-9de9c9051287",
"whoAnswered": 2,
"answeredAtUTC": "2026-06-03T18:34:43.5047824",
"sale": {
"$ref": "83"
},
"survey": {
"$id": "98",
"g_UID": "mkrs+PUTmkSHEcrLF6aBCA==",
"guid": "f8ec4a9a-13f5-449a-8711-cacb17a68108",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "Zti0Xqa6Ok+/df62Ia4Hww==",
"checkoutFormGuid": "5eb4d866-baa6-4f3a-bf75-feb621ae07c3",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-06-03T18:34:43.5047824",
"end": "2026-06-03T18:34:43.5047824",
"deleted": true,
"updated": "2026-06-03T18:34:43.5047824",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"be0ed750-fde1-4bfb-a140-faf5335d4d3d",
"4b46ec73-c325-4dc9-b07f-7379c1d307b6"
],
"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": "FiMIt7H+XU2OQ9nzIqtk9g==",
"accountIdentifier": "b7082316-feb1-4d5d-8e43-d9f322ab64f6",
"accountName": "sample string 44",
"customerOrderIdentifier": "BfEJsDOdCUiisB9BkoTVNA==",
"customerOrderIdentifierGuid": "b009f105-9d33-4809-a2b0-1f419284d534",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "99",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "q+fuEZMgWEmK3XXpWmZQLg==",
"paymentIdentifierGuid": "11eee7ab-2093-4958-8add-75e95a66502e",
"identifier": "+T0bBQYc60G8V/8RVI5xRg==",
"identifierGuid": "051b3df9-1c06-41eb-bc57-ff11548e7146",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "twUUsfh1bUiWz9ormoBrHw==",
"itemIdentifierGuid": "b11405b7-75f8-486d-96cf-da2b9a806b1f"
}
},
{
"$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": "Fsr9NajWK0CDcYyi8yUUXQ==",
"customerIdentifierGuid": "35fdca16-d6a8-402b-8371-8ca2f325145d",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "CuB6sPWW/02O7BeasceIog==",
"idempotentGuid": "b07ae00a-96f5-4dff-8eec-179ab1c788a2",
"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:34:43.5047824",
"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:34:43.5047824",
"labelPageLayout": "hJPcXZMTsku09OjiauG1/Q==",
"pageLayoutGuid": "5ddc9384-1393-4bb2-b4f4-e8e26ae1b5fd",
"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:34:43.5047824"
},
{
"$ref": "104"
}
]
},
"customerVouchers": [
{
"$id": "105",
"id": 1,
"customerIdentifier": "frkXEw2bj0ij3wX6gk72eg==",
"customerIdentifierGuid": "1317b97e-9b0d-488f-a3df-05fa824ef67a",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-06-03T18:34:43.5047824",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "ytLQ62A490Wuvd0IcxtSpA==",
"issuedIdempotentGuid": "ebd0d2ca-3860-45f7-aebd-dd08731b52a4",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-06-03T18:34:43.5047824",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-06-03T18:34:43.5047824",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "Z/s42Lj7cU6SYbdCtViV7A==",
"redeemedIdempotentGuid": "d838fb67-fbb8-4e71-9261-b742b55895ec",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-06-03T18:34:43.5047824",
"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": "mE0odED0VEOFVI0m4MCSVg==",
"groupIDGuid": "74284d98-f440-4354-8554-8d26e0c09256",
"campaign": {
"$ref": "1"
},
"group": {
"$ref": "80"
}
},
{
"$ref": "106"
}
],
"signIqTickets": [
{
"$id": "107",
"identifier": "4ncDDcaUpU2bln3GaoJjWw==",
"identifierGuid": "0d0377e2-94c6-4da5-9b96-7dc66a82635b",
"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": "OrmnsJa6vkGHahOSppMwDQ==",
"guid": "b0a7b93a-ba96-41be-876a-1392a693300d",
"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": "HZ6NpzcypUK7COadgQv3Mg==",
"groupGuid": "a78d9e1d-3237-42a5-bb08-e69d810bf732",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "lW+HUIJ3qkii3aSB4MWd6A==",
"pluGuid": "50876f95-7782-48aa-a2dd-a481e0c59de8",
"priceGroupG_UID": "V9+YmC6MOUGfFJ4bhAm7pw==",
"priceGroupGuid": "9898df57-8c2e-4139-9f14-9e1b8409bba7",
"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": "d6aUQi6ZB0OzO3OCSd6WVg==",
"priceLevelIdentifierGuid": "4294a677-992e-4307-b33b-738249de9656",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "110"
}
],
"promotionType": {
"$id": "111",
"identifier": "9oXdiDmNPUWfBAG4BkHFtA==",
"identifierGuid": "88dd85f6-8d39-453d-9f04-01b80641c5b4",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "F/AscGYYdUqy89ojRHqrvw==",
"labelPageLayoutGuid": "702cf017-1866-4a75-b2f3-da23447aabbf",
"priceLevelIdentifier": "YtZ7IrmacUyelt2TaSPtqg==",
"priceLevelIdentifierGuid": "227bd662-9ab9-4c71-9e96-dd936923edaa",
"active": true,
"updated": "2026-06-03T18:34:43.5047824",
"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 U��\��!L� 5 xl/workbook.xml � (� ����0��J}���P�/
L,];tw�4$AI*���G u��;�?��k��6�[�S���K9��$�~g;2î�Nc�{q[ת�oM&�8�N�Q�AY��<̴X�s���DA�3J�2�o7����CQ�'9K��d|�ߔ�`�Ť�AM��ܪ��\���~&����ctI��
+{� ��οPK U��\���� � [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
U��\�vH*' ' _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="Rdb16e045d6ed440c" /></Relationships>PK U��\+��� �% xl/worksheets/sheet1.xml � (� �Z�R;����ZҌn) ��;���Lp��|������Y����J�n�������}��x���������zv3y�q��������<��?w����g����r���`���OG�b�k��ng��h~���no'��������a9PB��||?Z�G-�&���n]z-~�ǣ����O����C���f��fߛ�o��|6|����`��<?.j�{���;��\����/��A>]?�bߎ~�//g��Ɠw���^�\��믽�d�]�7�]��,����(�
��ߋ�l����2V?թM�ڱ6u��Sx/
��\{=n�q�z����z����Do�����l�MUo/����(�^o7����� e��uִM���+,�X%Q ����~S���BX�5��e{�Q0bǝ�[�UZ��p����|�C���N �����>�O¾s���������=
�A* $���'k�3�TAyV*&���'m}�R
�Wkw`1�!
P��*$(h��8PF J����*�I(�qJ�wp��TrO������ɧ�����=���wVH/�E�M��QQ���A]8D��pA�>� 5�Lc�@o��2��ݕ��=��t���S�j��@��l�ڃ}�?�ڃJ{Jh�����m�6�?!Bz���!j*
*Q��Zz0��C� 躂�����ai}�C� TW��^+���0sA� �5h�Ӂ �!�!JܞF�(E��(E!�q�Z�p`�$����5)�b��p�;�g��Q�~�RD�u��; 6l E�p��\�(A�$�P(c!��!��Q�h����5_{���Fb�@�N�%���%��m��p
\]&��rw9��J���bo�Y����'t���$��}ֆ�$$A�Rf4��u�Dg�UHP`Adh�Q��R���8���l�:�PW*t"FF��� 3q��u�F�:RC��&���HM���Gp�Jp�s�����/}ǣ���`>{���á��S>.֯���o^:�����U�1L��x�"Tq�"��8I�D���D�L��x�"l�:E�&�M��M�[�1B�;BX}�@�g��z�@��0���j/����r?2��'Fm��������v�2��7B���@�%cBE�-*�o��\2VT��1#�KƎ@8.C!�d, ��1%�KƖ@yf� �gƙ@yf� �gƛ@yf̉�gƝHyf쉔gƟHyf��gơHyf,��gƣHyfL��gƥHyfl�)όO5�y��T���O5�y��TW<BHo�ZUI�6EL�cdF/T�0�a�y� ![z�@Ȏ��C^�!��7-d�������]J�.rdE�Z����嬥�y��E�؇��˖�����-c�ʉ?�w�!^��B��7B����z\�9�v�גs=��;�=�}ٶX�l��6C��
���Ѱ����4V�w����;{̴(�͋�e��\1����F!cRC��q��Q����u1>�T9�Q-U�wC�1,��p�`�F
�ڊ�F�B����1��n<��<䄁��e 4v�Wy��<�MYo���ty߹�YK���-c�-cW-c[�>1������Bc7�$��@h�6���n�B�a�}-9g%�۽�Iw�iw�˶�2fKc��$��`��mL$�]�C��>�9���3�$v���0�+�!I�2�$vL�)&�]��.�Ib��$��`��e0I�2�$v��A�o�w���x~:�-���_����u�PK U��\�Ty � P xl/_rels/workbook.xml.rels � (� ��Kn� @��f_���*N6�t��c�$i��E��+�R�H]t��h~OO��|�Xoߦ��0����A��\��1�����G��D�CH���ԁ�9<Q���I��t�c|�d.i�i�� {��V4�p�$�K���1��g������}<$����e�1w�SJ��P���v
ʅ樖���@���R���~���r.��Zh)�^�w��2�~ͱ\z�4/��Z�lxk� .��U�����PK U��\Ѓ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 U��\�+�T� � xl/sharedStrings.xml � (� �Vmo�0�+V���� �V�Ri�ڇjҌs����m���d�Ql`��>枻�^|�@��-ah
������88�˞3�]�I�y����s
���w�TH�r�sVJ��|_�$Xz"��Xd V�3[�2� Gr��׃��'�r�s�sB�$��%���A����ꏇ]_��~���2U"�|���nr�ۇ IFS��6�W�ETV�!F�AZy(�0���=g�1˱t��4_T���s ��$�t�Qt��Y����14U8S���W ��2`č)|6M�@�,�`d�� [Q��ʊ|xFC\êB�VT�lT�
�nf�=C6�7cR��/���#�-^ ��c��*��E��4ciǖ2��T��[�f,��4���Ve[wBјB4W�����R���V(��p�"�G�+��8j;��Öz��U�� ��u���8X�0���x3<{��8��ԕ�ܙ�ߪI�ZV�R�d����Ø�����1g�\*�h-?�d"OMJ�k�2���*���`��[X�Y��J�����@�m�A�6����1n�q��zm?F��0�?G�ڗ�i\{�i>�����q��8\N�
��{W�����`�;�K�a�m��a+t4;� �֩�Z'p��MA����w�{�T����ǘ�F�(��çU�?�I'��%d�D+��h2�#���:'�>�3�����j�HQ)���
�9�|��s.Ի�INQY_�?��PK- U��\��!L� 5 xl/workbook.xmlPK- U��\���� � � [Content_Types].xmlPK-
U��\�vH*' ' U _rels/.relsPK- U��\+��� �% � xl/worksheets/sheet1.xmlPK- U��\�Ty � P �
xl/_rels/workbook.xml.relsPK- U��\Ѓc'2 E
6 xl/styles.xmlPK- U��\�+�T� � �
xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
PK U��\B��E� 5 xl/workbook.xml � (� ����0D�&�C����A��x��}��4Ж�5���H�yۙ�};�l��4f 5jW؊��Oc��Q�;� u� c� �!d��i�
�gi�pfq/�v��]i���d:�#z5�(R��x �\�=$�.�`lu��5�~Se��Q
+ڀJ�s�*z��2�+O�4��g�s��wXɶ��PK U��\���� � [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
U��\�PJw' ' _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="R032926ffa6ed47aa" /></Relationships>PK U��\+��� �% xl/worksheets/sheet1.xml � (� �Z�R;����ZҌn) ��;���Lp��|������Y����J�n�������}��x���������zv3y�q��������<��?w����g����r���`���OG�b�k��ng��h~���no'��������a9PB��||?Z�G-�&���n]z-~�ǣ����O����C���f��fߛ�o��|6|����`��<?.j�{���;��\����/��A>]?�bߎ~�//g��Ɠw���^�\��믽�d�]�7�]��,����(�
��ߋ�l����2V?թM�ڱ6u��Sx/
��\{=n�q�z����z����Do�����l�MUo/����(�^o7����� e��uִM���+,�X%Q ����~S���BX�5��e{�Q0bǝ�[�UZ��p����|�C���N �����>�O¾s���������=
�A* $���'k�3�TAyV*&���'m}�R
�Wkw`1�!
P��*$(h��8PF J����*�I(�qJ�wp��TrO������ɧ�����=���wVH/�E�M��QQ���A]8D��pA�>� 5�Lc�@o��2��ݕ��=��t���S�j��@��l�ڃ}�?�ڃJ{Jh�����m�6�?!Bz���!j*
*Q��Zz0��C� 躂�����ai}�C� TW��^+���0sA� �5h�Ӂ �!�!JܞF�(E��(E!�q�Z�p`�$����5)�b��p�;�g��Q�~�RD�u��; 6l E�p��\�(A�$�P(c!��!��Q�h����5_{���Fb�@�N�%���%��m��p
\]&��rw9��J���bo�Y����'t���$��}ֆ�$$A�Rf4��u�Dg�UHP`Adh�Q��R���8���l�:�PW*t"FF��� 3q��u�F�:RC��&���HM���Gp�Jp�s�����/}ǣ���`>{���á��S>.֯���o^:�����U�1L��x�"Tq�"��8I�D���D�L��x�"l�:E�&�M��M�[�1B�;BX}�@�g��z�@��0���j/����r?2��'Fm��������v�2��7B���@�%cBE�-*�o��\2VT��1#�KƎ@8.C!�d, ��1%�KƖ@yf� �gƙ@yf� �gƛ@yf̉�gƝHyf쉔gƟHyf��gơHyf,��gƣHyfL��gƥHyfl�)όO5�y��T���O5�y��TW<BHo�ZUI�6EL�cdF/T�0�a�y� ![z�@Ȏ��C^�!��7-d�������]J�.rdE�Z����嬥�y��E�؇��˖�����-c�ʉ?�w�!^��B��7B����z\�9�v�גs=��;�=�}ٶX�l��6C��
���Ѱ����4V�w����;{̴(�͋�e��\1����F!cRC��q��Q����u1>�T9�Q-U�wC�1,��p�`�F
�ڊ�F�B����1��n<��<䄁��e 4v�Wy��<�MYo���ty߹�YK���-c�-cW-c[�>1������Bc7�$��@h�6���n�B�a�}-9g%�۽�Iw�iw�˶�2fKc��$��`��mL$�]�C��>�9���3�$v���0�+�!I�2�$vL�)&�]��.�Ib��$��`��e0I�2�$v��A�o�w���x~:�-���_����u�PK U��\+��M� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞�I7EM�aö��'Q۲]�gc���V� �X��j4��'�|�lvo�D^0���ʂA��m��)��v��'��DFI^���!%OiT�2Σ���,SNCO�TG�#�4,p�$�����1���N3�����p�br�����O)�K(�L�;د�*.ʺ�R�@���b:O���L��Z�gU]sް��2�~J!_z�,/�VMmP�+��Ei.j��/�_PK U��\Ѓ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 U��\�+�T� � xl/sharedStrings.xml � (� �Vmo�0�+V���� �V�Ri�ڇjҌs����m���d�Ql`��>枻�^|�@��-ah
������88�˞3�]�I�y����s
���w�TH�r�sVJ��|_�$Xz"��Xd V�3[�2� Gr��׃��'�r�s�sB�$��%���A����ꏇ]_��~���2U"�|���nr�ۇ IFS��6�W�ETV�!F�AZy(�0���=g�1˱t��4_T���s ��$�t�Qt��Y����14U8S���W ��2`č)|6M�@�,�`d�� [Q��ʊ|xFC\êB�VT�lT�
�nf�=C6�7cR��/���#�-^ ��c��*��E��4ciǖ2��T��[�f,��4���Ve[wBјB4W�����R���V(��p�"�G�+��8j;��Öz��U�� ��u���8X�0���x3<{��8��ԕ�ܙ�ߪI�ZV�R�d����Ø�����1g�\*�h-?�d"OMJ�k�2���*���`��[X�Y��J�����@�m�A�6����1n�q��zm?F��0�?G�ڗ�i\{�i>�����q��8\N�
��{W�����`�;�K�a�m��a+t4;� �֩�Z'p��MA����w�{�T����ǘ�F�(��çU�?�I'��%d�D+��h2�#���:'�>�3�����j�HQ)���
�9�|��s.Ի�INQY_�?��PK- U��\B��E� 5 xl/workbook.xmlPK- U��\���� � � [Content_Types].xmlPK-
U��\�PJw' ' U _rels/.relsPK- U��\+��� �% � xl/worksheets/sheet1.xmlPK- U��\+��M� P �
xl/_rels/workbook.xml.relsPK- U��\Ѓc'2 E
7 xl/styles.xmlPK- U��\�+�T� � �
xl/sharedStrings.xmlPK � �