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