PUT api/Follow/List/Private/Share
Request Information
URI Parameters
None.
Body Parameters
SharePrivateList| Name | Description | Type | Additional information |
|---|---|---|---|
| IdFollowList | integer |
None. |
|
| IdUser | integer |
None. |
|
| Permission | FollowListPermission |
None. |
|
| FullName | string |
None. |
|
| Area | string |
None. |
|
| UserName | string |
None. |
|
| Avatar | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdFollowList": 1,
"IdUser": 2,
"Permission": 1,
"FullName": "sample string 3",
"Area": "sample string 4",
"UserName": "sample string 5",
"Avatar": "sample string 6"
}
application/xml, text/xml
Sample:
<SharePrivateList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GlobalMind.AgendaV2.Domain.Transport"> <Area>sample string 4</Area> <Avatar>sample string 6</Avatar> <FullName>sample string 3</FullName> <IdFollowList>1</IdFollowList> <IdUser>2</IdUser> <Permission>Read</Permission> <UserName>sample string 5</UserName> </SharePrivateList>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.