POST api/Authentication/GetAuthenticationDeatil

专家认证信息

Request Information

URI Parameters

None.

Body Parameters

IdInfo
NameDescriptionTypeAdditional information
Id

integer

None.

GetType

integer

None.

UserId

string

None.

Token

string

None.

page

integer

None.

pageSize

integer

None.

Request Formats

application/json, text/json

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

application/xml, text/xml

Sample:
<IdInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeiXin.WebAPI.Models.AuthenticationModels">
  <Token>sample string 4</Token>
  <UserId>sample string 3</UserId>
  <page>5</page>
  <pageSize>6</pageSize>
  <GetType>2</GetType>
  <Id>1</Id>
</IdInfo>

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

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.