FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
Specify the elements needed to construct your query.
Restricting anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
![]() |
1..1 | ||
entitlementId | SimpleQueryType | 0..1 |
Optional. An entitlementId element contains:
|
entDescription | SimpleQueryType | 0..1 |
Optional. An entDescription element contains:
|
productName | SimpleQueryType | 0..1 |
Optional. A productName element contains:
|
productVersion | SimpleQueryType | 0..1 |
Optional. A productVersion element contains:
|
productType | ProductType | 0..1 |
Optional. A productType element contains one of the following:
|
partNumber | SimpleQueryType | 0..1 |
Optional. A partNumber element contains:
|
isBulk | boolean | 0..1 | Optional. Set to true if the entitlement is a bulk entitlement; false if the entitlement is a simple entitlement. If not specified, isBulk defaults to false. |
soldTo | SimpleQueryType | 0..1 |
Optional. A soldTo element contains:
|
shipToEmail | SimpleQueryType | 0..1 |
Optional. A shipToEmail element contains:
|
contactEmail | SimpleQueryType | 0..1 | |
shipToAddress | SimpleQueryType | 0..1 |
Optional. A shipToAddress element contains:
|
emailTemplateVariation | SimpleQueryType | 0..1 |
Optional. An emailTemplateVariation element contains:
|
startDate | DateQueryType | 0..1 |
Optional. A startDate element contains:
|
isPermanent | boolean | 0..1 |
Optional. Whether the entitlement, and therefore, the license activated from it, is permanent.
|
expirationDate | DateQueryType | 0..1 |
Optional. A expirationDate element contains:
|
isAutoRenewal | boolean | 0..1 |
Controls whether a line item is automatically renewed. If set to True, the line item will be renewed according to the renewalInterval or renewalExpirationDate that is set.
|
renewalInterval | DurationType | 0..1 | Set the duration after which the line item expires after it has been automatically renewed. |
renewalExpirationDate | DateQueryType | 0..1 | Expiration date of line item if its isAutoRenewal setting is set to True. Specify the date when the line item should expire after it has been automatically renewed. |
createdOn | DateQueryType | 0..1 |
Optional. A createdOn element contains:
|
versionDate | DateQueryType | 0..1 |
Optional. A versionDate element contains:
|
lastModifiedDate | DateQueryType | 0..1 |
Optional. A lastModifiedDate element contains:
|
description | SimpleQueryType | 0..1 |
Optional. A description element contains:
|
state | StateQueryType | 0..1 | Optional. See StateQueryType. |
licenseTechnology | SimpleQueryType | 0..1 |
Optional. A licenseTechnology element contains:
|
createdUserId | SimpleQueryType | 0..1 |
Optional. A createdUserId element contains:
|
accountUnitName | PartnerTierQueryType | 0..1 | Optional. See PartnerTierQueryType. |
currentOwnerName | SimpleQueryType | 0..1 |
Optional. A currentOwnerName element contains:
|
maintStartDate | DateQueryType | 0..1 |
Optional. A maintStartDate element contains:
Searches for entitlements that have regular line items that are linked with maintenance line items with a start date that matches the value and searchType specified here. Note that all of the line items and maintenance line items on the matching entitlements are in the response, not just the ones directly related to the maintenance query parameter. In addition, the entitlements in the response may or may not themselves contain the matching maintenance line items. |
maintIsPermanent | boolean | 0..1 |
Optional. Set to true if the maintenance is permanent; false if the maintenance expires. Searches for entitlements that have regular line items that are linked with maintenance line items that are permanent (true) or expiring (false). Note that all of the line items and maintenance line items on the matching entitlements are in the response, not just the ones directly related to the maintenance query parameter. In addition, the entitlements in the response may or may not themselves contain the matching maintenance line items. |
maintExpirationDate | DateQueryType | 0..1 |
Optional. A maintExpirationDate element contains:
Searches for entitlements that have regular line items that are linked with maintenance line items with a expiration date that matches the value and searchType specified here. Note that all of the line items and maintenance line items on the matching entitlements are in the response, not just the ones directly related to the maintenance query parameter. In addition, the entitlements in the response may or may not themselves contain the matching maintenance line items. |
entitlementAttributes | entCustomAttributesQueryListType | 0..1 | See entCustomAttributesQueryListType. |