POST api/PdfPathV2
Request Information
URI Parameters
None.
Body Parameters
PdfPathModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | string |
None. |
|
| FunctionID | string |
None. |
|
| ScreenID | string |
None. |
|
| JsonString | PdfPathParam |
None. |
|
| ProgID | ProgID |
None. |
|
| PerPost | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Version": "sample string 1",
"FunctionID": "sample string 2",
"ScreenID": "sample string 3",
"JsonString": {
"PK": 1,
"PerPost": "sample string 2"
},
"ProgID": 0,
"PerPost": "sample string 4"
}
application/octet-stream
Sample:
{"Version":"sample string 1","FunctionID":"sample string 2","ScreenID":"sample string 3","JsonString":{"PK":1,"PerPost":"sample string 2"},"ProgID":0,"PerPost":"sample string 4"}
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. |