POST api/v4/Document/PrintIdeas

Request Information

URI Parameters

None.

Body Parameters

PrintIdeasModel
NameDescriptionTypeAdditional information
Format

PrintFileFormat

None.

Ideas

string

None.

Image

string

None.

IsState

boolean

None.

AllContent

boolean

None.

IdFollowList

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Format": 1,
  "Ideas": "sample string 1",
  "Image": "sample string 2",
  "IsState": true,
  "AllContent": true,
  "IdFollowList": 1
}

application/xml, text/xml

Sample:
<PrintIdeasModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GlobalMind.AgendaV3.WebApi.Models">
  <AllContent>true</AllContent>
  <Format>Word</Format>
  <IdFollowList>1</IdFollowList>
  <Ideas>sample string 1</Ideas>
  <Image>sample string 2</Image>
  <IsState>true</IsState>
</PrintIdeasModel>

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.