FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: getDownloadPackageNotificationsRequest

Description

A getDownloadPackageNotificationsRequest message contains an element of getDownloadPackageNotifications.

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.
DownloadPackageReference  DownloadPackageReference  1..1  The identifiers for a Download Package.
OrganizationId  string  1..1  Organization ID.
IncludeRelatedProducts  boolean  0..1  Flag indicating whether to include packages sharing the same product line in the response.
LocaleLanguage  language  0..1  Locale language of the email subject.
Referenced By
Name  Type 
getDownloadPackageNotifications  Method 
XML Example

The following XML fragment illustrates an getDownloadPackageNotificationsRequest message:

      <esd:getDownloadPackageNotificationsRequest>
         <!--Optional:-->
         <esd:Member>member@someorg.org</esd:Member>
         <esd:DownloadPackageReference>
            <!--Optional:-->
            <esd:Id>ESDDownloadPackage_020501-NoEULANoEC</esd:Id>
         </esd:DownloadPackageReference>
         <esd:OrganizationId>FlexQACustOrg1</esd:OrganizationId>
         <!--Optional:-->
         <esd:IncludeRelatedProducts>false</esd:IncludeRelatedProducts>
      </esd:getDownloadPackageNotificationsRequest>