POST api/Notification/DismissSPNotificationCategory
Request Information
URI Parameters
None.
Body Parameters
SPDismissalNotificationCategory| Name | Description | Type | Additional information |
|---|---|---|---|
| CategoryId | integer |
None. |
|
| Id | globally unique identifier |
None. |
|
| ListId | globally unique identifier |
None. |
|
| ListItemId | integer |
None. |
|
| EmployeeId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"categoryId": 1,
"id": "720fd9d7-52eb-48d1-b2f7-e69f6d3aa0f4",
"listId": "bf264c71-4f34-4b47-9052-a9b17c4044b3",
"listItemId": 4,
"employeeId": 5
}
application/xml, text/xml
Sample:
<SPDismissalNotificationCategory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GTI.DW.PeopleProfile.Domain.Models"> <EmployeeId>5</EmployeeId> <Id>720fd9d7-52eb-48d1-b2f7-e69f6d3aa0f4</Id> <ListId>bf264c71-4f34-4b47-9052-a9b17c4044b3</ListId> <ListItemId>4</ListItemId> <CategoryId>1</CategoryId> </SPDismissalNotificationCategory>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />