PUT api/HRMSEmpVerification/UpdateHRMSVerificationRepository/{VRF_ID}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
HRMSVerification | No documentation available. |
Define this parameter in the request body. |
VRF_ID | No documentation available. |
Define this parameter in the request URI. |
Request body formats
application/json, text/json
Sample:
{ "VRF_ID": 1, "EMP_ID": 2, "VRF_CODE": "sample string 3", "VRF_TYPE": 4, "VRF_Date": "2024-12-27T06:51:20.2923985+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/xml, text/xml
Sample:
<HRMSVerification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KHBWebApi.Models"> <DOC_UPLOAD_PATH>sample string 8</DOC_UPLOAD_PATH> <EMP_DIVISION_ID>12</EMP_DIVISION_ID> <EMP_EMPLOYEE_CODE>sample string 11</EMP_EMPLOYEE_CODE> <EMP_FIRST_NAME>sample string 10</EMP_FIRST_NAME> <EMP_ID>2</EMP_ID> <VRF_CERRTIFY_AUTH>sample string 6</VRF_CERRTIFY_AUTH> <VRF_CODE>sample string 3</VRF_CODE> <VRF_Date>2024-12-27T06:51:20.2923985+05:30</VRF_Date> <VRF_ID>1</VRF_ID> <VRF_REMARKS>sample string 7</VRF_REMARKS> <VRF_TYPE>4</VRF_TYPE> <code_value>sample string 9</code_value> </HRMSVerification>
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.