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": [
"6f98b251-e1d8-49de-8e92-f9bb9b546aea",
"ccd44ac0-23f8-47eb-b364-21c95501c2bd"
],
"IsViewed": true,
"UserId": "4a4a16df-83dd-496d-a78d-99c3ef04e549"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.