POST api/account/GetDonationAccountDetails
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": "13f9d079-f15a-4c6c-a022-78a6d9a43b28",
"DonarId": "a56fce0c-aa34-4a94-ac91-862201ce5051",
"ActionById": "a5dc2a0d-4473-44ed-b924-481effdecae7",
"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": "d9e68e95-69cb-4041-a5aa-8a1505c73199",
"PaymentMethodId": "6eac2ee3-8c81-465c-9f89-ff6105c23466",
"DonationTypeId": "5d891a6c-9343-4e8e-bc1a-67199d240ff3",
"Amount": 1.1,
"Attachment": "sample string 12",
"DonationAccountId": "0ae73a4b-0467-45b9-82ad-e424b584c145",
"DonationStatus": 1,
"UserDonationStatus": "sample string 13",
"UserDonationDate": "2026-02-14T16:20:21.1118727+05:00",
"DonationStatusRemarks": "sample string 14",
"DonationId": "1315070b-c43c-4355-9bbf-80fe8b2a82a1",
"MonthlyDonations": 1,
"DailyDonations": 1,
"PendingDonations": 1,
"ApprovedDonations": 1,
"BranchName": "sample string 15",
"CountryId": "c75356cf-38da-4fcd-8cb9-0500977b1082",
"Country": "sample string 16",
"ProvinceId": "35c06b6f-0e89-4a11-a587-2b04bdb84f5c",
"Province": "sample string 17",
"CityId": "fc8af42e-d076-4d6c-ae6e-e1bca44b41da",
"City": "sample string 18",
"MobileNumber": "sample string 19",
"DonationDate": "2026-02-14T16:20:21.1118727+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.