POST api/DoExecJson
Request Information
URI Parameters
None.
Body Parameters
ExecModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | string |
None. |
|
| FunctionID | string |
None. |
|
| ScreenID | string |
None. |
|
| JsonString | Object |
None. |
|
| ProgID | ProgID |
None. |
|
| PerPost | string |
None. |
|
| IPAddress | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Version": "sample string 1",
"FunctionID": "sample string 2",
"ScreenID": "sample string 3",
"JsonString": {},
"ProgID": 0,
"PerPost": "sample string 5",
"IPAddress": "sample string 6"
}
application/octet-stream
Sample:
{"Version":"sample string 1","FunctionID":"sample string 2","ScreenID":"sample string 3","JsonString":{},"ProgID":0,"PerPost":"sample string 5","IPAddress":"sample string 6"}
Response Information
Resource Description
CResult| Name | 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}