GET /driverApplications/new
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.
Roles that can access this endpoint are Not Logged In, Users.
Parameters
This method has no parameters.
Result
RowDriverApplication
of type:
application/xml
application/json
a driver application record with all appropriate defaults set
Try It Out
Request