POST api/HRMSEmployeeExperience/CreateHRMSEmployeeExperience

No documentation available.

Request Information

Parameters

NameDescriptionAdditional 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-12-07T07:56:23.1295237+05:30",
  "EXPR_TO": "2025-12-07T07:56:23.1295237+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/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 'EMP_Experience'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:

Sample not available.