Skip to main content
Version: Next

Educational 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
nrInsLevelNumericNoOrder

Request example:

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

Response example:

200 OK

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