POST api/LovePartnerDistribution/UpdateDistributionConfigDetail

更新合伙人分销配置详情

Request Information

URI Parameters

None.

Body Parameters

LovePartnerDistributionConfigMore
NameDescriptionTypeAdditional information
Configs

配置详情

Collection of LovePartnerDistributionConfigDetailMore

None.

Id

配置标识

integer

None.

Name

级别名称

string

None.

Level

级别

LovePartnerDistributionLevel

None.

MinimunPerformance

最少团队累计业绩(分)

integer

None.

MinimunLoveMemberQtys

最少累计发展相亲会员数量

integer

None.

LoveMaleMemberRegisterBonus

男会员注册奖励(分/人)

integer

None.

LoveFemaleMemberRegisterBonus

女会员注册奖励(分/人)

integer

None.

MemberConsumeHaveBonus

是否给与会员消费分成

boolean

None.

Request Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: 无法访问已关闭的流。

text/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: 无法访问已关闭的流。

application/xml, text/xml

Sample:
<LovePartnerDistributionConfigMore xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.LovePartner.Service.Dto">
  <Id xmlns="http://schemas.datacontract.org/2004/07/Mh.LovePartner.Service.Model">1</Id>
  <Level xmlns="http://schemas.datacontract.org/2004/07/Mh.LovePartner.Service.Model">Level1</Level>
  <LoveFemaleMemberRegisterBonus xmlns="http://schemas.datacontract.org/2004/07/Mh.LovePartner.Service.Model">6</LoveFemaleMemberRegisterBonus>
  <LoveMaleMemberRegisterBonus xmlns="http://schemas.datacontract.org/2004/07/Mh.LovePartner.Service.Model">5</LoveMaleMemberRegisterBonus>
  <MemberConsumeHaveBonus xmlns="http://schemas.datacontract.org/2004/07/Mh.LovePartner.Service.Model">true</MemberConsumeHaveBonus>
  <MinimunLoveMemberQtys xmlns="http://schemas.datacontract.org/2004/07/Mh.LovePartner.Service.Model">4</MinimunLoveMemberQtys>
  <MinimunPerformance xmlns="http://schemas.datacontract.org/2004/07/Mh.LovePartner.Service.Model">3</MinimunPerformance>
  <Name xmlns="http://schemas.datacontract.org/2004/07/Mh.LovePartner.Service.Model">sample string 2</Name>
  <Configs>
    <LovePartnerDistributionConfigDetailMore>
      <Benefit xmlns="http://schemas.datacontract.org/2004/07/Mh.LovePartner.Service.Model">6</Benefit>
      <ConfigId xmlns="http://schemas.datacontract.org/2004/07/Mh.LovePartner.Service.Model">4</ConfigId>
      <FinItemId xmlns="http://schemas.datacontract.org/2004/07/Mh.LovePartner.Service.Model">5</FinItemId>
      <Id xmlns="http://schemas.datacontract.org/2004/07/Mh.LovePartner.Service.Model">3</Id>
      <BenefitYuan>0.06</BenefitYuan>
      <FinItemName>sample string 1</FinItemName>
    </LovePartnerDistributionConfigDetailMore>
    <LovePartnerDistributionConfigDetailMore>
      <Benefit xmlns="http://schemas.datacontract.org/2004/07/Mh.LovePartner.Service.Model">6</Benefit>
      <ConfigId xmlns="http://schemas.datacontract.org/2004/07/Mh.LovePartner.Service.Model">4</ConfigId>
      <FinItemId xmlns="http://schemas.datacontract.org/2004/07/Mh.LovePartner.Service.Model">5</FinItemId>
      <Id xmlns="http://schemas.datacontract.org/2004/07/Mh.LovePartner.Service.Model">3</Id>
      <BenefitYuan>0.06</BenefitYuan>
      <FinItemName>sample string 1</FinItemName>
    </LovePartnerDistributionConfigDetailMore>
  </Configs>
</LovePartnerDistributionConfigMore>

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

Response Information

Resource Description

更新合伙人分销配置详情

Object

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: 无法访问已关闭的流。

text/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: 无法访问已关闭的流。

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />