POST api/Donation/GetDonationsSummary

Request Information

URI Parameters

None.

Body Parameters

DTODonationsData
NameDescriptionTypeAdditional 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": "bb9e1c5c-0cf3-4ece-b7f5-b3d66d436b5b",
  "DonarId": "39480d6d-e46e-49a2-b88a-5cd91fe04a81",
  "ActionById": "622b3496-54e8-406f-864d-6910d5544813",
  "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": "17491caa-c4a9-40a0-a5b7-20d502910465",
  "PaymentMethodId": "5f5fc407-2632-4655-9daf-9ff7219e6125",
  "DonationTypeId": "9f1d03d7-33ae-4d20-a4c4-ed626c6f045d",
  "Amount": 1.1,
  "Attachment": "sample string 12",
  "DonationAccountId": "5db330eb-e886-47af-b020-bea2c85fb08d",
  "DonationStatus": 1,
  "UserDonationStatus": "sample string 13",
  "UserDonationDate": "2025-12-10T12:53:43.2279657+05:00",
  "DonationStatusRemarks": "sample string 14",
  "DonationId": "5696a11e-5846-4fe7-9968-fe420ddc3a54",
  "MonthlyDonations": 1,
  "DailyDonations": 1,
  "PendingDonations": 1,
  "ApprovedDonations": 1,
  "BranchName": "sample string 15",
  "CountryId": "a4848424-48d0-41d3-9518-d9b0228d62e8",
  "Country": "sample string 16",
  "ProvinceId": "ae7b147a-836f-4919-9632-bd46924d8a75",
  "Province": "sample string 17",
  "CityId": "ac4e85da-cb1a-42f6-bb06-b9d0f21905c9",
  "City": "sample string 18",
  "MobileNumber": "sample string 19",
  "DonationDate": "2025-12-10T12:53:43.2279657+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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.