POST api/account/GetAllDonations
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": "423274fd-3923-41cd-8941-9f936e5b0cf4",
"UserId": "04af37a5-5545-46eb-b6b6-0cac33bd90fe",
"TeacherId": "30185cdb-f5d2-4336-b253-4e36670bc9e7",
"ClassId": "b59b5081-4f19-4a63-990a-3b3114502ce1",
"SectionId": "c163df7b-96b2-427d-8983-6992d9db2b18",
"SubjectId": "b8d2fd97-ff23-4458-9d13-874c127d65cb",
"ClassCategoryId": "345bc1f4-2c83-4f1c-be95-c8bed35401f4",
"EventSectorId": "6260cd35-cf5a-4440-9e80-6ee31cef2e27",
"Date": "2026-08-01T11:33:03.5413753+05:00",
"Start": 1,
"Length": 1,
"Search": "sample string 1",
"StudentDetail": [
{
"StudentId": "0be20448-ff49-4998-9240-4c460d6f19ca",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "28fd46f2-d440-4663-aa92-53c68383c053",
"EventId": "b800c2a9-5139-4a64-a250-a9800022058f",
"EventSectorId": "a78d0b57-9d71-4e16-8aef-5ff1bc05562a",
"EventRegistrationId": "f92feadf-26ea-4443-8683-6f03890e9de7",
"UserId": "091e906a-724b-4164-ab64-13389caaa25b",
"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-08-01T11:33:03.5433748+05:00",
"StudentDateOfBirth": "2026-08-01T11:33:03.5433748+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2026-08-01T11:33:03.5443704+05:00"
},
{
"StudentId": "0be20448-ff49-4998-9240-4c460d6f19ca",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "28fd46f2-d440-4663-aa92-53c68383c053",
"EventId": "b800c2a9-5139-4a64-a250-a9800022058f",
"EventSectorId": "a78d0b57-9d71-4e16-8aef-5ff1bc05562a",
"EventRegistrationId": "f92feadf-26ea-4443-8683-6f03890e9de7",
"UserId": "091e906a-724b-4164-ab64-13389caaa25b",
"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-08-01T11:33:03.5433748+05:00",
"StudentDateOfBirth": "2026-08-01T11:33:03.5433748+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2026-08-01T11:33:03.5443704+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.