PUT api/pro/clinics/{clinicId}/employees/{employeeId}/Rights

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

ChangeClinicEmployeeRightsRequest
NameDescriptionTypeAdditional information
Rights

Collection of ClinicEmployeeRightsDto

None.

Request Formats

application/json, text/json

Sample:
{
  "Rights": [
    "ManageClinicLibraries",
    "ManageClinicLibraries"
  ]
}

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.