PUT api/admin/customer-innovation-features
Request Information
URI Parameters
None.
Body Parameters
CustomerInnovationFlagsDto| Name | Description | Type | Additional information |
|---|---|---|---|
| VoiceOrder | boolean |
None. |
|
| CameraProductOrder | boolean |
None. |
|
| SmartMealAssistant | boolean |
None. |
|
| OneTapReorder | boolean |
None. |
|
| SplitBill | boolean |
None. |
|
| GroupOrder | boolean |
None. |
|
| FoodTemperatureTracking | boolean |
None. |
|
| KitchenLiveView | boolean |
None. |
|
| OrderMyUsual | boolean |
None. |
|
| MealCustomization | boolean |
None. |
|
| ChallengesRewards | boolean |
None. |
|
| LuckyWheelDiscounts | boolean |
None. |
|
| FreeDeliverySubscription | boolean |
None. |
|
| FavoriteProductPriceAlerts | boolean |
None. |
|
| ArProductView | boolean |
None. |
|
| WhatToEatToday | boolean |
None. |
|
| CrossStorePriceCompare | boolean |
None. |
|
| DietaryPresetsKeto | boolean |
None. |
|
| DietaryPresetsVegan | boolean |
None. |
|
| DietaryPresetsGlutenFree | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"voiceOrder": true,
"cameraProductOrder": true,
"smartMealAssistant": true,
"oneTapReorder": true,
"splitBill": true,
"groupOrder": true,
"foodTemperatureTracking": true,
"kitchenLiveView": true,
"orderMyUsual": true,
"mealCustomization": true,
"challengesRewards": true,
"luckyWheelDiscounts": true,
"freeDeliverySubscription": true,
"favoriteProductPriceAlerts": true,
"arProductView": true,
"whatToEatToday": true,
"crossStorePriceCompare": true,
"dietaryPresetsKeto": true,
"dietaryPresetsVegan": true,
"dietaryPresetsGlutenFree": true
}
application/xml, text/xml
Sample:
<CustomerInnovationFlagsDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Del.Api.Models.Dtos"> <ArProductView>true</ArProductView> <CameraProductOrder>true</CameraProductOrder> <ChallengesRewards>true</ChallengesRewards> <CrossStorePriceCompare>true</CrossStorePriceCompare> <DietaryPresetsGlutenFree>true</DietaryPresetsGlutenFree> <DietaryPresetsKeto>true</DietaryPresetsKeto> <DietaryPresetsVegan>true</DietaryPresetsVegan> <FavoriteProductPriceAlerts>true</FavoriteProductPriceAlerts> <FoodTemperatureTracking>true</FoodTemperatureTracking> <FreeDeliverySubscription>true</FreeDeliverySubscription> <GroupOrder>true</GroupOrder> <KitchenLiveView>true</KitchenLiveView> <LuckyWheelDiscounts>true</LuckyWheelDiscounts> <MealCustomization>true</MealCustomization> <OneTapReorder>true</OneTapReorder> <OrderMyUsual>true</OrderMyUsual> <SmartMealAssistant>true</SmartMealAssistant> <SplitBill>true</SplitBill> <VoiceOrder>true</VoiceOrder> <WhatToEatToday>true</WhatToEatToday> </CustomerInnovationFlagsDto>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.