Get Employee Opening Balance
Gets the opening balances for this employee.
Request
GET ../api/v1/client/employee/openingbalances/{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
Message
Data
200
Success
Refer Response Data
Response Data
{
"benefitsInKind": {
"benefitsInKindItems": [
{
"amount": "double",
"benefitsInKindType": "string",
"description": "string",
"taxExempt": "boolean"
}
]
},
"employeeId": "int32",
"employerLiabilities": [
{
"amount": "double",
"employerLiabilityCategoryId": "int32",
"name": "string"
}
],
"financialYearStartingYear": "int32",
"grossEarnings": "double",
"leaveBalances": [
{
"amount": "double",
"leaveCategoryId": "int32",
"name": "string",
"unitType": "string"
}
],
"locationName": "string",
"statutoryContributionsAndPcb": {
"additionalEmployeeEpfAmount": "double",
"additionalEmployerEpfAmount": "double",
"cP38Amount": "double",
"employeeEisAmount": "double",
"employeeSocsoAmount": "double",
"employerEisAmount": "double",
"employerSocsoAmount": "double",
"hrdfAmount": "double",
"mandatoryEmployeeEpfAmount": "double",
"mandatoryEmployerEpfAmount": "double",
"pcbAmount": "double",
"tp1ReliefAmount": "double",
"tp1ZakatAmount": "double"
},
"taxReliefs": {
"taxReliefTotal": "double",
"taxReliefs": [
{
"amount": "double",
"description": "string",
"override": "boolean",
"reliefNumber": "int32",
"threshold": "double",
"total": "double",
"type": "string"
}
],
"taxYear": "int32"
},
"totalHours": "double"
}Last updated