POST api/Message/CreateChatGroup
Request Information
URI Parameters
None.
Body Parameters
CreateChatGroupBindingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GroupName | string |
Required String length: inclusive between 5 and 50 |
|
| Message | string |
Max length: 2000 |
Request Formats
application/json, text/json
Sample:
{
"GroupName": "sample string 1",
"Message": "sample string 2"
}
text/html
Sample:
{"GroupName":"sample string 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.