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": "88d90ec6-00b2-4496-9c6f-56fa99b3741c",
"UserId": "83eb0b45-ce55-4314-9c8e-4f15471eb6e7",
"TeacherId": "37a2cb29-8907-457e-b066-5768c9533c62",
"ClassId": "a9950f41-985d-4439-b03a-f4fd7c2a06fb",
"SectionId": "86b0b0da-d807-4f04-98b9-b9d9c926e396",
"SubjectId": "050dfba9-c8ca-4740-971d-93fb7b476c5f",
"ClassCategoryId": "b294642c-aceb-4cfa-b6da-fb5508aba606",
"EventSectorId": "0cd12eb5-fafe-4106-b029-abf2ebb37821",
"Date": "2026-06-06T12:46:22.8600289+05:00",
"Start": 1,
"Length": 1,
"Search": "sample string 1",
"StudentDetail": [
{
"StudentId": "c1de6c1b-b576-4c64-a5a8-f23b3877c096",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "9afbd741-bebf-4507-b1d0-e8d18ba178a1",
"EventId": "8169659d-e1a5-49a8-81ef-1223bba0d211",
"EventSectorId": "5d85d86b-c9e1-431e-a453-f7efce03874a",
"EventRegistrationId": "fcb7ef9a-8e45-4457-8a02-35b5877869f7",
"UserId": "d8f1886f-134b-4ccd-854b-991459cf6a34",
"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-06-06T12:46:22.8659708+05:00",
"StudentDateOfBirth": "2026-06-06T12:46:22.8659708+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2026-06-06T12:46:22.8670543+05:00"
},
{
"StudentId": "c1de6c1b-b576-4c64-a5a8-f23b3877c096",
"StudentName": "sample string 1",
"StudentStatus": 1,
"StudentAttendanceId": "9afbd741-bebf-4507-b1d0-e8d18ba178a1",
"EventId": "8169659d-e1a5-49a8-81ef-1223bba0d211",
"EventSectorId": "5d85d86b-c9e1-431e-a453-f7efce03874a",
"EventRegistrationId": "fcb7ef9a-8e45-4457-8a02-35b5877869f7",
"UserId": "d8f1886f-134b-4ccd-854b-991459cf6a34",
"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-06-06T12:46:22.8659708+05:00",
"StudentDateOfBirth": "2026-06-06T12:46:22.8659708+05:00",
"AttendanceStatus": 1,
"DisplayAttendanceStatus": "sample string 9",
"AreaName": "sample string 10",
"CityName": "sample string 11",
"AttendanceDate": "2026-06-06T12:46:22.8670543+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.