POST api/Authentication/MerberEdit

身份信息编辑

Request Information

URI Parameters

None.

Body Parameters

MembrEditInfo
NameDescriptionTypeAdditional information
UserId

integer

None.

ExtensionType

integer

None.

IsAUT

integer

None.

IsWork

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": 1,
  "ExtensionType": 2,
  "IsAUT": 3,
  "IsWork": 4
}

application/xml, text/xml

Sample:
<MembrEditInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeiXin.WebAPI.Models.AuthenticationModels">
  <ExtensionType>2</ExtensionType>
  <IsAUT>3</IsAUT>
  <IsWork>4</IsWork>
  <UserId>1</UserId>
</MembrEditInfo>

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

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.