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": "6910c59b-ef2a-4daf-bbf1-d6f5d2df3aac",
"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.
