FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: updateMaintenanceRequest

Description

An updateMaintenanceRequest message contains an element of updateMaintenanceRequestType.

Derived By

Type updateMaintenanceRequestType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
maintenance  updateMaintenanceDataType  1..*  Required. An updateMaintenanceRequest contains an array of maintenance elements to be modified. See updateMaintenanceDataType.
Referenced By
Name  Type 
updateMaintenance  Method 
XML Example

The following XML fragment illustrates a updateMaintenanceRequest message:

<updateMaintenanceRequest>
   <maintenance>
      <maintenanceIdentifier>
         <primaryKeys>
            <name>Maint_basic</name>
            <version>1.0</version>
         </primaryKeys>
      </maintenanceIdentifier>
      <name>Maint_basic_updated</name>
      <version>1.1</version>
      <description>Maint_basic_updated desc</description>
   </maintenance>
</updateMaintenanceRequest>