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": "510a12a0-062e-4040-9f02-28ea2d82e8ad",
"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.