POST api/pro/clinics/{clinicId}/employees/{id}
Creates a new Clinic Employee.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clinicId |
The Id of the clinic creating an employee |
string |
Required |
id |
Id of the clinic employee |
string |
Required |
Body Parameters
The create ClinicEmployee request.
AddClinicEmployeeRequestName | Description | Type | Additional information |
---|---|---|---|
ZapId | string |
Required |
|
Rights | Collection of ClinicEmployeeRightsDto |
None. |
|
ManageClinicLibraryIds | Collection of string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ZapId": "sample string 1", "Rights": [ "ManageClinicLibraries", "ManageClinicLibraries" ], "ManageClinicLibraryIds": [ "sample string 1", "sample string 2" ] }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Returns the new Clinic Employee id.
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.