POST api/Donation/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": "bee1af71-4cf1-47d6-b06d-7ba9bbc22507",
"DonarId": "7fc772a2-7c99-4cb6-81bd-f5ae1724eb0c",
"ActionById": "1d256cb3-0db6-43e6-9d11-d35b469934ce",
"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": "0c6bd8ea-e8a0-4bc3-9d17-8a6780dc731e",
"PaymentMethodId": "72f6cfc6-06a8-40a8-880e-12faa4e80d4c",
"DonationTypeId": "d8d97e54-cd01-465d-8555-6be014687646",
"Amount": 1.1,
"Attachment": "sample string 12",
"DonationAccountId": "438ee762-8da8-4930-8807-c138a40eb91c",
"DonationStatus": 1,
"UserDonationStatus": "sample string 13",
"UserDonationDate": "2025-12-20T17:39:04.9566267+05:00",
"DonationStatusRemarks": "sample string 14",
"DonationId": "a7fdeb8b-1746-4574-a4c0-566d2902b399",
"MonthlyDonations": 1,
"DailyDonations": 1,
"PendingDonations": 1,
"ApprovedDonations": 1,
"BranchName": "sample string 15",
"CountryId": "39455477-bac9-4aaf-a059-ec94d9524949",
"Country": "sample string 16",
"ProvinceId": "5cb78c60-176a-43a6-ada5-7041e0c98581",
"Province": "sample string 17",
"CityId": "554500d7-ba8e-4630-bb15-b6a1c88433a1",
"City": "sample string 18",
"MobileNumber": "sample string 19",
"DonationDate": "2025-12-20T17:39:04.9566267+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.