PUT api/ApproveIMI/{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:
{
"IMI_ID": 1,
"EMP_COMMENTS": "sample string 1",
"EMP_PROFF_LIFE_COMMENTS": "sample string 2",
"EMP_STATUS_ID": 1,
"IMI_STATUS_ID": 1,
"EMP_ID": 1,
"EMP_NAME": "sample string 3",
"STATUS_NAME": "sample string 4"
}
application/xml, text/xml
Sample:
<ApproveIMI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ComsipApi.Models.IMI"> <EMP_COMMENTS>sample string 1</EMP_COMMENTS> <EMP_ID>1</EMP_ID> <EMP_NAME>sample string 3</EMP_NAME> <EMP_PROFF_LIFE_COMMENTS>sample string 2</EMP_PROFF_LIFE_COMMENTS> <EMP_STATUS_ID>1</EMP_STATUS_ID> <IMI_ID>1</IMI_ID> <IMI_STATUS_ID>1</IMI_STATUS_ID> <STATUS_NAME>sample string 4</STATUS_NAME> </ApproveIMI>
application/x-www-form-urlencoded
Sample: