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": "7bb0b35c-a9bf-462a-bf2a-b81e5afe7a70",
"EventSectorId": "612a490e-4809-4699-86ca-d24846ee15d7",
"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": "3c371700-2340-41fd-b011-aea5d0526f67",
"SubjectId": "5b2c908b-b77b-4442-b5ff-2746d3203f37",
"SectionId": "d314ce41-f1ef-4d09-8fbb-47dedb626a9a"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.