POST api/Donation/SaveDonationAccount
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": "f8a99b2a-ae8a-4a3d-baa5-3754abd0f77b",
"DonarId": "687169bb-25cd-4dc7-8af4-efac772a5fa1",
"ActionById": "ede9fe9b-c03d-4d1c-8994-531d2f80388f",
"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": "8bda6549-4f31-4adc-b09f-2bd52d812143",
"PaymentMethodId": "85f10e25-2cca-432b-b5ec-5d7e77cd3cbe",
"DonationTypeId": "50266a60-f201-404f-ae06-47b40e37fffa",
"Amount": 1.1,
"Attachment": "sample string 12",
"DonationAccountId": "f4a08941-2abe-42d8-bbd9-a559e48d7a7b",
"DonationStatus": 1,
"UserDonationStatus": "sample string 13",
"UserDonationDate": "2026-03-31T16:20:11.2132168+05:00",
"DonationStatusRemarks": "sample string 14",
"DonationId": "b5c8c3f8-f766-4bf2-945c-e2092d2a6332",
"MonthlyDonations": 1,
"DailyDonations": 1,
"PendingDonations": 1,
"ApprovedDonations": 1,
"BranchName": "sample string 15",
"CountryId": "7d1e62da-22b5-4069-880a-233690b0f4a4",
"Country": "sample string 16",
"ProvinceId": "c3f301c1-f277-476a-ada0-86ea8a2d6ae2",
"Province": "sample string 17",
"CityId": "12dfe69a-c40b-4ea5-b883-c6168df89de7",
"City": "sample string 18",
"MobileNumber": "sample string 19",
"DonationDate": "2026-03-31T16:20:11.2132168+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.