v1
latestOpenAPI 3.1.02026-08-045901.5 MBAdd Employee
This API functionality is used at the time of adding a new employee. This is used in add employee page of HR Ledgers
post/hr/employee
Headers
api-tokenstring
generate token from authentication api
x-api-keystring
Request body
Response
200
Example response
{
"status": 1,
"msg": "success",
"data": "Employee Added Successfully",
"gid": "2307566674",
"statusCode": "201"
}