POST api/Chat/Chat/LeaveGroupChat
Request Information
URI Parameters
None.
Body Parameters
pa_LeaveGroupChat| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| UserName | string |
None. |
|
| ModifiedBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "59882fb6-8732-47e6-a0b3-1da5a2c2f614",
"UserName": "sample string 2",
"ModifiedBy": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.