FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: getNotDownloadedFilesRequest

Description

A getNotDownloadedFilesRequest message contains an element of getNotDownloadedFiles.

Derived By

Extending RequestByPrincipal

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Member  string  0..1  User ID (email).
EntitlementId  string  0..1  Entitlement ID.
ActivationId  string  0..1  Activation ID.
OrganizationId  string  1..1  Organization ID.
Referenced By
Name  Type 
getNotDownloadedFiles  Method 
XML Example

The following XML fragment illustrates an getNotDownloadedFilesRequest message:

      <esd:getNotDownloadedFilesRequest>
         <!--Optional:-->
         <esd:Member>member@someorg.org</esd:Member>
         <esd:OrganizationId>FlexQACustOrg1</esd:OrganizationId>
      </esd:getNotDownloadedFilesRequest>