API actions to interact with MiFleet including stored vehciles, driver management, livaries, and sites.
Example Response
[
{
"CustomerName": "An Example Customer",
"accountNumber": "ABCD01",
"DailyListEmail": "it@dmnlogistics.co.uk",
"vehicle_custom_field1": null,
"vehicle_custom_field2": null,
"vehicle_custom_field3": null,
"outbound_account": null,
"inbound_account": null
}
]
Example Response
[
{
"id": 1,
"current_location": "Driver",
"location_id": 1,
"status": "In Use",
"VSN": null,
"Custom1": null,
"Custom2": null,
"Custom3": null,
"vehicle_data": {
"Reg": "AB12CDE",
"Make": "PEUGEOT",
"Model": "208 GT PURETECH S/S",
"FirstRegDate": "2022-02-21",
"Body": "5 DOOR HATCHBACK",
"FuelType": "PETROL",
"Gearing": "Manual"
}
}
]
Example Response
[
{
"id": 01,
"active": true,
"FirstName": "John",
"LastName": "Smith",
"DLNumber": "SMITH012345JX9XZ",
"EmailAddress": "john@dmnlogistis.co.uk",
"Mobilenumber": "07000000000",
"add1": "Scott House",
"add2": "Gibb Street",
"town": "Birmingham",
"postcode": "B9 4AA"
}
]
Example Response
[
{
"id": 1,
"name": "DMN2022",
"description": "DMN Transporter Livery 2022"
}
]