POST api/InfoPayConfig/AdminUpdateInfoBizPayConfig

后台--信息商家支付配置更新

Request Information

URI Parameters

None.

Body Parameters

Collection of mh163k_live_bizPayConfig
NameDescriptionTypeAdditional information
Id

配置标识

integer

None.

PayType

商家支付类型

InfoBizPayType

None.

GiftDays

赠送置顶天数

integer

None.

MomentLimitByMonth

每月可发布商家动态

integer

None.

IsSuggested

是否自动成为精选商家

boolean

None.

PriceFen

价格(分)

integer

None.

CreditNum

积分数

integer

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:
<ArrayOfmh163k_live_bizPayConfig xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Info.Service.Model">
  <mh163k_live_bizPayConfig>
    <CreditNum>6</CreditNum>
    <GiftDays>2</GiftDays>
    <Id>1</Id>
    <IsSuggested>true</IsSuggested>
    <MomentLimitByMonth>3</MomentLimitByMonth>
    <PayType>OneYear</PayType>
    <PriceFen>5</PriceFen>
  </mh163k_live_bizPayConfig>
  <mh163k_live_bizPayConfig>
    <CreditNum>6</CreditNum>
    <GiftDays>2</GiftDays>
    <Id>1</Id>
    <IsSuggested>true</IsSuggested>
    <MomentLimitByMonth>3</MomentLimitByMonth>
    <PayType>OneYear</PayType>
    <PriceFen>5</PriceFen>
  </mh163k_live_bizPayConfig>
</ArrayOfmh163k_live_bizPayConfig>

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 'IEnumerable`1'.

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/" />