POST api/candidates/me/professionalGoals
Request Information
URI Parameters
None.
Body Parameters
WebzielCreateModelName | Description | Type | Additional information |
---|---|---|---|
nBerufKey | integer |
Required |
|
nBZPensVon | decimal number |
Required |
|
nBZPensBis | decimal number |
Required |
|
lBZTemp | boolean |
Required |
|
lBZTryHir | boolean |
Required |
|
lBZFest | boolean |
Required |
|
nStufeKey | integer |
Required |
|
nIABezirkKeys | Collection of integer |
Required |
|
nIAWebFachKentKeys | string |
None. |
|
cWebZielText | string |
None. |
|
lIAAktiv | boolean |
Required |
Request Formats
application/json, text/json
Sample:
{ "nBerufKey": 1, "nBZPensVon": 2.0, "nBZPensBis": 3.0, "lBZTemp": true, "lBZTryHir": true, "lBZFest": true, "nStufeKey": 7, "nIABezirkKeys": [ 1, 2 ], "nIAWebFachKentKeys": "sample string 8", "cWebZielText": "sample string 9", "lIAAktiv": true }
text/html
Sample:
{"nBerufKey":1,"nBZPensVon":2.0,"nBZPensBis":3.0,"lBZTemp":true,"lBZTryHir":true,"lBZFest":true,"nStufeKey":7,"nIABezirkKeys":[1,2],"nIAWebFachKentKeys":"sample string 8","cWebZielText":"sample string 9","lIAAktiv":true}
application/xml, text/xml
Sample:
<WebzielCreateModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StarJob.Bll.WebZiele.Models"> <cWebZielText>sample string 9</cWebZielText> <lBZFest>true</lBZFest> <lBZTemp>true</lBZTemp> <lBZTryHir>true</lBZTryHir> <lIAAktiv>true</lIAAktiv> <nBZPensBis>3</nBZPensBis> <nBZPensVon>2</nBZPensVon> <nBerufKey>1</nBerufKey> <nIABezirkKeys xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </nIABezirkKeys> <nIAWebFachKentKeys>sample string 8</nIAWebFachKentKeys> <nStufeKey>7</nStufeKey> </WebzielCreateModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
WebZielModelName | Description | Type | Additional information |
---|---|---|---|
nIAWebZielId | integer |
None. |
|
nIAKandidatId | integer |
None. |
|
nBerufKey | integer |
None. |
|
nBZPensVon | decimal number |
None. |
|
nBZPensBis | decimal number |
None. |
|
lBZTemp | boolean |
None. |
|
lBZTryHir | boolean |
None. |
|
lBZFest | boolean |
None. |
|
nStufeKey | integer |
None. |
|
nIABezirkKeys | Collection of integer |
None. |
|
nIAWebFachKentKeys | string |
None. |
|
cWebZielText | string |
None. |
|
lIAAktiv | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "nIAWebZielId": 1, "nIAKandidatId": 2, "nBerufKey": 3, "nBZPensVon": 1.0, "nBZPensBis": 1.0, "lBZTemp": true, "lBZTryHir": true, "lBZFest": true, "nStufeKey": 7, "nIABezirkKeys": [ 1, 2 ], "nIAWebFachKentKeys": "sample string 8", "cWebZielText": "sample string 9", "lIAAktiv": true }
text/html
Sample:
{"nIAWebZielId":1,"nIAKandidatId":2,"nBerufKey":3,"nBZPensVon":1.0,"nBZPensBis":1.0,"lBZTemp":true,"lBZTryHir":true,"lBZFest":true,"nStufeKey":7,"nIABezirkKeys":[1,2],"nIAWebFachKentKeys":"sample string 8","cWebZielText":"sample string 9","lIAAktiv":true}
application/xml, text/xml
Sample:
<WebZielModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StarJob.Bll.WebZiele.Models"> <cWebZielText>sample string 9</cWebZielText> <lBZFest>true</lBZFest> <lBZTemp>true</lBZTemp> <lBZTryHir>true</lBZTryHir> <lIAAktiv>true</lIAAktiv> <nBZPensBis>1</nBZPensBis> <nBZPensVon>1</nBZPensVon> <nBerufKey>3</nBerufKey> <nIABezirkKeys xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </nIABezirkKeys> <nIAKandidatId>2</nIAKandidatId> <nIAWebFachKentKeys>sample string 8</nIAWebFachKentKeys> <nIAWebZielId>1</nIAWebZielId> <nStufeKey>7</nStufeKey> </WebZielModel>