GET api/account/{id}/card
Retrieve an Account's customer card
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Card identifier |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
CustomerCard| Name | Description | Type | Additional information |
|---|---|---|---|
| Identifier |
Unique card identifier |
string |
Required String length: inclusive between 0 and 40 |
| IdentifierGuid | globally unique identifier |
None. |
|
| IdentifierGuidBytes | Collection of byte |
None. |
|
| CardType | CardType |
None. |
|
| IssueDate | date |
Data type: DateTime |
|
| Expiry | date |
Data type: DateTime |
|
| CustomerID | Collection of byte |
None. |
|
| CustomerIDGuid | globally unique identifier |
None. |
|
| InitialValue | integer |
None. |
|
| CurrentValue | integer |
None. |
|
| MaxLimit | integer |
None. |
|
| MinTransaction | integer |
None. |
|
| MaxTransaction | integer |
None. |
|
| Multiplier | decimal number |
None. |
|
| Active | boolean |
None. |
|
| ReasonInactive | ReasonInactive |
None. |
|
| IdRequired | boolean |
None. |
|
| IdType | integer |
None. |
|
| IdValue | string |
String length: inclusive between 0 and 60 |
|
| Updated | date |
Data type: DateTime |
|
| LinkedAccount | Collection of byte |
None. |
|
| LinkedAccountGuid | globally unique identifier |
None. |
|
| CurrentValueChanged |
Indicates if current card value has changed and should be updated to value provided |
boolean |
Relation. This field may not always be loaded or used for updates. |
| LimitsChanged |
Indicates if max limit, min transaction or max transaction values have changed and should be updated to values provided |
boolean |
Relation. This field may not always be loaded or used for updates. |
| Customer | Customer |
Relation. This field may not always be loaded or used for updates. |
|
| Account | Account |
Relation. This field may not always be loaded or used for updates. |
|
| Payments | Collection of StoreSalePayment |
Relation. This field may not always be loaded or used for updates. |
Response Formats
application/json, text/json
{
"cardType": 2,
"issueDate": "2026-04-03T06:26:36.5111131",
"expiry": "2026-04-03T06:26:36.5111131",
"customerID": "5D+UaS5su0q3XmfhQWlenA==",
"customerIDGuid": "69943fe4-6c2e-4abb-b75e-67e141695e9c",
"initialValue": 1,
"currentValue": 1,
"maxLimit": 1,
"minTransaction": 1,
"maxTransaction": 1,
"multiplier": 1.1,
"active": true,
"reasonInactive": 1,
"idRequired": true,
"idType": 1,
"idValue": "sample string 5",
"updated": "2026-04-03T06:26:36.5111131",
"linkedAccount": "A1rk4A1lSUS2uC3fzOTXXw==",
"linkedAccountGuid": "e0e45a03-650d-4449-b6b8-2ddfcce4d75f",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$id": "2",
"identifier": "GCkdxaTuu0ilNIBeoxbx8Q==",
"identifierGuid": "c51d2918-eea4-48bb-a534-805ea316f1f1",
"code": "sample string 2",
"familyName": "sample string 3",
"givenName": "sample string 4",
"otherName": "sample string 5",
"title": "sample string 6",
"dateOfBirth": "2026-04-03T06:26:36.5111131",
"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": "r+SqG4sJBEuTjUkhiQrdjA==",
"communityIdentifierGuid": "1baae4af-098b-4b04-938d-4921890add8c",
"joined": "2026-04-03T06:26:36.5111131",
"updated": "2026-04-03T06:26:36.5111131",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "bNV0U7lPZU+mCC28OnoDvw==",
"priceLevelIdentifierGuid": "5374d56c-4fb9-4f65-a608-2dbc3a7a03bf",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-04-03T06:26:36.5111131",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$ref": "1"
},
{
"$ref": "1"
}
],
"customerGroupMembers": [
{
"$id": "3",
"id": 1,
"groupID": "TMZuyyr21kyAP07AWvXYmw==",
"groupIDGuid": "cb6ec64c-f62a-4cd6-803f-4ec05af5d89b",
"customerID": "wrnV+ir+CUK+JCnVvG78RA==",
"customerIDGuid": "fad5b9c2-fe2a-4209-be24-29d5bc6efc44",
"card": "sample string 4",
"linkedAccount": "2/a61XuHHEyBOqsm3kNYGQ==",
"linkedAccountGuid": "d5baf6db-877b-4c1c-813a-ab26de435819",
"customer": {
"$ref": "2"
},
"group": {
"$id": "4",
"identifier": "9/ZYPjqQc02lRpxXyxLwvQ==",
"identifierGuid": "3e58f6f7-903a-4d73-a546-9c57cb12f0bd",
"name": "sample string 2",
"primaryContact": "v/2yltRYy0mnL8PSXaGnuw==",
"primaryContactGuid": "96b2fdbf-58d4-49cb-a72f-c3d25da1a7bb",
"accountID": "5ZQYRbfZBkGdblg0ZF7o1Q==",
"accountIDGuid": "451894e5-d9b7-4106-9d6e-5834645ee8d5",
"special": true,
"updated": "2026-04-03T06:26:36.5111131",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "SciXZuDFZk+WbZWjtaU5qQ==",
"priceLevelIdentifierGuid": "6697c849-c5e0-4f66-966d-95a3b5a539a9",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$id": "5",
"id": 1,
"identifier": "dvfh2g063E2/8IJLuwA3gw==",
"identifierGuid": "dae1f776-3a0d-4ddc-bff0-824bbb003783",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-04-03T06:26:36.5111131",
"owner": "rc35hAcLnUCwWAgnERUM5w==",
"ownerGuid": "84f9cdad-0b07-409d-b058-082711150ce7",
"accountStoreGroupIdentifier": "5JSjwj3LUka2K9YL0dMRHg==",
"accountStoreGroupGuid": "c2a394e4-cb3d-4652-b62b-d60bd1d3111e",
"accountType": 1,
"currentBalance": 1,
"externalID": "sample string 7",
"maximumLimit": 1,
"accruePoints": true,
"loyaltyPoints": 1,
"termsOfTrade": 1,
"signatureRequired": true,
"referenceRequired": true,
"statementSendType": 10,
"ageingPeriod": 1,
"monthlyAgeingPeriod": true,
"explodedInvoice": true,
"isFifoAllocation": true,
"lastStatementSent": "2026-04-03T06:26:36.5111131",
"active": true,
"updated": "2026-04-03T06:26:36.5111131",
"deleted": true,
"deletedUser": "sample string 16",
"currentBalanceChanged": true,
"maximumLimitChanged": true,
"loyaltyPointsChanged": true,
"projectedBalance": 17,
"accountStoreGroupStoreIDs": [
1,
2
],
"customerEmail": "sample string 18",
"ownerCustomer": {
"$ref": "2"
},
"card": {
"$ref": "1"
},
"members": {
"$id": "6",
"sample string 1": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"sample string 2": [
{
"$ref": "2"
},
{
"$ref": "2"
}
]
},
"customerGroups": [
{
"$ref": "4"
},
{
"$ref": "4"
}
]
},
"primaryContactCustomer": {
"$ref": "2"
},
"customerGroupMembers": [
{
"$ref": "3"
},
{
"$ref": "3"
}
]
},
"customerCard": {
"$ref": "1"
}
},
{
"$ref": "3"
}
],
"customerGroups": [
{
"$ref": "4"
},
{
"$ref": "4"
}
],
"accounts": [
{
"$ref": "5"
},
{
"$ref": "5"
}
],
"account": {
"$ref": "5"
},
"vouchers": [
{
"$id": "7",
"customerIdentifier": "ADigUF2WeE6aWiceiC9yuA==",
"customerIdentifierGuid": "50a03800-965d-4e78-9a5a-271e882f72b8",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "BiYWxkMykUusHPR3Fvchhg==",
"idempotentGuid": "c6162606-3243-4b91-ac1c-f47716f72186",
"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:26:36.5111131",
"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:26:36.5111131",
"labelPageLayout": "Ejh/JXKNZUuf6pESE5quNA==",
"pageLayoutGuid": "257f3812-8d72-4b65-9fea-9112139aae34",
"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:26:36.5111131"
},
{
"$ref": "11"
}
]
},
"customerVouchers": [
{
"$id": "12",
"id": 1,
"customerIdentifier": "gJkcrAmiKEmSCNG88iJ/Qg==",
"customerIdentifierGuid": "ac1c9980-a209-4928-9208-d1bcf2227f42",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-04-03T06:26:36.5111131",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "cgXgH1iJTEarlY+ml2n3CA==",
"issuedIdempotentGuid": "1fe00572-8958-464c-ab95-8fa69769f708",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-04-03T06:26:36.5111131",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-04-03T06:26:36.5111131",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "G5h6L4LFbk2Qv92DzDmEhw==",
"redeemedIdempotentGuid": "2f7a981b-c582-4d6e-90bf-dd83cc398487",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-04-03T06:26:36.5111131",
"storeName": "sample string 17",
"scaleLabel": {
"$ref": "10"
},
"voucher": {
"$ref": "8"
},
"customer": {
"$ref": "2"
},
"issuedOfflinePayment": {
"$id": "13",
"id": 1,
"identifier": "B2X4HqcmwEah/Jnlf9ncaw==",
"identifierGuid": "1ef86507-26a7-46c0-a1fc-99e57fd9dc6b",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "/aOw+9XViEiQUmfY+quObQ==",
"accountIDGuid": "fbb0a3fd-d5d5-4888-9052-67d8faab8e6d",
"customerAccount": {
"$ref": "5"
},
"customerCard": {
"$ref": "1"
},
"accountType": 1,
"cardName": "sample string 8",
"authorisationNumber": "sample string 9",
"bankReference": "sample string 10",
"merchantID": "sample string 11",
"terminalID": "sample string 12",
"cardNumber": "sample string 13",
"paymentDate": "2026-04-03T06:26:36.5111131",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "oyX278zgCkSDdW6AtdKnrg==",
"idempotentVoidGuid": "eff625a3-e0cc-440a-8375-6e80b5d2a7ae",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "14",
"saleHeaderID": 1,
"saleHeaderGuid": "0v4uPIuVEkqaUKytVRAwtA==",
"saleHeaderIdentifierGuid": "3c2efed2-958b-4a12-9a50-acad551030b4",
"created": "2026-04-03T06:26:36.5111131",
"createdLocal": "2026-04-03T06:26:36.5111131",
"createdText": "sample string 4",
"itemCount": 5,
"totalAmount": 6,
"cashTender": 1,
"cardTender": 1,
"cheqTender": 1,
"acctTender": 1,
"voucherTender": 1,
"loyaltyPoints": 1,
"cashout": 1,
"changeAmount": 1,
"rounding": 1,
"gstAmount": 1,
"transactionDiscountTender": 1,
"totalTip": 7,
"tranType": 1,
"processed": 1,
"imported": "2026-04-03T06:26:36.5111131",
"storeID": 1,
"operatorG_Uid": "naSkDAQnRE6BlXJN51FUqw==",
"operatorGuid": "0ca4a49d-2704-4e44-8195-724de75154ab",
"customerG_Uid": "85m1QF+EyESG6yiGM3T+rg==",
"customerGuid": "40b599f3-845f-44c8-86eb-28863374feae",
"communityIdentifier": "jrzVhI8QFk6lyX1JJaozWg==",
"communityIdentifierGuid": "84d5bc8e-108f-4e16-a5c9-7d4925aa335a",
"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": "EvDpTxErIUyJnYD+r8lS3A==",
"priceLevelIdentifierGuid": "4fe9f012-2b11-4c21-899d-80feafc952dc",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-04-03T06:26:36.5111131+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:26:36.5111131",
"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": "TS+7s0Tx2k+dVAdVDh5frA==",
"guid": "b3bb2f4d-f144-4fda-9d54-07550e1e5fac",
"operatorNumber": 1,
"shortName": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"password": "sample string 5",
"hasPassword": true,
"passwordText": "sample string 6",
"rfidTagID": "sample string 7",
"blueprintID": 1,
"groupID": 1,
"groupName": "sample string 8",
"managerGroupID": 1,
"managerGroupName": "sample string 9",
"zoneID": 1,
"zoneName": "sample string 10",
"loggedIn": 1,
"lastUsedIP": "sample string 11",
"deleted": true,
"locked": true,
"allowOpenTill": true,
"webEmail": "sample string 14",
"simpleOperatorType": 0,
"webRole": "sample string 15",
"updated": "2026-04-03T06:26:36.5111131",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-04-03T06:26:36.5111131",
"endShift": "2026-04-03T06:26:36.5111131",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "17",
"operatorG_UID": "2bwbix76yke2rw7Jqtv+uQ==",
"operatorGuid": "8b1bbcd9-fa1e-47ca-b6af-0ec9aadbfeb9",
"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:26:36.5111131",
"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": "sSAjBll850G/Ap++xpdtlA==",
"hostIdentifierGuid": "062320b1-7c59-41e7-bf02-9fbec6976d94",
"hostName": 1,
"hostAddress": "sample string 27",
"hostUsername": "sample string 28",
"hostPassword": "sample string 29",
"excludeFromLeadInOut": true,
"accountingProvider": 31,
"accountingAddress": "sample string 32",
"accountingUsername": "sample string 33",
"accountingPassword": "sample string 34",
"storeAccountingCode": "sample string 35",
"softwareVariance": 36,
"fuelWarningVariance": 37.0,
"fuelErrorVariance": 38.0,
"fuelAccumulatedWarningVariance": 39.0,
"fuelAccumulatedErrorVariance": 40.0,
"drawManagment": 41,
"endOfDayManagment": true,
"autoFillCashBalancing": true,
"fuelDayVariance": 44,
"accountingTradingTime": "00:00:00.1234567",
"stockActivateProduct": 46,
"defaultOrderDocumentId": 1,
"defaultStockReceiveDocumentId": 1,
"giftCardSalesAccountingDeptCode": "sample string 47",
"transactionDiscountAccountingDeptCode": "sample string 48",
"size": 49,
"updated": "2026-04-03T06:26:36.5111131",
"priceZone": {
"$id": "19",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "/azPTly3n0O5VdD/A/rJYA==",
"hostIdentifierGuid": "4ecfacfd-b75c-439f-b955-d0ff03fac960",
"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": "DU6ynv+w5kOB1ocXf/is3Q==",
"hostIdentifierGuid": "9eb24e0d-b0ff-43e6-81d6-87177ff8acdd",
"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": "tFFvbO5mbUet+Y4YuSCbsQ==",
"identifierGuid": "6c6f51b4-66ee-476d-adf9-8e18b9209bb1",
"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": "OtNkDkrd8ESDBvqXTLFH9g==",
"hostSupplierIdentifierGuid": "0e64d33a-dd4a-44f0-8306-fa974cb147f6",
"loyaltyPriceLevelIdentifier": "nOZdCbmAlEGmfU+Nw0RqeQ==",
"loyaltyPriceLevelIdentifierGuid": "095de69c-80b9-4194-a67d-4f8dc3446a79",
"isGroup": true,
"description": "sample string 22",
"hostProvider": 23,
"hostTypeEnum": 24,
"hostType": "sample string 25",
"hostCode": "sample string 26",
"username": "sample string 27",
"password": "sample string 28",
"passwordPlain": "sample string 29",
"server": "sample string 30",
"url": "sample string 31",
"global": true,
"stateCode": "sample string 33",
"lastCollected": "2026-04-03T06:26:36.5111131",
"lastProcessed": "2026-04-03T06:26:36.5111131",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$id": "23",
"identifier": "Rc/qmsZsmEu5r7RK05Z0dg==",
"identifierGuid": "9aeacf45-6cc6-4b98-b9af-b44ad3967476",
"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": "y0PMxIxKnEycPo9YshmLVw==",
"primaryContactID": "c4cc43cb-4a8c-4c9c-9c3e-8f58b2198b57",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "OQCymrw3zUCSfpB8kBHI1Q==",
"supplierGroupGuid": "9ab20039-37bc-40cd-927e-907c9011c8d5",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-04-03T06:26:36.5111131",
"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": "b37d4a40-67b1-435d-8486-d8489e61e60d",
"identifier": "wjbJXn3qqE6eE/TFfeQPgA==",
"identifierGuid": "5ec936c2-ea7d-4ea8-9e13-f4c57de40f80",
"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": "MRvZIWcj4UOf4ikSxeBaxg==",
"supplierIdentifierGuid": "21d91b31-2367-43e1-9fe2-2912c5e05ac6",
"contactGuid": "mjvW01NjIEyW3bp/KmfIzw==",
"contactID": "d3d63b9a-6353-4c20-96dd-ba7f2a67c8cf",
"contact": {
"$ref": "24"
},
"supplier": {
"$ref": "23"
}
},
{
"$ref": "25"
}
],
"products": [
{
"$id": "26",
"pluG_UID": "J2dUGCkzOEys4HWlWIpJIQ==",
"pluGuid": "18546727-3329-4c38-ace0-75a5588a4921",
"supplierIdentifier": "QA/+iEswVUqpjqghqPAUaw==",
"supplierIdentifierGuid": "88fe0f40-304b-4a55-a98e-a821a8f0146b",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-04-03T06:26:36.5111131",
"pricedByWeight": true,
"landedUnitCostEx": 9,
"landedUnitCostInc": 10,
"landedCartonCostInc": 12,
"landedCartonCostEx": 13,
"standardCost": 14,
"deliveryFee": 1,
"deliveryFeeBasis": "sample string 15",
"pickAndPackFee": 1,
"pickAndPackFeeBasis": "sample string 16",
"financeFee": 1,
"financeFeeBasis": "sample string 17",
"cartonLength": 1,
"cartonWidth": 1,
"cartonHeight": 1,
"palletLayerQuantity": 1,
"palletLayers": 1,
"itemCode": "sample string 18",
"invoiceCode": "sample string 19",
"invoiceDesc": "sample string 20",
"orderDirect": true,
"useCost": true,
"minimumQuantity": 21,
"hostType": 22,
"fromHost": 23,
"minimumReorder": 1,
"maximumReorder": 1,
"orderMultiple": 24.1,
"sellMultiple": 25.1,
"baseMultiple": 26.1,
"hostStandardCost": 27,
"hostTotalCost": 28,
"hostRetail": 29,
"hostLandedUnitCostEx": 30,
"hostLandedUnitCostInc": 31,
"hostDesc": "sample string 32",
"directIndicator": "sample string 33",
"availableToOrder": true,
"hostRangeIndicator": "sample string 35",
"hostProductType": "sample string 36",
"hostProductGrade": "sample string 37",
"hostProductGroup": "sample string 38",
"hostSlowMoving": true,
"hostGeneralMerchandise": true,
"hostPillar": "sample string 41",
"hostLastUpdated": "2026-04-03T06:26:36.5111131",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "27",
"pluG_UID": "xV4fq7ZFUEO21bXYmwDLMg==",
"pluGuid": "ab1f5ec5-45b6-4350-b6d5-b5d89b00cb32",
"supplierIdentifier": "aOqwK0t1b0SvzdLC1wBw/g==",
"supplierIdentifierGuid": "2bb0ea68-754b-446f-afcd-d2c2d70070fe",
"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": "uDduVTll5EW4EPHQfzqh9A==",
"parentPluGuid": "556e37b8-6539-45e4-b810-f1d07f3aa1f4",
"freight": 46.0,
"freightType": 1,
"product": {
"$id": "28",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "d/a9FT9LqUuWso9JwgQ6QA==",
"guid": "15bdf677-4b3f-4ba9-96b2-8f49c2043a40",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "9yG3KijvrkikS/sI8vue8g==",
"priceGroupGuid": "2ab721f7-ef28-48ae-a44b-fb08f2fb9ef2",
"blueprintID": 1,
"lastCountedDate": "2026-04-03T06:26:36.5111131",
"externalID": "sample string 7",
"active": true,
"activated": "2026-04-03T06:26:36.5111131",
"pluCreated": "2026-04-03T06:26:36.5111131",
"createdByUser": "sample string 9",
"name": "sample string 10",
"nameChanged": true,
"secondDescription": "sample string 12",
"hostDescription": "sample string 13",
"keepCartonQty": true,
"keepDescription": true,
"keepDepartments": true,
"keepSuppliers": true,
"markdownDescription": "sample string 18",
"altDescription": "sample string 19",
"bestOrExpire": 20,
"lastUpdate": "2026-04-03T06:26:36.5111131",
"lastManualUpdate": "2026-04-03T06:26:36.5111131",
"imageName": "sample string 23",
"showImageOnFlipCharts": true,
"showTextOnFlipCharts": true,
"overrideFlipChartText": true,
"flipChartText": "sample string 27",
"salesMode": 1,
"eftCode": 1,
"price": 1,
"priceChanged": true,
"rrp": 1,
"gstPercent": 28,
"gstPercentChanged": true,
"costGSTPercent": 29,
"costGSTPercentChanged": true,
"wetPercent": 1,
"priceOverride": 1,
"cost": 1,
"currentCost": 1,
"currentCostDecimals": 1,
"grossProfit": 1.0,
"currentCostDesc": "sample string 30",
"currentCostEnd": "2026-04-03T06:26:36.5111131",
"currentCostUpdated": "2026-04-03T06:26:36.5111131",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-04-03T06:26:36.5111131",
"defaultGP": 1,
"breakTargetMode": 33,
"break1": 1,
"price1": 1,
"target1": 34,
"break2": 1,
"price2": 1,
"target2": 35,
"break3": 1,
"price3": 1,
"target3": 36,
"break1Changed": true,
"price1Changed": true,
"target1Changed": true,
"break2Changed": true,
"price2Changed": true,
"target2Changed": true,
"break3Changed": true,
"price3Changed": true,
"target3Changed": true,
"breakTargetModeChanged": true,
"margin": 1.1,
"marginChanged": true,
"marginRanged": true,
"marginRangedChanged": true,
"minimumMargin": 1.1,
"minimumMarginChanged": true,
"maximumMargin": 1.1,
"maximumMarginChanged": true,
"overrideHostWarehouseIndicator": true,
"overrideHostWarehouseIndicatorChanged": true,
"overrideHostPrice": true,
"overrideHostPriceChanged": true,
"overrideHostCost": true,
"overrideHostCostChanged": true,
"overrideHostMargin": true,
"overrideHostMarginChanged": true,
"alwaysApplyMargin": true,
"alwaysApplyMarginChanged": true,
"aws": 1.0,
"paws": 1.0,
"awsUpdated": "2026-04-03T06:26:36.5111131",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "fwsyF4LXREqSXHbIRdKmQQ==",
"altPLUGuid": "17320b7f-d782-4a44-925c-76c845d2a641",
"altPLUGuidChanged": true,
"altPriceDescription1": "sample string 54",
"altPriceDescription2": "sample string 55",
"cartonQuantity": 56,
"cartonQuantityChanged": true,
"trayID": 1,
"promptID": 1,
"tare": 1,
"packQty": 1,
"fixedWeight": 1,
"extraMesg": 1,
"text1": "sample string 58",
"text2": "sample string 59",
"text3": "sample string 60",
"labelText": "sample string 61",
"labelTextChanged": true,
"sendToScale": true,
"nonScaleWeigh": true,
"labelFormat": "sample string 65",
"barcodeFormat": "sample string 66",
"austMade": 1,
"coolCode": 67,
"countryOfOrigin": "sample string 68",
"percentContent": 69.1,
"departmentID": 1,
"subDepartmentID": 1,
"minorDepartmentID": 1,
"lesserDepartmentID": 1,
"deptCode": "sample string 70",
"subDeptCode": "sample string 71",
"minorDeptCode": "sample string 72",
"lesserDeptCode": "sample string 73",
"deptName": "sample string 74",
"subDeptName": "sample string 75",
"minorDeptName": "sample string 76",
"lesserDeptName": "sample string 77",
"departmentChanged": true,
"subCategoryID": 1,
"expiry": 1,
"showDays": 1,
"datePrint": 1,
"labelRequired": true,
"labelShelfQty": 80,
"labelShelfChanged": true,
"labelTalkerQty": 82,
"labelSmall": true,
"labelLastPrinted": "2026-04-03T06:26:36.5111131",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "PAF0H9QQ2kCL6/oD5YQEcw==",
"shelfPageLayoutGuid": "1f74013c-10d4-40da-8beb-fa03e5840473",
"talkerPageLayoutG_UID": "QubPOgPECUKOXo4oaD5EbA==",
"talkerPageLayoutGuid": "3acfe642-c403-4209-8e5e-8e28683e446c",
"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": "ktWn0njZU0yRCC3Lo/+isQ==",
"inventoryIdentifier": "d2a7d592-d978-4c53-9108-2dcba3ffa2b1",
"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": "SAHUvzl35kKRcMprwBIWjA==",
"parentPluGuid": "bfd40148-7739-42e6-9170-ca6bc012168c",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "K3Xsyt+CgEOWP3FAYDj3xg==",
"supplierIdentifierGuid": "caec752b-82df-4380-963f-71406038f7c6",
"supplierChanged": true,
"rebateSupplierIdentifier": "CVJ0HcH0HUyZ8+/HaQEY1Q==",
"rebateSupplierIdentifierGuid": "1d745209-f4c1-4c1d-99f3-efc7690118d5",
"rebateSupplierChanged": true,
"availableForOrder": true,
"warehouseDirectIndicator": "sample string 109",
"warehouseDirectIndicatorChanged": true,
"productGrade": "sample string 111",
"productType": "sample string 112",
"productGroup": "sample string 113",
"complianceIndicator": "sample string 114",
"inhouseBrand": "sample string 115",
"slowMoving": true,
"generalMerchandise": true,
"comment": "sample string 118",
"lastUpdatedByUser": "sample string 119",
"lastManualUpdatedByUser": "sample string 120",
"lastUpdatedByUserOverride": true,
"lastUpdatedByHost": "2026-04-03T06:26:36.5267333",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "Fk05TrOl0UCELm1/QPT6jA==",
"hostIdentifierGuid": "4e394d16-a5b3-40d1-842e-6d7f40f4fa8c",
"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": "aO799+IaBkGhH0Ghr2UrFA==",
"pluGuid": "f7fdee68-1ae2-4106-a11f-41a1af652b14",
"plu": 1,
"storeID": 1,
"zoneID": 2,
"zoneName": "sample string 3",
"store": "sample string 4",
"isElectedMasterStore": true,
"isZoneMasterStore": true,
"priceNow": 7,
"costNow": 8,
"costNowDecimals": 9,
"normalPrice": 10,
"priceNext": 1,
"costNext": 1,
"costNextDecimals": 11,
"nextCampaignName": "sample string 12",
"gstPercent": 13,
"normalCost": 14,
"normalCostDecimals": 15,
"costGstPercent": 16,
"costCalcMethod": 1,
"currentCost": 17,
"currentCostDecimals": 18,
"break1": 19,
"price1": 20,
"break2": 21,
"price2": 22,
"break3": 23,
"price3": 24,
"fuelItem": 25,
"fixedWeight": 26,
"active": true,
"complianceIndicator": "sample string 27",
"doNotOrder": true,
"doNotRange": true,
"isNormalPriceChangesCampaign": true,
"updated": "2026-04-03T06:26:36.5267333"
},
{
"$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:26:36.5267333",
"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:26:36.5267333",
"startTime": 5,
"endDate": "2026-04-03T06:26:36.5267333",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "t1TgMsCmI0CDHfPEmghgvQ==",
"hostIdentifierGuid": "32e054b7-a6c0-4023-831d-f3c49a0860bd",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "32"
},
{
"$ref": "32"
}
]
},
"tray": {
"$id": "33",
"g_UId": "yz9fFghmpk+iOtG5+kqboQ==",
"guid": "165f3fcb-6608-4fa6-a23a-d1b9fa4a9ba1",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "34",
"priceGroupG_UID": "/HuUVGUGikuEdR7ebUUR2g==",
"priceGroupGuid": "54947bfc-0665-4b8a-8475-1ede6d4511da",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-04-03T06:26:36.5267333",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "28"
},
{
"$ref": "28"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "35",
"pluG_UID": "2r17qWm7a02J04VEb8+q7A==",
"pluGuid": "a97bbdda-bb69-4d6b-89d3-85446fcfaaec",
"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": "4d441bf7-94ba-4530-a6a3-09142e894f68",
"created": "2026-04-03T06:26:36.5267333",
"createdByUser": "sample string 1",
"activated": "2026-04-03T06:26:36.5267333",
"activatedByUser": "sample string 2",
"deactivated": "2026-04-03T06:26:36.5267333",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-04-03T06:26:36.5267333",
"lastOrderedQty": 4.0,
"lastReceived": "2026-04-03T06:26:36.5267333",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-04-03T06:26:36.5267333",
"lastSold": "2026-04-03T06:26:36.5267333",
"firstSold": "2026-04-03T06:26:36.5267333",
"awsUpdated": "2026-04-03T06:26:36.5267333",
"lastManualUpdate": "2026-04-03T06:26:36.5267333",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-04-03T06:26:36.5267333",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-04-03T06:26:36.5267333",
"doNotRangeUpdated": "2026-04-03T06:26:36.5267333",
"doNotOrderUpdated": "2026-04-03T06:26:36.5267333",
"tracked": "2026-04-03T06:26:36.5267333"
},
"allergens": [
{
"$id": "37",
"primaryKey": {
"$id": "38",
"pluGuid": "fccb364c-593c-498c-9d47-61e781af5a09",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "TDbL/DxZjEmdR2Hnga9aCQ==",
"pluGuid": "fccb364c-593c-498c-9d47-61e781af5a09",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "37"
}
],
"costs": {
"$id": "39",
"pluG_UID": "k5buYnis3EmnCgeHpC3lBg==",
"pluGuid": "62ee9693-ac78-49dc-a70a-0787a42de506",
"enteredCost": 1,
"weightedAvgCost": 1,
"lastCost": 1,
"rawEnteredCost": 2,
"rawWeightedAvgCost": 3,
"rawLastCost": 4,
"freight": 5.0,
"freightType": 6,
"costDecimals": 7,
"fifoCost": 1,
"updated": "2026-04-03T06:26:36.5267333",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "40",
"saleHeaderID": 1,
"created": "2026-04-03T06:26:36.5267333",
"createdLocal": "2026-04-03T06:26:36.5267333",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "+4A7kcnsX0aIgrxzilDkSQ==",
"operatorGuid": "913b80fb-ecc9-465f-8882-bc738a50e449",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "BcxyuubAkkOO1mXfTki9Xg==",
"pluGuid": "ba72cc05-c0e6-4392-8ed6-65df4e48bd5e",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$ref": "16"
}
},
{
"$ref": "40"
}
],
"apns": [
{
"$id": "41",
"pluID": 1,
"pluG_UID": "zMeTPr79S0GH0KGjy+q+3A==",
"pluGuid": "3e93c7cc-fdbe-414b-87d0-a1a3cbeabedc",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "41"
}
],
"tuns": [
{
"$id": "42",
"pluG_UId": "G5rHNm++JUar4ut0F0je1Q==",
"pluGuid": "36c79a1b-be6f-4625-abe2-eb741748ded5",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "28"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "42"
}
],
"competitionPricing": [
{
"$id": "43",
"identifier": "OaCu5Kgr3EiqP5wtamAFIA==",
"identifierGuid": "e4aea039-2ba8-48dc-aa3f-9c2d6a600520",
"pluG_UID": "dI3GhXetjEeqTNXUilLHEg==",
"pluGuid": "85c68d74-ad77-478c-aa4c-d5d48a52c712",
"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": "L0n2XuUKaE29WEK6FPKZGw==",
"groupName": "sample string 1",
"identifierGuid": "5ef6492f-0ae5-4d68-bd58-42ba14f2991b",
"exists": true,
"flipChartIdentifier": "5gGMes9AbUCY1mvapiw37w==",
"flipChartIdentifierGuid": "7a8c01e6-40cf-406d-98d6-6bdaa62c37ef",
"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": "+oyy/ztIxkCixdChmu1rRQ==",
"groupIdentifierGuid": "ffb28cfa-483b-40c6-a2c5-d0a19aed6b45",
"flipChart": {
"$id": "45",
"identifier": "ErHIaugVdUyN/gIOYpYgNw==",
"identifierGuid": "6ac8b112-15e8-4c75-8dfe-020e62962037",
"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": "OjQtIvsML0OUPHFsmvxwdA==",
"identifierGuid": "222d343a-0cfb-432f-943c-716c9afc7074",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "47",
"id": 1,
"g_UID": "zvJmi2Yl2UOlxn7CjM+f8w==",
"guid": "8b66f2ce-2566-43d9-a5c6-7ec28ccf9ff3",
"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": "CCKcAM5Sl0ukxD/lDj8nUA==",
"previousFormGuid": "009c2208-52ce-4b97-a4c4-3fe50e3f2750",
"nextForm": 1,
"nextFormG_UID": "zbGCISTgakSgNhW4Hz4Sew==",
"nextFormGuid": "2182b1cd-e024-446a-a036-15b81f3e127b",
"attributes": "sample string 10",
"updated": "2026-04-03T06:26:36.5267333",
"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": "/giwkLtX60KXKndRNTVyXQ==",
"checkoutFormGuid": "90b008fe-57bb-42eb-972a-77513535725d",
"identifier": "XWWIwgND0Uqv/ir0Msq61w==",
"identifierGuid": "c288655d-4303-4ad1-affe-2af432cabad7",
"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": "3pFNxx5dBkOn49a4uwCJxg==",
"valueGuid": "c74d91de-5d1e-4306-a7e3-d6b8bb0089c6",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-04-03T06:26:36.5267333",
"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:26:36.5267333",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "48"
}
],
"panels": [
{
"$id": "50",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "T/kI1hB1QUKISistSS6GDA==",
"checkoutFormGuid": "d608f94f-7510-4241-884a-2b2d492e860c",
"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": "m8D0xBw8iUuCOIs1+3cr3A==",
"flipChartPageIdentifierGuid": "c4f4c09b-3c1c-4b89-8238-8b35fb772bdc",
"pluG_UID": "nllaGeDTKES0VZawswXvdA==",
"pluGuid": "195a599e-d3e0-4428-b455-96b0b305ef74",
"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": "v/2n5JS4MkWt5ixLoU2ynw==",
"pluGuid": "e4a7fdbf-b894-4532-ade6-2c4ba14db29f",
"price": 1,
"costCalcMethod": 1,
"cost": 2,
"weightedAvgCost": 3,
"lastCost": 4,
"rawCost": 5,
"rawWeightedAvgCost": 6,
"rawLastCost": 7,
"costDecimals": 8,
"serviceFeeID": 9,
"freight": 10.0,
"freightType": 11,
"process": "sample string 12",
"user": "sample string 13",
"updated": "2026-04-03T06:26:36.5267333",
"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": "kcZ0tyQJL0K5THTpnxjgCQ==",
"ingredientGuid": "7b2roZdmZkyc7NiqJHNbcg==",
"ingredientIdentifier": "a1abbded-6697-4c66-9cec-d8aa24735b72",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "28"
}
},
{
"$ref": "53"
}
],
"bins": [
{
"$id": "54",
"pluG_UID": "h+dfCOuYc0WVIwHS6YF7FA==",
"pluGuid": "085fe787-98eb-4573-9523-01d2e9817b14",
"shelfLocationIdentifier": "itGfSZUaW0yj+vxfYQ9aoA==",
"shelfLocationGuid": "499fd18a-1a95-4c5b-a3fa-fc5f610f5aa0",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "+tCtHZ1baUej/kb+61YR8g==",
"labelPageLayoutGuid": "1dadd0fa-5b9d-4769-a3fe-46feeb5611f2",
"updated": "2026-04-03T06:26:36.5267333",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "28"
},
"location": {
"$id": "55",
"identifier": "jEdby33EAUCoCkma0qyh2A==",
"storeID": 1,
"identifierGuid": "cb5b478c-c47d-4001-a80a-499ad2aca1d8",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-04-03T06:26:36.5267333",
"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": "EzrbAJfxFEWrUxDg5BBDdg==",
"pluGuid": "00db3a13-f197-4514-ab53-10e0e4104376",
"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:26:36.5267333",
"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:26:36.5267333",
"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": "ZOlhbRwLx0iEG3l7/3Bm7Q==",
"labelPageLayoutGuid": "6d61e964-0b1c-48c7-841b-797bff7066ed",
"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:26:36.5267333",
"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": "bfD6o+La50yoR4SqtxJ6ww==",
"labelPageLayoutGuid": "a3faf06d-dae2-4ce7-a847-84aab7127ac3",
"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:26:36.5267333",
"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": "JJam7V8blES1aNQDCnJzVA==",
"labelPageLayoutGuid": "eda69624-1b5f-4494-b568-d4030a727354",
"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:26:36.5267333",
"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": "WtyOXiI/gkmMJeC/yjb8Gg==",
"labelPageLayoutGuid": "5e8edc5a-3f22-4982-8c25-e0bfca36fc1a",
"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": "GxVkATDJT0u3oRpmH/yC1Q==",
"pluGuid": "0164151b-c930-4b4f-b7a1-1a661ffc82d5",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "HidhY+Y4I0Wb+E6ukp6kuA==",
"dealCostGuid": "6361271e-38e6-4523-9bf8-4eae929ea4b8",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "kJXt3uYVmkKO99gFCbHujA==",
"priceGroupGuid": "deed9590-15e6-429a-8ef7-d80509b1ee8c",
"itemNumber": "sample string 10",
"cri": "sample string 11",
"pluPrice": 12,
"costCalcMethod": 13,
"pluCost": 14,
"pluCostIndicator": "sample string 15",
"pluPriceGstPercent": 16,
"pluCostGstPercent": 17,
"pluActive": true,
"cartonQty": 1.1,
"baseUnits": 19.1,
"salesMode": 1,
"pluNormalCost": 20,
"pluaws": 21.0,
"directNumber": "sample string 22",
"departmentName": "sample string 23",
"subDepartmentName": "sample string 24",
"priceGroupName": "sample string 25",
"supplierName": "sample string 26",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-04-03T06:26:36.5267333",
"rrp": 27,
"campaignDescription": "sample string 28",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "2c207dd5-a69f-4ce2-8c5b-5e866fe07cc1",
"campaignComboPriceGroupG_UID": "ZdkPqILSz0uVCq8bEf6vrQ==",
"campaignComboPriceGroupIdentifier": "a80fd965-d282-4bcf-950a-af1b11feafad",
"promotionPlacementDescription": "sample string 30",
"storeAcceptances": [
{
"$id": "67",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-04-03T06:26:36.5267333",
"operatorG_UID": "/A4PPStmdk26XbGuoYFOoQ==",
"operatorGuid": "3d0f0efc-662b-4d76-ba5d-b1aea1814ea1",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-04-03T06:26:36.5267333",
"signIqTicketFileMovedUtc": "2026-04-03T06:26:36.5267333",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-04-03T06:26:36.5267333",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "224ce8cf-052d-40bd-96be-68008cab87b2",
"product": {
"$ref": "28"
},
"campaignPlu": {
"$ref": "66"
},
"fuelItem": true
},
{
"$ref": "67"
}
],
"campaign": {
"$id": "68",
"id": 1,
"storeID": 2,
"name": "7ff48947-5049-4242-973b-bb62da94950d",
"nameGuid": "7ff48947-5049-4242-973b-bb62da94950d",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-04-03T06:26:36.5267333",
"startTime": 1,
"endDate": "2026-04-03T06:26:36.5267333",
"endTime": 1,
"recurrence": 1,
"recurrenceType": 1,
"monthType": 1,
"weekDays": 1,
"months": 1,
"monthWeeks": 1,
"monthDays": "sample string 7",
"printed": true,
"talkerText": "sample string 8",
"rangeDescription": "sample string 9",
"dealDescription": "sample string 10",
"labelQuantity": 11,
"active": 1,
"deactivated": "2026-04-03T06:26:36.5267333",
"system": true,
"created": "2026-04-03T06:26:36.5267333",
"updated": "2026-04-03T06:26:36.5267333",
"priceChangeNotifiedUtc": "2026-04-03T06:26:36.5267333",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "h0N7kzyH6UuuJTrKchz/ug==",
"hostIdentifierGuid": "937b4387-873c-4be9-ae25-3aca721cffba",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-04-03T06:26:36.5267333",
"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": "LDwRtJekJEiKckCGG+vyZQ==",
"pluGuid": "b4113c2c-a497-4824-8a72-40861bebf265",
"hostOfferID": 1,
"priceGroupG_UID": "/4mYx0WMKEOaAwYAYu0FxA==",
"priceGroupGuid": "c79889ff-8c45-4328-9a03-060062ed05c4",
"fuelItem": true,
"pluName": "sample string 6",
"apn": "sample string 7",
"pluActive": true,
"cartonQty": 1,
"baseUnits": 9.1,
"cri": "sample string 10",
"salesMode": 1,
"pluaws": 11.0,
"directNumber": "sample string 12",
"departmentName": "sample string 13",
"subDepartmentName": "sample string 14",
"priceGroupName": "sample string 15",
"supplierName": "sample string 16",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-04-03T06:26:36.5267333",
"rrp": 17,
"campaignDescription": "sample string 18",
"product": {
"$ref": "28"
},
"campaign": {
"$ref": "68"
}
},
{
"$ref": "69"
}
],
"sellingRules": [
{
"$id": "70",
"id": 1,
"identifier": "HjQRG7LaxEWvEsupXXIJqA==",
"identifierStr": "HjQRG7LaxEWvEsupXXIJqA==",
"identifierGuid": "1b11341e-dab2-45c4-af12-cba95d7209a8",
"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": "YGxrf+MSSUa0NWAh7E9LcQ==",
"customerIDGuid": "7f6b6c60-12e3-4649-b435-6021ec4f4b71",
"campaign": {
"$ref": "68"
},
"customer": {
"$ref": "2"
}
},
{
"$ref": "71"
}
],
"customerGroups": [
{
"$id": "72",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupID": "9XIruqf/UkuoNBeDwmeb1Q==",
"groupIDGuid": "ba2b72f5-ffa7-4b52-a834-1783c2679bd5",
"campaign": {
"$ref": "68"
},
"group": {
"$ref": "4"
}
},
{
"$ref": "72"
}
],
"signIqTickets": [
{
"$id": "73",
"identifier": "eKO/G5EFmUmI5tobw1YS/Q==",
"identifierGuid": "1bbfa378-0591-4999-88e6-da1bc35612fd",
"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": "I12SDJEqw0iFwHdjdAwBrg==",
"guid": "0c925d23-2a91-48c3-85c0-7763740c01ae",
"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": "/PQI9worCEG7GJbAgPUZEA==",
"groupGuid": "f708f4fc-2b0a-4108-bb18-96c080f51910",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "Mjao9Ie7z0qmE59Adlrbhg==",
"pluGuid": "f4a83632-bb87-4acf-a613-9f40765adb86",
"priceGroupG_UID": "ENCTMr4WrkuqxUsPnygnlA==",
"priceGroupGuid": "3293d010-16be-4bae-aac5-4b0f9f282794",
"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": "QNfwCm1DhECNcGVWBXVYug==",
"priceLevelIdentifierGuid": "0af0d740-436d-4084-8d70-6556057558ba",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "76"
}
],
"promotionType": {
"$id": "77",
"identifier": "wrjR+FmRG0CO8gRJaawvhA==",
"identifierGuid": "f8d1b8c2-9159-401b-8ef2-044969ac2f84",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "7iJ7/UOBwEiMwmkmm7Xrsg==",
"labelPageLayoutGuid": "fd7b22ee-8143-48c0-8cc2-69269bb5ebb2",
"priceLevelIdentifier": "rit+1P7WR0y5SEis4k/DLw==",
"priceLevelIdentifierGuid": "d47e2bae-d6fe-4c47-b948-48ace24fc32f",
"active": true,
"updated": "2026-04-03T06:26:36.5267333",
"hostName": "sample string 11"
}
},
"product": {
"$ref": "28"
},
"dealCost": {
"$id": "78",
"headerIdentifier": "zmW2Jp4K8EalEgsydngRFg==",
"headerIdentifierGuid": "26b665ce-0a9e-46f0-a512-0b3276781116",
"identifier": "lnrJfEv1OEaBx7aJITyj0g==",
"identifierGuid": "7cc97a96-f54b-4638-81c7-b689213ca3d2",
"supplierIdentifier": "ZAyb6DX+XkmlIpXU9B5QXQ==",
"supplierGuid": "e89b0c64-fe35-495e-a522-95d4f41e505d",
"pluG_UID": "5gHtCk7w8EWCUsVqiG6Dhg==",
"pluGuid": "0aed01e6-f04e-45f0-8252-c56a886e8386",
"campaignName": "c403a239-4342-4812-808f-672e5c8df9d4",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-04-03T06:26:36.5267333",
"end": "2026-04-03T06:26:36.5267333",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "c9yC7SLpoEGEAGXYg0GNig==",
"bonusItemPluGuid": "ed82dc73-e922-41a0-8400-65d883418d8a",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-04-03T06:26:36.5267333",
"metcashPromotionID": "sample string 14",
"fromHost": 15,
"storeNames": "sample string 16",
"storeIDs": [
1,
2
],
"supplierName": "sample string 17",
"campaignDescription": "sample string 18",
"newPrice": 1,
"campaignMetcashPromotionID": "sample string 19",
"campaignActive": true,
"campaignStartDate": "2026-04-03T06:26:36.5267333",
"campaignEndDate": "2026-04-03T06:26:36.5267333",
"masterPLUG_UID": "clrCn7SvZkKdZAwtg0iNKQ==",
"masterID": "9fc25a72-afb4-4266-9d64-0c2d83488d29",
"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": "GaOkTzudJ0G/z/tK8lR7Gw==",
"bonusMasterID": "4fa4a319-9d3b-4127-bfcf-fb4af2547b1b",
"bonusProductName": "sample string 34",
"bonusProductAPN": "sample string 35",
"bonusOrderCode": "sample string 36",
"bonusNormalSell": 37,
"bonusNormalCost": 38,
"bonusNormalCostDecimals": 39,
"bonusCartonQuantity": 40,
"bonusSalesMode": 41,
"bonusOrderPacked": 42,
"bonusFuelItem": true,
"bonusActive": true
}
},
"currentCostStart": "2026-04-03T06:26:36.5267333",
"dealCosts": [
{
"$ref": "78"
},
{
"$ref": "78"
}
],
"tags": [
{
"$id": "79",
"pluG_UID": "ZiEJZScGm02ocAxn8KJYuA==",
"pluGuid": "65092166-0627-4d9b-a870-0c67f0a258b8",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "79"
}
],
"alternateProductG_UID": "TtmMLvWkEkir7PkhBMtF3Q==",
"alternateProduct": "2e8cd94e-a4f5-4812-abec-f92104cb45dd",
"altProduct": {
"$ref": "28"
},
"productHostCode": {
"$id": "80",
"id": 1,
"pluG_UID": "UstajyUKSEOJEEjvbtgycg==",
"pluGuid": "8f5acb52-0a25-4348-8910-48ef6ed83272",
"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:26:36.5267333",
"inventoryTracked": "2026-04-03T06:26:36.5267333",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "81",
"pluG_UID": "gkBs32QGME6wh0qgNmB0pw==",
"pluGuid": "df6c4082-0664-4e30-b087-4aa0366074a7",
"fuelPluG_UID": "JTLVD2EH+0er6NLJ1oUUCw==",
"fuelPluGuid": "0fd53225-0761-47fb-abe8-d2c9d685140b",
"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": "BsMG1VhMLkGHmv9sTqCH5A==",
"supplierGuid": "d506c306-4c58-412e-879a-ff6c4ea087e4",
"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": "rGWfyOCH5k6Sk/hNcHX7XA==",
"supplierGuid": "c89f65ac-87e0-4ee6-9293-f84d7075fb5c",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"cutOffWeek": 5,
"cutOffDay": 6,
"cutOffTime": "00:00:00.1234567",
"leadTime": 7,
"daysBuffer": 8,
"supplierName": "sample string 9",
"cutOffDate": "2026-04-03T06:26:36.5267333",
"deliveryDate": "2026-04-03T06:26:36.5267333",
"nextCutOffDate": "2026-04-03T06:26:36.5267333",
"nextDeliveryDate": "2026-04-03T06:26:36.5267333",
"nextDaysBuffer": 10
},
{
"$ref": "84"
}
],
"store": {
"$ref": "18"
},
"updated": "2026-04-03T06:26:36.5267333",
"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:26:36.5267333",
"processed": "2026-04-03T06:26:36.5267333",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-04-03T06:26:36.5267333",
"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:26:36.5267333",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "85"
}
],
"zoneMatrix": [
{
"$id": "87",
"id": 1,
"hostIdentifier": "0oaeTcDnlk27cbbQJwLLUA==",
"hostIdentifierGuid": "4d9e86d2-e7c0-4d96-bb71-b6d02702cb50",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"c8ff6710-34f2-40b9-9a81-d59c41d43bc5",
"1d40523e-ddc4-43c1-9624-4d586c1388c9"
]
},
{
"$ref": "87"
}
],
"hostFileStoreSetting": {
"$ref": "21"
},
"hostStoreSettings": [
{
"$ref": "21"
},
{
"$ref": "21"
}
],
"promotionPlacements": [
{
"$id": "88",
"identifier": "QQJR6uCLv0iiMyP3BqO1Bw==",
"identifierGuid": "ea510241-8be0-48bf-a233-23f706a3b507",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "88"
}
],
"promoTypeGuids": [
"713e827d-3d88-4227-845d-fc911ce65c25",
"f6861ac1-e88c-4473-92e3-773bf070936e"
],
"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:26:36.5267333",
"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": "e4076632-2a6d-460c-8e8f-35eb5e46a6df",
"updateStore": {
"$id": "94",
"id": "64124262-afd8-4297-a8e8-61cd73056fba",
"name": "sample string 1",
"lastActivity": "2026-04-03T06:26:36.5267333",
"zone": "sample string 2",
"timeZoneOffset": 0.0,
"businessHoursStart": "00:00:00.1234567",
"businessHoursEnd": "00:00:00.1234567",
"master": true,
"lastIP": "sample string 10",
"lastHostName": "sample string 11",
"ping": 1,
"pingStatus": "sample string 12",
"lastUpdateCompleted": "2026-04-03T06:26:36.5267333"
},
"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": "2"
},
"communityOrganisation": {
"$id": "96",
"id": 1,
"identifier": "PNAA+aSAEUCPN4okbpJ0kA==",
"identifierGuid": "f900d03c-80a4-4011-8f37-8a246e927490",
"name": "sample string 3",
"lookupIdentifier": "sample string 4",
"externalID": "sample string 5",
"phone": "sample string 6",
"fax": "sample string 7",
"email": "sample string 8",
"address1": "sample string 9",
"address2": "sample string 10",
"city": "sample string 11",
"postCode": "sample string 12",
"state": "sample string 13",
"country": "sample string 14",
"abn": "sample string 15",
"promoPeriodStart": "2026-04-03T06:26:36.5267333",
"promoPeriodEnd": "2026-04-03T06:26:36.5267333",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-04-03T06:26:36.5267333",
"deleted": true
},
"details": [
{
"$id": "97",
"saleItemID": 1,
"identifier": "ILUroLxJ3EuZHB1fpooBtA==",
"identifierGuid": "a02bb520-49bc-4bdc-991c-1d5fa68a01b4",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "Ipg5hJhlL0qbKs3rM1AtVg==",
"pluGuid": "84399822-6598-4a2f-9b2a-cdeb33502d56",
"accountID": "pTrep1y9Fka6BBiO0OODeA==",
"accountIDGuid": "a7de3aa5-bd5c-4616-ba04-188ed0e38378",
"normalPrice": 3,
"originalSellingPrice": 4,
"discountPrice": 5,
"unit": 1,
"quantity": 6,
"totalCents": 7,
"fixedPrice": 1,
"tranType": 1,
"discountType": 1,
"cost": 1,
"costDecimals": 8,
"markdown": 1,
"manualQuantity": 1,
"manualPrice": 1,
"manualMode": 1,
"active": 1,
"offline": true,
"barcode": "sample string 9",
"keyedSale": 1,
"discountedID": 1,
"fuelID": 1,
"serialNumber": "sample string 10",
"bestOrExpire": "2026-04-03T06:26:36.5267333",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "gbH1XUfVJEixoIaOMshaQw==",
"refundGuid": "5df5b181-d547-4824-b1a0-868e32c85a43",
"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": "yoCSRJMiWE6S1L9N0kchrg==",
"idempotentVoidGuid": "449280ca-2293-4e58-92d4-bf4dd24721ae",
"priceLevelIdentifier": "PssoEpUQEEWfihicZE1Smw==",
"priceLevelIdentifierGuid": "1228cb3e-1095-4510-9f8a-189c644d529b",
"communityIdentifier": "ViAjc/rIzkC+7/kZNMNe6g==",
"communityIdentifierGuid": "73232056-c8fa-40ce-beef-f91934c35eea",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "98",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-04-03T06:26:36.5267333",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "98"
}
],
"refund": {
"$id": "99",
"id": 1,
"g_UID": "a8r2q6oOzkC4QUJ/03o6KQ==",
"guid": "abf6ca6b-0eaa-40ce-b841-427fd37a3a29",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-04-03T06:26:36.5267333"
},
"modifier": {
"$id": "100",
"id": 1,
"setG_UID": "whJSMljnfUe3avUQ8lZ2wg==",
"modifierSetGuid": "325212c2-e758-477d-b76a-f510f25676c2",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "Wwrd81i/m0qvPQn26Td9Mw==",
"pluGuid": "f3dd0a5b-bf58-4a9b-af3d-09f6e9377d33",
"deleted": true,
"g_UID": "01irdlhXR0Ob5vdZEPWzYA==",
"guid": "76ab58d3-5758-4347-9be6-f75910f5b360",
"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": "13"
},
{
"$ref": "13"
}
],
"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": "E/q+7ayxK0mcPM2VdZkJnQ==",
"pluGuid": "edbefa13-b1ac-492b-9c3c-cd957599099d",
"saleHeaderID": 2,
"totalCents": 3,
"grade": 1,
"gradeDescription": "sample string 4",
"dispenser": 1,
"hose": 1,
"quantity": 1,
"cost": 1,
"acquirerNum": 1,
"attendant": 1,
"ePurseBalance": 1.0,
"cardSignature": "sample string 5",
"compartmentNumber": 1,
"contractNumber": 1,
"discountCardPAN": "sample string 6",
"discountID": 1,
"discountName": "sample string 7",
"discountNetValue": 1.0,
"discountType": 1,
"discountValue": 1.0,
"discretionaryData": "sample string 8",
"driverID": "sample string 9",
"eftBatchNumber": 1,
"eftResponseCode": "sample string 10",
"endDateTime": "2026-04-03T06:26:36.5267333",
"engineHours": 1.1,
"fposNumber": 1,
"loyaltyCardPAN": "sample string 11",
"miscData1": 1,
"miscData2": "sample string 12",
"miscFlags": 1,
"mop": 1,
"odometer": 1,
"panNumber": "sample string 13",
"saleRefund": true,
"saleStatus": 1,
"sequenceNumber": 1,
"stan": 1,
"startDateTime": "2026-04-03T06:26:36.5267333",
"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": "zSjAyH1L8EOeCxdmEzdS0g==",
"pluGuid": "c8c028cd-4b7d-43f0-9e0b-1766133752d2",
"accountID": "2HysoQ9TXEW69d/51zTR6A==",
"accountIDGuid": "a1ac7cd8-530f-455c-baf5-dff9d734d1e8",
"normalPrice": 3,
"originalSellingPrice": 4,
"discountPrice": 5,
"unit": 1,
"quantity": 6,
"totalCents": 7,
"fixedPrice": 1,
"tranType": 1,
"processed": 1,
"discountType": 1,
"cost": 1,
"costDecimals": 1,
"markdown": 1,
"manualQuantity": 1,
"manualPrice": 1,
"manualMode": 1,
"active": 1,
"barcode": "sample string 8",
"offline": 1,
"keyedSale": 1,
"discountedID": 1,
"fuelID": 1,
"serialNumber": "sample string 9",
"bestOrExpire": "2026-04-03T06:26:36.5267333",
"bestOrExpireType": 1,
"refundG_UID": "7MFAtcZxdkO6K0Ow33/2xA==",
"refundGuid": "b540c1ec-71c6-4376-ba2b-43b0df7ff6c4",
"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": "KGhPiB5lYUuYjv1J0jJOMg==",
"identifierGuid": "884f6828-651e-4b61-988e-fd49d2324e32",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "HJUIECIf0UCYjLXXBAA7kA==",
"customerIdentifierGuid": "1008951c-1f22-40d1-988c-b5d704003b90",
"operatorNo": 1,
"operatorG_UID": "hVkAQj7gEEi+9u7FBAE9iw==",
"operatorGuid": "42005985-e03e-4810-bef6-eec504013d8b",
"created": "2026-04-03T06:26:36.5267333",
"ordered": "2026-04-03T06:26:36.5267333",
"started": "2026-04-03T06:26:36.5267333",
"completed": "2026-04-03T06:26:36.5267333",
"supplied": "2026-04-03T06:26:36.5267333",
"quickTicket": 1,
"deleted": true,
"walkAway": true,
"approxWait": 1,
"actualWait": 1,
"deliveryMethod": 8,
"externalSaleType": 9,
"customer": {
"$ref": "2"
},
"operator": {
"$ref": "16"
},
"details": [
{
"$id": "107",
"headerID": 1,
"plu": 1,
"pluG_UId": "FYuKfvA18kuhYwAPv7ejEQ==",
"pluGuid": "7e8a8b15-35f0-4bf2-a163-000fbfb7a311",
"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": "/HNa5ZnwTUGTpnTq+w4m+A==",
"headerIdentifierGuid": "e55a73fc-f099-414d-93a6-74eafb0e26f8",
"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": "UzC498lilkeNUTNVG8s30Q==",
"surveyGuid": "f7b83053-62c9-4796-8d51-33551bcb37d1",
"saleHeaderGuid": "22p+t2XJNUy46Uv8uP5ayA==",
"saleGuid": "b77e6adb-c965-4c35-b8e9-4bfcb8fe5ac8",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "B20ihNMHmUevrIuLK8bB7Q==",
"guidResponse": "84226d07-07d3-4799-afac-8b8b2bc6c1ed",
"whoAnswered": 2,
"answeredAtUTC": "2026-04-03T06:26:36.5267333",
"sale": {
"$ref": "14"
},
"survey": {
"$id": "109",
"g_UID": "KQA3F2/4K0Km1yCerTLMsw==",
"guid": "17370029-f86f-422b-a6d7-209ead32ccb3",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "miRfdSHtZUC7is4saz+OUw==",
"checkoutFormGuid": "755f249a-ed21-4065-bb8a-ce2c6b3f8e53",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-04-03T06:26:36.5267333",
"end": "2026-04-03T06:26:36.5267333",
"deleted": true,
"updated": "2026-04-03T06:26:36.5267333",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"367820a4-8563-4297-928d-ad2beafd9edd",
"49ac961b-fa20-422d-a6a9-25608a44aa1f"
],
"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": "f6vERqj8PkO9xE3gCU/kQQ==",
"accountIdentifier": "46c4ab7f-fca8-433e-bdc4-4de0094fe441",
"accountName": "sample string 44",
"customerOrderIdentifier": "Wm6OE4LAaUKB+52Wj1pTZA==",
"customerOrderIdentifierGuid": "138e6e5a-c082-4269-81fb-9d968f5a5364",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "110",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "qAROW6JdHUiDVvxHe1WGdQ==",
"paymentIdentifierGuid": "5b4e04a8-5da2-481d-8356-fc477b558675",
"identifier": "kY7XK+QxmEaBQZiCJzPk3g==",
"identifierGuid": "2bd78e91-31e4-4698-8141-98822733e4de",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "WpPOUTRhPE6qNPPiNj9Lrw==",
"itemIdentifierGuid": "51ce935a-6134-4e3c-aa34-f3e2363f4baf"
}
},
"redeemedOfflinePayment": {
"$ref": "13"
}
},
{
"$ref": "12"
}
]
},
"customer": {
"$ref": "2"
}
},
{
"$ref": "7"
}
]
},
"account": {
"$ref": "5"
},
"payments": [
{
"$ref": "13"
},
{
"$ref": "13"
}
]
}
application/xml
Sample not available.
text/xml
Sample not available.
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
PK R3�\��� 5 xl/workbook.xml � (� ����0��&�C�����N\�z�^�V�O�||K $���~;t2nx3����\��lE��=(�Ƃ�;a�b!J�"Fɡ5��@�gYI�,H�}/�����X�{�����Ը���s����'���l"���o�&�v��LA�[Fɹu5>b�*�{W�Eq9_E��E�Oxco0J���PK R3�\���� � [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
R3�\�w�' ' _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="Re1a95821865048e3" /></Relationships>PK R3�\� ��� � xl/worksheets/sheet1.xml � (� ��[s�:�������g�m�&��i��}� ���N�ϯ0۲�J�̀}k{kiɂыߛu��E�m�!D$��<[���q�X.�S��h�忊U������Y>We�p��|�lfE�=$[3���ͬ4��8[.�yr��7ɶ����zV�[��՞S�xȓ٢ja�>����m8-RS}�}�'�q8���� ��*�6MvE�:�O��,���p���b�|Q��:�r��.o��e�ޯJ��4�l]T��&�{����}�.��8��\SA5�TJ�Ǣ�6w�a���x��I4�5P Z�a==�i�W3B�Z"�a=;�Y�'����*$jXϏz��1R�q�� ����Q/�Q/�z��Os���S#����zu�S!(����^������@O�@��v�\��y�=+�赳�%Ƥ��lO�P�Z��P �(�f���B?��
L
)%1��� B'���?F�6M�z�#�oנ���"a6�ʟ~�����ǩY�*�� �����v��F�i���x�u�����:��� ���x�?xz 6�2�Q�6�,�g
�� 6DI��4S �I�N�:���Nb�_bN��`�:��dP�5�$���S��"6Yd&I̔@��s��
u�ɢ�e�85�mg��p�U�����MFy��j���_M�eQ��� ,���4!��i�=/�t�W}��y��]�u�`]�O�.�O�.q�'d����K���K�s8f��ށX�~p �����'b{�@,g?;��by�ŁX�~u ���i�ܽu ��w�r������@,w:�ݩcbcol6�i�b�s�/��G^���ql���1&�|E@�̷�5�
����7����\:+(W�Z��v`�������c;c�5��?jE�z��g��f@��!����_�o���u���՝J���b�������pk{ƭCve~�&�E��I^ç�ۓ?PK R3�\ F0� P xl/_rels/workbook.xml.rels � (� ��Kn� @��f_� �i'�n�Ms
��b��m��E��+5R�H]t�͇��������m����B]1 �u0��Z8e{���v��A�2�\?%R��Ԃ�yZS���Q�*L�Kdž8�\���I��r�$�s\3��<����^�CЧ}�L_C<&���T�0��SJ�;�U�y4-�\Z�,�d\H� Bo���y���u�g2�~��a�D9��TƩ��)���s�yy��f�9�F5��.{�W�b�PK R3�\Ѓ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 R3�\���� H
xl/sharedStrings.xml � (� }V�o�8~?�����$�I�X���m��}Y�tN<k'k;��N���$
m��/��7����f�釧�[� +�l���"-(���a�Ɏ��DP��A
j`}�O��.j68h]^�F*=@N(A �2'?�~�J �����h�8�('L�����
�p`U���`�b�l>���Y�@NGz>5�s�b�}�c�A��,��֮.�X�TƎ7O%���I�t����L�����R�Fxe�^VRb�V/�!Ok�3mؙ�I"I5ֱg�{h�5+y��4r�
Db%H/��_�gŤIߊ�RM�O�PR��M��Z��UN/��.�G��m�偈}_$Y] �E5�jC���I�c8C}���Ziȇ�R��u�q�{�v����I���$ ;���a@����I�VE�v����s��xv8��}?��0��1�Y��O'Av���~��묙ur�?NЦ.�.�nd��#< <ߎ� �熙����eA�O�7�'�3^!��{
~�����w� �x�47����Q�w�G&����smZ��8��Bk�i���d��4��R J��A��I�q�6�ƬL���)kmy�/p��^�ݖ�����Zw��<��`�-��"a=<��s^y��_��k�ǭ��>�l'��Oߎ����(v�Q���`��bu#���<D���p:
�TZ�ɢ*_���{]Ԅ�������':mu!au}4-�i�p��MJ��{�RX�#��y���
��O�0��,��'l:Mw'�G&��I֖����BmNg5���+5���ln��1�qOH�3�Q�̚�;q��Vs/ټY��l��רC}��<�����������[W�摠z�m�7�'�v���ۡ�����u����3�_�!��A7خ\
o6��1�^��:�,Ρ}��-@��X�����o 5lj�v�ٛj�O��/PK- R3�\��� 5 xl/workbook.xmlPK- R3�\���� � [Content_Types].xmlPK-
R3�\�w�' ' V _rels/.relsPK- R3�\� ��� � � xl/worksheets/sheet1.xmlPK- R3�\ F0� P � xl/_rels/workbook.xml.relsPK- R3�\Ѓc'2 E
( xl/styles.xmlPK- R3�\���� H
�
xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
PK R3�\�Y�X� 5 xl/workbook.xml � (� ��;�0D�H�����B�M��Yb+�#�9~�H����ξ���y����o\�E�!�s������n2N��{3M�Co�[��Ȳ�8�Y�F{!�������@P�RLjܝOѵ�C�Ⓦ�^w5�B�7E�H
i���=������F��>�յ��j^VeY�}�(�w_PK R3�\���� � [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
R3�\��h' ' _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="Red596c9deb78437e" /></Relationships>PK R3�\� ��� � xl/worksheets/sheet1.xml � (� ��[s�:�������g�m�&��i��}� ���N�ϯ0۲�J�̀}k{kiɂыߛu��E�m�!D$��<[���q�X.�S��h�忊U������Y>We�p��|�lfE�=$[3���ͬ4��8[.�yr��7ɶ����zV�[��՞S�xȓ٢ja�>����m8-RS}�}�'�q8���� ��*�6MvE�:�O��,���p���b�|Q��:�r��.o��e�ޯJ��4�l]T��&�{����}�.��8��\SA5�TJ�Ǣ�6w�a���x��I4�5P Z�a==�i�W3B�Z"�a=;�Y�'����*$jXϏz��1R�q�� ����Q/�Q/�z��Os���S#����zu�S!(����^������@O�@��v�\��y�=+�赳�%Ƥ��lO�P�Z��P �(�f���B?��
L
)%1��� B'���?F�6M�z�#�oנ���"a6�ʟ~�����ǩY�*�� �����v��F�i���x�u�����:��� ���x�?xz 6�2�Q�6�,�g
�� 6DI��4S �I�N�:���Nb�_bN��`�:��dP�5�$���S��"6Yd&I̔@��s��
u�ɢ�e�85�mg��p�U�����MFy��j���_M�eQ��� ,���4!��i�=/�t�W}��y��]�u�`]�O�.�O�.q�'d����K���K�s8f��ށX�~p �����'b{�@,g?;��by�ŁX�~u ���i�ܽu ��w�r������@,w:�ݩcbcol6�i�b�s�/��G^���ql���1&�|E@�̷�5�
����7����\:+(W�Z��v`�������c;c�5��?jE�z��g��f@��!����_�o���u���՝J���b�������pk{ƭCve~�&�E��I^ç�ۓ?PK R3�\�~W�� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞8N���ݰ���3��&vd����G�
XE�Tb�������4����M#9���
�,�V�n�}��j�n�{eL�s iņL���A�d�܌6u��)�=��:�i���%n��p��?D����٩ӄ6�����A�@���)z
,KT ���}�x%8+P���e��M-�ˈ���;_��j�ZU����]e��ؽD�.�tZ�j�-m��\���Fo�b�PK R3�\Ѓ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 R3�\���� H
xl/sharedStrings.xml � (� }V�o�8~?�����$�I�X���m��}Y�tN<k'k;��N���$
m��/��7����f�釧�[� +�l���"-(���a�Ɏ��DP��A
j`}�O��.j68h]^�F*=@N(A �2'?�~�J �����h�8�('L�����
�p`U���`�b�l>���Y�@NGz>5�s�b�}�c�A��,��֮.�X�TƎ7O%���I�t����L�����R�Fxe�^VRb�V/�!Ok�3mؙ�I"I5ֱg�{h�5+y��4r�
Db%H/��_�gŤIߊ�RM�O�PR��M��Z��UN/��.�G��m�偈}_$Y] �E5�jC���I�c8C}���Ziȇ�R��u�q�{�v����I���$ ;���a@����I�VE�v����s��xv8��}?��0��1�Y��O'Av���~��묙ur�?NЦ.�.�nd��#< <ߎ� �熙����eA�O�7�'�3^!��{
~�����w� �x�47����Q�w�G&����smZ��8��Bk�i���d��4��R J��A��I�q�6�ƬL���)kmy�/p��^�ݖ�����Zw��<��`�-��"a=<��s^y��_��k�ǭ��>�l'��Oߎ����(v�Q���`��bu#���<D���p:
�TZ�ɢ*_���{]Ԅ�������':mu!au}4-�i�p��MJ��{�RX�#��y���
��O�0��,��'l:Mw'�G&��I֖����BmNg5���+5���ln��1�qOH�3�Q�̚�;q��Vs/ټY��l��רC}��<�����������[W�摠z�m�7�'�v���ۡ�����u����3�_�!��A7خ\
o6��1�^��:�,Ρ}��-@��X�����o 5lj�v�ٛj�O��/PK- R3�\�Y�X� 5 xl/workbook.xmlPK- R3�\���� � � [Content_Types].xmlPK-
R3�\��h' ' U _rels/.relsPK- R3�\� ��� � � xl/worksheets/sheet1.xmlPK- R3�\�~W�� P � xl/_rels/workbook.xml.relsPK- R3�\Ѓc'2 E
( xl/styles.xmlPK- R3�\���� H
�
xl/sharedStrings.xmlPK � �