PUT api/pro/clinics/{clinicId}/employees/{employeeId}/manage-clinic-library-ids
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
ChangeManageClinicLibraryIdsRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ManageClinicLibraryIds | Collection of string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ManageClinicLibraryIds": [
"sample string 1",
"sample string 2"
]
}
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.