FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: updateAgreementResponse

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

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

The following XML fragment illustrates a successful updateAgreementResponse message:

<updateAgreementResponse>
     <AgreementTransactionResult>
          <TransactionResult>
               <TransactionID>2291487167</TransactionID>
               <TransactionStatus>SUCCESS</TransactionStatus>
               <ProcessedTime>2016-02-22T17:56:21.399Z</ProcessedTime>
          </TransactionResult>
          <Agreement>
               <Description>AS-TESTAGREEMENT-02</Description>
               <Content>TEXT CONTENT</Content>
          </Agreement>
     </AgreementTransactionResult>
</updateAgreementResponse>