PUT api/contactPersons/me/vacancies/{vacancyId}/languageSkills/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
vacancyId | integer |
Required |
|
id | integer |
Required |
Body Parameters
LanguageSkillPutModelName | Description | Type | Additional information |
---|---|---|---|
nSprachKey | integer |
None. |
|
nSprKStSch | integer |
None. |
|
nSprKStMun | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "nSprachKey": 1, "nSprKStSch": 2, "nSprKStMun": 3 }
text/html
Sample:
{"nSprachKey":1,"nSprKStSch":2,"nSprKStMun":3}
application/xml, text/xml
Sample:
<LanguageSkillPutModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StarJob.Bll.LanguageSkills.Models"> <nSprKStMun>3</nSprKStMun> <nSprKStSch>2</nSprKStSch> <nSprachKey>1</nSprachKey> </LanguageSkillPutModel>
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.