Creates a new employee qualification for the business.
POST https://api.yourpayroll.com.au/api/v2/business/{businessId}/qualification
Parameter name | Value | Description | Additional |
---|---|---|---|
businessId | string | Required |
The request body takes a complete QualificationModel resource, containing the following writable properties:
{
"id": "int32",
"name": "string"
}
Name | Type | Description |
---|---|---|
id | int32 | Int32 |
name | 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