POST api/deliOrders
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": "58SNiHKABkKbsswVPBstSA==",
"identifierGuid": "888dc4e7-8072-4206-9bb2-cc153c1b2d48",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "9dO+iav+7k+JGe4QmKdtyg==",
"customerIdentifierGuid": "89bed3f5-feab-4fee-8919-ee1098a76dca",
"operatorNo": 1,
"operatorG_UID": "Z+Rzu/tFbEKa3cDUWgftIg==",
"operatorGuid": "bb73e467-45fb-426c-9add-c0d45a07ed22",
"created": "2026-06-03T18:32:29.5665531",
"ordered": "2026-06-03T18:32:29.5665531",
"started": "2026-06-03T18:32:29.5665531",
"completed": "2026-06-03T18:32:29.5665531",
"supplied": "2026-06-03T18:32:29.5665531",
"quickTicket": 1,
"deleted": true,
"walkAway": true,
"approxWait": 1,
"actualWait": 1,
"deliveryMethod": 8,
"externalSaleType": 9,
"customer": {
"$id": "2",
"identifier": "4GEC247nd0GQRBaczzggaQ==",
"identifierGuid": "db0261e0-e78e-4177-9044-169ccf382069",
"code": "sample string 2",
"familyName": "sample string 3",
"givenName": "sample string 4",
"otherName": "sample string 5",
"title": "sample string 6",
"dateOfBirth": "2026-06-03T18:32:29.5665531",
"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": "vyKv3+8nmECdZmW5d+S+/A==",
"communityIdentifierGuid": "dfaf22bf-27ef-4098-9d66-65b977e4befc",
"joined": "2026-06-03T18:32:29.5665531",
"updated": "2026-06-03T18:32:29.5665531",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "8Y/Q4gJZMECmbsAn3x0uBQ==",
"priceLevelIdentifierGuid": "e2d08ff1-5902-4030-a66e-c027df1d2e05",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-06-03T18:32:29.5665531",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "3",
"cardType": 2,
"issueDate": "2026-06-03T18:32:29.5665531",
"expiry": "2026-06-03T18:32:29.5665531",
"customerID": "KNj9fc0tUUexfzOlCFTSWQ==",
"customerIDGuid": "7dfdd828-2dcd-4751-b17f-33a50854d259",
"initialValue": 1,
"currentValue": 1,
"maxLimit": 1,
"minTransaction": 1,
"maxTransaction": 1,
"multiplier": 1.1,
"active": true,
"reasonInactive": 1,
"idRequired": true,
"idType": 1,
"idValue": "sample string 5",
"updated": "2026-06-03T18:32:29.5665531",
"linkedAccount": "iZ1s1lD2DEOmfHBErFenIQ==",
"linkedAccountGuid": "d66c9d89-f650-430c-a67c-7044ac57a721",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "2"
},
"account": {
"$id": "4",
"id": 1,
"identifier": "v5/UsVo2E0aD9+T0Y4Jp/w==",
"identifierGuid": "b1d49fbf-365a-4613-83f7-e4f4638269ff",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-06-03T18:32:29.5665531",
"owner": "PfXz/gAORUqqSYW7yI5i3w==",
"ownerGuid": "fef3f53d-0e00-4a45-aa49-85bbc88e62df",
"accountStoreGroupIdentifier": "zYshHgghfUiFO1CIU/aBZA==",
"accountStoreGroupGuid": "1e218bcd-2108-487d-853b-508853f68164",
"accountType": 1,
"currentBalance": 1,
"externalID": "sample string 7",
"maximumLimit": 1,
"accruePoints": true,
"loyaltyPoints": 1,
"termsOfTrade": 1,
"signatureRequired": true,
"referenceRequired": true,
"statementSendType": 10,
"ageingPeriod": 1,
"monthlyAgeingPeriod": true,
"explodedInvoice": true,
"isFifoAllocation": true,
"lastStatementSent": "2026-06-03T18:32:29.5665531",
"active": true,
"updated": "2026-06-03T18:32:29.5665531",
"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": "Ii9oTtqJvEW3I2PhQad8GA==",
"identifierGuid": "4e682f22-89da-45bc-b723-63e141a77c18",
"name": "sample string 2",
"primaryContact": "ohHfodC1sEqJNLylv2OCJg==",
"primaryContactGuid": "a1df11a2-b5d0-4ab0-8934-bca5bf638226",
"accountID": "WqixENrhNkKt7IOrTZ2poQ==",
"accountIDGuid": "10b1a85a-e1da-4236-adec-83ab4d9da9a1",
"special": true,
"updated": "2026-06-03T18:32:29.5665531",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "tdxKySbxz0Oz6Z7j9Q69iA==",
"priceLevelIdentifierGuid": "c94adcb5-f126-43cf-b3e9-9ee3f50ebd88",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "4"
},
"primaryContactCustomer": {
"$ref": "2"
},
"customerGroupMembers": [
{
"$id": "7",
"id": 1,
"groupID": "089DhzxKvkGygQvDMh5mLw==",
"groupIDGuid": "8743cfd3-4a3c-41be-b281-0bc3321e662f",
"customerID": "ra9FkV26sE6iR2RbWsfkjw==",
"customerIDGuid": "9145afad-ba5d-4eb0-a247-645b5ac7e48f",
"card": "sample string 4",
"linkedAccount": "MUyD9WCJS0289pUMOHDPVg==",
"linkedAccountGuid": "f5834c31-8960-4d4b-bcf6-950c3870cf56",
"customer": {
"$ref": "2"
},
"group": {
"$ref": "6"
},
"customerCard": {
"$ref": "3"
}
},
{
"$ref": "7"
}
]
},
{
"$ref": "6"
}
]
},
"payments": [
{
"$id": "8",
"id": 1,
"identifier": "AjsQXsikV0uV85VOWJBDOg==",
"identifierGuid": "5e103b02-a4c8-4b57-95f3-954e5890433a",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "7gqcFd5UvEaClozM9nCfsg==",
"accountIDGuid": "159c0aee-54de-46bc-8296-8cccf6709fb2",
"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:32:29.5665531",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "CHlbf7jHNEivajggEtnSqw==",
"idempotentVoidGuid": "7f5b7908-c7b8-4834-af6a-382012d9d2ab",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "9",
"saleHeaderID": 1,
"saleHeaderGuid": "sA+n7dcs+Eye3yLj1VT1kg==",
"saleHeaderIdentifierGuid": "eda70fb0-2cd7-4cf8-9edf-22e3d554f592",
"created": "2026-06-03T18:32:29.5665531",
"createdLocal": "2026-06-03T18:32:29.5665531",
"createdText": "sample string 4",
"itemCount": 5,
"totalAmount": 6,
"cashTender": 1,
"cardTender": 1,
"cheqTender": 1,
"acctTender": 1,
"voucherTender": 1,
"loyaltyPoints": 1,
"cashout": 1,
"changeAmount": 1,
"rounding": 1,
"gstAmount": 1,
"transactionDiscountTender": 1,
"totalTip": 7,
"tranType": 1,
"processed": 1,
"imported": "2026-06-03T18:32:29.5665531",
"storeID": 1,
"operatorG_Uid": "7e7Eui7Jqkm+isQPezYvGg==",
"operatorGuid": "bac4eeed-c92e-49aa-be8a-c40f7b362f1a",
"customerG_Uid": "5Yi4UB7tJ0iCwaDyvrW4Mw==",
"customerGuid": "50b888e5-ed1e-4827-82c1-a0f2beb5b833",
"communityIdentifier": "XnPcbOM6kkOxPyJFpP8x8g==",
"communityIdentifierGuid": "6cdc735e-3ae3-4392-b13f-2245a4ff31f2",
"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": "k/yHk3WPbESUE8Dc2JRe/Q==",
"priceLevelIdentifierGuid": "9387fc93-8f75-446c-9413-c0dcd8945efd",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-06-03T18:32:29.5665531+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:32:29.5665531",
"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": "coQ0mHSdikyJzitB5mosTg==",
"guid": "98348472-9d74-4c8a-89ce-2b41e66a2c4e",
"operatorNumber": 1,
"shortName": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"password": "sample string 5",
"hasPassword": true,
"passwordText": "sample string 6",
"rfidTagID": "sample string 7",
"blueprintID": 1,
"groupID": 1,
"groupName": "sample string 8",
"managerGroupID": 1,
"managerGroupName": "sample string 9",
"zoneID": 1,
"zoneName": "sample string 10",
"loggedIn": 1,
"lastUsedIP": "sample string 11",
"deleted": true,
"locked": true,
"allowOpenTill": true,
"webEmail": "sample string 14",
"simpleOperatorType": 0,
"webRole": "sample string 15",
"updated": "2026-06-03T18:32:29.5665531",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-06-03T18:32:29.5665531",
"endShift": "2026-06-03T18:32:29.5665531",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "12",
"operatorG_UID": "OV9EJxXQE0CcQ9Ee1D6F3Q==",
"operatorGuid": "27445f39-d015-4013-9c43-d11ed43e85dd",
"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:32:29.5665531",
"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": "XQGJZimtxkGjFDZZutANPg==",
"hostIdentifierGuid": "6689015d-ad29-41c6-a314-3659bad00d3e",
"hostName": 1,
"hostAddress": "sample string 27",
"hostUsername": "sample string 28",
"hostPassword": "sample string 29",
"excludeFromLeadInOut": true,
"accountingProvider": 31,
"accountingAddress": "sample string 32",
"accountingUsername": "sample string 33",
"accountingPassword": "sample string 34",
"storeAccountingCode": "sample string 35",
"softwareVariance": 36,
"fuelWarningVariance": 37.0,
"fuelErrorVariance": 38.0,
"fuelAccumulatedWarningVariance": 39.0,
"fuelAccumulatedErrorVariance": 40.0,
"drawManagment": 41,
"endOfDayManagment": true,
"autoFillCashBalancing": true,
"fuelDayVariance": 44,
"accountingTradingTime": "00:00:00.1234567",
"stockActivateProduct": 46,
"defaultOrderDocumentId": 1,
"defaultStockReceiveDocumentId": 1,
"giftCardSalesAccountingDeptCode": "sample string 47",
"transactionDiscountAccountingDeptCode": "sample string 48",
"size": 49,
"updated": "2026-06-03T18:32:29.5665531",
"priceZone": {
"$id": "14",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "4ISlL8iz9USh0rstgb3JzA==",
"hostIdentifierGuid": "2fa584e0-b3c8-44f5-a1d2-bb2d81bdc9cc",
"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": "FJKnW94fOkq3mGLmv6N/rw==",
"hostIdentifierGuid": "5ba79214-1fde-4a3a-b798-62e6bfa37faf",
"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": "BAcATaX/eEicZynzrbV3iA==",
"identifierGuid": "4d000704-ffa5-4878-9c67-29f3adb57788",
"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": "PbQcSC9WxEqPFlXHSbzncA==",
"hostSupplierIdentifierGuid": "481cb43d-562f-4ac4-8f16-55c749bce770",
"loyaltyPriceLevelIdentifier": "l7E+I6wIIUWfAG2PeardIA==",
"loyaltyPriceLevelIdentifierGuid": "233eb197-08ac-4521-9f00-6d8f79aadd20",
"isGroup": true,
"description": "sample string 22",
"hostProvider": 23,
"hostTypeEnum": 24,
"hostType": "sample string 25",
"hostCode": "sample string 26",
"username": "sample string 27",
"password": "sample string 28",
"passwordPlain": "sample string 29",
"server": "sample string 30",
"url": "sample string 31",
"global": true,
"stateCode": "sample string 33",
"lastCollected": "2026-06-03T18:32:29.5665531",
"lastProcessed": "2026-06-03T18:32:29.5665531",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$id": "19",
"identifier": "1aF1cwQ0HEW1Q3Ejavf6rQ==",
"identifierGuid": "7375a1d5-3404-451c-b543-71236af7faad",
"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": "b3JEqUNCWEmK4ttGCDYwyA==",
"primaryContactID": "a944726f-4243-4958-8ae2-db46083630c8",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "HbB9py/eGkWQ63KCrMGWmw==",
"supplierGroupGuid": "a77db01d-de2f-451a-90eb-7282acc1969b",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-06-03T18:32:29.5665531",
"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": "697ec26a-1aa4-4b4e-bddf-9e943831af95",
"identifier": "/NT7JzWYS0SL/v/M7pOgvg==",
"identifierGuid": "27fbd4fc-9835-444b-8bfe-ffccee93a0be",
"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": "bM20s6iDvk2jXUYHYWZOxA==",
"supplierIdentifierGuid": "b3b4cd6c-83a8-4dbe-a35d-460761664ec4",
"contactGuid": "qdZIF/j+ek6FXwBHGrvIzw==",
"contactID": "1748d6a9-fef8-4e7a-855f-00471abbc8cf",
"contact": {
"$ref": "20"
},
"supplier": {
"$ref": "19"
}
},
{
"$ref": "21"
}
],
"products": [
{
"$id": "22",
"pluG_UID": "6TyY6xI7ikCtQHxHCfolDg==",
"pluGuid": "eb983ce9-3b12-408a-ad40-7c4709fa250e",
"supplierIdentifier": "brbn3bxmTUeyJxuNTUIOeg==",
"supplierIdentifierGuid": "dde7b66e-66bc-474d-b227-1b8d4d420e7a",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-06-03T18:32:29.5665531",
"pricedByWeight": true,
"landedUnitCostEx": 9,
"landedUnitCostInc": 10,
"landedCartonCostInc": 12,
"landedCartonCostEx": 13,
"standardCost": 14,
"deliveryFee": 1,
"deliveryFeeBasis": "sample string 15",
"pickAndPackFee": 1,
"pickAndPackFeeBasis": "sample string 16",
"financeFee": 1,
"financeFeeBasis": "sample string 17",
"cartonLength": 1,
"cartonWidth": 1,
"cartonHeight": 1,
"palletLayerQuantity": 1,
"palletLayers": 1,
"itemCode": "sample string 18",
"invoiceCode": "sample string 19",
"invoiceDesc": "sample string 20",
"orderDirect": true,
"useCost": true,
"minimumQuantity": 21,
"hostType": 22,
"fromHost": 23,
"minimumReorder": 1,
"maximumReorder": 1,
"orderMultiple": 24.1,
"sellMultiple": 25.1,
"baseMultiple": 26.1,
"hostStandardCost": 27,
"hostTotalCost": 28,
"hostRetail": 29,
"hostLandedUnitCostEx": 30,
"hostLandedUnitCostInc": 31,
"hostDesc": "sample string 32",
"directIndicator": "sample string 33",
"availableToOrder": true,
"hostRangeIndicator": "sample string 35",
"hostProductType": "sample string 36",
"hostProductGrade": "sample string 37",
"hostProductGroup": "sample string 38",
"hostSlowMoving": true,
"hostGeneralMerchandise": true,
"hostPillar": "sample string 41",
"hostLastUpdated": "2026-06-03T18:32:29.5665531",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "23",
"pluG_UID": "MOrzIZK8wkqgMyWTImGK0A==",
"pluGuid": "21f3ea30-bc92-4ac2-a033-259322618ad0",
"supplierIdentifier": "R8+R9rA0bkmpe5U7UQAWbg==",
"supplierIdentifierGuid": "f691cf47-34b0-496e-a97b-953b5100166e",
"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": "a4shn60R00KTlyl614u52A==",
"parentPluGuid": "9f218b6b-11ad-42d3-9397-297ad78bb9d8",
"freight": 46.0,
"freightType": 1,
"product": {
"$id": "24",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "Y5mxXeuVz02RX0FkYfFJag==",
"guid": "5db19963-95eb-4dcf-915f-416461f1496a",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "2T1b3BH9TkadsB4b4trUUw==",
"priceGroupGuid": "dc5b3dd9-fd11-464e-9db0-1e1be2dad453",
"blueprintID": 1,
"lastCountedDate": "2026-06-03T18:32:29.5665531",
"externalID": "sample string 7",
"active": true,
"activated": "2026-06-03T18:32:29.5665531",
"pluCreated": "2026-06-03T18:32:29.5665531",
"createdByUser": "sample string 9",
"name": "sample string 10",
"nameChanged": true,
"secondDescription": "sample string 12",
"hostDescription": "sample string 13",
"keepCartonQty": true,
"keepDescription": true,
"keepDepartments": true,
"keepSuppliers": true,
"markdownDescription": "sample string 18",
"altDescription": "sample string 19",
"bestOrExpire": 20,
"lastUpdate": "2026-06-03T18:32:29.5665531",
"lastManualUpdate": "2026-06-03T18:32:29.5665531",
"imageName": "sample string 23",
"showImageOnFlipCharts": true,
"showTextOnFlipCharts": true,
"overrideFlipChartText": true,
"flipChartText": "sample string 27",
"salesMode": 1,
"eftCode": 1,
"price": 1,
"priceChanged": true,
"rrp": 1,
"gstPercent": 28,
"gstPercentChanged": true,
"costGSTPercent": 29,
"costGSTPercentChanged": true,
"wetPercent": 1,
"priceOverride": 1,
"cost": 1,
"currentCost": 1,
"currentCostDecimals": 1,
"grossProfit": 1.0,
"currentCostDesc": "sample string 30",
"currentCostEnd": "2026-06-03T18:32:29.5665531",
"currentCostUpdated": "2026-06-03T18:32:29.5665531",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-06-03T18:32:29.5665531",
"defaultGP": 1,
"breakTargetMode": 33,
"break1": 1,
"price1": 1,
"target1": 34,
"break2": 1,
"price2": 1,
"target2": 35,
"break3": 1,
"price3": 1,
"target3": 36,
"break1Changed": true,
"price1Changed": true,
"target1Changed": true,
"break2Changed": true,
"price2Changed": true,
"target2Changed": true,
"break3Changed": true,
"price3Changed": true,
"target3Changed": true,
"breakTargetModeChanged": true,
"margin": 1.1,
"marginChanged": true,
"marginRanged": true,
"marginRangedChanged": true,
"minimumMargin": 1.1,
"minimumMarginChanged": true,
"maximumMargin": 1.1,
"maximumMarginChanged": true,
"overrideHostWarehouseIndicator": true,
"overrideHostWarehouseIndicatorChanged": true,
"overrideHostPrice": true,
"overrideHostPriceChanged": true,
"overrideHostCost": true,
"overrideHostCostChanged": true,
"overrideHostMargin": true,
"overrideHostMarginChanged": true,
"alwaysApplyMargin": true,
"alwaysApplyMarginChanged": true,
"aws": 1.0,
"paws": 1.0,
"awsUpdated": "2026-06-03T18:32:29.5665531",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "2FQnypd7vUiMkLEwHJ4T/w==",
"altPLUGuid": "ca2754d8-7b97-48bd-8c90-b1301c9e13ff",
"altPLUGuidChanged": true,
"altPriceDescription1": "sample string 54",
"altPriceDescription2": "sample string 55",
"cartonQuantity": 56,
"cartonQuantityChanged": true,
"trayID": 1,
"promptID": 1,
"tare": 1,
"packQty": 1,
"fixedWeight": 1,
"extraMesg": 1,
"text1": "sample string 58",
"text2": "sample string 59",
"text3": "sample string 60",
"labelText": "sample string 61",
"labelTextChanged": true,
"sendToScale": true,
"nonScaleWeigh": true,
"labelFormat": "sample string 65",
"barcodeFormat": "sample string 66",
"austMade": 1,
"coolCode": 67,
"countryOfOrigin": "sample string 68",
"percentContent": 69.1,
"departmentID": 1,
"subDepartmentID": 1,
"minorDepartmentID": 1,
"lesserDepartmentID": 1,
"deptCode": "sample string 70",
"subDeptCode": "sample string 71",
"minorDeptCode": "sample string 72",
"lesserDeptCode": "sample string 73",
"deptName": "sample string 74",
"subDeptName": "sample string 75",
"minorDeptName": "sample string 76",
"lesserDeptName": "sample string 77",
"departmentChanged": true,
"subCategoryID": 1,
"expiry": 1,
"showDays": 1,
"datePrint": 1,
"labelRequired": true,
"labelShelfQty": 80,
"labelShelfChanged": true,
"labelTalkerQty": 82,
"labelSmall": true,
"labelLastPrinted": "2026-06-03T18:32:29.5665531",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "QU3OXwlgLUWhCjE0hvRF/w==",
"shelfPageLayoutGuid": "5fce4d41-6009-452d-a10a-313486f445ff",
"talkerPageLayoutG_UID": "5+ToJ8WiK0K+XntUAuf4Kg==",
"talkerPageLayoutGuid": "27e8e4e7-a2c5-422b-be5e-7b5402e7f82a",
"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": "CBkucxTpg0eIHNBL50Xp4g==",
"inventoryIdentifier": "732e1908-e914-4783-881c-d04be745e9e2",
"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": "lcjqZcqblUKYIIsEunSl7g==",
"parentPluGuid": "65eac895-9bca-4295-9820-8b04ba74a5ee",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "lI7ifhKg8EWsapAMZ3c3iA==",
"supplierIdentifierGuid": "7ee28e94-a012-45f0-ac6a-900c67773788",
"supplierChanged": true,
"rebateSupplierIdentifier": "7xSEaZYxE0iWOvAh+w6snw==",
"rebateSupplierIdentifierGuid": "698414ef-3196-4813-963a-f021fb0eac9f",
"rebateSupplierChanged": true,
"availableForOrder": true,
"warehouseDirectIndicator": "sample string 109",
"warehouseDirectIndicatorChanged": true,
"productGrade": "sample string 111",
"productType": "sample string 112",
"productGroup": "sample string 113",
"complianceIndicator": "sample string 114",
"inhouseBrand": "sample string 115",
"slowMoving": true,
"generalMerchandise": true,
"comment": "sample string 118",
"lastUpdatedByUser": "sample string 119",
"lastManualUpdatedByUser": "sample string 120",
"lastUpdatedByUserOverride": true,
"lastUpdatedByHost": "2026-06-03T18:32:29.5665531",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "GR+T+YEFmEassv+PIb8inA==",
"hostIdentifierGuid": "f9931f19-0581-4698-acb2-ff8f21bf229c",
"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": "+jujPXK54U6HeNnAxZnD+w==",
"pluGuid": "3da33bfa-b972-4ee1-8778-d9c0c599c3fb",
"plu": 1,
"storeID": 1,
"zoneID": 2,
"zoneName": "sample string 3",
"store": "sample string 4",
"isElectedMasterStore": true,
"isZoneMasterStore": true,
"priceNow": 7,
"costNow": 8,
"costNowDecimals": 9,
"normalPrice": 10,
"priceNext": 1,
"costNext": 1,
"costNextDecimals": 11,
"nextCampaignName": "sample string 12",
"gstPercent": 13,
"normalCost": 14,
"normalCostDecimals": 15,
"costGstPercent": 16,
"costCalcMethod": 1,
"currentCost": 17,
"currentCostDecimals": 18,
"break1": 19,
"price1": 20,
"break2": 21,
"price2": 22,
"break3": 23,
"price3": 24,
"fuelItem": 25,
"fixedWeight": 26,
"active": true,
"complianceIndicator": "sample string 27",
"doNotOrder": true,
"doNotRange": true,
"isNormalPriceChangesCampaign": true,
"updated": "2026-06-03T18:32:29.5665531"
},
{
"$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:32:29.5665531",
"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:32:29.5665531",
"startTime": 5,
"endDate": "2026-06-03T18:32:29.5665531",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "abSTH9hCtkCpixpaInfYCw==",
"hostIdentifierGuid": "1f93b469-42d8-40b6-a98b-1a5a2277d80b",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "28"
},
{
"$ref": "28"
}
]
},
"tray": {
"$id": "29",
"g_UId": "l/o3AFrsQkm30xqL3cirbg==",
"guid": "0037fa97-ec5a-4942-b7d3-1a8bddc8ab6e",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "30",
"priceGroupG_UID": "fyLhiMmpsUWFKX6rjCxa5Q==",
"priceGroupGuid": "88e1227f-a9c9-45b1-8529-7eab8c2c5ae5",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-06-03T18:32:29.5665531",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "24"
},
{
"$ref": "24"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "31",
"pluG_UID": "30298OAqr0O3fqjTnarLGA==",
"pluGuid": "f0bd4ddf-2ae0-43af-b77e-a8d39daacb18",
"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": "548b69a7-5198-43d3-ab44-b4e2e73ead84",
"created": "2026-06-03T18:32:29.5665531",
"createdByUser": "sample string 1",
"activated": "2026-06-03T18:32:29.5665531",
"activatedByUser": "sample string 2",
"deactivated": "2026-06-03T18:32:29.5665531",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-06-03T18:32:29.5665531",
"lastOrderedQty": 4.0,
"lastReceived": "2026-06-03T18:32:29.5665531",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-06-03T18:32:29.5665531",
"lastSold": "2026-06-03T18:32:29.5665531",
"firstSold": "2026-06-03T18:32:29.5665531",
"awsUpdated": "2026-06-03T18:32:29.5665531",
"lastManualUpdate": "2026-06-03T18:32:29.5665531",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-06-03T18:32:29.5665531",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-06-03T18:32:29.5665531",
"doNotRangeUpdated": "2026-06-03T18:32:29.5665531",
"doNotOrderUpdated": "2026-06-03T18:32:29.5665531",
"tracked": "2026-06-03T18:32:29.5665531"
},
"allergens": [
{
"$id": "33",
"primaryKey": {
"$id": "34",
"pluGuid": "dd725bbb-ab41-4428-af93-868b28b7529f",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "u1ty3UGrKESvk4aLKLdSnw==",
"pluGuid": "dd725bbb-ab41-4428-af93-868b28b7529f",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "33"
}
],
"costs": {
"$id": "35",
"pluG_UID": "YSbCxIdbDUawdtP6fzGXhA==",
"pluGuid": "c4c22661-5b87-460d-b076-d3fa7f319784",
"enteredCost": 1,
"weightedAvgCost": 1,
"lastCost": 1,
"rawEnteredCost": 2,
"rawWeightedAvgCost": 3,
"rawLastCost": 4,
"freight": 5.0,
"freightType": 6,
"costDecimals": 7,
"fifoCost": 1,
"updated": "2026-06-03T18:32:29.5665531",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "36",
"saleHeaderID": 1,
"created": "2026-06-03T18:32:29.5665531",
"createdLocal": "2026-06-03T18:32:29.5665531",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "ivLfSJwI0kWUpG2oHlk71A==",
"operatorGuid": "48dff28a-089c-45d2-94a4-6da81e593bd4",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "EHvqfusSakKzYO6IZ7BWrA==",
"pluGuid": "7eea7b10-12eb-426a-b360-ee8867b056ac",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$ref": "11"
}
},
{
"$ref": "36"
}
],
"apns": [
{
"$id": "37",
"pluID": 1,
"pluG_UID": "bEG0IA0+YEelMyIfEtWwlg==",
"pluGuid": "20b4416c-3e0d-4760-a533-221f12d5b096",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "37"
}
],
"tuns": [
{
"$id": "38",
"pluG_UId": "Puk/5Y72BEqepqLbP7qzjw==",
"pluGuid": "e53fe93e-f68e-4a04-9ea6-a2db3fbab38f",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "24"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "38"
}
],
"competitionPricing": [
{
"$id": "39",
"identifier": "zxRJMnxrj0eC52p04TNVWA==",
"identifierGuid": "324914cf-6b7c-478f-82e7-6a74e1335558",
"pluG_UID": "niZHuVwkTEW6Lp9azwTboQ==",
"pluGuid": "b947269e-245c-454c-ba2e-9f5acf04dba1",
"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": "vESYgDAKU0GP2s4jtce8hg==",
"groupName": "sample string 1",
"identifierGuid": "809844bc-0a30-4153-8fda-ce23b5c7bc86",
"exists": true,
"flipChartIdentifier": "Ex8mKfYlNEaTzNZTbP3zAQ==",
"flipChartIdentifierGuid": "29261f13-25f6-4634-93cc-d6536cfdf301",
"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": "eUW/d8cL9E+2KqRZ3SX5fw==",
"groupIdentifierGuid": "77bf4579-0bc7-4ff4-b62a-a459dd25f97f",
"flipChart": {
"$id": "41",
"identifier": "HC/4QM5D40it46KI64sJbQ==",
"identifierGuid": "40f82f1c-43ce-48e3-ade3-a288eb8b096d",
"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": "2QelLKqQpEuvKzGWH5dr+A==",
"identifierGuid": "2ca507d9-90aa-4ba4-af2b-31961f976bf8",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "43",
"id": 1,
"g_UID": "nf4+tkmOrUKUTDWwjwatMw==",
"guid": "b63efe9d-8e49-42ad-944c-35b08f06ad33",
"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": "M9jJhcJpTk+Es0Uwz87/pw==",
"previousFormGuid": "85c9d833-69c2-4f4e-84b3-4530cfceffa7",
"nextForm": 1,
"nextFormG_UID": "PoAEeSvc5kqnXpL+gFokng==",
"nextFormGuid": "7904803e-dc2b-4ae6-a75e-92fe805a249e",
"attributes": "sample string 10",
"updated": "2026-06-03T18:32:29.5665531",
"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": "vnnjduqZ5EaLedNFQ2212Q==",
"checkoutFormGuid": "76e379be-99ea-46e4-8b79-d345436db5d9",
"identifier": "oP5Oavd8GUie9SaLOFockw==",
"identifierGuid": "6a4efea0-7cf7-4819-9ef5-268b385a1c93",
"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": "JGPUY9OHNkK0vo5pOpWlUg==",
"valueGuid": "63d46324-87d3-4236-b4be-8e693a95a552",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-06-03T18:32:29.5665531",
"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:32:29.5665531",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "44"
}
],
"panels": [
{
"$id": "46",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "FZWbyIfEFUqjK32xp8TvxA==",
"checkoutFormGuid": "c89b9515-c487-4a15-a32b-7db1a7c4efc4",
"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": "p9cV9CESOEO6Qxm3Caa62g==",
"flipChartPageIdentifierGuid": "f415d7a7-1221-4338-ba43-19b709a6bada",
"pluG_UID": "5WB4zsGZQEOOewF04QieOA==",
"pluGuid": "ce7860e5-99c1-4340-8e7b-0174e1089e38",
"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": "CfQw2gIBQEKsYMkIW05Qgw==",
"pluGuid": "da30f409-0102-4240-ac60-c9085b4e5083",
"price": 1,
"costCalcMethod": 1,
"cost": 2,
"weightedAvgCost": 3,
"lastCost": 4,
"rawCost": 5,
"rawWeightedAvgCost": 6,
"rawLastCost": 7,
"costDecimals": 8,
"serviceFeeID": 9,
"freight": 10.0,
"freightType": 11,
"process": "sample string 12",
"user": "sample string 13",
"updated": "2026-06-03T18:32:29.5665531",
"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": "ppvhAAW6x0G13IbemI0ReQ==",
"ingredientGuid": "p9qDwnDPcUewQnpSkm5CqA==",
"ingredientIdentifier": "c283daa7-cf70-4771-b042-7a52926e42a8",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "24"
}
},
{
"$ref": "49"
}
],
"bins": [
{
"$id": "50",
"pluG_UID": "HEBW8YHdqUeuNfTNgfOz+w==",
"pluGuid": "f156401c-dd81-47a9-ae35-f4cd81f3b3fb",
"shelfLocationIdentifier": "Qn/dh0b5GEOO8fEdwWb4vw==",
"shelfLocationGuid": "87dd7f42-f946-4318-8ef1-f11dc166f8bf",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "4U32XbQbOkikoE/QiJlXSg==",
"labelPageLayoutGuid": "5df64de1-1bb4-483a-a4a0-4fd08899574a",
"updated": "2026-06-03T18:32:29.5665531",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "24"
},
"location": {
"$id": "51",
"identifier": "p6xiLGrDOUqFURJNT7Qdxg==",
"storeID": 1,
"identifierGuid": "2c62aca7-c36a-4a39-8551-124d4fb41dc6",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-06-03T18:32:29.5665531",
"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": "Psh85n1Jy0mQe8W30EV0fA==",
"pluGuid": "e67cc83e-497d-49cb-907b-c5b7d045747c",
"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:32:29.5665531",
"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:32:29.5665531",
"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": "t8QIidPc+0uB6gvVzxhLWQ==",
"labelPageLayoutGuid": "8908c4b7-dcd3-4bfb-81ea-0bd5cf184b59",
"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:32:29.5665531",
"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": "sRlRoJ7kCEeUyA+XqBLRAw==",
"labelPageLayoutGuid": "a05119b1-e49e-4708-94c8-0f97a812d103",
"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:32:29.5665531",
"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": "h0u4ccWT8keP9rIzjprCGg==",
"labelPageLayoutGuid": "71b84b87-93c5-47f2-8ff6-b2338e9ac21a",
"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:32:29.5665531",
"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": "d4voCYUuLE2/ZSRNrhbxOg==",
"labelPageLayoutGuid": "09e88b77-2e85-4d2c-bf65-244dae16f13a",
"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": "EqBIVXp9l02iP0FeqS7ldA==",
"pluGuid": "5548a012-7d7a-4d97-a23f-415ea92ee574",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "wuhzuMsKgEO73ogW6cNOBg==",
"dealCostGuid": "b873e8c2-0acb-4380-bbde-8816e9c34e06",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "fVG1NmufC0+VyTLOrxzn7A==",
"priceGroupGuid": "36b5517d-9f6b-4f0b-95c9-32ceaf1ce7ec",
"itemNumber": "sample string 10",
"cri": "sample string 11",
"pluPrice": 12,
"costCalcMethod": 13,
"pluCost": 14,
"pluCostIndicator": "sample string 15",
"pluPriceGstPercent": 16,
"pluCostGstPercent": 17,
"pluActive": true,
"cartonQty": 1.1,
"baseUnits": 19.1,
"salesMode": 1,
"orderPacked": 20,
"pluNormalCost": 21,
"pluaws": 22.0,
"directNumber": "sample string 23",
"departmentName": "sample string 24",
"subDepartmentName": "sample string 25",
"priceGroupName": "sample string 26",
"supplierName": "sample string 27",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-06-03T18:32:29.5665531",
"rrp": 28,
"campaignDescription": "sample string 29",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "2dedbf22-23cb-40a4-bd36-c52e4abf3345",
"campaignComboPriceGroupG_UID": "pOCFFo04HE6P01RDBFG6IQ==",
"campaignComboPriceGroupIdentifier": "1685e0a4-388d-4e1c-8fd3-54430451ba21",
"promotionPlacementDescription": "sample string 31",
"storeAcceptances": [
{
"$id": "63",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-06-03T18:32:29.5665531",
"operatorG_UID": "qsIkk/naLUeWrl7U1lXC5g==",
"operatorGuid": "9324c2aa-daf9-472d-96ae-5ed4d655c2e6",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-06-03T18:32:29.5665531",
"signIqTicketFileMovedUtc": "2026-06-03T18:32:29.5665531",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-06-03T18:32:29.5665531",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "827867ec-4c7f-4c01-8696-19ff61fc71d9",
"product": {
"$ref": "24"
},
"campaignPlu": {
"$ref": "62"
},
"fuelItem": true
},
{
"$ref": "63"
}
],
"campaign": {
"$id": "64",
"id": 1,
"storeID": 2,
"name": "a11a5f3a-6313-4158-a99e-ce7a7a3a2188",
"nameGuid": "a11a5f3a-6313-4158-a99e-ce7a7a3a2188",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-06-03T18:32:29.5665531",
"startTime": 1,
"endDate": "2026-06-03T18:32:29.5665531",
"endTime": 1,
"recurrence": 1,
"recurrenceType": 1,
"monthType": 1,
"weekDays": 1,
"months": 1,
"monthWeeks": 1,
"monthDays": "sample string 7",
"printed": true,
"talkerText": "sample string 8",
"rangeDescription": "sample string 9",
"dealDescription": "sample string 10",
"labelQuantity": 11,
"active": 1,
"deactivated": "2026-06-03T18:32:29.5665531",
"system": true,
"created": "2026-06-03T18:32:29.5665531",
"updated": "2026-06-03T18:32:29.5665531",
"priceChangeNotifiedUtc": "2026-06-03T18:32:29.5665531",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "qp81XqU8DEit1P3pPHkomg==",
"hostIdentifierGuid": "5e359faa-3ca5-480c-add4-fde93c79289a",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-06-03T18:32:29.5665531",
"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": "QxEKsFvSH0msNiOSyjO1Uw==",
"pluGuid": "b00a1143-d25b-491f-ac36-2392ca33b553",
"hostOfferID": 1,
"priceGroupG_UID": "mDTN3EKxjECdnYXNhqa4Fg==",
"priceGroupGuid": "dccd3498-b142-408c-9d9d-85cd86a6b816",
"fuelItem": true,
"pluName": "sample string 6",
"apn": "sample string 7",
"pluActive": true,
"cartonQty": 1,
"baseUnits": 9.1,
"cri": "sample string 10",
"salesMode": 1,
"orderPacked": 11,
"pluaws": 12.0,
"directNumber": "sample string 13",
"departmentName": "sample string 14",
"subDepartmentName": "sample string 15",
"priceGroupName": "sample string 16",
"supplierName": "sample string 17",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-06-03T18:32:29.5665531",
"rrp": 18,
"campaignDescription": "sample string 19",
"product": {
"$ref": "24"
},
"campaign": {
"$ref": "64"
}
},
{
"$ref": "65"
}
],
"sellingRules": [
{
"$id": "66",
"id": 1,
"identifier": "dz8vO2twhUmysBTa9R1nWA==",
"identifierStr": "dz8vO2twhUmysBTa9R1nWA==",
"identifierGuid": "3b2f3f77-706b-4985-b2b0-14daf51d6758",
"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": "U9pi0qyATk2V3Ndk4bIu7w==",
"customerIDGuid": "d262da53-80ac-4d4e-95dc-d764e1b22eef",
"campaign": {
"$ref": "64"
},
"customer": {
"$ref": "2"
}
},
{
"$ref": "67"
}
],
"customerGroups": [
{
"$id": "68",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupID": "Q6jeaTvuB0OLlpLaa0VIww==",
"groupIDGuid": "69dea843-ee3b-4307-8b96-92da6b4548c3",
"campaign": {
"$ref": "64"
},
"group": {
"$ref": "6"
}
},
{
"$ref": "68"
}
],
"signIqTickets": [
{
"$id": "69",
"identifier": "Ros8AhaHAECKs+4Cy4vgUg==",
"identifierGuid": "023c8b46-8716-4000-8ab3-ee02cb8be052",
"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": "1ktpC3UYCkCi1gMtmCGCIg==",
"guid": "0b694bd6-1875-400a-a2d6-032d98218222",
"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": "jhPWhnXUzkO2z34PDzWSsQ==",
"groupGuid": "86d6138e-d475-43ce-b6cf-7e0f0f3592b1",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "m3Mz08wEFk2gCPksGM1x3g==",
"pluGuid": "d333739b-04cc-4d16-a008-f92c18cd71de",
"priceGroupG_UID": "WvVl2VqKmk+8m2ANufmoFw==",
"priceGroupGuid": "d965f55a-8a5a-4f9a-bc9b-600db9f9a817",
"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": "M2rO5w1B2EGRkadDngOBBQ==",
"priceLevelIdentifierGuid": "e7ce6a33-410d-41d8-9191-a7439e038105",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "72"
}
],
"promotionType": {
"$id": "73",
"identifier": "NVG0h/uJZEmEAjHtPYl1nw==",
"identifierGuid": "87b45135-89fb-4964-8402-31ed3d89759f",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "bcQggA0B9Uy3/FBrkE79ww==",
"labelPageLayoutGuid": "8020c46d-010d-4cf5-b7fc-506b904efdc3",
"priceLevelIdentifier": "kUeRbNyhxU2yj/X3wKtmbA==",
"priceLevelIdentifierGuid": "6c914791-a1dc-4dc5-b28f-f5f7c0ab666c",
"active": true,
"updated": "2026-06-03T18:32:29.5665531",
"hostName": "sample string 11"
}
},
"product": {
"$ref": "24"
},
"dealCost": {
"$id": "74",
"headerIdentifier": "OfKMYfTG2kaZZOWqbWfc1Q==",
"headerIdentifierGuid": "618cf239-c6f4-46da-9964-e5aa6d67dcd5",
"identifier": "fhwYyWoMOE+SFSOcHLqbsA==",
"identifierGuid": "c9181c7e-0c6a-4f38-9215-239c1cba9bb0",
"supplierIdentifier": "77iBlY7ZV0eXGsp8s6WDTQ==",
"supplierGuid": "9581b8ef-d98e-4757-971a-ca7cb3a5834d",
"pluG_UID": "B8ddWhNHDUegD4PeJj4xEA==",
"pluGuid": "5a5dc707-4713-470d-a00f-83de263e3110",
"campaignName": "adcafb96-8d6a-42ab-be51-b195e0943f03",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-06-03T18:32:29.5665531",
"end": "2026-06-03T18:32:29.5665531",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "/vDpcg9K0ky38zZ0h3g45A==",
"bonusItemPluGuid": "72e9f0fe-4a0f-4cd2-b7f3-3674877838e4",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-06-03T18:32:29.5665531",
"metcashPromotionID": "sample string 14",
"fromHost": 15,
"storeNames": "sample string 16",
"storeIDs": [
1,
2
],
"supplierName": "sample string 17",
"campaignDescription": "sample string 18",
"newPrice": 1,
"campaignMetcashPromotionID": "sample string 19",
"campaignActive": true,
"campaignStartDate": "2026-06-03T18:32:29.5665531",
"campaignEndDate": "2026-06-03T18:32:29.5665531",
"masterPLUG_UID": "iCb2erZULESpDv8uc03vLQ==",
"masterID": "7af62688-54b6-442c-a90e-ff2e734def2d",
"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": "hJ57LCPgNEmV/0csrkvzJA==",
"bonusMasterID": "2c7b9e84-e023-4934-95ff-472cae4bf324",
"bonusProductName": "sample string 34",
"bonusProductAPN": "sample string 35",
"bonusOrderCode": "sample string 36",
"bonusNormalSell": 37,
"bonusNormalCost": 38,
"bonusNormalCostDecimals": 39,
"bonusCartonQuantity": 40,
"bonusSalesMode": 41,
"bonusOrderPacked": 42,
"bonusFuelItem": true,
"bonusActive": true
}
},
"currentCostStart": "2026-06-03T18:32:29.5665531",
"dealCosts": [
{
"$ref": "74"
},
{
"$ref": "74"
}
],
"tags": [
{
"$id": "75",
"pluG_UID": "0rSxwAVzIkiY/hU51dwiaw==",
"pluGuid": "c0b1b4d2-7305-4822-98fe-1539d5dc226b",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "75"
}
],
"alternateProductG_UID": "LKPJw5b9F0icRpoEjpBcrg==",
"alternateProduct": "c3c9a32c-fd96-4817-9c46-9a048e905cae",
"altProduct": {
"$ref": "24"
},
"productHostCode": {
"$id": "76",
"id": 1,
"pluG_UID": "R67taGl+bUGTEIIncTb95w==",
"pluGuid": "68edae47-7e69-416d-9310-82277136fde7",
"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:32:29.5665531",
"inventoryTracked": "2026-06-03T18:32:29.5665531",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "77",
"pluG_UID": "DsXfd+fhAUyjxjC9LHY0Uw==",
"pluGuid": "77dfc50e-e1e7-4c01-a3c6-30bd2c763453",
"fuelPluG_UID": "hhe+xn2s7kahqA/0CcpEvA==",
"fuelPluGuid": "c6be1786-ac7d-46ee-a1a8-0ff409ca44bc",
"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": "RX4mvJ18C0SThnZXX79qUw==",
"supplierGuid": "bc267e45-7c9d-440b-9386-76575fbf6a53",
"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": "Om9VjTtjbkyIr58J51UfRQ==",
"supplierGuid": "8d556f3a-633b-4c6e-88af-9f09e7551f45",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"cutOffWeek": 5,
"cutOffDay": 6,
"cutOffTime": "00:00:00.1234567",
"leadTime": 7,
"daysBuffer": 8,
"supplierName": "sample string 9",
"cutOffDate": "2026-06-03T18:32:29.5665531",
"deliveryDate": "2026-06-03T18:32:29.5665531",
"nextCutOffDate": "2026-06-03T18:32:29.5665531",
"nextDeliveryDate": "2026-06-03T18:32:29.5665531",
"nextDaysBuffer": 10
},
{
"$ref": "80"
}
],
"store": {
"$ref": "13"
},
"updated": "2026-06-03T18:32:29.5665531",
"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:32:29.5665531",
"processed": "2026-06-03T18:32:29.5665531",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-06-03T18:32:29.5665531",
"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:32:29.5665531",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "81"
}
],
"zoneMatrix": [
{
"$id": "83",
"id": 1,
"hostIdentifier": "D+RCBOgD40KHQvXR8urf7Q==",
"hostIdentifierGuid": "0442e40f-03e8-42e3-8742-f5d1f2eadfed",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"acfd436e-bf0b-4857-a1cc-31b6f2303da5",
"f646a770-e242-4439-a4e1-875776c02dc6"
]
},
{
"$ref": "83"
}
],
"hostFileStoreSetting": {
"$ref": "17"
},
"hostStoreSettings": [
{
"$ref": "17"
},
{
"$ref": "17"
}
],
"promotionPlacements": [
{
"$id": "84",
"identifier": "ts3hZA4tn0KEoGCCjcxgQg==",
"identifierGuid": "64e1cdb6-2d0e-429f-84a0-60828dcc6042",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "84"
}
],
"promoTypeGuids": [
"b43e5471-56b1-40d3-90b0-8886fb27bec0",
"ed73cb30-0bc6-4253-bbf6-9309ef07877f"
],
"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:32:29.5665531",
"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": "37271551-c0b8-4043-a55f-0fb561750174",
"updateStore": {
"$id": "90",
"id": "5df3da8a-bb84-4869-b90f-905af4a96dbd",
"name": "sample string 1",
"lastActivity": "2026-06-03T18:32:29.5665531",
"zone": "sample string 2",
"timeZoneOffset": 0.0,
"businessHoursStart": "00:00:00.1234567",
"businessHoursEnd": "00:00:00.1234567",
"master": true,
"lastIP": "sample string 10",
"lastHostName": "sample string 11",
"ping": 1,
"pingStatus": "sample string 12",
"lastUpdateCompleted": "2026-06-03T18:32:29.5665531"
},
"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": "+jo6c9ojaUK7P1Bwn/2PIQ==",
"identifierGuid": "733a3afa-23da-4269-bb3f-50709ffd8f21",
"name": "sample string 3",
"lookupIdentifier": "sample string 4",
"externalID": "sample string 5",
"phone": "sample string 6",
"fax": "sample string 7",
"email": "sample string 8",
"address1": "sample string 9",
"address2": "sample string 10",
"city": "sample string 11",
"postCode": "sample string 12",
"state": "sample string 13",
"country": "sample string 14",
"abn": "sample string 15",
"promoPeriodStart": "2026-06-03T18:32:29.5665531",
"promoPeriodEnd": "2026-06-03T18:32:29.5665531",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-06-03T18:32:29.5665531",
"deleted": true
},
"details": [
{
"$id": "93",
"saleItemID": 1,
"identifier": "K2hB6g3oMkumu+QryZsH5g==",
"identifierGuid": "ea41682b-e80d-4b32-a6bb-e42bc99b07e6",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "RzUwdSCC7UO1l1d16KOCFw==",
"pluGuid": "75303547-8220-43ed-b597-5775e8a38217",
"accountID": "BXiu7xKA40WAJgSd0nWTVw==",
"accountIDGuid": "efae7805-8012-45e3-8026-049dd2759357",
"normalPrice": 3,
"originalSellingPrice": 4,
"discountPrice": 5,
"unit": 1,
"quantity": 6,
"totalCents": 7,
"fixedPrice": 1,
"tranType": 1,
"discountType": 1,
"cost": 1,
"costDecimals": 8,
"markdown": 1,
"manualQuantity": 1,
"manualPrice": 1,
"manualMode": 1,
"active": 1,
"offline": true,
"barcode": "sample string 9",
"keyedSale": 1,
"discountedID": 1,
"fuelID": 1,
"serialNumber": "sample string 10",
"bestOrExpire": "2026-06-03T18:32:29.5665531",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "YQSwM0AHSUibPxvOZSyq3g==",
"refundGuid": "33b00461-0740-4849-9b3f-1bce652caade",
"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": "Bi0ZsrUcV0+x9As1lUaPLg==",
"idempotentVoidGuid": "b2192d06-1cb5-4f57-b1f4-0b3595468f2e",
"priceLevelIdentifier": "XIq10sVi0EK3yBr4Iz09xQ==",
"priceLevelIdentifierGuid": "d2b58a5c-62c5-42d0-b7c8-1af8233d3dc5",
"communityIdentifier": "CDCelH3r+kuKuJTY6w/5Cw==",
"communityIdentifierGuid": "949e3008-eb7d-4bfa-8ab8-94d8eb0ff90b",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "94",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-06-03T18:32:29.5665531",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "94"
}
],
"refund": {
"$id": "95",
"id": 1,
"g_UID": "I0F1N/11vEq18YFIH6YVxw==",
"guid": "37754123-75fd-4abc-b5f1-81481fa615c7",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-06-03T18:32:29.5665531"
},
"modifier": {
"$id": "96",
"id": 1,
"setG_UID": "NLeRqC1TJkK7zctvx3t9zA==",
"modifierSetGuid": "a891b734-532d-4226-bbcd-cb6fc77b7dcc",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "Z5oqrhnZI0avohzXNCJddw==",
"pluGuid": "ae2a9a67-d919-4623-afa2-1cd734225d77",
"deleted": true,
"g_UID": "O5bL38qaz0+ezu+1EgM3Qg==",
"guid": "dfcb963b-9aca-4fcf-9ece-efb512033742",
"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": "ZoqG8hNoXUW/VeHSmoRkhQ==",
"pluGuid": "f2868a66-6813-455d-bf55-e1d29a846485",
"saleHeaderID": 2,
"totalCents": 3,
"grade": 1,
"gradeDescription": "sample string 4",
"dispenser": 1,
"hose": 1,
"quantity": 1,
"cost": 1,
"acquirerNum": 1,
"attendant": 1,
"ePurseBalance": 1.0,
"cardSignature": "sample string 5",
"compartmentNumber": 1,
"contractNumber": 1,
"discountCardPAN": "sample string 6",
"discountID": 1,
"discountName": "sample string 7",
"discountNetValue": 1.0,
"discountType": 1,
"discountValue": 1.0,
"discretionaryData": "sample string 8",
"driverID": "sample string 9",
"eftBatchNumber": 1,
"eftResponseCode": "sample string 10",
"endDateTime": "2026-06-03T18:32:29.5665531",
"engineHours": 1.1,
"fposNumber": 1,
"loyaltyCardPAN": "sample string 11",
"miscData1": 1,
"miscData2": "sample string 12",
"miscFlags": 1,
"mop": 1,
"odometer": 1,
"panNumber": "sample string 13",
"saleRefund": true,
"saleStatus": 1,
"sequenceNumber": 1,
"stan": 1,
"startDateTime": "2026-06-03T18:32:29.5665531",
"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": "ucbWeGnuLEqaXr0WRibYpA==",
"pluGuid": "78d6c6b9-ee69-4a2c-9a5e-bd164626d8a4",
"accountID": "w4SmouHVPkKSdfZ8zlrEZQ==",
"accountIDGuid": "a2a684c3-d5e1-423e-9275-f67cce5ac465",
"normalPrice": 3,
"originalSellingPrice": 4,
"discountPrice": 5,
"unit": 1,
"quantity": 6,
"totalCents": 7,
"fixedPrice": 1,
"tranType": 1,
"processed": 1,
"discountType": 1,
"cost": 1,
"costDecimals": 1,
"markdown": 1,
"manualQuantity": 1,
"manualPrice": 1,
"manualMode": 1,
"active": 1,
"barcode": "sample string 8",
"offline": 1,
"keyedSale": 1,
"discountedID": 1,
"fuelID": 1,
"serialNumber": "sample string 9",
"bestOrExpire": "2026-06-03T18:32:29.5665531",
"bestOrExpireType": 1,
"refundG_UID": "fofexR+6lkOS5CxmU0NnlQ==",
"refundGuid": "c5de877e-ba1f-4396-92e4-2c6653436795",
"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": "Zu/5bxCGYESHgs0+7uzpHA==",
"surveyGuid": "6ff9ef66-8610-4460-8782-cd3eeeece91c",
"saleHeaderGuid": "FRSbMkMl9kCg1WjV+8pTow==",
"saleGuid": "329b1415-2543-40f6-a0d5-68d5fbca53a3",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "VjVJ5LjKCUWW7heMzl/iQw==",
"guidResponse": "e4493556-cab8-4509-96ee-178cce5fe243",
"whoAnswered": 2,
"answeredAtUTC": "2026-06-03T18:32:29.5665531",
"sale": {
"$ref": "9"
},
"survey": {
"$id": "103",
"g_UID": "7m4wC8NUdUeTp9Y1kEE/vA==",
"guid": "0b306eee-54c3-4775-93a7-d63590413fbc",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "uKK4Bpro3EaE1U9ggvl0Tg==",
"checkoutFormGuid": "06b8a2b8-e89a-46dc-84d5-4f6082f9744e",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-06-03T18:32:29.5665531",
"end": "2026-06-03T18:32:29.5665531",
"deleted": true,
"updated": "2026-06-03T18:32:29.5665531",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"d6b955b9-3048-46ce-9bf8-b78077094647",
"8a0aa92e-d0f7-4511-8216-38b74103a702"
],
"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": "uRNWuQMOpE+09CJoeMqvmg==",
"accountIdentifier": "b95613b9-0e03-4fa4-b4f4-226878caaf9a",
"accountName": "sample string 44",
"customerOrderIdentifier": "bAiJf4b9DUiXzyf97bz+zg==",
"customerOrderIdentifierGuid": "7f89086c-fd86-480d-97cf-27fdedbcfece",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "104",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "1uNt7GaaFUWkAdZVAi8ZUA==",
"paymentIdentifierGuid": "ec6de3d6-9a66-4515-a401-d655022f1950",
"identifier": "PSphToPiN0mO7h5JE6b4vA==",
"identifierGuid": "4e612a3d-e283-4937-8eee-1e4913a6f8bc",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "lIEWy1pAbEOMqnEXz3xa4w==",
"itemIdentifierGuid": "cb168194-405a-436c-8caa-7117cf7c5ae3"
}
},
{
"$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": "F691jk6nGkKUWDcAOu80FQ==",
"customerIdentifierGuid": "8e75af17-a74e-421a-9458-37003aef3415",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "zwfofPInmEW2V7iW4qUSwA==",
"idempotentGuid": "7ce807cf-27f2-4598-b657-b896e2a512c0",
"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:32:29.5665531",
"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:32:29.5665531",
"labelPageLayout": "H7WNrbUiVkmlE/Myj4E8/g==",
"pageLayoutGuid": "ad8db51f-22b5-4956-a513-f3328f813cfe",
"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:32:29.5665531"
},
{
"$ref": "109"
}
]
},
"customerVouchers": [
{
"$id": "110",
"id": 1,
"customerIdentifier": "/9qblVQlPUOC4zIWxlgQvg==",
"customerIdentifierGuid": "959bdaff-2554-433d-82e3-3216c65810be",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-06-03T18:32:29.5665531",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "JYOg9ErSGUK++PDBW/7Leg==",
"issuedIdempotentGuid": "f4a08325-d24a-4219-bef8-f0c15bfecb7a",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-06-03T18:32:29.5665531",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-06-03T18:32:29.5665531",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "kjpFYn99QUOBFRUEO0JaFg==",
"redeemedIdempotentGuid": "62453a92-7d7f-4341-8115-15043b425a16",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-06-03T18:32:29.5665531",
"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": "HZe3lhXelkavIj6PY+OHiw==",
"pluGuid": "96b7971d-de15-4696-af22-3e8f63e3878b",
"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": "xJkpSj7XnkmK0ng+2iGrVg==",
"headerIdentifierGuid": "4a2999c4-d73e-499e-8ad2-783eda21ab56",
"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": "oT//sXwLs0iZxsF0+WMHJQ==",
"identifierGuid": "b1ff3fa1-0b7c-48b3-99c6-c174f9630725",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "j5WYMaFYd0uwV3BCbpbkyw==",
"customerIdentifierGuid": "3198958f-58a1-4b77-b057-70426e96e4cb",
"operatorNo": 1,
"operatorG_UID": "wokPUDjQJ0aftBHyhfXRcg==",
"operatorGuid": "500f89c2-d038-4627-9fb4-11f285f5d172",
"created": "2026-06-03T18:32:29.6447124",
"ordered": "2026-06-03T18:32:29.6447124",
"started": "2026-06-03T18:32:29.6447124",
"completed": "2026-06-03T18:32:29.6447124",
"supplied": "2026-06-03T18:32:29.6447124",
"quickTicket": 1,
"deleted": true,
"walkAway": true,
"approxWait": 1,
"actualWait": 1,
"deliveryMethod": 8,
"externalSaleType": 9,
"customer": {
"$id": "2",
"identifier": "Ty3jd6D+ekafdGBJj/X6ZQ==",
"identifierGuid": "77e32d4f-fea0-467a-9f74-60498ff5fa65",
"code": "sample string 2",
"familyName": "sample string 3",
"givenName": "sample string 4",
"otherName": "sample string 5",
"title": "sample string 6",
"dateOfBirth": "2026-06-03T18:32:29.6447124",
"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": "2Nx86Pt9lU2SE2iUJi5LTQ==",
"communityIdentifierGuid": "e87cdcd8-7dfb-4d95-9213-6894262e4b4d",
"joined": "2026-06-03T18:32:29.6447124",
"updated": "2026-06-03T18:32:29.6447124",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "ZxqLRdodyU2Y7jeepXitqg==",
"priceLevelIdentifierGuid": "458b1a67-1dda-4dc9-98ee-379ea578adaa",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-06-03T18:32:29.6447124",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "3",
"cardType": 2,
"issueDate": "2026-06-03T18:32:29.6447124",
"expiry": "2026-06-03T18:32:29.6447124",
"customerID": "CRrU39T890K55HpT/AfhfQ==",
"customerIDGuid": "dfd41a09-fcd4-42f7-b9e4-7a53fc07e17d",
"initialValue": 1,
"currentValue": 1,
"maxLimit": 1,
"minTransaction": 1,
"maxTransaction": 1,
"multiplier": 1.1,
"active": true,
"reasonInactive": 1,
"idRequired": true,
"idType": 1,
"idValue": "sample string 5",
"updated": "2026-06-03T18:32:29.6447124",
"linkedAccount": "YiOcnSwNgEufcAY/y/pQ1A==",
"linkedAccountGuid": "9d9c2362-0d2c-4b80-9f70-063fcbfa50d4",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "2"
},
"account": {
"$id": "4",
"id": 1,
"identifier": "VYxR6CfgukSxzzHdsWdetA==",
"identifierGuid": "e8518c55-e027-44ba-b1cf-31ddb1675eb4",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-06-03T18:32:29.6447124",
"owner": "g0FHzlsxRUKkEVOAU86wCA==",
"ownerGuid": "ce474183-315b-4245-a411-538053ceb008",
"accountStoreGroupIdentifier": "0waAmIkO5UC12W26ePhJxA==",
"accountStoreGroupGuid": "988006d3-0e89-40e5-b5d9-6dba78f849c4",
"accountType": 1,
"currentBalance": 1,
"externalID": "sample string 7",
"maximumLimit": 1,
"accruePoints": true,
"loyaltyPoints": 1,
"termsOfTrade": 1,
"signatureRequired": true,
"referenceRequired": true,
"statementSendType": 10,
"ageingPeriod": 1,
"monthlyAgeingPeriod": true,
"explodedInvoice": true,
"isFifoAllocation": true,
"lastStatementSent": "2026-06-03T18:32:29.6447124",
"active": true,
"updated": "2026-06-03T18:32:29.6447124",
"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": "tCwQm05BL0aa0efFloPXFg==",
"identifierGuid": "9b102cb4-414e-462f-9ad1-e7c59683d716",
"name": "sample string 2",
"primaryContact": "SR76ZLUqg0uqqa2t0qZiiw==",
"primaryContactGuid": "64fa1e49-2ab5-4b83-aaa9-adadd2a6628b",
"accountID": "p98AYrDkvEKb9RwJYNm5Vg==",
"accountIDGuid": "6200dfa7-e4b0-42bc-9bf5-1c0960d9b956",
"special": true,
"updated": "2026-06-03T18:32:29.6447124",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "N90xU6CH3kCA32stWAvNFA==",
"priceLevelIdentifierGuid": "5331dd37-87a0-40de-80df-6b2d580bcd14",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "4"
},
"primaryContactCustomer": {
"$ref": "2"
},
"customerGroupMembers": [
{
"$id": "7",
"id": 1,
"groupID": "zBhzGGkMVk6gmgkpGnCeiQ==",
"groupIDGuid": "187318cc-0c69-4e56-a09a-09291a709e89",
"customerID": "sSlW3esnvUiq8CN+OjY/7Q==",
"customerIDGuid": "dd5629b1-27eb-48bd-aaf0-237e3a363fed",
"card": "sample string 4",
"linkedAccount": "NcvyUeNmi0OOIIEVdiTlvw==",
"linkedAccountGuid": "51f2cb35-66e3-438b-8e20-81157624e5bf",
"customer": {
"$ref": "2"
},
"group": {
"$ref": "6"
},
"customerCard": {
"$ref": "3"
}
},
{
"$ref": "7"
}
]
},
{
"$ref": "6"
}
]
},
"payments": [
{
"$id": "8",
"id": 1,
"identifier": "dF0gQnl4e0+p1MPuLBxvmA==",
"identifierGuid": "42205d74-7879-4f7b-a9d4-c3ee2c1c6f98",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "YE6WbRPWYk+aVb6q0L/VtA==",
"accountIDGuid": "6d964e60-d613-4f62-9a55-beaad0bfd5b4",
"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:32:29.6447124",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "ylErHE7noUm4Kjg7AMHrtQ==",
"idempotentVoidGuid": "1c2b51ca-e74e-49a1-b82a-383b00c1ebb5",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "9",
"saleHeaderID": 1,
"saleHeaderGuid": "/DxUFgO0Ik+PR6bFvJjL7A==",
"saleHeaderIdentifierGuid": "16543cfc-b403-4f22-8f47-a6c5bc98cbec",
"created": "2026-06-03T18:32:29.6447124",
"createdLocal": "2026-06-03T18:32:29.6447124",
"createdText": "sample string 4",
"itemCount": 5,
"totalAmount": 6,
"cashTender": 1,
"cardTender": 1,
"cheqTender": 1,
"acctTender": 1,
"voucherTender": 1,
"loyaltyPoints": 1,
"cashout": 1,
"changeAmount": 1,
"rounding": 1,
"gstAmount": 1,
"transactionDiscountTender": 1,
"totalTip": 7,
"tranType": 1,
"processed": 1,
"imported": "2026-06-03T18:32:29.6447124",
"storeID": 1,
"operatorG_Uid": "pZjm1hcqaUC0ql86OJ+9BQ==",
"operatorGuid": "d6e698a5-2a17-4069-b4aa-5f3a389fbd05",
"customerG_Uid": "aJ3izFMYHE6uyjVMJS9IbQ==",
"customerGuid": "cce29d68-1853-4e1c-aeca-354c252f486d",
"communityIdentifier": "/yqyzC36wUaVepoFbvzePw==",
"communityIdentifierGuid": "ccb22aff-fa2d-46c1-957a-9a056efcde3f",
"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": "ZoLRZ46+J0GJxyLT1ok0qQ==",
"priceLevelIdentifierGuid": "67d18266-be8e-4127-89c7-22d3d68934a9",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-06-03T18:32:29.6447124+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:32:29.6447124",
"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": "7R8IMpXuC0SoPlc21e9w5A==",
"guid": "32081fed-ee95-440b-a83e-5736d5ef70e4",
"operatorNumber": 1,
"shortName": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"password": "sample string 5",
"hasPassword": true,
"passwordText": "sample string 6",
"rfidTagID": "sample string 7",
"blueprintID": 1,
"groupID": 1,
"groupName": "sample string 8",
"managerGroupID": 1,
"managerGroupName": "sample string 9",
"zoneID": 1,
"zoneName": "sample string 10",
"loggedIn": 1,
"lastUsedIP": "sample string 11",
"deleted": true,
"locked": true,
"allowOpenTill": true,
"webEmail": "sample string 14",
"simpleOperatorType": 0,
"webRole": "sample string 15",
"updated": "2026-06-03T18:32:29.6447124",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-06-03T18:32:29.6447124",
"endShift": "2026-06-03T18:32:29.6447124",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "12",
"operatorG_UID": "1WlfFslDIk6gCNmRufQ8Zg==",
"operatorGuid": "165f69d5-43c9-4e22-a008-d991b9f43c66",
"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:32:29.6447124",
"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": "uWQovo9k+Uil0HLT3ZOV6g==",
"hostIdentifierGuid": "be2864b9-648f-48f9-a5d0-72d3dd9395ea",
"hostName": 1,
"hostAddress": "sample string 27",
"hostUsername": "sample string 28",
"hostPassword": "sample string 29",
"excludeFromLeadInOut": true,
"accountingProvider": 31,
"accountingAddress": "sample string 32",
"accountingUsername": "sample string 33",
"accountingPassword": "sample string 34",
"storeAccountingCode": "sample string 35",
"softwareVariance": 36,
"fuelWarningVariance": 37.0,
"fuelErrorVariance": 38.0,
"fuelAccumulatedWarningVariance": 39.0,
"fuelAccumulatedErrorVariance": 40.0,
"drawManagment": 41,
"endOfDayManagment": true,
"autoFillCashBalancing": true,
"fuelDayVariance": 44,
"accountingTradingTime": "00:00:00.1234567",
"stockActivateProduct": 46,
"defaultOrderDocumentId": 1,
"defaultStockReceiveDocumentId": 1,
"giftCardSalesAccountingDeptCode": "sample string 47",
"transactionDiscountAccountingDeptCode": "sample string 48",
"size": 49,
"updated": "2026-06-03T18:32:29.6447124",
"priceZone": {
"$id": "14",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "qUQNGF3F0ECmuqTVUdSevA==",
"hostIdentifierGuid": "180d44a9-c55d-40d0-a6ba-a4d551d49ebc",
"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": "Pk0cp7edxEevhBjrDjwZJA==",
"hostIdentifierGuid": "a71c4d3e-9db7-47c4-af84-18eb0e3c1924",
"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": "hDm7/Q7+g0W3pleRYQkSpw==",
"identifierGuid": "fdbb3984-fe0e-4583-b7a6-5791610912a7",
"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": "ioQH2o7qVECKU8dERdBZlg==",
"hostSupplierIdentifierGuid": "da07848a-ea8e-4054-8a53-c74445d05996",
"loyaltyPriceLevelIdentifier": "Tj4BP2WEYE2llaQ9o+hKuA==",
"loyaltyPriceLevelIdentifierGuid": "3f013e4e-8465-4d60-a595-a43da3e84ab8",
"isGroup": true,
"description": "sample string 22",
"hostProvider": 23,
"hostTypeEnum": 24,
"hostType": "sample string 25",
"hostCode": "sample string 26",
"username": "sample string 27",
"password": "sample string 28",
"passwordPlain": "sample string 29",
"server": "sample string 30",
"url": "sample string 31",
"global": true,
"stateCode": "sample string 33",
"lastCollected": "2026-06-03T18:32:29.6447124",
"lastProcessed": "2026-06-03T18:32:29.6447124",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$id": "19",
"identifier": "Lrot4b+9iky3npOR/br9rw==",
"identifierGuid": "e12dba2e-bdbf-4c8a-b79e-9391fdbafdaf",
"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": "cvf50wd0cE2e1/r8VmfvoA==",
"primaryContactID": "d3f9f772-7407-4d70-9ed7-fafc5667efa0",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "eNfMoRgrY0mToK3HQNKeIQ==",
"supplierGroupGuid": "a1ccd778-2b18-4963-93a0-adc740d29e21",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-06-03T18:32:29.6447124",
"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": "9129d71f-41d3-4b14-8aa2-3133dec24f54",
"identifier": "b7OCaF8s5Ee+x4ib3eMMFg==",
"identifierGuid": "6882b36f-2c5f-47e4-bec7-889bdde30c16",
"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": "0sXEbYPLyE2Sr8nwGqs2aA==",
"supplierIdentifierGuid": "6dc4c5d2-cb83-4dc8-92af-c9f01aab3668",
"contactGuid": "TyCtUzWy/kerau1h5Zzh/w==",
"contactID": "53ad204f-b235-47fe-ab6a-ed61e59ce1ff",
"contact": {
"$ref": "20"
},
"supplier": {
"$ref": "19"
}
},
{
"$ref": "21"
}
],
"products": [
{
"$id": "22",
"pluG_UID": "RtZBwR/FrE+qPvU9cAJAcg==",
"pluGuid": "c141d646-c51f-4fac-aa3e-f53d70024072",
"supplierIdentifier": "VpC8UTAaQUWXYOvDtC4GtQ==",
"supplierIdentifierGuid": "51bc9056-1a30-4541-9760-ebc3b42e06b5",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-06-03T18:32:29.6447124",
"pricedByWeight": true,
"landedUnitCostEx": 9,
"landedUnitCostInc": 10,
"landedCartonCostInc": 12,
"landedCartonCostEx": 13,
"standardCost": 14,
"deliveryFee": 1,
"deliveryFeeBasis": "sample string 15",
"pickAndPackFee": 1,
"pickAndPackFeeBasis": "sample string 16",
"financeFee": 1,
"financeFeeBasis": "sample string 17",
"cartonLength": 1,
"cartonWidth": 1,
"cartonHeight": 1,
"palletLayerQuantity": 1,
"palletLayers": 1,
"itemCode": "sample string 18",
"invoiceCode": "sample string 19",
"invoiceDesc": "sample string 20",
"orderDirect": true,
"useCost": true,
"minimumQuantity": 21,
"hostType": 22,
"fromHost": 23,
"minimumReorder": 1,
"maximumReorder": 1,
"orderMultiple": 24.1,
"sellMultiple": 25.1,
"baseMultiple": 26.1,
"hostStandardCost": 27,
"hostTotalCost": 28,
"hostRetail": 29,
"hostLandedUnitCostEx": 30,
"hostLandedUnitCostInc": 31,
"hostDesc": "sample string 32",
"directIndicator": "sample string 33",
"availableToOrder": true,
"hostRangeIndicator": "sample string 35",
"hostProductType": "sample string 36",
"hostProductGrade": "sample string 37",
"hostProductGroup": "sample string 38",
"hostSlowMoving": true,
"hostGeneralMerchandise": true,
"hostPillar": "sample string 41",
"hostLastUpdated": "2026-06-03T18:32:29.6447124",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "23",
"pluG_UID": "N7T+nk+bgkeU5fkvPOc3YQ==",
"pluGuid": "9efeb437-9b4f-4782-94e5-f92f3ce73761",
"supplierIdentifier": "m4R0UkIk50WZlSc+feiTSA==",
"supplierIdentifierGuid": "5274849b-2442-45e7-9995-273e7de89348",
"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": "22Iv1LijekS7lTaZ4spEeA==",
"parentPluGuid": "d42f62db-a3b8-447a-bb95-3699e2ca4478",
"freight": 46.0,
"freightType": 1,
"product": {
"$id": "24",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "wUqlUwHI5UisQhFPhAH7pQ==",
"guid": "53a54ac1-c801-48e5-ac42-114f8401fba5",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "mAkNsL/HZUGqJYDYsr/W2A==",
"priceGroupGuid": "b00d0998-c7bf-4165-aa25-80d8b2bfd6d8",
"blueprintID": 1,
"lastCountedDate": "2026-06-03T18:32:29.6447124",
"externalID": "sample string 7",
"active": true,
"activated": "2026-06-03T18:32:29.6447124",
"pluCreated": "2026-06-03T18:32:29.6447124",
"createdByUser": "sample string 9",
"name": "sample string 10",
"nameChanged": true,
"secondDescription": "sample string 12",
"hostDescription": "sample string 13",
"keepCartonQty": true,
"keepDescription": true,
"keepDepartments": true,
"keepSuppliers": true,
"markdownDescription": "sample string 18",
"altDescription": "sample string 19",
"bestOrExpire": 20,
"lastUpdate": "2026-06-03T18:32:29.6447124",
"lastManualUpdate": "2026-06-03T18:32:29.6447124",
"imageName": "sample string 23",
"showImageOnFlipCharts": true,
"showTextOnFlipCharts": true,
"overrideFlipChartText": true,
"flipChartText": "sample string 27",
"salesMode": 1,
"eftCode": 1,
"price": 1,
"priceChanged": true,
"rrp": 1,
"gstPercent": 28,
"gstPercentChanged": true,
"costGSTPercent": 29,
"costGSTPercentChanged": true,
"wetPercent": 1,
"priceOverride": 1,
"cost": 1,
"currentCost": 1,
"currentCostDecimals": 1,
"grossProfit": 1.0,
"currentCostDesc": "sample string 30",
"currentCostEnd": "2026-06-03T18:32:29.6447124",
"currentCostUpdated": "2026-06-03T18:32:29.6447124",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-06-03T18:32:29.6447124",
"defaultGP": 1,
"breakTargetMode": 33,
"break1": 1,
"price1": 1,
"target1": 34,
"break2": 1,
"price2": 1,
"target2": 35,
"break3": 1,
"price3": 1,
"target3": 36,
"break1Changed": true,
"price1Changed": true,
"target1Changed": true,
"break2Changed": true,
"price2Changed": true,
"target2Changed": true,
"break3Changed": true,
"price3Changed": true,
"target3Changed": true,
"breakTargetModeChanged": true,
"margin": 1.1,
"marginChanged": true,
"marginRanged": true,
"marginRangedChanged": true,
"minimumMargin": 1.1,
"minimumMarginChanged": true,
"maximumMargin": 1.1,
"maximumMarginChanged": true,
"overrideHostWarehouseIndicator": true,
"overrideHostWarehouseIndicatorChanged": true,
"overrideHostPrice": true,
"overrideHostPriceChanged": true,
"overrideHostCost": true,
"overrideHostCostChanged": true,
"overrideHostMargin": true,
"overrideHostMarginChanged": true,
"alwaysApplyMargin": true,
"alwaysApplyMarginChanged": true,
"aws": 1.0,
"paws": 1.0,
"awsUpdated": "2026-06-03T18:32:29.6447124",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "xal73Fx1YkCuYoWygnUuXA==",
"altPLUGuid": "dc7ba9c5-755c-4062-ae62-85b282752e5c",
"altPLUGuidChanged": true,
"altPriceDescription1": "sample string 54",
"altPriceDescription2": "sample string 55",
"cartonQuantity": 56,
"cartonQuantityChanged": true,
"trayID": 1,
"promptID": 1,
"tare": 1,
"packQty": 1,
"fixedWeight": 1,
"extraMesg": 1,
"text1": "sample string 58",
"text2": "sample string 59",
"text3": "sample string 60",
"labelText": "sample string 61",
"labelTextChanged": true,
"sendToScale": true,
"nonScaleWeigh": true,
"labelFormat": "sample string 65",
"barcodeFormat": "sample string 66",
"austMade": 1,
"coolCode": 67,
"countryOfOrigin": "sample string 68",
"percentContent": 69.1,
"departmentID": 1,
"subDepartmentID": 1,
"minorDepartmentID": 1,
"lesserDepartmentID": 1,
"deptCode": "sample string 70",
"subDeptCode": "sample string 71",
"minorDeptCode": "sample string 72",
"lesserDeptCode": "sample string 73",
"deptName": "sample string 74",
"subDeptName": "sample string 75",
"minorDeptName": "sample string 76",
"lesserDeptName": "sample string 77",
"departmentChanged": true,
"subCategoryID": 1,
"expiry": 1,
"showDays": 1,
"datePrint": 1,
"labelRequired": true,
"labelShelfQty": 80,
"labelShelfChanged": true,
"labelTalkerQty": 82,
"labelSmall": true,
"labelLastPrinted": "2026-06-03T18:32:29.6447124",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "hLacsGNMA022W/juFAvDkQ==",
"shelfPageLayoutGuid": "b09cb684-4c63-4d03-b65b-f8ee140bc391",
"talkerPageLayoutG_UID": "xS+5tCirzUOd4nSR8ldV0Q==",
"talkerPageLayoutGuid": "b4b92fc5-ab28-43cd-9de2-7491f25755d1",
"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": "2VUPmaoHeUitpI8UmpgfZQ==",
"inventoryIdentifier": "990f55d9-07aa-4879-ada4-8f149a981f65",
"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": "y9eDatOtHEKfOXUdoGfiSA==",
"parentPluGuid": "6a83d7cb-add3-421c-9f39-751da067e248",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "9YDBFMMOwkmlEPwlqbfasg==",
"supplierIdentifierGuid": "14c180f5-0ec3-49c2-a510-fc25a9b7dab2",
"supplierChanged": true,
"rebateSupplierIdentifier": "ZcDvOkVY1kG9Gb4AHK5KbQ==",
"rebateSupplierIdentifierGuid": "3aefc065-5845-41d6-bd19-be001cae4a6d",
"rebateSupplierChanged": true,
"availableForOrder": true,
"warehouseDirectIndicator": "sample string 109",
"warehouseDirectIndicatorChanged": true,
"productGrade": "sample string 111",
"productType": "sample string 112",
"productGroup": "sample string 113",
"complianceIndicator": "sample string 114",
"inhouseBrand": "sample string 115",
"slowMoving": true,
"generalMerchandise": true,
"comment": "sample string 118",
"lastUpdatedByUser": "sample string 119",
"lastManualUpdatedByUser": "sample string 120",
"lastUpdatedByUserOverride": true,
"lastUpdatedByHost": "2026-06-03T18:32:29.6447124",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "Ubo66f0LW020bTSg8zgJSQ==",
"hostIdentifierGuid": "e93aba51-0bfd-4d5b-b46d-34a0f3380949",
"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": "UTwfX4Ef9ESTOlJKqmnjtg==",
"pluGuid": "5f1f3c51-1f81-44f4-933a-524aaa69e3b6",
"plu": 1,
"storeID": 1,
"zoneID": 2,
"zoneName": "sample string 3",
"store": "sample string 4",
"isElectedMasterStore": true,
"isZoneMasterStore": true,
"priceNow": 7,
"costNow": 8,
"costNowDecimals": 9,
"normalPrice": 10,
"priceNext": 1,
"costNext": 1,
"costNextDecimals": 11,
"nextCampaignName": "sample string 12",
"gstPercent": 13,
"normalCost": 14,
"normalCostDecimals": 15,
"costGstPercent": 16,
"costCalcMethod": 1,
"currentCost": 17,
"currentCostDecimals": 18,
"break1": 19,
"price1": 20,
"break2": 21,
"price2": 22,
"break3": 23,
"price3": 24,
"fuelItem": 25,
"fixedWeight": 26,
"active": true,
"complianceIndicator": "sample string 27",
"doNotOrder": true,
"doNotRange": true,
"isNormalPriceChangesCampaign": true,
"updated": "2026-06-03T18:32:29.6447124"
},
{
"$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:32:29.6447124",
"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:32:29.6447124",
"startTime": 5,
"endDate": "2026-06-03T18:32:29.6447124",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "zdjPK5VFrE2FpNXq8ai4jw==",
"hostIdentifierGuid": "2bcfd8cd-4595-4dac-85a4-d5eaf1a8b88f",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "28"
},
{
"$ref": "28"
}
]
},
"tray": {
"$id": "29",
"g_UId": "YeebiKAnCUKP74E8U4SVAw==",
"guid": "889be761-27a0-4209-8fef-813c53849503",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "30",
"priceGroupG_UID": "ceRMa0ue10OvdyfuT4p4fw==",
"priceGroupGuid": "6b4ce471-9e4b-43d7-af77-27ee4f8a787f",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-06-03T18:32:29.6447124",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "24"
},
{
"$ref": "24"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "31",
"pluG_UID": "KDAoNe5PPE+rSG6rPFy0Tg==",
"pluGuid": "35283028-4fee-4f3c-ab48-6eab3c5cb44e",
"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": "d93f53c4-8031-45ce-8c84-e01a8547ee30",
"created": "2026-06-03T18:32:29.6447124",
"createdByUser": "sample string 1",
"activated": "2026-06-03T18:32:29.6447124",
"activatedByUser": "sample string 2",
"deactivated": "2026-06-03T18:32:29.6447124",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-06-03T18:32:29.6447124",
"lastOrderedQty": 4.0,
"lastReceived": "2026-06-03T18:32:29.6447124",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-06-03T18:32:29.6447124",
"lastSold": "2026-06-03T18:32:29.6447124",
"firstSold": "2026-06-03T18:32:29.6447124",
"awsUpdated": "2026-06-03T18:32:29.6447124",
"lastManualUpdate": "2026-06-03T18:32:29.6447124",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-06-03T18:32:29.6447124",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-06-03T18:32:29.6447124",
"doNotRangeUpdated": "2026-06-03T18:32:29.6447124",
"doNotOrderUpdated": "2026-06-03T18:32:29.6447124",
"tracked": "2026-06-03T18:32:29.6447124"
},
"allergens": [
{
"$id": "33",
"primaryKey": {
"$id": "34",
"pluGuid": "6c357c21-8fad-426f-9e1d-d32f8dfa1e84",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "IXw1bK2Pb0KeHdMvjfoehA==",
"pluGuid": "6c357c21-8fad-426f-9e1d-d32f8dfa1e84",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "33"
}
],
"costs": {
"$id": "35",
"pluG_UID": "XDaE0oCTWECQZzb31Z0b7g==",
"pluGuid": "d284365c-9380-4058-9067-36f7d59d1bee",
"enteredCost": 1,
"weightedAvgCost": 1,
"lastCost": 1,
"rawEnteredCost": 2,
"rawWeightedAvgCost": 3,
"rawLastCost": 4,
"freight": 5.0,
"freightType": 6,
"costDecimals": 7,
"fifoCost": 1,
"updated": "2026-06-03T18:32:29.6447124",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "36",
"saleHeaderID": 1,
"created": "2026-06-03T18:32:29.6447124",
"createdLocal": "2026-06-03T18:32:29.6447124",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "dy4Jy8gC6UmUYvWtANsD0A==",
"operatorGuid": "cb092e77-02c8-49e9-9462-f5ad00db03d0",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "qpxh84V1Zk2IOJINkauXRA==",
"pluGuid": "f3619caa-7585-4d66-8838-920d91ab9744",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$ref": "11"
}
},
{
"$ref": "36"
}
],
"apns": [
{
"$id": "37",
"pluID": 1,
"pluG_UID": "ZHF4p4BvEU6FxG+4x8N5ew==",
"pluGuid": "a7787164-6f80-4e11-85c4-6fb8c7c3797b",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "37"
}
],
"tuns": [
{
"$id": "38",
"pluG_UId": "xe3v9OOvU0e3/IUV1bRCpg==",
"pluGuid": "f4efedc5-afe3-4753-b7fc-8515d5b442a6",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "24"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "38"
}
],
"competitionPricing": [
{
"$id": "39",
"identifier": "CblyYnfJ8ECNnwtisKPCZA==",
"identifierGuid": "6272b909-c977-40f0-8d9f-0b62b0a3c264",
"pluG_UID": "3ZpwAD7AOUyLQSbZ5o7qzA==",
"pluGuid": "00709add-c03e-4c39-8b41-26d9e68eeacc",
"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": "zzBNRjLYJEOoHBZinCD8fA==",
"groupName": "sample string 1",
"identifierGuid": "464d30cf-d832-4324-a81c-16629c20fc7c",
"exists": true,
"flipChartIdentifier": "kYzwshjvvEaAOkOuaOSTgw==",
"flipChartIdentifierGuid": "b2f08c91-ef18-46bc-803a-43ae68e49383",
"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": "gu73EgTZhkSW/4KJPXfICg==",
"groupIdentifierGuid": "12f7ee82-d904-4486-96ff-82893d77c80a",
"flipChart": {
"$id": "41",
"identifier": "Gb03fc34ckGTJdl27IEZ1g==",
"identifierGuid": "7d37bd19-f8cd-4172-9325-d976ec8119d6",
"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": "RkmzNz3JG0SDMYU2Wc2ZHg==",
"identifierGuid": "37b34946-c93d-441b-8331-853659cd991e",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "43",
"id": 1,
"g_UID": "FY+t/GX32kicfzMe7QSZcg==",
"guid": "fcad8f15-f765-48da-9c7f-331eed049972",
"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": "a5DyP8YhdUmpP7wz1wQIZQ==",
"previousFormGuid": "3ff2906b-21c6-4975-a93f-bc33d7040865",
"nextForm": 1,
"nextFormG_UID": "0zE6iMRfCkq3KbUDEQwLEA==",
"nextFormGuid": "883a31d3-5fc4-4a0a-b729-b503110c0b10",
"attributes": "sample string 10",
"updated": "2026-06-03T18:32:29.6447124",
"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": "hDk6Nx2q706Uq5DE/rdw8w==",
"checkoutFormGuid": "373a3984-aa1d-4eef-94ab-90c4feb770f3",
"identifier": "7+ymS7GYkEeXcrk1So1o3g==",
"identifierGuid": "4ba6ecef-98b1-4790-9772-b9354a8d68de",
"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": "5y4i7YshVUOl8/9Anv4AQA==",
"valueGuid": "ed222ee7-218b-4355-a5f3-ff409efe0040",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-06-03T18:32:29.6447124",
"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:32:29.6447124",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "44"
}
],
"panels": [
{
"$id": "46",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "gOalqeKgd0OdAfEqVG507Q==",
"checkoutFormGuid": "a9a5e680-a0e2-4377-9d01-f12a546e74ed",
"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": "6oRWxzeOeUaP1Du0Bcq/Cg==",
"flipChartPageIdentifierGuid": "c75684ea-8e37-4679-8fd4-3bb405cabf0a",
"pluG_UID": "qMC8qSOas0mUKfMHDa8A4w==",
"pluGuid": "a9bcc0a8-9a23-49b3-9429-f3070daf00e3",
"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": "ICvzcDTG90Sqr++gzi8Xig==",
"pluGuid": "70f32b20-c634-44f7-aaaf-efa0ce2f178a",
"price": 1,
"costCalcMethod": 1,
"cost": 2,
"weightedAvgCost": 3,
"lastCost": 4,
"rawCost": 5,
"rawWeightedAvgCost": 6,
"rawLastCost": 7,
"costDecimals": 8,
"serviceFeeID": 9,
"freight": 10.0,
"freightType": 11,
"process": "sample string 12",
"user": "sample string 13",
"updated": "2026-06-03T18:32:29.6447124",
"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": "UrINytYDv0uURrRrE2hY9g==",
"ingredientGuid": "0/O5GaZGy0Cf74uBSGecuw==",
"ingredientIdentifier": "19b9f3d3-46a6-40cb-9fef-8b8148679cbb",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "24"
}
},
{
"$ref": "49"
}
],
"bins": [
{
"$id": "50",
"pluG_UID": "J6tlJiscw0aYMjln59oMUg==",
"pluGuid": "2665ab27-1c2b-46c3-9832-3967e7da0c52",
"shelfLocationIdentifier": "nGbynvBs+0ilRelCpF3qQw==",
"shelfLocationGuid": "9ef2669c-6cf0-48fb-a545-e942a45dea43",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "ttwLYmFNCkemO7fB4Sxkvg==",
"labelPageLayoutGuid": "620bdcb6-4d61-470a-a63b-b7c1e12c64be",
"updated": "2026-06-03T18:32:29.6447124",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "24"
},
"location": {
"$id": "51",
"identifier": "pQedlcVNX0ayEeTlTJqSMQ==",
"storeID": 1,
"identifierGuid": "959d07a5-4dc5-465f-b211-e4e54c9a9231",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-06-03T18:32:29.6447124",
"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": "evTL10BuZUKuwF0kMKhm+w==",
"pluGuid": "d7cbf47a-6e40-4265-aec0-5d2430a866fb",
"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:32:29.6447124",
"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:32:29.6447124",
"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": "K3029qw8qUiUMQCoXoUrTg==",
"labelPageLayoutGuid": "f6367d2b-3cac-48a9-9431-00a85e852b4e",
"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:32:29.6447124",
"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": "ffM94sernk+I11OmGyvVBQ==",
"labelPageLayoutGuid": "e23df37d-abc7-4f9e-88d7-53a61b2bd505",
"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:32:29.6447124",
"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": "F0OMqvhb902sqB7WFJUKgg==",
"labelPageLayoutGuid": "aa8c4317-5bf8-4df7-aca8-1ed614950a82",
"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:32:29.6447124",
"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": "TaAr0Pumw0Gawt+FRzE7yQ==",
"labelPageLayoutGuid": "d02ba04d-a6fb-41c3-9ac2-df8547313bc9",
"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": "Xiz/IB8Jm0+pX9kP+taD9g==",
"pluGuid": "20ff2c5e-091f-4f9b-a95f-d90ffad683f6",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "aqh11lsw00+KjJxGzCBgSw==",
"dealCostGuid": "d675a86a-305b-4fd3-8a8c-9c46cc20604b",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "I/hTmsASuk+rpD2fkCBAmA==",
"priceGroupGuid": "9a53f823-12c0-4fba-aba4-3d9f90204098",
"itemNumber": "sample string 10",
"cri": "sample string 11",
"pluPrice": 12,
"costCalcMethod": 13,
"pluCost": 14,
"pluCostIndicator": "sample string 15",
"pluPriceGstPercent": 16,
"pluCostGstPercent": 17,
"pluActive": true,
"cartonQty": 1.1,
"baseUnits": 19.1,
"salesMode": 1,
"orderPacked": 20,
"pluNormalCost": 21,
"pluaws": 22.0,
"directNumber": "sample string 23",
"departmentName": "sample string 24",
"subDepartmentName": "sample string 25",
"priceGroupName": "sample string 26",
"supplierName": "sample string 27",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-06-03T18:32:29.6447124",
"rrp": 28,
"campaignDescription": "sample string 29",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "d34738c7-381a-4bb0-bc3e-fe99d90fad33",
"campaignComboPriceGroupG_UID": "sucVZK90+EWKC6ZmYUmAdw==",
"campaignComboPriceGroupIdentifier": "6415e7b2-74af-45f8-8a0b-a66661498077",
"promotionPlacementDescription": "sample string 31",
"storeAcceptances": [
{
"$id": "63",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-06-03T18:32:29.6447124",
"operatorG_UID": "EKQqv0i3AEecurjoQNoFhg==",
"operatorGuid": "bf2aa410-b748-4700-9cba-b8e840da0586",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-06-03T18:32:29.6447124",
"signIqTicketFileMovedUtc": "2026-06-03T18:32:29.6447124",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-06-03T18:32:29.6447124",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "14a85ba9-880a-4b04-a455-536226ecac6b",
"product": {
"$ref": "24"
},
"campaignPlu": {
"$ref": "62"
},
"fuelItem": true
},
{
"$ref": "63"
}
],
"campaign": {
"$id": "64",
"id": 1,
"storeID": 2,
"name": "8275d2ad-bc87-4b4f-a09f-1c25eaf96926",
"nameGuid": "8275d2ad-bc87-4b4f-a09f-1c25eaf96926",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-06-03T18:32:29.6447124",
"startTime": 1,
"endDate": "2026-06-03T18:32:29.6447124",
"endTime": 1,
"recurrence": 1,
"recurrenceType": 1,
"monthType": 1,
"weekDays": 1,
"months": 1,
"monthWeeks": 1,
"monthDays": "sample string 7",
"printed": true,
"talkerText": "sample string 8",
"rangeDescription": "sample string 9",
"dealDescription": "sample string 10",
"labelQuantity": 11,
"active": 1,
"deactivated": "2026-06-03T18:32:29.6447124",
"system": true,
"created": "2026-06-03T18:32:29.6447124",
"updated": "2026-06-03T18:32:29.6447124",
"priceChangeNotifiedUtc": "2026-06-03T18:32:29.6447124",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "8oPfhNY6EkGEvzIejg3+LA==",
"hostIdentifierGuid": "84df83f2-3ad6-4112-84bf-321e8e0dfe2c",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-06-03T18:32:29.6447124",
"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": "D0u/X2gkFkG0S4/CY2FS3Q==",
"pluGuid": "5fbf4b0f-2468-4116-b44b-8fc2636152dd",
"hostOfferID": 1,
"priceGroupG_UID": "DOJcoMxuN0GTYdIOCr6zJQ==",
"priceGroupGuid": "a05ce20c-6ecc-4137-9361-d20e0abeb325",
"fuelItem": true,
"pluName": "sample string 6",
"apn": "sample string 7",
"pluActive": true,
"cartonQty": 1,
"baseUnits": 9.1,
"cri": "sample string 10",
"salesMode": 1,
"orderPacked": 11,
"pluaws": 12.0,
"directNumber": "sample string 13",
"departmentName": "sample string 14",
"subDepartmentName": "sample string 15",
"priceGroupName": "sample string 16",
"supplierName": "sample string 17",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-06-03T18:32:29.6447124",
"rrp": 18,
"campaignDescription": "sample string 19",
"product": {
"$ref": "24"
},
"campaign": {
"$ref": "64"
}
},
{
"$ref": "65"
}
],
"sellingRules": [
{
"$id": "66",
"id": 1,
"identifier": "KyaPekJahUmbYGxrQcRBHQ==",
"identifierStr": "KyaPekJahUmbYGxrQcRBHQ==",
"identifierGuid": "7a8f262b-5a42-4985-9b60-6c6b41c4411d",
"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": "oox9nuq3RkWvV/n359/q8A==",
"customerIDGuid": "9e7d8ca2-b7ea-4546-af57-f9f7e7dfeaf0",
"campaign": {
"$ref": "64"
},
"customer": {
"$ref": "2"
}
},
{
"$ref": "67"
}
],
"customerGroups": [
{
"$id": "68",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupID": "V4k28VHBJ0+IMPsIezzLpA==",
"groupIDGuid": "f1368957-c151-4f27-8830-fb087b3ccba4",
"campaign": {
"$ref": "64"
},
"group": {
"$ref": "6"
}
},
{
"$ref": "68"
}
],
"signIqTickets": [
{
"$id": "69",
"identifier": "sOsJuHkUn0WO7uCYTIaEyg==",
"identifierGuid": "b809ebb0-1479-459f-8eee-e0984c8684ca",
"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": "5/0udJwjbEiR4sO7uWdTdQ==",
"guid": "742efde7-239c-486c-91e2-c3bbb9675375",
"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": "8eQxso+gwkCGRpkClH2/oA==",
"groupGuid": "b231e4f1-a08f-40c2-8646-9902947dbfa0",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "pvEzkrsqUkmqXjFlqYBj/g==",
"pluGuid": "9233f1a6-2abb-4952-aa5e-3165a98063fe",
"priceGroupG_UID": "sDZPHe/HFUeDmTcW7kWaHA==",
"priceGroupGuid": "1d4f36b0-c7ef-4715-8399-3716ee459a1c",
"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": "aSFUC+yuMk6GzXEu7gp9Wg==",
"priceLevelIdentifierGuid": "0b542169-aeec-4e32-86cd-712eee0a7d5a",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "72"
}
],
"promotionType": {
"$id": "73",
"identifier": "c9Gipah6dkWrrutY4Ob8qQ==",
"identifierGuid": "a5a2d173-7aa8-4576-abae-eb58e0e6fca9",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "8ix15pduDEmySxoNafObLg==",
"labelPageLayoutGuid": "e6752cf2-6e97-490c-b24b-1a0d69f39b2e",
"priceLevelIdentifier": "dFL9s57t6U2ZbuFvxl2iuw==",
"priceLevelIdentifierGuid": "b3fd5274-ed9e-4de9-996e-e16fc65da2bb",
"active": true,
"updated": "2026-06-03T18:32:29.6447124",
"hostName": "sample string 11"
}
},
"product": {
"$ref": "24"
},
"dealCost": {
"$id": "74",
"headerIdentifier": "AD3NwGW1YkGrTQsX8ySWDA==",
"headerIdentifierGuid": "c0cd3d00-b565-4162-ab4d-0b17f324960c",
"identifier": "R4pYA96WJUyFAfOPFAucfw==",
"identifierGuid": "03588a47-96de-4c25-8501-f38f140b9c7f",
"supplierIdentifier": "jRVq3lKO1UaUmSTheIq44A==",
"supplierGuid": "de6a158d-8e52-46d5-9499-24e1788ab8e0",
"pluG_UID": "zK+63WoWCESwZoln+PrDOw==",
"pluGuid": "ddbaafcc-166a-4408-b066-8967f8fac33b",
"campaignName": "93ed32e1-3a33-4da2-9e63-7978f9e4a0db",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-06-03T18:32:29.6447124",
"end": "2026-06-03T18:32:29.6447124",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "3mJLu8WqUEusm3GVpj6s7g==",
"bonusItemPluGuid": "bb4b62de-aac5-4b50-ac9b-7195a63eacee",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-06-03T18:32:29.6447124",
"metcashPromotionID": "sample string 14",
"fromHost": 15,
"storeNames": "sample string 16",
"storeIDs": [
1,
2
],
"supplierName": "sample string 17",
"campaignDescription": "sample string 18",
"newPrice": 1,
"campaignMetcashPromotionID": "sample string 19",
"campaignActive": true,
"campaignStartDate": "2026-06-03T18:32:29.6447124",
"campaignEndDate": "2026-06-03T18:32:29.6447124",
"masterPLUG_UID": "t0KQgb+cu0Or+tg6o6PI7w==",
"masterID": "819042b7-9cbf-43bb-abfa-d83aa3a3c8ef",
"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": "ZsiehCPGL0aJ22q1KVQIjQ==",
"bonusMasterID": "849ec866-c623-462f-89db-6ab52954088d",
"bonusProductName": "sample string 34",
"bonusProductAPN": "sample string 35",
"bonusOrderCode": "sample string 36",
"bonusNormalSell": 37,
"bonusNormalCost": 38,
"bonusNormalCostDecimals": 39,
"bonusCartonQuantity": 40,
"bonusSalesMode": 41,
"bonusOrderPacked": 42,
"bonusFuelItem": true,
"bonusActive": true
}
},
"currentCostStart": "2026-06-03T18:32:29.6447124",
"dealCosts": [
{
"$ref": "74"
},
{
"$ref": "74"
}
],
"tags": [
{
"$id": "75",
"pluG_UID": "xU1xg5964U2kq6LgiZlITQ==",
"pluGuid": "83714dc5-7a9f-4de1-a4ab-a2e08999484d",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "75"
}
],
"alternateProductG_UID": "GklE8eiKxEm/KDjE9jrBnQ==",
"alternateProduct": "f144491a-8ae8-49c4-bf28-38c4f63ac19d",
"altProduct": {
"$ref": "24"
},
"productHostCode": {
"$id": "76",
"id": 1,
"pluG_UID": "RJhW+OmT5kKCb6RmvDXK8Q==",
"pluGuid": "f8569844-93e9-42e6-826f-a466bc35caf1",
"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:32:29.6447124",
"inventoryTracked": "2026-06-03T18:32:29.6447124",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "77",
"pluG_UID": "9D4zH3p4sUqZUjYxpaWCVQ==",
"pluGuid": "1f333ef4-787a-4ab1-9952-3631a5a58255",
"fuelPluG_UID": "Y+rpRyx8NUWUVZWfy0wmDQ==",
"fuelPluGuid": "47e9ea63-7c2c-4535-9455-959fcb4c260d",
"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": "FmluskRrR02SNNWRb29XQw==",
"supplierGuid": "b26e6916-6b44-4d47-9234-d5916f6f5743",
"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": "3+I18Y6v602rZLJBKD6CcA==",
"supplierGuid": "f135e2df-af8e-4deb-ab64-b241283e8270",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"cutOffWeek": 5,
"cutOffDay": 6,
"cutOffTime": "00:00:00.1234567",
"leadTime": 7,
"daysBuffer": 8,
"supplierName": "sample string 9",
"cutOffDate": "2026-06-03T18:32:29.6447124",
"deliveryDate": "2026-06-03T18:32:29.6447124",
"nextCutOffDate": "2026-06-03T18:32:29.6447124",
"nextDeliveryDate": "2026-06-03T18:32:29.6447124",
"nextDaysBuffer": 10
},
{
"$ref": "80"
}
],
"store": {
"$ref": "13"
},
"updated": "2026-06-03T18:32:29.6447124",
"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:32:29.6447124",
"processed": "2026-06-03T18:32:29.6447124",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-06-03T18:32:29.6447124",
"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:32:29.6447124",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "81"
}
],
"zoneMatrix": [
{
"$id": "83",
"id": 1,
"hostIdentifier": "qesQM4IiVU6P42OONgNFfQ==",
"hostIdentifierGuid": "3310eba9-2282-4e55-8fe3-638e3603457d",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"9581cfa3-8861-49cc-8c24-0d08dc7e12a5",
"27821f1d-430c-49e7-87de-024ec57eb525"
]
},
{
"$ref": "83"
}
],
"hostFileStoreSetting": {
"$ref": "17"
},
"hostStoreSettings": [
{
"$ref": "17"
},
{
"$ref": "17"
}
],
"promotionPlacements": [
{
"$id": "84",
"identifier": "tJzctMNwgUKNLFyE0cgGiA==",
"identifierGuid": "b4dc9cb4-70c3-4281-8d2c-5c84d1c80688",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "84"
}
],
"promoTypeGuids": [
"e6f11616-9083-4707-b812-966a51f9dffa",
"561e6875-132a-4e85-a894-8e98ce398b42"
],
"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:32:29.6447124",
"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": "9196f593-9375-41b7-8cc1-47fbfbdfe8fe",
"updateStore": {
"$id": "90",
"id": "324c4705-1003-4af2-a301-650133931d9c",
"name": "sample string 1",
"lastActivity": "2026-06-03T18:32:29.6447124",
"zone": "sample string 2",
"timeZoneOffset": 0.0,
"businessHoursStart": "00:00:00.1234567",
"businessHoursEnd": "00:00:00.1234567",
"master": true,
"lastIP": "sample string 10",
"lastHostName": "sample string 11",
"ping": 1,
"pingStatus": "sample string 12",
"lastUpdateCompleted": "2026-06-03T18:32:29.6447124"
},
"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": "skq7OAGrZ0q1nd5IGU86gg==",
"identifierGuid": "38bb4ab2-ab01-4a67-b59d-de48194f3a82",
"name": "sample string 3",
"lookupIdentifier": "sample string 4",
"externalID": "sample string 5",
"phone": "sample string 6",
"fax": "sample string 7",
"email": "sample string 8",
"address1": "sample string 9",
"address2": "sample string 10",
"city": "sample string 11",
"postCode": "sample string 12",
"state": "sample string 13",
"country": "sample string 14",
"abn": "sample string 15",
"promoPeriodStart": "2026-06-03T18:32:29.6447124",
"promoPeriodEnd": "2026-06-03T18:32:29.6447124",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-06-03T18:32:29.6447124",
"deleted": true
},
"details": [
{
"$id": "93",
"saleItemID": 1,
"identifier": "CgGnkeuvNUWEGgKdNFubtA==",
"identifierGuid": "91a7010a-afeb-4535-841a-029d345b9bb4",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "TnhhxZI3W0q6SdzsAnpCGA==",
"pluGuid": "c561784e-3792-4a5b-ba49-dcec027a4218",
"accountID": "hc9EadyapUi/i3/ciNDBPg==",
"accountIDGuid": "6944cf85-9adc-48a5-bf8b-7fdc88d0c13e",
"normalPrice": 3,
"originalSellingPrice": 4,
"discountPrice": 5,
"unit": 1,
"quantity": 6,
"totalCents": 7,
"fixedPrice": 1,
"tranType": 1,
"discountType": 1,
"cost": 1,
"costDecimals": 8,
"markdown": 1,
"manualQuantity": 1,
"manualPrice": 1,
"manualMode": 1,
"active": 1,
"offline": true,
"barcode": "sample string 9",
"keyedSale": 1,
"discountedID": 1,
"fuelID": 1,
"serialNumber": "sample string 10",
"bestOrExpire": "2026-06-03T18:32:29.6447124",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "rdMNvEUAaUiUpdsvbDGfIw==",
"refundGuid": "bc0dd3ad-0045-4869-94a5-db2f6c319f23",
"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": "vHZ3v4wdpkGyI06PkQMLOg==",
"idempotentVoidGuid": "bf7776bc-1d8c-41a6-b223-4e8f91030b3a",
"priceLevelIdentifier": "Nb5Cn0cUU0a0J8oF/Slyuw==",
"priceLevelIdentifierGuid": "9f42be35-1447-4653-b427-ca05fd2972bb",
"communityIdentifier": "JssJvbgpz0qp8VyDhf8leQ==",
"communityIdentifierGuid": "bd09cb26-29b8-4acf-a9f1-5c8385ff2579",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "94",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-06-03T18:32:29.6447124",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "94"
}
],
"refund": {
"$id": "95",
"id": 1,
"g_UID": "NRsMSk8VRE+apuOweGVT8g==",
"guid": "4a0c1b35-154f-4f44-9aa6-e3b0786553f2",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-06-03T18:32:29.6447124"
},
"modifier": {
"$id": "96",
"id": 1,
"setG_UID": "8owCV0A/m06nh07y2L+u8g==",
"modifierSetGuid": "57028cf2-3f40-4e9b-a787-4ef2d8bfaef2",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "jkoMe7mVYES1q7mxGRMIPQ==",
"pluGuid": "7b0c4a8e-95b9-4460-b5ab-b9b11913083d",
"deleted": true,
"g_UID": "W4gxmB7YBUmtHL1f15L6Hw==",
"guid": "9831885b-d81e-4905-ad1c-bd5fd792fa1f",
"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": "ezvL2UPkiECmdHxaNs2rgQ==",
"pluGuid": "d9cb3b7b-e443-4088-a674-7c5a36cdab81",
"saleHeaderID": 2,
"totalCents": 3,
"grade": 1,
"gradeDescription": "sample string 4",
"dispenser": 1,
"hose": 1,
"quantity": 1,
"cost": 1,
"acquirerNum": 1,
"attendant": 1,
"ePurseBalance": 1.0,
"cardSignature": "sample string 5",
"compartmentNumber": 1,
"contractNumber": 1,
"discountCardPAN": "sample string 6",
"discountID": 1,
"discountName": "sample string 7",
"discountNetValue": 1.0,
"discountType": 1,
"discountValue": 1.0,
"discretionaryData": "sample string 8",
"driverID": "sample string 9",
"eftBatchNumber": 1,
"eftResponseCode": "sample string 10",
"endDateTime": "2026-06-03T18:32:29.6447124",
"engineHours": 1.1,
"fposNumber": 1,
"loyaltyCardPAN": "sample string 11",
"miscData1": 1,
"miscData2": "sample string 12",
"miscFlags": 1,
"mop": 1,
"odometer": 1,
"panNumber": "sample string 13",
"saleRefund": true,
"saleStatus": 1,
"sequenceNumber": 1,
"stan": 1,
"startDateTime": "2026-06-03T18:32:29.6447124",
"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": "ufwGzkIaDUm9WUb8G/IB2g==",
"pluGuid": "ce06fcb9-1a42-490d-bd59-46fc1bf201da",
"accountID": "ShsyzqBXj0Wq7g/p9XoNGg==",
"accountIDGuid": "ce321b4a-57a0-458f-aaee-0fe9f57a0d1a",
"normalPrice": 3,
"originalSellingPrice": 4,
"discountPrice": 5,
"unit": 1,
"quantity": 6,
"totalCents": 7,
"fixedPrice": 1,
"tranType": 1,
"processed": 1,
"discountType": 1,
"cost": 1,
"costDecimals": 1,
"markdown": 1,
"manualQuantity": 1,
"manualPrice": 1,
"manualMode": 1,
"active": 1,
"barcode": "sample string 8",
"offline": 1,
"keyedSale": 1,
"discountedID": 1,
"fuelID": 1,
"serialNumber": "sample string 9",
"bestOrExpire": "2026-06-03T18:32:29.6447124",
"bestOrExpireType": 1,
"refundG_UID": "5E4CCnm3iUOafREvRsijmQ==",
"refundGuid": "0a024ee4-b779-4389-9a7d-112f46c8a399",
"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": "QEhDVCWQlEe+8/+pO1p30g==",
"surveyGuid": "54434840-9025-4794-bef3-ffa93b5a77d2",
"saleHeaderGuid": "3+r1S1YPf0qUFC22Tx/W4w==",
"saleGuid": "4bf5eadf-0f56-4a7f-9414-2db64f1fd6e3",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "mxQLohCmSUGMPxh78VvAsg==",
"guidResponse": "a20b149b-a610-4149-8c3f-187bf15bc0b2",
"whoAnswered": 2,
"answeredAtUTC": "2026-06-03T18:32:29.6447124",
"sale": {
"$ref": "9"
},
"survey": {
"$id": "103",
"g_UID": "+0m9B7xO1EiE/hQEGu8/JA==",
"guid": "07bd49fb-4ebc-48d4-84fe-14041aef3f24",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "yn4EidP1hkyz6uQU3OpRDA==",
"checkoutFormGuid": "89047eca-f5d3-4c86-b3ea-e414dcea510c",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-06-03T18:32:29.6447124",
"end": "2026-06-03T18:32:29.6447124",
"deleted": true,
"updated": "2026-06-03T18:32:29.6447124",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"fc8d98ad-5e60-4db0-8728-511002ee5018",
"63be2d64-4206-4015-8ace-b6d1a3a35fcf"
],
"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": "wGlazbP3zEy+U6UAO+J70g==",
"accountIdentifier": "cd5a69c0-f7b3-4ccc-be53-a5003be27bd2",
"accountName": "sample string 44",
"customerOrderIdentifier": "jx/oF4p0hkSNwF+crv4a9g==",
"customerOrderIdentifierGuid": "17e81f8f-748a-4486-8dc0-5f9caefe1af6",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "104",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "RDTbJEgtck2UUS7HhkTc8A==",
"paymentIdentifierGuid": "24db3444-2d48-4d72-9451-2ec78644dcf0",
"identifier": "vAPw+7UDF0Kn+k3RZY82QQ==",
"identifierGuid": "fbf003bc-03b5-4217-a7fa-4dd1658f3641",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "t3PdkyGsUk2DjcqPc3r1aA==",
"itemIdentifierGuid": "93dd73b7-ac21-4d52-838d-ca8f737af568"
}
},
{
"$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": "3DLHPEsvuE6VbCL1gNzHiQ==",
"customerIdentifierGuid": "3cc732dc-2f4b-4eb8-956c-22f580dcc789",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "FjW6b/uCZU+sv09EKNRROQ==",
"idempotentGuid": "6fba3516-82fb-4f65-acbf-4f4428d45139",
"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:32:29.6447124",
"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:32:29.6447124",
"labelPageLayout": "tcdJzO6HrEqyM9beFv0myw==",
"pageLayoutGuid": "cc49c7b5-87ee-4aac-b233-d6de16fd26cb",
"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:32:29.6447124"
},
{
"$ref": "109"
}
]
},
"customerVouchers": [
{
"$id": "110",
"id": 1,
"customerIdentifier": "Rwc6HXA6M0OUP9x7XxlWXg==",
"customerIdentifierGuid": "1d3a0747-3a70-4333-943f-dc7b5f19565e",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-06-03T18:32:29.6447124",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "Y7/4rrE+tE+QBldAZaMEfg==",
"issuedIdempotentGuid": "aef8bf63-3eb1-4fb4-9006-574065a3047e",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-06-03T18:32:29.6447124",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-06-03T18:32:29.6447124",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "U/QkzLLRfEGtOCcG/VSI2w==",
"redeemedIdempotentGuid": "cc24f453-d1b2-417c-ad38-2706fd5488db",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-06-03T18:32:29.6447124",
"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": "cpIA+yWq/0qHhbnZrIO0aw==",
"pluGuid": "fb009272-aa25-4aff-8785-b9d9ac83b46b",
"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": "F8TqOTEHrkWWZMS5uaLGoQ==",
"headerIdentifierGuid": "39eac417-0731-45ae-9664-c4b9b9a2c6a1",
"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 ��\{�B� 5 xl/workbook.xml � (� ����0��&�C�`���x�ུ�m�-ik���'�x�3;���ummmK>�3>s���R�%j��G3��4�t/j�Fq�,k4��Qt�;�5^���B���{�Lx�t��4S����|j�T8�Y��Zw2 ]B�7�ϰ�bV�0�T,0 �s��L��C\���S���Gg��,����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
��\���C' ' _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="R5b1251a6f8194fbb" /></Relationships>PK ��\�`P�M H xl/worksheets/sheet1.xml � (� ��[s�<��������9tܤ9�����wL`p�v���O8�k
�f��Jz��Z���ˇ�9͋E��4"a��&�t���O��ߎ/Y����iX|U���p^��'q\L��r\D�c��c�,_�K�3����l1Iϲ��2]�1"�<}�v�b�x,��l��*�t<���|xM�/V�h0]����y:� =I.!�Ѡ�o�K�x�[��e�?��ÐTl܁ϫٯ�`���O�M�r�.��UIT1�졨���Z�0X��U�/�i9�O,�I�91T���̖w�a��56�g2ҌP#�&�
��6�lo"ʉ�;�o���qb'�q@"0�����x���Ϋ6q��8���ƙM���UG� .��P0fw<%��>Yq��6BH���ɰ�V�[42J[[Q�Z�oPg.Z�����m0�$���u������@��F+C�=��h�4
�6\�%0='A��86�3��fp����ΈT��Y���$p�$%L�q8O9��y^$�mr��R��E�6:h�����}V����2��V�2�ؙ�yx�l��Fr�
ٓ�y^��L(n�`��{28/BË*��DJ��vўP{Q�������W�E���Y�aR%���]8/B�E�"C�)L1ғ�9/2�<mߚB�G�eΓ���y�����_���Ri�8 =��<�x��l
�.�m����_/"խ�l\�G�<{ �j��_?%����:��R�[����u�x�%h�8��&κk�o�]B���.!��e�Pm�K�6�K�6�ѣ��A�~� H�/��Ճ a�=R��A��x��w����A���y܆Խ� H�;����A���<R��A�&�"$o�)C@�&�BD'�R�p�)F�$N<�ȐƉ� 9�$�U�m��v-��t����<���!��v�Ck~�I����Vv�CK�l���W����A�I>����>{d�/��K�dd�,B
M�u�z������������V?r�c��c?�c�0~5��|�[9q�{j�c�SdX�����&p�aP�M<UǑ9�s��텇������u�ڔ�Ƶj���i~�ee�W���F�PK ��\�6G�� P xl/_rels/workbook.xml.rels � (� ��An� E��f_C�I�($�n�Mscc�HӜ���W(J�֑��&+4��i������m��+��y'aV0 �7�k%�S�T�n�9`�R�m7F���(��4�)���b�Gt���0�����Q�j�r�4Lp�$���!���4>{}Х?����)Z��B�I�O���
do$L%�y]��R��0���=�_��z"�b�kVs��*E5��U�K
y�S�i<Q���Z�9����/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 ��\�
ߵ xl/sharedStrings.xml � (� �YYo��~�� �!/Yʼ�����x���^K��X$M�(1�5dӶ�����nR&�-9��f}��UU�ُ�y6{��I���Ę�'3(�2N������'�?�5�1���OvМ�~�8k:Cբ9?�RZ}8=m�-䤙��I�:'?��iS�@�f@����u�4'iq2�ʶ��'6n���.��"�8��
�&)�g����Q���6�%�Քr_�P)���W
uA����f+Z� ��4�L����]�
-s�o"K�nv_AM�8�=��_�%/�?䝘�d�Z!}Y�U
ƪ��,��?�i��@e*W�F����M鋪���o$�ZD�%���[���;��R�i�]��h�6��y��y(I3ix_H.��__��J�Pe��$��j�CDo�B�ˮ�sV���B>����˯Sfh$��C�C/�l?�� �\-2<; \K�Lg��625b�̚�-#��O4��u���Pw<��mӅ�;
�:��'~�Z�[�f���Ihk�����8��S�u�4��ٟ�������
?��,�P���2c;� :��#x��\��$q�:L���V0���l��+�-ƿ��-�l����V�����S��,���iM�(�Z٦;s?X�3�=�1��J�c,⸆�1$�?�7�*_
�c�|?L2���!l�U���\nLJX����
y��(�y܊k�j�(/���0U��pŹ�����XD�{Qž��I��q�h�iX���&ء�~*1�����Z�� Lb4!��#<i�bY���
}S�m�ϊ7��rG2�{�cЦ��B]��I�g�4 2�I�{�C�Fpϐ��J�3����A\O3☠��@| �� �瓘�.Rc�A�3M|拋G�V�*�}E�-z�P�##mR<c�-+���1�?�@}u�R���(S�6�X��G�P�h���[��KRǍ�ν|y�m�!����x�
(/[lG�~�4
��G
�3��R@tηL�7�5 L��C��h�g�����@ľqj����W۲�J�(�֍�ͱ���HӼ�u���Ϥ�~�Ikx�j|~���ZUs ���P��X��l�<�/�� ���oJC�R�#�h�{����~[n6/�^��9^> z9nKl��E��/��b�fـ�
�c8�J���� k^uڏ�
�� ^{�>B���i=94�e��u���^mӄ��"~G�D��'L���ܱw?G�s�e�a���p~ �o��e�r������ج�_�]�{K6�����*���݄���(�۟���:�i4�×��i���~�����90��ց�z�i4\Ƕ�$�B[�4;1M�OlO#n�Q�G!D�Ÿw8`:L.��+�*�TK<�eWD�Yb'��;��H�]c3�Ȭ,M([�>�`}�cJW_�De_�v,[��8)6�?�=�G,
� ̆��5)�c�*mx���o�N+6 �
�t=Oa�&h�We}�)�^j0�e8�#?v�
|�h&1<��� Ä�I,b�8ź3*����u�� v}��:0"�@D4˱#�1�w�?����4I�1c��"C6V�q!�b��>AF{(J�x�Aޤh�C� �0�>�6b��Uu��mP�x���nU�'7�GR<=Br`�XϏe$3=�w6"'�~���%�SD�*?�)9����O�?�aZ��z�6�,�}������uYDYۈ�´���W�+�m��E�"��9̞$$;ƝߗR1Q��ҫ��#�&