Update Pay Category

Updates the pay category with the specified ID.

Request

PUT ../api/v1/client/paycategory/{paycategoryId}

Path parameters

Parameter name
Value
Additional

paycategoryId

int32

Required

Request body

The request body takes the following writable properties:

{
    "accruesLeave": "boolean",
    "externalId": "string",
    "generalLedgerMappingCode": "string",
    "hideUnitsOnPaySlip": "boolean",
    "id": "int32",
    "isEisExempt": "boolean",
    "isEpfExempt": "boolean",
    "isHrdfExempt": "boolean",
    "isPrimary": "boolean",
    "isSocsoExempt": "boolean",
    "isSystemPayCategory": "boolean",
    "isTaxExempt": "boolean",
    "name": "string",
    "numberOfDecimalPlaces": "int32",
    "parentId": "int32",
    "penaltyLoadingPercent": "double",
    "rateLoadingPercent": "double",
    "rateUnit": "string",
    "roundingMethod": "string",
    "source": "string"
}

Last updated