3.1.4.71.2.1 UpdateDashboard

The UpdateDashboard element specifies the input data for the UpdateDashboard WSDL operation.

 <xs:element name="UpdateDashboard" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexType>
     <xs:sequence>
       <xs:element minOccurs="0" maxOccurs="1" name="dashboard" type="tns:Dashboard"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>

dashboard: The updated dashboard. This element MUST NOT be null and MUST conform to the schema of the Dashboard complex type (section 2.2.4.79).