GET api/bangluongketquas
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of bangluongketqua| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| tongheso | decimal number |
None. |
|
| thucnhan | decimal number |
None. |
|
| baohiem | decimal number |
None. |
|
| hesotinhbaohiem | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"tongheso": 1.0,
"thucnhan": 1.0,
"baohiem": 1.0,
"hesotinhbaohiem": 1.0
},
{
"id": 1,
"tongheso": 1.0,
"thucnhan": 1.0,
"baohiem": 1.0,
"hesotinhbaohiem": 1.0
}
]
application/xml, text/xml
Sample:
<ArrayOfbangluongketqua xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APITienLuong.Models">
<bangluongketqua>
<baohiem>1</baohiem>
<hesotinhbaohiem>1</hesotinhbaohiem>
<id>1</id>
<thucnhan>1</thucnhan>
<tongheso>1</tongheso>
</bangluongketqua>
<bangluongketqua>
<baohiem>1</baohiem>
<hesotinhbaohiem>1</hesotinhbaohiem>
<id>1</id>
<thucnhan>1</thucnhan>
<tongheso>1</tongheso>
</bangluongketqua>
</ArrayOfbangluongketqua>