PUT api/pro/clinics/{clinicId}/employees/{employeeId}/manage-clinic-library-ids

Changes a clinic employees rights

Request Information

URI Parameters

NameDescriptionTypeAdditional information
clinicId

The id of the clinic

string

Required

employeeId

The id of the ClinicEmployee.

string

Required

Body Parameters

The request information

ChangeManageClinicLibraryIdsRequest
NameDescriptionTypeAdditional 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:

Sample not available.

Response Information

Resource Description

Return the ClinicEmployee with the specified id.

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.