POST api/account/UpdateDonationStatus
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": "8675790a-e2b6-4a15-ad56-d0b6ffcefd76",
"DonarId": "ef54a5e2-443e-48b1-9fe3-72fb69d7d7d0",
"ActionById": "2812734d-1a67-4fbd-b47a-b74313950a50",
"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": "a3e83cfd-feff-42e8-b644-580222a39db5",
"PaymentMethodId": "02eeb5cb-46c7-4cf3-b241-13a3628d93d0",
"DonationTypeId": "5ac40279-0723-4ae6-939f-449f9344c3b1",
"Amount": 1.1,
"Attachment": "sample string 12",
"DonationAccountId": "72ef8edd-e732-4781-918d-583d294b540a",
"DonationStatus": 1,
"UserDonationStatus": "sample string 13",
"UserDonationDate": "2026-02-14T16:19:05.5130128+05:00",
"DonationStatusRemarks": "sample string 14",
"DonationId": "6393e78d-c5b4-45d7-aef6-62c75c4496d0",
"MonthlyDonations": 1,
"DailyDonations": 1,
"PendingDonations": 1,
"ApprovedDonations": 1,
"BranchName": "sample string 15",
"CountryId": "8f66756f-ddff-4d18-9edc-3d3ce346a9dc",
"Country": "sample string 16",
"ProvinceId": "9a2bc79f-baaa-4607-a013-efe3cc279e90",
"Province": "sample string 17",
"CityId": "ab55a2d4-4a28-4276-b8f7-b83fba20a340",
"City": "sample string 18",
"MobileNumber": "sample string 19",
"DonationDate": "2026-02-14T16:19:05.5130128+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.