POST api/Donation/GetDonationAccountsDDL
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": "d42b213c-7e94-4ad6-8dfa-80f08e5c749e",
"DonarId": "5129dd8d-6794-4b0f-8f51-051f20bb3a2c",
"ActionById": "074b0f5e-cfbe-4d7b-9af8-020f92e7a03b",
"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": "bf21bff4-0fcb-40d0-92af-073af62b4c83",
"PaymentMethodId": "591e01ac-89ee-4e8c-9f13-84aa314c2c83",
"DonationTypeId": "b5aaa8cf-cb30-4dd5-9b35-9253c9475ac0",
"Amount": 1.1,
"Attachment": "sample string 12",
"DonationAccountId": "304f71df-4d13-4b6c-aa23-8758955afc2a",
"DonationStatus": 1,
"UserDonationStatus": "sample string 13",
"UserDonationDate": "2026-05-16T01:28:06.7671989+05:00",
"DonationStatusRemarks": "sample string 14",
"DonationId": "57ee0714-5bbf-483c-8032-26a7889c3438",
"MonthlyDonations": 1,
"DailyDonations": 1,
"PendingDonations": 1,
"ApprovedDonations": 1,
"BranchName": "sample string 15",
"CountryId": "3776e244-4c25-4565-aec0-f83e0b3f1246",
"Country": "sample string 16",
"ProvinceId": "6307b241-0d1c-4d3a-bbac-cae071921734",
"Province": "sample string 17",
"CityId": "e8afcaf3-3dc7-4807-b36d-e0555a4005a8",
"City": "sample string 18",
"MobileNumber": "sample string 19",
"DonationDate": "2026-05-16T01:28:06.7671989+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.