PUT api/store/{storeID}/tank/{tankID}
Save a FuelTank in the store
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
storeID |
Store ID |
integer |
Required |
tankID |
Tank ID |
integer |
Required |
Body Parameters
Fuel Tank to save
FuelTankName | Description | Type | Additional information |
---|---|---|---|
ID |
Tank ID |
integer |
None. |
StoreID | integer |
None. |
|
TankNumber |
Tank Number (Visual) |
integer |
None. |
FuelGrade |
Grade of Fuel this tank is used for |
string |
None. |
FuelGradeID |
The ID fo the grade of fuel this tank holds (ie. Unleaded, etc.) |
integer |
None. |
Capacity |
Total tank capacity |
decimal number |
None. |
LPG |
Indicates if this tank contains LPG and % should be an option for level recording |
boolean |
None. |
WaterLevel |
Water level for tank (required to be recorded by AUS regulations) |
decimal number |
None. |
Updated |
Last time the tank record was updated |
date |
None. |
StoreName | string |
Relation. This field may not always be loaded or used for updates. |
|
Store |
The Store object that this tank is located at |
Store |
Relation. This field may not always be loaded or used for updates. |
Grade |
The Fuel Grade object of which this tank holds |
FuelGradeModel |
Relation. This field may not always be loaded or used for updates. |
Request Formats
application/json, text/json
{ "id": 1, "storeID": 2, "tankNumber": 3, "fuelGrade": "sample string 4", "fuelGradeID": 1, "capacity": 5.0, "lpg": true, "waterLevel": 7.0, "updated": "2025-10-05T00:03:55.6265838", "storeName": "sample string 9", "store": { "$id": "2", "id": 1, "isMaster": 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": "2025-10-05T00:03:55.6265838", "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": "IR5/sLIKdk6bXTXYIuZNcg==", "hostIdentifierGuid": "b07f1e21-0ab2-4e76-9b5d-35d822e64d72", "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, "giftCardSalesAccountingDeptCode": "sample string 47", "transactionDiscountAccountingDeptCode": "sample string 48", "size": 49, "updated": "2025-10-05T00:03:55.6265838", "priceZoneName": "sample string 51", "storeFuelConfigured": true, "shippingAddressCopied": true, "shippingAddress": { "$id": "3", "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" }, "billingAddress": { "$ref": "3" }, "hostStoreSettings": [ { "$id": "4", "id": 1, "hostIdentifier": "L7zLEQE4L0SqcwpX+7ypEA==", "hostIdentifierGuid": "11cbbc2f-3801-442f-aa73-0a57fbbca910", "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, "processPromotions": true, "hostProvider": 0, "host": { "$id": "5", "identifier": "/kFrNjtz9EOz07K/iB3ebg==", "identifierGuid": "366b41fe-733b-43f4-b3d3-b2bf881dde6e", "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": "5jqvt5r5MEKs4CeEVqexgw==", "hostSupplierIdentifierGuid": "b7af3ae6-f99a-4230-ace0-278456a7b183", "loyaltyPriceLevelIdentifier": "RpdBFnDs7k2Ek7OC47OEbw==", "loyaltyPriceLevelIdentifierGuid": "16419746-ec70-4dee-8493-b382e3b3846f", "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": "2025-10-05T00:03:55.6265838", "lastProcessed": "2025-10-05T00:03:55.6265838", "hold": true, "supplierName": "sample string 35", "supplier": { "$id": "6", "identifier": "k10N7gGX60KUr55NNXH/cg==", "identifierGuid": "ee0d5d93-9701-42eb-94af-9e4d3571ff72", "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": "BiU13NCdY0+QeU0gjT0fhw==", "primaryContactID": "dc352506-9dd0-4f63-9079-4d208d3d1f87", "storeID": 1, "abn": "sample string 16", "supplierGroupIdentifier": "6flzODZQvUe11NGQuW3tqg==", "supplierGroupGuid": "3873f9e9-5036-47bd-b5d4-d190b96dedaa", "rebate": 1.0, "rebateType": 1, "rebateFrequency": 1, "rebateSource": 1, "rebateLastClaimed": "2025-10-05T00:03:55.6265838", "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": "7", "id": "229f36fe-07c4-49fb-9e96-6e48e7575fea", "identifier": "cHOLcd3pzU+iLp2BKAFOmg==", "identifierGuid": "718b7370-e9dd-4fcd-a22e-9d8128014e9a", "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": "8", "supplierIdentifier": "+1IgPW90ZEitAOeCGruSfA==", "supplierIdentifierGuid": "3d2052fb-746f-4864-ad00-e7821abb927c", "contactGuid": "UG+eNXY66E+O1wRdnleEvg==", "contactID": "359e6f50-3a76-4fe8-8ed7-045d9e5784be", "contact": { "$ref": "7" }, "supplier": { "$ref": "6" } }, { "$ref": "8" } ], "products": [ { "$id": "9", "pluG_UID": "jcyWPX7TDke5VCHSbo8fkg==", "pluGuid": "3d96cc8d-d37e-470e-b954-21d26e8f1f92", "supplierIdentifier": "9ecO1wcfhU67JvEStISMfg==", "supplierIdentifierGuid": "d70ee7f5-1f07-4e85-bb26-f112b4848c7e", "cartonQuantity": 1, "cartonQuantityChanged": true, "productSize": "sample string 3", "cigarettesPerSleeve": 1, "randomWeight": true, "piecesPerUnit": 5, "averagePackSize": 6, "effectiveDate": "2025-10-05T00:03:55.6265838", "pricedByWeight": true, "landedUnitCostEx": 9, "landedUnitCostInc": 10, "landedCartonCostInc": 11, "landedCartonCostEx": 12, "standardCost": 13, "deliveryFee": 1, "deliveryFeeBasis": "sample string 14", "pickAndPackFee": 1, "pickAndPackFeeBasis": "sample string 15", "financeFee": 1, "financeFeeBasis": "sample string 16", "cartonLength": 1, "cartonWidth": 1, "cartonHeight": 1, "palletLayerQuantity": 1, "palletLayers": 1, "itemCode": "sample string 17", "invoiceCode": "sample string 18", "invoiceDesc": "sample string 19", "orderDirect": true, "useCost": true, "minimumQuantity": 20, "hostType": 21, "fromHost": 22, "minimumReorder": 1, "maximumReorder": 1, "orderMultiple": 23.1, "sellMultiple": 24.1, "baseMultiple": 25.1, "hostStandardCost": 26, "hostTotalCost": 27, "hostRetail": 28, "hostLandedUnitCostEx": 29, "hostLandedUnitCostInc": 30, "hostDesc": "sample string 31", "directIndicator": "sample string 32", "availableToOrder": true, "hostRangeIndicator": "sample string 34", "hostProductType": "sample string 35", "hostProductGrade": "sample string 36", "hostProductGroup": "sample string 37", "hostSlowMoving": true, "hostGeneralMerchandise": true, "hostPillar": "sample string 40", "hostLastUpdated": "2025-10-05T00:03:55.6265838", "rebate": 1.0, "rebateExclude": true, "invoiceCodes": [ { "$id": "10", "pluG_UID": "bZn1xAt6Q0urnxFEhy8qyQ==", "pluGuid": "c4f5996d-7a0b-4b43-ab9f-1144872f2ac9", "supplierIdentifier": "lZm4U2UQiEuFd7ZX0LzV+w==", "supplierIdentifierGuid": "53b89995-1065-4b88-8577-b657d0bcd5fb", "invoiceCode": "sample string 1", "storeIDs": [ 1, 2 ] }, { "$ref": "10" } ], "storeIDs": [ 1, 2 ], "preferredSupplier": true, "preferredRebateSupplier": true, "supplierName": "sample string 41", "salesMode": 42, "orderPacked": true, "active": true, "price": 1, "costGstPercent": 44, "parentPluG_UID": "DHohz/vErEWGg41lvOKXPw==", "parentPluGuid": "cf217a0c-c4fb-45ac-8683-8d65bce2973f", "freight": 45.0, "freightType": 1, "product": { "$id": "11", "plu": 1, "storeID": 1, "masterPluG_UID": "QEA=", "storeIDs": [ 1, 2 ], "g_UId": "ZtDXrKDIZU641RFsYqo1vA==", "guid": "acd7d066-c8a0-4e65-b8d5-116c62aa35bc", "apn": "sample string 1", "apnChanged": true, "apnSwitched": true, "barcode": "sample string 4", "itemNumber": "sample string 5", "itemNumberChanged": true, "priceGroupG_UID": "Bu1C830JlUGrWdmt8OsWKg==", "priceGroupGuid": "f342ed06-097d-4195-ab59-d9adf0eb162a", "blueprintID": 1, "lastCountedDate": "2025-10-05T00:03:55.6265838", "externalID": "sample string 7", "active": true, "activated": "2025-10-05T00:03:55.6265838", "pluCreated": "2025-10-05T00:03:55.6265838", "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": "2025-10-05T00:03:55.6265838", "lastManualUpdate": "2025-10-05T00:03:55.6265838", "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": "2025-10-05T00:03:55.6265838", "currentCostUpdated": "2025-10-05T00:03:55.6265838", "costDecimals": 31, "costChanged": true, "dealCostIdentifier": "QEA=", "excludeFromRebate": true, "rebateOverride": 1, "costCalcMethod": 32, "costCalcMethodChanged": true, "costEffectiveDate": "2025-10-05T00:03:55.6265838", "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": "2025-10-05T00:03:55.6265838", "posTare": 1, "altPrice": 1.0, "altPriceChanged": true, "altPriceMode": 53, "altPriceModeChanged": true, "altPLUG_UID": "cYJjx7QeR06FVUBOQ8qqWA==", "altPLUGuid": "c7638271-1eb4-4e47-8555-404e43caaa58", "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": "2025-10-05T00:03:55.6265838", "labelLastPrice": 1, "shelfPageLayoutG_UID": "3fsXHr9T6kG6lJq4OrQqog==", "shelfPageLayoutGuid": "1e17fbdd-53bf-41ea-ba94-9ab83ab42aa2", "talkerPageLayoutG_UID": "QNAQMIN/aEmCPZ98arekBg==", "talkerPageLayoutGuid": "3010d040-7f83-4968-823d-9f7c6ab7a406", "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, "trackSerial": true, "trackSerialChanged": true, "allowZeroPrice": true, "allowZeroPriceChanged": true, "notForSale": 91, "notForSaleChanged": true, "excludeFromDeals": true, "excludeFromVoucher": true, "minimumAge": 94, "minimumAgeChanged": true, "buyingLimit": 1, "buyingLimitChanged": true, "buyingLimitIndependent": true, "buyingLimitIndependentChanged": true, "inventoryGuid": "fqXfG75Xf0Wv7XMN3HcrpQ==", "inventoryIdentifier": "1bdfa57e-57be-457f-afed-730ddc772ba5", "inventoryAccuracy": 1, "baseUnits": 98, "orderPacked": 1, "isManufactured": true, "isIngredient": true, "isModifier": true, "isModifierChanged": true, "hasModifiers": 99, "defaultPrinter": "sample string 100", "defaultPrinterGroup": "sample string 101", "ingredientsOnManufacture": true, "manufactureUnitMeasure": 1, "mpl": 1, "maxShelfQty": 102, "allowAutoOrder": true, "warrantyPeriod": 1, "parentPluG_UId": "bHIuazs7MkmU4cpup47Vdw==", "parentPluGuid": "6b2e726c-3b3b-4932-94e1-ca6ea78ed577", "preferredHostVendor": 104, "preferredHostChanged": true, "code": "sample string 106", "supplierIdentifier": "sZZc70VbI027271rOP/VtQ==", "supplierIdentifierGuid": "ef5c96b1-5b45-4d23-bbdb-bd6b38ffd5b5", "supplierChanged": true, "rebateSupplierIdentifier": "rs7Hkr3cDkimK/fB0Ei9sg==", "rebateSupplierIdentifierGuid": "92c7ceae-dcbd-480e-a62b-f7c1d048bdb2", "rebateSupplierChanged": true, "availableForOrder": true, "warehouseDirectIndicator": "sample string 108", "warehouseDirectIndicatorChanged": true, "productGrade": "sample string 110", "productType": "sample string 111", "productGroup": "sample string 112", "complianceIndicator": "sample string 113", "inhouseBrand": "sample string 114", "slowMoving": true, "generalMerchandise": true, "comment": "sample string 117", "lastUpdatedByUser": "sample string 118", "lastManualUpdatedByUser": "sample string 119", "lastUpdatedByUserOverride": true, "lastUpdatedByHost": "2025-10-05T00:03:55.6265838", "commodity": "sample string 121", "businessPillar": "sample string 122", "mscCommodity": "sample string 123", "hostIdentifier": "BymzVy74FkKYgq5maPLn/Q==", "hostIdentifierGuid": "57b32907-f82e-4216-9882-ae6668f2e7fd", "serviceFeeID": 1, "serviceFeeIDChanged": true, "providerName": "sample string 125", "aisleEnds": "sample string 126", "deleted": true, "deletedChanged": true, "hidden": true, "doNotRange": true, "doNotRangeChanged": true, "doNotOrder": true, "doNotOrderChanged": true, "locked": true, "excludeFromWebUpdate": true, "excludeFromWebUpdateChanged": true, "webPriceBasedOn": 137, "webPriceRounding": true, "webMarkup": 139, "webPriceMode": 140, "altDepartmentID": 1, "altSubDepartmentID": 1, "altMinorDepartmentID": 1, "altLesserDepartmentID": 1, "altDeptCode": "sample string 141", "altSubDeptCode": "sample string 142", "altMinorDeptCode": "sample string 143", "altLesserDeptCode": "sample string 144", "altDepartmentChanged": true, "storeProducts": [ { "$ref": "11" }, { "$ref": "11" } ], "store": { "$ref": "2" }, "storePrices": [ { "$id": "12", "pluG_UID": "V1Z2R7TvrEmr2LOorngbRw==", "pluGuid": "47765657-efb4-49ac-abd8-b3a8ae781b47", "plu": 1, "storeID": 1, "zoneID": 2, "zoneName": "sample string 3", "store": "sample string 4", "priceNow": 5, "costNow": 6, "costNowDecimals": 7, "normalPrice": 8, "priceNext": 1, "costNext": 1, "costNextDecimals": 9, "nextCampaignName": "sample string 10", "gstPercent": 11, "normalCost": 12, "normalCostDecimals": 13, "costGstPercent": 14, "costCalcMethod": 1, "currentCost": 15, "currentCostDecimals": 16, "break1": 17, "price1": 18, "break2": 19, "price2": 20, "break3": 21, "price3": 22, "fuelItem": 23, "fixedWeight": 24, "active": true, "complianceIndicator": "sample string 25", "doNotOrder": true, "doNotRange": true, "isNormalPriceChangesCampaign": true, "updated": "2025-10-05T00:03:55.6265838" }, { "$ref": "12" } ], "currentPrices": { "$id": "13", "pluPrices": { "$id": "14", "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, "acceptedUtc": "2025-10-05T00:03:55.6265838", "priceChangeType": 0, "costDecimals": 10 }, "normalPluPrices": { "$ref": "14" }, "winningCampaign": 1, "winner": { "$id": "15", "campaignName": "sample string 1", "campaignDescription": "sample string 2", "startDate": "2025-10-05T00:03:55.6265838", "startTime": 3, "endDate": "2025-10-05T00:03:55.6265838", "endTime": 4, "newPrice": 5, "newCost": 6, "newCostDecimals": 7, "pctDiscount": 8, "promoType": 1, "promotionTypeCode": "sample string 9", "hostType": 10, "hostIdentifier": "M/V0RtzHNEqp4r18Ow0uhw==", "hostIdentifierGuid": "4674f533-c7dc-4a34-a9e2-bd7c3b0d2e87", "storeNames": [ "sample string 1", "sample string 2" ] }, "details": [ { "$ref": "15" }, { "$ref": "15" } ] }, "tray": { "$id": "16", "g_UId": "eUDQtncXZk6ki2WhwaO/yg==", "guid": "b6d04079-1777-4e66-a48b-65a1c1a3bfca", "name": "sample string 1", "number": 1, "tare": 1 }, "priceGroup": { "$id": "17", "priceGroupG_UID": "1ktRfLu2LEOBnu+KJ/RMNw==", "priceGroupGuid": "7c514bd6-b6bb-432c-819e-ef8a27f44c37", "name": "sample string 2", "code": 1, "modified": true, "updated": "2025-10-05T00:03:55.6265838", "buyingLimit": 1, "buyingLimitIndependent": true, "buyingLimitType": 0, "number": 1, "products": [ { "$ref": "11" }, { "$ref": "11" } ], "productCount": 1 }, "priceGroupName": "sample string 146", "nutrifacts": { "$id": "18", "pluG_UID": "Hit/cjY1IE6tvKXzSsc8Zg==", "pluGuid": "727f2b1e-3536-4e20-adbc-a5f34ac73c66", "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": "19", "pluGuid": "bf7c6068-11b6-4367-911c-02a3517f15ad", "created": "2025-10-05T00:03:55.6265838", "createdByUser": "sample string 1", "activated": "2025-10-05T00:03:55.6265838", "deactivated": "2025-10-05T00:03:55.6265838", "lastOrdered": "2025-10-05T00:03:55.6265838", "lastOrderedQty": 2.0, "lastReceived": "2025-10-05T00:03:55.6265838", "lastReceivedQty": 3.0, "lastInvoiceStatus": 1, "lastCounted": "2025-10-05T00:03:55.6265838", "lastSold": "2025-10-05T00:03:55.6265838", "firstSold": "2025-10-05T00:03:55.6265838", "awsUpdated": "2025-10-05T00:03:55.6265838", "lastManualUpdate": "2025-10-05T00:03:55.6265838", "lastManualUpdatedByUser": "sample string 5", "lastUpdated": "2025-10-05T00:03:55.6265838", "lastUpdatedByUser": "sample string 7", "lastUpdatedByHost": "2025-10-05T00:03:55.6265838", "doNotRangeUpdated": "2025-10-05T00:03:55.6265838", "doNotOrderUpdated": "2025-10-05T00:03:55.6265838", "tracked": "2025-10-05T00:03:55.6265838" }, "allergens": [ { "$id": "20", "allergenID": 1, "pluG_UID": "29aglEK2Y0qZyhs9kN0jPg==", "pluGuid": "94a0d6db-b642-4a63-99ca-1b3d90dd233e", "contains": 2, "allergenName": "sample string 3", "storeIDs": [ 1, 2 ] }, { "$ref": "20" } ], "costs": { "$id": "21", "pluG_UID": "USBFkfXGQ02JQoBC88hefQ==", "pluGuid": "91452051-c6f5-4d43-8942-8042f3c85e7d", "enteredCost": 1, "weightedAvgCost": 1, "lastCost": 1, "rawEnteredCost": 2, "rawWeightedAvgCost": 3, "rawLastCost": 4, "freight": 5.0, "freightType": 6, "costDecimals": 7, "fifoCost": 1, "updated": "2025-10-05T00:03:55.6265838", "normalCost": 1, "currentCost": 1 }, "sales": [ { "$id": "22", "saleHeaderID": 1, "created": "2025-10-05T00:03:55.6265838", "createdLocal": "2025-10-05T00:03:55.6265838", "storeID": 3, "storeName": "sample string 4", "operatorG_Uid": "aZFOV2vld0emYoYzd2q7Pw==", "operatorGuid": "574e9169-e56b-4777-a662-8633776abb3f", "operatorName": "sample string 5", "tranType": 1, "plu": 1, "pluG_UId": "so/y7p1tu0e+pGKmxwvuKA==", "pluGuid": "eef28fb2-6d9d-47bb-bea4-62a6c70bee28", "normalPrice": 1, "totalCents": 1, "cost": 1, "grossProfit": 1, "quantity": 1, "operator": { "$id": "23", "id": 1, "g_Uid": "jGHirUp+QU69Pk3Eu4Nx8A==", "guid": "ade2618c-7e4a-4e41-bd3e-4dc4bb8371f0", "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": "2025-10-05T00:03:55.6265838", "passwordResetRequired": true, "alteredInStore": true, "startShift": "2025-10-05T00:03:55.6265838", "endShift": "2025-10-05T00:03:55.6265838", "machineName": "sample string 20", "drawerID": 1, "stores": [ { "$id": "24", "operatorG_UID": "liNSal5Mb0qNQVDW/0jLjQ==", "operatorGuid": "6a522396-4c5e-4a6f-8d41-50d6ff48cb8d", "storeID": 2, "operator": { "$ref": "23" }, "store": { "$ref": "2" } }, { "$ref": "24" } ] } }, { "$ref": "22" } ], "apns": [ { "$id": "25", "pluID": 1, "pluG_UID": "2uGu2ldz60e9H2xP8gfTHA==", "pluGuid": "daaee1da-7357-47eb-bd1f-6c4ff207d31c", "apn": "sample string 1", "deleted": true, "storeID": 1, "storeIDs": [ 1, 2 ] }, { "$ref": "25" } ], "tuns": [ { "$id": "26", "pluG_UId": "i/X7OGykDk2JxT9BnSph+Q==", "pluGuid": "38fbf58b-a46c-4d0e-89c5-3f419d2a61f9", "apn": "sample string 1", "tun": "sample string 2", "cartonQuantity": 3, "product": { "$ref": "11" }, "storeIDs": [ 1, 2 ] }, { "$ref": "26" } ], "competitionPricing": [ { "$id": "27", "identifier": "E1Ow9uiw0kCiQ1dYKqx6hw==", "identifierGuid": "f6b05313-b0e8-40d2-a243-57582aac7a87", "pluG_UID": "m7buL2S9JUSoRTY5vzfmAA==", "pluGuid": "2feeb69b-bd64-4425-a845-3639bf37e600", "competitionID": 1, "name": "sample string 2", "sellMultiple": 3, "retailPrice": 4, "storeName": "sample string 5" }, { "$ref": "27" } ], "supplier": { "$ref": "6" }, "supplierName": "sample string 147", "children": [ { "$ref": "11" }, { "$ref": "11" } ], "ordering": { "$ref": "9" }, "flipChartPages": [ { "$id": "28", "identifier": "K6+3ClDOPU2Nme3cl+wrJA==", "groupName": "sample string 1", "identifierGuid": "0ab7af2b-ce50-4d3d-8d99-eddc97ec2b24", "exists": true, "flipChartIdentifier": "3RlZ0WyYkkqEIsoxhgY1JA==", "flipChartIdentifierGuid": "d15919dd-986c-4a92-8422-ca3186063524", "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": "R3vzevprpEChMLCGF4uJxQ==", "groupIdentifierGuid": "7af37b47-6bfa-40a4-a130-b086178b89c5", "flipChart": { "$id": "29", "identifier": "oKH6ItRXbEKmKfmgCZPbIQ==", "identifierGuid": "22faa1a0-57d4-426c-a629-f9a00993db21", "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": "30", "identifier": "rFF6F74rxEK+qC4PsDWO0w==", "identifierGuid": "177a51ac-2bbe-42c4-bea8-2e0fb0358ed3", "name": "sample string 2", "formType": "sample string 3", "forms": [ { "$id": "31", "id": 1, "g_UID": "6N4rMzksWkmgIFNwnI3sjQ==", "guid": "332bdee8-2c39-495a-a020-53709c8dec8d", "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": "lq00odM4QEOmbFVxGP4Fcg==", "previousFormGuid": "a134ad96-38d3-4340-a66c-557118fe0572", "nextForm": 1, "nextFormG_UID": "wy8FXVxrdEupSWJcNyZxMw==", "nextFormGuid": "5d052fc3-6b5c-4b74-a949-625c37267133", "attributes": "sample string 10", "updated": "2025-10-05T00:03:55.6265838", "positioning": 1, "contentPanel": "sample string 11", "selectionMode": 1, "maximumSelections": 1, "alteredInStore": true, "deleted": true, "blueprintID": 1, "preserveLayout": true, "mainCheckoutFormName": "sample string 13", "nextCheckoutForm": { "$ref": "31" }, "previousCheckoutForm": { "$ref": "31" }, "buttons": [ { "$id": "32", "id": 1, "checkoutFormID": 2, "checkoutFormG_UID": "xaZVQ+R/3ES6HpRyAhSUoQ==", "checkoutFormGuid": "4355a6c5-7fe4-44dc-ba1e-9472021494a1", "identifier": "UiznmJQVdUON+pebFcbkng==", "identifierGuid": "98e72c52-1594-4375-8dfa-979b15c6e49e", "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": "B2BhB/Qk+E6LrpgWuM6P6A==", "valueGuid": "07616007-24f4-4ef8-8bae-9816b8ce8fe8", "buttonText": "sample string 10", "valueText": "sample string 11", "drawImageAndButton": true, "updated": "2025-10-05T00:03:55.6265838", "action": "sample string 12", "valueForm": { "$ref": "31" }, "image": { "$id": "33", "name": "sample string 3.sample string 4", "imageID": 2, "imageName": "sample string 3", "imageExtension": "sample string 4", "lastUpdate": "2025-10-05T00:03:55.6265838", "imageData": "QEA=", "readOnly": true } }, { "$ref": "32" } ], "panels": [ { "$id": "34", "id": 1, "checkoutFormID": 2, "checkoutFormG_UID": "Yx5gmxtYSUeCL6zUcsGCqw==", "checkoutFormGuid": "9b601e63-581b-4749-822f-acd472c182ab", "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": "34" } ] }, { "$ref": "31" } ], "panels": [ { "$ref": "34" }, { "$ref": "34" } ] }, "pages": [ { "$ref": "28" }, { "$ref": "28" } ] }, "contentPanel": { "$ref": "34" }, "products": [ { "$id": "35", "flipChartPageIdentifier": "lThyWPo0A0OxEdhIcTUMaw==", "flipChartPageIdentifierGuid": "58723895-34fa-4303-b111-d84871350c6b", "pluG_UID": "q8JrNxzSCk+BJGPs7DuAww==", "pluGuid": "376bc2ab-d21c-4f0a-8124-63ecec3b80c3", "sortOrder": 3, "sent": true, "productChanged": true, "productImageName": "sample string 6", "productShowImageOnFlipCharts": true, "productShowTextOnFlipCharts": true, "productOverrideFlipChartText": true, "productFlipChartText": "sample string 10", "product": { "$ref": "11" }, "departmentSortOrder": 11, "subDepartmentName": "sample string 12" }, { "$ref": "35" } ], "productCount": 27, "pages": [ { "$ref": "28" }, { "$ref": "28" } ] }, { "$ref": "28" } ], "priceHistory": [ { "$id": "36", "pluG_UID": "EUkJYBv3wUOoR69Opcwugg==", "pluGuid": "60094911-f71b-43c1-a847-af4ea5cc2e82", "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": "2025-10-05T00:03:55.6265838", "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": "36" } ], "ingredients": [ { "$id": "37", "pluG_UID": "F9UBMYe1+U+2/JJAD6o2UQ==", "ingredientGuid": "sRA3UShkI0+p/zgqUck+/Q==", "ingredientIdentifier": "513710b1-6428-4f23-a9ff-382a51c93efd", "quantity": 1.0, "storeIDs": [ 1, 2 ], "ingredientText": "sample string 1", "ingredient": { "$ref": "11" } }, { "$ref": "37" } ], "bins": [ { "$id": "38", "pluG_UID": "TDqjcNH9002fguXYikDwBg==", "pluGuid": "70a33a4c-fdd1-4dd3-9f82-e5d88a40f006", "shelfLocationIdentifier": "4NA/+iky30+0V0TsQhyncg==", "shelfLocationGuid": "fa3fd0e0-3229-4fdf-b457-44ec421ca772", "labelShelfDefault": 1, "labelTalkerDefault": 1, "labelSmall": true, "labelPageLayoutG_UID": "V5epzjx91UyvU5whGu+0Ag==", "labelPageLayoutGuid": "cea99757-7d3c-4cd5-af53-9c211aefb402", "updated": "2025-10-05T00:03:55.6265838", "electronicShelfLabelIdentifier": "sample string 5", "electronicshelfLabelsConfigurationID": 6, "labelShelfChanged": true, "productName": "sample string 8", "locationText": "sample string 9", "product": { "$ref": "11" }, "location": { "$id": "39", "identifier": "kIk7SdT0AU2DOjDdw/xmZQ==", "storeID": 1, "identifierGuid": "493b8990-f4d4-4d01-833a-30ddc3fc6665", "name": "sample string 2", "haccp": true, "blueprintID": 1, "updated": "2025-10-05T00:03:55.6265838", "minTemp": 1, "maxTemp": 1, "checkFrequency": 1, "storeCaseConfiguration": 5, "storeName": "sample string 6", "bins": [ { "$ref": "38" }, { "$ref": "38" } ] } }, { "$ref": "38" } ], "bin": { "$ref": "38" }, "scaleLocations": [ { "$id": "40", "plu": 1, "pluG_UID": "X3ttharwkUOuXZ7GfugIfA==", "pluGuid": "856d7b5f-f0aa-4391-ae5d-9ec67ee8087c", "deptNo": 1, "product": { "$ref": "11" }, "scaleLocation": { "$id": "41", "id": 1, "deptNo": 1, "deptCode": "sample string 2", "name": "sample string 3", "enabled": true, "updated": "2025-10-05T00:03:55.6265838", "department": { "$id": "42", "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": "41" }, "subDepartments": [ { "$id": "43", "id": 1, "departmentID": 2, "name": "sample string 3", "code": "sample string 4", "departmentCode": "sample string 5", "externalSales": true, "minorDepartments": [ { "$id": "44", "id": 1, "subDepartmentID": 2, "departmentID": 3, "name": "sample string 4", "subDepartmentCode": "sample string 5", "departmentCode": "sample string 6", "code": "sample string 7", "lesserDepartments": [ { "$id": "45", "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": "2025-10-05T00:03:55.6265838", "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": "cM25GgHRH0CWBU+WAwLXmw==", "labelPageLayoutGuid": "1ab9cd70-d101-401f-9605-4f960302d79b", "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": "46", "dept": 1, "category": 2, "name": "sample string 3", "active": true, "mscCommodities": [ { "$id": "47", "dept": 1, "category": 2, "commodity": 3, "name": "sample string 4", "active": true, "mscSubCommodities": [ { "$id": "48", "dept": 1, "category": 2, "commodity": 3, "subCommodity": 4, "name": "sample string 5", "active": true, "subCommodityCode": "sample string 7" }, { "$ref": "48" } ], "commodityCode": "sample string 6" }, { "$ref": "47" } ], "categoryCode": "sample string 5" }, "mscCom": { "$ref": "47" }, "mscDep": { "$id": "49", "dept": 1, "name": "sample string 2", "active": true, "mscCategories": [ { "$ref": "46" }, { "$ref": "46" } ], "deptCode": "sample string 4" }, "mscSubCom": { "$ref": "48" } }, { "$ref": "45" } ], "updated": "2025-10-05T00:03:55.6265838", "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": "smoQD3Gi7EaygGMVImftdQ==", "labelPageLayoutGuid": "0f106ab2-a271-46ec-b280-63152267ed75", "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": "46" }, "mscCom": { "$ref": "47" }, "mscDep": { "$ref": "49" }, "mscSubCom": { "$ref": "48" } }, { "$ref": "44" } ], "investmentBuyOverride": true, "updated": "2025-10-05T00:03:55.6265838", "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": "e3PCcGfhCEWVmG2ObsCTmA==", "labelPageLayoutGuid": "70c2737b-e167-4508-9598-6d8e6ec09398", "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": "46" }, "mscCom": { "$ref": "47" }, "mscDep": { "$ref": "49" }, "mscSubCom": { "$ref": "48" } }, { "$ref": "43" } ], "stores": [ 1, 2 ], "investmentBuyOverride": true, "updated": "2025-10-05T00:03:55.6265838", "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": "VkTFldgKhEib4NA9uKXSJQ==", "labelPageLayoutGuid": "95c54456-0ad8-4884-9be0-d03db8a5d225", "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": "46" }, "mscCom": { "$ref": "47" }, "mscDep": { "$ref": "49" }, "mscSubCom": { "$ref": "48" } } } }, { "$ref": "40" } ], "nextPrice": { "$id": "50", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "plu": 1, "hostOfferID": 1, "metcashPromotionID": "sample string 4", "metcashPromotionPlacement": "sample string 5", "pluG_UID": "uCW0Qq8VSke9GT49zSyNMw==", "pluGuid": "42b425b8-15af-474a-bd19-3e3dcd2c8d33", "newPrice": 1, "pctDiscount": 1, "newCost": 1, "newCostDecimals": 6, "dealCostIdentifier": "BEzO1J2Mj0m5+DR/xAVKmA==", "dealCostGuid": "d4ce4c04-8c9d-498f-b9f8-347fc4054a98", "pluName": "sample string 7", "apn": "sample string 8", "fuelItem": true, "priceGroupG_UID": "8DTsadSCE0Kh64Tsd5yQNA==", "priceGroupGuid": "69ec34f0-82d4-4213-a1eb-84ec779c9034", "itemNumber": "sample string 10", "cri": "sample string 11", "pluPrice": 12, "pluCost": 13, "pluCostIndicator": "sample string 14", "pluPriceGstPercent": 15, "pluCostGstPercent": 16, "pluActive": true, "cartonQty": 1.1, "baseUnits": 18.1, "salesMode": 1, "pluNormalCost": 19, "pluaws": 20.0, "directNumber": "sample string 21", "departmentName": "sample string 22", "subDepartmentName": "sample string 23", "priceGroupName": "sample string 24", "supplierName": "sample string 25", "stockOnHand": 1.1, "stockOnOrder": 1.1, "lastReceived": "2025-10-05T00:03:55.6265838", "rrp": 26, "campaignDescription": "sample string 27", "campaignComboPriceGroupG_UID": "XMNITOnGKkyh2ygvJDKZkw==", "campaignComboPriceGroupIdentifier": "4c48c35c-c6e9-4c2a-a1db-282f24329993", "promotionPlacementDescription": "sample string 28", "storeAcceptances": [ { "$id": "51", "plu": 1, "pluG_UId": "QEA=", "campaignID": 1, "campaignName": "sample string 2", "storeID": 3, "acceptedUtc": "2025-10-05T00:03:55.6265838", "operatorG_UID": "2ZJ1ShmzmkasyDwpq7Z4Cg==", "operatorGuid": "4a7592d9-b319-469a-acc8-3c29abb6780a", "machineID": 1, "processed": true, "appliedUtc": "2025-10-05T00:03:55.6265838", "signIqTicketFileMovedUtc": "2025-10-05T00:03:55.6265838", "user": "sample string 6", "campaignDescription": "sample string 7", "productDesc": "sample string 8", "storeName": "sample string 9", "effectiveUtc": "2025-10-05T00:03:55.6265838", "priceChangeType": 0, "operatorName": "sample string 10", "hostCampaign": true, "product": { "$ref": "11" }, "campaignPlu": { "$ref": "50" } }, { "$ref": "51" } ], "campaign": { "$id": "52", "id": 1, "storeID": 2, "name": "ed883502-4d54-473f-abca-4db98b9068e0", "nameGuid": "ed883502-4d54-473f-abca-4db98b9068e0", "description": "sample string 4", "showDiscounts": true, "showTotals": true, "onlyEvaluateOnSubtotal": true, "useDescription": true, "campaignType": 1, "startDate": "2025-10-05T00:03:55.6265838", "startTime": 1, "endDate": "2025-10-05T00:03:55.6265838", "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": "2025-10-05T00:03:55.6265838", "system": true, "created": "2025-10-05T00:03:55.6265838", "updated": "2025-10-05T00:03:55.6265838", "priceChangeNotifiedUtc": "2025-10-05T00:03:55.6265838", "promoType": 1, "promotionTypeCode": "sample string 13", "hostIdentifier": "lXi87GPSr0ycXLeA7E3XMA==", "hostIdentifierGuid": "ecbc7895-d263-4caf-9c5c-b780ec4dd730", "hostType": 14, "createdByUser": "sample string 15", "fromHost": true, "deleted": true, "campaignDeleted": "2025-10-05T00:03:55.6265838", "updatedByUser": "sample string 18", "offerID": 1, "isPriceChangeCampaign": true, "stores": [ 1, 2 ], "storeNames": [ "sample string 1", "sample string 2" ], "campaignPlus": [ { "$ref": "50" }, { "$ref": "50" } ], "campaignPools": [ { "$id": "53", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "plu": 4, "pluG_UID": "08EosZfaSUmqc4w7RRYJNw==", "pluGuid": "b128c1d3-da97-4949-aa73-8c3b45160937", "hostOfferID": 1, "priceGroupG_UID": "agICt0/BJUeXX4+bzDwNgQ==", "priceGroupGuid": "b702026a-c14f-4725-975f-8f9bcc3c0d81", "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": "2025-10-05T00:03:55.6265838", "rrp": 17, "campaignDescription": "sample string 18", "product": { "$ref": "11" }, "campaign": { "$ref": "52" } }, { "$ref": "53" } ], "sellingRules": [ { "$id": "54", "id": 1, "identifier": "mDBkukw/Ekq9fKwW0A8Inw==", "identifierStr": "mDBkukw/Ekq9fKwW0A8Inw==", "identifierGuid": "ba643098-3f4c-4a12-bd7c-ac16d00f089f", "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": "52" } }, { "$ref": "54" } ], "customers": [ { "$id": "55", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "customerID": "DK5vtQ15vEmQoJmtqQEK8Q==", "customerIDGuid": "b56fae0c-790d-49bc-90a0-99ada9010af1", "campaign": { "$ref": "52" }, "customer": { "$id": "56", "identifier": "KkW4YujhKEW5VSff1hK7ag==", "identifierGuid": "62b8452a-e1e8-4528-b955-27dfd612bb6a", "code": "sample string 2", "familyName": "sample string 3", "givenName": "sample string 4", "otherName": "sample string 5", "title": "sample string 6", "dateOfBirth": "2025-10-05T00:03:55.6265838", "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": "ltHyriGcpkWl27HN9q5a1A==", "communityIdentifierGuid": "aef2d196-9c21-45a6-a5db-b1cdf6ae5ad4", "joined": "2025-10-05T00:03:55.6265838", "updated": "2025-10-05T00:03:55.6265838", "active": true, "reasonInactive": 1, "groupCustomer": true, "loyaltyPoints": 1, "homeStoreID": 1, "availableSpend": 1, "priceLevelIdentifier": "dp0vv2uUpU+Tf8zyxhl8pA==", "priceLevelIdentifierGuid": "bf2f9d76-946b-4fa5-937f-ccf2c6197ca4", "marketingID": "sample string 18", "hidden": true, "registered": true, "registeredOn": "2025-10-05T00:03:55.6265838", "emailMarketing": true, "smsMarketing": true, "deleted": true, "deletedUser": "sample string 24", "homeStoreName": "sample string 25", "customerCards": [ { "$id": "57", "cardType": 2, "issueDate": "2025-10-05T00:03:55.6265838", "expiry": "2025-10-05T00:03:55.6265838", "customerID": "sXF9PHAJREWrIqp4bj8Xcw==", "customerIDGuid": "3c7d71b1-0970-4544-ab22-aa786e3f1773", "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": "2025-10-05T00:03:55.6265838", "linkedAccount": "76c+2MPBcUG0uSiUicuznw==", "linkedAccountGuid": "d83ea7ef-c1c3-4171-b4b9-289489cbb39f", "currentValueChanged": true, "limitsChanged": true, "customer": { "$ref": "56" }, "account": { "$id": "58", "id": 1, "identifier": "plou7LDYek+Af/ABmYOT5g==", "identifierGuid": "ec2e5aa6-d8b0-4f7a-807f-f001998393e6", "referenceNo": "sample string 3", "name": "sample string 4", "created": "2025-10-05T00:03:55.6265838", "owner": "/5jDLIXdVkiJPfa8smtXqA==", "ownerGuid": "2cc398ff-dd85-4856-893d-f6bcb26b57a8", "accountStoreGroupIdentifier": "vNePZvtj8k6+CpABaRZMTQ==", "accountStoreGroupGuid": "668fd7bc-63fb-4ef2-be0a-900169164c4d", "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": "2025-10-05T00:03:55.6265838", "active": true, "updated": "2025-10-05T00:03:55.6265838", "deleted": true, "deletedUser": "sample string 16", "currentBalanceChanged": true, "maximumLimitChanged": true, "loyaltyPointsChanged": true, "projectedBalance": 17, "accountStoreGroupStoreIDs": [ 1, 2 ], "customerEmail": "sample string 18", "ownerCustomer": { "$ref": "56" }, "card": { "$ref": "57" }, "members": { "$id": "59", "sample string 1": [ { "$ref": "56" }, { "$ref": "56" } ], "sample string 2": [ { "$ref": "56" }, { "$ref": "56" } ] }, "customerGroups": [ { "$id": "60", "identifier": "yMGd5RzngEGXa0lKPBdcCQ==", "identifierGuid": "e59dc1c8-e71c-4180-976b-494a3c175c09", "name": "sample string 2", "primaryContact": "SyfbaAVjD0Gap5jfwyx7sg==", "primaryContactGuid": "68db274b-6305-410f-9aa7-98dfc32c7bb2", "accountID": "RMRe1GSo+kyRpO8bWiWLJw==", "accountIDGuid": "d45ec444-a864-4cfa-91a4-ef1b5a258b27", "special": true, "updated": "2025-10-05T00:03:55.6265838", "active": true, "reasonInactive": 1, "priceLevelIdentifier": "MpjIAF3Rc02aJlMH4hDk6w==", "priceLevelIdentifierGuid": "00c89832-d15d-4d73-9a26-5307e210e4eb", "deleted": true, "account": { "$ref": "58" }, "primaryContactCustomer": { "$ref": "56" }, "customerGroupMembers": [ { "$id": "61", "id": 1, "groupID": "3nXVlK5/UEmg847MFNArog==", "groupIDGuid": "94d575de-7fae-4950-a0f3-8ecc14d02ba2", "customerID": "Dmw7C1/MO0CLNJQT+HndUg==", "customerIDGuid": "0b3b6c0e-cc5f-403b-8b34-9413f879dd52", "card": "sample string 4", "linkedAccount": "XFLPMhPZm0q0O8jcsdT8Cw==", "linkedAccountGuid": "32cf525c-d913-4a9b-b43b-c8dcb1d4fc0b", "customer": { "$ref": "56" }, "group": { "$ref": "60" }, "customerCard": { "$ref": "57" } }, { "$ref": "61" } ] }, { "$ref": "60" } ] }, "payments": [ { "$id": "62", "id": 1, "identifier": "d3raHzgJh0O74NSpuYBbUQ==", "identifierGuid": "1fda7a77-0938-4387-bbe0-d4a9b9805b51", "storeID": 2, "operatorName": "sample string 3", "saleHeaderID": 4, "paymentType": 5, "amount": 6, "account": "sample string 7", "accountID": "jvIQ+c2MwkiGAyqGh5TYLA==", "accountIDGuid": "f910f28e-8ccd-48c2-8603-2a868794d82c", "customerAccount": { "$ref": "58" }, "customerCard": { "$ref": "57" }, "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": "2025-10-05T00:03:55.6265838", "invRocNo": "sample string 14", "responseCode": "sample string 15", "cashout": 1, "tip": 16, "idempotentVoid": "3nmGN8MvB0GFXrdaIaiynQ==", "idempotentVoidGuid": "378679de-2fc3-4107-855e-b75a21a8b29d", "offline": true, "processed": 1, "storeSaleHeader": { "$id": "63", "saleHeaderID": 1, "saleHeaderGuid": "5KjTtWH74U+w99I7QCdDSA==", "saleHeaderIdentifierGuid": "b5d3a8e4-fb61-4fe1-b0f7-d23b40274348", "created": "2025-10-05T00:03:55.6265838", "createdLocal": "2025-10-05T00:03:55.6265838", "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": "2025-10-05T00:03:55.6265838", "storeID": 1, "operatorG_Uid": "6iHj5yUWf0O9qeB6M+STIg==", "operatorGuid": "e7e321ea-1625-437f-bda9-e07a33e49322", "customerG_Uid": "cs4Shou1J02rS8+fM8aAhw==", "customerGuid": "8612ce72-b58b-4d27-ab4b-cf9f33c68087", "communityIdentifier": "Ko39Nq7ZEE6OFiPDdQIFfQ==", "communityIdentifierGuid": "36fd8d2a-d9ae-4e10-8e16-23c37502057d", "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": "nUjpQSnnPkutEgR0jdLfyw==", "priceLevelIdentifierGuid": "41e9489d-e729-4b3e-ad12-04748dd2dfcb", "locked": 36, "relationChecksum": "sample string 37", "loyaltyTender": 1, "giftCardTender": 1, "operator": { "$ref": "23" }, "customer": { "$ref": "56" }, "communityOrganisation": { "$id": "64", "id": 1, "identifier": "TT8KBUJeIkCd5dnEuO5Kew==", "identifierGuid": "050a3f4d-5e42-4022-9de5-d9c4b8ee4a7b", "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", "totalAmountAwarded": 15.1, "updated": "2025-10-05T00:03:55.6265838", "deleted": true }, "details": [ { "$id": "65", "saleItemID": 1, "identifier": "xTxTBIxd40OwJJJM21St0g==", "identifierGuid": "04533cc5-5d8c-43e3-b024-924cdb54add2", "saleHeaderID": 2, "plu": 1, "pluG_UId": "dnh1NvYya0i7BZba7j8mmQ==", "pluGuid": "36757876-32f6-486b-bb05-96daee3f2699", "accountID": "FuadorQEEkmoC8JCIHAz1g==", "accountIDGuid": "a29de616-04b4-4912-a80b-c242207033d6", "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": "2025-10-05T00:03:55.6265838", "bestOrExpireType": 1, "providerName": "sample string 11", "refundG_UID": "HQ3ZC/orKUe+KJP+hlD94A==", "refundGuid": "0bd90d1d-2bfa-4729-be28-93fe8650fde0", "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": "OZd7zJNiYUmvenD/PC9ApQ==", "idempotentVoidGuid": "cc7b9739-6293-4961-af7a-70ff3c2f40a5", "priceLevelIdentifier": "z60ZtsShSkyCn6dS6pgOaw==", "priceLevelIdentifierGuid": "b619adcf-a1c4-4c4a-829f-a752ea980e6b", "productName": "sample string 23", "apn": "sample string 24", "unknownScans": [ { "$id": "66", "id": 1, "saleDetailID": 2, "storeID": 1, "scanned": "2025-10-05T00:03:55.6265838", "operatorG_UID": "QEA=", "barcode": "sample string 4", "processed": 1 }, { "$ref": "66" } ], "refund": { "$id": "67", "id": 1, "g_UID": "mgKuOyc7REOAsC1agSyOUg==", "guid": "3bae029a-3b27-4344-80b0-2d5a812c8e52", "description": "sample string 1", "dumped": true, "inventoryReasonID": 1, "sortOrder": 1, "updated": "2025-10-05T00:03:55.6265838" }, "modifier": { "$id": "68", "id": 1, "setG_UID": "llJQfv4aUUyOOETrflgU9w==", "modifierSetGuid": "7e505296-1afe-4c51-8e38-44eb7e5814f7", "name": "sample string 2", "price": 1, "quantity": 1, "modifierType": 1, "groupNumber": 1, "pageNumber": 1, "controlOrder": 1, "printToStation": true, "pluG_UID": "YXD5/u6tC0qkwDdUx2KbAw==", "pluGuid": "fef97061-adee-4a0b-a4c0-3754c7629b03", "deleted": true, "g_UID": "kL/+8aMv8UqC6Zv94kcA6g==", "guid": "f1febf90-2fa3-4af1-82e9-9bfde24700ea", "product": { "$ref": "11" } }, "priceLevelName": "sample string 25", "pumpNumber": 1, "hoseNumber": 1 }, { "$ref": "65" } ], "eftReceipts": [ { "$id": "69", "id": 1, "storeID": 1, "saleHeaderID": 2, "storeSaleHeader": { "$ref": "63" }, "receipt": "sample string 3", "processed": 1 }, { "$ref": "69" } ], "payments": [ { "$ref": "62" }, { "$ref": "62" } ], "cards": [ { "$id": "70", "id": 1, "saleHeaderID": 1, "identifier": "sample string 2", "cardType": 3, "providerName": "sample string 4" }, { "$ref": "70" } ], "campaignHits": [ { "$id": "71", "id": 1, "saleHeaderID": 2, "campaign": "sample string 3", "name": "sample string 4", "processed": 1, "campaignDescription": "sample string 5" }, { "$ref": "71" } ], "fuel": [ { "$id": "72", "id": 1, "plu": 1, "pluG_UID": "Xsjoxw2P+k+hY0qsei1PZg==", "pluGuid": "c7e8c85e-8f0d-4ffa-a163-4aac7a2d4f66", "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": "2025-10-05T00:03:55.6265838", "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": "2025-10-05T00:03:55.6265838", "tagNumber": "sample string 15", "trackTwoRem": "sample string 16", "transCode": 1, "transType": 1, "unitPrice": 1.0, "vehicleReg": "sample string 17", "offline": true, "processed": 1 }, { "$ref": "72" } ], "fuelResells": [ { "$id": "73", "saleItemID": 1, "saleHeaderID": 2, "plu": 1, "pluG_UId": "j9OzwwMQ9k2ZncGFUID62w==", "pluGuid": "c3b3d38f-1003-4df6-999d-c1855080fadb", "accountID": "JB55WmAWs0uRZbcPJb6D0Q==", "accountIDGuid": "5a791e24-1660-4bb3-9165-b70f25be83d1", "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": "2025-10-05T00:03:55.6265838", "bestOrExpireType": 1, "refundG_UID": "2XhT+fxbx0mBj8LuNeGjng==", "refundGuid": "f95378d9-5bfc-49c7-818f-c2ee35e1a39e", "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": "73" } ], "customerOrder": [ { "$id": "74", "identifier": "mKlDg/7pU0SHcvozv0EO3Q==", "identifierGuid": "8343a998-e9fe-4453-8772-fa33bf410edd", "id": 1, "orderNo": 2, "externalSaleIdentifier": "sample string 3", "storeID": 4, "zoneID": 5, "deptNo": 6, "customerIdentifier": "wc2cEk//vUKosReqU0QcVg==", "customerIdentifierGuid": "129ccdc1-ff4f-42bd-a8b1-17aa53441c56", "operatorNo": 1, "operatorG_UID": "sVMOyLXt70qBdoU3hZDLTw==", "operatorGuid": "c80e53b1-edb5-4aef-8176-85378590cb4f", "created": "2025-10-05T00:03:55.6265838", "ordered": "2025-10-05T00:03:55.6265838", "started": "2025-10-05T00:03:55.6265838", "completed": "2025-10-05T00:03:55.6265838", "supplied": "2025-10-05T00:03:55.6265838", "quickTicket": 1, "deleted": true, "walkAway": true, "approxWait": 1, "actualWait": 1, "deliveryMethod": 8, "externalSaleType": 9, "customer": { "$ref": "56" }, "operator": { "$ref": "23" }, "details": [ { "$id": "75", "headerID": 1, "plu": 1, "pluG_UId": "aH/6H6QmMEijl4EPNhq3lA==", "pluGuid": "1ffa7f68-26a4-4830-a397-810f361ab794", "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": "+GYFHb3jRkabxV8g8M/JHQ==", "headerIdentifierGuid": "1d0566f8-e3bd-4646-9bc5-5f20f0cfc91d", "product": { "$ref": "11" } }, { "$ref": "75" } ], "storeName": "sample string 11", "customerName": "sample string 12", "storeReplyTo": "sample string 13", "storeSubjectLine": "sample string 14", "storeSaleHeader": { "$ref": "63" } }, { "$ref": "74" } ], "surveyResponses": [ { "$id": "76", "surveyG_UID": "iumf8E7t10GtAzDla+iNFg==", "surveyGuid": "f09fe98a-ed4e-41d7-ad03-30e56be88d16", "saleHeaderGuid": "VgdmOV35R0O7K6YE99/Slw==", "saleGuid": "39660756-f95d-4347-bb2b-a604f7dfd297", "textResponse": "sample string 1", "integerResponse": 1, "g_UIDResponse": "sGxBaLz86EGt3KEvx0HQVw==", "guidResponse": "68416cb0-fcbc-41e8-addc-a12fc741d057", "whoAnswered": 2, "answeredAtUTC": "2025-10-05T00:03:55.6265838", "sale": { "$ref": "63" }, "survey": { "$id": "77", "g_UID": "4h/bRNsLWUquj77e4qghgw==", "guid": "44db1fe2-0bdb-4a59-ae8f-bedee2a82183", "name": "sample string 1", "storeID": 2, "zoneID": 1, "checkoutFormG_UID": "XDkt/W80t0Oe8Jku+/tnQg==", "checkoutFormGuid": "fd2d395c-346f-43b7-9ef0-992efbfb6742", "displayToWho": 3, "displayWhen": 4, "start": "2025-10-05T00:03:55.6265838", "end": "2025-10-05T00:03:55.6265838", "deleted": true, "updated": "2025-10-05T00:03:55.6265838", "possibleIntegerResponses": [ 1, 2 ], "possibleTextResponses": [ "sample string 1", "sample string 2" ], "possibleGuidResponses": [ "50d8edfb-6709-494d-89e5-13e26ea68e27", "a624e9eb-1485-49e1-81a7-ffb37e0ddacf" ], "allowsAllTextResponses": true, "surveyForm": { "$ref": "31" } }, "ingressId": "sample string 4" }, { "$ref": "76" } ], "storeName": "sample string 38", "machineName": "sample string 39", "operatorName": "sample string 40", "direction": 1, "reason": "sample string 41", "accountG_UID": "LdG3DTgj5EGh4YJmUOpMBA==", "accountIdentifier": "0db7d12d-2338-41e4-a1e1-826650ea4c04", "accountName": "sample string 42", "customerOrderIdentifier": "NhEGQybSK0ytUHMrGp4rHQ==", "customerOrderIdentifierGuid": "43061136-d226-4c2b-ad50-732b1a9e2b1d", "priceLevelName": "sample string 43", "revision": 44, "ingressId": "sample string 45" }, "metadata": { "$id": "78", "id": 1, "paymentID": 2, "paymentIdentifier": "WuHAfRpyQ0mjhug1EC2dnw==", "paymentIdentifierGuid": "7dc0e15a-721a-4943-a386-e835102d9d9f", "identifier": "c5FB5NZL6kiMbsd1cCZXfQ==", "identifierGuid": "e4419173-4bd6-48ea-8c6e-c7757026577d", "metadata": "sample string 3", "signatureImage": "QEA=", "itemIdentifier": "6Afah4CXZUC9Wudr0YQrKQ==", "itemIdentifierGuid": "87da07e8-9780-4065-bd5a-e76bd1842b29" } }, { "$ref": "62" } ] }, { "$ref": "57" } ], "customerGroupMembers": [ { "$ref": "61" }, { "$ref": "61" } ], "customerGroups": [ { "$ref": "60" }, { "$ref": "60" } ], "accounts": [ { "$ref": "58" }, { "$ref": "58" } ], "account": { "$ref": "58" }, "vouchers": [ { "$id": "79", "customerIdentifier": "rTgJX2SldkWFmef/jZcpQg==", "customerIdentifierGuid": "5f0938ad-a564-4576-8599-e7ff8d972942", "voucherName": "sample string 2", "count": 3, "storeID": 4, "barcode": "sample string 5", "redeemCount": 6, "issueCount": 7, "storeSalePaymentID": 1, "idempotentID": "tu9cSMV0Tk2rvvoLELkaaA==", "idempotentGuid": "485cefb6-74c5-4d4e-abbe-fa0b10b91a68", "offline": true, "voucher": { "$id": "80", "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": "2025-10-05T00:03:55.6265838", "barcodeTemplate": { "$id": "81", "templateID": 1, "template": "sample string 1", "bcFunction": "sample string 2", "sortOrder": 3 }, "scaleLabel": { "$id": "82", "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": "2025-10-05T00:03:55.6265838", "labelPageLayout": "y66FSoQcD0qTpZZcvWWIAA==", "pageLayoutGuid": "4a85aecb-1c84-4a0f-93a5-965cbd658800", "labelType": 6, "oldName": "sample string 7", "voucher": { "$ref": "80" }, "elements": [ { "$id": "83", "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": "2025-10-05T00:03:55.6265838" }, { "$ref": "83" } ] }, "customerVouchers": [ { "$id": "84", "id": 1, "customerIdentifier": "yujm3kN7qEml4HHSS09u6A==", "customerIdentifierGuid": "dee6e8ca-7b43-49a8-a5e0-71d24b4f6ee8", "voucherID": 3, "voucherName": "sample string 4", "storeID": 1, "barcode": "sample string 5", "dateOfIssue": "2025-10-05T00:03:55.6265838", "issuedSaleHeaderID": 1, "issuedSaleIdentifier": "sample string 7", "issuedOfflinePaymentID": 1, "issuedIdempotentID": "Vzx+6xVDaEGiA1C/Z8sONw==", "issuedIdempotentGuid": "eb7e3c57-4315-4168-a203-50bf67cb0e37", "issuedOffline": true, "issuedUser": "sample string 9", "issuedNotes": "sample string 10", "expiryDate": "2025-10-05T00:03:55.6265838", "expiredUser": "sample string 11", "expiredNotes": "sample string 12", "redeemed": "2025-10-05T00:03:55.6265838", "redeemedSaleHeaderID": 1, "redeemedSaleIdentifier": "sample string 13", "redeemedOfflinePaymentID": 1, "redeemedIdempotentID": "dGUJiA6gokuO7WizB45dUw==", "redeemedIdempotentGuid": "88096574-a00e-4ba2-8eed-68b3078e5d53", "redeemedUser": "sample string 14", "redeemedNotes": "sample string 15", "redeemedOffline": true, "updated": "2025-10-05T00:03:55.6265838", "storeName": "sample string 17", "scaleLabel": { "$ref": "82" }, "voucher": { "$ref": "80" }, "customer": { "$ref": "56" }, "issuedOfflinePayment": { "$ref": "62" }, "redeemedOfflinePayment": { "$ref": "62" } }, { "$ref": "84" } ] }, "customer": { "$ref": "56" } }, { "$ref": "79" } ] } }, { "$ref": "55" } ], "customerGroups": [ { "$id": "85", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "groupID": "/hamNj4BtU6TwbjE/+Jr6Q==", "groupIDGuid": "36a616fe-013e-4eb5-93c1-b8c4ffe26be9", "campaign": { "$ref": "52" }, "group": { "$ref": "60" } }, { "$ref": "85" } ], "signIqTickets": [ { "$id": "86", "identifier": "rH7tLvdPP0KQjD4XOxSGJQ==", "identifierGuid": "2eed7eac-4ff7-423f-908c-3e173b148625", "campaignName": "sample string 2", "message": "sample string 3", "ticketFileSource": "sample string 4", "ticketFileDestination": "sample string 5", "storeID": 1 }, { "$ref": "86" } ], "comboPriceGroups": [ { "$id": "87", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "g_UID": "vJ5TkIIpS0qHgDEbwxiYPA==", "guid": "90539ebc-2982-4a4b-8780-311bc318983c", "description": "sample string 5", "newPrice": 1, "rangeDescription": "sample string 6", "dealDescription": "sample string 7", "labelQuantity": 8, "hostProductCategoryID": 1, "offerID": 1, "dontUpdatePricePlus": true, "campaign": { "$ref": "52" }, "comboPricePlus": [ { "$id": "88", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "groupG_UID": "ZSAjW2VTx0yeKu00uqIarQ==", "groupGuid": "5b232065-5365-4cc7-9e2a-ed34baa21aad", "comboPriceType": 5, "priceType": 5, "pluG_UID": "1/YawN2TuEaamiyndE5SWw==", "pluGuid": "c01af6d7-93dd-46b8-9a9a-2ca7744e525b", "priceGroupG_UID": "dE90jJgBYkelQlER4ufTlQ==", "priceGroupGuid": "8c744f74-0198-4762-a542-5111e2e7d395", "campaignPoolID": "sample string 7", "quantity": 1, "campaign": { "$ref": "52" }, "product": { "$ref": "11" }, "priceGroup": { "$ref": "17" }, "campaignPool": { "$ref": "52" } }, { "$ref": "88" } ] }, { "$ref": "87" } ], "priceLevels": [ { "$id": "89", "id": 1, "priceLevelIdentifier": "6/nral3WtUidYqPWxSl4+A==", "priceLevelIdentifierGuid": "6aebf9eb-d65d-48b5-9d62-a3d6c52978f8", "campaignName": "sample string 3", "priceLevelName": "sample string 4" }, { "$ref": "89" } ] }, "product": { "$ref": "11" }, "dealCost": { "$id": "90", "headerIdentifier": "xeWOrb3DekGxY9MCJRrarA==", "headerIdentifierGuid": "ad8ee5c5-c3bd-417a-b163-d302251adaac", "identifier": "f61jr49VCU2cePiCJS7JuQ==", "identifierGuid": "af63ad7f-558f-4d09-9c78-f882252ec9b9", "supplierIdentifier": "NTGAoQWBCE+zWrCPoNJZIg==", "supplierGuid": "a1803135-8105-4f08-b35a-b08fa0d25922", "pluG_UID": "UTd6/J1C1kmvNc/8BEOsng==", "pluGuid": "fc7a3751-429d-49d6-af35-cffc0443ac9e", "campaignName": "4e0a1e6c-0d1c-40c2-98d7-0b5764e92a1a", "description": "sample string 4", "cost": 5, "costDecimals": 6, "start": "2025-10-05T00:03:55.6265838", "end": "2025-10-05T00:03:55.6265838", "type": 9, "promoType": 10, "bonusItemPLUG_UID": "g1GI3z+juUu7YApgd/j+dw==", "bonusItemPluGuid": "df885183-a33f-4bb9-bb60-0a6077f8fe77", "bonusPurchaseUnits": 11, "bonusReceiveUnits": 12, "updated": "2025-10-05T00:03:55.6265838", "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": "2025-10-05T00:03:55.6265838", "campaignEndDate": "2025-10-05T00:03:55.6265838", "masterPLUG_UID": "KK+kores8UWukpWriV7TWA==", "masterID": "a2a4af28-acb7-45f1-ae92-95ab895ed358", "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": "dQgzydpZzkKZmXdb1OautQ==", "bonusMasterID": "c9330875-59da-42ce-9999-775bd4e6aeb5", "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": "2025-10-05T00:03:55.6265838", "dealCosts": [ { "$ref": "90" }, { "$ref": "90" } ], "tags": [ { "$id": "91", "pluG_UID": "IZiufTCdGkK35J30U1V3AQ==", "pluGuid": "7dae9821-9d30-421a-b7e4-9df453557701", "tagID": 1, "description": "sample string 1", "storeIDs": [ 1, 2 ] }, { "$ref": "91" } ], "alternateProductG_UID": "c8eWAXVhtEqx/2yhBRdjAg==", "alternateProduct": "0196c773-6175-4ab4-b1ff-6ca105176302", "productHostCode": { "$id": "92", "id": 1, "pluG_UID": "BJEall5/fkyp7e+QSTLYrQ==", "pluGuid": "961a9104-7f5e-4c7e-a9ed-ef904932d8ad", "ibaCode": "sample string 2" }, "mscCat": { "$ref": "46" }, "mscCom": { "$ref": "47" }, "mscDep": { "$ref": "49" }, "mscSubCom": { "$ref": "48" }, "isUserUpdate": true, "ignoreMasterProduct": true, "priceGroupLabelRequested": true, "firstSold": "2025-10-05T00:03:55.6265838", "inventoryTracked": "2025-10-05T00:03:55.6265838", "isNormalPriceChangesCampaign": true }, "supplier": { "$ref": "6" }, "serviceFee": { "$id": "93", "id": 1, "description": "sample string 1", "fee": 1 }, "isPrimaryHost": true, "hostVendor": 47 }, { "$ref": "9" } ], "orderCycleHeaders": [ { "$id": "94", "storeID": 1, "supplierIdentifier": "t3vJUw1exkyz4bc3SQIVFA==", "supplierGuid": "53c97bb7-5e0d-4cc6-b3e1-b73749021514", "departmentCode": "sample string 2", "warehouseDirectIndicator": "sample string 3", "type": 4, "storeName": "sample string 5", "departmentName": "sample string 6", "orderDays": 7 }, { "$ref": "94" } ], "cycles": [ { "$id": "95", "storeID": 1, "supplierIdentifier": "4u6MLt5/dk2GSOA41SlLmg==", "supplierGuid": "2e8ceee2-7fde-4d76-8648-e038d5294b9a", "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": "2025-10-05T00:03:55.6265838", "deliveryDate": "2025-10-05T00:03:55.6265838", "nextCutOffDate": "2025-10-05T00:03:55.6265838", "nextDeliveryDate": "2025-10-05T00:03:55.6265838", "nextDaysBuffer": 10 }, { "$ref": "95" } ], "store": { "$ref": "2" }, "updated": "2025-10-05T00:03:55.6265838", "isHost": true }, "files": [ { "$id": "96", "id": "sample string 1", "fileName": "sample string 2", "extension": "sample string 3", "provider": 0, "type": 0, "hostType": "sample string 4", "createdUtc": "2025-10-05T00:03:55.6265838", "processed": "2025-10-05T00:03:55.6265838", "isProcessing": true, "processedCount": 6, "processingTime": 1, "collectedUtc": "2025-10-05T00:03:55.6265838", "size": 1, "sizeFormat": "sample string 7", "isArchive": true, "version": "sample string 9", "reference": "sample string 10", "digest": "sample string 11", "contentType": "sample string 12", "host": { "$ref": "5" }, "metcashHeader": { "$id": "97", "customerNumber": "sample string 1", "creationDate": "2025-10-05T00:03:55.6265838", "businessPillar": "sample string 3", "fileType": "sample string 4" } }, { "$ref": "96" } ], "zoneMatrix": [ { "$id": "98", "id": 1, "hostIdentifier": "TiwaJ/BzAUKnU3YqRDmQyw==", "hostIdentifierGuid": "271a2c4e-73f0-4201-a753-762a443990cb", "storeID": 1, "departmentCode": "sample string 2", "hostGuids": [ "e96b05a1-8e2b-45e8-be36-8509b13d2637", "64e95f97-7543-4378-a1b9-ea2bc7e66ba6" ] }, { "$ref": "98" } ], "hostFileStoreSetting": { "$ref": "4" }, "hostStoreSettings": [ { "$ref": "4" }, { "$ref": "4" } ], "promotionPlacements": [ { "$id": "99", "identifier": "oPlTDUegL0+P9tDFqKCUCQ==", "identifierGuid": "0d53f9a0-a047-4f2f-8ff6-d0c5a8a09409", "code": "sample string 2", "description": "sample string 3", "isAdvertised": true }, { "$ref": "99" } ], "promoTypeGuids": [ "091a8b00-31f9-4b49-8b25-d7c171ebc6b5", "67c21555-107e-4afb-ba94-7d2fb7f93983" ], "isPromotionOnly": false, "isOrderable": false, "vendor": 0 }, "groupIDs": [ 1, 2 ], "hostDescription": "sample string 24" }, { "$ref": "4" } ], "accounts": [ { "$id": "100", "id": 1, "storeID": 1, "accountName": "sample string 2", "bsb": "sample string 3", "accountNumber": "sample string 4", "accountDesignated": true }, { "$ref": "100" } ], "sales": [ { "$id": "101", "id": 1, "storeID": 1, "externalSalesType": 2, "ftpSiteID": 1, "lastSaleProcessed": "2025-10-05T00:03:55.6265838", "ftpSite": { "$id": "102", "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": "101" } ], "zoneMatrix": [ { "$ref": "98" }, { "$ref": "98" } ], "cashManagements": [ { "$id": "103", "id": 1, "storeID": 1, "cashManagementType": 2, "apiID": 1, "organisationID": "sample string 3", "siteName": "sample string 4", "thirdPartyAPI": { "$id": "104", "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": "103" } ], "updateStoreID": "c8427033-9db1-4a11-8511-4a0ee6a81a1d", "updateStore": { "$id": "105", "id": "3600a0d2-c19c-4c98-9996-bbaa11f55e7f", "name": "sample string 1", "lastActivity": "2025-10-05T00:03:55.6265838", "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": "2025-10-05T00:03:55.6265838" }, "timeZoneId": "sample string 53", "securityOptions": { "$id": "106", "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" } }, "grade": { "$id": "107", "id": 1, "gradeID": 2, "storeID": 3, "g_UID": "fStXjqz9o0ya0ADC+VF4Hw==", "guid": "8e572b7d-fdac-4ca3-9ad0-00c2f951781f", "fuelGrade": "sample string 5", "price1": 1, "price2": 1, "price3": 1, "price4": 1, "effective": "2025-10-05T00:03:55.6265838", "updated": "2025-10-05T00:03:55.6265838", "margin": 1, "product": { "$ref": "11" } } }
application/xml
Sample not available.
text/xml
Sample not available.
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
None.