Get Driver Details 2
getDriverDetails2
Given a driver identifier, this web service returns a Driver 2 object.
Driver2 getDriverDetails2(string driverId) throws WSException
- driverId: A string containing a unique driver identifier.
Returns a null string on exceptions; otherwise returns a Driver 2 object.
Authorization Requirements
The credentials supplied with this method call (as specified in the accompanying WS-Security header) must be authorized to the following application(s) and their associated role-based permissions.
Required Application Licenses
- Remote Integration
Required User Permissions
- Can use QTRACS
- Can see drivers
Customer integrators are authorized to their own company's data only.
Sample XML Request
Only the SOAP body is shown. To see a sample SOAP Envelope and Header, click here.
|
Sample XML Response
|
Exceptions
001 Unknown Error.
002 Required field not specified.
003 Company not authorized for integration.
004 User not authorized.
005 DriverId must be specified.
006 Driver cannot be found with specified information.