Integrations
...
Personio
Write Timesheet Entry
5 min
this tutorial outlines the process of writing back to a personio after creating a personio connector click here https //docs bindbee dev/hris/timesheet entries/create timesheet entries 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 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 references 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 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 timesheet entry to personio to get the employee id you can request the employees https //docs bindbee dev/hris/employee/get employees endpoint using the same method copy the id for employee you want to write timesheet entry for paste the employee id in the employee date should be in yyyy mm dd format hours worked should be in 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 successful request you will get 201 created response you can verify the entry in the personio dashboard