GET api/mau2d/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
mau2d| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| ma | integer |
None. |
|
| soxa | decimal number |
None. |
|
| socanbo | integer |
None. |
|
| maubaocao | string |
None. |
|
| nam | integer |
None. |
|
| maxa | integer |
None. |
|
| loaikhac | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"ma": 1,
"soxa": 1.0,
"socanbo": 1,
"maubaocao": "sample string 2",
"nam": 1,
"maxa": 1,
"loaikhac": 3
}
application/xml, text/xml
Sample:
<mau2d xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APITienLuong.Models"> <id>1</id> <loaikhac>3</loaikhac> <ma>1</ma> <maubaocao>sample string 2</maubaocao> <maxa>1</maxa> <nam>1</nam> <socanbo>1</socanbo> <soxa>1</soxa> </mau2d>