POST api/accounts
Updates an Account record
Request Information
URI Parameters
None.
Body Parameters
Account to save
Account| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Identifier | Collection of byte |
None. |
|
| IdentifierGuid | globally unique identifier |
None. |
|
| ReferenceNo |
Reference number used by customers and stores to easily identifier store for a payment or other reason |
string |
None. |
| Name | string |
None. |
|
| Created | date |
None. |
|
| Owner | Collection of byte |
None. |
|
| OwnerGuid | globally unique identifier |
None. |
|
| AccountStoreGroupIdentifier | Collection of byte |
None. |
|
| AccountStoreGroupGuid | globally unique identifier |
None. |
|
| AccountType | AccountType |
None. |
|
| CurrentBalance |
After creation should only be provided if being updated |
integer |
None. |
| ExternalID | string |
String length: inclusive between 0 and 20 |
|
| MaximumLimit | integer |
None. |
|
| AccruePoints | boolean |
None. |
|
| LoyaltyPoints |
If this is a group account the group gets the points, not the card |
integer |
None. |
| TermsOfTrade | integer |
None. |
|
| SignatureRequired | boolean |
None. |
|
| ReferenceRequired |
Flag whether the customer reference should be prompted for this account, even when pos setting doesn't enforce for all |
boolean |
None. |
| StatementSendType |
0 = Email, 1 = Print |
integer |
None. |
| AgeingPeriod | integer |
None. |
|
| MonthlyAgeingPeriod | boolean |
None. |
|
| ExplodedInvoice | boolean |
None. |
|
| IsFifoAllocation | boolean |
None. |
|
| LastStatementSent | date |
None. |
|
| Active | boolean |
None. |
|
| Updated | date |
None. |
|
| Deleted | boolean |
None. |
|
| DeletedUser | string |
None. |
|
| CurrentBalanceChanged |
Indicates if current balance value has changed and should be updated to value provided (Generate account ledger records) |
boolean |
Relation. This field may not always be loaded or used for updates. |
| MaximumLimitChanged |
Indicates if maximum limit value has changed and should be updated to value provided |
boolean |
Relation. This field may not always be loaded or used for updates. |
| LoyaltyPointsChanged |
Indicates if loyalty points value has changed and should be updated to value provided (Generate account ledger records) |
boolean |
Relation. This field may not always be loaded or used for updates. |
| ProjectedBalance | integer |
Relation. This field may not always be loaded or used for updates. |
|
| AccountStoreGroupStoreIDs | Collection of integer |
Relation. This field may not always be loaded or used for updates. |
|
| CustomerEmail | string |
Relation. This field may not always be loaded or used for updates. |
|
| OwnerCustomer | Customer |
Relation. This field may not always be loaded or used for updates. |
|
| Card | CustomerCard |
Relation. This field may not always be loaded or used for updates. |
|
| Members | Dictionary of string [key] and Collection of Customer [value] |
Relation. This field may not always be loaded or used for updates. |
|
| CustomerGroups | Collection of CustomerGroup |
Relation. This field may not always be loaded or used for updates. |
Request Formats
application/json, text/json
{
"id": 1,
"identifier": "R/JqUsZvqEm7gQvXn0iKBg==",
"identifierGuid": "526af247-6fc6-49a8-bb81-0bd79f488a06",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-06-03T18:30:55.7461863",
"owner": "uDUVQJhGYU60mAEZEBGOBQ==",
"ownerGuid": "401535b8-4698-4e61-b498-011910118e05",
"accountStoreGroupIdentifier": "VKU2v/6KqUKLTUJTjJaCxw==",
"accountStoreGroupGuid": "bf36a554-8afe-42a9-8b4d-42538c9682c7",
"accountType": 1,
"currentBalance": 1,
"externalID": "sample string 7",
"maximumLimit": 1,
"accruePoints": true,
"loyaltyPoints": 1,
"termsOfTrade": 1,
"signatureRequired": true,
"referenceRequired": true,
"statementSendType": 10,
"ageingPeriod": 1,
"monthlyAgeingPeriod": true,
"explodedInvoice": true,
"isFifoAllocation": true,
"lastStatementSent": "2026-06-03T18:30:55.7461863",
"active": true,
"updated": "2026-06-03T18:30:55.7461863",
"deleted": true,
"deletedUser": "sample string 16",
"currentBalanceChanged": true,
"maximumLimitChanged": true,
"loyaltyPointsChanged": true,
"projectedBalance": 17,
"accountStoreGroupStoreIDs": [
1,
2
],
"customerEmail": "sample string 18",
"ownerCustomer": {
"$id": "2",
"identifier": "p0wH7kKlZk2Pz/yYosuwDQ==",
"identifierGuid": "ee074ca7-a542-4d66-8fcf-fc98a2cbb00d",
"code": "sample string 2",
"familyName": "sample string 3",
"givenName": "sample string 4",
"otherName": "sample string 5",
"title": "sample string 6",
"dateOfBirth": "2026-06-03T18:30:55.7461863",
"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": "fxG4IHBvG0KgkmGti0of+g==",
"communityIdentifierGuid": "20b8117f-6f70-421b-a092-61ad8b4a1ffa",
"joined": "2026-06-03T18:30:55.7461863",
"updated": "2026-06-03T18:30:55.7461863",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "iKbOztfhB0O9ZtVhHWl3Tg==",
"priceLevelIdentifierGuid": "cecea688-e1d7-4307-bd66-d5611d69774e",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-06-03T18:30:55.7461863",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "3",
"cardType": 2,
"issueDate": "2026-06-03T18:30:55.7461863",
"expiry": "2026-06-03T18:30:55.7461863",
"customerID": "Djw1o3QSFU2EocEIK8Bxzw==",
"customerIDGuid": "a3353c0e-1274-4d15-84a1-c1082bc071cf",
"initialValue": 1,
"currentValue": 1,
"maxLimit": 1,
"minTransaction": 1,
"maxTransaction": 1,
"multiplier": 1.1,
"active": true,
"reasonInactive": 1,
"idRequired": true,
"idType": 1,
"idValue": "sample string 5",
"updated": "2026-06-03T18:30:55.7461863",
"linkedAccount": "8PX/8PBPJ0iTZJRR+Tfxrg==",
"linkedAccountGuid": "f0fff5f0-4ff0-4827-9364-9451f937f1ae",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "2"
},
"account": {
"$ref": "1"
},
"payments": [
{
"$id": "4",
"id": 1,
"identifier": "LWkIZWbN9USd0GHUrkFVpA==",
"identifierGuid": "6508692d-cd66-44f5-9dd0-61d4ae4155a4",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "IKP8RQt/Gkuk2GsqsI5lvg==",
"accountIDGuid": "45fca320-7f0b-4b1a-a4d8-6b2ab08e65be",
"customerAccount": {
"$ref": "1"
},
"customerCard": {
"$ref": "3"
},
"accountType": 1,
"cardName": "sample string 8",
"authorisationNumber": "sample string 9",
"bankReference": "sample string 10",
"merchantID": "sample string 11",
"terminalID": "sample string 12",
"cardNumber": "sample string 13",
"paymentDate": "2026-06-03T18:30:55.7461863",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "boLTAKTLXku2zdiTZJxBfg==",
"idempotentVoidGuid": "00d3826e-cba4-4b5e-b6cd-d893649c417e",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "5",
"saleHeaderID": 1,
"saleHeaderGuid": "tygx78oZo06Ykrzur5CX8g==",
"saleHeaderIdentifierGuid": "ef3128b7-19ca-4ea3-9892-bceeaf9097f2",
"created": "2026-06-03T18:30:55.7461863",
"createdLocal": "2026-06-03T18:30:55.7461863",
"createdText": "sample string 4",
"itemCount": 5,
"totalAmount": 6,
"cashTender": 1,
"cardTender": 1,
"cheqTender": 1,
"acctTender": 1,
"voucherTender": 1,
"loyaltyPoints": 1,
"cashout": 1,
"changeAmount": 1,
"rounding": 1,
"gstAmount": 1,
"transactionDiscountTender": 1,
"totalTip": 7,
"tranType": 1,
"processed": 1,
"imported": "2026-06-03T18:30:55.7461863",
"storeID": 1,
"operatorG_Uid": "pXFdYgZwnUmiAL75vIg1kw==",
"operatorGuid": "625d71a5-7006-499d-a200-bef9bc883593",
"customerG_Uid": "OmvqWd7LoEqSZK0/+7aD3g==",
"customerGuid": "59ea6b3a-cbde-4aa0-9264-ad3ffbb683de",
"communityIdentifier": "kXsPpVRpW0OI5CpVRudqCQ==",
"communityIdentifierGuid": "a50f7b91-6954-435b-88e4-2a5546e76a09",
"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": "inMeYUMvZEalUenp/vhkLA==",
"priceLevelIdentifierGuid": "611e738a-2f43-4664-a551-e9e9fef8642c",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-06-03T18:30:55.7461863+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": "6",
"customerName": "sample string 1",
"pickupAt": "2026-06-03T18:30:55.7461863",
"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": "7",
"id": 1,
"g_Uid": "68A2PnKBVECIKpQPHDmPeQ==",
"guid": "3e36c0eb-8172-4054-882a-940f1c398f79",
"operatorNumber": 1,
"shortName": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"password": "sample string 5",
"hasPassword": true,
"passwordText": "sample string 6",
"rfidTagID": "sample string 7",
"blueprintID": 1,
"groupID": 1,
"groupName": "sample string 8",
"managerGroupID": 1,
"managerGroupName": "sample string 9",
"zoneID": 1,
"zoneName": "sample string 10",
"loggedIn": 1,
"lastUsedIP": "sample string 11",
"deleted": true,
"locked": true,
"allowOpenTill": true,
"webEmail": "sample string 14",
"simpleOperatorType": 0,
"webRole": "sample string 15",
"updated": "2026-06-03T18:30:55.7461863",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-06-03T18:30:55.7461863",
"endShift": "2026-06-03T18:30:55.7461863",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "8",
"operatorG_UID": "O52ZUmfW1EyMsz+1wneN/w==",
"operatorGuid": "52999d3b-d667-4cd4-8cb3-3fb5c2778dff",
"storeID": 2,
"operator": {
"$ref": "7"
},
"store": {
"$id": "9",
"id": 1,
"isMaster": true,
"isElectedMaster": true,
"electedMasterStoreID": 1,
"isZoneMaster": true,
"shortName": "sample string 3",
"url": "sample string 4",
"sortOrder": 1,
"name": "sample string 5",
"phone": "sample string 6",
"fax": "sample string 7",
"email": "sample string 8",
"address1": "sample string 9",
"address2": "sample string 10",
"city": "sample string 11",
"state": "sample string 12",
"country": "sample string 13",
"postCode": "sample string 14",
"delivery": 1,
"exportAccounts": 1,
"salesAccountFolder": "sample string 15",
"purchaseAccountFolder": "sample string 16",
"initLoad": 1,
"initIDs": 1,
"zoneID": 1,
"actAsMaster": 1,
"lastActiveUtc": "2026-06-03T18:30:55.7461863",
"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": "XznDk6PbQkK61xGVBsb5iQ==",
"hostIdentifierGuid": "93c3395f-dba3-4242-bad7-119506c6f989",
"hostName": 1,
"hostAddress": "sample string 27",
"hostUsername": "sample string 28",
"hostPassword": "sample string 29",
"excludeFromLeadInOut": true,
"accountingProvider": 31,
"accountingAddress": "sample string 32",
"accountingUsername": "sample string 33",
"accountingPassword": "sample string 34",
"storeAccountingCode": "sample string 35",
"softwareVariance": 36,
"fuelWarningVariance": 37.0,
"fuelErrorVariance": 38.0,
"fuelAccumulatedWarningVariance": 39.0,
"fuelAccumulatedErrorVariance": 40.0,
"drawManagment": 41,
"endOfDayManagment": true,
"autoFillCashBalancing": true,
"fuelDayVariance": 44,
"accountingTradingTime": "00:00:00.1234567",
"stockActivateProduct": 46,
"defaultOrderDocumentId": 1,
"defaultStockReceiveDocumentId": 1,
"giftCardSalesAccountingDeptCode": "sample string 47",
"transactionDiscountAccountingDeptCode": "sample string 48",
"size": 49,
"updated": "2026-06-03T18:30:55.7461863",
"priceZone": {
"$id": "10",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "c2NHH+eFo0qIuYeZVQQxKg==",
"hostIdentifierGuid": "1f476373-85e7-4aa3-88b9-87995504312a",
"sortOrder": 3,
"zoneMasterStoreID": 1,
"electedMasterStoreID": 1,
"containsElectedMasterStore": true
},
"priceZoneName": "sample string 51",
"storeFuelConfigured": true,
"shippingAddressCopied": true,
"shippingAddress": {
"$id": "11",
"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": "11"
},
"warehouseStore": {
"$id": "12",
"storeID": 1,
"warehouseStoreID": 2,
"storeName": "sample string 3",
"warehouseName": "sample string 4"
},
"hostStoreSettings": [
{
"$id": "13",
"id": 1,
"hostIdentifier": "fOvyCNKu5kuHoAroJ4/2rw==",
"hostIdentifierGuid": "08f2eb7c-aed2-4be6-87a0-0ae8278ff6af",
"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": "14",
"identifier": "G7u4RaPDeEOg/PqiwT44NA==",
"identifierGuid": "45b8bb1b-c3a3-4378-a0fc-faa2c13e3834",
"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": "bRZoYLquyEWgkuVD5t7JUQ==",
"hostSupplierIdentifierGuid": "6068166d-aeba-45c8-a092-e543e6dec951",
"loyaltyPriceLevelIdentifier": "f0i2J1sWn0G+AvTpSO8DkA==",
"loyaltyPriceLevelIdentifierGuid": "27b6487f-165b-419f-be02-f4e948ef0390",
"isGroup": true,
"description": "sample string 22",
"hostProvider": 23,
"hostTypeEnum": 24,
"hostType": "sample string 25",
"hostCode": "sample string 26",
"username": "sample string 27",
"password": "sample string 28",
"passwordPlain": "sample string 29",
"server": "sample string 30",
"url": "sample string 31",
"global": true,
"stateCode": "sample string 33",
"lastCollected": "2026-06-03T18:30:55.7461863",
"lastProcessed": "2026-06-03T18:30:55.7461863",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$id": "15",
"identifier": "XkDXWs0RUk6QmQqkgqNm1Q==",
"identifierGuid": "5ad7405e-11cd-4e52-9099-0aa482a366d5",
"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": "HLkWsIGSB0mXeNMZPe+W4A==",
"primaryContactID": "b016b91c-9281-4907-9778-d3193def96e0",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "an9vd2MXnkiWY982gmnJxw==",
"supplierGroupGuid": "776f7f6a-1763-489e-9663-df368269c9c7",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-06-03T18:30:55.7461863",
"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": "16",
"id": "6470f17c-dfe2-4a97-a712-56a7af6c57e3",
"identifier": "owExrJAPrEeVZd/MBeEtBA==",
"identifierGuid": "ac3101a3-0f90-47ac-9565-dfcc05e12d04",
"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": "17",
"supplierIdentifier": "fTEN0E5e70ejNDrkgnPDPQ==",
"supplierIdentifierGuid": "d00d317d-5e4e-47ef-a334-3ae48273c33d",
"contactGuid": "jQgj2BCL20yJqMD1TGF+Gg==",
"contactID": "d823088d-8b10-4cdb-89a8-c0f54c617e1a",
"contact": {
"$ref": "16"
},
"supplier": {
"$ref": "15"
}
},
{
"$ref": "17"
}
],
"products": [
{
"$id": "18",
"pluG_UID": "T63JaSi3m0+IvdKndjzCsQ==",
"pluGuid": "69c9ad4f-b728-4f9b-88bd-d2a7763cc2b1",
"supplierIdentifier": "xNbo0MjbqEKVTf3pl/epzQ==",
"supplierIdentifierGuid": "d0e8d6c4-dbc8-42a8-954d-fde997f7a9cd",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-06-03T18:30:55.7461863",
"pricedByWeight": true,
"landedUnitCostEx": 9,
"landedUnitCostInc": 10,
"landedCartonCostInc": 12,
"landedCartonCostEx": 13,
"standardCost": 14,
"deliveryFee": 1,
"deliveryFeeBasis": "sample string 15",
"pickAndPackFee": 1,
"pickAndPackFeeBasis": "sample string 16",
"financeFee": 1,
"financeFeeBasis": "sample string 17",
"cartonLength": 1,
"cartonWidth": 1,
"cartonHeight": 1,
"palletLayerQuantity": 1,
"palletLayers": 1,
"itemCode": "sample string 18",
"invoiceCode": "sample string 19",
"invoiceDesc": "sample string 20",
"orderDirect": true,
"useCost": true,
"minimumQuantity": 21,
"hostType": 22,
"fromHost": 23,
"minimumReorder": 1,
"maximumReorder": 1,
"orderMultiple": 24.1,
"sellMultiple": 25.1,
"baseMultiple": 26.1,
"hostStandardCost": 27,
"hostTotalCost": 28,
"hostRetail": 29,
"hostLandedUnitCostEx": 30,
"hostLandedUnitCostInc": 31,
"hostDesc": "sample string 32",
"directIndicator": "sample string 33",
"availableToOrder": true,
"hostRangeIndicator": "sample string 35",
"hostProductType": "sample string 36",
"hostProductGrade": "sample string 37",
"hostProductGroup": "sample string 38",
"hostSlowMoving": true,
"hostGeneralMerchandise": true,
"hostPillar": "sample string 41",
"hostLastUpdated": "2026-06-03T18:30:55.7461863",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "19",
"pluG_UID": "wPP22XsY30eib+oItP5Hkg==",
"pluGuid": "d9f6f3c0-187b-47df-a26f-ea08b4fe4792",
"supplierIdentifier": "GbB9ynK8iUevjvbPcbhO9Q==",
"supplierIdentifierGuid": "ca7db019-bc72-4789-af8e-f6cf71b84ef5",
"invoiceCode": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "19"
}
],
"storeIDs": [
1,
2
],
"preferredSupplier": true,
"preferredRebateSupplier": true,
"supplierName": "sample string 42",
"salesMode": 43,
"orderPacked": true,
"active": true,
"price": 1,
"costGstPercent": 45,
"parentPluG_UID": "gWMLl2drZUiDJUxBvzpqMw==",
"parentPluGuid": "970b6381-6b67-4865-8325-4c41bf3a6a33",
"freight": 46.0,
"freightType": 1,
"product": {
"$id": "20",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "3R+CG4xJOUyQi1UUSfJT4w==",
"guid": "1b821fdd-498c-4c39-908b-551449f253e3",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "I8EvfReIykS4CgFpqKhqNg==",
"priceGroupGuid": "7d2fc123-8817-44ca-b80a-0169a8a86a36",
"blueprintID": 1,
"lastCountedDate": "2026-06-03T18:30:55.7461863",
"externalID": "sample string 7",
"active": true,
"activated": "2026-06-03T18:30:55.7461863",
"pluCreated": "2026-06-03T18:30:55.7461863",
"createdByUser": "sample string 9",
"name": "sample string 10",
"nameChanged": true,
"secondDescription": "sample string 12",
"hostDescription": "sample string 13",
"keepCartonQty": true,
"keepDescription": true,
"keepDepartments": true,
"keepSuppliers": true,
"markdownDescription": "sample string 18",
"altDescription": "sample string 19",
"bestOrExpire": 20,
"lastUpdate": "2026-06-03T18:30:55.7461863",
"lastManualUpdate": "2026-06-03T18:30:55.7461863",
"imageName": "sample string 23",
"showImageOnFlipCharts": true,
"showTextOnFlipCharts": true,
"overrideFlipChartText": true,
"flipChartText": "sample string 27",
"salesMode": 1,
"eftCode": 1,
"price": 1,
"priceChanged": true,
"rrp": 1,
"gstPercent": 28,
"gstPercentChanged": true,
"costGSTPercent": 29,
"costGSTPercentChanged": true,
"wetPercent": 1,
"priceOverride": 1,
"cost": 1,
"currentCost": 1,
"currentCostDecimals": 1,
"grossProfit": 1.0,
"currentCostDesc": "sample string 30",
"currentCostEnd": "2026-06-03T18:30:55.7461863",
"currentCostUpdated": "2026-06-03T18:30:55.7461863",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-06-03T18:30:55.7461863",
"defaultGP": 1,
"breakTargetMode": 33,
"break1": 1,
"price1": 1,
"target1": 34,
"break2": 1,
"price2": 1,
"target2": 35,
"break3": 1,
"price3": 1,
"target3": 36,
"break1Changed": true,
"price1Changed": true,
"target1Changed": true,
"break2Changed": true,
"price2Changed": true,
"target2Changed": true,
"break3Changed": true,
"price3Changed": true,
"target3Changed": true,
"breakTargetModeChanged": true,
"margin": 1.1,
"marginChanged": true,
"marginRanged": true,
"marginRangedChanged": true,
"minimumMargin": 1.1,
"minimumMarginChanged": true,
"maximumMargin": 1.1,
"maximumMarginChanged": true,
"overrideHostWarehouseIndicator": true,
"overrideHostWarehouseIndicatorChanged": true,
"overrideHostPrice": true,
"overrideHostPriceChanged": true,
"overrideHostCost": true,
"overrideHostCostChanged": true,
"overrideHostMargin": true,
"overrideHostMarginChanged": true,
"alwaysApplyMargin": true,
"alwaysApplyMarginChanged": true,
"aws": 1.0,
"paws": 1.0,
"awsUpdated": "2026-06-03T18:30:55.7618154",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "StrVX0gPQE6mtAgqDtQYug==",
"altPLUGuid": "5fd5da4a-0f48-4e40-a6b4-082a0ed418ba",
"altPLUGuidChanged": true,
"altPriceDescription1": "sample string 54",
"altPriceDescription2": "sample string 55",
"cartonQuantity": 56,
"cartonQuantityChanged": true,
"trayID": 1,
"promptID": 1,
"tare": 1,
"packQty": 1,
"fixedWeight": 1,
"extraMesg": 1,
"text1": "sample string 58",
"text2": "sample string 59",
"text3": "sample string 60",
"labelText": "sample string 61",
"labelTextChanged": true,
"sendToScale": true,
"nonScaleWeigh": true,
"labelFormat": "sample string 65",
"barcodeFormat": "sample string 66",
"austMade": 1,
"coolCode": 67,
"countryOfOrigin": "sample string 68",
"percentContent": 69.1,
"departmentID": 1,
"subDepartmentID": 1,
"minorDepartmentID": 1,
"lesserDepartmentID": 1,
"deptCode": "sample string 70",
"subDeptCode": "sample string 71",
"minorDeptCode": "sample string 72",
"lesserDeptCode": "sample string 73",
"deptName": "sample string 74",
"subDeptName": "sample string 75",
"minorDeptName": "sample string 76",
"lesserDeptName": "sample string 77",
"departmentChanged": true,
"subCategoryID": 1,
"expiry": 1,
"showDays": 1,
"datePrint": 1,
"labelRequired": true,
"labelShelfQty": 80,
"labelShelfChanged": true,
"labelTalkerQty": 82,
"labelSmall": true,
"labelLastPrinted": "2026-06-03T18:30:55.7618154",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "s2sn9C8p5UGouLHW5lwWJw==",
"shelfPageLayoutGuid": "f4276bb3-292f-41e5-a8b8-b1d6e65c1627",
"talkerPageLayoutG_UID": "fcVdtoXQ0ka3edLDaNLSkw==",
"talkerPageLayoutGuid": "b65dc57d-d085-46d2-b779-d2c368d2d293",
"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": "oqbfCFF56U62qRryz4INFw==",
"inventoryIdentifier": "08dfa6a2-7951-4ee9-b6a9-1af2cf820d17",
"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": "syStYY+cPkyuZ0pGVljvCw==",
"parentPluGuid": "61ad24b3-9c8f-4c3e-ae67-4a465658ef0b",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "1PGMpuwfq0SED9bVc7zPMg==",
"supplierIdentifierGuid": "a68cf1d4-1fec-44ab-840f-d6d573bccf32",
"supplierChanged": true,
"rebateSupplierIdentifier": "THtRgGS4aEWArXltUVy1Cg==",
"rebateSupplierIdentifierGuid": "80517b4c-b864-4568-80ad-796d515cb50a",
"rebateSupplierChanged": true,
"availableForOrder": true,
"warehouseDirectIndicator": "sample string 109",
"warehouseDirectIndicatorChanged": true,
"productGrade": "sample string 111",
"productType": "sample string 112",
"productGroup": "sample string 113",
"complianceIndicator": "sample string 114",
"inhouseBrand": "sample string 115",
"slowMoving": true,
"generalMerchandise": true,
"comment": "sample string 118",
"lastUpdatedByUser": "sample string 119",
"lastManualUpdatedByUser": "sample string 120",
"lastUpdatedByUserOverride": true,
"lastUpdatedByHost": "2026-06-03T18:30:55.7618154",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "HJR9a7qxWkyHB4eSfpOOcw==",
"hostIdentifierGuid": "6b7d941c-b1ba-4c5a-8707-87927e938e73",
"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": "20"
},
{
"$ref": "20"
}
],
"store": {
"$ref": "9"
},
"storePrices": [
{
"$id": "21",
"pluG_UID": "8ZD380SAzEm1c5JzOPx8eA==",
"pluGuid": "f3f790f1-8044-49cc-b573-927338fc7c78",
"plu": 1,
"storeID": 1,
"zoneID": 2,
"zoneName": "sample string 3",
"store": "sample string 4",
"isElectedMasterStore": true,
"isZoneMasterStore": true,
"priceNow": 7,
"costNow": 8,
"costNowDecimals": 9,
"normalPrice": 10,
"priceNext": 1,
"costNext": 1,
"costNextDecimals": 11,
"nextCampaignName": "sample string 12",
"gstPercent": 13,
"normalCost": 14,
"normalCostDecimals": 15,
"costGstPercent": 16,
"costCalcMethod": 1,
"currentCost": 17,
"currentCostDecimals": 18,
"break1": 19,
"price1": 20,
"break2": 21,
"price2": 22,
"break3": 23,
"price3": 24,
"fuelItem": 25,
"fixedWeight": 26,
"active": true,
"complianceIndicator": "sample string 27",
"doNotOrder": true,
"doNotRange": true,
"isNormalPriceChangesCampaign": true,
"updated": "2026-06-03T18:30:55.7618154"
},
{
"$ref": "21"
}
],
"currentPrices": {
"$id": "22",
"pluPrices": {
"$id": "23",
"plu": 1,
"pluG_UID": "QEA=",
"stores": [
1,
2
],
"normalPrice": 1,
"cost": 2,
"break1": 3,
"price1": 4,
"break2": 5,
"price2": 6,
"break3": 7,
"price3": 8,
"discountPrice": 9,
"memberDiscountPrice": 10,
"acceptedUtc": "2026-06-03T18:30:55.7618154",
"priceChangeType": 0,
"costDecimals": 11,
"costCalcMethod": 12,
"targetCampaignPriceGtOrEquNormal": true
},
"normalPluPrices": {
"$ref": "23"
},
"winningCampaign": 1,
"winner": {
"$id": "24",
"campaignName": "sample string 1",
"campaignDescription": "sample string 2",
"talkerText": "sample string 3",
"disableWasSave": true,
"startDate": "2026-06-03T18:30:55.7618154",
"startTime": 5,
"endDate": "2026-06-03T18:30:55.7618154",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "8mWl+oCUMku92uPGKkfv5Q==",
"hostIdentifierGuid": "faa565f2-9480-4b32-bdda-e3c62a47efe5",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "24"
},
{
"$ref": "24"
}
]
},
"tray": {
"$id": "25",
"g_UId": "NJKaz7k2V0OYV+cfo0rBiQ==",
"guid": "cf9a9234-36b9-4357-9857-e71fa34ac189",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "26",
"priceGroupG_UID": "1fLQgaajgkGv4+pQVUUitQ==",
"priceGroupGuid": "81d0f2d5-a3a6-4182-afe3-ea50554522b5",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-06-03T18:30:55.7618154",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "20"
},
{
"$ref": "20"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "27",
"pluG_UID": "yaghf46og0Cjy2JUBSsF3g==",
"pluGuid": "7f21a8c9-a88e-4083-a3cb-6254052b05de",
"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": "28",
"pluGuid": "e78d6c44-d0a0-4ee5-983f-605d0da8bb32",
"created": "2026-06-03T18:30:55.7618154",
"createdByUser": "sample string 1",
"activated": "2026-06-03T18:30:55.7618154",
"activatedByUser": "sample string 2",
"deactivated": "2026-06-03T18:30:55.7618154",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-06-03T18:30:55.7618154",
"lastOrderedQty": 4.0,
"lastReceived": "2026-06-03T18:30:55.7618154",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-06-03T18:30:55.7618154",
"lastSold": "2026-06-03T18:30:55.7618154",
"firstSold": "2026-06-03T18:30:55.7618154",
"awsUpdated": "2026-06-03T18:30:55.7618154",
"lastManualUpdate": "2026-06-03T18:30:55.7618154",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-06-03T18:30:55.7618154",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-06-03T18:30:55.7618154",
"doNotRangeUpdated": "2026-06-03T18:30:55.7618154",
"doNotOrderUpdated": "2026-06-03T18:30:55.7618154",
"tracked": "2026-06-03T18:30:55.7618154"
},
"allergens": [
{
"$id": "29",
"primaryKey": {
"$id": "30",
"pluGuid": "6b66b6ec-5de6-40aa-bef9-3e544789e2aa",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "7LZma+ZdqkC++T5UR4niqg==",
"pluGuid": "6b66b6ec-5de6-40aa-bef9-3e544789e2aa",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "29"
}
],
"costs": {
"$id": "31",
"pluG_UID": "lhQO7iGxZEC91+y1K701tQ==",
"pluGuid": "ee0e1496-b121-4064-bdd7-ecb52bbd35b5",
"enteredCost": 1,
"weightedAvgCost": 1,
"lastCost": 1,
"rawEnteredCost": 2,
"rawWeightedAvgCost": 3,
"rawLastCost": 4,
"freight": 5.0,
"freightType": 6,
"costDecimals": 7,
"fifoCost": 1,
"updated": "2026-06-03T18:30:55.7618154",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "32",
"saleHeaderID": 1,
"created": "2026-06-03T18:30:55.7618154",
"createdLocal": "2026-06-03T18:30:55.7618154",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "w4YSCBCQQE+ma1EZDQP1vw==",
"operatorGuid": "081286c3-9010-4f40-a66b-51190d03f5bf",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "tUKAxoyZ9kayTf2NidVa6w==",
"pluGuid": "c68042b5-998c-46f6-b24d-fd8d89d55aeb",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$ref": "7"
}
},
{
"$ref": "32"
}
],
"apns": [
{
"$id": "33",
"pluID": 1,
"pluG_UID": "hXcHFwT8ZUGF4OGB8vCCPA==",
"pluGuid": "17077785-fc04-4165-85e0-e181f2f0823c",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "33"
}
],
"tuns": [
{
"$id": "34",
"pluG_UId": "b88XE212qUm2+Fr20ajNHg==",
"pluGuid": "1317cf6f-766d-49a9-b6f8-5af6d1a8cd1e",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "20"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "34"
}
],
"competitionPricing": [
{
"$id": "35",
"identifier": "rs00CYnQLESsDBdQ82Dr9w==",
"identifierGuid": "0934cdae-d089-442c-ac0c-1750f360ebf7",
"pluG_UID": "JKKJ00IukEqdDh+GqrAXrw==",
"pluGuid": "d389a224-2e42-4a90-9d0e-1f86aab017af",
"competitionID": 1,
"name": "sample string 2",
"sellMultiple": 3,
"retailPrice": 4,
"storeName": "sample string 5"
},
{
"$ref": "35"
}
],
"supplier": {
"$ref": "15"
},
"supplierName": "sample string 148",
"children": [
{
"$ref": "20"
},
{
"$ref": "20"
}
],
"ordering": {
"$ref": "18"
},
"flipChartPages": [
{
"$id": "36",
"identifier": "buh9/uRqY0CpgJ79nkVbBA==",
"groupName": "sample string 1",
"identifierGuid": "fe7de86e-6ae4-4063-a980-9efd9e455b04",
"exists": true,
"flipChartIdentifier": "/FGhMhKCHUW9veSTbmzAlg==",
"flipChartIdentifierGuid": "32a151fc-8212-451d-bdbd-e4936e6cc096",
"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": "9GV+e1V06UKTntY+q+Ic2Q==",
"groupIdentifierGuid": "7b7e65f4-7455-42e9-939e-d63eabe21cd9",
"flipChart": {
"$id": "37",
"identifier": "9UOlkK7xlE+ZTRcNCwEXWA==",
"identifierGuid": "90a543f5-f1ae-4f94-994d-170d0b011758",
"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": "38",
"identifier": "B2AHsUzfSEyNBGy8ZZNJUw==",
"identifierGuid": "b1076007-df4c-4c48-8d04-6cbc65934953",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "39",
"id": 1,
"g_UID": "M+VGYe3BGEWuo9WojsfTGg==",
"guid": "6146e533-c1ed-4518-aea3-d5a88ec7d31a",
"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": "1EoLaC9Os0mCOyRtduQk5Q==",
"previousFormGuid": "680b4ad4-4e2f-49b3-823b-246d76e424e5",
"nextForm": 1,
"nextFormG_UID": "WfO0bwrTXESrSDUZZ/jrMA==",
"nextFormGuid": "6fb4f359-d30a-445c-ab48-351967f8eb30",
"attributes": "sample string 10",
"updated": "2026-06-03T18:30:55.7618154",
"positioning": 1,
"contentPanel": "sample string 11",
"selectionMode": 1,
"maximumSelections": 1,
"alteredInStore": true,
"deleted": true,
"blueprintID": 1,
"preserveLayout": true,
"mainCheckoutFormName": "sample string 13",
"nextCheckoutForm": {
"$ref": "39"
},
"previousCheckoutForm": {
"$ref": "39"
},
"buttons": [
{
"$id": "40",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "pBUQZR+PgkyFwW1+nLkD/Q==",
"checkoutFormGuid": "651015a4-8f1f-4c82-85c1-6d7e9cb903fd",
"identifier": "dkAhsnhuzUW0wimJR91OOw==",
"identifierGuid": "b2214076-6e78-45cd-b4c2-298947dd4e3b",
"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": "md3MJvOmGEW6MoKt3IbIXA==",
"valueGuid": "26ccdd99-a6f3-4518-ba32-82addc86c85c",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-06-03T18:30:55.7618154",
"action": "sample string 12",
"valueForm": {
"$ref": "39"
},
"image": {
"$id": "41",
"name": "sample string 3.sample string 4",
"imageID": 2,
"imageName": "sample string 3",
"imageExtension": "sample string 4",
"lastUpdate": "2026-06-03T18:30:55.7618154",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "40"
}
],
"panels": [
{
"$id": "42",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "oZ1Mhm1vdUWnrZ1/K6m/BQ==",
"checkoutFormGuid": "864c9da1-6f6d-4575-a7ad-9d7f2ba9bf05",
"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": "42"
}
]
},
{
"$ref": "39"
}
],
"panels": [
{
"$ref": "42"
},
{
"$ref": "42"
}
]
},
"pages": [
{
"$ref": "36"
},
{
"$ref": "36"
}
]
},
"contentPanel": {
"$ref": "42"
},
"products": [
{
"$id": "43",
"flipChartPageIdentifier": "w+TXZuz/S0yplcr7u1+LVw==",
"flipChartPageIdentifierGuid": "66d7e4c3-ffec-4c4b-a995-cafbbb5f8b57",
"pluG_UID": "UOBVcJE9IEWkyB7xebFreg==",
"pluGuid": "7055e050-3d91-4520-a4c8-1ef179b16b7a",
"sortOrder": 3,
"sent": true,
"productChanged": true,
"productImageName": "sample string 6",
"productShowImageOnFlipCharts": true,
"productShowTextOnFlipCharts": true,
"productOverrideFlipChartText": true,
"productFlipChartText": "sample string 10",
"product": {
"$ref": "20"
},
"departmentSortOrder": 11,
"subDepartmentName": "sample string 12"
},
{
"$ref": "43"
}
],
"productCount": 27,
"pages": [
{
"$ref": "36"
},
{
"$ref": "36"
}
]
},
{
"$ref": "36"
}
],
"priceHistory": [
{
"$id": "44",
"pluG_UID": "ZYqU7QFJWU6hJpM1hP1tYg==",
"pluGuid": "ed948a65-4901-4e59-a126-933584fd6d62",
"price": 1,
"costCalcMethod": 1,
"cost": 2,
"weightedAvgCost": 3,
"lastCost": 4,
"rawCost": 5,
"rawWeightedAvgCost": 6,
"rawLastCost": 7,
"costDecimals": 8,
"serviceFeeID": 9,
"freight": 10.0,
"freightType": 11,
"process": "sample string 12",
"user": "sample string 13",
"updated": "2026-06-03T18:30:55.7618154",
"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": "44"
}
],
"ingredients": [
{
"$id": "45",
"pluG_UID": "U7ONVu2D9UOw6YEQTbkt2w==",
"ingredientGuid": "onwDbYnpEUWpWiqc43V+Eg==",
"ingredientIdentifier": "6d037ca2-e989-4511-a95a-2a9ce3757e12",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "20"
}
},
{
"$ref": "45"
}
],
"bins": [
{
"$id": "46",
"pluG_UID": "vJpUSl/lbUS6geV5EwfpDg==",
"pluGuid": "4a549abc-e55f-446d-ba81-e5791307e90e",
"shelfLocationIdentifier": "ykOtttMqcEOowjEvaohHzA==",
"shelfLocationGuid": "b6ad43ca-2ad3-4370-a8c2-312f6a8847cc",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "jqguEQZctkCIu///sbOk0A==",
"labelPageLayoutGuid": "112ea88e-5c06-40b6-88bb-ffffb1b3a4d0",
"updated": "2026-06-03T18:30:55.7618154",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "20"
},
"location": {
"$id": "47",
"identifier": "omZkbSGY8ECant/TNmQOwA==",
"storeID": 1,
"identifierGuid": "6d6466a2-9821-40f0-9a9e-dfd336640ec0",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-06-03T18:30:55.7618154",
"minTemp": 1,
"maxTemp": 1,
"checkFrequency": 1,
"storeCaseConfiguration": 5,
"storeName": "sample string 6",
"bins": [
{
"$ref": "46"
},
{
"$ref": "46"
}
]
}
},
{
"$ref": "46"
}
],
"bin": {
"$ref": "46"
},
"scaleLocations": [
{
"$id": "48",
"plu": 1,
"pluG_UID": "jxMnKPJyCUacz5++ANDKtQ==",
"pluGuid": "2827138f-72f2-4609-9ccf-9fbe00d0cab5",
"deptNo": 1,
"product": {
"$ref": "20"
},
"scaleLocation": {
"$id": "49",
"id": 1,
"deptNo": 1,
"deptCode": "sample string 2",
"name": "sample string 3",
"enabled": true,
"updated": "2026-06-03T18:30:55.7618154",
"department": {
"$id": "50",
"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": "49"
},
"subDepartments": [
{
"$id": "51",
"id": 1,
"departmentID": 2,
"name": "sample string 3",
"code": "sample string 4",
"departmentCode": "sample string 5",
"externalSales": true,
"minorDepartments": [
{
"$id": "52",
"id": 1,
"subDepartmentID": 2,
"departmentID": 3,
"name": "sample string 4",
"subDepartmentCode": "sample string 5",
"departmentCode": "sample string 6",
"code": "sample string 7",
"lesserDepartments": [
{
"$id": "53",
"id": 1,
"departmentID": 2,
"subDepartmentID": 3,
"minorDepartmentID": 4,
"name": "sample string 5",
"code": "sample string 6",
"departmentCode": "sample string 7",
"subDepartmentCode": "sample string 8",
"minorDepartmentCode": "sample string 9",
"updated": "2026-06-03T18:30:55.7618154",
"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": "AJZeXDlH/kWz7NvBx8Oj/A==",
"labelPageLayoutGuid": "5c5e9600-4739-45fe-b3ec-dbc1c7c3a3fc",
"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": "54",
"dept": 1,
"category": 2,
"name": "sample string 3",
"active": true,
"mscCommodities": [
{
"$id": "55",
"dept": 1,
"category": 2,
"commodity": 3,
"name": "sample string 4",
"active": true,
"mscSubCommodities": [
{
"$id": "56",
"dept": 1,
"category": 2,
"commodity": 3,
"subCommodity": 4,
"name": "sample string 5",
"active": true,
"subCommodityCode": "sample string 7"
},
{
"$ref": "56"
}
],
"commodityCode": "sample string 6"
},
{
"$ref": "55"
}
],
"categoryCode": "sample string 5"
},
"mscCom": {
"$ref": "55"
},
"mscDep": {
"$id": "57",
"dept": 1,
"name": "sample string 2",
"active": true,
"mscCategories": [
{
"$ref": "54"
},
{
"$ref": "54"
}
],
"deptCode": "sample string 4"
},
"mscSubCom": {
"$ref": "56"
}
},
{
"$ref": "53"
}
],
"updated": "2026-06-03T18:30:55.7618154",
"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": "q1UXPLZF6US1+Li6Gs7oBQ==",
"labelPageLayoutGuid": "3c1755ab-45b6-44e9-b5f8-b8ba1acee805",
"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": "54"
},
"mscCom": {
"$ref": "55"
},
"mscDep": {
"$ref": "57"
},
"mscSubCom": {
"$ref": "56"
}
},
{
"$ref": "52"
}
],
"investmentBuyOverride": true,
"updated": "2026-06-03T18:30:55.7618154",
"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": "NhZjx/t4uEOQgJ/r7UJcPA==",
"labelPageLayoutGuid": "c7631636-78fb-43b8-9080-9febed425c3c",
"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": "54"
},
"mscCom": {
"$ref": "55"
},
"mscDep": {
"$ref": "57"
},
"mscSubCom": {
"$ref": "56"
}
},
{
"$ref": "51"
}
],
"stores": [
1,
2
],
"investmentBuyOverride": true,
"updated": "2026-06-03T18:30:55.7618154",
"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": "78nfyvdzwU2WBTfkLSoVaw==",
"labelPageLayoutGuid": "cadfc9ef-73f7-4dc1-9605-37e42d2a156b",
"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": "54"
},
"mscCom": {
"$ref": "55"
},
"mscDep": {
"$ref": "57"
},
"mscSubCom": {
"$ref": "56"
}
}
}
},
{
"$ref": "48"
}
],
"nextPrice": {
"$id": "58",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 1,
"hostOfferID": 1,
"metcashPromotionID": "sample string 4",
"metcashPromotionPlacement": "sample string 5",
"pluG_UID": "vd7EstMIqkCXDWuXBiBNdA==",
"pluGuid": "b2c4debd-08d3-40aa-970d-6b9706204d74",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "41z3oRADI0mbyTiR67gbDA==",
"dealCostGuid": "a1f75ce3-0310-4923-9bc9-3891ebb81b0c",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "iiGvbOXtvEacG3D0aEthUg==",
"priceGroupGuid": "6caf218a-ede5-46bc-9c1b-70f4684b6152",
"itemNumber": "sample string 10",
"cri": "sample string 11",
"pluPrice": 12,
"costCalcMethod": 13,
"pluCost": 14,
"pluCostIndicator": "sample string 15",
"pluPriceGstPercent": 16,
"pluCostGstPercent": 17,
"pluActive": true,
"cartonQty": 1.1,
"baseUnits": 19.1,
"salesMode": 1,
"orderPacked": 20,
"pluNormalCost": 21,
"pluaws": 22.0,
"directNumber": "sample string 23",
"departmentName": "sample string 24",
"subDepartmentName": "sample string 25",
"priceGroupName": "sample string 26",
"supplierName": "sample string 27",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-06-03T18:30:55.7618154",
"rrp": 28,
"campaignDescription": "sample string 29",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "70372ce1-5dcf-47d8-9ad6-6371b824adc6",
"campaignComboPriceGroupG_UID": "Rf6qKO4T00G+KfJRYQPvZA==",
"campaignComboPriceGroupIdentifier": "28aafe45-13ee-41d3-be29-f2516103ef64",
"promotionPlacementDescription": "sample string 31",
"storeAcceptances": [
{
"$id": "59",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-06-03T18:30:55.7618154",
"operatorG_UID": "mMCjtGJxSUeltR1qlXW6ng==",
"operatorGuid": "b4a3c098-7162-4749-a5b5-1d6a9575ba9e",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-06-03T18:30:55.7618154",
"signIqTicketFileMovedUtc": "2026-06-03T18:30:55.7618154",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-06-03T18:30:55.7618154",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "334976d3-18e0-45b4-955c-6ebaf356cce9",
"product": {
"$ref": "20"
},
"campaignPlu": {
"$ref": "58"
},
"fuelItem": true
},
{
"$ref": "59"
}
],
"campaign": {
"$id": "60",
"id": 1,
"storeID": 2,
"name": "46b86a89-9751-4c36-a747-4ac38eb0202a",
"nameGuid": "46b86a89-9751-4c36-a747-4ac38eb0202a",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-06-03T18:30:55.7618154",
"startTime": 1,
"endDate": "2026-06-03T18:30:55.7618154",
"endTime": 1,
"recurrence": 1,
"recurrenceType": 1,
"monthType": 1,
"weekDays": 1,
"months": 1,
"monthWeeks": 1,
"monthDays": "sample string 7",
"printed": true,
"talkerText": "sample string 8",
"rangeDescription": "sample string 9",
"dealDescription": "sample string 10",
"labelQuantity": 11,
"active": 1,
"deactivated": "2026-06-03T18:30:55.7618154",
"system": true,
"created": "2026-06-03T18:30:55.7618154",
"updated": "2026-06-03T18:30:55.7618154",
"priceChangeNotifiedUtc": "2026-06-03T18:30:55.7618154",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "d12SjoIjVEiiBCRfz5BpOQ==",
"hostIdentifierGuid": "8e925d77-2382-4854-a204-245fcf906939",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-06-03T18:30:55.7618154",
"updatedByUser": "sample string 18",
"offerID": 1,
"isPriceChangeCampaign": true,
"stores": [
1,
2
],
"storeNames": [
"sample string 1",
"sample string 2"
],
"campaignPlus": [
{
"$ref": "58"
},
{
"$ref": "58"
}
],
"campaignPools": [
{
"$id": "61",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 4,
"pluG_UID": "gTlBbM3I60KS7veqpnVs7A==",
"pluGuid": "6c413981-c8cd-42eb-92ee-f7aaa6756cec",
"hostOfferID": 1,
"priceGroupG_UID": "BWhgcIxRrkqseYXx+slPpQ==",
"priceGroupGuid": "70606805-518c-4aae-ac79-85f1fac94fa5",
"fuelItem": true,
"pluName": "sample string 6",
"apn": "sample string 7",
"pluActive": true,
"cartonQty": 1,
"baseUnits": 9.1,
"cri": "sample string 10",
"salesMode": 1,
"orderPacked": 11,
"pluaws": 12.0,
"directNumber": "sample string 13",
"departmentName": "sample string 14",
"subDepartmentName": "sample string 15",
"priceGroupName": "sample string 16",
"supplierName": "sample string 17",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-06-03T18:30:55.7618154",
"rrp": 18,
"campaignDescription": "sample string 19",
"product": {
"$ref": "20"
},
"campaign": {
"$ref": "60"
}
},
{
"$ref": "61"
}
],
"sellingRules": [
{
"$id": "62",
"id": 1,
"identifier": "Tkwctqz8d0yDtsUPXW55Qw==",
"identifierStr": "Tkwctqz8d0yDtsUPXW55Qw==",
"identifierGuid": "b61c4c4e-fcac-4c77-83b6-c50f5d6e7943",
"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": "60"
}
},
{
"$ref": "62"
}
],
"customers": [
{
"$id": "63",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"customerID": "39Qk+/fHHECvxNFnlmJXOQ==",
"customerIDGuid": "fb24d4df-c7f7-401c-afc4-d16796625739",
"campaign": {
"$ref": "60"
},
"customer": {
"$ref": "2"
}
},
{
"$ref": "63"
}
],
"customerGroups": [
{
"$id": "64",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupID": "M6DoGjTZNEWeitfzG7HV7A==",
"groupIDGuid": "1ae8a033-d934-4534-9e8a-d7f31bb1d5ec",
"campaign": {
"$ref": "60"
},
"group": {
"$id": "65",
"identifier": "7O5JdPWXd0+0mzoEHpvRCQ==",
"identifierGuid": "7449eeec-97f5-4f77-b49b-3a041e9bd109",
"name": "sample string 2",
"primaryContact": "qyFhVpnVP06ILmP+9X/ebQ==",
"primaryContactGuid": "566121ab-d599-4e3f-882e-63fef57fde6d",
"accountID": "QMTEJlwk2E6wSlkHEexyDQ==",
"accountIDGuid": "26c4c440-245c-4ed8-b04a-590711ec720d",
"special": true,
"updated": "2026-06-03T18:30:55.7618154",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "3BeA2T7TXk2qjqqz6mH4HQ==",
"priceLevelIdentifierGuid": "d98017dc-d33e-4d5e-aa8e-aab3ea61f81d",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "1"
},
"primaryContactCustomer": {
"$ref": "2"
},
"customerGroupMembers": [
{
"$id": "66",
"id": 1,
"groupID": "niyw9ozpTU2Z4sv/1t2QZA==",
"groupIDGuid": "f6b02c9e-e98c-4d4d-99e2-cbffd6dd9064",
"customerID": "5W6fpYs0eE234rd2RIRelQ==",
"customerIDGuid": "a59f6ee5-348b-4d78-b7e2-b77644845e95",
"card": "sample string 4",
"linkedAccount": "v/PUAERX5kmfMLGqSLNvag==",
"linkedAccountGuid": "00d4f3bf-5744-49e6-9f30-b1aa48b36f6a",
"customer": {
"$ref": "2"
},
"group": {
"$ref": "65"
},
"customerCard": {
"$ref": "3"
}
},
{
"$ref": "66"
}
]
}
},
{
"$ref": "64"
}
],
"signIqTickets": [
{
"$id": "67",
"identifier": "vr/o4IfHHEqnPUQXxREg0Q==",
"identifierGuid": "e0e8bfbe-c787-4a1c-a73d-4417c51120d1",
"campaignName": "sample string 2",
"message": "sample string 3",
"ticketFileSource": "sample string 4",
"ticketFileDestination": "sample string 5",
"storeID": 1
},
{
"$ref": "67"
}
],
"comboPriceGroups": [
{
"$id": "68",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"g_UID": "2G90c3Cjl0CPxDoAdH5cqw==",
"guid": "73746fd8-a370-4097-8fc4-3a00747e5cab",
"description": "sample string 5",
"newPrice": 1,
"rangeDescription": "sample string 6",
"dealDescription": "sample string 7",
"labelQuantity": 8,
"hostProductCategoryID": 1,
"offerID": 1,
"dontUpdatePricePlus": true,
"campaign": {
"$ref": "60"
},
"comboPricePlus": [
{
"$id": "69",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupG_UID": "3zssZhRRmU2JCzcqefDQHg==",
"groupGuid": "662c3bdf-5114-4d99-890b-372a79f0d01e",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "bC4nveFYSkylb0iWOv5m5Q==",
"pluGuid": "bd272e6c-58e1-4c4a-a56f-48963afe66e5",
"priceGroupG_UID": "LHvCESmmU0m64SXlD2/79A==",
"priceGroupGuid": "11c27b2c-a629-4953-bae1-25e50f6ffbf4",
"campaignPoolID": "sample string 7",
"quantity": 1,
"campaign": {
"$ref": "60"
},
"product": {
"$ref": "20"
},
"priceGroup": {
"$ref": "26"
},
"campaignPool": {
"$ref": "60"
}
},
{
"$ref": "69"
}
]
},
{
"$ref": "68"
}
],
"priceLevels": [
{
"$id": "70",
"id": 1,
"priceLevelIdentifier": "RXW8222QTU2sTGdHC/xG2w==",
"priceLevelIdentifierGuid": "dbbc7545-906d-4d4d-ac4c-67470bfc46db",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "70"
}
],
"promotionType": {
"$id": "71",
"identifier": "/zk9lfTutkSxKSV/rcDTdw==",
"identifierGuid": "953d39ff-eef4-44b6-b129-257fadc0d377",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "qEQluGwyr0etwx6fPDPEkg==",
"labelPageLayoutGuid": "b82544a8-326c-47af-adc3-1e9f3c33c492",
"priceLevelIdentifier": "t5J7yAQuwk6JVrQCiPjCjw==",
"priceLevelIdentifierGuid": "c87b92b7-2e04-4ec2-8956-b40288f8c28f",
"active": true,
"updated": "2026-06-03T18:30:55.7618154",
"hostName": "sample string 11"
}
},
"product": {
"$ref": "20"
},
"dealCost": {
"$id": "72",
"headerIdentifier": "rC4VG1PDqkKEgpIl0iKoFw==",
"headerIdentifierGuid": "1b152eac-c353-42aa-8482-9225d222a817",
"identifier": "aaTRsPesWkewP5Vxk7XHjw==",
"identifierGuid": "b0d1a469-acf7-475a-b03f-957193b5c78f",
"supplierIdentifier": "gTJS9XiWRkmWsDEumLP4pg==",
"supplierGuid": "f5523281-9678-4946-96b0-312e98b3f8a6",
"pluG_UID": "miS+iR//fUK8Z53NiYmPlQ==",
"pluGuid": "89be249a-ff1f-427d-bc67-9dcd89898f95",
"campaignName": "3789ee68-cbd1-4813-9265-0e7bb42173ab",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-06-03T18:30:55.7618154",
"end": "2026-06-03T18:30:55.7618154",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "Bu9eYalBSUCjBSIi3uNw4Q==",
"bonusItemPluGuid": "615eef06-41a9-4049-a305-2222dee370e1",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-06-03T18:30:55.7618154",
"metcashPromotionID": "sample string 14",
"fromHost": 15,
"storeNames": "sample string 16",
"storeIDs": [
1,
2
],
"supplierName": "sample string 17",
"campaignDescription": "sample string 18",
"newPrice": 1,
"campaignMetcashPromotionID": "sample string 19",
"campaignActive": true,
"campaignStartDate": "2026-06-03T18:30:55.7618154",
"campaignEndDate": "2026-06-03T18:30:55.7618154",
"masterPLUG_UID": "iTklh+A9zUiDnlA4wA9ixA==",
"masterID": "87253989-3de0-48cd-839e-5038c00f62c4",
"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": "IIWTJDwc7EitCZaNd2+c8g==",
"bonusMasterID": "24938520-1c3c-48ec-ad09-968d776f9cf2",
"bonusProductName": "sample string 34",
"bonusProductAPN": "sample string 35",
"bonusOrderCode": "sample string 36",
"bonusNormalSell": 37,
"bonusNormalCost": 38,
"bonusNormalCostDecimals": 39,
"bonusCartonQuantity": 40,
"bonusSalesMode": 41,
"bonusOrderPacked": 42,
"bonusFuelItem": true,
"bonusActive": true
}
},
"currentCostStart": "2026-06-03T18:30:55.7618154",
"dealCosts": [
{
"$ref": "72"
},
{
"$ref": "72"
}
],
"tags": [
{
"$id": "73",
"pluG_UID": "bFoujB/fnU66OPTnUPGtwA==",
"pluGuid": "8c2e5a6c-df1f-4e9d-ba38-f4e750f1adc0",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "73"
}
],
"alternateProductG_UID": "QK85psoGo0+3b9CMyXCi3g==",
"alternateProduct": "a639af40-06ca-4fa3-b76f-d08cc970a2de",
"altProduct": {
"$ref": "20"
},
"productHostCode": {
"$id": "74",
"id": 1,
"pluG_UID": "qtTXxJimnkKr2WzpxWuSkg==",
"pluGuid": "c4d7d4aa-a698-429e-abd9-6ce9c56b9292",
"ibaCode": "sample string 2"
},
"mscCat": {
"$ref": "54"
},
"mscCom": {
"$ref": "55"
},
"mscDep": {
"$ref": "57"
},
"mscSubCom": {
"$ref": "56"
},
"isUserUpdate": true,
"ignoreMasterProduct": true,
"priceGroupLabelRequested": true,
"firstSold": "2026-06-03T18:30:55.7618154",
"inventoryTracked": "2026-06-03T18:30:55.7618154",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "75",
"pluG_UID": "g2OGoVGWxU2AF2QPUqb7Ng==",
"pluGuid": "a1866383-9651-4dc5-8017-640f52a6fb36",
"fuelPluG_UID": "Ue3OznsMJkK01CnmfE1l4g==",
"fuelPluGuid": "ceceed51-0c7b-4226-b4d4-29e67c4d65e2",
"price": 3,
"productDescription": "sample string 4",
"productBarcode": "sample string 5",
"fuelProductDescription": "sample string 6",
"fuelProductBarcode": "sample string 7",
"fuelProductPrice": 8
},
"productFuelLinks": [
{
"$ref": "75"
},
{
"$ref": "75"
}
]
},
"supplier": {
"$ref": "15"
},
"serviceFee": {
"$id": "76",
"id": 1,
"description": "sample string 1",
"fee": 1
},
"isPrimaryHost": true,
"hostVendor": 48
},
{
"$ref": "18"
}
],
"orderCycleHeaders": [
{
"$id": "77",
"storeID": 1,
"supplierIdentifier": "fXbe1t4JR0WN1cI2JhmJQA==",
"supplierGuid": "d6de767d-09de-4547-8dd5-c23626198940",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"storeName": "sample string 5",
"departmentName": "sample string 6",
"orderDays": 7
},
{
"$ref": "77"
}
],
"cycles": [
{
"$id": "78",
"storeID": 1,
"supplierIdentifier": "DJ58++4fOkWQXP13bwxNkw==",
"supplierGuid": "fb7c9e0c-1fee-453a-905c-fd776f0c4d93",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"cutOffWeek": 5,
"cutOffDay": 6,
"cutOffTime": "00:00:00.1234567",
"leadTime": 7,
"daysBuffer": 8,
"supplierName": "sample string 9",
"cutOffDate": "2026-06-03T18:30:55.7618154",
"deliveryDate": "2026-06-03T18:30:55.7618154",
"nextCutOffDate": "2026-06-03T18:30:55.7618154",
"nextDeliveryDate": "2026-06-03T18:30:55.7618154",
"nextDaysBuffer": 10
},
{
"$ref": "78"
}
],
"store": {
"$ref": "9"
},
"updated": "2026-06-03T18:30:55.7618154",
"isHost": true
},
"files": [
{
"$id": "79",
"id": "sample string 1",
"fileName": "sample string 2",
"extension": "sample string 3",
"provider": 0,
"type": 0,
"hostType": "sample string 4",
"createdUtc": "2026-06-03T18:30:55.7618154",
"processed": "2026-06-03T18:30:55.7618154",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-06-03T18:30:55.7618154",
"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": "14"
},
"metcashHeader": {
"$id": "80",
"customerNumber": "sample string 1",
"creationDate": "2026-06-03T18:30:55.7618154",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "79"
}
],
"zoneMatrix": [
{
"$id": "81",
"id": 1,
"hostIdentifier": "Ld8S043ZSUCisbJ3bT3nAg==",
"hostIdentifierGuid": "d312df2d-d98d-4049-a2b1-b2776d3de702",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"50b4ef57-331c-43fc-8c3f-698e46948ce4",
"9bc768cc-8612-4f05-aca5-87e0e500561d"
]
},
{
"$ref": "81"
}
],
"hostFileStoreSetting": {
"$ref": "13"
},
"hostStoreSettings": [
{
"$ref": "13"
},
{
"$ref": "13"
}
],
"promotionPlacements": [
{
"$id": "82",
"identifier": "TJpMKcEZzEeEvizo1pPkZQ==",
"identifierGuid": "294c9a4c-19c1-47cc-84be-2ce8d693e465",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "82"
}
],
"promoTypeGuids": [
"b0acdab3-b2e2-4eff-a8a0-a3143884dcc8",
"b9117b88-2421-48b1-8097-b73ca8945442"
],
"isPromotionOnly": false,
"isOrderable": false,
"vendor": 0
},
"groupIDs": [
1,
2
],
"hostDescription": "sample string 27"
},
{
"$ref": "13"
}
],
"accounts": [
{
"$id": "83",
"id": 1,
"storeID": 1,
"accountName": "sample string 2",
"bsb": "sample string 3",
"accountNumber": "sample string 4",
"accountDesignated": true
},
{
"$ref": "83"
}
],
"sales": [
{
"$id": "84",
"id": 1,
"storeID": 1,
"externalSalesType": 2,
"ftpSiteID": 1,
"lastSaleProcessed": "2026-06-03T18:30:55.7618154",
"ftpSite": {
"$id": "85",
"id": 1,
"description": "sample string 2",
"address": "sample string 3",
"username": "sample string 4",
"password": "sample string 5",
"path": "sample string 7",
"protocol": 8
}
},
{
"$ref": "84"
}
],
"suppliedStores": [
1,
2
],
"zoneMatrix": [
{
"$ref": "81"
},
{
"$ref": "81"
}
],
"cashManagements": [
{
"$id": "86",
"id": 1,
"storeID": 1,
"cashManagementType": 2,
"apiID": 1,
"organisationID": "sample string 3",
"siteName": "sample string 4",
"thirdPartyAPI": {
"$id": "87",
"id": 1,
"description": "sample string 2",
"address": "sample string 3",
"username": "sample string 4",
"password": "sample string 5",
"passwordPlain": "sample string 6",
"token": "sample string 7",
"apiType": 8,
"apiSubType": 9,
"config": "sample string 10"
}
},
{
"$ref": "86"
}
],
"updateStoreID": "babb7380-7030-4a91-8e10-535c7b80e849",
"updateStore": {
"$id": "88",
"id": "064b6449-92aa-45e9-b2c0-ee0d6dcccabf",
"name": "sample string 1",
"lastActivity": "2026-06-03T18:30:55.7618154",
"zone": "sample string 2",
"timeZoneOffset": 0.0,
"businessHoursStart": "00:00:00.1234567",
"businessHoursEnd": "00:00:00.1234567",
"master": true,
"lastIP": "sample string 10",
"lastHostName": "sample string 11",
"ping": 1,
"pingStatus": "sample string 12",
"lastUpdateCompleted": "2026-06-03T18:30:55.7618154"
},
"timeZoneId": "sample string 54",
"securityOptions": {
"$id": "89",
"loginMode": 1,
"allowSelfVerification": true,
"verifierEmail": "sample string 3",
"source": "sample string 4",
"loginModeInherited": 5,
"loginModeSource": "sample string 6",
"selfVerifyInherited": true,
"selfVerifySource": "sample string 8",
"verifyEmailInherited": "sample string 9",
"verifyEmailSource": "sample string 10"
}
}
},
{
"$ref": "8"
}
]
},
"customer": {
"$ref": "2"
},
"communityOrganisation": {
"$id": "90",
"id": 1,
"identifier": "szPNZhGWb0eac0T+utWV8Q==",
"identifierGuid": "66cd33b3-9611-476f-9a73-44febad595f1",
"name": "sample string 3",
"lookupIdentifier": "sample string 4",
"externalID": "sample string 5",
"phone": "sample string 6",
"fax": "sample string 7",
"email": "sample string 8",
"address1": "sample string 9",
"address2": "sample string 10",
"city": "sample string 11",
"postCode": "sample string 12",
"state": "sample string 13",
"country": "sample string 14",
"abn": "sample string 15",
"promoPeriodStart": "2026-06-03T18:30:55.7618154",
"promoPeriodEnd": "2026-06-03T18:30:55.7618154",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-06-03T18:30:55.7618154",
"deleted": true
},
"details": [
{
"$id": "91",
"saleItemID": 1,
"identifier": "vB/lRIHZpU+TxCoTbpJfAw==",
"identifierGuid": "44e51fbc-d981-4fa5-93c4-2a136e925f03",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "DUW3L7HvbkySzj02ibQE5w==",
"pluGuid": "2fb7450d-efb1-4c6e-92ce-3d3689b404e7",
"accountID": "vMBC6NlHdkydrlTXjz6qxQ==",
"accountIDGuid": "e842c0bc-47d9-4c76-9dae-54d78f3eaac5",
"normalPrice": 3,
"originalSellingPrice": 4,
"discountPrice": 5,
"unit": 1,
"quantity": 6,
"totalCents": 7,
"fixedPrice": 1,
"tranType": 1,
"discountType": 1,
"cost": 1,
"costDecimals": 8,
"markdown": 1,
"manualQuantity": 1,
"manualPrice": 1,
"manualMode": 1,
"active": 1,
"offline": true,
"barcode": "sample string 9",
"keyedSale": 1,
"discountedID": 1,
"fuelID": 1,
"serialNumber": "sample string 10",
"bestOrExpire": "2026-06-03T18:30:55.7618154",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "qWI6YxVXpkqVScQNF9+Tnw==",
"refundGuid": "633a62a9-5715-4aa6-9549-c40d17df939f",
"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": "byg/VOqufUyENk/DfbRiHw==",
"idempotentVoidGuid": "543f286f-aeea-4c7d-8436-4fc37db4621f",
"priceLevelIdentifier": "l9GH2PZdpkW+qG01v4wUZQ==",
"priceLevelIdentifierGuid": "d887d197-5df6-45a6-bea8-6d35bf8c1465",
"communityIdentifier": "sV/AW5DB5UuUcjyv2uZpoQ==",
"communityIdentifierGuid": "5bc05fb1-c190-4be5-9472-3cafdae669a1",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "92",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-06-03T18:30:55.7618154",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "92"
}
],
"refund": {
"$id": "93",
"id": 1,
"g_UID": "cH9JsqeiXEuPvTUhiA4++Q==",
"guid": "b2497f70-a2a7-4b5c-8fbd-3521880e3ef9",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-06-03T18:30:55.7618154"
},
"modifier": {
"$id": "94",
"id": 1,
"setG_UID": "qIom3vYc6EykqVpGwlJyHA==",
"modifierSetGuid": "de268aa8-1cf6-4ce8-a4a9-5a46c252721c",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "XcGQscUmWEGCDOEnyTOB+A==",
"pluGuid": "b190c15d-26c5-4158-820c-e127c93381f8",
"deleted": true,
"g_UID": "h+2kKL7PD0++7lE8JybBJA==",
"guid": "28a4ed87-cfbe-4f0f-beee-513c2726c124",
"product": {
"$ref": "20"
}
},
"priceLevelName": "sample string 25",
"pumpNumber": 1,
"hoseNumber": 1
},
{
"$ref": "91"
}
],
"eftReceipts": [
{
"$id": "95",
"id": 1,
"storeID": 1,
"saleHeaderID": 2,
"storeSaleHeader": {
"$ref": "5"
},
"receipt": "sample string 3",
"processed": 1
},
{
"$ref": "95"
}
],
"payments": [
{
"$ref": "4"
},
{
"$ref": "4"
}
],
"cards": [
{
"$id": "96",
"id": 1,
"saleHeaderID": 1,
"identifier": "sample string 2",
"cardType": 3,
"providerName": "sample string 4"
},
{
"$ref": "96"
}
],
"campaignHits": [
{
"$id": "97",
"id": 1,
"saleHeaderID": 2,
"campaign": "sample string 3",
"name": "sample string 4",
"processed": 1,
"campaignDescription": "sample string 5"
},
{
"$ref": "97"
}
],
"fuel": [
{
"$id": "98",
"id": 1,
"plu": 1,
"pluG_UID": "Ojv26Hiyyku3ifEjN7rf6w==",
"pluGuid": "e8f63b3a-b278-4bca-b789-f12337badfeb",
"saleHeaderID": 2,
"totalCents": 3,
"grade": 1,
"gradeDescription": "sample string 4",
"dispenser": 1,
"hose": 1,
"quantity": 1,
"cost": 1,
"acquirerNum": 1,
"attendant": 1,
"ePurseBalance": 1.0,
"cardSignature": "sample string 5",
"compartmentNumber": 1,
"contractNumber": 1,
"discountCardPAN": "sample string 6",
"discountID": 1,
"discountName": "sample string 7",
"discountNetValue": 1.0,
"discountType": 1,
"discountValue": 1.0,
"discretionaryData": "sample string 8",
"driverID": "sample string 9",
"eftBatchNumber": 1,
"eftResponseCode": "sample string 10",
"endDateTime": "2026-06-03T18:30:55.7618154",
"engineHours": 1.1,
"fposNumber": 1,
"loyaltyCardPAN": "sample string 11",
"miscData1": 1,
"miscData2": "sample string 12",
"miscFlags": 1,
"mop": 1,
"odometer": 1,
"panNumber": "sample string 13",
"saleRefund": true,
"saleStatus": 1,
"sequenceNumber": 1,
"stan": 1,
"startDateTime": "2026-06-03T18:30:55.7618154",
"tagNumber": "sample string 15",
"trackTwoRem": "sample string 16",
"transCode": 1,
"transType": 1,
"unitPrice": 1.0,
"vehicleReg": "sample string 17",
"offline": true,
"processed": 1
},
{
"$ref": "98"
}
],
"fuelResells": [
{
"$id": "99",
"saleItemID": 1,
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "3AEm8i+2YU+IQ7iT/WOcaQ==",
"pluGuid": "f22601dc-b62f-4f61-8843-b893fd639c69",
"accountID": "tjfxiWEsUkqGpx+l9l87Yw==",
"accountIDGuid": "89f137b6-2c61-4a52-86a7-1fa5f65f3b63",
"normalPrice": 3,
"originalSellingPrice": 4,
"discountPrice": 5,
"unit": 1,
"quantity": 6,
"totalCents": 7,
"fixedPrice": 1,
"tranType": 1,
"processed": 1,
"discountType": 1,
"cost": 1,
"costDecimals": 1,
"markdown": 1,
"manualQuantity": 1,
"manualPrice": 1,
"manualMode": 1,
"active": 1,
"barcode": "sample string 8",
"offline": 1,
"keyedSale": 1,
"discountedID": 1,
"fuelID": 1,
"serialNumber": "sample string 9",
"bestOrExpire": "2026-06-03T18:30:55.7618154",
"bestOrExpireType": 1,
"refundG_UID": "Wdp/I0DVB0yo/DaNpFxYPQ==",
"refundGuid": "237fda59-d540-4c07-a8fc-368da45c583d",
"providerName": "sample string 10",
"campaign": "sample string 11",
"campaignType": 1,
"modifiedID": 1,
"omittedIngredient": 1,
"taxPercent": 1.0,
"taxAmount": 1.0,
"refundablePrice": 1.0,
"showDiscounts": true,
"orderPrinted": true,
"note": "sample string 14",
"modifierName": "sample string 15",
"modifierSetName": "sample string 16",
"totalValueWasScanned": true,
"sold": true,
"campaignPrice": true,
"scannedValue": 1,
"campaignName": "sample string 20",
"comboDiscount": 1
},
{
"$ref": "99"
}
],
"customerOrder": [
{
"$id": "100",
"identifier": "uxMfZkdMSk+mCA3UJVgvhw==",
"identifierGuid": "661f13bb-4c47-4f4a-a608-0dd425582f87",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "WVyqxoFW2UWlny+pEkgiTg==",
"customerIdentifierGuid": "c6aa5c59-5681-45d9-a59f-2fa91248224e",
"operatorNo": 1,
"operatorG_UID": "ZTduZO4av06yZCIZvstQJA==",
"operatorGuid": "646e3765-1aee-4ebf-b264-2219becb5024",
"created": "2026-06-03T18:30:55.7618154",
"ordered": "2026-06-03T18:30:55.7618154",
"started": "2026-06-03T18:30:55.7618154",
"completed": "2026-06-03T18:30:55.7618154",
"supplied": "2026-06-03T18:30:55.7618154",
"quickTicket": 1,
"deleted": true,
"walkAway": true,
"approxWait": 1,
"actualWait": 1,
"deliveryMethod": 8,
"externalSaleType": 9,
"customer": {
"$ref": "2"
},
"operator": {
"$ref": "7"
},
"details": [
{
"$id": "101",
"headerID": 1,
"plu": 1,
"pluG_UId": "giZxxaVCtUq7Ny1h7xGFBg==",
"pluGuid": "c5712682-42a5-4ab5-bb37-2d61ef118506",
"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": "XIdEiuRNhEClTUh00kCUXw==",
"headerIdentifierGuid": "8a44875c-4de4-4084-a54d-4874d240945f",
"product": {
"$ref": "20"
}
},
{
"$ref": "101"
}
],
"storeName": "sample string 11",
"customerName": "sample string 12",
"storeReplyTo": "sample string 13",
"storeSubjectLine": "sample string 14",
"storeSaleHeader": {
"$ref": "5"
}
},
{
"$ref": "100"
}
],
"surveyResponses": [
{
"$id": "102",
"surveyG_UID": "LsF9pGjaW0+rbZ0W8PrYcg==",
"surveyGuid": "a47dc12e-da68-4f5b-ab6d-9d16f0fad872",
"saleHeaderGuid": "0WAs2XjBiUispzgSo21Wew==",
"saleGuid": "d92c60d1-c178-4889-aca7-3812a36d567b",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "t9iEn2vovUy0D6wvL4Adkw==",
"guidResponse": "9f84d8b7-e86b-4cbd-b40f-ac2f2f801d93",
"whoAnswered": 2,
"answeredAtUTC": "2026-06-03T18:30:55.7618154",
"sale": {
"$ref": "5"
},
"survey": {
"$id": "103",
"g_UID": "gzPE6R/1KkefDbQAktzrTQ==",
"guid": "e9c43383-f51f-472a-9f0d-b40092dceb4d",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "fHpFn2tfZUOhCS/ToOwY5Q==",
"checkoutFormGuid": "9f457a7c-5f6b-4365-a109-2fd3a0ec18e5",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-06-03T18:30:55.7618154",
"end": "2026-06-03T18:30:55.7618154",
"deleted": true,
"updated": "2026-06-03T18:30:55.7618154",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"0aadd866-60fd-4ffd-9a44-52707b8868c2",
"abe9ff07-d351-49cd-8fb0-4a4dc0a59fc8"
],
"allowsAllTextResponses": true,
"surveyForm": {
"$ref": "39"
}
},
"ingressId": "sample string 4"
},
{
"$ref": "102"
}
],
"storeName": "sample string 39",
"terminalNumber": 40,
"machineName": "sample string 41",
"operatorName": "sample string 42",
"direction": 1,
"reason": "sample string 43",
"accountG_UID": "M5K37IE6NUG7MK2nMg5elg==",
"accountIdentifier": "ecb79233-3a81-4135-bb30-ada7320e5e96",
"accountName": "sample string 44",
"customerOrderIdentifier": "TgvBVIYxkUKmRPplaQ70zA==",
"customerOrderIdentifierGuid": "54c10b4e-3186-4291-a644-fa65690ef4cc",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "104",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "hbjJYiJRmEyKRzjyYoGCCg==",
"paymentIdentifierGuid": "62c9b885-5122-4c98-8a47-38f26281820a",
"identifier": "u7J2OcIh7kqt8wQuQgnGjQ==",
"identifierGuid": "3976b2bb-21c2-4aee-adf3-042e4209c68d",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "LrLA6h8XKkahYZDmOVLn/w==",
"itemIdentifierGuid": "eac0b22e-171f-462a-a161-90e63952e7ff"
}
},
{
"$ref": "4"
}
]
},
{
"$ref": "3"
}
],
"customerGroupMembers": [
{
"$ref": "66"
},
{
"$ref": "66"
}
],
"customerGroups": [
{
"$ref": "65"
},
{
"$ref": "65"
}
],
"accounts": [
{
"$ref": "1"
},
{
"$ref": "1"
}
],
"account": {
"$ref": "1"
},
"vouchers": [
{
"$id": "105",
"customerIdentifier": "u+Hi5NNZikSSLFRlAAazxg==",
"customerIdentifierGuid": "e4e2e1bb-59d3-448a-922c-54650006b3c6",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "d801RQ+6vUmPN932rZRQdA==",
"idempotentGuid": "4535cd77-ba0f-49bd-8f37-ddf6ad945074",
"offline": true,
"voucher": {
"$id": "106",
"id": 1,
"name": "sample string 2",
"description": "sample string 3",
"shortDescription": "sample string 4",
"url": "sample string 5",
"barcodeTemplateID": 1,
"expiry": 0,
"voucherType": 6,
"limitPerTransaction": 7,
"customerTracking": true,
"discountAccount": "sample string 9",
"endDate": "2026-06-03T18:30:55.7618154",
"barcodeTemplate": {
"$id": "107",
"templateID": 1,
"template": "sample string 1",
"bcFunction": "sample string 2",
"sortOrder": 3
},
"scaleLabel": {
"$id": "108",
"id": 1,
"uid": "sample string 2",
"name": "sample string 3",
"width": 1.1,
"height": 1.1,
"showBorder": true,
"borderWidth": 1.1,
"borderStyle": 1,
"borderColour": "sample string 5",
"updated": "2026-06-03T18:30:55.7618154",
"labelPageLayout": "H3apaZQhlkuwTNu9XoQesg==",
"pageLayoutGuid": "69a9761f-2194-4b96-b04c-dbbd5e841eb2",
"labelType": 6,
"oldName": "sample string 7",
"voucher": {
"$ref": "106"
},
"elements": [
{
"$id": "109",
"id": 1,
"scaleLabelID": 2,
"showPercentDI": true,
"showAvgPerHundred": true,
"showAvgPerServe": true,
"name": "sample string 6",
"x": 1.1,
"y": 1.1,
"width": 1.1,
"height": 1.1,
"type": 1,
"rotation": 1,
"text": "sample string 7",
"fontFamily": "sample string 8",
"align": 1,
"bold": true,
"italic": true,
"underline": true,
"strikeout": true,
"reverse": true,
"textColour": "sample string 9",
"fontSize": 1.1,
"picture": "QEA=",
"borderWidth": 10,
"sortOrder": 11,
"printOptions": 12,
"superScriptTextFontSize": 1.1,
"lineStyle": 1,
"spacingStyle": 1,
"interCharacterSpacing": 1.1,
"superScriptOffset": 1.1,
"lineSpacing": 1.1,
"dateFormat": "sample string 13",
"autoGrow": true,
"fontAutoResize": true,
"updated": "2026-06-03T18:30:55.7618154"
},
{
"$ref": "109"
}
]
},
"customerVouchers": [
{
"$id": "110",
"id": 1,
"customerIdentifier": "I7a8zY8+4EC+ka5zgSv7DQ==",
"customerIdentifierGuid": "cdbcb623-3e8f-40e0-be91-ae73812bfb0d",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-06-03T18:30:55.7618154",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "xZG9i6jmbkKWgusWINDZcw==",
"issuedIdempotentGuid": "8bbd91c5-e6a8-426e-9682-eb1620d0d973",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-06-03T18:30:55.7618154",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-06-03T18:30:55.7618154",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "ysIbkxPyXkm6SvcFRQbjIg==",
"redeemedIdempotentGuid": "931bc2ca-f213-495e-ba4a-f7054506e322",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-06-03T18:30:55.7618154",
"storeName": "sample string 17",
"scaleLabel": {
"$ref": "108"
},
"voucher": {
"$ref": "106"
},
"customer": {
"$ref": "2"
},
"issuedOfflinePayment": {
"$ref": "4"
},
"redeemedOfflinePayment": {
"$ref": "4"
}
},
{
"$ref": "110"
}
]
},
"customer": {
"$ref": "2"
}
},
{
"$ref": "105"
}
]
},
"card": {
"$ref": "3"
},
"members": {
"$id": "111",
"sample string 1": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"sample string 2": [
{
"$ref": "2"
},
{
"$ref": "2"
}
]
},
"customerGroups": [
{
"$ref": "65"
},
{
"$ref": "65"
}
]
}
application/xml
Sample not available.
text/xml
Sample not available.
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
globally unique identifierResponse Formats
application/json, text/json
"53181901-2bc5-462c-9cbe-245873072ece"
application/xml, text/xml
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">53181901-2bc5-462c-9cbe-245873072ece</guid>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
PK ۓ�\�JE� 5 xl/workbook.xml � (� ����0D�H��C��d�hҦH��,�!���p�t�vfg���j��r�-h��sM��ET��V���}1�u��J7o�ʳk���^h�za�h�������7��hy>fO��[�l�u��-�~S|��"
$���ν-hH���<<nuԤ@�Y�d)=����w�PK ۓ�\���� � [Content_Types].xml � (� ���J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
ۓ�\"��\' ' _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="R27e1a17d738d4a1f" /></Relationships>PK ۓ�\�|�% � xl/worksheets/sheet1.xml � (� �QMO�0�+��,��Bm'�i�� �кK�&�w��'IB��!�-?���T���}0�jX�
�Z�;�0qW¡�f�YD����<>JZ�V���b�'o�ԟ%��i�H�dѱ�/���8(�RA�1����0zT]�`���*㠩:ٓ{ᱯ�i
B6UF��ïX�1>�.)y�j(2V�����j���g4g�qC�����-�I{a�-���Xװ)W�]��?��uYnK����R^\ʅ&k���4�ˑ=Ei���F��6E%��7������%�'"F�~~��PK ۓ�\����� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞8nB>�i7l�-��ؙ�Q;��B�Ƃ#q,*A*�`��h~OO��|�Xoߦ������D�#�l;���S�*�n�{1� ��ٳ�b|:���s�4M�;���κ CL]�gTG쉯Ҵ�nɀ[&;\f��vݠ�٪�D&����&
��z
��<�"�T`���}&sUՈe!꼬+`�nj>\F�^�|!ӪZ�Ǭ�)O��2�/��K/���ڪU�2��y.�j��/6_PK ۓ�\Ѓc'2 E
xl/styles.xml � (� �S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v �F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}� ��LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK ۓ�\�S�� � xl/sharedStrings.xml � (� 5�An� E��fO�$N��E���= ����g\��/]t�������]���J#t
)�)�s���W=�b�4ť���<��6%aYo�p��D>��%u+QnO��q�Q�b��gSb&P��$Mj�����?7A^B��j;��ק�K���ݩ.G{q�� ���M{~PK- ۓ�\�JE� 5 xl/workbook.xmlPK- ۓ�\���� � [Content_Types].xmlPK-
ۓ�\"��\' ' V _rels/.relsPK- ۓ�\�|�% � � xl/worksheets/sheet1.xmlPK- ۓ�\����� P 9 xl/_rels/workbook.xml.relsPK- ۓ�\Ѓc'2 E
xl/styles.xmlPK- ۓ�\�S�� � � xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
PK ۓ�\�Mʥ� 5 xl/workbook.xml � (� ����0��&�C��ؠ 8q����[i�?ik��-%�x�3;��T�q�Θ��I���t����~D�d,��)Q�'3B�[ӿ��x�]�� �4ڏ�z���ay�?"5�(R��x �Z�=$�>�hlu��5�~SU��I
k�B J�sjz�ĕ2�\\�w\��9�s��wXŶ��PK ۓ�\���� � [Content_Types].xml � (� ���J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
ۓ�\�7@�' ' _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="Re499b839b3334a26" /></Relationships>PK ۓ�\�|�% � xl/worksheets/sheet1.xml � (� �QMO�0�+��,��Bm'�i�� �кK�&�w��'IB��!�-?���T���}0�jX�
�Z�;�0qW¡�f�YD����<>JZ�V���b�'o�ԟ%��i�H�dѱ�/���8(�RA�1����0zT]�`���*㠩:ٓ{ᱯ�i
B6UF��ïX�1>�.)y�j(2V�����j���g4g�qC�����-�I{a�-���Xװ)W�]��?��uYnK����R^\ʅ&k���4�ˑ=Ei���F��6E%��7������%�'"F�~~��PK ۓ�\�Ǔ�� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞�q~��
��8�8��ؑ�=�����ĂMW��==i���c�{[f��O��3���d����a���q�!N�qZ=�+�CX(�j�E�̮hbG[��S7�U���r�j�R\3����V�I�U�M�L_�;�1 9H7`�S���,R�<����$�nu�K�J �fj>�g�^�y"�UQȪ��b,ʨ�ʌ�a�\�tꔖ��k^4�ј���/j��/�_PK ۓ�\Ѓc'2 E
xl/styles.xml � (� �S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v �F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}� ��LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK ۓ�\�S�� � xl/sharedStrings.xml � (� 5�An� E��fO�$N��E���= ����g\��/]t�������]���J#t
)�)�s���W=�b�4ť���<��6%aYo�p��D>��%u+QnO��q�Q�b��gSb&P��$Mj�����?7A^B��j;��ק�K���ݩ.G{q�� ���M{~PK- ۓ�\�Mʥ� 5 xl/workbook.xmlPK- ۓ�\���� � � [Content_Types].xmlPK-
ۓ�\�7@�' ' U _rels/.relsPK- ۓ�\�|�% � � xl/worksheets/sheet1.xmlPK- ۓ�\�Ǔ�� P 8 xl/_rels/workbook.xml.relsPK- ۓ�\Ѓc'2 E
} xl/styles.xmlPK- ۓ�\�S�� � � xl/sharedStrings.xmlPK � �