POST Skills/JobUpdate
Request Information
URI Parameters
None.
Body Parameters
JobFormName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
companyId | integer |
None. |
|
companyName | string |
None. |
|
position | string |
None. |
|
cityId | integer |
None. |
|
regionName | string |
None. |
|
dateFrom | JobParticipationDateForm |
Required |
|
dateTo | JobParticipationDateForm |
None. |
|
comment | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": 1, "companyId": 1, "companyName": "sample string 1", "position": "sample string 2", "cityId": 1, "regionName": "sample string 3", "dateFrom": { "year": 1, "month": 2 }, "dateTo": { "year": 1, "month": 2 }, "comment": "sample string 4" }
Response Information
Resource Description
JobViewName | Description | Type | Additional information |
---|---|---|---|
id |
Идентификатор места работы |
integer |
None. |
companyName | string |
None. |
|
position |
Должность |
string |
None. |
regionName |
Город |
string |
None. |
dateFrom |
Дата приема на работу |
JobParticipationDateView |
None. |
dateTo |
Дата увольнения |
JobParticipationDateView |
None. |
comment |
примечание |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "id": 1, "companyName": "sample string 2", "position": "sample string 3", "regionName": "sample string 4", "dateFrom": { "year": 1, "month": 2 }, "dateTo": { "year": 1, "month": 2 }, "comment": "sample string 5" }