POST api/MES/CallAPISQL
Request Information
URI Parameters
None.
Body Parameters
Input| Name | Description | Type | Additional information |
|---|---|---|---|
| IN_DB | string |
None. |
|
| IN_SP | string |
None. |
|
| IN_EVENT | string |
None. |
|
| IN_DATA | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"IN_DB": "sample string 1",
"IN_SP": "sample string 2",
"IN_EVENT": "sample string 3",
"IN_DATA": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.