POST checkuser

Request Information

URI Parameters

None.

Body Parameters

dangnhap
NameDescriptionTypeAdditional information
id

integer

None.

tendangnhap

string

None.

matkhau

string

None.

loaixa

integer

None.

quyen

integer

None.

maxa

integer

None.

mahuyen

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "tendangnhap": "sample string 2",
  "matkhau": "sample string 3",
  "loaixa": 4,
  "quyen": 5,
  "maxa": 6,
  "mahuyen": 7
}

application/xml, text/xml

Sample:
<dangnhap xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APITienLuong.Models">
  <id>1</id>
  <loaixa>4</loaixa>
  <mahuyen>7</mahuyen>
  <matkhau>sample string 3</matkhau>
  <maxa>6</maxa>
  <quyen>5</quyen>
  <tendangnhap>sample string 2</tendangnhap>
</dangnhap>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>