Items in Basket

Subtotal

Checkout View and edit basket

Customers Also Bought

Upload Certificate for course completion

Uploads certificate for a course completion

Resource URL

URL: v1/booking/get/{bookingReference}/add/attachment

Request Method

POST

Parameters

string username
required

Username

string password
required

Password

string portalId

required

Portal ID

string enrollmentReferenceId

path variable
required

Booking reference in Trainingportal
MultipartFile document
required

The document to be uploaded

string attachmentType
required

document type. Possible values:

  • COURSE_CERTIFICATE
  • OTHER

Return value

Returns a status message

successfultrue/false
errorMessageIn case of error, an error message

Example request

URL

https://www.trainingportal.no/mintra/rest/enrollment/coursecertificate/addAttachment

POST DATAusername=username&password=secret&attachmentType=COURSE_CERTIFICATE
{
"success":"ok",
"errorMessage":""
}