Items in Basket

Subtotal

Checkout View and edit basket

Customers Also Bought

Upload an attachment to a CV

Resource URL

URL: user/resume/addAttachment


Parameters

string username
required

Username

string password
required

Password

int userId
optional

Unique identifier of the user

string userExternalId
optional

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 DATAuserId1&username=username&password=secret&name=attachmentName&document....
{
"status": "OK"
}