POST api/Follow/ListItem
Request Information
URI Parameters
None.
Body Parameters
FollowListItem| Name | Description | Type | Additional information |
|---|---|---|---|
| IdFollowListItem | integer |
None. |
|
| IdFollowList | integer |
None. |
|
| IdIdea | integer |
None. |
|
| IdLaw | integer |
None. |
|
| IdCommission | integer |
None. |
|
| IdActor | integer |
None. |
|
| Type | FollowListItemType |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdFollowListItem": 1,
"IdFollowList": 2,
"IdIdea": 1,
"IdLaw": 1,
"IdCommission": 1,
"IdActor": 1,
"Type": 1
}
application/xml, text/xml
Sample:
<FollowListItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GlobalMind.AgendaV2.Domain"> <IdActor>1</IdActor> <IdCommission>1</IdCommission> <IdFollowList>2</IdFollowList> <IdFollowListItem>1</IdFollowListItem> <IdIdea>1</IdIdea> <IdLaw>1</IdLaw> </FollowListItem>
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.