POST api/HRMSEmployeeExperience/CreateHRMSEmployeeExperience
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| EMP_Experience | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"EXPR_ID": 1,
"EXPR_EMP_ID_FK": 2,
"EXPR_CODE": "sample string 3",
"EXPR_TYPE": 4,
"EXPR_ROLE": "sample string 5",
"EXPR_FROM": "2025-11-24T05:19:31.4859739+05:30",
"EXPR_TO": "2025-11-24T05:19:31.4859739+05:30",
"EXPR_DOC_UPLOAD_PATH": "sample string 8",
"EXPR_TOTAL_YEARS": 1,
"EMP_EMPLOYEE_CODE": "sample string 9",
"EMP_FIRST_NAME": "sample string 10",
"EXPR_ORGANIZATION": "sample string 11",
"EMP_DIVISION_ID": 12
}
application/xml, text/xml
Sample:
<EMP_Experience xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KHBWebApi.Models"> <EMP_DIVISION_ID>12</EMP_DIVISION_ID> <EMP_EMPLOYEE_CODE>sample string 9</EMP_EMPLOYEE_CODE> <EMP_FIRST_NAME>sample string 10</EMP_FIRST_NAME> <EXPR_CODE>sample string 3</EXPR_CODE> <EXPR_DOC_UPLOAD_PATH>sample string 8</EXPR_DOC_UPLOAD_PATH> <EXPR_EMP_ID_FK>2</EXPR_EMP_ID_FK> <EXPR_FROM>2025-11-24T05:19:31.4859739+05:30</EXPR_FROM> <EXPR_ID>1</EXPR_ID> <EXPR_ORGANIZATION>sample string 11</EXPR_ORGANIZATION> <EXPR_ROLE>sample string 5</EXPR_ROLE> <EXPR_TO>2025-11-24T05:19:31.4859739+05:30</EXPR_TO> <EXPR_TOTAL_YEARS>1</EXPR_TOTAL_YEARS> <EXPR_TYPE>4</EXPR_TYPE> </EMP_Experience>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.