POST api/Chat/Chat/LeaveGroupChat

Request Information

URI Parameters

None.

Body Parameters

pa_LeaveGroupChat
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

UserName

string

None.

ModifiedBy

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "fc2f7683-0109-421c-a838-b165f8f35cf4",
  "userName": "sample string 2",
  "modifiedBy": "sample string 3"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.