POST xoadsdangnhap

Request Information

URI Parameters

None.

Body Parameters

Collection of 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
  },
  {
    "id": 1,
    "tendangnhap": "sample string 2",
    "matkhau": "sample string 3",
    "loaixa": 4,
    "quyen": 5,
    "maxa": 6,
    "mahuyen": 7
  }
]

application/xml, text/xml

Sample:
<ArrayOfdangnhap xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APITienLuong.Models">
  <dangnhap>
    <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>
  <dangnhap>
    <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>
</ArrayOfdangnhap>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

dangnhap
NameDescriptionTypeAdditional information
id

integer

None.

tendangnhap

string

None.

matkhau

string

None.

loaixa

integer

None.

quyen

integer

None.

maxa

integer

None.

mahuyen

integer

None.

Response 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>