GET api/customer/{id}/payments?startDate={startDate}&endDate={endDate}&paymentType={paymentType}
Find a list of payments a customer has made, where the customer bought items or used their account to pay
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Identifier of customer |
globally unique identifier |
Required |
| startDate |
Optional start date to search sales occurring only after |
date |
None. |
| endDate |
Optional end date to search sales occurring only before |
date |
None. |
| paymentType |
Payment types to restrict results to |
PaymentType |
None. |
Body Parameters
None.
Response Information
Resource Description
List of store sale payments
Collection of StoreSalePayment| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Identifier |
Identifier to prevent duplicate processing |
Collection of byte |
None. |
| IdentifierGuid | globally unique identifier |
None. |
|
| StoreID | integer |
None. |
|
| OperatorName | string |
None. |
|
| SaleHeaderID | integer |
None. |
|
| PaymentType |
Type of the payment |
PaymentType |
None. |
| Amount |
Amount of payment in cents (or points) |
integer |
None. |
| Account | string |
String length: inclusive between 0 and 40 |
|
| AccountID | Collection of byte |
None. |
|
| AccountIDGuid | globally unique identifier |
None. |
|
| CustomerAccount | Account |
None. |
|
| CustomerCard | CustomerCard |
None. |
|
| AccountType | AccountType |
None. |
|
| CardName | string |
String length: inclusive between 0 and 16 |
|
| AuthorisationNumber | string |
String length: inclusive between 0 and 16 |
|
| BankReference | string |
String length: inclusive between 0 and 40 |
|
| MerchantID | string |
String length: inclusive between 0 and 32 |
|
| TerminalID | string |
String length: inclusive between 0 and 32 |
|
| CardNumber |
Can be: CardNumber of Gift Card, Barcode of issued/redeemed voucher, etc |
string |
String length: inclusive between 0 and 32 |
| PaymentDate | date |
None. |
|
| InvRocNo | string |
String length: inclusive between 0 and 16 |
|
| ResponseCode | string |
String length: inclusive between 0 and 4 |
|
| Cashout | integer |
None. |
|
| Tip |
Total Amount tipped during sale |
integer |
None. |
| IdempotentVoid |
Idempotency ID to prevent duplicate processing of void action |
Collection of byte |
None. |
| IdempotentVoidGuid | globally unique identifier |
None. |
|
| Offline |
If the PaymentType is Account and Offline is true, the account needs to be adjusted. |
boolean |
None. |
| Processed | Processed |
None. |
|
| StoreSaleHeader | StoreSaleHeader |
Relation. This field may not always be loaded or used for updates. |
|
| Metadata | StoreSalePaymentMetadata |
Relation. This field may not always be loaded or used for updates. |
Response Formats
application/json, text/json
[
{
"$id": "1",
"id": 1,
"identifier": "UY8v7OQUu0KhboeXXj9Fsw==",
"identifierGuid": "ec2f8f51-14e4-42bb-a16e-87975e3f45b3",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "WgkSXdX3vk+ihFv0KmkPIg==",
"accountIDGuid": "5d12095a-f7d5-4fbe-a284-5bf42a690f22",
"customerAccount": {
"$id": "2",
"id": 1,
"identifier": "wQ9addq1A02JOkirJC3cUg==",
"identifierGuid": "755a0fc1-b5da-4d03-893a-48ab242ddc52",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-04-03T06:25:27.3056776",
"owner": "sbuDGsbXEEe95pILJUsCnQ==",
"ownerGuid": "1a83bbb1-d7c6-4710-bde6-920b254b029d",
"accountStoreGroupIdentifier": "E+n3jWz2mEujsr8MtnDXsA==",
"accountStoreGroupGuid": "8df7e913-f66c-4b98-a3b2-bf0cb670d7b0",
"accountType": 1,
"currentBalance": 1,
"externalID": "sample string 7",
"maximumLimit": 1,
"accruePoints": true,
"loyaltyPoints": 1,
"termsOfTrade": 1,
"signatureRequired": true,
"referenceRequired": true,
"statementSendType": 10,
"ageingPeriod": 1,
"monthlyAgeingPeriod": true,
"explodedInvoice": true,
"isFifoAllocation": true,
"lastStatementSent": "2026-04-03T06:25:27.3056776",
"active": true,
"updated": "2026-04-03T06:25:27.3056776",
"deleted": true,
"deletedUser": "sample string 16",
"currentBalanceChanged": true,
"maximumLimitChanged": true,
"loyaltyPointsChanged": true,
"projectedBalance": 17,
"accountStoreGroupStoreIDs": [
1,
2
],
"customerEmail": "sample string 18",
"ownerCustomer": {
"$id": "3",
"identifier": "mMbOizpxV0i/mFEuIi9bYQ==",
"identifierGuid": "8bcec698-713a-4857-bf98-512e222f5b61",
"code": "sample string 2",
"familyName": "sample string 3",
"givenName": "sample string 4",
"otherName": "sample string 5",
"title": "sample string 6",
"dateOfBirth": "2026-04-03T06:25:27.3056776",
"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": "90/bQyZo60OpvoNpjvLfLA==",
"communityIdentifierGuid": "43db4ff7-6826-43eb-a9be-83698ef2df2c",
"joined": "2026-04-03T06:25:27.3056776",
"updated": "2026-04-03T06:25:27.3056776",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "sQFQmAD3vk+RvWgeF2n/gw==",
"priceLevelIdentifierGuid": "985001b1-f700-4fbe-91bd-681e1769ff83",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-04-03T06:25:27.3056776",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "4",
"cardType": 2,
"issueDate": "2026-04-03T06:25:27.3056776",
"expiry": "2026-04-03T06:25:27.3056776",
"customerID": "ViMS9nq14UKgPABsEnCyOA==",
"customerIDGuid": "f6122356-b57a-42e1-a03c-006c1270b238",
"initialValue": 1,
"currentValue": 1,
"maxLimit": 1,
"minTransaction": 1,
"maxTransaction": 1,
"multiplier": 1.1,
"active": true,
"reasonInactive": 1,
"idRequired": true,
"idType": 1,
"idValue": "sample string 5",
"updated": "2026-04-03T06:25:27.3056776",
"linkedAccount": "+BXO1nlOeEeg3WvwN+rpfQ==",
"linkedAccountGuid": "d6ce15f8-4e79-4778-a0dd-6bf037eae97d",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "3"
},
"account": {
"$ref": "2"
},
"payments": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
},
{
"$ref": "4"
}
],
"customerGroupMembers": [
{
"$id": "5",
"id": 1,
"groupID": "FsJlxx+5qEi4bh6pQHoheA==",
"groupIDGuid": "c765c216-b91f-48a8-b86e-1ea9407a2178",
"customerID": "vzZqmBZmDkibfECHdM3hKQ==",
"customerIDGuid": "986a36bf-6616-480e-9b7c-408774cde129",
"card": "sample string 4",
"linkedAccount": "RRejzdTXlUOcYUbz6eK6uA==",
"linkedAccountGuid": "cda31745-d7d4-4395-9c61-46f3e9e2bab8",
"customer": {
"$ref": "3"
},
"group": {
"$id": "6",
"identifier": "5H3sqjURD06jmtRg+MyTaQ==",
"identifierGuid": "aaec7de4-1135-4e0f-a39a-d460f8cc9369",
"name": "sample string 2",
"primaryContact": "novZMPr1aEatCNSR155UXQ==",
"primaryContactGuid": "30d98b9e-f5fa-4668-ad08-d491d79e545d",
"accountID": "c/M6kOhjN0K/5nNXckWt5g==",
"accountIDGuid": "903af373-63e8-4237-bfe6-73577245ade6",
"special": true,
"updated": "2026-04-03T06:25:27.3056776",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "0aMkRjiY70uzKSzmF6ePhQ==",
"priceLevelIdentifierGuid": "4624a3d1-9838-4bef-b329-2ce617a78f85",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "2"
},
"primaryContactCustomer": {
"$ref": "3"
},
"customerGroupMembers": [
{
"$ref": "5"
},
{
"$ref": "5"
}
]
},
"customerCard": {
"$ref": "4"
}
},
{
"$ref": "5"
}
],
"customerGroups": [
{
"$ref": "6"
},
{
"$ref": "6"
}
],
"accounts": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"account": {
"$ref": "2"
},
"vouchers": [
{
"$id": "7",
"customerIdentifier": "5W4fTFH1iUKA/buk2T6tVw==",
"customerIdentifierGuid": "4c1f6ee5-f551-4289-80fd-bba4d93ead57",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "TJZuxMGBqEWLGko1xXS/EA==",
"idempotentGuid": "c46e964c-81c1-45a8-8b1a-4a35c574bf10",
"offline": true,
"voucher": {
"$id": "8",
"id": 1,
"name": "sample string 2",
"description": "sample string 3",
"shortDescription": "sample string 4",
"url": "sample string 5",
"barcodeTemplateID": 1,
"expiry": 0,
"voucherType": 6,
"limitPerTransaction": 7,
"customerTracking": true,
"discountAccount": "sample string 9",
"endDate": "2026-04-03T06:25:27.3056776",
"barcodeTemplate": {
"$id": "9",
"templateID": 1,
"template": "sample string 1",
"bcFunction": "sample string 2",
"sortOrder": 3
},
"scaleLabel": {
"$id": "10",
"id": 1,
"uid": "sample string 2",
"name": "sample string 3",
"width": 1.1,
"height": 1.1,
"showBorder": true,
"borderWidth": 1.1,
"borderStyle": 1,
"borderColour": "sample string 5",
"updated": "2026-04-03T06:25:27.3056776",
"labelPageLayout": "4XyXEumm7UCcSDfEXKmC7Q==",
"pageLayoutGuid": "12977ce1-a6e9-40ed-9c48-37c45ca982ed",
"labelType": 6,
"oldName": "sample string 7",
"voucher": {
"$ref": "8"
},
"elements": [
{
"$id": "11",
"id": 1,
"scaleLabelID": 2,
"showPercentDI": true,
"showAvgPerHundred": true,
"showAvgPerServe": true,
"name": "sample string 6",
"x": 1.1,
"y": 1.1,
"width": 1.1,
"height": 1.1,
"type": 1,
"rotation": 1,
"text": "sample string 7",
"fontFamily": "sample string 8",
"align": 1,
"bold": true,
"italic": true,
"underline": true,
"strikeout": true,
"reverse": true,
"textColour": "sample string 9",
"fontSize": 1.1,
"picture": "QEA=",
"borderWidth": 10,
"sortOrder": 11,
"printOptions": 12,
"superScriptTextFontSize": 1.1,
"lineStyle": 1,
"spacingStyle": 1,
"interCharacterSpacing": 1.1,
"superScriptOffset": 1.1,
"lineSpacing": 1.1,
"dateFormat": "sample string 13",
"autoGrow": true,
"fontAutoResize": true,
"updated": "2026-04-03T06:25:27.3056776"
},
{
"$ref": "11"
}
]
},
"customerVouchers": [
{
"$id": "12",
"id": 1,
"customerIdentifier": "vYohVOfJ90ylCiAt2OrmKQ==",
"customerIdentifierGuid": "54218abd-c9e7-4cf7-a50a-202dd8eae629",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-04-03T06:25:27.3056776",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "AtDqglx5U0eBZaaGinRzrg==",
"issuedIdempotentGuid": "82ead002-795c-4753-8165-a6868a7473ae",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-04-03T06:25:27.3056776",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-04-03T06:25:27.3056776",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "y95efCaf302wD8tZKLI37w==",
"redeemedIdempotentGuid": "7c5edecb-9f26-4ddf-b00f-cb5928b237ef",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-04-03T06:25:27.3056776",
"storeName": "sample string 17",
"scaleLabel": {
"$ref": "10"
},
"voucher": {
"$ref": "8"
},
"customer": {
"$ref": "3"
},
"issuedOfflinePayment": {
"$ref": "1"
},
"redeemedOfflinePayment": {
"$ref": "1"
}
},
{
"$ref": "12"
}
]
},
"customer": {
"$ref": "3"
}
},
{
"$ref": "7"
}
]
},
"card": {
"$ref": "4"
},
"members": {
"$id": "13",
"sample string 1": [
{
"$ref": "3"
},
{
"$ref": "3"
}
],
"sample string 2": [
{
"$ref": "3"
},
{
"$ref": "3"
}
]
},
"customerGroups": [
{
"$ref": "6"
},
{
"$ref": "6"
}
]
},
"customerCard": {
"$ref": "4"
},
"accountType": 1,
"cardName": "sample string 8",
"authorisationNumber": "sample string 9",
"bankReference": "sample string 10",
"merchantID": "sample string 11",
"terminalID": "sample string 12",
"cardNumber": "sample string 13",
"paymentDate": "2026-04-03T06:25:27.3056776",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "Y0MsiQz6V0amSrgPcSDkoQ==",
"idempotentVoidGuid": "892c4363-fa0c-4657-a64a-b80f7120e4a1",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "14",
"saleHeaderID": 1,
"saleHeaderGuid": "sjFRWFvElEyog2aSUtzliQ==",
"saleHeaderIdentifierGuid": "585131b2-c45b-4c94-a883-669252dce589",
"created": "2026-04-03T06:25:27.3056776",
"createdLocal": "2026-04-03T06:25:27.3056776",
"createdText": "sample string 4",
"itemCount": 5,
"totalAmount": 6,
"cashTender": 1,
"cardTender": 1,
"cheqTender": 1,
"acctTender": 1,
"voucherTender": 1,
"loyaltyPoints": 1,
"cashout": 1,
"changeAmount": 1,
"rounding": 1,
"gstAmount": 1,
"transactionDiscountTender": 1,
"totalTip": 7,
"tranType": 1,
"processed": 1,
"imported": "2026-04-03T06:25:27.3056776",
"storeID": 1,
"operatorG_Uid": "OTZmyYi/PkKUdzmNyHz1MQ==",
"operatorGuid": "c9663639-bf88-423e-9477-398dc87cf531",
"customerG_Uid": "f+BufG/2l0eHQ1pcW9BpDA==",
"customerGuid": "7c6ee07f-f66f-4797-8743-5a5c5bd0690c",
"communityIdentifier": "VpL4q6ynBE2TZ9xFvLrOyA==",
"communityIdentifierGuid": "abf89256-a7ac-4d04-9367-dc45bcbacec8",
"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": "KhxWScNvCU6dVuJAuPr4Xw==",
"priceLevelIdentifierGuid": "49561c2a-6fc3-4e09-9d56-e240b8faf85f",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-04-03T06:25:27.3056776+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": "15",
"customerName": "sample string 1",
"pickupAt": "2026-04-03T06:25:27.3056776",
"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": "16",
"id": 1,
"g_Uid": "lZCa2sm950qN21fIM+LhRQ==",
"guid": "da9a9095-bdc9-4ae7-8ddb-57c833e2e145",
"operatorNumber": 1,
"shortName": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"password": "sample string 5",
"hasPassword": true,
"passwordText": "sample string 6",
"rfidTagID": "sample string 7",
"blueprintID": 1,
"groupID": 1,
"groupName": "sample string 8",
"managerGroupID": 1,
"managerGroupName": "sample string 9",
"zoneID": 1,
"zoneName": "sample string 10",
"loggedIn": 1,
"lastUsedIP": "sample string 11",
"deleted": true,
"locked": true,
"allowOpenTill": true,
"webEmail": "sample string 14",
"simpleOperatorType": 0,
"webRole": "sample string 15",
"updated": "2026-04-03T06:25:27.3056776",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-04-03T06:25:27.3056776",
"endShift": "2026-04-03T06:25:27.3056776",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "17",
"operatorG_UID": "kQpLRXTc60WlVBIxGdT91A==",
"operatorGuid": "454b0a91-dc74-45eb-a554-123119d4fdd4",
"storeID": 2,
"operator": {
"$ref": "16"
},
"store": {
"$id": "18",
"id": 1,
"isMaster": true,
"isElectedMaster": true,
"electedMasterStoreID": 1,
"isZoneMaster": true,
"shortName": "sample string 3",
"url": "sample string 4",
"sortOrder": 1,
"name": "sample string 5",
"phone": "sample string 6",
"fax": "sample string 7",
"email": "sample string 8",
"address1": "sample string 9",
"address2": "sample string 10",
"city": "sample string 11",
"state": "sample string 12",
"country": "sample string 13",
"postCode": "sample string 14",
"delivery": 1,
"exportAccounts": 1,
"salesAccountFolder": "sample string 15",
"purchaseAccountFolder": "sample string 16",
"initLoad": 1,
"initIDs": 1,
"zoneID": 1,
"actAsMaster": 1,
"lastActiveUtc": "2026-04-03T06:25:27.3056776",
"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": "gxe9Q3DWDUmGlFQsMgYEiA==",
"hostIdentifierGuid": "43bd1783-d670-490d-8694-542c32060488",
"hostName": 1,
"hostAddress": "sample string 27",
"hostUsername": "sample string 28",
"hostPassword": "sample string 29",
"excludeFromLeadInOut": true,
"accountingProvider": 31,
"accountingAddress": "sample string 32",
"accountingUsername": "sample string 33",
"accountingPassword": "sample string 34",
"storeAccountingCode": "sample string 35",
"softwareVariance": 36,
"fuelWarningVariance": 37.0,
"fuelErrorVariance": 38.0,
"fuelAccumulatedWarningVariance": 39.0,
"fuelAccumulatedErrorVariance": 40.0,
"drawManagment": 41,
"endOfDayManagment": true,
"autoFillCashBalancing": true,
"fuelDayVariance": 44,
"accountingTradingTime": "00:00:00.1234567",
"stockActivateProduct": 46,
"defaultOrderDocumentId": 1,
"defaultStockReceiveDocumentId": 1,
"giftCardSalesAccountingDeptCode": "sample string 47",
"transactionDiscountAccountingDeptCode": "sample string 48",
"size": 49,
"updated": "2026-04-03T06:25:27.3056776",
"priceZone": {
"$id": "19",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "pkTBy/iJ9kq0YpxDIMljaA==",
"hostIdentifierGuid": "cbc144a6-89f8-4af6-b462-9c4320c96368",
"sortOrder": 3,
"zoneMasterStoreID": 1,
"electedMasterStoreID": 1,
"containsElectedMasterStore": true
},
"priceZoneName": "sample string 51",
"storeFuelConfigured": true,
"shippingAddressCopied": true,
"shippingAddress": {
"$id": "20",
"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": "20"
},
"hostStoreSettings": [
{
"$id": "21",
"id": 1,
"hostIdentifier": "pC0zylu/zkqCNtz7ySyYpQ==",
"hostIdentifierGuid": "ca332da4-bf5b-4ace-8236-dcfbc92c98a5",
"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": "22",
"identifier": "32jVIFInj0OCCDnWJHPPzw==",
"identifierGuid": "20d568df-2752-438f-8208-39d62473cfcf",
"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": "s7szXK9m2EGRFsZ7Y5gp8w==",
"hostSupplierIdentifierGuid": "5c33bbb3-66af-41d8-9116-c67b639829f3",
"loyaltyPriceLevelIdentifier": "+ZUeCEh9PU2KKd0Wnlfn+w==",
"loyaltyPriceLevelIdentifierGuid": "081e95f9-7d48-4d3d-8a29-dd169e57e7fb",
"isGroup": true,
"description": "sample string 22",
"hostProvider": 23,
"hostTypeEnum": 24,
"hostType": "sample string 25",
"hostCode": "sample string 26",
"username": "sample string 27",
"password": "sample string 28",
"passwordPlain": "sample string 29",
"server": "sample string 30",
"url": "sample string 31",
"global": true,
"stateCode": "sample string 33",
"lastCollected": "2026-04-03T06:25:27.3056776",
"lastProcessed": "2026-04-03T06:25:27.3056776",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$id": "23",
"identifier": "OI+/iygL/0OmU+IrNaILMw==",
"identifierGuid": "8bbf8f38-0b28-43ff-a653-e22b35a20b33",
"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": "xScvr0uBDUa/b2UmrN1oTQ==",
"primaryContactID": "af2f27c5-814b-460d-bf6f-6526acdd684d",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "pzZNza6xJUukgF7TB1uGSA==",
"supplierGroupGuid": "cd4d36a7-b1ae-4b25-a480-5ed3075b8648",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-04-03T06:25:27.3056776",
"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": "24",
"id": "ad049d5e-62eb-42d2-aa8e-008809ae5f48",
"identifier": "fJQiGDgWlEukaIAwVk2cbA==",
"identifierGuid": "1822947c-1638-4b94-a468-8030564d9c6c",
"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": "25",
"supplierIdentifier": "m+9IhxhUc0azCASsb5dSUQ==",
"supplierIdentifierGuid": "8748ef9b-5418-4673-b308-04ac6f975251",
"contactGuid": "4OV5mjEP6keBuexfttMh1Q==",
"contactID": "9a79e5e0-0f31-47ea-81b9-ec5fb6d321d5",
"contact": {
"$ref": "24"
},
"supplier": {
"$ref": "23"
}
},
{
"$ref": "25"
}
],
"products": [
{
"$id": "26",
"pluG_UID": "7Gy0gok3lkqnevU2ie+ZbA==",
"pluGuid": "82b46cec-3789-4a96-a77a-f53689ef996c",
"supplierIdentifier": "g+9vUFLCPkm+fPDov89F5w==",
"supplierIdentifierGuid": "506fef83-c252-493e-be7c-f0e8bfcf45e7",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-04-03T06:25:27.3056776",
"pricedByWeight": true,
"landedUnitCostEx": 9,
"landedUnitCostInc": 10,
"landedCartonCostInc": 12,
"landedCartonCostEx": 13,
"standardCost": 14,
"deliveryFee": 1,
"deliveryFeeBasis": "sample string 15",
"pickAndPackFee": 1,
"pickAndPackFeeBasis": "sample string 16",
"financeFee": 1,
"financeFeeBasis": "sample string 17",
"cartonLength": 1,
"cartonWidth": 1,
"cartonHeight": 1,
"palletLayerQuantity": 1,
"palletLayers": 1,
"itemCode": "sample string 18",
"invoiceCode": "sample string 19",
"invoiceDesc": "sample string 20",
"orderDirect": true,
"useCost": true,
"minimumQuantity": 21,
"hostType": 22,
"fromHost": 23,
"minimumReorder": 1,
"maximumReorder": 1,
"orderMultiple": 24.1,
"sellMultiple": 25.1,
"baseMultiple": 26.1,
"hostStandardCost": 27,
"hostTotalCost": 28,
"hostRetail": 29,
"hostLandedUnitCostEx": 30,
"hostLandedUnitCostInc": 31,
"hostDesc": "sample string 32",
"directIndicator": "sample string 33",
"availableToOrder": true,
"hostRangeIndicator": "sample string 35",
"hostProductType": "sample string 36",
"hostProductGrade": "sample string 37",
"hostProductGroup": "sample string 38",
"hostSlowMoving": true,
"hostGeneralMerchandise": true,
"hostPillar": "sample string 41",
"hostLastUpdated": "2026-04-03T06:25:27.3056776",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "27",
"pluG_UID": "7tIM/lCGzkKcvElT2w8xqg==",
"pluGuid": "fe0cd2ee-8650-42ce-9cbc-4953db0f31aa",
"supplierIdentifier": "1t8HKdeIIk+AbJiomNQsow==",
"supplierIdentifierGuid": "2907dfd6-88d7-4f22-806c-98a898d42ca3",
"invoiceCode": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "27"
}
],
"storeIDs": [
1,
2
],
"preferredSupplier": true,
"preferredRebateSupplier": true,
"supplierName": "sample string 42",
"salesMode": 43,
"orderPacked": true,
"active": true,
"price": 1,
"costGstPercent": 45,
"parentPluG_UID": "adROII4nWUinZnLGTr/8mQ==",
"parentPluGuid": "204ed469-278e-4859-a766-72c64ebffc99",
"freight": 46.0,
"freightType": 1,
"product": {
"$id": "28",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "bFmrL/Zedk+POfVfjfZu/g==",
"guid": "2fab596c-5ef6-4f76-8f39-f55f8df66efe",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "VlPDvYErcU613bHQ+CAicQ==",
"priceGroupGuid": "bdc35356-2b81-4e71-b5dd-b1d0f8202271",
"blueprintID": 1,
"lastCountedDate": "2026-04-03T06:25:27.3056776",
"externalID": "sample string 7",
"active": true,
"activated": "2026-04-03T06:25:27.3056776",
"pluCreated": "2026-04-03T06:25:27.3056776",
"createdByUser": "sample string 9",
"name": "sample string 10",
"nameChanged": true,
"secondDescription": "sample string 12",
"hostDescription": "sample string 13",
"keepCartonQty": true,
"keepDescription": true,
"keepDepartments": true,
"keepSuppliers": true,
"markdownDescription": "sample string 18",
"altDescription": "sample string 19",
"bestOrExpire": 20,
"lastUpdate": "2026-04-03T06:25:27.3056776",
"lastManualUpdate": "2026-04-03T06:25:27.3056776",
"imageName": "sample string 23",
"showImageOnFlipCharts": true,
"showTextOnFlipCharts": true,
"overrideFlipChartText": true,
"flipChartText": "sample string 27",
"salesMode": 1,
"eftCode": 1,
"price": 1,
"priceChanged": true,
"rrp": 1,
"gstPercent": 28,
"gstPercentChanged": true,
"costGSTPercent": 29,
"costGSTPercentChanged": true,
"wetPercent": 1,
"priceOverride": 1,
"cost": 1,
"currentCost": 1,
"currentCostDecimals": 1,
"grossProfit": 1.0,
"currentCostDesc": "sample string 30",
"currentCostEnd": "2026-04-03T06:25:27.3056776",
"currentCostUpdated": "2026-04-03T06:25:27.3056776",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-04-03T06:25:27.3056776",
"defaultGP": 1,
"breakTargetMode": 33,
"break1": 1,
"price1": 1,
"target1": 34,
"break2": 1,
"price2": 1,
"target2": 35,
"break3": 1,
"price3": 1,
"target3": 36,
"break1Changed": true,
"price1Changed": true,
"target1Changed": true,
"break2Changed": true,
"price2Changed": true,
"target2Changed": true,
"break3Changed": true,
"price3Changed": true,
"target3Changed": true,
"breakTargetModeChanged": true,
"margin": 1.1,
"marginChanged": true,
"marginRanged": true,
"marginRangedChanged": true,
"minimumMargin": 1.1,
"minimumMarginChanged": true,
"maximumMargin": 1.1,
"maximumMarginChanged": true,
"overrideHostWarehouseIndicator": true,
"overrideHostWarehouseIndicatorChanged": true,
"overrideHostPrice": true,
"overrideHostPriceChanged": true,
"overrideHostCost": true,
"overrideHostCostChanged": true,
"overrideHostMargin": true,
"overrideHostMarginChanged": true,
"alwaysApplyMargin": true,
"alwaysApplyMarginChanged": true,
"aws": 1.0,
"paws": 1.0,
"awsUpdated": "2026-04-03T06:25:27.3213275",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "eONej6MlnEuT9qj0v5BHAw==",
"altPLUGuid": "8f5ee378-25a3-4b9c-93f6-a8f4bf904703",
"altPLUGuidChanged": true,
"altPriceDescription1": "sample string 54",
"altPriceDescription2": "sample string 55",
"cartonQuantity": 56,
"cartonQuantityChanged": true,
"trayID": 1,
"promptID": 1,
"tare": 1,
"packQty": 1,
"fixedWeight": 1,
"extraMesg": 1,
"text1": "sample string 58",
"text2": "sample string 59",
"text3": "sample string 60",
"labelText": "sample string 61",
"labelTextChanged": true,
"sendToScale": true,
"nonScaleWeigh": true,
"labelFormat": "sample string 65",
"barcodeFormat": "sample string 66",
"austMade": 1,
"coolCode": 67,
"countryOfOrigin": "sample string 68",
"percentContent": 69.1,
"departmentID": 1,
"subDepartmentID": 1,
"minorDepartmentID": 1,
"lesserDepartmentID": 1,
"deptCode": "sample string 70",
"subDeptCode": "sample string 71",
"minorDeptCode": "sample string 72",
"lesserDeptCode": "sample string 73",
"deptName": "sample string 74",
"subDeptName": "sample string 75",
"minorDeptName": "sample string 76",
"lesserDeptName": "sample string 77",
"departmentChanged": true,
"subCategoryID": 1,
"expiry": 1,
"showDays": 1,
"datePrint": 1,
"labelRequired": true,
"labelShelfQty": 80,
"labelShelfChanged": true,
"labelTalkerQty": 82,
"labelSmall": true,
"labelLastPrinted": "2026-04-03T06:25:27.3213275",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "9IIXO9L0jUeZmlpF7zV1hQ==",
"shelfPageLayoutGuid": "3b1782f4-f4d2-478d-999a-5a45ef357585",
"talkerPageLayoutG_UID": "1AnS0CsssUmKPTWqNpZz5Q==",
"talkerPageLayoutGuid": "d0d209d4-2c2b-49b1-8a3d-35aa369673e5",
"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": "PlRtErKoI0O7KlM6RQcbfw==",
"inventoryIdentifier": "126d543e-a8b2-4323-bb2a-533a45071b7f",
"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": "046oV94TaEyDJ4860Dhjow==",
"parentPluGuid": "57a88ed3-13de-4c68-8327-8f3ad03863a3",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "zRruJ+jP+UKh2PqDULQt0Q==",
"supplierIdentifierGuid": "27ee1acd-cfe8-42f9-a1d8-fa8350b42dd1",
"supplierChanged": true,
"rebateSupplierIdentifier": "JD7ucmF/aUiuJWBxMWeqRw==",
"rebateSupplierIdentifierGuid": "72ee3e24-7f61-4869-ae25-60713167aa47",
"rebateSupplierChanged": true,
"availableForOrder": true,
"warehouseDirectIndicator": "sample string 109",
"warehouseDirectIndicatorChanged": true,
"productGrade": "sample string 111",
"productType": "sample string 112",
"productGroup": "sample string 113",
"complianceIndicator": "sample string 114",
"inhouseBrand": "sample string 115",
"slowMoving": true,
"generalMerchandise": true,
"comment": "sample string 118",
"lastUpdatedByUser": "sample string 119",
"lastManualUpdatedByUser": "sample string 120",
"lastUpdatedByUserOverride": true,
"lastUpdatedByHost": "2026-04-03T06:25:27.3213275",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "ifOnKaMy2UK4UPX4QDsNfg==",
"hostIdentifierGuid": "29a7f389-32a3-42d9-b850-f5f8403b0d7e",
"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": "28"
},
{
"$ref": "28"
}
],
"store": {
"$ref": "18"
},
"storePrices": [
{
"$id": "29",
"pluG_UID": "LgYQBAjGx0GF3acH51F/oA==",
"pluGuid": "0410062e-c608-41c7-85dd-a707e7517fa0",
"plu": 1,
"storeID": 1,
"zoneID": 2,
"zoneName": "sample string 3",
"store": "sample string 4",
"isElectedMasterStore": true,
"isZoneMasterStore": true,
"priceNow": 7,
"costNow": 8,
"costNowDecimals": 9,
"normalPrice": 10,
"priceNext": 1,
"costNext": 1,
"costNextDecimals": 11,
"nextCampaignName": "sample string 12",
"gstPercent": 13,
"normalCost": 14,
"normalCostDecimals": 15,
"costGstPercent": 16,
"costCalcMethod": 1,
"currentCost": 17,
"currentCostDecimals": 18,
"break1": 19,
"price1": 20,
"break2": 21,
"price2": 22,
"break3": 23,
"price3": 24,
"fuelItem": 25,
"fixedWeight": 26,
"active": true,
"complianceIndicator": "sample string 27",
"doNotOrder": true,
"doNotRange": true,
"isNormalPriceChangesCampaign": true,
"updated": "2026-04-03T06:25:27.3213275"
},
{
"$ref": "29"
}
],
"currentPrices": {
"$id": "30",
"pluPrices": {
"$id": "31",
"plu": 1,
"pluG_UID": "QEA=",
"stores": [
1,
2
],
"normalPrice": 1,
"cost": 2,
"break1": 3,
"price1": 4,
"break2": 5,
"price2": 6,
"break3": 7,
"price3": 8,
"discountPrice": 9,
"memberDiscountPrice": 10,
"acceptedUtc": "2026-04-03T06:25:27.3213275",
"priceChangeType": 0,
"costDecimals": 11,
"costCalcMethod": 12,
"targetCampaignPriceGtOrEquNormal": true
},
"normalPluPrices": {
"$ref": "31"
},
"winningCampaign": 1,
"winner": {
"$id": "32",
"campaignName": "sample string 1",
"campaignDescription": "sample string 2",
"talkerText": "sample string 3",
"disableWasSave": true,
"startDate": "2026-04-03T06:25:27.3213275",
"startTime": 5,
"endDate": "2026-04-03T06:25:27.3213275",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "t2mLnAi6iUizXTnu5GBPcQ==",
"hostIdentifierGuid": "9c8b69b7-ba08-4889-b35d-39eee4604f71",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "32"
},
{
"$ref": "32"
}
]
},
"tray": {
"$id": "33",
"g_UId": "Y1h1umoeskK68lYF9fZB5g==",
"guid": "ba755863-1e6a-42b2-baf2-5605f5f641e6",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "34",
"priceGroupG_UID": "XLUZvqUjvU6U6S+ui4OUfw==",
"priceGroupGuid": "be19b55c-23a5-4ebd-94e9-2fae8b83947f",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-04-03T06:25:27.3213275",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "28"
},
{
"$ref": "28"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "35",
"pluG_UID": "kgeNh0aSwEyv3ijyUnHesg==",
"pluGuid": "878d0792-9246-4cc0-afde-28f25271deb2",
"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": "36",
"pluGuid": "0f0c8cac-7ef3-4a9d-8d90-80eb18ca3118",
"created": "2026-04-03T06:25:27.3213275",
"createdByUser": "sample string 1",
"activated": "2026-04-03T06:25:27.3213275",
"activatedByUser": "sample string 2",
"deactivated": "2026-04-03T06:25:27.3213275",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-04-03T06:25:27.3213275",
"lastOrderedQty": 4.0,
"lastReceived": "2026-04-03T06:25:27.3213275",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-04-03T06:25:27.3213275",
"lastSold": "2026-04-03T06:25:27.3213275",
"firstSold": "2026-04-03T06:25:27.3213275",
"awsUpdated": "2026-04-03T06:25:27.3213275",
"lastManualUpdate": "2026-04-03T06:25:27.3213275",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-04-03T06:25:27.3213275",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-04-03T06:25:27.3213275",
"doNotRangeUpdated": "2026-04-03T06:25:27.3213275",
"doNotOrderUpdated": "2026-04-03T06:25:27.3213275",
"tracked": "2026-04-03T06:25:27.3213275"
},
"allergens": [
{
"$id": "37",
"primaryKey": {
"$id": "38",
"pluGuid": "0126f561-a0a5-4449-9fc7-0c2688a0fa7b",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "YfUmAaWgSUSfxwwmiKD6ew==",
"pluGuid": "0126f561-a0a5-4449-9fc7-0c2688a0fa7b",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "37"
}
],
"costs": {
"$id": "39",
"pluG_UID": "4Z61+mtOT0qjXsNKIo4F3Q==",
"pluGuid": "fab59ee1-4e6b-4a4f-a35e-c34a228e05dd",
"enteredCost": 1,
"weightedAvgCost": 1,
"lastCost": 1,
"rawEnteredCost": 2,
"rawWeightedAvgCost": 3,
"rawLastCost": 4,
"freight": 5.0,
"freightType": 6,
"costDecimals": 7,
"fifoCost": 1,
"updated": "2026-04-03T06:25:27.3213275",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "40",
"saleHeaderID": 1,
"created": "2026-04-03T06:25:27.3213275",
"createdLocal": "2026-04-03T06:25:27.3213275",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "tKhj62M8MEuH3d5DQhanSQ==",
"operatorGuid": "eb63a8b4-3c63-4b30-87dd-de434216a749",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "lXLcmVTzpEysARDg1SaJ+A==",
"pluGuid": "99dc7295-f354-4ca4-ac01-10e0d52689f8",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$ref": "16"
}
},
{
"$ref": "40"
}
],
"apns": [
{
"$id": "41",
"pluID": 1,
"pluG_UID": "/101ufuW/E6BVXfuAVGsKw==",
"pluGuid": "b9355dff-96fb-4efc-8155-77ee0151ac2b",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "41"
}
],
"tuns": [
{
"$id": "42",
"pluG_UId": "3RlitFMTkUiFccOibmHITQ==",
"pluGuid": "b46219dd-1353-4891-8571-c3a26e61c84d",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "28"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "42"
}
],
"competitionPricing": [
{
"$id": "43",
"identifier": "5oQlfqtrYEmiim9FWOKW0w==",
"identifierGuid": "7e2584e6-6bab-4960-a28a-6f4558e296d3",
"pluG_UID": "40oTGR3/JEWt3DXYWJwMww==",
"pluGuid": "19134ae3-ff1d-4524-addc-35d8589c0cc3",
"competitionID": 1,
"name": "sample string 2",
"sellMultiple": 3,
"retailPrice": 4,
"storeName": "sample string 5"
},
{
"$ref": "43"
}
],
"supplier": {
"$ref": "23"
},
"supplierName": "sample string 148",
"children": [
{
"$ref": "28"
},
{
"$ref": "28"
}
],
"ordering": {
"$ref": "26"
},
"flipChartPages": [
{
"$id": "44",
"identifier": "LTzVYxfx2kiTvCn067JpSw==",
"groupName": "sample string 1",
"identifierGuid": "63d53c2d-f117-48da-93bc-29f4ebb2694b",
"exists": true,
"flipChartIdentifier": "SWcsDTgKSk2L6l13JL/OCA==",
"flipChartIdentifierGuid": "0d2c6749-0a38-4d4a-8bea-5d7724bfce08",
"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": "PbId2J9iU0KHDt3U2UU3pQ==",
"groupIdentifierGuid": "d81db23d-629f-4253-870e-ddd4d94537a5",
"flipChart": {
"$id": "45",
"identifier": "lx+jDkcvPkmZ68XbQ0YY7w==",
"identifierGuid": "0ea31f97-2f47-493e-99eb-c5db434618ef",
"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": "46",
"identifier": "SdBMV242lEirT3KKNyCjoA==",
"identifierGuid": "574cd049-366e-4894-ab4f-728a3720a3a0",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "47",
"id": 1,
"g_UID": "bM/V/oG8gECveAzL2Bb4lw==",
"guid": "fed5cf6c-bc81-4080-af78-0ccbd816f897",
"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": "Lr033eEFdk60U+nAsu4YXg==",
"previousFormGuid": "dd37bd2e-05e1-4e76-b453-e9c0b2ee185e",
"nextForm": 1,
"nextFormG_UID": "pkc3ljdgT0ign5lxOM1Leg==",
"nextFormGuid": "963747a6-6037-484f-a09f-997138cd4b7a",
"attributes": "sample string 10",
"updated": "2026-04-03T06:25:27.3213275",
"positioning": 1,
"contentPanel": "sample string 11",
"selectionMode": 1,
"maximumSelections": 1,
"alteredInStore": true,
"deleted": true,
"blueprintID": 1,
"preserveLayout": true,
"mainCheckoutFormName": "sample string 13",
"nextCheckoutForm": {
"$ref": "47"
},
"previousCheckoutForm": {
"$ref": "47"
},
"buttons": [
{
"$id": "48",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "JHWR6B8b90aUEa0aYWqoQg==",
"checkoutFormGuid": "e8917524-1b1f-46f7-9411-ad1a616aa842",
"identifier": "6xcRiJFmVkaZU7EVeETMww==",
"identifierGuid": "881117eb-6691-4656-9953-b1157844ccc3",
"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": "Ccli/4X4EUWL1TiD3gwo8g==",
"valueGuid": "ff62c909-f885-4511-8bd5-3883de0c28f2",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-04-03T06:25:27.3213275",
"action": "sample string 12",
"valueForm": {
"$ref": "47"
},
"image": {
"$id": "49",
"name": "sample string 3.sample string 4",
"imageID": 2,
"imageName": "sample string 3",
"imageExtension": "sample string 4",
"lastUpdate": "2026-04-03T06:25:27.3213275",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "48"
}
],
"panels": [
{
"$id": "50",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "YGzKS6BYpEObpOJAT2IGCA==",
"checkoutFormGuid": "4bca6c60-58a0-43a4-9ba4-e2404f620608",
"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": "50"
}
]
},
{
"$ref": "47"
}
],
"panels": [
{
"$ref": "50"
},
{
"$ref": "50"
}
]
},
"pages": [
{
"$ref": "44"
},
{
"$ref": "44"
}
]
},
"contentPanel": {
"$ref": "50"
},
"products": [
{
"$id": "51",
"flipChartPageIdentifier": "N23fNDkpNEmKZo3AK0wQzw==",
"flipChartPageIdentifierGuid": "34df6d37-2939-4934-8a66-8dc02b4c10cf",
"pluG_UID": "Q7RIwqjj5E68SHzsS9IRbA==",
"pluGuid": "c248b443-e3a8-4ee4-bc48-7cec4bd2116c",
"sortOrder": 3,
"sent": true,
"productChanged": true,
"productImageName": "sample string 6",
"productShowImageOnFlipCharts": true,
"productShowTextOnFlipCharts": true,
"productOverrideFlipChartText": true,
"productFlipChartText": "sample string 10",
"product": {
"$ref": "28"
},
"departmentSortOrder": 11,
"subDepartmentName": "sample string 12"
},
{
"$ref": "51"
}
],
"productCount": 27,
"pages": [
{
"$ref": "44"
},
{
"$ref": "44"
}
]
},
{
"$ref": "44"
}
],
"priceHistory": [
{
"$id": "52",
"pluG_UID": "//WJqlngo0yNZGLX8BUM4A==",
"pluGuid": "aa89f5ff-e059-4ca3-8d64-62d7f0150ce0",
"price": 1,
"costCalcMethod": 1,
"cost": 2,
"weightedAvgCost": 3,
"lastCost": 4,
"rawCost": 5,
"rawWeightedAvgCost": 6,
"rawLastCost": 7,
"costDecimals": 8,
"serviceFeeID": 9,
"freight": 10.0,
"freightType": 11,
"process": "sample string 12",
"user": "sample string 13",
"updated": "2026-04-03T06:25:27.3213275",
"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": "52"
}
],
"ingredients": [
{
"$id": "53",
"pluG_UID": "u09lrPkeUE6LqWnYsLHXtQ==",
"ingredientGuid": "J8Rq5P7ZNUKxdHtorOJzXQ==",
"ingredientIdentifier": "e46ac427-d9fe-4235-b174-7b68ace2735d",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "28"
}
},
{
"$ref": "53"
}
],
"bins": [
{
"$id": "54",
"pluG_UID": "Mb8phUrFCEGO9b00S4lmVQ==",
"pluGuid": "8529bf31-c54a-4108-8ef5-bd344b896655",
"shelfLocationIdentifier": "Pg2uYmFmmkunqeNRV3UUpQ==",
"shelfLocationGuid": "62ae0d3e-6661-4b9a-a7a9-e351577514a5",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "Sb+BU4jur0Sfbuv1Lo2KTQ==",
"labelPageLayoutGuid": "5381bf49-ee88-44af-9f6e-ebf52e8d8a4d",
"updated": "2026-04-03T06:25:27.3213275",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "28"
},
"location": {
"$id": "55",
"identifier": "Axgg+09haUmU9JyvQz/KJQ==",
"storeID": 1,
"identifierGuid": "fb201803-614f-4969-94f4-9caf433fca25",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-04-03T06:25:27.3213275",
"minTemp": 1,
"maxTemp": 1,
"checkFrequency": 1,
"storeCaseConfiguration": 5,
"storeName": "sample string 6",
"bins": [
{
"$ref": "54"
},
{
"$ref": "54"
}
]
}
},
{
"$ref": "54"
}
],
"bin": {
"$ref": "54"
},
"scaleLocations": [
{
"$id": "56",
"plu": 1,
"pluG_UID": "tgkSsm/hq0OjYS22Y7p8Vw==",
"pluGuid": "b21209b6-e16f-43ab-a361-2db663ba7c57",
"deptNo": 1,
"product": {
"$ref": "28"
},
"scaleLocation": {
"$id": "57",
"id": 1,
"deptNo": 1,
"deptCode": "sample string 2",
"name": "sample string 3",
"enabled": true,
"updated": "2026-04-03T06:25:27.3213275",
"department": {
"$id": "58",
"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": "57"
},
"subDepartments": [
{
"$id": "59",
"id": 1,
"departmentID": 2,
"name": "sample string 3",
"code": "sample string 4",
"departmentCode": "sample string 5",
"externalSales": true,
"minorDepartments": [
{
"$id": "60",
"id": 1,
"subDepartmentID": 2,
"departmentID": 3,
"name": "sample string 4",
"subDepartmentCode": "sample string 5",
"departmentCode": "sample string 6",
"code": "sample string 7",
"lesserDepartments": [
{
"$id": "61",
"id": 1,
"departmentID": 2,
"subDepartmentID": 3,
"minorDepartmentID": 4,
"name": "sample string 5",
"code": "sample string 6",
"departmentCode": "sample string 7",
"subDepartmentCode": "sample string 8",
"minorDepartmentCode": "sample string 9",
"updated": "2026-04-03T06:25:27.3213275",
"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": "gP25x2lf9ES6ABlDEqkqvA==",
"labelPageLayoutGuid": "c7b9fd80-5f69-44f4-ba00-194312a92abc",
"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": "62",
"dept": 1,
"category": 2,
"name": "sample string 3",
"active": true,
"mscCommodities": [
{
"$id": "63",
"dept": 1,
"category": 2,
"commodity": 3,
"name": "sample string 4",
"active": true,
"mscSubCommodities": [
{
"$id": "64",
"dept": 1,
"category": 2,
"commodity": 3,
"subCommodity": 4,
"name": "sample string 5",
"active": true,
"subCommodityCode": "sample string 7"
},
{
"$ref": "64"
}
],
"commodityCode": "sample string 6"
},
{
"$ref": "63"
}
],
"categoryCode": "sample string 5"
},
"mscCom": {
"$ref": "63"
},
"mscDep": {
"$id": "65",
"dept": 1,
"name": "sample string 2",
"active": true,
"mscCategories": [
{
"$ref": "62"
},
{
"$ref": "62"
}
],
"deptCode": "sample string 4"
},
"mscSubCom": {
"$ref": "64"
}
},
{
"$ref": "61"
}
],
"updated": "2026-04-03T06:25:27.3213275",
"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": "0a5ifUWd6UOE+b95bBxa6Q==",
"labelPageLayoutGuid": "7d62aed1-9d45-43e9-84f9-bf796c1c5ae9",
"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": "62"
},
"mscCom": {
"$ref": "63"
},
"mscDep": {
"$ref": "65"
},
"mscSubCom": {
"$ref": "64"
}
},
{
"$ref": "60"
}
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:25:27.3213275",
"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": "h+3DbODUbUeoPlAk4+FBWg==",
"labelPageLayoutGuid": "6cc3ed87-d4e0-476d-a83e-5024e3e1415a",
"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": "62"
},
"mscCom": {
"$ref": "63"
},
"mscDep": {
"$ref": "65"
},
"mscSubCom": {
"$ref": "64"
}
},
{
"$ref": "59"
}
],
"stores": [
1,
2
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:25:27.3213275",
"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": "6Qvqj0weXkGkgeZ7Q9j3BQ==",
"labelPageLayoutGuid": "8fea0be9-1e4c-415e-a481-e67b43d8f705",
"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": "62"
},
"mscCom": {
"$ref": "63"
},
"mscDep": {
"$ref": "65"
},
"mscSubCom": {
"$ref": "64"
}
}
}
},
{
"$ref": "56"
}
],
"nextPrice": {
"$id": "66",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 1,
"hostOfferID": 1,
"metcashPromotionID": "sample string 4",
"metcashPromotionPlacement": "sample string 5",
"pluG_UID": "lY8igyCnQUG9Y/vhKdL9Lw==",
"pluGuid": "83228f95-a720-4141-bd63-fbe129d2fd2f",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "OXc0U63bgUaKBMIFtApDKA==",
"dealCostGuid": "53347739-dbad-4681-8a04-c205b40a4328",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "mXDScqen+EiXf0s+cGn57Q==",
"priceGroupGuid": "72d27099-a7a7-48f8-977f-4b3e7069f9ed",
"itemNumber": "sample string 10",
"cri": "sample string 11",
"pluPrice": 12,
"costCalcMethod": 13,
"pluCost": 14,
"pluCostIndicator": "sample string 15",
"pluPriceGstPercent": 16,
"pluCostGstPercent": 17,
"pluActive": true,
"cartonQty": 1.1,
"baseUnits": 19.1,
"salesMode": 1,
"pluNormalCost": 20,
"pluaws": 21.0,
"directNumber": "sample string 22",
"departmentName": "sample string 23",
"subDepartmentName": "sample string 24",
"priceGroupName": "sample string 25",
"supplierName": "sample string 26",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-04-03T06:25:27.3213275",
"rrp": 27,
"campaignDescription": "sample string 28",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "9c4cb85a-eb7f-4aac-af71-85150f5dcd6c",
"campaignComboPriceGroupG_UID": "cBMP5Yq6fkWnGNM6u7emBQ==",
"campaignComboPriceGroupIdentifier": "e50f1370-ba8a-457e-a718-d33abbb7a605",
"promotionPlacementDescription": "sample string 30",
"storeAcceptances": [
{
"$id": "67",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-04-03T06:25:27.3213275",
"operatorG_UID": "oNxmCO+MEUOqcIKj46/w1w==",
"operatorGuid": "0866dca0-8cef-4311-aa70-82a3e3aff0d7",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-04-03T06:25:27.3213275",
"signIqTicketFileMovedUtc": "2026-04-03T06:25:27.3213275",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-04-03T06:25:27.3213275",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "2ac13a5e-ae8e-4ff8-9025-3a0cff15b43f",
"product": {
"$ref": "28"
},
"campaignPlu": {
"$ref": "66"
},
"fuelItem": true
},
{
"$ref": "67"
}
],
"campaign": {
"$id": "68",
"id": 1,
"storeID": 2,
"name": "02c124af-87bd-4eb7-9be0-278c84e35ae2",
"nameGuid": "02c124af-87bd-4eb7-9be0-278c84e35ae2",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-04-03T06:25:27.3213275",
"startTime": 1,
"endDate": "2026-04-03T06:25:27.3213275",
"endTime": 1,
"recurrence": 1,
"recurrenceType": 1,
"monthType": 1,
"weekDays": 1,
"months": 1,
"monthWeeks": 1,
"monthDays": "sample string 7",
"printed": true,
"talkerText": "sample string 8",
"rangeDescription": "sample string 9",
"dealDescription": "sample string 10",
"labelQuantity": 11,
"active": 1,
"deactivated": "2026-04-03T06:25:27.3213275",
"system": true,
"created": "2026-04-03T06:25:27.3213275",
"updated": "2026-04-03T06:25:27.3213275",
"priceChangeNotifiedUtc": "2026-04-03T06:25:27.3213275",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "xB8t+yOOPEiYDG8Mah47+w==",
"hostIdentifierGuid": "fb2d1fc4-8e23-483c-980c-6f0c6a1e3bfb",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-04-03T06:25:27.3213275",
"updatedByUser": "sample string 18",
"offerID": 1,
"isPriceChangeCampaign": true,
"stores": [
1,
2
],
"storeNames": [
"sample string 1",
"sample string 2"
],
"campaignPlus": [
{
"$ref": "66"
},
{
"$ref": "66"
}
],
"campaignPools": [
{
"$id": "69",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 4,
"pluG_UID": "Ud4Js7xp5USPYunrjEmrqw==",
"pluGuid": "b309de51-69bc-44e5-8f62-e9eb8c49abab",
"hostOfferID": 1,
"priceGroupG_UID": "+t9tOoujlkGsTCBxT41UTw==",
"priceGroupGuid": "3a6ddffa-a38b-4196-ac4c-20714f8d544f",
"fuelItem": true,
"pluName": "sample string 6",
"apn": "sample string 7",
"pluActive": true,
"cartonQty": 1,
"baseUnits": 9.1,
"cri": "sample string 10",
"salesMode": 1,
"pluaws": 11.0,
"directNumber": "sample string 12",
"departmentName": "sample string 13",
"subDepartmentName": "sample string 14",
"priceGroupName": "sample string 15",
"supplierName": "sample string 16",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-04-03T06:25:27.3213275",
"rrp": 17,
"campaignDescription": "sample string 18",
"product": {
"$ref": "28"
},
"campaign": {
"$ref": "68"
}
},
{
"$ref": "69"
}
],
"sellingRules": [
{
"$id": "70",
"id": 1,
"identifier": "qDNOY/4a6EmbJWmZ4ZUUGw==",
"identifierStr": "qDNOY/4a6EmbJWmZ4ZUUGw==",
"identifierGuid": "634e33a8-1afe-49e8-9b25-6999e195141b",
"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": "68"
}
},
{
"$ref": "70"
}
],
"customers": [
{
"$id": "71",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"customerID": "mYtr+y+hvEC6h9wvioNA3w==",
"customerIDGuid": "fb6b8b99-a12f-40bc-ba87-dc2f8a8340df",
"campaign": {
"$ref": "68"
},
"customer": {
"$ref": "3"
}
},
{
"$ref": "71"
}
],
"customerGroups": [
{
"$id": "72",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupID": "nfeSkV5R/EGXY8u2QWaj2Q==",
"groupIDGuid": "9192f79d-515e-41fc-9763-cbb64166a3d9",
"campaign": {
"$ref": "68"
},
"group": {
"$ref": "6"
}
},
{
"$ref": "72"
}
],
"signIqTickets": [
{
"$id": "73",
"identifier": "WPeLomsR4kSiMBI3491s/Q==",
"identifierGuid": "a28bf758-116b-44e2-a230-1237e3dd6cfd",
"campaignName": "sample string 2",
"message": "sample string 3",
"ticketFileSource": "sample string 4",
"ticketFileDestination": "sample string 5",
"storeID": 1
},
{
"$ref": "73"
}
],
"comboPriceGroups": [
{
"$id": "74",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"g_UID": "9T3zj5Mcz0m3FrcBS0w33A==",
"guid": "8ff33df5-1c93-49cf-b716-b7014b4c37dc",
"description": "sample string 5",
"newPrice": 1,
"rangeDescription": "sample string 6",
"dealDescription": "sample string 7",
"labelQuantity": 8,
"hostProductCategoryID": 1,
"offerID": 1,
"dontUpdatePricePlus": true,
"campaign": {
"$ref": "68"
},
"comboPricePlus": [
{
"$id": "75",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupG_UID": "tqG90639BE6PsqkQtKuYWg==",
"groupGuid": "d3bda1b6-fdad-4e04-8fb2-a910b4ab985a",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "LU+qOi6440K54x28gYnvuw==",
"pluGuid": "3aaa4f2d-b82e-42e3-b9e3-1dbc8189efbb",
"priceGroupG_UID": "0N0ddO+2cUWmWEmtvTJL0Q==",
"priceGroupGuid": "741dddd0-b6ef-4571-a658-49adbd324bd1",
"campaignPoolID": "sample string 7",
"quantity": 1,
"campaign": {
"$ref": "68"
},
"product": {
"$ref": "28"
},
"priceGroup": {
"$ref": "34"
},
"campaignPool": {
"$ref": "68"
}
},
{
"$ref": "75"
}
]
},
{
"$ref": "74"
}
],
"priceLevels": [
{
"$id": "76",
"id": 1,
"priceLevelIdentifier": "RB2kwU4SqU6Lkk8NZ5x4kQ==",
"priceLevelIdentifierGuid": "c1a41d44-124e-4ea9-8b92-4f0d679c7891",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "76"
}
],
"promotionType": {
"$id": "77",
"identifier": "5rk9wpAR2EW3NOblrO/jCQ==",
"identifierGuid": "c23db9e6-1190-45d8-b734-e6e5acefe309",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "rHYsWgnWP0SLd/sxcsVmhw==",
"labelPageLayoutGuid": "5a2c76ac-d609-443f-8b77-fb3172c56687",
"priceLevelIdentifier": "zpxN4C04JkqB725IxuO0Hg==",
"priceLevelIdentifierGuid": "e04d9cce-382d-4a26-81ef-6e48c6e3b41e",
"active": true,
"updated": "2026-04-03T06:25:27.3213275",
"hostName": "sample string 11"
}
},
"product": {
"$ref": "28"
},
"dealCost": {
"$id": "78",
"headerIdentifier": "ie+ri443wkysamzGXumU5w==",
"headerIdentifierGuid": "8babef89-378e-4cc2-ac6a-6cc65ee994e7",
"identifier": "PVqnt39PdUS4tkk5GOQL0g==",
"identifierGuid": "b7a75a3d-4f7f-4475-b8b6-493918e40bd2",
"supplierIdentifier": "rNvYpRXRsk+3oAqQJdIIUA==",
"supplierGuid": "a5d8dbac-d115-4fb2-b7a0-0a9025d20850",
"pluG_UID": "ulDkxD/ZIkmeGl484+P5jA==",
"pluGuid": "c4e450ba-d93f-4922-9e1a-5e3ce3e3f98c",
"campaignName": "2b2d0b92-f61b-4ccc-ab23-090bc4f06459",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-04-03T06:25:27.3213275",
"end": "2026-04-03T06:25:27.3213275",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "l7Y9ncSgW0Cd1EWieYua5w==",
"bonusItemPluGuid": "9d3db697-a0c4-405b-9dd4-45a2798b9ae7",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-04-03T06:25:27.3213275",
"metcashPromotionID": "sample string 14",
"fromHost": 15,
"storeNames": "sample string 16",
"storeIDs": [
1,
2
],
"supplierName": "sample string 17",
"campaignDescription": "sample string 18",
"newPrice": 1,
"campaignMetcashPromotionID": "sample string 19",
"campaignActive": true,
"campaignStartDate": "2026-04-03T06:25:27.3213275",
"campaignEndDate": "2026-04-03T06:25:27.3213275",
"masterPLUG_UID": "s2t5NU8qGkGSjyf7pVTWLA==",
"masterID": "35796bb3-2a4f-411a-928f-27fba554d62c",
"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": "g3h6obVuuEq3CtU/KJqB/A==",
"bonusMasterID": "a17a7883-6eb5-4ab8-b70a-d53f289a81fc",
"bonusProductName": "sample string 34",
"bonusProductAPN": "sample string 35",
"bonusOrderCode": "sample string 36",
"bonusNormalSell": 37,
"bonusNormalCost": 38,
"bonusNormalCostDecimals": 39,
"bonusCartonQuantity": 40,
"bonusSalesMode": 41,
"bonusOrderPacked": 42,
"bonusFuelItem": true,
"bonusActive": true
}
},
"currentCostStart": "2026-04-03T06:25:27.3213275",
"dealCosts": [
{
"$ref": "78"
},
{
"$ref": "78"
}
],
"tags": [
{
"$id": "79",
"pluG_UID": "MeeARiPLw0qpakzhLjqyBg==",
"pluGuid": "4680e731-cb23-4ac3-a96a-4ce12e3ab206",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "79"
}
],
"alternateProductG_UID": "m4OdFXr/EE6B41OVzMbS0Q==",
"alternateProduct": "159d839b-ff7a-4e10-81e3-5395ccc6d2d1",
"altProduct": {
"$ref": "28"
},
"productHostCode": {
"$id": "80",
"id": 1,
"pluG_UID": "NqpBDLEUKE6wBE/u3Lfhlg==",
"pluGuid": "0c41aa36-14b1-4e28-b004-4feedcb7e196",
"ibaCode": "sample string 2"
},
"mscCat": {
"$ref": "62"
},
"mscCom": {
"$ref": "63"
},
"mscDep": {
"$ref": "65"
},
"mscSubCom": {
"$ref": "64"
},
"isUserUpdate": true,
"ignoreMasterProduct": true,
"priceGroupLabelRequested": true,
"firstSold": "2026-04-03T06:25:27.3213275",
"inventoryTracked": "2026-04-03T06:25:27.3213275",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "81",
"pluG_UID": "SRgc0FrpfEqofNLnZxyZWA==",
"pluGuid": "d01c1849-e95a-4a7c-a87c-d2e7671c9958",
"fuelPluG_UID": "Pv70Mu+YnEWTRkoHtjkAUw==",
"fuelPluGuid": "32f4fe3e-98ef-459c-9346-4a07b6390053",
"price": 3,
"productDescription": "sample string 4",
"productBarcode": "sample string 5",
"fuelProductDescription": "sample string 6",
"fuelProductBarcode": "sample string 7",
"fuelProductPrice": 8
},
"productFuelLinks": [
{
"$ref": "81"
},
{
"$ref": "81"
}
]
},
"supplier": {
"$ref": "23"
},
"serviceFee": {
"$id": "82",
"id": 1,
"description": "sample string 1",
"fee": 1
},
"isPrimaryHost": true,
"hostVendor": 48
},
{
"$ref": "26"
}
],
"orderCycleHeaders": [
{
"$id": "83",
"storeID": 1,
"supplierIdentifier": "ZVhducyJskOXWIdfCdlLyQ==",
"supplierGuid": "b95d5865-89cc-43b2-9758-875f09d94bc9",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"storeName": "sample string 5",
"departmentName": "sample string 6",
"orderDays": 7
},
{
"$ref": "83"
}
],
"cycles": [
{
"$id": "84",
"storeID": 1,
"supplierIdentifier": "HaeYpgwN1kyqoD+k36gDuw==",
"supplierGuid": "a698a71d-0d0c-4cd6-aaa0-3fa4dfa803bb",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"cutOffWeek": 5,
"cutOffDay": 6,
"cutOffTime": "00:00:00.1234567",
"leadTime": 7,
"daysBuffer": 8,
"supplierName": "sample string 9",
"cutOffDate": "2026-04-03T06:25:27.3213275",
"deliveryDate": "2026-04-03T06:25:27.3213275",
"nextCutOffDate": "2026-04-03T06:25:27.3213275",
"nextDeliveryDate": "2026-04-03T06:25:27.3213275",
"nextDaysBuffer": 10
},
{
"$ref": "84"
}
],
"store": {
"$ref": "18"
},
"updated": "2026-04-03T06:25:27.3213275",
"isHost": true
},
"files": [
{
"$id": "85",
"id": "sample string 1",
"fileName": "sample string 2",
"extension": "sample string 3",
"provider": 0,
"type": 0,
"hostType": "sample string 4",
"createdUtc": "2026-04-03T06:25:27.3213275",
"processed": "2026-04-03T06:25:27.3213275",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-04-03T06:25:27.3213275",
"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": "22"
},
"metcashHeader": {
"$id": "86",
"customerNumber": "sample string 1",
"creationDate": "2026-04-03T06:25:27.3213275",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "85"
}
],
"zoneMatrix": [
{
"$id": "87",
"id": 1,
"hostIdentifier": "VvyTDeDCQ02zJFXeq7jSGg==",
"hostIdentifierGuid": "0d93fc56-c2e0-4d43-b324-55deabb8d21a",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"8840e827-9fef-4c95-b6bc-79e0e0ff34b4",
"07101b88-3e84-4bfc-b748-648f5464d58a"
]
},
{
"$ref": "87"
}
],
"hostFileStoreSetting": {
"$ref": "21"
},
"hostStoreSettings": [
{
"$ref": "21"
},
{
"$ref": "21"
}
],
"promotionPlacements": [
{
"$id": "88",
"identifier": "S6qJsbIBE0WyJkWllYy4pg==",
"identifierGuid": "b189aa4b-01b2-4513-b226-45a5958cb8a6",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "88"
}
],
"promoTypeGuids": [
"28cc7a44-f1c4-4c8f-8b6f-1ad94dae20d7",
"586f1bbe-ac8b-48af-8e0c-b8301d9d2526"
],
"isPromotionOnly": false,
"isOrderable": false,
"vendor": 0
},
"groupIDs": [
1,
2
],
"hostDescription": "sample string 27"
},
{
"$ref": "21"
}
],
"accounts": [
{
"$id": "89",
"id": 1,
"storeID": 1,
"accountName": "sample string 2",
"bsb": "sample string 3",
"accountNumber": "sample string 4",
"accountDesignated": true
},
{
"$ref": "89"
}
],
"sales": [
{
"$id": "90",
"id": 1,
"storeID": 1,
"externalSalesType": 2,
"ftpSiteID": 1,
"lastSaleProcessed": "2026-04-03T06:25:27.3213275",
"ftpSite": {
"$id": "91",
"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": "90"
}
],
"zoneMatrix": [
{
"$ref": "87"
},
{
"$ref": "87"
}
],
"cashManagements": [
{
"$id": "92",
"id": 1,
"storeID": 1,
"cashManagementType": 2,
"apiID": 1,
"organisationID": "sample string 3",
"siteName": "sample string 4",
"thirdPartyAPI": {
"$id": "93",
"id": 1,
"description": "sample string 2",
"address": "sample string 3",
"username": "sample string 4",
"password": "sample string 5",
"passwordPlain": "sample string 6",
"token": "sample string 7",
"apiType": 8,
"apiSubType": 9
}
},
{
"$ref": "92"
}
],
"updateStoreID": "bb68bb45-5029-4c73-b272-28024eccf993",
"updateStore": {
"$id": "94",
"id": "c9a59f2d-851b-41a0-8f21-2b3e68e8875a",
"name": "sample string 1",
"lastActivity": "2026-04-03T06:25:27.3213275",
"zone": "sample string 2",
"timeZoneOffset": 0.0,
"businessHoursStart": "00:00:00.1234567",
"businessHoursEnd": "00:00:00.1234567",
"master": true,
"lastIP": "sample string 10",
"lastHostName": "sample string 11",
"ping": 1,
"pingStatus": "sample string 12",
"lastUpdateCompleted": "2026-04-03T06:25:27.3213275"
},
"timeZoneId": "sample string 54",
"securityOptions": {
"$id": "95",
"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": "17"
}
]
},
"customer": {
"$ref": "3"
},
"communityOrganisation": {
"$id": "96",
"id": 1,
"identifier": "79K9wqgQ6kSKd7bzTifMbQ==",
"identifierGuid": "c2bdd2ef-10a8-44ea-8a77-b6f34e27cc6d",
"name": "sample string 3",
"lookupIdentifier": "sample string 4",
"externalID": "sample string 5",
"phone": "sample string 6",
"fax": "sample string 7",
"email": "sample string 8",
"address1": "sample string 9",
"address2": "sample string 10",
"city": "sample string 11",
"postCode": "sample string 12",
"state": "sample string 13",
"country": "sample string 14",
"abn": "sample string 15",
"promoPeriodStart": "2026-04-03T06:25:27.3213275",
"promoPeriodEnd": "2026-04-03T06:25:27.3213275",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-04-03T06:25:27.3213275",
"deleted": true
},
"details": [
{
"$id": "97",
"saleItemID": 1,
"identifier": "Ju+u4peBEEuLMH45OePM1Q==",
"identifierGuid": "e2aeef26-8197-4b10-8b30-7e3939e3ccd5",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "gEabdF8FAUuiv51XmmiX3Q==",
"pluGuid": "749b4680-055f-4b01-a2bf-9d579a6897dd",
"accountID": "aeDy3ycZaEaUiL82k6i0Wg==",
"accountIDGuid": "dff2e069-1927-4668-9488-bf3693a8b45a",
"normalPrice": 3,
"originalSellingPrice": 4,
"discountPrice": 5,
"unit": 1,
"quantity": 6,
"totalCents": 7,
"fixedPrice": 1,
"tranType": 1,
"discountType": 1,
"cost": 1,
"costDecimals": 8,
"markdown": 1,
"manualQuantity": 1,
"manualPrice": 1,
"manualMode": 1,
"active": 1,
"offline": true,
"barcode": "sample string 9",
"keyedSale": 1,
"discountedID": 1,
"fuelID": 1,
"serialNumber": "sample string 10",
"bestOrExpire": "2026-04-03T06:25:27.3213275",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "sf3mk9MPgk2BJppfJejiRg==",
"refundGuid": "93e6fdb1-0fd3-4d82-8126-9a5f25e8e246",
"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": "8mHQVmsJJEKCHTXhSVQMVw==",
"idempotentVoidGuid": "56d061f2-096b-4224-821d-35e149540c57",
"priceLevelIdentifier": "p3kiNX2mL02znD4smk8ovw==",
"priceLevelIdentifierGuid": "352279a7-a67d-4d2f-b39c-3e2c9a4f28bf",
"communityIdentifier": "2PxXqAD9PEqzHxA8D7Nd4g==",
"communityIdentifierGuid": "a857fcd8-fd00-4a3c-b31f-103c0fb35de2",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "98",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-04-03T06:25:27.3213275",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "98"
}
],
"refund": {
"$id": "99",
"id": 1,
"g_UID": "FGyVdXcj3keSCFdJ/Sm5Rw==",
"guid": "75956c14-2377-47de-9208-5749fd29b947",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-04-03T06:25:27.3213275"
},
"modifier": {
"$id": "100",
"id": 1,
"setG_UID": "i8dUUu+tGUWozhPabb61pA==",
"modifierSetGuid": "5254c78b-adef-4519-a8ce-13da6dbeb5a4",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "rCJhzS8tdkmZveyS505x9g==",
"pluGuid": "cd6122ac-2d2f-4976-99bd-ec92e74e71f6",
"deleted": true,
"g_UID": "PT/XVuXtukOZ5SQoaRWN6Q==",
"guid": "56d73f3d-ede5-43ba-99e5-242869158de9",
"product": {
"$ref": "28"
}
},
"priceLevelName": "sample string 25",
"pumpNumber": 1,
"hoseNumber": 1
},
{
"$ref": "97"
}
],
"eftReceipts": [
{
"$id": "101",
"id": 1,
"storeID": 1,
"saleHeaderID": 2,
"storeSaleHeader": {
"$ref": "14"
},
"receipt": "sample string 3",
"processed": 1
},
{
"$ref": "101"
}
],
"payments": [
{
"$ref": "1"
},
{
"$ref": "1"
}
],
"cards": [
{
"$id": "102",
"id": 1,
"saleHeaderID": 1,
"identifier": "sample string 2",
"cardType": 3,
"providerName": "sample string 4"
},
{
"$ref": "102"
}
],
"campaignHits": [
{
"$id": "103",
"id": 1,
"saleHeaderID": 2,
"campaign": "sample string 3",
"name": "sample string 4",
"processed": 1,
"campaignDescription": "sample string 5"
},
{
"$ref": "103"
}
],
"fuel": [
{
"$id": "104",
"id": 1,
"plu": 1,
"pluG_UID": "VDgsTxRKBE+fFTdW+LVVuA==",
"pluGuid": "4f2c3854-4a14-4f04-9f15-3756f8b555b8",
"saleHeaderID": 2,
"totalCents": 3,
"grade": 1,
"gradeDescription": "sample string 4",
"dispenser": 1,
"hose": 1,
"quantity": 1,
"cost": 1,
"acquirerNum": 1,
"attendant": 1,
"ePurseBalance": 1.0,
"cardSignature": "sample string 5",
"compartmentNumber": 1,
"contractNumber": 1,
"discountCardPAN": "sample string 6",
"discountID": 1,
"discountName": "sample string 7",
"discountNetValue": 1.0,
"discountType": 1,
"discountValue": 1.0,
"discretionaryData": "sample string 8",
"driverID": "sample string 9",
"eftBatchNumber": 1,
"eftResponseCode": "sample string 10",
"endDateTime": "2026-04-03T06:25:27.3213275",
"engineHours": 1.1,
"fposNumber": 1,
"loyaltyCardPAN": "sample string 11",
"miscData1": 1,
"miscData2": "sample string 12",
"miscFlags": 1,
"mop": 1,
"odometer": 1,
"panNumber": "sample string 13",
"saleRefund": true,
"saleStatus": 1,
"sequenceNumber": 1,
"stan": 1,
"startDateTime": "2026-04-03T06:25:27.3213275",
"tagNumber": "sample string 15",
"trackTwoRem": "sample string 16",
"transCode": 1,
"transType": 1,
"unitPrice": 1.0,
"vehicleReg": "sample string 17",
"offline": true,
"processed": 1
},
{
"$ref": "104"
}
],
"fuelResells": [
{
"$id": "105",
"saleItemID": 1,
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "Ux3mJP2AbkGdBVXL1MAPxw==",
"pluGuid": "24e61d53-80fd-416e-9d05-55cbd4c00fc7",
"accountID": "yhXJCYoCF0CR0Y+NJFnFlw==",
"accountIDGuid": "09c915ca-028a-4017-91d1-8f8d2459c597",
"normalPrice": 3,
"originalSellingPrice": 4,
"discountPrice": 5,
"unit": 1,
"quantity": 6,
"totalCents": 7,
"fixedPrice": 1,
"tranType": 1,
"processed": 1,
"discountType": 1,
"cost": 1,
"costDecimals": 1,
"markdown": 1,
"manualQuantity": 1,
"manualPrice": 1,
"manualMode": 1,
"active": 1,
"barcode": "sample string 8",
"offline": 1,
"keyedSale": 1,
"discountedID": 1,
"fuelID": 1,
"serialNumber": "sample string 9",
"bestOrExpire": "2026-04-03T06:25:27.3213275",
"bestOrExpireType": 1,
"refundG_UID": "xDjhs9aNZUm1AWPc/PWXWg==",
"refundGuid": "b3e138c4-8dd6-4965-b501-63dcfcf5975a",
"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": "105"
}
],
"customerOrder": [
{
"$id": "106",
"identifier": "akEiuJ3+BkK3RkTEnTKeVg==",
"identifierGuid": "b822416a-fe9d-4206-b746-44c49d329e56",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "GgeFTjLeG02p9Yq7pcAFMg==",
"customerIdentifierGuid": "4e85071a-de32-4d1b-a9f5-8abba5c00532",
"operatorNo": 1,
"operatorG_UID": "XJHnXuffo0CZT4h4OE9j6g==",
"operatorGuid": "5ee7915c-dfe7-40a3-994f-8878384f63ea",
"created": "2026-04-03T06:25:27.3213275",
"ordered": "2026-04-03T06:25:27.3213275",
"started": "2026-04-03T06:25:27.3213275",
"completed": "2026-04-03T06:25:27.3213275",
"supplied": "2026-04-03T06:25:27.3213275",
"quickTicket": 1,
"deleted": true,
"walkAway": true,
"approxWait": 1,
"actualWait": 1,
"deliveryMethod": 8,
"externalSaleType": 9,
"customer": {
"$ref": "3"
},
"operator": {
"$ref": "16"
},
"details": [
{
"$id": "107",
"headerID": 1,
"plu": 1,
"pluG_UId": "ub9c+gMqO0i0dgYmV90Cgg==",
"pluGuid": "fa5cbfb9-2a03-483b-b476-062657dd0282",
"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": "JqNtqLrPSU2AOk9CRAfCBA==",
"headerIdentifierGuid": "a86da326-cfba-4d49-803a-4f424407c204",
"product": {
"$ref": "28"
}
},
{
"$ref": "107"
}
],
"storeName": "sample string 11",
"customerName": "sample string 12",
"storeReplyTo": "sample string 13",
"storeSubjectLine": "sample string 14",
"storeSaleHeader": {
"$ref": "14"
}
},
{
"$ref": "106"
}
],
"surveyResponses": [
{
"$id": "108",
"surveyG_UID": "o92NiRQsIUCaV5n71NOxqA==",
"surveyGuid": "898ddda3-2c14-4021-9a57-99fbd4d3b1a8",
"saleHeaderGuid": "Nc0MM8R3HUWURINKR0Oswg==",
"saleGuid": "330ccd35-77c4-451d-9444-834a4743acc2",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "OZbVNP+yZEO/bdtJbhsOdw==",
"guidResponse": "34d59639-b2ff-4364-bf6d-db496e1b0e77",
"whoAnswered": 2,
"answeredAtUTC": "2026-04-03T06:25:27.3213275",
"sale": {
"$ref": "14"
},
"survey": {
"$id": "109",
"g_UID": "JL8IZc+vA0aF4sDiMzUz0Q==",
"guid": "6508bf24-afcf-4603-85e2-c0e2333533d1",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "90l2khtt7ECGrpgJYACW8g==",
"checkoutFormGuid": "927649f7-6d1b-40ec-86ae-9809600096f2",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-04-03T06:25:27.3213275",
"end": "2026-04-03T06:25:27.3213275",
"deleted": true,
"updated": "2026-04-03T06:25:27.3213275",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"744d8788-45ba-41ec-ba6f-f7a244d7f30c",
"580e1c98-2dfa-435d-a4b1-407122effa27"
],
"allowsAllTextResponses": true,
"surveyForm": {
"$ref": "47"
}
},
"ingressId": "sample string 4"
},
{
"$ref": "108"
}
],
"storeName": "sample string 39",
"terminalNumber": 40,
"machineName": "sample string 41",
"operatorName": "sample string 42",
"direction": 1,
"reason": "sample string 43",
"accountG_UID": "0hlePsSrbkqayXPd23+Lbw==",
"accountIdentifier": "3e5e19d2-abc4-4a6e-9ac9-73dddb7f8b6f",
"accountName": "sample string 44",
"customerOrderIdentifier": "kUsMd1mEzkGGrDdnAu1dhQ==",
"customerOrderIdentifierGuid": "770c4b91-8459-41ce-86ac-376702ed5d85",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "110",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "zdISXsmyMUOIyMuxEPSX9A==",
"paymentIdentifierGuid": "5e12d2cd-b2c9-4331-88c8-cbb110f497f4",
"identifier": "7oeJCTKci0e73rycDwYWeQ==",
"identifierGuid": "098987ee-9c32-478b-bbde-bc9c0f061679",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "O9DSxQpRtEma/syo2H6oLA==",
"itemIdentifierGuid": "c5d2d03b-510a-49b4-9afe-cca8d87ea82c"
}
},
{
"$ref": "1"
}
]
application/xml
Sample not available.
text/xml
Sample not available.
text/csv
Sample not available.
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
PK -3�\pS�Ķ 5 xl/workbook.xml � (� ����0D�&�C��hR8q����Ri�-ik��-H�yۙ�};b������G�箠]cΘ�j�';����:
!J�b�m���ʷF�%IR�p����=]i�����!=�(
���x D�͞
'��hlug��5�~Sb���"4�� �,ν)���8<8O9�xVo� otg�0����PK -3�\���� � [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
-3�\|رx' ' _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="Rea6a728ebed64023" /></Relationships>PK -3�\lf�a � xl/worksheets/sheet1.xml � (� ��_W�Jſ
+�7�9�'3.�+�h����Vk߸�U �$J?~�H 997Q^��g���Z���4[$��}����$�.��)��c�w��&Ig�8�{_g'������Id�y�g~��ݵY��ƹ{�>�l��ģd��y �� ����-�������5���4O�-��/�V������}��^�^�O�S���a��o�&���mo�$��}s1x�`�|V�~����l���o��y�x��N%U�L�eV��[��j����YL����>�L��'OY���^����:�����_i�����І��bW/��"����0�p�^/w���V�:uط�C�$��jcBh�z]�o0Vja_S���j��Ah&0�^ov���mwu����4
;r�|o5^�9�����u�/M�����K+8(˕��=����)�;nlȤ��u�P�����7���9g ��&J�c-�K� ���K͙��!��P��Wl�|��Bf���vt(}�ͱJGr{d(- ���%�WM-��U���A8v�%Aۡ�$�5��"��V�]�5�\�,TRvt(=a54c.S�#��:����!�ރ���/�{B+k%� ����{B�n}kt�(�'�S.P���
�?s^����~4���~�lziq��߾��ˬ��������<d��y[�#�7 ^'�mP'FMBԉ�&!��Y�Pu�C��u�I�u�I�:�I�:qI(�D�D H���d�B H�+A�^R�+� ioi��@��� ���pR��@��w���I H�{A��"�nDB@�F�1�oDD$pDE@
G�a�"�$�C����H���l�C�@p�TW@�N�r4��j9�҇�54���54�bY��c��_��'A{�L �!_ZftE�#�\���&"��!��o���@�������:�a�%N�[�����!�l���v
��W�G��X����MF#�N�IK��8��hIѝ��A��Q��A���hIђIJ8����@p:N���2�+����th"�t ��Ӂ@p:�ק�
���th��^��C�G��X���H��MF#�A#�CP�F2���8=K�<N��,���PK -3�\�c+G� P xl/_rels/workbook.xml.rels � (� ��An� E���א�8��M7ݦ��c�Hۜ���W(J�֑��&+4��i������m���{��E�)A���]��s2k��m8@�7��H�jS�6�Eeq�X� ]�FH��@��C��baΠ�Lr�L��7�W���yD�� �WN�"&J�:L
��"��"S)y�
=HYIY˺��5%�nj1]��^��L�/e%JÅ� V
�*c!�~N!oz�4��sBS�mY�k�j�U�����PK -3�\Ѓ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 -3�\��y� � xl/sharedStrings.xml � (� �XYo�8~_`���}ّ���&��t��$$�~��bAS�����L<���[$%G����,�����߲t�
gE~1��|9-b�?_̿m>�|��c�9\���糟/�93t���|'Dy�\r����EQB����2"�z^����ҥm��2#,��hQ��b��u�~�p}���\\�W�Kqy��O�$�\��Au\�f�P�$�
��}-�"��'�\H
�`�P���>��6�r�v��c�����78(�s]sQdPY�U_�j�ڸL.ͧ�pU�]Q1N��ζ��"��#$P!|F�wP��:����$kT,�[5�_1�h��>����E�_�ġ���G)ܰr_YY��{1���v�Ҿ&I��Q UA�s�F�;�Y$&����\@������J�v&�eX.��ko��|0�
<p��:CN�2�
ia��:��ز��#FĞ�&[0����M\���������vGr����,勛��E�j�����9��?�av1��4��'��tT!��;Z��,�ʚ�$Q�.�5۟�g�wf��;ir�V�j\�ƻ^�M����&�ķl��|c��,��5�P�e��vBY�#�w��28K/VU�]�y�e�g�o*�sBe�w���u*X���Z%�B�W����A
��"_�UX:͏�f��u��Ƥ
�.O*���z�|$��,����Tf{Mrc���%��Bn���86�mb:��x��k$�g�BH哏��]vD�غ���t�����i�e~��>Џ�v���*,��7ԇ�M]�w����p}/0��c�I�4.�,��*��6���%#(u���⅞�X[۠H��K#� a��ٞS��Ha���xnnJ��6�&Fu㪢�ȯȩB���zXA��I��6�Ǻ��ח��G_�P}����y��o�=I���`�V�#����e��R�G|�i�����A��V��:)vt|Z�.�Z����W'/�'[�v���o�@9hp���ȑ�MB��#B�1�(�i��s�.q]�`��
�`���~�4��]��G�mlb��ʭ�2��ž�"ǫ�͚��8�
,��t���#�h�[B��m���0��YA)�ԩz��4tb�n���x�h,�v�U9��v�����B��j�!�He3Ԏ��n�r�+���'α�:��
��mE���6u�;�$��@f�s�S���-,�q=?��[!!��~�k���A��9Mk���t57o8��j�U�6����8����I�)���b�)[e���+:��px�ۅ�F(�R<�H�F�UE~��
�b��G:�����XY]���秌T���IQKt��p`D�Qr�Ø�?�����(��+���yʮ�f7�|������dFFcq���0!I�%: �����w���_?�B���Y�Zr��e��?�F_��J�$�H-��1�]8&�8���`�[b)·�_�q�tn���>�h�ptz��Iv�C�'|ݞ�J�$���l�-x�~�:���[��Ê+S����~o ]��o-�'@O���C�����,?X/�¿t�q�")�V<���;��0��s=W]_��v��}�u֝�u�評a���>���G���C��Z=���t�ѯ0:�vG���%��t�@F��J�_X��s
�����M��U�:�z�}�ĺ*�M�me�W������
̻�ܺ)A��4�7��[�C���������w�|�����;�6x�W���Y�ϒ^��x@&������?-9��PK- -3�\pS�Ķ 5 xl/workbook.xmlPK- -3�\���� � � [Content_Types].xmlPK-
-3�\|رx' ' U _rels/.relsPK- -3�\lf�a � � xl/worksheets/sheet1.xmlPK- -3�\�c+G� P t xl/_rels/workbook.xml.relsPK- -3�\Ѓc'2 E
� xl/styles.xmlPK- -3�\��y� � 4 xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
PK -3�\9ذ�� 5 xl/workbook.xml � (� ����0D�&�C��`�QR8q����Zi�-ik��-%�x�3;�v�d]���'=_��v!�c^v���&�Z�4�(ٶUk+�M`�,;3�e�����B���G���1�aAiP�V�!bn�P8�$��֝M�M��.�"4��� �$�֔4��*�,ϑ�k~�����D7�l�]}PK -3�\���� � [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
-3�\��
' ' _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="R2903884ab6e54478" /></Relationships>PK -3�\lf�a � xl/worksheets/sheet1.xml � (� ��_W�Jſ
+�7�9�'3.�+�h����Vk߸�U �$J?~�H 997Q^��g���Z���4[$��}����$�.��)��c�w��&Ig�8�{_g'������Id�y�g~��ݵY��ƹ{�>�l��ģd��y �� ����-�������5���4O�-��/�V������}��^�^�O�S���a��o�&���mo�$��}s1x�`�|V�~����l���o��y�x��N%U�L�eV��[��j����YL����>�L��'OY���^����:�����_i�����І��bW/��"����0�p�^/w���V�:uط�C�$��jcBh�z]�o0Vja_S���j��Ah&0�^ov���mwu����4
;r�|o5^�9�����u�/M�����K+8(˕��=����)�;nlȤ��u�P�����7���9g ��&J�c-�K� ���K͙��!��P��Wl�|��Bf���vt(}�ͱJGr{d(- ���%�WM-��U���A8v�%Aۡ�$�5��"��V�]�5�\�,TRvt(=a54c.S�#��:����!�ރ���/�{B+k%� ����{B�n}kt�(�'�S.P���
�?s^����~4���~�lziq��߾��ˬ��������<d��y[�#�7 ^'�mP'FMBԉ�&!��Y�Pu�C��u�I�u�I�:�I�:qI(�D�D H���d�B H�+A�^R�+� ioi��@��� ���pR��@��w���I H�{A��"�nDB@�F�1�oDD$pDE@
G�a�"�$�C����H���l�C�@p�TW@�N�r4��j9�҇�54���54�bY��c��_��'A{�L �!_ZftE�#�\���&"��!��o���@�������:�a�%N�[�����!�l���v
��W�G��X����MF#�N�IK��8��hIѝ��A��Q��A���hIђIJ8����@p:N���2�+����th"�t ��Ӂ@p:�ק�
���th��^��C�G��X���H��MF#�A#�CP�F2���8=K�<N��,���PK -3�\D��n� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞�i�֩�vÆm�\{GMl�v���G�
XE�Tb�������4����ٽM#y�g[(�rz�}��=�m7{e��>��bc&%��4*�����hs�sa�)���^���.[�0g�-�.�Ct]7(|t�<�M���h��=�~J�^CYd*�'��%rޔBq�YS�wS��2b����g2�^ &�JWŏ��U�Ȁ�9�|�Ӽ<W�K}�+��Z�N��j��/�_PK -3�\Ѓ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 -3�\��y� � xl/sharedStrings.xml � (� �XYo�8~_`���}ّ���&��t��$$�~��bAS�����L<���[$%G����,�����߲t�
gE~1��|9-b�?_̿m>�|��c�9\���糟/�93t���|'Dy�\r����EQB����2"�z^����ҥm��2#,��hQ��b��u�~�p}���\\�W�Kqy��O�$�\��Au\�f�P�$�
��}-�"��'�\H
�`�P���>��6�r�v��c�����78(�s]sQdPY�U_�j�ڸL.ͧ�pU�]Q1N��ζ��"��#$P!|F�wP��:����$kT,�[5�_1�h��>����E�_�ġ���G)ܰr_YY��{1���v�Ҿ&I��Q UA�s�F�;�Y$&����\@������J�v&�eX.��ko��|0�
<p��:CN�2�
ia��:��ز��#FĞ�&[0����M\���������vGr����,勛��E�j�����9��?�av1��4��'��tT!��;Z��,�ʚ�$Q�.�5۟�g�wf��;ir�V�j\�ƻ^�M����&�ķl��|c��,��5�P�e��vBY�#�w��28K/VU�]�y�e�g�o*�sBe�w���u*X���Z%�B�W����A
��"_�UX:͏�f��u��Ƥ
�.O*���z�|$��,����Tf{Mrc���%��Bn���86�mb:��x��k$�g�BH哏��]vD�غ���t�����i�e~��>Џ�v���*,��7ԇ�M]�w����p}/0��c�I�4.�,��*��6���%#(u���⅞�X[۠H��K#� a��ٞS��Ha���xnnJ��6�&Fu㪢�ȯȩB���zXA��I��6�Ǻ��ח��G_�P}����y��o�=I���`�V�#����e��R�G|�i�����A��V��:)vt|Z�.�Z����W'/�'[�v���o�@9hp���ȑ�MB��#B�1�(�i��s�.q]�`��
�`���~�4��]��G�mlb��ʭ�2��ž�"ǫ�͚��8�
,��t���#�h�[B��m���0��YA)�ԩz��4tb�n���x�h,�v�U9��v�����B��j�!�He3Ԏ��n�r�+���'α�:��
��mE���6u�;�$��@f�s�S���-,�q=?��[!!��~�k���A��9Mk���t57o8��j�U�6����8����I�)���b�)[e���+:��px�ۅ�F(�R<�H�F�UE~��
�b��G:�����XY]���秌T���IQKt��p`D�Qr�Ø�?�����(��+���yʮ�f7�|������dFFcq���0!I�%: �����w���_?�B���Y�Zr��e��?�F_��J�$�H-��1�]8&�8���`�[b)·�_�q�tn���>�h�ptz��Iv�C�'|ݞ�J�$���l�-x�~�:���[��Ê+S����~o ]��o-�'@O���C�����,?X/�¿t�q�")�V<���;��0��s=W]_��v��}�u֝�u�評a���>���G���C��Z=���t�ѯ0:�vG���%��t�@F��J�_X��s
�����M��U�:�z�}�ĺ*�M�me�W������
̻�ܺ)A��4�7��[�C���������w�|�����;�6x�W���Y�ϒ^��x@&������?-9��PK- -3�\9ذ�� 5 xl/workbook.xmlPK- -3�\���� � [Content_Types].xmlPK-
-3�\��
' ' V _rels/.relsPK- -3�\lf�a � � xl/worksheets/sheet1.xmlPK- -3�\D��n� P u xl/_rels/workbook.xml.relsPK- -3�\Ѓc'2 E
� xl/styles.xmlPK- -3�\��y� � 4 xl/sharedStrings.xmlPK � �