POST api/Subject/RenameLevel

Request Information

URI Parameters

None.

Body Parameters

AddNewLevel
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json, application/octet-stream, text/plain

Sample:

Sample not available.