POST IIPViewerWeb/webresources/Print/PrintClip/{imageName}/{title}/{date}/{pageno}/{landscape}/{size}/{sizeType}/{includeInfo}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
No documentation available. |
Define this parameter in the request body. |
|
imageName | No documentation available. |
Define this parameter in the request URI. |
title | No documentation available. |
Define this parameter in the request URI. |
date | No documentation available. |
Define this parameter in the request URI. |
pageno | No documentation available. |
Define this parameter in the request URI. |
landscape | No documentation available. |
Define this parameter in the request URI. |
size | No documentation available. |
Define this parameter in the request URI. |
sizeType | No documentation available. |
Define this parameter in the request URI. |
includeInfo | No documentation available. |
Define this parameter in the request URI. |
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:
Sample not available.