POST api/hocvien/u-phuhuynh
Request Information
URI Parameters
None.
Body Parameters
PhuHuynhDO| Name | Description | Type | Additional information |
|---|---|---|---|
| id_phu_huynh | string |
None. |
|
| ma_phu_huynh | string |
None. |
|
| ho_lot_phu_huynh | string |
None. |
|
| ten_phu_huynh | string |
None. |
|
| ho_ten_phu_huynh | string |
None. |
|
| gioi_tinh_phu_huynh | integer |
None. |
|
| ngay_sinh_phu_huynh | string |
None. |
|
| dia_chi_phu_huynh | string |
None. |
|
| email_phu_huynh | string |
None. |
|
| so_dien_thoai_phu_huynh | string |
None. |
|
| ghi_chu_phu_huynh | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id_phu_huynh": "sample string 1",
"ma_phu_huynh": "sample string 2",
"ho_lot_phu_huynh": "sample string 3",
"ten_phu_huynh": "sample string 4",
"ho_ten_phu_huynh": "sample string 5",
"gioi_tinh_phu_huynh": 6,
"ngay_sinh_phu_huynh": "sample string 7",
"dia_chi_phu_huynh": "sample string 8",
"email_phu_huynh": "sample string 9",
"so_dien_thoai_phu_huynh": "sample string 10",
"ghi_chu_phu_huynh": "sample string 11"
}
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
}