PUT groups?ClientId={ClientId}&GroupId={GroupId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ClientId | string |
Required |
|
GroupId | globally unique identifier |
Required |
Body Parameters
Name | Description | Type | Additional information |
---|---|---|---|
UserId | globally unique identifier |
None. |
|
GroupName | string |
None. |
|
GroupStatus | integer |
None. |
|
GroupImage | string |
None. |
|
GroupDescription | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserId": "9fa5ab30-d9a0-4f2a-8398-a85974a0ece7", "GroupName": "sample string 2", "GroupStatus": 3, "GroupImage": "sample string 4", "GroupDescription": "sample string 5" }
application/xml, text/xml
Sample:
<GroupRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <UserId>9fa5ab30-d9a0-4f2a-8398-a85974a0ece7</UserId> <GroupName>sample string 2</GroupName> <GroupStatus>3</GroupStatus> <GroupImage>sample string 4</GroupImage> <GroupDescription>sample string 5</GroupDescription> </GroupRequest>
Response Information
Resource Description
Name | Description | Type | Additional information |
---|---|---|---|
UserId | globally unique identifier |
None. |
|
GroupName | string |
None. |
|
GroupStatus | integer |
None. |
|
GroupImage | string |
None. |
|
GroupDescription | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "UserId": "61bba83e-c2de-4c21-9443-ed3aee8b4993", "GroupName": "sample string 2", "GroupStatus": 3, "GroupImage": "sample string 4", "GroupDescription": "sample string 5" }
application/xml, text/xml
Sample:
<GroupRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <UserId>61bba83e-c2de-4c21-9443-ed3aee8b4993</UserId> <GroupName>sample string 2</GroupName> <GroupStatus>3</GroupStatus> <GroupImage>sample string 4</GroupImage> <GroupDescription>sample string 5</GroupDescription> </GroupRequest>