v1

latestOpenAPI 3.1.02026-07-2617501.1 MB

Add a vehicle to a group

post/v1/groups/{id}/vehicles

Path parameters

idinteger required

Specify the ID of the group into which you want to add a new vehicle.

Headers

X-Time-Zonestring

Specify the timezone for formatting the timestamps.

X-Metric-Unitsboolean

Specify if you want to use the Metric units or the Imperial units. TRUE: Metric units. FALSE: Imperial Units

X-User-Idinteger

Specify the ID of the Fleet Admin or the Fleet Manager who is accessing this endpoint.

Request body

idsinteger[]

Specify the ID of one or more vehicles to add then to a particular group.

Response

200

successboolean

Example response

{
  "success": true
}