POST api/deliOrder
Add/Update deli order
Request Information
URI Parameters
None.
Body Parameters
order to save
DeliOrderHeader| Name | Description | Type | Additional information |
|---|---|---|---|
| Identifier | Collection of byte |
None. |
|
| IdentifierGuid | globally unique identifier |
None. |
|
| ID | integer |
None. |
|
| OrderNo | integer |
None. |
|
| ExternalSaleIdentifier |
The external sale information of an integration so that pickup can be coordinated |
string |
None. |
| StoreID | integer |
None. |
|
| ZoneID | integer |
None. |
|
| DeptNo | integer |
None. |
|
| CustomerIdentifier | Collection of byte |
None. |
|
| CustomerIdentifierGuid | globally unique identifier |
None. |
|
| OperatorNo | integer |
None. |
|
| OperatorG_UID | Collection of byte |
None. |
|
| OperatorGuid | globally unique identifier |
None. |
|
| Created |
Time that the phone order was placed |
date |
None. |
| Ordered |
Date and time the order should be packed and assembled. |
date |
None. |
| Started |
Time that the picking was started for the phone order |
date |
None. |
| Completed |
Time that the picking was completed for the phone order |
date |
None. |
| Supplied |
Time that the customer or delivery provider was supplied with phone order |
date |
None. |
| QuickTicket | integer |
None. |
|
| Deleted | boolean |
None. |
|
| WalkAway | boolean |
None. |
|
| ApproxWait | integer |
None. |
|
| ActualWait | integer |
None. |
|
| DeliveryMethod |
How the phone order will be provided to the customer |
DeliveryMethod |
None. |
| ExternalSaleType |
Which provider the phone order has been imported through. (If None, it's manual) |
ExternalSalesType |
None. |
| Customer | Customer |
Relation. This field may not always be loaded or used for updates. |
|
| Operator | Operator |
Relation. This field may not always be loaded or used for updates. |
|
| Details | Collection of DeliOrderDetail |
Relation. This field may not always be loaded or used for updates. |
|
| StoreName | string |
Relation. This field may not always be loaded or used for updates. |
|
| CustomerName | string |
Relation. This field may not always be loaded or used for updates. |
|
| StoreReplyTo | string |
Relation. This field may not always be loaded or used for updates. |
|
| StoreSubjectLine | string |
Relation. This field may not always be loaded or used for updates. |
|
| StoreSaleHeader |
POS Transaction (related via StoreSaleHeader.CustomerOrderIdentifier) |
StoreSaleHeader |
Relation. This field may not always be loaded or used for updates. |
Request Formats
application/json, text/json
{
"identifier": "d91jWHCNs0idPKYnqleLaw==",
"identifierGuid": "5863dd77-8d70-48b3-9d3c-a627aa578b6b",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "AFpMQ9l/ME6tiFMOqWcYlw==",
"customerIdentifierGuid": "434c5a00-7fd9-4e30-ad88-530ea9671897",
"operatorNo": 1,
"operatorG_UID": "Mz5/V6Fro02kzJlva/dc0Q==",
"operatorGuid": "577f3e33-6ba1-4da3-a4cc-996f6bf75cd1",
"created": "2026-06-03T18:30:34.5582915",
"ordered": "2026-06-03T18:30:34.5582915",
"started": "2026-06-03T18:30:34.5582915",
"completed": "2026-06-03T18:30:34.5582915",
"supplied": "2026-06-03T18:30:34.5582915",
"quickTicket": 1,
"deleted": true,
"walkAway": true,
"approxWait": 1,
"actualWait": 1,
"deliveryMethod": 8,
"externalSaleType": 9,
"customer": {
"$id": "2",
"identifier": "h/9NWeJDKk+R5KniEUEQlg==",
"identifierGuid": "594dff87-43e2-4f2a-91e4-a9e211411096",
"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:34.5582915",
"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": "HhMAs1tqhEeBXh3bul0jOA==",
"communityIdentifierGuid": "b300131e-6a5b-4784-815e-1ddbba5d2338",
"joined": "2026-06-03T18:30:34.5582915",
"updated": "2026-06-03T18:30:34.5582915",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "h8PJvJzQYk+WYLHAupUcNQ==",
"priceLevelIdentifierGuid": "bcc9c387-d09c-4f62-9660-b1c0ba951c35",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-06-03T18:30:34.5582915",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "3",
"cardType": 2,
"issueDate": "2026-06-03T18:30:34.5582915",
"expiry": "2026-06-03T18:30:34.5582915",
"customerID": "wrEGE9yBFEu6DOxO4Z2Obw==",
"customerIDGuid": "1306b1c2-81dc-4b14-ba0c-ec4ee19d8e6f",
"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:34.5582915",
"linkedAccount": "0RjJJJF9g0eJBhE/SXCjYQ==",
"linkedAccountGuid": "24c918d1-7d91-4783-8906-113f4970a361",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "2"
},
"account": {
"$id": "4",
"id": 1,
"identifier": "hBltUs6y3ESCV6BxQgelgg==",
"identifierGuid": "526d1984-b2ce-44dc-8257-a0714207a582",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-06-03T18:30:34.5582915",
"owner": "I8/fPO5nJ0+EL8fVSHl5dg==",
"ownerGuid": "3cdfcf23-67ee-4f27-842f-c7d548797976",
"accountStoreGroupIdentifier": "C1Aa6OoV9Um4TWlcjaxoyw==",
"accountStoreGroupGuid": "e81a500b-15ea-49f5-b84d-695c8dac68cb",
"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:34.5582915",
"active": true,
"updated": "2026-06-03T18:30:34.5582915",
"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": "3"
},
"members": {
"$id": "5",
"sample string 1": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"sample string 2": [
{
"$ref": "2"
},
{
"$ref": "2"
}
]
},
"customerGroups": [
{
"$id": "6",
"identifier": "fQtrfRXjFEOWcrqKfoXxuA==",
"identifierGuid": "7d6b0b7d-e315-4314-9672-ba8a7e85f1b8",
"name": "sample string 2",
"primaryContact": "4BjjojFDuk2lwFWpo2DeVA==",
"primaryContactGuid": "a2e318e0-4331-4dba-a5c0-55a9a360de54",
"accountID": "mZ5wjVAC6E+r7BwBkZYgfA==",
"accountIDGuid": "8d709e99-0250-4fe8-abec-1c019196207c",
"special": true,
"updated": "2026-06-03T18:30:34.5582915",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "49j3Jr2ws0+NUUf+yBrm1g==",
"priceLevelIdentifierGuid": "26f7d8e3-b0bd-4fb3-8d51-47fec81ae6d6",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "4"
},
"primaryContactCustomer": {
"$ref": "2"
},
"customerGroupMembers": [
{
"$id": "7",
"id": 1,
"groupID": "YN35BqejJ0SEof7L49uDQQ==",
"groupIDGuid": "06f9dd60-a3a7-4427-84a1-fecbe3db8341",
"customerID": "pU2PLveAJESMWQXVZ2pE7A==",
"customerIDGuid": "2e8f4da5-80f7-4424-8c59-05d5676a44ec",
"card": "sample string 4",
"linkedAccount": "GWPoPOeaM0CTeMqpVrXkxw==",
"linkedAccountGuid": "3ce86319-9ae7-4033-9378-caa956b5e4c7",
"customer": {
"$ref": "2"
},
"group": {
"$ref": "6"
},
"customerCard": {
"$ref": "3"
}
},
{
"$ref": "7"
}
]
},
{
"$ref": "6"
}
]
},
"payments": [
{
"$id": "8",
"id": 1,
"identifier": "aDOvZ/5dT0SxKJadvg4B0A==",
"identifierGuid": "67af3368-5dfe-444f-b128-969dbe0e01d0",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "TcM1twSoqkyt02Fs8+cBEA==",
"accountIDGuid": "b735c34d-a804-4caa-add3-616cf3e70110",
"customerAccount": {
"$ref": "4"
},
"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:34.5582915",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "1F1rjpe75UOGn+yfKGz3Rg==",
"idempotentVoidGuid": "8e6b5dd4-bb97-43e5-869f-ec9f286cf746",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "9",
"saleHeaderID": 1,
"saleHeaderGuid": "11P4BtzkbEaiC70BUVvWVw==",
"saleHeaderIdentifierGuid": "06f853d7-e4dc-466c-a20b-bd01515bd657",
"created": "2026-06-03T18:30:34.5582915",
"createdLocal": "2026-06-03T18:30:34.5582915",
"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:34.5582915",
"storeID": 1,
"operatorG_Uid": "Wcol2vketkWaPtyUl1EwUw==",
"operatorGuid": "da25ca59-1ef9-45b6-9a3e-dc9497513053",
"customerG_Uid": "iDwHbpdHZEC0uapaIpApjw==",
"customerGuid": "6e073c88-4797-4064-b4b9-aa5a2290298f",
"communityIdentifier": "qOgqxsBm0EmmJcYRszEvKw==",
"communityIdentifierGuid": "c62ae8a8-66c0-49d0-a625-c611b3312f2b",
"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": "/txvlnk/jEmyVlnQJSYOAw==",
"priceLevelIdentifierGuid": "966fdcfe-3f79-498c-b256-59d025260e03",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-06-03T18:30:34.5582915+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": "10",
"customerName": "sample string 1",
"pickupAt": "2026-06-03T18:30:34.5582915",
"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": "11",
"id": 1,
"g_Uid": "KggfcJpa+0eC6pXydPRxXg==",
"guid": "701f082a-5a9a-47fb-82ea-95f274f4715e",
"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:34.5582915",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-06-03T18:30:34.5582915",
"endShift": "2026-06-03T18:30:34.5582915",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "12",
"operatorG_UID": "Y6Haejepj0+JrHtviF7U6w==",
"operatorGuid": "7adaa163-a937-4f8f-89ac-7b6f885ed4eb",
"storeID": 2,
"operator": {
"$ref": "11"
},
"store": {
"$id": "13",
"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:34.5582915",
"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": "lj4wNVOhd0WiNB9jU1jJRQ==",
"hostIdentifierGuid": "35303e96-a153-4577-a234-1f635358c945",
"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:34.5582915",
"priceZone": {
"$id": "14",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "MlRbY6rJe0GskCiQm6/EfA==",
"hostIdentifierGuid": "635b5432-c9aa-417b-ac90-28909bafc47c",
"sortOrder": 3,
"zoneMasterStoreID": 1,
"electedMasterStoreID": 1,
"containsElectedMasterStore": true
},
"priceZoneName": "sample string 51",
"storeFuelConfigured": true,
"shippingAddressCopied": true,
"shippingAddress": {
"$id": "15",
"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": "15"
},
"warehouseStore": {
"$id": "16",
"storeID": 1,
"warehouseStoreID": 2,
"storeName": "sample string 3",
"warehouseName": "sample string 4"
},
"hostStoreSettings": [
{
"$id": "17",
"id": 1,
"hostIdentifier": "so81kqYQ4EWFl/q9YV4s/Q==",
"hostIdentifierGuid": "92358fb2-10a6-45e0-8597-fabd615e2cfd",
"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": "18",
"identifier": "xtDuuGQHU0+E/GWjU2r1rw==",
"identifierGuid": "b8eed0c6-0764-4f53-84fc-65a3536af5af",
"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": "Bq13uxv4QkSIfIxZNg4wMw==",
"hostSupplierIdentifierGuid": "bb77ad06-f81b-4442-887c-8c59360e3033",
"loyaltyPriceLevelIdentifier": "qCMJ6tUHE0mde4u8zgGBBg==",
"loyaltyPriceLevelIdentifierGuid": "ea0923a8-07d5-4913-9d7b-8bbcce018106",
"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:34.5582915",
"lastProcessed": "2026-06-03T18:30:34.5582915",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$id": "19",
"identifier": "pLtxkJy2bUSIf9g9rB7RQA==",
"identifierGuid": "9071bba4-b69c-446d-887f-d83dac1ed140",
"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": "YUk37Qf930GRfUK737dFiA==",
"primaryContactID": "ed374961-fd07-41df-917d-42bbdfb74588",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "dChnK762mk6AjB4+brm2KQ==",
"supplierGroupGuid": "2b672874-b6be-4e9a-808c-1e3e6eb9b629",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-06-03T18:30:34.5582915",
"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": "20",
"id": "320dc661-fd64-407f-91c2-e49cc2368d7f",
"identifier": "B6OFME1SZ0m5OO+zTxwIyQ==",
"identifierGuid": "3085a307-524d-4967-b938-efb34f1c08c9",
"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": "21",
"supplierIdentifier": "VTJIUGKIyEeKvR0EW8N+AA==",
"supplierIdentifierGuid": "50483255-8862-47c8-8abd-1d045bc37e00",
"contactGuid": "x0wvxKXHY0mW+paLXpz/Gg==",
"contactID": "c42f4cc7-c7a5-4963-96fa-968b5e9cff1a",
"contact": {
"$ref": "20"
},
"supplier": {
"$ref": "19"
}
},
{
"$ref": "21"
}
],
"products": [
{
"$id": "22",
"pluG_UID": "EfClSlUudEK1tojuLDxo2A==",
"pluGuid": "4aa5f011-2e55-4274-b5b6-88ee2c3c68d8",
"supplierIdentifier": "P2nIASaprEORsmkX1dn8Aw==",
"supplierIdentifierGuid": "01c8693f-a926-43ac-91b2-6917d5d9fc03",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-06-03T18:30:34.5582915",
"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:34.5582915",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "23",
"pluG_UID": "ghfWD5ZDAEipQltpK5v21g==",
"pluGuid": "0fd61782-4396-4800-a942-5b692b9bf6d6",
"supplierIdentifier": "Uy2xgAkSRE6B1URo6aLJCQ==",
"supplierIdentifierGuid": "80b12d53-1209-4e44-81d5-4468e9a2c909",
"invoiceCode": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "23"
}
],
"storeIDs": [
1,
2
],
"preferredSupplier": true,
"preferredRebateSupplier": true,
"supplierName": "sample string 42",
"salesMode": 43,
"orderPacked": true,
"active": true,
"price": 1,
"costGstPercent": 45,
"parentPluG_UID": "SHIVdViQz0KFViZs1BvaYg==",
"parentPluGuid": "75157248-9058-42cf-8556-266cd41bda62",
"freight": 46.0,
"freightType": 1,
"product": {
"$id": "24",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "VvsKTNgDXEeQkp4vQ4fT7Q==",
"guid": "4c0afb56-03d8-475c-9092-9e2f4387d3ed",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "kehy1aY9JEOMIkZS2iJLdA==",
"priceGroupGuid": "d572e891-3da6-4324-8c22-4652da224b74",
"blueprintID": 1,
"lastCountedDate": "2026-06-03T18:30:34.5582915",
"externalID": "sample string 7",
"active": true,
"activated": "2026-06-03T18:30:34.5582915",
"pluCreated": "2026-06-03T18:30:34.5582915",
"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:34.5582915",
"lastManualUpdate": "2026-06-03T18:30:34.5582915",
"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:34.5582915",
"currentCostUpdated": "2026-06-03T18:30:34.5582915",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-06-03T18:30:34.5582915",
"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:34.5582915",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "LS5By9jle0GqzgNC9Ge6Hw==",
"altPLUGuid": "cb412e2d-e5d8-417b-aace-0342f467ba1f",
"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:34.5582915",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "pJ2Smhw950+PLSo2A2raSg==",
"shelfPageLayoutGuid": "9a929da4-3d1c-4fe7-8f2d-2a36036ada4a",
"talkerPageLayoutG_UID": "s9RWONuFCUaie6kcIcBDXg==",
"talkerPageLayoutGuid": "3856d4b3-85db-4609-a27b-a91c21c0435e",
"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": "s5bnDOJ32UG4pnBCWmCUrA==",
"inventoryIdentifier": "0ce796b3-77e2-41d9-b8a6-70425a6094ac",
"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": "jTFfFb+O206MFS7GgJkiMA==",
"parentPluGuid": "155f318d-8ebf-4edb-8c15-2ec680992230",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "ejNRwybjJ0Oj3kINQiGRgg==",
"supplierIdentifierGuid": "c351337a-e326-4327-a3de-420d42219182",
"supplierChanged": true,
"rebateSupplierIdentifier": "rOS8CTAL3EqntlflBpGkQQ==",
"rebateSupplierIdentifierGuid": "09bce4ac-0b30-4adc-a7b6-57e50691a441",
"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:34.5582915",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "JuRq2QIXqUW6e5psZeps9g==",
"hostIdentifierGuid": "d96ae426-1702-45a9-ba7b-9a6c65ea6cf6",
"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": "24"
},
{
"$ref": "24"
}
],
"store": {
"$ref": "13"
},
"storePrices": [
{
"$id": "25",
"pluG_UID": "j1l20oT9Ek+IPsNHf7Bx4A==",
"pluGuid": "d276598f-fd84-4f12-883e-c3477fb071e0",
"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:34.5582915"
},
{
"$ref": "25"
}
],
"currentPrices": {
"$id": "26",
"pluPrices": {
"$id": "27",
"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:34.5582915",
"priceChangeType": 0,
"costDecimals": 11,
"costCalcMethod": 12,
"targetCampaignPriceGtOrEquNormal": true
},
"normalPluPrices": {
"$ref": "27"
},
"winningCampaign": 1,
"winner": {
"$id": "28",
"campaignName": "sample string 1",
"campaignDescription": "sample string 2",
"talkerText": "sample string 3",
"disableWasSave": true,
"startDate": "2026-06-03T18:30:34.5582915",
"startTime": 5,
"endDate": "2026-06-03T18:30:34.5582915",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "vVgBGY6EP0C2oQBWHz+Arg==",
"hostIdentifierGuid": "190158bd-848e-403f-b6a1-00561f3f80ae",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "28"
},
{
"$ref": "28"
}
]
},
"tray": {
"$id": "29",
"g_UId": "zFy9MsoSU0eHP3H1Y6XP+Q==",
"guid": "32bd5ccc-12ca-4753-873f-71f563a5cff9",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "30",
"priceGroupG_UID": "li0i1wRMcEqt88j/hzyRQQ==",
"priceGroupGuid": "d7222d96-4c04-4a70-adf3-c8ff873c9141",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-06-03T18:30:34.5582915",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "24"
},
{
"$ref": "24"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "31",
"pluG_UID": "UzXmc7LVl0SJ8hrE/yjkVw==",
"pluGuid": "73e63553-d5b2-4497-89f2-1ac4ff28e457",
"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": "32",
"pluGuid": "09178415-4bda-4935-a66e-75f87a4355f1",
"created": "2026-06-03T18:30:34.5582915",
"createdByUser": "sample string 1",
"activated": "2026-06-03T18:30:34.5582915",
"activatedByUser": "sample string 2",
"deactivated": "2026-06-03T18:30:34.5582915",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-06-03T18:30:34.5582915",
"lastOrderedQty": 4.0,
"lastReceived": "2026-06-03T18:30:34.5582915",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-06-03T18:30:34.5582915",
"lastSold": "2026-06-03T18:30:34.5582915",
"firstSold": "2026-06-03T18:30:34.5582915",
"awsUpdated": "2026-06-03T18:30:34.5582915",
"lastManualUpdate": "2026-06-03T18:30:34.5582915",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-06-03T18:30:34.5582915",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-06-03T18:30:34.5582915",
"doNotRangeUpdated": "2026-06-03T18:30:34.5582915",
"doNotOrderUpdated": "2026-06-03T18:30:34.5582915",
"tracked": "2026-06-03T18:30:34.5582915"
},
"allergens": [
{
"$id": "33",
"primaryKey": {
"$id": "34",
"pluGuid": "76b32de3-f430-4280-b639-060dd5adcf1b",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "4y2zdjD0gEK2OQYN1a3PGw==",
"pluGuid": "76b32de3-f430-4280-b639-060dd5adcf1b",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "33"
}
],
"costs": {
"$id": "35",
"pluG_UID": "8Un0KKIOQUS5HqhCKBPFOA==",
"pluGuid": "28f449f1-0ea2-4441-b91e-a8422813c538",
"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:34.5582915",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "36",
"saleHeaderID": 1,
"created": "2026-06-03T18:30:34.5582915",
"createdLocal": "2026-06-03T18:30:34.5582915",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "CXZ9flP9xk6O0c7DCZbFCA==",
"operatorGuid": "7e7d7609-fd53-4ec6-8ed1-cec30996c508",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "kI5XjpDL5UWrCBS5CdHxkg==",
"pluGuid": "8e578e90-cb90-45e5-ab08-14b909d1f192",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$ref": "11"
}
},
{
"$ref": "36"
}
],
"apns": [
{
"$id": "37",
"pluID": 1,
"pluG_UID": "d0n1qMaaIUykfqPPa+vwQQ==",
"pluGuid": "a8f54977-9ac6-4c21-a47e-a3cf6bebf041",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "37"
}
],
"tuns": [
{
"$id": "38",
"pluG_UId": "oE3z5FfF9kWblCtLaIzALQ==",
"pluGuid": "e4f34da0-c557-45f6-9b94-2b4b688cc02d",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "24"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "38"
}
],
"competitionPricing": [
{
"$id": "39",
"identifier": "X9kk262xiU+eUTpxFoIHqw==",
"identifierGuid": "db24d95f-b1ad-4f89-9e51-3a71168207ab",
"pluG_UID": "6xgsc5UmNk6czZIT6wI9Uw==",
"pluGuid": "732c18eb-2695-4e36-9ccd-9213eb023d53",
"competitionID": 1,
"name": "sample string 2",
"sellMultiple": 3,
"retailPrice": 4,
"storeName": "sample string 5"
},
{
"$ref": "39"
}
],
"supplier": {
"$ref": "19"
},
"supplierName": "sample string 148",
"children": [
{
"$ref": "24"
},
{
"$ref": "24"
}
],
"ordering": {
"$ref": "22"
},
"flipChartPages": [
{
"$id": "40",
"identifier": "YZ+M4adfzU6FZNRzBQBgwg==",
"groupName": "sample string 1",
"identifierGuid": "e18c9f61-5fa7-4ecd-8564-d473050060c2",
"exists": true,
"flipChartIdentifier": "hK3ZmHAzR0SqwrqGogTnnQ==",
"flipChartIdentifierGuid": "98d9ad84-3370-4447-aac2-ba86a204e79d",
"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": "dZSiuciJtUqpb/s8hScaJw==",
"groupIdentifierGuid": "b9a29475-89c8-4ab5-a96f-fb3c85271a27",
"flipChart": {
"$id": "41",
"identifier": "xkhC8ry4c0yb0QZV2dXQpQ==",
"identifierGuid": "f24248c6-b8bc-4c73-9bd1-0655d9d5d0a5",
"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": "42",
"identifier": "D/qKPQapgUSPyJPZzm1kBg==",
"identifierGuid": "3d8afa0f-a906-4481-8fc8-93d9ce6d6406",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "43",
"id": 1,
"g_UID": "fjIYO4tYrUWBeaC1SubaxA==",
"guid": "3b18327e-588b-45ad-8179-a0b54ae6dac4",
"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": "6tz1X36/gUeWf5HbUGfTQg==",
"previousFormGuid": "5ff5dcea-bf7e-4781-967f-91db5067d342",
"nextForm": 1,
"nextFormG_UID": "+bYZBYTvAk6AOFSH6Re6XA==",
"nextFormGuid": "0519b6f9-ef84-4e02-8038-5487e917ba5c",
"attributes": "sample string 10",
"updated": "2026-06-03T18:30:34.5582915",
"positioning": 1,
"contentPanel": "sample string 11",
"selectionMode": 1,
"maximumSelections": 1,
"alteredInStore": true,
"deleted": true,
"blueprintID": 1,
"preserveLayout": true,
"mainCheckoutFormName": "sample string 13",
"nextCheckoutForm": {
"$ref": "43"
},
"previousCheckoutForm": {
"$ref": "43"
},
"buttons": [
{
"$id": "44",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "B72D61vcrUmZ1cHJpCBC/Q==",
"checkoutFormGuid": "eb83bd07-dc5b-49ad-99d5-c1c9a42042fd",
"identifier": "fHBQDz+MeE2GXuOOUFuJ4Q==",
"identifierGuid": "0f50707c-8c3f-4d78-865e-e38e505b89e1",
"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": "wptYZW4lEUm7EYHCgxpy6A==",
"valueGuid": "65589bc2-256e-4911-bb11-81c2831a72e8",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-06-03T18:30:34.5582915",
"action": "sample string 12",
"valueForm": {
"$ref": "43"
},
"image": {
"$id": "45",
"name": "sample string 3.sample string 4",
"imageID": 2,
"imageName": "sample string 3",
"imageExtension": "sample string 4",
"lastUpdate": "2026-06-03T18:30:34.5582915",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "44"
}
],
"panels": [
{
"$id": "46",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "wy9euYa7MUmly99RaDyGaA==",
"checkoutFormGuid": "b95e2fc3-bb86-4931-a5cb-df51683c8668",
"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": "46"
}
]
},
{
"$ref": "43"
}
],
"panels": [
{
"$ref": "46"
},
{
"$ref": "46"
}
]
},
"pages": [
{
"$ref": "40"
},
{
"$ref": "40"
}
]
},
"contentPanel": {
"$ref": "46"
},
"products": [
{
"$id": "47",
"flipChartPageIdentifier": "Wapp7k5+DECAn1+RDn/flg==",
"flipChartPageIdentifierGuid": "ee69aa59-7e4e-400c-809f-5f910e7fdf96",
"pluG_UID": "FuOaTL45Y0KuJPTh5lUDKA==",
"pluGuid": "4c9ae316-39be-4263-ae24-f4e1e6550328",
"sortOrder": 3,
"sent": true,
"productChanged": true,
"productImageName": "sample string 6",
"productShowImageOnFlipCharts": true,
"productShowTextOnFlipCharts": true,
"productOverrideFlipChartText": true,
"productFlipChartText": "sample string 10",
"product": {
"$ref": "24"
},
"departmentSortOrder": 11,
"subDepartmentName": "sample string 12"
},
{
"$ref": "47"
}
],
"productCount": 27,
"pages": [
{
"$ref": "40"
},
{
"$ref": "40"
}
]
},
{
"$ref": "40"
}
],
"priceHistory": [
{
"$id": "48",
"pluG_UID": "SLMdoPDl/0CgtFw4LkCT/w==",
"pluGuid": "a01db348-e5f0-40ff-a0b4-5c382e4093ff",
"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:34.5582915",
"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": "48"
}
],
"ingredients": [
{
"$id": "49",
"pluG_UID": "ry04BVKY60qpW2dcOG0PnQ==",
"ingredientGuid": "yhx9H1FSWEGjSqDmKuDOYg==",
"ingredientIdentifier": "1f7d1cca-5251-4158-a34a-a0e62ae0ce62",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "24"
}
},
{
"$ref": "49"
}
],
"bins": [
{
"$id": "50",
"pluG_UID": "eA910eLeW0m/CTNwjeoMnw==",
"pluGuid": "d1750f78-dee2-495b-bf09-33708dea0c9f",
"shelfLocationIdentifier": "lwO4gVglR0CJo3DiWMyWBw==",
"shelfLocationGuid": "81b80397-2558-4047-89a3-70e258cc9607",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "LNd+OOlM0UWXSQ2ZMkqimg==",
"labelPageLayoutGuid": "387ed72c-4ce9-45d1-9749-0d99324aa29a",
"updated": "2026-06-03T18:30:34.5582915",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "24"
},
"location": {
"$id": "51",
"identifier": "VXKFqLIwtE2JAx3Jf2yaXA==",
"storeID": 1,
"identifierGuid": "a8857255-30b2-4db4-8903-1dc97f6c9a5c",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-06-03T18:30:34.5582915",
"minTemp": 1,
"maxTemp": 1,
"checkFrequency": 1,
"storeCaseConfiguration": 5,
"storeName": "sample string 6",
"bins": [
{
"$ref": "50"
},
{
"$ref": "50"
}
]
}
},
{
"$ref": "50"
}
],
"bin": {
"$ref": "50"
},
"scaleLocations": [
{
"$id": "52",
"plu": 1,
"pluG_UID": "TxCjcD9lM0e+gZ/g5vljGg==",
"pluGuid": "70a3104f-653f-4733-be81-9fe0e6f9631a",
"deptNo": 1,
"product": {
"$ref": "24"
},
"scaleLocation": {
"$id": "53",
"id": 1,
"deptNo": 1,
"deptCode": "sample string 2",
"name": "sample string 3",
"enabled": true,
"updated": "2026-06-03T18:30:34.5582915",
"department": {
"$id": "54",
"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": "53"
},
"subDepartments": [
{
"$id": "55",
"id": 1,
"departmentID": 2,
"name": "sample string 3",
"code": "sample string 4",
"departmentCode": "sample string 5",
"externalSales": true,
"minorDepartments": [
{
"$id": "56",
"id": 1,
"subDepartmentID": 2,
"departmentID": 3,
"name": "sample string 4",
"subDepartmentCode": "sample string 5",
"departmentCode": "sample string 6",
"code": "sample string 7",
"lesserDepartments": [
{
"$id": "57",
"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:34.5582915",
"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": "teXk4Yyf0U62gciqe4I5fw==",
"labelPageLayoutGuid": "e1e4e5b5-9f8c-4ed1-b681-c8aa7b82397f",
"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": "58",
"dept": 1,
"category": 2,
"name": "sample string 3",
"active": true,
"mscCommodities": [
{
"$id": "59",
"dept": 1,
"category": 2,
"commodity": 3,
"name": "sample string 4",
"active": true,
"mscSubCommodities": [
{
"$id": "60",
"dept": 1,
"category": 2,
"commodity": 3,
"subCommodity": 4,
"name": "sample string 5",
"active": true,
"subCommodityCode": "sample string 7"
},
{
"$ref": "60"
}
],
"commodityCode": "sample string 6"
},
{
"$ref": "59"
}
],
"categoryCode": "sample string 5"
},
"mscCom": {
"$ref": "59"
},
"mscDep": {
"$id": "61",
"dept": 1,
"name": "sample string 2",
"active": true,
"mscCategories": [
{
"$ref": "58"
},
{
"$ref": "58"
}
],
"deptCode": "sample string 4"
},
"mscSubCom": {
"$ref": "60"
}
},
{
"$ref": "57"
}
],
"updated": "2026-06-03T18:30:34.5582915",
"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": "hg3/t0iazEyo8t2KbPNZ9g==",
"labelPageLayoutGuid": "b7ff0d86-9a48-4ccc-a8f2-dd8a6cf359f6",
"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": "58"
},
"mscCom": {
"$ref": "59"
},
"mscDep": {
"$ref": "61"
},
"mscSubCom": {
"$ref": "60"
}
},
{
"$ref": "56"
}
],
"investmentBuyOverride": true,
"updated": "2026-06-03T18:30:34.5582915",
"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": "77e9akvKT0mFcTof5/8dOw==",
"labelPageLayoutGuid": "6abdb7ef-ca4b-494f-8571-3a1fe7ff1d3b",
"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": "58"
},
"mscCom": {
"$ref": "59"
},
"mscDep": {
"$ref": "61"
},
"mscSubCom": {
"$ref": "60"
}
},
{
"$ref": "55"
}
],
"stores": [
1,
2
],
"investmentBuyOverride": true,
"updated": "2026-06-03T18:30:34.5582915",
"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": "j8wRi00/HEiEihFNRY4FrA==",
"labelPageLayoutGuid": "8b11cc8f-3f4d-481c-848a-114d458e05ac",
"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": "58"
},
"mscCom": {
"$ref": "59"
},
"mscDep": {
"$ref": "61"
},
"mscSubCom": {
"$ref": "60"
}
}
}
},
{
"$ref": "52"
}
],
"nextPrice": {
"$id": "62",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 1,
"hostOfferID": 1,
"metcashPromotionID": "sample string 4",
"metcashPromotionPlacement": "sample string 5",
"pluG_UID": "qCGaRjzwQkCTThkQoR9X7w==",
"pluGuid": "469a21a8-f03c-4042-934e-1910a11f57ef",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "uihWicTXOEaDqRSSuea++A==",
"dealCostGuid": "895628ba-d7c4-4638-83a9-1492b9e6bef8",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "aIkXCcywqE+FWa/zShf+/w==",
"priceGroupGuid": "09178968-b0cc-4fa8-8559-aff34a17feff",
"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:34.5582915",
"rrp": 28,
"campaignDescription": "sample string 29",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "a1faa28e-c72f-4afc-b776-32f548f084d9",
"campaignComboPriceGroupG_UID": "KsIbelJPzUmHSeKsi2WDqg==",
"campaignComboPriceGroupIdentifier": "7a1bc22a-4f52-49cd-8749-e2ac8b6583aa",
"promotionPlacementDescription": "sample string 31",
"storeAcceptances": [
{
"$id": "63",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-06-03T18:30:34.5582915",
"operatorG_UID": "KP1wMK0VmkOVg33zwM5iOQ==",
"operatorGuid": "3070fd28-15ad-439a-9583-7df3c0ce6239",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-06-03T18:30:34.5582915",
"signIqTicketFileMovedUtc": "2026-06-03T18:30:34.5582915",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-06-03T18:30:34.5582915",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "3b482417-55c4-437c-bd75-478899494d81",
"product": {
"$ref": "24"
},
"campaignPlu": {
"$ref": "62"
},
"fuelItem": true
},
{
"$ref": "63"
}
],
"campaign": {
"$id": "64",
"id": 1,
"storeID": 2,
"name": "879ce88f-0b27-456d-bbb4-1d82ac521f04",
"nameGuid": "879ce88f-0b27-456d-bbb4-1d82ac521f04",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-06-03T18:30:34.5582915",
"startTime": 1,
"endDate": "2026-06-03T18:30:34.5582915",
"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:34.5582915",
"system": true,
"created": "2026-06-03T18:30:34.5582915",
"updated": "2026-06-03T18:30:34.5582915",
"priceChangeNotifiedUtc": "2026-06-03T18:30:34.5582915",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "hXOFW5/nB0iCHAnr/mvwwg==",
"hostIdentifierGuid": "5b857385-e79f-4807-821c-09ebfe6bf0c2",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-06-03T18:30:34.5582915",
"updatedByUser": "sample string 18",
"offerID": 1,
"isPriceChangeCampaign": true,
"stores": [
1,
2
],
"storeNames": [
"sample string 1",
"sample string 2"
],
"campaignPlus": [
{
"$ref": "62"
},
{
"$ref": "62"
}
],
"campaignPools": [
{
"$id": "65",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 4,
"pluG_UID": "ZFFcHr6TM0SNQL7LTZWBdw==",
"pluGuid": "1e5c5164-93be-4433-8d40-becb4d958177",
"hostOfferID": 1,
"priceGroupG_UID": "6sS75yspoEm+0QbPqpegwg==",
"priceGroupGuid": "e7bbc4ea-292b-49a0-bed1-06cfaa97a0c2",
"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:34.5582915",
"rrp": 18,
"campaignDescription": "sample string 19",
"product": {
"$ref": "24"
},
"campaign": {
"$ref": "64"
}
},
{
"$ref": "65"
}
],
"sellingRules": [
{
"$id": "66",
"id": 1,
"identifier": "ErQbMPbKCkulLFKehskBgw==",
"identifierStr": "ErQbMPbKCkulLFKehskBgw==",
"identifierGuid": "301bb412-caf6-4b0a-a52c-529e86c90183",
"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": "64"
}
},
{
"$ref": "66"
}
],
"customers": [
{
"$id": "67",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"customerID": "oK7MVOdKxEqIHcgv1aI/NA==",
"customerIDGuid": "54ccaea0-4ae7-4ac4-881d-c82fd5a23f34",
"campaign": {
"$ref": "64"
},
"customer": {
"$ref": "2"
}
},
{
"$ref": "67"
}
],
"customerGroups": [
{
"$id": "68",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupID": "97Gb9nzFrk2t3B2NjnarNA==",
"groupIDGuid": "f69bb1f7-c57c-4dae-addc-1d8d8e76ab34",
"campaign": {
"$ref": "64"
},
"group": {
"$ref": "6"
}
},
{
"$ref": "68"
}
],
"signIqTickets": [
{
"$id": "69",
"identifier": "0bDrRnY3FkO1wS/XZo3k3w==",
"identifierGuid": "46ebb0d1-3776-4316-b5c1-2fd7668de4df",
"campaignName": "sample string 2",
"message": "sample string 3",
"ticketFileSource": "sample string 4",
"ticketFileDestination": "sample string 5",
"storeID": 1
},
{
"$ref": "69"
}
],
"comboPriceGroups": [
{
"$id": "70",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"g_UID": "GHii/GPCHUWS+uwjb/WCRw==",
"guid": "fca27818-c263-451d-92fa-ec236ff58247",
"description": "sample string 5",
"newPrice": 1,
"rangeDescription": "sample string 6",
"dealDescription": "sample string 7",
"labelQuantity": 8,
"hostProductCategoryID": 1,
"offerID": 1,
"dontUpdatePricePlus": true,
"campaign": {
"$ref": "64"
},
"comboPricePlus": [
{
"$id": "71",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupG_UID": "U2gb/BSCvEWJxYZNSNbuMw==",
"groupGuid": "fc1b6853-8214-45bc-89c5-864d48d6ee33",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "eChtmDVNqE6uX33tN3cM3w==",
"pluGuid": "986d2878-4d35-4ea8-ae5f-7ded37770cdf",
"priceGroupG_UID": "zPjOmUr4AUCzwfT2v7LShw==",
"priceGroupGuid": "99cef8cc-f84a-4001-b3c1-f4f6bfb2d287",
"campaignPoolID": "sample string 7",
"quantity": 1,
"campaign": {
"$ref": "64"
},
"product": {
"$ref": "24"
},
"priceGroup": {
"$ref": "30"
},
"campaignPool": {
"$ref": "64"
}
},
{
"$ref": "71"
}
]
},
{
"$ref": "70"
}
],
"priceLevels": [
{
"$id": "72",
"id": 1,
"priceLevelIdentifier": "92tTGh1E6kyB6JGP5EdJJw==",
"priceLevelIdentifierGuid": "1a536bf7-441d-4cea-81e8-918fe4474927",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "72"
}
],
"promotionType": {
"$id": "73",
"identifier": "0nSCNXIeAUimEom3c62YgQ==",
"identifierGuid": "358274d2-1e72-4801-a612-89b773ad9881",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "KkOZJPg0ykezWt79eVBoUw==",
"labelPageLayoutGuid": "2499432a-34f8-47ca-b35a-defd79506853",
"priceLevelIdentifier": "CwZPkBVNvUO51i7BMAKckA==",
"priceLevelIdentifierGuid": "904f060b-4d15-43bd-b9d6-2ec130029c90",
"active": true,
"updated": "2026-06-03T18:30:34.5582915",
"hostName": "sample string 11"
}
},
"product": {
"$ref": "24"
},
"dealCost": {
"$id": "74",
"headerIdentifier": "hIgOAEPrQUGI6/N2ujsNmA==",
"headerIdentifierGuid": "000e8884-eb43-4141-88eb-f376ba3b0d98",
"identifier": "V2pYKTWiB0Ks7QvD5McZtw==",
"identifierGuid": "29586a57-a235-4207-aced-0bc3e4c719b7",
"supplierIdentifier": "P0RHo5bMc0qkqd4+4AQsRA==",
"supplierGuid": "a347443f-cc96-4a73-a4a9-de3ee0042c44",
"pluG_UID": "uXx4JNj8LUu/3cfeiJw29g==",
"pluGuid": "24787cb9-fcd8-4b2d-bfdd-c7de889c36f6",
"campaignName": "cd2948b0-46a8-4745-9a3d-f852d9c4361b",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-06-03T18:30:34.5582915",
"end": "2026-06-03T18:30:34.5582915",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "dXZvzN1HEUCB7AkfzRehvg==",
"bonusItemPluGuid": "cc6f7675-47dd-4011-81ec-091fcd17a1be",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-06-03T18:30:34.5582915",
"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:34.5582915",
"campaignEndDate": "2026-06-03T18:30:34.5582915",
"masterPLUG_UID": "bi474O9TC0+9ESJy+P1TAA==",
"masterID": "e03b2e6e-53ef-4f0b-bd11-2272f8fd5300",
"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": "JTVg37zdn0OAdrYksFpipg==",
"bonusMasterID": "df603525-ddbc-439f-8076-b624b05a62a6",
"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:34.5582915",
"dealCosts": [
{
"$ref": "74"
},
{
"$ref": "74"
}
],
"tags": [
{
"$id": "75",
"pluG_UID": "CwZhaJZhXEe8bFibbbZp2w==",
"pluGuid": "6861060b-6196-475c-bc6c-589b6db669db",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "75"
}
],
"alternateProductG_UID": "/BTTlyT/6UW0yWUjrOc+Ew==",
"alternateProduct": "97d314fc-ff24-45e9-b4c9-6523ace73e13",
"altProduct": {
"$ref": "24"
},
"productHostCode": {
"$id": "76",
"id": 1,
"pluG_UID": "HUISyZItVUq7SiE8EUrGMg==",
"pluGuid": "c912421d-2d92-4a55-bb4a-213c114ac632",
"ibaCode": "sample string 2"
},
"mscCat": {
"$ref": "58"
},
"mscCom": {
"$ref": "59"
},
"mscDep": {
"$ref": "61"
},
"mscSubCom": {
"$ref": "60"
},
"isUserUpdate": true,
"ignoreMasterProduct": true,
"priceGroupLabelRequested": true,
"firstSold": "2026-06-03T18:30:34.5582915",
"inventoryTracked": "2026-06-03T18:30:34.5582915",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "77",
"pluG_UID": "MSSgk3kQmEy8ncMjhnI5lQ==",
"pluGuid": "93a02431-1079-4c98-bc9d-c32386723995",
"fuelPluG_UID": "axOF1atZrEGyzlAxDN4MMA==",
"fuelPluGuid": "d585136b-59ab-41ac-b2ce-50310cde0c30",
"price": 3,
"productDescription": "sample string 4",
"productBarcode": "sample string 5",
"fuelProductDescription": "sample string 6",
"fuelProductBarcode": "sample string 7",
"fuelProductPrice": 8
},
"productFuelLinks": [
{
"$ref": "77"
},
{
"$ref": "77"
}
]
},
"supplier": {
"$ref": "19"
},
"serviceFee": {
"$id": "78",
"id": 1,
"description": "sample string 1",
"fee": 1
},
"isPrimaryHost": true,
"hostVendor": 48
},
{
"$ref": "22"
}
],
"orderCycleHeaders": [
{
"$id": "79",
"storeID": 1,
"supplierIdentifier": "FtDmogFWuU6jR8Mk/7z50w==",
"supplierGuid": "a2e6d016-5601-4eb9-a347-c324ffbcf9d3",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"storeName": "sample string 5",
"departmentName": "sample string 6",
"orderDays": 7
},
{
"$ref": "79"
}
],
"cycles": [
{
"$id": "80",
"storeID": 1,
"supplierIdentifier": "q2/7LOzLTE+n/jhUccjX8Q==",
"supplierGuid": "2cfb6fab-cbec-4f4c-a7fe-385471c8d7f1",
"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:34.5582915",
"deliveryDate": "2026-06-03T18:30:34.5582915",
"nextCutOffDate": "2026-06-03T18:30:34.5582915",
"nextDeliveryDate": "2026-06-03T18:30:34.5582915",
"nextDaysBuffer": 10
},
{
"$ref": "80"
}
],
"store": {
"$ref": "13"
},
"updated": "2026-06-03T18:30:34.5582915",
"isHost": true
},
"files": [
{
"$id": "81",
"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:34.5582915",
"processed": "2026-06-03T18:30:34.5582915",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-06-03T18:30:34.5582915",
"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": "18"
},
"metcashHeader": {
"$id": "82",
"customerNumber": "sample string 1",
"creationDate": "2026-06-03T18:30:34.5582915",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "81"
}
],
"zoneMatrix": [
{
"$id": "83",
"id": 1,
"hostIdentifier": "ESfWg/KjaUCnjfpghaLH0Q==",
"hostIdentifierGuid": "83d62711-a3f2-4069-a78d-fa6085a2c7d1",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"eee1f608-f84a-4057-ab99-7e32ce8e7354",
"bb64dded-87fa-4361-80fe-af39aefd7c25"
]
},
{
"$ref": "83"
}
],
"hostFileStoreSetting": {
"$ref": "17"
},
"hostStoreSettings": [
{
"$ref": "17"
},
{
"$ref": "17"
}
],
"promotionPlacements": [
{
"$id": "84",
"identifier": "3ZyH7wFEF0mJ+W5YD8qKcw==",
"identifierGuid": "ef879cdd-4401-4917-89f9-6e580fca8a73",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "84"
}
],
"promoTypeGuids": [
"a73d3455-db41-40d3-b3bb-0a95be7a6e6d",
"d82dc7a7-32be-4cdf-8515-c96b34a894b7"
],
"isPromotionOnly": false,
"isOrderable": false,
"vendor": 0
},
"groupIDs": [
1,
2
],
"hostDescription": "sample string 27"
},
{
"$ref": "17"
}
],
"accounts": [
{
"$id": "85",
"id": 1,
"storeID": 1,
"accountName": "sample string 2",
"bsb": "sample string 3",
"accountNumber": "sample string 4",
"accountDesignated": true
},
{
"$ref": "85"
}
],
"sales": [
{
"$id": "86",
"id": 1,
"storeID": 1,
"externalSalesType": 2,
"ftpSiteID": 1,
"lastSaleProcessed": "2026-06-03T18:30:34.5582915",
"ftpSite": {
"$id": "87",
"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": "86"
}
],
"suppliedStores": [
1,
2
],
"zoneMatrix": [
{
"$ref": "83"
},
{
"$ref": "83"
}
],
"cashManagements": [
{
"$id": "88",
"id": 1,
"storeID": 1,
"cashManagementType": 2,
"apiID": 1,
"organisationID": "sample string 3",
"siteName": "sample string 4",
"thirdPartyAPI": {
"$id": "89",
"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": "88"
}
],
"updateStoreID": "2f29cda3-2921-4cd1-845a-dd667caf9cbc",
"updateStore": {
"$id": "90",
"id": "d8727d24-4452-42ff-833f-0b56866f9862",
"name": "sample string 1",
"lastActivity": "2026-06-03T18:30:34.5582915",
"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:34.5582915"
},
"timeZoneId": "sample string 54",
"securityOptions": {
"$id": "91",
"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": "12"
}
]
},
"customer": {
"$ref": "2"
},
"communityOrganisation": {
"$id": "92",
"id": 1,
"identifier": "SaT0fCOnUEmYH8r2LTmU/Q==",
"identifierGuid": "7cf4a449-a723-4950-981f-caf62d3994fd",
"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:34.5582915",
"promoPeriodEnd": "2026-06-03T18:30:34.5582915",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-06-03T18:30:34.5582915",
"deleted": true
},
"details": [
{
"$id": "93",
"saleItemID": 1,
"identifier": "AMhpuxvphkm8PC7Stn3nHw==",
"identifierGuid": "bb69c800-e91b-4986-bc3c-2ed2b67de71f",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "luqtK7XFDUmtp0p6N4MSiw==",
"pluGuid": "2badea96-c5b5-490d-ada7-4a7a3783128b",
"accountID": "Ahj5cV8MBUi3fogRfyqRag==",
"accountIDGuid": "71f91802-0c5f-4805-b77e-88117f2a916a",
"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:34.5582915",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "oqpGG31LD0eAvi/ZUmc5TA==",
"refundGuid": "1b46aaa2-4b7d-470f-80be-2fd95267394c",
"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": "smwM5h8ms0+HHAXfSFLqaw==",
"idempotentVoidGuid": "e60c6cb2-261f-4fb3-871c-05df4852ea6b",
"priceLevelIdentifier": "5x9gvf+0Bk6EPF7lsSk/Tw==",
"priceLevelIdentifierGuid": "bd601fe7-b4ff-4e06-843c-5ee5b1293f4f",
"communityIdentifier": "1z5tk8PBzEWU2A+ntVDbnA==",
"communityIdentifierGuid": "936d3ed7-c1c3-45cc-94d8-0fa7b550db9c",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "94",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-06-03T18:30:34.5582915",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "94"
}
],
"refund": {
"$id": "95",
"id": 1,
"g_UID": "x2z0lDxz3EaHUqhpqwJYiA==",
"guid": "94f46cc7-733c-46dc-8752-a869ab025888",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-06-03T18:30:34.5582915"
},
"modifier": {
"$id": "96",
"id": 1,
"setG_UID": "HU4JVQLyR0WSfjEVRYpEFw==",
"modifierSetGuid": "55094e1d-f202-4547-927e-3115458a4417",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "RZBK5NadeEeDhF0WnB/Dgw==",
"pluGuid": "e44a9045-9dd6-4778-8384-5d169c1fc383",
"deleted": true,
"g_UID": "Mottu5qtHk+zNneBBVMpKA==",
"guid": "bb6d8b32-ad9a-4f1e-b336-778105532928",
"product": {
"$ref": "24"
}
},
"priceLevelName": "sample string 25",
"pumpNumber": 1,
"hoseNumber": 1
},
{
"$ref": "93"
}
],
"eftReceipts": [
{
"$id": "97",
"id": 1,
"storeID": 1,
"saleHeaderID": 2,
"storeSaleHeader": {
"$ref": "9"
},
"receipt": "sample string 3",
"processed": 1
},
{
"$ref": "97"
}
],
"payments": [
{
"$ref": "8"
},
{
"$ref": "8"
}
],
"cards": [
{
"$id": "98",
"id": 1,
"saleHeaderID": 1,
"identifier": "sample string 2",
"cardType": 3,
"providerName": "sample string 4"
},
{
"$ref": "98"
}
],
"campaignHits": [
{
"$id": "99",
"id": 1,
"saleHeaderID": 2,
"campaign": "sample string 3",
"name": "sample string 4",
"processed": 1,
"campaignDescription": "sample string 5"
},
{
"$ref": "99"
}
],
"fuel": [
{
"$id": "100",
"id": 1,
"plu": 1,
"pluG_UID": "sd2dT8pHykWJcl8E+tLgeA==",
"pluGuid": "4f9dddb1-47ca-45ca-8972-5f04fad2e078",
"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:34.5582915",
"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:34.5582915",
"tagNumber": "sample string 15",
"trackTwoRem": "sample string 16",
"transCode": 1,
"transType": 1,
"unitPrice": 1.0,
"vehicleReg": "sample string 17",
"offline": true,
"processed": 1
},
{
"$ref": "100"
}
],
"fuelResells": [
{
"$id": "101",
"saleItemID": 1,
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "JQX9RzZufUKEHs2S8aBq7g==",
"pluGuid": "47fd0525-6e36-427d-841e-cd92f1a06aee",
"accountID": "pOUjIKJ3LEO74lZiyM+Pew==",
"accountIDGuid": "2023e5a4-77a2-432c-bbe2-5662c8cf8f7b",
"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:34.5582915",
"bestOrExpireType": 1,
"refundG_UID": "Q10xFL+Qu02iMHdvKug7Gw==",
"refundGuid": "14315d43-90bf-4dbb-a230-776f2ae83b1b",
"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": "101"
}
],
"customerOrder": [
{
"$ref": "1"
},
{
"$ref": "1"
}
],
"surveyResponses": [
{
"$id": "102",
"surveyG_UID": "A81RjkrdtkWVB3vdaiaUjA==",
"surveyGuid": "8e51cd03-dd4a-45b6-9507-7bdd6a26948c",
"saleHeaderGuid": "JUpJX2mWVU62kNmX93j5/A==",
"saleGuid": "5f494a25-9669-4e55-b690-d997f778f9fc",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "U/oQKA7VREuMY9/yaSudEw==",
"guidResponse": "2810fa53-d50e-4b44-8c63-dff2692b9d13",
"whoAnswered": 2,
"answeredAtUTC": "2026-06-03T18:30:34.5582915",
"sale": {
"$ref": "9"
},
"survey": {
"$id": "103",
"g_UID": "q4E+TUqDBEKTMXIu6oK6jg==",
"guid": "4d3e81ab-834a-4204-9331-722eea82ba8e",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "uv5KpxgeekS2GRGiYRnHqA==",
"checkoutFormGuid": "a74afeba-1e18-447a-b619-11a26119c7a8",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-06-03T18:30:34.5582915",
"end": "2026-06-03T18:30:34.5582915",
"deleted": true,
"updated": "2026-06-03T18:30:34.5582915",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"2ebe006c-5b13-4c3e-9682-a315c2cb47f6",
"435ac04b-8de2-4469-bac6-9d440abecd28"
],
"allowsAllTextResponses": true,
"surveyForm": {
"$ref": "43"
}
},
"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": "xqIkY0BkcEyU8XyupsM4hg==",
"accountIdentifier": "6324a2c6-6440-4c70-94f1-7caea6c33886",
"accountName": "sample string 44",
"customerOrderIdentifier": "nlMHtRVoNUanCVOKBkuYgQ==",
"customerOrderIdentifierGuid": "b507539e-6815-4635-a709-538a064b9881",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "104",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "LpjH5uQgbUKpGsFrh3OrkA==",
"paymentIdentifierGuid": "e6c7982e-20e4-426d-a91a-c16b8773ab90",
"identifier": "LWr+io2Aa0Gapt6K0J+VJw==",
"identifierGuid": "8afe6a2d-808d-416b-9aa6-de8ad09f9527",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "7sgTYuQj1kacHNiQQN48PQ==",
"itemIdentifierGuid": "6213c8ee-23e4-46d6-9c1c-d89040de3c3d"
}
},
{
"$ref": "8"
}
]
},
{
"$ref": "3"
}
],
"customerGroupMembers": [
{
"$ref": "7"
},
{
"$ref": "7"
}
],
"customerGroups": [
{
"$ref": "6"
},
{
"$ref": "6"
}
],
"accounts": [
{
"$ref": "4"
},
{
"$ref": "4"
}
],
"account": {
"$ref": "4"
},
"vouchers": [
{
"$id": "105",
"customerIdentifier": "rHihUg337U+2b6ezSJWpKA==",
"customerIdentifierGuid": "52a178ac-f70d-4fed-b66f-a7b34895a928",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "BagCmXQlXEOzHBIJflgB+w==",
"idempotentGuid": "9902a805-2574-435c-b31c-12097e5801fb",
"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:34.5582915",
"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:34.5582915",
"labelPageLayout": "Ui4ANW0fok2PHhRlYW958g==",
"pageLayoutGuid": "35002e52-1f6d-4da2-8f1e-1465616f79f2",
"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:34.5582915"
},
{
"$ref": "109"
}
]
},
"customerVouchers": [
{
"$id": "110",
"id": 1,
"customerIdentifier": "T3NrnfMexEy9NWuowh1Ejw==",
"customerIdentifierGuid": "9d6b734f-1ef3-4cc4-bd35-6ba8c21d448f",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-06-03T18:30:34.5582915",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "vU4KqSulWkSWWxFLzvfe3w==",
"issuedIdempotentGuid": "a90a4ebd-a52b-445a-965b-114bcef7dedf",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-06-03T18:30:34.5582915",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-06-03T18:30:34.5582915",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "SgPASLPkF0CWC57ufmQSDA==",
"redeemedIdempotentGuid": "48c0034a-e4b3-4017-960b-9eee7e64120c",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-06-03T18:30:34.5582915",
"storeName": "sample string 17",
"scaleLabel": {
"$ref": "108"
},
"voucher": {
"$ref": "106"
},
"customer": {
"$ref": "2"
},
"issuedOfflinePayment": {
"$ref": "8"
},
"redeemedOfflinePayment": {
"$ref": "8"
}
},
{
"$ref": "110"
}
]
},
"customer": {
"$ref": "2"
}
},
{
"$ref": "105"
}
]
},
"operator": {
"$ref": "11"
},
"details": [
{
"$id": "111",
"headerID": 1,
"plu": 1,
"pluG_UId": "W0FTpPtU10ib4lkRE/ynkQ==",
"pluGuid": "a453415b-54fb-48d7-9be2-591113fca791",
"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": "5a1iOuz39EO8f/D9d1RZFw==",
"headerIdentifierGuid": "3a62ade5-f7ec-43f4-bc7f-f0fd77545917",
"product": {
"$ref": "24"
}
},
{
"$ref": "111"
}
],
"storeName": "sample string 11",
"customerName": "sample string 12",
"storeReplyTo": "sample string 13",
"storeSubjectLine": "sample string 14",
"storeSaleHeader": {
"$ref": "9"
}
}
application/xml
Sample not available.
text/xml
Sample not available.
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
DeliOrderHeader| Name | Description | Type | Additional information |
|---|---|---|---|
| Identifier | Collection of byte |
None. |
|
| IdentifierGuid | globally unique identifier |
None. |
|
| ID | integer |
None. |
|
| OrderNo | integer |
None. |
|
| ExternalSaleIdentifier |
The external sale information of an integration so that pickup can be coordinated |
string |
None. |
| StoreID | integer |
None. |
|
| ZoneID | integer |
None. |
|
| DeptNo | integer |
None. |
|
| CustomerIdentifier | Collection of byte |
None. |
|
| CustomerIdentifierGuid | globally unique identifier |
None. |
|
| OperatorNo | integer |
None. |
|
| OperatorG_UID | Collection of byte |
None. |
|
| OperatorGuid | globally unique identifier |
None. |
|
| Created |
Time that the phone order was placed |
date |
None. |
| Ordered |
Date and time the order should be packed and assembled. |
date |
None. |
| Started |
Time that the picking was started for the phone order |
date |
None. |
| Completed |
Time that the picking was completed for the phone order |
date |
None. |
| Supplied |
Time that the customer or delivery provider was supplied with phone order |
date |
None. |
| QuickTicket | integer |
None. |
|
| Deleted | boolean |
None. |
|
| WalkAway | boolean |
None. |
|
| ApproxWait | integer |
None. |
|
| ActualWait | integer |
None. |
|
| DeliveryMethod |
How the phone order will be provided to the customer |
DeliveryMethod |
None. |
| ExternalSaleType |
Which provider the phone order has been imported through. (If None, it's manual) |
ExternalSalesType |
None. |
| Customer | Customer |
Relation. This field may not always be loaded or used for updates. |
|
| Operator | Operator |
Relation. This field may not always be loaded or used for updates. |
|
| Details | Collection of DeliOrderDetail |
Relation. This field may not always be loaded or used for updates. |
|
| StoreName | string |
Relation. This field may not always be loaded or used for updates. |
|
| CustomerName | string |
Relation. This field may not always be loaded or used for updates. |
|
| StoreReplyTo | string |
Relation. This field may not always be loaded or used for updates. |
|
| StoreSubjectLine | string |
Relation. This field may not always be loaded or used for updates. |
|
| StoreSaleHeader |
POS Transaction (related via StoreSaleHeader.CustomerOrderIdentifier) |
StoreSaleHeader |
Relation. This field may not always be loaded or used for updates. |
Response Formats
application/json, text/json
{
"identifier": "cvhS1kvxu0G3P3SgL5W9pw==",
"identifierGuid": "d652f872-f14b-41bb-b73f-74a02f95bda7",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "rnaXTkovrUqlelTDpH4ZkA==",
"customerIdentifierGuid": "4e9776ae-2f4a-4aad-a57a-54c3a47e1990",
"operatorNo": 1,
"operatorG_UID": "FWCb9+JmHUi+JjaeOPVwLQ==",
"operatorGuid": "f79b6015-66e2-481d-be26-369e38f5702d",
"created": "2026-06-03T18:30:34.6207894",
"ordered": "2026-06-03T18:30:34.6207894",
"started": "2026-06-03T18:30:34.6207894",
"completed": "2026-06-03T18:30:34.6207894",
"supplied": "2026-06-03T18:30:34.6207894",
"quickTicket": 1,
"deleted": true,
"walkAway": true,
"approxWait": 1,
"actualWait": 1,
"deliveryMethod": 8,
"externalSaleType": 9,
"customer": {
"$id": "2",
"identifier": "tYlpG+QmlUCTNDZII4A+Jg==",
"identifierGuid": "1b6989b5-26e4-4095-9334-364823803e26",
"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:34.6207894",
"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": "QKeynJ3MpUmiymXI+vw79w==",
"communityIdentifierGuid": "9cb2a740-cc9d-49a5-a2ca-65c8fafc3bf7",
"joined": "2026-06-03T18:30:34.6207894",
"updated": "2026-06-03T18:30:34.6207894",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "3a8QjUUuXkuNGJqT4M/u8w==",
"priceLevelIdentifierGuid": "8d10afdd-2e45-4b5e-8d18-9a93e0cfeef3",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-06-03T18:30:34.6207894",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "3",
"cardType": 2,
"issueDate": "2026-06-03T18:30:34.6207894",
"expiry": "2026-06-03T18:30:34.6207894",
"customerID": "KS8LXfGy+Ua4KbUlw5MnuQ==",
"customerIDGuid": "5d0b2f29-b2f1-46f9-b829-b525c39327b9",
"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:34.6207894",
"linkedAccount": "pCWs3GotKU2JFd95/Aciug==",
"linkedAccountGuid": "dcac25a4-2d6a-4d29-8915-df79fc0722ba",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "2"
},
"account": {
"$id": "4",
"id": 1,
"identifier": "aZZ8br/ikUqTXNPEYQQ9GQ==",
"identifierGuid": "6e7c9669-e2bf-4a91-935c-d3c461043d19",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-06-03T18:30:34.6207894",
"owner": "NC9b/p/0yUi8GJh5dlSpwA==",
"ownerGuid": "fe5b2f34-f49f-48c9-bc18-98797654a9c0",
"accountStoreGroupIdentifier": "rB3GOzw12kCpuVpVtFOCGQ==",
"accountStoreGroupGuid": "3bc61dac-353c-40da-a9b9-5a55b4538219",
"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:34.6207894",
"active": true,
"updated": "2026-06-03T18:30:34.6207894",
"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": "3"
},
"members": {
"$id": "5",
"sample string 1": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"sample string 2": [
{
"$ref": "2"
},
{
"$ref": "2"
}
]
},
"customerGroups": [
{
"$id": "6",
"identifier": "dKtr9GN+k0yAN/P+tUaGxg==",
"identifierGuid": "f46bab74-7e63-4c93-8037-f3feb54686c6",
"name": "sample string 2",
"primaryContact": "0cC+uoxms0S2myFEgF/3BA==",
"primaryContactGuid": "babec0d1-668c-44b3-b69b-2144805ff704",
"accountID": "0xhRwCTFnkS8lRnDLJ/oGQ==",
"accountIDGuid": "c05118d3-c524-449e-bc95-19c32c9fe819",
"special": true,
"updated": "2026-06-03T18:30:34.6207894",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "BHZnWR3E1ECvS6Gfv8jugw==",
"priceLevelIdentifierGuid": "59677604-c41d-40d4-af4b-a19fbfc8ee83",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "4"
},
"primaryContactCustomer": {
"$ref": "2"
},
"customerGroupMembers": [
{
"$id": "7",
"id": 1,
"groupID": "VdLMrxt3cUiySpce/su2vg==",
"groupIDGuid": "afccd255-771b-4871-b24a-971efecbb6be",
"customerID": "kXJpfuQLvkep3Bg48HT7fQ==",
"customerIDGuid": "7e697291-0be4-47be-a9dc-1838f074fb7d",
"card": "sample string 4",
"linkedAccount": "GpOWrZ2y50K/71iHyOP9pw==",
"linkedAccountGuid": "ad96931a-b29d-42e7-bfef-5887c8e3fda7",
"customer": {
"$ref": "2"
},
"group": {
"$ref": "6"
},
"customerCard": {
"$ref": "3"
}
},
{
"$ref": "7"
}
]
},
{
"$ref": "6"
}
]
},
"payments": [
{
"$id": "8",
"id": 1,
"identifier": "ippcF7QqV0ytudS/Xa0CkA==",
"identifierGuid": "175c9a8a-2ab4-4c57-adb9-d4bf5dad0290",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "F71RWn4o2UOk+qhJ7woODA==",
"accountIDGuid": "5a51bd17-287e-43d9-a4fa-a849ef0a0e0c",
"customerAccount": {
"$ref": "4"
},
"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:34.6207894",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "ypBn/eh9IEKBWxO4LoSIPQ==",
"idempotentVoidGuid": "fd6790ca-7de8-4220-815b-13b82e84883d",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "9",
"saleHeaderID": 1,
"saleHeaderGuid": "K3bCxeGLskO3zexl1AIj6A==",
"saleHeaderIdentifierGuid": "c5c2762b-8be1-43b2-b7cd-ec65d40223e8",
"created": "2026-06-03T18:30:34.6207894",
"createdLocal": "2026-06-03T18:30:34.6207894",
"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:34.6207894",
"storeID": 1,
"operatorG_Uid": "T1ANebZPpEeDQ0mczDVJOg==",
"operatorGuid": "790d504f-4fb6-47a4-8343-499ccc35493a",
"customerG_Uid": "0feg227T+k2sMu1uZIA/Qg==",
"customerGuid": "dba0f7d1-d36e-4dfa-ac32-ed6e64803f42",
"communityIdentifier": "HtOYLejD3kq5WoWd6IUZTQ==",
"communityIdentifierGuid": "2d98d31e-c3e8-4ade-b95a-859de885194d",
"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": "zeMi2f+Z/kSIt/3nGHLJ2A==",
"priceLevelIdentifierGuid": "d922e3cd-99ff-44fe-88b7-fde71872c9d8",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-06-03T18:30:34.6207894+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": "10",
"customerName": "sample string 1",
"pickupAt": "2026-06-03T18:30:34.6207894",
"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": "11",
"id": 1,
"g_Uid": "wp2Y3kRPxkiQZv+IHaf1ZQ==",
"guid": "de989dc2-4f44-48c6-9066-ff881da7f565",
"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:34.6207894",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-06-03T18:30:34.6207894",
"endShift": "2026-06-03T18:30:34.6207894",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "12",
"operatorG_UID": "FFib9TfAKk2NpRui99l+VA==",
"operatorGuid": "f59b5814-c037-4d2a-8da5-1ba2f7d97e54",
"storeID": 2,
"operator": {
"$ref": "11"
},
"store": {
"$id": "13",
"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:34.6207894",
"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": "5j75LN8CS0WBMxzY9ygOzw==",
"hostIdentifierGuid": "2cf93ee6-02df-454b-8133-1cd8f7280ecf",
"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:34.6207894",
"priceZone": {
"$id": "14",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "SVC8d+EYo0y0bnUpC6/Gig==",
"hostIdentifierGuid": "77bc5049-18e1-4ca3-b46e-75290bafc68a",
"sortOrder": 3,
"zoneMasterStoreID": 1,
"electedMasterStoreID": 1,
"containsElectedMasterStore": true
},
"priceZoneName": "sample string 51",
"storeFuelConfigured": true,
"shippingAddressCopied": true,
"shippingAddress": {
"$id": "15",
"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": "15"
},
"warehouseStore": {
"$id": "16",
"storeID": 1,
"warehouseStoreID": 2,
"storeName": "sample string 3",
"warehouseName": "sample string 4"
},
"hostStoreSettings": [
{
"$id": "17",
"id": 1,
"hostIdentifier": "KlIZTTnJUEOxgxR0jKBEzg==",
"hostIdentifierGuid": "4d19522a-c939-4350-b183-14748ca044ce",
"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": "18",
"identifier": "OmY6NGNjrEedTw2NVeO/lQ==",
"identifierGuid": "343a663a-6363-47ac-9d4f-0d8d55e3bf95",
"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": "ncuPSy2GJ0aOWhwwlnsXmA==",
"hostSupplierIdentifierGuid": "4b8fcb9d-862d-4627-8e5a-1c30967b1798",
"loyaltyPriceLevelIdentifier": "KZCpaLmulU6Zy2WKJcE2sQ==",
"loyaltyPriceLevelIdentifierGuid": "68a99029-aeb9-4e95-99cb-658a25c136b1",
"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:34.6207894",
"lastProcessed": "2026-06-03T18:30:34.6207894",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$id": "19",
"identifier": "jGvZWp6QL0Wleu/zeBWmhw==",
"identifierGuid": "5ad96b8c-909e-452f-a57a-eff37815a687",
"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": "aIHboUvHqEq67oqb9+8dFg==",
"primaryContactID": "a1db8168-c74b-4aa8-baee-8a9bf7ef1d16",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "iLWZ3uWng0ijQXetJRboWA==",
"supplierGroupGuid": "de99b588-a7e5-4883-a341-77ad2516e858",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-06-03T18:30:34.6207894",
"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": "20",
"id": "1afbfef9-f2ca-434d-97a1-4879139872ef",
"identifier": "WXTGLYe1bkCOXrri7BKk4A==",
"identifierGuid": "2dc67459-b587-406e-8e5e-bae2ec12a4e0",
"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": "21",
"supplierIdentifier": "gGPFoQfLtU6S0fwpSsuFSg==",
"supplierIdentifierGuid": "a1c56380-cb07-4eb5-92d1-fc294acb854a",
"contactGuid": "7UHLeASJK0KhCYsho3FoKw==",
"contactID": "78cb41ed-8904-422b-a109-8b21a371682b",
"contact": {
"$ref": "20"
},
"supplier": {
"$ref": "19"
}
},
{
"$ref": "21"
}
],
"products": [
{
"$id": "22",
"pluG_UID": "i8pdVw0hYUOL6qokosqLkA==",
"pluGuid": "575dca8b-210d-4361-8bea-aa24a2ca8b90",
"supplierIdentifier": "qMC9yazpSUqTALxow9XIIg==",
"supplierIdentifierGuid": "c9bdc0a8-e9ac-4a49-9300-bc68c3d5c822",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-06-03T18:30:34.6207894",
"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:34.6207894",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "23",
"pluG_UID": "yYvqY+V9jEyzImQ/Clemkg==",
"pluGuid": "63ea8bc9-7de5-4c8c-b322-643f0a57a692",
"supplierIdentifier": "Rvz9tnP4R0W/waiIpCR5iQ==",
"supplierIdentifierGuid": "b6fdfc46-f873-4547-bfc1-a888a4247989",
"invoiceCode": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "23"
}
],
"storeIDs": [
1,
2
],
"preferredSupplier": true,
"preferredRebateSupplier": true,
"supplierName": "sample string 42",
"salesMode": 43,
"orderPacked": true,
"active": true,
"price": 1,
"costGstPercent": 45,
"parentPluG_UID": "2Nmso+zg9UO+eWctvwapng==",
"parentPluGuid": "a3acd9d8-e0ec-43f5-be79-672dbf06a99e",
"freight": 46.0,
"freightType": 1,
"product": {
"$id": "24",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "M3iGE2fuFk+UYUaslKS/jQ==",
"guid": "13867833-ee67-4f16-9461-46ac94a4bf8d",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "e8UYIOhqVkyRCIhtsHjKcA==",
"priceGroupGuid": "2018c57b-6ae8-4c56-9108-886db078ca70",
"blueprintID": 1,
"lastCountedDate": "2026-06-03T18:30:34.6207894",
"externalID": "sample string 7",
"active": true,
"activated": "2026-06-03T18:30:34.6207894",
"pluCreated": "2026-06-03T18:30:34.6207894",
"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:34.6207894",
"lastManualUpdate": "2026-06-03T18:30:34.6207894",
"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:34.6207894",
"currentCostUpdated": "2026-06-03T18:30:34.6207894",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-06-03T18:30:34.6207894",
"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:34.6207894",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "oRhHdBQFNUCxfw0NZT+Kwg==",
"altPLUGuid": "744718a1-0514-4035-b17f-0d0d653f8ac2",
"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:34.6207894",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "L3+EYwtW2EOjx7ujB6O/9A==",
"shelfPageLayoutGuid": "63847f2f-560b-43d8-a3c7-bba307a3bff4",
"talkerPageLayoutG_UID": "G3ye/T+7S0CfpUvf0yNXBg==",
"talkerPageLayoutGuid": "fd9e7c1b-bb3f-404b-9fa5-4bdfd3235706",
"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": "Wl1erjZYbUWZZSHX1z4/9w==",
"inventoryIdentifier": "ae5e5d5a-5836-456d-9965-21d7d73e3ff7",
"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": "c9wGHTfcpUakrlBw2mli0w==",
"parentPluGuid": "1d06dc73-dc37-46a5-a4ae-5070da6962d3",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "hpGc3nW3+0+e8R0P6Sxqsw==",
"supplierIdentifierGuid": "de9c9186-b775-4ffb-9ef1-1d0fe92c6ab3",
"supplierChanged": true,
"rebateSupplierIdentifier": "nlQyf13cpE21J2XSby/ahg==",
"rebateSupplierIdentifierGuid": "7f32549e-dc5d-4da4-b527-65d26f2fda86",
"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:34.6207894",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "qm78QvX76kWS/1sxvTsr5A==",
"hostIdentifierGuid": "42fc6eaa-fbf5-45ea-92ff-5b31bd3b2be4",
"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": "24"
},
{
"$ref": "24"
}
],
"store": {
"$ref": "13"
},
"storePrices": [
{
"$id": "25",
"pluG_UID": "2ucf2PxQ5UWBf5i1Gc5IVQ==",
"pluGuid": "d81fe7da-50fc-45e5-817f-98b519ce4855",
"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:34.6207894"
},
{
"$ref": "25"
}
],
"currentPrices": {
"$id": "26",
"pluPrices": {
"$id": "27",
"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:34.6207894",
"priceChangeType": 0,
"costDecimals": 11,
"costCalcMethod": 12,
"targetCampaignPriceGtOrEquNormal": true
},
"normalPluPrices": {
"$ref": "27"
},
"winningCampaign": 1,
"winner": {
"$id": "28",
"campaignName": "sample string 1",
"campaignDescription": "sample string 2",
"talkerText": "sample string 3",
"disableWasSave": true,
"startDate": "2026-06-03T18:30:34.6207894",
"startTime": 5,
"endDate": "2026-06-03T18:30:34.6207894",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "QGlMK2mxmEmqL1aWj1a4JQ==",
"hostIdentifierGuid": "2b4c6940-b169-4998-aa2f-56968f56b825",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "28"
},
{
"$ref": "28"
}
]
},
"tray": {
"$id": "29",
"g_UId": "h7QotvPXtkGVINY4QHH61A==",
"guid": "b628b487-d7f3-41b6-9520-d6384071fad4",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "30",
"priceGroupG_UID": "/p17CQsgwUiksfjv75xFyQ==",
"priceGroupGuid": "097b9dfe-200b-48c1-a4b1-f8efef9c45c9",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-06-03T18:30:34.6207894",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "24"
},
{
"$ref": "24"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "31",
"pluG_UID": "Eqs1nxhQZEeToe8g0MX8Ww==",
"pluGuid": "9f35ab12-5018-4764-93a1-ef20d0c5fc5b",
"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": "32",
"pluGuid": "955e5a93-8883-467d-8297-b186075438a5",
"created": "2026-06-03T18:30:34.6207894",
"createdByUser": "sample string 1",
"activated": "2026-06-03T18:30:34.6207894",
"activatedByUser": "sample string 2",
"deactivated": "2026-06-03T18:30:34.6207894",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-06-03T18:30:34.6207894",
"lastOrderedQty": 4.0,
"lastReceived": "2026-06-03T18:30:34.6207894",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-06-03T18:30:34.6207894",
"lastSold": "2026-06-03T18:30:34.6207894",
"firstSold": "2026-06-03T18:30:34.6207894",
"awsUpdated": "2026-06-03T18:30:34.6207894",
"lastManualUpdate": "2026-06-03T18:30:34.6207894",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-06-03T18:30:34.6207894",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-06-03T18:30:34.6207894",
"doNotRangeUpdated": "2026-06-03T18:30:34.6207894",
"doNotOrderUpdated": "2026-06-03T18:30:34.6207894",
"tracked": "2026-06-03T18:30:34.6207894"
},
"allergens": [
{
"$id": "33",
"primaryKey": {
"$id": "34",
"pluGuid": "c7c10d75-16b6-4b55-ab94-91ce12607081",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "dQ3Bx7YWVUurlJHOEmBwgQ==",
"pluGuid": "c7c10d75-16b6-4b55-ab94-91ce12607081",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "33"
}
],
"costs": {
"$id": "35",
"pluG_UID": "TyTxZqiD/Ui2aGnbFYjYIQ==",
"pluGuid": "66f1244f-83a8-48fd-b668-69db1588d821",
"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:34.6207894",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "36",
"saleHeaderID": 1,
"created": "2026-06-03T18:30:34.6207894",
"createdLocal": "2026-06-03T18:30:34.6207894",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "7GPJrCUmfE214xS0jJfhuQ==",
"operatorGuid": "acc963ec-2625-4d7c-b5e3-14b48c97e1b9",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "c2DU3VEvFUi14aVbFZ9LgQ==",
"pluGuid": "ddd46073-2f51-4815-b5e1-a55b159f4b81",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$ref": "11"
}
},
{
"$ref": "36"
}
],
"apns": [
{
"$id": "37",
"pluID": 1,
"pluG_UID": "c08K/1UqH02zvmNf0rHjeA==",
"pluGuid": "ff0a4f73-2a55-4d1f-b3be-635fd2b1e378",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "37"
}
],
"tuns": [
{
"$id": "38",
"pluG_UId": "RZHCkqcYtEGvdCyr8FFWPg==",
"pluGuid": "92c29145-18a7-41b4-af74-2cabf051563e",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "24"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "38"
}
],
"competitionPricing": [
{
"$id": "39",
"identifier": "1N6QlgbEB0m8wfD3K5d9Gw==",
"identifierGuid": "9690ded4-c406-4907-bcc1-f0f72b977d1b",
"pluG_UID": "N3QIl/EUoUSaq8GxZPmNpA==",
"pluGuid": "97087437-14f1-44a1-9aab-c1b164f98da4",
"competitionID": 1,
"name": "sample string 2",
"sellMultiple": 3,
"retailPrice": 4,
"storeName": "sample string 5"
},
{
"$ref": "39"
}
],
"supplier": {
"$ref": "19"
},
"supplierName": "sample string 148",
"children": [
{
"$ref": "24"
},
{
"$ref": "24"
}
],
"ordering": {
"$ref": "22"
},
"flipChartPages": [
{
"$id": "40",
"identifier": "49TGVu6STECdrfTwDS1Kdg==",
"groupName": "sample string 1",
"identifierGuid": "56c6d4e3-92ee-404c-9dad-f4f00d2d4a76",
"exists": true,
"flipChartIdentifier": "NzDaashT/0eSZnLaHkUP1A==",
"flipChartIdentifierGuid": "6ada3037-53c8-47ff-9266-72da1e450fd4",
"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": "CPg2QlxBTkSuT86JvQAziQ==",
"groupIdentifierGuid": "4236f808-415c-444e-ae4f-ce89bd003389",
"flipChart": {
"$id": "41",
"identifier": "A0VKn27930acY84cvbJRog==",
"identifierGuid": "9f4a4503-fd6e-46df-9c63-ce1cbdb251a2",
"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": "42",
"identifier": "luRugcTzHUaqoJw2CWk0Fw==",
"identifierGuid": "816ee496-f3c4-461d-aaa0-9c3609693417",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "43",
"id": 1,
"g_UID": "mVF2BBRybkq+dvFZLBVHpA==",
"guid": "04765199-7214-4a6e-be76-f1592c1547a4",
"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": "04lMjCXTVkSGaG/9fn3ORw==",
"previousFormGuid": "8c4c89d3-d325-4456-8668-6ffd7e7dce47",
"nextForm": 1,
"nextFormG_UID": "Jo7q4T/QU0iyPRwlPomWMQ==",
"nextFormGuid": "e1ea8e26-d03f-4853-b23d-1c253e899631",
"attributes": "sample string 10",
"updated": "2026-06-03T18:30:34.6207894",
"positioning": 1,
"contentPanel": "sample string 11",
"selectionMode": 1,
"maximumSelections": 1,
"alteredInStore": true,
"deleted": true,
"blueprintID": 1,
"preserveLayout": true,
"mainCheckoutFormName": "sample string 13",
"nextCheckoutForm": {
"$ref": "43"
},
"previousCheckoutForm": {
"$ref": "43"
},
"buttons": [
{
"$id": "44",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "WsHXvbfNNUauidefpBjw6Q==",
"checkoutFormGuid": "bdd7c15a-cdb7-4635-ae89-d79fa418f0e9",
"identifier": "nipqb6Jvi0eXF9w0B/ledQ==",
"identifierGuid": "6f6a2a9e-6fa2-478b-9717-dc3407f95e75",
"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": "TfEmHc6jzEe1l8tJAMBt9Q==",
"valueGuid": "1d26f14d-a3ce-47cc-b597-cb4900c06df5",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-06-03T18:30:34.6207894",
"action": "sample string 12",
"valueForm": {
"$ref": "43"
},
"image": {
"$id": "45",
"name": "sample string 3.sample string 4",
"imageID": 2,
"imageName": "sample string 3",
"imageExtension": "sample string 4",
"lastUpdate": "2026-06-03T18:30:34.6207894",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "44"
}
],
"panels": [
{
"$id": "46",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "JhU0ytF5ckOHjrT/J9gd5A==",
"checkoutFormGuid": "ca341526-79d1-4372-878e-b4ff27d81de4",
"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": "46"
}
]
},
{
"$ref": "43"
}
],
"panels": [
{
"$ref": "46"
},
{
"$ref": "46"
}
]
},
"pages": [
{
"$ref": "40"
},
{
"$ref": "40"
}
]
},
"contentPanel": {
"$ref": "46"
},
"products": [
{
"$id": "47",
"flipChartPageIdentifier": "nwDcOjwT2kyIWcOh7jV3tw==",
"flipChartPageIdentifierGuid": "3adc009f-133c-4cda-8859-c3a1ee3577b7",
"pluG_UID": "ZAKqFePZfki5sGtav2lRtQ==",
"pluGuid": "15aa0264-d9e3-487e-b9b0-6b5abf6951b5",
"sortOrder": 3,
"sent": true,
"productChanged": true,
"productImageName": "sample string 6",
"productShowImageOnFlipCharts": true,
"productShowTextOnFlipCharts": true,
"productOverrideFlipChartText": true,
"productFlipChartText": "sample string 10",
"product": {
"$ref": "24"
},
"departmentSortOrder": 11,
"subDepartmentName": "sample string 12"
},
{
"$ref": "47"
}
],
"productCount": 27,
"pages": [
{
"$ref": "40"
},
{
"$ref": "40"
}
]
},
{
"$ref": "40"
}
],
"priceHistory": [
{
"$id": "48",
"pluG_UID": "h4rWWogQnUiQOJvQsAt7bA==",
"pluGuid": "5ad68a87-1088-489d-9038-9bd0b00b7b6c",
"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:34.6207894",
"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": "48"
}
],
"ingredients": [
{
"$id": "49",
"pluG_UID": "BTJ2GDwAC0K/fZ82iGlwkA==",
"ingredientGuid": "o5RrkAnkk0u6TEYXXm1/ZA==",
"ingredientIdentifier": "906b94a3-e409-4b93-ba4c-46175e6d7f64",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "24"
}
},
{
"$ref": "49"
}
],
"bins": [
{
"$id": "50",
"pluG_UID": "/4b24KABRU2hKO6IG1FVqw==",
"pluGuid": "e0f686ff-01a0-4d45-a128-ee881b5155ab",
"shelfLocationIdentifier": "AsxNRM6wykSA3tfXmAAiEw==",
"shelfLocationGuid": "444dcc02-b0ce-44ca-80de-d7d798002213",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "YQF+WFcUqk2ikQ3yGwT9tw==",
"labelPageLayoutGuid": "587e0161-1457-4daa-a291-0df21b04fdb7",
"updated": "2026-06-03T18:30:34.6207894",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "24"
},
"location": {
"$id": "51",
"identifier": "NfUTiQyb60uwmQVVfG9P1A==",
"storeID": 1,
"identifierGuid": "8913f535-9b0c-4beb-b099-05557c6f4fd4",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-06-03T18:30:34.6207894",
"minTemp": 1,
"maxTemp": 1,
"checkFrequency": 1,
"storeCaseConfiguration": 5,
"storeName": "sample string 6",
"bins": [
{
"$ref": "50"
},
{
"$ref": "50"
}
]
}
},
{
"$ref": "50"
}
],
"bin": {
"$ref": "50"
},
"scaleLocations": [
{
"$id": "52",
"plu": 1,
"pluG_UID": "XbxjpiC3EEWfd6NRwOMuQg==",
"pluGuid": "a663bc5d-b720-4510-9f77-a351c0e32e42",
"deptNo": 1,
"product": {
"$ref": "24"
},
"scaleLocation": {
"$id": "53",
"id": 1,
"deptNo": 1,
"deptCode": "sample string 2",
"name": "sample string 3",
"enabled": true,
"updated": "2026-06-03T18:30:34.6207894",
"department": {
"$id": "54",
"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": "53"
},
"subDepartments": [
{
"$id": "55",
"id": 1,
"departmentID": 2,
"name": "sample string 3",
"code": "sample string 4",
"departmentCode": "sample string 5",
"externalSales": true,
"minorDepartments": [
{
"$id": "56",
"id": 1,
"subDepartmentID": 2,
"departmentID": 3,
"name": "sample string 4",
"subDepartmentCode": "sample string 5",
"departmentCode": "sample string 6",
"code": "sample string 7",
"lesserDepartments": [
{
"$id": "57",
"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:34.6207894",
"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": "wK66hkmFf0qkwclMc7ALlw==",
"labelPageLayoutGuid": "86baaec0-8549-4a7f-a4c1-c94c73b00b97",
"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": "58",
"dept": 1,
"category": 2,
"name": "sample string 3",
"active": true,
"mscCommodities": [
{
"$id": "59",
"dept": 1,
"category": 2,
"commodity": 3,
"name": "sample string 4",
"active": true,
"mscSubCommodities": [
{
"$id": "60",
"dept": 1,
"category": 2,
"commodity": 3,
"subCommodity": 4,
"name": "sample string 5",
"active": true,
"subCommodityCode": "sample string 7"
},
{
"$ref": "60"
}
],
"commodityCode": "sample string 6"
},
{
"$ref": "59"
}
],
"categoryCode": "sample string 5"
},
"mscCom": {
"$ref": "59"
},
"mscDep": {
"$id": "61",
"dept": 1,
"name": "sample string 2",
"active": true,
"mscCategories": [
{
"$ref": "58"
},
{
"$ref": "58"
}
],
"deptCode": "sample string 4"
},
"mscSubCom": {
"$ref": "60"
}
},
{
"$ref": "57"
}
],
"updated": "2026-06-03T18:30:34.6207894",
"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": "JeEC31gHaUmM+X2oIujF4w==",
"labelPageLayoutGuid": "df02e125-0758-4969-8cf9-7da822e8c5e3",
"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": "58"
},
"mscCom": {
"$ref": "59"
},
"mscDep": {
"$ref": "61"
},
"mscSubCom": {
"$ref": "60"
}
},
{
"$ref": "56"
}
],
"investmentBuyOverride": true,
"updated": "2026-06-03T18:30:34.6207894",
"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": "4LYIyJr4vEqQzpuVz4xymw==",
"labelPageLayoutGuid": "c808b6e0-f89a-4abc-90ce-9b95cf8c729b",
"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": "58"
},
"mscCom": {
"$ref": "59"
},
"mscDep": {
"$ref": "61"
},
"mscSubCom": {
"$ref": "60"
}
},
{
"$ref": "55"
}
],
"stores": [
1,
2
],
"investmentBuyOverride": true,
"updated": "2026-06-03T18:30:34.6207894",
"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": "ES3B67WsaUyrWktAVDwsYA==",
"labelPageLayoutGuid": "ebc12d11-acb5-4c69-ab5a-4b40543c2c60",
"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": "58"
},
"mscCom": {
"$ref": "59"
},
"mscDep": {
"$ref": "61"
},
"mscSubCom": {
"$ref": "60"
}
}
}
},
{
"$ref": "52"
}
],
"nextPrice": {
"$id": "62",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 1,
"hostOfferID": 1,
"metcashPromotionID": "sample string 4",
"metcashPromotionPlacement": "sample string 5",
"pluG_UID": "lMOOL7yvBESuUOKC5Avucg==",
"pluGuid": "2f8ec394-afbc-4404-ae50-e282e40bee72",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "ox28PNVfy0+Gz77qFkZ4ig==",
"dealCostGuid": "3cbc1da3-5fd5-4fcb-86cf-beea1646788a",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "x4QdsaHMDkqYbG0gYn5s7A==",
"priceGroupGuid": "b11d84c7-cca1-4a0e-986c-6d20627e6cec",
"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:34.6207894",
"rrp": 28,
"campaignDescription": "sample string 29",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "095276e7-9dc7-48d7-8d10-ff3562ff47a2",
"campaignComboPriceGroupG_UID": "xNWcdDcvbEekbxM4awQAvg==",
"campaignComboPriceGroupIdentifier": "749cd5c4-2f37-476c-a46f-13386b0400be",
"promotionPlacementDescription": "sample string 31",
"storeAcceptances": [
{
"$id": "63",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-06-03T18:30:34.6207894",
"operatorG_UID": "WhblHtt3g0+CDsaghzODcw==",
"operatorGuid": "1ee5165a-77db-4f83-820e-c6a087338373",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-06-03T18:30:34.6207894",
"signIqTicketFileMovedUtc": "2026-06-03T18:30:34.6207894",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-06-03T18:30:34.6207894",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "c725382e-d62b-4bed-b156-373fa0dffe2d",
"product": {
"$ref": "24"
},
"campaignPlu": {
"$ref": "62"
},
"fuelItem": true
},
{
"$ref": "63"
}
],
"campaign": {
"$id": "64",
"id": 1,
"storeID": 2,
"name": "c14af2f2-237b-40ed-a3f6-daa7eb3d33fc",
"nameGuid": "c14af2f2-237b-40ed-a3f6-daa7eb3d33fc",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-06-03T18:30:34.6207894",
"startTime": 1,
"endDate": "2026-06-03T18:30:34.6207894",
"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:34.6207894",
"system": true,
"created": "2026-06-03T18:30:34.6207894",
"updated": "2026-06-03T18:30:34.6207894",
"priceChangeNotifiedUtc": "2026-06-03T18:30:34.6207894",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "xZ0AY1/ltkSrOhdBCkKOhg==",
"hostIdentifierGuid": "63009dc5-e55f-44b6-ab3a-17410a428e86",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-06-03T18:30:34.6207894",
"updatedByUser": "sample string 18",
"offerID": 1,
"isPriceChangeCampaign": true,
"stores": [
1,
2
],
"storeNames": [
"sample string 1",
"sample string 2"
],
"campaignPlus": [
{
"$ref": "62"
},
{
"$ref": "62"
}
],
"campaignPools": [
{
"$id": "65",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 4,
"pluG_UID": "SETCrshc9EiJ5FCYHSjP9g==",
"pluGuid": "aec24448-5cc8-48f4-89e4-50981d28cff6",
"hostOfferID": 1,
"priceGroupG_UID": "cldhoWubRUiCOq59R8nw7A==",
"priceGroupGuid": "a1615772-9b6b-4845-823a-ae7d47c9f0ec",
"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:34.6207894",
"rrp": 18,
"campaignDescription": "sample string 19",
"product": {
"$ref": "24"
},
"campaign": {
"$ref": "64"
}
},
{
"$ref": "65"
}
],
"sellingRules": [
{
"$id": "66",
"id": 1,
"identifier": "SSPWAiOSsUO44kqNkF/6TA==",
"identifierStr": "SSPWAiOSsUO44kqNkF/6TA==",
"identifierGuid": "02d62349-9223-43b1-b8e2-4a8d905ffa4c",
"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": "64"
}
},
{
"$ref": "66"
}
],
"customers": [
{
"$id": "67",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"customerID": "WF9KTrrUmEy+btvIqnXo7w==",
"customerIDGuid": "4e4a5f58-d4ba-4c98-be6e-dbc8aa75e8ef",
"campaign": {
"$ref": "64"
},
"customer": {
"$ref": "2"
}
},
{
"$ref": "67"
}
],
"customerGroups": [
{
"$id": "68",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupID": "K5UhYPS2VUe+Cp/7QwpU2g==",
"groupIDGuid": "6021952b-b6f4-4755-be0a-9ffb430a54da",
"campaign": {
"$ref": "64"
},
"group": {
"$ref": "6"
}
},
{
"$ref": "68"
}
],
"signIqTickets": [
{
"$id": "69",
"identifier": "gQ4OAoQFVE+0DLFj0fyG3g==",
"identifierGuid": "020e0e81-0584-4f54-b40c-b163d1fc86de",
"campaignName": "sample string 2",
"message": "sample string 3",
"ticketFileSource": "sample string 4",
"ticketFileDestination": "sample string 5",
"storeID": 1
},
{
"$ref": "69"
}
],
"comboPriceGroups": [
{
"$id": "70",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"g_UID": "+F7aR3UmxU2AIx7ZvzBKBQ==",
"guid": "47da5ef8-2675-4dc5-8023-1ed9bf304a05",
"description": "sample string 5",
"newPrice": 1,
"rangeDescription": "sample string 6",
"dealDescription": "sample string 7",
"labelQuantity": 8,
"hostProductCategoryID": 1,
"offerID": 1,
"dontUpdatePricePlus": true,
"campaign": {
"$ref": "64"
},
"comboPricePlus": [
{
"$id": "71",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupG_UID": "8BMM7CKR9U2N4xmCZ5Z57g==",
"groupGuid": "ec0c13f0-9122-4df5-8de3-1982679679ee",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "Ai9O6xLV4UeVQHO8mM84VA==",
"pluGuid": "eb4e2f02-d512-47e1-9540-73bc98cf3854",
"priceGroupG_UID": "B0jr3SGFX0+FFzDKMGMJwg==",
"priceGroupGuid": "ddeb4807-8521-4f5f-8517-30ca306309c2",
"campaignPoolID": "sample string 7",
"quantity": 1,
"campaign": {
"$ref": "64"
},
"product": {
"$ref": "24"
},
"priceGroup": {
"$ref": "30"
},
"campaignPool": {
"$ref": "64"
}
},
{
"$ref": "71"
}
]
},
{
"$ref": "70"
}
],
"priceLevels": [
{
"$id": "72",
"id": 1,
"priceLevelIdentifier": "d6J6TUMmaEu9xvjdmG/Sjg==",
"priceLevelIdentifierGuid": "4d7aa277-2643-4b68-bdc6-f8dd986fd28e",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "72"
}
],
"promotionType": {
"$id": "73",
"identifier": "ywVNRWNUgkmBp62z28H19w==",
"identifierGuid": "454d05cb-5463-4982-81a7-adb3dbc1f5f7",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "CJqHlUIIeUuV580u2Y1n8Q==",
"labelPageLayoutGuid": "95879a08-0842-4b79-95e7-cd2ed98d67f1",
"priceLevelIdentifier": "+6zp4d97w0mH3VheEPUPNg==",
"priceLevelIdentifierGuid": "e1e9acfb-7bdf-49c3-87dd-585e10f50f36",
"active": true,
"updated": "2026-06-03T18:30:34.6207894",
"hostName": "sample string 11"
}
},
"product": {
"$ref": "24"
},
"dealCost": {
"$id": "74",
"headerIdentifier": "OOaCjiR9cUyRQX1QvtgPXw==",
"headerIdentifierGuid": "8e82e638-7d24-4c71-9141-7d50bed80f5f",
"identifier": "zTaaYBhtl0akmakg2i0tXA==",
"identifierGuid": "609a36cd-6d18-4697-a499-a920da2d2d5c",
"supplierIdentifier": "UeM62YWWV0Kd17Zo0mKb2g==",
"supplierGuid": "d93ae351-9685-4257-9dd7-b668d2629bda",
"pluG_UID": "ukO5OBEUh0ihoqWsFoji2A==",
"pluGuid": "38b943ba-1411-4887-a1a2-a5ac1688e2d8",
"campaignName": "7eccd34d-9346-4ae9-a100-8eb9709b9e73",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-06-03T18:30:34.6207894",
"end": "2026-06-03T18:30:34.6207894",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "72/9omm1oEOm5Q6KAHIjdw==",
"bonusItemPluGuid": "a2fd6fef-b569-43a0-a6e5-0e8a00722377",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-06-03T18:30:34.6207894",
"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:34.6207894",
"campaignEndDate": "2026-06-03T18:30:34.6207894",
"masterPLUG_UID": "4BhiG9B17kee87meHCphLQ==",
"masterID": "1b6218e0-75d0-47ee-9ef3-b99e1c2a612d",
"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": "YnawzO+BXkCF1kyiQ/yGDQ==",
"bonusMasterID": "ccb07662-81ef-405e-85d6-4ca243fc860d",
"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:34.6207894",
"dealCosts": [
{
"$ref": "74"
},
{
"$ref": "74"
}
],
"tags": [
{
"$id": "75",
"pluG_UID": "t+dUjhJ+5kimribXlaC24g==",
"pluGuid": "8e54e7b7-7e12-48e6-a6ae-26d795a0b6e2",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "75"
}
],
"alternateProductG_UID": "aaPllg2FaEWSR3XWZoYARQ==",
"alternateProduct": "96e5a369-850d-4568-9247-75d666860045",
"altProduct": {
"$ref": "24"
},
"productHostCode": {
"$id": "76",
"id": 1,
"pluG_UID": "/n3mt14+skOJjmqC3B4Bfw==",
"pluGuid": "b7e67dfe-3e5e-43b2-898e-6a82dc1e017f",
"ibaCode": "sample string 2"
},
"mscCat": {
"$ref": "58"
},
"mscCom": {
"$ref": "59"
},
"mscDep": {
"$ref": "61"
},
"mscSubCom": {
"$ref": "60"
},
"isUserUpdate": true,
"ignoreMasterProduct": true,
"priceGroupLabelRequested": true,
"firstSold": "2026-06-03T18:30:34.6207894",
"inventoryTracked": "2026-06-03T18:30:34.6207894",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "77",
"pluG_UID": "xDb5LeWkxUCygPCYm4QluA==",
"pluGuid": "2df936c4-a4e5-40c5-b280-f0989b8425b8",
"fuelPluG_UID": "CwDL2rauE0GYTGp2smN0KQ==",
"fuelPluGuid": "dacb000b-aeb6-4113-984c-6a76b2637429",
"price": 3,
"productDescription": "sample string 4",
"productBarcode": "sample string 5",
"fuelProductDescription": "sample string 6",
"fuelProductBarcode": "sample string 7",
"fuelProductPrice": 8
},
"productFuelLinks": [
{
"$ref": "77"
},
{
"$ref": "77"
}
]
},
"supplier": {
"$ref": "19"
},
"serviceFee": {
"$id": "78",
"id": 1,
"description": "sample string 1",
"fee": 1
},
"isPrimaryHost": true,
"hostVendor": 48
},
{
"$ref": "22"
}
],
"orderCycleHeaders": [
{
"$id": "79",
"storeID": 1,
"supplierIdentifier": "Ujw49wJUJE2pvKIlg+EXIw==",
"supplierGuid": "f7383c52-5402-4d24-a9bc-a22583e11723",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"storeName": "sample string 5",
"departmentName": "sample string 6",
"orderDays": 7
},
{
"$ref": "79"
}
],
"cycles": [
{
"$id": "80",
"storeID": 1,
"supplierIdentifier": "fc936cquDkq14GWShfp5Fg==",
"supplierGuid": "e977cf7d-aeca-4a0e-b5e0-659285fa7916",
"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:34.6207894",
"deliveryDate": "2026-06-03T18:30:34.6207894",
"nextCutOffDate": "2026-06-03T18:30:34.6207894",
"nextDeliveryDate": "2026-06-03T18:30:34.6207894",
"nextDaysBuffer": 10
},
{
"$ref": "80"
}
],
"store": {
"$ref": "13"
},
"updated": "2026-06-03T18:30:34.6207894",
"isHost": true
},
"files": [
{
"$id": "81",
"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:34.6207894",
"processed": "2026-06-03T18:30:34.6207894",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-06-03T18:30:34.6207894",
"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": "18"
},
"metcashHeader": {
"$id": "82",
"customerNumber": "sample string 1",
"creationDate": "2026-06-03T18:30:34.6207894",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "81"
}
],
"zoneMatrix": [
{
"$id": "83",
"id": 1,
"hostIdentifier": "YQwC5gpWV0qPQ3oKczf4Dw==",
"hostIdentifierGuid": "e6020c61-560a-4a57-8f43-7a0a7337f80f",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"306a4ff2-6c02-4d53-836d-6faed8382c72",
"86e202c6-ce6c-4539-a2d9-4e1e67c5d435"
]
},
{
"$ref": "83"
}
],
"hostFileStoreSetting": {
"$ref": "17"
},
"hostStoreSettings": [
{
"$ref": "17"
},
{
"$ref": "17"
}
],
"promotionPlacements": [
{
"$id": "84",
"identifier": "HSCVaQs3dEqrs0ehoWGsVQ==",
"identifierGuid": "6995201d-370b-4a74-abb3-47a1a161ac55",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "84"
}
],
"promoTypeGuids": [
"7603515e-b2ce-4a78-ad8d-24514b2000c9",
"dc32e983-235e-424e-b91e-bd42af55104d"
],
"isPromotionOnly": false,
"isOrderable": false,
"vendor": 0
},
"groupIDs": [
1,
2
],
"hostDescription": "sample string 27"
},
{
"$ref": "17"
}
],
"accounts": [
{
"$id": "85",
"id": 1,
"storeID": 1,
"accountName": "sample string 2",
"bsb": "sample string 3",
"accountNumber": "sample string 4",
"accountDesignated": true
},
{
"$ref": "85"
}
],
"sales": [
{
"$id": "86",
"id": 1,
"storeID": 1,
"externalSalesType": 2,
"ftpSiteID": 1,
"lastSaleProcessed": "2026-06-03T18:30:34.6207894",
"ftpSite": {
"$id": "87",
"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": "86"
}
],
"suppliedStores": [
1,
2
],
"zoneMatrix": [
{
"$ref": "83"
},
{
"$ref": "83"
}
],
"cashManagements": [
{
"$id": "88",
"id": 1,
"storeID": 1,
"cashManagementType": 2,
"apiID": 1,
"organisationID": "sample string 3",
"siteName": "sample string 4",
"thirdPartyAPI": {
"$id": "89",
"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": "88"
}
],
"updateStoreID": "a964bc20-5f94-4d1d-8fa2-c636bc73ea5d",
"updateStore": {
"$id": "90",
"id": "e4c1c00e-a66b-4b2a-8fb2-48520e4d28e5",
"name": "sample string 1",
"lastActivity": "2026-06-03T18:30:34.6207894",
"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:34.6207894"
},
"timeZoneId": "sample string 54",
"securityOptions": {
"$id": "91",
"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": "12"
}
]
},
"customer": {
"$ref": "2"
},
"communityOrganisation": {
"$id": "92",
"id": 1,
"identifier": "V31Rw+TiQ0Ow/nqLDjsb7w==",
"identifierGuid": "c3517d57-e2e4-4343-b0fe-7a8b0e3b1bef",
"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:34.6207894",
"promoPeriodEnd": "2026-06-03T18:30:34.6207894",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-06-03T18:30:34.6207894",
"deleted": true
},
"details": [
{
"$id": "93",
"saleItemID": 1,
"identifier": "Ze1Gz6LQVUKUTLV4fN8XxQ==",
"identifierGuid": "cf46ed65-d0a2-4255-944c-b5787cdf17c5",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "WKr+peF9fECypDDDJHNRSA==",
"pluGuid": "a5feaa58-7de1-407c-b2a4-30c324735148",
"accountID": "kuvE4A9ZTk2tUIB4UgGyHQ==",
"accountIDGuid": "e0c4eb92-590f-4d4e-ad50-80785201b21d",
"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:34.6207894",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "wiORq1vHm0WksH+dzw+lBw==",
"refundGuid": "ab9123c2-c75b-459b-a4b0-7f9dcf0fa507",
"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": "ApcS4yamT0OhMRoT+A6RpQ==",
"idempotentVoidGuid": "e3129702-a626-434f-a131-1a13f80e91a5",
"priceLevelIdentifier": "/TQTnMoBuESCrqFjzU274w==",
"priceLevelIdentifierGuid": "9c1334fd-01ca-44b8-82ae-a163cd4dbbe3",
"communityIdentifier": "zbvRRVYRnkOZUesPPCacwA==",
"communityIdentifierGuid": "45d1bbcd-1156-439e-9951-eb0f3c269cc0",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "94",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-06-03T18:30:34.6207894",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "94"
}
],
"refund": {
"$id": "95",
"id": 1,
"g_UID": "27Z4ucCjLUGd4EgEXowMfA==",
"guid": "b978b6db-a3c0-412d-9de0-48045e8c0c7c",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-06-03T18:30:34.6207894"
},
"modifier": {
"$id": "96",
"id": 1,
"setG_UID": "1dz2sY0qeEqZ5AXr94dh6w==",
"modifierSetGuid": "b1f6dcd5-2a8d-4a78-99e4-05ebf78761eb",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "6oI8KWy+60KtIRRh9Pfvfg==",
"pluGuid": "293c82ea-be6c-42eb-ad21-1461f4f7ef7e",
"deleted": true,
"g_UID": "MSTFfvGD8Em3oIIwe/KjQg==",
"guid": "7ec52431-83f1-49f0-b7a0-82307bf2a342",
"product": {
"$ref": "24"
}
},
"priceLevelName": "sample string 25",
"pumpNumber": 1,
"hoseNumber": 1
},
{
"$ref": "93"
}
],
"eftReceipts": [
{
"$id": "97",
"id": 1,
"storeID": 1,
"saleHeaderID": 2,
"storeSaleHeader": {
"$ref": "9"
},
"receipt": "sample string 3",
"processed": 1
},
{
"$ref": "97"
}
],
"payments": [
{
"$ref": "8"
},
{
"$ref": "8"
}
],
"cards": [
{
"$id": "98",
"id": 1,
"saleHeaderID": 1,
"identifier": "sample string 2",
"cardType": 3,
"providerName": "sample string 4"
},
{
"$ref": "98"
}
],
"campaignHits": [
{
"$id": "99",
"id": 1,
"saleHeaderID": 2,
"campaign": "sample string 3",
"name": "sample string 4",
"processed": 1,
"campaignDescription": "sample string 5"
},
{
"$ref": "99"
}
],
"fuel": [
{
"$id": "100",
"id": 1,
"plu": 1,
"pluG_UID": "rIrU2HA3+0mcQtZbsZuURQ==",
"pluGuid": "d8d48aac-3770-49fb-9c42-d65bb19b9445",
"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:34.6207894",
"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:34.6207894",
"tagNumber": "sample string 15",
"trackTwoRem": "sample string 16",
"transCode": 1,
"transType": 1,
"unitPrice": 1.0,
"vehicleReg": "sample string 17",
"offline": true,
"processed": 1
},
{
"$ref": "100"
}
],
"fuelResells": [
{
"$id": "101",
"saleItemID": 1,
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "YFpPIwJuMEytASFnvMaHkw==",
"pluGuid": "234f5a60-6e02-4c30-ad01-2167bcc68793",
"accountID": "iy7hXif1Xk+yMd9sZfg7pQ==",
"accountIDGuid": "5ee12e8b-f527-4f5e-b231-df6c65f83ba5",
"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:34.6207894",
"bestOrExpireType": 1,
"refundG_UID": "Yb14nneCZEO5GXIRMPsmcw==",
"refundGuid": "9e78bd61-8277-4364-b919-721130fb2673",
"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": "101"
}
],
"customerOrder": [
{
"$ref": "1"
},
{
"$ref": "1"
}
],
"surveyResponses": [
{
"$id": "102",
"surveyG_UID": "1TMSyK0g2UigOcnjHmSDWQ==",
"surveyGuid": "c81233d5-20ad-48d9-a039-c9e31e648359",
"saleHeaderGuid": "cfNIHfqJgEuV344re+ZVYQ==",
"saleGuid": "1d48f371-89fa-4b80-95df-8e2b7be65561",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "et5ReH6nmEWuvwzS9i9RbA==",
"guidResponse": "7851de7a-a77e-4598-aebf-0cd2f62f516c",
"whoAnswered": 2,
"answeredAtUTC": "2026-06-03T18:30:34.6207894",
"sale": {
"$ref": "9"
},
"survey": {
"$id": "103",
"g_UID": "zR3nAaR79UqMxqPRTdkVrw==",
"guid": "01e71dcd-7ba4-4af5-8cc6-a3d14dd915af",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "uBhZYHD/UUKDDBPiBIALGQ==",
"checkoutFormGuid": "605918b8-ff70-4251-830c-13e204800b19",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-06-03T18:30:34.6207894",
"end": "2026-06-03T18:30:34.6207894",
"deleted": true,
"updated": "2026-06-03T18:30:34.6207894",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"e219d62a-4f4f-4282-ad90-bae0fc6bb702",
"ba4fc4cf-6ab7-4239-a4a1-393917282929"
],
"allowsAllTextResponses": true,
"surveyForm": {
"$ref": "43"
}
},
"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": "hUh7Ag5s4UKUPJsPqxgYoQ==",
"accountIdentifier": "027b4885-6c0e-42e1-943c-9b0fab1818a1",
"accountName": "sample string 44",
"customerOrderIdentifier": "XNKtsLOwbUaKiZBktm23gw==",
"customerOrderIdentifierGuid": "b0add25c-b0b3-466d-8a89-9064b66db783",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "104",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "wdl9e7bXq0iENJftggyZMw==",
"paymentIdentifierGuid": "7b7dd9c1-d7b6-48ab-8434-97ed820c9933",
"identifier": "9nzQAkikQEyDtesuFKw2Zg==",
"identifierGuid": "02d07cf6-a448-4c40-83b5-eb2e14ac3666",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "25Z6skGWSk+p1gJS9i2qLw==",
"itemIdentifierGuid": "b27a96db-9641-4f4a-a9d6-0252f62daa2f"
}
},
{
"$ref": "8"
}
]
},
{
"$ref": "3"
}
],
"customerGroupMembers": [
{
"$ref": "7"
},
{
"$ref": "7"
}
],
"customerGroups": [
{
"$ref": "6"
},
{
"$ref": "6"
}
],
"accounts": [
{
"$ref": "4"
},
{
"$ref": "4"
}
],
"account": {
"$ref": "4"
},
"vouchers": [
{
"$id": "105",
"customerIdentifier": "pUO9yE+MP0yPPhBblOPF+A==",
"customerIdentifierGuid": "c8bd43a5-8c4f-4c3f-8f3e-105b94e3c5f8",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "c4Pw/K3+uky7OhQl3fQx5g==",
"idempotentGuid": "fcf08373-fead-4cba-bb3a-1425ddf431e6",
"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:34.6207894",
"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:34.6364201",
"labelPageLayout": "VOL1cRLY0Eu/36DsyXe6hg==",
"pageLayoutGuid": "71f5e254-d812-4bd0-bfdf-a0ecc977ba86",
"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:34.6364201"
},
{
"$ref": "109"
}
]
},
"customerVouchers": [
{
"$id": "110",
"id": 1,
"customerIdentifier": "DI/zLJQCuEqUSNKHmUiuww==",
"customerIdentifierGuid": "2cf38f0c-0294-4ab8-9448-d2879948aec3",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-06-03T18:30:34.6364201",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "Dlkq+PICAUqBatZSNZ02Fw==",
"issuedIdempotentGuid": "f82a590e-02f2-4a01-816a-d652359d3617",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-06-03T18:30:34.6364201",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-06-03T18:30:34.6364201",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "LTayX+JbBk654CnpjDsh7g==",
"redeemedIdempotentGuid": "5fb2362d-5be2-4e06-b9e0-29e98c3b21ee",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-06-03T18:30:34.6364201",
"storeName": "sample string 17",
"scaleLabel": {
"$ref": "108"
},
"voucher": {
"$ref": "106"
},
"customer": {
"$ref": "2"
},
"issuedOfflinePayment": {
"$ref": "8"
},
"redeemedOfflinePayment": {
"$ref": "8"
}
},
{
"$ref": "110"
}
]
},
"customer": {
"$ref": "2"
}
},
{
"$ref": "105"
}
]
},
"operator": {
"$ref": "11"
},
"details": [
{
"$id": "111",
"headerID": 1,
"plu": 1,
"pluG_UId": "CXrMDRx0ykCZ4P8zi+vJ3w==",
"pluGuid": "0dcc7a09-741c-40ca-99e0-ff338bebc9df",
"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": "b8Ellguy5EOADRCzn2iGHQ==",
"headerIdentifierGuid": "9625c16f-b20b-43e4-800d-10b39f68861d",
"product": {
"$ref": "24"
}
},
{
"$ref": "111"
}
],
"storeName": "sample string 11",
"customerName": "sample string 12",
"storeReplyTo": "sample string 13",
"storeSubjectLine": "sample string 14",
"storeSaleHeader": {
"$ref": "9"
}
}
application/xml
Sample not available.
text/xml
Sample not available.
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
PK ѓ�\�M5+� 5 xl/workbook.xml � (� ����0��&�C���?QR8q����R��@[����[ �x�3;���Ѻ���#�����!9c^����&�uB��Ŭ�J`e�[� ,K�s�CP��V
�.�X~p�o���eh��§fO���e4ֺ�I�b�)>ö�YZA Jf��4���*�[��4��,� �1��7g���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
ѓ�\7b��' ' _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="R6cfbab2d78bf4d9e" /></Relationships>PK ѓ�\���<L H xl/worksheets/sheet1.xml � (� ��[s�:��
�{Aںglwh�\zMӞ��k����d�$��G&������C�G�^���ۚ��[>�i^,��0� �t5ɦ���0|*got�v4x���<M����$��|<��b2O��"�ӕ]�e�r\ڏ�}��f�Iz�M��验���ø��*��"|U�G�x�������Uj9^���`�����y:� =I.!�Ѡ�o�KѸ֏�'���?\M�!�ظ�Ww�i:?=�7��e�����%Q�L����,k��`9�W�}YL˹�b��LrΉ�ʨ0�<e���,;��z��ö���+�� ���]�6�l[o"ʉ���o���ubS'�u@"0�����z����Wm�ԁuzS��3�:S�W&�d����y/��`��5Fr-�d�jޣ��V#[42J�XQ�Z+�Qp�u��X?�-+"Y�ۢ.^���hn�-�d����F!҆a�$`cޣ�"Gű
.tT���Gձ
.�T��"IM3�a����Y�2 ��n �Ehd�Dv�if@KMxOa;蠕f�*&�ٽ�"��e���R����N�E��~�] B�ƴ��I3�,B#�2� �
̈>']��EI�"�R`�h���"�Y����1ZH!�}>�,B�E�"%�(1L�=��"�YTv�Q���Q`.��4߅�ߚB�DŽe.����2��X���/k�j�4W������2��L2ɬۗ�j_į���r6.ǣA��y�l��W��,���=����<"��y]�!�u �&N����.����.���y�m�K�6q�%T����M|��M|�8�L��A���=���A�~� ��k����A��7y�݃ sx����!wo=r� wz��/����A���� ٛx���������9�x��!�O;2�q�iH�LN<-�j�c;��S��"��;�|?u�g��5�О�{���:o���]4�Ж.�kH���?x��;�S�>{�/�g���٣0N@!��������ћ���;���q��~�v��v��l��]�j����ni���nj��8��3�Fm��:��{<l/<����ס7�U�t<M��,+Ӽ:xm�-6�PK ѓ�\�F�� P xl/_rels/workbook.xml.rels � (� ��Mn� F��f_c;�k�M7٦��Ɗ
��9[=R�P�J�#u�MV�a��>�?�۷idgr~�F@����H�
�p
ꡁ�f��C���0{G��C��8�Rӄ>�3��Q�Mbt=�Q�'��i�ݒ�Lv����Uj��l�i"� �W�^`t=?%ϯG�D*�]'`��f�4˕,�*�A`�nj>\F�^�y!Sv�elk�u~_������K/���垪&_�$+�dѴ�U�����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 ѓ�\�ơn� xl/sharedStrings.xml � (� �YYo��~�� �!/Yʼ�����x���^K��X$MvQb�kȦme��=�MR&�-9��f}��UU�ُ�Y:{��N���Ę�'3ȣ�&���������jFrJ�"���'�/���P5��O���NO�h��E 9r����jsZ�ZoX�����f$�OfQ������M�<���垀[$g�bI!gI�@uv�.�N9uʹi*q�����B�����_T9IW$�Û�XQ���?�(2�
J&ot�ԬȠ:��,���} ���;��~U\�g*��D�0�w���+F*��e��)(��,�D���$����-�\�I�/d7�/ʲ*^��DZh���*n�`���mi�aT�w%�=XSr�!?��a$I�eD�}!�t�~}O(=B���R�ު �
�Mr�.��g�YE"�j����/�N��u���L-6�P��0�Bϊ5�&�NH�7թ �
1gfM�6�����&�MՈ�ͱ#��A�Oub/]�p4�S�}�j!��f�X~�x�)9|]5M<�m��?�%��|6��#.�/�0B7���Ll��G,��3ؾi���⊗[��O$K�w�ķ8��7W�mξg�68$���넥2K�
��>��Tl��m�3�������Z����qƂ�
�ڐ���kJ�@�x�%����0���FkC��N�
;>X�R��
a�k,F��V\#�[Dy�/�xW��F��,ú�v�cG!�Q�&�l]���jv@���\'�cGV��T`"����ZR��&1���Ӏ��E��I�������gś�m�#)�=�1X�F��l���3Z����$О�P%��3������SC'1�� ��١�|- �z���w��j�g���o/AR2�+g�%ö��B �}GF�$x�JXV&��
.bn����n�"wQ�|���&�a�С@ޤ��������.�|Y�m�!����D�
(/lG�~�4�x��lg�����O��F���P�G�讫ű��O��qE����_�_}�-*������V�E@ݒ\�R�/EE�����ޯ=i
�L�Ϗ��Wk�
a�J�r�M>����$�ɦ��Ґ���6Ľ�Rʶ�~[l6@�y/��L��^���!a���z:_'i:���ίN�#�w|(�[ğW��c��y���ާ�P{��MRM- c��t�o�W�$fG�$��Hܑh��)<qU��;����r�HS�9�o D��-�ܿ�_���t�1�������yo�z��X�We����p���~��m���tM���w�R�:��w�j�po���i�I�7КV�ȉL�5C���l+4������P[7MD�w����0�H����DR-��]h��;�E֑����56o���҄���c
�6�t�eLT�%|Ǣao��|�C �#~ж ��Y����"yMD�^%��u��M�I��^�СJ�����o��YYTG�2�þ:P�??F�SG�c������5߲-�*�(�,�,2*���t�7$z�QC���Mc���25�.ଣ[�m�!ͰI�Zh�1N��0p��;�w���}���P�����w�㢥
ג��� =�i��v�౪.p֠
�/�bѰ��� ��O��'���c�L��;��ԃ��u�Ə�'(m�*�8��r��%"���?sôl��M�x��/��[r��e�M���5�\�BV�lk;Y�(2�����IB�c��})e;�����Lo� �(�ڹJN%ƭ���^AV(B�.�_��
��&R�P�s�%�ʰ{�N�>Rq�՞�mB�_9��=@�;����y7���h`�`aq
�1Ɏqb�CO�)x��8����r�!<8�o���o�ǰ���5I���C��!���r�F
x5����;wM����"�GK���Ǒ��c��Ek����?J��|D��
�q0�4����/�������0�ʔ�x����;Z�M��^��h�����%��(�(�w��[��m�����4�R<�-u��3��O���j�_)�`��K�T7�`��RlO=�{�Q��3�c�<�I}Ἧ6$Oj���߽/(�qC��e0�楇4'I6��d$���t���4U�"�
諦z�]_Ć�'�5TY����1u�������ڇ/�)C���L�߄w�٥M���1�ڃ�d�GxN��m�����R~����(vZ���PK- ѓ�\�M5+� 5 xl/workbook.xmlPK- ѓ�\���� � [Content_Types].xmlPK-
ѓ�\7b��' ' V _rels/.relsPK- ѓ�\���<L H � xl/worksheets/sheet1.xmlPK- ѓ�\�F�� P ` xl/_rels/workbook.xml.relsPK- ѓ�\Ѓc'2 E
� xl/styles.xmlPK- ѓ�\�ơn� xl/sharedStrings.xmlPK �
application/vnd.ms-excel
PK ѓ�\[�ិ 5 xl/workbook.xml � (� ����0��&�C��*J
'.^=x/e+
�'m
>�P�7o;�����cz�Q���+q�-����X��N�X��{#��P�V�9�q0� ����/�X�:`�� ��bR�j�C��͞F�d�ug�%D~S4¶���f
J\��0�ν-� #W�ix�暊<ɛ$�]R��(YW_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
ѓ�\b�ɬ' ' _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="Rffe12210bf5e472c" /></Relationships>PK ѓ�\���<L H xl/worksheets/sheet1.xml � (� ��[s�:��
�{Aںglwh�\zMӞ��k����d�$��G&������C�G�^���ۚ��[>�i^,��0� �t5ɦ���0|*got�v4x���<M����$��|<��b2O��"�ӕ]�e�r\ڏ�}��f�Iz�M��验���ø��*��"|U�G�x�������Uj9^���`�����y:� =I.!�Ѡ�o�KѸ֏�'���?\M�!�ظ�Ww�i:?=�7��e�����%Q�L����,k��`9�W�}YL˹�b��LrΉ�ʨ0�<e���,;��z��ö���+�� ���]�6�l[o"ʉ���o���ubS'�u@"0�����z����Wm�ԁuzS��3�:S�W&�d����y/��`��5Fr-�d�jޣ��V#[42J�XQ�Z+�Qp�u��X?�-+"Y�ۢ.^���hn�-�d����F!҆a�$`cޣ�"Gű
.tT���Gձ
.�T��"IM3�a����Y�2 ��n �Ehd�Dv�if@KMxOa;蠕f�*&�ٽ�"��e���R����N�E��~�] B�ƴ��I3�,B#�2� �
̈>']��EI�"�R`�h���"�Y����1ZH!�}>�,B�E�"%�(1L�=��"�YTv�Q���Q`.��4߅�ߚB�DŽe.����2��X���/k�j�4W������2��L2ɬۗ�j_į���r6.ǣA��y�l��W��,���=����<"��y]�!�u �&N����.����.���y�m�K�6q�%T����M|��M|�8�L��A���=���A�~� ��k����A��7y�݃ sx����!wo=r� wz��/����A���� ٛx���������9�x��!�O;2�q�iH�LN<-�j�c;��S��"��;�|?u�g��5�О�{���:o���]4�Ж.�kH���?x��;�S�>{�/�g���٣0N@!��������ћ���;���q��~�v��v��l��]�j����ni���nj��8��3�Fm��:��{<l/<����ס7�U�t<M��,+Ӽ:xm�-6�PK ѓ�\g��3� P xl/_rels/workbook.xml.rels � (� ��MN�0F�b͞8i'��ݰa[z�����m�.г��H\�H�H,�te�7��ӌ?�?���y"/��hME�A#�M��9����'Ӎ0�.��Ą���A8�Y�&u��3���=u\�x�t���%�Lr�8��j=J|��<������0 F G�{��D�^�"KT O���m���%��jɀЛ��x�0�z}�!�Z)V�M]UyY�Tf��s�i�K�e�����kQhU�����տ�}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 ѓ�\�ơn� xl/sharedStrings.xml � (� �YYo��~�� �!/Yʼ�����x���^K��X$MvQb�kȦme��=�MR&�-9��f}��UU�ُ�Y:{��N���Ę�'3ȣ�&���������jFrJ�"���'�/���P5��O���NO�h��E 9r����jsZ�ZoX�����f$�OfQ������M�<���垀[$g�bI!gI�@uv�.�N9uʹi*q�����B�����_T9IW$�Û�XQ���?�(2�
J&ot�ԬȠ:��,���} ���;��~U\�g*��D�0�w���+F*��e��)(��,�D���$����-�\�I�/d7�/ʲ*^��DZh���*n�`���mi�aT�w%�=XSr�!?��a$I�eD�}!�t�~}O(=B���R�ު �
�Mr�.��g�YE"�j����/�N��u���L-6�P��0�Bϊ5�&�NH�7թ �
1gfM�6�����&�MՈ�ͱ#��A�Oub/]�p4�S�}�j!��f�X~�x�)9|]5M<�m��?�%��|6��#.�/�0B7���Ll��G,��3ؾi���⊗[��O$K�w�ķ8��7W�mξg�68$���넥2K�
��>��Tl��m�3�������Z����qƂ�
�ڐ���kJ�@�x�%����0���FkC��N�
;>X�R��
a�k,F��V\#�[Dy�/�xW��F��,ú�v�cG!�Q�&�l]���jv@���\'�cGV��T`"����ZR��&1���Ӏ��E��I�������gś�m�#)�=�1X�F��l���3Z����$О�P%��3������SC'1�� ��١�|- �z���w��j�g���o/AR2�+g�%ö��B �}GF�$x�JXV&��
.bn����n�"wQ�|���&�a�С@ޤ��������.�|Y�m�!����D�
(/lG�~�4�x��lg�����O��F���P�G�讫ű��O��qE����_�_}�-*������V�E@ݒ\�R�/EE�����ޯ=i
�L�Ϗ��Wk�
a�J�r�M>����$�ɦ��Ґ���6Ľ�Rʶ�~[l6@�y/��L��^���!a���z:_'i:���ίN�#�w|(�[ğW��c��y���ާ�P{��MRM- c��t�o�W�$fG�$��Hܑh��)<qU��;����r�HS�9�o D��-�ܿ�_���t�1�������yo�z��X�We����p���~��m���tM���w�R�:��w�j�po���i�I�7КV�ȉL�5C���l+4������P[7MD�w����0�H����DR-��]h��;�E֑����56o���҄���c
�6�t�eLT�%|Ǣao��|�C �#~ж ��Y����"yMD�^%��u��M�I��^�СJ�����o��YYTG�2�þ:P�??F�SG�c������5߲-�*�(�,�,2*���t�7$z�QC���Mc���25�.ଣ[�m�!ͰI�Zh�1N��0p��;�w���}���P�����w�㢥
ג��� =�i��v�౪.p֠
�/�bѰ��� ��O��'���c�L��;��ԃ��u�Ə�'(m�*�8��r��%"���?sôl��M�x��/��[r��e�M���5�\�BV�lk;Y�(2�����IB�c��})e;�����Lo� �(�ڹJN%ƭ���^AV(B�.�_��
��&R�P�s�%�ʰ{�N�>Rq�՞�mB�_9��=@�;����y7���h`�`aq
�1Ɏqb�CO�)x��8����r�!<8�o���o�ǰ���5I���C��!���r�F
x5����;wM����"�GK���Ǒ��c��Ek����?J��|D��
�q0�4����/�������0�ʔ�x����;Z�M��^��h�����%��(�(�w��[��m�����4�R<�-u��3��O���j�_)�`��K�T7�`��RlO=�{�Q��3�c�<�I}Ἧ6$Oj���߽/(�qC��e0�楇4'I6��d$���t���4U�"�
諦z�]_Ć�'�5TY����1u�������ڇ/�)C���L�߄w�٥M���1�ڃ�d�GxN��m�����R~����(vZ���PK- ѓ�\[�ិ 5 xl/workbook.xmlPK- ѓ�\���� � [Content_Types].xmlPK-
ѓ�\b�ɬ' ' V _rels/.relsPK- ѓ�\���<L H � xl/worksheets/sheet1.xmlPK- ѓ�\g��3� P ` xl/_rels/workbook.xml.relsPK- ѓ�\Ѓc'2 E
� xl/styles.xmlPK- ѓ�\�ơn� ! xl/sharedStrings.xmlPK � "