POST api/Events/MarkAssignedClassAttendance
Request Information
URI Parameters
None.
Body Parameters
AssignedClassesViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| UserId | globally unique identifier |
None. |
|
| TeacherId | globally unique identifier |
None. |
|
| ClassId | globally unique identifier |
None. |
|
| SectionId | globally unique identifier |
None. |
|
| SubjectId | globally unique identifier |
None. |
|
| ClassCategoryId | globally unique identifier |
None. |
|
| EventSectorId | globally unique identifier |
None. |
|
| Date | date |
None. |
|
| Start | integer |
None. |
|
| Length | integer |
None. |
|
| Search | string |
None. |
|
| StudentDetail | Collection of DTOStudentDetail |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "ea302e3e-93f1-46ac-9bff-2ccb64a7b321",
"UserId": "85814b47-4d4a-4f0d-a229-7ececd23fb9c",
"TeacherId": "aacd0299-ba14-4423-948b-f86c1684b6f5",
"ClassId": "32a24f19-c449-46c9-a1a6-029b7d79d07b",
"SectionId": "545ed480-bba4-4a35-ad14-39d67b5ccf2e",
"SubjectId": "111d576e-8050-4ca7-a7b0-ff76fc7f0c27",
"ClassCategoryId": "0cfb41be-ad80-4bb7-ba8e-e0f7c71584bc",
"EventSectorId": "7e0f1035-7fba-4a99-a6a9-9d36195f26e0",
"Date": "2026-04-11T17:08:36.1469968+05:00",
"Start": 1,
"Length": 1,
"Search": "sample string 1",
"StudentDetail": [
{
"StudentId": "e005251f-1c5d-4ecf-9607-22a3b1547e6a",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "50ab9f42-2b9a-4f15-8999-09c6ef4e8b9d",
"EventId": "5adfad83-1eb8-4dbd-a4e0-d6ad00a9d5a9",
"EventSectorId": "f120d863-1d4c-428d-b310-f65b325a8ae7",
"EventRegistrationId": "60ef4fc5-a24e-4c6f-8ba2-7b434975974a",
"UserId": "5efd4827-bb16-417e-be64-1f2e9ca63ac1",
"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-04-11T17:08:36.1469968+05:00",
"StudentDateOfBirth": "2026-04-11T17:08:36.1469968+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2026-04-11T17:08:36.1469968+05:00"
},
{
"StudentId": "e005251f-1c5d-4ecf-9607-22a3b1547e6a",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "50ab9f42-2b9a-4f15-8999-09c6ef4e8b9d",
"EventId": "5adfad83-1eb8-4dbd-a4e0-d6ad00a9d5a9",
"EventSectorId": "f120d863-1d4c-428d-b310-f65b325a8ae7",
"EventRegistrationId": "60ef4fc5-a24e-4c6f-8ba2-7b434975974a",
"UserId": "5efd4827-bb16-417e-be64-1f2e9ca63ac1",
"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-04-11T17:08:36.1469968+05:00",
"StudentDateOfBirth": "2026-04-11T17:08:36.1469968+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2026-04-11T17:08:36.1469968+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.