DELETE api/sunghieps/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
sunghiep| Name | Description | Type | Additional information |
|---|---|---|---|
| masunghiep | integer |
None. |
|
| TenSuNghiep | string |
None. |
|
| MaKhuVuc | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"masunghiep": 1,
"TenSuNghiep": "sample string 2",
"MaKhuVuc": 3
}
application/xml, text/xml
Sample:
<sunghiep xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APITienLuong.Models"> <MaKhuVuc>3</MaKhuVuc> <TenSuNghiep>sample string 2</TenSuNghiep> <masunghiep>1</masunghiep> </sunghiep>