PUT api/candidates/me/educations/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
EducationPostModel| Name | Description | Type | Additional information |
|---|---|---|---|
| nBerufKey | integer |
None. |
|
| nWebAbschlKey | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"nBerufKey": 1,
"nWebAbschlKey": 2
}
text/html
Sample:
{"nBerufKey":1,"nWebAbschlKey":2}
application/xml, text/xml
Sample:
<EducationPostModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StarJob.Bll.CandidateEducations.Models"> <nBerufKey>1</nBerufKey> <nWebAbschlKey>2</nWebAbschlKey> </EducationPostModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
WebkandidatabschlussDto| Name | Description | Type | Additional information |
|---|---|---|---|
| nIAWebkandidatabschlussId | integer |
None. |
|
| nIAKandidatId | integer |
None. |
|
| nBerufKey | integer |
None. |
|
| nWebAbschlKey | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"nIAWebkandidatabschlussId": 1,
"nIAKandidatId": 2,
"nBerufKey": 1,
"nWebAbschlKey": 1
}
text/html
Sample:
{"nIAWebkandidatabschlussId":1,"nIAKandidatId":2,"nBerufKey":1,"nWebAbschlKey":1}
application/xml, text/xml
Sample:
<WebkandidatabschlussDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StarJob.Models.Dto"> <nBerufKey>1</nBerufKey> <nIAKandidatId>2</nIAKandidatId> <nWebAbschlKey>1</nWebAbschlKey> <nIAWebkandidatabschlussId>1</nIAWebkandidatabschlussId> </WebkandidatabschlussDto>