POST api/account/UpdateNotificationStatus

Request Information

URI Parameters

None.

Body Parameters

UpdateNotificationStatusViewModel
NameDescriptionTypeAdditional information
UserPushNotificationId

Collection of globally unique identifier

None.

IsViewed

boolean

None.

UserId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "UserPushNotificationId": [
    "7314fbf8-df18-4c52-a584-295d71a24cdd",
    "35189a0a-13c4-40e2-aa30-8206730436ba"
  ],
  "IsViewed": true,
  "UserId": "6c2369f6-2bc8-4180-8655-b792c29b6cb0"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.