POST api/Authentication/GetLableList

获取标签

Request Information

URI Parameters

None.

Body Parameters

GetLabelList_Entity
NameDescriptionTypeAdditional information
LabelType

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "LabelType": 1
}

application/xml, text/xml

Sample:
<GetLabelList_Entity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeiXin.WebAPI.Models.AuthenticationModels">
  <LabelType>1</LabelType>
</GetLabelList_Entity>

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

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.