post https://in-api.ledgers.cloud/hr/employee
This API functionality is used at the time of adding a new employee. This is used in add employee page of HR Ledgers
Responses
This API functionality is used at the time of adding a new employee. This is used in add employee page of HR Ledgers
xxxxxxxxxx
curl --request POST \
--url https://in-api.ledgers.cloud/hr/employee \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"employee_status": "Active"
}
'
Try It!
to start a request and see the response here! Or choose an example: