POST api/hocphi/xoa-hoadonthutien
Request Information
URI Parameters
None.
Body Parameters
XoaHoaDonModel| Name | Description | Type | Additional information |
|---|---|---|---|
| id_hoc_vien | string |
None. |
|
| ds_xoa | Collection of HoaDonDaThanhToanDO |
None. |
Request Formats
application/json, text/json
Sample:
{
"id_hoc_vien": "sample string 1",
"ds_xoa": [
{
"id_hoa_don": "sample string 1",
"ngay_thanh_toan": "sample string 2",
"nguoi_thanh_toan": "sample string 3",
"so_tien_thanh_toan": 4.1,
"ma_khoa_hoc": "sample string 5",
"ten_khoa_hoc": "sample string 6",
"stt": 7,
"ten_dot": "sample string 8",
"ly_do_dong_tien": "sample string 9"
},
{
"id_hoa_don": "sample string 1",
"ngay_thanh_toan": "sample string 2",
"nguoi_thanh_toan": "sample string 3",
"so_tien_thanh_toan": 4.1,
"ma_khoa_hoc": "sample string 5",
"ten_khoa_hoc": "sample string 6",
"stt": 7,
"ten_dot": "sample string 8",
"ly_do_dong_tien": "sample string 9"
}
]
}
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
}