PUT api/Groups/UpdateImage
Request Information
URI Parameters
None.
Body Parameters
GroupImage| Name | Description | Type | Additional information |
|---|---|---|---|
| GroupId | integer |
None. |
|
| Image | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"GroupId": 1,
"Image": "sample string 2"
}
application/xml, text/xml
Sample:
<GroupImage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ethos.Models"> <GroupId>1</GroupId> <Image>sample string 2</Image> </GroupImage>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
GroupSingle| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
None. |
|
| status | string |
None. |
|
| message | string |
None. |
|
| selectedGroup | Group |
None. |
Response Formats
application/json, text/json
Sample:
{
"token": "sample string 1",
"status": "sample string 2",
"message": "sample string 3",
"selectedGroup": null
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.