DELETE api/dangnhaps/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

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>