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.
Step 2: Regenerate API Key by clicking on Regenerate Key
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.
Finding the Connector Token
Step 1: Go to the specific connector in the dashboard.
Step 2: Copy the connector token.
Paste the copied Connector Token in the Header Section in the API Doc.
Writing back the Timesheet Entry
All fields are required to write back the Timesheet entry to Personio.
To get the employee ID, you can request the employees endpoint using the same method.
Copy the ID for employee you want to write a timesheet entry for
Paste the employee ID in the employee
date should be in YYYY-MM-DD format
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
Send the Request. For a Successful request, you will get 201 Created response.
You can verify the entry in the Personio dashboard.