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": [
    "1b1fb93b-51b1-432a-89a6-bc6a8d64b06c",
    "0baa65d3-a113-4609-802c-b76e3a1886dd"
  ],
  "IsViewed": true,
  "UserId": "b8b06c93-750b-4413-8364-477ef28848c3"
}

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.