POST api/Users/SaveClass
Request Information
URI Parameters
None.
Body Parameters
UserClassInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
Required String length: inclusive between 0 and 255 |
|
| StudentsNo | integer |
None. |
|
| AvgScore | integer |
None. |
|
| LastAccess | date |
None. |
|
| Index | integer |
None. |
|
| TeacherId | globally unique identifier |
None. |
|
| TeacherSubAdminId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "f17d77bf-3f1b-4e8f-925d-e141780ba426",
"Name": "sample string 1",
"StudentsNo": 1,
"AvgScore": 1,
"LastAccess": "2026-06-20T19:34:34.3545418+00:00",
"Index": 2,
"TeacherId": "19dc979a-0643-4ed7-9bfd-cb80018ecc40",
"TeacherSubAdminId": "24b3e8fb-c780-4944-a5f7-3a43f22e796d"
}
application/octet-stream, text/plain
Sample:
{"Id":"f17d77bf-3f1b-4e8f-925d-e141780ba426","Name":"sample string 1","StudentsNo":1,"AvgScore":1,"LastAccess":"2026-06-20T19:34:34.3545418+00:00","Index":2,"TeacherId":"19dc979a-0643-4ed7-9bfd-cb80018ecc40","TeacherSubAdminId":"24b3e8fb-c780-4944-a5f7-3a43f22e796d"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/octet-stream, text/plain
Sample:
Sample not available.