POST api/account/AddUserDonationReminder
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": "07f57db7-62b6-47f8-8228-8d097eaf4448",
"UserId": "bbac02f9-ad0b-418b-846b-3e0252785590",
"Amount": 1.1,
"DonationTypeId": "cf5813d8-7ed2-4473-8f7a-eea49bd079ea",
"DonationType": "sample string 1",
"ReminderDateTime": "2026-03-31T16:19:09.2152969+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.