GET api/store/{storeID}/fuel
Gets the StoreFuel object by the supplied store ID
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| storeID |
The ID of the Store to return |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A populated FuelStore object
StoreFuel| Name | Description | Type | Additional information |
|---|---|---|---|
| StoreID |
The StoreID of this particualr store |
integer |
None. |
| Store |
Referance to the underlaying Store Object |
Store |
None. |
| Deliveries |
Fuel Deliveries this store has recevied |
Collection of FuelDelivery |
None. |
| Dispensers |
Collection of Fuel Dispensers (pumps) located at this store |
Collection of FuelDispenser |
None. |
| Grades |
Grades of Fuel this store offers |
Collection of FuelGradeModel |
None. |
| Hoses |
A collection of how many Hoses this store has TODO: Should this be here.. or can we just have the hoses connected to pumps? |
Collection of FuelHose |
None. |
| HoseReadings |
Hose Readings TODO: Should this be connected to the actual hoses? |
Collection of FuelHoseReading |
None. |
| Tanks |
The Fuel Tanks this store has |
Collection of FuelTank |
None. |
| TankLevels |
Fuel Tank Levels TODO: Should this be off of the 'FuelTank' Class? |
Collection of FuelTankLevel |
None. |
Response Formats
application/json, text/json
{
"storeID": 1,
"store": {
"$id": "2",
"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:16:52.8058617",
"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": "LsH+eBLHkUuWVAk5JLeHrQ==",
"hostIdentifierGuid": "78fec12e-c712-4b91-9654-093924b787ad",
"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:16:52.8058617",
"priceZone": {
"$id": "3",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "6StUF6F1+ECR0h8fSok64w==",
"hostIdentifierGuid": "17542be9-75a1-40f8-91d2-1f1f4a893ae3",
"sortOrder": 3,
"zoneMasterStoreID": 1,
"electedMasterStoreID": 1,
"containsElectedMasterStore": true
},
"priceZoneName": "sample string 51",
"storeFuelConfigured": true,
"shippingAddressCopied": true,
"shippingAddress": {
"$id": "4",
"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": "4"
},
"hostStoreSettings": [
{
"$id": "5",
"id": 1,
"hostIdentifier": "3HQzI2FeR0KFYn2Vu+vMLg==",
"hostIdentifierGuid": "233374dc-5e61-4247-8562-7d95bbebcc2e",
"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": "6",
"identifier": "lG2H90zoPkelsKPfuzuDHg==",
"identifierGuid": "f7876d94-e84c-473e-a5b0-a3dfbb3b831e",
"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": "lV3+nqbHEEOHbUTNKrQKYA==",
"hostSupplierIdentifierGuid": "9efe5d95-c7a6-4310-876d-44cd2ab40a60",
"loyaltyPriceLevelIdentifier": "gpU+gklYPESQHvDsY5HrKg==",
"loyaltyPriceLevelIdentifierGuid": "823e9582-5849-443c-901e-f0ec6391eb2a",
"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:16:52.8058617",
"lastProcessed": "2026-04-03T06:16:52.8058617",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$id": "7",
"identifier": "/6NqruXTdUGzO9J/bCgR0w==",
"identifierGuid": "ae6aa3ff-d3e5-4175-b33b-d27f6c2811d3",
"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": "Skb2ep5XPUORblqgxU+Hkw==",
"primaryContactID": "7af6464a-579e-433d-916e-5aa0c54f8793",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "MM4Tf2wb0Uy56f7Zjr8FzQ==",
"supplierGroupGuid": "7f13ce30-1b6c-4cd1-b9e9-fed98ebf05cd",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-04-03T06:16:52.8058617",
"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": "8",
"id": "f3690d08-383d-4497-b725-ee46615c7da8",
"identifier": "OLDb0CjtukK9GaOmroCFRQ==",
"identifierGuid": "d0dbb038-ed28-42ba-bd19-a3a6ae808545",
"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": "9",
"supplierIdentifier": "hFNEZ4GKHkKi2R3xK7fXPw==",
"supplierIdentifierGuid": "67445384-8a81-421e-a2d9-1df12bb7d73f",
"contactGuid": "JujiNQ29ok2L9XjMKLzswQ==",
"contactID": "35e2e826-bd0d-4da2-8bf5-78cc28bcecc1",
"contact": {
"$ref": "8"
},
"supplier": {
"$ref": "7"
}
},
{
"$ref": "9"
}
],
"products": [
{
"$id": "10",
"pluG_UID": "Mmv1f+6kykCNvtX8pk9ZIQ==",
"pluGuid": "7ff56b32-a4ee-40ca-8dbe-d5fca64f5921",
"supplierIdentifier": "K6WUqANZTkmqbslBPt6NbA==",
"supplierIdentifierGuid": "a894a52b-5903-494e-aa6e-c9413ede8d6c",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-04-03T06:16:52.8058617",
"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:16:52.8058617",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "11",
"pluG_UID": "mPJ+MwMcPEuOSgDLZlLmvw==",
"pluGuid": "337ef298-1c03-4b3c-8e4a-00cb6652e6bf",
"supplierIdentifier": "UZMs2nShvEmezLNKbNi7pA==",
"supplierIdentifierGuid": "da2c9351-a174-49bc-9ecc-b34a6cd8bba4",
"invoiceCode": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "11"
}
],
"storeIDs": [
1,
2
],
"preferredSupplier": true,
"preferredRebateSupplier": true,
"supplierName": "sample string 42",
"salesMode": 43,
"orderPacked": true,
"active": true,
"price": 1,
"costGstPercent": 45,
"parentPluG_UID": "prgAYC2rKkuExhws1VS7xQ==",
"parentPluGuid": "6000b8a6-ab2d-4b2a-84c6-1c2cd554bbc5",
"freight": 46.0,
"freightType": 1,
"product": {
"$id": "12",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "7frYmKyZY0ud0dtV3+Wd0g==",
"guid": "98d8faed-99ac-4b63-9dd1-db55dfe59dd2",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "Giq1hTfCr0SJ4IpGemANtw==",
"priceGroupGuid": "85b52a1a-c237-44af-89e0-8a467a600db7",
"blueprintID": 1,
"lastCountedDate": "2026-04-03T06:16:52.8058617",
"externalID": "sample string 7",
"active": true,
"activated": "2026-04-03T06:16:52.8058617",
"pluCreated": "2026-04-03T06:16:52.8058617",
"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:16:52.8058617",
"lastManualUpdate": "2026-04-03T06:16:52.8058617",
"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:16:52.8058617",
"currentCostUpdated": "2026-04-03T06:16:52.8058617",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-04-03T06:16:52.8058617",
"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:16:52.8058617",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "OqeRMKMFYUKx+P3yAUtbew==",
"altPLUGuid": "3091a73a-05a3-4261-b1f8-fdf2014b5b7b",
"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:16:52.8058617",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "1b0VVwuk9EK6RiXCsAGJtA==",
"shelfPageLayoutGuid": "5715bdd5-a40b-42f4-ba46-25c2b00189b4",
"talkerPageLayoutG_UID": "LcSZrLXBlUidbyrpWCOgrw==",
"talkerPageLayoutGuid": "ac99c42d-c1b5-4895-9d6f-2ae95823a0af",
"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": "PNVeI2D/HUSw2fMaDiITnw==",
"inventoryIdentifier": "235ed53c-ff60-441d-b0d9-f31a0e22139f",
"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": "fXVmKZWJSUKCHEF8cen7cw==",
"parentPluGuid": "2966757d-8995-4249-821c-417c71e9fb73",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "keR1hlpu2kifLKXIWKUVUA==",
"supplierIdentifierGuid": "8675e491-6e5a-48da-9f2c-a5c858a51550",
"supplierChanged": true,
"rebateSupplierIdentifier": "fSGKG+RJSk6MEk7CtAqngg==",
"rebateSupplierIdentifierGuid": "1b8a217d-49e4-4e4a-8c12-4ec2b40aa782",
"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:16:52.8058617",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "/NvYh96Sj0Wv4EBxBHM8GQ==",
"hostIdentifierGuid": "87d8dbfc-92de-458f-afe0-407104733c19",
"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": "12"
},
{
"$ref": "12"
}
],
"store": {
"$ref": "2"
},
"storePrices": [
{
"$id": "13",
"pluG_UID": "qKk/X9it60iZDFdCUa+9Aw==",
"pluGuid": "5f3fa9a8-add8-48eb-990c-574251afbd03",
"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:16:52.8058617"
},
{
"$ref": "13"
}
],
"currentPrices": {
"$id": "14",
"pluPrices": {
"$id": "15",
"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:16:52.8058617",
"priceChangeType": 0,
"costDecimals": 11,
"costCalcMethod": 12,
"targetCampaignPriceGtOrEquNormal": true
},
"normalPluPrices": {
"$ref": "15"
},
"winningCampaign": 1,
"winner": {
"$id": "16",
"campaignName": "sample string 1",
"campaignDescription": "sample string 2",
"talkerText": "sample string 3",
"disableWasSave": true,
"startDate": "2026-04-03T06:16:52.8058617",
"startTime": 5,
"endDate": "2026-04-03T06:16:52.8058617",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "LRD6gBdTp0W+V1ZUXLATfA==",
"hostIdentifierGuid": "80fa102d-5317-45a7-be57-56545cb0137c",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "16"
},
{
"$ref": "16"
}
]
},
"tray": {
"$id": "17",
"g_UId": "YbWYr/hdkEWdrLdr0BSQeA==",
"guid": "af98b561-5df8-4590-9dac-b76bd0149078",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "18",
"priceGroupG_UID": "1UEw69JsOkevnlnMzXQ/OQ==",
"priceGroupGuid": "eb3041d5-6cd2-473a-af9e-59cccd743f39",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-04-03T06:16:52.8058617",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "12"
},
{
"$ref": "12"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "19",
"pluG_UID": "mKIOSSH6UUSAuLnPqM/8Zw==",
"pluGuid": "490ea298-fa21-4451-80b8-b9cfa8cffc67",
"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": "20",
"pluGuid": "9b0a873f-520e-4c44-8982-964575cdfc18",
"created": "2026-04-03T06:16:52.8058617",
"createdByUser": "sample string 1",
"activated": "2026-04-03T06:16:52.8058617",
"activatedByUser": "sample string 2",
"deactivated": "2026-04-03T06:16:52.8058617",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-04-03T06:16:52.8058617",
"lastOrderedQty": 4.0,
"lastReceived": "2026-04-03T06:16:52.8058617",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-04-03T06:16:52.8058617",
"lastSold": "2026-04-03T06:16:52.8058617",
"firstSold": "2026-04-03T06:16:52.8058617",
"awsUpdated": "2026-04-03T06:16:52.8058617",
"lastManualUpdate": "2026-04-03T06:16:52.8058617",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-04-03T06:16:52.8058617",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-04-03T06:16:52.8058617",
"doNotRangeUpdated": "2026-04-03T06:16:52.8058617",
"doNotOrderUpdated": "2026-04-03T06:16:52.8058617",
"tracked": "2026-04-03T06:16:52.8058617"
},
"allergens": [
{
"$id": "21",
"primaryKey": {
"$id": "22",
"pluGuid": "94098303-8713-40e8-9654-ed19097f986e",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "A4MJlBOH6ECWVO0ZCX+Ybg==",
"pluGuid": "94098303-8713-40e8-9654-ed19097f986e",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "21"
}
],
"costs": {
"$id": "23",
"pluG_UID": "mnl4OIsEv02Vi8eBj5RshQ==",
"pluGuid": "3878799a-048b-4dbf-958b-c7818f946c85",
"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:16:52.8058617",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "24",
"saleHeaderID": 1,
"created": "2026-04-03T06:16:52.8058617",
"createdLocal": "2026-04-03T06:16:52.8058617",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "f3qiuXS8QUqkh8ccEUaXiw==",
"operatorGuid": "b9a27a7f-bc74-4a41-a487-c71c1146978b",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "95LIYswKFkm2qBEUkpbGyQ==",
"pluGuid": "62c892f7-0acc-4916-b6a8-11149296c6c9",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$id": "25",
"id": 1,
"g_Uid": "nYZMtCYRLU2ny5RhLbUeEg==",
"guid": "b44c869d-1126-4d2d-a7cb-94612db51e12",
"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:16:52.8058617",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-04-03T06:16:52.8058617",
"endShift": "2026-04-03T06:16:52.8058617",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "26",
"operatorG_UID": "2pJG9YJtwk+u+v3SRIaT+w==",
"operatorGuid": "f54692da-6d82-4fc2-aefa-fdd2448693fb",
"storeID": 2,
"operator": {
"$ref": "25"
},
"store": {
"$ref": "2"
}
},
{
"$ref": "26"
}
]
}
},
{
"$ref": "24"
}
],
"apns": [
{
"$id": "27",
"pluID": 1,
"pluG_UID": "9z5ltzWGT0+ZJym6lqSqLQ==",
"pluGuid": "b7653ef7-8635-4f4f-9927-29ba96a4aa2d",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "27"
}
],
"tuns": [
{
"$id": "28",
"pluG_UId": "ItHl9NapGE6QY5S6xsLijA==",
"pluGuid": "f4e5d122-a9d6-4e18-9063-94bac6c2e28c",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "12"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "28"
}
],
"competitionPricing": [
{
"$id": "29",
"identifier": "uSJjefFvFk2hDLaDDiLBog==",
"identifierGuid": "796322b9-6ff1-4d16-a10c-b6830e22c1a2",
"pluG_UID": "K7WtcHmBQkWmpOnMcbBuzQ==",
"pluGuid": "70adb52b-8179-4542-a6a4-e9cc71b06ecd",
"competitionID": 1,
"name": "sample string 2",
"sellMultiple": 3,
"retailPrice": 4,
"storeName": "sample string 5"
},
{
"$ref": "29"
}
],
"supplier": {
"$ref": "7"
},
"supplierName": "sample string 148",
"children": [
{
"$ref": "12"
},
{
"$ref": "12"
}
],
"ordering": {
"$ref": "10"
},
"flipChartPages": [
{
"$id": "30",
"identifier": "LVbh8wSlw0OLS37R0TNhsg==",
"groupName": "sample string 1",
"identifierGuid": "f3e1562d-a504-43c3-8b4b-7ed1d13361b2",
"exists": true,
"flipChartIdentifier": "9uZJW76Y502lemQfkqyuZg==",
"flipChartIdentifierGuid": "5b49e6f6-98be-4de7-a57a-641f92acae66",
"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": "CcmBmNaIvki7Q2eubSsx/Q==",
"groupIdentifierGuid": "9881c909-88d6-48be-bb43-67ae6d2b31fd",
"flipChart": {
"$id": "31",
"identifier": "Y6hWfOmGcE2QWixQvpZ5gg==",
"identifierGuid": "7c56a863-86e9-4d70-905a-2c50be967982",
"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": "32",
"identifier": "A65wYhhkukeQS9R5pll+mA==",
"identifierGuid": "6270ae03-6418-47ba-904b-d479a6597e98",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "33",
"id": 1,
"g_UID": "s/fcQz25ZEiyVz8RAnmYag==",
"guid": "43dcf7b3-b93d-4864-b257-3f110279986a",
"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": "jSS/PU2IWE6wqbXXxudgbw==",
"previousFormGuid": "3dbf248d-884d-4e58-b0a9-b5d7c6e7606f",
"nextForm": 1,
"nextFormG_UID": "8zBEk1Alg0exMiQsl3Cj5A==",
"nextFormGuid": "934430f3-2550-4783-b132-242c9770a3e4",
"attributes": "sample string 10",
"updated": "2026-04-03T06:16:52.8058617",
"positioning": 1,
"contentPanel": "sample string 11",
"selectionMode": 1,
"maximumSelections": 1,
"alteredInStore": true,
"deleted": true,
"blueprintID": 1,
"preserveLayout": true,
"mainCheckoutFormName": "sample string 13",
"nextCheckoutForm": {
"$ref": "33"
},
"previousCheckoutForm": {
"$ref": "33"
},
"buttons": [
{
"$id": "34",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "57XHtAEdM023pLFsseJBXw==",
"checkoutFormGuid": "b4c7b5e7-1d01-4d33-b7a4-b16cb1e2415f",
"identifier": "f/AU52hpmUadZFVXvc1bNw==",
"identifierGuid": "e714f07f-6968-4699-9d64-5557bdcd5b37",
"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": "DbsgYNG4YEeZ6tpd5qfjWg==",
"valueGuid": "6020bb0d-b8d1-4760-99ea-da5de6a7e35a",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-04-03T06:16:52.8058617",
"action": "sample string 12",
"valueForm": {
"$ref": "33"
},
"image": {
"$id": "35",
"name": "sample string 3.sample string 4",
"imageID": 2,
"imageName": "sample string 3",
"imageExtension": "sample string 4",
"lastUpdate": "2026-04-03T06:16:52.8058617",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "34"
}
],
"panels": [
{
"$id": "36",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "zKJKDdoFC0md4S6zhxw8FQ==",
"checkoutFormGuid": "0d4aa2cc-05da-490b-9de1-2eb3871c3c15",
"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": "36"
}
]
},
{
"$ref": "33"
}
],
"panels": [
{
"$ref": "36"
},
{
"$ref": "36"
}
]
},
"pages": [
{
"$ref": "30"
},
{
"$ref": "30"
}
]
},
"contentPanel": {
"$ref": "36"
},
"products": [
{
"$id": "37",
"flipChartPageIdentifier": "SNWbkl+ZW06vLvjF2fRR8Q==",
"flipChartPageIdentifierGuid": "929bd548-995f-4e5b-af2e-f8c5d9f451f1",
"pluG_UID": "nN9Mq9OtsEaTR4p2v5EJ4g==",
"pluGuid": "ab4cdf9c-add3-46b0-9347-8a76bf9109e2",
"sortOrder": 3,
"sent": true,
"productChanged": true,
"productImageName": "sample string 6",
"productShowImageOnFlipCharts": true,
"productShowTextOnFlipCharts": true,
"productOverrideFlipChartText": true,
"productFlipChartText": "sample string 10",
"product": {
"$ref": "12"
},
"departmentSortOrder": 11,
"subDepartmentName": "sample string 12"
},
{
"$ref": "37"
}
],
"productCount": 27,
"pages": [
{
"$ref": "30"
},
{
"$ref": "30"
}
]
},
{
"$ref": "30"
}
],
"priceHistory": [
{
"$id": "38",
"pluG_UID": "VQUt8AVYjUOcX93TKWNJbA==",
"pluGuid": "f02d0555-5805-438d-9c5f-ddd32963496c",
"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:16:52.8058617",
"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": "38"
}
],
"ingredients": [
{
"$id": "39",
"pluG_UID": "+HH1TCQ0OESP8TQHLNpi0g==",
"ingredientGuid": "m6i5BlHoEU2scp1YIX0fSw==",
"ingredientIdentifier": "06b9a89b-e851-4d11-ac72-9d58217d1f4b",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "12"
}
},
{
"$ref": "39"
}
],
"bins": [
{
"$id": "40",
"pluG_UID": "tWrUj2CeLEK2NqSWcgnm9g==",
"pluGuid": "8fd46ab5-9e60-422c-b636-a4967209e6f6",
"shelfLocationIdentifier": "9lNawJEDEEOjp6piwaVuFw==",
"shelfLocationGuid": "c05a53f6-0391-4310-a3a7-aa62c1a56e17",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "e9ySWRAKmUCyp/ZXiImYCQ==",
"labelPageLayoutGuid": "5992dc7b-0a10-4099-b2a7-f65788899809",
"updated": "2026-04-03T06:16:52.8058617",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "12"
},
"location": {
"$id": "41",
"identifier": "ChfZxsJtckq0QkwVKd2FJg==",
"storeID": 1,
"identifierGuid": "c6d9170a-6dc2-4a72-b442-4c1529dd8526",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-04-03T06:16:52.8058617",
"minTemp": 1,
"maxTemp": 1,
"checkFrequency": 1,
"storeCaseConfiguration": 5,
"storeName": "sample string 6",
"bins": [
{
"$ref": "40"
},
{
"$ref": "40"
}
]
}
},
{
"$ref": "40"
}
],
"bin": {
"$ref": "40"
},
"scaleLocations": [
{
"$id": "42",
"plu": 1,
"pluG_UID": "Tl+yhGgiPEmmTQZIcxcXEg==",
"pluGuid": "84b25f4e-2268-493c-a64d-064873171712",
"deptNo": 1,
"product": {
"$ref": "12"
},
"scaleLocation": {
"$id": "43",
"id": 1,
"deptNo": 1,
"deptCode": "sample string 2",
"name": "sample string 3",
"enabled": true,
"updated": "2026-04-03T06:16:52.8058617",
"department": {
"$id": "44",
"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": "43"
},
"subDepartments": [
{
"$id": "45",
"id": 1,
"departmentID": 2,
"name": "sample string 3",
"code": "sample string 4",
"departmentCode": "sample string 5",
"externalSales": true,
"minorDepartments": [
{
"$id": "46",
"id": 1,
"subDepartmentID": 2,
"departmentID": 3,
"name": "sample string 4",
"subDepartmentCode": "sample string 5",
"departmentCode": "sample string 6",
"code": "sample string 7",
"lesserDepartments": [
{
"$id": "47",
"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:16:52.8058617",
"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": "PoXivRjLhEyrRHpqGp26zQ==",
"labelPageLayoutGuid": "bde2853e-cb18-4c84-ab44-7a6a1a9dbacd",
"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": "48",
"dept": 1,
"category": 2,
"name": "sample string 3",
"active": true,
"mscCommodities": [
{
"$id": "49",
"dept": 1,
"category": 2,
"commodity": 3,
"name": "sample string 4",
"active": true,
"mscSubCommodities": [
{
"$id": "50",
"dept": 1,
"category": 2,
"commodity": 3,
"subCommodity": 4,
"name": "sample string 5",
"active": true,
"subCommodityCode": "sample string 7"
},
{
"$ref": "50"
}
],
"commodityCode": "sample string 6"
},
{
"$ref": "49"
}
],
"categoryCode": "sample string 5"
},
"mscCom": {
"$ref": "49"
},
"mscDep": {
"$id": "51",
"dept": 1,
"name": "sample string 2",
"active": true,
"mscCategories": [
{
"$ref": "48"
},
{
"$ref": "48"
}
],
"deptCode": "sample string 4"
},
"mscSubCom": {
"$ref": "50"
}
},
{
"$ref": "47"
}
],
"updated": "2026-04-03T06:16:52.8058617",
"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": "a3mquNa7/0Ky1zYJIVZrfg==",
"labelPageLayoutGuid": "b8aa796b-bbd6-42ff-b2d7-360921566b7e",
"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": "48"
},
"mscCom": {
"$ref": "49"
},
"mscDep": {
"$ref": "51"
},
"mscSubCom": {
"$ref": "50"
}
},
{
"$ref": "46"
}
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:16:52.8058617",
"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": "ywpWcFM0+EuUJCC1xI5hUw==",
"labelPageLayoutGuid": "70560acb-3453-4bf8-9424-20b5c48e6153",
"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": "48"
},
"mscCom": {
"$ref": "49"
},
"mscDep": {
"$ref": "51"
},
"mscSubCom": {
"$ref": "50"
}
},
{
"$ref": "45"
}
],
"stores": [
1,
2
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:16:52.8058617",
"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": "3FYduKfxiE2F6aOtsAavZg==",
"labelPageLayoutGuid": "b81d56dc-f1a7-4d88-85e9-a3adb006af66",
"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": "48"
},
"mscCom": {
"$ref": "49"
},
"mscDep": {
"$ref": "51"
},
"mscSubCom": {
"$ref": "50"
}
}
}
},
{
"$ref": "42"
}
],
"nextPrice": {
"$id": "52",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 1,
"hostOfferID": 1,
"metcashPromotionID": "sample string 4",
"metcashPromotionPlacement": "sample string 5",
"pluG_UID": "yy1//iU3dkiw3wJM3o1PGg==",
"pluGuid": "fe7f2dcb-3725-4876-b0df-024cde8d4f1a",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "71Mw5KDx20ivAdMFN0Vqww==",
"dealCostGuid": "e43053ef-f1a0-48db-af01-d30537456ac3",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "AHu3g2dHsUOFeAljs+vo8g==",
"priceGroupGuid": "83b77b00-4767-43b1-8578-0963b3ebe8f2",
"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:16:52.8058617",
"rrp": 27,
"campaignDescription": "sample string 28",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "6b71cbcc-2df2-42d8-8bfe-8a6d57c7e758",
"campaignComboPriceGroupG_UID": "1HdUXRHBaUG1GVOPeFFfew==",
"campaignComboPriceGroupIdentifier": "5d5477d4-c111-4169-b519-538f78515f7b",
"promotionPlacementDescription": "sample string 30",
"storeAcceptances": [
{
"$id": "53",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-04-03T06:16:52.8058617",
"operatorG_UID": "Wac9IYa2sU6rP4REceEk8g==",
"operatorGuid": "213da759-b686-4eb1-ab3f-844471e124f2",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-04-03T06:16:52.8058617",
"signIqTicketFileMovedUtc": "2026-04-03T06:16:52.8058617",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-04-03T06:16:52.8058617",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "35832e80-0e09-4b27-a32e-de46107855c3",
"product": {
"$ref": "12"
},
"campaignPlu": {
"$ref": "52"
},
"fuelItem": true
},
{
"$ref": "53"
}
],
"campaign": {
"$id": "54",
"id": 1,
"storeID": 2,
"name": "586a2c9c-bbe4-44c5-8bb9-1c692f5c65ea",
"nameGuid": "586a2c9c-bbe4-44c5-8bb9-1c692f5c65ea",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-04-03T06:16:52.8058617",
"startTime": 1,
"endDate": "2026-04-03T06:16:52.8058617",
"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:16:52.8058617",
"system": true,
"created": "2026-04-03T06:16:52.8058617",
"updated": "2026-04-03T06:16:52.8058617",
"priceChangeNotifiedUtc": "2026-04-03T06:16:52.8058617",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "0NFZkowxKkGPzMDMoauNng==",
"hostIdentifierGuid": "9259d1d0-318c-412a-8fcc-c0cca1ab8d9e",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-04-03T06:16:52.8058617",
"updatedByUser": "sample string 18",
"offerID": 1,
"isPriceChangeCampaign": true,
"stores": [
1,
2
],
"storeNames": [
"sample string 1",
"sample string 2"
],
"campaignPlus": [
{
"$ref": "52"
},
{
"$ref": "52"
}
],
"campaignPools": [
{
"$id": "55",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 4,
"pluG_UID": "YXPpbujLpU2Bv6PXyL0FbA==",
"pluGuid": "6ee97361-cbe8-4da5-81bf-a3d7c8bd056c",
"hostOfferID": 1,
"priceGroupG_UID": "e7IPVNjGOkKRUb2ZhF/JUw==",
"priceGroupGuid": "540fb27b-c6d8-423a-9151-bd99845fc953",
"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:16:52.8058617",
"rrp": 17,
"campaignDescription": "sample string 18",
"product": {
"$ref": "12"
},
"campaign": {
"$ref": "54"
}
},
{
"$ref": "55"
}
],
"sellingRules": [
{
"$id": "56",
"id": 1,
"identifier": "MUj8OkPHl0K5tOaCQxx2lw==",
"identifierStr": "MUj8OkPHl0K5tOaCQxx2lw==",
"identifierGuid": "3afc4831-c743-4297-b9b4-e682431c7697",
"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": "54"
}
},
{
"$ref": "56"
}
],
"customers": [
{
"$id": "57",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"customerID": "xU01taz8QkuJOE99r3p75Q==",
"customerIDGuid": "b5354dc5-fcac-4b42-8938-4f7daf7a7be5",
"campaign": {
"$ref": "54"
},
"customer": {
"$id": "58",
"identifier": "g3ExnfxC2kma9UAVBqDZ2g==",
"identifierGuid": "9d317183-42fc-49da-9af5-401506a0d9da",
"code": "sample string 2",
"familyName": "sample string 3",
"givenName": "sample string 4",
"otherName": "sample string 5",
"title": "sample string 6",
"dateOfBirth": "2026-04-03T06:16:52.8058617",
"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": "um3G0wJXcUO1KjBE3yhIzA==",
"communityIdentifierGuid": "d3c66dba-5702-4371-b52a-3044df2848cc",
"joined": "2026-04-03T06:16:52.8058617",
"updated": "2026-04-03T06:16:52.8058617",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "fvyljRzMOkqcKa9SgNrt8w==",
"priceLevelIdentifierGuid": "8da5fc7e-cc1c-4a3a-9c29-af5280daedf3",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-04-03T06:16:52.8058617",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "59",
"cardType": 2,
"issueDate": "2026-04-03T06:16:52.8058617",
"expiry": "2026-04-03T06:16:52.8058617",
"customerID": "RtGYvt+1LUez4d9911nN+w==",
"customerIDGuid": "be98d146-b5df-472d-b3e1-df7dd759cdfb",
"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:16:52.8058617",
"linkedAccount": "yFzgDYTag0+lN3Y8CdV/uw==",
"linkedAccountGuid": "0de05cc8-da84-4f83-a537-763c09d57fbb",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "58"
},
"account": {
"$id": "60",
"id": 1,
"identifier": "SBvkO2YZ8k6+ep0nmAmyqg==",
"identifierGuid": "3be41b48-1966-4ef2-be7a-9d279809b2aa",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-04-03T06:16:52.8058617",
"owner": "y1rrv6gLEkOgS/ebcdblmQ==",
"ownerGuid": "bfeb5acb-0ba8-4312-a04b-f79b71d6e599",
"accountStoreGroupIdentifier": "yGyVfzfhXEeLKbZE81/+yA==",
"accountStoreGroupGuid": "7f956cc8-e137-475c-8b29-b644f35ffec8",
"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:16:52.8058617",
"active": true,
"updated": "2026-04-03T06:16:52.8058617",
"deleted": true,
"deletedUser": "sample string 16",
"currentBalanceChanged": true,
"maximumLimitChanged": true,
"loyaltyPointsChanged": true,
"projectedBalance": 17,
"accountStoreGroupStoreIDs": [
1,
2
],
"customerEmail": "sample string 18",
"ownerCustomer": {
"$ref": "58"
},
"card": {
"$ref": "59"
},
"members": {
"$id": "61",
"sample string 1": [
{
"$ref": "58"
},
{
"$ref": "58"
}
],
"sample string 2": [
{
"$ref": "58"
},
{
"$ref": "58"
}
]
},
"customerGroups": [
{
"$id": "62",
"identifier": "cinqh3wrUkeZkPBPU8StVw==",
"identifierGuid": "87ea2972-2b7c-4752-9990-f04f53c4ad57",
"name": "sample string 2",
"primaryContact": "pDZoeUW6fEeL1TrxiBsUEA==",
"primaryContactGuid": "796836a4-ba45-477c-8bd5-3af1881b1410",
"accountID": "Zr8fjJANM0OAbwI69mWb0A==",
"accountIDGuid": "8c1fbf66-0d90-4333-806f-023af6659bd0",
"special": true,
"updated": "2026-04-03T06:16:52.8058617",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "lrmaMeQUbUyo+cD6kWxdMw==",
"priceLevelIdentifierGuid": "319ab996-14e4-4c6d-a8f9-c0fa916c5d33",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "60"
},
"primaryContactCustomer": {
"$ref": "58"
},
"customerGroupMembers": [
{
"$id": "63",
"id": 1,
"groupID": "vg5JmMr9AEGMeVWbo65hXw==",
"groupIDGuid": "98490ebe-fdca-4100-8c79-559ba3ae615f",
"customerID": "KNBTk05YMEiJeXdZXH6w0w==",
"customerIDGuid": "9353d028-584e-4830-8979-77595c7eb0d3",
"card": "sample string 4",
"linkedAccount": "VwazBBuAzEW4WOY1nNqVTA==",
"linkedAccountGuid": "04b30657-801b-45cc-b858-e6359cda954c",
"customer": {
"$ref": "58"
},
"group": {
"$ref": "62"
},
"customerCard": {
"$ref": "59"
}
},
{
"$ref": "63"
}
]
},
{
"$ref": "62"
}
]
},
"payments": [
{
"$id": "64",
"id": 1,
"identifier": "AfaGrSSUJ0S5vYVlhNE37Q==",
"identifierGuid": "ad86f601-9424-4427-b9bd-856584d137ed",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "OsA8zJbZkEmmm+qBHN2R/A==",
"accountIDGuid": "cc3cc03a-d996-4990-a69b-ea811cdd91fc",
"customerAccount": {
"$ref": "60"
},
"customerCard": {
"$ref": "59"
},
"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:16:52.8058617",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "FbxpmTVv20StJLPzYNysMQ==",
"idempotentVoidGuid": "9969bc15-6f35-44db-ad24-b3f360dcac31",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "65",
"saleHeaderID": 1,
"saleHeaderGuid": "bGahFiWs+UOqknkyJ+zW5Q==",
"saleHeaderIdentifierGuid": "16a1666c-ac25-43f9-aa92-793227ecd6e5",
"created": "2026-04-03T06:16:52.8058617",
"createdLocal": "2026-04-03T06:16:52.8058617",
"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:16:52.8058617",
"storeID": 1,
"operatorG_Uid": "uzCKegJoNkq+kOUmdSHZ3w==",
"operatorGuid": "7a8a30bb-6802-4a36-be90-e5267521d9df",
"customerG_Uid": "ZHwh/D1A30eFdQzYXptkzQ==",
"customerGuid": "fc217c64-403d-47df-8575-0cd85e9b64cd",
"communityIdentifier": "HP5QbtYBPUu96+YhMGhb2w==",
"communityIdentifierGuid": "6e50fe1c-01d6-4b3d-bdeb-e62130685bdb",
"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": "B5xyrrJX10m9ZCpwuAqKRA==",
"priceLevelIdentifierGuid": "ae729c07-57b2-49d7-bd64-2a70b80a8a44",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-04-03T06:16:52.8058617+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": "66",
"customerName": "sample string 1",
"pickupAt": "2026-04-03T06:16:52.8058617",
"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": "25"
},
"customer": {
"$ref": "58"
},
"communityOrganisation": {
"$id": "67",
"id": 1,
"identifier": "gaLugUeTWE+JbTF3t83V3g==",
"identifierGuid": "81eea281-9347-4f58-896d-3177b7cdd5de",
"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:16:52.8058617",
"promoPeriodEnd": "2026-04-03T06:16:52.8058617",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-04-03T06:16:52.8058617",
"deleted": true
},
"details": [
{
"$id": "68",
"saleItemID": 1,
"identifier": "XOrCg94DgEyzWgr5+5JCzg==",
"identifierGuid": "83c2ea5c-03de-4c80-b35a-0af9fb9242ce",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "9PTp6dNpb0mMab5kfii1Ow==",
"pluGuid": "e9e9f4f4-69d3-496f-8c69-be647e28b53b",
"accountID": "pCfxwWfUZE6JEsBL066Mow==",
"accountIDGuid": "c1f127a4-d467-4e64-8912-c04bd3ae8ca3",
"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:16:52.8058617",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "KbZ/Toi3pU6xtWrYvz8cJw==",
"refundGuid": "4e7fb629-b788-4ea5-b1b5-6ad8bf3f1c27",
"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": "JvqsVErqVUe2HlUkm3p4iw==",
"idempotentVoidGuid": "54acfa26-ea4a-4755-b61e-55249b7a788b",
"priceLevelIdentifier": "+BlNX7g3rUqHvEsLGKe2Mg==",
"priceLevelIdentifierGuid": "5f4d19f8-37b8-4aad-87bc-4b0b18a7b632",
"communityIdentifier": "H+ZeWt55LUKWW1hfglU9Zw==",
"communityIdentifierGuid": "5a5ee61f-79de-422d-965b-585f82553d67",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "69",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-04-03T06:16:52.8058617",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "69"
}
],
"refund": {
"$id": "70",
"id": 1,
"g_UID": "rxAc18ottkGhrKZQbS9sBw==",
"guid": "d71c10af-2dca-41b6-a1ac-a6506d2f6c07",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-04-03T06:16:52.8058617"
},
"modifier": {
"$id": "71",
"id": 1,
"setG_UID": "EQBOCluhykiX9SN8JgiT6w==",
"modifierSetGuid": "0a4e0011-a15b-48ca-97f5-237c260893eb",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "DDiP+7sUAUCfgvk03WrFrA==",
"pluGuid": "fb8f380c-14bb-4001-9f82-f934dd6ac5ac",
"deleted": true,
"g_UID": "WoChjPKTn0m7g0/e98CxVA==",
"guid": "8ca1805a-93f2-499f-bb83-4fdef7c0b154",
"product": {
"$ref": "12"
}
},
"priceLevelName": "sample string 25",
"pumpNumber": 1,
"hoseNumber": 1
},
{
"$ref": "68"
}
],
"eftReceipts": [
{
"$id": "72",
"id": 1,
"storeID": 1,
"saleHeaderID": 2,
"storeSaleHeader": {
"$ref": "65"
},
"receipt": "sample string 3",
"processed": 1
},
{
"$ref": "72"
}
],
"payments": [
{
"$ref": "64"
},
{
"$ref": "64"
}
],
"cards": [
{
"$id": "73",
"id": 1,
"saleHeaderID": 1,
"identifier": "sample string 2",
"cardType": 3,
"providerName": "sample string 4"
},
{
"$ref": "73"
}
],
"campaignHits": [
{
"$id": "74",
"id": 1,
"saleHeaderID": 2,
"campaign": "sample string 3",
"name": "sample string 4",
"processed": 1,
"campaignDescription": "sample string 5"
},
{
"$ref": "74"
}
],
"fuel": [
{
"$id": "75",
"id": 1,
"plu": 1,
"pluG_UID": "o1vkrKymKE+2d2NnO5fK4A==",
"pluGuid": "ace45ba3-a6ac-4f28-b677-63673b97cae0",
"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:16:52.8058617",
"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:16:52.8058617",
"tagNumber": "sample string 15",
"trackTwoRem": "sample string 16",
"transCode": 1,
"transType": 1,
"unitPrice": 1.0,
"vehicleReg": "sample string 17",
"offline": true,
"processed": 1
},
{
"$ref": "75"
}
],
"fuelResells": [
{
"$id": "76",
"saleItemID": 1,
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "FaIgIPpn50Wh7Xy+8ornpw==",
"pluGuid": "2020a215-67fa-45e7-a1ed-7cbef28ae7a7",
"accountID": "m8vfjqUVl0WoYapTmtKELQ==",
"accountIDGuid": "8edfcb9b-15a5-4597-a861-aa539ad2842d",
"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:16:52.8058617",
"bestOrExpireType": 1,
"refundG_UID": "buzAakhJ3UWKArjb/jj40w==",
"refundGuid": "6ac0ec6e-4948-45dd-8a02-b8dbfe38f8d3",
"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": "76"
}
],
"customerOrder": [
{
"$id": "77",
"identifier": "qactYeGAFk+lOLRBNoOAxQ==",
"identifierGuid": "612da7a9-80e1-4f16-a538-b441368380c5",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "3nJw6XMRtUS5GmSMZbKWcg==",
"customerIdentifierGuid": "e97072de-1173-44b5-b91a-648c65b29672",
"operatorNo": 1,
"operatorG_UID": "RKY6nUR4DU6H/4XNDI+Cbw==",
"operatorGuid": "9d3aa644-7844-4e0d-87ff-85cd0c8f826f",
"created": "2026-04-03T06:16:52.8058617",
"ordered": "2026-04-03T06:16:52.8058617",
"started": "2026-04-03T06:16:52.8058617",
"completed": "2026-04-03T06:16:52.8058617",
"supplied": "2026-04-03T06:16:52.8058617",
"quickTicket": 1,
"deleted": true,
"walkAway": true,
"approxWait": 1,
"actualWait": 1,
"deliveryMethod": 8,
"externalSaleType": 9,
"customer": {
"$ref": "58"
},
"operator": {
"$ref": "25"
},
"details": [
{
"$id": "78",
"headerID": 1,
"plu": 1,
"pluG_UId": "cIetCjA1mEqDuZC9rKReNw==",
"pluGuid": "0aad8770-3530-4a98-83b9-90bdaca45e37",
"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": "C6Zb5U695UCmHgEy/1zHJw==",
"headerIdentifierGuid": "e55ba60b-bd4e-40e5-a61e-0132ff5cc727",
"product": {
"$ref": "12"
}
},
{
"$ref": "78"
}
],
"storeName": "sample string 11",
"customerName": "sample string 12",
"storeReplyTo": "sample string 13",
"storeSubjectLine": "sample string 14",
"storeSaleHeader": {
"$ref": "65"
}
},
{
"$ref": "77"
}
],
"surveyResponses": [
{
"$id": "79",
"surveyG_UID": "sXO4HceLyUGo/VxutguCiQ==",
"surveyGuid": "1db873b1-8bc7-41c9-a8fd-5c6eb60b8289",
"saleHeaderGuid": "Xi9+tRynf0OfrwlaoQQqyA==",
"saleGuid": "b57e2f5e-a71c-437f-9faf-095aa1042ac8",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "cwv9CE2nEUKy422kMkWE0Q==",
"guidResponse": "08fd0b73-a74d-4211-b2e3-6da4324584d1",
"whoAnswered": 2,
"answeredAtUTC": "2026-04-03T06:16:52.8058617",
"sale": {
"$ref": "65"
},
"survey": {
"$id": "80",
"g_UID": "sxMQXfUyDUatfS4T4cerPw==",
"guid": "5d1013b3-32f5-460d-ad7d-2e13e1c7ab3f",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "gqAU+kyTzkmurHefm8wVhA==",
"checkoutFormGuid": "fa14a082-934c-49ce-aeac-779f9bcc1584",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-04-03T06:16:52.8058617",
"end": "2026-04-03T06:16:52.8058617",
"deleted": true,
"updated": "2026-04-03T06:16:52.8058617",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"5d2bbf34-a8f1-402e-8800-d2de261d1bd9",
"4f5b72cd-603f-40f9-8161-d6512d6f9efb"
],
"allowsAllTextResponses": true,
"surveyForm": {
"$ref": "33"
}
},
"ingressId": "sample string 4"
},
{
"$ref": "79"
}
],
"storeName": "sample string 39",
"terminalNumber": 40,
"machineName": "sample string 41",
"operatorName": "sample string 42",
"direction": 1,
"reason": "sample string 43",
"accountG_UID": "AET3kvgxhEiPa7t47agy2Q==",
"accountIdentifier": "92f74400-31f8-4884-8f6b-bb78eda832d9",
"accountName": "sample string 44",
"customerOrderIdentifier": "ACkYw4VBZki5J5ebmD2PgQ==",
"customerOrderIdentifierGuid": "c3182900-4185-4866-b927-979b983d8f81",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "81",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "X+Q9vH1F/U+q4k4U9iP2Lg==",
"paymentIdentifierGuid": "bc3de45f-457d-4ffd-aae2-4e14f623f62e",
"identifier": "7eLAFd3lj06X2P47X+WpKg==",
"identifierGuid": "15c0e2ed-e5dd-4e8f-97d8-fe3b5fe5a92a",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "R0WhQODYt0CqBuMuKz+swg==",
"itemIdentifierGuid": "40a14547-d8e0-40b7-aa06-e32e2b3facc2"
}
},
{
"$ref": "64"
}
]
},
{
"$ref": "59"
}
],
"customerGroupMembers": [
{
"$ref": "63"
},
{
"$ref": "63"
}
],
"customerGroups": [
{
"$ref": "62"
},
{
"$ref": "62"
}
],
"accounts": [
{
"$ref": "60"
},
{
"$ref": "60"
}
],
"account": {
"$ref": "60"
},
"vouchers": [
{
"$id": "82",
"customerIdentifier": "xrir64r3SEO87baENRhSDg==",
"customerIdentifierGuid": "ebabb8c6-f78a-4348-bced-b6843518520e",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "gXM7+0/hGESvy6gd3kBljA==",
"idempotentGuid": "fb3b7381-e14f-4418-afcb-a81dde40658c",
"offline": true,
"voucher": {
"$id": "83",
"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:16:52.8058617",
"barcodeTemplate": {
"$id": "84",
"templateID": 1,
"template": "sample string 1",
"bcFunction": "sample string 2",
"sortOrder": 3
},
"scaleLabel": {
"$id": "85",
"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:16:52.8058617",
"labelPageLayout": "W+j/XKfEGEuTUko1Pma9bA==",
"pageLayoutGuid": "5cffe85b-c4a7-4b18-9352-4a353e66bd6c",
"labelType": 6,
"oldName": "sample string 7",
"voucher": {
"$ref": "83"
},
"elements": [
{
"$id": "86",
"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:16:52.8058617"
},
{
"$ref": "86"
}
]
},
"customerVouchers": [
{
"$id": "87",
"id": 1,
"customerIdentifier": "GtehonQFUUW55s1Z1p6Zag==",
"customerIdentifierGuid": "a2a1d71a-0574-4551-b9e6-cd59d69e996a",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-04-03T06:16:52.8058617",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "Z5EbwXRa60mbQS+FtXyNVQ==",
"issuedIdempotentGuid": "c11b9167-5a74-49eb-9b41-2f85b57c8d55",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-04-03T06:16:52.8058617",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-04-03T06:16:52.8058617",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "/dvLpB6SHk+SGx9xnICO+w==",
"redeemedIdempotentGuid": "a4cbdbfd-921e-4f1e-921b-1f719c808efb",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-04-03T06:16:52.8058617",
"storeName": "sample string 17",
"scaleLabel": {
"$ref": "85"
},
"voucher": {
"$ref": "83"
},
"customer": {
"$ref": "58"
},
"issuedOfflinePayment": {
"$ref": "64"
},
"redeemedOfflinePayment": {
"$ref": "64"
}
},
{
"$ref": "87"
}
]
},
"customer": {
"$ref": "58"
}
},
{
"$ref": "82"
}
]
}
},
{
"$ref": "57"
}
],
"customerGroups": [
{
"$id": "88",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupID": "cha8CG47hkSzN9vdEykxlg==",
"groupIDGuid": "08bc1672-3b6e-4486-b337-dbdd13293196",
"campaign": {
"$ref": "54"
},
"group": {
"$ref": "62"
}
},
{
"$ref": "88"
}
],
"signIqTickets": [
{
"$id": "89",
"identifier": "Q7UnoiUoxUe1icihT8uVQQ==",
"identifierGuid": "a227b543-2825-47c5-b589-c8a14fcb9541",
"campaignName": "sample string 2",
"message": "sample string 3",
"ticketFileSource": "sample string 4",
"ticketFileDestination": "sample string 5",
"storeID": 1
},
{
"$ref": "89"
}
],
"comboPriceGroups": [
{
"$id": "90",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"g_UID": "YB25cxCqdEWw2YNRaaOxhA==",
"guid": "73b91d60-aa10-4574-b0d9-835169a3b184",
"description": "sample string 5",
"newPrice": 1,
"rangeDescription": "sample string 6",
"dealDescription": "sample string 7",
"labelQuantity": 8,
"hostProductCategoryID": 1,
"offerID": 1,
"dontUpdatePricePlus": true,
"campaign": {
"$ref": "54"
},
"comboPricePlus": [
{
"$id": "91",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupG_UID": "mxEoHlQsDEy6xtv5Ylm+4w==",
"groupGuid": "1e28119b-2c54-4c0c-bac6-dbf96259bee3",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "uaqskpVw2UyHbqV2aYGNPA==",
"pluGuid": "92acaab9-7095-4cd9-876e-a57669818d3c",
"priceGroupG_UID": "rw6AtYgwB0uBMhsVwN1Tgg==",
"priceGroupGuid": "b5800eaf-3088-4b07-8132-1b15c0dd5382",
"campaignPoolID": "sample string 7",
"quantity": 1,
"campaign": {
"$ref": "54"
},
"product": {
"$ref": "12"
},
"priceGroup": {
"$ref": "18"
},
"campaignPool": {
"$ref": "54"
}
},
{
"$ref": "91"
}
]
},
{
"$ref": "90"
}
],
"priceLevels": [
{
"$id": "92",
"id": 1,
"priceLevelIdentifier": "9mAqQUnqlUqhTUgeQeWVMQ==",
"priceLevelIdentifierGuid": "412a60f6-ea49-4a95-a14d-481e41e59531",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "92"
}
],
"promotionType": {
"$id": "93",
"identifier": "t5/++KV/+ECWobcablnW6Q==",
"identifierGuid": "f8fe9fb7-7fa5-40f8-96a1-b71a6e59d6e9",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "vPL3PkOAKUKwqnhhoH5Obw==",
"labelPageLayoutGuid": "3ef7f2bc-8043-4229-b0aa-7861a07e4e6f",
"priceLevelIdentifier": "o8LYVEkc4kaHqsIiApvrvQ==",
"priceLevelIdentifierGuid": "54d8c2a3-1c49-46e2-87aa-c222029bebbd",
"active": true,
"updated": "2026-04-03T06:16:52.8058617",
"hostName": "sample string 11"
}
},
"product": {
"$ref": "12"
},
"dealCost": {
"$id": "94",
"headerIdentifier": "LYpx7C55rUGsx12wY8dsWw==",
"headerIdentifierGuid": "ec718a2d-792e-41ad-acc7-5db063c76c5b",
"identifier": "2YzBdMIOjEOrEX2IXiMmGA==",
"identifierGuid": "74c18cd9-0ec2-438c-ab11-7d885e232618",
"supplierIdentifier": "jj6+doxNLkKsZKEl4zOsow==",
"supplierGuid": "76be3e8e-4d8c-422e-ac64-a125e333aca3",
"pluG_UID": "i99J3OC9SUKM1+xjE85I2A==",
"pluGuid": "dc49df8b-bde0-4249-8cd7-ec6313ce48d8",
"campaignName": "6a6775d0-136c-4ede-882a-f7928a05b66e",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-04-03T06:16:52.8058617",
"end": "2026-04-03T06:16:52.8058617",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "laLRCgiBr0eqUdYfoD2P3Q==",
"bonusItemPluGuid": "0ad1a295-8108-47af-aa51-d61fa03d8fdd",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-04-03T06:16:52.8058617",
"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:16:52.8058617",
"campaignEndDate": "2026-04-03T06:16:52.8058617",
"masterPLUG_UID": "ZLwkJvqNZE6aP9j7cyU5uA==",
"masterID": "2624bc64-8dfa-4e64-9a3f-d8fb732539b8",
"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": "05mg5d+SxEembGLyEiQyeA==",
"bonusMasterID": "e5a099d3-92df-47c4-a66c-62f212243278",
"bonusProductName": "sample string 34",
"bonusProductAPN": "sample string 35",
"bonusOrderCode": "sample string 36",
"bonusNormalSell": 37,
"bonusNormalCost": 38,
"bonusNormalCostDecimals": 39,
"bonusCartonQuantity": 40,
"bonusSalesMode": 41,
"bonusOrderPacked": 42,
"bonusFuelItem": true,
"bonusActive": true
}
},
"currentCostStart": "2026-04-03T06:16:52.8058617",
"dealCosts": [
{
"$ref": "94"
},
{
"$ref": "94"
}
],
"tags": [
{
"$id": "95",
"pluG_UID": "IeAgsxMM4k+fxeiWdyvNow==",
"pluGuid": "b320e021-0c13-4fe2-9fc5-e896772bcda3",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "95"
}
],
"alternateProductG_UID": "LPUXi7P5+0uuR62tn7OSAg==",
"alternateProduct": "8b17f52c-f9b3-4bfb-ae47-adad9fb39202",
"altProduct": {
"$ref": "12"
},
"productHostCode": {
"$id": "96",
"id": 1,
"pluG_UID": "TUwjusTPFEWCsmCvYKkr/A==",
"pluGuid": "ba234c4d-cfc4-4514-82b2-60af60a92bfc",
"ibaCode": "sample string 2"
},
"mscCat": {
"$ref": "48"
},
"mscCom": {
"$ref": "49"
},
"mscDep": {
"$ref": "51"
},
"mscSubCom": {
"$ref": "50"
},
"isUserUpdate": true,
"ignoreMasterProduct": true,
"priceGroupLabelRequested": true,
"firstSold": "2026-04-03T06:16:52.8058617",
"inventoryTracked": "2026-04-03T06:16:52.8058617",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "97",
"pluG_UID": "SZg/4quemUyS/5JTdwQtfg==",
"pluGuid": "e23f9849-9eab-4c99-92ff-925377042d7e",
"fuelPluG_UID": "NHBaP2x8nUOt1wkzsUs6qg==",
"fuelPluGuid": "3f5a7034-7c6c-439d-add7-0933b14b3aaa",
"price": 3,
"productDescription": "sample string 4",
"productBarcode": "sample string 5",
"fuelProductDescription": "sample string 6",
"fuelProductBarcode": "sample string 7",
"fuelProductPrice": 8
},
"productFuelLinks": [
{
"$ref": "97"
},
{
"$ref": "97"
}
]
},
"supplier": {
"$ref": "7"
},
"serviceFee": {
"$id": "98",
"id": 1,
"description": "sample string 1",
"fee": 1
},
"isPrimaryHost": true,
"hostVendor": 48
},
{
"$ref": "10"
}
],
"orderCycleHeaders": [
{
"$id": "99",
"storeID": 1,
"supplierIdentifier": "B25oeNOlU0qoxYY1olvqqg==",
"supplierGuid": "78686e07-a5d3-4a53-a8c5-8635a25beaaa",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"storeName": "sample string 5",
"departmentName": "sample string 6",
"orderDays": 7
},
{
"$ref": "99"
}
],
"cycles": [
{
"$id": "100",
"storeID": 1,
"supplierIdentifier": "Lghh09sY00iWEIWK5Ihj5w==",
"supplierGuid": "d361082e-18db-48d3-9610-858ae48863e7",
"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:16:52.8058617",
"deliveryDate": "2026-04-03T06:16:52.8058617",
"nextCutOffDate": "2026-04-03T06:16:52.8058617",
"nextDeliveryDate": "2026-04-03T06:16:52.8058617",
"nextDaysBuffer": 10
},
{
"$ref": "100"
}
],
"store": {
"$ref": "2"
},
"updated": "2026-04-03T06:16:52.8058617",
"isHost": true
},
"files": [
{
"$id": "101",
"id": "sample string 1",
"fileName": "sample string 2",
"extension": "sample string 3",
"provider": 0,
"type": 0,
"hostType": "sample string 4",
"createdUtc": "2026-04-03T06:16:52.8058617",
"processed": "2026-04-03T06:16:52.8058617",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-04-03T06:16:52.8058617",
"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": "6"
},
"metcashHeader": {
"$id": "102",
"customerNumber": "sample string 1",
"creationDate": "2026-04-03T06:16:52.8058617",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "101"
}
],
"zoneMatrix": [
{
"$id": "103",
"id": 1,
"hostIdentifier": "HBriMfIK70e9+413quVBiQ==",
"hostIdentifierGuid": "31e21a1c-0af2-47ef-bdfb-8d77aae54189",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"eb55583d-2fd9-4c0f-921f-0beeb59c5cc4",
"ca941d42-62cf-4723-a6fa-02c3af164d3a"
]
},
{
"$ref": "103"
}
],
"hostFileStoreSetting": {
"$ref": "5"
},
"hostStoreSettings": [
{
"$ref": "5"
},
{
"$ref": "5"
}
],
"promotionPlacements": [
{
"$id": "104",
"identifier": "dvOXj+HmK0OAcnl2HgNeDA==",
"identifierGuid": "8f97f376-e6e1-432b-8072-79761e035e0c",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "104"
}
],
"promoTypeGuids": [
"3030fcfd-1f4d-4349-acf4-51015ca9ab6d",
"c81dca06-fe30-423c-b5dc-c09a324d1c68"
],
"isPromotionOnly": false,
"isOrderable": false,
"vendor": 0
},
"groupIDs": [
1,
2
],
"hostDescription": "sample string 27"
},
{
"$ref": "5"
}
],
"accounts": [
{
"$id": "105",
"id": 1,
"storeID": 1,
"accountName": "sample string 2",
"bsb": "sample string 3",
"accountNumber": "sample string 4",
"accountDesignated": true
},
{
"$ref": "105"
}
],
"sales": [
{
"$id": "106",
"id": 1,
"storeID": 1,
"externalSalesType": 2,
"ftpSiteID": 1,
"lastSaleProcessed": "2026-04-03T06:16:52.8058617",
"ftpSite": {
"$id": "107",
"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": "106"
}
],
"zoneMatrix": [
{
"$ref": "103"
},
{
"$ref": "103"
}
],
"cashManagements": [
{
"$id": "108",
"id": 1,
"storeID": 1,
"cashManagementType": 2,
"apiID": 1,
"organisationID": "sample string 3",
"siteName": "sample string 4",
"thirdPartyAPI": {
"$id": "109",
"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": "108"
}
],
"updateStoreID": "2052817f-25f3-4381-8074-ea5719e96788",
"updateStore": {
"$id": "110",
"id": "9dc052d4-d04b-4d8c-958d-92cce3d94a51",
"name": "sample string 1",
"lastActivity": "2026-04-03T06:16:52.8058617",
"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:16:52.8058617"
},
"timeZoneId": "sample string 54",
"securityOptions": {
"$id": "111",
"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"
}
},
"deliveries": [
{
"$id": "112",
"id": 1,
"storeID": 2,
"tankNumber": 3,
"volume": 4.0,
"supplier_GUID": "jYaaTyjGeUuLck7kTFOM3w==",
"supplierGuid": "4f9a868d-c628-4b79-8b72-4ee44c538cdf",
"supplier": "sample string 5",
"delivered": "2026-04-03T06:16:52.8058617",
"recordedAt": "2026-04-03T06:16:52.8058617",
"operatorG_UID": "Tda46bQyF0KXCeCt54XBMA==",
"operatorGuid": "e9b8d64d-32b4-4217-9709-e0ade785c130",
"user": "sample string 7",
"adjustment": true,
"imported": "2026-04-03T06:16:52.8215009",
"processed": true,
"deliveredText": "sample string 9",
"recordedAtText": "sample string 10",
"storeName": "sample string 11",
"operatorName": "sample string 12",
"supplierName": "sample string 13",
"tank": {
"$id": "113",
"id": 1,
"storeID": 2,
"tankNumber": 3,
"fuelGrade": "sample string 4",
"fuelGradeID": 1,
"capacity": 5.0,
"lpg": true,
"waterLevel": 7.0,
"updated": "2026-04-03T06:16:52.8215009",
"storeName": "sample string 9",
"store": {
"$ref": "2"
},
"grade": {
"$id": "114",
"id": 1,
"gradeID": 2,
"storeID": 3,
"g_UID": "7uFA3Yrw6UKTZGuz1OEG7w==",
"guid": "dd40e1ee-f08a-42e9-9364-6bb3d4e106ef",
"fuelGrade": "sample string 5",
"price1": 1,
"price2": 1,
"price3": 1,
"price4": 1,
"effective": "2026-04-03T06:16:52.8215009",
"updated": "2026-04-03T06:16:52.8215009",
"margin": 1,
"product": {
"$ref": "12"
}
}
},
"deliverySupplier": {
"$ref": "7"
}
},
{
"$ref": "112"
}
],
"dispensers": [
{
"$id": "115",
"id": 1,
"storeID": 2,
"dispenserNumber": 3,
"updated": "2026-04-03T06:16:52.8215009"
},
{
"$ref": "115"
}
],
"grades": [
{
"$ref": "114"
},
{
"$ref": "114"
}
],
"hoses": [
{
"$id": "116",
"id": 1,
"storeID": 2,
"hoseNumber": 3,
"dispenserNumber": 4,
"tankNumber": 1,
"accumulatedVolume": 1,
"rolloverVolume": 5.0,
"updated": "2026-04-03T06:16:52.8215009",
"dispenser": {
"$ref": "115"
},
"tank": {
"$ref": "113"
}
},
{
"$ref": "116"
}
],
"hoseReadings": [
{
"$id": "117",
"id": 1,
"storeID": 2,
"dispenserNumber": 3,
"hoseNumber": 4,
"reading": 5.0,
"taken": "2026-04-03T06:16:52.8215009",
"recordedAt": "2026-04-03T06:16:52.8215009",
"operatorG_UID": "Pq/V6+txTkq1T3fjf1L0iQ==",
"operatorGuid": "ebd5af3e-71eb-4a4e-b54f-77e37f52f489",
"user": "sample string 8",
"manual": true,
"processed": 1,
"takenText": "sample string 10",
"recordedAtText": "sample string 11",
"operator": {
"$ref": "25"
}
},
{
"$ref": "117"
}
],
"tanks": [
{
"$ref": "113"
},
{
"$ref": "113"
}
],
"tankLevels": [
{
"$id": "118",
"id": 1,
"storeID": 2,
"tankNumber": 3,
"volume": 4.0,
"measured": "2026-04-03T06:16:52.8215009",
"measuredAt": "2026-04-03T06:16:52.8215009",
"operator_GUID": "AZubHKFoPECRr2DpOGSYSQ==",
"operatorGuid": "1c9b9b01-68a1-403c-91af-60e938649849",
"user": "sample string 7",
"manual": true,
"endOfDay": 1,
"processed": true,
"measuredText": "sample string 9",
"measuredAtText": "sample string 10"
},
{
"$ref": "118"
}
]
}
application/xml
Sample not available.
text/xml
Sample not available.
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
PK 2�\�\qI� 5 xl/workbook.xml � (� ����0��&�C���"N\�z4Ж�5��B $���~;�hlWӑ���lA[1�[T�f@=턱
�$�!$���B��1�f�/�v�]h���`�"z�/(R�r�#$��=%�.��X��&aK���� �.�"����4��fr����¡������,g���PK 2�\���� � [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
2�\��' ' _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="Reeda3adad6cb42ac" /></Relationships>PK 2�\�
W& ; xl/worksheets/sheet1.xml � (� ��Ks�0��
�{Azz�3I'�uzH���� �$�����b����v���<}U�ଌ-u�(� P�Nge�_��˿ �J.�|�B)x����s�E�]��Ԇ��j�.צJ�4�H�y�Sk�;U�v��EFR�S٢<Z�F��X�hT�5[�m�*-k�J��G��>0*_�g��bD���?Ju�w��z��Z^�����&�I��������ԗwU��Dg���Uy-���_��K CD Þޝ��կ�g��n=�y��(�dH "�9z�ǝ�>�!A�cA(�B��>�|��� ���!��=�i�ӛ�X@)[���>�|v�?��H����y����L�� f��/:_��'��2�b��c_v�ԏQ.$�Db4���f�֩KW�ї�4�}����/m3�~���
&���v�˔@C����Cb=%�!�:%Ȑ�L :$ަ�S���=���5ķ�Ι���ē��M 4j�z�y�AFM�� �.�� �6�� �>lg6*bt7����*���)ӌm�O��PK 2�\� ��� P xl/_rels/workbook.xml.rels � (� ��Kn�0@�b;q� æ��8�$�H��6�����W�E��H]t�j4��'�|�lvo�D^Ѻ�hY�A-�������v��'�ÄS��HXю��~YS���,�C�7v�>�v�'> �Ӵ�6f�=����h�~�l�yF�� Ӌ�'�=�#�z?%Go!K�^28�-�J�����05��_��<���,�*�
Y�T>TFq����p��).Gj�.We����-�����PK 2�\Ѓ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 2�\*�� H xl/sharedStrings.xml � (� �Wmo�6�>`������/���!u�^��M�w8`�M'�9RN������8Qb��P��ȇ�|��e�;O $���vz-X�S��'�������HEXJr�व�r>�K�4e�Pju���dK";|���%Q��\ �\ �e��z�AwI(k9 /��mÖS0���x+�-��:�).`2>���Y�C�r�g� k���s"���u��\6�� ��vO��F�� �!&|�o��_&c��qӿ��
��E��<�DAZC���}�Z�Lf.�5Y�$Y�r��
<��k��nZc�f7"5���F}��.p�4��y��9 R!�AC
��T��n
�,ԫ�nO�1U�:d0SD��t=c�(,M�n�T1O�M�6\W�:Ya�F�Ṭ�3���/x^f��]��B$"�_tM~'��)'�����{jF�2J�h�6#��
���JPt}�To����Q�sFWKT�X����e���z�і �L���/��6�+�'�9��D�|B=oC�k=]�[A���A���9�¸h ��Ԕ<bZ�G�dS>���M1�B�����P#<S�j�S4�&ɳ5f{�9[+����qYP]�p�A�z�NB�k��ێ�����aH��xӆn���C=���x�Ț��V*�D�g.ҺJT:ɋ._N1vS(��%QQ�V�'Z��w�����}�W�����^��/痞�;�Ƣ�eQy���ϿA K��_�r$:CU+�\.ldX!�o�,r$K�� jP;��f�|E�/�1ZZ���dc���m-
�/h�c-�H���Aw��M흂���s��SS�^���u\���p��� ��xZ$&�A93R���1�x>�o��O�x��p�ԕ.i�b"R{bbDcX5O��D�q3I=2��7F����lF��T��<�R]�ק�@��;o�{�2~p�7ޘ���n��G��a����
ۑ�zm7s��#��xw��=��hx�A�SX�{M�u,>��K��Ĭ��mj�U�du�.�j��1_ѷp9C��a�[�N��iJ��Ƭ�z�柵.��e|����L#�&��^�h���%��fx��H
�/�������G�mY2(�.���&�)��O���wZ*:W�
��_�]�z�|y��3��]�w��߷~����ω�w�?=~�W�Ac�����?PK- 2�\�\qI� 5 xl/workbook.xmlPK- 2�\���� � [Content_Types].xmlPK-
2�\��' ' V _rels/.relsPK- 2�\�
W& ; � xl/worksheets/sheet1.xmlPK- 2�\� ��� P ( xl/_rels/workbook.xml.relsPK- 2�\Ѓc'2 E
n xl/styles.xmlPK- 2�\*�� H � xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
PK 2�\̊�W� 5 xl/workbook.xml � (� ����0��&�C��`��x��}mi�?ik��-%�x�3;��4�q��1/�Q���k����|D�d,��S�tOf�Ar�
+ԁ���`'�h?J��J���C~DjZQ
����@H�4�K�}����.&ak�����/�"��� �$�*Z�S�j�[\T������;�a���PK 2�\���� � [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
2�\/Yo' ' _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="R4cb659123fd64161" /></Relationships>PK 2�\�
W& ; xl/worksheets/sheet1.xml � (� ��Ks�0��
�{Azz�3I'�uzH���� �$�����b����v���<}U�ଌ-u�(� P�Nge�_��˿ �J.�|�B)x����s�E�]��Ԇ��j�.צJ�4�H�y�Sk�;U�v��EFR�S٢<Z�F��X�hT�5[�m�*-k�J��G��>0*_�g��bD���?Ju�w��z��Z^�����&�I��������ԗwU��Dg���Uy-���_��K CD Þޝ��կ�g��n=�y��(�dH "�9z�ǝ�>�!A�cA(�B��>�|��� ���!��=�i�ӛ�X@)[���>�|v�?��H����y����L�� f��/:_��'��2�b��c_v�ԏQ.$�Db4���f�֩KW�ї�4�}����/m3�~���
&���v�˔@C����Cb=%�!�:%Ȑ�L :$ަ�S���=���5ķ�Ι���ē��M 4j�z�y�AFM�� �.�� �6�� �>lg6*bt7����*���)ӌm�O��PK 2�\7�j�� P xl/_rels/workbook.xml.rels � (� ���N!�_�pw�nє���k�L��e�]� U�l|$_AR�&��D���M������m���o��$g�1��w�s{��f��� ��H��+O|2��<=����
��iC!�2vb<@G�V�F�9�_2��4���m{�ǀǑ|�,^C<$G�9�A�(�%q>TU��=Y÷
�j\����US�WSK�4P����g2R�b�P㾭�j�*� �}αlz�4�gjwD��eMHg5q�/�_PK 2�\Ѓ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 2�\*�� H xl/sharedStrings.xml � (� �Wmo�6�>`������/���!u�^��M�w8`�M'�9RN������8Qb��P��ȇ�|��e�;O $���vz-X�S��'�������HEXJr�व�r>�K�4e�Pju���dK";|���%Q��\ �\ �e��z�AwI(k9 /��mÖS0���x+�-��:�).`2>���Y�C�r�g� k���s"���u��\6�� ��vO��F�� �!&|�o��_&c��qӿ��
��E��<�DAZC���}�Z�Lf.�5Y�$Y�r��
<��k��nZc�f7"5���F}��.p�4��y��9 R!�AC
��T��n
�,ԫ�nO�1U�:d0SD��t=c�(,M�n�T1O�M�6\W�:Ya�F�Ṭ�3���/x^f��]��B$"�_tM~'��)'�����{jF�2J�h�6#��
���JPt}�To����Q�sFWKT�X����e���z�і �L���/��6�+�'�9��D�|B=oC�k=]�[A���A���9�¸h ��Ԕ<bZ�G�dS>���M1�B�����P#<S�j�S4�&ɳ5f{�9[+����qYP]�p�A�z�NB�k��ێ�����aH��xӆn���C=���x�Ț��V*�D�g.ҺJT:ɋ._N1vS(��%QQ�V�'Z��w�����}�W�����^��/痞�;�Ƣ�eQy���ϿA K��_�r$:CU+�\.ldX!�o�,r$K�� jP;��f�|E�/�1ZZ���dc���m-
�/h�c-�H���Aw��M흂���s��SS�^���u\���p��� ��xZ$&�A93R���1�x>�o��O�x��p�ԕ.i�b"R{bbDcX5O��D�q3I=2��7F����lF��T��<�R]�ק�@��;o�{�2~p�7ޘ���n��G��a����
ۑ�zm7s��#��xw��=��hx�A�SX�{M�u,>��K��Ĭ��mj�U�du�.�j��1_ѷp9C��a�[�N��iJ��Ƭ�z�柵.��e|����L#�&��^�h���%��fx��H
�/�������G�mY2(�.���&�)��O���wZ*:W�
��_�]�z�|y��3��]�w��߷~����ω�w�?=~�W�Ac�����?PK- 2�\̊�W� 5 xl/workbook.xmlPK- 2�\���� � � [Content_Types].xmlPK-
2�\/Yo' ' U _rels/.relsPK- 2�\�
W& ; � xl/worksheets/sheet1.xmlPK- 2�\7�j�� P ' xl/_rels/workbook.xml.relsPK- 2�\Ѓc'2 E
l xl/styles.xmlPK- 2�\*�� H � xl/sharedStrings.xmlPK � �