PUT /driverApplications/create
Creates a new RowDriverApplication record for the given application data.
Roles that can access this endpoint are Not Logged In, Users.
Parameters
name |
description |
type |
default |
type |
application |
the data to use when creating the new driver application |
body of type: application/xml application/json
|
|
RowDriverApplication
|
Result
RowDriverApplication
of type:
application/xml
application/json
the created RowDriverApplication record
__successMessage
This value is from the mobile_service.dr_response
field.
__contactName
This value is from the mobile_service.dr_contact_name
field.
__contactPhone
This value is from the mobile_service.dr_contact_phone
field.
__contactEmail
This value is from the mobile_service.dr_contact_email
field.
Child Elements:
RowDriverEmpHistory
These elements contain the previous employment records associated with the application.
Each element contains a __name
attribute with the value employments
.
RowContact
These elements contain the contact records associated with the application.
Each element contains a __name
attribute with the value contacts
.
RowDrViolation
These elements contain the list of violations the candidate entered on the application.
Each element contains a __name
attribute with the value violations
.
RowDrAccidents
These elements contain the list of accidents the candidate entered on the application.
Each element contains a __name
attribute with the value accidents
.
Try It Out
Request