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": "13976279-efc3-466b-a27f-6f199690976d",
"UserId": "52cd3bb3-6124-4831-bb7b-4a64c1e0fa47",
"Amount": 1.1,
"DonationTypeId": "22688e5c-2d0d-4c9a-81a2-addd4d4f9a56",
"DonationType": "sample string 1",
"ReminderDateTime": "2026-02-03T15:18:36.6389652+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.