PUT api/ResignationRequest/{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:
{
"RESIGN_REQ_ID": 1,
"RESIGN_REQ_CODE": "sample string 2",
"RESIGN_REQ_DATE": "2025-12-12T18:07:09.399577+03:00",
"EMP_ID": 1,
"REASON": "sample string 3",
"LAST_WORK_DAY": "2025-12-12T18:07:09.399577+03:00",
"HR_COMMENTS": "sample string 4",
"STATUS_ID": 1,
"SUP_ACK": true,
"SUP_COMMENTS": "sample string 5",
"LM_ACK": true,
"LM_COMMENTS": "sample string 6",
"FIRST_NAME": "sample string 7",
"STATUS_NAME": "sample string 8",
"EMP_RESIGN_DATE": "2025-12-12T18:07:09.399577+03:00",
"EMP_LAST_WORK_DAY": "2025-12-12T18:07:09.399577+03:00",
"APPROVER_ID": 1,
"APPROVER_COMMENTS": "sample string 9",
"APPROVER_STATUS_ID": 1,
"WORK_FLOW_ID": 1,
"APPROVER_TYPE": "sample string 10",
"APPROVER_IS_SUPER_POWER": true,
"EXIT_REASON_ID": 1,
"EXIT_REASON_NAME": "sample string 11",
"FILE_NO": 1
}
application/xml, text/xml
Sample:
<ResignationRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ComsipApi.Models.MyRequest"> <APPROVER_COMMENTS>sample string 9</APPROVER_COMMENTS> <APPROVER_ID>1</APPROVER_ID> <APPROVER_IS_SUPER_POWER>true</APPROVER_IS_SUPER_POWER> <APPROVER_STATUS_ID>1</APPROVER_STATUS_ID> <APPROVER_TYPE>sample string 10</APPROVER_TYPE> <EMP_ID>1</EMP_ID> <EMP_LAST_WORK_DAY>2025-12-12T18:07:09.399577+03:00</EMP_LAST_WORK_DAY> <EMP_RESIGN_DATE>2025-12-12T18:07:09.399577+03:00</EMP_RESIGN_DATE> <EXIT_REASON_ID>1</EXIT_REASON_ID> <EXIT_REASON_NAME>sample string 11</EXIT_REASON_NAME> <FILE_NO>1</FILE_NO> <FIRST_NAME>sample string 7</FIRST_NAME> <HR_COMMENTS>sample string 4</HR_COMMENTS> <LAST_WORK_DAY>2025-12-12T18:07:09.399577+03:00</LAST_WORK_DAY> <LM_ACK>true</LM_ACK> <LM_COMMENTS>sample string 6</LM_COMMENTS> <REASON>sample string 3</REASON> <RESIGN_REQ_CODE>sample string 2</RESIGN_REQ_CODE> <RESIGN_REQ_DATE>2025-12-12T18:07:09.399577+03:00</RESIGN_REQ_DATE> <RESIGN_REQ_ID>1</RESIGN_REQ_ID> <STATUS_ID>1</STATUS_ID> <STATUS_NAME>sample string 8</STATUS_NAME> <SUP_ACK>true</SUP_ACK> <SUP_COMMENTS>sample string 5</SUP_COMMENTS> <WORK_FLOW_ID>1</WORK_FLOW_ID> </ResignationRequest>
application/x-www-form-urlencoded
Sample: