POST api/print/getPage
Request Information
URI Parameters
None.
Body Parameters
PageCatalogClassName | Description | Type | Additional information |
---|---|---|---|
PageNo | integer |
None. |
|
TempPageNo | integer |
None. |
|
AllPageNo | integer |
None. |
|
DisplayText | string |
None. |
|
PageType | PageType |
None. |
|
PrintControl | Object |
None. |
|
ArticleId | integer |
None. |
|
BigArticleId | integer |
None. |
|
FirstPage | boolean |
None. |
|
WzpTitle | boolean |
None. |
|
DisplayWzpPage | boolean |
None. |
|
WzpPre | boolean |
None. |
|
PrintPara | PrintParameter |
None. |
|
IndexString | string |
None. |
|
Indexs | Collection of PageCatalogClass |
None. |
|
FirstPageWhite | boolean |
None. |
|
XpType | integer |
None. |
|
OldPageNo | integer |
None. |
|
OldAllPageNo | integer |
None. |
|
Id | string |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultEntityName | Description | Type | Additional information |
---|---|---|---|
code | integer |
None. |
|
data | Object |
None. |
|
msg | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "code": 1, "data": {}, "msg": "sample string 3" }
application/xml, text/xml
Sample:
<ResultEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Wu.API"> <code>1</code> <data /> <msg>sample string 3</msg> </ResultEntity>