POST api/HRMSEmpVerification/CreateHRMSVerificationRepository
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| HRMSVerification | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"VRF_ID": 1,
"EMP_ID": 2,
"VRF_CODE": "sample string 3",
"VRF_TYPE": 4,
"VRF_Date": "2025-12-07T08:11:37.8697991+05:30",
"VRF_CERRTIFY_AUTH": "sample string 6",
"VRF_REMARKS": "sample string 7",
"DOC_UPLOAD_PATH": "sample string 8",
"code_value": "sample string 9",
"EMP_FIRST_NAME": "sample string 10",
"EMP_EMPLOYEE_CODE": "sample string 11",
"EMP_DIVISION_ID": 12
}
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
Sample not available.