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