GET api/danhsachbieumaus/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
danhsachbieumau| Name | Description | Type | Additional 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
}
application/xml, text/xml
Sample:
<danhsachbieumau xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APITienLuong.Models"> <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>