POST api/pro/clinics/{clinicId}/employees

Creates a new Clinic Employee.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
clinicId

The Id of the clinic creating an employee

string

Required

Body Parameters

The create ClinicEmployee request.

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

Sample not available.

Response Information

Resource Description

Returns the new Clinic Employee id.

string

Response Formats

application/json, text/json

Sample:
"sample string 1"