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": [
    "a5624d7f-1de7-4484-a318-316cf1a8327a",
    "f38b39d6-5876-49bf-b45c-f5fcc7fbfee7"
  ],
  "IsViewed": true,
  "UserId": "e4a010ee-ad6d-465c-b1f7-7f58c0c8ec1a"
}

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.