PUT api/Legislative/AddAggregate

Request Information

URI Parameters

None.

Body Parameters

AddAggregateModel
NameDescriptionTypeAdditional information
IdAggregate

integer

None.

IdFromIdea

integer

None.

IdIdea

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "IdAggregate": 1,
  "IdFromIdea": 1,
  "IdIdea": 2
}

application/xml, text/xml

Sample:
<AddAggregateModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GlobalMind.AgendaV3.WebApi.Models">
  <IdAggregate>1</IdAggregate>
  <IdFromIdea>1</IdFromIdea>
  <IdIdea>2</IdIdea>
</AddAggregateModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.