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": "b87f09f9-578d-48a0-8579-3472f86bbf40",
"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.
