POST api/Students/AddStudent
Request Information
URI Parameters
None.
Body Parameters
DTOStudentDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| StudentId | globally unique identifier |
None. |
|
| StudentName | string |
None. |
|
| StudentStatus | integer |
None. |
|
| StudentAttendanceId | globally unique identifier |
None. |
|
| EventId | globally unique identifier |
None. |
|
| EventSectorId | globally unique identifier |
None. |
|
| EventRegistrationId | globally unique identifier |
None. |
|
| UserId | globally unique identifier |
None. |
|
| FullName | string |
None. |
|
| PhoneNumber | string |
None. |
|
| WhatsappNumber | string |
None. |
|
| CNICNumber | string |
None. |
|
| StudentAddress | string |
None. |
|
| ApprovalStatus | integer |
None. |
|
| DisplayApprovalStatus | string |
None. |
|
| Gender | string |
None. |
|
| AppliedDate | date |
None. |
|
| StudentDateOfBirth | date |
None. |
|
| AttendanceStatus | integer |
None. |
|
| DisplayAttendanceStatus | string |
None. |
|
| AreaName | string |
None. |
|
| CityName | string |
None. |
|
| AttendanceDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"StudentId": "f69fd6de-cb24-4e7a-b42e-e1cbcd6a68ce",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "972913fd-403b-4f2b-9470-1321768fb02f",
"EventId": "66747db8-b8e3-41a9-9ba6-c735324abb80",
"EventSectorId": "39d7c841-c23c-4089-8701-95c9e60414ca",
"EventRegistrationId": "36d3f89c-71f7-4207-9746-64ffbe70a4e5",
"UserId": "bd316a70-1191-4e4a-9b14-7d560a31b7f5",
"FullName": "sample string 2",
"PhoneNumber": "sample string 3",
"WhatsappNumber": "sample string 4",
"CNICNumber": "sample string 5",
"StudentAddress": "sample string 6",
"ApprovalStatus": 1,
"DisplayApprovalStatus": "sample string 7",
"Gender": "sample string 8",
"AppliedDate": "2026-09-25T12:49:36.5997115+05:00",
"StudentDateOfBirth": "2026-09-25T12:49:36.5997115+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2026-09-25T12:49:36.5997115+05:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.