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": "ec7aba81-ab1b-4f6c-aea8-dc603c55d4ea",
"UserId": "8f28bd56-8553-4d00-bae6-57c2c9650def",
"TeacherId": "8b236f12-c300-45db-93de-3ad07f3d86a8",
"ClassId": "392fe7fe-e5bf-4011-83c3-0f635c51cc4a",
"SectionId": "bdfdeae3-8e77-4cfc-b8c8-900121428e56",
"SubjectId": "e2189c59-cd33-48ab-9324-1fd5af456f7f",
"ClassCategoryId": "0b9df3c6-4570-43c9-9ce3-664e8ae20c5d",
"EventSectorId": "29a2442d-090f-42e3-bd18-6b30c8c949ae",
"Date": "2026-03-31T16:21:51.2452292+05:00",
"Start": 1,
"Length": 1,
"Search": "sample string 1",
"StudentDetail": [
{
"StudentId": "b550ea29-e2c5-447a-bc8a-a04b8e4b7bf0",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "cfa4e56c-1937-45c3-b858-0cde814a593b",
"EventId": "b9d0e2eb-8dcf-4504-8fe9-f439e16d5a05",
"EventSectorId": "22834169-52ba-4e25-a464-4227f5b98b7c",
"EventRegistrationId": "9ea9bfa9-397f-4034-8228-aa0d86f0fc05",
"UserId": "131683ea-0952-4104-a77c-77d4e66acaf8",
"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-03-31T16:21:51.2452292+05:00",
"StudentDateOfBirth": "2026-03-31T16:21:51.2452292+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2026-03-31T16:21:51.2452292+05:00"
},
{
"StudentId": "b550ea29-e2c5-447a-bc8a-a04b8e4b7bf0",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "cfa4e56c-1937-45c3-b858-0cde814a593b",
"EventId": "b9d0e2eb-8dcf-4504-8fe9-f439e16d5a05",
"EventSectorId": "22834169-52ba-4e25-a464-4227f5b98b7c",
"EventRegistrationId": "9ea9bfa9-397f-4034-8228-aa0d86f0fc05",
"UserId": "131683ea-0952-4104-a77c-77d4e66acaf8",
"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-03-31T16:21:51.2452292+05:00",
"StudentDateOfBirth": "2026-03-31T16:21:51.2452292+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2026-03-31T16:21:51.2452292+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.