POST api/hocphi/dong-hocphihocvien
Request Information
URI Parameters
None.
Body Parameters
ThanhToanHocPhiModel| Name | Description | Type | Additional information |
|---|---|---|---|
| id_hoc_vien | string |
None. |
|
| ds_thanh_toan | Collection of ThanhToanHocPhiDO |
None. |
|
| ngay_thanh_toan | string |
None. |
|
| ly_do_dong_tien | string |
None. |
|
| ngay_nhac_tiep_theo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id_hoc_vien": "sample string 1",
"ds_thanh_toan": [
{
"id_hoc_vien": "sample string 1",
"id_phieu_thu_tien": "sample string 2",
"id_dot": "sample string 3",
"so_tien_dong": 4.1
},
{
"id_hoc_vien": "sample string 1",
"id_phieu_thu_tien": "sample string 2",
"id_dot": "sample string 3",
"so_tien_dong": 4.1
}
],
"ngay_thanh_toan": "sample string 2",
"ly_do_dong_tien": "sample string 3",
"ngay_nhac_tiep_theo": "sample string 4"
}
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
}