POST Api/Notification/FetchUnReadNotificationUserWise
Request Information
URI Parameters
None.
Body Parameters
Notification| Name | Description | Type | Additional information |
|---|---|---|---|
| notificationType | string |
None. |
|
| UserID | string |
None. |
|
| TotalRowFetched | string |
None. |
|
| PageSize | string |
None. |
|
| PageNumber | string |
None. |
|
| SNSID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"notificationType": "sample string 1",
"UserID": "sample string 2",
"TotalRowFetched": "sample string 3",
"PageSize": "sample string 4",
"PageNumber": "sample string 5",
"SNSID": "sample string 6"
}
application/xml, text/xml
Sample:
<Notification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KaramBazaarAPI.Models"> <PageNumber>sample string 5</PageNumber> <PageSize>sample string 4</PageSize> <SNSID>sample string 6</SNSID> <TotalRowFetched>sample string 3</TotalRowFetched> <UserID>sample string 2</UserID> <notificationType>sample string 1</notificationType> </Notification>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |