Set Driver Default Vehicle
POST request to set the default vehicle for a driver to the specified .
An error is returned in the following cases:
- If there is already a default vehicle assigned to the driver;
- If the vehicle is already assigned to be the default vehicle for another driver
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Response
Driver with vehicle link successfully created
Unique, unchangeable system generated identifier (alphanumeric) of the driver.
MCF customer identifier (alphanumeric).
Name of the driver.
Boolean (true / false) to indicate if this is an active driver.
The date this driver was set to be active.
UTC, in the format of YYYY-MM-DDThh:mm:ss.
Not included if the driver is inactive (i.e.
active = false)
Unique, unchangeable system generated identifier (alphanumeric) of the group assigned to this driver.
Name of the group assigned to this driver.
Comma separated list of tags for the driver.
Array of driver keys.
