POST api/hocphi/xem-dsnhacno
Request Information
URI Parameters
None.
Body Parameters
Collection of KhoaHocVaDotDongTienDO| Name | Description | Type | Additional information |
|---|---|---|---|
| id_khoa_hoc | string |
None. |
|
| ma_khoa_hoc | string |
None. |
|
| ten_khoa_hoc | string |
None. |
|
| ngay_khai_giang | string |
None. |
|
| hoc_phi_khoa_hoc | decimal number |
None. |
|
| id_dot | string |
None. |
|
| stt_dot | integer |
None. |
|
| ten_dot | string |
None. |
|
| ngay_han_chot | string |
None. |
|
| so_tien_cua_dot | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"id_khoa_hoc": "sample string 1",
"ma_khoa_hoc": "sample string 2",
"ten_khoa_hoc": "sample string 3",
"ngay_khai_giang": "sample string 4",
"hoc_phi_khoa_hoc": 5.1,
"id_dot": "sample string 6",
"stt_dot": 7,
"ten_dot": "sample string 8",
"ngay_han_chot": "sample string 9",
"so_tien_cua_dot": 10.1
},
{
"id_khoa_hoc": "sample string 1",
"ma_khoa_hoc": "sample string 2",
"ten_khoa_hoc": "sample string 3",
"ngay_khai_giang": "sample string 4",
"hoc_phi_khoa_hoc": 5.1,
"id_dot": "sample string 6",
"stt_dot": 7,
"ten_dot": "sample string 8",
"ngay_han_chot": "sample string 9",
"so_tien_cua_dot": 10.1
}
]
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
}