POST api/hrreports/probation
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
obData | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "REP_DATE": "2025-01-11T12:53:40.5718567+03:00", "BU_ID": 1, "DEP_ID": 1, "EMP_ID": 1, "TYPE": "sample string 2", "LOC_ID": 1, "SEC_ID": 1, "GRADE_ID": 1, "DESIGNATION": 1, "CONTRACT_TYPE": 1, "CONTRACT_NATURE": 1, "GRP_HQ_DEPU": true }
application/xml, text/xml
Sample:
<ProbationReportInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ComsipApi.Models.HrAndTeamSetup.Reports"> <BU_ID>1</BU_ID> <CONTRACT_NATURE>1</CONTRACT_NATURE> <CONTRACT_TYPE>1</CONTRACT_TYPE> <DEP_ID>1</DEP_ID> <DESIGNATION>1</DESIGNATION> <EMP_ID>1</EMP_ID> <GRADE_ID>1</GRADE_ID> <GRP_HQ_DEPU>true</GRP_HQ_DEPU> <LOC_ID>1</LOC_ID> <REP_DATE>2025-01-11T12:53:40.5718567+03:00</REP_DATE> <SEC_ID>1</SEC_ID> <TYPE>sample string 2</TYPE> </ProbationReportInput>
application/x-www-form-urlencoded
Sample: