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": "ewFXCBiOu02AO0vCE3Wz7A==",
"identifierGuid": "0857017b-8e18-4dbb-803b-4bc21375b3ec",
"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": "L80NRANBiEupE5DyM3oiKA==",
"primaryContactID": "440dcd2f-4103-4b88-a913-90f2337a2228",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "cg8DyKWGNEitj1UF1WUb9g==",
"supplierGroupGuid": "c8030f72-86a5-4834-ad8f-5505d5651bf6",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-04-03T06:16:54.6199281",
"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": "fc722ff7-a122-4785-854b-9a670efa775f",
"identifier": "p/wyM7NkTk+qt10Ko0zCKw==",
"identifierGuid": "3332fca7-64b3-4f4e-aab7-5d0aa34cc22b",
"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": "lEf1zai7pkOBRI+v/cH96g==",
"supplierIdentifierGuid": "cdf54794-bba8-43a6-8144-8faffdc1fdea",
"contactGuid": "+wlsQBMoWkqx+AMTc5B5Aw==",
"contactID": "406c09fb-2813-4a5a-b1f8-031373907903",
"contact": {
"$ref": "2"
},
"supplier": {
"$ref": "1"
}
},
{
"$ref": "3"
}
],
"products": [
{
"$id": "4",
"pluG_UID": "gRq8+NnBVESG4vpG+LiBrg==",
"pluGuid": "f8bc1a81-c1d9-4454-86e2-fa46f8b881ae",
"supplierIdentifier": "hJkI6HKnJkCyCg1I5yN5Xg==",
"supplierIdentifierGuid": "e8089984-a772-4026-b20a-0d48e723795e",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-04-03T06:16:54.6199281",
"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:16:54.6199281",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "5",
"pluG_UID": "8HJnN26N8U645a70SzBLtw==",
"pluGuid": "376772f0-8d6e-4ef1-b8e5-aef44b304bb7",
"supplierIdentifier": "pytejUK9LkWYpyjFdtrD4Q==",
"supplierIdentifierGuid": "8d5e2ba7-bd42-452e-98a7-28c576dac3e1",
"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": "8OTdi5S1+E29OiywuoJoKA==",
"parentPluGuid": "8bdde4f0-b594-4df8-bd3a-2cb0ba826828",
"freight": 46.0,
"freightType": 1,
"product": {
"$id": "6",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "BgMAompwAUugXb9sdbDlnQ==",
"guid": "a2000306-706a-4b01-a05d-bf6c75b0e59d",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "DCeNx0d7GEeOYmocGUOfqw==",
"priceGroupGuid": "c78d270c-7b47-4718-8e62-6a1c19439fab",
"blueprintID": 1,
"lastCountedDate": "2026-04-03T06:16:54.6199281",
"externalID": "sample string 7",
"active": true,
"activated": "2026-04-03T06:16:54.6199281",
"pluCreated": "2026-04-03T06:16:54.6199281",
"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:16:54.6199281",
"lastManualUpdate": "2026-04-03T06:16:54.6199281",
"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:16:54.6395595",
"currentCostUpdated": "2026-04-03T06:16:54.6395595",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-04-03T06:16:54.6395595",
"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:16:54.6395595",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "i41YMSEeSkuvfBiJogKP5g==",
"altPLUGuid": "31588d8b-1e21-4b4a-af7c-1889a2028fe6",
"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:16:54.6395595",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "osQZiu2Y6kCGwEM8UAk50w==",
"shelfPageLayoutGuid": "8a19c4a2-98ed-40ea-86c0-433c500939d3",
"talkerPageLayoutG_UID": "ly9iqtSeyU2eoo1z1hBNWA==",
"talkerPageLayoutGuid": "aa622f97-9ed4-4dc9-9ea2-8d73d6104d58",
"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": "PSaVxrjwkUC7dT+oqNWfbw==",
"inventoryIdentifier": "c695263d-f0b8-4091-bb75-3fa8a8d59f6f",
"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": "baYXAJS6fEqi4TZWUM9Vyw==",
"parentPluGuid": "0017a66d-ba94-4a7c-a2e1-365650cf55cb",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "7WPrFh20oUq61ZNBg3wuTw==",
"supplierIdentifierGuid": "16eb63ed-b41d-4aa1-bad5-9341837c2e4f",
"supplierChanged": true,
"rebateSupplierIdentifier": "JuTMPr+IfUeEXAhgJFMXNw==",
"rebateSupplierIdentifierGuid": "3ecce426-88bf-477d-845c-086024531737",
"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:16:54.6395595",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "7bg/JBMsX0mFGYXtcZkftQ==",
"hostIdentifierGuid": "243fb8ed-2c13-495f-8519-85ed71991fb5",
"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-04-03T06:16:54.6395595",
"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": "492I2/dGHE+bnmrWioPAqw==",
"hostIdentifierGuid": "db88dde3-46f7-4f1c-9b9e-6ad68a83c0ab",
"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:16:54.6395595",
"priceZone": {
"$id": "8",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "yz/9VsT88UCFYEcuZZpD4A==",
"hostIdentifierGuid": "56fd3fcb-fcc4-40f1-8560-472e659a43e0",
"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"
},
"hostStoreSettings": [
{
"$id": "10",
"id": 1,
"hostIdentifier": "2XExIVmz8Uie8HeKhdmxLQ==",
"hostIdentifierGuid": "213171d9-b359-48f1-9ef0-778a85d9b12d",
"storeID": 2,
"username": "sample string 3",
"password": "sample string 4",
"passwordPlain": "sample string 5",
"serverAddress": "sample string 6",
"serverPort": 1,
"excludeFromLeadInOut": true,
"useForHostFile": true,
"metcashPillarID": "sample string 9",
"metcashStateCode": "sample string 10",
"metcashCustomerID": "sample string 11",
"metcashTradingPartnerID": "sample string 12",
"drakesCustomerNumber": 1,
"sparCustomerNumber": "sample string 13",
"sparOrderUsername": "sample string 14",
"sparOrderPassword": "sample string 15",
"sparOrderPasswordPlain": "sample string 16",
"pharmXSiteID": 1,
"ibaZoneID": 1,
"ibaState": "sample string 17",
"foodlandStoreCode": "sample string 18",
"ilgMemberNumber": "sample string 19",
"ilgOutletLocation": 1,
"ilgBaseCost": 1,
"ilgApplyNonAdvertisedPromos": true,
"ilgExemptFromFreight": true,
"ilgOrderDealReview": true,
"ilgFinanceFee": 1,
"secondPassword": "sample string 23",
"secondPasswordPlain": "sample string 24",
"secondServerAddress": "sample string 25",
"processPromotions": true,
"hostProvider": 0,
"host": {
"$id": "11",
"identifier": "DUrfQFI7ZkuE9oKCwXoQVg==",
"identifierGuid": "40df4a0d-3b52-4b66-84f6-8282c17a1056",
"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": "DxjkD+A0rU2WF/FwvxacDw==",
"hostSupplierIdentifierGuid": "0fe4180f-34e0-4dad-9617-f170bf169c0f",
"loyaltyPriceLevelIdentifier": "a8Y9+idtSkqOEcfXq0xNcw==",
"loyaltyPriceLevelIdentifierGuid": "fa3dc66b-6d27-4a4a-8e11-c7d7ab4c4d73",
"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:16:54.6395595",
"lastProcessed": "2026-04-03T06:16:54.6395595",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$ref": "1"
},
"files": [
{
"$id": "12",
"id": "sample string 1",
"fileName": "sample string 2",
"extension": "sample string 3",
"provider": 0,
"type": 0,
"hostType": "sample string 4",
"createdUtc": "2026-04-03T06:16:54.6395595",
"processed": "2026-04-03T06:16:54.6395595",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-04-03T06:16:54.6395595",
"size": 1,
"sizeFormat": "sample string 7",
"isArchive": true,
"customerNumber": "sample string 9",
"businessPillar": "sample string 10",
"fileType": "sample string 11",
"version": "sample string 12",
"reference": "sample string 13",
"digest": "sample string 14",
"contentType": "sample string 15",
"host": {
"$ref": "11"
},
"metcashHeader": {
"$id": "13",
"customerNumber": "sample string 1",
"creationDate": "2026-04-03T06:16:54.6395595",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "12"
}
],
"zoneMatrix": [
{
"$id": "14",
"id": 1,
"hostIdentifier": "VSlqL8IvJkmryhWaHtUKiw==",
"hostIdentifierGuid": "2f6a2955-2fc2-4926-abca-159a1ed50a8b",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"68b41714-31c7-4b92-9cca-92546124d5f3",
"f3ec8023-d116-44e9-bb68-c2079aeba7da"
]
},
{
"$ref": "14"
}
],
"hostFileStoreSetting": {
"$ref": "10"
},
"hostStoreSettings": [
{
"$ref": "10"
},
{
"$ref": "10"
}
],
"promotionPlacements": [
{
"$id": "15",
"identifier": "Hd2Dj/D3eUeceUoHMCDDYg==",
"identifierGuid": "8f83dd1d-f7f0-4779-9c79-4a073020c362",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "15"
}
],
"promoTypeGuids": [
"67ba8a69-fc72-4eb6-a583-bfc1627e83f0",
"30cf2e4d-fc55-4e2a-a8f0-74929a0cd6b1"
],
"isPromotionOnly": false,
"isOrderable": false,
"vendor": 0
},
"groupIDs": [
1,
2
],
"hostDescription": "sample string 27"
},
{
"$ref": "10"
}
],
"accounts": [
{
"$id": "16",
"id": 1,
"storeID": 1,
"accountName": "sample string 2",
"bsb": "sample string 3",
"accountNumber": "sample string 4",
"accountDesignated": true
},
{
"$ref": "16"
}
],
"sales": [
{
"$id": "17",
"id": 1,
"storeID": 1,
"externalSalesType": 2,
"ftpSiteID": 1,
"lastSaleProcessed": "2026-04-03T06:16:54.6395595",
"ftpSite": {
"$id": "18",
"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": "17"
}
],
"zoneMatrix": [
{
"$ref": "14"
},
{
"$ref": "14"
}
],
"cashManagements": [
{
"$id": "19",
"id": 1,
"storeID": 1,
"cashManagementType": 2,
"apiID": 1,
"organisationID": "sample string 3",
"siteName": "sample string 4",
"thirdPartyAPI": {
"$id": "20",
"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": "19"
}
],
"updateStoreID": "3b5c3e46-c3a0-4067-ae8a-c93ae4c494b4",
"updateStore": {
"$id": "21",
"id": "565c2da7-2677-488e-a8c8-d09854b24786",
"name": "sample string 1",
"lastActivity": "2026-04-03T06:16:54.6395595",
"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:16:54.6395595"
},
"timeZoneId": "sample string 54",
"securityOptions": {
"$id": "22",
"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": "23",
"pluG_UID": "FUvUxvsk+EKV0Cqo8xf+9w==",
"pluGuid": "c6d44b15-24fb-42f8-95d0-2aa8f317fef7",
"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:16:54.6395595"
},
{
"$ref": "23"
}
],
"currentPrices": {
"$id": "24",
"pluPrices": {
"$id": "25",
"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:16:54.6395595",
"priceChangeType": 0,
"costDecimals": 11,
"costCalcMethod": 12,
"targetCampaignPriceGtOrEquNormal": true
},
"normalPluPrices": {
"$ref": "25"
},
"winningCampaign": 1,
"winner": {
"$id": "26",
"campaignName": "sample string 1",
"campaignDescription": "sample string 2",
"talkerText": "sample string 3",
"disableWasSave": true,
"startDate": "2026-04-03T06:16:54.6395595",
"startTime": 5,
"endDate": "2026-04-03T06:16:54.6395595",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "mZrb7aOuTkGW9uCB4ppfzQ==",
"hostIdentifierGuid": "eddb9a99-aea3-414e-96f6-e081e29a5fcd",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "26"
},
{
"$ref": "26"
}
]
},
"tray": {
"$id": "27",
"g_UId": "SR6miRUck0mMB4Z4K4otsQ==",
"guid": "89a61e49-1c15-4993-8c07-86782b8a2db1",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "28",
"priceGroupG_UID": "LmId4PHGWEWRIKjt9EBZEA==",
"priceGroupGuid": "e01d622e-c6f1-4558-9120-a8edf4405910",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-04-03T06:16:54.6395595",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "6"
},
{
"$ref": "6"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "29",
"pluG_UID": "6TTucv+cB0aZEnq/HdDhKw==",
"pluGuid": "72ee34e9-9cff-4607-9912-7abf1dd0e12b",
"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": "30",
"pluGuid": "596d805e-5040-4e30-ab46-316b88871ecf",
"created": "2026-04-03T06:16:54.6395595",
"createdByUser": "sample string 1",
"activated": "2026-04-03T06:16:54.6395595",
"activatedByUser": "sample string 2",
"deactivated": "2026-04-03T06:16:54.6395595",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-04-03T06:16:54.6395595",
"lastOrderedQty": 4.0,
"lastReceived": "2026-04-03T06:16:54.6395595",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-04-03T06:16:54.6395595",
"lastSold": "2026-04-03T06:16:54.6395595",
"firstSold": "2026-04-03T06:16:54.6395595",
"awsUpdated": "2026-04-03T06:16:54.6395595",
"lastManualUpdate": "2026-04-03T06:16:54.6395595",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-04-03T06:16:54.6395595",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-04-03T06:16:54.6395595",
"doNotRangeUpdated": "2026-04-03T06:16:54.6395595",
"doNotOrderUpdated": "2026-04-03T06:16:54.6395595",
"tracked": "2026-04-03T06:16:54.6395595"
},
"allergens": [
{
"$id": "31",
"primaryKey": {
"$id": "32",
"pluGuid": "b309cd5a-40ad-4a79-9a05-a92c4112873c",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "Ws0Js61AeUqaBaksQRKHPA==",
"pluGuid": "b309cd5a-40ad-4a79-9a05-a92c4112873c",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "31"
}
],
"costs": {
"$id": "33",
"pluG_UID": "zZRKdKZv1ky35hFGKQ7bXg==",
"pluGuid": "744a94cd-6fa6-4cd6-b7e6-1146290edb5e",
"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:16:54.6395595",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "34",
"saleHeaderID": 1,
"created": "2026-04-03T06:16:54.6395595",
"createdLocal": "2026-04-03T06:16:54.6395595",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "pjYULErt6EKrECIkxw1tJQ==",
"operatorGuid": "2c1436a6-ed4a-42e8-ab10-2224c70d6d25",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "vHNyy38z20aE4XrGXFDs9Q==",
"pluGuid": "cb7273bc-337f-46db-84e1-7ac65c50ecf5",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$id": "35",
"id": 1,
"g_Uid": "SbX5Jeomj0WXK36jWFaKew==",
"guid": "25f9b549-26ea-458f-972b-7ea358568a7b",
"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:16:54.6395595",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-04-03T06:16:54.6395595",
"endShift": "2026-04-03T06:16:54.6395595",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "36",
"operatorG_UID": "lCTd4c5eZEaz5hNEQAqVpw==",
"operatorGuid": "e1dd2494-5ece-4664-b3e6-1344400a95a7",
"storeID": 2,
"operator": {
"$ref": "35"
},
"store": {
"$ref": "7"
}
},
{
"$ref": "36"
}
]
}
},
{
"$ref": "34"
}
],
"apns": [
{
"$id": "37",
"pluID": 1,
"pluG_UID": "J/eW9KyRX0eFBguEsYf+3g==",
"pluGuid": "f496f727-91ac-475f-8506-0b84b187fede",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "37"
}
],
"tuns": [
{
"$id": "38",
"pluG_UId": "zncgNxfWIkipXRPjVy7ENw==",
"pluGuid": "372077ce-d617-4822-a95d-13e3572ec437",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "6"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "38"
}
],
"competitionPricing": [
{
"$id": "39",
"identifier": "f1qvHk+w3kC4dpZdc53otQ==",
"identifierGuid": "1eaf5a7f-b04f-40de-b876-965d739de8b5",
"pluG_UID": "15711G8h60i6hl5vPACsaA==",
"pluGuid": "d4f59ed7-216f-48eb-ba86-5e6f3c00ac68",
"competitionID": 1,
"name": "sample string 2",
"sellMultiple": 3,
"retailPrice": 4,
"storeName": "sample string 5"
},
{
"$ref": "39"
}
],
"supplier": {
"$ref": "1"
},
"supplierName": "sample string 148",
"children": [
{
"$ref": "6"
},
{
"$ref": "6"
}
],
"ordering": {
"$ref": "4"
},
"flipChartPages": [
{
"$id": "40",
"identifier": "UQ8cLHNkREGrRZo97ogKHw==",
"groupName": "sample string 1",
"identifierGuid": "2c1c0f51-6473-4144-ab45-9a3dee880a1f",
"exists": true,
"flipChartIdentifier": "PyZgozPXVkqdXmwEIhstAg==",
"flipChartIdentifierGuid": "a360263f-d733-4a56-9d5e-6c04221b2d02",
"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": "RjIRAmqZbUa73/DVJoMecg==",
"groupIdentifierGuid": "02113246-996a-466d-bbdf-f0d526831e72",
"flipChart": {
"$id": "41",
"identifier": "fWKXnvoOKEmLEaNIQzDFkg==",
"identifierGuid": "9e97627d-0efa-4928-8b11-a3484330c592",
"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": "42",
"identifier": "qewSmoglOEGFmb6PHzP0xQ==",
"identifierGuid": "9a12eca9-2588-4138-8599-be8f1f33f4c5",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "43",
"id": 1,
"g_UID": "cmAONfygh0O4F1O5cM+OZw==",
"guid": "350e6072-a0fc-4387-b817-53b970cf8e67",
"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": "bEaVNF6ud0ixfkKKTis+Ig==",
"previousFormGuid": "3495466c-ae5e-4877-b17e-428a4e2b3e22",
"nextForm": 1,
"nextFormG_UID": "gtU2m2xtTUqe5WXJNxDtpg==",
"nextFormGuid": "9b36d582-6d6c-4a4d-9ee5-65c93710eda6",
"attributes": "sample string 10",
"updated": "2026-04-03T06:16:54.6395595",
"positioning": 1,
"contentPanel": "sample string 11",
"selectionMode": 1,
"maximumSelections": 1,
"alteredInStore": true,
"deleted": true,
"blueprintID": 1,
"preserveLayout": true,
"mainCheckoutFormName": "sample string 13",
"nextCheckoutForm": {
"$ref": "43"
},
"previousCheckoutForm": {
"$ref": "43"
},
"buttons": [
{
"$id": "44",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "cRFKHRnsEkakBfpGdTiOHQ==",
"checkoutFormGuid": "1d4a1171-ec19-4612-a405-fa4675388e1d",
"identifier": "K2hcA0NerU+OpFrZRJEnhg==",
"identifierGuid": "035c682b-5e43-4fad-8ea4-5ad944912786",
"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": "NArXEldV80ia/vaf/pBSoA==",
"valueGuid": "12d70a34-5557-48f3-9afe-f69ffe9052a0",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-04-03T06:16:54.6395595",
"action": "sample string 12",
"valueForm": {
"$ref": "43"
},
"image": {
"$id": "45",
"name": "sample string 3.sample string 4",
"imageID": 2,
"imageName": "sample string 3",
"imageExtension": "sample string 4",
"lastUpdate": "2026-04-03T06:16:54.6395595",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "44"
}
],
"panels": [
{
"$id": "46",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "7vYdTZOT7kOkQiHBXLTqBg==",
"checkoutFormGuid": "4d1df6ee-9393-43ee-a442-21c15cb4ea06",
"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": "46"
}
]
},
{
"$ref": "43"
}
],
"panels": [
{
"$ref": "46"
},
{
"$ref": "46"
}
]
},
"pages": [
{
"$ref": "40"
},
{
"$ref": "40"
}
]
},
"contentPanel": {
"$ref": "46"
},
"products": [
{
"$id": "47",
"flipChartPageIdentifier": "85aLhTLhUkC/eUXk2V7Y8w==",
"flipChartPageIdentifierGuid": "858b96f3-e132-4052-bf79-45e4d95ed8f3",
"pluG_UID": "3sIZcY8szEKbsOcuba0/9A==",
"pluGuid": "7119c2de-2c8f-42cc-9bb0-e72e6dad3ff4",
"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": "47"
}
],
"productCount": 27,
"pages": [
{
"$ref": "40"
},
{
"$ref": "40"
}
]
},
{
"$ref": "40"
}
],
"priceHistory": [
{
"$id": "48",
"pluG_UID": "hNEi0dlGAUe3kBJoXzbQrw==",
"pluGuid": "d122d184-46d9-4701-b790-12685f36d0af",
"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:16:54.6395595",
"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": "48"
}
],
"ingredients": [
{
"$id": "49",
"pluG_UID": "qXkaUTceb0a1RRv7sALzDA==",
"ingredientGuid": "a2kqC0qefU6x/bBCgugOfw==",
"ingredientIdentifier": "0b2a696b-9e4a-4e7d-b1fd-b04282e80e7f",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "6"
}
},
{
"$ref": "49"
}
],
"bins": [
{
"$id": "50",
"pluG_UID": "wH18CM5OeUqResUD+zNcWA==",
"pluGuid": "087c7dc0-4ece-4a79-917a-c503fb335c58",
"shelfLocationIdentifier": "EJTFoUTG/keV70xZA5VnVw==",
"shelfLocationGuid": "a1c59410-c644-47fe-95ef-4c5903956757",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "bNWx4JaP80y2sJZPruB3lQ==",
"labelPageLayoutGuid": "e0b1d56c-8f96-4cf3-b6b0-964faee07795",
"updated": "2026-04-03T06:16:54.6395595",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "6"
},
"location": {
"$id": "51",
"identifier": "nHsv5cYd6UebFH0oe4lNTg==",
"storeID": 1,
"identifierGuid": "e52f7b9c-1dc6-47e9-9b14-7d287b894d4e",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-04-03T06:16:54.6395595",
"minTemp": 1,
"maxTemp": 1,
"checkFrequency": 1,
"storeCaseConfiguration": 5,
"storeName": "sample string 6",
"bins": [
{
"$ref": "50"
},
{
"$ref": "50"
}
]
}
},
{
"$ref": "50"
}
],
"bin": {
"$ref": "50"
},
"scaleLocations": [
{
"$id": "52",
"plu": 1,
"pluG_UID": "19eQYTPQIE2cHtDzV5ryhg==",
"pluGuid": "6190d7d7-d033-4d20-9c1e-d0f3579af286",
"deptNo": 1,
"product": {
"$ref": "6"
},
"scaleLocation": {
"$id": "53",
"id": 1,
"deptNo": 1,
"deptCode": "sample string 2",
"name": "sample string 3",
"enabled": true,
"updated": "2026-04-03T06:16:54.6395595",
"department": {
"$id": "54",
"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": "53"
},
"subDepartments": [
{
"$id": "55",
"id": 1,
"departmentID": 2,
"name": "sample string 3",
"code": "sample string 4",
"departmentCode": "sample string 5",
"externalSales": true,
"minorDepartments": [
{
"$id": "56",
"id": 1,
"subDepartmentID": 2,
"departmentID": 3,
"name": "sample string 4",
"subDepartmentCode": "sample string 5",
"departmentCode": "sample string 6",
"code": "sample string 7",
"lesserDepartments": [
{
"$id": "57",
"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:16:54.6395595",
"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": "rAjLm/62ekCLlmEIVtwrhg==",
"labelPageLayoutGuid": "9bcb08ac-b6fe-407a-8b96-610856dc2b86",
"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": "58",
"dept": 1,
"category": 2,
"name": "sample string 3",
"active": true,
"mscCommodities": [
{
"$id": "59",
"dept": 1,
"category": 2,
"commodity": 3,
"name": "sample string 4",
"active": true,
"mscSubCommodities": [
{
"$id": "60",
"dept": 1,
"category": 2,
"commodity": 3,
"subCommodity": 4,
"name": "sample string 5",
"active": true,
"subCommodityCode": "sample string 7"
},
{
"$ref": "60"
}
],
"commodityCode": "sample string 6"
},
{
"$ref": "59"
}
],
"categoryCode": "sample string 5"
},
"mscCom": {
"$ref": "59"
},
"mscDep": {
"$id": "61",
"dept": 1,
"name": "sample string 2",
"active": true,
"mscCategories": [
{
"$ref": "58"
},
{
"$ref": "58"
}
],
"deptCode": "sample string 4"
},
"mscSubCom": {
"$ref": "60"
}
},
{
"$ref": "57"
}
],
"updated": "2026-04-03T06:16:54.6395595",
"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": "ghDU8qBeuEmLdhdlBt1BuA==",
"labelPageLayoutGuid": "f2d41082-5ea0-49b8-8b76-176506dd41b8",
"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": "58"
},
"mscCom": {
"$ref": "59"
},
"mscDep": {
"$ref": "61"
},
"mscSubCom": {
"$ref": "60"
}
},
{
"$ref": "56"
}
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:16:54.6395595",
"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": "2O9gbHXQYk+sKf9w7P7zrw==",
"labelPageLayoutGuid": "6c60efd8-d075-4f62-ac29-ff70ecfef3af",
"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": "58"
},
"mscCom": {
"$ref": "59"
},
"mscDep": {
"$ref": "61"
},
"mscSubCom": {
"$ref": "60"
}
},
{
"$ref": "55"
}
],
"stores": [
1,
2
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:16:54.6395595",
"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": "cUI/0vpu6Um9W3+Py+nzkg==",
"labelPageLayoutGuid": "d23f4271-6efa-49e9-bd5b-7f8fcbe9f392",
"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": "58"
},
"mscCom": {
"$ref": "59"
},
"mscDep": {
"$ref": "61"
},
"mscSubCom": {
"$ref": "60"
}
}
}
},
{
"$ref": "52"
}
],
"nextPrice": {
"$id": "62",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 1,
"hostOfferID": 1,
"metcashPromotionID": "sample string 4",
"metcashPromotionPlacement": "sample string 5",
"pluG_UID": "hL35mpOYtEG3jVI8PvNwTA==",
"pluGuid": "9af9bd84-9893-41b4-b78d-523c3ef3704c",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "zVvmnrTrVU2yBW2O16oQOg==",
"dealCostGuid": "9ee65bcd-ebb4-4d55-b205-6d8ed7aa103a",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "E2wsae8IjU26IGvKeMFZtQ==",
"priceGroupGuid": "692c6c13-08ef-4d8d-ba20-6bca78c159b5",
"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:16:54.6395595",
"rrp": 27,
"campaignDescription": "sample string 28",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "c1703074-afc5-4b48-847b-237dfdeb290c",
"campaignComboPriceGroupG_UID": "Mg0YmEulxEixLg6lfr3wLg==",
"campaignComboPriceGroupIdentifier": "98180d32-a54b-48c4-b12e-0ea57ebdf02e",
"promotionPlacementDescription": "sample string 30",
"storeAcceptances": [
{
"$id": "63",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-04-03T06:16:54.6395595",
"operatorG_UID": "jE8MbDS5qkuGB4DqrbUlXw==",
"operatorGuid": "6c0c4f8c-b934-4baa-8607-80eaadb5255f",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-04-03T06:16:54.6395595",
"signIqTicketFileMovedUtc": "2026-04-03T06:16:54.6395595",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-04-03T06:16:54.6395595",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "da8fc40c-9f4a-4d9b-bd37-35fc8f7a1125",
"product": {
"$ref": "6"
},
"campaignPlu": {
"$ref": "62"
},
"fuelItem": true
},
{
"$ref": "63"
}
],
"campaign": {
"$id": "64",
"id": 1,
"storeID": 2,
"name": "d8e3ef82-8a82-4100-b38a-4f35b1370115",
"nameGuid": "d8e3ef82-8a82-4100-b38a-4f35b1370115",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-04-03T06:16:54.6395595",
"startTime": 1,
"endDate": "2026-04-03T06:16:54.6395595",
"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:16:54.6395595",
"system": true,
"created": "2026-04-03T06:16:54.6395595",
"updated": "2026-04-03T06:16:54.6395595",
"priceChangeNotifiedUtc": "2026-04-03T06:16:54.6395595",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "Hei+LjmYH0K5t1yvdruJDQ==",
"hostIdentifierGuid": "2ebee81d-9839-421f-b9b7-5caf76bb890d",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-04-03T06:16:54.6395595",
"updatedByUser": "sample string 18",
"offerID": 1,
"isPriceChangeCampaign": true,
"stores": [
1,
2
],
"storeNames": [
"sample string 1",
"sample string 2"
],
"campaignPlus": [
{
"$ref": "62"
},
{
"$ref": "62"
}
],
"campaignPools": [
{
"$id": "65",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 4,
"pluG_UID": "1fA9+Gw2mkqI2QgfIcHdYQ==",
"pluGuid": "f83df0d5-366c-4a9a-88d9-081f21c1dd61",
"hostOfferID": 1,
"priceGroupG_UID": "RLoc8+nNK0yyEGDCvItPmw==",
"priceGroupGuid": "f31cba44-cde9-4c2b-b210-60c2bc8b4f9b",
"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:16:54.6395595",
"rrp": 17,
"campaignDescription": "sample string 18",
"product": {
"$ref": "6"
},
"campaign": {
"$ref": "64"
}
},
{
"$ref": "65"
}
],
"sellingRules": [
{
"$id": "66",
"id": 1,
"identifier": "7BtQEIwYPkK8PlRGcDlUOg==",
"identifierStr": "7BtQEIwYPkK8PlRGcDlUOg==",
"identifierGuid": "10501bec-188c-423e-bc3e-54467039543a",
"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": "64"
}
},
{
"$ref": "66"
}
],
"customers": [
{
"$id": "67",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"customerID": "uG/TkkHOJka4auZIDo2P0Q==",
"customerIDGuid": "92d36fb8-ce41-4626-b86a-e6480e8d8fd1",
"campaign": {
"$ref": "64"
},
"customer": {
"$id": "68",
"identifier": "Tpp9XcEaMk2CeaxUXCLD5w==",
"identifierGuid": "5d7d9a4e-1ac1-4d32-8279-ac545c22c3e7",
"code": "sample string 2",
"familyName": "sample string 3",
"givenName": "sample string 4",
"otherName": "sample string 5",
"title": "sample string 6",
"dateOfBirth": "2026-04-03T06:16:54.6395595",
"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": "1yGTVQnE5U6rcPB2h2A2Sw==",
"communityIdentifierGuid": "559321d7-c409-4ee5-ab70-f0768760364b",
"joined": "2026-04-03T06:16:54.6395595",
"updated": "2026-04-03T06:16:54.6395595",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "6Y3iRbjWI0O3EU43dHxOtA==",
"priceLevelIdentifierGuid": "45e28de9-d6b8-4323-b711-4e37747c4eb4",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-04-03T06:16:54.6395595",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "69",
"cardType": 2,
"issueDate": "2026-04-03T06:16:54.6395595",
"expiry": "2026-04-03T06:16:54.6395595",
"customerID": "zvQhxoIKdUi2sJQyRh8rzA==",
"customerIDGuid": "c621f4ce-0a82-4875-b6b0-9432461f2bcc",
"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:16:54.6395595",
"linkedAccount": "o8hOMtPFnk2gewR8nZJAjw==",
"linkedAccountGuid": "324ec8a3-c5d3-4d9e-a07b-047c9d92408f",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "68"
},
"account": {
"$id": "70",
"id": 1,
"identifier": "rNonUg7SjEa8xV4/O5MDSg==",
"identifierGuid": "5227daac-d20e-468c-bcc5-5e3f3b93034a",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-04-03T06:16:54.6395595",
"owner": "Qccp/6EKTEuy7HEQZPIpbA==",
"ownerGuid": "ff29c741-0aa1-4b4c-b2ec-711064f2296c",
"accountStoreGroupIdentifier": "BxuIZUY3E02LvbL9TPXSuw==",
"accountStoreGroupGuid": "65881b07-3746-4d13-8bbd-b2fd4cf5d2bb",
"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:16:54.6395595",
"active": true,
"updated": "2026-04-03T06:16:54.6395595",
"deleted": true,
"deletedUser": "sample string 16",
"currentBalanceChanged": true,
"maximumLimitChanged": true,
"loyaltyPointsChanged": true,
"projectedBalance": 17,
"accountStoreGroupStoreIDs": [
1,
2
],
"customerEmail": "sample string 18",
"ownerCustomer": {
"$ref": "68"
},
"card": {
"$ref": "69"
},
"members": {
"$id": "71",
"sample string 1": [
{
"$ref": "68"
},
{
"$ref": "68"
}
],
"sample string 2": [
{
"$ref": "68"
},
{
"$ref": "68"
}
]
},
"customerGroups": [
{
"$id": "72",
"identifier": "DvUap5+uu0yi+TBcjMtCFQ==",
"identifierGuid": "a71af50e-ae9f-4cbb-a2f9-305c8ccb4215",
"name": "sample string 2",
"primaryContact": "WARVlV1FaES9DOuKxBPPhA==",
"primaryContactGuid": "95550458-455d-4468-bd0c-eb8ac413cf84",
"accountID": "5TgpeXrmYEedVLy34U6n4Q==",
"accountIDGuid": "792938e5-e67a-4760-9d54-bcb7e14ea7e1",
"special": true,
"updated": "2026-04-03T06:16:54.6395595",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "8IrX6U9TM0GoCXw5i0VSQQ==",
"priceLevelIdentifierGuid": "e9d78af0-534f-4133-a809-7c398b455241",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "70"
},
"primaryContactCustomer": {
"$ref": "68"
},
"customerGroupMembers": [
{
"$id": "73",
"id": 1,
"groupID": "4XJN2KVUXkeMLiXW6Hbp4w==",
"groupIDGuid": "d84d72e1-54a5-475e-8c2e-25d6e876e9e3",
"customerID": "AB6im+7gHEGdhLpgs+24qw==",
"customerIDGuid": "9ba21e00-e0ee-411c-9d84-ba60b3edb8ab",
"card": "sample string 4",
"linkedAccount": "gyEa3ZXo/ESIKjyL1ZqrRw==",
"linkedAccountGuid": "dd1a2183-e895-44fc-882a-3c8bd59aab47",
"customer": {
"$ref": "68"
},
"group": {
"$ref": "72"
},
"customerCard": {
"$ref": "69"
}
},
{
"$ref": "73"
}
]
},
{
"$ref": "72"
}
]
},
"payments": [
{
"$id": "74",
"id": 1,
"identifier": "hjRXs4HWRUOuj9U4JeSZIQ==",
"identifierGuid": "b3573486-d681-4345-ae8f-d53825e49921",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "I/HpJc3o/UyzDU4XOyCHpg==",
"accountIDGuid": "25e9f123-e8cd-4cfd-b30d-4e173b2087a6",
"customerAccount": {
"$ref": "70"
},
"customerCard": {
"$ref": "69"
},
"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:16:54.6395595",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "xUaJCjYW1kWZ2sD/MV+rhA==",
"idempotentVoidGuid": "0a8946c5-1636-45d6-99da-c0ff315fab84",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "75",
"saleHeaderID": 1,
"saleHeaderGuid": "72iqMyNX3keuOF7d2Y3s3Q==",
"saleHeaderIdentifierGuid": "33aa68ef-5723-47de-ae38-5eddd98decdd",
"created": "2026-04-03T06:16:54.6395595",
"createdLocal": "2026-04-03T06:16:54.6395595",
"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:16:54.6395595",
"storeID": 1,
"operatorG_Uid": "WwuhmZlCpkeGHZr0hyvZLg==",
"operatorGuid": "99a10b5b-4299-47a6-861d-9af4872bd92e",
"customerG_Uid": "xhOpoQDrTkKCe1/BK9+Ykw==",
"customerGuid": "a1a913c6-eb00-424e-827b-5fc12bdf9893",
"communityIdentifier": "Rkh6xYaTtkmI8hYoFRme1w==",
"communityIdentifierGuid": "c57a4846-9386-49b6-88f2-162815199ed7",
"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": "b6U2cV4UVkK2c93Gzq7FPA==",
"priceLevelIdentifierGuid": "7136a56f-145e-4256-b673-ddc6ceaec53c",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-04-03T06:16:54.6395595+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": "76",
"customerName": "sample string 1",
"pickupAt": "2026-04-03T06:16:54.6395595",
"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": "35"
},
"customer": {
"$ref": "68"
},
"communityOrganisation": {
"$id": "77",
"id": 1,
"identifier": "/DZLCyGolEmPi2JopsbFZw==",
"identifierGuid": "0b4b36fc-a821-4994-8f8b-6268a6c6c567",
"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:16:54.6395595",
"promoPeriodEnd": "2026-04-03T06:16:54.6395595",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-04-03T06:16:54.6395595",
"deleted": true
},
"details": [
{
"$id": "78",
"saleItemID": 1,
"identifier": "3mozozN/T06gA1DGHwpiDA==",
"identifierGuid": "a3336ade-7f33-4e4f-a003-50c61f0a620c",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "VFvwzZvx7EeBwLCXPLzLSw==",
"pluGuid": "cdf05b54-f19b-47ec-81c0-b0973cbccb4b",
"accountID": "HDebZ1NHZ0+elJaFritYIw==",
"accountIDGuid": "679b371c-4753-4f67-9e94-9685ae2b5823",
"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:16:54.6395595",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "uQaNHYHNRkuUybwkk3YAYA==",
"refundGuid": "1d8d06b9-cd81-4b46-94c9-bc2493760060",
"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": "qnl89xWQmU2txO4Utk/iLQ==",
"idempotentVoidGuid": "f77c79aa-9015-4d99-adc4-ee14b64fe22d",
"priceLevelIdentifier": "t5QI+ROsyEWSQ1R08KyFEg==",
"priceLevelIdentifierGuid": "f90894b7-ac13-45c8-9243-5474f0ac8512",
"communityIdentifier": "9kSsUaaAlkusFsddyYWeNA==",
"communityIdentifierGuid": "51ac44f6-80a6-4b96-ac16-c75dc9859e34",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "79",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-04-03T06:16:54.6395595",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "79"
}
],
"refund": {
"$id": "80",
"id": 1,
"g_UID": "Tu6ElACu6kSHMqgZJ2jF8w==",
"guid": "9484ee4e-ae00-44ea-8732-a8192768c5f3",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-04-03T06:16:54.6395595"
},
"modifier": {
"$id": "81",
"id": 1,
"setG_UID": "yJXigO0GEU2Wgrtw7P60Yw==",
"modifierSetGuid": "80e295c8-06ed-4d11-9682-bb70ecfeb463",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "xiiSBrzr+0i13KZJaP927Q==",
"pluGuid": "069228c6-ebbc-48fb-b5dc-a64968ff76ed",
"deleted": true,
"g_UID": "ALnrgYD6n0SZtgw8nT7OGQ==",
"guid": "81ebb900-fa80-449f-99b6-0c3c9d3ece19",
"product": {
"$ref": "6"
}
},
"priceLevelName": "sample string 25",
"pumpNumber": 1,
"hoseNumber": 1
},
{
"$ref": "78"
}
],
"eftReceipts": [
{
"$id": "82",
"id": 1,
"storeID": 1,
"saleHeaderID": 2,
"storeSaleHeader": {
"$ref": "75"
},
"receipt": "sample string 3",
"processed": 1
},
{
"$ref": "82"
}
],
"payments": [
{
"$ref": "74"
},
{
"$ref": "74"
}
],
"cards": [
{
"$id": "83",
"id": 1,
"saleHeaderID": 1,
"identifier": "sample string 2",
"cardType": 3,
"providerName": "sample string 4"
},
{
"$ref": "83"
}
],
"campaignHits": [
{
"$id": "84",
"id": 1,
"saleHeaderID": 2,
"campaign": "sample string 3",
"name": "sample string 4",
"processed": 1,
"campaignDescription": "sample string 5"
},
{
"$ref": "84"
}
],
"fuel": [
{
"$id": "85",
"id": 1,
"plu": 1,
"pluG_UID": "KToQAsloAUOFhn7Sl2Ickw==",
"pluGuid": "02103a29-68c9-4301-8586-7ed297621c93",
"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:16:54.6395595",
"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:16:54.6395595",
"tagNumber": "sample string 15",
"trackTwoRem": "sample string 16",
"transCode": 1,
"transType": 1,
"unitPrice": 1.0,
"vehicleReg": "sample string 17",
"offline": true,
"processed": 1
},
{
"$ref": "85"
}
],
"fuelResells": [
{
"$id": "86",
"saleItemID": 1,
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "puEYptYYKkGuleWiU8w01w==",
"pluGuid": "a618e1a6-18d6-412a-ae95-e5a253cc34d7",
"accountID": "91I9hQp9CUacvZ6hAVM/MA==",
"accountIDGuid": "853d52f7-7d0a-4609-9cbd-9ea101533f30",
"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:16:54.6395595",
"bestOrExpireType": 1,
"refundG_UID": "FXi1z9My2k+vRe5kWUR89Q==",
"refundGuid": "cfb57815-32d3-4fda-af45-ee6459447cf5",
"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": "86"
}
],
"customerOrder": [
{
"$id": "87",
"identifier": "lZlfUEXGq0uIjYEYlXOTrA==",
"identifierGuid": "505f9995-c645-4bab-888d-8118957393ac",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "9Q7aIZDbgkGUZhPrlz9aJw==",
"customerIdentifierGuid": "21da0ef5-db90-4182-9466-13eb973f5a27",
"operatorNo": 1,
"operatorG_UID": "TWySVtohH0SWqa+1TkjC3Q==",
"operatorGuid": "56926c4d-21da-441f-96a9-afb54e48c2dd",
"created": "2026-04-03T06:16:54.6395595",
"ordered": "2026-04-03T06:16:54.6395595",
"started": "2026-04-03T06:16:54.6395595",
"completed": "2026-04-03T06:16:54.6395595",
"supplied": "2026-04-03T06:16:54.6395595",
"quickTicket": 1,
"deleted": true,
"walkAway": true,
"approxWait": 1,
"actualWait": 1,
"deliveryMethod": 8,
"externalSaleType": 9,
"customer": {
"$ref": "68"
},
"operator": {
"$ref": "35"
},
"details": [
{
"$id": "88",
"headerID": 1,
"plu": 1,
"pluG_UId": "n3SlNMyYSUmx3pnoK4V8JQ==",
"pluGuid": "34a5749f-98cc-4949-b1de-99e82b857c25",
"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": "ZUyhBNkkOES1jBHcXgemmw==",
"headerIdentifierGuid": "04a14c65-24d9-4438-b58c-11dc5e07a69b",
"product": {
"$ref": "6"
}
},
{
"$ref": "88"
}
],
"storeName": "sample string 11",
"customerName": "sample string 12",
"storeReplyTo": "sample string 13",
"storeSubjectLine": "sample string 14",
"storeSaleHeader": {
"$ref": "75"
}
},
{
"$ref": "87"
}
],
"surveyResponses": [
{
"$id": "89",
"surveyG_UID": "cpdmGuPjWEu+Zvc3UNiPpA==",
"surveyGuid": "1a669772-e3e3-4b58-be66-f73750d88fa4",
"saleHeaderGuid": "+leWOZ2GWk240TaWGU04IA==",
"saleGuid": "399657fa-869d-4d5a-b8d1-3696194d3820",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "wKk7FYZXgUCtCCdWuWE6og==",
"guidResponse": "153ba9c0-5786-4081-ad08-2756b9613aa2",
"whoAnswered": 2,
"answeredAtUTC": "2026-04-03T06:16:54.6395595",
"sale": {
"$ref": "75"
},
"survey": {
"$id": "90",
"g_UID": "p4lQRyxF6kO4hsgh1EZacA==",
"guid": "475089a7-452c-43ea-b886-c821d4465a70",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "1bhP42Xl20+vAaiKpdMFNw==",
"checkoutFormGuid": "e34fb8d5-e565-4fdb-af01-a88aa5d30537",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-04-03T06:16:54.6395595",
"end": "2026-04-03T06:16:54.6395595",
"deleted": true,
"updated": "2026-04-03T06:16:54.6395595",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"10dc4e9c-cfa6-4391-8e6a-8c2c0d8e9325",
"b73bae72-1dbc-4237-81c4-17aca296941c"
],
"allowsAllTextResponses": true,
"surveyForm": {
"$ref": "43"
}
},
"ingressId": "sample string 4"
},
{
"$ref": "89"
}
],
"storeName": "sample string 39",
"terminalNumber": 40,
"machineName": "sample string 41",
"operatorName": "sample string 42",
"direction": 1,
"reason": "sample string 43",
"accountG_UID": "N/SlmbErh0uh+JLrHAKVFw==",
"accountIdentifier": "99a5f437-2bb1-4b87-a1f8-92eb1c029517",
"accountName": "sample string 44",
"customerOrderIdentifier": "dITDBPikt0q4L837ow4T4w==",
"customerOrderIdentifierGuid": "04c38474-a4f8-4ab7-b82f-cdfba30e13e3",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "91",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "CbQ1mc+yfU+H29ArcL45HQ==",
"paymentIdentifierGuid": "9935b409-b2cf-4f7d-87db-d02b70be391d",
"identifier": "dfjxoa/EuUScn3UnOFAoYQ==",
"identifierGuid": "a1f1f875-c4af-44b9-9c9f-752738502861",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "0xQsJ01E3Uqhg3ijoilutw==",
"itemIdentifierGuid": "272c14d3-444d-4add-a183-78a3a2296eb7"
}
},
{
"$ref": "74"
}
]
},
{
"$ref": "69"
}
],
"customerGroupMembers": [
{
"$ref": "73"
},
{
"$ref": "73"
}
],
"customerGroups": [
{
"$ref": "72"
},
{
"$ref": "72"
}
],
"accounts": [
{
"$ref": "70"
},
{
"$ref": "70"
}
],
"account": {
"$ref": "70"
},
"vouchers": [
{
"$id": "92",
"customerIdentifier": "wfFXpnGPYkWSciLHmQiczg==",
"customerIdentifierGuid": "a657f1c1-8f71-4562-9272-22c799089cce",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "ewxrhVrpoEei/mUIpiRoJA==",
"idempotentGuid": "856b0c7b-e95a-47a0-a2fe-6508a6246824",
"offline": true,
"voucher": {
"$id": "93",
"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:16:54.6395595",
"barcodeTemplate": {
"$id": "94",
"templateID": 1,
"template": "sample string 1",
"bcFunction": "sample string 2",
"sortOrder": 3
},
"scaleLabel": {
"$id": "95",
"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:16:54.6395595",
"labelPageLayout": "E4jRLsNL506KFf6uS+3FzQ==",
"pageLayoutGuid": "2ed18813-4bc3-4ee7-8a15-feae4bedc5cd",
"labelType": 6,
"oldName": "sample string 7",
"voucher": {
"$ref": "93"
},
"elements": [
{
"$id": "96",
"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:16:54.6395595"
},
{
"$ref": "96"
}
]
},
"customerVouchers": [
{
"$id": "97",
"id": 1,
"customerIdentifier": "52ZSxNOHkk6k/yDnXW4LmQ==",
"customerIdentifierGuid": "c45266e7-87d3-4e92-a4ff-20e75d6e0b99",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-04-03T06:16:54.6395595",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "6fm274UvF029Ye6IhcDv4Q==",
"issuedIdempotentGuid": "efb6f9e9-2f85-4d17-bd61-ee8885c0efe1",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-04-03T06:16:54.6395595",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-04-03T06:16:54.6395595",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "gYQS6DGpZEKoG3GOgZuptg==",
"redeemedIdempotentGuid": "e8128481-a931-4264-a81b-718e819ba9b6",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-04-03T06:16:54.6395595",
"storeName": "sample string 17",
"scaleLabel": {
"$ref": "95"
},
"voucher": {
"$ref": "93"
},
"customer": {
"$ref": "68"
},
"issuedOfflinePayment": {
"$ref": "74"
},
"redeemedOfflinePayment": {
"$ref": "74"
}
},
{
"$ref": "97"
}
]
},
"customer": {
"$ref": "68"
}
},
{
"$ref": "92"
}
]
}
},
{
"$ref": "67"
}
],
"customerGroups": [
{
"$id": "98",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupID": "80MXMkY3dEKhl7dR/YcZJw==",
"groupIDGuid": "321743f3-3746-4274-a197-b751fd871927",
"campaign": {
"$ref": "64"
},
"group": {
"$ref": "72"
}
},
{
"$ref": "98"
}
],
"signIqTickets": [
{
"$id": "99",
"identifier": "5m5xCcmZQ0Kyf6IFGEm/DA==",
"identifierGuid": "09716ee6-99c9-4243-b27f-a2051849bf0c",
"campaignName": "sample string 2",
"message": "sample string 3",
"ticketFileSource": "sample string 4",
"ticketFileDestination": "sample string 5",
"storeID": 1
},
{
"$ref": "99"
}
],
"comboPriceGroups": [
{
"$id": "100",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"g_UID": "8CPX33/wRk6n4OdwdR3wAQ==",
"guid": "dfd723f0-f07f-4e46-a7e0-e770751df001",
"description": "sample string 5",
"newPrice": 1,
"rangeDescription": "sample string 6",
"dealDescription": "sample string 7",
"labelQuantity": 8,
"hostProductCategoryID": 1,
"offerID": 1,
"dontUpdatePricePlus": true,
"campaign": {
"$ref": "64"
},
"comboPricePlus": [
{
"$id": "101",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupG_UID": "3uqLFCLZj0eDmTFMGWymqA==",
"groupGuid": "148beade-d922-478f-8399-314c196ca6a8",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "cE5zeNPztUWIfk8wkBlpBA==",
"pluGuid": "78734e70-f3d3-45b5-887e-4f3090196904",
"priceGroupG_UID": "r1wSv+1COkm7cLZPm/GhpQ==",
"priceGroupGuid": "bf125caf-42ed-493a-bb70-b64f9bf1a1a5",
"campaignPoolID": "sample string 7",
"quantity": 1,
"campaign": {
"$ref": "64"
},
"product": {
"$ref": "6"
},
"priceGroup": {
"$ref": "28"
},
"campaignPool": {
"$ref": "64"
}
},
{
"$ref": "101"
}
]
},
{
"$ref": "100"
}
],
"priceLevels": [
{
"$id": "102",
"id": 1,
"priceLevelIdentifier": "L6ojDzK+qkCO1KjkkagoxQ==",
"priceLevelIdentifierGuid": "0f23aa2f-be32-40aa-8ed4-a8e491a828c5",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "102"
}
],
"promotionType": {
"$id": "103",
"identifier": "FHoa7npv6kawLMXG9/iJ3w==",
"identifierGuid": "ee1a7a14-6f7a-46ea-b02c-c5c6f7f889df",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "rDTcU9G6SUm3B0OdoKoKEQ==",
"labelPageLayoutGuid": "53dc34ac-bad1-4949-b707-439da0aa0a11",
"priceLevelIdentifier": "dRbdp7eTtkalas8xzLFDjw==",
"priceLevelIdentifierGuid": "a7dd1675-93b7-46b6-a56a-cf31ccb1438f",
"active": true,
"updated": "2026-04-03T06:16:54.6395595",
"hostName": "sample string 11"
}
},
"product": {
"$ref": "6"
},
"dealCost": {
"$id": "104",
"headerIdentifier": "LbZLhIQSe0uUAMfJu4LEnQ==",
"headerIdentifierGuid": "844bb62d-1284-4b7b-9400-c7c9bb82c49d",
"identifier": "uYybCS88rEeVoR+l/dDD1w==",
"identifierGuid": "099b8cb9-3c2f-47ac-95a1-1fa5fdd0c3d7",
"supplierIdentifier": "igZ3cpy5skW0AZAij1425A==",
"supplierGuid": "7277068a-b99c-45b2-b401-90228f5e36e4",
"pluG_UID": "X4a40J+WZ0acsRk6EQ9Wew==",
"pluGuid": "d0b8865f-969f-4667-9cb1-193a110f567b",
"campaignName": "7a02229c-fb7e-4fe4-bd97-00f2e3a80c17",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-04-03T06:16:54.6395595",
"end": "2026-04-03T06:16:54.6395595",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "FqZIAp438kWnMv/bVtF3Tw==",
"bonusItemPluGuid": "0248a616-379e-45f2-a732-ffdb56d1774f",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-04-03T06:16:54.6395595",
"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:16:54.6395595",
"campaignEndDate": "2026-04-03T06:16:54.6395595",
"masterPLUG_UID": "PfEqhr2kIUGV4MaeFHnLBw==",
"masterID": "862af13d-a4bd-4121-95e0-c69e1479cb07",
"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": "RWxPBR3Yh0Swzdm5xUFQ4A==",
"bonusMasterID": "054f6c45-d81d-4487-b0cd-d9b9c54150e0",
"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:16:54.6395595",
"dealCosts": [
{
"$ref": "104"
},
{
"$ref": "104"
}
],
"tags": [
{
"$id": "105",
"pluG_UID": "59CqeWr5jEGLk72BZxCbmQ==",
"pluGuid": "79aad0e7-f96a-418c-8b93-bd8167109b99",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "105"
}
],
"alternateProductG_UID": "AUW5MgSYk0uDkAPUyFl4Lw==",
"alternateProduct": "32b94501-9804-4b93-8390-03d4c859782f",
"altProduct": {
"$ref": "6"
},
"productHostCode": {
"$id": "106",
"id": 1,
"pluG_UID": "G8+uWt8PG0Ohp1Dt7RCzUg==",
"pluGuid": "5aaecf1b-0fdf-431b-a1a7-50eded10b352",
"ibaCode": "sample string 2"
},
"mscCat": {
"$ref": "58"
},
"mscCom": {
"$ref": "59"
},
"mscDep": {
"$ref": "61"
},
"mscSubCom": {
"$ref": "60"
},
"isUserUpdate": true,
"ignoreMasterProduct": true,
"priceGroupLabelRequested": true,
"firstSold": "2026-04-03T06:16:54.6395595",
"inventoryTracked": "2026-04-03T06:16:54.6395595",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "107",
"pluG_UID": "jIScBN6pIUqy/6T6ARmfUA==",
"pluGuid": "049c848c-a9de-4a21-b2ff-a4fa01199f50",
"fuelPluG_UID": "ejY9bM45V02dwO1d3Apgxg==",
"fuelPluGuid": "6c3d367a-39ce-4d57-9dc0-ed5ddc0a60c6",
"price": 3,
"productDescription": "sample string 4",
"productBarcode": "sample string 5",
"fuelProductDescription": "sample string 6",
"fuelProductBarcode": "sample string 7",
"fuelProductPrice": 8
},
"productFuelLinks": [
{
"$ref": "107"
},
{
"$ref": "107"
}
]
},
"supplier": {
"$ref": "1"
},
"serviceFee": {
"$id": "108",
"id": 1,
"description": "sample string 1",
"fee": 1
},
"isPrimaryHost": true,
"hostVendor": 48
},
{
"$ref": "4"
}
],
"orderCycleHeaders": [
{
"$id": "109",
"storeID": 1,
"supplierIdentifier": "Ci/TMjQftE+rHhimtTj0pQ==",
"supplierGuid": "32d32f0a-1f34-4fb4-ab1e-18a6b538f4a5",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"storeName": "sample string 5",
"departmentName": "sample string 6",
"orderDays": 7
},
{
"$ref": "109"
}
],
"cycles": [
{
"$id": "110",
"storeID": 1,
"supplierIdentifier": "sByaemv9AU6E9UNepNjmkw==",
"supplierGuid": "7a9a1cb0-fd6b-4e01-84f5-435ea4d8e693",
"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:16:54.6395595",
"deliveryDate": "2026-04-03T06:16:54.6395595",
"nextCutOffDate": "2026-04-03T06:16:54.6395595",
"nextDeliveryDate": "2026-04-03T06:16:54.6395595",
"nextDaysBuffer": 10
},
{
"$ref": "110"
}
],
"store": {
"$ref": "7"
},
"updated": "2026-04-03T06:16:54.6395595",
"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.