GET api/customer/{id}?Relations={Relations}&Cards={Cards}&Payments={Payments}
Get Customer
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Customer identifier |
globally unique identifier |
Required |
| Relations |
Wherther to load any relational customer information |
boolean |
None. |
| Cards |
Whether customer cards are part of the customer relations to load |
boolean |
None. |
| Payments |
Whether to load all the customers payments |
boolean |
None. |
Body Parameters
None.
Response Information
Resource Description
Customer object
Customer| Name | Description | Type | Additional information |
|---|---|---|---|
| Identifier | Collection of byte |
None. |
|
| IdentifierGuid | globally unique identifier |
None. |
|
| Code | string |
String length: inclusive between 0 and 30 |
|
| FamilyName | string |
Required String length: inclusive between 0 and 60 |
|
| GivenName | string |
String length: inclusive between 0 and 60 |
|
| OtherName | string |
String length: inclusive between 0 and 60 |
|
| Title | string |
String length: inclusive between 0 and 20 |
|
| DateOfBirth | date |
None. |
|
| Sex |
Gender, indicated by M or F |
string |
String length: inclusive between 0 and 1 |
| Address1 | string |
String length: inclusive between 0 and 60 |
|
| Address2 | string |
String length: inclusive between 0 and 60 |
|
| Town | string |
String length: inclusive between 0 and 60 |
|
| State | string |
String length: inclusive between 0 and 60 |
|
| Country | string |
String length: inclusive between 0 and 60 |
|
| PostalCode | string |
String length: inclusive between 0 and 10 |
|
| string |
Data type: EmailAddress String length: inclusive between 0 and 100 |
||
| Telephone | string |
Data type: PhoneNumber String length: inclusive between 0 and 20 |
|
| Mobile | string |
Data type: PhoneNumber String length: inclusive between 0 and 20 |
|
| CommunityIdentifier | Collection of byte |
None. |
|
| CommunityIdentifierGuid | globally unique identifier |
None. |
|
| Joined | date |
Data type: DateTime |
|
| Updated | date |
Data type: DateTime |
|
| Active | boolean |
None. |
|
| ReasonInactive | integer |
None. |
|
| GroupCustomer | boolean |
None. |
|
| LoyaltyPoints | integer |
None. |
|
| HomeStoreID |
NOT to be used to restrict a customer |
integer |
None. |
| AvailableSpend |
Loyalty points available to spend |
integer |
None. |
| PriceLevelIdentifier | Collection of byte |
None. |
|
| PriceLevelIdentifierGuid | globally unique identifier |
None. |
|
| MarketingID | string |
None. |
|
| ReceiptPrintOptions | ReceiptPrintOptions |
None. |
|
| Hidden |
Hidden from POS lookup |
boolean |
None. |
| Registered |
Customer has registered via EMC |
boolean |
None. |
| RegisteredOn | date |
Data type: DateTime |
|
| EmailMarketing | boolean |
None. |
|
| SMSMarketing | boolean |
None. |
|
| Deleted | boolean |
None. |
|
| DeletedUser | string |
None. |
|
| HomeStoreName | string |
Relation. This field may not always be loaded or used for updates. |
|
| CustomerCards | Collection of CustomerCard |
Relation. This field may not always be loaded or used for updates. |
|
| CustomerGroupMembers |
The customer group member classes for this customer and the customer groups that this customer belongs to |
Collection of CustomerGroupMember |
Relation. This field may not always be loaded or used for updates. |
| CustomerGroups |
This customer is the primary Contact of the following groups |
Collection of CustomerGroup |
Relation. This field may not always be loaded or used for updates. |
| Accounts |
Account.OwnerGuid |
Collection of Account |
Relation. This field may not always be loaded or used for updates. |
| Account |
CustomerCards -> First Account Card's Identifier as a GUID -> Account.Identifier |
Account |
Relation. This field may not always be loaded or used for updates. |
| Vouchers |
List of voucher summaries, grouping vouchers by type |
Collection of CustomerVoucherSummary |
Relation. This field may not always be loaded or used for updates. |
Response Formats
application/json, text/json
{
"identifier": "WFBigZqIOEePzxEXccW7hw==",
"identifierGuid": "81625058-889a-4738-8fcf-111771c5bb87",
"code": "sample string 2",
"familyName": "sample string 3",
"givenName": "sample string 4",
"otherName": "sample string 5",
"title": "sample string 6",
"dateOfBirth": "2026-04-03T06:26:11.3114294",
"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": "Oc2qae8Ct0q9UGBaj22YUw==",
"communityIdentifierGuid": "69aacd39-02ef-4ab7-bd50-605a8f6d9853",
"joined": "2026-04-03T06:26:11.3114294",
"updated": "2026-04-03T06:26:11.3114294",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "fDwVvxHhNUeOPu0i5X1stQ==",
"priceLevelIdentifierGuid": "bf153c7c-e111-4735-8e3e-ed22e57d6cb5",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-04-03T06:26:11.3114294",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "2",
"cardType": 2,
"issueDate": "2026-04-03T06:26:11.3114294",
"expiry": "2026-04-03T06:26:11.3114294",
"customerID": "o4Ip/gWcgE2YX8zczjAjLw==",
"customerIDGuid": "fe2982a3-9c05-4d80-985f-ccdcce30232f",
"initialValue": 1,
"currentValue": 1,
"maxLimit": 1,
"minTransaction": 1,
"maxTransaction": 1,
"multiplier": 1.1,
"active": true,
"reasonInactive": 1,
"idRequired": true,
"idType": 1,
"idValue": "sample string 5",
"updated": "2026-04-03T06:26:11.3114294",
"linkedAccount": "/KiHOEfZMk6eLbEqHNwtoA==",
"linkedAccountGuid": "3887a8fc-d947-4e32-9e2d-b12a1cdc2da0",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "1"
},
"account": {
"$id": "3",
"id": 1,
"identifier": "oS+W4MNS70aEMDdOqGfsbA==",
"identifierGuid": "e0962fa1-52c3-46ef-8430-374ea867ec6c",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-04-03T06:26:11.3114294",
"owner": "JyZWBY0cT0SdTa7eGMUW0g==",
"ownerGuid": "05562627-1c8d-444f-9d4d-aede18c516d2",
"accountStoreGroupIdentifier": "WZKIhitli0KVToDElVCG9Q==",
"accountStoreGroupGuid": "86889259-652b-428b-954e-80c4955086f5",
"accountType": 1,
"currentBalance": 1,
"externalID": "sample string 7",
"maximumLimit": 1,
"accruePoints": true,
"loyaltyPoints": 1,
"termsOfTrade": 1,
"signatureRequired": true,
"referenceRequired": true,
"statementSendType": 10,
"ageingPeriod": 1,
"monthlyAgeingPeriod": true,
"explodedInvoice": true,
"isFifoAllocation": true,
"lastStatementSent": "2026-04-03T06:26:11.3114294",
"active": true,
"updated": "2026-04-03T06:26:11.3114294",
"deleted": true,
"deletedUser": "sample string 16",
"currentBalanceChanged": true,
"maximumLimitChanged": true,
"loyaltyPointsChanged": true,
"projectedBalance": 17,
"accountStoreGroupStoreIDs": [
1,
2
],
"customerEmail": "sample string 18",
"ownerCustomer": {
"$ref": "1"
},
"card": {
"$ref": "2"
},
"members": {
"$id": "4",
"sample string 1": [
{
"$ref": "1"
},
{
"$ref": "1"
}
],
"sample string 2": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
},
"customerGroups": [
{
"$id": "5",
"identifier": "Zauh/LLZ9U+8VoMSqJb2Ew==",
"identifierGuid": "fca1ab65-d9b2-4ff5-bc56-8312a896f613",
"name": "sample string 2",
"primaryContact": "d3kPgRcMDkyPKUeZ7zh56Q==",
"primaryContactGuid": "810f7977-0c17-4c0e-8f29-4799ef3879e9",
"accountID": "ttGjzWjGaEik3KcuhmRQdg==",
"accountIDGuid": "cda3d1b6-c668-4868-a4dc-a72e86645076",
"special": true,
"updated": "2026-04-03T06:26:11.3114294",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "bV3jPYUj2UqmvZc74daBBg==",
"priceLevelIdentifierGuid": "3de35d6d-2385-4ad9-a6bd-973be1d68106",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "3"
},
"primaryContactCustomer": {
"$ref": "1"
},
"customerGroupMembers": [
{
"$id": "6",
"id": 1,
"groupID": "xBBxJIIenkejEj2spwigcA==",
"groupIDGuid": "247110c4-1e82-479e-a312-3daca708a070",
"customerID": "DYb6tk/+wkiBaytHJcaXyA==",
"customerIDGuid": "b6fa860d-fe4f-48c2-816b-2b4725c697c8",
"card": "sample string 4",
"linkedAccount": "HOOtogzzUk2KXEXRu0iI3A==",
"linkedAccountGuid": "a2ade31c-f30c-4d52-8a5c-45d1bb4888dc",
"customer": {
"$ref": "1"
},
"group": {
"$ref": "5"
},
"customerCard": {
"$ref": "2"
}
},
{
"$ref": "6"
}
]
},
{
"$ref": "5"
}
]
},
"payments": [
{
"$id": "7",
"id": 1,
"identifier": "US7JLUclbEq5mpn5Cs9bFg==",
"identifierGuid": "2dc92e51-2547-4a6c-b99a-99f90acf5b16",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "IJFPco0wdE2BrxXIXuL3cw==",
"accountIDGuid": "724f9120-308d-4d74-81af-15c85ee2f773",
"customerAccount": {
"$ref": "3"
},
"customerCard": {
"$ref": "2"
},
"accountType": 1,
"cardName": "sample string 8",
"authorisationNumber": "sample string 9",
"bankReference": "sample string 10",
"merchantID": "sample string 11",
"terminalID": "sample string 12",
"cardNumber": "sample string 13",
"paymentDate": "2026-04-03T06:26:11.3114294",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "9mSN8TlpDEu9sPQSpeuPLg==",
"idempotentVoidGuid": "f18d64f6-6939-4b0c-bdb0-f412a5eb8f2e",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "8",
"saleHeaderID": 1,
"saleHeaderGuid": "OIA7RgsjV0SuA8KKCk3imw==",
"saleHeaderIdentifierGuid": "463b8038-230b-4457-ae03-c28a0a4de29b",
"created": "2026-04-03T06:26:11.3114294",
"createdLocal": "2026-04-03T06:26:11.3114294",
"createdText": "sample string 4",
"itemCount": 5,
"totalAmount": 6,
"cashTender": 1,
"cardTender": 1,
"cheqTender": 1,
"acctTender": 1,
"voucherTender": 1,
"loyaltyPoints": 1,
"cashout": 1,
"changeAmount": 1,
"rounding": 1,
"gstAmount": 1,
"transactionDiscountTender": 1,
"totalTip": 7,
"tranType": 1,
"processed": 1,
"imported": "2026-04-03T06:26:11.3114294",
"storeID": 1,
"operatorG_Uid": "Ezu2lt/+h0avlU6WfOgzig==",
"operatorGuid": "96b63b13-fedf-4687-af95-4e967ce8338a",
"customerG_Uid": "2KYWXuTaz0e3qa4mQvGQOA==",
"customerGuid": "5e16a6d8-dae4-47cf-b7a9-ae2642f19038",
"communityIdentifier": "Jy5DDCNtsEuCPFojlLGeww==",
"communityIdentifierGuid": "0c432e27-6d23-4bb0-823c-5a2394b19ec3",
"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": "obwuSfOWBk+rhngvDVfgGA==",
"priceLevelIdentifierGuid": "492ebca1-96f3-4f06-ab86-782f0d57e018",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-04-03T06:26:11.3114294+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": "9",
"customerName": "sample string 1",
"pickupAt": "2026-04-03T06:26:11.3114294",
"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": {
"$id": "10",
"id": 1,
"g_Uid": "1UlB/57JVk6xE5aahWvLKA==",
"guid": "ff4149d5-c99e-4e56-b113-969a856bcb28",
"operatorNumber": 1,
"shortName": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"password": "sample string 5",
"hasPassword": true,
"passwordText": "sample string 6",
"rfidTagID": "sample string 7",
"blueprintID": 1,
"groupID": 1,
"groupName": "sample string 8",
"managerGroupID": 1,
"managerGroupName": "sample string 9",
"zoneID": 1,
"zoneName": "sample string 10",
"loggedIn": 1,
"lastUsedIP": "sample string 11",
"deleted": true,
"locked": true,
"allowOpenTill": true,
"webEmail": "sample string 14",
"simpleOperatorType": 0,
"webRole": "sample string 15",
"updated": "2026-04-03T06:26:11.3114294",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-04-03T06:26:11.3114294",
"endShift": "2026-04-03T06:26:11.3114294",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "11",
"operatorG_UID": "//T0/JPdA0OCrxrZJTcEQQ==",
"operatorGuid": "fcf4f4ff-dd93-4303-82af-1ad925370441",
"storeID": 2,
"operator": {
"$ref": "10"
},
"store": {
"$id": "12",
"id": 1,
"isMaster": true,
"isElectedMaster": true,
"electedMasterStoreID": 1,
"isZoneMaster": true,
"shortName": "sample string 3",
"url": "sample string 4",
"sortOrder": 1,
"name": "sample string 5",
"phone": "sample string 6",
"fax": "sample string 7",
"email": "sample string 8",
"address1": "sample string 9",
"address2": "sample string 10",
"city": "sample string 11",
"state": "sample string 12",
"country": "sample string 13",
"postCode": "sample string 14",
"delivery": 1,
"exportAccounts": 1,
"salesAccountFolder": "sample string 15",
"purchaseAccountFolder": "sample string 16",
"initLoad": 1,
"initIDs": 1,
"zoneID": 1,
"actAsMaster": 1,
"lastActiveUtc": "2026-04-03T06:26:11.3114294",
"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": "VqYBdxvQIUy2SeGnkn0v4g==",
"hostIdentifierGuid": "7701a656-d01b-4c21-b649-e1a7927d2fe2",
"hostName": 1,
"hostAddress": "sample string 27",
"hostUsername": "sample string 28",
"hostPassword": "sample string 29",
"excludeFromLeadInOut": true,
"accountingProvider": 31,
"accountingAddress": "sample string 32",
"accountingUsername": "sample string 33",
"accountingPassword": "sample string 34",
"storeAccountingCode": "sample string 35",
"softwareVariance": 36,
"fuelWarningVariance": 37.0,
"fuelErrorVariance": 38.0,
"fuelAccumulatedWarningVariance": 39.0,
"fuelAccumulatedErrorVariance": 40.0,
"drawManagment": 41,
"endOfDayManagment": true,
"autoFillCashBalancing": true,
"fuelDayVariance": 44,
"accountingTradingTime": "00:00:00.1234567",
"stockActivateProduct": 46,
"defaultOrderDocumentId": 1,
"defaultStockReceiveDocumentId": 1,
"giftCardSalesAccountingDeptCode": "sample string 47",
"transactionDiscountAccountingDeptCode": "sample string 48",
"size": 49,
"updated": "2026-04-03T06:26:11.3114294",
"priceZone": {
"$id": "13",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "Ra+EO921bUKGoXL/2Uh4Bw==",
"hostIdentifierGuid": "3b84af45-b5dd-426d-86a1-72ffd9487807",
"sortOrder": 3,
"zoneMasterStoreID": 1,
"electedMasterStoreID": 1,
"containsElectedMasterStore": true
},
"priceZoneName": "sample string 51",
"storeFuelConfigured": true,
"shippingAddressCopied": true,
"shippingAddress": {
"$id": "14",
"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": "14"
},
"hostStoreSettings": [
{
"$id": "15",
"id": 1,
"hostIdentifier": "37Sm7IGr10KdIG085sXqEg==",
"hostIdentifierGuid": "eca6b4df-ab81-42d7-9d20-6d3ce6c5ea12",
"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": "16",
"identifier": "6aHGDXp5GEOy52Rysf9cmA==",
"identifierGuid": "0dc6a1e9-797a-4318-b2e7-6472b1ff5c98",
"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": "RcXzR+GvuEyslKyPnbbYCQ==",
"hostSupplierIdentifierGuid": "47f3c545-afe1-4cb8-ac94-ac8f9db6d809",
"loyaltyPriceLevelIdentifier": "Zj584fJymUCTYdyDJTn4dA==",
"loyaltyPriceLevelIdentifierGuid": "e17c3e66-72f2-4099-9361-dc832539f874",
"isGroup": true,
"description": "sample string 22",
"hostProvider": 23,
"hostTypeEnum": 24,
"hostType": "sample string 25",
"hostCode": "sample string 26",
"username": "sample string 27",
"password": "sample string 28",
"passwordPlain": "sample string 29",
"server": "sample string 30",
"url": "sample string 31",
"global": true,
"stateCode": "sample string 33",
"lastCollected": "2026-04-03T06:26:11.3114294",
"lastProcessed": "2026-04-03T06:26:11.3114294",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$id": "17",
"identifier": "crnqR6+bLE+5YU89RlfZbA==",
"identifierGuid": "47eab972-9baf-4f2c-b961-4f3d4657d96c",
"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": "WLxwF1wDjU2MMthz3knnxw==",
"primaryContactID": "1770bc58-035c-4d8d-8c32-d873de49e7c7",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "6tCFbNx810Cr2fOhL9jCBw==",
"supplierGroupGuid": "6c85d0ea-7cdc-40d7-abd9-f3a12fd8c207",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-04-03T06:26:11.3114294",
"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": "18",
"id": "656f8f90-6c42-455b-8b34-2c90f0f67d01",
"identifier": "LG/dwpfQJkyZ3gbEiuboRA==",
"identifierGuid": "c2dd6f2c-d097-4c26-99de-06c48ae6e844",
"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": "19",
"supplierIdentifier": "nh44r6jHwEGo/V9QNSxXcg==",
"supplierIdentifierGuid": "af381e9e-c7a8-41c0-a8fd-5f50352c5772",
"contactGuid": "jEgQMduhDEeQt6CEWHK+XQ==",
"contactID": "3110488c-a1db-470c-90b7-a0845872be5d",
"contact": {
"$ref": "18"
},
"supplier": {
"$ref": "17"
}
},
{
"$ref": "19"
}
],
"products": [
{
"$id": "20",
"pluG_UID": "ownqDd0Y9EClxKZ2jfklGA==",
"pluGuid": "0dea09a3-18dd-40f4-a5c4-a6768df92518",
"supplierIdentifier": "Cwttt8RXAUOrtXDOBCqrPg==",
"supplierIdentifierGuid": "b76d0b0b-57c4-4301-abb5-70ce042aab3e",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-04-03T06:26:11.3114294",
"pricedByWeight": true,
"landedUnitCostEx": 9,
"landedUnitCostInc": 10,
"landedCartonCostInc": 12,
"landedCartonCostEx": 13,
"standardCost": 14,
"deliveryFee": 1,
"deliveryFeeBasis": "sample string 15",
"pickAndPackFee": 1,
"pickAndPackFeeBasis": "sample string 16",
"financeFee": 1,
"financeFeeBasis": "sample string 17",
"cartonLength": 1,
"cartonWidth": 1,
"cartonHeight": 1,
"palletLayerQuantity": 1,
"palletLayers": 1,
"itemCode": "sample string 18",
"invoiceCode": "sample string 19",
"invoiceDesc": "sample string 20",
"orderDirect": true,
"useCost": true,
"minimumQuantity": 21,
"hostType": 22,
"fromHost": 23,
"minimumReorder": 1,
"maximumReorder": 1,
"orderMultiple": 24.1,
"sellMultiple": 25.1,
"baseMultiple": 26.1,
"hostStandardCost": 27,
"hostTotalCost": 28,
"hostRetail": 29,
"hostLandedUnitCostEx": 30,
"hostLandedUnitCostInc": 31,
"hostDesc": "sample string 32",
"directIndicator": "sample string 33",
"availableToOrder": true,
"hostRangeIndicator": "sample string 35",
"hostProductType": "sample string 36",
"hostProductGrade": "sample string 37",
"hostProductGroup": "sample string 38",
"hostSlowMoving": true,
"hostGeneralMerchandise": true,
"hostPillar": "sample string 41",
"hostLastUpdated": "2026-04-03T06:26:11.3114294",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "21",
"pluG_UID": "svzl3+rtEkioqd2wDKYH0w==",
"pluGuid": "dfe5fcb2-edea-4812-a8a9-ddb00ca607d3",
"supplierIdentifier": "xUxzf6q5BEql8JimdoevIw==",
"supplierIdentifierGuid": "7f734cc5-b9aa-4a04-a5f0-98a67687af23",
"invoiceCode": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "21"
}
],
"storeIDs": [
1,
2
],
"preferredSupplier": true,
"preferredRebateSupplier": true,
"supplierName": "sample string 42",
"salesMode": 43,
"orderPacked": true,
"active": true,
"price": 1,
"costGstPercent": 45,
"parentPluG_UID": "glJKUh03I0O7iBYfi0xJVQ==",
"parentPluGuid": "524a5282-371d-4323-bb88-161f8b4c4955",
"freight": 46.0,
"freightType": 1,
"product": {
"$id": "22",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "f78QOtyKkEOGJXfGkoTYSA==",
"guid": "3a10bf7f-8adc-4390-8625-77c69284d848",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "uyzdoygpx0ioKeS5fuh2MQ==",
"priceGroupGuid": "a3dd2cbb-2928-48c7-a829-e4b97ee87631",
"blueprintID": 1,
"lastCountedDate": "2026-04-03T06:26:11.3114294",
"externalID": "sample string 7",
"active": true,
"activated": "2026-04-03T06:26:11.3114294",
"pluCreated": "2026-04-03T06:26:11.3114294",
"createdByUser": "sample string 9",
"name": "sample string 10",
"nameChanged": true,
"secondDescription": "sample string 12",
"hostDescription": "sample string 13",
"keepCartonQty": true,
"keepDescription": true,
"keepDepartments": true,
"keepSuppliers": true,
"markdownDescription": "sample string 18",
"altDescription": "sample string 19",
"bestOrExpire": 20,
"lastUpdate": "2026-04-03T06:26:11.3114294",
"lastManualUpdate": "2026-04-03T06:26:11.3114294",
"imageName": "sample string 23",
"showImageOnFlipCharts": true,
"showTextOnFlipCharts": true,
"overrideFlipChartText": true,
"flipChartText": "sample string 27",
"salesMode": 1,
"eftCode": 1,
"price": 1,
"priceChanged": true,
"rrp": 1,
"gstPercent": 28,
"gstPercentChanged": true,
"costGSTPercent": 29,
"costGSTPercentChanged": true,
"wetPercent": 1,
"priceOverride": 1,
"cost": 1,
"currentCost": 1,
"currentCostDecimals": 1,
"grossProfit": 1.0,
"currentCostDesc": "sample string 30",
"currentCostEnd": "2026-04-03T06:26:11.3114294",
"currentCostUpdated": "2026-04-03T06:26:11.3114294",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-04-03T06:26:11.3114294",
"defaultGP": 1,
"breakTargetMode": 33,
"break1": 1,
"price1": 1,
"target1": 34,
"break2": 1,
"price2": 1,
"target2": 35,
"break3": 1,
"price3": 1,
"target3": 36,
"break1Changed": true,
"price1Changed": true,
"target1Changed": true,
"break2Changed": true,
"price2Changed": true,
"target2Changed": true,
"break3Changed": true,
"price3Changed": true,
"target3Changed": true,
"breakTargetModeChanged": true,
"margin": 1.1,
"marginChanged": true,
"marginRanged": true,
"marginRangedChanged": true,
"minimumMargin": 1.1,
"minimumMarginChanged": true,
"maximumMargin": 1.1,
"maximumMarginChanged": true,
"overrideHostWarehouseIndicator": true,
"overrideHostWarehouseIndicatorChanged": true,
"overrideHostPrice": true,
"overrideHostPriceChanged": true,
"overrideHostCost": true,
"overrideHostCostChanged": true,
"overrideHostMargin": true,
"overrideHostMarginChanged": true,
"alwaysApplyMargin": true,
"alwaysApplyMarginChanged": true,
"aws": 1.0,
"paws": 1.0,
"awsUpdated": "2026-04-03T06:26:11.3114294",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "ZcZWRFCJWUa15p7TkhFdsw==",
"altPLUGuid": "4456c665-8950-4659-b5e6-9ed392115db3",
"altPLUGuidChanged": true,
"altPriceDescription1": "sample string 54",
"altPriceDescription2": "sample string 55",
"cartonQuantity": 56,
"cartonQuantityChanged": true,
"trayID": 1,
"promptID": 1,
"tare": 1,
"packQty": 1,
"fixedWeight": 1,
"extraMesg": 1,
"text1": "sample string 58",
"text2": "sample string 59",
"text3": "sample string 60",
"labelText": "sample string 61",
"labelTextChanged": true,
"sendToScale": true,
"nonScaleWeigh": true,
"labelFormat": "sample string 65",
"barcodeFormat": "sample string 66",
"austMade": 1,
"coolCode": 67,
"countryOfOrigin": "sample string 68",
"percentContent": 69.1,
"departmentID": 1,
"subDepartmentID": 1,
"minorDepartmentID": 1,
"lesserDepartmentID": 1,
"deptCode": "sample string 70",
"subDeptCode": "sample string 71",
"minorDeptCode": "sample string 72",
"lesserDeptCode": "sample string 73",
"deptName": "sample string 74",
"subDeptName": "sample string 75",
"minorDeptName": "sample string 76",
"lesserDeptName": "sample string 77",
"departmentChanged": true,
"subCategoryID": 1,
"expiry": 1,
"showDays": 1,
"datePrint": 1,
"labelRequired": true,
"labelShelfQty": 80,
"labelShelfChanged": true,
"labelTalkerQty": 82,
"labelSmall": true,
"labelLastPrinted": "2026-04-03T06:26:11.3114294",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "exJX3UZnrEG8OliBg3ZiEw==",
"shelfPageLayoutGuid": "dd57127b-6746-41ac-bc3a-588183766213",
"talkerPageLayoutG_UID": "/cJctuOv/kCFWzq18C3RCg==",
"talkerPageLayoutGuid": "b65cc2fd-afe3-40fe-855b-3ab5f02dd10a",
"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": "aH0f65+lA0KtTjo/+Pp3EQ==",
"inventoryIdentifier": "eb1f7d68-a59f-4203-ad4e-3a3ff8fa7711",
"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": "4k5YGBUIKkmTyzlCIJn1Qg==",
"parentPluGuid": "18584ee2-0815-492a-93cb-39422099f542",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "pX62bV6oHkqrmwtra9w76Q==",
"supplierIdentifierGuid": "6db67ea5-a85e-4a1e-ab9b-0b6b6bdc3be9",
"supplierChanged": true,
"rebateSupplierIdentifier": "gmNglWR2B0GKmQFBT1oAHQ==",
"rebateSupplierIdentifierGuid": "95606382-7664-4107-8a99-01414f5a001d",
"rebateSupplierChanged": true,
"availableForOrder": true,
"warehouseDirectIndicator": "sample string 109",
"warehouseDirectIndicatorChanged": true,
"productGrade": "sample string 111",
"productType": "sample string 112",
"productGroup": "sample string 113",
"complianceIndicator": "sample string 114",
"inhouseBrand": "sample string 115",
"slowMoving": true,
"generalMerchandise": true,
"comment": "sample string 118",
"lastUpdatedByUser": "sample string 119",
"lastManualUpdatedByUser": "sample string 120",
"lastUpdatedByUserOverride": true,
"lastUpdatedByHost": "2026-04-03T06:26:11.3114294",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "f4dzGN0paUig5L3qvqHDOw==",
"hostIdentifierGuid": "1873877f-29dd-4869-a0e4-bdeabea1c33b",
"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": "22"
},
{
"$ref": "22"
}
],
"store": {
"$ref": "12"
},
"storePrices": [
{
"$id": "23",
"pluG_UID": "qK1A4VhR2UCTHnLnuHWT1Q==",
"pluGuid": "e140ada8-5158-40d9-931e-72e7b87593d5",
"plu": 1,
"storeID": 1,
"zoneID": 2,
"zoneName": "sample string 3",
"store": "sample string 4",
"isElectedMasterStore": true,
"isZoneMasterStore": true,
"priceNow": 7,
"costNow": 8,
"costNowDecimals": 9,
"normalPrice": 10,
"priceNext": 1,
"costNext": 1,
"costNextDecimals": 11,
"nextCampaignName": "sample string 12",
"gstPercent": 13,
"normalCost": 14,
"normalCostDecimals": 15,
"costGstPercent": 16,
"costCalcMethod": 1,
"currentCost": 17,
"currentCostDecimals": 18,
"break1": 19,
"price1": 20,
"break2": 21,
"price2": 22,
"break3": 23,
"price3": 24,
"fuelItem": 25,
"fixedWeight": 26,
"active": true,
"complianceIndicator": "sample string 27",
"doNotOrder": true,
"doNotRange": true,
"isNormalPriceChangesCampaign": true,
"updated": "2026-04-03T06:26:11.3114294"
},
{
"$ref": "23"
}
],
"currentPrices": {
"$id": "24",
"pluPrices": {
"$id": "25",
"plu": 1,
"pluG_UID": "QEA=",
"stores": [
1,
2
],
"normalPrice": 1,
"cost": 2,
"break1": 3,
"price1": 4,
"break2": 5,
"price2": 6,
"break3": 7,
"price3": 8,
"discountPrice": 9,
"memberDiscountPrice": 10,
"acceptedUtc": "2026-04-03T06:26:11.3114294",
"priceChangeType": 0,
"costDecimals": 11,
"costCalcMethod": 12,
"targetCampaignPriceGtOrEquNormal": true
},
"normalPluPrices": {
"$ref": "25"
},
"winningCampaign": 1,
"winner": {
"$id": "26",
"campaignName": "sample string 1",
"campaignDescription": "sample string 2",
"talkerText": "sample string 3",
"disableWasSave": true,
"startDate": "2026-04-03T06:26:11.3114294",
"startTime": 5,
"endDate": "2026-04-03T06:26:11.3114294",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "L/03cFC/jke5MWt4mTJ6eA==",
"hostIdentifierGuid": "7037fd2f-bf50-478e-b931-6b7899327a78",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "26"
},
{
"$ref": "26"
}
]
},
"tray": {
"$id": "27",
"g_UId": "vxeORaIJAUK+zHVHBWr1dw==",
"guid": "458e17bf-09a2-4201-becc-7547056af577",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "28",
"priceGroupG_UID": "F87b+XcwkkeeRjBojCRy6g==",
"priceGroupGuid": "f9dbce17-3077-4792-9e46-30688c2472ea",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-04-03T06:26:11.3114294",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "22"
},
{
"$ref": "22"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "29",
"pluG_UID": "vdaN2LuRx0CA0w4PRLwrhg==",
"pluGuid": "d88dd6bd-91bb-40c7-80d3-0e0f44bc2b86",
"plu": 1,
"servingsPerPack": 1,
"servingSize": 1,
"showAllergens": 1,
"energy": 1,
"protein": 1,
"fat": 1,
"saturated": 1,
"carbo": 1,
"sugars": 1,
"sodium": 1,
"potasium": 1,
"calcium": 1,
"fibre": 1,
"soya": 1,
"nutsSeeds": 1,
"shells": 1,
"eggs": 1,
"dairy": 1,
"gluten": 1,
"sulphites": 1,
"peanuts": 1,
"sesame": 1,
"fish": 1,
"lupins": 1
},
"dates": {
"$id": "30",
"pluGuid": "ba3aa809-9acd-44dc-afac-7569beac6509",
"created": "2026-04-03T06:26:11.3270548",
"createdByUser": "sample string 1",
"activated": "2026-04-03T06:26:11.3270548",
"activatedByUser": "sample string 2",
"deactivated": "2026-04-03T06:26:11.3270548",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-04-03T06:26:11.3270548",
"lastOrderedQty": 4.0,
"lastReceived": "2026-04-03T06:26:11.3270548",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-04-03T06:26:11.3270548",
"lastSold": "2026-04-03T06:26:11.3270548",
"firstSold": "2026-04-03T06:26:11.3270548",
"awsUpdated": "2026-04-03T06:26:11.3270548",
"lastManualUpdate": "2026-04-03T06:26:11.3270548",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-04-03T06:26:11.3270548",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-04-03T06:26:11.3270548",
"doNotRangeUpdated": "2026-04-03T06:26:11.3270548",
"doNotOrderUpdated": "2026-04-03T06:26:11.3270548",
"tracked": "2026-04-03T06:26:11.3270548"
},
"allergens": [
{
"$id": "31",
"primaryKey": {
"$id": "32",
"pluGuid": "e503c18b-3e7f-4c72-add2-24f7da4cde80",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "i8ED5X8+ckyt0iT32kzegA==",
"pluGuid": "e503c18b-3e7f-4c72-add2-24f7da4cde80",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "31"
}
],
"costs": {
"$id": "33",
"pluG_UID": "s3PnA5Rs3UWblqhxY13WvA==",
"pluGuid": "03e773b3-6c94-45dd-9b96-a871635dd6bc",
"enteredCost": 1,
"weightedAvgCost": 1,
"lastCost": 1,
"rawEnteredCost": 2,
"rawWeightedAvgCost": 3,
"rawLastCost": 4,
"freight": 5.0,
"freightType": 6,
"costDecimals": 7,
"fifoCost": 1,
"updated": "2026-04-03T06:26:11.3270548",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "34",
"saleHeaderID": 1,
"created": "2026-04-03T06:26:11.3270548",
"createdLocal": "2026-04-03T06:26:11.3270548",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "33GsECS5HU+1nqD/VKKLbg==",
"operatorGuid": "10ac71df-b924-4f1d-b59e-a0ff54a28b6e",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "bKz6GPiCGkOe/OJSAR4EMg==",
"pluGuid": "18faac6c-82f8-431a-9efc-e252011e0432",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$ref": "10"
}
},
{
"$ref": "34"
}
],
"apns": [
{
"$id": "35",
"pluID": 1,
"pluG_UID": "i1wLKkCl50KDF0xhC1AbUA==",
"pluGuid": "2a0b5c8b-a540-42e7-8317-4c610b501b50",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "35"
}
],
"tuns": [
{
"$id": "36",
"pluG_UId": "Alqgvdy0lUGwzD5JGaHxxA==",
"pluGuid": "bda05a02-b4dc-4195-b0cc-3e4919a1f1c4",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "22"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "36"
}
],
"competitionPricing": [
{
"$id": "37",
"identifier": "J7dsJwXX5E6Wg4vBgZ5muw==",
"identifierGuid": "276cb727-d705-4ee4-9683-8bc1819e66bb",
"pluG_UID": "5y4PllrB6UmZnTEfWCjSPg==",
"pluGuid": "960f2ee7-c15a-49e9-999d-311f5828d23e",
"competitionID": 1,
"name": "sample string 2",
"sellMultiple": 3,
"retailPrice": 4,
"storeName": "sample string 5"
},
{
"$ref": "37"
}
],
"supplier": {
"$ref": "17"
},
"supplierName": "sample string 148",
"children": [
{
"$ref": "22"
},
{
"$ref": "22"
}
],
"ordering": {
"$ref": "20"
},
"flipChartPages": [
{
"$id": "38",
"identifier": "w6HVM4iVikKpR+A4/QvIAA==",
"groupName": "sample string 1",
"identifierGuid": "33d5a1c3-9588-428a-a947-e038fd0bc800",
"exists": true,
"flipChartIdentifier": "auluUEFKWk+1SYVMQq7tsA==",
"flipChartIdentifierGuid": "506ee96a-4a41-4f5a-b549-854c42aeedb0",
"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": "BUiMrcNl8ESBVf+GgWBxAA==",
"groupIdentifierGuid": "ad8c4805-65c3-44f0-8155-ff8681607100",
"flipChart": {
"$id": "39",
"identifier": "3krx+tFJbUqCb3BPJENnwA==",
"identifierGuid": "faf14ade-49d1-4a6d-826f-704f244367c0",
"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": "40",
"identifier": "xC7YCxPDuUSuy58S7qwwvw==",
"identifierGuid": "0bd82ec4-c313-44b9-aecb-9f12eeac30bf",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "41",
"id": 1,
"g_UID": "sTpVG4fnWUegjVY09V6fcw==",
"guid": "1b553ab1-e787-4759-a08d-5634f55e9f73",
"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": "nR8yk/fCqEeIeGhfsQCj3w==",
"previousFormGuid": "93321f9d-c2f7-47a8-8878-685fb100a3df",
"nextForm": 1,
"nextFormG_UID": "k2RWTlv+VUKZ2gSx15hEFg==",
"nextFormGuid": "4e566493-fe5b-4255-99da-04b1d7984416",
"attributes": "sample string 10",
"updated": "2026-04-03T06:26:11.3270548",
"positioning": 1,
"contentPanel": "sample string 11",
"selectionMode": 1,
"maximumSelections": 1,
"alteredInStore": true,
"deleted": true,
"blueprintID": 1,
"preserveLayout": true,
"mainCheckoutFormName": "sample string 13",
"nextCheckoutForm": {
"$ref": "41"
},
"previousCheckoutForm": {
"$ref": "41"
},
"buttons": [
{
"$id": "42",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "hIMiTJ2/AUyPhF9izQmUuw==",
"checkoutFormGuid": "4c228384-bf9d-4c01-8f84-5f62cd0994bb",
"identifier": "JtxNei+qSkeRkjq5BxIa6A==",
"identifierGuid": "7a4ddc26-aa2f-474a-9192-3ab907121ae8",
"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": "eyVhYM1Vg0GkXNckuUcp/w==",
"valueGuid": "6061257b-55cd-4183-a45c-d724b94729ff",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-04-03T06:26:11.3270548",
"action": "sample string 12",
"valueForm": {
"$ref": "41"
},
"image": {
"$id": "43",
"name": "sample string 3.sample string 4",
"imageID": 2,
"imageName": "sample string 3",
"imageExtension": "sample string 4",
"lastUpdate": "2026-04-03T06:26:11.3270548",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "42"
}
],
"panels": [
{
"$id": "44",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "3dwz4WmiVEmaxfYkcEUZJQ==",
"checkoutFormGuid": "e133dcdd-a269-4954-9ac5-f62470451925",
"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": "44"
}
]
},
{
"$ref": "41"
}
],
"panels": [
{
"$ref": "44"
},
{
"$ref": "44"
}
]
},
"pages": [
{
"$ref": "38"
},
{
"$ref": "38"
}
]
},
"contentPanel": {
"$ref": "44"
},
"products": [
{
"$id": "45",
"flipChartPageIdentifier": "aJmENkoqOUOXOl5lNP/ugQ==",
"flipChartPageIdentifierGuid": "36849968-2a4a-4339-973a-5e6534ffee81",
"pluG_UID": "CN7tzIWadkS5lCFE4gbMNA==",
"pluGuid": "ccedde08-9a85-4476-b994-2144e206cc34",
"sortOrder": 3,
"sent": true,
"productChanged": true,
"productImageName": "sample string 6",
"productShowImageOnFlipCharts": true,
"productShowTextOnFlipCharts": true,
"productOverrideFlipChartText": true,
"productFlipChartText": "sample string 10",
"product": {
"$ref": "22"
},
"departmentSortOrder": 11,
"subDepartmentName": "sample string 12"
},
{
"$ref": "45"
}
],
"productCount": 27,
"pages": [
{
"$ref": "38"
},
{
"$ref": "38"
}
]
},
{
"$ref": "38"
}
],
"priceHistory": [
{
"$id": "46",
"pluG_UID": "kEtndpAzKk+bm9CFCCwJUg==",
"pluGuid": "76674b90-3390-4f2a-9b9b-d085082c0952",
"price": 1,
"costCalcMethod": 1,
"cost": 2,
"weightedAvgCost": 3,
"lastCost": 4,
"rawCost": 5,
"rawWeightedAvgCost": 6,
"rawLastCost": 7,
"costDecimals": 8,
"serviceFeeID": 9,
"freight": 10.0,
"freightType": 11,
"process": "sample string 12",
"user": "sample string 13",
"updated": "2026-04-03T06:26:11.3270548",
"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": "46"
}
],
"ingredients": [
{
"$id": "47",
"pluG_UID": "gtZ23qIbR0aXUr9UzF2x9Q==",
"ingredientGuid": "5eLspu2W+0mI4zWe18RdKw==",
"ingredientIdentifier": "a6ece2e5-96ed-49fb-88e3-359ed7c45d2b",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "22"
}
},
{
"$ref": "47"
}
],
"bins": [
{
"$id": "48",
"pluG_UID": "XoqvWjz5k0aEgeSKC652aQ==",
"pluGuid": "5aaf8a5e-f93c-4693-8481-e48a0bae7669",
"shelfLocationIdentifier": "v7Kbbed9pEqutryG5IZT4g==",
"shelfLocationGuid": "6d9bb2bf-7de7-4aa4-aeb6-bc86e48653e2",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "SBXZ3j4qckyBYyEovCHH8Q==",
"labelPageLayoutGuid": "ded91548-2a3e-4c72-8163-2128bc21c7f1",
"updated": "2026-04-03T06:26:11.3270548",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "22"
},
"location": {
"$id": "49",
"identifier": "oZKaf+Og1E2bmahu9zVADg==",
"storeID": 1,
"identifierGuid": "7f9a92a1-a0e3-4dd4-9b99-a86ef735400e",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-04-03T06:26:11.3270548",
"minTemp": 1,
"maxTemp": 1,
"checkFrequency": 1,
"storeCaseConfiguration": 5,
"storeName": "sample string 6",
"bins": [
{
"$ref": "48"
},
{
"$ref": "48"
}
]
}
},
{
"$ref": "48"
}
],
"bin": {
"$ref": "48"
},
"scaleLocations": [
{
"$id": "50",
"plu": 1,
"pluG_UID": "pJDrIIt5kEOci7gKj8iDiw==",
"pluGuid": "20eb90a4-798b-4390-9c8b-b80a8fc8838b",
"deptNo": 1,
"product": {
"$ref": "22"
},
"scaleLocation": {
"$id": "51",
"id": 1,
"deptNo": 1,
"deptCode": "sample string 2",
"name": "sample string 3",
"enabled": true,
"updated": "2026-04-03T06:26:11.3270548",
"department": {
"$id": "52",
"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": "51"
},
"subDepartments": [
{
"$id": "53",
"id": 1,
"departmentID": 2,
"name": "sample string 3",
"code": "sample string 4",
"departmentCode": "sample string 5",
"externalSales": true,
"minorDepartments": [
{
"$id": "54",
"id": 1,
"subDepartmentID": 2,
"departmentID": 3,
"name": "sample string 4",
"subDepartmentCode": "sample string 5",
"departmentCode": "sample string 6",
"code": "sample string 7",
"lesserDepartments": [
{
"$id": "55",
"id": 1,
"departmentID": 2,
"subDepartmentID": 3,
"minorDepartmentID": 4,
"name": "sample string 5",
"code": "sample string 6",
"departmentCode": "sample string 7",
"subDepartmentCode": "sample string 8",
"minorDepartmentCode": "sample string 9",
"updated": "2026-04-03T06:26:11.3270548",
"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": "9TEBJ3Apj0yE/aWFxuzK5w==",
"labelPageLayoutGuid": "270131f5-2970-4c8f-84fd-a585c6eccae7",
"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": "56",
"dept": 1,
"category": 2,
"name": "sample string 3",
"active": true,
"mscCommodities": [
{
"$id": "57",
"dept": 1,
"category": 2,
"commodity": 3,
"name": "sample string 4",
"active": true,
"mscSubCommodities": [
{
"$id": "58",
"dept": 1,
"category": 2,
"commodity": 3,
"subCommodity": 4,
"name": "sample string 5",
"active": true,
"subCommodityCode": "sample string 7"
},
{
"$ref": "58"
}
],
"commodityCode": "sample string 6"
},
{
"$ref": "57"
}
],
"categoryCode": "sample string 5"
},
"mscCom": {
"$ref": "57"
},
"mscDep": {
"$id": "59",
"dept": 1,
"name": "sample string 2",
"active": true,
"mscCategories": [
{
"$ref": "56"
},
{
"$ref": "56"
}
],
"deptCode": "sample string 4"
},
"mscSubCom": {
"$ref": "58"
}
},
{
"$ref": "55"
}
],
"updated": "2026-04-03T06:26:11.3270548",
"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": "M4CE8zPMIkqi028sqtZVuQ==",
"labelPageLayoutGuid": "f3848033-cc33-4a22-a2d3-6f2caad655b9",
"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": "56"
},
"mscCom": {
"$ref": "57"
},
"mscDep": {
"$ref": "59"
},
"mscSubCom": {
"$ref": "58"
}
},
{
"$ref": "54"
}
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:26:11.3270548",
"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": "2crXI6AAV0SHmuDPk+oILw==",
"labelPageLayoutGuid": "23d7cad9-00a0-4457-879a-e0cf93ea082f",
"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": "56"
},
"mscCom": {
"$ref": "57"
},
"mscDep": {
"$ref": "59"
},
"mscSubCom": {
"$ref": "58"
}
},
{
"$ref": "53"
}
],
"stores": [
1,
2
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:26:11.3270548",
"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": "Uhp4rHDWDkCo0RUEOixKTw==",
"labelPageLayoutGuid": "ac781a52-d670-400e-a8d1-15043a2c4a4f",
"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": "56"
},
"mscCom": {
"$ref": "57"
},
"mscDep": {
"$ref": "59"
},
"mscSubCom": {
"$ref": "58"
}
}
}
},
{
"$ref": "50"
}
],
"nextPrice": {
"$id": "60",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 1,
"hostOfferID": 1,
"metcashPromotionID": "sample string 4",
"metcashPromotionPlacement": "sample string 5",
"pluG_UID": "2UqtP0p7V0WPB15CO4GXjw==",
"pluGuid": "3fad4ad9-7b4a-4557-8f07-5e423b81978f",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "uNNivUgCb0yqglwZYs0VNA==",
"dealCostGuid": "bd62d3b8-0248-4c6f-aa82-5c1962cd1534",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "z+4DiiNdxkigKY7JZtZyZA==",
"priceGroupGuid": "8a03eecf-5d23-48c6-a029-8ec966d67264",
"itemNumber": "sample string 10",
"cri": "sample string 11",
"pluPrice": 12,
"costCalcMethod": 13,
"pluCost": 14,
"pluCostIndicator": "sample string 15",
"pluPriceGstPercent": 16,
"pluCostGstPercent": 17,
"pluActive": true,
"cartonQty": 1.1,
"baseUnits": 19.1,
"salesMode": 1,
"pluNormalCost": 20,
"pluaws": 21.0,
"directNumber": "sample string 22",
"departmentName": "sample string 23",
"subDepartmentName": "sample string 24",
"priceGroupName": "sample string 25",
"supplierName": "sample string 26",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-04-03T06:26:11.3270548",
"rrp": 27,
"campaignDescription": "sample string 28",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "2d1683d4-5b9e-47f9-ab4c-b3bb047daa1c",
"campaignComboPriceGroupG_UID": "7W8ruYKQ5UumKD3qBfAtqQ==",
"campaignComboPriceGroupIdentifier": "b92b6fed-9082-4be5-a628-3dea05f02da9",
"promotionPlacementDescription": "sample string 30",
"storeAcceptances": [
{
"$id": "61",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-04-03T06:26:11.3270548",
"operatorG_UID": "0NHGUl8710y2fbRQ/+92dw==",
"operatorGuid": "52c6d1d0-3b5f-4cd7-b67d-b450ffef7677",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-04-03T06:26:11.3270548",
"signIqTicketFileMovedUtc": "2026-04-03T06:26:11.3270548",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-04-03T06:26:11.3270548",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "83e62a0c-e79f-4123-9553-3f1035adb100",
"product": {
"$ref": "22"
},
"campaignPlu": {
"$ref": "60"
},
"fuelItem": true
},
{
"$ref": "61"
}
],
"campaign": {
"$id": "62",
"id": 1,
"storeID": 2,
"name": "7541a5c3-1a76-4ae1-a778-bd16123c80aa",
"nameGuid": "7541a5c3-1a76-4ae1-a778-bd16123c80aa",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-04-03T06:26:11.3270548",
"startTime": 1,
"endDate": "2026-04-03T06:26:11.3270548",
"endTime": 1,
"recurrence": 1,
"recurrenceType": 1,
"monthType": 1,
"weekDays": 1,
"months": 1,
"monthWeeks": 1,
"monthDays": "sample string 7",
"printed": true,
"talkerText": "sample string 8",
"rangeDescription": "sample string 9",
"dealDescription": "sample string 10",
"labelQuantity": 11,
"active": 1,
"deactivated": "2026-04-03T06:26:11.3270548",
"system": true,
"created": "2026-04-03T06:26:11.3270548",
"updated": "2026-04-03T06:26:11.3270548",
"priceChangeNotifiedUtc": "2026-04-03T06:26:11.3270548",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "+zkUUX5BuU2zJ91UjNnkjQ==",
"hostIdentifierGuid": "511439fb-417e-4db9-b327-dd548cd9e48d",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-04-03T06:26:11.3270548",
"updatedByUser": "sample string 18",
"offerID": 1,
"isPriceChangeCampaign": true,
"stores": [
1,
2
],
"storeNames": [
"sample string 1",
"sample string 2"
],
"campaignPlus": [
{
"$ref": "60"
},
{
"$ref": "60"
}
],
"campaignPools": [
{
"$id": "63",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 4,
"pluG_UID": "RY1HjgKQ2kyEXqkHdnNA6Q==",
"pluGuid": "8e478d45-9002-4cda-845e-a907767340e9",
"hostOfferID": 1,
"priceGroupG_UID": "vJ2vBOqQS0GgjAbCPHj/zg==",
"priceGroupGuid": "04af9dbc-90ea-414b-a08c-06c23c78ffce",
"fuelItem": true,
"pluName": "sample string 6",
"apn": "sample string 7",
"pluActive": true,
"cartonQty": 1,
"baseUnits": 9.1,
"cri": "sample string 10",
"salesMode": 1,
"pluaws": 11.0,
"directNumber": "sample string 12",
"departmentName": "sample string 13",
"subDepartmentName": "sample string 14",
"priceGroupName": "sample string 15",
"supplierName": "sample string 16",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-04-03T06:26:11.3270548",
"rrp": 17,
"campaignDescription": "sample string 18",
"product": {
"$ref": "22"
},
"campaign": {
"$ref": "62"
}
},
{
"$ref": "63"
}
],
"sellingRules": [
{
"$id": "64",
"id": 1,
"identifier": "MT48LicuLEit7acJHODgfA==",
"identifierStr": "MT48LicuLEit7acJHODgfA==",
"identifierGuid": "2e3c3e31-2e27-482c-aded-a7091ce0e07c",
"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": "62"
}
},
{
"$ref": "64"
}
],
"customers": [
{
"$id": "65",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"customerID": "cvjFMyvLGUG5lcDNlMT7ZA==",
"customerIDGuid": "33c5f872-cb2b-4119-b995-c0cd94c4fb64",
"campaign": {
"$ref": "62"
},
"customer": {
"$ref": "1"
}
},
{
"$ref": "65"
}
],
"customerGroups": [
{
"$id": "66",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupID": "mcmYlP6a20Kz9ETT1MXWhA==",
"groupIDGuid": "9498c999-9afe-42db-b3f4-44d3d4c5d684",
"campaign": {
"$ref": "62"
},
"group": {
"$ref": "5"
}
},
{
"$ref": "66"
}
],
"signIqTickets": [
{
"$id": "67",
"identifier": "JaM+6eKR40uG46Wd7CtUVA==",
"identifierGuid": "e93ea325-91e2-4be3-86e3-a59dec2b5454",
"campaignName": "sample string 2",
"message": "sample string 3",
"ticketFileSource": "sample string 4",
"ticketFileDestination": "sample string 5",
"storeID": 1
},
{
"$ref": "67"
}
],
"comboPriceGroups": [
{
"$id": "68",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"g_UID": "mmphscsSJ0y815KYfi2fkQ==",
"guid": "b1616a9a-12cb-4c27-bcd7-92987e2d9f91",
"description": "sample string 5",
"newPrice": 1,
"rangeDescription": "sample string 6",
"dealDescription": "sample string 7",
"labelQuantity": 8,
"hostProductCategoryID": 1,
"offerID": 1,
"dontUpdatePricePlus": true,
"campaign": {
"$ref": "62"
},
"comboPricePlus": [
{
"$id": "69",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupG_UID": "RxVpeW/qZk2DXptsUsD0aA==",
"groupGuid": "79691547-ea6f-4d66-835e-9b6c52c0f468",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "IRGnG4NZyUmnT6Ae8ZIRCg==",
"pluGuid": "1ba71121-5983-49c9-a74f-a01ef192110a",
"priceGroupG_UID": "nLnjUB8y7kasWhalUDBi6w==",
"priceGroupGuid": "50e3b99c-321f-46ee-ac5a-16a5503062eb",
"campaignPoolID": "sample string 7",
"quantity": 1,
"campaign": {
"$ref": "62"
},
"product": {
"$ref": "22"
},
"priceGroup": {
"$ref": "28"
},
"campaignPool": {
"$ref": "62"
}
},
{
"$ref": "69"
}
]
},
{
"$ref": "68"
}
],
"priceLevels": [
{
"$id": "70",
"id": 1,
"priceLevelIdentifier": "8qHqA8p0QUOF/XEk5s7S+Q==",
"priceLevelIdentifierGuid": "03eaa1f2-74ca-4341-85fd-7124e6ced2f9",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "70"
}
],
"promotionType": {
"$id": "71",
"identifier": "4qnBhwg7xk6n2pU7W5Ufdg==",
"identifierGuid": "87c1a9e2-3b08-4ec6-a7da-953b5b951f76",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "6Saiq2nYf0OmSsHWn+r8NA==",
"labelPageLayoutGuid": "aba226e9-d869-437f-a64a-c1d69feafc34",
"priceLevelIdentifier": "ntKCfq86EE+Ys5qgsnlwBA==",
"priceLevelIdentifierGuid": "7e82d29e-3aaf-4f10-98b3-9aa0b2797004",
"active": true,
"updated": "2026-04-03T06:26:11.3270548",
"hostName": "sample string 11"
}
},
"product": {
"$ref": "22"
},
"dealCost": {
"$id": "72",
"headerIdentifier": "nX/oUl95yUmohJADk5gAUA==",
"headerIdentifierGuid": "52e87f9d-795f-49c9-a884-900393980050",
"identifier": "bkBy0FV/tkyQ3sUtud+GXQ==",
"identifierGuid": "d072406e-7f55-4cb6-90de-c52db9df865d",
"supplierIdentifier": "/slffkmXaEKlIw1ZSea0/g==",
"supplierGuid": "7e5fc9fe-9749-4268-a523-0d5949e6b4fe",
"pluG_UID": "s2HAXb0sFUui5IohdU7pQQ==",
"pluGuid": "5dc061b3-2cbd-4b15-a2e4-8a21754ee941",
"campaignName": "29c04266-b2c0-4987-88e7-099b7f635ad8",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-04-03T06:26:11.3270548",
"end": "2026-04-03T06:26:11.3270548",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "1Flo6NxBoUWEQpxRzRRyxA==",
"bonusItemPluGuid": "e86859d4-41dc-45a1-8442-9c51cd1472c4",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-04-03T06:26:11.3270548",
"metcashPromotionID": "sample string 14",
"fromHost": 15,
"storeNames": "sample string 16",
"storeIDs": [
1,
2
],
"supplierName": "sample string 17",
"campaignDescription": "sample string 18",
"newPrice": 1,
"campaignMetcashPromotionID": "sample string 19",
"campaignActive": true,
"campaignStartDate": "2026-04-03T06:26:11.3270548",
"campaignEndDate": "2026-04-03T06:26:11.3270548",
"masterPLUG_UID": "CZ24i0b890iklY3BoYEkfA==",
"masterID": "8bb89d09-fc46-48f7-a495-8dc1a181247c",
"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": "bp94k8TGQ0aPQHCwpADWmA==",
"bonusMasterID": "93789f6e-c6c4-4643-8f40-70b0a400d698",
"bonusProductName": "sample string 34",
"bonusProductAPN": "sample string 35",
"bonusOrderCode": "sample string 36",
"bonusNormalSell": 37,
"bonusNormalCost": 38,
"bonusNormalCostDecimals": 39,
"bonusCartonQuantity": 40,
"bonusSalesMode": 41,
"bonusOrderPacked": 42,
"bonusFuelItem": true,
"bonusActive": true
}
},
"currentCostStart": "2026-04-03T06:26:11.3270548",
"dealCosts": [
{
"$ref": "72"
},
{
"$ref": "72"
}
],
"tags": [
{
"$id": "73",
"pluG_UID": "nWZTWUKZB02jA+0b1DsNiA==",
"pluGuid": "5953669d-9942-4d07-a303-ed1bd43b0d88",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "73"
}
],
"alternateProductG_UID": "uR50vSpCUUy2F9+KwpT8DA==",
"alternateProduct": "bd741eb9-422a-4c51-b617-df8ac294fc0c",
"altProduct": {
"$ref": "22"
},
"productHostCode": {
"$id": "74",
"id": 1,
"pluG_UID": "g+WO8wwt/kO9dweIDc83Uw==",
"pluGuid": "f38ee583-2d0c-43fe-bd77-07880dcf3753",
"ibaCode": "sample string 2"
},
"mscCat": {
"$ref": "56"
},
"mscCom": {
"$ref": "57"
},
"mscDep": {
"$ref": "59"
},
"mscSubCom": {
"$ref": "58"
},
"isUserUpdate": true,
"ignoreMasterProduct": true,
"priceGroupLabelRequested": true,
"firstSold": "2026-04-03T06:26:11.3270548",
"inventoryTracked": "2026-04-03T06:26:11.3270548",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "75",
"pluG_UID": "Tolie9O3O0+Ia0sgHgvvYg==",
"pluGuid": "7b62894e-b7d3-4f3b-886b-4b201e0bef62",
"fuelPluG_UID": "GdXJK+8gNEOy1tsbeg18/A==",
"fuelPluGuid": "2bc9d519-20ef-4334-b2d6-db1b7a0d7cfc",
"price": 3,
"productDescription": "sample string 4",
"productBarcode": "sample string 5",
"fuelProductDescription": "sample string 6",
"fuelProductBarcode": "sample string 7",
"fuelProductPrice": 8
},
"productFuelLinks": [
{
"$ref": "75"
},
{
"$ref": "75"
}
]
},
"supplier": {
"$ref": "17"
},
"serviceFee": {
"$id": "76",
"id": 1,
"description": "sample string 1",
"fee": 1
},
"isPrimaryHost": true,
"hostVendor": 48
},
{
"$ref": "20"
}
],
"orderCycleHeaders": [
{
"$id": "77",
"storeID": 1,
"supplierIdentifier": "RaSBkGmmzkeH9iYzT59UEA==",
"supplierGuid": "9081a445-a669-47ce-87f6-26334f9f5410",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"storeName": "sample string 5",
"departmentName": "sample string 6",
"orderDays": 7
},
{
"$ref": "77"
}
],
"cycles": [
{
"$id": "78",
"storeID": 1,
"supplierIdentifier": "oPAVe+UoKU2K6XbSUvP18Q==",
"supplierGuid": "7b15f0a0-28e5-4d29-8ae9-76d252f3f5f1",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"cutOffWeek": 5,
"cutOffDay": 6,
"cutOffTime": "00:00:00.1234567",
"leadTime": 7,
"daysBuffer": 8,
"supplierName": "sample string 9",
"cutOffDate": "2026-04-03T06:26:11.3270548",
"deliveryDate": "2026-04-03T06:26:11.3270548",
"nextCutOffDate": "2026-04-03T06:26:11.3270548",
"nextDeliveryDate": "2026-04-03T06:26:11.3270548",
"nextDaysBuffer": 10
},
{
"$ref": "78"
}
],
"store": {
"$ref": "12"
},
"updated": "2026-04-03T06:26:11.3270548",
"isHost": true
},
"files": [
{
"$id": "79",
"id": "sample string 1",
"fileName": "sample string 2",
"extension": "sample string 3",
"provider": 0,
"type": 0,
"hostType": "sample string 4",
"createdUtc": "2026-04-03T06:26:11.3270548",
"processed": "2026-04-03T06:26:11.3270548",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-04-03T06:26:11.3270548",
"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": "16"
},
"metcashHeader": {
"$id": "80",
"customerNumber": "sample string 1",
"creationDate": "2026-04-03T06:26:11.3270548",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "79"
}
],
"zoneMatrix": [
{
"$id": "81",
"id": 1,
"hostIdentifier": "sjMK1Yd9S0ix1YFnp3d11Q==",
"hostIdentifierGuid": "d50a33b2-7d87-484b-b1d5-8167a77775d5",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"a76a175a-d750-4ebb-acb8-f092bdb2dcc1",
"2220228c-9ba8-41ed-bca9-980b0e8c6afd"
]
},
{
"$ref": "81"
}
],
"hostFileStoreSetting": {
"$ref": "15"
},
"hostStoreSettings": [
{
"$ref": "15"
},
{
"$ref": "15"
}
],
"promotionPlacements": [
{
"$id": "82",
"identifier": "UPQdwlqPsEuX3Mdmj8lUOQ==",
"identifierGuid": "c21df450-8f5a-4bb0-97dc-c7668fc95439",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "82"
}
],
"promoTypeGuids": [
"5cd54524-78aa-4654-a070-640fa1f11705",
"a9193329-c7fc-4059-b0e7-0dd7458468ad"
],
"isPromotionOnly": false,
"isOrderable": false,
"vendor": 0
},
"groupIDs": [
1,
2
],
"hostDescription": "sample string 27"
},
{
"$ref": "15"
}
],
"accounts": [
{
"$id": "83",
"id": 1,
"storeID": 1,
"accountName": "sample string 2",
"bsb": "sample string 3",
"accountNumber": "sample string 4",
"accountDesignated": true
},
{
"$ref": "83"
}
],
"sales": [
{
"$id": "84",
"id": 1,
"storeID": 1,
"externalSalesType": 2,
"ftpSiteID": 1,
"lastSaleProcessed": "2026-04-03T06:26:11.3270548",
"ftpSite": {
"$id": "85",
"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": "84"
}
],
"zoneMatrix": [
{
"$ref": "81"
},
{
"$ref": "81"
}
],
"cashManagements": [
{
"$id": "86",
"id": 1,
"storeID": 1,
"cashManagementType": 2,
"apiID": 1,
"organisationID": "sample string 3",
"siteName": "sample string 4",
"thirdPartyAPI": {
"$id": "87",
"id": 1,
"description": "sample string 2",
"address": "sample string 3",
"username": "sample string 4",
"password": "sample string 5",
"passwordPlain": "sample string 6",
"token": "sample string 7",
"apiType": 8,
"apiSubType": 9
}
},
{
"$ref": "86"
}
],
"updateStoreID": "9fe5079c-6b3b-4e5a-bdf3-58f50d637a79",
"updateStore": {
"$id": "88",
"id": "ced061cb-2c44-4fa3-befe-70af041d6ca9",
"name": "sample string 1",
"lastActivity": "2026-04-03T06:26:11.3270548",
"zone": "sample string 2",
"timeZoneOffset": 0.0,
"businessHoursStart": "00:00:00.1234567",
"businessHoursEnd": "00:00:00.1234567",
"master": true,
"lastIP": "sample string 10",
"lastHostName": "sample string 11",
"ping": 1,
"pingStatus": "sample string 12",
"lastUpdateCompleted": "2026-04-03T06:26:11.3270548"
},
"timeZoneId": "sample string 54",
"securityOptions": {
"$id": "89",
"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"
}
}
},
{
"$ref": "11"
}
]
},
"customer": {
"$ref": "1"
},
"communityOrganisation": {
"$id": "90",
"id": 1,
"identifier": "PgUf8iEqy022vo58Av3rRg==",
"identifierGuid": "f21f053e-2a21-4dcb-b6be-8e7c02fdeb46",
"name": "sample string 3",
"lookupIdentifier": "sample string 4",
"externalID": "sample string 5",
"phone": "sample string 6",
"fax": "sample string 7",
"email": "sample string 8",
"address1": "sample string 9",
"address2": "sample string 10",
"city": "sample string 11",
"postCode": "sample string 12",
"state": "sample string 13",
"country": "sample string 14",
"abn": "sample string 15",
"promoPeriodStart": "2026-04-03T06:26:11.3270548",
"promoPeriodEnd": "2026-04-03T06:26:11.3270548",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-04-03T06:26:11.3270548",
"deleted": true
},
"details": [
{
"$id": "91",
"saleItemID": 1,
"identifier": "7UMNrxybXEO7Va+hRU+4LQ==",
"identifierGuid": "af0d43ed-9b1c-435c-bb55-afa1454fb82d",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "R68gE+xQuU26cre1DUxcog==",
"pluGuid": "1320af47-50ec-4db9-ba72-b7b50d4c5ca2",
"accountID": "lgA0/+N5CESAcmmNVdwx6w==",
"accountIDGuid": "ff340096-79e3-4408-8072-698d55dc31eb",
"normalPrice": 3,
"originalSellingPrice": 4,
"discountPrice": 5,
"unit": 1,
"quantity": 6,
"totalCents": 7,
"fixedPrice": 1,
"tranType": 1,
"discountType": 1,
"cost": 1,
"costDecimals": 8,
"markdown": 1,
"manualQuantity": 1,
"manualPrice": 1,
"manualMode": 1,
"active": 1,
"offline": true,
"barcode": "sample string 9",
"keyedSale": 1,
"discountedID": 1,
"fuelID": 1,
"serialNumber": "sample string 10",
"bestOrExpire": "2026-04-03T06:26:11.3270548",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "iIkk6TCIskSMVSfA+aSDTg==",
"refundGuid": "e9248988-8830-44b2-8c55-27c0f9a4834e",
"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": "3TtrXMJBgUmphDL/A50bUQ==",
"idempotentVoidGuid": "5c6b3bdd-41c2-4981-a984-32ff039d1b51",
"priceLevelIdentifier": "TWwn4deNuke7syPRvAbyEw==",
"priceLevelIdentifierGuid": "e1276c4d-8dd7-47ba-bbb3-23d1bc06f213",
"communityIdentifier": "Z5EGklfmzUi2ohBo8jYhpQ==",
"communityIdentifierGuid": "92069167-e657-48cd-b6a2-1068f23621a5",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "92",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-04-03T06:26:11.3270548",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "92"
}
],
"refund": {
"$id": "93",
"id": 1,
"g_UID": "E6oJSkKzBEuAvW+rZ7683A==",
"guid": "4a09aa13-b342-4b04-80bd-6fab67bebcdc",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-04-03T06:26:11.3270548"
},
"modifier": {
"$id": "94",
"id": 1,
"setG_UID": "VVNE8mpAhkmWkO7pj640lg==",
"modifierSetGuid": "f2445355-406a-4986-9690-eee98fae3496",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "NEEEbIbwE06ml6HCc0I/Og==",
"pluGuid": "6c044134-f086-4e13-a697-a1c273423f3a",
"deleted": true,
"g_UID": "ELUCFN5N1Ua8IY2l7BXUtw==",
"guid": "1402b510-4dde-46d5-bc21-8da5ec15d4b7",
"product": {
"$ref": "22"
}
},
"priceLevelName": "sample string 25",
"pumpNumber": 1,
"hoseNumber": 1
},
{
"$ref": "91"
}
],
"eftReceipts": [
{
"$id": "95",
"id": 1,
"storeID": 1,
"saleHeaderID": 2,
"storeSaleHeader": {
"$ref": "8"
},
"receipt": "sample string 3",
"processed": 1
},
{
"$ref": "95"
}
],
"payments": [
{
"$ref": "7"
},
{
"$ref": "7"
}
],
"cards": [
{
"$id": "96",
"id": 1,
"saleHeaderID": 1,
"identifier": "sample string 2",
"cardType": 3,
"providerName": "sample string 4"
},
{
"$ref": "96"
}
],
"campaignHits": [
{
"$id": "97",
"id": 1,
"saleHeaderID": 2,
"campaign": "sample string 3",
"name": "sample string 4",
"processed": 1,
"campaignDescription": "sample string 5"
},
{
"$ref": "97"
}
],
"fuel": [
{
"$id": "98",
"id": 1,
"plu": 1,
"pluG_UID": "4BE6ORQkak6ODL3ShyYRVA==",
"pluGuid": "393a11e0-2414-4e6a-8e0c-bdd287261154",
"saleHeaderID": 2,
"totalCents": 3,
"grade": 1,
"gradeDescription": "sample string 4",
"dispenser": 1,
"hose": 1,
"quantity": 1,
"cost": 1,
"acquirerNum": 1,
"attendant": 1,
"ePurseBalance": 1.0,
"cardSignature": "sample string 5",
"compartmentNumber": 1,
"contractNumber": 1,
"discountCardPAN": "sample string 6",
"discountID": 1,
"discountName": "sample string 7",
"discountNetValue": 1.0,
"discountType": 1,
"discountValue": 1.0,
"discretionaryData": "sample string 8",
"driverID": "sample string 9",
"eftBatchNumber": 1,
"eftResponseCode": "sample string 10",
"endDateTime": "2026-04-03T06:26:11.3270548",
"engineHours": 1.1,
"fposNumber": 1,
"loyaltyCardPAN": "sample string 11",
"miscData1": 1,
"miscData2": "sample string 12",
"miscFlags": 1,
"mop": 1,
"odometer": 1,
"panNumber": "sample string 13",
"saleRefund": true,
"saleStatus": 1,
"sequenceNumber": 1,
"stan": 1,
"startDateTime": "2026-04-03T06:26:11.3270548",
"tagNumber": "sample string 15",
"trackTwoRem": "sample string 16",
"transCode": 1,
"transType": 1,
"unitPrice": 1.0,
"vehicleReg": "sample string 17",
"offline": true,
"processed": 1
},
{
"$ref": "98"
}
],
"fuelResells": [
{
"$id": "99",
"saleItemID": 1,
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "30PfoTFI/kajyKTRokLBeA==",
"pluGuid": "a1df43df-4831-46fe-a3c8-a4d1a242c178",
"accountID": "wzyedTnJh0Kn3Qvib7961w==",
"accountIDGuid": "759e3cc3-c939-4287-a7dd-0be26fbf7ad7",
"normalPrice": 3,
"originalSellingPrice": 4,
"discountPrice": 5,
"unit": 1,
"quantity": 6,
"totalCents": 7,
"fixedPrice": 1,
"tranType": 1,
"processed": 1,
"discountType": 1,
"cost": 1,
"costDecimals": 1,
"markdown": 1,
"manualQuantity": 1,
"manualPrice": 1,
"manualMode": 1,
"active": 1,
"barcode": "sample string 8",
"offline": 1,
"keyedSale": 1,
"discountedID": 1,
"fuelID": 1,
"serialNumber": "sample string 9",
"bestOrExpire": "2026-04-03T06:26:11.3270548",
"bestOrExpireType": 1,
"refundG_UID": "ALzUq84QMk2fenXAiVytHw==",
"refundGuid": "abd4bc00-10ce-4d32-9f7a-75c0895cad1f",
"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": "99"
}
],
"customerOrder": [
{
"$id": "100",
"identifier": "VL6VkAl45EatRnOLlwBgzw==",
"identifierGuid": "9095be54-7809-46e4-ad46-738b970060cf",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "eqiXJYOjdEOr6b4RHpj9Tw==",
"customerIdentifierGuid": "2597a87a-a383-4374-abe9-be111e98fd4f",
"operatorNo": 1,
"operatorG_UID": "+SFDcVBGg0a/98fmHxN+Mg==",
"operatorGuid": "714321f9-4650-4683-bff7-c7e61f137e32",
"created": "2026-04-03T06:26:11.3270548",
"ordered": "2026-04-03T06:26:11.3270548",
"started": "2026-04-03T06:26:11.3270548",
"completed": "2026-04-03T06:26:11.3270548",
"supplied": "2026-04-03T06:26:11.3270548",
"quickTicket": 1,
"deleted": true,
"walkAway": true,
"approxWait": 1,
"actualWait": 1,
"deliveryMethod": 8,
"externalSaleType": 9,
"customer": {
"$ref": "1"
},
"operator": {
"$ref": "10"
},
"details": [
{
"$id": "101",
"headerID": 1,
"plu": 1,
"pluG_UId": "LELLaJ07s0yHHVuImEfoQw==",
"pluGuid": "68cb422c-3b9d-4cb3-871d-5b889847e843",
"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": "hIrqSeTacUi5f1t1lyuKNg==",
"headerIdentifierGuid": "49ea8a84-dae4-4871-b97f-5b75972b8a36",
"product": {
"$ref": "22"
}
},
{
"$ref": "101"
}
],
"storeName": "sample string 11",
"customerName": "sample string 12",
"storeReplyTo": "sample string 13",
"storeSubjectLine": "sample string 14",
"storeSaleHeader": {
"$ref": "8"
}
},
{
"$ref": "100"
}
],
"surveyResponses": [
{
"$id": "102",
"surveyG_UID": "MTO/nLOAJ028Ho1tGqbWZQ==",
"surveyGuid": "9cbf3331-80b3-4d27-bc1e-8d6d1aa6d665",
"saleHeaderGuid": "R3lf8JelhUi03mU0hREkIg==",
"saleGuid": "f05f7947-a597-4885-b4de-653485112422",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "TMwJAEVKu0CmN/fnJzZHYA==",
"guidResponse": "0009cc4c-4a45-40bb-a637-f7e727364760",
"whoAnswered": 2,
"answeredAtUTC": "2026-04-03T06:26:11.3270548",
"sale": {
"$ref": "8"
},
"survey": {
"$id": "103",
"g_UID": "lAqykvsUhUm1LTr9njCExA==",
"guid": "92b20a94-14fb-4985-b52d-3afd9e3084c4",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "cdLE45Kidkql4dVdB8byiw==",
"checkoutFormGuid": "e3c4d271-a292-4a76-a5e1-d55d07c6f28b",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-04-03T06:26:11.3270548",
"end": "2026-04-03T06:26:11.3270548",
"deleted": true,
"updated": "2026-04-03T06:26:11.3270548",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"453b746a-903d-439e-9a2a-13a92aa2e07e",
"6fb91460-9ec8-4cb7-918e-aa83db8e0895"
],
"allowsAllTextResponses": true,
"surveyForm": {
"$ref": "41"
}
},
"ingressId": "sample string 4"
},
{
"$ref": "102"
}
],
"storeName": "sample string 39",
"terminalNumber": 40,
"machineName": "sample string 41",
"operatorName": "sample string 42",
"direction": 1,
"reason": "sample string 43",
"accountG_UID": "AoyobAfHcEKwWK3rQ+3BKA==",
"accountIdentifier": "6ca88c02-c707-4270-b058-adeb43edc128",
"accountName": "sample string 44",
"customerOrderIdentifier": "ediICaaMqEWzm+6WO2lERA==",
"customerOrderIdentifierGuid": "0988d879-8ca6-45a8-b39b-ee963b694444",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "104",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "77IHE20m00CPfp+ZSDiiOw==",
"paymentIdentifierGuid": "1307b2ef-266d-40d3-8f7e-9f994838a23b",
"identifier": "/mSKmvv8pUiL90ct+cB2Ag==",
"identifierGuid": "9a8a64fe-fcfb-48a5-8bf7-472df9c07602",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "yyURwnnmiEyCRAmpEEHO7w==",
"itemIdentifierGuid": "c21125cb-e679-4c88-8244-09a91041ceef"
}
},
{
"$ref": "7"
}
]
},
{
"$ref": "2"
}
],
"customerGroupMembers": [
{
"$ref": "6"
},
{
"$ref": "6"
}
],
"customerGroups": [
{
"$ref": "5"
},
{
"$ref": "5"
}
],
"accounts": [
{
"$ref": "3"
},
{
"$ref": "3"
}
],
"account": {
"$ref": "3"
},
"vouchers": [
{
"$id": "105",
"customerIdentifier": "K0t+uejrykmjE7OYT42HZQ==",
"customerIdentifierGuid": "b97e4b2b-ebe8-49ca-a313-b3984f8d8765",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "GeHGMI/iv0Wr2qLgRUTsIQ==",
"idempotentGuid": "30c6e119-e28f-45bf-abda-a2e04544ec21",
"offline": true,
"voucher": {
"$id": "106",
"id": 1,
"name": "sample string 2",
"description": "sample string 3",
"shortDescription": "sample string 4",
"url": "sample string 5",
"barcodeTemplateID": 1,
"expiry": 0,
"voucherType": 6,
"limitPerTransaction": 7,
"customerTracking": true,
"discountAccount": "sample string 9",
"endDate": "2026-04-03T06:26:11.3270548",
"barcodeTemplate": {
"$id": "107",
"templateID": 1,
"template": "sample string 1",
"bcFunction": "sample string 2",
"sortOrder": 3
},
"scaleLabel": {
"$id": "108",
"id": 1,
"uid": "sample string 2",
"name": "sample string 3",
"width": 1.1,
"height": 1.1,
"showBorder": true,
"borderWidth": 1.1,
"borderStyle": 1,
"borderColour": "sample string 5",
"updated": "2026-04-03T06:26:11.3270548",
"labelPageLayout": "b3kPLEZuKUy7w4wjb+jGyA==",
"pageLayoutGuid": "2c0f796f-6e46-4c29-bbc3-8c236fe8c6c8",
"labelType": 6,
"oldName": "sample string 7",
"voucher": {
"$ref": "106"
},
"elements": [
{
"$id": "109",
"id": 1,
"scaleLabelID": 2,
"showPercentDI": true,
"showAvgPerHundred": true,
"showAvgPerServe": true,
"name": "sample string 6",
"x": 1.1,
"y": 1.1,
"width": 1.1,
"height": 1.1,
"type": 1,
"rotation": 1,
"text": "sample string 7",
"fontFamily": "sample string 8",
"align": 1,
"bold": true,
"italic": true,
"underline": true,
"strikeout": true,
"reverse": true,
"textColour": "sample string 9",
"fontSize": 1.1,
"picture": "QEA=",
"borderWidth": 10,
"sortOrder": 11,
"printOptions": 12,
"superScriptTextFontSize": 1.1,
"lineStyle": 1,
"spacingStyle": 1,
"interCharacterSpacing": 1.1,
"superScriptOffset": 1.1,
"lineSpacing": 1.1,
"dateFormat": "sample string 13",
"autoGrow": true,
"fontAutoResize": true,
"updated": "2026-04-03T06:26:11.3270548"
},
{
"$ref": "109"
}
]
},
"customerVouchers": [
{
"$id": "110",
"id": 1,
"customerIdentifier": "okHQV0FbzUOMFpwpF4+IkA==",
"customerIdentifierGuid": "57d041a2-5b41-43cd-8c16-9c29178f8890",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-04-03T06:26:11.3270548",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "mIgIrdh86kO5pAHUYPQJew==",
"issuedIdempotentGuid": "ad088898-7cd8-43ea-b9a4-01d460f4097b",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-04-03T06:26:11.3270548",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-04-03T06:26:11.3270548",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "ICIgs5Hesk604PaR8pRiJw==",
"redeemedIdempotentGuid": "b3202220-de91-4eb2-b4e0-f691f2946227",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-04-03T06:26:11.3270548",
"storeName": "sample string 17",
"scaleLabel": {
"$ref": "108"
},
"voucher": {
"$ref": "106"
},
"customer": {
"$ref": "1"
},
"issuedOfflinePayment": {
"$ref": "7"
},
"redeemedOfflinePayment": {
"$ref": "7"
}
},
{
"$ref": "110"
}
]
},
"customer": {
"$ref": "1"
}
},
{
"$ref": "105"
}
]
}
application/xml
Sample not available.
text/xml
Sample not available.
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
PK E3�\�(D� 5 xl/workbook.xml � (� ����0��J}�(��
P`b�ڡ�L� JR��o �ԭ��|�||6vx3���+mE{戮1'zT�.fBv��
|���L�I��o�ڳ$����^�z99���a��"��G�j�P
����D_�=$�n����.&a[����
;.VE4(�h(Y�[[ј[�0ܻ���4�"q��=����w�PK E3�\���� � [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
E3�\:�]�' ' _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="Rc48151f711894502" /></Relationships>PK E3�\da�, � xl/worksheets/sheet1.xml � (� �Y�R�J��ޏ���W�8%B�J�$o>���-J������5����(��j{�g�b��������<[�F<fQ/]���|��4z*�����p�忋Y��=_'�i4+�Ǔ~���Ũ���t��M�|1*����~6����y6~Z�˲/��<}�~�b6,�
�1\�c��&�GX<l���2&sϾz�^�NO���$�"����5�n��{�V�ϲ߫?�&�[c�
��z��7I�����&{�L�f�WI�k��C���[�W�E�������|R���J��R2Ǎ3Qo�T���~{;�l�Ŷ^����֗Z��3V������j}�$��ikMK���ˎ�j[�:��m��Xo���c���۪^��I���L�m��>g�@�+��+C0!�\ȕw�d�0\8��lȡ+C0"�]������uW�`Gn�2Crە!X�W�2��rc8�FK�2��'۟JNr!��q��<)x�\��`]�'E�Isɴh�^����~��Z�lC�y�)�%��]H�[���?Y4c�HPF��M+�=+��*'|�$0m�V5+�b�/ڬ�z�!XQ�ǣ�̉���aϊ6�`��.p��!!Xx�@A�"��#Hkp���-:���W+B�"�Y���x���ª���A�� |��UF�6��D��(V�����6�f"Y�+���z7�0+��W��ul��{'���ӌ3? �`���^=p�;����`AYY��]8� �~ �0�ʂ�����L
�'Z�()w���
�}�� �G�{���(+/J��!}��7�R��!xQV^�6��{��T+4������;���
y���=��*���������y���U�q�D�:�u!��&�7M��#.�UG�m"tq�D�:⪉�uĻ&��� Ő�R�#A�~" H�� {M@��_���� m�$�-A�~#܆Խ# H�{���N@��?R�'A�&D�7!b(�� D$pBDQ �"��$N�8�8! H䄈$ �"��dN�X֙&`��d֙�&`��l֙��:�Xg"��L�Sb���J�3�PY������)#�EH�3�tM@������ QH��4K@����.�/`B[�?��C�tE���# �7� ���F|" �� ��u�Q#�Ԉ���}�j����yw<�X���>�����ʓ��ͳC7�0�YJ�Q�L�Qc��CB$K�\��:�i �����cC�Q�����H��ED���Ȥ�=!Bi�D���������6��ϛY:���E��i�� ��3g�PK E3�\�&��� P xl/_rels/workbook.xml.rels � (� ��Kn�0@�b;q~��l�tK���'�mن��u�#�
�����nX����������m���j KR`���F�7p���vs� }�p�h+�50xo֜;1Ќ.цT�Hmg�!�=7(N���t�m̀{&;^
�����8Ϥ�`����
D�mO����㷐%�
�k� �.-�W��ʲX�Ss�:�����c�lY�lQ���*3�����p��).Gj���D)���̫�����b�PK E3�\Ѓ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 E3�\#d.�� �
xl/sharedStrings.xml � (� �VMs�0�+N�8ܱ�q�4M�N2%�%ә
�ؚ�D%�)���ȁ���ow����ړ��E�v $�ljy�k!`)'�m����g;��T��sS�i���DJ�t(�Sk�T�i0��
,^�H�E���*6Y
�DnT�|�
L��R^15���B��*X<�t6Q�KLь���l2h�m䢢���8�J����g\мFW�0��v�V[{���o�ʍ�%V�x�ΨP[�!`�liN� )�W�~۾��n�b��5^��{õ��Q�εB��'�Pn� ��5Oh�*��/
-��ѳdhE�ë���~唡�.�J����<UZֶ�`��%�G���驤��ъ�8����J�l�_t�F��N���T���(�F��
v��g���n��X<��+|�4�N��
�T��0j�D�6�6T*&��ȵ�!�T��D��&f�x��o�����4�j��Kql��]`A��$���n�������m��+}B�G�Z\8g���m0�F~��Ecl��C�)K3��0�� I��#qQ��J4lG�_x�
�t�A7<�{*���q7�=�q�[xq^s^u^w�A�h�qJ�c��!�Op� \{�8�FdFM��2�"ɼ`���
z���
��`�}B2J���z��{z����%X�<}�9��� }��>@?���?t�ހp���,���z�<n�t^.��F�/��s�ޯ�C��i22�1��>Ǹ*
,��
�?��_PK- E3�\�(D� 5 xl/workbook.xmlPK- E3�\���� � [Content_Types].xmlPK-
E3�\:�]�' ' V _rels/.relsPK- E3�\da�, � � xl/worksheets/sheet1.xmlPK- E3�\�&��� P @ xl/_rels/workbook.xml.relsPK- E3�\Ѓc'2 E
�
xl/styles.xmlPK- E3�\#d.�� �
� xl/sharedStrings.xmlPK � 4
application/vnd.ms-excel
PK E3�\��-a� 5 xl/workbook.xml � (� ��;�0D�H���Ć
T4iS�7f�-�G�#r�#�ҥۙ�};�b��3�����\�E�"�s������n4N��{3��Cg�[�$��$f��^H��F���6xԼ����B���)a�IFc����l!��H
i�����܇g�J��A�[���J)����`����/PK E3�\���� � [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
E3�\n1�' ' _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="Rebf5db1f5489497b" /></Relationships>PK E3�\da�, � xl/worksheets/sheet1.xml � (� �Y�R�J��ޏ���W�8%B�J�$o>���-J������5����(��j{�g�b��������<[�F<fQ/]���|��4z*�����p�忋Y��=_'�i4+�Ǔ~���Ũ���t��M�|1*����~6����y6~Z�˲/��<}�~�b6,�
�1\�c��&�GX<l���2&sϾz�^�NO���$�"����5�n��{�V�ϲ߫?�&�[c�
��z��7I�����&{�L�f�WI�k��C���[�W�E�������|R���J��R2Ǎ3Qo�T���~{;�l�Ŷ^����֗Z��3V������j}�$��ikMK���ˎ�j[�:��m��Xo���c���۪^��I���L�m��>g�@�+��+C0!�\ȕw�d�0\8��lȡ+C0"�]������uW�`Gn�2Crە!X�W�2��rc8�FK�2��'۟JNr!��q��<)x�\��`]�'E�Isɴh�^����~��Z�lC�y�)�%��]H�[���?Y4c�HPF��M+�=+��*'|�$0m�V5+�b�/ڬ�z�!XQ�ǣ�̉���aϊ6�`��.p��!!Xx�@A�"��#Hkp���-:���W+B�"�Y���x���ª���A�� |��UF�6��D��(V�����6�f"Y�+���z7�0+��W��ul��{'���ӌ3? �`���^=p�;����`AYY��]8� �~ �0�ʂ�����L
�'Z�()w���
�}�� �G�{���(+/J��!}��7�R��!xQV^�6��{��T+4������;���
y���=��*���������y���U�q�D�:�u!��&�7M��#.�UG�m"tq�D�:⪉�uĻ&��� Ő�R�#A�~" H�� {M@��_���� m�$�-A�~#܆Խ# H�{���N@��?R�'A�&D�7!b(�� D$pBDQ �"��$N�8�8! H䄈$ �"��dN�X֙&`��d֙�&`��l֙��:�Xg"��L�Sb���J�3�PY������)#�EH�3�tM@������ QH��4K@����.�/`B[�?��C�tE���# �7� ���F|" �� ��u�Q#�Ԉ���}�j����yw<�X���>�����ʓ��ͳC7�0�YJ�Q�L�Qc��CB$K�\��:�i �����cC�Q�����H��ED���Ȥ�=!Bi�D���������6��ϛY:���E��i�� ��3g�PK E3�\3�]^� P xl/_rels/workbook.xml.rels � (� ��Mn� F����@L���&�n�\`��?�
Hڜ���W(J�֑��&+4���
�����4��0XSS�qJ�h����9�O%�n�{!��\ � 5�ct+Ƃ�q��Y�&uZ�'���s�O�![p���3�=���C�m;h�Y}���?����S�#%�ƚ�D���%*%�MM���\�s�y#�L㳇��x1�z}�3�����*��B�*Ӄ��%����<��)к�+yYI��M�����PK E3�\Ѓ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 E3�\#d.�� �
xl/sharedStrings.xml � (� �VMs�0�+N�8ܱ�q�4M�N2%�%ә
�ؚ�D%�)���ȁ���ow����ړ��E�v $�ljy�k!`)'�m����g;��T��sS�i���DJ�t(�Sk�T�i0��
,^�H�E���*6Y
�DnT�|�
L��R^15���B��*X<�t6Q�KLь���l2h�m䢢���8�J����g\мFW�0��v�V[{���o�ʍ�%V�x�ΨP[�!`�liN� )�W�~۾��n�b��5^��{õ��Q�εB��'�Pn� ��5Oh�*��/
-��ѳdhE�ë���~唡�.�J����<UZֶ�`��%�G���驤��ъ�8����J�l�_t�F��N���T���(�F��
v��g���n��X<��+|�4�N��
�T��0j�D�6�6T*&��ȵ�!�T��D��&f�x��o�����4�j��Kql��]`A��$���n�������m��+}B�G�Z\8g���m0�F~��Ecl��C�)K3��0�� I��#qQ��J4lG�_x�
�t�A7<�{*���q7�=�q�[xq^s^u^w�A�h�qJ�c��!�Op� \{�8�FdFM��2�"ɼ`���
z���
��`�}B2J���z��{z����%X�<}�9��� }��>@?���?t�ހp���,���z�<n�t^.��F�/��s�ޯ�C��i22�1��>Ǹ*
,��
�?��_PK- E3�\��-a� 5 xl/workbook.xmlPK- E3�\���� � � [Content_Types].xmlPK-
E3�\n1�' ' U _rels/.relsPK- E3�\da�, � � xl/worksheets/sheet1.xmlPK- E3�\3�]^� P ? xl/_rels/workbook.xml.relsPK- E3�\Ѓc'2 E
�
xl/styles.xmlPK- E3�\#d.�� �
xl/sharedStrings.xmlPK � 6