POST api/reminderOccurrences/UpdateStatus
Request Information
URI Parameters
None.
Body Parameters
UpdateReminderOccurrenceStatusDtoInName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
Required |
|
IsActioned | boolean |
Required |
Request Formats
application/json, text/json
Sample:
{ "id": 1, "isActioned": true }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.