PUT api/EmployeeCertification/{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,
"EMP_ID": 1,
"CERT_NAME": "sample string 2",
"ISSUING_AUTHORITY": "sample string 3",
"REG_DATE": "2025-12-12T18:07:45.8126055+03:00",
"EXP_DATE": "2025-12-12T18:07:45.8126055+03:00",
"DOCUMENT": "sample string 4",
"DOCUMENT_NAME": "sample string 5",
"WF_EMP_ID": 1
}
application/xml, text/xml
Sample:
<EmployeeCertification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ComsipApi.Models.EmployeeProfile"> <CERT_NAME>sample string 2</CERT_NAME> <DOCUMENT>sample string 4</DOCUMENT> <DOCUMENT_NAME>sample string 5</DOCUMENT_NAME> <EMP_ID>1</EMP_ID> <EXP_DATE>2025-12-12T18:07:45.8126055+03:00</EXP_DATE> <ISSUING_AUTHORITY>sample string 3</ISSUING_AUTHORITY> <REG_DATE>2025-12-12T18:07:45.8126055+03:00</REG_DATE> <SL_ID>1</SL_ID> <WF_EMP_ID>1</WF_EMP_ID> </EmployeeCertification>
application/x-www-form-urlencoded
Sample: