Skip to main content
POST
Create Vehicle

Autorizaciones

Authorization
string
header
requerido

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Cuerpo

application/json
id
string
requerido
type
string
requerido
companyId
string
requerido
buildingId
string
requerido
licencePlate
string
requerido
vehicleCategoryId
string
motorType
string
fuelTypeId
string
transportType
string
vehicleTransportSize
string
control
string | null
operationalControl
string | null
startDate
string<date-time> | null
endDate
string<date-time> | null
brand
string
class
string
model
string
removedAt
string<date-time> | null
isGeneric
boolean | null

Respuesta

200

Vehicle created or updated