FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: updateManufacturerResponse

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

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

The following XML fragment illustrates a successful updateManufacturerResponse message:

<updateManufacturerResponse>
     <ManufacturerTransactionResult>
          <TransactionResult>
               <TransactionID>2281494697</TransactionID>
               <TransactionStatus>SUCCESS</TransactionStatus>
               <ProcessedTime>2016-02-18T02:21:01.290Z</ProcessedTime>
          </TransactionResult>
          <Manufacturer>
               <ManufacturerID>AS-FLEXERAQA</ManufacturerID>
               <Name>AS-FLEXERAQA</Name>
               <Status>INACTIVE</Status>
          </Manufacturer>
     </ManufacturerTransactionResult>
</updateManufacturerResponse>