POST api/DoExec
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Version": "sample string 1",
"FunctionID": "sample string 2",
"ScreenID": "sample string 3",
"JsonString": {},
"ProgID": 0
}
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"retType": 1,
"retDesc": "sample string 2",
"retData": {},
"retParams": [
{},
{},
{}
],
"affectedRows": 4
}