Items in Basket

Subtotal

Checkout View and edit basket

Customers Also Bought

Add Project Experience To User

Resource URL

URL: user/resume/addProjectExperience


Parameters

string username
required

Username

string password
required

Password

string userId
optional

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
required

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.
Will be set to empty if not given.
Can contain <strong></strong> to make text bold.


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"
}