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": "7bab3566-d2e8-4d66-964b-db0cebf40787",
"UserId": "157879b4-b9ca-4bb8-8b20-066da65e95e2",
"Amount": 1.1,
"DonationTypeId": "6fb3e8c2-1a08-40c6-9d97-e5b985a97516",
"DonationType": "sample string 1",
"ReminderDateTime": "2026-02-14T16:19:16.0600329+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.