User

Employee operations

APIDescription
GET api/User/Get

This method is to Get all The Employees

GET api/User/SearchByEmployeeId/{id}

Get employee by passing Employee Id

POST api/User/Post

PUT api/User/Put/{id}

No documentation available.

GET api/User/Delete/{id}

Delete an employee from database table employee permanently

GET api/User/SearchByFirstName?firstName={firstName}

Search an employee by providing FirstName

GET api/User/SearchByEmailId?emailId={emailId}

Search an employee by providing emailid

GET api/User/SearchByMobileNumber?mobileNumber={mobileNumber}

Search an employee either by providing Mobile Number