go back Home

DriverApplicationService

This service provides operations that allow callers to retrieve and update drivers, enter driver applications for employment and to run various individually-scoped reports.

Operations

name role description
GET /driverApplications/new Not Logged In, Users Creates a driver application object with all configured defaults set. This doesn't create a record in the database. Instead, callers of this method can edit the returned object and then pass it back to the create method to actually insert the record in the database.
POST /driverApplications/makeDriver/{applicationId} Users Create a driver from the given driver application.
PUT /driverApplications/create Not Logged In, Users Creates a new RowDriverApplication record for the given application data.