POST api/danhgia/luu-danhgiahocvien
Request Information
URI Parameters
None.
Body Parameters
DanhGiaHocVienModel| Name | Description | Type | Additional information |
|---|---|---|---|
| id_buoi_hoc_cua_khoa_hoc | string |
None. |
|
| ds_danh_gia_hoc_vien | Collection of DanhGiaHocVienDO |
None. |
Request Formats
application/json, text/json
Sample:
{
"id_buoi_hoc_cua_khoa_hoc": "sample string 1",
"ds_danh_gia_hoc_vien": [
{
"id_danh_gia_buoi_hoc": "sample string 1",
"id_danh_gia": "sample string 2",
"ma_hoc_vien": "sample string 3",
"ho_ten_hoc_vien": "sample string 4",
"ho_lot_hoc_vien": "sample string 5",
"ten_hoc_vien": "sample string 6",
"ngay_sinh_hoc_vien": "sample string 7",
"gioi_tinh_hoc_vien": 8,
"nhan_xet_giang_vien": "sample string 9",
"vang_buoi_hoc": true,
"ly_do_vang": "sample string 11",
"bai_kiem_tra": "sample string 12",
"diem_danh_gia_buoi_hoc": "sample string 13",
"diem_sao_buoi_hoc": "sample string 14"
},
{
"id_danh_gia_buoi_hoc": "sample string 1",
"id_danh_gia": "sample string 2",
"ma_hoc_vien": "sample string 3",
"ho_ten_hoc_vien": "sample string 4",
"ho_lot_hoc_vien": "sample string 5",
"ten_hoc_vien": "sample string 6",
"ngay_sinh_hoc_vien": "sample string 7",
"gioi_tinh_hoc_vien": 8,
"nhan_xet_giang_vien": "sample string 9",
"vang_buoi_hoc": true,
"ly_do_vang": "sample string 11",
"bai_kiem_tra": "sample string 12",
"diem_danh_gia_buoi_hoc": "sample string 13",
"diem_sao_buoi_hoc": "sample string 14"
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultBase| Name | Description | Type | Additional information |
|---|---|---|---|
| result | boolean |
None. |
|
| code | integer |
None. |
|
| message | string |
None. |
|
| validated_message | Collection of string |
None. |
|
| time | string |
None. |
|
| resdata | Object |
None. |
|
| fields_not_null | Collection of string |
None. |
|
| total_items | integer |
None. |
|
| total_pages | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"result": true,
"code": 2,
"message": "sample string 3",
"validated_message": [
"sample string 1",
"sample string 2"
],
"time": "sample string 4",
"resdata": {},
"fields_not_null": [
"sample string 1",
"sample string 2"
],
"total_items": 6,
"total_pages": 7
}