Adds or updates a qualification for an employee.
POST http:///api/v2/business/{businessId}/employee/{employeeId}/qualification
| Parameter name | Value | Description | Additional |
|---|---|---|---|
| businessId | string | Required | |
| employeeId | string | Required |
The request body takes a complete EmployeeQualificationRequest resource, containing the following writable properties:
{
"expiryDate": "date-time",
"issueDate": "date-time",
"name": "string",
"qualificationId": "int32",
"referenceNumber": "string"
}
| Name | Type | Description |
|---|---|---|
| expiryDate | date-time |
Nullable |
| issueDate | date-time |
Nullable |
| name | string | String |
| qualificationId | int32 | Int32 |
| referenceNumber | string | String |
The following HTTP status codes may be returned, optionally with a response resource.
| Status code | Description | Resource |
|---|---|---|
| 200 | OK OK |
Powered by DapperDox