POST api/Report/PrintReportPP

Request Information

URI Parameters

None.

Body Parameters

ValueTupleOfInt32AndStringAndBoolean
NameDescriptionTypeAdditional information
Item1

integer

None.

Item2

string

None.

Item3

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Item1": 1,
  "Item2": "sample string 2",
  "Item3": true
}

application/xml, text/xml

Sample:
<ValueTupleOfintstringboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/System">
  <Item1>1</Item1>
  <Item2>sample string 2</Item2>
  <Item3>true</Item3>
</ValueTupleOfintstringboolean>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

None.