Methods

  • get - Leave Liability Report

Resource

{
    "accruedAmount": "double",
    "accruedAmountInHours": "double",
    "approvedLeaveAmount": "double",
    "approvedLeaveAmountInHours": "double",
    "calculatedWeeks": "double",
    "employeeId": "int32",
    "externalId": "string",
    "firstName": "string",
    "lastPaidDate": "date-time",
    "lastPayPeriodEnding": "date-time",
    "leaveCategoryName": "string",
    "leaveLoadingDollarValue": "double",
    "leaveValue": "double",
    "location": "string",
    "startDate": "date-time",
    "surname": "string",
    "unitType": "string"
}

Properties

Name Type Description
accruedAmount double Decimal
accruedAmountInHours double Decimal
approvedLeaveAmount double Nullable
approvedLeaveAmountInHours double Decimal
calculatedWeeks double Decimal
employeeId int32 Int32
externalId string String
firstName string String
lastPaidDate date-time Nullable
lastPayPeriodEnding date-time Nullable
leaveCategoryName string String
leaveLoadingDollarValue double Decimal
leaveValue double Decimal
location string String
startDate date-time DateTime
surname string String
unitType string LeaveUnitTypeEnum

Possible values are:

  • Hours
  • Days
  • Weeks