Skip to main content
Version: 2.2.3

INSTRUCTION-LEVEL

This method allows inserting educational levels through a REST API.

POST /apigateway/se/rest/v1/administration/instrlevel

Request example:

Request body parameterTypeRequiredDescription
idInsLevelStringNoID #
nmInsLevelStringYesName
dsInsLevelStringNoDescription

Request example:

{
"idInsLevel": "string",
"nmInsLevel": "string",
"dsInsLevel": "string"
}

Response example:

200 OK

{
"success": true,
"total": 1,
"results": [
{
"Result": true,
"Code": 1
}
]
}