Adds or updates a qualification for an employee.

Request

POST https://apimy.yourpayroll.io/api/v2/business/{businessId}/employee/{employeeId}/qualification

Path parameters

Parameter name Value Description Additional
businessId string Required
employeeId string Required

Request body

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"
}

Properties

Name Type Description
expiryDate date-time Nullable
issueDate date-time Nullable
name string String
qualificationId int32 Int32
referenceNumber string String

Response

The following HTTP status codes may be returned, optionally with a response resource.

Status code Description Resource
200 OK

OK