POST api/Chat/SendMessageToSession?token={token}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
token | string |
Required |
Body Parameters
ChatMessageName | Description | Type | Additional information |
---|---|---|---|
Id | string |
None. |
|
MessageId | integer |
None. |
|
SendDate | date |
None. |
|
From | integer |
None. |
|
To | integer |
None. |
|
Content | string |
None. |
|
MessageContentType | integer |
None. |
|
SessionId | integer |
None. |
|
Path | string |
None. |
|
MessageType | integer |
None. |
|
OriginalName | string |
None. |
|
Session | ChatSession |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ApiResultOfBooleanName | Description | Type | Additional information |
---|---|---|---|
Sucess | boolean |
None. |
|
Message | string |
None. |
|
Data | boolean |
None. |
|
DueTime | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{ "Sucess": true, "Message": "sample string 2", "Data": true, "DueTime": 4.1 }