Skip to main content
Omnitracs Knowledge Base

Add UA To Group

addUaToGroup

Adds a vehicle to a group given the identifier of the vehicle and the name of the group.

addUaToGroupResponse addUaToGroup(AddUaToGroupRequest addUa)

Elements in the AddUaToGroupRequest:

  • vehicleUa: A unified address of a device to add to the group
  • groupName: The name of the group to which this ua will be added.
     

Sample XML Request

Only the SOAP body is shown.  To see a sample SOAP Envelope and Header, click here.

<SOAP-ENV:Body>
  <addUaToGroupRequest xmlns="http://www.qualcomm.com/qgs">
    <vehicleUa>105300001</vehicleUa>
    <groupName>Ant Test Group</groupName>
  </addUaToGroupRequest>
</SOAP-ENV:Body>


Sample XML Response

An empty response means success.  If there was an error, an exception would have been thrown.

<soapenv:Body>
  <ns2:addUaToGroupResponse xmlns:ns2="http://www.qualcomm.com/qgs"/>
</soapenv:Body>
  • Was this article helpful?