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": [
    "a2deede3-4102-498a-a0da-fc0997bf6a24",
    "e44f2899-58f0-4263-b379-dfd2c672a3bf"
  ],
  "IsViewed": true,
  "UserId": "6c6b94f9-b076-4d85-b348-6f83a82b825d"
}

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.