Click or drag to resize
/driver_assignment - POST
Print this page
Description

This service is used to assign the authenticated (logged in) driver to a specified vehicle.

Request

The Request body is a JSON object with the following members:

Member Type Purpose
id string The integer identifier for the vehicle to be assigned to the authenticated driver.
timeOccurred string (optional) The ISO 8601 timestamp for when the driver assignment event occurred. If not provided, it is set by the server automatically.
Response

On success, the response body contains the JSON object that indicates the driver's new assignment:

MemberTypePurpose
idstringThe alphanumeric identifier for the vehicle the driver is now assigned to.
If the request fails, an Error Response is generated.