PUT api/pro/clinics/{clinicId}/employees/{employeeId}/Rights
Changes a clinic employees rights
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clinicId |
The id of the clinic |
string |
Required |
| employeeId |
The id of the ClinicEmployee. |
string |
Required |
Body Parameters
The request information
ChangeClinicEmployeeRightsRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Rights | Collection of ClinicEmployeeRightsDto |
None. |
Request Formats
application/json, text/json
Sample:
{
"Rights": [
"ManageClinicLibraries",
"ManageClinicLibraries"
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Return the ClinicEmployee with the specified id.
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.