fixed

v1 GET Absence Periods - Error Response change to 404 for invalid Absence Type ID

As of October 9, 2024 Personio will update the error response of the v1 GET Absence Periods endpoint (https://api.personio.de/v1/company/absence-periods) to return a 404 error response when an invalid Absence Type ID is provided in the query parameter of a request. Currently, when an invalid Absence Type ID is provided in the query parameter, a 500 error response is provided.

In addition to the above, an example 404 response will also be provided to enable users to to add error handling in their API request scripts/jobs.