Creates an employer liability category for the business.
POST https://api.yourpayroll.com.au/api/v2/business/{businessId}/employerliabilitycategory
Parameter name | Value | Description | Additional |
---|---|---|---|
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