POST api/notifications/read
Request Information
URI Parameters
None.
Body Parameters
UpdateNotificationRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| NotificationID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"notificationID": "sample string 1"
}
application/xml, text/xml
Sample:
<UpdateNotificationRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cultural.Common"> <NotificationID>sample string 1</NotificationID> </UpdateNotificationRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
StarAPIResponseOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | string |
None. |
|
| Result | string |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.