Add Project Experience To User
Resource URL
URL: user/resume/addProjectExperience
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 projectName | The name of the project. |
string startDate required | The start date. Must be in the past. Text string format: YYYY-MM-DD |
string endDate optional | The end date. Text string format: YYYY-MM-DD |
string role optional | Name of the role. |
string description optional | The text used to describe the project experience. |
Return value
status | OK |
Example request
URL | https://www.trainingportal.no/mintra/rest/user/resume/addProjectExperience |
POST DATA | userExternalId=a001&projectName=Test&startDate=2016-10-11&endDate=2017-10-11&role=Manager&description=TextStringToStoreInDescription&username=username&password=secret |
{
"status": "OK"
}