POST api/GetNotification
Request Information
URI Parameters
None.
Body Parameters
Jsonparams| Name | Description | Type | Additional information |
|---|---|---|---|
| jsonstring | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"jsonstring": "sample string 1"
}
application/xml, text/xml
Sample:
<Jsonparams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HantidhowrWebApiV1.Models"> <jsonstring>sample string 1</jsonstring> </Jsonparams>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
GetNotificationDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| NotificationID | string |
None. |
|
| Notification | string |
None. |
|
| NotificationType | string |
None. |
|
| NotificationCount | string |
None. |
|
| Notificationdate | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"NotificationID": "sample string 1",
"Notification": "sample string 2",
"NotificationType": "sample string 3",
"NotificationCount": "sample string 4",
"Notificationdate": "sample string 5"
}
application/xml, text/xml
Sample:
<GetNotificationDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HantidhowrWebApiV1.Models"> <Notification>sample string 2</Notification> <NotificationCount>sample string 4</NotificationCount> <NotificationID>sample string 1</NotificationID> <NotificationType>sample string 3</NotificationType> <Notificationdate>sample string 5</Notificationdate> </GetNotificationDetails>