PUT api/deliOrder/{id}/detail/{guid}
Save phone order detail
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Phone order identifier |
globally unique identifier |
Required |
| guid |
product identifier |
globally unique identifier |
Required |
Body Parameters
Phone order detail to be saved
DeliOrderDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| HeaderID | integer |
None. |
|
| PLU |
PLU of ordered product |
integer |
None. |
| PluG_UId |
GUID of ordered product |
Collection of byte |
None. |
| PluGuid | globally unique identifier |
None. |
|
| Quantity |
Quantity Ordered (2 dec places) |
integer |
None. |
| Unit |
Unit(s) Ordered |
FoodUnits |
None. |
| Status |
Product Status (None, Packing, Packed, Complete, etc) |
OrderItemStatus |
None. |
| SoldQuantity | integer |
None. |
|
| SoldWeight | integer |
None. |
|
| SoldCents | integer |
None. |
|
| SoldGstCents |
The gst value in cents of this line |
integer |
None. |
| SoldFixedPrice | integer |
None. |
|
| SoldSalesMode | integer |
None. |
|
| PromptDetailID | integer |
None. |
|
| GroupID | integer |
None. |
|
| MenuPath | string |
String length: inclusive between 0 and 50 |
|
| PromptPath | string |
String length: inclusive between 0 and 50 |
|
| Notes |
Product notes (eg. alterations, allergies) |
string |
String length: inclusive between 0 and 255 |
| HeaderIdentifier | Collection of byte |
Relation. This field may not always be loaded or used for updates. |
|
| HeaderIdentifierGuid | globally unique identifier |
Relation. This field may not always be loaded or used for updates. |
|
| Product |
Product relation via PluG_UID |
Product |
Relation. This field may not always be loaded or used for updates. |
Request Formats
application/json, text/json
{
"headerID": 1,
"plu": 1,
"pluG_UId": "+UUbekCf9U+J8hOlPdT1gw==",
"pluGuid": "7a1b45f9-9f40-4ff5-89f2-13a53dd4f583",
"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": "kChox2r83U+Sq3j+tS4tjQ==",
"headerIdentifierGuid": "c7682890-fc6a-4fdd-92ab-78feb52e2d8d",
"product": {
"$id": "2",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "H+K+dtIp2kip5SSTU+ikow==",
"guid": "76bee21f-29d2-48da-a9e5-249353e8a4a3",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "2JL9khViIEOXrdSlHu9P9Q==",
"priceGroupGuid": "92fd92d8-6215-4320-97ad-d4a51eef4ff5",
"blueprintID": 1,
"lastCountedDate": "2026-04-03T06:21:15.1130316",
"externalID": "sample string 7",
"active": true,
"activated": "2026-04-03T06:21:15.1130316",
"pluCreated": "2026-04-03T06:21:15.1130316",
"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:21:15.1130316",
"lastManualUpdate": "2026-04-03T06:21:15.1130316",
"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:21:15.1130316",
"currentCostUpdated": "2026-04-03T06:21:15.1130316",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-04-03T06:21:15.1130316",
"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:21:15.1130316",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "UTf6LV7sKECbSp1S7IfUOQ==",
"altPLUGuid": "2dfa3751-ec5e-4028-9b4a-9d52ec87d439",
"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:21:15.1130316",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "k21u4gdyd0OwCKUlGHpjJg==",
"shelfPageLayoutGuid": "e26e6d93-7207-4377-b008-a525187a6326",
"talkerPageLayoutG_UID": "NDOnaxpzMUq+5y1DYnqvIg==",
"talkerPageLayoutGuid": "6ba73334-731a-4a31-bee7-2d43627aaf22",
"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": "QPDT7zG6IkK8appZjPF3YQ==",
"inventoryIdentifier": "efd3f040-ba31-4222-bc6a-9a598cf17761",
"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": "DERjTjlA8E2/lsueuS2OYQ==",
"parentPluGuid": "4e63440c-4039-4df0-bf96-cb9eb92d8e61",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "Y4EL9RNloEaIyRsAVV+qXw==",
"supplierIdentifierGuid": "f50b8163-6513-46a0-88c9-1b00555faa5f",
"supplierChanged": true,
"rebateSupplierIdentifier": "mYxs7Y4tf0i8NNEEYI61YA==",
"rebateSupplierIdentifierGuid": "ed6c8c99-2d8e-487f-bc34-d104608eb560",
"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:21:15.1130316",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "uzPOd/Irr0eur8V/6EgOTw==",
"hostIdentifierGuid": "77ce33bb-2bf2-47af-aeaf-c57fe8480e4f",
"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:21:15.1130316",
"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": "/I7BOz3iskOrLclxtvEbgQ==",
"hostIdentifierGuid": "3bc18efc-e23d-43b2-ab2d-c971b6f11b81",
"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:21:15.1130316",
"priceZone": {
"$id": "4",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "hSOaF4FUek+GX54C8GvKlg==",
"hostIdentifierGuid": "179a2385-5481-4f7a-865f-9e02f06bca96",
"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": "0fxxMLs6l0OyjvS92RyVKg==",
"hostIdentifierGuid": "3071fcd1-3abb-4397-b28e-f4bdd91c952a",
"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": "BA0N5Dwa+02PltWi2AVGbg==",
"identifierGuid": "e40d0d04-1a3c-4dfb-8f96-d5a2d805466e",
"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": "3kFrqkKaLUewrekt1/bMzw==",
"hostSupplierIdentifierGuid": "aa6b41de-9a42-472d-b0ad-e92dd7f6cccf",
"loyaltyPriceLevelIdentifier": "P3A1to2hmUK5c5Wnt8IaGw==",
"loyaltyPriceLevelIdentifierGuid": "b635703f-a18d-4299-b973-95a7b7c21a1b",
"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:21:15.1130316",
"lastProcessed": "2026-04-03T06:21:15.1130316",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$id": "8",
"identifier": "DVftZ+riZ0mU+5v9MdSYMQ==",
"identifierGuid": "67ed570d-e2ea-4967-94fb-9bfd31d49831",
"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": "m2ufPconz0aPms0/gST82A==",
"primaryContactID": "3d9f6b9b-27ca-46cf-8f9a-cd3f8124fcd8",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "jABRUcYC40KyOy90vDUPHA==",
"supplierGroupGuid": "5151008c-02c6-42e3-b23b-2f74bc350f1c",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-04-03T06:21:15.1130316",
"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": "8772473b-076c-46eb-ba3b-b0b556e3ec82",
"identifier": "AiCFETEdFEmuzIXfdkK5Sw==",
"identifierGuid": "11852002-1d31-4914-aecc-85df7642b94b",
"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": "2qlnQbkLlUWRTRH5y/q8Xw==",
"supplierIdentifierGuid": "4167a9da-0bb9-4595-914d-11f9cbfabc5f",
"contactGuid": "t0qj0z0OvEe3hzD0bfPiOA==",
"contactID": "d3a34ab7-0e3d-47bc-b787-30f46df3e238",
"contact": {
"$ref": "9"
},
"supplier": {
"$ref": "8"
}
},
{
"$ref": "10"
}
],
"products": [
{
"$id": "11",
"pluG_UID": "dOqlQ7EZX0y83hbKMN519w==",
"pluGuid": "43a5ea74-19b1-4c5f-bcde-16ca30de75f7",
"supplierIdentifier": "TXcH9Bs6H0ens/ON4ty4cA==",
"supplierIdentifierGuid": "f407774d-3a1b-471f-a7b3-f38de2dcb870",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-04-03T06:21:15.1130316",
"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:21:15.1130316",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "12",
"pluG_UID": "Rl0GtRYvt0GjzV8UlRtkWA==",
"pluGuid": "b5065d46-2f16-41b7-a3cd-5f14951b6458",
"supplierIdentifier": "dh+qwwSZqE6Zi4S4V315Qg==",
"supplierIdentifierGuid": "c3aa1f76-9904-4ea8-998b-84b8577d7942",
"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": "M9Grdf8dRkCUPVYjrW1TRQ==",
"parentPluGuid": "75abd133-1dff-4046-943d-5623ad6d5345",
"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": "JbuHn+WEPkyS0dNYfOSyQQ==",
"supplierGuid": "9f87bb25-84e5-4c3e-92d1-d3587ce4b241",
"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": "JqJdqEHMjEGADB+EHA/SQQ==",
"supplierGuid": "a85da226-cc41-418c-800c-1f841c0fd241",
"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:21:15.1130316",
"deliveryDate": "2026-04-03T06:21:15.1130316",
"nextCutOffDate": "2026-04-03T06:21:15.1130316",
"nextDeliveryDate": "2026-04-03T06:21:15.1130316",
"nextDaysBuffer": 10
},
{
"$ref": "15"
}
],
"store": {
"$ref": "3"
},
"updated": "2026-04-03T06:21:15.1130316",
"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:21:15.1130316",
"processed": "2026-04-03T06:21:15.1130316",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-04-03T06:21:15.1130316",
"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:21:15.1130316",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "16"
}
],
"zoneMatrix": [
{
"$id": "18",
"id": 1,
"hostIdentifier": "lUjz+sj660ez7cYk68f2bA==",
"hostIdentifierGuid": "faf34895-fac8-47eb-b3ed-c624ebc7f66c",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"4eee47d3-189d-4e22-abaa-856653897376",
"5d23c3a2-fde6-422a-b208-08dde96aa30f"
]
},
{
"$ref": "18"
}
],
"hostFileStoreSetting": {
"$ref": "6"
},
"hostStoreSettings": [
{
"$ref": "6"
},
{
"$ref": "6"
}
],
"promotionPlacements": [
{
"$id": "19",
"identifier": "QObAHmMV00iicYwZhElurA==",
"identifierGuid": "1ec0e640-1563-48d3-a271-8c1984496eac",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "19"
}
],
"promoTypeGuids": [
"04ca042e-258a-47db-8ade-e03143c54d00",
"40b9f014-1259-4f2e-a085-11868752bc07"
],
"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:21:15.1130316",
"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": "db56e8c3-1daf-4f2a-a868-3fe451aeb922",
"updateStore": {
"$id": "25",
"id": "fdd21698-beac-418d-bf75-29816a84c4a0",
"name": "sample string 1",
"lastActivity": "2026-04-03T06:21:15.1130316",
"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:21:15.1130316"
},
"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": "cmNyTFA5akCL5zvnzvdlRg==",
"pluGuid": "4c726372-3950-406a-8be7-3be7cef76546",
"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:21:15.1130316"
},
{
"$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:21:15.1130316",
"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:21:15.1130316",
"startTime": 5,
"endDate": "2026-04-03T06:21:15.1130316",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "70S1lkQsaUygsIq1CmLhCA==",
"hostIdentifierGuid": "96b544ef-2c44-4c69-a0b0-8ab50a62e108",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "30"
},
{
"$ref": "30"
}
]
},
"tray": {
"$id": "31",
"g_UId": "BCDiQqLetEec9iwmH/Ab8g==",
"guid": "42e22004-dea2-47b4-9cf6-2c261ff01bf2",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "32",
"priceGroupG_UID": "xnBLJiA/WUqOnRv4wILvHg==",
"priceGroupGuid": "264b70c6-3f20-4a59-8e9d-1bf8c082ef1e",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-04-03T06:21:15.1130316",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "33",
"pluG_UID": "UBEyrTAst0eXrGw4bmxmnQ==",
"pluGuid": "ad321150-2c30-47b7-97ac-6c386e6c669d",
"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": "d429a7cc-0b6c-449f-82b2-5524e998e083",
"created": "2026-04-03T06:21:15.1130316",
"createdByUser": "sample string 1",
"activated": "2026-04-03T06:21:15.1130316",
"activatedByUser": "sample string 2",
"deactivated": "2026-04-03T06:21:15.1130316",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-04-03T06:21:15.1130316",
"lastOrderedQty": 4.0,
"lastReceived": "2026-04-03T06:21:15.1130316",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-04-03T06:21:15.1130316",
"lastSold": "2026-04-03T06:21:15.1130316",
"firstSold": "2026-04-03T06:21:15.1130316",
"awsUpdated": "2026-04-03T06:21:15.1130316",
"lastManualUpdate": "2026-04-03T06:21:15.1130316",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-04-03T06:21:15.1130316",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-04-03T06:21:15.1130316",
"doNotRangeUpdated": "2026-04-03T06:21:15.1130316",
"doNotOrderUpdated": "2026-04-03T06:21:15.1130316",
"tracked": "2026-04-03T06:21:15.1130316"
},
"allergens": [
{
"$id": "35",
"primaryKey": {
"$id": "36",
"pluGuid": "83771d68-0e62-47c6-82d9-856bfee11dea",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "aB13g2IOxkeC2YVr/uEd6g==",
"pluGuid": "83771d68-0e62-47c6-82d9-856bfee11dea",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "35"
}
],
"costs": {
"$id": "37",
"pluG_UID": "Er0xDX0jNkuVpd40jULfkQ==",
"pluGuid": "0d31bd12-237d-4b36-95a5-de348d42df91",
"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:21:15.1130316",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "38",
"saleHeaderID": 1,
"created": "2026-04-03T06:21:15.1130316",
"createdLocal": "2026-04-03T06:21:15.1130316",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "APParzQ310W3WDplHwgv7w==",
"operatorGuid": "afdaf300-3734-45d7-b758-3a651f082fef",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "VzF2xTOo90+UprZFrvc1lw==",
"pluGuid": "c5763157-a833-4ff7-94a6-b645aef73597",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$id": "39",
"id": 1,
"g_Uid": "Ar2LDqvSqEK6jGgyLUXbPA==",
"guid": "0e8bbd02-d2ab-42a8-ba8c-68322d45db3c",
"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:21:15.1130316",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-04-03T06:21:15.1130316",
"endShift": "2026-04-03T06:21:15.1130316",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "40",
"operatorG_UID": "uTYQz6YMEkCMAHxNnq5KzA==",
"operatorGuid": "cf1036b9-0ca6-4012-8c00-7c4d9eae4acc",
"storeID": 2,
"operator": {
"$ref": "39"
},
"store": {
"$ref": "3"
}
},
{
"$ref": "40"
}
]
}
},
{
"$ref": "38"
}
],
"apns": [
{
"$id": "41",
"pluID": 1,
"pluG_UID": "xe31XA+Z50Olqn9dPlfu2A==",
"pluGuid": "5cf5edc5-990f-43e7-a5aa-7f5d3e57eed8",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "41"
}
],
"tuns": [
{
"$id": "42",
"pluG_UId": "TvTmylvPlkK2x75iY1KVJQ==",
"pluGuid": "cae6f44e-cf5b-4296-b6c7-be6263529525",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "2"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "42"
}
],
"competitionPricing": [
{
"$id": "43",
"identifier": "Npd01pUzZU+r+GhmwQ+7HA==",
"identifierGuid": "d6749736-3395-4f65-abf8-6866c10fbb1c",
"pluG_UID": "gyAg6VVmokS+EiBk0oCOIg==",
"pluGuid": "e9202083-6655-44a2-be12-2064d2808e22",
"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": "NzTgvVNhMUadW5vgs9GFyA==",
"groupName": "sample string 1",
"identifierGuid": "bde03437-6153-4631-9d5b-9be0b3d185c8",
"exists": true,
"flipChartIdentifier": "kJFogvW2rUKHYhlh/chWRA==",
"flipChartIdentifierGuid": "82689190-b6f5-42ad-8762-1961fdc85644",
"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": "RhcWxF+00UK3ojIQOLCUhw==",
"groupIdentifierGuid": "c4161746-b45f-42d1-b7a2-321038b09487",
"flipChart": {
"$id": "45",
"identifier": "dSPKragBwECYH1d2tOQgOg==",
"identifierGuid": "adca2375-01a8-40c0-981f-5776b4e4203a",
"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": "Wx00N6jZf0yWXnm/4FuQEA==",
"identifierGuid": "37341d5b-d9a8-4c7f-965e-79bfe05b9010",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "47",
"id": 1,
"g_UID": "/EnFLI2790O/04YVjujDuQ==",
"guid": "2cc549fc-bb8d-43f7-bfd3-86158ee8c3b9",
"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": "35XLkfOYf0e25lQIGF+ZMA==",
"previousFormGuid": "91cb95df-98f3-477f-b6e6-5408185f9930",
"nextForm": 1,
"nextFormG_UID": "XkXA3eMLXU2EKOAFx7C6eA==",
"nextFormGuid": "ddc0455e-0be3-4d5d-8428-e005c7b0ba78",
"attributes": "sample string 10",
"updated": "2026-04-03T06:21:15.1130316",
"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": "BlRwTbY86kmS6immWYSSkQ==",
"checkoutFormGuid": "4d705406-3cb6-49ea-92ea-29a659849291",
"identifier": "/tTtBaxCH0yujpezrxo4UQ==",
"identifierGuid": "05edd4fe-42ac-4c1f-ae8e-97b3af1a3851",
"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": "UZfNAQQDtEaaXyeKsyP9rg==",
"valueGuid": "01cd9751-0304-46b4-9a5f-278ab323fdae",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-04-03T06:21:15.1130316",
"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:21:15.1130316",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "48"
}
],
"panels": [
{
"$id": "50",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "BjShEdRK9Ey/k8QNrBEgpQ==",
"checkoutFormGuid": "11a13406-4ad4-4cf4-bf93-c40dac1120a5",
"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": "e/3/KVyOykKgELIBl4H6/Q==",
"flipChartPageIdentifierGuid": "29fffd7b-8e5c-42ca-a010-b2019781fafd",
"pluG_UID": "biQxcpSemEuUdSLWQD0Bnw==",
"pluGuid": "7231246e-9e94-4b98-9475-22d6403d019f",
"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": "vVlbja94qEaR/Hc34cfkEQ==",
"pluGuid": "8d5b59bd-78af-46a8-91fc-7737e1c7e411",
"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:21:15.1130316",
"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": "uUEhyP3X4kKUg1QNKL4O3w==",
"ingredientGuid": "042cQRAgD0a9OPu32sft4A==",
"ingredientIdentifier": "419c8dd3-2010-460f-bd38-fbb7dac7ede0",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "2"
}
},
{
"$ref": "53"
}
],
"bins": [
{
"$id": "54",
"pluG_UID": "5PUUh816akaOkt08K99C4Q==",
"pluGuid": "8714f5e4-7acd-466a-8e92-dd3c2bdf42e1",
"shelfLocationIdentifier": "GV9CwfSZLEWUSttbpAS37w==",
"shelfLocationGuid": "c1425f19-99f4-452c-944a-db5ba404b7ef",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "74ElQ3YAhEqq94zDSvNxRA==",
"labelPageLayoutGuid": "432581ef-0076-4a84-aaf7-8cc34af37144",
"updated": "2026-04-03T06:21:15.1130316",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "2"
},
"location": {
"$id": "55",
"identifier": "QwluIBNAi0K6pthPTN8dhA==",
"storeID": 1,
"identifierGuid": "206e0943-4013-428b-baa6-d84f4cdf1d84",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-04-03T06:21:15.1130316",
"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": "K8Jfrq4cLkq3qn87Yfmg4w==",
"pluGuid": "ae5fc22b-1cae-4a2e-b7aa-7f3b61f9a0e3",
"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:21:15.1130316",
"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:21:15.1130316",
"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": "mEQzQugsj0yDDQa78KyiRw==",
"labelPageLayoutGuid": "42334498-2ce8-4c8f-830d-06bbf0aca247",
"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:21:15.1130316",
"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": "Yblq9m7t6U2S/96y+V8pFA==",
"labelPageLayoutGuid": "f66ab961-ed6e-4de9-92ff-deb2f95f2914",
"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:21:15.1130316",
"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": "+FDBcL3HjUmuUiPg0h5nVw==",
"labelPageLayoutGuid": "70c150f8-c7bd-498d-ae52-23e0d21e6757",
"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:21:15.1130316",
"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": "4Bg3KJf+J0GvUERh0pFWIA==",
"labelPageLayoutGuid": "283718e0-fe97-4127-af50-4461d2915620",
"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": "loGByPkMC024Ihu2QOA1oQ==",
"pluGuid": "c8818196-0cf9-4d0b-b822-1bb640e035a1",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "4Sf6L7wxJ0OghaXGYhI5Uw==",
"dealCostGuid": "2ffa27e1-31bc-4327-a085-a5c662123953",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "611iaLuMXE65ZuqdGElCaA==",
"priceGroupGuid": "68625deb-8cbb-4e5c-b966-ea9d18494268",
"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:21:15.1130316",
"rrp": 27,
"campaignDescription": "sample string 28",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "6e6a0aac-9657-4fed-bc6d-15c3e2f6830f",
"campaignComboPriceGroupG_UID": "d/s1H3+oKUmYnOt5FT+NJg==",
"campaignComboPriceGroupIdentifier": "1f35fb77-a87f-4929-989c-eb79153f8d26",
"promotionPlacementDescription": "sample string 30",
"storeAcceptances": [
{
"$id": "67",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-04-03T06:21:15.1130316",
"operatorG_UID": "vN8LRpPmLUytAbRnLyhb9w==",
"operatorGuid": "460bdfbc-e693-4c2d-ad01-b4672f285bf7",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-04-03T06:21:15.1130316",
"signIqTicketFileMovedUtc": "2026-04-03T06:21:15.1130316",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-04-03T06:21:15.1130316",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "3c947d00-c867-4038-ab4d-09fc203bae21",
"product": {
"$ref": "2"
},
"campaignPlu": {
"$ref": "66"
},
"fuelItem": true
},
{
"$ref": "67"
}
],
"campaign": {
"$id": "68",
"id": 1,
"storeID": 2,
"name": "f77e0c49-ec99-48fe-a6d9-ba4b0518db90",
"nameGuid": "f77e0c49-ec99-48fe-a6d9-ba4b0518db90",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-04-03T06:21:15.1130316",
"startTime": 1,
"endDate": "2026-04-03T06:21:15.1130316",
"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:21:15.1130316",
"system": true,
"created": "2026-04-03T06:21:15.1130316",
"updated": "2026-04-03T06:21:15.1130316",
"priceChangeNotifiedUtc": "2026-04-03T06:21:15.1130316",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "H4r4nwyZQkeaWJlX9KnrbQ==",
"hostIdentifierGuid": "9ff88a1f-990c-4742-9a58-9957f4a9eb6d",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-04-03T06:21:15.1130316",
"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": "XmoudpoxdUWQCsvOoZjmDQ==",
"pluGuid": "762e6a5e-319a-4575-900a-cbcea198e60d",
"hostOfferID": 1,
"priceGroupG_UID": "OBEhrXJi+ky9hW6V4vopag==",
"priceGroupGuid": "ad211138-6272-4cfa-bd85-6e95e2fa296a",
"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:21:15.1130316",
"rrp": 17,
"campaignDescription": "sample string 18",
"product": {
"$ref": "2"
},
"campaign": {
"$ref": "68"
}
},
{
"$ref": "69"
}
],
"sellingRules": [
{
"$id": "70",
"id": 1,
"identifier": "KtUX7Mf1BEC49VRaXKizgA==",
"identifierStr": "KtUX7Mf1BEC49VRaXKizgA==",
"identifierGuid": "ec17d52a-f5c7-4004-b8f5-545a5ca8b380",
"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": "6Eyc3uii6UupNK5AmjjR0g==",
"customerIDGuid": "de9c4ce8-a2e8-4be9-a934-ae409a38d1d2",
"campaign": {
"$ref": "68"
},
"customer": {
"$id": "72",
"identifier": "OsXRuLmKOUar168fNJLoxQ==",
"identifierGuid": "b8d1c53a-8ab9-4639-abd7-af1f3492e8c5",
"code": "sample string 2",
"familyName": "sample string 3",
"givenName": "sample string 4",
"otherName": "sample string 5",
"title": "sample string 6",
"dateOfBirth": "2026-04-03T06:21:15.1130316",
"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": "5CS6/+RBLUCuoNxycCAfXw==",
"communityIdentifierGuid": "ffba24e4-41e4-402d-aea0-dc7270201f5f",
"joined": "2026-04-03T06:21:15.1130316",
"updated": "2026-04-03T06:21:15.1130316",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "8vfW1MznLUq3z7gb1hBAfQ==",
"priceLevelIdentifierGuid": "d4d6f7f2-e7cc-4a2d-b7cf-b81bd610407d",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-04-03T06:21:15.1130316",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "73",
"cardType": 2,
"issueDate": "2026-04-03T06:21:15.1130316",
"expiry": "2026-04-03T06:21:15.1130316",
"customerID": "18hQ9WUJUUaT+HzVjIhTdQ==",
"customerIDGuid": "f550c8d7-0965-4651-93f8-7cd58c885375",
"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:21:15.1130316",
"linkedAccount": "D/jdXHrBFUmPXWUcx2VjoQ==",
"linkedAccountGuid": "5cddf80f-c17a-4915-8f5d-651cc76563a1",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "72"
},
"account": {
"$id": "74",
"id": 1,
"identifier": "kvVR1By/5kmC4drB9TpUVg==",
"identifierGuid": "d451f592-bf1c-49e6-82e1-dac1f53a5456",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-04-03T06:21:15.1130316",
"owner": "Anj4ujXnxEuF81uDQ3UFgA==",
"ownerGuid": "baf87802-e735-4bc4-85f3-5b8343750580",
"accountStoreGroupIdentifier": "pq4H3bXWw0WkC21JM5vstw==",
"accountStoreGroupGuid": "dd07aea6-d6b5-45c3-a40b-6d49339becb7",
"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:21:15.1130316",
"active": true,
"updated": "2026-04-03T06:21:15.1130316",
"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": "eE/6bciwnkKtRm3NWf88BQ==",
"identifierGuid": "6dfa4f78-b0c8-429e-ad46-6dcd59ff3c05",
"name": "sample string 2",
"primaryContact": "/CWQP8Zo9UyFy9/GF2Am8Q==",
"primaryContactGuid": "3f9025fc-68c6-4cf5-85cb-dfc6176026f1",
"accountID": "FDMLrwnD70CJ4zViERtbvg==",
"accountIDGuid": "af0b3314-c309-40ef-89e3-3562111b5bbe",
"special": true,
"updated": "2026-04-03T06:21:15.1130316",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "KSBCHtF0iUObT5kbot508w==",
"priceLevelIdentifierGuid": "1e422029-74d1-4389-9b4f-991ba2de74f3",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "74"
},
"primaryContactCustomer": {
"$ref": "72"
},
"customerGroupMembers": [
{
"$id": "77",
"id": 1,
"groupID": "bIMZwjYSCki5/z+A/Wibfg==",
"groupIDGuid": "c219836c-1236-480a-b9ff-3f80fd689b7e",
"customerID": "gkwWq9a570KxijMwEa/JlQ==",
"customerIDGuid": "ab164c82-b9d6-42ef-b18a-333011afc995",
"card": "sample string 4",
"linkedAccount": "03hXtpDut0S6R2oMRINuFg==",
"linkedAccountGuid": "b65778d3-ee90-44b7-ba47-6a0c44836e16",
"customer": {
"$ref": "72"
},
"group": {
"$ref": "76"
},
"customerCard": {
"$ref": "73"
}
},
{
"$ref": "77"
}
]
},
{
"$ref": "76"
}
]
},
"payments": [
{
"$id": "78",
"id": 1,
"identifier": "voDsm8GwUUaL6pk5gkScvg==",
"identifierGuid": "9bec80be-b0c1-4651-8bea-993982449cbe",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "2ZRtnZziTU6rVqYorOHNWQ==",
"accountIDGuid": "9d6d94d9-e29c-4e4d-ab56-a628ace1cd59",
"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:21:15.1130316",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "9lUDycvofUq/pz5iqQ79Ag==",
"idempotentVoidGuid": "c90355f6-e8cb-4a7d-bfa7-3e62a90efd02",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "79",
"saleHeaderID": 1,
"saleHeaderGuid": "2hpHhzso60exNvbb2zmM6g==",
"saleHeaderIdentifierGuid": "87471ada-283b-47eb-b136-f6dbdb398cea",
"created": "2026-04-03T06:21:15.1130316",
"createdLocal": "2026-04-03T06:21:15.1130316",
"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:21:15.1130316",
"storeID": 1,
"operatorG_Uid": "hK2tbrVgCECxblF5DoMfNg==",
"operatorGuid": "6eadad84-60b5-4008-b16e-51790e831f36",
"customerG_Uid": "9jlwrpT2Ekucx4C9bgaDJQ==",
"customerGuid": "ae7039f6-f694-4b12-9cc7-80bd6e068325",
"communityIdentifier": "u051j0gNQk+pBO1HKlCCjw==",
"communityIdentifierGuid": "8f754ebb-0d48-4f42-a904-ed472a50828f",
"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": "ONypinJ9AU6PPZ4h/hHbUQ==",
"priceLevelIdentifierGuid": "8aa9dc38-7d72-4e01-8f3d-9e21fe11db51",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-04-03T06:21:15.1130316+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:21:15.1130316",
"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": "PqCkHNo6f0yv56xAx5FytQ==",
"identifierGuid": "1ca4a03e-3ada-4c7f-afe7-ac40c79172b5",
"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:21:15.1130316",
"promoPeriodEnd": "2026-04-03T06:21:15.1130316",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-04-03T06:21:15.1130316",
"deleted": true
},
"details": [
{
"$id": "82",
"saleItemID": 1,
"identifier": "QEk88QEsIk6D5Nu4F9BdKw==",
"identifierGuid": "f13c4940-2c01-4e22-83e4-dbb817d05d2b",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "2J3PB6hMiUWC5HBTqkh28w==",
"pluGuid": "07cf9dd8-4ca8-4589-82e4-7053aa4876f3",
"accountID": "7viwEficKUmDAbJFUe0gxg==",
"accountIDGuid": "11b0f8ee-9cf8-4929-8301-b24551ed20c6",
"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:21:15.1130316",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "BU54I8hbhUCEqjc4PNL5Tw==",
"refundGuid": "23784e05-5bc8-4085-84aa-37383cd2f94f",
"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": "4XQe0RFd5kWYoB0Ul/qc5g==",
"idempotentVoidGuid": "d11e74e1-5d11-45e6-98a0-1d1497fa9ce6",
"priceLevelIdentifier": "Lld/NP4Mj0KHDMyIbbf8UQ==",
"priceLevelIdentifierGuid": "347f572e-0cfe-428f-870c-cc886db7fc51",
"communityIdentifier": "eRx/MoiDX0eFdyf7mx7tAQ==",
"communityIdentifierGuid": "327f1c79-8388-475f-8577-27fb9b1eed01",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "83",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-04-03T06:21:15.1130316",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "83"
}
],
"refund": {
"$id": "84",
"id": 1,
"g_UID": "gflQ4nwE1Uq6x0mhyQhlFA==",
"guid": "e250f981-047c-4ad5-bac7-49a1c9086514",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-04-03T06:21:15.1130316"
},
"modifier": {
"$id": "85",
"id": 1,
"setG_UID": "hTeuSy5pIUix7xoNrR+lSg==",
"modifierSetGuid": "4bae3785-692e-4821-b1ef-1a0dad1fa54a",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "k2YYmJtP4U6Wwah3fjAAvQ==",
"pluGuid": "98186693-4f9b-4ee1-96c1-a8777e3000bd",
"deleted": true,
"g_UID": "4Ums9VAQckWLHG5Mr9a6xA==",
"guid": "f5ac49e1-1050-4572-8b1c-6e4cafd6bac4",
"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": "gNj/V5dH/EykcMWh9q+hxQ==",
"pluGuid": "57ffd880-4797-4cfc-a470-c5a1f6afa1c5",
"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:21:15.1130316",
"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:21:15.1130316",
"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": "9I6WCUyn5EKZTjqgisOlOA==",
"pluGuid": "09968ef4-a74c-42e4-994e-3aa08ac3a538",
"accountID": "Pof+gVGBKUOBIk8HKwTNrA==",
"accountIDGuid": "81fe873e-8151-4329-8122-4f072b04cdac",
"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:21:15.1130316",
"bestOrExpireType": 1,
"refundG_UID": "3eG6qeOa+0q2ZtXuGIrBag==",
"refundGuid": "a9bae1dd-9ae3-4afb-b666-d5ee188ac16a",
"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": "Vl6eiUuAckygfyfobSZ7Aw==",
"identifierGuid": "899e5e56-804b-4c72-a07f-27e86d267b03",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "TLcazLawnk2sH4WXPftnbQ==",
"customerIdentifierGuid": "cc1ab74c-b0b6-4d9e-ac1f-85973dfb676d",
"operatorNo": 1,
"operatorG_UID": "8zW2rAkFaE+hsVbLuPaLmQ==",
"operatorGuid": "acb635f3-0509-4f68-a1b1-56cbb8f68b99",
"created": "2026-04-03T06:21:15.1130316",
"ordered": "2026-04-03T06:21:15.1130316",
"started": "2026-04-03T06:21:15.1130316",
"completed": "2026-04-03T06:21:15.1130316",
"supplied": "2026-04-03T06:21:15.1130316",
"quickTicket": 1,
"deleted": true,
"walkAway": true,
"approxWait": 1,
"actualWait": 1,
"deliveryMethod": 8,
"externalSaleType": 9,
"customer": {
"$ref": "72"
},
"operator": {
"$ref": "39"
},
"details": [
{
"$ref": "1"
},
{
"$ref": "1"
}
],
"storeName": "sample string 11",
"customerName": "sample string 12",
"storeReplyTo": "sample string 13",
"storeSubjectLine": "sample string 14",
"storeSaleHeader": {
"$ref": "79"
}
},
{
"$ref": "91"
}
],
"surveyResponses": [
{
"$id": "92",
"surveyG_UID": "r/0iFsLo3kWr0Zrj4KePvQ==",
"surveyGuid": "1622fdaf-e8c2-45de-abd1-9ae3e0a78fbd",
"saleHeaderGuid": "gGglJS4VYEqXzC/4Nhg42Q==",
"saleGuid": "25256880-152e-4a60-97cc-2ff8361838d9",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "NyV1uI67bEmTGJ1NQo5I7w==",
"guidResponse": "b8752537-bb8e-496c-9318-9d4d428e48ef",
"whoAnswered": 2,
"answeredAtUTC": "2026-04-03T06:21:15.1130316",
"sale": {
"$ref": "79"
},
"survey": {
"$id": "93",
"g_UID": "1eINY/1yjUyOtaExsGaPZQ==",
"guid": "630de2d5-72fd-4c8d-8eb5-a131b0668f65",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "wHn5avusjkaqJLlzItCcZw==",
"checkoutFormGuid": "6af979c0-acfb-468e-aa24-b97322d09c67",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-04-03T06:21:15.1130316",
"end": "2026-04-03T06:21:15.1130316",
"deleted": true,
"updated": "2026-04-03T06:21:15.1130316",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"449f02c5-f241-4568-9166-4be4162f6f35",
"051dbbea-c9d9-4518-b55e-fa00d1b1a111"
],
"allowsAllTextResponses": true,
"surveyForm": {
"$ref": "47"
}
},
"ingressId": "sample string 4"
},
{
"$ref": "92"
}
],
"storeName": "sample string 39",
"terminalNumber": 40,
"machineName": "sample string 41",
"operatorName": "sample string 42",
"direction": 1,
"reason": "sample string 43",
"accountG_UID": "y13260Vv4kGMjvX1W9bN0A==",
"accountIdentifier": "ebf65dcb-6f45-41e2-8c8e-f5f55bd6cdd0",
"accountName": "sample string 44",
"customerOrderIdentifier": "lX1A4bQuQUGBBOpTEgFiQw==",
"customerOrderIdentifierGuid": "e1407d95-2eb4-4141-8104-ea5312016243",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "94",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "uqQ4djlA4UWU96JUHODgdw==",
"paymentIdentifierGuid": "7638a4ba-4039-45e1-94f7-a2541ce0e077",
"identifier": "n9lbh0q75kKhT10hCB7ynA==",
"identifierGuid": "875bd99f-bb4a-42e6-a14f-5d21081ef29c",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "GrFM+uDIIkCvUNZhK3kAvw==",
"itemIdentifierGuid": "fa4cb11a-c8e0-4022-af50-d6612b7900bf"
}
},
{
"$ref": "78"
}
]
},
{
"$ref": "73"
}
],
"customerGroupMembers": [
{
"$ref": "77"
},
{
"$ref": "77"
}
],
"customerGroups": [
{
"$ref": "76"
},
{
"$ref": "76"
}
],
"accounts": [
{
"$ref": "74"
},
{
"$ref": "74"
}
],
"account": {
"$ref": "74"
},
"vouchers": [
{
"$id": "95",
"customerIdentifier": "GgQsHizRUUKuO8aYQa9dqg==",
"customerIdentifierGuid": "1e2c041a-d12c-4251-ae3b-c69841af5daa",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "mY+6YGl2SEuP/MEEPOQ5Dg==",
"idempotentGuid": "60ba8f99-7669-4b48-8ffc-c1043ce4390e",
"offline": true,
"voucher": {
"$id": "96",
"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:21:15.1130316",
"barcodeTemplate": {
"$id": "97",
"templateID": 1,
"template": "sample string 1",
"bcFunction": "sample string 2",
"sortOrder": 3
},
"scaleLabel": {
"$id": "98",
"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:21:15.1130316",
"labelPageLayout": "0QEF7v6HO027PZBVk4Ylcw==",
"pageLayoutGuid": "ee0501d1-87fe-4d3b-bb3d-905593862573",
"labelType": 6,
"oldName": "sample string 7",
"voucher": {
"$ref": "96"
},
"elements": [
{
"$id": "99",
"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:21:15.1130316"
},
{
"$ref": "99"
}
]
},
"customerVouchers": [
{
"$id": "100",
"id": 1,
"customerIdentifier": "tZR3dVZqRUqNWBCgAMLwWA==",
"customerIdentifierGuid": "757794b5-6a56-4a45-8d58-10a000c2f058",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-04-03T06:21:15.1130316",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "CAknVLnxTU6a83n6MwAfbQ==",
"issuedIdempotentGuid": "54270908-f1b9-4e4d-9af3-79fa33001f6d",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-04-03T06:21:15.1130316",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-04-03T06:21:15.1130316",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "Fo36mox/4kevo++mALWMjQ==",
"redeemedIdempotentGuid": "9afa8d16-7f8c-47e2-afa3-efa600b58c8d",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-04-03T06:21:15.1130316",
"storeName": "sample string 17",
"scaleLabel": {
"$ref": "98"
},
"voucher": {
"$ref": "96"
},
"customer": {
"$ref": "72"
},
"issuedOfflinePayment": {
"$ref": "78"
},
"redeemedOfflinePayment": {
"$ref": "78"
}
},
{
"$ref": "100"
}
]
},
"customer": {
"$ref": "72"
}
},
{
"$ref": "95"
}
]
}
},
{
"$ref": "71"
}
],
"customerGroups": [
{
"$id": "101",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupID": "XTHmrGdf1EONTLiNoLsN3w==",
"groupIDGuid": "ace6315d-5f67-43d4-8d4c-b88da0bb0ddf",
"campaign": {
"$ref": "68"
},
"group": {
"$ref": "76"
}
},
{
"$ref": "101"
}
],
"signIqTickets": [
{
"$id": "102",
"identifier": "eFqua1/grE6yY8TmHGHc1g==",
"identifierGuid": "6bae5a78-e05f-4eac-b263-c4e61c61dcd6",
"campaignName": "sample string 2",
"message": "sample string 3",
"ticketFileSource": "sample string 4",
"ticketFileDestination": "sample string 5",
"storeID": 1
},
{
"$ref": "102"
}
],
"comboPriceGroups": [
{
"$id": "103",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"g_UID": "TFqXUvu73Ee+vYwW7GrmpQ==",
"guid": "52975a4c-bbfb-47dc-bebd-8c16ec6ae6a5",
"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": "104",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupG_UID": "exFMy/gAAUCh9pyEqvdZtQ==",
"groupGuid": "cb4c117b-00f8-4001-a1f6-9c84aaf759b5",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "4CBmXD5HZUGB5NRagF8/Fg==",
"pluGuid": "5c6620e0-473e-4165-81e4-d45a805f3f16",
"priceGroupG_UID": "RcwNoqUpOEC0XzLUcjcYRw==",
"priceGroupGuid": "a20dcc45-29a5-4038-b45f-32d472371847",
"campaignPoolID": "sample string 7",
"quantity": 1,
"campaign": {
"$ref": "68"
},
"product": {
"$ref": "2"
},
"priceGroup": {
"$ref": "32"
},
"campaignPool": {
"$ref": "68"
}
},
{
"$ref": "104"
}
]
},
{
"$ref": "103"
}
],
"priceLevels": [
{
"$id": "105",
"id": 1,
"priceLevelIdentifier": "DQ8wXsz/T0+TwGo0SLoRwQ==",
"priceLevelIdentifierGuid": "5e300f0d-ffcc-4f4f-93c0-6a3448ba11c1",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "105"
}
],
"promotionType": {
"$id": "106",
"identifier": "Fp2sHLzl5UWkFjal6EaqJA==",
"identifierGuid": "1cac9d16-e5bc-45e5-a416-36a5e846aa24",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "Iq59NhpO/kyX7JdrAHk1mA==",
"labelPageLayoutGuid": "367dae22-4e1a-4cfe-97ec-976b00793598",
"priceLevelIdentifier": "rkokc3KfUkq+6u0iLv2C1A==",
"priceLevelIdentifierGuid": "73244aae-9f72-4a52-beea-ed222efd82d4",
"active": true,
"updated": "2026-04-03T06:21:15.1130316",
"hostName": "sample string 11"
}
},
"product": {
"$ref": "2"
},
"dealCost": {
"$id": "107",
"headerIdentifier": "IzC2g6chZkyaI9/QTFBAzQ==",
"headerIdentifierGuid": "83b63023-21a7-4c66-9a23-dfd04c5040cd",
"identifier": "Z4atk7ycyUWJGw67TDGFGQ==",
"identifierGuid": "93ad8667-9cbc-45c9-891b-0ebb4c318519",
"supplierIdentifier": "4WHHtx/CJkeWmlGr4mZcpw==",
"supplierGuid": "b7c761e1-c21f-4726-969a-51abe2665ca7",
"pluG_UID": "WslicBfvnk+y5EQgbfxBxw==",
"pluGuid": "7062c95a-ef17-4f9e-b2e4-44206dfc41c7",
"campaignName": "b93ecefe-11ae-4904-a388-40d962e375ac",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-04-03T06:21:15.1130316",
"end": "2026-04-03T06:21:15.1130316",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "5R74Dz0Qt06Bsuu4wkW7IQ==",
"bonusItemPluGuid": "0ff81ee5-103d-4eb7-81b2-ebb8c245bb21",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-04-03T06:21:15.1130316",
"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:21:15.1130316",
"campaignEndDate": "2026-04-03T06:21:15.1130316",
"masterPLUG_UID": "5QnFv8Z5yE6Ettp4/BxC/w==",
"masterID": "bfc509e5-79c6-4ec8-84b6-da78fc1c42ff",
"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": "jK3fjj1IVUCfhhsX4m19Eg==",
"bonusMasterID": "8edfad8c-483d-4055-9f86-1b17e26d7d12",
"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:21:15.1130316",
"dealCosts": [
{
"$ref": "107"
},
{
"$ref": "107"
}
],
"tags": [
{
"$id": "108",
"pluG_UID": "sKK9wzgM7UmkYz91k/qwZg==",
"pluGuid": "c3bda2b0-0c38-49ed-a463-3f7593fab066",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "108"
}
],
"alternateProductG_UID": "7Cy0f5VSuEeDb0SXF9e21Q==",
"alternateProduct": "7fb42cec-5295-47b8-836f-449717d7b6d5",
"altProduct": {
"$ref": "2"
},
"productHostCode": {
"$id": "109",
"id": 1,
"pluG_UID": "9nd9DxkC+UCmdNr+VzdvEQ==",
"pluGuid": "0f7d77f6-0219-40f9-a674-dafe57376f11",
"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:21:15.1130316",
"inventoryTracked": "2026-04-03T06:21:15.1130316",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "110",
"pluG_UID": "1d2vo5MpRkWX+Tro+2KfdA==",
"pluGuid": "a3afddd5-2993-4546-97f9-3ae8fb629f74",
"fuelPluG_UID": "wOTZBj4VLUSoBX9Lefr2ag==",
"fuelPluGuid": "06d9e4c0-153e-442d-a805-7f4b79faf66a",
"price": 3,
"productDescription": "sample string 4",
"productBarcode": "sample string 5",
"fuelProductDescription": "sample string 6",
"fuelProductBarcode": "sample string 7",
"fuelProductPrice": 8
},
"productFuelLinks": [
{
"$ref": "110"
},
{
"$ref": "110"
}
]
}
}
application/xml
Sample not available.
text/xml
Sample not available.
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
None.