HRMS
Last updated
Last updated
All content on this page by eGov Foundation is licensed under a Creative Commons Attribution 4.0 International License.
To create a new employee we can use POST and set all the required and non-mandatory parameters. When an employee is created, an user is also created along with it. Type value in object will be "EMPLOYEE".
Details for the new employee.
Employee request accepted for creation.
Get the employee list based on the input parameters. Response will give the minimum set of information related to the employee.
Common request info for getting employee.
Successful response
Get the list of count of active and inactive employee for given tenant Id.
Successful response, present the list of count of active and inactive employee for given tenant Id.
ResponseHeader should be used to carry metadata information about the response from the server. apiId, ver and msgId in ResponseHeader should always correspond to the same values in respective request's RequestHeader.
Capture the employee count details
To update an existing employee's employee details and all other details like assignment, jurisdiction, qualification service details and porbation. This API will also be used for deactivating an employee
Request header for the employee with new of values.
Employee request accepted for update.