Educational 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 |
| nrInsLevel | Numeric | No | Order |
Request example:
{
"idInsLevel": "string",
"nmInsLevel": "string",
"dsInsLevel": "string",
"nrInsLevel": "numeric"
}
Response example:
200 OK
{
"success": true,
"total": 1,
"results": [
{
"Result": true,
"Code": 1
}
]
}