PUT api/EmployeeDocumentsRoute/{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:
{
"DOC_ID": 1,
"EMP_ID": 2,
"EMP_NAME": "sample string 3",
"EMP_DOCUMENT_TYPE": "sample string 4",
"EMP_DOCUMENT_NAME": "sample string 5",
"EMP_DOCUMENT_PATH": "sample string 6",
"CREATEDDATE": "2025-12-12T18:12:18.3644942+03:00",
"MODIFIEDDATE": "2025-12-12T18:12:18.3644942+03:00"
}
application/xml, text/xml
Sample:
<EmployeeDocumentsRoute xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ComsipApi.Models.EmployeeProfile"> <CREATEDDATE>2025-12-12T18:12:18.3644942+03:00</CREATEDDATE> <DOC_ID>1</DOC_ID> <EMP_DOCUMENT_NAME>sample string 5</EMP_DOCUMENT_NAME> <EMP_DOCUMENT_PATH>sample string 6</EMP_DOCUMENT_PATH> <EMP_DOCUMENT_TYPE>sample string 4</EMP_DOCUMENT_TYPE> <EMP_ID>2</EMP_ID> <EMP_NAME>sample string 3</EMP_NAME> <MODIFIEDDATE>2025-12-12T18:12:18.3644942+03:00</MODIFIEDDATE> </EmployeeDocumentsRoute>
application/x-www-form-urlencoded
Sample: