POST api/notifications/types
Update status for the notification setting per user
Request Information
URI Parameters
None.
Body Parameters
Notification status per user
| Name | Description | Type | Additional information |
|---|---|---|---|
| NotificationType |
NotificationType type (General - 0) |
NotificationType |
None. |
| IsTurnedOn |
Status of the notification |
boolean |
None. |
| Name | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"notificationType": 0,
"isTurnedOn": true,
"name": "sample string 2"
}
Response Information
Whether appropriate user notification setting was found and updated
Response Formats
application/json, text/json
Sample:
true