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": "713ce709-3fc2-46d8-b7b1-18e132794144",
"EventSectorId": "73190640-0699-4354-a57c-8b3644071704",
"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": "4ab8cf53-9384-4c09-b443-3a79ae1ea397",
"SubjectId": "9b8f318c-32bc-4736-91e4-537e54a0eedd",
"SectionId": "29d8004f-e44e-4519-9b0d-2425dddbabfb"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.