POST api/Subject/RenameLevel
Request Information
URI Parameters
None.
Body Parameters
AddNewLevel| Name | Description | Type | Additional information |
|---|---|---|---|
| LevelId | integer |
None. |
|
| SubjectId | integer |
None. |
|
| Name | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"LevelId": 1,
"SubjectId": 2,
"Name": "sample string 3"
}
application/octet-stream, text/plain
Sample:
{"LevelId":1,"SubjectId":2,"Name":"sample string 3"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/octet-stream, text/plain
Sample:
Sample not available.