FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A getDownloadPackageNoticeDetailsRequest message contains an element of getDownloadPackageNoticeDetails.
Extending RequestByPrincipal
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. |
EmailReference | EmailReference | 1..1 | The identifiers for an email. |
LocaleLanguage | language | 0..1 | Locale language of the email content |
Name | Type |
---|---|
getDownloadPackageNoticeDetails | Method |
The following XML fragment illustrates an getDownloadPackageNoticeDetailsRequest message:
<esd:getDownloadPackageNoticeDetailsRequest>
<!--Optional:-->
<esd:Member>member@someorg.org</esd:Member>
<esd:OrganizationId>FlexQACustOrg1</esd:OrganizationId>
<esd:EmailReference>
<esd:SystemEmailId>38337003</esd:SystemEmailId>
</esd:EmailReference>
</esd:getDownloadPackageNoticeDetailsRequest>