GET api/danhsachbieumaus

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of danhsachbieumau
NameDescriptionTypeAdditional information
id

integer

None.

name

string

None.

filename

string

None.

maxa

integer

None.

mahuyen

integer

None.

matinh

integer

None.

apdung

integer

None.

loai

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "name": "sample string 2",
    "filename": "sample string 3",
    "maxa": 1,
    "mahuyen": 1,
    "matinh": 1,
    "apdung": 4,
    "loai": 1
  },
  {
    "id": 1,
    "name": "sample string 2",
    "filename": "sample string 3",
    "maxa": 1,
    "mahuyen": 1,
    "matinh": 1,
    "apdung": 4,
    "loai": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfdanhsachbieumau xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APITienLuong.Models">
  <danhsachbieumau>
    <apdung>4</apdung>
    <filename>sample string 3</filename>
    <id>1</id>
    <loai>1</loai>
    <mahuyen>1</mahuyen>
    <matinh>1</matinh>
    <maxa>1</maxa>
    <name>sample string 2</name>
  </danhsachbieumau>
  <danhsachbieumau>
    <apdung>4</apdung>
    <filename>sample string 3</filename>
    <id>1</id>
    <loai>1</loai>
    <mahuyen>1</mahuyen>
    <matinh>1</matinh>
    <maxa>1</maxa>
    <name>sample string 2</name>
  </danhsachbieumau>
</ArrayOfdanhsachbieumau>