FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: updateManufacturer

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Manufacturer  Manufacturer  1..1  See Manufacturer.
XML Example

The following XML fragment illustrates an updateManufacturer message:

<updateManufacturer>
     <Manufacturer>
          <ManufacturerID>AS-FLEXERAQA</ManufacturerID>
          <Name>AS-FLEXERAQA</Name>
          <!--Optional:-->
          <Status>INACTIVE</Status>
     </Manufacturer>
</updateManufacturer>