POST /driverApplications/makeDriver/{applicationId}
Create a driver from the given driver application.
Roles that can access this endpoint are Users.
Parameters
name |
description |
type |
default |
type |
applicationId |
application ID of the driver application for which to create the driver |
path
|
|
String
|
driverId |
driver ID to use when creating the driver row, if not supplied and auto gen is active driver table mask will be used |
query
|
|
String
|
cityId |
city ID of the city associated with driver. If not supplied city name and zip will be used to look up city, if multiple
cities are found the first one will be used. |
query
|
|
String
|
Result
RowDriver
of type:
application/xml
application/json
the created RowDriver or string representing failure of the web service call
Try It Out
Request