POST api/DanhMucKyKiemKe/InsertNewDataItem
Request Information
URI Parameters
None.
Body Parameters
tblDanhMucKyKiemKe| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| MaKy | string |
None. |
|
| TenKy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": "68b66d4b-627c-4c27-868f-d3cf89498f13",
"MaKy": "sample string 2",
"TenKy": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"