GET api/ExamManagement/SaveProgressReportForStudents

Request Information

URI Parameters

None.

Body Parameters

Collection of tblProgressReportAccess
NameDescriptionTypeAdditional information
ProgRepStudId

integer

None.

SchoolId

integer

None.

StudentId

integer

None.

ExamMasterId

integer

None.

Status

integer

None.

UserId

integer

None.

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

Object

None.

Response Formats

application/json, text/json

Sample:
{}