updateDataTracker
Update Data Tracker.
A Data Tracker is a collection of one or more Wireless Forms that reside on mobile devices. Data Trackers allow dispatchers to provide and gather more information from the field. Create, detach, or delete Data Trackers that can be sent to devices.
updateDataTrackerRequest
Update Data Tracker request.
Object Fields
NameTypeRequiredDescription
wsAdminTdxAdminYesAdmin Credentials
trackerTdxDataTrackerYesData Tracker to update



XML Example:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <ns1:updateDataTracker soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="urn:tns">
   <wsAdmin href="#id0"/>
   <tracker href="#id1"/>
  </ns1:updateDataTracker>
  <multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:TdxAdmin" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="http://www.telenavtrack.net/schema">
   <email xsi:type="xsd:string">1251452568235@telenav.com</email>
   <password xsi:type="xsd:string">password</password>
  </multiRef>
  <multiRef id="id1" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns3:TdxDataTracker" xmlns:ns3="http://www.telenavtrack.net/schema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
   <id href="#id2"/>
   <name xsi:type="xsd:string">Unit_test_update dt name</name>
   <description xsi:type="xsd:string">description for unit test of data tracker</description>
   <ptns soapenc:arrayType="xsd:string[1]" xsi:type="soapenc:Array">
    <ptns xsi:type="xsd:string">1251452569126</ptns>
   </ptns>
   <formIds soapenc:arrayType="xsd:long[1]" xsi:type="soapenc:Array">
    <formIds href="#id3"/>
   </formIds>
  </multiRef>
  <multiRef id="id3" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:long" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">19613</multiRef>
  <multiRef id="id2" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:long" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">12068</multiRef>
 </soapenv:Body>
</soapenv:Envelope>
				



updateDataTrackerResponse
Response is true if Data Tracker has been updated successfully.
Object Fields
NameTypeRequiredDescription
updateDataTrackerReturnbooleanYesBoolean value is "true" if Data Tracker has been updated successfully

XML Example:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <ns1:updateDataTrackerResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="urn:tns">
   <updateDataTrackerReturn xsi:type="xsd:boolean">true</updateDataTrackerReturn>
  </ns1:updateDataTrackerResponse>
 </soapenv:Body>
</soapenv:Envelope>