POST api/EmpChat/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
EmpChatList| Name | Description | Type | Additional information |
|---|---|---|---|
| START | string |
None. |
|
| END | string |
None. |
|
| EMP_ID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"START": "sample string 1",
"END": "sample string 2",
"EMP_ID": "sample string 3"
}
application/xml, text/xml
Sample:
<EmpChatList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiFarmsons.Controllers"> <EMP_ID>sample string 3</EMP_ID> <END>sample string 2</END> <START>sample string 1</START> </EmpChatList>
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. |