
Hi all,
My company uses our own forms application to fill out time sheets and employee expenses. I'd like to be able to push this information into Business Central without manually entering data or uploading excel spreadsheets. The API documentation does not seem to have the ability to perform actions on time sheets or employee expenses, so I am looking for alternative solutions. Is it possible to upload time sheet and/or employee expense data into Business Central using a procedural process instead of a manual process?
Try using web services (ODATA) instead of the main API items. Works in a similar way as it is still REST. Expose the page numbers and ensure you pass a wildcard for If-Match. Use power automate or logic apps and use the HTTP connector.
The time sheets in BC are manual but you can feed some data to a user if you use jobs for instance. This requires you to schedule the creation of the timesheet data as well though.