Skip to main content
Omnitracs Knowledge Base

Get CDL Endorsement Names

getCdlEndorsementNames

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

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

  <getCdlEndorsementNames>

  </getCdlEndorsementNames>

</soap:Body>

Sample XML Response

<soapenv:Body>

  <getCdlEndorsementNamesResponse>

    <getCdlEndorsementNamesReturn>

      <string>T - Double/Triple Trailers</string>

      <string>S - School Bus</string>

    </getCdlEndorsementNamesReturn>

  </getCdlEndorsementNamesResponse>

</soapenv:Body>

Exceptions

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

  • Was this article helpful?