TimeSheetAccrual
A time bank (accrual) showing available leave balance for a specific pay type. Only applicable to time entry sheets. The schema for accruals as shown in time sheets is slightly different than the separate accrual definition schema.
Unique identifier for the time bank
6D88483CFE774250B29CC61266392DBADisplay name of the time bank
VacationRemaining balance in hours
16Pay type codes associated with this accrual
["Vacation"]pay_types object[]
Detailed information about associated pay types
Whether a hard minimum balance threshold is enforced
trueMinimum balance that cannot be exceeded
0Message displayed when hard threshold applies
Minimum balance of 0.00 hours is enforced.Whether a warning threshold is configured
trueBalance level that triggers a warning
8Message displayed when warning threshold is reached
A warning is given when the balance is less than or equal to 8.00 hours.Type of warning configuration
v2Any errors related to this accrual
[]Any warnings related to this accrual
[]User who created this time bank
User who last modified this time bank
Unix timestamp of creation
Unix timestamp of last modification
{
"id_timebank": "6D88483CFE774250B29CC61266392DBA",
"pname": "Vacation",
"hours_left": 16,
"id_code_pay_type": [
"Vacation"
],
"pay_types": [
{
"id_code_pay_type": "string",
"name": "string"
}
],
"use_hard_threshold": true,
"hard_threshold": 0,
"hard_threshold_message": "Minimum balance of 0.00 hours is enforced.",
"use_warning": true,
"warning_threshold": 8,
"warning_threshold_message": "A warning is given when the balance is less than or equal to 8.00 hours.",
"warning_type": "v2",
"errors": [],
"warnings": [],
"creator": "string",
"modifier": "string",
"create_timestamp": 0,
"modify_timestamp": 0
}