POST api/HRMSEmpVerification/CreateHRMSVerificationRepository

No documentation available.

Request Information

Parameters

NameDescriptionAdditional 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-07T07:54:40.0937863+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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'HRMSVerification'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:

Sample not available.