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": "885ad333-f91a-4e0c-9e56-cc3e922b9094",
"EventSectorId": "196bac85-6e32-4c9f-b0d0-b2ec5340e53e",
"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": "411b963f-72db-43a5-af0a-dc159b876bfc",
"SubjectId": "079b0464-621d-4d5e-9eee-89d3a9bed66d",
"SectionId": "82c6cc73-2ce2-4f2b-9027-d8870adcc71f"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.