POST api/PdfPath
Request Information
URI Parameters
None.
Body Parameters
PdfPathModelName | 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
CResultName | Description | Type | Additional information |
---|---|---|---|
retType | integer |
None. |
|
retDesc | string |
None. |
|
retData | Object |
None. |
|
retParams | Collection of Object |
None. |
|
affectedRows | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "retType": 1, "retDesc": "sample string 2", "retData": {}, "retParams": [ {}, {} ], "affectedRows": 4 }
application/octet-stream
Sample:
{"retType":1,"retDesc":"sample string 2","retData":{},"retParams":[{},{}],"affectedRows":4}