POST api/UserLogin

Request Information

URI Parameters

None.

Body Parameters

UserInfo
NameDescriptionTypeAdditional information
bRes

boolean

None.

Name

string

None.

cbydm

string

None.

UserName

string

None.

Password

string

None.

Ticket

string

None.

Request Formats

application/json, text/json

Sample:
{
  "bRes": true,
  "Name": "sample string 2",
  "cbydm": "sample string 3",
  "UserName": "sample string 4",
  "Password": "sample string 5",
  "Ticket": "sample string 6"
}

application/xml, text/xml

Sample:
<UserInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Venuscb.Web.Models">
  <Name>sample string 2</Name>
  <Password>sample string 5</Password>
  <Ticket>sample string 6</Ticket>
  <UserName>sample string 4</UserName>
  <bRes>true</bRes>
  <cbydm>sample string 3</cbydm>
</UserInfo>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />