POST api/staff/SaveStudentAnecdotalAcademicRecord
Request Information
URI Parameters
None.
Body Parameters
StudentAnecdotalAcademicListDto| Name | Description | Type | Additional information |
|---|---|---|---|
| License | integer |
None. |
|
| Customer_Id | integer |
None. |
|
| AcademicYearId | integer |
None. |
|
| WingId | integer |
None. |
|
| ExamId | integer |
None. |
|
| Students | Collection of StudentAnecdotalAcademicDTO |
None. |
Request Formats
application/json, text/json
Sample:
{
"License": 1,
"Customer_Id": 2,
"AcademicYearId": 3,
"WingId": 4,
"ExamId": 5,
"Students": [
{
"StudentId": 1,
"MarksObtained": "sample string 2",
"Percentage": 3.0
},
{
"StudentId": 1,
"MarksObtained": "sample string 2",
"Percentage": 3.0
}
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |