GET api/Post/SaveStudentExamAssesment?StateID={StateID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| StateID | string |
Required |
Body Parameters
Collection of ExamSubjectAssessementCls| Name | Description | Type | Additional information |
|---|---|---|---|
| ExamStudentAssesmentID | string |
None. |
|
| ExamAssesmentID | string |
None. |
|
| StudentID | string |
None. |
|
| ExamSubjectID | string |
None. |
|
| GradeID | string |
None. |
|
| ExamMasterID | string |
None. |
|
| ACYID | string |
None. |
|
| CreatedBy | string |
None. |
|
| CreatedDate | string |
None. |
|
| ModifiedBy | string |
None. |
|
| ModifiedDate | string |
None. |
|
| PaperType | string |
None. |
|
| StateID | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"ExamStudentAssesmentID": "sample string 1",
"ExamAssesmentID": "sample string 2",
"StudentID": "sample string 3",
"ExamSubjectID": "sample string 4",
"GradeID": "sample string 5",
"ExamMasterID": "sample string 6",
"ACYID": "sample string 7",
"CreatedBy": "sample string 8",
"CreatedDate": "sample string 9",
"ModifiedBy": "sample string 10",
"ModifiedDate": "sample string 11",
"PaperType": "sample string 12",
"StateID": "sample string 13"
},
{
"ExamStudentAssesmentID": "sample string 1",
"ExamAssesmentID": "sample string 2",
"StudentID": "sample string 3",
"ExamSubjectID": "sample string 4",
"GradeID": "sample string 5",
"ExamMasterID": "sample string 6",
"ACYID": "sample string 7",
"CreatedBy": "sample string 8",
"CreatedDate": "sample string 9",
"ModifiedBy": "sample string 10",
"ModifiedDate": "sample string 11",
"PaperType": "sample string 12",
"StateID": "sample string 13"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}