Skip to main content
Omnitracs Knowledge Base

Monitoring Plan Parameter 2

Information about a Monitoring Plan Parameter 2 is implemented in the MonPlanParm2 object.  The attributes of the MonPlanParm2 object are:

 

Attribute

 

 

Description

 

parmId

The identifier of the parameter.

value

The assigned value of the parameter.

mobileType

The device type that the parameter belongs to:
"10" - TT200/210
"11" - TT100
"12" - TT150

WSDL Definition

MonPlanParm2 object as defined in the WSDL

<complexType name="MonPlanParm2">

   <sequence>

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

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

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

   </sequence>

</complexType>

  • Was this article helpful?