POST api/MES/CallAPISQL

Request Information

URI Parameters

None.

Body Parameters

Input
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Input'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.