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": "d73141a0-2ade-4ca0-8123-8eb6b51b4007",
"UserId": "815a0a1c-6ba3-4021-8b38-b80c1f4755fc",
"TeacherId": "bfb4f556-0a92-4d78-a45d-3a919829a46a",
"ClassId": "4c125c58-3ea9-4a71-9b44-af4df299d356",
"SectionId": "7616d29d-9d2a-4478-ae7b-b2255efd2efb",
"SubjectId": "16bfbc0c-0b8d-4271-81b6-9f97149bae42",
"ClassCategoryId": "868b75ca-f906-47aa-a497-a2195f2faec0",
"EventSectorId": "fa1a16a4-a9e3-4966-9823-03f44d5a5a31",
"Date": "2025-12-10T12:49:58.6157224+05:00",
"Start": 1,
"Length": 1,
"Search": "sample string 1",
"StudentDetail": [
{
"StudentId": "7cf7efcc-6a3a-4d9d-afdc-2aa9133cd8bc",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "1cade6c7-5098-4048-b853-8e0cc9296455",
"EventId": "1222485d-eb7e-41a8-8a7e-17de1b77568c",
"EventSectorId": "f83312ce-bdef-4c80-a6ed-afa3acc023f6",
"EventRegistrationId": "5578bf82-d1f0-4a18-bd6f-173ec785ad18",
"UserId": "1c100524-2824-42ed-9b79-c301b481711c",
"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:58.6157224+05:00",
"StudentDateOfBirth": "2025-12-10T12:49:58.6157224+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2025-12-10T12:49:58.6157224+05:00"
},
{
"StudentId": "7cf7efcc-6a3a-4d9d-afdc-2aa9133cd8bc",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "1cade6c7-5098-4048-b853-8e0cc9296455",
"EventId": "1222485d-eb7e-41a8-8a7e-17de1b77568c",
"EventSectorId": "f83312ce-bdef-4c80-a6ed-afa3acc023f6",
"EventRegistrationId": "5578bf82-d1f0-4a18-bd6f-173ec785ad18",
"UserId": "1c100524-2824-42ed-9b79-c301b481711c",
"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:58.6157224+05:00",
"StudentDateOfBirth": "2025-12-10T12:49:58.6157224+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2025-12-10T12:49:58.6157224+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.