POST api/Finance/UpdateFinanceItem

后台 - 更新财务项目配置

Request Information

URI Parameters

None.

Body Parameters

FinCommonConfigDto
NameDescriptionTypeAdditional information
PayMode

支付模式

FinOrderPayType

None.

FinItems

支付项目

Collection of FinItemCommonConfigDto

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:
<FinCommonConfigDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Dto.Finance">
  <FinItems>
    <FinItemCommonConfigDto>
      <Id>1</Id>
      <Level>5</Level>
      <Name>sample string 2</Name>
      <NumTimes>6</NumTimes>
      <PeriodLength>4</PeriodLength>
      <PeriodUnit>Day</PeriodUnit>
      <Price>3.1</Price>
      <Sellable>true</Sellable>
      <Type>XX_InfoRefresh</Type>
    </FinItemCommonConfigDto>
    <FinItemCommonConfigDto>
      <Id>1</Id>
      <Level>5</Level>
      <Name>sample string 2</Name>
      <NumTimes>6</NumTimes>
      <PeriodLength>4</PeriodLength>
      <PeriodUnit>Day</PeriodUnit>
      <Price>3.1</Price>
      <Sellable>true</Sellable>
      <Type>XX_InfoRefresh</Type>
    </FinItemCommonConfigDto>
  </FinItems>
  <PayMode>ByCredit</PayMode>
</FinCommonConfigDto>

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

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