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": "a6665b6f-8d95-4987-8378-0b9f4ebd3e6e",
"DonarId": "64b77a56-f0b0-4c75-8de9-327d02ef6bf5",
"ActionById": "713d895b-be67-43ec-9012-31ad1d39b109",
"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": "6a8e15f0-c852-44b1-b733-c4e7f1cbf206",
"PaymentMethodId": "2cb9f7f5-21a2-4f9e-a1e6-eeb0e9f1a80f",
"DonationTypeId": "66cdfe66-a001-435a-b94e-289aa5d672de",
"Amount": 1.1,
"Attachment": "sample string 12",
"DonationAccountId": "47e45bd5-91da-4384-9769-065b7342e168",
"DonationStatus": 1,
"UserDonationStatus": "sample string 13",
"UserDonationDate": "2026-08-01T11:33:04.0233058+05:00",
"DonationStatusRemarks": "sample string 14",
"DonationId": "02b6a614-754a-4d06-a6cf-6e9d9ad2d529",
"MonthlyDonations": 1,
"DailyDonations": 1,
"PendingDonations": 1,
"ApprovedDonations": 1,
"BranchName": "sample string 15",
"CountryId": "873481db-bd29-4ad5-9195-7c94a56ea413",
"Country": "sample string 16",
"ProvinceId": "7e7478cc-0a90-49a3-8f5a-940c4959e64d",
"Province": "sample string 17",
"CityId": "630a1b90-8f2d-4ffa-89a1-0c24c0e1468d",
"City": "sample string 18",
"MobileNumber": "sample string 19",
"DonationDate": "2026-08-01T11:33:04.0233058+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.