GET api/candidates/{candidateId}/educations/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
candidateId | integer |
Required |
|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
WebkandidatabschlussDtoName | 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>