WorkingHoursByEmploymentId |
List of working hours for an employment__Activity name :__ GetWorkingHoursByEmploymentId Get the list of working hours for an employment
Catalogus: LoketNlRest
Schema: WorkingHours
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 WorkingHoursByEmploymentId 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 WorkingHoursByEmploymentId worden hieronder weergegeven. Elke kolom heeft een SQL-gegevenstype.
Naam |
Datatype |
Label |
Verplicht |
Documentatie |
---|---|---|---|---|
aggregatedHoursPerWeek |
double |
|
☐ |
This read-only field provides the user with a single point of knowledge as to what number of hours per week employment is actually registered in regards to the payrolling process. This number may be respectively based on the workpattern, deviating hours per week or shift hours. If the employment is an 'on call employment' (oproepkracht/invalkracht) the number is either NULL or represents the min-hours if that is applicable.This field is especially useful for third-parties that want to know the number of hours per week (without having to apply specific Loket logic). I.e. this field is not visible in Loket GUI. |
averageHoursPerWeek |
double |
Gemiddeld Uren per Week |
☐ |
This field can be used to register the average hours per week an employment with varying hours works. For example, 0 hour contracts and min max contracts. The value of this field does NOT directly affect the payrolling proces. |
averageParttimeFactor |
double |
Gemiddelde Deeltijdfactor |
☐ |
This field is used to register the deviating value of the parttimefactor, purely for administrative purposes. The parttimefactor is normally calculated by workinghours dividing by shifthours multplied by 100. Please note that this field is not used in the actual payroll proces! For the payroll process the number of hours is used. |
calculateUsingWorkPattern_daysDailyRate |
boolean |
|
☐ |
Indicates whether the number of days of dailyrate should be calculated based on the workpattern. The number of days are normally calculated by the working hours. |
calculateUsingWorkPattern_deviatingDaysAndHours |
boolean |
|
☐ |
Indication whether the deviating hours per week and deviating SV-days per period are to be automatically calculated based on the workpattern. Please note (!) that any values in the deviatingHoursPerWeek and deviatingSvDaysPerPeriod fields (of this workingHours record) will be overwritten based on this calculation if true (and endDate=NULL)! |
calculateUsingWorkPattern_hoursBrokenPeriod |
boolean |
|
☐ |
Indicates whether the hours for the payrolling should be calculated based on the workpattern in broken periods. These are periods of in or out of service. |
calculateUsingWorkPattern_hoursRegularPeriod |
boolean |
|
☐ |
Indicates whether the hours for the payrolling should be calculated based on the workpattern for regular periods. |
calculateUsingWorkPattern_leaveHours |
boolean |
|
☐ |
Indicates whether then leave balances (verlof) are to be calculated based on the workpattern. If set to false and the user is not linked to a leave policy with `applyLeaveSchedule` set to true the following fields are used for the calculation `deviatingHoursPerWeek` if null `shift.fullTimeHoursPerWeek` is used |
contractCode_code |
int32 |
|
☐ |
|
contractCode_description |
string |
|
☐ |
|
contractCode_key |
guid |
Contractcodesleutel |
☐ |
The unique identifier of an object (GUID/UUID) |
deviatingHoursPerWeek |
double |
Afwijkende Uren per Week |
☐ |
If this field is empty the fulltime hours are based as defined by the shift, this optional field is used to register an overwriting value. The value can be less or more then the fulltime hours a week. |
deviatingSvDaysPerPeriod |
int32 |
Afwijkende Sociale Verzekeringsdagen per Periode |
☐ |
Sv (social insurance) days are normally calculated by hours per shift, this optional field is used to register a deviating value. |
endDate |
datetime |
Einddatum |
☐ |
The end date of the entity. The date is up to and including. |
flexibleHoursContract_key |
int32 |
Flexibele Uren Contractsleutel |
☐ |
|
flexibleHoursContract_value |
string(50) |
Flexibele Uren Contractwaarde |
☐ |
|
id |
guid |
ID |
☐ |
The unique identifier of an object (GUID/UUID) |
regularWorkPattern |
boolean |
Regulier Werkpatroon |
☐ |
When the employee works the same amount of hours per day every week, then the workpattern is regular. |
shift_bonusPercentage |
decimal |
Dienst Bonuspercentage |
☐ |
The bonus percentage used in wage calculations for the hours made in this shift. |
shift_fullTimeHoursPerWeek |
decimal |
Weekuren Full-time Dienstverband |
☐ |
The full time hours for an employment that is linked to this shift. |
shift_shiftNumber |
int32 |
Dienstnummer |
☐ |
The number for the shift. |
shiftRateSickLeave_bonusPercentage |
decimal |
|
☐ |
The bonus percentage used in wage calculations for the hours made in this shift. |
shiftRateSickLeave_fullTimeHoursPerWeek |
decimal |
|
☐ |
The full time hours for an employment that is linked to this shift. |
shiftRateSickLeave_shiftNumber |
int32 |
|
☐ |
The key number to identify the shift to be used for calculation of daily rate in case of sick leave (ziekte). |
startDate |
datetime |
Startdatum |
☐ |
Start date of the record.A (linked chain)[./#section/Data/Date-chains] is maintained within this resource. |
workPattern_evenWeeks_friday |
double |
|
☐ |
|
workPattern_evenWeeks_monday |
double |
|
☐ |
|
workPattern_evenWeeks_saturday |
double |
|
☐ |
|
workPattern_evenWeeks_sunday |
double |
|
☐ |
|
workPattern_evenWeeks_thursday |
double |
|
☐ |
|
workPattern_evenWeeks_tuesday |
double |
|
☐ |
|
workPattern_evenWeeks_wednesday |
double |
|
☐ |
|
workPattern_oddWeeks_friday |
double |
|
☐ |
|
workPattern_oddWeeks_monday |
double |
|
☐ |
|
workPattern_oddWeeks_saturday |
double |
|
☐ |
|
workPattern_oddWeeks_sunday |
double |
|
☐ |
|
workPattern_oddWeeks_thursday |
double |
|
☐ |
|
workPattern_oddWeeks_tuesday |
double |
|
☐ |
|
workPattern_oddWeeks_wednesday |
double |
|
☐ |
|
10-06-2024 18:51 Versie 24.1.3-BETA+4689