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": [
    "9a5fa93b-b789-4f6b-aff2-d5a961d60d91",
    "4e469d0e-ced0-4a2b-8957-f908b85f4611"
  ],
  "IsViewed": true,
  "UserId": "1d346843-b6e8-4e45-b290-360e2bdf704e"
}

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.