POST api/notifications/types

Update status of the notification per user

Request Information

URI Parameters

None.

Body Parameters

NameDescriptionTypeAdditional 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 notification was found and updated

Response Formats

application/json, text/json

Sample:
true