POST api/Reports/PrintReport?reportId={reportId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| reportId | integer |
Required |
Body Parameters
Collection of Parameter| Name | Description | Type | Additional information |
|---|---|---|---|
| Key | string |
None. |
|
| Value | Object |
None. |
|
| Type | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"Key": "sample string 1",
"Value": {},
"Type": 3
},
{
"Key": "sample string 1",
"Value": {},
"Type": 3
}
]
application/xml, text/xml
Sample:
<ArrayOfParameter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RPTMANAGER.MODELS.Other">
<Parameter>
<Key>sample string 1</Key>
<Type>3</Type>
<Value />
</Parameter>
<Parameter>
<Key>sample string 1</Key>
<Type>3</Type>
<Value />
</Parameter>
</ArrayOfParameter>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |