POST api/user/header/v1/seen-notification
Request Information
URI Parameters
None.
Body Parameters
Timeline| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| user_id | integer |
None. |
|
| type | integer |
None. |
|
| title | string |
None. |
|
| description | string |
None. |
|
| ref_id | integer |
None. |
|
| link | string |
None. |
|
| category | string |
None. |
|
| seen | boolean |
None. |
|
| date_seen | date |
None. |
|
| date | date |
None. |
|
| other | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"user_id": 2,
"type": 3,
"title": "sample string 4",
"description": "sample string 5",
"ref_id": 6,
"link": "sample string 7",
"category": "sample string 8",
"seen": true,
"date_seen": "2025-12-06T04:28:53.6419223+00:00",
"date": "2025-12-06T04:28:53.6419223+00:00",
"other": "sample string 12"
}
application/xml, text/xml
Sample:
<Timeline xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Stocks.Models"> <category>sample string 8</category> <date>2025-12-06T04:28:53.6419223+00:00</date> <date_seen>2025-12-06T04:28:53.6419223+00:00</date_seen> <description>sample string 5</description> <id>1</id> <link>sample string 7</link> <other>sample string 12</other> <ref_id>6</ref_id> <seen>true</seen> <title>sample string 4</title> <type>3</type> <user_id>2</user_id> </Timeline>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.