Create Pay Category
Creates a new pay category for the business.
Request
POST ../api/v1/client/paycategoryRequest 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