POST api/Students/GetStudentInformation

Request Information

URI Parameters

None.

Body Parameters

DTOGetStudentInformation
NameDescriptionTypeAdditional 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": "1e5e3d42-cb8a-43e3-8b8e-b6f7e7f9bbce",
  "EventSectorId": "f43d6e3f-b10a-4135-b8b4-801e65fee7d7",
  "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": "1c02feee-9482-4ce8-8d2f-7a6964540c3f",
  "SubjectId": "0361e253-3250-4683-bb8a-43b9f084c407",
  "SectionId": "f2c390f8-0b23-49e9-8a10-85f1e2bc4d63"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.