GET api/campaign/name/{name}?relations={relations}
Get campaign
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| name |
Campaign name |
string |
Required |
| relations |
Whether relational data should be loaded with campaign |
boolean |
Default value is True |
Body Parameters
None.
Response Information
Resource Description
Matching Campaign
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,
"storeID": 2,
"name": "819a5991-bbc2-40da-9711-7998afa4a5da",
"nameGuid": "819a5991-bbc2-40da-9711-7998afa4a5da",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-06-03T18:36:54.2725054",
"startTime": 1,
"endDate": "2026-06-03T18:36:54.2725054",
"endTime": 1,
"recurrence": 1,
"recurrenceType": 1,
"monthType": 1,
"weekDays": 1,
"months": 1,
"monthWeeks": 1,
"monthDays": "sample string 7",
"printed": true,
"talkerText": "sample string 8",
"rangeDescription": "sample string 9",
"dealDescription": "sample string 10",
"labelQuantity": 11,
"active": 1,
"deactivated": "2026-06-03T18:36:54.2725054",
"system": true,
"created": "2026-06-03T18:36:54.2725054",
"updated": "2026-06-03T18:36:54.2725054",
"priceChangeNotifiedUtc": "2026-06-03T18:36:54.2725054",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "Bzx9amNV1UuhnnMRGd+SKg==",
"hostIdentifierGuid": "6a7d3c07-5563-4bd5-a19e-731119df922a",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-06-03T18:36:54.2725054",
"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": "kGTRu/2970qUNfEowqtpSQ==",
"pluGuid": "bbd16490-bdfd-4aef-9435-f128c2ab6949",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "e7B8LmU5IEOw6PbIKufeLw==",
"dealCostGuid": "2e7cb07b-3965-4320-b0e8-f6c82ae7de2f",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "NUOJc7hdhkqecJG1J9ewHA==",
"priceGroupGuid": "73894335-5db8-4a86-9e70-91b527d7b01c",
"itemNumber": "sample string 10",
"cri": "sample string 11",
"pluPrice": 12,
"costCalcMethod": 13,
"pluCost": 14,
"pluCostIndicator": "sample string 15",
"pluPriceGstPercent": 16,
"pluCostGstPercent": 17,
"pluActive": true,
"cartonQty": 1.1,
"baseUnits": 19.1,
"salesMode": 1,
"orderPacked": 20,
"pluNormalCost": 21,
"pluaws": 22.0,
"directNumber": "sample string 23",
"departmentName": "sample string 24",
"subDepartmentName": "sample string 25",
"priceGroupName": "sample string 26",
"supplierName": "sample string 27",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-06-03T18:36:54.2725054",
"rrp": 28,
"campaignDescription": "sample string 29",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "66fad659-6de8-4980-aabb-7ae44c9bc8e4",
"campaignComboPriceGroupG_UID": "sHEr/i9wLk24QAENRyf4Sw==",
"campaignComboPriceGroupIdentifier": "fe2b71b0-702f-4d2e-b840-010d4727f84b",
"promotionPlacementDescription": "sample string 31",
"storeAcceptances": [
{
"$id": "3",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-06-03T18:36:54.2725054",
"operatorG_UID": "bwwQL+tXEkmvzTMlolMAAw==",
"operatorGuid": "2f100c6f-57eb-4912-afcd-3325a2530003",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-06-03T18:36:54.2725054",
"signIqTicketFileMovedUtc": "2026-06-03T18:36:54.2725054",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-06-03T18:36:54.2725054",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "37cad4ec-1ab3-47f3-b6d8-6803432f319b",
"product": {
"$id": "4",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "pfytaWU0w0yh/7/7jGau0w==",
"guid": "69adfca5-3465-4cc3-a1ff-bffb8c66aed3",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "cXQQiMSskUW0QZJCjLrVHA==",
"priceGroupGuid": "88107471-acc4-4591-b441-92428cbad51c",
"blueprintID": 1,
"lastCountedDate": "2026-06-03T18:36:54.2725054",
"externalID": "sample string 7",
"active": true,
"activated": "2026-06-03T18:36:54.2725054",
"pluCreated": "2026-06-03T18:36:54.2725054",
"createdByUser": "sample string 9",
"name": "sample string 10",
"nameChanged": true,
"secondDescription": "sample string 12",
"hostDescription": "sample string 13",
"keepCartonQty": true,
"keepDescription": true,
"keepDepartments": true,
"keepSuppliers": true,
"markdownDescription": "sample string 18",
"altDescription": "sample string 19",
"bestOrExpire": 20,
"lastUpdate": "2026-06-03T18:36:54.2725054",
"lastManualUpdate": "2026-06-03T18:36:54.2725054",
"imageName": "sample string 23",
"showImageOnFlipCharts": true,
"showTextOnFlipCharts": true,
"overrideFlipChartText": true,
"flipChartText": "sample string 27",
"salesMode": 1,
"eftCode": 1,
"price": 1,
"priceChanged": true,
"rrp": 1,
"gstPercent": 28,
"gstPercentChanged": true,
"costGSTPercent": 29,
"costGSTPercentChanged": true,
"wetPercent": 1,
"priceOverride": 1,
"cost": 1,
"currentCost": 1,
"currentCostDecimals": 1,
"grossProfit": 1.0,
"currentCostDesc": "sample string 30",
"currentCostEnd": "2026-06-03T18:36:54.2725054",
"currentCostUpdated": "2026-06-03T18:36:54.2725054",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-06-03T18:36:54.2725054",
"defaultGP": 1,
"breakTargetMode": 33,
"break1": 1,
"price1": 1,
"target1": 34,
"break2": 1,
"price2": 1,
"target2": 35,
"break3": 1,
"price3": 1,
"target3": 36,
"break1Changed": true,
"price1Changed": true,
"target1Changed": true,
"break2Changed": true,
"price2Changed": true,
"target2Changed": true,
"break3Changed": true,
"price3Changed": true,
"target3Changed": true,
"breakTargetModeChanged": true,
"margin": 1.1,
"marginChanged": true,
"marginRanged": true,
"marginRangedChanged": true,
"minimumMargin": 1.1,
"minimumMarginChanged": true,
"maximumMargin": 1.1,
"maximumMarginChanged": true,
"overrideHostWarehouseIndicator": true,
"overrideHostWarehouseIndicatorChanged": true,
"overrideHostPrice": true,
"overrideHostPriceChanged": true,
"overrideHostCost": true,
"overrideHostCostChanged": true,
"overrideHostMargin": true,
"overrideHostMarginChanged": true,
"alwaysApplyMargin": true,
"alwaysApplyMarginChanged": true,
"aws": 1.0,
"paws": 1.0,
"awsUpdated": "2026-06-03T18:36:54.2725054",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "B1TTIO1dQUaQiRpYmYXdAA==",
"altPLUGuid": "20d35407-5ded-4641-9089-1a589985dd00",
"altPLUGuidChanged": true,
"altPriceDescription1": "sample string 54",
"altPriceDescription2": "sample string 55",
"cartonQuantity": 56,
"cartonQuantityChanged": true,
"trayID": 1,
"promptID": 1,
"tare": 1,
"packQty": 1,
"fixedWeight": 1,
"extraMesg": 1,
"text1": "sample string 58",
"text2": "sample string 59",
"text3": "sample string 60",
"labelText": "sample string 61",
"labelTextChanged": true,
"sendToScale": true,
"nonScaleWeigh": true,
"labelFormat": "sample string 65",
"barcodeFormat": "sample string 66",
"austMade": 1,
"coolCode": 67,
"countryOfOrigin": "sample string 68",
"percentContent": 69.1,
"departmentID": 1,
"subDepartmentID": 1,
"minorDepartmentID": 1,
"lesserDepartmentID": 1,
"deptCode": "sample string 70",
"subDeptCode": "sample string 71",
"minorDeptCode": "sample string 72",
"lesserDeptCode": "sample string 73",
"deptName": "sample string 74",
"subDeptName": "sample string 75",
"minorDeptName": "sample string 76",
"lesserDeptName": "sample string 77",
"departmentChanged": true,
"subCategoryID": 1,
"expiry": 1,
"showDays": 1,
"datePrint": 1,
"labelRequired": true,
"labelShelfQty": 80,
"labelShelfChanged": true,
"labelTalkerQty": 82,
"labelSmall": true,
"labelLastPrinted": "2026-06-03T18:36:54.2725054",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "IigRMXVLyUWbSXFoU/FAJw==",
"shelfPageLayoutGuid": "31112822-4b75-45c9-9b49-716853f14027",
"talkerPageLayoutG_UID": "hsnosfWhXUaE2X+Im0rI6w==",
"talkerPageLayoutGuid": "b1e8c986-a1f5-465d-84d9-7f889b4ac8eb",
"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": "f/OHoUzdAkuXxt4rdgun3w==",
"inventoryIdentifier": "a187f37f-dd4c-4b02-97c6-de2b760ba7df",
"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": "5g/tnE1HvEihdVplXGpLjw==",
"parentPluGuid": "9ced0fe6-474d-48bc-a175-5a655c6a4b8f",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "wxKLO8o2HEKQUG8DjFB4Zw==",
"supplierIdentifierGuid": "3b8b12c3-36ca-421c-9050-6f038c507867",
"supplierChanged": true,
"rebateSupplierIdentifier": "WHTFSSmCwEWsJY6rz9rcHA==",
"rebateSupplierIdentifierGuid": "49c57458-8229-45c0-ac25-8eabcfdadc1c",
"rebateSupplierChanged": true,
"availableForOrder": true,
"warehouseDirectIndicator": "sample string 109",
"warehouseDirectIndicatorChanged": true,
"productGrade": "sample string 111",
"productType": "sample string 112",
"productGroup": "sample string 113",
"complianceIndicator": "sample string 114",
"inhouseBrand": "sample string 115",
"slowMoving": true,
"generalMerchandise": true,
"comment": "sample string 118",
"lastUpdatedByUser": "sample string 119",
"lastManualUpdatedByUser": "sample string 120",
"lastUpdatedByUserOverride": true,
"lastUpdatedByHost": "2026-06-03T18:36:54.2725054",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "LzTDpb4Qnka90GhLKLW9wQ==",
"hostIdentifierGuid": "a5c3342f-10be-469e-bdd0-684b28b5bdc1",
"serviceFeeID": 1,
"serviceFeeIDChanged": true,
"providerName": "sample string 126",
"aisleEnds": "sample string 127",
"deleted": true,
"deletedChanged": true,
"hidden": true,
"doNotRange": true,
"doNotRangeChanged": true,
"doNotOrder": true,
"doNotOrderChanged": true,
"locked": true,
"excludeFromWebUpdate": true,
"excludeFromWebUpdateChanged": true,
"webPriceBasedOn": 138,
"webPriceRounding": true,
"webMarkup": 140,
"webPriceMode": 141,
"altDepartmentID": 1,
"altSubDepartmentID": 1,
"altMinorDepartmentID": 1,
"altLesserDepartmentID": 1,
"altDeptCode": "sample string 142",
"altSubDeptCode": "sample string 143",
"altMinorDeptCode": "sample string 144",
"altLesserDeptCode": "sample string 145",
"altDepartmentChanged": true,
"storeProducts": [
{
"$ref": "4"
},
{
"$ref": "4"
}
],
"store": {
"$id": "5",
"id": 1,
"isMaster": true,
"isElectedMaster": true,
"electedMasterStoreID": 1,
"isZoneMaster": true,
"shortName": "sample string 3",
"url": "sample string 4",
"sortOrder": 1,
"name": "sample string 5",
"phone": "sample string 6",
"fax": "sample string 7",
"email": "sample string 8",
"address1": "sample string 9",
"address2": "sample string 10",
"city": "sample string 11",
"state": "sample string 12",
"country": "sample string 13",
"postCode": "sample string 14",
"delivery": 1,
"exportAccounts": 1,
"salesAccountFolder": "sample string 15",
"purchaseAccountFolder": "sample string 16",
"initLoad": 1,
"initIDs": 1,
"zoneID": 1,
"actAsMaster": 1,
"lastActiveUtc": "2026-06-03T18:36:54.2725054",
"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": "0LxM5yf0pk2mVEDnHT3j7w==",
"hostIdentifierGuid": "e74cbcd0-f427-4da6-a654-40e71d3de3ef",
"hostName": 1,
"hostAddress": "sample string 27",
"hostUsername": "sample string 28",
"hostPassword": "sample string 29",
"excludeFromLeadInOut": true,
"accountingProvider": 31,
"accountingAddress": "sample string 32",
"accountingUsername": "sample string 33",
"accountingPassword": "sample string 34",
"storeAccountingCode": "sample string 35",
"softwareVariance": 36,
"fuelWarningVariance": 37.0,
"fuelErrorVariance": 38.0,
"fuelAccumulatedWarningVariance": 39.0,
"fuelAccumulatedErrorVariance": 40.0,
"drawManagment": 41,
"endOfDayManagment": true,
"autoFillCashBalancing": true,
"fuelDayVariance": 44,
"accountingTradingTime": "00:00:00.1234567",
"stockActivateProduct": 46,
"defaultOrderDocumentId": 1,
"defaultStockReceiveDocumentId": 1,
"giftCardSalesAccountingDeptCode": "sample string 47",
"transactionDiscountAccountingDeptCode": "sample string 48",
"size": 49,
"updated": "2026-06-03T18:36:54.2725054",
"priceZone": {
"$id": "6",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "CqDCkFsP206xsZHO3K/MFg==",
"hostIdentifierGuid": "90c2a00a-0f5b-4edb-b1b1-91cedcafcc16",
"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": "rYFYlGUs1UKZELpzuXHdWw==",
"hostIdentifierGuid": "945881ad-2c65-42d5-9910-ba73b971dd5b",
"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": "m4cewT0VTU2iLjr0k2SVYQ==",
"identifierGuid": "c11e879b-153d-4d4d-a22e-3af493649561",
"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": "RD1gAAbI3UePBkWQgaMx/w==",
"hostSupplierIdentifierGuid": "00603d44-c806-47dd-8f06-459081a331ff",
"loyaltyPriceLevelIdentifier": "tZHr89XrrUy2bfWMoEqu9A==",
"loyaltyPriceLevelIdentifierGuid": "f3eb91b5-ebd5-4cad-b66d-f58ca04aaef4",
"isGroup": true,
"description": "sample string 22",
"hostProvider": 23,
"hostTypeEnum": 24,
"hostType": "sample string 25",
"hostCode": "sample string 26",
"username": "sample string 27",
"password": "sample string 28",
"passwordPlain": "sample string 29",
"server": "sample string 30",
"url": "sample string 31",
"global": true,
"stateCode": "sample string 33",
"lastCollected": "2026-06-03T18:36:54.2725054",
"lastProcessed": "2026-06-03T18:36:54.2725054",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$id": "11",
"identifier": "R5p4GpuUeEeQB4Fkt17T2A==",
"identifierGuid": "1a789a47-949b-4778-9007-8164b75ed3d8",
"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": "VsOUZ45wYkSIWXHYXjfaWw==",
"primaryContactID": "6794c356-708e-4462-8859-71d85e37da5b",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "uKL3Vdgwp0awuyUK1q/ZyQ==",
"supplierGroupGuid": "55f7a2b8-30d8-46a7-b0bb-250ad6afd9c9",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-06-03T18:36:54.2725054",
"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": "3718792f-5f79-4872-95bc-8339d6f07b0d",
"identifier": "OKqcjWQWUE2BYxACSQAlCw==",
"identifierGuid": "8d9caa38-1664-4d50-8163-10024900250b",
"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": "lH91nu5Mx0GVJNNb+g2oFg==",
"supplierIdentifierGuid": "9e757f94-4cee-41c7-9524-d35bfa0da816",
"contactGuid": "edBniq9iC0e+8FcO17HApQ==",
"contactID": "8a67d079-62af-470b-bef0-570ed7b1c0a5",
"contact": {
"$ref": "12"
},
"supplier": {
"$ref": "11"
}
},
{
"$ref": "13"
}
],
"products": [
{
"$id": "14",
"pluG_UID": "ydlCblG1+0qlNV1to3SsRg==",
"pluGuid": "6e42d9c9-b551-4afb-a535-5d6da374ac46",
"supplierIdentifier": "KcVEMoAqg0ObyewCRQqU/g==",
"supplierIdentifierGuid": "3244c529-2a80-4383-9bc9-ec02450a94fe",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-06-03T18:36:54.2725054",
"pricedByWeight": true,
"landedUnitCostEx": 9,
"landedUnitCostInc": 10,
"landedCartonCostInc": 12,
"landedCartonCostEx": 13,
"standardCost": 14,
"deliveryFee": 1,
"deliveryFeeBasis": "sample string 15",
"pickAndPackFee": 1,
"pickAndPackFeeBasis": "sample string 16",
"financeFee": 1,
"financeFeeBasis": "sample string 17",
"cartonLength": 1,
"cartonWidth": 1,
"cartonHeight": 1,
"palletLayerQuantity": 1,
"palletLayers": 1,
"itemCode": "sample string 18",
"invoiceCode": "sample string 19",
"invoiceDesc": "sample string 20",
"orderDirect": true,
"useCost": true,
"minimumQuantity": 21,
"hostType": 22,
"fromHost": 23,
"minimumReorder": 1,
"maximumReorder": 1,
"orderMultiple": 24.1,
"sellMultiple": 25.1,
"baseMultiple": 26.1,
"hostStandardCost": 27,
"hostTotalCost": 28,
"hostRetail": 29,
"hostLandedUnitCostEx": 30,
"hostLandedUnitCostInc": 31,
"hostDesc": "sample string 32",
"directIndicator": "sample string 33",
"availableToOrder": true,
"hostRangeIndicator": "sample string 35",
"hostProductType": "sample string 36",
"hostProductGrade": "sample string 37",
"hostProductGroup": "sample string 38",
"hostSlowMoving": true,
"hostGeneralMerchandise": true,
"hostPillar": "sample string 41",
"hostLastUpdated": "2026-06-03T18:36:54.2725054",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "15",
"pluG_UID": "HyHIe1S5G0GduoaeYBuO8w==",
"pluGuid": "7bc8211f-b954-411b-9dba-869e601b8ef3",
"supplierIdentifier": "pXBR65tcV0uET8eCukGbDg==",
"supplierIdentifierGuid": "eb5170a5-5c9b-4b57-844f-c782ba419b0e",
"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": "PtXL/bDu+0Okt3pZOKgIsw==",
"parentPluGuid": "fdcbd53e-eeb0-43fb-a4b7-7a5938a808b3",
"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": "LujKz8H9lkuuzSIfxZxCbA==",
"supplierGuid": "cfcae82e-fdc1-4b96-aecd-221fc59c426c",
"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": "G+dFF/+z80OL8+qjIVSANw==",
"supplierGuid": "1745e71b-b3ff-43f3-8bf3-eaa321548037",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"cutOffWeek": 5,
"cutOffDay": 6,
"cutOffTime": "00:00:00.1234567",
"leadTime": 7,
"daysBuffer": 8,
"supplierName": "sample string 9",
"cutOffDate": "2026-06-03T18:36:54.2725054",
"deliveryDate": "2026-06-03T18:36:54.2725054",
"nextCutOffDate": "2026-06-03T18:36:54.2725054",
"nextDeliveryDate": "2026-06-03T18:36:54.2725054",
"nextDaysBuffer": 10
},
{
"$ref": "18"
}
],
"store": {
"$ref": "5"
},
"updated": "2026-06-03T18:36:54.2725054",
"isHost": true
},
"files": [
{
"$id": "19",
"id": "sample string 1",
"fileName": "sample string 2",
"extension": "sample string 3",
"provider": 0,
"type": 0,
"hostType": "sample string 4",
"createdUtc": "2026-06-03T18:36:54.2725054",
"processed": "2026-06-03T18:36:54.2725054",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-06-03T18:36:54.2725054",
"size": 1,
"sizeFormat": "sample string 7",
"isArchive": true,
"customerNumber": "sample string 9",
"businessPillar": "sample string 10",
"fileType": "sample string 11",
"version": "sample string 12",
"reference": "sample string 13",
"digest": "sample string 14",
"contentType": "sample string 15",
"host": {
"$ref": "10"
},
"metcashHeader": {
"$id": "20",
"customerNumber": "sample string 1",
"creationDate": "2026-06-03T18:36:54.2725054",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "19"
}
],
"zoneMatrix": [
{
"$id": "21",
"id": 1,
"hostIdentifier": "T0A/c8da9E6S3E7S7AY31Q==",
"hostIdentifierGuid": "733f404f-5ac7-4ef4-92dc-4ed2ec0637d5",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"5215e079-f406-4c03-9b41-447a5225808e",
"4a9c0e55-ab46-4477-b99c-81436d462de7"
]
},
{
"$ref": "21"
}
],
"hostFileStoreSetting": {
"$ref": "9"
},
"hostStoreSettings": [
{
"$ref": "9"
},
{
"$ref": "9"
}
],
"promotionPlacements": [
{
"$id": "22",
"identifier": "oWfOOIJYg0WoQ+eyvvCt4g==",
"identifierGuid": "38ce67a1-5882-4583-a843-e7b2bef0ade2",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "22"
}
],
"promoTypeGuids": [
"a8f17746-2623-4fa3-b8b8-e4cbc36ba9ca",
"f69d114a-a49e-4bd5-84c9-44a2343880da"
],
"isPromotionOnly": false,
"isOrderable": false,
"vendor": 0
},
"groupIDs": [
1,
2
],
"hostDescription": "sample string 27"
},
{
"$ref": "9"
}
],
"accounts": [
{
"$id": "23",
"id": 1,
"storeID": 1,
"accountName": "sample string 2",
"bsb": "sample string 3",
"accountNumber": "sample string 4",
"accountDesignated": true
},
{
"$ref": "23"
}
],
"sales": [
{
"$id": "24",
"id": 1,
"storeID": 1,
"externalSalesType": 2,
"ftpSiteID": 1,
"lastSaleProcessed": "2026-06-03T18:36:54.2725054",
"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": "f2ea6cb9-f6bc-4419-8a9b-44479962dfa4",
"updateStore": {
"$id": "28",
"id": "647b8e96-529b-4a62-bc3a-cf694d7c4c7a",
"name": "sample string 1",
"lastActivity": "2026-06-03T18:36:54.2725054",
"zone": "sample string 2",
"timeZoneOffset": 0.0,
"businessHoursStart": "00:00:00.1234567",
"businessHoursEnd": "00:00:00.1234567",
"master": true,
"lastIP": "sample string 10",
"lastHostName": "sample string 11",
"ping": 1,
"pingStatus": "sample string 12",
"lastUpdateCompleted": "2026-06-03T18:36:54.2725054"
},
"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": "pJRt5Y+Gd0KXvn13zUtJbg==",
"pluGuid": "e56d94a4-868f-4277-97be-7d77cd4b496e",
"plu": 1,
"storeID": 1,
"zoneID": 2,
"zoneName": "sample string 3",
"store": "sample string 4",
"isElectedMasterStore": true,
"isZoneMasterStore": true,
"priceNow": 7,
"costNow": 8,
"costNowDecimals": 9,
"normalPrice": 10,
"priceNext": 1,
"costNext": 1,
"costNextDecimals": 11,
"nextCampaignName": "sample string 12",
"gstPercent": 13,
"normalCost": 14,
"normalCostDecimals": 15,
"costGstPercent": 16,
"costCalcMethod": 1,
"currentCost": 17,
"currentCostDecimals": 18,
"break1": 19,
"price1": 20,
"break2": 21,
"price2": 22,
"break3": 23,
"price3": 24,
"fuelItem": 25,
"fixedWeight": 26,
"active": true,
"complianceIndicator": "sample string 27",
"doNotOrder": true,
"doNotRange": true,
"isNormalPriceChangesCampaign": true,
"updated": "2026-06-03T18:36:54.2725054"
},
{
"$ref": "30"
}
],
"currentPrices": {
"$id": "31",
"pluPrices": {
"$id": "32",
"plu": 1,
"pluG_UID": "QEA=",
"stores": [
1,
2
],
"normalPrice": 1,
"cost": 2,
"break1": 3,
"price1": 4,
"break2": 5,
"price2": 6,
"break3": 7,
"price3": 8,
"discountPrice": 9,
"memberDiscountPrice": 10,
"acceptedUtc": "2026-06-03T18:36:54.2725054",
"priceChangeType": 0,
"costDecimals": 11,
"costCalcMethod": 12,
"targetCampaignPriceGtOrEquNormal": true
},
"normalPluPrices": {
"$ref": "32"
},
"winningCampaign": 1,
"winner": {
"$id": "33",
"campaignName": "sample string 1",
"campaignDescription": "sample string 2",
"talkerText": "sample string 3",
"disableWasSave": true,
"startDate": "2026-06-03T18:36:54.2725054",
"startTime": 5,
"endDate": "2026-06-03T18:36:54.2725054",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "IBIZnvCKf0CuHkmx/6bvtw==",
"hostIdentifierGuid": "9e191220-8af0-407f-ae1e-49b1ffa6efb7",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "33"
},
{
"$ref": "33"
}
]
},
"tray": {
"$id": "34",
"g_UId": "aUXDfptGa0uQuAKjUuUUYw==",
"guid": "7ec34569-469b-4b6b-90b8-02a352e51463",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "35",
"priceGroupG_UID": "eBScUqA8RkK6ezDSjn8flw==",
"priceGroupGuid": "529c1478-3ca0-4246-ba7b-30d28e7f1f97",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-06-03T18:36:54.2725054",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "4"
},
{
"$ref": "4"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "36",
"pluG_UID": "Bivkh5+SfkKNFo+rTCcUxA==",
"pluGuid": "87e42b06-929f-427e-8d16-8fab4c2714c4",
"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": "21c8d7f6-42cb-429b-9ea8-62b4ce4f27c9",
"created": "2026-06-03T18:36:54.2725054",
"createdByUser": "sample string 1",
"activated": "2026-06-03T18:36:54.2725054",
"activatedByUser": "sample string 2",
"deactivated": "2026-06-03T18:36:54.2725054",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-06-03T18:36:54.2725054",
"lastOrderedQty": 4.0,
"lastReceived": "2026-06-03T18:36:54.2725054",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-06-03T18:36:54.2725054",
"lastSold": "2026-06-03T18:36:54.2725054",
"firstSold": "2026-06-03T18:36:54.2725054",
"awsUpdated": "2026-06-03T18:36:54.2725054",
"lastManualUpdate": "2026-06-03T18:36:54.2725054",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-06-03T18:36:54.2725054",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-06-03T18:36:54.2725054",
"doNotRangeUpdated": "2026-06-03T18:36:54.2725054",
"doNotOrderUpdated": "2026-06-03T18:36:54.2725054",
"tracked": "2026-06-03T18:36:54.2725054"
},
"allergens": [
{
"$id": "38",
"primaryKey": {
"$id": "39",
"pluGuid": "437145f9-baff-443d-a8e5-456c4365888d",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "+UVxQ/+6PUSo5UVsQ2WIjQ==",
"pluGuid": "437145f9-baff-443d-a8e5-456c4365888d",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "38"
}
],
"costs": {
"$id": "40",
"pluG_UID": "ipVbhPO9QUebs9+fNptvpw==",
"pluGuid": "845b958a-bdf3-4741-9bb3-df9f369b6fa7",
"enteredCost": 1,
"weightedAvgCost": 1,
"lastCost": 1,
"rawEnteredCost": 2,
"rawWeightedAvgCost": 3,
"rawLastCost": 4,
"freight": 5.0,
"freightType": 6,
"costDecimals": 7,
"fifoCost": 1,
"updated": "2026-06-03T18:36:54.2725054",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "41",
"saleHeaderID": 1,
"created": "2026-06-03T18:36:54.2725054",
"createdLocal": "2026-06-03T18:36:54.2725054",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "432kazgacke0Ms34bpbfkQ==",
"operatorGuid": "6ba47de3-1a38-4772-b432-cdf86e96df91",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "WEsUk4QS90qG7+nFU5XBTw==",
"pluGuid": "93144b58-1284-4af7-86ef-e9c55395c14f",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$id": "42",
"id": 1,
"g_Uid": "oLUYvtOnKkKCFp+2fusozA==",
"guid": "be18b5a0-a7d3-422a-8216-9fb67eeb28cc",
"operatorNumber": 1,
"shortName": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"password": "sample string 5",
"hasPassword": true,
"passwordText": "sample string 6",
"rfidTagID": "sample string 7",
"blueprintID": 1,
"groupID": 1,
"groupName": "sample string 8",
"managerGroupID": 1,
"managerGroupName": "sample string 9",
"zoneID": 1,
"zoneName": "sample string 10",
"loggedIn": 1,
"lastUsedIP": "sample string 11",
"deleted": true,
"locked": true,
"allowOpenTill": true,
"webEmail": "sample string 14",
"simpleOperatorType": 0,
"webRole": "sample string 15",
"updated": "2026-06-03T18:36:54.2725054",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-06-03T18:36:54.2725054",
"endShift": "2026-06-03T18:36:54.2725054",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "43",
"operatorG_UID": "bGZ1r5Odo06ENTXqvtSoQw==",
"operatorGuid": "af75666c-9d93-4ea3-8435-35eabed4a843",
"storeID": 2,
"operator": {
"$ref": "42"
},
"store": {
"$ref": "5"
}
},
{
"$ref": "43"
}
]
}
},
{
"$ref": "41"
}
],
"apns": [
{
"$id": "44",
"pluID": 1,
"pluG_UID": "UOtUhb8/pU2WNj1O/6PfUw==",
"pluGuid": "8554eb50-3fbf-4da5-9636-3d4effa3df53",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "44"
}
],
"tuns": [
{
"$id": "45",
"pluG_UId": "rY0vtdfGeUmB6weowSCZuA==",
"pluGuid": "b52f8dad-c6d7-4979-81eb-07a8c12099b8",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "4"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "45"
}
],
"competitionPricing": [
{
"$id": "46",
"identifier": "KqtexHUItECMz1+LOblJOA==",
"identifierGuid": "c45eab2a-0875-40b4-8ccf-5f8b39b94938",
"pluG_UID": "9cBsIUNutEOMXOQ6EGDGyg==",
"pluGuid": "216cc0f5-6e43-43b4-8c5c-e43a1060c6ca",
"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": "TP/bDi0GN06c8RQm2zHAQw==",
"groupName": "sample string 1",
"identifierGuid": "0edbff4c-062d-4e37-9cf1-1426db31c043",
"exists": true,
"flipChartIdentifier": "Elj4BFPl50i1iTRQulOMRw==",
"flipChartIdentifierGuid": "04f85812-e553-48e7-b589-3450ba538c47",
"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": "bDNFFD3pWkq03IYivA9hJA==",
"groupIdentifierGuid": "1445336c-e93d-4a5a-b4dc-8622bc0f6124",
"flipChart": {
"$id": "48",
"identifier": "PUboBMhVg0WdY6rNDi/TrA==",
"identifierGuid": "04e8463d-55c8-4583-9d63-aacd0e2fd3ac",
"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": "SgF8JC6p1kurA5A1hLTv0w==",
"identifierGuid": "247c014a-a92e-4bd6-ab03-903584b4efd3",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "50",
"id": 1,
"g_UID": "2vH67BM+6UKkaD+/ULqGQg==",
"guid": "ecfaf1da-3e13-42e9-a468-3fbf50ba8642",
"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": "KxZz1UB/2Uu4CDUW4X35oQ==",
"previousFormGuid": "d573162b-7f40-4bd9-b808-3516e17df9a1",
"nextForm": 1,
"nextFormG_UID": "JPfCKOm3CkWS747G+A3dYQ==",
"nextFormGuid": "28c2f724-b7e9-450a-92ef-8ec6f80ddd61",
"attributes": "sample string 10",
"updated": "2026-06-03T18:36:54.2725054",
"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": "z91ENckPyU6vnGdAmButNQ==",
"checkoutFormGuid": "3544ddcf-0fc9-4ec9-af9c-6740981bad35",
"identifier": "CvAmC608GkelP8gOjulc3Q==",
"identifierGuid": "0b26f00a-3cad-471a-a53f-c80e8ee95cdd",
"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": "Dic/xkV6HUiNbX3Z129Zsg==",
"valueGuid": "c63f270e-7a45-481d-8d6d-7dd9d76f59b2",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-06-03T18:36:54.2725054",
"action": "sample string 12",
"valueForm": {
"$ref": "50"
},
"image": {
"$id": "52",
"name": "sample string 3.sample string 4",
"imageID": 2,
"imageName": "sample string 3",
"imageExtension": "sample string 4",
"lastUpdate": "2026-06-03T18:36:54.2725054",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "51"
}
],
"panels": [
{
"$id": "53",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "GYrvwYoVoE63vHtYK02fFw==",
"checkoutFormGuid": "c1ef8a19-158a-4ea0-b7bc-7b582b4d9f17",
"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": "rFbCwBHu9069ylXPyponIw==",
"flipChartPageIdentifierGuid": "c0c256ac-ee11-4ef7-bdca-55cfca9a2723",
"pluG_UID": "rKBAy5sh1EatuRjo8JANKQ==",
"pluGuid": "cb40a0ac-219b-46d4-adb9-18e8f0900d29",
"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": "SMeGqf/hHEK1AEWQ4cXfvg==",
"pluGuid": "a986c748-e1ff-421c-b500-4590e1c5dfbe",
"price": 1,
"costCalcMethod": 1,
"cost": 2,
"weightedAvgCost": 3,
"lastCost": 4,
"rawCost": 5,
"rawWeightedAvgCost": 6,
"rawLastCost": 7,
"costDecimals": 8,
"serviceFeeID": 9,
"freight": 10.0,
"freightType": 11,
"process": "sample string 12",
"user": "sample string 13",
"updated": "2026-06-03T18:36:54.2725054",
"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": "zolFtG3EOEKrw38H+cdECQ==",
"ingredientGuid": "yepOw40Ya0O8kpf0437EYQ==",
"ingredientIdentifier": "c34eeac9-188d-436b-bc92-97f4e37ec461",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "4"
}
},
{
"$ref": "56"
}
],
"bins": [
{
"$id": "57",
"pluG_UID": "XRrhVBoxYEW3r+ZUOBbIIA==",
"pluGuid": "54e11a5d-311a-4560-b7af-e6543816c820",
"shelfLocationIdentifier": "VWbd/osZPkayLglcUo2gTA==",
"shelfLocationGuid": "fedd6655-198b-463e-b22e-095c528da04c",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "yfSfL3cQzk2xq5vdtB98Cw==",
"labelPageLayoutGuid": "2f9ff4c9-1077-4dce-b1ab-9bddb41f7c0b",
"updated": "2026-06-03T18:36:54.2725054",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "4"
},
"location": {
"$id": "58",
"identifier": "HakgduU1TEqGHPHXxF3fyA==",
"storeID": 1,
"identifierGuid": "7620a91d-35e5-4a4c-861c-f1d7c45ddfc8",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-06-03T18:36:54.2725054",
"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": "WF2f+6Ns0k2RBq4LHfXD/Q==",
"pluGuid": "fb9f5d58-6ca3-4dd2-9106-ae0b1df5c3fd",
"deptNo": 1,
"product": {
"$ref": "4"
},
"scaleLocation": {
"$id": "60",
"id": 1,
"deptNo": 1,
"deptCode": "sample string 2",
"name": "sample string 3",
"enabled": true,
"updated": "2026-06-03T18:36:54.2725054",
"department": {
"$id": "61",
"id": 1,
"name": "sample string 2",
"code": "sample string 3",
"sortOrder": 4,
"isLiquor": true,
"isTobacco": true,
"excludeTalker": true,
"externalSales": true,
"saleGLCode": "sample string 9",
"cogsglCode": "sample string 10",
"accountingCategoryID": 11,
"maximumMarkdownPercentage": 12.0,
"accountingOnly": true,
"generateExternalID": 1,
"useNonReportableTaxCode": true,
"minPLU": 15,
"maxPLU": 16,
"scaleLocation": {
"$ref": "60"
},
"subDepartments": [
{
"$id": "62",
"id": 1,
"departmentID": 2,
"name": "sample string 3",
"code": "sample string 4",
"departmentCode": "sample string 5",
"externalSales": true,
"minorDepartments": [
{
"$id": "63",
"id": 1,
"subDepartmentID": 2,
"departmentID": 3,
"name": "sample string 4",
"subDepartmentCode": "sample string 5",
"departmentCode": "sample string 6",
"code": "sample string 7",
"lesserDepartments": [
{
"$id": "64",
"id": 1,
"departmentID": 2,
"subDepartmentID": 3,
"minorDepartmentID": 4,
"name": "sample string 5",
"code": "sample string 6",
"departmentCode": "sample string 7",
"subDepartmentCode": "sample string 8",
"minorDepartmentCode": "sample string 9",
"updated": "2026-06-03T18:36:54.2725054",
"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": "/AaSYQ24kEq1L631Ttoneg==",
"labelPageLayoutGuid": "619206fc-b80d-4a90-b52f-adf54eda277a",
"minimumAge": 17,
"countryOfOrigin": "sample string 18",
"serviceFeeID": 1,
"eftCode": 19,
"defaultPrinter": "sample string 20",
"defaultPrinterGroup": "sample string 21",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"includeInDistinctLimit": true,
"defaultsEmpty": false,
"mscCat": {
"$id": "65",
"dept": 1,
"category": 2,
"name": "sample string 3",
"active": true,
"mscCommodities": [
{
"$id": "66",
"dept": 1,
"category": 2,
"commodity": 3,
"name": "sample string 4",
"active": true,
"mscSubCommodities": [
{
"$id": "67",
"dept": 1,
"category": 2,
"commodity": 3,
"subCommodity": 4,
"name": "sample string 5",
"active": true,
"subCommodityCode": "sample string 7"
},
{
"$ref": "67"
}
],
"commodityCode": "sample string 6"
},
{
"$ref": "66"
}
],
"categoryCode": "sample string 5"
},
"mscCom": {
"$ref": "66"
},
"mscDep": {
"$id": "68",
"dept": 1,
"name": "sample string 2",
"active": true,
"mscCategories": [
{
"$ref": "65"
},
{
"$ref": "65"
}
],
"deptCode": "sample string 4"
},
"mscSubCom": {
"$ref": "67"
}
},
{
"$ref": "64"
}
],
"updated": "2026-06-03T18:36:54.2725054",
"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": "rMSfaVMNBkCg7QDwgPdQMA==",
"labelPageLayoutGuid": "699fc4ac-0d53-4006-a0ed-00f080f75030",
"minimumAge": 15,
"countryOfOrigin": "sample string 16",
"serviceFeeID": 1,
"eftCode": 17,
"defaultPrinter": "sample string 18",
"defaultPrinterGroup": "sample string 19",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"includeInDistinctLimit": true,
"defaultsEmpty": false,
"mscCat": {
"$ref": "65"
},
"mscCom": {
"$ref": "66"
},
"mscDep": {
"$ref": "68"
},
"mscSubCom": {
"$ref": "67"
}
},
{
"$ref": "63"
}
],
"investmentBuyOverride": true,
"updated": "2026-06-03T18:36:54.2725054",
"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": "GC/rpDFAY0avnEciPULLBA==",
"labelPageLayoutGuid": "a4eb2f18-4031-4663-af9c-47223d42cb04",
"minimumAge": 15,
"countryOfOrigin": "sample string 16",
"serviceFeeID": 1,
"eftCode": 17,
"defaultPrinter": "sample string 18",
"defaultPrinterGroup": "sample string 19",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"includeInDistinctLimit": true,
"defaultsEmpty": false,
"mscCat": {
"$ref": "65"
},
"mscCom": {
"$ref": "66"
},
"mscDep": {
"$ref": "68"
},
"mscSubCom": {
"$ref": "67"
}
},
{
"$ref": "62"
}
],
"stores": [
1,
2
],
"investmentBuyOverride": true,
"updated": "2026-06-03T18:36:54.2725054",
"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": "q81Ka4SftU69pA4iO3Lcdg==",
"labelPageLayoutGuid": "6b4acdab-9f84-4eb5-bda4-0e223b72dc76",
"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:36:54.2725054",
"dealCosts": [
{
"$id": "69",
"headerIdentifier": "57z/s6R4u0CdiU3DRKZSKw==",
"headerIdentifierGuid": "b3ffbce7-78a4-40bb-9d89-4dc344a6522b",
"identifier": "L7fBLz15ik6HyxZwQEYwDQ==",
"identifierGuid": "2fc1b72f-793d-4e8a-87cb-16704046300d",
"supplierIdentifier": "S1mA19CYCkmmHJJHcYFNGA==",
"supplierGuid": "d780594b-98d0-490a-a61c-924771814d18",
"pluG_UID": "8iaYFcBsV06aXcCRPdnezQ==",
"pluGuid": "159826f2-6cc0-4e57-9a5d-c0913dd9decd",
"campaignName": "ceff8211-ae58-4063-9d34-a11dbf86bedb",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-06-03T18:36:54.2725054",
"end": "2026-06-03T18:36:54.2725054",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "pKNgAYoXnkCqDAAAdDSBRw==",
"bonusItemPluGuid": "0160a3a4-178a-409e-aa0c-000074348147",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-06-03T18:36:54.2725054",
"metcashPromotionID": "sample string 14",
"fromHost": 15,
"storeNames": "sample string 16",
"storeIDs": [
1,
2
],
"supplierName": "sample string 17",
"campaignDescription": "sample string 18",
"newPrice": 1,
"campaignMetcashPromotionID": "sample string 19",
"campaignActive": true,
"campaignStartDate": "2026-06-03T18:36:54.2725054",
"campaignEndDate": "2026-06-03T18:36:54.2725054",
"masterPLUG_UID": "3dhDDQyAGk2e8hMHzseAOw==",
"masterID": "0d43d8dd-800c-4d1a-9ef2-1307cec7803b",
"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": "wlbriEN1ok+kJTDo5Es2Dw==",
"bonusMasterID": "88eb56c2-7543-4fa2-a425-30e8e44b360f",
"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": "kJTsRX1TikOIUOHFbZFrzg==",
"pluGuid": "45ec9490-537d-438a-8850-e1c56d916bce",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "70"
}
],
"alternateProductG_UID": "G1tCSO+YnkqIhJvkGOCF5A==",
"alternateProduct": "48425b1b-98ef-4a9e-8884-9be418e085e4",
"altProduct": {
"$ref": "4"
},
"productHostCode": {
"$id": "71",
"id": 1,
"pluG_UID": "i1Knlb/ZBkWxAdUp+O/zqA==",
"pluGuid": "95a7528b-d9bf-4506-b101-d529f8eff3a8",
"ibaCode": "sample string 2"
},
"mscCat": {
"$ref": "65"
},
"mscCom": {
"$ref": "66"
},
"mscDep": {
"$ref": "68"
},
"mscSubCom": {
"$ref": "67"
},
"isUserUpdate": true,
"ignoreMasterProduct": true,
"priceGroupLabelRequested": true,
"firstSold": "2026-06-03T18:36:54.2725054",
"inventoryTracked": "2026-06-03T18:36:54.2725054",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "72",
"pluG_UID": "mAgIyjiIak+/ZbcwyPXrbw==",
"pluGuid": "ca080898-8838-4f6a-bf65-b730c8f5eb6f",
"fuelPluG_UID": "z1h7vWzFy0KrNGLWDunp0A==",
"fuelPluGuid": "bd7b58cf-c56c-42cb-ab34-62d60ee9e9d0",
"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": "7gjuZOJEBECOeDnC72/nbQ==",
"pluGuid": "64ee08ee-44e2-4004-8e78-39c2ef6fe76d",
"hostOfferID": 1,
"priceGroupG_UID": "+hRyuBQOPUammbdokwl6PQ==",
"priceGroupGuid": "b87214fa-0e14-463d-a699-b76893097a3d",
"fuelItem": true,
"pluName": "sample string 6",
"apn": "sample string 7",
"pluActive": true,
"cartonQty": 1,
"baseUnits": 9.1,
"cri": "sample string 10",
"salesMode": 1,
"orderPacked": 11,
"pluaws": 12.0,
"directNumber": "sample string 13",
"departmentName": "sample string 14",
"subDepartmentName": "sample string 15",
"priceGroupName": "sample string 16",
"supplierName": "sample string 17",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-06-03T18:36:54.2725054",
"rrp": 18,
"campaignDescription": "sample string 19",
"product": {
"$ref": "4"
},
"campaign": {
"$ref": "1"
}
},
{
"$ref": "73"
}
],
"sellingRules": [
{
"$id": "74",
"id": 1,
"identifier": "JMEDdEnAikuRmvx+JyuL/w==",
"identifierStr": "JMEDdEnAikuRmvx+JyuL/w==",
"identifierGuid": "7403c124-c049-4b8a-919a-fc7e272b8bff",
"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": "kRswMf2gJk+NUhoQP3nmbQ==",
"customerIDGuid": "31301b91-a0fd-4f26-8d52-1a103f79e66d",
"campaign": {
"$ref": "1"
},
"customer": {
"$id": "76",
"identifier": "4Dm8rg74hkm2fpib1qs6Hg==",
"identifierGuid": "aebc39e0-f80e-4986-b67e-989bd6ab3a1e",
"code": "sample string 2",
"familyName": "sample string 3",
"givenName": "sample string 4",
"otherName": "sample string 5",
"title": "sample string 6",
"dateOfBirth": "2026-06-03T18:36:54.2725054",
"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": "DhiqMD5M0ECY2ZILaZtmeg==",
"communityIdentifierGuid": "30aa180e-4c3e-40d0-98d9-920b699b667a",
"joined": "2026-06-03T18:36:54.2725054",
"updated": "2026-06-03T18:36:54.2725054",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "S1V03x8XEkWaqin7LQ5SOw==",
"priceLevelIdentifierGuid": "df74554b-171f-4512-9aaa-29fb2d0e523b",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-06-03T18:36:54.2725054",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "77",
"cardType": 2,
"issueDate": "2026-06-03T18:36:54.2725054",
"expiry": "2026-06-03T18:36:54.2725054",
"customerID": "s+MDNnNRUUay7qxpRZQTTQ==",
"customerIDGuid": "3603e3b3-5173-4651-b2ee-ac694594134d",
"initialValue": 1,
"currentValue": 1,
"maxLimit": 1,
"minTransaction": 1,
"maxTransaction": 1,
"multiplier": 1.1,
"active": true,
"reasonInactive": 1,
"idRequired": true,
"idType": 1,
"idValue": "sample string 5",
"updated": "2026-06-03T18:36:54.2725054",
"linkedAccount": "dXdVAmXUy0SGSN4pZS0PFA==",
"linkedAccountGuid": "02557775-d465-44cb-8648-de29652d0f14",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "76"
},
"account": {
"$id": "78",
"id": 1,
"identifier": "sxDerkc9zEqBQCNs9Gw1GA==",
"identifierGuid": "aede10b3-3d47-4acc-8140-236cf46c3518",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-06-03T18:36:54.2725054",
"owner": "O9xDJ+edoU6bXvOj2ZJ0Lw==",
"ownerGuid": "2743dc3b-9de7-4ea1-9b5e-f3a3d992742f",
"accountStoreGroupIdentifier": "NQhT4ZZmqUWvmZV7DpkjdQ==",
"accountStoreGroupGuid": "e1530835-6696-45a9-af99-957b0e992375",
"accountType": 1,
"currentBalance": 1,
"externalID": "sample string 7",
"maximumLimit": 1,
"accruePoints": true,
"loyaltyPoints": 1,
"termsOfTrade": 1,
"signatureRequired": true,
"referenceRequired": true,
"statementSendType": 10,
"ageingPeriod": 1,
"monthlyAgeingPeriod": true,
"explodedInvoice": true,
"isFifoAllocation": true,
"lastStatementSent": "2026-06-03T18:36:54.2725054",
"active": true,
"updated": "2026-06-03T18:36:54.2725054",
"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": "8ESJdfA/I0m/69SEbf+f5Q==",
"identifierGuid": "758944f0-3ff0-4923-bfeb-d4846dff9fe5",
"name": "sample string 2",
"primaryContact": "Zcys/DBdfkyb4RbI9ePHhQ==",
"primaryContactGuid": "fcaccc65-5d30-4c7e-9be1-16c8f5e3c785",
"accountID": "2ApT2WsVOk6ROm0I6KqCng==",
"accountIDGuid": "d9530ad8-156b-4e3a-913a-6d08e8aa829e",
"special": true,
"updated": "2026-06-03T18:36:54.2725054",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "khBcnSx05UC9S068FfLCZg==",
"priceLevelIdentifierGuid": "9d5c1092-742c-40e5-bd4b-4ebc15f2c266",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "78"
},
"primaryContactCustomer": {
"$ref": "76"
},
"customerGroupMembers": [
{
"$id": "81",
"id": 1,
"groupID": "BC20urB7k0qYCcZXBFCCwQ==",
"groupIDGuid": "bab42d04-7bb0-4a93-9809-c657045082c1",
"customerID": "hfwmOjn75kqScK5Fx1CCUA==",
"customerIDGuid": "3a26fc85-fb39-4ae6-9270-ae45c7508250",
"card": "sample string 4",
"linkedAccount": "N78nF80we0GCiZ8uyGA8uw==",
"linkedAccountGuid": "1727bf37-30cd-417b-8289-9f2ec8603cbb",
"customer": {
"$ref": "76"
},
"group": {
"$ref": "80"
},
"customerCard": {
"$ref": "77"
}
},
{
"$ref": "81"
}
]
},
{
"$ref": "80"
}
]
},
"payments": [
{
"$id": "82",
"id": 1,
"identifier": "HZpcxO8kSkmGCGkkSxyJdA==",
"identifierGuid": "c45c9a1d-24ef-494a-8608-69244b1c8974",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "cpuEtIGOk0uJ4ibOQdWTcg==",
"accountIDGuid": "b4849b72-8e81-4b93-89e2-26ce41d59372",
"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:36:54.2725054",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "yC71291ObUitxWrSkhSeyQ==",
"idempotentVoidGuid": "dbf52ec8-4edd-486d-adc5-6ad292149ec9",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "83",
"saleHeaderID": 1,
"saleHeaderGuid": "UZfbiqCsu0WrefE9Mperpg==",
"saleHeaderIdentifierGuid": "8adb9751-aca0-45bb-ab79-f13d3297aba6",
"created": "2026-06-03T18:36:54.2725054",
"createdLocal": "2026-06-03T18:36:54.2725054",
"createdText": "sample string 4",
"itemCount": 5,
"totalAmount": 6,
"cashTender": 1,
"cardTender": 1,
"cheqTender": 1,
"acctTender": 1,
"voucherTender": 1,
"loyaltyPoints": 1,
"cashout": 1,
"changeAmount": 1,
"rounding": 1,
"gstAmount": 1,
"transactionDiscountTender": 1,
"totalTip": 7,
"tranType": 1,
"processed": 1,
"imported": "2026-06-03T18:36:54.2725054",
"storeID": 1,
"operatorG_Uid": "oxhv9oZwWUuRQTk3nnenhQ==",
"operatorGuid": "f66f18a3-7086-4b59-9141-39379e77a785",
"customerG_Uid": "Mj9XACzaREKuyp13xtQlQQ==",
"customerGuid": "00573f32-da2c-4244-aeca-9d77c6d42541",
"communityIdentifier": "Co8urn5fP0KK+zgjhVZvdw==",
"communityIdentifierGuid": "ae2e8f0a-5f7e-423f-8afb-382385566f77",
"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": "XaHHvy+nUE23BIqfD//Eqw==",
"priceLevelIdentifierGuid": "bfc7a15d-a72f-4d50-b704-8a9f0fffc4ab",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-06-03T18:36:54.2725054+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:36:54.2725054",
"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": "gbAqVS96v0upC84MQq89SQ==",
"identifierGuid": "552ab081-7a2f-4bbf-a90b-ce0c42af3d49",
"name": "sample string 3",
"lookupIdentifier": "sample string 4",
"externalID": "sample string 5",
"phone": "sample string 6",
"fax": "sample string 7",
"email": "sample string 8",
"address1": "sample string 9",
"address2": "sample string 10",
"city": "sample string 11",
"postCode": "sample string 12",
"state": "sample string 13",
"country": "sample string 14",
"abn": "sample string 15",
"promoPeriodStart": "2026-06-03T18:36:54.2725054",
"promoPeriodEnd": "2026-06-03T18:36:54.2725054",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-06-03T18:36:54.2725054",
"deleted": true
},
"details": [
{
"$id": "86",
"saleItemID": 1,
"identifier": "lcxLy7RCmE+ITP3r+L9Cow==",
"identifierGuid": "cb4bcc95-42b4-4f98-884c-fdebf8bf42a3",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "Aq22FcTsEku+AllFOs8jUQ==",
"pluGuid": "15b6ad02-ecc4-4b12-be02-59453acf2351",
"accountID": "KyKulY01bU6S8YAX9xyzIg==",
"accountIDGuid": "95ae222b-358d-4e6d-92f1-8017f71cb322",
"normalPrice": 3,
"originalSellingPrice": 4,
"discountPrice": 5,
"unit": 1,
"quantity": 6,
"totalCents": 7,
"fixedPrice": 1,
"tranType": 1,
"discountType": 1,
"cost": 1,
"costDecimals": 8,
"markdown": 1,
"manualQuantity": 1,
"manualPrice": 1,
"manualMode": 1,
"active": 1,
"offline": true,
"barcode": "sample string 9",
"keyedSale": 1,
"discountedID": 1,
"fuelID": 1,
"serialNumber": "sample string 10",
"bestOrExpire": "2026-06-03T18:36:54.2725054",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "FE2VA+q6hUKuvQt0Z5GDKA==",
"refundGuid": "03954d14-baea-4285-aebd-0b7467918328",
"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": "SfqK6ZXwsE2mctdmfREGHA==",
"idempotentVoidGuid": "e98afa49-f095-4db0-a672-d7667d11061c",
"priceLevelIdentifier": "NqtIAkbLQEarLy7+c6Py6Q==",
"priceLevelIdentifierGuid": "0248ab36-cb46-4640-ab2f-2efe73a3f2e9",
"communityIdentifier": "UAtSq1R9KkWcgLNZRyb3Ew==",
"communityIdentifierGuid": "ab520b50-7d54-452a-9c80-b3594726f713",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "87",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-06-03T18:36:54.2725054",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "87"
}
],
"refund": {
"$id": "88",
"id": 1,
"g_UID": "dLX4nJQ7q0mcwjGdo7q9JQ==",
"guid": "9cf8b574-3b94-49ab-9cc2-319da3babd25",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-06-03T18:36:54.2725054"
},
"modifier": {
"$id": "89",
"id": 1,
"setG_UID": "OE7fMPwH7keHlo0XClyj4A==",
"modifierSetGuid": "30df4e38-07fc-47ee-8796-8d170a5ca3e0",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "RYFO+MW+OEi7UP8Frq9AJA==",
"pluGuid": "f84e8145-bec5-4838-bb50-ff05aeaf4024",
"deleted": true,
"g_UID": "jHsHn2iADEGxzaq4ferBZQ==",
"guid": "9f077b8c-8068-410c-b1cd-aab87deac165",
"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": "yUtiiJYmw0eGseRF+YGrLQ==",
"pluGuid": "88624bc9-2696-47c3-86b1-e445f981ab2d",
"saleHeaderID": 2,
"totalCents": 3,
"grade": 1,
"gradeDescription": "sample string 4",
"dispenser": 1,
"hose": 1,
"quantity": 1,
"cost": 1,
"acquirerNum": 1,
"attendant": 1,
"ePurseBalance": 1.0,
"cardSignature": "sample string 5",
"compartmentNumber": 1,
"contractNumber": 1,
"discountCardPAN": "sample string 6",
"discountID": 1,
"discountName": "sample string 7",
"discountNetValue": 1.0,
"discountType": 1,
"discountValue": 1.0,
"discretionaryData": "sample string 8",
"driverID": "sample string 9",
"eftBatchNumber": 1,
"eftResponseCode": "sample string 10",
"endDateTime": "2026-06-03T18:36:54.2725054",
"engineHours": 1.1,
"fposNumber": 1,
"loyaltyCardPAN": "sample string 11",
"miscData1": 1,
"miscData2": "sample string 12",
"miscFlags": 1,
"mop": 1,
"odometer": 1,
"panNumber": "sample string 13",
"saleRefund": true,
"saleStatus": 1,
"sequenceNumber": 1,
"stan": 1,
"startDateTime": "2026-06-03T18:36:54.2725054",
"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": "igl/6y/VKU2B12eEVn8MwQ==",
"pluGuid": "eb7f098a-d52f-4d29-81d7-6784567f0cc1",
"accountID": "o+SITGmRtkKkTBx3/dowtw==",
"accountIDGuid": "4c88e4a3-9169-42b6-a44c-1c77fdda30b7",
"normalPrice": 3,
"originalSellingPrice": 4,
"discountPrice": 5,
"unit": 1,
"quantity": 6,
"totalCents": 7,
"fixedPrice": 1,
"tranType": 1,
"processed": 1,
"discountType": 1,
"cost": 1,
"costDecimals": 1,
"markdown": 1,
"manualQuantity": 1,
"manualPrice": 1,
"manualMode": 1,
"active": 1,
"barcode": "sample string 8",
"offline": 1,
"keyedSale": 1,
"discountedID": 1,
"fuelID": 1,
"serialNumber": "sample string 9",
"bestOrExpire": "2026-06-03T18:36:54.2725054",
"bestOrExpireType": 1,
"refundG_UID": "3CzIIaZSv06PlDLfxZsLJw==",
"refundGuid": "21c82cdc-52a6-4ebf-8f94-32dfc59b0b27",
"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": "YT5E2lWjhkyRDc34HSjesw==",
"identifierGuid": "da443e61-a355-4c86-910d-cdf81d28deb3",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "XeGIdhHbhku6+BafI+WUsQ==",
"customerIdentifierGuid": "7688e15d-db11-4b86-baf8-169f23e594b1",
"operatorNo": 1,
"operatorG_UID": "YF3HUaU9eEqABPBWA6j/7Q==",
"operatorGuid": "51c75d60-3da5-4a78-8004-f05603a8ffed",
"created": "2026-06-03T18:36:54.2725054",
"ordered": "2026-06-03T18:36:54.2725054",
"started": "2026-06-03T18:36:54.2725054",
"completed": "2026-06-03T18:36:54.2725054",
"supplied": "2026-06-03T18:36:54.2725054",
"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": "HU7OAKimf0C+cC+6wDXwRg==",
"pluGuid": "00ce4e1d-a6a8-407f-be70-2fbac035f046",
"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": "DSyCGcE+ZUugXr66jI6Hww==",
"headerIdentifierGuid": "19822c0d-3ec1-4b65-a05e-beba8c8e87c3",
"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": "98Fr1whHNU64V2FgfH38BQ==",
"surveyGuid": "d76bc1f7-4708-4e35-b857-61607c7dfc05",
"saleHeaderGuid": "Y2IIOCNaXUOlgRHzj2NNvA==",
"saleGuid": "38086263-5a23-435d-a581-11f38f634dbc",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "YKd/Kz5lB0yUZSvMey/3Qg==",
"guidResponse": "2b7fa760-653e-4c07-9465-2bcc7b2ff742",
"whoAnswered": 2,
"answeredAtUTC": "2026-06-03T18:36:54.2725054",
"sale": {
"$ref": "83"
},
"survey": {
"$id": "98",
"g_UID": "U3J9XNfENEmUYzEK0SPv7g==",
"guid": "5c7d7253-c4d7-4934-9463-310ad123efee",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "f6niWMgXvEuiqdLnK7kqCg==",
"checkoutFormGuid": "58e2a97f-17c8-4bbc-a2a9-d2e72bb92a0a",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-06-03T18:36:54.2725054",
"end": "2026-06-03T18:36:54.2725054",
"deleted": true,
"updated": "2026-06-03T18:36:54.2725054",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"b8e5c3a8-0962-4405-bc58-4d5416a2d2ad",
"4928d4dc-eb01-45c9-b5d6-5df0c92d8bb5"
],
"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": "HKR+99O3HEajIpMrIXiDAg==",
"accountIdentifier": "f77ea41c-b7d3-461c-a322-932b21788302",
"accountName": "sample string 44",
"customerOrderIdentifier": "AFTESp+eAkygEr1pAccn2g==",
"customerOrderIdentifierGuid": "4ac45400-9e9f-4c02-a012-bd6901c727da",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "99",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "e/2NzCjjfEqXVQsWlFuSIw==",
"paymentIdentifierGuid": "cc8dfd7b-e328-4a7c-9755-0b16945b9223",
"identifier": "2CQAb5dCSU6CBbg82MuvZQ==",
"identifierGuid": "6f0024d8-4297-4e49-8205-b83cd8cbaf65",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "rr6b9A3kXEia7yPNUwUtnw==",
"itemIdentifierGuid": "f49bbeae-e40d-485c-9aef-23cd53052d9f"
}
},
{
"$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": "Ieev6qEuGUexZMEUSl4q8g==",
"customerIdentifierGuid": "eaafe721-2ea1-4719-b164-c1144a5e2af2",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "VrGpriK6gU2zCAFUZYu2tg==",
"idempotentGuid": "aea9b156-ba22-4d81-b308-0154658bb6b6",
"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:36:54.2725054",
"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:36:54.2725054",
"labelPageLayout": "8exYfb+z00ar+kY40TjI6g==",
"pageLayoutGuid": "7d58ecf1-b3bf-46d3-abfa-4638d138c8ea",
"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:36:54.2725054"
},
{
"$ref": "104"
}
]
},
"customerVouchers": [
{
"$id": "105",
"id": 1,
"customerIdentifier": "8cK7fZ7doEe41MfYP2RS2w==",
"customerIdentifierGuid": "7dbbc2f1-dd9e-47a0-b8d4-c7d83f6452db",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-06-03T18:36:54.2725054",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "1U+/x8H2Y0urPgFUvePxXA==",
"issuedIdempotentGuid": "c7bf4fd5-f6c1-4b63-ab3e-0154bde3f15c",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-06-03T18:36:54.2725054",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-06-03T18:36:54.2725054",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "7coEnoI//kSFx5NvJngMxg==",
"redeemedIdempotentGuid": "9e04caed-3f82-44fe-85c7-936f26780cc6",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-06-03T18:36:54.2725054",
"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": "92PJSCarB0uPqgiLgdSMOg==",
"groupIDGuid": "48c963f7-ab26-4b07-8faa-088b81d48c3a",
"campaign": {
"$ref": "1"
},
"group": {
"$ref": "80"
}
},
{
"$ref": "106"
}
],
"signIqTickets": [
{
"$id": "107",
"identifier": "yP/VT9tLd0O9UZi11UbrAg==",
"identifierGuid": "4fd5ffc8-4bdb-4377-bd51-98b5d546eb02",
"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": "2B+eJY5AiEyDUcy/xhWqug==",
"guid": "259e1fd8-408e-4c88-8351-ccbfc615aaba",
"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": "Tkmq2XKwyEWD1eiL/qtzuA==",
"groupGuid": "d9aa494e-b072-45c8-83d5-e88bfeab73b8",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "bT/xDpu9tEqRsinT64wftQ==",
"pluGuid": "0ef13f6d-bd9b-4ab4-91b2-29d3eb8c1fb5",
"priceGroupG_UID": "3n+1pP4Pm0iJLvSy4Ed/fg==",
"priceGroupGuid": "a4b57fde-0ffe-489b-892e-f4b2e0477f7e",
"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": "DG3EXSnIyU2gA1+/uxnV7Q==",
"priceLevelIdentifierGuid": "5dc46d0c-c829-4dc9-a003-5fbfbb19d5ed",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "110"
}
],
"promotionType": {
"$id": "111",
"identifier": "oAjA2qYo6E25GEkdFVCcVQ==",
"identifierGuid": "dac008a0-28a6-4de8-b918-491d15509c55",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "zGbVS6QVhk69JFxYUf4WCQ==",
"labelPageLayoutGuid": "4bd566cc-15a4-4e86-bd24-5c5851fe1609",
"priceLevelIdentifier": "/AZEPVF17k61gU8DGoDwXw==",
"priceLevelIdentifierGuid": "3d4406fc-7551-4eee-b581-4f031a80f05f",
"active": true,
"updated": "2026-06-03T18:36:54.2725054",
"hostName": "sample string 11"
}
}
application/xml
Sample not available.
text/xml
Sample not available.
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
PK ���\�O� � 5 xl/workbook.xml � (� ��;�0D�H���ĐB�hҦHo�:��َ��c�@J�ngv��Գqcö>jҾr
!؊�(�OƂ�;n��!J�"�sɠ3�@rβ�8�h�F{!��+�����@PӊRTj��K����'���b"���o�N��")���w4P��s�c�*�@�s�CyɊk�����a5�~�_PK ���\���� � [Content_Types].xml � (� ���J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
���\�4�' ' _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="R0b5d19c436374d1e" /></Relationships>PK ���\e�.j d xl/worksheets/sheet1.xml � (� ��[s9��
��Rw떲��8��q�yc�8�b�p���#fhzG�KbgNk���5����7�?�t6��wu�����r2��:��ϯ��ݧ'G����uU�;Q~;{2=�^��wOz���u5̊�]u�]M���<�:�՛\]�.���������@)ۛV7�y|��zt7�>���X��i5.�0�yj<�vO���8�b��iuu�-���3�vz'GK��Q�0k��Y,������W��Zj{[���ϧ�au5���_L^V�_���Y�\Nnf�?;��»ng<����a4�_wC�IY�����|2����:U?������U�����M k��^O�z:�ެ�ͺ^S�"�)X����U���]�1H�l��nU��z]�X�9�l{�_��u=P�ց&P�
��aU��J9�
�t{�V ����5j5k
Ș��t�I(O�*��f���x����]BO��ޓ��4bD 3B�O7賅�H�����s#$��k�_k��b�eFH j�\�F�@�A�ό��a�3'�5{g=���� ���oߓ{���;�����8R�fNHB�ASx"e��Ð!�`7� "gu��!1n_{�L/$�`_�0����wcb=�0��5{ !Y"B~�q�~7�?�b�R1���cbkA��!��4��D�$�X���kr#$�6o�Q,j��s ��d�o�a�6� E� �X��U����9��8��$�ۊ)�H
]�X{<½C�FJ E��O E�}g���F��𐊇�͍��A���x�f�ό�$���1^�MЙ.H�@� t�@�M\Bl�y�T#��&�k��2A���(!H5������Yn���'LB���x�u�,�� ^)3�D��I��b'A@�*c�I$��D������\u���z#Y �:��L���4�ő���n�Y�4HtE\<��N���#������;�'G��Cg�|�_�T�g�O���7��N�Q�Ϣv��o+��ٶ6��
�T<�VЦ�l[a6/�vS�r[�6��~S�z[6oǘ�o s�� a��$����{.H�� ��B�0o? f�gA���"����*H��� s�� a��$�ݟ���[
!fo)����Dfp)D�åFd�B�y\
�Dfr)D�˥Jd6�B,��,��B2��,D��B6��,����B:��,ē��B>��,���BB��,D���BF��,����BJ��,��p����s_ȩa>����s_ȩ�}��&���PwjX ��|�f��_�6�4/y.Hؖ� ��/�yɫ��u�Yo���jg��aj�k�L��e�w��e�-��[�}lyv���S˳�-Ͼ��,~���7A���}[bYX6ݟK�f[����[J�����=�C{���Eۂ��Y�>��Y�>^�>6��o��[a�\��`��4���\�ohm�,/v��'�%\�Y��($��(D��(d��u au!����S�08���ap����mT_Ȭ�}~쾽�7�u5Vӳ�d^M�_���2>�PK ���\*y��� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞�n�b��ݰ���=N�&�e����G�
XE�Tb�������4����M#y�g��V9=خ�S2���G��D�I^���>%��4�'���qa�)���^���.[�0g�-�.�Ct�
��:Mh�`zv�{�� C����R����L��
�EkGQ�e�y
��M-�ˈ���;���Gd%�����kuW�^�/)�Kϝ�噚�ۚ�XiY^���_l� PK ���\Ѓc'2 E
xl/styles.xml � (� �S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v �F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}� ��LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK ���\?���� � xl/sharedStrings.xml � (� �V�o�0�W�|OB�Q�T+���]�C5i&9��c��C���s2�hl`��>��ݻ��A��-�hB�zN��,�1a��3�]�I�Y�)g�sr���w�TH�2�s�J��|_FkH��x
L#K.��X�2�c�P ��څ�`���M2F^2�t���x��U��_�#S���;��-v�����I�>����(&�
Q��2Cq���B���h��4�
�=C�lQfV�P���C��ifyj�J�Ta����W �HE��*|6C�eB�`t�� �P��ڊ|xFC�b�%�(*�@6�A��43L�A���P��yC��|�@�f�)�rC�H��!�f,��2�4�
�jt�wƒ<Oc[X+�`]�+�$�Udf�[o�D���(��H�¥��Jvq�-]�ak�=�U�� ��s���,2�;u ފgou�\�0}e,����[=�x�e�� ��<��0ƹ�0�.ko~̨�4��'��7�g�I�{�_f$ze��d�K��%t0G}R�K�!n�a�.Q�m�b�� p�a��K�ĭWk����9�۾BMc�Ef��X�>w���q8�������rO߫�nǍ��v[����\�-!��Fa�����q��@N)D��I��+�n�T?��mƘ�F���˧� �P?�I&��o��Jo4x�����Z��]/���V�����?�(�}���m>Z�9Ի�MNQ0Y_�?��PK- ���\�O� � 5 xl/workbook.xmlPK- ���\���� � � [Content_Types].xmlPK-
���\�4�' ' U _rels/.relsPK- ���\e�.j d � xl/worksheets/sheet1.xmlPK- ���\*y��� P "
xl/_rels/workbook.xml.relsPK- ���\Ѓc'2 E
h xl/styles.xmlPK- ���\?���� � � xl/sharedStrings.xmlPK �
application/vnd.ms-excel
PK ���\ϻ�Q� 5 xl/workbook.xml � (� ����0��&�C�pA�AR8q���{)�4П�5��$���~;l2nh��G����}� �G���X�q��x�ҽ�t�X�V����
G�Ѿ��ӕ��[���=bP�R\jZ����S�����lXC�bl�X�\aIk8%�soK�R�
��EtY��sl��ӝ��l��/PK ���\���� � [Content_Types].xml � (� ���J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
���\�/��' ' _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="R6820ed8c3e1c4b42" /></Relationships>PK ���\e�.j d xl/worksheets/sheet1.xml � (� ��[s9��
��Rw떲��8��q�yc�8�b�p���#fhzG�KbgNk���5����7�?�t6��wu�����r2��:��ϯ��ݧ'G����uU�;Q~;{2=�^��wOz���u5̊�]u�]M���<�:�՛\]�.���������@)ۛV7�y|��zt7�>���X��i5.�0�yj<�vO���8�b��iuu�-���3�vz'GK��Q�0k��Y,������W��Zj{[���ϧ�au5���_L^V�_���Y�\Nnf�?;��»ng<����a4�_wC�IY�����|2����:U?������U�����M k��^O�z:�ެ�ͺ^S�"�)X����U���]�1H�l��nU��z]�X�9�l{�_��u=P�ց&P�
��aU��J9�
�t{�V ����5j5k
Ș��t�I(O�*��f���x����]BO��ޓ��4bD 3B�O7賅�H�����s#$��k�_k��b�eFH j�\�F�@�A�ό��a�3'�5{g=���� ���oߓ{���;�����8R�fNHB�ASx"e��Ð!�`7� "gu��!1n_{�L/$�`_�0����wcb=�0��5{ !Y"B~�q�~7�?�b�R1���cbkA��!��4��D�$�X���kr#$�6o�Q,j��s ��d�o�a�6� E� �X��U����9��8��$�ۊ)�H
]�X{<½C�FJ E��O E�}g���F��𐊇�͍��A���x�f�ό�$���1^�MЙ.H�@� t�@�M\Bl�y�T#��&�k��2A���(!H5������Yn���'LB���x�u�,�� ^)3�D��I��b'A@�*c�I$��D������\u���z#Y �:��L���4�ő���n�Y�4HtE\<��N���#������;�'G��Cg�|�_�T�g�O���7��N�Q�Ϣv��o+��ٶ6��
�T<�VЦ�l[a6/�vS�r[�6��~S�z[6oǘ�o s�� a��$����{.H�� ��B�0o? f�gA���"����*H��� s�� a��$�ݟ���[
!fo)����Dfp)D�åFd�B�y\
�Dfr)D�˥Jd6�B,��,��B2��,D��B6��,����B:��,ē��B>��,���BB��,D���BF��,����BJ��,��p����s_ȩa>����s_ȩ�}��&���PwjX ��|�f��_�6�4/y.Hؖ� ��/�yɫ��u�Yo���jg��aj�k�L��e�w��e�-��[�}lyv���S˳�-Ͼ��,~���7A���}[bYX6ݟK�f[����[J�����=�C{���Eۂ��Y�>��Y�>^�>6��o��[a�\��`��4���\�ohm�,/v��'�%\�Y��($��(D��(d��u au!����S�08���ap����mT_Ȭ�}~쾽�7�u5Vӳ�d^M�_���2>�PK ���\
�r�� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞���i7lؖ^�������.г��H\�J�J,�t5��ӓf>�?�۷id/��]
��ȡo��pL�F�v���hR���0G�W\��Oi^q�������r��0��������t�K!�xX2������C��H�������p�=Q�7��T�O)�� �L��ְ�E��FA�%40~5��N#�_�s���o���-��J���Lo��)�K/��党�U�+4�D�P����_l� PK ���\Ѓc'2 E
xl/styles.xml � (� �S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v �F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}� ��LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK ���\?���� � xl/sharedStrings.xml � (� �V�o�0�W�|OB�Q�T+���]�C5i&9��c��C���s2�hl`��>��ݻ��A��-�hB�zN��,�1a��3�]�I�Y�)g�sr���w�TH�2�s�J��|_FkH��x
L#K.��X�2�c�P ��څ�`���M2F^2�t���x��U��_�#S���;��-v�����I�>����(&�
Q��2Cq���B���h��4�
�=C�lQfV�P���C��ifyj�J�Ta����W �HE��*|6C�eB�`t�� �P��ڊ|xFC�b�%�(*�@6�A��43L�A���P��yC��|�@�f�)�rC�H��!�f,��2�4�
�jt�wƒ<Oc[X+�`]�+�$�Udf�[o�D���(��H�¥��Jvq�-]�ak�=�U�� ��s���,2�;u ފgou�\�0}e,����[=�x�e�� ��<��0ƹ�0�.ko~̨�4��'��7�g�I�{�_f$ze��d�K��%t0G}R�K�!n�a�.Q�m�b�� p�a��K�ĭWk����9�۾BMc�Ef��X�>w���q8�������rO߫�nǍ��v[����\�-!��Fa�����q��@N)D��I��+�n�T?��mƘ�F���˧� �P?�I&��o��Jo4x�����Z��]/���V�����?�(�}���m>Z�9Ի�MNQ0Y_�?��PK- ���\ϻ�Q� 5 xl/workbook.xmlPK- ���\���� � � [Content_Types].xmlPK-
���\�/��' ' U _rels/.relsPK- ���\e�.j d � xl/worksheets/sheet1.xmlPK- ���\
�r�� P "
xl/_rels/workbook.xml.relsPK- ���\Ѓc'2 E
g xl/styles.xmlPK- ���\?���� � � xl/sharedStrings.xmlPK �