POST api/surveyresponses/store/{storeID}/import
Imports survey responses from a store; processes the responses async
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| storeID |
store to save the survey responses at |
integer |
Required |
Body Parameters
List of survey responses to import
Collection of SurveyResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| SurveyG_UID |
Identifier of the Survey this response is for |
Collection of byte |
None. |
| SurveyGuid |
Identifier of the Survey this response is for |
globally unique identifier |
None. |
| SaleHeaderGuid |
Identifier of the sale this survey response is for |
Collection of byte |
None. |
| SaleGuid |
Identifier of the sale this survey response is for |
globally unique identifier |
None. |
| TextResponse |
Text this survey was responded to with |
string |
String length: inclusive between 0 and 120 |
| IntegerResponse |
Integer / number this survey was responded to with |
integer |
None. |
| G_UIDResponse |
Guid this survey was responded to with |
Collection of byte |
None. |
| GuidResponse |
Guid this survey was responded to with |
globally unique identifier |
None. |
| WhoAnswered |
Person who answered the survey; this correlates to Survey.DisplayToWho |
SurveyAnswerer |
None. |
| AnsweredAtUTC |
UTC DateTime that this survey was answered at |
date |
None. |
| Sale |
Sale this survey was answered during |
StoreSaleHeader |
Relation. This field may not always be loaded or used for updates. |
| Survey |
Survey this response belongs to |
Survey |
Relation. This field may not always be loaded or used for updates. |
| IngressId |
ID of the Ingress entry (Redis Stream message ID) |
string |
None. |
Request Formats
application/json, text/json
[
{
"$id": "1",
"surveyG_UID": "kdb0PQ4ppEm3z4lQ7slgGQ==",
"surveyGuid": "3df4d691-290e-49a4-b7cf-8950eec96019",
"saleHeaderGuid": "HArPOvfC7E6vbnKALoFKuQ==",
"saleGuid": "3acf0a1c-c2f7-4eec-af6e-72802e814ab9",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "Kh+5/G3E+0SL5NTTQk3jCw==",
"guidResponse": "fcb91f2a-c46d-44fb-8be4-d4d3424de30b",
"whoAnswered": 2,
"answeredAtUTC": "2026-06-03T18:33:48.1440569",
"sale": {
"$id": "2",
"saleHeaderID": 1,
"saleHeaderGuid": "yZfjemgk1kmdUnsUFu+tsQ==",
"saleHeaderIdentifierGuid": "7ae397c9-2468-49d6-9d52-7b1416efadb1",
"created": "2026-06-03T18:33:48.1440569",
"createdLocal": "2026-06-03T18:33:48.1440569",
"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:33:48.1440569",
"storeID": 1,
"operatorG_Uid": "kMEv5l8Op0i6qkJRvIw3gQ==",
"operatorGuid": "e62fc190-0e5f-48a7-baaa-4251bc8c3781",
"customerG_Uid": "fpQQTqhyZEm3zRpQsxXpKA==",
"customerGuid": "4e10947e-72a8-4964-b7cd-1a50b315e928",
"communityIdentifier": "RsMrh0fqE0O5w/dPcjGFZw==",
"communityIdentifierGuid": "872bc346-ea47-4313-b9c3-f74f72318567",
"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": "VlnHF4Rg9EW7ktIEvKgtNA==",
"priceLevelIdentifierGuid": "17c75956-6084-45f4-bb92-d204bca82d34",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-06-03T18:33:48.1440569+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": "3",
"customerName": "sample string 1",
"pickupAt": "2026-06-03T18:33:48.1440569",
"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": "4",
"id": 1,
"g_Uid": "cP06Rv2qqESqTPmWEP/SRA==",
"guid": "463afd70-aafd-44a8-aa4c-f99610ffd244",
"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:33:48.1440569",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-06-03T18:33:48.1440569",
"endShift": "2026-06-03T18:33:48.1440569",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "5",
"operatorG_UID": "whMre+ahok61vvZDkKjViQ==",
"operatorGuid": "7b2b13c2-a1e6-4ea2-b5be-f64390a8d589",
"storeID": 2,
"operator": {
"$ref": "4"
},
"store": {
"$id": "6",
"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:33:48.1440569",
"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": "D1Nstw6W4EenHu58/Dx18A==",
"hostIdentifierGuid": "b76c530f-960e-47e0-a71e-ee7cfc3c75f0",
"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:33:48.1440569",
"priceZone": {
"$id": "7",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "pLT9iC6q3UK8DiQK51Uxyg==",
"hostIdentifierGuid": "88fdb4a4-aa2e-42dd-bc0e-240ae75531ca",
"sortOrder": 3,
"zoneMasterStoreID": 1,
"electedMasterStoreID": 1,
"containsElectedMasterStore": true
},
"priceZoneName": "sample string 51",
"storeFuelConfigured": true,
"shippingAddressCopied": true,
"shippingAddress": {
"$id": "8",
"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": "8"
},
"warehouseStore": {
"$id": "9",
"storeID": 1,
"warehouseStoreID": 2,
"storeName": "sample string 3",
"warehouseName": "sample string 4"
},
"hostStoreSettings": [
{
"$id": "10",
"id": 1,
"hostIdentifier": "OR4KZqasYkS0+LztaX0zNw==",
"hostIdentifierGuid": "660a1e39-aca6-4462-b4f8-bced697d3337",
"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": "11",
"identifier": "dtYg0jfvZUu5t2cknA2NNw==",
"identifierGuid": "d220d676-ef37-4b65-b9b7-67249c0d8d37",
"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": "h8+1ZfXMN0egjpUdXYfBug==",
"hostSupplierIdentifierGuid": "65b5cf87-ccf5-4737-a08e-951d5d87c1ba",
"loyaltyPriceLevelIdentifier": "hghAP7RtZ06NSL3UmqJaWw==",
"loyaltyPriceLevelIdentifierGuid": "3f400886-6db4-4e67-8d48-bdd49aa25a5b",
"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:33:48.1440569",
"lastProcessed": "2026-06-03T18:33:48.1440569",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$id": "12",
"identifier": "F/NQCQY4Ikqw7vQ7hbQ/LQ==",
"identifierGuid": "0950f317-3806-4a22-b0ee-f43b85b43f2d",
"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": "nJjnQPgnwkaBk27KzvZVmg==",
"primaryContactID": "40e7989c-27f8-46c2-8193-6ecacef6559a",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "cTFM1F1GZ0yIvmwWfrp2cQ==",
"supplierGroupGuid": "d44c3171-465d-4c67-88be-6c167eba7671",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-06-03T18:33:48.1440569",
"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": "13",
"id": "f9b9a460-b638-46e5-82de-ab2262416f5c",
"identifier": "4tEJFTSFWkC+g+HY0sHx3A==",
"identifierGuid": "1509d1e2-8534-405a-be83-e1d8d2c1f1dc",
"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": "14",
"supplierIdentifier": "zX31XrA2PECFh3bbRz26XQ==",
"supplierIdentifierGuid": "5ef57dcd-36b0-403c-8587-76db473dba5d",
"contactGuid": "leANs3tL2E2/V5VoHrgYEw==",
"contactID": "b30de095-4b7b-4dd8-bf57-95681eb81813",
"contact": {
"$ref": "13"
},
"supplier": {
"$ref": "12"
}
},
{
"$ref": "14"
}
],
"products": [
{
"$id": "15",
"pluG_UID": "t4ZNRrI2TU+j0gxSroxsaQ==",
"pluGuid": "464d86b7-36b2-4f4d-a3d2-0c52ae8c6c69",
"supplierIdentifier": "288BxPnvcUCf8Dp37IMlOQ==",
"supplierIdentifierGuid": "c401cfdb-eff9-4071-9ff0-3a77ec832539",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-06-03T18:33:48.1440569",
"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:33:48.1440569",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "16",
"pluG_UID": "CRlBgHvOlk6wyVF/k5wkKg==",
"pluGuid": "80411909-ce7b-4e96-b0c9-517f939c242a",
"supplierIdentifier": "Ge+b8OkCc0yj+LVwDpMW4Q==",
"supplierIdentifierGuid": "f09bef19-02e9-4c73-a3f8-b5700e9316e1",
"invoiceCode": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "16"
}
],
"storeIDs": [
1,
2
],
"preferredSupplier": true,
"preferredRebateSupplier": true,
"supplierName": "sample string 42",
"salesMode": 43,
"orderPacked": true,
"active": true,
"price": 1,
"costGstPercent": 45,
"parentPluG_UID": "nlG9b3of8EuZhi/xrV0klw==",
"parentPluGuid": "6fbd519e-1f7a-4bf0-9986-2ff1ad5d2497",
"freight": 46.0,
"freightType": 1,
"product": {
"$id": "17",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "W6h+r0P6iEmCYjO4GvPBVw==",
"guid": "af7ea85b-fa43-4988-8262-33b81af3c157",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "iOKuTgz/R0qPezrI3vfUEg==",
"priceGroupGuid": "4eaee288-ff0c-4a47-8f7b-3ac8def7d412",
"blueprintID": 1,
"lastCountedDate": "2026-06-03T18:33:48.1440569",
"externalID": "sample string 7",
"active": true,
"activated": "2026-06-03T18:33:48.1440569",
"pluCreated": "2026-06-03T18:33:48.1440569",
"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:33:48.1440569",
"lastManualUpdate": "2026-06-03T18:33:48.1440569",
"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:33:48.1440569",
"currentCostUpdated": "2026-06-03T18:33:48.1440569",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-06-03T18:33:48.1440569",
"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:33:48.1440569",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "ZU7TsrNdNk6t2HsZR234PQ==",
"altPLUGuid": "b2d34e65-5db3-4e36-add8-7b19476df83d",
"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:33:48.1440569",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "ucIisY/U5UGqv+SwawQOgQ==",
"shelfPageLayoutGuid": "b122c2b9-d48f-41e5-aabf-e4b06b040e81",
"talkerPageLayoutG_UID": "IIKYCaCvHUGxe9vot1XCdA==",
"talkerPageLayoutGuid": "09988220-afa0-411d-b17b-dbe8b755c274",
"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": "HG8suMZjzkeJVByuZVUAOw==",
"inventoryIdentifier": "b82c6f1c-63c6-47ce-8954-1cae6555003b",
"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": "09N5b1GIr0yZA49+aYMI6Q==",
"parentPluGuid": "6f79d3d3-8851-4caf-9903-8f7e698308e9",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "eq4mKa6mxkiz1QKv2RW/Yg==",
"supplierIdentifierGuid": "2926ae7a-a6ae-48c6-b3d5-02afd915bf62",
"supplierChanged": true,
"rebateSupplierIdentifier": "knRs9Dba90yk07L7gOLTww==",
"rebateSupplierIdentifierGuid": "f46c7492-da36-4cf7-a4d3-b2fb80e2d3c3",
"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:33:48.1440569",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "iqeJ03elrkq5Q/avaAL3sQ==",
"hostIdentifierGuid": "d389a78a-a577-4aae-b943-f6af6802f7b1",
"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": "17"
},
{
"$ref": "17"
}
],
"store": {
"$ref": "6"
},
"storePrices": [
{
"$id": "18",
"pluG_UID": "3+0xxsrwQ0aVt4DbyaaueA==",
"pluGuid": "c631eddf-f0ca-4643-95b7-80dbc9a6ae78",
"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:33:48.1440569"
},
{
"$ref": "18"
}
],
"currentPrices": {
"$id": "19",
"pluPrices": {
"$id": "20",
"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:33:48.1440569",
"priceChangeType": 0,
"costDecimals": 11,
"costCalcMethod": 12,
"targetCampaignPriceGtOrEquNormal": true
},
"normalPluPrices": {
"$ref": "20"
},
"winningCampaign": 1,
"winner": {
"$id": "21",
"campaignName": "sample string 1",
"campaignDescription": "sample string 2",
"talkerText": "sample string 3",
"disableWasSave": true,
"startDate": "2026-06-03T18:33:48.1440569",
"startTime": 5,
"endDate": "2026-06-03T18:33:48.1440569",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "kgcMaunFn0qpu8YHYqz3og==",
"hostIdentifierGuid": "6a0c0792-c5e9-4a9f-a9bb-c60762acf7a2",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "21"
},
{
"$ref": "21"
}
]
},
"tray": {
"$id": "22",
"g_UId": "ytTmz9kunkuPj3lxfVP36g==",
"guid": "cfe6d4ca-2ed9-4b9e-8f8f-79717d53f7ea",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "23",
"priceGroupG_UID": "bRK/MjDD8U2hn2B6Fp9gAQ==",
"priceGroupGuid": "32bf126d-c330-4df1-a19f-607a169f6001",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-06-03T18:33:48.1440569",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "17"
},
{
"$ref": "17"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "24",
"pluG_UID": "mwgHQop9B0aapb65LUEf3A==",
"pluGuid": "4207089b-7d8a-4607-9aa5-beb92d411fdc",
"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": "25",
"pluGuid": "4e9ccbb2-77ab-45fa-af76-862f0b6ba7a2",
"created": "2026-06-03T18:33:48.1440569",
"createdByUser": "sample string 1",
"activated": "2026-06-03T18:33:48.1440569",
"activatedByUser": "sample string 2",
"deactivated": "2026-06-03T18:33:48.1440569",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-06-03T18:33:48.1440569",
"lastOrderedQty": 4.0,
"lastReceived": "2026-06-03T18:33:48.1440569",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-06-03T18:33:48.1440569",
"lastSold": "2026-06-03T18:33:48.1440569",
"firstSold": "2026-06-03T18:33:48.1440569",
"awsUpdated": "2026-06-03T18:33:48.1440569",
"lastManualUpdate": "2026-06-03T18:33:48.1440569",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-06-03T18:33:48.1440569",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-06-03T18:33:48.1440569",
"doNotRangeUpdated": "2026-06-03T18:33:48.1440569",
"doNotOrderUpdated": "2026-06-03T18:33:48.1440569",
"tracked": "2026-06-03T18:33:48.1440569"
},
"allergens": [
{
"$id": "26",
"primaryKey": {
"$id": "27",
"pluGuid": "bd78adde-1609-4bb8-903f-34a25697ecb6",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "3q14vQkWuEuQPzSiVpfstg==",
"pluGuid": "bd78adde-1609-4bb8-903f-34a25697ecb6",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "26"
}
],
"costs": {
"$id": "28",
"pluG_UID": "WN8VLzrivU+sXE6yLClwXg==",
"pluGuid": "2f15df58-e23a-4fbd-ac5c-4eb22c29705e",
"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:33:48.1440569",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "29",
"saleHeaderID": 1,
"created": "2026-06-03T18:33:48.1440569",
"createdLocal": "2026-06-03T18:33:48.1440569",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "ekXBJ6z+JUOJy0MusNV2bA==",
"operatorGuid": "27c1457a-feac-4325-89cb-432eb0d5766c",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "KX7T5ESTHUeEC4gPot4dfg==",
"pluGuid": "e4d37e29-9344-471d-840b-880fa2de1d7e",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$ref": "4"
}
},
{
"$ref": "29"
}
],
"apns": [
{
"$id": "30",
"pluID": 1,
"pluG_UID": "Tm/tVkEOg0iwUD/qZb38Dw==",
"pluGuid": "56ed6f4e-0e41-4883-b050-3fea65bdfc0f",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "30"
}
],
"tuns": [
{
"$id": "31",
"pluG_UId": "7GIVhtFx90CnE5lTo19/kA==",
"pluGuid": "861562ec-71d1-40f7-a713-9953a35f7f90",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "17"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "31"
}
],
"competitionPricing": [
{
"$id": "32",
"identifier": "7JSnKvQ8OEmXdB0vtZ9QVA==",
"identifierGuid": "2aa794ec-3cf4-4938-9774-1d2fb59f5054",
"pluG_UID": "NGYYPEw7YUm7xBZVC3OmaQ==",
"pluGuid": "3c186634-3b4c-4961-bbc4-16550b73a669",
"competitionID": 1,
"name": "sample string 2",
"sellMultiple": 3,
"retailPrice": 4,
"storeName": "sample string 5"
},
{
"$ref": "32"
}
],
"supplier": {
"$ref": "12"
},
"supplierName": "sample string 148",
"children": [
{
"$ref": "17"
},
{
"$ref": "17"
}
],
"ordering": {
"$ref": "15"
},
"flipChartPages": [
{
"$id": "33",
"identifier": "nkPXLcxhkkCJ1KWJbigtSQ==",
"groupName": "sample string 1",
"identifierGuid": "2dd7439e-61cc-4092-89d4-a5896e282d49",
"exists": true,
"flipChartIdentifier": "dXg22gY03UKj5QJ5K0omag==",
"flipChartIdentifierGuid": "da367875-3406-42dd-a3e5-02792b4a266a",
"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": "HC+qKmo/1UuvigIjdg03og==",
"groupIdentifierGuid": "2aaa2f1c-3f6a-4bd5-af8a-0223760d37a2",
"flipChart": {
"$id": "34",
"identifier": "hQC0qTSmO0WX8gt2dtMhjw==",
"identifierGuid": "a9b40085-a634-453b-97f2-0b7676d3218f",
"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": "35",
"identifier": "dFNnsAQyt0eA72FxBpQnbA==",
"identifierGuid": "b0675374-3204-47b7-80ef-61710694276c",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "36",
"id": 1,
"g_UID": "viItD57am02XOn3n0dhc1g==",
"guid": "0f2d22be-da9e-4d9b-973a-7de7d1d85cd6",
"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": "HgoI9rXMLECGM2sFBegwLA==",
"previousFormGuid": "f6080a1e-ccb5-402c-8633-6b0505e8302c",
"nextForm": 1,
"nextFormG_UID": "bBfW/ZvjFEOMrBus4xQcMg==",
"nextFormGuid": "fdd6176c-e39b-4314-8cac-1bace3141c32",
"attributes": "sample string 10",
"updated": "2026-06-03T18:33:48.1440569",
"positioning": 1,
"contentPanel": "sample string 11",
"selectionMode": 1,
"maximumSelections": 1,
"alteredInStore": true,
"deleted": true,
"blueprintID": 1,
"preserveLayout": true,
"mainCheckoutFormName": "sample string 13",
"nextCheckoutForm": {
"$ref": "36"
},
"previousCheckoutForm": {
"$ref": "36"
},
"buttons": [
{
"$id": "37",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "t2AIoMoggUi2SCEc+Wjn4Q==",
"checkoutFormGuid": "a00860b7-20ca-4881-b648-211cf968e7e1",
"identifier": "QYop/LYdv0SXNHLriA+/ag==",
"identifierGuid": "fc298a41-1db6-44bf-9734-72eb880fbf6a",
"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": "FPVZfwpHuUOXqR5JusJkgA==",
"valueGuid": "7f59f514-470a-43b9-97a9-1e49bac26480",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-06-03T18:33:48.1440569",
"action": "sample string 12",
"valueForm": {
"$ref": "36"
},
"image": {
"$id": "38",
"name": "sample string 3.sample string 4",
"imageID": 2,
"imageName": "sample string 3",
"imageExtension": "sample string 4",
"lastUpdate": "2026-06-03T18:33:48.1440569",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "37"
}
],
"panels": [
{
"$id": "39",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "I1A3uwOgLUKw6s3aFhxOeA==",
"checkoutFormGuid": "bb375023-a003-422d-b0ea-cdda161c4e78",
"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": "39"
}
]
},
{
"$ref": "36"
}
],
"panels": [
{
"$ref": "39"
},
{
"$ref": "39"
}
]
},
"pages": [
{
"$ref": "33"
},
{
"$ref": "33"
}
]
},
"contentPanel": {
"$ref": "39"
},
"products": [
{
"$id": "40",
"flipChartPageIdentifier": "Z8xVr2/CHk+yDoxE9bqshg==",
"flipChartPageIdentifierGuid": "af55cc67-c26f-4f1e-b20e-8c44f5baac86",
"pluG_UID": "kJy36KcS0Ui75Hilo9bbBA==",
"pluGuid": "e8b79c90-12a7-48d1-bbe4-78a5a3d6db04",
"sortOrder": 3,
"sent": true,
"productChanged": true,
"productImageName": "sample string 6",
"productShowImageOnFlipCharts": true,
"productShowTextOnFlipCharts": true,
"productOverrideFlipChartText": true,
"productFlipChartText": "sample string 10",
"product": {
"$ref": "17"
},
"departmentSortOrder": 11,
"subDepartmentName": "sample string 12"
},
{
"$ref": "40"
}
],
"productCount": 27,
"pages": [
{
"$ref": "33"
},
{
"$ref": "33"
}
]
},
{
"$ref": "33"
}
],
"priceHistory": [
{
"$id": "41",
"pluG_UID": "vre0SqOy/Ue61bnMX3Qbsw==",
"pluGuid": "4ab4b7be-b2a3-47fd-bad5-b9cc5f741bb3",
"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:33:48.1440569",
"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": "41"
}
],
"ingredients": [
{
"$id": "42",
"pluG_UID": "yd357BFWl0KWKocWja3xuQ==",
"ingredientGuid": "fD/SKQcJP0O5ymsCpvi8sQ==",
"ingredientIdentifier": "29d23f7c-0907-433f-b9ca-6b02a6f8bcb1",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "17"
}
},
{
"$ref": "42"
}
],
"bins": [
{
"$id": "43",
"pluG_UID": "XRBQnCmxtkWKQdaC+KLgJw==",
"pluGuid": "9c50105d-b129-45b6-8a41-d682f8a2e027",
"shelfLocationIdentifier": "0wbJWEd7FUWvvFl/8HOYxg==",
"shelfLocationGuid": "58c906d3-7b47-4515-afbc-597ff07398c6",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "8apKUqgFNkKu4t0TLwXN5g==",
"labelPageLayoutGuid": "524aaaf1-05a8-4236-aee2-dd132f05cde6",
"updated": "2026-06-03T18:33:48.1440569",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "17"
},
"location": {
"$id": "44",
"identifier": "Q/tSUHD1sUy0Q4kDbDHAfw==",
"storeID": 1,
"identifierGuid": "5052fb43-f570-4cb1-b443-89036c31c07f",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-06-03T18:33:48.1440569",
"minTemp": 1,
"maxTemp": 1,
"checkFrequency": 1,
"storeCaseConfiguration": 5,
"storeName": "sample string 6",
"bins": [
{
"$ref": "43"
},
{
"$ref": "43"
}
]
}
},
{
"$ref": "43"
}
],
"bin": {
"$ref": "43"
},
"scaleLocations": [
{
"$id": "45",
"plu": 1,
"pluG_UID": "2ZJk07TPu06Hfcunefh85g==",
"pluGuid": "d36492d9-cfb4-4ebb-877d-cba779f87ce6",
"deptNo": 1,
"product": {
"$ref": "17"
},
"scaleLocation": {
"$id": "46",
"id": 1,
"deptNo": 1,
"deptCode": "sample string 2",
"name": "sample string 3",
"enabled": true,
"updated": "2026-06-03T18:33:48.1440569",
"department": {
"$id": "47",
"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": "46"
},
"subDepartments": [
{
"$id": "48",
"id": 1,
"departmentID": 2,
"name": "sample string 3",
"code": "sample string 4",
"departmentCode": "sample string 5",
"externalSales": true,
"minorDepartments": [
{
"$id": "49",
"id": 1,
"subDepartmentID": 2,
"departmentID": 3,
"name": "sample string 4",
"subDepartmentCode": "sample string 5",
"departmentCode": "sample string 6",
"code": "sample string 7",
"lesserDepartments": [
{
"$id": "50",
"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:33:48.1440569",
"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": "bPRRll9/hUa3a3zkOIxYQA==",
"labelPageLayoutGuid": "9651f46c-7f5f-4685-b76b-7ce4388c5840",
"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": "51",
"dept": 1,
"category": 2,
"name": "sample string 3",
"active": true,
"mscCommodities": [
{
"$id": "52",
"dept": 1,
"category": 2,
"commodity": 3,
"name": "sample string 4",
"active": true,
"mscSubCommodities": [
{
"$id": "53",
"dept": 1,
"category": 2,
"commodity": 3,
"subCommodity": 4,
"name": "sample string 5",
"active": true,
"subCommodityCode": "sample string 7"
},
{
"$ref": "53"
}
],
"commodityCode": "sample string 6"
},
{
"$ref": "52"
}
],
"categoryCode": "sample string 5"
},
"mscCom": {
"$ref": "52"
},
"mscDep": {
"$id": "54",
"dept": 1,
"name": "sample string 2",
"active": true,
"mscCategories": [
{
"$ref": "51"
},
{
"$ref": "51"
}
],
"deptCode": "sample string 4"
},
"mscSubCom": {
"$ref": "53"
}
},
{
"$ref": "50"
}
],
"updated": "2026-06-03T18:33:48.1440569",
"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": "5qNm4DRYvEqYMi+R+j4Vkg==",
"labelPageLayoutGuid": "e066a3e6-5834-4abc-9832-2f91fa3e1592",
"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": "51"
},
"mscCom": {
"$ref": "52"
},
"mscDep": {
"$ref": "54"
},
"mscSubCom": {
"$ref": "53"
}
},
{
"$ref": "49"
}
],
"investmentBuyOverride": true,
"updated": "2026-06-03T18:33:48.1440569",
"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": "ymV8qKfhv0+E9Ylj05az1Q==",
"labelPageLayoutGuid": "a87c65ca-e1a7-4fbf-84f5-8963d396b3d5",
"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": "51"
},
"mscCom": {
"$ref": "52"
},
"mscDep": {
"$ref": "54"
},
"mscSubCom": {
"$ref": "53"
}
},
{
"$ref": "48"
}
],
"stores": [
1,
2
],
"investmentBuyOverride": true,
"updated": "2026-06-03T18:33:48.1440569",
"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": "Ox5B085EuE+ZEhjWceZuHg==",
"labelPageLayoutGuid": "d3411e3b-44ce-4fb8-9912-18d671e66e1e",
"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": "51"
},
"mscCom": {
"$ref": "52"
},
"mscDep": {
"$ref": "54"
},
"mscSubCom": {
"$ref": "53"
}
}
}
},
{
"$ref": "45"
}
],
"nextPrice": {
"$id": "55",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 1,
"hostOfferID": 1,
"metcashPromotionID": "sample string 4",
"metcashPromotionPlacement": "sample string 5",
"pluG_UID": "YUWm+OtTJEy/338a17gsrg==",
"pluGuid": "f8a64561-53eb-4c24-bfdf-7f1ad7b82cae",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "9imzNoy2g0+anqb8ZIQ+sg==",
"dealCostGuid": "36b329f6-b68c-4f83-9a9e-a6fc64843eb2",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "zBVCoRCE702kw/XljONu9g==",
"priceGroupGuid": "a14215cc-8410-4def-a4c3-f5e58ce36ef6",
"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:33:48.1440569",
"rrp": 28,
"campaignDescription": "sample string 29",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "fc3359dd-316e-4e99-9ad4-bdb5d0b33ec5",
"campaignComboPriceGroupG_UID": "VAJQU6bQgEm0QWG5tHLdYg==",
"campaignComboPriceGroupIdentifier": "53500254-d0a6-4980-b441-61b9b472dd62",
"promotionPlacementDescription": "sample string 31",
"storeAcceptances": [
{
"$id": "56",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-06-03T18:33:48.1440569",
"operatorG_UID": "hHBYbQUgcEKtW+JESPkfsA==",
"operatorGuid": "6d587084-2005-4270-ad5b-e24448f91fb0",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-06-03T18:33:48.1440569",
"signIqTicketFileMovedUtc": "2026-06-03T18:33:48.1440569",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-06-03T18:33:48.1440569",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "4f30cce5-d3d4-4e98-be34-8500e95be6d9",
"product": {
"$ref": "17"
},
"campaignPlu": {
"$ref": "55"
},
"fuelItem": true
},
{
"$ref": "56"
}
],
"campaign": {
"$id": "57",
"id": 1,
"storeID": 2,
"name": "d6f24efd-1d56-4411-a438-a9cbd653cd65",
"nameGuid": "d6f24efd-1d56-4411-a438-a9cbd653cd65",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-06-03T18:33:48.1440569",
"startTime": 1,
"endDate": "2026-06-03T18:33:48.1440569",
"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:33:48.1440569",
"system": true,
"created": "2026-06-03T18:33:48.1440569",
"updated": "2026-06-03T18:33:48.1440569",
"priceChangeNotifiedUtc": "2026-06-03T18:33:48.1440569",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "/SHbZMaAv0G/NxATpio9Zw==",
"hostIdentifierGuid": "64db21fd-80c6-41bf-bf37-1013a62a3d67",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-06-03T18:33:48.1440569",
"updatedByUser": "sample string 18",
"offerID": 1,
"isPriceChangeCampaign": true,
"stores": [
1,
2
],
"storeNames": [
"sample string 1",
"sample string 2"
],
"campaignPlus": [
{
"$ref": "55"
},
{
"$ref": "55"
}
],
"campaignPools": [
{
"$id": "58",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 4,
"pluG_UID": "OeRRIynrq0GpaHxYafYYHA==",
"pluGuid": "2351e439-eb29-41ab-a968-7c5869f6181c",
"hostOfferID": 1,
"priceGroupG_UID": "h8fsWefdmk+8LU8vw5iMjg==",
"priceGroupGuid": "59ecc787-dde7-4f9a-bc2d-4f2fc3988c8e",
"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:33:48.1440569",
"rrp": 18,
"campaignDescription": "sample string 19",
"product": {
"$ref": "17"
},
"campaign": {
"$ref": "57"
}
},
{
"$ref": "58"
}
],
"sellingRules": [
{
"$id": "59",
"id": 1,
"identifier": "g2Ko91ProEeVjwYmOLq0ag==",
"identifierStr": "g2Ko91ProEeVjwYmOLq0ag==",
"identifierGuid": "f7a86283-eb53-47a0-958f-062638bab46a",
"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": "57"
}
},
{
"$ref": "59"
}
],
"customers": [
{
"$id": "60",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"customerID": "bS3kD+A3Pk+P4XNFauLohw==",
"customerIDGuid": "0fe42d6d-37e0-4f3e-8fe1-73456ae2e887",
"campaign": {
"$ref": "57"
},
"customer": {
"$id": "61",
"identifier": "0iyYXkecWEadQJhSMBFOQQ==",
"identifierGuid": "5e982cd2-9c47-4658-9d40-985230114e41",
"code": "sample string 2",
"familyName": "sample string 3",
"givenName": "sample string 4",
"otherName": "sample string 5",
"title": "sample string 6",
"dateOfBirth": "2026-06-03T18:33:48.1440569",
"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": "+XS7tdW+JUa5gV9lRyPw5w==",
"communityIdentifierGuid": "b5bb74f9-bed5-4625-b981-5f654723f0e7",
"joined": "2026-06-03T18:33:48.1440569",
"updated": "2026-06-03T18:33:48.1440569",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "EKlxXJglZEePN0URlGH2VQ==",
"priceLevelIdentifierGuid": "5c71a910-2598-4764-8f37-45119461f655",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-06-03T18:33:48.1440569",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "62",
"cardType": 2,
"issueDate": "2026-06-03T18:33:48.1440569",
"expiry": "2026-06-03T18:33:48.1440569",
"customerID": "g0r9Sp277kqA3FoxWYJQJQ==",
"customerIDGuid": "4afd4a83-bb9d-4aee-80dc-5a3159825025",
"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:33:48.1440569",
"linkedAccount": "2ZrqhHWGYkCK0V7Cf/SJaA==",
"linkedAccountGuid": "84ea9ad9-8675-4062-8ad1-5ec27ff48968",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "61"
},
"account": {
"$id": "63",
"id": 1,
"identifier": "5nblOf2qE0GqRVWK+i//dA==",
"identifierGuid": "39e576e6-aafd-4113-aa45-558afa2fff74",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-06-03T18:33:48.1440569",
"owner": "xt4t+QONokiM6U22rbQ9ZQ==",
"ownerGuid": "f92ddec6-8d03-48a2-8ce9-4db6adb43d65",
"accountStoreGroupIdentifier": "6FGH2FVpak6CyfJQ1uKg6g==",
"accountStoreGroupGuid": "d88751e8-6955-4e6a-82c9-f250d6e2a0ea",
"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:33:48.1440569",
"active": true,
"updated": "2026-06-03T18:33:48.1440569",
"deleted": true,
"deletedUser": "sample string 16",
"currentBalanceChanged": true,
"maximumLimitChanged": true,
"loyaltyPointsChanged": true,
"projectedBalance": 17,
"accountStoreGroupStoreIDs": [
1,
2
],
"customerEmail": "sample string 18",
"ownerCustomer": {
"$ref": "61"
},
"card": {
"$ref": "62"
},
"members": {
"$id": "64",
"sample string 1": [
{
"$ref": "61"
},
{
"$ref": "61"
}
],
"sample string 2": [
{
"$ref": "61"
},
{
"$ref": "61"
}
]
},
"customerGroups": [
{
"$id": "65",
"identifier": "/jteu5nXD0GNR0gTakQnww==",
"identifierGuid": "bb5e3bfe-d799-410f-8d47-48136a4427c3",
"name": "sample string 2",
"primaryContact": "s8dre5RQ3UqG0DMpqn3DsQ==",
"primaryContactGuid": "7b6bc7b3-5094-4add-86d0-3329aa7dc3b1",
"accountID": "Rvu8kyW0vUO3yq6ylmIh4w==",
"accountIDGuid": "93bcfb46-b425-43bd-b7ca-aeb2966221e3",
"special": true,
"updated": "2026-06-03T18:33:48.1440569",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "r/Yc5YX1PEWEtSHENMsEDw==",
"priceLevelIdentifierGuid": "e51cf6af-f585-453c-84b5-21c434cb040f",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "63"
},
"primaryContactCustomer": {
"$ref": "61"
},
"customerGroupMembers": [
{
"$id": "66",
"id": 1,
"groupID": "KJcs3GV/gU2nkiehelqlzw==",
"groupIDGuid": "dc2c9728-7f65-4d81-a792-27a17a5aa5cf",
"customerID": "0mgV3wvlRk6i3aSk+mzR5Q==",
"customerIDGuid": "df1568d2-e50b-4e46-a2dd-a4a4fa6cd1e5",
"card": "sample string 4",
"linkedAccount": "J0QkIZ40ukyEbckRH8RvyA==",
"linkedAccountGuid": "21244427-349e-4cba-846d-c9111fc46fc8",
"customer": {
"$ref": "61"
},
"group": {
"$ref": "65"
},
"customerCard": {
"$ref": "62"
}
},
{
"$ref": "66"
}
]
},
{
"$ref": "65"
}
]
},
"payments": [
{
"$id": "67",
"id": 1,
"identifier": "tLlVuL+YH0uy3ReeQXVJVg==",
"identifierGuid": "b855b9b4-98bf-4b1f-b2dd-179e41754956",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "ylnkbbIVJUyamq0S4OqQ8g==",
"accountIDGuid": "6de459ca-15b2-4c25-9a9a-ad12e0ea90f2",
"customerAccount": {
"$ref": "63"
},
"customerCard": {
"$ref": "62"
},
"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:33:48.1440569",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "0ZwKTlrcZUugxMVmCBh5jQ==",
"idempotentVoidGuid": "4e0a9cd1-dc5a-4b65-a0c4-c5660818798d",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$ref": "2"
},
"metadata": {
"$id": "68",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "x4H4vAqDQU+FHpv+z4ykOw==",
"paymentIdentifierGuid": "bcf881c7-830a-4f41-851e-9bfecf8ca43b",
"identifier": "CyDQXKnOpkW97PSrxy6yyg==",
"identifierGuid": "5cd0200b-cea9-45a6-bdec-f4abc72eb2ca",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "Rg70JmcF60qLXozW/smYlQ==",
"itemIdentifierGuid": "26f40e46-0567-4aeb-8b5e-8cd6fec99895"
}
},
{
"$ref": "67"
}
]
},
{
"$ref": "62"
}
],
"customerGroupMembers": [
{
"$ref": "66"
},
{
"$ref": "66"
}
],
"customerGroups": [
{
"$ref": "65"
},
{
"$ref": "65"
}
],
"accounts": [
{
"$ref": "63"
},
{
"$ref": "63"
}
],
"account": {
"$ref": "63"
},
"vouchers": [
{
"$id": "69",
"customerIdentifier": "RfOVBf7Qn0yPdoLKaQ8m1g==",
"customerIdentifierGuid": "0595f345-d0fe-4c9f-8f76-82ca690f26d6",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "eSNL/fDuq0O3wqDbFM1EVg==",
"idempotentGuid": "fd4b2379-eef0-43ab-b7c2-a0db14cd4456",
"offline": true,
"voucher": {
"$id": "70",
"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:33:48.1440569",
"barcodeTemplate": {
"$id": "71",
"templateID": 1,
"template": "sample string 1",
"bcFunction": "sample string 2",
"sortOrder": 3
},
"scaleLabel": {
"$id": "72",
"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:33:48.1440569",
"labelPageLayout": "ktTQCr9upkCXG2y/uOAa2A==",
"pageLayoutGuid": "0ad0d492-6ebf-40a6-971b-6cbfb8e01ad8",
"labelType": 6,
"oldName": "sample string 7",
"voucher": {
"$ref": "70"
},
"elements": [
{
"$id": "73",
"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:33:48.1440569"
},
{
"$ref": "73"
}
]
},
"customerVouchers": [
{
"$id": "74",
"id": 1,
"customerIdentifier": "z/gMNvv60kyF3Qn/rOLxFg==",
"customerIdentifierGuid": "360cf8cf-fafb-4cd2-85dd-09fface2f116",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-06-03T18:33:48.1440569",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "J8TFfTIsyEWsfVBAdcrU3Q==",
"issuedIdempotentGuid": "7dc5c427-2c32-45c8-ac7d-504075cad4dd",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-06-03T18:33:48.1440569",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-06-03T18:33:48.1440569",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "v/k+JS/ohkKG2P3dg+099Q==",
"redeemedIdempotentGuid": "253ef9bf-e82f-4286-86d8-fddd83ed3df5",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-06-03T18:33:48.1440569",
"storeName": "sample string 17",
"scaleLabel": {
"$ref": "72"
},
"voucher": {
"$ref": "70"
},
"customer": {
"$ref": "61"
},
"issuedOfflinePayment": {
"$ref": "67"
},
"redeemedOfflinePayment": {
"$ref": "67"
}
},
{
"$ref": "74"
}
]
},
"customer": {
"$ref": "61"
}
},
{
"$ref": "69"
}
]
}
},
{
"$ref": "60"
}
],
"customerGroups": [
{
"$id": "75",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupID": "bYQhjasNBUCNQULhjMeonQ==",
"groupIDGuid": "8d21846d-0dab-4005-8d41-42e18cc7a89d",
"campaign": {
"$ref": "57"
},
"group": {
"$ref": "65"
}
},
{
"$ref": "75"
}
],
"signIqTickets": [
{
"$id": "76",
"identifier": "JCnwrWWfpUGvWXRjj/843g==",
"identifierGuid": "adf02924-9f65-41a5-af59-74638fff38de",
"campaignName": "sample string 2",
"message": "sample string 3",
"ticketFileSource": "sample string 4",
"ticketFileDestination": "sample string 5",
"storeID": 1
},
{
"$ref": "76"
}
],
"comboPriceGroups": [
{
"$id": "77",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"g_UID": "jLK9CqMiGUSxcwDkB319UA==",
"guid": "0abdb28c-22a3-4419-b173-00e4077d7d50",
"description": "sample string 5",
"newPrice": 1,
"rangeDescription": "sample string 6",
"dealDescription": "sample string 7",
"labelQuantity": 8,
"hostProductCategoryID": 1,
"offerID": 1,
"dontUpdatePricePlus": true,
"campaign": {
"$ref": "57"
},
"comboPricePlus": [
{
"$id": "78",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupG_UID": "2vUmGfIl2EC6Jke2E0WuSw==",
"groupGuid": "1926f5da-25f2-40d8-ba26-47b61345ae4b",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "0VDvTdihe0inUWzOagWCGw==",
"pluGuid": "4def50d1-a1d8-487b-a751-6cce6a05821b",
"priceGroupG_UID": "i/tMjPeNNEOmIRsSKTO2tw==",
"priceGroupGuid": "8c4cfb8b-8df7-4334-a621-1b122933b6b7",
"campaignPoolID": "sample string 7",
"quantity": 1,
"campaign": {
"$ref": "57"
},
"product": {
"$ref": "17"
},
"priceGroup": {
"$ref": "23"
},
"campaignPool": {
"$ref": "57"
}
},
{
"$ref": "78"
}
]
},
{
"$ref": "77"
}
],
"priceLevels": [
{
"$id": "79",
"id": 1,
"priceLevelIdentifier": "QwTV8r7yME+W6PGOk4PkCQ==",
"priceLevelIdentifierGuid": "f2d50443-f2be-4f30-96e8-f18e9383e409",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "79"
}
],
"promotionType": {
"$id": "80",
"identifier": "9L73lM2BuUmhsXVrpaWeeg==",
"identifierGuid": "94f7bef4-81cd-49b9-a1b1-756ba5a59e7a",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "YBdOS7IFbk+NjOyfZlxSiQ==",
"labelPageLayoutGuid": "4b4e1760-05b2-4f6e-8d8c-ec9f665c5289",
"priceLevelIdentifier": "7mjMooxQZkCMj/lvGEdZ0g==",
"priceLevelIdentifierGuid": "a2cc68ee-508c-4066-8c8f-f96f184759d2",
"active": true,
"updated": "2026-06-03T18:33:48.1440569",
"hostName": "sample string 11"
}
},
"product": {
"$ref": "17"
},
"dealCost": {
"$id": "81",
"headerIdentifier": "7O3uUTk900+GkT9Xuh9JUw==",
"headerIdentifierGuid": "51eeedec-3d39-4fd3-8691-3f57ba1f4953",
"identifier": "BHjLVp30vkKTVZkNlp4AAQ==",
"identifierGuid": "56cb7804-f49d-42be-9355-990d969e0001",
"supplierIdentifier": "3C4L6l23QE2n4AplQlm0bQ==",
"supplierGuid": "ea0b2edc-b75d-4d40-a7e0-0a654259b46d",
"pluG_UID": "B6C23/1+WUO+oUz0+3ucKQ==",
"pluGuid": "dfb6a007-7efd-4359-bea1-4cf4fb7b9c29",
"campaignName": "0d8791ba-4444-4928-8e45-cc399b35e6e7",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-06-03T18:33:48.1440569",
"end": "2026-06-03T18:33:48.1440569",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "hjLah1Hss06EJywOJBE2Ww==",
"bonusItemPluGuid": "87da3286-ec51-4eb3-8427-2c0e2411365b",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-06-03T18:33:48.1440569",
"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:33:48.1440569",
"campaignEndDate": "2026-06-03T18:33:48.1440569",
"masterPLUG_UID": "AHRrxUfSokyKI/wvvZu+ww==",
"masterID": "c56b7400-d247-4ca2-8a23-fc2fbd9bbec3",
"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": "NqYnGXTYiE62a02csbTO9w==",
"bonusMasterID": "1927a636-d874-4e88-b66b-4d9cb1b4cef7",
"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:33:48.1440569",
"dealCosts": [
{
"$ref": "81"
},
{
"$ref": "81"
}
],
"tags": [
{
"$id": "82",
"pluG_UID": "ViFK1Sw0VEO+skw0XKieWg==",
"pluGuid": "d54a2156-342c-4354-beb2-4c345ca89e5a",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "82"
}
],
"alternateProductG_UID": "sjOdHoe4m0Wxumfg+R+Mgw==",
"alternateProduct": "1e9d33b2-b887-459b-b1ba-67e0f91f8c83",
"altProduct": {
"$ref": "17"
},
"productHostCode": {
"$id": "83",
"id": 1,
"pluG_UID": "5AgJMGWSK0iRPQ1PWcsZZQ==",
"pluGuid": "300908e4-9265-482b-913d-0d4f59cb1965",
"ibaCode": "sample string 2"
},
"mscCat": {
"$ref": "51"
},
"mscCom": {
"$ref": "52"
},
"mscDep": {
"$ref": "54"
},
"mscSubCom": {
"$ref": "53"
},
"isUserUpdate": true,
"ignoreMasterProduct": true,
"priceGroupLabelRequested": true,
"firstSold": "2026-06-03T18:33:48.1440569",
"inventoryTracked": "2026-06-03T18:33:48.1440569",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "84",
"pluG_UID": "rvHaqdmmTUGoaysNen3XRQ==",
"pluGuid": "a9daf1ae-a6d9-414d-a86b-2b0d7a7dd745",
"fuelPluG_UID": "gPdMRhXkcUKtQkYcWZR5fg==",
"fuelPluGuid": "464cf780-e415-4271-ad42-461c5994797e",
"price": 3,
"productDescription": "sample string 4",
"productBarcode": "sample string 5",
"fuelProductDescription": "sample string 6",
"fuelProductBarcode": "sample string 7",
"fuelProductPrice": 8
},
"productFuelLinks": [
{
"$ref": "84"
},
{
"$ref": "84"
}
]
},
"supplier": {
"$ref": "12"
},
"serviceFee": {
"$id": "85",
"id": 1,
"description": "sample string 1",
"fee": 1
},
"isPrimaryHost": true,
"hostVendor": 48
},
{
"$ref": "15"
}
],
"orderCycleHeaders": [
{
"$id": "86",
"storeID": 1,
"supplierIdentifier": "818xKh76jkikvsvC315dzw==",
"supplierGuid": "2a315ff3-fa1e-488e-a4be-cbc2df5e5dcf",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"storeName": "sample string 5",
"departmentName": "sample string 6",
"orderDays": 7
},
{
"$ref": "86"
}
],
"cycles": [
{
"$id": "87",
"storeID": 1,
"supplierIdentifier": "EDAGF4aXWkyXPN9kxMgkjQ==",
"supplierGuid": "17063010-9786-4c5a-973c-df64c4c8248d",
"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:33:48.1440569",
"deliveryDate": "2026-06-03T18:33:48.1440569",
"nextCutOffDate": "2026-06-03T18:33:48.1440569",
"nextDeliveryDate": "2026-06-03T18:33:48.1440569",
"nextDaysBuffer": 10
},
{
"$ref": "87"
}
],
"store": {
"$ref": "6"
},
"updated": "2026-06-03T18:33:48.1440569",
"isHost": true
},
"files": [
{
"$id": "88",
"id": "sample string 1",
"fileName": "sample string 2",
"extension": "sample string 3",
"provider": 0,
"type": 0,
"hostType": "sample string 4",
"createdUtc": "2026-06-03T18:33:48.1440569",
"processed": "2026-06-03T18:33:48.1440569",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-06-03T18:33:48.1440569",
"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": "11"
},
"metcashHeader": {
"$id": "89",
"customerNumber": "sample string 1",
"creationDate": "2026-06-03T18:33:48.1440569",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "88"
}
],
"zoneMatrix": [
{
"$id": "90",
"id": 1,
"hostIdentifier": "HzLPciTapEmjuHH10nXIBw==",
"hostIdentifierGuid": "72cf321f-da24-49a4-a3b8-71f5d275c807",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"47e31022-36bc-4385-9143-e56546acb47c",
"1c37c851-56c9-43d3-86a0-cae4d298e77f"
]
},
{
"$ref": "90"
}
],
"hostFileStoreSetting": {
"$ref": "10"
},
"hostStoreSettings": [
{
"$ref": "10"
},
{
"$ref": "10"
}
],
"promotionPlacements": [
{
"$id": "91",
"identifier": "QTPzQyqjuUiDIBx4GZTaIA==",
"identifierGuid": "43f33341-a32a-48b9-8320-1c781994da20",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "91"
}
],
"promoTypeGuids": [
"8c22cd96-06cd-403f-93fb-b75a940129aa",
"f79a3f47-d6d4-4ed9-a8c1-d5fb8523a31c"
],
"isPromotionOnly": false,
"isOrderable": false,
"vendor": 0
},
"groupIDs": [
1,
2
],
"hostDescription": "sample string 27"
},
{
"$ref": "10"
}
],
"accounts": [
{
"$id": "92",
"id": 1,
"storeID": 1,
"accountName": "sample string 2",
"bsb": "sample string 3",
"accountNumber": "sample string 4",
"accountDesignated": true
},
{
"$ref": "92"
}
],
"sales": [
{
"$id": "93",
"id": 1,
"storeID": 1,
"externalSalesType": 2,
"ftpSiteID": 1,
"lastSaleProcessed": "2026-06-03T18:33:48.1440569",
"ftpSite": {
"$id": "94",
"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": "93"
}
],
"suppliedStores": [
1,
2
],
"zoneMatrix": [
{
"$ref": "90"
},
{
"$ref": "90"
}
],
"cashManagements": [
{
"$id": "95",
"id": 1,
"storeID": 1,
"cashManagementType": 2,
"apiID": 1,
"organisationID": "sample string 3",
"siteName": "sample string 4",
"thirdPartyAPI": {
"$id": "96",
"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": "95"
}
],
"updateStoreID": "53f616a7-b51b-40e7-93a0-85ba30cc2d41",
"updateStore": {
"$id": "97",
"id": "9797f000-fad4-4cc2-ab9c-c6aa8f0cdc24",
"name": "sample string 1",
"lastActivity": "2026-06-03T18:33:48.1440569",
"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:33:48.1440569"
},
"timeZoneId": "sample string 54",
"securityOptions": {
"$id": "98",
"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": "5"
}
]
},
"customer": {
"$ref": "61"
},
"communityOrganisation": {
"$id": "99",
"id": 1,
"identifier": "/OkrMu+rJkyfUfZ49ISXrQ==",
"identifierGuid": "322be9fc-abef-4c26-9f51-f678f48497ad",
"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:33:48.1440569",
"promoPeriodEnd": "2026-06-03T18:33:48.1440569",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-06-03T18:33:48.1440569",
"deleted": true
},
"details": [
{
"$id": "100",
"saleItemID": 1,
"identifier": "SQ5i1g4APk2rYRGt50IPDw==",
"identifierGuid": "d6620e49-000e-4d3e-ab61-11ade7420f0f",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "IYgtmIQyMEKggQnmX/HDSg==",
"pluGuid": "982d8821-3284-4230-a081-09e65ff1c34a",
"accountID": "9UEMxzqbO0uXzW9fdhnq0A==",
"accountIDGuid": "c70c41f5-9b3a-4b3b-97cd-6f5f7619ead0",
"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:33:48.1440569",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "XJu4huu6hUa/L2PifQh4Pw==",
"refundGuid": "86b89b5c-baeb-4685-bf2f-63e27d08783f",
"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": "6u8S34g14E+af1CSlErMCw==",
"idempotentVoidGuid": "df12efea-3588-4fe0-9a7f-5092944acc0b",
"priceLevelIdentifier": "Em36SDA2jkGh85AL2xv5UA==",
"priceLevelIdentifierGuid": "48fa6d12-3630-418e-a1f3-900bdb1bf950",
"communityIdentifier": "Zbx/l2vGEky1B4KOMRZdXQ==",
"communityIdentifierGuid": "977fbc65-c66b-4c12-b507-828e31165d5d",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "101",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-06-03T18:33:48.1440569",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "101"
}
],
"refund": {
"$id": "102",
"id": 1,
"g_UID": "NForx1Zc2kGoA90CJ1OIrw==",
"guid": "c72b5a34-5c56-41da-a803-dd02275388af",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-06-03T18:33:48.1440569"
},
"modifier": {
"$id": "103",
"id": 1,
"setG_UID": "YuVoBUs1uEe4DptTRuQW/w==",
"modifierSetGuid": "0568e562-354b-47b8-b80e-9b5346e416ff",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "ne4OBBdi20utLofe0TEOBw==",
"pluGuid": "040eee9d-6217-4bdb-ad2e-87ded1310e07",
"deleted": true,
"g_UID": "jokW0wgsA0Su5er6IVOB7A==",
"guid": "d316898e-2c08-4403-aee5-eafa215381ec",
"product": {
"$ref": "17"
}
},
"priceLevelName": "sample string 25",
"pumpNumber": 1,
"hoseNumber": 1
},
{
"$ref": "100"
}
],
"eftReceipts": [
{
"$id": "104",
"id": 1,
"storeID": 1,
"saleHeaderID": 2,
"storeSaleHeader": {
"$ref": "2"
},
"receipt": "sample string 3",
"processed": 1
},
{
"$ref": "104"
}
],
"payments": [
{
"$ref": "67"
},
{
"$ref": "67"
}
],
"cards": [
{
"$id": "105",
"id": 1,
"saleHeaderID": 1,
"identifier": "sample string 2",
"cardType": 3,
"providerName": "sample string 4"
},
{
"$ref": "105"
}
],
"campaignHits": [
{
"$id": "106",
"id": 1,
"saleHeaderID": 2,
"campaign": "sample string 3",
"name": "sample string 4",
"processed": 1,
"campaignDescription": "sample string 5"
},
{
"$ref": "106"
}
],
"fuel": [
{
"$id": "107",
"id": 1,
"plu": 1,
"pluG_UID": "NDZxwZLpV0OCQERlesz/eg==",
"pluGuid": "c1713634-e992-4357-8240-44657accff7a",
"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:33:48.1440569",
"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:33:48.1440569",
"tagNumber": "sample string 15",
"trackTwoRem": "sample string 16",
"transCode": 1,
"transType": 1,
"unitPrice": 1.0,
"vehicleReg": "sample string 17",
"offline": true,
"processed": 1
},
{
"$ref": "107"
}
],
"fuelResells": [
{
"$id": "108",
"saleItemID": 1,
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "coaL5pMpqk6+ya67NApDaw==",
"pluGuid": "e68b8672-2993-4eaa-bec9-aebb340a436b",
"accountID": "F4Kx9On6H0a4T0LE3dDQ+g==",
"accountIDGuid": "f4b18217-fae9-461f-b84f-42c4ddd0d0fa",
"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:33:48.1440569",
"bestOrExpireType": 1,
"refundG_UID": "no+V5j6evkujcX+rbNhpBw==",
"refundGuid": "e6958f9e-9e3e-4bbe-a371-7fab6cd86907",
"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": "108"
}
],
"customerOrder": [
{
"$id": "109",
"identifier": "kP3ftCWxTUSNZoSoG0kFpw==",
"identifierGuid": "b4dffd90-b125-444d-8d66-84a81b4905a7",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "Y+PZzzA5gky/OiDpzlPkGg==",
"customerIdentifierGuid": "cfd9e363-3930-4c82-bf3a-20e9ce53e41a",
"operatorNo": 1,
"operatorG_UID": "6aqi8GF9MUuUUHr42tpvOg==",
"operatorGuid": "f0a2aae9-7d61-4b31-9450-7af8dada6f3a",
"created": "2026-06-03T18:33:48.1440569",
"ordered": "2026-06-03T18:33:48.1440569",
"started": "2026-06-03T18:33:48.1440569",
"completed": "2026-06-03T18:33:48.1440569",
"supplied": "2026-06-03T18:33:48.1440569",
"quickTicket": 1,
"deleted": true,
"walkAway": true,
"approxWait": 1,
"actualWait": 1,
"deliveryMethod": 8,
"externalSaleType": 9,
"customer": {
"$ref": "61"
},
"operator": {
"$ref": "4"
},
"details": [
{
"$id": "110",
"headerID": 1,
"plu": 1,
"pluG_UId": "QV9pwabLLkyHDvbDm70Xig==",
"pluGuid": "c1695f41-cba6-4c2e-870e-f6c39bbd178a",
"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": "4BdIu0uoI0O0EjfLUNGpZg==",
"headerIdentifierGuid": "bb4817e0-a84b-4323-b412-37cb50d1a966",
"product": {
"$ref": "17"
}
},
{
"$ref": "110"
}
],
"storeName": "sample string 11",
"customerName": "sample string 12",
"storeReplyTo": "sample string 13",
"storeSubjectLine": "sample string 14",
"storeSaleHeader": {
"$ref": "2"
}
},
{
"$ref": "109"
}
],
"surveyResponses": [
{
"$ref": "1"
},
{
"$ref": "1"
}
],
"storeName": "sample string 39",
"terminalNumber": 40,
"machineName": "sample string 41",
"operatorName": "sample string 42",
"direction": 1,
"reason": "sample string 43",
"accountG_UID": "sdM8DiRuz06jGRXpgiR6kw==",
"accountIdentifier": "0e3cd3b1-6e24-4ecf-a319-15e982247a93",
"accountName": "sample string 44",
"customerOrderIdentifier": "nTz5onS0F0KajJ+PrAyjqw==",
"customerOrderIdentifierGuid": "a2f93c9d-b474-4217-9a8c-9f8fac0ca3ab",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"survey": {
"$id": "111",
"g_UID": "qyPl/yev7kyQO7+LXj6JJw==",
"guid": "ffe523ab-af27-4cee-903b-bf8b5e3e8927",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "X/6ei6zRZEirSrR5UKnjUg==",
"checkoutFormGuid": "8b9efe5f-d1ac-4864-ab4a-b47950a9e352",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-06-03T18:33:48.1440569",
"end": "2026-06-03T18:33:48.1440569",
"deleted": true,
"updated": "2026-06-03T18:33:48.1440569",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"202c4b5f-c09a-4521-bbcb-c364225952c6",
"c01ced12-155c-492c-9ad2-16a46bdb1c67"
],
"allowsAllTextResponses": true,
"surveyForm": {
"$ref": "36"
}
},
"ingressId": "sample string 4"
},
{
"$ref": "1"
}
]
application/xml
Sample not available.
text/xml
Sample not available.
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
None.