Add Work Experience To User
Resource URL
URL: user/resume/addWorkExperience
Parameters
string username | Username |
string password | Password |
string userId | Trainingportal internal ID of the user to be edited |
string userExternalId optional | External ID of the user. Either userId or userExternalId must be filled |
string employerName | The name of the employer. |
string position required | The position. |
string startDate required | The start date. Text string format: YYYY-MM-DD |
string endDate optional | End date. Required if currentlyWorkHere is false or not given. Text string format: YYYY-MM-DD |
string currentlyWorkHere optional | Can be set to false to indicate that user is still here and that no end date should be given. |
string description optional | The text used to describe the work experience. |
Return value
status | OK |
Example request
URL | https://www.trainingportal.no/mintra/rest/user/resume/addWorkExperience |
POST DATA | userExternalId=a001&employerName=Test&position=Boss&startDate=2016-10-11&endDate=2017-10-11¤tlyWorkHere=false&description=TextStringToStoreInDescription&username=username&password=secret |
{
"status": "OK"
}