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": "21ef604d-a374-4783-8b61-6507a153d070",
"UserId": "34db28a2-e0a7-4e62-947b-41c316cf6aea",
"TeacherId": "a289f082-e225-446a-95be-b1093217de9b",
"ClassId": "405bc896-f227-41ee-81e0-2e0b74cc3018",
"SectionId": "9984ac5b-47ce-4677-a499-de20a42e8764",
"SubjectId": "6adafc3a-2c8a-4dde-a047-2292febcd700",
"ClassCategoryId": "5aaab10b-28ef-47c3-8c3b-3f2b9eec501d",
"EventSectorId": "004c31ca-ddf5-448e-922c-b5add51d07e9",
"Date": "2026-05-16T01:27:12.050019+05:00",
"Start": 1,
"Length": 1,
"Search": "sample string 1",
"StudentDetail": [
{
"StudentId": "d1869c47-f4c8-43d5-954e-736866635311",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "a5c293b9-541e-4299-8679-61a3810cd5dc",
"EventId": "6f4e4354-7420-474a-a5d9-7de00cf28303",
"EventSectorId": "86945aa5-07d2-41ca-9e29-b0fac7b96b28",
"EventRegistrationId": "7f7a978b-430f-469b-b8a6-605c891d2dfb",
"UserId": "b4d12fcb-8e89-4507-b8df-e966d37662f5",
"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-05-16T01:27:12.050019+05:00",
"StudentDateOfBirth": "2026-05-16T01:27:12.050019+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2026-05-16T01:27:12.050019+05:00"
},
{
"StudentId": "d1869c47-f4c8-43d5-954e-736866635311",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "a5c293b9-541e-4299-8679-61a3810cd5dc",
"EventId": "6f4e4354-7420-474a-a5d9-7de00cf28303",
"EventSectorId": "86945aa5-07d2-41ca-9e29-b0fac7b96b28",
"EventRegistrationId": "7f7a978b-430f-469b-b8a6-605c891d2dfb",
"UserId": "b4d12fcb-8e89-4507-b8df-e966d37662f5",
"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-05-16T01:27:12.050019+05:00",
"StudentDateOfBirth": "2026-05-16T01:27:12.050019+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2026-05-16T01:27:12.050019+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.