GET api/scheduledOrder/{id}?relations={relations}
Get a scheduled order
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Scheduled order identifier |
globally unique identifier |
Required |
relations |
Whether relational models should be loaded, default false |
boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
Matching scheduled order
ScheduledOrderName | Description | Type | Additional information |
---|---|---|---|
Identifier |
Unique identifier |
Collection of byte |
None. |
IdentifierGuid |
Guid mask for identifier |
globally unique identifier |
None. |
Created |
Time scheduled order was created UTC |
date |
None. |
CreatedLocal |
Time scheduled order was created (local) |
date |
None. |
CreatedByUser |
User who created the scheduled order |
string |
None. |
CronExpression |
The cron expression for the schedule of the scheduled order |
string |
None. |
CronExpressionDescription |
User-readable Cron expression description |
string |
None. |
LastRun |
Last time the scheduled order was successful UTC |
date |
None. |
LastRunLocal |
Last time the scheduled order was successful (local) |
date |
None. |
LastRunTime |
Length of time that the last run took |
integer |
None. |
Active |
Whether the scheduled order is currently active |
boolean |
None. |
OrderDateDays |
How many days after the scheduled run time is the order date of the order? |
integer |
None. |
StoreID |
Scheduled order store identifier |
integer |
None. |
Description |
Scheduled order description template |
string |
None. |
Notes |
Scheduled order notes |
string |
None. |
TradingPartner |
Scheduled order trading partner |
OrderTradingPartner |
None. |
OrderType |
Scheduled order type |
string |
String length: inclusive between 0 and 20 |
OrderTypeDescription |
Scheduled order type description |
string |
String length: inclusive between 0 and 255 |
SupplierIdentifier |
Scheduled order supplier identifier |
Collection of byte |
None. |
SupplierIdentifierGuid |
Guid mask for supplier identifier |
globally unique identifier |
None. |
HostIdentifier |
Scheduled order host identifier |
Collection of byte |
None. |
HostIdentifierGuid |
Guid mask for host identifier |
globally unique identifier |
None. |
TransportCompanyIdentifier |
Scheduled order transport company |
Collection of byte |
None. |
TransportCompanyIdentifierGuid |
Guid mask for transport company identifier |
globally unique identifier |
None. |
MailTo |
Scheduled order mail to |
string |
None. |
MailBcc |
Scheduled order mail bcc |
string |
None. |
DefaultMPL |
Scheduled order has default MPL? |
boolean |
None. |
SimpleAWS |
Which prediction model to use when processing this order |
PredictionModel |
None. |
InvestmentBuy |
Scheduled order should perform investment buy |
boolean |
None. |
ProductFilterIdentifier |
Identifier of product filter model for scheduled order |
Collection of byte |
None. |
ProductFilterIdentifierGuid |
Guid mask for product filter identifier |
globally unique identifier |
None. |
LastRunDuration |
Timespan mask for the LastRunTime |
time interval |
Relation. This field may not always be loaded or used for updates. |
ExpectedLastRunSkipped |
Based on the current time, between the last run time and now this task should have been updated |
boolean |
Relation. This field may not always be loaded or used for updates. |
StoreName |
Store name |
string |
Relation. This field may not always be loaded or used for updates. |
CustomerNumber |
Host customer number |
string |
Relation. This field may not always be loaded or used for updates. |
SupplierName |
Supplier name |
string |
Relation. This field may not always be loaded or used for updates. |
TransportCompanyName |
Transport company name |
string |
Relation. This field may not always be loaded or used for updates. |
Store |
Store model |
Store |
Relation. This field may not always be loaded or used for updates. |
HostSettings |
Host setting model |
HostStoreSetting |
Relation. This field may not always be loaded or used for updates. |
Supplier |
Supplier model |
Supplier |
Relation. This field may not always be loaded or used for updates. |
TransportCompany |
Transport Company model |
TransportCompany |
Relation. This field may not always be loaded or used for updates. |
ProductFilter |
Product Filter model |
ProductFilter |
Relation. This field may not always be loaded or used for updates. |
Response Formats
application/json, text/json
{ "identifier": "imVJ+rEgfkeGUQnwOMmQAg==", "identifierGuid": "fa49658a-20b1-477e-8651-09f038c99002", "created": "2025-08-02T23:19:37.0898549", "createdLocal": "2025-08-02T23:19:37.0898549", "createdByUser": "sample string 1", "cronExpression": "sample string 2", "cronExpressionDescription": "sample string 3", "lastRun": "2025-08-02T23:19:37.0898549", "lastRunLocal": "2025-08-02T23:19:37.0898549", "lastRunTime": 1234567, "active": true, "orderDateDays": 6, "storeID": 1, "description": "sample string 7", "notes": "sample string 8", "tradingPartner": 1, "orderType": "sample string 9", "orderTypeDescription": "sample string 10", "supplierIdentifier": "HU6ASNxwp0Cq3KE6rFR4Kw==", "supplierIdentifierGuid": "48804e1d-70dc-40a7-aadc-a13aac54782b", "hostIdentifier": "tKSfkQ0AfUi0d3e/DVlZlw==", "hostIdentifierGuid": "919fa4b4-000d-487d-b477-77bf0d595997", "transportCompanyIdentifier": "OW61wTQh3EeCqTAgUWibhg==", "transportCompanyIdentifierGuid": "c1b56e39-2134-47dc-82a9-302051689b86", "mailTo": "sample string 11", "mailBcc": "sample string 12", "defaultMPL": true, "simpleAWS": 14, "investmentBuy": true, "productFilterIdentifier": "TRlnV1aWfECLQOln3WYQFw==", "productFilterIdentifierGuid": "5767194d-9656-407c-8b40-e967dd661017", "lastRunDuration": "00:00:00.1234567", "expectedLastRunSkipped": true, "storeName": "sample string 17", "customerNumber": "sample string 18", "supplierName": "sample string 19", "transportCompanyName": "sample string 20", "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-08-02T23:19:37.0898549", "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": "nt4niVk4XkCSlpQ6HZHrmA==", "hostIdentifierGuid": "8927de9e-3859-405e-9296-943a1d91eb98", "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-08-02T23:19:37.0898549", "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": "jIASxul6akiSq8QMNuOCIQ==", "hostIdentifierGuid": "c612808c-7ae9-486a-92ab-c40c36e38221", "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": "9f2vIu3/1kWIl4TWv2f1QA==", "identifierGuid": "22affdf5-ffed-45d6-8897-84d6bf67f540", "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": "z9840HrtHk+CBILnQ4NTdA==", "hostSupplierIdentifierGuid": "d038dfcf-ed7a-4f1e-8204-82e743835374", "loyaltyPriceLevelIdentifier": "frrdsoCD306U1PsDf6ykCg==", "loyaltyPriceLevelIdentifierGuid": "b2ddba7e-8380-4edf-94d4-fb037faca40a", "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-08-02T23:19:37.0898549", "lastProcessed": "2025-08-02T23:19:37.0898549", "hold": true, "supplierName": "sample string 35", "supplier": { "$id": "6", "identifier": "1X/EQdQZZ02ucpi7D0SsHw==", "identifierGuid": "41c47fd5-19d4-4d67-ae72-98bb0f44ac1f", "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": "iWdl3RLKzkyrcMd+O97pxA==", "primaryContactID": "dd656789-ca12-4cce-ab70-c77e3bdee9c4", "storeID": 1, "abn": "sample string 16", "supplierGroupIdentifier": "SsKuxuiGLU+1bEwcj3tBEg==", "supplierGroupGuid": "c6aec24a-86e8-4f2d-b56c-4c1c8f7b4112", "rebate": 1.0, "rebateType": 1, "rebateFrequency": 1, "rebateSource": 1, "rebateLastClaimed": "2025-08-02T23:19:37.0898549", "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": "ff4a1f03-e69b-45b9-90fa-2a5c7e676666", "identifier": "pIB0MrBXiUabo2ZCyGC6EA==", "identifierGuid": "327480a4-57b0-4689-9ba3-6642c860ba10", "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": "H7CPhQAEQkWc8RlEGZZ4/g==", "supplierIdentifierGuid": "858fb01f-0400-4542-9cf1-1944199678fe", "contactGuid": "nQh3WBFhoEeViDdOB0vmxQ==", "contactID": "5877089d-6111-47a0-9588-374e074be6c5", "contact": { "$ref": "7" }, "supplier": { "$ref": "6" } }, { "$ref": "8" } ], "products": [ { "$id": "9", "pluG_UID": "Hye3bTrulEGSn0w2bi+SmQ==", "pluGuid": "6db7271f-ee3a-4194-929f-4c366e2f9299", "supplierIdentifier": "T0NmAV9k3UuLdgkGoQ4fSQ==", "supplierIdentifierGuid": "0166434f-645f-4bdd-8b76-0906a10e1f49", "cartonQuantity": 1, "cartonQuantityChanged": true, "productSize": "sample string 3", "cigarettesPerSleeve": 1, "randomWeight": true, "piecesPerUnit": 5, "averagePackSize": 6, "effectiveDate": "2025-08-02T23:19:37.0898549", "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-08-02T23:19:37.0898549", "rebate": 1.0, "rebateExclude": true, "invoiceCodes": [ { "$id": "10", "pluG_UID": "umyTGvssTE+8TzEZLJ7Osw==", "pluGuid": "1a936cba-2cfb-4f4c-bc4f-31192c9eceb3", "supplierIdentifier": "iQjO4347qESFf2F2SHz09Q==", "supplierIdentifierGuid": "e3ce0889-3b7e-44a8-857f-6176487cf4f5", "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": "nVXUifObfUGFuj87Xxfzog==", "parentPluGuid": "89d4559d-9bf3-417d-85ba-3f3b5f17f3a2", "freight": 45.0, "freightType": 1, "product": { "$id": "11", "plu": 1, "storeID": 1, "masterPluG_UID": "QEA=", "storeIDs": [ 1, 2 ], "g_UId": "Udofskf2jUO8p1LhnUMY3A==", "guid": "b21fda51-f647-438d-bca7-52e19d4318dc", "apn": "sample string 1", "apnChanged": true, "apnSwitched": true, "barcode": "sample string 4", "itemNumber": "sample string 5", "itemNumberChanged": true, "priceGroupG_UID": "+3dpxaXrn0WCVymlYw58Mw==", "priceGroupGuid": "c56977fb-eba5-459f-8257-29a5630e7c33", "blueprintID": 1, "lastCountedDate": "2025-08-02T23:19:37.0898549", "externalID": "sample string 7", "active": true, "activated": "2025-08-02T23:19:37.0898549", "pluCreated": "2025-08-02T23:19:37.0898549", "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-08-02T23:19:37.0898549", "lastManualUpdate": "2025-08-02T23:19:37.0898549", "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-08-02T23:19:37.0898549", "currentCostUpdated": "2025-08-02T23:19:37.0898549", "costDecimals": 31, "costChanged": true, "dealCostIdentifier": "QEA=", "excludeFromRebate": true, "rebateOverride": 1, "costCalcMethod": 32, "costCalcMethodChanged": true, "costEffectiveDate": "2025-08-02T23:19:37.0898549", "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, "awsUpdated": "2025-08-02T23:19:37.0898549", "posTare": 1, "altPrice": 1.0, "altPriceChanged": true, "altPriceMode": 53, "altPriceModeChanged": true, "altPLUG_UID": "Ey2p1y69T0+pC0B2t3F1/g==", "altPLUGuid": "d7a92d13-bd2e-4f4f-a90b-4076b77175fe", "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-08-02T23:19:37.0898549", "labelLastPrice": 1, "shelfPageLayoutG_UID": "2PZf7UZdW0OBlqpjRPkFVw==", "shelfPageLayoutGuid": "ed5ff6d8-5d46-435b-8196-aa6344f90557", "talkerPageLayoutG_UID": "n6DDrsGhBUmBWFyIYTwt7A==", "talkerPageLayoutGuid": "aec3a09f-a1c1-4905-8158-5c88613c2dec", "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": "a1fyl6M7mEOD68qugIpqaQ==", "inventoryIdentifier": "97f2576b-3ba3-4398-83eb-caae808a6a69", "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": "1I52bUN8I0OOZKMdvSq8AA==", "parentPluGuid": "6d768ed4-7c43-4323-8e64-a31dbd2abc00", "preferredHostVendor": 104, "preferredHostChanged": true, "code": "sample string 106", "supplierIdentifier": "Fne5pd0bqU2cViNOBk8ImA==", "supplierIdentifierGuid": "a5b97716-1bdd-4da9-9c56-234e064f0898", "supplierChanged": true, "rebateSupplierIdentifier": "Cpf/EjdDDUWm5ayVPMOGqw==", "rebateSupplierIdentifierGuid": "12ff970a-4337-450d-a6e5-ac953cc386ab", "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-08-02T23:19:37.1054578", "commodity": "sample string 121", "businessPillar": "sample string 122", "mscCommodity": "sample string 123", "hostIdentifier": "l7VfU6GWv0y8wXPW2QqkLw==", "hostIdentifierGuid": "535fb597-96a1-4cbf-bcc1-73d6d90aa42f", "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": "BRxyxYuUiEq4MXeUKVhodw==", "pluGuid": "c5721c05-948b-4a88-b831-779429586877", "plu": 1, "storeID": 1, "zoneID": 2, "zoneName": "sample string 3", "store": "sample string 4", "priceNow": 5, "costNow": 6, "costNowDecimals": 7, "normalPrice": 8, "gstPercent": 9, "normalCost": 10, "normalCostDecimals": 11, "costGstPercent": 12, "costCalcMethod": 1, "currentCost": 13, "currentCostDecimals": 14, "break1": 15, "price1": 16, "break2": 17, "price2": 18, "break3": 19, "price3": 20, "fuelItem": 21, "fixedWeight": 22, "active": true, "complianceIndicator": "sample string 23", "doNotOrder": true, "doNotRange": true, "isNormalPriceChangesCampaign": true, "updated": "2025-08-02T23:19:37.1054578" }, { "$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-08-02T23:19:37.1054578", "priceChangeType": 0, "costDecimals": 10 }, "normalPluPrices": { "$ref": "14" }, "winningCampaign": 1, "winner": { "$id": "15", "campaignName": "sample string 1", "campaignDescription": "sample string 2", "startDate": "2025-08-02T23:19:37.1054578", "startTime": 3, "endDate": "2025-08-02T23:19:37.1054578", "endTime": 4, "newPrice": 5, "newCost": 6, "newCostDecimals": 7, "pctDiscount": 8, "promoType": 1, "promotionTypeCode": "sample string 9", "hostType": 10, "hostIdentifier": "JxpUuxR2T0mgCdD6+zK10w==", "hostIdentifierGuid": "bb541a27-7614-494f-a009-d0fafb32b5d3", "storeNames": [ "sample string 1", "sample string 2" ] }, "details": [ { "$ref": "15" }, { "$ref": "15" } ] }, "tray": { "$id": "16", "g_UId": "KqnqNKd+nECRXnap2RWYCw==", "guid": "34eaa92a-7ea7-409c-915e-76a9d915980b", "name": "sample string 1", "number": 1, "tare": 1 }, "priceGroup": { "$id": "17", "priceGroupG_UID": "sQGNQgTsr0+/k67FdT+3iQ==", "priceGroupGuid": "428d01b1-ec04-4faf-bf93-aec5753fb789", "name": "sample string 2", "code": 1, "modified": true, "updated": "2025-08-02T23:19:37.1054578", "buyingLimit": 1, "buyingLimitIndependent": true, "buyingLimitType": 0, "number": 1, "products": [ { "$ref": "11" }, { "$ref": "11" } ], "productCount": 1 }, "priceGroupName": "sample string 146", "nutrifacts": { "$id": "18", "pluG_UID": "VDh0YXDJYUq6GBKzahe+QA==", "pluGuid": "61743854-c970-4a61-ba18-12b36a17be40", "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": "3dc739f1-ae4d-4bab-b2f3-29524d26ece6", "created": "2025-08-02T23:19:37.1054578", "createdByUser": "sample string 1", "activated": "2025-08-02T23:19:37.1054578", "deactivated": "2025-08-02T23:19:37.1054578", "lastOrdered": "2025-08-02T23:19:37.1054578", "lastOrderedQty": 2.0, "lastReceived": "2025-08-02T23:19:37.1054578", "lastReceivedQty": 3.0, "lastInvoiceStatus": 1, "lastCounted": "2025-08-02T23:19:37.1054578", "lastSold": "2025-08-02T23:19:37.1054578", "firstSold": "2025-08-02T23:19:37.1054578", "awsUpdated": "2025-08-02T23:19:37.1054578", "lastManualUpdate": "2025-08-02T23:19:37.1054578", "lastManualUpdatedByUser": "sample string 5", "lastUpdated": "2025-08-02T23:19:37.1054578", "lastUpdatedByUser": "sample string 7", "lastUpdatedByHost": "2025-08-02T23:19:37.1054578", "doNotRangeUpdated": "2025-08-02T23:19:37.1054578", "doNotOrderUpdated": "2025-08-02T23:19:37.1054578", "tracked": "2025-08-02T23:19:37.1054578" }, "allergens": [ { "$id": "20", "allergenID": 1, "pluG_UID": "SvNJiRlvk0eul3Wy/M8UUA==", "pluGuid": "8949f34a-6f19-4793-ae97-75b2fccf1450", "contains": 2, "allergenName": "sample string 3", "storeIDs": [ 1, 2 ] }, { "$ref": "20" } ], "costs": { "$id": "21", "pluG_UID": "NXJPDlNvT0yimEFehrwrwA==", "pluGuid": "0e4f7235-6f53-4c4f-a298-415e86bc2bc0", "enteredCost": 1, "weightedAvgCost": 1, "lastCost": 1, "rawEnteredCost": 2, "rawWeightedAvgCost": 3, "rawLastCost": 4, "freight": 5.0, "freightType": 6, "costDecimals": 7, "fifoCost": 1, "updated": "2025-08-02T23:19:37.1054578", "normalCost": 1, "currentCost": 1 }, "sales": [ { "$id": "22", "saleHeaderID": 1, "created": "2025-08-02T23:19:37.1054578", "createdLocal": "2025-08-02T23:19:37.1054578", "storeID": 3, "storeName": "sample string 4", "operatorG_Uid": "tJYJ9YkT2Eq67394IDFbuA==", "operatorGuid": "f50996b4-1389-4ad8-baef-7f7820315bb8", "operatorName": "sample string 5", "tranType": 1, "plu": 1, "pluG_UId": "i6ZpdKdCjEScuHfDBhf/0g==", "pluGuid": "7469a68b-42a7-448c-9cb8-77c30617ffd2", "normalPrice": 1, "totalCents": 1, "cost": 1, "grossProfit": 1, "quantity": 1, "operator": { "$id": "23", "id": 1, "g_Uid": "nninz6rr+UCdhsuo3fw9uw==", "guid": "cfa7789e-ebaa-40f9-9d86-cba8ddfc3dbb", "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-08-02T23:19:37.1054578", "passwordResetRequired": true, "alteredInStore": true, "startShift": "2025-08-02T23:19:37.1054578", "endShift": "2025-08-02T23:19:37.1054578", "machineName": "sample string 20", "drawerID": 1, "stores": [ { "$id": "24", "operatorG_UID": "ACjASUoqcUy+Xho1NOpgMg==", "operatorGuid": "49c02800-2a4a-4c71-be5e-1a3534ea6032", "storeID": 2, "operator": { "$ref": "23" }, "store": { "$ref": "2" } }, { "$ref": "24" } ] } }, { "$ref": "22" } ], "apns": [ { "$id": "25", "pluID": 1, "pluG_UID": "9SfaDftbd06XprUw2m+SLQ==", "pluGuid": "0dda27f5-5bfb-4e77-97a6-b530da6f922d", "apn": "sample string 1", "deleted": true, "storeID": 1, "storeIDs": [ 1, 2 ] }, { "$ref": "25" } ], "tuns": [ { "$id": "26", "pluG_UId": "Lz48qV9Cik6cveOo2Q/AeA==", "pluGuid": "a93c3e2f-425f-4e8a-9cbd-e3a8d90fc078", "apn": "sample string 1", "tun": "sample string 2", "cartonQuantity": 3, "product": { "$ref": "11" }, "storeIDs": [ 1, 2 ] }, { "$ref": "26" } ], "competitionPricing": [ { "$id": "27", "identifier": "AuVewRL0r0G7kv9T3csaqA==", "identifierGuid": "c15ee502-f412-41af-bb92-ff53ddcb1aa8", "pluG_UID": "HAoyOorZpUWMVqiqUR36TQ==", "pluGuid": "3a320a1c-d98a-45a5-8c56-a8aa511dfa4d", "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": "k64HD7WbkU6gZEbgdFosKg==", "groupName": "sample string 1", "identifierGuid": "0f07ae93-9bb5-4e91-a064-46e0745a2c2a", "exists": true, "flipChartIdentifier": "Q02Pvv7rLk+G+iw6jiHkNg==", "flipChartIdentifierGuid": "be8f4d43-ebfe-4f2e-86fa-2c3a8e21e436", "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": "bbfkfyQpw0+bkUVjFLCuzw==", "groupIdentifierGuid": "7fe4b76d-2924-4fc3-9b91-456314b0aecf", "flipChart": { "$id": "29", "identifier": "8Z3iU/R6b0+1syM8+jHVRA==", "identifierGuid": "53e29df1-7af4-4f6f-b5b3-233cfa31d544", "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": "yyBH6quUvUWVbpOPcrJGcA==", "identifierGuid": "ea4720cb-94ab-45bd-956e-938f72b24670", "name": "sample string 2", "formType": "sample string 3", "forms": [ { "$id": "31", "id": 1, "g_UID": "LkeZhCFw5E6OoqTuj0l4wQ==", "guid": "8499472e-7021-4ee4-8ea2-a4ee8f4978c1", "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": "Eq1A0R0/ukyCB+wM0+Dv4Q==", "previousFormGuid": "d140ad12-3f1d-4cba-8207-ec0cd3e0efe1", "nextForm": 1, "nextFormG_UID": "dq1aENudkEuRpSYG/GatVA==", "nextFormGuid": "105aad76-9ddb-4b90-91a5-2606fc66ad54", "attributes": "sample string 10", "updated": "2025-08-02T23:19:37.1054578", "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": "KZEETxurdki6emLZfYZw2g==", "checkoutFormGuid": "4f049129-ab1b-4876-ba7a-62d97d8670da", "identifier": "o7c+oxkofk+I7ReV4EfIAg==", "identifierGuid": "a33eb7a3-2819-4f7e-88ed-1795e047c802", "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": "3xaWyoTxeUuwxf0HphNeMw==", "valueGuid": "ca9616df-f184-4b79-b0c5-fd07a6135e33", "buttonText": "sample string 10", "valueText": "sample string 11", "drawImageAndButton": true, "updated": "2025-08-02T23:19:37.1054578", "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-08-02T23:19:37.1054578", "imageData": "QEA=", "readOnly": true } }, { "$ref": "32" } ], "panels": [ { "$id": "34", "id": 1, "checkoutFormID": 2, "checkoutFormG_UID": "AfAXSIgRdkaAGM2siavPKQ==", "checkoutFormGuid": "4817f001-1188-4676-8018-cdac89abcf29", "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": "3LAcv+hJkUigtCgctWzr8w==", "flipChartPageIdentifierGuid": "bf1cb0dc-49e8-4891-a0b4-281cb56cebf3", "pluG_UID": "j/S9X29nE0+Ueij7xw+nPA==", "pluGuid": "5fbdf48f-676f-4f13-947a-28fbc70fa73c", "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": "ExG+e8m/MUqW/2X7y/+mCg==", "pluGuid": "7bbe1113-bfc9-4a31-96ff-65fbcbffa60a", "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-08-02T23:19:37.1054578", "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": "+EbX8HLprkGsOGegZLRS+Q==", "ingredientGuid": "1WedDvQbYUC4gmFw9680hg==", "ingredientIdentifier": "0e9d67d5-1bf4-4061-b882-6170f7af3486", "quantity": 1.0, "storeIDs": [ 1, 2 ], "ingredientText": "sample string 1", "ingredient": { "$ref": "11" } }, { "$ref": "37" } ], "bins": [ { "$id": "38", "pluG_UID": "9lJGaBeQGkqmc0JjdTQZyg==", "pluGuid": "684652f6-9017-4a1a-a673-4263753419ca", "shelfLocationIdentifier": "SX0c8oLFKEyTmceot8OJiw==", "shelfLocationGuid": "f21c7d49-c582-4c28-9399-c7a8b7c3898b", "labelShelfDefault": 1, "labelTalkerDefault": 1, "labelSmall": true, "labelPageLayoutG_UID": "y7BDVqrxeEeN2HhKgng93A==", "labelPageLayoutGuid": "5643b0cb-f1aa-4778-8dd8-784a82783ddc", "updated": "2025-08-02T23:19:37.1054578", "electronicShelfLabelIdentifier": "sample string 5", "electronicshelfLabelsConfigurationID": 6, "labelShelfChanged": true, "productName": "sample string 8", "locationText": "sample string 9", "product": { "$ref": "11" }, "location": { "$id": "39", "identifier": "mUdTNP+utkqkKkF/SoXOYQ==", "storeID": 1, "identifierGuid": "34534799-aeff-4ab6-a42a-417f4a85ce61", "name": "sample string 2", "haccp": true, "blueprintID": 1, "updated": "2025-08-02T23:19:37.1054578", "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": "wqPa03KflE62+QhhE24JbA==", "pluGuid": "d3daa3c2-9f72-4e94-b6f9-0861136e096c", "deptNo": 1, "product": { "$ref": "11" }, "scaleLocation": { "$id": "41", "id": 1, "deptNo": 1, "deptCode": "sample string 2", "name": "sample string 3", "enabled": true, "updated": "2025-08-02T23:19:37.1054578", "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-08-02T23:19:37.1054578", "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": "R7iE+wMjDUa9XhPNa4TJdg==", "labelPageLayoutGuid": "fb84b847-2303-460d-bd5e-13cd6b84c976", "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-08-02T23:19:37.1054578", "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": "dp7x6FE4Bky/GEfno9PQqA==", "labelPageLayoutGuid": "e8f19e76-3851-4c06-bf18-47e7a3d3d0a8", "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-08-02T23:19:37.1054578", "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": "BjurhTKGRUGvrD7JHG87eg==", "labelPageLayoutGuid": "85ab3b06-8632-4145-afac-3ec91c6f3b7a", "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-08-02T23:19:37.1054578", "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": "bIH9kucNOE+dR85565llXg==", "labelPageLayoutGuid": "92fd816c-0de7-4f38-9d47-ce79eb99655e", "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": "XxrpAkIipEGDYgZxwWDjLw==", "pluGuid": "02e91a5f-2242-41a4-8362-0671c160e32f", "newPrice": 1, "pctDiscount": 1, "newCost": 1, "newCostDecimals": 6, "dealCostIdentifier": "cc5bDuE+W06CF2vGIqfAyg==", "dealCostGuid": "0e5bce71-3ee1-4e5b-8217-6bc622a7c0ca", "pluName": "sample string 7", "apn": "sample string 8", "fuelItem": true, "priceGroupG_UID": "LAoYz+M9X0O2AOAYwwHt2A==", "priceGroupGuid": "cf180a2c-3de3-435f-b600-e018c301edd8", "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-08-02T23:19:37.1054578", "rrp": 26, "campaignDescription": "sample string 27", "campaignComboPriceGroupG_UID": "iPPiDyMCCUOJAUumjsLD7Q==", "campaignComboPriceGroupIdentifier": "0fe2f388-0223-4309-8901-4ba68ec2c3ed", "promotionPlacementDescription": "sample string 28", "storeAcceptances": [ { "$id": "51", "plu": 1, "pluG_UId": "QEA=", "campaignID": 1, "campaignName": "sample string 2", "storeID": 3, "acceptedUtc": "2025-08-02T23:19:37.1054578", "operatorG_UID": "9x4+ItEOVke7XjXKW2UApA==", "operatorGuid": "223e1ef7-0ed1-4756-bb5e-35ca5b6500a4", "machineID": 1, "processed": true, "appliedUtc": "2025-08-02T23:19:37.1054578", "signIqTicketFileMovedUtc": "2025-08-02T23:19:37.1054578", "user": "sample string 6", "campaignDescription": "sample string 7", "productDesc": "sample string 8", "storeName": "sample string 9", "effectiveUtc": "2025-08-02T23:19:37.1054578", "priceChangeType": 0, "operatorName": "sample string 10", "hostCampaign": true, "product": { "$ref": "11" }, "campaignPlu": { "$ref": "50" } }, { "$ref": "51" } ], "campaign": { "$id": "52", "id": 1, "storeID": 2, "name": "51e83d7c-0697-4248-8921-e676c2fdebd3", "nameGuid": "51e83d7c-0697-4248-8921-e676c2fdebd3", "description": "sample string 4", "showDiscounts": true, "showTotals": true, "onlyEvaluateOnSubtotal": true, "useDescription": true, "campaignType": 1, "startDate": "2025-08-02T23:19:37.1054578", "startTime": 1, "endDate": "2025-08-02T23:19:37.1054578", "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-08-02T23:19:37.1054578", "system": true, "created": "2025-08-02T23:19:37.1054578", "updated": "2025-08-02T23:19:37.1054578", "priceChangeNotifiedUtc": "2025-08-02T23:19:37.1054578", "promoType": 1, "promotionTypeCode": "sample string 13", "hostIdentifier": "8be43r1tC0qjAAlTzbrqFw==", "hostIdentifierGuid": "deb8b7f1-6dbd-4a0b-a300-0953cdbaea17", "hostType": 14, "createdByUser": "sample string 15", "fromHost": true, "deleted": true, "campaignDeleted": "2025-08-02T23:19:37.1054578", "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": "mojC5sVQREuMgE7m3RZPug==", "pluGuid": "e6c2889a-50c5-4b44-8c80-4ee6dd164fba", "hostOfferID": 1, "priceGroupG_UID": "XvMfKiP0qEu3UltHJwH0zQ==", "priceGroupGuid": "2a1ff35e-f423-4ba8-b752-5b472701f4cd", "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-08-02T23:19:37.1054578", "rrp": 17, "campaignDescription": "sample string 18", "product": { "$ref": "11" }, "campaign": { "$ref": "52" } }, { "$ref": "53" } ], "sellingRules": [ { "$id": "54", "id": 1, "identifier": "DAUarDL3JUGKCuupKVaGlQ==", "identifierStr": "DAUarDL3JUGKCuupKVaGlQ==", "identifierGuid": "ac1a050c-f732-4125-8a0a-eba929568695", "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": "tZg6KbwEuEiN0n/qXyLEjQ==", "customerIDGuid": "293a98b5-04bc-48b8-8dd2-7fea5f22c48d", "campaign": { "$ref": "52" }, "customer": { "$id": "56", "identifier": "QDy10PzcFUqD1VuJMX4+lQ==", "identifierGuid": "d0b53c40-dcfc-4a15-83d5-5b89317e3e95", "code": "sample string 2", "familyName": "sample string 3", "givenName": "sample string 4", "otherName": "sample string 5", "title": "sample string 6", "dateOfBirth": "2025-08-02T23:19:37.1054578", "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": "Y8GUES4TUEChKw4dXCjUoQ==", "communityIdentifierGuid": "1194c163-132e-4050-a12b-0e1d5c28d4a1", "joined": "2025-08-02T23:19:37.1054578", "updated": "2025-08-02T23:19:37.1054578", "active": true, "reasonInactive": 1, "groupCustomer": true, "loyaltyPoints": 1, "homeStoreID": 1, "availableSpend": 1, "priceLevelIdentifier": "K3anF+MQjUGnmu4P0nSXNw==", "priceLevelIdentifierGuid": "17a7762b-10e3-418d-a79a-ee0fd2749737", "marketingID": "sample string 18", "hidden": true, "registered": true, "registeredOn": "2025-08-02T23:19:37.1054578", "emailMarketing": true, "smsMarketing": true, "deleted": true, "deletedUser": "sample string 24", "homeStoreName": "sample string 25", "customerCards": [ { "$id": "57", "cardType": 2, "issueDate": "2025-08-02T23:19:37.1054578", "expiry": "2025-08-02T23:19:37.1054578", "customerID": "kX0t+pH5HEedJ2HrmUxkfw==", "customerIDGuid": "fa2d7d91-f991-471c-9d27-61eb994c647f", "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-08-02T23:19:37.1054578", "linkedAccount": "gKbN4RmFck67NJ9mycZNzQ==", "linkedAccountGuid": "e1cda680-8519-4e72-bb34-9f66c9c64dcd", "currentValueChanged": true, "limitsChanged": true, "customer": { "$ref": "56" }, "account": { "$id": "58", "id": 1, "identifier": "/8RYYa/Mfkaljfe0SX6Cyw==", "identifierGuid": "6158c4ff-ccaf-467e-a58d-f7b4497e82cb", "referenceNo": "sample string 3", "name": "sample string 4", "created": "2025-08-02T23:19:37.1054578", "owner": "8UK7JGLbx0aNKQn/LKkzxw==", "ownerGuid": "24bb42f1-db62-46c7-8d29-09ff2ca933c7", "accountStoreGroupIdentifier": "SXAfyWaFNkKuA2ZKa8PoSA==", "accountStoreGroupGuid": "c91f7049-8566-4236-ae03-664a6bc3e848", "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-08-02T23:19:37.1054578", "active": true, "updated": "2025-08-02T23:19:37.1054578", "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": "DWkZjHx4NUOzqFyqQjoK2w==", "identifierGuid": "8c19690d-787c-4335-b3a8-5caa423a0adb", "name": "sample string 2", "primaryContact": "GqL2Sh1v1UCiBXy+WZd27A==", "primaryContactGuid": "4af6a21a-6f1d-40d5-a205-7cbe599776ec", "accountID": "7f4nSA18NEKK25dzPWAOug==", "accountIDGuid": "4827feed-7c0d-4234-8adb-97733d600eba", "special": true, "updated": "2025-08-02T23:19:37.1054578", "active": true, "reasonInactive": 1, "priceLevelIdentifier": "ExVPMJIyAkyZWZZB+yUj+w==", "priceLevelIdentifierGuid": "304f1513-3292-4c02-9959-9641fb2523fb", "deleted": true, "account": { "$ref": "58" }, "primaryContactCustomer": { "$ref": "56" }, "customerGroupMembers": [ { "$id": "61", "id": 1, "groupID": "P++eYQCf2E6kVW0c3TxJUw==", "groupIDGuid": "619eef3f-9f00-4ed8-a455-6d1cdd3c4953", "customerID": "1tp80fyt006rzypVL35JnA==", "customerIDGuid": "d17cdad6-adfc-4ed3-abcf-2a552f7e499c", "card": "sample string 4", "linkedAccount": "InPbduIcSECUUDXEaLfbYA==", "linkedAccountGuid": "76db7322-1ce2-4048-9450-35c468b7db60", "customer": { "$ref": "56" }, "group": { "$ref": "60" }, "customerCard": { "$ref": "57" } }, { "$ref": "61" } ] }, { "$ref": "60" } ] }, "payments": [ { "$id": "62", "id": 1, "identifier": "HaKFrgvl8UiFaJnuGAgrFw==", "identifierGuid": "ae85a21d-e50b-48f1-8568-99ee18082b17", "storeID": 2, "operatorName": "sample string 3", "saleHeaderID": 4, "paymentType": 5, "amount": 6, "account": "sample string 7", "accountID": "Ve4GrZPTnUmTB9ccv7H8xw==", "accountIDGuid": "ad06ee55-d393-499d-9307-d71cbfb1fcc7", "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-08-02T23:19:37.1054578", "invRocNo": "sample string 14", "responseCode": "sample string 15", "cashout": 1, "tip": 16, "idempotentVoid": "HFwgkK87PkyKm3yliQw/hw==", "idempotentVoidGuid": "90205c1c-3baf-4c3e-8a9b-7ca5890c3f87", "offline": true, "processed": 1, "storeSaleHeader": { "$id": "63", "saleHeaderID": 1, "saleHeaderGuid": "ImZ40SJXoEOAK7cPpjMYQA==", "saleHeaderIdentifierGuid": "d1786622-5722-43a0-802b-b70fa6331840", "created": "2025-08-02T23:19:37.1054578", "createdLocal": "2025-08-02T23:19:37.1054578", "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-08-02T23:19:37.1054578", "storeID": 1, "operatorG_Uid": "TvImsLj8zkCsrP/+dCNffA==", "operatorGuid": "b026f24e-fcb8-40ce-acac-fffe74235f7c", "customerG_Uid": "fzmpVhV7/kygFfgz9OX1cg==", "customerGuid": "56a9397f-7b15-4cfe-a015-f833f4e5f572", "communityIdentifier": "XPeUwr2m+0uU0nFlFQMCdg==", "communityIdentifierGuid": "c294f75c-a6bd-4bfb-94d2-716515030276", "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": "1MjQN5NjsEquJNyHRzpgwA==", "priceLevelIdentifierGuid": "37d0c8d4-6393-4ab0-ae24-dc87473a60c0", "locked": 36, "relationChecksum": "sample string 37", "loyaltyTender": 1, "giftCardTender": 1, "operator": { "$ref": "23" }, "customer": { "$ref": "56" }, "communityOrganisation": { "$id": "64", "id": 1, "identifier": "eL2whxtc70eX3qj87l47Mg==", "identifierGuid": "87b0bd78-5c1b-47ef-97de-a8fcee5e3b32", "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-08-02T23:19:37.1054578", "deleted": true }, "details": [ { "$id": "65", "saleItemID": 1, "identifier": "7+tKNh8xVUOyejgMPjtwAQ==", "identifierGuid": "364aebef-311f-4355-b27a-380c3e3b7001", "saleHeaderID": 2, "plu": 1, "pluG_UId": "hPk73yPSikqfa+ZdRBYmUA==", "pluGuid": "df3bf984-d223-4a8a-9f6b-e65d44162650", "accountID": "qWevdBD5yEGRfzFwfDhKDQ==", "accountIDGuid": "74af67a9-f910-41c8-917f-31707c384a0d", "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-08-02T23:19:37.1054578", "bestOrExpireType": 1, "providerName": "sample string 11", "refundG_UID": "w2cvI+aSV0qmG/vl9osMYg==", "refundGuid": "232f67c3-92e6-4a57-a61b-fbe5f68b0c62", "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": "ysbDKafD6UG9twcrsj3M5w==", "idempotentVoidGuid": "29c3c6ca-c3a7-41e9-bdb7-072bb23dcce7", "priceLevelIdentifier": "FBt5Ah8W9U2N3/FhwX10Yg==", "priceLevelIdentifierGuid": "02791b14-161f-4df5-8ddf-f161c17d7462", "productName": "sample string 23", "apn": "sample string 24", "unknownScans": [ { "$id": "66", "id": 1, "saleDetailID": 2, "storeID": 1, "scanned": "2025-08-02T23:19:37.1054578", "operatorG_UID": "QEA=", "barcode": "sample string 4", "processed": 1 }, { "$ref": "66" } ], "refund": { "$id": "67", "id": 1, "g_UID": "sjzfAjxKn0y/ZlIbZyP55w==", "guid": "02df3cb2-4a3c-4c9f-bf66-521b6723f9e7", "description": "sample string 1", "dumped": true, "inventoryReasonID": 1, "sortOrder": 1, "updated": "2025-08-02T23:19:37.1054578" }, "modifier": { "$id": "68", "id": 1, "setG_UID": "mup9S8nE8ECl/o/TT8EBcA==", "modifierSetGuid": "4b7dea9a-c4c9-40f0-a5fe-8fd34fc10170", "name": "sample string 2", "price": 1, "quantity": 1, "modifierType": 1, "groupNumber": 1, "pageNumber": 1, "controlOrder": 1, "printToStation": true, "pluG_UID": "3g37BYuIUE2UnSPeaoHHxg==", "pluGuid": "05fb0dde-888b-4d50-949d-23de6a81c7c6", "deleted": true, "g_UID": "RjvIoPNZ8Uy5VlfCz7OtoQ==", "guid": "a0c83b46-59f3-4cf1-b956-57c2cfb3ada1", "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": "fu3fxQsZ4EivOjPeD6+kcQ==", "pluGuid": "c5dfed7e-190b-48e0-af3a-33de0fafa471", "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-08-02T23:19:37.1054578", "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-08-02T23:19:37.1054578", "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": "uFn28btn90SVg8f6Hi2fSA==", "pluGuid": "f1f659b8-67bb-44f7-9583-c7fa1e2d9f48", "accountID": "E1yXokhrzU6BOYjCEd/Org==", "accountIDGuid": "a2975c13-6b48-4ecd-8139-88c211dfceae", "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-08-02T23:19:37.1054578", "bestOrExpireType": 1, "refundG_UID": "OMuz/sVwvE+G3X4LRkM0Ew==", "refundGuid": "feb3cb38-70c5-4fbc-86dd-7e0b46433413", "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": "TDYIx9jap0GvRzWYyfJZpw==", "identifierGuid": "c708364c-dad8-41a7-af47-3598c9f259a7", "id": 1, "orderNo": 2, "externalSaleIdentifier": "sample string 3", "storeID": 4, "zoneID": 5, "deptNo": 6, "customerIdentifier": "jCwpkUsZkUmXTuuz5p5LiA==", "customerIdentifierGuid": "91292c8c-194b-4991-974e-ebb3e69e4b88", "operatorNo": 1, "operatorG_UID": "mYalp2B2iECBAuixN7lzXw==", "operatorGuid": "a7a58699-7660-4088-8102-e8b137b9735f", "created": "2025-08-02T23:19:37.1054578", "ordered": "2025-08-02T23:19:37.1054578", "started": "2025-08-02T23:19:37.1054578", "completed": "2025-08-02T23:19:37.1054578", "supplied": "2025-08-02T23:19:37.1054578", "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": "8wwShWrPZkKor+7VodBaPw==", "pluGuid": "85120cf3-cf6a-4266-a8af-eed5a1d05a3f", "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": "nvCWoXyNt0G8Txk24HShqA==", "headerIdentifierGuid": "a196f09e-8d7c-41b7-bc4f-1936e074a1a8", "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": "V1N9oqDIj0yuQ4I3aSnfCQ==", "surveyGuid": "a27d5357-c8a0-4c8f-ae43-82376929df09", "saleHeaderGuid": "jie27w/RG0u4uIwSCSH67Q==", "saleGuid": "efb6278e-d10f-4b1b-b8b8-8c120921faed", "textResponse": "sample string 1", "integerResponse": 1, "g_UIDResponse": "XOZVp/i4w0mZcvuqGRXt5w==", "guidResponse": "a755e65c-b8f8-49c3-9972-fbaa1915ede7", "whoAnswered": 2, "answeredAtUTC": "2025-08-02T23:19:37.1054578", "sale": { "$ref": "63" }, "survey": { "$id": "77", "g_UID": "XpnOkJei7EezluuuZCM4eQ==", "guid": "90ce995e-a297-47ec-b396-ebae64233879", "name": "sample string 1", "storeID": 2, "zoneID": 1, "checkoutFormG_UID": "5V90+6beLE2INQx2GdtxXA==", "checkoutFormGuid": "fb745fe5-dea6-4d2c-8835-0c7619db715c", "displayToWho": 3, "displayWhen": 4, "start": "2025-08-02T23:19:37.1054578", "end": "2025-08-02T23:19:37.1054578", "deleted": true, "updated": "2025-08-02T23:19:37.1054578", "possibleIntegerResponses": [ 1, 2 ], "possibleTextResponses": [ "sample string 1", "sample string 2" ], "possibleGuidResponses": [ "e9b219a9-8a99-484d-bec8-9480d07df7ac", "49f87bc7-e12e-49cc-8124-ca5845b5cd21" ], "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": "fOj6193hV0+kSCCOh7Kovw==", "accountIdentifier": "d7fae87c-e1dd-4f57-a448-208e87b2a8bf", "accountName": "sample string 42", "customerOrderIdentifier": "yDDzx6VUlkehimBDXGSwPA==", "customerOrderIdentifierGuid": "c7f330c8-54a5-4796-a18a-60435c64b03c", "priceLevelName": "sample string 43", "revision": 44, "ingressId": "sample string 45" }, "metadata": { "$id": "78", "id": 1, "paymentID": 2, "paymentIdentifier": "4n9WVrsoB0i9G04M4s8yCQ==", "paymentIdentifierGuid": "56567fe2-28bb-4807-bd1b-4e0ce2cf3209", "identifier": "DTt4H7BKbkWKf6/y7RCP5Q==", "identifierGuid": "1f783b0d-4ab0-456e-8a7f-aff2ed108fe5", "metadata": "sample string 3", "signatureImage": "QEA=", "itemIdentifier": "fQJp1k16Y0eJuiYeFuxbgg==", "itemIdentifierGuid": "d669027d-7a4d-4763-89ba-261e16ec5b82" } }, { "$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": "lwBLnn7QhkS804csBfswwA==", "customerIdentifierGuid": "9e4b0097-d07e-4486-bcd3-872c05fb30c0", "voucherName": "sample string 2", "count": 3, "storeID": 4, "barcode": "sample string 5", "redeemCount": 6, "issueCount": 7, "storeSalePaymentID": 1, "idempotentID": "ULEcelzh+Eqyo53XLw4Q3g==", "idempotentGuid": "7a1cb150-e15c-4af8-b2a3-9dd72f0e10de", "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-08-02T23:19:37.1054578", "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-08-02T23:19:37.1054578", "labelPageLayout": "zdmSFVgZTU+yNgdkS4JsMA==", "pageLayoutGuid": "1592d9cd-1958-4f4d-b236-07644b826c30", "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-08-02T23:19:37.1054578" }, { "$ref": "83" } ] }, "customerVouchers": [ { "$id": "84", "id": 1, "customerIdentifier": "1LK50MtBskuMRmaRNkE52A==", "customerIdentifierGuid": "d0b9b2d4-41cb-4bb2-8c46-6691364139d8", "voucherID": 3, "voucherName": "sample string 4", "storeID": 1, "barcode": "sample string 5", "dateOfIssue": "2025-08-02T23:19:37.1054578", "issuedSaleHeaderID": 1, "issuedSaleIdentifier": "sample string 7", "issuedOfflinePaymentID": 1, "issuedIdempotentID": "w5S75VBkoEiZ9lri/09amA==", "issuedIdempotentGuid": "e5bb94c3-6450-48a0-99f6-5ae2ff4f5a98", "issuedOffline": true, "issuedUser": "sample string 9", "issuedNotes": "sample string 10", "expiryDate": "2025-08-02T23:19:37.1054578", "expiredUser": "sample string 11", "expiredNotes": "sample string 12", "redeemed": "2025-08-02T23:19:37.1054578", "redeemedSaleHeaderID": 1, "redeemedSaleIdentifier": "sample string 13", "redeemedOfflinePaymentID": 1, "redeemedIdempotentID": "2JFvQQAkSkaDoQiF2k4X4Q==", "redeemedIdempotentGuid": "416f91d8-2400-464a-83a1-0885da4e17e1", "redeemedUser": "sample string 14", "redeemedNotes": "sample string 15", "redeemedOffline": true, "updated": "2025-08-02T23:19:37.1054578", "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": "lEZCL4Dnp06j7wVxdD8RFA==", "groupIDGuid": "2f424694-e780-4ea7-a3ef-0571743f1114", "campaign": { "$ref": "52" }, "group": { "$ref": "60" } }, { "$ref": "85" } ], "signIqTickets": [ { "$id": "86", "identifier": "BZCHiCP/O0GZraITxwrJzA==", "identifierGuid": "88879005-ff23-413b-99ad-a213c70ac9cc", "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": "2ThVxJXGYEO3h+BX1gTeDg==", "guid": "c45538d9-c695-4360-b787-e057d604de0e", "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": "m92a6X4HV0yUY5ojVrAIJg==", "groupGuid": "e99add9b-077e-4c57-9463-9a2356b00826", "comboPriceType": 5, "priceType": 5, "pluG_UID": "8HRU7xPzVkue9TNY/OguJA==", "pluGuid": "ef5474f0-f313-4b56-9ef5-3358fce82e24", "priceGroupG_UID": "BqQulhqTLUOT6UWS+IYbUA==", "priceGroupGuid": "962ea406-931a-432d-93e9-4592f8861b50", "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": "2SFMlVENNUW2K+r4bllHMA==", "priceLevelIdentifierGuid": "954c21d9-0d51-4535-b62b-eaf86e594730", "campaignName": "sample string 3", "priceLevelName": "sample string 4" }, { "$ref": "89" } ] }, "product": { "$ref": "11" }, "dealCost": { "$id": "90", "headerIdentifier": "2t04OocHPkq2cgymhocZBg==", "headerIdentifierGuid": "3a38ddda-0787-4a3e-b672-0ca686871906", "identifier": "n+AlLP6A6k6i86/pX6GibQ==", "identifierGuid": "2c25e09f-80fe-4eea-a2f3-afe95fa1a26d", "supplierIdentifier": "92m3wa+/jEymYPP2Dc48zA==", "supplierGuid": "c1b769f7-bfaf-4c8c-a660-f3f60dce3ccc", "pluG_UID": "5mJ5TBxNbUWbps7KemZDwQ==", "pluGuid": "4c7962e6-4d1c-456d-9ba6-ceca7a6643c1", "campaignName": "6d7440b4-cc10-440c-8d98-fd7a16fedac4", "description": "sample string 4", "cost": 5, "costDecimals": 6, "start": "2025-08-02T23:19:37.1054578", "end": "2025-08-02T23:19:37.1054578", "type": 9, "promoType": 10, "bonusItemPLUG_UID": "84S6bLADikaUtu6I62wbsA==", "bonusItemPluGuid": "6cba84f3-03b0-468a-94b6-ee88eb6c1bb0", "bonusPurchaseUnits": 11, "bonusReceiveUnits": 12, "updated": "2025-08-02T23:19:37.1054578", "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-08-02T23:19:37.1054578", "campaignEndDate": "2025-08-02T23:19:37.1054578", "masterPLUG_UID": "BLoJTSdt50ing9aXRAwi6Q==", "masterID": "4d09ba04-6d27-48e7-a783-d697440c22e9", "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": "x7L6wDScH0eVseQZa25lSA==", "bonusMasterID": "c0fab2c7-9c34-471f-95b1-e4196b6e6548", "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-08-02T23:19:37.1054578", "dealCosts": [ { "$ref": "90" }, { "$ref": "90" } ], "tags": [ { "$id": "91", "pluG_UID": "tUOM1nPJfEeatkTS+9xgbg==", "pluGuid": "d68c43b5-c973-477c-9ab6-44d2fbdc606e", "tagID": 1, "description": "sample string 1", "storeIDs": [ 1, 2 ] }, { "$ref": "91" } ], "alternateProductG_UID": "3KmYvGSsYkuOSK6Wfo8zaA==", "alternateProduct": "bc98a9dc-ac64-4b62-8e48-ae967e8f3368", "productHostCode": { "$id": "92", "id": 1, "pluG_UID": "hCWcCpqkl0Wg4Lt0UvLk9A==", "pluGuid": "0a9c2584-a49a-4597-a0e0-bb7452f2e4f4", "ibaCode": "sample string 2" }, "mscCat": { "$ref": "46" }, "mscCom": { "$ref": "47" }, "mscDep": { "$ref": "49" }, "mscSubCom": { "$ref": "48" }, "isUserUpdate": true, "ignoreMasterProduct": true, "priceGroupLabelRequested": true, "firstSold": "2025-08-02T23:19:37.1054578", "inventoryTracked": "2025-08-02T23:19:37.1054578", "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": "156H0CU3RUaBX2pZWmABjA==", "supplierGuid": "d0879ed7-3725-4645-815f-6a595a60018c", "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": "knk+6rJPzUSvB9yEP57S+A==", "supplierGuid": "ea3e7992-4fb2-44cd-af07-dc843f9ed2f8", "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-08-02T23:19:37.1054578", "deliveryDate": "2025-08-02T23:19:37.1054578", "nextCutOffDate": "2025-08-02T23:19:37.1054578", "nextDeliveryDate": "2025-08-02T23:19:37.1054578", "nextDaysBuffer": 10 }, { "$ref": "95" } ], "store": { "$ref": "2" }, "updated": "2025-08-02T23:19:37.1054578", "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-08-02T23:19:37.1054578", "processed": "2025-08-02T23:19:37.1054578", "isProcessing": true, "processedCount": 6, "processingTime": 1, "collectedUtc": "2025-08-02T23:19:37.1054578", "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-08-02T23:19:37.1054578", "businessPillar": "sample string 3", "fileType": "sample string 4" } }, { "$ref": "96" } ], "zoneMatrix": [ { "$id": "98", "id": 1, "hostIdentifier": "5t3VIbeUjEeIkOtzO18MXg==", "hostIdentifierGuid": "21d5dde6-94b7-478c-8890-eb733b5f0c5e", "storeID": 1, "departmentCode": "sample string 2", "hostGuids": [ "8b0f159f-2b4a-49bb-88a5-24d5062061bb", "cf46b87f-ed4b-4043-b5f3-9f1b878d1086" ] }, { "$ref": "98" } ], "hostFileStoreSetting": { "$ref": "4" }, "hostStoreSettings": [ { "$ref": "4" }, { "$ref": "4" } ], "promotionPlacements": [ { "$id": "99", "identifier": "+9ply4CKrEqgHn0IFnr2eg==", "identifierGuid": "cb65dafb-8a80-4aac-a01e-7d08167af67a", "code": "sample string 2", "description": "sample string 3", "isAdvertised": true }, { "$ref": "99" } ], "promoTypeGuids": [ "e25edd33-be34-4a45-88b9-e7d23bd4fe0e", "85176d83-8f0f-4c3b-86c7-e3fdf67345c8" ], "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-08-02T23:19:37.1054578", "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": "187aaff0-e1ce-4f47-9cfc-492e665c7fb0", "updateStore": { "$id": "105", "id": "d6e66117-3c6d-4d58-b97b-e235c1bd2bc5", "name": "sample string 1", "lastActivity": "2025-08-02T23:19:37.1054578", "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-08-02T23:19:37.1054578" }, "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" } }, "hostSettings": { "$ref": "4" }, "supplier": { "$ref": "6" }, "transportCompany": { "$id": "107", "identifier": "jTulTwRg+UeeFXkHCA0oow==", "identifierGuid": "4fa53b8d-6004-47f9-9e15-7907080d28a3", "companyName": "sample string 1", "abn": "sample string 2", "address1": "sample string 3", "address2": "sample string 4", "telephone": "sample string 5", "primaryContactGuid": "gqdqa8tCR0qFBhAnyt/xRA==", "primaryContactID": "6b6aa782-42cb-4a47-8506-1027cadff144", "primaryContact": { "$ref": "7" } }, "productFilter": { "$id": "108", "utcOffset": 1.1, "matches": [ { "$id": "109", "matchFilterType": 1, "match": { "$id": "110" }, "matchMode": true, "matchDecimal": 3.1, "matchList": [ { "$id": "111" }, { "$id": "112" } ], "matchCompare": 0, "matchStringCompare": 0, "matchJoin": 1, "subDepartmentMatch": { "$id": "113" }, "minorDepartmentMatch": { "$id": "114" }, "lesserDepartmentMatch": { "$id": "115" } }, { "$ref": "109" } ] } }
application/xml
Sample not available.
text/xml
Sample not available.
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
PK r�[ _�G� 5 xl/workbook.xml � (� ����0��&�C���h�N\�z��" �'m >��o�vfg�>i;�Z�#G�r[��{�3�%��6�®�V�Ҿ��:�`���D�Yr<^�������8���a9cZ�#z9.( B�r�#��͞'e0ֺ�I�b�)a�ETD�ĂV����ۂ�(���[��rN�I�e5�����w�PK r�[���� � [Content_Types].xml � (� ���J�0�_��*M�D��V�*��d� �d�k��<�H���V���= ��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ �1Z�$�8z�R��3 tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b ��%#H'�2}���e�B)��~j/F�t��PK r�[�H�' ' _rels/.rels � (� <?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="Rb64380c599b0470d" /></Relationships>PK r�[��� � xl/worksheets/sheet1.xml � (� ���R�H�_����g��RJH6$dC·;/�+آ$��;Kju1�o�.�����랁���ד�EU����Tfb:)6��b��y<�m��rӧ'Gwe��^E3 �M��:�.����lV_.����ʛb�]��zބ���Yyu��,N���u�if ��U��� K���M=����\�MU�m ���T��j3=9Z�B�m����:���I~����UYwu��d�*���헳��T���H��]���,����u�{U�~.��nc.���9Y���M'������j�,�'̴A��^Zo���ۺ)�_w�c��x���>m��1�th��]<v�C���;# �~8^��Ձ�z��x�Y-����,<ov���iҠ|8����>t&���je���x��w�����㥈 �~+�(����A�I%�֎�I��7z`b�d�O��];�'Ձ�Ȉ�<�=����`�s \"C�O�Ck� ʎ@��@c��zLd���fK� s<*��A�A�D�D�ATF�DAd���A�ЀU���DAd:�d�|� �P��"2 �_�E)���S*�!2 =&uℶ"T �'2D&��!2 =&ef���0���3"����3@�C-UCd��������D��@sX��@�J�&F&�c}8 ��h�t����$��Ͷ�+�N��a<����$HB�d��12��@02���2t�LK)1UCde#�h�>(�s2�Le�LbǤ��Ny�)�<�!2��*�vaP��~�T *2�:&�Ό�:��K��AE&��� ���uؐ�*2�:&U�/`�Jm|�|�������Λ��QU�M��qH�����u{5��:\������m�N�l��C����ӱ��c�*^�z��{�0Cū��gc�*^�~�x�8FL=g$�շ����#!��c$��FB�}�H�� ��##!�~b$���m��/������w�1��wFB���H��9ӄ@�͙6�o�5"18gZ��9ӌH,ΙvD�q�4$�s�%���3M���iK�>3���g�3��̴&R���D�3Ӝ���t��|�������Mu�1���(ijgena>��VH��/���g$t�3:�_��㥯��p�f<�0��y? Y��`2���w��pw�� ��� ����,��}b���t�/LB��t�oL��wFB���H�t��N�g��s��#2��_9g�P�<Lj:�F�y^1y�,<k��� =s��3��� =s�2�L;z�0�h(����~��z��e1_�˲l������i�PK r�['