POST api/AdvancedQuery/ExportToPdf
Request Information
URI Parameters
None.
Body Parameters
CustomPDFModelName | Description | Type | Additional information |
---|---|---|---|
pageIndex | integer |
None. |
|
pageSize | integer |
None. |
|
saveQueryId | integer |
None. |
|
Query | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "pageIndex": 1, "pageSize": 1, "saveQueryId": 1, "query": "sample string 2" }
multipart/form-data, application/octet-stream
Sample:
{"pageIndex":1,"pageSize":1,"saveQueryId":1,"query":"sample string 2"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |