POST api/account/GetUserDonationReminder

Request Information

URI Parameters

None.

Body Parameters

DTODonationReminders
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

UserId

globally unique identifier

None.

Amount

decimal number

None.

DonationTypeId

globally unique identifier

None.

DonationType

string

None.

ReminderDateTime

date

None.

ReminderStatus

integer

None.

DisplayReminderStatus

string

None.

ReminderDuration

integer

None.

DisplayReminderDuration

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "eefe435c-4135-4967-a917-dd1b2d8a0e4a",
  "UserId": "84d953b1-21be-47db-b6c4-8c75f50fd2b9",
  "Amount": 1.1,
  "DonationTypeId": "6ac6f812-81c8-42c1-895a-8dc1666d308e",
  "DonationType": "sample string 1",
  "ReminderDateTime": "2025-12-10T12:52:25.9406778+05:00",
  "ReminderStatus": 1,
  "DisplayReminderStatus": "sample string 2",
  "ReminderDuration": 1,
  "DisplayReminderDuration": "sample string 3"
}

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.