POST api/Notification
Request Information
URI Parameters
None.
Body Parameters
Notifi1cation| Name | Description | Type | Additional information |
|---|---|---|---|
| NOTI_ID | string |
None. |
|
| EMPLOYEE_ID | string |
None. |
|
| TASK | string |
None. |
|
| EXTRA1 | string |
None. |
|
| EXTRA2 | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"NOTI_ID": "sample string 1",
"EMPLOYEE_ID": "sample string 2",
"TASK": "sample string 3",
"EXTRA1": "sample string 4",
"EXTRA2": "sample string 5"
}
application/xml, text/xml
Sample:
<Notifi1cation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiFarmsons.Controllers"> <EMPLOYEE_ID>sample string 2</EMPLOYEE_ID> <EXTRA1>sample string 4</EXTRA1> <EXTRA2>sample string 5</EXTRA2> <NOTI_ID>sample string 1</NOTI_ID> <TASK>sample string 3</TASK> </Notifi1cation>
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. |