Items in Basket

Subtotal

Checkout View and edit basket

Customers Also Bought

Remove assessor from a competence

Resource URL

URL: competenceAdministration/assessor/remove


Parameters

string username
required

Username

string password
required

Password

string userId
optional
Trainingportal ID of the assessor to be added
Either userId or userExternalId must be filled.

string userExternalId
optional

External ID of the assessor to be added.
Either userId or userExternalId must be filled.
string competenceId
optional
Trainingportal ID of the competence.
Either competenceId or competenceExternalId must be filled.
string competenceExternalId
optional
External ID of the competence.
Either competenceId or competenceExternalId must be filled.


Return value

status

Only possible value is OK. In case of error, errorMessage is returned


Example request

URL

https://www.trainingportal.no/mintra/rest/competence/assessor/remove

POST DATA

userExternalId=603123&competenceExternalId=BOP003&username=username&password=secret

{

"status":"OK"

}