Creates a new employee qualification for the business.

Request

POST https://api.nzpayroll.co.nz/api/v2/business/{businessId}/qualification

Path parameters

Parameter name Value Description Additional
businessId string Required

Request body

The request body takes a complete QualificationModel resource, containing the following writable properties:

{
    "id": "int32",
    "name": "string"
}

Properties

Name Type Description
id int32 Int32
name string String

Response

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

Status code Description Resource
200 OK

OK