LeaveBalancesByEmploymentId |
List of yearly leave balances for each leave type.__Activity name :__ GetLeaveBalancesByEmploymentId Returns the yearly leave balances for each leave type.
Catalogus: LoketNlRest
Schema: LeaveBalance
Dit is een alleen-lezen tabelfunctie. De Loket.nl REST API biedt mogelijk geen ondersteuning voor het wijzigen van de data of het Invantive UniversalSQL-stuurprogramma voor Loket.nl REST ondersteunt dit niet. In het laatste geval gebruikt u de tabel NativePlatformScalarRequests om gegevens te uploaden naar de Loket.nl REST-API.
Parameters van Tabelfunctie
De volgende parameters kunnen worden gebruikt om het gedrag van de tabelfunctie LeaveBalancesByEmploymentId in te stellen. Voor verplichte parameters moet altijd een waarde worden opgegeven, maar optionele parameters hoeven in het algemeen geen waarde te hebben en de uitvoering zal standaard een vooraf bepaald gedrag vertonen. Waarden kunnen worden gespecificeerd op basis van positie en naam. In beide gevallen worden alle niet-gespecificeerde parameters geëvalueerd aan de hand van hun standaardwaarden.
Waardespecificatie op positie gebeurt door alle waarden van de eerste tot de laatste benodigde waarde op te sommen. Bijvoorbeeld: een `select * uit tabel(waarde1, waarde2, waarde3)` op een tabel met vier parameters zal de standaardwaarde voor de vierde parameter gebruiken en de opgegeven waarden voor de eerste drie.
Waardespecificatie op naam gebeurt door alle waarden die een waarde vereisen op te sommen. Bijvoorbeeld met `selecteer * uit tabel(naam1 => waarde1, naam3 => waarde3)` op dezelfde tabel zullen de standaardwaarden voor de tweede en vierde parameter worden gebruikt en de opgegeven waarden voor de eerste en derde.
Naam |
Datatype |
Verplicht |
Standaardwaarde |
Documentatie |
---|---|---|---|---|
employmentId |
guid |
☑ |
|
The unique identifier of the employment |
Kolommen van Tabelfunctie
De kolommen van de tabelfunctie LeaveBalancesByEmploymentId worden hieronder weergegeven. Elke kolom heeft een SQL-gegevenstype.
Naam |
Datatype |
Label |
Verplicht |
Documentatie |
---|---|---|---|---|
accrual |
double |
|
☐ |
The amount of leave units accrued for the leave type in the year |
balance |
double |
Saldo |
☐ |
The remaining leave balance for the year and leave type. The balance takes into account the leave usage in the future. |
balancePreviousYear |
double |
Saldo vorig Jaar |
☐ |
The remaining leave balance from the previous year for the leave type |
expires |
double |
|
☐ |
<ul><li>This field is only relevant for the following leave types:</li><li><strong>Wettelijk verlof:</strong> Accrued statutory leave from previous years that expires on July 1 of the selected year.</li><li><strong>Bovenwettelijk verlof:</strong> Accrued extra-legal leave from 5 years ago and earlier, which expires on Jan 1 of the selected year + 1.</li><li><strong>Verlof:</strong> The sum of the two leave types above.</li></ul> |
leaveType_balanceExceedsYear |
boolean |
|
☐ |
Indicates whether the balance at the end of the year for this leave type carries over to the next year. |
leaveType_key |
int32 |
Verloofsoortsleutel |
☐ |
The key for the leave type. |
leaveType_value |
string |
Verlofsoortwaarde |
☐ |
The description for the leave type. Note that leave types can be overridden at the employer level. In these cases the description at the employer level takes precedence over the default description of the leave type. |
unitType_key |
int32 |
Unitsoortsleutel |
☐ |
The key for the unit type |
unitType_value |
string |
Eenheidssoortwaarde |
☐ |
The description for the unit type |
usageAfterToday |
double |
|
☐ |
The amount of leave units used for the leave type in the year after today |
usageThroughToday |
double |
|
☐ |
The amount of leave units used for the leave type starting from the beginning of the year up to and including today |
usageTotal |
double |
Gebruikstotaal |
☐ |
The total amount of leave units used for the leave type in the year. |
year |
int32 |
Jaar |
☐ |
The year to which the balance of the leave type applies. |
10-06-2024 18:51 Versie 24.1.3-BETA+4689