POST api/inventory/{id}/transfer/{guid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
|
| guid | globally unique identifier |
Required |
Body Parameters
InventoryTransfer| Name | Description | Type | Additional information |
|---|---|---|---|
| OriginalInventoryGuid | Collection of byte |
None. |
|
| OriginalInventoryIdentifier | globally unique identifier |
None. |
|
| NewInventoryGuid | Collection of byte |
None. |
|
| NewInventoryIdentifier | globally unique identifier |
None. |
|
| OriginalPLUG_UID | Collection of byte |
None. |
|
| OriginalPLUIdentifier | globally unique identifier |
None. |
|
| NewPLUG_UID | Collection of byte |
None. |
|
| NewPLUIdentifier | globally unique identifier |
None. |
|
| InventoryReason |
Hardcoded to Stock Transfer |
InventoryReasons |
None. |
| InventoryInvoiceGuid | Collection of byte |
None. |
|
| InvoiceIdentifier | globally unique identifier |
None. |
|
| OperatorGuid | Collection of byte |
None. |
|
| OperatorIdentifier | globally unique identifier |
None. |
|
| OriginalCreatedLocal | date |
None. |
|
| NewCreatedLocal | date |
None. |
|
| OriginalBaseUnitsConversionRate |
This is the value that 1 baseUnit of the original is worth in the new product |
decimal number |
None. |
| MovementQty | integer |
None. |
|
| MovementQtyPacks | integer |
None. |
|
| OriginalProduct | Product |
None. |
|
| NewProduct | Product |
None. |
Request Formats
application/json, text/json
Sample:
{
"originalInventoryGuid": "6M8/oFMVcEGPBYBfQaWXPA==",
"originalInventoryIdentifier": "a03fcfe8-1553-4170-8f05-805f41a5973c",
"newInventoryGuid": "8GmGjLsfo0i6gxJjSgqFug==",
"newInventoryIdentifier": "8c8669f0-1fbb-48a3-ba83-12634a0a85ba",
"originalPLUG_UID": "LiJxrsh11kaKzSCcYSDoNQ==",
"originalPLUIdentifier": "ae71222e-75c8-46d6-8acd-209c6120e835",
"newPLUG_UID": "MHTPRM80lEWZlRQJX5pk/A==",
"newPLUIdentifier": "44cf7430-34cf-4594-9995-14095f9a64fc",
"inventoryReason": 15,
"inventoryInvoiceGuid": "YpGCYkyWO0ms0oIeqtObpg==",
"invoiceIdentifier": "62829162-964c-493b-acd2-821eaad39ba6",
"operatorGuid": "yBVqRNc8aU+aC+bVBuzHhw==",
"operatorIdentifier": "446a15c8-3cd7-4f69-9a0b-e6d506ecc787",
"originalCreatedLocal": "2026-04-03T06:26:36.8704696",
"newCreatedLocal": "2026-04-03T06:26:36.8704696",
"originalBaseUnitsConversionRate": 1.1,
"movementQty": 1,
"movementQtyPacks": 1,
"originalProduct": {
"$id": "2",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "8pG1eb9UxkqAEl/L/wE1VA==",
"guid": "79b591f2-54bf-4ac6-8012-5fcbff013554",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "KHEz7xNJbke74Nk9hftGsg==",
"priceGroupGuid": "ef337128-4913-476e-bbe0-d93d85fb46b2",
"blueprintID": 1,
"lastCountedDate": "2026-04-03T06:26:36.8704696",
"externalID": "sample string 7",
"active": true,
"activated": "2026-04-03T06:26:36.8704696",
"pluCreated": "2026-04-03T06:26:36.8704696",
"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:26:36.8704696",
"lastManualUpdate": "2026-04-03T06:26:36.8704696",
"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:26:36.8704696",
"currentCostUpdated": "2026-04-03T06:26:36.8704696",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-04-03T06:26:36.8704696",
"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:26:36.8704696",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "9etN9uZzgk+aCaAQKl3OFQ==",
"altPLUGuid": "f64debf5-73e6-4f82-9a09-a0102a5dce15",
"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:26:36.8704696",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "HkhbLnyC2kGlerkMK+HZlg==",
"shelfPageLayoutGuid": "2e5b481e-827c-41da-a57a-b90c2be1d996",
"talkerPageLayoutG_UID": "pI927ZoIiEid1jL8y4uySg==",
"talkerPageLayoutGuid": "ed768fa4-089a-4888-9dd6-32fccb8bb24a",
"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": "fNhxWKNJYEiatQG6v8dtyQ==",
"inventoryIdentifier": "5871d87c-49a3-4860-9ab5-01babfc76dc9",
"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": "rT5jb09jiEG+mAQe/o06XQ==",
"parentPluGuid": "6f633ead-634f-4188-be98-041efe8d3a5d",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "UQNUgiW5ZUm1XknwO5lnwg==",
"supplierIdentifierGuid": "82540351-b925-4965-b55e-49f03b9967c2",
"supplierChanged": true,
"rebateSupplierIdentifier": "K0H2nTQqVkaUur5Ja3aqHQ==",
"rebateSupplierIdentifierGuid": "9df6412b-2a34-4656-94ba-be496b76aa1d",
"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:26:36.8704696",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "b5lnHCvnOkuWcChbn79YhA==",
"hostIdentifierGuid": "1c67996f-e72b-4b3a-9670-285b9fbf5884",
"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": "2"
},
{
"$ref": "2"
}
],
"store": {
"$id": "3",
"id": 1,
"isMaster": true,
"isElectedMaster": true,
"electedMasterStoreID": 1,
"isZoneMaster": true,
"shortName": "sample string 3",
"url": "sample string 4",
"sortOrder": 1,
"name": "sample string 5",
"phone": "sample string 6",
"fax": "sample string 7",
"email": "sample string 8",
"address1": "sample string 9",
"address2": "sample string 10",
"city": "sample string 11",
"state": "sample string 12",
"country": "sample string 13",
"postCode": "sample string 14",
"delivery": 1,
"exportAccounts": 1,
"salesAccountFolder": "sample string 15",
"purchaseAccountFolder": "sample string 16",
"initLoad": 1,
"initIDs": 1,
"zoneID": 1,
"actAsMaster": 1,
"lastActiveUtc": "2026-04-03T06:26:36.8704696",
"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": "u4ZF6dCEdEW1y99xQg6EXQ==",
"hostIdentifierGuid": "e94586bb-84d0-4574-b5cb-df71420e845d",
"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:26:36.8704696",
"priceZone": {
"$id": "4",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "KHQ7Y16XE0OTGxGkuNZ54Q==",
"hostIdentifierGuid": "633b7428-975e-4313-931b-11a4b8d679e1",
"sortOrder": 3,
"zoneMasterStoreID": 1,
"electedMasterStoreID": 1,
"containsElectedMasterStore": true
},
"priceZoneName": "sample string 51",
"storeFuelConfigured": true,
"shippingAddressCopied": true,
"shippingAddress": {
"$id": "5",
"storeID": 1,
"addressType": 1,
"address1": "sample string 1",
"address2": "sample string 2",
"city": "sample string 3",
"state": "sample string 4",
"country": "sample string 5",
"postCode": "sample string 6"
},
"billingAddressCopied": true,
"billingAddress": {
"$ref": "5"
},
"hostStoreSettings": [
{
"$id": "6",
"id": 1,
"hostIdentifier": "iOdo1s6NfkOQZoomxMqwRA==",
"hostIdentifierGuid": "d668e788-8dce-437e-9066-8a26c4cab044",
"storeID": 2,
"username": "sample string 3",
"password": "sample string 4",
"passwordPlain": "sample string 5",
"serverAddress": "sample string 6",
"serverPort": 1,
"excludeFromLeadInOut": true,
"useForHostFile": true,
"metcashPillarID": "sample string 9",
"metcashStateCode": "sample string 10",
"metcashCustomerID": "sample string 11",
"metcashTradingPartnerID": "sample string 12",
"drakesCustomerNumber": 1,
"sparCustomerNumber": "sample string 13",
"sparOrderUsername": "sample string 14",
"sparOrderPassword": "sample string 15",
"sparOrderPasswordPlain": "sample string 16",
"pharmXSiteID": 1,
"ibaZoneID": 1,
"ibaState": "sample string 17",
"foodlandStoreCode": "sample string 18",
"ilgMemberNumber": "sample string 19",
"ilgOutletLocation": 1,
"ilgBaseCost": 1,
"ilgApplyNonAdvertisedPromos": true,
"ilgExemptFromFreight": true,
"ilgOrderDealReview": true,
"ilgFinanceFee": 1,
"secondPassword": "sample string 23",
"secondPasswordPlain": "sample string 24",
"secondServerAddress": "sample string 25",
"processPromotions": true,
"hostProvider": 0,
"host": {
"$id": "7",
"identifier": "vyb+uY1QtUWqJjoBOp/mxA==",
"identifierGuid": "b9fe26bf-508d-45b5-aa26-3a013a9fe6c4",
"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": "r3fU80/0PUOsmCjt+8dbpw==",
"hostSupplierIdentifierGuid": "f3d477af-f44f-433d-ac98-28edfbc75ba7",
"loyaltyPriceLevelIdentifier": "mYN9jBoZekKFntwTLrk/+g==",
"loyaltyPriceLevelIdentifierGuid": "8c7d8399-191a-427a-859e-dc132eb93ffa",
"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:26:36.8704696",
"lastProcessed": "2026-04-03T06:26:36.8704696",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$id": "8",
"identifier": "egEXajDB80uoH8dz1vDKog==",
"identifierGuid": "6a17017a-c130-4bf3-a81f-c773d6f0caa2",
"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": "zY1w/b1l9ECxgt7weXFQPg==",
"primaryContactID": "fd708dcd-65bd-40f4-b182-def07971503e",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "GeWhWajiykO6lwaJ8oNcCA==",
"supplierGroupGuid": "59a1e519-e2a8-43ca-ba97-0689f2835c08",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-04-03T06:26:36.8704696",
"rebateLastClaimedAmount": 1.0,
"cartonsOnly": true,
"minimumOrderValue": 1,
"enforceMinimumQuantity": true,
"freight": 19.0,
"freightType": 20,
"deleted": true,
"deletedUser": "sample string 22",
"storeName": "sample string 23",
"primaryContact": {
"$id": "9",
"id": "0d46ee0c-6aa1-4baf-9f2b-b24dea6a948c",
"identifier": "Zs4E0NPKVEanuWyALC+F4A==",
"identifierGuid": "d004ce66-cad3-4654-a7b9-6c802c2f85e0",
"familyName": "sample string 1",
"givenNames": "sample string 2",
"otherNames": "sample string 3",
"title": "sample string 4",
"dateOfBirth": "sample string 5",
"sex": "sample string 6",
"address": "sample string 7",
"address1": "sample string 8",
"address2": "sample string 9",
"town": "sample string 10",
"state": "sample string 11",
"country": "sample string 12",
"postalCode": "sample string 13",
"telephone": "sample string 14",
"mobile": "sample string 15",
"email": "sample string 16",
"fax": "sample string 17",
"primary": true
},
"contacts": [
{
"$id": "10",
"supplierIdentifier": "4sOmKT7Um0KzDqu6YD8eWw==",
"supplierIdentifierGuid": "29a6c3e2-d43e-429b-b30e-abba603f1e5b",
"contactGuid": "o2leTS6BVUmm4/Z0JIj+oQ==",
"contactID": "4d5e69a3-812e-4955-a6e3-f6742488fea1",
"contact": {
"$ref": "9"
},
"supplier": {
"$ref": "8"
}
},
{
"$ref": "10"
}
],
"products": [
{
"$id": "11",
"pluG_UID": "ghNXG7FKrUOxAR8m8RW9pQ==",
"pluGuid": "1b571382-4ab1-43ad-b101-1f26f115bda5",
"supplierIdentifier": "TjjY8OTVKkOP+F/6NnC82A==",
"supplierIdentifierGuid": "f0d8384e-d5e4-432a-8ff8-5ffa3670bcd8",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-04-03T06:26:36.8704696",
"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:26:36.8704696",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "12",
"pluG_UID": "UoHrf9fPXkyhZ4ksCfNPCQ==",
"pluGuid": "7feb8152-cfd7-4c5e-a167-892c09f34f09",
"supplierIdentifier": "t8wHb7sBrU2rCn5wW5IeDQ==",
"supplierIdentifierGuid": "6f07ccb7-01bb-4dad-ab0a-7e705b921e0d",
"invoiceCode": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "12"
}
],
"storeIDs": [
1,
2
],
"preferredSupplier": true,
"preferredRebateSupplier": true,
"supplierName": "sample string 42",
"salesMode": 43,
"orderPacked": true,
"active": true,
"price": 1,
"costGstPercent": 45,
"parentPluG_UID": "RMcOza9hM0u1mPZxUFexdg==",
"parentPluGuid": "cd0ec744-61af-4b33-b598-f6715057b176",
"freight": 46.0,
"freightType": 1,
"product": {
"$ref": "2"
},
"supplier": {
"$ref": "8"
},
"serviceFee": {
"$id": "13",
"id": 1,
"description": "sample string 1",
"fee": 1
},
"isPrimaryHost": true,
"hostVendor": 48
},
{
"$ref": "11"
}
],
"orderCycleHeaders": [
{
"$id": "14",
"storeID": 1,
"supplierIdentifier": "ujpOF8BjYUiuXIQAymivAQ==",
"supplierGuid": "174e3aba-63c0-4861-ae5c-8400ca68af01",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"storeName": "sample string 5",
"departmentName": "sample string 6",
"orderDays": 7
},
{
"$ref": "14"
}
],
"cycles": [
{
"$id": "15",
"storeID": 1,
"supplierIdentifier": "kBvHl0ZHBEm7BpJrlZmvzA==",
"supplierGuid": "97c71b90-4746-4904-bb06-926b9599afcc",
"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:26:36.8704696",
"deliveryDate": "2026-04-03T06:26:36.8704696",
"nextCutOffDate": "2026-04-03T06:26:36.8704696",
"nextDeliveryDate": "2026-04-03T06:26:36.8704696",
"nextDaysBuffer": 10
},
{
"$ref": "15"
}
],
"store": {
"$ref": "3"
},
"updated": "2026-04-03T06:26:36.8704696",
"isHost": true
},
"files": [
{
"$id": "16",
"id": "sample string 1",
"fileName": "sample string 2",
"extension": "sample string 3",
"provider": 0,
"type": 0,
"hostType": "sample string 4",
"createdUtc": "2026-04-03T06:26:36.8704696",
"processed": "2026-04-03T06:26:36.8704696",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-04-03T06:26:36.8704696",
"size": 1,
"sizeFormat": "sample string 7",
"isArchive": true,
"customerNumber": "sample string 9",
"businessPillar": "sample string 10",
"fileType": "sample string 11",
"version": "sample string 12",
"reference": "sample string 13",
"digest": "sample string 14",
"contentType": "sample string 15",
"host": {
"$ref": "7"
},
"metcashHeader": {
"$id": "17",
"customerNumber": "sample string 1",
"creationDate": "2026-04-03T06:26:36.8704696",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "16"
}
],
"zoneMatrix": [
{
"$id": "18",
"id": 1,
"hostIdentifier": "4lVYx3eLAEaa5XUnI1il1w==",
"hostIdentifierGuid": "c75855e2-8b77-4600-9ae5-75272358a5d7",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"3da1e588-bc32-4603-a411-d2bed4730a38",
"b01b6211-64fe-4486-84b1-d71e85d13f6f"
]
},
{
"$ref": "18"
}
],
"hostFileStoreSetting": {
"$ref": "6"
},
"hostStoreSettings": [
{
"$ref": "6"
},
{
"$ref": "6"
}
],
"promotionPlacements": [
{
"$id": "19",
"identifier": "+A6NkjiWCEmsQ5cPNfr+7w==",
"identifierGuid": "928d0ef8-9638-4908-ac43-970f35fafeef",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "19"
}
],
"promoTypeGuids": [
"8448fe5e-8274-4287-ab07-c9c08af90764",
"d0422a31-077e-47e7-9480-fe7b0df79390"
],
"isPromotionOnly": false,
"isOrderable": false,
"vendor": 0
},
"groupIDs": [
1,
2
],
"hostDescription": "sample string 27"
},
{
"$ref": "6"
}
],
"accounts": [
{
"$id": "20",
"id": 1,
"storeID": 1,
"accountName": "sample string 2",
"bsb": "sample string 3",
"accountNumber": "sample string 4",
"accountDesignated": true
},
{
"$ref": "20"
}
],
"sales": [
{
"$id": "21",
"id": 1,
"storeID": 1,
"externalSalesType": 2,
"ftpSiteID": 1,
"lastSaleProcessed": "2026-04-03T06:26:36.8704696",
"ftpSite": {
"$id": "22",
"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": "21"
}
],
"zoneMatrix": [
{
"$ref": "18"
},
{
"$ref": "18"
}
],
"cashManagements": [
{
"$id": "23",
"id": 1,
"storeID": 1,
"cashManagementType": 2,
"apiID": 1,
"organisationID": "sample string 3",
"siteName": "sample string 4",
"thirdPartyAPI": {
"$id": "24",
"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": "23"
}
],
"updateStoreID": "199f6059-9c5f-482a-8a12-7760bc741e88",
"updateStore": {
"$id": "25",
"id": "ff30e097-0451-49c1-8371-aa4b3b82e506",
"name": "sample string 1",
"lastActivity": "2026-04-03T06:26:36.8861028",
"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:26:36.8861028"
},
"timeZoneId": "sample string 54",
"securityOptions": {
"$id": "26",
"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": "27",
"pluG_UID": "E54THl8Fo0+ool3MrIMRjw==",
"pluGuid": "1e139e13-055f-4fa3-a8a2-5dccac83118f",
"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:26:36.8861028"
},
{
"$ref": "27"
}
],
"currentPrices": {
"$id": "28",
"pluPrices": {
"$id": "29",
"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:26:36.8861028",
"priceChangeType": 0,
"costDecimals": 11,
"costCalcMethod": 12,
"targetCampaignPriceGtOrEquNormal": true
},
"normalPluPrices": {
"$ref": "29"
},
"winningCampaign": 1,
"winner": {
"$id": "30",
"campaignName": "sample string 1",
"campaignDescription": "sample string 2",
"talkerText": "sample string 3",
"disableWasSave": true,
"startDate": "2026-04-03T06:26:36.8861028",
"startTime": 5,
"endDate": "2026-04-03T06:26:36.8861028",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "CU1og3zkU0Ov1BL4QNCcAw==",
"hostIdentifierGuid": "83684d09-e47c-4353-afd4-12f840d09c03",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "30"
},
{
"$ref": "30"
}
]
},
"tray": {
"$id": "31",
"g_UId": "CmxKU6mELU+NjwwYZwke9Q==",
"guid": "534a6c0a-84a9-4f2d-8d8f-0c1867091ef5",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "32",
"priceGroupG_UID": "SU0/nRYLp0mH8BbYSIMNtw==",
"priceGroupGuid": "9d3f4d49-0b16-49a7-87f0-16d848830db7",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-04-03T06:26:36.8861028",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "33",
"pluG_UID": "dB9sB2GpeUOy98TjxmeyAg==",
"pluGuid": "076c1f74-a961-4379-b2f7-c4e3c667b202",
"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": "34",
"pluGuid": "0aa259a4-e08a-43fd-8f72-96d3896960bb",
"created": "2026-04-03T06:26:36.8861028",
"createdByUser": "sample string 1",
"activated": "2026-04-03T06:26:36.8861028",
"activatedByUser": "sample string 2",
"deactivated": "2026-04-03T06:26:36.8861028",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-04-03T06:26:36.8861028",
"lastOrderedQty": 4.0,
"lastReceived": "2026-04-03T06:26:36.8861028",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-04-03T06:26:36.8861028",
"lastSold": "2026-04-03T06:26:36.8861028",
"firstSold": "2026-04-03T06:26:36.8861028",
"awsUpdated": "2026-04-03T06:26:36.8861028",
"lastManualUpdate": "2026-04-03T06:26:36.8861028",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-04-03T06:26:36.8861028",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-04-03T06:26:36.8861028",
"doNotRangeUpdated": "2026-04-03T06:26:36.8861028",
"doNotOrderUpdated": "2026-04-03T06:26:36.8861028",
"tracked": "2026-04-03T06:26:36.8861028"
},
"allergens": [
{
"$id": "35",
"primaryKey": {
"$id": "36",
"pluGuid": "e07fb65d-f623-400c-9dd4-d6d491cb430b",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "XbZ/4CP2DECd1NbUkctDCw==",
"pluGuid": "e07fb65d-f623-400c-9dd4-d6d491cb430b",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "35"
}
],
"costs": {
"$id": "37",
"pluG_UID": "a+MAPzwLIk6A+L0POsAZcQ==",
"pluGuid": "3f00e36b-0b3c-4e22-80f8-bd0f3ac01971",
"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:26:36.8861028",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "38",
"saleHeaderID": 1,
"created": "2026-04-03T06:26:36.8861028",
"createdLocal": "2026-04-03T06:26:36.8861028",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "r3QtRmpFQEyiRkT9bLHgUg==",
"operatorGuid": "462d74af-456a-4c40-a246-44fd6cb1e052",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "ubSnjDQlFUa7U16WpT9ZfQ==",
"pluGuid": "8ca7b4b9-2534-4615-bb53-5e96a53f597d",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$id": "39",
"id": 1,
"g_Uid": "SLfJOw1f20iuPamSfOlw/g==",
"guid": "3bc9b748-5f0d-48db-ae3d-a9927ce970fe",
"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:26:36.8861028",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-04-03T06:26:36.8861028",
"endShift": "2026-04-03T06:26:36.8861028",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "40",
"operatorG_UID": "IQwr7g0ZSkKevcxJJbCKHw==",
"operatorGuid": "ee2b0c21-190d-424a-9ebd-cc4925b08a1f",
"storeID": 2,
"operator": {
"$ref": "39"
},
"store": {
"$ref": "3"
}
},
{
"$ref": "40"
}
]
}
},
{
"$ref": "38"
}
],
"apns": [
{
"$id": "41",
"pluID": 1,
"pluG_UID": "8gdFuvXQukKdOqncV+P7/A==",
"pluGuid": "ba4507f2-d0f5-42ba-9d3a-a9dc57e3fbfc",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "41"
}
],
"tuns": [
{
"$id": "42",
"pluG_UId": "iKaEySVOd0ijCpciYcYpzw==",
"pluGuid": "c984a688-4e25-4877-a30a-972261c629cf",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "2"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "42"
}
],
"competitionPricing": [
{
"$id": "43",
"identifier": "cOsZRheWTEKa6LYBnLLTgA==",
"identifierGuid": "4619eb70-9617-424c-9ae8-b6019cb2d380",
"pluG_UID": "SvihOS/2WkqKMvs39Tmo0Q==",
"pluGuid": "39a1f84a-f62f-4a5a-8a32-fb37f539a8d1",
"competitionID": 1,
"name": "sample string 2",
"sellMultiple": 3,
"retailPrice": 4,
"storeName": "sample string 5"
},
{
"$ref": "43"
}
],
"supplier": {
"$ref": "8"
},
"supplierName": "sample string 148",
"children": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"ordering": {
"$ref": "11"
},
"flipChartPages": [
{
"$id": "44",
"identifier": "x3zzXaX+WkSOFlnY8e2Zyw==",
"groupName": "sample string 1",
"identifierGuid": "5df37cc7-fea5-445a-8e16-59d8f1ed99cb",
"exists": true,
"flipChartIdentifier": "gGW9xYOyCE6FGyFDUVyZWg==",
"flipChartIdentifierGuid": "c5bd6580-b283-4e08-851b-2143515c995a",
"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": "KeesYHgu6UqW+gb5bPQkXA==",
"groupIdentifierGuid": "60ace729-2e78-4ae9-96fa-06f96cf4245c",
"flipChart": {
"$id": "45",
"identifier": "9Xk6bzDxa0CTyvRHr3sMbQ==",
"identifierGuid": "6f3a79f5-f130-406b-93ca-f447af7b0c6d",
"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": "46",
"identifier": "zhCmMOGrdU6sBkI4vwR9lA==",
"identifierGuid": "30a610ce-abe1-4e75-ac06-4238bf047d94",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "47",
"id": 1,
"g_UID": "QPOVQTVOd0eYlMPZ8D+kEw==",
"guid": "4195f340-4e35-4777-9894-c3d9f03fa413",
"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": "yqIgHZJxnkmlE+XrCiYXLw==",
"previousFormGuid": "1d20a2ca-7192-499e-a513-e5eb0a26172f",
"nextForm": 1,
"nextFormG_UID": "hacvzL4LYE2C7y5qvY9c3w==",
"nextFormGuid": "cc2fa785-0bbe-4d60-82ef-2e6abd8f5cdf",
"attributes": "sample string 10",
"updated": "2026-04-03T06:26:36.8861028",
"positioning": 1,
"contentPanel": "sample string 11",
"selectionMode": 1,
"maximumSelections": 1,
"alteredInStore": true,
"deleted": true,
"blueprintID": 1,
"preserveLayout": true,
"mainCheckoutFormName": "sample string 13",
"nextCheckoutForm": {
"$ref": "47"
},
"previousCheckoutForm": {
"$ref": "47"
},
"buttons": [
{
"$id": "48",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "10ysV8ym9UOp5o0tq1tpuA==",
"checkoutFormGuid": "57ac4cd7-a6cc-43f5-a9e6-8d2dab5b69b8",
"identifier": "Pl41+FUo7keLUw6v/HKdlw==",
"identifierGuid": "f8355e3e-2855-47ee-8b53-0eaffc729d97",
"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": "Vq5iZvrNRUOzpDkarPjj+A==",
"valueGuid": "6662ae56-cdfa-4345-b3a4-391aacf8e3f8",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-04-03T06:26:36.8861028",
"action": "sample string 12",
"valueForm": {
"$ref": "47"
},
"image": {
"$id": "49",
"name": "sample string 3.sample string 4",
"imageID": 2,
"imageName": "sample string 3",
"imageExtension": "sample string 4",
"lastUpdate": "2026-04-03T06:26:36.8861028",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "48"
}
],
"panels": [
{
"$id": "50",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "E7TYfyg3kUyEQ4yT0Aer0w==",
"checkoutFormGuid": "7fd8b413-3728-4c91-8443-8c93d007abd3",
"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": "50"
}
]
},
{
"$ref": "47"
}
],
"panels": [
{
"$ref": "50"
},
{
"$ref": "50"
}
]
},
"pages": [
{
"$ref": "44"
},
{
"$ref": "44"
}
]
},
"contentPanel": {
"$ref": "50"
},
"products": [
{
"$id": "51",
"flipChartPageIdentifier": "/po5uclqnEul0tc+VgxbKg==",
"flipChartPageIdentifierGuid": "b9399afe-6ac9-4b9c-a5d2-d73e560c5b2a",
"pluG_UID": "iqBQyVhIdkKxncbBLehXEg==",
"pluGuid": "c950a08a-4858-4276-b19d-c6c12de85712",
"sortOrder": 3,
"sent": true,
"productChanged": true,
"productImageName": "sample string 6",
"productShowImageOnFlipCharts": true,
"productShowTextOnFlipCharts": true,
"productOverrideFlipChartText": true,
"productFlipChartText": "sample string 10",
"product": {
"$ref": "2"
},
"departmentSortOrder": 11,
"subDepartmentName": "sample string 12"
},
{
"$ref": "51"
}
],
"productCount": 27,
"pages": [
{
"$ref": "44"
},
{
"$ref": "44"
}
]
},
{
"$ref": "44"
}
],
"priceHistory": [
{
"$id": "52",
"pluG_UID": "qGuEpCjxUkW5Q8DoMO5NBg==",
"pluGuid": "a4846ba8-f128-4552-b943-c0e830ee4d06",
"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:26:36.8861028",
"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": "52"
}
],
"ingredients": [
{
"$id": "53",
"pluG_UID": "ExHmh/e7OkiEaAatMQq2Qg==",
"ingredientGuid": "dsKb9EAdQ0uGNjJ0lTkJSA==",
"ingredientIdentifier": "f49bc276-1d40-4b43-8636-327495390948",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "2"
}
},
{
"$ref": "53"
}
],
"bins": [
{
"$id": "54",
"pluG_UID": "RzSwt/0MgkyjDEKSIILWKA==",
"pluGuid": "b7b03447-0cfd-4c82-a30c-42922082d628",
"shelfLocationIdentifier": "VG2dMi56K0KreONcQkhmyA==",
"shelfLocationGuid": "329d6d54-7a2e-422b-ab78-e35c424866c8",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "6Zbgn3JFMkKPrW3MeuirNg==",
"labelPageLayoutGuid": "9fe096e9-4572-4232-8fad-6dcc7ae8ab36",
"updated": "2026-04-03T06:26:36.8861028",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "2"
},
"location": {
"$id": "55",
"identifier": "lxqMB2+78kiHaJO2Txcu6w==",
"storeID": 1,
"identifierGuid": "078c1a97-bb6f-48f2-8768-93b64f172eeb",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-04-03T06:26:36.8861028",
"minTemp": 1,
"maxTemp": 1,
"checkFrequency": 1,
"storeCaseConfiguration": 5,
"storeName": "sample string 6",
"bins": [
{
"$ref": "54"
},
{
"$ref": "54"
}
]
}
},
{
"$ref": "54"
}
],
"bin": {
"$ref": "54"
},
"scaleLocations": [
{
"$id": "56",
"plu": 1,
"pluG_UID": "2aL3o9OnLE+kN2H2/O9zog==",
"pluGuid": "a3f7a2d9-a7d3-4f2c-a437-61f6fcef73a2",
"deptNo": 1,
"product": {
"$ref": "2"
},
"scaleLocation": {
"$id": "57",
"id": 1,
"deptNo": 1,
"deptCode": "sample string 2",
"name": "sample string 3",
"enabled": true,
"updated": "2026-04-03T06:26:36.8861028",
"department": {
"$id": "58",
"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": "57"
},
"subDepartments": [
{
"$id": "59",
"id": 1,
"departmentID": 2,
"name": "sample string 3",
"code": "sample string 4",
"departmentCode": "sample string 5",
"externalSales": true,
"minorDepartments": [
{
"$id": "60",
"id": 1,
"subDepartmentID": 2,
"departmentID": 3,
"name": "sample string 4",
"subDepartmentCode": "sample string 5",
"departmentCode": "sample string 6",
"code": "sample string 7",
"lesserDepartments": [
{
"$id": "61",
"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:26:36.8861028",
"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": "tIsWIrvhqEGzuM8Y8yO6GA==",
"labelPageLayoutGuid": "22168bb4-e1bb-41a8-b3b8-cf18f323ba18",
"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": "62",
"dept": 1,
"category": 2,
"name": "sample string 3",
"active": true,
"mscCommodities": [
{
"$id": "63",
"dept": 1,
"category": 2,
"commodity": 3,
"name": "sample string 4",
"active": true,
"mscSubCommodities": [
{
"$id": "64",
"dept": 1,
"category": 2,
"commodity": 3,
"subCommodity": 4,
"name": "sample string 5",
"active": true,
"subCommodityCode": "sample string 7"
},
{
"$ref": "64"
}
],
"commodityCode": "sample string 6"
},
{
"$ref": "63"
}
],
"categoryCode": "sample string 5"
},
"mscCom": {
"$ref": "63"
},
"mscDep": {
"$id": "65",
"dept": 1,
"name": "sample string 2",
"active": true,
"mscCategories": [
{
"$ref": "62"
},
{
"$ref": "62"
}
],
"deptCode": "sample string 4"
},
"mscSubCom": {
"$ref": "64"
}
},
{
"$ref": "61"
}
],
"updated": "2026-04-03T06:26:36.8861028",
"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": "tJwUjEtYiEqBLR8qUxLGxg==",
"labelPageLayoutGuid": "8c149cb4-584b-4a88-812d-1f2a5312c6c6",
"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": "62"
},
"mscCom": {
"$ref": "63"
},
"mscDep": {
"$ref": "65"
},
"mscSubCom": {
"$ref": "64"
}
},
{
"$ref": "60"
}
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:26:36.8861028",
"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": "erT2o/vs1keYscxvsaByxA==",
"labelPageLayoutGuid": "a3f6b47a-ecfb-47d6-98b1-cc6fb1a072c4",
"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": "62"
},
"mscCom": {
"$ref": "63"
},
"mscDep": {
"$ref": "65"
},
"mscSubCom": {
"$ref": "64"
}
},
{
"$ref": "59"
}
],
"stores": [
1,
2
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:26:36.8861028",
"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": "IjYB1HClpEGu+wwfAajcWQ==",
"labelPageLayoutGuid": "d4013622-a570-41a4-aefb-0c1f01a8dc59",
"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": "62"
},
"mscCom": {
"$ref": "63"
},
"mscDep": {
"$ref": "65"
},
"mscSubCom": {
"$ref": "64"
}
}
}
},
{
"$ref": "56"
}
],
"nextPrice": {
"$id": "66",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 1,
"hostOfferID": 1,
"metcashPromotionID": "sample string 4",
"metcashPromotionPlacement": "sample string 5",
"pluG_UID": "zw6lmBgrHU2dOWVNT/xL8w==",
"pluGuid": "98a50ecf-2b18-4d1d-9d39-654d4ffc4bf3",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "7SckKBXIC0KW3eSYtW8RUA==",
"dealCostGuid": "282427ed-c815-420b-96dd-e498b56f1150",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "apTXPY28w0a+9Fiq2dziMw==",
"priceGroupGuid": "3dd7946a-bc8d-46c3-bef4-58aad9dce233",
"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:26:36.8861028",
"rrp": 27,
"campaignDescription": "sample string 28",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "38b73292-af8a-4688-8220-5bb04d237f32",
"campaignComboPriceGroupG_UID": "mTGACaN5VUOr7C6aJGq2Bg==",
"campaignComboPriceGroupIdentifier": "09803199-79a3-4355-abec-2e9a246ab606",
"promotionPlacementDescription": "sample string 30",
"storeAcceptances": [
{
"$id": "67",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-04-03T06:26:36.8861028",
"operatorG_UID": "VpXnSG9lTUqeZGKGIhjw2w==",
"operatorGuid": "48e79556-656f-4a4d-9e64-62862218f0db",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-04-03T06:26:36.8861028",
"signIqTicketFileMovedUtc": "2026-04-03T06:26:36.8861028",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-04-03T06:26:36.8861028",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "9ced98fa-4e9d-4a23-8db2-0c8b4060760c",
"product": {
"$ref": "2"
},
"campaignPlu": {
"$ref": "66"
},
"fuelItem": true
},
{
"$ref": "67"
}
],
"campaign": {
"$id": "68",
"id": 1,
"storeID": 2,
"name": "848f6825-3c0c-4eaa-abe6-bfc62a2126ed",
"nameGuid": "848f6825-3c0c-4eaa-abe6-bfc62a2126ed",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-04-03T06:26:36.8861028",
"startTime": 1,
"endDate": "2026-04-03T06:26:36.8861028",
"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:26:36.8861028",
"system": true,
"created": "2026-04-03T06:26:36.8861028",
"updated": "2026-04-03T06:26:36.8861028",
"priceChangeNotifiedUtc": "2026-04-03T06:26:36.8861028",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "FBlEnaTJ3EOjwhq8QEdd7g==",
"hostIdentifierGuid": "9d441914-c9a4-43dc-a3c2-1abc40475dee",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-04-03T06:26:36.8861028",
"updatedByUser": "sample string 18",
"offerID": 1,
"isPriceChangeCampaign": true,
"stores": [
1,
2
],
"storeNames": [
"sample string 1",
"sample string 2"
],
"campaignPlus": [
{
"$ref": "66"
},
{
"$ref": "66"
}
],
"campaignPools": [
{
"$id": "69",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 4,
"pluG_UID": "NS+9fOrwpkqpgMqO937VNw==",
"pluGuid": "7cbd2f35-f0ea-4aa6-a980-ca8ef77ed537",
"hostOfferID": 1,
"priceGroupG_UID": "tIgUUnU90kuTLR/bIou86w==",
"priceGroupGuid": "521488b4-3d75-4bd2-932d-1fdb228bbceb",
"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:26:36.8861028",
"rrp": 17,
"campaignDescription": "sample string 18",
"product": {
"$ref": "2"
},
"campaign": {
"$ref": "68"
}
},
{
"$ref": "69"
}
],
"sellingRules": [
{
"$id": "70",
"id": 1,
"identifier": "lPIOBKcAW0ycoLiXdJMWbA==",
"identifierStr": "lPIOBKcAW0ycoLiXdJMWbA==",
"identifierGuid": "040ef294-00a7-4c5b-9ca0-b8977493166c",
"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": "68"
}
},
{
"$ref": "70"
}
],
"customers": [
{
"$id": "71",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"customerID": "nD30UMzSGkC3vOzbHW/55g==",
"customerIDGuid": "50f43d9c-d2cc-401a-b7bc-ecdb1d6ff9e6",
"campaign": {
"$ref": "68"
},
"customer": {
"$id": "72",
"identifier": "lPTrRCAQ8E+iG46NY4jOJA==",
"identifierGuid": "44ebf494-1020-4ff0-a21b-8e8d6388ce24",
"code": "sample string 2",
"familyName": "sample string 3",
"givenName": "sample string 4",
"otherName": "sample string 5",
"title": "sample string 6",
"dateOfBirth": "2026-04-03T06:26:36.8861028",
"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": "JQMMc6kgk0SyP0hzKkWiqA==",
"communityIdentifierGuid": "730c0325-20a9-4493-b23f-48732a45a2a8",
"joined": "2026-04-03T06:26:36.8861028",
"updated": "2026-04-03T06:26:36.8861028",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "2Gz4suowIUyAK0/WDGghrA==",
"priceLevelIdentifierGuid": "b2f86cd8-30ea-4c21-802b-4fd60c6821ac",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-04-03T06:26:36.8861028",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "73",
"cardType": 2,
"issueDate": "2026-04-03T06:26:36.8861028",
"expiry": "2026-04-03T06:26:36.8861028",
"customerID": "v0qxEQkzV0qdTxD/KJRKjA==",
"customerIDGuid": "11b14abf-3309-4a57-9d4f-10ff28944a8c",
"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:26:36.8861028",
"linkedAccount": "3PvXhwnRkkOtCvviYuxpOA==",
"linkedAccountGuid": "87d7fbdc-d109-4392-ad0a-fbe262ec6938",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "72"
},
"account": {
"$id": "74",
"id": 1,
"identifier": "pGl8jsuv10yzCQBgbDOplA==",
"identifierGuid": "8e7c69a4-afcb-4cd7-b309-00606c33a994",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-04-03T06:26:36.8861028",
"owner": "7pi9eDEbp0qqRKlDeyM34A==",
"ownerGuid": "78bd98ee-1b31-4aa7-aa44-a9437b2337e0",
"accountStoreGroupIdentifier": "sZV+zJCyvEC7uKawOLpaEA==",
"accountStoreGroupGuid": "cc7e95b1-b290-40bc-bbb8-a6b038ba5a10",
"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:26:36.8861028",
"active": true,
"updated": "2026-04-03T06:26:36.8861028",
"deleted": true,
"deletedUser": "sample string 16",
"currentBalanceChanged": true,
"maximumLimitChanged": true,
"loyaltyPointsChanged": true,
"projectedBalance": 17,
"accountStoreGroupStoreIDs": [
1,
2
],
"customerEmail": "sample string 18",
"ownerCustomer": {
"$ref": "72"
},
"card": {
"$ref": "73"
},
"members": {
"$id": "75",
"sample string 1": [
{
"$ref": "72"
},
{
"$ref": "72"
}
],
"sample string 2": [
{
"$ref": "72"
},
{
"$ref": "72"
}
]
},
"customerGroups": [
{
"$id": "76",
"identifier": "vnPmbpLZvUKqD+5erkG+uA==",
"identifierGuid": "6ee673be-d992-42bd-aa0f-ee5eae41beb8",
"name": "sample string 2",
"primaryContact": "Rs5ywySGAE624i5YGWDIuQ==",
"primaryContactGuid": "c372ce46-8624-4e00-b6e2-2e581960c8b9",
"accountID": "uExRj70+QU2Wg0SZifGqMw==",
"accountIDGuid": "8f514cb8-3ebd-4d41-9683-449989f1aa33",
"special": true,
"updated": "2026-04-03T06:26:36.8861028",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "v51a0aqwZUGxMwY1bsXdhA==",
"priceLevelIdentifierGuid": "d15a9dbf-b0aa-4165-b133-06356ec5dd84",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "74"
},
"primaryContactCustomer": {
"$ref": "72"
},
"customerGroupMembers": [
{
"$id": "77",
"id": 1,
"groupID": "KHMFi8OtTUKdsgD2Mo8Y8A==",
"groupIDGuid": "8b057328-adc3-424d-9db2-00f6328f18f0",
"customerID": "FDw5vIOkLUS9h3DG/nR7AQ==",
"customerIDGuid": "bc393c14-a483-442d-bd87-70c6fe747b01",
"card": "sample string 4",
"linkedAccount": "+eaLTwfFGk6bn2FB+YGM4g==",
"linkedAccountGuid": "4f8be6f9-c507-4e1a-9b9f-6141f9818ce2",
"customer": {
"$ref": "72"
},
"group": {
"$ref": "76"
},
"customerCard": {
"$ref": "73"
}
},
{
"$ref": "77"
}
]
},
{
"$ref": "76"
}
]
},
"payments": [
{
"$id": "78",
"id": 1,
"identifier": "uxHPUzFwhkOHK3yWW3jA7A==",
"identifierGuid": "53cf11bb-7031-4386-872b-7c965b78c0ec",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "6WFPIEUWbkeqzZgoLccuSw==",
"accountIDGuid": "204f61e9-1645-476e-aacd-98282dc72e4b",
"customerAccount": {
"$ref": "74"
},
"customerCard": {
"$ref": "73"
},
"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:26:36.8861028",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "NCqW7Pm31023cHJbVaOwQQ==",
"idempotentVoidGuid": "ec962a34-b7f9-4dd7-b770-725b55a3b041",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "79",
"saleHeaderID": 1,
"saleHeaderGuid": "T/Xy+u0ZIEyy1GGSYVTk1g==",
"saleHeaderIdentifierGuid": "faf2f54f-19ed-4c20-b2d4-61926154e4d6",
"created": "2026-04-03T06:26:36.8861028",
"createdLocal": "2026-04-03T06:26:36.8861028",
"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:26:36.8861028",
"storeID": 1,
"operatorG_Uid": "ySn23zoSvkCC758iKHFP0w==",
"operatorGuid": "dff629c9-123a-40be-82ef-9f2228714fd3",
"customerG_Uid": "V0nw1RcEP0W8o7fhrc+unA==",
"customerGuid": "d5f04957-0417-453f-bca3-b7e1adcfae9c",
"communityIdentifier": "jmz5VnWzBE6L1DrEQn2iVQ==",
"communityIdentifierGuid": "56f96c8e-b375-4e04-8bd4-3ac4427da255",
"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": "DifssKMM60CAI6fcdifngQ==",
"priceLevelIdentifierGuid": "b0ec270e-0ca3-40eb-8023-a7dc7627e781",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-04-03T06:26:36.8861028+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": "80",
"customerName": "sample string 1",
"pickupAt": "2026-04-03T06:26:36.8861028",
"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": "39"
},
"customer": {
"$ref": "72"
},
"communityOrganisation": {
"$id": "81",
"id": 1,
"identifier": "Xa8XTEZUFkyGvFzkuRkI9A==",
"identifierGuid": "4c17af5d-5446-4c16-86bc-5ce4b91908f4",
"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:26:36.8861028",
"promoPeriodEnd": "2026-04-03T06:26:36.8861028",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-04-03T06:26:36.8861028",
"deleted": true
},
"details": [
{
"$id": "82",
"saleItemID": 1,
"identifier": "aaYI9KoLtUST7ix56dEFtA==",
"identifierGuid": "f408a669-0baa-44b5-93ee-2c79e9d105b4",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "o7uR75aFnEiC22HWfhTP6g==",
"pluGuid": "ef91bba3-8596-489c-82db-61d67e14cfea",
"accountID": "X/t27/1qNEaklnvQ/9rBmA==",
"accountIDGuid": "ef76fb5f-6afd-4634-a496-7bd0ffdac198",
"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:26:36.8861028",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "tTsbFAg25UyNBmL/NeFlSw==",
"refundGuid": "141b3bb5-3608-4ce5-8d06-62ff35e1654b",
"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": "4g0zQkovB0eJhX87SbzOPg==",
"idempotentVoidGuid": "42330de2-2f4a-4707-8985-7f3b49bcce3e",
"priceLevelIdentifier": "Vu2B9VahEkeCX4iweawD1w==",
"priceLevelIdentifierGuid": "f581ed56-a156-4712-825f-88b079ac03d7",
"communityIdentifier": "+17jvNzrKkeRAT7zJRdh4A==",
"communityIdentifierGuid": "bce35efb-ebdc-472a-9101-3ef3251761e0",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "83",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-04-03T06:26:36.8861028",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "83"
}
],
"refund": {
"$id": "84",
"id": 1,
"g_UID": "sM9NBJaKPU2j7tIrjxWIDw==",
"guid": "044dcfb0-8a96-4d3d-a3ee-d22b8f15880f",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-04-03T06:26:36.8861028"
},
"modifier": {
"$id": "85",
"id": 1,
"setG_UID": "/qs6AYC0sUGgb9+fIaslfQ==",
"modifierSetGuid": "013aabfe-b480-41b1-a06f-df9f21ab257d",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "M95gWYxVNUeDyzX0L7xT9A==",
"pluGuid": "5960de33-558c-4735-83cb-35f42fbc53f4",
"deleted": true,
"g_UID": "M4GsTllgqkmXkqA6fyR5mA==",
"guid": "4eac8133-6059-49aa-9792-a03a7f247998",
"product": {
"$ref": "2"
}
},
"priceLevelName": "sample string 25",
"pumpNumber": 1,
"hoseNumber": 1
},
{
"$ref": "82"
}
],
"eftReceipts": [
{
"$id": "86",
"id": 1,
"storeID": 1,
"saleHeaderID": 2,
"storeSaleHeader": {
"$ref": "79"
},
"receipt": "sample string 3",
"processed": 1
},
{
"$ref": "86"
}
],
"payments": [
{
"$ref": "78"
},
{
"$ref": "78"
}
],
"cards": [
{
"$id": "87",
"id": 1,
"saleHeaderID": 1,
"identifier": "sample string 2",
"cardType": 3,
"providerName": "sample string 4"
},
{
"$ref": "87"
}
],
"campaignHits": [
{
"$id": "88",
"id": 1,
"saleHeaderID": 2,
"campaign": "sample string 3",
"name": "sample string 4",
"processed": 1,
"campaignDescription": "sample string 5"
},
{
"$ref": "88"
}
],
"fuel": [
{
"$id": "89",
"id": 1,
"plu": 1,
"pluG_UID": "QFl+NqxIukGQyWA1c7jE2w==",
"pluGuid": "367e5940-48ac-41ba-90c9-603573b8c4db",
"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:26:36.8861028",
"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:26:36.8861028",
"tagNumber": "sample string 15",
"trackTwoRem": "sample string 16",
"transCode": 1,
"transType": 1,
"unitPrice": 1.0,
"vehicleReg": "sample string 17",
"offline": true,
"processed": 1
},
{
"$ref": "89"
}
],
"fuelResells": [
{
"$id": "90",
"saleItemID": 1,
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "8vFLMuSBYkmlYxJ2vEdHww==",
"pluGuid": "324bf1f2-81e4-4962-a563-1276bc4747c3",
"accountID": "kKKa1rxxWkCxU5r0KRnbYw==",
"accountIDGuid": "d69aa290-71bc-405a-b153-9af42919db63",
"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:26:36.8861028",
"bestOrExpireType": 1,
"refundG_UID": "xJkQ06G6FEKW46v9/XPxXA==",
"refundGuid": "d31099c4-baa1-4214-96e3-abfdfd73f15c",
"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": "90"
}
],
"customerOrder": [
{
"$id": "91",
"identifier": "wucZ6bxRZEWhSuowmQu3rw==",
"identifierGuid": "e919e7c2-51bc-4564-a14a-ea30990bb7af",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "//SPwX6Xf0uDeO8LnysudA==",
"customerIdentifierGuid": "c18ff4ff-977e-4b7f-8378-ef0b9f2b2e74",
"operatorNo": 1,
"operatorG_UID": "ciK6WdBW8E6TKyWCgFomMQ==",
"operatorGuid": "59ba2272-56d0-4ef0-932b-2582805a2631",
"created": "2026-04-03T06:26:36.8861028",
"ordered": "2026-04-03T06:26:36.8861028",
"started": "2026-04-03T06:26:36.8861028",
"completed": "2026-04-03T06:26:36.8861028",
"supplied": "2026-04-03T06:26:36.8861028",
"quickTicket": 1,
"deleted": true,
"walkAway": true,
"approxWait": 1,
"actualWait": 1,
"deliveryMethod": 8,
"externalSaleType": 9,
"customer": {
"$ref": "72"
},
"operator": {
"$ref": "39"
},
"details": [
{
"$id": "92",
"headerID": 1,
"plu": 1,
"pluG_UId": "xPEckipgj0S3tqTElWkKlA==",
"pluGuid": "921cf1c4-602a-448f-b7b6-a4c495690a94",
"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": "8T2hVwXALESb8NrIN6prSg==",
"headerIdentifierGuid": "57a13df1-c005-442c-9bf0-dac837aa6b4a",
"product": {
"$ref": "2"
}
},
{
"$ref": "92"
}
],
"storeName": "sample string 11",
"customerName": "sample string 12",
"storeReplyTo": "sample string 13",
"storeSubjectLine": "sample string 14",
"storeSaleHeader": {
"$ref": "79"
}
},
{
"$ref": "91"
}
],
"surveyResponses": [
{
"$id": "93",
"surveyG_UID": "F0ZMikt6MEupuQpGR8k2JA==",
"surveyGuid": "8a4c4617-7a4b-4b30-a9b9-0a4647c93624",
"saleHeaderGuid": "nsP0UJg/OEC5Xr8mL7/jxQ==",
"saleGuid": "50f4c39e-3f98-4038-b95e-bf262fbfe3c5",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "pq+ZbhZFsU6rhvUrTemDdg==",
"guidResponse": "6e99afa6-4516-4eb1-ab86-f52b4de98376",
"whoAnswered": 2,
"answeredAtUTC": "2026-04-03T06:26:36.8861028",
"sale": {
"$ref": "79"
},
"survey": {
"$id": "94",
"g_UID": "JpfJdBesB0CzQLUbibipcQ==",
"guid": "74c99726-ac17-4007-b340-b51b89b8a971",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "XyVqb8suKUaLywGejAVVUA==",
"checkoutFormGuid": "6f6a255f-2ecb-4629-8bcb-019e8c055550",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-04-03T06:26:36.8861028",
"end": "2026-04-03T06:26:36.8861028",
"deleted": true,
"updated": "2026-04-03T06:26:36.8861028",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"a56eb8c5-6f34-41c7-95cc-8f9535c021b3",
"82d7f3b9-f8e6-42c3-bf6a-b97f1234fb22"
],
"allowsAllTextResponses": true,
"surveyForm": {
"$ref": "47"
}
},
"ingressId": "sample string 4"
},
{
"$ref": "93"
}
],
"storeName": "sample string 39",
"terminalNumber": 40,
"machineName": "sample string 41",
"operatorName": "sample string 42",
"direction": 1,
"reason": "sample string 43",
"accountG_UID": "CyyJhqJjn0WxWwgk3O5p3w==",
"accountIdentifier": "86892c0b-63a2-459f-b15b-0824dcee69df",
"accountName": "sample string 44",
"customerOrderIdentifier": "IcIPpGTtcEWnynUm04sANg==",
"customerOrderIdentifierGuid": "a40fc221-ed64-4570-a7ca-7526d38b0036",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "95",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "Ce/mkhmWp02fmPO8I5RG2A==",
"paymentIdentifierGuid": "92e6ef09-9619-4da7-9f98-f3bc239446d8",
"identifier": "HWYTvG9iDkeR76I4lhgZIQ==",
"identifierGuid": "bc13661d-626f-470e-91ef-a23896181921",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "ljjxFomxrUqK5HBdjzIexA==",
"itemIdentifierGuid": "16f13896-b189-4aad-8ae4-705d8f321ec4"
}
},
{
"$ref": "78"
}
]
},
{
"$ref": "73"
}
],
"customerGroupMembers": [
{
"$ref": "77"
},
{
"$ref": "77"
}
],
"customerGroups": [
{
"$ref": "76"
},
{
"$ref": "76"
}
],
"accounts": [
{
"$ref": "74"
},
{
"$ref": "74"
}
],
"account": {
"$ref": "74"
},
"vouchers": [
{
"$id": "96",
"customerIdentifier": "VLK3zCn4QECDYUZ/2o6HmA==",
"customerIdentifierGuid": "ccb7b254-f829-4040-8361-467fda8e8798",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "kl7C65j4mkugESmT4DVoag==",
"idempotentGuid": "ebc25e92-f898-4b9a-a011-2993e035686a",
"offline": true,
"voucher": {
"$id": "97",
"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:26:36.8861028",
"barcodeTemplate": {
"$id": "98",
"templateID": 1,
"template": "sample string 1",
"bcFunction": "sample string 2",
"sortOrder": 3
},
"scaleLabel": {
"$id": "99",
"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:26:36.8861028",
"labelPageLayout": "0gmBAmcKgU+KZHd3XUNwhg==",
"pageLayoutGuid": "028109d2-0a67-4f81-8a64-77775d437086",
"labelType": 6,
"oldName": "sample string 7",
"voucher": {
"$ref": "97"
},
"elements": [
{
"$id": "100",
"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:26:36.8861028"
},
{
"$ref": "100"
}
]
},
"customerVouchers": [
{
"$id": "101",
"id": 1,
"customerIdentifier": "Os4A5n/2EU+UtR0O36uUTw==",
"customerIdentifierGuid": "e600ce3a-f67f-4f11-94b5-1d0edfab944f",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-04-03T06:26:36.8861028",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "jspJYCxdvUi+pbysBP0QHg==",
"issuedIdempotentGuid": "6049ca8e-5d2c-48bd-bea5-bcac04fd101e",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-04-03T06:26:36.8861028",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-04-03T06:26:36.8861028",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "RGpxwqL6lUi2uhu70+Ij2w==",
"redeemedIdempotentGuid": "c2716a44-faa2-4895-b6ba-1bbbd3e223db",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-04-03T06:26:36.8861028",
"storeName": "sample string 17",
"scaleLabel": {
"$ref": "99"
},
"voucher": {
"$ref": "97"
},
"customer": {
"$ref": "72"
},
"issuedOfflinePayment": {
"$ref": "78"
},
"redeemedOfflinePayment": {
"$ref": "78"
}
},
{
"$ref": "101"
}
]
},
"customer": {
"$ref": "72"
}
},
{
"$ref": "96"
}
]
}
},
{
"$ref": "71"
}
],
"customerGroups": [
{
"$id": "102",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupID": "j+IoZQl6bkKkTZCPrtbSoQ==",
"groupIDGuid": "6528e28f-7a09-426e-a44d-908faed6d2a1",
"campaign": {
"$ref": "68"
},
"group": {
"$ref": "76"
}
},
{
"$ref": "102"
}
],
"signIqTickets": [
{
"$id": "103",
"identifier": "xfjjs4I53k641PRwsS7G9w==",
"identifierGuid": "b3e3f8c5-3982-4ede-b8d4-f470b12ec6f7",
"campaignName": "sample string 2",
"message": "sample string 3",
"ticketFileSource": "sample string 4",
"ticketFileDestination": "sample string 5",
"storeID": 1
},
{
"$ref": "103"
}
],
"comboPriceGroups": [
{
"$id": "104",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"g_UID": "2rvOfxFNhkuqa/0NlO84XA==",
"guid": "7fcebbda-4d11-4b86-aa6b-fd0d94ef385c",
"description": "sample string 5",
"newPrice": 1,
"rangeDescription": "sample string 6",
"dealDescription": "sample string 7",
"labelQuantity": 8,
"hostProductCategoryID": 1,
"offerID": 1,
"dontUpdatePricePlus": true,
"campaign": {
"$ref": "68"
},
"comboPricePlus": [
{
"$id": "105",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupG_UID": "35fwFu8GxkKR7C9yRpgxMw==",
"groupGuid": "16f097df-06ef-42c6-91ec-2f7246983133",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "VmoPxG4hBEyiN2fKraCnPg==",
"pluGuid": "c40f6a56-216e-4c04-a237-67caada0a73e",
"priceGroupG_UID": "jMdv7Fx7V0mYvyNodBPnCA==",
"priceGroupGuid": "ec6fc78c-7b5c-4957-98bf-23687413e708",
"campaignPoolID": "sample string 7",
"quantity": 1,
"campaign": {
"$ref": "68"
},
"product": {
"$ref": "2"
},
"priceGroup": {
"$ref": "32"
},
"campaignPool": {
"$ref": "68"
}
},
{
"$ref": "105"
}
]
},
{
"$ref": "104"
}
],
"priceLevels": [
{
"$id": "106",
"id": 1,
"priceLevelIdentifier": "4pVSHVfs7E6W6b/QWqoGLQ==",
"priceLevelIdentifierGuid": "1d5295e2-ec57-4eec-96e9-bfd05aaa062d",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "106"
}
],
"promotionType": {
"$id": "107",
"identifier": "DmR4YIGg1UeWwK2rFeLOPQ==",
"identifierGuid": "6078640e-a081-47d5-96c0-adab15e2ce3d",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "441y4YK+kEuJt9NEo+l6tg==",
"labelPageLayoutGuid": "e1728de3-be82-4b90-89b7-d344a3e97ab6",
"priceLevelIdentifier": "6KR7xD3uvEeZkWw9+bT1Cw==",
"priceLevelIdentifierGuid": "c47ba4e8-ee3d-47bc-9991-6c3df9b4f50b",
"active": true,
"updated": "2026-04-03T06:26:36.8861028",
"hostName": "sample string 11"
}
},
"product": {
"$ref": "2"
},
"dealCost": {
"$id": "108",
"headerIdentifier": "r8x9WfUolk+5qvSOVfaJ4A==",
"headerIdentifierGuid": "597dccaf-28f5-4f96-b9aa-f48e55f689e0",
"identifier": "C/XlIbfZKE6DeEeenZ02/w==",
"identifierGuid": "21e5f50b-d9b7-4e28-8378-479e9d9d36ff",
"supplierIdentifier": "UVYOXY17H0udX7Ag0YMJHg==",
"supplierGuid": "5d0e5651-7b8d-4b1f-9d5f-b020d183091e",
"pluG_UID": "AiXipKEcf06MQI/dpD+DhQ==",
"pluGuid": "a4e22502-1ca1-4e7f-8c40-8fdda43f8385",
"campaignName": "65047a38-f888-4f29-905b-f6a4b2c13d29",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-04-03T06:26:36.8861028",
"end": "2026-04-03T06:26:36.8861028",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "UQJxw2iqtEmHU8Pj1+UkRw==",
"bonusItemPluGuid": "c3710251-aa68-49b4-8753-c3e3d7e52447",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-04-03T06:26:36.8861028",
"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:26:36.8861028",
"campaignEndDate": "2026-04-03T06:26:36.8861028",
"masterPLUG_UID": "M9RU31nitkin67cdhn9/sQ==",
"masterID": "df54d433-e259-48b6-a7eb-b71d867f7fb1",
"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": "N3cvtVfBKUaCQg0ascjgvg==",
"bonusMasterID": "b52f7737-c157-4629-8242-0d1ab1c8e0be",
"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:26:36.8861028",
"dealCosts": [
{
"$ref": "108"
},
{
"$ref": "108"
}
],
"tags": [
{
"$id": "109",
"pluG_UID": "JqHsyERqWkmV6Mi4FhTFQw==",
"pluGuid": "c8eca126-6a44-495a-95e8-c8b81614c543",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "109"
}
],
"alternateProductG_UID": "QCagJZIg/ke8HbHOnKKtlw==",
"alternateProduct": "25a02640-2092-47fe-bc1d-b1ce9ca2ad97",
"altProduct": {
"$ref": "2"
},
"productHostCode": {
"$id": "110",
"id": 1,
"pluG_UID": "FSBQiXvIakW0ZqKxO9d3tQ==",
"pluGuid": "89502015-c87b-456a-b466-a2b13bd777b5",
"ibaCode": "sample string 2"
},
"mscCat": {
"$ref": "62"
},
"mscCom": {
"$ref": "63"
},
"mscDep": {
"$ref": "65"
},
"mscSubCom": {
"$ref": "64"
},
"isUserUpdate": true,
"ignoreMasterProduct": true,
"priceGroupLabelRequested": true,
"firstSold": "2026-04-03T06:26:36.8861028",
"inventoryTracked": "2026-04-03T06:26:36.8861028",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "111",
"pluG_UID": "LiHI1UJ5gU6eG7g27S9P0A==",
"pluGuid": "d5c8212e-7942-4e81-9e1b-b836ed2f4fd0",
"fuelPluG_UID": "2AV9E+8/EUapnwwM9CVk1w==",
"fuelPluGuid": "137d05d8-3fef-4611-a99f-0c0cf42564d7",
"price": 3,
"productDescription": "sample string 4",
"productBarcode": "sample string 5",
"fuelProductDescription": "sample string 6",
"fuelProductBarcode": "sample string 7",
"fuelProductPrice": 8
},
"productFuelLinks": [
{
"$ref": "111"
},
{
"$ref": "111"
}
]
},
"newProduct": {
"$ref": "2"
}
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.