Skip to main content
Omnitracs Knowledge Base

Get Driver Limitation Names

getDriverLimitationNames

This web service returns a list of possible driver limitations names. The limitations list is returned as an array of string objects sorted in the order they appear on the QTRACS company settings page. 

string[] getDriverLimitationNames() throws WSException

Returns a null string on exceptions; otherwise returns an array of string objects.

 

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
- None

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.

<soap:Body>

  <getDriverLimitationNames>

  </getDriverLimitationNames>

</soap:Body>

 

Sample XML Response

 

<soapenv:Body>

  <getDriverLimitationNamesResponse>

    <getDriverLimitationNamesReturn>

      <string>Prescription Glasses</string>

      <string>Cannot Lift 25+ Pounds/string>

    </getDriverLimitationNamesReturn>

  </getDriverLimitationNamessResponse>

</soapenv:Body>

 

Exceptions

 

001 Unknown Error.
002 Required field not specified.
003 Company not authorized for integration.
004 User not authorized.
005 No driver limitation names found.

  • Was this article helpful?