Skip to main content
Omnitracs Knowledge Base

Email

Information about an Email is implemented in the Email object.  The attributes of the Email object are:

 

Attribute

 

 

Description

 

address

A string of maximum length 50 specifying an email address.

WSDL Definition

EmailList object as defined in the WSDL

<complexType name="Email">

  <sequence>

    <element name="address" nillable="true" type="xsd:string" />

  </sequence>

</complexType>


 

XML Sample

ReeferMonitoring object in XML.

<Email>

  <address>romanowski@volpico.com</address>

</Email>

  • Was this article helpful?