PUT api/admin/platform-revenue-features

Request Information

URI Parameters

None.

Body Parameters

PlatformRevenueFlagsDto
NameDescriptionTypeAdditional 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:

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.