PUT api/scheduledOrder/{id}
Update a scheduled order
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Scheduled order identifier |
globally unique identifier |
Required |
Body Parameters
Scheduled order to be saved
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. |
Request Formats
application/json, text/json
{ "identifier": "IK8/Y4q+SEGIpmlG/7bUHQ==", "identifierGuid": "633faf20-be8a-4148-88a6-6946ffb6d41d", "created": "2025-10-04T23:59:55.3702033", "createdLocal": "2025-10-04T23:59:55.3702033", "createdByUser": "sample string 1", "cronExpression": "sample string 2", "cronExpressionDescription": "sample string 3", "lastRun": "2025-10-04T23:59:55.3702033", "lastRunLocal": "2025-10-04T23:59:55.3702033", "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": "FqHtF/3X/0ifKl8H39conQ==", "supplierIdentifierGuid": "17eda116-d7fd-48ff-9f2a-5f07dfd7289d", "hostIdentifier": "y1LueZ9bOEq/vUZigWq2Eg==", "hostIdentifierGuid": "79ee52cb-5b9f-4a38-bfbd-4662816ab612", "transportCompanyIdentifier": "aaJ+altYW0ebdH3+QiCPbw==", "transportCompanyIdentifierGuid": "6a7ea269-585b-475b-9b74-7dfe42208f6f", "mailTo": "sample string 11", "mailBcc": "sample string 12", "defaultMPL": true, "simpleAWS": 14, "investmentBuy": true, "productFilterIdentifier": "FdcZlPbYNEq5ubUULhpq/g==", "productFilterIdentifierGuid": "9419d715-d8f6-4a34-b9b9-b5142e1a6afe", "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-10-04T23:59:55.3702033", "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": "FEBrEQogqkGLBR/0JU1uGA==", "hostIdentifierGuid": "116b4014-200a-41aa-8b05-1ff4254d6e18", "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-04T23:59:55.3702033", "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": "fRdpUh+3DEm70IqsjKDHTg==", "hostIdentifierGuid": "5269177d-b71f-490c-bbd0-8aac8ca0c74e", "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": "XEguX3q/PkiTGsJJ47eFCQ==", "identifierGuid": "5f2e485c-bf7a-483e-931a-c249e3b78509", "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": "vsPzmYbfKkiIWB2o+/XZNQ==", "hostSupplierIdentifierGuid": "99f3c3be-df86-482a-8858-1da8fbf5d935", "loyaltyPriceLevelIdentifier": "Fg0OxoHdTUOgncYTBr7ZAg==", "loyaltyPriceLevelIdentifierGuid": "c60e0d16-dd81-434d-a09d-c61306bed902", "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-04T23:59:55.3702033", "lastProcessed": "2025-10-04T23:59:55.3702033", "hold": true, "supplierName": "sample string 35", "supplier": { "$id": "6", "identifier": "2GEjgAohWEi3CAfrtY7U2g==", "identifierGuid": "802361d8-210a-4858-b708-07ebb58ed4da", "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": "ILxEkOrt50GIfDk85CioKA==", "primaryContactID": "9044bc20-edea-41e7-887c-393ce428a828", "storeID": 1, "abn": "sample string 16", "supplierGroupIdentifier": "l2W2RYqk9k+TFHoGUEL8jg==", "supplierGroupGuid": "45b66597-a48a-4ff6-9314-7a065042fc8e", "rebate": 1.0, "rebateType": 1, "rebateFrequency": 1, "rebateSource": 1, "rebateLastClaimed": "2025-10-04T23:59:55.3702033", "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": "5fea93fa-7e8b-4053-a70e-d809629441d5", "identifier": "z/GMSo+RlUicRKvfiAUPVg==", "identifierGuid": "4a8cf1cf-918f-4895-9c44-abdf88050f56", "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": "6b+lq2vBekipMct9Weo/qw==", "supplierIdentifierGuid": "aba5bfe9-c16b-487a-a931-cb7d59ea3fab", "contactGuid": "Pa4c4RMgUU2N/YAjv0H0cQ==", "contactID": "e11cae3d-2013-4d51-8dfd-8023bf41f471", "contact": { "$ref": "7" }, "supplier": { "$ref": "6" } }, { "$ref": "8" } ], "products": [ { "$id": "9", "pluG_UID": "5iiPIrA5pkS8zhfN0ew+sw==", "pluGuid": "228f28e6-39b0-44a6-bcce-17cdd1ec3eb3", "supplierIdentifier": "qwl5PmOkwkuLg5y1pcE5Fw==", "supplierIdentifierGuid": "3e7909ab-a463-4bc2-8b83-9cb5a5c13917", "cartonQuantity": 1, "cartonQuantityChanged": true, "productSize": "sample string 3", "cigarettesPerSleeve": 1, "randomWeight": true, "piecesPerUnit": 5, "averagePackSize": 6, "effectiveDate": "2025-10-04T23:59:55.3702033", "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-04T23:59:55.3702033", "rebate": 1.0, "rebateExclude": true, "invoiceCodes": [ { "$id": "10", "pluG_UID": "G0ryTkyLMUCL3TkOdHjCYw==", "pluGuid": "4ef24a1b-8b4c-4031-8bdd-390e7478c263", "supplierIdentifier": "SpCamrcHVUGSa8kexOSVdA==", "supplierIdentifierGuid": "9a9a904a-07b7-4155-926b-c91ec4e49574", "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": "nmnWUBCnpEuFtu/nyvs3vA==", "parentPluGuid": "50d6699e-a710-4ba4-85b6-efe7cafb37bc", "freight": 45.0, "freightType": 1, "product": { "$id": "11", "plu": 1, "storeID": 1, "masterPluG_UID": "QEA=", "storeIDs": [ 1, 2 ], "g_UId": "vrLubPs2N0GTdbyDD4zt7Q==", "guid": "6ceeb2be-36fb-4137-9375-bc830f8ceded", "apn": "sample string 1", "apnChanged": true, "apnSwitched": true, "barcode": "sample string 4", "itemNumber": "sample string 5", "itemNumberChanged": true, "priceGroupG_UID": "rYbEW4uIEkabFH8vqqmWUQ==", "priceGroupGuid": "5bc486ad-888b-4612-9b14-7f2faaa99651", "blueprintID": 1, "lastCountedDate": "2025-10-04T23:59:55.3702033", "externalID": "sample string 7", "active": true, "activated": "2025-10-04T23:59:55.3702033", "pluCreated": "2025-10-04T23:59:55.3702033", "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-04T23:59:55.3702033", "lastManualUpdate": "2025-10-04T23:59:55.3702033", "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-04T23:59:55.3702033", "currentCostUpdated": "2025-10-04T23:59:55.3702033", "costDecimals": 31, "costChanged": true, "dealCostIdentifier": "QEA=", "excludeFromRebate": true, "rebateOverride": 1, "costCalcMethod": 32, "costCalcMethodChanged": true, "costEffectiveDate": "2025-10-04T23:59:55.3702033", "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-04T23:59:55.3702033", "posTare": 1, "altPrice": 1.0, "altPriceChanged": true, "altPriceMode": 53, "altPriceModeChanged": true, "altPLUG_UID": "F23H1yDu20m0uEpZtl9msA==", "altPLUGuid": "d7c76d17-ee20-49db-b4b8-4a59b65f66b0", "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-04T23:59:55.3858247", "labelLastPrice": 1, "shelfPageLayoutG_UID": "laMbeZuzn0OhZ1RVA0uruw==", "shelfPageLayoutGuid": "791ba395-b39b-439f-a167-5455034babbb", "talkerPageLayoutG_UID": "heyG58WNmEiOhLJ4lQA0fQ==", "talkerPageLayoutGuid": "e786ec85-8dc5-4898-8e84-b2789500347d", "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": "O7bkVNFJ6Uq7SmWMSPB7Wg==", "inventoryIdentifier": "54e4b63b-49d1-4ae9-bb4a-658c48f07b5a", "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": "u9DPbwaPK0+agSzbpYW5rg==", "parentPluGuid": "6fcfd0bb-8f06-4f2b-9a81-2cdba585b9ae", "preferredHostVendor": 104, "preferredHostChanged": true, "code": "sample string 106", "supplierIdentifier": "m8/puA9+d0+MB8+FePJ7pg==", "supplierIdentifierGuid": "b8e9cf9b-7e0f-4f77-8c07-cf8578f27ba6", "supplierChanged": true, "rebateSupplierIdentifier": "6C7sY3Z1UkOP792tjJP0rA==", "rebateSupplierIdentifierGuid": "63ec2ee8-7576-4352-8fef-ddad8c93f4ac", "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-04T23:59:55.3858247", "commodity": "sample string 121", "businessPillar": "sample string 122", "mscCommodity": "sample string 123", "hostIdentifier": "RLDRSk6EBE6WwgO4Zad/sQ==", "hostIdentifierGuid": "4ad1b044-844e-4e04-96c2-03b865a77fb1", "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": "iunN+7D5IUW/GXkOPlTZVw==", "pluGuid": "fbcde98a-f9b0-4521-bf19-790e3e54d957", "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-04T23:59:55.3858247" }, { "$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-04T23:59:55.3858247", "priceChangeType": 0, "costDecimals": 10 }, "normalPluPrices": { "$ref": "14" }, "winningCampaign": 1, "winner": { "$id": "15", "campaignName": "sample string 1", "campaignDescription": "sample string 2", "startDate": "2025-10-04T23:59:55.3858247", "startTime": 3, "endDate": "2025-10-04T23:59:55.3858247", "endTime": 4, "newPrice": 5, "newCost": 6, "newCostDecimals": 7, "pctDiscount": 8, "promoType": 1, "promotionTypeCode": "sample string 9", "hostType": 10, "hostIdentifier": "0fm4h6R++kuTGXHkfRBpQw==", "hostIdentifierGuid": "87b8f9d1-7ea4-4bfa-9319-71e47d106943", "storeNames": [ "sample string 1", "sample string 2" ] }, "details": [ { "$ref": "15" }, { "$ref": "15" } ] }, "tray": { "$id": "16", "g_UId": "qEzPl1KG0k6OLYeH7e8jHg==", "guid": "97cf4ca8-8652-4ed2-8e2d-8787edef231e", "name": "sample string 1", "number": 1, "tare": 1 }, "priceGroup": { "$id": "17", "priceGroupG_UID": "KgmnqHT78kGJdBzYWt5rhA==", "priceGroupGuid": "a8a7092a-fb74-41f2-8974-1cd85ade6b84", "name": "sample string 2", "code": 1, "modified": true, "updated": "2025-10-04T23:59:55.3858247", "buyingLimit": 1, "buyingLimitIndependent": true, "buyingLimitType": 0, "number": 1, "products": [ { "$ref": "11" }, { "$ref": "11" } ], "productCount": 1 }, "priceGroupName": "sample string 146", "nutrifacts": { "$id": "18", "pluG_UID": "6/7z+p6VWke4TbQpiUXsDg==", "pluGuid": "faf3feeb-959e-475a-b84d-b4298945ec0e", "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": "4fc09057-2d8f-442c-bea8-3e7d147efce6", "created": "2025-10-04T23:59:55.3858247", "createdByUser": "sample string 1", "activated": "2025-10-04T23:59:55.3858247", "deactivated": "2025-10-04T23:59:55.3858247", "lastOrdered": "2025-10-04T23:59:55.3858247", "lastOrderedQty": 2.0, "lastReceived": "2025-10-04T23:59:55.3858247", "lastReceivedQty": 3.0, "lastInvoiceStatus": 1, "lastCounted": "2025-10-04T23:59:55.3858247", "lastSold": "2025-10-04T23:59:55.3858247", "firstSold": "2025-10-04T23:59:55.3858247", "awsUpdated": "2025-10-04T23:59:55.3858247", "lastManualUpdate": "2025-10-04T23:59:55.3858247", "lastManualUpdatedByUser": "sample string 5", "lastUpdated": "2025-10-04T23:59:55.3858247", "lastUpdatedByUser": "sample string 7", "lastUpdatedByHost": "2025-10-04T23:59:55.3858247", "doNotRangeUpdated": "2025-10-04T23:59:55.3858247", "doNotOrderUpdated": "2025-10-04T23:59:55.3858247", "tracked": "2025-10-04T23:59:55.3858247" }, "allergens": [ { "$id": "20", "allergenID": 1, "pluG_UID": "fNRHNVijxkyYJ591I8Pgbw==", "pluGuid": "3547d47c-a358-4cc6-9827-9f7523c3e06f", "contains": 2, "allergenName": "sample string 3", "storeIDs": [ 1, 2 ] }, { "$ref": "20" } ], "costs": { "$id": "21", "pluG_UID": "apFI8IL2zkavm7B60uHBpw==", "pluGuid": "f048916a-f682-46ce-af9b-b07ad2e1c1a7", "enteredCost": 1, "weightedAvgCost": 1, "lastCost": 1, "rawEnteredCost": 2, "rawWeightedAvgCost": 3, "rawLastCost": 4, "freight": 5.0, "freightType": 6, "costDecimals": 7, "fifoCost": 1, "updated": "2025-10-04T23:59:55.3858247", "normalCost": 1, "currentCost": 1 }, "sales": [ { "$id": "22", "saleHeaderID": 1, "created": "2025-10-04T23:59:55.3858247", "createdLocal": "2025-10-04T23:59:55.3858247", "storeID": 3, "storeName": "sample string 4", "operatorG_Uid": "y6xAdHk8R0ugxcuh7mupUA==", "operatorGuid": "7440accb-3c79-4b47-a0c5-cba1ee6ba950", "operatorName": "sample string 5", "tranType": 1, "plu": 1, "pluG_UId": "5grb7YKf9EqDspshlB8D0g==", "pluGuid": "eddb0ae6-9f82-4af4-83b2-9b21941f03d2", "normalPrice": 1, "totalCents": 1, "cost": 1, "grossProfit": 1, "quantity": 1, "operator": { "$id": "23", "id": 1, "g_Uid": "cfMZi1si2Uizxo45lMlBMA==", "guid": "8b19f371-225b-48d9-b3c6-8e3994c94130", "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-04T23:59:55.3858247", "passwordResetRequired": true, "alteredInStore": true, "startShift": "2025-10-04T23:59:55.3858247", "endShift": "2025-10-04T23:59:55.3858247", "machineName": "sample string 20", "drawerID": 1, "stores": [ { "$id": "24", "operatorG_UID": "5sVziAvU70OpvHx1recgbw==", "operatorGuid": "8873c5e6-d40b-43ef-a9bc-7c75ade7206f", "storeID": 2, "operator": { "$ref": "23" }, "store": { "$ref": "2" } }, { "$ref": "24" } ] } }, { "$ref": "22" } ], "apns": [ { "$id": "25", "pluID": 1, "pluG_UID": "oekVxAYRg0qH2LbIE3X+nQ==", "pluGuid": "c415e9a1-1106-4a83-87d8-b6c81375fe9d", "apn": "sample string 1", "deleted": true, "storeID": 1, "storeIDs": [ 1, 2 ] }, { "$ref": "25" } ], "tuns": [ { "$id": "26", "pluG_UId": "mDAnzQniw0K8GXLj6tpJ7w==", "pluGuid": "cd273098-e209-42c3-bc19-72e3eada49ef", "apn": "sample string 1", "tun": "sample string 2", "cartonQuantity": 3, "product": { "$ref": "11" }, "storeIDs": [ 1, 2 ] }, { "$ref": "26" } ], "competitionPricing": [ { "$id": "27", "identifier": "9J4L97/+NkW9BbWLwaLFgA==", "identifierGuid": "f70b9ef4-febf-4536-bd05-b58bc1a2c580", "pluG_UID": "ov8N9iXd20yOUKm19ffN/g==", "pluGuid": "f60dffa2-dd25-4cdb-8e50-a9b5f5f7cdfe", "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": "dAQjjTKqxEGE3IRfYE7YPg==", "groupName": "sample string 1", "identifierGuid": "8d230474-aa32-41c4-84dc-845f604ed83e", "exists": true, "flipChartIdentifier": "58Up8ycwNkSsOnVv0czUuA==", "flipChartIdentifierGuid": "f329c5e7-3027-4436-ac3a-756fd1ccd4b8", "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": "19OH+0KoPUi0UeNl5kRLxw==", "groupIdentifierGuid": "fb87d3d7-a842-483d-b451-e365e6444bc7", "flipChart": { "$id": "29", "identifier": "XSOhu52SB02HHsnziaIbZw==", "identifierGuid": "bba1235d-929d-4d07-871e-c9f389a21b67", "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": "Hv45KxQsQ0ywv3vgmV3UNw==", "identifierGuid": "2b39fe1e-2c14-4c43-b0bf-7be0995dd437", "name": "sample string 2", "formType": "sample string 3", "forms": [ { "$id": "31", "id": 1, "g_UID": "DvmxtG65mUCEdweJMYfB5Q==", "guid": "b4b1f90e-b96e-4099-8477-07893187c1e5", "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": "71b8YVx65kiKhfhNVCWLNA==", "previousFormGuid": "61fc56ef-7a5c-48e6-8a85-f84d54258b34", "nextForm": 1, "nextFormG_UID": "zTnu3s9qT0iZJwh8Fkg8mw==", "nextFormGuid": "deee39cd-6acf-484f-9927-087c16483c9b", "attributes": "sample string 10", "updated": "2025-10-04T23:59:55.3858247", "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": "pZBgrOnc10iFMbc9dsmYzA==", "checkoutFormGuid": "ac6090a5-dce9-48d7-8531-b73d76c998cc", "identifier": "vB/A3TkF1USqVMh8aGRDlw==", "identifierGuid": "ddc01fbc-0539-44d5-aa54-c87c68644397", "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": "34yiQGwcUkCIJtrtYgOGnA==", "valueGuid": "40a28cdf-1c6c-4052-8826-daed6203869c", "buttonText": "sample string 10", "valueText": "sample string 11", "drawImageAndButton": true, "updated": "2025-10-04T23:59:55.3858247", "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-04T23:59:55.3858247", "imageData": "QEA=", "readOnly": true } }, { "$ref": "32" } ], "panels": [ { "$id": "34", "id": 1, "checkoutFormID": 2, "checkoutFormG_UID": "aHh0UZRUEkWhM8o6f6CMFQ==", "checkoutFormGuid": "51747868-5494-4512-a133-ca3a7fa08c15", "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": "o1iinsqrKEiRIncrX4I5bA==", "flipChartPageIdentifierGuid": "9ea258a3-abca-4828-9122-772b5f82396c", "pluG_UID": "HA3fJo2sd0iUHCS3mGy5rQ==", "pluGuid": "26df0d1c-ac8d-4877-941c-24b7986cb9ad", "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": "OjwoC8H6BEm7P0GpWXIP3w==", "pluGuid": "0b283c3a-fac1-4904-bb3f-41a959720fdf", "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-04T23:59:55.3858247", "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": "zDIXe8E29k2dseeAbDSXgg==", "ingredientGuid": "fPxfpiHWUUKEG17GlPtEpg==", "ingredientIdentifier": "a65ffc7c-d621-4251-841b-5ec694fb44a6", "quantity": 1.0, "storeIDs": [ 1, 2 ], "ingredientText": "sample string 1", "ingredient": { "$ref": "11" } }, { "$ref": "37" } ], "bins": [ { "$id": "38", "pluG_UID": "07PkZl0a1UWKrqhibgCfQg==", "pluGuid": "66e4b3d3-1a5d-45d5-8aae-a8626e009f42", "shelfLocationIdentifier": "dC3F/3s3NU+l8PqG6UjEKA==", "shelfLocationGuid": "ffc52d74-377b-4f35-a5f0-fa86e948c428", "labelShelfDefault": 1, "labelTalkerDefault": 1, "labelSmall": true, "labelPageLayoutG_UID": "XehsldUPv02F71ZzDOWnsg==", "labelPageLayoutGuid": "956ce85d-0fd5-4dbf-85ef-56730ce5a7b2", "updated": "2025-10-04T23:59:55.3858247", "electronicShelfLabelIdentifier": "sample string 5", "electronicshelfLabelsConfigurationID": 6, "labelShelfChanged": true, "productName": "sample string 8", "locationText": "sample string 9", "product": { "$ref": "11" }, "location": { "$id": "39", "identifier": "sKF9+VusAk6y5jzryVnZJA==", "storeID": 1, "identifierGuid": "f97da1b0-ac5b-4e02-b2e6-3cebc959d924", "name": "sample string 2", "haccp": true, "blueprintID": 1, "updated": "2025-10-04T23:59:55.3858247", "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": "n1/D6SdxZk2ERvU67cmxiw==", "pluGuid": "e9c35f9f-7127-4d66-8446-f53aedc9b18b", "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-04T23:59:55.3858247", "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-04T23:59:55.3858247", "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": "snihUU0LgUqAQnodc0l5AA==", "labelPageLayoutGuid": "51a178b2-0b4d-4a81-8042-7a1d73497900", "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-04T23:59:55.3858247", "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": "pwSVgyEbBESPSrhO8WRBLA==", "labelPageLayoutGuid": "839504a7-1b21-4404-8f4a-b84ef164412c", "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-04T23:59:55.3858247", "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": "sVOA8pZIVUe/o5J7I1cNmg==", "labelPageLayoutGuid": "f28053b1-4896-4755-bfa3-927b23570d9a", "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-04T23:59:55.3858247", "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": "/2ouXSh2eUCuJ7CSmRAilg==", "labelPageLayoutGuid": "5d2e6aff-7628-4079-ae27-b09299102296", "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": "AfHFbYzAEkKP3eplesgNMg==", "pluGuid": "6dc5f101-c08c-4212-8fdd-ea657ac80d32", "newPrice": 1, "pctDiscount": 1, "newCost": 1, "newCostDecimals": 6, "dealCostIdentifier": "0fSn/DHZU0S2YXGkwBXOnw==", "dealCostGuid": "fca7f4d1-d931-4453-b661-71a4c015ce9f", "pluName": "sample string 7", "apn": "sample string 8", "fuelItem": true, "priceGroupG_UID": "tUuBu8duYk6PSfXMBwkttw==", "priceGroupGuid": "bb814bb5-6ec7-4e62-8f49-f5cc07092db7", "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-04T23:59:55.3858247", "rrp": 26, "campaignDescription": "sample string 27", "campaignComboPriceGroupG_UID": "qZTGAiDc9U60HOelJFNvQQ==", "campaignComboPriceGroupIdentifier": "02c694a9-dc20-4ef5-b41c-e7a524536f41", "promotionPlacementDescription": "sample string 28", "storeAcceptances": [ { "$id": "51", "plu": 1, "pluG_UId": "QEA=", "campaignID": 1, "campaignName": "sample string 2", "storeID": 3, "acceptedUtc": "2025-10-04T23:59:55.3858247", "operatorG_UID": "8rqlA+J/C02TYW4KDnWVIg==", "operatorGuid": "03a5baf2-7fe2-4d0b-9361-6e0a0e759522", "machineID": 1, "processed": true, "appliedUtc": "2025-10-04T23:59:55.3858247", "signIqTicketFileMovedUtc": "2025-10-04T23:59:55.3858247", "user": "sample string 6", "campaignDescription": "sample string 7", "productDesc": "sample string 8", "storeName": "sample string 9", "effectiveUtc": "2025-10-04T23:59:55.3858247", "priceChangeType": 0, "operatorName": "sample string 10", "hostCampaign": true, "product": { "$ref": "11" }, "campaignPlu": { "$ref": "50" } }, { "$ref": "51" } ], "campaign": { "$id": "52", "id": 1, "storeID": 2, "name": "2a5b798e-6291-47d6-a0c1-dcfad32bc7f8", "nameGuid": "2a5b798e-6291-47d6-a0c1-dcfad32bc7f8", "description": "sample string 4", "showDiscounts": true, "showTotals": true, "onlyEvaluateOnSubtotal": true, "useDescription": true, "campaignType": 1, "startDate": "2025-10-04T23:59:55.3858247", "startTime": 1, "endDate": "2025-10-04T23:59:55.3858247", "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-04T23:59:55.3858247", "system": true, "created": "2025-10-04T23:59:55.3858247", "updated": "2025-10-04T23:59:55.3858247", "priceChangeNotifiedUtc": "2025-10-04T23:59:55.3858247", "promoType": 1, "promotionTypeCode": "sample string 13", "hostIdentifier": "T13UoKTlZ0e6k6XNe5mM4w==", "hostIdentifierGuid": "a0d45d4f-e5a4-4767-ba93-a5cd7b998ce3", "hostType": 14, "createdByUser": "sample string 15", "fromHost": true, "deleted": true, "campaignDeleted": "2025-10-04T23:59:55.3858247", "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": "Y/+qrjj4zEG4KcLCF7v+0A==", "pluGuid": "aeaaff63-f838-41cc-b829-c2c217bbfed0", "hostOfferID": 1, "priceGroupG_UID": "XLBSh9i3QkWTbKc8pCdlmA==", "priceGroupGuid": "8752b05c-b7d8-4542-936c-a73ca4276598", "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-04T23:59:55.3858247", "rrp": 17, "campaignDescription": "sample string 18", "product": { "$ref": "11" }, "campaign": { "$ref": "52" } }, { "$ref": "53" } ], "sellingRules": [ { "$id": "54", "id": 1, "identifier": "Y9f6k1CdfEeZ/jmlSnfUlw==", "identifierStr": "Y9f6k1CdfEeZ/jmlSnfUlw==", "identifierGuid": "93fad763-9d50-477c-99fe-39a54a77d497", "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": "RJT+LJCry0aquSgemfb+bA==", "customerIDGuid": "2cfe9444-ab90-46cb-aab9-281e99f6fe6c", "campaign": { "$ref": "52" }, "customer": { "$id": "56", "identifier": "69NxVo6VIEqlq8Xuqn7vHQ==", "identifierGuid": "5671d3eb-958e-4a20-a5ab-c5eeaa7eef1d", "code": "sample string 2", "familyName": "sample string 3", "givenName": "sample string 4", "otherName": "sample string 5", "title": "sample string 6", "dateOfBirth": "2025-10-04T23:59:55.3858247", "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": "cF9nmjVoiEik9G+pBlGgWA==", "communityIdentifierGuid": "9a675f70-6835-4888-a4f4-6fa90651a058", "joined": "2025-10-04T23:59:55.3858247", "updated": "2025-10-04T23:59:55.3858247", "active": true, "reasonInactive": 1, "groupCustomer": true, "loyaltyPoints": 1, "homeStoreID": 1, "availableSpend": 1, "priceLevelIdentifier": "OLTGBbO0MkKlNWe/c0+JYQ==", "priceLevelIdentifierGuid": "05c6b438-b4b3-4232-a535-67bf734f8961", "marketingID": "sample string 18", "hidden": true, "registered": true, "registeredOn": "2025-10-04T23:59:55.3858247", "emailMarketing": true, "smsMarketing": true, "deleted": true, "deletedUser": "sample string 24", "homeStoreName": "sample string 25", "customerCards": [ { "$id": "57", "cardType": 2, "issueDate": "2025-10-04T23:59:55.3858247", "expiry": "2025-10-04T23:59:55.3858247", "customerID": "6xlM1hZYZ0eIt6v/lRsfLw==", "customerIDGuid": "d64c19eb-5816-4767-88b7-abff951b1f2f", "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-04T23:59:55.3858247", "linkedAccount": "UI0U1pexM0uZ+8ytHZE/vQ==", "linkedAccountGuid": "d6148d50-b197-4b33-99fb-ccad1d913fbd", "currentValueChanged": true, "limitsChanged": true, "customer": { "$ref": "56" }, "account": { "$id": "58", "id": 1, "identifier": "vKAI1HFrI0aHDrnrAtzFsA==", "identifierGuid": "d408a0bc-6b71-4623-870e-b9eb02dcc5b0", "referenceNo": "sample string 3", "name": "sample string 4", "created": "2025-10-04T23:59:55.3858247", "owner": "1XV3EevcFkiSF8Vz7o1d4w==", "ownerGuid": "117775d5-dceb-4816-9217-c573ee8d5de3", "accountStoreGroupIdentifier": "77VpkyrV/0CXFu289IIQbA==", "accountStoreGroupGuid": "9369b5ef-d52a-40ff-9716-edbcf482106c", "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-04T23:59:55.3858247", "active": true, "updated": "2025-10-04T23:59:55.3858247", "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": "aNhmZJiQIk6GgLf7TAo1lg==", "identifierGuid": "6466d868-9098-4e22-8680-b7fb4c0a3596", "name": "sample string 2", "primaryContact": "6It+wt36k0+9Z6dTv3+wZA==", "primaryContactGuid": "c27e8be8-fadd-4f93-bd67-a753bf7fb064", "accountID": "ovm6cyqpSUqMjwsvdYan/w==", "accountIDGuid": "73baf9a2-a92a-4a49-8c8f-0b2f7586a7ff", "special": true, "updated": "2025-10-04T23:59:55.3858247", "active": true, "reasonInactive": 1, "priceLevelIdentifier": "jJnFVZXUsEi0A8Em0RWTmw==", "priceLevelIdentifierGuid": "55c5998c-d495-48b0-b403-c126d115939b", "deleted": true, "account": { "$ref": "58" }, "primaryContactCustomer": { "$ref": "56" }, "customerGroupMembers": [ { "$id": "61", "id": 1, "groupID": "VXk87Lfe0kSJGcMvX36XEg==", "groupIDGuid": "ec3c7955-deb7-44d2-8919-c32f5f7e9712", "customerID": "RESHib1VZUuLOcb4w63guA==", "customerIDGuid": "89874444-55bd-4b65-8b39-c6f8c3ade0b8", "card": "sample string 4", "linkedAccount": "cZKfvaGO2ES7bq5HZ74SNA==", "linkedAccountGuid": "bd9f9271-8ea1-44d8-bb6e-ae4767be1234", "customer": { "$ref": "56" }, "group": { "$ref": "60" }, "customerCard": { "$ref": "57" } }, { "$ref": "61" } ] }, { "$ref": "60" } ] }, "payments": [ { "$id": "62", "id": 1, "identifier": "2r/jxe4qPUKvWXg/yh1G3g==", "identifierGuid": "c5e3bfda-2aee-423d-af59-783fca1d46de", "storeID": 2, "operatorName": "sample string 3", "saleHeaderID": 4, "paymentType": 5, "amount": 6, "account": "sample string 7", "accountID": "9JcVBmNbz0uH1U2wFSIgTw==", "accountIDGuid": "061597f4-5b63-4bcf-87d5-4db01522204f", "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-04T23:59:55.3858247", "invRocNo": "sample string 14", "responseCode": "sample string 15", "cashout": 1, "tip": 16, "idempotentVoid": "MHKmB7Dh6E+ytezlH6Sxyw==", "idempotentVoidGuid": "07a67230-e1b0-4fe8-b2b5-ece51fa4b1cb", "offline": true, "processed": 1, "storeSaleHeader": { "$id": "63", "saleHeaderID": 1, "saleHeaderGuid": "HK1YgT28QEKf3FEaKaEviw==", "saleHeaderIdentifierGuid": "8158ad1c-bc3d-4240-9fdc-511a29a12f8b", "created": "2025-10-04T23:59:55.3858247", "createdLocal": "2025-10-04T23:59:55.3858247", "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-04T23:59:55.3858247", "storeID": 1, "operatorG_Uid": "puTGRwJaREGoB7/Cdg7sTA==", "operatorGuid": "47c6e4a6-5a02-4144-a807-bfc2760eec4c", "customerG_Uid": "z7ypPUZfF0+W8Qdq2M20jA==", "customerGuid": "3da9bccf-5f46-4f17-96f1-076ad8cdb48c", "communityIdentifier": "3iICJccwU0q+uenvVaw6yg==", "communityIdentifierGuid": "250222de-30c7-4a53-beb9-e9ef55ac3aca", "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": "3pKihyMFpEi2RcBmOtl95Q==", "priceLevelIdentifierGuid": "87a292de-0523-48a4-b645-c0663ad97de5", "locked": 36, "relationChecksum": "sample string 37", "loyaltyTender": 1, "giftCardTender": 1, "operator": { "$ref": "23" }, "customer": { "$ref": "56" }, "communityOrganisation": { "$id": "64", "id": 1, "identifier": "S9AYqJKYRE2IxmBYMR6vJg==", "identifierGuid": "a818d04b-9892-4d44-88c6-6058311eaf26", "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-04T23:59:55.3858247", "deleted": true }, "details": [ { "$id": "65", "saleItemID": 1, "identifier": "8deVThdyMESozNBU+Cgg3g==", "identifierGuid": "4e95d7f1-7217-4430-a8cc-d054f82820de", "saleHeaderID": 2, "plu": 1, "pluG_UId": "TfSYcpKJ1kCIhVpT9QiWaw==", "pluGuid": "7298f44d-8992-40d6-8885-5a53f508966b", "accountID": "1AjGmmo6X025crBlZJfnMw==", "accountIDGuid": "9ac608d4-3a6a-4d5f-b972-b0656497e733", "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-04T23:59:55.3858247", "bestOrExpireType": 1, "providerName": "sample string 11", "refundG_UID": "3rbrcV7sZ0mYSzNx93mMPg==", "refundGuid": "71ebb6de-ec5e-4967-984b-3371f7798c3e", "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": "68IKxq2RJk+qxcEsxxwYRA==", "idempotentVoidGuid": "c60ac2eb-91ad-4f26-aac5-c12cc71c1844", "priceLevelIdentifier": "H9VJJKry3U+x/2Ak1Aosng==", "priceLevelIdentifierGuid": "2449d51f-f2aa-4fdd-b1ff-6024d40a2c9e", "productName": "sample string 23", "apn": "sample string 24", "unknownScans": [ { "$id": "66", "id": 1, "saleDetailID": 2, "storeID": 1, "scanned": "2025-10-04T23:59:55.3858247", "operatorG_UID": "QEA=", "barcode": "sample string 4", "processed": 1 }, { "$ref": "66" } ], "refund": { "$id": "67", "id": 1, "g_UID": "cySKCFi0/0Otml/oJxSQEg==", "guid": "088a2473-b458-43ff-ad9a-5fe827149012", "description": "sample string 1", "dumped": true, "inventoryReasonID": 1, "sortOrder": 1, "updated": "2025-10-04T23:59:55.3858247" }, "modifier": { "$id": "68", "id": 1, "setG_UID": "8km0wyEQn0eO31j4AiZETg==", "modifierSetGuid": "c3b449f2-1021-479f-8edf-58f80226444e", "name": "sample string 2", "price": 1, "quantity": 1, "modifierType": 1, "groupNumber": 1, "pageNumber": 1, "controlOrder": 1, "printToStation": true, "pluG_UID": "TQizHMcikkSjpQJ4CQhSkw==", "pluGuid": "1cb3084d-22c7-4492-a3a5-027809085293", "deleted": true, "g_UID": "zFc6PYx+BUmLFH5KS4FSdg==", "guid": "3d3a57cc-7e8c-4905-8b14-7e4a4b815276", "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": "KlwQK2QjE0qWRFJKRZtbiQ==", "pluGuid": "2b105c2a-2364-4a13-9644-524a459b5b89", "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-04T23:59:55.3858247", "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-04T23:59:55.3858247", "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": "p94o6mu1R0e5ZhRr6Nfdqg==", "pluGuid": "ea28dea7-b56b-4747-b966-146be8d7ddaa", "accountID": "dF6vE7h63EuvNJl3FpwLCQ==", "accountIDGuid": "13af5e74-7ab8-4bdc-af34-9977169c0b09", "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-04T23:59:55.3858247", "bestOrExpireType": 1, "refundG_UID": "zXAsXzlzAEyC7W/fqYkj0g==", "refundGuid": "5f2c70cd-7339-4c00-82ed-6fdfa98923d2", "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": "vsfJC1Q+lkS0ecfuN9a+4Q==", "identifierGuid": "0bc9c7be-3e54-4496-b479-c7ee37d6bee1", "id": 1, "orderNo": 2, "externalSaleIdentifier": "sample string 3", "storeID": 4, "zoneID": 5, "deptNo": 6, "customerIdentifier": "PfqUJLYrcU21uT2j2uINxA==", "customerIdentifierGuid": "2494fa3d-2bb6-4d71-b5b9-3da3dae20dc4", "operatorNo": 1, "operatorG_UID": "WS9GW2f910CtPLFIjaZI8A==", "operatorGuid": "5b462f59-fd67-40d7-ad3c-b1488da648f0", "created": "2025-10-04T23:59:55.3858247", "ordered": "2025-10-04T23:59:55.3858247", "started": "2025-10-04T23:59:55.3858247", "completed": "2025-10-04T23:59:55.3858247", "supplied": "2025-10-04T23:59:55.3858247", "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": "zZH1SH0b0EqwEjXbLSHgKQ==", "pluGuid": "48f591cd-1b7d-4ad0-b012-35db2d21e029", "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": "pR9d8CGzeEmy6SVq7xpJTw==", "headerIdentifierGuid": "f05d1fa5-b321-4978-b2e9-256aef1a494f", "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": "QZFRABUd/Umxerln23ljqw==", "surveyGuid": "00519141-1d15-49fd-b17a-b967db7963ab", "saleHeaderGuid": "kX92kkKyJEKWwJDzB9l2Lg==", "saleGuid": "92767f91-b242-4224-96c0-90f307d9762e", "textResponse": "sample string 1", "integerResponse": 1, "g_UIDResponse": "c0F+h0dTz02uSauvAidRkQ==", "guidResponse": "877e4173-5347-4dcf-ae49-abaf02275191", "whoAnswered": 2, "answeredAtUTC": "2025-10-04T23:59:55.3858247", "sale": { "$ref": "63" }, "survey": { "$id": "77", "g_UID": "FVyiOIllnkm+dNqawn+kvA==", "guid": "38a25c15-6589-499e-be74-da9ac27fa4bc", "name": "sample string 1", "storeID": 2, "zoneID": 1, "checkoutFormG_UID": "KgdhV/w/UUyjq0tf/aVL3g==", "checkoutFormGuid": "5761072a-3ffc-4c51-a3ab-4b5ffda54bde", "displayToWho": 3, "displayWhen": 4, "start": "2025-10-04T23:59:55.3858247", "end": "2025-10-04T23:59:55.3858247", "deleted": true, "updated": "2025-10-04T23:59:55.3858247", "possibleIntegerResponses": [ 1, 2 ], "possibleTextResponses": [ "sample string 1", "sample string 2" ], "possibleGuidResponses": [ "c2c9fa36-ec26-4fc6-b112-037baba21176", "b5ea261f-9e3a-415d-8a7b-28842c7369f6" ], "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": "qnCzNc44H0WOc7AL+kuhYw==", "accountIdentifier": "35b370aa-38ce-451f-8e73-b00bfa4ba163", "accountName": "sample string 42", "customerOrderIdentifier": "axk/W6UpQEGNhxI8EWbbjA==", "customerOrderIdentifierGuid": "5b3f196b-29a5-4140-8d87-123c1166db8c", "priceLevelName": "sample string 43", "revision": 44, "ingressId": "sample string 45" }, "metadata": { "$id": "78", "id": 1, "paymentID": 2, "paymentIdentifier": "tkmtm/GoZ0C9ZFa1MjxfjA==", "paymentIdentifierGuid": "9bad49b6-a8f1-4067-bd64-56b5323c5f8c", "identifier": "Dv58U/hynEuYghwbbR/1TQ==", "identifierGuid": "537cfe0e-72f8-4b9c-9882-1c1b6d1ff54d", "metadata": "sample string 3", "signatureImage": "QEA=", "itemIdentifier": "fx9bF1QUq0+HK8AKd1+kXQ==", "itemIdentifierGuid": "175b1f7f-1454-4fab-872b-c00a775fa45d" } }, { "$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": "u5OszMrdt0WJbD1Pjp1c5Q==", "customerIdentifierGuid": "ccac93bb-ddca-45b7-896c-3d4f8e9d5ce5", "voucherName": "sample string 2", "count": 3, "storeID": 4, "barcode": "sample string 5", "redeemCount": 6, "issueCount": 7, "storeSalePaymentID": 1, "idempotentID": "avaNPL5jOU2rHESeI7GBxw==", "idempotentGuid": "3c8df66a-63be-4d39-ab1c-449e23b181c7", "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-04T23:59:55.3858247", "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-04T23:59:55.3858247", "labelPageLayout": "eKI/5IEMfkO52FlqlENOqQ==", "pageLayoutGuid": "e43fa278-0c81-437e-b9d8-596a94434ea9", "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-04T23:59:55.3858247" }, { "$ref": "83" } ] }, "customerVouchers": [ { "$id": "84", "id": 1, "customerIdentifier": "tbQ/BgqVWUuM1PM4NtaZmQ==", "customerIdentifierGuid": "063fb4b5-950a-4b59-8cd4-f33836d69999", "voucherID": 3, "voucherName": "sample string 4", "storeID": 1, "barcode": "sample string 5", "dateOfIssue": "2025-10-04T23:59:55.3858247", "issuedSaleHeaderID": 1, "issuedSaleIdentifier": "sample string 7", "issuedOfflinePaymentID": 1, "issuedIdempotentID": "OoktBqpSuU6QoP31EDumrA==", "issuedIdempotentGuid": "062d893a-52aa-4eb9-90a0-fdf5103ba6ac", "issuedOffline": true, "issuedUser": "sample string 9", "issuedNotes": "sample string 10", "expiryDate": "2025-10-04T23:59:55.3858247", "expiredUser": "sample string 11", "expiredNotes": "sample string 12", "redeemed": "2025-10-04T23:59:55.3858247", "redeemedSaleHeaderID": 1, "redeemedSaleIdentifier": "sample string 13", "redeemedOfflinePaymentID": 1, "redeemedIdempotentID": "85bWKV9kSUG1i3oYnHmqFQ==", "redeemedIdempotentGuid": "29d696f3-645f-4149-b58b-7a189c79aa15", "redeemedUser": "sample string 14", "redeemedNotes": "sample string 15", "redeemedOffline": true, "updated": "2025-10-04T23:59:55.3858247", "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": "xhlTILo3HU6mYCRN/59GAA==", "groupIDGuid": "205319c6-37ba-4e1d-a660-244dff9f4600", "campaign": { "$ref": "52" }, "group": { "$ref": "60" } }, { "$ref": "85" } ], "signIqTickets": [ { "$id": "86", "identifier": "+lZMhlKuvUGM1BOx/74xDw==", "identifierGuid": "864c56fa-ae52-41bd-8cd4-13b1ffbe310f", "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": "iWwp0AiPhUGREiy0YSTesQ==", "guid": "d0296c89-8f08-4185-9112-2cb46124deb1", "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": "MQZ6y5WCT0KVRKC0iIAMOg==", "groupGuid": "cb7a0631-8295-424f-9544-a0b488800c3a", "comboPriceType": 5, "priceType": 5, "pluG_UID": "9D0UC/HIIE60ih3A62VgLQ==", "pluGuid": "0b143df4-c8f1-4e20-b48a-1dc0eb65602d", "priceGroupG_UID": "NODwtjrltECDu0bT4exfrw==", "priceGroupGuid": "b6f0e034-e53a-40b4-83bb-46d3e1ec5faf", "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": "7W45sC5s1ECEfgXFreqC0w==", "priceLevelIdentifierGuid": "b0396eed-6c2e-40d4-847e-05c5adea82d3", "campaignName": "sample string 3", "priceLevelName": "sample string 4" }, { "$ref": "89" } ] }, "product": { "$ref": "11" }, "dealCost": { "$id": "90", "headerIdentifier": "jx35nYGlZUmTJk/3ApFdsw==", "headerIdentifierGuid": "9df91d8f-a581-4965-9326-4ff702915db3", "identifier": "MyekWlJzBUKwfFkfUMthHA==", "identifierGuid": "5aa42733-7352-4205-b07c-591f50cb611c", "supplierIdentifier": "qf4rmAzBiEeqyPWtHCiRvQ==", "supplierGuid": "982bfea9-c10c-4788-aac8-f5ad1c2891bd", "pluG_UID": "84FnAni1QEWRIr2TzufvGw==", "pluGuid": "026781f3-b578-4540-9122-bd93cee7ef1b", "campaignName": "856042a9-550c-4402-8976-5f8d2f67f590", "description": "sample string 4", "cost": 5, "costDecimals": 6, "start": "2025-10-04T23:59:55.3858247", "end": "2025-10-04T23:59:55.3858247", "type": 9, "promoType": 10, "bonusItemPLUG_UID": "N/B1vKkWxEe7VdZTJuqEVw==", "bonusItemPluGuid": "bc75f037-16a9-47c4-bb55-d65326ea8457", "bonusPurchaseUnits": 11, "bonusReceiveUnits": 12, "updated": "2025-10-04T23:59:55.3858247", "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-04T23:59:55.3858247", "campaignEndDate": "2025-10-04T23:59:55.3858247", "masterPLUG_UID": "FLlkzK1KnEiEmVfIZkxiQQ==", "masterID": "cc64b914-4aad-489c-8499-57c8664c6241", "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": "2Eb+a5RDcECtoAsJdh2fcg==", "bonusMasterID": "6bfe46d8-4394-4070-ada0-0b09761d9f72", "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-04T23:59:55.3858247", "dealCosts": [ { "$ref": "90" }, { "$ref": "90" } ], "tags": [ { "$id": "91", "pluG_UID": "w8Drk0JqREW1qUE/4LW0Uw==", "pluGuid": "93ebc0c3-6a42-4544-b5a9-413fe0b5b453", "tagID": 1, "description": "sample string 1", "storeIDs": [ 1, 2 ] }, { "$ref": "91" } ], "alternateProductG_UID": "WzsCDlc2DkGmeJfbNEAI1A==", "alternateProduct": "0e023b5b-3657-410e-a678-97db344008d4", "productHostCode": { "$id": "92", "id": 1, "pluG_UID": "82EuVZW+3ECec3bfvxsGMg==", "pluGuid": "552e61f3-be95-40dc-9e73-76dfbf1b0632", "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-04T23:59:55.3858247", "inventoryTracked": "2025-10-04T23:59:55.3858247", "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": "nq5v2mx4P0KXVxiN224wqQ==", "supplierGuid": "da6fae9e-786c-423f-9757-188ddb6e30a9", "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": "2kGn56UqcEeqxR990BcCgw==", "supplierGuid": "e7a741da-2aa5-4770-aac5-1f7dd0170283", "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-04T23:59:55.3858247", "deliveryDate": "2025-10-04T23:59:55.3858247", "nextCutOffDate": "2025-10-04T23:59:55.3858247", "nextDeliveryDate": "2025-10-04T23:59:55.3858247", "nextDaysBuffer": 10 }, { "$ref": "95" } ], "store": { "$ref": "2" }, "updated": "2025-10-04T23:59:55.3858247", "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-04T23:59:55.3858247", "processed": "2025-10-04T23:59:55.3858247", "isProcessing": true, "processedCount": 6, "processingTime": 1, "collectedUtc": "2025-10-04T23:59:55.3858247", "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-04T23:59:55.3858247", "businessPillar": "sample string 3", "fileType": "sample string 4" } }, { "$ref": "96" } ], "zoneMatrix": [ { "$id": "98", "id": 1, "hostIdentifier": "iF4e74tPRUmiFH3d8Tg7DQ==", "hostIdentifierGuid": "ef1e5e88-4f8b-4945-a214-7dddf1383b0d", "storeID": 1, "departmentCode": "sample string 2", "hostGuids": [ "06dfb2f0-38c4-4193-99ac-bbeb4e1faa30", "452a5e24-7d5e-47cb-a35c-69301fd9305d" ] }, { "$ref": "98" } ], "hostFileStoreSetting": { "$ref": "4" }, "hostStoreSettings": [ { "$ref": "4" }, { "$ref": "4" } ], "promotionPlacements": [ { "$id": "99", "identifier": "qA9gkIiFKECbPBkQgE15ug==", "identifierGuid": "90600fa8-8588-4028-9b3c-1910804d79ba", "code": "sample string 2", "description": "sample string 3", "isAdvertised": true }, { "$ref": "99" } ], "promoTypeGuids": [ "c9e9fcd5-e107-4564-bbd1-83248c3f4e03", "ab84b879-0a90-4acb-b216-aeaa5c1fec57" ], "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-04T23:59:55.3858247", "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": "de9fd053-11d4-41c1-b0fb-f7196c6c883d", "updateStore": { "$id": "105", "id": "c59bc19e-6a65-4695-8c86-0cb8a9786fe4", "name": "sample string 1", "lastActivity": "2025-10-04T23:59:55.3858247", "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-04T23:59:55.3858247" }, "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": "FPzulFX5hUKvzP+HSJOfag==", "identifierGuid": "94eefc14-f955-4285-afcc-ff8748939f6a", "companyName": "sample string 1", "abn": "sample string 2", "address1": "sample string 3", "address2": "sample string 4", "telephone": "sample string 5", "primaryContactGuid": "6VnjHdcJtkOpfp8kaHTW2w==", "primaryContactID": "1de359e9-09d7-43b6-a97e-9f246874d6db", "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/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
Identifier of created scheduled order
globally unique identifierResponse Formats
application/json, text/json
"6e162e7a-6eec-4ca7-b6e1-055f4117017d"
application/xml, text/xml
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">6e162e7a-6eec-4ca7-b6e1-055f4117017d</guid>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
PK {�D[�b.�� 5 xl/workbook.xml � (� ����0��&�C�����N\�z�^�V�O�||K $���~;t2nx3����\��lE��=(�Ƃ�;a�b!J�"Fɡ5��@��%q0� ����/�X�:`����bR�f�C���&�d4ֺ���"�)�`�ERH35nY`%���8��U2wq*���K%����{�Q��n�PK {�D[���� � [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 {�D[cJ��' ' _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="R10cd81d157bd413b" /></Relationships>PK {�D[%��s$ � xl/worksheets/sheet1.xml � (� �QMk�0�+�����#+IJ���6v��^�Ԧ�l%�ϟ�1�e�zz�I��w3���h��2��v�k{m�L�Cŏm���y@,��?��+�� ���w8� ���Rw8��3v�K�ȲG�`���ғ�����@�ɂ7*#��m����3C�O9g���]���,��x��K��,a��%)�:�� ��p}}U6�O=�>���7Ό��w�=����.ϫ����ܗ���=���ʛK��$ͳ$��W�R9��(��� �üK��b�������_�-�� ����s�PK {�D[qD�� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞�qR'TM�aö��3��&vd�@�Ƃ#q�"A*�`��h~OO��|���ަ����� � FV�v�}���հ�n�4bL�s`iņL��� M27�M��� cJ}�g�G�K!�K\3��<����MN�&��0u�Qv@�Sl��%�Y�{l�wŪ&-���+��x)�z}��WXTs��KU�Mezj��O�^:-�K5-��@)I������~PK {�D[Ѓc'2 E xl/styles.xml � (� �S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v �F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&� AR>��� ��im��ΑF���YO��%�}� ��LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK {�D[#��ݫ � xl/sharedStrings.xml � (� 5�Mn� ���fO +�� �E���= œ��g5�]t���=�-�z�ƹ��`A!�:e����u��X"Mq��#��A��gզ�#�"�1�f,�uEjɭn%J����a�xF�����ޔ� T�;IÂ�)?v�����K���Q��IS�O�=�nG��� ���M{�PK- {�D[�b.�� 5 xl/workbook.xmlPK- {�D[���� � � [Content_Types].xmlPK- {�D[cJ��' ' U _rels/.relsPK- {�D[%��s$ � � xl/worksheets/sheet1.xmlPK- {�D[qD�� P 7 xl/_rels/workbook.xml.relsPK- {�D[Ѓc'2 E | xl/styles.xmlPK- {�D[#��ݫ � � xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
PK {�D[��7S� 5 xl/workbook.xml � (� ��M�0��&ޡ�,ЄVlܺp_��6ҟ�5x|K $�ռ7o�:[�zX�B=����]KH�4'�����^���+��0X��`"���L<L,*k�T.��+8l �iEi������]��L���b"���o�fؾ�2LC�Fٹ�.1�Jͭťn�T���l���a�l��/PK {�D[���� � [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 {�D[: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="R7fa48a54f61e4114" /></Relationships>PK {�D[%��s$ � xl/worksheets/sheet1.xml � (� �QMk�0�+�����#+IJ���6v��^�Ԧ�l%�ϟ�1�e�zz�I��w3���h��2��v�k{m�L�Cŏm���y@,��?��+�� ���w8� ���Rw8��3v�K�ȲG�`���ғ�����@�ɂ7*#��m����3C�O9g���]���,��x��K��,a��%)�:�� ��p}}U6�O=�>���7Ό��w�=����.ϫ����ܗ���=���ʛK��$ͳ$��W�R9��(��� �üK��b�������_�-�� ����s�PK {�D[���� P xl/_rels/workbook.xml.rels � (� ��Kn� @��f_���UH6�d��c�Hڜ���W(J�֑��&�͇�'1�����8�3��{'�:�u�:�da�Y�q�)oD�O��'. �)MO�Feq����<1>�2�2tt��(;�%cK��e��e���1��g�N#�����p�19��a�ӊ�x��@vZ��i���2�*+�5z7��.�_��z&��F�X�h�7w��2�~I!���iޞ���*{1͑�Ւ�W5zs�/PK {�D[Ѓc'2 E xl/styles.xml � (� �S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v �F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&� AR>��� ��im��ΑF���YO��%�}� ��LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK {�D[#��ݫ � xl/sharedStrings.xml � (� 5�Mn� ���fO +�� �E���= œ��g5�]t���=�-�z�ƹ��`A!�:e����u��X"Mq��#��A��gզ�#�"�1�f,�uEjɭn%J����a�xF�����ޔ� T�;IÂ�)?v�����K���Q��IS�O�=�nG��� ���M{�PK- {�D[��7S� 5 xl/workbook.xmlPK- {�D[���� � � [Content_Types].xmlPK- {�D[:H��' ' U _rels/.relsPK- {�D[%��s$ � � xl/worksheets/sheet1.xmlPK- {�D[���� P 7 xl/_rels/workbook.xml.relsPK- {�D[Ѓc'2 E } xl/styles.xmlPK- {�D[#��ݫ � � xl/sharedStrings.xmlPK � �