PUT api/admin/platform-revenue-config

Request Information

URI Parameters

None.

Body Parameters

PlatformRevenueConfigDto
NameDescriptionTypeAdditional information
OrderCommissionPercent

decimal number

None.

DefaultStoreMonthlyFee

decimal number

None.

CustomerPremiumMonthlyFee

decimal number

None.

PriorityDeliverySurcharge

decimal number

None.

AnalyticsPackageMonthlyFee

decimal number

None.

FeaturedStoreMonthlyFee

decimal number

None.

InAppAdCampaignMinBudget

decimal number

None.

DeliveryFeePlatformSharePercent

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "orderCommissionPercent": 1.0,
  "defaultStoreMonthlyFee": 2.0,
  "customerPremiumMonthlyFee": 3.0,
  "priorityDeliverySurcharge": 4.0,
  "analyticsPackageMonthlyFee": 5.0,
  "featuredStoreMonthlyFee": 6.0,
  "inAppAdCampaignMinBudget": 7.0,
  "deliveryFeePlatformSharePercent": 8.0
}

application/xml, text/xml

Sample:
<PlatformRevenueConfigDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Del.Api.Models.Dtos">
  <AnalyticsPackageMonthlyFee>5</AnalyticsPackageMonthlyFee>
  <CustomerPremiumMonthlyFee>3</CustomerPremiumMonthlyFee>
  <DefaultStoreMonthlyFee>2</DefaultStoreMonthlyFee>
  <DeliveryFeePlatformSharePercent>8</DeliveryFeePlatformSharePercent>
  <FeaturedStoreMonthlyFee>6</FeaturedStoreMonthlyFee>
  <InAppAdCampaignMinBudget>7</InAppAdCampaignMinBudget>
  <OrderCommissionPercent>1</OrderCommissionPercent>
  <PriorityDeliverySurcharge>4</PriorityDeliverySurcharge>
</PlatformRevenueConfigDto>

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 'PlatformRevenueConfigDto'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.