Updates the pay category with the specified ID.
PUT http:///api/v2/business/{businessId}/paycategory/{id}
| Parameter name | Value | Description | Additional |
|---|---|---|---|
| id | int32 | Required | |
| businessId | string | Required |
The request body takes a complete NzPayCategoryModel resource, containing the following writable properties:
{
"accruesLeave": "boolean",
"excludeFromAverageEarnings": "boolean",
"excludeFromOrdinaryEarnings": "boolean",
"externalId": "string",
"generalLedgerMappingCode": "string",
"hideUnitsOnPaySlip": "boolean",
"id": "int32",
"includeInAverageDailyPayDaysPaid": "boolean",
"isAccLevyExempt": "boolean",
"isGstExempt": "boolean",
"isKiwiSaverExempt": "boolean",
"isParentalLeave": "boolean",
"isPrimary": "boolean",
"isSuperannuationFund": "boolean",
"isSystemPayCategory": "boolean",
"isTaxExempt": "boolean",
"name": "string",
"numberOfDecimalPlaces": "int32",
"parentId": "int32",
"payCategoryType": "string",
"penaltyLoadingPercent": "double",
"rateLoadingPercent": "double",
"rateUnit": "string",
"roundingMethod": "string",
"source": "string"
}
| Name | Type | Description |
|---|---|---|
| accruesLeave | boolean | Boolean |
| excludeFromAverageEarnings | boolean | Boolean |
| excludeFromOrdinaryEarnings | boolean | Boolean |
| externalId | string | String |
| generalLedgerMappingCode | string | String |
| hideUnitsOnPaySlip | boolean | Boolean |
| id | int32 | Int32 |
| includeInAverageDailyPayDaysPaid | boolean | Boolean |
| isAccLevyExempt | boolean | Boolean |
| isGstExempt | boolean | Boolean |
| isKiwiSaverExempt | boolean | Boolean |
| isParentalLeave | boolean | Boolean |
| isPrimary | boolean | Boolean |
| isSuperannuationFund | boolean | Boolean |
| isSystemPayCategory | boolean | Boolean |
| isTaxExempt | boolean | Boolean |
| name | string | String |
| numberOfDecimalPlaces | int32 |
Nullable |
| parentId | int32 |
Nullable |
| payCategoryType | string |
NzPayCategoryType
Possible values are:
|
| penaltyLoadingPercent | double | Decimal |
| rateLoadingPercent | double | Decimal |
| rateUnit | string |
RateUnitEnum
Possible values are:
|
| roundingMethod | string |
Nullable Possible values are:
|
| source | string | String |
The following HTTP status codes may be returned, optionally with a response resource.
| Status code | Description | Resource |
|---|---|---|
| 200 | OK OK |
NzPayCategoryModel |
Powered by DapperDox