It would be useful to be able to PATCH job data, rather than having to PUT as it would require retrieving and returning less data, all remove the requirement to return all columns when intending to update
It would be useful to be able to PATCH employee data, rather than having to PUT as it would require retrieving and returning less data, all remove the requirement to return all columns when intending to update
Michael Squelch
over 1 year ago
in Employees
0
Planned
A Service that would allow the access to Profile, Roles through API endpoints. These can then be viewed, created, edited and deleted. Then other tools like applying Profiles or Roles to users.
A service that can be used to view, edit or delete Users through an API endpoint. This would expose the Admin -> Users data in Cascade through an API. The User record can contain an employee Id to link to the Employee endpoint.