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": "d79cd073-aab3-4d17-b4bc-57fca3909b4f",
"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.
