Upload an attachment to a CV
Resource URL
URL: user/resume/addAttachment
Parameters
string username | Username |
string password | Password |
int userId | Unique identifier of the user |
string userExternalId | Unique external identifier of the user. Either userId or userExternalId must be filled. |
string name required | Name of the attachment |
string description optional | Description of the attachment |
MultipartFile document required | The document to be uploaded |
Return value
status | Only possible value is OK. In case of error, errorMessage is returned |
Example request
URL | https://www.trainingportal.no/mintra/rest/user/resume/addAttachment |
POST DATA | userId1&username=username&password=secret&name=attachmentName&document.... |
{
"status": "OK"
}