POST api/ChatApi/getChatLog
Request Information
URI Parameters
None.
Body Parameters
getChatlogModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SenderId | string |
None. |
|
| ReciverId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SenderId": "sample string 1",
"ReciverId": "sample string 2"
}
application/xml, text/xml
Sample:
<ChatApiController.getChatlogModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TaskManagementServices.Controllers"> <ReciverId>sample string 2</ReciverId> <SenderId>sample string 1</SenderId> </ChatApiController.getChatlogModel>
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. |