Updates the employer liability category with the specified ID.
PUT http:///api/v2/business/{businessId}/employerliabilitycategory/{id}
| Parameter name | Value | Description | Additional |
|---|---|---|---|
| id | int32 | Required | |
| businessId | string | Required |
The request body takes a complete EmployerLiabilityCategoryModel resource, containing the following writable properties:
{
"canBeDeleted": "boolean",
"externalReferenceId": "string",
"hideFromPaySlips": "boolean",
"id": "int32",
"includeInShiftCosts": "boolean",
"isSuperannuationFund": "boolean",
"name": "string",
"showTotalPayments": "boolean"
}
| Name | Type | Description |
|---|---|---|
| canBeDeleted | boolean | Boolean |
| externalReferenceId | string | String |
| hideFromPaySlips | boolean | Boolean |
| id | int32 | Int32 |
| includeInShiftCosts | boolean | Boolean |
| isSuperannuationFund | boolean | Boolean |
| name | string | String |
| showTotalPayments | boolean | Boolean |
The following HTTP status codes may be returned, optionally with a response resource.
| Status code | Description | Resource |
|---|---|---|
| 200 | OK OK |
Powered by DapperDox