POST request to add a new driver.
When adding a new driver, the identifier for the newly added driver is included in the JSON object returned as the response.
The details for the driver are in a JSON object included in the HTTP body.
Ensure you have set the content-type of the request body to “application/json;charset=UTF-8”.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
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.
Driver was 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.