POST Skills/EducationAdd
Request Information
URI Parameters
None.
Body Parameters
EducationBaseFormName | Description | Type | Additional information |
---|---|---|---|
highSchoolId | integer |
None. |
|
highSchoolName | string |
None. |
|
degree | string |
None. |
|
specialization | string |
None. |
|
dateYearFrom | integer |
Required |
|
dateYearTo | integer |
None. |
|
comment | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "highSchoolId": 1, "highSchoolName": "sample string 1", "degree": "sample string 2", "specialization": "sample string 3", "dateYearFrom": 4, "dateYearTo": 1, "comment": "sample string 5" }
Response Information
Resource Description
EducationViewName | Description | Type | Additional information |
---|---|---|---|
id |
Идентификатор учебного заведения |
integer |
None. |
highSchoolName |
Название учебного заведения |
string |
None. |
degree |
Ученая степень |
string |
None. |
specialization |
Специализация |
string |
None. |
dateYearFrom |
Дата начала обучения |
integer |
None. |
dateYearTo |
Дата окончания заведения (опционально) |
integer |
None. |
comment |
Примечание |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "id": 1, "highSchoolName": "sample string 2", "degree": "sample string 3", "specialization": "sample string 4", "dateYearFrom": 5, "dateYearTo": 1, "comment": "sample string 6" }