PUT api/IMIObjectiveSpecificMissionPastYear/{id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | No documentation available. |
Define this parameter in the request URI. |
| 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,
"REMINDER_OBJ_LAST_IMI": "sample string 1",
"ASSESSMENT_LAST_IMI": 1,
"REVIEW_COMMENTS": "sample string 2",
"IS_CLOSED": true
}
application/xml, text/xml
Sample:
<IMIObjectiveSpecificMissionPastYear xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ComsipApi.Models.IMI"> <ASSESSMENT_LAST_IMI>1</ASSESSMENT_LAST_IMI> <IMI_ID>1</IMI_ID> <IS_CLOSED>true</IS_CLOSED> <REMINDER_OBJ_LAST_IMI>sample string 1</REMINDER_OBJ_LAST_IMI> <REVIEW_COMMENTS>sample string 2</REVIEW_COMMENTS> <SL_ID>1</SL_ID> </IMIObjectiveSpecificMissionPastYear>
application/x-www-form-urlencoded
Sample: