PUT api/admin/platform-revenue-features
Request Information
URI Parameters
None.
Body Parameters
PlatformRevenueFlagsDto| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderCommissions | boolean |
None. |
|
| StoreSubscriptions | boolean |
None. |
|
| InAppAds | boolean |
None. |
|
| CustomerSubscriptions | boolean |
None. |
|
| DeliveryFees | boolean |
None. |
|
| PriorityDeliveryFees | boolean |
None. |
|
| StoreAnalyticsPackages | boolean |
None. |
|
| FeaturedStores | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"orderCommissions": true,
"storeSubscriptions": true,
"inAppAds": true,
"customerSubscriptions": true,
"deliveryFees": true,
"priorityDeliveryFees": true,
"storeAnalyticsPackages": true,
"featuredStores": true
}
application/xml, text/xml
Sample:
<PlatformRevenueFlagsDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Del.Api.Models.Dtos"> <CustomerSubscriptions>true</CustomerSubscriptions> <DeliveryFees>true</DeliveryFees> <FeaturedStores>true</FeaturedStores> <InAppAds>true</InAppAds> <OrderCommissions>true</OrderCommissions> <PriorityDeliveryFees>true</PriorityDeliveryFees> <StoreAnalyticsPackages>true</StoreAnalyticsPackages> <StoreSubscriptions>true</StoreSubscriptions> </PlatformRevenueFlagsDto>
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.