PUT api/admin/store-features

Request Information

URI Parameters

None.

Body Parameters

StoreFeatureFlagsDto
NameDescriptionTypeAdditional information
QuickOrders

boolean

None.

AutoSlowTimeOffers

boolean

None.

ProductSearchAnalytics

boolean

None.

SmartPriceSuggestions

boolean

None.

AutoOpenCloseByHours

boolean

None.

StoreMonthlySubscription

boolean

None.

LiveStreamOffers

boolean

None.

DigitalProductsWithOrders

boolean

None.

BluetoothInvoicePrint

boolean

None.

QrMenuOrdering

boolean

None.

RestaurantReservations

boolean

None.

AiOrderVolumeForecast

boolean

None.

MultiBranchManagement

boolean

None.

BranchPerformanceComparison

boolean

None.

ProductOfTheDay

boolean

None.

AiStockShortageAlerts

boolean

None.

InAppPaidAdCampaigns

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "quickOrders": true,
  "autoSlowTimeOffers": true,
  "productSearchAnalytics": true,
  "smartPriceSuggestions": true,
  "autoOpenCloseByHours": true,
  "storeMonthlySubscription": true,
  "liveStreamOffers": true,
  "digitalProductsWithOrders": true,
  "bluetoothInvoicePrint": true,
  "qrMenuOrdering": true,
  "restaurantReservations": true,
  "aiOrderVolumeForecast": true,
  "multiBranchManagement": true,
  "branchPerformanceComparison": true,
  "productOfTheDay": true,
  "aiStockShortageAlerts": true,
  "inAppPaidAdCampaigns": true
}

application/xml, text/xml

Sample:
<StoreFeatureFlagsDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Del.Api.Models.Dtos">
  <AiOrderVolumeForecast>true</AiOrderVolumeForecast>
  <AiStockShortageAlerts>true</AiStockShortageAlerts>
  <AutoOpenCloseByHours>true</AutoOpenCloseByHours>
  <AutoSlowTimeOffers>true</AutoSlowTimeOffers>
  <BluetoothInvoicePrint>true</BluetoothInvoicePrint>
  <BranchPerformanceComparison>true</BranchPerformanceComparison>
  <DigitalProductsWithOrders>true</DigitalProductsWithOrders>
  <InAppPaidAdCampaigns>true</InAppPaidAdCampaigns>
  <LiveStreamOffers>true</LiveStreamOffers>
  <MultiBranchManagement>true</MultiBranchManagement>
  <ProductOfTheDay>true</ProductOfTheDay>
  <ProductSearchAnalytics>true</ProductSearchAnalytics>
  <QrMenuOrdering>true</QrMenuOrdering>
  <QuickOrders>true</QuickOrders>
  <RestaurantReservations>true</RestaurantReservations>
  <SmartPriceSuggestions>true</SmartPriceSuggestions>
  <StoreMonthlySubscription>true</StoreMonthlySubscription>
</StoreFeatureFlagsDto>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'StoreFeatureFlagsDto'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.