PUT api/operator/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
Operator| Name | Description | Type | Additional information |
|---|---|---|---|
| ID |
Local ID |
integer |
None. |
| G_Uid |
GUID data |
Collection of byte |
None. |
| Guid | globally unique identifier |
None. |
|
| OperatorNumber |
Used with number and PIN login |
integer |
None. |
| ShortName | string |
String length: inclusive between 0 and 60 |
|
| FirstName | string |
String length: inclusive between 0 and 60 |
|
| LastName | string |
String length: inclusive between 0 and 60 |
|
| Password |
Password MD5 hash |
string |
String length: inclusive between 0 and 60 |
| HasPassword |
Operator has a password |
boolean |
None. |
| PasswordText | string |
None. |
|
| RFIDTagID | string |
String length: inclusive between 0 and 40 |
|
| BlueprintID | integer |
None. |
|
| GroupID | integer |
None. |
|
| GroupName | string |
None. |
|
| ManagerGroupID | integer |
None. |
|
| ManagerGroupName | string |
None. |
|
| ZoneID | integer |
None. |
|
| ZoneName | string |
None. |
|
| LoggedIn | integer |
None. |
|
| LastUsedIP | string |
String length: inclusive between 0 and 15 |
|
| Deleted | boolean |
None. |
|
| Locked | boolean |
None. |
|
| AllowOpenTill | boolean |
None. |
|
| WebEmail | string |
None. |
|
| SimpleOperatorType | LimitedOperatorType |
None. |
|
| WebRole | string |
None. |
|
| Updated | date |
None. |
|
| PasswordResetRequired | boolean |
None. |
|
| AlteredInStore | boolean |
None. |
|
| StartShift | date |
None. |
|
| EndShift | date |
None. |
|
| MachineName | string |
None. |
|
| DrawerID | integer |
None. |
|
| Stores | Collection of OperatorStore |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"g_Uid": "CLcFl8ydCkimFoFMbSWNyw==",
"guid": "9705b708-9dcc-480a-a616-814c6d258dcb",
"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:24:56.7189127",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-04-03T06:24:56.7189127",
"endShift": "2026-04-03T06:24:56.7189127",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "2",
"operatorG_UID": "j3powkZkPUSsaXWDNsZElw==",
"operatorGuid": "c2687a8f-6446-443d-ac69-758336c64497",
"storeID": 2,
"operator": {
"$ref": "1"
},
"store": {
"$id": "3",
"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:24:56.7189127",
"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": "0rLYm/9RdUOxXFvbm94nXQ==",
"hostIdentifierGuid": "9bd8b2d2-51ff-4375-b15c-5bdb9bde275d",
"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:24:56.7189127",
"priceZone": {
"$id": "4",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "loyuYr3ZwkWAtDZr2ffpiA==",
"hostIdentifierGuid": "62ae8c96-d9bd-45c2-80b4-366bd9f7e988",
"sortOrder": 3,
"zoneMasterStoreID": 1,
"electedMasterStoreID": 1,
"containsElectedMasterStore": true
},
"priceZoneName": "sample string 51",
"storeFuelConfigured": true,
"shippingAddressCopied": true,
"shippingAddress": {
"$id": "5",
"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": "5"
},
"hostStoreSettings": [
{
"$id": "6",
"id": 1,
"hostIdentifier": "rc8dSqmyRUW3eYCsThO8VA==",
"hostIdentifierGuid": "4a1dcfad-b2a9-4545-b779-80ac4e13bc54",
"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": "7",
"identifier": "U9y2SRzxG0C7tEDHtPJOJg==",
"identifierGuid": "49b6dc53-f11c-401b-bbb4-40c7b4f24e26",
"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": "CkkxSFeWT0+xnv7Llzq0QA==",
"hostSupplierIdentifierGuid": "4831490a-9657-4f4f-b19e-fecb973ab440",
"loyaltyPriceLevelIdentifier": "Zt4Tinm3YE2ZRkpmw2I6dg==",
"loyaltyPriceLevelIdentifierGuid": "8a13de66-b779-4d60-9946-4a66c3623a76",
"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:24:56.7189127",
"lastProcessed": "2026-04-03T06:24:56.7189127",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$id": "8",
"identifier": "pFHxZ4QXrEuMSSXi1mxeKQ==",
"identifierGuid": "67f151a4-1784-4bac-8c49-25e2d66c5e29",
"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": "bBVBY7z8cEW2dMtFYErF7w==",
"primaryContactID": "6341156c-fcbc-4570-b674-cb45604ac5ef",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "BVBlh6Dyu0+fQMfo4yl+3w==",
"supplierGroupGuid": "87655005-f2a0-4fbb-9f40-c7e8e3297edf",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-04-03T06:24:56.7189127",
"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": "9",
"id": "6e7b676d-a62c-4318-94ef-86a93b09271b",
"identifier": "iYNRHwrl6k+uppQqvKosow==",
"identifierGuid": "1f518389-e50a-4fea-aea6-942abcaa2ca3",
"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": "10",
"supplierIdentifier": "xEMzunsBEE+xpa8G6XFVcQ==",
"supplierIdentifierGuid": "ba3343c4-017b-4f10-b1a5-af06e9715571",
"contactGuid": "sFuW1EO6Z06klOXXeHMF8Q==",
"contactID": "d4965bb0-ba43-4e67-a494-e5d7787305f1",
"contact": {
"$ref": "9"
},
"supplier": {
"$ref": "8"
}
},
{
"$ref": "10"
}
],
"products": [
{
"$id": "11",
"pluG_UID": "ahXYoQHNCUaCHgPLlFsSHw==",
"pluGuid": "a1d8156a-cd01-4609-821e-03cb945b121f",
"supplierIdentifier": "2NK16t4Uy0G87FrUl5tMXA==",
"supplierIdentifierGuid": "eab5d2d8-14de-41cb-bcec-5ad4979b4c5c",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-04-03T06:24:56.7189127",
"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:24:56.7189127",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "12",
"pluG_UID": "Zw0lVe1foU+OL1Z5DRz7og==",
"pluGuid": "55250d67-5fed-4fa1-8e2f-56790d1cfba2",
"supplierIdentifier": "nW4/O2UhGk65GpHEoOp/5g==",
"supplierIdentifierGuid": "3b3f6e9d-2165-4e1a-b91a-91c4a0ea7fe6",
"invoiceCode": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "12"
}
],
"storeIDs": [
1,
2
],
"preferredSupplier": true,
"preferredRebateSupplier": true,
"supplierName": "sample string 42",
"salesMode": 43,
"orderPacked": true,
"active": true,
"price": 1,
"costGstPercent": 45,
"parentPluG_UID": "11SEwAyqeU+5od/tZLdfKw==",
"parentPluGuid": "c08454d7-aa0c-4f79-b9a1-dfed64b75f2b",
"freight": 46.0,
"freightType": 1,
"product": {
"$id": "13",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "IbpnEY2lbESLIPd6+cQiMQ==",
"guid": "1167ba21-a58d-446c-8b20-f77af9c42231",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "DolIKI296kKFyHaNy+KMKw==",
"priceGroupGuid": "2848890e-bd8d-42ea-85c8-768dcbe28c2b",
"blueprintID": 1,
"lastCountedDate": "2026-04-03T06:24:56.7189127",
"externalID": "sample string 7",
"active": true,
"activated": "2026-04-03T06:24:56.7189127",
"pluCreated": "2026-04-03T06:24:56.7189127",
"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:24:56.7189127",
"lastManualUpdate": "2026-04-03T06:24:56.7189127",
"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:24:56.7189127",
"currentCostUpdated": "2026-04-03T06:24:56.7189127",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-04-03T06:24:56.7189127",
"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:24:56.7189127",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "/nZK35SLrU6lZGai2Kzx8g==",
"altPLUGuid": "df4a76fe-8b94-4ead-a564-66a2d8acf1f2",
"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:24:56.7189127",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "uHWF1k0WhUC1HiiUt179Iw==",
"shelfPageLayoutGuid": "d68575b8-164d-4085-b51e-2894b75efd23",
"talkerPageLayoutG_UID": "OfTzNgebqkONisiHGOjiyg==",
"talkerPageLayoutGuid": "36f3f439-9b07-43aa-8d8a-c88718e8e2ca",
"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": "hzhvFVtGSkODjlZhmJHIpQ==",
"inventoryIdentifier": "156f3887-465b-434a-838e-56619891c8a5",
"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": "x64c2fNo1keshK34kMps5Q==",
"parentPluGuid": "d91caec7-68f3-47d6-ac84-adf890ca6ce5",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "7ac4+Asgv0uEQissmVhrhw==",
"supplierIdentifierGuid": "f838a7ed-200b-4bbf-8442-2b2c99586b87",
"supplierChanged": true,
"rebateSupplierIdentifier": "NcmqLLk9YEyGnhfOGUTzCQ==",
"rebateSupplierIdentifierGuid": "2caac935-3db9-4c60-869e-17ce1944f309",
"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:24:56.7189127",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "0T6L3iijDUm2v8AEEhAYoA==",
"hostIdentifierGuid": "de8b3ed1-a328-490d-b6bf-c004121018a0",
"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": "13"
},
{
"$ref": "13"
}
],
"store": {
"$ref": "3"
},
"storePrices": [
{
"$id": "14",
"pluG_UID": "m1m0Ohv1RkGeMw6nujZlWw==",
"pluGuid": "3ab4599b-f51b-4146-9e33-0ea7ba36655b",
"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:24:56.7189127"
},
{
"$ref": "14"
}
],
"currentPrices": {
"$id": "15",
"pluPrices": {
"$id": "16",
"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:24:56.7189127",
"priceChangeType": 0,
"costDecimals": 11,
"costCalcMethod": 12,
"targetCampaignPriceGtOrEquNormal": true
},
"normalPluPrices": {
"$ref": "16"
},
"winningCampaign": 1,
"winner": {
"$id": "17",
"campaignName": "sample string 1",
"campaignDescription": "sample string 2",
"talkerText": "sample string 3",
"disableWasSave": true,
"startDate": "2026-04-03T06:24:56.7189127",
"startTime": 5,
"endDate": "2026-04-03T06:24:56.7189127",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "l8dhzn1sTEGzaSaOGhyIVQ==",
"hostIdentifierGuid": "ce61c797-6c7d-414c-b369-268e1a1c8855",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "17"
},
{
"$ref": "17"
}
]
},
"tray": {
"$id": "18",
"g_UId": "emE4SESSnkGg3mbY+f+Z+g==",
"guid": "4838617a-9244-419e-a0de-66d8f9ff99fa",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "19",
"priceGroupG_UID": "+6aSZYStg0Sc0VAUaV3wLA==",
"priceGroupGuid": "6592a6fb-ad84-4483-9cd1-5014695df02c",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-04-03T06:24:56.7189127",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "13"
},
{
"$ref": "13"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "20",
"pluG_UID": "RDRHqJXaAUKZLglDNmWqtg==",
"pluGuid": "a8473444-da95-4201-992e-09433665aab6",
"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": "21",
"pluGuid": "ed9ab6f6-62b8-4b03-8d00-d35cc5c55efb",
"created": "2026-04-03T06:24:56.7189127",
"createdByUser": "sample string 1",
"activated": "2026-04-03T06:24:56.7189127",
"activatedByUser": "sample string 2",
"deactivated": "2026-04-03T06:24:56.7189127",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-04-03T06:24:56.7189127",
"lastOrderedQty": 4.0,
"lastReceived": "2026-04-03T06:24:56.7189127",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-04-03T06:24:56.7189127",
"lastSold": "2026-04-03T06:24:56.7189127",
"firstSold": "2026-04-03T06:24:56.7189127",
"awsUpdated": "2026-04-03T06:24:56.7189127",
"lastManualUpdate": "2026-04-03T06:24:56.7189127",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-04-03T06:24:56.7189127",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-04-03T06:24:56.7189127",
"doNotRangeUpdated": "2026-04-03T06:24:56.7189127",
"doNotOrderUpdated": "2026-04-03T06:24:56.7189127",
"tracked": "2026-04-03T06:24:56.7189127"
},
"allergens": [
{
"$id": "22",
"primaryKey": {
"$id": "23",
"pluGuid": "5543607e-1cbf-41e1-af70-07b7c527adf3",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "fmBDVb8c4UGvcAe3xSet8w==",
"pluGuid": "5543607e-1cbf-41e1-af70-07b7c527adf3",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "22"
}
],
"costs": {
"$id": "24",
"pluG_UID": "EYmb60sGFE+b4l9IcIzgiQ==",
"pluGuid": "eb9b8911-064b-4f14-9be2-5f48708ce089",
"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:24:56.7189127",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "25",
"saleHeaderID": 1,
"created": "2026-04-03T06:24:56.7189127",
"createdLocal": "2026-04-03T06:24:56.7189127",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "SaebRMmJZU2i7dM9PkhAkw==",
"operatorGuid": "449ba749-89c9-4d65-a2ed-d33d3e484093",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "yN1d2UI5BUOSNXB5YEPVHg==",
"pluGuid": "d95dddc8-3942-4305-9235-70796043d51e",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$ref": "1"
}
},
{
"$ref": "25"
}
],
"apns": [
{
"$id": "26",
"pluID": 1,
"pluG_UID": "SSsoGm7xH0S0HTTu5LoglQ==",
"pluGuid": "1a282b49-f16e-441f-b41d-34eee4ba2095",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "26"
}
],
"tuns": [
{
"$id": "27",
"pluG_UId": "TM8p1IPs1Ey9m3wiZzokLA==",
"pluGuid": "d429cf4c-ec83-4cd4-bd9b-7c22673a242c",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "13"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "27"
}
],
"competitionPricing": [
{
"$id": "28",
"identifier": "09ECMeVaf0GIkwbD757dww==",
"identifierGuid": "3102d1d3-5ae5-417f-8893-06c3ef9eddc3",
"pluG_UID": "W9tAs763ukW0PUxFa/Zz8w==",
"pluGuid": "b340db5b-b7be-45ba-b43d-4c456bf673f3",
"competitionID": 1,
"name": "sample string 2",
"sellMultiple": 3,
"retailPrice": 4,
"storeName": "sample string 5"
},
{
"$ref": "28"
}
],
"supplier": {
"$ref": "8"
},
"supplierName": "sample string 148",
"children": [
{
"$ref": "13"
},
{
"$ref": "13"
}
],
"ordering": {
"$ref": "11"
},
"flipChartPages": [
{
"$id": "29",
"identifier": "JkDOjNjKPEWvlq3tDrB7Ug==",
"groupName": "sample string 1",
"identifierGuid": "8cce4026-cad8-453c-af96-aded0eb07b52",
"exists": true,
"flipChartIdentifier": "4iAtDAnLsU6KyBupsNVXMA==",
"flipChartIdentifierGuid": "0c2d20e2-cb09-4eb1-8ac8-1ba9b0d55730",
"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": "V/zPCJBTLEKITeFs7DOC0w==",
"groupIdentifierGuid": "08cffc57-5390-422c-884d-e16cec3382d3",
"flipChart": {
"$id": "30",
"identifier": "CgXF4c+1gkq4MsaBz9hlPA==",
"identifierGuid": "e1c5050a-b5cf-4a82-b832-c681cfd8653c",
"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": "31",
"identifier": "nw2gMlud/Ue2GJ7ZAdyTXQ==",
"identifierGuid": "32a00d9f-9d5b-47fd-b618-9ed901dc935d",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "32",
"id": 1,
"g_UID": "PaJvSL/Z20qQWwRStOTX0Q==",
"guid": "486fa23d-d9bf-4adb-905b-0452b4e4d7d1",
"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": "7leSk4htlUK3ukbpJaDBEg==",
"previousFormGuid": "939257ee-6d88-4295-b7ba-46e925a0c112",
"nextForm": 1,
"nextFormG_UID": "d9kT8WbDuUmqJC4QMx2E+Q==",
"nextFormGuid": "f113d977-c366-49b9-aa24-2e10331d84f9",
"attributes": "sample string 10",
"updated": "2026-04-03T06:24:56.7189127",
"positioning": 1,
"contentPanel": "sample string 11",
"selectionMode": 1,
"maximumSelections": 1,
"alteredInStore": true,
"deleted": true,
"blueprintID": 1,
"preserveLayout": true,
"mainCheckoutFormName": "sample string 13",
"nextCheckoutForm": {
"$ref": "32"
},
"previousCheckoutForm": {
"$ref": "32"
},
"buttons": [
{
"$id": "33",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "wV5fcEKqs0yE4gJPBEI1wQ==",
"checkoutFormGuid": "705f5ec1-aa42-4cb3-84e2-024f044235c1",
"identifier": "4i+OpSaZLEStVeOPRWkhpg==",
"identifierGuid": "a58e2fe2-9926-442c-ad55-e38f456921a6",
"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": "LA4+1EGYU02Z+nYn/Ykbuw==",
"valueGuid": "d43e0e2c-9841-4d53-99fa-7627fd891bbb",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-04-03T06:24:56.7189127",
"action": "sample string 12",
"valueForm": {
"$ref": "32"
},
"image": {
"$id": "34",
"name": "sample string 3.sample string 4",
"imageID": 2,
"imageName": "sample string 3",
"imageExtension": "sample string 4",
"lastUpdate": "2026-04-03T06:24:56.7189127",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "33"
}
],
"panels": [
{
"$id": "35",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "NnVwFsNvxUuTUUOXfgwYRg==",
"checkoutFormGuid": "16707536-6fc3-4bc5-9351-43977e0c1846",
"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": "35"
}
]
},
{
"$ref": "32"
}
],
"panels": [
{
"$ref": "35"
},
{
"$ref": "35"
}
]
},
"pages": [
{
"$ref": "29"
},
{
"$ref": "29"
}
]
},
"contentPanel": {
"$ref": "35"
},
"products": [
{
"$id": "36",
"flipChartPageIdentifier": "pIXrDhlTAE6CCRqNGoLJ2w==",
"flipChartPageIdentifierGuid": "0eeb85a4-5319-4e00-8209-1a8d1a82c9db",
"pluG_UID": "lRVidDFnXUiacQcRJluPOw==",
"pluGuid": "74621595-6731-485d-9a71-0711265b8f3b",
"sortOrder": 3,
"sent": true,
"productChanged": true,
"productImageName": "sample string 6",
"productShowImageOnFlipCharts": true,
"productShowTextOnFlipCharts": true,
"productOverrideFlipChartText": true,
"productFlipChartText": "sample string 10",
"product": {
"$ref": "13"
},
"departmentSortOrder": 11,
"subDepartmentName": "sample string 12"
},
{
"$ref": "36"
}
],
"productCount": 27,
"pages": [
{
"$ref": "29"
},
{
"$ref": "29"
}
]
},
{
"$ref": "29"
}
],
"priceHistory": [
{
"$id": "37",
"pluG_UID": "kkFU6GX01ke0PENNR28v8w==",
"pluGuid": "e8544192-f465-47d6-b43c-434d476f2ff3",
"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:24:56.7189127",
"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": "37"
}
],
"ingredients": [
{
"$id": "38",
"pluG_UID": "uIzZOWObwUGcbFIHhT34lg==",
"ingredientGuid": "tRaVOFQKx0aETFlD7hkcSw==",
"ingredientIdentifier": "389516b5-0a54-46c7-844c-5943ee191c4b",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "13"
}
},
{
"$ref": "38"
}
],
"bins": [
{
"$id": "39",
"pluG_UID": "6XXuLYgDRUqGfcu+AOUcOw==",
"pluGuid": "2dee75e9-0388-4a45-867d-cbbe00e51c3b",
"shelfLocationIdentifier": "U8N3dZa7c0+uf7xLKGO68w==",
"shelfLocationGuid": "7577c353-bb96-4f73-ae7f-bc4b2863baf3",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "+S5lq5HBykOtWGm72j/Lig==",
"labelPageLayoutGuid": "ab652ef9-c191-43ca-ad58-69bbda3fcb8a",
"updated": "2026-04-03T06:24:56.7189127",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "13"
},
"location": {
"$id": "40",
"identifier": "mWbnIY5A+kykmk6JgqWYEw==",
"storeID": 1,
"identifierGuid": "21e76699-408e-4cfa-a49a-4e8982a59813",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-04-03T06:24:56.7189127",
"minTemp": 1,
"maxTemp": 1,
"checkFrequency": 1,
"storeCaseConfiguration": 5,
"storeName": "sample string 6",
"bins": [
{
"$ref": "39"
},
{
"$ref": "39"
}
]
}
},
{
"$ref": "39"
}
],
"bin": {
"$ref": "39"
},
"scaleLocations": [
{
"$id": "41",
"plu": 1,
"pluG_UID": "g7fMhUpZrEWYx7fgOUKNIw==",
"pluGuid": "85ccb783-594a-45ac-98c7-b7e039428d23",
"deptNo": 1,
"product": {
"$ref": "13"
},
"scaleLocation": {
"$id": "42",
"id": 1,
"deptNo": 1,
"deptCode": "sample string 2",
"name": "sample string 3",
"enabled": true,
"updated": "2026-04-03T06:24:56.7189127",
"department": {
"$id": "43",
"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": "42"
},
"subDepartments": [
{
"$id": "44",
"id": 1,
"departmentID": 2,
"name": "sample string 3",
"code": "sample string 4",
"departmentCode": "sample string 5",
"externalSales": true,
"minorDepartments": [
{
"$id": "45",
"id": 1,
"subDepartmentID": 2,
"departmentID": 3,
"name": "sample string 4",
"subDepartmentCode": "sample string 5",
"departmentCode": "sample string 6",
"code": "sample string 7",
"lesserDepartments": [
{
"$id": "46",
"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:24:56.7189127",
"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": "HapVI67OmEiroB9r3f8eqw==",
"labelPageLayoutGuid": "2355aa1d-ceae-4898-aba0-1f6bddff1eab",
"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": "47",
"dept": 1,
"category": 2,
"name": "sample string 3",
"active": true,
"mscCommodities": [
{
"$id": "48",
"dept": 1,
"category": 2,
"commodity": 3,
"name": "sample string 4",
"active": true,
"mscSubCommodities": [
{
"$id": "49",
"dept": 1,
"category": 2,
"commodity": 3,
"subCommodity": 4,
"name": "sample string 5",
"active": true,
"subCommodityCode": "sample string 7"
},
{
"$ref": "49"
}
],
"commodityCode": "sample string 6"
},
{
"$ref": "48"
}
],
"categoryCode": "sample string 5"
},
"mscCom": {
"$ref": "48"
},
"mscDep": {
"$id": "50",
"dept": 1,
"name": "sample string 2",
"active": true,
"mscCategories": [
{
"$ref": "47"
},
{
"$ref": "47"
}
],
"deptCode": "sample string 4"
},
"mscSubCom": {
"$ref": "49"
}
},
{
"$ref": "46"
}
],
"updated": "2026-04-03T06:24:56.7189127",
"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": "E0dWoPbgO0qgvlRJe+hUzw==",
"labelPageLayoutGuid": "a0564713-e0f6-4a3b-a0be-54497be854cf",
"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": "47"
},
"mscCom": {
"$ref": "48"
},
"mscDep": {
"$ref": "50"
},
"mscSubCom": {
"$ref": "49"
}
},
{
"$ref": "45"
}
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:24:56.7189127",
"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": "UO+AumxJr0iA0YMitjipBQ==",
"labelPageLayoutGuid": "ba80ef50-496c-48af-80d1-8322b638a905",
"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": "47"
},
"mscCom": {
"$ref": "48"
},
"mscDep": {
"$ref": "50"
},
"mscSubCom": {
"$ref": "49"
}
},
{
"$ref": "44"
}
],
"stores": [
1,
2
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:24:56.7189127",
"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": "EHIxZuQus0a3x8o0WJgMtQ==",
"labelPageLayoutGuid": "66317210-2ee4-46b3-b7c7-ca3458980cb5",
"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": "47"
},
"mscCom": {
"$ref": "48"
},
"mscDep": {
"$ref": "50"
},
"mscSubCom": {
"$ref": "49"
}
}
}
},
{
"$ref": "41"
}
],
"nextPrice": {
"$id": "51",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 1,
"hostOfferID": 1,
"metcashPromotionID": "sample string 4",
"metcashPromotionPlacement": "sample string 5",
"pluG_UID": "xKbdTrSntEuX84bmTlPznw==",
"pluGuid": "4edda6c4-a7b4-4bb4-97f3-86e64e53f39f",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "iNKP5LCIAUmvSGQdw4zZxg==",
"dealCostGuid": "e48fd288-88b0-4901-af48-641dc38cd9c6",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "iEkQKdvEJEeKaTgFuffT/g==",
"priceGroupGuid": "29104988-c4db-4724-8a69-3805b9f7d3fe",
"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:24:56.7189127",
"rrp": 27,
"campaignDescription": "sample string 28",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "8367de3d-9176-43de-8394-da4f2452c744",
"campaignComboPriceGroupG_UID": "mTLS7GpeQ0Oo+CWlxObgqg==",
"campaignComboPriceGroupIdentifier": "ecd23299-5e6a-4343-a8f8-25a5c4e6e0aa",
"promotionPlacementDescription": "sample string 30",
"storeAcceptances": [
{
"$id": "52",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-04-03T06:24:56.7189127",
"operatorG_UID": "JLgUoAQjM0a4b93dQCDDdQ==",
"operatorGuid": "a014b824-2304-4633-b86f-dddd4020c375",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-04-03T06:24:56.7189127",
"signIqTicketFileMovedUtc": "2026-04-03T06:24:56.7189127",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-04-03T06:24:56.7189127",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "05ed2f1b-b349-4891-92ee-6ac21d0cb282",
"product": {
"$ref": "13"
},
"campaignPlu": {
"$ref": "51"
},
"fuelItem": true
},
{
"$ref": "52"
}
],
"campaign": {
"$id": "53",
"id": 1,
"storeID": 2,
"name": "9f920afa-2ab5-4116-9b92-4b81eadf0e92",
"nameGuid": "9f920afa-2ab5-4116-9b92-4b81eadf0e92",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-04-03T06:24:56.7189127",
"startTime": 1,
"endDate": "2026-04-03T06:24:56.7189127",
"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:24:56.7189127",
"system": true,
"created": "2026-04-03T06:24:56.7189127",
"updated": "2026-04-03T06:24:56.7189127",
"priceChangeNotifiedUtc": "2026-04-03T06:24:56.7189127",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "UdHAnQYTNUK6RZLR0aXcTg==",
"hostIdentifierGuid": "9dc0d151-1306-4235-ba45-92d1d1a5dc4e",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-04-03T06:24:56.7189127",
"updatedByUser": "sample string 18",
"offerID": 1,
"isPriceChangeCampaign": true,
"stores": [
1,
2
],
"storeNames": [
"sample string 1",
"sample string 2"
],
"campaignPlus": [
{
"$ref": "51"
},
{
"$ref": "51"
}
],
"campaignPools": [
{
"$id": "54",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 4,
"pluG_UID": "Z1IaZSCL00aTwcL8DQAlMA==",
"pluGuid": "651a5267-8b20-46d3-93c1-c2fc0d002530",
"hostOfferID": 1,
"priceGroupG_UID": "HxCcOXIp5UKpTNT98w64Qw==",
"priceGroupGuid": "399c101f-2972-42e5-a94c-d4fdf30eb843",
"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:24:56.7189127",
"rrp": 17,
"campaignDescription": "sample string 18",
"product": {
"$ref": "13"
},
"campaign": {
"$ref": "53"
}
},
{
"$ref": "54"
}
],
"sellingRules": [
{
"$id": "55",
"id": 1,
"identifier": "JBTN7lFqv0SQjaQBiyvP6w==",
"identifierStr": "JBTN7lFqv0SQjaQBiyvP6w==",
"identifierGuid": "eecd1424-6a51-44bf-908d-a4018b2bcfeb",
"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": "53"
}
},
{
"$ref": "55"
}
],
"customers": [
{
"$id": "56",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"customerID": "4KjApn6beEa4kHuRSZk3ug==",
"customerIDGuid": "a6c0a8e0-9b7e-4678-b890-7b91499937ba",
"campaign": {
"$ref": "53"
},
"customer": {
"$id": "57",
"identifier": "Rx70fuGBW0WPlAKyAUD/MQ==",
"identifierGuid": "7ef41e47-81e1-455b-8f94-02b20140ff31",
"code": "sample string 2",
"familyName": "sample string 3",
"givenName": "sample string 4",
"otherName": "sample string 5",
"title": "sample string 6",
"dateOfBirth": "2026-04-03T06:24:56.7345404",
"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": "hymvRqW+SUKB5DflCaUq1Q==",
"communityIdentifierGuid": "46af2987-bea5-4249-81e4-37e509a52ad5",
"joined": "2026-04-03T06:24:56.7345404",
"updated": "2026-04-03T06:24:56.7345404",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "CSdbv8WTkE2BR8a7JcNx5Q==",
"priceLevelIdentifierGuid": "bf5b2709-93c5-4d90-8147-c6bb25c371e5",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-04-03T06:24:56.7345404",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "58",
"cardType": 2,
"issueDate": "2026-04-03T06:24:56.7345404",
"expiry": "2026-04-03T06:24:56.7345404",
"customerID": "zOsvCZX8xkSGkS4Pq+EtuQ==",
"customerIDGuid": "092febcc-fc95-44c6-8691-2e0fabe12db9",
"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:24:56.7345404",
"linkedAccount": "SQZ0YF5cb0im5XfHvgltwg==",
"linkedAccountGuid": "60740649-5c5e-486f-a6e5-77c7be096dc2",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "57"
},
"account": {
"$id": "59",
"id": 1,
"identifier": "+k+FBrxs3EO3NqAcvqBz7Q==",
"identifierGuid": "06854ffa-6cbc-43dc-b736-a01cbea073ed",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-04-03T06:24:56.7345404",
"owner": "ARtO/BgNhkiTqRVB//LNzg==",
"ownerGuid": "fc4e1b01-0d18-4886-93a9-1541fff2cdce",
"accountStoreGroupIdentifier": "MtkUun/91USVrRKRbDU6dA==",
"accountStoreGroupGuid": "ba14d932-fd7f-44d5-95ad-12916c353a74",
"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:24:56.7345404",
"active": true,
"updated": "2026-04-03T06:24:56.7345404",
"deleted": true,
"deletedUser": "sample string 16",
"currentBalanceChanged": true,
"maximumLimitChanged": true,
"loyaltyPointsChanged": true,
"projectedBalance": 17,
"accountStoreGroupStoreIDs": [
1,
2
],
"customerEmail": "sample string 18",
"ownerCustomer": {
"$ref": "57"
},
"card": {
"$ref": "58"
},
"members": {
"$id": "60",
"sample string 1": [
{
"$ref": "57"
},
{
"$ref": "57"
}
],
"sample string 2": [
{
"$ref": "57"
},
{
"$ref": "57"
}
]
},
"customerGroups": [
{
"$id": "61",
"identifier": "6Ng63apoe0mFkmuwxtnXXw==",
"identifierGuid": "dd3ad8e8-68aa-497b-8592-6bb0c6d9d75f",
"name": "sample string 2",
"primaryContact": "9ueTeTzq0EqIstjSOMAAEg==",
"primaryContactGuid": "7993e7f6-ea3c-4ad0-88b2-d8d238c00012",
"accountID": "bL2k+aA5wUe6MMp7iELyIA==",
"accountIDGuid": "f9a4bd6c-39a0-47c1-ba30-ca7b8842f220",
"special": true,
"updated": "2026-04-03T06:24:56.7345404",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "56lddS6BcU6UsuifBPIguw==",
"priceLevelIdentifierGuid": "755da9e7-812e-4e71-94b2-e89f04f220bb",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "59"
},
"primaryContactCustomer": {
"$ref": "57"
},
"customerGroupMembers": [
{
"$id": "62",
"id": 1,
"groupID": "DOGS1XmtD02QLIDis/7vNA==",
"groupIDGuid": "d592e10c-ad79-4d0f-902c-80e2b3feef34",
"customerID": "RfnNBbH2YEatmD+63fzBOA==",
"customerIDGuid": "05cdf945-f6b1-4660-ad98-3fbaddfcc138",
"card": "sample string 4",
"linkedAccount": "36bqubJqAEmITlco3N+7jA==",
"linkedAccountGuid": "b9eaa6df-6ab2-4900-884e-5728dcdfbb8c",
"customer": {
"$ref": "57"
},
"group": {
"$ref": "61"
},
"customerCard": {
"$ref": "58"
}
},
{
"$ref": "62"
}
]
},
{
"$ref": "61"
}
]
},
"payments": [
{
"$id": "63",
"id": 1,
"identifier": "lPHFosoxJEG74QvJKyasWA==",
"identifierGuid": "a2c5f194-31ca-4124-bbe1-0bc92b26ac58",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "lNHMc9NORk2++K7SppM8/g==",
"accountIDGuid": "73ccd194-4ed3-4d46-bef8-aed2a6933cfe",
"customerAccount": {
"$ref": "59"
},
"customerCard": {
"$ref": "58"
},
"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:24:56.7345404",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "k6gXaMsmsEivZV/EXpKzSA==",
"idempotentVoidGuid": "6817a893-26cb-48b0-af65-5fc45e92b348",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "64",
"saleHeaderID": 1,
"saleHeaderGuid": "YXxTtE9wEEWsbWtuzKWe0A==",
"saleHeaderIdentifierGuid": "b4537c61-704f-4510-ac6d-6b6ecca59ed0",
"created": "2026-04-03T06:24:56.7345404",
"createdLocal": "2026-04-03T06:24:56.7345404",
"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:24:56.7345404",
"storeID": 1,
"operatorG_Uid": "f2BTYIcYjkO+73qv+HCjrQ==",
"operatorGuid": "6053607f-1887-438e-beef-7aaff870a3ad",
"customerG_Uid": "PNmFvyFJZEa534nINLQ6pQ==",
"customerGuid": "bf85d93c-4921-4664-b9df-89c834b43aa5",
"communityIdentifier": "pnvkD9oEUk2eCqsUvVjn+A==",
"communityIdentifierGuid": "0fe47ba6-04da-4d52-9e0a-ab14bd58e7f8",
"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": "g6qEh8RIQ0aYGR3dS16DcQ==",
"priceLevelIdentifierGuid": "8784aa83-48c4-4643-9819-1ddd4b5e8371",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-04-03T06:24:56.7345404+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": "65",
"customerName": "sample string 1",
"pickupAt": "2026-04-03T06:24:56.7345404",
"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": {
"$ref": "1"
},
"customer": {
"$ref": "57"
},
"communityOrganisation": {
"$id": "66",
"id": 1,
"identifier": "9HGDoof3F0O/FNyokJ7c6A==",
"identifierGuid": "a28371f4-f787-4317-bf14-dca8909edce8",
"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:24:56.7345404",
"promoPeriodEnd": "2026-04-03T06:24:56.7345404",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-04-03T06:24:56.7345404",
"deleted": true
},
"details": [
{
"$id": "67",
"saleItemID": 1,
"identifier": "jXcki55us0q3hgFweDpdIg==",
"identifierGuid": "8b24778d-6e9e-4ab3-b786-0170783a5d22",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "gcoaKot2l0CCtlJ9S7O/mQ==",
"pluGuid": "2a1aca81-768b-4097-82b6-527d4bb3bf99",
"accountID": "hHBHx1G1fkCKrSFkffHRWA==",
"accountIDGuid": "c7477084-b551-407e-8aad-21647df1d158",
"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:24:56.7345404",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "f7/fyP+aLEGaoalJ/ZZcAA==",
"refundGuid": "c8dfbf7f-9aff-412c-9aa1-a949fd965c00",
"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": "DFdJ3RpSoEKfFNbF33a4Ww==",
"idempotentVoidGuid": "dd49570c-521a-42a0-9f14-d6c5df76b85b",
"priceLevelIdentifier": "lNA1y3TGUEacqnM/vEfk9Q==",
"priceLevelIdentifierGuid": "cb35d094-c674-4650-9caa-733fbc47e4f5",
"communityIdentifier": "mA2XqjTeE02pdlCyCm0icA==",
"communityIdentifierGuid": "aa970d98-de34-4d13-a976-50b20a6d2270",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "68",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-04-03T06:24:56.7345404",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "68"
}
],
"refund": {
"$id": "69",
"id": 1,
"g_UID": "PETiOW2I9UC8iy+ljhIl8Q==",
"guid": "39e2443c-886d-40f5-bc8b-2fa58e1225f1",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-04-03T06:24:56.7345404"
},
"modifier": {
"$id": "70",
"id": 1,
"setG_UID": "x5k/03veckGTBAAto0QG6w==",
"modifierSetGuid": "d33f99c7-de7b-4172-9304-002da34406eb",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "BZ7qjFZ5eEi6PQn43qdE+Q==",
"pluGuid": "8cea9e05-7956-4878-ba3d-09f8dea744f9",
"deleted": true,
"g_UID": "ZljboKW1ukq0U9xfYlyxvw==",
"guid": "a0db5866-b5a5-4aba-b453-dc5f625cb1bf",
"product": {
"$ref": "13"
}
},
"priceLevelName": "sample string 25",
"pumpNumber": 1,
"hoseNumber": 1
},
{
"$ref": "67"
}
],
"eftReceipts": [
{
"$id": "71",
"id": 1,
"storeID": 1,
"saleHeaderID": 2,
"storeSaleHeader": {
"$ref": "64"
},
"receipt": "sample string 3",
"processed": 1
},
{
"$ref": "71"
}
],
"payments": [
{
"$ref": "63"
},
{
"$ref": "63"
}
],
"cards": [
{
"$id": "72",
"id": 1,
"saleHeaderID": 1,
"identifier": "sample string 2",
"cardType": 3,
"providerName": "sample string 4"
},
{
"$ref": "72"
}
],
"campaignHits": [
{
"$id": "73",
"id": 1,
"saleHeaderID": 2,
"campaign": "sample string 3",
"name": "sample string 4",
"processed": 1,
"campaignDescription": "sample string 5"
},
{
"$ref": "73"
}
],
"fuel": [
{
"$id": "74",
"id": 1,
"plu": 1,
"pluG_UID": "+tMXUlegMEmBbtmfa3StMA==",
"pluGuid": "5217d3fa-a057-4930-816e-d99f6b74ad30",
"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:24:56.7345404",
"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:24:56.7345404",
"tagNumber": "sample string 15",
"trackTwoRem": "sample string 16",
"transCode": 1,
"transType": 1,
"unitPrice": 1.0,
"vehicleReg": "sample string 17",
"offline": true,
"processed": 1
},
{
"$ref": "74"
}
],
"fuelResells": [
{
"$id": "75",
"saleItemID": 1,
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "nyP61e5DykKunWz34tfRgA==",
"pluGuid": "d5fa239f-43ee-42ca-ae9d-6cf7e2d7d180",
"accountID": "DpygqUAe60CW2bikkign1A==",
"accountIDGuid": "a9a09c0e-1e40-40eb-96d9-b8a4922827d4",
"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:24:56.7345404",
"bestOrExpireType": 1,
"refundG_UID": "Ck9PbEzDX0e02WqHbukuWQ==",
"refundGuid": "6c4f4f0a-c34c-475f-b4d9-6a876ee92e59",
"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": "75"
}
],
"customerOrder": [
{
"$id": "76",
"identifier": "YgYuBejPJUusJiIUP35uMw==",
"identifierGuid": "052e0662-cfe8-4b25-ac26-22143f7e6e33",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "85tGPOxtJUCqhQZV17adIw==",
"customerIdentifierGuid": "3c469bf3-6dec-4025-aa85-0655d7b69d23",
"operatorNo": 1,
"operatorG_UID": "hpKO3aA9MEuFFjLDVZ+PxA==",
"operatorGuid": "dd8e9286-3da0-4b30-8516-32c3559f8fc4",
"created": "2026-04-03T06:24:56.7345404",
"ordered": "2026-04-03T06:24:56.7345404",
"started": "2026-04-03T06:24:56.7345404",
"completed": "2026-04-03T06:24:56.7345404",
"supplied": "2026-04-03T06:24:56.7345404",
"quickTicket": 1,
"deleted": true,
"walkAway": true,
"approxWait": 1,
"actualWait": 1,
"deliveryMethod": 8,
"externalSaleType": 9,
"customer": {
"$ref": "57"
},
"operator": {
"$ref": "1"
},
"details": [
{
"$id": "77",
"headerID": 1,
"plu": 1,
"pluG_UId": "13wvnvPeB0uqODbjsCbvlw==",
"pluGuid": "9e2f7cd7-def3-4b07-aa38-36e3b026ef97",
"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": "CiqnU0Dtv0Sxkl2UFIdkzQ==",
"headerIdentifierGuid": "53a72a0a-ed40-44bf-b192-5d94148764cd",
"product": {
"$ref": "13"
}
},
{
"$ref": "77"
}
],
"storeName": "sample string 11",
"customerName": "sample string 12",
"storeReplyTo": "sample string 13",
"storeSubjectLine": "sample string 14",
"storeSaleHeader": {
"$ref": "64"
}
},
{
"$ref": "76"
}
],
"surveyResponses": [
{
"$id": "78",
"surveyG_UID": "aZpyQ9XejUiUkyW6C9King==",
"surveyGuid": "43729a69-ded5-488d-9493-25ba0bd2a29e",
"saleHeaderGuid": "K03nvufpOkyMniefW/vA8A==",
"saleGuid": "bee74d2b-e9e7-4c3a-8c9e-279f5bfbc0f0",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "6sGit85t8EiCqOByXbmAEw==",
"guidResponse": "b7a2c1ea-6dce-48f0-82a8-e0725db98013",
"whoAnswered": 2,
"answeredAtUTC": "2026-04-03T06:24:56.7345404",
"sale": {
"$ref": "64"
},
"survey": {
"$id": "79",
"g_UID": "xN7jySQZ6kqR8MOQDkJmVA==",
"guid": "c9e3dec4-1924-4aea-91f0-c3900e426654",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "JAf+G3BW8EORT0wyrzWylA==",
"checkoutFormGuid": "1bfe0724-5670-43f0-914f-4c32af35b294",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-04-03T06:24:56.7345404",
"end": "2026-04-03T06:24:56.7345404",
"deleted": true,
"updated": "2026-04-03T06:24:56.7345404",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"9c76a745-8f7d-429a-9fed-f7ab6cd5397e",
"ce4ef7d6-52fe-40c7-b3e1-22ecd935fa96"
],
"allowsAllTextResponses": true,
"surveyForm": {
"$ref": "32"
}
},
"ingressId": "sample string 4"
},
{
"$ref": "78"
}
],
"storeName": "sample string 39",
"terminalNumber": 40,
"machineName": "sample string 41",
"operatorName": "sample string 42",
"direction": 1,
"reason": "sample string 43",
"accountG_UID": "RHB584aI1Ear1zOaIrH++Q==",
"accountIdentifier": "f3797044-8886-46d4-abd7-339a22b1fef9",
"accountName": "sample string 44",
"customerOrderIdentifier": "lKBkApeW7EiG0ln0wUPcnw==",
"customerOrderIdentifierGuid": "0264a094-9697-48ec-86d2-59f4c143dc9f",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "80",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "A9D8f1hiTEqlqKn/eJjTTw==",
"paymentIdentifierGuid": "7ffcd003-6258-4a4c-a5a8-a9ff7898d34f",
"identifier": "xZcrbUGe5022Z3tfN/0R/w==",
"identifierGuid": "6d2b97c5-9e41-4de7-b667-7b5f37fd11ff",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "z68nRpXlTE2Qz/TmEWPY5w==",
"itemIdentifierGuid": "4627afcf-e595-4d4c-90cf-f4e61163d8e7"
}
},
{
"$ref": "63"
}
]
},
{
"$ref": "58"
}
],
"customerGroupMembers": [
{
"$ref": "62"
},
{
"$ref": "62"
}
],
"customerGroups": [
{
"$ref": "61"
},
{
"$ref": "61"
}
],
"accounts": [
{
"$ref": "59"
},
{
"$ref": "59"
}
],
"account": {
"$ref": "59"
},
"vouchers": [
{
"$id": "81",
"customerIdentifier": "v6mSYBY2x0O4Zg9t92m0+Q==",
"customerIdentifierGuid": "6092a9bf-3616-43c7-b866-0f6df769b4f9",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "Joej2eXOjEy9fVO5CMoiGw==",
"idempotentGuid": "d9a38726-cee5-4c8c-bd7d-53b908ca221b",
"offline": true,
"voucher": {
"$id": "82",
"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:24:56.7345404",
"barcodeTemplate": {
"$id": "83",
"templateID": 1,
"template": "sample string 1",
"bcFunction": "sample string 2",
"sortOrder": 3
},
"scaleLabel": {
"$id": "84",
"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:24:56.7345404",
"labelPageLayout": "wGZ/FC8DNUWCqcFxWgoXzg==",
"pageLayoutGuid": "147f66c0-032f-4535-82a9-c1715a0a17ce",
"labelType": 6,
"oldName": "sample string 7",
"voucher": {
"$ref": "82"
},
"elements": [
{
"$id": "85",
"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:24:56.7345404"
},
{
"$ref": "85"
}
]
},
"customerVouchers": [
{
"$id": "86",
"id": 1,
"customerIdentifier": "CWVmwGW2rE2fUQXZ2IDD/g==",
"customerIdentifierGuid": "c0666509-b665-4dac-9f51-05d9d880c3fe",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-04-03T06:24:56.7345404",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "KhU74ZDZiEqh8d5VnwV8lQ==",
"issuedIdempotentGuid": "e13b152a-d990-4a88-a1f1-de559f057c95",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-04-03T06:24:56.7345404",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-04-03T06:24:56.7345404",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "bXfBSj/1Pky9XQ72z/wP2g==",
"redeemedIdempotentGuid": "4ac1776d-f53f-4c3e-bd5d-0ef6cffc0fda",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-04-03T06:24:56.7345404",
"storeName": "sample string 17",
"scaleLabel": {
"$ref": "84"
},
"voucher": {
"$ref": "82"
},
"customer": {
"$ref": "57"
},
"issuedOfflinePayment": {
"$ref": "63"
},
"redeemedOfflinePayment": {
"$ref": "63"
}
},
{
"$ref": "86"
}
]
},
"customer": {
"$ref": "57"
}
},
{
"$ref": "81"
}
]
}
},
{
"$ref": "56"
}
],
"customerGroups": [
{
"$id": "87",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupID": "yxDaFPLhP0mhijkXkjh8ig==",
"groupIDGuid": "14da10cb-e1f2-493f-a18a-391792387c8a",
"campaign": {
"$ref": "53"
},
"group": {
"$ref": "61"
}
},
{
"$ref": "87"
}
],
"signIqTickets": [
{
"$id": "88",
"identifier": "wgd9GhulYEuugvhIIB6TIw==",
"identifierGuid": "1a7d07c2-a51b-4b60-ae82-f848201e9323",
"campaignName": "sample string 2",
"message": "sample string 3",
"ticketFileSource": "sample string 4",
"ticketFileDestination": "sample string 5",
"storeID": 1
},
{
"$ref": "88"
}
],
"comboPriceGroups": [
{
"$id": "89",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"g_UID": "7Jxg8ZPzgEOn8IW19/RLzQ==",
"guid": "f1609cec-f393-4380-a7f0-85b5f7f44bcd",
"description": "sample string 5",
"newPrice": 1,
"rangeDescription": "sample string 6",
"dealDescription": "sample string 7",
"labelQuantity": 8,
"hostProductCategoryID": 1,
"offerID": 1,
"dontUpdatePricePlus": true,
"campaign": {
"$ref": "53"
},
"comboPricePlus": [
{
"$id": "90",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupG_UID": "Zdj4Myeg4UyZK2H1HVP6hQ==",
"groupGuid": "33f8d865-a027-4ce1-992b-61f51d53fa85",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "skdX8O8u1Uy0isDthP+mWA==",
"pluGuid": "f05747b2-2eef-4cd5-b48a-c0ed84ffa658",
"priceGroupG_UID": "GXbhnTuZgUa10g44vCS/1Q==",
"priceGroupGuid": "9de17619-993b-4681-b5d2-0e38bc24bfd5",
"campaignPoolID": "sample string 7",
"quantity": 1,
"campaign": {
"$ref": "53"
},
"product": {
"$ref": "13"
},
"priceGroup": {
"$ref": "19"
},
"campaignPool": {
"$ref": "53"
}
},
{
"$ref": "90"
}
]
},
{
"$ref": "89"
}
],
"priceLevels": [
{
"$id": "91",
"id": 1,
"priceLevelIdentifier": "5bVLpWAG9EyRHCgY1W6/og==",
"priceLevelIdentifierGuid": "a54bb5e5-0660-4cf4-911c-2818d56ebfa2",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "91"
}
],
"promotionType": {
"$id": "92",
"identifier": "mvK3lHl0EkSH+t85QUdzmQ==",
"identifierGuid": "94b7f29a-7479-4412-87fa-df3941477399",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "YL4Tgh61JUiaRAiezY47kg==",
"labelPageLayoutGuid": "8213be60-b51e-4825-9a44-089ecd8e3b92",
"priceLevelIdentifier": "8ckiWfNLHUm3q90mFmy2Dw==",
"priceLevelIdentifierGuid": "5922c9f1-4bf3-491d-b7ab-dd26166cb60f",
"active": true,
"updated": "2026-04-03T06:24:56.7345404",
"hostName": "sample string 11"
}
},
"product": {
"$ref": "13"
},
"dealCost": {
"$id": "93",
"headerIdentifier": "YFD1CA3DzEKNm1HiI60jvg==",
"headerIdentifierGuid": "08f55060-c30d-42cc-8d9b-51e223ad23be",
"identifier": "1FBAV73QkUyvHobjmbTqjQ==",
"identifierGuid": "574050d4-d0bd-4c91-af1e-86e399b4ea8d",
"supplierIdentifier": "BkcZWbu9jkCIkJZFHysMTQ==",
"supplierGuid": "59194706-bdbb-408e-8890-96451f2b0c4d",
"pluG_UID": "clMv2uZzM0yOaHIoYyvoHA==",
"pluGuid": "da2f5372-73e6-4c33-8e68-7228632be81c",
"campaignName": "b8735717-8eba-4b5c-bde5-d0419d4da545",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-04-03T06:24:56.7345404",
"end": "2026-04-03T06:24:56.7345404",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "qorg7MHaDkKBUbpEbZk9/Q==",
"bonusItemPluGuid": "ece08aaa-dac1-420e-8151-ba446d993dfd",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-04-03T06:24:56.7345404",
"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:24:56.7345404",
"campaignEndDate": "2026-04-03T06:24:56.7345404",
"masterPLUG_UID": "6HE6EbI5mkSlIHdhK/L+ZA==",
"masterID": "113a71e8-39b2-449a-a520-77612bf2fe64",
"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": "X794ipjJ3kyLCYCgzahZgw==",
"bonusMasterID": "8a78bf5f-c998-4cde-8b09-80a0cda85983",
"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:24:56.7345404",
"dealCosts": [
{
"$ref": "93"
},
{
"$ref": "93"
}
],
"tags": [
{
"$id": "94",
"pluG_UID": "R75376nefU6k1h4H7xASLA==",
"pluGuid": "ef77be47-dea9-4e7d-a4d6-1e07ef10122c",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "94"
}
],
"alternateProductG_UID": "UEEm7riiRkOJwtWiQcBbSQ==",
"alternateProduct": "ee264150-a2b8-4346-89c2-d5a241c05b49",
"altProduct": {
"$ref": "13"
},
"productHostCode": {
"$id": "95",
"id": 1,
"pluG_UID": "SadVZNTGkk6Br6lY1fiR9Q==",
"pluGuid": "6455a749-c6d4-4e92-81af-a958d5f891f5",
"ibaCode": "sample string 2"
},
"mscCat": {
"$ref": "47"
},
"mscCom": {
"$ref": "48"
},
"mscDep": {
"$ref": "50"
},
"mscSubCom": {
"$ref": "49"
},
"isUserUpdate": true,
"ignoreMasterProduct": true,
"priceGroupLabelRequested": true,
"firstSold": "2026-04-03T06:24:56.7345404",
"inventoryTracked": "2026-04-03T06:24:56.7345404",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "96",
"pluG_UID": "o9eJNMDNxEKJpljNuMloKQ==",
"pluGuid": "3489d7a3-cdc0-42c4-89a6-58cdb8c96829",
"fuelPluG_UID": "2kXnshc2HECo/GOm4jqHWA==",
"fuelPluGuid": "b2e745da-3617-401c-a8fc-63a6e23a8758",
"price": 3,
"productDescription": "sample string 4",
"productBarcode": "sample string 5",
"fuelProductDescription": "sample string 6",
"fuelProductBarcode": "sample string 7",
"fuelProductPrice": 8
},
"productFuelLinks": [
{
"$ref": "96"
},
{
"$ref": "96"
}
]
},
"supplier": {
"$ref": "8"
},
"serviceFee": {
"$id": "97",
"id": 1,
"description": "sample string 1",
"fee": 1
},
"isPrimaryHost": true,
"hostVendor": 48
},
{
"$ref": "11"
}
],
"orderCycleHeaders": [
{
"$id": "98",
"storeID": 1,
"supplierIdentifier": "En8EkjjkQEi+fL+ObY1WDA==",
"supplierGuid": "92047f12-e438-4840-be7c-bf8e6d8d560c",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"storeName": "sample string 5",
"departmentName": "sample string 6",
"orderDays": 7
},
{
"$ref": "98"
}
],
"cycles": [
{
"$id": "99",
"storeID": 1,
"supplierIdentifier": "xQ930l2cr0eBnDauZw244g==",
"supplierGuid": "d2770fc5-9c5d-47af-819c-36ae670db8e2",
"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:24:56.7345404",
"deliveryDate": "2026-04-03T06:24:56.7345404",
"nextCutOffDate": "2026-04-03T06:24:56.7345404",
"nextDeliveryDate": "2026-04-03T06:24:56.7345404",
"nextDaysBuffer": 10
},
{
"$ref": "99"
}
],
"store": {
"$ref": "3"
},
"updated": "2026-04-03T06:24:56.7345404",
"isHost": true
},
"files": [
{
"$id": "100",
"id": "sample string 1",
"fileName": "sample string 2",
"extension": "sample string 3",
"provider": 0,
"type": 0,
"hostType": "sample string 4",
"createdUtc": "2026-04-03T06:24:56.7345404",
"processed": "2026-04-03T06:24:56.7345404",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-04-03T06:24:56.7345404",
"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": "7"
},
"metcashHeader": {
"$id": "101",
"customerNumber": "sample string 1",
"creationDate": "2026-04-03T06:24:56.7345404",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "100"
}
],
"zoneMatrix": [
{
"$id": "102",
"id": 1,
"hostIdentifier": "ZF9sQuVz40S9gx/V6knEWQ==",
"hostIdentifierGuid": "426c5f64-73e5-44e3-bd83-1fd5ea49c459",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"9175ece2-2225-41bc-a4ae-931359ae7d69",
"f74dd92b-fec8-4185-b827-df6259cbcbc0"
]
},
{
"$ref": "102"
}
],
"hostFileStoreSetting": {
"$ref": "6"
},
"hostStoreSettings": [
{
"$ref": "6"
},
{
"$ref": "6"
}
],
"promotionPlacements": [
{
"$id": "103",
"identifier": "xc3pKGmVy0OIBx8fgSn6hg==",
"identifierGuid": "28e9cdc5-9569-43cb-8807-1f1f8129fa86",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "103"
}
],
"promoTypeGuids": [
"eaee959a-1cbe-462c-a757-41fcd6a2e7ad",
"59327d1a-e58a-487d-b245-a083a8a2fc4d"
],
"isPromotionOnly": false,
"isOrderable": false,
"vendor": 0
},
"groupIDs": [
1,
2
],
"hostDescription": "sample string 27"
},
{
"$ref": "6"
}
],
"accounts": [
{
"$id": "104",
"id": 1,
"storeID": 1,
"accountName": "sample string 2",
"bsb": "sample string 3",
"accountNumber": "sample string 4",
"accountDesignated": true
},
{
"$ref": "104"
}
],
"sales": [
{
"$id": "105",
"id": 1,
"storeID": 1,
"externalSalesType": 2,
"ftpSiteID": 1,
"lastSaleProcessed": "2026-04-03T06:24:56.7345404",
"ftpSite": {
"$id": "106",
"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": "105"
}
],
"zoneMatrix": [
{
"$ref": "102"
},
{
"$ref": "102"
}
],
"cashManagements": [
{
"$id": "107",
"id": 1,
"storeID": 1,
"cashManagementType": 2,
"apiID": 1,
"organisationID": "sample string 3",
"siteName": "sample string 4",
"thirdPartyAPI": {
"$id": "108",
"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": "107"
}
],
"updateStoreID": "dba391b0-621d-4f50-9cd3-55b946f1f7b3",
"updateStore": {
"$id": "109",
"id": "43a39936-edc9-48e3-a2e5-2e03e31c2bd2",
"name": "sample string 1",
"lastActivity": "2026-04-03T06:24:56.7345404",
"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:24:56.7345404"
},
"timeZoneId": "sample string 54",
"securityOptions": {
"$id": "110",
"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": "2"
}
]
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.