GET api/customer/{id}?Relations={Relations}&Cards={Cards}&Payments={Payments}
Get Customer
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Customer identifier |
globally unique identifier |
Required |
| Relations |
Wherther to load any relational customer information |
boolean |
None. |
| Cards |
Whether customer cards are part of the customer relations to load |
boolean |
None. |
| Payments |
Whether to load all the customers payments |
boolean |
None. |
Body Parameters
None.
Response Information
Resource Description
Customer object
Customer| Name | Description | Type | Additional information |
|---|---|---|---|
| Identifier | Collection of byte |
None. |
|
| IdentifierGuid | globally unique identifier |
None. |
|
| Code | string |
String length: inclusive between 0 and 30 |
|
| FamilyName | string |
Required String length: inclusive between 0 and 60 |
|
| GivenName | string |
String length: inclusive between 0 and 60 |
|
| OtherName | string |
String length: inclusive between 0 and 60 |
|
| Title | string |
String length: inclusive between 0 and 20 |
|
| DateOfBirth | date |
None. |
|
| Sex |
Gender, indicated by M or F |
string |
String length: inclusive between 0 and 1 |
| Address1 | string |
String length: inclusive between 0 and 60 |
|
| Address2 | string |
String length: inclusive between 0 and 60 |
|
| Town | string |
String length: inclusive between 0 and 60 |
|
| State | string |
String length: inclusive between 0 and 60 |
|
| Country | string |
String length: inclusive between 0 and 60 |
|
| PostalCode | string |
String length: inclusive between 0 and 10 |
|
| string |
Data type: EmailAddress String length: inclusive between 0 and 100 |
||
| Telephone | string |
Data type: PhoneNumber String length: inclusive between 0 and 20 |
|
| Mobile | string |
Data type: PhoneNumber String length: inclusive between 0 and 20 |
|
| CommunityIdentifier | Collection of byte |
None. |
|
| CommunityIdentifierGuid | globally unique identifier |
None. |
|
| Joined | date |
Data type: DateTime |
|
| Updated | date |
Data type: DateTime |
|
| Active | boolean |
None. |
|
| ReasonInactive | integer |
None. |
|
| GroupCustomer | boolean |
None. |
|
| LoyaltyPoints | integer |
None. |
|
| HomeStoreID |
NOT to be used to restrict a customer |
integer |
None. |
| AvailableSpend |
Loyalty points available to spend |
integer |
None. |
| PriceLevelIdentifier | Collection of byte |
None. |
|
| PriceLevelIdentifierGuid | globally unique identifier |
None. |
|
| MarketingID | string |
None. |
|
| ReceiptPrintOptions | ReceiptPrintOptions |
None. |
|
| Hidden |
Hidden from POS lookup |
boolean |
None. |
| Registered |
Customer has registered via EMC |
boolean |
None. |
| RegisteredOn | date |
Data type: DateTime |
|
| EmailMarketing | boolean |
None. |
|
| SMSMarketing | boolean |
None. |
|
| Deleted | boolean |
None. |
|
| DeletedUser | string |
None. |
|
| HomeStoreName | string |
Relation. This field may not always be loaded or used for updates. |
|
| CustomerCards | Collection of CustomerCard |
Relation. This field may not always be loaded or used for updates. |
|
| CustomerGroupMembers |
The customer group member classes for this customer and the customer groups that this customer belongs to |
Collection of CustomerGroupMember |
Relation. This field may not always be loaded or used for updates. |
| CustomerGroups |
This customer is the primary Contact of the following groups |
Collection of CustomerGroup |
Relation. This field may not always be loaded or used for updates. |
| Accounts |
Account.OwnerGuid |
Collection of Account |
Relation. This field may not always be loaded or used for updates. |
| Account |
CustomerCards -> First Account Card's Identifier as a GUID -> Account.Identifier |
Account |
Relation. This field may not always be loaded or used for updates. |
| Vouchers |
List of voucher summaries, grouping vouchers by type |
Collection of CustomerVoucherSummary |
Relation. This field may not always be loaded or used for updates. |
Response Formats
application/json, text/json
{
"identifier": "TKAnP/i6rUypT7Dw0/jmYQ==",
"identifierGuid": "3f27a04c-baf8-4cad-a94f-b0f0d3f8e661",
"code": "sample string 2",
"familyName": "sample string 3",
"givenName": "sample string 4",
"otherName": "sample string 5",
"title": "sample string 6",
"dateOfBirth": "2026-06-03T18:32:48.6240854",
"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": "YfEnEYLsDku5h4ELGefiVA==",
"communityIdentifierGuid": "1127f161-ec82-4b0e-b987-810b19e7e254",
"joined": "2026-06-03T18:32:48.6240854",
"updated": "2026-06-03T18:32:48.6240854",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "iGuOK44WJkacHI5g3Us4zw==",
"priceLevelIdentifierGuid": "2b8e6b88-168e-4626-9c1c-8e60dd4b38cf",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-06-03T18:32:48.6240854",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "2",
"cardType": 2,
"issueDate": "2026-06-03T18:32:48.6240854",
"expiry": "2026-06-03T18:32:48.6240854",
"customerID": "VN3PTSABFESlq81E8KMBtQ==",
"customerIDGuid": "4dcfdd54-0120-4414-a5ab-cd44f0a301b5",
"initialValue": 1,
"currentValue": 1,
"maxLimit": 1,
"minTransaction": 1,
"maxTransaction": 1,
"multiplier": 1.1,
"active": true,
"reasonInactive": 1,
"idRequired": true,
"idType": 1,
"idValue": "sample string 5",
"updated": "2026-06-03T18:32:48.6240854",
"linkedAccount": "aVWGLvk3BEmc+jP8D5l0xA==",
"linkedAccountGuid": "2e865569-37f9-4904-9cfa-33fc0f9974c4",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "1"
},
"account": {
"$id": "3",
"id": 1,
"identifier": "x4AiWIZFSkuw2dkArmiBPw==",
"identifierGuid": "582280c7-4586-4b4a-b0d9-d900ae68813f",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-06-03T18:32:48.6240854",
"owner": "iRoA06HrU0OY5UySJ0UJFQ==",
"ownerGuid": "d3001a89-eba1-4353-98e5-4c9227450915",
"accountStoreGroupIdentifier": "kEN7pOCxR0iSHYx3+vS/sw==",
"accountStoreGroupGuid": "a47b4390-b1e0-4847-921d-8c77faf4bfb3",
"accountType": 1,
"currentBalance": 1,
"externalID": "sample string 7",
"maximumLimit": 1,
"accruePoints": true,
"loyaltyPoints": 1,
"termsOfTrade": 1,
"signatureRequired": true,
"referenceRequired": true,
"statementSendType": 10,
"ageingPeriod": 1,
"monthlyAgeingPeriod": true,
"explodedInvoice": true,
"isFifoAllocation": true,
"lastStatementSent": "2026-06-03T18:32:48.6240854",
"active": true,
"updated": "2026-06-03T18:32:48.6240854",
"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": "NHEdQ38Oo06JXFCZ0rULjg==",
"identifierGuid": "431d7134-0e7f-4ea3-895c-5099d2b50b8e",
"name": "sample string 2",
"primaryContact": "cfLnEedDyUi9hMzVbtFc9g==",
"primaryContactGuid": "11e7f271-43e7-48c9-bd84-ccd56ed15cf6",
"accountID": "9EbE1nldQkGZLYUHsIvbDg==",
"accountIDGuid": "d6c446f4-5d79-4142-992d-8507b08bdb0e",
"special": true,
"updated": "2026-06-03T18:32:48.6240854",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "xYYhcL6lAESqTZAO7Ow+LA==",
"priceLevelIdentifierGuid": "702186c5-a5be-4400-aa4d-900eecec3e2c",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "3"
},
"primaryContactCustomer": {
"$ref": "1"
},
"customerGroupMembers": [
{
"$id": "6",
"id": 1,
"groupID": "+maXMt77vEqHPcMuVNF0vA==",
"groupIDGuid": "329766fa-fbde-4abc-873d-c32e54d174bc",
"customerID": "xJTUWdMXYEebv1Aakx+W+w==",
"customerIDGuid": "59d494c4-17d3-4760-9bbf-501a931f96fb",
"card": "sample string 4",
"linkedAccount": "luqipjbankieuxXn/ls4UQ==",
"linkedAccountGuid": "a6a2ea96-da36-489e-9ebb-15e7fe5b3851",
"customer": {
"$ref": "1"
},
"group": {
"$ref": "5"
},
"customerCard": {
"$ref": "2"
}
},
{
"$ref": "6"
}
]
},
{
"$ref": "5"
}
]
},
"payments": [
{
"$id": "7",
"id": 1,
"identifier": "kQ0Xl+8bDE6NPxENR2Y70g==",
"identifierGuid": "97170d91-1bef-4e0c-8d3f-110d47663bd2",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "vDhRPfDvRkS+xW0Dn/GbTg==",
"accountIDGuid": "3d5138bc-eff0-4446-bec5-6d039ff19b4e",
"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-06-03T18:32:48.6240854",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "8tTgnxfRMUyVnpvDU+VNew==",
"idempotentVoidGuid": "9fe0d4f2-d117-4c31-959e-9bc353e54d7b",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "8",
"saleHeaderID": 1,
"saleHeaderGuid": "iiOuLDPFs0avpjKHWW38WQ==",
"saleHeaderIdentifierGuid": "2cae238a-c533-46b3-afa6-3287596dfc59",
"created": "2026-06-03T18:32:48.6240854",
"createdLocal": "2026-06-03T18:32:48.6240854",
"createdText": "sample string 4",
"itemCount": 5,
"totalAmount": 6,
"cashTender": 1,
"cardTender": 1,
"cheqTender": 1,
"acctTender": 1,
"voucherTender": 1,
"loyaltyPoints": 1,
"cashout": 1,
"changeAmount": 1,
"rounding": 1,
"gstAmount": 1,
"transactionDiscountTender": 1,
"totalTip": 7,
"tranType": 1,
"processed": 1,
"imported": "2026-06-03T18:32:48.6240854",
"storeID": 1,
"operatorG_Uid": "OIIorvzeBEKgVfV6kKeZwg==",
"operatorGuid": "ae288238-defc-4204-a055-f57a90a799c2",
"customerG_Uid": "1DbeEBzqN0WBIa5Ydjbhwg==",
"customerGuid": "10de36d4-ea1c-4537-8121-ae587636e1c2",
"communityIdentifier": "OEgWjJuK3UWt75l14W3Tow==",
"communityIdentifierGuid": "8c164838-8a9b-45dd-adef-9975e16dd3a3",
"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": "hgEjey5+ZUiLz78QnjAZhA==",
"priceLevelIdentifierGuid": "7b230186-7e2e-4865-8bcf-bf109e301984",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-06-03T18:32:48.6240854+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-06-03T18:32:48.6240854",
"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": "WWLXawjX3kCNVJm3qxYKRA==",
"guid": "6bd76259-d708-40de-8d54-99b7ab160a44",
"operatorNumber": 1,
"shortName": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"password": "sample string 5",
"hasPassword": true,
"passwordText": "sample string 6",
"rfidTagID": "sample string 7",
"blueprintID": 1,
"groupID": 1,
"groupName": "sample string 8",
"managerGroupID": 1,
"managerGroupName": "sample string 9",
"zoneID": 1,
"zoneName": "sample string 10",
"loggedIn": 1,
"lastUsedIP": "sample string 11",
"deleted": true,
"locked": true,
"allowOpenTill": true,
"webEmail": "sample string 14",
"simpleOperatorType": 0,
"webRole": "sample string 15",
"updated": "2026-06-03T18:32:48.6240854",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-06-03T18:32:48.6240854",
"endShift": "2026-06-03T18:32:48.6240854",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "11",
"operatorG_UID": "OqPyrgQ1GECLGwL9aFQIlQ==",
"operatorGuid": "aef2a33a-3504-4018-8b1b-02fd68540895",
"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-06-03T18:32:48.6240854",
"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": "uW55q6wptUyS/2nehXQloQ==",
"hostIdentifierGuid": "ab796eb9-29ac-4cb5-92ff-69de857425a1",
"hostName": 1,
"hostAddress": "sample string 27",
"hostUsername": "sample string 28",
"hostPassword": "sample string 29",
"excludeFromLeadInOut": true,
"accountingProvider": 31,
"accountingAddress": "sample string 32",
"accountingUsername": "sample string 33",
"accountingPassword": "sample string 34",
"storeAccountingCode": "sample string 35",
"softwareVariance": 36,
"fuelWarningVariance": 37.0,
"fuelErrorVariance": 38.0,
"fuelAccumulatedWarningVariance": 39.0,
"fuelAccumulatedErrorVariance": 40.0,
"drawManagment": 41,
"endOfDayManagment": true,
"autoFillCashBalancing": true,
"fuelDayVariance": 44,
"accountingTradingTime": "00:00:00.1234567",
"stockActivateProduct": 46,
"defaultOrderDocumentId": 1,
"defaultStockReceiveDocumentId": 1,
"giftCardSalesAccountingDeptCode": "sample string 47",
"transactionDiscountAccountingDeptCode": "sample string 48",
"size": 49,
"updated": "2026-06-03T18:32:48.6240854",
"priceZone": {
"$id": "13",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "zMo0dmOYx0Wr5c3ks2E4hg==",
"hostIdentifierGuid": "7634cacc-9863-45c7-abe5-cde4b3613886",
"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"
},
"warehouseStore": {
"$id": "15",
"storeID": 1,
"warehouseStoreID": 2,
"storeName": "sample string 3",
"warehouseName": "sample string 4"
},
"hostStoreSettings": [
{
"$id": "16",
"id": 1,
"hostIdentifier": "S8wAo+WCz0CM6M9yHljnRg==",
"hostIdentifierGuid": "a300cc4b-82e5-40cf-8ce8-cf721e58e746",
"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": "17",
"identifier": "KZqa2If3kUG13ttAl+Ch2g==",
"identifierGuid": "d89a9a29-f787-4191-b5de-db4097e0a1da",
"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": "I36JTnFML0SNFrkKrlz6Fw==",
"hostSupplierIdentifierGuid": "4e897e23-4c71-442f-8d16-b90aae5cfa17",
"loyaltyPriceLevelIdentifier": "xLFvxh9lgEezjZC3Oawtqw==",
"loyaltyPriceLevelIdentifierGuid": "c66fb1c4-651f-4780-b38d-90b739ac2dab",
"isGroup": true,
"description": "sample string 22",
"hostProvider": 23,
"hostTypeEnum": 24,
"hostType": "sample string 25",
"hostCode": "sample string 26",
"username": "sample string 27",
"password": "sample string 28",
"passwordPlain": "sample string 29",
"server": "sample string 30",
"url": "sample string 31",
"global": true,
"stateCode": "sample string 33",
"lastCollected": "2026-06-03T18:32:48.6240854",
"lastProcessed": "2026-06-03T18:32:48.6240854",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$id": "18",
"identifier": "d0lBajqmyUWQnjjpJfrGfQ==",
"identifierGuid": "6a414977-a63a-45c9-909e-38e925fac67d",
"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": "a2dfi29ydUan7bUf4U6dvg==",
"primaryContactID": "8b5f676b-726f-4675-a7ed-b51fe14e9dbe",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "jmgpzy3+M0yydulb3jnrIA==",
"supplierGroupGuid": "cf29688e-fe2d-4c33-b276-e95bde39eb20",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-06-03T18:32:48.6240854",
"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": "19",
"id": "b50a5a44-6f0c-44c6-92af-e8f04e77cdad",
"identifier": "ZIOGaxw64kGFio57F7eeUg==",
"identifierGuid": "6b868364-3a1c-41e2-858a-8e7b17b79e52",
"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": "20",
"supplierIdentifier": "eRhuAiKFb0O0N47eWllizw==",
"supplierIdentifierGuid": "026e1879-8522-436f-b437-8ede5a5962cf",
"contactGuid": "M5TxibcwPkuk6TC1stcrDA==",
"contactID": "89f19433-30b7-4b3e-a4e9-30b5b2d72b0c",
"contact": {
"$ref": "19"
},
"supplier": {
"$ref": "18"
}
},
{
"$ref": "20"
}
],
"products": [
{
"$id": "21",
"pluG_UID": "7uAhWHMoqUmr3QCdqS9tVA==",
"pluGuid": "5821e0ee-2873-49a9-abdd-009da92f6d54",
"supplierIdentifier": "Cv+7W8yZ1ESPj4bMPv18Yw==",
"supplierIdentifierGuid": "5bbbff0a-99cc-44d4-8f8f-86cc3efd7c63",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-06-03T18:32:48.6240854",
"pricedByWeight": true,
"landedUnitCostEx": 9,
"landedUnitCostInc": 10,
"landedCartonCostInc": 12,
"landedCartonCostEx": 13,
"standardCost": 14,
"deliveryFee": 1,
"deliveryFeeBasis": "sample string 15",
"pickAndPackFee": 1,
"pickAndPackFeeBasis": "sample string 16",
"financeFee": 1,
"financeFeeBasis": "sample string 17",
"cartonLength": 1,
"cartonWidth": 1,
"cartonHeight": 1,
"palletLayerQuantity": 1,
"palletLayers": 1,
"itemCode": "sample string 18",
"invoiceCode": "sample string 19",
"invoiceDesc": "sample string 20",
"orderDirect": true,
"useCost": true,
"minimumQuantity": 21,
"hostType": 22,
"fromHost": 23,
"minimumReorder": 1,
"maximumReorder": 1,
"orderMultiple": 24.1,
"sellMultiple": 25.1,
"baseMultiple": 26.1,
"hostStandardCost": 27,
"hostTotalCost": 28,
"hostRetail": 29,
"hostLandedUnitCostEx": 30,
"hostLandedUnitCostInc": 31,
"hostDesc": "sample string 32",
"directIndicator": "sample string 33",
"availableToOrder": true,
"hostRangeIndicator": "sample string 35",
"hostProductType": "sample string 36",
"hostProductGrade": "sample string 37",
"hostProductGroup": "sample string 38",
"hostSlowMoving": true,
"hostGeneralMerchandise": true,
"hostPillar": "sample string 41",
"hostLastUpdated": "2026-06-03T18:32:48.6240854",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "22",
"pluG_UID": "r+AJtrYQdUuZYl4WpkJoww==",
"pluGuid": "b609e0af-10b6-4b75-9962-5e16a64268c3",
"supplierIdentifier": "cv0PJNII3Eu/YROBVRCOWw==",
"supplierIdentifierGuid": "240ffd72-08d2-4bdc-bf61-138155108e5b",
"invoiceCode": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "22"
}
],
"storeIDs": [
1,
2
],
"preferredSupplier": true,
"preferredRebateSupplier": true,
"supplierName": "sample string 42",
"salesMode": 43,
"orderPacked": true,
"active": true,
"price": 1,
"costGstPercent": 45,
"parentPluG_UID": "do71GnRWeU2P3BCumMYXBg==",
"parentPluGuid": "1af58e76-5674-4d79-8fdc-10ae98c61706",
"freight": 46.0,
"freightType": 1,
"product": {
"$id": "23",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "J9eATzhmEUuzrNT4JokJSg==",
"guid": "4f80d727-6638-4b11-b3ac-d4f82689094a",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "fEnZrJHOwUqpDG86IVmOAg==",
"priceGroupGuid": "acd9497c-ce91-4ac1-a90c-6f3a21598e02",
"blueprintID": 1,
"lastCountedDate": "2026-06-03T18:32:48.6240854",
"externalID": "sample string 7",
"active": true,
"activated": "2026-06-03T18:32:48.6240854",
"pluCreated": "2026-06-03T18:32:48.6240854",
"createdByUser": "sample string 9",
"name": "sample string 10",
"nameChanged": true,
"secondDescription": "sample string 12",
"hostDescription": "sample string 13",
"keepCartonQty": true,
"keepDescription": true,
"keepDepartments": true,
"keepSuppliers": true,
"markdownDescription": "sample string 18",
"altDescription": "sample string 19",
"bestOrExpire": 20,
"lastUpdate": "2026-06-03T18:32:48.6240854",
"lastManualUpdate": "2026-06-03T18:32:48.6240854",
"imageName": "sample string 23",
"showImageOnFlipCharts": true,
"showTextOnFlipCharts": true,
"overrideFlipChartText": true,
"flipChartText": "sample string 27",
"salesMode": 1,
"eftCode": 1,
"price": 1,
"priceChanged": true,
"rrp": 1,
"gstPercent": 28,
"gstPercentChanged": true,
"costGSTPercent": 29,
"costGSTPercentChanged": true,
"wetPercent": 1,
"priceOverride": 1,
"cost": 1,
"currentCost": 1,
"currentCostDecimals": 1,
"grossProfit": 1.0,
"currentCostDesc": "sample string 30",
"currentCostEnd": "2026-06-03T18:32:48.6240854",
"currentCostUpdated": "2026-06-03T18:32:48.6240854",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-06-03T18:32:48.6240854",
"defaultGP": 1,
"breakTargetMode": 33,
"break1": 1,
"price1": 1,
"target1": 34,
"break2": 1,
"price2": 1,
"target2": 35,
"break3": 1,
"price3": 1,
"target3": 36,
"break1Changed": true,
"price1Changed": true,
"target1Changed": true,
"break2Changed": true,
"price2Changed": true,
"target2Changed": true,
"break3Changed": true,
"price3Changed": true,
"target3Changed": true,
"breakTargetModeChanged": true,
"margin": 1.1,
"marginChanged": true,
"marginRanged": true,
"marginRangedChanged": true,
"minimumMargin": 1.1,
"minimumMarginChanged": true,
"maximumMargin": 1.1,
"maximumMarginChanged": true,
"overrideHostWarehouseIndicator": true,
"overrideHostWarehouseIndicatorChanged": true,
"overrideHostPrice": true,
"overrideHostPriceChanged": true,
"overrideHostCost": true,
"overrideHostCostChanged": true,
"overrideHostMargin": true,
"overrideHostMarginChanged": true,
"alwaysApplyMargin": true,
"alwaysApplyMarginChanged": true,
"aws": 1.0,
"paws": 1.0,
"awsUpdated": "2026-06-03T18:32:48.6240854",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "yThgnN/JXkCt5wGKMzhD8w==",
"altPLUGuid": "9c6038c9-c9df-405e-ade7-018a333843f3",
"altPLUGuidChanged": true,
"altPriceDescription1": "sample string 54",
"altPriceDescription2": "sample string 55",
"cartonQuantity": 56,
"cartonQuantityChanged": true,
"trayID": 1,
"promptID": 1,
"tare": 1,
"packQty": 1,
"fixedWeight": 1,
"extraMesg": 1,
"text1": "sample string 58",
"text2": "sample string 59",
"text3": "sample string 60",
"labelText": "sample string 61",
"labelTextChanged": true,
"sendToScale": true,
"nonScaleWeigh": true,
"labelFormat": "sample string 65",
"barcodeFormat": "sample string 66",
"austMade": 1,
"coolCode": 67,
"countryOfOrigin": "sample string 68",
"percentContent": 69.1,
"departmentID": 1,
"subDepartmentID": 1,
"minorDepartmentID": 1,
"lesserDepartmentID": 1,
"deptCode": "sample string 70",
"subDeptCode": "sample string 71",
"minorDeptCode": "sample string 72",
"lesserDeptCode": "sample string 73",
"deptName": "sample string 74",
"subDeptName": "sample string 75",
"minorDeptName": "sample string 76",
"lesserDeptName": "sample string 77",
"departmentChanged": true,
"subCategoryID": 1,
"expiry": 1,
"showDays": 1,
"datePrint": 1,
"labelRequired": true,
"labelShelfQty": 80,
"labelShelfChanged": true,
"labelTalkerQty": 82,
"labelSmall": true,
"labelLastPrinted": "2026-06-03T18:32:48.6240854",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "8LePBufaTEGtuHexOih83A==",
"shelfPageLayoutGuid": "068fb7f0-dae7-414c-adb8-77b13a287cdc",
"talkerPageLayoutG_UID": "Y+w+0swf5E2G4zq5LUhzYQ==",
"talkerPageLayoutGuid": "d23eec63-1fcc-4de4-86e3-3ab92d487361",
"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": "qnrT5bw0SECiN2BKgxZtmw==",
"inventoryIdentifier": "e5d37aaa-34bc-4048-a237-604a83166d9b",
"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": "h7RR1zO300G79F1YRm8ZKA==",
"parentPluGuid": "d751b487-b733-41d3-bbf4-5d58466f1928",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "gmgJjG9CdE6cFal5igchsg==",
"supplierIdentifierGuid": "8c096882-426f-4e74-9c15-a9798a0721b2",
"supplierChanged": true,
"rebateSupplierIdentifier": "AaSmKZrXK060ibU6wTCEoQ==",
"rebateSupplierIdentifierGuid": "29a6a401-d79a-4e2b-b489-b53ac13084a1",
"rebateSupplierChanged": true,
"availableForOrder": true,
"warehouseDirectIndicator": "sample string 109",
"warehouseDirectIndicatorChanged": true,
"productGrade": "sample string 111",
"productType": "sample string 112",
"productGroup": "sample string 113",
"complianceIndicator": "sample string 114",
"inhouseBrand": "sample string 115",
"slowMoving": true,
"generalMerchandise": true,
"comment": "sample string 118",
"lastUpdatedByUser": "sample string 119",
"lastManualUpdatedByUser": "sample string 120",
"lastUpdatedByUserOverride": true,
"lastUpdatedByHost": "2026-06-03T18:32:48.6240854",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "ooGZXUS3s0GnlcyebjMmDQ==",
"hostIdentifierGuid": "5d9981a2-b744-41b3-a795-cc9e6e33260d",
"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": "23"
},
{
"$ref": "23"
}
],
"store": {
"$ref": "12"
},
"storePrices": [
{
"$id": "24",
"pluG_UID": "gBb6ds62g06KzN5YwURk1w==",
"pluGuid": "76fa1680-b6ce-4e83-8acc-de58c14464d7",
"plu": 1,
"storeID": 1,
"zoneID": 2,
"zoneName": "sample string 3",
"store": "sample string 4",
"isElectedMasterStore": true,
"isZoneMasterStore": true,
"priceNow": 7,
"costNow": 8,
"costNowDecimals": 9,
"normalPrice": 10,
"priceNext": 1,
"costNext": 1,
"costNextDecimals": 11,
"nextCampaignName": "sample string 12",
"gstPercent": 13,
"normalCost": 14,
"normalCostDecimals": 15,
"costGstPercent": 16,
"costCalcMethod": 1,
"currentCost": 17,
"currentCostDecimals": 18,
"break1": 19,
"price1": 20,
"break2": 21,
"price2": 22,
"break3": 23,
"price3": 24,
"fuelItem": 25,
"fixedWeight": 26,
"active": true,
"complianceIndicator": "sample string 27",
"doNotOrder": true,
"doNotRange": true,
"isNormalPriceChangesCampaign": true,
"updated": "2026-06-03T18:32:48.6240854"
},
{
"$ref": "24"
}
],
"currentPrices": {
"$id": "25",
"pluPrices": {
"$id": "26",
"plu": 1,
"pluG_UID": "QEA=",
"stores": [
1,
2
],
"normalPrice": 1,
"cost": 2,
"break1": 3,
"price1": 4,
"break2": 5,
"price2": 6,
"break3": 7,
"price3": 8,
"discountPrice": 9,
"memberDiscountPrice": 10,
"acceptedUtc": "2026-06-03T18:32:48.6240854",
"priceChangeType": 0,
"costDecimals": 11,
"costCalcMethod": 12,
"targetCampaignPriceGtOrEquNormal": true
},
"normalPluPrices": {
"$ref": "26"
},
"winningCampaign": 1,
"winner": {
"$id": "27",
"campaignName": "sample string 1",
"campaignDescription": "sample string 2",
"talkerText": "sample string 3",
"disableWasSave": true,
"startDate": "2026-06-03T18:32:48.6240854",
"startTime": 5,
"endDate": "2026-06-03T18:32:48.6240854",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "nrfEYpCrIkqlEGYCjz15GA==",
"hostIdentifierGuid": "62c4b79e-ab90-4a22-a510-66028f3d7918",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "27"
},
{
"$ref": "27"
}
]
},
"tray": {
"$id": "28",
"g_UId": "Zn5qXM1ouUOXnR+u78Lopg==",
"guid": "5c6a7e66-68cd-43b9-979d-1faeefc2e8a6",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "29",
"priceGroupG_UID": "nECVvNZNxUCMVc6a+5XcfQ==",
"priceGroupGuid": "bc95409c-4dd6-40c5-8c55-ce9afb95dc7d",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-06-03T18:32:48.6240854",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "23"
},
{
"$ref": "23"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "30",
"pluG_UID": "v89wzMFa6USg3CpK+zEt1g==",
"pluGuid": "cc70cfbf-5ac1-44e9-a0dc-2a4afb312dd6",
"plu": 1,
"servingsPerPack": 1,
"servingSize": 1,
"showAllergens": 1,
"energy": 1,
"protein": 1,
"fat": 1,
"saturated": 1,
"carbo": 1,
"sugars": 1,
"sodium": 1,
"potasium": 1,
"calcium": 1,
"fibre": 1,
"soya": 1,
"nutsSeeds": 1,
"shells": 1,
"eggs": 1,
"dairy": 1,
"gluten": 1,
"sulphites": 1,
"peanuts": 1,
"sesame": 1,
"fish": 1,
"lupins": 1
},
"dates": {
"$id": "31",
"pluGuid": "7b2b4e88-f6fb-4360-9f6b-7fe97b434802",
"created": "2026-06-03T18:32:48.6240854",
"createdByUser": "sample string 1",
"activated": "2026-06-03T18:32:48.6240854",
"activatedByUser": "sample string 2",
"deactivated": "2026-06-03T18:32:48.6240854",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-06-03T18:32:48.6240854",
"lastOrderedQty": 4.0,
"lastReceived": "2026-06-03T18:32:48.6240854",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-06-03T18:32:48.6240854",
"lastSold": "2026-06-03T18:32:48.6240854",
"firstSold": "2026-06-03T18:32:48.6240854",
"awsUpdated": "2026-06-03T18:32:48.6240854",
"lastManualUpdate": "2026-06-03T18:32:48.6240854",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-06-03T18:32:48.6240854",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-06-03T18:32:48.6240854",
"doNotRangeUpdated": "2026-06-03T18:32:48.6240854",
"doNotOrderUpdated": "2026-06-03T18:32:48.6240854",
"tracked": "2026-06-03T18:32:48.6240854"
},
"allergens": [
{
"$id": "32",
"primaryKey": {
"$id": "33",
"pluGuid": "abd85988-9b52-4739-b498-447364e23cb5",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "iFnYq1KbOUe0mERzZOI8tQ==",
"pluGuid": "abd85988-9b52-4739-b498-447364e23cb5",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "32"
}
],
"costs": {
"$id": "34",
"pluG_UID": "72ni9muSHESKEUrPaFLFcQ==",
"pluGuid": "f6e269ef-926b-441c-8a11-4acf6852c571",
"enteredCost": 1,
"weightedAvgCost": 1,
"lastCost": 1,
"rawEnteredCost": 2,
"rawWeightedAvgCost": 3,
"rawLastCost": 4,
"freight": 5.0,
"freightType": 6,
"costDecimals": 7,
"fifoCost": 1,
"updated": "2026-06-03T18:32:48.6240854",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "35",
"saleHeaderID": 1,
"created": "2026-06-03T18:32:48.6240854",
"createdLocal": "2026-06-03T18:32:48.6240854",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "SigS2S/RC0e05E3FNLz9AA==",
"operatorGuid": "d912284a-d12f-470b-b4e4-4dc534bcfd00",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "Vpdo7UnCo0iFlI4V9rPnUQ==",
"pluGuid": "ed689756-c249-48a3-8594-8e15f6b3e751",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$ref": "10"
}
},
{
"$ref": "35"
}
],
"apns": [
{
"$id": "36",
"pluID": 1,
"pluG_UID": "fN9ESAQ0qk+biK2sbJqrEQ==",
"pluGuid": "4844df7c-3404-4faa-9b88-adac6c9aab11",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "36"
}
],
"tuns": [
{
"$id": "37",
"pluG_UId": "LDpDcdiEl0mn6iK22jx60A==",
"pluGuid": "71433a2c-84d8-4997-a7ea-22b6da3c7ad0",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "23"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "37"
}
],
"competitionPricing": [
{
"$id": "38",
"identifier": "8v8af0FluEuDy8V5VBCohA==",
"identifierGuid": "7f1afff2-6541-4bb8-83cb-c5795410a884",
"pluG_UID": "TgGX/3pPuUmYm8hvFoklFg==",
"pluGuid": "ff97014e-4f7a-49b9-989b-c86f16892516",
"competitionID": 1,
"name": "sample string 2",
"sellMultiple": 3,
"retailPrice": 4,
"storeName": "sample string 5"
},
{
"$ref": "38"
}
],
"supplier": {
"$ref": "18"
},
"supplierName": "sample string 148",
"children": [
{
"$ref": "23"
},
{
"$ref": "23"
}
],
"ordering": {
"$ref": "21"
},
"flipChartPages": [
{
"$id": "39",
"identifier": "rFNag2JpuUeUW8CgTRgmog==",
"groupName": "sample string 1",
"identifierGuid": "835a53ac-6962-47b9-945b-c0a04d1826a2",
"exists": true,
"flipChartIdentifier": "lxoS1jHv2UO+YeQOEOsYkA==",
"flipChartIdentifierGuid": "d6121a97-ef31-43d9-be61-e40e10eb1890",
"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": "dLoAfk9iw0a0DdIknxUEzg==",
"groupIdentifierGuid": "7e00ba74-624f-46c3-b40d-d2249f1504ce",
"flipChart": {
"$id": "40",
"identifier": "Y4JzUhyaX062xQpBXQaPgA==",
"identifierGuid": "52738263-9a1c-4e5f-b6c5-0a415d068f80",
"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": "41",
"identifier": "RYYdTl/d5EagXPIQ0I+zCA==",
"identifierGuid": "4e1d8645-dd5f-46e4-a05c-f210d08fb308",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "42",
"id": 1,
"g_UID": "+kr5lsNLu0WQqmUqD7fFtQ==",
"guid": "96f94afa-4bc3-45bb-90aa-652a0fb7c5b5",
"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": "LszMazu7ckqPIhr807ufqQ==",
"previousFormGuid": "6bcccc2e-bb3b-4a72-8f22-1afcd3bb9fa9",
"nextForm": 1,
"nextFormG_UID": "GJZqQ/1s406tbEReJIA3uw==",
"nextFormGuid": "436a9618-6cfd-4ee3-ad6c-445e248037bb",
"attributes": "sample string 10",
"updated": "2026-06-03T18:32:48.6240854",
"positioning": 1,
"contentPanel": "sample string 11",
"selectionMode": 1,
"maximumSelections": 1,
"alteredInStore": true,
"deleted": true,
"blueprintID": 1,
"preserveLayout": true,
"mainCheckoutFormName": "sample string 13",
"nextCheckoutForm": {
"$ref": "42"
},
"previousCheckoutForm": {
"$ref": "42"
},
"buttons": [
{
"$id": "43",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "yJH56eHluE+8vGRjOspgtA==",
"checkoutFormGuid": "e9f991c8-e5e1-4fb8-bcbc-64633aca60b4",
"identifier": "0eBp51LHMEGqV0HPCIELuA==",
"identifierGuid": "e769e0d1-c752-4130-aa57-41cf08810bb8",
"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": "dGrNf6MO/UuYkvd9ahE9YA==",
"valueGuid": "7fcd6a74-0ea3-4bfd-9892-f77d6a113d60",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-06-03T18:32:48.6240854",
"action": "sample string 12",
"valueForm": {
"$ref": "42"
},
"image": {
"$id": "44",
"name": "sample string 3.sample string 4",
"imageID": 2,
"imageName": "sample string 3",
"imageExtension": "sample string 4",
"lastUpdate": "2026-06-03T18:32:48.6240854",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "43"
}
],
"panels": [
{
"$id": "45",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "azwNgndOQUOiPPRtd1Vlqg==",
"checkoutFormGuid": "820d3c6b-4e77-4341-a23c-f46d775565aa",
"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": "45"
}
]
},
{
"$ref": "42"
}
],
"panels": [
{
"$ref": "45"
},
{
"$ref": "45"
}
]
},
"pages": [
{
"$ref": "39"
},
{
"$ref": "39"
}
]
},
"contentPanel": {
"$ref": "45"
},
"products": [
{
"$id": "46",
"flipChartPageIdentifier": "/t+qXpdgK0KITIiWApF+ZQ==",
"flipChartPageIdentifierGuid": "5eaadffe-6097-422b-884c-889602917e65",
"pluG_UID": "IFWYDNijGUaC1EolK6T9aA==",
"pluGuid": "0c985520-a3d8-4619-82d4-4a252ba4fd68",
"sortOrder": 3,
"sent": true,
"productChanged": true,
"productImageName": "sample string 6",
"productShowImageOnFlipCharts": true,
"productShowTextOnFlipCharts": true,
"productOverrideFlipChartText": true,
"productFlipChartText": "sample string 10",
"product": {
"$ref": "23"
},
"departmentSortOrder": 11,
"subDepartmentName": "sample string 12"
},
{
"$ref": "46"
}
],
"productCount": 27,
"pages": [
{
"$ref": "39"
},
{
"$ref": "39"
}
]
},
{
"$ref": "39"
}
],
"priceHistory": [
{
"$id": "47",
"pluG_UID": "wus0AUPczki56WQdgteGsw==",
"pluGuid": "0134ebc2-dc43-48ce-b9e9-641d82d786b3",
"price": 1,
"costCalcMethod": 1,
"cost": 2,
"weightedAvgCost": 3,
"lastCost": 4,
"rawCost": 5,
"rawWeightedAvgCost": 6,
"rawLastCost": 7,
"costDecimals": 8,
"serviceFeeID": 9,
"freight": 10.0,
"freightType": 11,
"process": "sample string 12",
"user": "sample string 13",
"updated": "2026-06-03T18:32:48.6240854",
"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": "47"
}
],
"ingredients": [
{
"$id": "48",
"pluG_UID": "GYbuORwdOUiP+1fv1sFOHw==",
"ingredientGuid": "0+neJO2pjEaINEWPSvRmZg==",
"ingredientIdentifier": "24dee9d3-a9ed-468c-8834-458f4af46666",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "23"
}
},
{
"$ref": "48"
}
],
"bins": [
{
"$id": "49",
"pluG_UID": "LulVi7AR40eO261l/kelRg==",
"pluGuid": "8b55e92e-11b0-47e3-8edb-ad65fe47a546",
"shelfLocationIdentifier": "GecuJS1vPEugsqbsAjcKOg==",
"shelfLocationGuid": "252ee719-6f2d-4b3c-a0b2-a6ec02370a3a",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "wtWyNcnicEiKC9qTB6WOxQ==",
"labelPageLayoutGuid": "35b2d5c2-e2c9-4870-8a0b-da9307a58ec5",
"updated": "2026-06-03T18:32:48.6240854",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "23"
},
"location": {
"$id": "50",
"identifier": "P5sdiXWAOkeeyn2XJzyQMw==",
"storeID": 1,
"identifierGuid": "891d9b3f-8075-473a-9eca-7d97273c9033",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-06-03T18:32:48.6240854",
"minTemp": 1,
"maxTemp": 1,
"checkFrequency": 1,
"storeCaseConfiguration": 5,
"storeName": "sample string 6",
"bins": [
{
"$ref": "49"
},
{
"$ref": "49"
}
]
}
},
{
"$ref": "49"
}
],
"bin": {
"$ref": "49"
},
"scaleLocations": [
{
"$id": "51",
"plu": 1,
"pluG_UID": "i5/CpwUuu0CJAOeb2J+Ldg==",
"pluGuid": "a7c29f8b-2e05-40bb-8900-e79bd89f8b76",
"deptNo": 1,
"product": {
"$ref": "23"
},
"scaleLocation": {
"$id": "52",
"id": 1,
"deptNo": 1,
"deptCode": "sample string 2",
"name": "sample string 3",
"enabled": true,
"updated": "2026-06-03T18:32:48.6240854",
"department": {
"$id": "53",
"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": "52"
},
"subDepartments": [
{
"$id": "54",
"id": 1,
"departmentID": 2,
"name": "sample string 3",
"code": "sample string 4",
"departmentCode": "sample string 5",
"externalSales": true,
"minorDepartments": [
{
"$id": "55",
"id": 1,
"subDepartmentID": 2,
"departmentID": 3,
"name": "sample string 4",
"subDepartmentCode": "sample string 5",
"departmentCode": "sample string 6",
"code": "sample string 7",
"lesserDepartments": [
{
"$id": "56",
"id": 1,
"departmentID": 2,
"subDepartmentID": 3,
"minorDepartmentID": 4,
"name": "sample string 5",
"code": "sample string 6",
"departmentCode": "sample string 7",
"subDepartmentCode": "sample string 8",
"minorDepartmentCode": "sample string 9",
"updated": "2026-06-03T18:32:48.6240854",
"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": "H9RrW39QxUui1jEA4W4Yxw==",
"labelPageLayoutGuid": "5b6bd41f-507f-4bc5-a2d6-3100e16e18c7",
"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": "57",
"dept": 1,
"category": 2,
"name": "sample string 3",
"active": true,
"mscCommodities": [
{
"$id": "58",
"dept": 1,
"category": 2,
"commodity": 3,
"name": "sample string 4",
"active": true,
"mscSubCommodities": [
{
"$id": "59",
"dept": 1,
"category": 2,
"commodity": 3,
"subCommodity": 4,
"name": "sample string 5",
"active": true,
"subCommodityCode": "sample string 7"
},
{
"$ref": "59"
}
],
"commodityCode": "sample string 6"
},
{
"$ref": "58"
}
],
"categoryCode": "sample string 5"
},
"mscCom": {
"$ref": "58"
},
"mscDep": {
"$id": "60",
"dept": 1,
"name": "sample string 2",
"active": true,
"mscCategories": [
{
"$ref": "57"
},
{
"$ref": "57"
}
],
"deptCode": "sample string 4"
},
"mscSubCom": {
"$ref": "59"
}
},
{
"$ref": "56"
}
],
"updated": "2026-06-03T18:32:48.6240854",
"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": "Iq8yTn8yo0G7df0ajw4ATA==",
"labelPageLayoutGuid": "4e32af22-327f-41a3-bb75-fd1a8f0e004c",
"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": "57"
},
"mscCom": {
"$ref": "58"
},
"mscDep": {
"$ref": "60"
},
"mscSubCom": {
"$ref": "59"
}
},
{
"$ref": "55"
}
],
"investmentBuyOverride": true,
"updated": "2026-06-03T18:32:48.6240854",
"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": "hmM1xBNh6kOAD/YkZQrthg==",
"labelPageLayoutGuid": "c4356386-6113-43ea-800f-f624650aed86",
"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": "57"
},
"mscCom": {
"$ref": "58"
},
"mscDep": {
"$ref": "60"
},
"mscSubCom": {
"$ref": "59"
}
},
{
"$ref": "54"
}
],
"stores": [
1,
2
],
"investmentBuyOverride": true,
"updated": "2026-06-03T18:32:48.6240854",
"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": "0pa16VYJ4UeueAEG6/qksg==",
"labelPageLayoutGuid": "e9b596d2-0956-47e1-ae78-0106ebfaa4b2",
"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": "57"
},
"mscCom": {
"$ref": "58"
},
"mscDep": {
"$ref": "60"
},
"mscSubCom": {
"$ref": "59"
}
}
}
},
{
"$ref": "51"
}
],
"nextPrice": {
"$id": "61",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 1,
"hostOfferID": 1,
"metcashPromotionID": "sample string 4",
"metcashPromotionPlacement": "sample string 5",
"pluG_UID": "DTyU0qEA90u4UjjQ3WVAbQ==",
"pluGuid": "d2943c0d-00a1-4bf7-b852-38d0dd65406d",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "jGfRo14wCkeqaPzLIj+G6g==",
"dealCostGuid": "a3d1678c-305e-470a-aa68-fccb223f86ea",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "qUipt2zWG0Kv+GO13UXwxg==",
"priceGroupGuid": "b7a948a9-d66c-421b-aff8-63b5dd45f0c6",
"itemNumber": "sample string 10",
"cri": "sample string 11",
"pluPrice": 12,
"costCalcMethod": 13,
"pluCost": 14,
"pluCostIndicator": "sample string 15",
"pluPriceGstPercent": 16,
"pluCostGstPercent": 17,
"pluActive": true,
"cartonQty": 1.1,
"baseUnits": 19.1,
"salesMode": 1,
"orderPacked": 20,
"pluNormalCost": 21,
"pluaws": 22.0,
"directNumber": "sample string 23",
"departmentName": "sample string 24",
"subDepartmentName": "sample string 25",
"priceGroupName": "sample string 26",
"supplierName": "sample string 27",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-06-03T18:32:48.6240854",
"rrp": 28,
"campaignDescription": "sample string 29",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "2b3b14e0-fc1e-4b8c-8e5b-6d9a8f0c796d",
"campaignComboPriceGroupG_UID": "09qqvpMJU0OyEsro0ECzCw==",
"campaignComboPriceGroupIdentifier": "beaadad3-0993-4353-b212-cae8d040b30b",
"promotionPlacementDescription": "sample string 31",
"storeAcceptances": [
{
"$id": "62",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-06-03T18:32:48.6240854",
"operatorG_UID": "z7/GHT9WHUuzjSmlakjbkw==",
"operatorGuid": "1dc6bfcf-563f-4b1d-b38d-29a56a48db93",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-06-03T18:32:48.6240854",
"signIqTicketFileMovedUtc": "2026-06-03T18:32:48.6240854",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-06-03T18:32:48.6240854",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "eb94ab4e-61d2-43e4-b9e5-8ee14d340755",
"product": {
"$ref": "23"
},
"campaignPlu": {
"$ref": "61"
},
"fuelItem": true
},
{
"$ref": "62"
}
],
"campaign": {
"$id": "63",
"id": 1,
"storeID": 2,
"name": "63cf3b06-a3e8-449e-9e7d-1e3c4d361245",
"nameGuid": "63cf3b06-a3e8-449e-9e7d-1e3c4d361245",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-06-03T18:32:48.6240854",
"startTime": 1,
"endDate": "2026-06-03T18:32:48.6240854",
"endTime": 1,
"recurrence": 1,
"recurrenceType": 1,
"monthType": 1,
"weekDays": 1,
"months": 1,
"monthWeeks": 1,
"monthDays": "sample string 7",
"printed": true,
"talkerText": "sample string 8",
"rangeDescription": "sample string 9",
"dealDescription": "sample string 10",
"labelQuantity": 11,
"active": 1,
"deactivated": "2026-06-03T18:32:48.6240854",
"system": true,
"created": "2026-06-03T18:32:48.6240854",
"updated": "2026-06-03T18:32:48.6240854",
"priceChangeNotifiedUtc": "2026-06-03T18:32:48.6240854",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "W1djKjtVXUacoaQihkWerQ==",
"hostIdentifierGuid": "2a63575b-553b-465d-9ca1-a42286459ead",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-06-03T18:32:48.6240854",
"updatedByUser": "sample string 18",
"offerID": 1,
"isPriceChangeCampaign": true,
"stores": [
1,
2
],
"storeNames": [
"sample string 1",
"sample string 2"
],
"campaignPlus": [
{
"$ref": "61"
},
{
"$ref": "61"
}
],
"campaignPools": [
{
"$id": "64",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 4,
"pluG_UID": "sBU4QycaFU6+iMujmr7E3w==",
"pluGuid": "433815b0-1a27-4e15-be88-cba39abec4df",
"hostOfferID": 1,
"priceGroupG_UID": "N8lMDlZjN0yvH9G/8R0JTg==",
"priceGroupGuid": "0e4cc937-6356-4c37-af1f-d1bff11d094e",
"fuelItem": true,
"pluName": "sample string 6",
"apn": "sample string 7",
"pluActive": true,
"cartonQty": 1,
"baseUnits": 9.1,
"cri": "sample string 10",
"salesMode": 1,
"orderPacked": 11,
"pluaws": 12.0,
"directNumber": "sample string 13",
"departmentName": "sample string 14",
"subDepartmentName": "sample string 15",
"priceGroupName": "sample string 16",
"supplierName": "sample string 17",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-06-03T18:32:48.6240854",
"rrp": 18,
"campaignDescription": "sample string 19",
"product": {
"$ref": "23"
},
"campaign": {
"$ref": "63"
}
},
{
"$ref": "64"
}
],
"sellingRules": [
{
"$id": "65",
"id": 1,
"identifier": "/zKotyR9I0m1JW4ljJovnw==",
"identifierStr": "/zKotyR9I0m1JW4ljJovnw==",
"identifierGuid": "b7a832ff-7d24-4923-b525-6e258c9a2f9f",
"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": "63"
}
},
{
"$ref": "65"
}
],
"customers": [
{
"$id": "66",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"customerID": "V8YDTw1cnkKi0PkISq65mg==",
"customerIDGuid": "4f03c657-5c0d-429e-a2d0-f9084aaeb99a",
"campaign": {
"$ref": "63"
},
"customer": {
"$ref": "1"
}
},
{
"$ref": "66"
}
],
"customerGroups": [
{
"$id": "67",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupID": "2JlrRdzoiUSreWvnsBIV2A==",
"groupIDGuid": "456b99d8-e8dc-4489-ab79-6be7b01215d8",
"campaign": {
"$ref": "63"
},
"group": {
"$ref": "5"
}
},
{
"$ref": "67"
}
],
"signIqTickets": [
{
"$id": "68",
"identifier": "XtN5Pi6EIEuz/w/tRue9zA==",
"identifierGuid": "3e79d35e-842e-4b20-b3ff-0fed46e7bdcc",
"campaignName": "sample string 2",
"message": "sample string 3",
"ticketFileSource": "sample string 4",
"ticketFileDestination": "sample string 5",
"storeID": 1
},
{
"$ref": "68"
}
],
"comboPriceGroups": [
{
"$id": "69",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"g_UID": "4JAvtVZVaUqirV6YeeoRHg==",
"guid": "b52f90e0-5556-4a69-a2ad-5e9879ea111e",
"description": "sample string 5",
"newPrice": 1,
"rangeDescription": "sample string 6",
"dealDescription": "sample string 7",
"labelQuantity": 8,
"hostProductCategoryID": 1,
"offerID": 1,
"dontUpdatePricePlus": true,
"campaign": {
"$ref": "63"
},
"comboPricePlus": [
{
"$id": "70",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupG_UID": "DfYbbIAecEC5gMtSXXvqSA==",
"groupGuid": "6c1bf60d-1e80-4070-b980-cb525d7bea48",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "2/1wJudlrUqKn6eutmlSxw==",
"pluGuid": "2670fddb-65e7-4aad-8a9f-a7aeb66952c7",
"priceGroupG_UID": "PQBlN/8dLkyT99CwvikGbg==",
"priceGroupGuid": "3765003d-1dff-4c2e-93f7-d0b0be29066e",
"campaignPoolID": "sample string 7",
"quantity": 1,
"campaign": {
"$ref": "63"
},
"product": {
"$ref": "23"
},
"priceGroup": {
"$ref": "29"
},
"campaignPool": {
"$ref": "63"
}
},
{
"$ref": "70"
}
]
},
{
"$ref": "69"
}
],
"priceLevels": [
{
"$id": "71",
"id": 1,
"priceLevelIdentifier": "fEGOEaEjH0KoCTey3KOmDw==",
"priceLevelIdentifierGuid": "118e417c-23a1-421f-a809-37b2dca3a60f",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "71"
}
],
"promotionType": {
"$id": "72",
"identifier": "eW0CKFr/aUq4tZnpqvN1uA==",
"identifierGuid": "28026d79-ff5a-4a69-b8b5-99e9aaf375b8",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "+gIiIhEr8EyTgbPZE1zjtw==",
"labelPageLayoutGuid": "222202fa-2b11-4cf0-9381-b3d9135ce3b7",
"priceLevelIdentifier": "PwaQCkIx50qiVro57pWL+A==",
"priceLevelIdentifierGuid": "0a90063f-3142-4ae7-a256-ba39ee958bf8",
"active": true,
"updated": "2026-06-03T18:32:48.6240854",
"hostName": "sample string 11"
}
},
"product": {
"$ref": "23"
},
"dealCost": {
"$id": "73",
"headerIdentifier": "X/nd4bT1GkmNT3bR33z3dA==",
"headerIdentifierGuid": "e1ddf95f-f5b4-491a-8d4f-76d1df7cf774",
"identifier": "S9iBUacXKEOfcFo7Nc3Y0g==",
"identifierGuid": "5181d84b-17a7-4328-9f70-5a3b35cdd8d2",
"supplierIdentifier": "AtjySkUmo0uAtbYiKAQk2Q==",
"supplierGuid": "4af2d802-2645-4ba3-80b5-b622280424d9",
"pluG_UID": "p3fZVtL9sEOQzrAtl3qtxQ==",
"pluGuid": "56d977a7-fdd2-43b0-90ce-b02d977aadc5",
"campaignName": "d8cd28d6-4dc7-4df5-8705-2b0f1048656d",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-06-03T18:32:48.6240854",
"end": "2026-06-03T18:32:48.6240854",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "ekAekA4j/EWRx8N1ntLpAg==",
"bonusItemPluGuid": "901e407a-230e-45fc-91c7-c3759ed2e902",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-06-03T18:32:48.6240854",
"metcashPromotionID": "sample string 14",
"fromHost": 15,
"storeNames": "sample string 16",
"storeIDs": [
1,
2
],
"supplierName": "sample string 17",
"campaignDescription": "sample string 18",
"newPrice": 1,
"campaignMetcashPromotionID": "sample string 19",
"campaignActive": true,
"campaignStartDate": "2026-06-03T18:32:48.6240854",
"campaignEndDate": "2026-06-03T18:32:48.6240854",
"masterPLUG_UID": "IWyu11PGWk2BdcAg8bAHHA==",
"masterID": "d7ae6c21-c653-4d5a-8175-c020f1b0071c",
"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": "IFMbMS5UpE6TUtItePtJqA==",
"bonusMasterID": "311b5320-542e-4ea4-9352-d22d78fb49a8",
"bonusProductName": "sample string 34",
"bonusProductAPN": "sample string 35",
"bonusOrderCode": "sample string 36",
"bonusNormalSell": 37,
"bonusNormalCost": 38,
"bonusNormalCostDecimals": 39,
"bonusCartonQuantity": 40,
"bonusSalesMode": 41,
"bonusOrderPacked": 42,
"bonusFuelItem": true,
"bonusActive": true
}
},
"currentCostStart": "2026-06-03T18:32:48.6240854",
"dealCosts": [
{
"$ref": "73"
},
{
"$ref": "73"
}
],
"tags": [
{
"$id": "74",
"pluG_UID": "U40rKA4AjUu3kNwJO9yxpQ==",
"pluGuid": "282b8d53-000e-4b8d-b790-dc093bdcb1a5",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "74"
}
],
"alternateProductG_UID": "k34BC/9X3USFZ8zxEARMvw==",
"alternateProduct": "0b017e93-57ff-44dd-8567-ccf110044cbf",
"altProduct": {
"$ref": "23"
},
"productHostCode": {
"$id": "75",
"id": 1,
"pluG_UID": "1/qeVNqEYUmYLDARng9qFg==",
"pluGuid": "549efad7-84da-4961-982c-30119e0f6a16",
"ibaCode": "sample string 2"
},
"mscCat": {
"$ref": "57"
},
"mscCom": {
"$ref": "58"
},
"mscDep": {
"$ref": "60"
},
"mscSubCom": {
"$ref": "59"
},
"isUserUpdate": true,
"ignoreMasterProduct": true,
"priceGroupLabelRequested": true,
"firstSold": "2026-06-03T18:32:48.6240854",
"inventoryTracked": "2026-06-03T18:32:48.6240854",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "76",
"pluG_UID": "Lmj3BzbpHkuuUesZQwOhOA==",
"pluGuid": "07f7682e-e936-4b1e-ae51-eb194303a138",
"fuelPluG_UID": "g+wp/VBUjUm0KnHcL4pRHQ==",
"fuelPluGuid": "fd29ec83-5450-498d-b42a-71dc2f8a511d",
"price": 3,
"productDescription": "sample string 4",
"productBarcode": "sample string 5",
"fuelProductDescription": "sample string 6",
"fuelProductBarcode": "sample string 7",
"fuelProductPrice": 8
},
"productFuelLinks": [
{
"$ref": "76"
},
{
"$ref": "76"
}
]
},
"supplier": {
"$ref": "18"
},
"serviceFee": {
"$id": "77",
"id": 1,
"description": "sample string 1",
"fee": 1
},
"isPrimaryHost": true,
"hostVendor": 48
},
{
"$ref": "21"
}
],
"orderCycleHeaders": [
{
"$id": "78",
"storeID": 1,
"supplierIdentifier": "wFV90PHXfEmZEpN4ONEN9w==",
"supplierGuid": "d07d55c0-d7f1-497c-9912-937838d10df7",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"storeName": "sample string 5",
"departmentName": "sample string 6",
"orderDays": 7
},
{
"$ref": "78"
}
],
"cycles": [
{
"$id": "79",
"storeID": 1,
"supplierIdentifier": "ic0jEOvgUkCyjHeL7ax48w==",
"supplierGuid": "1023cd89-e0eb-4052-b28c-778bedac78f3",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"cutOffWeek": 5,
"cutOffDay": 6,
"cutOffTime": "00:00:00.1234567",
"leadTime": 7,
"daysBuffer": 8,
"supplierName": "sample string 9",
"cutOffDate": "2026-06-03T18:32:48.6240854",
"deliveryDate": "2026-06-03T18:32:48.6240854",
"nextCutOffDate": "2026-06-03T18:32:48.6240854",
"nextDeliveryDate": "2026-06-03T18:32:48.6240854",
"nextDaysBuffer": 10
},
{
"$ref": "79"
}
],
"store": {
"$ref": "12"
},
"updated": "2026-06-03T18:32:48.6240854",
"isHost": true
},
"files": [
{
"$id": "80",
"id": "sample string 1",
"fileName": "sample string 2",
"extension": "sample string 3",
"provider": 0,
"type": 0,
"hostType": "sample string 4",
"createdUtc": "2026-06-03T18:32:48.6240854",
"processed": "2026-06-03T18:32:48.6240854",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-06-03T18:32:48.6240854",
"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": "17"
},
"metcashHeader": {
"$id": "81",
"customerNumber": "sample string 1",
"creationDate": "2026-06-03T18:32:48.6240854",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "80"
}
],
"zoneMatrix": [
{
"$id": "82",
"id": 1,
"hostIdentifier": "e3jRxzeKD0m/UZc/NhgUjw==",
"hostIdentifierGuid": "c7d1787b-8a37-490f-bf51-973f3618148f",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"f12e1c65-daa3-4918-a8be-fd206cd208a2",
"c600c2a6-1619-4ab0-a9c0-bd34e0e4d0fd"
]
},
{
"$ref": "82"
}
],
"hostFileStoreSetting": {
"$ref": "16"
},
"hostStoreSettings": [
{
"$ref": "16"
},
{
"$ref": "16"
}
],
"promotionPlacements": [
{
"$id": "83",
"identifier": "nU35sIAyxk26oUCOI6UFgQ==",
"identifierGuid": "b0f94d9d-3280-4dc6-baa1-408e23a50581",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "83"
}
],
"promoTypeGuids": [
"d3891ea8-f374-46b3-b2f9-0b8c3615fc16",
"8cda5e94-0d48-4e32-9115-8afe5330ad92"
],
"isPromotionOnly": false,
"isOrderable": false,
"vendor": 0
},
"groupIDs": [
1,
2
],
"hostDescription": "sample string 27"
},
{
"$ref": "16"
}
],
"accounts": [
{
"$id": "84",
"id": 1,
"storeID": 1,
"accountName": "sample string 2",
"bsb": "sample string 3",
"accountNumber": "sample string 4",
"accountDesignated": true
},
{
"$ref": "84"
}
],
"sales": [
{
"$id": "85",
"id": 1,
"storeID": 1,
"externalSalesType": 2,
"ftpSiteID": 1,
"lastSaleProcessed": "2026-06-03T18:32:48.6240854",
"ftpSite": {
"$id": "86",
"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": "85"
}
],
"suppliedStores": [
1,
2
],
"zoneMatrix": [
{
"$ref": "82"
},
{
"$ref": "82"
}
],
"cashManagements": [
{
"$id": "87",
"id": 1,
"storeID": 1,
"cashManagementType": 2,
"apiID": 1,
"organisationID": "sample string 3",
"siteName": "sample string 4",
"thirdPartyAPI": {
"$id": "88",
"id": 1,
"description": "sample string 2",
"address": "sample string 3",
"username": "sample string 4",
"password": "sample string 5",
"passwordPlain": "sample string 6",
"token": "sample string 7",
"apiType": 8,
"apiSubType": 9,
"config": "sample string 10"
}
},
{
"$ref": "87"
}
],
"updateStoreID": "5c1b809f-de68-4e6f-972c-65012e30c8e0",
"updateStore": {
"$id": "89",
"id": "6a7cd58d-353d-4221-94e6-71c2775deb07",
"name": "sample string 1",
"lastActivity": "2026-06-03T18:32:48.6240854",
"zone": "sample string 2",
"timeZoneOffset": 0.0,
"businessHoursStart": "00:00:00.1234567",
"businessHoursEnd": "00:00:00.1234567",
"master": true,
"lastIP": "sample string 10",
"lastHostName": "sample string 11",
"ping": 1,
"pingStatus": "sample string 12",
"lastUpdateCompleted": "2026-06-03T18:32:48.6240854"
},
"timeZoneId": "sample string 54",
"securityOptions": {
"$id": "90",
"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": "91",
"id": 1,
"identifier": "vCvKiGuA+kmea/uOszSZIw==",
"identifierGuid": "88ca2bbc-806b-49fa-9e6b-fb8eb3349923",
"name": "sample string 3",
"lookupIdentifier": "sample string 4",
"externalID": "sample string 5",
"phone": "sample string 6",
"fax": "sample string 7",
"email": "sample string 8",
"address1": "sample string 9",
"address2": "sample string 10",
"city": "sample string 11",
"postCode": "sample string 12",
"state": "sample string 13",
"country": "sample string 14",
"abn": "sample string 15",
"promoPeriodStart": "2026-06-03T18:32:48.6240854",
"promoPeriodEnd": "2026-06-03T18:32:48.6240854",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-06-03T18:32:48.6240854",
"deleted": true
},
"details": [
{
"$id": "92",
"saleItemID": 1,
"identifier": "GCFQc5L5nkq6xq+JWVWsAg==",
"identifierGuid": "73502118-f992-4a9e-bac6-af895955ac02",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "+jjQ7e34qEun02w9BzX7mw==",
"pluGuid": "edd038fa-f8ed-4ba8-a7d3-6c3d0735fb9b",
"accountID": "KxzBAOM9JE2PcroxrZblqw==",
"accountIDGuid": "00c11c2b-3de3-4d24-8f72-ba31ad96e5ab",
"normalPrice": 3,
"originalSellingPrice": 4,
"discountPrice": 5,
"unit": 1,
"quantity": 6,
"totalCents": 7,
"fixedPrice": 1,
"tranType": 1,
"discountType": 1,
"cost": 1,
"costDecimals": 8,
"markdown": 1,
"manualQuantity": 1,
"manualPrice": 1,
"manualMode": 1,
"active": 1,
"offline": true,
"barcode": "sample string 9",
"keyedSale": 1,
"discountedID": 1,
"fuelID": 1,
"serialNumber": "sample string 10",
"bestOrExpire": "2026-06-03T18:32:48.6240854",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "blys9O/Kv0GQgUuWfU8+oA==",
"refundGuid": "f4ac5c6e-caef-41bf-9081-4b967d4f3ea0",
"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": "KYr0m8IcpUeMsdVQU9w28g==",
"idempotentVoidGuid": "9bf48a29-1cc2-47a5-8cb1-d55053dc36f2",
"priceLevelIdentifier": "RNqgBxifbE6Q8QTYkoR6pw==",
"priceLevelIdentifierGuid": "07a0da44-9f18-4e6c-90f1-04d892847aa7",
"communityIdentifier": "izJqjTsSP02nx1zLhwwapQ==",
"communityIdentifierGuid": "8d6a328b-123b-4d3f-a7c7-5ccb870c1aa5",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "93",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-06-03T18:32:48.6240854",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "93"
}
],
"refund": {
"$id": "94",
"id": 1,
"g_UID": "XkuT33MFx0WCgnsh5XHAag==",
"guid": "df934b5e-0573-45c7-8282-7b21e571c06a",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-06-03T18:32:48.6240854"
},
"modifier": {
"$id": "95",
"id": 1,
"setG_UID": "AIxrqv/AQUKzS+C3gQLwlA==",
"modifierSetGuid": "aa6b8c00-c0ff-4241-b34b-e0b78102f094",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "jXEOadZmwkOQXOnUIezsVA==",
"pluGuid": "690e718d-66d6-43c2-905c-e9d421ecec54",
"deleted": true,
"g_UID": "Xh/VZ1jcfESu8JS+oH7Xiw==",
"guid": "67d51f5e-dc58-447c-aef0-94bea07ed78b",
"product": {
"$ref": "23"
}
},
"priceLevelName": "sample string 25",
"pumpNumber": 1,
"hoseNumber": 1
},
{
"$ref": "92"
}
],
"eftReceipts": [
{
"$id": "96",
"id": 1,
"storeID": 1,
"saleHeaderID": 2,
"storeSaleHeader": {
"$ref": "8"
},
"receipt": "sample string 3",
"processed": 1
},
{
"$ref": "96"
}
],
"payments": [
{
"$ref": "7"
},
{
"$ref": "7"
}
],
"cards": [
{
"$id": "97",
"id": 1,
"saleHeaderID": 1,
"identifier": "sample string 2",
"cardType": 3,
"providerName": "sample string 4"
},
{
"$ref": "97"
}
],
"campaignHits": [
{
"$id": "98",
"id": 1,
"saleHeaderID": 2,
"campaign": "sample string 3",
"name": "sample string 4",
"processed": 1,
"campaignDescription": "sample string 5"
},
{
"$ref": "98"
}
],
"fuel": [
{
"$id": "99",
"id": 1,
"plu": 1,
"pluG_UID": "8+5Eu1jaQUy4qKPEtFVcXA==",
"pluGuid": "bb44eef3-da58-4c41-b8a8-a3c4b4555c5c",
"saleHeaderID": 2,
"totalCents": 3,
"grade": 1,
"gradeDescription": "sample string 4",
"dispenser": 1,
"hose": 1,
"quantity": 1,
"cost": 1,
"acquirerNum": 1,
"attendant": 1,
"ePurseBalance": 1.0,
"cardSignature": "sample string 5",
"compartmentNumber": 1,
"contractNumber": 1,
"discountCardPAN": "sample string 6",
"discountID": 1,
"discountName": "sample string 7",
"discountNetValue": 1.0,
"discountType": 1,
"discountValue": 1.0,
"discretionaryData": "sample string 8",
"driverID": "sample string 9",
"eftBatchNumber": 1,
"eftResponseCode": "sample string 10",
"endDateTime": "2026-06-03T18:32:48.6240854",
"engineHours": 1.1,
"fposNumber": 1,
"loyaltyCardPAN": "sample string 11",
"miscData1": 1,
"miscData2": "sample string 12",
"miscFlags": 1,
"mop": 1,
"odometer": 1,
"panNumber": "sample string 13",
"saleRefund": true,
"saleStatus": 1,
"sequenceNumber": 1,
"stan": 1,
"startDateTime": "2026-06-03T18:32:48.6240854",
"tagNumber": "sample string 15",
"trackTwoRem": "sample string 16",
"transCode": 1,
"transType": 1,
"unitPrice": 1.0,
"vehicleReg": "sample string 17",
"offline": true,
"processed": 1
},
{
"$ref": "99"
}
],
"fuelResells": [
{
"$id": "100",
"saleItemID": 1,
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "99jooSZuIEif7Oe/3idhoQ==",
"pluGuid": "a1e8d8f7-6e26-4820-9fec-e7bfde2761a1",
"accountID": "sPf0rCjHrkKKpi99a4hBxA==",
"accountIDGuid": "acf4f7b0-c728-42ae-8aa6-2f7d6b8841c4",
"normalPrice": 3,
"originalSellingPrice": 4,
"discountPrice": 5,
"unit": 1,
"quantity": 6,
"totalCents": 7,
"fixedPrice": 1,
"tranType": 1,
"processed": 1,
"discountType": 1,
"cost": 1,
"costDecimals": 1,
"markdown": 1,
"manualQuantity": 1,
"manualPrice": 1,
"manualMode": 1,
"active": 1,
"barcode": "sample string 8",
"offline": 1,
"keyedSale": 1,
"discountedID": 1,
"fuelID": 1,
"serialNumber": "sample string 9",
"bestOrExpire": "2026-06-03T18:32:48.6240854",
"bestOrExpireType": 1,
"refundG_UID": "VpIl8Ikg9kOU8O51uQPs9A==",
"refundGuid": "f0259256-2089-43f6-94f0-ee75b903ecf4",
"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": "100"
}
],
"customerOrder": [
{
"$id": "101",
"identifier": "LaV4tnuW10WGuGRYdPg41w==",
"identifierGuid": "b678a52d-967b-45d7-86b8-645874f838d7",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "7WgMb3etWEO0JPVLoH1gZg==",
"customerIdentifierGuid": "6f0c68ed-ad77-4358-b424-f54ba07d6066",
"operatorNo": 1,
"operatorG_UID": "Cczbr2kFHku5MTYHMU9sYg==",
"operatorGuid": "afdbcc09-0569-4b1e-b931-3607314f6c62",
"created": "2026-06-03T18:32:48.6240854",
"ordered": "2026-06-03T18:32:48.6240854",
"started": "2026-06-03T18:32:48.6240854",
"completed": "2026-06-03T18:32:48.6240854",
"supplied": "2026-06-03T18:32:48.6240854",
"quickTicket": 1,
"deleted": true,
"walkAway": true,
"approxWait": 1,
"actualWait": 1,
"deliveryMethod": 8,
"externalSaleType": 9,
"customer": {
"$ref": "1"
},
"operator": {
"$ref": "10"
},
"details": [
{
"$id": "102",
"headerID": 1,
"plu": 1,
"pluG_UId": "Ig/vuYLsAEy1S7gHYfAOHw==",
"pluGuid": "b9ef0f22-ec82-4c00-b54b-b80761f00e1f",
"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": "1t+u81GOSUy0IVUOmfn4WQ==",
"headerIdentifierGuid": "f3aedfd6-8e51-4c49-b421-550e99f9f859",
"product": {
"$ref": "23"
}
},
{
"$ref": "102"
}
],
"storeName": "sample string 11",
"customerName": "sample string 12",
"storeReplyTo": "sample string 13",
"storeSubjectLine": "sample string 14",
"storeSaleHeader": {
"$ref": "8"
}
},
{
"$ref": "101"
}
],
"surveyResponses": [
{
"$id": "103",
"surveyG_UID": "bY0BV4Opk0iP2j6YQnKvew==",
"surveyGuid": "57018d6d-a983-4893-8fda-3e984272af7b",
"saleHeaderGuid": "fszqRpSRHEaFZ79WYG+3Dw==",
"saleGuid": "46eacc7e-9194-461c-8567-bf56606fb70f",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "0ND4BkrdxkyF4I8qxnc22A==",
"guidResponse": "06f8d0d0-dd4a-4cc6-85e0-8f2ac67736d8",
"whoAnswered": 2,
"answeredAtUTC": "2026-06-03T18:32:48.6240854",
"sale": {
"$ref": "8"
},
"survey": {
"$id": "104",
"g_UID": "pA409df/HE2q4/ztuuQLNw==",
"guid": "f5340ea4-ffd7-4d1c-aae3-fcedbae40b37",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "/L+P8ySHz0WZHcx1CQD5zQ==",
"checkoutFormGuid": "f38fbffc-8724-45cf-991d-cc750900f9cd",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-06-03T18:32:48.6240854",
"end": "2026-06-03T18:32:48.6240854",
"deleted": true,
"updated": "2026-06-03T18:32:48.6240854",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"a143e533-3658-43ba-9469-b8401a473a2f",
"815b3b4c-cd2c-4861-91fb-3b6f70ec4e4a"
],
"allowsAllTextResponses": true,
"surveyForm": {
"$ref": "42"
}
},
"ingressId": "sample string 4"
},
{
"$ref": "103"
}
],
"storeName": "sample string 39",
"terminalNumber": 40,
"machineName": "sample string 41",
"operatorName": "sample string 42",
"direction": 1,
"reason": "sample string 43",
"accountG_UID": "TOC1Okv5zE2MVi7nPh9AzQ==",
"accountIdentifier": "3ab5e04c-f94b-4dcc-8c56-2ee73e1f40cd",
"accountName": "sample string 44",
"customerOrderIdentifier": "NOUDPvf9G0ug/TPBW9uyOg==",
"customerOrderIdentifierGuid": "3e03e534-fdf7-4b1b-a0fd-33c15bdbb23a",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "105",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "JSlbu5u1t02m+VMvVpIjeg==",
"paymentIdentifierGuid": "bb5b2925-b59b-4db7-a6f9-532f5692237a",
"identifier": "xEqeCfJzKk6hb8RtuukOAw==",
"identifierGuid": "099e4ac4-73f2-4e2a-a16f-c46dbae90e03",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "zhI+t5bE0UO7H3O4ytTDDA==",
"itemIdentifierGuid": "b73e12ce-c496-43d1-bb1f-73b8cad4c30c"
}
},
{
"$ref": "7"
}
]
},
{
"$ref": "2"
}
],
"customerGroupMembers": [
{
"$ref": "6"
},
{
"$ref": "6"
}
],
"customerGroups": [
{
"$ref": "5"
},
{
"$ref": "5"
}
],
"accounts": [
{
"$ref": "3"
},
{
"$ref": "3"
}
],
"account": {
"$ref": "3"
},
"vouchers": [
{
"$id": "106",
"customerIdentifier": "n84Gb75eJUCSA+fekQwzbg==",
"customerIdentifierGuid": "6f06ce9f-5ebe-4025-9203-e7de910c336e",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "3J8RGMsh6UqxIIfenQkVsA==",
"idempotentGuid": "18119fdc-21cb-4ae9-b120-87de9d0915b0",
"offline": true,
"voucher": {
"$id": "107",
"id": 1,
"name": "sample string 2",
"description": "sample string 3",
"shortDescription": "sample string 4",
"url": "sample string 5",
"barcodeTemplateID": 1,
"expiry": 0,
"voucherType": 6,
"limitPerTransaction": 7,
"customerTracking": true,
"discountAccount": "sample string 9",
"endDate": "2026-06-03T18:32:48.6240854",
"barcodeTemplate": {
"$id": "108",
"templateID": 1,
"template": "sample string 1",
"bcFunction": "sample string 2",
"sortOrder": 3
},
"scaleLabel": {
"$id": "109",
"id": 1,
"uid": "sample string 2",
"name": "sample string 3",
"width": 1.1,
"height": 1.1,
"showBorder": true,
"borderWidth": 1.1,
"borderStyle": 1,
"borderColour": "sample string 5",
"updated": "2026-06-03T18:32:48.6240854",
"labelPageLayout": "NJ2xJavZG0y5C2X375QMVw==",
"pageLayoutGuid": "25b19d34-d9ab-4c1b-b90b-65f7ef940c57",
"labelType": 6,
"oldName": "sample string 7",
"voucher": {
"$ref": "107"
},
"elements": [
{
"$id": "110",
"id": 1,
"scaleLabelID": 2,
"showPercentDI": true,
"showAvgPerHundred": true,
"showAvgPerServe": true,
"name": "sample string 6",
"x": 1.1,
"y": 1.1,
"width": 1.1,
"height": 1.1,
"type": 1,
"rotation": 1,
"text": "sample string 7",
"fontFamily": "sample string 8",
"align": 1,
"bold": true,
"italic": true,
"underline": true,
"strikeout": true,
"reverse": true,
"textColour": "sample string 9",
"fontSize": 1.1,
"picture": "QEA=",
"borderWidth": 10,
"sortOrder": 11,
"printOptions": 12,
"superScriptTextFontSize": 1.1,
"lineStyle": 1,
"spacingStyle": 1,
"interCharacterSpacing": 1.1,
"superScriptOffset": 1.1,
"lineSpacing": 1.1,
"dateFormat": "sample string 13",
"autoGrow": true,
"fontAutoResize": true,
"updated": "2026-06-03T18:32:48.6240854"
},
{
"$ref": "110"
}
]
},
"customerVouchers": [
{
"$id": "111",
"id": 1,
"customerIdentifier": "TVL1DIXrm0+CQ2ODc7epiQ==",
"customerIdentifierGuid": "0cf5524d-eb85-4f9b-8243-638373b7a989",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-06-03T18:32:48.6240854",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "XJi5X07JEkarYzUx83m/+Q==",
"issuedIdempotentGuid": "5fb9985c-c94e-4612-ab63-3531f379bff9",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-06-03T18:32:48.6240854",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-06-03T18:32:48.6240854",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "Ewe7+9BfC0GYQ6RBx4vgAw==",
"redeemedIdempotentGuid": "fbbb0713-5fd0-410b-9843-a441c78be003",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-06-03T18:32:48.6240854",
"storeName": "sample string 17",
"scaleLabel": {
"$ref": "109"
},
"voucher": {
"$ref": "107"
},
"customer": {
"$ref": "1"
},
"issuedOfflinePayment": {
"$ref": "7"
},
"redeemedOfflinePayment": {
"$ref": "7"
}
},
{
"$ref": "111"
}
]
},
"customer": {
"$ref": "1"
}
},
{
"$ref": "106"
}
]
}
application/xml
Sample not available.
text/xml
Sample not available.
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
PK ��\_��3� 5 xl/workbook.xml � (� ����0D�&�C��#N\�z��"
�%m
~��o�vfg�N1k3<��G��榤�sSΘmz�`OzB�w�6����tkݼ%*�b�3fp'����,]i���dZ�#:9�( B��x �X�=�6Holu��5�~SE��AKZ�J�skKQbr��%�8��4>�4����a�~W_PK ��\���� � [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
��\�k�' ' _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="R8c0d2ee8af3d434e" /></Relationships>PK ��\�L��* � xl/worksheets/sheet1.xml � (� �Y�R�J��ޏ�;{��S"�@��H��c˱+آ$���/kY�)���RO���{G*��,z�i^̳�i�c���8�̗�N��r���^
/Y����i���eq��F��|<����,]��8{L���4�������g��|��g�E�,������è�K��cm؎�*�t4Y?��aC�͗�p0�{�����tz%�$������y�R�]�V[�?�~�����Fl��7��կ��$���ʛ��2����^%��g��go1_i��?��/�I9�W"VZh)%s�8��OE�-˦����:�\Y�$3�K{�^l�E����b�q鴵��m��X����c�����f[o:��m���!�N*�f N�w�z�q}�XW��yW�`B^����z+ì��\C�!]������UW�`F��2;rӕ!�ۮ����$Ș[��y¬�R��I��PyR�X'�p�3��J< �c�`w0BW��I�<�b.�����E����`܀�����5/:e��LH�[�A�O͘4R(�Y�&�aϊ<����4m�V���bN8�h���A�`E���3G=�V5+��������!XQ�����v<
i��V�硅a7��Պ"XQ�Y���x���`U����B��H�Ĭ2J�1'�ʉ��(��g�n�D��0�'�5�R�wSC����*`��p�/��ބֱr�q�O�#�eeA�W� ���N��X�ʂ���i� ���bC���,h|�8��?����°{U��hx�S,Ax?2����EYyQ���c�LJAC𢬼hW��{џ�4������;���
y���=��*���������y���U�q�D�:�uu�y!�7M��#.�UG�m"tq�D�:⪉�uĻ&��� Ő�R�#A�~" H�� {M@��_���� m�$�-A�~#܆Խ# H�{���N@��?R�'A�&Dɛ1�oB �Q�pB�Q �"�i��H䄈�@*'D(�9!b)��D0֙H��:�Xg"��L�Sb��tJ�3O�u&�)��D@%֙H��t����2PMh!����5A�����&D!�/��-A�_�f���ÿ���ȕWj�;���>Ԅ�5�AM�L@P�������&�Ԅ��λ%XP��ʻ�`�Ă�����Ю���<P�$�n��I��D5>��j�sq�A��a ��#0W�5,!��"��l`�j<��j<��j<��<���"� "� "���g3\�{�3�t4I�,+�|�������/PK ��\�߽�� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞؉]7��vÆm�,{�Q;�]�gc���V���X��j4��'�|�l�o�D^Ї��ʂA��m��9v5�w�N*��0�K iņ��
�A8�P�m�t��*���tQ��z�c����Lr�,���Q���m�L_�?�19*�cl��5�E�y2-֥dh�U��J(�@���B�L~���\�6LK^5��Ěɻ�ʣy�>]:w�˙Z]֒s�\
!��j��/v_PK ��\Ѓ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 ��\�HX� �
xl/sharedStrings.xml � (� ��Ms�0���Ƨ�`cbL�H�t ��I/��T�֠�-��������E��#��V�w?���w��-H��8��<���Ĺ���FR�pJr�a�Ԡt:+��9����h]~��T���(O��
Ʉ,�6?座J ��
�.�^��a� �;(�gx⠊�_̟�
6��%�Y�@�{z:��MrQ1ڤK!���&�L
����`[�Gɵހܓ�c�2�['D:cRo���S;���¯�}�tݴ���k9�t���0�͏�tn*�[yB��4B�D�r@WU��Y�EQ���=�-xձ��_�hq$˻���?K�)k��
������B�]�TJ���h)j��|n�K�j�/����V��ֈJ�Tl��z�d)�%l!?�Ϟ�q�@+"@��\�Y��J�L(���Ψ m�Z3�A��>�k�Ծ���cP\%*�,��ī�M~�G
|0�)�R�Z�Kql��;'�ZU|��NX����},:K���5{��]Tf�ڗĵ���j
�?���C�R7!Y�RB]2dn�g>�g���M)JӂJ˝��R��������qԎG���C7�!�PwH�;�Öx��4
�A⃛���a?�#Bpb�y++k,�ĴME.#pa��������~�fo�(MБ{`�~���s0[p�O(���-��������d
�[��Y�����{�P�vk��_���oy����dE~��K���(��_��g��N�PK- ��\_��3� 5 xl/workbook.xmlPK- ��\���� � � [Content_Types].xmlPK-
��\�k�' ' U _rels/.relsPK- ��\�L��* � � xl/worksheets/sheet1.xmlPK- ��\�߽�� P = xl/_rels/workbook.xml.relsPK- ��\Ѓc'2 E
�
xl/styles.xmlPK- ��\�HX� �
� xl/sharedStrings.xmlPK � 1
application/vnd.ms-excel
PK ��\�Vh� 5 xl/workbook.xml � (� ��;�0D�H���Ā %�PѤM�ޘ%X������G �K�3;�v�d��X;��
��}�`eZ��:0�^�0K�b�딄�ʷXE9�0����^9��:�� �qCi���'B���`�U��^w1 �B�7�W�q�*b����"JV�ޖ4��jq�%2o�L�iv���>`���/PK ��\���� � [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
��\����' ' _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="R96080d3ae98a44ee" /></Relationships>PK ��\�L��* � xl/worksheets/sheet1.xml � (� �Y�R�J��ޏ�;{��S"�@��H��c˱+آ$���/kY�)���RO���{G*��,z�i^̳�i�c���8�̗�N��r���^
/Y����i���eq��F��|<����,]��8{L���4�������g��|��g�E�,������è�K��cm؎�*�t4Y?��aC�͗�p0�{�����tz%�$������y�R�]�V[�?�~�����Fl��7��կ��$���ʛ��2����^%��g��go1_i��?��/�I9�W"VZh)%s�8��OE�-˦����:�\Y�$3�K{�^l�E����b�q鴵��m��X����c�����f[o:��m���!�N*�f N�w�z�q}�XW��yW�`B^����z+ì��\C�!]������UW�`F��2;rӕ!�ۮ����$Ș[��y¬�R��I��PyR�X'�p�3��J< �c�`w0BW��I�<�b.�����E����`܀�����5/:e��LH�[�A�O͘4R(�Y�&�aϊ<����4m�V���bN8�h���A�`E���3G=�V5+��������!XQ�����v<
i��V�硅a7��Պ"XQ�Y���x���`U����B��H�Ĭ2J�1'�ʉ��(��g�n�D��0�'�5�R�wSC����*`��p�/��ބֱr�q�O�#�eeA�W� ���N��X�ʂ���i� ���bC���,h|�8��?����°{U��hx�S,Ax?2����EYyQ���c�LJAC𢬼hW��{џ�4������;���
y���=��*���������y���U�q�D�:�uu�y!�7M��#.�UG�m"tq�D�:⪉�uĻ&��� Ő�R�#A�~" H�� {M@��_���� m�$�-A�~#܆Խ# H�{���N@��?R�'A�&Dɛ1�oB �Q�pB�Q �"�i��H䄈�@*'D(�9!b)��D0֙H��:�Xg"��L�Sb��tJ�3O�u&�)��D@%֙H��t����2PMh!����5A�����&D!�/��-A�_�f���ÿ���ȕWj�;���>Ԅ�5�AM�L@P�������&�Ԅ��λ%XP��ʻ�`�Ă�����Ю���<P�$�n��I��D5>��j�sq�A��a ��#0W�5,!��"��l`�j<��j<��j<��<���"� "� "���g3\�{�3�t4I�,+�|�������/PK ��\�MIM� P xl/_rels/workbook.xml.rels � (� ��Kn� @��f_��"U�l��6�0�, ms�.z�^�(�"u�MV��==i���k���'�Ώִ�gi�h�NA?q�n�{�D�~O��-!,ϔz9�,|f4����E����"�Q�H��R�3����V�Q���ӌ&���������1�p-yz y�@^T��Յl��ˊW�J�S��<��y�扌�)k��T�ҝz�� ����S����U�(�UWw��*��ѻ��� PK ��\Ѓ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 ��\�HX� �
xl/sharedStrings.xml � (� ��Ms�0���Ƨ�`cbL�H�t ��I/��T�֠�-��������E��#��V�w?���w��-H��8��<���Ĺ���FR�pJr�a�Ԡt:+��9����h]~��T���(O��
Ʉ,�6?座J ��
�.�^��a� �;(�gx⠊�_̟�
6��%�Y�@�{z:��MrQ1ڤK!���&�L
����`[�Gɵހܓ�c�2�['D:cRo���S;���¯�}�tݴ���k9�t���0�͏�tn*�[yB��4B�D�r@WU��Y�EQ���=�-xձ��_�hq$˻���?K�)k��
������B�]�TJ���h)j��|n�K�j�/����V��ֈJ�Tl��z�d)�%l!?�Ϟ�q�@+"@��\�Y��J�L(���Ψ m�Z3�A��>�k�Ծ���cP\%*�,��ī�M~�G
|0�)�R�Z�Kql��;'�ZU|��NX����},:K���5{��]Tf�ڗĵ���j
�?���C�R7!Y�RB]2dn�g>�g���M)JӂJ˝��R��������qԎG���C7�!�PwH�;�Öx��4
�A⃛���a?�#Bpb�y++k,�ĴME.#pa��������~�fo�(MБ{`�~���s0[p�O(���-��������d
�[��Y�����{�P�vk��_���oy����dE~��K���(��_��g��N�PK- ��\�Vh� 5 xl/workbook.xmlPK- ��\���� � [Content_Types].xmlPK-
��\����' ' V _rels/.relsPK- ��\�L��* � � xl/worksheets/sheet1.xmlPK- ��\�MIM� P > xl/_rels/workbook.xml.relsPK- ��\Ѓc'2 E
�
xl/styles.xmlPK- ��\�HX� �
� xl/sharedStrings.xmlPK � 3