View Pay Category Details by ID
Gets the pay category with the specified ID.
Request
GET ../api/v1/client/paycategory/{paycategoryId}Path parameters
Parameter name
Value
Additional
paycategoryId
int32
Required
Response
Status code
Description
Resource
200
Success
Refer Response Data
Response Data
{
"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