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": "1e007851-88d3-47a1-bdf8-72cbc4910292",
"Name": "sample string 2",
"Assigned": true
},
{
"Id": "1e007851-88d3-47a1-bdf8-72cbc4910292",
"Name": "sample string 2",
"Assigned": true
}
],
"SubAdminId": "8a770f2c-313d-4a9e-ad94-41947637ab1b",
"SubAdminName": "sample string 2"
}
application/octet-stream, text/plain
Sample:
{"Classes":[{"Id":"1e007851-88d3-47a1-bdf8-72cbc4910292","Name":"sample string 2","Assigned":true},{"Id":"1e007851-88d3-47a1-bdf8-72cbc4910292","Name":"sample string 2","Assigned":true}],"SubAdminId":"8a770f2c-313d-4a9e-ad94-41947637ab1b","SubAdminName":"sample string 2"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/octet-stream, text/plain
Sample:
Sample not available.