POST api/jifen/fenCheng

Request Information

URI Parameters

None.

Body Parameters

FenChengDto
NameDescriptionTypeAdditional information
money

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "money": 1
}

application/xml, text/xml

Sample:
<FenChengDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Wu.Entity.dto">
  <money>1</money>
</FenChengDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResultEntity
NameDescriptionTypeAdditional information
code

integer

None.

data

Object

None.

msg

string

None.

Response Formats

application/json, text/json

Sample:
{
  "code": 1,
  "data": {},
  "msg": "sample string 3"
}

application/xml, text/xml

Sample:
<ResultEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Wu.API">
  <code>1</code>
  <data />
  <msg>sample string 3</msg>
</ResultEntity>