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": "67f2b239-968e-4817-aa91-31ce661363da",
"EventSectorId": "5486fda5-144c-44de-a1dc-d3b50c152aec",
"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": "e29969ca-4b0d-4a25-b4d0-63eface01cac",
"SubjectId": "7cd2b32d-b55a-4cee-8098-10669f516a23",
"SectionId": "f653dea1-8186-433f-8a2f-91a7ff09750b"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.