GET api/supplier/abnexists/{abn}?id={id}
This API checks whether any supplier(s) exist with same ABN If yes, it returns supplier identifier and name only.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| abn | string |
Required |
|
| id | globally unique identifier |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of Supplier| Name | Description | Type | Additional information |
|---|---|---|---|
| Identifier | Collection of byte |
None. |
|
| IdentifierGuid | globally unique identifier |
None. |
|
| Code |
Host supplier code |
string |
String length: inclusive between 0 and 20 |
| Name |
Supplier name |
string |
String length: inclusive between 0 and 255 |
| FuelSupplier | boolean |
None. |
|
| IsSupplier |
If it's not a Supplier, it's a manufactrer |
boolean |
None. |
| IsHostedSupplier |
A hosted supplier doesn't take orders. |
boolean |
None. |
| HostID |
Host vendor |
HostProvider |
None. |
| AccountCode |
Third party accounting software code |
string |
String length: inclusive between 0 and 20 |
| InvoiceSuffix |
Third party invoice reference suffix |
string |
None. |
| OrderEmail |
Email to send order to as PDF |
string |
None. |
| OrderEmailBcc | string |
None. |
|
| OrderFax |
Email to send order to as PDF |
string |
None. |
| ShowOrderCost | boolean |
None. |
|
| ReceiptCostUpdate | boolean |
None. |
|
| SendReceipt |
Receipt email should be sent to supplier when an order or invoice is received |
boolean |
None. |
| ReceiptEmail |
Email used to send stock receive receipts and credit invoice requests |
string |
None. |
| ReceiptEmailBcc |
BCC email used to send stock receive receipts and credit invoice requests |
string |
None. |
| PrimaryContactGuid | Collection of byte |
None. |
|
| PrimaryContactID | globally unique identifier |
None. |
|
| StoreID | integer |
None. |
|
| ABN | string |
None. |
|
| SupplierGroupIdentifier | Collection of byte |
None. |
|
| SupplierGroupGuid | globally unique identifier |
None. |
|
| Rebate | decimal number |
None. |
|
| RebateType | RebateType |
None. |
|
| RebateFrequency | RebateFrequency |
None. |
|
| RebateSource | RebateSource |
None. |
|
| RebateLastClaimed | date |
None. |
|
| RebateLastClaimedAmount | decimal number |
None. |
|
| CartonsOnly | boolean |
None. |
|
| MinimumOrderValue | integer |
None. |
|
| EnforceMinimumQuantity | boolean |
None. |
|
| Freight |
Default freight fee for products with this as preferred supplier |
decimal number |
None. |
| FreightType |
Default freight fee type for products with this as preferred supplier |
FreightFeeType |
None. |
| Deleted | boolean |
None. |
|
| DeletedUser | string |
None. |
|
| StoreName | string |
Relation. This field may not always be loaded or used for updates. |
|
| PrimaryContact | Contact |
Relation. This field may not always be loaded or used for updates. |
|
| Contacts | Collection of SupplierContact |
Relation. This field may not always be loaded or used for updates. |
|
| Products | Collection of ProductOrderingDetail |
Relation. This field may not always be loaded or used for updates. |
|
| OrderCycleHeaders | Collection of OrderCycleHeader |
Relation. This field may not always be loaded or used for updates. |
|
| Cycles | Collection of OrderCycle |
Relation. This field may not always be loaded or used for updates. |
|
| Store | Store |
Relation. This field may not always be loaded or used for updates. |
|
| Updated | date |
Relation. This field may not always be loaded or used for updates. |
|
| IsHost | boolean |
Relation. This field may not always be loaded or used for updates. |
Response Formats
application/json, text/json
[
{
"$id": "1",
"identifier": "7OS+4dwyoUKvoXBxim5yTA==",
"identifierGuid": "e1bee4ec-32dc-42a1-afa1-70718a6e724c",
"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": "RfjhS0O2ckie9f/CeSXlCQ==",
"primaryContactID": "4be1f845-b643-4872-9ef5-ffc27925e509",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "mBuCoUYs+0WsqXQhLzh/BA==",
"supplierGroupGuid": "a1821b98-2c46-45fb-aca9-74212f387f04",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-04-03T06:22:57.2433365",
"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": "2",
"id": "4e49afec-7139-4bc5-8ca9-d3240fbcf5b5",
"identifier": "i5Ddt93gCES5P6P6dos4Yg==",
"identifierGuid": "b7dd908b-e0dd-4408-b93f-a3fa768b3862",
"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": "3",
"supplierIdentifier": "TFpDUXVSrU6yzw4U0rr83A==",
"supplierIdentifierGuid": "51435a4c-5275-4ead-b2cf-0e14d2bafcdc",
"contactGuid": "WSG2XVc0FEiYs92dAgMUmw==",
"contactID": "5db62159-3457-4814-98b3-dd9d0203149b",
"contact": {
"$ref": "2"
},
"supplier": {
"$ref": "1"
}
},
{
"$ref": "3"
}
],
"products": [
{
"$id": "4",
"pluG_UID": "WadBInw9QUu4Py2WY1+p2w==",
"pluGuid": "2241a759-3d7c-4b41-b83f-2d96635fa9db",
"supplierIdentifier": "DDA/ujVWXkyr10Njxvb40g==",
"supplierIdentifierGuid": "ba3f300c-5635-4c5e-abd7-4363c6f6f8d2",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-04-03T06:22:57.2433365",
"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:22:57.2433365",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "5",
"pluG_UID": "jEbQkoxao02HuBdgF90s0g==",
"pluGuid": "92d0468c-5a8c-4da3-87b8-176017dd2cd2",
"supplierIdentifier": "yTekRIljDUmBdNqGMCEnlA==",
"supplierIdentifierGuid": "44a437c9-6389-490d-8174-da8630212794",
"invoiceCode": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "5"
}
],
"storeIDs": [
1,
2
],
"preferredSupplier": true,
"preferredRebateSupplier": true,
"supplierName": "sample string 42",
"salesMode": 43,
"orderPacked": true,
"active": true,
"price": 1,
"costGstPercent": 45,
"parentPluG_UID": "nnSHLW6+GUmutn1oRdhrLQ==",
"parentPluGuid": "2d87749e-be6e-4919-aeb6-7d6845d86b2d",
"freight": 46.0,
"freightType": 1,
"product": {
"$id": "6",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "wvGWn6fby0Kamjq54j6SHw==",
"guid": "9f96f1c2-dba7-42cb-9a9a-3ab9e23e921f",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "fLiXSD60z0O75ZkGeTi16A==",
"priceGroupGuid": "4897b87c-b43e-43cf-bbe5-99067938b5e8",
"blueprintID": 1,
"lastCountedDate": "2026-04-03T06:22:57.2433365",
"externalID": "sample string 7",
"active": true,
"activated": "2026-04-03T06:22:57.2433365",
"pluCreated": "2026-04-03T06:22:57.2433365",
"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:22:57.2433365",
"lastManualUpdate": "2026-04-03T06:22:57.2433365",
"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:22:57.2433365",
"currentCostUpdated": "2026-04-03T06:22:57.2433365",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-04-03T06:22:57.2433365",
"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:22:57.2433365",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "Yu5/ZYr2X0+FP9iidT8b0g==",
"altPLUGuid": "657fee62-f68a-4f5f-853f-d8a2753f1bd2",
"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:22:57.2433365",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "EQ9oi0+xwE+j9a9OpI7f8Q==",
"shelfPageLayoutGuid": "8b680f11-b14f-4fc0-a3f5-af4ea48edff1",
"talkerPageLayoutG_UID": "9nP92UvGRE+JMumUlco8hQ==",
"talkerPageLayoutGuid": "d9fd73f6-c64b-4f44-8932-e99495ca3c85",
"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": "ryydxkGQ80Sq9U84tn+ZUQ==",
"inventoryIdentifier": "c69d2caf-9041-44f3-aaf5-4f38b67f9951",
"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": "pUEVO2a16EuTG3Kfduflcw==",
"parentPluGuid": "3b1541a5-b566-4be8-931b-729f76e7e573",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "gVDMO/rAE0SIpcN6mTtw9Q==",
"supplierIdentifierGuid": "3bcc5081-c0fa-4413-88a5-c37a993b70f5",
"supplierChanged": true,
"rebateSupplierIdentifier": "mzVSTHTULEKqL452GEq8tg==",
"rebateSupplierIdentifierGuid": "4c52359b-d474-422c-aa2f-8e76184abcb6",
"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:22:57.2433365",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "4kUbzXNSbkqza01WjbcCyg==",
"hostIdentifierGuid": "cd1b45e2-5273-4a6e-b36b-4d568db702ca",
"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": "6"
},
{
"$ref": "6"
}
],
"store": {
"$id": "7",
"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:22:57.2433365",
"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": "M4tXmzXpj0G8W7beweI+ag==",
"hostIdentifierGuid": "9b578b33-e935-418f-bc5b-b6dec1e23e6a",
"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:22:57.2433365",
"priceZone": {
"$id": "8",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "Ylgi2JW22UiZSZs/3LZRlg==",
"hostIdentifierGuid": "d8225862-b695-48d9-9949-9b3fdcb65196",
"sortOrder": 3,
"zoneMasterStoreID": 1,
"electedMasterStoreID": 1,
"containsElectedMasterStore": true
},
"priceZoneName": "sample string 51",
"storeFuelConfigured": true,
"shippingAddressCopied": true,
"shippingAddress": {
"$id": "9",
"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": "9"
},
"hostStoreSettings": [
{
"$id": "10",
"id": 1,
"hostIdentifier": "Vg+M3ohKe0C7+2179zzTOA==",
"hostIdentifierGuid": "de8c0f56-4a88-407b-bbfb-6d7bf73cd338",
"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": "11",
"identifier": "FzC9WXq0k0qroa4EeZ85wA==",
"identifierGuid": "59bd3017-b47a-4a93-aba1-ae04799f39c0",
"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": "pWILKw3gzkG8AwJS3c/n+g==",
"hostSupplierIdentifierGuid": "2b0b62a5-e00d-41ce-bc03-0252ddcfe7fa",
"loyaltyPriceLevelIdentifier": "lGyzy4TNbkaBr76B2OSDPw==",
"loyaltyPriceLevelIdentifierGuid": "cbb36c94-cd84-466e-81af-be81d8e4833f",
"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:22:57.2433365",
"lastProcessed": "2026-04-03T06:22:57.2433365",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$ref": "1"
},
"files": [
{
"$id": "12",
"id": "sample string 1",
"fileName": "sample string 2",
"extension": "sample string 3",
"provider": 0,
"type": 0,
"hostType": "sample string 4",
"createdUtc": "2026-04-03T06:22:57.2433365",
"processed": "2026-04-03T06:22:57.2433365",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-04-03T06:22:57.2433365",
"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": "11"
},
"metcashHeader": {
"$id": "13",
"customerNumber": "sample string 1",
"creationDate": "2026-04-03T06:22:57.2433365",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "12"
}
],
"zoneMatrix": [
{
"$id": "14",
"id": 1,
"hostIdentifier": "iqik33et7U+guqEng+vrnw==",
"hostIdentifierGuid": "dfa4a88a-ad77-4fed-a0ba-a12783ebeb9f",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"13c35425-cfb1-442f-8c06-def91b9808a6",
"e530907e-b052-4fb4-a32b-6d0a44fba239"
]
},
{
"$ref": "14"
}
],
"hostFileStoreSetting": {
"$ref": "10"
},
"hostStoreSettings": [
{
"$ref": "10"
},
{
"$ref": "10"
}
],
"promotionPlacements": [
{
"$id": "15",
"identifier": "ynLOIBMBLUqSCWocbQR2fA==",
"identifierGuid": "20ce72ca-0113-4a2d-9209-6a1c6d04767c",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "15"
}
],
"promoTypeGuids": [
"757d83e0-98c7-4335-af9d-29cb5ed3c9ec",
"e99b83c0-d8cb-4594-b9ae-8d145cbaeff5"
],
"isPromotionOnly": false,
"isOrderable": false,
"vendor": 0
},
"groupIDs": [
1,
2
],
"hostDescription": "sample string 27"
},
{
"$ref": "10"
}
],
"accounts": [
{
"$id": "16",
"id": 1,
"storeID": 1,
"accountName": "sample string 2",
"bsb": "sample string 3",
"accountNumber": "sample string 4",
"accountDesignated": true
},
{
"$ref": "16"
}
],
"sales": [
{
"$id": "17",
"id": 1,
"storeID": 1,
"externalSalesType": 2,
"ftpSiteID": 1,
"lastSaleProcessed": "2026-04-03T06:22:57.2433365",
"ftpSite": {
"$id": "18",
"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": "17"
}
],
"zoneMatrix": [
{
"$ref": "14"
},
{
"$ref": "14"
}
],
"cashManagements": [
{
"$id": "19",
"id": 1,
"storeID": 1,
"cashManagementType": 2,
"apiID": 1,
"organisationID": "sample string 3",
"siteName": "sample string 4",
"thirdPartyAPI": {
"$id": "20",
"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": "19"
}
],
"updateStoreID": "da6f3767-a623-48c1-85b1-eb6c5fa75480",
"updateStore": {
"$id": "21",
"id": "c4c92b23-6042-42f9-8a5b-840d48d6c7f6",
"name": "sample string 1",
"lastActivity": "2026-04-03T06:22:57.2433365",
"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:22:57.2433365"
},
"timeZoneId": "sample string 54",
"securityOptions": {
"$id": "22",
"loginMode": 1,
"allowSelfVerification": true,
"verifierEmail": "sample string 3",
"source": "sample string 4",
"loginModeInherited": 5,
"loginModeSource": "sample string 6",
"selfVerifyInherited": true,
"selfVerifySource": "sample string 8",
"verifyEmailInherited": "sample string 9",
"verifyEmailSource": "sample string 10"
}
},
"storePrices": [
{
"$id": "23",
"pluG_UID": "4/B4EVrao0Ka1lKmsTu3fA==",
"pluGuid": "1178f0e3-da5a-42a3-9ad6-52a6b13bb77c",
"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:22:57.2433365"
},
{
"$ref": "23"
}
],
"currentPrices": {
"$id": "24",
"pluPrices": {
"$id": "25",
"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:22:57.2433365",
"priceChangeType": 0,
"costDecimals": 11,
"costCalcMethod": 12,
"targetCampaignPriceGtOrEquNormal": true
},
"normalPluPrices": {
"$ref": "25"
},
"winningCampaign": 1,
"winner": {
"$id": "26",
"campaignName": "sample string 1",
"campaignDescription": "sample string 2",
"talkerText": "sample string 3",
"disableWasSave": true,
"startDate": "2026-04-03T06:22:57.2433365",
"startTime": 5,
"endDate": "2026-04-03T06:22:57.2433365",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "e8c98JZ+MES/2Tn+BNg2TQ==",
"hostIdentifierGuid": "f03dc77b-7e96-4430-bfd9-39fe04d8364d",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "26"
},
{
"$ref": "26"
}
]
},
"tray": {
"$id": "27",
"g_UId": "umNngn9WfEmFoFp4bMQyOQ==",
"guid": "826763ba-567f-497c-85a0-5a786cc43239",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "28",
"priceGroupG_UID": "5x2jOyOORk60fGwa1zuCeQ==",
"priceGroupGuid": "3ba31de7-8e23-4e46-b47c-6c1ad73b8279",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-04-03T06:22:57.2433365",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "6"
},
{
"$ref": "6"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "29",
"pluG_UID": "z942dnZBGUmtPHePmjZrAw==",
"pluGuid": "7636decf-4176-4919-ad3c-778f9a366b03",
"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": "30",
"pluGuid": "9f35116f-04b0-4461-8eda-ad5217cb2c93",
"created": "2026-04-03T06:22:57.2433365",
"createdByUser": "sample string 1",
"activated": "2026-04-03T06:22:57.2433365",
"activatedByUser": "sample string 2",
"deactivated": "2026-04-03T06:22:57.2433365",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-04-03T06:22:57.2433365",
"lastOrderedQty": 4.0,
"lastReceived": "2026-04-03T06:22:57.2433365",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-04-03T06:22:57.2433365",
"lastSold": "2026-04-03T06:22:57.2433365",
"firstSold": "2026-04-03T06:22:57.2433365",
"awsUpdated": "2026-04-03T06:22:57.2433365",
"lastManualUpdate": "2026-04-03T06:22:57.2433365",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-04-03T06:22:57.2433365",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-04-03T06:22:57.2433365",
"doNotRangeUpdated": "2026-04-03T06:22:57.2433365",
"doNotOrderUpdated": "2026-04-03T06:22:57.2433365",
"tracked": "2026-04-03T06:22:57.2433365"
},
"allergens": [
{
"$id": "31",
"primaryKey": {
"$id": "32",
"pluGuid": "c9992e5b-9248-408d-bd03-ef2c1d26f45a",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "Wy6ZyUiSjUC9A+8sHSb0Wg==",
"pluGuid": "c9992e5b-9248-408d-bd03-ef2c1d26f45a",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "31"
}
],
"costs": {
"$id": "33",
"pluG_UID": "gVfrnIl7Wk6Vjxk0wdtHEw==",
"pluGuid": "9ceb5781-7b89-4e5a-958f-1934c1db4713",
"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:22:57.2433365",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "34",
"saleHeaderID": 1,
"created": "2026-04-03T06:22:57.2433365",
"createdLocal": "2026-04-03T06:22:57.2433365",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "0RtopdgQ5UWRztsSQxvRsw==",
"operatorGuid": "a5681bd1-10d8-45e5-91ce-db12431bd1b3",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "SLF/g7eXe02F/+EQLQo9Ng==",
"pluGuid": "837fb148-97b7-4d7b-85ff-e1102d0a3d36",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$id": "35",
"id": 1,
"g_Uid": "qDn5zgxIeEWizcAcEfXNzA==",
"guid": "cef939a8-480c-4578-a2cd-c01c11f5cdcc",
"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:22:57.2433365",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-04-03T06:22:57.2433365",
"endShift": "2026-04-03T06:22:57.2433365",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "36",
"operatorG_UID": "KAhxxPYk7U6bw1vSpk9dbQ==",
"operatorGuid": "c4710828-24f6-4eed-9bc3-5bd2a64f5d6d",
"storeID": 2,
"operator": {
"$ref": "35"
},
"store": {
"$ref": "7"
}
},
{
"$ref": "36"
}
]
}
},
{
"$ref": "34"
}
],
"apns": [
{
"$id": "37",
"pluID": 1,
"pluG_UID": "gzFf0DySu06O+yLNyvHzTQ==",
"pluGuid": "d05f3183-923c-4ebb-8efb-22cdcaf1f34d",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "37"
}
],
"tuns": [
{
"$id": "38",
"pluG_UId": "TBoTnnecdE6Jdc4cbM3brQ==",
"pluGuid": "9e131a4c-9c77-4e74-8975-ce1c6ccddbad",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "6"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "38"
}
],
"competitionPricing": [
{
"$id": "39",
"identifier": "/5vSzfmwS0+8r94kb2+hJg==",
"identifierGuid": "cdd29bff-b0f9-4f4b-bcaf-de246f6fa126",
"pluG_UID": "wSVXx7OYSU+wfbYXtQrA6g==",
"pluGuid": "c75725c1-98b3-4f49-b07d-b617b50ac0ea",
"competitionID": 1,
"name": "sample string 2",
"sellMultiple": 3,
"retailPrice": 4,
"storeName": "sample string 5"
},
{
"$ref": "39"
}
],
"supplier": {
"$ref": "1"
},
"supplierName": "sample string 148",
"children": [
{
"$ref": "6"
},
{
"$ref": "6"
}
],
"ordering": {
"$ref": "4"
},
"flipChartPages": [
{
"$id": "40",
"identifier": "c7RkrgQq6Uaha0WHtH3vwQ==",
"groupName": "sample string 1",
"identifierGuid": "ae64b473-2a04-46e9-a16b-4587b47defc1",
"exists": true,
"flipChartIdentifier": "6HL3zxrtl02DgeBMt3jM9A==",
"flipChartIdentifierGuid": "cff772e8-ed1a-4d97-8381-e04cb778ccf4",
"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": "hpJ7pEjd60mg1ZOXy/6nbw==",
"groupIdentifierGuid": "a47b9286-dd48-49eb-a0d5-9397cbfea76f",
"flipChart": {
"$id": "41",
"identifier": "1/cYPVET8EqB6n0Z9F4mWQ==",
"identifierGuid": "3d18f7d7-1351-4af0-81ea-7d19f45e2659",
"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": "42",
"identifier": "9KHnG6dTmEiRGkJadaGS2w==",
"identifierGuid": "1be7a1f4-53a7-4898-911a-425a75a192db",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "43",
"id": 1,
"g_UID": "Es7TfKXvGkmIqH7m9tDsww==",
"guid": "7cd3ce12-efa5-491a-88a8-7ee6f6d0ecc3",
"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": "SzzhPf/C0EKVZ/cuRx3e3g==",
"previousFormGuid": "3de13c4b-c2ff-42d0-9567-f72e471ddede",
"nextForm": 1,
"nextFormG_UID": "mZE5OQ7Si0uyoknasasLrg==",
"nextFormGuid": "39399199-d20e-4b8b-b2a2-49dab1ab0bae",
"attributes": "sample string 10",
"updated": "2026-04-03T06:22:57.2589911",
"positioning": 1,
"contentPanel": "sample string 11",
"selectionMode": 1,
"maximumSelections": 1,
"alteredInStore": true,
"deleted": true,
"blueprintID": 1,
"preserveLayout": true,
"mainCheckoutFormName": "sample string 13",
"nextCheckoutForm": {
"$ref": "43"
},
"previousCheckoutForm": {
"$ref": "43"
},
"buttons": [
{
"$id": "44",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "nRaqqoSBy0+ZltoSo6nOBQ==",
"checkoutFormGuid": "aaaa169d-8184-4fcb-9996-da12a3a9ce05",
"identifier": "lwQAgMW/GEq9yMk3mjx5bw==",
"identifierGuid": "80000497-bfc5-4a18-bdc8-c9379a3c796f",
"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": "bNH3GjE3D0+O0/ld8kqFHA==",
"valueGuid": "1af7d16c-3731-4f0f-8ed3-f95df24a851c",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-04-03T06:22:57.2589911",
"action": "sample string 12",
"valueForm": {
"$ref": "43"
},
"image": {
"$id": "45",
"name": "sample string 3.sample string 4",
"imageID": 2,
"imageName": "sample string 3",
"imageExtension": "sample string 4",
"lastUpdate": "2026-04-03T06:22:57.2589911",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "44"
}
],
"panels": [
{
"$id": "46",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "8kS6WTd48k6+xfRbI7/nuw==",
"checkoutFormGuid": "59ba44f2-7837-4ef2-bec5-f45b23bfe7bb",
"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": "46"
}
]
},
{
"$ref": "43"
}
],
"panels": [
{
"$ref": "46"
},
{
"$ref": "46"
}
]
},
"pages": [
{
"$ref": "40"
},
{
"$ref": "40"
}
]
},
"contentPanel": {
"$ref": "46"
},
"products": [
{
"$id": "47",
"flipChartPageIdentifier": "2eGt8YQOv0urbZ0SNGeICQ==",
"flipChartPageIdentifierGuid": "f1ade1d9-0e84-4bbf-ab6d-9d1234678809",
"pluG_UID": "aBzRb+LSPEycCkTYQ0nszg==",
"pluGuid": "6fd11c68-d2e2-4c3c-9c0a-44d84349ecce",
"sortOrder": 3,
"sent": true,
"productChanged": true,
"productImageName": "sample string 6",
"productShowImageOnFlipCharts": true,
"productShowTextOnFlipCharts": true,
"productOverrideFlipChartText": true,
"productFlipChartText": "sample string 10",
"product": {
"$ref": "6"
},
"departmentSortOrder": 11,
"subDepartmentName": "sample string 12"
},
{
"$ref": "47"
}
],
"productCount": 27,
"pages": [
{
"$ref": "40"
},
{
"$ref": "40"
}
]
},
{
"$ref": "40"
}
],
"priceHistory": [
{
"$id": "48",
"pluG_UID": "uFB9767qmkir5E7MQSkkaA==",
"pluGuid": "ef7d50b8-eaae-489a-abe4-4ecc41292468",
"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:22:57.2589911",
"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": "48"
}
],
"ingredients": [
{
"$id": "49",
"pluG_UID": "8Ac9k54p2EmXD/340Ho4uQ==",
"ingredientGuid": "+8I9uxGzHECEzbLT1Cl+dA==",
"ingredientIdentifier": "bb3dc2fb-b311-401c-84cd-b2d3d4297e74",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "6"
}
},
{
"$ref": "49"
}
],
"bins": [
{
"$id": "50",
"pluG_UID": "XQ+zlNYc7UuYIUQI9Yo5aw==",
"pluGuid": "94b30f5d-1cd6-4bed-9821-4408f58a396b",
"shelfLocationIdentifier": "twhcy6tnqkaClMukzZHMlw==",
"shelfLocationGuid": "cb5c08b7-67ab-46aa-8294-cba4cd91cc97",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "WfeRVagxS0+xbHPYhSgFsQ==",
"labelPageLayoutGuid": "5591f759-31a8-4f4b-b16c-73d8852805b1",
"updated": "2026-04-03T06:22:57.2589911",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "6"
},
"location": {
"$id": "51",
"identifier": "K8LcRjB/hE+P8dQu3aZ4bw==",
"storeID": 1,
"identifierGuid": "46dcc22b-7f30-4f84-8ff1-d42edda6786f",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-04-03T06:22:57.2589911",
"minTemp": 1,
"maxTemp": 1,
"checkFrequency": 1,
"storeCaseConfiguration": 5,
"storeName": "sample string 6",
"bins": [
{
"$ref": "50"
},
{
"$ref": "50"
}
]
}
},
{
"$ref": "50"
}
],
"bin": {
"$ref": "50"
},
"scaleLocations": [
{
"$id": "52",
"plu": 1,
"pluG_UID": "lr4GbOefv0i/jjOb/SPt4Q==",
"pluGuid": "6c06be96-9fe7-48bf-bf8e-339bfd23ede1",
"deptNo": 1,
"product": {
"$ref": "6"
},
"scaleLocation": {
"$id": "53",
"id": 1,
"deptNo": 1,
"deptCode": "sample string 2",
"name": "sample string 3",
"enabled": true,
"updated": "2026-04-03T06:22:57.2589911",
"department": {
"$id": "54",
"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": "53"
},
"subDepartments": [
{
"$id": "55",
"id": 1,
"departmentID": 2,
"name": "sample string 3",
"code": "sample string 4",
"departmentCode": "sample string 5",
"externalSales": true,
"minorDepartments": [
{
"$id": "56",
"id": 1,
"subDepartmentID": 2,
"departmentID": 3,
"name": "sample string 4",
"subDepartmentCode": "sample string 5",
"departmentCode": "sample string 6",
"code": "sample string 7",
"lesserDepartments": [
{
"$id": "57",
"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:22:57.2589911",
"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": "W5caqYp6+ES+cwcbtfK0ug==",
"labelPageLayoutGuid": "a91a975b-7a8a-44f8-be73-071bb5f2b4ba",
"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": "58",
"dept": 1,
"category": 2,
"name": "sample string 3",
"active": true,
"mscCommodities": [
{
"$id": "59",
"dept": 1,
"category": 2,
"commodity": 3,
"name": "sample string 4",
"active": true,
"mscSubCommodities": [
{
"$id": "60",
"dept": 1,
"category": 2,
"commodity": 3,
"subCommodity": 4,
"name": "sample string 5",
"active": true,
"subCommodityCode": "sample string 7"
},
{
"$ref": "60"
}
],
"commodityCode": "sample string 6"
},
{
"$ref": "59"
}
],
"categoryCode": "sample string 5"
},
"mscCom": {
"$ref": "59"
},
"mscDep": {
"$id": "61",
"dept": 1,
"name": "sample string 2",
"active": true,
"mscCategories": [
{
"$ref": "58"
},
{
"$ref": "58"
}
],
"deptCode": "sample string 4"
},
"mscSubCom": {
"$ref": "60"
}
},
{
"$ref": "57"
}
],
"updated": "2026-04-03T06:22:57.2589911",
"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": "0bErUCopb064/1JRFYlbvw==",
"labelPageLayoutGuid": "502bb1d1-292a-4e6f-b8ff-525115895bbf",
"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": "58"
},
"mscCom": {
"$ref": "59"
},
"mscDep": {
"$ref": "61"
},
"mscSubCom": {
"$ref": "60"
}
},
{
"$ref": "56"
}
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:22:57.2589911",
"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": "sIoLvupJ0UiSHWK4wXL7nA==",
"labelPageLayoutGuid": "be0b8ab0-49ea-48d1-921d-62b8c172fb9c",
"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": "58"
},
"mscCom": {
"$ref": "59"
},
"mscDep": {
"$ref": "61"
},
"mscSubCom": {
"$ref": "60"
}
},
{
"$ref": "55"
}
],
"stores": [
1,
2
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:22:57.2589911",
"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": "9+Ltpv3SyUmjEmyeMPyHIw==",
"labelPageLayoutGuid": "a6ede2f7-d2fd-49c9-a312-6c9e30fc8723",
"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": "58"
},
"mscCom": {
"$ref": "59"
},
"mscDep": {
"$ref": "61"
},
"mscSubCom": {
"$ref": "60"
}
}
}
},
{
"$ref": "52"
}
],
"nextPrice": {
"$id": "62",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 1,
"hostOfferID": 1,
"metcashPromotionID": "sample string 4",
"metcashPromotionPlacement": "sample string 5",
"pluG_UID": "Xm1Ut0/2VEujYeRY/pOQZw==",
"pluGuid": "b7546d5e-f64f-4b54-a361-e458fe939067",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "3aZFrzRXskelx8J5e4tP7A==",
"dealCostGuid": "af45a6dd-5734-47b2-a5c7-c2797b8b4fec",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "sYwMtKZLcE23Jegl99gmIQ==",
"priceGroupGuid": "b40c8cb1-4ba6-4d70-b725-e825f7d82621",
"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:22:57.2589911",
"rrp": 27,
"campaignDescription": "sample string 28",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "bbdf0f19-c361-4d99-85f0-cb643e1bd96f",
"campaignComboPriceGroupG_UID": "yypuLhjmAUGjOn8LW2NRKw==",
"campaignComboPriceGroupIdentifier": "2e6e2acb-e618-4101-a33a-7f0b5b63512b",
"promotionPlacementDescription": "sample string 30",
"storeAcceptances": [
{
"$id": "63",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-04-03T06:22:57.2589911",
"operatorG_UID": "XkgVj4zFqE2aAzLNnTShZg==",
"operatorGuid": "8f15485e-c58c-4da8-9a03-32cd9d34a166",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-04-03T06:22:57.2589911",
"signIqTicketFileMovedUtc": "2026-04-03T06:22:57.2589911",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-04-03T06:22:57.2589911",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "42bfd1e0-68d5-401e-a94e-629574059750",
"product": {
"$ref": "6"
},
"campaignPlu": {
"$ref": "62"
},
"fuelItem": true
},
{
"$ref": "63"
}
],
"campaign": {
"$id": "64",
"id": 1,
"storeID": 2,
"name": "10660b4e-a454-4f91-b144-84f38aecd56c",
"nameGuid": "10660b4e-a454-4f91-b144-84f38aecd56c",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-04-03T06:22:57.2589911",
"startTime": 1,
"endDate": "2026-04-03T06:22:57.2589911",
"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:22:57.2589911",
"system": true,
"created": "2026-04-03T06:22:57.2589911",
"updated": "2026-04-03T06:22:57.2589911",
"priceChangeNotifiedUtc": "2026-04-03T06:22:57.2589911",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "5ywmV/lJnUKiGYOwahPe1A==",
"hostIdentifierGuid": "57262ce7-49f9-429d-a219-83b06a13ded4",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-04-03T06:22:57.2589911",
"updatedByUser": "sample string 18",
"offerID": 1,
"isPriceChangeCampaign": true,
"stores": [
1,
2
],
"storeNames": [
"sample string 1",
"sample string 2"
],
"campaignPlus": [
{
"$ref": "62"
},
{
"$ref": "62"
}
],
"campaignPools": [
{
"$id": "65",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 4,
"pluG_UID": "gq3voia9/EqAxlCVVsMUQA==",
"pluGuid": "a2efad82-bd26-4afc-80c6-509556c31440",
"hostOfferID": 1,
"priceGroupG_UID": "8FJLE/7/e0KL57nZGBIUxg==",
"priceGroupGuid": "134b52f0-fffe-427b-8be7-b9d9181214c6",
"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:22:57.2589911",
"rrp": 17,
"campaignDescription": "sample string 18",
"product": {
"$ref": "6"
},
"campaign": {
"$ref": "64"
}
},
{
"$ref": "65"
}
],
"sellingRules": [
{
"$id": "66",
"id": 1,
"identifier": "ZLx5nqM2y0Cj4Kw/sC3sxw==",
"identifierStr": "ZLx5nqM2y0Cj4Kw/sC3sxw==",
"identifierGuid": "9e79bc64-36a3-40cb-a3e0-ac3fb02decc7",
"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": "64"
}
},
{
"$ref": "66"
}
],
"customers": [
{
"$id": "67",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"customerID": "Ril6pluYn0yMyIWcyAsSmg==",
"customerIDGuid": "a67a2946-985b-4c9f-8cc8-859cc80b129a",
"campaign": {
"$ref": "64"
},
"customer": {
"$id": "68",
"identifier": "i1eUptoUm0CerZ90Rsx8Zg==",
"identifierGuid": "a694578b-14da-409b-9ead-9f7446cc7c66",
"code": "sample string 2",
"familyName": "sample string 3",
"givenName": "sample string 4",
"otherName": "sample string 5",
"title": "sample string 6",
"dateOfBirth": "2026-04-03T06:22:57.2589911",
"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": "TnOFVzQsQEaH0g2CN42lOg==",
"communityIdentifierGuid": "5785734e-2c34-4640-87d2-0d82378da53a",
"joined": "2026-04-03T06:22:57.2589911",
"updated": "2026-04-03T06:22:57.2589911",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "SzwEKnKdS0aA9f2w1zXKXA==",
"priceLevelIdentifierGuid": "2a043c4b-9d72-464b-80f5-fdb0d735ca5c",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-04-03T06:22:57.2589911",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "69",
"cardType": 2,
"issueDate": "2026-04-03T06:22:57.2589911",
"expiry": "2026-04-03T06:22:57.2589911",
"customerID": "JJnTdUocx0q3Ir2srXzHeg==",
"customerIDGuid": "75d39924-1c4a-4ac7-b722-bdacad7cc77a",
"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:22:57.2589911",
"linkedAccount": "cAd1gdPH30K0yBuLnU8MQg==",
"linkedAccountGuid": "81750770-c7d3-42df-b4c8-1b8b9d4f0c42",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "68"
},
"account": {
"$id": "70",
"id": 1,
"identifier": "XZsUt8C8N0WZIoNi7+aMJw==",
"identifierGuid": "b7149b5d-bcc0-4537-9922-8362efe68c27",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-04-03T06:22:57.2589911",
"owner": "whVLfLESWkKHGsymicWblg==",
"ownerGuid": "7c4b15c2-12b1-425a-871a-cca689c59b96",
"accountStoreGroupIdentifier": "NJjV73ESIEa78wCefFfQXQ==",
"accountStoreGroupGuid": "efd59834-1271-4620-bbf3-009e7c57d05d",
"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:22:57.2589911",
"active": true,
"updated": "2026-04-03T06:22:57.2589911",
"deleted": true,
"deletedUser": "sample string 16",
"currentBalanceChanged": true,
"maximumLimitChanged": true,
"loyaltyPointsChanged": true,
"projectedBalance": 17,
"accountStoreGroupStoreIDs": [
1,
2
],
"customerEmail": "sample string 18",
"ownerCustomer": {
"$ref": "68"
},
"card": {
"$ref": "69"
},
"members": {
"$id": "71",
"sample string 1": [
{
"$ref": "68"
},
{
"$ref": "68"
}
],
"sample string 2": [
{
"$ref": "68"
},
{
"$ref": "68"
}
]
},
"customerGroups": [
{
"$id": "72",
"identifier": "QAnr4wKHn0SzlQxEwZP4iA==",
"identifierGuid": "e3eb0940-8702-449f-b395-0c44c193f888",
"name": "sample string 2",
"primaryContact": "clEvLsCzmUqVVQlibLdi/Q==",
"primaryContactGuid": "2e2f5172-b3c0-4a99-9555-09626cb762fd",
"accountID": "k2v/VjPXRkeK186Wz60awQ==",
"accountIDGuid": "56ff6b93-d733-4746-8ad7-ce96cfad1ac1",
"special": true,
"updated": "2026-04-03T06:22:57.2589911",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "X8cjOpxtrEGgjxPnCwrWbg==",
"priceLevelIdentifierGuid": "3a23c75f-6d9c-41ac-a08f-13e70b0ad66e",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "70"
},
"primaryContactCustomer": {
"$ref": "68"
},
"customerGroupMembers": [
{
"$id": "73",
"id": 1,
"groupID": "SnQ2M8vwuUaGApgfDOBAWw==",
"groupIDGuid": "3336744a-f0cb-46b9-8602-981f0ce0405b",
"customerID": "JWmA7mt5wkeSb4GoweJnxQ==",
"customerIDGuid": "ee806925-796b-47c2-926f-81a8c1e267c5",
"card": "sample string 4",
"linkedAccount": "CRZt5Sy5906SAAuYMlCg3w==",
"linkedAccountGuid": "e56d1609-b92c-4ef7-9200-0b983250a0df",
"customer": {
"$ref": "68"
},
"group": {
"$ref": "72"
},
"customerCard": {
"$ref": "69"
}
},
{
"$ref": "73"
}
]
},
{
"$ref": "72"
}
]
},
"payments": [
{
"$id": "74",
"id": 1,
"identifier": "JglquzO3Sk2BI9WktKwnuw==",
"identifierGuid": "bb6a0926-b733-4d4a-8123-d5a4b4ac27bb",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "FY7Ihx7RhEa0JIIhybcpmA==",
"accountIDGuid": "87c88e15-d11e-4684-b424-8221c9b72998",
"customerAccount": {
"$ref": "70"
},
"customerCard": {
"$ref": "69"
},
"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:22:57.2589911",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "TS4Hu6vsZEOhVpZBDRFC1g==",
"idempotentVoidGuid": "bb072e4d-ecab-4364-a156-96410d1142d6",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "75",
"saleHeaderID": 1,
"saleHeaderGuid": "HWYdImq0aUS5ArSbDMpWhQ==",
"saleHeaderIdentifierGuid": "221d661d-b46a-4469-b902-b49b0cca5685",
"created": "2026-04-03T06:22:57.2589911",
"createdLocal": "2026-04-03T06:22:57.2589911",
"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:22:57.2589911",
"storeID": 1,
"operatorG_Uid": "NDaPbrc6JU6mrNe1bW0DJw==",
"operatorGuid": "6e8f3634-3ab7-4e25-a6ac-d7b56d6d0327",
"customerG_Uid": "dNbo6p7QqkCw0nGMXh+Rhg==",
"customerGuid": "eae8d674-d09e-40aa-b0d2-718c5e1f9186",
"communityIdentifier": "ZpJ2N58XiU2PANXPJ7lRvQ==",
"communityIdentifierGuid": "37769266-179f-4d89-8f00-d5cf27b951bd",
"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": "r2DwJeLpI06P87/P8r1GDg==",
"priceLevelIdentifierGuid": "25f060af-e9e2-4e23-8ff3-bfcff2bd460e",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-04-03T06:22:57.2589911+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": "76",
"customerName": "sample string 1",
"pickupAt": "2026-04-03T06:22:57.2589911",
"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": "35"
},
"customer": {
"$ref": "68"
},
"communityOrganisation": {
"$id": "77",
"id": 1,
"identifier": "KuGT9SElw0eUoHHbHT3ZRQ==",
"identifierGuid": "f593e12a-2521-47c3-94a0-71db1d3dd945",
"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:22:57.2589911",
"promoPeriodEnd": "2026-04-03T06:22:57.2589911",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-04-03T06:22:57.2589911",
"deleted": true
},
"details": [
{
"$id": "78",
"saleItemID": 1,
"identifier": "UUJwTouTDUuZ0w5c36qGAQ==",
"identifierGuid": "4e704251-938b-4b0d-99d3-0e5cdfaa8601",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "a2f2KVNcUUq48mmkDMXD9g==",
"pluGuid": "29f6676b-5c53-4a51-b8f2-69a40cc5c3f6",
"accountID": "NDs2woL3kUGE7fTNTsR5/w==",
"accountIDGuid": "c2363b34-f782-4191-84ed-f4cd4ec479ff",
"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:22:57.2589911",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "ZR+d6Sj6ukChfTb2ltJ87g==",
"refundGuid": "e99d1f65-fa28-40ba-a17d-36f696d27cee",
"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": "tt3NrT2qhUmSErSVKaSPEQ==",
"idempotentVoidGuid": "adcdddb6-aa3d-4985-9212-b49529a48f11",
"priceLevelIdentifier": "xrJXaR+aqkKxEjgJC/Y39A==",
"priceLevelIdentifierGuid": "6957b2c6-9a1f-42aa-b112-38090bf637f4",
"communityIdentifier": "qhjo2fSrt0e8S4Lq+MBobg==",
"communityIdentifierGuid": "d9e818aa-abf4-47b7-bc4b-82eaf8c0686e",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "79",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-04-03T06:22:57.2589911",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "79"
}
],
"refund": {
"$id": "80",
"id": 1,
"g_UID": "hsHkYWiw0k6o4AiC3UDuYg==",
"guid": "61e4c186-b068-4ed2-a8e0-0882dd40ee62",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-04-03T06:22:57.2589911"
},
"modifier": {
"$id": "81",
"id": 1,
"setG_UID": "n9IrPUXZ1EWGa1Evrsfe9w==",
"modifierSetGuid": "3d2bd29f-d945-45d4-866b-512faec7def7",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "C16lgyKho0eIZMITO6Uqrg==",
"pluGuid": "83a55e0b-a122-47a3-8864-c2133ba52aae",
"deleted": true,
"g_UID": "fCEDgBqK7kCFjvvUChzqOQ==",
"guid": "8003217c-8a1a-40ee-858e-fbd40a1cea39",
"product": {
"$ref": "6"
}
},
"priceLevelName": "sample string 25",
"pumpNumber": 1,
"hoseNumber": 1
},
{
"$ref": "78"
}
],
"eftReceipts": [
{
"$id": "82",
"id": 1,
"storeID": 1,
"saleHeaderID": 2,
"storeSaleHeader": {
"$ref": "75"
},
"receipt": "sample string 3",
"processed": 1
},
{
"$ref": "82"
}
],
"payments": [
{
"$ref": "74"
},
{
"$ref": "74"
}
],
"cards": [
{
"$id": "83",
"id": 1,
"saleHeaderID": 1,
"identifier": "sample string 2",
"cardType": 3,
"providerName": "sample string 4"
},
{
"$ref": "83"
}
],
"campaignHits": [
{
"$id": "84",
"id": 1,
"saleHeaderID": 2,
"campaign": "sample string 3",
"name": "sample string 4",
"processed": 1,
"campaignDescription": "sample string 5"
},
{
"$ref": "84"
}
],
"fuel": [
{
"$id": "85",
"id": 1,
"plu": 1,
"pluG_UID": "fQVBrPcSzEqlv+P9kyq0vw==",
"pluGuid": "ac41057d-12f7-4acc-a5bf-e3fd932ab4bf",
"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:22:57.2589911",
"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:22:57.2589911",
"tagNumber": "sample string 15",
"trackTwoRem": "sample string 16",
"transCode": 1,
"transType": 1,
"unitPrice": 1.0,
"vehicleReg": "sample string 17",
"offline": true,
"processed": 1
},
{
"$ref": "85"
}
],
"fuelResells": [
{
"$id": "86",
"saleItemID": 1,
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "xwnZ95I0bUeHt07/QVrr9Q==",
"pluGuid": "f7d909c7-3492-476d-87b7-4eff415aebf5",
"accountID": "hvVhHOMeCE6tu2zhtEbItw==",
"accountIDGuid": "1c61f586-1ee3-4e08-adbb-6ce1b446c8b7",
"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:22:57.2589911",
"bestOrExpireType": 1,
"refundG_UID": "wm6cARewsU23j6duDR+Yig==",
"refundGuid": "019c6ec2-b017-4db1-b78f-a76e0d1f988a",
"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": "86"
}
],
"customerOrder": [
{
"$id": "87",
"identifier": "6wkIDuDDTkuZ6IBIW+NhbQ==",
"identifierGuid": "0e0809eb-c3e0-4b4e-99e8-80485be3616d",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "Rwpu5rBFqEC6Lq5ujkK8mg==",
"customerIdentifierGuid": "e66e0a47-45b0-40a8-ba2e-ae6e8e42bc9a",
"operatorNo": 1,
"operatorG_UID": "PczxYCeNLUS8JY2YsSdqMw==",
"operatorGuid": "60f1cc3d-8d27-442d-bc25-8d98b1276a33",
"created": "2026-04-03T06:22:57.2589911",
"ordered": "2026-04-03T06:22:57.2589911",
"started": "2026-04-03T06:22:57.2589911",
"completed": "2026-04-03T06:22:57.2589911",
"supplied": "2026-04-03T06:22:57.2589911",
"quickTicket": 1,
"deleted": true,
"walkAway": true,
"approxWait": 1,
"actualWait": 1,
"deliveryMethod": 8,
"externalSaleType": 9,
"customer": {
"$ref": "68"
},
"operator": {
"$ref": "35"
},
"details": [
{
"$id": "88",
"headerID": 1,
"plu": 1,
"pluG_UId": "ESDttUd3REaN/uo2XQVqHA==",
"pluGuid": "b5ed2011-7747-4644-8dfe-ea365d056a1c",
"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": "jEyHTLZW+U+T2q+70F7uXw==",
"headerIdentifierGuid": "4c874c8c-56b6-4ff9-93da-afbbd05eee5f",
"product": {
"$ref": "6"
}
},
{
"$ref": "88"
}
],
"storeName": "sample string 11",
"customerName": "sample string 12",
"storeReplyTo": "sample string 13",
"storeSubjectLine": "sample string 14",
"storeSaleHeader": {
"$ref": "75"
}
},
{
"$ref": "87"
}
],
"surveyResponses": [
{
"$id": "89",
"surveyG_UID": "HL4OxOxzyEuF3EGO/LCzgA==",
"surveyGuid": "c40ebe1c-73ec-4bc8-85dc-418efcb0b380",
"saleHeaderGuid": "boUj79c9uEOXrbfS/qBwBQ==",
"saleGuid": "ef23856e-3dd7-43b8-97ad-b7d2fea07005",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "VAYC3DMLZU+sl5HOR7p76A==",
"guidResponse": "dc020654-0b33-4f65-ac97-91ce47ba7be8",
"whoAnswered": 2,
"answeredAtUTC": "2026-04-03T06:22:57.2589911",
"sale": {
"$ref": "75"
},
"survey": {
"$id": "90",
"g_UID": "r9loKowkE0aMnAv9B7Yqog==",
"guid": "2a68d9af-248c-4613-8c9c-0bfd07b62aa2",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "Qd4h49ZrXEamriJpMKBX/A==",
"checkoutFormGuid": "e321de41-6bd6-465c-a6ae-226930a057fc",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-04-03T06:22:57.2589911",
"end": "2026-04-03T06:22:57.2589911",
"deleted": true,
"updated": "2026-04-03T06:22:57.2589911",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"4b69a759-828e-4694-947d-bb6200e70833",
"b7221a1a-ff96-420a-aeb4-8a12defe4176"
],
"allowsAllTextResponses": true,
"surveyForm": {
"$ref": "43"
}
},
"ingressId": "sample string 4"
},
{
"$ref": "89"
}
],
"storeName": "sample string 39",
"terminalNumber": 40,
"machineName": "sample string 41",
"operatorName": "sample string 42",
"direction": 1,
"reason": "sample string 43",
"accountG_UID": "e2Kkj75S1UOsj2V0qJsASw==",
"accountIdentifier": "8fa4627b-52be-43d5-ac8f-6574a89b004b",
"accountName": "sample string 44",
"customerOrderIdentifier": "RiJ5dSuSf0yxnfqntjW94Q==",
"customerOrderIdentifierGuid": "75792246-922b-4c7f-b19d-faa7b635bde1",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "91",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "flzTS4VUh0OTo3tvC1u5jg==",
"paymentIdentifierGuid": "4bd35c7e-5485-4387-93a3-7b6f0b5bb98e",
"identifier": "WgcZFm+qy0+Of5KJCe0bUQ==",
"identifierGuid": "1619075a-aa6f-4fcb-8e7f-928909ed1b51",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "SZzOeU/cEkKmy5D3gQce5w==",
"itemIdentifierGuid": "79ce9c49-dc4f-4212-a6cb-90f781071ee7"
}
},
{
"$ref": "74"
}
]
},
{
"$ref": "69"
}
],
"customerGroupMembers": [
{
"$ref": "73"
},
{
"$ref": "73"
}
],
"customerGroups": [
{
"$ref": "72"
},
{
"$ref": "72"
}
],
"accounts": [
{
"$ref": "70"
},
{
"$ref": "70"
}
],
"account": {
"$ref": "70"
},
"vouchers": [
{
"$id": "92",
"customerIdentifier": "usI9DTMcUk6YfUJ8CKtfww==",
"customerIdentifierGuid": "0d3dc2ba-1c33-4e52-987d-427c08ab5fc3",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "FnaTW1r2xkKtu2C3xCSzwA==",
"idempotentGuid": "5b937616-f65a-42c6-adbb-60b7c424b3c0",
"offline": true,
"voucher": {
"$id": "93",
"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:22:57.2589911",
"barcodeTemplate": {
"$id": "94",
"templateID": 1,
"template": "sample string 1",
"bcFunction": "sample string 2",
"sortOrder": 3
},
"scaleLabel": {
"$id": "95",
"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:22:57.2589911",
"labelPageLayout": "/9/fCPvJBUWJSZY8I+wvkw==",
"pageLayoutGuid": "08dfdfff-c9fb-4505-8949-963c23ec2f93",
"labelType": 6,
"oldName": "sample string 7",
"voucher": {
"$ref": "93"
},
"elements": [
{
"$id": "96",
"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:22:57.2589911"
},
{
"$ref": "96"
}
]
},
"customerVouchers": [
{
"$id": "97",
"id": 1,
"customerIdentifier": "HttdR0yVtE6KSvQgS5kUAw==",
"customerIdentifierGuid": "475ddb1e-954c-4eb4-8a4a-f4204b991403",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-04-03T06:22:57.2589911",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "oTRdXV/SC0KOIf1LejKFew==",
"issuedIdempotentGuid": "5d5d34a1-d25f-420b-8e21-fd4b7a32857b",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-04-03T06:22:57.2589911",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-04-03T06:22:57.2589911",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "z4DxSGYfC0a7RU4C7ivkHQ==",
"redeemedIdempotentGuid": "48f180cf-1f66-460b-bb45-4e02ee2be41d",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-04-03T06:22:57.2589911",
"storeName": "sample string 17",
"scaleLabel": {
"$ref": "95"
},
"voucher": {
"$ref": "93"
},
"customer": {
"$ref": "68"
},
"issuedOfflinePayment": {
"$ref": "74"
},
"redeemedOfflinePayment": {
"$ref": "74"
}
},
{
"$ref": "97"
}
]
},
"customer": {
"$ref": "68"
}
},
{
"$ref": "92"
}
]
}
},
{
"$ref": "67"
}
],
"customerGroups": [
{
"$id": "98",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupID": "w7YyQY/LRk+YGoOkYLtAVA==",
"groupIDGuid": "4132b6c3-cb8f-4f46-981a-83a460bb4054",
"campaign": {
"$ref": "64"
},
"group": {
"$ref": "72"
}
},
{
"$ref": "98"
}
],
"signIqTickets": [
{
"$id": "99",
"identifier": "GDevJngURkSrIQxey/bxbw==",
"identifierGuid": "26af3718-1478-4446-ab21-0c5ecbf6f16f",
"campaignName": "sample string 2",
"message": "sample string 3",
"ticketFileSource": "sample string 4",
"ticketFileDestination": "sample string 5",
"storeID": 1
},
{
"$ref": "99"
}
],
"comboPriceGroups": [
{
"$id": "100",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"g_UID": "xOgsn13oeU+mUaO79/nfCg==",
"guid": "9f2ce8c4-e85d-4f79-a651-a3bbf7f9df0a",
"description": "sample string 5",
"newPrice": 1,
"rangeDescription": "sample string 6",
"dealDescription": "sample string 7",
"labelQuantity": 8,
"hostProductCategoryID": 1,
"offerID": 1,
"dontUpdatePricePlus": true,
"campaign": {
"$ref": "64"
},
"comboPricePlus": [
{
"$id": "101",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupG_UID": "re93krkyPEOq1VkRUoTfRQ==",
"groupGuid": "9277efad-32b9-433c-aad5-59115284df45",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "2W6ti8Yi10uPM/K1eM35gQ==",
"pluGuid": "8bad6ed9-22c6-4bd7-8f33-f2b578cdf981",
"priceGroupG_UID": "UxLmvLBH4E2trAC7LGY0aA==",
"priceGroupGuid": "bce61253-47b0-4de0-adac-00bb2c663468",
"campaignPoolID": "sample string 7",
"quantity": 1,
"campaign": {
"$ref": "64"
},
"product": {
"$ref": "6"
},
"priceGroup": {
"$ref": "28"
},
"campaignPool": {
"$ref": "64"
}
},
{
"$ref": "101"
}
]
},
{
"$ref": "100"
}
],
"priceLevels": [
{
"$id": "102",
"id": 1,
"priceLevelIdentifier": "Jk9llN0PMkemLG5U+9zk1w==",
"priceLevelIdentifierGuid": "94654f26-0fdd-4732-a62c-6e54fbdce4d7",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "102"
}
],
"promotionType": {
"$id": "103",
"identifier": "jlk899YTJE+vom46Ok6uLA==",
"identifierGuid": "f73c598e-13d6-4f24-afa2-6e3a3a4eae2c",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "TtcYRWuwsEy1S5XRGZtxdg==",
"labelPageLayoutGuid": "4518d74e-b06b-4cb0-b54b-95d1199b7176",
"priceLevelIdentifier": "YcFPMlpEMEeZDJQnatQhVw==",
"priceLevelIdentifierGuid": "324fc161-445a-4730-990c-94276ad42157",
"active": true,
"updated": "2026-04-03T06:22:57.2589911",
"hostName": "sample string 11"
}
},
"product": {
"$ref": "6"
},
"dealCost": {
"$id": "104",
"headerIdentifier": "Sik4Kx9N50W25hfN6jYiLQ==",
"headerIdentifierGuid": "2b38294a-4d1f-45e7-b6e6-17cdea36222d",
"identifier": "zGrzfP9IsUWhiZAmirPcJA==",
"identifierGuid": "7cf36acc-48ff-45b1-a189-90268ab3dc24",
"supplierIdentifier": "OXlL0pyL60+nQPpOrvfBpg==",
"supplierGuid": "d24b7939-8b9c-4feb-a740-fa4eaef7c1a6",
"pluG_UID": "dCGp8Bi+ckum2FUvpOvalA==",
"pluGuid": "f0a92174-be18-4b72-a6d8-552fa4ebda94",
"campaignName": "02ee025a-cb15-47bd-b33b-b6ac6bdb3499",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-04-03T06:22:57.2589911",
"end": "2026-04-03T06:22:57.2589911",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "bxpMMLaopU6StWenGZzmcw==",
"bonusItemPluGuid": "304c1a6f-a8b6-4ea5-92b5-67a7199ce673",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-04-03T06:22:57.2589911",
"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:22:57.2589911",
"campaignEndDate": "2026-04-03T06:22:57.2589911",
"masterPLUG_UID": "/D+CQmuT/Eu4rG75ahja+A==",
"masterID": "42823ffc-936b-4bfc-b8ac-6ef96a18daf8",
"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": "LLucJPTG0Em+Wvtu1uJX8w==",
"bonusMasterID": "249cbb2c-c6f4-49d0-be5a-fb6ed6e257f3",
"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:22:57.2589911",
"dealCosts": [
{
"$ref": "104"
},
{
"$ref": "104"
}
],
"tags": [
{
"$id": "105",
"pluG_UID": "Cp/kgQ+uA0G2SauZsLYcog==",
"pluGuid": "81e49f0a-ae0f-4103-b649-ab99b0b61ca2",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "105"
}
],
"alternateProductG_UID": "fGcvlTZNZUankV5zGBbaOA==",
"alternateProduct": "952f677c-4d36-4665-a791-5e731816da38",
"altProduct": {
"$ref": "6"
},
"productHostCode": {
"$id": "106",
"id": 1,
"pluG_UID": "iw8IqdTK4kS5L5aNETJdZA==",
"pluGuid": "a9080f8b-cad4-44e2-b92f-968d11325d64",
"ibaCode": "sample string 2"
},
"mscCat": {
"$ref": "58"
},
"mscCom": {
"$ref": "59"
},
"mscDep": {
"$ref": "61"
},
"mscSubCom": {
"$ref": "60"
},
"isUserUpdate": true,
"ignoreMasterProduct": true,
"priceGroupLabelRequested": true,
"firstSold": "2026-04-03T06:22:57.2589911",
"inventoryTracked": "2026-04-03T06:22:57.2589911",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "107",
"pluG_UID": "lDkPuUo2Vky2FGJaTtgc+A==",
"pluGuid": "b90f3994-364a-4c56-b614-625a4ed81cf8",
"fuelPluG_UID": "fCte/Talz02hMSOMVvboLQ==",
"fuelPluGuid": "fd5e2b7c-a536-4dcf-a131-238c56f6e82d",
"price": 3,
"productDescription": "sample string 4",
"productBarcode": "sample string 5",
"fuelProductDescription": "sample string 6",
"fuelProductBarcode": "sample string 7",
"fuelProductPrice": 8
},
"productFuelLinks": [
{
"$ref": "107"
},
{
"$ref": "107"
}
]
},
"supplier": {
"$ref": "1"
},
"serviceFee": {
"$id": "108",
"id": 1,
"description": "sample string 1",
"fee": 1
},
"isPrimaryHost": true,
"hostVendor": 48
},
{
"$ref": "4"
}
],
"orderCycleHeaders": [
{
"$id": "109",
"storeID": 1,
"supplierIdentifier": "itIzk/MceUCVR6z2n9zWAw==",
"supplierGuid": "9333d28a-1cf3-4079-9547-acf69fdcd603",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"storeName": "sample string 5",
"departmentName": "sample string 6",
"orderDays": 7
},
{
"$ref": "109"
}
],
"cycles": [
{
"$id": "110",
"storeID": 1,
"supplierIdentifier": "N/l32nuFk0+Wl0gtCh4MFA==",
"supplierGuid": "da77f937-857b-4f93-9697-482d0a1e0c14",
"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:22:57.2589911",
"deliveryDate": "2026-04-03T06:22:57.2589911",
"nextCutOffDate": "2026-04-03T06:22:57.2589911",
"nextDeliveryDate": "2026-04-03T06:22:57.2589911",
"nextDaysBuffer": 10
},
{
"$ref": "110"
}
],
"store": {
"$ref": "7"
},
"updated": "2026-04-03T06:22:57.2589911",
"isHost": true
},
{
"$ref": "1"
}
]
application/xml
Sample not available.
text/xml
Sample not available.
text/csv
Sample not available.
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
PK �2�\�s�9� 5 xl/workbook.xml � (� ����0D�&�C���B")��x��})[i�-ik��-H�yۙ�};|��o���G���]c��j�';��;i���{1+�X[��hK�$g�ߩ�ӕ�ˏ��b�ÊҠ��B���p��Vw6 [C�7��~�(b@cIk@���ے�)q�����I* ˲������a�m��/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�\�y�G' ' _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="R09fc9f9e682a4978" /></Relationships>PK �2�\�^�H. � xl/worksheets/sheet1.xml � (� �Y�R�J��ߏ�;���9����˛�+Q� ���^K
Z������w{��%�{�g~3�],���v(31�W�dv�sx����
_�=��_�iQ�~�|��NW�����jZ��ˬ�+n��u���W����Qy}=�*�˫�yq��f�(nƫ�U���n9|�K��ݢO�-�o[�dz����d��w?X���\��/p8�U��Y�l|���_Y�Z�p6��
;�O�o?_&����f��|8-f?�����j�ʛe��`>[s7����f��4|�L4J)��v8��_�����r��X�z�֣͜4
�D'��z���D�Z#�L��զ^��W��B ��q�B����2'�;pZJo���l�M]/2!��&�o7���7���:����z��w�z�I%$����?�7)�pD����;��Q��˭��s��'k���L��P��Ht�����\о�¡��(U�땔(��Q�R��e�4-�J�0HP[�T�C����=��(mʇAJ��D�(E�J�>�^ل!jD��Z���Ԕ���/g ��� D
6}`�DN��C jT���2R��N���<H�D0��!JZRDe�6!E�R��+]��B�(EpM"���v#2JZR�B�P� 1L�R�Z�`B�*�����Q6�^P�A�F��%��k1<#) ��]�Eܦr#�u�a�I����$�q-�Ld6��Q�XK�����`]i�C�$��45F-�s�E�ZD��Q�XkQc&B�(�Ã�q�'�(EUKњ���i��Q�����L)�+7ioSOgQ����������
ZJ],*JQ�Rt2C#e�ݥט�����������V�BdT�j?$�5.(|�Q�jG%��ҫG���j|��(�j9�]���e�"��������^�n�]�l#��h#��l#^u��8�"t�0m�iaۈ�.µo��F��0FH}�@����=!�~` ��sB���@����3!�^0��Fm��KB���@��a�;!��` �ݜ1!zsƆ@��9#�sƊ@�3"�8g숄�1$�sƒHX�S"�9gl��gƘHyf���gƚHyf���gƜ��̸SQ�{*�3�Oj��1���`��Y�B�lSꔁn�!!�9b d4��L�!�9IC^�!��D�Y�\�i�a �˿���-!#}�@��ާO�!
9OC>2{!B��@�P>��v�t!Z��3�K����kzߘ.���=��ѳ��}��}�G����~�7�Q]��
z��5��i�I_�L��]FWϚ�����X�?�1C�0&3�,�����z�2>34�:9�i�f!c5C���SjQ��c�߭��:;0��f���@hv0�i��4����Y����f���@hv0���~HC�Ӑ��^hv0�i�]0]hv���)�ّ��7�͎�M��Y���þ�#|�6ಣ��N�O��`���Nv4W�ٱC�c��`0��`0��`0��`0��`0��`0��`0��xJ-\v������o���xR,N�rU,�߅m���?PK �2�\7��� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞8�����ݰa[z��3N�&�e�@�Ƃ#q�"A*�`��h~OO��|�Xo�扽��5-Y����h�NQ���v��ф1M�at��Zbt�5Ќ!��L�h�g�)�=w���_�y����L�?;��j=*z��4�������0E`{�=�~J�_B�%*����]�W�JaY�BKu `�fj!�'
�^��B��TbS
!!n*3���9�t�Ӳ�P+�Z�T�J4RvZ_���_l� 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�\0R�� � xl/sharedStrings.xml � (� �Xko��^`���O[������H�H�$k �I��-���$*f+�*I%���R�#����������3Ü��^�+�0z>q��i�2B_�'�O7v4��D4C��|��bb�pq&��`*瓭��L�[\"1e��䌗H�W�2�([�eY���<���Љ�����I �Ԕ����� lA.���:�T��`~6�g35�Gnk�����8�6uU`b-Y��6_Qi��Ը8�2��H������?z��@L����[���\�s��7z��
�N�����Qا��q�0G��-{���M�Tm%�&�L3�N1�dk���!o�@�j��<rR"�[2*Q*�n����F2nD���a���-gu5�jpȍo8A[�����iW���
ǐ4ݍ�V�tl���Z��x̯�Ɉ�@ɨ�haxqO()벡��*j×k
��ݛ��F���Xj�sTR���l�/6�0��
X�Gn������C����Za L4����#gY=0��ܥ�$p �4f�>W8P�2�Yv�<��j'�/��I0�qj{n�ھ���+��N��~ڟ#PYt�C��Ӱۇ��ɉ�)�i8<
G������?��O�E��䑿����l?
];������
cw���|2���u�8���l�'6JQl��븹���?]�^z�7��Y��a���-�1ʁ:��Ŷ��;RNd����$���O��P�a��Q��`��Yϣ���,�}�I��6�rQ�E��&ޠ�;��0�0�ߒWL,\��[̇qO�OD�Ҿ�V�|��rk�#o�
��2���c��:�k�����Q3s�T�n`:H���;�!z5A�j�L�&F���:?ׁ�g �����r��5�� �eP%$j��#��dE�S ����b�9I�wDȿ9�\�J�E/�O��t��^�/���-�Z���{wؗ��-�p����϶i���e-Y��_g�/[�����! ��kq-�ֆ���ŵrgr4�W�.�3ј]*��*����n8�70��b����D~̀Q���N�@|R�d_B'5��#:��o��*��!.@k�l�Q�$i/b?�A�ȴ�7�h";����n�������)�we���갧b�C.Sy��6=��]��e�j�̃�X�������v&�tX���բ;o���@M�M��(|G�6'���K͑JD�s[�U��0��-�/X,aD^h�
��p�`F�J S;h��w셙���\�B~
2��ס��'���E[��dBa�l{�w�܆n"��)é�]h?�MCg�}�����B��t(y�ho�xc<3M��iQg����ⷦ��^|CT�Y%
[=���s��F����^c>{�~)u���4��T��7��O�DSe�5�U��N����{�sƻH�G`ߺ��FX 0���dXq��N �Q�����!_�]9��R�F�+T�j����vw���đ����w0��?S���E��M��%A����j��C�&�پbp>�o}Ч�+��i�b����YW1u�P
������@�v��Г~�\}g�����q9��Z�~nj�������>X1��B'��u���0ĠQ�q�ï�˳4 N�k����Mé�B7�
Ӧ�|�=1��␃�q{A�Q=�[RUʰd9�w�+ ����pPA�>m�T��b�r}p@��"\�{gP%Z�*w�}u`�3��M��(8�9t4�nI;H�� !/�PK- �2�\�s�9� 5 xl/workbook.xmlPK- �2�\���� � � [Content_Types].xmlPK-
�2�\�y�G' ' U _rels/.relsPK- �2�\�^�H. � � xl/worksheets/sheet1.xmlPK- �2�\7��� P A
xl/_rels/workbook.xml.relsPK- �2�\Ѓc'2 E
� xl/styles.xmlPK- �2�\0R�� �
xl/sharedStrings.xmlPK � 2
application/vnd.ms-excel
PK �2�\�Z�� 5 xl/workbook.xml � (� ����0��&�C��@� )��x��ҭ4П�5���H�yۙ��v�l��4fD5i_�!ؚ���?:�q��(!d���
t E�]���i���x������~ jZQ�I���!�4{H�}����.&"k���h��I!�4�c�a��op���e�yv-�8�Dy��;{�Q��n�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�\�L$�' ' _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="R5695675f936a41aa" /></Relationships>PK �2�\�^�H. � xl/worksheets/sheet1.xml � (� �Y�R�J��ߏ�;���9����˛�+Q� ���^K
Z������w{��%�{�g~3�],���v(31�W�dv�sx����
_�=��_�iQ�~�|��NW�����jZ��ˬ�+n��u���W����Qy}=�*�˫�yq��f�(nƫ�U���n9|�K��ݢO�-�o[�dz����d��w?X���\��/p8�U��Y�l|���_Y�Z�p6��
;�O�o?_&����f��|8-f?�����j�ʛe��`>[s7����f��4|�L4J)��v8��_�����r��X�z�֣͜4
�D'��z���D�Z#�L��զ^��W��B ��q�B����2'�;pZJo���l�M]/2!��&�o7���7���:����z��w�z�I%$����?�7)�pD����;��Q��˭��s��'k���L��P��Ht�����\о�¡��(U�땔(��Q�R��e�4-�J�0HP[�T�C����=��(mʇAJ��D�(E�J�>�^ل!jD��Z���Ԕ���/g ��� D
6}`�DN��C jT���2R��N���<H�D0��!JZRDe�6!E�R��+]��B�(EpM"���v#2JZR�B�P� 1L�R�Z�`B�*�����Q6�^P�A�F��%��k1<#) ��]�Eܦr#�u�a�I����$�q-�Ld6��Q�XK�����`]i�C�$��45F-�s�E�ZD��Q�XkQc&B�(�Ã�q�'�(EUKњ���i��Q�����L)�+7ioSOgQ����������
ZJ],*JQ�Rt2C#e�ݥט�����������V�BdT�j?$�5.(|�Q�jG%��ҫG���j|��(�j9�]���e�"��������^�n�]�l#��h#��l#^u��8�"t�0m�iaۈ�.µo��F��0FH}�@����=!�~` ��sB���@����3!�^0��Fm��KB���@��a�;!��` �ݜ1!zsƆ@��9#�sƊ@�3"�8g숄�1$�sƒHX�S"�9gl��gƘHyf���gƚHyf���gƜ��̸SQ�{*�3�Oj��1���`��Y�B�lSꔁn�!!�9b d4��L�!�9IC^�!��D�Y�\�i�a �˿���-!#}�@��ާO�!
9OC>2{!B��@�P>��v�t!Z��3�K����kzߘ.���=��ѳ��}��}�G����~�7�Q]��
z��5��i�I_�L��]FWϚ�����X�?�1C�0&3�,�����z�2>34�:9�i�f!c5C���SjQ��c�߭��:;0��f���@hv0�i��4����Y����f���@hv0���~HC�Ӑ��^hv0�i�]0]hv���)�ّ��7�͎�M��Y���þ�#|�6ಣ��N�O��`���Nv4W�ٱC�c��`0��`0��`0��`0��`0��`0��`0��xJ-\v������o���xR,N�rU,�߅m���?PK �2�\��� P xl/_rels/workbook.xml.rels � (� ��Kn� @��f_�-�U�l��6�Ɗ
�&9[=R�P�J�#u�MV��==i���c��L#yCg;�3�tj�}���جW;EL�s iņL��3�A�D�܌6u��)�=��<�i��~ɀ{&�_g��i=H�:y���?����1�d/|����R���g�
�Eu��Y[*��ԺB��u�����/d���Y��JY����Q�F�.�tZ�jL0����yݖ9g75z��/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�\0R�� � xl/sharedStrings.xml � (� �Xko��^`���O[������H�H�$k �I��-���$*f+�*I%���R�#����������3Ü��^�+�0z>q��i�2B_�'�O7v4��D4C��|��bb�pq&��`*瓭��L�[\"1e��䌗H�W�2�([�eY���<���Љ�����I �Ԕ����� lA.���:�T��`~6�g35�Gnk�����8�6uU`b-Y��6_Qi��Ը8�2��H������?z��@L����[���\�s��7z��
�N�����Qا��q�0G��-{���M�Tm%�&�L3�N1�dk���!o�@�j��<rR"�[2*Q*�n����F2nD���a���-gu5�jpȍo8A[�����iW���
ǐ4ݍ�V�tl���Z��x̯�Ɉ�@ɨ�haxqO()벡��*j×k
��ݛ��F���Xj�sTR���l�/6�0��
X�Gn������C����Za L4����#gY=0��ܥ�$p �4f�>W8P�2�Yv�<��j'�/��I0�qj{n�ھ���+��N��~ڟ#PYt�C��Ӱۇ��ɉ�)�i8<
G������?��O�E��䑿����l?
];������
cw���|2���u�8���l�'6JQl��븹���?]�^z�7��Y��a���-�1ʁ:��Ŷ��;RNd����$���O��P�a��Q��`��Yϣ���,�}�I��6�rQ�E��&ޠ�;��0�0�ߒWL,\��[̇qO�OD�Ҿ�V�|��rk�#o�
��2���c��:�k�����Q3s�T�n`:H���;�!z5A�j�L�&F���:?ׁ�g �����r��5�� �eP%$j��#��dE�S ����b�9I�wDȿ9�\�J�E/�O��t��^�/���-�Z���{wؗ��-�p����϶i���e-Y��_g�/[�����! ��kq-�ֆ���ŵrgr4�W�.�3ј]*��*����n8�70��b����D~̀Q���N�@|R�d_B'5��#:��o��*��!.@k�l�Q�$i/b?�A�ȴ�7�h";����n�������)�we���갧b�C.Sy��6=��]��e�j�̃�X�������v&�tX���բ;o���@M�M��(|G�6'���K͑JD�s[�U��0��-�/X,aD^h�
��p�`F�J S;h��w셙���\�B~
2��ס��'���E[��dBa�l{�w�܆n"��)é�]h?�MCg�}�����B��t(y�ho�xc<3M��iQg����ⷦ��^|CT�Y%
[=���s��F����^c>{�~)u���4��T��7��O�DSe�5�U��N����{�sƻH�G`ߺ��FX 0���dXq��N �Q�����!_�]9��R�F�+T�j����vw���đ����w0��?S���E��M��%A����j��C�&�پbp>�o}Ч�+��i�b����YW1u�P
������@�v��Г~�\}g�����q9��Z�~nj�������>X1��B'��u���0ĠQ�q�ï�˳4 N�k����Mé�B7�
Ӧ�|�=1��␃�q{A�Q=�[RUʰd9�w�+ ����pPA�>m�T��b�r}p@��"\�{gP%Z�*w�}u`�3��M��(8�9t4�nI;H�� !/�PK- �2�\�Z�� 5 xl/workbook.xmlPK- �2�\���� � � [Content_Types].xmlPK-
�2�\�L$�' ' U _rels/.relsPK- �2�\�^�H. � � xl/worksheets/sheet1.xmlPK- �2�\��� P A
xl/_rels/workbook.xml.relsPK- �2�\Ѓc'2 E
� xl/styles.xmlPK- �2�\0R�� �
xl/sharedStrings.xmlPK � 1