GET api/customers/find?email={email}&givenName={givenName}&familyName={familyName}
Find customer by email and name
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
|
customer email |
string |
Required |
|
| givenName |
First name |
string |
Required |
| familyName |
Last name |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Any matching customer
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": "HocFEto4VUualoVOKuITag==",
"identifierGuid": "1205871e-38da-4b55-9a96-854e2ae2136a",
"code": "sample string 2",
"familyName": "sample string 3",
"givenName": "sample string 4",
"otherName": "sample string 5",
"title": "sample string 6",
"dateOfBirth": "2026-04-03T06:21:56.3515756",
"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": "Q2rIFfer3EqUSlT3XW/f9g==",
"communityIdentifierGuid": "15c86a43-abf7-4adc-944a-54f75d6fdff6",
"joined": "2026-04-03T06:21:56.3515756",
"updated": "2026-04-03T06:21:56.3515756",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "Kz7oo6E7h0CiSDcg8T4sbQ==",
"priceLevelIdentifierGuid": "a3e83e2b-3ba1-4087-a248-3720f13e2c6d",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-04-03T06:21:56.3515756",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "2",
"cardType": 2,
"issueDate": "2026-04-03T06:21:56.3515756",
"expiry": "2026-04-03T06:21:56.3515756",
"customerID": "SruTsICY0UaZumuwOOlE3A==",
"customerIDGuid": "b093bb4a-9880-46d1-99ba-6bb038e944dc",
"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:21:56.3515756",
"linkedAccount": "wurz+FHBV0al1loj529cxg==",
"linkedAccountGuid": "f8f3eac2-c151-4657-a5d6-5a23e76f5cc6",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "1"
},
"account": {
"$id": "3",
"id": 1,
"identifier": "wOP/R5WKU0qJOrecKZVpsA==",
"identifierGuid": "47ffe3c0-8a95-4a53-893a-b79c299569b0",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-04-03T06:21:56.3515756",
"owner": "wXiWcDpkfESIhg51p3+4gQ==",
"ownerGuid": "709678c1-643a-447c-8886-0e75a77fb881",
"accountStoreGroupIdentifier": "ND+FNYYEbkyGJ0AtS9i1jA==",
"accountStoreGroupGuid": "35853f34-0486-4c6e-8627-402d4bd8b58c",
"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:21:56.3515756",
"active": true,
"updated": "2026-04-03T06:21:56.3515756",
"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": "t/0IvomwNUmZuWR8ZdCdgw==",
"identifierGuid": "be08fdb7-b089-4935-99b9-647c65d09d83",
"name": "sample string 2",
"primaryContact": "YDG8CBgoe0il7xgAslHFTw==",
"primaryContactGuid": "08bc3160-2818-487b-a5ef-1800b251c54f",
"accountID": "aWOpQmGM3ECG8VtLXgFENw==",
"accountIDGuid": "42a96369-8c61-40dc-86f1-5b4b5e014437",
"special": true,
"updated": "2026-04-03T06:21:56.3515756",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "LZQbc2UQc02IsxAvcL4hYQ==",
"priceLevelIdentifierGuid": "731b942d-1065-4d73-88b3-102f70be2161",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "3"
},
"primaryContactCustomer": {
"$ref": "1"
},
"customerGroupMembers": [
{
"$id": "6",
"id": 1,
"groupID": "VDUBHRSPg0mFgUA0AuMhkA==",
"groupIDGuid": "1d013554-8f14-4983-8581-403402e32190",
"customerID": "VXmGfb13fEGTIH0uSdpKbw==",
"customerIDGuid": "7d867955-77bd-417c-9320-7d2e49da4a6f",
"card": "sample string 4",
"linkedAccount": "kK7bo/yRiUS60uEWARYwkg==",
"linkedAccountGuid": "a3dbae90-91fc-4489-bad2-e11601163092",
"customer": {
"$ref": "1"
},
"group": {
"$ref": "5"
},
"customerCard": {
"$ref": "2"
}
},
{
"$ref": "6"
}
]
},
{
"$ref": "5"
}
]
},
"payments": [
{
"$id": "7",
"id": 1,
"identifier": "Z2xuWAqTXUmoL+sMk68zDg==",
"identifierGuid": "586e6c67-930a-495d-a82f-eb0c93af330e",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "u1C72L0aJ02Q0jJHmBFJPw==",
"accountIDGuid": "d8bb50bb-1abd-4d27-90d2-32479811493f",
"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:21:56.3515756",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "/PhfXuPfyEmJ41EbYrgzRg==",
"idempotentVoidGuid": "5e5ff8fc-dfe3-49c8-89e3-511b62b83346",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "8",
"saleHeaderID": 1,
"saleHeaderGuid": "2u+o8L4fgEm39ixxe19K2A==",
"saleHeaderIdentifierGuid": "f0a8efda-1fbe-4980-b7f6-2c717b5f4ad8",
"created": "2026-04-03T06:21:56.3515756",
"createdLocal": "2026-04-03T06:21:56.3515756",
"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:21:56.3515756",
"storeID": 1,
"operatorG_Uid": "l/5aYSzcY0SvhNqObXagyQ==",
"operatorGuid": "615afe97-dc2c-4463-af84-da8e6d76a0c9",
"customerG_Uid": "HA/jFbwpMEmgAZ1NzXQ1sg==",
"customerGuid": "15e30f1c-29bc-4930-a001-9d4dcd7435b2",
"communityIdentifier": "oSzDmf/IW0iI+qASKEyjKA==",
"communityIdentifierGuid": "99c32ca1-c8ff-485b-88fa-a012284ca328",
"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": "DumiHaMRJEWmzYWyzmpHtw==",
"priceLevelIdentifierGuid": "1da2e90e-11a3-4524-a6cd-85b2ce6a47b7",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-04-03T06:21:56.3515756+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:21:56.3515756",
"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": "Qs6H/ockokKcuEdPdDMOIg==",
"guid": "fe87ce42-2487-42a2-9cb8-474f74330e22",
"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:21:56.3515756",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-04-03T06:21:56.3515756",
"endShift": "2026-04-03T06:21:56.3515756",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "11",
"operatorG_UID": "McPpa3+QWk2NR+HVInC4zw==",
"operatorGuid": "6be9c331-907f-4d5a-8d47-e1d52270b8cf",
"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:21:56.3515756",
"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": "EJkC7KguGUGVQLTq4lklbA==",
"hostIdentifierGuid": "ec029910-2ea8-4119-9540-b4eae259256c",
"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:21:56.3515756",
"priceZone": {
"$id": "13",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "o0uINaWUjUGkV/92NhcDFA==",
"hostIdentifierGuid": "35884ba3-94a5-418d-a457-ff7636170314",
"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": "eDJgG3Nyh0K2cwTbvOaEjw==",
"hostIdentifierGuid": "1b603278-7273-4287-b673-04dbbce6848f",
"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": "cZIKfbSNw0+hODkRhIYZJg==",
"identifierGuid": "7d0a9271-8db4-4fc3-a138-391184861926",
"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": "RdyET4osDkenwhbttRMIBw==",
"hostSupplierIdentifierGuid": "4f84dc45-2c8a-470e-a7c2-16edb5130807",
"loyaltyPriceLevelIdentifier": "1Jo2nW2XR0mh+RYkOl5wQw==",
"loyaltyPriceLevelIdentifierGuid": "9d369ad4-976d-4947-a1f9-16243a5e7043",
"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:21:56.3515756",
"lastProcessed": "2026-04-03T06:21:56.3515756",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$id": "17",
"identifier": "JBe86N28AEyWFMwASjgIkA==",
"identifierGuid": "e8bc1724-bcdd-4c00-9614-cc004a380890",
"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": "w051lRNSA0qFCNXC5Anc+g==",
"primaryContactID": "95754ec3-5213-4a03-8508-d5c2e409dcfa",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "tMtzeTljnk+n4/IbVRNfkg==",
"supplierGroupGuid": "7973cbb4-6339-4f9e-a7e3-f21b55135f92",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-04-03T06:21:56.3515756",
"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": "084ba778-5711-4d3d-bf6c-dff20ce7d18c",
"identifier": "mts3QoMcT0mFOiR7MDUNAQ==",
"identifierGuid": "4237db9a-1c83-494f-853a-247b30350d01",
"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": "XEyEIZxmjkmspRNZaEB+yQ==",
"supplierIdentifierGuid": "21844c5c-669c-498e-aca5-135968407ec9",
"contactGuid": "9jHHeJUfO0SXPfy8oFivHw==",
"contactID": "78c731f6-1f95-443b-973d-fcbca058af1f",
"contact": {
"$ref": "18"
},
"supplier": {
"$ref": "17"
}
},
{
"$ref": "19"
}
],
"products": [
{
"$id": "20",
"pluG_UID": "70/64aBC2EKSl9iTPljH5A==",
"pluGuid": "e1fa4fef-42a0-42d8-9297-d8933e58c7e4",
"supplierIdentifier": "op8MIQEOckaz7vbMZx1X0g==",
"supplierIdentifierGuid": "210c9fa2-0e01-4672-b3ee-f6cc671d57d2",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-04-03T06:21:56.3515756",
"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:21:56.3515756",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "21",
"pluG_UID": "SlUSpIT2HkWbI15eqRhtHw==",
"pluGuid": "a412554a-f684-451e-9b23-5e5ea9186d1f",
"supplierIdentifier": "mtJs1CvHlk6sFh7ksU+l5g==",
"supplierIdentifierGuid": "d46cd29a-c72b-4e96-ac16-1ee4b14fa5e6",
"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": "FSSQEkdg30SNT6HZN/L/rw==",
"parentPluGuid": "12902415-6047-44df-8d4f-a1d937f2ffaf",
"freight": 46.0,
"freightType": 1,
"product": {
"$id": "22",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "jldRFpNTOEezsjdl6Y+zwg==",
"guid": "1651578e-5393-4738-b3b2-3765e98fb3c2",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "FoxH3oOIsEigmVi1d9mOJA==",
"priceGroupGuid": "de478c16-8883-48b0-a099-58b577d98e24",
"blueprintID": 1,
"lastCountedDate": "2026-04-03T06:21:56.3515756",
"externalID": "sample string 7",
"active": true,
"activated": "2026-04-03T06:21:56.3515756",
"pluCreated": "2026-04-03T06:21:56.3515756",
"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:21:56.3515756",
"lastManualUpdate": "2026-04-03T06:21:56.3515756",
"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:21:56.3515756",
"currentCostUpdated": "2026-04-03T06:21:56.3515756",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-04-03T06:21:56.3515756",
"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:21:56.3515756",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "2hRCxR3JnUGQEMMF2wk69Q==",
"altPLUGuid": "c54214da-c91d-419d-9010-c305db093af5",
"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:21:56.3515756",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "cFWUhRCftUWUa8/A4Nk52w==",
"shelfPageLayoutGuid": "85945570-9f10-45b5-946b-cfc0e0d939db",
"talkerPageLayoutG_UID": "z9wmrIQqDEu+bsaDFnP0hQ==",
"talkerPageLayoutGuid": "ac26dccf-2a84-4b0c-be6e-c6831673f485",
"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": "cCc6ysDl+E+I4sxzJEPhSA==",
"inventoryIdentifier": "ca3a2770-e5c0-4ff8-88e2-cc732443e148",
"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": "HFEgml28Z0OpV3jDhQ1AKg==",
"parentPluGuid": "9a20511c-bc5d-4367-a957-78c3850d402a",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "KGpo34IETEeyN+Fpj+Syxg==",
"supplierIdentifierGuid": "df686a28-0482-474c-b237-e1698fe4b2c6",
"supplierChanged": true,
"rebateSupplierIdentifier": "NWl7cDz6vkCNnMe+0zFU8g==",
"rebateSupplierIdentifierGuid": "707b6935-fa3c-40be-8d9c-c7bed33154f2",
"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:21:56.3515756",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "IDIF0KKptUCnisV9FUWr4w==",
"hostIdentifierGuid": "d0053220-a9a2-40b5-a78a-c57d1545abe3",
"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": "WnVGLfecTkWqS2uM6cfNIA==",
"pluGuid": "2d46755a-9cf7-454e-aa4b-6b8ce9c7cd20",
"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:21:56.3515756"
},
{
"$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:21:56.3515756",
"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:21:56.3515756",
"startTime": 5,
"endDate": "2026-04-03T06:21:56.3515756",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "KgXzU25U5UOoYOp1Pehy6g==",
"hostIdentifierGuid": "53f3052a-546e-43e5-a860-ea753de872ea",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "26"
},
{
"$ref": "26"
}
]
},
"tray": {
"$id": "27",
"g_UId": "nWA1W5pcLUa+0U9ALEFNTQ==",
"guid": "5b35609d-5c9a-462d-bed1-4f402c414d4d",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "28",
"priceGroupG_UID": "L035i6YJX0CGKwum28XixQ==",
"priceGroupGuid": "8bf94d2f-09a6-405f-862b-0ba6dbc5e2c5",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-04-03T06:21:56.3515756",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "22"
},
{
"$ref": "22"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "29",
"pluG_UID": "iRBsL4nCGEif71hn4JIFKw==",
"pluGuid": "2f6c1089-c289-4818-9fef-5867e092052b",
"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": "aabe3577-7e5e-42af-98d9-d56e370f2811",
"created": "2026-04-03T06:21:56.3515756",
"createdByUser": "sample string 1",
"activated": "2026-04-03T06:21:56.3515756",
"activatedByUser": "sample string 2",
"deactivated": "2026-04-03T06:21:56.3515756",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-04-03T06:21:56.3515756",
"lastOrderedQty": 4.0,
"lastReceived": "2026-04-03T06:21:56.3515756",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-04-03T06:21:56.3515756",
"lastSold": "2026-04-03T06:21:56.3515756",
"firstSold": "2026-04-03T06:21:56.3515756",
"awsUpdated": "2026-04-03T06:21:56.3515756",
"lastManualUpdate": "2026-04-03T06:21:56.3515756",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-04-03T06:21:56.3515756",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-04-03T06:21:56.3515756",
"doNotRangeUpdated": "2026-04-03T06:21:56.3515756",
"doNotOrderUpdated": "2026-04-03T06:21:56.3515756",
"tracked": "2026-04-03T06:21:56.3515756"
},
"allergens": [
{
"$id": "31",
"primaryKey": {
"$id": "32",
"pluGuid": "d6badc5e-2ede-4b21-9558-c0fcc21684d3",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "Xty61t4uIUuVWMD8whaE0w==",
"pluGuid": "d6badc5e-2ede-4b21-9558-c0fcc21684d3",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "31"
}
],
"costs": {
"$id": "33",
"pluG_UID": "3ee3s9SPe0WnHW8RFOKm1g==",
"pluGuid": "b3b7e7dd-8fd4-457b-a71d-6f1114e2a6d6",
"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:21:56.3515756",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "34",
"saleHeaderID": 1,
"created": "2026-04-03T06:21:56.3515756",
"createdLocal": "2026-04-03T06:21:56.3515756",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "GaKJQ2zZ2U20miQaAvbMyQ==",
"operatorGuid": "4389a219-d96c-4dd9-b49a-241a02f6ccc9",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "/Dmeid5oYUG3one6iIJBiw==",
"pluGuid": "899e39fc-68de-4161-b7a2-77ba8882418b",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$ref": "10"
}
},
{
"$ref": "34"
}
],
"apns": [
{
"$id": "35",
"pluID": 1,
"pluG_UID": "xmDvQOAFw0uz8qp6tdNDmQ==",
"pluGuid": "40ef60c6-05e0-4bc3-b3f2-aa7ab5d34399",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "35"
}
],
"tuns": [
{
"$id": "36",
"pluG_UId": "dCmPBKnza0mk+PDTuxbB1w==",
"pluGuid": "048f2974-f3a9-496b-a4f8-f0d3bb16c1d7",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "22"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "36"
}
],
"competitionPricing": [
{
"$id": "37",
"identifier": "kzK3uEGC0E6/2w0acdO41g==",
"identifierGuid": "b8b73293-8241-4ed0-bfdb-0d1a71d3b8d6",
"pluG_UID": "oVZEIRsT9kOoXMSh2G3tcQ==",
"pluGuid": "214456a1-131b-43f6-a85c-c4a1d86ded71",
"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": "tFsT3+Rw4U+SeIxuHbJQTA==",
"groupName": "sample string 1",
"identifierGuid": "df135bb4-70e4-4fe1-9278-8c6e1db2504c",
"exists": true,
"flipChartIdentifier": "dJCnUSaRBE6OustoNVhdHA==",
"flipChartIdentifierGuid": "51a79074-9126-4e04-8eba-cb6835585d1c",
"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": "0Cg+kurYK06VusrIzXr2aw==",
"groupIdentifierGuid": "923e28d0-d8ea-4e2b-95ba-cac8cd7af66b",
"flipChart": {
"$id": "39",
"identifier": "1SQeYKkxCUCOrKVTtugIUw==",
"identifierGuid": "601e24d5-31a9-4009-8eac-a553b6e80853",
"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": "61kXrPRHGEOPA8/jN8h61Q==",
"identifierGuid": "ac1759eb-47f4-4318-8f03-cfe337c87ad5",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "41",
"id": 1,
"g_UID": "0e/LCuZ5q0KSYAI227nBoA==",
"guid": "0acbefd1-79e6-42ab-9260-0236dbb9c1a0",
"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": "E+jQcFvqdUquvBxDDyFJSg==",
"previousFormGuid": "70d0e813-ea5b-4a75-aebc-1c430f21494a",
"nextForm": 1,
"nextFormG_UID": "z8K2cR4Dk06GP3yJj/nfFA==",
"nextFormGuid": "71b6c2cf-031e-4e93-863f-7c898ff9df14",
"attributes": "sample string 10",
"updated": "2026-04-03T06:21:56.3515756",
"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": "rc4UDoDZa0Cc02CozZYjiw==",
"checkoutFormGuid": "0e14cead-d980-406b-9cd3-60a8cd96238b",
"identifier": "P2LNBZkTh0CWYcwSW7F+FQ==",
"identifierGuid": "05cd623f-1399-4087-9661-cc125bb17e15",
"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": "jf3hzRjd9UuiR22XrfgvHA==",
"valueGuid": "cde1fd8d-dd18-4bf5-a247-6d97adf82f1c",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-04-03T06:21:56.3515756",
"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:21:56.3515756",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "42"
}
],
"panels": [
{
"$id": "44",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "sHTIWKYBMU6cwpP3JUb7cw==",
"checkoutFormGuid": "58c874b0-01a6-4e31-9cc2-93f72546fb73",
"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": "WRXDCntfFkeHy1Rmyt8veg==",
"flipChartPageIdentifierGuid": "0ac31559-5f7b-4716-87cb-5466cadf2f7a",
"pluG_UID": "MTnGzEaibEyy7kviQB9d8g==",
"pluGuid": "ccc63931-a246-4c6c-b2ee-4be2401f5df2",
"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": "Zm46005B/0yv8jY1mZMKAQ==",
"pluGuid": "d33a6e66-414e-4cff-aff2-363599930a01",
"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:21:56.3515756",
"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": "dc8/ZzpgAEa0V65cbnne7Q==",
"ingredientGuid": "HFyWRKAeLkexvt8MwdWGQw==",
"ingredientIdentifier": "44965c1c-1ea0-472e-b1be-df0cc1d58643",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "22"
}
},
{
"$ref": "47"
}
],
"bins": [
{
"$id": "48",
"pluG_UID": "2N9Kys7yY0GtVQOSeAVVzA==",
"pluGuid": "ca4adfd8-f2ce-4163-ad55-0392780555cc",
"shelfLocationIdentifier": "hRahnEDpZk2EyipV75oRjA==",
"shelfLocationGuid": "9ca11685-e940-4d66-84ca-2a55ef9a118c",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "ZRPOvdUVB06Cu2T5fbkW4g==",
"labelPageLayoutGuid": "bdce1365-15d5-4e07-82bb-64f97db916e2",
"updated": "2026-04-03T06:21:56.3515756",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "22"
},
"location": {
"$id": "49",
"identifier": "mzMAAfhRv0ugAWgf6smiQg==",
"storeID": 1,
"identifierGuid": "0100339b-51f8-4bbf-a001-681feac9a242",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-04-03T06:21:56.3515756",
"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": "fyHCc1Mil0SaCVpwswuF/g==",
"pluGuid": "73c2217f-2253-4497-9a09-5a70b30b85fe",
"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:21:56.3515756",
"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:21:56.3515756",
"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": "eF2ucFGabEC4TiBsEMvG6A==",
"labelPageLayoutGuid": "70ae5d78-9a51-406c-b84e-206c10cbc6e8",
"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:21:56.3515756",
"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": "v1CuOITckkWVd8kbLzpFwg==",
"labelPageLayoutGuid": "38ae50bf-dc84-4592-9577-c91b2f3a45c2",
"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:21:56.3515756",
"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": "jB2ow4lqq0yWaytXjO7P7A==",
"labelPageLayoutGuid": "c3a81d8c-6a89-4cab-966b-2b578ceecfec",
"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:21:56.3515756",
"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": "/jLpe3XGTE66q3LEdU6+PQ==",
"labelPageLayoutGuid": "7be932fe-c675-4e4c-baab-72c4754ebe3d",
"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": "t+KQIr5wjkuxzHDIfZFG3A==",
"pluGuid": "2290e2b7-70be-4b8e-b1cc-70c87d9146dc",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "YoZX1cSGiE6fQr4JHgqmIA==",
"dealCostGuid": "d5578662-86c4-4e88-9f42-be091e0aa620",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "5HT7Y1n3MkWSP3bnoLm2BQ==",
"priceGroupGuid": "63fb74e4-f759-4532-923f-76e7a0b9b605",
"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:21:56.3515756",
"rrp": 27,
"campaignDescription": "sample string 28",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "057f4a8a-8736-41b4-a386-cd3684108cb1",
"campaignComboPriceGroupG_UID": "oX1bYPu1/k+0B8379ONM9g==",
"campaignComboPriceGroupIdentifier": "605b7da1-b5fb-4ffe-b407-cdfbf4e34cf6",
"promotionPlacementDescription": "sample string 30",
"storeAcceptances": [
{
"$id": "61",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-04-03T06:21:56.3515756",
"operatorG_UID": "J/B+x1PXZUO62vx/JUSHOQ==",
"operatorGuid": "c77ef027-d753-4365-bada-fc7f25448739",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-04-03T06:21:56.3515756",
"signIqTicketFileMovedUtc": "2026-04-03T06:21:56.3515756",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-04-03T06:21:56.3515756",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "49b9c2d3-ebe8-4660-96f7-65c2dfdf8dc9",
"product": {
"$ref": "22"
},
"campaignPlu": {
"$ref": "60"
},
"fuelItem": true
},
{
"$ref": "61"
}
],
"campaign": {
"$id": "62",
"id": 1,
"storeID": 2,
"name": "74a8b1c6-b501-47a6-80ae-684d7b1115a6",
"nameGuid": "74a8b1c6-b501-47a6-80ae-684d7b1115a6",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-04-03T06:21:56.3515756",
"startTime": 1,
"endDate": "2026-04-03T06:21:56.3515756",
"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:21:56.3515756",
"system": true,
"created": "2026-04-03T06:21:56.3515756",
"updated": "2026-04-03T06:21:56.3515756",
"priceChangeNotifiedUtc": "2026-04-03T06:21:56.3515756",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "TFld94I7NUuRsje/z4F08Q==",
"hostIdentifierGuid": "f75d594c-3b82-4b35-91b2-37bfcf8174f1",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-04-03T06:21:56.3515756",
"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": "6QNjvpjyLEyLJHV956POnQ==",
"pluGuid": "be6303e9-f298-4c2c-8b24-757de7a3ce9d",
"hostOfferID": 1,
"priceGroupG_UID": "zKUTb4adc0GW6ek0pfc0eQ==",
"priceGroupGuid": "6f13a5cc-9d86-4173-96e9-e934a5f73479",
"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:21:56.3515756",
"rrp": 17,
"campaignDescription": "sample string 18",
"product": {
"$ref": "22"
},
"campaign": {
"$ref": "62"
}
},
{
"$ref": "63"
}
],
"sellingRules": [
{
"$id": "64",
"id": 1,
"identifier": "3WoSFY9grkih53WlEXGUqQ==",
"identifierStr": "3WoSFY9grkih53WlEXGUqQ==",
"identifierGuid": "15126add-608f-48ae-a1e7-75a5117194a9",
"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": "kMTs+N+elUWIsr3au00oVw==",
"customerIDGuid": "f8ecc490-9edf-4595-88b2-bddabb4d2857",
"campaign": {
"$ref": "62"
},
"customer": {
"$ref": "1"
}
},
{
"$ref": "65"
}
],
"customerGroups": [
{
"$id": "66",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupID": "H7/sQDuJgEGoNM7CjWKk6A==",
"groupIDGuid": "40ecbf1f-893b-4180-a834-cec28d62a4e8",
"campaign": {
"$ref": "62"
},
"group": {
"$ref": "5"
}
},
{
"$ref": "66"
}
],
"signIqTickets": [
{
"$id": "67",
"identifier": "/904o+Cvkk+LxKqrOSNJOg==",
"identifierGuid": "a338ddff-afe0-4f92-8bc4-aaab3923493a",
"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": "DcbObrXmdES4XIMSBTr/ZQ==",
"guid": "6ecec60d-e6b5-4474-b85c-8312053aff65",
"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": "Smec3LkAsE6hsoEfDZJvpA==",
"groupGuid": "dc9c674a-00b9-4eb0-a1b2-811f0d926fa4",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "3hXC12h5jkir9/J9arpPbg==",
"pluGuid": "d7c215de-7968-488e-abf7-f27d6aba4f6e",
"priceGroupG_UID": "pFDs8coJW0WAXjV8IufGqg==",
"priceGroupGuid": "f1ec50a4-09ca-455b-805e-357c22e7c6aa",
"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": "VJT7e8ENmUmwW9eoDBd/rQ==",
"priceLevelIdentifierGuid": "7bfb9454-0dc1-4999-b05b-d7a80c177fad",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "70"
}
],
"promotionType": {
"$id": "71",
"identifier": "awb7NzQBuE6NgxD+WK/P7g==",
"identifierGuid": "37fb066b-0134-4eb8-8d83-10fe58afcfee",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "25X12WfFrUK7nft0oE7uvQ==",
"labelPageLayoutGuid": "d9f595db-c567-42ad-bb9d-fb74a04eeebd",
"priceLevelIdentifier": "U1q3TgMPb0S+gqiRHQsRzQ==",
"priceLevelIdentifierGuid": "4eb75a53-0f03-446f-be82-a8911d0b11cd",
"active": true,
"updated": "2026-04-03T06:21:56.3515756",
"hostName": "sample string 11"
}
},
"product": {
"$ref": "22"
},
"dealCost": {
"$id": "72",
"headerIdentifier": "Oe/QYh+NdU6sMQ9ICgYDjg==",
"headerIdentifierGuid": "62d0ef39-8d1f-4e75-ac31-0f480a06038e",
"identifier": "6U3D4XuMokG/pXZ7lpHeBA==",
"identifierGuid": "e1c34de9-8c7b-41a2-bfa5-767b9691de04",
"supplierIdentifier": "BCCx4Z/C10iKqiNG9+Z0eg==",
"supplierGuid": "e1b12004-c29f-48d7-8aaa-2346f7e6747a",
"pluG_UID": "PlTJgzUhh0qF6Xib4CcmIg==",
"pluGuid": "83c9543e-2135-4a87-85e9-789be0272622",
"campaignName": "1fd4051e-6f9a-4a51-88c7-cb5d2879e7d9",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-04-03T06:21:56.3515756",
"end": "2026-04-03T06:21:56.3515756",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "Ni4YzhZo80iELjHekp2+mg==",
"bonusItemPluGuid": "ce182e36-6816-48f3-842e-31de929dbe9a",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-04-03T06:21:56.3515756",
"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:21:56.3515756",
"campaignEndDate": "2026-04-03T06:21:56.3515756",
"masterPLUG_UID": "7eui+RrYxkuQ6XKmSaPPQA==",
"masterID": "f9a2ebed-d81a-4bc6-90e9-72a649a3cf40",
"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": "ITEqyfT20US3zLKK5t7wGA==",
"bonusMasterID": "c92a3121-f6f4-44d1-b7cc-b28ae6def018",
"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:21:56.3515756",
"dealCosts": [
{
"$ref": "72"
},
{
"$ref": "72"
}
],
"tags": [
{
"$id": "73",
"pluG_UID": "5Iu9aSvLZUiZyifgUYrGgA==",
"pluGuid": "69bd8be4-cb2b-4865-99ca-27e0518ac680",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "73"
}
],
"alternateProductG_UID": "rWvcW3kfXkCex9VSahGsKg==",
"alternateProduct": "5bdc6bad-1f79-405e-9ec7-d5526a11ac2a",
"altProduct": {
"$ref": "22"
},
"productHostCode": {
"$id": "74",
"id": 1,
"pluG_UID": "E9o4rwi32EeBiHTrKP0DwA==",
"pluGuid": "af38da13-b708-47d8-8188-74eb28fd03c0",
"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:21:56.3515756",
"inventoryTracked": "2026-04-03T06:21:56.3515756",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "75",
"pluG_UID": "Rc260nsuTk+PBk9+bW11Vg==",
"pluGuid": "d2bacd45-2e7b-4f4e-8f06-4f7e6d6d7556",
"fuelPluG_UID": "tC9+YFtH2UCoI4i+RbJwhg==",
"fuelPluGuid": "607e2fb4-475b-40d9-a823-88be45b27086",
"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": "WzuXwUakVUe8aJAW9BXjiQ==",
"supplierGuid": "c1973b5b-a446-4755-bc68-9016f415e389",
"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": "69YyHNt6yU2reOsBpeqgTQ==",
"supplierGuid": "1c32d6eb-7adb-4dc9-ab78-eb01a5eaa04d",
"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:21:56.3515756",
"deliveryDate": "2026-04-03T06:21:56.3515756",
"nextCutOffDate": "2026-04-03T06:21:56.3515756",
"nextDeliveryDate": "2026-04-03T06:21:56.3515756",
"nextDaysBuffer": 10
},
{
"$ref": "78"
}
],
"store": {
"$ref": "12"
},
"updated": "2026-04-03T06:21:56.3515756",
"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:21:56.3515756",
"processed": "2026-04-03T06:21:56.3515756",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-04-03T06:21:56.3515756",
"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:21:56.3515756",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "79"
}
],
"zoneMatrix": [
{
"$id": "81",
"id": 1,
"hostIdentifier": "E6qrhJlQO0meUWo46qFDWQ==",
"hostIdentifierGuid": "84abaa13-5099-493b-9e51-6a38eaa14359",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"d73d7f5d-2b21-4fcf-bd06-e8bb656ccde8",
"8f618696-713e-4058-b812-bbbc25909495"
]
},
{
"$ref": "81"
}
],
"hostFileStoreSetting": {
"$ref": "15"
},
"hostStoreSettings": [
{
"$ref": "15"
},
{
"$ref": "15"
}
],
"promotionPlacements": [
{
"$id": "82",
"identifier": "SeXJxF26FkWvDmMFsAuPlQ==",
"identifierGuid": "c4c9e549-ba5d-4516-af0e-6305b00b8f95",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "82"
}
],
"promoTypeGuids": [
"25b3522a-1e50-4ced-be4f-9697533987ca",
"3dbb4e00-2b0e-4200-a78e-5661908508b0"
],
"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:21:56.3515756",
"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": "82c3e146-a9dd-435a-b233-cf62a44e26c2",
"updateStore": {
"$id": "88",
"id": "1d6071b7-0272-4432-bf32-572af06f146a",
"name": "sample string 1",
"lastActivity": "2026-04-03T06:21:56.3515756",
"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:21:56.3515756"
},
"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": "jaa9j/SGs0Ox4OtvMysEbQ==",
"identifierGuid": "8fbda68d-86f4-43b3-b1e0-eb6f332b046d",
"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:21:56.3515756",
"promoPeriodEnd": "2026-04-03T06:21:56.3515756",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-04-03T06:21:56.3515756",
"deleted": true
},
"details": [
{
"$id": "91",
"saleItemID": 1,
"identifier": "B8Dx1EXhb0mxvBVu79Gebg==",
"identifierGuid": "d4f1c007-e145-496f-b1bc-156eefd19e6e",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "lixEF36itUKCd6fLjBWyRw==",
"pluGuid": "17442c96-a27e-42b5-8277-a7cb8c15b247",
"accountID": "f70zVr1zKEu0bdXhu8WX4g==",
"accountIDGuid": "5633bd7f-73bd-4b28-b46d-d5e1bbc597e2",
"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:21:56.3515756",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "lSmx25aL/kerbR9y0pBUVw==",
"refundGuid": "dbb12995-8b96-47fe-ab6d-1f72d2905457",
"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": "ZbAHtWoA6UiUDRzZJzX8cQ==",
"idempotentVoidGuid": "b507b065-006a-48e9-940d-1cd92735fc71",
"priceLevelIdentifier": "7IQBdJhuR0G/R7UfQZUmPg==",
"priceLevelIdentifierGuid": "740184ec-6e98-4147-bf47-b51f4195263e",
"communityIdentifier": "kjwoA77d6kOL0cIGx0zFrQ==",
"communityIdentifierGuid": "03283c92-ddbe-43ea-8bd1-c206c74cc5ad",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "92",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-04-03T06:21:56.3515756",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "92"
}
],
"refund": {
"$id": "93",
"id": 1,
"g_UID": "NID+8qQpi0m7zLoArBh0/g==",
"guid": "f2fe8034-29a4-498b-bbcc-ba00ac1874fe",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-04-03T06:21:56.3515756"
},
"modifier": {
"$id": "94",
"id": 1,
"setG_UID": "PH2PxCUsB0GhaPQpyY93Mg==",
"modifierSetGuid": "c48f7d3c-2c25-4107-a168-f429c98f7732",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "PwbJ9Bow50eDe9OEfXa/2g==",
"pluGuid": "f4c9063f-301a-47e7-837b-d3847d76bfda",
"deleted": true,
"g_UID": "YKWll4vTOUOCxFPPYKQ5/w==",
"guid": "97a5a560-d38b-4339-82c4-53cf60a439ff",
"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": "g1m4D+L/REODcL0hDwzwng==",
"pluGuid": "0fb85983-ffe2-4344-8370-bd210f0cf09e",
"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:21:56.3515756",
"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:21:56.3515756",
"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": "78CKk6ngGUuNZDKk+HNWHg==",
"pluGuid": "938ac0ef-e0a9-4b19-8d64-32a4f873561e",
"accountID": "VH9ON9CGkkmt3HhCjWnTNg==",
"accountIDGuid": "374e7f54-86d0-4992-addc-78428d69d336",
"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:21:56.3515756",
"bestOrExpireType": 1,
"refundG_UID": "jDs3spSrqk6/nDLORuEQ/g==",
"refundGuid": "b2373b8c-ab94-4eaa-bf9c-32ce46e110fe",
"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": "8eFzBeyw8UaCCBaXJ8N/LA==",
"identifierGuid": "0573e1f1-b0ec-46f1-8208-169727c37f2c",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "OW/eI9C/oEC33Sd2lm1n4g==",
"customerIdentifierGuid": "23de6f39-bfd0-40a0-b7dd-2776966d67e2",
"operatorNo": 1,
"operatorG_UID": "THNqhW2Ibkqg0GD6Cfd2kQ==",
"operatorGuid": "856a734c-886d-4a6e-a0d0-60fa09f77691",
"created": "2026-04-03T06:21:56.3515756",
"ordered": "2026-04-03T06:21:56.3515756",
"started": "2026-04-03T06:21:56.3515756",
"completed": "2026-04-03T06:21:56.3515756",
"supplied": "2026-04-03T06:21:56.3515756",
"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": "mn2kA/i2gUulBwnn/v+NZg==",
"pluGuid": "03a47d9a-b6f8-4b81-a507-09e7feff8d66",
"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": "kRoByEULf0GFjw4qjX282g==",
"headerIdentifierGuid": "c8011a91-0b45-417f-858f-0e2a8d7dbcda",
"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": "uiibdFHAs02aSrUiPgx0Hw==",
"surveyGuid": "749b28ba-c051-4db3-9a4a-b5223e0c741f",
"saleHeaderGuid": "zZ7fo0vf3k6nEcHlrUomCg==",
"saleGuid": "a3df9ecd-df4b-4ede-a711-c1e5ad4a260a",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "I3dLEl8Rl0WHPXLFrOdKkg==",
"guidResponse": "124b7723-115f-4597-873d-72c5ace74a92",
"whoAnswered": 2,
"answeredAtUTC": "2026-04-03T06:21:56.3515756",
"sale": {
"$ref": "8"
},
"survey": {
"$id": "103",
"g_UID": "ztx0LLOQME20EtTm8G/aUw==",
"guid": "2c74dcce-90b3-4d30-b412-d4e6f06fda53",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "YWBzPwcl2ECBIJNGQonZTA==",
"checkoutFormGuid": "3f736061-2507-40d8-8120-93464289d94c",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-04-03T06:21:56.3515756",
"end": "2026-04-03T06:21:56.3515756",
"deleted": true,
"updated": "2026-04-03T06:21:56.3515756",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"c4cbbeca-37d5-4902-9644-40648585da00",
"659ae7cf-0c56-4a7a-997d-db12548a89d3"
],
"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": "RrLu/uQeuUKl/m1xO8gkcQ==",
"accountIdentifier": "feeeb246-1ee4-42b9-a5fe-6d713bc82471",
"accountName": "sample string 44",
"customerOrderIdentifier": "f4widC5AmECuvT5AWQz0XQ==",
"customerOrderIdentifierGuid": "74228c7f-402e-4098-aebd-3e40590cf45d",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "104",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "KU5Py+vRCEmUidbQsE4Lxg==",
"paymentIdentifierGuid": "cb4f4e29-d1eb-4908-9489-d6d0b04e0bc6",
"identifier": "MbsACzr6L06bDJpsLpkToA==",
"identifierGuid": "0b00bb31-fa3a-4e2f-9b0c-9a6c2e9913a0",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "/H/hDheCGEKblIxBcnRYZg==",
"itemIdentifierGuid": "0ee17ffc-8217-4218-9b94-8c4172745866"
}
},
{
"$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": "Gg/kSt4/WEGzq2GtZ6jyWw==",
"customerIdentifierGuid": "4ae40f1a-3fde-4158-b3ab-61ad67a8f25b",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "qEU8uUnFEUy+CFGTzSkBjw==",
"idempotentGuid": "b93c45a8-c549-4c11-be08-5193cd29018f",
"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:21:56.3515756",
"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:21:56.3515756",
"labelPageLayout": "jZK0APvrl0S88AXNNDh82g==",
"pageLayoutGuid": "00b4928d-ebfb-4497-bcf0-05cd34387cda",
"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:21:56.3515756"
},
{
"$ref": "109"
}
]
},
"customerVouchers": [
{
"$id": "110",
"id": 1,
"customerIdentifier": "1FmnkQ9BIEKiHWTgnVUyWw==",
"customerIdentifierGuid": "91a759d4-410f-4220-a21d-64e09d55325b",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-04-03T06:21:56.3515756",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "hPRzEO9lPEuLmDskiSvj4w==",
"issuedIdempotentGuid": "1073f484-65ef-4b3c-8b98-3b24892be3e3",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-04-03T06:21:56.3515756",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-04-03T06:21:56.3515756",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "EyKk2iSXmUCP3rtCBpSM2w==",
"redeemedIdempotentGuid": "daa42213-9724-4099-8fde-bb4206948cdb",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-04-03T06:21:56.3515756",
"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 �2�\$O�2� 5 xl/workbook.xml � (� ����0��&�C���SR8q���{)�4П�5���H�yۙ��v�l��3����/]��lI�(�OƂ���8�C��EL�K�o:��|.���i���x������� Դ����Bli��0�$���]LD��M��/�B�+�p��(9����\)���;J��6/��Z�xg�0F���PK �2�\���� � [Content_Types].xml � (� ���J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
�2�\1���' ' _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="R51ec793ec43845ad" /></Relationships>PK �2�\�<�( � xl/worksheets/sheet1.xml � (� �Y�R�J��ޏ���W�8%B�J�$o>���-J������5����(���������x�=�y1ϖ��Y�K��l2_�:����6z5�d��b��e�×�I~�����/Ƴt1*��1]�s�,_�J�g���M��qz������t?OF��T1�?ц���1OG��-,6T��|
��g_�}/O��Q�O�[����}7O_�����Q�ϲ߫?�&�[c�
�����yo�NGO�M�r���J��Z��b�������z�џ������#��-�d�g����(����t`�ԋm��Ճ�- (�A �p=l롺���b�q鴵F���zٱ^m�U�z����Ͷ�t���z[Ջ�:���� ���z��w��Y0�ʰ� ��L�+r[�`e�.\�y�!����\veV�+C0#�]�����mW�`I^yRȘ[ˍ��-u�L
��'A���#�8�β�T��I�;�J����<)*O��K�E[e�ME�`�k�-����E����)!��-��B�o͘4�F�� XQ�Y��V9����i{�`EQ�"(�����*��E}<ZΜ8� X���oe��[����;
��6AZ�k��m�v[�_����gE��ך��.�j�G���Ye�lcN�ʉb%�Q�?��1��!���O$k|�4�Y��`E��*`� �����roC�X9�8���`AYY���= ���)ha���
�}�����`AYY��X8��-[���W�ʊ���`� �G�{���(+/J��!}��7�R��!xQV^�6��{��T�g�������G�h8ȳ�^�>��WG�?,�_�e����C6�?�j���&����QG�7PG�i"dq�D�:�m���&��WM��#�5��xO(�D�@@�� ��A�~& H�k���B@��7i��� qo R��6��A����w���A@��? R7!B(�� C��M� "�"�)�a$qB��� H@"'D$���$sB���D0�L$��D4�Ld��D8%֙H��:�Xg"��LTb����J�_0�-#�-#�EH�3�tM@������ QH��4K@���y\�_��V�¢^d�7�byO@P>ԇ���A}�L@P�������>�ԇ���%XP��ͻ����e��>z���?�'ɡ�g�NRIă�����Ȣ�<�n��!� �<sut�"�
:"�
�����ˈH��ˈ���ˈȣ�ˈ��-!i�2""i�2"2i*}6����i3KG�4�Ȳ2��?���PK �2�\KԹ� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞�qL��ݰ���3����n�gc���V���X��j4��'�|���o�D���hM
yƀ�ѶM_�)tl7�=N*� ?��'q����'J�pV>���鬛U�����Q�H9c%u)n��pY�?D�u��g�O3����Zw�b rP��P�O��kȳH�kk؋VJ-�%E� �wS��2�������q��U�+e��]e�} .^:uJˉ�l��P�`e����Fo�b�PK �2�\Ѓc'2 E
xl/styles.xml � (� �S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v �F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}� ��LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK �2�\JL~�� �
xl/sharedStrings.xml � (� ��Ks�0ǿ�Ƨ�`��t��$M�L���Lek
�ؒ+�L�O_��G-brh��oW���aF'��m@H����e�P�[�w�vl!�0#���V�B'���
�P&��Z����l
%���i�sQb���++��5�*����n�)�P�k��� �P��f�}���� S4� F���ܭ�M.jJ�t��c]�'�F縤E��qi��v�ܨ5��$?��U�1�
��)jm\��)M ����o�gT5m[����VWa��r]��Hg�B��'P�u#����� t]���Ռ��.�j�K�Ђ��7�K{�)C�Y�WD[
�i�tY��o�%g���o�����fF��B�s�_�d�~�!(Q\�N7ZT�j�=%�Co� -`�A}v|��Zb�J�����:Z)��b[���ͨ�
����1�v-����:����yJ�L��7��w��{�4+��Ů�f���3,�Q�'��%l��Ǡ�l�����y�W�yI�h�K�Q��
=��� &��(��xط�(��}���tJ%�jK�_t�Gݸߍ�8���n���pc���#�yG��h��yQ�q�8�v�If��Q�"��I�1w�6��v�b�{���~�����&Y���ێ��?��o��/
��3��O(��,���=���K��
���߳B:g˙�4��y=�����_������߯&��w�}\����e�E��}��':�PK- �2�\$O�2� 5 xl/workbook.xmlPK- �2�\���� � [Content_Types].xmlPK-
�2�\1���' ' V _rels/.relsPK- �2�\�<�( � � xl/worksheets/sheet1.xmlPK- �2�\KԹ� P < xl/_rels/workbook.xml.relsPK- �2�\Ѓc'2 E
�
xl/styles.xmlPK- �2�\JL~�� �
� xl/sharedStrings.xmlPK � 4
application/vnd.ms-excel
PK �2�\ḿ� 5 xl/workbook.xml � (� ����0��&�C�� ��N\�z�^ak�O�||K $���~;t2nx3����\�E�"�w�cA�7N��{ù�5�[��e%q0� ��BZ��?,o�������Ը���s����'���l"���o�&�v��LA�[Fɹ�5�1r���=/���geq9��o�
F����PK �2�\���� � [Content_Types].xml � (� ���J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
�2�\i�$�' ' _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="R8fd7800a03e04165" /></Relationships>PK �2�\�<�( � xl/worksheets/sheet1.xml � (� �Y�R�J��ޏ���W�8%B�J�$o>���-J������5����(���������x�=�y1ϖ��Y�K��l2_�:����6z5�d��b��e�×�I~�����/Ƴt1*��1]�s�,_�J�g���M��qz������t?OF��T1�?ц���1OG��-,6T��|
��g_�}/O��Q�O�[����}7O_�����Q�ϲ߫?�&�[c�
�����yo�NGO�M�r���J��Z��b�������z�џ������#��-�d�g����(����t`�ԋm��Ճ�- (�A �p=l롺���b�q鴵F���zٱ^m�U�z����Ͷ�t���z[Ջ�:���� ���z��w��Y0�ʰ� ��L�+r[�`e�.\�y�!����\veV�+C0#�]�����mW�`I^yRȘ[ˍ��-u�L
��'A���#�8�β�T��I�;�J����<)*O��K�E[e�ME�`�k�-����E����)!��-��B�o͘4�F�� XQ�Y��V9����i{�`EQ�"(�����*��E}<ZΜ8� X���oe��[����;
��6AZ�k��m�v[�_����gE��ך��.�j�G���Ye�lcN�ʉb%�Q�?��1��!���O$k|�4�Y��`E��*`� �����roC�X9�8���`AYY���= ���)ha���
�}�����`AYY��X8��-[���W�ʊ���`� �G�{���(+/J��!}��7�R��!xQV^�6��{��T�g�������G�h8ȳ�^�>��WG�?,�_�e����C6�?�j���&����QG�7PG�i"dq�D�:�m���&��WM��#�5��xO(�D�@@�� ��A�~& H�k���B@��7i��� qo R��6��A����w���A@��? R7!B(�� C��M� "�"�)�a$qB��� H@"'D$���$sB���D0�L$��D4�Ld��D8%֙H��:�Xg"��LTb����J�_0�-#�-#�EH�3�tM@������ QH��4K@���y\�_��V�¢^d�7�byO@P>ԇ���A}�L@P�������>�ԇ���%XP��ͻ����e��>z���?�'ɡ�g�NRIă�����Ȣ�<�n��!� �<sut�"�
:"�
�����ˈH��ˈ���ˈȣ�ˈ��-!i�2""i�2"2i*}6����i3KG�4�Ȳ2��?���PK �2�\���� P xl/_rels/workbook.xml.rels � (� ��An� E��f_�m��*$�n�Ms�m�Hۜ���W(j�֑��&+4��i������m��8x'�,tڛ�uN����v���R��a�$?qQB���@i�=N*~F�;ևI�\���JU��bLаd�5���3���4>z}�Х?��Շc���
& ?Q��GYd*�'#aW�Um-&�7� ��L-�����R/d����t%x%�Mez�<��7�tZ�5ѮX��ڊ�R\�D����PK �2�\Ѓc'2 E
xl/styles.xml � (� �S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v �F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}� ��LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK �2�\JL~�� �
xl/sharedStrings.xml � (� ��Ks�0ǿ�Ƨ�`��t��$M�L���Lek
�ؒ+�L�O_��G-brh��oW���aF'��m@H����e�P�[�w�vl!�0#���V�B'���
�P&��Z����l
%���i�sQb���++��5�*����n�)�P�k��� �P��f�}���� S4� F���ܭ�M.jJ�t��c]�'�F縤E��qi��v�ܨ5��$?��U�1�
��)jm\��)M ����o�gT5m[����VWa��r]��Hg�B��'P�u#����� t]���Ռ��.�j�K�Ђ��7�K{�)C�Y�WD[
�i�tY��o�%g���o�����fF��B�s�_�d�~�!(Q\�N7ZT�j�=%�Co� -`�A}v|��Zb�J�����:Z)��b[���ͨ�
����1�v-����:����yJ�L��7��w��{�4+��Ů�f���3,�Q�'��%l��Ǡ�l�����y�W�yI�h�K�Q��
=��� &��(��xط�(��}���tJ%�jK�_t�Gݸߍ�8���n���pc���#�yG��h��yQ�q�8�v�If��Q�"��I�1w�6��v�b�{���~�����&Y���ێ��?��o��/
��3��O(��,���=���K��
���߳B:g˙�4��y=�����_������߯&��w�}\����e�E��}��':�PK- �2�\ḿ� 5 xl/workbook.xmlPK- �2�\���� � [Content_Types].xmlPK-
�2�\i�$�' ' V _rels/.relsPK- �2�\�<�( � � xl/worksheets/sheet1.xmlPK- �2�\���� P < xl/_rels/workbook.xml.relsPK- �2�\Ѓc'2 E
�
xl/styles.xmlPK- �2�\JL~�� �
� xl/sharedStrings.xmlPK � 4