POST api/User/Logout

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ApiInfoEntityOfInt32
NameDescriptionTypeAdditional information
data

integer

None.

code

integer

None.

msg

string

None.

Response Formats

application/json, text/json

Sample:
{
  "data": 1,
  "code": 2,
  "msg": "sample string 3"
}

application/xml, text/xml

Sample:
<ApiInfoEntityOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WisdomMobileCar.Model">
  <Code>2</Code>
  <Message>sample string 3</Message>
  <Data>1</Data>
</ApiInfoEntityOfint>