Methods

  • get - Leave Balances Report

Resource

{
    "accruedAmount": "double",
    "accruedAmountInDays": "double",
    "accruedAmountInHours": "double",
    "employeeId": "int32",
    "externalId": "string",
    "firstName": "string",
    "leaveCategoryName": "string",
    "leavePlusLoading": "double",
    "leaveValue": "double",
    "loadingValue": "double",
    "location": "string",
    "surname": "string",
    "unitType": "string"
}

Properties

Name Type Description
accruedAmount double Decimal
accruedAmountInDays double Decimal
accruedAmountInHours double Decimal
employeeId int32 Int32
externalId string String
firstName string String
leaveCategoryName string String
leavePlusLoading double Decimal
leaveValue double Decimal
loadingValue double Decimal
location string String
surname string String
unitType string LeaveUnitTypeEnum

Possible values are:

  • Hours
  • Days
  • Weeks