POST api/TinTuc/ChiTietTinTuc/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
TinTucDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| TieuDe | string |
None. |
|
| TenChuDe | string |
None. |
|
| MoTa | string |
None. |
|
| DanhMucChuDeTinTucId | decimal number |
None. |
|
| AnhBiaId | globally unique identifier |
None. |
|
| NoiDung | string |
None. |
|
| TrangThai | boolean |
None. |
|
| PublishedTime | date |
None. |
|
| MucDoUuTien | integer |
None. |
|
| IsBanner | boolean |
None. |
|
| UrlImage | string |
None. |
|
| AnhBanner | globally unique identifier |
None. |
|
| PositionId | integer |
None. |
|
| TenMucDoUuTien | string |
None. |
|
| PublishedTimeStr | string |
None. |
|
| SeName | string |
None. |
|
| HienThiTextBanner | boolean |
None. |
|
| ViTriBanner | integer |
None. |
|
| ViTriBannerStr | string |
None. |
|
| BackgroundColorBanner | string |
None. |
|
| UrlBanner | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "8a850e7f-683e-431e-a022-02f90562898d",
"TieuDe": "sample string 1",
"TenChuDe": "sample string 2",
"MoTa": "sample string 3",
"DanhMucChuDeTinTucId": 1.0,
"AnhBiaId": "d3054c4e-bbd3-4b3e-90f5-c8696ae8ab8b",
"NoiDung": "sample string 4",
"TrangThai": true,
"PublishedTime": "2026-04-14T21:53:32.2332665+07:00",
"MucDoUuTien": 1,
"IsBanner": true,
"UrlImage": "sample string 6",
"AnhBanner": "02f6ed79-abdb-4c75-b116-ac732538e8da",
"PositionId": 7,
"TenMucDoUuTien": "Cao",
"PublishedTimeStr": "14/04/2026",
"SeName": "sample string 8",
"HienThiTextBanner": true,
"ViTriBanner": 1,
"ViTriBannerStr": "Banner quảng cáo - Trang chủ - Vị trí trên cùng (header)",
"BackgroundColorBanner": "sample string 9",
"UrlBanner": "sample string 10"
}
application/xml, text/xml
Sample:
<TinTucDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Common.Model.Dto"> <AnhBanner>02f6ed79-abdb-4c75-b116-ac732538e8da</AnhBanner> <AnhBiaId>d3054c4e-bbd3-4b3e-90f5-c8696ae8ab8b</AnhBiaId> <BackgroundColorBanner>sample string 9</BackgroundColorBanner> <DanhMucChuDeTinTucId>1</DanhMucChuDeTinTucId> <HienThiTextBanner>true</HienThiTextBanner> <Id>8a850e7f-683e-431e-a022-02f90562898d</Id> <IsBanner>true</IsBanner> <MoTa>sample string 3</MoTa> <MucDoUuTien>1</MucDoUuTien> <NoiDung>sample string 4</NoiDung> <PositionId>7</PositionId> <PublishedTime>2026-04-14T21:53:32.2332665+07:00</PublishedTime> <SeName>sample string 8</SeName> <TenChuDe>sample string 2</TenChuDe> <TieuDe>sample string 1</TieuDe> <TrangThai>true</TrangThai> <UrlBanner>sample string 10</UrlBanner> <UrlImage>sample string 6</UrlImage> <ViTriBanner>1</ViTriBanner> </TinTucDto>