Methods

  • get - Leave Balances Report

Resource

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

Properties

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

Possible values are:

  • Hours
  • Days
  • Weeks