Edit Employee HTML: /api/employees/edit Method: PUT Body: Show { "employeeEmail": "email@email.com", "companyId": "5abc5ee9a36b66893eeef350", "wage": { "compensationType": "commission", "rate": "35" }, addRoles:[ "driver", "dispatcher" ], removeRoles:[ "mechanic" ] } Response: Show [ null, null, { "n": 1, "nModified": 1, "ok": 1 } ]