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": "KxKC+kaSTEmrPAq6ViKrSg==",
"identifierGuid": "fa82122b-9246-494c-ab3c-0aba5622ab4a",
"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": "kBj3qKRpwUek92g7EGsMcQ==",
"primaryContactID": "a8f71890-69a4-47c1-a4f7-683b106b0c71",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "qd1wALYce0aUfLHXJB1+CA==",
"supplierGroupGuid": "0070dda9-1cb6-467b-947c-b1d7241d7e08",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-06-03T18:34:43.4578619",
"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": "d25cef8c-27eb-453e-9890-99f2b022152a",
"identifier": "rbrRgcMxHEijL7m5Y+QH0w==",
"identifierGuid": "81d1baad-31c3-481c-a32f-b9b963e407d3",
"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": "aFWATOKIwEu7FgkgJdJP3Q==",
"supplierIdentifierGuid": "4c805568-88e2-4bc0-bb16-092025d24fdd",
"contactGuid": "Z3TA/Tt2WUyI3H4JmTytpQ==",
"contactID": "fdc07467-763b-4c59-88dc-7e09993cada5",
"contact": {
"$ref": "2"
},
"supplier": {
"$ref": "1"
}
},
{
"$ref": "3"
}
],
"products": [
{
"$id": "4",
"pluG_UID": "9PSAehx7Mkq1+dUqkCu4TA==",
"pluGuid": "7a80f4f4-7b1c-4a32-b5f9-d52a902bb84c",
"supplierIdentifier": "E4X00gX3CkawmeyB5EBjfg==",
"supplierIdentifierGuid": "d2f48513-f705-460a-b099-ec81e440637e",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-06-03T18:34:43.4578619",
"pricedByWeight": true,
"landedUnitCostEx": 9,
"landedUnitCostInc": 10,
"landedCartonCostInc": 12,
"landedCartonCostEx": 13,
"standardCost": 14,
"deliveryFee": 1,
"deliveryFeeBasis": "sample string 15",
"pickAndPackFee": 1,
"pickAndPackFeeBasis": "sample string 16",
"financeFee": 1,
"financeFeeBasis": "sample string 17",
"cartonLength": 1,
"cartonWidth": 1,
"cartonHeight": 1,
"palletLayerQuantity": 1,
"palletLayers": 1,
"itemCode": "sample string 18",
"invoiceCode": "sample string 19",
"invoiceDesc": "sample string 20",
"orderDirect": true,
"useCost": true,
"minimumQuantity": 21,
"hostType": 22,
"fromHost": 23,
"minimumReorder": 1,
"maximumReorder": 1,
"orderMultiple": 24.1,
"sellMultiple": 25.1,
"baseMultiple": 26.1,
"hostStandardCost": 27,
"hostTotalCost": 28,
"hostRetail": 29,
"hostLandedUnitCostEx": 30,
"hostLandedUnitCostInc": 31,
"hostDesc": "sample string 32",
"directIndicator": "sample string 33",
"availableToOrder": true,
"hostRangeIndicator": "sample string 35",
"hostProductType": "sample string 36",
"hostProductGrade": "sample string 37",
"hostProductGroup": "sample string 38",
"hostSlowMoving": true,
"hostGeneralMerchandise": true,
"hostPillar": "sample string 41",
"hostLastUpdated": "2026-06-03T18:34:43.4578619",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "5",
"pluG_UID": "uoVV9MXL30yU137kei0BVw==",
"pluGuid": "f45585ba-cbc5-4cdf-94d7-7ee47a2d0157",
"supplierIdentifier": "v6/1eUq/5UCDuSeQl41Wnw==",
"supplierIdentifierGuid": "79f5afbf-bf4a-40e5-83b9-2790978d569f",
"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": "lrM2GYuUJ0abVtYgxhg/eg==",
"parentPluGuid": "1936b396-948b-4627-9b56-d620c6183f7a",
"freight": 46.0,
"freightType": 1,
"product": {
"$id": "6",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "5luC7yFBykKAon50q8p0ug==",
"guid": "ef825be6-4121-42ca-80a2-7e74abca74ba",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "mPRGNI5b10Ka5B0LDOKoEA==",
"priceGroupGuid": "3446f498-5b8e-42d7-9ae4-1d0b0ce2a810",
"blueprintID": 1,
"lastCountedDate": "2026-06-03T18:34:43.4578619",
"externalID": "sample string 7",
"active": true,
"activated": "2026-06-03T18:34:43.4578619",
"pluCreated": "2026-06-03T18:34:43.4578619",
"createdByUser": "sample string 9",
"name": "sample string 10",
"nameChanged": true,
"secondDescription": "sample string 12",
"hostDescription": "sample string 13",
"keepCartonQty": true,
"keepDescription": true,
"keepDepartments": true,
"keepSuppliers": true,
"markdownDescription": "sample string 18",
"altDescription": "sample string 19",
"bestOrExpire": 20,
"lastUpdate": "2026-06-03T18:34:43.4578619",
"lastManualUpdate": "2026-06-03T18:34:43.4578619",
"imageName": "sample string 23",
"showImageOnFlipCharts": true,
"showTextOnFlipCharts": true,
"overrideFlipChartText": true,
"flipChartText": "sample string 27",
"salesMode": 1,
"eftCode": 1,
"price": 1,
"priceChanged": true,
"rrp": 1,
"gstPercent": 28,
"gstPercentChanged": true,
"costGSTPercent": 29,
"costGSTPercentChanged": true,
"wetPercent": 1,
"priceOverride": 1,
"cost": 1,
"currentCost": 1,
"currentCostDecimals": 1,
"grossProfit": 1.0,
"currentCostDesc": "sample string 30",
"currentCostEnd": "2026-06-03T18:34:43.4578619",
"currentCostUpdated": "2026-06-03T18:34:43.4578619",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-06-03T18:34:43.4578619",
"defaultGP": 1,
"breakTargetMode": 33,
"break1": 1,
"price1": 1,
"target1": 34,
"break2": 1,
"price2": 1,
"target2": 35,
"break3": 1,
"price3": 1,
"target3": 36,
"break1Changed": true,
"price1Changed": true,
"target1Changed": true,
"break2Changed": true,
"price2Changed": true,
"target2Changed": true,
"break3Changed": true,
"price3Changed": true,
"target3Changed": true,
"breakTargetModeChanged": true,
"margin": 1.1,
"marginChanged": true,
"marginRanged": true,
"marginRangedChanged": true,
"minimumMargin": 1.1,
"minimumMarginChanged": true,
"maximumMargin": 1.1,
"maximumMarginChanged": true,
"overrideHostWarehouseIndicator": true,
"overrideHostWarehouseIndicatorChanged": true,
"overrideHostPrice": true,
"overrideHostPriceChanged": true,
"overrideHostCost": true,
"overrideHostCostChanged": true,
"overrideHostMargin": true,
"overrideHostMarginChanged": true,
"alwaysApplyMargin": true,
"alwaysApplyMarginChanged": true,
"aws": 1.0,
"paws": 1.0,
"awsUpdated": "2026-06-03T18:34:43.4578619",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "fOHA576KHkeyGmCH28sKMA==",
"altPLUGuid": "e7c0e17c-8abe-471e-b21a-6087dbcb0a30",
"altPLUGuidChanged": true,
"altPriceDescription1": "sample string 54",
"altPriceDescription2": "sample string 55",
"cartonQuantity": 56,
"cartonQuantityChanged": true,
"trayID": 1,
"promptID": 1,
"tare": 1,
"packQty": 1,
"fixedWeight": 1,
"extraMesg": 1,
"text1": "sample string 58",
"text2": "sample string 59",
"text3": "sample string 60",
"labelText": "sample string 61",
"labelTextChanged": true,
"sendToScale": true,
"nonScaleWeigh": true,
"labelFormat": "sample string 65",
"barcodeFormat": "sample string 66",
"austMade": 1,
"coolCode": 67,
"countryOfOrigin": "sample string 68",
"percentContent": 69.1,
"departmentID": 1,
"subDepartmentID": 1,
"minorDepartmentID": 1,
"lesserDepartmentID": 1,
"deptCode": "sample string 70",
"subDeptCode": "sample string 71",
"minorDeptCode": "sample string 72",
"lesserDeptCode": "sample string 73",
"deptName": "sample string 74",
"subDeptName": "sample string 75",
"minorDeptName": "sample string 76",
"lesserDeptName": "sample string 77",
"departmentChanged": true,
"subCategoryID": 1,
"expiry": 1,
"showDays": 1,
"datePrint": 1,
"labelRequired": true,
"labelShelfQty": 80,
"labelShelfChanged": true,
"labelTalkerQty": 82,
"labelSmall": true,
"labelLastPrinted": "2026-06-03T18:34:43.4578619",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "7q5GofzN2EyzLXz7ozeM7g==",
"shelfPageLayoutGuid": "a146aeee-cdfc-4cd8-b32d-7cfba3378cee",
"talkerPageLayoutG_UID": "OOZe3+9g4k+UHCC9qGIX0Q==",
"talkerPageLayoutGuid": "df5ee638-60ef-4fe2-941c-20bda86217d1",
"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": "UJripKfGPUObd3Mshleo5w==",
"inventoryIdentifier": "a4e29a50-c6a7-433d-9b77-732c8657a8e7",
"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": "9qNWGii9s0ONG7+iXvZSUQ==",
"parentPluGuid": "1a56a3f6-bd28-43b3-8d1b-bfa25ef65251",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "f+Z2fcS4zkSlm/0SIqs27w==",
"supplierIdentifierGuid": "7d76e67f-b8c4-44ce-a59b-fd1222ab36ef",
"supplierChanged": true,
"rebateSupplierIdentifier": "6PrloPCgyk+7PSuAFLGrQQ==",
"rebateSupplierIdentifierGuid": "a0e5fae8-a0f0-4fca-bb3d-2b8014b1ab41",
"rebateSupplierChanged": true,
"availableForOrder": true,
"warehouseDirectIndicator": "sample string 109",
"warehouseDirectIndicatorChanged": true,
"productGrade": "sample string 111",
"productType": "sample string 112",
"productGroup": "sample string 113",
"complianceIndicator": "sample string 114",
"inhouseBrand": "sample string 115",
"slowMoving": true,
"generalMerchandise": true,
"comment": "sample string 118",
"lastUpdatedByUser": "sample string 119",
"lastManualUpdatedByUser": "sample string 120",
"lastUpdatedByUserOverride": true,
"lastUpdatedByHost": "2026-06-03T18:34:43.4578619",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "dvinNYKLkkC5vj4r6tEWqw==",
"hostIdentifierGuid": "35a7f876-8b82-4092-b9be-3e2bead116ab",
"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-06-03T18:34:43.4578619",
"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": "skbLcsGbD02a/avk9gvexw==",
"hostIdentifierGuid": "72cb46b2-9bc1-4d0f-9afd-abe4f60bdec7",
"hostName": 1,
"hostAddress": "sample string 27",
"hostUsername": "sample string 28",
"hostPassword": "sample string 29",
"excludeFromLeadInOut": true,
"accountingProvider": 31,
"accountingAddress": "sample string 32",
"accountingUsername": "sample string 33",
"accountingPassword": "sample string 34",
"storeAccountingCode": "sample string 35",
"softwareVariance": 36,
"fuelWarningVariance": 37.0,
"fuelErrorVariance": 38.0,
"fuelAccumulatedWarningVariance": 39.0,
"fuelAccumulatedErrorVariance": 40.0,
"drawManagment": 41,
"endOfDayManagment": true,
"autoFillCashBalancing": true,
"fuelDayVariance": 44,
"accountingTradingTime": "00:00:00.1234567",
"stockActivateProduct": 46,
"defaultOrderDocumentId": 1,
"defaultStockReceiveDocumentId": 1,
"giftCardSalesAccountingDeptCode": "sample string 47",
"transactionDiscountAccountingDeptCode": "sample string 48",
"size": 49,
"updated": "2026-06-03T18:34:43.4578619",
"priceZone": {
"$id": "8",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "TiTq2hLohE6Iu9NDg0HXSg==",
"hostIdentifierGuid": "daea244e-e812-4e84-88bb-d3438341d74a",
"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"
},
"warehouseStore": {
"$id": "10",
"storeID": 1,
"warehouseStoreID": 2,
"storeName": "sample string 3",
"warehouseName": "sample string 4"
},
"hostStoreSettings": [
{
"$id": "11",
"id": 1,
"hostIdentifier": "5eyy0ew6m0aQ1ETW7GVPMg==",
"hostIdentifierGuid": "d1b2ece5-3aec-469b-90d4-44d6ec654f32",
"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": "12",
"identifier": "X6uXBCERkkSwbSu/6vO6ig==",
"identifierGuid": "0497ab5f-1121-4492-b06d-2bbfeaf3ba8a",
"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": "NLI7llliiUCl08+cpIesrg==",
"hostSupplierIdentifierGuid": "963bb234-6259-4089-a5d3-cf9ca487acae",
"loyaltyPriceLevelIdentifier": "0zYvjpP7SESLRmWbOq4N6Q==",
"loyaltyPriceLevelIdentifierGuid": "8e2f36d3-fb93-4448-8b46-659b3aae0de9",
"isGroup": true,
"description": "sample string 22",
"hostProvider": 23,
"hostTypeEnum": 24,
"hostType": "sample string 25",
"hostCode": "sample string 26",
"username": "sample string 27",
"password": "sample string 28",
"passwordPlain": "sample string 29",
"server": "sample string 30",
"url": "sample string 31",
"global": true,
"stateCode": "sample string 33",
"lastCollected": "2026-06-03T18:34:43.4578619",
"lastProcessed": "2026-06-03T18:34:43.4578619",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$ref": "1"
},
"files": [
{
"$id": "13",
"id": "sample string 1",
"fileName": "sample string 2",
"extension": "sample string 3",
"provider": 0,
"type": 0,
"hostType": "sample string 4",
"createdUtc": "2026-06-03T18:34:43.4578619",
"processed": "2026-06-03T18:34:43.4578619",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-06-03T18:34:43.4578619",
"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": "12"
},
"metcashHeader": {
"$id": "14",
"customerNumber": "sample string 1",
"creationDate": "2026-06-03T18:34:43.4578619",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "13"
}
],
"zoneMatrix": [
{
"$id": "15",
"id": 1,
"hostIdentifier": "cJRaMZaSyki2GqD6n4Eh2Q==",
"hostIdentifierGuid": "315a9470-9296-48ca-b61a-a0fa9f8121d9",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"1812eb7b-66df-4d95-a7f5-34d59ebaa36a",
"c64a6c8d-3dca-42eb-9d83-a3987edcb0dc"
]
},
{
"$ref": "15"
}
],
"hostFileStoreSetting": {
"$ref": "11"
},
"hostStoreSettings": [
{
"$ref": "11"
},
{
"$ref": "11"
}
],
"promotionPlacements": [
{
"$id": "16",
"identifier": "FJhba8HpIE6TD4fNts17pQ==",
"identifierGuid": "6b5b9814-e9c1-4e20-930f-87cdb6cd7ba5",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "16"
}
],
"promoTypeGuids": [
"f289170f-818b-4029-936a-319bfc51726f",
"9552d996-dd7e-463b-817a-2354ee5b1e45"
],
"isPromotionOnly": false,
"isOrderable": false,
"vendor": 0
},
"groupIDs": [
1,
2
],
"hostDescription": "sample string 27"
},
{
"$ref": "11"
}
],
"accounts": [
{
"$id": "17",
"id": 1,
"storeID": 1,
"accountName": "sample string 2",
"bsb": "sample string 3",
"accountNumber": "sample string 4",
"accountDesignated": true
},
{
"$ref": "17"
}
],
"sales": [
{
"$id": "18",
"id": 1,
"storeID": 1,
"externalSalesType": 2,
"ftpSiteID": 1,
"lastSaleProcessed": "2026-06-03T18:34:43.4578619",
"ftpSite": {
"$id": "19",
"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": "18"
}
],
"suppliedStores": [
1,
2
],
"zoneMatrix": [
{
"$ref": "15"
},
{
"$ref": "15"
}
],
"cashManagements": [
{
"$id": "20",
"id": 1,
"storeID": 1,
"cashManagementType": 2,
"apiID": 1,
"organisationID": "sample string 3",
"siteName": "sample string 4",
"thirdPartyAPI": {
"$id": "21",
"id": 1,
"description": "sample string 2",
"address": "sample string 3",
"username": "sample string 4",
"password": "sample string 5",
"passwordPlain": "sample string 6",
"token": "sample string 7",
"apiType": 8,
"apiSubType": 9,
"config": "sample string 10"
}
},
{
"$ref": "20"
}
],
"updateStoreID": "b58314be-df84-4db8-bee4-89d0776abaad",
"updateStore": {
"$id": "22",
"id": "7e96a06b-2088-4be1-bcb2-cd797871658c",
"name": "sample string 1",
"lastActivity": "2026-06-03T18:34:43.4578619",
"zone": "sample string 2",
"timeZoneOffset": 0.0,
"businessHoursStart": "00:00:00.1234567",
"businessHoursEnd": "00:00:00.1234567",
"master": true,
"lastIP": "sample string 10",
"lastHostName": "sample string 11",
"ping": 1,
"pingStatus": "sample string 12",
"lastUpdateCompleted": "2026-06-03T18:34:43.4578619"
},
"timeZoneId": "sample string 54",
"securityOptions": {
"$id": "23",
"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": "24",
"pluG_UID": "TpEUPNjrqUKrNdDoDjYPKg==",
"pluGuid": "3c14914e-ebd8-42a9-ab35-d0e80e360f2a",
"plu": 1,
"storeID": 1,
"zoneID": 2,
"zoneName": "sample string 3",
"store": "sample string 4",
"isElectedMasterStore": true,
"isZoneMasterStore": true,
"priceNow": 7,
"costNow": 8,
"costNowDecimals": 9,
"normalPrice": 10,
"priceNext": 1,
"costNext": 1,
"costNextDecimals": 11,
"nextCampaignName": "sample string 12",
"gstPercent": 13,
"normalCost": 14,
"normalCostDecimals": 15,
"costGstPercent": 16,
"costCalcMethod": 1,
"currentCost": 17,
"currentCostDecimals": 18,
"break1": 19,
"price1": 20,
"break2": 21,
"price2": 22,
"break3": 23,
"price3": 24,
"fuelItem": 25,
"fixedWeight": 26,
"active": true,
"complianceIndicator": "sample string 27",
"doNotOrder": true,
"doNotRange": true,
"isNormalPriceChangesCampaign": true,
"updated": "2026-06-03T18:34:43.4578619"
},
{
"$ref": "24"
}
],
"currentPrices": {
"$id": "25",
"pluPrices": {
"$id": "26",
"plu": 1,
"pluG_UID": "QEA=",
"stores": [
1,
2
],
"normalPrice": 1,
"cost": 2,
"break1": 3,
"price1": 4,
"break2": 5,
"price2": 6,
"break3": 7,
"price3": 8,
"discountPrice": 9,
"memberDiscountPrice": 10,
"acceptedUtc": "2026-06-03T18:34:43.4578619",
"priceChangeType": 0,
"costDecimals": 11,
"costCalcMethod": 12,
"targetCampaignPriceGtOrEquNormal": true
},
"normalPluPrices": {
"$ref": "26"
},
"winningCampaign": 1,
"winner": {
"$id": "27",
"campaignName": "sample string 1",
"campaignDescription": "sample string 2",
"talkerText": "sample string 3",
"disableWasSave": true,
"startDate": "2026-06-03T18:34:43.4578619",
"startTime": 5,
"endDate": "2026-06-03T18:34:43.4578619",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "MaBV+x5qgke80DIqKAJRNw==",
"hostIdentifierGuid": "fb55a031-6a1e-4782-bcd0-322a28025137",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "27"
},
{
"$ref": "27"
}
]
},
"tray": {
"$id": "28",
"g_UId": "xuCJcJZFqUaWvkPoIZAH5w==",
"guid": "7089e0c6-4596-46a9-96be-43e8219007e7",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "29",
"priceGroupG_UID": "TR239FYF7EC8Bo5bmjVdAA==",
"priceGroupGuid": "f4b71d4d-0556-40ec-bc06-8e5b9a355d00",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-06-03T18:34:43.4578619",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "6"
},
{
"$ref": "6"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "30",
"pluG_UID": "vk+jtbn8PUOH0rLNcoShBg==",
"pluGuid": "b5a34fbe-fcb9-433d-87d2-b2cd7284a106",
"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": "31",
"pluGuid": "561bd325-eb88-4ff9-aaab-b033b351d3f1",
"created": "2026-06-03T18:34:43.4578619",
"createdByUser": "sample string 1",
"activated": "2026-06-03T18:34:43.4578619",
"activatedByUser": "sample string 2",
"deactivated": "2026-06-03T18:34:43.4578619",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-06-03T18:34:43.4578619",
"lastOrderedQty": 4.0,
"lastReceived": "2026-06-03T18:34:43.4578619",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-06-03T18:34:43.4578619",
"lastSold": "2026-06-03T18:34:43.4578619",
"firstSold": "2026-06-03T18:34:43.4578619",
"awsUpdated": "2026-06-03T18:34:43.4578619",
"lastManualUpdate": "2026-06-03T18:34:43.4578619",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-06-03T18:34:43.4578619",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-06-03T18:34:43.4578619",
"doNotRangeUpdated": "2026-06-03T18:34:43.4578619",
"doNotOrderUpdated": "2026-06-03T18:34:43.4578619",
"tracked": "2026-06-03T18:34:43.4578619"
},
"allergens": [
{
"$id": "32",
"primaryKey": {
"$id": "33",
"pluGuid": "f0e2a5f2-e00e-4af4-9660-f777382aeabb",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "8qXi8A7g9EqWYPd3OCrquw==",
"pluGuid": "f0e2a5f2-e00e-4af4-9660-f777382aeabb",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "32"
}
],
"costs": {
"$id": "34",
"pluG_UID": "sJSryDdTc0Cafyqi7J3ueQ==",
"pluGuid": "c8ab94b0-5337-4073-9a7f-2aa2ec9dee79",
"enteredCost": 1,
"weightedAvgCost": 1,
"lastCost": 1,
"rawEnteredCost": 2,
"rawWeightedAvgCost": 3,
"rawLastCost": 4,
"freight": 5.0,
"freightType": 6,
"costDecimals": 7,
"fifoCost": 1,
"updated": "2026-06-03T18:34:43.4578619",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "35",
"saleHeaderID": 1,
"created": "2026-06-03T18:34:43.4578619",
"createdLocal": "2026-06-03T18:34:43.4578619",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "9L1Un4EDJUO3n66RUzNMxg==",
"operatorGuid": "9f54bdf4-0381-4325-b79f-ae9153334cc6",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "wB/v3+TPR0i/CaqhBku05g==",
"pluGuid": "dfef1fc0-cfe4-4847-bf09-aaa1064bb4e6",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$id": "36",
"id": 1,
"g_Uid": "eFrSL9QNR0WNhLV1HI159g==",
"guid": "2fd25a78-0dd4-4547-8d84-b5751c8d79f6",
"operatorNumber": 1,
"shortName": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"password": "sample string 5",
"hasPassword": true,
"passwordText": "sample string 6",
"rfidTagID": "sample string 7",
"blueprintID": 1,
"groupID": 1,
"groupName": "sample string 8",
"managerGroupID": 1,
"managerGroupName": "sample string 9",
"zoneID": 1,
"zoneName": "sample string 10",
"loggedIn": 1,
"lastUsedIP": "sample string 11",
"deleted": true,
"locked": true,
"allowOpenTill": true,
"webEmail": "sample string 14",
"simpleOperatorType": 0,
"webRole": "sample string 15",
"updated": "2026-06-03T18:34:43.4578619",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-06-03T18:34:43.4578619",
"endShift": "2026-06-03T18:34:43.4578619",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "37",
"operatorG_UID": "wL2Zm2O5l0uUKl6kabsYyw==",
"operatorGuid": "9b99bdc0-b963-4b97-942a-5ea469bb18cb",
"storeID": 2,
"operator": {
"$ref": "36"
},
"store": {
"$ref": "7"
}
},
{
"$ref": "37"
}
]
}
},
{
"$ref": "35"
}
],
"apns": [
{
"$id": "38",
"pluID": 1,
"pluG_UID": "E0fKVdSaCEeFaHVwpLEsDA==",
"pluGuid": "55ca4713-9ad4-4708-8568-7570a4b12c0c",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "38"
}
],
"tuns": [
{
"$id": "39",
"pluG_UId": "HIsgfwOFakiyrPQABZ8LaQ==",
"pluGuid": "7f208b1c-8503-486a-b2ac-f400059f0b69",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "6"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "39"
}
],
"competitionPricing": [
{
"$id": "40",
"identifier": "X3KNrI2dpkarTjTTe/ypvA==",
"identifierGuid": "ac8d725f-9d8d-46a6-ab4e-34d37bfca9bc",
"pluG_UID": "SVBj9TvIY0KyDHAnPZOlXQ==",
"pluGuid": "f5635049-c83b-4263-b20c-70273d93a55d",
"competitionID": 1,
"name": "sample string 2",
"sellMultiple": 3,
"retailPrice": 4,
"storeName": "sample string 5"
},
{
"$ref": "40"
}
],
"supplier": {
"$ref": "1"
},
"supplierName": "sample string 148",
"children": [
{
"$ref": "6"
},
{
"$ref": "6"
}
],
"ordering": {
"$ref": "4"
},
"flipChartPages": [
{
"$id": "41",
"identifier": "4MBRDPquwUeuhu9RYe/dXw==",
"groupName": "sample string 1",
"identifierGuid": "0c51c0e0-aefa-47c1-ae86-ef5161efdd5f",
"exists": true,
"flipChartIdentifier": "k9lDR5IUEEWklpbhOD2NEQ==",
"flipChartIdentifierGuid": "4743d993-1492-4510-a496-96e1383d8d11",
"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": "ZzCN6ZJqF0WYRl2n4UhFZg==",
"groupIdentifierGuid": "e98d3067-6a92-4517-9846-5da7e1484566",
"flipChart": {
"$id": "42",
"identifier": "NBpK+2B1x0GLdGwEVvywGw==",
"identifierGuid": "fb4a1a34-7560-41c7-8b74-6c0456fcb01b",
"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": "43",
"identifier": "hmVMc0C2ok2iFvSL8LisOA==",
"identifierGuid": "734c6586-b640-4da2-a216-f48bf0b8ac38",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "44",
"id": 1,
"g_UID": "SpxKZ5OFdUG4BNcd1T0n1w==",
"guid": "674a9c4a-8593-4175-b804-d71dd53d27d7",
"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": "ZIntF2Z+Tke4pv+Xwi0wQA==",
"previousFormGuid": "17ed8964-7e66-474e-b8a6-ff97c22d3040",
"nextForm": 1,
"nextFormG_UID": "TSMtnveqtkSZfgcK7phABA==",
"nextFormGuid": "9e2d234d-aaf7-44b6-997e-070aee984004",
"attributes": "sample string 10",
"updated": "2026-06-03T18:34:43.4578619",
"positioning": 1,
"contentPanel": "sample string 11",
"selectionMode": 1,
"maximumSelections": 1,
"alteredInStore": true,
"deleted": true,
"blueprintID": 1,
"preserveLayout": true,
"mainCheckoutFormName": "sample string 13",
"nextCheckoutForm": {
"$ref": "44"
},
"previousCheckoutForm": {
"$ref": "44"
},
"buttons": [
{
"$id": "45",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "04kijHsyfUS/ZkmnvgZDaA==",
"checkoutFormGuid": "8c2289d3-327b-447d-bf66-49a7be064368",
"identifier": "vzQIJtR3Kka/oMquCinT/A==",
"identifierGuid": "260834bf-77d4-462a-bfa0-caae0a29d3fc",
"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": "et9drPEGWk2Hrp7AmcFOIg==",
"valueGuid": "ac5ddf7a-06f1-4d5a-87ae-9ec099c14e22",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-06-03T18:34:43.4578619",
"action": "sample string 12",
"valueForm": {
"$ref": "44"
},
"image": {
"$id": "46",
"name": "sample string 3.sample string 4",
"imageID": 2,
"imageName": "sample string 3",
"imageExtension": "sample string 4",
"lastUpdate": "2026-06-03T18:34:43.4578619",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "45"
}
],
"panels": [
{
"$id": "47",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "kghbG0URRUCXKoWamrg6yQ==",
"checkoutFormGuid": "1b5b0892-1145-4045-972a-859a9ab83ac9",
"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": "47"
}
]
},
{
"$ref": "44"
}
],
"panels": [
{
"$ref": "47"
},
{
"$ref": "47"
}
]
},
"pages": [
{
"$ref": "41"
},
{
"$ref": "41"
}
]
},
"contentPanel": {
"$ref": "47"
},
"products": [
{
"$id": "48",
"flipChartPageIdentifier": "CcV+1PEgrk+hiEYZH0j9+A==",
"flipChartPageIdentifierGuid": "d47ec509-20f1-4fae-a188-46191f48fdf8",
"pluG_UID": "kbtsEU4IsUerim/hjebQNg==",
"pluGuid": "116cbb91-084e-47b1-ab8a-6fe18de6d036",
"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": "48"
}
],
"productCount": 27,
"pages": [
{
"$ref": "41"
},
{
"$ref": "41"
}
]
},
{
"$ref": "41"
}
],
"priceHistory": [
{
"$id": "49",
"pluG_UID": "GSjATITwVEuKr5q2/MAIcQ==",
"pluGuid": "4cc02819-f084-4b54-8aaf-9ab6fcc00871",
"price": 1,
"costCalcMethod": 1,
"cost": 2,
"weightedAvgCost": 3,
"lastCost": 4,
"rawCost": 5,
"rawWeightedAvgCost": 6,
"rawLastCost": 7,
"costDecimals": 8,
"serviceFeeID": 9,
"freight": 10.0,
"freightType": 11,
"process": "sample string 12",
"user": "sample string 13",
"updated": "2026-06-03T18:34:43.4578619",
"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": "49"
}
],
"ingredients": [
{
"$id": "50",
"pluG_UID": "ptVL6cxWs0m535LLryWfMg==",
"ingredientGuid": "/pZ56gzwUUiv5tAJ0pdKYQ==",
"ingredientIdentifier": "ea7996fe-f00c-4851-afe6-d009d2974a61",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "6"
}
},
{
"$ref": "50"
}
],
"bins": [
{
"$id": "51",
"pluG_UID": "vWKrrLzaoU62jNPg2GQWuA==",
"pluGuid": "acab62bd-dabc-4ea1-b68c-d3e0d86416b8",
"shelfLocationIdentifier": "L7z5NIheYUaetIHlAuaGQQ==",
"shelfLocationGuid": "34f9bc2f-5e88-4661-9eb4-81e502e68641",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "uTxQizw/T0Ksh+gDj71MDw==",
"labelPageLayoutGuid": "8b503cb9-3f3c-424f-ac87-e8038fbd4c0f",
"updated": "2026-06-03T18:34:43.4578619",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "6"
},
"location": {
"$id": "52",
"identifier": "3gU/DNcvGUyLAURXqIrIEQ==",
"storeID": 1,
"identifierGuid": "0c3f05de-2fd7-4c19-8b01-4457a88ac811",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-06-03T18:34:43.4578619",
"minTemp": 1,
"maxTemp": 1,
"checkFrequency": 1,
"storeCaseConfiguration": 5,
"storeName": "sample string 6",
"bins": [
{
"$ref": "51"
},
{
"$ref": "51"
}
]
}
},
{
"$ref": "51"
}
],
"bin": {
"$ref": "51"
},
"scaleLocations": [
{
"$id": "53",
"plu": 1,
"pluG_UID": "iLBOhB6VtUy709khPyVf0A==",
"pluGuid": "844eb088-951e-4cb5-bbd3-d9213f255fd0",
"deptNo": 1,
"product": {
"$ref": "6"
},
"scaleLocation": {
"$id": "54",
"id": 1,
"deptNo": 1,
"deptCode": "sample string 2",
"name": "sample string 3",
"enabled": true,
"updated": "2026-06-03T18:34:43.4578619",
"department": {
"$id": "55",
"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": "54"
},
"subDepartments": [
{
"$id": "56",
"id": 1,
"departmentID": 2,
"name": "sample string 3",
"code": "sample string 4",
"departmentCode": "sample string 5",
"externalSales": true,
"minorDepartments": [
{
"$id": "57",
"id": 1,
"subDepartmentID": 2,
"departmentID": 3,
"name": "sample string 4",
"subDepartmentCode": "sample string 5",
"departmentCode": "sample string 6",
"code": "sample string 7",
"lesserDepartments": [
{
"$id": "58",
"id": 1,
"departmentID": 2,
"subDepartmentID": 3,
"minorDepartmentID": 4,
"name": "sample string 5",
"code": "sample string 6",
"departmentCode": "sample string 7",
"subDepartmentCode": "sample string 8",
"minorDepartmentCode": "sample string 9",
"updated": "2026-06-03T18:34:43.4578619",
"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": "ujYJ9qDYpEqdOKqd6dBYkA==",
"labelPageLayoutGuid": "f60936ba-d8a0-4aa4-9d38-aa9de9d05890",
"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": "59",
"dept": 1,
"category": 2,
"name": "sample string 3",
"active": true,
"mscCommodities": [
{
"$id": "60",
"dept": 1,
"category": 2,
"commodity": 3,
"name": "sample string 4",
"active": true,
"mscSubCommodities": [
{
"$id": "61",
"dept": 1,
"category": 2,
"commodity": 3,
"subCommodity": 4,
"name": "sample string 5",
"active": true,
"subCommodityCode": "sample string 7"
},
{
"$ref": "61"
}
],
"commodityCode": "sample string 6"
},
{
"$ref": "60"
}
],
"categoryCode": "sample string 5"
},
"mscCom": {
"$ref": "60"
},
"mscDep": {
"$id": "62",
"dept": 1,
"name": "sample string 2",
"active": true,
"mscCategories": [
{
"$ref": "59"
},
{
"$ref": "59"
}
],
"deptCode": "sample string 4"
},
"mscSubCom": {
"$ref": "61"
}
},
{
"$ref": "58"
}
],
"updated": "2026-06-03T18:34:43.4578619",
"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": "b36VVMJ3U0iskoogOAyHzg==",
"labelPageLayoutGuid": "54957e6f-77c2-4853-ac92-8a20380c87ce",
"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": "59"
},
"mscCom": {
"$ref": "60"
},
"mscDep": {
"$ref": "62"
},
"mscSubCom": {
"$ref": "61"
}
},
{
"$ref": "57"
}
],
"investmentBuyOverride": true,
"updated": "2026-06-03T18:34:43.4578619",
"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": "CRED+hdXIkCt7dcyoexw2w==",
"labelPageLayoutGuid": "fa031109-5717-4022-aded-d732a1ec70db",
"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": "59"
},
"mscCom": {
"$ref": "60"
},
"mscDep": {
"$ref": "62"
},
"mscSubCom": {
"$ref": "61"
}
},
{
"$ref": "56"
}
],
"stores": [
1,
2
],
"investmentBuyOverride": true,
"updated": "2026-06-03T18:34:43.4578619",
"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": "E8BOMsUEEE2TY/bb/DF17Q==",
"labelPageLayoutGuid": "324ec013-04c5-4d10-9363-f6dbfc3175ed",
"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": "59"
},
"mscCom": {
"$ref": "60"
},
"mscDep": {
"$ref": "62"
},
"mscSubCom": {
"$ref": "61"
}
}
}
},
{
"$ref": "53"
}
],
"nextPrice": {
"$id": "63",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 1,
"hostOfferID": 1,
"metcashPromotionID": "sample string 4",
"metcashPromotionPlacement": "sample string 5",
"pluG_UID": "pM0OQkoK+kGxX46l4rzjUw==",
"pluGuid": "420ecda4-0a4a-41fa-b15f-8ea5e2bce353",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "eVoyw+pjE02xrd279Pk2KQ==",
"dealCostGuid": "c3325a79-63ea-4d13-b1ad-ddbbf4f93629",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "kJiuGAJ9EkepekW8Ms4OoA==",
"priceGroupGuid": "18ae9890-7d02-4712-a97a-45bc32ce0ea0",
"itemNumber": "sample string 10",
"cri": "sample string 11",
"pluPrice": 12,
"costCalcMethod": 13,
"pluCost": 14,
"pluCostIndicator": "sample string 15",
"pluPriceGstPercent": 16,
"pluCostGstPercent": 17,
"pluActive": true,
"cartonQty": 1.1,
"baseUnits": 19.1,
"salesMode": 1,
"orderPacked": 20,
"pluNormalCost": 21,
"pluaws": 22.0,
"directNumber": "sample string 23",
"departmentName": "sample string 24",
"subDepartmentName": "sample string 25",
"priceGroupName": "sample string 26",
"supplierName": "sample string 27",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-06-03T18:34:43.4578619",
"rrp": 28,
"campaignDescription": "sample string 29",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "654b7742-bd0c-4b25-821a-03c4aab7b383",
"campaignComboPriceGroupG_UID": "ndub7WlPV0KCKzzR7lEyAA==",
"campaignComboPriceGroupIdentifier": "ed9bdb9d-4f69-4257-822b-3cd1ee513200",
"promotionPlacementDescription": "sample string 31",
"storeAcceptances": [
{
"$id": "64",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-06-03T18:34:43.4578619",
"operatorG_UID": "qTDZSQ7OVE+ko3X3d7LtGg==",
"operatorGuid": "49d930a9-ce0e-4f54-a4a3-75f777b2ed1a",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-06-03T18:34:43.4578619",
"signIqTicketFileMovedUtc": "2026-06-03T18:34:43.4578619",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-06-03T18:34:43.4578619",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "4e170716-32c4-4c36-9a15-e35b8bfebc55",
"product": {
"$ref": "6"
},
"campaignPlu": {
"$ref": "63"
},
"fuelItem": true
},
{
"$ref": "64"
}
],
"campaign": {
"$id": "65",
"id": 1,
"storeID": 2,
"name": "25192034-429e-4486-be40-3c83f266e9c2",
"nameGuid": "25192034-429e-4486-be40-3c83f266e9c2",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-06-03T18:34:43.4578619",
"startTime": 1,
"endDate": "2026-06-03T18:34:43.4578619",
"endTime": 1,
"recurrence": 1,
"recurrenceType": 1,
"monthType": 1,
"weekDays": 1,
"months": 1,
"monthWeeks": 1,
"monthDays": "sample string 7",
"printed": true,
"talkerText": "sample string 8",
"rangeDescription": "sample string 9",
"dealDescription": "sample string 10",
"labelQuantity": 11,
"active": 1,
"deactivated": "2026-06-03T18:34:43.4578619",
"system": true,
"created": "2026-06-03T18:34:43.4578619",
"updated": "2026-06-03T18:34:43.4578619",
"priceChangeNotifiedUtc": "2026-06-03T18:34:43.4578619",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "lo0MOE2bdEu/SMK7DqeuxQ==",
"hostIdentifierGuid": "380c8d96-9b4d-4b74-bf48-c2bb0ea7aec5",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-06-03T18:34:43.4578619",
"updatedByUser": "sample string 18",
"offerID": 1,
"isPriceChangeCampaign": true,
"stores": [
1,
2
],
"storeNames": [
"sample string 1",
"sample string 2"
],
"campaignPlus": [
{
"$ref": "63"
},
{
"$ref": "63"
}
],
"campaignPools": [
{
"$id": "66",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 4,
"pluG_UID": "VzmQhPNt00OWdQ5bR4KAtA==",
"pluGuid": "84903957-6df3-43d3-9675-0e5b478280b4",
"hostOfferID": 1,
"priceGroupG_UID": "Oen/M1Xj6kiMm/rVRGiM0Q==",
"priceGroupGuid": "33ffe939-e355-48ea-8c9b-fad544688cd1",
"fuelItem": true,
"pluName": "sample string 6",
"apn": "sample string 7",
"pluActive": true,
"cartonQty": 1,
"baseUnits": 9.1,
"cri": "sample string 10",
"salesMode": 1,
"orderPacked": 11,
"pluaws": 12.0,
"directNumber": "sample string 13",
"departmentName": "sample string 14",
"subDepartmentName": "sample string 15",
"priceGroupName": "sample string 16",
"supplierName": "sample string 17",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-06-03T18:34:43.4578619",
"rrp": 18,
"campaignDescription": "sample string 19",
"product": {
"$ref": "6"
},
"campaign": {
"$ref": "65"
}
},
{
"$ref": "66"
}
],
"sellingRules": [
{
"$id": "67",
"id": 1,
"identifier": "IgVxAhHeXk+Hd0CZ8KlJbw==",
"identifierStr": "IgVxAhHeXk+Hd0CZ8KlJbw==",
"identifierGuid": "02710522-de11-4f5e-8777-4099f0a9496f",
"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": "65"
}
},
{
"$ref": "67"
}
],
"customers": [
{
"$id": "68",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"customerID": "P9KNNBdRykapUZI7nmeuMA==",
"customerIDGuid": "348dd23f-5117-46ca-a951-923b9e67ae30",
"campaign": {
"$ref": "65"
},
"customer": {
"$id": "69",
"identifier": "cAaV4OGuOUm+yXEOyd1iXA==",
"identifierGuid": "e0950670-aee1-4939-bec9-710ec9dd625c",
"code": "sample string 2",
"familyName": "sample string 3",
"givenName": "sample string 4",
"otherName": "sample string 5",
"title": "sample string 6",
"dateOfBirth": "2026-06-03T18:34:43.4578619",
"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": "ZcmpTueHK0WGvwsjJnYCrw==",
"communityIdentifierGuid": "4ea9c965-87e7-452b-86bf-0b23267602af",
"joined": "2026-06-03T18:34:43.4578619",
"updated": "2026-06-03T18:34:43.4578619",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "0/NX3vtkokqqZgTOXWQvEA==",
"priceLevelIdentifierGuid": "de57f3d3-64fb-4aa2-aa66-04ce5d642f10",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-06-03T18:34:43.4578619",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "70",
"cardType": 2,
"issueDate": "2026-06-03T18:34:43.4578619",
"expiry": "2026-06-03T18:34:43.4578619",
"customerID": "xak/daqd3kGhbE7nAbFgDQ==",
"customerIDGuid": "753fa9c5-9daa-41de-a16c-4ee701b1600d",
"initialValue": 1,
"currentValue": 1,
"maxLimit": 1,
"minTransaction": 1,
"maxTransaction": 1,
"multiplier": 1.1,
"active": true,
"reasonInactive": 1,
"idRequired": true,
"idType": 1,
"idValue": "sample string 5",
"updated": "2026-06-03T18:34:43.4578619",
"linkedAccount": "tXTxlX6lKkW4wNhHKYcapw==",
"linkedAccountGuid": "95f174b5-a57e-452a-b8c0-d84729871aa7",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "69"
},
"account": {
"$id": "71",
"id": 1,
"identifier": "HG3CDXo7YUO6lRukMX7Xag==",
"identifierGuid": "0dc26d1c-3b7a-4361-ba95-1ba4317ed76a",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-06-03T18:34:43.4578619",
"owner": "ReY7ML8wcUygujrBhrGm+w==",
"ownerGuid": "303be645-30bf-4c71-a0ba-3ac186b1a6fb",
"accountStoreGroupIdentifier": "ZnlZnDVRKEWvfsRqjU9sag==",
"accountStoreGroupGuid": "9c597966-5135-4528-af7e-c46a8d4f6c6a",
"accountType": 1,
"currentBalance": 1,
"externalID": "sample string 7",
"maximumLimit": 1,
"accruePoints": true,
"loyaltyPoints": 1,
"termsOfTrade": 1,
"signatureRequired": true,
"referenceRequired": true,
"statementSendType": 10,
"ageingPeriod": 1,
"monthlyAgeingPeriod": true,
"explodedInvoice": true,
"isFifoAllocation": true,
"lastStatementSent": "2026-06-03T18:34:43.4578619",
"active": true,
"updated": "2026-06-03T18:34:43.4578619",
"deleted": true,
"deletedUser": "sample string 16",
"currentBalanceChanged": true,
"maximumLimitChanged": true,
"loyaltyPointsChanged": true,
"projectedBalance": 17,
"accountStoreGroupStoreIDs": [
1,
2
],
"customerEmail": "sample string 18",
"ownerCustomer": {
"$ref": "69"
},
"card": {
"$ref": "70"
},
"members": {
"$id": "72",
"sample string 1": [
{
"$ref": "69"
},
{
"$ref": "69"
}
],
"sample string 2": [
{
"$ref": "69"
},
{
"$ref": "69"
}
]
},
"customerGroups": [
{
"$id": "73",
"identifier": "hsZODAylVEepQj1r1omR9A==",
"identifierGuid": "0c4ec686-a50c-4754-a942-3d6bd68991f4",
"name": "sample string 2",
"primaryContact": "UYGO4QGA9UGhbPJk57cI6g==",
"primaryContactGuid": "e18e8151-8001-41f5-a16c-f264e7b708ea",
"accountID": "fGHoodCTtUCpdobKpHHtQw==",
"accountIDGuid": "a1e8617c-93d0-40b5-a976-86caa471ed43",
"special": true,
"updated": "2026-06-03T18:34:43.4578619",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "1VBabxqYrUCCQZl62/RlVw==",
"priceLevelIdentifierGuid": "6f5a50d5-981a-40ad-8241-997adbf46557",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "71"
},
"primaryContactCustomer": {
"$ref": "69"
},
"customerGroupMembers": [
{
"$id": "74",
"id": 1,
"groupID": "XJy13ow20UyAUyYeADv7kw==",
"groupIDGuid": "deb59c5c-368c-4cd1-8053-261e003bfb93",
"customerID": "3W3yb9XKAUG+TQ2LWnVR3Q==",
"customerIDGuid": "6ff26ddd-cad5-4101-be4d-0d8b5a7551dd",
"card": "sample string 4",
"linkedAccount": "gzp8CqLYDEa9I8QZrGJs2Q==",
"linkedAccountGuid": "0a7c3a83-d8a2-460c-bd23-c419ac626cd9",
"customer": {
"$ref": "69"
},
"group": {
"$ref": "73"
},
"customerCard": {
"$ref": "70"
}
},
{
"$ref": "74"
}
]
},
{
"$ref": "73"
}
]
},
"payments": [
{
"$id": "75",
"id": 1,
"identifier": "l7VZjtZbSUypk2+uA5V56A==",
"identifierGuid": "8e59b597-5bd6-4c49-a993-6fae039579e8",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "SnXdFs9a8UKolf9lHtdFNg==",
"accountIDGuid": "16dd754a-5acf-42f1-a895-ff651ed74536",
"customerAccount": {
"$ref": "71"
},
"customerCard": {
"$ref": "70"
},
"accountType": 1,
"cardName": "sample string 8",
"authorisationNumber": "sample string 9",
"bankReference": "sample string 10",
"merchantID": "sample string 11",
"terminalID": "sample string 12",
"cardNumber": "sample string 13",
"paymentDate": "2026-06-03T18:34:43.4578619",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "I4dK/U635UCNz3nik8uQPw==",
"idempotentVoidGuid": "fd4a8723-b74e-40e5-8dcf-79e293cb903f",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "76",
"saleHeaderID": 1,
"saleHeaderGuid": "7KhsHrrMF0a7tzBQ69A7kA==",
"saleHeaderIdentifierGuid": "1e6ca8ec-ccba-4617-bbb7-3050ebd03b90",
"created": "2026-06-03T18:34:43.4578619",
"createdLocal": "2026-06-03T18:34:43.4578619",
"createdText": "sample string 4",
"itemCount": 5,
"totalAmount": 6,
"cashTender": 1,
"cardTender": 1,
"cheqTender": 1,
"acctTender": 1,
"voucherTender": 1,
"loyaltyPoints": 1,
"cashout": 1,
"changeAmount": 1,
"rounding": 1,
"gstAmount": 1,
"transactionDiscountTender": 1,
"totalTip": 7,
"tranType": 1,
"processed": 1,
"imported": "2026-06-03T18:34:43.4578619",
"storeID": 1,
"operatorG_Uid": "KFrM8rWzr0yftdebY9qGvA==",
"operatorGuid": "f2cc5a28-b3b5-4caf-9fb5-d79b63da86bc",
"customerG_Uid": "eRVNdYeupkOXeSucvpCq2A==",
"customerGuid": "754d1579-ae87-43a6-9779-2b9cbe90aad8",
"communityIdentifier": "6/gLQNvHVEavI7kOPBfBFQ==",
"communityIdentifierGuid": "400bf8eb-c7db-4654-af23-b90e3c17c115",
"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": "BwapHCkGJkuwksZc5yXKDA==",
"priceLevelIdentifierGuid": "1ca90607-0629-4b26-b092-c65ce725ca0c",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-06-03T18:34:43.4578619+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": "77",
"customerName": "sample string 1",
"pickupAt": "2026-06-03T18:34:43.4578619",
"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": "36"
},
"customer": {
"$ref": "69"
},
"communityOrganisation": {
"$id": "78",
"id": 1,
"identifier": "/wff0WrjwEShKQr5j6tAqg==",
"identifierGuid": "d1df07ff-e36a-44c0-a129-0af98fab40aa",
"name": "sample string 3",
"lookupIdentifier": "sample string 4",
"externalID": "sample string 5",
"phone": "sample string 6",
"fax": "sample string 7",
"email": "sample string 8",
"address1": "sample string 9",
"address2": "sample string 10",
"city": "sample string 11",
"postCode": "sample string 12",
"state": "sample string 13",
"country": "sample string 14",
"abn": "sample string 15",
"promoPeriodStart": "2026-06-03T18:34:43.4578619",
"promoPeriodEnd": "2026-06-03T18:34:43.4578619",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-06-03T18:34:43.4578619",
"deleted": true
},
"details": [
{
"$id": "79",
"saleItemID": 1,
"identifier": "eCVTXv4mdkOmqwRK4vFgcQ==",
"identifierGuid": "5e532578-26fe-4376-a6ab-044ae2f16071",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "GJdiPAw2xkavf7W7muIApA==",
"pluGuid": "3c629718-360c-46c6-af7f-b5bb9ae200a4",
"accountID": "O/ApdxKCVUGFuPLZEkq2Dw==",
"accountIDGuid": "7729f03b-8212-4155-85b8-f2d9124ab60f",
"normalPrice": 3,
"originalSellingPrice": 4,
"discountPrice": 5,
"unit": 1,
"quantity": 6,
"totalCents": 7,
"fixedPrice": 1,
"tranType": 1,
"discountType": 1,
"cost": 1,
"costDecimals": 8,
"markdown": 1,
"manualQuantity": 1,
"manualPrice": 1,
"manualMode": 1,
"active": 1,
"offline": true,
"barcode": "sample string 9",
"keyedSale": 1,
"discountedID": 1,
"fuelID": 1,
"serialNumber": "sample string 10",
"bestOrExpire": "2026-06-03T18:34:43.4578619",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "sVJh1feEpUG/hKuuZCxkrA==",
"refundGuid": "d56152b1-84f7-41a5-bf84-abae642c64ac",
"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": "uwN974a1pUSAJ1vleUZSjw==",
"idempotentVoidGuid": "ef7d03bb-b586-44a5-8027-5be57946528f",
"priceLevelIdentifier": "9nh5xG0gxEWkamonWwYXdA==",
"priceLevelIdentifierGuid": "c47978f6-206d-45c4-a46a-6a275b061774",
"communityIdentifier": "ymDpalpKp0CCkXVK85Cffw==",
"communityIdentifierGuid": "6ae960ca-4a5a-40a7-8291-754af3909f7f",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "80",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-06-03T18:34:43.4578619",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "80"
}
],
"refund": {
"$id": "81",
"id": 1,
"g_UID": "4Lu3tHz33UiwmkmrBztQ8Q==",
"guid": "b4b7bbe0-f77c-48dd-b09a-49ab073b50f1",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-06-03T18:34:43.4578619"
},
"modifier": {
"$id": "82",
"id": 1,
"setG_UID": "AcHxlrQ2EUCr/JYuzYNFDA==",
"modifierSetGuid": "96f1c101-36b4-4011-abfc-962ecd83450c",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "Z+ctfDZ8LE+zXJx+Dxy2iQ==",
"pluGuid": "7c2de767-7c36-4f2c-b35c-9c7e0f1cb689",
"deleted": true,
"g_UID": "GmkW+WdoIE2V6x2oFFQ/Dg==",
"guid": "f916691a-6867-4d20-95eb-1da814543f0e",
"product": {
"$ref": "6"
}
},
"priceLevelName": "sample string 25",
"pumpNumber": 1,
"hoseNumber": 1
},
{
"$ref": "79"
}
],
"eftReceipts": [
{
"$id": "83",
"id": 1,
"storeID": 1,
"saleHeaderID": 2,
"storeSaleHeader": {
"$ref": "76"
},
"receipt": "sample string 3",
"processed": 1
},
{
"$ref": "83"
}
],
"payments": [
{
"$ref": "75"
},
{
"$ref": "75"
}
],
"cards": [
{
"$id": "84",
"id": 1,
"saleHeaderID": 1,
"identifier": "sample string 2",
"cardType": 3,
"providerName": "sample string 4"
},
{
"$ref": "84"
}
],
"campaignHits": [
{
"$id": "85",
"id": 1,
"saleHeaderID": 2,
"campaign": "sample string 3",
"name": "sample string 4",
"processed": 1,
"campaignDescription": "sample string 5"
},
{
"$ref": "85"
}
],
"fuel": [
{
"$id": "86",
"id": 1,
"plu": 1,
"pluG_UID": "t+ScN+WdmEm+amE2X48/YQ==",
"pluGuid": "379ce4b7-9de5-4998-be6a-61365f8f3f61",
"saleHeaderID": 2,
"totalCents": 3,
"grade": 1,
"gradeDescription": "sample string 4",
"dispenser": 1,
"hose": 1,
"quantity": 1,
"cost": 1,
"acquirerNum": 1,
"attendant": 1,
"ePurseBalance": 1.0,
"cardSignature": "sample string 5",
"compartmentNumber": 1,
"contractNumber": 1,
"discountCardPAN": "sample string 6",
"discountID": 1,
"discountName": "sample string 7",
"discountNetValue": 1.0,
"discountType": 1,
"discountValue": 1.0,
"discretionaryData": "sample string 8",
"driverID": "sample string 9",
"eftBatchNumber": 1,
"eftResponseCode": "sample string 10",
"endDateTime": "2026-06-03T18:34:43.4578619",
"engineHours": 1.1,
"fposNumber": 1,
"loyaltyCardPAN": "sample string 11",
"miscData1": 1,
"miscData2": "sample string 12",
"miscFlags": 1,
"mop": 1,
"odometer": 1,
"panNumber": "sample string 13",
"saleRefund": true,
"saleStatus": 1,
"sequenceNumber": 1,
"stan": 1,
"startDateTime": "2026-06-03T18:34:43.4578619",
"tagNumber": "sample string 15",
"trackTwoRem": "sample string 16",
"transCode": 1,
"transType": 1,
"unitPrice": 1.0,
"vehicleReg": "sample string 17",
"offline": true,
"processed": 1
},
{
"$ref": "86"
}
],
"fuelResells": [
{
"$id": "87",
"saleItemID": 1,
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "UpX0RNtxaEW8Srd1tSDZEQ==",
"pluGuid": "44f49552-71db-4568-bc4a-b775b520d911",
"accountID": "loOIZ+iRwUaDntOnFb1YUg==",
"accountIDGuid": "67888396-91e8-46c1-839e-d3a715bd5852",
"normalPrice": 3,
"originalSellingPrice": 4,
"discountPrice": 5,
"unit": 1,
"quantity": 6,
"totalCents": 7,
"fixedPrice": 1,
"tranType": 1,
"processed": 1,
"discountType": 1,
"cost": 1,
"costDecimals": 1,
"markdown": 1,
"manualQuantity": 1,
"manualPrice": 1,
"manualMode": 1,
"active": 1,
"barcode": "sample string 8",
"offline": 1,
"keyedSale": 1,
"discountedID": 1,
"fuelID": 1,
"serialNumber": "sample string 9",
"bestOrExpire": "2026-06-03T18:34:43.4578619",
"bestOrExpireType": 1,
"refundG_UID": "WtzSWSPCTE+PLqiBpqio+A==",
"refundGuid": "59d2dc5a-c223-4f4c-8f2e-a881a6a8a8f8",
"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": "87"
}
],
"customerOrder": [
{
"$id": "88",
"identifier": "gj0sItp+A0a6sQUcr/n0CQ==",
"identifierGuid": "222c3d82-7eda-4603-bab1-051caff9f409",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "l2kApHJJskS5yoictRnesQ==",
"customerIdentifierGuid": "a4006997-4972-44b2-b9ca-889cb519deb1",
"operatorNo": 1,
"operatorG_UID": "NQhfxtwN10i8dSC6PAqyNg==",
"operatorGuid": "c65f0835-0ddc-48d7-bc75-20ba3c0ab236",
"created": "2026-06-03T18:34:43.4578619",
"ordered": "2026-06-03T18:34:43.4578619",
"started": "2026-06-03T18:34:43.4578619",
"completed": "2026-06-03T18:34:43.4578619",
"supplied": "2026-06-03T18:34:43.4578619",
"quickTicket": 1,
"deleted": true,
"walkAway": true,
"approxWait": 1,
"actualWait": 1,
"deliveryMethod": 8,
"externalSaleType": 9,
"customer": {
"$ref": "69"
},
"operator": {
"$ref": "36"
},
"details": [
{
"$id": "89",
"headerID": 1,
"plu": 1,
"pluG_UId": "CHyWW1NXak+75CjrEcxz1w==",
"pluGuid": "5b967c08-5753-4f6a-bbe4-28eb11cc73d7",
"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": "pH8REsiDF0+hvgEa1tb+Og==",
"headerIdentifierGuid": "12117fa4-83c8-4f17-a1be-011ad6d6fe3a",
"product": {
"$ref": "6"
}
},
{
"$ref": "89"
}
],
"storeName": "sample string 11",
"customerName": "sample string 12",
"storeReplyTo": "sample string 13",
"storeSubjectLine": "sample string 14",
"storeSaleHeader": {
"$ref": "76"
}
},
{
"$ref": "88"
}
],
"surveyResponses": [
{
"$id": "90",
"surveyG_UID": "GiFQB74VoUO9XB4EcgQ7uQ==",
"surveyGuid": "0750211a-15be-43a1-bd5c-1e0472043bb9",
"saleHeaderGuid": "yp2p1bmhF0CQy5Uvsuo+0g==",
"saleGuid": "d5a99dca-a1b9-4017-90cb-952fb2ea3ed2",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "87K9+00mRk2TZ144QICiaw==",
"guidResponse": "fbbdb2f3-264d-4d46-9367-5e384080a26b",
"whoAnswered": 2,
"answeredAtUTC": "2026-06-03T18:34:43.4578619",
"sale": {
"$ref": "76"
},
"survey": {
"$id": "91",
"g_UID": "PVHF9X2bpkGUKynuKLOHfA==",
"guid": "f5c5513d-9b7d-41a6-942b-29ee28b3877c",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "OOGEjwc9J0+G4LKGu8ik7g==",
"checkoutFormGuid": "8f84e138-3d07-4f27-86e0-b286bbc8a4ee",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-06-03T18:34:43.4578619",
"end": "2026-06-03T18:34:43.4578619",
"deleted": true,
"updated": "2026-06-03T18:34:43.4578619",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"ac96e96d-6630-4865-9095-8e128933c918",
"d02094e6-dc51-4768-8c4b-1e59d2e16378"
],
"allowsAllTextResponses": true,
"surveyForm": {
"$ref": "44"
}
},
"ingressId": "sample string 4"
},
{
"$ref": "90"
}
],
"storeName": "sample string 39",
"terminalNumber": 40,
"machineName": "sample string 41",
"operatorName": "sample string 42",
"direction": 1,
"reason": "sample string 43",
"accountG_UID": "WfmTZp1P6kuX+JhHrfZL2w==",
"accountIdentifier": "6693f959-4f9d-4bea-97f8-9847adf64bdb",
"accountName": "sample string 44",
"customerOrderIdentifier": "gV9ymec+Eka9EpTgnfg3Uw==",
"customerOrderIdentifierGuid": "99725f81-3ee7-4612-bd12-94e09df83753",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "92",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "E3VG6Su6v0yV2v7ESQ3hIg==",
"paymentIdentifierGuid": "e9467513-ba2b-4cbf-95da-fec4490de122",
"identifier": "UJj7/qJQrk2oZm83DDLa/A==",
"identifierGuid": "fefb9850-50a2-4dae-a866-6f370c32dafc",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "O95ZBxXmpUycwzJ+3d2cBw==",
"itemIdentifierGuid": "0759de3b-e615-4ca5-9cc3-327edddd9c07"
}
},
{
"$ref": "75"
}
]
},
{
"$ref": "70"
}
],
"customerGroupMembers": [
{
"$ref": "74"
},
{
"$ref": "74"
}
],
"customerGroups": [
{
"$ref": "73"
},
{
"$ref": "73"
}
],
"accounts": [
{
"$ref": "71"
},
{
"$ref": "71"
}
],
"account": {
"$ref": "71"
},
"vouchers": [
{
"$id": "93",
"customerIdentifier": "L+cZ46V/zE6JzKxOi70aCw==",
"customerIdentifierGuid": "e319e72f-7fa5-4ecc-89cc-ac4e8bbd1a0b",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "ub/v6QDX202HRFXt3YrMcg==",
"idempotentGuid": "e9efbfb9-d700-4ddb-8744-55eddd8acc72",
"offline": true,
"voucher": {
"$id": "94",
"id": 1,
"name": "sample string 2",
"description": "sample string 3",
"shortDescription": "sample string 4",
"url": "sample string 5",
"barcodeTemplateID": 1,
"expiry": 0,
"voucherType": 6,
"limitPerTransaction": 7,
"customerTracking": true,
"discountAccount": "sample string 9",
"endDate": "2026-06-03T18:34:43.4578619",
"barcodeTemplate": {
"$id": "95",
"templateID": 1,
"template": "sample string 1",
"bcFunction": "sample string 2",
"sortOrder": 3
},
"scaleLabel": {
"$id": "96",
"id": 1,
"uid": "sample string 2",
"name": "sample string 3",
"width": 1.1,
"height": 1.1,
"showBorder": true,
"borderWidth": 1.1,
"borderStyle": 1,
"borderColour": "sample string 5",
"updated": "2026-06-03T18:34:43.4578619",
"labelPageLayout": "IR/1LOZDOUGsDRTl37kEIw==",
"pageLayoutGuid": "2cf51f21-43e6-4139-ac0d-14e5dfb90423",
"labelType": 6,
"oldName": "sample string 7",
"voucher": {
"$ref": "94"
},
"elements": [
{
"$id": "97",
"id": 1,
"scaleLabelID": 2,
"showPercentDI": true,
"showAvgPerHundred": true,
"showAvgPerServe": true,
"name": "sample string 6",
"x": 1.1,
"y": 1.1,
"width": 1.1,
"height": 1.1,
"type": 1,
"rotation": 1,
"text": "sample string 7",
"fontFamily": "sample string 8",
"align": 1,
"bold": true,
"italic": true,
"underline": true,
"strikeout": true,
"reverse": true,
"textColour": "sample string 9",
"fontSize": 1.1,
"picture": "QEA=",
"borderWidth": 10,
"sortOrder": 11,
"printOptions": 12,
"superScriptTextFontSize": 1.1,
"lineStyle": 1,
"spacingStyle": 1,
"interCharacterSpacing": 1.1,
"superScriptOffset": 1.1,
"lineSpacing": 1.1,
"dateFormat": "sample string 13",
"autoGrow": true,
"fontAutoResize": true,
"updated": "2026-06-03T18:34:43.4578619"
},
{
"$ref": "97"
}
]
},
"customerVouchers": [
{
"$id": "98",
"id": 1,
"customerIdentifier": "J3IpN5MOc0Gva8ZbH+3QZw==",
"customerIdentifierGuid": "37297227-0e93-4173-af6b-c65b1fedd067",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-06-03T18:34:43.4578619",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "mWkOrBB6j0O8njT1SZ2P7g==",
"issuedIdempotentGuid": "ac0e6999-7a10-438f-bc9e-34f5499d8fee",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-06-03T18:34:43.4578619",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-06-03T18:34:43.4578619",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "iRmpkBZDG0eDI3cQ63+Crw==",
"redeemedIdempotentGuid": "90a91989-4316-471b-8323-7710eb7f82af",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-06-03T18:34:43.4578619",
"storeName": "sample string 17",
"scaleLabel": {
"$ref": "96"
},
"voucher": {
"$ref": "94"
},
"customer": {
"$ref": "69"
},
"issuedOfflinePayment": {
"$ref": "75"
},
"redeemedOfflinePayment": {
"$ref": "75"
}
},
{
"$ref": "98"
}
]
},
"customer": {
"$ref": "69"
}
},
{
"$ref": "93"
}
]
}
},
{
"$ref": "68"
}
],
"customerGroups": [
{
"$id": "99",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupID": "Zs28JWUFgUmJGkEnMuesGg==",
"groupIDGuid": "25bccd66-0565-4981-891a-412732e7ac1a",
"campaign": {
"$ref": "65"
},
"group": {
"$ref": "73"
}
},
{
"$ref": "99"
}
],
"signIqTickets": [
{
"$id": "100",
"identifier": "RzbCBXI/jU6KClwN9G0DxQ==",
"identifierGuid": "05c23647-3f72-4e8d-8a0a-5c0df46d03c5",
"campaignName": "sample string 2",
"message": "sample string 3",
"ticketFileSource": "sample string 4",
"ticketFileDestination": "sample string 5",
"storeID": 1
},
{
"$ref": "100"
}
],
"comboPriceGroups": [
{
"$id": "101",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"g_UID": "T3gI5hFiWUqR8J8dUrPUpg==",
"guid": "e608784f-6211-4a59-91f0-9f1d52b3d4a6",
"description": "sample string 5",
"newPrice": 1,
"rangeDescription": "sample string 6",
"dealDescription": "sample string 7",
"labelQuantity": 8,
"hostProductCategoryID": 1,
"offerID": 1,
"dontUpdatePricePlus": true,
"campaign": {
"$ref": "65"
},
"comboPricePlus": [
{
"$id": "102",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupG_UID": "ky8z/HkAGEO+W/N3dPxDwA==",
"groupGuid": "fc332f93-0079-4318-be5b-f37774fc43c0",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "jFI/Xa4f7k6C9Pal5iSbcg==",
"pluGuid": "5d3f528c-1fae-4eee-82f4-f6a5e6249b72",
"priceGroupG_UID": "gM0DcK6c7kecrHCfo/QI4w==",
"priceGroupGuid": "7003cd80-9cae-47ee-9cac-709fa3f408e3",
"campaignPoolID": "sample string 7",
"quantity": 1,
"campaign": {
"$ref": "65"
},
"product": {
"$ref": "6"
},
"priceGroup": {
"$ref": "29"
},
"campaignPool": {
"$ref": "65"
}
},
{
"$ref": "102"
}
]
},
{
"$ref": "101"
}
],
"priceLevels": [
{
"$id": "103",
"id": 1,
"priceLevelIdentifier": "7OtyM6Y6QE+yYOQXgylD+w==",
"priceLevelIdentifierGuid": "3372ebec-3aa6-4f40-b260-e417832943fb",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "103"
}
],
"promotionType": {
"$id": "104",
"identifier": "B//QKMyOIE2HyASfe/jThQ==",
"identifierGuid": "28d0ff07-8ecc-4d20-87c8-049f7bf8d385",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "iY3+x3gtXEiBZC+0Zj5y3Q==",
"labelPageLayoutGuid": "c7fe8d89-2d78-485c-8164-2fb4663e72dd",
"priceLevelIdentifier": "F6nPAowId0uZ2UgYrqqS/Q==",
"priceLevelIdentifierGuid": "02cfa917-088c-4b77-99d9-4818aeaa92fd",
"active": true,
"updated": "2026-06-03T18:34:43.4578619",
"hostName": "sample string 11"
}
},
"product": {
"$ref": "6"
},
"dealCost": {
"$id": "105",
"headerIdentifier": "t4aZM124PEayc0EVosyxSA==",
"headerIdentifierGuid": "339986b7-b85d-463c-b273-4115a2ccb148",
"identifier": "2bAdyWimtkmDKi/Io2z36w==",
"identifierGuid": "c91db0d9-a668-49b6-832a-2fc8a36cf7eb",
"supplierIdentifier": "o4kd54A8x0CfGLc8RWxweg==",
"supplierGuid": "e71d89a3-3c80-40c7-9f18-b73c456c707a",
"pluG_UID": "J7puMtYEsE2QKqB5tNVdvQ==",
"pluGuid": "326eba27-04d6-4db0-902a-a079b4d55dbd",
"campaignName": "3e2f8476-a91a-470a-b9c5-d12e1a0e8927",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-06-03T18:34:43.4578619",
"end": "2026-06-03T18:34:43.4578619",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "RnbNJt7VvU6rk7o6mwqtYw==",
"bonusItemPluGuid": "26cd7646-d5de-4ebd-ab93-ba3a9b0aad63",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-06-03T18:34:43.4578619",
"metcashPromotionID": "sample string 14",
"fromHost": 15,
"storeNames": "sample string 16",
"storeIDs": [
1,
2
],
"supplierName": "sample string 17",
"campaignDescription": "sample string 18",
"newPrice": 1,
"campaignMetcashPromotionID": "sample string 19",
"campaignActive": true,
"campaignStartDate": "2026-06-03T18:34:43.4578619",
"campaignEndDate": "2026-06-03T18:34:43.4578619",
"masterPLUG_UID": "VhDHcIIezkuHfqlD8eRb2w==",
"masterID": "70c71056-1e82-4bce-877e-a943f1e45bdb",
"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": "Om4J3h9xKkqEywcUyVPBGQ==",
"bonusMasterID": "de096e3a-711f-4a2a-84cb-0714c953c119",
"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-06-03T18:34:43.4578619",
"dealCosts": [
{
"$ref": "105"
},
{
"$ref": "105"
}
],
"tags": [
{
"$id": "106",
"pluG_UID": "FGFGfoiwv0qyfaVRpC00Dw==",
"pluGuid": "7e466114-b088-4abf-b27d-a551a42d340f",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "106"
}
],
"alternateProductG_UID": "LfSA77enEkKHmEb1iOX1zg==",
"alternateProduct": "ef80f42d-a7b7-4212-8798-46f588e5f5ce",
"altProduct": {
"$ref": "6"
},
"productHostCode": {
"$id": "107",
"id": 1,
"pluG_UID": "mgNReZPMz0Kz+xSKXzhy5Q==",
"pluGuid": "7951039a-cc93-42cf-b3fb-148a5f3872e5",
"ibaCode": "sample string 2"
},
"mscCat": {
"$ref": "59"
},
"mscCom": {
"$ref": "60"
},
"mscDep": {
"$ref": "62"
},
"mscSubCom": {
"$ref": "61"
},
"isUserUpdate": true,
"ignoreMasterProduct": true,
"priceGroupLabelRequested": true,
"firstSold": "2026-06-03T18:34:43.4578619",
"inventoryTracked": "2026-06-03T18:34:43.4578619",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "108",
"pluG_UID": "kK03BBgEr0uztdvCEG2cTw==",
"pluGuid": "0437ad90-0418-4baf-b3b5-dbc2106d9c4f",
"fuelPluG_UID": "F1u+c/xiK0WovlsiRxL/dg==",
"fuelPluGuid": "73be5b17-62fc-452b-a8be-5b224712ff76",
"price": 3,
"productDescription": "sample string 4",
"productBarcode": "sample string 5",
"fuelProductDescription": "sample string 6",
"fuelProductBarcode": "sample string 7",
"fuelProductPrice": 8
},
"productFuelLinks": [
{
"$ref": "108"
},
{
"$ref": "108"
}
]
},
"supplier": {
"$ref": "1"
},
"serviceFee": {
"$id": "109",
"id": 1,
"description": "sample string 1",
"fee": 1
},
"isPrimaryHost": true,
"hostVendor": 48
},
{
"$ref": "4"
}
],
"orderCycleHeaders": [
{
"$id": "110",
"storeID": 1,
"supplierIdentifier": "KHAmlKvfxEyajC2EbBuQxg==",
"supplierGuid": "94267028-dfab-4cc4-9a8c-2d846c1b90c6",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"storeName": "sample string 5",
"departmentName": "sample string 6",
"orderDays": 7
},
{
"$ref": "110"
}
],
"cycles": [
{
"$id": "111",
"storeID": 1,
"supplierIdentifier": "XvD6ic67K0KA2fz2Ri4ToA==",
"supplierGuid": "89faf05e-bbce-422b-80d9-fcf6462e13a0",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"cutOffWeek": 5,
"cutOffDay": 6,
"cutOffTime": "00:00:00.1234567",
"leadTime": 7,
"daysBuffer": 8,
"supplierName": "sample string 9",
"cutOffDate": "2026-06-03T18:34:43.4578619",
"deliveryDate": "2026-06-03T18:34:43.4578619",
"nextCutOffDate": "2026-06-03T18:34:43.4578619",
"nextDeliveryDate": "2026-06-03T18:34:43.4578619",
"nextDaysBuffer": 10
},
{
"$ref": "111"
}
],
"store": {
"$ref": "7"
},
"updated": "2026-06-03T18:34:43.4578619",
"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 U��\AU�k� 5 xl/workbook.xml � (� ����0��&�C��Ԉ?�p��Ճ��m�?ik��-%�x�3;��ɸ�1f@5j_��lA�o(�Ƃ���8�C��EL��jӾ�@�Yv&F��^H��B����yԸ��W�Bln��0�$��֝MD��M��.�B�+(q��(9���#W�8<nJ!���pj������w�PK U��\���� � [Content_Types].xml � (� ���J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
U��\7*��' ' _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="R6b12fde3e93a413c" /></Relationships>PK U��\s�' � xl/worksheets/sheet1.xml � (� �Y�R;����Z��5��\IB���/�+��l��G^,��윕�%1��A��V�{�w~3�S,���v(31�W�dv�kx����
_�=����iQ�~�|��NW�����jZ��ˬ�+n��u���W��ůQy}=�*�˫�yq��f�(nƫ����r��m�^˻E1�T[��<���g�Ã��,t_�~�(����|�_�p0:ثЗ��a��<X�߲����l�?v��T��|1��������ᴘ���K���*o�տ��l��p0����MV�� 3m�(��������~�*��6˱�c=l�a[�.���YԨ��qS��zja�@;0��6��ʬJH�s����^���9�ށ�Rz���fSo�z� �e|�����M���MFk#�g0 �ܦ�m�}&�0���:�Lޤ��uv�@k@�F%N.�ғ��C���*3avB�r"L �!�O���:sA��
�|�C�TM�WR��;8HF J���(>iZ��a���Z�D�(?i�{�(@Y+P����h�Lt�R��ɠ����#�Mx���"�̂ m��J�NQ� �8�^��L!j��� �p��Q������j��T��A��S��N#�)��%ET x1aR�(E�-!y�2�a!A�"�&�R��u��-)�D!E(i�&F)b-E0!P���JԉQ�(�L/(� l#ij���Ƶ�HJB`s�k��܈e�a��z~m�D�(Il\�.�FY����d�$֒�p�9e= ]�T��I4O45F-�s�E�ZD��Q�XkQC�õnlx�i�HG��j)Z�U~�B;��{����j):ȔҺr��6�:�RT�]��-���RAK��EE)�Z�Nfh�H�Q&�Am���u /T�R���)�U����D� i�SD)��8z|�Wo���j|��(�j9�]���e��@x�/�����Ϻv�8�"dq�E@q�E`�Pm�I�ۈ�]�i#N��F�u��x�E�6�-�!�!��g �������b�a�!�~f ��/��{�@�_�v/a�!�~g �������vsƄ@���7�H�+a8g̈�✱#�sƐHH�K"a9gL��朱%R�c"�q&R�k"��&R�s*�3�NEyf�(ό?�mrƠ�q��g1
�M�S�Ed8���戁��32�W��$
y���F�g�rM�.o��;BF���w}H��cr��|b�B���|I���B��g~�L9�ٷ�&�3]!?z6�g-���������ܷV���p������N�O��`���2�z�\��w��:��ڇ1��ga\f��������Y���,d�f�t���_���t
�[فuv`:;�B�����` 4;Ґ�i�)��-κ��` 4;�B�����H��cr��|b�B�����H���B��g~�L9͎�&�3]hv�l�g�Z��-�-���q_�����5��dy�e��h�v�c���Ǻ��`:��`:��`:��`:��`:��`:��`:���0��dǨ�i1����\��waۿ��PK U��\��UZ� P xl/_rels/workbook.xml.rels � (� ��Kn�0@�b;��:%A6ݰ�\�ؓ�Hl�6�����W�E��H]t�j4��'�|��6o�D���hM�`@�(�Gӷp��C
��j���i"�$�����[RԀ��uhR��~�1���N��쑖�=Q�3�I���!ڮ>[u���?����c#���=�~J�^/�V��k�#Ӽ��C� �wS�2a����3����C�x�K��]e�Q�D�.�;��L�dk��LԂ_���_�� PK U��\Ѓc'2 E
xl/styles.xml � (� �S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v �F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}� ��LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK U��\)�(� � xl/sharedStrings.xml � (� �Xmo�4����� $��mir�
m�[io�n ��pg5$N��m���α�ti�tҴ��9���yw��k�ϘqRГ�=�&�q��t2y|�4���� �
�O&[�'Ʒ�ǜ�R~2�Q~��x��9�Ӣ���`9�=�x�0J�c�g3Dz�Y��qQQq2�ᐊ��+�� �rz,NW �����8=�Ii��H�G?\��XWe����(�E�&��p�[��Ǒ��1\��e_z+�t�V� 16.^˂ 0)M�k_�%p7�;�@�WĢ��9���a�i��7��
"
K��hK0M�O8Ƥ}�C����b�W�g$Gl�(�@�������(����[M���+�rU��p�6�r��a[j�4�%Ð4ގ��b���k�Zd��x̮�ʈ�@QPn��L��P�WyM�{�U�-r�۪~W!�S�m��)�2!oL�6�k[
��n�3,�+7�G��"�P�7�1�X 5�7�&�gER
ȕ��8��d��4�c����UF��*O>=�
���}0E�c;Nd���^��&��شP��|�A���k8��C�g��0����sb�����p��m�wp����� ��Ah�~�<ӛǶ��tn��ٖY��ښC,kn%
M;� j��;����~a�78Z\z�;��?�/�X-�#q�b����qdzG.6Cy�0L��r��A�H�]#�E{d�Ge���N���t��5��F�NjFa�.��y�ʅ�('�V�(,�9L�W�S s
w$~'6�
�j�"2}kOBKH���0������j�/��$a��'�;���Au44T�/T������k�r���VG���L�F�B�#���&?W��)"2�D[9�������h+'5mPYH��ϑ��(��&W>��3O� ��?]|&7��'̦7p��O/nӶw�ݧ��Z���'�m����?ܭ�&��1�06=�D�|�����(��U�
�b���ȡjC���F�DC��j��F?�%0�21X%�?]����SL�������0���8���e <X�d_�$5��#u�9XܶW���j�Z���$�ㅷ�5�A�^Y�١�p�q�����q]�dG��Z�Δ�xc�Y,��ئDr�1��(b�3��o�\���7�JP����xWo��pGE�u�
�&�q� �͡��bH&"�9
�o�9�
���'��"O�c�J[�4�Qq�"��Z��u�T��`.*.n�����p�g��v��Ѵ��G�9f�t�%Vj�(M`�^�[Q��y��IC��>�Q��
9�ӡ�u�V�q�R�DW kB�Y��KV�����D7�5QA��3�����И����7j�����٭뗬�oڃAs��x>�A4�jn]�*��)�v�y�]0V�.��[�U&�(�j��<�K�^T�Ɂ1RZ��ܥK��"�X@#�$Yi�9G�&/���cai�$o߯�o=���~���zG��qm��* *�T'��u1ToR������v��A���XW�"��Gvҭ�jH(������)G�w/ W���Z�5��\�"�<.ǫ�*@?�=o�y��^k�ο� ���<l��vL�Qd&���|�x�ݶ
�
5��u�����ƴʲ]JƵ]yu�nHY�U�EQ�Cx9�X�w�]�jo���J��Bҥ����w�Ibv���r�����!��L�z������{À�#�����4Wf��R
���L�q.N�PK- U��\AU�k� 5 xl/workbook.xmlPK- U��\���� � [Content_Types].xmlPK-
U��\7*��' ' V _rels/.relsPK- U��\s�' � � xl/worksheets/sheet1.xmlPK- U��\��UZ� P ;
xl/_rels/workbook.xml.relsPK- U��\Ѓc'2 E
� xl/styles.xmlPK- U��\)�(� � � xl/sharedStrings.xmlPK � 4
application/vnd.ms-excel
PK U��\h�� 5 xl/workbook.xml � (� ����0��&�C��H��8q���{-[�H����[J ��mgv��ig�_k_�'�a�k \�f�d���k��Ob�P��L$eQP�abQY�r��X�y`c� QO+J3ep< �.��
�e2�����"��6�����a:<��0��u��#ߨ4�x-�(������#�;{��d��PK U��\���� � [Content_Types].xml � (� ���J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
U��\��Ӝ' ' _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="R320f1340ff814638" /></Relationships>PK U��\s�' � xl/worksheets/sheet1.xml � (� �Y�R;����Z��5��\IB���/�+��l��G^,��윕�%1��A��V�{�w~3�S,���v(31�W�dv�kx����
_�=����iQ�~�|��NW�����jZ��ˬ�+n��u���W��ůQy}=�*�˫�yq��f�(nƫ����r��m�^˻E1�T[��<���g�Ã��,t_�~�(����|�_�p0:ثЗ��a��<X�߲����l�?v��T��|1��������ᴘ���K���*o�տ��l��p0����MV�� 3m�(��������~�*��6˱�c=l�a[�.���YԨ��qS��zja�@;0��6��ʬJH�s����^���9�ށ�Rz���fSo�z� �e|�����M���MFk#�g0 �ܦ�m�}&�0���:�Lޤ��uv�@k@�F%N.�ғ��C���*3avB�r"L �!�O���:sA��
�|�C�TM�WR��;8HF J���(>iZ��a���Z�D�(?i�{�(@Y+P����h�Lt�R��ɠ����#�Mx���"�̂ m��J�NQ� �8�^��L!j��� �p��Q������j��T��A��S��N#�)��%ET x1aR�(E�-!y�2�a!A�"�&�R��u��-)�D!E(i�&F)b-E0!P���JԉQ�(�L/(� l#ij���Ƶ�HJB`s�k��܈e�a��z~m�D�(Il\�.�FY����d�$֒�p�9e= ]�T��I4O45F-�s�E�ZD��Q�XkQC�õnlx�i�HG��j)Z�U~�B;��{����j):ȔҺr��6�:�RT�]��-���RAK��EE)�Z�Nfh�H�Q&�Am���u /T�R���)�U����D� i�SD)��8z|�Wo���j|��(�j9�]���e��@x�/�����Ϻv�8�"dq�E@q�E`�Pm�I�ۈ�]�i#N��F�u��x�E�6�-�!�!��g �������b�a�!�~f ��/��{�@�_�v/a�!�~g �������vsƄ@���7�H�+a8g̈�✱#�sƐHH�K"a9gL��朱%R�c"�q&R�k"��&R�s*�3�NEyf�(ό?�mrƠ�q��g1
�M�S�Ed8���戁��32�W��$
y���F�g�rM�.o��;BF���w}H��cr��|b�B���|I���B��g~�L9�ٷ�&�3]!?z6�g-���������ܷV���p������N�O��`���2�z�\��w��:��ڇ1��ga\f��������Y���,d�f�t���_���t
�[فuv`:;�B�����` 4;Ґ�i�)��-κ��` 4;�B�����H��cr��|b�B�����H���B��g~�L9͎�&�3]hv�l�g�Z��-�-���q_�����5��dy�e��h�v�c���Ǻ��`:��`:��`:��`:��`:��`:��`:���0��dǨ�i1����\��waۿ��PK U��\�1<�� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞���!�i7lؖ^���㨉�nK�Ƃ#q�"A*�`��h~OO��|�Xoߦ��ȇ��V� F]7ؾ�c���ݬw4��&���Ҋ
-��'��T��L6u��)�=�TO<Br�d�-��/3�����'��0?;�(�+�Sl��5��D�ҵ��JK�cS�eU�N�wS�2R����2�n46X�2�ʢ����{�>]z�,/�
%$" �yQ�Z\���_l� PK U��\Ѓc'2 E
xl/styles.xml � (� �S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v �F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}� ��LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK U��\)�(� � xl/sharedStrings.xml � (� �Xmo�4����� $��mir�
m�[io�n ��pg5$N��m���α�ti�tҴ��9���yw��k�ϘqRГ�=�&�q��t2y|�4���� �
�O&[�'Ʒ�ǜ�R~2�Q~��x��9�Ӣ���`9�=�x�0J�c�g3Dz�Y��qQQq2�ᐊ��+�� �rz,NW �����8=�Ii��H�G?\��XWe����(�E�&��p�[��Ǒ��1\��e_z+�t�V� 16.^˂ 0)M�k_�%p7�;�@�WĢ��9���a�i��7��
"
K��hK0M�O8Ƥ}�C����b�W�g$Gl�(�@�������(����[M���+�rU��p�6�r��a[j�4�%Ð4ގ��b���k�Zd��x̮�ʈ�@QPn��L��P�WyM�{�U�-r�۪~W!�S�m��)�2!oL�6�k[
��n�3,�+7�G��"�P�7�1�X 5�7�&�gER
ȕ��8��d��4�c����UF��*O>=�
���}0E�c;Nd���^��&��شP��|�A���k8��C�g��0����sb�����p��m�wp����� ��Ah�~�<ӛǶ��tn��ٖY��ښC,kn%
M;� j��;����~a�78Z\z�;��?�/�X-�#q�b����qdzG.6Cy�0L��r��A�H�]#�E{d�Ge���N���t��5��F�NjFa�.��y�ʅ�('�V�(,�9L�W�S s
w$~'6�
�j�"2}kOBKH���0������j�/��$a��'�;���Au44T�/T������k�r���VG���L�F�B�#���&?W��)"2�D[9�������h+'5mPYH��ϑ��(��&W>��3O� ��?]|&7��'̦7p��O/nӶw�ݧ��Z���'�m����?ܭ�&��1�06=�D�|�����(��U�
�b���ȡjC���F�DC��j��F?�%0�21X%�?]����SL�������0���8���e <X�d_�$5��#u�9XܶW���j�Z���$�ㅷ�5�A�^Y�١�p�q�����q]�dG��Z�Δ�xc�Y,��ئDr�1��(b�3��o�\���7�JP����xWo��pGE�u�
�&�q� �͡��bH&"�9
�o�9�
���'��"O�c�J[�4�Qq�"��Z��u�T��`.*.n�����p�g��v��Ѵ��G�9f�t�%Vj�(M`�^�[Q��y��IC��>�Q��
9�ӡ�u�V�q�R�DW kB�Y��KV�����D7�5QA��3�����И����7j�����٭뗬�oڃAs��x>�A4�jn]�*��)�v�y�]0V�.��[�U&�(�j��<�K�^T�Ɂ1RZ��ܥK��"�X@#�$Yi�9G�&/���cai�$o߯�o=���~���zG��qm��* *�T'��u1ToR������v��A���XW�"��Gvҭ�jH(������)G�w/ W���Z�5��\�"�<.ǫ�*@?�=o�y��^k�ο� ���<l��vL�Qd&���|�x�ݶ
�
5��u�����ƴʲ]JƵ]yu�nHY�U�EQ�Cx9�X�w�]�jo���J��Bҥ����w�Ibv���r�����!��L�z������{À�#�����4Wf��R
���L�q.N�PK- U��\h�� 5 xl/workbook.xmlPK- U��\���� � [Content_Types].xmlPK-
U��\��Ӝ' ' V _rels/.relsPK- U��\s�' � � xl/worksheets/sheet1.xmlPK- U��\�1<�� P ;
xl/_rels/workbook.xml.relsPK- U��\Ѓc'2 E
� xl/styles.xmlPK- U��\)�(� � � xl/sharedStrings.xmlPK � 4