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": "993d2775-4b21-4f9c-b7f3-22635a4f03c1",
"UserId": "17507fc6-6392-4202-9227-9bea2a32d3d2",
"TeacherId": "202361c6-f436-4157-acb1-90451b2d9c98",
"ClassId": "367f0d5b-4306-4f6a-a2b0-179081b54704",
"SectionId": "9e7d0908-3fb6-48bd-babb-0748147d775f",
"SubjectId": "8d411ab6-9ed1-441c-a47a-5553ae4a1e6e",
"ClassCategoryId": "03ff8d46-eea9-4b67-a49a-67e101cb7aa4",
"EventSectorId": "42ce672f-9de3-4ace-953b-4df73feb2b54",
"Date": "2026-02-03T15:19:57.8778481+05:00",
"Start": 1,
"Length": 1,
"Search": "sample string 1",
"StudentDetail": [
{
"StudentId": "61895b6c-35ea-4f43-b193-86583f3e68d2",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "69b5f61f-76dc-4a65-aee0-b5a6851f3f87",
"EventId": "c42bf359-1a50-4d6e-8b20-a6e0198761a4",
"EventSectorId": "9b15c92e-7bb7-4515-8192-4971709e931c",
"EventRegistrationId": "29bd887a-983d-4e6e-887e-d280d92cf4af",
"UserId": "e2098f14-67f8-4cd4-ae50-f19b8ae8cf39",
"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-02-03T15:19:57.8778481+05:00",
"StudentDateOfBirth": "2026-02-03T15:19:57.8778481+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2026-02-03T15:19:57.8778481+05:00"
},
{
"StudentId": "61895b6c-35ea-4f43-b193-86583f3e68d2",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "69b5f61f-76dc-4a65-aee0-b5a6851f3f87",
"EventId": "c42bf359-1a50-4d6e-8b20-a6e0198761a4",
"EventSectorId": "9b15c92e-7bb7-4515-8192-4971709e931c",
"EventRegistrationId": "29bd887a-983d-4e6e-887e-d280d92cf4af",
"UserId": "e2098f14-67f8-4cd4-ae50-f19b8ae8cf39",
"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-02-03T15:19:57.8778481+05:00",
"StudentDateOfBirth": "2026-02-03T15:19:57.8778481+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2026-02-03T15:19:57.8778481+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.