Schakel JavaScript in om deze site te bekijken.

Navigatie: » Geen onderwerpen boven dit niveau «

PutConceptEmployeeByConceptEmployeeId

Edit the details of a concept employee__Activity name :__ PutConceptEmployeeByConceptEmployeeIdEdit the details of a concept employee* Possible options (metadata) for generic fields of the type "metadata" can be acquired (GET) by adding `/metadata` to the URL.* Possible options dependent on a specific payrollAdministration can be acquired via `../providers/employers/conceptemployees/metadata/payrollAdministration/{payrollAdministrationId}`.* Possible options for payGrade can be acquired via `../providers/employers/conceptemployees/metadata/payrolladministration/{payrollAdministrationId}/payscale/{payScaleKey}`.A `payGrade` has time based values dictating the wage for a given period. These values can be acquired by performing another metadata request `../providers/employers/conceptemployees/metadata/payscale/{payScaleKey}/paygrade/{payGradeKey}`.__NonPayrollAdministrations__ For nonPayrollAdministrations the equivalent MetaData-endpoints are also available as described above. However NO specific defaults endpoint is available for the nonPayrollAdministration.

Catalog: LoketNlRest

Schema: ConceptEmployee

This is a read-only table function. The loket.nl (REST) API may not support changing the data or the Invantive SQL driver for loket.nl (REST) does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the loket.nl (REST) API.

Select loket.nl (REST) API URL: /providers/employers/conceptemployees/{conceptEmployeeId}

Insert loket.nl (REST) API URL: /providers/employers/conceptemployees/{conceptEmployeeId}

Update loket.nl (REST) API URL: /providers/employers/conceptemployees/{conceptEmployeeId}

Delete loket.nl (REST) API URL: /providers/employers/conceptemployees/{conceptEmployeeId}

Field Selection Method: NotRequired

Base Path: content

Select loket.nl (REST) API Operation: put /providers/employers/conceptemployees/{conceptEmployeeId}

Table Function Parameters

The following parameters can be used to control the behaviour of the table function PutConceptEmployeeByConceptEmployeeId. A value must be provided at all times for required parameters, but optional parameters in general do not need to have a value and the execution will default to a pre-defined behaviour. Values can be specified by position and by name. In both cases, all parameters not specified will be treated using their default values.

Value specification by position is done by listing all values from the first to the last needed value. For example with `select * from table(value1, value2, value3)` on a table with four parameters will use the default value for the fourth parameter and the specified values for the first three.

Value specification by name is done by listing all values that require a value. For example with `select * from table(name1 => value1, name3 => value3)` on the same table will use the default values for the second and fourth parameters and the specified values for the first and third.

Name

Data Type

Required

Default Value

Documentation

conceptEmployeeId

guid

 

The unique identifier of the concept employee

If-Match

string

 

Input the value acquired in the ETag header for concurrency control. Please note this is optional (and not recommended for most types of integrations).

 

Table Function Columns

The columns of the table function PutConceptEmployeeByConceptEmployeeId are shown below. Each column has an SQL data type.

Name

Data Type

Label

Required

Documentation

creationDate

datetime

 

The date time on which the record was added (ISO-8601)

employeeData_address_city

string(24)

 

City of the address

employeeData_address_country_isoCode

string(2)

 

 

employeeData_address_country_key

int32

 

 

employeeData_address_country_value

string(50)

 

 

employeeData_address_furtherIndication_key

int32

 

 

employeeData_address_furtherIndication_value

string

 

 

employeeData_address_houseNumber

int32

 

House number of the address

employeeData_address_houseNumberAddition

string(4)

 

An addition to further specify the house/door/postbox. For example used to specifty a room of floor number in addition to the house number.

employeeData_address_location

string(35)

 

The location like to further specify the address

employeeData_address_postalCode

string(9)

 

The postal code of the address

employeeData_address_street

string(24)

 

Streetname of the address

employeeData_contactInformation_emailAddress

string(255)

 

The e-mail address of the employee.

employeeData_contactInformation_faxNumber

string(15)

 

The fax number to contact this individual

employeeData_contactInformation_mobilePhoneNumber

string(15)

 

The mobile phone number of the employee.

employeeData_contactInformation_phoneNumber

string(15)

 

The phone number of the employee.

employeeData_deviatingPostalAddress_city

string(24)

 

City of the address

employeeData_deviatingPostalAddress_country_isoCode

string(2)

 

 

employeeData_deviatingPostalAddress_country_key

int32

 

 

employeeData_deviatingPostalAddress_country_value

string(50)

 

 

employeeData_deviatingPostalAddress_furtherIndication_key

int32

 

 

employeeData_deviatingPostalAddress_furtherIndication_value

string

 

 

employeeData_deviatingPostalAddress_houseNumber

int32

 

House number of the address

employeeData_deviatingPostalAddress_houseNumberAddition

string(4)

 

An addition to further specify the house/door/postbox. For example used to specifty a room of floor number in addition to the house number.

employeeData_deviatingPostalAddress_location

string(35)

 

The location like to further specify the address

employeeData_deviatingPostalAddress_postalCode

string(9)

 

The postal code of the address

employeeData_deviatingPostalAddress_street

string(24)

 

Streetname of the address

employeeData_employeeNumber

int32

 

The employee number to uniquely identify an employee within an employer.

employeeData_iban

string(35)

 

International Bank Account Number. Only IBAN without spaces are accepted.

employeeData_identityDocument_documentIdentification

string(20)

 

Description of the type of document

employeeData_identityDocument_typeOfDocument_key

int32

 

The key for the type of document. Possible values can be acquired via the metadata endpoint

employeeData_identityDocument_typeOfDocument_value

string(50)

 

Description of the type of document

employeeData_personalDetails_civilStatus_key

int32

 

 

employeeData_personalDetails_civilStatus_value

string(50)

 

 

employeeData_personalDetails_dateOfBirth

datetime

 

The date of birth of the employee.

employeeData_personalDetails_firstName

string(28)

 

The first name of the employee.

employeeData_personalDetails_formattedName

string(82)

 

Formatted name of the employee based on the value of `howToFormatLastName`

employeeData_personalDetails_gender_key

int32

 

 

employeeData_personalDetails_gender_value

string(50)

 

 

employeeData_personalDetails_howToFormatLastName_key

int32

 

 

employeeData_personalDetails_howToFormatLastName_value

string(50)

 

 

employeeData_personalDetails_initials

string(6)

 

The initials of the employee.

employeeData_personalDetails_lastName

string(25)

 

The last name of the employee.

employeeData_personalDetails_lastNamePartner

string(25)

 

The last name of the employee`s partner.

employeeData_personalDetails_nationality_key

int32

 

 

employeeData_personalDetails_nationality_value

string(50)

 

 

employeeData_personalDetails_placeOfBirth

string(24)

 

Place of birth of the employee

employeeData_personalDetails_prefix

string(10)

 

The prefix to the last name of the employee.

employeeData_personalDetails_prefixPartner

string(10)

 

The prefix to the last name of the employee"s partner.

employeeData_personalDetails_title_key

int32

 

 

employeeData_personalDetails_title_value

string(50)

 

 

employmentData_calculateWorkingHours

boolean

 

Automatically calculate working hours for the employment if the option automatically calculate hours is selected for a given period.

employmentData_cancellationNoticeDate

datetime

 

The date on which the notice was given by either the employee or the employer.

employmentData_cancellationPeriodEmployee

int32

 

The notice period an employee is required to give the employer when resigning. The unit of time that applies to this field is described in the noticePeriodTimeUnit property.

employmentData_cancellationPeriodEmployer

int32

 

The notice period an employer is required to give the employee when terminating the contract. The unit of time that applies to this field is described in the noticePeriodTimeUnit property.

employmentData_cancellationPeriodTimeUnit_key

int32

 

 

employmentData_cancellationPeriodTimeUnit_value

string

 

 

employmentData_commissionUntilDate

datetime

 

The date on which the employment will end.

employmentData_deviatingCLATaxReturn

int32

 

CLA (CAO) code in case of a deviating CLA for tax returns .

employmentData_emailLeaveRequest

string(255)

 

Recipient e-mail adress for notification in case of leave requests.

employmentData_employeeProfileId_key

int32

 

 

employmentData_employeeProfileId_value

string

 

 

employmentData_employmentContractType_key

int32

 

 

employmentData_employmentContractType_value

string

 

 

employmentData_employmentDurationType_key

int32

 

 

employmentData_employmentDurationType_value

string

 

 

employmentData_essMutationSet_key

int32

 

 

employmentData_essMutationSet_value

string

 

 

employmentData_exemptionInsuranceObligation_key

int32

 

 

employmentData_exemptionInsuranceObligation_value

string

 

 

employmentData_firstDayNotification

boolean

 

Indicates whether first-day notification (EersteDagsMelding) is applicable for the employment

employmentData_hasOnCallAppearanceObligation

boolean

 

In the case of an on-call employment this field indicates whether the employment has an appearance obligation. This field can be `null` in cases where it is unknown whether the employment has an appearance obligation.

employmentData_historicalStartDate

datetime

 

The historical date on which the employee was first employed. This field is used when an employee has multiple employments in time. In most cases this field should be used as the date on which the employee started working for the company.

employmentData_incomeRelationshipNumber

int32

 

The income relationship number that is required in the tax return. Together with the citizen service number (burgerservicenummer, BSN) and wage tax number, the income relationship number uniquely identifies an employment.

employmentData_isAnonymousEmployee

boolean

 

Indicates whether employee is anonymous

employmentData_isDirectorAndMajorShareholder

boolean

 

Indicates whether the employment can be classiefied as a director and major shareholder (Dutch --> directeur-grootaandeelhouder or DGA). This field can be `null` in cases where it is unknown whether the employment can be classified as a director and major shareholder.

employmentData_isFamilyOfOwner

boolean

 

Indicates whether the employment can be classified as a previous owner. This field can be `null` in cases where it is unknown whether the employment can be classified as a director and major shareholder.

employmentData_isGemoedsbezwaardEmployeeInsurance

boolean

 

Gemoedsbezwaard Werknemerverzekering

employmentData_isGemoedsbezwaardNationalInsurance

boolean

 

Gemoedsbezwaard Volksverzekering

employmentData_isOnCallEmployment

boolean

 

Indicates whether the employment is an on-call employment.

employmentData_isPreviousOwner

boolean

 

Indicates whether the employment can be classified as a previous owner. This field can be `null` in cases where it is unknown whether the employment can be classified as a director and major shareholder.

employmentData_namePayslip

string(34)

 

Name that is visible on payslips for the employment

employmentData_nonPayrollAdministration_description

string(50)

 

Description of the administration

employmentData_nonPayrollAdministration_id

guid

 

The unique identifier of an object (GUID/UUID)

employmentData_nonPayrollAdministration_name

string(70)

 

Name of the administration

employmentData_participation55plusRegulationUWV

boolean

 

Indicates whether the 55 plus regulation (55 plus regeling) is applicable for the employment

employmentData_payrollAdministration_clientNumber

int32

 

The client number is a unique number for administrations that are used for payrolling. This field has no value if the administration is not used for payrolling.

employmentData_payrollAdministration_description

string(50)

 

Description of the administration

employmentData_payrollAdministration_id

guid

 

The unique identifier of an object (GUID/UUID)

employmentData_payrollAdministration_name

string(70)

 

Name of the administration

employmentData_periodPayGradeAdjustment

int32

 

The values is used for two processes. First off, a message can be configured to notify the user(s) of a upcoming wage raise/negotiation based on the value of this field. Second, the value, in combination with `signalSalaryScaleAdjustment`, is used to signal a wage raises based on the `payScale` and ‘payGrade’.

employmentData_professionCode

int32

 

A code field for a profession.

employmentData_sendMdvNotification

boolean

 

Indicate if a Mdv (melding dienstverband) should be send.

employmentData_signalPayGradeAdjustment

boolean

 

Indicates whether signaling regarding salary scale adjustments are enabled for the employment

employmentData_specialIncomeRatio_key

int32

 

 

employmentData_specialIncomeRatio_value

string

 

 

employmentData_startCancellationNoticePeriod

datetime

 

The date on which the term of notice period starts. If the agrement states that a notice periode always starts on the first day of the month and the notice was given on the 15th the start notice periode will be the first day of the next month.

employmentData_startDate

datetime

 

The date on which this employment starts.

employmentData_startDateContractOfIndefiniteDuration

datetime

 

When did the value of `employmentDurationType` change for definite to indefinite. This value should be te samen as the `startDate` if the contract was indefinite from the start.

employmentData_typeOfEmployee_key

int32

 

 

employmentData_typeOfEmployee_value

string

 

 

employmentData_typeOfParticipation_key

int32

 

 

employmentData_typeOfParticipation_value

string

 

 

employmentData_vacationCoupons_key

int32

 

 

employmentData_vacationCoupons_value

string

 

 

employmentData_valueOfParticipation_key

int32

 

 

employmentData_valueOfParticipation_value

string

 

 

employmentData_writtenEmploymentContract

boolean

 

Dit the employment and employer make a written contract?

fiscalData_annualSalary

double

 

The fiscal annual salary

fiscalData_applyDayTables

boolean

 

Indicates whether the value of the day table is used for the calculation of payroll tax

fiscalData_applyDeviatingPayrollTaxPercentageOn_key

int32

 

 

fiscalData_applyDeviatingPayrollTaxPercentageOn_value

string(50)

 

 

fiscalData_applyPayrollTaxDeduction

boolean

 

Indicates whether payroll tax deduction is appliclable (loonheffingskorting)

fiscalData_applyStudentDeduction

boolean

 

Apply the "Scholierenregeling"

fiscalData_deviatingCalculationRulePayrollTax_key

int32

 

 

fiscalData_deviatingCalculationRulePayrollTax_value

string(50)

 

 

fiscalData_deviatingPayrollTaxPercentage

double

 

Indicates a deviating payroll tax percentage is to be applied

fiscalData_deviatingPayrollTaxTableColour_key

int32

 

 

fiscalData_deviatingPayrollTaxTableColour_value

string(50)

 

 

fiscalData_residentOf_key

int32

 

 

fiscalData_residentOf_value

string(80)

 

Description of the type of document

id

guid

 

The unique identifier of an object (GUID/UUID)

organizationalEntityData_department_code

int32

 

 

organizationalEntityData_department_description

string

 

 

organizationalEntityData_department_key

guid

 

 

organizationalEntityData_deviatingFunctionDescription

string

 

The deviating function description of the employment. This description deviates from the value of the `function` field.

organizationalEntityData_deviatingFunctionGroup

string

 

The deviating functiongroup description of the employment.

organizationalEntityData_distributionUnit_code

int32

 

 

organizationalEntityData_distributionUnit_description

string

 

 

organizationalEntityData_distributionUnit_key

guid

 

 

organizationalEntityData_function_description

string

 

 

organizationalEntityData_function_group

string

 

 

organizationalEntityData_function_key

guid

 

The unique identifier of an object (GUID/UUID)

organizationalEntityData_internalTelephoneExtensionNumber

string

 

The phone extention number for the employment.

organizationalEntityData_placeOfEmployment

string

 

The place of employment (standplaats) for the employment.

organizationalEntityData_standardFunction_category

int32

 

 

organizationalEntityData_standardFunction_code

string(6)

 

 

organizationalEntityData_standardFunction_key

int32

 

 

organizationalEntityData_standardFunction_value

string

 

 

otherPayrollVariablesData_deviatingPremiumGroup_key

int32

 

 

otherPayrollVariablesData_deviatingPremiumGroup_value

string(50)

 

 

selfService_status

string(50)

 

Description of the status

socialSecurityData_healthCareInsuranceActType_key

int32

 

 

socialSecurityData_healthCareInsuranceActType_value

string(50)

 

 

socialSecurityData_isInsuredForOccupationalDisabilityInsuranceAct

boolean

 

Will contributions for the Occupational Disability Insurance Act (WAO) be payed for this employment

socialSecurityData_isInsuredForSicknessBenefitsAct

boolean

 

Will contributions for the Sickness Benefits Act (ZW) be payed for this employment

socialSecurityData_isInsuredForUnemploymentInsuranceAct

boolean

 

Will contributions for the Unemployment Insurance Act (WW) be payed for this employment

uniqueName

string(255)

 

The unique name for this concept employment. It is commonly used as a displayname in the user interface to select this entry in a dropdown box.

wageData_applyPayGrade

boolean

 

Apply pay grade indicates that after submitting the record the server will replace the value of `grossWage` with the value represented by the selected `payGrade`. A pay grade contains time based values, the value that is active on the `start date` of the record will be selected.

wageData_grossWage

double

 

The gross wage for the employee

wageData_grossWageType_key

int32

 

 

wageData_grossWageType_value

string(50)

 

 

wageData_netWage

double

 

Net wage for the employment

wageData_netWageType_key

int32

 

 

wageData_netWageType_value

string(50)

 

 

wageData_payGrade_key

int32

 

 

wageData_payGrade_value

string(50)

 

 

wageData_payScale_key

int32

 

 

wageData_payScale_value

string(50)

 

 

workingHoursData_averageParttimeFactor

double

 

This field is used to register the deviating value of the parttimefactor. The parttimefactor is normally calculated by workinghours dividing by shifthours multplied by 100

workingHoursData_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.

workingHoursData_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)!

workingHoursData_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.

workingHoursData_calculateUsingWorkPattern_hoursPeriod

boolean

 

Indicates whether the hours for the payrolling should be calculated based on the workpattern for regular periods.

workingHoursData_calculateUsingWorkPattern_leaveHours

boolean

 

Indicates whether then leave balances (verlof) are to be calculated based on the workpattern.

workingHoursData_contractCode_code

int32

 

 

workingHoursData_contractCode_description

string

 

 

workingHoursData_contractCode_key

guid

 

The unique identifier of an object (GUID/UUID)

workingHoursData_deviatingHoursPerWeek

double

 

Fulltime hours are normally based as defined by the shift, this optional field is used to register a deviating value. The value can be less or more then the fulltime hours a week.

workingHoursData_deviatingSvDaysPerPeriod

decimal

 

Sv (social insurance) days are normally calculated by hours per shift, this optional field is used to register a deviating value.

workingHoursData_flexibleHoursContract_key

int32

 

 

workingHoursData_flexibleHoursContract_value

string(50)

 

 

workingHoursData_regularWorkPattern

boolean

 

When the employee works the same amount of hours per day every week, then the workpattern is regular.

workingHoursData_shift_bonusPercentage

decimal

 

The bonus percentage used in wage calculations for the hours made in this shift.

workingHoursData_shift_fullTimeHoursPerWeek

decimal

 

The full time hours for an employment that is linked to this shift.

workingHoursData_shift_shiftNumber

int32

 

The number for the shift.

workingHoursData_workPattern_evenWeeks_friday

double

 

 

workingHoursData_workPattern_evenWeeks_monday

double

 

 

workingHoursData_workPattern_evenWeeks_saturday

double

 

 

workingHoursData_workPattern_evenWeeks_sunday

double

 

 

workingHoursData_workPattern_evenWeeks_thursday

double

 

 

workingHoursData_workPattern_evenWeeks_tuesday

double

 

 

workingHoursData_workPattern_evenWeeks_wednesday

double

 

 

workingHoursData_workPattern_oddWeeks_friday

double

 

 

workingHoursData_workPattern_oddWeeks_monday

double

 

 

workingHoursData_workPattern_oddWeeks_saturday

double

 

 

workingHoursData_workPattern_oddWeeks_sunday

double

 

 

workingHoursData_workPattern_oddWeeks_thursday

double

 

 

workingHoursData_workPattern_oddWeeks_tuesday

double

 

 

workingHoursData_workPattern_oddWeeks_wednesday

double

 

 

 

13-05-2022 15:37 Version 22.1.40-BETA+3374

X

Belangrijke Informatie over Veiligheid en Gebruik

Beoogd gebruik en beperkingen: Deze software, ontwikkeld door Invantive, is ontworpen om een verscheidenheid aan zakelijke en informatietechnologische gegevensverwerkingsfuncties te ondersteunen, zoals boekhouding, financiële rapportage en verkooprapportage. Het is belangrijk om op te merken dat deze software niet is ontworpen, getest of goedgekeurd voor gebruik in omgevingen waar een storing of defect kan leiden tot levensbedreigende situaties, ernstige fysieke schade of milieuschade. Dit omvat, maar is niet beperkt tot:

  • Nucleaire faciliteiten: de software mag niet worden gebruikt voor operaties of functies die verband houden met de controle, het onderhoud of de werking van nucleaire faciliteiten.
  • Defensie en militaire toepassingen: deze software is niet geschikt voor gebruik in defensiegerelateerde toepassingen, inclusief maar niet beperkt tot wapenbeheer, militaire strategieplanning of andere aspecten van nationale defensie.
  • Luchtvaart: de software is niet bedoeld voor gebruik in de bediening, navigatie of communicatiesystemen van vliegtuigen of luchtverkeersleidingomgevingen.
  • Gezondheidszorg en medicijnproductie: deze software mag niet worden gebruikt voor de werking van medische apparaten, de analyse van patiëntgegevens voor kritieke gezondheidsbeslissingen, farmaceutische productie of medisch onderzoek waarbij een storing of defect de gezondheid van de patiënt kan beïnvloeden.
  • Verwerking van chemische en/of gevaarlijke stoffen: deze software is niet bedoeld voor het beheer, de controle of de operationele aspecten van chemische fabrieken of faciliteiten voor de verwerking van chemische en/of gevaarlijke stoffen. Elke storing in de software die in deze omgevingen wordt gebruikt kan leiden tot gevaarlijke chemische lozingen, explosies of milieurampen.
  • Transport- en verkeerscontrolesystemen: de software mag niet worden gebruikt voor de besturing, bediening of het beheer van transportsystemen, waaronder de besturing van spoorwegsignalen, metrosystemen of verkeerslichten. Storingen in dergelijke kritieke systemen kunnen tot ernstige ongelukken leiden en de openbare veiligheid in gevaar brengen.
  • Energienetwerk- en nutsbesturingssystemen: deze software is niet ontworpen voor de besturing of bediening van energienetwerksystemen, waaronder elektrische onderstations, besturingssystemen voor hernieuwbare energie of besturingssystemen van waternutsbedrijven. Het falen van software op deze gebieden kan leiden tot aanzienlijke stroomonderbrekingen, onderbrekingen in de watervoorziening of andere storingen in openbare voorzieningen, waardoor gemeenschappen in gevaar kunnen komen en grote schade kan worden aangericht.
  • Andere omgevingen met een hoog risico: alle andere kritieke infrastructuren en omgevingen waar een storing in de software kan leiden tot aanzienlijke schade aan personen of het milieu.

Gebruikersverantwoordelijkheid: gebruikers moeten ervoor zorgen dat ze het beoogde gebruik van de software begrijpen en de software niet gebruiken in een omgeving die buiten het beoogde doel valt. Het is de verantwoordelijkheid van de gebruiker om de geschiktheid van de software voor de beoogde toepassing te beoordelen, vooral in scenario's die een risico kunnen vormen voor leven, gezondheid en/of milieu.

Afwijzing van aansprakelijkheid: Invantive wijst elke verantwoordelijkheid af voor schade, letsel of wettelijke gevolgen die voortvloeien uit het gebruik of misbruik van deze software in verboden en/of onbedoelde toepassingen.

  
Disclaimer