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