POST api/Finance/UpdateFinanceItem
后台 - 更新财务项目配置
Request Information
URI Parameters
None.
Body Parameters
FinCommonConfigDto| Name | Description | Type | Additional information |
|---|---|---|---|
| PayMode |
支付模式 |
FinOrderPayType |
None. |
| FinItems |
支付项目 |
Collection of FinItemCommonConfigDto |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
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:
Response Information
Resource Description
后台 - 更新财务项目配置
ObjectNone.
Response Formats
application/json
Sample:
text/json
Sample:
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/" />