POST api/account/UpdateNotificationStatus
Request Information
URI Parameters
None.
Body Parameters
UpdateNotificationStatusViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| UserPushNotificationId | Collection of globally unique identifier |
None. |
|
| IsViewed | boolean |
None. |
|
| UserId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserPushNotificationId": [
"741a6f02-64e8-45b0-a0c7-141e2b18a7ce",
"b130ed82-6945-4394-9261-9a5e8b52a51c"
],
"IsViewed": true,
"UserId": "b071308e-6c4d-498f-a758-0a09032a417d"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.