DELETE api/TinNhans/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
TinNhan| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| MesId | integer |
None. |
|
| Address | string |
None. |
|
| Msg | string |
Max length: 2147483647 |
|
| ReadState | integer |
None. |
|
| Time | string |
None. |
|
| FolderName | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"MesId": 1,
"Address": "sample string 2",
"Msg": "sample string 3",
"ReadState": 1,
"Time": "sample string 4",
"FolderName": "sample string 5"
}
application/xml, text/xml
Sample:
<TinNhan xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BAODUONGTRAM_API.Models"> <Address>sample string 2</Address> <FolderName>sample string 5</FolderName> <ID>1</ID> <MesId>1</MesId> <Msg>sample string 3</Msg> <ReadState>1</ReadState> <Time>sample string 4</Time> </TinNhan>