POST IIPViewerWeb/webresources/Print
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Base64Value": "sample string 1",
"ObitName": "sample string 2",
"ChkSize": "sample string 3",
"LandScape": true,
"Size": "sample string 5",
"IncludeInfo": true,
"State": "sample string 7",
"Country": "sample string 8",
"SSDIUrl": "sample string 9"
}
text/html
Sample:
{"Base64Value":"sample string 1","ObitName":"sample string 2","ChkSize":"sample string 3","LandScape":true,"Size":"sample string 5","IncludeInfo":true,"State":"sample string 7","Country":"sample string 8","SSDIUrl":"sample string 9"}
application/xml, text/xml
Sample:
<ObitPrintModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NewsPaperArchiveWebApi.Models"> <Base64Value>sample string 1</Base64Value> <ChkSize>sample string 3</ChkSize> <Country>sample string 8</Country> <IncludeInfo>true</IncludeInfo> <LandScape>true</LandScape> <ObitName>sample string 2</ObitName> <SSDIUrl>sample string 9</SSDIUrl> <Size>sample string 5</Size> <State>sample string 7</State> </ObitPrintModel>
application/x-www-form-urlencoded
Sample: