POST api/candidates/{candidateId}/educations
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| candidateId | 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
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.