POST api/Idea/SendIdea

Request Information

URI Parameters

None.

Body Parameters

SendIdeaModel
NameDescriptionTypeAdditional information
IdIdea

integer

None.

Emails

string

None.

Subject

string

None.

Message

string

None.

RequestEvaluation

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "IdIdea": 1,
  "Emails": "sample string 2",
  "Subject": "sample string 3",
  "Message": "sample string 4",
  "RequestEvaluation": true
}

application/xml, text/xml

Sample:
<SendIdeaModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GlobalMind.AgendaV3.WebApi.Models">
  <Emails>sample string 2</Emails>
  <IdIdea>1</IdIdea>
  <Message>sample string 4</Message>
  <RequestEvaluation>true</RequestEvaluation>
  <Subject>sample string 3</Subject>
</SendIdeaModel>

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.