Set external ID on course
Resource URL
URL: course/setCourseExternalId
Parameters
string username | Username |
string password | Password |
int courseId | Unique course identifier. |
string courseExternalId | External course identifier to set |
Example request
URL | https://www.trainingportal.no/mintra/rest/course/setCourseExternalId |
POST DATA | courseId=734&courseExternalId=734_ext_id&username=username&password=secret |
{
"status": "OK"
}