Request IFTA report of a company Tested
Run in Apidog
Endpoint to request an IFTA report for the current user for the specified company_id. Each new report generated by a user from the Reports page overwrites the previously stored report for that user. User Role Permissions# The following table shows which user roles are allowed to send requests using this API endpoint. Role Permission Partner Partner View Custom Partner Fleet Manager Group Manager User Custom User
Request Body Params multipart/form-data
Request Code Samples
curl --location --request POST 'https://fleet.roscolive.com/api/v1.0/reports/ifta' \
--form 'company_id=""' \
--form 'start_date=""' \
--form 'end_date=""' \
--form 'tzname=""' \
--form 'device_ids=""' Responses application/json Generate Code
{
"meta" : {
"code" : 200
} ,
"response" : {
"status" : "PENDING"
} ,
"result" : "OK"
} Modified at 2025-09-29 14:02:24