DELETE api/tblIndoors/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
tblIndoor| Name | Description | Type | Additional information |
|---|---|---|---|
| Indoor_Id | integer |
None. |
|
| Baoduong_Id | integer |
None. |
|
| Phongmay | integer |
None. |
|
| Tran_Mai_San | integer |
None. |
|
| Cuaphongmay | integer |
None. |
|
| Denchieusang | integer |
None. |
|
| CCDC | integer |
None. |
|
| Bangbien | integer |
None. |
|
| Sodotram | integer |
None. |
|
| Thuhoi_Vattu | integer |
None. |
|
| Lapdatthietbi | integer |
None. |
|
| Nhanluong | integer |
None. |
|
| Nhanthietbi | integer |
None. |
|
| Daynguon | integer |
None. |
|
| ChatluongVesinh | integer |
None. |
|
| TemKiemDinh | integer |
None. |
|
| ThoiHanTemKiemDinh | date |
None. |
|
| loaiNhaTram | string |
None. |
|
| khoacua1 | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Indoor_Id": 1,
"Baoduong_Id": 1,
"Phongmay": 1,
"Tran_Mai_San": 1,
"Cuaphongmay": 1,
"Denchieusang": 1,
"CCDC": 1,
"Bangbien": 1,
"Sodotram": 1,
"Thuhoi_Vattu": 1,
"Lapdatthietbi": 1,
"Nhanluong": 1,
"Nhanthietbi": 1,
"Daynguon": 1,
"ChatluongVesinh": 1,
"TemKiemDinh": 1,
"ThoiHanTemKiemDinh": "2025-12-06T11:34:34.1748047+07:00",
"loaiNhaTram": "sample string 2",
"khoacua1": 1
}
application/xml, text/xml
Sample:
<tblIndoor xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BAODUONGTRAM_API.Models"> <Bangbien>1</Bangbien> <Baoduong_Id>1</Baoduong_Id> <CCDC>1</CCDC> <ChatluongVesinh>1</ChatluongVesinh> <Cuaphongmay>1</Cuaphongmay> <Daynguon>1</Daynguon> <Denchieusang>1</Denchieusang> <Indoor_Id>1</Indoor_Id> <Lapdatthietbi>1</Lapdatthietbi> <Nhanluong>1</Nhanluong> <Nhanthietbi>1</Nhanthietbi> <Phongmay>1</Phongmay> <Sodotram>1</Sodotram> <TemKiemDinh>1</TemKiemDinh> <ThoiHanTemKiemDinh>2025-12-06T11:34:34.1748047+07:00</ThoiHanTemKiemDinh> <Thuhoi_Vattu>1</Thuhoi_Vattu> <Tran_Mai_San>1</Tran_Mai_San> <khoacua1>1</khoacua1> <loaiNhaTram>sample string 2</loaiNhaTram> </tblIndoor>