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": "4c60d8fb-ff49-499e-b2c7-310d5719fe94",
  "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.