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": "5ed1eba1-db71-4acd-948d-1a68503dce7a",
"DonarId": "5fcd54ab-7adb-475d-b557-ce47255b26f1",
"ActionById": "403d990a-7923-4c82-95b2-6d26eccccb9e",
"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": "7f5de419-d47d-4ad2-a500-77447d9fe6fb",
"PaymentMethodId": "6b878b42-53f7-48e0-887b-68503ebd30bc",
"DonationTypeId": "6e6b72a0-683e-46ca-920a-f26aa3b4012e",
"Amount": 1.1,
"Attachment": "sample string 12",
"DonationAccountId": "e0956e14-a102-4ae7-b056-a30579675137",
"DonationStatus": 1,
"UserDonationStatus": "sample string 13",
"UserDonationDate": "2026-02-14T16:20:21.048043+05:00",
"DonationStatusRemarks": "sample string 14",
"DonationId": "36f34f04-8a92-4c02-bb77-ae15abf5771a",
"MonthlyDonations": 1,
"DailyDonations": 1,
"PendingDonations": 1,
"ApprovedDonations": 1,
"BranchName": "sample string 15",
"CountryId": "afb25c36-32c4-451a-9e3d-2bb2534e0c39",
"Country": "sample string 16",
"ProvinceId": "bf52d09f-2bc5-4fd7-ace9-d71c35a34106",
"Province": "sample string 17",
"CityId": "0a3b5254-564d-4a5f-8be5-5de2d04207dc",
"City": "sample string 18",
"MobileNumber": "sample string 19",
"DonationDate": "2026-02-14T16:20:21.048043+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.