POST api/account/GetUserDonationReminder
Request Information
URI Parameters
None.
Body Parameters
DTODonationReminders| Name | Description | Type | Additional 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": "7b007591-a67f-4183-9be7-1ae4ac05c809",
"UserId": "83029e9c-40d0-4458-bf93-95bc3ddb138b",
"Amount": 1.1,
"DonationTypeId": "1edf9ed7-542a-4baf-8059-db50c8a5df90",
"DonationType": "sample string 1",
"ReminderDateTime": "2026-04-11T17:10:54.9509746+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
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.