POST api/Notification/SendNotification
Request Information
URI Parameters
None.
Body Parameters
NotificationName | Description | Type | Additional information |
---|---|---|---|
Employee_id | string |
None. |
|
Employee_name | string |
None. |
|
Notificationheader | string |
None. |
|
Notificationbody | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Employee_id": "sample string 1", "Employee_name": "sample string 2", "Notificationheader": "sample string 3", "Notificationbody": "sample string 4" }
application/xml, text/xml
Sample:
<Notification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/"> <Employee_id>sample string 1</Employee_id> <Employee_name>sample string 2</Employee_name> <Notificationbody>sample string 4</Notificationbody> <Notificationheader>sample string 3</Notificationheader> </Notification>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.