Skip to content

Migration Guide To ERPNext Version 16

Raffael Meyer edited this page Jan 27, 2025 · 1 revision

Timesheet billing via API

If you create Sales Invoices via API, you sometimes want to fetch unbilled timesheets from the linked project. So far, this was the default behavior. Now you'll need to make an additional API call: PUT /api/v2/document/Sales%20Invoice/SINV-0001/method/add_timesheet_data

Clone this wiki locally