GET api/Notification/UpdateNotification
Request Information
URI Parameters
None.
Body Parameters
Collection of NotificationModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| GroupId | integer |
None. |
|
| UserId | integer |
None. |
|
| ClipId | integer |
None. |
|
| NotificationType | string |
None. |
|
| OrderNo | integer |
None. |
|
| Message | string |
None. |
|
| IsRead | integer |
None. |
|
| ReadAt | string |
None. |
|
| IsDeleted | integer |
None. |
|
| DeletedAt | string |
None. |
|
| TimeStamping | string |
None. |
|
| MaxId | integer |
None. |
|
| Ind | integer |
None. |
Request Formats
application/json, text/json, text/html
Sample:
[
{
"Id": 1,
"GroupId": 2,
"UserId": 3,
"ClipId": 4,
"NotificationType": "sample string 5",
"OrderNo": 6,
"Message": "sample string 7",
"IsRead": 8,
"ReadAt": "sample string 9",
"IsDeleted": 10,
"DeletedAt": "sample string 11",
"TimeStamping": "sample string 12",
"MaxId": 13,
"Ind": 14
},
{
"Id": 1,
"GroupId": 2,
"UserId": 3,
"ClipId": 4,
"NotificationType": "sample string 5",
"OrderNo": 6,
"Message": "sample string 7",
"IsRead": 8,
"ReadAt": "sample string 9",
"IsDeleted": 10,
"DeletedAt": "sample string 11",
"TimeStamping": "sample string 12",
"MaxId": 13,
"Ind": 14
}
]
application/xml, text/xml
Sample:
<ArrayOfNotificationModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Vision.Model">
<NotificationModel>
<ClipId>4</ClipId>
<DeletedAt>sample string 11</DeletedAt>
<GroupId>2</GroupId>
<Id>1</Id>
<Ind>14</Ind>
<IsDeleted>10</IsDeleted>
<IsRead>8</IsRead>
<MaxId>13</MaxId>
<Message>sample string 7</Message>
<NotificationType>sample string 5</NotificationType>
<OrderNo>6</OrderNo>
<ReadAt>sample string 9</ReadAt>
<TimeStamping>sample string 12</TimeStamping>
<UserId>3</UserId>
</NotificationModel>
<NotificationModel>
<ClipId>4</ClipId>
<DeletedAt>sample string 11</DeletedAt>
<GroupId>2</GroupId>
<Id>1</Id>
<Ind>14</Ind>
<IsDeleted>10</IsDeleted>
<IsRead>8</IsRead>
<MaxId>13</MaxId>
<Message>sample string 7</Message>
<NotificationType>sample string 5</NotificationType>
<OrderNo>6</OrderNo>
<ReadAt>sample string 9</ReadAt>
<TimeStamping>sample string 12</TimeStamping>
<UserId>3</UserId>
</NotificationModel>
</ArrayOfNotificationModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.