added

New endpoints for Timecards

Many customers use external HR, payroll, or workforce management platforms for recording the day's punch in times or start times. The clocked in and clocked out entries are critical to manage the work timings of the drivers and allows easy management for the fleet managers or admins.

Earlier, information was retrieved from the external sources onto the Motive platform, and this process depended heavily on the external sources.

With this update, Motive allows creation of new timecard entries on the Motive platform through new public endpoints

These are as follows:

Create new timecard entries

  • Method: POST
  • URL: https://api.gomotive.com/v1/time_tracking/timecard_entries
  • Purpose: Use this endpoint to create new timecard entries for your drivers. New timecard entries are programmatically posted to import or synchronize records from external HR, Payroll, or workforce management systems with Motive’s time tracking.

Click here for the API documentation


Update a timecard entry

Click here for the API documentation