POST api/Exam/SubmitClass
Request Information
URI Parameters
None.
Body Parameters
SubmitClassDTOName | Description | Type | Additional information |
---|---|---|---|
className | string |
None. |
|
fromtime | string |
None. |
|
totime | string |
None. |
|
instructorId | integer |
None. |
|
classDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "className": "sample string 1", "fromtime": "sample string 2", "totime": "sample string 3", "instructorId": 4, "classDate": "2025-01-22T11:14:20.7469823-07:00" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true