DELETE api/tblBaoduongs/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
tblBaoduong| Name | Description | Type | Additional information |
|---|---|---|---|
| Baoduong_Id | integer |
None. |
|
| CSHT_Id | integer |
None. |
|
| LanTH | integer |
None. |
|
| NguoiTH | string |
None. |
|
| NgayBD | date |
None. |
|
| Tontai | string |
None. |
|
| Duyet | integer |
None. |
|
| Nguoiduyet | string |
None. |
|
| LyDoTra | string |
None. |
|
| Ngayduyet | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"Baoduong_Id": 1,
"CSHT_Id": 1,
"LanTH": 1,
"NguoiTH": "sample string 2",
"NgayBD": "2025-12-06T11:35:26.1279297+07:00",
"Tontai": "sample string 3",
"Duyet": 1,
"Nguoiduyet": "sample string 4",
"LyDoTra": "sample string 5",
"Ngayduyet": "2025-12-06T11:35:26.1279297+07:00"
}
application/xml, text/xml
Sample:
<tblBaoduong xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BAODUONGTRAM_API.Models"> <Baoduong_Id>1</Baoduong_Id> <CSHT_Id>1</CSHT_Id> <Duyet>1</Duyet> <LanTH>1</LanTH> <LyDoTra>sample string 5</LyDoTra> <NgayBD>2025-12-06T11:35:26.1279297+07:00</NgayBD> <Ngayduyet>2025-12-06T11:35:26.1279297+07:00</Ngayduyet> <NguoiTH>sample string 2</NguoiTH> <Nguoiduyet>sample string 4</Nguoiduyet> <Tontai>sample string 3</Tontai> </tblBaoduong>