POST api/New/GetRechargeList

我的充值和提现列表

Request Information

URI Parameters

None.

Body Parameters

TypeInfo
NameDescriptionTypeAdditional information
TypeId

integer

None.

QueryDate

string

None.

UserId

string

None.

Token

string

None.

page

integer

None.

pageSize

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "TypeId": 1,
  "QueryDate": "sample string 2",
  "UserId": "sample string 3",
  "Token": "sample string 4",
  "page": 5,
  "pageSize": 6
}

application/xml, text/xml

Sample:
<TypeInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/A.BLL.BllParameter">
  <Token>sample string 4</Token>
  <UserId>sample string 3</UserId>
  <page>5</page>
  <pageSize>6</pageSize>
  <QueryDate>sample string 2</QueryDate>
  <TypeId>1</TypeId>
</TypeInfo>

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

Response Information

Resource Description

我的充值和提现列表

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.