Skip to main content

Create Vehicle

Create New Vehicle Data

Request Body
    licensePlate string required
    vehicleTypeId any required
    driverId any
    tonnage any
    volume any
    fuelCapacity any
    fuelEfficiency any
    odometer any
    status string

    Ex: I (Aktif) / R (Repair atau Servis) / A (Arsip atau Tidak Aktif)

    imei string
    thermoType string
    boxType string
    chassisNumber string
    machineNumber string
    carrosserie string
    year any
    hullNo string
Responses

Success


Schema
    message string required
    data object
    id number required
    information string required
Loading...