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