POST CIIChat/UpdateGroupImage

Request Information

URI Parameters

None.

Body Parameters

UpdateGroupImageIP
NameDescriptionTypeAdditional information
ChangedBy

string

None.

GroupId

string

None.

NEWGroupImageContent

string

None.

NEwGroupImageName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ChangedBy": "sample string 1",
  "GroupId": "sample string 2",
  "NEWGroupImageContent": "sample string 3",
  "NEwGroupImageName": "sample string 4"
}

application/xml, text/xml

Sample:
<UpdateGroupImageIP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntity">
  <ChangedBy>sample string 1</ChangedBy>
  <GroupId>sample string 2</GroupId>
  <NEWGroupImageContent>sample string 3</NEWGroupImageContent>
  <NEwGroupImageName>sample string 4</NEwGroupImageName>
</UpdateGroupImageIP>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'UpdateGroupImageIP'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.