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": "7ce8f9d1-5d3f-410b-87c2-f8ab72716bad",
"UserId": "aea3f16a-3db5-421b-bf19-09156ece4b59",
"TeacherId": "59536003-74d6-481b-b77d-592a04cbed68",
"ClassId": "fe5f0b1c-4481-4504-89b3-e2b4aa11aee5",
"SectionId": "5bc451cc-52f1-4195-afd9-ace7d5ebfa6c",
"SubjectId": "0e47e033-276c-4a68-9753-a2b3c93bf26d",
"ClassCategoryId": "677e4356-c6af-4e0e-a3ed-f07304023c3d",
"EventSectorId": "9bbac469-e72e-47a7-88a9-6dce0ceca012",
"Date": "2026-09-25T12:49:34.1167323+05:00",
"Start": 1,
"Length": 1,
"Search": "sample string 1",
"StudentDetail": [
{
"StudentId": "5bd92391-75d1-4ea0-8e76-deba1091f5b3",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "4e07786e-271d-42ec-82f5-2dcbdc7982fd",
"EventId": "112d8d0e-28cc-4fec-8d2b-73fcd15825e7",
"EventSectorId": "1fa896e9-df5d-4d3e-aad8-82871ef2cc3e",
"EventRegistrationId": "6c1e94cf-bc79-4a24-9410-93f944f76960",
"UserId": "337e520b-af24-4ea8-afb9-41e09e750f7e",
"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-25T12:49:34.1187865+05:00",
"StudentDateOfBirth": "2026-09-25T12:49:34.1187865+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2026-09-25T12:49:34.1187865+05:00"
},
{
"StudentId": "5bd92391-75d1-4ea0-8e76-deba1091f5b3",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "4e07786e-271d-42ec-82f5-2dcbdc7982fd",
"EventId": "112d8d0e-28cc-4fec-8d2b-73fcd15825e7",
"EventSectorId": "1fa896e9-df5d-4d3e-aad8-82871ef2cc3e",
"EventRegistrationId": "6c1e94cf-bc79-4a24-9410-93f944f76960",
"UserId": "337e520b-af24-4ea8-afb9-41e09e750f7e",
"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-25T12:49:34.1187865+05:00",
"StudentDateOfBirth": "2026-09-25T12:49:34.1187865+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2026-09-25T12:49:34.1187865+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.