fleet
add vehicles to an existing fleet
Add one or more vehicles to an existing fleet
post/exve/fleets/{fleetId}
Path parameters
fleetIdinteger required
Numeric ID of the vehicle fleet to update
Request body
Example request
[
{
"vehicleId": 1
}
]Response
Vehicles successfully added to fleet
Changes
Changed in 2 of the 4 revisions of this API.11
- ○
endpoint added
endpoint-added
This revision also has 21 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 30 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲