POST api/khoahoc/s-dsbuoihocchuan
Request Information
URI Parameters
None.
Body Parameters
SaveBuoiHocChuanModel| Name | Description | Type | Additional information |
|---|---|---|---|
| id_khoa_hoc_chuan | string |
None. |
|
| ds_buoi_hoc_chuan | Collection of BuoiHocChuanDO |
None. |
Request Formats
application/json, text/json
Sample:
{
"id_khoa_hoc_chuan": "sample string 1",
"ds_buoi_hoc_chuan": [
{
"id_chi_tiet_buoi_hoc_cua_khoa_hoc_chuan": "sample string 1",
"id_khoa_hoc_chuan": "sample string 2",
"buoi_hoc": 3,
"tieu_de_noi_dung_buoi_hoc_cua_khoa_hoc_chuan": "sample string 4",
"noi_dung_buoi_hoc_cua_khoa_hoc_chuan": "sample string 5",
"ghi_chu_chi_tiet_buoi_hoc_cua_khoa_hoc_chuan": "sample string 6"
},
{
"id_chi_tiet_buoi_hoc_cua_khoa_hoc_chuan": "sample string 1",
"id_khoa_hoc_chuan": "sample string 2",
"buoi_hoc": 3,
"tieu_de_noi_dung_buoi_hoc_cua_khoa_hoc_chuan": "sample string 4",
"noi_dung_buoi_hoc_cua_khoa_hoc_chuan": "sample string 5",
"ghi_chu_chi_tiet_buoi_hoc_cua_khoa_hoc_chuan": "sample string 6"
}
]
}
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
}