Skip to main content
All CollectionsIntegrations
Personio Demo (Write)
Personio Demo (Write)

Detailed tutorial for writing back to Personio after creating a Personio connector.

Updated over a week ago

This tutorial outlines the process of writing back to Personio after creating a Personio connector.

Click here to find the API to Write Back to Timesheet entry.

Bindbee API Request involves two authentication elements: the Bindbee API key and the connector token.

If you don't have the Bindbee API Key, you can regenerate it from our dashboard

Regenerating Bindbee API Key

Step 1: Navigate to the API Key section in the Bindbee dashboard.

Image

Step 2: Regenerate API Key by clicking on Regenerate Key

Image

Image

Step 3: Copy the generated API Key and save it to a safe location for future reference.

Paste the copied API key in the Authorization Section in the API Doc.

Image

Finding the Connector Token

Step 1: Go to the specific connector in the dashboard.

Image

Step 2: Copy the connector token.

Image

Paste the copied Connector Token in the Header Section in the API Doc.

Image

Writing back the Timesheet Entry

All fields are required to write back the Timesheet entry to Personio.

Image

To get the employee ID, you can request the employees endpoint using the same method.

Image

Copy the ID for employee you want to write a timesheet entry for

Image

Paste the employee ID in the employee

Image

date should be in YYYY-MM-DD format

Image

hours_worked should be an integer. (eg. If the employee has worked for 8 hours, enter 8)

start_time and end_time should be in ISO string format YYYY-MM-DDTHH:mm:ssZ

Image

Send the Request. For a Successful request, you will get 201 Created response.

Image

You can verify the entry in the Personio dashboard.

Did this answer your question?