DELETE api/danhmucchucvus/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
danhmucchucvu| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| tenchucvu | string |
None. |
|
| hesohuong | decimal number |
None. |
|
| thutu | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"tenchucvu": "sample string 2",
"hesohuong": 1.0,
"thutu": 1
}
application/xml, text/xml
Sample:
<danhmucchucvu xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APITienLuong.Models"> <hesohuong>1</hesohuong> <id>1</id> <tenchucvu>sample string 2</tenchucvu> <thutu>1</thutu> </danhmucchucvu>