INSTRUCTION-LEVEL
This method allows inserting educational levels through a REST API.
POST /apigateway/se/rest/v1/administration/instrlevel
Request example:
Request body parameter | Type | Required | Description |
---|---|---|---|
idInsLevel | String | No | ID # |
nmInsLevel | String | Yes | Name |
dsInsLevel | String | No | Description |
Request example:
{
"idInsLevel": "string",
"nmInsLevel": "string",
"dsInsLevel": "string"
}
Response example:
200 OK
{
"success": true,
"total": 1,
"results": [
{
"Result": true,
"Code": 1
}
]
}