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": "06692731-185e-4d12-8f4a-e6f9563643b2",
"UserId": "1e7d36ee-e463-4e24-9f13-7302cc599452",
"Amount": 1.1,
"DonationTypeId": "080e22a8-73d9-4286-b209-aa7f18a14dc7",
"DonationType": "sample string 1",
"ReminderDateTime": "2026-02-03T15:19:58.2217617+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.