Parameters
| Name | Type | Mode |
|---|---|---|
| in_iddevice | integer | IN |
| in_start_date | timestamp with time zone | IN |
| in_end_date | timestamp with time zone | IN |
| serialnumber | character varying | OUT |
| iddevice | integer | OUT |
| idunit | integer | OUT |
| alias | character varying | OUT |
| start_date | timestamp with time zone | OUT |
| end_date | timestamp with time zone | OUT |
| start_location | text | OUT |
| end_location | text | OUT |
| max_speed | real | OUT |
| vms | character varying | OUT |
| duration_secs | numeric | OUT |
| moving_time_hrs | numeric | OUT |
| stop_time_hrs | numeric | OUT |
| idle_time_hrs | numeric | OUT |
| distance_gps_km | numeric | OUT |
| total_stops | integer | OUT |
| not_authorized_stops | integer | OUT |
| speeding_alerts | integer | OUT |
| harshbreak_alerts | integer | OUT |