PUT api/admin/platform-admin-features
Request Information
URI Parameters
None.
Body Parameters
PlatformAdminFlagsDto| Name | Description | Type | Additional information |
|---|---|---|---|
| AiSmartDashboard | boolean |
None. |
|
| AutoFakeOrderDetection | boolean |
None. |
|
| CustomerBehaviorAnalysis | boolean |
None. |
|
| PeakTimePrediction | boolean |
None. |
|
| DynamicDeliveryPricing | boolean |
None. |
|
| OrderHeatMap | boolean |
None. |
|
| LiveDriversMonitoring | boolean |
None. |
|
| FranchiseBranches | boolean |
None. |
|
| IntegratedCrm | boolean |
None. |
|
| SupportChatbot | boolean |
None. |
|
| InAppAdsManagement | boolean |
None. |
|
| FlexibleCommissions | boolean |
None. |
|
| AdvancedCoupons | boolean |
None. |
|
| FakeReviewPrevention | boolean |
None. |
|
| PredictiveProfitReports | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"aiSmartDashboard": true,
"autoFakeOrderDetection": true,
"customerBehaviorAnalysis": true,
"peakTimePrediction": true,
"dynamicDeliveryPricing": true,
"orderHeatMap": true,
"liveDriversMonitoring": true,
"franchiseBranches": true,
"integratedCrm": true,
"supportChatbot": true,
"inAppAdsManagement": true,
"flexibleCommissions": true,
"advancedCoupons": true,
"fakeReviewPrevention": true,
"predictiveProfitReports": true
}
application/xml, text/xml
Sample:
<PlatformAdminFlagsDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Del.Api.Models.Dtos"> <AdvancedCoupons>true</AdvancedCoupons> <AiSmartDashboard>true</AiSmartDashboard> <AutoFakeOrderDetection>true</AutoFakeOrderDetection> <CustomerBehaviorAnalysis>true</CustomerBehaviorAnalysis> <DynamicDeliveryPricing>true</DynamicDeliveryPricing> <FakeReviewPrevention>true</FakeReviewPrevention> <FlexibleCommissions>true</FlexibleCommissions> <FranchiseBranches>true</FranchiseBranches> <InAppAdsManagement>true</InAppAdsManagement> <IntegratedCrm>true</IntegratedCrm> <LiveDriversMonitoring>true</LiveDriversMonitoring> <OrderHeatMap>true</OrderHeatMap> <PeakTimePrediction>true</PeakTimePrediction> <PredictiveProfitReports>true</PredictiveProfitReports> <SupportChatbot>true</SupportChatbot> </PlatformAdminFlagsDto>
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.