Forum Discussion
Exporting timesheet data (billable time) into other database in billing system
Hello SimonLewis,
It will depend on the 3rd party billing system APIs, we can help you get the data out of Project Online with some examples but transforming the data into the correct format for the 3rd party billing system and them importing into that system will all depend on the API's that system has. Here is a simple PowerShell example for extracting Project Online timesheet data to CSV: https://pwmather.wordpress.com/2016/05/17/extract-projectonline-or-projectserver-2013-2016-timesheet-data-powershell-office365/
It was written a few years ago now but should give you a good starting point if you wanted to go down the PowerShell option or C# option as the Project Online API would be used with any approach.
Paul
yup would need to be the API so the devs here can write the interface into our other system
do you have examples?
thanks
Simon
- Paul_MatherDec 13, 2019MVP
Hi SimonLewis,
The linked provided would give the devs an example of how to get started extracting the timesheet data out of Project Online.
Paul