POST api/Donation/AssignedDonationAreaCitiesDDL
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": "85c881fa-16b7-4340-bd0d-3febe9394dc5",
"DonarId": "52271e04-86ca-4134-bc5b-9c86cadc31c4",
"ActionById": "fb05432e-191c-496b-84a1-f546bf59d344",
"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": "ad183515-9ec9-4382-a4ff-58f0f8df64e0",
"PaymentMethodId": "936713ee-471f-4799-a35c-77546a2622ff",
"DonationTypeId": "69043fcc-3082-476f-9de4-2fda220b275f",
"Amount": 1.1,
"Attachment": "sample string 12",
"DonationAccountId": "67951949-aaf2-4f8e-acbc-2a8e3b4d37b6",
"DonationStatus": 1,
"UserDonationStatus": "sample string 13",
"UserDonationDate": "2025-12-20T17:41:11.8726898+05:00",
"DonationStatusRemarks": "sample string 14",
"DonationId": "cd2b8b92-f2e4-4b77-83d8-c5b8b0c32982",
"MonthlyDonations": 1,
"DailyDonations": 1,
"PendingDonations": 1,
"ApprovedDonations": 1,
"BranchName": "sample string 15",
"CountryId": "5a949733-39ce-4413-83df-7241b7a6ef1a",
"Country": "sample string 16",
"ProvinceId": "ab657e42-4aed-4a40-8afe-dde7e55f5122",
"Province": "sample string 17",
"CityId": "43610959-3966-4766-a110-4d1aba399a4a",
"City": "sample string 18",
"MobileNumber": "sample string 19",
"DonationDate": "2025-12-20T17:41:11.8726898+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.