GET api/DanhMucLyDo/GetAllDataItem
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of tblDanhMucLyDo| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Code | string |
None. |
|
| LyDo | string |
None. |
|
| LoaiLyDo | string |
None. |
|
| MucThuongPhat | decimal number |
None. |
|
| NgayTao | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"Code": "sample string 2",
"LyDo": "sample string 3",
"LoaiLyDo": "sample string 4",
"MucThuongPhat": 1.0,
"NgayTao": "2026-01-29T16:27:15.9700866+07:00"
},
{
"ID": 1,
"Code": "sample string 2",
"LyDo": "sample string 3",
"LoaiLyDo": "sample string 4",
"MucThuongPhat": 1.0,
"NgayTao": "2026-01-29T16:27:15.9700866+07:00"
}
]