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": [
    "9631cb67-865c-4b7a-9079-8fe5af13cbbb",
    "fe3be243-fd1b-4fea-9f16-60320cdf22dc"
  ],
  "IsViewed": true,
  "UserId": "3118f73f-cc70-4b0a-9139-1379cffa4255"
}

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.