POST api/New/GetMyShareList

我的分享

Request Information

URI Parameters

None.

Body Parameters

BaseInfo
NameDescriptionTypeAdditional information
UserId

string

None.

Token

string

None.

page

integer

None.

pageSize

integer

None.

Request Formats

application/json, text/json

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

application/xml, text/xml

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

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

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.