POST api/CognitiveRequest/UserInputRequest

Request Information

URI Parameters

None.

Body Parameters

RESULTS_REVIEWModel
NameDescriptionTypeAdditional information
RESULTS_REVIEWModels

Collection of RESULTS_REVIEW

None.

Request Formats

application/json, text/json

Sample:
{
  "RESULTS_REVIEWModels": [
    {
      "N_RESULTS_SKEY": 1,
      "V_USER_APPROVAL": "sample string 2",
      "requestId": 3,
      "execId": 4,
      "TRANSFORMATION_RULE": "sample string 5",
      "V_COMMENTS": "sample string 6",
      "V_LAST_MODIFIED_BY": "sample string 7"
    },
    {
      "N_RESULTS_SKEY": 1,
      "V_USER_APPROVAL": "sample string 2",
      "requestId": 3,
      "execId": 4,
      "TRANSFORMATION_RULE": "sample string 5",
      "V_COMMENTS": "sample string 6",
      "V_LAST_MODIFIED_BY": "sample string 7"
    }
  ]
}

application/xml, text/xml

Sample:
<CognitiveRequestController.RESULTS_REVIEWModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OauthApi.Controllers">
  <RESULTS_REVIEWModels>
    <CognitiveRequestController.RESULTS_REVIEW>
      <N_RESULTS_SKEY>1</N_RESULTS_SKEY>
      <TRANSFORMATION_RULE>sample string 5</TRANSFORMATION_RULE>
      <V_COMMENTS>sample string 6</V_COMMENTS>
      <V_LAST_MODIFIED_BY>sample string 7</V_LAST_MODIFIED_BY>
      <V_USER_APPROVAL>sample string 2</V_USER_APPROVAL>
      <execId>4</execId>
      <requestId>3</requestId>
    </CognitiveRequestController.RESULTS_REVIEW>
    <CognitiveRequestController.RESULTS_REVIEW>
      <N_RESULTS_SKEY>1</N_RESULTS_SKEY>
      <TRANSFORMATION_RULE>sample string 5</TRANSFORMATION_RULE>
      <V_COMMENTS>sample string 6</V_COMMENTS>
      <V_LAST_MODIFIED_BY>sample string 7</V_LAST_MODIFIED_BY>
      <V_USER_APPROVAL>sample string 2</V_USER_APPROVAL>
      <execId>4</execId>
      <requestId>3</requestId>
    </CognitiveRequestController.RESULTS_REVIEW>
  </RESULTS_REVIEWModels>
</CognitiveRequestController.RESULTS_REVIEWModel>

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.