POST api/deliOrder
Add/Update deli order
Request Information
URI Parameters
None.
Body Parameters
order to save
DeliOrderHeader| Name | Description | Type | Additional information |
|---|---|---|---|
| Identifier | Collection of byte |
None. |
|
| IdentifierGuid | globally unique identifier |
None. |
|
| ID | integer |
None. |
|
| OrderNo | integer |
None. |
|
| ExternalSaleIdentifier |
The external sale information of an integration so that pickup can be coordinated |
string |
None. |
| StoreID | integer |
None. |
|
| ZoneID | integer |
None. |
|
| DeptNo | integer |
None. |
|
| CustomerIdentifier | Collection of byte |
None. |
|
| CustomerIdentifierGuid | globally unique identifier |
None. |
|
| OperatorNo | integer |
None. |
|
| OperatorG_UID | Collection of byte |
None. |
|
| OperatorGuid | globally unique identifier |
None. |
|
| Created |
Time that the phone order was placed |
date |
None. |
| Ordered |
Date and time the order should be packed and assembled. |
date |
None. |
| Started |
Time that the picking was started for the phone order |
date |
None. |
| Completed |
Time that the picking was completed for the phone order |
date |
None. |
| Supplied |
Time that the customer or delivery provider was supplied with phone order |
date |
None. |
| QuickTicket | integer |
None. |
|
| Deleted | boolean |
None. |
|
| WalkAway | boolean |
None. |
|
| ApproxWait | integer |
None. |
|
| ActualWait | integer |
None. |
|
| DeliveryMethod |
How the phone order will be provided to the customer |
DeliveryMethod |
None. |
| ExternalSaleType |
Which provider the phone order has been imported through. (If None, it's manual) |
ExternalSalesType |
None. |
| Customer | Customer |
Relation. This field may not always be loaded or used for updates. |
|
| Operator | Operator |
Relation. This field may not always be loaded or used for updates. |
|
| Details | Collection of DeliOrderDetail |
Relation. This field may not always be loaded or used for updates. |
|
| StoreName | string |
Relation. This field may not always be loaded or used for updates. |
|
| CustomerName | string |
Relation. This field may not always be loaded or used for updates. |
|
| StoreReplyTo | string |
Relation. This field may not always be loaded or used for updates. |
|
| StoreSubjectLine | string |
Relation. This field may not always be loaded or used for updates. |
|
| StoreSaleHeader |
POS Transaction (related via StoreSaleHeader.CustomerOrderIdentifier) |
StoreSaleHeader |
Relation. This field may not always be loaded or used for updates. |
Request Formats
application/json, text/json
{
"identifier": "k/JXEI4dz0ehiF0EOb0zMA==",
"identifierGuid": "1057f293-1d8e-47cf-a188-5d0439bd3330",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "Rp6VWa4+M0C91XoGcKXqYA==",
"customerIdentifierGuid": "59959e46-3eae-4033-bdd5-7a0670a5ea60",
"operatorNo": 1,
"operatorG_UID": "ZNgPixco7kGOwgELB3z4oQ==",
"operatorGuid": "8b0fd864-2817-41ee-8ec2-010b077cf8a1",
"created": "2026-04-03T06:20:28.0431313",
"ordered": "2026-04-03T06:20:28.0431313",
"started": "2026-04-03T06:20:28.0431313",
"completed": "2026-04-03T06:20:28.0431313",
"supplied": "2026-04-03T06:20:28.0431313",
"quickTicket": 1,
"deleted": true,
"walkAway": true,
"approxWait": 1,
"actualWait": 1,
"deliveryMethod": 8,
"externalSaleType": 9,
"customer": {
"$id": "2",
"identifier": "k9BA+ecCOEWZ46jTFQUNCw==",
"identifierGuid": "f940d093-02e7-4538-99e3-a8d315050d0b",
"code": "sample string 2",
"familyName": "sample string 3",
"givenName": "sample string 4",
"otherName": "sample string 5",
"title": "sample string 6",
"dateOfBirth": "2026-04-03T06:20:28.0431313",
"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": "EglNg9wSHUmtxDY32aZ+uA==",
"communityIdentifierGuid": "834d0912-12dc-491d-adc4-3637d9a67eb8",
"joined": "2026-04-03T06:20:28.0431313",
"updated": "2026-04-03T06:20:28.0431313",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "nv7ffXqUUkmshb6UqPojVA==",
"priceLevelIdentifierGuid": "7ddffe9e-947a-4952-ac85-be94a8fa2354",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-04-03T06:20:28.0431313",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "3",
"cardType": 2,
"issueDate": "2026-04-03T06:20:28.0431313",
"expiry": "2026-04-03T06:20:28.0431313",
"customerID": "r76bd7HaBEqRlsUmDfjF7A==",
"customerIDGuid": "779bbeaf-dab1-4a04-9196-c5260df8c5ec",
"initialValue": 1,
"currentValue": 1,
"maxLimit": 1,
"minTransaction": 1,
"maxTransaction": 1,
"multiplier": 1.1,
"active": true,
"reasonInactive": 1,
"idRequired": true,
"idType": 1,
"idValue": "sample string 5",
"updated": "2026-04-03T06:20:28.0431313",
"linkedAccount": "l1PpI2QJMEew9aprNJiYAw==",
"linkedAccountGuid": "23e95397-0964-4730-b0f5-aa6b34989803",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "2"
},
"account": {
"$id": "4",
"id": 1,
"identifier": "b3hEG7IIt0GiyAFmxdzX8A==",
"identifierGuid": "1b44786f-08b2-41b7-a2c8-0166c5dcd7f0",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-04-03T06:20:28.0431313",
"owner": "0YU0uv5W6kuN4YAFPI8TvQ==",
"ownerGuid": "ba3485d1-56fe-4bea-8de1-80053c8f13bd",
"accountStoreGroupIdentifier": "pUr8e80Qw0WJHaOLp2UVUg==",
"accountStoreGroupGuid": "7bfc4aa5-10cd-45c3-891d-a38ba7651552",
"accountType": 1,
"currentBalance": 1,
"externalID": "sample string 7",
"maximumLimit": 1,
"accruePoints": true,
"loyaltyPoints": 1,
"termsOfTrade": 1,
"signatureRequired": true,
"referenceRequired": true,
"statementSendType": 10,
"ageingPeriod": 1,
"monthlyAgeingPeriod": true,
"explodedInvoice": true,
"isFifoAllocation": true,
"lastStatementSent": "2026-04-03T06:20:28.0431313",
"active": true,
"updated": "2026-04-03T06:20:28.0431313",
"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": "eu8ppQ1XE0SGNrKRTOxG0g==",
"identifierGuid": "a529ef7a-570d-4413-8636-b2914cec46d2",
"name": "sample string 2",
"primaryContact": "JY60hE/8R0adKph96g4+tg==",
"primaryContactGuid": "84b48e25-fc4f-4647-9d2a-987dea0e3eb6",
"accountID": "vq/vgaHSNUi9RsHXlgi27w==",
"accountIDGuid": "81efafbe-d2a1-4835-bd46-c1d79608b6ef",
"special": true,
"updated": "2026-04-03T06:20:28.0431313",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "IO/jLHQS/UKnm/zO69dg5A==",
"priceLevelIdentifierGuid": "2ce3ef20-1274-42fd-a79b-fcceebd760e4",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "4"
},
"primaryContactCustomer": {
"$ref": "2"
},
"customerGroupMembers": [
{
"$id": "7",
"id": 1,
"groupID": "UllDc6dIH0av6FT70Jn4/g==",
"groupIDGuid": "73435952-48a7-461f-afe8-54fbd099f8fe",
"customerID": "0fOwAz34g0SpTOPQkWM29g==",
"customerIDGuid": "03b0f3d1-f83d-4483-a94c-e3d0916336f6",
"card": "sample string 4",
"linkedAccount": "W3jg3qJqekCnqzChIk4elg==",
"linkedAccountGuid": "dee0785b-6aa2-407a-a7ab-30a1224e1e96",
"customer": {
"$ref": "2"
},
"group": {
"$ref": "6"
},
"customerCard": {
"$ref": "3"
}
},
{
"$ref": "7"
}
]
},
{
"$ref": "6"
}
]
},
"payments": [
{
"$id": "8",
"id": 1,
"identifier": "B997ZIrTe06CWW0fdFnFAg==",
"identifierGuid": "647bdf07-d38a-4e7b-8259-6d1f7459c502",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "Pt8fBM4jGUGhVK4aVGcbMA==",
"accountIDGuid": "041fdf3e-23ce-4119-a154-ae1a54671b30",
"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-04-03T06:20:28.0431313",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "glZ6g0WeO06cTr4b1w9YtQ==",
"idempotentVoidGuid": "837a5682-9e45-4e3b-9c4e-be1bd70f58b5",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "9",
"saleHeaderID": 1,
"saleHeaderGuid": "p4DIDWyeP0Ov8tT1kxycnw==",
"saleHeaderIdentifierGuid": "0dc880a7-9e6c-433f-aff2-d4f5931c9c9f",
"created": "2026-04-03T06:20:28.0431313",
"createdLocal": "2026-04-03T06:20:28.0431313",
"createdText": "sample string 4",
"itemCount": 5,
"totalAmount": 6,
"cashTender": 1,
"cardTender": 1,
"cheqTender": 1,
"acctTender": 1,
"voucherTender": 1,
"loyaltyPoints": 1,
"cashout": 1,
"changeAmount": 1,
"rounding": 1,
"gstAmount": 1,
"transactionDiscountTender": 1,
"totalTip": 7,
"tranType": 1,
"processed": 1,
"imported": "2026-04-03T06:20:28.0431313",
"storeID": 1,
"operatorG_Uid": "SEv5vcL8YkOMby3yvVcDlA==",
"operatorGuid": "bdf94b48-fcc2-4362-8c6f-2df2bd570394",
"customerG_Uid": "0S3qM6kO2UCT9ngiFSYp1g==",
"customerGuid": "33ea2dd1-0ea9-40d9-93f6-7822152629d6",
"communityIdentifier": "ogmxwq4i90qJoD3mFwVOoQ==",
"communityIdentifierGuid": "c2b109a2-22ae-4af7-89a0-3de617054ea1",
"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": "6BDlUf4mXk2jOYZ7tOazcA==",
"priceLevelIdentifierGuid": "51e510e8-26fe-4d5e-a339-867bb4e6b370",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-04-03T06:20:28.0431313+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-04-03T06:20:28.0431313",
"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": "UupOYnyNpUKzh+ugqp6ljQ==",
"guid": "624eea52-8d7c-42a5-b387-eba0aa9ea58d",
"operatorNumber": 1,
"shortName": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"password": "sample string 5",
"hasPassword": true,
"passwordText": "sample string 6",
"rfidTagID": "sample string 7",
"blueprintID": 1,
"groupID": 1,
"groupName": "sample string 8",
"managerGroupID": 1,
"managerGroupName": "sample string 9",
"zoneID": 1,
"zoneName": "sample string 10",
"loggedIn": 1,
"lastUsedIP": "sample string 11",
"deleted": true,
"locked": true,
"allowOpenTill": true,
"webEmail": "sample string 14",
"simpleOperatorType": 0,
"webRole": "sample string 15",
"updated": "2026-04-03T06:20:28.0431313",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-04-03T06:20:28.0431313",
"endShift": "2026-04-03T06:20:28.0431313",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "12",
"operatorG_UID": "jTHvRAA1O0aO8RaOXflm8g==",
"operatorGuid": "44ef318d-3500-463b-8ef1-168e5df966f2",
"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-04-03T06:20:28.0431313",
"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": "0d/huS0qJkS0FzPhYWN1Dg==",
"hostIdentifierGuid": "b9e1dfd1-2a2d-4426-b417-33e16163750e",
"hostName": 1,
"hostAddress": "sample string 27",
"hostUsername": "sample string 28",
"hostPassword": "sample string 29",
"excludeFromLeadInOut": true,
"accountingProvider": 31,
"accountingAddress": "sample string 32",
"accountingUsername": "sample string 33",
"accountingPassword": "sample string 34",
"storeAccountingCode": "sample string 35",
"softwareVariance": 36,
"fuelWarningVariance": 37.0,
"fuelErrorVariance": 38.0,
"fuelAccumulatedWarningVariance": 39.0,
"fuelAccumulatedErrorVariance": 40.0,
"drawManagment": 41,
"endOfDayManagment": true,
"autoFillCashBalancing": true,
"fuelDayVariance": 44,
"accountingTradingTime": "00:00:00.1234567",
"stockActivateProduct": 46,
"defaultOrderDocumentId": 1,
"defaultStockReceiveDocumentId": 1,
"giftCardSalesAccountingDeptCode": "sample string 47",
"transactionDiscountAccountingDeptCode": "sample string 48",
"size": 49,
"updated": "2026-04-03T06:20:28.0431313",
"priceZone": {
"$id": "14",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "tOmTy4m5tECxq/br4rnanQ==",
"hostIdentifierGuid": "cb93e9b4-b989-40b4-b1ab-f6ebe2b9da9d",
"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"
},
"hostStoreSettings": [
{
"$id": "16",
"id": 1,
"hostIdentifier": "IHo0jUfdCkiqNB+ZQpF8wA==",
"hostIdentifierGuid": "8d347a20-dd47-480a-aa34-1f9942917cc0",
"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": "17",
"identifier": "d8dgvycHQUez9psK9sk/Jg==",
"identifierGuid": "bf60c777-0727-4741-b3f6-9b0af6c93f26",
"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": "FVVpxiP6EkCH4upYOiW4+A==",
"hostSupplierIdentifierGuid": "c6695515-fa23-4012-87e2-ea583a25b8f8",
"loyaltyPriceLevelIdentifier": "SVFcQFby2kahxUEOGmL7PQ==",
"loyaltyPriceLevelIdentifierGuid": "405c5149-f256-46da-a1c5-410e1a62fb3d",
"isGroup": true,
"description": "sample string 22",
"hostProvider": 23,
"hostTypeEnum": 24,
"hostType": "sample string 25",
"hostCode": "sample string 26",
"username": "sample string 27",
"password": "sample string 28",
"passwordPlain": "sample string 29",
"server": "sample string 30",
"url": "sample string 31",
"global": true,
"stateCode": "sample string 33",
"lastCollected": "2026-04-03T06:20:28.0431313",
"lastProcessed": "2026-04-03T06:20:28.0431313",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$id": "18",
"identifier": "FYLZKEE47E6rhA8lcQD+pg==",
"identifierGuid": "28d98215-3841-4eec-ab84-0f257100fea6",
"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": "ZTVDJvrUHE6OVn9dc/a+XQ==",
"primaryContactID": "26433565-d4fa-4e1c-8e56-7f5d73f6be5d",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "DA0abaDJFE2YJFpjt6aFRQ==",
"supplierGroupGuid": "6d1a0d0c-c9a0-4d14-9824-5a63b7a68545",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-04-03T06:20:28.0431313",
"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": "19",
"id": "2362920a-8aad-46ba-aebf-bda4a7b9c8b6",
"identifier": "jldMtGmEuE6MPiEyWVBP7g==",
"identifierGuid": "b44c578e-8469-4eb8-8c3e-213259504fee",
"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": "20",
"supplierIdentifier": "pbtvkox+NkOVDmDShWbpRw==",
"supplierIdentifierGuid": "926fbba5-7e8c-4336-950e-60d28566e947",
"contactGuid": "1rEoQi3jtkGH96uWkAwuVg==",
"contactID": "4228b1d6-e32d-41b6-87f7-ab96900c2e56",
"contact": {
"$ref": "19"
},
"supplier": {
"$ref": "18"
}
},
{
"$ref": "20"
}
],
"products": [
{
"$id": "21",
"pluG_UID": "rh32KJcIT0ukU23XMU4rew==",
"pluGuid": "28f61dae-0897-4b4f-a453-6dd7314e2b7b",
"supplierIdentifier": "51iPSZtxrEehGaekkETLFw==",
"supplierIdentifierGuid": "498f58e7-719b-47ac-a119-a7a49044cb17",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-04-03T06:20:28.0431313",
"pricedByWeight": true,
"landedUnitCostEx": 9,
"landedUnitCostInc": 10,
"landedCartonCostInc": 12,
"landedCartonCostEx": 13,
"standardCost": 14,
"deliveryFee": 1,
"deliveryFeeBasis": "sample string 15",
"pickAndPackFee": 1,
"pickAndPackFeeBasis": "sample string 16",
"financeFee": 1,
"financeFeeBasis": "sample string 17",
"cartonLength": 1,
"cartonWidth": 1,
"cartonHeight": 1,
"palletLayerQuantity": 1,
"palletLayers": 1,
"itemCode": "sample string 18",
"invoiceCode": "sample string 19",
"invoiceDesc": "sample string 20",
"orderDirect": true,
"useCost": true,
"minimumQuantity": 21,
"hostType": 22,
"fromHost": 23,
"minimumReorder": 1,
"maximumReorder": 1,
"orderMultiple": 24.1,
"sellMultiple": 25.1,
"baseMultiple": 26.1,
"hostStandardCost": 27,
"hostTotalCost": 28,
"hostRetail": 29,
"hostLandedUnitCostEx": 30,
"hostLandedUnitCostInc": 31,
"hostDesc": "sample string 32",
"directIndicator": "sample string 33",
"availableToOrder": true,
"hostRangeIndicator": "sample string 35",
"hostProductType": "sample string 36",
"hostProductGrade": "sample string 37",
"hostProductGroup": "sample string 38",
"hostSlowMoving": true,
"hostGeneralMerchandise": true,
"hostPillar": "sample string 41",
"hostLastUpdated": "2026-04-03T06:20:28.0431313",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "22",
"pluG_UID": "XarUPOVp+Eemczq1ZHx0mA==",
"pluGuid": "3cd4aa5d-69e5-47f8-a673-3ab5647c7498",
"supplierIdentifier": "ik3YvTdDMkeoq3qaZpjHbw==",
"supplierIdentifierGuid": "bdd84d8a-4337-4732-a8ab-7a9a6698c76f",
"invoiceCode": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "22"
}
],
"storeIDs": [
1,
2
],
"preferredSupplier": true,
"preferredRebateSupplier": true,
"supplierName": "sample string 42",
"salesMode": 43,
"orderPacked": true,
"active": true,
"price": 1,
"costGstPercent": 45,
"parentPluG_UID": "JJqFbLg+4EiXyCyhq+izgg==",
"parentPluGuid": "6c859a24-3eb8-48e0-97c8-2ca1abe8b382",
"freight": 46.0,
"freightType": 1,
"product": {
"$id": "23",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "tUx2r1cCnUWVM5gxVY8X9Q==",
"guid": "af764cb5-0257-459d-9533-9831558f17f5",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "s68pKJ05TE2O1Wz1Oh948A==",
"priceGroupGuid": "2829afb3-399d-4d4c-8ed5-6cf53a1f78f0",
"blueprintID": 1,
"lastCountedDate": "2026-04-03T06:20:28.0431313",
"externalID": "sample string 7",
"active": true,
"activated": "2026-04-03T06:20:28.0431313",
"pluCreated": "2026-04-03T06:20:28.0431313",
"createdByUser": "sample string 9",
"name": "sample string 10",
"nameChanged": true,
"secondDescription": "sample string 12",
"hostDescription": "sample string 13",
"keepCartonQty": true,
"keepDescription": true,
"keepDepartments": true,
"keepSuppliers": true,
"markdownDescription": "sample string 18",
"altDescription": "sample string 19",
"bestOrExpire": 20,
"lastUpdate": "2026-04-03T06:20:28.0431313",
"lastManualUpdate": "2026-04-03T06:20:28.0431313",
"imageName": "sample string 23",
"showImageOnFlipCharts": true,
"showTextOnFlipCharts": true,
"overrideFlipChartText": true,
"flipChartText": "sample string 27",
"salesMode": 1,
"eftCode": 1,
"price": 1,
"priceChanged": true,
"rrp": 1,
"gstPercent": 28,
"gstPercentChanged": true,
"costGSTPercent": 29,
"costGSTPercentChanged": true,
"wetPercent": 1,
"priceOverride": 1,
"cost": 1,
"currentCost": 1,
"currentCostDecimals": 1,
"grossProfit": 1.0,
"currentCostDesc": "sample string 30",
"currentCostEnd": "2026-04-03T06:20:28.0431313",
"currentCostUpdated": "2026-04-03T06:20:28.0431313",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-04-03T06:20:28.0431313",
"defaultGP": 1,
"breakTargetMode": 33,
"break1": 1,
"price1": 1,
"target1": 34,
"break2": 1,
"price2": 1,
"target2": 35,
"break3": 1,
"price3": 1,
"target3": 36,
"break1Changed": true,
"price1Changed": true,
"target1Changed": true,
"break2Changed": true,
"price2Changed": true,
"target2Changed": true,
"break3Changed": true,
"price3Changed": true,
"target3Changed": true,
"breakTargetModeChanged": true,
"margin": 1.1,
"marginChanged": true,
"marginRanged": true,
"marginRangedChanged": true,
"minimumMargin": 1.1,
"minimumMarginChanged": true,
"maximumMargin": 1.1,
"maximumMarginChanged": true,
"overrideHostWarehouseIndicator": true,
"overrideHostWarehouseIndicatorChanged": true,
"overrideHostPrice": true,
"overrideHostPriceChanged": true,
"overrideHostCost": true,
"overrideHostCostChanged": true,
"overrideHostMargin": true,
"overrideHostMarginChanged": true,
"alwaysApplyMargin": true,
"alwaysApplyMarginChanged": true,
"aws": 1.0,
"paws": 1.0,
"awsUpdated": "2026-04-03T06:20:28.0431313",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "paAv5VGEEU6ixIL7sJsdQw==",
"altPLUGuid": "e52fa0a5-8451-4e11-a2c4-82fbb09b1d43",
"altPLUGuidChanged": true,
"altPriceDescription1": "sample string 54",
"altPriceDescription2": "sample string 55",
"cartonQuantity": 56,
"cartonQuantityChanged": true,
"trayID": 1,
"promptID": 1,
"tare": 1,
"packQty": 1,
"fixedWeight": 1,
"extraMesg": 1,
"text1": "sample string 58",
"text2": "sample string 59",
"text3": "sample string 60",
"labelText": "sample string 61",
"labelTextChanged": true,
"sendToScale": true,
"nonScaleWeigh": true,
"labelFormat": "sample string 65",
"barcodeFormat": "sample string 66",
"austMade": 1,
"coolCode": 67,
"countryOfOrigin": "sample string 68",
"percentContent": 69.1,
"departmentID": 1,
"subDepartmentID": 1,
"minorDepartmentID": 1,
"lesserDepartmentID": 1,
"deptCode": "sample string 70",
"subDeptCode": "sample string 71",
"minorDeptCode": "sample string 72",
"lesserDeptCode": "sample string 73",
"deptName": "sample string 74",
"subDeptName": "sample string 75",
"minorDeptName": "sample string 76",
"lesserDeptName": "sample string 77",
"departmentChanged": true,
"subCategoryID": 1,
"expiry": 1,
"showDays": 1,
"datePrint": 1,
"labelRequired": true,
"labelShelfQty": 80,
"labelShelfChanged": true,
"labelTalkerQty": 82,
"labelSmall": true,
"labelLastPrinted": "2026-04-03T06:20:28.0431313",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "QRB2NN/x/k++H3enUmd7Uw==",
"shelfPageLayoutGuid": "34761041-f1df-4ffe-be1f-77a752677b53",
"talkerPageLayoutG_UID": "/DgoJQxaMU+phUDoZVKNFQ==",
"talkerPageLayoutGuid": "252838fc-5a0c-4f31-a985-40e865528d15",
"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": "h//0/xqo20Gbd2AxnH2M7Q==",
"inventoryIdentifier": "fff4ff87-a81a-41db-9b77-60319c7d8ced",
"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": "PTpE4/7JUUmIVICd75j51Q==",
"parentPluGuid": "e3443a3d-c9fe-4951-8854-809def98f9d5",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "9QY8194v9EC5RLdVcGpJLA==",
"supplierIdentifierGuid": "d73c06f5-2fde-40f4-b944-b755706a492c",
"supplierChanged": true,
"rebateSupplierIdentifier": "5MVP7N/58EWRuKr/Z6eLVg==",
"rebateSupplierIdentifierGuid": "ec4fc5e4-f9df-45f0-91b8-aaff67a78b56",
"rebateSupplierChanged": true,
"availableForOrder": true,
"warehouseDirectIndicator": "sample string 109",
"warehouseDirectIndicatorChanged": true,
"productGrade": "sample string 111",
"productType": "sample string 112",
"productGroup": "sample string 113",
"complianceIndicator": "sample string 114",
"inhouseBrand": "sample string 115",
"slowMoving": true,
"generalMerchandise": true,
"comment": "sample string 118",
"lastUpdatedByUser": "sample string 119",
"lastManualUpdatedByUser": "sample string 120",
"lastUpdatedByUserOverride": true,
"lastUpdatedByHost": "2026-04-03T06:20:28.0431313",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "GEj2huGoW0KwmjM3Bhgujg==",
"hostIdentifierGuid": "86f64818-a8e1-425b-b09a-333706182e8e",
"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": "23"
},
{
"$ref": "23"
}
],
"store": {
"$ref": "13"
},
"storePrices": [
{
"$id": "24",
"pluG_UID": "QuMLjMZfb0WjQ7aYHONgiA==",
"pluGuid": "8c0be342-5fc6-456f-a343-b6981ce36088",
"plu": 1,
"storeID": 1,
"zoneID": 2,
"zoneName": "sample string 3",
"store": "sample string 4",
"isElectedMasterStore": true,
"isZoneMasterStore": true,
"priceNow": 7,
"costNow": 8,
"costNowDecimals": 9,
"normalPrice": 10,
"priceNext": 1,
"costNext": 1,
"costNextDecimals": 11,
"nextCampaignName": "sample string 12",
"gstPercent": 13,
"normalCost": 14,
"normalCostDecimals": 15,
"costGstPercent": 16,
"costCalcMethod": 1,
"currentCost": 17,
"currentCostDecimals": 18,
"break1": 19,
"price1": 20,
"break2": 21,
"price2": 22,
"break3": 23,
"price3": 24,
"fuelItem": 25,
"fixedWeight": 26,
"active": true,
"complianceIndicator": "sample string 27",
"doNotOrder": true,
"doNotRange": true,
"isNormalPriceChangesCampaign": true,
"updated": "2026-04-03T06:20:28.0431313"
},
{
"$ref": "24"
}
],
"currentPrices": {
"$id": "25",
"pluPrices": {
"$id": "26",
"plu": 1,
"pluG_UID": "QEA=",
"stores": [
1,
2
],
"normalPrice": 1,
"cost": 2,
"break1": 3,
"price1": 4,
"break2": 5,
"price2": 6,
"break3": 7,
"price3": 8,
"discountPrice": 9,
"memberDiscountPrice": 10,
"acceptedUtc": "2026-04-03T06:20:28.0431313",
"priceChangeType": 0,
"costDecimals": 11,
"costCalcMethod": 12,
"targetCampaignPriceGtOrEquNormal": true
},
"normalPluPrices": {
"$ref": "26"
},
"winningCampaign": 1,
"winner": {
"$id": "27",
"campaignName": "sample string 1",
"campaignDescription": "sample string 2",
"talkerText": "sample string 3",
"disableWasSave": true,
"startDate": "2026-04-03T06:20:28.0431313",
"startTime": 5,
"endDate": "2026-04-03T06:20:28.0431313",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "cKlZwSuOu0+HpVqQF0C3YA==",
"hostIdentifierGuid": "c159a970-8e2b-4fbb-87a5-5a901740b760",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "27"
},
{
"$ref": "27"
}
]
},
"tray": {
"$id": "28",
"g_UId": "efILCwrd0kul2l9teekLhQ==",
"guid": "0b0bf279-dd0a-4bd2-a5da-5f6d79e90b85",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "29",
"priceGroupG_UID": "JciGlQflY0WrPKOM0xgaoA==",
"priceGroupGuid": "9586c825-e507-4563-ab3c-a38cd3181aa0",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-04-03T06:20:28.0431313",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "23"
},
{
"$ref": "23"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "30",
"pluG_UID": "grn29lDpH0CkC0DxNd05pg==",
"pluGuid": "f6f6b982-e950-401f-a40b-40f135dd39a6",
"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": "31",
"pluGuid": "c2e74940-2fdf-43db-842d-97c5b6904d56",
"created": "2026-04-03T06:20:28.0431313",
"createdByUser": "sample string 1",
"activated": "2026-04-03T06:20:28.0431313",
"activatedByUser": "sample string 2",
"deactivated": "2026-04-03T06:20:28.0431313",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-04-03T06:20:28.0431313",
"lastOrderedQty": 4.0,
"lastReceived": "2026-04-03T06:20:28.0431313",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-04-03T06:20:28.0431313",
"lastSold": "2026-04-03T06:20:28.0431313",
"firstSold": "2026-04-03T06:20:28.0431313",
"awsUpdated": "2026-04-03T06:20:28.0431313",
"lastManualUpdate": "2026-04-03T06:20:28.0431313",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-04-03T06:20:28.0431313",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-04-03T06:20:28.0431313",
"doNotRangeUpdated": "2026-04-03T06:20:28.0431313",
"doNotOrderUpdated": "2026-04-03T06:20:28.0431313",
"tracked": "2026-04-03T06:20:28.0431313"
},
"allergens": [
{
"$id": "32",
"primaryKey": {
"$id": "33",
"pluGuid": "d8f4c2c4-ed14-4104-b63f-8a24194e21d6",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "xML02BTtBEG2P4okGU4h1g==",
"pluGuid": "d8f4c2c4-ed14-4104-b63f-8a24194e21d6",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "32"
}
],
"costs": {
"$id": "34",
"pluG_UID": "vJ45MrpRo0eLiyVqGleFGg==",
"pluGuid": "32399ebc-51ba-47a3-8b8b-256a1a57851a",
"enteredCost": 1,
"weightedAvgCost": 1,
"lastCost": 1,
"rawEnteredCost": 2,
"rawWeightedAvgCost": 3,
"rawLastCost": 4,
"freight": 5.0,
"freightType": 6,
"costDecimals": 7,
"fifoCost": 1,
"updated": "2026-04-03T06:20:28.0431313",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "35",
"saleHeaderID": 1,
"created": "2026-04-03T06:20:28.0431313",
"createdLocal": "2026-04-03T06:20:28.0431313",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "F1JDFzy7JEGKx/Y0LxwysQ==",
"operatorGuid": "17435217-bb3c-4124-8ac7-f6342f1c32b1",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "F2xThuxs90abkReEbsljOA==",
"pluGuid": "86536c17-6cec-46f7-9b91-17846ec96338",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$ref": "11"
}
},
{
"$ref": "35"
}
],
"apns": [
{
"$id": "36",
"pluID": 1,
"pluG_UID": "t2Em/EjaP0O9krZAetUMZw==",
"pluGuid": "fc2661b7-da48-433f-bd92-b6407ad50c67",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "36"
}
],
"tuns": [
{
"$id": "37",
"pluG_UId": "PmZYxmoRUkeBIhsAKrmwaw==",
"pluGuid": "c658663e-116a-4752-8122-1b002ab9b06b",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "23"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "37"
}
],
"competitionPricing": [
{
"$id": "38",
"identifier": "Zg3bxImmpki9hY0FBbeT1w==",
"identifierGuid": "c4db0d66-a689-48a6-bd85-8d0505b793d7",
"pluG_UID": "tFMtTk/Y/EGCHpSVGzwJag==",
"pluGuid": "4e2d53b4-d84f-41fc-821e-94951b3c096a",
"competitionID": 1,
"name": "sample string 2",
"sellMultiple": 3,
"retailPrice": 4,
"storeName": "sample string 5"
},
{
"$ref": "38"
}
],
"supplier": {
"$ref": "18"
},
"supplierName": "sample string 148",
"children": [
{
"$ref": "23"
},
{
"$ref": "23"
}
],
"ordering": {
"$ref": "21"
},
"flipChartPages": [
{
"$id": "39",
"identifier": "GcirOWl1HEepmg/N2SGz9w==",
"groupName": "sample string 1",
"identifierGuid": "39abc819-7569-471c-a99a-0fcdd921b3f7",
"exists": true,
"flipChartIdentifier": "B8Tul9SzRUW+E/44BF3UUg==",
"flipChartIdentifierGuid": "97eec407-b3d4-4545-be13-fe38045dd452",
"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": "RGKqLBEB3kaW05G8Gr2gEg==",
"groupIdentifierGuid": "2caa6244-0111-46de-96d3-91bc1abda012",
"flipChart": {
"$id": "40",
"identifier": "xlJi2/Vqf0W9TqAKOVQ0ZQ==",
"identifierGuid": "db6252c6-6af5-457f-bd4e-a00a39543465",
"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": "41",
"identifier": "6JDVdUr3S0+Tslk/H+ZRCQ==",
"identifierGuid": "75d590e8-f74a-4f4b-93b2-593f1fe65109",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "42",
"id": 1,
"g_UID": "J0F2dqWZW0m47SeZiHaoeg==",
"guid": "76764127-99a5-495b-b8ed-27998876a87a",
"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": "D9zR/SY0l06uvpQ4LKdVKA==",
"previousFormGuid": "fdd1dc0f-3426-4e97-aebe-94382ca75528",
"nextForm": 1,
"nextFormG_UID": "uz6dHObI/Eq6EvX2qqo0+A==",
"nextFormGuid": "1c9d3ebb-c8e6-4afc-ba12-f5f6aaaa34f8",
"attributes": "sample string 10",
"updated": "2026-04-03T06:20:28.0431313",
"positioning": 1,
"contentPanel": "sample string 11",
"selectionMode": 1,
"maximumSelections": 1,
"alteredInStore": true,
"deleted": true,
"blueprintID": 1,
"preserveLayout": true,
"mainCheckoutFormName": "sample string 13",
"nextCheckoutForm": {
"$ref": "42"
},
"previousCheckoutForm": {
"$ref": "42"
},
"buttons": [
{
"$id": "43",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "A9YbwkeWKUGPKJcl7yUdHw==",
"checkoutFormGuid": "c21bd603-9647-4129-8f28-9725ef251d1f",
"identifier": "TuGjncdkMUimg+s2GFeQcw==",
"identifierGuid": "9da3e14e-64c7-4831-a683-eb3618579073",
"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": "k741mCUUlkyqgQKVX4M+vQ==",
"valueGuid": "9835be93-1425-4c96-aa81-02955f833ebd",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-04-03T06:20:28.0431313",
"action": "sample string 12",
"valueForm": {
"$ref": "42"
},
"image": {
"$id": "44",
"name": "sample string 3.sample string 4",
"imageID": 2,
"imageName": "sample string 3",
"imageExtension": "sample string 4",
"lastUpdate": "2026-04-03T06:20:28.0431313",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "43"
}
],
"panels": [
{
"$id": "45",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "Y+C2edGa9EOreC1dnAyP7w==",
"checkoutFormGuid": "79b6e063-9ad1-43f4-ab78-2d5d9c0c8fef",
"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": "45"
}
]
},
{
"$ref": "42"
}
],
"panels": [
{
"$ref": "45"
},
{
"$ref": "45"
}
]
},
"pages": [
{
"$ref": "39"
},
{
"$ref": "39"
}
]
},
"contentPanel": {
"$ref": "45"
},
"products": [
{
"$id": "46",
"flipChartPageIdentifier": "vCpZtEKI80GN+wY/GySXVA==",
"flipChartPageIdentifierGuid": "b4592abc-8842-41f3-8dfb-063f1b249754",
"pluG_UID": "5OIs3gbFp0C2wrzIGPDiGg==",
"pluGuid": "de2ce2e4-c506-40a7-b6c2-bcc818f0e21a",
"sortOrder": 3,
"sent": true,
"productChanged": true,
"productImageName": "sample string 6",
"productShowImageOnFlipCharts": true,
"productShowTextOnFlipCharts": true,
"productOverrideFlipChartText": true,
"productFlipChartText": "sample string 10",
"product": {
"$ref": "23"
},
"departmentSortOrder": 11,
"subDepartmentName": "sample string 12"
},
{
"$ref": "46"
}
],
"productCount": 27,
"pages": [
{
"$ref": "39"
},
{
"$ref": "39"
}
]
},
{
"$ref": "39"
}
],
"priceHistory": [
{
"$id": "47",
"pluG_UID": "4VV9/gz0O0C7Ts1lvAlqaQ==",
"pluGuid": "fe7d55e1-f40c-403b-bb4e-cd65bc096a69",
"price": 1,
"costCalcMethod": 1,
"cost": 2,
"weightedAvgCost": 3,
"lastCost": 4,
"rawCost": 5,
"rawWeightedAvgCost": 6,
"rawLastCost": 7,
"costDecimals": 8,
"serviceFeeID": 9,
"freight": 10.0,
"freightType": 11,
"process": "sample string 12",
"user": "sample string 13",
"updated": "2026-04-03T06:20:28.0431313",
"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": "47"
}
],
"ingredients": [
{
"$id": "48",
"pluG_UID": "XRX8hb09l0W7/F0FL0eMZw==",
"ingredientGuid": "zwQTwNSm0k+ptGuJkS788g==",
"ingredientIdentifier": "c01304cf-a6d4-4fd2-a9b4-6b89912efcf2",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "23"
}
},
{
"$ref": "48"
}
],
"bins": [
{
"$id": "49",
"pluG_UID": "X0KAKcfENEqbwdnMRQPKog==",
"pluGuid": "2980425f-c4c7-4a34-9bc1-d9cc4503caa2",
"shelfLocationIdentifier": "cIc/kausNUWchaHjsIVEpg==",
"shelfLocationGuid": "913f8770-acab-4535-9c85-a1e3b08544a6",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "nAB0DcoG20mpppjUP563gQ==",
"labelPageLayoutGuid": "0d74009c-06ca-49db-a9a6-98d43f9eb781",
"updated": "2026-04-03T06:20:28.0431313",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "23"
},
"location": {
"$id": "50",
"identifier": "FfUWC7F4IEa4TKCZRtWeIw==",
"storeID": 1,
"identifierGuid": "0b16f515-78b1-4620-b84c-a09946d59e23",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-04-03T06:20:28.0431313",
"minTemp": 1,
"maxTemp": 1,
"checkFrequency": 1,
"storeCaseConfiguration": 5,
"storeName": "sample string 6",
"bins": [
{
"$ref": "49"
},
{
"$ref": "49"
}
]
}
},
{
"$ref": "49"
}
],
"bin": {
"$ref": "49"
},
"scaleLocations": [
{
"$id": "51",
"plu": 1,
"pluG_UID": "Tks476NUtEalcVtnCvTh9w==",
"pluGuid": "ef384b4e-54a3-46b4-a571-5b670af4e1f7",
"deptNo": 1,
"product": {
"$ref": "23"
},
"scaleLocation": {
"$id": "52",
"id": 1,
"deptNo": 1,
"deptCode": "sample string 2",
"name": "sample string 3",
"enabled": true,
"updated": "2026-04-03T06:20:28.0431313",
"department": {
"$id": "53",
"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": "52"
},
"subDepartments": [
{
"$id": "54",
"id": 1,
"departmentID": 2,
"name": "sample string 3",
"code": "sample string 4",
"departmentCode": "sample string 5",
"externalSales": true,
"minorDepartments": [
{
"$id": "55",
"id": 1,
"subDepartmentID": 2,
"departmentID": 3,
"name": "sample string 4",
"subDepartmentCode": "sample string 5",
"departmentCode": "sample string 6",
"code": "sample string 7",
"lesserDepartments": [
{
"$id": "56",
"id": 1,
"departmentID": 2,
"subDepartmentID": 3,
"minorDepartmentID": 4,
"name": "sample string 5",
"code": "sample string 6",
"departmentCode": "sample string 7",
"subDepartmentCode": "sample string 8",
"minorDepartmentCode": "sample string 9",
"updated": "2026-04-03T06:20:28.0431313",
"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": "EIezSHXUV0Kq9DhLQyzlqw==",
"labelPageLayoutGuid": "48b38710-d475-4257-aaf4-384b432ce5ab",
"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": "57",
"dept": 1,
"category": 2,
"name": "sample string 3",
"active": true,
"mscCommodities": [
{
"$id": "58",
"dept": 1,
"category": 2,
"commodity": 3,
"name": "sample string 4",
"active": true,
"mscSubCommodities": [
{
"$id": "59",
"dept": 1,
"category": 2,
"commodity": 3,
"subCommodity": 4,
"name": "sample string 5",
"active": true,
"subCommodityCode": "sample string 7"
},
{
"$ref": "59"
}
],
"commodityCode": "sample string 6"
},
{
"$ref": "58"
}
],
"categoryCode": "sample string 5"
},
"mscCom": {
"$ref": "58"
},
"mscDep": {
"$id": "60",
"dept": 1,
"name": "sample string 2",
"active": true,
"mscCategories": [
{
"$ref": "57"
},
{
"$ref": "57"
}
],
"deptCode": "sample string 4"
},
"mscSubCom": {
"$ref": "59"
}
},
{
"$ref": "56"
}
],
"updated": "2026-04-03T06:20:28.0431313",
"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": "d9d8nK5z4kqLcA+5d88hxw==",
"labelPageLayoutGuid": "9c7cd777-73ae-4ae2-8b70-0fb977cf21c7",
"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": "57"
},
"mscCom": {
"$ref": "58"
},
"mscDep": {
"$ref": "60"
},
"mscSubCom": {
"$ref": "59"
}
},
{
"$ref": "55"
}
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:20:28.0431313",
"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": "uK/kiHesXEOTuVhK/P4XGQ==",
"labelPageLayoutGuid": "88e4afb8-ac77-435c-93b9-584afcfe1719",
"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": "57"
},
"mscCom": {
"$ref": "58"
},
"mscDep": {
"$ref": "60"
},
"mscSubCom": {
"$ref": "59"
}
},
{
"$ref": "54"
}
],
"stores": [
1,
2
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:20:28.0431313",
"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": "Y0nH/4OmBUqTZE8kPFz1/w==",
"labelPageLayoutGuid": "ffc74963-a683-4a05-9364-4f243c5cf5ff",
"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": "57"
},
"mscCom": {
"$ref": "58"
},
"mscDep": {
"$ref": "60"
},
"mscSubCom": {
"$ref": "59"
}
}
}
},
{
"$ref": "51"
}
],
"nextPrice": {
"$id": "61",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 1,
"hostOfferID": 1,
"metcashPromotionID": "sample string 4",
"metcashPromotionPlacement": "sample string 5",
"pluG_UID": "Z78WyDURFkOuRMSsHpkB2g==",
"pluGuid": "c816bf67-1135-4316-ae44-c4ac1e9901da",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "vqNHiNHHH0Oqt1zZgnEvFg==",
"dealCostGuid": "8847a3be-c7d1-431f-aab7-5cd982712f16",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "LwGmJVvKC0useSAbi0Zfcg==",
"priceGroupGuid": "25a6012f-ca5b-4b0b-ac79-201b8b465f72",
"itemNumber": "sample string 10",
"cri": "sample string 11",
"pluPrice": 12,
"costCalcMethod": 13,
"pluCost": 14,
"pluCostIndicator": "sample string 15",
"pluPriceGstPercent": 16,
"pluCostGstPercent": 17,
"pluActive": true,
"cartonQty": 1.1,
"baseUnits": 19.1,
"salesMode": 1,
"pluNormalCost": 20,
"pluaws": 21.0,
"directNumber": "sample string 22",
"departmentName": "sample string 23",
"subDepartmentName": "sample string 24",
"priceGroupName": "sample string 25",
"supplierName": "sample string 26",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-04-03T06:20:28.0431313",
"rrp": 27,
"campaignDescription": "sample string 28",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "95c7957a-9eeb-46c2-ad5a-1441ef763629",
"campaignComboPriceGroupG_UID": "p7Pf7HLAB0OngCYcPtjVdA==",
"campaignComboPriceGroupIdentifier": "ecdfb3a7-c072-4307-a780-261c3ed8d574",
"promotionPlacementDescription": "sample string 30",
"storeAcceptances": [
{
"$id": "62",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-04-03T06:20:28.0431313",
"operatorG_UID": "3SSX3EaFB0aY4zO6bbWppw==",
"operatorGuid": "dc9724dd-8546-4607-98e3-33ba6db5a9a7",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-04-03T06:20:28.0431313",
"signIqTicketFileMovedUtc": "2026-04-03T06:20:28.0431313",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-04-03T06:20:28.0431313",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "3472b4ab-97cb-4b8e-8fea-ee24512edd43",
"product": {
"$ref": "23"
},
"campaignPlu": {
"$ref": "61"
},
"fuelItem": true
},
{
"$ref": "62"
}
],
"campaign": {
"$id": "63",
"id": 1,
"storeID": 2,
"name": "1e91ae1f-f002-46a1-b65b-0211887f8c0a",
"nameGuid": "1e91ae1f-f002-46a1-b65b-0211887f8c0a",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-04-03T06:20:28.0431313",
"startTime": 1,
"endDate": "2026-04-03T06:20:28.0431313",
"endTime": 1,
"recurrence": 1,
"recurrenceType": 1,
"monthType": 1,
"weekDays": 1,
"months": 1,
"monthWeeks": 1,
"monthDays": "sample string 7",
"printed": true,
"talkerText": "sample string 8",
"rangeDescription": "sample string 9",
"dealDescription": "sample string 10",
"labelQuantity": 11,
"active": 1,
"deactivated": "2026-04-03T06:20:28.0431313",
"system": true,
"created": "2026-04-03T06:20:28.0431313",
"updated": "2026-04-03T06:20:28.0431313",
"priceChangeNotifiedUtc": "2026-04-03T06:20:28.0431313",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "T5nkvXkGeEi71uc8VTH8Pw==",
"hostIdentifierGuid": "bde4994f-0679-4878-bbd6-e73c5531fc3f",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-04-03T06:20:28.0431313",
"updatedByUser": "sample string 18",
"offerID": 1,
"isPriceChangeCampaign": true,
"stores": [
1,
2
],
"storeNames": [
"sample string 1",
"sample string 2"
],
"campaignPlus": [
{
"$ref": "61"
},
{
"$ref": "61"
}
],
"campaignPools": [
{
"$id": "64",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 4,
"pluG_UID": "Bg4Kk2c9GkOroWO7qIPqDw==",
"pluGuid": "930a0e06-3d67-431a-aba1-63bba883ea0f",
"hostOfferID": 1,
"priceGroupG_UID": "+u5b31Dn702QcJqNiUEQ3A==",
"priceGroupGuid": "df5beefa-e750-4def-9070-9a8d894110dc",
"fuelItem": true,
"pluName": "sample string 6",
"apn": "sample string 7",
"pluActive": true,
"cartonQty": 1,
"baseUnits": 9.1,
"cri": "sample string 10",
"salesMode": 1,
"pluaws": 11.0,
"directNumber": "sample string 12",
"departmentName": "sample string 13",
"subDepartmentName": "sample string 14",
"priceGroupName": "sample string 15",
"supplierName": "sample string 16",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-04-03T06:20:28.0431313",
"rrp": 17,
"campaignDescription": "sample string 18",
"product": {
"$ref": "23"
},
"campaign": {
"$ref": "63"
}
},
{
"$ref": "64"
}
],
"sellingRules": [
{
"$id": "65",
"id": 1,
"identifier": "A/+KwX37n02k5iuKz/V1lA==",
"identifierStr": "A/+KwX37n02k5iuKz/V1lA==",
"identifierGuid": "c18aff03-fb7d-4d9f-a4e6-2b8acff57594",
"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": "63"
}
},
{
"$ref": "65"
}
],
"customers": [
{
"$id": "66",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"customerID": "hwo295UQW0i8qXUZULZe7Q==",
"customerIDGuid": "f7360a87-1095-485b-bca9-751950b65eed",
"campaign": {
"$ref": "63"
},
"customer": {
"$ref": "2"
}
},
{
"$ref": "66"
}
],
"customerGroups": [
{
"$id": "67",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupID": "q1+ozrLrT0qtXv2GX6p4Og==",
"groupIDGuid": "cea85fab-ebb2-4a4f-ad5e-fd865faa783a",
"campaign": {
"$ref": "63"
},
"group": {
"$ref": "6"
}
},
{
"$ref": "67"
}
],
"signIqTickets": [
{
"$id": "68",
"identifier": "SLclUjB0QEOKI52BmQB0eQ==",
"identifierGuid": "5225b748-7430-4340-8a23-9d8199007479",
"campaignName": "sample string 2",
"message": "sample string 3",
"ticketFileSource": "sample string 4",
"ticketFileDestination": "sample string 5",
"storeID": 1
},
{
"$ref": "68"
}
],
"comboPriceGroups": [
{
"$id": "69",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"g_UID": "q3b01DbmA0Os8DMQAV0dJA==",
"guid": "d4f476ab-e636-4303-acf0-3310015d1d24",
"description": "sample string 5",
"newPrice": 1,
"rangeDescription": "sample string 6",
"dealDescription": "sample string 7",
"labelQuantity": 8,
"hostProductCategoryID": 1,
"offerID": 1,
"dontUpdatePricePlus": true,
"campaign": {
"$ref": "63"
},
"comboPricePlus": [
{
"$id": "70",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupG_UID": "9olkTbuELUOLxdEc7TKMSA==",
"groupGuid": "4d6489f6-84bb-432d-8bc5-d11ced328c48",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "3O8Xjf25IkiA7ARsI+qfIg==",
"pluGuid": "8d17efdc-b9fd-4822-80ec-046c23ea9f22",
"priceGroupG_UID": "iwJ6pCI5DkWfuaeXVSiB3Q==",
"priceGroupGuid": "a47a028b-3922-450e-9fb9-a797552881dd",
"campaignPoolID": "sample string 7",
"quantity": 1,
"campaign": {
"$ref": "63"
},
"product": {
"$ref": "23"
},
"priceGroup": {
"$ref": "29"
},
"campaignPool": {
"$ref": "63"
}
},
{
"$ref": "70"
}
]
},
{
"$ref": "69"
}
],
"priceLevels": [
{
"$id": "71",
"id": 1,
"priceLevelIdentifier": "V6t6YF0Fyk2Ns/fyDh6m+Q==",
"priceLevelIdentifierGuid": "607aab57-055d-4dca-8db3-f7f20e1ea6f9",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "71"
}
],
"promotionType": {
"$id": "72",
"identifier": "QWlMswZ7cECZgoB6A8tj5w==",
"identifierGuid": "b34c6941-7b06-4070-9982-807a03cb63e7",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "BvY9SA4EyEibyDW6DIneEw==",
"labelPageLayoutGuid": "483df606-040e-48c8-9bc8-35ba0c89de13",
"priceLevelIdentifier": "lINMFlz4f0WfW51Br1iKWA==",
"priceLevelIdentifierGuid": "164c8394-f85c-457f-9f5b-9d41af588a58",
"active": true,
"updated": "2026-04-03T06:20:28.0587485",
"hostName": "sample string 11"
}
},
"product": {
"$ref": "23"
},
"dealCost": {
"$id": "73",
"headerIdentifier": "5YsTyF/bAkK0DhwMUhfj3w==",
"headerIdentifierGuid": "c8138be5-db5f-4202-b40e-1c0c5217e3df",
"identifier": "B5JasxPLuUmIXiZqpFdNdA==",
"identifierGuid": "b35a9207-cb13-49b9-885e-266aa4574d74",
"supplierIdentifier": "AK2MhvT/bE6K8f9bWo+ltg==",
"supplierGuid": "868cad00-fff4-4e6c-8af1-ff5b5a8fa5b6",
"pluG_UID": "OSMVDoCgZ06h5Xui+a4S7Q==",
"pluGuid": "0e152339-a080-4e67-a1e5-7ba2f9ae12ed",
"campaignName": "e81c5b1b-d178-4f65-b748-7fa165c2876a",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-04-03T06:20:28.0587485",
"end": "2026-04-03T06:20:28.0587485",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "ZvT5IwGPUEqa6RljExAi9g==",
"bonusItemPluGuid": "23f9f466-8f01-4a50-9ae9-1963131022f6",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-04-03T06:20:28.0587485",
"metcashPromotionID": "sample string 14",
"fromHost": 15,
"storeNames": "sample string 16",
"storeIDs": [
1,
2
],
"supplierName": "sample string 17",
"campaignDescription": "sample string 18",
"newPrice": 1,
"campaignMetcashPromotionID": "sample string 19",
"campaignActive": true,
"campaignStartDate": "2026-04-03T06:20:28.0587485",
"campaignEndDate": "2026-04-03T06:20:28.0587485",
"masterPLUG_UID": "s/Wmq9x5IkeClfIQZcRung==",
"masterID": "aba6f5b3-79dc-4722-8295-f21065c46e9e",
"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": "SxyjrsJqVkCxbuuWRhR4QA==",
"bonusMasterID": "aea31c4b-6ac2-4056-b16e-eb9646147840",
"bonusProductName": "sample string 34",
"bonusProductAPN": "sample string 35",
"bonusOrderCode": "sample string 36",
"bonusNormalSell": 37,
"bonusNormalCost": 38,
"bonusNormalCostDecimals": 39,
"bonusCartonQuantity": 40,
"bonusSalesMode": 41,
"bonusOrderPacked": 42,
"bonusFuelItem": true,
"bonusActive": true
}
},
"currentCostStart": "2026-04-03T06:20:28.0587485",
"dealCosts": [
{
"$ref": "73"
},
{
"$ref": "73"
}
],
"tags": [
{
"$id": "74",
"pluG_UID": "2rK723bBq0qje+iEmQ3fJw==",
"pluGuid": "dbbbb2da-c176-4aab-a37b-e884990ddf27",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "74"
}
],
"alternateProductG_UID": "PAC8CKJ710OsbEr98wkm0A==",
"alternateProduct": "08bc003c-7ba2-43d7-ac6c-4afdf30926d0",
"altProduct": {
"$ref": "23"
},
"productHostCode": {
"$id": "75",
"id": 1,
"pluG_UID": "Ol86DLeoTkmDDFolylZvGw==",
"pluGuid": "0c3a5f3a-a8b7-494e-830c-5a25ca566f1b",
"ibaCode": "sample string 2"
},
"mscCat": {
"$ref": "57"
},
"mscCom": {
"$ref": "58"
},
"mscDep": {
"$ref": "60"
},
"mscSubCom": {
"$ref": "59"
},
"isUserUpdate": true,
"ignoreMasterProduct": true,
"priceGroupLabelRequested": true,
"firstSold": "2026-04-03T06:20:28.0587485",
"inventoryTracked": "2026-04-03T06:20:28.0587485",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "76",
"pluG_UID": "wuKVD5PoNUu6VTposoZIQg==",
"pluGuid": "0f95e2c2-e893-4b35-ba55-3a68b2864842",
"fuelPluG_UID": "WAkppShxN0KL2GeM+rphVg==",
"fuelPluGuid": "a5290958-7128-4237-8bd8-678cfaba6156",
"price": 3,
"productDescription": "sample string 4",
"productBarcode": "sample string 5",
"fuelProductDescription": "sample string 6",
"fuelProductBarcode": "sample string 7",
"fuelProductPrice": 8
},
"productFuelLinks": [
{
"$ref": "76"
},
{
"$ref": "76"
}
]
},
"supplier": {
"$ref": "18"
},
"serviceFee": {
"$id": "77",
"id": 1,
"description": "sample string 1",
"fee": 1
},
"isPrimaryHost": true,
"hostVendor": 48
},
{
"$ref": "21"
}
],
"orderCycleHeaders": [
{
"$id": "78",
"storeID": 1,
"supplierIdentifier": "OoTvYibOgEaun7KsBfryiw==",
"supplierGuid": "62ef843a-ce26-4680-ae9f-b2ac05faf28b",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"storeName": "sample string 5",
"departmentName": "sample string 6",
"orderDays": 7
},
{
"$ref": "78"
}
],
"cycles": [
{
"$id": "79",
"storeID": 1,
"supplierIdentifier": "XixIv6lKIU6T2z8GGM/TWg==",
"supplierGuid": "bf482c5e-4aa9-4e21-93db-3f0618cfd35a",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"cutOffWeek": 5,
"cutOffDay": 6,
"cutOffTime": "00:00:00.1234567",
"leadTime": 7,
"daysBuffer": 8,
"supplierName": "sample string 9",
"cutOffDate": "2026-04-03T06:20:28.0587485",
"deliveryDate": "2026-04-03T06:20:28.0587485",
"nextCutOffDate": "2026-04-03T06:20:28.0587485",
"nextDeliveryDate": "2026-04-03T06:20:28.0587485",
"nextDaysBuffer": 10
},
{
"$ref": "79"
}
],
"store": {
"$ref": "13"
},
"updated": "2026-04-03T06:20:28.0587485",
"isHost": true
},
"files": [
{
"$id": "80",
"id": "sample string 1",
"fileName": "sample string 2",
"extension": "sample string 3",
"provider": 0,
"type": 0,
"hostType": "sample string 4",
"createdUtc": "2026-04-03T06:20:28.0587485",
"processed": "2026-04-03T06:20:28.0587485",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-04-03T06:20:28.0587485",
"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": "17"
},
"metcashHeader": {
"$id": "81",
"customerNumber": "sample string 1",
"creationDate": "2026-04-03T06:20:28.0587485",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "80"
}
],
"zoneMatrix": [
{
"$id": "82",
"id": 1,
"hostIdentifier": "dZ0aD0lmZkiDmdoLWG92qA==",
"hostIdentifierGuid": "0f1a9d75-6649-4866-8399-da0b586f76a8",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"59e1c1f2-280a-4ac2-9ef4-7ed3cb39a4cd",
"410b1faa-9243-4ec5-8909-96fe2201d4ca"
]
},
{
"$ref": "82"
}
],
"hostFileStoreSetting": {
"$ref": "16"
},
"hostStoreSettings": [
{
"$ref": "16"
},
{
"$ref": "16"
}
],
"promotionPlacements": [
{
"$id": "83",
"identifier": "qfEMQfQAC0Go9HkwmLwySQ==",
"identifierGuid": "410cf1a9-00f4-410b-a8f4-793098bc3249",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "83"
}
],
"promoTypeGuids": [
"3cda738a-ee5b-452c-a738-9bbe945f7d25",
"a6a65b94-4c3a-4524-a215-df9e49835a0b"
],
"isPromotionOnly": false,
"isOrderable": false,
"vendor": 0
},
"groupIDs": [
1,
2
],
"hostDescription": "sample string 27"
},
{
"$ref": "16"
}
],
"accounts": [
{
"$id": "84",
"id": 1,
"storeID": 1,
"accountName": "sample string 2",
"bsb": "sample string 3",
"accountNumber": "sample string 4",
"accountDesignated": true
},
{
"$ref": "84"
}
],
"sales": [
{
"$id": "85",
"id": 1,
"storeID": 1,
"externalSalesType": 2,
"ftpSiteID": 1,
"lastSaleProcessed": "2026-04-03T06:20:28.0587485",
"ftpSite": {
"$id": "86",
"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": "85"
}
],
"zoneMatrix": [
{
"$ref": "82"
},
{
"$ref": "82"
}
],
"cashManagements": [
{
"$id": "87",
"id": 1,
"storeID": 1,
"cashManagementType": 2,
"apiID": 1,
"organisationID": "sample string 3",
"siteName": "sample string 4",
"thirdPartyAPI": {
"$id": "88",
"id": 1,
"description": "sample string 2",
"address": "sample string 3",
"username": "sample string 4",
"password": "sample string 5",
"passwordPlain": "sample string 6",
"token": "sample string 7",
"apiType": 8,
"apiSubType": 9
}
},
{
"$ref": "87"
}
],
"updateStoreID": "c6dcd91c-de60-4113-a1c9-3dfc003c6d2e",
"updateStore": {
"$id": "89",
"id": "f5f2348a-40c6-403d-8d58-f0175ebfad4c",
"name": "sample string 1",
"lastActivity": "2026-04-03T06:20:28.0587485",
"zone": "sample string 2",
"timeZoneOffset": 0.0,
"businessHoursStart": "00:00:00.1234567",
"businessHoursEnd": "00:00:00.1234567",
"master": true,
"lastIP": "sample string 10",
"lastHostName": "sample string 11",
"ping": 1,
"pingStatus": "sample string 12",
"lastUpdateCompleted": "2026-04-03T06:20:28.0587485"
},
"timeZoneId": "sample string 54",
"securityOptions": {
"$id": "90",
"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": "91",
"id": 1,
"identifier": "F3tMRpX/PkGIvtJnv10eGQ==",
"identifierGuid": "464c7b17-ff95-413e-88be-d267bf5d1e19",
"name": "sample string 3",
"lookupIdentifier": "sample string 4",
"externalID": "sample string 5",
"phone": "sample string 6",
"fax": "sample string 7",
"email": "sample string 8",
"address1": "sample string 9",
"address2": "sample string 10",
"city": "sample string 11",
"postCode": "sample string 12",
"state": "sample string 13",
"country": "sample string 14",
"abn": "sample string 15",
"promoPeriodStart": "2026-04-03T06:20:28.0587485",
"promoPeriodEnd": "2026-04-03T06:20:28.0587485",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-04-03T06:20:28.0587485",
"deleted": true
},
"details": [
{
"$id": "92",
"saleItemID": 1,
"identifier": "eCgCazEP70W2IcCVgBVy0g==",
"identifierGuid": "6b022878-0f31-45ef-b621-c095801572d2",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "L1CXGcwKYk+CYCz5AK90VQ==",
"pluGuid": "1997502f-0acc-4f62-8260-2cf900af7455",
"accountID": "mQ0eziVXbkGW7QLYSzKl8Q==",
"accountIDGuid": "ce1e0d99-5725-416e-96ed-02d84b32a5f1",
"normalPrice": 3,
"originalSellingPrice": 4,
"discountPrice": 5,
"unit": 1,
"quantity": 6,
"totalCents": 7,
"fixedPrice": 1,
"tranType": 1,
"discountType": 1,
"cost": 1,
"costDecimals": 8,
"markdown": 1,
"manualQuantity": 1,
"manualPrice": 1,
"manualMode": 1,
"active": 1,
"offline": true,
"barcode": "sample string 9",
"keyedSale": 1,
"discountedID": 1,
"fuelID": 1,
"serialNumber": "sample string 10",
"bestOrExpire": "2026-04-03T06:20:28.0587485",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "BHCcD9eau0O3RbtG5PCJpQ==",
"refundGuid": "0f9c7004-9ad7-43bb-b745-bb46e4f089a5",
"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": "8ExKv2nh/ku8v1XEgxodkw==",
"idempotentVoidGuid": "bf4a4cf0-e169-4bfe-bcbf-55c4831a1d93",
"priceLevelIdentifier": "npdhTDk5rk2GGqzvyO1DIg==",
"priceLevelIdentifierGuid": "4c61979e-3939-4dae-861a-acefc8ed4322",
"communityIdentifier": "vO6Tp9jPkUq3Rf5vHbkk0Q==",
"communityIdentifierGuid": "a793eebc-cfd8-4a91-b745-fe6f1db924d1",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "93",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-04-03T06:20:28.0587485",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "93"
}
],
"refund": {
"$id": "94",
"id": 1,
"g_UID": "0i6cYBHmo0iDrpF6JPkTfQ==",
"guid": "609c2ed2-e611-48a3-83ae-917a24f9137d",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-04-03T06:20:28.0587485"
},
"modifier": {
"$id": "95",
"id": 1,
"setG_UID": "y/ZviLt5CEKiHU6+nUuiBw==",
"modifierSetGuid": "886ff6cb-79bb-4208-a21d-4ebe9d4ba207",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "OB57LdofrE+QJjZhuhPjYA==",
"pluGuid": "2d7b1e38-1fda-4fac-9026-3661ba13e360",
"deleted": true,
"g_UID": "IwGvfIiB+k6IN3MzhO9wVA==",
"guid": "7caf0123-8188-4efa-8837-733384ef7054",
"product": {
"$ref": "23"
}
},
"priceLevelName": "sample string 25",
"pumpNumber": 1,
"hoseNumber": 1
},
{
"$ref": "92"
}
],
"eftReceipts": [
{
"$id": "96",
"id": 1,
"storeID": 1,
"saleHeaderID": 2,
"storeSaleHeader": {
"$ref": "9"
},
"receipt": "sample string 3",
"processed": 1
},
{
"$ref": "96"
}
],
"payments": [
{
"$ref": "8"
},
{
"$ref": "8"
}
],
"cards": [
{
"$id": "97",
"id": 1,
"saleHeaderID": 1,
"identifier": "sample string 2",
"cardType": 3,
"providerName": "sample string 4"
},
{
"$ref": "97"
}
],
"campaignHits": [
{
"$id": "98",
"id": 1,
"saleHeaderID": 2,
"campaign": "sample string 3",
"name": "sample string 4",
"processed": 1,
"campaignDescription": "sample string 5"
},
{
"$ref": "98"
}
],
"fuel": [
{
"$id": "99",
"id": 1,
"plu": 1,
"pluG_UID": "iN+UdQq8u0CZjZs764tiiQ==",
"pluGuid": "7594df88-bc0a-40bb-998d-9b3beb8b6289",
"saleHeaderID": 2,
"totalCents": 3,
"grade": 1,
"gradeDescription": "sample string 4",
"dispenser": 1,
"hose": 1,
"quantity": 1,
"cost": 1,
"acquirerNum": 1,
"attendant": 1,
"ePurseBalance": 1.0,
"cardSignature": "sample string 5",
"compartmentNumber": 1,
"contractNumber": 1,
"discountCardPAN": "sample string 6",
"discountID": 1,
"discountName": "sample string 7",
"discountNetValue": 1.0,
"discountType": 1,
"discountValue": 1.0,
"discretionaryData": "sample string 8",
"driverID": "sample string 9",
"eftBatchNumber": 1,
"eftResponseCode": "sample string 10",
"endDateTime": "2026-04-03T06:20:28.0587485",
"engineHours": 1.1,
"fposNumber": 1,
"loyaltyCardPAN": "sample string 11",
"miscData1": 1,
"miscData2": "sample string 12",
"miscFlags": 1,
"mop": 1,
"odometer": 1,
"panNumber": "sample string 13",
"saleRefund": true,
"saleStatus": 1,
"sequenceNumber": 1,
"stan": 1,
"startDateTime": "2026-04-03T06:20:28.0587485",
"tagNumber": "sample string 15",
"trackTwoRem": "sample string 16",
"transCode": 1,
"transType": 1,
"unitPrice": 1.0,
"vehicleReg": "sample string 17",
"offline": true,
"processed": 1
},
{
"$ref": "99"
}
],
"fuelResells": [
{
"$id": "100",
"saleItemID": 1,
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "PO+FeZmfUE2Jciyxexvp3A==",
"pluGuid": "7985ef3c-9f99-4d50-8972-2cb17b1be9dc",
"accountID": "BF2HjRKZKUSAGLiBobty8Q==",
"accountIDGuid": "8d875d04-9912-4429-8018-b881a1bb72f1",
"normalPrice": 3,
"originalSellingPrice": 4,
"discountPrice": 5,
"unit": 1,
"quantity": 6,
"totalCents": 7,
"fixedPrice": 1,
"tranType": 1,
"processed": 1,
"discountType": 1,
"cost": 1,
"costDecimals": 1,
"markdown": 1,
"manualQuantity": 1,
"manualPrice": 1,
"manualMode": 1,
"active": 1,
"barcode": "sample string 8",
"offline": 1,
"keyedSale": 1,
"discountedID": 1,
"fuelID": 1,
"serialNumber": "sample string 9",
"bestOrExpire": "2026-04-03T06:20:28.0587485",
"bestOrExpireType": 1,
"refundG_UID": "7Ys8SOhlH0qYOn71cqiZVw==",
"refundGuid": "483c8bed-65e8-4a1f-983a-7ef572a89957",
"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": "100"
}
],
"customerOrder": [
{
"$ref": "1"
},
{
"$ref": "1"
}
],
"surveyResponses": [
{
"$id": "101",
"surveyG_UID": "wooS6vQq/ECo20GVE0GobQ==",
"surveyGuid": "ea128ac2-2af4-40fc-a8db-41951341a86d",
"saleHeaderGuid": "TN6R2o2nkkiWPEEOiqvwQA==",
"saleGuid": "da91de4c-a78d-4892-963c-410e8aabf040",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "D/m+CqM/hkStc7Fdy95pqQ==",
"guidResponse": "0abef90f-3fa3-4486-ad73-b15dcbde69a9",
"whoAnswered": 2,
"answeredAtUTC": "2026-04-03T06:20:28.0587485",
"sale": {
"$ref": "9"
},
"survey": {
"$id": "102",
"g_UID": "RcLQTyPNi0quYdo4NZLFAw==",
"guid": "4fd0c245-cd23-4a8b-ae61-da383592c503",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "wpJJDbn0t0+/GVm8KiB4Fw==",
"checkoutFormGuid": "0d4992c2-f4b9-4fb7-bf19-59bc2a207817",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-04-03T06:20:28.0587485",
"end": "2026-04-03T06:20:28.0587485",
"deleted": true,
"updated": "2026-04-03T06:20:28.0587485",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"5ce7d743-0858-482e-b309-3ceb01285783",
"abe0deec-269b-4b02-bf77-8f354aaf955e"
],
"allowsAllTextResponses": true,
"surveyForm": {
"$ref": "42"
}
},
"ingressId": "sample string 4"
},
{
"$ref": "101"
}
],
"storeName": "sample string 39",
"terminalNumber": 40,
"machineName": "sample string 41",
"operatorName": "sample string 42",
"direction": 1,
"reason": "sample string 43",
"accountG_UID": "7kqdVaRr1UWXv49ec42d9A==",
"accountIdentifier": "559d4aee-6ba4-45d5-97bf-8f5e738d9df4",
"accountName": "sample string 44",
"customerOrderIdentifier": "RU7E4vONYU6fsRLsDelOjw==",
"customerOrderIdentifierGuid": "e2c44e45-8df3-4e61-9fb1-12ec0de94e8f",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "103",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "+WHOqIL2KkKzfvCPe4gx7w==",
"paymentIdentifierGuid": "a8ce61f9-f682-422a-b37e-f08f7b8831ef",
"identifier": "octtRFi2DUGU3eD7q/R9tg==",
"identifierGuid": "446dcba1-b658-410d-94dd-e0fbabf47db6",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "eCMoBEYAOEKUENZHUtS/HQ==",
"itemIdentifierGuid": "04282378-0046-4238-9410-d64752d4bf1d"
}
},
{
"$ref": "8"
}
]
},
{
"$ref": "3"
}
],
"customerGroupMembers": [
{
"$ref": "7"
},
{
"$ref": "7"
}
],
"customerGroups": [
{
"$ref": "6"
},
{
"$ref": "6"
}
],
"accounts": [
{
"$ref": "4"
},
{
"$ref": "4"
}
],
"account": {
"$ref": "4"
},
"vouchers": [
{
"$id": "104",
"customerIdentifier": "9DegdDsAIkeX8Yvv4yRl8Q==",
"customerIdentifierGuid": "74a037f4-003b-4722-97f1-8befe32465f1",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "YdetZT+ocEaKacK6hu+l7A==",
"idempotentGuid": "65add761-a83f-4670-8a69-c2ba86efa5ec",
"offline": true,
"voucher": {
"$id": "105",
"id": 1,
"name": "sample string 2",
"description": "sample string 3",
"shortDescription": "sample string 4",
"url": "sample string 5",
"barcodeTemplateID": 1,
"expiry": 0,
"voucherType": 6,
"limitPerTransaction": 7,
"customerTracking": true,
"discountAccount": "sample string 9",
"endDate": "2026-04-03T06:20:28.0587485",
"barcodeTemplate": {
"$id": "106",
"templateID": 1,
"template": "sample string 1",
"bcFunction": "sample string 2",
"sortOrder": 3
},
"scaleLabel": {
"$id": "107",
"id": 1,
"uid": "sample string 2",
"name": "sample string 3",
"width": 1.1,
"height": 1.1,
"showBorder": true,
"borderWidth": 1.1,
"borderStyle": 1,
"borderColour": "sample string 5",
"updated": "2026-04-03T06:20:28.0587485",
"labelPageLayout": "GMfoVyNbMkmwVX2CTu9DPg==",
"pageLayoutGuid": "57e8c718-5b23-4932-b055-7d824eef433e",
"labelType": 6,
"oldName": "sample string 7",
"voucher": {
"$ref": "105"
},
"elements": [
{
"$id": "108",
"id": 1,
"scaleLabelID": 2,
"showPercentDI": true,
"showAvgPerHundred": true,
"showAvgPerServe": true,
"name": "sample string 6",
"x": 1.1,
"y": 1.1,
"width": 1.1,
"height": 1.1,
"type": 1,
"rotation": 1,
"text": "sample string 7",
"fontFamily": "sample string 8",
"align": 1,
"bold": true,
"italic": true,
"underline": true,
"strikeout": true,
"reverse": true,
"textColour": "sample string 9",
"fontSize": 1.1,
"picture": "QEA=",
"borderWidth": 10,
"sortOrder": 11,
"printOptions": 12,
"superScriptTextFontSize": 1.1,
"lineStyle": 1,
"spacingStyle": 1,
"interCharacterSpacing": 1.1,
"superScriptOffset": 1.1,
"lineSpacing": 1.1,
"dateFormat": "sample string 13",
"autoGrow": true,
"fontAutoResize": true,
"updated": "2026-04-03T06:20:28.0587485"
},
{
"$ref": "108"
}
]
},
"customerVouchers": [
{
"$id": "109",
"id": 1,
"customerIdentifier": "g3nuDoPhq0Ctz7R6DTslGg==",
"customerIdentifierGuid": "0eee7983-e183-40ab-adcf-b47a0d3b251a",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-04-03T06:20:28.0587485",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "HkjOXE012EOPj+4f6ctPfA==",
"issuedIdempotentGuid": "5cce481e-354d-43d8-8f8f-ee1fe9cb4f7c",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-04-03T06:20:28.0587485",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-04-03T06:20:28.0587485",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "NSeazGJtbkCBKhd/+Rcu2Q==",
"redeemedIdempotentGuid": "cc9a2735-6d62-406e-812a-177ff9172ed9",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-04-03T06:20:28.0587485",
"storeName": "sample string 17",
"scaleLabel": {
"$ref": "107"
},
"voucher": {
"$ref": "105"
},
"customer": {
"$ref": "2"
},
"issuedOfflinePayment": {
"$ref": "8"
},
"redeemedOfflinePayment": {
"$ref": "8"
}
},
{
"$ref": "109"
}
]
},
"customer": {
"$ref": "2"
}
},
{
"$ref": "104"
}
]
},
"operator": {
"$ref": "11"
},
"details": [
{
"$id": "110",
"headerID": 1,
"plu": 1,
"pluG_UId": "1fzWT5PPdkG/tXlYlUHrrg==",
"pluGuid": "4fd6fcd5-cf93-4176-bfb5-79589541ebae",
"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": "4A+/AL8PDkCHzUVvNufJuA==",
"headerIdentifierGuid": "00bf0fe0-0fbf-400e-87cd-456f36e7c9b8",
"product": {
"$ref": "23"
}
},
{
"$ref": "110"
}
],
"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": "YsJG/Eb/iEOnMM7GmKaYqg==",
"identifierGuid": "fc46c262-ff46-4388-a730-cec698a698aa",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "wDd1OfffTU2SNIcrqgwCdw==",
"customerIdentifierGuid": "397537c0-dff7-4d4d-9234-872baa0c0277",
"operatorNo": 1,
"operatorG_UID": "8iCS0zQcGESxYI/K0ch1rQ==",
"operatorGuid": "d39220f2-1c34-4418-b160-8fcad1c875ad",
"created": "2026-04-03T06:20:28.1524549",
"ordered": "2026-04-03T06:20:28.1524549",
"started": "2026-04-03T06:20:28.1524549",
"completed": "2026-04-03T06:20:28.1524549",
"supplied": "2026-04-03T06:20:28.1524549",
"quickTicket": 1,
"deleted": true,
"walkAway": true,
"approxWait": 1,
"actualWait": 1,
"deliveryMethod": 8,
"externalSaleType": 9,
"customer": {
"$id": "2",
"identifier": "3woxMKiFGU+9uKr+HmCrSg==",
"identifierGuid": "30310adf-85a8-4f19-bdb8-aafe1e60ab4a",
"code": "sample string 2",
"familyName": "sample string 3",
"givenName": "sample string 4",
"otherName": "sample string 5",
"title": "sample string 6",
"dateOfBirth": "2026-04-03T06:20:28.1524549",
"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": "UsZ3bTaN4Ue7j/dt78jv1w==",
"communityIdentifierGuid": "6d77c652-8d36-47e1-bb8f-f76defc8efd7",
"joined": "2026-04-03T06:20:28.1524549",
"updated": "2026-04-03T06:20:28.1524549",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "rw3zhrxpJUi4lsxW2+Hcrg==",
"priceLevelIdentifierGuid": "86f30daf-69bc-4825-b896-cc56dbe1dcae",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-04-03T06:20:28.1524549",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "3",
"cardType": 2,
"issueDate": "2026-04-03T06:20:28.1524549",
"expiry": "2026-04-03T06:20:28.1524549",
"customerID": "ZQYeeZ1cNU2MKqNa1vquYg==",
"customerIDGuid": "791e0665-5c9d-4d35-8c2a-a35ad6faae62",
"initialValue": 1,
"currentValue": 1,
"maxLimit": 1,
"minTransaction": 1,
"maxTransaction": 1,
"multiplier": 1.1,
"active": true,
"reasonInactive": 1,
"idRequired": true,
"idType": 1,
"idValue": "sample string 5",
"updated": "2026-04-03T06:20:28.1524549",
"linkedAccount": "T62Yc19+tkCMYoCgMy8T3Q==",
"linkedAccountGuid": "7398ad4f-7e5f-40b6-8c62-80a0332f13dd",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "2"
},
"account": {
"$id": "4",
"id": 1,
"identifier": "zJY5VVpV1ECEYHbQvidrmQ==",
"identifierGuid": "553996cc-555a-40d4-8460-76d0be276b99",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-04-03T06:20:28.1524549",
"owner": "tX/6oSGQlkeCptWcoZO/5w==",
"ownerGuid": "a1fa7fb5-9021-4796-82a6-d59ca193bfe7",
"accountStoreGroupIdentifier": "jsIf+uHeek+3WUSYRLpf7A==",
"accountStoreGroupGuid": "fa1fc28e-dee1-4f7a-b759-449844ba5fec",
"accountType": 1,
"currentBalance": 1,
"externalID": "sample string 7",
"maximumLimit": 1,
"accruePoints": true,
"loyaltyPoints": 1,
"termsOfTrade": 1,
"signatureRequired": true,
"referenceRequired": true,
"statementSendType": 10,
"ageingPeriod": 1,
"monthlyAgeingPeriod": true,
"explodedInvoice": true,
"isFifoAllocation": true,
"lastStatementSent": "2026-04-03T06:20:28.1524549",
"active": true,
"updated": "2026-04-03T06:20:28.1524549",
"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": "BAyRsIaRGU2Hm8TCul3fmw==",
"identifierGuid": "b0910c04-9186-4d19-879b-c4c2ba5ddf9b",
"name": "sample string 2",
"primaryContact": "ObStZ2OFZk6cTKhox+a4Mg==",
"primaryContactGuid": "67adb439-8563-4e66-9c4c-a868c7e6b832",
"accountID": "pSIE42O58kqIMrCwg8/JkQ==",
"accountIDGuid": "e30422a5-b963-4af2-8832-b0b083cfc991",
"special": true,
"updated": "2026-04-03T06:20:28.1524549",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "+W/Kg8BWekmlZgXgVhG6Ng==",
"priceLevelIdentifierGuid": "83ca6ff9-56c0-497a-a566-05e05611ba36",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "4"
},
"primaryContactCustomer": {
"$ref": "2"
},
"customerGroupMembers": [
{
"$id": "7",
"id": 1,
"groupID": "avqWe3W81EOqLBNIb2rUpg==",
"groupIDGuid": "7b96fa6a-bc75-43d4-aa2c-13486f6ad4a6",
"customerID": "j1FcFM4kOUSxnmrjvAZF7A==",
"customerIDGuid": "145c518f-24ce-4439-b19e-6ae3bc0645ec",
"card": "sample string 4",
"linkedAccount": "fBdlbmfoGE++offbL9en2Q==",
"linkedAccountGuid": "6e65177c-e867-4f18-bea1-f7db2fd7a7d9",
"customer": {
"$ref": "2"
},
"group": {
"$ref": "6"
},
"customerCard": {
"$ref": "3"
}
},
{
"$ref": "7"
}
]
},
{
"$ref": "6"
}
]
},
"payments": [
{
"$id": "8",
"id": 1,
"identifier": "CKvKkpguwkKp4Y4dwABd8A==",
"identifierGuid": "92caab08-2e98-42c2-a9e1-8e1dc0005df0",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "Wxh6qmAu00eeB2S3m/zCSA==",
"accountIDGuid": "aa7a185b-2e60-47d3-9e07-64b79bfcc248",
"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-04-03T06:20:28.1524549",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "E8a28juXV0SzitqL4WuaGw==",
"idempotentVoidGuid": "f2b6c613-973b-4457-b38a-da8be16b9a1b",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "9",
"saleHeaderID": 1,
"saleHeaderGuid": "mzri9WPWi0Ks6ByBEFupjg==",
"saleHeaderIdentifierGuid": "f5e23a9b-d663-428b-ace8-1c81105ba98e",
"created": "2026-04-03T06:20:28.1524549",
"createdLocal": "2026-04-03T06:20:28.1524549",
"createdText": "sample string 4",
"itemCount": 5,
"totalAmount": 6,
"cashTender": 1,
"cardTender": 1,
"cheqTender": 1,
"acctTender": 1,
"voucherTender": 1,
"loyaltyPoints": 1,
"cashout": 1,
"changeAmount": 1,
"rounding": 1,
"gstAmount": 1,
"transactionDiscountTender": 1,
"totalTip": 7,
"tranType": 1,
"processed": 1,
"imported": "2026-04-03T06:20:28.1524549",
"storeID": 1,
"operatorG_Uid": "rqrrqNkcUEGzcDLkpPlhjA==",
"operatorGuid": "a8ebaaae-1cd9-4150-b370-32e4a4f9618c",
"customerG_Uid": "yZ1ttqsa7kqo0/cqbAqY+g==",
"customerGuid": "b66d9dc9-1aab-4aee-a8d3-f72a6c0a98fa",
"communityIdentifier": "bvOUZ6hDyEK0pgv8+14Kfw==",
"communityIdentifierGuid": "6794f36e-43a8-42c8-b4a6-0bfcfb5e0a7f",
"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": "5gwD4BHn0UWm5bLquO7X5g==",
"priceLevelIdentifierGuid": "e0030ce6-e711-45d1-a6e5-b2eab8eed7e6",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-04-03T06:20:28.1524549+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-04-03T06:20:28.1524549",
"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": "eTJNJmVbTkyqCE3XLhY7dA==",
"guid": "264d3279-5b65-4c4e-aa08-4dd72e163b74",
"operatorNumber": 1,
"shortName": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"password": "sample string 5",
"hasPassword": true,
"passwordText": "sample string 6",
"rfidTagID": "sample string 7",
"blueprintID": 1,
"groupID": 1,
"groupName": "sample string 8",
"managerGroupID": 1,
"managerGroupName": "sample string 9",
"zoneID": 1,
"zoneName": "sample string 10",
"loggedIn": 1,
"lastUsedIP": "sample string 11",
"deleted": true,
"locked": true,
"allowOpenTill": true,
"webEmail": "sample string 14",
"simpleOperatorType": 0,
"webRole": "sample string 15",
"updated": "2026-04-03T06:20:28.1524549",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-04-03T06:20:28.1524549",
"endShift": "2026-04-03T06:20:28.1524549",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "12",
"operatorG_UID": "c/2d5HnfdEK/M4cl66GELg==",
"operatorGuid": "e49dfd73-df79-4274-bf33-8725eba1842e",
"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-04-03T06:20:28.1524549",
"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": "pHwtqCWZK0uPOcnOj3qvbQ==",
"hostIdentifierGuid": "a82d7ca4-9925-4b2b-8f39-c9ce8f7aaf6d",
"hostName": 1,
"hostAddress": "sample string 27",
"hostUsername": "sample string 28",
"hostPassword": "sample string 29",
"excludeFromLeadInOut": true,
"accountingProvider": 31,
"accountingAddress": "sample string 32",
"accountingUsername": "sample string 33",
"accountingPassword": "sample string 34",
"storeAccountingCode": "sample string 35",
"softwareVariance": 36,
"fuelWarningVariance": 37.0,
"fuelErrorVariance": 38.0,
"fuelAccumulatedWarningVariance": 39.0,
"fuelAccumulatedErrorVariance": 40.0,
"drawManagment": 41,
"endOfDayManagment": true,
"autoFillCashBalancing": true,
"fuelDayVariance": 44,
"accountingTradingTime": "00:00:00.1234567",
"stockActivateProduct": 46,
"defaultOrderDocumentId": 1,
"defaultStockReceiveDocumentId": 1,
"giftCardSalesAccountingDeptCode": "sample string 47",
"transactionDiscountAccountingDeptCode": "sample string 48",
"size": 49,
"updated": "2026-04-03T06:20:28.1524549",
"priceZone": {
"$id": "14",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "QzU3jFvzy0+oACRrNwDRXg==",
"hostIdentifierGuid": "8c373543-f35b-4fcb-a800-246b3700d15e",
"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"
},
"hostStoreSettings": [
{
"$id": "16",
"id": 1,
"hostIdentifier": "4OpoeesufUSeCg0expDSlQ==",
"hostIdentifierGuid": "7968eae0-2eeb-447d-9e0a-0d1ec690d295",
"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": "17",
"identifier": "kxZXAORQrkKlJthcAd/SXA==",
"identifierGuid": "00571693-50e4-42ae-a526-d85c01dfd25c",
"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": "FtWRzobZ0UqJJDonoKQqPQ==",
"hostSupplierIdentifierGuid": "ce91d516-d986-4ad1-8924-3a27a0a42a3d",
"loyaltyPriceLevelIdentifier": "WfdYcfvUb0mpVv6a4dvn/g==",
"loyaltyPriceLevelIdentifierGuid": "7158f759-d4fb-496f-a956-fe9ae1dbe7fe",
"isGroup": true,
"description": "sample string 22",
"hostProvider": 23,
"hostTypeEnum": 24,
"hostType": "sample string 25",
"hostCode": "sample string 26",
"username": "sample string 27",
"password": "sample string 28",
"passwordPlain": "sample string 29",
"server": "sample string 30",
"url": "sample string 31",
"global": true,
"stateCode": "sample string 33",
"lastCollected": "2026-04-03T06:20:28.1524549",
"lastProcessed": "2026-04-03T06:20:28.1524549",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$id": "18",
"identifier": "m1CeYutmO0qCMQehfFcglQ==",
"identifierGuid": "629e509b-66eb-4a3b-8231-07a17c572095",
"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": "nxt/pQJ6oUSEVA20p10H2g==",
"primaryContactID": "a57f1b9f-7a02-44a1-8454-0db4a75d07da",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "1buAWYcpvkObEPkGqTSGBQ==",
"supplierGroupGuid": "5980bbd5-2987-43be-9b10-f906a9348605",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-04-03T06:20:28.1524549",
"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": "19",
"id": "8c349c78-4e3f-4c85-8b7d-0cab6ecb3640",
"identifier": "/RUU+Z+vek6WLVW3WWOJNA==",
"identifierGuid": "f91415fd-af9f-4e7a-962d-55b759638934",
"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": "20",
"supplierIdentifier": "gxN+cTVRy0yD7sLKR8NXuA==",
"supplierIdentifierGuid": "717e1383-5135-4ccb-83ee-c2ca47c357b8",
"contactGuid": "n+zCsxeKp0+viXhpRUy0ew==",
"contactID": "b3c2ec9f-8a17-4fa7-af89-7869454cb47b",
"contact": {
"$ref": "19"
},
"supplier": {
"$ref": "18"
}
},
{
"$ref": "20"
}
],
"products": [
{
"$id": "21",
"pluG_UID": "trA/tg4o9kOPsH2GTWQYKg==",
"pluGuid": "b63fb0b6-280e-43f6-8fb0-7d864d64182a",
"supplierIdentifier": "jBlpGLWsCUitcaDH8GK62Q==",
"supplierIdentifierGuid": "1869198c-acb5-4809-ad71-a0c7f062bad9",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-04-03T06:20:28.1524549",
"pricedByWeight": true,
"landedUnitCostEx": 9,
"landedUnitCostInc": 10,
"landedCartonCostInc": 12,
"landedCartonCostEx": 13,
"standardCost": 14,
"deliveryFee": 1,
"deliveryFeeBasis": "sample string 15",
"pickAndPackFee": 1,
"pickAndPackFeeBasis": "sample string 16",
"financeFee": 1,
"financeFeeBasis": "sample string 17",
"cartonLength": 1,
"cartonWidth": 1,
"cartonHeight": 1,
"palletLayerQuantity": 1,
"palletLayers": 1,
"itemCode": "sample string 18",
"invoiceCode": "sample string 19",
"invoiceDesc": "sample string 20",
"orderDirect": true,
"useCost": true,
"minimumQuantity": 21,
"hostType": 22,
"fromHost": 23,
"minimumReorder": 1,
"maximumReorder": 1,
"orderMultiple": 24.1,
"sellMultiple": 25.1,
"baseMultiple": 26.1,
"hostStandardCost": 27,
"hostTotalCost": 28,
"hostRetail": 29,
"hostLandedUnitCostEx": 30,
"hostLandedUnitCostInc": 31,
"hostDesc": "sample string 32",
"directIndicator": "sample string 33",
"availableToOrder": true,
"hostRangeIndicator": "sample string 35",
"hostProductType": "sample string 36",
"hostProductGrade": "sample string 37",
"hostProductGroup": "sample string 38",
"hostSlowMoving": true,
"hostGeneralMerchandise": true,
"hostPillar": "sample string 41",
"hostLastUpdated": "2026-04-03T06:20:28.1524549",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "22",
"pluG_UID": "eXGn9izdD0uBbhY9pppw7g==",
"pluGuid": "f6a77179-dd2c-4b0f-816e-163da69a70ee",
"supplierIdentifier": "TIMBUBM9REuh7+1R1CWi1Q==",
"supplierIdentifierGuid": "5001834c-3d13-4b44-a1ef-ed51d425a2d5",
"invoiceCode": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "22"
}
],
"storeIDs": [
1,
2
],
"preferredSupplier": true,
"preferredRebateSupplier": true,
"supplierName": "sample string 42",
"salesMode": 43,
"orderPacked": true,
"active": true,
"price": 1,
"costGstPercent": 45,
"parentPluG_UID": "WrR0q3uqmkejydhMBWlctQ==",
"parentPluGuid": "ab74b45a-aa7b-479a-a3c9-d84c05695cb5",
"freight": 46.0,
"freightType": 1,
"product": {
"$id": "23",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "IqpDTWlkgkKb8i3X0NEtrA==",
"guid": "4d43aa22-6469-4282-9bf2-2dd7d0d12dac",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "ifWD3VV1EES11a9JpPTNUA==",
"priceGroupGuid": "dd83f589-7555-4410-b5d5-af49a4f4cd50",
"blueprintID": 1,
"lastCountedDate": "2026-04-03T06:20:28.1524549",
"externalID": "sample string 7",
"active": true,
"activated": "2026-04-03T06:20:28.1524549",
"pluCreated": "2026-04-03T06:20:28.1524549",
"createdByUser": "sample string 9",
"name": "sample string 10",
"nameChanged": true,
"secondDescription": "sample string 12",
"hostDescription": "sample string 13",
"keepCartonQty": true,
"keepDescription": true,
"keepDepartments": true,
"keepSuppliers": true,
"markdownDescription": "sample string 18",
"altDescription": "sample string 19",
"bestOrExpire": 20,
"lastUpdate": "2026-04-03T06:20:28.1524549",
"lastManualUpdate": "2026-04-03T06:20:28.1524549",
"imageName": "sample string 23",
"showImageOnFlipCharts": true,
"showTextOnFlipCharts": true,
"overrideFlipChartText": true,
"flipChartText": "sample string 27",
"salesMode": 1,
"eftCode": 1,
"price": 1,
"priceChanged": true,
"rrp": 1,
"gstPercent": 28,
"gstPercentChanged": true,
"costGSTPercent": 29,
"costGSTPercentChanged": true,
"wetPercent": 1,
"priceOverride": 1,
"cost": 1,
"currentCost": 1,
"currentCostDecimals": 1,
"grossProfit": 1.0,
"currentCostDesc": "sample string 30",
"currentCostEnd": "2026-04-03T06:20:28.1524549",
"currentCostUpdated": "2026-04-03T06:20:28.1524549",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-04-03T06:20:28.1524549",
"defaultGP": 1,
"breakTargetMode": 33,
"break1": 1,
"price1": 1,
"target1": 34,
"break2": 1,
"price2": 1,
"target2": 35,
"break3": 1,
"price3": 1,
"target3": 36,
"break1Changed": true,
"price1Changed": true,
"target1Changed": true,
"break2Changed": true,
"price2Changed": true,
"target2Changed": true,
"break3Changed": true,
"price3Changed": true,
"target3Changed": true,
"breakTargetModeChanged": true,
"margin": 1.1,
"marginChanged": true,
"marginRanged": true,
"marginRangedChanged": true,
"minimumMargin": 1.1,
"minimumMarginChanged": true,
"maximumMargin": 1.1,
"maximumMarginChanged": true,
"overrideHostWarehouseIndicator": true,
"overrideHostWarehouseIndicatorChanged": true,
"overrideHostPrice": true,
"overrideHostPriceChanged": true,
"overrideHostCost": true,
"overrideHostCostChanged": true,
"overrideHostMargin": true,
"overrideHostMarginChanged": true,
"alwaysApplyMargin": true,
"alwaysApplyMarginChanged": true,
"aws": 1.0,
"paws": 1.0,
"awsUpdated": "2026-04-03T06:20:28.1524549",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "UQsJSqjs30m76tzIPuJ8Sg==",
"altPLUGuid": "4a090b51-eca8-49df-bbea-dcc83ee27c4a",
"altPLUGuidChanged": true,
"altPriceDescription1": "sample string 54",
"altPriceDescription2": "sample string 55",
"cartonQuantity": 56,
"cartonQuantityChanged": true,
"trayID": 1,
"promptID": 1,
"tare": 1,
"packQty": 1,
"fixedWeight": 1,
"extraMesg": 1,
"text1": "sample string 58",
"text2": "sample string 59",
"text3": "sample string 60",
"labelText": "sample string 61",
"labelTextChanged": true,
"sendToScale": true,
"nonScaleWeigh": true,
"labelFormat": "sample string 65",
"barcodeFormat": "sample string 66",
"austMade": 1,
"coolCode": 67,
"countryOfOrigin": "sample string 68",
"percentContent": 69.1,
"departmentID": 1,
"subDepartmentID": 1,
"minorDepartmentID": 1,
"lesserDepartmentID": 1,
"deptCode": "sample string 70",
"subDeptCode": "sample string 71",
"minorDeptCode": "sample string 72",
"lesserDeptCode": "sample string 73",
"deptName": "sample string 74",
"subDeptName": "sample string 75",
"minorDeptName": "sample string 76",
"lesserDeptName": "sample string 77",
"departmentChanged": true,
"subCategoryID": 1,
"expiry": 1,
"showDays": 1,
"datePrint": 1,
"labelRequired": true,
"labelShelfQty": 80,
"labelShelfChanged": true,
"labelTalkerQty": 82,
"labelSmall": true,
"labelLastPrinted": "2026-04-03T06:20:28.1524549",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "/F8w5cO73EG1uufXCZbUFg==",
"shelfPageLayoutGuid": "e5305ffc-bbc3-41dc-b5ba-e7d70996d416",
"talkerPageLayoutG_UID": "l7rhB6RvikyOyojm4jnfUQ==",
"talkerPageLayoutGuid": "07e1ba97-6fa4-4c8a-8eca-88e6e239df51",
"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": "RC4QTnf1dEqJI3QJf5GC9A==",
"inventoryIdentifier": "4e102e44-f577-4a74-8923-74097f9182f4",
"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": "eOcnX5bR8Um1xHF/Pq6Z7g==",
"parentPluGuid": "5f27e778-d196-49f1-b5c4-717f3eae99ee",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "SJ3U7ZuL6kWib8NN7wIpuA==",
"supplierIdentifierGuid": "edd49d48-8b9b-45ea-a26f-c34def0229b8",
"supplierChanged": true,
"rebateSupplierIdentifier": "bdSnjF9h4UCRx0y+dpVVDw==",
"rebateSupplierIdentifierGuid": "8ca7d46d-615f-40e1-91c7-4cbe7695550f",
"rebateSupplierChanged": true,
"availableForOrder": true,
"warehouseDirectIndicator": "sample string 109",
"warehouseDirectIndicatorChanged": true,
"productGrade": "sample string 111",
"productType": "sample string 112",
"productGroup": "sample string 113",
"complianceIndicator": "sample string 114",
"inhouseBrand": "sample string 115",
"slowMoving": true,
"generalMerchandise": true,
"comment": "sample string 118",
"lastUpdatedByUser": "sample string 119",
"lastManualUpdatedByUser": "sample string 120",
"lastUpdatedByUserOverride": true,
"lastUpdatedByHost": "2026-04-03T06:20:28.1524549",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "P2/92QhUpUGoWH0LB1kHyg==",
"hostIdentifierGuid": "d9fd6f3f-5408-41a5-a858-7d0b075907ca",
"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": "23"
},
{
"$ref": "23"
}
],
"store": {
"$ref": "13"
},
"storePrices": [
{
"$id": "24",
"pluG_UID": "R9m01xiU9EWIlRmgIU/kPg==",
"pluGuid": "d7b4d947-9418-45f4-8895-19a0214fe43e",
"plu": 1,
"storeID": 1,
"zoneID": 2,
"zoneName": "sample string 3",
"store": "sample string 4",
"isElectedMasterStore": true,
"isZoneMasterStore": true,
"priceNow": 7,
"costNow": 8,
"costNowDecimals": 9,
"normalPrice": 10,
"priceNext": 1,
"costNext": 1,
"costNextDecimals": 11,
"nextCampaignName": "sample string 12",
"gstPercent": 13,
"normalCost": 14,
"normalCostDecimals": 15,
"costGstPercent": 16,
"costCalcMethod": 1,
"currentCost": 17,
"currentCostDecimals": 18,
"break1": 19,
"price1": 20,
"break2": 21,
"price2": 22,
"break3": 23,
"price3": 24,
"fuelItem": 25,
"fixedWeight": 26,
"active": true,
"complianceIndicator": "sample string 27",
"doNotOrder": true,
"doNotRange": true,
"isNormalPriceChangesCampaign": true,
"updated": "2026-04-03T06:20:28.1524549"
},
{
"$ref": "24"
}
],
"currentPrices": {
"$id": "25",
"pluPrices": {
"$id": "26",
"plu": 1,
"pluG_UID": "QEA=",
"stores": [
1,
2
],
"normalPrice": 1,
"cost": 2,
"break1": 3,
"price1": 4,
"break2": 5,
"price2": 6,
"break3": 7,
"price3": 8,
"discountPrice": 9,
"memberDiscountPrice": 10,
"acceptedUtc": "2026-04-03T06:20:28.1524549",
"priceChangeType": 0,
"costDecimals": 11,
"costCalcMethod": 12,
"targetCampaignPriceGtOrEquNormal": true
},
"normalPluPrices": {
"$ref": "26"
},
"winningCampaign": 1,
"winner": {
"$id": "27",
"campaignName": "sample string 1",
"campaignDescription": "sample string 2",
"talkerText": "sample string 3",
"disableWasSave": true,
"startDate": "2026-04-03T06:20:28.1524549",
"startTime": 5,
"endDate": "2026-04-03T06:20:28.1524549",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "+vrzltG1dUCP3ORi+lsjow==",
"hostIdentifierGuid": "96f3fafa-b5d1-4075-8fdc-e462fa5b23a3",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "27"
},
{
"$ref": "27"
}
]
},
"tray": {
"$id": "28",
"g_UId": "6WwDPWBGmEuO32ZMYHy71w==",
"guid": "3d036ce9-4660-4b98-8edf-664c607cbbd7",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "29",
"priceGroupG_UID": "mZUhw4Tga06IU7dzYGv+fQ==",
"priceGroupGuid": "c3219599-e084-4e6b-8853-b773606bfe7d",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-04-03T06:20:28.1524549",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "23"
},
{
"$ref": "23"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "30",
"pluG_UID": "G/i7vrc/T0KrGCwYiPUY0Q==",
"pluGuid": "bebbf81b-3fb7-424f-ab18-2c1888f518d1",
"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": "31",
"pluGuid": "a9e8aa19-6650-4600-a9bd-452db331a693",
"created": "2026-04-03T06:20:28.1524549",
"createdByUser": "sample string 1",
"activated": "2026-04-03T06:20:28.1524549",
"activatedByUser": "sample string 2",
"deactivated": "2026-04-03T06:20:28.1524549",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-04-03T06:20:28.1524549",
"lastOrderedQty": 4.0,
"lastReceived": "2026-04-03T06:20:28.1524549",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-04-03T06:20:28.1524549",
"lastSold": "2026-04-03T06:20:28.1524549",
"firstSold": "2026-04-03T06:20:28.1524549",
"awsUpdated": "2026-04-03T06:20:28.1524549",
"lastManualUpdate": "2026-04-03T06:20:28.1524549",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-04-03T06:20:28.1524549",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-04-03T06:20:28.1524549",
"doNotRangeUpdated": "2026-04-03T06:20:28.1524549",
"doNotOrderUpdated": "2026-04-03T06:20:28.1524549",
"tracked": "2026-04-03T06:20:28.1524549"
},
"allergens": [
{
"$id": "32",
"primaryKey": {
"$id": "33",
"pluGuid": "11d75a32-eb5f-44c1-8c63-8329a945cbbe",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "MlrXEV/rwUSMY4MpqUXLvg==",
"pluGuid": "11d75a32-eb5f-44c1-8c63-8329a945cbbe",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "32"
}
],
"costs": {
"$id": "34",
"pluG_UID": "t6GpVAJ5vEegrxMcNpo5Cw==",
"pluGuid": "54a9a1b7-7902-47bc-a0af-131c369a390b",
"enteredCost": 1,
"weightedAvgCost": 1,
"lastCost": 1,
"rawEnteredCost": 2,
"rawWeightedAvgCost": 3,
"rawLastCost": 4,
"freight": 5.0,
"freightType": 6,
"costDecimals": 7,
"fifoCost": 1,
"updated": "2026-04-03T06:20:28.1524549",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "35",
"saleHeaderID": 1,
"created": "2026-04-03T06:20:28.1524549",
"createdLocal": "2026-04-03T06:20:28.1524549",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "gnJAoCg/fU2Li4gwqvw+xQ==",
"operatorGuid": "a0407282-3f28-4d7d-8b8b-8830aafc3ec5",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "ZhuDwpZRAUu0+b5ndj2Bxw==",
"pluGuid": "c2831b66-5196-4b01-b4f9-be67763d81c7",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$ref": "11"
}
},
{
"$ref": "35"
}
],
"apns": [
{
"$id": "36",
"pluID": 1,
"pluG_UID": "s4n6b1OdtE+JTsmGzwHQXQ==",
"pluGuid": "6ffa89b3-9d53-4fb4-894e-c986cf01d05d",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "36"
}
],
"tuns": [
{
"$id": "37",
"pluG_UId": "17RhkNowsUGxdmsvVREggA==",
"pluGuid": "9061b4d7-30da-41b1-b176-6b2f55112080",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "23"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "37"
}
],
"competitionPricing": [
{
"$id": "38",
"identifier": "tnekf+cTq067faOUNfKNnw==",
"identifierGuid": "7fa477b6-13e7-4eab-bb7d-a39435f28d9f",
"pluG_UID": "g2tPt8Os/Uy4bjDoBoujjA==",
"pluGuid": "b74f6b83-acc3-4cfd-b86e-30e8068ba38c",
"competitionID": 1,
"name": "sample string 2",
"sellMultiple": 3,
"retailPrice": 4,
"storeName": "sample string 5"
},
{
"$ref": "38"
}
],
"supplier": {
"$ref": "18"
},
"supplierName": "sample string 148",
"children": [
{
"$ref": "23"
},
{
"$ref": "23"
}
],
"ordering": {
"$ref": "21"
},
"flipChartPages": [
{
"$id": "39",
"identifier": "wNJ7N6RQU0q+Wf0jMhALJA==",
"groupName": "sample string 1",
"identifierGuid": "377bd2c0-50a4-4a53-be59-fd2332100b24",
"exists": true,
"flipChartIdentifier": "YrSw1ZYJ5UK12qEGaa3+kg==",
"flipChartIdentifierGuid": "d5b0b462-0996-42e5-b5da-a10669adfe92",
"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": "fBn3GASL4ke/Gu/poDvR4Q==",
"groupIdentifierGuid": "18f7197c-8b04-47e2-bf1a-efe9a03bd1e1",
"flipChart": {
"$id": "40",
"identifier": "WLb1yGMqAECiXOYIWFQ7Cg==",
"identifierGuid": "c8f5b658-2a63-4000-a25c-e60858543b0a",
"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": "41",
"identifier": "WfDH6o9NxEazLnPAJa7aNw==",
"identifierGuid": "eac7f059-4d8f-46c4-b32e-73c025aeda37",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "42",
"id": 1,
"g_UID": "bpf4ezzBcUOpEkhLhDRfJg==",
"guid": "7bf8976e-c13c-4371-a912-484b84345f26",
"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": "jmkaF4A+yk6TXlJeqO57uw==",
"previousFormGuid": "171a698e-3e80-4eca-935e-525ea8ee7bbb",
"nextForm": 1,
"nextFormG_UID": "1ECyvr5BvkKnA8NE4WPqZg==",
"nextFormGuid": "beb240d4-41be-42be-a703-c344e163ea66",
"attributes": "sample string 10",
"updated": "2026-04-03T06:20:28.1524549",
"positioning": 1,
"contentPanel": "sample string 11",
"selectionMode": 1,
"maximumSelections": 1,
"alteredInStore": true,
"deleted": true,
"blueprintID": 1,
"preserveLayout": true,
"mainCheckoutFormName": "sample string 13",
"nextCheckoutForm": {
"$ref": "42"
},
"previousCheckoutForm": {
"$ref": "42"
},
"buttons": [
{
"$id": "43",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "HgQk6sf5NE6bsS633Ags0A==",
"checkoutFormGuid": "ea24041e-f9c7-4e34-9bb1-2eb7dc082cd0",
"identifier": "l1r3No1dRkyvMQEo/V3M9w==",
"identifierGuid": "36f75a97-5d8d-4c46-af31-0128fd5dccf7",
"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": "TUdLlGqRRUKst7SjG3bZ4A==",
"valueGuid": "944b474d-916a-4245-acb7-b4a31b76d9e0",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-04-03T06:20:28.1524549",
"action": "sample string 12",
"valueForm": {
"$ref": "42"
},
"image": {
"$id": "44",
"name": "sample string 3.sample string 4",
"imageID": 2,
"imageName": "sample string 3",
"imageExtension": "sample string 4",
"lastUpdate": "2026-04-03T06:20:28.1524549",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "43"
}
],
"panels": [
{
"$id": "45",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "+jAHt/zTXEyG/y1EhRJZ4g==",
"checkoutFormGuid": "b70730fa-d3fc-4c5c-86ff-2d44851259e2",
"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": "45"
}
]
},
{
"$ref": "42"
}
],
"panels": [
{
"$ref": "45"
},
{
"$ref": "45"
}
]
},
"pages": [
{
"$ref": "39"
},
{
"$ref": "39"
}
]
},
"contentPanel": {
"$ref": "45"
},
"products": [
{
"$id": "46",
"flipChartPageIdentifier": "57A9LJW97ka0tMP8q8RPoA==",
"flipChartPageIdentifierGuid": "2c3db0e7-bd95-46ee-b4b4-c3fcabc44fa0",
"pluG_UID": "MPQOVmEICU6195IfLIsVfg==",
"pluGuid": "560ef430-0861-4e09-b5f7-921f2c8b157e",
"sortOrder": 3,
"sent": true,
"productChanged": true,
"productImageName": "sample string 6",
"productShowImageOnFlipCharts": true,
"productShowTextOnFlipCharts": true,
"productOverrideFlipChartText": true,
"productFlipChartText": "sample string 10",
"product": {
"$ref": "23"
},
"departmentSortOrder": 11,
"subDepartmentName": "sample string 12"
},
{
"$ref": "46"
}
],
"productCount": 27,
"pages": [
{
"$ref": "39"
},
{
"$ref": "39"
}
]
},
{
"$ref": "39"
}
],
"priceHistory": [
{
"$id": "47",
"pluG_UID": "0jA3hl58SkaUfJdyXT03oQ==",
"pluGuid": "863730d2-7c5e-464a-947c-97725d3d37a1",
"price": 1,
"costCalcMethod": 1,
"cost": 2,
"weightedAvgCost": 3,
"lastCost": 4,
"rawCost": 5,
"rawWeightedAvgCost": 6,
"rawLastCost": 7,
"costDecimals": 8,
"serviceFeeID": 9,
"freight": 10.0,
"freightType": 11,
"process": "sample string 12",
"user": "sample string 13",
"updated": "2026-04-03T06:20:28.1524549",
"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": "47"
}
],
"ingredients": [
{
"$id": "48",
"pluG_UID": "habp9MYtJU2Z59m2mM1d0w==",
"ingredientGuid": "aa6zKd2MK0WC5xsSV6KY5A==",
"ingredientIdentifier": "29b3ae69-8cdd-452b-82e7-1b1257a298e4",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "23"
}
},
{
"$ref": "48"
}
],
"bins": [
{
"$id": "49",
"pluG_UID": "Jqkk1cywmUyPA/nSMRJqSA==",
"pluGuid": "d524a926-b0cc-4c99-8f03-f9d231126a48",
"shelfLocationIdentifier": "PFAAJkxt/0G5a6f5OPjMNQ==",
"shelfLocationGuid": "2600503c-6d4c-41ff-b96b-a7f938f8cc35",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "YaB8x3GVxEuwCXA/GkeXOQ==",
"labelPageLayoutGuid": "c77ca061-9571-4bc4-b009-703f1a479739",
"updated": "2026-04-03T06:20:28.1524549",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "23"
},
"location": {
"$id": "50",
"identifier": "4RhzwhkuK0ahi3KB9isG8g==",
"storeID": 1,
"identifierGuid": "c27318e1-2e19-462b-a18b-7281f62b06f2",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-04-03T06:20:28.1524549",
"minTemp": 1,
"maxTemp": 1,
"checkFrequency": 1,
"storeCaseConfiguration": 5,
"storeName": "sample string 6",
"bins": [
{
"$ref": "49"
},
{
"$ref": "49"
}
]
}
},
{
"$ref": "49"
}
],
"bin": {
"$ref": "49"
},
"scaleLocations": [
{
"$id": "51",
"plu": 1,
"pluG_UID": "YUEPKAKUM0S7PAPyn+yE/Q==",
"pluGuid": "280f4161-9402-4433-bb3c-03f29fec84fd",
"deptNo": 1,
"product": {
"$ref": "23"
},
"scaleLocation": {
"$id": "52",
"id": 1,
"deptNo": 1,
"deptCode": "sample string 2",
"name": "sample string 3",
"enabled": true,
"updated": "2026-04-03T06:20:28.1524549",
"department": {
"$id": "53",
"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": "52"
},
"subDepartments": [
{
"$id": "54",
"id": 1,
"departmentID": 2,
"name": "sample string 3",
"code": "sample string 4",
"departmentCode": "sample string 5",
"externalSales": true,
"minorDepartments": [
{
"$id": "55",
"id": 1,
"subDepartmentID": 2,
"departmentID": 3,
"name": "sample string 4",
"subDepartmentCode": "sample string 5",
"departmentCode": "sample string 6",
"code": "sample string 7",
"lesserDepartments": [
{
"$id": "56",
"id": 1,
"departmentID": 2,
"subDepartmentID": 3,
"minorDepartmentID": 4,
"name": "sample string 5",
"code": "sample string 6",
"departmentCode": "sample string 7",
"subDepartmentCode": "sample string 8",
"minorDepartmentCode": "sample string 9",
"updated": "2026-04-03T06:20:28.1524549",
"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": "TTtza4odRU288EiaAvVeuw==",
"labelPageLayoutGuid": "6b733b4d-1d8a-4d45-bcf0-489a02f55ebb",
"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": "57",
"dept": 1,
"category": 2,
"name": "sample string 3",
"active": true,
"mscCommodities": [
{
"$id": "58",
"dept": 1,
"category": 2,
"commodity": 3,
"name": "sample string 4",
"active": true,
"mscSubCommodities": [
{
"$id": "59",
"dept": 1,
"category": 2,
"commodity": 3,
"subCommodity": 4,
"name": "sample string 5",
"active": true,
"subCommodityCode": "sample string 7"
},
{
"$ref": "59"
}
],
"commodityCode": "sample string 6"
},
{
"$ref": "58"
}
],
"categoryCode": "sample string 5"
},
"mscCom": {
"$ref": "58"
},
"mscDep": {
"$id": "60",
"dept": 1,
"name": "sample string 2",
"active": true,
"mscCategories": [
{
"$ref": "57"
},
{
"$ref": "57"
}
],
"deptCode": "sample string 4"
},
"mscSubCom": {
"$ref": "59"
}
},
{
"$ref": "56"
}
],
"updated": "2026-04-03T06:20:28.1524549",
"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": "eTnmki/6j0KQxPx6uVXe7g==",
"labelPageLayoutGuid": "92e63979-fa2f-428f-90c4-fc7ab955deee",
"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": "57"
},
"mscCom": {
"$ref": "58"
},
"mscDep": {
"$ref": "60"
},
"mscSubCom": {
"$ref": "59"
}
},
{
"$ref": "55"
}
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:20:28.1524549",
"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": "GRhkYMN8nEavzOVVrKevXg==",
"labelPageLayoutGuid": "60641819-7cc3-469c-afcc-e555aca7af5e",
"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": "57"
},
"mscCom": {
"$ref": "58"
},
"mscDep": {
"$ref": "60"
},
"mscSubCom": {
"$ref": "59"
}
},
{
"$ref": "54"
}
],
"stores": [
1,
2
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:20:28.1524549",
"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": "YmLT7AWODUCIFOStvaMinQ==",
"labelPageLayoutGuid": "ecd36262-8e05-400d-8814-e4adbda3229d",
"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": "57"
},
"mscCom": {
"$ref": "58"
},
"mscDep": {
"$ref": "60"
},
"mscSubCom": {
"$ref": "59"
}
}
}
},
{
"$ref": "51"
}
],
"nextPrice": {
"$id": "61",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 1,
"hostOfferID": 1,
"metcashPromotionID": "sample string 4",
"metcashPromotionPlacement": "sample string 5",
"pluG_UID": "EjNyTiX1rUCUFASUrUbP4A==",
"pluGuid": "4e723312-f525-40ad-9414-0494ad46cfe0",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "U4ian3rXGECS9j66WKllSw==",
"dealCostGuid": "9f9a8853-d77a-4018-92f6-3eba58a9654b",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "B5qgg2tqHEOhH48aW+vTQg==",
"priceGroupGuid": "83a09a07-6a6b-431c-a11f-8f1a5bebd342",
"itemNumber": "sample string 10",
"cri": "sample string 11",
"pluPrice": 12,
"costCalcMethod": 13,
"pluCost": 14,
"pluCostIndicator": "sample string 15",
"pluPriceGstPercent": 16,
"pluCostGstPercent": 17,
"pluActive": true,
"cartonQty": 1.1,
"baseUnits": 19.1,
"salesMode": 1,
"pluNormalCost": 20,
"pluaws": 21.0,
"directNumber": "sample string 22",
"departmentName": "sample string 23",
"subDepartmentName": "sample string 24",
"priceGroupName": "sample string 25",
"supplierName": "sample string 26",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-04-03T06:20:28.1524549",
"rrp": 27,
"campaignDescription": "sample string 28",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "8d6b2ef6-756e-4f9a-87d1-3e24941bed84",
"campaignComboPriceGroupG_UID": "truCqf2nUEWEaMSkESvNvg==",
"campaignComboPriceGroupIdentifier": "a982bbb6-a7fd-4550-8468-c4a4112bcdbe",
"promotionPlacementDescription": "sample string 30",
"storeAcceptances": [
{
"$id": "62",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-04-03T06:20:28.1524549",
"operatorG_UID": "2bt0vM32oE2I0R7uMc1wpQ==",
"operatorGuid": "bc74bbd9-f6cd-4da0-88d1-1eee31cd70a5",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-04-03T06:20:28.1524549",
"signIqTicketFileMovedUtc": "2026-04-03T06:20:28.1524549",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-04-03T06:20:28.1524549",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "c1d560dd-d12e-4ec0-b3e7-cc51b5987222",
"product": {
"$ref": "23"
},
"campaignPlu": {
"$ref": "61"
},
"fuelItem": true
},
{
"$ref": "62"
}
],
"campaign": {
"$id": "63",
"id": 1,
"storeID": 2,
"name": "cc8feed1-e831-4577-92de-2f58d7b39024",
"nameGuid": "cc8feed1-e831-4577-92de-2f58d7b39024",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-04-03T06:20:28.1524549",
"startTime": 1,
"endDate": "2026-04-03T06:20:28.1524549",
"endTime": 1,
"recurrence": 1,
"recurrenceType": 1,
"monthType": 1,
"weekDays": 1,
"months": 1,
"monthWeeks": 1,
"monthDays": "sample string 7",
"printed": true,
"talkerText": "sample string 8",
"rangeDescription": "sample string 9",
"dealDescription": "sample string 10",
"labelQuantity": 11,
"active": 1,
"deactivated": "2026-04-03T06:20:28.1524549",
"system": true,
"created": "2026-04-03T06:20:28.1524549",
"updated": "2026-04-03T06:20:28.1524549",
"priceChangeNotifiedUtc": "2026-04-03T06:20:28.1524549",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "PnbpUALJi0+odqQs/Pxg4g==",
"hostIdentifierGuid": "50e9763e-c902-4f8b-a876-a42cfcfc60e2",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-04-03T06:20:28.1524549",
"updatedByUser": "sample string 18",
"offerID": 1,
"isPriceChangeCampaign": true,
"stores": [
1,
2
],
"storeNames": [
"sample string 1",
"sample string 2"
],
"campaignPlus": [
{
"$ref": "61"
},
{
"$ref": "61"
}
],
"campaignPools": [
{
"$id": "64",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 4,
"pluG_UID": "TrCdKYmNDk6gaaPnvrGePQ==",
"pluGuid": "299db04e-8d89-4e0e-a069-a3e7beb19e3d",
"hostOfferID": 1,
"priceGroupG_UID": "WYgbHMM1AkWLLUGesoYeeA==",
"priceGroupGuid": "1c1b8859-35c3-4502-8b2d-419eb2861e78",
"fuelItem": true,
"pluName": "sample string 6",
"apn": "sample string 7",
"pluActive": true,
"cartonQty": 1,
"baseUnits": 9.1,
"cri": "sample string 10",
"salesMode": 1,
"pluaws": 11.0,
"directNumber": "sample string 12",
"departmentName": "sample string 13",
"subDepartmentName": "sample string 14",
"priceGroupName": "sample string 15",
"supplierName": "sample string 16",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-04-03T06:20:28.1524549",
"rrp": 17,
"campaignDescription": "sample string 18",
"product": {
"$ref": "23"
},
"campaign": {
"$ref": "63"
}
},
{
"$ref": "64"
}
],
"sellingRules": [
{
"$id": "65",
"id": 1,
"identifier": "G8HRy1k2oUSxBmofP8UFeQ==",
"identifierStr": "G8HRy1k2oUSxBmofP8UFeQ==",
"identifierGuid": "cbd1c11b-3659-44a1-b106-6a1f3fc50579",
"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": "63"
}
},
{
"$ref": "65"
}
],
"customers": [
{
"$id": "66",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"customerID": "2+JsTyDNk06thiL9yrv/wQ==",
"customerIDGuid": "4f6ce2db-cd20-4e93-ad86-22fdcabbffc1",
"campaign": {
"$ref": "63"
},
"customer": {
"$ref": "2"
}
},
{
"$ref": "66"
}
],
"customerGroups": [
{
"$id": "67",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupID": "QOKgtAyerECFq1bGvUF/PA==",
"groupIDGuid": "b4a0e240-9e0c-40ac-85ab-56c6bd417f3c",
"campaign": {
"$ref": "63"
},
"group": {
"$ref": "6"
}
},
{
"$ref": "67"
}
],
"signIqTickets": [
{
"$id": "68",
"identifier": "R/lHFBRpNkSQHSPGv3VhmQ==",
"identifierGuid": "1447f947-6914-4436-901d-23c6bf756199",
"campaignName": "sample string 2",
"message": "sample string 3",
"ticketFileSource": "sample string 4",
"ticketFileDestination": "sample string 5",
"storeID": 1
},
{
"$ref": "68"
}
],
"comboPriceGroups": [
{
"$id": "69",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"g_UID": "1J8IiCyHpU2OHXUBUNW96g==",
"guid": "88089fd4-872c-4da5-8e1d-750150d5bdea",
"description": "sample string 5",
"newPrice": 1,
"rangeDescription": "sample string 6",
"dealDescription": "sample string 7",
"labelQuantity": 8,
"hostProductCategoryID": 1,
"offerID": 1,
"dontUpdatePricePlus": true,
"campaign": {
"$ref": "63"
},
"comboPricePlus": [
{
"$id": "70",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupG_UID": "cV1soHctLUug+pZ24rKhsQ==",
"groupGuid": "a06c5d71-2d77-4b2d-a0fa-9676e2b2a1b1",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "n8hqA85sBEm/8Jgo6C4mvA==",
"pluGuid": "036ac89f-6cce-4904-bff0-9828e82e26bc",
"priceGroupG_UID": "8LpjOnc7kUym3Zc26R5e+g==",
"priceGroupGuid": "3a63baf0-3b77-4c91-a6dd-9736e91e5efa",
"campaignPoolID": "sample string 7",
"quantity": 1,
"campaign": {
"$ref": "63"
},
"product": {
"$ref": "23"
},
"priceGroup": {
"$ref": "29"
},
"campaignPool": {
"$ref": "63"
}
},
{
"$ref": "70"
}
]
},
{
"$ref": "69"
}
],
"priceLevels": [
{
"$id": "71",
"id": 1,
"priceLevelIdentifier": "54tabd/g6E2DV/lq4npZ2w==",
"priceLevelIdentifierGuid": "6d5a8be7-e0df-4de8-8357-f96ae27a59db",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "71"
}
],
"promotionType": {
"$id": "72",
"identifier": "IXBR+wnP4UWS0NX7/B3BJw==",
"identifierGuid": "fb517021-cf09-45e1-92d0-d5fbfc1dc127",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "pxxh9D/DkkiJw7njuWJTdg==",
"labelPageLayoutGuid": "f4611ca7-c33f-4892-89c3-b9e3b9625376",
"priceLevelIdentifier": "YNlw/Y9Vck6y1OMt+Jvtug==",
"priceLevelIdentifierGuid": "fd70d960-558f-4e72-b2d4-e32df89bedba",
"active": true,
"updated": "2026-04-03T06:20:28.1524549",
"hostName": "sample string 11"
}
},
"product": {
"$ref": "23"
},
"dealCost": {
"$id": "73",
"headerIdentifier": "0NIYJghQZUi104q/yO3hZg==",
"headerIdentifierGuid": "2618d2d0-5008-4865-b5d3-8abfc8ede166",
"identifier": "e6Dig0bBlkqJcLJ28P1dQQ==",
"identifierGuid": "83e2a07b-c146-4a96-8970-b276f0fd5d41",
"supplierIdentifier": "Z6zHhk2OQkmNp+zQ+CmYpA==",
"supplierGuid": "86c7ac67-8e4d-4942-8da7-ecd0f82998a4",
"pluG_UID": "T3+voyfxSEegi5PXexew7Q==",
"pluGuid": "a3af7f4f-f127-4748-a08b-93d77b17b0ed",
"campaignName": "af2a2351-953d-401d-882c-ed56a8ca24c3",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-04-03T06:20:28.1524549",
"end": "2026-04-03T06:20:28.1524549",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "//JVw4n/lUmWZ+Z3pfZOGA==",
"bonusItemPluGuid": "c355f2ff-ff89-4995-9667-e677a5f64e18",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-04-03T06:20:28.1524549",
"metcashPromotionID": "sample string 14",
"fromHost": 15,
"storeNames": "sample string 16",
"storeIDs": [
1,
2
],
"supplierName": "sample string 17",
"campaignDescription": "sample string 18",
"newPrice": 1,
"campaignMetcashPromotionID": "sample string 19",
"campaignActive": true,
"campaignStartDate": "2026-04-03T06:20:28.1524549",
"campaignEndDate": "2026-04-03T06:20:28.1524549",
"masterPLUG_UID": "E/AfwY7qwEuiucOKSp8wrg==",
"masterID": "c11ff013-ea8e-4bc0-a2b9-c38a4a9f30ae",
"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": "BojCKuU9xkqn4vlyiUztDQ==",
"bonusMasterID": "2ac28806-3de5-4ac6-a7e2-f972894ced0d",
"bonusProductName": "sample string 34",
"bonusProductAPN": "sample string 35",
"bonusOrderCode": "sample string 36",
"bonusNormalSell": 37,
"bonusNormalCost": 38,
"bonusNormalCostDecimals": 39,
"bonusCartonQuantity": 40,
"bonusSalesMode": 41,
"bonusOrderPacked": 42,
"bonusFuelItem": true,
"bonusActive": true
}
},
"currentCostStart": "2026-04-03T06:20:28.1524549",
"dealCosts": [
{
"$ref": "73"
},
{
"$ref": "73"
}
],
"tags": [
{
"$id": "74",
"pluG_UID": "rJSsbrGmoU2NQOAwmKASrg==",
"pluGuid": "6eac94ac-a6b1-4da1-8d40-e03098a012ae",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "74"
}
],
"alternateProductG_UID": "SUdjQw9XA02lycvq+kDhtA==",
"alternateProduct": "43634749-570f-4d03-a5c9-cbeafa40e1b4",
"altProduct": {
"$ref": "23"
},
"productHostCode": {
"$id": "75",
"id": 1,
"pluG_UID": "UtGfmBb2GEC1EUMVxp+htw==",
"pluGuid": "989fd152-f616-4018-b511-4315c69fa1b7",
"ibaCode": "sample string 2"
},
"mscCat": {
"$ref": "57"
},
"mscCom": {
"$ref": "58"
},
"mscDep": {
"$ref": "60"
},
"mscSubCom": {
"$ref": "59"
},
"isUserUpdate": true,
"ignoreMasterProduct": true,
"priceGroupLabelRequested": true,
"firstSold": "2026-04-03T06:20:28.1524549",
"inventoryTracked": "2026-04-03T06:20:28.1524549",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "76",
"pluG_UID": "YO6MtC7HE0GWWE3o1skROw==",
"pluGuid": "b48cee60-c72e-4113-9658-4de8d6c9113b",
"fuelPluG_UID": "i5LHeZ0XCEm9Boeqhf8TJQ==",
"fuelPluGuid": "79c7928b-179d-4908-bd06-87aa85ff1325",
"price": 3,
"productDescription": "sample string 4",
"productBarcode": "sample string 5",
"fuelProductDescription": "sample string 6",
"fuelProductBarcode": "sample string 7",
"fuelProductPrice": 8
},
"productFuelLinks": [
{
"$ref": "76"
},
{
"$ref": "76"
}
]
},
"supplier": {
"$ref": "18"
},
"serviceFee": {
"$id": "77",
"id": 1,
"description": "sample string 1",
"fee": 1
},
"isPrimaryHost": true,
"hostVendor": 48
},
{
"$ref": "21"
}
],
"orderCycleHeaders": [
{
"$id": "78",
"storeID": 1,
"supplierIdentifier": "TJV03djn+0+s13ejVQtfsw==",
"supplierGuid": "dd74954c-e7d8-4ffb-acd7-77a3550b5fb3",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"storeName": "sample string 5",
"departmentName": "sample string 6",
"orderDays": 7
},
{
"$ref": "78"
}
],
"cycles": [
{
"$id": "79",
"storeID": 1,
"supplierIdentifier": "6pcKs3kxVEeP1MC+2K+5RQ==",
"supplierGuid": "b30a97ea-3179-4754-8fd4-c0bed8afb945",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"cutOffWeek": 5,
"cutOffDay": 6,
"cutOffTime": "00:00:00.1234567",
"leadTime": 7,
"daysBuffer": 8,
"supplierName": "sample string 9",
"cutOffDate": "2026-04-03T06:20:28.1524549",
"deliveryDate": "2026-04-03T06:20:28.1524549",
"nextCutOffDate": "2026-04-03T06:20:28.1524549",
"nextDeliveryDate": "2026-04-03T06:20:28.1524549",
"nextDaysBuffer": 10
},
{
"$ref": "79"
}
],
"store": {
"$ref": "13"
},
"updated": "2026-04-03T06:20:28.1524549",
"isHost": true
},
"files": [
{
"$id": "80",
"id": "sample string 1",
"fileName": "sample string 2",
"extension": "sample string 3",
"provider": 0,
"type": 0,
"hostType": "sample string 4",
"createdUtc": "2026-04-03T06:20:28.1524549",
"processed": "2026-04-03T06:20:28.1524549",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-04-03T06:20:28.1524549",
"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": "17"
},
"metcashHeader": {
"$id": "81",
"customerNumber": "sample string 1",
"creationDate": "2026-04-03T06:20:28.1524549",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "80"
}
],
"zoneMatrix": [
{
"$id": "82",
"id": 1,
"hostIdentifier": "m2EXEPcSNUKDuzQipef1Vg==",
"hostIdentifierGuid": "1017619b-12f7-4235-83bb-3422a5e7f556",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"c56c20b7-8835-4234-b228-c057b42ad636",
"ed31b257-4652-4c5a-a5f1-ccc51ef89c30"
]
},
{
"$ref": "82"
}
],
"hostFileStoreSetting": {
"$ref": "16"
},
"hostStoreSettings": [
{
"$ref": "16"
},
{
"$ref": "16"
}
],
"promotionPlacements": [
{
"$id": "83",
"identifier": "S/4YR1DpukGbn6KXfwMC9A==",
"identifierGuid": "4718fe4b-e950-41ba-9b9f-a2977f0302f4",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "83"
}
],
"promoTypeGuids": [
"91cfb6b8-572c-4301-b2ac-5b9b186e3af3",
"f71c1198-0e09-432b-8bc1-35b9e72de84c"
],
"isPromotionOnly": false,
"isOrderable": false,
"vendor": 0
},
"groupIDs": [
1,
2
],
"hostDescription": "sample string 27"
},
{
"$ref": "16"
}
],
"accounts": [
{
"$id": "84",
"id": 1,
"storeID": 1,
"accountName": "sample string 2",
"bsb": "sample string 3",
"accountNumber": "sample string 4",
"accountDesignated": true
},
{
"$ref": "84"
}
],
"sales": [
{
"$id": "85",
"id": 1,
"storeID": 1,
"externalSalesType": 2,
"ftpSiteID": 1,
"lastSaleProcessed": "2026-04-03T06:20:28.1524549",
"ftpSite": {
"$id": "86",
"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": "85"
}
],
"zoneMatrix": [
{
"$ref": "82"
},
{
"$ref": "82"
}
],
"cashManagements": [
{
"$id": "87",
"id": 1,
"storeID": 1,
"cashManagementType": 2,
"apiID": 1,
"organisationID": "sample string 3",
"siteName": "sample string 4",
"thirdPartyAPI": {
"$id": "88",
"id": 1,
"description": "sample string 2",
"address": "sample string 3",
"username": "sample string 4",
"password": "sample string 5",
"passwordPlain": "sample string 6",
"token": "sample string 7",
"apiType": 8,
"apiSubType": 9
}
},
{
"$ref": "87"
}
],
"updateStoreID": "932c153f-495e-4451-9c52-436ca66d95aa",
"updateStore": {
"$id": "89",
"id": "4c6fb4b5-be60-4ea3-8b0b-bb33c9547f62",
"name": "sample string 1",
"lastActivity": "2026-04-03T06:20:28.1524549",
"zone": "sample string 2",
"timeZoneOffset": 0.0,
"businessHoursStart": "00:00:00.1234567",
"businessHoursEnd": "00:00:00.1234567",
"master": true,
"lastIP": "sample string 10",
"lastHostName": "sample string 11",
"ping": 1,
"pingStatus": "sample string 12",
"lastUpdateCompleted": "2026-04-03T06:20:28.1524549"
},
"timeZoneId": "sample string 54",
"securityOptions": {
"$id": "90",
"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": "91",
"id": 1,
"identifier": "9/lbuJjc2EWn8swox4XzHg==",
"identifierGuid": "b85bf9f7-dc98-45d8-a7f2-cc28c785f31e",
"name": "sample string 3",
"lookupIdentifier": "sample string 4",
"externalID": "sample string 5",
"phone": "sample string 6",
"fax": "sample string 7",
"email": "sample string 8",
"address1": "sample string 9",
"address2": "sample string 10",
"city": "sample string 11",
"postCode": "sample string 12",
"state": "sample string 13",
"country": "sample string 14",
"abn": "sample string 15",
"promoPeriodStart": "2026-04-03T06:20:28.1524549",
"promoPeriodEnd": "2026-04-03T06:20:28.1524549",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-04-03T06:20:28.1524549",
"deleted": true
},
"details": [
{
"$id": "92",
"saleItemID": 1,
"identifier": "WHJr6aSLh06COcQnvjEvhA==",
"identifierGuid": "e96b7258-8ba4-4e87-8239-c427be312f84",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "ruFwbue5jEa+NbTY5Qw/Bg==",
"pluGuid": "6e70e1ae-b9e7-468c-be35-b4d8e50c3f06",
"accountID": "wlPtUGE/4U+OaJSaT6aDeg==",
"accountIDGuid": "50ed53c2-3f61-4fe1-8e68-949a4fa6837a",
"normalPrice": 3,
"originalSellingPrice": 4,
"discountPrice": 5,
"unit": 1,
"quantity": 6,
"totalCents": 7,
"fixedPrice": 1,
"tranType": 1,
"discountType": 1,
"cost": 1,
"costDecimals": 8,
"markdown": 1,
"manualQuantity": 1,
"manualPrice": 1,
"manualMode": 1,
"active": 1,
"offline": true,
"barcode": "sample string 9",
"keyedSale": 1,
"discountedID": 1,
"fuelID": 1,
"serialNumber": "sample string 10",
"bestOrExpire": "2026-04-03T06:20:28.1524549",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "lwrSFHa2cUqhy2Gk2xT+0w==",
"refundGuid": "14d20a97-b676-4a71-a1cb-61a4db14fed3",
"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": "VJnnNC0IK0aMW0F87NC/1Q==",
"idempotentVoidGuid": "34e79954-082d-462b-8c5b-417cecd0bfd5",
"priceLevelIdentifier": "d8ZlpCAiIk+MkIwQHy5JBQ==",
"priceLevelIdentifierGuid": "a465c677-2220-4f22-8c90-8c101f2e4905",
"communityIdentifier": "dRM5b/qEl0mK9BVd8Orfhg==",
"communityIdentifierGuid": "6f391375-84fa-4997-8af4-155df0eadf86",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "93",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-04-03T06:20:28.1524549",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "93"
}
],
"refund": {
"$id": "94",
"id": 1,
"g_UID": "140oLXmOBUatJvamR7Rdmw==",
"guid": "2d288dd7-8e79-4605-ad26-f6a647b45d9b",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-04-03T06:20:28.1524549"
},
"modifier": {
"$id": "95",
"id": 1,
"setG_UID": "X7tjcPXtZ0u+NXCD1/6pHg==",
"modifierSetGuid": "7063bb5f-edf5-4b67-be35-7083d7fea91e",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "HsVM4Px9c0OY2AdidcxOuQ==",
"pluGuid": "e04cc51e-7dfc-4373-98d8-076275cc4eb9",
"deleted": true,
"g_UID": "vfzF7OaWPUW3otyClLSmRQ==",
"guid": "ecc5fcbd-96e6-453d-b7a2-dc8294b4a645",
"product": {
"$ref": "23"
}
},
"priceLevelName": "sample string 25",
"pumpNumber": 1,
"hoseNumber": 1
},
{
"$ref": "92"
}
],
"eftReceipts": [
{
"$id": "96",
"id": 1,
"storeID": 1,
"saleHeaderID": 2,
"storeSaleHeader": {
"$ref": "9"
},
"receipt": "sample string 3",
"processed": 1
},
{
"$ref": "96"
}
],
"payments": [
{
"$ref": "8"
},
{
"$ref": "8"
}
],
"cards": [
{
"$id": "97",
"id": 1,
"saleHeaderID": 1,
"identifier": "sample string 2",
"cardType": 3,
"providerName": "sample string 4"
},
{
"$ref": "97"
}
],
"campaignHits": [
{
"$id": "98",
"id": 1,
"saleHeaderID": 2,
"campaign": "sample string 3",
"name": "sample string 4",
"processed": 1,
"campaignDescription": "sample string 5"
},
{
"$ref": "98"
}
],
"fuel": [
{
"$id": "99",
"id": 1,
"plu": 1,
"pluG_UID": "CYEi1rhY30GBqRMvK9LkNQ==",
"pluGuid": "d6228109-58b8-41df-81a9-132f2bd2e435",
"saleHeaderID": 2,
"totalCents": 3,
"grade": 1,
"gradeDescription": "sample string 4",
"dispenser": 1,
"hose": 1,
"quantity": 1,
"cost": 1,
"acquirerNum": 1,
"attendant": 1,
"ePurseBalance": 1.0,
"cardSignature": "sample string 5",
"compartmentNumber": 1,
"contractNumber": 1,
"discountCardPAN": "sample string 6",
"discountID": 1,
"discountName": "sample string 7",
"discountNetValue": 1.0,
"discountType": 1,
"discountValue": 1.0,
"discretionaryData": "sample string 8",
"driverID": "sample string 9",
"eftBatchNumber": 1,
"eftResponseCode": "sample string 10",
"endDateTime": "2026-04-03T06:20:28.1524549",
"engineHours": 1.1,
"fposNumber": 1,
"loyaltyCardPAN": "sample string 11",
"miscData1": 1,
"miscData2": "sample string 12",
"miscFlags": 1,
"mop": 1,
"odometer": 1,
"panNumber": "sample string 13",
"saleRefund": true,
"saleStatus": 1,
"sequenceNumber": 1,
"stan": 1,
"startDateTime": "2026-04-03T06:20:28.1524549",
"tagNumber": "sample string 15",
"trackTwoRem": "sample string 16",
"transCode": 1,
"transType": 1,
"unitPrice": 1.0,
"vehicleReg": "sample string 17",
"offline": true,
"processed": 1
},
{
"$ref": "99"
}
],
"fuelResells": [
{
"$id": "100",
"saleItemID": 1,
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "hxyKMgDwxE+qUKrG1SXZ6A==",
"pluGuid": "328a1c87-f000-4fc4-aa50-aac6d525d9e8",
"accountID": "dw8hDZWHpUK+FPKRJjFjrA==",
"accountIDGuid": "0d210f77-8795-42a5-be14-f291263163ac",
"normalPrice": 3,
"originalSellingPrice": 4,
"discountPrice": 5,
"unit": 1,
"quantity": 6,
"totalCents": 7,
"fixedPrice": 1,
"tranType": 1,
"processed": 1,
"discountType": 1,
"cost": 1,
"costDecimals": 1,
"markdown": 1,
"manualQuantity": 1,
"manualPrice": 1,
"manualMode": 1,
"active": 1,
"barcode": "sample string 8",
"offline": 1,
"keyedSale": 1,
"discountedID": 1,
"fuelID": 1,
"serialNumber": "sample string 9",
"bestOrExpire": "2026-04-03T06:20:28.1524549",
"bestOrExpireType": 1,
"refundG_UID": "YOfhcrjkm0S6OO6BXct/Sw==",
"refundGuid": "72e1e760-e4b8-449b-ba38-ee815dcb7f4b",
"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": "100"
}
],
"customerOrder": [
{
"$ref": "1"
},
{
"$ref": "1"
}
],
"surveyResponses": [
{
"$id": "101",
"surveyG_UID": "qQar+nRIXU6SP+V2NgYKsg==",
"surveyGuid": "faab06a9-4874-4e5d-923f-e57636060ab2",
"saleHeaderGuid": "i8I5KKgPok6lVSOOJRxEuQ==",
"saleGuid": "2839c28b-0fa8-4ea2-a555-238e251c44b9",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "8y2Bg4mxPkaViYj6+VPtxA==",
"guidResponse": "83812df3-b189-463e-9589-88faf953edc4",
"whoAnswered": 2,
"answeredAtUTC": "2026-04-03T06:20:28.1524549",
"sale": {
"$ref": "9"
},
"survey": {
"$id": "102",
"g_UID": "ar4331k+mUuRGtPn62V0sA==",
"guid": "df37be6a-3e59-4b99-911a-d3e7eb6574b0",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "RyE97umxL02MmtbOnZeCGQ==",
"checkoutFormGuid": "ee3d2147-b1e9-4d2f-8c9a-d6ce9d978219",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-04-03T06:20:28.1524549",
"end": "2026-04-03T06:20:28.1524549",
"deleted": true,
"updated": "2026-04-03T06:20:28.1524549",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"19a1ac0e-8b90-4ca1-b0e1-4e3d5a0aafc6",
"b88e7bd9-edd0-4a96-93af-344ce40a859f"
],
"allowsAllTextResponses": true,
"surveyForm": {
"$ref": "42"
}
},
"ingressId": "sample string 4"
},
{
"$ref": "101"
}
],
"storeName": "sample string 39",
"terminalNumber": 40,
"machineName": "sample string 41",
"operatorName": "sample string 42",
"direction": 1,
"reason": "sample string 43",
"accountG_UID": "eUXXLnnL7kGOYWPv4ojD/A==",
"accountIdentifier": "2ed74579-cb79-41ee-8e61-63efe288c3fc",
"accountName": "sample string 44",
"customerOrderIdentifier": "9hDDb8ZePESvWX+A9mnNhA==",
"customerOrderIdentifierGuid": "6fc310f6-5ec6-443c-af59-7f80f669cd84",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "103",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "3p0wYVdYk0me5+NiYUQ6BQ==",
"paymentIdentifierGuid": "61309dde-5857-4993-9ee7-e36261443a05",
"identifier": "8+q/t568tUuIN6J2K1/+8g==",
"identifierGuid": "b7bfeaf3-bc9e-4bb5-8837-a2762b5ffef2",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "5+hchXn710C+QF1qFmkE3A==",
"itemIdentifierGuid": "855ce8e7-fb79-40d7-be40-5d6a166904dc"
}
},
{
"$ref": "8"
}
]
},
{
"$ref": "3"
}
],
"customerGroupMembers": [
{
"$ref": "7"
},
{
"$ref": "7"
}
],
"customerGroups": [
{
"$ref": "6"
},
{
"$ref": "6"
}
],
"accounts": [
{
"$ref": "4"
},
{
"$ref": "4"
}
],
"account": {
"$ref": "4"
},
"vouchers": [
{
"$id": "104",
"customerIdentifier": "NjzrVL2JuUaAAuvUma+gTw==",
"customerIdentifierGuid": "54eb3c36-89bd-46b9-8002-ebd499afa04f",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "kZBcHneroEeInQmMl8QCnw==",
"idempotentGuid": "1e5c9091-ab77-47a0-889d-098c97c4029f",
"offline": true,
"voucher": {
"$id": "105",
"id": 1,
"name": "sample string 2",
"description": "sample string 3",
"shortDescription": "sample string 4",
"url": "sample string 5",
"barcodeTemplateID": 1,
"expiry": 0,
"voucherType": 6,
"limitPerTransaction": 7,
"customerTracking": true,
"discountAccount": "sample string 9",
"endDate": "2026-04-03T06:20:28.1524549",
"barcodeTemplate": {
"$id": "106",
"templateID": 1,
"template": "sample string 1",
"bcFunction": "sample string 2",
"sortOrder": 3
},
"scaleLabel": {
"$id": "107",
"id": 1,
"uid": "sample string 2",
"name": "sample string 3",
"width": 1.1,
"height": 1.1,
"showBorder": true,
"borderWidth": 1.1,
"borderStyle": 1,
"borderColour": "sample string 5",
"updated": "2026-04-03T06:20:28.1524549",
"labelPageLayout": "lNg2IZIGfEeDZnF93N/3GQ==",
"pageLayoutGuid": "2136d894-0692-477c-8366-717ddcdff719",
"labelType": 6,
"oldName": "sample string 7",
"voucher": {
"$ref": "105"
},
"elements": [
{
"$id": "108",
"id": 1,
"scaleLabelID": 2,
"showPercentDI": true,
"showAvgPerHundred": true,
"showAvgPerServe": true,
"name": "sample string 6",
"x": 1.1,
"y": 1.1,
"width": 1.1,
"height": 1.1,
"type": 1,
"rotation": 1,
"text": "sample string 7",
"fontFamily": "sample string 8",
"align": 1,
"bold": true,
"italic": true,
"underline": true,
"strikeout": true,
"reverse": true,
"textColour": "sample string 9",
"fontSize": 1.1,
"picture": "QEA=",
"borderWidth": 10,
"sortOrder": 11,
"printOptions": 12,
"superScriptTextFontSize": 1.1,
"lineStyle": 1,
"spacingStyle": 1,
"interCharacterSpacing": 1.1,
"superScriptOffset": 1.1,
"lineSpacing": 1.1,
"dateFormat": "sample string 13",
"autoGrow": true,
"fontAutoResize": true,
"updated": "2026-04-03T06:20:28.1524549"
},
{
"$ref": "108"
}
]
},
"customerVouchers": [
{
"$id": "109",
"id": 1,
"customerIdentifier": "AKMUPdLQgkyNQVFTGoDxwg==",
"customerIdentifierGuid": "3d14a300-d0d2-4c82-8d41-51531a80f1c2",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-04-03T06:20:28.1524549",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "iYwPHotuBESQQ9q9dU8xCQ==",
"issuedIdempotentGuid": "1e0f8c89-6e8b-4404-9043-dabd754f3109",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-04-03T06:20:28.1524549",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-04-03T06:20:28.1524549",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "9Z5lfrAReU+rWi2I/uCJAQ==",
"redeemedIdempotentGuid": "7e659ef5-11b0-4f79-ab5a-2d88fee08901",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-04-03T06:20:28.1524549",
"storeName": "sample string 17",
"scaleLabel": {
"$ref": "107"
},
"voucher": {
"$ref": "105"
},
"customer": {
"$ref": "2"
},
"issuedOfflinePayment": {
"$ref": "8"
},
"redeemedOfflinePayment": {
"$ref": "8"
}
},
{
"$ref": "109"
}
]
},
"customer": {
"$ref": "2"
}
},
{
"$ref": "104"
}
]
},
"operator": {
"$ref": "11"
},
"details": [
{
"$id": "110",
"headerID": 1,
"plu": 1,
"pluG_UId": "ElA4fXoKSkivAWokssxnbw==",
"pluGuid": "7d385012-0a7a-484a-af01-6a24b2cc676f",
"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": "VfAIqe0L4U+/QDucV8Ey9w==",
"headerIdentifierGuid": "a908f055-0bed-4fe1-bf40-3b9c57c132f7",
"product": {
"$ref": "23"
}
},
{
"$ref": "110"
}
],
"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 �2�\��3Ʒ 5 xl/workbook.xml � (� ����0��&�C��j��N\�z��6Ж�5���H�yۙ��v�h]W[ۑ���]AeCΘ5���L��:
a���l�*��o�&���3�=e��j�t����Ch�D�_Q����@��=�~���՝M���M��_,��X�
P�8���J\���ƑHoM��qA�ѝ��8�~�_PK �2�\���� � [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
�2�\�}<�' ' _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="Re66b133d75d44410" /></Relationships>PK �2�\�F��H H xl/worksheets/sheet1.xml � (� ��]s�:��������w��q�&��iړ���`S�� ��G�Z� � f��Jz��ZC���<xI�b�-�C�0H��l<[>�������{�,�[LӴ,�,���pZ�Ogq\���bXD�S��c�,_K�5���d6J/���"]�1"�<�K;U1�=�&�1���<��%,�T��l�{�;^}����0�g� � ��*�~����s��ʟ,���r3>I��-����6��d�</�� �=NK���bFټ�>��l�],�����ٸ��' �$���
��sQf���˲��m<�♌��7Z(�51���6���MD9� ��me��Ɖ]�����rz8^n��+�U�8��8��ӯ�3�8�?W&�d����8J�1��dU�%�@ Dwd�Y��-���(P�tdp�{wQ�
�D��Ӣ�^��w!�a�0+"�]�pF�{�Q���B���8 �,Gũ��<5��U�fpF���Β��� �&)a�Γ@^Y
�5/��69�h���;2�4�BQ��1�w^V�@�T+E�YG�E��z�U B��*dG�E�yQF�3��!�ѥ��"Լh+ʺ�H��.ڑ�y�^�4��FL
e?LW�E�{Q�H [�(1Lu��y�^T*2Ԟ�a�#��"#�����)�GtX�<���'��a��eu?P-��s����gΓ��n ̦ `���F��xs�n-��r����*ȫa����Ǣ����KaoM/}ҋ_ֱ[�]��M�M@��l�I�o�I\� �$�ۄl�6���M��M�C�0M�G1$�'�T��A��_<���A��z��7���� H����à u��
�{�A����Ӄ uy��o��M<EH��S���M|��N<�H��S�I�xʑ!�OA2$r�)I�W9�
k`ߵ��t�A������Z�{Ojt\W�p����ZҠ>�r�to��A&�x`ӟ�g��A�ž4�.�}]��@�\b_�Go�G����~? ��*�mu#�fx80��>��W}�������8f<E�q��0� \z�jO�qd�����f{�ap�x�}m�R\�VM��8ͯ��L����Y��?PK �2�\Fڪ� P xl/_rels/workbook.xml.rels � (� ��An� E��f_�kl�*N6�t��ۊ
��9[=R�P�J�#u�MVh���������<��at��<c@�*�G۷p�殆�v��I�t#�HzbCC���A
8ː�m��gS�{�Hu�=�{�*���f��y���1��G�N3����:br�����O��ȳD�[��Wu��誆˦Bo��y����]�d�9�
7�0.��2����O�^;����J�7/j��_l� PK �2�\Ѓ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 �2�\��M� xl/sharedStrings.xml � (� �YYo��~�� �!/YʼI9�_��5�Z���"i��c^C6m+���n�2�n�A��6�裎��z�|K���U�g'�T?�@�4�6'_�2��(I�.NvP�L~�<�*6Aլ�8�2V���V�RRM�2�Dy�����*J ���495u�=MI��L¼��ʼn���Y����=��/���B��(����]��r�sW�T�^�)%��K>&1(3��H�7[��y��Qd�5L�誮X�ByxYBu��J�Ǒw�8w����~�T,y��a ��-&�W��
�<-P0VuQ$�L�����5� �-�\�I��d7�ϋ��߾�XZh��$*nc������S?*ֻ�����9���0'�2"�T:A���'���Hvk)HoU����ǙZ�_�3�"v�t�i��_��(���tM-�lW�-�g�Z�;� �!c���A�)s&֘m�<��B]�Q�i6��63-[�=3 Du���:Ԛ������m����QH���C$������'�M������\LV�a�����n:���;���Și
�$\�6�W9Z��[��Ɏ�W�[���)�6g?�m���u���r�5b�C�).��S!�t'���d��B+x��=ΘSZBU��qM�;��_3�c�b?L2������F����9�DigC��Q"��D�Q^�3.� V��p�s�)�5�;;
�6�\�y�똚O-�'-�H�<�B�Qa�rLdz�Y_���� �$F�yp��*����we^��x���w$a�G<�:��(Ԗ͎4AK� !��Q�8�{x�丝Tr��|7�tJ"͝�f��������qi
�8蒔Xm�C�L#����C��{e�`��_(����H��X
���E��O�S_-W*r[e��Jk���-
du��xkxEJZ)���KHl���y(�8�G�{^c�8X��C����}�`;#�,D�|ӵ�ez3� \G�Ceu]J=�
��Ʃ�W�V_m�)q�AḬ�l��� W��H��5/��?��'���#�፩���vq�&�`�)����۳ w��Syj�I��lZ?�+��J]��MC���/�l����ft�u�ܘ�t�x ��,�ϱ}��I�����u�$=�7���*�.BxLJ��E�y�j?�*�w�'x�|��'�^����0�H�>�V{��#vJ2��Ē����'L�뒼�ܱw�8G��sWy�`���pz O���e�r�
��klRMo�W�Β��/��ʼ�7��3J��g�FK��8�>��6uSt���?{���Zp�@��5����Ef�F]��l�4��m�o���/���L+��E���@%�j�'�j�@�t�؉�Ӗ��H�ڮ�xd^�F�-|R���!��/C��/�;�5{_�d�JО�6�̊
�%�*"b�:�D��,n����:�Uڞ'��}�H��<�Q/��Ձ���O|��� F�i���Z`y�f�`;������u�ͺ���
g�AH����b��=�I�Pǘ���{3;�\���OTf�S�M\M�0
Љu 2�CQ�䍊��7\C�G�-z`��l�cU]�^�9^$żf[U�)�ɞ� :0O,���<��^�wV"'�q���e�;��4u���|f�q
X��(~�~&�M
��� ��!@��6k���A�Y��U3_�V�s�i����d���8�v�G �ǎa��%WL����*��P��� ��ª���Qbغ���5��"$,��I�P�j$e�ZGY�Ϋ����#gY�ٚ&��Î��=�\bŞ�Ȼ9���n�!�x���54��m&������r�!�;�o�^��o�ǰ�r���AC������u1g��nk���[���i;��"�Kt��ݣǑ��c��Ek����?J4�|D��
�q0j5����/�������0㊄�x�}��;X�I��^�h��O��%��(>/�����M����$�R<�-u��3������j�_ �`��K�\�io�mSlO�{�A��1�c�<��I]�|(7$�+�}�߾/�(7Q}�#٥0�楇4'�7��x v[C2��O��^��z�U]���+b}
���4���z��:c�����L�×��!�OE&�o�;��Ҥ�J�D��{�Au������6�l��e!�@��h;�*v�_PK- �2�\��3Ʒ 5 xl/workbook.xmlPK- �2�\���� � [Content_Types].xmlPK-
�2�\�}<�' ' V _rels/.relsPK- �2�\�F��H H � xl/worksheets/sheet1.xmlPK- �2�\Fڪ� P \ xl/_rels/workbook.xml.relsPK- �2�\Ѓc'2 E
� xl/styles.xmlPK- �2�\��M� xl/sharedStrings.xmlPK �
application/vnd.ms-excel
PK �2�\���¶