Updates the qualification with the specified ID.

Request

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

Path parameters

Parameter name Value Description Additional
id int32 Required
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