POST api/Message/CreateChatMessageText
Request Information
URI Parameters
None.
Body Parameters
CreateChatMessageBindingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GroupId | integer |
Required |
|
| Message | string |
Max length: 2000 |
Request Formats
application/json, text/json
Sample:
{
"GroupId": 1,
"Message": "sample string 2"
}
text/html
Sample:
{"GroupId":1,"Message":"sample string 2"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.