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": "0f66b57d-e0ea-408b-994a-ae27066d5404",
"nameGuid": "0f66b57d-e0ea-408b-994a-ae27066d5404",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-04-03T06:19:41.4867391",
"startTime": 1,
"endDate": "2026-04-03T06:19:41.4867391",
"endTime": 1,
"recurrence": 1,
"recurrenceType": 1,
"monthType": 1,
"weekDays": 1,
"months": 1,
"monthWeeks": 1,
"monthDays": "sample string 7",
"printed": true,
"talkerText": "sample string 8",
"rangeDescription": "sample string 9",
"dealDescription": "sample string 10",
"labelQuantity": 11,
"active": 1,
"deactivated": "2026-04-03T06:19:41.4867391",
"system": true,
"created": "2026-04-03T06:19:41.4867391",
"updated": "2026-04-03T06:19:41.4867391",
"priceChangeNotifiedUtc": "2026-04-03T06:19:41.4867391",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "pH9mu7E7pEWn4hwVuWnoeA==",
"hostIdentifierGuid": "bb667fa4-3bb1-45a4-a7e2-1c15b969e878",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-04-03T06:19:41.4867391",
"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": "8hVtEehpoEe968KSnxTi1g==",
"pluGuid": "116d15f2-69e8-47a0-bdeb-c2929f14e2d6",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "W185XQ+TyEqG7hqC7yFOUg==",
"dealCostGuid": "5d395f5b-930f-4ac8-86ee-1a82ef214e52",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "PGojae8HoUG/N8VbMcrcTQ==",
"priceGroupGuid": "69236a3c-07ef-41a1-bf37-c55b31cadc4d",
"itemNumber": "sample string 10",
"cri": "sample string 11",
"pluPrice": 12,
"costCalcMethod": 13,
"pluCost": 14,
"pluCostIndicator": "sample string 15",
"pluPriceGstPercent": 16,
"pluCostGstPercent": 17,
"pluActive": true,
"cartonQty": 1.1,
"baseUnits": 19.1,
"salesMode": 1,
"pluNormalCost": 20,
"pluaws": 21.0,
"directNumber": "sample string 22",
"departmentName": "sample string 23",
"subDepartmentName": "sample string 24",
"priceGroupName": "sample string 25",
"supplierName": "sample string 26",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-04-03T06:19:41.4867391",
"rrp": 27,
"campaignDescription": "sample string 28",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "a0061134-2681-41bd-8884-1046c0ebb61f",
"campaignComboPriceGroupG_UID": "ZdW+J10N8UqpH3hgbsFz9w==",
"campaignComboPriceGroupIdentifier": "27bed565-0d5d-4af1-a91f-78606ec173f7",
"promotionPlacementDescription": "sample string 30",
"storeAcceptances": [
{
"$id": "3",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-04-03T06:19:41.4867391",
"operatorG_UID": "z8LbkPqRoEKHeqpf4S2sYg==",
"operatorGuid": "90dbc2cf-91fa-42a0-877a-aa5fe12dac62",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-04-03T06:19:41.4867391",
"signIqTicketFileMovedUtc": "2026-04-03T06:19:41.4867391",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-04-03T06:19:41.4867391",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "30a2bde0-9ae4-46c3-8808-2fb0707b632f",
"product": {
"$id": "4",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "qIny4ddLYU2F84JyHmpo8Q==",
"guid": "e1f289a8-4bd7-4d61-85f3-82721e6a68f1",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "rWaewexVhUasg/haiFPukQ==",
"priceGroupGuid": "c19e66ad-55ec-4685-ac83-f85a8853ee91",
"blueprintID": 1,
"lastCountedDate": "2026-04-03T06:19:41.4867391",
"externalID": "sample string 7",
"active": true,
"activated": "2026-04-03T06:19:41.4867391",
"pluCreated": "2026-04-03T06:19:41.4867391",
"createdByUser": "sample string 9",
"name": "sample string 10",
"nameChanged": true,
"secondDescription": "sample string 12",
"hostDescription": "sample string 13",
"keepCartonQty": true,
"keepDescription": true,
"keepDepartments": true,
"keepSuppliers": true,
"markdownDescription": "sample string 18",
"altDescription": "sample string 19",
"bestOrExpire": 20,
"lastUpdate": "2026-04-03T06:19:41.4867391",
"lastManualUpdate": "2026-04-03T06:19:41.4867391",
"imageName": "sample string 23",
"showImageOnFlipCharts": true,
"showTextOnFlipCharts": true,
"overrideFlipChartText": true,
"flipChartText": "sample string 27",
"salesMode": 1,
"eftCode": 1,
"price": 1,
"priceChanged": true,
"rrp": 1,
"gstPercent": 28,
"gstPercentChanged": true,
"costGSTPercent": 29,
"costGSTPercentChanged": true,
"wetPercent": 1,
"priceOverride": 1,
"cost": 1,
"currentCost": 1,
"currentCostDecimals": 1,
"grossProfit": 1.0,
"currentCostDesc": "sample string 30",
"currentCostEnd": "2026-04-03T06:19:41.4867391",
"currentCostUpdated": "2026-04-03T06:19:41.4867391",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-04-03T06:19:41.4867391",
"defaultGP": 1,
"breakTargetMode": 33,
"break1": 1,
"price1": 1,
"target1": 34,
"break2": 1,
"price2": 1,
"target2": 35,
"break3": 1,
"price3": 1,
"target3": 36,
"break1Changed": true,
"price1Changed": true,
"target1Changed": true,
"break2Changed": true,
"price2Changed": true,
"target2Changed": true,
"break3Changed": true,
"price3Changed": true,
"target3Changed": true,
"breakTargetModeChanged": true,
"margin": 1.1,
"marginChanged": true,
"marginRanged": true,
"marginRangedChanged": true,
"minimumMargin": 1.1,
"minimumMarginChanged": true,
"maximumMargin": 1.1,
"maximumMarginChanged": true,
"overrideHostWarehouseIndicator": true,
"overrideHostWarehouseIndicatorChanged": true,
"overrideHostPrice": true,
"overrideHostPriceChanged": true,
"overrideHostCost": true,
"overrideHostCostChanged": true,
"overrideHostMargin": true,
"overrideHostMarginChanged": true,
"alwaysApplyMargin": true,
"alwaysApplyMarginChanged": true,
"aws": 1.0,
"paws": 1.0,
"awsUpdated": "2026-04-03T06:19:41.4867391",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "ML2+84wQPEKQQBMB3a1k4A==",
"altPLUGuid": "f3bebd30-108c-423c-9040-1301ddad64e0",
"altPLUGuidChanged": true,
"altPriceDescription1": "sample string 54",
"altPriceDescription2": "sample string 55",
"cartonQuantity": 56,
"cartonQuantityChanged": true,
"trayID": 1,
"promptID": 1,
"tare": 1,
"packQty": 1,
"fixedWeight": 1,
"extraMesg": 1,
"text1": "sample string 58",
"text2": "sample string 59",
"text3": "sample string 60",
"labelText": "sample string 61",
"labelTextChanged": true,
"sendToScale": true,
"nonScaleWeigh": true,
"labelFormat": "sample string 65",
"barcodeFormat": "sample string 66",
"austMade": 1,
"coolCode": 67,
"countryOfOrigin": "sample string 68",
"percentContent": 69.1,
"departmentID": 1,
"subDepartmentID": 1,
"minorDepartmentID": 1,
"lesserDepartmentID": 1,
"deptCode": "sample string 70",
"subDeptCode": "sample string 71",
"minorDeptCode": "sample string 72",
"lesserDeptCode": "sample string 73",
"deptName": "sample string 74",
"subDeptName": "sample string 75",
"minorDeptName": "sample string 76",
"lesserDeptName": "sample string 77",
"departmentChanged": true,
"subCategoryID": 1,
"expiry": 1,
"showDays": 1,
"datePrint": 1,
"labelRequired": true,
"labelShelfQty": 80,
"labelShelfChanged": true,
"labelTalkerQty": 82,
"labelSmall": true,
"labelLastPrinted": "2026-04-03T06:19:41.4867391",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "fzplAWvLoE2CrU/4ExssPw==",
"shelfPageLayoutGuid": "01653a7f-cb6b-4da0-82ad-4ff8131b2c3f",
"talkerPageLayoutG_UID": "hi6WsXHPR0WnpxIca5eafA==",
"talkerPageLayoutGuid": "b1962e86-cf71-4547-a7a7-121c6b979a7c",
"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": "GslAUMIKTkOyP/4biCDUYA==",
"inventoryIdentifier": "5040c91a-0ac2-434e-b23f-fe1b8820d460",
"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": "McXoa+oQaUCDD8UCf852jw==",
"parentPluGuid": "6be8c531-10ea-4069-830f-c5027fce768f",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "5HcLWHoXZUOiwHDy/mvZ0g==",
"supplierIdentifierGuid": "580b77e4-177a-4365-a2c0-70f2fe6bd9d2",
"supplierChanged": true,
"rebateSupplierIdentifier": "oJUt9jcJSEOcQRvEoJjrqw==",
"rebateSupplierIdentifierGuid": "f62d95a0-0937-4348-9c41-1bc4a098ebab",
"rebateSupplierChanged": true,
"availableForOrder": true,
"warehouseDirectIndicator": "sample string 109",
"warehouseDirectIndicatorChanged": true,
"productGrade": "sample string 111",
"productType": "sample string 112",
"productGroup": "sample string 113",
"complianceIndicator": "sample string 114",
"inhouseBrand": "sample string 115",
"slowMoving": true,
"generalMerchandise": true,
"comment": "sample string 118",
"lastUpdatedByUser": "sample string 119",
"lastManualUpdatedByUser": "sample string 120",
"lastUpdatedByUserOverride": true,
"lastUpdatedByHost": "2026-04-03T06:19:41.4867391",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "5i/OQcw72UC00B35Tp76JQ==",
"hostIdentifierGuid": "41ce2fe6-3bcc-40d9-b4d0-1df94e9efa25",
"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-04-03T06:19:41.4867391",
"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": "0cwBfGfp4UW7SM+0zR7SxQ==",
"hostIdentifierGuid": "7c01ccd1-e967-45e1-bb48-cfb4cd1ed2c5",
"hostName": 1,
"hostAddress": "sample string 27",
"hostUsername": "sample string 28",
"hostPassword": "sample string 29",
"excludeFromLeadInOut": true,
"accountingProvider": 31,
"accountingAddress": "sample string 32",
"accountingUsername": "sample string 33",
"accountingPassword": "sample string 34",
"storeAccountingCode": "sample string 35",
"softwareVariance": 36,
"fuelWarningVariance": 37.0,
"fuelErrorVariance": 38.0,
"fuelAccumulatedWarningVariance": 39.0,
"fuelAccumulatedErrorVariance": 40.0,
"drawManagment": 41,
"endOfDayManagment": true,
"autoFillCashBalancing": true,
"fuelDayVariance": 44,
"accountingTradingTime": "00:00:00.1234567",
"stockActivateProduct": 46,
"defaultOrderDocumentId": 1,
"defaultStockReceiveDocumentId": 1,
"giftCardSalesAccountingDeptCode": "sample string 47",
"transactionDiscountAccountingDeptCode": "sample string 48",
"size": 49,
"updated": "2026-04-03T06:19:41.4867391",
"priceZone": {
"$id": "6",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "bkTyyyhJaUioVLB/rs4fZg==",
"hostIdentifierGuid": "cbf2446e-4928-4869-a854-b07faece1f66",
"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"
},
"hostStoreSettings": [
{
"$id": "8",
"id": 1,
"hostIdentifier": "+3FDKq6u5Emhy17phpIw9A==",
"hostIdentifierGuid": "2a4371fb-aeae-49e4-a1cb-5ee9869230f4",
"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": "9",
"identifier": "9vZroVxWB0mVsachkSRQoA==",
"identifierGuid": "a16bf6f6-565c-4907-95b1-a721912450a0",
"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": "WIEcrD0Hx0+xb08dc4wFQA==",
"hostSupplierIdentifierGuid": "ac1c8158-073d-4fc7-b16f-4f1d738c0540",
"loyaltyPriceLevelIdentifier": "zQgE0dNcK0GB3l+jVRlmkQ==",
"loyaltyPriceLevelIdentifierGuid": "d10408cd-5cd3-412b-81de-5fa355196691",
"isGroup": true,
"description": "sample string 22",
"hostProvider": 23,
"hostTypeEnum": 24,
"hostType": "sample string 25",
"hostCode": "sample string 26",
"username": "sample string 27",
"password": "sample string 28",
"passwordPlain": "sample string 29",
"server": "sample string 30",
"url": "sample string 31",
"global": true,
"stateCode": "sample string 33",
"lastCollected": "2026-04-03T06:19:41.4867391",
"lastProcessed": "2026-04-03T06:19:41.4867391",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$id": "10",
"identifier": "d1ipkDVEDU+3AkbbcHjVMQ==",
"identifierGuid": "90a95877-4435-4f0d-b702-46db7078d531",
"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": "PueZytsD80+T1PAYKP/YbA==",
"primaryContactID": "ca99e73e-03db-4ff3-93d4-f01828ffd86c",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "1k2JYci8aU64Vj/cUUF48A==",
"supplierGroupGuid": "61894dd6-bcc8-4e69-b856-3fdc514178f0",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-04-03T06:19:41.4867391",
"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": "11",
"id": "d182a134-495e-44fa-a4c6-35a7151f6ded",
"identifier": "7mxRFmO+cE+0/ZSR+D9acw==",
"identifierGuid": "16516cee-be63-4f70-b4fd-9491f83f5a73",
"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": "12",
"supplierIdentifier": "v5qtG7QFF0CmCJCpz85sTQ==",
"supplierIdentifierGuid": "1bad9abf-05b4-4017-a608-90a9cfce6c4d",
"contactGuid": "bDUm0eN++0KUIXrtLEOghA==",
"contactID": "d126356c-7ee3-42fb-9421-7aed2c43a084",
"contact": {
"$ref": "11"
},
"supplier": {
"$ref": "10"
}
},
{
"$ref": "12"
}
],
"products": [
{
"$id": "13",
"pluG_UID": "ymiFbHyalUeYp4BW2+hYtQ==",
"pluGuid": "6c8568ca-9a7c-4795-98a7-8056dbe858b5",
"supplierIdentifier": "dDBPRmHo+kGMCL3agR1kVQ==",
"supplierIdentifierGuid": "464f3074-e861-41fa-8c08-bdda811d6455",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-04-03T06:19:41.4867391",
"pricedByWeight": true,
"landedUnitCostEx": 9,
"landedUnitCostInc": 10,
"landedCartonCostInc": 12,
"landedCartonCostEx": 13,
"standardCost": 14,
"deliveryFee": 1,
"deliveryFeeBasis": "sample string 15",
"pickAndPackFee": 1,
"pickAndPackFeeBasis": "sample string 16",
"financeFee": 1,
"financeFeeBasis": "sample string 17",
"cartonLength": 1,
"cartonWidth": 1,
"cartonHeight": 1,
"palletLayerQuantity": 1,
"palletLayers": 1,
"itemCode": "sample string 18",
"invoiceCode": "sample string 19",
"invoiceDesc": "sample string 20",
"orderDirect": true,
"useCost": true,
"minimumQuantity": 21,
"hostType": 22,
"fromHost": 23,
"minimumReorder": 1,
"maximumReorder": 1,
"orderMultiple": 24.1,
"sellMultiple": 25.1,
"baseMultiple": 26.1,
"hostStandardCost": 27,
"hostTotalCost": 28,
"hostRetail": 29,
"hostLandedUnitCostEx": 30,
"hostLandedUnitCostInc": 31,
"hostDesc": "sample string 32",
"directIndicator": "sample string 33",
"availableToOrder": true,
"hostRangeIndicator": "sample string 35",
"hostProductType": "sample string 36",
"hostProductGrade": "sample string 37",
"hostProductGroup": "sample string 38",
"hostSlowMoving": true,
"hostGeneralMerchandise": true,
"hostPillar": "sample string 41",
"hostLastUpdated": "2026-04-03T06:19:41.4867391",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "14",
"pluG_UID": "pgJ7YOleJ06JNaY8mJjWaQ==",
"pluGuid": "607b02a6-5ee9-4e27-8935-a63c9898d669",
"supplierIdentifier": "vSUxHhLWF0WUMOv5dzR6Dg==",
"supplierIdentifierGuid": "1e3125bd-d612-4517-9430-ebf977347a0e",
"invoiceCode": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "14"
}
],
"storeIDs": [
1,
2
],
"preferredSupplier": true,
"preferredRebateSupplier": true,
"supplierName": "sample string 42",
"salesMode": 43,
"orderPacked": true,
"active": true,
"price": 1,
"costGstPercent": 45,
"parentPluG_UID": "AuKHQKYBZEi9Qv9tKPmZxA==",
"parentPluGuid": "4087e202-01a6-4864-bd42-ff6d28f999c4",
"freight": 46.0,
"freightType": 1,
"product": {
"$ref": "4"
},
"supplier": {
"$ref": "10"
},
"serviceFee": {
"$id": "15",
"id": 1,
"description": "sample string 1",
"fee": 1
},
"isPrimaryHost": true,
"hostVendor": 48
},
{
"$ref": "13"
}
],
"orderCycleHeaders": [
{
"$id": "16",
"storeID": 1,
"supplierIdentifier": "OePNMHG13kG/z9W/mGlefg==",
"supplierGuid": "30cde339-b571-41de-bfcf-d5bf98695e7e",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"storeName": "sample string 5",
"departmentName": "sample string 6",
"orderDays": 7
},
{
"$ref": "16"
}
],
"cycles": [
{
"$id": "17",
"storeID": 1,
"supplierIdentifier": "pMc1YgvA6U+L/HSmjqVziQ==",
"supplierGuid": "6235c7a4-c00b-4fe9-8bfc-74a68ea57389",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"cutOffWeek": 5,
"cutOffDay": 6,
"cutOffTime": "00:00:00.1234567",
"leadTime": 7,
"daysBuffer": 8,
"supplierName": "sample string 9",
"cutOffDate": "2026-04-03T06:19:41.4867391",
"deliveryDate": "2026-04-03T06:19:41.4867391",
"nextCutOffDate": "2026-04-03T06:19:41.4867391",
"nextDeliveryDate": "2026-04-03T06:19:41.4867391",
"nextDaysBuffer": 10
},
{
"$ref": "17"
}
],
"store": {
"$ref": "5"
},
"updated": "2026-04-03T06:19:41.4867391",
"isHost": true
},
"files": [
{
"$id": "18",
"id": "sample string 1",
"fileName": "sample string 2",
"extension": "sample string 3",
"provider": 0,
"type": 0,
"hostType": "sample string 4",
"createdUtc": "2026-04-03T06:19:41.4867391",
"processed": "2026-04-03T06:19:41.4867391",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-04-03T06:19:41.4867391",
"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": "9"
},
"metcashHeader": {
"$id": "19",
"customerNumber": "sample string 1",
"creationDate": "2026-04-03T06:19:41.4867391",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "18"
}
],
"zoneMatrix": [
{
"$id": "20",
"id": 1,
"hostIdentifier": "C5udqHRJbk6+a9fBRrgFwQ==",
"hostIdentifierGuid": "a89d9b0b-4974-4e6e-be6b-d7c146b805c1",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"825cf77c-fb6d-4355-91fb-2ae34d862723",
"ff2c39f2-1118-4d91-9fb8-5f1e579a2567"
]
},
{
"$ref": "20"
}
],
"hostFileStoreSetting": {
"$ref": "8"
},
"hostStoreSettings": [
{
"$ref": "8"
},
{
"$ref": "8"
}
],
"promotionPlacements": [
{
"$id": "21",
"identifier": "2KLZJQmS8U++pEFCme1Etg==",
"identifierGuid": "25d9a2d8-9209-4ff1-bea4-414299ed44b6",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "21"
}
],
"promoTypeGuids": [
"5768d266-b2ad-4813-972f-376488f53287",
"dcbde887-5cb9-4c49-886e-5625a66cb3fd"
],
"isPromotionOnly": false,
"isOrderable": false,
"vendor": 0
},
"groupIDs": [
1,
2
],
"hostDescription": "sample string 27"
},
{
"$ref": "8"
}
],
"accounts": [
{
"$id": "22",
"id": 1,
"storeID": 1,
"accountName": "sample string 2",
"bsb": "sample string 3",
"accountNumber": "sample string 4",
"accountDesignated": true
},
{
"$ref": "22"
}
],
"sales": [
{
"$id": "23",
"id": 1,
"storeID": 1,
"externalSalesType": 2,
"ftpSiteID": 1,
"lastSaleProcessed": "2026-04-03T06:19:41.4867391",
"ftpSite": {
"$id": "24",
"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": "23"
}
],
"zoneMatrix": [
{
"$ref": "20"
},
{
"$ref": "20"
}
],
"cashManagements": [
{
"$id": "25",
"id": 1,
"storeID": 1,
"cashManagementType": 2,
"apiID": 1,
"organisationID": "sample string 3",
"siteName": "sample string 4",
"thirdPartyAPI": {
"$id": "26",
"id": 1,
"description": "sample string 2",
"address": "sample string 3",
"username": "sample string 4",
"password": "sample string 5",
"passwordPlain": "sample string 6",
"token": "sample string 7",
"apiType": 8,
"apiSubType": 9
}
},
{
"$ref": "25"
}
],
"updateStoreID": "0ecf961b-a041-4a2c-8681-21a3f0ae6d93",
"updateStore": {
"$id": "27",
"id": "00a81d9b-a3a0-4c08-81f6-61bd0d66441f",
"name": "sample string 1",
"lastActivity": "2026-04-03T06:19:41.4867391",
"zone": "sample string 2",
"timeZoneOffset": 0.0,
"businessHoursStart": "00:00:00.1234567",
"businessHoursEnd": "00:00:00.1234567",
"master": true,
"lastIP": "sample string 10",
"lastHostName": "sample string 11",
"ping": 1,
"pingStatus": "sample string 12",
"lastUpdateCompleted": "2026-04-03T06:19:41.4867391"
},
"timeZoneId": "sample string 54",
"securityOptions": {
"$id": "28",
"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": "29",
"pluG_UID": "6WKEH07+GkyGxUKuHj8ouQ==",
"pluGuid": "1f8462e9-fe4e-4c1a-86c5-42ae1e3f28b9",
"plu": 1,
"storeID": 1,
"zoneID": 2,
"zoneName": "sample string 3",
"store": "sample string 4",
"isElectedMasterStore": true,
"isZoneMasterStore": true,
"priceNow": 7,
"costNow": 8,
"costNowDecimals": 9,
"normalPrice": 10,
"priceNext": 1,
"costNext": 1,
"costNextDecimals": 11,
"nextCampaignName": "sample string 12",
"gstPercent": 13,
"normalCost": 14,
"normalCostDecimals": 15,
"costGstPercent": 16,
"costCalcMethod": 1,
"currentCost": 17,
"currentCostDecimals": 18,
"break1": 19,
"price1": 20,
"break2": 21,
"price2": 22,
"break3": 23,
"price3": 24,
"fuelItem": 25,
"fixedWeight": 26,
"active": true,
"complianceIndicator": "sample string 27",
"doNotOrder": true,
"doNotRange": true,
"isNormalPriceChangesCampaign": true,
"updated": "2026-04-03T06:19:41.4867391"
},
{
"$ref": "29"
}
],
"currentPrices": {
"$id": "30",
"pluPrices": {
"$id": "31",
"plu": 1,
"pluG_UID": "QEA=",
"stores": [
1,
2
],
"normalPrice": 1,
"cost": 2,
"break1": 3,
"price1": 4,
"break2": 5,
"price2": 6,
"break3": 7,
"price3": 8,
"discountPrice": 9,
"memberDiscountPrice": 10,
"acceptedUtc": "2026-04-03T06:19:41.4867391",
"priceChangeType": 0,
"costDecimals": 11,
"costCalcMethod": 12,
"targetCampaignPriceGtOrEquNormal": true
},
"normalPluPrices": {
"$ref": "31"
},
"winningCampaign": 1,
"winner": {
"$id": "32",
"campaignName": "sample string 1",
"campaignDescription": "sample string 2",
"talkerText": "sample string 3",
"disableWasSave": true,
"startDate": "2026-04-03T06:19:41.4867391",
"startTime": 5,
"endDate": "2026-04-03T06:19:41.4867391",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "pMKElLwMCUys/QiQBqlMSw==",
"hostIdentifierGuid": "9484c2a4-0cbc-4c09-acfd-089006a94c4b",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "32"
},
{
"$ref": "32"
}
]
},
"tray": {
"$id": "33",
"g_UId": "/h4QQdr/gkihQmuQiA6ycQ==",
"guid": "41101efe-ffda-4882-a142-6b90880eb271",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "34",
"priceGroupG_UID": "jRbvUlDR2EeOREbFO0uWuw==",
"priceGroupGuid": "52ef168d-d150-47d8-8e44-46c53b4b96bb",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-04-03T06:19:41.4867391",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "4"
},
{
"$ref": "4"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "35",
"pluG_UID": "A3TDzcOyi0Wmdfrrw96/0Q==",
"pluGuid": "cdc37403-b2c3-458b-a675-faebc3debfd1",
"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": "36",
"pluGuid": "b7aa6a35-147c-45d0-91de-7c0ad4a1517d",
"created": "2026-04-03T06:19:41.4867391",
"createdByUser": "sample string 1",
"activated": "2026-04-03T06:19:41.4867391",
"activatedByUser": "sample string 2",
"deactivated": "2026-04-03T06:19:41.4867391",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-04-03T06:19:41.4867391",
"lastOrderedQty": 4.0,
"lastReceived": "2026-04-03T06:19:41.4867391",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-04-03T06:19:41.4867391",
"lastSold": "2026-04-03T06:19:41.4867391",
"firstSold": "2026-04-03T06:19:41.4867391",
"awsUpdated": "2026-04-03T06:19:41.4867391",
"lastManualUpdate": "2026-04-03T06:19:41.4867391",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-04-03T06:19:41.4867391",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-04-03T06:19:41.4867391",
"doNotRangeUpdated": "2026-04-03T06:19:41.4867391",
"doNotOrderUpdated": "2026-04-03T06:19:41.4867391",
"tracked": "2026-04-03T06:19:41.4867391"
},
"allergens": [
{
"$id": "37",
"primaryKey": {
"$id": "38",
"pluGuid": "7644e0f5-a9f3-47e8-a192-3c09d6becbc6",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "9eBEdvOp6EehkjwJ1r7Lxg==",
"pluGuid": "7644e0f5-a9f3-47e8-a192-3c09d6becbc6",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "37"
}
],
"costs": {
"$id": "39",
"pluG_UID": "TTafd9M3b0e53l34kJpgBQ==",
"pluGuid": "779f364d-37d3-476f-b9de-5df8909a6005",
"enteredCost": 1,
"weightedAvgCost": 1,
"lastCost": 1,
"rawEnteredCost": 2,
"rawWeightedAvgCost": 3,
"rawLastCost": 4,
"freight": 5.0,
"freightType": 6,
"costDecimals": 7,
"fifoCost": 1,
"updated": "2026-04-03T06:19:41.4867391",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "40",
"saleHeaderID": 1,
"created": "2026-04-03T06:19:41.4867391",
"createdLocal": "2026-04-03T06:19:41.4867391",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "+Y8x/ZZv002nf3x659n52g==",
"operatorGuid": "fd318ff9-6f96-4dd3-a77f-7c7ae7d9f9da",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "1JhB1jKTfEiwEzK4q2nFXQ==",
"pluGuid": "d64198d4-9332-487c-b013-32b8ab69c55d",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$id": "41",
"id": 1,
"g_Uid": "qz4BNNtREkm7pck9/hZsCQ==",
"guid": "34013eab-51db-4912-bba5-c93dfe166c09",
"operatorNumber": 1,
"shortName": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"password": "sample string 5",
"hasPassword": true,
"passwordText": "sample string 6",
"rfidTagID": "sample string 7",
"blueprintID": 1,
"groupID": 1,
"groupName": "sample string 8",
"managerGroupID": 1,
"managerGroupName": "sample string 9",
"zoneID": 1,
"zoneName": "sample string 10",
"loggedIn": 1,
"lastUsedIP": "sample string 11",
"deleted": true,
"locked": true,
"allowOpenTill": true,
"webEmail": "sample string 14",
"simpleOperatorType": 0,
"webRole": "sample string 15",
"updated": "2026-04-03T06:19:41.4867391",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-04-03T06:19:41.4867391",
"endShift": "2026-04-03T06:19:41.4867391",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "42",
"operatorG_UID": "FrdtVx+YKkWXbuz1UgWMsQ==",
"operatorGuid": "576db716-981f-452a-976e-ecf552058cb1",
"storeID": 2,
"operator": {
"$ref": "41"
},
"store": {
"$ref": "5"
}
},
{
"$ref": "42"
}
]
}
},
{
"$ref": "40"
}
],
"apns": [
{
"$id": "43",
"pluID": 1,
"pluG_UID": "y0KjulfO2Ei4GnkL5Z8rKQ==",
"pluGuid": "baa342cb-ce57-48d8-b81a-790be59f2b29",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "43"
}
],
"tuns": [
{
"$id": "44",
"pluG_UId": "NxiQqY2sIU+/5A6jMmoWFw==",
"pluGuid": "a9901837-ac8d-4f21-bfe4-0ea3326a1617",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "4"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "44"
}
],
"competitionPricing": [
{
"$id": "45",
"identifier": "IOhuyfliQEqGgMSro6EKGw==",
"identifierGuid": "c96ee820-62f9-4a40-8680-c4aba3a10a1b",
"pluG_UID": "Iw2M00a0uk+VCE4Yl+lJTw==",
"pluGuid": "d38c0d23-b446-4fba-9508-4e1897e9494f",
"competitionID": 1,
"name": "sample string 2",
"sellMultiple": 3,
"retailPrice": 4,
"storeName": "sample string 5"
},
{
"$ref": "45"
}
],
"supplier": {
"$ref": "10"
},
"supplierName": "sample string 148",
"children": [
{
"$ref": "4"
},
{
"$ref": "4"
}
],
"ordering": {
"$ref": "13"
},
"flipChartPages": [
{
"$id": "46",
"identifier": "7Yw2VQZr/0ODDqcp6mBzsw==",
"groupName": "sample string 1",
"identifierGuid": "55368ced-6b06-43ff-830e-a729ea6073b3",
"exists": true,
"flipChartIdentifier": "PSiLjDuXs06hjWUOVbwoxw==",
"flipChartIdentifierGuid": "8c8b283d-973b-4eb3-a18d-650e55bc28c7",
"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": "QARA5O6l102DH2iepevEtA==",
"groupIdentifierGuid": "e4400440-a5ee-4dd7-831f-689ea5ebc4b4",
"flipChart": {
"$id": "47",
"identifier": "LN9qQTPO8EmYWqXRd/nCHw==",
"identifierGuid": "416adf2c-ce33-49f0-985a-a5d177f9c21f",
"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": "48",
"identifier": "ZraQ5T32hEe1QLXdiL7cmA==",
"identifierGuid": "e590b666-f63d-4784-b540-b5dd88bedc98",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "49",
"id": 1,
"g_UID": "qZmoOvCynEeCpL9GcX9QeA==",
"guid": "3aa899a9-b2f0-479c-82a4-bf46717f5078",
"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": "wZ6XsXvSkk+aYuxpLwrmWg==",
"previousFormGuid": "b1979ec1-d27b-4f92-9a62-ec692f0ae65a",
"nextForm": 1,
"nextFormG_UID": "+S+qBk2yN0Gw6l+2JDzLgA==",
"nextFormGuid": "06aa2ff9-b24d-4137-b0ea-5fb6243ccb80",
"attributes": "sample string 10",
"updated": "2026-04-03T06:19:41.4867391",
"positioning": 1,
"contentPanel": "sample string 11",
"selectionMode": 1,
"maximumSelections": 1,
"alteredInStore": true,
"deleted": true,
"blueprintID": 1,
"preserveLayout": true,
"mainCheckoutFormName": "sample string 13",
"nextCheckoutForm": {
"$ref": "49"
},
"previousCheckoutForm": {
"$ref": "49"
},
"buttons": [
{
"$id": "50",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "IK49JCmyKEy4INqR1qb++w==",
"checkoutFormGuid": "243dae20-b229-4c28-b820-da91d6a6fefb",
"identifier": "sXkhD52N3kS+Joo+vN06PA==",
"identifierGuid": "0f2179b1-8d9d-44de-be26-8a3ebcdd3a3c",
"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": "xvlVhcSWWE+oDGXl6nC7xw==",
"valueGuid": "8555f9c6-96c4-4f58-a80c-65e5ea70bbc7",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-04-03T06:19:41.4867391",
"action": "sample string 12",
"valueForm": {
"$ref": "49"
},
"image": {
"$id": "51",
"name": "sample string 3.sample string 4",
"imageID": 2,
"imageName": "sample string 3",
"imageExtension": "sample string 4",
"lastUpdate": "2026-04-03T06:19:41.4867391",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "50"
}
],
"panels": [
{
"$id": "52",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "70PT3QVB5UibdnnOtB03jQ==",
"checkoutFormGuid": "ddd343ef-4105-48e5-9b76-79ceb41d378d",
"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": "52"
}
]
},
{
"$ref": "49"
}
],
"panels": [
{
"$ref": "52"
},
{
"$ref": "52"
}
]
},
"pages": [
{
"$ref": "46"
},
{
"$ref": "46"
}
]
},
"contentPanel": {
"$ref": "52"
},
"products": [
{
"$id": "53",
"flipChartPageIdentifier": "4OJ2BFTUqkqIGvZyVyD0uw==",
"flipChartPageIdentifierGuid": "0476e2e0-d454-4aaa-881a-f6725720f4bb",
"pluG_UID": "kk0Ph39ULEC4F0ZzQNyxBw==",
"pluGuid": "870f4d92-547f-402c-b817-467340dcb107",
"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": "53"
}
],
"productCount": 27,
"pages": [
{
"$ref": "46"
},
{
"$ref": "46"
}
]
},
{
"$ref": "46"
}
],
"priceHistory": [
{
"$id": "54",
"pluG_UID": "LKpS0M978k61Z49g2+CBYA==",
"pluGuid": "d052aa2c-7bcf-4ef2-b567-8f60dbe08160",
"price": 1,
"costCalcMethod": 1,
"cost": 2,
"weightedAvgCost": 3,
"lastCost": 4,
"rawCost": 5,
"rawWeightedAvgCost": 6,
"rawLastCost": 7,
"costDecimals": 8,
"serviceFeeID": 9,
"freight": 10.0,
"freightType": 11,
"process": "sample string 12",
"user": "sample string 13",
"updated": "2026-04-03T06:19:41.4867391",
"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": "54"
}
],
"ingredients": [
{
"$id": "55",
"pluG_UID": "tFGgOYT/O02hz4LxkK3kNQ==",
"ingredientGuid": "33XlUGvp3ECvSndcI5NlRQ==",
"ingredientIdentifier": "50e575df-e96b-40dc-af4a-775c23936545",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "4"
}
},
{
"$ref": "55"
}
],
"bins": [
{
"$id": "56",
"pluG_UID": "zWKc+EnJPUiNh05f8lW85Q==",
"pluGuid": "f89c62cd-c949-483d-8d87-4e5ff255bce5",
"shelfLocationIdentifier": "h4UhonF4lECtfsojPfRtRA==",
"shelfLocationGuid": "a2218587-7871-4094-ad7e-ca233df46d44",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "y7EPhQwnaUC69XY8U9w3/w==",
"labelPageLayoutGuid": "850fb1cb-270c-4069-baf5-763c53dc37ff",
"updated": "2026-04-03T06:19:41.4867391",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "4"
},
"location": {
"$id": "57",
"identifier": "OSoQynRqjk6tLpBLiN6oRw==",
"storeID": 1,
"identifierGuid": "ca102a39-6a74-4e8e-ad2e-904b88dea847",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-04-03T06:19:41.4867391",
"minTemp": 1,
"maxTemp": 1,
"checkFrequency": 1,
"storeCaseConfiguration": 5,
"storeName": "sample string 6",
"bins": [
{
"$ref": "56"
},
{
"$ref": "56"
}
]
}
},
{
"$ref": "56"
}
],
"bin": {
"$ref": "56"
},
"scaleLocations": [
{
"$id": "58",
"plu": 1,
"pluG_UID": "2E0+jyr4f0qAvGnbMwdPBQ==",
"pluGuid": "8f3e4dd8-f82a-4a7f-80bc-69db33074f05",
"deptNo": 1,
"product": {
"$ref": "4"
},
"scaleLocation": {
"$id": "59",
"id": 1,
"deptNo": 1,
"deptCode": "sample string 2",
"name": "sample string 3",
"enabled": true,
"updated": "2026-04-03T06:19:41.4867391",
"department": {
"$id": "60",
"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": "59"
},
"subDepartments": [
{
"$id": "61",
"id": 1,
"departmentID": 2,
"name": "sample string 3",
"code": "sample string 4",
"departmentCode": "sample string 5",
"externalSales": true,
"minorDepartments": [
{
"$id": "62",
"id": 1,
"subDepartmentID": 2,
"departmentID": 3,
"name": "sample string 4",
"subDepartmentCode": "sample string 5",
"departmentCode": "sample string 6",
"code": "sample string 7",
"lesserDepartments": [
{
"$id": "63",
"id": 1,
"departmentID": 2,
"subDepartmentID": 3,
"minorDepartmentID": 4,
"name": "sample string 5",
"code": "sample string 6",
"departmentCode": "sample string 7",
"subDepartmentCode": "sample string 8",
"minorDepartmentCode": "sample string 9",
"updated": "2026-04-03T06:19:41.4867391",
"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": "V9OZKJcULUeCEr7dlKQuMg==",
"labelPageLayoutGuid": "2899d357-1497-472d-8212-bedd94a42e32",
"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": "64",
"dept": 1,
"category": 2,
"name": "sample string 3",
"active": true,
"mscCommodities": [
{
"$id": "65",
"dept": 1,
"category": 2,
"commodity": 3,
"name": "sample string 4",
"active": true,
"mscSubCommodities": [
{
"$id": "66",
"dept": 1,
"category": 2,
"commodity": 3,
"subCommodity": 4,
"name": "sample string 5",
"active": true,
"subCommodityCode": "sample string 7"
},
{
"$ref": "66"
}
],
"commodityCode": "sample string 6"
},
{
"$ref": "65"
}
],
"categoryCode": "sample string 5"
},
"mscCom": {
"$ref": "65"
},
"mscDep": {
"$id": "67",
"dept": 1,
"name": "sample string 2",
"active": true,
"mscCategories": [
{
"$ref": "64"
},
{
"$ref": "64"
}
],
"deptCode": "sample string 4"
},
"mscSubCom": {
"$ref": "66"
}
},
{
"$ref": "63"
}
],
"updated": "2026-04-03T06:19:41.4867391",
"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": "HSVB/KdC3k+fhDB1qVNO3A==",
"labelPageLayoutGuid": "fc41251d-42a7-4fde-9f84-3075a9534edc",
"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": "64"
},
"mscCom": {
"$ref": "65"
},
"mscDep": {
"$ref": "67"
},
"mscSubCom": {
"$ref": "66"
}
},
{
"$ref": "62"
}
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:19:41.4867391",
"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": "0NkPEgnE9keV4/ON37LYgw==",
"labelPageLayoutGuid": "120fd9d0-c409-47f6-95e3-f38ddfb2d883",
"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": "64"
},
"mscCom": {
"$ref": "65"
},
"mscDep": {
"$ref": "67"
},
"mscSubCom": {
"$ref": "66"
}
},
{
"$ref": "61"
}
],
"stores": [
1,
2
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:19:41.4867391",
"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": "mUsE95C/OkaozeoDXm6L8w==",
"labelPageLayoutGuid": "f7044b99-bf90-463a-a8cd-ea035e6e8bf3",
"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": "64"
},
"mscCom": {
"$ref": "65"
},
"mscDep": {
"$ref": "67"
},
"mscSubCom": {
"$ref": "66"
}
}
}
},
{
"$ref": "58"
}
],
"nextPrice": {
"$ref": "2"
},
"currentCostStart": "2026-04-03T06:19:41.4867391",
"dealCosts": [
{
"$id": "68",
"headerIdentifier": "7NRtl1s48Ee/twiuvMRV3A==",
"headerIdentifierGuid": "976dd4ec-385b-47f0-bfb7-08aebcc455dc",
"identifier": "tczEPSLQDUuILrzjxomPQQ==",
"identifierGuid": "3dc4ccb5-d022-4b0d-882e-bce3c6898f41",
"supplierIdentifier": "9DMUUDMUVkKuMJZDOr0LJg==",
"supplierGuid": "501433f4-1433-4256-ae30-96433abd0b26",
"pluG_UID": "kEXYRJXAsUeE8yvKDo6XRA==",
"pluGuid": "44d84590-c095-47b1-84f3-2bca0e8e9744",
"campaignName": "1b82eb68-904c-48d5-9607-25d0fc9ce2f5",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-04-03T06:19:41.4867391",
"end": "2026-04-03T06:19:41.4867391",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "gIMC+YF1vUW2DlUeojyO0w==",
"bonusItemPluGuid": "f9028380-7581-45bd-b60e-551ea23c8ed3",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-04-03T06:19:41.4867391",
"metcashPromotionID": "sample string 14",
"fromHost": 15,
"storeNames": "sample string 16",
"storeIDs": [
1,
2
],
"supplierName": "sample string 17",
"campaignDescription": "sample string 18",
"newPrice": 1,
"campaignMetcashPromotionID": "sample string 19",
"campaignActive": true,
"campaignStartDate": "2026-04-03T06:19:41.4867391",
"campaignEndDate": "2026-04-03T06:19:41.4867391",
"masterPLUG_UID": "lv8a1VUSa0y6aqLdEMH5/g==",
"masterID": "d51aff96-1255-4c6b-ba6a-a2dd10c1f9fe",
"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": "gQgJTLrPpkOYjEvKKm3S8Q==",
"bonusMasterID": "4c090881-cfba-43a6-988c-4bca2a6dd2f1",
"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": "68"
}
],
"tags": [
{
"$id": "69",
"pluG_UID": "+Pm1k8th/0qTJdGS2YYt4A==",
"pluGuid": "93b5f9f8-61cb-4aff-9325-d192d9862de0",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "69"
}
],
"alternateProductG_UID": "6wkm+etT7UCwLbp4toQFVw==",
"alternateProduct": "f92609eb-53eb-40ed-b02d-ba78b6840557",
"altProduct": {
"$ref": "4"
},
"productHostCode": {
"$id": "70",
"id": 1,
"pluG_UID": "wQ6QKsL9j0GDquNX2zgTgQ==",
"pluGuid": "2a900ec1-fdc2-418f-83aa-e357db381381",
"ibaCode": "sample string 2"
},
"mscCat": {
"$ref": "64"
},
"mscCom": {
"$ref": "65"
},
"mscDep": {
"$ref": "67"
},
"mscSubCom": {
"$ref": "66"
},
"isUserUpdate": true,
"ignoreMasterProduct": true,
"priceGroupLabelRequested": true,
"firstSold": "2026-04-03T06:19:41.4867391",
"inventoryTracked": "2026-04-03T06:19:41.4867391",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "71",
"pluG_UID": "DVZVDwApM0eIAr0LZJQwJA==",
"pluGuid": "0f55560d-2900-4733-8802-bd0b64943024",
"fuelPluG_UID": "HlBA80kk0EiNqBcSKAgmaA==",
"fuelPluGuid": "f340501e-2449-48d0-8da8-171228082668",
"price": 3,
"productDescription": "sample string 4",
"productBarcode": "sample string 5",
"fuelProductDescription": "sample string 6",
"fuelProductBarcode": "sample string 7",
"fuelProductPrice": 8
},
"productFuelLinks": [
{
"$ref": "71"
},
{
"$ref": "71"
}
]
},
"campaignPlu": {
"$ref": "2"
},
"fuelItem": true
},
{
"$ref": "3"
}
],
"campaign": {
"$ref": "1"
},
"product": {
"$ref": "4"
},
"dealCost": {
"$ref": "68"
}
},
{
"$ref": "2"
}
],
"campaignPools": [
{
"$id": "72",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 4,
"pluG_UID": "/NGCq3oJj0GwNqY2NgGFtQ==",
"pluGuid": "ab82d1fc-097a-418f-b036-a636360185b5",
"hostOfferID": 1,
"priceGroupG_UID": "q5DtSMmOVkOTDQ8Iq8surg==",
"priceGroupGuid": "48ed90ab-8ec9-4356-930d-0f08abcb2eae",
"fuelItem": true,
"pluName": "sample string 6",
"apn": "sample string 7",
"pluActive": true,
"cartonQty": 1,
"baseUnits": 9.1,
"cri": "sample string 10",
"salesMode": 1,
"pluaws": 11.0,
"directNumber": "sample string 12",
"departmentName": "sample string 13",
"subDepartmentName": "sample string 14",
"priceGroupName": "sample string 15",
"supplierName": "sample string 16",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-04-03T06:19:41.4867391",
"rrp": 17,
"campaignDescription": "sample string 18",
"product": {
"$ref": "4"
},
"campaign": {
"$ref": "1"
}
},
{
"$ref": "72"
}
],
"sellingRules": [
{
"$id": "73",
"id": 1,
"identifier": "xKIvubR7lEyR1Mzl/jOPWg==",
"identifierStr": "xKIvubR7lEyR1Mzl/jOPWg==",
"identifierGuid": "b92fa2c4-7bb4-4c94-91d4-cce5fe338f5a",
"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": "73"
}
],
"customers": [
{
"$id": "74",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"customerID": "60vLeMiHdkSardFln6O65g==",
"customerIDGuid": "78cb4beb-87c8-4476-9aad-d1659fa3bae6",
"campaign": {
"$ref": "1"
},
"customer": {
"$id": "75",
"identifier": "Nua8HWimlkSIrhRhXevq1w==",
"identifierGuid": "1dbce636-a668-4496-88ae-14615debead7",
"code": "sample string 2",
"familyName": "sample string 3",
"givenName": "sample string 4",
"otherName": "sample string 5",
"title": "sample string 6",
"dateOfBirth": "2026-04-03T06:19:41.4867391",
"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": "4LunXuGyTE+CydxgLby54g==",
"communityIdentifierGuid": "5ea7bbe0-b2e1-4f4c-82c9-dc602dbcb9e2",
"joined": "2026-04-03T06:19:41.4867391",
"updated": "2026-04-03T06:19:41.4867391",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "EP34TG9omU6smv/8f/BSiA==",
"priceLevelIdentifierGuid": "4cf8fd10-686f-4e99-ac9a-fffc7ff05288",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-04-03T06:19:41.4867391",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "76",
"cardType": 2,
"issueDate": "2026-04-03T06:19:41.4867391",
"expiry": "2026-04-03T06:19:41.4867391",
"customerID": "r3Gdgr6XLkOtGCXLeYTb8w==",
"customerIDGuid": "829d71af-97be-432e-ad18-25cb7984dbf3",
"initialValue": 1,
"currentValue": 1,
"maxLimit": 1,
"minTransaction": 1,
"maxTransaction": 1,
"multiplier": 1.1,
"active": true,
"reasonInactive": 1,
"idRequired": true,
"idType": 1,
"idValue": "sample string 5",
"updated": "2026-04-03T06:19:41.4867391",
"linkedAccount": "G7eGFFK4pEqjfLPdq9aHLg==",
"linkedAccountGuid": "1486b71b-b852-4aa4-a37c-b3ddabd6872e",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "75"
},
"account": {
"$id": "77",
"id": 1,
"identifier": "+XaI4zg1NkqH77yRGBkToA==",
"identifierGuid": "e38876f9-3538-4a36-87ef-bc91181913a0",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-04-03T06:19:41.4867391",
"owner": "jwEOAq6Mz0Ou0Mzm6G1I4g==",
"ownerGuid": "020e018f-8cae-43cf-aed0-cce6e86d48e2",
"accountStoreGroupIdentifier": "Lm+/1uIB7UGb6xGlSST+lQ==",
"accountStoreGroupGuid": "d6bf6f2e-01e2-41ed-9beb-11a54924fe95",
"accountType": 1,
"currentBalance": 1,
"externalID": "sample string 7",
"maximumLimit": 1,
"accruePoints": true,
"loyaltyPoints": 1,
"termsOfTrade": 1,
"signatureRequired": true,
"referenceRequired": true,
"statementSendType": 10,
"ageingPeriod": 1,
"monthlyAgeingPeriod": true,
"explodedInvoice": true,
"isFifoAllocation": true,
"lastStatementSent": "2026-04-03T06:19:41.4867391",
"active": true,
"updated": "2026-04-03T06:19:41.4867391",
"deleted": true,
"deletedUser": "sample string 16",
"currentBalanceChanged": true,
"maximumLimitChanged": true,
"loyaltyPointsChanged": true,
"projectedBalance": 17,
"accountStoreGroupStoreIDs": [
1,
2
],
"customerEmail": "sample string 18",
"ownerCustomer": {
"$ref": "75"
},
"card": {
"$ref": "76"
},
"members": {
"$id": "78",
"sample string 1": [
{
"$ref": "75"
},
{
"$ref": "75"
}
],
"sample string 2": [
{
"$ref": "75"
},
{
"$ref": "75"
}
]
},
"customerGroups": [
{
"$id": "79",
"identifier": "efAqUaydSESHULBhx6po5A==",
"identifierGuid": "512af079-9dac-4448-8750-b061c7aa68e4",
"name": "sample string 2",
"primaryContact": "XnC5IIB7l0S6kTxphvnrZw==",
"primaryContactGuid": "20b9705e-7b80-4497-ba91-3c6986f9eb67",
"accountID": "cFHDIvg5jU+tpwfB6clMOw==",
"accountIDGuid": "22c35170-39f8-4f8d-ada7-07c1e9c94c3b",
"special": true,
"updated": "2026-04-03T06:19:41.4867391",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "hXg28/VLmU+RB7Xwst+rHA==",
"priceLevelIdentifierGuid": "f3367885-4bf5-4f99-9107-b5f0b2dfab1c",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "77"
},
"primaryContactCustomer": {
"$ref": "75"
},
"customerGroupMembers": [
{
"$id": "80",
"id": 1,
"groupID": "U6MqhmfbeUuPVgxwvHas7g==",
"groupIDGuid": "862aa353-db67-4b79-8f56-0c70bc76acee",
"customerID": "CsBVfnqyiUqhLp6hr5N3DA==",
"customerIDGuid": "7e55c00a-b27a-4a89-a12e-9ea1af93770c",
"card": "sample string 4",
"linkedAccount": "mpcsdm2eYEWKDNfGHY8anQ==",
"linkedAccountGuid": "762c979a-9e6d-4560-8a0c-d7c61d8f1a9d",
"customer": {
"$ref": "75"
},
"group": {
"$ref": "79"
},
"customerCard": {
"$ref": "76"
}
},
{
"$ref": "80"
}
]
},
{
"$ref": "79"
}
]
},
"payments": [
{
"$id": "81",
"id": 1,
"identifier": "F85SRz487UuGyb32EGsFaQ==",
"identifierGuid": "4752ce17-3c3e-4bed-86c9-bdf6106b0569",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "b5S36FnU3EG3L6xMuFegtg==",
"accountIDGuid": "e8b7946f-d459-41dc-b72f-ac4cb857a0b6",
"customerAccount": {
"$ref": "77"
},
"customerCard": {
"$ref": "76"
},
"accountType": 1,
"cardName": "sample string 8",
"authorisationNumber": "sample string 9",
"bankReference": "sample string 10",
"merchantID": "sample string 11",
"terminalID": "sample string 12",
"cardNumber": "sample string 13",
"paymentDate": "2026-04-03T06:19:41.4867391",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "CK3DZZo0rEqpYTetHz1sLQ==",
"idempotentVoidGuid": "65c3ad08-349a-4aac-a961-37ad1f3d6c2d",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "82",
"saleHeaderID": 1,
"saleHeaderGuid": "LMSct5T3+EyYbGJCdwYryg==",
"saleHeaderIdentifierGuid": "b79cc42c-f794-4cf8-986c-624277062bca",
"created": "2026-04-03T06:19:41.4867391",
"createdLocal": "2026-04-03T06:19:41.4867391",
"createdText": "sample string 4",
"itemCount": 5,
"totalAmount": 6,
"cashTender": 1,
"cardTender": 1,
"cheqTender": 1,
"acctTender": 1,
"voucherTender": 1,
"loyaltyPoints": 1,
"cashout": 1,
"changeAmount": 1,
"rounding": 1,
"gstAmount": 1,
"transactionDiscountTender": 1,
"totalTip": 7,
"tranType": 1,
"processed": 1,
"imported": "2026-04-03T06:19:41.4867391",
"storeID": 1,
"operatorG_Uid": "xeJhEWTFcUKQheWghAfKxw==",
"operatorGuid": "1161e2c5-c564-4271-9085-e5a08407cac7",
"customerG_Uid": "+mFaBvxS+0WaVazq0ZZWuA==",
"customerGuid": "065a61fa-52fc-45fb-9a55-acead19656b8",
"communityIdentifier": "wPbuWV10OEyfZKIaDFidAQ==",
"communityIdentifierGuid": "59eef6c0-745d-4c38-9f64-a21a0c589d01",
"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": "h9DeQFBWHEW/FsqjLOUS7Q==",
"priceLevelIdentifierGuid": "40ded087-5650-451c-bf16-caa32ce512ed",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-04-03T06:19:41.4867391+00:00\",\"DeliveryAddress1\":\"sample string 2\",\"DeliveryAddress2\":\"sample string 3\",\"CustomerPhoneNumber\":\"sample string 4\",\"OrderType\":0,\"ExternalOrderID\":\"sample string 5\",\"ExternalDisplayableOrderID\":\"sample string 6\",\"TableName\":\"sample string 7\",\"CreatedBy\":0,\"OrderingAppName\":\"sample string 8\"}",
"deserialisedOrderMetadata": {
"$id": "83",
"customerName": "sample string 1",
"pickupAt": "2026-04-03T06:19:41.4867391",
"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": "41"
},
"customer": {
"$ref": "75"
},
"communityOrganisation": {
"$id": "84",
"id": 1,
"identifier": "AP6eKR2dP0CVvsV9H4GELg==",
"identifierGuid": "299efe00-9d1d-403f-95be-c57d1f81842e",
"name": "sample string 3",
"lookupIdentifier": "sample string 4",
"externalID": "sample string 5",
"phone": "sample string 6",
"fax": "sample string 7",
"email": "sample string 8",
"address1": "sample string 9",
"address2": "sample string 10",
"city": "sample string 11",
"postCode": "sample string 12",
"state": "sample string 13",
"country": "sample string 14",
"abn": "sample string 15",
"promoPeriodStart": "2026-04-03T06:19:41.4867391",
"promoPeriodEnd": "2026-04-03T06:19:41.4867391",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-04-03T06:19:41.4867391",
"deleted": true
},
"details": [
{
"$id": "85",
"saleItemID": 1,
"identifier": "rpoqqP8rOkK/1NrXdxUKVQ==",
"identifierGuid": "a82a9aae-2bff-423a-bfd4-dad777150a55",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "EgOPCH4/s0OGrbgTQXdYEg==",
"pluGuid": "088f0312-3f7e-43b3-86ad-b81341775812",
"accountID": "jzq0L3lMSkSBV5DE9Q8SCQ==",
"accountIDGuid": "2fb43a8f-4c79-444a-8157-90c4f50f1209",
"normalPrice": 3,
"originalSellingPrice": 4,
"discountPrice": 5,
"unit": 1,
"quantity": 6,
"totalCents": 7,
"fixedPrice": 1,
"tranType": 1,
"discountType": 1,
"cost": 1,
"costDecimals": 8,
"markdown": 1,
"manualQuantity": 1,
"manualPrice": 1,
"manualMode": 1,
"active": 1,
"offline": true,
"barcode": "sample string 9",
"keyedSale": 1,
"discountedID": 1,
"fuelID": 1,
"serialNumber": "sample string 10",
"bestOrExpire": "2026-04-03T06:19:41.4867391",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "V24v/+e88kCG2Et0tiK7tw==",
"refundGuid": "ff2f6e57-bce7-40f2-86d8-4b74b622bbb7",
"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": "er2VJnyQBE2A1gzTJ2MT/w==",
"idempotentVoidGuid": "2695bd7a-907c-4d04-80d6-0cd3276313ff",
"priceLevelIdentifier": "fEMy8SKjP0my+6imgiYuNg==",
"priceLevelIdentifierGuid": "f132437c-a322-493f-b2fb-a8a682262e36",
"communityIdentifier": "wI6oPBGDeUWbNrOL/feo7A==",
"communityIdentifierGuid": "3ca88ec0-8311-4579-9b36-b38bfdf7a8ec",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "86",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-04-03T06:19:41.4867391",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "86"
}
],
"refund": {
"$id": "87",
"id": 1,
"g_UID": "HERbqKyqxUCjlHm11fBKgw==",
"guid": "a85b441c-aaac-40c5-a394-79b5d5f04a83",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-04-03T06:19:41.4867391"
},
"modifier": {
"$id": "88",
"id": 1,
"setG_UID": "3+JA4KOkN0uwphp+P6gqFg==",
"modifierSetGuid": "e040e2df-a4a3-4b37-b0a6-1a7e3fa82a16",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "6k/N41v1BECOtZQXbAkplQ==",
"pluGuid": "e3cd4fea-f55b-4004-8eb5-94176c092995",
"deleted": true,
"g_UID": "02Bf9TY1q0CH3fABl48Qxg==",
"guid": "f55f60d3-3536-40ab-87dd-f001978f10c6",
"product": {
"$ref": "4"
}
},
"priceLevelName": "sample string 25",
"pumpNumber": 1,
"hoseNumber": 1
},
{
"$ref": "85"
}
],
"eftReceipts": [
{
"$id": "89",
"id": 1,
"storeID": 1,
"saleHeaderID": 2,
"storeSaleHeader": {
"$ref": "82"
},
"receipt": "sample string 3",
"processed": 1
},
{
"$ref": "89"
}
],
"payments": [
{
"$ref": "81"
},
{
"$ref": "81"
}
],
"cards": [
{
"$id": "90",
"id": 1,
"saleHeaderID": 1,
"identifier": "sample string 2",
"cardType": 3,
"providerName": "sample string 4"
},
{
"$ref": "90"
}
],
"campaignHits": [
{
"$id": "91",
"id": 1,
"saleHeaderID": 2,
"campaign": "sample string 3",
"name": "sample string 4",
"processed": 1,
"campaignDescription": "sample string 5"
},
{
"$ref": "91"
}
],
"fuel": [
{
"$id": "92",
"id": 1,
"plu": 1,
"pluG_UID": "JIl+1SBCe0+kRWcUbovtnQ==",
"pluGuid": "d57e8924-4220-4f7b-a445-67146e8bed9d",
"saleHeaderID": 2,
"totalCents": 3,
"grade": 1,
"gradeDescription": "sample string 4",
"dispenser": 1,
"hose": 1,
"quantity": 1,
"cost": 1,
"acquirerNum": 1,
"attendant": 1,
"ePurseBalance": 1.0,
"cardSignature": "sample string 5",
"compartmentNumber": 1,
"contractNumber": 1,
"discountCardPAN": "sample string 6",
"discountID": 1,
"discountName": "sample string 7",
"discountNetValue": 1.0,
"discountType": 1,
"discountValue": 1.0,
"discretionaryData": "sample string 8",
"driverID": "sample string 9",
"eftBatchNumber": 1,
"eftResponseCode": "sample string 10",
"endDateTime": "2026-04-03T06:19:41.4867391",
"engineHours": 1.1,
"fposNumber": 1,
"loyaltyCardPAN": "sample string 11",
"miscData1": 1,
"miscData2": "sample string 12",
"miscFlags": 1,
"mop": 1,
"odometer": 1,
"panNumber": "sample string 13",
"saleRefund": true,
"saleStatus": 1,
"sequenceNumber": 1,
"stan": 1,
"startDateTime": "2026-04-03T06:19:41.4867391",
"tagNumber": "sample string 15",
"trackTwoRem": "sample string 16",
"transCode": 1,
"transType": 1,
"unitPrice": 1.0,
"vehicleReg": "sample string 17",
"offline": true,
"processed": 1
},
{
"$ref": "92"
}
],
"fuelResells": [
{
"$id": "93",
"saleItemID": 1,
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "EzJpkHg+r0+ofhqSPTuBQg==",
"pluGuid": "90693213-3e78-4faf-a87e-1a923d3b8142",
"accountID": "hf22XBl93kazX47V5J8Y9g==",
"accountIDGuid": "5cb6fd85-7d19-46de-b35f-8ed5e49f18f6",
"normalPrice": 3,
"originalSellingPrice": 4,
"discountPrice": 5,
"unit": 1,
"quantity": 6,
"totalCents": 7,
"fixedPrice": 1,
"tranType": 1,
"processed": 1,
"discountType": 1,
"cost": 1,
"costDecimals": 1,
"markdown": 1,
"manualQuantity": 1,
"manualPrice": 1,
"manualMode": 1,
"active": 1,
"barcode": "sample string 8",
"offline": 1,
"keyedSale": 1,
"discountedID": 1,
"fuelID": 1,
"serialNumber": "sample string 9",
"bestOrExpire": "2026-04-03T06:19:41.4867391",
"bestOrExpireType": 1,
"refundG_UID": "E3Whl/4d4UyXxdMoAU2vPw==",
"refundGuid": "97a17513-1dfe-4ce1-97c5-d328014daf3f",
"providerName": "sample string 10",
"campaign": "sample string 11",
"campaignType": 1,
"modifiedID": 1,
"omittedIngredient": 1,
"taxPercent": 1.0,
"taxAmount": 1.0,
"refundablePrice": 1.0,
"showDiscounts": true,
"orderPrinted": true,
"note": "sample string 14",
"modifierName": "sample string 15",
"modifierSetName": "sample string 16",
"totalValueWasScanned": true,
"sold": true,
"campaignPrice": true,
"scannedValue": 1,
"campaignName": "sample string 20",
"comboDiscount": 1
},
{
"$ref": "93"
}
],
"customerOrder": [
{
"$id": "94",
"identifier": "6VGj9sCMaEWniTm07MB6Sg==",
"identifierGuid": "f6a351e9-8cc0-4568-a789-39b4ecc07a4a",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "GkTFg639QkOe7/Rjh/L5ng==",
"customerIdentifierGuid": "83c5441a-fdad-4342-9eef-f46387f2f99e",
"operatorNo": 1,
"operatorG_UID": "avwW2BnbxEW6IqIIP7oU3g==",
"operatorGuid": "d816fc6a-db19-45c4-ba22-a2083fba14de",
"created": "2026-04-03T06:19:41.4867391",
"ordered": "2026-04-03T06:19:41.4867391",
"started": "2026-04-03T06:19:41.4867391",
"completed": "2026-04-03T06:19:41.4867391",
"supplied": "2026-04-03T06:19:41.4867391",
"quickTicket": 1,
"deleted": true,
"walkAway": true,
"approxWait": 1,
"actualWait": 1,
"deliveryMethod": 8,
"externalSaleType": 9,
"customer": {
"$ref": "75"
},
"operator": {
"$ref": "41"
},
"details": [
{
"$id": "95",
"headerID": 1,
"plu": 1,
"pluG_UId": "vHn7zgZyX0eN0cKUNyiFaQ==",
"pluGuid": "cefb79bc-7206-475f-8dd1-c29437288569",
"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": "Tn+mpE97uEGLiLjVLMp76w==",
"headerIdentifierGuid": "a4a67f4e-7b4f-41b8-8b88-b8d52cca7beb",
"product": {
"$ref": "4"
}
},
{
"$ref": "95"
}
],
"storeName": "sample string 11",
"customerName": "sample string 12",
"storeReplyTo": "sample string 13",
"storeSubjectLine": "sample string 14",
"storeSaleHeader": {
"$ref": "82"
}
},
{
"$ref": "94"
}
],
"surveyResponses": [
{
"$id": "96",
"surveyG_UID": "dacmn5+c/UGiEQPrAYAyTA==",
"surveyGuid": "9f26a775-9c9f-41fd-a211-03eb0180324c",
"saleHeaderGuid": "7OECks6Yo0Ggu9DA+9b7zA==",
"saleGuid": "9202e1ec-98ce-41a3-a0bb-d0c0fbd6fbcc",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "/72MD9pjJkWyjZqGR7W1qw==",
"guidResponse": "0f8cbdff-63da-4526-b28d-9a8647b5b5ab",
"whoAnswered": 2,
"answeredAtUTC": "2026-04-03T06:19:41.4867391",
"sale": {
"$ref": "82"
},
"survey": {
"$id": "97",
"g_UID": "O9RDre61PkeDV3a09tQSaQ==",
"guid": "ad43d43b-b5ee-473e-8357-76b4f6d41269",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "s22de3OdDUC1SFKPnBKYEg==",
"checkoutFormGuid": "7b9d6db3-9d73-400d-b548-528f9c129812",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-04-03T06:19:41.4867391",
"end": "2026-04-03T06:19:41.4867391",
"deleted": true,
"updated": "2026-04-03T06:19:41.4867391",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"613728c2-5ebb-438b-8ad8-fd9dfd34e2cf",
"9555836a-f030-482b-b240-474b4c49a61b"
],
"allowsAllTextResponses": true,
"surveyForm": {
"$ref": "49"
}
},
"ingressId": "sample string 4"
},
{
"$ref": "96"
}
],
"storeName": "sample string 39",
"terminalNumber": 40,
"machineName": "sample string 41",
"operatorName": "sample string 42",
"direction": 1,
"reason": "sample string 43",
"accountG_UID": "spH2E4GWmUeE96CTpobZsA==",
"accountIdentifier": "13f691b2-9681-4799-84f7-a093a686d9b0",
"accountName": "sample string 44",
"customerOrderIdentifier": "LdAXGzh2cki1fGH166OPCA==",
"customerOrderIdentifierGuid": "1b17d02d-7638-4872-b57c-61f5eba38f08",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "98",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "RSt5k0x0mEy3bTGMC7uHIA==",
"paymentIdentifierGuid": "93792b45-744c-4c98-b76d-318c0bbb8720",
"identifier": "EzPQ8Uq0PEO/aByeK3B3pg==",
"identifierGuid": "f1d03313-b44a-433c-bf68-1c9e2b7077a6",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "L69DCgwYnk+e8VyHegDjuQ==",
"itemIdentifierGuid": "0a43af2f-180c-4f9e-9ef1-5c877a00e3b9"
}
},
{
"$ref": "81"
}
]
},
{
"$ref": "76"
}
],
"customerGroupMembers": [
{
"$ref": "80"
},
{
"$ref": "80"
}
],
"customerGroups": [
{
"$ref": "79"
},
{
"$ref": "79"
}
],
"accounts": [
{
"$ref": "77"
},
{
"$ref": "77"
}
],
"account": {
"$ref": "77"
},
"vouchers": [
{
"$id": "99",
"customerIdentifier": "b/eS1qKhBUKfJVNSa5jMyQ==",
"customerIdentifierGuid": "d692f76f-a1a2-4205-9f25-53526b98ccc9",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "aTDQa52zZke3+ov3Av0Tbg==",
"idempotentGuid": "6bd03069-b39d-4766-b7fa-8bf702fd136e",
"offline": true,
"voucher": {
"$id": "100",
"id": 1,
"name": "sample string 2",
"description": "sample string 3",
"shortDescription": "sample string 4",
"url": "sample string 5",
"barcodeTemplateID": 1,
"expiry": 0,
"voucherType": 6,
"limitPerTransaction": 7,
"customerTracking": true,
"discountAccount": "sample string 9",
"endDate": "2026-04-03T06:19:41.4867391",
"barcodeTemplate": {
"$id": "101",
"templateID": 1,
"template": "sample string 1",
"bcFunction": "sample string 2",
"sortOrder": 3
},
"scaleLabel": {
"$id": "102",
"id": 1,
"uid": "sample string 2",
"name": "sample string 3",
"width": 1.1,
"height": 1.1,
"showBorder": true,
"borderWidth": 1.1,
"borderStyle": 1,
"borderColour": "sample string 5",
"updated": "2026-04-03T06:19:41.4867391",
"labelPageLayout": "VN5DixpuM0qmSXo7wNmjSA==",
"pageLayoutGuid": "8b43de54-6e1a-4a33-a649-7a3bc0d9a348",
"labelType": 6,
"oldName": "sample string 7",
"voucher": {
"$ref": "100"
},
"elements": [
{
"$id": "103",
"id": 1,
"scaleLabelID": 2,
"showPercentDI": true,
"showAvgPerHundred": true,
"showAvgPerServe": true,
"name": "sample string 6",
"x": 1.1,
"y": 1.1,
"width": 1.1,
"height": 1.1,
"type": 1,
"rotation": 1,
"text": "sample string 7",
"fontFamily": "sample string 8",
"align": 1,
"bold": true,
"italic": true,
"underline": true,
"strikeout": true,
"reverse": true,
"textColour": "sample string 9",
"fontSize": 1.1,
"picture": "QEA=",
"borderWidth": 10,
"sortOrder": 11,
"printOptions": 12,
"superScriptTextFontSize": 1.1,
"lineStyle": 1,
"spacingStyle": 1,
"interCharacterSpacing": 1.1,
"superScriptOffset": 1.1,
"lineSpacing": 1.1,
"dateFormat": "sample string 13",
"autoGrow": true,
"fontAutoResize": true,
"updated": "2026-04-03T06:19:41.4867391"
},
{
"$ref": "103"
}
]
},
"customerVouchers": [
{
"$id": "104",
"id": 1,
"customerIdentifier": "bJL1ckfOtEqvkP6ZSd8hZQ==",
"customerIdentifierGuid": "72f5926c-ce47-4ab4-af90-fe9949df2165",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-04-03T06:19:41.4867391",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "ygzVe+gfSka+5Fw1IcRniQ==",
"issuedIdempotentGuid": "7bd50cca-1fe8-464a-bee4-5c3521c46789",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-04-03T06:19:41.4867391",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-04-03T06:19:41.4867391",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "YnH8oi1mk027GQLZAcLQDQ==",
"redeemedIdempotentGuid": "a2fc7162-662d-4d93-bb19-02d901c2d00d",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-04-03T06:19:41.4867391",
"storeName": "sample string 17",
"scaleLabel": {
"$ref": "102"
},
"voucher": {
"$ref": "100"
},
"customer": {
"$ref": "75"
},
"issuedOfflinePayment": {
"$ref": "81"
},
"redeemedOfflinePayment": {
"$ref": "81"
}
},
{
"$ref": "104"
}
]
},
"customer": {
"$ref": "75"
}
},
{
"$ref": "99"
}
]
}
},
{
"$ref": "74"
}
],
"customerGroups": [
{
"$id": "105",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupID": "RZ4QSsT38Euqu6SctaE3PA==",
"groupIDGuid": "4a109e45-f7c4-4bf0-aabb-a49cb5a1373c",
"campaign": {
"$ref": "1"
},
"group": {
"$ref": "79"
}
},
{
"$ref": "105"
}
],
"signIqTickets": [
{
"$id": "106",
"identifier": "k9Pd4MB9iE6XonrJByabpQ==",
"identifierGuid": "e0ddd393-7dc0-4e88-97a2-7ac907269ba5",
"campaignName": "sample string 2",
"message": "sample string 3",
"ticketFileSource": "sample string 4",
"ticketFileDestination": "sample string 5",
"storeID": 1
},
{
"$ref": "106"
}
],
"comboPriceGroups": [
{
"$id": "107",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"g_UID": "TE2UMouuvESFA69qMhctVQ==",
"guid": "32944d4c-ae8b-44bc-8503-af6a32172d55",
"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": "108",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupG_UID": "khtj+LN6ekuk7h1uk18dBQ==",
"groupGuid": "f8631b92-7ab3-4b7a-a4ee-1d6e935f1d05",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "zN44OsLouEyo38MyclxdEA==",
"pluGuid": "3a38decc-e8c2-4cb8-a8df-c332725c5d10",
"priceGroupG_UID": "XG6sN8c4nUajmCDzKBWm8A==",
"priceGroupGuid": "37ac6e5c-38c7-469d-a398-20f32815a6f0",
"campaignPoolID": "sample string 7",
"quantity": 1,
"campaign": {
"$ref": "1"
},
"product": {
"$ref": "4"
},
"priceGroup": {
"$ref": "34"
},
"campaignPool": {
"$ref": "1"
}
},
{
"$ref": "108"
}
]
},
{
"$ref": "107"
}
],
"priceLevels": [
{
"$id": "109",
"id": 1,
"priceLevelIdentifier": "mzG+82MrWUmqS7yihnfcsw==",
"priceLevelIdentifierGuid": "f3be319b-2b63-4959-aa4b-bca28677dcb3",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "109"
}
],
"promotionType": {
"$id": "110",
"identifier": "p6A/0DDbd0Wh5XpnNNzz0w==",
"identifierGuid": "d03fa0a7-db30-4577-a1e5-7a6734dcf3d3",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "svfeD9XTOEyytYOAWbFqlQ==",
"labelPageLayoutGuid": "0fdef7b2-d3d5-4c38-b2b5-838059b16a95",
"priceLevelIdentifier": "crkkj1CuxU6/78MG7vVW1g==",
"priceLevelIdentifierGuid": "8f24b972-ae50-4ec5-bfef-c306eef556d6",
"active": true,
"updated": "2026-04-03T06:19:41.4867391",
"hostName": "sample string 11"
}
}
application/xml
Sample not available.
text/xml
Sample not available.
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
PK t2�\19�)� 5 xl/workbook.xml � (� ����0��&�C�pQQR8q����Ji�?ik��-L�yۙ��v�h}���go=�P��w1� 4i;�Ȥ]k�Ƙ��m[�Pm��&�eg�4`TքN���?��<�Q�ÂҨ������h�L�Zw2,!�M����3���5F�lv���{�|��p��Ks��6�<ǴX�_���w�PK t2�\���� � [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
t2�\��3' ' _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="R53b1134765644144" /></Relationships>PK t2�\���m d xl/worksheets/sheet1.xml � (� ��[s9��
����uK�N
q�{�8���fS1�8���#fhzG�KbgNkFG�QK����7�?�t6��wu�����r2��:��ϯ� ݧ'G����uU�;$��=�w���'����f�䮺�gW��x0�_��z����eu:��W��Q�����`N��]��f���vkv7���'�o�F�ݓ��F_|}gZ]wK����t;������z�5~�,���d�{�˫�qW-��-������ΰ����/&/�ѯ�9�d�5�������x����.�~
����XhTΐ��~6���=��NՏufUg���U�� �W�h��^��z<�ޮ��^c�B�1��i�w�zW��"*k=�qƷ��U���u�,D@��������z�8o4eBP��>��c�^)��pQ�n��*��\y�F�fM�"D�6����t�I�Q�S�������C�!�q��'�m�=*A
@dFH��}�І������ ?���Z���{ ���:4g���AT2#$u�w�I왚=
�w�X��Ġ��߬7�}w>��3p�{��O{���zT�ev�4
m��*�1C�I���v_����2;�I����=L�I�}ك���
�=8t�����S �Ct1����wc�S��������A�4�@פֿ1D�!�
�A�M���1�}̍��<�v�YHf� $�ɠ���q�6 E �P��U��t���LH⾭��@����<����PDs��1����ׯπ��T���� A�D(��@;15C2?3BB]s�:�ۨ3]�X��@,M��hކ� �zZD:.�R�,� A��PP�����ڐ;O��t����P'�#e�a�H�5��:
1�26�D��IP�`-������0(ڌ�1�ZйE���4�ŖJ��fѮ�#
}A�G�k�����q�K��`>89�N:��c�SI?ΖWE�������D��,jW���Bo*�m+̦�t[����
�T�m+��Ŷ�m*^n+���ն"l*^o+���3�� a��$�������A�0c� s�� a�^��'A���,H��_ژ�_ s�� a�~$������S�0wK!���[
14��R
"3��h�åF`�B�y\
�fr)D�˥J`6�B,��,��B2��,D��B6��,���B:��,���B>��,��BB��,D��BF��,���BJ��,��r���Z�s_ȩe>���Z�s_ȩ�}�Q�^wjSwj�*:p���}�3��2�`�y�sA�L��}����K^�%�[�z�|F�@���W�u���M��n�a���y˳�-�.Z�}jy�����t�ů�u�&HXZ�oK�A�>���T��ٖ����R��.v��x��О�}�6a!r��!s���ׂ������h�V�O�����A�a�΅��
�-����Ix �|4�#
Iu�#
Q��#
Y�|^BX=GGH����4�~)h�B����-T_Ȭ�}~쾽Ɲ�����d2���[����O�PK t2�\>��i� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞�!Lմ6lK/0��8jbG��l,8W�*�6]����������m��8x�AY`�׃�;8&s#a�Y�hĔ'����ؔ��QY�0~&�;Ƈ SNC�gT��
��d�%��O3���=xu�ȥ?��ՇC�D �CO���R��P�
�Qw��͝��Fa�5�����b:�����}�H�4Zb-����@�)�|�Ӳ�P�TY�g��V�����/�b�PK t2�\Ѓ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 t2�\�*sY� � xl/sharedStrings.xml � (� �V�o�0�W�|�(��j�!��+�}�&�I��ة��f��:�
L��7�w����{н|K)Z�����S��yBز��g�n�ARa�`����.�])ҥL���R�'ߗ�
R,=��Ȃ�+�U,}� ��\���� �栘�L����y�a����U���~�/���L`��p
��MN���d,H��
�E �Uk�f�V�+L�>t�h�FkLs� �34ͣ*s?q.�8�0Y2��fVd�>P��
��\�z0�T��1��f��\��?�55�L���7�g4ą1���Ee��F� S`�f��3���z�l G^�0=����3ETa�5Vdm�A3�qlisZH�~t�wƒ<�[XO ���<�WdA �����)��R��G�P4���K5N�U��8j[�2�&�9�U�� ��}���8)X�0���x3<���b���ܙ���IƳ���Ȗ��1�M�)wY{�cN-��T<�^~�<�LJ�5~����Y�ӈW�W�-��l��I�.=X�a�l%.��FЎ�N��]�V�I�4�k��s��}�x&rC�cI�8�>w�õ�~a�{�P��}��0l-pý����h�O�u�ךQ'�@�u��Z�n�opJ!.oNz7�@_�wK��Q{�d����-�u��j��G?�3��M�CQ�&o�0��Y�s���<��j�������1Ψ�k\��h}�|P�&j���8`�����PK- t2�\19�)� 5 xl/workbook.xmlPK- t2�\���� � � [Content_Types].xmlPK-
t2�\��3' ' U _rels/.relsPK- t2�\���m d � xl/worksheets/sheet1.xmlPK- t2�\>��i� P '
xl/_rels/workbook.xml.relsPK- t2�\Ѓc'2 E
l xl/styles.xmlPK- t2�\�*sY� � � xl/sharedStrings.xmlPK �
application/vnd.ms-excel
PK t2�\c�N�� 5 xl/workbook.xml � (� ����0D�&�C�����N\�z�ԭ4Ж�5��$��ξ>Z�5�v�{�W�6��`̋5���ĝ�NC�ҽ��R ��xk4��I�3�=e�o���B������-b���Ҡ��;B���p���Zw2 [B�7�g�v1+b@cIk@��ܞ%=R�
�{�7B����<���n�
�����PK t2�\���� � [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
t2�\�z`' ' _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="R656aacd404fc4d73" /></Relationships>PK t2�\���m d xl/worksheets/sheet1.xml � (� ��[s9��
����uK�N
q�{�8���fS1�8���#fhzG�KbgNkFG�QK����7�?�t6��wu�����r2��:��ϯ� ݧ'G����uU�;$��=�w���'����f�䮺�gW��x0�_��z����eu:��W��Q�����`N��]��f���vkv7���'�o�F�ݓ��F_|}gZ]wK����t;������z�5~�,���d�{�˫�qW-��-������ΰ����/&/�ѯ�9�d�5�������x����.�~
����XhTΐ��~6���=��NՏufUg���U�� �W�h��^��z<�ޮ��^c�B�1��i�w�zW��"*k=�qƷ��U���u�,D@��������z�8o4eBP��>��c�^)��pQ�n��*��\y�F�fM�"D�6����t�I�Q�S�������C�!�q��'�m�=*A
@dFH��}�І������ ?���Z���{ ���:4g���AT2#$u�w�I왚=
�w�X��Ġ��߬7�}w>��3p�{��O{���zT�ev�4
m��*�1C�I���v_����2;�I����=L�I�}ك���
�=8t�����S �Ct1����wc�S��������A�4�@פֿ1D�!�
�A�M���1�}̍��<�v�YHf� $�ɠ���q�6 E �P��U��t���LH⾭��@����<����PDs��1����ׯπ��T���� A�D(��@;15C2?3BB]s�:�ۨ3]�X��@,M��hކ� �zZD:.�R�,� A��PP�����ڐ;O��t����P'�#e�a�H�5��:
1�26�D��IP�`-������0(ڌ�1�ZйE���4�ŖJ��fѮ�#
}A�G�k�����q�K��`>89�N:��c�SI?ΖWE�������D��,jW���Bo*�m+̦�t[����
�T�m+��Ŷ�m*^n+���ն"l*^o+���3�� a��$�������A�0c� s�� a�^��'A���,H��_ژ�_ s�� a�~$������S�0wK!���[
14��R
"3��h�åF`�B�y\
�fr)D�˥J`6�B,��,��B2��,D��B6��,���B:��,���B>��,��BB��,D��BF��,���BJ��,��r���Z�s_ȩe>���Z�s_ȩ�}�Q�^wjSwj�*:p���}�3��2�`�y�sA�L��}����K^�%�[�z�|F�@���W�u���M��n�a���y˳�-�.Z�}jy�����t�ů�u�&HXZ�oK�A�>���T��ٖ����R��.v��x��О�}�6a!r��!s���ׂ������h�V�O�����A�a�΅��
�-����Ix �|4�#
Iu�#
Q��#
Y�|^BX=GGH����4�~)h�B����-T_Ȭ�}~쾽Ɲ�����d2���[����O�PK t2�\�d� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞�)q���ݰa[z��3��&vd�@�Ƃ#q�"A*�`��h~OO��|���ަ�����
� FV�n�}���*�m7{1��`�9��bC&����M27�M���1���3�#��WB��/p�d��L�!:�E�N�&��0u�Qv@�Sl��%�Y�{�؋�UzUVk�����Z��¯�w��Ʌ�j*���e�R�TƠ��9�t�Ӳ�P�e�UQ���"��E�_���PK t2�\Ѓ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 t2�\�*sY� � xl/sharedStrings.xml � (� �V�o�0�W�|�(��j�!��+�}�&�I��ة��f��:�
L��7�w����{н|K)Z�����S��yBز��g�n�ARa�`����.�])ҥL���R�'ߗ�
R,=��Ȃ�+�U,}� ��\���� �栘�L����y�a����U���~�/���L`��p
��MN���d,H��
�E �Uk�f�V�+L�>t�h�FkLs� �34ͣ*s?q.�8�0Y2��fVd�>P��
��\�z0�T��1��f��\��?�55�L���7�g4ą1���Ee��F� S`�f��3���z�l G^�0=����3ETa�5Vdm�A3�qlisZH�~t�wƒ<�[XO ���<�WdA �����)��R��G�P4���K5N�U��8j[�2�&�9�U�� ��}���8)X�0���x3<���b���ܙ���IƳ���Ȗ��1�M�)wY{�cN-��T<�^~�<�LJ�5~����Y�ӈW�W�-��l��I�.=X�a�l%.��FЎ�N��]�V�I�4�k��s��}�x&rC�cI�8�>w�õ�~a�{�P��}��0l-pý����h�O�u�ךQ'�@�u��Z�n�opJ!.oNz7�@_�wK��Q{�d����-�u��j��G?�3��M�CQ�&o�0��Y�s���<��j�������1Ψ�k\��h}�|P�&j���8`�����PK- t2�\c�N�� 5 xl/workbook.xmlPK- t2�\���� � [Content_Types].xmlPK-
t2�\�z`' ' V _rels/.relsPK- t2�\���m d � xl/worksheets/sheet1.xmlPK- t2�\�d� P (
xl/_rels/workbook.xml.relsPK- t2�\Ѓc'2 E
o xl/styles.xmlPK- t2�\�*sY� � � xl/sharedStrings.xmlPK �