FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Complex Type: tns:searchMaintenanceLineItemDataType

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
entitlementId  SimpleQueryType  0..1 

Optional. An entitlementId element contains:

  • value—a string to match part or all of the entitlement ID.

  • searchType—one of the following simpleSearchType values:

    • STARTS_WITH

    • CONTAINS

    • ENDS_WITH

    • EQUALS

activationId  SimpleQueryType  0..1 

Optional. An activationId element contains:

  • value—a string to match part or all of the product name.

  • searchType—one of the following simpleSearchType values:

    • STARTS_WITH

    • CONTAINS

    • ENDS_WITH

    • EQUALS

maintenanceProductName  SimpleQueryType  0..1 

Optional. A maintenanceProductName element contains:

  • value—a string to match part or all of the product name.

  • searchType—one of the following simpleSearchType values:

    • STARTS_WITH

    • CONTAINS

    • ENDS_WITH

    • EQUALS

maintenanceProductVersion  SimpleQueryType  0..1 

Optional. A maintenanceProductVersion element contains:

  • value—a string to match part or all of the product version.

  • searchType—one of the following simpleSearchType values:

    • STARTS_WITH

    • CONTAINS

    • ENDS_WITH

    • EQUALS

partNumber  SimpleQueryType  0..1 

Optional. A partNumber element contains:

  • value—a string to match part or all of the part number.

  • searchType—one of the following simpleSearchType values:

    • STARTS_WITH

    • CONTAINS

    • ENDS_WITH

    • EQUALS

startDate  DateQueryType  0..1 

Optional. A startDate element contains:

  • value—a date value to compare to the start date value.

  • searchType—which is one of the following datedSearchType values:

    • BEFORE

    • AFTER

    • ON

isPermanent  boolean  0..1 

Optional. Whether the entitlement, and therefore, the license activated from it, is permanent.

  • If isPermanent is set to false, a query response will contain only expiring lineitem details.

  • If isPermanent is set to true, a query response will contain only permanent lineitem details.

  • If isPermanent is null (i.e. blank or not included in the query), a query response will contain both permanent and expiring lineitem details.

expirationDate  DateQueryType  0..1 

Optional. A expirationDate element contains:

  • value—a date value to compare to the expiration date value.

  • searchType—which is one of the following datedSearchType values:

    • BEFORE

    • AFTER

    • ON

createdOnDateTime  DateTimeQueryType  0..1   
lastModifiedDateTime  DateTimeQueryType  0..1   
orderId  SimpleQueryType  0..1 

Optional. An orderID element contains:

  • value—a string to match part or all of the sold-to account.

  • searchType—one of the following simpleSearchType values:

    • STARTS_WITH

    • CONTAINS

    • ENDS_WITH

    • EQUALS

orderLineNumber  SimpleQueryType  0..1 

Optional. An orderLineNumber element contains:

  • value—a string to match part or all of the sold-to account.

  • searchType—one of the following simpleSearchType values:

    • STARTS_WITH

    • CONTAINS

    • ENDS_WITH

    • EQUALS

withNoOrderId  boolean  0..1 

Optional. A withNoOrderId element contains:

  • value—a string to match part or all of the sold-to account.

  • searchType—one of the following simpleSearchType values:

    • STARTS_WITH

    • CONTAINS

    • ENDS_WITH

    • EQUALS

maintenanceLineItemAttributes  customAttributesQueryListType  0..1  See customAttributesQueryListType.