POST api/IMIAssessmentPastYear

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objDat
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "SL_ID": 1,
  "IMI_ID": 1,
  "PY_MISSION": "sample string 1",
  "PY_COMMENTS": "sample string 2",
  "PY_ASSESSMENT": 1
}

application/xml, text/xml

Sample:
<IMIAssessmentPastYear xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ComsipApi.Models.IMI">
  <IMI_ID>1</IMI_ID>
  <PY_ASSESSMENT>1</PY_ASSESSMENT>
  <PY_COMMENTS>sample string 2</PY_COMMENTS>
  <PY_MISSION>sample string 1</PY_MISSION>
  <SL_ID>1</SL_ID>
</IMIAssessmentPastYear>

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 'IMIAssessmentPastYear'.