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": "fbea0f5d-e726-41fe-920c-757e0ed87aa3",
"UserId": "b5460cdb-9e2b-4dc4-935b-6bec87731d10",
"TeacherId": "a5e94c9d-dff1-4a7c-9292-6d8eb85cef53",
"ClassId": "cd54e578-0412-49c2-a309-ae7806240a6f",
"SectionId": "b9d542da-fc5c-4844-bf31-13d7d6cc27f1",
"SubjectId": "9b7d52e7-84cf-420e-a271-5c2a1b9d4201",
"ClassCategoryId": "d5da9433-c536-40b5-8c42-768eb4f8f615",
"EventSectorId": "7072301e-1daa-4b01-8acd-283a0e538d28",
"Date": "2026-09-25T14:31:19.3720024+05:00",
"Start": 1,
"Length": 1,
"Search": "sample string 1",
"StudentDetail": [
{
"StudentId": "b2baad6e-2bb2-4fae-b90a-2644c8c91934",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "f16faf12-8488-4f95-9c9f-c1ff0d784e01",
"EventId": "fb9960f0-be3a-4327-ac55-34a0dd9453f6",
"EventSectorId": "7358f3f4-98ad-46c8-a8d2-392b22c21000",
"EventRegistrationId": "40ecd0ad-4092-4f88-bbd7-ada81144774c",
"UserId": "6a1d5aec-4fa9-44c8-8eae-5b9b859ea966",
"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-25T14:31:19.3720024+05:00",
"StudentDateOfBirth": "2026-09-25T14:31:19.3720024+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2026-09-25T14:31:19.3720024+05:00"
},
{
"StudentId": "b2baad6e-2bb2-4fae-b90a-2644c8c91934",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "f16faf12-8488-4f95-9c9f-c1ff0d784e01",
"EventId": "fb9960f0-be3a-4327-ac55-34a0dd9453f6",
"EventSectorId": "7358f3f4-98ad-46c8-a8d2-392b22c21000",
"EventRegistrationId": "40ecd0ad-4092-4f88-bbd7-ada81144774c",
"UserId": "6a1d5aec-4fa9-44c8-8eae-5b9b859ea966",
"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-25T14:31:19.3720024+05:00",
"StudentDateOfBirth": "2026-09-25T14:31:19.3720024+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2026-09-25T14:31:19.3720024+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.