cost per month
GET
/cost_per_monthRequest
Parâmetros Query
start_date
string
requerido
start date
end_date
string
requerido
end date
page
number
opcional
page
Padrão:
1
per_page
number
opcional
per page
Padrão:
200
driver_ids
array[number]
opcional
driver ids
vehicle_ids
array[number]
opcional
vehicle ids
search_term
string
opcional
search term
months
array[string]
opcional
months
quantity_of_fines_range
array[number]
opcional
quantity of fines range
average_cost_range
array[number]
opcional
average cost range
total_cost_range
array[number]
opcional
total cost range
Request samples
Respostas
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
cost per month
Esquema de Dados
response
object
opcional
cost_per_month
array [object {5}]
opcional
summary
object
opcional
Exemplo
{
"response": {
"cost_per_month": [
{
"month": 0,
"year": 0,
"quantity_of_fines": 0,
"total_cost": 0,
"average_cost": 0
}
],
"summary": {
"total_fines_quantity": 0,
"total_fines_cost": 0,
"total_months": 0
}
}
}
Last modified: a month ago