PUT api/admin/features
Request Information
URI Parameters
None.
Body Parameters
PlatformFeatureFlagsDto| Name | Description | Type | Additional information |
|---|---|---|---|
| AdminDashboard | boolean |
None. |
|
| AdminOrderCancel | boolean |
None. |
|
| AdminOrderRedispatch | boolean |
None. |
|
| AdminDriverPromotion | boolean |
None. |
|
| StoreSubscriptions | boolean |
None. |
|
| FinanceModule | boolean |
None. |
|
| CustomerPreferredDriver | boolean |
None. |
|
| CustomerFavoriteDrivers | boolean |
None. |
|
| DriverPromotionInList | boolean |
None. |
|
| NearbyDriversList | boolean |
None. |
|
| PreferredDriverExclusiveDispatch | boolean |
None. |
|
| ScheduledDelivery | boolean |
None. |
|
| Coupons | boolean |
None. |
|
| LoyaltyPointsRedemption | boolean |
None. |
|
| FavoriteStores | boolean |
None. |
|
| DailyDeals | boolean |
None. |
|
| FlashDeals | boolean |
None. |
|
| TopOffers | boolean |
None. |
|
| FreeDelivery | boolean |
None. |
|
| PersonalizedOffers | boolean |
None. |
|
| SmartNotifications | boolean |
None. |
|
| RequirePasswordForLogin | boolean |
None. |
|
| DispatchDirectToDrivers | boolean |
None. |
|
| DispatchViaAdminManual | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"adminDashboard": true,
"adminOrderCancel": true,
"adminOrderRedispatch": true,
"adminDriverPromotion": true,
"storeSubscriptions": true,
"financeModule": true,
"customerPreferredDriver": true,
"customerFavoriteDrivers": true,
"driverPromotionInList": true,
"nearbyDriversList": true,
"preferredDriverExclusiveDispatch": true,
"scheduledDelivery": true,
"coupons": true,
"loyaltyPointsRedemption": true,
"favoriteStores": true,
"dailyDeals": true,
"flashDeals": true,
"topOffers": true,
"freeDelivery": true,
"personalizedOffers": true,
"smartNotifications": true,
"requirePasswordForLogin": true,
"dispatchDirectToDrivers": true,
"dispatchViaAdminManual": true
}
application/xml, text/xml
Sample:
<PlatformFeatureFlagsDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Del.Api.Models.Dtos"> <AdminDashboard>true</AdminDashboard> <AdminDriverPromotion>true</AdminDriverPromotion> <AdminOrderCancel>true</AdminOrderCancel> <AdminOrderRedispatch>true</AdminOrderRedispatch> <Coupons>true</Coupons> <CustomerFavoriteDrivers>true</CustomerFavoriteDrivers> <CustomerPreferredDriver>true</CustomerPreferredDriver> <DailyDeals>true</DailyDeals> <DispatchDirectToDrivers>true</DispatchDirectToDrivers> <DispatchViaAdminManual>true</DispatchViaAdminManual> <DriverPromotionInList>true</DriverPromotionInList> <FavoriteStores>true</FavoriteStores> <FinanceModule>true</FinanceModule> <FlashDeals>true</FlashDeals> <FreeDelivery>true</FreeDelivery> <LoyaltyPointsRedemption>true</LoyaltyPointsRedemption> <NearbyDriversList>true</NearbyDriversList> <PersonalizedOffers>true</PersonalizedOffers> <PreferredDriverExclusiveDispatch>true</PreferredDriverExclusiveDispatch> <RequirePasswordForLogin>true</RequirePasswordForLogin> <ScheduledDelivery>true</ScheduledDelivery> <SmartNotifications>true</SmartNotifications> <StoreSubscriptions>true</StoreSubscriptions> <TopOffers>true</TopOffers> </PlatformFeatureFlagsDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.