POST api/mark/s-diem
Request Information
URI Parameters
None.
Body Parameters
BangDiemHocVienDO| Name | Description | Type | Additional information |
|---|---|---|---|
| id_dang_ky | string |
None. |
|
| ho_ten_hoc_Vien | string |
None. |
|
| ten_khoa_hoc | string |
None. |
|
| qid | integer |
None. |
|
| ten_loai_diem | string |
None. |
|
| bang_diem | MarkTemplate |
None. |
Request Formats
application/json, text/json
Sample:
{
"id_dang_ky": "sample string 1",
"ho_ten_hoc_Vien": "sample string 2",
"ten_khoa_hoc": "sample string 3",
"qid": 4,
"ten_loai_diem": "sample string 5",
"bang_diem": {
"id_template": "sample string 1",
"ma_template": "sample string 2",
"ten_template": "sample string 3",
"nhan_xet_chung": "sample string 4",
"ds_mark_group": [
{
"id_template": "sample string 1",
"id_mark_group": "sample string 2",
"stt_mark_group": 3,
"mark_group_type": 4,
"ma_mark_group": "sample string 5",
"ten_mark_group": "sample string 6",
"mark_group_html": "sample string 7",
"co_diem_tong": true,
"orverall_score": 1.1,
"min_score": 9,
"max_score": 10,
"ds_mark_item": [
{
"id_mark_item": "sample string 1",
"id_mark_group": "sample string 2",
"stt_mark_item": 3,
"noi_dung_mark_item": "sample string 4",
"mark_item_html": "sample string 5",
"grade_result": 1,
"nhan_xet": "sample string 6"
},
{
"id_mark_item": "sample string 1",
"id_mark_group": "sample string 2",
"stt_mark_item": 3,
"noi_dung_mark_item": "sample string 4",
"mark_item_html": "sample string 5",
"grade_result": 1,
"nhan_xet": "sample string 6"
}
]
},
{
"id_template": "sample string 1",
"id_mark_group": "sample string 2",
"stt_mark_group": 3,
"mark_group_type": 4,
"ma_mark_group": "sample string 5",
"ten_mark_group": "sample string 6",
"mark_group_html": "sample string 7",
"co_diem_tong": true,
"orverall_score": 1.1,
"min_score": 9,
"max_score": 10,
"ds_mark_item": [
{
"id_mark_item": "sample string 1",
"id_mark_group": "sample string 2",
"stt_mark_item": 3,
"noi_dung_mark_item": "sample string 4",
"mark_item_html": "sample string 5",
"grade_result": 1,
"nhan_xet": "sample string 6"
},
{
"id_mark_item": "sample string 1",
"id_mark_group": "sample string 2",
"stt_mark_item": 3,
"noi_dung_mark_item": "sample string 4",
"mark_item_html": "sample string 5",
"grade_result": 1,
"nhan_xet": "sample string 6"
}
]
}
],
"ds_grade_result": [
{
"value": 1,
"text": "sample string 2"
},
{
"value": 1,
"text": "sample string 2"
}
]
}
}
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
}