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": "767f825c-b52e-418c-b6e5-fc854c2f102c",
"UserId": "15626b30-4581-4f32-9aaf-c5233133d0b2",
"TeacherId": "971fcec3-a1b9-4469-8874-eab756935bd9",
"ClassId": "edd11407-93d9-4faf-abcf-c92a78ec5c65",
"SectionId": "09406ce2-9c78-4f89-ae29-049b59bd7063",
"SubjectId": "fffecb71-aa2f-453b-8f26-d67aeeaf679e",
"ClassCategoryId": "bf89bfa0-a4ee-4e1a-b978-18428c5aecc1",
"EventSectorId": "1ac385b4-86fb-42ab-a098-0cf6c7279b62",
"Date": "2026-02-14T16:20:11.1578812+05:00",
"Start": 1,
"Length": 1,
"Search": "sample string 1",
"StudentDetail": [
{
"StudentId": "09fbd9be-b7d9-48ab-bd3e-1883e059d6a7",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "d5c61e7f-6da2-4eda-a680-18faf9d2878c",
"EventId": "713e4822-21ec-4c78-99ab-90f914b9b6d0",
"EventSectorId": "72daa6a8-f5e6-47bc-9eb0-544e70a0ab0b",
"EventRegistrationId": "5be62e58-fbad-4f97-9898-aa3e2cf131b8",
"UserId": "00611db2-00a4-4ea3-96c7-da288f4ded67",
"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-14T16:20:11.1578812+05:00",
"StudentDateOfBirth": "2026-02-14T16:20:11.1578812+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2026-02-14T16:20:11.1578812+05:00"
},
{
"StudentId": "09fbd9be-b7d9-48ab-bd3e-1883e059d6a7",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "d5c61e7f-6da2-4eda-a680-18faf9d2878c",
"EventId": "713e4822-21ec-4c78-99ab-90f914b9b6d0",
"EventSectorId": "72daa6a8-f5e6-47bc-9eb0-544e70a0ab0b",
"EventRegistrationId": "5be62e58-fbad-4f97-9898-aa3e2cf131b8",
"UserId": "00611db2-00a4-4ea3-96c7-da288f4ded67",
"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-14T16:20:11.1578812+05:00",
"StudentDateOfBirth": "2026-02-14T16:20:11.1578812+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2026-02-14T16:20:11.1578812+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.