Rentals
This page includes all endpoints available for the rentals module of Logiciel Actif.
List all rentals
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"data": [
{
"vehicle": "MITSUBISHI Lancer (2012)",
"vehicle_id": 5955,
"appointments": [
{
"start": "2026-01-30 12:34:00",
"end": "2026-02-07 03:00:00"
},
{
"start": "2026-01-19 14:21:00",
"end": "2026-01-23 12:00:00"
},
{
"start": "2026-01-12 13:05:00",
"end": "2026-01-16 12:00:00"
}
],
"system_id": 999999
},
{
...
}
],
"meta": {
"current_page": 1,
"last_page": 1,
"per_page": 100,
"total": 2
},
"success": true
}Retrieve a rentals
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Last updated