v3

latestOpenAPI 3.1.02026-07-311,0939714.5 MB
Concept employee

Edit the details of a concept employee

Activity name : <a href="https://developer.loket.nl/Activities/PutConceptEmployeeByConceptEmployeeId" target="_blank">PutConceptEmployeeByConceptEmployeeId</a>

Edit 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 ../v2/providers/employers/conceptemployees/metadata/payrollAdministration/{payrollAdministrationId}.
  • Possible options for payGrade can be acquired via ../v2/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 ../v2/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.

put/v2/providers/employers/conceptemployees/{conceptEmployeeId}

Path parameters

conceptEmployeeIdstring uuid required

The unique identifier of the concept employee

Headers

Authorizationstring required
Example:Bearer <TOKEN>

A valid Bearer token for authorizing the request.

Acceptstring required
Example:application/json;version=2018-01-01

The accept header is used to influence what type of output is returned and in most cases the version of the output

Response

OK