Skip to main content
Omnitracs Knowledge Base

Monitoring Plan Parameter

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

 

Attribute

 

 

Description

 

parmId

 

value

 

WSDL Definition

MonPlanParm object as defined in the WSDL

<complexType name="MonPlanParm">

   <sequence>

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

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

   </sequence>

</complexType>




 

XML Sample

MonPlanParm object in XML.

<MonPlanParm>

   <parmId>01052</parmId>

   <value>+00000010000</value>

</MonPlanParm>

  • Was this article helpful?