POST api/Teachers/GetAvailableClassesList
Request Information
URI Parameters
None.
Body Parameters
SubAdminManageModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Classes | Collection of SubAdminClassModel |
None. |
|
| SubAdminId | globally unique identifier |
None. |
|
| SubAdminName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Classes": [
{
"Id": "a6d1a53b-a0f5-4895-b2e7-104ea246fcdb",
"Name": "sample string 2",
"Assigned": true
},
{
"Id": "a6d1a53b-a0f5-4895-b2e7-104ea246fcdb",
"Name": "sample string 2",
"Assigned": true
}
],
"SubAdminId": "84c784f0-1906-44a0-9fe6-ad98a4af177a",
"SubAdminName": "sample string 2"
}
application/octet-stream, text/plain
Sample:
{"Classes":[{"Id":"a6d1a53b-a0f5-4895-b2e7-104ea246fcdb","Name":"sample string 2","Assigned":true},{"Id":"a6d1a53b-a0f5-4895-b2e7-104ea246fcdb","Name":"sample string 2","Assigned":true}],"SubAdminId":"84c784f0-1906-44a0-9fe6-ad98a4af177a","SubAdminName":"sample string 2"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/octet-stream, text/plain
Sample:
Sample not available.