POST api/pro/clinics/{clinicId}/employees
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 |
Body Parameters
The create ClinicEmployee request.
CreateClinicEmployeeRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ZapId | string |
Required |
|
| Rights | Collection of ClinicEmployeeRightsDto |
None. |
Request Formats
application/json, text/json
Sample:
{
"ZapId": "sample string 1",
"Rights": [
"ManageClinicLibraries",
"ManageClinicLibraries"
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Returns the new Clinic Employee id.
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"