v3

latestOpenAPI 3.1.02026-07-311,0939714.5 MB
Leave request

Change the status of leave requests

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

This endpoints changes the status of the list of leave requests provided in the request body to the provided status. The leave requests are processed one by one. The leave requests that had no error's will be commited to the database while those with an error will be skipped. If an error occured the service will return a 400 bad request with a message explaining what error occured for what ID (GUID). The leave requests that where processed successfully will not be returned in te response.

This endpoint can be used by provider, employer and employee users. Provider and employer users are able to accept, reject or reopen leave requests depending on the status of the request. Employee users are only able to revoke a submitted leave request.

patch/v2/providers/employers/employees/employments/leaverequests

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