FleetLogix API calls
API call: Add activity
POST - http://api.fleetlogix.com/add_activity/
input
| Parameters | Notes |
| site_code | Required |
| activity_type | Required (cleaning/inventory/off_site/on_site) |
| car_id | Required |
| employee_badge | Required |
| activity_date | Required (Format YYYY-MM-DD) |
| mileage | - |
| gas | - |
| lost_n_found_image_link | - |
| damage_image_link | - |
| start_time | Format - YYYY:MM:DD HH:MM:SS |
| drop_time | Format - YYYY:MM:DD HH:MM:SS |
| start_location | - |
| drop_location | - |
| in_out | - |
| crew_description | - |
| trip | - |
| trip_hour | - |
| notes | - |
output
| Parameters | Notes |
| Status | Success or Failure |
| Error | Details of failure |