POST api/customer/{id}/group
Add customer to customer group
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Customer identifier |
globally unique identifier |
Required |
Body Parameters
CustomerGroup member object
CustomerGroupMember| Name | Description | Type | Additional information |
|---|---|---|---|
| ID |
Incremental ID |
integer |
None. |
| GroupID | Collection of byte |
None. |
|
| GroupIDGuid | globally unique identifier |
None. |
|
| CustomerID | Collection of byte |
None. |
|
| CustomerIDGuid | globally unique identifier |
None. |
|
| Card | string |
Required String length: inclusive between 0 and 40 |
|
| LinkedAccount | Collection of byte |
Relation. This field may not always be loaded or used for updates. |
|
| LinkedAccountGuid | globally unique identifier |
Relation. This field may not always be loaded or used for updates. |
|
| Customer | Customer |
Relation. This field may not always be loaded or used for updates. |
|
| Group | CustomerGroup |
Relation. This field may not always be loaded or used for updates. |
|
| CustomerCard | CustomerCard |
Relation. This field may not always be loaded or used for updates. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"groupID": "yM8Gce7ukUGkwx269E3ZpA==",
"groupIDGuid": "7106cfc8-eeee-4191-a4c3-1dbaf44dd9a4",
"customerID": "c5B9VHSpS0eRJNazLWd58Q==",
"customerIDGuid": "547d9073-a974-474b-9124-d6b32d6779f1",
"card": "sample string 4",
"linkedAccount": "/uBy+RbgtUuM4o7+2Z+v8A==",
"linkedAccountGuid": "f972e0fe-e016-4bb5-8ce2-8efed99faff0",
"customer": {
"$id": "2",
"identifier": "rGgfzdhOS0abLaeHAQ5quA==",
"identifierGuid": "cd1f68ac-4ed8-464b-9b2d-a787010e6ab8",
"code": "sample string 2",
"familyName": "sample string 3",
"givenName": "sample string 4",
"otherName": "sample string 5",
"title": "sample string 6",
"dateOfBirth": "2026-06-03T18:32:27.6589366",
"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": "zM5QzTj6hkOrdGD6lGbZaw==",
"communityIdentifierGuid": "cd50cecc-fa38-4386-ab74-60fa9466d96b",
"joined": "2026-06-03T18:32:27.6589366",
"updated": "2026-06-03T18:32:27.6589366",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "TQzx1XahHkikBQFud6YCCw==",
"priceLevelIdentifierGuid": "d5f10c4d-a176-481e-a405-016e77a6020b",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-06-03T18:32:27.6589366",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "3",
"cardType": 2,
"issueDate": "2026-06-03T18:32:27.6589366",
"expiry": "2026-06-03T18:32:27.6589366",
"customerID": "PqiKc3dn0kaWAioZh8du2Q==",
"customerIDGuid": "738aa83e-6777-46d2-9602-2a1987c76ed9",
"initialValue": 1,
"currentValue": 1,
"maxLimit": 1,
"minTransaction": 1,
"maxTransaction": 1,
"multiplier": 1.1,
"active": true,
"reasonInactive": 1,
"idRequired": true,
"idType": 1,
"idValue": "sample string 5",
"updated": "2026-06-03T18:32:27.6589366",
"linkedAccount": "t+kkh6UonU64LYsc73AUzA==",
"linkedAccountGuid": "8724e9b7-28a5-4e9d-b82d-8b1cef7014cc",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "2"
},
"account": {
"$id": "4",
"id": 1,
"identifier": "X2cge4ABBUuV1AgIw4v19g==",
"identifierGuid": "7b20675f-0180-4b05-95d4-0808c38bf5f6",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-06-03T18:32:27.6589366",
"owner": "2wNV1vU+iE+JnFctGYmXqg==",
"ownerGuid": "d65503db-3ef5-4f88-899c-572d198997aa",
"accountStoreGroupIdentifier": "Kwif79qhtU6Uqeb1uU8APQ==",
"accountStoreGroupGuid": "ef9f082b-a1da-4eb5-94a9-e6f5b94f003d",
"accountType": 1,
"currentBalance": 1,
"externalID": "sample string 7",
"maximumLimit": 1,
"accruePoints": true,
"loyaltyPoints": 1,
"termsOfTrade": 1,
"signatureRequired": true,
"referenceRequired": true,
"statementSendType": 10,
"ageingPeriod": 1,
"monthlyAgeingPeriod": true,
"explodedInvoice": true,
"isFifoAllocation": true,
"lastStatementSent": "2026-06-03T18:32:27.6589366",
"active": true,
"updated": "2026-06-03T18:32:27.6589366",
"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": "9AlfGokFoUGXkwJZlFWJsA==",
"identifierGuid": "1a5f09f4-0589-41a1-9793-0259945589b0",
"name": "sample string 2",
"primaryContact": "CGN/0TR+MEOryex1hz2lag==",
"primaryContactGuid": "d17f6308-7e34-4330-abc9-ec75873da56a",
"accountID": "hPXY3uhmK0SwlOhDVQGh3g==",
"accountIDGuid": "ded8f584-66e8-442b-b094-e8435501a1de",
"special": true,
"updated": "2026-06-03T18:32:27.6589366",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "K3Chrs6BBUuK5iucI/oESQ==",
"priceLevelIdentifierGuid": "aea1702b-81ce-4b05-8ae6-2b9c23fa0449",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "4"
},
"primaryContactCustomer": {
"$ref": "2"
},
"customerGroupMembers": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
},
{
"$ref": "6"
}
]
},
"payments": [
{
"$id": "7",
"id": 1,
"identifier": "buMzYzYatkSnMXSKKEzIqA==",
"identifierGuid": "6333e36e-1a36-44b6-a731-748a284cc8a8",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "4SyBnuFurk2JUX/dhcGnBg==",
"accountIDGuid": "9e812ce1-6ee1-4dae-8951-7fdd85c1a706",
"customerAccount": {
"$ref": "4"
},
"customerCard": {
"$ref": "3"
},
"accountType": 1,
"cardName": "sample string 8",
"authorisationNumber": "sample string 9",
"bankReference": "sample string 10",
"merchantID": "sample string 11",
"terminalID": "sample string 12",
"cardNumber": "sample string 13",
"paymentDate": "2026-06-03T18:32:27.6589366",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "YD3uS1OOEU6OuUHfcdyoLw==",
"idempotentVoidGuid": "4bee3d60-8e53-4e11-8eb9-41df71dca82f",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "8",
"saleHeaderID": 1,
"saleHeaderGuid": "0Fgt8yXG4UC/7b6hXg5otg==",
"saleHeaderIdentifierGuid": "f32d58d0-c625-40e1-bfed-bea15e0e68b6",
"created": "2026-06-03T18:32:27.6589366",
"createdLocal": "2026-06-03T18:32:27.6589366",
"createdText": "sample string 4",
"itemCount": 5,
"totalAmount": 6,
"cashTender": 1,
"cardTender": 1,
"cheqTender": 1,
"acctTender": 1,
"voucherTender": 1,
"loyaltyPoints": 1,
"cashout": 1,
"changeAmount": 1,
"rounding": 1,
"gstAmount": 1,
"transactionDiscountTender": 1,
"totalTip": 7,
"tranType": 1,
"processed": 1,
"imported": "2026-06-03T18:32:27.6589366",
"storeID": 1,
"operatorG_Uid": "WE+0UWf/4kiLnOaWlVgDOw==",
"operatorGuid": "51b44f58-ff67-48e2-8b9c-e6969558033b",
"customerG_Uid": "ELObpTzcH0GLdFvzzxqLLQ==",
"customerGuid": "a59bb310-dc3c-411f-8b74-5bf3cf1a8b2d",
"communityIdentifier": "tmjVJrdsR0KJ6eiQP74VMw==",
"communityIdentifierGuid": "26d568b6-6cb7-4247-89e9-e8903fbe1533",
"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": "EVE2HOduNEyTfJTYFniEyQ==",
"priceLevelIdentifierGuid": "1c365111-6ee7-4c34-937c-94d8167884c9",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-06-03T18:32:27.6589366+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": "9",
"customerName": "sample string 1",
"pickupAt": "2026-06-03T18:32:27.6589366",
"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": "10",
"id": 1,
"g_Uid": "lRbCrs+CGkuSy0FzKNJjbg==",
"guid": "aec21695-82cf-4b1a-92cb-417328d2636e",
"operatorNumber": 1,
"shortName": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"password": "sample string 5",
"hasPassword": true,
"passwordText": "sample string 6",
"rfidTagID": "sample string 7",
"blueprintID": 1,
"groupID": 1,
"groupName": "sample string 8",
"managerGroupID": 1,
"managerGroupName": "sample string 9",
"zoneID": 1,
"zoneName": "sample string 10",
"loggedIn": 1,
"lastUsedIP": "sample string 11",
"deleted": true,
"locked": true,
"allowOpenTill": true,
"webEmail": "sample string 14",
"simpleOperatorType": 0,
"webRole": "sample string 15",
"updated": "2026-06-03T18:32:27.6589366",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-06-03T18:32:27.6589366",
"endShift": "2026-06-03T18:32:27.6589366",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "11",
"operatorG_UID": "YXP7lBrXBkC+ns7a5dztsQ==",
"operatorGuid": "94fb7361-d71a-4006-be9e-cedae5dcedb1",
"storeID": 2,
"operator": {
"$ref": "10"
},
"store": {
"$id": "12",
"id": 1,
"isMaster": true,
"isElectedMaster": true,
"electedMasterStoreID": 1,
"isZoneMaster": true,
"shortName": "sample string 3",
"url": "sample string 4",
"sortOrder": 1,
"name": "sample string 5",
"phone": "sample string 6",
"fax": "sample string 7",
"email": "sample string 8",
"address1": "sample string 9",
"address2": "sample string 10",
"city": "sample string 11",
"state": "sample string 12",
"country": "sample string 13",
"postCode": "sample string 14",
"delivery": 1,
"exportAccounts": 1,
"salesAccountFolder": "sample string 15",
"purchaseAccountFolder": "sample string 16",
"initLoad": 1,
"initIDs": 1,
"zoneID": 1,
"actAsMaster": 1,
"lastActiveUtc": "2026-06-03T18:32:27.6589366",
"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": "daGAYFUOGkWcTrCySVBvvQ==",
"hostIdentifierGuid": "6080a175-0e55-451a-9c4e-b0b249506fbd",
"hostName": 1,
"hostAddress": "sample string 27",
"hostUsername": "sample string 28",
"hostPassword": "sample string 29",
"excludeFromLeadInOut": true,
"accountingProvider": 31,
"accountingAddress": "sample string 32",
"accountingUsername": "sample string 33",
"accountingPassword": "sample string 34",
"storeAccountingCode": "sample string 35",
"softwareVariance": 36,
"fuelWarningVariance": 37.0,
"fuelErrorVariance": 38.0,
"fuelAccumulatedWarningVariance": 39.0,
"fuelAccumulatedErrorVariance": 40.0,
"drawManagment": 41,
"endOfDayManagment": true,
"autoFillCashBalancing": true,
"fuelDayVariance": 44,
"accountingTradingTime": "00:00:00.1234567",
"stockActivateProduct": 46,
"defaultOrderDocumentId": 1,
"defaultStockReceiveDocumentId": 1,
"giftCardSalesAccountingDeptCode": "sample string 47",
"transactionDiscountAccountingDeptCode": "sample string 48",
"size": 49,
"updated": "2026-06-03T18:32:27.6589366",
"priceZone": {
"$id": "13",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "D126B3k+pEuUqS7uWsAlLA==",
"hostIdentifierGuid": "07ba5d0f-3e79-4ba4-94a9-2eee5ac0252c",
"sortOrder": 3,
"zoneMasterStoreID": 1,
"electedMasterStoreID": 1,
"containsElectedMasterStore": true
},
"priceZoneName": "sample string 51",
"storeFuelConfigured": true,
"shippingAddressCopied": true,
"shippingAddress": {
"$id": "14",
"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": "14"
},
"warehouseStore": {
"$id": "15",
"storeID": 1,
"warehouseStoreID": 2,
"storeName": "sample string 3",
"warehouseName": "sample string 4"
},
"hostStoreSettings": [
{
"$id": "16",
"id": 1,
"hostIdentifier": "MceuU6iG+UCciAZXiLdY2Q==",
"hostIdentifierGuid": "53aec731-86a8-40f9-9c88-065788b758d9",
"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": "VlVt0KIwL06LxQnpRKSjfA==",
"identifierGuid": "d06d5556-30a2-4e2f-8bc5-09e944a4a37c",
"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": "QsMmX91dqkKzx9OuuvZV+A==",
"hostSupplierIdentifierGuid": "5f26c342-5ddd-42aa-b3c7-d3aebaf655f8",
"loyaltyPriceLevelIdentifier": "TkMoaxWPV0qQ8dj6DWHoYg==",
"loyaltyPriceLevelIdentifierGuid": "6b28434e-8f15-4a57-90f1-d8fa0d61e862",
"isGroup": true,
"description": "sample string 22",
"hostProvider": 23,
"hostTypeEnum": 24,
"hostType": "sample string 25",
"hostCode": "sample string 26",
"username": "sample string 27",
"password": "sample string 28",
"passwordPlain": "sample string 29",
"server": "sample string 30",
"url": "sample string 31",
"global": true,
"stateCode": "sample string 33",
"lastCollected": "2026-06-03T18:32:27.6589366",
"lastProcessed": "2026-06-03T18:32:27.6589366",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$id": "18",
"identifier": "b+E61Ea2HUyIBk44rw5+ww==",
"identifierGuid": "d43ae16f-b646-4c1d-8806-4e38af0e7ec3",
"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": "0TvXHPuzh0W5mKDqKfCXmw==",
"primaryContactID": "1cd73bd1-b3fb-4587-b998-a0ea29f0979b",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "KpL/tj2S5UuRkhmV5JsG0A==",
"supplierGroupGuid": "b6ff922a-923d-4be5-9192-1995e49b06d0",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-06-03T18:32:27.6589366",
"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": "b26c6348-2b42-4292-a84d-11bed0107fad",
"identifier": "CqSndCl600ys94GTZXheWg==",
"identifierGuid": "74a7a40a-7a29-4cd3-acf7-819365785e5a",
"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": "aRPfi5P0CU2NXXuJXy0mVg==",
"supplierIdentifierGuid": "8bdf1369-f493-4d09-8d5d-7b895f2d2656",
"contactGuid": "/nlRfjrc+UKAlM3mQBieGA==",
"contactID": "7e5179fe-dc3a-42f9-8094-cde640189e18",
"contact": {
"$ref": "19"
},
"supplier": {
"$ref": "18"
}
},
{
"$ref": "20"
}
],
"products": [
{
"$id": "21",
"pluG_UID": "L/1VUg0dhE6w1cxuV5X8TA==",
"pluGuid": "5255fd2f-1d0d-4e84-b0d5-cc6e5795fc4c",
"supplierIdentifier": "2dpJsijakka97nwqj5494Q==",
"supplierIdentifierGuid": "b249dad9-da28-4692-bdee-7c2a8f9e3de1",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-06-03T18:32:27.6589366",
"pricedByWeight": true,
"landedUnitCostEx": 9,
"landedUnitCostInc": 10,
"landedCartonCostInc": 12,
"landedCartonCostEx": 13,
"standardCost": 14,
"deliveryFee": 1,
"deliveryFeeBasis": "sample string 15",
"pickAndPackFee": 1,
"pickAndPackFeeBasis": "sample string 16",
"financeFee": 1,
"financeFeeBasis": "sample string 17",
"cartonLength": 1,
"cartonWidth": 1,
"cartonHeight": 1,
"palletLayerQuantity": 1,
"palletLayers": 1,
"itemCode": "sample string 18",
"invoiceCode": "sample string 19",
"invoiceDesc": "sample string 20",
"orderDirect": true,
"useCost": true,
"minimumQuantity": 21,
"hostType": 22,
"fromHost": 23,
"minimumReorder": 1,
"maximumReorder": 1,
"orderMultiple": 24.1,
"sellMultiple": 25.1,
"baseMultiple": 26.1,
"hostStandardCost": 27,
"hostTotalCost": 28,
"hostRetail": 29,
"hostLandedUnitCostEx": 30,
"hostLandedUnitCostInc": 31,
"hostDesc": "sample string 32",
"directIndicator": "sample string 33",
"availableToOrder": true,
"hostRangeIndicator": "sample string 35",
"hostProductType": "sample string 36",
"hostProductGrade": "sample string 37",
"hostProductGroup": "sample string 38",
"hostSlowMoving": true,
"hostGeneralMerchandise": true,
"hostPillar": "sample string 41",
"hostLastUpdated": "2026-06-03T18:32:27.6589366",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "22",
"pluG_UID": "AV5wavo5VkS6hL2KUvLJTw==",
"pluGuid": "6a705e01-39fa-4456-ba84-bd8a52f2c94f",
"supplierIdentifier": "0JkwjNGgtU6OdQe1LGTBMg==",
"supplierIdentifierGuid": "8c3099d0-a0d1-4eb5-8e75-07b52c64c132",
"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": "x3iXWLH9YkeoGQ+ja92NLg==",
"parentPluGuid": "589778c7-fdb1-4762-a819-0fa36bdd8d2e",
"freight": 46.0,
"freightType": 1,
"product": {
"$id": "23",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "fXTi8WTeXkSr1DII7pE0Yw==",
"guid": "f1e2747d-de64-445e-abd4-3208ee913463",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "3FvRUySO3kq53zFqxVW7jw==",
"priceGroupGuid": "53d15bdc-8e24-4ade-b9df-316ac555bb8f",
"blueprintID": 1,
"lastCountedDate": "2026-06-03T18:32:27.6589366",
"externalID": "sample string 7",
"active": true,
"activated": "2026-06-03T18:32:27.6589366",
"pluCreated": "2026-06-03T18:32:27.6589366",
"createdByUser": "sample string 9",
"name": "sample string 10",
"nameChanged": true,
"secondDescription": "sample string 12",
"hostDescription": "sample string 13",
"keepCartonQty": true,
"keepDescription": true,
"keepDepartments": true,
"keepSuppliers": true,
"markdownDescription": "sample string 18",
"altDescription": "sample string 19",
"bestOrExpire": 20,
"lastUpdate": "2026-06-03T18:32:27.6589366",
"lastManualUpdate": "2026-06-03T18:32:27.6589366",
"imageName": "sample string 23",
"showImageOnFlipCharts": true,
"showTextOnFlipCharts": true,
"overrideFlipChartText": true,
"flipChartText": "sample string 27",
"salesMode": 1,
"eftCode": 1,
"price": 1,
"priceChanged": true,
"rrp": 1,
"gstPercent": 28,
"gstPercentChanged": true,
"costGSTPercent": 29,
"costGSTPercentChanged": true,
"wetPercent": 1,
"priceOverride": 1,
"cost": 1,
"currentCost": 1,
"currentCostDecimals": 1,
"grossProfit": 1.0,
"currentCostDesc": "sample string 30",
"currentCostEnd": "2026-06-03T18:32:27.6589366",
"currentCostUpdated": "2026-06-03T18:32:27.6589366",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-06-03T18:32:27.6589366",
"defaultGP": 1,
"breakTargetMode": 33,
"break1": 1,
"price1": 1,
"target1": 34,
"break2": 1,
"price2": 1,
"target2": 35,
"break3": 1,
"price3": 1,
"target3": 36,
"break1Changed": true,
"price1Changed": true,
"target1Changed": true,
"break2Changed": true,
"price2Changed": true,
"target2Changed": true,
"break3Changed": true,
"price3Changed": true,
"target3Changed": true,
"breakTargetModeChanged": true,
"margin": 1.1,
"marginChanged": true,
"marginRanged": true,
"marginRangedChanged": true,
"minimumMargin": 1.1,
"minimumMarginChanged": true,
"maximumMargin": 1.1,
"maximumMarginChanged": true,
"overrideHostWarehouseIndicator": true,
"overrideHostWarehouseIndicatorChanged": true,
"overrideHostPrice": true,
"overrideHostPriceChanged": true,
"overrideHostCost": true,
"overrideHostCostChanged": true,
"overrideHostMargin": true,
"overrideHostMarginChanged": true,
"alwaysApplyMargin": true,
"alwaysApplyMarginChanged": true,
"aws": 1.0,
"paws": 1.0,
"awsUpdated": "2026-06-03T18:32:27.6589366",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "A/EixGf1mU68TzWdJgR9VQ==",
"altPLUGuid": "c422f103-f567-4e99-bc4f-359d26047d55",
"altPLUGuidChanged": true,
"altPriceDescription1": "sample string 54",
"altPriceDescription2": "sample string 55",
"cartonQuantity": 56,
"cartonQuantityChanged": true,
"trayID": 1,
"promptID": 1,
"tare": 1,
"packQty": 1,
"fixedWeight": 1,
"extraMesg": 1,
"text1": "sample string 58",
"text2": "sample string 59",
"text3": "sample string 60",
"labelText": "sample string 61",
"labelTextChanged": true,
"sendToScale": true,
"nonScaleWeigh": true,
"labelFormat": "sample string 65",
"barcodeFormat": "sample string 66",
"austMade": 1,
"coolCode": 67,
"countryOfOrigin": "sample string 68",
"percentContent": 69.1,
"departmentID": 1,
"subDepartmentID": 1,
"minorDepartmentID": 1,
"lesserDepartmentID": 1,
"deptCode": "sample string 70",
"subDeptCode": "sample string 71",
"minorDeptCode": "sample string 72",
"lesserDeptCode": "sample string 73",
"deptName": "sample string 74",
"subDeptName": "sample string 75",
"minorDeptName": "sample string 76",
"lesserDeptName": "sample string 77",
"departmentChanged": true,
"subCategoryID": 1,
"expiry": 1,
"showDays": 1,
"datePrint": 1,
"labelRequired": true,
"labelShelfQty": 80,
"labelShelfChanged": true,
"labelTalkerQty": 82,
"labelSmall": true,
"labelLastPrinted": "2026-06-03T18:32:27.6745743",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "teXaMIObfkm2ECZyJQbIsw==",
"shelfPageLayoutGuid": "30dae5b5-9b83-497e-b610-26722506c8b3",
"talkerPageLayoutG_UID": "jnapGipefkKb/m4MV8g68Q==",
"talkerPageLayoutGuid": "1aa9768e-5e2a-427e-9bfe-6e0c57c83af1",
"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": "YoipRCQsLEK46wR7zCIxTg==",
"inventoryIdentifier": "44a98862-2c24-422c-b8eb-047bcc22314e",
"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": "oq1tY7rRrU+Gzpk6zqzymg==",
"parentPluGuid": "636dada2-d1ba-4fad-86ce-993aceacf29a",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "vrafQbiy5kGFeBb6HUy/ow==",
"supplierIdentifierGuid": "419fb6be-b2b8-41e6-8578-16fa1d4cbfa3",
"supplierChanged": true,
"rebateSupplierIdentifier": "SlYDOBbj8E2h3ZrDpVNRiQ==",
"rebateSupplierIdentifierGuid": "3803564a-e316-4df0-a1dd-9ac3a5535189",
"rebateSupplierChanged": true,
"availableForOrder": true,
"warehouseDirectIndicator": "sample string 109",
"warehouseDirectIndicatorChanged": true,
"productGrade": "sample string 111",
"productType": "sample string 112",
"productGroup": "sample string 113",
"complianceIndicator": "sample string 114",
"inhouseBrand": "sample string 115",
"slowMoving": true,
"generalMerchandise": true,
"comment": "sample string 118",
"lastUpdatedByUser": "sample string 119",
"lastManualUpdatedByUser": "sample string 120",
"lastUpdatedByUserOverride": true,
"lastUpdatedByHost": "2026-06-03T18:32:27.6745743",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "cK78dlvnl0ylI83aSk8Gfw==",
"hostIdentifierGuid": "76fcae70-e75b-4c97-a523-cdda4a4f067f",
"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": "12"
},
"storePrices": [
{
"$id": "24",
"pluG_UID": "Q36Wteq/u0KFcFKuht3DcA==",
"pluGuid": "b5967e43-bfea-42bb-8570-52ae86ddc370",
"plu": 1,
"storeID": 1,
"zoneID": 2,
"zoneName": "sample string 3",
"store": "sample string 4",
"isElectedMasterStore": true,
"isZoneMasterStore": true,
"priceNow": 7,
"costNow": 8,
"costNowDecimals": 9,
"normalPrice": 10,
"priceNext": 1,
"costNext": 1,
"costNextDecimals": 11,
"nextCampaignName": "sample string 12",
"gstPercent": 13,
"normalCost": 14,
"normalCostDecimals": 15,
"costGstPercent": 16,
"costCalcMethod": 1,
"currentCost": 17,
"currentCostDecimals": 18,
"break1": 19,
"price1": 20,
"break2": 21,
"price2": 22,
"break3": 23,
"price3": 24,
"fuelItem": 25,
"fixedWeight": 26,
"active": true,
"complianceIndicator": "sample string 27",
"doNotOrder": true,
"doNotRange": true,
"isNormalPriceChangesCampaign": true,
"updated": "2026-06-03T18:32:27.6745743"
},
{
"$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-06-03T18:32:27.6745743",
"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-06-03T18:32:27.6745743",
"startTime": 5,
"endDate": "2026-06-03T18:32:27.6745743",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "RJFnHj5pREC3XYuYhcV+ug==",
"hostIdentifierGuid": "1e679144-693e-4044-b75d-8b9885c57eba",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "27"
},
{
"$ref": "27"
}
]
},
"tray": {
"$id": "28",
"g_UId": "pskDX6NgpUmk9tZBLhN7Uw==",
"guid": "5f03c9a6-60a3-49a5-a4f6-d6412e137b53",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "29",
"priceGroupG_UID": "j7Tfd1t9rkWn74Hpyg4svQ==",
"priceGroupGuid": "77dfb48f-7d5b-45ae-a7ef-81e9ca0e2cbd",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-06-03T18:32:27.6745743",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "23"
},
{
"$ref": "23"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "30",
"pluG_UID": "aFcRDy7DykmeUO77DLSfRw==",
"pluGuid": "0f115768-c32e-49ca-9e50-eefb0cb49f47",
"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": "a3d5cfa9-51bf-41dc-b74f-3c971918b1d4",
"created": "2026-06-03T18:32:27.6745743",
"createdByUser": "sample string 1",
"activated": "2026-06-03T18:32:27.6745743",
"activatedByUser": "sample string 2",
"deactivated": "2026-06-03T18:32:27.6745743",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-06-03T18:32:27.6745743",
"lastOrderedQty": 4.0,
"lastReceived": "2026-06-03T18:32:27.6745743",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-06-03T18:32:27.6745743",
"lastSold": "2026-06-03T18:32:27.6745743",
"firstSold": "2026-06-03T18:32:27.6745743",
"awsUpdated": "2026-06-03T18:32:27.6745743",
"lastManualUpdate": "2026-06-03T18:32:27.6745743",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-06-03T18:32:27.6745743",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-06-03T18:32:27.6745743",
"doNotRangeUpdated": "2026-06-03T18:32:27.6745743",
"doNotOrderUpdated": "2026-06-03T18:32:27.6745743",
"tracked": "2026-06-03T18:32:27.6745743"
},
"allergens": [
{
"$id": "32",
"primaryKey": {
"$id": "33",
"pluGuid": "e045bdc0-7e39-4580-96fd-29d973c6b83e",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "wL1F4Dl+gEWW/SnZc8a4Pg==",
"pluGuid": "e045bdc0-7e39-4580-96fd-29d973c6b83e",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "32"
}
],
"costs": {
"$id": "34",
"pluG_UID": "s48bxfI8lUeMQ6IXJQaQPw==",
"pluGuid": "c51b8fb3-3cf2-4795-8c43-a2172506903f",
"enteredCost": 1,
"weightedAvgCost": 1,
"lastCost": 1,
"rawEnteredCost": 2,
"rawWeightedAvgCost": 3,
"rawLastCost": 4,
"freight": 5.0,
"freightType": 6,
"costDecimals": 7,
"fifoCost": 1,
"updated": "2026-06-03T18:32:27.6745743",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "35",
"saleHeaderID": 1,
"created": "2026-06-03T18:32:27.6745743",
"createdLocal": "2026-06-03T18:32:27.6745743",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "6gLOgIHN9Umo0HjZVb1M0g==",
"operatorGuid": "80ce02ea-cd81-49f5-a8d0-78d955bd4cd2",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "NjkXCPFsbU2E9VI1/o/+CQ==",
"pluGuid": "08173936-6cf1-4d6d-84f5-5235fe8ffe09",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$ref": "10"
}
},
{
"$ref": "35"
}
],
"apns": [
{
"$id": "36",
"pluID": 1,
"pluG_UID": "feQ57ihXyUyl8GpBHn9r4w==",
"pluGuid": "ee39e47d-5728-4cc9-a5f0-6a411e7f6be3",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "36"
}
],
"tuns": [
{
"$id": "37",
"pluG_UId": "ReOJ/WLgQUyh0f+5MQi7bg==",
"pluGuid": "fd89e345-e062-4c41-a1d1-ffb93108bb6e",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "23"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "37"
}
],
"competitionPricing": [
{
"$id": "38",
"identifier": "rpogdESABkSTrkNYh5VcJA==",
"identifierGuid": "74209aae-8044-4406-93ae-435887955c24",
"pluG_UID": "SzO3Jx7wCU+sXIuXH5wlQg==",
"pluGuid": "27b7334b-f01e-4f09-ac5c-8b971f9c2542",
"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": "hsvg8k/wfU6qdqYMDh2awQ==",
"groupName": "sample string 1",
"identifierGuid": "f2e0cb86-f04f-4e7d-aa76-a60c0e1d9ac1",
"exists": true,
"flipChartIdentifier": "GWLuEeGp7k2DvOnJ7voH1Q==",
"flipChartIdentifierGuid": "11ee6219-a9e1-4dee-83bc-e9c9eefa07d5",
"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": "AWZ42C6LnEeqh4YxaOAxhQ==",
"groupIdentifierGuid": "d8786601-8b2e-479c-aa87-863168e03185",
"flipChart": {
"$id": "40",
"identifier": "UUiH/liCAkOOlwkwoG7iTw==",
"identifierGuid": "fe874851-8258-4302-8e97-0930a06ee24f",
"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": "2PRFzHr3cU+aa5VHPfgwWw==",
"identifierGuid": "cc45f4d8-f77a-4f71-9a6b-95473df8305b",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "42",
"id": 1,
"g_UID": "zYeg/LOLkEyw5y3T7Oa2Sw==",
"guid": "fca087cd-8bb3-4c90-b0e7-2dd3ece6b64b",
"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": "3rZWP6bVMEi6VpXTgzVhSw==",
"previousFormGuid": "3f56b6de-d5a6-4830-ba56-95d38335614b",
"nextForm": 1,
"nextFormG_UID": "pwobJtfM6k6LYpyDvtQlpw==",
"nextFormGuid": "261b0aa7-ccd7-4eea-8b62-9c83bed425a7",
"attributes": "sample string 10",
"updated": "2026-06-03T18:32:27.6745743",
"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": "8KdyZrSV7ku7IjKmqhzRgg==",
"checkoutFormGuid": "6672a7f0-95b4-4bee-bb22-32a6aa1cd182",
"identifier": "oFB2zchuIEqyCmr+tHjDqg==",
"identifierGuid": "cd7650a0-6ec8-4a20-b20a-6afeb478c3aa",
"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": "X1+XNYiY70CxUzjQsX4t1Q==",
"valueGuid": "35975f5f-9888-40ef-b153-38d0b17e2dd5",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-06-03T18:32:27.6745743",
"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-06-03T18:32:27.6745743",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "43"
}
],
"panels": [
{
"$id": "45",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "FZRLPBTQ00++9Uq1Dl3IoQ==",
"checkoutFormGuid": "3c4b9415-d014-4fd3-bef5-4ab50e5dc8a1",
"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": "gRIAQvjnWUyLbXLStFEhkQ==",
"flipChartPageIdentifierGuid": "42001281-e7f8-4c59-8b6d-72d2b4512191",
"pluG_UID": "ncix9S8Ulkq4kPDdtoy1qw==",
"pluGuid": "f5b1c89d-142f-4a96-b890-f0ddb68cb5ab",
"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": "MhxEkbRPFEGl6CA7d9q9qQ==",
"pluGuid": "91441c32-4fb4-4114-a5e8-203b77dabda9",
"price": 1,
"costCalcMethod": 1,
"cost": 2,
"weightedAvgCost": 3,
"lastCost": 4,
"rawCost": 5,
"rawWeightedAvgCost": 6,
"rawLastCost": 7,
"costDecimals": 8,
"serviceFeeID": 9,
"freight": 10.0,
"freightType": 11,
"process": "sample string 12",
"user": "sample string 13",
"updated": "2026-06-03T18:32:27.6745743",
"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": "hUaco0HLr021FJkX3IxcFA==",
"ingredientGuid": "GnboJbIbHU6j0Pnp2VGYqA==",
"ingredientIdentifier": "25e8761a-1bb2-4e1d-a3d0-f9e9d95198a8",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "23"
}
},
{
"$ref": "48"
}
],
"bins": [
{
"$id": "49",
"pluG_UID": "q/+3c4GlXEyGk3dMGKBejA==",
"pluGuid": "73b7ffab-a581-4c5c-8693-774c18a05e8c",
"shelfLocationIdentifier": "xEPlrSy4406N6KEV2Tmr3g==",
"shelfLocationGuid": "ade543c4-b82c-4ee3-8de8-a115d939abde",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "PTweZIr57ESjw1ai7Au6kg==",
"labelPageLayoutGuid": "641e3c3d-f98a-44ec-a3c3-56a2ec0bba92",
"updated": "2026-06-03T18:32:27.6745743",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "23"
},
"location": {
"$id": "50",
"identifier": "Lfo3WKk8Uki4tEc3GJkNyA==",
"storeID": 1,
"identifierGuid": "5837fa2d-3ca9-4852-b8b4-473718990dc8",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-06-03T18:32:27.6745743",
"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": "HKfrwSFsfEyfqyri1J8OPA==",
"pluGuid": "c1eba71c-6c21-4c7c-9fab-2ae2d49f0e3c",
"deptNo": 1,
"product": {
"$ref": "23"
},
"scaleLocation": {
"$id": "52",
"id": 1,
"deptNo": 1,
"deptCode": "sample string 2",
"name": "sample string 3",
"enabled": true,
"updated": "2026-06-03T18:32:27.6745743",
"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-06-03T18:32:27.6745743",
"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": "+r23xpmROkStE97GPrh8lg==",
"labelPageLayoutGuid": "c6b7bdfa-9199-443a-ad13-dec63eb87c96",
"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-06-03T18:32:27.6745743",
"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": "gqffK8S8kkadKfALUzuy2g==",
"labelPageLayoutGuid": "2bdfa782-bcc4-4692-9d29-f00b533bb2da",
"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-06-03T18:32:27.6745743",
"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": "mGsH903RgE+MAW02mwr05g==",
"labelPageLayoutGuid": "f7076b98-d14d-4f80-8c01-6d369b0af4e6",
"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-06-03T18:32:27.6745743",
"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": "PCoPtYknuUmFGlnpHkI/bQ==",
"labelPageLayoutGuid": "b50f2a3c-2789-49b9-851a-59e91e423f6d",
"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": "4bN5JkqmVE+x9QXFk0o+KA==",
"pluGuid": "2679b3e1-a64a-4f54-b1f5-05c5934a3e28",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "T0JG4U9lN0Wfhh8LdhzdzA==",
"dealCostGuid": "e146424f-654f-4537-9f86-1f0b761cddcc",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "vLmzIX/GqEST78Qgc7y+Dw==",
"priceGroupGuid": "21b3b9bc-c67f-44a8-93ef-c42073bcbe0f",
"itemNumber": "sample string 10",
"cri": "sample string 11",
"pluPrice": 12,
"costCalcMethod": 13,
"pluCost": 14,
"pluCostIndicator": "sample string 15",
"pluPriceGstPercent": 16,
"pluCostGstPercent": 17,
"pluActive": true,
"cartonQty": 1.1,
"baseUnits": 19.1,
"salesMode": 1,
"orderPacked": 20,
"pluNormalCost": 21,
"pluaws": 22.0,
"directNumber": "sample string 23",
"departmentName": "sample string 24",
"subDepartmentName": "sample string 25",
"priceGroupName": "sample string 26",
"supplierName": "sample string 27",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-06-03T18:32:27.6745743",
"rrp": 28,
"campaignDescription": "sample string 29",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "3ccfed8a-1c5d-4e8e-b571-720fbc59a2e0",
"campaignComboPriceGroupG_UID": "OyL+1eoKzEWOkydJ62wvmA==",
"campaignComboPriceGroupIdentifier": "d5fe223b-0aea-45cc-8e93-2749eb6c2f98",
"promotionPlacementDescription": "sample string 31",
"storeAcceptances": [
{
"$id": "62",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-06-03T18:32:27.6745743",
"operatorG_UID": "Q6+mlu6A3EubQaXDadahWw==",
"operatorGuid": "96a6af43-80ee-4bdc-9b41-a5c369d6a15b",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-06-03T18:32:27.6745743",
"signIqTicketFileMovedUtc": "2026-06-03T18:32:27.6745743",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-06-03T18:32:27.6745743",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "a080ce94-4755-4c46-978a-dd64483fec35",
"product": {
"$ref": "23"
},
"campaignPlu": {
"$ref": "61"
},
"fuelItem": true
},
{
"$ref": "62"
}
],
"campaign": {
"$id": "63",
"id": 1,
"storeID": 2,
"name": "633d1098-6e50-475e-95b6-5a9ccf1dfea4",
"nameGuid": "633d1098-6e50-475e-95b6-5a9ccf1dfea4",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-06-03T18:32:27.6745743",
"startTime": 1,
"endDate": "2026-06-03T18:32:27.6745743",
"endTime": 1,
"recurrence": 1,
"recurrenceType": 1,
"monthType": 1,
"weekDays": 1,
"months": 1,
"monthWeeks": 1,
"monthDays": "sample string 7",
"printed": true,
"talkerText": "sample string 8",
"rangeDescription": "sample string 9",
"dealDescription": "sample string 10",
"labelQuantity": 11,
"active": 1,
"deactivated": "2026-06-03T18:32:27.6745743",
"system": true,
"created": "2026-06-03T18:32:27.6745743",
"updated": "2026-06-03T18:32:27.6745743",
"priceChangeNotifiedUtc": "2026-06-03T18:32:27.6745743",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "oeZ7nlEhyUO321VANd5qpw==",
"hostIdentifierGuid": "9e7be6a1-2151-43c9-b7db-554035de6aa7",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-06-03T18:32:27.6745743",
"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": "DpbOFUnJPUOf1SX9GtxNfQ==",
"pluGuid": "15ce960e-c949-433d-9fd5-25fd1adc4d7d",
"hostOfferID": 1,
"priceGroupG_UID": "QiQR+FaYnECNxO7797sn0A==",
"priceGroupGuid": "f8112442-9856-409c-8dc4-eefbf7bb27d0",
"fuelItem": true,
"pluName": "sample string 6",
"apn": "sample string 7",
"pluActive": true,
"cartonQty": 1,
"baseUnits": 9.1,
"cri": "sample string 10",
"salesMode": 1,
"orderPacked": 11,
"pluaws": 12.0,
"directNumber": "sample string 13",
"departmentName": "sample string 14",
"subDepartmentName": "sample string 15",
"priceGroupName": "sample string 16",
"supplierName": "sample string 17",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-06-03T18:32:27.6745743",
"rrp": 18,
"campaignDescription": "sample string 19",
"product": {
"$ref": "23"
},
"campaign": {
"$ref": "63"
}
},
{
"$ref": "64"
}
],
"sellingRules": [
{
"$id": "65",
"id": 1,
"identifier": "xley7omQtUmwlEGd4dJAKA==",
"identifierStr": "xley7omQtUmwlEGd4dJAKA==",
"identifierGuid": "eeb257c6-9089-49b5-b094-419de1d24028",
"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": "a1b06xvkm0+LZjIKS86Z/w==",
"customerIDGuid": "ebf4566b-e41b-4f9b-8b66-320a4bce99ff",
"campaign": {
"$ref": "63"
},
"customer": {
"$ref": "2"
}
},
{
"$ref": "66"
}
],
"customerGroups": [
{
"$id": "67",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupID": "y7yZERGBkUiIrg0jeqUb1Q==",
"groupIDGuid": "1199bccb-8111-4891-88ae-0d237aa51bd5",
"campaign": {
"$ref": "63"
},
"group": {
"$ref": "6"
}
},
{
"$ref": "67"
}
],
"signIqTickets": [
{
"$id": "68",
"identifier": "NgApqYslLEWrVKdmerVnDw==",
"identifierGuid": "a9290036-258b-452c-ab54-a7667ab5670f",
"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": "OLRLneVKYESBS/LmT6LhKg==",
"guid": "9d4bb438-4ae5-4460-814b-f2e64fa2e12a",
"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": "Lx1txc3muk6sUJ2I9Zf74w==",
"groupGuid": "c56d1d2f-e6cd-4eba-ac50-9d88f597fbe3",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "Ujpifjuv9kiT/vIKbpH0Hg==",
"pluGuid": "7e623a52-af3b-48f6-93fe-f20a6e91f41e",
"priceGroupG_UID": "WXy1J9Ref06h9+b5pmMmRw==",
"priceGroupGuid": "27b57c59-5ed4-4e7f-a1f7-e6f9a6632647",
"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": "zlYgreLIWUid8q/Al3VMQQ==",
"priceLevelIdentifierGuid": "ad2056ce-c8e2-4859-9df2-afc097754c41",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "71"
}
],
"promotionType": {
"$id": "72",
"identifier": "srnGVvG+dkGf5Xswqc1vpQ==",
"identifierGuid": "56c6b9b2-bef1-4176-9fe5-7b30a9cd6fa5",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "Zw9L7Ihr/UyGvdeGdPFNMg==",
"labelPageLayoutGuid": "ec4b0f67-6b88-4cfd-86bd-d78674f14d32",
"priceLevelIdentifier": "gz5SVyGmy0iHQHUiF+s9Jw==",
"priceLevelIdentifierGuid": "57523e83-a621-48cb-8740-752217eb3d27",
"active": true,
"updated": "2026-06-03T18:32:27.6745743",
"hostName": "sample string 11"
}
},
"product": {
"$ref": "23"
},
"dealCost": {
"$id": "73",
"headerIdentifier": "qeol3EAVU0e+Kc8BaX73OQ==",
"headerIdentifierGuid": "dc25eaa9-1540-4753-be29-cf01697ef739",
"identifier": "cKMTc297T022QwQzcWbHow==",
"identifierGuid": "7313a370-7b6f-4d4f-b643-04337166c7a3",
"supplierIdentifier": "WrfvPa0cRE+KNw45IltSGA==",
"supplierGuid": "3defb75a-1cad-4f44-8a37-0e39225b5218",
"pluG_UID": "tgYDqtdF7kGH2FMh2wJUiA==",
"pluGuid": "aa0306b6-45d7-41ee-87d8-5321db025488",
"campaignName": "23dfbb5f-df7c-4625-b306-199c57f4ea18",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-06-03T18:32:27.6745743",
"end": "2026-06-03T18:32:27.6745743",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "f1XSPGCW+EuzgFTiWltY3A==",
"bonusItemPluGuid": "3cd2557f-9660-4bf8-b380-54e25a5b58dc",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-06-03T18:32:27.6745743",
"metcashPromotionID": "sample string 14",
"fromHost": 15,
"storeNames": "sample string 16",
"storeIDs": [
1,
2
],
"supplierName": "sample string 17",
"campaignDescription": "sample string 18",
"newPrice": 1,
"campaignMetcashPromotionID": "sample string 19",
"campaignActive": true,
"campaignStartDate": "2026-06-03T18:32:27.6745743",
"campaignEndDate": "2026-06-03T18:32:27.6745743",
"masterPLUG_UID": "LZWRo37OjUeNrALVXT6eSw==",
"masterID": "a391952d-ce7e-478d-8dac-02d55d3e9e4b",
"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": "rZW42O4sGECowU+98FX9GA==",
"bonusMasterID": "d8b895ad-2cee-4018-a8c1-4fbdf055fd18",
"bonusProductName": "sample string 34",
"bonusProductAPN": "sample string 35",
"bonusOrderCode": "sample string 36",
"bonusNormalSell": 37,
"bonusNormalCost": 38,
"bonusNormalCostDecimals": 39,
"bonusCartonQuantity": 40,
"bonusSalesMode": 41,
"bonusOrderPacked": 42,
"bonusFuelItem": true,
"bonusActive": true
}
},
"currentCostStart": "2026-06-03T18:32:27.6745743",
"dealCosts": [
{
"$ref": "73"
},
{
"$ref": "73"
}
],
"tags": [
{
"$id": "74",
"pluG_UID": "D/j2uhdrdkilaD55buqC6A==",
"pluGuid": "baf6f80f-6b17-4876-a568-3e796eea82e8",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "74"
}
],
"alternateProductG_UID": "R8XxBjYyqUid0mWv4dgBZw==",
"alternateProduct": "06f1c547-3236-48a9-9dd2-65afe1d80167",
"altProduct": {
"$ref": "23"
},
"productHostCode": {
"$id": "75",
"id": 1,
"pluG_UID": "CcXLJf45WUuiCHf1y4/f0A==",
"pluGuid": "25cbc509-39fe-4b59-a208-77f5cb8fdfd0",
"ibaCode": "sample string 2"
},
"mscCat": {
"$ref": "57"
},
"mscCom": {
"$ref": "58"
},
"mscDep": {
"$ref": "60"
},
"mscSubCom": {
"$ref": "59"
},
"isUserUpdate": true,
"ignoreMasterProduct": true,
"priceGroupLabelRequested": true,
"firstSold": "2026-06-03T18:32:27.6745743",
"inventoryTracked": "2026-06-03T18:32:27.6745743",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "76",
"pluG_UID": "9tlBjpi/YEKtiYmJCJsrhA==",
"pluGuid": "8e41d9f6-bf98-4260-ad89-8989089b2b84",
"fuelPluG_UID": "3gwxmYDNN0K6PyJYPkOqng==",
"fuelPluGuid": "99310cde-cd80-4237-ba3f-22583e43aa9e",
"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": "KQ4Ukdpq802JPrdSAwaKHg==",
"supplierGuid": "91140e29-6ada-4df3-893e-b75203068a1e",
"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": "HpjEXBwySk67MtQC87KEVQ==",
"supplierGuid": "5cc4981e-321c-4e4a-bb32-d402f3b28455",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"cutOffWeek": 5,
"cutOffDay": 6,
"cutOffTime": "00:00:00.1234567",
"leadTime": 7,
"daysBuffer": 8,
"supplierName": "sample string 9",
"cutOffDate": "2026-06-03T18:32:27.6745743",
"deliveryDate": "2026-06-03T18:32:27.6745743",
"nextCutOffDate": "2026-06-03T18:32:27.6745743",
"nextDeliveryDate": "2026-06-03T18:32:27.6745743",
"nextDaysBuffer": 10
},
{
"$ref": "79"
}
],
"store": {
"$ref": "12"
},
"updated": "2026-06-03T18:32:27.6745743",
"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-06-03T18:32:27.6745743",
"processed": "2026-06-03T18:32:27.6745743",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-06-03T18:32:27.6745743",
"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-06-03T18:32:27.6745743",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "80"
}
],
"zoneMatrix": [
{
"$id": "82",
"id": 1,
"hostIdentifier": "9k4TndS0akyRzxu3QcF3RA==",
"hostIdentifierGuid": "9d134ef6-b4d4-4c6a-91cf-1bb741c17744",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"403608b4-ae95-4894-94bc-345e79bbe454",
"faacee4c-7c85-4cb7-8b46-ac224e001acf"
]
},
{
"$ref": "82"
}
],
"hostFileStoreSetting": {
"$ref": "16"
},
"hostStoreSettings": [
{
"$ref": "16"
},
{
"$ref": "16"
}
],
"promotionPlacements": [
{
"$id": "83",
"identifier": "MgMw2FgV3k+US5u4QRrrlg==",
"identifierGuid": "d8300332-1558-4fde-944b-9bb8411aeb96",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "83"
}
],
"promoTypeGuids": [
"9f9fe478-8398-4908-a5db-06ac39a1c9e7",
"314e8406-3a3c-4302-8160-41e691f60636"
],
"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-06-03T18:32:27.6745743",
"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"
}
],
"suppliedStores": [
1,
2
],
"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,
"config": "sample string 10"
}
},
{
"$ref": "87"
}
],
"updateStoreID": "7b11690a-22d7-46b3-bf08-593b5db143d9",
"updateStore": {
"$id": "89",
"id": "af3472bb-de85-4959-8d4c-2958a2c0795d",
"name": "sample string 1",
"lastActivity": "2026-06-03T18:32:27.6745743",
"zone": "sample string 2",
"timeZoneOffset": 0.0,
"businessHoursStart": "00:00:00.1234567",
"businessHoursEnd": "00:00:00.1234567",
"master": true,
"lastIP": "sample string 10",
"lastHostName": "sample string 11",
"ping": 1,
"pingStatus": "sample string 12",
"lastUpdateCompleted": "2026-06-03T18:32:27.6745743"
},
"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": "11"
}
]
},
"customer": {
"$ref": "2"
},
"communityOrganisation": {
"$id": "91",
"id": 1,
"identifier": "EWXEjLdZ4UiFo/0erfk1vA==",
"identifierGuid": "8cc46511-59b7-48e1-85a3-fd1eadf935bc",
"name": "sample string 3",
"lookupIdentifier": "sample string 4",
"externalID": "sample string 5",
"phone": "sample string 6",
"fax": "sample string 7",
"email": "sample string 8",
"address1": "sample string 9",
"address2": "sample string 10",
"city": "sample string 11",
"postCode": "sample string 12",
"state": "sample string 13",
"country": "sample string 14",
"abn": "sample string 15",
"promoPeriodStart": "2026-06-03T18:32:27.6745743",
"promoPeriodEnd": "2026-06-03T18:32:27.6745743",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-06-03T18:32:27.6745743",
"deleted": true
},
"details": [
{
"$id": "92",
"saleItemID": 1,
"identifier": "aMi12rVetUiJnX+4Ucw3cg==",
"identifierGuid": "dab5c868-5eb5-48b5-899d-7fb851cc3772",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "XN3pA+yrZUiE2XNEq4xNzQ==",
"pluGuid": "03e9dd5c-abec-4865-84d9-7344ab8c4dcd",
"accountID": "+c4ZcPRV2U6GSGBF+DJn1A==",
"accountIDGuid": "7019cef9-55f4-4ed9-8648-6045f83267d4",
"normalPrice": 3,
"originalSellingPrice": 4,
"discountPrice": 5,
"unit": 1,
"quantity": 6,
"totalCents": 7,
"fixedPrice": 1,
"tranType": 1,
"discountType": 1,
"cost": 1,
"costDecimals": 8,
"markdown": 1,
"manualQuantity": 1,
"manualPrice": 1,
"manualMode": 1,
"active": 1,
"offline": true,
"barcode": "sample string 9",
"keyedSale": 1,
"discountedID": 1,
"fuelID": 1,
"serialNumber": "sample string 10",
"bestOrExpire": "2026-06-03T18:32:27.6745743",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "K1hCMWt4p0iQGdoEQM2HRw==",
"refundGuid": "3142582b-786b-48a7-9019-da0440cd8747",
"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": "bo6RvQONeUqtQB7FxdOuYw==",
"idempotentVoidGuid": "bd918e6e-8d03-4a79-ad40-1ec5c5d3ae63",
"priceLevelIdentifier": "uFjXSdEetkqsWgOH8rPRxQ==",
"priceLevelIdentifierGuid": "49d758b8-1ed1-4ab6-ac5a-0387f2b3d1c5",
"communityIdentifier": "HKz3Rkq8D0OtbcxC2m+jig==",
"communityIdentifierGuid": "46f7ac1c-bc4a-430f-ad6d-cc42da6fa38a",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "93",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-06-03T18:32:27.6745743",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "93"
}
],
"refund": {
"$id": "94",
"id": 1,
"g_UID": "q86IOrS350asLm5d5RiryA==",
"guid": "3a88ceab-b7b4-46e7-ac2e-6e5de518abc8",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-06-03T18:32:27.6745743"
},
"modifier": {
"$id": "95",
"id": 1,
"setG_UID": "ng9RpbDEOEmYnSxRBFnJzA==",
"modifierSetGuid": "a5510f9e-c4b0-4938-989d-2c510459c9cc",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "aQ0+Nu/e/U+uDJKlSw+rNg==",
"pluGuid": "363e0d69-deef-4ffd-ae0c-92a54b0fab36",
"deleted": true,
"g_UID": "DXdbTeL94kKVlJS1eGC9tg==",
"guid": "4d5b770d-fde2-42e2-9594-94b57860bdb6",
"product": {
"$ref": "23"
}
},
"priceLevelName": "sample string 25",
"pumpNumber": 1,
"hoseNumber": 1
},
{
"$ref": "92"
}
],
"eftReceipts": [
{
"$id": "96",
"id": 1,
"storeID": 1,
"saleHeaderID": 2,
"storeSaleHeader": {
"$ref": "8"
},
"receipt": "sample string 3",
"processed": 1
},
{
"$ref": "96"
}
],
"payments": [
{
"$ref": "7"
},
{
"$ref": "7"
}
],
"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": "unJ3A7SmQUWAbV5hK69Lmg==",
"pluGuid": "037772ba-a6b4-4541-806d-5e612baf4b9a",
"saleHeaderID": 2,
"totalCents": 3,
"grade": 1,
"gradeDescription": "sample string 4",
"dispenser": 1,
"hose": 1,
"quantity": 1,
"cost": 1,
"acquirerNum": 1,
"attendant": 1,
"ePurseBalance": 1.0,
"cardSignature": "sample string 5",
"compartmentNumber": 1,
"contractNumber": 1,
"discountCardPAN": "sample string 6",
"discountID": 1,
"discountName": "sample string 7",
"discountNetValue": 1.0,
"discountType": 1,
"discountValue": 1.0,
"discretionaryData": "sample string 8",
"driverID": "sample string 9",
"eftBatchNumber": 1,
"eftResponseCode": "sample string 10",
"endDateTime": "2026-06-03T18:32:27.6745743",
"engineHours": 1.1,
"fposNumber": 1,
"loyaltyCardPAN": "sample string 11",
"miscData1": 1,
"miscData2": "sample string 12",
"miscFlags": 1,
"mop": 1,
"odometer": 1,
"panNumber": "sample string 13",
"saleRefund": true,
"saleStatus": 1,
"sequenceNumber": 1,
"stan": 1,
"startDateTime": "2026-06-03T18:32:27.6745743",
"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": "5O56lCzCNkyt/0IXsrry4g==",
"pluGuid": "947aeee4-c22c-4c36-adff-4217b2baf2e2",
"accountID": "y8kQ8w3x4ka2ytHcHoSZ6A==",
"accountIDGuid": "f310c9cb-f10d-46e2-b6ca-d1dc1e8499e8",
"normalPrice": 3,
"originalSellingPrice": 4,
"discountPrice": 5,
"unit": 1,
"quantity": 6,
"totalCents": 7,
"fixedPrice": 1,
"tranType": 1,
"processed": 1,
"discountType": 1,
"cost": 1,
"costDecimals": 1,
"markdown": 1,
"manualQuantity": 1,
"manualPrice": 1,
"manualMode": 1,
"active": 1,
"barcode": "sample string 8",
"offline": 1,
"keyedSale": 1,
"discountedID": 1,
"fuelID": 1,
"serialNumber": "sample string 9",
"bestOrExpire": "2026-06-03T18:32:27.6745743",
"bestOrExpireType": 1,
"refundG_UID": "2m/JKSB8jEW4asYswfHhbw==",
"refundGuid": "29c96fda-7c20-458c-b86a-c62cc1f1e16f",
"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": [
{
"$id": "101",
"identifier": "ALWEMSVNL0O8UIbH8M9gbA==",
"identifierGuid": "3184b500-4d25-432f-bc50-86c7f0cf606c",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "KRkfjBslF0e+y8Uf6cqsUw==",
"customerIdentifierGuid": "8c1f1929-251b-4717-becb-c51fe9caac53",
"operatorNo": 1,
"operatorG_UID": "BdNJ2MW4wUm5O2aP1R18Ow==",
"operatorGuid": "d849d305-b8c5-49c1-b93b-668fd51d7c3b",
"created": "2026-06-03T18:32:27.6745743",
"ordered": "2026-06-03T18:32:27.6745743",
"started": "2026-06-03T18:32:27.6745743",
"completed": "2026-06-03T18:32:27.6745743",
"supplied": "2026-06-03T18:32:27.6745743",
"quickTicket": 1,
"deleted": true,
"walkAway": true,
"approxWait": 1,
"actualWait": 1,
"deliveryMethod": 8,
"externalSaleType": 9,
"customer": {
"$ref": "2"
},
"operator": {
"$ref": "10"
},
"details": [
{
"$id": "102",
"headerID": 1,
"plu": 1,
"pluG_UId": "ueXxqXtSIEmQTFxT9ngTcA==",
"pluGuid": "a9f1e5b9-527b-4920-904c-5c53f6781370",
"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": "OXAWJNQ6REaSdT6r2vU7tQ==",
"headerIdentifierGuid": "24167039-3ad4-4644-9275-3eabdaf53bb5",
"product": {
"$ref": "23"
}
},
{
"$ref": "102"
}
],
"storeName": "sample string 11",
"customerName": "sample string 12",
"storeReplyTo": "sample string 13",
"storeSubjectLine": "sample string 14",
"storeSaleHeader": {
"$ref": "8"
}
},
{
"$ref": "101"
}
],
"surveyResponses": [
{
"$id": "103",
"surveyG_UID": "GLpgjmCZAEiFnIyjhxp7VQ==",
"surveyGuid": "8e60ba18-9960-4800-859c-8ca3871a7b55",
"saleHeaderGuid": "TAkQqC/F7UahNtgEnfGOJg==",
"saleGuid": "a810094c-c52f-46ed-a136-d8049df18e26",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "vh23R9DBaU6nbqxOmSAxlw==",
"guidResponse": "47b71dbe-c1d0-4e69-a76e-ac4e99203197",
"whoAnswered": 2,
"answeredAtUTC": "2026-06-03T18:32:27.6745743",
"sale": {
"$ref": "8"
},
"survey": {
"$id": "104",
"g_UID": "xrpHfQDVQ0ODRQWrm8ruiQ==",
"guid": "7d47bac6-d500-4343-8345-05ab9bcaee89",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "FaunR6R+6kWdZK+7KZgqgg==",
"checkoutFormGuid": "47a7ab15-7ea4-45ea-9d64-afbb29982a82",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-06-03T18:32:27.6745743",
"end": "2026-06-03T18:32:27.6745743",
"deleted": true,
"updated": "2026-06-03T18:32:27.6745743",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"e02caad8-03b6-46e6-8c0c-40b744ba64f7",
"c798667b-01b9-498b-b359-7a0ee143a758"
],
"allowsAllTextResponses": true,
"surveyForm": {
"$ref": "42"
}
},
"ingressId": "sample string 4"
},
{
"$ref": "103"
}
],
"storeName": "sample string 39",
"terminalNumber": 40,
"machineName": "sample string 41",
"operatorName": "sample string 42",
"direction": 1,
"reason": "sample string 43",
"accountG_UID": "bJPg8L7XpEWicuTdBJgeug==",
"accountIdentifier": "f0e0936c-d7be-45a4-a272-e4dd04981eba",
"accountName": "sample string 44",
"customerOrderIdentifier": "ii1Ya9d9iUOIO4xY3tQTRQ==",
"customerOrderIdentifierGuid": "6b582d8a-7dd7-4389-883b-8c58ded41345",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "105",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "2nwuXRszwEKPSdo/iiy8jw==",
"paymentIdentifierGuid": "5d2e7cda-331b-42c0-8f49-da3f8a2cbc8f",
"identifier": "3pJEt/sSB0uFo89BvPCpOA==",
"identifierGuid": "b74492de-12fb-4b07-85a3-cf41bcf0a938",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "sCenkeaufEKIbrPNJ3d4Sg==",
"itemIdentifierGuid": "91a727b0-aee6-427c-886e-b3cd2777784a"
}
},
{
"$ref": "7"
}
]
},
{
"$ref": "3"
}
],
"customerGroupMembers": [
{
"$ref": "1"
},
{
"$ref": "1"
}
],
"customerGroups": [
{
"$ref": "6"
},
{
"$ref": "6"
}
],
"accounts": [
{
"$ref": "4"
},
{
"$ref": "4"
}
],
"account": {
"$ref": "4"
},
"vouchers": [
{
"$id": "106",
"customerIdentifier": "cMHSoHSZd0GVRaBadbBIHg==",
"customerIdentifierGuid": "a0d2c170-9974-4177-9545-a05a75b0481e",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "Ck8CLay1r0aB0br4yhdk4A==",
"idempotentGuid": "2d024f0a-b5ac-46af-81d1-baf8ca1764e0",
"offline": true,
"voucher": {
"$id": "107",
"id": 1,
"name": "sample string 2",
"description": "sample string 3",
"shortDescription": "sample string 4",
"url": "sample string 5",
"barcodeTemplateID": 1,
"expiry": 0,
"voucherType": 6,
"limitPerTransaction": 7,
"customerTracking": true,
"discountAccount": "sample string 9",
"endDate": "2026-06-03T18:32:27.6745743",
"barcodeTemplate": {
"$id": "108",
"templateID": 1,
"template": "sample string 1",
"bcFunction": "sample string 2",
"sortOrder": 3
},
"scaleLabel": {
"$id": "109",
"id": 1,
"uid": "sample string 2",
"name": "sample string 3",
"width": 1.1,
"height": 1.1,
"showBorder": true,
"borderWidth": 1.1,
"borderStyle": 1,
"borderColour": "sample string 5",
"updated": "2026-06-03T18:32:27.6745743",
"labelPageLayout": "Yyf/zkoD10eNiifgvuef9g==",
"pageLayoutGuid": "ceff2763-034a-47d7-8d8a-27e0bee79ff6",
"labelType": 6,
"oldName": "sample string 7",
"voucher": {
"$ref": "107"
},
"elements": [
{
"$id": "110",
"id": 1,
"scaleLabelID": 2,
"showPercentDI": true,
"showAvgPerHundred": true,
"showAvgPerServe": true,
"name": "sample string 6",
"x": 1.1,
"y": 1.1,
"width": 1.1,
"height": 1.1,
"type": 1,
"rotation": 1,
"text": "sample string 7",
"fontFamily": "sample string 8",
"align": 1,
"bold": true,
"italic": true,
"underline": true,
"strikeout": true,
"reverse": true,
"textColour": "sample string 9",
"fontSize": 1.1,
"picture": "QEA=",
"borderWidth": 10,
"sortOrder": 11,
"printOptions": 12,
"superScriptTextFontSize": 1.1,
"lineStyle": 1,
"spacingStyle": 1,
"interCharacterSpacing": 1.1,
"superScriptOffset": 1.1,
"lineSpacing": 1.1,
"dateFormat": "sample string 13",
"autoGrow": true,
"fontAutoResize": true,
"updated": "2026-06-03T18:32:27.6745743"
},
{
"$ref": "110"
}
]
},
"customerVouchers": [
{
"$id": "111",
"id": 1,
"customerIdentifier": "diq35XaGeEyhvXK5oFqEFQ==",
"customerIdentifierGuid": "e5b72a76-8676-4c78-a1bd-72b9a05a8415",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-06-03T18:32:27.6745743",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "QbFNVug3j0+rFXnu4OExRQ==",
"issuedIdempotentGuid": "564db141-37e8-4f8f-ab15-79eee0e13145",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-06-03T18:32:27.6745743",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-06-03T18:32:27.6745743",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "5BU9q+2DXEegq7OXIsmbDg==",
"redeemedIdempotentGuid": "ab3d15e4-83ed-475c-a0ab-b39722c99b0e",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-06-03T18:32:27.6745743",
"storeName": "sample string 17",
"scaleLabel": {
"$ref": "109"
},
"voucher": {
"$ref": "107"
},
"customer": {
"$ref": "2"
},
"issuedOfflinePayment": {
"$ref": "7"
},
"redeemedOfflinePayment": {
"$ref": "7"
}
},
{
"$ref": "111"
}
]
},
"customer": {
"$ref": "2"
}
},
{
"$ref": "106"
}
]
},
"group": {
"$ref": "6"
},
"customerCard": {
"$ref": "3"
}
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.