moovexDocs

Manually assign vehicle

Assigns a vehicle to a reservation.

PUT/reservations/{id}/vehicle

Path Parameters

ParameterTypeDescription
idstringReservation numeric id

Example Response

{
  "vehicle": {
    "name": "Shuttle 1"
  }
}

On this page