GET api/Elearning/SaveELearnResultAccess
Request Information
URI Parameters
None.
Body Parameters
Collection of tblSaveELearnResultAccess| Name | Description | Type | Additional information |
|---|---|---|---|
| ExamPaperId | integer |
None. |
|
| ELearnId | integer |
None. |
|
| SchoolId | integer |
None. |
|
| Status | integer |
None. |
|
| UserId | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"ExamPaperId": 1,
"ELearnId": 2,
"SchoolId": 3,
"Status": 4,
"UserId": 5
},
{
"ExamPaperId": 1,
"ELearnId": 2,
"SchoolId": 3,
"Status": 4,
"UserId": 5
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}