POST api/CuaHangGiaiTrinh/GetAllDataItem
Request Information
URI Parameters
None.
Body Parameters
Collection of integerRequest Formats
application/json, text/json
Sample:
[ 1, 2 ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of tblCuaHangGiaiTrinh| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| GiamSatCuaHangID | integer |
None. |
|
| NguoiTao | string |
None. |
|
| NoiDung | string |
None. |
|
| NgayTao | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"GiamSatCuaHangID": 2,
"NguoiTao": "sample string 3",
"NoiDung": "sample string 4",
"NgayTao": "2026-01-29T18:24:48.6829625+07:00"
},
{
"ID": 1,
"GiamSatCuaHangID": 2,
"NguoiTao": "sample string 3",
"NoiDung": "sample string 4",
"NgayTao": "2026-01-29T18:24:48.6829625+07:00"
}
]