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": "5c6d568a-82c5-4630-be7d-cf457b1f3aa1",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "78f1c7e6-aca7-4999-945c-32e30791848e",
"EventId": "78b805b6-1768-4be3-a7be-dcda3a519d2f",
"EventSectorId": "2c019527-7c18-417c-926b-90ed26096c16",
"EventRegistrationId": "ba71f14a-769f-4c67-b45a-917f8d385a9c",
"UserId": "d3d7723a-a27a-45dc-b5b2-e78fd002fc52",
"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": "2025-12-10T12:49:41.6606931+05:00",
"StudentDateOfBirth": "2025-12-10T12:49:41.6606931+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2025-12-10T12:49:41.6606931+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.