POST api/HuiKuan/huikuanInfo

汇款详情

Request Information

URI Parameters

None.

Body Parameters

huikuanItemPost
NameDescriptionTypeAdditional information
huikuanid

integer

None.

tel

登录账号

string

None.

token

token

string

None.

uid

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "huikuanid": 1,
  "tel": "sample string 2",
  "token": "sample string 3",
  "uid": 1
}

application/xml, text/xml

Sample:
<huikuanItemPost xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApi.Controllers">
  <tel xmlns="http://schemas.datacontract.org/2004/07/WebApi.Models">sample string 2</tel>
  <token xmlns="http://schemas.datacontract.org/2004/07/WebApi.Models">sample string 3</token>
  <uid xmlns="http://schemas.datacontract.org/2004/07/WebApi.Models">1</uid>
  <huikuanid>1</huikuanid>
</huikuanItemPost>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

huikuanItemResult
NameDescriptionTypeAdditional information
type

HuiKuanType

None.

zhanghao

string

None.

amount

decimal number

None.

remarks

string

None.

gonghuoshang

string

None.

imgUrl

string

None.

huikuanDt

string

None.

huikuanren

string

None.

code

状态码,200成功,300错误,400缺少参数,500没有权限,301数据不存在...

integer

None.

msg

成功或者错误的说明,例如:登录成功,token过期...

string

None.

Response Formats

application/json, text/json

Sample:
{
  "type": 1,
  "zhanghao": "sample string 1",
  "amount": 2.0,
  "remarks": "sample string 3",
  "gonghuoshang": "sample string 4",
  "imgUrl": "sample string 5",
  "huikuanDt": "sample string 6",
  "huikuanren": "sample string 7",
  "code": 8,
  "msg": "sample string 9"
}

application/xml, text/xml

Sample:
<huikuanItemResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApi.Controllers">
  <code xmlns="http://schemas.datacontract.org/2004/07/WebApi.Models">8</code>
  <msg xmlns="http://schemas.datacontract.org/2004/07/WebApi.Models">sample string 9</msg>
  <amount>2</amount>
  <gonghuoshang>sample string 4</gonghuoshang>
  <huikuanDt>sample string 6</huikuanDt>
  <huikuanren>sample string 7</huikuanren>
  <imgUrl>sample string 5</imgUrl>
  <remarks>sample string 3</remarks>
  <type>weixin</type>
  <zhanghao>sample string 1</zhanghao>
</huikuanItemResult>