POST api/Students/GetStudentInformation
Request Information
URI Parameters
None.
Body Parameters
DTOGetStudentInformation| Name | Description | Type | Additional information |
|---|---|---|---|
| StudentId | globally unique identifier |
None. |
|
| EventSectorId | globally unique identifier |
None. |
|
| FullName | string |
None. |
|
| TelephoneNumber | string |
None. |
|
| Address | string |
None. |
|
| CityName | string |
None. |
|
| PresentCount | integer |
None. |
|
| AbsentCount | integer |
None. |
|
| LeaveCount | integer |
None. |
|
| TotalCount | integer |
None. |
|
| ClassId | globally unique identifier |
None. |
|
| SubjectId | globally unique identifier |
None. |
|
| SectionId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"StudentId": "370f282a-d55d-46f2-a153-1dcc0d4b67e2",
"EventSectorId": "af33dac5-4579-4124-80b4-1a73bb59ebdc",
"FullName": "sample string 1",
"TelephoneNumber": "sample string 2",
"Address": "sample string 3",
"CityName": "sample string 4",
"PresentCount": 1,
"AbsentCount": 1,
"LeaveCount": 1,
"TotalCount": 1,
"ClassId": "8e4363db-22af-4346-a449-a0784d8ea30e",
"SubjectId": "a0113fd0-a226-4ea3-a4ad-8ab6841eda99",
"SectionId": "e0cb00e4-cfdb-429b-a387-23d50144cd03"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.