Skip to main content
Omnitracs Knowledge Base

Category->GetCarriers

GetCarriers (Carrier Function)

This function returns a list of Carrier objects for the carriers in the company. This always returns all information for all carriers.

XML Request

Parameters

There are no input parameters.

XML Structure

  
<soap:Body>  
  <GetCarriers xmlns="http://www.qualcomm.com" />  
</soap:Body>  

XML Response

Parameters

The XML response will have a <Carriers> container, consisting of one <Carrier> section for each carrier. The <Carrier> section is identical to the object returned in the Get web service.

XML Structure

The XML response will have the following parameters:

  
<soap:Body>  
<GetCarriersResponse xmlns="http://www.qualcomm.com">  
      <GetCarriersResult>  
        <Carriers>  
          <Carrier>  
            <Name>string</Name>  
            <Street>string</Street>  
            <Street2>string</Street2>  
            <City>string</City>  
            <State>string</State>  
            <Postal>string</Postal>  
            <FullName>string</FullName>  
            <MiscInfo>string</MiscInfo>  
          </Carrier>  
          <Carrier>  
            <Name>string</Name>  
            <Street>string</Street>  
            <Street2>string</Street2>  
            <City>string</City>  
            <State>string</State>  
            <Postal>string</Postal>  
            <FullName>string</FullName>  
            <MiscInfo>string</MiscInfo>  
          </Carrier>  
        </Carriers>  
      </GetCarriersResult>  
    </GetCarriersResponse>  
</soap:Body>  
  • Was this article helpful?