post https://example.com/admin/dealerships//kpis
Log in to see full request history
Responses
xxxxxxxxxx
curl --request POST \
--url https://example.com/admin/dealerships/id/kpis \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
16{
"avg_length_of_loan": "4.0",
"avg_length_of_loan_meta": {
"change": "0.0167",
"total_res": 2
},
"avg_time_on_lot": "0.0031",
"avg_time_not_in_service": "0.00084",
"fuel_consumed_amount": "0.0",
"fuel_recovered_percent": "0.0",
"program_car_utilization": 0.78,
"tolls_incurred_amount": "0.0",
"contract_tolls_amount": "0.0",
"utilization": 0.9763,
"utilization_by_fleet": 57
}