Updates the pay category with the specified ID.
PUT https://apisg.yourpayroll.io/api/v2/business/{businessId}/paycategory/{id}
Parameter name | Value | Description | Additional |
---|---|---|---|
id | int32 | Required | |
businessId | string | Required |
The request body takes a complete SgPayCategoryModel resource, containing the following writable properties:
{
"accruesLeave": "boolean",
"cpfClassification": "string",
"externalId": "string",
"generalLedgerMappingCode": "string",
"hideUnitsOnPaySlip": "boolean",
"id": "int32",
"isPrimary": "boolean",
"isSdlExempt": "boolean",
"isShgExempt": "boolean",
"isSystemPayCategory": "boolean",
"isTaxExempt": "boolean",
"name": "string",
"numberOfDecimalPlaces": "int32",
"parentId": "int32",
"paymentSummaryClassification": "string",
"penaltyLoadingPercent": "double",
"rateLoadingPercent": "double",
"rateUnit": "string",
"roundingMethod": "string",
"source": "string"
}
Name | Type | Description |
---|---|---|
accruesLeave | boolean | Boolean |
cpfClassification | string |
Nullable Possible values are:
|
externalId | string | String |
generalLedgerMappingCode | string | String |
hideUnitsOnPaySlip | boolean | Boolean |
id | int32 | Int32 |
isPrimary | boolean | Boolean |
isSdlExempt | boolean | Boolean |
isShgExempt | boolean | Boolean |
isSystemPayCategory | boolean | Boolean |
isTaxExempt | boolean | Boolean |
name | string | String |
numberOfDecimalPlaces | int32 |
Nullable |
parentId | int32 |
Nullable |
paymentSummaryClassification | string |
Nullable 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 |
SgPayCategoryModel |