POST api/accounts
Updates an Account record
Request Information
URI Parameters
None.
Body Parameters
Account to save
Account| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Identifier | Collection of byte |
None. |
|
| IdentifierGuid | globally unique identifier |
None. |
|
| ReferenceNo |
Reference number used by customers and stores to easily identifier store for a payment or other reason |
string |
None. |
| Name | string |
None. |
|
| Created | date |
None. |
|
| Owner | Collection of byte |
None. |
|
| OwnerGuid | globally unique identifier |
None. |
|
| AccountStoreGroupIdentifier | Collection of byte |
None. |
|
| AccountStoreGroupGuid | globally unique identifier |
None. |
|
| AccountType | AccountType |
None. |
|
| CurrentBalance |
After creation should only be provided if being updated |
integer |
None. |
| ExternalID | string |
String length: inclusive between 0 and 20 |
|
| MaximumLimit | integer |
None. |
|
| AccruePoints | boolean |
None. |
|
| LoyaltyPoints |
If this is a group account the group gets the points, not the card |
integer |
None. |
| TermsOfTrade | integer |
None. |
|
| SignatureRequired | boolean |
None. |
|
| ReferenceRequired |
Flag whether the customer reference should be prompted for this account, even when pos setting doesn't enforce for all |
boolean |
None. |
| StatementSendType |
0 = Email, 1 = Print |
integer |
None. |
| AgeingPeriod | integer |
None. |
|
| MonthlyAgeingPeriod | boolean |
None. |
|
| ExplodedInvoice | boolean |
None. |
|
| IsFifoAllocation | boolean |
None. |
|
| LastStatementSent | date |
None. |
|
| Active | boolean |
None. |
|
| Updated | date |
None. |
|
| Deleted | boolean |
None. |
|
| DeletedUser | string |
None. |
|
| CurrentBalanceChanged |
Indicates if current balance value has changed and should be updated to value provided (Generate account ledger records) |
boolean |
Relation. This field may not always be loaded or used for updates. |
| MaximumLimitChanged |
Indicates if maximum limit value has changed and should be updated to value provided |
boolean |
Relation. This field may not always be loaded or used for updates. |
| LoyaltyPointsChanged |
Indicates if loyalty points value has changed and should be updated to value provided (Generate account ledger records) |
boolean |
Relation. This field may not always be loaded or used for updates. |
| ProjectedBalance | integer |
Relation. This field may not always be loaded or used for updates. |
|
| AccountStoreGroupStoreIDs | Collection of integer |
Relation. This field may not always be loaded or used for updates. |
|
| CustomerEmail | string |
Relation. This field may not always be loaded or used for updates. |
|
| OwnerCustomer | Customer |
Relation. This field may not always be loaded or used for updates. |
|
| Card | CustomerCard |
Relation. This field may not always be loaded or used for updates. |
|
| Members | Dictionary of string [key] and Collection of Customer [value] |
Relation. This field may not always be loaded or used for updates. |
|
| CustomerGroups | Collection of CustomerGroup |
Relation. This field may not always be loaded or used for updates. |
Request Formats
application/json, text/json
{
"id": 1,
"identifier": "bOPpc/jEMEu5TGLDseLElQ==",
"identifierGuid": "73e9e36c-c4f8-4b30-b94c-62c3b1e2c495",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-04-03T06:27:21.981599",
"owner": "67yzDF4OykiKGO/vzd5p/g==",
"ownerGuid": "0cb3bceb-0e5e-48ca-8a18-efefcdde69fe",
"accountStoreGroupIdentifier": "Bptp04bJQkKH6HUlupcFmg==",
"accountStoreGroupGuid": "d3699b06-c986-4242-87e8-7525ba97059a",
"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:27:21.981599",
"active": true,
"updated": "2026-04-03T06:27:21.981599",
"deleted": true,
"deletedUser": "sample string 16",
"currentBalanceChanged": true,
"maximumLimitChanged": true,
"loyaltyPointsChanged": true,
"projectedBalance": 17,
"accountStoreGroupStoreIDs": [
1,
2
],
"customerEmail": "sample string 18",
"ownerCustomer": {
"$id": "2",
"identifier": "LmylRZAhaECPcaMGdDX1YQ==",
"identifierGuid": "45a56c2e-2190-4068-8f71-a3067435f561",
"code": "sample string 2",
"familyName": "sample string 3",
"givenName": "sample string 4",
"otherName": "sample string 5",
"title": "sample string 6",
"dateOfBirth": "2026-04-03T06:27:21.981599",
"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": "Tg2grhwvPEWWalbeSyWEFQ==",
"communityIdentifierGuid": "aea00d4e-2f1c-453c-966a-56de4b258415",
"joined": "2026-04-03T06:27:21.981599",
"updated": "2026-04-03T06:27:21.981599",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "V5sypgKjn0SF/QNJHRqoTQ==",
"priceLevelIdentifierGuid": "a6329b57-a302-449f-85fd-03491d1aa84d",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-04-03T06:27:21.981599",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "3",
"cardType": 2,
"issueDate": "2026-04-03T06:27:21.981599",
"expiry": "2026-04-03T06:27:21.981599",
"customerID": "db+MI/4bHEiFQbhyOYtSLQ==",
"customerIDGuid": "238cbf75-1bfe-481c-8541-b872398b522d",
"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:27:21.981599",
"linkedAccount": "utQd/CzJ9kWDLgvpiTbSiA==",
"linkedAccountGuid": "fc1dd4ba-c92c-45f6-832e-0be98936d288",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "2"
},
"account": {
"$ref": "1"
},
"payments": [
{
"$id": "4",
"id": 1,
"identifier": "O3hiHF2LOkGxZKFBgMu0kw==",
"identifierGuid": "1c62783b-8b5d-413a-b164-a14180cbb493",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "VpkqrS6GsUyUgYdZ8vgTHQ==",
"accountIDGuid": "ad2a9956-862e-4cb1-9481-8759f2f8131d",
"customerAccount": {
"$ref": "1"
},
"customerCard": {
"$ref": "3"
},
"accountType": 1,
"cardName": "sample string 8",
"authorisationNumber": "sample string 9",
"bankReference": "sample string 10",
"merchantID": "sample string 11",
"terminalID": "sample string 12",
"cardNumber": "sample string 13",
"paymentDate": "2026-04-03T06:27:21.981599",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "a+9XS/8b4kuU59OCda5K+Q==",
"idempotentVoidGuid": "4b57ef6b-1bff-4be2-94e7-d38275ae4af9",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "5",
"saleHeaderID": 1,
"saleHeaderGuid": "3A1AsBUvcEuEd9n6ohy+aw==",
"saleHeaderIdentifierGuid": "b0400ddc-2f15-4b70-8477-d9faa21cbe6b",
"created": "2026-04-03T06:27:21.981599",
"createdLocal": "2026-04-03T06:27:21.981599",
"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:27:21.981599",
"storeID": 1,
"operatorG_Uid": "/GomcpFGEEGrObJ4rpD/TA==",
"operatorGuid": "72266afc-4691-4110-ab39-b278ae90ff4c",
"customerG_Uid": "DLRH8om8ikq2FILn//5azA==",
"customerGuid": "f247b40c-bc89-4a8a-b614-82e7fffe5acc",
"communityIdentifier": "Pj7mW7jMI0e/yADip/9Gmw==",
"communityIdentifierGuid": "5be63e3e-ccb8-4723-bfc8-00e2a7ff469b",
"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": "tcbZXmZsQ0CES0z6jDrTiw==",
"priceLevelIdentifierGuid": "5ed9c6b5-6c66-4043-844b-4cfa8c3ad38b",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-04-03T06:27:21.981599+00:00\",\"DeliveryAddress1\":\"sample string 2\",\"DeliveryAddress2\":\"sample string 3\",\"CustomerPhoneNumber\":\"sample string 4\",\"OrderType\":0,\"ExternalOrderID\":\"sample string 5\",\"ExternalDisplayableOrderID\":\"sample string 6\",\"TableName\":\"sample string 7\",\"CreatedBy\":0,\"OrderingAppName\":\"sample string 8\"}",
"deserialisedOrderMetadata": {
"$id": "6",
"customerName": "sample string 1",
"pickupAt": "2026-04-03T06:27:21.981599",
"deliveryAddress1": "sample string 2",
"deliveryAddress2": "sample string 3",
"customerPhoneNumber": "sample string 4",
"orderType": 0,
"externalOrderID": "sample string 5",
"externalDisplayableOrderID": "sample string 6",
"tableName": "sample string 7",
"createdBy": 0,
"orderingAppName": "sample string 8"
},
"relationChecksum": "sample string 38",
"loyaltyTender": 1,
"giftCardTender": 1,
"operator": {
"$id": "7",
"id": 1,
"g_Uid": "+FVwGlU5q0mmCt6Gm42cOw==",
"guid": "1a7055f8-3955-49ab-a60a-de869b8d9c3b",
"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:27:21.981599",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-04-03T06:27:21.981599",
"endShift": "2026-04-03T06:27:21.981599",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "8",
"operatorG_UID": "LHe55OskDE24TPd6kRx0Bw==",
"operatorGuid": "e4b9772c-24eb-4d0c-b84c-f77a911c7407",
"storeID": 2,
"operator": {
"$ref": "7"
},
"store": {
"$id": "9",
"id": 1,
"isMaster": true,
"isElectedMaster": true,
"electedMasterStoreID": 1,
"isZoneMaster": true,
"shortName": "sample string 3",
"url": "sample string 4",
"sortOrder": 1,
"name": "sample string 5",
"phone": "sample string 6",
"fax": "sample string 7",
"email": "sample string 8",
"address1": "sample string 9",
"address2": "sample string 10",
"city": "sample string 11",
"state": "sample string 12",
"country": "sample string 13",
"postCode": "sample string 14",
"delivery": 1,
"exportAccounts": 1,
"salesAccountFolder": "sample string 15",
"purchaseAccountFolder": "sample string 16",
"initLoad": 1,
"initIDs": 1,
"zoneID": 1,
"actAsMaster": 1,
"lastActiveUtc": "2026-04-03T06:27:21.981599",
"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": "IxYOqhTq+EOGTUDX3oep7g==",
"hostIdentifierGuid": "aa0e1623-ea14-43f8-864d-40d7de87a9ee",
"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:27:21.981599",
"priceZone": {
"$id": "10",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "wYMHXcTqJ0iAw7k7adTw2w==",
"hostIdentifierGuid": "5d0783c1-eac4-4827-80c3-b93b69d4f0db",
"sortOrder": 3,
"zoneMasterStoreID": 1,
"electedMasterStoreID": 1,
"containsElectedMasterStore": true
},
"priceZoneName": "sample string 51",
"storeFuelConfigured": true,
"shippingAddressCopied": true,
"shippingAddress": {
"$id": "11",
"storeID": 1,
"addressType": 1,
"address1": "sample string 1",
"address2": "sample string 2",
"city": "sample string 3",
"state": "sample string 4",
"country": "sample string 5",
"postCode": "sample string 6"
},
"billingAddressCopied": true,
"billingAddress": {
"$ref": "11"
},
"hostStoreSettings": [
{
"$id": "12",
"id": 1,
"hostIdentifier": "8wcFM1d62EOT/XUl5IV74g==",
"hostIdentifierGuid": "330507f3-7a57-43d8-93fd-7525e4857be2",
"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": "13",
"identifier": "UoeZymkOuUuComKpyBXEFw==",
"identifierGuid": "ca998752-0e69-4bb9-82a2-62a9c815c417",
"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": "Wj46DFG4z0G5EVTbH1gYtw==",
"hostSupplierIdentifierGuid": "0c3a3e5a-b851-41cf-b911-54db1f5818b7",
"loyaltyPriceLevelIdentifier": "8grd/2g3g0KwL56BU6Jt4Q==",
"loyaltyPriceLevelIdentifierGuid": "ffdd0af2-3768-4283-b02f-9e8153a26de1",
"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:27:21.981599",
"lastProcessed": "2026-04-03T06:27:21.981599",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$id": "14",
"identifier": "74PLulAk5E+crm5XADSzNw==",
"identifierGuid": "bacb83ef-2450-4fe4-9cae-6e570034b337",
"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": "A4GRB8aVWE+iP5IkpjWtUQ==",
"primaryContactID": "07918103-95c6-4f58-a23f-9224a635ad51",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "ZHuPxWfS/Uu4bC4qG8yGIQ==",
"supplierGroupGuid": "c58f7b64-d267-4bfd-b86c-2e2a1bcc8621",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-04-03T06:27:21.981599",
"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": "15",
"id": "dfd37ca0-3357-4132-9377-b390ab2172d9",
"identifier": "PfCChO7wiEm8JqKjJ1rBLA==",
"identifierGuid": "8482f03d-f0ee-4988-bc26-a2a3275ac12c",
"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": "16",
"supplierIdentifier": "IN6QMf7dgku6WD9R1SRL7w==",
"supplierIdentifierGuid": "3190de20-ddfe-4b82-ba58-3f51d5244bef",
"contactGuid": "Jvu7GXkZ2UGyik7mGBoLEw==",
"contactID": "19bbfb26-1979-41d9-b28a-4ee6181a0b13",
"contact": {
"$ref": "15"
},
"supplier": {
"$ref": "14"
}
},
{
"$ref": "16"
}
],
"products": [
{
"$id": "17",
"pluG_UID": "0oA7SFMPTkCspy1gDTeWBA==",
"pluGuid": "483b80d2-0f53-404e-aca7-2d600d379604",
"supplierIdentifier": "mKADPUKRfU2abhnaHBQykA==",
"supplierIdentifierGuid": "3d03a098-9142-4d7d-9a6e-19da1c143290",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-04-03T06:27:21.981599",
"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:27:21.981599",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "18",
"pluG_UID": "4qwsz2eHh0WHd9BAAyJndw==",
"pluGuid": "cf2cace2-8767-4587-8777-d04003226777",
"supplierIdentifier": "Goxrm5uUCk6s8ofcad5OVg==",
"supplierIdentifierGuid": "9b6b8c1a-949b-4e0a-acf2-87dc69de4e56",
"invoiceCode": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "18"
}
],
"storeIDs": [
1,
2
],
"preferredSupplier": true,
"preferredRebateSupplier": true,
"supplierName": "sample string 42",
"salesMode": 43,
"orderPacked": true,
"active": true,
"price": 1,
"costGstPercent": 45,
"parentPluG_UID": "/cDY6OeHr0afZmfO0uAncw==",
"parentPluGuid": "e8d8c0fd-87e7-46af-9f66-67ced2e02773",
"freight": 46.0,
"freightType": 1,
"product": {
"$id": "19",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "L8NFbtNDAUyfVMEj1IUvTw==",
"guid": "6e45c32f-43d3-4c01-9f54-c123d4852f4f",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "sxLpA/Wj+0S5PzDQJs1z8w==",
"priceGroupGuid": "03e912b3-a3f5-44fb-b93f-30d026cd73f3",
"blueprintID": 1,
"lastCountedDate": "2026-04-03T06:27:21.981599",
"externalID": "sample string 7",
"active": true,
"activated": "2026-04-03T06:27:21.981599",
"pluCreated": "2026-04-03T06:27:21.981599",
"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:27:21.981599",
"lastManualUpdate": "2026-04-03T06:27:21.981599",
"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:27:21.981599",
"currentCostUpdated": "2026-04-03T06:27:21.981599",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-04-03T06:27:21.981599",
"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:27:21.981599",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "3kTi7eZPP0+ZuKCFhnxQ/w==",
"altPLUGuid": "ede244de-4fe6-4f3f-99b8-a085867c50ff",
"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:27:21.981599",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "62sOyfbj80mVkUZdsHKa1Q==",
"shelfPageLayoutGuid": "c90e6beb-e3f6-49f3-9591-465db0729ad5",
"talkerPageLayoutG_UID": "etYx9Otl3Eqd7Sa6fAMOIA==",
"talkerPageLayoutGuid": "f431d67a-65eb-4adc-9ded-26ba7c030e20",
"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": "W2qZ6tBnok2KtsK0ogHEoA==",
"inventoryIdentifier": "ea996a5b-67d0-4da2-8ab6-c2b4a201c4a0",
"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": "XPZd6Fno+kGERTCxJXwDgw==",
"parentPluGuid": "e85df65c-e859-41fa-8445-30b1257c0383",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "tju3Q4ziY0SalmTdSTAC8A==",
"supplierIdentifierGuid": "43b73bb6-e28c-4463-9a96-64dd493002f0",
"supplierChanged": true,
"rebateSupplierIdentifier": "h0amZjeamkqjcRu6GeUyqQ==",
"rebateSupplierIdentifierGuid": "66a64687-9a37-4a9a-a371-1bba19e532a9",
"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:27:21.981599",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "I8dcVZDJB0+DjUEBtBoDKQ==",
"hostIdentifierGuid": "555cc723-c990-4f07-838d-4101b41a0329",
"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": "19"
},
{
"$ref": "19"
}
],
"store": {
"$ref": "9"
},
"storePrices": [
{
"$id": "20",
"pluG_UID": "GZtPEoxr6E6/VV7cJOv2iA==",
"pluGuid": "124f9b19-6b8c-4ee8-bf55-5edc24ebf688",
"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:27:21.981599"
},
{
"$ref": "20"
}
],
"currentPrices": {
"$id": "21",
"pluPrices": {
"$id": "22",
"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:27:21.981599",
"priceChangeType": 0,
"costDecimals": 11,
"costCalcMethod": 12,
"targetCampaignPriceGtOrEquNormal": true
},
"normalPluPrices": {
"$ref": "22"
},
"winningCampaign": 1,
"winner": {
"$id": "23",
"campaignName": "sample string 1",
"campaignDescription": "sample string 2",
"talkerText": "sample string 3",
"disableWasSave": true,
"startDate": "2026-04-03T06:27:21.981599",
"startTime": 5,
"endDate": "2026-04-03T06:27:21.981599",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "Wfrc5F1HVUivnQAK+mjEQA==",
"hostIdentifierGuid": "e4dcfa59-475d-4855-af9d-000afa68c440",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "23"
},
{
"$ref": "23"
}
]
},
"tray": {
"$id": "24",
"g_UId": "r/T+SgJ3p0m9YLotYaSLLw==",
"guid": "4afef4af-7702-49a7-bd60-ba2d61a48b2f",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "25",
"priceGroupG_UID": "kNtc8Cjn9USL1rHat/bGEQ==",
"priceGroupGuid": "f05cdb90-e728-44f5-8bd6-b1dab7f6c611",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-04-03T06:27:21.981599",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "19"
},
{
"$ref": "19"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "26",
"pluG_UID": "DauRkTEX4E2sKH5PiI6cEQ==",
"pluGuid": "9191ab0d-1731-4de0-ac28-7e4f888e9c11",
"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": "27",
"pluGuid": "5f357fd9-144d-4fe9-bf95-ce5150cc54aa",
"created": "2026-04-03T06:27:21.981599",
"createdByUser": "sample string 1",
"activated": "2026-04-03T06:27:21.981599",
"activatedByUser": "sample string 2",
"deactivated": "2026-04-03T06:27:21.981599",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-04-03T06:27:21.981599",
"lastOrderedQty": 4.0,
"lastReceived": "2026-04-03T06:27:21.981599",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-04-03T06:27:21.981599",
"lastSold": "2026-04-03T06:27:21.981599",
"firstSold": "2026-04-03T06:27:21.981599",
"awsUpdated": "2026-04-03T06:27:21.981599",
"lastManualUpdate": "2026-04-03T06:27:21.981599",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-04-03T06:27:21.981599",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-04-03T06:27:21.981599",
"doNotRangeUpdated": "2026-04-03T06:27:21.981599",
"doNotOrderUpdated": "2026-04-03T06:27:21.981599",
"tracked": "2026-04-03T06:27:21.981599"
},
"allergens": [
{
"$id": "28",
"primaryKey": {
"$id": "29",
"pluGuid": "6facb19a-cd21-496b-b190-d5e4c15ded1d",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "mrGsbyHNa0mxkNXkwV3tHQ==",
"pluGuid": "6facb19a-cd21-496b-b190-d5e4c15ded1d",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "28"
}
],
"costs": {
"$id": "30",
"pluG_UID": "xTgiAe/c3k6oZv1Sk/TWVQ==",
"pluGuid": "012238c5-dcef-4ede-a866-fd5293f4d655",
"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:27:21.981599",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "31",
"saleHeaderID": 1,
"created": "2026-04-03T06:27:21.981599",
"createdLocal": "2026-04-03T06:27:21.981599",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "qr+hAE+UAkWZErPMyfHLQQ==",
"operatorGuid": "00a1bfaa-944f-4502-9912-b3ccc9f1cb41",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "923EJRtUmkeAt+Tu/nqmDQ==",
"pluGuid": "25c46df7-541b-479a-80b7-e4eefe7aa60d",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$ref": "7"
}
},
{
"$ref": "31"
}
],
"apns": [
{
"$id": "32",
"pluID": 1,
"pluG_UID": "CQvf7372XkWmDkT/r8a+GQ==",
"pluGuid": "efdf0b09-f67e-455e-a60e-44ffafc6be19",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "32"
}
],
"tuns": [
{
"$id": "33",
"pluG_UId": "0S50edoB6k+p1k6SZyPiHQ==",
"pluGuid": "79742ed1-01da-4fea-a9d6-4e926723e21d",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "19"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "33"
}
],
"competitionPricing": [
{
"$id": "34",
"identifier": "5YriedwVykCX4OBuKw5CTA==",
"identifierGuid": "79e28ae5-15dc-40ca-97e0-e06e2b0e424c",
"pluG_UID": "T/4qEhMUC0iBEHvnNpEc9Q==",
"pluGuid": "122afe4f-1413-480b-8110-7be736911cf5",
"competitionID": 1,
"name": "sample string 2",
"sellMultiple": 3,
"retailPrice": 4,
"storeName": "sample string 5"
},
{
"$ref": "34"
}
],
"supplier": {
"$ref": "14"
},
"supplierName": "sample string 148",
"children": [
{
"$ref": "19"
},
{
"$ref": "19"
}
],
"ordering": {
"$ref": "17"
},
"flipChartPages": [
{
"$id": "35",
"identifier": "aBx08uwPcUSjO5xim3Ep+w==",
"groupName": "sample string 1",
"identifierGuid": "f2741c68-0fec-4471-a33b-9c629b7129fb",
"exists": true,
"flipChartIdentifier": "bceCf5TX5UqtPIZ8kF08Kw==",
"flipChartIdentifierGuid": "7f82c76d-d794-4ae5-ad3c-867c905d3c2b",
"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": "Z7L0wL/VSkef93lS8Llpcg==",
"groupIdentifierGuid": "c0f4b267-d5bf-474a-9ff7-7952f0b96972",
"flipChart": {
"$id": "36",
"identifier": "MRdI+qBLAkuHx1elCHCxfw==",
"identifierGuid": "fa481731-4ba0-4b02-87c7-57a50870b17f",
"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": "37",
"identifier": "TDpvmRL7w0a17p91zYol3Q==",
"identifierGuid": "996f3a4c-fb12-46c3-b5ee-9f75cd8a25dd",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "38",
"id": 1,
"g_UID": "0V48adAb5kOavPJRhXmY3w==",
"guid": "693c5ed1-1bd0-43e6-9abc-f251857998df",
"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": "t+IbaniQJkaBXJlgJ7lHjA==",
"previousFormGuid": "6a1be2b7-9078-4626-815c-996027b9478c",
"nextForm": 1,
"nextFormG_UID": "c2CYhZDZikKXD2QFwtkbpw==",
"nextFormGuid": "85986073-d990-428a-970f-6405c2d91ba7",
"attributes": "sample string 10",
"updated": "2026-04-03T06:27:21.981599",
"positioning": 1,
"contentPanel": "sample string 11",
"selectionMode": 1,
"maximumSelections": 1,
"alteredInStore": true,
"deleted": true,
"blueprintID": 1,
"preserveLayout": true,
"mainCheckoutFormName": "sample string 13",
"nextCheckoutForm": {
"$ref": "38"
},
"previousCheckoutForm": {
"$ref": "38"
},
"buttons": [
{
"$id": "39",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "EsTX8DkeZkmGF3yKnTOqWw==",
"checkoutFormGuid": "f0d7c412-1e39-4966-8617-7c8a9d33aa5b",
"identifier": "AvhabFN3UU6LE4rSrGIK3g==",
"identifierGuid": "6c5af802-7753-4e51-8b13-8ad2ac620ade",
"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": "lqTZKOoS5UmAoAGhisvv1Q==",
"valueGuid": "28d9a496-12ea-49e5-80a0-01a18acbefd5",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-04-03T06:27:21.981599",
"action": "sample string 12",
"valueForm": {
"$ref": "38"
},
"image": {
"$id": "40",
"name": "sample string 3.sample string 4",
"imageID": 2,
"imageName": "sample string 3",
"imageExtension": "sample string 4",
"lastUpdate": "2026-04-03T06:27:21.981599",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "39"
}
],
"panels": [
{
"$id": "41",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "ROOT4O+h80+OaSMBLdtRYA==",
"checkoutFormGuid": "e093e344-a1ef-4ff3-8e69-23012ddb5160",
"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": "41"
}
]
},
{
"$ref": "38"
}
],
"panels": [
{
"$ref": "41"
},
{
"$ref": "41"
}
]
},
"pages": [
{
"$ref": "35"
},
{
"$ref": "35"
}
]
},
"contentPanel": {
"$ref": "41"
},
"products": [
{
"$id": "42",
"flipChartPageIdentifier": "D10A8cu3EUqPxzANLrMIZQ==",
"flipChartPageIdentifierGuid": "f1005d0f-b7cb-4a11-8fc7-300d2eb30865",
"pluG_UID": "v2ThXeOtTEeQ4kVVPrLX8A==",
"pluGuid": "5de164bf-ade3-474c-90e2-45553eb2d7f0",
"sortOrder": 3,
"sent": true,
"productChanged": true,
"productImageName": "sample string 6",
"productShowImageOnFlipCharts": true,
"productShowTextOnFlipCharts": true,
"productOverrideFlipChartText": true,
"productFlipChartText": "sample string 10",
"product": {
"$ref": "19"
},
"departmentSortOrder": 11,
"subDepartmentName": "sample string 12"
},
{
"$ref": "42"
}
],
"productCount": 27,
"pages": [
{
"$ref": "35"
},
{
"$ref": "35"
}
]
},
{
"$ref": "35"
}
],
"priceHistory": [
{
"$id": "43",
"pluG_UID": "AgOqTnRn/k6OEUt1wENVqA==",
"pluGuid": "4eaa0302-6774-4efe-8e11-4b75c04355a8",
"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:27:21.981599",
"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": "43"
}
],
"ingredients": [
{
"$id": "44",
"pluG_UID": "Iuu0U5Ypf0iw8xQ2Kb5//w==",
"ingredientGuid": "ZEtgM1Ak2EuZf57a2iJUpg==",
"ingredientIdentifier": "33604b64-2450-4bd8-997f-9edada2254a6",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "19"
}
},
{
"$ref": "44"
}
],
"bins": [
{
"$id": "45",
"pluG_UID": "JKIUTVKkJ0CUgP9Xh/4tlg==",
"pluGuid": "4d14a224-a452-4027-9480-ff5787fe2d96",
"shelfLocationIdentifier": "kdKfDVxD4k69tuJCtqaukg==",
"shelfLocationGuid": "0d9fd291-435c-4ee2-bdb6-e242b6a6ae92",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "LyboyRvp6kW/p0aWuBgnnA==",
"labelPageLayoutGuid": "c9e8262f-e91b-45ea-bfa7-4696b818279c",
"updated": "2026-04-03T06:27:21.981599",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "19"
},
"location": {
"$id": "46",
"identifier": "H4s3sdGaSEuDvBSKMkDL5Q==",
"storeID": 1,
"identifierGuid": "b1378b1f-9ad1-4b48-83bc-148a3240cbe5",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-04-03T06:27:21.981599",
"minTemp": 1,
"maxTemp": 1,
"checkFrequency": 1,
"storeCaseConfiguration": 5,
"storeName": "sample string 6",
"bins": [
{
"$ref": "45"
},
{
"$ref": "45"
}
]
}
},
{
"$ref": "45"
}
],
"bin": {
"$ref": "45"
},
"scaleLocations": [
{
"$id": "47",
"plu": 1,
"pluG_UID": "1zN/7HXrmkqch92faVEPMA==",
"pluGuid": "ec7f33d7-eb75-4a9a-9c87-dd9f69510f30",
"deptNo": 1,
"product": {
"$ref": "19"
},
"scaleLocation": {
"$id": "48",
"id": 1,
"deptNo": 1,
"deptCode": "sample string 2",
"name": "sample string 3",
"enabled": true,
"updated": "2026-04-03T06:27:21.981599",
"department": {
"$id": "49",
"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": "48"
},
"subDepartments": [
{
"$id": "50",
"id": 1,
"departmentID": 2,
"name": "sample string 3",
"code": "sample string 4",
"departmentCode": "sample string 5",
"externalSales": true,
"minorDepartments": [
{
"$id": "51",
"id": 1,
"subDepartmentID": 2,
"departmentID": 3,
"name": "sample string 4",
"subDepartmentCode": "sample string 5",
"departmentCode": "sample string 6",
"code": "sample string 7",
"lesserDepartments": [
{
"$id": "52",
"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:27:21.981599",
"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": "vp6Z4vRr30qVzOGz81bADQ==",
"labelPageLayoutGuid": "e2999ebe-6bf4-4adf-95cc-e1b3f356c00d",
"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": "53",
"dept": 1,
"category": 2,
"name": "sample string 3",
"active": true,
"mscCommodities": [
{
"$id": "54",
"dept": 1,
"category": 2,
"commodity": 3,
"name": "sample string 4",
"active": true,
"mscSubCommodities": [
{
"$id": "55",
"dept": 1,
"category": 2,
"commodity": 3,
"subCommodity": 4,
"name": "sample string 5",
"active": true,
"subCommodityCode": "sample string 7"
},
{
"$ref": "55"
}
],
"commodityCode": "sample string 6"
},
{
"$ref": "54"
}
],
"categoryCode": "sample string 5"
},
"mscCom": {
"$ref": "54"
},
"mscDep": {
"$id": "56",
"dept": 1,
"name": "sample string 2",
"active": true,
"mscCategories": [
{
"$ref": "53"
},
{
"$ref": "53"
}
],
"deptCode": "sample string 4"
},
"mscSubCom": {
"$ref": "55"
}
},
{
"$ref": "52"
}
],
"updated": "2026-04-03T06:27:21.981599",
"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": "V5K3nNcI5Ui8YevOPpJ4CQ==",
"labelPageLayoutGuid": "9cb79257-08d7-48e5-bc61-ebce3e927809",
"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": "53"
},
"mscCom": {
"$ref": "54"
},
"mscDep": {
"$ref": "56"
},
"mscSubCom": {
"$ref": "55"
}
},
{
"$ref": "51"
}
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:27:21.981599",
"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": "GT2hIBqxbkKYsEMmmYoceg==",
"labelPageLayoutGuid": "20a13d19-b11a-426e-98b0-4326998a1c7a",
"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": "53"
},
"mscCom": {
"$ref": "54"
},
"mscDep": {
"$ref": "56"
},
"mscSubCom": {
"$ref": "55"
}
},
{
"$ref": "50"
}
],
"stores": [
1,
2
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:27:21.981599",
"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": "IdrnJo8MCE6f+L9Uslq7Mw==",
"labelPageLayoutGuid": "26e7da21-0c8f-4e08-9ff8-bf54b25abb33",
"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": "53"
},
"mscCom": {
"$ref": "54"
},
"mscDep": {
"$ref": "56"
},
"mscSubCom": {
"$ref": "55"
}
}
}
},
{
"$ref": "47"
}
],
"nextPrice": {
"$id": "57",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 1,
"hostOfferID": 1,
"metcashPromotionID": "sample string 4",
"metcashPromotionPlacement": "sample string 5",
"pluG_UID": "vEl4DyCNWkKeK9pkQfhxCg==",
"pluGuid": "0f7849bc-8d20-425a-9e2b-da6441f8710a",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "n8M9isK+iEmPuR/E2p4DSQ==",
"dealCostGuid": "8a3dc39f-bec2-4988-8fb9-1fc4da9e0349",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "R6CHM47vg0K22Ce6yFnexA==",
"priceGroupGuid": "3387a047-ef8e-4283-b6d8-27bac859dec4",
"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:27:21.981599",
"rrp": 27,
"campaignDescription": "sample string 28",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "9388e6e1-5c3d-40f3-b667-fe9c8a0d4c16",
"campaignComboPriceGroupG_UID": "9NDHzTl0dk28YkGVaekuEQ==",
"campaignComboPriceGroupIdentifier": "cdc7d0f4-7439-4d76-bc62-419569e92e11",
"promotionPlacementDescription": "sample string 30",
"storeAcceptances": [
{
"$id": "58",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-04-03T06:27:21.981599",
"operatorG_UID": "GucdaHukaUGY6Ck+bywYaA==",
"operatorGuid": "681de71a-a47b-4169-98e8-293e6f2c1868",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-04-03T06:27:21.981599",
"signIqTicketFileMovedUtc": "2026-04-03T06:27:21.981599",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-04-03T06:27:21.981599",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "b39d8dc9-4480-4853-979b-49a34165692d",
"product": {
"$ref": "19"
},
"campaignPlu": {
"$ref": "57"
},
"fuelItem": true
},
{
"$ref": "58"
}
],
"campaign": {
"$id": "59",
"id": 1,
"storeID": 2,
"name": "94597ea4-0b2a-4c5c-aed7-46ceacff51aa",
"nameGuid": "94597ea4-0b2a-4c5c-aed7-46ceacff51aa",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-04-03T06:27:21.981599",
"startTime": 1,
"endDate": "2026-04-03T06:27:21.981599",
"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:27:21.981599",
"system": true,
"created": "2026-04-03T06:27:21.981599",
"updated": "2026-04-03T06:27:21.981599",
"priceChangeNotifiedUtc": "2026-04-03T06:27:21.981599",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "Negp3mNnNUqOKyB/dIG4Mw==",
"hostIdentifierGuid": "de29e835-6763-4a35-8e2b-207f7481b833",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-04-03T06:27:21.981599",
"updatedByUser": "sample string 18",
"offerID": 1,
"isPriceChangeCampaign": true,
"stores": [
1,
2
],
"storeNames": [
"sample string 1",
"sample string 2"
],
"campaignPlus": [
{
"$ref": "57"
},
{
"$ref": "57"
}
],
"campaignPools": [
{
"$id": "60",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 4,
"pluG_UID": "QZ9RyMgWyUWaUs0muIbACw==",
"pluGuid": "c8519f41-16c8-45c9-9a52-cd26b886c00b",
"hostOfferID": 1,
"priceGroupG_UID": "u6mT96r7Xk+AGdo3ADIcHQ==",
"priceGroupGuid": "f793a9bb-fbaa-4f5e-8019-da3700321c1d",
"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:27:21.981599",
"rrp": 17,
"campaignDescription": "sample string 18",
"product": {
"$ref": "19"
},
"campaign": {
"$ref": "59"
}
},
{
"$ref": "60"
}
],
"sellingRules": [
{
"$id": "61",
"id": 1,
"identifier": "lBIw7cQgAkGoZnP1ShfNuQ==",
"identifierStr": "lBIw7cQgAkGoZnP1ShfNuQ==",
"identifierGuid": "ed301294-20c4-4102-a866-73f54a17cdb9",
"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": "59"
}
},
{
"$ref": "61"
}
],
"customers": [
{
"$id": "62",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"customerID": "kydVO0w4+kCpPuSdWP8oUA==",
"customerIDGuid": "3b552793-384c-40fa-a93e-e49d58ff2850",
"campaign": {
"$ref": "59"
},
"customer": {
"$ref": "2"
}
},
{
"$ref": "62"
}
],
"customerGroups": [
{
"$id": "63",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupID": "r2WLEA27qkyzAFTCtxlAAQ==",
"groupIDGuid": "108b65af-bb0d-4caa-b300-54c2b7194001",
"campaign": {
"$ref": "59"
},
"group": {
"$id": "64",
"identifier": "jmH9eD0XD0K/wxq1D67/Dw==",
"identifierGuid": "78fd618e-173d-420f-bfc3-1ab50faeff0f",
"name": "sample string 2",
"primaryContact": "ujTCrb05UUu/arYcXZDEZA==",
"primaryContactGuid": "adc234ba-39bd-4b51-bf6a-b61c5d90c464",
"accountID": "61+E5oNkYkyPffCtE8L/Ig==",
"accountIDGuid": "e6845feb-6483-4c62-8f7d-f0ad13c2ff22",
"special": true,
"updated": "2026-04-03T06:27:21.981599",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "fhnAXQCCy0mUYl5Pu6pdoA==",
"priceLevelIdentifierGuid": "5dc0197e-8200-49cb-9462-5e4fbbaa5da0",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "1"
},
"primaryContactCustomer": {
"$ref": "2"
},
"customerGroupMembers": [
{
"$id": "65",
"id": 1,
"groupID": "Ox0p2BVQSkqOf/pyMfxC7A==",
"groupIDGuid": "d8291d3b-5015-4a4a-8e7f-fa7231fc42ec",
"customerID": "9AxO+YAN3Uqf1DGnTeO9VA==",
"customerIDGuid": "f94e0cf4-0d80-4add-9fd4-31a74de3bd54",
"card": "sample string 4",
"linkedAccount": "t7GRYFHlb025iR8o+l8AJQ==",
"linkedAccountGuid": "6091b1b7-e551-4d6f-b989-1f28fa5f0025",
"customer": {
"$ref": "2"
},
"group": {
"$ref": "64"
},
"customerCard": {
"$ref": "3"
}
},
{
"$ref": "65"
}
]
}
},
{
"$ref": "63"
}
],
"signIqTickets": [
{
"$id": "66",
"identifier": "8tPNCa3/jkeOAJSKzXF6zg==",
"identifierGuid": "09cdd3f2-ffad-478e-8e00-948acd717ace",
"campaignName": "sample string 2",
"message": "sample string 3",
"ticketFileSource": "sample string 4",
"ticketFileDestination": "sample string 5",
"storeID": 1
},
{
"$ref": "66"
}
],
"comboPriceGroups": [
{
"$id": "67",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"g_UID": "taesYrTjQUKvpITm27IKpw==",
"guid": "62aca7b5-e3b4-4241-afa4-84e6dbb20aa7",
"description": "sample string 5",
"newPrice": 1,
"rangeDescription": "sample string 6",
"dealDescription": "sample string 7",
"labelQuantity": 8,
"hostProductCategoryID": 1,
"offerID": 1,
"dontUpdatePricePlus": true,
"campaign": {
"$ref": "59"
},
"comboPricePlus": [
{
"$id": "68",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupG_UID": "oNREX148qkW3g66fKd+mZw==",
"groupGuid": "5f44d4a0-3c5e-45aa-b783-ae9f29dfa667",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "wyKzqrjTeEOaSdu2HDS8KQ==",
"pluGuid": "aab322c3-d3b8-4378-9a49-dbb61c34bc29",
"priceGroupG_UID": "w0ca2f1XRE2AddMQ/SLSBg==",
"priceGroupGuid": "d91a47c3-57fd-4d44-8075-d310fd22d206",
"campaignPoolID": "sample string 7",
"quantity": 1,
"campaign": {
"$ref": "59"
},
"product": {
"$ref": "19"
},
"priceGroup": {
"$ref": "25"
},
"campaignPool": {
"$ref": "59"
}
},
{
"$ref": "68"
}
]
},
{
"$ref": "67"
}
],
"priceLevels": [
{
"$id": "69",
"id": 1,
"priceLevelIdentifier": "VHE//ucje0K9Blyj0xArEw==",
"priceLevelIdentifierGuid": "fe3f7154-23e7-427b-bd06-5ca3d3102b13",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "69"
}
],
"promotionType": {
"$id": "70",
"identifier": "VY4UJ1UsJEi5+pdJ82WbwA==",
"identifierGuid": "27148e55-2c55-4824-b9fa-9749f3659bc0",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "iblcJcEn70O187/1Km5ZCg==",
"labelPageLayoutGuid": "255cb989-27c1-43ef-b5f3-bff52a6e590a",
"priceLevelIdentifier": "BXb5+XVcBEG0NGp31VJAyA==",
"priceLevelIdentifierGuid": "f9f97605-5c75-4104-b434-6a77d55240c8",
"active": true,
"updated": "2026-04-03T06:27:21.981599",
"hostName": "sample string 11"
}
},
"product": {
"$ref": "19"
},
"dealCost": {
"$id": "71",
"headerIdentifier": "3T8rHEaNoEu0hgPg9tJgig==",
"headerIdentifierGuid": "1c2b3fdd-8d46-4ba0-b486-03e0f6d2608a",
"identifier": "bFCae0bYj0e6N80TG6dw4g==",
"identifierGuid": "7b9a506c-d846-478f-ba37-cd131ba770e2",
"supplierIdentifier": "7sp1ZLekXEiExY91TwgaWw==",
"supplierGuid": "6475caee-a4b7-485c-84c5-8f754f081a5b",
"pluG_UID": "lSUPN9Mj2U2khxxGA6phfw==",
"pluGuid": "370f2595-23d3-4dd9-a487-1c4603aa617f",
"campaignName": "cded4d32-44a3-4232-89fe-f4f9a01b481e",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-04-03T06:27:21.981599",
"end": "2026-04-03T06:27:21.981599",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "7R3M1BXQTkOPantHGnqJBw==",
"bonusItemPluGuid": "d4cc1ded-d015-434e-8f6a-7b471a7a8907",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-04-03T06:27:21.981599",
"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:27:21.981599",
"campaignEndDate": "2026-04-03T06:27:21.981599",
"masterPLUG_UID": "GHzxI0/deEOoORSF7p3BJQ==",
"masterID": "23f17c18-dd4f-4378-a839-1485ee9dc125",
"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": "Ty9Zkd41FEqII6DgG+RNfA==",
"bonusMasterID": "91592f4f-35de-4a14-8823-a0e01be44d7c",
"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:27:21.981599",
"dealCosts": [
{
"$ref": "71"
},
{
"$ref": "71"
}
],
"tags": [
{
"$id": "72",
"pluG_UID": "kn0k0vHuo0GDFzqYUy7ciQ==",
"pluGuid": "d2247d92-eef1-41a3-8317-3a98532edc89",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "72"
}
],
"alternateProductG_UID": "O3cnumf5x0iKsoOmzIIztA==",
"alternateProduct": "ba27773b-f967-48c7-8ab2-83a6cc8233b4",
"altProduct": {
"$ref": "19"
},
"productHostCode": {
"$id": "73",
"id": 1,
"pluG_UID": "1Op+bEiwM0GKqIrPFOX0+A==",
"pluGuid": "6c7eead4-b048-4133-8aa8-8acf14e5f4f8",
"ibaCode": "sample string 2"
},
"mscCat": {
"$ref": "53"
},
"mscCom": {
"$ref": "54"
},
"mscDep": {
"$ref": "56"
},
"mscSubCom": {
"$ref": "55"
},
"isUserUpdate": true,
"ignoreMasterProduct": true,
"priceGroupLabelRequested": true,
"firstSold": "2026-04-03T06:27:21.981599",
"inventoryTracked": "2026-04-03T06:27:21.981599",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "74",
"pluG_UID": "UveaaSRPtUWI5T1r5rFT5A==",
"pluGuid": "699af752-4f24-45b5-88e5-3d6be6b153e4",
"fuelPluG_UID": "WwrezG3tHE+YKDuTtuYkDw==",
"fuelPluGuid": "ccde0a5b-ed6d-4f1c-9828-3b93b6e6240f",
"price": 3,
"productDescription": "sample string 4",
"productBarcode": "sample string 5",
"fuelProductDescription": "sample string 6",
"fuelProductBarcode": "sample string 7",
"fuelProductPrice": 8
},
"productFuelLinks": [
{
"$ref": "74"
},
{
"$ref": "74"
}
]
},
"supplier": {
"$ref": "14"
},
"serviceFee": {
"$id": "75",
"id": 1,
"description": "sample string 1",
"fee": 1
},
"isPrimaryHost": true,
"hostVendor": 48
},
{
"$ref": "17"
}
],
"orderCycleHeaders": [
{
"$id": "76",
"storeID": 1,
"supplierIdentifier": "18sTvYjTTEWafl3b7KOGIg==",
"supplierGuid": "bd13cbd7-d388-454c-9a7e-5ddbeca38622",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"storeName": "sample string 5",
"departmentName": "sample string 6",
"orderDays": 7
},
{
"$ref": "76"
}
],
"cycles": [
{
"$id": "77",
"storeID": 1,
"supplierIdentifier": "DFUiiQ5/10SRpE0TAqPQfw==",
"supplierGuid": "8922550c-7f0e-44d7-91a4-4d1302a3d07f",
"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:27:21.981599",
"deliveryDate": "2026-04-03T06:27:21.981599",
"nextCutOffDate": "2026-04-03T06:27:21.981599",
"nextDeliveryDate": "2026-04-03T06:27:21.981599",
"nextDaysBuffer": 10
},
{
"$ref": "77"
}
],
"store": {
"$ref": "9"
},
"updated": "2026-04-03T06:27:21.981599",
"isHost": true
},
"files": [
{
"$id": "78",
"id": "sample string 1",
"fileName": "sample string 2",
"extension": "sample string 3",
"provider": 0,
"type": 0,
"hostType": "sample string 4",
"createdUtc": "2026-04-03T06:27:21.981599",
"processed": "2026-04-03T06:27:21.981599",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-04-03T06:27:21.981599",
"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": "13"
},
"metcashHeader": {
"$id": "79",
"customerNumber": "sample string 1",
"creationDate": "2026-04-03T06:27:21.981599",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "78"
}
],
"zoneMatrix": [
{
"$id": "80",
"id": 1,
"hostIdentifier": "kE0dBs8c2Eq7UkTXOH0QiA==",
"hostIdentifierGuid": "061d4d90-1ccf-4ad8-bb52-44d7387d1088",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"b2119d92-e401-41d4-aa78-f6df7f316a40",
"42ed7d1b-7e11-4e38-9376-fe4cf51bbcbd"
]
},
{
"$ref": "80"
}
],
"hostFileStoreSetting": {
"$ref": "12"
},
"hostStoreSettings": [
{
"$ref": "12"
},
{
"$ref": "12"
}
],
"promotionPlacements": [
{
"$id": "81",
"identifier": "gHsbzo/Dok6VXN28wT5T7g==",
"identifierGuid": "ce1b7b80-c38f-4ea2-955c-ddbcc13e53ee",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "81"
}
],
"promoTypeGuids": [
"594487cf-0308-4019-ab4f-fd4d7eda0a97",
"dbc73d2b-6ecd-497a-965d-72965c1ff5fe"
],
"isPromotionOnly": false,
"isOrderable": false,
"vendor": 0
},
"groupIDs": [
1,
2
],
"hostDescription": "sample string 27"
},
{
"$ref": "12"
}
],
"accounts": [
{
"$id": "82",
"id": 1,
"storeID": 1,
"accountName": "sample string 2",
"bsb": "sample string 3",
"accountNumber": "sample string 4",
"accountDesignated": true
},
{
"$ref": "82"
}
],
"sales": [
{
"$id": "83",
"id": 1,
"storeID": 1,
"externalSalesType": 2,
"ftpSiteID": 1,
"lastSaleProcessed": "2026-04-03T06:27:21.981599",
"ftpSite": {
"$id": "84",
"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": "83"
}
],
"zoneMatrix": [
{
"$ref": "80"
},
{
"$ref": "80"
}
],
"cashManagements": [
{
"$id": "85",
"id": 1,
"storeID": 1,
"cashManagementType": 2,
"apiID": 1,
"organisationID": "sample string 3",
"siteName": "sample string 4",
"thirdPartyAPI": {
"$id": "86",
"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": "85"
}
],
"updateStoreID": "d4fbdcd0-d692-4a63-a067-f87898ace978",
"updateStore": {
"$id": "87",
"id": "94f5aa26-9331-41db-b643-1118a6dc1e64",
"name": "sample string 1",
"lastActivity": "2026-04-03T06:27:21.981599",
"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:27:21.981599"
},
"timeZoneId": "sample string 54",
"securityOptions": {
"$id": "88",
"loginMode": 1,
"allowSelfVerification": true,
"verifierEmail": "sample string 3",
"source": "sample string 4",
"loginModeInherited": 5,
"loginModeSource": "sample string 6",
"selfVerifyInherited": true,
"selfVerifySource": "sample string 8",
"verifyEmailInherited": "sample string 9",
"verifyEmailSource": "sample string 10"
}
}
},
{
"$ref": "8"
}
]
},
"customer": {
"$ref": "2"
},
"communityOrganisation": {
"$id": "89",
"id": 1,
"identifier": "9towwybSBk+TWi9QzdVRGw==",
"identifierGuid": "c330daf6-d226-4f06-935a-2f50cdd5511b",
"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:27:21.981599",
"promoPeriodEnd": "2026-04-03T06:27:21.981599",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-04-03T06:27:21.981599",
"deleted": true
},
"details": [
{
"$id": "90",
"saleItemID": 1,
"identifier": "aYW3bIl7k0GNC1LnxpNISQ==",
"identifierGuid": "6cb78569-7b89-4193-8d0b-52e7c6934849",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "w81D3bOiFk6KHzBd6A76/g==",
"pluGuid": "dd43cdc3-a2b3-4e16-8a1f-305de80efafe",
"accountID": "doh8FBLHKkWb9CH8LoHOJw==",
"accountIDGuid": "147c8876-c712-452a-9bf4-21fc2e81ce27",
"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:27:21.981599",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "GJYefE2vG0+ngh3ck8XmFg==",
"refundGuid": "7c1e9618-af4d-4f1b-a782-1ddc93c5e616",
"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": "l/kIcaecaUq0mEnpQ4pzcA==",
"idempotentVoidGuid": "7108f997-9ca7-4a69-b498-49e9438a7370",
"priceLevelIdentifier": "JBF/ayTELkGns2WXWl8VXw==",
"priceLevelIdentifierGuid": "6b7f1124-c424-412e-a7b3-65975a5f155f",
"communityIdentifier": "zQGW8VzCOEm4zd7MpDP1gA==",
"communityIdentifierGuid": "f19601cd-c25c-4938-b8cd-decca433f580",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "91",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-04-03T06:27:21.981599",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "91"
}
],
"refund": {
"$id": "92",
"id": 1,
"g_UID": "WJLX5ArVjU+P6ymxkiU18Q==",
"guid": "e4d79258-d50a-4f8d-8feb-29b1922535f1",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-04-03T06:27:21.981599"
},
"modifier": {
"$id": "93",
"id": 1,
"setG_UID": "G2ddNFXeBkueGDmDg1u2rg==",
"modifierSetGuid": "345d671b-de55-4b06-9e18-3983835bb6ae",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "Am7ZmIiBpEKCAEghFxj8gw==",
"pluGuid": "98d96e02-8188-42a4-8200-48211718fc83",
"deleted": true,
"g_UID": "/NRi0FOCnEC7l1oW9pKueg==",
"guid": "d062d4fc-8253-409c-bb97-5a16f692ae7a",
"product": {
"$ref": "19"
}
},
"priceLevelName": "sample string 25",
"pumpNumber": 1,
"hoseNumber": 1
},
{
"$ref": "90"
}
],
"eftReceipts": [
{
"$id": "94",
"id": 1,
"storeID": 1,
"saleHeaderID": 2,
"storeSaleHeader": {
"$ref": "5"
},
"receipt": "sample string 3",
"processed": 1
},
{
"$ref": "94"
}
],
"payments": [
{
"$ref": "4"
},
{
"$ref": "4"
}
],
"cards": [
{
"$id": "95",
"id": 1,
"saleHeaderID": 1,
"identifier": "sample string 2",
"cardType": 3,
"providerName": "sample string 4"
},
{
"$ref": "95"
}
],
"campaignHits": [
{
"$id": "96",
"id": 1,
"saleHeaderID": 2,
"campaign": "sample string 3",
"name": "sample string 4",
"processed": 1,
"campaignDescription": "sample string 5"
},
{
"$ref": "96"
}
],
"fuel": [
{
"$id": "97",
"id": 1,
"plu": 1,
"pluG_UID": "evSLVCpCK0eIL4L25h1/Mw==",
"pluGuid": "548bf47a-422a-472b-882f-82f6e61d7f33",
"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:27:21.981599",
"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:27:21.981599",
"tagNumber": "sample string 15",
"trackTwoRem": "sample string 16",
"transCode": 1,
"transType": 1,
"unitPrice": 1.0,
"vehicleReg": "sample string 17",
"offline": true,
"processed": 1
},
{
"$ref": "97"
}
],
"fuelResells": [
{
"$id": "98",
"saleItemID": 1,
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "yQ9WLVWVhEKyNsXV5BTaPg==",
"pluGuid": "2d560fc9-9555-4284-b236-c5d5e414da3e",
"accountID": "kdd+6oT52EmaRDXVqdPO6Q==",
"accountIDGuid": "ea7ed791-f984-49d8-9a44-35d5a9d3cee9",
"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:27:21.981599",
"bestOrExpireType": 1,
"refundG_UID": "r47SpGb3dUWXawuQ+SuBPg==",
"refundGuid": "a4d28eaf-f766-4575-976b-0b90f92b813e",
"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": "98"
}
],
"customerOrder": [
{
"$id": "99",
"identifier": "oRCTLA7tQUKJkemYs8NLXQ==",
"identifierGuid": "2c9310a1-ed0e-4241-8991-e998b3c34b5d",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "vo23Z882VUCqK0ltBuhpEA==",
"customerIdentifierGuid": "67b78dbe-36cf-4055-aa2b-496d06e86910",
"operatorNo": 1,
"operatorG_UID": "grwubK2kZEqnuxrv1qU71Q==",
"operatorGuid": "6c2ebc82-a4ad-4a64-a7bb-1aefd6a53bd5",
"created": "2026-04-03T06:27:21.981599",
"ordered": "2026-04-03T06:27:21.981599",
"started": "2026-04-03T06:27:21.981599",
"completed": "2026-04-03T06:27:21.981599",
"supplied": "2026-04-03T06:27:21.981599",
"quickTicket": 1,
"deleted": true,
"walkAway": true,
"approxWait": 1,
"actualWait": 1,
"deliveryMethod": 8,
"externalSaleType": 9,
"customer": {
"$ref": "2"
},
"operator": {
"$ref": "7"
},
"details": [
{
"$id": "100",
"headerID": 1,
"plu": 1,
"pluG_UId": "jlbsL9KE2E2bzUB1EJx2VQ==",
"pluGuid": "2fec568e-84d2-4dd8-9bcd-4075109c7655",
"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": "1XoXA7J1akSLj4IL5jgwzQ==",
"headerIdentifierGuid": "03177ad5-75b2-446a-8b8f-820be63830cd",
"product": {
"$ref": "19"
}
},
{
"$ref": "100"
}
],
"storeName": "sample string 11",
"customerName": "sample string 12",
"storeReplyTo": "sample string 13",
"storeSubjectLine": "sample string 14",
"storeSaleHeader": {
"$ref": "5"
}
},
{
"$ref": "99"
}
],
"surveyResponses": [
{
"$id": "101",
"surveyG_UID": "YF+gSuZlkUKlq5GGbQKKEQ==",
"surveyGuid": "4aa05f60-65e6-4291-a5ab-91866d028a11",
"saleHeaderGuid": "ZhOESbzQfkqKH681/4+Fiw==",
"saleGuid": "49841366-d0bc-4a7e-8a1f-af35ff8f858b",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "0FbKFBDJc0Cq3Z6Ba37e8w==",
"guidResponse": "14ca56d0-c910-4073-aadd-9e816b7edef3",
"whoAnswered": 2,
"answeredAtUTC": "2026-04-03T06:27:21.981599",
"sale": {
"$ref": "5"
},
"survey": {
"$id": "102",
"g_UID": "UDfeAA1ue0mUuIpg6L++Qg==",
"guid": "00de3750-6e0d-497b-94b8-8a60e8bfbe42",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "gvYKkjQhj0u8X6yU0aglzg==",
"checkoutFormGuid": "920af682-2134-4b8f-bc5f-ac94d1a825ce",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-04-03T06:27:21.981599",
"end": "2026-04-03T06:27:21.981599",
"deleted": true,
"updated": "2026-04-03T06:27:21.981599",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"8be57fc2-c272-47aa-9159-82fbfeed67b5",
"d6591c59-d86f-417a-bde9-b0d95fb061cf"
],
"allowsAllTextResponses": true,
"surveyForm": {
"$ref": "38"
}
},
"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": "JmQdLkHdWkqPhZdP9TfTHQ==",
"accountIdentifier": "2e1d6426-dd41-4a5a-8f85-974ff537d31d",
"accountName": "sample string 44",
"customerOrderIdentifier": "vd9iRtpr1k+UVvHZlMHoJw==",
"customerOrderIdentifierGuid": "4662dfbd-6bda-4fd6-9456-f1d994c1e827",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "103",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "kkX64WsgdE245E59NrcE8g==",
"paymentIdentifierGuid": "e1fa4592-206b-4d74-b8e4-4e7d36b704f2",
"identifier": "DEcuW9g0ZUWc/tAPf3oieA==",
"identifierGuid": "5b2e470c-34d8-4565-9cfe-d00f7f7a2278",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "r8GrY4zaTEObDtA30T5khA==",
"itemIdentifierGuid": "63abc1af-da8c-434c-9b0e-d037d13e6484"
}
},
{
"$ref": "4"
}
]
},
{
"$ref": "3"
}
],
"customerGroupMembers": [
{
"$ref": "65"
},
{
"$ref": "65"
}
],
"customerGroups": [
{
"$ref": "64"
},
{
"$ref": "64"
}
],
"accounts": [
{
"$ref": "1"
},
{
"$ref": "1"
}
],
"account": {
"$ref": "1"
},
"vouchers": [
{
"$id": "104",
"customerIdentifier": "k2gZqo6SQUmn6ChyO0iZWg==",
"customerIdentifierGuid": "aa196893-928e-4941-a7e8-28723b48995a",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "bXaHo31DLU+UHdEZMzXyrw==",
"idempotentGuid": "a387766d-437d-4f2d-941d-d1193335f2af",
"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:27:21.981599",
"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:27:21.981599",
"labelPageLayout": "QbwVlb/GyU+8wC4QeVr1ow==",
"pageLayoutGuid": "9515bc41-c6bf-4fc9-bcc0-2e10795af5a3",
"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:27:21.981599"
},
{
"$ref": "108"
}
]
},
"customerVouchers": [
{
"$id": "109",
"id": 1,
"customerIdentifier": "eLM9WqiFV0SMJD88dkUnJw==",
"customerIdentifierGuid": "5a3db378-85a8-4457-8c24-3f3c76452727",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-04-03T06:27:21.981599",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "/ong8h91dES+pvwCUp6Fog==",
"issuedIdempotentGuid": "f2e089fe-751f-4474-bea6-fc02529e85a2",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-04-03T06:27:21.981599",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-04-03T06:27:21.981599",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "CxvYcno6ZkO2pk71BumabQ==",
"redeemedIdempotentGuid": "72d81b0b-3a7a-4366-b6a6-4ef506e99a6d",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-04-03T06:27:21.981599",
"storeName": "sample string 17",
"scaleLabel": {
"$ref": "107"
},
"voucher": {
"$ref": "105"
},
"customer": {
"$ref": "2"
},
"issuedOfflinePayment": {
"$ref": "4"
},
"redeemedOfflinePayment": {
"$ref": "4"
}
},
{
"$ref": "109"
}
]
},
"customer": {
"$ref": "2"
}
},
{
"$ref": "104"
}
]
},
"card": {
"$ref": "3"
},
"members": {
"$id": "110",
"sample string 1": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"sample string 2": [
{
"$ref": "2"
},
{
"$ref": "2"
}
]
},
"customerGroups": [
{
"$ref": "64"
},
{
"$ref": "64"
}
]
}
application/xml
Sample not available.
text/xml
Sample not available.
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
globally unique identifierResponse Formats
application/json, text/json
"13411126-c053-4bd6-be12-5a96a160a43c"
application/xml, text/xml
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">13411126-c053-4bd6-be12-5a96a160a43c</guid>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
PK k3�\jʡ� 5 xl/workbook.xml � (� ����0��&�C���_�N\�zm�-ik��-H�yۙ��v��|�t�%��P������ ;ףM;鼁��1'�X;�6h#�gٙy� jg��}�3�V�=Bb42�-��B���q�L�Rw4 �C�7�'�z1)b�`Ik�@��ܚ���B��~��&8�������PK k3�\���� � [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
k3�\Ty��' ' _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="R5a3451051b8b4f9f" /></Relationships>PK k3�\�n�b% � xl/worksheets/sheet1.xml � (� �Q�n� ��}%i�*��T��j�M;lg�85�Ȑ��? �4i� [~~�ٔ���4ڊ盌3�
����|�P�s].H7� <p�NTq��x�5
�t��Z�d�)��N7p�f2`��f�A�)������.7�6Y0�Je���.[أ{F�U�)�L�eB�kXܯ��1>o1yi+�%���&�Wb-tr�.Ϡ{�Æ��������ƙ���.����bsȳ�����1��y4kyu)V��y�^�%��(�{��<.9
�.�;�Y)��N��_�U���%����� PK k3�\�ʼ� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞�i�(Au��m�{GMl�v���G�
XT�Tb�������4����ٽ�y�Gg9��V:5ځ�9�v��'��D4��$������)���,b�<���.�"�4�y�c
K�2����?D��(q��yF�� �WN� & GL~J�~���T O��iU
Q�uբB��e���u�2�R��Y�m�W�uw�1"�zN!_z�,/Ԛ��%�U��U��j��/�_PK k3�\Ѓ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 k3�\ S� � xl/sharedStrings.xml � (� 5�An� E����vP[a������i�dǃ�����.���zߟ^yO�8�=)�b��G�}��)�M��Q���8�\E��r�u�Қ��PV����-Cm��5���3b͋�q:C")b٩6�;�ǎ�n�|
����S�{5�&�nh;u�O���u
^��u{~PK- k3�\jʡ� 5 xl/workbook.xmlPK- k3�\���� � � [Content_Types].xmlPK-
k3�\Ty��' ' U _rels/.relsPK- k3�\�n�b% � � xl/worksheets/sheet1.xmlPK- k3�\�ʼ� P 8 xl/_rels/workbook.xml.relsPK- k3�\Ѓc'2 E
} xl/styles.xmlPK- k3�\ S� � � xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
PK k3�\���� 5 xl/workbook.xml � (� ����0��&�C��X�R8q���{)�4П�5���H�yۙ��v�l��3����/]��lI�(�OƂ���8�C��EL�K�o:�eW�`�A�i=^i���u�;? 5�(ť���[�=%�>�hlu�5D~S,������
*���1J�#W�8<���4�(n4p�;{�1����PK k3�\���� � [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
k3�\����' ' _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="R5f5bc67c38f6498a" /></Relationships>PK k3�\�n�b% � xl/worksheets/sheet1.xml � (� �Q�n� ��}%i�*��T��j�M;lg�85�Ȑ��? �4i� [~~�ٔ���4ڊ盌3�
����|�P�s].H7� <p�NTq��x�5
�t��Z�d�)��N7p�f2`��f�A�)������.7�6Y0�Je���.[أ{F�U�)�L�eB�kXܯ��1>o1yi+�%���&�Wb-tr�.Ϡ{�Æ��������ƙ���.����bsȳ�����1��y4kyu)V��y�^�%��(�{��<.9
�.�;�Y)��N��_�U���%����� PK k3�\���� P xl/_rels/workbook.xml.rels � (� ��Kn�0@�b;qb��
�n)p��G$�eZ��E��+ԢR�.�a5��ӓf>�?6��i$�a���"ˁ�ѶLW�9�Ov��G�D�HZ1��>F��4�'2�ФNk��bJ}G��'�!ey��~{&9^��h�vи��<�������#F G�;�����"KT �M���q.Q
�5.�Ї��x1�z}�3(�r�9����x�L�<6/ѧKϝ���RիR���������_l� PK k3�\Ѓ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 k3�\ S� � xl/sharedStrings.xml � (� 5�An� E����vP[a������i�dǃ�����.���zߟ^yO�8�=)�b��G�}��)�M��Q���8�\E��r�u�Қ��PV����-Cm��5���3b͋�q:C")b٩6�;�ǎ�n�|
����S�{5�&�nh;u�O���u
^��u{~PK- k3�\���� 5 xl/workbook.xmlPK- k3�\���� � � [Content_Types].xmlPK-
k3�\����' ' U _rels/.relsPK- k3�\�n�b% � � xl/worksheets/sheet1.xmlPK- k3�\���� P 8 xl/_rels/workbook.xml.relsPK- k3�\Ѓc'2 E
~ xl/styles.xmlPK- k3�\ S� � � xl/sharedStrings.xmlPK � �