POST api/Teachers/GetAvailableClassesList

Request Information

URI Parameters

None.

Body Parameters

SubAdminManageModel
NameDescriptionTypeAdditional information
Classes

Collection of SubAdminClassModel

None.

SubAdminId

globally unique identifier

None.

SubAdminName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Classes": [
    {
      "Id": "aab9f984-4e65-4470-b017-f539f2c4df80",
      "Name": "sample string 2",
      "Assigned": true
    },
    {
      "Id": "aab9f984-4e65-4470-b017-f539f2c4df80",
      "Name": "sample string 2",
      "Assigned": true
    }
  ],
  "SubAdminId": "85a90368-9ef7-486e-828a-913740a9b599",
  "SubAdminName": "sample string 2"
}

application/octet-stream, text/plain

Sample:
{"Classes":[{"Id":"aab9f984-4e65-4470-b017-f539f2c4df80","Name":"sample string 2","Assigned":true},{"Id":"aab9f984-4e65-4470-b017-f539f2c4df80","Name":"sample string 2","Assigned":true}],"SubAdminId":"85a90368-9ef7-486e-828a-913740a9b599","SubAdminName":"sample string 2"}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.