POST api/CognitiveRequest/GetLCDetailsProcNotes

Request Information

URI Parameters

None.

Body Parameters

LogicCodeParams
NameDescriptionTypeAdditional information
SOR

string

None.

Target_table

string

None.

Target_Database

string

None.

Source_Database

string

None.

Type

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SOR": "sample string 1",
  "Target_table": "sample string 2",
  "Target_Database": "sample string 3",
  "Source_Database": "sample string 4",
  "Type": "sample string 5"
}

application/xml, text/xml

Sample:
<LogicCodeParams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OauthApi.Models">
  <SOR>sample string 1</SOR>
  <Source_Database>sample string 4</Source_Database>
  <Target_Database>sample string 3</Target_Database>
  <Target_table>sample string 2</Target_table>
  <Type>sample string 5</Type>
</LogicCodeParams>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.