Add to the REST API:Clients post and put capability to set department and company, similar to how we do location now. Of course, to set company we would also need to know what the company ids are. So we would need to be able to get a list of company, just like we can do for department today.
Summary of Changes:
Add resource Companies (identical in features and nature as Departments)
get - returns: id, type, name
Add the following fields to be "Modifiable Client Fields"
department Department object
company Company object