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": [
"8e42d1ae-8355-4818-8fbb-5f126207b87d",
"88f1faf2-facd-43d0-856c-199c0e15c39d"
],
"IsViewed": true,
"UserId": "f564f650-6b7c-499d-af28-dd4fb7ddd645"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.