POST api/account/GetDonationAccountDetailsForBaitulMaalAdmin
Request Information
URI Parameters
None.
Body Parameters
DTODonationsData| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| DonarId | globally unique identifier |
None. |
|
| ActionById | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| ImagePath | string |
None. |
|
| IsWeb | boolean |
None. |
|
| IsMobile | boolean |
None. |
|
| IsHIMS | boolean |
None. |
|
| Description | string |
None. |
|
| Value | integer |
None. |
|
| PaymentMethod | string |
None. |
|
| AccountNumber | string |
None. |
|
| BankName | string |
None. |
|
| AccountTitle | string |
None. |
|
| UserId | globally unique identifier |
None. |
|
| PaymentMethodId | globally unique identifier |
None. |
|
| DonationTypeId | globally unique identifier |
None. |
|
| Amount | decimal number |
None. |
|
| Attachment | string |
None. |
|
| DonationAccountId | globally unique identifier |
None. |
|
| DonationStatus | integer |
None. |
|
| UserDonationStatus | string |
None. |
|
| UserDonationDate | date |
None. |
|
| DonationStatusRemarks | string |
None. |
|
| DonationId | globally unique identifier |
None. |
|
| MonthlyDonations | integer |
None. |
|
| DailyDonations | integer |
None. |
|
| PendingDonations | integer |
None. |
|
| ApprovedDonations | integer |
None. |
|
| BranchName | string |
None. |
|
| CountryId | globally unique identifier |
None. |
|
| Country | string |
None. |
|
| ProvinceId | globally unique identifier |
None. |
|
| Province | string |
None. |
|
| CityId | globally unique identifier |
None. |
|
| City | string |
None. |
|
| MobileNumber | string |
None. |
|
| DonationDate | date |
None. |
|
| DeviceToken | string |
None. |
|
| PushNotificationTitle | string |
None. |
|
| PushNotificationBody | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "84d4e519-9a5a-48c2-bbba-7995511e6692",
"DonarId": "380d69d3-a232-4f34-926e-bd934de7a91c",
"ActionById": "83f3ee24-e67e-426d-83e8-a58220438a17",
"Name": "sample string 1",
"ImagePath": "sample string 2",
"IsWeb": true,
"IsMobile": true,
"IsHIMS": true,
"Description": "sample string 6",
"Value": 7,
"PaymentMethod": "sample string 8",
"AccountNumber": "sample string 9",
"BankName": "sample string 10",
"AccountTitle": "sample string 11",
"UserId": "08c51b30-27a8-41e2-868a-d2d07f03ae47",
"PaymentMethodId": "915e111c-6de9-42e1-b753-070f4936126d",
"DonationTypeId": "4a5669b9-a520-41c3-beb5-efe03691dff5",
"Amount": 1.1,
"Attachment": "sample string 12",
"DonationAccountId": "765e7c20-a59e-4f64-af76-a7d4183be083",
"DonationStatus": 1,
"UserDonationStatus": "sample string 13",
"UserDonationDate": "2026-08-01T11:33:04.1273302+05:00",
"DonationStatusRemarks": "sample string 14",
"DonationId": "765584a2-3037-43f8-b927-6736c1ad1ca5",
"MonthlyDonations": 1,
"DailyDonations": 1,
"PendingDonations": 1,
"ApprovedDonations": 1,
"BranchName": "sample string 15",
"CountryId": "d6baad1a-1dd2-4c14-8f5a-51cbbe850f4e",
"Country": "sample string 16",
"ProvinceId": "67b46d78-5b72-460d-aecf-ea0098036341",
"Province": "sample string 17",
"CityId": "daa5e30c-ba15-4a43-946e-fa318317d3d2",
"City": "sample string 18",
"MobileNumber": "sample string 19",
"DonationDate": "2026-08-01T11:33:04.1273302+05:00",
"DeviceToken": "sample string 20",
"PushNotificationTitle": "sample string 21",
"PushNotificationBody": "sample string 22"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.