PUT api/supplier/{id}
Update supplier
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Supplier identifier |
globally unique identifier |
Required |
Body Parameters
Supplier model
Supplier| Name | Description | Type | Additional information |
|---|---|---|---|
| Identifier | Collection of byte |
None. |
|
| IdentifierGuid | globally unique identifier |
None. |
|
| Code |
Host supplier code |
string |
String length: inclusive between 0 and 20 |
| Name |
Supplier name |
string |
String length: inclusive between 0 and 255 |
| FuelSupplier | boolean |
None. |
|
| IsSupplier |
If it's not a Supplier, it's a manufactrer |
boolean |
None. |
| IsHostedSupplier |
A hosted supplier doesn't take orders. |
boolean |
None. |
| HostID |
Host vendor |
HostProvider |
None. |
| AccountCode |
Third party accounting software code |
string |
String length: inclusive between 0 and 20 |
| InvoiceSuffix |
Third party invoice reference suffix |
string |
None. |
| OrderEmail |
Email to send order to as PDF |
string |
None. |
| OrderEmailBcc | string |
None. |
|
| OrderFax |
Email to send order to as PDF |
string |
None. |
| ShowOrderCost | boolean |
None. |
|
| ReceiptCostUpdate | boolean |
None. |
|
| SendReceipt |
Receipt email should be sent to supplier when an order or invoice is received |
boolean |
None. |
| ReceiptEmail |
Email used to send stock receive receipts and credit invoice requests |
string |
None. |
| ReceiptEmailBcc |
BCC email used to send stock receive receipts and credit invoice requests |
string |
None. |
| PrimaryContactGuid | Collection of byte |
None. |
|
| PrimaryContactID | globally unique identifier |
None. |
|
| StoreID | integer |
None. |
|
| ABN | string |
None. |
|
| SupplierGroupIdentifier | Collection of byte |
None. |
|
| SupplierGroupGuid | globally unique identifier |
None. |
|
| Rebate | decimal number |
None. |
|
| RebateType | RebateType |
None. |
|
| RebateFrequency | RebateFrequency |
None. |
|
| RebateSource | RebateSource |
None. |
|
| RebateLastClaimed | date |
None. |
|
| RebateLastClaimedAmount | decimal number |
None. |
|
| CartonsOnly | boolean |
None. |
|
| MinimumOrderValue | integer |
None. |
|
| EnforceMinimumQuantity | boolean |
None. |
|
| Freight |
Default freight fee for products with this as preferred supplier |
decimal number |
None. |
| FreightType |
Default freight fee type for products with this as preferred supplier |
FreightFeeType |
None. |
| Deleted | boolean |
None. |
|
| DeletedUser | string |
None. |
|
| StoreName | string |
Relation. This field may not always be loaded or used for updates. |
|
| PrimaryContact | Contact |
Relation. This field may not always be loaded or used for updates. |
|
| Contacts | Collection of SupplierContact |
Relation. This field may not always be loaded or used for updates. |
|
| Products | Collection of ProductOrderingDetail |
Relation. This field may not always be loaded or used for updates. |
|
| OrderCycleHeaders | Collection of OrderCycleHeader |
Relation. This field may not always be loaded or used for updates. |
|
| Cycles | Collection of OrderCycle |
Relation. This field may not always be loaded or used for updates. |
|
| Store | Store |
Relation. This field may not always be loaded or used for updates. |
|
| Updated | date |
Relation. This field may not always be loaded or used for updates. |
|
| IsHost | boolean |
Relation. This field may not always be loaded or used for updates. |
Request Formats
application/json, text/json
{
"identifier": "YiDkqAifBkqnajiQp4VAqg==",
"identifierGuid": "a8e42062-9f08-4a06-a76a-3890a78540aa",
"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": "nZti89d2BUy7lJUBP95ZCg==",
"primaryContactID": "f3629b9d-76d7-4c05-bb94-95013fde590a",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "CCNkWoy/vES5/hAxI3yBcQ==",
"supplierGroupGuid": "5a642308-bf8c-44bc-b9fe-1031237c8171",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-06-03T18:32:18.2429471",
"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": "2",
"id": "48bd8240-ddd1-4933-8162-759a296f1e6d",
"identifier": "5qMBef4oY0uz5q1xalY7Ng==",
"identifierGuid": "7901a3e6-28fe-4b63-b3e6-ad716a563b36",
"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": "3",
"supplierIdentifier": "tHmAYprCHU+cuAoYidZqRw==",
"supplierIdentifierGuid": "628079b4-c29a-4f1d-9cb8-0a1889d66a47",
"contactGuid": "iF2ZufjMrk6z4O6Y1iq5tA==",
"contactID": "b9995d88-ccf8-4eae-b3e0-ee98d62ab9b4",
"contact": {
"$ref": "2"
},
"supplier": {
"$ref": "1"
}
},
{
"$ref": "3"
}
],
"products": [
{
"$id": "4",
"pluG_UID": "K/NeK0P7PkixXt1uQx7IuQ==",
"pluGuid": "2b5ef32b-fb43-483e-b15e-dd6e431ec8b9",
"supplierIdentifier": "7tyPGod0Uku3YSBwPwp4Fw==",
"supplierIdentifierGuid": "1a8fdcee-7487-4b52-b761-20703f0a7817",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-06-03T18:32:18.2429471",
"pricedByWeight": true,
"landedUnitCostEx": 9,
"landedUnitCostInc": 10,
"landedCartonCostInc": 12,
"landedCartonCostEx": 13,
"standardCost": 14,
"deliveryFee": 1,
"deliveryFeeBasis": "sample string 15",
"pickAndPackFee": 1,
"pickAndPackFeeBasis": "sample string 16",
"financeFee": 1,
"financeFeeBasis": "sample string 17",
"cartonLength": 1,
"cartonWidth": 1,
"cartonHeight": 1,
"palletLayerQuantity": 1,
"palletLayers": 1,
"itemCode": "sample string 18",
"invoiceCode": "sample string 19",
"invoiceDesc": "sample string 20",
"orderDirect": true,
"useCost": true,
"minimumQuantity": 21,
"hostType": 22,
"fromHost": 23,
"minimumReorder": 1,
"maximumReorder": 1,
"orderMultiple": 24.1,
"sellMultiple": 25.1,
"baseMultiple": 26.1,
"hostStandardCost": 27,
"hostTotalCost": 28,
"hostRetail": 29,
"hostLandedUnitCostEx": 30,
"hostLandedUnitCostInc": 31,
"hostDesc": "sample string 32",
"directIndicator": "sample string 33",
"availableToOrder": true,
"hostRangeIndicator": "sample string 35",
"hostProductType": "sample string 36",
"hostProductGrade": "sample string 37",
"hostProductGroup": "sample string 38",
"hostSlowMoving": true,
"hostGeneralMerchandise": true,
"hostPillar": "sample string 41",
"hostLastUpdated": "2026-06-03T18:32:18.2429471",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "5",
"pluG_UID": "WkgTVJSuzkGRrEnpPrV9VQ==",
"pluGuid": "5413485a-ae94-41ce-91ac-49e93eb57d55",
"supplierIdentifier": "qN6dcgJSfUmtaNh98pyAzA==",
"supplierIdentifierGuid": "729ddea8-5202-497d-ad68-d87df29c80cc",
"invoiceCode": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "5"
}
],
"storeIDs": [
1,
2
],
"preferredSupplier": true,
"preferredRebateSupplier": true,
"supplierName": "sample string 42",
"salesMode": 43,
"orderPacked": true,
"active": true,
"price": 1,
"costGstPercent": 45,
"parentPluG_UID": "aViD2Um73EGrM5mHhSD7QQ==",
"parentPluGuid": "d9835869-bb49-41dc-ab33-99878520fb41",
"freight": 46.0,
"freightType": 1,
"product": {
"$id": "6",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "E4ltTS7sO0K0wkYMc/MExQ==",
"guid": "4d6d8913-ec2e-423b-b4c2-460c73f304c5",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "4RqDU6plCUekSvtZq1i+PQ==",
"priceGroupGuid": "53831ae1-65aa-4709-a44a-fb59ab58be3d",
"blueprintID": 1,
"lastCountedDate": "2026-06-03T18:32:18.2585766",
"externalID": "sample string 7",
"active": true,
"activated": "2026-06-03T18:32:18.2585766",
"pluCreated": "2026-06-03T18:32:18.2585766",
"createdByUser": "sample string 9",
"name": "sample string 10",
"nameChanged": true,
"secondDescription": "sample string 12",
"hostDescription": "sample string 13",
"keepCartonQty": true,
"keepDescription": true,
"keepDepartments": true,
"keepSuppliers": true,
"markdownDescription": "sample string 18",
"altDescription": "sample string 19",
"bestOrExpire": 20,
"lastUpdate": "2026-06-03T18:32:18.2585766",
"lastManualUpdate": "2026-06-03T18:32:18.2585766",
"imageName": "sample string 23",
"showImageOnFlipCharts": true,
"showTextOnFlipCharts": true,
"overrideFlipChartText": true,
"flipChartText": "sample string 27",
"salesMode": 1,
"eftCode": 1,
"price": 1,
"priceChanged": true,
"rrp": 1,
"gstPercent": 28,
"gstPercentChanged": true,
"costGSTPercent": 29,
"costGSTPercentChanged": true,
"wetPercent": 1,
"priceOverride": 1,
"cost": 1,
"currentCost": 1,
"currentCostDecimals": 1,
"grossProfit": 1.0,
"currentCostDesc": "sample string 30",
"currentCostEnd": "2026-06-03T18:32:18.2585766",
"currentCostUpdated": "2026-06-03T18:32:18.2585766",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-06-03T18:32:18.2585766",
"defaultGP": 1,
"breakTargetMode": 33,
"break1": 1,
"price1": 1,
"target1": 34,
"break2": 1,
"price2": 1,
"target2": 35,
"break3": 1,
"price3": 1,
"target3": 36,
"break1Changed": true,
"price1Changed": true,
"target1Changed": true,
"break2Changed": true,
"price2Changed": true,
"target2Changed": true,
"break3Changed": true,
"price3Changed": true,
"target3Changed": true,
"breakTargetModeChanged": true,
"margin": 1.1,
"marginChanged": true,
"marginRanged": true,
"marginRangedChanged": true,
"minimumMargin": 1.1,
"minimumMarginChanged": true,
"maximumMargin": 1.1,
"maximumMarginChanged": true,
"overrideHostWarehouseIndicator": true,
"overrideHostWarehouseIndicatorChanged": true,
"overrideHostPrice": true,
"overrideHostPriceChanged": true,
"overrideHostCost": true,
"overrideHostCostChanged": true,
"overrideHostMargin": true,
"overrideHostMarginChanged": true,
"alwaysApplyMargin": true,
"alwaysApplyMarginChanged": true,
"aws": 1.0,
"paws": 1.0,
"awsUpdated": "2026-06-03T18:32:18.2585766",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "2M77dym7k0+s+hvXicEHSQ==",
"altPLUGuid": "77fbced8-bb29-4f93-acfa-1bd789c10749",
"altPLUGuidChanged": true,
"altPriceDescription1": "sample string 54",
"altPriceDescription2": "sample string 55",
"cartonQuantity": 56,
"cartonQuantityChanged": true,
"trayID": 1,
"promptID": 1,
"tare": 1,
"packQty": 1,
"fixedWeight": 1,
"extraMesg": 1,
"text1": "sample string 58",
"text2": "sample string 59",
"text3": "sample string 60",
"labelText": "sample string 61",
"labelTextChanged": true,
"sendToScale": true,
"nonScaleWeigh": true,
"labelFormat": "sample string 65",
"barcodeFormat": "sample string 66",
"austMade": 1,
"coolCode": 67,
"countryOfOrigin": "sample string 68",
"percentContent": 69.1,
"departmentID": 1,
"subDepartmentID": 1,
"minorDepartmentID": 1,
"lesserDepartmentID": 1,
"deptCode": "sample string 70",
"subDeptCode": "sample string 71",
"minorDeptCode": "sample string 72",
"lesserDeptCode": "sample string 73",
"deptName": "sample string 74",
"subDeptName": "sample string 75",
"minorDeptName": "sample string 76",
"lesserDeptName": "sample string 77",
"departmentChanged": true,
"subCategoryID": 1,
"expiry": 1,
"showDays": 1,
"datePrint": 1,
"labelRequired": true,
"labelShelfQty": 80,
"labelShelfChanged": true,
"labelTalkerQty": 82,
"labelSmall": true,
"labelLastPrinted": "2026-06-03T18:32:18.2585766",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "abm+kHhKyU2xXzyicFQksg==",
"shelfPageLayoutGuid": "90beb969-4a78-4dc9-b15f-3ca2705424b2",
"talkerPageLayoutG_UID": "jom60CWHW0uajpyYA10w3Q==",
"talkerPageLayoutGuid": "d0ba898e-8725-4b5b-9a8e-9c98035d30dd",
"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": "ltdZUZyHLkGyW3/yZCyazQ==",
"inventoryIdentifier": "5159d796-879c-412e-b25b-7ff2642c9acd",
"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": "YQ/g4MmKEEiQV6gEDPm8yw==",
"parentPluGuid": "e0e00f61-8ac9-4810-9057-a8040cf9bccb",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "WgTLv5V4J0up2UIQ4niexg==",
"supplierIdentifierGuid": "bfcb045a-7895-4b27-a9d9-4210e2789ec6",
"supplierChanged": true,
"rebateSupplierIdentifier": "kN5wBqnZQkOLHhYolKxeeQ==",
"rebateSupplierIdentifierGuid": "0670de90-d9a9-4342-8b1e-162894ac5e79",
"rebateSupplierChanged": true,
"availableForOrder": true,
"warehouseDirectIndicator": "sample string 109",
"warehouseDirectIndicatorChanged": true,
"productGrade": "sample string 111",
"productType": "sample string 112",
"productGroup": "sample string 113",
"complianceIndicator": "sample string 114",
"inhouseBrand": "sample string 115",
"slowMoving": true,
"generalMerchandise": true,
"comment": "sample string 118",
"lastUpdatedByUser": "sample string 119",
"lastManualUpdatedByUser": "sample string 120",
"lastUpdatedByUserOverride": true,
"lastUpdatedByHost": "2026-06-03T18:32:18.2585766",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "v07MSpPPWkCAb7zS9Kaxhg==",
"hostIdentifierGuid": "4acc4ebf-cf93-405a-806f-bcd2f4a6b186",
"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": "6"
},
{
"$ref": "6"
}
],
"store": {
"$id": "7",
"id": 1,
"isMaster": true,
"isElectedMaster": true,
"electedMasterStoreID": 1,
"isZoneMaster": true,
"shortName": "sample string 3",
"url": "sample string 4",
"sortOrder": 1,
"name": "sample string 5",
"phone": "sample string 6",
"fax": "sample string 7",
"email": "sample string 8",
"address1": "sample string 9",
"address2": "sample string 10",
"city": "sample string 11",
"state": "sample string 12",
"country": "sample string 13",
"postCode": "sample string 14",
"delivery": 1,
"exportAccounts": 1,
"salesAccountFolder": "sample string 15",
"purchaseAccountFolder": "sample string 16",
"initLoad": 1,
"initIDs": 1,
"zoneID": 1,
"actAsMaster": 1,
"lastActiveUtc": "2026-06-03T18:32:18.2585766",
"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": "kO0DRlyi0Eewp6Ev0SODdw==",
"hostIdentifierGuid": "4603ed90-a25c-47d0-b0a7-a12fd1238377",
"hostName": 1,
"hostAddress": "sample string 27",
"hostUsername": "sample string 28",
"hostPassword": "sample string 29",
"excludeFromLeadInOut": true,
"accountingProvider": 31,
"accountingAddress": "sample string 32",
"accountingUsername": "sample string 33",
"accountingPassword": "sample string 34",
"storeAccountingCode": "sample string 35",
"softwareVariance": 36,
"fuelWarningVariance": 37.0,
"fuelErrorVariance": 38.0,
"fuelAccumulatedWarningVariance": 39.0,
"fuelAccumulatedErrorVariance": 40.0,
"drawManagment": 41,
"endOfDayManagment": true,
"autoFillCashBalancing": true,
"fuelDayVariance": 44,
"accountingTradingTime": "00:00:00.1234567",
"stockActivateProduct": 46,
"defaultOrderDocumentId": 1,
"defaultStockReceiveDocumentId": 1,
"giftCardSalesAccountingDeptCode": "sample string 47",
"transactionDiscountAccountingDeptCode": "sample string 48",
"size": 49,
"updated": "2026-06-03T18:32:18.2585766",
"priceZone": {
"$id": "8",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "osVsI+6SFkWFz0UPmKR7LQ==",
"hostIdentifierGuid": "236cc5a2-92ee-4516-85cf-450f98a47b2d",
"sortOrder": 3,
"zoneMasterStoreID": 1,
"electedMasterStoreID": 1,
"containsElectedMasterStore": true
},
"priceZoneName": "sample string 51",
"storeFuelConfigured": true,
"shippingAddressCopied": true,
"shippingAddress": {
"$id": "9",
"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": "9"
},
"warehouseStore": {
"$id": "10",
"storeID": 1,
"warehouseStoreID": 2,
"storeName": "sample string 3",
"warehouseName": "sample string 4"
},
"hostStoreSettings": [
{
"$id": "11",
"id": 1,
"hostIdentifier": "rsgNizOX30ihJYIoFzc+lg==",
"hostIdentifierGuid": "8b0dc8ae-9733-48df-a125-822817373e96",
"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": "12",
"identifier": "EIAFDOM5sE2J8y3/pr/aEg==",
"identifierGuid": "0c058010-39e3-4db0-89f3-2dffa6bfda12",
"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": "qO1PjXFGd0WeLbA9NYQ6Wg==",
"hostSupplierIdentifierGuid": "8d4feda8-4671-4577-9e2d-b03d35843a5a",
"loyaltyPriceLevelIdentifier": "Gt7MV0y2nE6W4XwNPDRz3g==",
"loyaltyPriceLevelIdentifierGuid": "57ccde1a-b64c-4e9c-96e1-7c0d3c3473de",
"isGroup": true,
"description": "sample string 22",
"hostProvider": 23,
"hostTypeEnum": 24,
"hostType": "sample string 25",
"hostCode": "sample string 26",
"username": "sample string 27",
"password": "sample string 28",
"passwordPlain": "sample string 29",
"server": "sample string 30",
"url": "sample string 31",
"global": true,
"stateCode": "sample string 33",
"lastCollected": "2026-06-03T18:32:18.2585766",
"lastProcessed": "2026-06-03T18:32:18.2585766",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$ref": "1"
},
"files": [
{
"$id": "13",
"id": "sample string 1",
"fileName": "sample string 2",
"extension": "sample string 3",
"provider": 0,
"type": 0,
"hostType": "sample string 4",
"createdUtc": "2026-06-03T18:32:18.2585766",
"processed": "2026-06-03T18:32:18.2585766",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-06-03T18:32:18.2585766",
"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": "12"
},
"metcashHeader": {
"$id": "14",
"customerNumber": "sample string 1",
"creationDate": "2026-06-03T18:32:18.2585766",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "13"
}
],
"zoneMatrix": [
{
"$id": "15",
"id": 1,
"hostIdentifier": "KEHptz4O00KDVwmxeo6p3g==",
"hostIdentifierGuid": "b7e94128-0e3e-42d3-8357-09b17a8ea9de",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"5ed7052e-e51a-4a09-b443-3e6ef576e100",
"442561a4-0a19-4f0e-869f-96bc1931d865"
]
},
{
"$ref": "15"
}
],
"hostFileStoreSetting": {
"$ref": "11"
},
"hostStoreSettings": [
{
"$ref": "11"
},
{
"$ref": "11"
}
],
"promotionPlacements": [
{
"$id": "16",
"identifier": "wui1gnb6qEi9EIi4MhUUSQ==",
"identifierGuid": "82b5e8c2-fa76-48a8-bd10-88b832151449",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "16"
}
],
"promoTypeGuids": [
"a3e9c3b0-3586-4d77-ade4-7eb9b685bae4",
"880d0c69-7d67-4816-ba80-7fd56466e24f"
],
"isPromotionOnly": false,
"isOrderable": false,
"vendor": 0
},
"groupIDs": [
1,
2
],
"hostDescription": "sample string 27"
},
{
"$ref": "11"
}
],
"accounts": [
{
"$id": "17",
"id": 1,
"storeID": 1,
"accountName": "sample string 2",
"bsb": "sample string 3",
"accountNumber": "sample string 4",
"accountDesignated": true
},
{
"$ref": "17"
}
],
"sales": [
{
"$id": "18",
"id": 1,
"storeID": 1,
"externalSalesType": 2,
"ftpSiteID": 1,
"lastSaleProcessed": "2026-06-03T18:32:18.2585766",
"ftpSite": {
"$id": "19",
"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": "18"
}
],
"suppliedStores": [
1,
2
],
"zoneMatrix": [
{
"$ref": "15"
},
{
"$ref": "15"
}
],
"cashManagements": [
{
"$id": "20",
"id": 1,
"storeID": 1,
"cashManagementType": 2,
"apiID": 1,
"organisationID": "sample string 3",
"siteName": "sample string 4",
"thirdPartyAPI": {
"$id": "21",
"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": "20"
}
],
"updateStoreID": "77b65028-8d47-4953-be7e-a2d05726ad65",
"updateStore": {
"$id": "22",
"id": "4bdbab37-1da1-4c2c-8432-904751c24f92",
"name": "sample string 1",
"lastActivity": "2026-06-03T18:32:18.2585766",
"zone": "sample string 2",
"timeZoneOffset": 0.0,
"businessHoursStart": "00:00:00.1234567",
"businessHoursEnd": "00:00:00.1234567",
"master": true,
"lastIP": "sample string 10",
"lastHostName": "sample string 11",
"ping": 1,
"pingStatus": "sample string 12",
"lastUpdateCompleted": "2026-06-03T18:32:18.2585766"
},
"timeZoneId": "sample string 54",
"securityOptions": {
"$id": "23",
"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"
}
},
"storePrices": [
{
"$id": "24",
"pluG_UID": "rkWxxJ9UmUqTIkvY4Zr/uA==",
"pluGuid": "c4b145ae-549f-4a99-9322-4bd8e19affb8",
"plu": 1,
"storeID": 1,
"zoneID": 2,
"zoneName": "sample string 3",
"store": "sample string 4",
"isElectedMasterStore": true,
"isZoneMasterStore": true,
"priceNow": 7,
"costNow": 8,
"costNowDecimals": 9,
"normalPrice": 10,
"priceNext": 1,
"costNext": 1,
"costNextDecimals": 11,
"nextCampaignName": "sample string 12",
"gstPercent": 13,
"normalCost": 14,
"normalCostDecimals": 15,
"costGstPercent": 16,
"costCalcMethod": 1,
"currentCost": 17,
"currentCostDecimals": 18,
"break1": 19,
"price1": 20,
"break2": 21,
"price2": 22,
"break3": 23,
"price3": 24,
"fuelItem": 25,
"fixedWeight": 26,
"active": true,
"complianceIndicator": "sample string 27",
"doNotOrder": true,
"doNotRange": true,
"isNormalPriceChangesCampaign": true,
"updated": "2026-06-03T18:32:18.2585766"
},
{
"$ref": "24"
}
],
"currentPrices": {
"$id": "25",
"pluPrices": {
"$id": "26",
"plu": 1,
"pluG_UID": "QEA=",
"stores": [
1,
2
],
"normalPrice": 1,
"cost": 2,
"break1": 3,
"price1": 4,
"break2": 5,
"price2": 6,
"break3": 7,
"price3": 8,
"discountPrice": 9,
"memberDiscountPrice": 10,
"acceptedUtc": "2026-06-03T18:32:18.2585766",
"priceChangeType": 0,
"costDecimals": 11,
"costCalcMethod": 12,
"targetCampaignPriceGtOrEquNormal": true
},
"normalPluPrices": {
"$ref": "26"
},
"winningCampaign": 1,
"winner": {
"$id": "27",
"campaignName": "sample string 1",
"campaignDescription": "sample string 2",
"talkerText": "sample string 3",
"disableWasSave": true,
"startDate": "2026-06-03T18:32:18.2585766",
"startTime": 5,
"endDate": "2026-06-03T18:32:18.2585766",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "ZBkABSOsxUWLjHbEqYPm7g==",
"hostIdentifierGuid": "05001964-ac23-45c5-8b8c-76c4a983e6ee",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "27"
},
{
"$ref": "27"
}
]
},
"tray": {
"$id": "28",
"g_UId": "0QTYQwkecUm+xr6Zx8EQuQ==",
"guid": "43d804d1-1e09-4971-bec6-be99c7c110b9",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "29",
"priceGroupG_UID": "CKp8QF90a0uDlQzCZMoyhQ==",
"priceGroupGuid": "407caa08-745f-4b6b-8395-0cc264ca3285",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-06-03T18:32:18.2585766",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "6"
},
{
"$ref": "6"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "30",
"pluG_UID": "N32R9bZXlEWd2s0EOS620g==",
"pluGuid": "f5917d37-57b6-4594-9dda-cd04392eb6d2",
"plu": 1,
"servingsPerPack": 1,
"servingSize": 1,
"showAllergens": 1,
"energy": 1,
"protein": 1,
"fat": 1,
"saturated": 1,
"carbo": 1,
"sugars": 1,
"sodium": 1,
"potasium": 1,
"calcium": 1,
"fibre": 1,
"soya": 1,
"nutsSeeds": 1,
"shells": 1,
"eggs": 1,
"dairy": 1,
"gluten": 1,
"sulphites": 1,
"peanuts": 1,
"sesame": 1,
"fish": 1,
"lupins": 1
},
"dates": {
"$id": "31",
"pluGuid": "b3843e5b-9c6f-441b-8c8a-182e21c274d0",
"created": "2026-06-03T18:32:18.2585766",
"createdByUser": "sample string 1",
"activated": "2026-06-03T18:32:18.2585766",
"activatedByUser": "sample string 2",
"deactivated": "2026-06-03T18:32:18.2585766",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-06-03T18:32:18.2585766",
"lastOrderedQty": 4.0,
"lastReceived": "2026-06-03T18:32:18.2585766",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-06-03T18:32:18.2585766",
"lastSold": "2026-06-03T18:32:18.2585766",
"firstSold": "2026-06-03T18:32:18.2585766",
"awsUpdated": "2026-06-03T18:32:18.2585766",
"lastManualUpdate": "2026-06-03T18:32:18.2585766",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-06-03T18:32:18.2585766",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-06-03T18:32:18.2585766",
"doNotRangeUpdated": "2026-06-03T18:32:18.2585766",
"doNotOrderUpdated": "2026-06-03T18:32:18.2585766",
"tracked": "2026-06-03T18:32:18.2585766"
},
"allergens": [
{
"$id": "32",
"primaryKey": {
"$id": "33",
"pluGuid": "620cc36a-5da2-458c-9e89-9f531d754652",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "asMMYqJdjEWeiZ9THXVGUg==",
"pluGuid": "620cc36a-5da2-458c-9e89-9f531d754652",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "32"
}
],
"costs": {
"$id": "34",
"pluG_UID": "ZyY9nBok10eTHdtri7y+qA==",
"pluGuid": "9c3d2667-241a-47d7-931d-db6b8bbcbea8",
"enteredCost": 1,
"weightedAvgCost": 1,
"lastCost": 1,
"rawEnteredCost": 2,
"rawWeightedAvgCost": 3,
"rawLastCost": 4,
"freight": 5.0,
"freightType": 6,
"costDecimals": 7,
"fifoCost": 1,
"updated": "2026-06-03T18:32:18.2585766",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "35",
"saleHeaderID": 1,
"created": "2026-06-03T18:32:18.2585766",
"createdLocal": "2026-06-03T18:32:18.2585766",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "GwD2UmCjuUO7ZWrSZonE5Q==",
"operatorGuid": "52f6001b-a360-43b9-bb65-6ad26689c4e5",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "ULeN3mfhKkiG1ET8KhatJw==",
"pluGuid": "de8db750-e167-482a-86d4-44fc2a16ad27",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$id": "36",
"id": 1,
"g_Uid": "+1Mdt75WikCvijSWUo211Q==",
"guid": "b71d53fb-56be-408a-af8a-3496528db5d5",
"operatorNumber": 1,
"shortName": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"password": "sample string 5",
"hasPassword": true,
"passwordText": "sample string 6",
"rfidTagID": "sample string 7",
"blueprintID": 1,
"groupID": 1,
"groupName": "sample string 8",
"managerGroupID": 1,
"managerGroupName": "sample string 9",
"zoneID": 1,
"zoneName": "sample string 10",
"loggedIn": 1,
"lastUsedIP": "sample string 11",
"deleted": true,
"locked": true,
"allowOpenTill": true,
"webEmail": "sample string 14",
"simpleOperatorType": 0,
"webRole": "sample string 15",
"updated": "2026-06-03T18:32:18.2585766",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-06-03T18:32:18.2585766",
"endShift": "2026-06-03T18:32:18.2585766",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "37",
"operatorG_UID": "mEZro+tpIE6KyvBdCM9nLA==",
"operatorGuid": "a36b4698-69eb-4e20-8aca-f05d08cf672c",
"storeID": 2,
"operator": {
"$ref": "36"
},
"store": {
"$ref": "7"
}
},
{
"$ref": "37"
}
]
}
},
{
"$ref": "35"
}
],
"apns": [
{
"$id": "38",
"pluID": 1,
"pluG_UID": "3cGfAmbCJUabmKyso5C6HQ==",
"pluGuid": "029fc1dd-c266-4625-9b98-acaca390ba1d",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "38"
}
],
"tuns": [
{
"$id": "39",
"pluG_UId": "1W3SVJBCM0eVFhq1PueUUQ==",
"pluGuid": "54d26dd5-4290-4733-9516-1ab53ee79451",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "6"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "39"
}
],
"competitionPricing": [
{
"$id": "40",
"identifier": "EWDJJ/eDakWb4cNAYS0aeQ==",
"identifierGuid": "27c96011-83f7-456a-9be1-c340612d1a79",
"pluG_UID": "n1hfu3BOpkyy7fxC7W/7oA==",
"pluGuid": "bb5f589f-4e70-4ca6-b2ed-fc42ed6ffba0",
"competitionID": 1,
"name": "sample string 2",
"sellMultiple": 3,
"retailPrice": 4,
"storeName": "sample string 5"
},
{
"$ref": "40"
}
],
"supplier": {
"$ref": "1"
},
"supplierName": "sample string 148",
"children": [
{
"$ref": "6"
},
{
"$ref": "6"
}
],
"ordering": {
"$ref": "4"
},
"flipChartPages": [
{
"$id": "41",
"identifier": "v+ET/VkbHESQvKZBD4SYtA==",
"groupName": "sample string 1",
"identifierGuid": "fd13e1bf-1b59-441c-90bc-a6410f8498b4",
"exists": true,
"flipChartIdentifier": "EpbxYCUK7UO8qy19ey+pYA==",
"flipChartIdentifierGuid": "60f19612-0a25-43ed-bcab-2d7d7b2fa960",
"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": "AffrgX1quEaC5gEah/AjPA==",
"groupIdentifierGuid": "81ebf701-6a7d-46b8-82e6-011a87f0233c",
"flipChart": {
"$id": "42",
"identifier": "8+AKtysLA0q+IqDgItxh4Q==",
"identifierGuid": "b70ae0f3-0b2b-4a03-be22-a0e022dc61e1",
"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": "43",
"identifier": "h6by6kl+7EqttI/tEaF+Gg==",
"identifierGuid": "eaf2a687-7e49-4aec-adb4-8fed11a17e1a",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "44",
"id": 1,
"g_UID": "BIhxBEFIH0aUWllyvgUEKA==",
"guid": "04718804-4841-461f-945a-5972be050428",
"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": "gsu7f0RNekOJuqA91fm8uA==",
"previousFormGuid": "7fbbcb82-4d44-437a-89ba-a03dd5f9bcb8",
"nextForm": 1,
"nextFormG_UID": "BYdAdhVxk0qdSTj7JvNlsQ==",
"nextFormGuid": "76408705-7115-4a93-9d49-38fb26f365b1",
"attributes": "sample string 10",
"updated": "2026-06-03T18:32:18.2585766",
"positioning": 1,
"contentPanel": "sample string 11",
"selectionMode": 1,
"maximumSelections": 1,
"alteredInStore": true,
"deleted": true,
"blueprintID": 1,
"preserveLayout": true,
"mainCheckoutFormName": "sample string 13",
"nextCheckoutForm": {
"$ref": "44"
},
"previousCheckoutForm": {
"$ref": "44"
},
"buttons": [
{
"$id": "45",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "F72YFYqRr0maosLIvbap7w==",
"checkoutFormGuid": "1598bd17-918a-49af-9aa2-c2c8bdb6a9ef",
"identifier": "uqh8yARf2keQ+Yc57wht8g==",
"identifierGuid": "c87ca8ba-5f04-47da-90f9-8739ef086df2",
"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": "4P6rm/dKHUCk8V8yPcJZag==",
"valueGuid": "9babfee0-4af7-401d-a4f1-5f323dc2596a",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-06-03T18:32:18.2585766",
"action": "sample string 12",
"valueForm": {
"$ref": "44"
},
"image": {
"$id": "46",
"name": "sample string 3.sample string 4",
"imageID": 2,
"imageName": "sample string 3",
"imageExtension": "sample string 4",
"lastUpdate": "2026-06-03T18:32:18.2585766",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "45"
}
],
"panels": [
{
"$id": "47",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "iqKfa61ZVU+a4gzKVSPh4A==",
"checkoutFormGuid": "6b9fa28a-59ad-4f55-9ae2-0cca5523e1e0",
"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": "47"
}
]
},
{
"$ref": "44"
}
],
"panels": [
{
"$ref": "47"
},
{
"$ref": "47"
}
]
},
"pages": [
{
"$ref": "41"
},
{
"$ref": "41"
}
]
},
"contentPanel": {
"$ref": "47"
},
"products": [
{
"$id": "48",
"flipChartPageIdentifier": "n2l0pEVfUUmjh+U+9aJEwg==",
"flipChartPageIdentifierGuid": "a474699f-5f45-4951-a387-e53ef5a244c2",
"pluG_UID": "etW4q0dtTkSYi51693VmWw==",
"pluGuid": "abb8d57a-6d47-444e-988b-9d7af775665b",
"sortOrder": 3,
"sent": true,
"productChanged": true,
"productImageName": "sample string 6",
"productShowImageOnFlipCharts": true,
"productShowTextOnFlipCharts": true,
"productOverrideFlipChartText": true,
"productFlipChartText": "sample string 10",
"product": {
"$ref": "6"
},
"departmentSortOrder": 11,
"subDepartmentName": "sample string 12"
},
{
"$ref": "48"
}
],
"productCount": 27,
"pages": [
{
"$ref": "41"
},
{
"$ref": "41"
}
]
},
{
"$ref": "41"
}
],
"priceHistory": [
{
"$id": "49",
"pluG_UID": "70cRKb4Sy0+cPaVzrwsVAg==",
"pluGuid": "291147ef-12be-4fcb-9c3d-a573af0b1502",
"price": 1,
"costCalcMethod": 1,
"cost": 2,
"weightedAvgCost": 3,
"lastCost": 4,
"rawCost": 5,
"rawWeightedAvgCost": 6,
"rawLastCost": 7,
"costDecimals": 8,
"serviceFeeID": 9,
"freight": 10.0,
"freightType": 11,
"process": "sample string 12",
"user": "sample string 13",
"updated": "2026-06-03T18:32:18.2585766",
"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": "49"
}
],
"ingredients": [
{
"$id": "50",
"pluG_UID": "TigOTsEVrEKCmO6Kq/0Zfw==",
"ingredientGuid": "XB+Vgj6/vEKcgX0LjMAqaQ==",
"ingredientIdentifier": "82951f5c-bf3e-42bc-9c81-7d0b8cc02a69",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "6"
}
},
{
"$ref": "50"
}
],
"bins": [
{
"$id": "51",
"pluG_UID": "re3HF7p6Z0SRW5I1z2ZIJg==",
"pluGuid": "17c7edad-7aba-4467-915b-9235cf664826",
"shelfLocationIdentifier": "Jswg0W7wnk6eUGYyMxgdwQ==",
"shelfLocationGuid": "d120cc26-f06e-4e9e-9e50-663233181dc1",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "LkqICKn7OkeogpefT6ELug==",
"labelPageLayoutGuid": "08884a2e-fba9-473a-a882-979f4fa10bba",
"updated": "2026-06-03T18:32:18.2585766",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "6"
},
"location": {
"$id": "52",
"identifier": "08z78OmO2kio6CShFB90vg==",
"storeID": 1,
"identifierGuid": "f0fbccd3-8ee9-48da-a8e8-24a1141f74be",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-06-03T18:32:18.2585766",
"minTemp": 1,
"maxTemp": 1,
"checkFrequency": 1,
"storeCaseConfiguration": 5,
"storeName": "sample string 6",
"bins": [
{
"$ref": "51"
},
{
"$ref": "51"
}
]
}
},
{
"$ref": "51"
}
],
"bin": {
"$ref": "51"
},
"scaleLocations": [
{
"$id": "53",
"plu": 1,
"pluG_UID": "xb1eI0f6mkW/4fOnHgbMfg==",
"pluGuid": "235ebdc5-fa47-459a-bfe1-f3a71e06cc7e",
"deptNo": 1,
"product": {
"$ref": "6"
},
"scaleLocation": {
"$id": "54",
"id": 1,
"deptNo": 1,
"deptCode": "sample string 2",
"name": "sample string 3",
"enabled": true,
"updated": "2026-06-03T18:32:18.2585766",
"department": {
"$id": "55",
"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": "54"
},
"subDepartments": [
{
"$id": "56",
"id": 1,
"departmentID": 2,
"name": "sample string 3",
"code": "sample string 4",
"departmentCode": "sample string 5",
"externalSales": true,
"minorDepartments": [
{
"$id": "57",
"id": 1,
"subDepartmentID": 2,
"departmentID": 3,
"name": "sample string 4",
"subDepartmentCode": "sample string 5",
"departmentCode": "sample string 6",
"code": "sample string 7",
"lesserDepartments": [
{
"$id": "58",
"id": 1,
"departmentID": 2,
"subDepartmentID": 3,
"minorDepartmentID": 4,
"name": "sample string 5",
"code": "sample string 6",
"departmentCode": "sample string 7",
"subDepartmentCode": "sample string 8",
"minorDepartmentCode": "sample string 9",
"updated": "2026-06-03T18:32:18.2585766",
"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": "L46MgnG+v0SgMB+4Asr7XQ==",
"labelPageLayoutGuid": "828c8e2f-be71-44bf-a030-1fb802cafb5d",
"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": "59",
"dept": 1,
"category": 2,
"name": "sample string 3",
"active": true,
"mscCommodities": [
{
"$id": "60",
"dept": 1,
"category": 2,
"commodity": 3,
"name": "sample string 4",
"active": true,
"mscSubCommodities": [
{
"$id": "61",
"dept": 1,
"category": 2,
"commodity": 3,
"subCommodity": 4,
"name": "sample string 5",
"active": true,
"subCommodityCode": "sample string 7"
},
{
"$ref": "61"
}
],
"commodityCode": "sample string 6"
},
{
"$ref": "60"
}
],
"categoryCode": "sample string 5"
},
"mscCom": {
"$ref": "60"
},
"mscDep": {
"$id": "62",
"dept": 1,
"name": "sample string 2",
"active": true,
"mscCategories": [
{
"$ref": "59"
},
{
"$ref": "59"
}
],
"deptCode": "sample string 4"
},
"mscSubCom": {
"$ref": "61"
}
},
{
"$ref": "58"
}
],
"updated": "2026-06-03T18:32:18.2585766",
"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": "TUlDC/Sw+ESzcv1dXQBIJg==",
"labelPageLayoutGuid": "0b43494d-b0f4-44f8-b372-fd5d5d004826",
"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": "59"
},
"mscCom": {
"$ref": "60"
},
"mscDep": {
"$ref": "62"
},
"mscSubCom": {
"$ref": "61"
}
},
{
"$ref": "57"
}
],
"investmentBuyOverride": true,
"updated": "2026-06-03T18:32:18.2585766",
"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": "b9rEiYu8H0CAAclm3Rcrvw==",
"labelPageLayoutGuid": "89c4da6f-bc8b-401f-8001-c966dd172bbf",
"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": "59"
},
"mscCom": {
"$ref": "60"
},
"mscDep": {
"$ref": "62"
},
"mscSubCom": {
"$ref": "61"
}
},
{
"$ref": "56"
}
],
"stores": [
1,
2
],
"investmentBuyOverride": true,
"updated": "2026-06-03T18:32:18.2585766",
"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": "wkd3P4f6yUG/jGZmw0/Svw==",
"labelPageLayoutGuid": "3f7747c2-fa87-41c9-bf8c-6666c34fd2bf",
"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": "59"
},
"mscCom": {
"$ref": "60"
},
"mscDep": {
"$ref": "62"
},
"mscSubCom": {
"$ref": "61"
}
}
}
},
{
"$ref": "53"
}
],
"nextPrice": {
"$id": "63",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 1,
"hostOfferID": 1,
"metcashPromotionID": "sample string 4",
"metcashPromotionPlacement": "sample string 5",
"pluG_UID": "xT/Flgc24EiiyNdjRmCEqA==",
"pluGuid": "96c53fc5-3607-48e0-a2c8-d763466084a8",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "B45nHvOb8Ua3RvZBfwSlyw==",
"dealCostGuid": "1e678e07-9bf3-46f1-b746-f6417f04a5cb",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "l6aSRkNAGU66FJkRf3yZsg==",
"priceGroupGuid": "4692a697-4043-4e19-ba14-99117f7c99b2",
"itemNumber": "sample string 10",
"cri": "sample string 11",
"pluPrice": 12,
"costCalcMethod": 13,
"pluCost": 14,
"pluCostIndicator": "sample string 15",
"pluPriceGstPercent": 16,
"pluCostGstPercent": 17,
"pluActive": true,
"cartonQty": 1.1,
"baseUnits": 19.1,
"salesMode": 1,
"orderPacked": 20,
"pluNormalCost": 21,
"pluaws": 22.0,
"directNumber": "sample string 23",
"departmentName": "sample string 24",
"subDepartmentName": "sample string 25",
"priceGroupName": "sample string 26",
"supplierName": "sample string 27",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-06-03T18:32:18.2585766",
"rrp": 28,
"campaignDescription": "sample string 29",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "d82be183-e638-4c90-bea9-10657a9e723a",
"campaignComboPriceGroupG_UID": "Gz8bc6wNhk6w55G2n+SLsw==",
"campaignComboPriceGroupIdentifier": "731b3f1b-0dac-4e86-b0e7-91b69fe48bb3",
"promotionPlacementDescription": "sample string 31",
"storeAcceptances": [
{
"$id": "64",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-06-03T18:32:18.2585766",
"operatorG_UID": "VZwkzLRhREC0K1B4vhYqIQ==",
"operatorGuid": "cc249c55-61b4-4044-b42b-5078be162a21",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-06-03T18:32:18.2585766",
"signIqTicketFileMovedUtc": "2026-06-03T18:32:18.2585766",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-06-03T18:32:18.2585766",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "8a9a207e-e903-4355-adfa-ccfe6667e5c5",
"product": {
"$ref": "6"
},
"campaignPlu": {
"$ref": "63"
},
"fuelItem": true
},
{
"$ref": "64"
}
],
"campaign": {
"$id": "65",
"id": 1,
"storeID": 2,
"name": "60786086-9a98-41d2-974d-80699e40d6ef",
"nameGuid": "60786086-9a98-41d2-974d-80699e40d6ef",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-06-03T18:32:18.2585766",
"startTime": 1,
"endDate": "2026-06-03T18:32:18.2585766",
"endTime": 1,
"recurrence": 1,
"recurrenceType": 1,
"monthType": 1,
"weekDays": 1,
"months": 1,
"monthWeeks": 1,
"monthDays": "sample string 7",
"printed": true,
"talkerText": "sample string 8",
"rangeDescription": "sample string 9",
"dealDescription": "sample string 10",
"labelQuantity": 11,
"active": 1,
"deactivated": "2026-06-03T18:32:18.2585766",
"system": true,
"created": "2026-06-03T18:32:18.2585766",
"updated": "2026-06-03T18:32:18.2585766",
"priceChangeNotifiedUtc": "2026-06-03T18:32:18.2585766",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "IABFmUA+V02YVPSDJvmZcg==",
"hostIdentifierGuid": "99450020-3e40-4d57-9854-f48326f99972",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-06-03T18:32:18.2585766",
"updatedByUser": "sample string 18",
"offerID": 1,
"isPriceChangeCampaign": true,
"stores": [
1,
2
],
"storeNames": [
"sample string 1",
"sample string 2"
],
"campaignPlus": [
{
"$ref": "63"
},
{
"$ref": "63"
}
],
"campaignPools": [
{
"$id": "66",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 4,
"pluG_UID": "mu4RoS9gNEyjOMq28r3Ojg==",
"pluGuid": "a111ee9a-602f-4c34-a338-cab6f2bdce8e",
"hostOfferID": 1,
"priceGroupG_UID": "rGwyNMCRv0qOHfRQXJSBdw==",
"priceGroupGuid": "34326cac-91c0-4abf-8e1d-f4505c948177",
"fuelItem": true,
"pluName": "sample string 6",
"apn": "sample string 7",
"pluActive": true,
"cartonQty": 1,
"baseUnits": 9.1,
"cri": "sample string 10",
"salesMode": 1,
"orderPacked": 11,
"pluaws": 12.0,
"directNumber": "sample string 13",
"departmentName": "sample string 14",
"subDepartmentName": "sample string 15",
"priceGroupName": "sample string 16",
"supplierName": "sample string 17",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-06-03T18:32:18.2585766",
"rrp": 18,
"campaignDescription": "sample string 19",
"product": {
"$ref": "6"
},
"campaign": {
"$ref": "65"
}
},
{
"$ref": "66"
}
],
"sellingRules": [
{
"$id": "67",
"id": 1,
"identifier": "AEQgsjOV/U6MXoeN/i7gxA==",
"identifierStr": "AEQgsjOV/U6MXoeN/i7gxA==",
"identifierGuid": "b2204400-9533-4efd-8c5e-878dfe2ee0c4",
"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": "65"
}
},
{
"$ref": "67"
}
],
"customers": [
{
"$id": "68",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"customerID": "8QozasHO/kOziC/pQefFXA==",
"customerIDGuid": "6a330af1-cec1-43fe-b388-2fe941e7c55c",
"campaign": {
"$ref": "65"
},
"customer": {
"$id": "69",
"identifier": "jfLW1YjvBEeIUHDi9qY2rg==",
"identifierGuid": "d5d6f28d-ef88-4704-8850-70e2f6a636ae",
"code": "sample string 2",
"familyName": "sample string 3",
"givenName": "sample string 4",
"otherName": "sample string 5",
"title": "sample string 6",
"dateOfBirth": "2026-06-03T18:32:18.2585766",
"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": "4gidaBBgkEi8I9oPC4/nWA==",
"communityIdentifierGuid": "689d08e2-6010-4890-bc23-da0f0b8fe758",
"joined": "2026-06-03T18:32:18.2585766",
"updated": "2026-06-03T18:32:18.2585766",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "6kEoMnRul0K/9Ftxu0oDXQ==",
"priceLevelIdentifierGuid": "322841ea-6e74-4297-bff4-5b71bb4a035d",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-06-03T18:32:18.2585766",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "70",
"cardType": 2,
"issueDate": "2026-06-03T18:32:18.2585766",
"expiry": "2026-06-03T18:32:18.2585766",
"customerID": "l//uqy6n7UWkBx/vB+VHPA==",
"customerIDGuid": "abeeff97-a72e-45ed-a407-1fef07e5473c",
"initialValue": 1,
"currentValue": 1,
"maxLimit": 1,
"minTransaction": 1,
"maxTransaction": 1,
"multiplier": 1.1,
"active": true,
"reasonInactive": 1,
"idRequired": true,
"idType": 1,
"idValue": "sample string 5",
"updated": "2026-06-03T18:32:18.2585766",
"linkedAccount": "GUExkCJuu0mqxGRwrGiwRQ==",
"linkedAccountGuid": "90314119-6e22-49bb-aac4-6470ac68b045",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "69"
},
"account": {
"$id": "71",
"id": 1,
"identifier": "MM1BweXRAkuqzmWlJsQUqA==",
"identifierGuid": "c141cd30-d1e5-4b02-aace-65a526c414a8",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-06-03T18:32:18.2585766",
"owner": "WrVOiQtwX0GMmVF5PZISKA==",
"ownerGuid": "894eb55a-700b-415f-8c99-51793d921228",
"accountStoreGroupIdentifier": "7lxxWV6Y5EKiK8gxbB8dZw==",
"accountStoreGroupGuid": "59715cee-985e-42e4-a22b-c8316c1f1d67",
"accountType": 1,
"currentBalance": 1,
"externalID": "sample string 7",
"maximumLimit": 1,
"accruePoints": true,
"loyaltyPoints": 1,
"termsOfTrade": 1,
"signatureRequired": true,
"referenceRequired": true,
"statementSendType": 10,
"ageingPeriod": 1,
"monthlyAgeingPeriod": true,
"explodedInvoice": true,
"isFifoAllocation": true,
"lastStatementSent": "2026-06-03T18:32:18.2585766",
"active": true,
"updated": "2026-06-03T18:32:18.2585766",
"deleted": true,
"deletedUser": "sample string 16",
"currentBalanceChanged": true,
"maximumLimitChanged": true,
"loyaltyPointsChanged": true,
"projectedBalance": 17,
"accountStoreGroupStoreIDs": [
1,
2
],
"customerEmail": "sample string 18",
"ownerCustomer": {
"$ref": "69"
},
"card": {
"$ref": "70"
},
"members": {
"$id": "72",
"sample string 1": [
{
"$ref": "69"
},
{
"$ref": "69"
}
],
"sample string 2": [
{
"$ref": "69"
},
{
"$ref": "69"
}
]
},
"customerGroups": [
{
"$id": "73",
"identifier": "vmt9KrI7kECuA96xmjY3Ew==",
"identifierGuid": "2a7d6bbe-3bb2-4090-ae03-deb19a363713",
"name": "sample string 2",
"primaryContact": "MXb4SKT6F0K8BEyf1YQdGA==",
"primaryContactGuid": "48f87631-faa4-4217-bc04-4c9fd5841d18",
"accountID": "TV3xRmf0LE2nwIaJHnlvAg==",
"accountIDGuid": "46f15d4d-f467-4d2c-a7c0-86891e796f02",
"special": true,
"updated": "2026-06-03T18:32:18.2585766",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "GT2RGAQCw0Gjly59BTsyZQ==",
"priceLevelIdentifierGuid": "18913d19-0204-41c3-a397-2e7d053b3265",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "71"
},
"primaryContactCustomer": {
"$ref": "69"
},
"customerGroupMembers": [
{
"$id": "74",
"id": 1,
"groupID": "uHyLgUUJsEGCf77EBkwgRA==",
"groupIDGuid": "818b7cb8-0945-41b0-827f-bec4064c2044",
"customerID": "9zJ9oXR+6k2muBWlChYfgA==",
"customerIDGuid": "a17d32f7-7e74-4dea-a6b8-15a50a161f80",
"card": "sample string 4",
"linkedAccount": "J0mwtQZts0OlhXVLaYsqlA==",
"linkedAccountGuid": "b5b04927-6d06-43b3-a585-754b698b2a94",
"customer": {
"$ref": "69"
},
"group": {
"$ref": "73"
},
"customerCard": {
"$ref": "70"
}
},
{
"$ref": "74"
}
]
},
{
"$ref": "73"
}
]
},
"payments": [
{
"$id": "75",
"id": 1,
"identifier": "NhFjcfD7QU+hOqEG1EwGRg==",
"identifierGuid": "71631136-fbf0-4f41-a13a-a106d44c0646",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "WorK4FMPYUuu7V40sUZ5xg==",
"accountIDGuid": "e0ca8a5a-0f53-4b61-aeed-5e34b14679c6",
"customerAccount": {
"$ref": "71"
},
"customerCard": {
"$ref": "70"
},
"accountType": 1,
"cardName": "sample string 8",
"authorisationNumber": "sample string 9",
"bankReference": "sample string 10",
"merchantID": "sample string 11",
"terminalID": "sample string 12",
"cardNumber": "sample string 13",
"paymentDate": "2026-06-03T18:32:18.2585766",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "/NXASTJhaUWBHnlSITssmA==",
"idempotentVoidGuid": "49c0d5fc-6132-4569-811e-7952213b2c98",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "76",
"saleHeaderID": 1,
"saleHeaderGuid": "dGfUi/evm0+hBfqGTHVY1g==",
"saleHeaderIdentifierGuid": "8bd46774-aff7-4f9b-a105-fa864c7558d6",
"created": "2026-06-03T18:32:18.2585766",
"createdLocal": "2026-06-03T18:32:18.2585766",
"createdText": "sample string 4",
"itemCount": 5,
"totalAmount": 6,
"cashTender": 1,
"cardTender": 1,
"cheqTender": 1,
"acctTender": 1,
"voucherTender": 1,
"loyaltyPoints": 1,
"cashout": 1,
"changeAmount": 1,
"rounding": 1,
"gstAmount": 1,
"transactionDiscountTender": 1,
"totalTip": 7,
"tranType": 1,
"processed": 1,
"imported": "2026-06-03T18:32:18.2585766",
"storeID": 1,
"operatorG_Uid": "ibCzF1NstEOCrDaeQKwmbw==",
"operatorGuid": "17b3b089-6c53-43b4-82ac-369e40ac266f",
"customerG_Uid": "7w0hfhd8/U+01K7fHzSmrQ==",
"customerGuid": "7e210def-7c17-4ffd-b4d4-aedf1f34a6ad",
"communityIdentifier": "XW+rufIvb0ekyvme+ccLSw==",
"communityIdentifierGuid": "b9ab6f5d-2ff2-476f-a4ca-f99ef9c70b4b",
"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": "60CZhHaXQk+yG67VCyjiKw==",
"priceLevelIdentifierGuid": "849940eb-9776-4f42-b21b-aed50b28e22b",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-06-03T18:32:18.2585766+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": "77",
"customerName": "sample string 1",
"pickupAt": "2026-06-03T18:32:18.2585766",
"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": "36"
},
"customer": {
"$ref": "69"
},
"communityOrganisation": {
"$id": "78",
"id": 1,
"identifier": "1N8jAyQx0UWh1rr03WUXiw==",
"identifierGuid": "0323dfd4-3124-45d1-a1d6-baf4dd65178b",
"name": "sample string 3",
"lookupIdentifier": "sample string 4",
"externalID": "sample string 5",
"phone": "sample string 6",
"fax": "sample string 7",
"email": "sample string 8",
"address1": "sample string 9",
"address2": "sample string 10",
"city": "sample string 11",
"postCode": "sample string 12",
"state": "sample string 13",
"country": "sample string 14",
"abn": "sample string 15",
"promoPeriodStart": "2026-06-03T18:32:18.2585766",
"promoPeriodEnd": "2026-06-03T18:32:18.2585766",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-06-03T18:32:18.2585766",
"deleted": true
},
"details": [
{
"$id": "79",
"saleItemID": 1,
"identifier": "nHOcmToDe0yU34KiMl+aaQ==",
"identifierGuid": "999c739c-033a-4c7b-94df-82a2325f9a69",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "rK/Xky26Hki0X/c8O7bXqg==",
"pluGuid": "93d7afac-ba2d-481e-b45f-f73c3bb6d7aa",
"accountID": "jenHh1Z9y06VgbYcHErasQ==",
"accountIDGuid": "87c7e98d-7d56-4ecb-9581-b61c1c4adab1",
"normalPrice": 3,
"originalSellingPrice": 4,
"discountPrice": 5,
"unit": 1,
"quantity": 6,
"totalCents": 7,
"fixedPrice": 1,
"tranType": 1,
"discountType": 1,
"cost": 1,
"costDecimals": 8,
"markdown": 1,
"manualQuantity": 1,
"manualPrice": 1,
"manualMode": 1,
"active": 1,
"offline": true,
"barcode": "sample string 9",
"keyedSale": 1,
"discountedID": 1,
"fuelID": 1,
"serialNumber": "sample string 10",
"bestOrExpire": "2026-06-03T18:32:18.2585766",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "Wl/pNNP9YEO0TZK7+JnhwA==",
"refundGuid": "34e95f5a-fdd3-4360-b44d-92bbf899e1c0",
"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": "kWoWqjzmcEaLXmDNeqc3+g==",
"idempotentVoidGuid": "aa166a91-e63c-4670-8b5e-60cd7aa737fa",
"priceLevelIdentifier": "8xKq/ibuAkaUTyw/JalR9g==",
"priceLevelIdentifierGuid": "feaa12f3-ee26-4602-944f-2c3f25a951f6",
"communityIdentifier": "H8/mXuRUeEW45NFWKY/DMg==",
"communityIdentifierGuid": "5ee6cf1f-54e4-4578-b8e4-d156298fc332",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "80",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-06-03T18:32:18.2585766",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "80"
}
],
"refund": {
"$id": "81",
"id": 1,
"g_UID": "BM7hJ3P+ME+rxnFWIKwMwQ==",
"guid": "27e1ce04-fe73-4f30-abc6-715620ac0cc1",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-06-03T18:32:18.2585766"
},
"modifier": {
"$id": "82",
"id": 1,
"setG_UID": "fTNhzqBA6UiktRe98uIxRA==",
"modifierSetGuid": "ce61337d-40a0-48e9-a4b5-17bdf2e23144",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "jaCFBczPlE6DKrEE+YBzEw==",
"pluGuid": "0585a08d-cfcc-4e94-832a-b104f9807313",
"deleted": true,
"g_UID": "INXZU+OhAUG0VtlWXXIIuw==",
"guid": "53d9d520-a1e3-4101-b456-d9565d7208bb",
"product": {
"$ref": "6"
}
},
"priceLevelName": "sample string 25",
"pumpNumber": 1,
"hoseNumber": 1
},
{
"$ref": "79"
}
],
"eftReceipts": [
{
"$id": "83",
"id": 1,
"storeID": 1,
"saleHeaderID": 2,
"storeSaleHeader": {
"$ref": "76"
},
"receipt": "sample string 3",
"processed": 1
},
{
"$ref": "83"
}
],
"payments": [
{
"$ref": "75"
},
{
"$ref": "75"
}
],
"cards": [
{
"$id": "84",
"id": 1,
"saleHeaderID": 1,
"identifier": "sample string 2",
"cardType": 3,
"providerName": "sample string 4"
},
{
"$ref": "84"
}
],
"campaignHits": [
{
"$id": "85",
"id": 1,
"saleHeaderID": 2,
"campaign": "sample string 3",
"name": "sample string 4",
"processed": 1,
"campaignDescription": "sample string 5"
},
{
"$ref": "85"
}
],
"fuel": [
{
"$id": "86",
"id": 1,
"plu": 1,
"pluG_UID": "LVBjsZwYtk+kxJXLQDMvzA==",
"pluGuid": "b163502d-189c-4fb6-a4c4-95cb40332fcc",
"saleHeaderID": 2,
"totalCents": 3,
"grade": 1,
"gradeDescription": "sample string 4",
"dispenser": 1,
"hose": 1,
"quantity": 1,
"cost": 1,
"acquirerNum": 1,
"attendant": 1,
"ePurseBalance": 1.0,
"cardSignature": "sample string 5",
"compartmentNumber": 1,
"contractNumber": 1,
"discountCardPAN": "sample string 6",
"discountID": 1,
"discountName": "sample string 7",
"discountNetValue": 1.0,
"discountType": 1,
"discountValue": 1.0,
"discretionaryData": "sample string 8",
"driverID": "sample string 9",
"eftBatchNumber": 1,
"eftResponseCode": "sample string 10",
"endDateTime": "2026-06-03T18:32:18.2585766",
"engineHours": 1.1,
"fposNumber": 1,
"loyaltyCardPAN": "sample string 11",
"miscData1": 1,
"miscData2": "sample string 12",
"miscFlags": 1,
"mop": 1,
"odometer": 1,
"panNumber": "sample string 13",
"saleRefund": true,
"saleStatus": 1,
"sequenceNumber": 1,
"stan": 1,
"startDateTime": "2026-06-03T18:32:18.2585766",
"tagNumber": "sample string 15",
"trackTwoRem": "sample string 16",
"transCode": 1,
"transType": 1,
"unitPrice": 1.0,
"vehicleReg": "sample string 17",
"offline": true,
"processed": 1
},
{
"$ref": "86"
}
],
"fuelResells": [
{
"$id": "87",
"saleItemID": 1,
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "HbExZHSxrE6BgiRWCus+aQ==",
"pluGuid": "6431b11d-b174-4eac-8182-24560aeb3e69",
"accountID": "P3w9UZgF+EilfFPp/EVfoA==",
"accountIDGuid": "513d7c3f-0598-48f8-a57c-53e9fc455fa0",
"normalPrice": 3,
"originalSellingPrice": 4,
"discountPrice": 5,
"unit": 1,
"quantity": 6,
"totalCents": 7,
"fixedPrice": 1,
"tranType": 1,
"processed": 1,
"discountType": 1,
"cost": 1,
"costDecimals": 1,
"markdown": 1,
"manualQuantity": 1,
"manualPrice": 1,
"manualMode": 1,
"active": 1,
"barcode": "sample string 8",
"offline": 1,
"keyedSale": 1,
"discountedID": 1,
"fuelID": 1,
"serialNumber": "sample string 9",
"bestOrExpire": "2026-06-03T18:32:18.2585766",
"bestOrExpireType": 1,
"refundG_UID": "uUgTyi2ppkCkjVco+wslUA==",
"refundGuid": "ca1348b9-a92d-40a6-a48d-5728fb0b2550",
"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": "87"
}
],
"customerOrder": [
{
"$id": "88",
"identifier": "+EXq4Y0rgU6skfvlDGI7lg==",
"identifierGuid": "e1ea45f8-2b8d-4e81-ac91-fbe50c623b96",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "IZmYIBFWIEak9SYifr2TtA==",
"customerIdentifierGuid": "20989921-5611-4620-a4f5-26227ebd93b4",
"operatorNo": 1,
"operatorG_UID": "whgr2S4HhU+q9BPwdTHyvQ==",
"operatorGuid": "d92b18c2-072e-4f85-aaf4-13f07531f2bd",
"created": "2026-06-03T18:32:18.2585766",
"ordered": "2026-06-03T18:32:18.2585766",
"started": "2026-06-03T18:32:18.2585766",
"completed": "2026-06-03T18:32:18.2585766",
"supplied": "2026-06-03T18:32:18.2585766",
"quickTicket": 1,
"deleted": true,
"walkAway": true,
"approxWait": 1,
"actualWait": 1,
"deliveryMethod": 8,
"externalSaleType": 9,
"customer": {
"$ref": "69"
},
"operator": {
"$ref": "36"
},
"details": [
{
"$id": "89",
"headerID": 1,
"plu": 1,
"pluG_UId": "E1RcCb789UCw4Ggc3J9DoQ==",
"pluGuid": "095c5413-fcbe-40f5-b0e0-681cdc9f43a1",
"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": "i5XXA9lelkapyXIxZEEpvA==",
"headerIdentifierGuid": "03d7958b-5ed9-4696-a9c9-7231644129bc",
"product": {
"$ref": "6"
}
},
{
"$ref": "89"
}
],
"storeName": "sample string 11",
"customerName": "sample string 12",
"storeReplyTo": "sample string 13",
"storeSubjectLine": "sample string 14",
"storeSaleHeader": {
"$ref": "76"
}
},
{
"$ref": "88"
}
],
"surveyResponses": [
{
"$id": "90",
"surveyG_UID": "if+2wyYm10OYmChUAiP4CA==",
"surveyGuid": "c3b6ff89-2626-43d7-9898-28540223f808",
"saleHeaderGuid": "WlcJBcitrkCIame5bHvrHw==",
"saleGuid": "0509575a-adc8-40ae-886a-67b96c7beb1f",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "yzDvH5l9J0SHSj7T6cWm+w==",
"guidResponse": "1fef30cb-7d99-4427-874a-3ed3e9c5a6fb",
"whoAnswered": 2,
"answeredAtUTC": "2026-06-03T18:32:18.2585766",
"sale": {
"$ref": "76"
},
"survey": {
"$id": "91",
"g_UID": "J67Rz+zFrk6sciBV1/UCyQ==",
"guid": "cfd1ae27-c5ec-4eae-ac72-2055d7f502c9",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "PhBAEyWTfkqlHGSCPPpVAw==",
"checkoutFormGuid": "1340103e-9325-4a7e-a51c-64823cfa5503",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-06-03T18:32:18.2585766",
"end": "2026-06-03T18:32:18.2585766",
"deleted": true,
"updated": "2026-06-03T18:32:18.2585766",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"091dd39a-92a4-4906-8086-3d65f312b629",
"fd583ffb-8780-4d6d-a591-916faa7824a3"
],
"allowsAllTextResponses": true,
"surveyForm": {
"$ref": "44"
}
},
"ingressId": "sample string 4"
},
{
"$ref": "90"
}
],
"storeName": "sample string 39",
"terminalNumber": 40,
"machineName": "sample string 41",
"operatorName": "sample string 42",
"direction": 1,
"reason": "sample string 43",
"accountG_UID": "R+CUdkg7tk2vpIr8AFvLfA==",
"accountIdentifier": "7694e047-3b48-4db6-afa4-8afc005bcb7c",
"accountName": "sample string 44",
"customerOrderIdentifier": "ld5DK6lrwEaMpimb/xSMaA==",
"customerOrderIdentifierGuid": "2b43de95-6ba9-46c0-8ca6-299bff148c68",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "92",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "zLTO4ZWJM0yjpeDrEkKwXg==",
"paymentIdentifierGuid": "e1ceb4cc-8995-4c33-a3a5-e0eb1242b05e",
"identifier": "/XlozYL86UKSS7AbYzZwVQ==",
"identifierGuid": "cd6879fd-fc82-42e9-924b-b01b63367055",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "/i3ppb74xkCHyl2miPglng==",
"itemIdentifierGuid": "a5e92dfe-f8be-40c6-87ca-5da688f8259e"
}
},
{
"$ref": "75"
}
]
},
{
"$ref": "70"
}
],
"customerGroupMembers": [
{
"$ref": "74"
},
{
"$ref": "74"
}
],
"customerGroups": [
{
"$ref": "73"
},
{
"$ref": "73"
}
],
"accounts": [
{
"$ref": "71"
},
{
"$ref": "71"
}
],
"account": {
"$ref": "71"
},
"vouchers": [
{
"$id": "93",
"customerIdentifier": "oB1Sw2OhkEmTr5GxjimbEg==",
"customerIdentifierGuid": "c3521da0-a163-4990-93af-91b18e299b12",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "CqerFNjS10y1qd0P/uH58Q==",
"idempotentGuid": "14aba70a-d2d8-4cd7-b5a9-dd0ffee1f9f1",
"offline": true,
"voucher": {
"$id": "94",
"id": 1,
"name": "sample string 2",
"description": "sample string 3",
"shortDescription": "sample string 4",
"url": "sample string 5",
"barcodeTemplateID": 1,
"expiry": 0,
"voucherType": 6,
"limitPerTransaction": 7,
"customerTracking": true,
"discountAccount": "sample string 9",
"endDate": "2026-06-03T18:32:18.2585766",
"barcodeTemplate": {
"$id": "95",
"templateID": 1,
"template": "sample string 1",
"bcFunction": "sample string 2",
"sortOrder": 3
},
"scaleLabel": {
"$id": "96",
"id": 1,
"uid": "sample string 2",
"name": "sample string 3",
"width": 1.1,
"height": 1.1,
"showBorder": true,
"borderWidth": 1.1,
"borderStyle": 1,
"borderColour": "sample string 5",
"updated": "2026-06-03T18:32:18.2585766",
"labelPageLayout": "UJrAUbmOAEyW18ilT7vBVg==",
"pageLayoutGuid": "51c09a50-8eb9-4c00-96d7-c8a54fbbc156",
"labelType": 6,
"oldName": "sample string 7",
"voucher": {
"$ref": "94"
},
"elements": [
{
"$id": "97",
"id": 1,
"scaleLabelID": 2,
"showPercentDI": true,
"showAvgPerHundred": true,
"showAvgPerServe": true,
"name": "sample string 6",
"x": 1.1,
"y": 1.1,
"width": 1.1,
"height": 1.1,
"type": 1,
"rotation": 1,
"text": "sample string 7",
"fontFamily": "sample string 8",
"align": 1,
"bold": true,
"italic": true,
"underline": true,
"strikeout": true,
"reverse": true,
"textColour": "sample string 9",
"fontSize": 1.1,
"picture": "QEA=",
"borderWidth": 10,
"sortOrder": 11,
"printOptions": 12,
"superScriptTextFontSize": 1.1,
"lineStyle": 1,
"spacingStyle": 1,
"interCharacterSpacing": 1.1,
"superScriptOffset": 1.1,
"lineSpacing": 1.1,
"dateFormat": "sample string 13",
"autoGrow": true,
"fontAutoResize": true,
"updated": "2026-06-03T18:32:18.2585766"
},
{
"$ref": "97"
}
]
},
"customerVouchers": [
{
"$id": "98",
"id": 1,
"customerIdentifier": "4Pywu93sD0qaXQUJEuuJBw==",
"customerIdentifierGuid": "bbb0fce0-ecdd-4a0f-9a5d-050912eb8907",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-06-03T18:32:18.2585766",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "DAjQnGrbbUmmlMFx8H/ODA==",
"issuedIdempotentGuid": "9cd0080c-db6a-496d-a694-c171f07fce0c",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-06-03T18:32:18.2585766",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-06-03T18:32:18.2585766",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "plnBE9cq20CfCNIz4wMpaA==",
"redeemedIdempotentGuid": "13c159a6-2ad7-40db-9f08-d233e3032968",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-06-03T18:32:18.2585766",
"storeName": "sample string 17",
"scaleLabel": {
"$ref": "96"
},
"voucher": {
"$ref": "94"
},
"customer": {
"$ref": "69"
},
"issuedOfflinePayment": {
"$ref": "75"
},
"redeemedOfflinePayment": {
"$ref": "75"
}
},
{
"$ref": "98"
}
]
},
"customer": {
"$ref": "69"
}
},
{
"$ref": "93"
}
]
}
},
{
"$ref": "68"
}
],
"customerGroups": [
{
"$id": "99",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupID": "CD5F8AA5wEKPdkIfRIgoXQ==",
"groupIDGuid": "f0453e08-3900-42c0-8f76-421f4488285d",
"campaign": {
"$ref": "65"
},
"group": {
"$ref": "73"
}
},
{
"$ref": "99"
}
],
"signIqTickets": [
{
"$id": "100",
"identifier": "6uZeppYnFECNwH6XB338bw==",
"identifierGuid": "a65ee6ea-2796-4014-8dc0-7e97077dfc6f",
"campaignName": "sample string 2",
"message": "sample string 3",
"ticketFileSource": "sample string 4",
"ticketFileDestination": "sample string 5",
"storeID": 1
},
{
"$ref": "100"
}
],
"comboPriceGroups": [
{
"$id": "101",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"g_UID": "4XoJtadA0kCmRjDs3+uIng==",
"guid": "b5097ae1-40a7-40d2-a646-30ecdfeb889e",
"description": "sample string 5",
"newPrice": 1,
"rangeDescription": "sample string 6",
"dealDescription": "sample string 7",
"labelQuantity": 8,
"hostProductCategoryID": 1,
"offerID": 1,
"dontUpdatePricePlus": true,
"campaign": {
"$ref": "65"
},
"comboPricePlus": [
{
"$id": "102",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupG_UID": "TsF/TP2ikUC1j4ya2m6qZg==",
"groupGuid": "4c7fc14e-a2fd-4091-b58f-8c9ada6eaa66",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "bAQ8ovVAD0ui3x7+yE5LrQ==",
"pluGuid": "a23c046c-40f5-4b0f-a2df-1efec84e4bad",
"priceGroupG_UID": "0+5w++1jlE+lmtqnL8Ed+w==",
"priceGroupGuid": "fb70eed3-63ed-4f94-a59a-daa72fc11dfb",
"campaignPoolID": "sample string 7",
"quantity": 1,
"campaign": {
"$ref": "65"
},
"product": {
"$ref": "6"
},
"priceGroup": {
"$ref": "29"
},
"campaignPool": {
"$ref": "65"
}
},
{
"$ref": "102"
}
]
},
{
"$ref": "101"
}
],
"priceLevels": [
{
"$id": "103",
"id": 1,
"priceLevelIdentifier": "trUO7FBMh0+cCcHe+afQSA==",
"priceLevelIdentifierGuid": "ec0eb5b6-4c50-4f87-9c09-c1def9a7d048",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "103"
}
],
"promotionType": {
"$id": "104",
"identifier": "q75AlgxKEkCmP2a6tacuWQ==",
"identifierGuid": "9640beab-4a0c-4012-a63f-66bab5a72e59",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "3lggb82EYESuYsMDtQhdUw==",
"labelPageLayoutGuid": "6f2058de-84cd-4460-ae62-c303b5085d53",
"priceLevelIdentifier": "DRHyFHbkuUm1+/HR1nozwQ==",
"priceLevelIdentifierGuid": "14f2110d-e476-49b9-b5fb-f1d1d67a33c1",
"active": true,
"updated": "2026-06-03T18:32:18.2585766",
"hostName": "sample string 11"
}
},
"product": {
"$ref": "6"
},
"dealCost": {
"$id": "105",
"headerIdentifier": "damkA0Syi06Y3NksB/v9KQ==",
"headerIdentifierGuid": "03a4a975-b244-4e8b-98dc-d92c07fbfd29",
"identifier": "HeqFyszCF0apno9Lm75Uzg==",
"identifierGuid": "ca85ea1d-c2cc-4617-a99e-8f4b9bbe54ce",
"supplierIdentifier": "M1ii2SNbn06x9C7vGk7fRA==",
"supplierGuid": "d9a25833-5b23-4e9f-b1f4-2eef1a4edf44",
"pluG_UID": "UGcLA0QLFU+0NgeHSBOpsw==",
"pluGuid": "030b6750-0b44-4f15-b436-07874813a9b3",
"campaignName": "911924ab-6d43-4653-902c-3cb84d180832",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-06-03T18:32:18.2585766",
"end": "2026-06-03T18:32:18.2585766",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "0KVrwXVSqEWxAxP163yEdQ==",
"bonusItemPluGuid": "c16ba5d0-5275-45a8-b103-13f5eb7c8475",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-06-03T18:32:18.2585766",
"metcashPromotionID": "sample string 14",
"fromHost": 15,
"storeNames": "sample string 16",
"storeIDs": [
1,
2
],
"supplierName": "sample string 17",
"campaignDescription": "sample string 18",
"newPrice": 1,
"campaignMetcashPromotionID": "sample string 19",
"campaignActive": true,
"campaignStartDate": "2026-06-03T18:32:18.2585766",
"campaignEndDate": "2026-06-03T18:32:18.2585766",
"masterPLUG_UID": "v/3zeWxxFE6R2Jiz7CTNhQ==",
"masterID": "79f3fdbf-716c-4e14-91d8-98b3ec24cd85",
"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": "SogUhZpq6kuigLV9o0UFYg==",
"bonusMasterID": "8514884a-6a9a-4bea-a280-b57da3450562",
"bonusProductName": "sample string 34",
"bonusProductAPN": "sample string 35",
"bonusOrderCode": "sample string 36",
"bonusNormalSell": 37,
"bonusNormalCost": 38,
"bonusNormalCostDecimals": 39,
"bonusCartonQuantity": 40,
"bonusSalesMode": 41,
"bonusOrderPacked": 42,
"bonusFuelItem": true,
"bonusActive": true
}
},
"currentCostStart": "2026-06-03T18:32:18.2585766",
"dealCosts": [
{
"$ref": "105"
},
{
"$ref": "105"
}
],
"tags": [
{
"$id": "106",
"pluG_UID": "BensY0c530aQ0+5puAIx0A==",
"pluGuid": "63ece905-3947-46df-90d3-ee69b80231d0",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "106"
}
],
"alternateProductG_UID": "hGKSSyjtH0qD8XrxnupBwQ==",
"alternateProduct": "4b926284-ed28-4a1f-83f1-7af19eea41c1",
"altProduct": {
"$ref": "6"
},
"productHostCode": {
"$id": "107",
"id": 1,
"pluG_UID": "8wqv9KNJW0ewtCuSh8nDBQ==",
"pluGuid": "f4af0af3-49a3-475b-b0b4-2b9287c9c305",
"ibaCode": "sample string 2"
},
"mscCat": {
"$ref": "59"
},
"mscCom": {
"$ref": "60"
},
"mscDep": {
"$ref": "62"
},
"mscSubCom": {
"$ref": "61"
},
"isUserUpdate": true,
"ignoreMasterProduct": true,
"priceGroupLabelRequested": true,
"firstSold": "2026-06-03T18:32:18.2585766",
"inventoryTracked": "2026-06-03T18:32:18.2585766",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "108",
"pluG_UID": "tTiivsA0FEOLt5WgzvOjxQ==",
"pluGuid": "bea238b5-34c0-4314-8bb7-95a0cef3a3c5",
"fuelPluG_UID": "LLYL+USp10eLtlBATJQR+A==",
"fuelPluGuid": "f90bb62c-a944-47d7-8bb6-50404c9411f8",
"price": 3,
"productDescription": "sample string 4",
"productBarcode": "sample string 5",
"fuelProductDescription": "sample string 6",
"fuelProductBarcode": "sample string 7",
"fuelProductPrice": 8
},
"productFuelLinks": [
{
"$ref": "108"
},
{
"$ref": "108"
}
]
},
"supplier": {
"$ref": "1"
},
"serviceFee": {
"$id": "109",
"id": 1,
"description": "sample string 1",
"fee": 1
},
"isPrimaryHost": true,
"hostVendor": 48
},
{
"$ref": "4"
}
],
"orderCycleHeaders": [
{
"$id": "110",
"storeID": 1,
"supplierIdentifier": "dmgbZ+2Pf0Ki1qYREFQIIw==",
"supplierGuid": "671b6876-8fed-427f-a2d6-a61110540823",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"storeName": "sample string 5",
"departmentName": "sample string 6",
"orderDays": 7
},
{
"$ref": "110"
}
],
"cycles": [
{
"$id": "111",
"storeID": 1,
"supplierIdentifier": "bqsX+41e5kipbVU8Sn6IwQ==",
"supplierGuid": "fb17ab6e-5e8d-48e6-a96d-553c4a7e88c1",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"cutOffWeek": 5,
"cutOffDay": 6,
"cutOffTime": "00:00:00.1234567",
"leadTime": 7,
"daysBuffer": 8,
"supplierName": "sample string 9",
"cutOffDate": "2026-06-03T18:32:18.2585766",
"deliveryDate": "2026-06-03T18:32:18.2585766",
"nextCutOffDate": "2026-06-03T18:32:18.2585766",
"nextDeliveryDate": "2026-06-03T18:32:18.2585766",
"nextDaysBuffer": 10
},
{
"$ref": "111"
}
],
"store": {
"$ref": "7"
},
"updated": "2026-06-03T18:32:18.2585766",
"isHost": true
}
application/xml
Sample not available.
text/xml
Sample not available.
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
None.