GET api/ExamManagement/SaveProgressReportForStudents
Request Information
URI Parameters
None.
Body Parameters
Collection of tblProgressReportAccessName | Description | Type | Additional information |
---|---|---|---|
ProgRepStudId | integer |
None. |
|
SchoolId | integer |
Required |
|
StudentId | integer |
Required |
|
ExamMasterId | integer |
Required |
|
Status | integer |
None. |
|
UserId | integer |
Required |
Request Formats
application/json, text/json
Sample:
[ { "ProgRepStudId": 1, "SchoolId": 2, "StudentId": 3, "ExamMasterId": 4, "Status": 5, "UserId": 6 }, { "ProgRepStudId": 1, "SchoolId": 2, "StudentId": 3, "ExamMasterId": 4, "Status": 5, "UserId": 6 } ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}