PUT api/ThongBaoKetQua/update
Request Information
URI Parameters
None.
Body Parameters
ThongBaoKetQuaViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| NoiDung | string |
None. |
|
| KichHoat | boolean |
None. |
|
| NgayTao | string |
None. |
|
| NguoiTao | string |
None. |
|
| NgaySua | string |
None. |
|
| NguoiSua | string |
None. |
|
| DaXoa | boolean |
None. |
|
| NgayXoa | string |
None. |
|
| NguoiXoa | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"NoiDung": "sample string 2",
"KichHoat": true,
"NgayTao": "sample string 4",
"NguoiTao": "sample string 5",
"NgaySua": "sample string 6",
"NguoiSua": "sample string 7",
"DaXoa": true,
"NgayXoa": "sample string 8",
"NguoiXoa": "sample string 9"
}
application/xml, text/xml
Sample:
<ThongBaoKetQuaViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LcdCNTT.Web.Models"> <DaXoa>true</DaXoa> <ID>1</ID> <KichHoat>true</KichHoat> <NgaySua>sample string 6</NgaySua> <NgayTao>sample string 4</NgayTao> <NgayXoa>sample string 8</NgayXoa> <NguoiSua>sample string 7</NguoiSua> <NguoiTao>sample string 5</NguoiTao> <NguoiXoa>sample string 9</NguoiXoa> <NoiDung>sample string 2</NoiDung> </ThongBaoKetQuaViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |