Skip to main content
Omnitracs Knowledge Base

Get Custom Driver Attribute Names

getCustomDriverAttributeNames

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

string[] getCustomDriverAttributeNames() 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>

  <getCustomDriverAttributeNames>

  </getCustomDriverAttributeNames>

</soap:Body>

 

Sample XML Response

 

<soapenv:Body>

  <getCustomDriverAttributeNamesResponse>

    <getCustomDriverAttributeNamesReturn>

      <string>Shoe size</string>

      <string>Shirt size</string>

    </getCustomDriverAttributeNamesReturn>

  </getCustomDriverAttributeNamesResponse>

</soapenv:Body>

 

Exceptions

 

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

  • Was this article helpful?