Get Pay Rates
Gets the pay rates for this employee.
Request
GET ../api/v1/client/employee/payrates/{identityCardNumber}Path parameters
Parameter name
Value
Description
Additional
identityCardNumber
int32
Required
Response
The following HTTP status codes may be returned, optionally with a response resource.
Status code
Description
Resource
200
OK
OK
Refer Response Data
Response Data
{
"accruesLeave": "boolean",
"calculatedRate": "double",
"isPrimaryPayCategory": "boolean",
"payCategoryId": "int32",
"payCategoryName": "string",
"rate": "double",
"rateUnit": "string"
}Last updated